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

VENDOR: CISCO


 Home MIB: CISCO-PIM-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
 ciscoPimMIB 1.3.6.1.4.1.9.9.184
This MIB module defines the cisco specific variables for Protocol Independent Multicast (PIM) management. These definitions are an extension of those defined in the IETF PIM MIB (RFC 2934).
         ciscoPimMIBObjects 1.3.6.1.4.1.9.9.184.1
             cpim 1.3.6.1.4.1.9.9.184.1.1
                 cpimInvalidRegisterMsgsRcvd 1.3.6.1.4.1.9.9.184.1.1.1 counter32 read-only
A count of the number of invalid PIM Register messages received by this device. A PIM Register message is termed invalid if o the encapsulated IP header is malformed, o the destination of the PIM Register message is not the RP (Rendezvous Point) for the group in question, o the source/DR (Designated Router) address is not a valid unicast address.
                 cpimInvalidJoinPruneMsgsRcvd 1.3.6.1.4.1.9.9.184.1.1.2 counter32 read-only
A count of the number of invalid PIM Join/Prune messages received by this device. A PIM Join/Prune message is termed invalid if o the RP specified in the packet is not the RP for the group in question.
                 cpimLastErrorType 1.3.6.1.4.1.9.9.184.1.1.3 integer read-only
The type of the last invalid message that was received by this device. Enumeration: 'none': 1, 'invalidJoinPrune': 3, 'invalidRegister': 2.
                 cpimLastErrorOriginType 1.3.6.1.4.1.9.9.184.1.1.4 inetaddresstype read-only
Represents the type of address stored in cpimLastErrorOrigin. The value of this object is irrelevant if the value of cpimLastErrorType is none(1).
                 cpimLastErrorOrigin 1.3.6.1.4.1.9.9.184.1.1.5 inetaddress read-only
This object represents the Network Layer Address of the source that originated the last invalid packet. The type of address stored depends on the value in cpimLastErrorOriginType. The value of this object represents the Network Layer Address of the Designated Router (DR) whenever the value of cpimLastErrorGroup is a zero-length address, for eg. when encapsulated IP header is malformed. The value of this object is irrelevant if the value of cpimLastErrorType is none(1).
                 cpimLastErrorGroupType 1.3.6.1.4.1.9.9.184.1.1.6 inetaddresstype read-only
Represents the type of address stored in cpimLastErrorGroup. The value of this object is unknown(0) if there is a problem in the packet received from the DR. The value of this object is irrelevant if the value of cpimLastErrorType is none(1).
                 cpimLastErrorGroup 1.3.6.1.4.1.9.9.184.1.1.7 inetaddress read-only
The IP multicast group address to which the last invalid packet was addressed. The type of address stored depends on the value in cpimLastErrorGroupType. The value of this object is a zero-length InetAddress if there is a problem in the packet received from the DR, for eg. a malformed encapsulated IP header. The value of this object is irrelevant if the value of cpimLastErrorType is none(1).
                 cpimLastErrorRPType 1.3.6.1.4.1.9.9.184.1.1.8 inetaddresstype read-only
Represents the type of address stored in cpimLastErrorRP. The value of this object is irrelevant if the value of cpimLastErrorType is none(1).
                 cpimLastErrorRP 1.3.6.1.4.1.9.9.184.1.1.9 inetaddress read-only
The address of the RP, as per the last invalid packet. The type of address stored depends on the value in cpimLastErrorRPType. The value of this object is irrelevant if the value of cpimLastErrorType is none(1).
         ciscoPimMIBNotificationPrefix 1.3.6.1.4.1.9.9.184.2
             ciscoPimMIBNotifications 1.3.6.1.4.1.9.9.184.2.0
                 ciscoPimInterfaceUp 1.3.6.1.4.1.9.9.184.2.0.1
