To configure an ATM 1483 subinterface to support a PPP or PPPoE dynamic interface:
- host1(config)#interface atm 5/0
- host1(config-if)#interface atm 5/0.1
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
- host1(config-subif)#profile ppp foo
- host1(config-subif)#profile pppoe foo
- 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.
- host1#show atm subinterface atm 5/0.1
atm pvc
- host1(config-subif)#atm pvc 6 0 11 aal5autoconfig
auto-configure
![]() |
Note: Disabling lockout can result in undesirable CPU loading; we recommend that you not disable lockout for general use. At a minimum, use the default lockout time. |
- host1(config-subif)#auto-configure pppoe
- host1(config-subif)#auto-configure ppp lockout-time
5 60
- host1(config-subif)#auto-configure pppoe lockout-time
none
- host1(config-subif)#auto-configure pppoe
- host1(config-subif)#no auto-configure pppoe
lockout-time
- host1(config-subif)#no auto-configure ppp
interface atm
- host1(config)#interface atm 5/0.1
- host1(config)#interface atm 5/0/0.1
profile
- host1(config-subif)#profile ppp foo