summaryrefslogtreecommitdiffhomepage
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorAlbert Siersema <albert@mediacaster.nl>2017-02-06 14:07:58 +0000
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2017-02-11 14:59:51 +0900
commit15a12a7a6af10db3e5c3726a6e099e0ed6908007 (patch)
treed962598822ce71c7a3db22bcbd31f43c9528fa72 /MANIFEST.in
parente13f46b2563cf7e6023dafe43fb2946711cdc049 (diff)
allow_local_as_in_count : allow local ASN in AS patch, e.g. "rd auto/route-target both auto"
Cisco/Juniper/Cumulus and undoubtedly more vendors offer a simplification of the EVPN configuration by not having to specify individual RD/RT's, e.g. in Cisco NX-OS syntax: evpn vni 10311 l2 rd auto route-target import auto route-target export auto This simplifies/unifies the configuration. All leaf switches/ryu instances share the same ASN (e.g. 65511). Spine switches in the same layer can share an ASN as well (e.g. 65510). To facilitate the above, the local ASN has to be accepted in the AS path. To this end, Cisco includes an 'allowas-in' configuration statement. See: http://www.cisco.com/c/en/us/products/collateral/switches/nexus-9000-series-switches/guide-c07-734107.html search for "MP-eBGP Design with VTEP Leaf Nodes in the Same BGP Autonomous System" This patch offers the possibility to specify the number of accepted occurrences of the local ASN in incoming AS paths. The default value is 0, which basically is the same as the code before this patch: local ASN in the path indicates a loop. Non-zero values allow the local ASN to appear the specified number of times in the AS path. A maximum value of 3 should satisfy most deployments. Signed-off-by: Albert Siersema <albert@mediacaster.nl>
Diffstat (limited to 'MANIFEST.in')
0 files changed, 0 insertions, 0 deletions