System information
Proper static routes to Unified Switch must be also configured on the “customer” L3 device as
well. In a customer environment, you would need to configure the following static routes on the
customer’s L3 device.
Network Address Mask Next Hop IP Address
192.168.10.0 255.255.255.0 172.17.5.253
Note: The above static route provides an IP path back to the loopback interface on the Unified
Switch for the remote AP to access to become managed by the Unified Access System. Without
additional routes, wired clients on the customer’s L3 device will not be able to reach other
subnets on the Unified Switch. This includes connectivity between wireless clients on AP1 and
AP2 if they associate with a non-Tunneled SSID.
##################################################################
Setting Example
Settings for L3 Switch:
V5 (Connect to Unified Switch)
#config vlan default delete 1-16
#create vlan v5 tag 5
#config vlan v5 add untagged 1-8
#create ipif net2 172.17.5.254/24 v5
V6 (Connect to AP2)
#create vlan v6 tag 6
#config vlan v6 add untagged 9-16
#create ipif net3 172.17.6.254/24 v6
Set static route
#create iproute 192.168.10.0/24 172.17.5.253
Enable Jumbo Frame (Set MAX MTU size for all port)
#enable jumbo_frame
#save
Settings for AP2 via Telnet:
#set management dhcp-status down
#set management static-ip 172.17.6.1
(Telnet again with new IP)
#set management static-mask 255.255.255.0
#set static-ip-route gateway 172.17.6.254
#save-running