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.
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
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
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