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


Configuring PPP and PPPoE Dynamic Interfaces

E-series routers support dynamic PPP and PPPoE interfaces. The configuration procedure is very similar for each.

When using the auto-configure command, select only ppp or pppoe. The router automatically builds the necessary interfaces for you. When you indicate pppoe, on receipt of a PPPoE packet, the dynamic interface built is IP over PPP over PPPoE over ATM. Likewise, when you indicate ppp, the dynamic interface built is IP over PPP over ATM.

Figure 25 shows dynamic PPP interface columns.


Figure 25: Dynamic PPP Interface Columns

Figure 26 shows dynamic PPPoE interface columns and illustrates how PPPoE permits multiple IP sessions over each ATM 1483 circuit.


Figure 26: Dynamic PPPoE Interface Columns

You can specify either or both ppp and pppoe for the interface by specifying the auto-configure command for each type of interface. The first packet received defines the type of dynamic interface that is created.

Configuring a PPP or PPPoE Dynamic Interface

To configure an ATM 1483 subinterface to support a dynamic PPP or PPPoE interface:

  1. Configure a physical interface.

For ATM interfaces on ERX-7xx models, ERX-14xx models, and the ERX-310 router, use the slot/port format; for example:

host1(config)#interface atm 5/0 

  1. Configure an ATM 1483 subinterface.
  2. host1(config-if)#interface atm 5/0.1
    
    
    
  3. Configure a PVC by specifying the virtual circuit descriptor (VCD), the virtual path identifier (VPI), the virtual channel identifier (VCI), and the encapsulation type.

    NOTE: If you want the router to autodetect the encapsulation type, use the aal5autoconfig option.


  4. host1(config-subif)#atm pvc 10 100 22 aal5snap
    
    host1(config-subif)#atm pvc 10 100 22 aal5autoconfig
    
    
    
  5. Assign a profile to the PPP and/or PPPoE encapsulation types.
  6. host1(config-subif)#profile ppp foo
    
    host1(config-subif)#profile pppoe foobar
    
    
    
  7. Configure the subinterface to recognize dynamic PPP and/or PPPoE.
  8. host1(config-subif)#auto-configure ppp
    
    host1(config-subif)#auto-configure pppoe
    
    
    

    NOTE: In addition, you can also specify ip or bridgedEthernet.

  9. (Optional) Verify your configuration.
  10. host1#show atm subinterface atm 5/0.1
    

atm pvc

auto-configure

interface atm

profile


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