PIM-SM-MIB: View SNMP OID List / Download MIB

VENDOR: D-LINK


 Home MIB: PIM-SM-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 swPimSmMIB 1.3.6.1.4.1.171.12.52
The Structure of PIM SM Information for the proprietary enterprise.
       swPimSmCtrl 1.3.6.1.4.1.171.12.52.1
           swPimSmGlobalState 1.3.6.1.4.1.171.12.52.1.1 integer read-write
Used to control PIM-SM state. Enumeration: 'disabled': 1, 'other': 0, 'enabled': 2.
       swPimSmInfo 1.3.6.1.4.1.171.12.52.2
           swPimRegisterProbeTime 1.3.6.1.4.1.171.12.52.2.1 integer32 read-write
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.
           swPimRegisterSuppressionTime 1.3.6.1.4.1.171.12.52.2.2 integer32 read-write
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.
           swPimInfoTable 1.3.6.1.4.1.171.12.52.2.3 no-access
The PIM Information Table contains PIM related information, such as DR priority.
               swPimInfoEntry 1.3.6.1.4.1.171.12.52.2.3.1 no-access
An entry in the PIM Information Table.
                   swPimInfoInterface 1.3.6.1.4.1.171.12.52.2.3.1.1 interfaceindex no-access
The ifIndex value of this PIM interface.
                   swPimInfoAddress 1.3.6.1.4.1.171.12.52.2.3.1.2 ipaddress read-only
The IP address of the PIM interface.
                   swPimInfoNetMask 1.3.6.1.4.1.171.12.52.2.3.1.3 ipaddress read-only
The network mask for the IP address of the PIM interface.
                   swPimInfoDesignatedRouter 1.3.6.1.4.1.171.12.52.2.3.1.4 ipaddress read-only
The Designated Router on this PIM interface. For point-to- point interfaces, this object has the value 0.0.0.0.
                   swPimInfoHelloInterval 1.3.6.1.4.1.171.12.52.2.3.1.5 integer32 read-write
The frequency at which PIM Hello messages are transmitted on this interface.
                   swPimInfoJoinPruneInterval 1.3.6.1.4.1.171.12.52.2.3.1.6 integer32 read-write
The frequency at which PIM Join/Prune messages are transmitted on this PIM interface. The default value of this object is the pimJoinPruneInterval.
                   swPimInfoDRPriority 1.3.6.1.4.1.171.12.52.2.3.1.7 unsigned32 read-write
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.
                   swPimInfoMode 1.3.6.1.4.1.171.12.52.2.3.1.8 integer read-write
The configured mode of this PIM interface. A value of sparseDense is only valid for PIMv1. Enumeration: 'sparseDense': 3, 'dense': 1, 'sparse': 2.
                   swPimInfoState 1.3.6.1.4.1.171.12.52.2.3.1.9 integer read-write
The configured state of this PIM interface. Enumeration: 'disabled': 2, 'enabled': 1.
       swPimSmMgmt 1.3.6.1.4.1.171.12.52.3
           swPimCbsrInfoMgmt 1.3.6.1.4.1.171.12.52.3.1
               swpimCbsrBootStrapPeriod 1.3.6.1.4.1.171.12.52.3.1.1 integer32 read-write
The time interval, in seconds, for Boot Strap Messages originating from the elected BSR.
               swPimCbsrHashMaskLen 1.3.6.1.4.1.171.12.52.3.1.2 integer32 read-write
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.
               swPimCbsrTable 1.3.6.1.4.1.171.12.52.3.1.3 no-access
The PIM CBSR Table contains the candidate bootstrap router related information, such as interface name, IP address and priority.
                   swPimCbsrEntry 1.3.6.1.4.1.171.12.52.3.1.3.1 no-access
An entry in the PIM CBSR Table.
                       swPimCbsrInterface 1.3.6.1.4.1.171.12.52.3.1.3.1.1 interfaceindex no-access
The ifIndex value of this PIM interface.
                       swPimCbsrIpAddress 1.3.6.1.4.1.171.12.52.3.1.3.1.2 ipaddress read-only