A ciscoPimInterfaceUp notification signifies the restoration of a PIM interface. This notification should be generated whenever pimInterfaceStatus transitions into the 'active' state. pimInterfaceStatus identifies the interface which was involved in the generation of this notification.
                 ciscoPimInterfaceDown 1.3.6.1.4.1.9.9.184.2.0.2
A ciscoPimInterfaceDown notification signifies the loss of a PIM interface. This notification should be generated whenever an entry is about to be deleted from the PimInterfaceTable. pimInterfaceStatus identifies the interface which was involved in the generation of this notification.
                 ciscoPimRPMappingChange 1.3.6.1.4.1.9.9.184.2.0.3
A ciscoPimRPMappingChange notification signifies a change in the RP Mapping on the device in question. A change in RP Mapping could be because of addition of new entries to the RP Mapping cache, deletion of existing entries, or a modification to an existing mapping. The type of change is indicated by cpimRPMappingChangeType. pimRPSetHoldTime is used to identify the row in the pimRPSetTable that is responsible for the generation of this notification. In case of modification to existing entries, a notification should be generated once before the modification (with cpimRPMappingChangeType set to modifiedOldMapping) and once after modification (with cpimRPMappingChangeType set to modifiedNewMapping). NOTE: A high frequency of RP Mapping change could result in a large number of ciscoPimRPMappingChange notifications being generated. Hence, in environments where the possibility of a high frequency of RP Mapping change exists, enable this notification with utmost care.
                 ciscoPimInvalidRegister 1.3.6.1.4.1.9.9.184.2.0.4
A ciscoPimInvalidRegister notification signifies that an invalid Register message was received by this device. This notification is generated whenever the cpimInvalidRegisterMsgsRcvd counter is incremented. cpimLastErrorOrigin, cpimLastErrorGroup, and cpimLastErrorRP should signify the source address, group address and the RP address in the invalid register packet.
                 ciscoPimInvalidJoinPrune 1.3.6.1.4.1.9.9.184.2.0.5
A ciscoPimInvalidJoinPrune notification signifies the receipt of an invalid join/prune message. This notification is generated whenever the cpimInvalidJoinPruneMsgsRcvd counter is incremented. cpimLastErrorOrigin, cpimLastErrorGroup, and cpimLastErrorRP should signify the source address, group address and the RP address in the invalid join/prune packet.
             ciscoPimMIBNotificationObjects 1.3.6.1.4.1.9.9.184.2.1
                 cpimRPMappingChangeType 1.3.6.1.4.1.9.9.184.2.1.1 integer read-only
Describes the operation that resulted in generation of cpimRPMappingChange notification. o newMapping, as the name suggests indicates that a new mapping has been added into the pimRPSetTable, o deletedMapping indicates that a mapping has been deleted from the pimRPSetTable, and, o modifiedXXXMapping indicates that an RP mapping (which already existed in the table) has been modified. The two modifications types i.e. modifiedOldMapping and modifiedNewMapping, are defined to differentiate the notification generated before modification from that generated after modification. Enumeration: 'modifiedOldMapping': 3, 'deletedMapping': 2, 'newMapping': 1, 'modifiedNewMapping': 4.
         ciscoPimMIBConformance 1.3.6.1.4.1.9.9.184.3
             ciscoPimMIBCompliances 1.3.6.1.4.1.9.9.184.3.1
                 ciscoPimSparseMIBCompliance 1.3.6.1.4.1.9.9.184.3.1.1
The compliance statement for devices running PIM Sparse Mode and implementing the CISCO PIM MIB.
             ciscoPimMIBGroups 1.3.6.1.4.1.9.9.184.3.2
                 ciscoPimSparseMIBGroup 1.3.6.1.4.1.9.9.184.3.2.1
A collection of objects to support management of PIM Sparse mode on Cisco devices.
                 ciscoPimNotificationObjectGroup 1.3.6.1.4.1.9.9.184.3.2.2
A collection of objects that are supported only for notification purpose.