| Author |
Message |
Bruce Cao
Guest
|
Posted:
Fri Dec 02, 2005 12:18 am Post subject:
Can netwrok run static route and dynamic route the same time |
|
|
+----
RouterD1 (eigrp)
Internet--------RourterA ---RouterB---------RouterC--------- RouterD2
(eigrp)
(eigrp) (static) (static )
+-----RouterD3 (eigrp)
In this scenario, we had already setup all the routers to run Eigrp.
but now, betweenB and C, we have to use the static route, so here's the
question, is that possbile to set the static route in the RouterB and
RouterC and let rest routers still are still running Eigrp? especillay
in RouterD1/D2/D3?
if we can still keep the Eigrp running, then what should we do in the
routerB/C, or should we need to change the route in the RouterD1/D2/D3?
any help wil appriciate.
Scott Tetter |
|
| Back to top |
|
 |
Barry Margolin
Guest
|
Posted:
Sat Dec 03, 2005 9:21 am Post subject:
Re: Can netwrok run static route and dynamic route the same |
|
|
In article <1133461109.228665.258900@z14g2000cwz.googlegroups.com>,
"Bruce Cao" <czll@yahoo.com> wrote:
| Quote: | +----
RouterD1 (eigrp)
Internet--------RourterA ---RouterB---------RouterC--------- RouterD2
(eigrp)
(eigrp) (static) (static )
+-----RouterD3 (eigrp)
In this scenario, we had already setup all the routers to run Eigrp.
but now, betweenB and C, we have to use the static route, so here's the
question, is that possbile to set the static route in the RouterB and
RouterC and let rest routers still are still running Eigrp? especillay
in RouterD1/D2/D3?
|
Yes. You can run as many routing mechanisms as you wish. Each routing
mechanism is assigned an administrative distance, so that if multiple
mechanisms have routes to the same destination it will know which one is
preferred.
| Quote: | if we can still keep the Eigrp running, then what should we do in the
routerB/C, or should we need to change the route in the RouterD1/D2/D3?
|
If you put "redistribute static" in B and C's EIGRP configuration, the
static routes will be advertised to all the EIGRP neighbors.
--
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me *** |
|
| Back to top |
|
 |
Bruce Cao
Guest
|
Posted:
Mon Dec 05, 2005 5:21 pm Post subject:
Re: Can netwrok run static route and dynamic route the same |
|
|
Barry Margolin wrote:
| Quote: | In article <1133461109.228665.258900@z14g2000cwz.googlegroups.com>,
"Bruce Cao" <czll@yahoo.com> wrote:
+----
RouterD1 (eigrp)
Internet--------RourterA ---RouterB---------RouterC--------- RouterD2
(eigrp)
(eigrp) (static) (static )
+-----RouterD3 (eigrp)
In this scenario, we had already setup all the routers to run Eigrp.
but now, betweenB and C, we have to use the static route, so here's the
question, is that possbile to set the static route in the RouterB and
RouterC and let rest routers still are still running Eigrp? especillay
in RouterD1/D2/D3?
Yes. You can run as many routing mechanisms as you wish. Each routing
mechanism is assigned an administrative distance, so that if multiple
mechanisms have routes to the same destination it will know which one is
preferred.
if we can still keep the Eigrp running, then what should we do in the
routerB/C, or should we need to change the route in the RouterD1/D2/D3?
If you put "redistribute static" in B and C's EIGRP configuration, the
static routes will be advertised to all the EIGRP neighbors.
--
Barry Margolin, barmar@alum.mit.edu
----------------------- |
but I wonder if 'redistribute is used, then could RouterD1/D2/D3 use
the same AS as router A?
A consultant told me the Eigrp will termiate in the Router B and Router
C since 2 routers run the static routing, so router A and router Ds
will run within different AS, or even they are with same AS, but these
routers cannot learn the routing table from each others. is that right?
thanks for your help.
Bruce
| Quote: | Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me *** |
|
|
| Back to top |
|
 |
Barry Margolin
Guest
|
Posted:
Tue Dec 06, 2005 8:15 am Post subject:
Re: Can netwrok run static route and dynamic route the same |
|
|
In article <1133790106.806630.60430@f14g2000cwb.googlegroups.com>,
"Bruce Cao" <czll@yahoo.com> wrote:
| Quote: | Barry Margolin wrote:
In article <1133461109.228665.258900@z14g2000cwz.googlegroups.com>,
"Bruce Cao" <czll@yahoo.com> wrote:
+----
RouterD1 (eigrp)
Internet--------RourterA ---RouterB---------RouterC--------- RouterD2
(eigrp)
(eigrp) (static) (static )
+-----RouterD3 (eigrp)
In this scenario, we had already setup all the routers to run Eigrp.
but now, betweenB and C, we have to use the static route, so here's the
question, is that possbile to set the static route in the RouterB and
RouterC and let rest routers still are still running Eigrp? especillay
in RouterD1/D2/D3?
Yes. You can run as many routing mechanisms as you wish. Each routing
mechanism is assigned an administrative distance, so that if multiple
mechanisms have routes to the same destination it will know which one is
preferred.
if we can still keep the Eigrp running, then what should we do in the
routerB/C, or should we need to change the route in the RouterD1/D2/D3?
If you put "redistribute static" in B and C's EIGRP configuration, the
static routes will be advertised to all the EIGRP neighbors.
--
Barry Margolin, barmar@alum.mit.edu
-----------------------
but I wonder if 'redistribute is used, then could RouterD1/D2/D3 use
the same AS as router A?
A consultant told me the Eigrp will termiate in the Router B and Router
C since 2 routers run the static routing, so router A and router Ds
will run within different AS, or even they are with same AS, but these
routers cannot learn the routing table from each others. is that right?
|
It doesn't really matter. AS numbers in EIGRP are only relevant when
there's some overlap between the routers in the two ASes, so that those
routers can configure the appropriate settings for each group. Since
the two ASes are disjoint, the AS numbers can be arbitrary, and it
doesn't matter if they're the same or not.
--
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me *** |
|
| Back to top |
|
 |
|
|
|
|