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


Creating an IP Interface

You can configure IP interfaces that support the following configurations:

Single Clients per ATM Subinterface

Figure 3 shows a conceptual view of the configuration of a single PPP client per ATM subinterface.


Figure 3: Single PPP Clients per ATM Subinterface

Configure an ATM interface by entering Configuration mode and performing the following tasks. For more information about configuring ATM interfaces, see JUNOSe Link Layer Configuration Guide, Chapter 1, Configuring ATM.

  1. Configure a physical interface.
  2. host1(config)#interface atm 0/1 
    
    
    
  3. Configure the subinterface.
  4. host1(config-if)#interface atm 0/1.20
    
    
    
  5. Configure a permanent virtual circuit (PVC) by specifying the vcd (virtual circuit descriptor), the vci (virtual channel identifier), the vpi (virtual path identifier), and the encapsulation type.
  6. host1(config-if)#atm pvc 10 22 100 aal5snap
    
    
    
  7. Configure PPP encapsulation.
  8. host1(config-if)#encapsulation ppp
    
    
    
  9. Configure PAP or CHAP authentication.
  10. host1((config-if))#ppp authentication chap
    
    
    
  11. Assign a profile to the PPP interface.
  12. host1(config-subif)#profile foo
    

Multiple Clients per ATM Subinterface

Figure 4 shows how PPPoE supports multiplexing of multiple PPP sessions per ATM subinterface.


Figure 4: Multiple PPP Clients per ATM Subinterface

Configure an ATM interface by entering Configuration mode and performing the following tasks. For more information about configuring ATM interfaces, see JUNOSe Link Layer Configuration Guide, Chapter 1, Configuring ATM.

  1. Configure a physical interface.
  2. host1(config)#interface atm 0/1 
    
    
    
  3. Configure the subinterface.
  4. host1(config-if)#interface atm 0/1.20
    
    
    
  5. Configure a PVC by specifying the vcd (virtual circuit descriptor), the vci (virtual channel identifier), the vpi (virtual path identifier), and the encapsulation type.
  6. host1(config-if)#atm pvc 10 22 100 aal5snap
    
    
    
  7. Configure PPPoE encapsulation.
  8. host1(config-if)#encapsulation pppoe
    
    
    
  9. Configure the subinterface for one PPP client.
  10. host1(config-if)#interface atm 0/1.20.1
    
    
    
  11. Configure PPP encapsulation.
  12. host1(config-if)#encapsulation ppp
    
    
    
  13. Configure PAP or CHAP authentication.
  14. host1((config-if))#ppp authentication chap
    
    
    
  15. Apply the profile to the PPP interface.
  16. host1(config-subif)#profile foo2
    
    
    
  17. Configure the subinterface for a second PPP client.
  18. host1(config-if)#interface atm 0/1.20.2
    
    
    
  19. Configure PPP encapsulation.
  20. host1(config-if)#encapsulation ppp
    
    
    
  21. Configure PAP or CHAP authentication.
  22. host1((config-if))#ppp authentication chap
    
    
    
  23. Apply the profile to the PPP interface.
  24. host1(config-subif)#profile foo2
    

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