cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
244
Views
0
Helpful
2
Replies

Router Programming issue

smanghillis
Level 1
Level 1

I am adding a new 3600 to my WAN and am having trouble changing it from igrp to eigrp as well as adding the network identifiers below it. My programmer is out for the week on vacation and is unreachable, can anyone help with walking me through the prgramming?

1 Accepted Solution

Accepted Solutions

conf t

no router igrp 1

router eigrp 1

network 150.8.0.0

no auto-summary

View solution in original post

2 Replies 2

smanghillis
Level 1
Level 1

For example on another of our routers....

router eigrp 1

network 10.0.0.0

network 102.0.0.0

network 150.5.0.0

network 150.6.0.0

network 150.7.0.0

no auto-summary

How would I change it if the first line read:

router igrp 1

Then how would I add"

Network 150.8.0.0

conf t

no router igrp 1

router eigrp 1

network 150.8.0.0

no auto-summary