• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/55

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

55 Cards in this Set

  • Front
  • Back
spanning-tree vlan 5
Enables STP on VLAN 5
Switch(config)#no spanning-tree vlan 5
Disables STP on VLAN 5
Switch(config)#spanning-tree vlan 5 root
Modifies the switch priority from the default 32768 to a lower value to allow the switch to become the root switch for VLAN 5
Switch(config)#spanning-tree vlan 5 root primary
Switch recalculates timers along with priority to allow the switch to become the root switch for VLAN 5.
Switch(config)#spanning-tree vlan 5 root primary diameter 7
Configures the switch to be the root switch for VLAN 5 and sets the network diameter to 7.
Switch(config)#spanning-tree vlan 5 root primary hello-time 4
Configures the switch to be the root switch for VLAN 5 and sets the hello-delay timer to 4 seconds
Switch(config)#spanning-tree vlan 5 root secondary
Switch recalculates timers along with priority to allow the switch to become the root switch for VLAN 5 should the primary root switch fail
Switch(config)#spanning-tree vlan 5 root secondary diameter 7
configures the switch to be the secondary root switch for VLAN 5 and sets the network diameter to 7
Switch(config)#spanning-tree vlan 5 root secondary hello-time 4
configures the switch to be the secondary root switch for VLAN 5 and sets the hello-delay timer to 4 seconds
Switch(config-if)#spanning -tree port-priority 64
Configures the port priority for the interface that is an access port.
Switch(config-if)#spanning-tree vlan 5 port-priority 64
configures the VLAN port priority for an interface that is a trunk port
Switch(config-if)#spanning-tree cost 100000
Configures the cost for the interface that is an access port.
Switch(config-if)#spanning-tree vlan 5 cost 1000000
Configures the VLAN cost for an interface that is a trunk port.
Switch(config)#spanning-tree vlan 5 priority 12288
Configures the switch priority of VLAN 5 to 12288
Switch(config)#spanning-tree vlan 5 hello-time 4
Changes the hello-delay timer to 4 seconds on VLAN 5
Switch(config)#spanning-tree vlan 5 forward-time 20
Changes the forward-delay timer to 20 seconds on VLAN 5
Switch(config)#spanning-tree vlan 5 max-age 25
Changes the maximum-aging timer to 25 seconds on VLAN 5
Switch#show spanning-tree
Displays STP information
Switch#show spanning-tree active
Displays STP information on active interfaces only
Switch#show spanning-tree brief
Displays a brief status of the STP
Switch#show spanning-tree detail
Displays a detailed summary of the interface information
Switch#show spanning-tree interface gigabitethernet 0/1
Displays STP information for interface gigabitethernet 0/1
Switch#show spanning-tree summary
Displays a summary of port states
Switch#show spanning-tree summary totals
Displays the total lines of the STP section
Switch#show spanning-tree vlan 5
Displays STP information for VLAN 5
Switch(config-if)#spanning-tree portfast
Enables PortFast on an access port.
Switch(config-if)#spanning-tree portfast trunk
Enables PortFast on a trunk port.
Switch(config-if)#spanning-tree interface fastethernet 0/10 portfast
Displays PortFast information on interface fastethernet0/10
Switch(config)#spanning-tree portfast bpduguard default
Globally enables BPDU Guard
Switch(config)#errdisable recovery cause bpduguard
Allows port to reenable itself if the cause of the error is BPDU Guard by setting a recovery timer.
Switch(config)#errdisable recovery interval 400
Sets recovery timer to 400 seconds. The default is 300 seconds. The range is from 30 to 86400 seconds.
Switch#show spanning-tree summary totals
Verifies whether BPDU Guard is enabled or disabled
Switch#show errdisable recovery
Displays errdisable recovery timer information
Switch(config)#spanning-tree mode mst
Enables MSTP. This command is available only on a switch running the EI software image.
Switch(config)#spanning-tree mode pvst
Enables PVST. This is the default setting.
Switch(config)#spanning-tree mode rapid-pvst
Enables Rapid PVST+.
Switch(config)#spanning-tree extend system-id
Enables extended system ID, also known as MAC address reduction
Switch#show spanning-tree summary
Verifies extended system ID is enabled
switch(config-if)#spanning-tree link-type point-to-point
Sets the interface to be a point-to-point interface
Switch#debug spanning-tree all
Displays all spanning-tree debugging events
Switch#debug spanning-tree events
Displays spanning-tree debugging topology events
Switch#debug spanning-tree backbonefast
Displays spanning-tree debugging BackboneFast events
debug spanning-tree uplinkfast
Displays spanning-tree debugging UplinkFast event
Switch#debug spanning-tree mstp all
Displays all MST debugging events
Switch#debug spanning-tree switch state
Displays spanning-tree port state changes
Switch#debug spanning-tree pvst+
Displays PVST+ events
Switch(config-if-range)#channel-protocol pagp
Specifies the PAgP protocol to be used in this channel.
Switch(config-if-range)#channel-protocol lacp
Specifies the LACP protocol to be used in this channel.
Switch(config-if-range)#channel-group 1 mode {desirable | auto | on | passive | active }
Creates channel group 1 and assigns interfaces 01-04 as part of it. Use whichever mode is necessary, depending on your choice of protocol
Switch#show etherchannel
Displays all etherchannel information
Switch#show etherchannel summary
Displays a summary of EtherChannel information
Switch#show etherchannel 1 port-channel
Displays port channel information
Switch#show pagp neighbor
Shows PAgP neighbor information
Switch#clear pagp 1 counters
Clears PAgP channel group 1 information
Switch#clear lacp 1 counters
Clears LACP channel group 1 information