RC-PIM-MIB

File: RC-PIM-MIB.mib (20064 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB RAPID-CITY

Imported symbols

MODULE-IDENTITY OBJECT-TYPE experimental
Integer32 IpAddress TimeTicks
RowStatus MODULE-COMPLIANCE OBJECT-GROUP
InterfaceIndexOrZero rcPim

Defined Types

RcPimInterfaceEntry  
SEQUENCE    
  rcPimInterfaceIfIndex InterfaceIndexOrZero
  rcPimInterfaceAddress IpAddress
  rcPimInterfaceNetMask IpAddress
  rcPimInterfaceMode INTEGER
  rcPimInterfaceDR IpAddress
  rcPimInterfaceHelloInterval Integer32
  rcPimInterfaceStatus RowStatus
  rcPimInterfaceJoinPruneInterval Integer32
  rcPimInterfaceCBSRPreference Integer32
  rcPimInterfaceCBSREnable INTEGER

RcPimNeighborEntry  
SEQUENCE    
  rcPimNeighborAddress IpAddress
  rcPimNeighborIfIndex Integer32
  rcPimNeighborUpTime TimeTicks
  rcPimNeighborExpiryTime TimeTicks

RcPimRPSetEntry  
SEQUENCE    
  rcPimRPSetGroupAddress IpAddress
  rcPimRPSetGroupMask IpAddress
  rcPimRPSetAddress IpAddress
  rcPimRPSetHoldTime Integer32
  rcPimRPSetExpiryTime TimeTicks
  rcPimRPSetComponent InterfaceIndexOrZero

RcPimCandidateRPEntry  
SEQUENCE    
  rcPimCandidateRPGroupAddress IpAddress
  rcPimCandidateRPGroupMask IpAddress
  rcPimCandidateRPAddress IpAddress
  rcPimCandidateRPRowStatus RowStatus

RcPimComponentEntry  
SEQUENCE    
  rcPimComponentIndex InterfaceIndexOrZero
  rcPimComponentBSRAddress IpAddress
  rcPimComponentBSRExpiryTime TimeTicks
  rcPimComponentCRPHoldTime Integer32
  rcPimComponentStatus RowStatus

Defined Values

rcPimMib 1.3.6.1.4.1.2272.1.75.0
Enterprise MIB for the Accelar product family.
MODULE-IDENTITY    

rcPimMIBObjects 1.3.6.1.4.1.2272.1.75.1
OBJECT IDENTIFIER    

rcPimScalars 1.3.6.1.4.1.2272.1.75.1.1
OBJECT IDENTIFIER    

rcPimJoinPruneInterval 1.3.6.1.4.1.2272.1.75.1.1.1
The default interval at which periodic PIM-SM Join/Prune messages are to be sent.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..18724  

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

rcPimInterfaceEntry 1.3.6.1.4.1.2272.1.75.1.2.1
An entry (conceptual row) in the rcPimInterfaceTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcPimInterfaceEntry  

rcPimInterfaceIfIndex 1.3.6.1.4.1.2272.1.75.1.2.1.1
The ifIndex value of this PIM interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndexOrZero  

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

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

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

rcPimInterfaceDR 1.3.6.1.4.1.2272.1.75.1.2.1.5
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  

rcPimInterfaceHelloInterval 1.3.6.1.4.1.2272.1.75.1.2.1.6
The frequency at which PIM Hello messages are transmitted on this interface.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

rcPimInterfaceStatus 1.3.6.1.4.1.2272.1.75.1.2.1.7
The status of this entry. Creating the entry enables PIM on the interface; destroying the entry disables PIM on the interface.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rcPimInterfaceJoinPruneInterval 1.3.6.1.4.1.2272.1.75.1.2.1.8
The frequency at which PIM Join/Prune messages are transmitted on this PIM interface. The default value of this object is the rcPimJoinPruneInterval.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..18724  

rcPimInterfaceCBSRPreference 1.3.6.1.4.1.2272.1.75.1.2.1.9
The preference value for the local interface as a candidate bootstrap router. The value of -1 is used to indicate that the local interface is not a candidate BSR interface.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1..255  

rcPimInterfaceCBSREnable 1.3.6.1.4.1.2272.1.75.1.2.1.10
Enable/disable Candidate BSR on rcPim local interface.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

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

rcPimNeighborEntry 1.3.6.1.4.1.2272.1.75.1.3.1
An entry (conceptual row) in the rcPimNeighborTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcPimNeighborEntry  

rcPimNeighborAddress 1.3.6.1.4.1.2272.1.75.1.3.1.1
The IP address of the PIM neighbor for which this entry contains information.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

rcPimNeighborIfIndex 1.3.6.1.4.1.2272.1.75.1.3.1.2
The value of ifIndex for the interface used to reach this PIM neighbor.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rcPimNeighborUpTime 1.3.6.1.4.1.2272.1.75.1.3.1.3
The time since this PIM neighbor (last) became a neighbor of the local router.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

rcPimNeighborExpiryTime 1.3.6.1.4.1.2272.1.75.1.3.1.4
The minimum time remaining before this PIM neighbor will be aged out.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

rcPimRPSetTable 1.3.6.1.4.1.2272.1.75.1.6
The (conceptual) table listing PIM information for candidate Rendezvous Points (RPs) 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  
    RcPimRPSetEntry

rcPimRPSetEntry 1.3.6.1.4.1.2272.1.75.1.6.1
An entry (conceptual row) in the rcPimRPSetTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcPimRPSetEntry  

rcPimRPSetGroupAddress 1.3.6.1.4.1.2272.1.75.1.6.1.1
The IP multicast group address which, when combined with rcPimRPSetGroupMask, gives the group prefix for which this entry contains information about the Candidate-RP.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

rcPimRPSetGroupMask 1.3.6.1.4.1.2272.1.75.1.6.1.2
The multicast group address mask which, when combined with rcPimRPSetGroupAddress, gives the group prefix for which this entry contains information about the Candidate-RP.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

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

rcPimRPSetHoldTime 1.3.6.1.4.1.2272.1.75.1.6.1.4
The holdtime of a Candidate-RP. If the local router is not the BSR, this value is 0.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

rcPimRPSetExpiryTime 1.3.6.1.4.1.2272.1.75.1.6.1.5
The minimum time remaining before the Candidate-RP will be declared down. If the local router is not the BSR, this value is 0.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

rcPimRPSetComponent 1.3.6.1.4.1.2272.1.75.1.6.1.6
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    
  InterfaceIndexOrZero  

rcPimCandidateRPTable 1.3.6.1.4.1.2272.1.75.1.11
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 rcPimCandidateRPHoldTime 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 rcPimCandidateRPHoldTime is non- zero).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcPimCandidateRPEntry

