Implementing Inter-VLAN Routing

Size: px
Start display at page:

Download "Implementing Inter-VLAN Routing"

Transcription

1 Internetwork Communications C:>ping Implementing Inter-VLN Routing Can two hosts on different subnets communicate without a router? No What would happen if a host tried to ping another host? They could not communicate. Would it send an RP Request? Why or why not? The host would not send an RP Request because there is no defaultgateway. 2003, Cisco Systems, Inc. ll rights reserved , Cisco Systems, Inc. ll rights reserved. CMSN v Internetwork Communications InterVLN Routing External Router VLN VLN 2 VLN 3 Router on a stick VLNs, 2, 3 Trunk Multilayer Switch VLN VLN 2 VLN 3 Or Trunk 2003, Cisco Systems, Inc. ll rights reserved. CMSN v External Router Router(config)# inter fa 0/ Router(config-if) ip address Router(config)# inter fa 0/2 Router(config-if) ip address Router(config)# inter fa 0/3 Router(config-if) ip address , Cisco Systems, Inc. ll rights reserved. CMSN v

2 Inter-VLN Routing External Router Configuration Commands Inter-VLN Routing on External Router: 802.Q Trunk Link Configure on subinterface encapsulation dotq (or isl) 0 ip address Verify show vlan 0 show ip route Router on a stick VLNs, 2, 3 Trunk 2003, Cisco Systems, Inc. ll rights reserved. CMSN v , Cisco Systems, Inc. ll rights reserved. CMSN v Inter-VLN Routing on External Router: ISL Trunk Link Verifying Inter-VLN Routing The ping command tests connectivity to remote hosts. 2003, Cisco Systems, Inc. ll rights reserved. CMSN v , Cisco Systems, Inc. ll rights reserved. CMSN v

3 Verifying the Inter-VLN Routing Configuration Router#show vlan Displays the current IP configuration per VLN Router#show ip route Displays IP route table information Router#show ip interface brief Multilayer Switching Displays IP address on interfaces and current state of interface 2003, Cisco Systems, Inc. ll rights reserved. CMSN v , Cisco Systems, Inc. ll rights reserved. 2-0 Explaining Multilayer Switching 2003, Cisco Systems, Inc. ll rights reserved. CMSN v , Cisco Systems, Inc. ll rights reserved. CMSN v

4 Multilayer Switch Interfaces Layer 2: ccess or Trunk Ports Multilayer Switch Interfaces Layer 2: ccess or Trunk Ports Logical Interface (SVI) Physical Interface Logical Interface (SVI-L3) Physical Interface (L3) DLS# show interface gig 0/2 switchport Name: Gig0/2 Switchport: Enabled <output omitted> 2003, Cisco Systems, Inc. ll rights reserved. CMSN v , Cisco Systems, Inc. ll rights reserved. CMSN v Multilayer Switch Interfaces Layer 3 Port Configuration Physical Interfaces DLS(config)# interface gig 0/ DLS(config-if)# no switchport DLS(config-if)# ip address DLS2(config)# interface gig 0/ DLS2(config-if)# no switchport DLS2(config-if)# ip address If in Layer 3 mode switchport interface command puts the port into Layer 2 mode. 2003, Cisco Systems, Inc. ll rights reserved. CMSN v , Cisco Systems, Inc. ll rights reserved. CMSN v

5 Physical Interfaces and EtherChannel Switch(config)# interface port-channel 5 Switch(config-if)# no switchport Switch(config-if)# ip address Switch(config)# interface port-channel 5 Switch(config-if)# no switchport Switch(config-if)# ip address If several interfaces are bundled together using EtherChannel the IP address is assigned to the port-channel interface, not the individual physical links. To configure Layer 3 EtherChannels,: First you must create the port-channel logical interface Then you add the Ethernet ports into the port-channel 2003, Cisco Systems, Inc. ll rights reserved. CMSN v What about EtherChannel Interfaces? Port-channel 5 Port-channel Fa 0/ Fa 0/ Fa 0/2 Fa 0/2 Switch(config)# interface port-channel 5 Switch(config-if)# no switchport Switch(config-if)# ip address Switch(config)# interface range fa 0/ - 2 Switch(config-if-range)# no ip address Switch(config-if-range)# no switchport Switch(config-if-range)# channel-group 5 mode active Switch(config)# interface port-channel 5 Switch(config-if)# no switchport Switch(config-if)# ip address Switch(config)# interface range fa 0/ - 2 Switch(config-if-range)# no ip address Switch(config-if-range)# no switchport Switch(config-if-range)# channel-group 5 mode active First you must create the port-channel logical interface Then you add the Ethernet ports into the port-channel Using LCP in this example. Remember, the channel-group number is associated with the port-channel interface. 2003, Cisco Systems, Inc. ll rights reserved. CMSN v SVI Interfaces - Logical Interfaces Switch(config)# vlan vlan-number Switch(config-vlan)# name vlan-name Switch(config)# interface vlan vlan-number Switch(config-if)# ip address ip-address mask Switch(config-if)# no shutdown Layer 3 functionality can also be enabled for an entire VLN. The IP address is assigned to the logical interface the VLN. This is needed when routing is required between VLNs. SVI (Switched Virtual Interface) No physical connection VLNs must be created before the SVI can be used. The IP address associated of the VLN interface is the default gateway of the workstation. 2003, Cisco Systems, Inc. ll rights reserved. CMSN v , Cisco Systems, Inc. ll rights reserved. CMSN v

6 Configuring a Routed Port Configuring Inter-VLN Routing Through an SVI Step : Configure IP routing. Switch(config)#ip routing Step 2 : Create a routed port. Switch(config-if)#no switchport Step 3 : ssign an IP address to the routed port. Switch(config-if)#ip address ip-address mask Step 4 : Configure the IP routing protocol if needed. Switch(config)#router ip_routing_protocol <options> 2003, Cisco Systems, Inc. ll rights reserved. CMSN v Step : Configure IP routing. Switch(config)#ip routing Step 2 : Create an SVI interface. Switch(config)#interface vlan vlan-id Step 3 : ssign an IP address to the SVI. Switch(config-if)#ip address ip-address mask Step 4 : Configure the IP routing protocol if needed. Switch(config)#router ip_routing_protocol <options> 2003, Cisco Systems, Inc. ll rights reserved. 22 CMSN v Routing Verifying Enable routing on DLS and DLS2. Configure EIGRP DLS and DLS2. Turn off auto-summarization DLS(config)# ip routing DLS(config)# router eigrp DLS(config-router)# network DLS(config-router)# network DLS(config-router)# no auto-summary DLS2(config)# ip routing DLS2(config)# router eigrp DLS2(config-router)# network DLS2(config-router)# network DLS2(config-router)# no auto-summary 2003, Cisco Systems, Inc. ll rights reserved. CMSN v DLS#show ip route Core Network.0.0.0/24 is subnetted, subnets D...0 [90/ ] via , 00:00:07, FastEthernet0/ /24 is subnetted, 5 subnets C is directly connected, Vlan0 C is directly connected, Vlan D [90/ ] via , 0:29:4, GigabitEthernet0/ DLS2 Networks (VLNs) D [90/ ] via , 0:29:4, GigabitEthernet0/ C is directly connected, Vlan /30 is subnetted, 3 subnets C is directly connected, GigabitEthernet0/ C is directly connected, FastEthernet0/ D [90/2846] via , 0:7:8, GigabitEthernet0/ DLS# Network between DLS2 and Core 2003, Cisco Systems, Inc. ll rights reserved. 24 CMSN v

