|
|
| Author |
Message |
Guest
|
Posted: Mon Apr 24, 2006 7:37 pm Post subject: sh ip int biref displays nothing! |
|
|
I have a C2950 that when I do a sh ip int brief and then a sh ip int
fastethernet x/x (where x/x is one of the interfaces shown as up), I
just get an empty return.For example:
SW#sh ip int fastEthernet 0/6
SW#sh ip int fastEthernet 0/3
SW#sh ip int fastEthernet 0/2
SW#sh ip int fastEthernet 0/4
Has anyone ever seen this? CPU utilization is not high (1-2%).
Thanks |
|
| Back to top |
|
 |
|
|
Merv Guest
|
Posted: Mon Apr 24, 2006 7:58 pm Post subject: Re: sh ip int biref displays nothing! |
|
|
The 2950 is a layer 2 switch.
The available show interrface related commands are :
show interface
show interfaces counters
show interfaces status
show interfaces switchport
show interfaces trunk
closest to sh ip int brief would probably be sh int status |
|
| Back to top |
|
 |
Guest
|
Posted: Mon Apr 24, 2006 9:32 pm Post subject: Re: sh ip int biref displays nothing! |
|
|
This command is going to show Layer 3 IP info about the interface. On
a switch, IP Routing is disabled by default. And typically IP routing
is done on a VLAN interface rather than a FastEthernet interface. Try
"ip routing" globally, configure IP on an interface, and then "show ip
interface". Like "show i p interface vlan1"
Steve Griffin
www.blueconsole.com (Bluetooth Wireless Console Cable) |
|
| Back to top |
|
 |
|