Specifications
ALAXALA Ring Configuration Guide (Edition 1)
Copyright © 2008, ALAXALA Networks Corporation. All rights reserved.
31
Settings of C1
Configuring the VLAN mappings
(config)# axrp vlan-mapping 1 vlan 101-105
(config)# axrp vlan-mapping 2 vlan 106-110
Adds VLAN101 through VLAN105 to vlan-mapping 1 for the
ring.
Adds VLAN106 through VLAN110 to vlan-mapping 2 for the
ring.
(Important points on constructing a system (3)
)
Configuring the ring
(config)# axrp 1
(config-axrp)# mode master
(config-axrp)# control-vlan 2
(config-axrp)# vlan-group 1 vlan-mapping 1
(config-axrp)# vlan-group 2 vlan-mapping 2
(config-axrp)# health-check interval 500
(config-axrp)# health-check holdtime 1600
Sets RING ID to 1.
Sets the mode to master because this node is the master node.
Specifies VLAN2 as the control VLAN.
Assigns vlan-mapping 1 to vlan-group 1.
(Important points on constructing a system (3) (6))
Assigns vlan-mapping 2 to vlan-group 2.
(Important points on constructing a system (3) (6))
Sets the HC sending interval to 500 ms.
Sets the HC hold time to 1600 ms.
(Important points on constructing a system (5)
)
(2) How to configure the transit nodes (devices FL1, FL2, and FL3)
Settings of FL1 (FL2 and FL3 have the same settings)
Disabling the spanning tree
(config)# spanning-tree disable
Disables the spanning tree because it is not used.
(Important points on constructing a system (1)
)
Configuring the control VLAN and data transfer VLANs
(config)# vlan 2,101-110
Specifies VLANs to be used.
Control VLAN: VLAN2; Data VLANs: VLAN101 - VLAN110
(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 2,101-110
(config-if)# axrp-ring-port 1
Sets the link debounce time to 0.
Specifies the control VLAN2 and data VLAN101 through
VLAN110 to be used.
Sets RING ID to 1 for the ring on the port used as a ring port.
Configuring the ring port #2
When using a single line
(config)# interface gigabitethernet 0/3
(config-if)# link debounce time 0
(config-if)# switchport mode trunk
(config-if)# switchport trunk allowed vlan 2,101-110
(config-if)# axrp-ring-port 1
Sets the link debounce time to 0.
Specifies the control VLAN2 and data VLAN101 through
VLAN110 to be used.
Sets RING ID to 1 for the ring on the port used as a ring port.
Configuring the ring port #1
(config)# interface range gigabitethernet 0/1-2
(config-if)# link debounce time 0
(config-if)# channel-group 23 mode on
Configures the channel group 23 to use the ports 0/1 - 2 for LA.
Sets the link debounce time to 0.
(Important points on constructing a system (5))
Configuring the ring port #2
(config)# interface range gigabitethernet 0/3-4
(config-if)# link debounce time 0
(config-if)# channel-group 12 mode on
Configures the channel group 12 to use the ports 0/3 - 4 for LA.
Sets the link debounce time to 0.
(Important points on constructing a system (5))
Configuring the port channel #1
(config)# interface port-channel 12
(config-if)# switchport mode trunk
(config-if)# switchport trunk allowed vlan 2,101-110
(config-if)# axrp-ring-port 1
Configures the port channel 12.
Specifies the control VLAN2 and data VLAN101 through
VLAN110 to be used.
Sets RING ID to 1 for the ring on the port used as a ring port.
Configuring the port channel #2
When using the link aggregation
(config)# interface port-channel 23
(config-if)# switchport mode trunk
(config-if)# switchport trunk allowed vlan 2,101-110
(config-if)# axrp-ring-port 1
Configures the port channel 23.
Specifies the control VLAN2 and data VLAN101 through
VLAN110 to be used.
Sets RING ID to 1 for the ring on the port used as a ring port.