Sunday, August 16, 2009

DCD...DSR....!....DTR......?.....RTS......@...CTS....!

In ethernet : Ethernet0 is down, Line Protocol is down => interface problem

In Serial link: Serial0 is down, Line Protocol is down

=> When on a Serial interface something else might be the problem. Serial interfaces operate in pairs and there usually is a CSU/DSU operating between them along the media. So you need to investigate the signals at the bottom of a show interface

DCD = Data Carrier Detect
DSR = Data Set Ready
DTR = Data Terminal Ready
RTS = Request to Send
CTS = Clear to Send
------------------
When you connect two routers via a crossover cable one router will be the DTE (Data Terminal Equipment) and the other router will be the DCE ( Data Circuit-Terminating Equipment). You need to configure the clocking on the DCE. This is accomplished by entering this command router#(config-if)clockrate.

-----------
When the routers are connected via a WAN link both routers are the DTE. With CSU/DSU's acting as the DCE providing the clocking.

The DTE is responsible for DTR and RTS. The DCE is responsible for DCD, DSR and CTS.

i.e. DTE=> DTR, RTS
DCE=>DCD, DSR and CTS
===========
Scenarios:
DCE router.
Serial0 is down, Line Protocol is down
DCD=up DSR=up DTR=down RTS=down CTS=up
This indicates that the DTE router is down or a media problem.

DTE router connected via a WAN link.
Serial0 is down, Line Protocol is down
DCD=down DSR=down DTR=up RTS=up CTS=down
This indicates a problem with the media or the CSU/DSU.

Two routers connected via crossover cable.
Serial0 is down, Line Protocol is down
DCD=down DSR=down DTR=up RTS=up CTS=down
This indicates that the DCE router is down or a media problem.
============
Serial0 is up, Line Protocol is down
This shows that Serial0 is receiving physical layer clocking. But you may have a problem with the media or there is an encapsulation mismatch.

Serial0 is up, Line Protocol is up
This shows that Serial0 is receiving physical layer clocking and that the router is getting hello/keepalives from the remote end.
================

6 comments:

  1. Very useful...helped me solve a problem.

    Thank you very much!

    ReplyDelete
  2. DCD=up DSR=up DTR=down RTS=up CTS=up
    How many consecutive keelpalives have to be missed before DTR drops and the interfaces resets?

    ReplyDelete
  3. This comment has been removed by the author.

    ReplyDelete
    Replies
    1. alguma
      DCD=up DSR=up DTR=up RTS=up CTS=down
      roteador é Huawei
      link taxando erros na serial wan
      obs: o cts esta intermitente

      Delete
  4. Serial cable is conected, Link down, protocol down

    and DCD=UP, DTR=UP, DSR=DOWN, RTS=UP, CTS=UP

    If the output is same as mentioned above means what is the issue? Please Suggest.

    ReplyDelete
  5. DCD, DSR, CTS, RTS, DTR, SERIAL, LINE PROTOCAL ...all down
    what is the problem ?

    ReplyDelete