Virtual Router Redundancy Protocol Commands 131
3 Routing Commands
Format no ip vrrp <vrid>
Mode Interface Config
ip vrrp mode
This command enables the virtual router configured on the specified interface. Enabling the
status field starts a virtual router. The parameter
<vrid> is the virtual router ID which has an
integer value ranging from 1 to 255.
Default disabled
Format
ip vrrp <vrid> mode
Mode Interface Config
no ip vrrp mode
This command disables the virtual router configured on the specified interface. Disabling the
status field stops a virtual router.
Format
no ip vrrp <vrid> mode
Mode Interface Config
ip vrrp ip
This command sets the virtual router IP address value for an interface. The value for <ipaddr>
is the IP address which is to be configured on that interface for VRRP. The parameter
<vrid>
is the virtual router ID which has an integer value range from 1 to 255. You can use the
optional
[secondary] parameter to designate the IP address as a secondary IP address.
Default none
Format
ip vrrp <vrid> ip <ipaddr> [secondary]
Mode Interface Config
no ip vrrp ip
Use this command in Interface Config mode to delete a secondary IP address value from the
interface. To delete the primary IP address, you must delete the virtual router on the interface.
Format
no ip vrrp <vrid> <ipaddress> secondary
Mode Interface Config
ip vrrp authentication
This command sets the authorization details value for the virtual router configured on a
specified interface. The parameter
{none | simple} specifies the authorization type for
virtual router configured on the specified interface. The parameter
[key] is optional, it is only
required when authorization type is simple text password. The parameter
<vrid> is the virtual
router ID which has an integer value ranges from 1 to 255.
Default no authorization
Format
ip vrrp <vrid> authentication {none | simple <key>}