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


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.
  2. host1(config)#interface serial 3/0:2/5
    
    
    
  3. Specify PPP as the encapsulation method (data-link protocol) on the interface.
  4. host1(config-if)#encapsulation ppp
    
    
    
  5. Assign an IP address and subnet mask for the interface.
  6. host1(config-if)#ip address 192.168.22.10 255.255.255.0
    
    
    
  7. Verify that your configuration changes are correct.
  8. 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] [No Frames]