7 Defining Flows - MLS Layer 2 Switch Forwarding Process p3 p2 p Multilayer Switched Environment Host Conventional Environment Host First Packet Host 2 Host Subsequent Packets Each packet of a traditional flow must be processed by the router The first packet of an MLS flow is processed by the router; all subsequent packets are switched 2003, Cisco Systems, Inc. ll rights reserved. CMSN v , Cisco Systems, Inc. ll rights reserved. CMSN v Logical Packet Flow for a Multilayer Switch Establishing an MLS Cache Entry Candidate Packet L3 Information Source IP = Destination IP = L2 Information Source MC = 000.f663.d000 Destination MC = Cache Entry? 000.f663.d The MLS-SE receives initial frame 2 The MLS-SE reads and recognizes the destination MC ddress 3 The MLS-SE checks the MLS cache for like entries 4 The MLS-SE forwards the frame to the MLS-RP 0090.b , Cisco Systems, Inc. ll rights reserved. CMSN v , Cisco Systems, Inc. ll rights reserved. CMSN v

8 Establishing an MLS Cache Entry (cont.) Enable Packet L3 Information Source IP = Destination IP = L2 Information Source MC = Destination MC = 0090.b f663.d , Cisco Systems, Inc. ll rights reserved. CMSN v b The MLS-RP receives the frame and consults the routing table 6 The MLS-RP rewrites the header with the new destination MC address 7 The MLS-RP enters its own MC address for the source address The MLS-RP forwards the frame to the MLS-SE Switching Subsequent Frames in a Flow Incoming Frame L3 Information Source IP = Rewritten Frame Destination IP = L3 Information L2 Information Source IP = Destination IP = Source MC = 000.f663.d000 Destination MC = L2 Information Source MC = Destination MC = 0090.b f663.d b Destination IP Source IP Port DstPrt SrcPrt Destination Mac Vlan Port UDP b /9 MLS Cache Entry The MLS-SE receives subsequent frames in the flow The MLS-SE compares the incoming frame with the MLS cache entry The MLS-SE rewrites the frame header The MLS-SE forwards the frame to the destination 2003, Cisco Systems, Inc. ll rights reserved. CMSN v IP Unicast Frame and Packet Rewrite Improving IP Routing Performance with MLS Incoming IP Unicast Packet Rewritten IP Unicast Packet In this section we discuss the following topics: Multilayer Switching Fundamentals Configuring the Multilayer Switch Route Processor pplying Flow Masks Configuring the Multilayer Switch Switching Engine MLS Topologies Topology Examples Topology Quiz Unsupported Topology Topology Changes and Routing Impacts 2003, Cisco Systems, Inc. ll rights reserved. CMSN v , Cisco Systems, Inc. ll rights reserved. CMSN v

9 MLS Topology Example MLS Topology Example 2 2 R2 R 3 MLS-SE MLS-RP R2 Host sends a packet to the default gateway 2 R rewrites the frame header to reflect the destination as the next-hop router (R2) 3 MLS-SE forwards the frame to R2 4 R2 rewrites the frame header to reflect the destination as Host 5 MLS-SE forwards the frame to Host 6 ll subsequent frames are switched 2003, Cisco Systems, Inc. ll rights reserved. CMSN v Host sends a packet to the default gateway MLS-SE forwards the frame to MLS-SE2 MLS-SE2 forwards the frame to MLS-SE3 MLS-SE3 forwards the frame to MLS-RP MLS-RP rewrites the frame header and forwards the frame to MLS-SE MLS-SE3 forwards the frame to MLS-SE2 MLS-SE2 forwards the frame to MLS-SE MLS-SE forwards the frame to Host ll subsequent frames are switched through MLS-SE 0 Entries in MLS-SE2 and 3 time out MLS-RP MLS-SE3 MLS-SE2 MLS-SE 2003, Cisco Systems, Inc. ll rights reserved. CMSN v MLS-RP dvertisement Receiving MLSP Hello Messages Hello Message Hello Message Hello Message I am not a Layer 3 Switch but I will still pass on the message. MLS-RP sends out multicast hello messages Messages contain MC, VLN, and route information Messages use the CGMP multicast well-known address ll switches receive the hello message Layer 3 switches process the hello message IP multicast passes transparently through non- Cisco switches 2003, Cisco Systems, Inc. ll rights reserved. CMSN v , Cisco Systems, Inc. ll rights reserved. CMSN v

10 Quiz: MLS Topology Example nswer: MLS Topology Example S MLS-RP Port in locking State X S MLS-RP Port in blocking state X S2 S3 S2 S3 S4 S5 S6 S7 S4 S5 S6 S7 Original MLS path was S4 S2 S S3 S7 Spanning tree blocked the link between S and S3 What is the next available MLS path? 2003, Cisco Systems, Inc. ll rights reserved. CMSN v First packet path = S4 S2 S S2 S3 S7 Subsequent packet path = S4 S2 S3 S7 2003, Cisco Systems, Inc. ll rights reserved. CMSN v Unsupported MLS Topology Unsupported MLS Topology Solution VLN4 VLN42 RSM RSM2 VLN 4 VLN 42 MLS-RP MLS-RP 2 ISL Link MLS-SE MLS-SE 2 Configure an ISL link from MLS-SE to MLS-RP to carry both VLN4 and VLN , Cisco Systems, Inc. ll rights reserved. CMSN v , Cisco Systems, Inc. ll rights reserved. CMSN v

11 Unsupported MLS Topology Solution 2 Summary VLN 4 VLN 42 MLS-RP Link Link 2 MLS-SE MLS-RP 2 MLS-SE 2 router on a stick can be used to route between VLNs using either ISL or 802.Q as the trunking protocol. router on a stick requires subinterfaces, one for each VLN. Verify inter-vln routing by generating IP packets between two subnets. Multilayer switches can forward traffic at both Layer 2 and Layer 3. Multilayer switches rewrite the Layer 2 and Layer 3 header using tables held in hardware. Configure a second link from MLS-SE to MLS-RP to route for Subnet , Cisco Systems, Inc. ll rights reserved. CMSN v , Cisco Systems, Inc. ll rights reserved. CMSN v Multilayer Switching Deploying CEF-ased Multilayer Switching Traditional MLS CEF-ased MLS Multilayer switching - ability of a Catalyst switch to support switching and routing of packets in hardware. Optional support for Layers 4 through 7 switching in hardware as well. route processor (or Layer 3 engine) must download software-based routing, switching, access lists, QoS, and other information to the hardware for packet processing. 2003, Cisco Systems, Inc. ll rights reserved , Cisco Systems, Inc. ll rights reserved. CMSN v

12 Traditional MLS RP Traditional MLS Dual effort between: Route Processor (RP) Switching Engine (SE) Traditional MLS: Route once, switch many Specialized pplication-specific Integrated Circuits (SICs) perform Layer 2 rewrite operations of routed packets: Source MC address Destination MC address Cyclic redundancy check (CRC). ecause the source and destination MC addresses change during Layer 3 rewrites, the switch must recalculate the CRC for these new MC addresses. 2003, Cisco Systems, Inc. ll rights reserved. CMSN v SE SE: Listens in to the first packet going to the router (RP) and going from the router (RP). If the SE can switch the packet in both directions: It can learn a shortcut path for subsequent packets to use. Thus, bypassing the router (RP). This technique is also known as: Netflow-based switching. With traditional MLS, the Layer 3 engine (route processor) and switching SICs work together to build Layer 3 entries on the switch. 2003, Cisco Systems, Inc. ll rights reserved. CMSN v Traditional MLS Candidate Packet Info Layer 3 Info S-IP D-IP Layer 2 Info S-MC D-MC C--- MLS- RP The Destination MC ddress is one of the router s interfaces. There is not an existing flow, so I will flag this as a candidate packet. MLS- SE dotq Tag (inside Eth. Hdr) VLN Ethernet Header IP Header IP Data D-MC= C--- S-MC= S-MC= S-IP = D-IP = dotq Tag (inside Eth. Hdr) VLN D-MC= C--- Ethernet Header IP Header IP Data S-MC= S-IP = D-IP = The switch forwards the first packet in any flow to the Layer 3 engine for processing using software switching/routing. fter the routing of the first packet in the flow, the Layer 3 engine programs the hardware-switching components for routing for subsequent packets. Workstation sends a packet to workstation, Workstation sends the packet to its default gateway (which is the RSM). Switch (MLS-SE) recognizes this packet as an MLS candidate packet because the destination MC address matches the MC address of the MLS router (MLS-RP). s a result, the switch creates a candidate entry for this flow. 2003, Cisco Systems, Inc. ll rights reserved. CMSN v , Cisco Systems, Inc. ll rights reserved. CMSN v

