Chapter 11 Configuring PPP over Ethernet with NAT
Configuration Tasks
SUMMARY STEPS
1.interface dialer
2.ip address negotiated
3.ip mtu bytes
4.encapsulation
5.ppp authentication {protocol1 [protocol2...]}
6.dialer pool number
7.
8.exit
9.
10.ip route prefix mask
DETAILED STEPS
|
| Command | Purpose | |||
| Step 1 |
|
| |||
| interface dialer | Creates a dialer interface (numbered 0 to 255) and | ||||
|
| Example: | enters interface configuration mode. | |||
|
|
|
|
|
| |
|
| Router(config)# interface dialer 0 |
|
|
|
|
|
|
|
|
|
| |
| Step 2 |
|
| |||
| ip address negotiated | Specifies that the IP address for the interface is | ||||
|
| Example: | obtained through PPP/IPCP (IP Control Protocol) | |||
|
| address negotiation. | ||||
|
|
|
|
|
| |
|
|
|
|
|
| |
| Step 3 |
|
| |||
| ip mtu bytes | Sets the size of the IP maximum transmission unit | ||||
|
| Example: | (MTU). The default minimum is 128 bytes. The | |||
|
| maximum for Ethernet is 1492 bytes. | ||||
|
|
|
|
|
| |
|
|
|
|
|
| |
| Step 4 |
|
| |||
| encapsulation | Sets the encapsulation type to PPP for the data | ||||
|
| Example: | packets being transmitted and received. | |||
|
|
|
|
|
| |
|
|
|
|
|
| |
|
|
|
|
|
| |
| Step 5 |
|
| |||
| ppp authentication {protocol1 | Sets the PPP authentication method to Challenge | ||||
|
| [protocol2...]} | Handshake Authentication Protocol (CHAP). | |||
|
| Example: | For details about this command and additional | |||
|
| parameters that can be set, see Cisco IOS Security | ||||
|
| |||||
|
| Command Reference. | ||||
|
| |||||
|
|
|
|
|
| |
|
|
|
|
|
| |
|
| Cisco 819 Series Integrated Services Routers Software Configuration Guide |
|
| ||
|
|
| ||||
|
|
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
|