Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
||||||||||||||||||||||||||||
|
Posted by displays on June 26, 2007, 1:54 pm
Please log in for more thread options Private Line configuration. At one point in time, there were netware servers running at each end of this Private Line. These netware servers have since been removed and now it's only an IP network. At one end of the Private line is a Cisco 2600 Router. At the other, a Cisco 1700. In the configuration of each router, there is are the following lines.... router eigrp 1 redistribute rip network 10.0.0.0 ! router rip redistribute eigrp 1 network 10.0.0.0 ! I guess my question is, do I still need to use RIP as a routing protocol, and just use EIGRP? We're not using IPX as a protocol anywhere on our network, so is it really needed. Thanks in advance... | ||||||||||||||||||||||||||||
|
Posted by Trendkill on June 26, 2007, 2:30 pm
Please log in for more thread options Not sure we can answer this without more information. Does EIGRP run on both ends of this as well as RIP? If so, yes you could probably get rid of RIP and not lose connectivity. However, where else does RIP go? Is there any chance that something downstream only has RIP and therefore taking out this router will prevent one of those RIP networks from getting to these devices? If so, perhaps redistribution is your answer instead of keeping RIP and EIGRP everywhere. The bottom line is that you need to understand everywhere that RIP and EIGRP are, especially places where only one may exist without the other. Additionally you need to understand what networks/nodes/ environments talk to other networks/nodes/environments, and ensure that disabling a routing protocol is not going to impact one of those flows. At its most basic terms, all-inclusive and fully-meshed EIGRP should be fine if this is a LAN network, but again, more information is needed. | ||||||||||||||||||||||||||||
|
Posted by displays on June 26, 2007, 3:06 pm
Please log in for more thread options >
> > > > I'm trying to figure out if the rip protocol is needed in a Router
> > Private Line configuration. At one point in time, there were netware > > servers running at each end of this Private Line. These netware > > servers have since been removed and now it's only an IP network. At > > one end of the Private line is a Cisco 2600 Router. At the other, a > > Cisco 1700. In the configuration of each router, there is are the > > following lines.... >
> > router eigrp 1
> > redistribute rip > > network 10.0.0.0 > > ! > > router rip > > redistribute eigrp 1 > > network 10.0.0.0 > > ! > > I guess my question is, do I still need to use RIP as a routing > > protocol, and just use EIGRP? We're not using IPX as a protocol > > anywhere on our network, so is it really needed. >
> > Thanks in advance...
>
> Not sure we can answer this without more information. Does EIGRP run > on both ends of this as well as RIP? If so, yes you could probably > get rid of RIP and not lose connectivity. However, where else does > RIP go? Is there any chance that something downstream only has RIP > and therefore taking out this router will prevent one of those RIP > networks from getting to these devices? If so, perhaps redistribution > is your answer instead of keeping RIP and EIGRP everywhere. The > bottom line is that you need to understand everywhere that RIP and > EIGRP are, especially places where only one may exist without the > other. Additionally you need to understand what networks/nodes/ > environments talk to other networks/nodes/environments, and ensure > that disabling a routing protocol is not going to impact one of those > flows. At its most basic terms, all-inclusive and fully-meshed EIGRP > should be fine if this is a LAN network, but again, more information > is needed. Both routers on the ends of the Private Line T1 are running RIP. The confiuratation looks like this... Remote Office ----> Cisco 1750 ------> Private Line T1 ------> Cisco
Internet
2611 ----> Corporate Office -> Pix 515 ---- > Cisco 2620 ----> The Cisco 2620 that is connected to the Internet does not have RIP specified in it's config. The office that is connected to the Cisco 1750 communicates with the Corporate Office as well as gets to the internet via the Private Line T1. Not sure if this is enough information or is more needed. | ||||||||||||||||||||||||||||
|
Posted by Merv on June 26, 2007, 3:09 pm
Please log in for more thread options 1. Are there only 2 routers involved ?
2. post output of "show ip route rip" and "show ip proto" from both routers | ||||||||||||||||||||||||||||
|
Posted by Trendkill on June 26, 2007, 3:24 pm
Please log in for more thread options > 1. Are there only 2 routers involved ?
> > 2. post output of "show ip route rip" and "show ip proto" from both > routers If it is one connection, with no backup method (dial-up, cable, etc), then you could technically ditch this for static routes and be fine. However, I don't recommend static configs at all except for DMZs and other requirements, therefore RIP or EIGRP all the way through should be fine. Your basic requirements are that the 1700 advertise its networks to the HQ, and the HQ advertises a default route. Other than that, I don't see any gotchas. | ||||||||||||||||||||||||||||
| Similar Threads | Posted |
| VPN help needed!!! | December 13, 2005, 2:15 pm |
| IS RIP NEEDED | June 26, 2007, 1:54 pm |
| Help Needed | April 14, 2008, 5:12 pm |
| document needed | August 12, 2005, 4:27 pm |
| Help needed to allow SSH login from outside to PIX | August 30, 2005, 5:49 am |
| Is a router needed? | December 18, 2005, 7:50 pm |
| Network 0.0.0.0 needed? | February 13, 2007, 1:56 am |
| PIX advise needed | October 5, 2007, 9:25 am |
| Cisco VPN AIM: is really needed for me? | March 1, 2008, 6:10 pm |
| Help needed with a Cisco Pix 520 | May 31, 2008, 1:45 am |
| cat1900EN.9.00.07.bin needed | July 13, 2008, 3:27 pm |
| Help needed on route-map | December 22, 2008, 1:37 pm |
| Have a got an MTU problem? Advice needed | July 30, 2005, 2:53 am |
| help needed Cisco 1721 | February 12, 2006, 7:26 am |
| Newbie help needed with 3600 | February 18, 2006, 8:55 am |

IS RIP NEEDED
Yahoo!
Windows Live
del.icio.us
digg
Netscape 







> Private Line configuration. At one point in time, there were netware
> servers running at each end of this Private Line. These netware
> servers have since been removed and now it's only an IP network. At
> one end of the Private line is a Cisco 2600 Router. At the other, a
> Cisco 1700. In the configuration of each router, there is are the
> following lines....
>
> router eigrp 1
> redistribute rip
> network 10.0.0.0
> !
> router rip
> redistribute eigrp 1
> network 10.0.0.0
> !
> I guess my question is, do I still need to use RIP as a routing
> protocol, and just use EIGRP? We're not using IPX as a protocol
> anywhere on our network, so is it really needed.
>
> Thanks in advance...