Specifications
ALAXALA Ring Configuration Guide (Edition 1)
Copyright © 2008, ALAXALA Networks Corporation. All rights reserved.
61
(9) Settings of device F2: AX1200S
Settings of floor 2 access switch F2
Configuring the default settings of the spanning tree
(config)# spanning-tree mode rapid-pvst
Specifies the Rapid PVST+ spanning tree protocol.
(Important points on constructing a system (1)
)
Configuring the control VLAN and data transfer VLANs
(config)# vlan 201-202
Specifies VLAN201 - VLAN202 to be used.
Configuring the STP ports
(config)# interface gigabitethernet 0/25
(config-if)# link debounce time 0
(config-if)# switchport mode trunk
(config-if)# switchport trunk allowed vlan 201-202
(config)# interface gigabitethernet 0/26
(config-if)# link debounce time 0
(config-if)# switchport mode trunk
(config-if)# switchport trunk allowed vlan
201-202
Sets the link debounce time to 0.
Specifies the data transfer VLANs (VLAN201 - VLAN202) to be used.
Sets the link debounce time to 0.
Specifies the data transfer VLANs (VLAN201 - VLAN202) to be used.
Setting the access ports
(config)# interface fastethernet 0/1
(config-if)# switchport mode access
(config-if)# switchport access vlan 201
(config-if)# spanning-tree portfast
(config)# interface fastethernet 0/2
(config-if)# switchport mode access
(config-if)# switchport access vlan 202
(config-if)# spanning-tree portfast
Specifies the port 0/1 as the access port for VLAN201.
Specifies the port 0/2 as the access port for VLAN202.
Enables the portfast functionality in order to use both ports as terminal
connection ports.