What Is EIGRP Named Mode in Networking?
Also known as: EIGRP Named Mode, CCNP ENCOR EIGRP, EIGRP configuration, Named Mode vs legacy EIGRP, Cisco routing protocol
On This Page
Quick Definition
EIGRP Named Mode is a way to configure the EIGRP routing protocol on Cisco routers using named sections instead of numbers. It organizes settings into logical groups like address families and interfaces, making configuration clearer and easier to manage. This mode supports both IPv4 and IPv6 smoothly and is the preferred method for newer Cisco certifications like the CCNP ENCOR exam.
Must Know for Exams
EIGRP Named Mode is a key topic in the Cisco CCNP ENCOR (350-401) exam, which is the core exam for the CCNP Enterprise and CCIE Enterprise certifications. The exam blueprint includes a section on Layer 3 technologies, and EIGRP configuration and verification are explicitly listed. Cisco has stated that Named Mode is the preferred configuration method for the exam, meaning candidates are expected to know it thoroughly.
In the ENCOR exam, questions about EIGRP Named Mode appear in multiple formats. Multiple-choice questions may ask about the correct command syntax to enter Named Mode, such as Which command enters EIGRP Named Mode configuration? or What is the correct address family keyword for IPv4 unicast in Named Mode? Simulation questions may require candidates to configure a router using Named Mode, including setting up the named instance, address family, network statements, and interface parameters. Troubleshooting questions often present a partially configured router and ask the candidate to identify why EIGRP neighbors are not forming. The hierarchical structure of Named Mode is a common source of these issues.
The exam also tests the differences between Named Mode and legacy EIGRP. Candidates need to know that Named Mode uses the router eigrp <name> command instead of router eigrp <as-number>, and that interface parameters are configured under af-interface rather than interface eigrp. Questions about verifying Named Mode configurations through show commands are also common. For example, the command show eigrp address-family ipv4 interfaces is used to see interface-specific timer settings in Named Mode, whereas legacy EIGRP used show ip eigrp interfaces.
Additionally, the ENCOR exam may present scenario-based questions where a network design requires both IPv4 and IPv6 EIGRP routing. Named Mode allows both to be configured under a single named instance, which is a critical distinction. Candidates who try to configure legacy EIGRP for IPv6 separately may get confused and lose points.
To succeed in the exam, candidates should practice configuring Named Mode in a lab environment. They should understand the full syntax, including the network commands under the address family, the af-interface configuration for timers and authentication, and the topology base for route control. Real exam simulations from platforms like Cisco Modeling Labs or Packet Tracer can help solidify this knowledge.
Simple Meaning
Imagine you are setting up a school office system where you need to organize file cabinets for different departments. In the old way, you would label each cabinet with just a number, like Cabinet 1, Cabinet 2, and so on. All instructions for what goes into each cabinet would be written on a single messy sticky note stuck to the side. That was the old EIGRP configuration method, where everything was tied to a single autonomous system number and commands were scattered.
EIGRP Named Mode is like getting a brand new organizational system. Now, you have a main filing cabinet labeled with a name, like MainOffice. Inside that cabinet, there are clearly marked sections for each network type, such as IPv4 or IPv6. Each section has its own sub-sections for each interface, like a folder for the front desk computer and another for the principal's office.
This means you no longer have to hunt for a specific setting. If you need to change how the front desk computer talks to the rest of the school, you go straight to the MainOffice cabinet, open the IPv4 section, and find the folder labeled FrontDesk. Everything is tidy, labeled, and easy to update. Named Mode also allows you to apply changes without restarting the whole routing process, just like updating a single file without reorganizing the entire cabinet.
For a beginner, think of it as moving from a cluttered desk where papers are stacked randomly to a clean desk with labeled folders for each topic. It saves time, reduces errors, and makes it much easier to find what you need. In the networking world, this clarity is crucial because a small mistake in a routing configuration can bring down an entire company network.
Full Technical Definition
EIGRP Named Mode is a configuration paradigm introduced in Cisco IOS version 15.0(1)M and later. It replaces the legacy EIGRP configuration method that relied solely on an autonomous system number and a flat set of global and interface commands. Named Mode organizes EIGRP configuration into a hierarchical structure using named EIGRP instances, address families, and interface-specific configurations.
In Named Mode, the top-level configuration object is the EIGRP named instance, created with the command router eigrp <name>. This named instance replaces the old router eigrp <as-number> command. Within this named instance, the administrator configures one or more address families using the address-family ipv4 unicast autonomous-system <as-number> or address-family ipv6 unicast commands. Each address family contains all the routing policy configurations for that protocol version, including network statements, redistribution settings, and metric weights.
A key feature of Named Mode is the interface configuration section. Instead of using the legacy interface eigrp command under each interface, Named Mode uses the af-interface subcommand within the address family. This allows the administrator to configure interface-specific parameters like hello interval, hold time, authentication, and split horizon in one centralized location. This structure eliminates the need to enter multiple interface configuration modes and reduces configuration errors.
Named Mode also introduces a topology base section under each address family. This section controls how routes are selected and managed, including variance, maximum paths, and summary addresses. The topology base configuration is applied globally within the address family, but it can be overridden on a per-interface basis using the af-interface configuration.
From a protocol behavior standpoint, Named Mode does not change how EIGRP operates. The underlying DUAL algorithm, neighbor discovery, and route propagation remain identical. However, Named Mode provides better modularity, easier troubleshooting, and consistent configuration syntax for both IPv4 and IPv6. It also supports advanced features like stub routing, route summarization, and authentication more intuitively.
In real IT environments, Named Mode is the standard for all new EIGRP deployments on Cisco routers running IOS 15.x or IOS XE. It is fully supported on enterprise routers, switches, and virtual routers. The Cisco CCNP ENCOR exam (350-401) specifically tests candidates on Named Mode configuration, verification, and troubleshooting. The exam expects candidates to understand the hierarchical structure and be able to interpret show commands like show ip eigrp neighbors and show eigrp address-family ipv4 interfaces.
Real-Life Example
Think of a large office building with multiple floors and departments. In the old system, the building manager had a single master key ring with no labels. To lock or unlock any door, you had to find the right key by trial and error. If you needed to change the lock on the accounting department door, you had to go through the entire key ring, check each key, and then manually replace the lock. This was slow, error-prone, and annoyed everyone.
EIGRP Named Mode is like installing a modern electronic key card system. Now, the building has a central security computer named Headquarters. Inside that computer, there are separate profiles for each floor, called address families. For example, there is a profile for Floor 1 (IPv4) and a profile for Floor 2 (IPv6). Each floor profile contains a list of all the doors on that floor, which are the interfaces.
Under each door profile, the security manager can set specific rules. For the main entrance door, you can set how fast it automatically closes (hello interval), how long it stays open before locking (hold time), and whether it requires a special security badge (authentication). All these settings are stored in one place, so if the main entrance door needs to be changed, you just update its profile in the Headquarters system, and the change applies instantly.
Mapping this to EIGRP Named Mode: the Headquarters system is the named EIGRP instance, like router eigrp CampusNet. The floor profiles are the address families, such as address-family ipv4. The door profiles are the af-interface configurations for each router interface, like af-interface GigabitEthernet0/0. The automatic closing speed is the hello interval, and the lock timeout is the hold time.
With the old key ring method, changing a single lock required redoing the entire key setup. With Named Mode, you simply update the electronic profile for that door, and the whole building security system adapts immediately. This is exactly how Named Mode makes network administration faster, safer, and much less prone to mistakes.
Why This Term Matters
EIGRP Named Mode matters because it directly improves network reliability, reduces configuration errors, and saves time for network engineers. In real IT work, misconfigurations in routing protocols are among the most common causes of network outages. A simple typo in a legacy EIGRP configuration could result in a routing loop or a black hole where traffic is silently dropped. Named Mode mitigates these risks by organizing all related settings into clear, logical sections.
For network administrators managing multiple routers across different sites, Named Mode provides consistency. Instead of memorizing which autonomous system number each router uses, engineers can use descriptive names like BranchOffice or DataCenter. This makes troubleshooting faster because the configuration is self-documenting. When a junior engineer looks at a router configuration file, they can immediately understand the network topology just by reading the names and address families.
Named Mode also simplifies IPv6 adoption. Many organizations are migrating from IPv4 to IPv6, and EIGRP for IPv6 was historically configured using a completely different syntax than EIGRP for IPv4. Named Mode unifies the configuration for both protocols under the same hierarchical framework. This means less training time for engineers and fewer mistakes when transitioning networks.
In cybersecurity, Named Mode improves security because it centralizes authentication configurations. Engineers can configure MD5 or SHA authentication keys in one place within the address family, ensuring that all interfaces on a router use consistent authentication. This reduces the risk of a rogue router injecting false routes into the network.
Finally, Named Mode is critical for exam preparation. The CCNP ENCOR exam specifically tests this configuration method. Candidates who understand Named Mode are better prepared for both the exam and real-world job roles. Employers value engineers who can implement modern, best-practice configurations rather than outdated methods.
How It Appears in Exam Questions
In certification exams, EIGRP Named Mode appears in several distinct question patterns that test both theoretical understanding and practical configuration skills.
One common pattern is the command identification question. For example: A network administrator wants to configure EIGRP with a named instance named CorpNet. Which command should be used first? The correct answer is router eigrp CorpNet. Distractors might include router eigrp 100, router eigrp CorpNet autonomous-system 100, or ip eigrp 100. These questions test whether the candidate knows the correct top-level syntax.
Another pattern is the configuration scenario question. The exam might present a topology with two routers and ask the candidate to complete a partial configuration. For instance: Router R1 is configured with EIGRP Named Mode using instance name HQ. The candidate must add the network 10.1.1.0/24 to the IPv4 address family. The expected command is network 10.1.1.0 0.0.0.255 under the address-family ipv4 unicast autonomous-system 100 section. Candidates who try to use the legacy network 10.1.1.0 command outside the address family will fail.
Troubleshooting questions are very common. The exam might show a show running-config output with a Named Mode configuration and ask why two routers are not becoming EIGRP neighbors. A typical issue is that the k values or metric weights are mismatched between the routers. In Named Mode, these are configured under the address family, and if one router has metric weights 0 1 0 1 0 1 and the other uses defaults, they will not form an adjacency. Another common issue is authentication mismatch, where one router has authentication configured under af-interface but the other does not.
Verification question patterns involve interpreting show commands. For example: Based on the output of show eigrp address-family ipv4 interfaces, how long will Router R1 wait before declaring a neighbor down? The candidate must read the hold time from the output. In Named Mode, the hold time is configured per-interface under af-interface, so the output reflects this granularity.
Design questions may ask: An enterprise needs to run EIGRP with both IPv4 and IPv6. Which configuration approach is most efficient? The best answer is a single Named Mode instance with two address families. Distractors might include two separate legacy EIGRP processes or one legacy EIGRP for IPv4 and a separate EIGRP for IPv6.
Finally, exam questions may test the candidate's understanding of the hierarchy. For instance: In EIGRP Named Mode, where should the auto-summary command be configured? The correct answer is under the address family, not under the router eigrp name or the af-interface. This tests whether the candidate knows the correct scope of each configuration command.
Study encor
Test your understanding with exam-style practice questions.
Example Scenario
A small company named TechFlow has two offices: one in New York and one in Chicago. Each office has a Cisco router, and the routers are connected by a WAN link. The network administrator, Sarah, needs to configure EIGRP so that both offices can learn about each other's subnets. She decides to use EIGRP Named Mode because it will be easier to manage in the future.
Sarah connects to the New York router and enters global configuration mode. She types router eigrp NYOffice. This creates the named EIGRP instance called NYOffice. Inside this instance, she configures the IPv4 address family by typing address-family ipv4 unicast autonomous-system 100. She then adds the network command for the local LAN subnet: network 192.168.10.0 0.0.0.255. She also needs to configure the interface that connects to Chicago. Under the same address family, she enters af-interface GigabitEthernet0/0 and sets the hello interval to 10 seconds and the hold time to 30 seconds, matching what she will configure on the Chicago router.
Now Sarah configures the Chicago router. She uses router eigrp CHOffice, then adds address-family ipv4 unicast autonomous-system 100. She adds network 192.168.20.0 0.0.0.255 for the local LAN. On the WAN interface, she uses af-interface GigabitEthernet0/0 and sets the same hello and hold timers.
After both configurations are complete, Sarah checks the neighbor status on the New York router using show eigrp address-family ipv4 neighbors. The output shows the Chicago router as an EIGRP neighbor, meaning they have successfully exchanged routes. Sarah can now see the Chicago LAN subnet in the routing table.
Six months later, the company acquires a third office in Dallas. Sarah adds the Dallas router to the same EIGRP Named Mode instance. Because the configuration is structured and named, she simply adds a new address-family configuration block for the Dallas router, reusing the same timers and authentication settings. The hierarchical organization of Named Mode makes scaling the network straightforward.
Common Mistakes
Thinking that the name used in router eigrp <name> is the autonomous system number.
In Named Mode, the name is a label chosen by the administrator and has no numeric meaning. The autonomous system number is specified separately under the address family with the autonomous-system keyword.
Remember that the name is just a descriptive tag, like a nickname for the routing process. The actual AS number must be explicitly defined under address-family ipv4 unicast autonomous-system <number>.
Configuring network statements under the router eigrp <name> level instead of inside the address family.
In Named Mode, all routing protocol commands like network, redistribute, and default-metric must be placed inside the appropriate address family block. Placing them at the top level results in a configuration error or no effect.
Always enter the address-family ipv4 unicast autonomous-system <ASN> context before issuing network commands. Use the question mark at each configuration level to verify where you are.
Using the legacy interface eigrp command under an interface instead of using af-interface inside Named Mode.
The interface eigrp command is part of the legacy configuration method and does not integrate with Named Mode. Interface-specific parameters in Named Mode are configured under af-interface within the address family.
Configure interface parameters like hello interval and hold time by entering address-family ipv4 unicast, then af-interface <interface-name>, and then setting the desired values.
Assuming that Named Mode and legacy EIGRP can run simultaneously on the same router for the same interfaces without issues.
Running both methods on the same interface can cause conflicts, duplicate neighbor relationships, and unpredictable routing behavior. Cisco recommends migrating entirely to Named Mode.
Choose one method for the entire router. If migrating from legacy to Named Mode, remove all legacy eigrp commands from the running configuration before applying Named Mode configuration.
Forgetting to specify the autonomous system number in the address family configuration.
Without the autonomous-system keyword in the address family, EIGRP will not start for IPv4. The router will accept the configuration but no neighbors will form.
Always include autonomous-system <ASN> when configuring address-family ipv4 unicast. For IPv6, the autonomous system is derived from the top-level router eigrp <name> if configured, but it is safer to explicitly define it.
Exam Trap — Don't Get Fooled
The exam presents a partial configuration showing the commands router eigrp CorpNet, then network 10.0.0.0, and asks if this is a valid Named Mode configuration. Remember that in Named Mode, the network command must be inside the address family block.
The top-level router eigrp <name> simply creates the container. Always check for the presence of address-family ipv4 unicast autonomous-system <ASN> before the network command. If it is missing, the configuration is incomplete.
Commonly Confused With
Legacy EIGRP uses a single autonomous system number as the process identifier, with all commands entered directly under the router eigrp <ASN> context. Named Mode uses a descriptive name and organizes commands into address families and interface sections. Named Mode is more modular and supports both IPv4 and IPv6 in one instance.
In legacy mode, you configure router eigrp 100 and then network 10.0.0.0. In Named Mode, you configure router eigrp MyNetwork, then address-family ipv4 unicast autonomous-system 100, then network 10.0.0.0.
OSPF is a link-state routing protocol that uses areas and SPF algorithm, while EIGRP is a distance-vector protocol with the DUAL algorithm. Named Mode is a configuration method specific to EIGRP; OSPF uses its own configuration hierarchy with router ospf <process-id>. They are completely different protocols.
To configure OSPF, you type router ospf 1 and then network 10.0.0.0 0.255.255.255 area 0. For EIGRP Named Mode, you type router eigrp Corp and then address-family ipv4 unicast autonomous-system 100.
BGP also has a named mode configuration, but it is used for different purposes. BGP Named Mode uses address families like ipv4 unicast and ipv6 unicast, but BGP handles inter-domain routing, not interior gateway routing. The configuration syntax and operational logic are distinct.
For BGP Named Mode, you might use router bgp 65000, then address-family ipv4 unicast, then network 10.0.0.0 mask 255.0.0.0. For EIGRP, it is router eigrp Corp, then address-family ipv4 unicast autonomous-system 100.
Step-by-Step Breakdown
Create the Named EIGRP Instance
Enter global configuration mode on the router and type router eigrp <name>. Choose a descriptive name like CampusNet or BranchOffice. This creates the top-level container for all EIGRP configuration. Unlike legacy mode, this name does not have to match on neighboring routers, but using consistent names is good practice.
Configure the Address Family
Inside the named instance, enter the address family you need. For IPv4, type address-family ipv4 unicast autonomous-system <ASN>. The AS number must match on all routers that will form neighbors. For IPv6, type address-family ipv6 unicast. This step isolates the configuration for each IP version, making it easy to manage dual-stack environments.
Define Networks to Advertise
Within the address family, use the network <network-address> <wildcard-mask> command to specify which directly connected networks EIGRP should advertise. This is the same as in legacy mode, but now it is scoped inside the address family. You can add multiple network statements for different subnets.
Configure Interface-Specific Parameters
Under the same address family, enter af-interface <interface-name> to configure parameters for a specific interface. Here you can set hello interval, hold time, authentication mode and key, split horizon, and stub settings. This replaces the old interface eigrp command used in legacy mode. Each interface has its own configuration block.
Apply Global Parameters under Topology Base
The topology base section is automatically created under each address family. Here you configure global routing parameters like variance, maximum paths, default routes, and route summarization. These settings affect how all routes in the address family are selected and managed.
Verify the Configuration
Use show running-config | section router eigrp to view the full Named Mode configuration. Use show eigrp address-family ipv4 neighbors to verify neighbor relationships. Use show eigrp address-family ipv4 interfaces to see interface-specific settings. These verification steps confirm that the configuration is working correctly.
Practical Mini-Lesson
EIGRP Named Mode is not just a different way to type commands; it represents a shift toward modular, scalable network configuration. When you work with Named Mode in a production environment, you quickly see the benefits during troubleshooting. For example, if a router is not forming an EIGRP neighbor, you no longer have to search through a flat list of commands. You can directly check the address family and af-interface sections to see if the timers or authentication settings match on both sides.
To configure Named Mode effectively, start by planning your naming convention. Use names that reflect the location or function of the router, such as Router_NewYork or CoreSwitch. This makes it easier for multiple engineers to understand the configuration. When you enter the address family, always specify the autonomous system number for IPv4. For IPv6, the autonomous system is optional but recommended for clarity.
One common real-world task is migrating from legacy EIGRP to Named Mode. The safest approach is to remove the entire legacy configuration with no router eigrp <ASN> and then apply the Named Mode configuration. Do not try to mix both methods on the same router. After migration, verify that all neighbor relationships re-establish and that routes are exchanged correctly.
Another important practice is to use named mode for authentication. Under the af-interface, you can configure key chain authentication. This centralizes the authentication keys and allows you to change them without disrupting all interfaces at once. In a security-conscious environment, this is a significant advantage.
What can go wrong? The most common issues are mismatched timers, missing autonomous system numbers, and incorrect network statements. For instance, if you forget to specify the autonomous system in the address family, EIGRP will not start for IPv4. Use the show ip eigrp interfaces command to see if the router is actually running EIGRP on any interface.
Named Mode connects to broader IT concepts like network automation and intent-based networking. Because Named Mode configurations are highly structured, they are easier to generate programmatically using tools like Ansible or Python scripts. This makes Named Mode a forward-looking choice for engineers who want to adopt automation in their network operations.
For exam success, practice the full configuration cycle: create the named instance, add address families, configure networks, tune interface parameters, and verify. Use a lab environment to test different scenarios, such as changing hello intervals and observing how it affects neighbor formation. Understand the show commands thoroughly, as they are the primary way to diagnose issues in both the exam and real life.
Memory Tip
Think of the acronym N-A-I-T: Name, Address family, Interface, Topology. This is the order of configuration layers in Named Mode, from top to bottom.
Covered in These Exams
Related Glossary Terms
802.1Q is the networking standard that allows multiple virtual LANs (VLANs) to share a single physical network link by tagging Ethernet frames with VLAN identification information.
802.1X is a network access control standard that authenticates devices before they are allowed to connect to a wired or wireless network.
5G is the fifth generation of cellular network technology, designed to deliver faster speeds, lower latency, and support for many more connected devices than previous generations.
An A record is a DNS record that maps a domain name to the IPv4 address of the server hosting that domain.
Frequently Asked Questions
Does EIGRP Named Mode change how the protocol works internally?
No, Named Mode is only a configuration method change. The underlying DUAL algorithm, packet types, and neighbor discovery process remain exactly the same as in legacy EIGRP.
Can I use the same named instance for both IPv4 and IPv6?
Yes, that is one of the main advantages of Named Mode. You configure one router eigrp <name> and then set up separate address-family blocks for IPv4 and IPv6 under that same instance.
What command do I use to see EIGRP neighbors in Named Mode?
Use show eigrp address-family ipv4 neighbors for IPv4 or show eigrp address-family ipv6 neighbors for IPv6. The show ip eigrp neighbors command may still work but is considered legacy.
Do I need to configure an autonomous system number in Named Mode?
For IPv4, yes, you must specify it in the address family command. For IPv6, it is optional but recommended for consistency. The AS number must match between neighbors.
Is EIGRP Named Mode supported on all Cisco devices?
It is supported on Cisco IOS 15.0(1)M and later, IOS XE, and IOS XR. Older devices running IOS 12.x or earlier do not support Named Mode and require legacy configuration.
Can I convert a legacy EIGRP configuration to Named Mode without downtime?
You can do a migration, but it requires removing the old configuration and applying the new one, which will cause a brief interruption in routing. Plan maintenance windows for such changes.
What is the difference between af-interface and the old interface eigrp command?
The af-interface command is used inside the address family block in Named Mode, while interface eigrp was used in legacy mode. Both configure interface-level EIGRP parameters, but af-interface is more organized and allows easier scripting.
Summary
EIGRP Named Mode is a modern, structured method for configuring the EIGRP routing protocol on Cisco routers. It organizes all configuration into a clear hierarchy: a named instance, address families for each IP version, interface-specific settings under af-interface, and global route policies under topology base. This structure reduces errors, simplifies troubleshooting, and makes configuration self-documenting.
Named Mode supports both IPv4 and IPv6 in a single instance, which is essential for modern dual-stack networks. In certification exams like the CCNP ENCOR, Named Mode is the expected configuration method, and candidates must know its syntax, verification commands, and common pitfalls. Understanding Named Mode also prepares network professionals for automation and scalable network design.
For beginners, the most important takeaway is to remember the hierarchy: Name, Address family, Interface, Topology. This mental model will guide you through any configuration or troubleshooting scenario involving EIGRP Named Mode.