Suggest You
#1 in Business Subscribe Email Print

You are here: Home > Computers and Technology > Certification Tests > Cisco Certification: An Introduction To Multilayer Switching And SVIs

Tags

  • subnetted
  • switch
  • person
  • begin configuring
  • sethost gateway
  • already placed

  • Links

  • DVD Movies for Sale, Everywhere You Look You See DVD Movies For Sale
  • How to Create a Safe and Productive Workplace
  • Facing Depression Head On
  • Suggest You - Cisco Certification: An Introduction To Multilayer Switching And SVIs

    How To Start Your Own Home Business
    Why work for someone else and commute to an office daily when you can establish you very own business right in the comforts of your home? This would mean flexible hours for working, lesser expense on traveling to and from work and no boss to nag you everyday.Imagine person “A” working as a sales employee of Company XYZ. Person “A” works up to the wee hours of the morning just so he can sell advertisem
    -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 tab

    Unsecured Debt Consolidation - Pros & Cons
    Unsecured debt consolidation lowers your rates, helping you to pay off your debt sooner with one easy payment. You can also reduce your monthly payments. However, consolidating your short term loans can temporarily lower your credit score. You may also be tempted to use your paid off accounts, creating a bigger financial problem.Lower Interest Rates And PaymentsConsolidation loans and debt
    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 tabl

    Medical Malpractice: Finding the Perfect Lawyer
    If you have a medical malpractice situation, you need expert legal advice and you want to find a lawyer who will get you paid without charging you upfront fees, one who will take your case on a contingency basis. What you need are the law office of; Pick a Lawyer. Have you seen these ads on Television? Everyone out trying to find the perfect lawyer to get free money?Finding a Medical Malpractice lawyer
    e 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 tab

    Top 10 Paying Jobs
    Everyone wants something for nothing. The American Dream is still well and alive, and with a bit of schooling and a lot of determination anyone can find it. Don’t panic because you do not have an Associates, Bachelors, Masters, or even a PhD. What’s more, I am going to show you jobs that don’t even require a High School Diploma! Now don’t get me wrong, I am not telling you to drop out of High School or not
    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 tab

    4 Debt Reduction Tips
    If you are overwhelmed by debt, there are options you can take that will help you pay off what you owe without the stigma of filing for bankruptcy. We’ll examine four ways you can get your debt under control and start working back on the road to financial recovery.1. Contact your credit card companies. Ask each credit card company for help. They aren’t likely to forgive you your loan, but they ma
    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 tab

    Becoming the Middle Man: The Client, You & Your Team.
    Becoming a middle man in any situation is tough. It is especially hard when you are dealing with your clients on one side and your team on the other. It sometimes can be a tough act to juggle, but it can definitely be rewarding and help you expand your business as well as your client base. Though with everything good there are always headaches to come along with it. Missing information, missed deadlines and no
    -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/24 is subnetted, 1 subnets

    C 20.1.1.0 is directly connected, Vlan11

    30.0.0.0/24 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!

    HTTP = HTML link (for blogs, profiles,phorums):
    <a href="http://www.suggestyou.com/article/170921/suggestyou-Cisco-Certification--An-Introduction-To-Multilayer-Switching-And-SVIs.html">Cisco Certification: An Introduction To Multilayer Switching And SVIs</a>

    BB link (for phorums):
    [url=http://www.suggestyou.com/article/170921/suggestyou-Cisco-Certification--An-Introduction-To-Multilayer-Switching-And-SVIs.html]Cisco Certification: An Introduction To Multilayer Switching And SVIs[/url]

    Related Articles:

    Appraising Performance: Drop the Excuses, Take Time to Communicate, and Earn People's Respect

    Getting An Online Mobile Home Insurance Quote

    How to Make the Most of Your Website Copywriter

    Bookmark it: del.icio.us digg.com reddit.com netvouz.com google.com yahoo.com technorati.com furl.net bloglines.com socialdust.com ma.gnolia.com newsvine.com slashdot.org simpy.com shadows.com blinklist.com