[ Usenet FAQs | Web FAQs | Documents | RFC Index ]
Single Page
Top Document: comp.dcom.sys.cisco Frequently Asked Questions (FAQ)
Previous Document: Is there a World-Wide-Web (www) information source?
Next Document: How can I get my cisco to talk to a 3rd-party router over Frame Relay?
-
Search the FAQ Archives
Single Page
Top Document: comp.dcom.sys.cisco Frequently Asked Questions (FAQ)
Previous Document: Is there a World-Wide-Web (www) information source?
Next Document: How can I get my cisco to talk to a 3rd-party router over Frame Relay?
How can I get my cisco to talk to a third party router over
From: Question 7
Date: 5 July 1994
a serial link?
You need to tell your cisco to use the same link-level protocol as the
other router; by default, ciscos use a rather bare variant of HDLC
(High-level Data Link Control) all link-level protocols use at some
level/layer or another. To make your cisco operate with most other
routers, you need to change the encapsulation from HDLC to PPP on the
relevant interfaces. For instance:
sewer-cgs#conf t
Enter configuration commands, one per line.
Edit with DELETE, CTRL/W, and CTRL/U; end with CTRL/Z
interface serial 1
encapsulation ppp
^Z
sewer-cgs#sh int s 1
Serial 1 is administratively down, line protocol is down
Hardware is MCI Serial
MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, rely 255/255, load 1/255
Encapsulation PPP, loopback not set, keepalive set (10 sec)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
[...]
If you're still having trouble, you might wish to turn on serial interface
debugging:
sewer-cgs#ter mon
sewer-cgs#debug serial-interface
Top Document: comp.dcom.sys.cisco Frequently Asked Questions (FAQ)
Previous Document: Is there a World-Wide-Web (www) information source?
Next Document: How can I get my cisco to talk to a 3rd-party router over Frame Relay?
Single Page
[ Usenet FAQs | Web FAQs | Documents | RFC Index ]
Send corrections/additions to the FAQ Maintainer:
cisco-faq@panix.com (comp.dcom.sys.cisco FAQ responses)
Last Update October 23 2009 @ 08:26 AM