• Skip to main content
  • Skip to header right navigation
  • Skip to site footer

Roger Perkin

Network Automation Architect

  • Network Automation
    • Network Automation Courses
    • What is NetDevOps?
    • Workflow Orchestration
    • Ansible Automation Platform
    • Ansible Workshop
    • What is Network Automation?
    • Network Automation Tools
    • ContainerLab
    • Ansible Training
      • What is Ansible?
      • Ansible Tutorial for Beginners
      • Ansible Network Automation
      • Ansible Inventory Example
    • Python Network Automation
      • Nornir
      • Python Network Automation Course
      • Python for Network Engineers
      • Python VENV / Virtual Environment Tutorial
      • Python Tutorial for Beginners
      • pyATS
    • Network Source of Truth
      • NetBox
      • Infrahub
      • NautoBot
    • NetDevops
    • DevOps Tutorial
      • Git Training
      • Terraform Training
      • Linux Training
      • Kubernetes Training
      • Devops Training Course
      • Azure Devops Training
    • Terraform
    • GIT
      • Git Commands
      • What is GitHub?
    • Docker Training
    • Confluence
    • Microsoft Azure
  • Cisco
    • ISE
    • SD WAN Training
    • Password Recovery
    • Software-Upgrade-Guides
    • BGP
    • Data Center
    • WIRELESS
  • CCIE
  • Blog
  • About
    • My Red Special Guitar
  • Contact

EIGRP is Restricted to Stub Connections only on this Platform

Home » EIGRP

If you are running a Cisco 3850 switch with the IP Base license and you want to run EIGRP you need to be aware of the following behaviour.

EIGRP is Restricted to Stub Connections only on this Platform

This means that Cisco have decided to cut down EIGRP within the IP Base license and limit its functionality to only run as a stub.

What does this mean?

Take the example below where you have connected another EIGRP device underneath your Cisco 3850 switch, you have peered them up with EIGRP and have a subnet 192.168.10.0/24 being advertised to the 3850.

eigrp stub connected summary cisco 3850

The EIGRP config will default to the below.

router eigrp 1
eigrp stub connected summary

If you try and remove the eigrp stub connected summary line the platform will throw an error

EIGRP is Restricted to Stub Connections only on this Platform

So this means the 192.168.10.0/24 subnet will not be advertised upstream from the 3850

The Fix 

You can actually trick the switch into overriding this behaviour with a leak map

Simply apply this config to your switch and the routes will be advertised

ip prefix-list PREFIX_MATCH_ANY seq 5 permit 0.0.0.0/0 le 32

route-map PREFIX_MATCH_ANY permit 10
match ip address prefix-list PREFIX_MATCH_ANY

router eigrp 1
eigrp stub connected summary static redidstributed leak-map PREFIX_MATCH_ANY

I believe this also occurs on a 4507 platform but I have not tested that.

 

Category: EIGRPTag: eigrp
ansible course for network engineers
Get Access to my Ansible Course NOW
Previous Post:ccie plaque 2015 roger perkin ccie 50038My CCIE Journey
Next Post:How to Backup Cisco Config using Ansibleansible logo - rogers ccie blog

Sidebar

Hi I'm Roger Perkin,
Based in the UK working as a Network Automation Architect, CCIE #50038
About Roger | Twitter | Linkedin

python course for network engineers

Topics

Network Automation
Ansible
Python for Network Automation
CCIE
Cisco ISE
F5 Certification
BGP
OSPF
Network Automation Conferences
auvik promo banner
Pluralsight Trial

Git for Network Engineers

Ansible vs Nornir

Start learning today with my Network Automation Courses

Master Ansible, Python, Git, Nornir, Jenkins and more..


Buy me a coffeeBuy me a coffee

ansible network automation course

Have you seen my YouTube Channel?

YouTube Subscribe

Let’s get started

Take a look at my premium courses on Ansible, Nornir & Git or buy them all with the Network Automation Bundle!

Network Automation Courses

Navigation

Python VENV Tutorial
Python for Network Engineers

Network Automation
Network Automation Courses
Network Discovery Tools
Network Automation Conferences
Ansible Training
What is Ansible?
Devops Tutorial
Network Source of Truth
DevOps Glossary
Network Monitoring Software

Contact

Contact

Get in touch with me here

[email protected]

  • Twitter
  • LinkedIn
  • YouTube
Buy me a coffeeBuy me a coffee

Copyright © 2026 · Roger Perkin · All Rights Reserved · Privacy Policy – Terms