Specifications

Common Tasks 125
Chapter 6
Set the port for access to the VLAN.
Define whether the port is trusted (LAN) or untrusted (wireless).
If connected to the trusted LAN (to an upstream router for example), enter the
following:
Otherwise if a port is connected to wireless access points, skip this step.
Enable the port interface and exit the sub-mode.
Repeat this procedure for each port or port range being added to the VLAN.
Port Trunks
Port trunks allow multiple VLANs on one interface. For example, to configure a
Fast Ethernet port interface as an 802.1q trunk, the following configuration
commands could be used:
Spanning Tree
Alcatel Wireless LAN switches support Common Spanning Tree (CST),
Multiple instance STP (MISTP), and Rapid Spanning Tree (RSTP) protocols.
Global Spanning Tree
Where the following options can be configured:
z forward-time <interval>
Set the spanning tree forward interval.
z hello-time <interval>
Set the spanning tree hello interval.
(Alcatel) (config-if)# switchport access vlan 2
(Alcatel) (config-if)# trusted
(Alcatel) (config-if)# no shutdown
(Alcatel) (config-if)# exit
(Alcatel)
(config)# interface fastethernet 2/5
(Select slot and port)
(Alcatel)
(config-if)# switchport trunk allowed vlan 4-5
(Set VLAN 4 and 5)
(Alcatel)
(config-if)# switchport mode trunk
(Activate trunk)
(Alcatel)
(config-if)# no shutdown
(Enable port)
(Alcatel)
(config)# spanning-tree
<option...>
2
3
4