ni
Description: Settings for network interfaces : OBJECT
| Element | Type | Description |
| __v | UINT | Version of model [2] (automatic) |
| nis | ARRAY | A list of configured network interfaces |
| MAC | STRING | MAC address of the interface |
| available | BOOL | Indicates whether or not the network interface is available |
| bridge | STRING | Contains information about connectivity of the network interface to a bridge. If the interface has not connecting it contains ‘–‘ |
| ipv4 | OBJECT | Contains IPv4 settings |
| dns1 | STRING | Specifies the address of primary DNS server |
| dns2 | STRING | Specifies the address of secondary DNS server |
| gateway | STRING | Specifies the gateway address |
| ip | STRING | Specifies the IP address assigned to this interface |
| mask | STRING | Specifies the mask assigned to this interface |
| mode | STRING | Mode STATIC/DHCP/DHCP-ADDRESSES-ONLY/PPP/PPP-ADDRESSES-ONLY |
| wanMasquerade | BOOL | Enable IP masquerading for the interface when it is in WAN mode (default:true) |
| ipv6 | OBJECT | Contains IPv6 settings |
| delegatedPrefixLength | UINT | Specifies IPv6 prefix length in the DHCPv6 Prefix Delegation mechanism. For WAN: the prefix that is requested from ISP. For LAN: the prefix that the device allocates to the interface from the obtained IPv6 prefix pool (default:64) |
| dns1 | STRING | Specifies the address of primary IPv6 DNS server |
| dns2 | STRING | Specifies the address of secondary IPv6 DNS server |
| enabled | BOOL | Enables or disables IPv6 support for this interface (default:false) |
| fixedIp | ARRAY | Static IPv6 addresses assigned to this interface |
| gateway | STRING | Specifies the address of default IPv6 gateway |
| ip | ARRAY | List of all current IPv6 addresses on the interface |
| linkLocalIp | ARRAY | List of all current link-local IPv6 addresses on the interface |
| mode | STRING | Mode depends on the network interface type. WAN type supports AUTO and AUTO-ADDRESSES-ONLY, LAN type supports DELEGATED and STATIC |
| prefixDelegationEnabled | BOOL | For WAN type only: Enables or disables DHCPv6-PD support on this interface (default:false) |
| dot1x | OBJECT | 802.1X authentication configuration |
| authType | STRING | Type of the authentication: NONE, EAP-PWD, EAP-TLS, EAP-TTLS, EAP-PEAP (default:’NONE’) |
| enabled | BOOL | Enables or disables 802.1X authentication for this interface (default:false) |
| params | OBJECT | 802.1X authentication parameters |
| anonymousIdentity | STRING | Anonymous identity to authenticate the user in the outer (phase 1) authentication (default:”) |
| caCertificate | STRING | X.509 Certification Authority certificate (default:”) |
| clientCertificate | STRING | X.509 client certificate (default:”) |
| domainMatch | STRING | Domain substring for server certificate validation (default:”) |
| identity | STRING | Identity (user name) to authenticate the user in the inner (phase 2) authentication (default:”) |
| innerAuthType | STRING | Type of the inner (phase 2) authentication: EAP-MSCHAPV2, MSCHAPV2 or ” (empty string) (default:”) |
| password | STRING | The secret string to be used for EAP-PWD authentication (default:”) |
| peapVersion | INT | Version of the PEAP protocol -1 (AUTO), 0 or 1 (default:-1) |
| privateKey | STRING | Private key of the client (default:”) |
| privateKeyPassword | STRING | Password to decrypt the private key (default:”) |
| subjectMatch | STRING | Subject substring for server certificate validation (default:”) |
| status | STRING | Dynamic field, the current authorization status: authorized or unauthorized |
| name | STRING | Specifies network interface name |
| nitype | STRING | Specifies network interface type ETHER/PPP/WIFI_AS_WAN/WIFI_AP/BRIDGE |
| switchVirtualIface | BOOL | Specifies whether or not the interface is a switch virtual interface. * |
| type | STRING | Specifies network interface type LAN/WAN |
| wan_exist | BOOL | Indicates presence of at least one WAN interface |
* For Conduit 300 only.