13 MLS- RP MLS- RP Candidate Packet Info MLS- SE Layer 3 Info S-IP D-IP Layer 2 Info S-MC D-MC C--- MLS- SE dotq Tag (inside Eth. Hdr) VLN 2 D-MC= Ethernet Header IP Header IP Data S-MC= C S-IP = D-IP = dotq Tag (inside Eth. Hdr) VLN 2 D-MC= Ethernet Header IP Header IP Data S-MC= C S-IP = D-IP = Next, the router accepts the packets from workstation, rewrites the Layer 2 MC addresses and CRC, and forwards the packet to workstation. The switch refers to the routed packet from the RSM as the enabler packet. 2003, Cisco Systems, Inc. ll rights reserved. CMSN v MLS-SE recognizes various matches including CM, details not included. asically, the MLS-SE recognizes that the packet going out of VLN 2 was the same one that came in on VLN. The switch, upon seeing both the candidate and enabler packets, creates an MLS entry in hardware (MLS Cache) such that the switch rewrites and forwards all future packets matching this flow. 2003, Cisco Systems, Inc. ll rights reserved. CMSN v Candidate Packet Info Layer 3 Info S-IP D-IP Layer 2 Info S-MC D-MC C--- MLS- RP Found match in MLS Cache, rewrite Ethernet Header and send directly to Host, forget the router! CEF-ased Multilayer Switches CEF caches routing information in the FI table and Layer 2 next-hop addresses in the adjacency table. Future Packets MLS- SE MLS Cache Dst IP Src IP Port Dst Port Src Port Dst MC TCP Src MC C VLN Interface 2 3/ s future packets from the flow arrive, the MLS-SE uses the destination IP address to look up the entry in the MLS cache. Finding a match, rewrite engine modifies the necessary header information and forwards the frame (the packet is not forwarded to the router). The rewrite operation modifies all the same fields initially modified by the router for the first packet, including the source MC and destination MC addresses. 2003, Cisco Systems, Inc. ll rights reserved. CMSN v , Cisco Systems, Inc. ll rights reserved. CMSN v

14 CEF CEF Routing Table CEF-based MLS forwarding model is used to: Download the control plane information (such as the access lists) to the data plane (on the supervisor, port, or line card) for hardware switching of packets. Control plane represents the Layer 3 engine (route processor) Data plane represents the hardware components such as SICs used by the switch for hardware switching. CEF is a topology-based forwarding model in which all routing information is prepopulated into a forwarding information base (FI). Result is switches can quickly look up routing information such as IP adjacencies and next-hop IP and MC addresses. 2003, Cisco Systems, Inc. ll rights reserved. CMSN v The two main components of CEF are :. FI 2. djacency Table DLS#show ip cef Prefix Next Hop Interface /0 no route /32 receive...0/ FastEthernet0/ /24 attached Vlan /32 receive Vlan /32 receive Vlan /32 receive Vlan /24 attached Vlan /32 receive Vlan /32 receive Vlan /32 receive Vlan / GigabitEthernet0/ / GigabitEthernet0/ /24 attached Vlan /32 receive Vlan /32 receive Vlan /32 receive Vlan /30 attached GigabitEthernet0/ /32 receive GigabitEthernet0/ /32 receive GigabitEthernet0/ for each IP network/subnet in the routing /32 table GigabitEthernet0/ /32 receive GigabitEthernet0/ Ordered with most specific (longest /30 match) first followed attached by less specific FastEthernet0/ subnets /32 receive FastEthernet0/ Mirror image of the forwarding information /32 contained in the IP routing FastEthernet0/ table /32 receive FastEthernet0/ When routing or topology changes /32 occur in the network, receive the IP routing FastEthernet0/ table is updated, and those changes are reflected /30 in the FI GigabitEthernet0/ /4 drop Maintains next-hop address information /24 based on the receive information in the IP routing table /32 receive DLS# 2003, Cisco Systems, Inc. ll rights reserved. CMSN v Forwarding information base Makes IP destination switching decisions. Similar to a routing table: Reformatted into an ordered list with most specific route first 54 CEF CEF-ased MLS Lookups djacency tables Network nodes in the network are said to be adjacent if they can reach each other with a single hop across a link layer. (OSPF, EIGRP) router normally maintains: Routing table containing Layer 3 network and next-hop information RP table containing Layer 3 to Layer 2 address mapping. These tables are kept independently.. Layer 3 packets initiate TCM lookup. 2. The longest match returns adjacency with rewrite information. 3. The packet is rewritten per adjacency information and forwarded. 2003, Cisco Systems, Inc. ll rights reserved. CMSN v , Cisco Systems, Inc. ll rights reserved. CMSN v

15 CEF-ased MLS Operation Packet Rewrite Egress Packet 2003, Cisco Systems, Inc. ll rights reserved. CMSN v , Cisco Systems, Inc. ll rights reserved. CMSN v Packet Rewrite Host s MC ddress Packet Rewrite Host s MC ddress L2 Checksum L3 Checksum L2 Checksum L3 Checksum Default Gateway Host TTL Default Host Gateway MC dd Host L3 switch outbound interface TTL - The switch receives another packet: fter a multilayer switch finds valid entries in the FI and adjacency tables, a packet is almost ready to be forwarded. One step remains the packet header information must be rewritten. Multilayer switching occurs as quick table lookups: Find the next-hop address Outbound switch port. The IP header must also be adjusted, as if a traditional router had done the forwarding (TTL). 2003, Cisco Systems, Inc. ll rights reserved. CMSN v The packet rewrite engine makes the following changes to the packet just prior to forwarding: Layer 2 destination address Changed to the next-hop device's MC address Layer 2 source address Changed to the outbound Layer 3 switch interface's MC address Layer 3 IP Time To Live (TTL) Decremented by one, as one router hop has just occurred Layer 2 frame checksum Recalculated to include changes to the Layer 2 and Layer 3 headers Layer 3 IP checksum Recalculated to include changes to the IP header 2003, Cisco Systems, Inc. ll rights reserved. CMSN v

