|
| ||||||||||
| Tags: cisco router, configure router, eigrp |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to configure EIGRP on cisco 2600 router
I am new to core cisco networking. I am still at a learning stage...! Well i'm doing CCNA and want to go ahead of the syllabus as the previous lectures are being repeated...! Can anyone help me with this? What is EIGRP and how to configure EIGRP protocol on my cisco 2600 router... I own 3 routers, all are cisco 2600... An i practise on the routers live...! Thanks in advance...! |
|
#2
| |||
| |||
| Re: How to configure EIGRP on cisco 2600 router
Hey! Thats nice...! About EIGRP. What is EIGRP? Enhanced Interior Gateway Routing Protocol - (EIGRP) is a Cisco proprietary routing protocol loosely based on their original IGRP. EIGRP is an advanced distance-vector routing protocol, with optimizations to minimize both the routing instability incurred after topology changes, as well as the use of bandwidth and processing power in the router. Routers that support EIGRP will automatically redistribute route information to IGRP neighbors by converting the 32 bit EIGRP metric to the 24 bit IGRP metric. Most of the routing optimizations are based on the Diffusing Update Algorithm (DUAL) work from SRI, which guarantees loop-free operation and provides a mechanism for fast convergence. someone will help you configure it... I don't know how to...! |
|
#3
| |||
| |||
| Re: How to configure EIGRP on cisco 2600 router Operation Basics of EIGRP The data EIGRP collects is stored in three tables:
|
|
#4
| |||
| |||
| Re: How to configure EIGRP on cisco 2600 router
Hey! Configuring EIGRP is quite simple..! I've some examples via which you will be able to do it yourself....! If still you have any doubt, do post...! Setting up EIGRP on a Cisco router using classful IP addressing : Code: Router> enable Router# config terminal Router(config)# router eigrp ? <1-65535> Autonomous system number Router(config)# router eigrp 10 Router(config-router)# network 192.168.0.0 Router(config-router)# end Code: Router> enable Router# config terminal Router(config)# router eigrp 10 Router(config-router)# network 100.20.196.0 ? A.B.C.D EIGRP wild card bits <cr> Router(config-router)# network 100.20.196.0 0.0.15.255 Router(config-router)# no auto-summary Router(config-router)# end Simple right? All the best...! |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to configure EIGRP on cisco 2600 router" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cisco 1921 router vs. Cisco 1941 router | gMALI | Networking & Security | 6 | 22-07-2011 07:29 PM |
| How to configure Cisco router with telnet? | Zhankana_n | Operating Systems | 3 | 25-12-2009 05:07 PM |
| Cisco router 2600 - can't log in... | jky | Networking & Security | 3 | 10-10-2009 10:34 PM |
| Cisco 2600 router problem | mnardone | Networking & Security | 4 | 06-04-2009 08:06 PM |
| Problem of Cisco 7920 VoIP phone on Cisco 870 router | Wguy2008 | Networking & Security | 4 | 30-11-2008 10:35 AM |