Specifications

Configuration Examples
18
Cisco IOS Release 12.0(3)T
Sample Routing Configuration
This is a typical routing configuration for the Cisco uBR904 cable modem. Note that the cable IP
address and downstream channel are configured automatically.
!
version 12.0
no service pad
no service password-encryption
!
hostname uBR904
!
!
!
!
!
interface Ethernet0
ip address 4.0.0.33 255.0.0.0
ip rip send version 2
ip rip receive version 2
!
interface cable-modem0
ip address 172.16.1.40 255.255.0.0
ip rip send version 2
ip rip receive version 2
no keepalive
cable-modem downstream saved channel 699000000 34
no cable-modem compliant bridge
!
router rip
network 4.0.0.0
network 188.188.0.0
!
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.1.1
!
line con 0
line vty 0 4
login
!
end