cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1540
Views
0
Helpful
1
Replies

How to add new subnet into running EIGRP router

libra_ali786
Level 1
Level 1

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.

1 Accepted Solution

Accepted Solutions

ShankL
Level 1
Level 1

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

 

 

 

 

View solution in original post

1 Reply 1

ShankL
Level 1
Level 1

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