>> MIB - Management Information Base

>> Table: pim - (.1.3.6.1.4.1.272.4.5.54.2.1)

pim
OIDNameTypeAccess
.14KeepalivePeriodUnsigned32RW
.15RegisterSuppressionTimeUnsigned32RW
.16StarGEntriesGauge32R
.17StarGIEntriesGauge32R
.18SGEntriesGauge32R
.19SGIEntriesGauge32R
.20SGRptEntriesGauge32R
.21SGRptIEntriesGauge32R
.22OutAssertsCounter32R
.23InAssertsCounter32R
.24LastAssertInterfaceInterfaceIndexOrZeroR
.25LastAssertGroupAddressTypeENUMR
.26LastAssertGroupAddressInetAddressIPv6R
.27LastAssertSourceAddressTypeENUMR
.28LastAssertSourceAddressInetAddressIPv6R
.29NeighborLossTrapPeriodUnsigned32RW
.30NeighborLossCountCounter32R
.31InvalidRegisterTrapPeriodUnsigned32RW
.32InvalidRegisterMsgsRcvdCounter32R
.33InvalidRegisterAddressTypeENUMR
.34InvalidRegisterOriginInetAddressIPv6R
.35InvalidRegisterGroupInetAddressIPv6R
.36InvalidRegisterRpInetAddressIPv6R
.37InvalidJoinPruneTrapPeriodUnsigned32RW
.38InvalidJoinPruneMsgsRcvdCounter32R
.39InvalidJoinPruneAddressTypeENUMR
.40InvalidJoinPruneOriginInetAddressIPv6R
.41InvalidJoinPruneGroupInetAddressIPv6R
.42InvalidJoinPruneRpInetAddressIPv6R
.43RPMappingTrapPeriodUnsigned32RW
.44RPMappingChangeCountCounter32R
.45InterfaceElectionTrapPeriodUnsigned32RW
.46InterfaceElectionWinCountCounter32R
.47RefreshIntervalUnsigned32RW
.101StarStarRPEntriesGauge32R
.102StarStarRPIEntriesGauge32R

KeepalivePeriod
The duration of the Keepalive Timer. This is the period during which the PIM router will maintain (S,G) state in the absence of explicit (S,G) local membership or (S,G) join messages received to maintain it. This timer period is called the Keepalive_Period in the PIM-SM specification. It is called the SourceLifetime in the PIM-DM specification.

Range: 0 to 65535

RegisterSuppressionTime
The duration of the Register Suppression Timer. This is the period during which a PIM Designated Router (DR) stops sending Register-encapsulated data to the Rendezvous Point (RP) after receiving a Register-Stop message. This object is used to run timers both at the DR and at the RP. This timer period is called the Register_Suppression_Time in the PIM-SM specification.

Range: 0 to 65535

StarGEntries
The number of entries in the pimStarGTable.
StarGIEntries
The number of entries in the pimStarGITable.
SGEntries
The number of entries in the pimSGTable.
SGIEntries
The number of entries in the pimSGITable.
SGRptEntries
The number of entries in the pimSGRptTable.
SGRptIEntries
The number of entries in the pimSGRptITable.
OutAsserts
The number of Asserts sent by this router.
InAsserts
The number of Asserts received by this router. Asserts are multicast to all routers on a network. This counter is incremented by all routers that receive an assert, not only those routers that are contesting the assert.
LastAssertInterface
The interface on which this router most recently sent or received an assert, or zero if this router has not sent or received an assert.

Range: 0 to 2147483647

LastAssertGroupAddressType
The address type of the multicast group address in the most recently sent or received assert. If this router has not sent or received an assert then this object is set to unknown(0).

Enumerations:

  • unknown (0)
  • ipv4 (1)
  • ipv6 (2)
  • ipv4z (3)
  • ipv6z (4)
  • dns (16)
LastAssertGroupAddress
The multicast group address in the most recently sent or received assert. The InetAddressType is given by the pimLastAssertGroupAddressType object.

Length: 16 to 16

LastAssertSourceAddressType
The address type of the multicast source address in the most recently sent or received assert. If the most recent assert was (*,G), or if this router has not sent or received an assert, then this object is set to unknown(0).

Enumerations:

  • unknown (0)
  • ipv4 (1)
  • ipv6 (2)
  • ipv4z (3)
  • ipv6z (4)
  • dns (16)
LastAssertSourceAddress
The multicast source address in the most recently sent or received assert. The InetAddressType is given by the pimLastAssertSourceAddressType object.

Length: 16 to 16

NeighborLossTrapPeriod
The minimum time that must elapse between pimNeighborLoss traps originated by this router. The maximum value 65535 represents an 'infinite' time, in which case no pimNeighborLoss traps are ever sent.

Range: 0 to 65535

NeighborLossCount
The number of neighbor loss events that have occurred.

This count is incremented when the neighbor timer expires, and the router has no other neighbors on the same interface with the same IP version and a lower IP address than itself.

This counter is incremented whenever a pimNeighborLoss trap would be generated.

InvalidRegisterTrapPeriod
The minimum time that must elapse between pimInvalidRegister traps originated by this router. The default value of 65535 represents an 'infinite' time, in which case no pimInvalidRegister traps are ever sent.

The non-zero minimum allowed value provides resilience against propagation of denial-of-service attacks from the data and control planes to the network management plane.

Range: 10 to 65535

InvalidRegisterMsgsRcvd
The number of invalid PIM Register messages that have been received by this device.

