To configure shared interfaces on the RSD:
For each logical Gigabit Ethernet interface, include the following statements at the [edit interfaces ge-fpc/pic/slot.logical-unit-number] hierarchy level:
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;
- }
- }
- }