Monday, January 2, 2012

CISCO Switch

Useful commands to check configurations

  • sh run //show run
  • sh ip int br //show ip interface briefly
  • sh int br //to check duplex mode

How to bounce a cisco switch


  • Log in to the switch using "telnet".
  • Go to enable mode using "en".
  • Bounce switch using "reload".
How to bounce a interface in cisco switch

  • Log in to the switch using "telnet".
  • Go to enable mode using "en".
  • Go to configuration mode "conf t".
  • Then select particular interface "interface Gi2/0/46" .
  • Then "shutdown" and "no shutdown"
  • Exit from configuration mode using "exit".

2 comments:

  1. Router CPU check commands

    sh proc cpu hist

    sh proc cpu sorted

    ReplyDelete
  2. BGP Commands

    sh ip bgp summary

    sh ip bgp neighbors 10.24.1.33 advertised-routes

    sh ip bgp neighbors 10.24.1.33 received-routes


    ReplyDelete