PIM-BSR-MIB
Functions Overview
PIM-BSR-MIB, as a public MIB, is used to implement management function in the PIM BSR mechanism. Using this MIB, you can query information about the BSR RP-Set table, including RP priority, holdtime of RP mapping, and timeout period is supported.
Root directory:
iso(1).rog(3).dod(6).internet(1).mgmt(2).mib-2(1).pimbsrMIB(172)
Description of MIB Tables
pimBsrElectedBSRRPSetTable
This table describes RP-Set information in the elected BSR.
The indexes of this table are pimBsrElectedBSRGrpMappingAddrType, pimBsrElectedBSRGrpMappingGrpAddr, pimBsrElectedBSRGrpMappingGrpPrefixLen, and pimBsrElectedBSRGrpMappingRPAddr.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.2.1.172.1.2.1.2 |
pimBsrElectedBSRGrpMappingAddrType |
INTEGER{unknown(0),ipv4(1),ipv6(2),ipv4z(3),ipv6z(4),dns(16)} |
Not-accessible |
This object indicates the type of an IP address. The value can be IPv4 or IPv6. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.2.1.172.1.2.1.3 |
pimBsrElectedBSRGrpMappingGrpAddr |
OCTET STRING (SIZE (0..255)) |
Not-accessible |
This object indicates a group address. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.2.1.172.1.2.1.4 |
pimBsrElectedBSRGrpMappingGrpPrefixLen |
Unsigned32 (0..2040) |
Not-accessible |
This object indicates the prefix of a group address. In the case of an IPv4 address, the value ranges from 4 to 32. In the case of an IPv6 address, the value ranges from 8 to 128. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.2.1.172.1.2.1.5 |
pimBsrElectedBSRGrpMappingRPAddr |
OCTET STRING (SIZE (0..255)) |
Not-accessible |
This object indicates an RP address. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.2.1.172.1.2.1.6 |
pimBsrElectedBSRRPSetPriority |
INTEGER (0..4294967295) |
Read-only |
This object indicates the priority of an RP. The value ranges from 0 to 255. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.2.1.172.1.2.1.7 |
pimBsrElectedBSRRPSetHoldtime |
INTEGER (0..4294967295) |
Read-only |
This object indicates the holdtime of an RP. The value ranges from 0 to 65535. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.2.1.172.1.2.1.8 |
pimBsrElectedBSRRPSetExpiryTime |
INTEGER (0..4294967295) |
Read-only |
This object indicates the timeout period of the current PIM entry. The value 0 indicates that the PIM entry never expires. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.2.1.172.1.2.1.9 |
pimBsrElectedBSRRPSetGrpBidir |
INTEGER{true(1),false(2)} |
Read-only |
This object indicates whether bidirectional PIM is supported. True: indicates that the bidirectional PIM is supported. False: indicates that the PIM-SM is supported. Currently, only the value False is supported. |
This object is implemented as defined in the corresponding MIB file. |
Creation Restriction
No entry can be created in this table.
Modification Restriction
The entries in this table cannot be modified.
Deletion Restriction
The entries in this table cannot be deleted.
Access Restriction
The value range of pimBsrElectedBSRRPSetHoldtime defined in the MIB is 0 to 65535 but the command line supports only 1 to 65535. Since the latter range is a subset of the previous one, there is no access restriction on this object.