BGP Local_pref配置要领

ip prefix-list 1 permit 4.4.4.4/32
route-map local_pref permit 10
 match ip address prefix-list 1
 set local-preference 200
 neighbor 4.4.4.4 route-map local_pre in

or 

 bgp default local-preference 200

BGP Weight配置
neighbor 3.3.3.3 weight 100

 

相关文章:

  • 2022-01-24
  • 2021-07-10
  • 2021-07-23
  • 2021-09-05
  • 2022-01-01
  • 2022-01-01
猜你喜欢
  • 2021-12-23
  • 2021-12-30
  • 2021-07-09
  • 2021-06-04
  • 2021-12-23
  • 2022-12-23
  • 2022-01-10
相关资源
相似解决方案