Thomas Vachuska | cc0b7d6 | 2016-07-12 14:03:11 -0700 | [diff] [blame] | 1 | # Default US MPLS topology recipe |
| 2 | export OTD=25 |
| 3 | export OTL=140 |
| 4 | export OTH=25 |
| 5 | |
| 6 | |
| 7 | # Variables for the pingall scenario. |
| 8 | export OPALL=600 |
| 9 | |
| 10 | # Variables for link-up-down-up scenario. |
| 11 | export OPS=h1 |
| 12 | export OPD=h4 |
| 13 | export OPL1="s4 s7" |
Ray Milkey | f16975b | 2018-05-15 14:14:24 -0700 | [diff] [blame] | 14 | export OPL2="s4 s5" |
| 15 | |
| 16 | # Variables for device port up down up scenario. |
| 17 | export OPSS1="of:0000000000000004" |
| 18 | export OPSP1="3" |
| 19 | export OPDS1="of:0000000000000007" |
| 20 | export OPDP1="3" |
| 21 | export OPSS2="of:0000000000000005" |
| 22 | export OPSP2="2" |
| 23 | export OPDS2="of:0000000000000004" |
| 24 | export OPDP2="2" |
| 25 | |
Ray Milkey | edb02ce | 2018-05-17 16:49:45 -0700 | [diff] [blame] | 26 | # Variables for device removal scenario |
| 27 | export OPSD1="s4" |
| 28 | export OPSD2="s7" |
| 29 | |
Ray Milkey | f16975b | 2018-05-15 14:14:24 -0700 | [diff] [blame] | 30 | |