[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring Frame Relay Interface Encapsulation

Point-to-Point Protocol (PPP) encapsulation is the default encapsulation type for physical interfaces. You need not configure encapsulation for any physical interfaces that support PPP encapsulation. If you do not configure encapsulation, PPP is used by default. For physical interfaces that do not support PPP encapsulation, you must configure an encapsulation to use for packets transmitted on the interface. You can optionally configure an encapsulation on a logical interface, which is the encapsulation used within certain packet types.

For more information, see the following sections:

Configuring the Frame Relay Encapsulation on a Physical Interface

For Frame Relay interfaces, configure Frame Relay encapsulation on the physical interface. This encapsulation is defined in RFC 1490, Multiprotocol Interconnect over Frame Relay. SONET/SDH and T3 interfaces can use Frame Relay encapsulation.

To configure Frame Relay encapsulation on a physical interface, include the encapsulation statement at the [edit interfaces interface-name] hierarchy level:

[edit interfaces interface-name]
encapsulation type;

When you configure a multipoint encapsulation (such as Frame Relay), the physical interface can have multiple logical units, and the units can be either point-to-point or multipoint.

The encapsulation type can be one of the following:

Note: When the encapsulation type is set to Cisco-compatible Frame Relay encapsulation, ensure that the LMI type is set to ANSI or Q933-A.

Support for extended Frame Relay and flexible Frame Relay differs by PIC type, as shown in Table 35.

Table 35: PIC Support for Enhanced Frame Relay Encapsulation Types

PIC Type

Extended Frame Relay CCC

Extended Frame Relay TCC

Flexible Frame Relay

Intelligent Queuing

1-port Channelized CHOC12 IQ

Yes

Yes

Yes

4-port Channelized DS3 IQ

Yes

Yes

Yes

10-port Channelized E1 IQ

Yes

Yes

Yes

4-port E3 IQ

Yes

Yes

Yes

1-port Channelized STM1 IQ

Yes

Yes

Yes

SONET/SDH

1-port OC12

Yes

Yes

No

2-port OC3

Yes

Yes

No

1-port OC48

Yes

Yes

No

1-port OC192

Yes

Yes

No

1-port STM16 SDH, SMSR

Yes

Yes

No

Others

4-port E1

No

No

No

4-port T1

No

No

No

4-port T3

No

No

No

10-port Channelized E1

No

No

No

2-port Channelized DS3

No

No

No

1-port Channelized OC12, SMIR

No

No

No

4-port Channelized DS3

No

No

No

1-port Channelized STM1, SMIR

No

No

No

2-port Serial

No

No

No

Example: Configuring the Encapsulation on a Physical Interface

Configure Frame Relay encapsulation on a SONET/SDH interface. The second and third family statements allow Intermediate System-to-Intermediate System (IS-IS) and Multiprotocol Label Switching (MPLS) to run on the interface.

[edit interfaces]
so-7/0/0 {
encapsulation frame-relay;
unit 0 {
point-to-point;
family inet {
address 192.168.1.113/32 {
destination 192.168.1.114;
}
}
family iso;
family mpls;
}
}

Configuring the Frame Relay Encapsulation on a Logical Interface

Generally, you configure an interface’s encapsulation at the [edit interfaces interface-name] hierarchy level. However, for Frame Relay encapsulation, you can also configure the encapsulation type that is used inside the Frame Relay packet itself. To do this, include the encapsulation statement, specifying the frame-relay-ccc, frame-relay-ppp, frame-relay-tcc, frame-relay-ether-type, or frame-relay-ether-type-tcc option:

encapsulation (frame-relay-ccc | frame-relay-ppp | frame-relay-tcc | frame-relay-ether-type | frame-relay-ether-type-tcc);

You can include this statement at the following hierarchy levels:


[Contents] [Prev] [Next] [Index] [Report an Error]