Wellfleet-PIM-MIB

File: Wellfleet-PIM-MIB.mib (38514 bytes)

Imported modules

RFC1155-SMI RFC-1212 Wellfleet-COMMON-MIB

Imported symbols

IpAddress OBJECT-TYPE wfPimGroup

Defined Types

WfPimIfEntry  
SEQUENCE    
  wfPimIfDelete INTEGER
  wfPimIfDisable INTEGER
  wfPimIfState INTEGER
  wfPimIfCct INTEGER
  wfPimIfIpAddress IpAddress
  wfPimIfIpMask IpAddress
  wfPimIfHelloInterval INTEGER
  wfPimIfMode INTEGER
  wfPimIfCacheTimeOut INTEGER
  wfPimIfDefaultGlobalJoinPruneIntervalDisable INTEGER
  wfPimIfJoinPruneInterval INTEGER
  wfPimIfDownstreamIgmpRelayEnable INTEGER
  wfPimIfLocalDRPriority INTEGER
  wfPimIfDR IpAddress
  wfPimIfDRPriority INTEGER
  wfPimIfInHellos INTEGER
  wfPimIfOutHellos INTEGER
  wfPimIfInPrunes INTEGER
  wfPimIfOutPrunes INTEGER
  wfPimIfInGrafts INTEGER
  wfPimIfOutGrafts INTEGER
  wfPimIfInCRPAdvs INTEGER
  wfPimIfOutCRPAdvs INTEGER
  wfPimIfInRPSets INTEGER
  wfPimIfOutRPSets INTEGER
  wfPimIfInRegisters INTEGER
  wfPimIfOutRegisters INTEGER
  wfPimIfInRegStop INTEGER
  wfPimIfOutRegStop INTEGER
  wfPimIfInJoinPrunes INTEGER
  wfPimIfOutJoinPrunes INTEGER
  wfPimIfBootstrapBorder INTEGER

WfPimNeighborEntry  
SEQUENCE    
  wfPimNeighborAddress IpAddress
  wfPimNeighborCct INTEGER
  wfPimNeighborUpTime INTEGER
  wfPimNeighborExpiryTime INTEGER
  wfPimNeighboringRouterGenId INTEGER
  wfPimNeighboringRouterDRPriority INTEGER

Defined Values

wfPim 1.3.6.1.4.1.18.3.5.3.14.1
OBJECT IDENTIFIER    

wfPimDelete 1.3.6.1.4.1.18.3.5.3.14.1.1
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfPimDisable 1.3.6.1.4.1.18.3.5.3.14.1.2
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfPimState 1.3.6.1.4.1.18.3.5.3.14.1.3
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), init(3), notpres(4)  

wfPimInfoWarning 1.3.6.1.4.1.18.3.5.3.14.1.4
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
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfPimDebug 1.3.6.1.4.1.18.3.5.3.14.1.5
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
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfPimTrace 1.3.6.1.4.1.18.3.5.3.14.1.6
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
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfPimTotalCacheEntries 1.3.6.1.4.1.18.3.5.3.14.1.7
The total number of cache entries in the box. These are the (S,G), (*,G) and/or (*,*,RP) entries
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfPimJoinPruneInterval 1.3.6.1.4.1.18.3.5.3.14.1.8
The default interval at which periodic PIM-SM Join/Prune messages are to be sent
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 5..18724  

wfPimLastHopDataThresholdDisable 1.3.6.1.4.1.18.3.5.3.14.1.9
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfPimLastHopDataThreshold 1.3.6.1.4.1.18.3.5.3.14.1.10
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

wfPimRPDataThresholdDisable 1.3.6.1.4.1.18.3.5.3.14.1.11
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfPimRPDataThreshold 1.3.6.1.4.1.18.3.5.3.14.1.12
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

wfPimThresholdSampleInterval 1.3.6.1.4.1.18.3.5.3.14.1.13
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 16..300  

wfPimPMBREnable 1.3.6.1.4.1.18.3.5.3.14.1.14
Enable/Disable the router to be a PIM Border Router. Default is disabled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfPimHelloOptionGenIdDisable 1.3.6.1.4.1.18.3.5.3.14.1.15
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfPimBSRAddress 1.3.6.1.4.1.18.3.5.3.14.1.16
The elected Bootstrap Router IP address for PIM domain.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfPimBSRPriority 1.3.6.1.4.1.18.3.5.3.14.1.17
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfPimBSRHoldTime 1.3.6.1.4.1.18.3.5.3.14.1.18
The period at which BSR is declared down. This period is set to (2 * wfPimCBSRInterval) + 10
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfPimBSRHashMaskLen 1.3.6.1.4.1.18.3.5.3.14.1.19
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfPimCBSREnable 1.3.6.1.4.1.18.3.5.3.14.1.20
Enable/Disable router to be a Candidate BSR. Default is disabled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfPimCBSRAddress 1.3.6.1.4.1.18.3.5.3.14.1.21
The Candidate Bootstrap Router IP address for PIM domain.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

