PIM-BSR-MIB

File: PIM-BSR-MIB.mib (25422 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
INET-ADDRESS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
mib-2 Unsigned32 TimeTicks
RowStatus TruthValue StorageType
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
InetAddressType InetAddressPrefixLength InetAddress
InetZoneIndex

Defined Types

PimBsrCandidateRPEntry  
SEQUENCE    
  pimBsrCandidateRPAddressType InetAddressType
  pimBsrCandidateRPAddress InetAddress
  pimBsrCandidateRPGroupAddress InetAddress
  pimBsrCandidateRPGroupPrefixLength InetAddressPrefixLength
  pimBsrCandidateRPBidir TruthValue
  pimBsrCandidateRPAdvTimer TimeTicks
  pimBsrCandidateRPPriority Unsigned32
  pimBsrCandidateRPAdvInterval Unsigned32
  pimBsrCandidateRPHoldtime Unsigned32
  pimBsrCandidateRPStatus RowStatus
  pimBsrCandidateRPStorageType StorageType

PimBsrElectedBSRRPSetEntry  
SEQUENCE    
  pimBsrElectedBSRGrpMappingAddrType InetAddressType
  pimBsrElectedBSRGrpMappingGrpAddr InetAddress
  pimBsrElectedBSRGrpMappingGrpPrefixLen InetAddressPrefixLength
  pimBsrElectedBSRGrpMappingRPAddr InetAddress
  pimBsrElectedBSRRPSetPriority Unsigned32
  pimBsrElectedBSRRPSetHoldtime Unsigned32
  pimBsrElectedBSRRPSetExpiryTime TimeTicks
  pimBsrElectedBSRRPSetGrpBidir TruthValue

PimBsrCandidateBSREntry  
SEQUENCE    
  pimBsrCandidateBSRZoneIndex InetZoneIndex
  pimBsrCandidateBSRAddressType InetAddressType
  pimBsrCandidateBSRAddress InetAddress
  pimBsrCandidateBSRPriority Unsigned32
  pimBsrCandidateBSRHashMaskLength Unsigned32
  pimBsrCandidateBSRElectedBSR TruthValue
  pimBsrCandidateBSRBootstrapTimer TimeTicks
  pimBsrCandidateBSRStatus RowStatus
  pimBsrCandidateBSRStorageType StorageType

PimBsrElectedBSREntry  
SEQUENCE    
  pimBsrElectedBSRZoneIndex InetZoneIndex
  pimBsrElectedBSRAddressType InetAddressType
  pimBsrElectedBSRAddress InetAddress
  pimBsrElectedBSRPriority Unsigned32
  pimBsrElectedBSRHashMaskLength Unsigned32
  pimBsrElectedBSRExpiryTime TimeTicks

Defined Values

pimBsrMIB 1.3.6.1.2.1.172
The MIB module for management of the Bootstrap Router (BSR) mechanism for PIM routers. Copyright (C) The IETF Trust (2008). This version of this MIB module is part of RFC 5240; see the RFC itself for full legal notices.
MODULE-IDENTITY    

pimBsrNotifications 1.3.6.1.2.1.172.0
OBJECT IDENTIFIER    

pimBsrObjects 1.3.6.1.2.1.172.1
OBJECT IDENTIFIER    

pimBsrConformance 1.3.6.1.2.1.172.2
OBJECT IDENTIFIER    

pimBsrCompliances 1.3.6.1.2.1.172.2.1
OBJECT IDENTIFIER    

pimBsrGroups 1.3.6.1.2.1.172.2.2
OBJECT IDENTIFIER    

pimBsrCandidateRPTable 1.3.6.1.2.1.172.1.1
The (conceptual) table listing the IP multicast group prefixes for which the local router is to advertise itself as a Candidate-RP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PimBsrCandidateRPEntry

pimBsrCandidateRPEntry 1.3.6.1.2.1.172.1.1.1
An entry (conceptual row) in the pimBsrCandidateRPTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  PimBsrCandidateRPEntry  

pimBsrCandidateRPAddressType 1.3.6.1.2.1.172.1.1.1.1
The Inet address type of the Candidate-RP.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

pimBsrCandidateRPAddress 1.3.6.1.2.1.172.1.1.1.2
The (unicast) address that will be advertised as a Candidate-RP. The InetAddressType is given by the pimBsrCandidateRPAddressType object.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|8|16|20)  