The IP address of this PIM interface.
                       swPimCbsrSubnetMask 1.3.6.1.4.1.171.12.52.3.1.3.1.3 ipaddress read-only
The IP netmask for this PIM interface.
                       swPimCbsrPriority 1.3.6.1.4.1.171.12.52.3.1.3.1.4 integer32 read-write
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.
           swPimCandidateRPMgmt 1.3.6.1.4.1.171.12.52.3.2
               swPimCandidateRPHoldtime 1.3.6.1.4.1.171.12.52.3.2.1 integer32 read-write
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.
               swPimCandidateRPPriority 1.3.6.1.4.1.171.12.52.3.2.2 integer32 read-write
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.
               swPimCandidateRPWildcardPrefixCnt 1.3.6.1.4.1.171.12.52.3.2.3 integer32 read-write
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.
               swPimCandidateRPTable 1.3.6.1.4.1.171.12.52.3.2.4 no-access
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).
                   swPimCandidateRPEntry 1.3.6.1.4.1.171.12.52.3.2.4.1 no-access
An entry (conceptual row) in the pimCandidateRPTable.
                       swPimCandidateRPGroupAddress 1.3.6.1.4.1.171.12.52.3.2.4.1.1 ipaddress no-access
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.
                       swPimCandidateRPGroupMask 1.3.6.1.4.1.171.12.52.3.2.4.1.2 ipaddress no-access
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.
                       swPimCandidateRPInterface 1.3.6.1.4.1.171.12.52.3.2.4.1.3 displaystring read-only
The name of the interface which will be advertised as a Candidate-RP.
                       swPimCandidateRPRowStatus 1.3.6.1.4.1.171.12.52.3.2.4.1.4 rowstatus read-only
The status of this row, by which new entries may be created, or old entries deleted from this table.
           swPimNeighborTable 1.3.6.1.4.1.171.12.52.3.3 no-access
The (conceptual) table listing the router's PIM neighbors.
               swPimNeighborEntry 1.3.6.1.4.1.171.12.52.3.3.1 no-access
An entry (conceptual row) in the swPimNeighborTable.
                   swPimNeighborAddress 1.3.6.1.4.1.171.12.52.3.3.1.1 ipaddress no-access
The IP address of the PIM neighbor for which to find PIM neighbor information.
                   swPimNeighborIfIndex 1.3.6.1.4.1.171.12.52.3.3.1.2 interfaceindex read-only
The value of ifIndex for the interface used for which to find PIM neighbor information.
                   swPimNeighborExpiryTime 1.3.6.1.4.1.171.12.52.3.3.1.3 timeticks read-only
The minimum time remaining before this PIM neighbor ages out.
           swPimSptMgmt 1.3.6.1.4.1.171.12.52.3.4
               swPimLastHopSptSwitchover 1.3.6.1.4.1.171.12.52.3.4.3 integer read-write
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. Enumeration: 'immediately': 2, 'never': 1.
           swPimRegChksumIncDataTable 1.3.6.1.4.1.171.12.52.3.5 no-access
The PIM Register Checksum Including Data Table contains the PIM register checksum including data information, such as RP address and state.
               swPimRegChksumIncDataEntry 1.3.6.1.4.1.171.12.52.3.5.1 no-access
An entry in the PIM Register Checksum Including Data Table.
                   swL3SwPimRegChksumIncDataRpAddr 1.3.6.1.4.1.171.12.52.3.5.1.1 ipaddress no-access
Specifies the RP address.
                   swL3SwPimRegChksumIncDataState 1.3.6.1.4.1.171.12.52.3.5.1.2 rowstatus read-only
The state of register checksum including data for RPs.
           swPimStaticRPTable 1.3.6.1.4.1.171.12.52.3.6 no-access
The PIM Static RP Table contains the PIM static RP related information, such as group address, group mask, RP address and RP row status.
               swPimStaticRPEntry 1.3.6.1.4.1.171.12.52.3.6.1 no-access
An entry in the PIM Static RP Table.
                   swPimStaticRPGroupAddress 1.3.6.1.4.1.171.12.52.3.6.1.1 ipaddress no-access
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.
                   swPimStaticRPGroupMask 1.3.6.1.4.1.171.12.52.3.6.1.2 ipaddress no-access
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.
                   swPimStaticRPAddress 1.3.6.1.4.1.171.12.52.3.6.1.3 ipaddress no-access
