CISCO-IETF-PIM-MIB

File: CISCO-IETF-PIM-MIB.mib (29716 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
INET-ADDRESS-MIB CISCO-IETF-IPMROUTE-MIB IF-MIB
CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 TimeTicks Unsigned32
RowStatus TruthValue MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP InetAddressType
InetAddressPrefixLength InetAddress InetVersion
cIpMRouteAddrType cIpMRouteGroup cIpMRouteSource
cIpMRouteSourceMask cIpMRouteNextHopAddrType cIpMRouteNextHopGroup
cIpMRouteNextHopSource cIpMRouteNextHopSourceMask cIpMRouteNextHopIfIndex
cIpMRouteNextHopAddress InterfaceIndex ciscoExperiment

Defined Types

CPimIfEntry  
SEQUENCE    
  cPimIfIndex InterfaceIndex
  cPimIfInetVersion InetVersion
  cPimIfAddressType InetAddressType
  cPimIfAddress InetAddress
  cPimIfNetMask InetAddressPrefixLength
  cPimIfMode INTEGER
  cPimIfDR InetAddress
  cPimIfHelloInterval Unsigned32
  cPimIfJoinPruneInterval Unsigned32
  cPimIfCBSRPreference Integer32
  cPimIfStatus RowStatus

CPimNbrEntry  
SEQUENCE    
  cPimNbrIfIndex InterfaceIndex
  cPimNbrAddressType InetAddressType
  cPimNbrAddress InetAddress
  cPimNbrUpTime TimeTicks
  cPimNbrExpiryTime TimeTicks

CPimInetMRouteEntry  
SEQUENCE    
  cPimInetMRouteUpstreamAssertTime TimeTicks
  cPimInetMRouteAssertMetric Unsigned32
  cPimInetMRouteAssertMetricPref Unsigned32
  cPimInetMRouteAssertRPTBit TruthValue
  cPimInetMRouteFlags BITS

CPimInetMRouteNextHopEntry  
SEQUENCE    
  cPimInetMRouteNextHopPruneReason INTEGER

CPimRPMapEntry  
SEQUENCE    
  cPimRPMapComponent Unsigned32
  cPimRPMapAddrType InetAddressType
  cPimRPMapGroupAddress InetAddress
  cPimRPMapGroupMask InetAddressPrefixLength
  cPimRPMapAddress InetAddress
  cPimRPMapHoldTime Unsigned32
  cPimRPMapExpiryTime TimeTicks

CPimCRPEntry  
SEQUENCE    
  cPimCRPAddrType InetAddressType
  cPimCRPGroupAddress InetAddress
  cPimCRPGroupMask InetAddressPrefixLength
  cPimCRPAddress InetAddress
  cPimCRPRowStatus RowStatus

CPimComponentEntry  
SEQUENCE    
  cPimComponentIndex Unsigned32
  cPimComponentBSRAddrType InetAddressType
  cPimComponentBSRAddress InetAddress
  cPimComponentBSRExpiryTime TimeTicks
  cPimComponentCRPHoldTime Unsigned32
  cPimComponentStatus RowStatus

Defined Values

ciscoIetfPimMIB 1.3.6.1.4.1.9.10.119
Address family independent MIB module for management of PIM routers. This MIB module is based on RFC 2934 with additional MIB objects added to make it address family independent MIB. This Cisco MIB was created due to non availability of RFC or an Internet Draft, which can provide address family independent MIB for management of PIM routers. This MIB may later be deprecated with a stable RFC or an Internet Draft.
MODULE-IDENTITY    

cPimNotifs 1.3.6.1.4.1.9.10.119.0
OBJECT IDENTIFIER    

cPimMIBObjects 1.3.6.1.4.1.9.10.119.1
OBJECT IDENTIFIER    

cPim 1.3.6.1.4.1.9.10.119.1.1
OBJECT IDENTIFIER    

cPimJoinPruneInterval 1.3.6.1.4.1.9.10.119.1.1.1
The default interval at which periodic PIM-SM Join/Prune messages are to be sent.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..65535  

cPimIfTable 1.3.6.1.4.1.9.10.119.1.1.2
The (conceptual) table listing the router's PIM interfaces. Along with PIM IGMP or MLD is enabled on all interfaces listed in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CPimIfEntry

cPimIfEntry 1.3.6.1.4.1.9.10.119.1.1.2.1
An entry (conceptual row) in the pimIfTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  CPimIfEntry  

cPimIfIndex 1.3.6.1.4.1.9.10.119.1.1.2.1.1
The ifIndex value of this PIM interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

cPimIfInetVersion 1.3.6.1.4.1.9.10.119.1.1.2.1.2
The Inet version of this row.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetVersion  

cPimIfAddressType 1.3.6.1.4.1.9.10.119.1.1.2.1.3
This objects identifies type of InetAddress presented in cPimIfAddress and cPimIfDR
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

cPimIfAddress 1.3.6.1.4.1.9.10.119.1.1.2.1.4
The Inet address of the PIM interface.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(4|16|20)  

cPimIfNetMask 1.3.6.1.4.1.9.10.119.1.1.2.1.5
The network mask for the IP address of the PIM interface.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressPrefixLength  

cPimIfMode 1.3.6.1.4.1.9.10.119.1.1.2.1.6
The configured mode of this PIM interface. A value of sparseDense is only valid for PIMv1. dense (1): indicates interface is running PIM dense mode sparse (2): indicates interface is running PIM sparse mode. sparseDense (3): indicates interface is running both dense and sparse mode.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER dense(1), sparse(2), sparseDense(3)  

cPimIfDR 1.3.6.1.4.1.9.10.119.1.1.2.1.7
The Designated Router on this PIM interface. For point-to- point interfaces, this object has the value 0.0.0.0 or 0::0
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress Size(4|16|20)  

cPimIfHelloInterval 1.3.6.1.4.1.9.10.119.1.1.2.1.8
The frequency at which PIM Hello messages are transmitted on this interface.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..65535  

cPimIfJoinPruneInterval 1.3.6.1.4.1.9.10.119.1.1.2.1.9
The frequency at which PIM Join/Prune messages are transmitted on this PIM interface. The default value of this object is the pimJoinPruneInterval.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..65535  

cPimIfCBSRPreference 1.3.6.1.4.1.9.10.119.1.1.2.1.10
The preference value for the local interface as a candidate bootstrap router. The value of -1 is used to indicate that the local interface is not a candidate BSR interface.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1..255  

cPimIfStatus 1.3.6.1.4.1.9.10.119.1.1.2.1.11
The status of this entry. Creating the entry enables PIM on the interface; destroying the entry disables PIM on the interface.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cPimNbrTable 1.3.6.1.4.1.9.10.119.1.1.3
The (conceptual) table listing the router's PIM neighbors.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CPimNbrEntry

cPimNbrEntry 1.3.6.1.4.1.9.10.119.1.1.3.1
An entry (conceptual row) in the pimNbrTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  CPimNbrEntry  

cPimNbrIfIndex 1.3.6.1.4.1.9.10.119.1.1.3.1.1
The value of ifIndex for the interface used to reach this PIM neighbor.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

cPimNbrAddressType 1.3.6.1.4.1.9.10.119.1.1.3.1.2
This objects identifies type of InetAddress presented in cPimNbrAddress.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

cPimNbrAddress 1.3.6.1.4.1.9.10.119.1.1.3.1.3
The IP address of the PIM neighbor for which this entry contains information.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16|20)  