pimBsrCandidateRPGroupAddress 1.3.6.1.2.1.172.1.1.1.3
The IP multicast group address that, when combined with the corresponding value of pimBsrCandidateRPGroupPrefixLength, identifies a group prefix for which the local router will advertise itself as a Candidate-RP. The InetAddressType is given by the pimBsrCandidateRPAddressType object. This address object is only significant up to pimBsrCandidateRPGroupPrefixLength bits. The remainder of the address bits are zero. This is especially important for this field, which is part of the index of this entry. Any non-zero bits would signify an entirely different entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|8|16|20)  

pimBsrCandidateRPGroupPrefixLength 1.3.6.1.2.1.172.1.1.1.4
The multicast group address mask that, when combined with the corresponding value of pimBsrCandidateRPGroupAddress, identifies a group prefix for which the local router will advertise itself as a Candidate-RP. The InetAddressType is given by the pimBsrCandidateRPAddressType object.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressPrefixLength 4..128  

pimBsrCandidateRPBidir 1.3.6.1.2.1.172.1.1.1.5
If this object is set to TRUE, this group range is advertised with this RP as a BIDIR-PIM group range. If it is set to FALSE, it is advertised as a PIM-SM group range.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

pimBsrCandidateRPAdvTimer 1.3.6.1.2.1.172.1.1.1.6
The time remaining before the local router next sends a Candidate-RP-Advertisement to the elected BSR for this zone.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

pimBsrCandidateRPPriority 1.3.6.1.2.1.172.1.1.1.7
The priority for this Candidate-RP advertised in Candidate-RP-Advertisements.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..255  

pimBsrCandidateRPAdvInterval 1.3.6.1.2.1.172.1.1.1.8
A Candidate-RP generates Candidate-RP-Advertisements periodically. This object represents the time interval in seconds between two consecutive advertisements.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..26214  

pimBsrCandidateRPHoldtime 1.3.6.1.2.1.172.1.1.1.9
Holdtime for this Candidate-RP. The amount of time (in seconds) this Candidate-RP entry is valid. This object's value can be zero only when this C-RP is shutting down.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

pimBsrCandidateRPStatus 1.3.6.1.2.1.172.1.1.1.10
The status of this row, by which new entries may be created, or old entries deleted from this table. This status object can be set to active(1) without setting any other columnar objects in this entry. All writable objects in this entry can be modified when the status of this entry is active(1).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

pimBsrCandidateRPStorageType 1.3.6.1.2.1.172.1.1.1.11
The storage type for this row. Rows having the value 'permanent' need not allow write-access to any columnar objects in the row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

pimBsrElectedBSRRPSetTable 1.3.6.1.2.1.172.1.2
The (conceptual) table listing BSR-specific information about PIM group mappings learned via C-RP advertisements or created locally using configurations. This table is maintained only on the Elected BSR. An Elected BSR uses this table to create Bootstrap messages after applying a local policy to include some or all of the group mappings in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PimBsrElectedBSRRPSetEntry

pimBsrElectedBSRRPSetEntry 1.3.6.1.2.1.172.1.2.1
An entry (conceptual row) in the pimBsrElectedBSRRPSetTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  PimBsrElectedBSRRPSetEntry  

pimBsrElectedBSRGrpMappingAddrType 1.3.6.1.2.1.172.1.2.1.2
The Inet address type of the IP multicast group prefix.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

pimBsrElectedBSRGrpMappingGrpAddr 1.3.6.1.2.1.172.1.2.1.3
The IP multicast group address that, when combined with pimBsrElectedBSRGrpMappingGrpPrefixLen, gives the group prefix for this mapping. The InetAddressType is given by the pimBsrElectedBSRGrpMappingAddrType object. This address object is only significant up to pimBsrElectedBSRGrpMappingGrpPrefixLen bits. The remainder of the address bits are zero. This is especially important for this field, which is part of the index of this entry. Any non-zero bits would signify an entirely different entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|8|16|20)  

