All MIBs › Wellfleet-PIM-MIB
Category: Wellfleet BayNetworks Routing Protocols
Description: Monitors Wellfleet PIM multicast routing parameters, RP configuration, and join/prune message statistics.
Start monitoring vendor-neutral, standards-based MIB, any SNMPv3-capable network device (SNMP engine identity/boot/clock status) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.
What Is Wellfleet-PIM-MIB?
This is a vendor-specific proprietary MIB from Wellfleet Communications (later Bay Networks/Nortel) monitoring PIM (Protocol Independent Multicast) routing, including rendezvous point (RP) configuration and join/prune message statistics. It exposes PIM neighbor adjacency state, RP mapping information, and counters for join/prune protocol messages that build and prune the multicast distribution tree. It supports software status monitoring because a PIM neighbor adjacency going down, or an RP becoming unreachable, directly breaks multicast tree construction and interrupts multicast application delivery. It conceptually parallels the standard IETF PIM-MIB (RFC 2934) though implemented as a Wellfleet-proprietary equivalent. It is typically deployed on Wellfleet/Bay Networks routers acting as multicast routers within a PIM-SM or PIM-DM multicast domain. Engineers can download the Wellfleet-PIM-MIB file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in Wellfleet-PIM-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
Supported Devices
- Wellfleet/Bay Networks routers running PIM multicast routing
Monitoring Examples
No sample_objects were provided for this module; based on the short_desc, an operator would poll the PIM neighbor table for adjacency state and the RP configuration table for the currently active rendezvous point. A neighbor adjacency dropping to a down state, or the RP configuration showing no reachable RP, would explain a loss of multicast connectivity for downstream receivers in that PIM domain.
What Can Be Monitored
- PIM neighbor adjacency state
- rendezvous point (RP) configuration
- join/prune message counters
This MIB depends on
Related MIBs
Imported Objects
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| wfPim | 1.3.6.1.4.1.18.3.5.3.14.1 | |||
| IP wfPimBSRAddress | 1.3.6.1.4.1.18.3.5.3.14.1.16 | IpAddress | read-only | The elected Bootstrap Router IP address for PIM domain. |
| INT wfPimBSRHashMaskLen | 1.3.6.1.4.1.18.3.5.3.14.1.19 | INTEGER | read-only | Hash mask length -- that is the length of the hash-mask for the elected BSR as the result of BSR election procedure. It may change over time when the BSR address is switched to another router. |
| INT wfPimBSRHoldTime | 1.3.6.1.4.1.18.3.5.3.14.1.18 | INTEGER | read-only | The period at which BSR is declared down. This period is set to (2 * wfPimCBSRInterval) + 10 |
| INT wfPimBSRPriority | 1.3.6.1.4.1.18.3.5.3.14.1.17 | INTEGER | read-only | Priority for BSR - this is the priority of the elected BSR as the result of BSR election procedure. It may change over time when the BSR address is switched to another router. |
| IP wfPimCBSRAddress | 1.3.6.1.4.1.18.3.5.3.14.1.21 | IpAddress | read-write | The Candidate Bootstrap Router IP address for PIM domain. |
| INT wfPimCBSREnable | 1.3.6.1.4.1.18.3.5.3.14.1.20 | INTEGER | read-write | Enable/Disable router to be a Candidate BSR. Default is disabled. |
| INT wfPimCBSRHashMaskLen | 1.3.6.1.4.1.18.3.5.3.14.1.24 | INTEGER | read-write | The length of the hash-mask that is used to map a group to one of the C-RPs from RP-Set message |
| INT wfPimCBSRInterval | 1.3.6.1.4.1.18.3.5.3.14.1.23 | INTEGER | read-write | If this is the elected BSR, then this is the interval at which periodic Bootstrap (RP-Set) messages are transmitted (multicast out) on all PIM interfaces. This parameter is also used to determine wfPimBSRHoldTime, the period at which BSR is declared down. It is important all routers in a PIM domain should have this parameter set to the same value. |
| INT wfPimCBSRPriority | 1.3.6.1.4.1.18.3.5.3.14.1.22 | INTEGER | read-write | Priority for Candidate BSR - used in election mechanism with IP ADDRESS of BSR |
| INT wfPimCiscoCompatibilityEnable | 1.3.6.1.4.1.18.3.5.3.14.1.35 | INTEGER | read-write | Enable/Disable router to be compatible with Cisco PIM routers. This is to cope with those portions of Cisco's implementation that do not comply with the PIM standard. By enabling this parameter, we work around the incompatability areas. By default we disable this paramter so that we comply with the standard PIM specification. |
| IP wfPimCRPAddress | 1.3.6.1.4.1.18.3.5.3.14.1.26 | IpAddress | read-write | The Candidate RP IP address used to map the configured wfPimCRPGrPrefix. |
| INT wfPimCRPAdvInterval | 1.3.6.1.4.1.18.3.5.3.14.1.29 | INTEGER | read-write | The interval at which periodic PIM-SM CRP Advertize messages are transmitted (unicast to the elected BSR) from a Candidate RP router. |
| INT wfPimCRPEnable | 1.3.6.1.4.1.18.3.5.3.14.1.25 | INTEGER | read-write | Enable/Disable router to be a Candidate RP. Default is disabled. |
| OCT wfPimCRPGrPrefix | 1.3.6.1.4.1.18.3.5.3.14.1.28 | OCTET STRING | read-write | The string of mask-len/group address for C-RP-Advs messages. If configured the router is considered to be a C-RP for the configured groups. Ex. for 238.1.1.1/255.255.255.255 this parameter should be set to 0x20ee010101 |
| INT wfPimCRPHoldTime | 1.3.6.1.4.1.18.3.5.3.14.1.30 | INTEGER | read-only | This is to tell the BSR how soon the RP entry should be removed from the BSR's RP set table. This is set to 2.5 * wfPimCRPAdvInterval |
| INT wfPimCRPPriority | 1.3.6.1.4.1.18.3.5.3.14.1.27 | INTEGER | read-write | Priority for Candidate RP - used in hash mechanism to determine RP for the Group |
| INT wfPimDebug | 1.3.6.1.4.1.18.3.5.3.14.1.5 | INTEGER | read-write | Turn PIM log ON or OFF for PIM debugging messages. The bit position is used to represent a PIM module: PIM_LOG_BOOTSTRAP_PROC 0x00000001 Bootstrap procedure PIM_LOG_HELLO_PROC 0x00000002 Hello procedure PIM_LOG_JOIN_PRUNE_PROC 0x00000004 join/prune send procedure PIM_LOG_REGISTER_PROC 0x00000008 Registration procedure PIM_LOG_MAINTAIN_PTE 0x00000010 Maintaining PIM rout table PIM_LOG_ASSERT_PROC 0x00000020 Assert procedure PIM_LOG_FORWARD_PROC 0x00000040 data forwarding/tree switching PIM_LOG_MAIN_PROC 0x00000080 PIM Main gate processing PIM_LOG_CCT_PROC 0x00000100 PIM Cct gate general processing PIM_LOG_ROUTE_CHG_PROC 0x00000200 PIM Route Change processing PIM_LOG_STARG_PTE 0x00000400 PIM (*,G) processing PIM_LOG_TIMERS_PTE_OIF 0x00000800 PIM pte/oif timers PIM_LOG_PIM_MTM_MSG 0x00001000 PIM-MTM signals/messages PIM_LOG_PIM_PIM_MSG 0x00002000 PIM-PIM messages PIM_LOG_PIM_PROTO_MSG 0x00004000 PIM protocol messages/first data PIM_LOG_RECV_JOIN_PRUNE 0x00008000 join/prune received PIM_LOG_UTILITIES 0x00010000 PIM utilities including timers PIM_LOG_TI_COMMANDS 0x00020000 PIM debug option for TI ip pim_fwd |
| INT wfPimDelete | 1.3.6.1.4.1.18.3.5.3.14.1.1 | INTEGER | read-write | This is a global parameter that creates/deletes PIM in the box. Default is created. Users perform a set operation on this object in order to create/delete Pim. |
| INT wfPimDisable | 1.3.6.1.4.1.18.3.5.3.14.1.2 | INTEGER | read-write | This is a global parameter that enables/disables PIM in the box. Default is enabled. Users perform a set operation on this object in order to enable/disable Pim. |
| INT wfPimHelloOptionGenIdDisable | 1.3.6.1.4.1.18.3.5.3.14.1.15 | INTEGER | read-write | Enable/Disable the Bay Networks Hello Neighbor Option in Hello packets to include a generation identifier. Default is enabled. By enabling this neighbor option, Bay Networks PIM router can quickly learn whether its neighbor was just rebooted and came back up within the Hello Holdtime. This can be detected if the neighbor's GenId received is different from the previous one. The rebooted neighbor will be updated with the most recent RP-Set information immediately and thus the network can converge even faster in terms of Bootstrap, RP-Set consistence and Join/Prune. When interoperating with other vendors' PIM routers, this option should be disabled. |
| INT wfPimIfBootstrapBorder | 1.3.6.1.4.1.18.3.5.3.14.2.1.32 | INTEGER | read-write | Define whether this PIM interface is a PIM Bootstrap Border interface or not. When set to enable, it is a border interface and both incoming (from other PIM router) and outgoing (from other PIM interface in the same router) Bootstrap messages are discarded. When set to disable, this interface follows RFC2362, i.e., accept the incoming message and forward the outgoing message. |
| INT wfPimIfCacheTimeOut | 1.3.6.1.4.1.18.3.5.3.14.2.1.9 | INTEGER | read-write | How long an entry should remain in the PIM cache before being timed out and deleted |
| INT wfPimIfCct | 1.3.6.1.4.1.18.3.5.3.14.2.1.4 | INTEGER | read-only | The Circuit Number that this interface runs over |
| INT wfPimIfDefaultGlobalJoinPruneIntervalDisable | 1.3.6.1.4.1.18.3.5.3.14.2.1.10 | INTEGER | read-write | If enabled, the Join/Prune interval used on this interface will be the one defined in pim global wfPimJoinPruneInterval. If disabled, the interface mib wfPimIfJoinPruneInterval will be in effect. |
| INT wfPimIfDelete | 1.3.6.1.4.1.18.3.5.3.14.2.1.1 | INTEGER | read-write | Create/Delete parameter. Default is created. Users perform a set operation on this object in order to create/delete a PIM interface. |
| INT wfPimIfDisable | 1.3.6.1.4.1.18.3.5.3.14.2.1.2 | INTEGER | read-write | Enable/Disable parameter. Default is enabled. Users perform a set operation on this object in order to enable/disable a PIM interface. |
| INT wfPimIfDownstreamIgmpRelayEnable | 1.3.6.1.4.1.18.3.5.3.14.2.1.12 | INTEGER | read-write | Enable/disable support for IGMP Relay as downstream router. By default, we disable this support. By enabling this support, PIM router is allowed to receive multicast data from IGMP Relay downstream, encapsulate it within Register, and send it to RP. If this mib is enabled for an interface, all other PIM routers on the same physical link as this interface should have this mib enabled for the same interface. |
| IP wfPimIfDR | 1.3.6.1.4.1.18.3.5.3.14.2.1.14 | IpAddress | read-only | The Designated Router on this PIM interface. For point- to-point interfaces, this object has the value 0.0.0.0. |
| INT wfPimIfDRPriority | 1.3.6.1.4.1.18.3.5.3.14.2.1.15 | INTEGER | read-only | The elected Designated Router priority on the LAN which connects to this PIM interface. If this is zero, it indicates the DR is elected using the highest ip address. Otherwise priority mechanism is used. |
| wfPimIfEntry | 1.3.6.1.4.1.18.3.5.3.14.2.1 | not-accessible | An PIM interface description | |
| INT wfPimIfHelloInterval | 1.3.6.1.4.1.18.3.5.3.14.2.1.7 | INTEGER | read-write | The frequency at which PIM Hello messages are transmitted on this PIM interface. Recommends a higher number for slower speed serial lines. |
| INT wfPimIfInCRPAdvs | 1.3.6.1.4.1.18.3.5.3.14.2.1.22 | INTEGER | read-only | Number of C-RP-Adv packets received on this interface. |
| INT wfPimIfInGrafts | 1.3.6.1.4.1.18.3.5.3.14.2.1.20 | INTEGER | read-only | The number of grafts this circuit has recieved |
| INT wfPimIfInHellos | 1.3.6.1.4.1.18.3.5.3.14.2.1.16 | INTEGER | read-only | Number of Pim Hello packets recieved |
| INT wfPimIfInJoinPrunes | 1.3.6.1.4.1.18.3.5.3.14.2.1.30 | INTEGER | read-only | The number of Join/Prunes this circuit has recieved |
| INT wfPimIfInPrunes | 1.3.6.1.4.1.18.3.5.3.14.2.1.18 | INTEGER | read-only | The number of prunes this circuit has recieved |
| INT wfPimIfInRegisters | 1.3.6.1.4.1.18.3.5.3.14.2.1.26 | INTEGER | read-only | Number of Register messages received on this interface. |
| INT wfPimIfInRegStop | 1.3.6.1.4.1.18.3.5.3.14.2.1.28 | INTEGER | read-only | Number of Register Stop packets received on this interface. |
| INT wfPimIfInRPSets | 1.3.6.1.4.1.18.3.5.3.14.2.1.24 | INTEGER | read-only | Number of RP-Set packets received on this interface. |
| IP wfPimIfIpAddress | 1.3.6.1.4.1.18.3.5.3.14.2.1.5 | IpAddress | read-only | The IP Address to which this entry's addressing information pertains |
| IP wfPimIfIpMask | 1.3.6.1.4.1.18.3.5.3.14.2.1.6 | IpAddress | read-only | The network mask for the IP address of the PIM interface. |
| INT wfPimIfJoinPruneInterval | 1.3.6.1.4.1.18.3.5.3.14.2.1.11 | INTEGER | read-write | The interval at which periodic PIM-SM Join/Prune messages are transmitted on this PIM interface. This will only be in effect if wfPimIfDefaultGlobalJoinPruneIntervalDisable is enabled. |
| INT wfPimIfLocalDRPriority | 1.3.6.1.4.1.18.3.5.3.14.2.1.13 | INTEGER | read-write | The DR Election Priority option is used when people want to have control over which router is elected as the DR, irrespective of the address of routers on the same LAN. This is needed on LANs where new routers can be added and configured by different operators. The numerically larger priority is always preferred. The DR election priority is used only when all routers on the LAN include this option in their Hellos. A value of zero will disable this feature on the LAN. |
| INT wfPimIfMode | 1.3.6.1.4.1.18.3.5.3.14.2.1.8 | INTEGER | read-write | Configure this interface for Sparse Mode or Dense Mode |
| INT wfPimIfOutCRPAdvs | 1.3.6.1.4.1.18.3.5.3.14.2.1.23 | INTEGER | read-only | Number of C-RP-Adv packets transmitted out of this interface |
| INT wfPimIfOutGrafts | 1.3.6.1.4.1.18.3.5.3.14.2.1.21 | INTEGER | read-only | The number of grafts this circuit has sent |
| INT wfPimIfOutHellos | 1.3.6.1.4.1.18.3.5.3.14.2.1.17 | INTEGER | read-only | Number of Pim Hello packets sent |
| INT wfPimIfOutJoinPrunes | 1.3.6.1.4.1.18.3.5.3.14.2.1.31 | INTEGER | read-only | The number of Join/Prunes this circuit has sent |
| INT wfPimIfOutPrunes | 1.3.6.1.4.1.18.3.5.3.14.2.1.19 | INTEGER | read-only | The number of prunes this circuit has sent |
| INT wfPimIfOutRegisters | 1.3.6.1.4.1.18.3.5.3.14.2.1.27 | INTEGER | read-only | Number of Register messages sent from this interface. |
| INT wfPimIfOutRegStop | 1.3.6.1.4.1.18.3.5.3.14.2.1.29 | INTEGER | read-only | Number of Register Stop packets sent from this interface. |
| INT wfPimIfOutRPSets | 1.3.6.1.4.1.18.3.5.3.14.2.1.25 | INTEGER | read-only | Number of RP-Set packets send out of this interface. |
| INT wfPimIfState | 1.3.6.1.4.1.18.3.5.3.14.2.1.3 | INTEGER | read-only | The current state of the PIM interface. This state is up when the underlying IGMP is up and PIM global is created and enabled. This state is down when the underlying IGMP is down or when PIM global is disabled. This state is init when PIM is coming up and started to do initialization. |
| wfPimIfTable | 1.3.6.1.4.1.18.3.5.3.14.2 | not-accessible | The (conceptual) table listing the router's PIM interfaces. IGMP and PIM are enabled on all interfaces listed in this table. | |
| INT wfPimInfoWarning | 1.3.6.1.4.1.18.3.5.3.14.1.4 | INTEGER | read-write | Turn PIM log ON or OFF for PIM Info/Warning messages. The bit position is used to represent a PIM module: PIM_LOG_BOOTSTRAP_PROC 0x00000001 Bootstrap procedure PIM_LOG_HELLO_PROC 0x00000002 Hello procedure PIM_LOG_JOIN_PRUNE_PROC 0x00000004 join/prune send procedure PIM_LOG_REGISTER_PROC 0x00000008 Registration procedure PIM_LOG_MAINTAIN_PTE 0x00000010 Maintaining PIM rout table PIM_LOG_ASSERT_PROC 0x00000020 Assert procedure PIM_LOG_FORWARD_PROC 0x00000040 data forwarding/tree switching PIM_LOG_MAIN_PROC 0x00000080 PIM Main gate processing PIM_LOG_CCT_PROC 0x00000100 PIM Cct gate general processing PIM_LOG_ROUTE_CHG_PROC 0x00000200 PIM Route Change processing PIM_LOG_STARG_PTE 0x00000400 PIM (*,G) processing PIM_LOG_TIMERS_PTE_OIF 0x00000800 PIM pte/oif timers PIM_LOG_PIM_MTM_MSG 0x00001000 PIM-MTM signals/messages PIM_LOG_PIM_PIM_MSG 0x00002000 PIM-PIM messages PIM_LOG_PIM_PROTO_MSG 0x00004000 PIM protocol messages/first data PIM_LOG_RECV_JOIN_PRUNE 0x00008000 join/prune received PIM_LOG_UTILITIES 0x00010000 PIM utilities including timers |
| INT wfPimJoinPruneInterval | 1.3.6.1.4.1.18.3.5.3.14.1.8 | INTEGER | read-write | The default interval at which periodic PIM-SM Join/Prune messages are to be sent |
| INT wfPimLastHopDataThreshold | 1.3.6.1.4.1.18.3.5.3.14.1.10 | INTEGER | read-write | The data rate from the source in bytes per second at which the last hop router creates (S,G) state and switches to the shortest path tree. This switch will happen immediately when the first packet is received if this threshold is between 0 and 64 inclusive. |
| INT wfPimLastHopDataThresholdDisable | 1.3.6.1.4.1.18.3.5.3.14.1.9 | INTEGER | read-write | Enable/Disable Last Hop router to switch to SPT. Default is enabled. If enabled, the data rate is monitored at the last hop router connected to the receiver. If the rate exceeds wfPimLastHopDataThreshold, the router will setup a shortest path tree to the source of that data. If disabled, the router will never switch to the shortest path tree regardless of the data rate. |
| IP wfPimNeighborAddress | 1.3.6.1.4.1.18.3.5.3.14.3.1.1 | IpAddress | read-only | The IP address of the PIM neighbor for which this entry contains information. |
| INT wfPimNeighborCct | 1.3.6.1.4.1.18.3.5.3.14.3.1.2 | INTEGER | read-only | The value of Cct for the interface used to reach this PIM neighbor. |
| wfPimNeighborEntry | 1.3.6.1.4.1.18.3.5.3.14.3.1 | not-accessible | An entry in the Pim Neighbor table | |
| INT wfPimNeighborExpiryTime | 1.3.6.1.4.1.18.3.5.3.14.3.1.4 | INTEGER | read-only | The minimum time remaining before this PIM neighbor will be aged out. |
| INT wfPimNeighboringRouterDRPriority | 1.3.6.1.4.1.18.3.5.3.14.3.1.6 | INTEGER | read-only | The neighboring router's local DR Priority. The neighbor with the highest priority will be elected as the DR on the LAN. This is only true if all neighbors on this LAN participate in DR Priority election. Otherwise, the highest ip address on the LAN will be elected as the DR. |
| INT wfPimNeighboringRouterGenId | 1.3.6.1.4.1.18.3.5.3.14.3.1.5 | INTEGER | read-only | The neighboring router's generation identifier. If this id is different from before, then this neighbor was just rebooted. |
| wfPimNeighborTable | 1.3.6.1.4.1.18.3.5.3.14.3 | not-accessible | The (conceptual) table listing the router's PIM neighbors. | |
| INT wfPimNeighborUpTime | 1.3.6.1.4.1.18.3.5.3.14.3.1.3 | INTEGER | read-only | The time since this PIM neighbor (last) became a neighbor of the local router. |
| INT wfPimPMBREnable | 1.3.6.1.4.1.18.3.5.3.14.1.14 | INTEGER | read-write | Enable/Disable the router to be a PIM Border Router. Default is disabled. |
| INT wfPimProbeTime | 1.3.6.1.4.1.18.3.5.3.14.1.34 | INTEGER | read-write | The time between sending a null Register and the Register-Suppression-Timer expiring unless it is restarted by receiving a Register-Stop. A zero will disable the sending of Probe (NULL Registered Packet). If non-zero, this value has to be less than wfPimRegisterSuppressTimeout |
| INT wfPimRegisterSuppressTimeout | 1.3.6.1.4.1.18.3.5.3.14.1.33 | INTEGER | read-write | The period used to suppress sending of PIM Register packets from the source DR when the RP is receiving data packets natively or the RP has no downstream receivers. This timer is triggered on the source DR by Register Stop from RP. |
| INT wfPimRfcComplianceDisable | 1.3.6.1.4.1.18.3.5.3.14.1.36 | INTEGER | read-write | Allows router to be compatible with those portions of implementation by other vendors which do not comply with the standards specified in RFC 2362 for PIM. Turn RFC2362 non-compliance on or off for different issues of compatibility : PIM_BSR_ZERO_FRAGMENT_TAG 0x00000001 Allows fragment tag in Bootstrap messages to be zero PIM_RP_ZERO_PREFIX_COUNT 0x00000002 Sends non-zero prefix count in RP_Adv messages PIM_REGISTER_CHECKSUM 0x00000004 Computes register packet checksum on header and data |
| INT wfPimRPDataThreshold | 1.3.6.1.4.1.18.3.5.3.14.1.12 | INTEGER | read-write | The data rate from the source in bytes per second at which the RP router creates (S,G) state and switches to the shortest path tree. This switch will happen immediately when the first packet is received if this threshold is between 0 and 64 inclusive. |
| INT wfPimRPDataThresholdDisable | 1.3.6.1.4.1.18.3.5.3.14.1.11 | INTEGER | read-write | Enable/Disable RP router to switch to SPT. Default is enabled. If enabled, the data rate is monitored at the RP responsible for the group of the data. If the rate exceeds wfPimRPDataThreshold, the router will setup a shortest path tree to the source of that data. If disabled, the router will never switch to the shortest path tree regardless of the data rate. |
| INT wfPimRPRcvRegisterCacheTimeout | 1.3.6.1.4.1.18.3.5.3.14.1.31 | INTEGER | read-write | The timeout value for all entries whose inbound interface are created from receiving PIM Register packets in the RP router. If PIM Register packet has not been received for this period of time, the relevant forwarding cache entry associated with this interface is deleted. |
| INT wfPimRPRegisterDisable | 1.3.6.1.4.1.18.3.5.3.14.1.32 | INTEGER | read-write | Enable/Disable parameter. Default is enabled. This is used to activate a RP Register process to efficiently handle forwarding of encapsulated PIM Register packets. One process is created for sending to each RP. If this is disabled, the default PIM_REGISTER process will be used. With PIM_REGISTER forwarding, each time we have to do 2 lookups; one for searching the RP table for destination group, the other for RP route lookup |
| INT wfPimState | 1.3.6.1.4.1.18.3.5.3.14.1.3 | INTEGER | read-only | The current state of the entire PIM. This state is up when PIM process is up and PIM global is created and enabled. This state is down when the PIM process is down or when PIM global is disabled. This state is init when PIM is coming up and started to do initialization. |
| INT wfPimThresholdSampleInterval | 1.3.6.1.4.1.18.3.5.3.14.1.13 | INTEGER | read-write | This is the sample interval in seconds during which the rate of the current data flow is calculated. This sampling time is in multiples of 16. If this value entered is not multiples of 16, it will be rounded to the lower value of a 16 multiple. This is used to reduce the load of calculation during data forwarding. |
| INT wfPimTotalCacheEntries | 1.3.6.1.4.1.18.3.5.3.14.1.7 | INTEGER | read-only | The total number of cache entries in the box. These are the (S,G), (*,G) and/or (*,*,RP) entries |
| INT wfPimTrace | 1.3.6.1.4.1.18.3.5.3.14.1.6 | INTEGER | read-write | Turn PIM log ON or OFF for PIM trace messages. The bit position is used to represent a PIM module: PIM_LOG_BOOTSTRAP_PROC 0x00000001 Bootstrap procedure PIM_LOG_HELLO_PROC 0x00000002 Hello procedure PIM_LOG_JOIN_PRUNE_PROC 0x00000004 join/prune send procedure PIM_LOG_REGISTER_PROC 0x00000008 Registration procedure PIM_LOG_MAINTAIN_PTE 0x00000010 Maintaining PIM rout table PIM_LOG_ASSERT_PROC 0x00000020 Assert procedure PIM_LOG_FORWARD_PROC 0x00000040 data forwarding/tree switching PIM_LOG_MAIN_PROC 0x00000080 PIM Main gate processing PIM_LOG_CCT_PROC 0x00000100 PIM Cct gate general processing PIM_LOG_ROUTE_CHG_PROC 0x00000200 PIM Route Change processing PIM_LOG_STARG_PTE 0x00000400 PIM (*,G) processing PIM_LOG_TIMERS_PTE_OIF 0x00000800 PIM pte/oif timers PIM_LOG_PIM_MTM_MSG 0x00001000 PIM-MTM signals/messages PIM_LOG_PIM_PIM_MSG 0x00002000 PIM-PIM messages PIM_LOG_PIM_PROTO_MSG 0x00004000 PIM protocol messages/first data PIM_LOG_RECV_JOIN_PRUNE 0x00008000 join/prune received PIM_LOG_UTILITIES 0x00010000 PIM utilities including timers |
RFC description
Configuration and monitoring of Protocol Independent Multicast (PIM) global parameters, state, and logging options on Wellfleet routers.
Start monitoring Wellfleet/Bay Networks routers running PIM multicast routing (neighbor-adjacency/RP-mapping status) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.