Bandwidth Percent
Guys,
What show command will help me find what the Bandwidth percent was set on an existing production network? I'm currently trying to find something under the show interface command. Bandwidth is set to 3072 k but i'm trying to find out what Percentage of that is to be utilized since EIGRP by default only uses half.
What show command will help me find what the Bandwidth percent was set on an existing production network? I'm currently trying to find something under the show interface command. Bandwidth is set to 3072 k but i'm trying to find out what Percentage of that is to be utilized since EIGRP by default only uses half.
Comments
-
larkspur Member Posts: 235well i don't know of a command in the ios itself but you could use netflow and a netflow collector to answer your question.
nbar would only give you 5 minute samples.....
hthjust trying to keep it all in perspective! -
networker050184 Mod Posts: 11,962 ModNot sure if this is what you are looking for, but if the bandwidth-percent is changed it will show on the config. It won't show if its set to the default.An expert is a man who has made all the mistakes which can be made.
-
bmauro Member Posts: 307I think you kinda answered your own questions.
http://www.cisco.com/univercd/cc/td/doc/product/software/ios124/124cg/hirp_c/ch07/erconfig.htm#wp1020740
Like you said - EIGRP uses half the bandwidth by default. If you don't see the "Router(config-if)# ip bandwidth-percent eigrp percent" under the interface in question I would think you could assume that the default 50% would be used.
http://www.cisco.com/univercd/cc/td/doc/product/software/ios124/124cr/hirp_r/rte_eih.htm#wp999602
"The following example allows EIGRP to use up to 75 percent (42 kbps) of a 56-kbps serial link in autonomous system 1:
interface serial 0
bandwidth 56
ip bandwidth-percent eigrp 1 75"