CLI

  1. Global command that changes the contest to console configuration mode
    line console 0
  2. Line configuration mode. Tell IOS to prompt for a password
    login
  3. Line configuration mode. set the password required on that line for the login command is also configured
    Password pass-value 
  4. Global command that changes the context to interface mode
    interface type port-number
  5. Global command that set the hostname
    hostname name
  6. Moves back to the next higher mode in configuration
    exit
  7. Exit configuration mode and goes back to enable mode from any of the configuration submodes.
    end
  8. Command that saves the active config, replacing the statup-config file used when the switch initializes
    copy running-config startup-config
  9. Command that reboots the witch or router
    reload
  10. Two-key combination that together do the same thing as the end command
    Ctrl+Z
  11. Shows all MAC Table entries of all type
    show mac address-table
  12. Command that show all dynamically learned MAC table entries
    show mac address-table dynamic
  13. Command that shows all dynamically leraned MAC table entries in that VLAN
    show mac address-table dynamic VLAN vlan-id
  14. Command that show the dynamically learned MAC table entries with that MAC address
    show mac address-table dynamic address mac-address 
  15. Command that show all dynamically learned MAC table entries associated with that interface
    show mac address-table dynamic interface interface-id
  16. Command that show the number of entries in that MAC table and that total number of remaining empty slots in that MAC table
    show mac address-table count
  17. Command that show that global and per-VLAN aging timeout for inactive MAC table entries
    show mac address-table aging-time
  18. Command that empties the mac table of all dynamic entries
    Clear mac address-table dynamic 
  19. Command that that list interface status
    show interface status 
Author
mavrickabb
ID
358722
Card Set
CLI
Description
Updated