Step 1 |
enable
Example:
|
Enables privileged EXEC mode.
|
Step 2 |
configure
terminal
Example:
Device# configure terminal
|
Enters global configuration mode.
|
Step 3 |
vpdn
enable
Example:
Device(config)# vpdn enable
|
Enables VPDN on a device.
|
Step 4 |
vpdn search-order domain dnis
Example:
Device(config)# vpdn search-order domain dnis
|
Specifies how a network access server (NAS) or a tunnel switch performs VPDN tunnel authorization searches.
|
Step 5 |
vpdn-group
group-name
Example:
Device(config)# vpdn-group group1
|
Creates and associates a VPDN group with a customer or a VPDN profile and enters VPDN group configuration mode.
|
Step 6 |
request-dialin
Example:
Device(config-vpdn)# request-dialin
|
Creates a request-dialin VPDN subgroup that indicates the dialing direction and initiates the tunnel; enters VPDN request-dialin group configuration mode.
|
Step 7 |
protocol l2tp
Example:
Device(config-vpdn-req-in)# protocol l2tp
|
Specifies that L2TP is the tunneling protocol used by the VPDN subgroup.
|
Step 8 |
domain
domain-name
Example:
Device(config-vpdn-req-in)# domain xyz.com
|
Specifies the domain name of users that are to be forwarded to a tunnel server using VPDN.
|
Step 9 |
exit
Example:
Device(config-vpdn-req-in)# exit
|
Returns to VPDN group configuration mode.
|
Step 10 |
initiate-to ip
ip-address
Example:
Device(config-vpdn)# initiate-to ip 192.0.2.55
|
Specifies an IP address that is used for Layer 2 tunneling.
|
Step 11 |
local name
host-name
Example:
Device(config-vpdn)# local name host1
|
Specifies a local hostname that the tunnel uses to identify itself.
|
Step 12 |
l2tp tunnel password
password
Example:
Device(config-vpdn)# l2tp tunnel password password1
|
Sets a password that the device uses to authenticate the Layer 2 Tunneling Protocol (L2TP) tunnel.
|
Step 13 |
exit
Example:
Device(config-vpdn)# exit
|
Returns to global configuration mode.
|
Step 14 |
isdn switch-type
switch-type
Example:
Device(config)# isdn switch-type primary-4ess
|
Selects a service provider switch type that accommodates PRI.
|
Step 15 |
end
Example:
|
Returns to privileged EXEC mode.
|