2.2.1.2.44 MIB_IPMCAST_MFE_STATS
The MIB_IPMCAST_MFE_STATS structure stores the statistics associated with an MFE.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dwGroup |
|||||||||||||||||||||||||||||||
dwSource |
|||||||||||||||||||||||||||||||
dwSrcMask |
|||||||||||||||||||||||||||||||
dwUpStrmNgbr |
|||||||||||||||||||||||||||||||
dwInIfIndex |
|||||||||||||||||||||||||||||||
dwInIfProtocol |
|||||||||||||||||||||||||||||||
dwRouteProtocol |
|||||||||||||||||||||||||||||||
dwRouteNetwork |
|||||||||||||||||||||||||||||||
dwRouteMask |
|||||||||||||||||||||||||||||||
ulUpTime |
|||||||||||||||||||||||||||||||
ulExpiryTime |
|||||||||||||||||||||||||||||||
ulNumOutIf |
|||||||||||||||||||||||||||||||
ulInPkts |
|||||||||||||||||||||||||||||||
ulInOctets |
|||||||||||||||||||||||||||||||
ulPktsDifferentIf |
|||||||||||||||||||||||||||||||
ulQueueOverflow |
|||||||||||||||||||||||||||||||
rgmiosOutStats (variable) |
|||||||||||||||||||||||||||||||
... |
dwGroup (4 bytes): The multicast group for this MFE. A value of zero (0) indicates a wildcard group.
dwSource (4 bytes): The range of source addresses for this MFE. A value of zero (0) indicates a wildcard source.
dwSrcMask (4 bytes): The IPv4 subnet mask that corresponds to the dwSource. The dwSource and the dwSrcMask members are used together to define a range of sources.
dwUpStrmNgbr (4 bytes): The upstream neighbor that is related to this MFE.
dwInIfIndex (4 bytes): The index of the incoming interface that is related to this MFE.
dwInIfProtocol (4 bytes): The routing protocol that owns the incoming interface that is related to this MFE.
dwRouteProtocol (4 bytes): The protocol that created the route. It is the enum MIB_IPFORWARD_PROTO (section 2.2.1.1.9).
dwRouteNetwork (4 bytes): The address associated with the route referred to by the dwRouteProtocol.
dwRouteMask (4 bytes): The mask associated with the route referred to by the dwRouteProtocol.
ulUpTime (4 bytes): The time, in 100ths of a second, since the MFE was created.
ulExpiryTime (4 bytes): The time, in 100ths of a second, until the MFE will be deleted. A value of zero (0) is specified if the MFE is not subject to aging requirements.
ulNumOutIf (4 bytes): The number of interfaces in the outgoing interface list for this MFE.
ulInPkts (4 bytes): The number of packets that have been forwarded that matched this MFE.
ulInOctets (4 bytes): The number of octets of data forwarded that match this MFE.
ulPktsDifferentIf (4 bytes): The number of packets matching this MFE that were dropped due to an incoming interface check.
ulQueueOverflow (4 bytes): The number of packets matching this MFE that were dropped due to a queue overflow. There is one queue per MFE.
rgmiosOutStats (variable): A pointer to a table of outgoing interface statistics that are implemented as an array of MIB_IPMCAST_OIF_STATS (section 2.2.1.2.45) structures. The number of entries in the table is specified by the value of the ulNumOutIf member.