cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1989
Views
0
Helpful
2
Replies

Difference between and "admin shutdown" and circuit failure.

gsanin
Level 1
Level 1

We have a 7206 VXR router with a DS3 circuit. The circuit takes a short hit (2 or 3 seconds), EIGRP takes approximately 1 minute to reconverge.

When have tried to recreate the problem by shutting down administratively the circuit for 2 or 3 seconds, but we've noticed that EIGRP takes 3 minutes to reconverge.

What is the difference between admin down a circuit and having a real failure?

2 Replies 2

s.jankowski
Level 4
Level 4

To shutdown all interfaces simultaneously, use the admin-shutdown command. This command provides a quick way to shut down all physical devices in the CSS except the Console and Management port. Use the no form of the command to restart all interfaces.

Shutting down the physical interfaces on the CSS terminates all activity on them

To shutdown an individual interface, use this command in interface mode. Refer to the (config-if) admin-shutdown command.

To give a really complete answer to the question we would need to know a few more things about the situation including whether when the line takes a hit does the line go protocol down or does it stay protocol up but no data passing through. It would also be helpful to know how the line was configured and how EIGRP was configured (in particular are any routers configured to limit EIGRP traffic based on non-default bandwidth restrictions (by default the router will not use more than 50% of configured bandwidth), are any routers configured as stub, are any EIGRP timer configured to non-default values, is any summarization being done).

But not knowing these details there are some things that we can say about differences when you shut the interface vs when the line takes a hit. When you shut the interface it is certain that the router knows that it is losing a neighbor(s) on that interface. Depending on the version of code you are running the router will send an EIGRP "goodby"

out the interface before it shuts the interface down, so that the neighbor knows for sure that the neighbor relationship is being terminated. Both routers must purge from the topology database routes that they had learned from the neighbor, must put into active state and send query messages for any route they were using through the neighbor, must wait for query responses before they can put replacement routes into the routing table. And when you no shut the interface both routers must send and receive EIGRP hello messages, must form neighbor relationships, and must exchange routes from their topology tables before convergence is complete.

Depending on what happens when the line takes a hit some or all of the above steps may not be taken when the line takes a hit. This might account for some of the difference that you are seeing.

HTH

Rick

HTH

Rick
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card