CISCO-PIM-MIB

File: CISCO-PIM-MIB.mib (14006 bytes)

Imported modules

SNMPv2-SMI INET-ADDRESS-MIB SNMPv2-CONF
CISCO-SMI PIM-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
NOTIFICATION-TYPE InetAddressType InetAddress
MODULE-COMPLIANCE OBJECT-GROUP ciscoMgmt
pimInterfaceStatus pimRPSetHoldTime

Defined Values

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).
MODULE-IDENTITY    

ciscoPimMIBObjects 1.3.6.1.4.1.9.9.184.1
OBJECT IDENTIFIER    

cpim 1.3.6.1.4.1.9.9.184.1.1
OBJECT IDENTIFIER    

cpimInvalidRegisterMsgsRcvd 1.3.6.1.4.1.9.9.184.1.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cpimInvalidJoinPruneMsgsRcvd 1.3.6.1.4.1.9.9.184.1.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cpimLastErrorType 1.3.6.1.4.1.9.9.184.1.1.3
The type of the last invalid message that was received by this device.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), invalidRegister(2), invalidJoinPrune(3)  

cpimLastErrorOriginType 1.3.6.1.4.1.9.9.184.1.1.4
Represents the type of address stored in cpimLastErrorOrigin. The value of this object is irrelevant if the value of cpimLastErrorType is none(1).
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

cpimLastErrorOrigin 1.3.6.1.4.1.9.9.184.1.1.5
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).
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

cpimLastErrorGroupType 1.3.6.1.4.1.9.9.184.1.1.6
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).
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

cpimLastErrorGroup 1.3.6.1.4.1.9.9.184.1.1.7
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).
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

cpimLastErrorRPType 1.3.6.1.4.1.9.9.184.1.1.8
Represents the type of address stored in cpimLastErrorRP. The value of this object is irrelevant if the value of cpimLastErrorType is none(1).
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

cpimLastErrorRP 1.3.6.1.4.1.9.9.184.1.1.9
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).
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ciscoPimMIBNotificationPrefix 1.3.6.1.4.1.9.9.184.2
OBJECT IDENTIFIER    

ciscoPimMIBNotifications 1.3.6.1.4.1.9.9.184.2.0
OBJECT IDENTIFIER    

ciscoPimMIBNotificationObjects 1.3.6.1.4.1.9.9.184.2.1
OBJECT IDENTIFIER    

cpimRPMappingChangeType 1.3.6.1.4.1.9.9.184.2.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER newMapping(1), deletedMapping(2), modifiedOldMapping(3), modifiedNewMapping(4)  

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.
Status: current Access: read-only
NOTIFICATION-TYPE    

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.
Status: current Access: read-only
NOTIFICATION-TYPE    

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.
Status: current Access: read-only
NOTIFICATION-TYPE    

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.
Status: current Access: read-only
NOTIFICATION-TYPE    

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.
Status: current Access: read-only
NOTIFICATION-TYPE    

ciscoPimMIBConformance 1.3.6.1.4.1.9.9.184.3
OBJECT IDENTIFIER    

ciscoPimMIBCompliances 1.3.6.1.4.1.9.9.184.3.1
OBJECT IDENTIFIER    

ciscoPimMIBGroups 1.3.6.1.4.1.9.9.184.3.2
OBJECT IDENTIFIER    

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.
Status: current Access: read-only
MODULE-COMPLIANCE    

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.
Status: current Access: read-only
OBJECT-GROUP    

ciscoPimNotificationObjectGroup 1.3.6.1.4.1.9.9.184.3.2.2
A collection of objects that are supported only for notification purpose.
Status: current Access: read-only
OBJECT-GROUP