Specifications
ALAXALA Ring Configuration Guide (Edition 1)
Copyright © 2008, ALAXALA Networks Corporation. All rights reserved.
53
3.3.3 Configuration example
This section is a configuration guide that shows configuration examples of devices C10, C11, F10, F11, F20,
F21, S1, F1, and F2 to show the configuration tips. For all configurations of the devices, see Appendix 1
.
(1) Settings of device C10: AX3600S
Settings of core switch C10
Configuring the default settings of the spanning tree
(config)# spanning-tree mode rapid-pvst
(config)# spanning-tree vlan 12 priority 4096
Specifies Rapid PVST+.
(Important points on constructing a system (1))
Sets the bridge priority of VLAN12 to 4096.
(Important points on constructing a system (8))
Configuring the control VLAN and data transfer VLANs
(config)# vlan 2,11-12,100-102,201-202
Specifies VLANs to be used.
Control VLAN: 2; Data transfer VLANs: 11 - 12, 100 - 102,
201 - 202 (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,11-12,100-102,201-202
(config-if)# axrp-ring-port 2
(config-if)# axrp-primary-port 2 vlan-group 1
Sets the link debounce time to 0.
Specifies the control VLAN2 and data transfer VLANs (11 - 12,
100 - 102, and 201 - 202).
(Important points on constructing a system (5))
Configures the interface as the ring port for the ring with RING
ID 2.
Configures the interface as the primary port for vlan-group 1 in
the ring with RING ID 2.
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 2,11-12,100-102,201-202
(config-if)# axrp-ring-port 2
(config-if)# axrp-primary-port 2 vlan-group 2
Sets the link debounce time to 0.
Specifies the control VLAN2 and data transfer VLANs (11 - 12,
100 - 102, and 201 - 202).
(Important points on constructing a system (5))
Configures the interface as the ring port for the ring with RING
ID 2.
Configures the interface as the primary port for vlan-group 2 in
the ring with RING ID 2.
Configuring the STP port
(config)# interface gigabitethernet 0/23
(config-if)# link debounce time 0
(config-if)# switchport mode trunk
(config-if)# switchport trunk allowed vlan 11-12
Sets the link debounce time to 0.
Specifies the data transfer VLANs (VLAN11 - VLAN12).
(Important points on constructing a system (5)
)
Setting IP addresses
(config)# interface vlan 11
(config-if)# ip address 192.168.1.1 255.255.255.0
(config-if)# vrrp 11 ip 192.168.1.1
(config)# interface vlan 12
(config-if)# ip address 192.168.2.2 255.255.255.0
(config-if)# vrrp 12 ip 192.168.2.1
(config)# interface vlan 101
(config-if)# ip address 192.168.11.1 255.255.255.0
(config-if)# vrrp 101 ip 192.168.11.1
(config)# interface vlan 102
(config-if)# ip address 192.168.12.1 255.255.255.0
(config-if)# vrrp 102 ip 192.168.12.1
(config)# interface vlan 201
(config-if)# ip address 192.168.21.2 255.255.255.0
(config-if)# vrrp 201 ip 192.168.21.1
(config)# interface vlan 202
(config-if)# ip address 192.168.22.2 255.255.255.0
(config-if)# vrrp 201 ip 192.168.22.1
Configures the interface addresses and VRRP for each VLAN.
VLAN11: IP address: 192.168.1.1
VLAN12: IP address: 192.168.2.2
VLAN11 is assigned the same virtual address value so that the
interface will be a VRRP master.
VLAN101: IP address: 192.168.11.1
VLAN102: IP address: 192.168.12.1
VLAN101 and VLAN102 are assigned the same virtual address
values so that the interfaces will be the VRRP masters.
VLAN201: IP address: 192.168.21.2
VLAN202: IP address: 192.168.22.2