This table is used to manage Anycast-RP via PIM Register messages, as opposed to via other protocols such as MSDP (Multicast Source Discovery Protocol).
Entries must be configured in this table if and only if the local router is a member of one or more Anycast-RP sets, that is, one or more Anycast-RP addresses are assigned to the local router. Note that if using static RP configuration, this is in addition to, not instead of, the pimStaticRPTable entries that must be configured for the Anycast-RPs.
The set of rows with the same values of both pimAnycastRPSetAddressType and pimAnycastRPSetAnycastAddress corresponds to the Anycast-RP set for that Anycast-RP address.
When an Anycast-RP set configuration is active, one entry per pimAnycastRPSetAnycastAddress corresponds to the local router. The local router is identified by the pimAnycastRpSetLocalRouter object. That entry determines the source address used by the local router when forwarding PIM Register messages within the Anycast-RP set.
The indexes of the table are pimAnycastRPSetAddressType, pimAnycastRPSetAnycastAddress, pimAnycastRPSetRouterAddress.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.2.1.157.1.12.1.1 |
pimAnycastRPSetAddressType |
INTEGER{unknown(0),ipv4(1),ipv6(2),ipv4z(3),ipv6z(4),dns(16)} |
not-accessible |
The address type of the Anycast-RP address and router address. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.157.1.12.1.2 |
pimAnycastRPSetAnycastAddress |
OCTET STRING{(4,4),(8,8),(16,16),(20,20)} |
not-accessible |
The Anycast-RP address. The InetAddressType is given by the pimAnycastRPSetAddressType object. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.157.1.12.1.3 |
pimAnycastRPSetRouterAddress |
OCTET STRING{(4,4),(8,8),(16,16),(20,20)} |
not-accessible |
The address of a router that is a member of the Anycast-RP set. The InetAddressType is given by the pimAnycastRPSetAddressType object. This address differs from pimAnycastRPSetAnycastAddress. Equal values for these two addresses in a single entry are not permitted. That would cause a Register loop. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.157.1.12.1.4 |
pimAnycastRPSetLocalRouter |
INTEGER{true(1),false(2)} |
read-only |
Whether this entry corresponds to the local router. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.157.1.12.1.5 |
pimAnycastRPSetRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
read-create |
The status of this row, by which rows in this table can be created and destroyed. 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). |
The actually supported access is read-only. Currently, the Set operation is not supported |
1.3.6.1.2.1.157.1.12.1.6 |
pimAnycastRPSetStorageType |
INTEGER{other(1),volatile(2),nonVolatile(3),permanent(4),readOnly(5)} |
read-create |
The storage type for this row. Rows having the value 'permanent' need not allow write-access to any columnar objects in the row. |
The actually supported access is read-only. Currently, the Set operation is not supported |