auth-type

interface-config-wwan-instance

Configures the authentication type used by the cellular data provider

Supported in the following platforms:

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

Syntax

auth-type [chap|mschap|mschap-v2|pap]

Parameters

auth-type [chap|mschap|mschap-v2|pap]
auth-type Configures the authentication protocol used on this interface. The options are: PAP, CHAP, MSCHAP, and MSCHAP-v2
chap Configures Challenge-Handshake Authentication Protocol (CHAP). This is the default value.
mschap Configures Microsoft Challenge-Handshake Authentication Protocol (MSCHAP)
mschapv2 Configures Microsoft Challenge-Handshake Authentication Protocol (MSCHAP) version 2
pap Configures Password Authentication Protocol (PAP)

Example

nx9500-6C8809(config-profile-testRFS4000-if-wwan1)#auth-type mschap-v2

nx9500-6C8809(config-profile-testRFS4000-if-wwan1)#show context
 interface wwan1
  apn AT&T
  auth-type mschap-v2
nx9500-6C8809(config-profile-testRFS4000-if-wwan1)#

Related Commands

no Removes the authentication protocol configured on this interface