Specifications

ALAXALA Ring Configuration Guide (Edition 1)
Copyright © 2008, ALAXALA Networks Corporation. All rights reserved.
42
(3) Building A distribution node settings (device AS1: AX3600S)
Settings of AS1 (node for the server farm 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 5, 50-99
Specifies VLANs to be used.
Control VLAN: 5; 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 5,50-99
(config-if)# axrp-ring-port 5
(config-if)# axrp-primary-port 5 vlan-group 1
Sets the link debounce time to 0.
Specifies the control VLAN5 and data transfer VLAN50 through
VLAN99.
Configures the interface as the primary port for VLAN group 1 in
the ring with RING ID 5.
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 5,50-99
(config-if)# axrp-ring-port 5
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 5.
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 5
(config-axrp)# mode master ring-attribute rift-ring
(config-axrp)# control-vlan 5
(config-axrp)# vlan-group 1 vlan-mapping 1
(config-axrp)# health-check interval 500
(config-axrp)# health-check holdtime 1600
Starts the configuration of the ring with RING ID 5 (Ring 5).
Specifies the node as the master node.
Specifies VLAN5 as the control VLAN.
Assigns vlan-mapping 1 to vlan-group 1.
(Important points on constructing a system (3)
)
Sets the HC sending interval to 500 ms.
Sets the HC hold time to 1600 ms.
(Important points on constructing a system (6)
)