English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have two cisco routers connected with serial cables and they are being configured with a console cable. I set the ip address of both routers 192.168.1.1 255.255.255.0 192.168.2.1 255.255.255.0 and then run a no shut. I exit to exec mode and run a show interface and all I get is Serial is up, line protocol is down. How do I get the line protocol to also be up?

2007-01-14 14:56:59 · 3 answers · asked by frnk8 m 1 in Computers & Internet Computer Networking

3 answers

Your IP address are in a different address range. The address you need are:

192.168.1.1 255.255.255.0 and on the other is, 192.168.1.2 255.255.255.0
That makes 256 - 2 = 254 hosts in this range.

Remember a class A is net.host.host.host
class B is net.net.host.host
class C is net.net.net.host

2007-01-14 17:02:20 · answer #1 · answered by tast_the_wine 1 · 0 0

Make sure that one side of the cable is DTE while the other side is DCE.

Add the following command to the serial interface of both routers: 'encapsulation ppp'

Next, configure the clock speed on the router connected to the DCE end of the cable. 'clock rate 64000' Note that the speed can be adjusted...

2007-01-17 15:39:19 · answer #2 · answered by Robb R 1 · 0 0

The previous answer is correct, but is not enough to cause the problem that you're seeing. More likely, there is a physical layer problem between the two interfaces. "debug serial" may well give you the help that you're looking for.

2007-01-15 05:29:57 · answer #3 · answered by tony1athome 5 · 0 0

fedest.com, questions and answers