Re: Best way to get Loopback interface in dynamic Routing Protocol (O SPF or EIGRP)

From: SFeldberg@xxxxxxxxxxxxx
Date: Mon Dec 10 2001 - 13:40:44 GMT-3


   
I would do it the way that you first attempted. Redistribute connected
with a route-map that only references the correct interface.

interface loopback0
ip address 10.10.10.10 255.255.255.255
!
router eigrp 10
redistribute connected route-map conn2eigrp10
default-metric 1 1 1 1 1
!
route-map conn2eigrp10
match interface loopback0
!

This will not affect other redistribution efforts- assuming that you were
not already redistributing connected routes on this router.

Steve

                    Frei Peter

                    <Peter.Frei@de To: "'ccielab@groupstudy.com'" <cc
ielab@groupstudy.com>
                    lec.ch> cc:

                    Sent by: Subject: Best way to get Loopback
interface in dynamic Routing
                    nobody@groupst Protocol (O SPF or EIGRP)

                    udy.com

                    12/10/2001

                    10:36 AM

                    Please respond

                    to Frei Peter

Hi group
I have a router (12.1-5T.7) with EIGRP running on some interfaces and OSPF
running on others with a Loopback interface not included in EIGRP nor in
OSPF.
If I use redistribute connected with a route-map allowing only this
loopback
interface, the routes of the connected interfaces from OSPF disapears in
EIGRP and vice versa. (I've ckecked it on other routers).
What's the best way to get this Loopback int the routing table of all OSPF
and EIGRP routers, if not allowed to specify it with a network command
under
router ospf or router eigrp.

Peter



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:32:41 GMT-3