cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
993
Views
0
Helpful
5
Replies

show command

kuriakose1
Level 1
Level 1

show interface status command is not working on ASR1001-HX 

2 Accepted Solutions

Accepted Solutions

"show interface status" is more like a switch command. In router we use "show ip int br" which also give you the status

 

R1#sh ip int br
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES unset administratively down down
FastEthernet1/0 unassigned YES unset administratively down down
FastEthernet1/1 unassigned YES unset administratively down down
FastEthernet2/0 unassigned YES unset administratively down down
FastEthernet2/1 unassigned YES unset administratively down down
R1#
R1#

View solution in original post

As I told, you may be accessing a router not a switch and router is different from switches. Router is meant to route packet so it does not need the same command as switches. 

 

What you are trying ?

View solution in original post

5 Replies 5

"show interface status" is more like a switch command. In router we use "show ip int br" which also give you the status

 

R1#sh ip int br
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES unset administratively down down
FastEthernet1/0 unassigned YES unset administratively down down
FastEthernet1/1 unassigned YES unset administratively down down
FastEthernet2/0 unassigned YES unset administratively down down
FastEthernet2/1 unassigned YES unset administratively down down
R1#
R1#

I found another command also not working

Sha mac address -

Any idea what is the similar command to know the mac address

show ip arp

Sh ip arp table shows the arp table not mac table
But what is the command to find mac address table - not arp table

As I told, you may be accessing a router not a switch and router is different from switches. Router is meant to route packet so it does not need the same command as switches. 

 

What you are trying ?