 |
|
|
|
 |
Categories |
 |
|
|
|
2007-08-01 10:35:02
|
 |
Article by Chris Bryant |
 |
|
Sure, you have to know all about SVIs and multilayer switching to earn your CCNP, but you also need to know about them because they’re so commonplace in today’s networks!
Why? We can use an SVI to allow inter-VLAN communication on a multilayer switch, eliminating the need for a separate router to get involved.
In this example, we have Host_1 in VLAN 11 and Host_3 in VLAN 33. Before we begin configuring, we'll send pings between the two hosts. (We’ll use Cisco routers for the hosts in this lab, which is why the ping output may look familiar!)
HOST_1#ping 30.1.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 30.1.1.1, timeout is 2 seconds:.....
Success rate is 0 percent (0/5)
HOST_3#ping 20.1.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 20.1.1.1, timeout is 2 seconds:.....
Success rate is 0 percent (0/5)
As we expect, there’s no IP connectivity between the hosts. Assuming the appropriate switch ports are already placed in VLAN 11 and VLAN 33, we’ll now create two switched virtual interfaces on this multilayer switch. One will represent VLAN 33, and the other will represent VLAN 11.
SW1(config)#int vlan11
01:30:04: %LINK-3-UPDOWN: Interface Vlan11, changed state to up
01:30:05: %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan11, changed state to up
SW1(config-if)#ip address 20.1.1.11 255.255.255.0
SW1(config-if)#int vlan33
01:30:11: %LINK-3-UPDOWN: Interface Vlan33, changed state to up
01:30:12: %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan33, changed state to up
SW1(config-if)#ip address 30.1.1.11 255.255.255.0
At this point, we’ve still got a problem when we look at the routing table.
SW1# show ip route
Default gateway is not set
Host Gateway Last Use Total Uses Interface
ICMP redirect cache is empty
The problem is that we don’t have a routing table, because IP routing is off by default on a multilayer switch. Let’s turn IP routing on and then check the routing table.
SW1(config)#ip routing
SW1(config)#^Z
SW1#show ip route
Gateway of last resort is not set
20.0.0.0 is subnetted, 1 subnets
C 20.1.1.0 is directly connected, Vlan11
30.0.0.0 is subnetted, 1 subnets
C 30.1.1.0 is directly connected, Vlan33
Now we’re in good shape! The hosts need to have their default gateway set to the appropriate SVI IP address; here, Host_1 should have its gateway set to 20.1.1.11, and Host_3 to 30.1.1.11. After doing so, inter-VLAN communication is now in place, as shown by the ping output below.
HOST_1#ping 30.1.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 30.1.1.1, timeout is 2 seconds: !!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms
HOST_3#ping 20.1.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 20.1.1.1, timeout is 2 seconds: !!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms
In a future Cisco certification tutorial, we’ll take a look at configuring a multilayer switch port as a routed port, and assign an IP address to that port. See you then!
Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage, home of free Cisco CCNP Certification and CCNA Certification Exam tutorials, The Ultimate CCNA Study Package, and Ultimate CCNP Study Packages.
You can also visit his blog, which is updated several times daily with new Cisco certification articles, free tutorials, and daily CCNA / CCNP exam questions! Details are on the website.
For a FREE copy of his latest e-books, “How To Pass The CCNA” and “How To Pass The CCNP”, just visit the website! You can also get FREE CCNA and CCNP exam questions every day!
Take the exclusive CCNA Mastermind Boot Camp with The Bryant Advantage!
|
| Specialized in: |
Ccnp Certification
-
Bsci
-
Exam
-
Cisco
-
Router
-
Switch
-
Training
-
Study
-
Guide
|
| URL: |
|
|
 |
Related Articles |
 |
Cisco CCNP Certification / BCMSN Exam Tutorial: Uplinkfast (Popularity: ): You remember from your CCNA studies that when a port goes through the transition from blocking to forwarding, you’re looking at a 50-second delay before that port can actually begin forwarding frames. Configuring a port with PortFast is one way to get around that, but again, you can only use it when a single host device is found off the port. What if the device connected to a port is ...
Cisco CCNP Certification / BSCI Exam Tutorial: ISIS Hellos And Adjacencies (Popularity: ): In my last ISIS tutorial, I mentioned that while ISIS and OSPF are both link state protocols, their actual operation differs greatly. To pass the BSCI exam and earn your CCNP, you’ll need to know these differences! Today, we’ll take a look at ISIS Hello types and the adjacency types that form through the use of these Hellos.
Hello packets have been mentioned several times with ISIS, and with good reason. ...
Cisco CCNA Certification Exam Tutorial: The OSPF RID (Popularity: ): OSPF is a major topic on your CCNA exam, as well it should be. OSPF is a widely-used WAN protocol, and you need to learn the fundamentals before moving on to more complicated configurations. One such detail is the OSPF Router ID, or RID.
The RID is the dotted decimal value by which other OSPF routers will identify a given OSPF router. There are some interesting defaults for this value, and ...
OSI Overview (Popularity: ): When computers were first linked together into networks, moving information between the different types of computers was a very difficult task. In the early 1980s, the International Standards Organization (ISO) recognized the need for a standard network model. This would help vendors to create interpretable network devices. The Open Systems Interconnection (OSI) reference model, released in 1984, addressed this need. The OSI model describes how information makes its way from ...
IT Certification (Popularity: ): One of the great things about the world of certification is that the possibilities are endless. New certifications are designed with the need of today's fast and growing markets.
There is a finite number of IT certifications that can be obtained in unlimited combinations to give its holders their own unique sets of skills and knowledge in order to compete in the market.
There are two kinds of certification paths: horizontal and ...
|
 |
Related Business |
 |
Cisco forum : Certification (CCNA) & Product Issues (Popularity: ): Cisco technical forum on Cisco certification exams, security, communications, product issues and more.
CertificationZone (Popularity: ): Cisco Certification Study Area. Online preparation for Cisco CCNA and CCIE certification exams. Includes free monthly White Papers (authored by industry leaders), practice questions, simulated exams, and lab scenarios.
Network Force (Popularity: ): Offers network training and certification programs including Cisco router/switch lab, Cisco written/lab exam simulator and training class for Cisco CCIE, CCNP and CCNA.
CCOnlineLabs.com (Popularity: ): Online cisco rack rentals for all of the cisco certifications. Specializing in the CCIE certification.
NetLabsOnline.com (Popularity: ): Cisco self-study, online router/switch lab training to prepare for Cisco certification. Includes lab courses.
Cisco Certification in Houston (Popularity: ): The CCNA program is designed to prepare the professionals to identify, design and recommend the best Cisco solutions for small to medium-sized business.
A+ Certification Training Videos & CD-ROMs (Popularity: ): A+ Certification Training by video or CD-ROM. Also available courses on MCSE Certification, Novell, Cisco CCNA, MS Office 97 & 2000, Graphics, Windows 98, Windows NT4 and many others
Network Consultancy and Training (Popularity: ): Providing Cisco training, Cisco certification, CCNA, CCNP, CCDA and CCDP in the UK.
Cisco Braindumps (Popularity: ): Free braindumps for all Cisco certification exams. Study tools for the CCNA, CCNP, CCIE, CCDA, CCDP and CCIP.
Magellan.edu (Popularity: ): Comprehensive online and instructor-led certification courses available in Microsoft, Cisco, Linux, A+, Network+, Java, and Webmaster certification.
|
|
|
 |
|
 |
| |
| | |
|
|
|
© 2003-2008 ABC Directory. All Rights Reserved
|
|
|
 |
|
 |
|