Product manual
AX Series Network Partition: Solution Guide [Basic] Second Edition
© 2009-2010 ALAXALA Networks Corporation. All rights reserved.
20
(2) Configuration of access nodes
There are no VRF configuration items in the configuration of access nodes. The partition (VRF) to which an
access node is related is determined by the partition 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
The AX series default value for PVST+ is enabled, therefore,
disable PVST+.
VLAN configuration
(config)# vlan 10,20
Define the settings of the VLANs to be used.
Configuration of physical port interfaces
Port settings
(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
Ports 0/1-2 form channel group 1 for connection with device
C1.
Ports 0/5-12 form access ports for VLAN10 between the
server/terminals and Network 1 (VRF10).
Ports 0/13-24 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 AX series default value for PVST+ is enabled, therefore,
disable PVST+.
VLAN configuration
(config)# vlan 100-101
Define the settings of the VLANs to be used
#1
.
Physical port interface configuration
Port configuration
(config)# interface range gigabitethernet 0/1-2
(config-if-range)# link debounce time 0
(config-if-range)# channel-group 11 mode on
(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
Ports 0/1-2 form channel group 11 for connection with device
C1.
Ports 0/5-12 form access ports for use in the server/terminals of
VLAN100 inside Network 1 (VRF10)
#1
.
Ports 0/13-24 form access ports for use in the server/terminals
of VLAN101 inside Network 1 (VRF10)
#1
.
Port channel configuration
(config)# interface port-channel 11
(config-if)# switchport mode trunk
(config-if)# switchport trunk allowed vlan 100-101
Define port channel 11 as the trunk port where forwarding to
VLAN100-101 is permitted
#1
.
#1 The configurations for devices A2 and A3 are the same as for A1, except for the VLAN configuration.