- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2017 02:38 AM - edited 03-08-2019 01:10 PM
I just configure one router interface with new network IP, My router have EIGRP configured. How to add new network id into my EIGRP . Because i was no seen my new network in EIGRP under "Routing for Networks".
Note : I am just started learn CCNA.
Solved! Go to Solution.
- Labels:
-
Other Switching
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2017 06:21 AM
please follow below steps to add the new subnet into Eigrp
router#config t
router(config)#router eigrp AS number that you use
router(config-router)#network subnet wildcardmask (network 192.168.1.0 0.0.0.255 )
router(config-router)#end

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2017 06:21 AM
please follow below steps to add the new subnet into Eigrp
router#config t
router(config)#router eigrp AS number that you use
router(config-router)#network subnet wildcardmask (network 192.168.1.0 0.0.0.255 )
router(config-router)#end
