OcNOS-SP : Layer 3 Guide : Virtual Router Redundancy Protocol Command Reference : VRRP v6 Commands : router ipv6 vrrp
router ipv6 vrrp
Use this command to associate an IPv6 interface with a VRRP session. When issued, this command enters the Router mode.
Use the no parameter with this command to remove the IPv6 VRRP configuration. Disable the IPv6 VRRP session before using this command.
Command Syntax
router ipv6 vrrp <1-255> IFNAME
no router ipv6 vrrp <1-255> IFNAME
Parameters
<1-255>
Specify the ID of the virtual router session to create.
IFNAME
Specify the name of the IPv6 interface on which VRRP is enabled.
Command Mode
Configure mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
The example below shows how to enable an IPv6 VRRP session with VR ID 1 on interface eth0.
#configure terminal
(config)#router ipv6 vrrp 1 eth0
(config-router)#
Last modified date: 08/28/2023