Cellular PDN profile configuration commands

pdn-profile

Syntax

pdn-profile pdn-profile-number [create]

no pdn-profile

Context

config>system>cellular

Description

This command creates a PDN profile with an associated ID when used with the create keyword.

The system supports a default PDN profile and up to 15 user-created PDN profiles.

The default PDN profile is used during the ADP-Hm process and cannot be modified.

The no form of this command deletes the PDN profile if the profile is not in use. If the profile is in use, the no form of the command cannot be executed.

Default

n/a

Parameters

pdn-profile-number

the PDN profile identifier

Values

1 to 15

create

the keyword used to create the PDN profile

apn

Syntax

apn apn-name

no apn

Context

config>system>cellular>pdn-profile

Description

This command configures the Access Point Name (APN) for the PDN profile.

The no form of this command removes the APN.

Default

no apn

Parameters

apn-name

a character string up to a maximum of 100 characters

authentication

Syntax

authentication {pap | chap}

no authentication

Context

config>system>cellular>pdn-profile

Description

This command configures the authentication type used by the PDN profile.

The no form of this command removes authentication from the PDN profile.

Default

n/a

Parameters

pap

sets the authentication type to PAP

chap

sets the authentication type to CHAP

password

Syntax

password password [hash | hash2 | custom]

no password

Context

config>system>cellular>pdn-profile

Description

This command configures the password for PAP or CHAP authentication of the PDN profile. The password must be confirmed by entering it twice.

The no form of this command removes the authentication password from the PDN profile.

Default

no password

Parameters

password

a character string up to a maximum of 64 characters

hash

specifies that the key is entered in an encrypted form. If the hash parameter is not used, the key is assumed to be in a non-encrypted, clear text form For security, all keys are stored in encrypted form in the configuration file with the hash or hash2 parameter specified.

hash2

specifies that the key is entered in a more complex encrypted form that involves more variables than the key value alone. This means that a hash2 encrypted variable cannot be copied and pasted. If the hash2 parameter is not used, the key is assumed to be in a non-encrypted, clear text form. For security, all keys are stored in encrypted form in the configuration file with the hash or hash2 parameter specified.

custom

specifies the custom encryption to management interface

protocol

Syntax

protocol {ipv4 | ipv6}

Context

config>system>cellular>pdn-profile

Description

This command configures the address type, either IPv4 or IPv6, that is learned by the PDN router interface during the PDN attachment process. When set to IPv4, the PDN router interface can operate in static cellular system mode, static cellular interface mode, or dynamic cellular interface mode. When set to IPv6, the PDN router interface can operate in either static cellular interface mode or dynamic cellular interface mode. For more information about the PDN router interface modes, see "PDN router interfaces" in the 7705 SAR-Hm and SAR-Hmc Main Configuration Guide.

Default

ipv4

Parameters

ipv4

sets the IP address type for the PDN connection to IPv4

ipv6

sets the IP address type for the PDN connection to IPv6

username

Syntax

username user-name

no username

Context

config>system>cellular>pdn-profile

Description

This command configures the username for PAP or CHAP authentication of the PDN profile.

The no form of this command removes the username.

Default

n/a

Parameters

user-name

a character string up to a maximum of 255 characters