Cisco IOS Commands: Difference between revisions
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 (→Quick Commands: Added a couple of commands) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Management Access == | |||
# SSH to 159.104.225.39, and login using flastname | |||
# Telnet to network device, TACAS login using firstname.lastname | |||
From the AI box use <code>more /etc/hosts </code> to find network devices | |||
== 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 | | <code>show ip int brief</code> || Show list of interfaces, label, up/down etc | ||
|- | |- | ||
| <code>show int status</code> || Show list of interfaces | | <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 gi1/6 switch</code> || Show siwtchport info gi 1/6 | |||
|- | |||
| <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 | ||
|- | |- | ||
| <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 | |||
|} | |} |
Latest revision as of 14:40, 29 January 2010
Management Access
- SSH to 159.104.225.39, and login using flastname
- Telnet to network device, TACAS login using firstname.lastname
From the AI box use more /etc/hosts
to find network devices
Quick Commands
Command | Description |
---|---|
show ip int brief |
Show list of interfaces, label, up/down etc |
show int status |
Show list of interfaces (inc VLAN's etc) |
show int gi2/24 |
Show interface detail for gi 2/24 |
show int gi1/6 switch |
Show siwtchport info gi 1/6 |
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!!) |
show aaa servers |
Show AAA (radius authentication) servers |
show vlan |
Show VLAN's on switch (with switchports) |
show monitor |
Show port monitors |