PIM-SM-MIB

File: PIM-SM-MIB.mib (31659 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC DLINK-ID-REC-MIB
IF-MIB

Imported symbols

Counter32 MODULE-IDENTITY OBJECT-TYPE
IpAddress NOTIFICATION-TYPE Integer32
Unsigned32 TimeTicks PhysAddress
TruthValue DisplayString RowStatus
MacAddress dlink-common-mgmt InterfaceIndex

Defined Types

SwPimInfoEntry  
SEQUENCE    
  swPimInfoInterface InterfaceIndex
  swPimInfoAddress IpAddress
  swPimInfoNetMask IpAddress
  swPimInfoDesignatedRouter IpAddress
  swPimInfoHelloInterval Integer32
  swPimInfoJoinPruneInterval Integer32
  swPimInfoDRPriority Unsigned32
  swPimInfoMode INTEGER
  swPimInfoState INTEGER

SwPimCbsrEntry  
SEQUENCE    
  swPimCbsrInterface InterfaceIndex
  swPimCbsrIpAddress IpAddress
  swPimCbsrSubnetMask IpAddress
  swPimCbsrPriority Integer32

SwPimCandidateRPEntry  
SEQUENCE    
  swPimCandidateRPGroupAddress IpAddress
  swPimCandidateRPGroupMask IpAddress
  swPimCandidateRPInterface DisplayString
  swPimCandidateRPRowStatus RowStatus

SwPimNeighborEntry  
SEQUENCE    
  swPimNeighborAddress IpAddress
  swPimNeighborIfIndex InterfaceIndex
  swPimNeighborExpiryTime TimeTicks

SwPimRegChksumIncDataEntry  
SEQUENCE    
  swL3SwPimRegChksumIncDataRpAddr IpAddress
  swL3SwPimRegChksumIncDataState RowStatus

SwPimStaticRPEntry  
SEQUENCE    
  swPimStaticRPGroupAddress IpAddress
  swPimStaticRPGroupMask IpAddress
  swPimStaticRPAddress IpAddress
  swPimStaticRPRowStatus RowStatus

SwPimIpMRouteEntry  
SEQUENCE    
  swPimIpMRouteGroup IpAddress
  swPimIpMRouteSource IpAddress
  swPimIpMRouteSourceMask IpAddress
  swPimIpMRouteUpstreamAssertTimer TimeTicks
  swPimIpMRouteAssertMetric Integer32
  swPimIpMRouteAssertMetricPref Integer32
  swPimIpMRouteAssertRPTBit TruthValue
  swPimIpMRouteFlags BITS
  swPimIpMRouteType DisplayString

SwPimRPSetEntry  
SEQUENCE    
  swPimRPSetComponent Integer32
  swPimRPSetGroupAddress IpAddress
  swPimRPSetGroupMask IpAddress
  swPimRPSetAddress IpAddress
  swPimRPSetType INTEGER

Defined Values

swPimSmMIB 1.3.6.1.4.1.171.12.52
The Structure of PIM SM Information for the proprietary enterprise.
MODULE-IDENTITY    

swPimSmCtrl 1.3.6.1.4.1.171.12.52.1
OBJECT IDENTIFIER    

swPimSmInfo 1.3.6.1.4.1.171.12.52.2
OBJECT IDENTIFIER    

swPimSmMgmt 1.3.6.1.4.1.171.12.52.3
OBJECT IDENTIFIER    

swPimSmGlobalState 1.3.6.1.4.1.171.12.52.1.1
Used to control PIM-SM state.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(0), disabled(1), enabled(2)  

swPimRegisterProbeTime 1.3.6.1.4.1.171.12.52.2.1
Used to set a time to send a probe message from the Designated Router (DR) to the Rendezvous Point (RP) before the Register Suppression time expires. If a Register Stop message is received by the DR, the Register Suppression Time will be restarted. If no Register Stop message is received within the probe time, Register Packets will be resent to the RP. The default value is 5 seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..127  

swPimRegisterSuppressionTime 1.3.6.1.4.1.171.12.52.2.2
The time interval between receiving a Register-Stop message and restarting the process of sending of register messages again. A lower value represents an increase in register messages being sent to the RP, while a higher value represents a longer latency period for new receivers wishing to join the group.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 3..255  

swPimInfoTable 1.3.6.1.4.1.171.12.52.2.3
The PIM Information Table contains PIM related information, such as DR priority.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwPimInfoEntry

swPimInfoEntry 1.3.6.1.4.1.171.12.52.2.3.1
An entry in the PIM Information Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwPimInfoEntry  

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

swPimInfoAddress 1.3.6.1.4.1.171.12.52.2.3.1.2
The IP address of the PIM interface.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

swPimInfoNetMask 1.3.6.1.4.1.171.12.52.2.3.1.3
The network mask for the IP address of the PIM interface.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

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

swPimInfoHelloInterval 1.3.6.1.4.1.171.12.52.2.3.1.5
The frequency at which PIM Hello messages are transmitted on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..18724  

swPimInfoJoinPruneInterval 1.3.6.1.4.1.171.12.52.2.3.1.6
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-write
OBJECT-TYPE    
  Integer32 1..18724  

swPimInfoDRPriority 1.3.6.1.4.1.171.12.52.2.3.1.7
The DR Priority sets the priority of an IP interface to become the Designated router for the multiple access network. A numerically larger priority is always preferred, yet a lower number represents a higher priority. A router's knowledge of the current DR on an interface can change when a PIM Hello message is received, when a neighbor timers out, or when a router's own DR priority changes.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..4294967294  

swPimInfoMode 1.3.6.1.4.1.171.12.52.2.3.1.8
The configured mode of this PIM interface. A value of sparseDense is only valid for PIMv1.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER dense(1), sparse(2), sparseDense(3)  

swPimInfoState 1.3.6.1.4.1.171.12.52.2.3.1.9
The configured state of this PIM interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

swPimCbsrInfoMgmt 1.3.6.1.4.1.171.12.52.3.1
OBJECT IDENTIFIER    

swpimCbsrBootStrapPeriod 1.3.6.1.4.1.171.12.52.3.1.1
The time interval, in seconds, for Boot Strap Messages originating from the elected BSR.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..255  

swPimCbsrHashMaskLen 1.3.6.1.4.1.171.12.52.3.1.2
The length (in bits) of the mask to use for the hash function(This hash algorithm will be used to determine which candidate RP will be the RP for the PIM-SM network.).For IPv4 we recommend a value of 30. For IPv6 we recommand a value of 126.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..32  

swPimCbsrTable 1.3.6.1.4.1.171.12.52.3.1.3
The PIM CBSR Table contains the candidate bootstrap router related information, such as interface name, IP address and priority.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwPimCbsrEntry

swPimCbsrEntry 1.3.6.1.4.1.171.12.52.3.1.3.1
An entry in the PIM CBSR Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwPimCbsrEntry  

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

swPimCbsrIpAddress 1.3.6.1.4.1.171.12.52.3.1.3.1.2
The IP address of this PIM interface.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

swPimCbsrSubnetMask 1.3.6.1.4.1.171.12.52.3.1.3.1.3
The IP netmask for this PIM interface.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

swPimCbsrPriority 1.3.6.1.4.1.171.12.52.3.1.3.1.4
The preference value for the local candidate interface to become a bootstrap router. The value of -1 is used to indicate the local candidate interface cannot become the BSR.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..255  

swPimCandidateRPMgmt 1.3.6.1.4.1.171.12.52.3.2
OBJECT IDENTIFIER    

swPimCandidateRPHoldtime 1.3.6.1.4.1.171.12.52.3.2.1
Used to set the time CRP advertisements remain valid on the PIM-SM enabled network. If these advertisements, set here, aren't received by the BSR within this time period, the CRP will be removed from the list of candidates. 0 states to the BSR that this CRP should immediately be removed. Default: 150 seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..255  

swPimCandidateRPPriority 1.3.6.1.4.1.171.12.52.3.2.2
This value determines the priority of a CRP to become the RP for the distribution tree. A lower value denotes a higher priority. If there is a tie for priority, the device with the highest IP address will become the RP. This information is stored in the BSR, along with the RP address and corresponding encoded group address.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..255  

swPimCandidateRPWildcardPrefixCnt 1.3.6.1.4.1.171.12.52.3.2.3
The number of enocded group addresses included in the message; indicating the group prefixes for which the C-RP is advertising. A Prefix-Cnt of '0' implies a prefix of 224.0.0.0 with mask length of 4; i.e. all multicast groups. If the C-RP is not configured with Group-prefix information, the C-RP puts a default value of '0' in this field.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..1  

swPimCandidateRPTable 1.3.6.1.4.1.171.12.52.3.2.4
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).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwPimCandidateRPEntry

