cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
449
Views
0
Helpful
3
Replies

Saving router resources

wdugger
Level 1
Level 1

I was told by someone that router interfaces that are not being used should be admin shutdown because they use router resources. I have never heard of this before and really have not found any type of documentation to substantiate this person’s statement. Has anyone ever heard of this?

Thanks

3 Replies 3

tbaranski
Level 4
Level 4

It's hard to imagine an unused interface's resource usage being significant.

Usually unused ports are shutdown for security reasons.

In absolute terms the person who told you this was correct. An interface that is not shutdown does use resources. This would include things like doing keepalives on the interface or if some device on the media connected to the interface were to send a broadcast message the router would process it.

But I think that Terry was correct. I think you would have to use a very powerful microscope to see the impact on router performance from the unused interface. It is much more common to shutdown unused interfaces as a security measure.

HTH

Rick

HTH

Rick

Shutting down unused interfaces is also a good administration practice.

* Less manual labor for your ops center people. Instead of maintaining a list of interfaces to monitor just tell them to alert on ifAdminStatus != down && ifOperStatus != up

* Easier manual checks. Do a

sh ip interface brief

and any interface with protocol=down and status!=admin down is a problem

Lee