[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring VRRP Authentication (IPv4 Only)

VRRP (IPv4 only) protocol exchanges can be authenticated to guarantee that only trusted routing platforms participate in routing in an autonomous system (AS). By default, VRRP authentication is disabled. You can configure one of the following authentication methods; each VRRP group must use the same method:

To enable authentication and specify an authentication method, include the authentication-type statement at either of the following hierarchy levels:

authentication-type authentication;

authentication can be simple or md5. The authentication type must be the same for all routing platforms in the VRRP group.

If you included the authentication-type statement to select an authentication method, you can configure a key (password) on each interface by including the authentication-key statement at either of the following hierarchy levels:

authentication-key key;

The key (password) is an ASCII string. For simple authentication, it can be from 1 through 8 characters long. For MD5 authentication, it can be from 1 through 16 characters long. If you include spaces, enclose all characters in quotation marks (“ ”). The key must be the same for all routing platforms in the VRRP group.


[Contents] [Prev] [Next] [Index] [Report an Error]