03-04-2018 06:49 AM - edited 03-08-2019 02:07 PM
" Serial 1/0 is up line protocol Down " what is the possible reason for this error ?
A. Ensure that the serial cable is correctly plugged in to the interfaces.
B. Apply the clock rate 56000 configuration command to the serial0/1 interface of R1.
C. Configure the serial0/1 interfaces on R1 and R2 with the no shutdown command.
D. Change the address of the serial0/1 interface of R1 to 192.1.1.4.
E. Change the subnet masks of both interfaces to 255.255.255.240
03-04-2018 06:52 AM - edited 03-04-2018 06:59 AM
Hi
Answer: B
Nowadays the interfaces have clockrate configured by default but a time ago the DCE interface should have clockrate configured.
03-04-2018 08:48 AM
what about " A " ? can it be a answer ? i found this from a website.it says answer is " A " ?
03-04-2018 11:22 AM - edited 03-04-2018 11:31 AM
Hi
Below you will find many possible causes:
Serial x is up, line protocol is down (DTE mode) |
A local or remote router is misconfigured. Keepalives are not being sent by the remote router. A leased-line or other carrier service problem has occurred (noisy line or misconfigured or failed switch). A timing problem has occurred on the cable (SCTE5 not set on CSU/DSU). A local or remote CSU/DSU has failed. Router hardware (local or remote) has failed. |
1. If the line protocol comes up, a telephone company problem or a failed remote router is the likely problem. 2. 3. 4. |
Serial x is up, line protocol is down (DTE mode) (continued) |
Caution: Because debugging output is assigned high priority in the CPU process, it can render the system unusable. For this reason, use debug commands only to troubleshoot specific problems or during troubleshooting sessions with Cisco technical support staff. Moreover, it is best to use debug commands during periods of lower network traffic and fewer users. Debugging during these periods decreases the likelihood that increased debug command processing overhead will affect system use. 5. 6. 7. |
|
Serial x is up, line protocol is down (DCE6 mode) |
The clockrate interface configuration command is missing. The DTE device does not support or is not set up for SCTE mode (terminal timing). The remote CSU or DSU has failed. |
1. Syntax: clock rate bps Syntax Description: • |
Serial x is up, line protocol is down (DCE mode) (continued) |
The clockrate interface configuration command is missing. The DTE device does not support or is not set up for SCTE mode (terminal timing). The remote CSU or DSU has failed. |
2. 3. 4. 5. |
https://www.cisco.com/en/US/docs/internetworking/troubleshooting/guide/tr1915.html#wp1020563
03-04-2018 09:14 PM
Serial 1/0 is up line protocol Down
Serial 1/0 is up - this part refers to physical layer or layer 1
line protocol Down - the latter refers to data link layer or layer 2
So from the choices,
A. Ensure that the serial cable is correctly plugged in to the interfaces. - Physical layer troubleshooting
B. Apply the clock rate 56000 configuration command to the serial0/1 interface of R1. - Only choice that refers back to layer 2.
C. Configure the serial0/1 interfaces on R1 and R2 with the no shutdown command. - None of the interfaces are "administratively shut"
D. Change the address of the serial0/1 interface of R1 to 192.1.1.4. - Layer 3 troubleshooting
E. Change the subnet masks of both interfaces to 255.255.255.240 - Layer 3 troubleshooting
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide