mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
36 lines
2.7 KiB
ReStructuredText
36 lines
2.7 KiB
ReStructuredText
.. code-block:: json
|
|
|
|
{ "session-traffic": {} }
|
|
|
|
+------------------+------------------------------------------------------------------+
|
|
| Attribute | Description |
|
|
+==================+==================================================================+
|
|
| **autostart** | | Automatically start session traffic as soon as the |
|
|
| | | corresponding session is established. |
|
|
| | | Default: true |
|
|
+------------------+------------------------------------------------------------------+
|
|
| **ipv4-pps** | | Autogenerate bidirectional IPv4 traffic |
|
|
| | | between a network interface and all sessions. |
|
|
| | | Default: 0 (disabled) |
|
|
+------------------+------------------------------------------------------------------+
|
|
| **ipv4-label** | | Send downstream IPv4 traffic with the specified MPLS label. |
|
|
| | | Default: 0 (unlabeled) |
|
|
+------------------+------------------------------------------------------------------+
|
|
| **ipv4-address** | | Overwrite network interface IPv4 address. |
|
|
| | | Default: `network interface address` |
|
|
+------------------+------------------------------------------------------------------+
|
|
| **ipv6-pps** | | Generate bidirectional IPv6 traffic |
|
|
| | | between a network interface and all sessions. |
|
|
| | | Default: 0 (disabled) |
|
|
+------------------+------------------------------------------------------------------+
|
|
| **ipv6-label** | | Send downstream IPv6 traffic with the specified MPLS label. |
|
|
| | | Default: 0 (unlabeled) |
|
|
+------------------+------------------------------------------------------------------+
|
|
| **ipv6-address** | | Overwrite network interface IPv6 address |
|
|
| | | Default: `network interface address` |
|
|
+------------------+------------------------------------------------------------------+
|
|
| **ipv6pd-pps** | | Generate bidirectional IPv6PD (delegated prefix) traffic |
|
|
| | | between a network interface and all sessions. |
|
|
| | | Default: 0 (disabled) |
|
|
+------------------+------------------------------------------------------------------+
|