RGMP, Router-port Group Management Protocol |
Description | Glossary | RFCs | Publications | Obsolete RFCs |
Protocol suite: | TCP/IP. |
Type: | Transport layer multicasting protocol. |
IP protocol: | 2. |
Multicast address: | 224.0.0.25. |
Base protocol: | IGMP, Internet Group Management Protocol. |
SNMP MIBs: | |
Working groups: | |
Links: | IGMP type numbers. |
A protocol developed by Cisco Systems, Inc. for use between multicast routers and switches to restrict multicast packet forwarding in switches to those routers where the packets may be needed. RGMP is designed for backbone switched networks where multiple, high speed routers are interconnected.
MAC header | IP header | RGMP header | Data ::: |
RGMP header:
00 | 01 | 02 | 03 | 04 | 05 | 06 | 07 | 08 | 09 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Type | reserved | Checksum | |||||||||||||||||||||||||||||
Group Address | |||||||||||||||||||||||||||||||
Data ::: |
Type. 8 bits.
Type | Description |
---|---|
0xFC | Leave a group. |
0xFD | Join a group. |
0xFE | Bye. |
0xFF | Hello. |
reserved.
8 bits.
Always cleared to 0.
Checksum.
16 bits.
This field covers the RGMP message.
The algorithm and handling of the checksum are the same as those for IGMPv3.
Group Address.
32 bits.
In an RGMP Hello or Bye message, the field is cleared to zero.
In an RGMP Join or Leave message, the group address field holds the IPv4 multicast group address of the group being joined or left.
RFCs:
[RFC 3488] Cisco Systems Router-port Group Management Protocol (RGMP).
Description | Glossary | RFCs | Publications | Obsolete RFCs |