• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/52

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

52 Cards in this Set

  • Front
  • Back
What is a CAM Table?
Content-Addressable Memory Table: A Layer 2 table that maps MAC addresses to ports.
What three items are in the CAM table?
Arriving switch port, source MAC address, & VLAN
What is the CAM tables default aging timer?
300 seconds (5 minutes)
What is the Layer 2 forwarding table called?
CAM Table
What happens in the CAM table when a MAC is seen on a new port?
Original entry is deleted and a new entry is created.
What is the TCAM?
Ternary Content-Addressable Memory table. It is a switching table used to evaluate packet forwarding decisions based on policies or ACLs.
What are the three parts to the TCAM Structure?
Value , Mask, & Result (VMR)
What is the length of the TCAM Value field?
134 bits
What is the length of the TCAM Mask field?
134 bits
List some examples of the TCAM Results field.
Permit, Deny, QoS Policy Index, Next-hop
What does the TCAM use to store entries with ports?
LOU (Logical Operation Unit)
Are the TCAM tables accessed simultanously?
Yes
True or False: There is a single TCAM table per switch.
FALSE (multiple TCAMs exists)
What two components are part of TCAM operation?
Feature Manager (FM)
Switching Database Manager (SDM)
What does the TCAM Feature Manager (FM) do?
Complies, or merges, ACEs into entries in the TCAM
What does the TCAM Switching Databse Manager (SDM) do?
Configures and tunes the TCAM partitions if needed. Not availible on all switches.
Where are security ACLs stored?
TCAM
Where are QoS ACLs stored?
TCAM
What three things are accessed simultanously to make switching decisions?
CAM Table
Security ACLs
QoS ACLs
What are the two types of Multilayer Switching?
Route caching
Topology-based (CEF)
What MLS type is considered legacy?
Route caching
What type of MLS requires an RP and a SE (switch engine)?
Route caching
What is NetFlow Switching?
Another name for route caching MLS
What MLS type is Cisco Express Forwarding (CEF)?
Topology-based
What does CEF download into the FIB?
The current routing table database.
What is the FIB?
Forwarding Information Base: Dynamically updated from the routing table and reformatted into an ordered list with the most specific routes first
What are the four main parts of the FIB?
IP Address
Next-Hop Address
Next-Hop MAC Address
Egress Port
What is the Layer 3 forwarding table called?
FIB Table
What is the root command for the CAM table?
mac address-table
Does CEF run by default on most switches?
Yes
What are the two main parts of CEF?
FIB (Forwarding Information Base) & AT (Adjacency Table)
True or False: The FIB and Layer 3 Engine are the same thing.
FALSE
What happens to packets that can not be handled by the FIB?
They are sent to the Layer 3 engine for processing, know as "CEF Punt".
List some examples of CEF punting.
FIB is full
Entry not found in the FIB
MTU exceeded
ICMP redirect
Encapsulation not supported
NAT
Tunneling
What is Accelerate CEF (aCEF)?
CEF is distributed accoss multiple Layer 3 forwarding engines. FIB is partial, not full on all devices.
What is Distributed CEF (dCEF)?
CEF is distributed completely among multiple engines for imporved performance.
What is the Adjacency Table (AT)?
Portion of the FIB that consists of MAC addressess of nodes that can be reached in a single Layer 2 hop.
What is kept in the Adjancency Table?
IP Address & MAC Address of hosts on the same network.
What is used to build the Adjancency Table?
ARP table
What is the CEF Glean State?
A FIB entry is in the Glean State when the MAC is missing. While in this state (waiting for the Layer 3 Engine to handle the ARP) packets are dropped until ARP is replied to.
What are some possible adjacency types found in the AT?
Null (sent to null interface)
Drop (unsupported/bad packet)
Discard (ACL)
Punt (send to Layer 3 engine)
What is the root command for the FIB and CEF?
ip cef
List some packets that can not be handled by CEF.
ARPs
IP-Helper
Routing protocol updates
CDP
IPX
Encryption
NAT
What are the four basic MLS order of operations?
1. Packet arrives on port
2. Packet place in ingress queue
3. Simultaneous table lookups
4. Packet placed in egress queue then sent
What four tables are accessed to make MLS decisions?
CAM table
FIB table
Security ACLs (TCAM)
QoS ACLs (QoS TCAM)
What must a MLS rewrite for a packet?
- Layer 2 destination address: change to next-hop MAC
- Layer 2 source address: changed to outbound Layer 3 switch MAC
- Layer 3 IP TTL: decremented by one
- Layer 3 IP Checksum: Recalculated
- Layer 2 Frame Checksum: Recalculated
What is Store-and-forward switching?
A switching technology where packets are received, stored for inspection, and then forwarded.
What is unknown unicast flooding?
When a switch does not have a MAC in its CAM table, the frame is forwarded out all ports assigned to the source VLAN.
What are the four DHCP packets?
1. DHCP Discover: Client broadcast to find DHCP server
2. DHCP Offer: Server broadcast in reply to Discover; includes address
3. DHCP Request: Client broadcast to requests use of offered address
4. DHCP ACK: Server broadcast to confirm use of address
What is DHCP relay?
A switch can relay DHCP messages to central server or servers
What command configures DHCP realy?
ip helper-address
What are the steps to configure a DHCP server?
1. Set an excluded address range
2. Create an IP pool
3. Set the network
4. Set the default router
5. Set the Lease time