CISCOSB-VRRP
- Registered at
- 1.3.6.1.4.1.9.6.1.101.26.26
- Last updated
- 2010-12-09 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2010-12-09 00:00
- Namespace
- cisco
- Source file
CISCOSB-VRRP- Digest
sha256:4f1ee8782bdb8bee29115936da77bae40a663f8be8ea0970be2d98198b22a270
Description
The private MIB module definition for VRRPv3 MIB.
Contact
Postal: 170 West Tasman Drive San Jose , CA 95134-1706 USA Website: Cisco Small Business Support Community <http://www.cisco.com/go/smallbizsupport>
Imports
| From | Symbols |
|---|---|
| CISCOSB-IP | ipSpec |
| IF-MIB | InterfaceIndexOrZero |
| INET-ADDRESS-MIB | InetAddress, InetAddressType |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Counter32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso, mib-2 |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION, TimeInterval |
| VRRPV3-MIB | vrrpv3AssociatedIpAddrEntry, vrrpv3OperationsEntry |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCOSB-IP CISCOSB-MIB CISCOSB-VRRP IANA-RTPROTO-MIB IANAifType-MIB IF-MIB INET-ADDRESS-MIB IP-FORWARD-MIB IP-MIB RIPv2-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC VRRPV3-MIB
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| rlVrrpv3OperationsTable OBJECT-TYPE This table is parallel to vrrpv3OperationsTable, and is used to change VRRP on interface working version, description and display several statuses. It contains private objects. | 1.3.6.1.4.1.9.6.1.101.26.26.1 | not-accessible | current | |
| rlVrrpv3OperationsEntry OBJECT-TYPE An operation entry mapping for a particular interface. | 1.3.6.1.4.1.9.6.1.101.26.26.1.1 | not-accessible | current | |
| rlVrrpv3OperationsDefaultPrimaryIpAddr OBJECT-TYPE In the case where there are more than one IP Address (associated IP addresses) for a given `ifIndex', this object is used to specify the IP address that will become the vrrpv3OperationsMasterIpAddr', should the virtual router transition from backup state to master and no vrrpv3OperationsDefaultPrimaryIpAddr was configured. | 1.3.6.1.4.1.9.6.1.101.26.26.1.1.1 | InetAddress | read-only | current |
| rlVrrpv3OperationsPrimaryIpAddrState OBJECT-TYPE This object represents enabled/disabled state of user configured primary address of the virtual router. | 1.3.6.1.4.1.9.6.1.101.26.26.1.1.2 | INTEGER {up(1), down(2)} | read-only | current |
| rlVrrpv3OperationsVrDescription OBJECT-TYPE The description of the VRRP virtual router. | 1.3.6.1.4.1.9.6.1.101.26.26.1.1.3 | DisplayString | read-write | current |
| rlVrrpv3OperationsAdminState OBJECT-TYPE This object will enable/disable the virtual router function. Setting the value to `up', will transition the state of the virtual router from `initialize' to `backup' or `master', depending on the value of `vrrpOperPriority'. Setting the value to `down', will transition the router from `master' or `backup' to `initialize'. State transitions may not be immediate; they sometimes depend on other factors, such as the interface (IF) state. | 1.3.6.1.4.1.9.6.1.101.26.26.1.1.4 | INTEGER {up(1), down(2)} | read-write | current |
| rlVrrpv3OperationsVrrpVersion OBJECT-TYPE Current VRRP virtual router version it is working with. | 1.3.6.1.4.1.9.6.1.101.26.26.1.1.5 | INTEGER {version2and3(1), version2(2), version3(3)} | read-write | current |
| rlVrrpv3OperationsMasterPriority OBJECT-TYPE This object specifies the priority which is used by master router. | 1.3.6.1.4.1.9.6.1.101.26.26.1.1.6 | Unsigned32 (1..255) | read-only | current |
| rlVrrpv3OperationsMasterAdvInterval OBJECT-TYPE The time interval, in centiseconds, which is used by master router for sending advertisement messages. | 1.3.6.1.4.1.9.6.1.101.26.26.1.1.7 | TimeInterval (1..4095) | read-only | current |
| rlVrrpv3OperationsMasterDownInterval OBJECT-TYPE Time interval for Backup to declare Master down (centiseconds). | 1.3.6.1.4.1.9.6.1.101.26.26.1.1.8 | TimeInterval | read-only | current |
| rlVrrpv3OperationsSkewTime OBJECT-TYPE Time to skew Master_Down_Interval in milliseconds. | 1.3.6.1.4.1.9.6.1.101.26.26.1.1.9 | TimeInterval | read-only | current |
| rlVrrpv3OperationsTrackObject OBJECT-TYPE Number of associates a track object with this VRRP router. 0 - no association | 1.3.6.1.4.1.9.6.1.101.26.26.1.1.10 | Unsigned32 | read-write | current |
| rlVrrpv3OperationsTrackStatus OBJECT-TYPE Track status | 1.3.6.1.4.1.9.6.1.101.26.26.1.1.11 | INTEGER {up(0), down(1)} | read-only | current |
| rlVrrpv3OperationsTrackDecrementPriority OBJECT-TYPE Amount by which the priority for the router is decremented (or incremented) when the tracked object goes down (or comes back up). | 1.3.6.1.4.1.9.6.1.101.26.26.1.1.12 | Unsigned32 (1..253) | read-write | current |
| rlVrrpv3OperationsTrackOperPriority OBJECT-TYPE Operational priority | 1.3.6.1.4.1.9.6.1.101.26.26.1.1.13 | Unsigned32 (0..255) | read-only | current |
| rlVrrpv3AssociatedIpAddrTable OBJECT-TYPE This table is parallel to vrrpv3AssociatedIpAddrTable, and is used to display address statuses. It contains private objects. | 1.3.6.1.4.1.9.6.1.101.26.26.2 | not-accessible | current | |
| rlVrrpv3AssociatedIpAddrEntry OBJECT-TYPE An entry in the table contains an IP address that is associated with a virtual router | 1.3.6.1.4.1.9.6.1.101.26.26.2.1 | not-accessible | current | |
| rlVrrpv3AssociatedIpAddrState OBJECT-TYPE This object represents state of the assosiated IP address, backed up by current virtual router. | 1.3.6.1.4.1.9.6.1.101.26.26.2.1.1 | INTEGER {up(1), down(2)} | read-only | current |
| rlVrrpv3CountersTable OBJECT-TYPE Table of virtual router statistics. | 1.3.6.1.4.1.9.6.1.101.26.26.3 | not-accessible | current | |
| rlVrrpv3CountersEntry OBJECT-TYPE An entry in the table, containing statistics information about a given virtual router. | 1.3.6.1.4.1.9.6.1.101.26.26.3.1 | not-accessible | current | |
| rlVrrpv3CountersIfIndex OBJECT-TYPE Interface index | 1.3.6.1.4.1.9.6.1.101.26.26.3.1.1 | InterfaceIndexOrZero | not-accessible | current |
| rlVrrpv3CountersChecksumErrors OBJECT-TYPE The total number of checksum errors received on this interface. Counter is only valid as long as there is a VRRP router defined on this interface. | 1.3.6.1.4.1.9.6.1.101.26.26.3.1.2 | Counter32 | read-only | current |
| rlVrrpv3CountersRcvdPacketsLength OBJECT-TYPE The total number of packet length errors received on this interface. Counter is only valid as long as there is a VRRP router defined on this interface. | 1.3.6.1.4.1.9.6.1.101.26.26.3.1.3 | Counter32 | read-only | current |
| rlVrrpv3CountersIpTtlErrors OBJECT-TYPE The total number of TTL errors received on this interface. Counter is only valid as long as there is a VRRP router defined on this interface. | 1.3.6.1.4.1.9.6.1.101.26.26.3.1.4 | Counter32 | read-only | current |
| rlVrrpv3CountersRcvdInvalidTypePackets OBJECT-TYPE The total number of invalid VRRP packet type errors received on this interface. Counter is only valid as long as there is a VRRP router defined on this interface. | 1.3.6.1.4.1.9.6.1.101.26.26.3.1.5 | Counter32 | read-only | current |
| rlVrrpv3CountersRcvdInvalidVrrpId OBJECT-TYPE The total number of invalid VRRP id errors received on this interface. Counter is only valid as long as there is a VRRP router defined on this interface. | 1.3.6.1.4.1.9.6.1.101.26.26.3.1.6 | Counter32 | read-only | current |
| rlVrrpv3CountersProtoErrors OBJECT-TYPE The total number of invalid VRRP protocol errors received on this interface. Counter is only valid as long as there is a VRRP router defined on this interface. | 1.3.6.1.4.1.9.6.1.101.26.26.3.1.7 | Counter32 | read-only | current |
| rlVrrpv3CountersAddressListErrors OBJECT-TYPE The total number of invalid IP address list errors received on this interface. Counter is only valid as long as there is a VRRP router defined on this interface. | 1.3.6.1.4.1.9.6.1.101.26.26.3.1.8 | Counter32 | read-only | current |
| rlVrrpv3CountersAdvIntervalErrors OBJECT-TYPE The total number of invalid advertisement interval errors received on this interface. Counter is only valid as long as there is a VRRP router defined on this interface. | 1.3.6.1.4.1.9.6.1.101.26.26.3.1.9 | Counter32 | read-only | current |
| rlVrrpv3CountersAuthErrors OBJECT-TYPE The total number of authentication errors received on this interface. Counter is only valid as long as there is a VRRP router defined on this interface. | 1.3.6.1.4.1.9.6.1.101.26.26.3.1.10 | Counter32 | read-only | current |
| rlVrrpv3CountersRowStatus OBJECT-TYPE Row status of the entry. Used for clearing table by setting. | 1.3.6.1.4.1.9.6.1.101.26.26.3.1.11 | RowStatus | read-write | current |