EIGRP Protocol Configuration Commands in Hindi || How to Configure EIGRP Protocol on Router ||

दोस्तों EIGRP Protocol के basic concept हम पहले समझ चुके हैं। आज के इस ब्लाग में हम Enhanced Interior Gateway Routing Protocol (EIGRP) Protocol की configuration करना सीखेगे।

EIGRP  Protocol Configuration - EIGRP Protocol configuration करने से पहले हम Autonomous System & Wild Card Mask के बारे में बात कर लेते हैं -

Autonomous System - EIGRP protocol configure के समय आपका AS Number देना होता है और अगर आप चाहते हैं कि EIGRP Routers आपस में communication कर पाये तो आपको सभी Routers पर same AS Number देना हैं जिसकी range 0 to 65535 में से कोई भी हो सकती हैं।

Wild Card Mask - दोस्तो EIGRP Configuration में आपको wild card mask की जरूरत तब पड़ेगी, जब आपने subnetting कर रखी हो। अगर आपने subnetting नही की हैं तो आपको wild card mask डालने की कोई जरूरत नही पड़ेगी क्योकि eigrp automatic default wild card mask configure कर लेती हैं।

दोस्तो जैसा कि आप diagram में देख पा रहे हैं मेरे पास 3 Routers हैं और मैंने उनके interfaces पर ip address configure किये हुये हैं। हम Router के interface configure करना पहले ही सीख चुके हैं। यहाँ मैं सिर्फ आपको eigrp configuration command बताने वाला हूँ। 


EIGRP Configuration Command -

Router 1 EIGRP Configuration - 

router1>ena
router1#config t
router1(config)#router eigrp 20
router1(config-router)#network 10.0.0.0 
router1(config-router)#network 192.168.1.0 


Router 2 EIGRP Configuration -

router1>ena
router1#config t
router1(config)#router eigrp 20
router1(config-router)#network 10.0.0.0 
router1(config-router)#network 20.0.0.0  
router1(config-router)#network 192.168.2.0  
 

Router 3 EIGRP Configuration -

router1>ena
router1#config t
router1(config)#router eigrp 20
router1(config-router)#network 20.0.0.0 
router1(config-router)#network 192.168.3.0 


अगर आपने Subnetting करके रखी हैं तब आपको wild card mask भी enter करना पड़ेगा।
Example - router1(config-router)#network 192.168.3.0 0.0.0.255


इतनी configuration करने के बाद Routers पर eigrp configuration पूरी हो गई और अब तीनों EIGRP Routers आपस में communication कर सकते हैं।


(Label - eigrp protocol configuration commands,how to configure eigrp protocol on routers)

Post a Comment

0 Comments