Router interface vrrp non-owner – Alcatel-Lucent 7750 SR OS User Manual

Page 216

Advertising
background image

Configuring VRRP Policy Components

Page 216

7750 SR OS Router Configuration Guide

Router Interface VRRP Non-Owner

Use the CLI syntax displayed below to configure non-owner router interface VRRP
parameters:

CLI Syntax:

config>router

interface ip-int-name

address ip-addr/mask-length

no shutdown

vrrp vrid

authentication-type {password}

authentication-key [authentication-key | hash-key]

[hash|hash2]

backup ip-addr

init-delay seconds

mac ieee-mac-address

priority base-priority

policy vrrp-policy-id

message-interval seconds

ping-reply

telnet-reply

ssh-reply

no shutdown

The following example displays router interface non-owner VRRP configuration command
usage:

Example: config>router# interface "lucy"

config>router>if# address 10.20.30.40/24

config>router>if# secondary 10.10.50.1/24

config>router>if# secondary 10.10.60.1/24

config>router>if# secondary 10.10.70.1/24

config>router>if# no shutdown

config>router>if# vrrp 1

config>router>if>vrrp# backup 10.10.50.2

config>router>if>vrrp# backup 10.10.60.2

config>router>if>vrrp# backup 10.10.70.2

config>router>if>vrrp# backup 10.20.30.41

config>router>if>vrrp# ping-reply

config>router>if>vrrp# telnet-reply

config>router>if>vrrp# authentication-type password

config>router>if>vrrp# authentication-key testabc

config>router>if>vrrp# no shutdown

Advertising