[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Configuring Static Customer VLANs for the Broadband Subscriber Management Solution

In this example configuration, the access interface (ge-1/3/0) connects to a device (that is, a DSLAM) on the access side of the network. You can define static customer VLANs (C-VLANs) for use by the access network subscribers.

To configure the customer VLANs:

  1. Edit the access side interface.
    [edit]
    user@host#edit interfaces ge-1/3/0
  2. Edit the interface unit for the first VLAN.
    [edit interfaces ge-1/3/0]
    user@host#edit unit 1
  3. Define the VLAN tags for the first VLAN.
    [edit interfaces ge-1/3/0 unit 1]
    user@host#set vlan-tags outer 3 inner 1
  4. Edit the family for the first VLAN.
    [edit interfaces ge-1/3/0 unit 1]
    user@host#edit family inet
  5. Define the unnumbered address and the preferred source address for the first VLAN.
    [edit interfaces ge-1/3/0 unit 1 family inet]
    user@host#set unnumbered-address lo0.33 preferred-source-address 33.33.0.1
  6. Repeat steps 2 through 5 for VLAN interface units 2 through 5.

Related Topics


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]