cPimNbrUpTime 1.3.6.1.4.1.9.10.119.1.1.3.1.4
The time since this PIM neighbor (last) became a neighbor of the local router.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cPimNbrExpiryTime 1.3.6.1.4.1.9.10.119.1.1.3.1.5
The minimum time remaining before this PIM neighbor will be aged out.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cPimInetMRouteTable 1.3.6.1.4.1.9.10.119.1.1.4
The (conceptual) table listing PIM-specific information on a subset of the rows of the cIpMRouteTable defined in the IP Multicast MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CPimInetMRouteEntry

cPimInetMRouteEntry 1.3.6.1.4.1.9.10.119.1.1.4.1
An entry (conceptual row) in the cPimInetMRouteTable. There is one entry per entry in the cIpMRouteTable whose incoming interface is running PIM.
Status: current Access: not-accessible
OBJECT-TYPE    
  CPimInetMRouteEntry  

cPimInetMRouteUpstreamAssertTime 1.3.6.1.4.1.9.10.119.1.1.4.1.1
The time remaining before the router changes its upstream neighbor back to its RPF neighbor. This timer is called the Assert timer in the PIM Sparse and Dense mode specification. A value of 0 indicates that no Assert has changed the upstream neighbor away from the RPF neighbor.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cPimInetMRouteAssertMetric 1.3.6.1.4.1.9.10.119.1.1.4.1.2
The metric advertised by the assert winner on the upstream interface, or 0 if no such assert is in received.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

cPimInetMRouteAssertMetricPref 1.3.6.1.4.1.9.10.119.1.1.4.1.3
The preference advertised by the assert winner on the upstream interface, or 0 if no such assert is in effect.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

cPimInetMRouteAssertRPTBit 1.3.6.1.4.1.9.10.119.1.1.4.1.4
The value of the RPT-bit advertised by the assert winner on the upstream interface, or false if no such assert is in effect.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cPimInetMRouteFlags 1.3.6.1.4.1.9.10.119.1.1.4.1.5
This object describes PIM-specific flags related to a multicast state entry. rpt (0): indicates the route is a shared-tree or RP-tree route. spt (1): indicates the route is a shortest-path-tree route.
Status: current Access: read-only
OBJECT-TYPE    
  BITS rpt(0), spt(1)  

