Hello All
We just rolled out a Cisco 4400 series Wireless Controller. Got it working no big deal, and it's working great, no complaints from users or anything
. BUT Manageability wise it's still being a pain, it doesn't want to use it's default gateway, as far as I can tell. I have to remote to another machine on the 20net (where the controller also is) then ssh in, as sshing from anything off the 20net doesn't work. Which screams routing problem but I can't find where the config is fubared. Here is a clip of the config, all the interface stuff anyways, I hope you enjoy my private IPs
.
Usually this is the case when IP Routing gets turned on, but I can't find any mention of it. Regardless I tried adding a default route and it complains when I put in an IP/mask of 0.0.0.0. It can ping the gateway, just doesn't use it. Any help would be great
TIA!
(WLAN-Controller) >show sysinfo
Manufacturer's Name.............................. Cisco Systems Inc.
Product Name..................................... Cisco Controller
Product Version.................................. 4.1.185.0
RTOS Version..................................... 4.1.185.0
Bootloader Version............................... 3.2.195.10
Build Type....................................... DATA + WPS
<--snip-->
(WLAN-Controller) >show running-config
<--snip-->
interface create corporatewlan 100
interface create guestwlan 101
interface create mgmnt 1
interface address ap-manager 192.168.102.2 255.255.255.0 192.168.102.1
interface address dynamic-interface corporatewlan 192.168.100.2 255.255.255.0 192.168.100.1
interface address dynamic-interface guestwlan 192.168.101.2 255.255.255.0 192.168.101.1
interface address management 192.168.102.3 255.255.255.0 192.168.102.1
interface address dynamic-interface mgmnt 192.168.20.80 255.255.252.0 192.168.20.67
interface address virtual 1.2.3.4
interface dhcp ap-manager primary 192.168.102.3
interface dhcp dynamic-interface corporatewlan primary 192.168.100.1
interface dhcp dynamic-interface guestwlan primary 192.168.101.1
interface vlan corporatewlan 100
interface vlan guestwlan 101
interface vlan mgmnt 1
interface port ap-manager 1
interface port corporatewlan 1
interface port guestwlan 1
interface port management 1
interface port mgmnt 1
network mgmt-via-dynamic-interface enable
<--snip-->
We just rolled out a Cisco 4400 series Wireless Controller. Got it working no big deal, and it's working great, no complaints from users or anything
Usually this is the case when IP Routing gets turned on, but I can't find any mention of it. Regardless I tried adding a default route and it complains when I put in an IP/mask of 0.0.0.0. It can ping the gateway, just doesn't use it. Any help would be great
(WLAN-Controller) >show sysinfo
Manufacturer's Name.............................. Cisco Systems Inc.
Product Name..................................... Cisco Controller
Product Version.................................. 4.1.185.0
RTOS Version..................................... 4.1.185.0
Bootloader Version............................... 3.2.195.10
Build Type....................................... DATA + WPS
<--snip-->
(WLAN-Controller) >show running-config
<--snip-->
interface create corporatewlan 100
interface create guestwlan 101
interface create mgmnt 1
interface address ap-manager 192.168.102.2 255.255.255.0 192.168.102.1
interface address dynamic-interface corporatewlan 192.168.100.2 255.255.255.0 192.168.100.1
interface address dynamic-interface guestwlan 192.168.101.2 255.255.255.0 192.168.101.1
interface address management 192.168.102.3 255.255.255.0 192.168.102.1
interface address dynamic-interface mgmnt 192.168.20.80 255.255.252.0 192.168.20.67
interface address virtual 1.2.3.4
interface dhcp ap-manager primary 192.168.102.3
interface dhcp dynamic-interface corporatewlan primary 192.168.100.1
interface dhcp dynamic-interface guestwlan primary 192.168.101.1
interface vlan corporatewlan 100
interface vlan guestwlan 101
interface vlan mgmnt 1
interface port ap-manager 1
interface port corporatewlan 1
interface port guestwlan 1
interface port management 1
interface port mgmnt 1
network mgmt-via-dynamic-interface enable
<--snip-->