Hi, Am 20.02.2009 13:00 Uhr, Berislav Todorovic schrieb: > I'm wondering if there is a way to limit the AS path length in JUNOS. > Yeah, bgp maxas-limit is available in JUNOSe, as well as in Cisco IOS, > but I can't find any reference to it for JUNOS (M/MX/T Series). > > Any info will be greatly appreciated.
policy-options {
policy-statement block-very-long-paths {
from as-path too-many-hops;
then reject;
}
as-path too-many-hops ".{64,}";
}
protocols {
bgp {
group foo {
import block-very-long-paths
}
}
}
Kind regards,
.m
signature.asc
Description: OpenPGP digital signature
_______________________________________________ juniper-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/juniper-nsp

