set protocols vrrp interface vrid ipv6-nd prefix preferred-lifetime


The set protocols vrrp interface vrid ipv6-nd prefix preferred-lifetime command configures the length of time in seconds during what addresses generated from the prefix remain preferred.

The delete protocols vrrp interface vrid ipv6-nd prefix preferred-lifetime command restores the default configuration.


Command Syntax

set protocols vrrp interface <interface-name> vrid <virtual-router-id> ipv6-nd prefix <IPv6Net> preferred-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.
preferred-lifetime {<LIFETIME-VALUE>|infinite}Specifies the length of time in seconds during what addresses generated from the prefix
remain preferred. Value infinite represents infinity. Range: (0-4294967295) Default: 604800.


Example

  • Configure the length of time in seconds during what addresses generated from the prefix remain preferred. Value infinite represents infinity.
admin@Xorplus# set protocols vrrp interface vlan100 vrid 2 ipv6-nd prefix fa00::0/64 preferred-lifetime 604800
admin@Xorplus# commit

Copyright © 2024 Pica8 Inc. All Rights Reserved.