Configuration Authentication (RIP, EIGRP, OSPF)










Configuration Authentication (RIP, EIGRP, OSPF)

 ________________________________________

Follow us on Facebook

Follow us on Google+

________________________________________

 

 

 

Protocol RIP : 



name of key :

R2(config-router)#key chain RipKey                                                                                              

number of key :

R2(config)#Key 1                                                                                                                        
R2(config)#Key-string cisco                                                                                                            


Access interface :

 
R2(config)#Int S2/0                                                                                                                     


apply authentication :


R2(config)#ip rip authentification mode md5                                                                                  
R2(config)#ip rip authenticication RipKey                                                                                      




Protocol EIGRP : 



name of key :

R2(config-router)#key chain eigrpKey                                                                                            

number of key :

R2(config)#Key 1                                                                                                                        
R2(config)#Key-string cisco                                                                                                         


Access interface :

 
R2(config)#Int S2/0                                                                                                                     


apply authentication :

autonomous system : 10


R2(config)#ip authentification mode eigrp 10 md5                                                                         
R2(config)#ip authenticication eigrp 10 eigrpKey