Term
Within a frame, what does an Ethernet switch use to make decisions about forward frames? |
|
Definition
The destination MAC address. |
|
|
Term
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? |
|
Definition
The MAC address, the switch port, and the VLAN on which it arrived. |
|
|
Term
What is unknown unicast flooding? |
|
Definition
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. |
|
|
Term
What are the two types of port queues on a switchport? |
|
Definition
ingrees queues, and egress queues. |
|
|
Term
What three decisions must be made after the switch processes the ingress queue? |
|
Definition
Where to forward the frame, where it should be forwarded, and how. All happen simultaneously. |
|
|
Term
In a switch, what is the CAM? |
|
Definition
Content-Addressable Memory, or the address table. It holds the MAC, egress port, VLAN ID, and a time stamp. |
|
|
Term
ACLs on a switch can identify frames based on what 5 features? |
|
Definition
MAC address, non-IP protocol types, IP Addresses, Protocols, and Layer-4 port numbers. |
|
|
Term
What are the two types of multilayer switching (MLS)? |
|
Definition
-Route caching, basically route-once-switch-many. -Topology based, uses the layer-3 routing table (called FIB) to make a forwarding decision. |
|
|
Term
In topology-based multilayer switching, is the shortest or longest match used as the layer-3 destination? |
|
Definition
The LONGEST match is always considered the best match. |
|
|
Term
What is another name for Topology-based Multilayer switching? |
|
Definition
Cisco Express Forwarding (CEF). |
|
|
Term
What is the FIB in multilayer switching? |
|
Definition
The FIB is the Forwarding Information Base, and is a table of layer-3 routing information used to hardware switch packets. It contains the next hop address for each entry. |
|
|
Term
What are the name differences between the Layer-3 and Layer-2 forwarding tables? |
|
Definition
-Layer-2 is the CAM. -Layer-3 is the FIB. |
|
|
Term
In multilayer switching, what 4 specific decision are made simultaneously to forward data? |
|
Definition
-The L2 forwarding table(CAM) -The L3 forwarding table(FIB) -Security ACLs. -QoS ACLs. |
|
|
Term
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? |
|
Definition
The L2 source and destination MAC, the L3 TTL and L3 header checksum, and the L2 checksum. |
|
|
Term
When a packet is 'punted' what does this mean? |
|
Definition
That the packet was unable to be forwarded naturally and is sent to the switch CPU for process switching. |
|
|
Term
What are the 9 reasons that a packet can be 'punted'? |
|
Definition
-ARP requests and replies -IP packets needing a response (TTL, MTU, frag -IP broadcasts -Routing protocol updates -CDP packets -IPX routing packets -Packets needing encryption -Packets triggering NAT -Non-IP and non-IPX packets. |
|
|
Term
By default how long are CAM table entries kept before they are deleted? |
|
Definition
|
|
Term
What two components are part of the TCAM operation? |
|
Definition
Feature Manager and Switching Database Manager. |
|
|
Term
What does the Feature Manager do in the TCAM? |
|
Definition
It merges any ACLs into the TCAM table so that it can be processed at hardware speeds. |
|
|
Term
What does the Switching Database Manager do in TCAM? |
|
Definition
It configures and manages TCAM partitions. |
|
|
Term
What are TCAM entries composed of? |
|
Definition
-Values, Mask, and Result (VMR) combinations. -Values are 134-bit, containing source and dest IP address and protocol information. -Masks are 134-bit (self explanatory) -Results are numeric values that represent what action to take. |
|
|
Term
TCAM entries are organized by which of its three components? |
|
Definition
|
|
Term
Each TCAM mask can have/has how many values associated with it? |
|
Definition
|
|
Term
What is an LOU and when is it used? |
|
Definition
Logical Operation Unit, used when an ACL line uses a port operator like gt, lt, or range. The Feature Manager uses this to compile the TCAM entry for the ACL. |
|
|
Term
What is the max cable length of most X-BASE-T wiring? |
|
Definition
|
|
Term
What is the IEEE standard for FastEthernet? |
|
Definition
|
|
Term
What is the IEEE standard for Gigabit Ethernet? (over fiber) |
|
Definition
|
|
Term
What is the IEEE standard for Gigabit Ethernet? (over copper) |
|
Definition
|
|
Term
Is duplex autonegotiation possible on Gigabit Ethernet? |
|
Definition
No, because Gigabit Ethernet is, by definition, Full Duplex. |
|
|
Term
What is the IEEE standard for 10 GigE? |
|
Definition
|
|
Term
What are the two Physical classifications of 10 GigE? |
|
Definition
-LAN PHY, Connects switches, usually in the Core layer. -WAN PHY, Connects to SONET or SDH networks, typically in MANs. |
|
|
Term
If an error is detected on a switchport what happens to it? |
|
Definition
It is placed in the errdisable state, and disabled. |
|
|
Term
If set to automatic recovery, an errdisabled port will stay down for how long? What is the range for configuring this time? |
|
Definition
300 seconds, and 30-86,400 seconds. |
|
|
Term
Will a FIB contain host routes (/32) entries? |
|
Definition
Yes. Even though most routing tables do not (unless manually configured) the FIB does. |
|
|
Term
What are the two techniques of CEF that use specialized hardware? |
|
Definition
-aCEF, functions as a FIB cache. -dCEF, has its own FIB table and forwarding engine! |
|
|
Term
What table contains the Layer 2 information for every next-hop entry in the FIB? |
|
Definition
|
|
Term
What three things are contained in the Hex-value when looking at the FIB adjacency table? |
|
Definition
-The first 6 octets are the Hex value of the next hop MAC address. -the second 6 octets are the Source MAC for the layer 3 engine interface (like VLAN 99). -the last two octets are the EtherType (0800 for Ethernet). |
|
|
Term
What are the four types of adjacency's that can be found in the FIB adjacency table? |
|
Definition
Null, Drop (actual error), Discard (ACL or policy), and Punt. |
|
|
Term
|
Definition
When a L3 forwarding engine cannot forward a packet because of missing L2 info, the time it takes to have the L3 engine generate an ARP request and figure out the L2 information is the CEF Glean. |
|
|
Term
What is ARP throttling, or throttling adjacency mean? |
|
Definition
That until an APR reply is received, additional ARP requests will dropped so they don't fill up the input queues. |
|
|
Term
What is the command to view the FIB? |
|
Definition
|
|
Term
What is the DHCP DORA process? |
|
Definition
Discover (any servers), Offer (address info), Request (to use the offer), ACK (that its ok to use the offer). |
|
|
Term
What 5 basic commands are needed to configure DHCP on a multilayer switch? |
|
Definition
ip dhcp exclude-address START END ip dhcp pool NAME network IP MASK default-router IP1 IP2 IP3 etc... lease [infinite, D H M) |
|
|
Term
What command establishes a DHCP relay to another network? |
|
Definition
|
|