summaryrefslogtreecommitdiff
path: root/tests/topotests/bgp_rfapi_basic_sanity/customize.py
diff options
context:
space:
mode:
authorrgirada <rgirada@vmware.com>2022-01-05 09:45:33 -0800
committerrgirada <rgirada@vmware.com>2022-01-22 04:07:59 -0800
commita8c22275fecfd10f0f2cd8d56b74f9701b6709ce (patch)
treedd8ea4414b94787908f6096dc6d5e0ffc0004e67 /tests/topotests/bgp_rfapi_basic_sanity/customize.py
parent9e84443acac051c31e504d8da657c2776332edf5 (diff)
ospfd: Modifying LSID generation algorithm
Description: This LSID alogithm added as per rcf2328 Appendex-E recommendation. This applies only for AS-external lsas and summary lsas. As an example of the algorithm, consider its operation when the following sequence of events occurs in a single router (Router A). (1) Router A wants to originate an AS-external-LSA for [10.0.0.0,255.255.255.0]: (a) A Link State ID of 10.0.0.0 is used. (2) Router A then wants to originate an AS-external-LSA for [10.0.0.0,255.255.0.0]: (a) The LSA for [10.0.0,0,255.255.255.0] is reoriginated using a new Link State ID of 10.0.0.255. (b) A Link State ID of 10.0.0.0 is used for [10.0.0.0,255.255.0.0]. (3) Router A then wants to originate an AS-external-LSA for [10.0.0.0,255.0.0.0]: (a) The LSA for [10.0.0.0,255.255.0.0] is reoriginated using a new Link State ID of 10.0.255.255. (b) A Link State ID of 10.0.0.0 is used for [10.0.0.0,255.0.0.0]. (c) The network [10.0.0.0,255.255.255.0] keeps its Link State ID of 10.0.0.255. Signed-off-by: Rajesh Girada <rgirada@vmware.com>
Diffstat (limited to 'tests/topotests/bgp_rfapi_basic_sanity/customize.py')
0 files changed, 0 insertions, 0 deletions