wfPimCBSRPriority 1.3.6.1.4.1.18.3.5.3.14.1.22
Priority for Candidate BSR - used in election mechanism with IP ADDRESS of BSR
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

wfPimCBSRInterval 1.3.6.1.4.1.18.3.5.3.14.1.23
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 5..32757  

wfPimCBSRHashMaskLen 1.3.6.1.4.1.18.3.5.3.14.1.24
The length of the hash-mask that is used to map a group to one of the C-RPs from RP-Set message
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 4..32  

wfPimCRPEnable 1.3.6.1.4.1.18.3.5.3.14.1.25
Enable/Disable router to be a Candidate RP. Default is disabled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfPimCRPAddress 1.3.6.1.4.1.18.3.5.3.14.1.26
The Candidate RP IP address used to map the configured wfPimCRPGrPrefix.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

wfPimCRPPriority 1.3.6.1.4.1.18.3.5.3.14.1.27
Priority for Candidate RP - used in hash mechanism to determine RP for the Group
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

wfPimCRPGrPrefix 1.3.6.1.4.1.18.3.5.3.14.1.28
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
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wfPimCRPAdvInterval 1.3.6.1.4.1.18.3.5.3.14.1.29
The interval at which periodic PIM-SM CRP Advertize messages are transmitted (unicast to the elected BSR) from a Candidate RP router.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 5..26214  

wfPimCRPHoldTime 1.3.6.1.4.1.18.3.5.3.14.1.30
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
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfPimRPRcvRegisterCacheTimeout 1.3.6.1.4.1.18.3.5.3.14.1.31
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 5..65535  

wfPimRPRegisterDisable 1.3.6.1.4.1.18.3.5.3.14.1.32
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
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfPimRegisterSuppressTimeout 1.3.6.1.4.1.18.3.5.3.14.1.33
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 5..65535  

wfPimProbeTime 1.3.6.1.4.1.18.3.5.3.14.1.34
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
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

wfPimCiscoCompatibilityEnable 1.3.6.1.4.1.18.3.5.3.14.1.35
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.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfPimRfcComplianceDisable 1.3.6.1.4.1.18.3.5.3.14.1.36
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
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfPimIfTable 1.3.6.1.4.1.18.3.5.3.14.2
The (conceptual) table listing the router's PIM interfaces. IGMP and PIM are enabled on all interfaces listed in this table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfPimIfEntry

wfPimIfEntry 1.3.6.1.4.1.18.3.5.3.14.2.1
An PIM interface description
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfPimIfEntry  

wfPimIfDelete 1.3.6.1.4.1.18.3.5.3.14.2.1.1
Create/Delete parameter. Default is created. Users perform a set operation on this object in order to create/delete a PIM interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfPimIfDisable 1.3.6.1.4.1.18.3.5.3.14.2.1.2
Enable/Disable parameter. Default is enabled. Users perform a set operation on this object in order to enable/disable a PIM interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfPimIfState 1.3.6.1.4.1.18.3.5.3.14.2.1.3
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), init(3), notpres(4)  

wfPimIfCct 1.3.6.1.4.1.18.3.5.3.14.2.1.4
The Circuit Number that this interface runs over
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfPimIfIpAddress 1.3.6.1.4.1.18.3.5.3.14.2.1.5
The IP Address to which this entry's addressing information pertains
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfPimIfIpMask 1.3.6.1.4.1.18.3.5.3.14.2.1.6
The network mask for the IP address of the PIM interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfPimIfHelloInterval 1.3.6.1.4.1.18.3.5.3.14.2.1.7
The frequency at which PIM Hello messages are transmitted on this PIM interface. Recommends a higher number for slower speed serial lines.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..2147483647  

wfPimIfMode 1.3.6.1.4.1.18.3.5.3.14.2.1.8
Configure this interface for Sparse Mode or Dense Mode
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER dense(1), sparse(2)  

wfPimIfCacheTimeOut 1.3.6.1.4.1.18.3.5.3.14.2.1.9
How long an entry should remain in the PIM cache before being timed out and deleted
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 5..2147483647  