swPimCandidateRPEntry 1.3.6.1.4.1.171.12.52.3.2.4.1
An entry (conceptual row) in the pimCandidateRPTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwPimCandidateRPEntry  

swPimCandidateRPGroupAddress 1.3.6.1.4.1.171.12.52.3.2.4.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

swPimCandidateRPGroupMask 1.3.6.1.4.1.171.12.52.3.2.4.1.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

swPimCandidateRPInterface 1.3.6.1.4.1.171.12.52.3.2.4.1.3
The name of the interface which will be advertised as a Candidate-RP.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..12)  

swPimCandidateRPRowStatus 1.3.6.1.4.1.171.12.52.3.2.4.1.4
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  

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

swPimNeighborEntry 1.3.6.1.4.1.171.12.52.3.3.1
An entry (conceptual row) in the swPimNeighborTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwPimNeighborEntry  

swPimNeighborAddress 1.3.6.1.4.1.171.12.52.3.3.1.1
The IP address of the PIM neighbor for which to find PIM neighbor information.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

swPimNeighborIfIndex 1.3.6.1.4.1.171.12.52.3.3.1.2
The value of ifIndex for the interface used for which to find PIM neighbor information.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

swPimNeighborExpiryTime 1.3.6.1.4.1.171.12.52.3.3.1.3
The minimum time remaining before this PIM neighbor ages out.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

