multicast
MrinfoRespIf



public struct MrinfoRespIf

Properties
packetNumber The packet ID / count.

type=int

respIfIndex The mrinfo response packet has the router's interfaces on which multicast is enabled. This property is used to identify those interfaces.

type=long

ifAddressType Specifies the address type of the ifAddress.

type=rtr.InetAddressType

ifAddress Indicates the interface address on the router responding to the mrinfo request

type=InetAddress

ifMetric Indicates the metric on the interface

type=long

ifThreshold Indicates the threshold on the interface

type=long

ifFlags Indicates the flags associated with an interface:
  • tunnel(0) Neighbor reached via tunnel
  • srcrt(1) Tunnel uses IP source routing
  • reserved1(2) No longer used
  • reserved2(3) No longer used
  • down(4) Operational status down
  • disabled(5) Administrative status down
  • querier(6) Querier for interface
  • leaf(7) No downstream neighbors on interface

type=multicast.Flags

ifNbrCount Indicates the number of multicast neighbors on the interface

type=long