16 Jul
2003
16 Jul
'03
9:49 a.m.
On Fri, 2003-07-11 at 03:21, Yury Bokhoncovich wrote:
Hello! router bgp 65534 neighbor 192.168.33.33 remote-as 65533 network 192.168.2.0 mask 255.255.254.0 =================== This effectively announces 192.168.2.0/23 for my peer 65533 (and possibly for others).
Use static protocol : protocol static { route 192.168.2.0/24 via ONEIPICANREACH; } then you can do : protocol bgp { local as 20; neighbor 192.131.131.31 as 17; export where source=RTS_STATIC; } And you just export the route you defined in STATIC BR, -- Eric Leblond <eleblond@init-sys.com> Alphalink