CISCO-HSRP-MIB

        The MIB module provides a means to monitor and configure
the Cisco IOS proprietary Hot Standby Router Protocol
(HSRP). Cisco HSRP protocol is defined in RFC2281.
        
Terminology:
        
HSRP is a protocol used amoung a group of routers for the
purpose of selecting an 'active router' and a 'standby
router'.
        
An 'active router' is the router of choice for routing
packets.
        
A 'standby router' is a router that takes over the routing
duties when an active router fails, or when preset
conditions have been met.
        
An 'HSRP group' or a 'standby group' is a set of routers
which communicate using HSRP. An HSRP group has a group MAC
address and a group Virtual IP address. These are the
designated addresses. The active router assumes (i.e.
inherits) these group addresses.
        
'Hello' messages are sent to indicate that a router is
running and is capable of becoming the active or standby
router.
        
'Hellotime' is the interval between successive HSRP Hello
messages from a given router.
        
'Holdtime' is the interval between the receipt of a Hello
message and the presumption that the sending router has
failed.
    
ciscoHsrpMIB 1.3.6.1.4.1.9.9.106
Imported Objects
CISCO-SMI ciscoMgmt
IF-MIB ifIndex
SNMPv2-CONF MODULE-COMPLIANCE NOTIFICATION-GROUP OBJECT-GROUP
SNMPv2-SMI IpAddress MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE Unsigned32
SNMPv2-TC DisplayString MacAddress RowStatus TEXTUAL-CONVENTION TruthValue
Type Definitions (1)
HsrpState Enumeration
initial(1)
learn(2)
listen(3)
speak(4)
standby(5)
active(6)
Objects (30)
ciscoHsrpMIB .1.3.6.1.4.1.9.9.106
ciscoHsrpMIBObjects .1.3.6.1.4.1.9.9.106.1
cHsrpGlobalConfig .1.3.6.1.4.1.9.9.106.1.1
cHsrpConfigTimeout r/w minutesUnsigned32 .1.3.6.1.4.1.9.9.106.1.1.1
cHsrpGroup .1.3.6.1.4.1.9.9.106.1.2
cHsrpGrpTable .1.3.6.1.4.1.9.9.106.1.2.1
cHsrpGrpEntry IF-MIBifIndexcHsrpGrpNumber .1.3.6.1.4.1.9.9.106.1.2.1.1
cHsrpGrpNumber Unsigned32 .1.3.6.1.4.1.9.9.106.1.2.1.1.1
cHsrpGrpLearnedHoldTime millisecondsUnsigned32 .1.3.6.1.4.1.9.9.106.1.2.1.1.10
cHsrpGrpVirtualIpAddr r/w SNMPv2-SMIIpAddress .1.3.6.1.4.1.9.9.106.1.2.1.1.11
cHsrpGrpUseConfigVirtualIpAddr SNMPv2-TCTruthValue .1.3.6.1.4.1.9.9.106.1.2.1.1.12
cHsrpGrpActiveRouter SNMPv2-SMIIpAddress .1.3.6.1.4.1.9.9.106.1.2.1.1.13
cHsrpGrpStandbyRouter SNMPv2-SMIIpAddress .1.3.6.1.4.1.9.9.106.1.2.1.1.14
cHsrpGrpStandbyState HsrpState .1.3.6.1.4.1.9.9.106.1.2.1.1.15
cHsrpGrpVirtualMacAddr SNMPv2-TCMacAddress .1.3.6.1.4.1.9.9.106.1.2.1.1.16
cHsrpGrpEntryRowStatus r/w SNMPv2-TCRowStatus .1.3.6.1.4.1.9.9.106.1.2.1.1.17
cHsrpGrpIpNone r/w SNMPv2-TCTruthValue .1.3.6.1.4.1.9.9.106.1.2.1.1.18
cHsrpGrpAuth r/w OctetString .1.3.6.1.4.1.9.9.106.1.2.1.1.2
cHsrpGrpPriority r/w Unsigned32 .1.3.6.1.4.1.9.9.106.1.2.1.1.3
cHsrpGrpPreempt r/w SNMPv2-TCTruthValue .1.3.6.1.4.1.9.9.106.1.2.1.1.4
cHsrpGrpPreemptDelay r/w secondsUnsigned32 .1.3.6.1.4.1.9.9.106.1.2.1.1.5
cHsrpGrpUseConfiguredTimers SNMPv2-TCTruthValue .1.3.6.1.4.1.9.9.106.1.2.1.1.6
cHsrpGrpConfiguredHelloTime r/w millisecondsUnsigned32 .1.3.6.1.4.1.9.9.106.1.2.1.1.7
cHsrpGrpConfiguredHoldTime r/w millisecondsUnsigned32 .1.3.6.1.4.1.9.9.106.1.2.1.1.8
cHsrpGrpLearnedHelloTime millisecondsUnsigned32 .1.3.6.1.4.1.9.9.106.1.2.1.1.9
cHsrpMIBNotificationPrefix .1.3.6.1.4.1.9.9.106.2
cHsrpMIBNotifications .1.3.6.1.4.1.9.9.106.2.0
cHsrpConformance .1.3.6.1.4.1.9.9.106.3
cHsrpCompliances .1.3.6.1.4.1.9.9.106.3.1
cHsrpComplianceGroups .1.3.6.1.4.1.9.9.106.3.2
Notifications / Traps (1)
NameOIDDescription
cHsrpStateChange .1.3.6.1.4.1.9.9.106.2.0.1
A cHsrpStateChange notification is sent when a
cHsrpGrpStandbyState transitions to either active or
standby state, or leaves active or standby state. There
will be only one notification issued when the state change
is from standby to active and vice versa.