!
router bgp 12345
 bgp router-id 123.123.123.123
 bgp scan-time 5
 network 1.2.3.4/24
 timers bgp 10 30
 neighbor s.t.u.v remote-as 12310
 neighbor s.t.u.v ebgp-multihop 255
 neighbor s.t.u.v update-source eth1
 neighbor s.t.u.v weight 100
 neighbor s.t.u.v soft-reconfiguration inbound
 neighbor s.t.u.v distribute-list tts out
 neighbor 83.166.206.1 route-map ines-in in
!
Daca zici ca rutele apar in BGP atunci incearca asa:

route-map SET-NEXT-HOP permit 10
set ip next-hop <ip-ul care apare ca primul hop spre ebgp neighbor>

router bgp 12345
neighbor s.t.u.v route-map SET-NEXT-HOP


Unde ip-ul care il pui la next-hop e ip-ul care apare dupa "via" la

# ip route get s.t.u.v
s.t.u.v via x.y.z.t dev ethxx
            ^^^^^^^

_______________________________________________
RLUG mailing list
[EMAIL PROTECTED]
http://lists.lug.ro/mailman/listinfo/rlug

Raspunde prin e-mail lui