pimBsrElectedBSRGrpMappingGrpPrefixLen 1.3.6.1.2.1.172.1.2.1.4
The multicast group prefix length that, when combined with pimBsrElectedBSRGrpMappingGrpAddr, gives the group prefix for this mapping. The InetAddressType is given by the pimBsrElectedBSRGrpMappingAddrType object. If pimBsrElectedBSRGrpMappingAddrType is 'ipv4' or 'ipv4z', this object must be in the range 4..32. If pimBsrElectedBSRGrpMappingAddrType is 'ipv6' or 'ipv6z', this object must be in the range 8..128.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressPrefixLength 4..128  

pimBsrElectedBSRGrpMappingRPAddr 1.3.6.1.2.1.172.1.2.1.5
The IP address of the RP to be used for groups within this group prefix. The InetAddressType is given by the pimBsrElectedBSRGrpMappingAddrType object.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|8|16|20)  

pimBsrElectedBSRRPSetPriority 1.3.6.1.2.1.172.1.2.1.6
The priority for RP. Numerically higher values for this object indicate lower priorities, with the value zero denoting the highest priority.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..255  

pimBsrElectedBSRRPSetHoldtime 1.3.6.1.2.1.172.1.2.1.7
The holdtime for RP
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

pimBsrElectedBSRRPSetExpiryTime 1.3.6.1.2.1.172.1.2.1.8
The minimum time remaining before this entry will be aged out. The value zero indicates that this entry will never be aged out.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

pimBsrElectedBSRRPSetGrpBidir 1.3.6.1.2.1.172.1.2.1.9
If this object is TRUE, this group range with this RP is a BIDIR-PIM group range. If it is set to FALSE, it is a PIM-SM group range.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

pimBsrCandidateBSRTable 1.3.6.1.2.1.172.1.3
The (conceptual) table containing Candidate-BSR configuration for the local router. The table contains one row for each zone for which the local router is to advertise itself as a Candidate-BSR.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PimBsrCandidateBSREntry

pimBsrCandidateBSREntry 1.3.6.1.2.1.172.1.3.1
An entry (conceptual row) in the pimBsrCandidateBSRTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  PimBsrCandidateBSREntry  

pimBsrCandidateBSRZoneIndex 1.3.6.1.2.1.172.1.3.1.1
The zone index uniquely identifies the zone on a device to which this Candidate-BSR is attached. There is one entry for each zone in ipMcastZoneTable. Scope-level information for this zone can be extracted from ipMcastZoneTable in IP Multicast MIB [RFC5132]. Zero is a special value used to request the default zone for a given scope. Zero is not a valid value for this object.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetZoneIndex 1..4294967295  

pimBsrCandidateBSRAddressType 1.3.6.1.2.1.172.1.3.1.2
The address type of the Candidate-BSR.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

pimBsrCandidateBSRAddress 1.3.6.1.2.1.172.1.3.1.3
The (unicast) address that the local router will use to advertise itself as a Candidate-BSR. The InetAddressType is given by the pimBsrCandidateBSRAddressType object.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

pimBsrCandidateBSRPriority 1.3.6.1.2.1.172.1.3.1.4
The priority value for the local router as a Candidate-BSR for this zone. Numerically higher values for this object indicate higher priorities.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..255  

pimBsrCandidateBSRHashMaskLength 1.3.6.1.2.1.172.1.3.1.5
The hash mask length (used in the RP hash function) that the local router will advertise in its Bootstrap messages for this zone. This object defaults to 30 if pimBsrCandidateBSRAddressType is 'ipv4' or 'ipv4z' , and defaults to 126 if pimBsrCandidateBSRAddressType is 'ipv6' or 'ipv6z'.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..128  

pimBsrCandidateBSRElectedBSR 1.3.6.1.2.1.172.1.3.1.6
Whether the local router is the elected BSR for this zone.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

