Chapter 2 - LAN Redundancy Flashcards

1
Q

Configure Vlans

A
#vlan 10
#vlan 20
#int f0/6
#switchport mode access vlan 10
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Trunks to native vlan

A
#int range f0/1-4
#switchport mode trunk
#switchport trunk native vlan 99
#int vlan 99
#ip add 172.31.99.1 255.255.255.0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Spanning Tree - activate and assign a root

A
#spanning-tree mode pvst (or)
#spanning-tree mode rapid-pvst
#spanning-tree vlan 1,10,30,50,70 root primary
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Spanning Tree - PortFast and BPDU Guard (for the user ends)

A
#int f0/6
#spanning-tree portfast
#spanning-tree bpduguard enable
How well did you know this?
1
Not at all
2
3
4
5
Perfectly