te.sls 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. te:
  2. # Which communities should be evaluated at which nodes for which routing
  3. # decisions?
  4. community_map:
  5. # EXAMPLE
  6. #
  7. # node01.in.ffho.net:
  8. # <logical entity, e.g. "ffrl">:
  9. # - COMMUNITY_ONE
  10. #
  11. # Up to now the only predefined entity is "ffrl" which controls which
  12. # routes tagged with "EXPORT_RESTRICT" will be exported to AS20101 at
  13. # the given node.
  14. cr03.in.ffho.net:
  15. ffrl:
  16. - EXPORT_ONLY_AT_CR03
  17. # Tag prefixes with communities at given nodes
  18. prefixes:
  19. # EXAMPLE
  20. #
  21. # <prefix/mask>:
  22. # desc: "my magic prefix"
  23. # communities:
  24. # - COMMUNITY_ONE
  25. # - "(12345, 4711)"
  26. # nodes:
  27. # - node01.in.ffho.net
  28. 2a03:2260:2342::/52:
  29. desc: "Mesh Prefixes"
  30. communities:
  31. - EXPORT_RESTRICT
  32. - EXPORT_ONLY_AT_CR03
  33. nodes:
  34. - cr03.in.ffho.net
  35. 10.132.32.0/23:
  36. desc: "Gw03 Pad-Cty prefix"
  37. communities:
  38. - GATEWAY_TE_ROUTE
  39. nodes:
  40. - gw03.in.ffho.net
  41. 10.132.96.0/23:
  42. desc: "Gw03 PB-Nord prefix"
  43. communities:
  44. - GATEWAY_TE_ROUTE
  45. nodes:
  46. - gw03.in.ffho.net