rcPimCandidateRPEntry 1.3.6.1.4.1.2272.1.75.1.11.1
An entry (conceptual row) in the rcPimCandidateRPTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcPimCandidateRPEntry  

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

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

rcPimCandidateRPAddress 1.3.6.1.4.1.2272.1.75.1.11.1.3
The (unicast) address of the interface which will be advertised as a Candidate-RP.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rcPimCandidateRPRowStatus 1.3.6.1.4.1.2272.1.75.1.11.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  

rcPimComponentTable 1.3.6.1.4.1.2272.1.75.1.12
The (conceptual) table containing objects specific to a PIM domain. One row exists for each domain to which the router is connected.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcPimComponentEntry

rcPimComponentEntry 1.3.6.1.4.1.2272.1.75.1.12.1
An entry (conceptual row) in the rcPimComponentTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcPimComponentEntry  

rcPimComponentIndex 1.3.6.1.4.1.2272.1.75.1.12.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    
  InterfaceIndexOrZero  

rcPimComponentBSRAddress 1.3.6.1.4.1.2272.1.75.1.12.1.2
The IP address of the bootstrap router (BSR) for the local PIM region.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rcPimComponentBSRExpiryTime 1.3.6.1.4.1.2272.1.75.1.12.1.3
The minimum time remaining before the bootstrap router in the local domain will be declared down. For candidate BSRs, this is the time until the component sends an RP-Set message. For other routers, this is the time until it may accept an RP-Set message from a lower candidate BSR.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

rcPimComponentCRPHoldTime 1.3.6.1.4.1.2272.1.75.1.12.1.4
The holdtime of the component when it is a candidate RP in the local domain. The value of 0 is used to indicate that the local system is not a Candidate-RP.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..255  

rcPimComponentStatus 1.3.6.1.4.1.2272.1.75.1.12.1.5
The status of this entry. Creating the entry creates another protocol instance; destroying the entry disables a protocol instance.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rcPimMIBConformance 1.3.6.1.4.1.2272.1.75.2
OBJECT IDENTIFIER    

rcPimMIBCompliances 1.3.6.1.4.1.2272.1.75.2.1
OBJECT IDENTIFIER    

rcPimMIBGroups 1.3.6.1.4.1.2272.1.75.2.2
OBJECT IDENTIFIER    

rcPimSparseV2MIBCompliance 1.3.6.1.4.1.2272.1.75.2.1.2
The compliance statement for routers running PIM Sparse Mode and implementing the PIM MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

rcPimDenseV2MIBCompliance 1.3.6.1.4.1.2272.1.75.2.1.3
The compliance statement for routers running PIM Dense Mode and implementing the PIM MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

rcPimV2MIBGroup 1.3.6.1.4.1.2272.1.75.2.2.2
A collection of objects to support management of PIM Sparse Mode (version 2) routers.
Status: current Access: read-only
OBJECT-GROUP    

rcPimDenseV2MIBGroup 1.3.6.1.4.1.2272.1.75.2.2.5
A collection of objects to support management of PIM Dense Mode (version 2) routers.
Status: current Access: read-only
OBJECT-GROUP    

rcPimV2CandidateRPMIBGroup 1.3.6.1.4.1.2272.1.75.2.2.3
A collection of objects to support configuration of which groups a router is to advertise itself as a Candidate-RP.
Status: current Access: read-only
OBJECT-GROUP