Creating and Configuring the EAPS Control VLANs

  1. Create the EAPS control VLANs (one for each domain) and configure the 802.1q tag and ring ports for each.
  2. Configure the control VLANs as part of their respective EAPS domain.

    The control VLAN only contains the EAPS primary and secondary ports configured earlier. The following commands are entered on both aggregate switches:

    * AGG-SWITCH.17 # create vlan control-1
    * AGG-SWITCH.18 # create vlan control-2
    * AGG-SWITCH.19 # create vlan control-3
    * AGG-SWITCH.20 # create vlan control-4
    * AGG-SWITCH.21 # configure vlan control-1 tag 4001
    * AGG-SWITCH.22 # configure vlan control-2 tag 4002
    * AGG-SWITCH.23 # configure vlan control-3 tag 4003
    * AGG-SWITCH.24 # configure vlan control-4 tag 4004
    * AGG-SWITCH.29 # configure vlan control-1 add port 2:1,1:1 tagged
    * AGG-SWITCH.30 # configure vlan control-2 add port 2:1,1:4 tagged
    * AGG-SWITCH.31 # configure vlan control-3 add port 2:1,3:1 tagged
    * AGG-SWITCH.32 # configure vlan control-4 add port 2:1,3:2 tagged
    * AGG-SWITCH.33 # configure eaps e1-domain add control vlan control-1
    * AGG-SWITCH.34 # configure eaps e2-domain add control vlan control-2
    * AGG-SWITCH.35 # configure eaps e3-domain add control vlan control-3
    * AGG-SWITCH.36 # configure eaps e4-domain add control vlan control-4