LAB Config Cards 2 Flashcards

1
Q

How would you show the configuration for the lines only?

A

show running-config | section line

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What ACL range is used for standard ACL’s?

A

1 - 99 & 1300 -

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Configure gi1/0/1 to trunk.

A
#conf t
#int gi1/0/1
#switchport trunk encapsulation dot1q
#switchport mode trunk
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you configure a switch to perform inter vlan routing - native is vlan 1 - ip address 10.1.1.254/24?

A
#conf t
#vlan 1
#no shut
#ip address 10.1.1.254 255.255.255.0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What command must be used to ensure routing between SVI’s?

A
#conf t
#ip routing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Command that displays VTP information on the switch.

A

sh vtp status

Verifies the VTP name, mode, revision number, and other information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

This command Indicates if VTP updates are being sent and received by the switch.

A

sh vtp counters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

This command Displays the parameters for all configured VLANs. On a client, it will indicate if VTP updates are being received by the switch.

A

show vlans

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

2 commands that will allow you to set the interface on a Layer 3 switch to successfully trunk?

A
#switchport trunk encapsulation dot1q
#switchport mode trunk
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the command to show what interfaces are in a trunking mode?

A

show interface trunk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the STP path costs?

A

10 Mbs 100
100Mbs 19
1G 4
10G 2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What command do you use to enable portfast?

A
#conf T
#int gi0/1
##spanning-tree portfast
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What command is used to enable spanning tree portfast on all access interfaces by default?

A
#conf t
#spanning-tree portfast default
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the command to enable BPDU-Guard on int gi0/1?

A
#conf t
#int gi0/1
#spanning-tree bpduguard enable
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Command to enable bpdu guard on all portfast enabled ports is?

A
#conf t
#spanning-tree portfast bpduguard default
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Configure the switch to use pvst mode?

A
#conf t
#spanning-tree mode pvst
17
Q

True/False: Modern day cisco switches run rapid pvst by default?

A

True

18
Q

What command would you use to manually configure the primary root bridge on a switch without needing to know the increments of 4096 and what command would you use to show the output/results of your changes?

A
#conf t
#spanning-tree vlan 1 root primary
#do show spanning-tree
19
Q

What command would you use to manually configure the secondary root bridge on a switch without needing to know the increments of 4096 and what command would you use to show the output/results of your changes?

A
#conf t
#spanning-tree vlan 1 root secondary
#do show spanning-tree
20
Q

What protocols are defined by 802.1w and 802.1D?

A
  1. 1W - RSTP

802. 1D - STP

21
Q

What are the states of 802.1W?

A

RSTP

Discarding
Learning
Forwarding

22
Q

What are the states of 802.1D?

A

STP

Disabled
Blocking
Listening
Learning
Forwarding
23
Q

What command shows all interfaces that have been set to trunk?

A

show interfaces trunk

24
Q

What does ip telephony refer to?

A

IP Telephony refers to the branch of networking in which the telephones use IP packets to send and receive voice as represented by the bits in the data portion of the IP packet.

25
Q

True / False

CDP must be enabled on an interface for a voice access port to work with Cisco IP Phones?

A

True.

CDP must be enabled on an interface for a voice access port to work with Cisco IP Phones?

Cisco switches and routers enable CDP by default.

26
Q

Configure interfaces fa 1 - 4 that are connected to phones to allow vlans 11 for voice and vlan 10 for data?
What command would you use to verify the status of one of the interfaces.

A
#conf t
#vlan 10
#vlan 11
#int range fa0/1-4
#switchport mode access
#switchport access vlan 10
#switchport voice vlan 11

Check interface status

#show int fa0/4 switchport
#show interfaces switchport
27
Q

What are the 4 steps used to Tshoot VLANS and VLAN Trunks?

A
  1. Confirm that all vlans are both defined and active.
  2. Check the allowed vlan lists on both ends of each trunk to ensure that all vlans intended to be used are included.
  3. Check for incorrect trunk config. setting that result in one switch operating as a trunk.
  4. Check the native vlan settings on both ends of the trunk to ensure that both match.
28
Q

What command allows the network engineer a method to administratively limit the vlans whose traffic uses a trunk?

A
#conf t
#switchport trunk allowed vlan [vlan / vlan range 1-60]