• 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
To turn CDP on or off on the switch
switch (config)# [no] cdp run
How do you manually enable/ disable CDP on a interface
switch (config-if)# [no] cdp enable
To set the CDP holdtimer. The amount of time CDP holds onto neighbor information before discarding it. Default 180 secs
switch (config)# [no] cdp holdtime [10 - 255]
To set the CDP Timer, which is how often CDP packets are sent. Default 60 seconds
switch (config)# [no] cdp timer [5 - 254]
To display all interfaces that have CDP enabled
switch# show cdp all
To display the CDP global parameters.
switch# show cdp global
Shows brief table of directly connected neighbours including local port type & number, holdtime, neighbours device name, h/w type & model and remote port type & number
switch# show cdp neighbors
Shows a lot more info including, IOS release, interface settings, VLAN ID, duplex mode, VTP Domain name and ip address
switch# show cdp neighbors detail
Displays information about a specific neighbor. Display can be limited to protocol or version information.
switch# show cdp entry [entry-name] [protocol| version]
Displays information about interfaces on which CDP is enabled.
switch# show cdp interface [type number]
What's default time for idle CAM entries are kept before being deleted
300 seconds (5mins)
The cmd to change the MAC/ CAM table aging time
switch(config)# mac address-table aging-time [secs]
To configure static CAM table entries
switch(config)# mac address-table static [mac] vlan [vlan-id] interface [type] [mod/num]
The cmd to view the CAM table contents
switch# show mac address-table dynamic [address [mac] | interface [type] [mod/num] | vlan [vlan-id]]
The cmd to clear CAM table entries
switch(config)# clear mac address-table dynamic [address [mac] | interface [type] [mod/num] |vlan {vlan-id]]
The cmd for mac address used with older Cisco IOSs
mac-address-table
To select a single switch port
switch(config)# interface [type] [mod/num]
To select a range of switch ports in either list or range
switch(config)# interface range [type] [mod/num] , [type] [mod/first num] - [last num]
To define a macro that contains a list of interfaces, range of interfaces or both
switch(config)# define interface-range [name] [type] [mod/num] , [type] [mod/first num] - [last num] , etc
To select the macro
switch(config)# interface range macro [name]
To give a description to a port
switch(config-if)# [no] description [description string]
To set the port speed
switch(config-if)# speed [10 | 100| 1000| auto]
To set the port duplex mode
switch(config-if)# duplex [auto| full | half]
To set the conditions that the switch will detect to put a port in errdisable state. Configured globally, apply to all ports
switch(config)# [no] errdisable detect cause [all | [cause-name]]
To have a switch automatically re enable an errdisable port from a specific cause.
switch(config)# errdisable recovery cause [all | [cause-name]]
If any errdisable causes are configured for automatic recovery, how long does the port stay down for by default
300 seconds
To change the errdisable recovery timer
switch(config)# errdisable recovery interval [seconds]
To manually recover a port from a errdisable state
switch(config-if)# shutdown then switch(config-if)# no shutdown
To see a list of all ports in the errdisable state
switch# show interfaces status errdisabled
To see complete information about the switch port including current speed and duplex mode
switch# show interfaces [type] [mod/num]
To see a list of all ports and a brief summary of all interfaces states
switch# show interfaces status