[j-nsp] Policy option for advertising full routes

Grzegorz Banasiak gb at deadbeef.pl
Sat Nov 19 03:34:51 EST 2005


Ihsan Junaidi Ibrahim wrote:

> Could it be that the problem is caused by improper setup of BGP peering?
yes. normally you run eBGP on direct link addresses, so your BGP group should be
something like:

group Customer-1 {
             type external;
             import from_customer1;
             remove-private;
             peer-as xxxxx;
             neighbor xxx.xxx.xxx;     # <- neighbor's direct address
}

configuring multihop on eBGP session to the customers is generally a bad idea
unless you know what you're doing.


More information about the juniper-nsp mailing list