Specifications
ALAXALA Ring Configuration Guide (Edition 1)
Copyright © 2008, ALAXALA Networks Corporation. All rights reserved.
43
(4) Building A distribution node settings (device AF1: AX2400S)
Settings of AF1 (ring node in building A)
Disabling the spanning tree
(config)# spanning-tree disable
Disables the spanning tree.
(Important points on constructing a system (1)
)
Configuring the control VLAN and data transfer VLANs
(config)# vlan 11,50-99
Specifies VLANs to be used.
Control VLAN: 11; Data transfer VLANs: 50 – 99
(Important points on constructing a system (2))
Configuring the ring ports
Configuring the ring port #1
(config)# interface gigabitethernet 0/1
(config-if)# link debounce time 0
(config-if)# switchport mode trunk
(config-if)# switchport trunk allowed vlan 11,50-99
(config-if)# axrp-ring-port 11
Sets the link debounce time to 0.
Specifies the control VLAN11 and data transfer VLAN50
through VLAN99.
Configures the interface as the ring port for the ring with RING
ID 11.
Configuring the ring port #2
(config)# interface gigabitethernet 0/3
(config-if)# link debounce time 0
(config-if)# switchport mode trunk
(config-if)# switchport trunk allowed vlan 11,50-99
(config-if)# axrp-ring-port 11
Sets the link debounce time to 0.
Specifies the control VLAN11 and data transfer VLAN50
through VLAN99.
Configures the interface as the ring port for the ring with RING
ID 11.
Configuring the VLAN mappings
(config)# axrp vlan-mapping 1 vlan 50-99
Adds VLAN50 through VLAN99 to vlan-mapping 1 for the ring.
(Important points on constructing a system (3)
)
Configuring the ring
(config)# axrp 11
(config-axrp)# mode transit
(config-axrp)# control-vlan 11
(config-axrp)# vlan-group 1 vlan-mapping 1
Starts the configuration of the ring with RING ID 11 (Ring 11).
Specifies the node as a transit node.
Sets VLAN11 to be used as the control VLAN.
Assigns vlan-mapping 1 to vlan-group 1.
(Important points on constructing a system (3)
)