Difference between revisions of "Cisco IOS Commands"

From vwiki
Jump to navigation Jump to search
(Created page with '{| cellpadding="4" cellspacing="0" border="1" |- ! Command !! Description |- | <code>show ip int brief</code> || Show list of interfaces (inc VLAN's etc) |- | <code>show int stat...')
 
m (Added some commands)
Line 3: Line 3:
! Command !! Description
! Command !! Description
|-
|-
| <code>show ip int brief</code> || Show list of interfaces (inc VLAN's etc)
| <code>show ip int brief</code>     || Show list of interfaces (inc VLAN's etc)
|-
|-
| <code>show int status</code> || Show list of interfaces, label, up/down etcq
| <code>show int status</code>       || Show list of interfaces, label, up/down etcq
|-
| <code>show int gi2/24</code>      || Show interface detail for gi 2/24
|-
| <code>clear counters gi2/24</code> || Clear counters for gi 2/24
|-
|-
| <code>show mac-address-table <nowiki>|</nowiki> include 70cc </code> || Filter MAC table for addresses containing 70cc
| <code>show mac-address-table <nowiki>|</nowiki> include 70cc </code> || Filter MAC table for addresses containing 70cc

Revision as of 12:30, 15 October 2009

Command Description
show ip int brief Show list of interfaces (inc VLAN's etc)
show int status Show list of interfaces, label, up/down etcq
show int gi2/24 Show interface detail for gi 2/24
clear counters gi2/24 Clear counters for gi 2/24
show mac-address-table | include 70cc Filter MAC table for addresses containing 70cc
show cdp neigbours Show results of CDP discovery (dependant on CDP being enabled!!)