Product manual
AX Series Network Partition: Solution Guide [Basic] Second Edition
© 2009-2010 ALAXALA Networks Corporation. All rights reserved.
30
3.3.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 (AX6604S) 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 gsrp-enable-ipv4-ipv6
PSP 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 together with GSRP. (Important point (3))
(A prompt for restarting the PSP 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,5,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.0.1 255.255.255.0
(config)# interface vlan 101
(config-if)# vrf forwarding 10
(config-if)# ip address 192.168.1.1 255.255.255.0
(config)# interface vlan 200
(config-if)# vrf forwarding 20
(config-if)# ip address 192.168.0.1 255.255.255.0
(config)# interface vlan 201
(config-if)# vrf forwarding 20
(config-if)# ip address 192.168.1.1 255.255.255.0
Use VLAN2 in the global network for system
administration. (Important point (8)
)
Assign an IP address to VLAN2
#1
.
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.
Physical port interfaces configuration
Access switch port configuration
(config)# interface gigabitethernet 1/1
(config-if)# link debounce time 0
(config-if)# switchport mode trunk
(config-if)# switchport trunk allowed vlan 2,10,20
(config)# interface gigabitethernet 3/1
(config-if)# link debounce time 0
(config-if)# switchport mode trunk
(config-if)# switchport trunk allowed vlan 100-101
(config)# interface gigabitethernet 3/2
(config-if)# link debounce time 0
(config-if)# switchport mode trunk
(config-if)# switchport trunk allowed vlan 100,200
Define port 1/1 for server access switch connection.
Define ports 2, 10, and 20 as the trunk ports where
communication is permitted for the VLAN.
Define port 3/1 for the access switch connection.
Define ports 100-101 as the trunk ports where communication
is permitted for the VLAN.
Also define port 3/2 for the access switch connection.
Define ports 100 and 200 as the trunk ports where
communication is permitted for the VLAN.
C1 (AX6604S) configuration