set protocols vrrp interface vrid ipv6-nd prefix valid-lifetime
The set protocols vrrp interface vrid ipv6-nd prefix valid-lifetime command configures the length of time in seconds during what the prefix is valid for the purpose of onlink determination.
The delete protocols vrrp interface vrid ipv6-nd prefix valid-lifetime command restores the default configuration.
Command Syntax
set protocols vrrp interface <interface-name> vrid <virtual-router-id> ipv6-nd prefix <IPv6Net> valid-lifetime {<LIFETIME-VALUE>|infinite}
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. |
valid-lifetime {<LIFETIME-VALUE>|infinite} | Specifies the length of time in seconds during what the prefix is valid for the purpose of onlink determination. Value infinite represents infinity (i.e. a value of all one bits (0xffffffff)). Range: (0-4294967295) Default: 2592000 |
Example
- Configure the length of time in seconds during what the prefix is valid for the purpose of onlink determination.
admin@Xorplus# set protocols vrrp interface vlan100 vrid 2 ipv6-nd prefix fa00::0/64 valid-lifetime 2592000 admin@Xorplus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.