Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > sh ip int biref displays nothing!

Reply
Thread Tools

sh ip int biref displays nothing!

 
 
bigbrorpi@gmail.com
Guest
Posts: n/a
 
      04-24-2006
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

 
Reply With Quote
 
 
 
 
Merv
Guest
Posts: n/a
 
      04-24-2006
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

 
Reply With Quote
 
 
 
 
info@blueconsole.com
Guest
Posts: n/a
 
      04-24-2006
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)

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Difference between int i, j; and int i; int j; arun C Programming 8 07-31-2006 05:11 AM
int a[10]; int* p=(int*)((&a)+1); But why p isn't equal to ((&a)+1)? aling C++ 8 10-20-2005 02:42 PM
Classic asp date displays- changing over to aspnet date object displays Chumley Walrus ASP .Net 1 12-16-2004 09:57 PM
int main(int argc, char *argv[] ) vs int main(int argc, char **argv ) Hal Styli C Programming 14 01-20-2004 10:00 PM
dirty stuff: f(int,int) cast to f(struct{int,int}) Schnoffos C Programming 2 06-27-2003 03:13 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57