Product manual
AX Series Network Partition: Solution Guide [Basic] Second Edition
© 2009-2010 ALAXALA Networks Corporation. All rights reserved.
25
C1 (AX6304S) configuration
(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
Define port 2/24 as the VLAN2 access port for
system administration.
Define ports 1/1 and 2/1 to form channel group 1
for connection with device S1.
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.
VLAN mapping configuration
(config)# axrp vlan-mapping 10 vlan 100-101
(config)# axrp vlan-mapping 20 vlan 200-201
Define VLAN mapping 10 of the ring as VLAN100-101 used in
VRF10. (Important point (5)
)
Define VLAN mapping 20 of the ring as VLAN200-101 used in
VRF20. (Important point (5))
Ring protocol configuration
(config)# axrp 1
(config-axrp)# mode master
(config-axrp)# control-vlan 5
(config-axrp)# vlan-group 1 vlan-mapping 10
(config-axrp)# vlan-group 2 vlan-mapping 20
Define RING ID = 1.
Define this node as a master node.
Define VLAN5 as the control-VLAN.
Assign VLAN mapping 10 to VLAN group 1.
Assign VLAN mapping 20 to VLAN group 2.
Routing protocol configuration
(config)# router ospf 1 vrf 10
(config-router)# network 172.16.0.0 0.0.255.255 area 0
(config-router)# network 192.168.0.0 0.0.1.255 area 0
(config)# router rip
(config-router)# address-family ipv4 vrf 20
(config-router-af)# network 172.17.0.0 0.0.255.255
(config-router-af)# network 192.168.0.0 0.0.1.255
Specify OSPF as the routing protocol for VRF10. (Important
point (6)
)
Specify RIP as the routing protocol for VRF20. (Important
point (6)
)
Configuration for remote control of the device
(config)# logging host 192.168.255.10
(config)# logging host 172.16.255.10 vrf 10
(config)# logging host 172.17.255.10 vrf 20
(config)# line vty 0 2
(config)# ftp-server
Specify the host for collecting the syslog.
Specify the host for collecting the syslog in VRF10.
Specify the host for collecting the syslog in VRF20.
(Important point (7)
)
Permit telnet login (up to 2 users at a time).
Activate the FTP server.
(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.