-
Notifications
You must be signed in to change notification settings - Fork 25
Testing
Jonathan Stout edited this page Jul 17, 2020
·
4 revisions
Manual tests should be run prior to each release and include execution of the database upgrade script. For a list of all manual tests to perform see here.
A minimum of two servers are required for full network testing.
hostname | vlan | remote asn | remote ip | oess asn | oess ip |
---|---|---|---|---|---|
pc1 | 511 | 65511 | 10.51.1.2/31 | na | 10.51.1.3/31 |
pc1 | 512 | 65512 | 10.51.2.2/31 | na | 10.51.2.3/31 |
pc1 | 513 | 65513 | 10.51.3.2/31 | na | 10.51.3.3/31 |
bgp multiple-instance
router bgp 65511
bgp router-id 10.51.1.2
neighbor 10.51.1.3 remote-as na
router bgp 65512
bgp router-id 10.51.2.2
neighbor 10.51.2.3 remote-as na
router bgp 65513
bgp router-id 10.51.3.2
neighbor 10.51.3.3 remote-as na
hostname | vlan | remote asn | remote ip | oess asn | oess ip |
---|---|---|---|---|---|
pc2 | 521 | 65521 | 10.52.1.2/31 | na | 10.52.1.3/31 |
pc2 | 522 | 65522 | 10.52.2.2/31 | na | 10.52.2.3/31 |
pc2 | 523 | 65523 | 10.52.3.2/31 | na | 10.52.3.3/31 |
bgp multiple-instance
router bgp 65521
bgp router-id 10.52.1.2
neighbor 10.52.1.3 remote-as na
router bgp 65522
bgp router-id 10.52.2.2
neighbor 10.52.2.3 remote-as na
router bgp 65523
bgp router-id 10.52.3.2
neighbor 10.52.3.3 remote-as na