Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

Configuring the Subscriber Access Link for MX Series Router Cloud CPE Services

To configure the access link for the cCPE subscriber:

  1. Configure the physical interface name.
    [edit]user@host# edit interfaces ge-1/2/7
  2. Enable the physical interface for 802.1Q VLAN-tagged framing.
    [edit interfaces ge-1/2/7]user@host# set vlan-tagging
  3. Configure the physical interface for flexible Ethernet services encapsulation.
    [edit interfaces ge-1/2/7]user@host# set encapsulation flexible-ethernet-services
  4. Configure the logical interface for Ethernet VLAN bridge encapsulation.
    [edit interfaces ge-1/2/7]user@host# edit unit 106 user@host# set encapsulation vlan-bridge
  5. Bind an 802.1Q VLAN tag ID to the logical interface.
    [edit interfaces ge-1/2/7]user@host# set vlan-id 106
  6. Configure the logical interface for Layer 2 bridging.
    [edit interfaces ge-1/2/7 unit 106]user@host# set family bridge
  7. Review your configuration.
    [edit interfaces ge-1/2/7 unit 106]user@host# up[edit interfaces ge-1/2/7 unit 106]user@host# show
    vlan-tagging;
    encapsulation flexible-ethernet-services;
    unit 106 {
        encapsulation vlan-bridge;
        vlan-id 106;
        family bridge;
    }
    
    

Modified: 2015-10-29