K Exam Review 1 Flashcards
Create an access list that denies traffic from network 10.10.10.0/24 but allows traffic from all other networks.
R1(config)#access-list 1 deny 10.10.10.0 0.0.0.255
R1(config)#access-list 1 permit any
What is the command to change mac addy aging time?
mac-address-table aging-time 400
What command will allow you to view the mac address table?
show mac address-table
Command that will allow you to display all connected ports on a switch?
show interfaces status
Commands for the three modes of DTP?
#switchport mode dynamic auto #switchport mode dynamic desirable #switchport mode nonegotiate
Show switchport and VLAN info for an interface.
show interface g0/1 switchport
What is the extended VLAN range?
1006 to 4094 - extended VLAN range
What is the normal VLAN range?
1 to 1001 - normal VLAN range
Range reserved for FDDI
Fiber Distrubution Data Interface - FDDI
is a standard for data transmission in a local area network. It uses optical fiber as its standard underlying physical medium.
Reserved - 1002 - 1005
List facts about Native VLANs
- Should be the same on both ends of the trunk.
- Useful with VOIP.
- Compatible with old switches that don’t trunk.
- Can’t be changed nor deleted.
- Useful when data and voice VLANs share the same link.
Commands to create an SVI.
SVI - logical interface that is associated with a VLAN.
#int vlan 17 #ip add 10.1.1.1 255.0.0.0
Command to set up a layer 3 switch for routing.
ip routing
Command to configure an interface for a newly created VLAN?
(config-if)#switchport access vlan 9
VOIP phone and computer is on the same interface. What command will allow the voip phone to switch traffic onto it’s vlan?
(config-if)# switchport voice vlan 4
Configure an interface with vlan ID 8 and let it support a voip phone on vlan 6.
(config-if)# switchport access vlan 8
(config-if)# switchport voice vlan 6
What happens when you configure a port to access mode?
When you configure a port to access mode it protects it from automatically trunking.
List three facts about CDP.
Cisco Discovery Protocol - CDP
- It is required for VOIP phones.
- It allows switch to learn capabilities of device
- It allows the switch to learn power requirements
What does the command #show interfaces switchport display?
show interfaces switchport displays:
- status
- vlan configured
- operational mode
What command will display all configured trunks on a switch including protocols?
show interfaces trunk