I am havig problem with my BGP configuration. So far it seems I have
configured basic essentials such as AS numbers, peers IPs ,next-hop
and ipv4-unicast settings. On running xorp with this configuration, I
can see the routes from my BGP peers. However, apparently my routes
are not being distributed.

Basically, I want to (in cisco terms) redistribute my static (and
connected) routes. I have created protocols->static. I have also
created two policies  ( and applied them as export and import
respectively) as follow:
policy
  policy-statement "to_bgp"
    term 0
      from
        protocol: static
      then
        accept
    term 1
      from
        protocol: bgp
      then
        accept
  policy-statement "from_bgp"
    term 0
      from
        protocol: static
      then
        accept
    term 1
      from
      then
        accept
However, my routes are still not being distributed. I was wondering if
anyone can help me on this matter.

Thanks

_______________________________________________
Xorp-hackers mailing list
[email protected]
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers

Reply via email to