Fastethernet Yes, Gigabitethernet NO Ubr10012 (initd) | docsis.org

You are here

Fastethernet Yes, Gigabitethernet NO Ubr10012 (initd)

2 posts / 0 new
Last post
frajvep
Fastethernet Yes, Gigabitethernet NO Ubr10012 (initd)

buenos dias, tengo un problema con mi cmts ubr10012, resulta que ya tengo toda mi configuracion hecha cuando asigno la direecion ip de salida a la puerta FastEthernet mis modem enlazan correctamete un una prueba local, en la misma prueba local bajo el puerto Fast y levanto el puerto Gigabit ethernet y mismo modem en mi prueba local se quedan en (initd) con la fast ethernet alcanzo la direcion ip del enrutador que me aprovisiona internet con la Gigabitethernet NO, la pregunta es que comando tengo que escribir o que tengo que tomar en cuenta si el aprovisionamiento funsiona bien en fastethernet, ya revice la hora del cmts, ya revice el enmascarado , con el puerto Gigabitethernet desde el enrutador que me da internet si veo al CMTS pero del cmts no veo al enrutador.

hay alguna sentencia que me aperture el pin del cmts hacia afuera?

ip DHCP: xxx.xxx.70.1 255.255.255.0
ip routerinternet: xxx.xxx.70.4 255.255.255.0
IP CMTS: xxx.xxx.70.5 255.255.255.0

router#show ip interface brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0/0 xxx.xxx.100.1 YES manual down down
GigabitEthernet1/0/0 xxx.xxx.70.5 YES manual up up

interface FastEthernet0/0/0
ip address xxx.xxx..100.1 255.255.255.0
media-type rj45
speed auto
full-duplex
!
interface GigabitEthernet1/0/0
ip address xxx.xxx.70.5 255.255.255.0
no ip proxy-arp
ip route-cache same-interface
negotiation auto

mbowe
When fa0/0/0 is up, the CMTS

When fa0/0/0 is up, the CMTS can reach the DHCP server, and the DHCP server can reach xxx.xxx.100.1
eg on the CMTS, "ping source xxx.xxx.100.1" works OK

However, when gi1/0/0 is up, either the CMTS can't reach the DHCP server, or the DHCP server cant reach xxx.xxx.70.5
eg on the CMTS "ping source xxx.xxx.70.5" probably fails

Check the routing tables on the CMTS and the DHCP server.
Also check the firewall rules on the DHCP server.

Possibly you just need to update the default route on the CMTS to suit 70.x subnet rather than the 100.x subnet.

Log in or register to post comments