wfPimIfDefaultGlobalJoinPruneIntervalDisable 1.3.6.1.4.1.18.3.5.3.14.2.1.10
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfPimIfJoinPruneInterval 1.3.6.1.4.1.18.3.5.3.14.2.1.11
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 5..18724  

wfPimIfDownstreamIgmpRelayEnable 1.3.6.1.4.1.18.3.5.3.14.2.1.12
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfPimIfLocalDRPriority 1.3.6.1.4.1.18.3.5.3.14.2.1.13
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

wfPimIfDR 1.3.6.1.4.1.18.3.5.3.14.2.1.14
The Designated Router on this PIM interface. For point- to-point interfaces, this object has the value 0.0.0.0.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfPimIfDRPriority 1.3.6.1.4.1.18.3.5.3.14.2.1.15
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfPimIfInHellos 1.3.6.1.4.1.18.3.5.3.14.2.1.16
Number of Pim Hello packets recieved
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfPimIfOutHellos 1.3.6.1.4.1.18.3.5.3.14.2.1.17
Number of Pim Hello packets sent
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfPimIfInPrunes 1.3.6.1.4.1.18.3.5.3.14.2.1.18
The number of prunes this circuit has recieved
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfPimIfOutPrunes 1.3.6.1.4.1.18.3.5.3.14.2.1.19
The number of prunes this circuit has sent
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfPimIfInGrafts 1.3.6.1.4.1.18.3.5.3.14.2.1.20
The number of grafts this circuit has recieved
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfPimIfOutGrafts 1.3.6.1.4.1.18.3.5.3.14.2.1.21
The number of grafts this circuit has sent
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfPimIfInCRPAdvs 1.3.6.1.4.1.18.3.5.3.14.2.1.22
Number of C-RP-Adv packets received on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfPimIfOutCRPAdvs 1.3.6.1.4.1.18.3.5.3.14.2.1.23
Number of C-RP-Adv packets transmitted out of this interface
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfPimIfInRPSets 1.3.6.1.4.1.18.3.5.3.14.2.1.24
Number of RP-Set packets received on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfPimIfOutRPSets 1.3.6.1.4.1.18.3.5.3.14.2.1.25
Number of RP-Set packets send out of this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfPimIfInRegisters 1.3.6.1.4.1.18.3.5.3.14.2.1.26
Number of Register messages received on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfPimIfOutRegisters 1.3.6.1.4.1.18.3.5.3.14.2.1.27
Number of Register messages sent from this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfPimIfInRegStop 1.3.6.1.4.1.18.3.5.3.14.2.1.28
Number of Register Stop packets received on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfPimIfOutRegStop 1.3.6.1.4.1.18.3.5.3.14.2.1.29
Number of Register Stop packets sent from this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfPimIfInJoinPrunes 1.3.6.1.4.1.18.3.5.3.14.2.1.30
The number of Join/Prunes this circuit has recieved
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfPimIfOutJoinPrunes 1.3.6.1.4.1.18.3.5.3.14.2.1.31
The number of Join/Prunes this circuit has sent
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfPimIfBootstrapBorder 1.3.6.1.4.1.18.3.5.3.14.2.1.32
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

wfPimNeighborTable 1.3.6.1.4.1.18.3.5.3.14.3
The (conceptual) table listing the router's PIM neighbors.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfPimNeighborEntry

wfPimNeighborEntry 1.3.6.1.4.1.18.3.5.3.14.3.1
An entry in the Pim Neighbor table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfPimNeighborEntry  

wfPimNeighborAddress 1.3.6.1.4.1.18.3.5.3.14.3.1.1
The IP address of the PIM neighbor for which this entry contains information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfPimNeighborCct 1.3.6.1.4.1.18.3.5.3.14.3.1.2
The value of Cct for the interface used to reach this PIM neighbor.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfPimNeighborUpTime 1.3.6.1.4.1.18.3.5.3.14.3.1.3
The time since this PIM neighbor (last) became a neighbor of the local router.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfPimNeighborExpiryTime 1.3.6.1.4.1.18.3.5.3.14.3.1.4
The minimum time remaining before this PIM neighbor will be aged out.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfPimNeighboringRouterGenId 1.3.6.1.4.1.18.3.5.3.14.3.1.5
The neighboring router's generation identifier. If this id is different from before, then this neighbor was just rebooted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfPimNeighboringRouterDRPriority 1.3.6.1.4.1.18.3.5.3.14.3.1.6
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER