13-High Availability

HomeSupportReference GuidesMIB CompanionH3C Security Products MIB Reference(Comware 7)-6W10013-High Availability
05-VRRP-MIB
Title Size Download
05-VRRP-MIB 81.28 KB

VRRP-MIB

About this MIB

This MIB contains general VRRP entries.

MIB file name

rfc2787-vrrp.mib

Root object

iso(1).org(3).dod(6).internet(1).mgmt(2).mib-2(1).vrrpMIB(68)

Scalar objects

vrrpNodeVersion

Object (OID)

Access

Syntax

Value range

Description

Implementation

vrrpNodeVersion (1.3.6.1.2.1.68.1.1)

read-only

Integer32

Standard MIB values.

VRRP version

As per the MIB.

 

vrrpNotificationCntl

Object (OID)

Access

Syntax

Value range

Description

Implementation

vrrpNotificationCntl (1.3.6.1.2.1.68.1.2)

read-write

INTEGER

enabled (1),

disabled (2)

Whether SNMP notifications is enabled for VRRP.

As per the MIB.

 

vrrpTrapPacketSrc (not supported)

Object (OID)

Access

Syntax

Value range

Description

Implementation

vrrpTrapPacketSrc (1.3.6.1.2.1.68.1.5)

accessible-for-notify

IpAddress

OCTET STRING (4)

IP address of the received VRRP packet.

As per the MIB.

 

vrrpTrapAuthErrorType (not supported)

Object (OID)

Access

Syntax

Value range

Description

Implementation

vrrpTrapAuthErrorType (1.3.6.1.2.1.68.1.6)

accessible-for-notify

INTEGER

invalidAuthType (1),

authTypeMismatch (2),

authFailure (3)

Potential types of configuration conflicts.

As per the MIB.

 

vrrpRouterChecksumErrors

Object (OID)

Access

Syntax

Value range

Description

Implementation

vrrpRouterChecksumErrors (1.3.6.1.2.1.68.2.1)

read-only

Counter32

Standard MIB values.

Total number of received VRRP advertisement packets with an invalid checksum value.

As per the MIB.

 

vrrpRouterVersionErrors

Object (OID)

Access

Syntax

Value range

Description

Implementation

vrrpRouterVersionErrors (1.3.6.1.2.1.68.2.2)

read-only

Counter32

Standard MIB values.

Total number of received VRRP advertisement packets with an unknown or unsupported version number.

As per the MIB.

 

vrrpRouterVrIdErrors

Object (OID)

Access

Syntax

Value range

Description

Implementation

vrrpRouterVrIdErrors (1.3.6.1.2.1.68.2.3)

read-only

Counter32

Standard MIB values.

Total number of received VRRP advertisement packets with an invalid virtual router ID.

As per the MIB.

 

Tabular objects

vrrpOperTable

About this table

Use this table to define operation parameters for a VRRP group.

Support for operations

Create

Edit/Modify

Delete

Read

Supported

Supported

Supported

Supported

 

Columns

The table indexes are ifIndex and vrrpOperVrId.

Object (OID)

Access

Syntax

Value range

Description

Implementation

vrrpOperVrId (1.3.6.1.2.1.68.1.3.1.1)

not-accessible

VrId

Integer32(1..255)

Virtual router ID of the VRRP group.

As per the MIB.

vrrpOperVirtualMacAddr (1.3.6.1.2.1.68.1.3.1.2)

read-only

MacAddress

OCTET STRING (6)

Virtual MAC address of the VRRP group.

As per the MIB.

vrrpOperState (1.3.6.1.2.1.68.1.3.1.3)

read-only

INTEGER

initialize(1),

backup(2),

master(3)

Current state of the VRRP group.

As per the MIB.

vrrpOperAdminState (1.3.6.1.2.1.68.1.3.1.4)

read-create

INTEGER

up(1),

down(2)

Whether the VRRP group is enabled.

As per the MIB.

vrrpOperPriority (1.3.6.1.2.1.68.1.3.1.5)

read-create

Integer32

Integer32(0..255)

Priority of the device in the VRRP group.

As per the MIB.

vrrpOperIpAddrCount (1.3.6.1.2.1.68.1.3.1.6)

read-only

Integer32

Integer32(0..255)

Number of virtual IP addresses in the VRRP group.

As per the MIB.

vrrpOperMasterIpAddr (1.3.6.1.2.1.68.1.3.1.7)

