Procedure 17-2.4: Configure VLANs for Ethernet interface

- Overview

Use this procedure to configure the VLANs in which the Ethernet interface participates.

VLANs to be configured are:

  • VLAN for PSN tunnel as specified in command service-vlan when configuring the PSN tunnel.

  • VLAN for 1588 traffic as specified in command ptp-1588 vlan when configuring the timing source.

Refer to the Alcatel-Lucent 1850 Transport Service Switch (TSS-5) Command Line Interface Guide, for help on using CLI commands.

Step
 
1

If required, login to the VLNC6x.

Result:

The User EXEC prompt [(ALU switching)>] displays.


2

From the User EXEC prompt, enter enable to enter the Privileged EXEC mode.

Result:

The Privileged EXEC prompt [(ALU switching)#] displays.


3

From the Privileged EXEC mode, enter vlan database to enter the VLAN Config mode.

Example: (ALU Switching)# vlan database.


4

From the VLAN Config mode, enter vlan <vlanid> where vlanid is a value in the range of 2-3965.

Example: (ALU Switching) (VLAN)# vlan 10

Enter exit to return to the Privileged EXEC mode.


5

From the Privileged EXEC mode, enter config to enter the Global Config Mode.

Example: (ALU Switching)# config.


6

From the Global Config mode, enter interface <interface-number>, to enter the Interface Config Mode where “interface-number” is a number in the range of d{1-2}-{1-2} for the Ethernet port you are provisioning.

Example: (ALU Switching)(Config)# interface d1-1.


7

From the Interface Config Mode, enter vlan participation include <vlanid> where:

  • include - The interface is always a member of this VLAN.

  • vlanid - VLAN identification number. Range: 1-3965.

Example: (ALU Switching) (Interface d1-1)# vlan participation include 10.


8

Configure the tagging behavior for the specific interface in a VLAN to enabled. If tagging is enabled, traffic is transmitted as tagged frames. If tagging is disabled, traffic is transmitted as untagged frames.

From the Interface Config Mode, enter vlan tagging <vlanid> where vlanid is the same as specified in the vlan participation command in the previous step.

Example: (ALU Switching) (Interface d1-1)# vlan tagging 10.

Enter exit to exit the Interface Config Mode.


End of steps

Copyright © 2011 Alcatel-Lucent. All rights reserved.