The Internet Group Management Protocol (IGMP) Protocol for IPv4 manages multicast group membership for a given IPv4 host. More...
Methods | |
| Description.Get | |
| Returns a textual description of the object. | |
| Destructor | |
| Parent.Get | |
| Returns the parent object. | |
| Protocol.Info.Get | |
| returns Layer4.Igmp.ProtocolInfo object containing various stats of the IGMPProtocol More... | |
| Session.Get | |
| Returns a list of existing IGMPSessions. More... | |
| Session.V1.Add multicast | |
| Adding a IGMPv1 Session. More... | |
| Session.V2.Add multicast | |
| Adding a IGMPv2 Session. More... | |
| Session.V3.Add multicast | |
| Adding a IVMPv3 Session. More... | |
The Internet Group Management Protocol (IGMP) Protocol for IPv4 manages multicast group membership for a given IPv4 host.
This class support three IGMP Protocol versions:
| Layer4.Igmp::Protocol.Info.Get |
returns Layer4.Igmp.ProtocolInfo object containing various stats of the IGMPProtocol
Returns:
<Layer4.Igmp.ProtocolInfo object>
| Layer4.Igmp::Session.Get |
| Layer4.Igmp::Session.V1.Add | multicast | ||
Adding a IGMPv1 Session.
| multicast | IP address for this session |
Returns:
<Layer4.Igmpv1MemberSession object>
| Layer4.Igmp::Session.V2.Add | multicast | ||
Adding a IGMPv2 Session.
| multicast | IP address for this session |
Returns:
<Layer4.Igmpv2MemberSession object>
| Layer4.Igmp::Session.V3.Add | multicast | ||
Adding a IVMPv3 Session.
| multicast | IP address for this session |
Returns:
<Layer4.Igmpv3MemberSession object>