| Step 1 |
enable
Example:
|
Enables privileged EXEC mode.
-
Enter your password if prompted.
|
| Step 2 |
configure
terminal
Example:
Router# configure terminal
|
Enters global configuration mode.
|
| Step 3 |
interface
virtual-template
interface-number
Example:
Router(config)# interface virtual-template 7
|
Selects the Virtual Template interface and enters interface configuration mode.
|
| Step 4 |
ppp
ipcp
address
required
Example:
Router(config-if)# ppp ipcp address required
|
PPP disconnects the peer if no IP address is negotiated.
|
| Step 5 |
ppp
ipcp
address
unique
Example:
Router(config-if)# ppp ipcp address unique
|
PPP disconnects the peer if the IP address is already in use.
|
| Step 6 |
ppp
ipv6cp
address
unique
Example:
Router(config-if)# ppp ipv6cp address unique
|
PPP disconnects the peer if the IPv6 prefix is already in use.
|
| Step 7 |
ppp
timeout
ncp
seconds
Example:
Router(config-if)# ppp timeout ncp 30
|
PPP sets the maximum time in seconds to wait for the network layer to negotiate.
|
| Step 8 |
exit
Example:
|
Exits interface configuration mode and returns to global configuration mode.
|
| Step 9 |
ppp
ncp
override
local
Example:
Router(config)# ppp ncp override local
|
PPP overrides the local dual-stack configuration, checks the permitted Network Control Programs (NCP), and rejects user-initiated NCP negotiation.
|
| Step 10 |
end
Example:
|
Exits global configuration mode and returns to privileged EXEC mode.
|