Hi all, I am more of a software engineer than a networking guy but I dabble enough in routing to get the job done (normally) for minor things.
Recently we moved to a new T1 at a remote office and I figured it would be easy to copy the config to a new interface and everything would work - not so much. Here is my setup:
Main Office Router -> CSU/DSU (Adtran) -> T1 -> CSU/DSU (Adtran) -> Remote Office Router
We know the adtran units are working because our phone admin is able to use them for his 4 digit dialing. However, both the routers are showing: "Serial0/* is up, line protocol is down" and I'm not sure why.
Here is the configs for the interfaces:
Main Router:
interface Serial0/3/1
description To Remote Office
bandwidth 512
ip address 192.168.11.1 255.255.255.252
encapsulation ppp
Remote Router:
interface Serial0/2/0
description To Main
bandwidth 512
ip address 192.168.11.2 255.255.255.252
encapsulation ppp
Am I missing anything? Thanks for your help.
Recently we moved to a new T1 at a remote office and I figured it would be easy to copy the config to a new interface and everything would work - not so much. Here is my setup:
Main Office Router -> CSU/DSU (Adtran) -> T1 -> CSU/DSU (Adtran) -> Remote Office Router
We know the adtran units are working because our phone admin is able to use them for his 4 digit dialing. However, both the routers are showing: "Serial0/* is up, line protocol is down" and I'm not sure why.
Here is the configs for the interfaces:
Main Router:
interface Serial0/3/1
description To Remote Office
bandwidth 512
ip address 192.168.11.1 255.255.255.252
encapsulation ppp
Remote Router:
interface Serial0/2/0
description To Main
bandwidth 512
ip address 192.168.11.2 255.255.255.252
encapsulation ppp
Am I missing anything? Thanks for your help.