Product manual

AX Series Network Partition: Solution Guide [Basic] Second Edition
© 2009-2010 ALAXALA Networks Corporation. All rights reserved.
32
(2) Configuration of access nodes
There is no VRF-related setting required for configuration of access nodes. A partition (VRF) to be associated
with an access node is the one to which the VLAN handled by the access node belongs.The L3 core node in
which the VRF configuration is defined handles such settings.
S1 (AX2430S) configuration
Prohibition of spanning trees
(config)# spanning-tree disable
In a system in which GSRP is used, a spanning tree is not used.
In the AX series, however, the default value for PVST+ is
enabled, therefore, disable PVST+.
VLAN configuration
(config)# vlan 2,10,20
Define the settings of the VLANs to be used.
Physical port interface configuration
Port configuration
(config)# interface range gigabitethernet 0/1-2
(config-if-range)# link debounce time 0
(config-if-range)# switchport mode trunk
(config-if-range)# switchport trunk allowed vlan 2,10,20
(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-22
(config-if-range)# switchport mode access
(config-if-range)# switchport access vlan 20
(config)# interface gigabitethernet 0/24
(config-if)# switchport mode access
(config-if)# switchport access vlan 2
Define ports 0/1-2 for connection with devices C1 and C2.
Define ports 0/5-12 to form access ports for VLAN10 for
connection of a network 1 (VRF10) server or terminal.
Define ports 0/13-22 to form access ports for VLAN20 for
connection of a network 2 (VRF20) server or terminal.
Define port 0/24 to form an access port for VLAN2 for a
system management terminal.
A1 (AX2430S) configuration
Prohibition of spanning trees
(config)# spanning-tree disable
In a system in which GSRP is used, a spanning tree is not used.
In the AX series, however, the default value for PVST+ is
enabled, therefore, disable PVST+.
VLAN configuration
(config)# vlan 100-101
Define the settings of the VLANs to be used.
Physical port interface configuration
Port configuration
(config)# interface range gigabitethernet 0/1-2
(config-if-range)# link debounce time 0
(config-if-range)# switchport mode trunk
(config-if-range)# switchport trunk allowed vlan 100-101
(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/1-2 for connection with devices C1 and C2.
Define ports 0/5-12 as access ports for connection of the
VLAN100 server or terminal in network 1 (VRF10)
#1
.
Define ports 0/13-24 as access ports for connection of the
VLAN101 server or terminal in network 1 (VRF10)
#1
.
#1 The settings of devices A2 and A3 are the same as for device A1, except that the VLANs to be handled
are different among them.