Product manual
AX Series Network Partition: Solution Guide [Basic] Second Edition
© 2009-2010 ALAXALA Networks Corporation. All rights reserved.
19
C1 (AX6708S) configuration
(config)# interface range gigabitethernet 3/2, gigabitethernet 4/2
(config-if-range)# link debounce time 0
(config-if-range)# channel-group 12 mode on
(config)# interface range gigabitethernet 3/3, gigabitethernet 4/3
(config-if-range)# link debounce time 0
(config-if-range)# channel-group 13 mode on
Ports 3/2 and 4/2 form channel group 12 for
connection with device A2.
Ports 3/3 and 4/3 form channel group 13 for
connection with device A3.
Port channel settings
(config)# interface port-channel 1
(config-if)# switchport mode trunk
(config-if)# switchport trunk allowed vlan 10,20
(config)# interface port-channel 11
(config-if)# switchport mode trunk
(config-if)# switchport trunk allowed vlan 100-101
(config)# interface port-channel 12
(config-if)# switchport mode trunk
(config-if)# switchport trunk allowed vlan 100,200
(config)# interface port-channel 13
(config-if)# switchport mode trunk
(config-if)# switchport trunk allowed vlan 200-201
Define port channel 1 as the trunk port where forwarding to
VLAN10 and 20 is permitted.
Define port channel 11 as the trunk port where forwarding to
VLAN100 and 101 is permitted.
Define port channel 12 as the trunk port where forwarding to
VLAN100 and 200 is permitted.
Define port channel 13 as the trunk port where forwarding to
VLAN200 and 201 is permitted.
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.10.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.20.0 0.0.1.255
Specify OSPF as the routing protocol for VRF10. (Important
point (5)
)
Specify RIP as the routing protocol for VRF20. (Important
point (5))
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 (6)
)
Permit telnet login (up to 2 users at a time).
Activate the FTP server.