[c-nsp] Cisco 877 and Telus ADSL

William willay at gmail.com
Fri Mar 2 11:25:11 EST 2007


Thanks to Mart for all his assistance, here is the working config for
anyone else who runs into this with Telus.

interface ATM0
 mac-address xxxx.xxxx.xxxx
 no ip address
 atm vc-per-vp 64
 no atm ilmi-keepalive
 dsl operating-mode auto
 dsl enable-training-log
 hold-queue 224 in
!
interface ATM0.100 point-to-point
 ip address dhcp
 ip virtual-reassembly
 atm route-bridged ip
 pvc 0/33
  encapsulation aal5snap
 !
 crypto ipsec client ezvpn xxxxx

interface Vlan1
 description User LAN
 ip address x x
 ip virtual-reassembly
 crypto ipsec client ezvpn xxxx inside

ip route 0.0.0.0 0.0.0.0 ATM0.100


Worked an absolute treat, the mac address you give ATM0 needs to be
registered on their site.

Cheers!

W
On 28/02/07, Mart Norman <mart at manonet.ee> wrote:
>
> ----- Original Message -----
> From: "William" <willay at gmail.com>
> To: "Mart Norman" <mart at manonet.ee>
> Cc: "[c-nsp]" <cisco-nsp at puck.nether.net>
> Sent: Wednesday, February 28, 2007 4:23 PM
> Subject: Re: [c-nsp] Cisco 877 and Telus ADSL
>
>
> > Mart,
> >
> > Thanks for your email, this seems to have got us so far (we've been
> > able to get an IP address via DHCP).
> >
> > What we would like to do is have a workstation on a private range
> > behind the router and have its packets NAT''d to the ATM0.100 address
> > we have received.
> >
> maybe something like this:
>
> interface ATM0.100 point-to-point
>  ip address dhcp
>  ip nat outside
>  ip virtual-reassembly
>  atm route-bridged ip
>  pvc 0/100
>   encapsulation aal5snap
> !
> interface FastEthernet0
> !
> interface FastEthernet1
> !
> interface FastEthernet2
> !
> interface FastEthernet3
> !
> interface Vlan1
>  ip address 192.168.1.254 255.255.255.0
>  ip nat inside
>  ip virtual-reassembly
> !
> ip nat inside source list 99 interface ATM0.100 overload
> !
> access-list 99 permit 192.168.0.0 0.0.255.255
>
>
> > We also take advantage of EasyVPN on the 800 series routers to connect
> > back into our main network, we apply the outside of this (crypto ipsec
> > client ezvpn NAME) to the dialer1 interface which typically has our
> > PPPoA details but in this case I take it we cannot use the dialer1 due
> > to the lack of PPPoA?
> >
> > Any more guidance is appreciated.
> >
> I'm not very familiar with EasyVPN but i guess you can apply the map to atm
> sub interface
>
> rgds,
>
> mart
>
> >
> >
> > On 25/02/07, Mart Norman <mart at manonet.ee> wrote:
> >> Hi,
> >>
> >> you can try atm route-bridged ip
> >>
> >> something like this:
> >>
> >> interface ATM0
> >>  no ip address
> >>  no atm ilmi-keepalive
> >>  dsl operating-mode auto
> >> !
> >> interface ATM0.100 point-to-point
> >>  ip address dhcp
> >>  atm route-bridged ip
> >>  pvc 0/100
> >>   encapsulation aal5snap
> >>
> >> rgds,
> >>
> >> mart
> >>
> >> ----- Original Message -----
> >> From: "William" <willay at gmail.com>
> >> To: "[c-nsp]" <cisco-nsp at puck.nether.net>
> >> Sent: Friday, February 23, 2007 10:26 AM
> >> Subject: [c-nsp] Cisco 877 and Telus ADSL
> >>
> >>
> >> > Hi list,
> >> >
> >> > does anyone have a working config for a Cisco 877 on Telus broadband?
> >> > I'm currently trying to configure one remotely and I'm having issues
> >> > finding documents on what authentication they use. The helpdesk has
> >> > mentioned they do it via Mac address which isnt something I'm use to
> >> > as over here in the UK we use PPPoA. Any insight would be appreciated.
> >> >
> >> > Cheers,
> >> >
> >> > W
> >> > _______________________________________________
> >> > cisco-nsp mailing list  cisco-nsp at puck.nether.net
> >> > https://puck.nether.net/mailman/listinfo/cisco-nsp
> >> > archive at http://puck.nether.net/pipermail/cisco-nsp/
> >> >
> >>
> >
>
>


More information about the cisco-nsp mailing list