IPI-IPV6-ROUTER-ADV
Configure suppress ra
Use this attribute to suppress IPv6 Router Advertisements
Attribute Name: suppress-ra
Attribute Type: uint8
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</suppress-ra><!-- operation="delete"-->
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd suppress-ra
Configure suppress ra mtu
Use this attribute to disable sending MTU in Router Advertisement messages
Attribute Name: suppress-ra-mtu
Attribute Type: uint8
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</suppress-ra-mtu><!-- operation="delete"-->
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd suppress-ra mtu
Configure managed flag
Use this attribute to use DHCP for address config by host
This command is supported when following feature are enabled IPv6 Router Advertisement
Attribute Name: managed-flag
Attribute Type: empty
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</managed-flag><!-- operation="delete"-->
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd managed-config-flag
Configure other config flag
Use this attribute to use DHCP for non-address config by host
This command is supported when following feature are enabled IPv6 Router Advertisement
Attribute Name: other-config-flag
Attribute Type: empty
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</other-config-flag><!-- operation="delete"-->
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd other-config-flag
Configure current hop limit
Use this attribute to set advertised current hop limit
This command is supported when following feature are enabled IPv6 Router Advertisement
Attribute Name: current-hop-limit
Attribute Type: uint8
Default Value: 64
Attribute Range: 0-255
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<current-hop-limit>0</current-hop-limit> <!-- operation="delete"-->
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd current-hoplimit <0-255>
Configure link mtu
Use this attribute to set advertised link-mtu option
This command is supported when following feature are enabled IPv6 Router Advertisement
Attribute Name: link-mtu
Attribute Type: uint32
Default Value: 1500
Attribute Range: 1280-65535
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<link-mtu>1280</link-mtu> <!-- operation="delete"-->
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd link-mtu <1280-65535>
Configure dad attempts
Use this attribute to set number of attempts for duplicate address detection
This command is supported when following feature are enabled IPv6 Router Advertisement
Attribute Name: dad-attempts
Attribute Type: uint16
Default Value: 1
Attribute Range: 0-600
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<dad-attempts>0</dad-attempts> <!-- operation="delete"-->
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd dad attempts <0-600>
Configure off link
The IPV6 Router Advertisement prefix off-link flag
This command is supported when following feature are enabled IPv6 Router Advertisement
Attribute Name: off-link
Attribute Type: empty
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ipv6-prefixes>
<config>
</off-link><!-- operation="delete"-->
</config>
</ipv6-prefixes>
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd prefix offlink
Configure no auto configuration
The IPV6 Router Advertisement prefix no auto-configuration flag
This command is supported when following feature are enabled IPv6 Router Advertisement
Attribute Name: no-auto-configuration
Attribute Type: empty
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ipv6-prefixes>
<config>
</no-auto-configuration><!-- operation="delete"-->
</config>
</ipv6-prefixes>
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd prefix no-autoconf
Configure valid lifetime
The IPV6 Router Advertisement prefix valid lifetime
This command is supported when following feature are enabled IPv6 Router Advertisement
Attribute Name: valid-lifetime
Attribute Type: uint32
Default Value: 2592000
Attribute Range: 0-4294967295
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ipv6-prefixes>
<config>
<valid-lifetime>0</valid-lifetime> <!-- operation="delete"-->
</config>
</ipv6-prefixes>
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd prefix valid-lifetime <0-4294967295>
Configure preferred lifetime
The IPV6 Router Advertisement prefix preferred lifetime
This command is supported when following feature are enabled IPv6 Router Advertisement
Attribute Name: preferred-lifetime
Attribute Type: uint32
Default Value: 604800
Attribute Range: 0-4294967295
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ipv6-prefixes>
<config>
<preferred-lifetime>0</preferred-lifetime> <!-- operation="delete"-->
</config>
</ipv6-prefixes>
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd prefix preferred-lifetime <0-4294967295>
Configure ipv6 address
The IPV6 Router Advertisement prefix address
This command is supported when following feature are enabled IPv6 Router Advertisement
Attribute Name: ipv6-address
Attribute Type: string
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ipv6-prefixes>
<ipv6-prefix> <!-- operation="delete"-->
<ipv6-address>X:X::X:X/M</ipv6-address>
<config>
<ipv6-address>X:X::X:X/M</ipv6-address>
</config>
</ipv6-prefix>
</ipv6-prefixes>
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd prefix X:X::X:X/M
Configure name
The IPV6 Router Advertisement prefix address preferred lifetime
This command is supported when following feature are enabled IPv6 Router Advertisement
Attribute Name: preferred-lifetime
Attribute Type: uint32
Default Value: 604800
Attribute Range: 0-4294967295
Attribute Name: valid-lifetime
Attribute Type: uint32
Default Value: 2592000
Attribute Range: 0-4294967295
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ipv6-prefixes>
<ipv6-prefix>
<ipv6-address>X:X::X:X/M</ipv6-address>
<config>
<ipv6-address>X:X::X:X/M</ipv6-address>
<valid-lifetime>0</valid-lifetime>
</config>
<preferred-lifetime>0</preferred-lifetime>
</ipv6-prefix>
</ipv6-prefixes>
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd prefix X:X::X:X/M <0-4294967295> <0-4294967295>
Configure reachable time
Use this attribute to set advertised reachability time
This command is supported when following feature are enabled IPv6 Router Advertisement
Attribute Name: reachable-time
Attribute Type: uint32
Default Value: 0
Attribute Range: 0-3600000
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<timers>
<config>
<reachable-time>0</reachable-time> <!-- operation="delete"-->
</config>
</timers>
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd reachable-time <0-3600000>
Configure retransmission time
Use this attribute to set advertised retransmission timer
This command is supported when following feature are enabled IPv6 Router Advertisement
Attribute Name: retransmission-time
Attribute Type: uint32
Default Value: 0
Attribute Range: 0-4294967295
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<timers>
<config>
<retransmission-time>0</retransmission-time> <!-- operation="delete"-->
</config>
</timers>
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd retransmission-time <0-4294967295>
Configure router lifetime
Use this attribute to set IPv6 router advertisement lifetime
This command is supported when following feature are enabled IPv6 Router Advertisement
Attribute Name: router-lifetime
Attribute Type: uint16
Default Value: 1800
Attribute Range: 0-9000
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<timers>
<config>
<router-lifetime>0</router-lifetime> <!-- operation="delete"-->
</config>
</timers>
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd ra-lifetime <0-9000>
Configure max ra interval
Use this attribute to set maximum IPv6 router advertisement interval (min-ra-interval must be no greater than 0.75*max-ra-interval)
This command is supported when following feature are enabled IPv6 Router Advertisement
Attribute Name: max-ra-interval
Attribute Type: uint32
Attribute Range: 4-1800
Attribute Name: min-ra-interval
Attribute Type: uint32
Attribute Range: 3-1350
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<timers>
<ra-interval>
<config>
<min-ra-interval>3</min-ra-interval>
<max-ra-interval>4</max-ra-interval>
</config>
</ra-interval>
</timers>
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd ra-interval <4-1800> (<3-1350>|)