From: Ab absima (abasima2002@xxxxxxxxxxx)
Date: Wed Jul 31 2002 - 21:29:33 GMT-3
Hi everyone.
I am attempting, without success, to get routes originating from R5 to
maintain their AS path# when they appear on router R6 and vise versa, without
disabling synch.
Topology
R5bebgp--R1--igp--- R2-igp--- R3bebgpbR6
R1 runs bgp AS1
R2 runs bgp AS2 and OSPF area 0
R3 runs bgp AS3
R5 runs bgp AS5
R6 runs bgp AS6
Any help is greatly appreciated.
Thanks
Partial configs
R1
router ospf 100
router-id 133.5.15.1
log-adjacency-changes
redistribute bgp 123 metric 111 subnets
network 133.5.0.0 0.0.255.255 area 0
!
router bgp 123
bgp router-id 133.5.15.1
bgp cluster-id 3232236033
bgp log-neighbor-changes
redistribute ospf 100 route-map ospf_bgp
neighbor 133.5.12.2 remote-as 123
neighbor 133.5.15.5 remote-as 5
neighbor 133.5.15.5 default-originate
no auto-summary
R2
router ospf 100
router-id 133.5.23.2
network 133.5.0.0 0.0.255.255 area 0
!
router bgp 123
bgp router-id 133.5.23.2
neighbor 133.5.12.1 remote-as 123
neighbor 133.5.12.1 route-reflector-client
neighbor 133.5.12.1 next-hop-self
neighbor 133.5.23.3 remote-as 123
neighbor 133.5.23.3 route-reflector-client
neighbor 133.5.23.3 next-hop-self
no auto-summary
R3
router ospf 100
router-id 133.5.36.3
log-adjacency-changes
redistribute bgp 123 metric 100 subnets
network 133.5.0.0 0.0.255.255 area 0
!
router bgp 123
bgp router-id 133.5.36.3
bgp log-neighbor-changes
redistribute ospf 100 route-map ospf_bgp
neighbor 133.5.23.2 remote-as 123
neighbor 133.5.23.2 next-hop-self
neighbor 133.5.36.6 remote-as 6
no auto-summary
!
!
route-map ospf_bgp permit 10
match route-type internal
Get more from the Web. FREE MSN Explorer download : http://explorer.msn.com
This archive was generated by hypermail 2.1.4 : Sat Sep 07 2002 - 19:48:13 GMT-3