Specifications

ALAXALA Ring Configuration Guide (Edition 1)
Copyright © 2008, ALAXALA Networks Corporation. All rights reserved.
46
(8) Building B distribution node settings (device BF1: AX2400S)
Settings of BF1 (ring node in building B)
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 12,50-99
Specifies VLANs to be used.
Control VLAN: 12; 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 12,50-99
(config-if)# axrp-ring-port 12
Sets the link debounce time to 0.
Specifies the control VLAN12 and data transfer VLAN50
through VLAN99.
Configures the interface as the ring port for the ring with RING
ID 12.
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 12,50-99
(config-if)# axrp-ring-port 12
Sets the link debounce time to 0.
Specifies the control VLAN12 and data transfer VLAN50
through VLAN99.
Configures the interface as the ring port for the ring with RING
ID 12.
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 12
(config-axrp)# mode transit
(config-axrp)# control-vlan 12
(config-axrp)# vlan-group 1 vlan-mapping 1
Starts the configuration of the ring with RING ID 12 (Ring 12).
Specifies the node as a transit node.
Sets VLAN12 to be used as the control VLAN.
Assigns vlan-mapping 1 to vlan-group 1.
(Important points on constructing a system (3))
(9) Building B distribution node settings (device BF2: AX2400S)
The settings for this node are the same as those for device BF1 in section (7) above.