Page MenuHomeVyOS Platform

show arp interface <interface> does not work
Closed, ResolvedPublicBUG

Description

olof@o6-80003:~$ show arp interface eth1.1728
arp: in 16 entries no match found.
olof@o6-80003:~$ show arp | grep eth1.1728
172.18.160.227           ether   b8:af:67:7c:a2:b7   C                     eth1.1728
olof@o6-80003:~$ show version 
Version:          VyOS 1.2.2

Expected output:
Expected to see output from that specific interface.

Details

Difficulty level
Unknown (require assessment)
Version
1.2.2
Why the issue appeared?
Will be filled on close

Event Timeline

Unknown Object (User) added a subscriber: Unknown Object (User).Aug 12 2019, 6:18 PM

Hello @olofl , I think you need show protocols static arp interface eth1.1728 command. You also may read about ARP on https://vyos.readthedocs.io/en/latest/routing/arp.html?highlight=show%20arp

@Dmitry, thanks for reply.

I suppose you mean to run that command in configure# mode? If thats the case, this is not a static arp entry, its a dynamic one.

And the ~$ show protocols static arp or ~$ show protocols <> commands doesn't exist under normal display mode.

olof@o6-80003:~$ show protocols

  Invalid command: show [protocols]
Unknown Object (User) added a comment.Aug 12 2019, 7:10 PM

Yes, sorry, I was mean about new syntax for rolling release. PR for fixing issue with ARP https://github.com/vyos/vyos-1x/pull/101

syncer assigned this task to Unknown Object (User).Aug 30 2019, 11:39 PM
syncer triaged this task as Normal priority.
syncer moved this task from Need Triage to Finished on the VyOS 1.3 Equuleus board.
syncer moved this task from Finished to Backlog on the VyOS 1.3 Equuleus board.