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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ubr924 problems - Network Access = TRUE, CPE = 1

Status
Not open for further replies.

AKRAGE

Technical User
May 29, 2003
1
GB
Hello,
Ok i have come along way with my ubr924 - and everyones help - BUT....it still does not work
Here is what I have done...
1) runs IOS 12.2
2) Network Access = TRUE AND Max CPEs = 1
3) New "good" config file - this i think is the problem

symptoms
Modem gets IP address and DNS servers
Modem Assigns IP to computer
Ping resolves the name but gives me 0/5 returned packets
Keep getting "131.CABLEMODEM.CISCO: 00:14:01: %UBR900-3-RESET_T3_RETRIES_EXHAUSTED: R03.0 Ranging Request Retries exhausted" errors
Finally computer cannot access internet

HEre is my config file:

----------START CONFIG FILE-----------------
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname "Modem"
!
enable secret 5 ENCODED_PASSWORD
!
clock timezone - -5
ip subnet-zero
no ip source-route
ip tcp synwait-time 5
ip telnet source-interface Loopback0
ip dhcp excluded-address 192.168.1.1
!
ip dhcp pool LOCAL_NET
import all
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
lease 1 12
!
ip audit notify log
ip audit po max-events 100
call rsvp-sync
!
!
!
!
!
!
!
!
interface Loopback0
no ip address
!
interface Ethernet0
ip address 192.168.1.1 255.255.255.0
ip nat inside
no ip mroute-cache
no cdp enable
!
interface cable-modem0
ip nat outside
no ip route-cache
no ip mroute-cache
no cable-modem compliant bridge
cable-modem dhcp-proxy nat PUBLIC
!
ip default-gateway 10.48.32.1
ip nat inside source route-map nonat pool PUBLIC overload
ip classless
ip pim bidir-enable
no ip http server
no ip http cable-monitor
!
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 99 permit 192.168.1.0 0.0.0.255 log
access-list 99 deny any log
access-list 120 permit ip 192.168.1.0 0.0.0.255 any
no cdp run
route-map nonat permit 10
match ip address 120
!
snmp-server packetsize 2289
snmp-server enable traps tty
snmp-server manager
!
voice-port 0
input gain -2
output attenuation 0
!
voice-port 1
input gain -2
output attenuation 0
!
!
line con 0
line vty 0 4
login
!
scheduler max-task-time 5000
end

--------------------END CONFIG FILE------------------------

So now i have no clue whats wrong - If you need more info just ask...
If you can help me I will be VERY greatful!

Thank you in advance,
AK_RAGE
 
I am also having the same problem.. I have hit just about every forum out there that I can find.. one of the last forums a user told me to read up on Option82.. dont know what that means....

Were you ever able to get your 924 up and working ?

My config looks very similar.. I have plans tomorrow to work on it.. I will let you know if I have made any progress.

Regards,

BoBAz
:)

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top