ip
Supported
in the following platforms:
- Access Point — AP8163
- Wireless Controllers — RFS4010
ip default-gateway priority <1-8000>
Parameters
ip default-gateway priority <1-8000>
ip |
Configures IP related settings on this interface |
default-gateway
priority <1-8000> |
Configures the default-gateway‘s (learned by the wireless WAN) priority.
- <1-8000> – Specify a value from 1 - 8000. The default is 3000.
|
ip nat [inside|outside]
ip |
Configures IP related settings on this interface |
nat
[inside|outside] |
Configures the NAT settings. This option is disabled by default.
- inside – Marks this WWAN interface as NAT inside. The inside network is transmitting data over the network to its intended destination. On the way out, the source IP address is changed in the header and replaced by the (public) IP address.
- outside – Marks this WWAN interface as NAT outside. Packets passing through the NAT on the way back to the controller or service platform managed LAN are matched against the records kept by the NAT engine. There, the destination IP address is changed back to the specific internal private class IP address in order to reach the LAN over the network.
|
Example
nx9500-6C8809(config-profile-testRFS4000-if-wwan1)#ip default-gateway priority 1
nx9500-6C8809(config-profile-testRFS4000-if-wwan1)#ip nat inside
nx9500-6C8809(config-profile-testRFS4000-if-wwan1)#show context
interface wwan1
apn AT&T
auth-type mschap-v2
crypto map test
ip nat inside
ip default-gateway priority 1
nx9500-6C8809(config-profile-testRFS4000-if-wwan1)#
Related Commands
no |
Removes IP related settings on this interface |