read-only

IpAddress

OCTET STRING (4)

Real IP address of the master device.

As per the MIB.

vrrpOperPrimaryIpAddr (1.3.6.1.2.1.68.1.3.1.8)

read-create

IpAddress

OCTET STRING (4)

Object used to specify the IP address that will become the vrrpOperMasterIpAddr when the device transitions from backup to master (in the case where the interface has multiple IP addresses).

Supports only the read operation.

vrrpOperAuthType (1.3.6.1.2.1.68.1.3.1.9)

read-create

INTEGER

noAuthentication(1),

simpleTextPassword(2),

ipAuthenticationHeader(3)

Authentication mode used for authenticating VRRP packets

Not supported.

vrrpOperAuthKey (1.3.6.1.2.1.68.1.3.1.10)

read-create

OCTET STRING

OCTET STRING (0..16)

Authentication key.

Not supported.

vrrpOperAdvertisementInterval (1.3.6.1.2.1.68.1.3.1.11)

read-create

Integer32

Integer32(1..255)

VRRP advertisement interval in seconds.

Value range: 1 to 41.

vrrpOperPreemptMode (1.3.6.1.2.1.68.1.3.1.12)

read-create

TruthValue

true(1),

false(2)

Whether the preemptive mode is enabled for the VRRP group.

As per the MIB.

vrrpOperVirtualRouterUpTime (1.3.6.1.2.1.68.1.3.1.13)

read-only

TimeStamp

TimeTicks

Time when the VRRP group transitions from Initialize state to another state.

As per the MIB.

vrrpOperProtocol (1.3.6.1.2.1.68.1.3.1.14)

read-create

INTEGER

ip (1),

bridge (2),

decnet (3),

other (4)

Protocol controlled by the VRRP group.

The value is fixed at ip(1).

vrrpOperRowStatus (1.3.6.1.2.1.68.1.3.1.15)

read-create

RowStatus

active(1),

notInService(2),

notReady(3),

createAndGo(4),

createAndWait(5),

destroy(6)

Row status of the table.

As per the MIB.

 

vrrpAssoIpAddrTable

About this table

This table contains the virtual IP addresses associated with VRRP groups.

Support for operations

Create

Edit/Modify

Delete

Read

Supported

Supported

Supported

Supported

 

Columns

The table indexes are ifIndex, vrrpOperVrId, and vrrpAssoIpAddr.

Object (OID)

Access

Syntax

Value range

Description

Implementation

vrrpAssoIpAddr (1.3.6.1.2.1.68.1.4.1.1)

not-accessible

IpAddress

OCTET STRING (4)

Virtual IP address associated with the VRRP group.

As per the MIB.

vrrpAssoIpAddrRowStatus (1.3.6.1.2.1.68.1.4.1.2)

read-create

RowStatus

active(1),

createAndGo(4),

destroy(6)

Row status of the table.

Supports only active(1), createAndgo(4), and destroy(6).

 

vrrpRouterStatsTable

About this table

This table contains VRRP group statistics.

Support for operations

Create

Edit/Modify

Delete

Read

Not supported

Not supported

Not supported

Supported

 

Columns

This table does not contain indexes.

Object (OID)

Access

Syntax

Value range

Description

Implementation

vrrpStatsBecomeMaster (1.3.6.1.2.1.68.2.4.1.1)

read-only

Counter32

INTEGER(0..4294967295)

Total number of transitions to master state.

As per the MIB.

vrrpStatsAdvertiseRcvd (1.3.6.1.2.1.68.2.4.1.2)

read-only

Counter32

INTEGER(0..4294967295)

Total number of received VRRP advertisement packets.

As per the MIB.

vrrpStatsAdvertiseIntervalErrors (1.3.6.1.2.1.68.2.4.1.3)

read-only

Counter32

INTEGER(0..4294967295)

Total number of received VRRP advertisement packets with a different advertisement interval than the local configuration.

As per the MIB.

vrrpStatsAuthFailures (1.3.6.1.2.1.68.2.4.1.4)

read-only

Counter32

INTEGER(0..4294967295)

Total number of VRRP advertisement packets that failed to pass authentication.

As per the MIB.

vrrpStatsIpTtlErrors (1.3.6.1.2.1.68.2.4.1.5)

read-only

Counter32

INTEGER(0..4294967295)

Total number of received VRRP advertisement packets with IP TTL not equal to 255.

