Cisco 1720 with WIC-1ADSL and qwest.net DSL
RoUtermOnKey Discussion Forums
May 20, 2012, 12:08:58 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Account registration is disabled for now. Some folks who want to advertise garbage on routermonkey.org are who you can thank!  Remember - this is a totally FREE site, If you vandalize the free info sites - they go away and then there is nobody to research the technology that you little script kiddies are using to hassle us.
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Cisco 1720 with WIC-1ADSL and qwest.net DSL  (Read 1245 times)
notoriousBG
Global Moderator
Sr. Member
*****
Posts: 308


No! Monkey


« on: April 21, 2008, 03:52:37 PM »

There seems to be a lack of config help for those of us who have purchased a static IP or a Netblock from qwest for our DSL and want to use a IOS based Cisco Router.

As you can see on the ATM Interface I've setup PVC 0/32 using encapsulation aal5mux. Also, I used a dialer interface much as you would for an ISDN type of config.  Don't forget to setup pap of the dialer interface as such:
"ppp pap sent-username user@qwest.net password 7 <removed>"

I've added a copy of my router config as an example - hope this helps anyone trying to do a similar implementation.

Regards,
-noto



Quote
Current configuration : 2463 bytes
!
version 12.2
service timestamps debug datetime localtime
service timestamps log datetime localtime
service password-encryption
!
hostname inet01
!
logging buffered 4096 debugging
no logging console
enable secret 5 <removed>
!
memory-size iomem 25
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
!
!
ip name-server 205.171.3.65
!
!
!
!
interface ATM0
 bandwidth 1544
 no ip address
 no atm ilmi-keepalive
 pvc 0/32
  ubr 1544
  encapsulation aal5mux ppp dialer
  dialer pool-member 1
 !
 dsl operating-mode auto
 no fair-queue
 hold-queue 224 in
!
interface FastEthernet0
 ip address 192.168.0.1 255.255.255.0
 ip nat inside
 speed auto
!
interface Dialer1
 bandwidth 1544
 ip address 71.39.87.177 255.255.255.248
 ip access-group 101 in
 ip nat outside
 encapsulation ppp
 dialer pool 1
 dialer idle-timeout 0
 dialer load-threshold 1 either
 dialer persistent
 dialer-group 1
 no fair-queue
 ppp pap sent-username user@qwest.net password 7 <removed>
!
router rip
 version 2
 redistribute static
 network 192.168.0.0
 default-metric 2
!
ip nat translation timeout 300
ip nat inside source list 5 interface Dialer1 overload
ip nat inside source static 192.168.1.68 71.39.87.178
ip nat inside source static tcp 192.168.1.61 3389 71.39.87.177 3389 extendable
ip nat inside source static tcp 192.168.1.67 22 71.39.87.177 22 extendable
ip nat inside source static tcp 192.168.1.67 80 71.39.87.177 80 extendable
ip classless
ip route 0.0.0.0 0.0.0.0 71.39.87.182
no ip http server
ip pim bidir-enable
!
!
access-list 5 deny   192.168.1.68
access-list 5 permit 192.168.1.0 0.0.0.255
access-list 101 permit tcp any host 71.39.87.178 eq www
access-list 101 permit tcp any host 71.39.87.178 eq smtp
access-list 101 permit tcp any host 71.39.87.177 eq 22
access-list 101 permit tcp any host 71.39.87.177 eq 3389
access-list 101 permit tcp any host 71.39.87.177 eq www
access-list 101 permit tcp any any established
access-list 101 permit udp any host 71.39.87.177 gt 1024
access-list 101 permit udp any any eq domain
access-list 101 permit udp any eq domain any
access-list 101 permit udp any any eq isakmp
access-list 101 permit udp any any eq 450
access-list 101 permit gre any any
access-list 101 permit esp any any
access-list 101 permit icmp any any echo-reply
dialer-list 1 protocol ip permit
!
!
line con 0
line aux 0
line vty 0 4
 password 7 <removed>
 login
!
end

inet01#
« Last Edit: April 21, 2008, 04:18:42 PM by notoriousBG » Logged
notoriousBG
Global Moderator
Sr. Member
*****
Posts: 308


No! Monkey


« Reply #1 on: April 22, 2008, 12:25:13 PM »

I should mention one fact - I don't like to type so I just post config files that are not altered in most cases except to remove passwords.  For most R&S professionals this is adequate.  I you need something explained I suggest you sign-up to the forum and as your question.

Regards,
-noto
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.3 | SMF © 2006-2007, Simple Machines LLC Valid XHTML 1.0! Valid CSS!