You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker-compose/b2b-3pair/README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -106,31 +106,31 @@ This lab is an extension of [Ixia-c back-to-back](README.md) traffic engine setu
106
106
1. Start with using `otgen` to request Ixia-c to run traffic flows defined in`otg.3pairs.yml`. If successful, the result will come as OTG port metrics in JSON format
107
107
108
108
```Shell
109
-
otgen run -k -f otg.3pairs.yml
109
+
otgen run -a https://localhost:8443 -k -f otg.3pairs.yml
110
110
```
111
111
112
112
2. You can now repeat this exercise, but transform output to a table
113
113
114
114
```Shell
115
-
otgen run -k -f otg.3pairs.yml | otgen transform -m port | otgen display -m table
115
+
otgen run -a https://localhost:8443 -k -f otg.3pairs.yml | otgen transform -m port | otgen display -m table
0 commit comments