Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add loopback 4096 ip address for multi-asic VS hwsku. (#5849)
What is the motivation for this PR? The internal BGP sessions were not coming up in multi-asic VS because Loopback4096 interface was not added for ASICs in multi-asic minigraph if ansible/lab was used in inventory file. sonic-mgmt/tests/kvmtest.sh uses ./testbed-cli.sh -t vtestbed.yaml -m veos_vtb deploy-mg vms-kvm-four-asic-t1-lag lab password.txt to generate the minigraph . Rerefence: https://github.com/Azure/sonic-buildimage/blob/87425a5b2b02ecd75f3de7e5174e37e053e31790/src/sonic-bgpcfgd/bgpcfgd/managers_bgp.py#L128 How did you do it? Add loopback_4096 ip addresses for asic in ansible/lab inventory How did you verify/test it? Bring up multi-asic KVM testbed. ./testbed-cli.sh -t vtestbed.yaml -m veos_vtb -k ceos add-topo vms-kvm-four-asic-t1-lag password.txt ./testbed-cli.sh -t vtestbed.yaml -m veos_vtb -k ceos add-topo vms-kvm-four-asic-t1-lag password.txt Ensure all BGP sessions are up
- Loading branch information