ubr924 modem does not want to talk through its ethernet0 port



I have here one of those ubr924 cable modems and was going to configure it so I could connect it to my switch and then tftp new OS to it. I thought that would be an easy task:

o Connect the router's hub port to the switch using a crossover cable. cable-modem0 is not connected to anything for the time being.
o Using the console cable, configure the modem:

!
hostname burpmaster
!
!
clock timezone EST -5
ip subnet-zero
no ip routing
!
ip audit notify log
ip audit po max-events 100
call rsvp-sync
!
interface Ethernet0
ip address 10.0.0.7 255.255.255.0
no ip route-cache
bridge-group 59
bridge-group 59 spanning-disabled
!
interface cable-modem0
no ip route-cache
shutdown
bridge-group 59
!
ip classless
ip http server
no ip http cable-monitor
!
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
!
scheduler max-task-time 5000
end

burpmaster#
(yes, I did not put any passwords on it just yet)

o Check if Ethernet0 seems to be properly configured:

burpmaster#show interfaces e 0
Ethernet0 is up, line protocol is up
Hardware is PQUICC Ethernet, address is 0003.6bbd.66f2 (bia 0003.6bbd.66f2)
Internet address is 10.0.0.7/24
MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
ARP type: ARPA, ARP Timeout 04:00:00
Last input never, output 00:00:05, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 input packets with dribble condition detected
53 packets output, 5588 bytes, 0 underruns
0 output errors, 0 collisions, 1 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
burpmaster#


o Ping itself:

burpmaster#ping 10.0.0.7

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.0.0.7, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms
burpmaster#

So far so good, but this is when the fun begins:

burpmaster#ping 10.0.0.1 <----- Ping my Linksys router, which is being used to connect to the Motorola cable modem I am currently using.

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.0.0.1, timeout is 2 seconds:
......
Success rate is 0 percent (0/5)
burpmaster#ping 10.0.0.13 <-- Ping my unix box, which I am using to connect to the ubr924 modem's console port.

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.0.0.13, timeout is 2 seconds:
......
Success rate is 0 percent (0/5)
burpmaster#

mireille:~ dalek$ ping 10.0.0.7 <---- Me trying to ping the ubr924
PING 10.0.0.7 (10.0.0.7): 56 data bytes
ping: sendto: No route to host
ping: sendto: Host is down
ping: sendto: Host is down
ping: sendto: Host is down
^C
--- 10.0.0.7 ping statistics ---
9 packets transmitted, 0 packets received, 100% packet loss
mireille:~ dalek$


All I can think of is a bad crossover cable, but yet I have used that same cable many times before, including to upload new images to my switch though tftp. I am willing to have it checked later on today. But, if the cable is ok, what else should I check?
--
Mauricio raub-kudria-com
(if you need to email me, use this address =)
.



Relevant Pages

  • Re: tcpdump - tun/tap virtual interfaces
    ... the tap interface to clone, ... interface being pulled out from under you. ... This is fine -- you're ping the localhost, ... This will only show packets on the wire, the 10.0.10.1 packets won't go on ...
    (freebsd-net)
  • Re: PF route-to behavior
    ... A simple thing that I need to do is test the two Internet links to know if they are up or not. ... To do this I could ping or connect tcp ports on some external ips thought each link, using nc and hping I tried do this generate connections/packets from each network interface connected to each link but the packets always go out by the interface indicated by machines default route. ...
    (freebsd-net)
  • Re: tcpdump - tun/tap virtual interfaces
    ... >> Do you see anything when you ping the broadcast address or other foreign ... >> generally don't go out an interface. ... Local IP addresses have their packets routed to them over lo0, ... Route command output appended below. ...
    (freebsd-net)
  • Re: Come gestire le varie interfacce di rete?
    ... packets. ... On hosts with more than one IP address, ... the IP address of the interface the probe packet is sent on. ... (dalla manpage di ping) ...
    (it.comp.macintosh)
  • Terminal Server Setup
    ... description GRE Tunnel Source Interface ... input packets with dribble condition detected ... output buffer failures, ... Serial1/0 is up, line protocol is up ...
    (comp.dcom.sys.cisco)