07-26-2011 03:07 PM - edited 03-07-2019 01:25 AM
My 3750x with IP base license, and eigrp configured, does not push it's routing table to the hub router. the 3750x however, recieves an udated routing table from the hub router.
System image file is "flash:/c3750e-universalk9-mz.122-58.SE1/c3750e-universalk9-mz.122-58.SE1.bin"
License Level: ipbase
License Type: Permanent
Next reload license Level: ipbase
ip routing
router eigrp 100
network 10.1.4.0 0.0.0.255
network 10.50.4.1 0.0.0.0
network 10.254.4.254 0.0.0.0
network 172.16.4.0 0.0.3.255
network 172.16.199.0 0.0.0.255
network 172.16.203.1 0.0.0.0
network 172.16.252.0 0.0.0.15
passive-interface default
no passive-interface GigabitEthernet1/0/48
no passive-interface GigabitEthernet4/0/46
eigrp stub summary
switch is connected to a 2921 router on a L3 interface, ("no switchport" on interface).
EIGRP is conifgured.
The 3750x recieves the dynamic routing table from the 2921.
The 2921 does not get the routing table from 3750x.
07-26-2011 03:14 PM
3750X running ipbase license only allow EIGRP stub.
In your config, you have configured eigrp stub summary. This command means EIGRP will only advertise summary routes. Please see the follow link for explaining of the eigrp stub command:
http://www.cisco.com/en/US/partner/docs/ios/iproute_eigrp/command/reference/ire_a1.html#wp1065119
HTH,
jerry
11-01-2011 11:41 PM
Hi jeye,
will francisq solution works if he replace 2921 with 3750x? although 3750x IP base only has eigrp stub will both 3750x switches recieves the dynamic routing table?
Kixs
11-02-2011 03:15 AM
Hi
When you are using the 3750X with ipbase,then it can only be used as a Spoke router not as a hub.
Since EIGRP stub cannot acts as transit ,it only act as edge.
Also the command:
eigrp stub summary,the routes will be summarised,which i think is not desired in your case.
If you use eigrp stub connected or eigrp stub static then the stub router will send the connected and static routes respectively to the hub router.
eigrp stub connected static can also be used.
Also it will be better that you use no auto-summary while configuring EIGRP.
Hope that helps.
Girish
11-02-2011 06:53 PM
Thanks Girish
if i have R1 <--> R2 , R1 <--> R3, R3 <--> R2 , all 3750-x with IPBase, is eigrp stub sufficient enough to achieve redundancy in case if there is link failure between R1 and R2?
03-04-2019 06:56 AM
eigrp stub summary
Hello, francisg. You have to configure summary on interface like this way
int gi 1/0/48
ip summary eigrp 100 10.x.x.x 255.0.0.0
Other option is configuring
router eigrp 100
eigrp stub connected summary
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