[Contents] [Prev] [Next] [Index] [Report an Error]

Configuration Tasks

The following procedure is an example of a PPP configuration on a serial interface. These steps are mandatory unless otherwise noted.

  1. From Global Configuration mode, specify the physical interface on which you want to configure PPP.
    host1(config)#interface serial 3/0:2/5
  2. Specify PPP as the encapsulation method (data-link protocol) on the interface.
    host1(config-if)#encapsulation ppp
  3. Assign an IP address and subnet mask for the interface.
    host1(config-if)#ip address 192.168.22.10 255.255.255.0
  4. Verify that your configuration changes are correct.
    host1#show ppp interface serial 3/0:2/5 config

encapsulation ppp

interface atm

interface pos

interface serial

ip address


[Contents] [Prev] [Next] [Index] [Report an Error]