Specifications
ALAXALA Ring Configuration Guide (Edition 1)
Copyright © 2008, ALAXALA Networks Corporation. All rights reserved.
45
(7) Building B core node settings (device BC2: AX6300S)
Settings of BC2 (backbone ring/building B's shared node)
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 10,12,50-99
Specifies VLANs to be used.
Control VLANs: 10, 12; Data transfer VLANs: 50 - 99
(Important points on constructing a system (2))
Configuring the ring ports
Configuring the ring port (Ring 10: backbone ring)
(config)# interface tengigabitethernet 1/1
(config-if)# link debounce time 0
(config-if)# switchport mode trunk
(config-if)# switchport trunk allowed vlan 10,12,50-99
(config-if)# axrp-ring-port 10
(config-if)# axrp-ring-port 12 shared-edge
Sets the link debounce time to 0.
Specifies the control VLAN10 and VLAN12 and data transfer
VLAN50 through VLAN99.
Configures the interface as the ring ports for the rings with
RING IDs 10 and 12.
Configures the interface with the shared link for the ring 12.
Configuring the ring port (shared link for the rings 10 and 12)
(config)# interface tengigabitethernet 1/2
(config-if)# link debounce time 0
(config-if)# switchport mode trunk
(config-if)# switchport trunk allowed vlan 10,50-99
(config-if)# axrp-ring-port 10
Sets the link debounce time to 0.
Specifies the control VLAN10 and data transfer VLAN50
through VLAN99.
Configures the interface as the ring port for the ring with
RING ID 10.
Configuring the ring port (Ring 12: sub-ring in the building)
(config)# interface gigabitethernet 2/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 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 rings
(config)# axrp 10
(config-axrp)# mode transit
(config-axrp)# control-vlan 10
(config-axrp)# vlan-group 1 vlan-mapping 1
(config)# axrp 12
(config-axrp)# mode transit ring-attribute rift-ring-edge 2
(config-axrp)# control-vlan 12
(config-axrp)# vlan-group 1 vlan-mapping 1
(config-axrp)# health-check interval 500
Starts the configuration of the ring with RING ID 10 (Ring
10).
Specifies the node as a transit node for the shared link
monitoring ring.
Sets VLAN10 to be used as the control VLAN.
Assigns vlan-mapping 1 to vlan-group 1.
(Important points on constructing a system (3))
Starts the configuration of the ring with RING ID 12 (Ring
12).
Specifies the node as a transit node for the shared link
non-monitoring ring and also as a shared 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))
Sets the HC sending interval to 500 ms.
(
Important points on constructing a system
(6))