07-20-2005 07:33 AM - edited 03-03-2019 10:05 AM
Hi Sir,
I have a simple question here.
The problem state "Serial x is up, line protocol is up (looped)" in the interface status line of the "show interfaces serial x" indicates a loop exists in the circuit. Does the line protocol stays up when loop is detected regardless of the link's encapsulation, i.e HDLC or PPP?
Thank you.
B.Rgds,
Lim TS
Solved! Go to Solution.
07-20-2005 07:38 AM
A normal loopback with HDLC will be protocol up (looped), and PPP will be protocol down (looped).
07-20-2005 07:38 AM
A normal loopback with HDLC will be protocol up (looped), and PPP will be protocol down (looped).
07-20-2005 08:31 AM
Hi David,
Thanks for the info.
If I want the line protocol to be down when loop exists in the circuit, my only option is to configure encapsulation ppp?
For PPP, the default keepalive interval is 10 seconds. If I'm not mistaken, the line protocol goes down only when the router misses 5 consecutive keepalives. Thus, if one end of the link goes down, the router at the other end takes approx. 50 seconds to detect it. If it's true, to speed it up, shall I configure a shorter keepalive interval?
Do correct me if I'm wrong.
Thank you.
B.Rgds,
Lim TS
07-20-2005 09:03 AM
This might achieve what you want:
interface sX/X
down-when-looped
07-20-2005 09:25 AM
Hi David,
I've checked out the command. It's valid for HDLC or PPP encapsulation on serial and HSSI interfaces. Excellent, that's exactly what I want.
Do you mind to share your thoughts on my earlier question about a router missing five consecutive PPP keepalives before bringing the line down?
Thank you.
B.Rgds,
Lim TS
07-20-2005 12:18 PM
Yes, protocol down on 5 missed keepalives is pretty slow, but be careful with tuning keepalives or you might end up with a lot of flapping. An option that is not often used is link quality monitoring, where you set a percentage of successful traffic needed to keep the link up. http://www.faqs.org/rfcs/rfc1989.html
interface sX/X
ppp quality 99
This turns on periodic link quality report packets, and would bring the link down if less than 99% successful. It comes closer to evaluating how the link is doing with real data as opposed to small keepalive packets.
Don't forget to use the pulldown to rate useful posts. Thanks.
07-21-2005 05:25 AM
Hi dgahm,
I was wondering too. At my place, we I do loop with telco, especially customers running on encap ppp, i will get up down (looped). Is it because of the telco equiptment or something else? I need to remove encap ppp then I'll get nice up up (looped).
Any articles/documentation on this.
thanks.
regards,
maher
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