.. code-block:: json

    { "interfaces": { "access": [] } }

+-----------------------------------+----------------------------------------------------------------------+
| Attribute                         | Description                                                          |
+===================================+======================================================================+
| **interface**                     | | Parent interface/link name (e.g. eth0, ...).                       |
+-----------------------------------+----------------------------------------------------------------------+
| **network-interface**             | | Select the corresponding network interface for those sessions.     |
|                                   | | Default: `first network interface from configuration`              |
+-----------------------------------+----------------------------------------------------------------------+
| **a10nsp-interface**              | | Select the corresponding A10NSP interface for those sessions.      |
|                                   | | Default: `first a10nsp interface from configuration`               |
+-----------------------------------+----------------------------------------------------------------------+
| **type**                          | | Set access type (`pppoe` or `ipoe`).                               |
|                                   | | Default: pppoe                                                     |
+-----------------------------------+----------------------------------------------------------------------+
| **vlan-mode**                     | | Set VLAN mode to `1:1` or `N:1`.                                   |
|                                   | | Default: 1:1                                                       |
+-----------------------------------+----------------------------------------------------------------------+
| **qinq**                          | | Set outer VLAN ethertype to QinQ (0x88a8).                         |
|                                   | | Default: false                                                     |
+-----------------------------------+----------------------------------------------------------------------+
| **outer-vlan-min**                | | Outer VLAN minimum value.                                          |
|                                   | | Default: 0 (untagged)                                              |
+-----------------------------------+----------------------------------------------------------------------+
| **outer-vlan-max**                | | Outer VLAN maximum value.                                          |
|                                   | | Default: 0 (untagged)                                              |
+-----------------------------------+----------------------------------------------------------------------+
| **outer-vlan-step**               | | Outer VLAN step (iterator).                                        |
|                                   | | Default: 1                                                         |
+-----------------------------------+----------------------------------------------------------------------+
| **outer-vlan**                    | | Set outer-vlan-min/max equally.                                    |
+-----------------------------------+----------------------------------------------------------------------+
| **inner-vlan-min**                | | Inner VLAN minimum value.                                          |
|                                   | | Default: 0 (untagged)                                              |
+-----------------------------------+----------------------------------------------------------------------+
| **inner-vlan-max**                | | Inner VLAN maximum value.                                          |
|                                   | | Default: 0 (untagged)                                              |
+-----------------------------------+----------------------------------------------------------------------+
| **inner-vlan-step**               | | Inner VLAN step (iterator).                                        |
|                                   | | Default: 1                                                         |
+-----------------------------------+----------------------------------------------------------------------+
| **inner-vlan**                    | | Set inner-vlan-min/max equally.                                    |
+-----------------------------------+----------------------------------------------------------------------+
| **third-vlan**                    | | Add a static third VLAN (most inner VLAN).                         |
|                                   | | Default: 0 (untagged)                                              |
+-----------------------------------+----------------------------------------------------------------------+
| **ipv4**                          | | Set false to deactivate IPv4.                                      |
+-----------------------------------+----------------------------------------------------------------------+
| **ipv6**                          | | Set false to deactivate IPv6.                                      |
+-----------------------------------+----------------------------------------------------------------------+
| **address**                       | | Static IPv4 base address (IPoE only).                              |
+-----------------------------------+----------------------------------------------------------------------+
| **address-iter**                  | | Static IPv4 base address iterator (IPoE only).                     |
|                                   | | Default: 0.0.0.0                                                   |
+-----------------------------------+----------------------------------------------------------------------+
| **gateway**                       | | Static IPv4 gateway address (IPoE only).                           |
+-----------------------------------+----------------------------------------------------------------------+
| **gateway-iter**                  | | Static IPv4 gateway address iterator (IPoE only).                  |
|                                   | | Default: 0.0.0.0                                                   |
+-----------------------------------+----------------------------------------------------------------------+
| **cfm-cc**                        | | Enable EOAM CFM CC (IPoE only).                                    |
|                                   | | Default: false                                                     |
+-----------------------------------+----------------------------------------------------------------------+
| **cfm-level**                     | | Set EOAM CFM maintenance domain level.                             |
|                                   | | Default: 0 Range: 0 - 7                                            |
+-----------------------------------+----------------------------------------------------------------------+
| **cfm-ma-id**                     | | Set EOAM CFM maintenance association identifier.                   |
|                                   | | Default: 0 Range: 0 - 65535                                        |
+-----------------------------------+----------------------------------------------------------------------+
| **cfm-ma-name**                   | | Set EOAM CFM maintenance association short name (string).          |
+-----------------------------------+----------------------------------------------------------------------+
| **username**                      | | Overwrite the username from the authentication section.            |
+-----------------------------------+----------------------------------------------------------------------+
| **password**                      | | Overwrite the password from the authentication section.            |
+-----------------------------------+----------------------------------------------------------------------+
| **authentication-protocol**       | | Overwrite the username from the authentication section.            |
+-----------------------------------+----------------------------------------------------------------------+
| **agent-circuit-id**              | | Overwrite the agent-circuit-id from the access-line section.       |
+-----------------------------------+----------------------------------------------------------------------+
| **agent-remote-id**               | | Overwrite the agent-remote-id from the access-line section.        |
+-----------------------------------+----------------------------------------------------------------------+
| **access-aggregation-circuit-id** | | Overwrite the access-aggregation-circuit-id from the               |
|                                   | | access-line section.                                               |
+-----------------------------------+----------------------------------------------------------------------+
| **rate-up**                       | | Overwrite the rate-up from the access-line section.                |
+-----------------------------------+----------------------------------------------------------------------+
| **rate-down**                     | | Overwrite the rate-down from the access-line section.              |
+-----------------------------------+----------------------------------------------------------------------+
| **dsl-type**                      | | Overwrite the dsl-type from the access-line section.               |
+-----------------------------------+----------------------------------------------------------------------+
| **ppp-mru**                       | | Overwrite PPP MRU (PPPoE only).                                    |
+-----------------------------------+----------------------------------------------------------------------+
| **ipcp**                          | | Overwrite PPP IPCP enable option (PPPoE only).                     |
+-----------------------------------+----------------------------------------------------------------------+
| **ip6cp**                         | | Overwrite PPP IP6CP enable option (PPPoE only).                    |
+-----------------------------------+----------------------------------------------------------------------+
| **dhcp**                          | | Overwrite DHCP enable option.                                      |
+-----------------------------------+----------------------------------------------------------------------+
| **dhcpv6**                        | | Overwrite DHCPv6 enable option.                                    |
+-----------------------------------+----------------------------------------------------------------------+
| **dhcpv6-ldra**                   | | Overwrite DHCPv6 LDRA option.                                      |
+-----------------------------------+----------------------------------------------------------------------+
| **igmp-autostart**                | | Overwrite IGMP autostart option.                                   |
+-----------------------------------+----------------------------------------------------------------------+
| **igmp-version**                  | | Overwrite IGMP protocol version (1, 2, or 3).                      |
+-----------------------------------+----------------------------------------------------------------------+
| **session-group-id**              | | Set session group identifier.                                      |
|                                   | | Default: 0 Range: 0 - 65535                                        |
+-----------------------------------+----------------------------------------------------------------------+
| **stream-group-id**               | | Set stream group identifier.                                       |
|                                   | | Default: 0 Range: 0 - 65535                                        |
+-----------------------------------+----------------------------------------------------------------------+
| **access-line-profile-id**        | | Set access-line-profile identifier.                                |
|                                   | | Default: 0 Range: 0 - 65535                                        |
+-----------------------------------+----------------------------------------------------------------------+
| **i1-start**                      | | Iterator **{i1}** start value.                                     |
|                                   | | Default: 1 Range: 0 - 4294967295                                   |
+-----------------------------------+----------------------------------------------------------------------+
| **i1-step**                       | | Iterator **{i1}** step per session.                                |
|                                   | | Default: 1 Range: 0 - 4294967295                                   |
+-----------------------------------+----------------------------------------------------------------------+
| **i2-start**                      | | Iterator **{i2}** start value.                                     |
|                                   | | Default: 1 Range: 0 - 4294967295                                   |
+-----------------------------------+----------------------------------------------------------------------+
| **i2-step**                       | | Iterator **{i2}** step per session.                                |
|                                   | | Default: 1 Range: 0 - 4294967295                                   |
+-----------------------------------+----------------------------------------------------------------------+
| **monkey**                        | | Enable monkey testing.                                             |
|                                   | | Default: false                                                     |
+-----------------------------------+----------------------------------------------------------------------+
