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

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;

31 Cards in this Set

  • Front
  • Back

Command to show dynamic mac addresses

show mac-address-table dynamic

How long to mac address stay in table? What is command to view this time?

show mac-address-table aging-time


The default is 300 sec or 5 min

Command to configure static MAC address entry

mac address-table static <6 byte MAC address> vlan interface

Command mac addressed to be dropped?

mac address-table static <6 byte mac address> vlan drop

Command to disable learning on a VLAN

no mac address-table learning vlan

What is error disable? And what reasons can an interface go into error disable?

Software shuts down interface because error condition has occurred. The LED turns orange. Originally this was developed for excessive collisions, duplex mismatch, and bad NICs. Later other software things where added - port security violations, STP, Etherchannel issues, DHCP snooping rate limit, ARP inspection, PaGP.

What command will show interface in error disabled state?

show interface status




interface status will show error disabled

What is errdisable recovery? How to configure error disable recovery for port security and then all?

This provides the software the ability to enable and error disabled port.




errordisable recovery cause psecure-violation




errordisable recovery cause all

What commands shows what protocols have been enabled for errdisable-recovery? What is the default timer? How to change the interval?

show errdisable-recovery




300 seconds




errordisable recovery interval 300

What happens if a port reaches the end of the error recovery period but still has the same issue?

It will enter into a error disable period again.

What is CDP? What are the CDP timers? What is the destination MAC address of a CDP frame?

Cisco Discovery Protocol. Useful for gathering info about neighboring switch.




CDP sent every 60 seconds with holdtime of 180




Sent to a multicast address 0100.0ccc.cccc. Same address as VTP, DTP, UDLD, PAgP

What is included in a CDP packet?

Device Name, IOS Version, Hardware capabilities (switch, router), platform, layer 3 capabilities, interface CDP packet generated on, VTP domain, native VLAN of sending port, MTU, and duplex

Who to disable globally and per interface?

no cdp run




interface x/x


no cdp enable

What command show all CDP neighbors? What command shows detailed information? Most people show cdp neighbor based on interface. How to show based on hostname?

show cdp neighbors


show cdp neighbors detail




show cdp neighbors will reveal the device ID of the neighbor. show cdp entry will provide the detailed information.

What is LLDP? What is industry standard designation? What are the LLDP timers?

Industry version of CDP 802.1AB




sent every 30 and holdtime of 120

How to enable globally and per interface?

lldp run




interface x/x


lldp transmit


lldp receive

What are the differences between LLDP and CDP?

LLDP duplex, speed, TCN, third-party devicesCDP duplex, MTU, VTP, Native VLAN

What is UDLD and what does it protect against?

Unidirectional Link Detection. It looks for unidirectional links in the networks which can cause loops. Usually with fiber optics networks this may occur. STP requires bi-directional communication during initialization. A unidirectional link can lead to a loop.

How is UDLD different from loopguard? How does UDLD work?

Loopguard uses STP packets to protect and UDLD uses it's own packets. It forwards UDLD packets with device ID and port ID to the well known multicast address of 0100.0ccc.cccc. The remote switch should respond with device ID and port id and echo all the neighbors it knows back.

What is implicit detection? What is explicit detection?

If no echo back and link is up this is an implicit UD link. UDLD mode determines action.




Explicit detection. If no echo frames with my switch ID. If the switch has detected only one neighbor but my neighbor suggest there are many by echoing several. If I see my self as

The action that is taken is determined by what? Describes the possible actions.

The mode of operation determines the action. There are two modes. Aggressive and normal. In notmal port continues operation. It sends 8 messages, 1 per second in attempt to reestablish. UDLD marks as undetermined and generates syslog message. Aggressive sends 8 messages /sec. If none it places in err-disabled. In normal mode it can error disable in certain conditions.

What stops UDLD from disabling port when things are first coming up?

UDLD waits to hear a neighbor before it considers taking any action.

Can UDLD be enabled per port or globally? Configure.

Both


(config)udld {enable | aggressive | message time seconds }


(config-if)udld {enable | aggressive | disable }

What does "system mtu mtu" do?

It changes the MTU on all 10/100 interfaces. Interface cannot be modified individually.

What does "system jumbo mtu mtu" do?

It changes the MTU on all 1Gbps and higher interfaces. Cannot be changed individually.

What must be done for system mtu command to take affect?

Must reload the switch.

What does system routing mtu configure?

It configures the MTU for all SVIs

What is the default UDLD timer? What is the range? What does Tdetection<Tconvergence mean?

UDLD sends messages every 15 seconds.




The range is 7 - 90 seconds.




Timeout is 45 seconds. 45 is Tdetection and Tconvergence is STP which is 50 seconds.

What is Fast UDLD?

Fast UDLD supports sub seconds UDLD messages.

What does this command do?


Router(config)# udld fast-hello error-reporting

By default Fast UDLD places port into error disable. This cause device to send a message instead.

What does this command do?


Router# udld reset

This commands resets all UDLD ports that are in error disable mode.