From: polarccie@yahoo.co.uk
Date: Wed Jul 30 2003 - 09:49:22 GMT-3
do a
redistribute connected with a route-map to match lo100 on R1.
-------------------------------
Question: make best bgp route ..!!!
R2#sh ip bgp
BGP table version is 1, local router ID is 192.168.2.2
Status codes: s suppressed, d damped, h history, *
valid, > best, i - internal
Origin codes: i - IGP, e - EGP, ? - incomplete
Network Next Hop Metric LocPrf
Weight Path
* i100.100.100.0/24 192.168.1.1 0 100
0 ?
===================
|
|--> change it to *> 100.100.100.0/24 HOW?
R1
!
interface Loopback0
ip address 192.168.1.1 255.255.255.0
!
interface Loopback100
ip address 100.100.100.1 255.255.255.0
!
interface Ethernet0/0
ip address 10.10.10.1 255.255.255.0
!
interface Serial0/0
no ip address
shutdown
no fair-queue
!
interface TokenRing0/0
no ip address
shutdown
ring-speed 16
!
router eigrp 100
network 10.10.10.0 0.0.0.255
network 192.168.1.0
no auto-summary
eigrp log-neighbor-changes
!
router bgp 100
bgp log-neighbor-changes
redistribute connected route-map loop
neighbor 192.168.2.2 remote-as 100
neighbor 192.168.2.2 update-source Loopback0
no auto-summary
!
ip classless
ip http server
!
route-map loop permit 10
match interface Loopback100
!
!
!
This archive was generated by hypermail 2.1.4 : Wed Aug 06 2003 - 06:52:58 GMT-3