Product manual
AX Series Network Partition: Solution Guide [Basic] Second Edition
© 2009-2010 ALAXALA Networks Corporation. All rights reserved.
24
3.2.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 (AX6304S) 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 axrp-enable
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 jointly with the ring protocol. (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 (7))
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.
Physical port interface configuration
Ring port configuration
(config)# interface gigabitethernet 3/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 4/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
Define port 3/1 as a ring network connection.
Define ports 5, 100-101, and 200-201 as the trunk
ports where communication is permitted for the
VLAN.
Define RING ID = 1 for the ring port.
Also define port 4/1 as a ring network connection.
Define ports 5, 100-101, and 200-201 as the trunk
ports where communication is permitted for the
VLAN.
Define RING ID = 1 for the ring port.
Port configuration