EIGRP and eigrp authentication

router eigrp 1

no auto-summary

passive-interface default

no passive-interface f0/0

no passive-interface f1/0

eigrp router-id 1.1.1.1

network 10.0.0.0

sh ip eigrp nei

 

 

EIGRP Authentication

 

secures routing protocol communication

prevent route poisening

 

key chain EIGRP

key 1

key-string cisco

exit

exit

int f0/0

ip authentication key-chain eigrp 1 EIGRP

ip authentication mode eigrp 1 md5

ip authentication key-chain eigrp 1 md5

have to set it up on all the routers becuase the routes will go down

got to do it on the other routers

 

 

 

 

 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s