[alcatel-nsp] 7750 Route Reflector Server Question
Ben Robinson
brobinson at lsnetworks.net
Thu Mar 3 19:50:50 EST 2011
Greetings,
I'm using route reflection on 7750-SR (8.0R7) and want to set next hop self for routes learned from external BGP peers, but not on routes learned from internal BGP peers. The goal is to reflect routes from internal peers, preserving the IGP next hop while setting next hop self on routes from external peers. Perhaps this is the default behavior.
I can set all routes to next hop self in the 7750 Peer/Group configuration and with a policy. Since I don't want all routes advertised internally by the 7750 to have the next hop self set, I'm assuming that it is accomplished in a policy.
Firstly, does anyone know if this is the default behavior? Or, if possible, how to accomplish this with SROS policy.
The Juniper policy equivalent is:
term external {
from route-type external;
then {
next-hop self;
accept;
}
}
term internal {
from route-type internal;
then accept;
}
...
Policy nhs-ipv6:
Term external:
from route-type external
then nexthop self accept
Term internal:
from route-type internal
then accept
Thanks,
Ben Robinson
Systems Engineer
LS Networks, Inc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://puck.nether.net/pipermail/alcatel-nsp/attachments/20110303/35fe4e1c/attachment.html>
More information about the alcatel-nsp
mailing list