Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > IS RIP NEEDED

Reply
Thread Tools

IS RIP NEEDED

 
 
displays
Guest
Posts: n/a
 
      06-26-2007
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...

 
Reply With Quote
 
 
 
 
Trendkill
Guest
Posts: n/a
 
      06-26-2007
On Jun 26, 1:54 pm, displays <twh...@mechtron.com> wrote:
> 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.

 
Reply With Quote
 
 
 
 
displays
Guest
Posts: n/a
 
      06-26-2007
On Jun 26, 2:30 pm, Trendkill <jpma...@gmail.com> wrote:
> On Jun 26, 1:54 pm, displays <twh...@mechtron.com> wrote:
>
>
>
> > 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
2611 ----> Corporate Office -> Pix 515 ---- > Cisco 2620 ---->
Internet

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.

 
Reply With Quote
 
Merv
Guest
Posts: n/a
 
      06-26-2007
On Jun 26, 2:30 pm, Trendkill <jpma...@gmail.com> wrote:
> On Jun 26, 1:54 pm, displays <twh...@mechtron.com> wrote:
>
>
>
> > 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.



 
Reply With Quote
 
Merv
Guest
Posts: n/a
 
      06-26-2007
1. Are there only 2 routers involved ?

2. post output of "show ip route rip" and "show ip proto" from both
routers


 
Reply With Quote
 
Trendkill
Guest
Posts: n/a
 
      06-26-2007
On Jun 26, 3:09 pm, Merv <merv.hr...@rogers.com> wrote:
> 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.

 
Reply With Quote
 
Trendkill
Guest
Posts: n/a
 
      06-26-2007
On Jun 26, 3:24 pm, Trendkill <jpma...@gmail.com> wrote:
> On Jun 26, 3:09 pm, Merv <merv.hr...@rogers.com> wrote:
>
> > 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.


either way, you cannot just ditch RIP and not replace it with
something. Statics on both sides, a routing protocol on both sides,
etc. Provided the remote has a default route, it would know how to
get out, but the HQ would not know how to get back without some kind
of static or advertisement.

 
Reply With Quote
 
displays
Guest
Posts: n/a
 
      06-27-2007
On Jun 26, 3:27 pm, Trendkill <jpma...@gmail.com> wrote:
> On Jun 26, 3:24 pm, Trendkill <jpma...@gmail.com> wrote:
>
> > On Jun 26, 3:09 pm, Merv <merv.hr...@rogers.com> wrote:

>
> > > 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.

>
> either way, you cannot just ditch RIP and not replace it with
> something. Statics on both sides, a routing protocol on both sides,
> etc. Provided the remote has a default route, it would know how to
> get out, but the HQ would not know how to get back without some kind
> of static or advertisement.


Well I think that I'm just gonna leave it the way it is. I was trying
to streamline the configuration, but I have bigger issues to tackle,
like Dial on Demand VPN connection using Verizon DSL connection to a
Pix Firewall.

Thank again.

 
Reply With Quote
 
Merv
Guest
Posts: n/a
 
      06-27-2007
Is is not as difficult as it may seem.

post your configs without passwords. along without the output of

show ip proto

show ip route

show ip traffic

from both routers


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
converting accuset 1200 HW rip to software rip Wendell Computer Support 0 06-05-2004 07:32 PM
automatic default route propagation into RIP: default metric Ben Low Cisco 2 12-28-2003 03:57 AM
PPTP with MPPE & RIP not working between Cisco4500 & WinXP native VPN Pedro Ribeiro Cisco 0 12-14-2003 10:36 AM
Converting from RIP to EIGRP - netware issue Mark Smythe Cisco 3 11-29-2003 01:40 AM
ipx rip bug or not? Ivan Ostres Cisco 0 10-22-2003 01:02 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57