[c-nsp] Pointer to PPPoE docs for 887 CPE?
Brian Christopher Raaen
opslists at rhemasound.org
Fri Dec 17 13:06:51 EST 2010
On Friday, December 17, 2010 12:03:23 pm Jason Gurtz wrote:
> All the Cisco Documentation seem to assume that the ATM interface will be
> used for VDSL or PPPoA. PPPoE is shown running over Eth0 and we'd like to
> ditch the ATT provided "modem" device.
>
> Is there any IOS 15 examples out there for running the PPPoE dialer over
> ATM0.1 in on this device?
>
> ~JasonG
>
Here is a config from my 3725 router at home on Belsouth (AT&T).
interface ATM0/0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
dsl enable-training-log
dsl lom 7
!
interface ATM0/0.1 point-to-point
no ip redirects
pvc 8/35
encapsulation aal5snap
protocol ppp dialer
dialer pool-member 1
!
!
interface Dialer0
ip address negotiated
ip mtu 1470
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication chap callin
ppp chap hostname LOGIN
ppp chap password 0 PASSWORD
!
ip nat inside source list 1 interface Dialer0 overload
!
logging history debugging
access-list 1 permit network block
---
Brian Raaen
Network Architech
More information about the cisco-nsp
mailing list