Display the configuration that the vRouter uses for VRRP operations. The Sun Secure Application Switch vRouters configured to use VRRP are members of the VRRP virtual router.
exec
show vSwitch-name vRouter-name vrrp interface
Heading | Description | Filter |
---|---|---|
IfName | Specifies the interface index of the lower layer associated with the VRRP router. This could be either vlan.x, lag.x, or eth.x.x. If the interface does not already exist, the system returns an error. | ifName IfName |
VRID | Specifies the numeric identifier for the VRRP router. This identifier must match the ID on the redundant VRRP router interface. Valid values are from 1 to 12. |
vrid integer |
IP Addresses | Specifies one or more VRRP IP addresses. These addresses cannot be IP addresses associated with a vRouter IP interface. | ipAddresses ipAddress |
Primary IP Address | Defines the IP address that the VRRP router uses to transmit VRRP advertisements when it is the master VRRP router. This address is an IP address associated with a vRouter IP interface. One of the following occurs when you use the default value: If the vRouter interface has only one IP address, VRRP uses that address as the primary IP address. If the vRouter interface has multiple IP addresses, VRRP uses the lowest IP address as the primary IP address. |
primaryIpAddress ipAddress |
Admin State | Specifies the administrative state of VRRP on the vRouter. If enabled, the Sun Secure Application Switch vRouter participates as a VRRP router. If disabled, the vRouter does not participate as a VRRP router. Valid values:
enabled , disabled
|
adminState enumeration |
Oper Status | The current state of the VRRP router. Valid values:
initialize , backup , master
|
operState enumeration |
Priority | Specifies the priority value of the VRRP router. The higher the value, the higher the priority. Valid values are from 1 to 254. |
priority integer |
Actual Priority | The priority that is being sent in advertisements. If the vsrpPreference is greater than 0 and the vsrpState is master, actualPriority = priority + vsrpPreference. | actualPriority integer |
Interval | The advertisement interval indicates the time interval in seconds between advertisements. Valid values are from 1 to 255. |
interval integer |
Preempt Mode | Controls whether a backup VRRP router with a higher priority can preempt a lower priority master VRRP router. If set to true, the preemption can occur. If set to false, the backup VRRP router cannot preempt a master VRRP router with a lower priority. Valid values:
true , false
|
preempt enumeration |
MAC Address | The virtual MAC address of the VRRP router. | macAddr macAddress |
IP Address Count | The number of IP addresses that are associated with this virtual router. | ipAddrCount integer |
Master's IP Address | The master VRRP router's real (primary) IP address. This is the IP address that the master VRRP router uses to transmit VRRP advertisements. If this vRouter is the master VRRP router, this address is the address associated with the vRouter's IP interface. |
masterIpAddr ipAddress |
Up Time | The date and time when this VRRP router transitioned out of an initialized state. The format of this field is: 'mm/dd/yyyy-hh:mn:ss'. | uptime dateTime |
ICMP Echo | Indicates whether the virtual router will respond to ICMP echo requests. An RFC compliant VRRP router will not respond to ICMP echo requests unless it is the owner of the IP address. This field overrides the RFC requirement. Valid values:
enabled , disabled
|
icmpEcho enumeration |
You can do the following