Configuring Shared Interfaces on the RSD
To configure shared interfaces on the RSD:
- Configure the physical interface using the so-fpc/pic/slot, ge-fpc/pic/slot, or xe-fpc/pic/slot statement at the [edit interfaces] hierarchy level.
- Configure Frame Relay encapsulation or VLAN tagging.
- For Frame Relay encapsulation, use the encapsulation frame-relay statement at the [edit interfaces so-fpc/pic/slot] hierarchy level.
- For VLAN tagging, use the vlan-tagging statement at one of the following hierarchy levels: [edit interfaces ge-fpc/pic/slot] or [edit interfaces xe-fpc/pic/slot].
- Configure logical interfaces under the physical interface using the unit logical-unit-number statement at the [edit interfaces so-fpc/pic/slot] hierarchy level, the [edit interfaces ge-fpc/pic/slot] hierarchy level, or the [edit interfaces xe-fpc/pic/slot] hierarchy level.
- For each logical SONET interface, include the following
statements at the [edit interfaces so-fpc/pic/slot.logical-unit-number] hierarchy level:
- dlci dlci-identifier—Assigns a DLCI for the point-to-point Frame Relay connection between the RSD and the PSD.
- interface-shared-with psdn—Assigns the logical interface to a PSD.
For each logical Gigabit Ethernet interface, include the following statements at one of the following hierarchy levels: [edit interfaces ge-fpc/pic/slot.logical-unit-number] or [edit interfaces xe-fpc/pic/slot.logical-unit-number].
- vlan-id number—Binds an 802.1Q VLAN identifier tag to the logical interface.
- interface-shared-with psdn—Assigns 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;}}}
In the following example, ge-1/0/0.1 and ge-1/0/0.2 belong to PSD1, whereas PSD2 owns ge-1/0/0.3:
interfaces {ge-1/0/0 {vlan-tagging;unit 1{vlan-id 100;interface-shared-with psd1;}unit 2{vlan-id 101;interface-shared-with psd1;}unit 3{vlan-id 102;interface-shared-with psd2;}}}
In the following example, xe-5/0/0.0 and xe-5/0/0.1 belong to PSD4:
interfaces {xe-5/0/0 {vlan-tagging;unit 0{vlan-id 209;interface-shared-with psd4;}unit 1{vlan-id 200;interface-shared-with psd4;}}}
