set protocols vrrp interface vrid ipv6-nd prefix router-address
The set protocols vrrp interface vrid ipv6-nd prefix router-address command configures the router-address, indicating to hosts on the local link that the specified prefix contains a complete IP address by setting R flag. Default: not set, i.e. hosts do not assume a complete IP address is placed.
The delete protocols vrrp interface vrid ipv6-nd prefix router-address command restores the default configuration.
Command Syntax
set protocols vrrp interface <interface-name> vrid <virtual-router-id> ipv6-nd prefix <IPv6Net> router-address
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. |
Example
- Configure the router-address, indicating to hosts on the local link that the specified prefix contains a complete IP address by setting R flag.Â
admin@Xorplus# set protocols vrrp interface vlan100 vrid 2 ipv6-nd prefix fa00::0/64 router-address admin@Xorplus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.