Here's what I just sent off to PacBell's support team, but I'm sure I'll
have to battle their live tech support personnel to get in touch with an
engineer who can answer this (if someone else knows, that'd be great as my
ATM knowledge is limited to configuring a few 1417 ADSL CPE routers):

Up until this point the customer has connected with their Westel Wirespeed
using the EnterNet 300 software. However, we're moving to a new platform for
VPN support and security:

I'm configuring a Cisco 1720 router with an ADSL interface card for a
customer with Basic ADSL which uses PPPoE. The Cisco 1720 supports PPPoE
authentication, but I first need more ATM info. What PVC information should
I configure for the router? I've tried 0/35 & 8/35 (the two standard PVCs I
know about for Enhanced ADSL), but neither get me past Layer 2 ATM.

--

As a side note, here's the base config I used on the 1720 and also on an
827-4v for my personal static "Enhanced" ADSL connection (no need for PPPoE,
and PVC 0/35 worked):

bridge irb
!
!
!
interface ATM0
 no ip address
 no ip route-cache
 no ip mroute-cache
 atm vc-per-vp 256
 no atm ilmi-keepalive
 pvc 0/35
 !
 dsl operating-mode auto
 no fair-queue
 bridge-group 1
!
interface FastEthernet0
 ip address 192.168.45.172 255.255.255.0
 speed auto
!
interface BVI1
!  I configure a static MAC so that I don't have to wait
!  for the PBI router's ARP table to
!  clear out when I change routers
 mac-address 0000.0c85.8f1c
 ip address 63.206.176.162 255.255.255.248
!
ip classless
!
bridge 1 protocol ieee
 bridge 1 route ip


--
Jason Roysdon, CCNP+Security/CCDP, MCSE, CNA, Network+, A+
List email: [EMAIL PROTECTED]
Homepage: http://jason.artoo.net/
Cisco resources: http://r2cisco.artoo.net/




_________________________________
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to