Podcast
Questions and Answers
What is the default dynamic mode for departmental-level or wiring closet-level switches?
What is the default dynamic mode for departmental-level or wiring closet-level switches?
What happens when a switch port in auto mode negotiates with a neighboring interface?
What happens when a switch port in auto mode negotiates with a neighboring interface?
What is the purpose of VLAN 0?
What is the purpose of VLAN 0?
What is the native VLAN on a Cisco switch by default?
What is the native VLAN on a Cisco switch by default?
Signup and view all the answers
What is the range of VLAN IDs available on extended IOS images?
What is the range of VLAN IDs available on extended IOS images?
Signup and view all the answers
What happens when a switch port in desirable mode negotiates with a neighboring interface?
What happens when a switch port in desirable mode negotiates with a neighboring interface?
Signup and view all the answers
What is the purpose of the command 'switchport trunk native vlan vlan-id'?
What is the purpose of the command 'switchport trunk native vlan vlan-id'?
Signup and view all the answers
What is VLAN 4094 used for?
What is VLAN 4094 used for?
Signup and view all the answers
What is the primary function of the CAM table in a switch?
What is the primary function of the CAM table in a switch?
Signup and view all the answers
What is the purpose of the FIB table?
What is the purpose of the FIB table?
Signup and view all the answers
Which table is used by a switch to make forwarding decisions based on destination MAC addresses?
Which table is used by a switch to make forwarding decisions based on destination MAC addresses?
Signup and view all the answers
What is the relationship between the FIB and the IP routing table?
What is the relationship between the FIB and the IP routing table?
Signup and view all the answers
What is the purpose of the adjacency table?
What is the purpose of the adjacency table?
Signup and view all the answers
What is Cisco Express Forwarding (CEF)?
What is Cisco Express Forwarding (CEF)?
Signup and view all the answers
What are the two main components of Cisco Express Forwarding (CEF)?
What are the two main components of Cisco Express Forwarding (CEF)?
Signup and view all the answers
Which command is used to configure DAI on VLANs 2 through 4?
Which command is used to configure DAI on VLANs 2 through 4?
Signup and view all the answers
What is the purpose of the ARP table?
What is the purpose of the ARP table?
Signup and view all the answers
What happens by default to a port when DAI is enabled on that port?
What happens by default to a port when DAI is enabled on that port?
Signup and view all the answers
What is the purpose of the ip arp inspection trust command?
What is the purpose of the ip arp inspection trust command?
Signup and view all the answers
Which VLAN is used by DTP to negotiate a trunk link when 802.1Q encapsulation is configured on the interface?
Which VLAN is used by DTP to negotiate a trunk link when 802.1Q encapsulation is configured on the interface?
Signup and view all the answers
What happens if the native VLAN is not configured identically on both ends of a link?
What happens if the native VLAN is not configured identically on both ends of a link?
Signup and view all the answers
What is the default behavior of interfaces on a Cisco switch?
What is the default behavior of interfaces on a Cisco switch?
Signup and view all the answers
What is the effect of changing the native VLAN on a trunk link?
What is the effect of changing the native VLAN on a trunk link?
Signup and view all the answers
What is the purpose of DAI?
What is the purpose of DAI?
Signup and view all the answers
Study Notes
Dynamic Modes of Operation for a Switch Port
- There are two dynamic modes of operation for a switch port: auto and desirable.
- In auto mode, the switch port operates in access mode unless the neighboring interface actively negotiates to operate as a trunk.
- In desirable mode, the switch port actively negotiates to operate in trunk mode and will form a trunk link with a neighboring port that is configured to operate in trunk, desirable, or auto mode.
VLAN Configuration
- VLAN 1 is the default native VLAN on a Cisco switch, but it can be changed using the switchport trunk native vlan vlan-id command.
- VLAN 0 is a special VLAN used by IP phones to indicate to an upstream switch that it is sending frames that have a configured 802.1p priority.
- VLAN IDs can be a value from 1 through 1005 or from 1006 through 4094, depending on the IOS image.
Dynamic Trunking Protocol (DTP)
- DTP uses the native VLAN to negotiate a trunk link when IEEE 802.1Q encapsulation is configured on the interface.
- Changing the native VLAN can have unexpected consequences, such as preventing a trunk from dynamically forming.
Switch Forwarding Decisions
- A switch uses the Content Addressable Memory (CAM) table to discover the relationship between the Layer 2 address of a device and the physical port used to reach the device.
- The CAM table is used to make forwarding decisions based on the destination MAC address contained in a frame's header.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Related Documents
Description
This quiz covers the two dynamic modes of operation for a switch port: auto and desirable. It explains how these modes operate and how they differ.