Specifications

ALAXALA Ring Configuration Guide (Edition 1)
Copyright © 2008, ALAXALA Networks Corporation. All rights reserved.
39
3.2.3 Configuration example
This section is a configuration guide that shows configuration examples of devices AC1, AC2, AF1, AF2, AS1,
BC1, BC2, BF1, and BF2 to show the configuration tips. For all configurations, see Appendix 1
.
(1) Building A core node settings (device AC1: AX6300S)
Settings of AC1 (backbone ring/building A's shared node and the ring master for 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,10-11,50-99
Specifies VLANs to be used.
Control VLANs: 5, 10, 11; Data transfer VLANs: 50 - 99
(Important points on constructing a system (2))
Configuring the ring ports
Configuring the ring port (shared link for the rings 5, 10, and 11)
(config)# interface tengigabitethernet 1/1
(config-if)# link debounce time 0
(config-if)# switchport mode trunk
(config-if)# switchport trunk allowed vlan 5,10-11,50-99
(config-if)# axrp-ring-port 5 shared-edge
(config-if)# axrp-ring-port 10
(config-if)# axrp-ring-port 11 shared-edge
Sets the link debounce time to 0.
Specifies the control VLANs (VLAN5, VLAN10, and VLAN11)
and data transfer VLANs VLAN50 through VLAN99 to be used.
Configures the interface as ring ports for the rings with RING IDs
5, 10, and 11.
Configures the interface with the shared link for the rings 5 and
11.
Configuring the ring port (Ring 10: backbone ring)
(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 11: 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 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 (Ring 5: sub-ring for the server farm)
(config)# interface gigabitethernet 2/5
(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 VLAN5 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)
)