Specifications
SSR Command Line Interface Reference Manual 371
ip-redundancy set
enabled Preempt mode is enabled. A backup router can pre-
empt a lower-priority Master router.
disabled Pre-empt mode is disabled. A backup router cannot
pre-empt a lower-priority Master router.
auth-type Specifies the type of authentication used for VRRP exchanges
between routers. Use one of the following keywords:
none VRRP exchanges are not authenticated (the default).
text VRRP exchanges are authenticated with a clear-text
password.
auth-key <key> Is the clear-text password used to authenticate VRRP exchanges.
If you specify the text keyword, you must also specify the auth-
key parameter.
Restrictions
None.
Examples
To specify 200 as the priority used by virtual router 1 on interface int1:
To set the advertisement interval to 3 seconds:
To prevent a Backup router from taking over as Master from a Master router that has a
lower priority:
To authenticate VRRP exchanges on virtual router 1 on interface int1 with a password of
‘yago’:
ssr(config)# ip-redundancy set vrrp 1 interface int1 priority 200
ssr(config)# ip-redundancy set vrrp 1 interface int1 adv-interval 3
ssr(config)# ip-redundancy set vrrp 1 interface int1 preempt-mode disabled
ssr(config)# ip-redundancy set vrrp 1 interface int1 auth-type text auth-key yago