A PIM Register message is invalid if either

o the destination address of the Register message does not match the Group to RP mapping on this device, or

o this device believes the group address to be within an SSM address range, but this Register implies ASM usage. These conditions can occur transiently while RP mapping changes propagate through the network. If this counter is incremented repeatedly over several minutes, then there is a persisting configuration error that requires correction.

The active Group to RP mapping on this device is specified by the object pimGroupMappingPimMode. If there is no such mapping, then the object pimGroupMappingPimMode is absent. The RP address contained in the invalid Register is pimInvalidRegisterRp.

Multicast data carried by invalid Register messages is discarded. The discarded data is from a source directly connected to pimInvalidRegisterOrigin, and is addressed to pimInvalidRegisterGroup.

InvalidRegisterAddressType
The address type stored in pimInvalidRegisterOrigin, pimInvalidRegisterGroup and pimInvalidRegisterRp.

If no unexpected Register messages have been received, then this object is set to unknown(0).

Enumerations:

  • unknown (0)
  • ipv4 (1)
  • ipv6 (2)
  • ipv4z (3)
  • ipv6z (4)
  • dns (16)
InvalidRegisterOrigin
The source address of the last unexpected Register message received by this device.

Length: 16 to 16

InvalidRegisterGroup
The IP multicast group address to which the last unexpected Register message received by this device was addressed.

Length: 16 to 16

InvalidRegisterRp
The RP address to which the last unexpected Register message received by this device was delivered.

Length: 16 to 16

InvalidJoinPruneTrapPeriod
The minimum time that must elapse between pimInvalidJoinPrune traps originated by this router. The default value of 65535 represents an 'infinite' time, in which case no pimInvalidJoinPrune traps are ever sent.

The non-zero minimum allowed value provides resilience against propagation of denial-of-service attacks from the control plane to the network management plane.

Range: 10 to 65535

InvalidJoinPruneMsgsRcvd
The number of invalid PIM Join/Prune messages that have been received by this device.

A PIM Join/Prune message is invalid if either

o the Group to RP mapping specified by this message does not match the Group to RP mapping on this device, or

o this device believes the group address to be within an SSM address range, but this Join/Prune (*,G) or (S,G,rpt) implies ASM usage.

These conditions can occur transiently while RP mapping changes propagate through the network. If this counter is incremented repeatedly over several minutes, then there is a persisting configuration error that requires correction.

The active Group to RP mapping on this device is specified by the object pimGroupMappingPimMode. If there is no such mapping, then the object pimGroupMappingPimMode is absent. The RP address contained in the invalid Join/Prune is pimInvalidJoinPruneRp.

Invalid Join/Prune messages are discarded. This may result in loss of multicast data affecting listeners downstream of pimInvalidJoinPruneOrigin, for multicast data addressed to pimInvalidJoinPruneGroup.

InvalidJoinPruneAddressType
The address type stored in pimInvalidJoinPruneOrigin, pimInvalidJoinPruneGroup and pimInvalidJoinPruneRp.

If no unexpected Join/Prune messages have been received, this object is set to unknown(0).

Enumerations:

  • unknown (0)
  • ipv4 (1)
  • ipv6 (2)
  • ipv4z (3)
  • ipv6z (4)
  • dns (16)
InvalidJoinPruneOrigin
The source address of the last unexpected Join/Prune message received by this device.

Length: 16 to 16

InvalidJoinPruneGroup
The IP multicast group address carried in the last unexpected Join/Prune message received by this device.

Length: 16 to 16

InvalidJoinPruneRp
The RP address carried in the last unexpected Join/Prune message received by this device.

Length: 16 to 16

RPMappingTrapPeriod
The minimum time that must elapse between pimRPMappingChange traps originated by this router. The default value of 65535 represents an 'infinite' time, in which case no pimRPMappingChange traps are ever sent.

Range: 0 to 65535

RPMappingChangeCount
The number of changes to active RP mappings on this device.

Information about active RP mappings is available in pimGroupMappingTable. Only changes to active mappings cause this count to be incremented. That is, changes that modify the pimGroupMappingEntry with the highest precedence for a group (lowest value of pimGroupMappingPrecedence).

Such changes may result from manual configuration of this device, or from automatic RP mapping discovery methods including the PIM Bootstrap Router (BSR) mechanism.

InterfaceElectionTrapPeriod
The minimum time that must elapse between pimInterfaceElection traps originated by this router. The default value of 65535 represents an 'infinite' time, in which case no pimInterfaceElection traps are ever sent.

Range: 0 to 65535

InterfaceElectionWinCount
The number of times this device has been elected DR or DF on any interface.

Elections occur frequently on newly-active interfaces, as triggered Hellos establish adjacencies. This counter is not incremented for elections on an interface until the first periodic Hello has been sent. If this router is the DR or DF at the time of sending the first periodic Hello after interface activation, then this counter is incremented (once) at that time.

RefreshInterval
The interval between successive State Refresh messages sent by an Originator. This timer period is called the RefreshInterval in the PIM-DM specification. This object is used only by PIM-DM.

Range: 0 to 65535

StarStarRPEntries
The number of entries in the pimStarStarRPTable.
StarStarRPIEntries
The number of entries in the pimStarStarRPITable.


MIB Reference to Software Version 10.2.12 generated on 2023/08/29. Provided by webmaster@bintec-elmeg.com
Copyright ©2023 by bintec elmeg GmbH