cPimInetMRouteNextHopTable 1.3.6.1.4.1.9.10.119.1.1.5
The (conceptual) table listing PIM-specific information on a subset of the rows of the cIpMRouteNextHopTable defined in the IP Multicast MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CPimInetMRouteNextHopEntry

cPimInetMRouteNextHopEntry 1.3.6.1.4.1.9.10.119.1.1.5.1
An entry (conceptual row) in the cPimInetMRouteNextHopTable. There is one entry per entry in the cIpMRouteNextHopTable whose interface is running PIM and whose cIpMRouteNextHopState is pruned(1).
Status: current Access: not-accessible
OBJECT-TYPE    
  CPimInetMRouteNextHopEntry  

cPimInetMRouteNextHopPruneReason 1.3.6.1.4.1.9.10.119.1.1.5.1.2
This object indicates the reason why downstream interface was pruned, prune (1): indicates downstream interface was pruned in response to a PIM prune message. assert (3): indicates downstream interface was pruned due to PIM assert processing.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), prune(2), assert(3)  

cPimRPMapTable 1.3.6.1.4.1.9.10.119.1.1.6
The (conceptual) table listing PIM information for candidate Rendezvous Points (RPs) for IP multicast groups. When the local router is the BSR, this information is obtained from received Candidate-RP-Advertisements. When the local router is not the BSR, this information is obtained from received RP-Set messages.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CPimRPMapEntry

cPimRPMapEntry 1.3.6.1.4.1.9.10.119.1.1.6.1
An entry (conceptual row) in the pimRPsTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  CPimRPMapEntry  

cPimRPMapComponent 1.3.6.1.4.1.9.10.119.1.1.6.1.1
A number uniquely identifying the component. Each protocol instance connected to a separate domain should have a different index value.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..255  

cPimRPMapAddrType 1.3.6.1.4.1.9.10.119.1.1.6.1.2
Type of Inet address presented in this row. This includes cPimRPMapGroupAddress and cPimRPMapAddress
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

cPimRPMapGroupAddress 1.3.6.1.4.1.9.10.119.1.1.6.1.3
The IP multicast group address which, when combined with pimRPsGroupMask, gives the group prefix for which this entry contains information about the Candidate-RP.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16|20)  

cPimRPMapGroupMask 1.3.6.1.4.1.9.10.119.1.1.6.1.4
The multicast group address mask which, when combined with pimRPsGroupAddress, gives the group prefix for which this entry contains information about the Candidate-RP.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressPrefixLength  

cPimRPMapAddress 1.3.6.1.4.1.9.10.119.1.1.6.1.5
The IP address of the Candidate-RP.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16|20)  

cPimRPMapHoldTime 1.3.6.1.4.1.9.10.119.1.1.6.1.6
The holdtime of a Candidate-RP. If the local router is not the BSR, this value is 0.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..255  

cPimRPMapExpiryTime 1.3.6.1.4.1.9.10.119.1.1.6.1.7
The minimum time remaining before the Candidate-RP will be declared down. If the local router is not the BSR, this value is 0.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cPimCRPTable 1.3.6.1.4.1.9.10.119.1.1.7
The (conceptual) table listing the IP multicast groups for which the local router is to advertise itself as a Candidate-RP when the value of cPimComponentCRPHoldTime is non-zero. If this table is empty, then the local router will advertise itself as a Candidate-RP for all groups (providing the value of cPimComponentCRPHoldTime is non- zero).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CPimCRPEntry

cPimCRPEntry 1.3.6.1.4.1.9.10.119.1.1.7.1
An entry (conceptual row) in the cPimCRPTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  CPimCRPEntry  

cPimCRPAddrType 1.3.6.1.4.1.9.10.119.1.1.7.1.1
Type of Inet address presented in this row. This includes cPimCRPGroupAddress and cPimCRPAddress
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

cPimCRPGroupAddress 1.3.6.1.4.1.9.10.119.1.1.7.1.2
The IP multicast group address which, when combined with cPimCRPGroupMask, identifies a group prefix for which the local router will advertise itself as a Candidate-RP.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16|20)  

cPimCRPGroupMask 1.3.6.1.4.1.9.10.119.1.1.7.1.3
The multicast group address mask which, when combined with cPimCRPGroupMask, identifies a group prefix for which the local router will advertise itself as a Candidate-RP.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressPrefixLength  

cPimCRPAddress 1.3.6.1.4.1.9.10.119.1.1.7.1.4
The (unicast) address of the interface which will be advertised as a Candidate-RP.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(4|16|20)  

