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

Configuring a PPP or PPPoE Dynamic Interface

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

  1. Configure a physical interface.
    host1(config)#interface atm 5/0
  2. Configure an ATM 1483 subinterface.
    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.

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

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

    In addition to ppp and pppoe, you can also specify ip or bridgedEthernet.

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

atm pvc

auto-configure

interface atm

profile


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