Skip to content

Commit 87e0040

Browse files
committed
github pages
1 parent a29a995 commit 87e0040

119 files changed

Lines changed: 1327 additions & 1151 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/_sources/access/l2bsa.rst.txt

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,63 @@ first found a10nsp interface function is used.
141141
This interface is used for corresponding traffic streams
142142
where the a10nsp-interface is not explicitly defined, including
143143
the autogenerated :ref:`session traffic <session-traffic>`.
144+
145+
L2BSA over Network Inerfaces
146+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
147+
148+
This experimental feature enables the termination of MPLS-encapsulated
149+
L2BSA services through network interfaces. It requires that L2BSA services
150+
utilize the same service label for both ingress and egress traffic, and the
151+
transport label for downstream traffic must be manually configured.
152+
153+
This feature enables the emulation of an entire A10NSP switch through
154+
network interfaces.
155+
156+
.. code-block:: json
157+
158+
{
159+
"interfaces": {
160+
"network": [
161+
{
162+
"interface": "eth2",
163+
"address-ipv6": "fc66:1337:7331:8::10",
164+
"gateway-ipv6": "fc66:1337:7331:8::1",
165+
"a10nsp": true,
166+
"a10nsp-tx-label": 13370
167+
}
168+
],
169+
"access": [
170+
{
171+
"__comment__": "PPPoE",
172+
"interface": "eth1",
173+
"type": "pppoe",
174+
"outer-vlan-min": 1,
175+
"outer-vlan-max": 4000,
176+
"inner-vlan": 7,
177+
"stream-group-id": 1,
178+
"a10nsp-interface": "eth2"
179+
}
180+
]
181+
},
182+
"streams": [
183+
{
184+
"name": "P0",
185+
"stream-group-id": 1,
186+
"type": "ipv4",
187+
"direction": "both",
188+
"pps": 1,
189+
"a10nsp-interface": "eth2",
190+
"destination-ipv4-address": "10.0.0.0"
191+
}
192+
],
193+
"bgp": [
194+
{
195+
"network-interface": "eth2",
196+
"local-ipv6-address": "fc66:1337:7331:8::10",
197+
"peer-ipv6-address": "fc66:1337:7331:8::1",
198+
"raw-update-file": "a10nsp.bgp",
199+
"local-as": 4200000001,
200+
"peer-as": 4200000002
201+
}
202+
]
203+
}

docs/_sources/configuration/interfaces_network.rst.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,10 @@
8181
+-----------------------------------+----------------------------------------------------------------------+
8282
| **cfm-seq** | | Enable EOAM CFM CC sequence numbers. |
8383
| | | Default: true |
84+
+-----------------------------------+----------------------------------------------------------------------+
85+
| **a10nsp** | | Enable A10NSP switch emulation (experimental). |
86+
| | | Default: false |
87+
+-----------------------------------+----------------------------------------------------------------------+
88+
| **a10nsp-tx-label** | | Transport label used for A10NSP services in dowstream direction. |
89+
| | | Default: 0 |
8490
+-----------------------------------+----------------------------------------------------------------------+

docs/_static/basic.css

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
/*
2-
* basic.css
3-
* ~~~~~~~~~
4-
*
52
* Sphinx stylesheet -- basic theme.
6-
*
7-
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
8-
* :license: BSD, see LICENSE for details.
9-
*
103
*/
114

125
/* -- main layout ----------------------------------------------------------- */
@@ -115,15 +108,11 @@ img {
115108
/* -- search page ----------------------------------------------------------- */
116109

117110
ul.search {
118-
margin: 10px 0 0 20px;
119-
padding: 0;
111+
margin-top: 10px;
120112
}
121113

122114
ul.search li {
123-
padding: 5px 0 5px 20px;
124-
background-image: url(file.png);
125-
background-repeat: no-repeat;
126-
background-position: 0 7px;
115+
padding: 5px 0;
127116
}
128117

129118
ul.search li a {

docs/_static/css/badge_only.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_static/css/theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_static/doctools.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
/*
2-
* doctools.js
3-
* ~~~~~~~~~~~
4-
*
52
* Base JavaScript utilities for all Sphinx HTML documentation.
6-
*
7-
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
8-
* :license: BSD, see LICENSE for details.
9-
*
103
*/
114
"use strict";
125

250 KB
Binary file not shown.
587 KB
Binary file not shown.
302 KB
Binary file not shown.
181 KB
Binary file not shown.

0 commit comments

Comments
 (0)