IPI-NEIGHBOR-DISCOVERY
Configure interface name
Use this attribute to add a static neighbor entry of the interface name
Attribute Name: interface-name
Attribute Type: string
Attribute Name: mac-address
Attribute Type: string
Netconf edit-config payload
<neighbor-discovery xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-neighbor-discovery">
<entry> <!-- operation="delete"-->
<interface-name>IFNAME</interface-name>
<config>
<interface-name>IFNAME</interface-name>
<ipv6-address>X:X::X:X</ipv6-address>
<mac-address>XXXX.XXXX.XXXX</mac-address>
</config>
<ipv6-address>X:X::X:X</ipv6-address>
</entry>
</neighbor-discovery>
Command Syntax
ipv6 neighbor X:X::X:X IFNAME XXXX.XXXX.XXXX
Configure ipv6 address
Use this attribute to add a static neighbor entry of the interface name
Attribute Name: interface-name
Attribute Type: string
Netconf edit-config payload
<neighbor-discovery xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-neighbor-discovery">
<entry>
<interface-name>IFNAME</interface-name>
<config>
<interface-name>IFNAME</interface-name>
<ipv6-address>X:X::X:X</ipv6-address>
</config>
<ipv6-address>X:X::X:X</ipv6-address>
</entry>
</neighbor-discovery>
Command Syntax
ipv6 neighbor X:X::X:X IFNAME IFNAME
Configure enable
Use this attribute to enable debugging for neighbor events.
Attribute Name: enable
Attribute Type: empty
Netconf edit-config payload
<neighbor-discovery xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-neighbor-discovery">
<debug>
<config>
</enable><!-- operation="delete"-->
</config>
</debug>
</neighbor-discovery>
Command Syntax
debug ipv6 nd event
Configure nd ageing timeout
Use this attribute to set the neighbor ageing timeout value.
Attribute Name: nd-ageing-timeout
Attribute Type: uint16
Default Value: 1500
Attribute Range: 60-28800
Netconf edit-config payload
<neighbor-discovery xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-neighbor-discovery">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<nd-ageing-timeout>60</nd-ageing-timeout> <!-- operation="delete"-->
</interface>
</interfaces>
</neighbor-discovery>
Command Syntax
nd-ageing-timeout <60-28800>
Configure nd reachable time
Use this attribute to set neighbor reachable time value.
Attribute Name: nd-reachable-time
Attribute Type: uint32
Default Value: 60
Attribute Range: 10-3600
Netconf edit-config payload
<neighbor-discovery xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-neighbor-discovery">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<nd-reachable-time>10</nd-reachable-time> <!-- operation="delete"-->
</interface>
</interfaces>
</neighbor-discovery>
Command Syntax
nd-reachable-time <10-3600>
debug ipv6 nd event
Netconf RPC payload
<nd-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-neighbor-discovery"/>
Command Syntax
debug ipv6 nd event
no debug ipv6 nd event
Netconf RPC payload
<nd-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-neighbor-discovery"/>
Command Syntax
no debug ipv6 nd event
clear ipv6 neighbors (X:X::X:X/M|) (vrf (all|VRFNAME|default)|)
Attribute Name: ipv6-address
Attribute Type: string
Attribute Name: vrf-name
Attribute Type: string
Netconf RPC payload
<clear-ipv6-nd-entry xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-neighbor-discovery">
<ipv6-address>X:X::X:X/M</ipv6-address>
<vrf-name>all</vrf-name>
</clear-ipv6-nd-entry>
Command Syntax
clear ipv6 neighbors (X:X::X:X/M|) (vrf (all|VRFNAME|default)|)
clear ipv6 neighbors IFNAME (vrf (all|VRFNAME|default)|)
Attribute Name: if-name
Attribute Type: string
Attribute Name: vrf-name
Attribute Type: string
Netconf RPC payload
<clear-ipv6-nd-entry-per-interface xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-neighbor-discovery">
<if-name>IFNAME</if-name>
<vrf-name>all</vrf-name>
</clear-ipv6-nd-entry-per-interface>
Command Syntax
clear ipv6 neighbors IFNAME (vrf (all|VRFNAME|default)|)
Last modified date: 08/22/2023