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
Ports are set to `passthrough` mode. (ctag mode strips off the VLAN tag that prevent flows with `dl_vlan` match field being pushed properly. This can be a pure openflow behavior that needs to be elaborated.)
66
+
Configuration on the switches prior to the deployment is saved on the files.
67
+
-[sox-corsa](config/sox-corsa.cfg)
68
+
-[miami-corsa](config/miami-corsa.cfg)
69
+
-[chl-corsa](config/chl-corsa.cfg)
53
70
54
-
Openflow control connection is established through default namespace (and associated out-of-band management interface).
71
+
Also, backup of the active-configuration is saved on the switches.
├── [3.8K Jun 1 3:00:02] corsa-sdx-56m.bkp.0.030002.12.2020.06.01.030002.tar.bz2
77
+
├── [3.8K Jun 8 3:00:02] corsa-sdx-56m.bkp.0.030002.12.2020.06.08.030001.tar.bz2
78
+
├── [5.1K Jun 9 18:08:06] corsa-sdx-56m.bkp.0.030002.12.2020.06.09.180806.tar.bz2
79
+
├── [3.8K Jun 15 3:00:01] corsa-sdx-56m.bkp.0.030002.12.2020.06.15.030001.tar.bz2
80
+
├── [3.8K Jun 22 3:00:02] corsa-sdx-56m.bkp.0.030002.12.2020.06.22.030002.tar.bz2
81
+
└── [3.4K Jun 25 2:58:11] corsa-atl.atlanticwave-sdx.net.p12
82
+
```
57
83
58
84
85
+
Ports are set to `passthrough` mode. (ctag mode strips off the VLAN tag that prevent flows with `dl_vlan` match field being pushed properly. This can be a pure openflow behavior that needs to be elaborated.)
86
+
87
+
Openflow control connection is established through default namespace (and associated out-of-band management interface).
88
+
59
89
60
90
### Set port tunnel-modes
61
91
92
+
62
93
```
63
-
# RENCI-1
64
-
configure port 1 tunnel-mode passthrough
65
-
configure port 2 tunnel-mode passthrough
66
-
configure port 11 tunnel-mode passthrough
67
-
configure port 12 tunnel-mode passthrough
68
-
configure port 23 tunnel-mode passthrough
94
+
#
95
+
# sox-corsa
96
+
#
97
+
98
+
# Primary forwarding ports
99
+
configure port 1 tunnel-mode passthrough
100
+
101
+
102
+
# Rate-limiting ports
103
+
configure port 29 tunnel-mode passthrough
69
104
configure port 30 tunnel-mode passthrough
70
-
configure port 19 tunnel-mode passthrough
71
-
configure port 20 tunnel-mode passthrough
105
+
configure port 31 tunnel-mode ctag
106
+
configure port 32 tunnel-mode ctag
107
+
108
+
109
+
# Multipoint Rate-limiting ports
110
+
configure port 25 tunnel-mode ctag
111
+
configure port 26 tunnel-mode ctag
112
+
configure port 27 tunnel-mode ctag
113
+
configure port 28 tunnel-mode ctag
114
+
115
+
```
72
116
73
117
```
118
+
#
119
+
# miami-corsa
120
+
#
121
+
122
+
# Primary forwarding ports
123
+
amlight-corsa# configure port 1 tunnel-mode passthrough
124
+
amlight-corsa# configure port 2 tunnel-mode passthrough
125
+
amlight-corsa# configure port 3 tunnel-mode passthrough
126
+
amlight-corsa# configure port 4 tunnel-mode passthrough
127
+
amlight-corsa# configure port 10 tunnel-mode passthrough
128
+
129
+
# Rate-limiting ports
130
+
amlight-corsa# configure port 23 tunnel-mode passthrough
131
+
amlight-corsa# configure port 24 tunnel-mode passthrough
132
+
amlight-corsa# configure port 25 tunnel-mode ctag
133
+
amlight-corsa# configure port 26 tunnel-mode ctag
134
+
135
+
# Multipoint Rate-limiting ports
136
+
amlight-corsa# configure port 13 tunnel-mode ctag
137
+
amlight-corsa# configure port 14 tunnel-mode ctag
138
+
amlight-corsa# configure port 15 tunnel-mode ctag
139
+
amlight-corsa# configure port 16 tunnel-mode ctag
140
+
```
141
+
74
142
75
143
76
-
### Create VFCs on all Corsa switches
144
+
145
+
### Create VFCs
77
146
78
147
```
79
-
# RENCI-1
148
+
#
149
+
# sox-corsa
150
+
#
151
+
152
+
# Create Primary VFC
80
153
81
154
configure bridge add br21 openflow resources 10
82
155
configure bridge br21 dpid 0xC9
83
156
configure bridge br21 tunnel attach ofport 1 port 1
84
-
configure bridge br21 tunnel attach ofport 2 port 2
85
-
configure bridge br21 tunnel attach ofport 11 port 11
86
-
configure bridge br21 tunnel attach ofport 12 port 12
87
-
configure bridge br21 tunnel attach ofport 23 port 23
157
+
configure bridge br21 tunnel attach ofport 29 port 29
88
158
configure bridge br21 tunnel attach ofport 30 port 30
89
-
configure bridge br21 tunnel attach ofport 19 port 19
90
-
configure bridge br21 tunnel attach ofport 20 port 20
0 commit comments