16 Packet Rewrite Host s MC ddress Packet Rewrite Host s MC ddress L2 Checksum L3 Checksum L2 Checksum L3 Checksum Default Host Gateway MC dd Host L3 switch outbound interface TTL - The packet rewrite engine makes the following changes to the packet just prior to forwarding: Layer 2 destination address Changed to the next-hop device's MC address Layer 2 source address Changed to the outbound Layer 3 switch interface's MC address Layer 3 IP Time To Live (TTL) Decremented by one, as one router hop has just occurred Layer 2 frame checksum Recalculated to include changes to the Layer 2 and Layer 3 headers Layer 3 IP checksum Recalculated to include changes to the IP header Default Host Gateway MC dd Host L3 switch outbound interface TTL - traditional router would normally make the same changes to each packet. The multilayer switch must act as if a traditional router were being used, making identical changes. The multilayer switch: Can do this very efficiently with dedicated packet rewrite hardware and with address information obtained from table lookups. 2003, Cisco Systems, Inc. ll rights reserved. CMSN v , Cisco Systems, Inc. ll rights reserved. CMSN v Packet Rewrite Host s MC ddress CEF L2 Checksum L3 Checksum Default Host Gateway MC dd Host L3 switch outbound interface TTL - The switch performs a Layer 3 lookup and finds a CEF entry for Host. The switch rewrites packets per the adjacency information and forwards the packet to Host on its VLN. 2003, Cisco Systems, Inc. ll rights reserved. 63 CMSN v Catalyst switches do not support routing of all types of frames in hardware. For example, the following list details common frame types that are not supported by hardware switching: Packets with IP header options Packets sourced from or destined to tunnel interfaces Packets using Ethernet encapsulation types other than RP Packets that require fragmentation (exceed MTU of the interface) Two types of CEF Central CEF or ccelerated CEF Forwarding decisions done by SIC that is central to all interfaces. Distributed CEF (dcef) Forwarding decisions done on independently on interfaces or line modules line cards (faster). 2003, Cisco Systems, Inc. ll rights reserved. CMSN v

17 Multilayer Switch Packet Forwarding Process Enabling CEF Some IP packets cannot be processed in hardware. If an IP packet cannot be processed in hardware, it is processed by the Layer 3 engine. The commands required to enable CEF are platform dependent: On the Cisco Catalyst 4000 switch Switch(config-if)#ip cef On the Cisco Catalyst 3550 switch Switch(config-if)#ip route-cache cef 2003, Cisco Systems, Inc. ll rights reserved. CMSN v , Cisco Systems, Inc. ll rights reserved. CMSN v Verifying CEF Verify Layer 3 Switching Switch#show ip cef [type mod/port vlan_interface] [detail] Switch# show ip cef vlan detail IP CEF with switching (Table Version ), flags=0x0 0 routes, 0 reresolve, 0 unresolved (0 old, 0 new), peak 0 3 leaves, 2 nodes, 4248 bytes, 4 inserts, invalidations 0 load sharing elements, 0 bytes, 0 references universal per-destination load sharing algorithm, id (0) CEF resets, 0 revisions of existing leaves Resolution Timer: Exponential (currently s, peak s) 0 in-place/0 aborted modifications refcounts: 06 leaf, 052 node Table epoch: 0 (3 entries at this epoch) Switch#show interface {{type mod/port} {port-channel number}} begin L3 Switch#show interface fastethernet 3/3 begin L3 L3 in Switched: ucast: 0 pkt, 0 bytes - mcast: 2 pkt, 778 bytes mcast L3 out Switched: ucast: 0 pkt, 0 bytes - mcast: 0 pkt, 0 bytes packets input, bytes, 0 no buffer Received broadcasts, 2 runts, 0 giants, 0 throttles... Switch# /24, version 6, epoch 0, attached, connected 0 packets, 0 bytes via Vlan, 0 dependencies valid glean adjacency 2003, Cisco Systems, Inc. ll rights reserved. CMSN v , Cisco Systems, Inc. ll rights reserved. CMSN v

18 Displaying Hardware Layer 3 Switching Statistics djacency Information Switch#show interfaces {{type mod/port} {port-channel number}} include switched Switch#show adjacency [{{type mod/port} {port-channel number}} detail internal summary] Switch#show interfaces gigabitethernet 9/5 include switched L2 Switched: ucast: 899 pkt, bytes - mcast: 6980 pkt, bytes L3 in Switched: ucast: 3045 pkt, bytes - mcast: 0 pkt, 0 bytes mcast L3 out Switched: ucast: 2975 pkt, 6934 bytes - mcast: 0 pkt, 0 bytes Switch#show adjacency gigabitethernet 9/5 detail Protocol Interface ddress IP GigabitEthernet9/ () 504 packets, 60 bytes 00605C F83F50800 RP 03:49:3 2003, Cisco Systems, Inc. ll rights reserved. CMSN v , Cisco Systems, Inc. ll rights reserved. CMSN v Debugging CEF Operations Summary Switch#debug ip cef {drops access-list receive events prefix-ipc table} Displays debug information for CEF Switch#debug ip cef {ipc interface-ipc} Displays debug information related to IPC in CEF Switch#ping ip Performs an extended ping Layer 3 switching is high-performance packet switching in hardware. MLS functionality can be implemented through CEF. CEF uses tables in hardware to forward packets. Specific commands are used to enable and verify CEF operations. Commands to enable CEF are platform dependent. CEF problems can be matched to specific solutions. Specific commands are used to troubleshoot and solve CEF problems. Ordered steps assist in troubleshooting CEF-based problems. 2003, Cisco Systems, Inc. ll rights reserved. CMSN v , Cisco Systems, Inc. ll rights reserved. CMSN v

Implementing Inter-VLAN Routing. 2003, Cisco Systems, Inc. All rights reserved. 2-1

Implementing Inter-VLAN Routing. 2003, Cisco Systems, Inc. All rights reserved. 2-1 Implementing Inter-VLAN Routing 2003, Cisco Systems, Inc. All rights reserved. 2-1 Internetwork Communications C:>ping 172.16.30.100 Can two hosts on different subnets communicate without a router? No

More information

Implementing Inter-VLAN Routing

Implementing Inter-VLAN Routing Internetwork Communications C:>ping 172.16.30.100 Implementing Inter-VLAN Routing Can two hosts on different subnets communicate without a router? No What would happen if a host tried to ping another host?

More information

Describing the STP. Enhancements to STP. Configuring PortFast. Describing PortFast. Configuring. Verifying

Describing the STP. Enhancements to STP. Configuring PortFast. Describing PortFast. Configuring. Verifying Enhancements to STP Describing the STP PortFast Per VLAN Spanning Tree+ (PVST+) Rapid Spanning Tree Protocol (RSTP) Multiple Spanning Tree Protocol (MSTP) MSTP is also known as Multi-Instance Spanning

More information

Layer 3 Switch Processing. CEF-Based Multilayer Switches. Layer 3 Switch Processing (Cont.)

Layer 3 Switch Processing. CEF-Based Multilayer Switches. Layer 3 Switch Processing (Cont.) Layer 3 Switch Processing In Layer 3 switches, the control path and data path are relatively independent. The control path code, such as routing protocols, runs on the route processor. Data packets are

More information

RealCiscoLAB.com. Inter-VLAN Routing with an Internal Route Processor and Monitoring CEF Functions

RealCiscoLAB.com. Inter-VLAN Routing with an Internal Route Processor and Monitoring CEF Functions RealCiscoLAB.com CCNPv6 SWITCH Inter-VLAN Routing with an Internal Route Processor and Monitoring CEF Functions Topology Objective Background Route between VLANs using a 3560 switch with an internal route

More information

Configuring IP Unicast Layer 3 Switching on Supervisor Engine 1

Configuring IP Unicast Layer 3 Switching on Supervisor Engine 1 CHAPTER 19 Configuring IP Unicast Layer 3 Switching on Supervisor Engine 1 The features described in this chapter are supported only on Supervisor Engine 1, the policy feature card (PFC), and the Multilayer

More information

Chapter 5: Inter-VLAN Routing. Routing & Switching

Chapter 5: Inter-VLAN Routing. Routing & Switching Chapter 5: Inter-VLAN Routing Routing & Switching What is Inter-VLAN routing? Layer 2 switches cannot forward traffic between VLANs without the assistance of a router. Inter-VLAN routing is a process for

More information

IP MultiLayer Switching Sample Configuration