pimBsrCandidateBSRBootstrapTimer 1.3.6.1.2.1.172.1.3.1.7
The time remaining before the local router next originates a Bootstrap message for this zone. Value of this object is zero if pimBsrCandidateBSRElectedBSR is 'FALSE'.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

pimBsrCandidateBSRStatus 1.3.6.1.2.1.172.1.3.1.8
The status of this row, by which new entries may be created or old entries deleted from this table. This status object can be set to active(1) without setting any other columnar objects in this entry. All writable objects in this entry can be modified when the status of this entry is active(1).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

pimBsrCandidateBSRStorageType 1.3.6.1.2.1.172.1.3.1.9
The storage type for this row. Rows having the value 'permanent' need not allow write-access to any columnar objects in the row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

pimBsrElectedBSRTable 1.3.6.1.2.1.172.1.4
The (conceptual) table containing information about elected BSRs. The table contains one row for each zone for which there is an elected BSR.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PimBsrElectedBSREntry

pimBsrElectedBSREntry 1.3.6.1.2.1.172.1.4.1
An entry (conceptual row) in the pimBsrElectedBSRTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  PimBsrElectedBSREntry  

pimBsrElectedBSRZoneIndex 1.3.6.1.2.1.172.1.4.1.1
The zone index uniquely identifies the zone on a device to which this Elected BSR is attached. There is one entry for each zone in ipMcastZoneTable. Scope-level information for this zone can be extracted from ipMcastZoneTable in IP Multicast MIB [RFC5132]. Zero is a special value used to request the default zone for a given scope. Zero is not a valid value for this object.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetZoneIndex 1..4294967295  

pimBsrElectedBSRAddressType 1.3.6.1.2.1.172.1.4.1.2
The address type of the elected BSR.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

pimBsrElectedBSRAddress 1.3.6.1.2.1.172.1.4.1.3
The (unicast) address of the elected BSR. The InetAddressType is given by the pimBsrElectedBSRAddressType object.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress Size(4|8|16|20)  

pimBsrElectedBSRPriority 1.3.6.1.2.1.172.1.4.1.4
The priority value for the elected BSR for this address type. Numerically higher values for this object indicate higher priorities.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..255  

pimBsrElectedBSRHashMaskLength 1.3.6.1.2.1.172.1.4.1.5
The hash mask length (used in the RP hash function) advertised by the elected BSR for this zone.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..128  

pimBsrElectedBSRExpiryTime 1.3.6.1.2.1.172.1.4.1.6
The minimum time remaining before the elected BSR for this zone will be declared down.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

pimBsrElectedBSRLostElection 1.3.6.1.2.1.172.0.1
A pimBsrElectedBSRLostElection notification should be generated when current E-BSR lost election to a new Candidate-BSR. Only an E-BSR should generate this notification. This notification is generated when pimBsrCandidateBSRElectedBSR becomes FALSE.
Status: current Access: read-only
NOTIFICATION-TYPE    

pimBsrCandidateBSRWinElection 1.3.6.1.2.1.172.0.2
A pimBsrCandidateBSRWinElection notification should be generated when a C-BSR wins BSR Election. Only an E-BSR should generate this notification. This notification is generated when pimBsrCandidateBSRElectedBSR becomes TRUE.
Status: current Access: read-only
NOTIFICATION-TYPE    

pimBsrCompliance 1.3.6.1.2.1.172.2.1.1
The compliance statement for PIM routers that implement the Bootstrap Router (BSR) mechanism.
Status: current Access: read-only
MODULE-COMPLIANCE    

pimBsrObjectGroup 1.3.6.1.2.1.172.2.2.1
A collection of objects for managing the Bootstrap Router (BSR) mechanism for PIM routers.
Status: current Access: read-only
OBJECT-GROUP    

pimBsrDiagnosticsGroup 1.3.6.1.2.1.172.2.2.2
Objects providing additional diagnostics related to the Bootstrap Router (BSR) mechanism for PIM routers.
Status: current Access: read-only
NOTIFICATION-GROUP