cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3428
Views
5
Helpful
2
Replies

Same function command "show ip arp vrf all/*" in IOS XE

JuanDGuerron
Level 1
Level 1

I have the need of shown in just one command all arp table of all vrf in ASR1000 family, but this device doesnt support show ip arp vrf * / all command.

 

1 Accepted Solution

Accepted Solutions

Francesco Molino
VIP Alumni
VIP Alumni
Hi

This command is only available on Nexus products not on others.
Sorry about that.

Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question

View solution in original post

2 Replies 2

Francesco Molino
VIP Alumni
VIP Alumni
Hi

This command is only available on Nexus products not on others.
Sorry about that.

Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question

If your using bridge-domains on IOS-XE then you can check the mac-address table instead:

 

#show bridge-domain
0 28CD.E00A.41B7 forward dynamic 61 TenGigabitEthernet0/1/0.EFP47

 

Then check DHCP is you have it running:

 

#show ip dhcp binding | inc 41b7
192.168.47.54 28cd.e00a.41b7 Infinite Manual Selecting Unknown

 

This is the closest I can get to a 'show ip arp *'.