Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. show version
  2. show system alarms
  3. show system storage
  4. show system uptime
  5. show chassis alarms
  6. show chassis craft-interface
  7. show chassis environment
  8. show chassis hardware  
  9. show chassis fpc pic-status
  10. show chassis routing-engine
  11. show interface terse
  12. show interface "interface"
  13. show interface extensive "interface"
  14. show ppp interface pp0 extensive
  15. clear interfaces statistics all
  16. monitor interface traffic
  17. monitor traffic interface "interface"
  18. show arp
  19. show route
  20. show route forwarding-table
  21. show configuration | display set | no-more
  22. show system license
  23. show log chassisd
  24. show log jsrpd
  25.  
  26. show log messages | no-more
  27. request support information | no-more
  28.  
  29. Log commands
  30. show log chassids | no-more To check log for chassi event
  31. show log messages | no-more To check log messanges
  32. show log security | match so-2/0/0 To check user "xxxx" commands
  33. show log isis To check a status of isis with alarms
  34. show log bgp.ibgp To check a bgp related event
  35. show log user To check user's login history
  36.  
  37. System commands
  38. show system uptime To check time since system and processes started
  39. show system users To check users who are currently logged in
  40. show cli authorization To see authorization and authentication information
  41. show system storage To see local storage data
  42. show system processes To check system process table
  43. show chassis hardware To check installed hardware components
  44. show chassis environment To check component status and temperature, cooling system speeds
  45. show chassis routing-engine To check routing engine status
  46. show chassis craft-interface To see craft interface status
  47. show chassis fpc To show flexible PCI concentrator status
  48. show chassis scb To check system control board status
  49. show chassis alarms To see alarm status
  50.  
  51.  
  52.  
  53. Interface commands
  54. show configuration To check current configuration
  55. show interface terse / detai To display terse output
  56. show interface interface-name To check status of interface
  57. show interface so-1/0/0 extensive To check details of the interface
  58. clear interfaces statistics so-2/0/0 To clear counters on interface
  59.  
  60. Routing commands
  61. show ip route x.x.x.x/24 To check route on routing table
  62. show route terse To display terse output of routes
  63. show route detail To display detailed output
  64. show route 216.142.248.0 extensive
  65.  
  66.  
  67.  
  68. BGP commands
  69. show bgp summary To see overview of BGP information
  70. show bgp group To check the BGP group database
  71. show bgp neighbor x.x.x.x To check a status bgp neighbors
  72. show route receive-protocol bgp 'x.x.x.x' To check what routes are advertising thru peer
  73. show route protocol bgp x.x.x.x/24 To check a route on bgp routing table
  74. show route protocol bgp receive-protocol bgp neighIP To see what routes are receiving
  75. show policy static-bgp
  76. clear bgp neighbor x.x.x.x To clear particular BGP neighbor from BGP table
  77. clear bgp neighbor as To clear AS from BGP table
  78.  
  79.  
  80.  
  81. ISIS commands
  82. show isis adjacency To IS-IS adjacency database
  83. show isis interface To IS-IS interface information
  84. show isis database To IS-IS link-state database
  85.  
  86.  
  87.  
  88. MPLS commands
  89. show mpls lsp terse To display terse output
  90. show mpls lsp name DCA-POR detail
  91.  
  92.  
  93.  
  94. Security & Policy commands
  95. show firewall | match "ICMP" To check current status of filter named "ICMP"
  96. show policy static-bgp or 'policy name' To check policy statement
  97. clear firewall ICMP To clear counters on firewall named "ICMP"
  98.  
  99.  
  100.  
  101. Ping & Traceroute
  102. ping rapid count 1000 size 1400 x.x.x.x
  103. ping rapid count 1000 size 1400 pattern 0000 198.6.1.1
  104. ping x.x.x.x bypass-routing interface so-1/0/2 count 1000 size 1400 rapid
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement