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" | ||||
14 | export OPL2="s4 s5" |