Product manual

AX Series Network Partition: Solution Guide [Basic] Second Edition
© 2009-2010 ALAXALA Networks Corporation. All rights reserved.
26
S1 (AX2430S) configuration
Prohibition of spanning trees
(config)# spanning-tree disable
The default value for PVST+ is enabled, therefore, disable
PVST+.
VLAN configuration
(config)# vlan 10,20
Define the settings of the VLANs to be used.
Physical port interfaces configuration
Port configuration
(config)# interface range gigabitethernet 0/1-2
(config-if-range)# link debounce time 0
(config-if-range)# channel-group 1 mode on
(config)# interface range gigabitethernet 0/5-12
(config-if-range)# switchport mode access
(config-if-range)# switchport access vlan 10
(config)# interface range gigabitethernet 0/13-24
(config-if-range)# switchport mode access
(config-if-range)# switchport access vlan 20
Define ports 0/1-2 of channel group 1 for connection with
device C1.
Define ports 0/5-12 to form access ports for VLAN10 between
the server/terminals and network 1 (VRF10).
Define ports 0/13-24 to form access ports for VLAN20 between
the server/terminals and network 2 (VRF20).
Port channel configuration
(config)# interface port-channel 1
(config-if)# switchport mode trunk
(config-if)# switchport trunk allowed vlan 10,20
Define port channel 1 as the trunk port where forwarding to
VLAN10 and 20 is permitted.
A1 (AX2430S) configuration
Prohibition of spanning trees
(config)# spanning-tree disable
The default value for PVST+ is enabled, therefore, disable
PVST+.
VLAN configuration
(config)# vlan 5,100-101,200-201
Define the settings of the VLANs to be used.
Physical port interface configuration
Ring port configuration
(config)# interface gigabitethernet 0/1
(config-if)# link debounce time 0
(config-if)# switchport mode trunk
(config-if)# switchport trunk allowed vlan 5,100-101,200-201
(config-if)# axrp-ring-port 1
(config)# interface gigabitethernet 0/3
(config-if)# link debounce time 0
(config-if)# switchport mode trunk
(config-if)# switchport trunk allowed vlan 5,100-101,200-201
(config-if)# axrp-ring-port 1
Define port 0/1 as a ring network connection.
Define ports 5, 100-101, 200-201 as the trunk
ports where communication is permitted for the
VLAN.
Define RING ID = 1 for the ring port.
Also define port 0/3 as a ring network connection.
Define ports 5, 100-101, 200-201 as the trunk
ports where communication is permitted for the
VLAN.
Define RING ID = 1 for the ring port.
Access port configuration
(config)# interface range gigabitethernet 0/5-12
(config-if-range)# switchport mode access
(config-if-range)# switchport access vlan 100
(config)# interface range gigabitethernet 0/13-24
(config-if-range)# switchport mode access
(config-if-range)# switchport access vlan 101
Define ports 0/5-12 as the access ports for the connection of the
VLAN100 server or terminal in network 1 (VRF10)
#1
.
Define ports 0/13-24 as the access ports for the connection of
the VLAN101 server or terminal in network 1 (VRF10)
#2
.
VLAN mapping configuration
(config)# axrp vlan-mapping 10 vlan 100-101
(config)# axrp vlan-mapping 20 vlan 200-201
Define VLAN mapping 10 of the ring as VLAN100-101 used
in VRF10.
Define VLAN mapping 20 of the ring as VLAN200-101 used
in VRF20.
Ring protocol configuration
(config)# axrp 1
(config-axrp)# mode transit
(config-axrp)# control-vlan 5
(config-axrp)# vlan-group 1 vlan-mapping 10
(config-axrp)# vlan-group 2 vlan-mapping 20
Define RING ID = 1.
Define this node as a transient node.
Define VLAN5 as the control-VLAN.
Assign VLAN mapping 10 to VLAN group 1.
Assign VLAN mapping 20 to VLAN group 2.
#1 Devices A2 and A3 are configured in the same way as device A1, except when the VLAN to be handled
is different.