[Contents]
[Prev]
[Next]
[Index]
[Report an Error]
Configuring Shared Interfaces on the RSD
To configure shared interfaces on the RSD:
- Configure the physical SONET interface using the so-fpc/pic/slot statement at the [edit interfaces] hierarchy level.
- Configure Frame Relay encapsulation using the encapsulation
frame-relay statement at the [edit interfaces so-fpc/pic/slot] hierarchy level.
- Configure logical SONET interfaces under the physical
interface using the unit logical-unit-number statement at the [edit interfaces so-fpc/pic/slot] hierarchy
level.
- For each logical SONET interface, including the following
statements at the [edit interfaces so-fpc/pic/slot.logical-unit-number] hierarchy level:
-
dlci dlci-identifier—Assign
a data-link connection identifier (DLCI) for the point-to-point Frame
Relay connection between the RSD and the PSD.
-
interface-shared-with psdn—Assign the logical interface to a PSD.
In the following example, so-0/0/0.0 and so-0/0/0.1 belong to PSD1, whereas PSD2 owns so-0/0/0.2:
- interfaces {
-
- so-0/0/0 {
- encapsulation frame-relay;
-
- unit 0 {
- dlci 100;
- interface-shared-with psd1;
- }
-
- unit 1 {
- dlci 101;
- interface-shared-with psd1;
- }
-
- unit 2 {
- dlci 102;
- interface-shared-with psd2;
- }
- }
- }
Related Topics
[Contents]
[Prev]
[Next]
[Index]
[Report an Error]