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

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;
}
}

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