blob: c6b4e55b0d0f665234b96bc304192656fcf5b38d [file] [log] [blame]
Thomas Vachuskacc0b7d62016-07-12 14:03:11 -07001# Default US MPLS topology recipe
2export OTD=25
3export OTL=140
4export OTH=25
5
6
7# Variables for the pingall scenario.
8export OPALL=600
9
10# Variables for link-up-down-up scenario.
11export OPS=h1
12export OPD=h4
13export OPL1="s4 s7"
Ray Milkeyf16975b2018-05-15 14:14:24 -070014export OPL2="s4 s5"
15
16# Variables for device port up down up scenario.
17export OPSS1="of:0000000000000004"
18export OPSP1="3"
19export OPDS1="of:0000000000000007"
20export OPDP1="3"
21export OPSS2="of:0000000000000005"
22export OPSP2="2"
23export OPDS2="of:0000000000000004"
24export OPDP2="2"
25
26