PIM-MIB
- Registered at
- 1.3.6.1.3.61
- Last updated
- 2000-09-28 00:00
- Organization
- IETF IDMR Working Group.
- Revisions
- 2000-09-28 00:00
- Namespace
- standard
- Source file
PIM-MIB- Digest
sha256:32773e00a436953f68edc5c22bbbfb253842b826882f4a10c03f7e080d48eb48
Description
The MIB module for management of PIM routers.
Contact
Dave Thaler Microsoft Corporation One Microsoft Way Redmond, WA 98052-6399 US Phone: +1 425 703 8835 EMail: dthaler@microsoft.com
Imports
| From | Symbols |
|---|---|
| IF-MIB | InterfaceIndex |
| IPMROUTE-STD-MIB | ipMRouteGroup, ipMRouteNextHopAddress, ipMRouteNextHopGroup, ipMRouteNextHopIfIndex, ipMRouteNextHopSource, ipMRouteNextHopSourceMask, ipMRouteSource, ipMRouteSourceMask |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, experimental, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION, TruthValue |
Imported by
4 module(s) in this corpus import this one.
Load order
Every file a consumer needs in order to load this module, dependencies first.
IANA-RTPROTO-MIB IANAifType-MIB IF-MIB IPMROUTE-STD-MIB PIM-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| pimMIBObjects OBJECT-IDENTITY | 1.3.6.1.3.61.1 | |||
| pimTraps OBJECT-IDENTITY | 1.3.6.1.3.61.1.0 | |||
| pim OBJECT-IDENTITY | 1.3.6.1.3.61.1.1 | |||
| pimJoinPruneInterval OBJECT-TYPE The default interval at which periodic PIM-SM Join/Prune messages are to be sent. | 1.3.6.1.3.61.1.1.1 | Integer32 | read-write | current |
| pimInterfaceTable OBJECT-TYPE The (conceptual) table listing the router's PIM interfaces. IGMP and PIM are enabled on all interfaces listed in this table. | 1.3.6.1.3.61.1.1.2 | not-accessible | current | |
| pimInterfaceEntry OBJECT-TYPE An entry (conceptual row) in the pimInterfaceTable. | 1.3.6.1.3.61.1.1.2.1 | not-accessible | current | |
| pimInterfaceIfIndex OBJECT-TYPE The ifIndex value of this PIM interface. | 1.3.6.1.3.61.1.1.2.1.1 | InterfaceIndex | not-accessible | current |
| pimInterfaceAddress OBJECT-TYPE The IP address of the PIM interface. | 1.3.6.1.3.61.1.1.2.1.2 | IpAddress | read-only | current |
| pimInterfaceNetMask OBJECT-TYPE The network mask for the IP address of the PIM interface. | 1.3.6.1.3.61.1.1.2.1.3 | IpAddress | read-only | current |
| pimInterfaceMode OBJECT-TYPE The configured mode of this PIM interface. A value of sparseDense is only valid for PIMv1. | 1.3.6.1.3.61.1.1.2.1.4 | INTEGER {dense(1), sparse(2), sparseDense(3)} | read-create | current |
| pimInterfaceDR OBJECT-TYPE The Designated Router on this PIM interface. For point-to- point interfaces, this object has the value 0.0.0.0. | 1.3.6.1.3.61.1.1.2.1.5 | IpAddress | read-only | current |
| pimInterfaceHelloInterval OBJECT-TYPE The frequency at which PIM Hello messages are transmitted on this interface. | 1.3.6.1.3.61.1.1.2.1.6 | Integer32 | read-create | current |
| pimInterfaceStatus OBJECT-TYPE The status of this entry. Creating the entry enables PIM on the interface; destroying the entry disables PIM on the interface. | 1.3.6.1.3.61.1.1.2.1.7 | RowStatus | read-create | current |
| pimInterfaceJoinPruneInterval OBJECT-TYPE The frequency at which PIM Join/Prune messages are transmitted on this PIM interface. The default value of this object is the pimJoinPruneInterval. | 1.3.6.1.3.61.1.1.2.1.8 | Integer32 | read-create | current |
| pimInterfaceCBSRPreference OBJECT-TYPE 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. | 1.3.6.1.3.61.1.1.2.1.9 | Integer32 (-1..255) | read-create | current |
| pimNeighborTable OBJECT-TYPE The (conceptual) table listing the router's PIM neighbors. | 1.3.6.1.3.61.1.1.3 | not-accessible | current | |
| pimNeighborEntry OBJECT-TYPE An entry (conceptual row) in the pimNeighborTable. | 1.3.6.1.3.61.1.1.3.1 | not-accessible | current | |
| pimNeighborAddress OBJECT-TYPE The IP address of the PIM neighbor for which this entry contains information. | 1.3.6.1.3.61.1.1.3.1.1 | IpAddress | not-accessible | current |
| pimNeighborIfIndex OBJECT-TYPE The value of ifIndex for the interface used to reach this PIM neighbor. | 1.3.6.1.3.61.1.1.3.1.2 | InterfaceIndex | read-only | current |
| pimNeighborUpTime OBJECT-TYPE The time since this PIM neighbor (last) became a neighbor of the local router. | 1.3.6.1.3.61.1.1.3.1.3 | TimeTicks | read-only | current |
| pimNeighborExpiryTime OBJECT-TYPE The minimum time remaining before this PIM neighbor will be aged out. | 1.3.6.1.3.61.1.1.3.1.4 | TimeTicks | read-only | current |
| pimNeighborMode OBJECT-TYPE The active PIM mode of this neighbor. This object is deprecated for PIMv2 routers since all neighbors on the interface must be either dense or sparse as determined by the protocol running on the interface. | 1.3.6.1.3.61.1.1.3.1.5 | INTEGER {dense(1), sparse(2)} | read-only | deprecated |
| pimIpMRouteTable OBJECT-TYPE The (conceptual) table listing PIM-specific information on a subset of the rows of the ipMRouteTable defined in the IP Multicast MIB. | 1.3.6.1.3.61.1.1.4 | not-accessible | current | |
| pimIpMRouteEntry OBJECT-TYPE An entry (conceptual row) in the pimIpMRouteTable. There is one entry per entry in the ipMRouteTable whose incoming interface is running PIM. | 1.3.6.1.3.61.1.1.4.1 | not-accessible | current | |
| pimIpMRouteUpstreamAssertTimer OBJECT-TYPE 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. | 1.3.6.1.3.61.1.1.4.1.1 | TimeTicks | read-only | current |
| pimIpMRouteAssertMetric OBJECT-TYPE The metric advertised by the assert winner on the upstream interface, or 0 if no such assert is in received. | 1.3.6.1.3.61.1.1.4.1.2 | Integer32 | read-only | current |
| pimIpMRouteAssertMetricPref OBJECT-TYPE The preference advertised by the assert winner on the upstream interface, or 0 if no such assert is in effect. | 1.3.6.1.3.61.1.1.4.1.3 | Integer32 | read-only | current |
| pimIpMRouteAssertRPTBit OBJECT-TYPE The value of the RPT-bit advertised by the assert winner on the upstream interface, or false if no such assert is in effect. | 1.3.6.1.3.61.1.1.4.1.4 | TruthValue | read-only | current |
| pimIpMRouteFlags OBJECT-TYPE This object describes PIM-specific flags related to a multicast state entry. See the PIM Sparse Mode specification for the meaning of the RPT and SPT bits. | 1.3.6.1.3.61.1.1.4.1.5 | Bits {rpt(0), spt(1)} | read-only | current |
| pimRPTable OBJECT-TYPE The (conceptual) table listing PIM version 1 information for the Rendezvous Points (RPs) for IP multicast groups. This table is deprecated since its function is replaced by the pimRPSetTable for PIM version 2. | 1.3.6.1.3.61.1.1.5 | not-accessible | deprecated | |
| pimRPEntry OBJECT-TYPE An entry (conceptual row) in the pimRPTable. There is one entry per RP address for each IP multicast group. | 1.3.6.1.3.61.1.1.5.1 | not-accessible | deprecated | |
| pimRPGroupAddress OBJECT-TYPE The IP multicast group address for which this entry contains information about an RP. | 1.3.6.1.3.61.1.1.5.1.1 | IpAddress | not-accessible | deprecated |
| pimRPAddress OBJECT-TYPE The unicast address of the RP. | 1.3.6.1.3.61.1.1.5.1.2 | IpAddress | not-accessible | deprecated |
| pimRPState OBJECT-TYPE The state of the RP. | 1.3.6.1.3.61.1.1.5.1.3 | INTEGER {up(1), down(2)} | read-only | deprecated |
| pimRPStateTimer OBJECT-TYPE The minimum time remaining before the next state change. When pimRPState is up, this is the minimum time which must expire until it can be declared down. When pimRPState is down, this is the time until it will be declared up (in order to retry). | 1.3.6.1.3.61.1.1.5.1.4 | TimeTicks | read-only | deprecated |
| pimRPLastChange OBJECT-TYPE The value of sysUpTime at the time when the corresponding instance of pimRPState last changed its value. | 1.3.6.1.3.61.1.1.5.1.5 | TimeTicks | read-only | deprecated |
| pimRPRowStatus OBJECT-TYPE The status of this row, by which new entries may be created, or old entries deleted from this table. | 1.3.6.1.3.61.1.1.5.1.6 | RowStatus | read-create | deprecated |
| pimRPSetTable OBJECT-TYPE 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. | 1.3.6.1.3.61.1.1.6 | not-accessible | current | |
| pimRPSetEntry OBJECT-TYPE An entry (conceptual row) in the pimRPSetTable. | 1.3.6.1.3.61.1.1.6.1 | not-accessible | current | |
| pimRPSetGroupAddress OBJECT-TYPE The IP multicast group address which, when combined with pimRPSetGroupMask, gives the group prefix for which this entry contains information about the Candidate-RP. | 1.3.6.1.3.61.1.1.6.1.1 | IpAddress | not-accessible | current |
| pimRPSetGroupMask OBJECT-TYPE The multicast group address mask which, when combined with pimRPSetGroupAddress, gives the group prefix for which this entry contains information about the Candidate-RP. | 1.3.6.1.3.61.1.1.6.1.2 | IpAddress | not-accessible | current |
| pimRPSetAddress OBJECT-TYPE The IP address of the Candidate-RP. | 1.3.6.1.3.61.1.1.6.1.3 | IpAddress | not-accessible | current |
| pimRPSetHoldTime OBJECT-TYPE The holdtime of a Candidate-RP. If the local router is not the BSR, this value is 0. | 1.3.6.1.3.61.1.1.6.1.4 | Integer32 (0..255) | read-only | current |
| pimRPSetExpiryTime OBJECT-TYPE The minimum time remaining before the Candidate-RP will be declared down. If the local router is not the BSR, this value is 0. | 1.3.6.1.3.61.1.1.6.1.5 | TimeTicks | read-only | current |
| pimRPSetComponent OBJECT-TYPE A number uniquely identifying the component. Each protocol instance connected to a separate domain should have a different index value. | 1.3.6.1.3.61.1.1.6.1.6 | Integer32 (1..255) | not-accessible | current |
| pimIpMRouteNextHopTable OBJECT-TYPE The (conceptual) table listing PIM-specific information on a subset of the rows of the ipMRouteNextHopTable defined in the IP Multicast MIB. | 1.3.6.1.3.61.1.1.7 | not-accessible | current | |
| pimIpMRouteNextHopEntry OBJECT-TYPE An entry (conceptual row) in the pimIpMRouteNextHopTable. There is one entry per entry in the ipMRouteNextHopTable whose interface is running PIM and whose ipMRouteNextHopState is pruned(1). | 1.3.6.1.3.61.1.1.7.1 | not-accessible | current | |
| pimIpMRouteNextHopPruneReason OBJECT-TYPE This object indicates why the downstream interface was pruned, whether in response to a PIM prune message or due to PIM Assert processing. | 1.3.6.1.3.61.1.1.7.1.2 | INTEGER {other(1), prune(2), assert(3)} | read-only | current |
| pimCandidateRPTable OBJECT-TYPE 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 pimComponentCRPHoldTime 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 pimComponentCRPHoldTime is non- zero). | 1.3.6.1.3.61.1.1.11 | not-accessible | current | |
| pimCandidateRPEntry OBJECT-TYPE An entry (conceptual row) in the pimCandidateRPTable. | 1.3.6.1.3.61.1.1.11.1 | not-accessible | current | |
| pimCandidateRPGroupAddress OBJECT-TYPE The IP multicast group address which, when combined with pimCandidateRPGroupMask, identifies a group prefix for which the local router will advertise itself as a Candidate-RP. | 1.3.6.1.3.61.1.1.11.1.1 | IpAddress | not-accessible | current |
| pimCandidateRPGroupMask OBJECT-TYPE The multicast group address mask which, when combined with pimCandidateRPGroupMask, identifies a group prefix for which the local router will advertise itself as a Candidate-RP. | 1.3.6.1.3.61.1.1.11.1.2 | IpAddress | not-accessible | current |
| pimCandidateRPAddress OBJECT-TYPE The (unicast) address of the interface which will be advertised as a Candidate-RP. | 1.3.6.1.3.61.1.1.11.1.3 | IpAddress | read-create | current |
| pimCandidateRPRowStatus OBJECT-TYPE The status of this row, by which new entries may be created, or old entries deleted from this table. | 1.3.6.1.3.61.1.1.11.1.4 | RowStatus | read-create | current |
| pimComponentTable OBJECT-TYPE 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. | 1.3.6.1.3.61.1.1.12 | not-accessible | current | |
| pimComponentEntry OBJECT-TYPE An entry (conceptual row) in the pimComponentTable. | 1.3.6.1.3.61.1.1.12.1 | not-accessible | current | |
| pimComponentIndex OBJECT-TYPE 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 pimComponentIndex value of 1. | 1.3.6.1.3.61.1.1.12.1.1 | Integer32 (1..255) | not-accessible | current |
| pimComponentBSRAddress OBJECT-TYPE The IP address of the bootstrap router (BSR) for the local PIM region. | 1.3.6.1.3.61.1.1.12.1.2 | IpAddress | read-only | current |
| pimComponentBSRExpiryTime OBJECT-TYPE 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. | 1.3.6.1.3.61.1.1.12.1.3 | TimeTicks | read-only | current |
| pimComponentCRPHoldTime OBJECT-TYPE 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. | 1.3.6.1.3.61.1.1.12.1.4 | Integer32 (0..255) | read-create | current |
| pimComponentStatus OBJECT-TYPE The status of this entry. Creating the entry creates another protocol instance; destroying the entry disables a protocol instance. | 1.3.6.1.3.61.1.1.12.1.5 | RowStatus | read-create | current |
| pimMIBConformance OBJECT-IDENTITY | 1.3.6.1.3.61.2 | |||
| pimMIBCompliances OBJECT-IDENTITY | 1.3.6.1.3.61.2.1 | |||
| pimMIBGroups OBJECT-IDENTITY | 1.3.6.1.3.61.2.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| pimNeighborLoss NOTIFICATION-TYPE A pimNeighborLoss 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. | 1.3.6.1.3.61.1.0.1 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| pimV1MIBCompliance MODULE-COMPLIANCE The compliance statement for routers running PIMv1 and implementing the PIM MIB. | 1.3.6.1.3.61.2.1.1 | deprecated |
| pimSparseV2MIBCompliance MODULE-COMPLIANCE The compliance statement for routers running PIM Sparse Mode and implementing the PIM MIB. | 1.3.6.1.3.61.2.1.2 | current |
| pimDenseV2MIBCompliance MODULE-COMPLIANCE The compliance statement for routers running PIM Dense Mode and implementing the PIM MIB. | 1.3.6.1.3.61.2.1.3 | current |
| pimNotificationGroup NOTIFICATION-GROUP A collection of notifications for signaling important PIM events. | 1.3.6.1.3.61.2.2.1 | current |
| pimV2MIBGroup OBJECT-GROUP A collection of objects to support management of PIM Sparse Mode (version 2) routers. | 1.3.6.1.3.61.2.2.2 | current |
| pimV2CandidateRPMIBGroup OBJECT-GROUP A collection of objects to support configuration of which groups a router is to advertise itself as a Candidate-RP. | 1.3.6.1.3.61.2.2.3 | current |
| pimV1MIBGroup OBJECT-GROUP A collection of objects to support management of PIM (version 1) routers. | 1.3.6.1.3.61.2.2.4 | deprecated |
| pimDenseV2MIBGroup OBJECT-GROUP A collection of objects to support management of PIM Dense Mode (version 2) routers. | 1.3.6.1.3.61.2.2.5 | current |
| pimNextHopGroup OBJECT-GROUP 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. | 1.3.6.1.3.61.2.2.6 | current |
| pimAssertGroup OBJECT-GROUP 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. | 1.3.6.1.3.61.2.2.7 | current |