This example shows how you can configure a subscriber interface using a static IP demultiplexing (demux) interface stacked on a two-link aggregated Ethernet logical interface. In this example, the underlying aggregated Ethernet logical interface is configured for one-to-one active/backup redundancy at the DPC level.
In this example, the LAG bundle is configured for one-to-one active/backup link redundancy. To support link redundancy at the DPC level, the LAG bundle attaches ports from two different EQ DPCs.
- [edit]
- interfaces {
-
- ge-5/0/3 {
-
- gigether-options {
-
- 802.3ad {
- ae0;
- primary;
- }
- }
- }
-
- ge-5/1/2 {
-
- gigether-options {
-
- 802.3ad {
- ae0;
- backup;
- }
- }
- }
- }