IP MultiLayer Switching Sample Configuration IP MultiLayer Switching Sample Configuration Document ID: 12022 Contents Introduction Prerequisites Requirements Components Used Conventions Background Information Configure Network Diagram MLS Operation

More information

University of Jordan Faculty of Engineering & Technology Computer Engineering Department Advance Networks Laboratory Exp.4 Inter-VLAN Routing

University of Jordan Faculty of Engineering & Technology Computer Engineering Department Advance Networks Laboratory Exp.4 Inter-VLAN Routing University of Jordan Faculty of Engineering & Technology Computer Engineering Department Advance Networks Laboratory 0907529 Exp.4 Inter-VLAN Routing Objectives 1. Describe the three primary options for

More information

Lab 5-1 Hot Standby Router Protocol

Lab 5-1 Hot Standby Router Protocol Lab 5-1 Hot Standby Router Protocol Topology Diagram Objective Configure inter-vlan routing with HSRP to provide redundant, fault tolerant routing to the internal network. Scenario Step 1 HSRP provides

More information

Route between VLANs using a 3560 switch with an internal route processor using Cisco Express Forwarding (CEF).

Route between VLANs using a 3560 switch with an internal route processor using Cisco Express Forwarding (CEF). Lab 3- Part I Inter-VLAN routing with a Multilayer Switch Configuration and Management of Networks - 2014 Topology Objective Route between VLANs using a 3560 switch with an internal route processor using

More information

RealCiscoLAB.com. Configure inter-vlan routing with HSRP to provide redundant, fault-tolerant routing to the internal network.

RealCiscoLAB.com. Configure inter-vlan routing with HSRP to provide redundant, fault-tolerant routing to the internal network. RealCiscoLAB.com CCNPv6 SWITCH Hot Standby Router Protocol Topology Objective Background Configure inter-vlan routing with HSRP to provide redundant, fault-tolerant routing to the internal network. Hot

More information

Chapter 3: VLANs. Routing & Switching

Chapter 3: VLANs. Routing & Switching Chapter 3: VLANs Routing & Switching VLAN Definitions A VLAN is a logical partition of a Layer 2 network. VLANs logically group hosts, regardless of physical location. Multiple partitions can be created,

More information

VLANs. Traditional Campus Networks. Performance Issues. Broadcast Issues. Bridges terminate collision domains

VLANs. Traditional Campus Networks. Performance Issues. Broadcast Issues. Bridges terminate collision domains Traditional Campus Networks Broadcast Domain VLANs Collision Domain 1 Collision Domain 2 Bridges terminate collision domains 2003, Cisco Systems, Inc. All rights reserved. 2-1 2003, Cisco Systems, Inc.

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 11 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on your Catalyst 3550 switch. It includes information about VLAN

More information

RealCiscoLAB.com. Configuring EtherChannel. Topology. Objective. Background. Required Resources. CCNPv6 Switch. Configure EtherChannel.

RealCiscoLAB.com. Configuring EtherChannel. Topology. Objective. Background. Required Resources. CCNPv6 Switch. Configure EtherChannel. RealCiscoLAB.com CCNPv6 Switch Configuring EtherChannel Topology Objective Background Configure EtherChannel. Four switches have just been installed. The distribution layer switches are Catalyst 3560 switches,

More information

VLANs. 2003, Cisco Systems, Inc. All rights reserved. 2-1

VLANs. 2003, Cisco Systems, Inc. All rights reserved. 2-1 VLANs 2003, Cisco Systems, Inc. All rights reserved. 2-1 Traditional Campus Networks Broadcast Domain Collision Domain 1 Collision Domain 2 Bridges terminate collision domains 2003, Cisco Systems, Inc.

More information

VLANs. 2003, Cisco Systems, Inc. All rights reserved. 2-1

VLANs. 2003, Cisco Systems, Inc. All rights reserved. 2-1 VLANs 2003, Cisco Systems, Inc. All rights reserved. 2-1 Traditional Campus Networks Broadcast Domain Collision Domain 1 Collision Domain 2 Bridges terminate collision domains 2003, Cisco Systems, Inc.

More information

Configuring Web Cache Services By Using WCCP

