RIP confiquaration. via fig:
rip topology |
RIP version 1 config.
note : all coding is in config. mode-
step1. Router(config t)#Router rip (enable rip routing protocol on router) Router(config-router).
step2. #Version 1 (configure router to support rip version 1 or default as version1) .
Note: without this version command router default supports version 1 Router(config-router).
step3. #Network 10.0.0.0 Note: (advertise directly connected netwroknid not ip, if you are implementing subnetting ip range on lab topology use NID or network ) .
syep4. do wr.
RIPversion 2 config.
step1. Router(config t)#Router rip (enable rip routing protocol on router) Router(config-router).
step2. #Version 2 (configure router to support rip version 2) .
Note: without this version command router default supports version 1 Router(config-router).
step3. #Network 10.0.0.0 Note: (advertise directly connected netwroknid not ip, if you are implementing subnetting ip range on lab topology use NID or network ) .
syep4. do wr.
IN fig defines more than one network.
EIGRP DYNAMIC ROUTING click here ::
RIP(Routing Information Protocols) Authentication:-
Rip Authentication support clear text and md5 authentication .
see and follow in fig now.
1. clear text authentication:
2. MD5 authentication/encrypting form authentication in RIP:
In md5 authentication same as clear text ,but only change in interface coding ,so see and follow the fig.
NOTE:- After any programming/coding save with "do wr " code.
No comments:
Post a Comment
thanks , i will appriciate.