03-20-2013 09:54 AM - edited 03-07-2019 12:23 PM
I am having 2911 router running with C2900 Software (C2900-UNIVERSALK9-M), Version 15.1(4)M5, RELEASE SOFTWARE (fc1)IOS and i have configured the following commands for eigrp
router eigrp 100
network 10.20.0.0
no auto-summary
It takes all 3 commands but when i check through show run command i am not seeing no auto-summary command.
Can you please let me know is something wrong with my config
Solved! Go to Solution.
03-20-2013 10:27 AM
Correct, but this has been default before IOS 15.0 . According to the command reference guide it is default starting with ver 10
http://www.cisco.com/en/US/docs/ios/12_2/iproute/command/reference/1rfeigrp.html#wp1017389
HTH
03-20-2013 10:01 AM
That is because no auto-summary command is on by default.
To restore the default behavior of automatic summarization of subnet routes into network-level routes, use the auto-summary command in router configuration mode. To disable this function and send subprefix routing information across classful network boundaries, use the no form of this command.
auto-summary
no auto-summary
This command has no arguments or keywords.
The behavior of this command is enabled by default (the software summarizes subprefixes to the classful network boundary when crossing classful network boundaries).
HTH
03-20-2013 10:20 AM
thanks for that Please correct me if i am wrong
By default auto-summary will be enabled that is why we don't see but if i run no auto-summary command that should show.
This is new in
(C2900-UNIVERSALK9-M), Version 15.1(4)M5,
03-20-2013 10:27 AM
Correct, but this has been default before IOS 15.0 . According to the command reference guide it is default starting with ver 10
http://www.cisco.com/en/US/docs/ios/12_2/iproute/command/reference/1rfeigrp.html#wp1017389
HTH
03-20-2013 10:30 AM
Thank you
03-20-2013 10:37 AM
Correction
The "auto summary" command started in ios 10, but the no auto summary started in 12.2(8)T.
here is the command reference guide for more info;
HTH
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