AddressType |
The address type of the source and multicast group for this entry. Enumerations: - unknown (0)
- ipv4 (1)
- ipv6 (2)
- ipv4z (3)
- ipv6z (4)
- dns (16)
|
GrpAddress |
The multicast group address for this entry. The InetAddressType is given by the pimSGAddressType object. Length: 16 to 16 |
SrcAddress |
The source address for this entry. The InetAddressType is given by the pimSGAddressType object. Length: 16 to 16 |
UpTime |
The time since this entry was created by the local router. |
PimMode |
Whether pimSGGrpAddress is an SSM (Source Specific Multicast, used with PIM-SM) or ASM (Any Source Multicast, used with PIM-SM) group. Enumerations: |
UpstreamJoinState |
Whether the local router should join the shortest-path tree for the source and group represented by this entry. This corresponds to the state of the upstream (S,G) state machine in the PIM-SM specification. Enumerations: |
UpstreamJoinTimer |
The time remaining before the local router next sends a periodic (S,G) Join message on pimSGRPFIfIndex. This timer is called the (S,G) Upstream Join Timer in the PIM-SM specification. This object is zero if the timer is not running. |
UpstreamNeighbor |
The primary address of the neighbor on pimSGRPFIfIndex that the local router is sending periodic (S,G) Join messages to. This is zero if the RPF next hop is unknown or is not a PIM neighbor. The InetAddressType is given by the pimSGAddressType object. This address is called RPF'(S,G) in the PIM-SM specification. Length: 16 to 16 |
RPFIfIndex |
The value of ifIndex for the RPF interface towards the source, or zero if the RPF interface is unknown. Range: 0 to 2147483647 |
RPFNextHopType |
The address type of the RPF next hop towards the source, or unknown(0) if the RPF next hop is unknown. Enumerations: - unknown (0)
- ipv4 (1)
- ipv6 (2)
- ipv4z (3)
- ipv6z (4)
- dns (16)
|
RPFNextHop |
The address of the RPF next hop towards the source. The InetAddressType is given by the pimSGRPFNextHopType. This address is called MRIB.next_hop(S) in the PIM-SM specification. Length: 16 to 16 |
RPFRouteProtocol |
The routing mechanism via which the route used to find the RPF interface towards the source was learned. Enumerations: - other (1)
- local (2)
- netmgmt (3)
- icmp (4)
- egp (5)
- ggp (6)
- hello (7)
- rip (8)
- isIs (9)
- esIs (10)
- ciscoIgrp (11)
- bbnSpfIgp (12)
- ospf (13)
- bgp (14)
- idpr (15)
- ciscoEigrp (16)
- dvmrp (17)
|
RPFRouteAddress |
The IP address which when combined with the corresponding value of pimSGRPFRoutePrefixLength identifies the route used to find the RPF interface towards the source. The InetAddressType is given by the pimSGRPFNextHopType object. This address object is only significant up to pimSGRPFRoutePrefixLength bits. The remainder of the address bits are zero. Length: 16 to 16 |
RPFRoutePrefixLength |
The prefix length which when combined with the corresponding value of pimSGRPFRouteAddress identifies the route used to find the RPF interface towards the source. The InetAddressType is given by the pimSGRPFNextHopType object. Range: 0 to 2040 |
RPFRouteMetricPref |
The metric preference of the route used to find the RPF interface towards the source. Range: 0 to 2147483647 |
RPFRouteMetric |
The routing metric of the route used to find the RPF interface towards the source. |
SPTBit |
Whether the SPT bit is set; and therefore whether forwarding is taking place on the shortest-path tree. Enumerations: |
KeepaliveTimer |
The time remaining before, in the absence of explicit (S,G) local membership or (S,G) Join messages received to maintain it, this (S,G) state expires. This timer is called the (S,G) Keepalive Timer in the PIM-SM specification. |
DRRegisterState |
Whether the local router should encapsulate (S,G) data packets in Register messages and send them to the RP. This corresponds to the state of the per-(S,G) Register state machine in the PIM-SM specification. This object is always 'noInfo' unless pimSGPimMode is 'asm'. Enumerations: - noInfo (1)
- join (2)
- joinPending (3)
- prune (4)
|
DRRegisterStopTimer |
If pimSGDRRegisterState is 'prune', this is the time remaining before the local router sends a Null-Register message to the RP. If pimSGDRRegisterState is 'joinPending', this is the time remaining before the local router resumes encapsulating data packets and sending them to the RP. Otherwise, this is zero. This timer is called the Register-Stop Timer in the PIM-SM specification. |
RPRegisterPMBRAddressType |
The address type of the first PIM Multicast Border Router to send a Register message with the Border bit set. This object is unknown(0) if the local router is not the RP for the group. Enumerations: - unknown (0)
- ipv4 (1)
- ipv6 (2)
- ipv4z (3)
- ipv6z (4)
- dns (16)
|
RPRegisterPMBRAddress |
The IP address of the first PIM Multicast Border Router to send a Register message with the Border bit set. The InetAddressType is given by the pimSGRPRegisterPMBRAddressType object. Length: 16 to 16 |
UpstreamPruneState |
Whether the local router has pruned itself from the tree. This corresponds to the state of the upstream prune (S,G) state machine in the PIM-DM specification. This object is used only by PIM-DM. Enumerations: - forwarding (1)
- ackpending (2)
- pruned (3)
|
UpstreamPruneLimitTimer |
The time remaining before the local router may send a (S,G) Prune message on pimSGRPFIfIndex. This timer is called the (S,G) Prune Limit Timer in the PIM-DM specification. This object is zero if the timer is not running. This object is used only by PIM-DM. |
OriginatorState |
Whether the router is an originator for an (S,G) message flow. This corresponds to the state of the per-(S,G) Originator state machine in the PIM-DM specification. This object is used only by PIM-DM. Enumerations: - notOriginator (1)
- originator (2)
|
SourceActiveTimer |
If pimSGOriginatorState is 'originator', this is the time remaining before the local router reverts to a notOriginator state. Otherwise, this is zero. This timer is called the Source Active Timer in the PIM-DM specification. This object is used only by PIM-DM. |
StateRefreshTimer |
If pimSGOriginatorState is 'originator', this is the time remaining before the local router sends a State Refresh message. Otherwise, this is zero. This timer is called the State Refresh Timer in the PIM-DM specification. This object is used only by PIM-DM. |