Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Code Block
titleshow arp

root@vRR2> show configuration interfaces em2
unit 0 {
    family inet {
        address 10.12.14.12/24 {
            arp 10.12.14.14 mac 52:54:00:7a:c5:60;
        }
    }
    family iso;
}


root@vRR2> show arp
MAC Address       Address         Name                      Interface               Flags
52:54:00:eb:ba:dd 10.11.12.11     10.11.12.11               em1.0                   none
52:54:00:7a:c5:60 10.12.14.14     10.12.14.14               em2.0                   permanent
e4:b3:18:ae:02:4a 192.168.0.201   192.168.0.201             em0.0                   none
Total entries: 3


root@vRR2> show arp no-resolve
MAC Address       Address         Interface         Flags
52:54:00:eb:ba:dd 10.11.12.11     em1.0                    none
52:54:00:7a:c5:60 10.12.14.14     em2.0                    permanent
e4:b3:18:ae:02:4a 192.168.0.201   em0.0                    none


root@vRR2> show configuration interfaces em2 | display set
set interfaces em2 unit 0 family inet address 10.12.14.12/24 arp 10.12.14.14 mac 52:54:00:7a:c5:60


...