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.
The indexes of the table are pimBsrElectedBSRGrpMappingAddrType, pimBsrElectedBSRGrpMappingGrpAddr, pimBsrElectedBSRGrpMappingGrpPrefixLen, pimBsrElectedBSRGrpMappingRPAddr.
OID |
Object |
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 |
The Inet address type of the IP multicast group prefix. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.172.1.2.1.3 |
pimBsrElectedBSRGrpMappingGrpAddr |
OCTET STRING{(4,4),(8,8),(16,16),(20,20)} |
not-accessible |
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. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.172.1.2.1.4 |
pimBsrElectedBSRGrpMappingGrpPrefixLen |
Unsigned32{(4,128)} |
not-accessible |
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. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.172.1.2.1.5 |
pimBsrElectedBSRGrpMappingRPAddr |
OCTET STRING{(4,4),(8,8),(16,16),(20,20)} |
not-accessible |
The IP address of the RP to be used for groups within this group prefix. The InetAddressType is given by the pimBsrElectedBSRGrpMappingAddrType object. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.172.1.2.1.6 |
pimBsrElectedBSRRPSetPriority |
Unsigned32{(0,255)} |
read-only |
The priority for RP. Numerically higher values for this object indicate lower priorities, with the value zero denoting the highest priority. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.172.1.2.1.7 |
pimBsrElectedBSRRPSetHoldtime |
Unsigned32{(0,65535)} |
read-only |
The holdtime for RP |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.172.1.2.1.8 |
pimBsrElectedBSRRPSetExpiryTime |
TimeTicks |
read-only |
The minimum time remaining before this entry will be aged out. The value zero indicates that this entry will never be aged out. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.172.1.2.1.9 |
pimBsrElectedBSRRPSetGrpBidir |
INTEGER{true(1),false(2)} |
read-only |
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. |
Currently, only the value False is supported. |