02-13-2025 06:55 AM
Hi everyone,
I'm using Cisco 3750X series switches in my home lab for practice, but I'm encountering an issue when configuring IPv6 with EIGRP. When I try to enable IPv6 EIGRP, I receive the error: "Failed to create routing protocol eigrp", even though IPv6 unicast routing is enabled.
This issue occurs on all three of my switches, all of which are the same model. Is there a way to resolve this?
Thanks in advance!
Solved! Go to Solution.
02-13-2025 07:58 AM
@samialrustom
The Cisco 3750X series comes with different IOS feature sets, such as IP Base and IP Services.
IPv6 EIGRP requires the IP Services feature set; it is not supported in IP Base.
You can check it #show version | include IOS
Thanks !
02-13-2025 11:30 PM
You need to change the IOS version
https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3750e_3560e/software/release/15-0_2_se/configuration/note/swactivn.html
Thanks!
02-13-2025 07:30 AM
Hello,
What commands are you using?
From the document below it looks like you may only need to enable it on the interface.
-David
02-13-2025 07:43 AM
ipv6 unicast-routing
ipv6 router eigrp 1
eigrp router-id 5.5.5.5
!
interface Vlan20
ip address 172.16.20.1 255.255.255.0
ipv6 address FE80::10 link-local
ipv6 address 2001:db8:cafe:20::1/64
ipv6 eigrp 1
!
interface Loopback0
ip address 5.5.5.5 255.255.255.255
ipv6 address 2001::5/128
ipv6 eigrp 1
!
interface GigabitEthernet1/0/11
no switchport
ip address 172.16.80.2 255.255.255.0
ipv6 address FE80::10 link-local
ipv6 address 2001:db8:cafe:80::2/64
ipv6 eigrp 1
!
problem is here:
S1(config)#ipv6 router eigrp 1
% Failed to create routing protocol eigrp
02-13-2025 07:58 AM
@samialrustom
The Cisco 3750X series comes with different IOS feature sets, such as IP Base and IP Services.
IPv6 EIGRP requires the IP Services feature set; it is not supported in IP Base.
You can check it #show version | include IOS
Thanks !
02-13-2025 08:15 AM
S1#show version | include IOS
Cisco IOS Software, C3750E Software (C3750E-IPBASEK9-M), Version 12.2(55)SE7, RELEASE SOFTWARE (fc1)
02-13-2025 08:31 AM
how can I switch to IP Services?
02-13-2025 11:30 PM
You need to change the IOS version
https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3750e_3560e/software/release/15-0_2_se/configuration/note/swactivn.html
Thanks!
02-13-2025 08:38 AM
Are you using SDM templates that support IPv6 routing?
But, for that particular error, the issue is likely due to IOS version being used, as already described by @Joshqun Ismayilov .
02-13-2025 08:46 AM
Oh ok, well, I guess I can't do much about it because I don't have a different IOS to update the switches to.
03-09-2025 08:14 AM
Thank you all for your help with issues, since the 3750X can't support EIGRP because of IOS version I decided to upgrade to 3850 which is doing great for EIGRP and OSPF Lab testing.
03-09-2025 09:06 AM
@samialrustom wrote:
Thank you all for your help with issues, since the 3750X can't support EIGRP because of IOS version I decided to upgrade to 3850 which is doing great for EIGRP and OSPF Lab testing.
For the benefit of other readers, lack of EIGRP (or OSPF), wasn't, I suspect, ". . . because of IOS version . . ." but due to not having the necessary feature set, i.e. IP Services rather than IP Base.
On the older platforms, feature sets were actually provided by different IOS files. (Legally, you needed a corresponding license to run additional features, but there was no license enforcement on the device.)
On current platforms, the IOS file is a "universal" image that contains all the possible features (except perhaps advanced crypto), and the advanced features are license locked. I.e. you need an additional license to unlock the additional feature(s).
I recall (?) the 3850/3650 series was one the the first to adopt the new universal file images with additional feature license unlocks. Often, these new IOS versions support a temporary unlock, so you can try out advanced features or while waiting for the actual feature license to be received.
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