As per the MIB.

vrrpStatsPriorityZeroPktsRcvd (1.3.6.1.2.1.68.2.4.1.6)

read-only

Counter32

INTEGER(0..4294967295)

Total number of received VRRP advertisement packets with a priority of 0.

As per the MIB.

vrrpStatsPriorityZeroPktsSent (1.3.6.1.2.1.68.2.4.1.7)

read-only

Counter32

INTEGER(0..4294967295)

Total number of sent VRRP advertisement packets with a priority of 0.

As per the MIB.

vrrpStatsInvalidTypePktsRcvd (1.3.6.1.2.1.68.2.4.1.8)

read-only

Counter32

INTEGER(0..4294967295)

Total number of received VRRP advertisement packets with an invalid value in the type field.

As per the MIB.

vrrpStatsAddressListErrors (1.3.6.1.2.1.68.2.4.1.9)

read-only

Counter32

INTEGER(0..4294967295)

Total number of received VRRP advertisement packets with an address list that does not match the local configuration.

As per the MIB.

vrrpStatsInvalidAuthType (1.3.6.1.2.1.68.2.4.1.10)

read-only

Counter32

INTEGER(0..4294967295)

Total number of received VRRP advertisement packets with an unknown authentication type.

As per the MIB.

vrrpStatsAuthTypeMismatch (1.3.6.1.2.1.68.2.4.1.11)

read-only

Counter32

INTEGER(0..4294967295)

Total number of received VRRP advertisement packets with an authentication type that does not match the local configuration.

As per the MIB.

vrrpStatsPacketLengthErrors (1.3.6.1.2.1.68.2.4.1.12)

read-only

Counter32

INTEGER(0..4294967295)

Total number of received VRRP advertisement packets with a packet length smaller than that in the VRRP header.

As per the MIB.

 

Notifications

vrrpTrapNewMaster

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.2.1.68.0.1

Indicates that the sending device has transitioned to master state.

Informational

-

-

ON

 

Description

A notification sent when the sending device (agent) has transitioned to master state.

Status control

ON

CLI: Use the snmp-agent trap enable vrrp new-master command.

OFF

CLI: Use the undo snmp-agent trap enable vrrp new-master command.

Objects

OID (object name)

Description

Index

Type

Value range

1.3.6.1.2.1.68.1.3.1.7 (vrrpOperMasterIpAddr)

Real (primary) IP address of the master router that is used as the source address of VRRP advertisement packets.

No

IpAddress

OCTET STRING (4)

 

This table does not contain indexes. For information about the index or indexes of a MIB object instance in an SNMP variable binding, see the section for that MIB object.

Recommended action

No action is required.

vrrpTrapAuthFailure

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.2.1.68.0.2

Indicates the received VRRP packet contains an authentication type or authentication key that conflicts with the local configuration.

Informational

-

-

ON

 

Description

A notification sent upon receiving a VRRP packet from a router with an authentication type or authentication key setting that conflicts with the local router. Implementation of this notification is optional.

Status control

ON

CLI: Use the snmp-agent trap enable vrrp auth-failure command.

OFF

CLI: Use the undo snmp-agent trap enable vrrp auth-failure command.

Objects

OID (object name)

Description

Index

Type

Value range

1.3.6.1.2.1.68.1.5 (vrrpTrapPacketSrc)

IP address of the received VRRP packet.

No

IpAddress

OCTET STRING (4)

1.3.6.1.2.1.68.1.6 (vrrpTrapAuthErrorType)

Potential types of configuration conflicts.

No

INTEGER

invalidAuthType(1)

authTypeMismatch(2)

authFailure(3)

 

This table does not contain indexes. For information about the index or indexes of a MIB object instance in an SNMP variable binding, see the section for that MIB object.

Recommended action

Check for configuration errors or configuration conflicts.

 

  • Cloud & AI
  • InterConnect
  • Intelligent Computing
  • Security
  • SMB Products
  • Intelligent Terminal Products
  • Product Support Services
  • Technical Service Solutions
All Services
  • Resource Center
  • Policy
  • Online Help
All Support
  • Become A Partner
  • Partner Policy & Program
  • Global Learning
  • Partner Sales Resources
  • Partner Business Management
  • Service Business
All Partners
  • Profile
  • News & Events
  • Online Exhibition Center
  • Contact Us
All About Us
新华三官网