swPimSptMgmt 1.3.6.1.4.1.171.12.52.3.4
OBJECT IDENTIFIER    

swPimLastHopSptSwitchover 1.3.6.1.4.1.171.12.52.3.4.3
Used by the last hop router to decide whether to receive the multicast data from the shared tree or switch over to the shortest path tree. When the switchover mode is set to be never, the last hop router will always receive the multicast data from the shared tree. When the mode is set to immediately, the last hop router will always receive the multicast data from the shortest path tree.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER never(1), immediately(2)  

swPimRegChksumIncDataTable 1.3.6.1.4.1.171.12.52.3.5
The PIM Register Checksum Including Data Table contains the PIM register checksum including data information, such as RP address and state.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwPimRegChksumIncDataEntry

swPimRegChksumIncDataEntry 1.3.6.1.4.1.171.12.52.3.5.1
An entry in the PIM Register Checksum Including Data Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwPimRegChksumIncDataEntry  

swL3SwPimRegChksumIncDataRpAddr 1.3.6.1.4.1.171.12.52.3.5.1.1
Specifies the RP address.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

swL3SwPimRegChksumIncDataState 1.3.6.1.4.1.171.12.52.3.5.1.2
The state of register checksum including data for RPs.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

swPimStaticRPTable 1.3.6.1.4.1.171.12.52.3.6
The PIM Static RP Table contains the PIM static RP related information, such as group address, group mask, RP address and RP row status.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwPimStaticRPEntry

swPimStaticRPEntry 1.3.6.1.4.1.171.12.52.3.6.1
An entry in the PIM Static RP Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwPimStaticRPEntry  

swPimStaticRPGroupAddress 1.3.6.1.4.1.171.12.52.3.6.1.1
The IP multicast group address which, when combined with swPimStaticRPGroupMask, identifies a group prefix for which the local router will advertise itself as a static RP.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

