LAB Config Cards 2 Flashcards
How would you show the configuration for the lines only?
show running-config | section line
What ACL range is used for standard ACL’s?
1 - 99 & 1300 -
Configure gi1/0/1 to trunk.
#conf t #int gi1/0/1 #switchport trunk encapsulation dot1q #switchport mode trunk
How do you configure a switch to perform inter vlan routing - native is vlan 1 - ip address 10.1.1.254/24?
#conf t #vlan 1 #no shut #ip address 10.1.1.254 255.255.255.0
What command must be used to ensure routing between SVI’s?
#conf t #ip routing
Command that displays VTP information on the switch.
sh vtp status
Verifies the VTP name, mode, revision number, and other information.
This command Indicates if VTP updates are being sent and received by the switch.
sh vtp counters
This command Displays the parameters for all configured VLANs. On a client, it will indicate if VTP updates are being received by the switch.
show vlans
2 commands that will allow you to set the interface on a Layer 3 switch to successfully trunk?
#switchport trunk encapsulation dot1q #switchport mode trunk
What is the command to show what interfaces are in a trunking mode?
show interface trunk
What are the STP path costs?
10 Mbs 100
100Mbs 19
1G 4
10G 2
What command do you use to enable portfast?
#conf T #int gi0/1 ##spanning-tree portfast
What command is used to enable spanning tree portfast on all access interfaces by default?
#conf t #spanning-tree portfast default
What is the command to enable BPDU-Guard on int gi0/1?
#conf t #int gi0/1 #spanning-tree bpduguard enable
Command to enable bpdu guard on all portfast enabled ports is?
#conf t #spanning-tree portfast bpduguard default