set protocols vrrp interface vrid ipv6-nd prefix off-link
The set protocols vrrp interface vrid ipv6-nd prefix off-link command configures that advertisement makes no statement about on-link or off-link properties of the prefix. Default: not set, i.e. this prefix can be used for on-link determination.
The delete protocols vrrp interface vrid ipv6-nd prefix off-link command restores the default configuration.
Command Syntax
set protocols vrrp interface <interface-name> vrid <virtual-router-id> ipv6-nd prefix <IPv6Net> off-link [no-autoconfig]
Parameter
Parameter | Description |
interface <interface-name> | Specifies the Layer 3 interface name of VRRP device. The value could be the VLAN interface name, the routed interface or the sub-interface name. The value is a string. |
vrid <virtual-router-id> | Specifies the VRID of a VRRP group. The value is an integer that ranges from 1 to 254. |
prefix <IPv6Net> | Specifies the IPv6 prefix to advertise in RA. Format: X:X::X:X/M. |
no-autoconfig | Optional. Specifies do not use prefix for autoconfiguration. Default: not set, i.e. prefix can be used for autoconfiguration. |
Example
- Configure that advertisement makes no statement about on-link or off-link properties of the prefix.
admin@Xorplus# set protocols vrrp interface vlan100 vrid 2 ipv6-nd prefix fa00::0/64 off-link admin@Xorplus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.