The (unicast) address of the interface which will be advertised as a static RP.
                   swPimStaticRPRowStatus 1.3.6.1.4.1.171.12.52.3.6.1.4 rowstatus read-only
The status of this row, by which new entries may be created, or old entries deleted from this table.
           swPimIpMRouteTable 1.3.6.1.4.1.171.12.52.3.7 no-access
The (conceptual) table listing PIM-specific information on a subset of the rows of the ipMRouteTable defined in the IP Multicast MIB.
               swPimIpMRouteEntry 1.3.6.1.4.1.171.12.52.3.7.1 no-access
An entry (conceptual row) in the pimIpMRouteTable. There is one entry, per entry in the ipMRouteTable, whose incoming interface is running PIM.
                   swPimIpMRouteGroup 1.3.6.1.4.1.171.12.52.3.7.1.1 ipaddress no-access
The IP multicast group address for which this entry contains multicast routing information.
                   swPimIpMRouteSource 1.3.6.1.4.1.171.12.52.3.7.1.2 ipaddress no-access
The network address which, when combined with the corresponding value of ipMRouteSourceMask, identifies the sources for which this entry contains multicast routing information.
                   swPimIpMRouteSourceMask 1.3.6.1.4.1.171.12.52.3.7.1.3 ipaddress no-access
The network mask which, when combined with the corresponding value of ipMRouteSource, identifies the sources for which this entry contains multicast routing information.
                   swPimIpMRouteUpstreamAssertTimer 1.3.6.1.4.1.171.12.52.3.7.1.4 timeticks read-only
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.
                   swPimIpMRouteAssertMetric 1.3.6.1.4.1.171.12.52.3.7.1.5 integer32 read-only
The metric advertised by the assert winner on the upstream interface, or 0 if no such assert is received.
                   swPimIpMRouteAssertMetricPref 1.3.6.1.4.1.171.12.52.3.7.1.6 integer32 read-only
The preference advertised by the assert winner on the upstream interface, or 0 if no such assert is in effect.
                   swPimIpMRouteAssertRPTBit 1.3.6.1.4.1.171.12.52.3.7.1.7 truthvalue read-only
The value of the RPT-bit advertised by the assert winner on the upstream interface, or false if no such assert is in effect.
                   swPimIpMRouteFlags 1.3.6.1.4.1.171.12.52.3.7.1.8 bits read-only
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. Bits: 'spt': 1, 'rpt': 0.
                   swPimIpMRouteType 1.3.6.1.4.1.171.12.52.3.7.1.9 displaystring read-only
This object describes the PIM-specific type as related to a multicast state entry.
           swPimRPSetMgmt 1.3.6.1.4.1.171.12.52.3.8
               swPimRPSetBootstrapRouter 1.3.6.1.4.1.171.12.52.3.8.1 ipaddress read-only
Specifies a Bootstrap Router.
               swPimRPSetTable 1.3.6.1.4.1.171.12.52.3.8.2 no-access
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.
                   swPimRPSetEntry 1.3.6.1.4.1.171.12.52.3.8.2.1 no-access
An entry (conceptual row) in the pimRPSetTable.
                       swPimRPSetComponent 1.3.6.1.4.1.171.12.52.3.8.2.1.1 integer32 no-access
A number uniquely identifying the component. Each protocol instance connected to a separate domain should have a different index value.
                       swPimRPSetGroupAddress 1.3.6.1.4.1.171.12.52.3.8.2.1.2 ipaddress no-access
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.
                       swPimRPSetGroupMask 1.3.6.1.4.1.171.12.52.3.8.2.1.3 ipaddress no-access
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.
                       swPimRPSetAddress 1.3.6.1.4.1.171.12.52.3.8.2.1.4 ipaddress no-access
The IP address of the Candidate-RP.
                       swPimRPSetType 1.3.6.1.4.1.171.12.52.3.8.2.1.5 integer read-only
The type of a Candidate-RP. Enumeration: 'none': 1, 'static': 2.