Product manual

AX Series Network Partition: Solution Guide [Basic] Second Edition
© 2009-2010 ALAXALA Networks Corporation. All rights reserved.
18
3.1.2 Configuration example
Given below is a configuration example describing a starting point for system configuration. For the overall
configuration, see the Appendix
.
(1) Configuration of the core node
C1 (AX6708S) configuration
Prohibition of spanning trees
(config)# spanning-tree disable
The AX series default value for PVST+ is enabled, therefore,
disable PVST+. (Important point (2))
VRF configuration
(config)# vrf mode l2protocol-disable
All BSU will be restarted automatically when the selected mode differs
from current mode.
Do you wish to change mode (y/n): y
(config)# vrf definition 10
(config)# vrf definition 20
Set VRF so as to not be used with the L2 protocol. (Important
point (3)
)
(A prompt for restarting the BSU is displayed. Enter Y if it is
OK to restart.)
Declare that VRF10 is to be used. (Important point (1)
)
Declare that VRF20 is to be used. (Important point (1)
)
VLAN configuration
(config)# vlan 2,10,20,100-101,200-201
Define the settings of the VLANs to be used.
VLAN interface configuration
(config)# interface vlan 2
(config-if)# ip address 192.168.255.1 255.255.255.0
(config)# interface vlan 10
(config-if)# vrf forwarding 10
(config-if)# ip address 172.16.0.1 255.255.0.0
(config)# interface vlan 20
(config-if)# vrf forwarding 20
(config-if)# ip address 172.17.0.1 255.255.0.0
(config)# interface vlan 100
(config-if)# vrf forwarding 10
(config-if)# ip address 192.168.10.1 255.255.255.0
(config)# interface vlan 101
(config-if)# vrf forwarding 10
(config-if)# ip address 192.168.11.1 255.255.255.0
(config)# interface vlan 200
(config-if)# vrf forwarding 20
(config-if)# ip address 192.168.20.1 255.255.255.0
(config)# interface vlan 201
(config-if)# vrf forwarding 20
(config-if)# ip address 192.168.21.1 255.255.255.0
VLAN2 is used in the global network for system
administration. (Important point (6)
)
Assign an IP address to VLAN2.
Use VLAN10 in VRF10. (Important point (4)
)
Assign an IP address to VLAN10.
Use VLAN20 in VRF20. (Important point (4))
Assign an IP address to VLAN20.
Use VLAN100 in VRF10. (Important point (4))
Assign an IP address to VLAN100.
Use VLAN101 in VRF10. (Important point (4)
)
Assign an IP address to VLAN101.
Use VLAN200 in VRF20. (Important point (4))
Assign an IP address to VLAN200.
Use VLAN201 in VRF20. (Important point (4)
)
Assign an IP address to VLAN201.
Configuration of physical port interfaces
Port settings
(config)# interface gigabitethernet 2/24
(config-if)# switchport access vlan 2
(config)# interface range gigabitethernet 1/1, gigabitethernet 2/1
(config-if-range)# link debounce time 0
(config-if-range)# channel-group 1 mode on
(config)# interface range gigabitethernet 3/1, gigabitethernet 4/1
(config-if-range)# link debounce time 0
(config-if-range)# channel-group 11 mode on
Define port 2/24 as the VLAN2 access port for
system administration.
Ports 1/1 and 2/1 form channel group 1 for
connection with device S1.
Ports 3/1 and 4/1 form channel group 11 for
connection with device A1.