Difference between revisions of "Cisco IOS Commands"

Jump to navigation Jump to search
232 bytes added ,  14:40, 29 January 2010
m
→‎Quick Commands: Added a couple of commands
m (→‎Management Access: Added hosts)
m (→‎Quick Commands: Added a couple of commands)
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
From the AI box use <code>more /etc/hosts </code> to find network devices
From the AI box use <code>more /etc/hosts </code> to find network devices


== Qucik Commands ==
== Quick Commands ==
{| cellpadding="4" cellspacing="0" border="1"
{| cellpadding="4" cellspacing="0" border="1"
|-
|-
! 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, label, up/down etc
|-
|-
| <code>show int status</code>        || Show list of interfaces, label, up/down etcq
| <code>show int status</code>        || Show list of interfaces (inc VLAN's etc)
|-
|-
| <code>show int gi2/24</code>        || Show interface detail for gi 2/24
| <code>show int gi2/24</code>        || Show interface detail for gi 2/24
Line 23: Line 23:
|-
|-
| <code>show cdp neigbours </code>    || Show results of CDP discovery (dependant on CDP being enabled!!)
| <code>show cdp neigbours </code>    || Show results of CDP discovery (dependant on CDP being enabled!!)
|-
| <code>show aaa servers </code>      || Show AAA (radius authentication) servers
|-
| <code>show vlan </code>            || Show VLAN's on switch (with switchports)
|-
| <code>show monitor </code>          || Show port monitors
|}
|}

Navigation menu