06-27-2008 11:40 AM - edited 03-03-2019 10:31 PM
Hello All:
Could any one tell me the importance of coloum Pacing Time un/Reliable and what should i make out from 5/190
Myroute#show ip eigrp interfaces Tu***
IP-EIGRP interfaces for process ****
Xmit Queue Mean Pacing Time Multicast Pending
Interface Peers Un/Reliable SRTT Un/Reliable Flow Timer Routes
Tu1210 1 0/0 63 5/190 466 0
Solved! Go to Solution.
06-29-2008 01:54 AM
Hello,
the best thing to do when you want to undestand the meaning of fields of a show command is to use the command reference
here is a link to main 12.3 IOS
http://www.cisco.com/en/US/docs/ios/12_3/iproute/command/reference/ip2_s2g.html#wp1042262
that reports:
Pacing Time Un/Reliable
Pacing time used to determine when EIGRP packets should be sent out the interface (unreliable and reliable packets).
EIGRP has an optimized procedure for managing updates that is called RTP reliable transport protocol that is able to send out a mix of multicast updates with unicast retrasmissions occurring only if needed.
For EIGRP to work an EIGRP router has to track the state of updates for every peer in the segment so there are the queues for each peer.
Here you have a tunnel interface with a single peer on it as could be expected (if not using multipoint GRE).
What is important is to check that the queues of waiting update packets are empty 0/0 and there are no pending routes on the link.
Given that only hello and acknowledge messages are unreliable in EGIRP the first timer tells the pacing frequency for unreliable messages (for example ackhowledges) the second timer (higher) tells the frequency to send out reliable messages likes updates or queries.
The reason for the greater value of the reliable packets is that the protocol has to wait enough time to let all the peers to acknowledge the previous message before moving to the next reliable packet to send
hope to help
Giuseppe
06-28-2008 08:22 AM
Pacing time indicates when EIGRP packets should be sent out the interface inclusive of both Unreliable and Reliable packets.I'm not pretty sure on the values but guess its the timer in ms for the packets to be sent out.
06-29-2008 01:54 AM
Hello,
the best thing to do when you want to undestand the meaning of fields of a show command is to use the command reference
here is a link to main 12.3 IOS
http://www.cisco.com/en/US/docs/ios/12_3/iproute/command/reference/ip2_s2g.html#wp1042262
that reports:
Pacing Time Un/Reliable
Pacing time used to determine when EIGRP packets should be sent out the interface (unreliable and reliable packets).
EIGRP has an optimized procedure for managing updates that is called RTP reliable transport protocol that is able to send out a mix of multicast updates with unicast retrasmissions occurring only if needed.
For EIGRP to work an EIGRP router has to track the state of updates for every peer in the segment so there are the queues for each peer.
Here you have a tunnel interface with a single peer on it as could be expected (if not using multipoint GRE).
What is important is to check that the queues of waiting update packets are empty 0/0 and there are no pending routes on the link.
Given that only hello and acknowledge messages are unreliable in EGIRP the first timer tells the pacing frequency for unreliable messages (for example ackhowledges) the second timer (higher) tells the frequency to send out reliable messages likes updates or queries.
The reason for the greater value of the reliable packets is that the protocol has to wait enough time to let all the peers to acknowledge the previous message before moving to the next reliable packet to send
hope to help
Giuseppe
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