Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco Wic-1-ADSL cards limited to 320kbps 1

Status
Not open for further replies.

snedie

Technical User
Dec 30, 2008
12
0
0
GB
Hey guys, I have owned my cisco LAB for almost a year now and used it to complete my CCNA. I started CCNP a while ago and upgraded some of my equipment (better memory/flash IOS etc) and I also bought some Wic-1-ADSL cards just so I could play around and actually route the internet through my LAB's (kinda nerdy I know).

But I seem to have a slight problem, the ADSL cards (I have 2) seem to be limited too 320Kbps. It is not my phone line as my normal netgear router has no issues what so ever and I can get anywhere betwwen 8 and 10Mbps. I read around on some forums and some people said that cisco WIC ADSL cards are rather sensitive and require high quality phone lines. Is this true and could this be the source even though my normal router works OK?

Here is my config (some areas appended):

hostname Karoo
!
enable secret 5 $1$m6XC$itlKWluve5lsL8ucT4efm1
enable password 7 094F471A1A0A
!
username ...... privilege 15 password 7 ......
memory-size iomem 15
ip subnet-zero
!
!
!
ip dhcp pool Lab
network 192.168.0.0 255.255.255.0
default-router 192.168.0.214
dns-server 212.50.160.100
!
ip audit notify log
ip audit po max-events 100
!
!
!
!
!
interface ATM0
no ip address
no ip mroute-cache
no atm ilmi-keepalive
pvc 1/50
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.214 255.255.255.0
ip nat inside
speed auto
!
interface Dialer0
ip address negotiated
ip access-group inbound-packet-catcher in
ip access-group outbound-packet-watch out
ip nat outside
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap callin
ppp chap hostname ......
ppp chap password 7 ......
!
ip nat inside source list 1 interface Dialer0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
ip http server
ip http authentication local
!
!
ip access-list extended inbound-packet-catcher
deny ip 10.0.0.0 0.255.255.255 any
deny ip 172.16.0.0 0.15.255.255 any
deny ip 192.168.0.0 0.0.255.255 any
deny ip 224.0.0.0 7.255.255.255 any
deny ip 255.0.0.0 0.255.255.255 any
deny ip 0.0.0.0 255.255.255.255 any
deny ip 127.0.0.0 0.255.255.255 any
deny ip host 0.0.0.0 any
evaluate tcp-reflexive-temporary-list
evaluate udp-reflexive-temporary-list
!
ip access-list extended outbound-packet-watch
permit tcp any any reflect tcp-reflexive-temporary-list
permit udp any any reflect udp-reflexive-temporary-list
!
access-list 1 permit 192.168.0.0 0.0.0.255
dialer-list 1 protocol ip permit
!
banner login C
*****************************************************
*ALL UNAUTHORISED ACCESS IS PROHIBITED AND RECORDED.*
*ALL VIOLATIONS WILL BE DEALT WITH BY THE FULL FORCE*
*OF THE LAW. KOBALT GAMING LTD. *
*****************************************************
C
!
line con 0
login local
line aux 0
line vty 0 4
login local
line vty 5 15
login local
!
end

Any ideas greatly appreciated.
 
Firstly, HAPPY NEW YEAR!!!!

I am on the computer at the house of the house party, my ride home hasn't awaken yet but I should be home within an hour or so. I'll post back lots of outputs etc on here for you all to take a look at.
 
I think I solved the problem, well not solved but rather removed it all together. I managed to get a hold of another wic-1-adsl card from my cisco co-students on the way home. I replaced my old one with it and without changing any settings I seem to be achieving a much more suitable connection.

Here is the show dsl int atm0 output from the new card

Modem Status: Showtime (DMTDSL_SHOWTIME)
DSL Mode: ANSI T1.413
ANSI Issue/rev: 2/1 2/1
Capacity Used: 100% 98%
Noise Margin: 5.5 dB 7.0 dB
Output Power: 20.0 dBm 12.0 dBm
Attenuation: 37.5 dB 23.0 dB
Defect Status: None None
Last Fail Code: None
Selftest Result: 0x00
Subfunction: 0x15
Interrupts: 9268 (0 spurious)
PHY Access Err: 0
Activations: 1
SW Version: 3.8129
FW Version: 0x1A04

Interleave Fast Interleave Fast
Speed (kbps): 7360 0 928 0

I think I will just buy some new cards through my acedemy.

Thanks for all the help guys (and any gals) and for the quick replies. I will definatley be reccomending you to others.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top