我试图理解在juniper路由器上设置策略。“添加”和“设置”社区之间有什么区别?
set policy-options policy-statement MY_POLICY term MY_TERM then community ?
<community_name> Name to identify a BGP community
+ Add BGP communities to the route
- Remove BGP communities from the route
= Set the BGP communities in the route
add Add BGP communities to the route
delete Remove BGP communities from the route
set Set the BGP communities in the route发布于 2018-12-19 19:39:37
set用指定的社区替换路由上的当前社区,而add将指定的社区添加到该路由上已经存在的任何社区中。
https://networkengineering.stackexchange.com/questions/55569
复制相似问题