MultiLayerSwitch-CEF Flashcards
1.1 Configure and verify switch administration address table
What is process-based switching?
Tasks are switched using the CPU and this is known as the “IP Input” process.
What is fast switching?
First packet is sent to the CPU for processing while Fast Switching cache is updated with the information.
What is CEF?
CEF is prepopulated the L2 and L3 caches while CPU is rarely bothered. THis is done by tracking the ARP and Routing tables.
What are the components CEF is composed of?
CEF is composed of the FIB and Adjacency Table.
What does CEF stand for?
Cisco Express Forwarding.
What does FIB stand for?
Forwarding Information Base.
What is the FIB?
The FIB is a shadow copy of the IP Routing Table and tracks the table for automatic updates.
What is the Adjacency Table?
The Adjacency Table is populated by L2 tables such as ARP and Frame-Relay Mapping.
What is the Glean Adjacency Type?
Glean occurs when no specific information about an address in a subnet exists in ARP. This results in the CPU being tasked to trigger an ARP reply.
What is the Null Adjacency Type?
Null occurs when there are valid packets that must be dropped as they are destined for the Null0 interface.
What is the Drop Adjacency Type?
Drop occurs when there are invalid packets that must be dropped. This can occur when there is no route or there’s bad encapsulation.
What is the Discard Adjacency Type?
Discard occurs when there are valid packets that must be dropped because there is a security policy in place such as an ACL.
What is the Punt Adjacency Type?
Punt occurs when there are packets that are destined for the CPU itself such as a routing update from a neighbor.
What are some useful show commands that can be used to look up information in CEF?
Switch# show ip cef
Switch# show adjacency
What command produced this?
switch# show ip cef
What command produced this?
switch# show adjacency
What command produced this?
switch# show adjacency detail
What command produced this?
switch# show adjecency interface t1/0/3
What command produced this?
switch# show adjacency 10.147.99.52
What command produced this
switch# show adjacency vlan 300
What command produced this?
switch# show ip cef detail
What command produced this?
switch# show ip cef 10.147.97.28 detail
What command produced this?
switch# show ip cef 10.147.97.28