03-24-2005 12:49 PM
I have a uBR905 that I got off ebay and I am configuring it to work with my Comcast connection. I can get it to work in default bridge modem but I am looking for an example of setting it up for NAT.
Does any one have a sample configuratioin I can look at?
Thanks
03-24-2005 11:34 PM
Hello,
this is a sample config off CCO, check the link below for the entire document (you might need a CCO logon):
The following configuration for the Cisco uBR905 and Cisco uBR925 cable access routers shows an example of a cable access router in routing mode that performs NAT/PAT translation on all IP addresses connected to the router's Ethernet interface. The external IP address is overloaded so that multiple IP addresses on the internal network can use the same external IP address over the cable interface. Different port numbers are used to uniquely identify each device on the Ethernet interface. The relevant commands are shown in bold.
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
ip nat inside source list 1 interface cable-modem0 overload
clock timezone - -4
!
!
interface Ethernet0
ip address 192.168.1.1 255.255.255.0
ip nat inside
!
interface cable-modem0
ip nat outside
no cable-modem compliant bridge
!
ip routing
ip default-gateway 10.1.1.1
ip classless
no ip http server
no service finger
ip route 0.0.0.0 0.0.0.0 10.1.1.1
access-list 1 permit 192.168.1.0 0.0.0.255
!
!
line con 0
line vty 0 4
login
!
end
Cisco uBR905/uBR925 Cable Access Router Software Configuration Guide
Chapter 3 - Advanced Data-Only Configurations
HTH,
GP
03-28-2005 07:26 AM
Thanks for the help. It works but the connection is very slow and periodically I get the following message in the log: %UBR900-3-RESET_T4_EXPIRED: R04.0 Received Response to Broadcast Maintenance Request, but no Unicast Maintenance opportunities received. T4 timeout.
Does anyone know what this means?
Thanks.
03-28-2005 08:17 AM
Hello,
who is your provider ? Check the Q&A from Cisco, it explains that error message as being a loss of service on the provider side:
Q. Why am I receiving the '%UBR900-3-RESET_T4_EXPIRED: R04.0 Received Response to Broadcast Maintenance Request, But no Unicast Maintenance opportunities received. T4 timeout.' error message?
http://www.cisco.com/en/US/tech/tk86/tk89/technologies_q_and_a_item09186a008019e668.shtml#err3
HTH,
GP
03-28-2005 08:27 AM
My provider is Comcast. Thanks for the reply.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide