Specifications

ALAXALA Ring Configuration Guide (Edition 1)
Copyright © 2008, ALAXALA Networks Corporation. All rights reserved.
55
Settings of core switch C11
Setting IP addresses
(config)# interface vlan 11
(config-if)# ip address 192.168.1.2 255.255.255.0
(config-if)# vrrp 11 ip 192.168.1.1
(config)# interface vlan 12
(config-if)# ip address 192.168.2.1 255.255.255.0
(config-if)# vrrp 12 ip 192.168.2.1
(config)# interface vlan 101
(config-if)# ip address 192.168.11.2 255.255.255.0
(config-if)# vrrp 101 ip 192.168.11.1
(config)# interface vlan 102
(config-if)# ip address 192.168.12.2 255.255.255.0
(config-if)# vrrp 102 ip 192.168.12.1
(config)# interface vlan 201
(config-if)# ip address 192.168.21.1 255.255.255.0
(config-if)# vrrp 201 ip 192.168.21.1
(config)# interface vlan 202
(config-if)# ip address 192.168.22.1 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.2
VLAN12: IP address: 192.168.2.1
VLAN12 is assigned the same virtual address value so that the
interface will be a VRRP master.
VLAN101: IP address: 192.168.11.2
VLAN102: IP address: 192.168.12.2
VLAN201: IP address: 192.168.21.1
VLAN202: IP address: 192.168.22.1
VLAN201 and VLAN202 are assigned the same virtual address
values so that the interfaces will be the VRRP masters.
Setting the virtual link
(config)# axrp virtual-link 10 vlan 100
Sets VLAN100 as a virtual link VLAN with the virtual link ID
10.
(Important points on constructing a system (4))
Configuring the VLAN mappings
(config)# axrp vlan-mapping 1 vlan 11
(config)# axrp vlan-mapping 2 vlan 12
(config)# axrp vlan-mapping 10 vlan 100-102
(config)# axrp vlan-mapping 21 vlan 201
(config)# axrp vlan-mapping 22 vlan 202
Adds VLAN11 to vlan-mapping 1 for the ring.
Adds VLAN12 to vlan-mapping 2 for the ring.
Adds VLAN100 through VLAN102 to vlan-mapping 10 for the
ring.
Adds VLAN201 to vlan-mapping 21 for the ring.
Adds VLAN202 to vlan-mapping 22 for the ring.
(Important points on constructing a system (3) (6))
Configuring the ring
(config)# axrp 2
(config-axrp)# mode transit
(config-axrp)# control-vlan 2
(config-axrp)# vlan-group 1 vlan-mapping 10
(config-axrp)# vlan-group 2 vlan-mapping 1-2,21-22
Starts the configuration of the ring with RING ID 2 (Ring 2).
Specifies the node as a transit node of the ring.
Specifies VLAN2 as the control VLAN.
Assigns vlan-mapping 10 to vlan-group 1.
Assigns vlan-mappings 1 - 2 and 21 - 22 to vlan-group 2.