Configuring Web Cache Services By Using WCCP CHAPTER 44 Configuring Web Cache Services By Using WCCP This chapter describes how to configure your Catalyst 3560 switch to redirect traffic to wide-area application engines (such as the Cisco Cache Engine

More information

Ch. 5 Maintaining and Troubleshooting Routing Solutions. Net412- Network troubleshooting

Ch. 5 Maintaining and Troubleshooting Routing Solutions. Net412- Network troubleshooting Ch. 5 Maintaining and Troubleshooting Routing Solutions Net412- Network troubleshooting Troubleshooting Routing Network Layer Connectivity EIGRP OSPF 2 Network Connectivity Just like we did when we looked

More information

Configuring SPAN. About SPAN. SPAN Sources

Configuring SPAN. About SPAN. SPAN Sources This chapter describes how to configure an Ethernet switched port analyzer (SPAN) to analyze traffic between ports on Cisco NX-OS devices. This chapter contains the following sections: About SPAN, page

More information

CCENT Study Guide. Chapter 11 VLANs and Inter-VLAN Routing

CCENT Study Guide. Chapter 11 VLANs and Inter-VLAN Routing CCENT Study Guide Chapter 11 VLANs and Inter-VLAN Routing Chapter 11 Objectives The CCENT Topics Covered in this chapter include: 2.0 LAN Switching Technologies 2.4 Configure, verify, and troubleshoot

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 14 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on the Catalyst 3750 switch. It includes information about VLAN

More information

Chapter 5 Lab 5-1 Inter-VLAN Routing INSTRUCTOR VERSION

Chapter 5 Lab 5-1 Inter-VLAN Routing INSTRUCTOR VERSION CCNPv7.1 SWITCH Chapter 5 Lab 5-1 Inter-VLAN Routing INSTRUCTOR VERSION Topology Objectives Implement a Layer 3 EtherChannel Implement Static Routing Implement Inter-VLAN Routing Background Cisco's switching

More information

Configuring Link Aggregation on the ML-MR-10 card

Configuring Link Aggregation on the ML-MR-10 card CHAPTER 34 Configuring Link Aggregation on the ML-MR-10 card This chapter applies to the ML-MR-10 card and describes how to configure link aggregation for the ML-Series cards, both EtherChannel and packet-over-sonet/sdh

More information

Implement Inter-VLAN Routing. LAN Switching and Wireless Chapter 6 Modified by Tony Chen 11/01/2008

Implement Inter-VLAN Routing. LAN Switching and Wireless Chapter 6 Modified by Tony Chen 11/01/2008 Implement Inter-VLAN Routing LAN Switching and Wireless Chapter 6 Modified by Tony Chen 11/01/2008 ITE I Chapter 6 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Notes: If you see any mistake

More information

Configuring VLANs. Finding Feature Information. Prerequisites for VLANs

Configuring VLANs. Finding Feature Information. Prerequisites for VLANs Finding Feature Information, page 1 Prerequisites for VLANs, page 1 Restrictions for VLANs, page 2 Information About VLANs, page 2 How to Configure VLANs, page 7 Monitoring VLANs, page 19 Where to Go Next,

More information

Behavior of Cisco Discovery Protocol between Routers and Switches

Behavior of Cisco Discovery Protocol between Routers and Switches Behavior of Cisco Discovery Protocol between Routers and Switches Document ID: 118736 Contributed by Meghana Tandon, Sumanth Srinath, and Vishnu Asok, Cisco TAC Engineers. May 06, 2015 Contents Introduction

More information

Chapter 16. Configuring IPv4 Addresses and Routes

Chapter 16. Configuring IPv4 Addresses and Routes Chapter 16. Configuring IPv4 Addresses and Routes This chapter covers the following exam topics: Operation of IP Data Networks Predict the data flow between two hosts across a network. IP Routing Technologies

More information

MPLS VPN. 5 ian 2010

MPLS VPN. 5 ian 2010 MPLS VPN 5 ian 2010 What this lecture is about: IP CEF MPLS architecture What is MPLS? MPLS labels Packet forwarding in MPLS MPLS VPNs 3 IP CEF & MPLS Overview How does a router forward packets? Process

More information

1 of :22

1 of :22 Feedback: Help us help you Please rate this document. Excellent Good Average Fair Poor This document solved my problem. Yes No Just Browsing Suggestions to improve this document. (512 character limit)

More information

Cisco ME 3400 Ethernet Access Switch Show Platform Commands

Cisco ME 3400 Ethernet Access Switch Show Platform Commands APPENDIXC Cisco ME 3400 Ethernet Access Switch Show Platform Commands This appendix describes the show platform privileged EXEC commands that have been created or changed for use with the Cisco ME 3400

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 12 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on the switch. It includes information about VLAN membership

More information

Configuring SPAN and RSPAN

Configuring SPAN and RSPAN 34 CHAPTER This chapter describes how to configure the Switched Port Analyzer (SPAN) and Remote SPAN (RSPAN) on the Catalyst 4500 series switches. SPAN selects network traffic for analysis by a network

More information

Maintaining Specific VLAN Identification. Comparing ISL and 802.1Q. VLAN Trunking

Maintaining Specific VLAN Identification. Comparing ISL and 802.1Q. VLAN Trunking Maintaining Specific VLAN Identification Specifically developed for multi-vlan interswitch communications Places a unique identifier in each frame Functions at Layer 2 2003, Cisco Systems, Inc. All rights

More information

Configuring VRF-lite CHAPTER

Configuring VRF-lite CHAPTER CHAPTER 36 Virtual Private Networks (VPNs) provide a secure way for customers to share bandwidth over an ISP backbone network. A VPN is a collection of sites sharing a common routing table. A customer

More information

Configuring IPv4. Finding Feature Information. This chapter contains the following sections:

Configuring IPv4. Finding Feature Information. This chapter contains the following sections: This chapter contains the following sections: Finding Feature Information, page 1 Information About IPv4, page 2 Virtualization Support for IPv4, page 6 Licensing Requirements for IPv4, page 6 Prerequisites

More information

Lab Configuring Per-Interface Inter-VLAN Routing (Solution)

Lab Configuring Per-Interface Inter-VLAN Routing (Solution) (Solution) Topology Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway R1 G0/0 192.168.20.1 255.255.255.0 N/A G0/1 192.168.10.1 255.255.255.0 N/A S1 VLAN 10 192.168.10.11

More information

Configuring Network Access to the GGSN

Configuring Network Access to the GGSN CHAPTER 7 This chapter describes how to configure access from the gateway GPRS support node (GGSN) to a serving GPRS support node (SGSN), public data network (PDN), and optionally to a Virtual Private

More information

Lab Configuring Per-Interface Inter-VLAN Routing (Instructor Version)

Lab Configuring Per-Interface Inter-VLAN Routing (Instructor Version) (Instructor Version) Instructor Note: Red font color or Gray highlights indicate text that appears in the instructor copy only. Topology Addressing Table Objectives Device Interface IP Address Subnet Mask

More information

Lab 5: Inter-VLANs Routing

Lab 5: Inter-VLANs Routing Lab 5: Inter-VLANs Routing Network Topology:- Device Interface IP Address Subnet Mask Gateway/Clock Rate Fa 0/0.10 10.5.0.1 255.255.255.192 ----- R1 Fa 0/0.20 10.6.0.1 255.255.255.192 ----- Fa 0/0.30 10.10.0.1

More information

DOiT-200v6 VOLUME II I2 R2 4 N1. DOiT-200v6 Lab 16 Multi-Topic CCIE-Level Scenario. For CCIE Candidates

DOiT-200v6 VOLUME II I2 R2 4 N1. DOiT-200v6 Lab 16 Multi-Topic CCIE-Level Scenario. For CCIE Candidates Revision 7.0 (10/26/2005) DOiT-200v6-SCENARIO 16 Page 1 NETMASTERCLASS ROUTING AND SWITCHING CCIE TRACK DOiT-200v6 VOLUME II 4 I2 R2 3 3 R5 I5 3 3 R6 R1 4 N1 4 4 2 2 1 4 I3 R3 3 1 R4 3 N2 N1 I4 1 R7 DOiT-200v6

More information

Multiprotocol Label Switching (MPLS)

Multiprotocol Label Switching (MPLS) 36 CHAPTER Prerequisites for MPLS, page 36-1 Restrictions for MPLS, page 36-1 Information About MPLS, page 36-2 Default Settings for MPLS, page 36-7 How to Configure MPLS Features, page 36-7 Configuration

More information

Lab 6-1 Configuring a WLAN Controller

Lab 6-1 Configuring a WLAN Controller Lab 6-1 Configuring a WLAN Controller Topology Diagram Scenario Step 1 In the next two labs, you will configure a wireless solution involving a WLAN controller, two lightweight wireless access points,

More information

Configuring IEEE 802.1Q Tunneling and Layer 2 Protocol Tunneling

Configuring IEEE 802.1Q Tunneling and Layer 2 Protocol Tunneling CHAPTER 14 Configuring IEEE 802.1Q Tunneling and Layer 2 Protocol Tunneling With Release 12.1(13)E and later, the Catalyst 6500 series switches support IEEE 802.1Q tunneling and Layer 2 protocol tunneling.

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 9 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094). It includes information about VLAN membership modes, VLAN configuration

More information

Configuring a Management IP Address on Catalyst 4500/4000, 5500/5000, 6500/6000, and Catalyst Fixed Configuration Switches

Configuring a Management IP Address on Catalyst 4500/4000, 5500/5000, 6500/6000, and Catalyst Fixed Configuration Switches Configuring a Management IP Address on Catalyst 4500/4000, 5500/5000, 6500/6000, and Catalyst Fixed Configuration Switches Document ID: 10594 Interactive: This document offers customized analysis of your

More information

Configuring SPAN and RSPAN

Configuring SPAN and RSPAN 41 CHAPTER This chapter describes how to configure the Switched Port Analyzer (SPAN) and Remote SPAN (RSPAN) on the Catalyst 4500 series switches. SPAN selects network traffic for analysis by a network

More information

Configuring Cache Services Using the Web Cache Communication Protocol

Configuring Cache Services Using the Web Cache Communication Protocol Configuring Cache Services Using the Web Cache Communication Protocol Finding Feature Information, page 1 Prerequisites for WCCP, page 1 Restrictions for WCCP, page 2 Information About WCCP, page 3 How

More information

Cisco CCNA Basic IP Routing Part I

Cisco CCNA Basic IP Routing Part I Cisco CCNA Basic IP Routing Part I Cisco CCNA IP Routing In this chapter, we re to discuss the IP routing process. This is an important subject to understand since it pertains to all routers and configurations

More information

Configuring IP Multicast

Configuring IP Multicast CHAPTER 27 This chapter describes IP multicast routing on the Catalyst 4500 series switch. It also provides procedures and examples to configure IP multicast routing. Note For complete syntax and usage

More information

Configuring CEF Network Accounting

Configuring CEF Network Accounting This module contains information about and instructions for configuring network accounting for Cisco Express Forwarding. Accounting produces the statistics that enable you to better understand Cisco Express

More information

Lab Configuring 802.1Q Trunk-Based Inter-VLAN Routing (Instructor Version Optional Lab)

