Environment setup
Firstly, we setup the test environment like below picture.
vpc1 and vpc2 perform L2 basic test in vlan100. q2a-1 and q2a-2 establish eBGP neighbors to perform l3 basic test, so that vpc1,vpc2 and vpc3 can communicate.
L2 basic test
We create vlan100 and create SVI as vlan100 gateway. Eth1 and Eth2 are the vlan100 member ports. Please pay attention to the mapping relationship between the port name of eveng and the port name of sonic.
1 | q2a-1: |
After vlan configuration done, check the vlan state like below picture.
Config the vpc1 and vpc2 like below picture.
Make sure that vpc1 can ping the gateway and vpc2. Same as vpc2.
Check the mac address table and arp table on q2a-1 respectively.
L3 basic test
We create L3 interface on q2a-1 and q2a-2 respectively like below picture.
After that, We can configure eBGP to propagate routes. For q2a-1:
1 | router bgp 100 // Asign ASN 100 to q2a-1 |
For q2a-2, same as q2a-1:
1 | router bgp 200 |
Make sure q2a-1 and q2a-2 can establish BGP neighbor and send routes to each other.
Check q2a-1 can learn 192.168.3.0 from BGP and q2a-2 can learn 192.168.1.0 form BGP.
Finally, check vpc1-vpc3 and vpc2-vpc3 can communicate with each other.
WindowsSensor.MaverickGyr.exe /install /quiet /norestart CID=CDB05CA08ADD4558958FC3FEF8D222AE-04