267wcdma bandprofile createUse profile create to create a profile for a 3G modem.Syntaxprofile create profile-number { dynamic | static apn } authentication-mode { none | { chap | pap }user username [ password password ] }DefaultThe default setting for this command depends on the 3G modem model.ViewsCellular interface viewPredefined user rolesnetwork-adminParametersprofile-number: Specifies a profile number. The value range varies by modem model.dynamic: Uses an access point automatically assigned by the service provider.static apn: Specifies the access point provided by the service provider. It isa string of 1 t o 100characters. Whether the string is case-sensitive varies by service provider.authentication-mode: Specifies the authentication mode, which can be none, pap, or chap.none: Performs no authentication.chap: Specifies CHAP authentication.pap: Specifies PAP authentication.user username: Specifies the username provided by the service provider. It is a case -sensitive stringof 1 to 32 characters.password password: Specifies the authentication password provided by the service provider. It is acase-sensitive string of 1 to 32 characters.Usage guidelinesIf you specify chap or pap, make sure the authentication settings are identical to those assigned bythe service provider.Examples# Create a profile for Cellular 2/4/0. Specify the profile number as 1 and the access point name ascmnet, and specify the PAP authentication mode. system-view[Sysname] controller cellular 2/4/0[Sysname-Cellular2/4/0] profile create 1 static cmnet authentication-mode pap user abcpassword abcRelated commandsdisplay cellularprofile delete