Lab Configuring 802.1Q Trunk-Based Inter-VLAN Routing (Instructor Version Optional Lab) (Instructor Version Optional Lab) Instructor Note: Red font color or gray highlights indicate text that appears in the instructor copy only. Optional activities are designed to enhance understanding and/or

More information

The following graphic shows a single switch VLAN configuration.

The following graphic shows a single switch VLAN configuration. 7.1. VLAN A Virtual LAN (VLAN) can be defined as: Broadcast domains defined by switch port rather than network address. A grouping of devices based on service need, protocol, or other criteria rather than

More information

GRE Tunnel with VRF Configuration Example

GRE Tunnel with VRF Configuration Example GRE Tunnel with VRF Configuration Example Document ID: 46252 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Configurations Verify Troubleshoot Caveats

More information

Configuring VLAN Interfaces

Configuring VLAN Interfaces CHAPTER1 The Cisco Application Control Engine (ACE) module does not have any external physical interfaces to receive traffic from clients and servers. Instead, it uses internal VLAN interfaces. You assign

More information

Interconnecting networks with switches. Virtual Local Area Networks (VLAN)

Interconnecting networks with switches. Virtual Local Area Networks (VLAN) 1 Interconnecting networks with switches. Virtual Local Area Networks (VLAN) Experimental Development Exercise 1: Creating VLANs and trunk links using the 802.1Q protocol The aims of this exercise are:

More information

CCNA Practice test. 2. Which protocol can cause high CPU usage? A. NTP B. WCCP C. Telnet D. SNMP Answer: D

CCNA Practice test. 2. Which protocol can cause high CPU usage? A. NTP B. WCCP C. Telnet D. SNMP Answer: D 1. Which network would support at least 30 hosts? A. 10.0.0.0 255.255.255.252 B. 10.0.0.0 255.255.255.240 C. 10.0.0.0 255.255.255.224 D. 10.0.0.0 255.255.255.248 2. Which protocol can cause high CPU usage?

More information

Lab 3.3 Configuring Wireshark and SPAN

Lab 3.3 Configuring Wireshark and SPAN Lab 3.3 Configuring Wireshark and SPAN Learning Objectives Install Wireshark on a host PC Configure a switch to use the SPAN monitoring tool. Topology Diagram Scenario In this lab, you will configure a

More information

Configuring VLAN Interfaces

Configuring VLAN Interfaces CHAPTER1 The Cisco Application Control Engine (ACE) module does not have any external physical interfaces to receive traffic from clients and servers. Instead, it uses internal VLAN interfaces. You assign

More information

3. What could you use if you wanted to reduce unnecessary broadcast, multicast, and flooded unicast packets?

3. What could you use if you wanted to reduce unnecessary broadcast, multicast, and flooded unicast packets? Nguyen The Nhat - Take Exam Exam questions Time remaining: 00: 00: 51 1. Which command will give the user TECH privileged-mode access after authentication with the server? username name privilege level

More information

Configuring Network Security with ACLs

Configuring Network Security with ACLs 26 CHAPTER This chapter describes how to use access control lists (ACLs) to configure network security on the Catalyst 4500 series switches. Note For complete syntax and usage information for the switch

More information

CISCO EXAM QUESTIONS & ANSWERS

CISCO EXAM QUESTIONS & ANSWERS CISCO 200-101 EXAM QUESTIONS & ANSWERS Number: 200-101 Passing Score: 800 Time Limit: 120 min File Version: 32.2 http://www.gratisexam.com/ CISCO 200-101 EXAM QUESTIONS & ANSWERS Exam Name: Interconnecting

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER 7 CHAPTER This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on the Cisco MWR 2941 router. It includes information about VLAN

More information

Configuring EtherChannels and Layer 2 Trunk Failover

Configuring EtherChannels and Layer 2 Trunk Failover 35 CHAPTER Configuring EtherChannels and Layer 2 Trunk Failover This chapter describes how to configure EtherChannels on Layer 2 and Layer 3 ports on the switch. EtherChannel provides fault-tolerant high-speed

More information

BraindumpsIT. BraindumpsIT - IT Certification Company provides Braindumps pdf!

BraindumpsIT.  BraindumpsIT - IT Certification Company provides Braindumps pdf! BraindumpsIT http://www.braindumpsit.com BraindumpsIT - IT Certification Company provides Braindumps pdf! Exam : 300-115 Title : Implementing Cisco IP Switched Networks Vendor : Cisco Version : DEMO Get

More information

Configuring IRB. Integrated Routing and Bridging CHAPTER

Configuring IRB. Integrated Routing and Bridging CHAPTER CHAPTER 11 This chapter describes how to configure integrated routing and bridging (IRB) for the ML-Series card. For more information about the Cisco IOS commands used in this chapter, refer to the Cisco

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 11 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on the Cisco ME 3400 Ethernet Access switch. It includes information

More information

22 Cisco IOS Commands for the Catalyst 4500 Series Switches interface

22 Cisco IOS Commands for the Catalyst 4500 Series Switches interface Chapter 2 22 interface interface To select an interface to configure and to enter interface configuration mode, use the interface command. interface type number type number Type of interface to be configured;

More information

Application Guide. VLANs for improved Q-SYS performance

Application Guide. VLANs for improved Q-SYS performance Application Guide Rev. A, 6 June 2018 OPTIMIZE Q-SYS PERFORMANCE: CREATE DEDICATED VLANS. One way to greatly ensure the reliability and performance of a Q-SYS network is putting Q-SYS traffic on one or

More information

Exam4Tests. Latest exam questions & answers help you to pass IT exam test easily

Exam4Tests.   Latest exam questions & answers help you to pass IT exam test easily Exam4Tests http://www.exam4tests.com Latest exam questions & answers help you to pass IT exam test easily Exam : 200-101 Title : Interconnecting Cisco Networking Devices Part 2 (ICND2) Vendor : Cisco Version

More information

DOiT-200v6 VOLUME II. DOiT-200v6 Lab 3 Multi-Topic CCIE-Level Scenario. For CCIE Candidates

DOiT-200v6 VOLUME II. DOiT-200v6 Lab 3 Multi-Topic CCIE-Level Scenario. For CCIE Candidates Revision 7.0 (10/20/2005) DOiT-200v6-SCENARIO 3 Page 1 NETMASTERCLASS ROUTING AND SWITCHING CCIE TRACK DOiT-200v6 VOLUME II DOiT-200v6 Lab 3 Multi-Topic CCIE-Level Scenario For CCIE Candidates Revision

More information

mls qos (global configuration mode)

mls qos (global configuration mode) mls qos (global configuration mode) mls qos (global configuration mode) To enable the quality of service (QoS) functionality globally, use the mls qos command in global configuration mode. To disable the

More information

Note: Use two 2960 switches for ALS1 and ALS2 and two 3560 switches for DLS1 and DLS2

Note: Use two 2960 switches for ALS1 and ALS2 and two 3560 switches for DLS1 and DLS2 LAB 2 - Part I - VLANs, VLAN Trunking, and VTP Domains Topology: Objectives Set up a VTP domain. Create and maintain VLANs. Configure 802.1Q trunking. Background VLANs logically segment a network by function,

More information

CCNA( ) Dumps V2.0( ) CCNA

CCNA( ) Dumps V2.0( ) CCNA CCNA(200-125) Dumps V2.0(2018.1.3) CCNA 200-125 QUESTION 1 Which technology supports the stateless assignment of IPv6 addresses?(choose two.) A. DNS B. DHCPv6 C. DHCP D. autoconfiguration Correct Answer:

More information

Sections Describing Standard Software Features

