MultiLayerSwitch-General Flashcards
What does L3 switching allow you to avoid?
Router-on-a-stick. Reduces points of failure and saves bandwith.
What are the two flavors of Cisco’s catalyst switch-route software?
MLS (multilayer switching) and CES (Cisco express forwarding)
How does MLS work?
With route-caching. The first packet in a flow is routed by the switch processor, while the rest in the flow are sent through ASICs.
What does “packet flow” mean?
A unidirectional stream of packets to a single destination, all part of the same protocol.
What is more common, CEF or MLS?
CEF, and it’s newer.
What must be enabled for a switch to act as a default gateway?
IP routing.
What is a requirement for an SVI to be active?
It must be tagged/untagged on at least one port.
What does each layer 3 segment require to be utilized?
Some kind of route or routing protocol.
What command will enable a routed port?
From interface config, “no switchport”
How do IP addresses and MAC addresses change as a packet is moved through a network?
IP addresses (source and destination) stay the same, MAC adresses (source and destination) change at each hop.
What is a useful show command that displays the MAC Address Table?
Switch# show mac address-table <dynamic> <address></address></dynamic>
What is route caching?
The RP listens to a flow’s 1st packet for the dest. The SE listens to the packet and dest and puts a shortcut in the MSL cache. Netflow switching, route once, switch many
What is topology-based caching?
the topology is pre-populated by downloading the topology DB into the FIB and dynamically updated. Called Cisco Express Forwarding
What three decisions must be made after the switch processes the ingress queue?
Where to forward the frame, where it should be forwarded, and how. All happen simultaneously.
If a switch receives a frame and the source MAC is not in it’s forwarding table, what information will be stored about the new frame?
The MAC address, the switch port, and the VLAN on which it arrived.
In multilayer switching, what 4 specific decision are made simultaneously to forward data?
-The L2 forwarding table(CAM)-The L3 forwarding table(FIB)-Security ACLs.-QoS ACLs.
What are the two types of multilayer switching (MLS)?
-Route caching, basically route-once-switch-many.-Topology based, uses the layer-3 routing table (called FIB) to make a forwarding decision.
What is unknown unicast flooding?
When a switch receives a frame and the destination MAC is not in its forwarding table, it forwards the message (or floods) out all ports on the same VLAN as the source.
When multilayer switching, what information must be changed in the packet and frame, by the packet rewrite engine, before the data can be forwarded out a port?
The L2 source and destination MAC, the L3 TTL and L3 header checksum, and the L2 checksum.
In topology-based multilayer switching, is the shortest or longest match used as the layer-3 destination?
The LONGEST match is always considered the best match.
What determines where a packet is forwarded?
Destination IPv4 Address. The routing table is used for the routing decision.
What happens at every hop that an IP packet hits?
L2 frame header is de-capsulated to remove L2 header. It updates source MAC (outbound interface) and destination MAC address (Next hop) then encapsulates the L2 header for transmission