Specifications
14-8
Cisco Aironet 1200 Series Access Point Installation and Configuration Guide
OL-3446-01
Chapter 14 Configuring Proxy Mobile IP
Configuring Proxy Mobile IP
Use the no form of the ip proxy-mobile commands to disable proxy Mobile IP. Use the ip proxy-mobile
pause command to disable proxy Mobile IP without losing your proxy Mobile IP configuration.
This example shows how to enable proxy Mobile IP on an access point for the SSID tsunami for IP
addresses from 10.91.7.151 to 10.91.7.176:
ap1200# configure terminal
ap1200(config)# ip proxy-mobile enable
ap1200(config)# ip proxy-mobile aap 192.168.15.22 192.168.15.24 192.168.15.28
ap1200(config)# ip proxy-mobile secure node 10.91.7.151 10.91.7.176 spi 102 key ascii
0987654
ap1200(config)# interface fastethernet 0
ap1200(config-if)# ip proxy-mobile
ap1200(config-if)# interface dot11radio 0
ap1200(config-if)# ip proxy-mobile
ap1200(config-if)# ssid tsunami
ap1200(config-if-ssid)# ip proxy-mobile
ap1200(config-if-ssid)# exit
ap1200(config-if)# exit
ap1200(config)# interface bvi1
ap1200(config-if)# ip proxy-mobile
ap1200(config-if-ssid)# end
Step 7
exit Return to global config mode.
Step 8
interface dot11radio { 0 | 1 } Enter interface configuration mode for the radio port. The
2.4-GHz radio is radio 0, and the 5-GHz radio is radio 1.
Step 9
ip proxy-mobile Enable proxy Mobile IP on the radio port.
Step 10
ssid ssid Enter an SSID for which you want to enable proxy Mobile IP.
Note Proxy Mobile IP functionality is not supported on
SSIDs where VLAN is also enabled.
Step 11
ip proxy-mobile Enable proxy Mobile IP for the SSID.
Step 12
exit Return to global config mode.
Step 13
interface bvi1 Enter interface configuration mode for the bridge virtual
interface (BVI).
Step 14
ip proxy-mobile Enable proxy Mobile IP on the BVI.
Step 15
end Return to privileged EXEC mode.
Step 16
copy running-config startup-config (Optional) Save your entries in the configuration file.
Command Purpose