Jump to content

Realtek Remote Control Protocol

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Nording (usurped) (talk | contribs) at 12:51, 27 February 2008 (Created page with 'The '''Realtek Remote Control Protocol (RRCP)''' is an Application layer protocol, running directly over an Ethernet frames. Main idea behind this protocol ...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

The Realtek Remote Control Protocol (RRCP) is an Application layer protocol, running directly over an Ethernet frames. Main idea behind this protocol is to allow direct access to the Ethernet switch controller's internal register over an Ethernet network itself. This approach allows to avoid cost of including a processor, RAM, Flash memory, etc. in a managed Ethernet switch. Instead, all "intelligence" is targeted to reside in a nearby computer, running special RRCP-aware Ethernet switch management software.

Packet types

Hello

Used to initiate scan for RRCP-capable switches in a network segment, and to fetch some their parameters.

Hello reply

Is sent by an RRCP-capable switch as a response to a valid "Hello" packet. Contains some their parameters, such as IDs, and MAC addresses.

Get

Used to fetch value from internal switch controller's register.

Get reply

Is sent by an RRCP-capable switch as a response to a valid "Get" packet. Contains requested register number and value, that was read from it.

Set

Used to set an internal switch controller's register to a certain value. Contains register number and a value to be written to register. No acknowledgment is generated by a switch.

Loop Detect Packet

Is not a part of RRCP protocol itself, but is closely associated, being an underlaying mechanism for a simplified Spanning tree protocol substitute in RRCP-capable switch controllers.

Echo request

Is not a part of RRCP protocol itself, but is closely associated, being an underlaying mechanism for a Layer-2 analog of ICMP Echo request (Type 8) message in RRCP-capable switch controllers.

Echo reply

Is not a part of RRCP protocol itself, but is closely associated, being an underlaying mechanism for a Layer-2 analog of ICMP Echo reply (Type 0) message in RRCP-capable switch controllers.

Applications

Currently, RRCP protocol is officially working on Realtek's RTL8316BP, RTL8318P and RTL8324P switch controller chips. Unofficialy, it also found to be working on RTL8316B, RTL8324, RTL8326 and RTL8326S.

Software

There are two software suits, that are able to communicate to an RRCP-capable switches. First is Realtek's own WinSmart utility and Vendor-derived variants from it. Second is an OpenRRCP open-source project. Additionaly, both Wireshark and tcpdump has interpretors for RRCP packets.

OpenRRCP project