Skip to content

Commit 7b71507

Browse files
committed
b2b-3pair readme fix with controller port 8443
1 parent f85a8bf commit 7b71507

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docker-compose/b2b-3pair/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,31 +106,31 @@ This lab is an extension of [Ixia-c back-to-back](README.md) traffic engine setu
106106
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
107107

108108
```Shell
109-
otgen run -k -f otg.3pairs.yml
109+
otgen run -a https://localhost:8443 -k -f otg.3pairs.yml
110110
```
111111

112112
2. You can now repeat this exercise, but transform output to a table
113113

114114
```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
116116
```
117117

118118
3. The same, but with flow metrics
119119

120120
```Shell
121-
otgen run -k -f otg.3pairs.yml -m flow | otgen transform -m flow | otgen display -m table
121+
otgen run -a https://localhost:8443 -k -f otg.3pairs.yml -m flow | otgen transform -m flow | otgen display -m table
122122
```
123123

124124
4. The same, but with byte instead of frame count (only receive stats are reported)
125125

126126
```Shell
127-
otgen run -k -f otg.3pairs.yml -m flow | otgen transform -m flow -c bytes | otgen display -m table
127+
otgen run -a https://localhost:8443 -k -f otg.3pairs.yml -m flow | otgen transform -m flow -c bytes | otgen display -m table
128128
```
129129

130130
5. Now report packet per second rate, as a line chart (end with `Ctrl-c`)
131131

132132
```Shell
133-
otgen run -k -f otg.3pairs.yml -m flow | otgen transform -m flow -c pps | otgen display -m chart
133+
otgen run -a https://localhost:8443 -k -f otg.3pairs.yml -m flow | otgen transform -m flow -c pps | otgen display -m chart
134134
```
135135

136136
## Destroy the lab

0 commit comments

Comments
 (0)