Config for WIC-1ADSL
blackninja
Member Posts: 385
in CCNA & CCENT
Just got a WIC-1ADSL and am looking for a working config to base my config on.
router: 2610. IOS 12.3 (2600-ik9o3s3-mz.123-26.bin)
In UK and don't have a static IP from ISP (sky).
Any help would be great.
router: 2610. IOS 12.3 (2600-ik9o3s3-mz.123-26.bin)
In UK and don't have a static IP from ISP (sky).
Any help would be great.
Currently studying:
CCIE R&S - using INE workbooks & videos
Currently reading:
Everything. Twice
CCIE R&S - using INE workbooks & videos
Currently reading:
Everything. Twice
Comments
-
blackninja Member Posts: 385After 4 hours of trial and error, came up with this working config:
R3#sh run
Building configuration...
Current configuration : 2028 bytes
!
version 12.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R3
!
boot-start-marker
boot system flash:c2600-ik9o3s3-mz.123-26.bin
boot-end-marker
!
enable secret xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
!
no aaa new-model
ip subnet-zero
ip cef
!
!
no ip domain lookup
!
ip audit po max-events 100
!
!
!
!
interface Ethernet0/0
ip address 192.168.0.11 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
ip tcp adjust-mss 1392
no ip mroute-cache
full-duplex
no cdp enable
hold-queue 100 out
!
interface Serial0/0
no ip address
encapsulation frame-relay
no fair-queue
!
interface Serial0/0.300 point-to-point
ip address 172.16.2.2 255.255.255.0
frame-relay interface-dlci 300
!
interface ATM0/1
no ip address
no ip mroute-cache
no atm ilmi-keepalive
dsl operating-mode auto
hold-queue 224 in
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface Dialer1
ip address negotiated
no ip proxy-arp
ip mtu 1492
ip nat outside
encapsulation ppp
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication chap pap callin
ppp chap hostname xxxxxxxxxxxxxxxx
ppp chap password xxxxxxxxxxxxxx
ppp pap sent-username xxxxxxxxxxxxxxxxxx password xxxxxxxxxxx
ppp ipcp dns request
ppp ipcp wins request
!
router ospf 1
log-adjacency-changes
network 172.16.0.0 0.0.255.255 area 0
network 192.168.0.0 0.0.255.255 area 0
!
ip nat inside source list 111 interface Dialer1 overload
no ip http server
no ip http secure-server
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
!
!
access-list 111 permit ip 192.168.0.0 0.0.255.255 any
dialer-list 1 protocol ip permit
!
!
!
!
!
alias exec s sh ip int bri
!
line con 0
exec-timeout 0 0
password xxxx
logging synchronous
login
line aux 0
password xxxx
login
line vty 0 4
privilege level 15
password xxxx
logging synchronous
no login
!
ntp clock-period 17179936
ntp server 207.188.193.108 source Dialer1 prefer
!
endCurrently studying:
CCIE R&S - using INE workbooks & videos
Currently reading:
Everything. Twice -
tiersten Member Posts: 4,505The 2610 you have isn't particularly powerful. You're going to see some issues with throughput unless you have very slow ADSL.
-
blackninja Member Posts: 385The 2610 you have isn't particularly powerful. You're going to see some issues with throughput unless you have very slow ADSL.
I know it was just an itch that needed to be scratched.
I am getting 5.5Mbps, around 1Mbps slower than my netgear from Sky.
Normal browsing will be done through the netgear, when working on lab, througth the 2610.
Seems to be working fine up to now.Currently studying:
CCIE R&S - using INE workbooks & videos
Currently reading:
Everything. Twice