no

interface-config-wwan-instance

Removes or reverts the WWAN interface settings

Supported in the following platforms:

  • Access Point — AP7161, AP8163
  • Wireless Controllers — RFS4000

Syntax

no [all|apn|auth-type|crypto|description|ip|password|shutdown|use|username]
no [all|apn|auth-type|description|password|shutdown|username]
no crypto map
no ip [default-gateway priority|nat]
no use ip-access-list in

Parameters

no <PARAMETERS>
no <PARAMETERS> Removes or reverts this WWAN interface‘s settings based on the parameters passed

Usage Guidelines

The no command negates any command associated with it. Wherever required, use the same parameters associated with the command getting negated.

Example

The following example displays the WWAN interface settings before the ‘no‘ commands are executed:

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)#

nx9500-6C8809(config-profile-testRFS4000-if-wwan1)#no apn
nx9500-6C8809(config-profile-testRFS4000-if-wwan1)#no auth-type

The following example displays the WWAN interface settings after the ‘no‘ commands are executed:

nx9500-6C8809(config-profile-testRFS4000-if-wwan1)#show context
 interface wwan1
  crypto map test
  ip nat inside
  ip default-gateway priority 1
nx9500-6C8809(config-profile-testRFS4000-if-wwan1)#