Specifications

28 Chapter 1. Router Concepts
MAC Encapsulated Routing: RFC 1483MER (ATM) or RFC 1490MER
(Frame Relay)
MER encapsulation allows IP packets to be carried as bridged frames, but does not prevent bridged frames from
being sent as well, in their normal encapsulation format: RFC 1483 (ATM) or RFC 1490 (Frame Relay).
If IP routing is enabled, then IP packets are prepended with the sequence 0xAAAA0300 0x80c20007 0x0000 and
sent as bridged frames. If IP routing is not enabled, then the packets appear as bridged frames.
The commands for this encapsulation option are:
remote setProtocol RFC1483MER <remoteName> (for ATM)
remote setProtocol MER (for Frame Relay)
FRF8
IP packets have prepended to them the following sequence: 0x03CC.
The command for this encapsulation option is: remote setprotocol FRF8 <remoteName>
Note: This protocol allows sending ATM over Frame Relay.
rawIP
IP packets do not have any protocol headers prepended to them; they appear as IP packets on the wire. Only IP
packets can be transported since there is no possible method to distinguish other types of packets (bridged frames
or IPX).
The command for this encapsulation option is: remote setProtocol rawIP <remoteName>