• 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/23

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;

23 Cards in this Set

  • Front
  • Back
Which command displays learned MAC addresses per port on a switch?
sh mac address-table
How do you configure port security?
#int fa 0/0
#switchport port-security [aging, mac-address, maximum, violation]
How do you configure port security for 2 sticky mac-addresses? Furthermore the port needs to be disabled if more than two computers connect to this port.
#switchport port-security mac-address sticky
#switchport port-security maximum 2
#switchport port-security violation shutdown
What is a BPDU?
A Brideg Protocol Data Unit
What is the make-up of the Bridge ID?
Bridge Priority + MAC address
What is Port Cost?
Port cost determines the best path when multiple liks are used btw. two switches.The cost is determined by the bandwith
What is the Root Port?
The root port is the link directly connected to the root bridge or shortest path to the root bridge.
How to find out, the switch in question is a root bridge?
#show spanning-tree
How to change the priority of the switch?
#spanning-tree vlan1 priority 4096
List the spanning Tree Port states
1. Blocking (no forwarding of frames, just listens to BPDUs)
2. Listening (Prepares to forward data frames. Not populating MAC table)
3. Learning (Populating MAC Table)
4. Forwarding
5. Disabled (Not STP enabled, for example by using PortFast)
Describe what Spanning Tree does?
A spanning tree uses the spanning-tree algorithm (STA), which senses that the switch has more than one way to communicate with a node, determines which way is best and blocks out the other path(s). It also keeps track of the other path(s), just in case the primary path is unavailable.
What is a designated port?
A designated port is the connection used to send and receive packets on a specific segment. By having only one designated port per segment, all looping issues are resolved.
How do you enable Port 0/1 - 12 with PortFast most efficiently?
# int range FastEthernet 0/1 - 12
# spanning-tree portfast
What is UplinkFast?
Allows a switch to find alternative path to the root bridge *before* the primary link fails.
List two versions of Etherchannel
Port Aggregation Protocol (Cisco)
Link Aggregation Protocol (IEEE 802.3)
What is UplinkFast?
Allows a switch to find alternate paths to the root bridge *before* the primary link fails
Which enhancements are included in RSTP?
UplinkFast, PortFast, BackboneFast
List two versions of Etherchanel?
Link Aggregation Protocol (IEEE 802.3ad)
Port Aggregation Protocol (Cisco)
How to set a default gateway on a switch
#ip default-gateway 192.168.1.1
What is BPDUGard?
If on a port configured with PortFast a BPDU packet is detected, the port becomes "error disabled".
What is BPDUFilter?
If on a Port configured with PortFast a BPDU Packet is detected, to port disables PortFast on the port in question.
How to enable BPDUFilter?
#spanning-tree bpdufilter enable
How to enable UplinkFast?
#config t
spanning-tree uplinkfast

(Global command. Enabled on all ports)