IPI-ARP
Configure ip address
Use this attribute to create a static ARP entry
Attribute Name: ip-address
Attribute Type: inet:ipv4-address
Attribute Name: mac-address
Attribute Type: string
Netconf edit-config payload
<arp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-arp">
<entries>
<entry> <!-- operation="delete"-->
<ip-address>A.B.C.D</ip-address>
<config>
<ip-address>A.B.C.D</ip-address>
<vrf-name>NAME</vrf-name>
<mac-address>XXXX.XXXX.XXXX</mac-address>
</config>
<vrf-name>NAME</vrf-name>
</entry>
</entries>
</arp>
Command Syntax
ip arp (vrf NAME|) A.B.C.D XXXX.XXXX.XXXX
Configure respond to arp request
Use this attribute to set the response to ARP requests for the IP address
Attribute Name: respond-to-arp-request
Attribute Type: empty
Attribute Name: mac-address
Attribute Type: string
Netconf edit-config payload
<arp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-arp">
<entries>
<entry>
<ip-address>A.B.C.D</ip-address>
<config>
<ip-address>A.B.C.D</ip-address>
<vrf-name>NAME</vrf-name>
<mac-address>XXXX.XXXX.XXXX</mac-address>
</config>
<vrf-name>NAME</vrf-name>
</respond-to-arp-request>
</entry>
</entries>
</arp>
Command Syntax
ip arp (vrf NAME|) A.B.C.D XXXX.XXXX.XXXX alias
Configure icmp redirect
Use this attribute to trap ICMP redirect packets to the CPU
This command is supported when following feature are enabled custom2 cli for DUNE board
Attribute Name: icmp-redirect
Attribute Type: empty
Netconf edit-config payload
<arp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-arp">
<global>
<config>
</icmp-redirect><!-- operation="delete"-->
</config>
</global>
</arp>
Command Syntax
ip redirects
Configure enable
Enable/Disable arp event debug
Attribute Name: enable
Attribute Type: empty
Netconf edit-config payload
<arp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-arp">
<debug>
<config>
</enable><!-- operation="delete"-->
</config>
</debug>
</arp>
Command Syntax
debug ip arp event
Configure enable proxy arp
Use this attribute to enable the proxy ARP feature
Attribute Name: enable-proxy-arp
Attribute Type: empty
Netconf edit-config payload
<arp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-arp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</enable-proxy-arp><!-- operation="delete"-->
</interface>
</interfaces>
</arp>
Command Syntax
ip proxy-arp
Configure enable local proxy arp
Use this attribute to enable the local proxy ARP feature
Attribute Name: enable-local-proxy-arp
Attribute Type: empty
Netconf edit-config payload
<arp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-arp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</enable-local-proxy-arp><!-- operation="delete"-->
</interface>
</interfaces>
</arp>
Command Syntax
ip local-proxy-arp
Configure enable ip redirects
Use this attribute to enable ICMP redirects in kernel
Attribute Name: enable-ip-redirects
Attribute Type: empty
Netconf edit-config payload
<arp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-arp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</enable-ip-redirects><!-- operation="delete"-->
</interface>
</interfaces>
</arp>
Command Syntax
ip redirects
Configure arp ageing timeout
Use this attribute to set the ARP aging timeout. The bridge aging time affects the ARP entries which are dependent upon the MAC addresses in hardware. If a MAC address ages out, it causes the corresponding ARP entry to refresh.
Attribute Name: arp-ageing-timeout
Attribute Type: uint16
Default Value: 1500
Attribute Range: 60-28800
Netconf edit-config payload
<arp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-arp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<arp-ageing-timeout>60</arp-ageing-timeout> <!-- operation="delete"-->
</interface>
</interfaces>
</arp>
Command Syntax
arp-ageing-timeout <60-28800>
Configure arp reachable time
Use this attribute to set the ARP reachable time.
Attribute Name: arp-reachable-time
Attribute Type: uint16
Default Value: 60
Attribute Range: 10-3600
Netconf edit-config payload
<arp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-arp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<arp-reachable-time>10</arp-reachable-time> <!-- operation="delete"-->
</interface>
</interfaces>
</arp>
Command Syntax
arp-reachable-time <10-3600>
debug ip arp event
Netconf RPC payload
<arp-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-arp"/>
Command Syntax
debug ip arp event
no debug ip arp event
Netconf RPC payload
<arp-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-arp"/>
Command Syntax
no debug ip arp event
clear arp (A.B.C.D|) (vrf (all|VRFNAME|default)|)
Attribute Name: ip-address
Attribute Type: inet:ipv4-address
Attribute Name: vrf-name
Attribute Type: string
Netconf RPC payload
<clear-arp-entry xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-arp">
<ip-address>A.B.C.D</ip-address>
<vrf-name>all</vrf-name>
</clear-arp-entry>
Command Syntax
clear arp (A.B.C.D|) (vrf (all|VRFNAME|default)|)
clear arp IFNAME (vrf (all|VRFNAME|default)|)
Attribute Name: if-name
Attribute Type: string
Attribute Name: vrf-name
Attribute Type: string
Netconf RPC payload
<clear-arp-entry-per-interface xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-arp">
<if-name>IFNAME</if-name>
<vrf-name>all</vrf-name>
</clear-arp-entry-per-interface>
Command Syntax
clear arp IFNAME (vrf (all|VRFNAME|default)|)
Last modified date: 08/22/2023