Sections Describing Standard Software Features 30 CHAPTER This chapter describes how to configure quality of service (QoS) by using automatic-qos (auto-qos) commands or by using standard QoS commands. With QoS, you can give preferential treatment to

More information

Switches running the LAN Base feature set support only static routing on SVIs.

Switches running the LAN Base feature set support only static routing on SVIs. Finding Feature Information, on page 1 Prerequisites for VLANs, on page 1 Restrictions for VLANs, on page 2 Information About VLANs, on page 2 How to Configure VLANs, on page 6 Monitoring VLANs, on page

More information

CCNP TSHOOT. Quick Reference Sheet Exam

CCNP TSHOOT. Quick Reference Sheet Exam CCNP TSHOOT Quick Reference Sheet Exam 300-135 Chapter 1. Network Principles Troubleshooting Steps Problem Identification Collection of Information Examination and Action Plan Verification Basic Troubleshooting

More information

Network Management Commands

Network Management Commands Network Management Commands ip wccp, page 3 monitor capture (interface/control plane), page 5 monitor capture buffer, page 9 monitor capture clear, page 10 monitor capture export, page 11 monitor capture

More information

Cisco Questions & Answers

Cisco Questions & Answers Cisco 200-101 Questions & Answers Number: 200-101 Passing Score: 800 Time Limit: 120 min File Version: 23.7 http://www.gratisexam.com/ Cisco 200-101 Questions & Answers Exam Name: Interconnecting Cisco

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 10 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on the switch. It includes information about VLAN membership

More information

the larger the number of users and devices, the more broadcasts and packets each switch must handle.

the larger the number of users and devices, the more broadcasts and packets each switch must handle. VLANs Introduction By default, routers allow broadcasts to occur only within the originating network, while switches forward broadcasts to all segments. Flat network = one broadcast domain. that the largest

More information

Configuring Layer 3 Interfaces

Configuring Layer 3 Interfaces This chapter contains the following sections: Information About Layer 3 Interfaces, page 1 Licensing Requirements for Layer 3 Interfaces, page 4 Guidelines and Limitations for Layer 3 Interfaces, page

More information

How to Verify Cisco Express Forwarding Switching

How to Verify Cisco Express Forwarding Switching How to Verify Cisco Express Forwarding Switching Document ID: 47205 Contents Introduction Prerequisites Requirements Components Used Conventions What Is Cisco IOS Switching? Verification Steps Understand

More information

Configuring VLANs. Finding Feature Information. Prerequisites for VLANs

Configuring VLANs. Finding Feature Information. Prerequisites for VLANs Finding Feature Information, page 1 Prerequisites for VLANs, page 1 Restrictions for VLANs, page 2 Information About VLANs, page 2 How to Configure VLANs, page 8 Monitoring VLANs, page 22 Where to Go Next,

More information

Configuring Private VLANs

Configuring Private VLANs 36 CHAPTER This chapter describes private VLANs (PVLANs) on Catalyst 4500 series switches. It also provides restrictions, procedures, and configuration examples. This chapter includes the following major

More information

Lab 7.5.3: Troubleshooting the Wireless WRT300N

Lab 7.5.3: Troubleshooting the Wireless WRT300N Lab 7.5.3: Troubleshooting the Wireless WRT300N Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway Fa0/1.5 5.5.5.10 255.255.255.0 N/A Fa0/1.10 192.168.10.1 255.255.255.0

More information

VLAN Configuration. Understanding VLANs CHAPTER

VLAN Configuration. Understanding VLANs CHAPTER CHAPTER 11 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on the CGR 2010 ESM. It includes information about VLAN membership

More information

CCNA TECHNOLOGIES SERIES

CCNA TECHNOLOGIES SERIES CCNA TECHNOLOGIES SERIES ONLINE TRAINING CLASS CHAPTER 01 BURMESE VERSION Phyo Phyo Hein B. C. Tech (hons) MTCNA, MTCRE, MTCWE, MTCTCE, MTCUME, MTCINE CCNA R&S, CCNP R&S, CCIP, JNCIA-Junos, JNCDA May 15,

More information

Sybex CCENT Chapter 11: VLANs and Inter-VLAN Routing. Instructor & Todd Lammle

Sybex CCENT Chapter 11: VLANs and Inter-VLAN Routing. Instructor & Todd Lammle Sybex CCENT 100-101 Chapter 11: VLANs and Inter-VLAN Routing Instructor & Todd Lammle Chapter 11 Objectives The CCENT Topics Covered in this chapter include: LAN Switching Technologies Describe how VLANs

More information

Lab 6-1 Configuring a WLAN Controller

Lab 6-1 Configuring a WLAN Controller Lab 6-1 Configuring a WLAN Controller Topology Diagram Scenario In the next two labs, you will configure a wireless solution involving a WLAN controller, two lightweight wireless access points, and a switched

More information

26 CHAPTER Virtual Private Networks (VPNs) provide a secure way for customers to share bandwidth over an ISP backbone network. A VPN is a collection of sites sharing a common routing table. A customer

More information

IPv6 Tunnel through an IPv4 Network

IPv6 Tunnel through an IPv4 Network IPv6 Tunnel through an IPv4 Network Document ID: 25156 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Configurations (Manual IPv6 Mode) Configurations

More information

Configuring IEEE 802.1Q and Layer 2 Protocol Tunneling

Configuring IEEE 802.1Q and Layer 2 Protocol Tunneling CHAPTER 8 Configuring IEEE 802.1Q and Layer 2 Protocol Tunneling Virtual private networks (VPNs) provide enterprise-scale connectivity on a shared infrastructure, often Ethernet-based, with the same security,

More information

Chapter 6 Lab 6-1, First Hop Redundancy Protocols HSRP and VRRP INSTRUCTOR VERSION

Chapter 6 Lab 6-1, First Hop Redundancy Protocols HSRP and VRRP INSTRUCTOR VERSION CCNPv7.1 SWITCH Chapter 6 Lab 6-1, First Hop Redundancy Protocols HSRP and VRRP INSTRUCTOR VERSION Topology Objectives Configure inter-vlan routing with HSRP and load balancing Configure HSRP authentication

More information

Top-Down Network Design

Top-Down Network Design Top-Down Network Design Chapter Seven Selecting Switching and Routing Protocols Original slides by Cisco Press & Priscilla Oppenheimer Selection Criteria for Switching and Routing Protocols Network traffic

More information

Sections Describing Standard Software Features

Sections Describing Standard Software Features 27 CHAPTER This chapter describes how to configure quality of service (QoS) by using automatic-qos (auto-qos) commands or by using standard QoS commands. With QoS, you can give preferential treatment to

More information

IPv4 IGP Troubleshooting. IPv4 Routing Workflow. IPv4 routing can be subdivided into three discrete steps

IPv4 IGP Troubleshooting. IPv4 Routing Workflow. IPv4 routing can be subdivided into three discrete steps Internetwork Expert s CCNP Bootcamp IPv4 IGP Troubleshooting http:// IPv4 Routing Workflow IPv4 routing can be subdivided into three discrete steps Routing lookup Switching method Layer 2 encapsulation

More information

Interconnecting Cisco Networking Devices Part 2 (ICND2 v3.0)

Interconnecting Cisco Networking Devices Part 2 (ICND2 v3.0) Interconnecting Cisco Networking Devices Part 2 (ICND2 v3.0) Cisco 200-105 Dumps Available Here at: /cisco-exam/200-105-dumps.html Enrolling now you will get access to 170 questions in a unique set of

More information

Configuring Layer 3 Interfaces

Configuring Layer 3 Interfaces This chapter contains the following sections: Information About Layer 3 Interfaces, page 1 Licensing Requirements for Layer 3 Interfaces, page 4 Guidelines and Limitations for Layer 3 Interfaces, page

More information