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

Configuring a Dynamic IPoA Interface

To configure dynamic IPoA interfaces:

  1. Configure a physical interface.
    host1(config)#interface atm 5/0
  2. Configure an ATM subinterface.
    host1(config-if)#interface atm 5/0.1
  3. Configure a PVC by specifying the VCD, the VPI, the 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.
    host1(config-subif)#profile ip foo
  5. (Optional) Assign subscriber identification.
    host1(config-subif)#subscriber ip user charlie domain myispname password lucy
  6. Do either of the following:
  7. (Optional) Verify your configuration.
    host1#show atm subinterface atm 5/0.1

atm pvc

auto-configure

interface atm

profile

subscriber


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