ICND1 Section 2 - Ethernet Switching Flashcards
Command to set VTP mode
in global config mode:
vtp mode [server | client | transparent | off]
What are the 4 trunking administrative modes?
- Access
- Trunk
- dynamic desirable
- dynamic auto
What are the 3 primary functions of a switch?
- Deciding when/where to forward a frame, based on destination MAC.
- Learning MAC address based on source port/MAC.
- Creating a loop free environment using STP.
What are the 1 mandatory and 1 optional commands to configure an access port?
- In interface config mode, “switchport access vlan vlanid”
- (Optional) Set the mode to access only.
What is the distance for 1000BASE-LX or 1000BASE-SX on MM fiber?
550m
Command to apply configurations to a set of continguous interfaces
conf t
interface-range first int-last int
Command to set the native vlan for a trunk port
in interface config mode:
switchport trunk native vlan vlanid
Command to set a port to initiate trunking negotiation messages.
int gi0/1
switchport mode dynamic desirable
Command to set the device to use SSH2
ip ssh version 2
Command to have logging messages on the console connection only display at convenient times
line con 0
logging synchronous
What is the normal range and extended range vlan numbers?
Normal = 1 - 1005 Extended = 1006 - 4094
What is the primary impact of VTP server mode?
Server switches can only configure vlans in the standard range
Command to see the status of any ip addresses obtained by DHCP
show dhcp lease
Command to show the options set on trunk ports
show interfaces trunk
Command to see the status of the SSH service on the device
show ip ssh