cPimCRPRowStatus 1.3.6.1.4.1.9.10.119.1.1.7.1.5
The status of this row, by which new entries may be created, or old entries deleted from this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cPimComponentTable 1.3.6.1.4.1.9.10.119.1.1.8
The (conceptual) table containing objects specific to a PIM domain. One row exists for each domain to which the router is connected. A PIM-SM domain is defined as an area of the network over which Bootstrap messages are forwarded. Typically, a PIM-SM router will be a member of exactly one domain. This table also supports, however, routers which may form a border between two PIM-SM domains and do not forward Bootstrap messages between them.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CPimComponentEntry

cPimComponentEntry 1.3.6.1.4.1.9.10.119.1.1.8.1
An entry (conceptual row) in the cPimComponentTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  CPimComponentEntry  

cPimComponentIndex 1.3.6.1.4.1.9.10.119.1.1.8.1.1
A number uniquely identifying the component. Each protocol instance connected to a separate domain should have a different index value. Routers that only support membership in a single PIM-SM domain should use a cPimComponentIndex value of 1.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..255  

cPimComponentBSRAddrType 1.3.6.1.4.1.9.10.119.1.1.8.1.2
Type of Inet address presented in cPimComponentBSRAddress.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

cPimComponentBSRAddress 1.3.6.1.4.1.9.10.119.1.1.8.1.3
The IP address of the bootstrap router (BSR) for the local PIM region.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(4|16|20)  

cPimComponentBSRExpiryTime 1.3.6.1.4.1.9.10.119.1.1.8.1.4
The minimum time remaining before the bootstrap router in the local domain will be declared down. For candidate BSRs, this is the time until the component sends an RP-Set message. For other routers, this is the time until it may accept an RP-Set message from a lower candidate BSR.
Status: current Access: read-create
OBJECT-TYPE    
  TimeTicks  

cPimComponentCRPHoldTime 1.3.6.1.4.1.9.10.119.1.1.8.1.5
The holdtime of the component when it is a candidate RP in the local domain. The value of 0 is used to indicate that the local system is not a Candidate-RP.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..255  

cPimComponentStatus 1.3.6.1.4.1.9.10.119.1.1.8.1.6
The status of this entry. Creating the entry creates another protocol instance; destroying the entry disables a protocol instance.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cPimNbrLoss 1.3.6.1.4.1.9.10.119.0.2
A cPimNbrLoss trap signifies the loss of an adjacency with a neighbor. This trap should be generated when the neighbor timer expires, and the router has no other neighbors on the same interface with a lower IP address than itself.
Status: current Access: read-create
NOTIFICATION-TYPE    

cPimMIBConformance 1.3.6.1.4.1.9.10.119.2
OBJECT IDENTIFIER    

cPimMIBCompliances 1.3.6.1.4.1.9.10.119.2.1
OBJECT IDENTIFIER    

cPimMIBGroups 1.3.6.1.4.1.9.10.119.2.2
OBJECT IDENTIFIER    

cPimSparseV2MIBCompliance 1.3.6.1.4.1.9.10.119.2.1.1
The compliance statement for routers running PIM Sparse Mode and implementing the PIM MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

cPimDenseV2MIBCompliance 1.3.6.1.4.1.9.10.119.2.1.2
The compliance statement for routers running PIM Dense Mode and implementing the PIM MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

cPimNotificationGroup 1.3.6.1.4.1.9.10.119.2.2.1
A collection of notifications for signaling important PIM events.
Status: current Access: read-only
NOTIFICATION-GROUP    

cPimV2MIBGroup 1.3.6.1.4.1.9.10.119.2.2.2
A collection of objects to support management of PIM Sparse Mode (version 2) routers.
Status: current Access: read-only
OBJECT-GROUP    

cPimDenseV2MIBGroup 1.3.6.1.4.1.9.10.119.2.2.3
A collection of objects to support management of PIM Dense Mode (version 2) routers.
Status: current Access: read-only
OBJECT-GROUP    

cPimV2CRPMIBGroup 1.3.6.1.4.1.9.10.119.2.2.4
A collection of objects to support configuration of which groups a router is to advertise itself as a Candidate-RP.
Status: current Access: read-only
OBJECT-GROUP    

cPimNextHopGroup 1.3.6.1.4.1.9.10.119.2.2.5
A collection of optional objects to provide per-next hop information for diagnostic purposes. Supporting this group may add a large number of instances to a tree walk, but the information in this group can be extremely useful in tracking down multicast connectivity problems.
Status: current Access: read-only
OBJECT-GROUP    

cPimAssertGroup 1.3.6.1.4.1.9.10.119.2.2.6
A collection of optional objects to provide extra information about the assert election process. There is no protocol reason to keep such information, but some implementations may already keep this information and make it available. These objects can also be very useful in debugging connectivity or duplicate packet problems, especially if the assert winner does not support the PIM and IP Multicast MIBs.
Status: current Access: read-only
OBJECT-GROUP