Yearly Archive: 2015

EIGRPv6

(config)#ipv6 unicast-routing  ( enable ipv6 routing ) (config)#ipv6 router  eigrp “ID” (config-rtr)#router-id x.x.x.x (config-rtr)#no shutdown ( enable eigrp ipv6 routing process ) (config-if)#interface ( interface ) (config-if)#ipv6 eigrp “ID” Verifying configuration : show ipv6 protocols show ipv6 eigrp neighbors show…
Read more

OSPF Authentication and Encrypted Authentication

OSPF Basic Authentication  r1(config)#interface fastethernet x/x r1(config-if)#ip ospf authentication r1(config-if)#ip ospf authentication-key itss r2(config)#interface fastethernet x/x r2(config-if)#ip ospf authentication r2(config-if)#ip ospf authentication-key itss OSPF Encrypted Authentication r1(config)#interface fastethernet x/x r1(config-if)#ip ospf authentication message-digest r1(config-if)#ip ospf message-digest-key 1 md5 itss r2(config)#interface fastethernet x/x r2(config-if)#ip…
Read more