swPimStaticRPGroupMask 1.3.6.1.4.1.171.12.52.3.6.1.2
The multicast group address mask which, when combined with swPimStaticRPGroupAddress, identifies a group prefix for which the local router will advertise itself as a static RP.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

swPimStaticRPAddress 1.3.6.1.4.1.171.12.52.3.6.1.3
The (unicast) address of the interface which will be advertised as a static RP.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

swPimStaticRPRowStatus 1.3.6.1.4.1.171.12.52.3.6.1.4
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  

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

swPimIpMRouteEntry 1.3.6.1.4.1.171.12.52.3.7.1
An entry (conceptual row) in the pimIpMRouteTable. There is one entry, per entry in the ipMRouteTable, whose incoming interface is running PIM.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwPimIpMRouteEntry  

swPimIpMRouteGroup 1.3.6.1.4.1.171.12.52.3.7.1.1
The IP multicast group address for which this entry contains multicast routing information.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

swPimIpMRouteSource 1.3.6.1.4.1.171.12.52.3.7.1.2
The network address which, when combined with the corresponding value of ipMRouteSourceMask, identifies the sources for which this entry contains multicast routing information.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

swPimIpMRouteSourceMask 1.3.6.1.4.1.171.12.52.3.7.1.3
The network mask which, when combined with the corresponding value of ipMRouteSource, identifies the sources for which this entry contains multicast routing information.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

swPimIpMRouteUpstreamAssertTimer 1.3.6.1.4.1.171.12.52.3.7.1.4
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 timer has changed the upstream neighbor away from the RPF neighbor.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

swPimIpMRouteAssertMetric 1.3.6.1.4.1.171.12.52.3.7.1.5
The metric advertised by the assert winner on the upstream interface, or 0 if no such assert is received.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

swPimIpMRouteAssertMetricPref 1.3.6.1.4.1.171.12.52.3.7.1.6
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    
  Integer32  

swPimIpMRouteAssertRPTBit 1.3.6.1.4.1.171.12.52.3.7.1.7
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  

swPimIpMRouteFlags 1.3.6.1.4.1.171.12.52.3.7.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  BITS rpt(0), spt(1)  

swPimIpMRouteType 1.3.6.1.4.1.171.12.52.3.7.1.9
This object describes the PIM-specific type as related to a multicast state entry.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

swPimRPSetMgmt 1.3.6.1.4.1.171.12.52.3.8
OBJECT IDENTIFIER    

swPimRPSetBootstrapRouter 1.3.6.1.4.1.171.12.52.3.8.1
Specifies a Bootstrap Router.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

swPimRPSetTable 1.3.6.1.4.1.171.12.52.3.8.2
The (conceptual) table listing PIM information for candidate Rendezvous Points (CRPs) 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  
    SwPimRPSetEntry

swPimRPSetEntry 1.3.6.1.4.1.171.12.52.3.8.2.1
An entry (conceptual row) in the pimRPSetTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwPimRPSetEntry  

swPimRPSetComponent 1.3.6.1.4.1.171.12.52.3.8.2.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    
  Integer32 1..255  

swPimRPSetGroupAddress 1.3.6.1.4.1.171.12.52.3.8.2.1.2
The IP multicast group address which, when combined with pimRPSetGroupMask, gives the group a prefix. This prefix will determine for which entry CRP information is to be displayed, and which entry contains information about the Candidate-RP.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

swPimRPSetGroupMask 1.3.6.1.4.1.171.12.52.3.8.2.1.3
The multicast group address mask which, when combined with pimRPSetGroupAddress, gives the group a prefix to determine and which entry contains which entry CRP information is to be displayed for which this entry contains information about the Candidate-RP.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

swPimRPSetAddress 1.3.6.1.4.1.171.12.52.3.8.2.1.4
The IP address of the Candidate-RP.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

swPimRPSetType 1.3.6.1.4.1.171.12.52.3.8.2.1.5
The type of a Candidate-RP.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), static(2)