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


Before You Configure L2TP Dial-Out

Create a profile that the router uses to create the dynamic PPP and IP interfaces on the LNS. The profile specifies parameters that are common to all dial-out sessions that use the profile. The following is an example of a typical profile configuration.

  1. Create a profile.
  2. host1(config)#profile dialOut 
    
    host1(config-profile)#
    
    
    
  3. Specify the interface used for dialout.
  4. host1(config-profile)#ip unnumbered loopback 0/0
    
    
    
  5. Specify the virtual router for the dial-out user's IP interface.
  6. host1(config-profile)#ip virtual-router lns
    
    
    
  7. Specify the authentication mechanism.
  8. host1(config-profile)#ppp authentication chap
    

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