![]() |
TR-069 InternetGatewayDevice:1.1 Root Object definition
|
||
DATA MODEL DEFINITION |
Redistribution and use in source and binary forms, with or
without modification, are permitted provided that the following
conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
The above license is used as a license under copyright only. Please reference the Forum IPR Policy for patent licensing terms <https://www.broadband-forum.org/ipr-policy>.
Any moral rights which are necessary to exercise under the above license grant are also deemed granted under this license.
The Parameters defined in this specification make use of a limited subset of the default SOAP data types [SOAP1.1]. These data types and the named data types used by this specification are described below.
Note: A Parameter that is defined to be one of the named data types is reported as such at the beginning of the Parameter's description via a reference back to the associated data type definition (e.g. [MacAddress]). However, such parameters still indicate their SOAP data type.
Data Type | Base Type | Description |
---|---|---|
base64 | - | Base64 encoded binary (no line-length limitation). A minimum and maximum allowed length can be indicated using the form base64(Min:Max), where Min and Max are the minimum and maximum length in characters before Base64 encoding. If either Min or Max are missing, this indicates no limit, and if Min is missing the colon can also be omitted, as in base64(Max). Multiple comma-separated ranges can be specified, in which case the length MUST be in one of the ranges. |
boolean | - | Boolean, where the allowed values are 0 or 1 (or equivalently, true or false). |
dateTime | - | The subset of the ISO 8601 date-time format defined by the SOAP dateTime type. |
int | - | Integer in the range -2147483648 to +2147483647, inclusive. For some int types, a value range is given using the form int[Min:Max] or int[Min:Max step Step] where the Min and Max values are inclusive. If either Min or Max are missing, this indicates no limit. If Step is missing, this indicates a step of 1. Multiple comma-separated ranges can be specified, in which case the value will be in one of the ranges. |
string | - | For strings, a minimum and maximum allowed length can be indicated using the form string(Min:Max), where Min and Max are the minimum and maximum string length in characters. If either Min or Max are missing, this indicates no limit, and if Min is missing the colon can also be omitted, as in string(Max). Multiple comma-separated ranges can be specified, in which case the string length will be in one of the ranges. |
unsignedInt | - | Unsigned integer in the range 0 to 4294967295, inclusive. For some unsignedInt types, a value range is given using the form unsignedInt[Min:Max] or unsigned[Min:Max step Step], where the Min and Max values are inclusive. If either Min or Max are missing, this indicates no limit. If Step is missing, this indicates a step of 1. Multiple comma-separated ranges can be specified, in which case the value will be in one of the ranges. |
IPAddress | string(45) | IP address, i.e. IPv4 address (or IPv4 subnet mask) or IPv6 address. All IPv4 addresses and subnet masks MUST be represented as strings in IPv4 dotted-decimal notation. Here are some examples of valid IPv4 address textual representations:
All IPv6 addresses MUST be represented using any of the 3 standard textual representations defined in [RFC4291] Sections 2.2.1, 2.2.2 and 2.2.3. Both lower-case and upper-case letters can be used, but use of lower-case letters is RECOMMENDED. Here are some examples of valid IPv6 address textual representations:
IPv6 addresses MUST NOT include zone identifiers. Zone identifiers are discussed in [Section 6/RFC4007]. Unspecified or inapplicable addresses (or IPv4 subnet masks) MUST be represented as empty strings unless otherwise specified by the parameter definition. |
MACAddress | string(17) | All MAC addresses are represented as strings of 12 hexadecimal digits (digits 0-9, letters A-F or a-f) displayed as six pairs of digits separated by colons. Unspecified or inapplicable MAC addresses MUST be represented as empty strings unless otherwise specified by the parameter definition. Possible patterns:
|
[HTML4.01] | HTML 4.01 Specification, W3C. |
[RFC2616] | RFC 2616, Hypertext Transfer Protocol -- HTTP/1.1, IETF, 1999. |
[SOAP1.1] | Simple Object Access Protocol (SOAP) 1.1, W3C. |
[TR-069] | TR-069 Amendment 6, CPE WAN Management Protocol, Broadband Forum, April 2018. |
[TR-098] | TR-098 Amendment 2 Corrigendum 1, Internet Gateway Device Data Model for TR-069, Broadband Forum, December 2014. |
[TR-106] | TR-106 Amendment 8, Data Model Template for CWMP Endpoints and USP Agents, Broadband Forum, May 2018. |
Object definition. |
Mountable Object definition. |
Mount Point definition. |
Parameter definition. |
Command or Event definition. |
Command Input / Output Arguments container. |
Command or Event Object Input / Output Argument definition. |
Command or Event Parameter Input / Output Argument definition. |
For a given implementation of this data model, the Agent MUST indicate support for the highest version number of any object or parameter that it supports. For example, even if the Agent supports only a single parameter that was introduced in version 1.1, then it will indicate support for version 1.1. The version number associated with each object and parameter is shown in the Version column.
Name | Type | Syntax | Write | Description | Object Default | Version | Spec |
---|---|---|---|---|---|---|---|
InternetGatewayDevice. | object | object[1:1] | - | The top-level object for an Internet Gateway Device. | - | 1.0 | TR-069 |
DeviceSummary | string(1024) | string(1024) | - | As defined in [TR-106]. | - | 1.0 | TR-098 |
InternetGatewayDevice.Services. | object | object[1:1] | - | This object contains general services information. | - | 1.0 | TR-098 |
InternetGatewayDevice.DeviceInfo. | object | object[1:1] | - | This object contains general device information. | - | 1.0 | TR-069 |
HardwareVersion | string(64) | string(64) | - | A string identifying the particular CPE model and version. | - | 1.0 | TR-069 TR-098 |
SoftwareVersion | string(64) | string(64) | - | A string identifying the software version currently installed in the CPE. To allow version comparisons, this element SHOULD be in the form of dot-delimited integers, where each successive integer represents a more minor category of variation. For example, 3.0.21where the components mean: Major.Minor.Build. |
- | 1.0 | TR-069 TR-098 |
EnabledOptions | string(1024)[] | list(1024) of string | - | Comma-separated list (maximum number of characters 1024) of strings. Comma-separated list of the OptionName of each Option that is currently enabled in the CPE. The OptionName of each is identical to the OptionName element of the OptionStruct described in [TR-069]. Only those options are listed whose State indicates the option is enabled. | - | 1.0 | TR-069 TR-098 |
SpecVersion | string(16) | string(16) | - | This parameter is deprecated
Represents the version of the specification implemented by the device. Currently 1.0 is the only available version. |
"1.0" | 1.0 | TR-069 TR-098 |
ProvisioningCode | string(64) | string(64) | W | Identifier of the primary service provider and other provisioning information, which MAY be used by the Server to determine service provider-specific customization and provisioning parameters. If not an empty string, this argument SHOULD be in the form of a hierarchical descriptor with one or more nodes specified. Each node in the hierarchy is represented as a 4-character sub-string, containing only numerals or upper-case letters. If there is more than one node indicated, each node is separated by a "." (dot). Examples: "TLCO" or "TLCO.GRP2". |
- | 1.0 | TR-069 TR-098 |
FirstUseDate | dateTime | dateTime | - | Date and time in UTC that the CPE first both successfully established an IP-layer network connection and acquired an absolute time reference using NTP or equivalent over that network connection. The CPE MAY reset this date after a factory reset. | - | 1.0 | TR-069 TR-098 |
InternetGatewayDevice.ManagementServer. | object | object[1:1] | - | This object contains parameters relating to the CPE's association with an ACS. | - | 1.0 | TR-069 |
URL | string(256) | string(256) | W | URL for the CPE to connect to the ACS using the CPE WAN Management Protocol. This parameter MUST be in the form of a valid HTTP or HTTPS URL [RFC2616]. The host portion of this URL is used by the CPE for server-side certificate authentication when using SSL or TLS. |
- | 1.0 | TR-069 TR-098 |
ParameterKey | string(32) | string(32) | - | ParameterKey provides the ACS a reliable and extensible means to track changes made by the ACS. The value of ParameterKey MUST be equal to the value of the ParameterKey argument from the most recent successful SetParameterValues, AddObject, or DeleteObject method call from the ACS. The CPE MUST set ParameterKey to the value specified in the corresponding method arguments if and only if the method completes successfully and no fault response is generated. If a method call does not complete successfully (implying that the changes requested in the method did not take effect), the value of ParameterKey MUST NOT be modified. The CPE MUST only modify the value of ParameterKey as a result of SetParameterValues, AddObject, DeleteObject, or due to a factory reset. On factory reset, the value of ParameterKey MUST be set to an empty string. |
- | 1.0 | TR-069 TR-098 |
ConnectionRequestURL | string(256) | string(256) | - | HTTP URL for an ACS to make a Connection Request notification to the CPE. In the form:
The host portion of the URL MAY be the IP address for the management interface of the CPE in lieu of a host name. |
- | 1.0 | TR-069 TR-098 |
InternetGatewayDevice.Time. | object | object[1:1] | - | This object contains parameters relating an NTP or SNTP time client in the CPE. Support for this object is Optional. | - | 1.0 | TR-069 |
CurrentLocalTime | dateTime | dateTime | - | The current date and time in the CPE's local time zone. | - | 1.0 | TR-069 TR-098 |
InternetGatewayDevice.Layer3Forwarding. | object | object[1:1] | - | This object allows the handling of the routing and forwarding configuration of the device. | - | 1.0 | TR-069 |
InternetGatewayDevice.Layer3Forwarding.Forwarding.{i}. | object[0:] | object[0:∞] | W | Layer-3 forwarding table. This table MUST NOT include routes learned through dynamic layer-3 routing protocols, such as RIP or OSPF.
At most one enabled entry in this table can exist with the same values for all of DestIPAddress, DestSubnetMask, SourceIPAddress and SourceSubnetMask. |
- | 1.0 | TR-069 TR-098 |
Enable | boolean | boolean | W | Enables or disables the forwarding entry. On creation, an entry is disabled by default. | false | 1.0 | TR-069 TR-098 |
DestIPAddress | string(45) | IPAddress | W | [IPAddress] Destination address. An empty string or a value of "0.0.0.0" indicates no destination address is specified. | - | 1.0 | TR-069 TR-098 |
DestSubnetMask | string(45) | IPAddress | W | [IPAddress] Destination subnet mask. An empty string or a value of "0.0.0.0" indicates no destination subnet mask is specified. | - | 1.0 | TR-069 TR-098 |
SourceIPAddress | string(45) | IPAddress | W | [IPAddress] Source address. An empty string or a value of "0.0.0.0" indicates no source address is specified. | - | 1.0 | TR-069 TR-098 |
SourceSubnetMask | string(45) | IPAddress | W | [IPAddress] Source subnet mask. An empty string or a value of "0.0.0.0" indicates no source subnet mask is specified. | - | 1.0 | TR-069 TR-098 |
ForwardingPolicy | int(-1:) | int(-1:) | W | Identifier of a set of classes or flows that have the corresponding ForwardingPolicy value as defined in the QueueManagement object. A value of -1 indicates no ForwardingPolicy is specified. If specified, this forwarding entry is to apply only to traffic associated with the specified classes and flows. |
-1 | 1.0 | TR-098 |
Interface | string | string | W | Specifies the egress interface associated with this entry. The content is the full hierarchical parameter name of the layer-3 connection object. Example: InternetGatewayDevice.WANDevice.1.WANConnectionDevice.2.WANPPPConnection.1. | - | 1.0 | TR-069 TR-098 |
InternetGatewayDevice.Layer2Bridging. | object | object[1:1] | - | Layer-2 bridging table. Specifies bridges between layer-2 LAN and/or WAN interfaces. Bridges can be defined to include layer-2 filter criteria to selectively bridge traffic between interfaces. | - | 1.0 | TR-098 |
MaxBridgeEntries | unsignedInt | unsignedInt | - | The maximum number of entries available in the Bridge table. | - | 1.0 | TR-098 |
MaxFilterEntries | unsignedInt | unsignedInt | - | The maximum number of entries available in the Filter table. | - | 1.0 | TR-098 |
MaxMarkingEntries | unsignedInt | unsignedInt | - | The maximum number of entries available in the Marking table. | - | 1.0 | TR-098 |
BridgeNumberOfEntries | unsignedInt | unsignedInt | - | Number of entries in the Bridge table. | - | 1.0 | TR-098 |
FilterNumberOfEntries | unsignedInt | unsignedInt | - | Number of entries in the Filter table. | - | 1.0 | TR-098 |
MarkingNumberOfEntries | unsignedInt | unsignedInt | - | Number of entries in the Marking table. | - | 1.0 | TR-098 |
AvailableInterfaceNumberOfEntries | unsignedInt | unsignedInt | - | Number of entries in the AvailableInterfaces? table. | - | 1.0 | TR-098 |
InternetGatewayDevice.Layer2Bridging.Bridge.{i}. | object[0:] | object[0:∞] | W | Bridge table.
At most one enabled entry in this table can exist with a given value for BridgeKey. |
- | 1.0 | TR-098 |
BridgeKey | unsignedInt | unsignedInt | - | Unique key for each Bridge table entry. | - | 1.0 | TR-098 |
BridgeEnable | boolean | boolean | W | Enables or disables this Bridge table entry. | false | 1.0 | TR-098 |
BridgeStatus | string | string | - | The status of this Bridge table entry. Enumeration of:
|
"Disabled" | 1.0 | TR-098 |
BridgeName | string(64) | string(64) | W | Human-readable name for this Bridge table entry. | <Empty> | 1.0 | TR-098 |
VLANID | unsignedInt(0:4094) | unsignedInt(0:4094) | W | The 802.1Q VLAN ID associated with this Bridge. A value of 0 indicates either Untagged or PriorityOnly tagging, which are treated identically. |
0 | 1.0 | TR-098 |
InternetGatewayDevice.Layer2Bridging.Filter.{i}. | object[0:] | object[0:∞] | W | Filter table containing filter entries each of which is associated with one Bridge as specified by a Bridge table entry.
At most one enabled entry in this table can exist with a given value for FilterKey. |
- | 1.0 | TR-098 |
FilterKey | unsignedInt | unsignedInt | - | Unique key for each Filter table entry. | - | 1.0 | TR-098 |
FilterEnable | boolean | boolean | W | Enables or disables this Filter table entry. | false | 1.0 | TR-098 |
FilterStatus | string | string | - | The status of this Filter table entry. Enumeration of:
|
"Disabled" | 1.0 | TR-098 |
FilterBridgeReference | int(-1:) | int(-1:) | W | The BridgeKey value of the Bridge table entry associated with this Filter. A value of -1 indicates the Filter table entry is not associated with a Bridge (and has no effect). | -1 | 1.0 | TR-098 |
ExclusivityOrder | unsignedInt | unsignedInt | W | Whether or not the Filter definition is exclusive of all others. And if the entry is exclusive, order of precedence. A value of 1 or greater indicates an Exclusive Filter, where the value 1 indicates the first entry to be considered (highest precedence). A value of 0 indicates a Non-Exclusive Filter. For each packet, if the packet matches any Exclusive Filters, the packet is assigned to the Bridge associated with the highest precedence Exclusive Filter to which it matches (lowest ExclusivityOrder value). If and only if the packet does not match any Exclusive Filters, the packet is assigned to all Bridges associated with each Non-Exclusive Filter for which it matches the defining criteria. If a packet matches no Filter, it is discarded. When the ExclusivityOrder is set to match that of an existing Exclusive Filter (1 or greater), the value for the existing entry and all higher numbered entries is incremented (lowered in precedence) to ensure uniqueness of this value. A deletion or change in ExclusivityOrder of an Exclusive Filter causes ExclusivityOrder values of other Exclusive Filters (values 1 or greater) to be compacted. Note that the use of Exclusive Filters to associate a layer-3 router interface with LAN and/or WAN interfaces via a Bridge entry overrides the default association between layer-3 and layer-2 objects implied by the InternetGatewayDevice object hierarchy. |
0 | 1.0 | TR-098 |
FilterInterface | string | string | W | The interface or interfaces associated with this Filter table entry. The bridge corresponding to this Filter table entry is defined to admit packets on ingress to the bridge from the specified interfaces that meet all of the criteria specified in the Filter table entry. The following values are defined. To associate this Filter with a single interface listed in the AvailableInterface table, the FilterInterface value is set to the value of corresponding AvailableInterfaceKey.
|
<Empty> | 1.0 | TR-098 |
VLANIDFilter | int(-1:4095) | int(-1:4095) | W | The 802.1Q VLAN ID of packets to admit to the specified Bridge through the interfaces specified for this Filter. A value of -1 indicates that the default VLAN ID for the Bridge should be used instead (as specified by InternetGatewayDevice.Layer2Bridging.Bridge.{i}.VLANID for the Bridge table entry associated with this Filter table entry). On creation of a Filter entry, the default value for this parameter should be -1. |
-1 | 1.0 | TR-098 |
AdmitOnlyVLANTagged | boolean | boolean | W | If true, on ingress to the interfaces associated with this Filter, the Bridge admits only packets tagged with a VLAN ID that matches the VLANIDFilter parameter (or instead, the VLAN ID for the Bridge if VLANIDFilter is unspecified). If false, on ingress to the interfaces associated with this Filter, the Bridge admits both packets tagged with a VLAN ID that matches the VLANIDFilter parameter (or instead, the VLAN ID for the Bridge if VLANIDFilter is unspecified), and any Untagged or PriorityOnly packets. All Untagged or PriorityOnly packets are tagged on ingress with the value of the VLANID? parameter. If the VLANIDFilter parameter (or instead, the VLAN ID for the Bridge if VLANIDFilter is unspecified) is equal to 0, then this parameter is ignored, and only packets that are Untagged or PriorityOnly packets are admitted. |
false | 1.0 | TR-098 |
EthertypeFilterList | unsignedInt(256)[] | list(256) of unsignedInt | W | Comma-separated list (maximum number of characters 256) of unsigned integers. Comma-separated list of unsigned integers, each representing an Ethertype value. | <Empty> | 1.0 | TR-098 |
EthertypeFilterExclude | boolean | boolean | W | If false, on ingress to the interfaces associated with this Filter, the Bridge is defined to admit only those packets that match one of the EthertypeFilterList entries (in either the Ethernet or SNAP Type header). If the EthertypeFilterList is empty, no packets are admitted. If true, on ingress to the interfaces associated with this Filter, the Bridge is defined to admit all packets except those packets that match one of the EthertypeFilterList entries (in either the Ethernet or SNAP Type header). If the EthertypeFilterList is empty, packets are admitted regardless of Ethertype. |
true | 1.0 | TR-098 |
SourceMACAddressFilterList | string(512)[] | list(512) of string | W | Comma-separated list (maximum number of characters 512) of strings. Comma-separated list of MAC Addresses. Each list entry may optionally specify a bit-mask, where matching of a packet's MAC address is only to be done for bit positions set to one in the mask. If no mask is specified, all bits of the MAC Address are to be used for matching. For example, the list may be: 01:02:03:04:05:06, 1:22:33:00:00:00/FF:FF:FF:00:00:00, 88:77:66:55:44:33 |
<Empty> | 1.0 | TR-098 |
SourceMACAddressFilterExclude | boolean | boolean | W | If false, on ingress to the interfaces associated with this Filter, the Bridge admits only those packets whose source MAC Address matches one of the SourceMACAddressFilterList entries. If the SourceMACAddressFilterList is empty, no packets are admitted. If true, on ingress to the interfaces associated with this Filter, the Bridge admits all packets except those packets whose source MAC Address matches one of the SourceMACAddressFilterList entries. If the SourceMACAddressFilterList is empty, packets are admitted regardless of MAC address. |
true | 1.0 | TR-098 |
DestMACAddressFilterList | string(512)[] | list(512) of string | W | Comma-separated list (maximum number of characters 512) of strings. Comma-separated list of MAC Addresses. Each list entry may optionally specify a bit-mask, where matching of a packet's MAC address is only to be done for bit positions set to one in the mask. If no mask is specified, all bits of the MAC Address are to be used for matching. For example, the list may be: 01:02:03:04:05:06, 1:22:33:00:00:00/FF:FF:FF:00:00:00, 88:77:66:55:44:33 |
<Empty> | 1.0 | TR-098 |
DestMACAddressFilterExclude | boolean | boolean | W | If false, on ingress to the interfaces associated with this Filter, the Bridge admits only those packets whose destination MAC Address matches one of the DestMACAddressFilterList entries. If the DestMACAddressFilterList is empty, no packets are admitted. If true, on ingress to the interfaces associated with this Filter, the Bridge admits all packets except those packets whose destination MAC Address matches one of the DestMACAddressFilterList entries. If the DestMACAddressFilterList is empty, packets are admitted regardless of MAC address. |
true | 1.0 | TR-098 |
SourceMACFromVendorClassIDFilter | string(256) | string(256) | W | A string used to identify one or more devices via DHCP for which MAC address filtering would subsequently apply. A device is considered matching if it its DHCP Vendor Class Identifier (Option 60 as defined in RFC 2132) in the most recent DHCP lease acquisition or renewal was equal to the specified value. | <Empty> | 1.0 | TR-098 |
SourceMACFromVendorClassIDFilterExclude | boolean | boolean | W | If false, on ingress to the interfaces associated with this Filter, the Bridge admits only those packets whose source MAC Address matches that of a LAN device previously identified as described in SourceMACFromVendorClassIDFilter. If SourceMACFromVendorClassIDFilter is an empty string, no packets are admitted. If true, on ingress to the interfaces associated with this Filter, the Bridge admits all packets except those packets whose source MAC Address matches that of a LAN device previously identified as described in SourceMACFromVendorClassIDFilter. If the SourceMACFromVendorClassIDFilter is an empty string, packets are admitted regardless of MAC address. |
true | 1.0 | TR-098 |
DestMACFromVendorClassIDFilter | string(256) | string(256) | W | A string used to identify one or more devices via DHCP for which MAC address filtering would subsequently apply. A device is considered matching if it its DHCP Vendor Class Identifier (Option 60 as defined in RFC 2132) in the most recent DHCP lease acquisition or renewal was equal to the specified value. | <Empty> | 1.0 | TR-098 |
DestMACFromVendorClassIDFilterExclude | boolean | boolean | W | If false, on ingress to the interfaces associated with this Filter, the Bridge admits only those packets whose destination MAC Address matches that of a LAN device previously identified as described in DestMACFromVendorClassIDFilter. If DestMACFromVendorClassIDFilter is an empty string, no packets are admitted. If true, on ingress to the interfaces associated with this Filter, the Bridge admits all packets except those packets whose destination MAC Address matches that of a LAN device previously identified as described in DestMACFromVendorClassIDFilter. If the DestMACFromVendorClassIDFilter is an empty string, packets are admitted regardless of MAC address. |
true | 1.0 | TR-098 |
SourceMACFromClientIDFilter | string(256) | string(256) | W | A string used to identify one or more devices via DHCP for which MAC address filtering would subsequently apply. A device is considered matching if it its DHCP Client Identifier (Option 61 as defined in RFC 2132) in the most recent DHCP lease acquisition or renewal was equal to the specified value. | <Empty> | 1.0 | TR-098 |
SourceMACFromClientIDFilterExclude | boolean | boolean | W | If false, on ingress to the interfaces associated with this Filter, the Bridge admits only those packets whose source MAC Address matches that of a LAN device previously identified as described in SourceMACFromClientIDFilter. If SourceMACFromClientIDFilter is an empty string, no packets are admitted. If true, on ingress to the interfaces associated with this Filter, the Bridge admits all packets except those packets whose source MAC Address matches that of a LAN device previously identified as described in SourceMACFromClientIDFilter. If the SourceMACFromClientIDFilter is an empty string, packets are admitted regardless of MAC address. |
true | 1.0 | TR-098 |
DestMACFromClientIDFilter | string(256) | string(256) | W | A string used to identify one or more devices via DHCP for which MAC address filtering would subsequently apply. A device is considered matching if it its DHCP Client Identifier (Option 61 as defined in RFC 2132) in the most recent DHCP lease acquisition or renewal was equal to the specified value. | <Empty> | 1.0 | TR-098 |
DestMACFromClientIDFilterExclude | boolean | boolean | W | If false, on ingress to the interfaces associated with this Filter, the Bridge admits only those packets whose destination MAC Address matches that of a LAN device previously identified as described in DestMACFromClientIDFilter. If DestMACFromClientIDFilter is an empty string, no packets are admitted. If true, on ingress to the interfaces associated with this Filter, the Bridge admits all packets except those packets whose destination MAC Address matches that of a LAN device previously identified as described in DestMACFromClientIDFilter. If the DestMACFromClientIDFilter is an empty string, packets are admitted regardless of MAC address. |
true | 1.0 | TR-098 |
SourceMACFromUserClassIDFilter | string(256) | string(256) | W | A string used to identify one or more devices via DHCP for which MAC address filtering would subsequently apply. A device is considered matching if it its DHCP User Class Identifier (Option 77 as defined in RFC 3004) in the most recent DHCP lease acquisition or renewal was equal to the specified value. | <Empty> | 1.0 | TR-098 |
SourceMACFromUserClassIDFilterExclude | boolean | boolean | W | If false, on ingress to the interfaces associated with this Filter, the Bridge admits only those packets whose source MAC Address matches that of a LAN device previously identified as described in SourceMACFromUserClassIDFilter. If SourceMACFromUserClassIDFilter is an empty string, no packets are admitted. If true, on ingress to the interfaces associated with this Filter, the Bridge admits all packets except those packets whose source MAC Address matches that of a LAN device previously identified as described in SourceMACFromUserClassIDFilter. If the SourceMACFromUserClassIDFilter is an empty string, packets are admitted regardless of MAC address. |
true | 1.0 | TR-098 |
DestMACFromUserClassIDFilter | string(256) | string(256) | W | A string used to identify one or more devices via DHCP for which MAC address filtering would subsequently apply. A device is considered matching if it its DHCP User Class Identifier (Option 77 as defined in RFC 3004) in the most recent DHCP lease acquisition or renewal was equal to the specified value. | <Empty> | 1.0 | TR-098 |
DestMACFromUserClassIDFilterExclude | boolean | boolean | W | If false, on ingress to the interfaces associated with this Filter, the Bridge admits only those packets whose destination MAC Address matches that of a LAN device previously identified as described in DestMACFromUserClassIDFilter. If DestMACFromUserClassIDFilter is an empty string, no packets are admitted. If true, on ingress to the interfaces associated with this Filter, the Bridge admits all packets except those packets whose destination MAC Address matches that of a LAN device previously identified as described in DestMACFromUserClassIDFilter. If the DestMACFromUserClassIDFilter is an empty string, packets are admitted regardless of MAC address. |
true | 1.0 | TR-098 |
InternetGatewayDevice.Layer2Bridging.Marking.{i}. | object[0:] | object[0:∞] | W | Marking table identifying non-default layer-2 marking behavior for packets on egress from the specified interfaces.
At most one enabled entry in this table can exist with a given value for MarkingKey. |
- | 1.0 | TR-098 |
MarkingKey | unsignedInt | unsignedInt | - | Unique key for each Marking table entry. | - | 1.0 | TR-098 |
MarkingEnable | boolean | boolean | W | Enables or disables this Marking table entry. | false | 1.0 | TR-098 |
MarkingStatus | string | string | - | The status of this Marking table entry. Enumeration of:
|
"Disabled" | 1.0 | TR-098 |
MarkingBridgeReference | int(-1:) | int(-1:) | W | The BridgeKey value of the Bridge table entry associated with this Marking table entry. A value of -1 indicates the Marking table entry is not associated with a Bridge (and has no effect). The effect of a Marking table entry applies only to packets that have been admitted to the specified bridge (regardless of the ingress interface). |
-1 | 1.0 | TR-098 |
MarkingInterface | string | string | W | The interface or interfaces associated with this Marking table entry for which the specified marking behavior is to apply on egress from the associated bridge. The following values are defined. To associate this Marking table entry with a single interface listed in the AvailableInterface table, the MarkingInterface value is set to the value of corresponding AvailableInterfaceKey.
If there is more than one enabled Marking table entry that specifies one or more of the same interfaces for the same bridge (identical values of MarkingBridgeReference), then for packets on egress from the specified bridge to those interfaces, the applied marking MUST be that specified in the Marking table entry among those in conflict with the lowest MarkingKey value. If an interface in a given bridge does not have a corresponding Marking table entry, the marking is left unchanged on egress. |
<Empty> | 1.0 | TR-098 |
VLANIDUntag | boolean | boolean | W | If true, on egress to the interfaces associated with this Marking table entry, all packets are Untagged. That is, the VLAN tag is stripped from the packet. If false, on egress to the interfaces associated with this Marking table entry, all VLAN tags are left intact (including those added on ingress). |
false | 1.0 | TR-098 |
VLANIDMark | int(-1:4095) | int(-1:4095) | W | The 802.1Q VLAN ID to be used on egress to the interfaces associated with this Marking table entry (if VLANIDUntag is false). A value of -1 indicates that the default VLAN ID for the Bridge should be used instead (as specified by InternetGatewayDevice.Layer2Bridging.Bridge.{i}.VLANID for the Bridge table entry associated with this Marking table entry). |
-1 | 1.0 | TR-098 |
EthernetPriorityMark | int(-1:7) | int(-1:7) | W | Ethernet priority code (as defined in 802.1D) to mark traffic with that falls into this Bridge on egress to the interfaces associated with this Marking table entry. A value of -1 indicates no change from the incoming packet or the mark assigned by the classifier. | -1 | 1.0 | TR-098 |
EthernetPriorityOverride | boolean | boolean | W | If false, on egress to the interfaces associated with this Marking table entry, the EthernetPriorityMark, if specified, is applied only to packets of priority 0. If true, on egress to the interfaces associated with this Marking table entry, the EthernetPriorityMark, if specified, is to be applied to all packets on this Bridge. If VLANIDUntag is true, then no priority marking is done since the tag containing the Ethernet priority is removed. |
false | 1.0 | TR-098 |
InternetGatewayDevice.Layer2Bridging.AvailableInterface.{i}. | object[0:] | object[0:∞] | - | Table containing all LAN and WAN interfaces that are available to be referenced by the Bridge table. Only interfaces that can carry layer-2 bridged traffic are included.
At most one entry in this table can exist with a given value for AvailableInterfaceKey. |
- | 1.0 | TR-098 |
AvailableInterfaceKey | unsignedInt | unsignedInt | - | Unique key for each Interface entry. | - | 1.0 | TR-098 |
InterfaceType | string | string | - | Whether the interface is a LAN-side or WAN-side interface, or a LAN-side or WAN-side connection to the Gateway's IP router. Enumeration of:
|
- | 1.0 | TR-098 |
InterfaceReference | string(256) | string(256) | - | This table should contain a single entry for each available LAN and WAN interface. For a WAN interface, this parameter is the full hierarchical parameter name of a particular WANConnectionDevice. A WANConnectionDevice is considered available (included in this table) only if it supports layer-2 bridged traffic. That is, this table MUST include only WANConnectionDevices that contain either a WANEthernetLinkConfig object, or that contain a WANDSLLinkConfig object for which the LinkType is EoA. For example: InternetGatewayDevice.WANDevice.1.WANConnectionDevice.2 For a LAN interface, this parameter is the full hierarchical parameter name of a particular LAN**InterfaceConfig object, or a WLANConfiguration object. This table SHOULD include one entry for each such object. For example: InternetGatewayDevice.LANDevice.1.LANLANEthernetInterfaceConfig.2 For a WAN-side connection to the Gateway's IP router, this parameter is the full hierarchical parameter name of a particular WAN**Connection service. This table SHOULD include an entry for each layer-3 WAN connection. For example: InternetGatewayDevice.WANDevice.1.WANConnectionDevice.2.WANPPPConnection.1 For a LAN-side connection to the Gateway's IP router, this parameter is the full hierarchical parameter name of a particular LANDevice. This table SHOULD include an entry for each LANDevice, each of which is associated with a LAN-side layer-3 connection to the Gateway's IP router. For example: InternetGatewayDevice.LANDevice.2 |
- | 1.0 | TR-098 |
InternetGatewayDevice.QueueManagement. | object | object[1:1] | - | Queue management configuration object. | - | 1.0 | TR-098 |
Enable | boolean | boolean | W | Enables or disables all queuing operation. | - | 1.0 | TR-098 |
MaxQueues | unsignedInt | unsignedInt | - | The maximum number of queues supported by the CPE. Calculated as the sum of the number of different queues pointed to by Classification table. For each entry in the Classification table, the count includes a queue for each egress interface to which the corresponding classified traffic could reach. | - | 1.0 | TR-098 |
MaxClassificationEntries | unsignedInt | unsignedInt | - | The maximum number of entries available in the Classification table. | - | 1.0 | TR-098 |
ClassificationNumberOfEntries | unsignedInt | unsignedInt | - | The number of entries in the Classification table. | - | 1.0 | TR-098 |
MaxAppEntries | unsignedInt | unsignedInt | - | The maximum number of entries available in the App table. | - | 1.0 | TR-098 |
AppNumberOfEntries | unsignedInt | unsignedInt | - | The number of entries in the App table. | - | 1.0 | TR-098 |
MaxFlowEntries | unsignedInt | unsignedInt | - | The maximum number of entries available in the Flow table. | - | 1.0 | TR-098 |
FlowNumberOfEntries | unsignedInt | unsignedInt | - | The number of entries in the Flow table. | - | 1.0 | TR-098 |
MaxPolicerEntries | unsignedInt | unsignedInt | - | The maximum number of entries available in the Policer table. | - | 1.0 | TR-098 |
PolicerNumberOfEntries | unsignedInt | unsignedInt | - | The number of entries in the Policer table. | - | 1.0 | TR-098 |
MaxQueueEntries | unsignedInt | unsignedInt | - | The maximum number of entries available in the Queue table. | - | 1.0 | TR-098 |
QueueNumberOfEntries | unsignedInt | unsignedInt | - | The number of entries in the Queue table. | - | 1.0 | TR-098 |
DefaultForwardingPolicy | unsignedInt | unsignedInt | W | Identifier of the forwarding policy associated with traffic not associated with any specified classifier. | - | 1.0 | TR-098 |
DefaultPolicer | int(-1:) | int(-1:) | W | Instance number of the Policer table entry for traffic not associated with any specified classifier. A value of -1 indicates a null policer. |
- | 1.0 | TR-098 |
DefaultQueue | unsignedInt | unsignedInt | W | Instance number of the Queue table entry for traffic not associated with any specified classifier. | - | 1.0 | TR-098 |
DefaultDSCPMark | int(-2:) | int(-2:) | W | DSCP to mark traffic not associated with any specified classifier. A value of -1 indicates no change from the incoming packet. A value of -2 indicates automatic marking of DSCP based upon the EthernetPriority value as defined in [Appendix A/TR-098]. |
- | 1.0 | TR-098 |
DefaultEthernetPriorityMark | int(-2:) | int(-2:) | W | Ethernet priority code (as defined in 802.1D) to mark traffic not associated with any specified classifier. A value of -1 indicates no change from the incoming packet. A value of -2 indicates automatic marking of EthernetPriority based upon the DSCP value as defined in [Appendix A/TR-098]. |
- | 1.0 | TR-098 |
AvailableAppList | string(1024)[] | list(1024) of string | - | Comma-separated list (maximum number of characters 1024) of strings. Comma-separated list of URNs, each indicating a protocol supported for use as a ProtocolIdentifier in the App table. This list may include any of the URNs defined in [Appendix A/TR-098] as well as other URNs defined elsewhere. | - | 1.0 | TR-098 |
InternetGatewayDevice.QueueManagement.Classification.{i}. | object[0:] | object[0:∞] | W | Classification table. | - | 1.0 | TR-098 |
ClassificationKey | unsignedInt | unsignedInt | - | Unique key for each classification entry. | - | 1.0 | TR-098 |
ClassificationEnable | boolean | boolean | W | Enables or disables this classifier. | false | 1.0 | TR-098 |
ClassificationStatus | string | string | - | The status of this classifier. Enumeration of:
|
"Disabled" | 1.0 | TR-098 |
ClassificationOrder | unsignedInt(1:) | unsignedInt(1:) | W | Position of the classification entry in the order of precedence. A value of 1 indicates the first entry considered. For each packet, the highest ordered entry that matches the classification criteria is applied. All lower order entries are ignored. When this value is modified, if the value matches that of an existing entry, the Order value for the existing entry and all lower Order entries is incremented (lowered in precedence) to ensure uniqueness of this value. A deletion causes Order values to be compacted. When a value is changed, incrementing occurs before compaction. |
- | 1.0 | TR-098 |
ClassInterface | string(256) | string(256) | W | Classification criterion. Specifies the LAN or WAN ingress interface associated with this entry. The content is the full hierarchical parameter name of the particular WANDevice, WANConnectionDevice, WAN**Connection, LANDevice, or LAN**InterfaceConfig object. The following are WAN interface examples:
The following are LAN interface examples:
The string WAN indicates this entry is to apply to traffic entering from any WAN interface. The string LAN indicates this entry is to apply to traffic entering from any LAN interface. The string Local indicates this entry is to apply to IP-layer traffic entering from a local source within the Internet Gateway Device. An empty string indicates this classification entry is to apply to all sources. |
<Empty> | 1.0 | TR-098 |
DestIP | string(45) | IPAddress | W | [IPAddress] Classification criterion. Destination IP address. An empty string indicates this criterion is not used for classification. |
<Empty> | 1.0 | TR-098 |
DestMask | string(45) | IPAddress | W | [IPAddress] Destination IP address mask. If not an empty string, only the indicated network portion of the DestIP address is to be used for classification. An empty string indicates that the full DestIP address is to be used for classification. | <Empty> | 1.0 | TR-098 |
DestIPExclude | boolean | boolean | W | If false, the class includes only those packets that match the (masked) DestIP entry, if specified. If true, the class includes all packets except those that match the (masked) DestIP entry, if specified. |
false | 1.0 | TR-098 |
SourceIP | string(45) | IPAddress | W | [IPAddress] Classification criterion. Source IP address. An empty string indicates this criterion is not used for classification. |
<Empty> | 1.0 | TR-098 |
SourceMask | string(45) | IPAddress | W | [IPAddress] Source IP address mask. If not an empty string, only the indicated network portion of the SourceIP address is to be used for classification. An empty string indicates that the full SourceIP address is to be used for classification. | <Empty> | 1.0 | TR-098 |
SourceIPExclude | boolean | boolean | W | If false, the class includes only those packets that match the (masked) SourceIP entry, if specified. If true, the class includes all packets except those that match the (masked) SourceIP entry, if specified. |
false | 1.0 | TR-098 |
Protocol | int(-1:) | int(-1:) | W | Classification criterion. Protocol number. A value of -1 indicates this criterion is not used for classification. |
-1 | 1.0 | TR-098 |
ProtocolExclude | boolean | boolean | W | If false, the class includes only those packets that match the Protocol entry, if specified. If true, the class includes all packets except those that match the Protocol entry, if specified. |
false | 1.0 | TR-098 |
DestPort | int(-1:) | int(-1:) | W | Classification criterion. Destination port number. A value of -1 indicates this criterion is not used for classification. |
-1 | 1.0 | TR-098 |
DestPortRangeMax | int(-1:) | int(-1:) | W | Classification criterion. If specified, indicates the classification criterion is to include the port range from DestPort through DestPortRangeMax (inclusive). If specified, DestPortRangeMax MUST be greater than or equal to DestPort. A value of -1 indicates that no port range is specified. |
-1 | 1.0 | TR-098 |
DestPortExclude | boolean | boolean | W | If false, the class includes only those packets that match the DestPort entry (or port range), if specified. If true, the class includes all packets except those that match the DestPort entry (or port range), if specified. |
false | 1.0 | TR-098 |
SourcePort | int(-1:) | int(-1:) | W | Classification criterion. Source port number. A value of -1 indicates this criterion is not used for classification. |
-1 | 1.0 | TR-098 |
SourcePortRangeMax | int(-1:) | int(-1:) | W | Classification criterion. If specified, indicates the classification criterion is to include the port range from SourcePort through SourcePortRangeMax (inclusive). If specified, SourcePortRangeMax MUST be greater than or equal to SourcePort. A value of -1 indicates that no port range is specified. |
-1 | 1.0 | TR-098 |
SourcePortExclude | boolean | boolean | W | If false, the class includes only those packets that match the SourcePort entry (or port range), if specified. If true, the class includes all packets except those that match the SourcePort entry (or port range), if specified. |
false | 1.0 | TR-098 |
SourceMACAddress | string(17) | MACAddress | W | [MACAddress] Classification criterion. Source MAC Address. An empty string indicates this criterion is not used for classification. |
<Empty> | 1.0 | TR-098 |
SourceMACMask | string(45) | IPAddress | W | [IPAddress] Bit-mask for the MAC address, where matching of a packet's MAC address with the SourceMACAddress is only to be done for bit positions set to one in the mask. A mask of FF:FF:FF:FF:FF:FF or an empty string indicates all bits of the SourceMACAdress are to be used for classification. | <Empty> | 1.0 | TR-098 |
SourceMACExclude | boolean | boolean | W | If false, the class includes only those packets that match the (masked) SourceMACAddress entry, if specified. If true, the class includes all packets except those that match the (masked) SourceMACAddress entry, if specified. |
false | 1.0 | TR-098 |
DestMACAddress | string(17) | MACAddress | W | [MACAddress] Classification criterion. Destination MAC Address. An empty string indicates this criterion is not used for classification. The use of destination MAC address as a classification criterion is primarily useful only for bridged traffic. |
<Empty> | 1.0 | TR-098 |
DestMACMask | string(45) | IPAddress | W | [IPAddress] Bit-mask for the MAC address, where matching of a packet's MAC address with the DestMACAddress is only to be done for bit positions set to one in the mask. A mask of FF:FF:FF:FF:FF:FF or an empty string indicates all bits of the DestMACAdress are to be used for classification. | <Empty> | 1.0 | TR-098 |
DestMACExclude | boolean | boolean | W | If false, the class includes only those packets that match the (masked) DestMACAddress entry, if specified. If true, the class includes all packets except those that match the (masked) DestMACAddress entry, if specified. |
false | 1.0 | TR-098 |
Ethertype | int(-1:) | int(-1:) | W | Classification criterion. Ethertype as indicated in either the Ethernet or SNAP Type header. A value of -1 indicates this criterion is not used for classification. |
-1 | 1.0 | TR-098 |
EthertypeExclude | boolean | boolean | W | If false, the class includes only those packets that match the Ethertype entry, if specified. If true, the class includes all packets except those that match the Ethertype entry, if specified. |
false | 1.0 | TR-098 |
SSAP | int(-1:) | int(-1:) | W | Classification criterion. SSAP element in the LLC header. A value of -1 indicates this criterion is not used for classification. |
-1 | 1.0 | TR-098 |
SSAPExclude | boolean | boolean | W | If false, the class includes only those packets that match the SSAP entry, if specified. If true, the class includes all packets except those that match the SSAP entry, if specified. |
false | 1.0 | TR-098 |
DSAP | int(-1:) | int(-1:) | W | Classification criterion. DSAP element in the LLC header. A value of -1 indicates this criterion is not used for classification. |
-1 | 1.0 | TR-098 |
DSAPExclude | boolean | boolean | W | If false, the class includes only those packets that match the DSAP entry, if specified. If true, the class includes all packets except those that match the DSAP entry, if specified. |
false | 1.0 | TR-098 |
LLCControl | int(-1:) | int(-1:) | W | Classification criterion. Control element in the LLC header. A value of -1 indicates this criterion is not used for classification. |
-1 | 1.0 | TR-098 |
LLCControlExclude | boolean | boolean | W | If false, the class includes only those packets that match the LLCControl entry, if specified. If true, the class includes all packets except those that match the LLCControl entry, if specified. |
false | 1.0 | TR-098 |
SNAPOUI | int(-1:) | int(-1:) | W | Classification criterion. OUI element in the SNAP header. A value of -1 indicates this criterion is not used for classification. |
-1 | 1.0 | TR-098 |
SNAPOUIExclude | boolean | boolean | W | If false, the class includes only those packets that match the SNAPOUI entry, if specified. If true, the class includes all packets except those that match the SNAPOUI entry, if specified. |
false | 1.0 | TR-098 |
SourceVendorClassID | string(256) | string(256) | W | Classification criterion. Used to identify one or more LAN devices, value of the DHCP Vendor Class Identifier (Option 60) as defined in RFC 2132. An empty string indicates this criterion is not used for classification. |
<Empty> | 1.0 | TR-098 |
SourceVendorClassIDExclude | boolean | boolean | W | If false, the class includes only those packets sourced from LAN devices that match the SourceVendorClassID entry, if specified. If true, the class includes all packets except those sourced from LAN devices that match the SourceVendorClassID entry, if specified. |
false | 1.0 | TR-098 |
DestVendorClassID | string(256) | string(256) | W | Classification criterion. Used to identify one or more LAN devices, value of the DHCP Vendor Class Identifier (Option 60) as defined in RFC 2132. An empty string indicates this criterion is not used for classification. |
<Empty> | 1.0 | TR-098 |
DestVendorClassIDExclude | boolean | boolean | W | If false, the class includes only those packets destined for LAN devices that match the DestVendorClassID entry, if specified. If true, the class includes all packets except those destined for LAN devices that match the DestVendorClassID entry, if specified. |
false | 1.0 | TR-098 |
SourceClientID | string(256) | string(256) | W | Classification criterion. Used to identify one or more LAN devices, value of the DHCP Client Identifier (Option 61) as defined in RFC 2132. An empty string indicates this criterion is not used for classification. |
<Empty> | 1.0 | TR-098 |
SourceClientIDExclude | boolean | boolean | W | If false, the class includes only those packets sourced from LAN devices that match the SourceClientID entry, if specified. If true, the class includes all packets except those sourced from LAN devices that match the SourceClientID entry, if specified. |
false | 1.0 | TR-098 |
DestClientID | string(256) | string(256) | W | Classification criterion. Used to identify one or more LAN devices, value of the DHCP Client Identifier (Option 61) as defined in RFC 2132. An empty string indicates this criterion is not used for classification. |
<Empty> | 1.0 | TR-098 |
DestClientIDExclude | boolean | boolean | W | If false, the class includes only those packets destined for LAN devices that match the DestClientID entry, if specified. If true, the class includes all packets except those destined for LAN devices that match the DestClientID entry, if specified. |
false | 1.0 | TR-098 |
SourceUserClassID | string(256) | string(256) | W | Classification criterion. Used to identify one or more LAN devices, value of the DHCP User Class Identifier (Option 77) as defined in RFC 3004. An empty string indicates this criterion is not used for classification. |
<Empty> | 1.0 | TR-098 |
SourceUserClassIDExclude | boolean | boolean | W | If false, the class includes only those packets sourced from LAN devices that match the SourceUserClassID entry, if specified. If true, the class includes all packets except those sourced from LAN devices that match the SourceUserClassID entry, if specified. |
false | 1.0 | TR-098 |
DestUserClassID | string(256) | string(256) | W | Classification criterion. Used to identify one or more LAN devices, value of the DHCP User Class Identifier (Option 77) as defined in RFC 3004. An empty string indicates this criterion is not used for classification. |
<Empty> | 1.0 | TR-098 |
DestUserClassIDExclude | boolean | boolean | W | If false, the class includes only those packets destined for LAN devices that match the DestUserClassID entry, if specified. If true, the class includes all packets except those destined for LAN devices that match the DestUserClassID entry, if specified. |
false | 1.0 | TR-098 |
TCPACK | boolean | boolean | W | Classification criterion. If false, this criterion is not used for classification. If true, this criterion matches with all TCP segments that have the ACK control bit set. |
false | 1.0 | TR-098 |
TCPACKExclude | boolean | boolean | W | If false, the class includes only those packets that match the TCPACK entry, if specified. If true, the class includes all packets except those that match the TCPACK entry, if specified. |
false | 1.0 | TR-098 |
IPLengthMin | unsignedInt | unsignedInt | W | Classification criterion. Minimum IP Packet Length (including header) in bytes. |
0 | 1.0 | TR-098 |
IPLengthMax | unsignedInt | unsignedInt | W | Classification criterion. Maximum IP Packet Length (including header) in bytes. A value of zero indicates that no maximum is specified (an umlimited maximum length). |
0 | 1.0 | TR-098 |
IPLengthExclude | boolean | boolean | W | If false, the class includes only those packets whose length (including header) falls within the inclusive range IPLengthMin through IPLengthMax. A value of zero for both IPLengthMin and IPLengthMax allows any length packet. An equal non-zero value of IPLengthMin and IPLengthMax allows only a packet with the exact length specified. If true, the class includes all packets except those whose length (including header) falls within the inclusive range IPLengthMin through IPLengthMax. |
false | 1.0 | TR-098 |
DSCPCheck | int(-1:) | int(-1:) | W | Classification criterion. DiffServ codepoint (defined in RFC 2474). If set to a Class Selector Codepoint (defined in RFC 2474), all DSCP values that match the first 3 bits will be considered a valid match. A value of -1 indicates this criterion is not used for classification. |
-1 | 1.0 | TR-098 |
DSCPExclude | boolean | boolean | W | If false, the class includes only those packets that match the DSCPCheck entry, if specified. If true, the class includes all packets except those that match the DSCPCheck entry, if specified. |
false | 1.0 | TR-098 |
DSCPMark | int(-2:) | int(-2:) | W | Classification result. DSCP to mark traffic with that falls into this classification entry. A value of -1 indicates no change from the incoming packet. A value of -2 indicates automatic marking of DSCP based upon the EthernetPriority value as defined in [Appendix A/TR-098]. |
-1 | 1.0 | TR-098 |
EthernetPriorityCheck | int(-1:) | int(-1:) | W | Classification criterion. Current Ethernet priority as defined in 802.1D. A value of -1 indicates this criterion is not used for classification. |
-1 | 1.0 | TR-098 |
EthernetPriorityExclude | boolean | boolean | W | If false, the class includes only those packets that match the EthernetPriorityCheck entry, if specified. If true, the class includes all packets except those that match the EthernetPriorityCheck entry, if specified. |
false | 1.0 | TR-098 |
EthernetPriorityMark | int(-2:) | int(-2:) | W | Classification result. Ethernet priority code (as defined in 802.1D) to mark traffic with that falls into this classification entry. A value of -1 indicates no change from the incoming packet. A value of -2 indicates automatic marking of EthernetPriority based upon the DSCP value as defined in [Appendix A/TR-098]. |
-1 | 1.0 | TR-098 |
VLANIDCheck | int(-1:) | int(-1:) | W | Classification criterion. Current Ethernet VLAN ID as defined in 802.1Q. A value of -1 indicates this criterion is not used for classification. |
-1 | 1.0 | TR-098 |
VLANIDExclude | boolean | boolean | W | If false, the class includes only those packets that match the VLANIDCheck entry, if specified. If true, the class includes all packets except those that match the VLANIDCheck entry, if specified. |
false | 1.0 | TR-098 |
ForwardingPolicy | unsignedInt | unsignedInt | W | Classification result. Identifier of the forwarding policy associated with traffic that falls in this classification. |
0 | 1.0 | TR-098 |
ClassPolicer | int(-1:) | int(-1:) | W | Classification result. Instance number of the Policer table entry for traffic that falls in this classification. A value of -1 indicates a null policer. |
-1 | 1.0 | TR-098 |
ClassQueue | int(-1:) | int(-1:) | W | Classification result. Instance number of the Queue table entry for traffic that falls in this classification. A value of -1 indicates a null queue. ClassQueue and ClassApp are mutually exclusive and one of the two must be specified. If ClassQueue is null, ClassApp must be specified, and vice versa. |
-1 | 1.0 | TR-098 |
ClassApp | int(-1:) | int(-1:) | W | Classification result. Instance number of the App table entry for traffic that falls in this classification. A value of -1 indicates a null App table entry. ClassQueue and ClassApp are mutually exclusive and one of the two must be specified. If ClassQueue is null, ClassApp must be specified, and vice versa. |
-1 | 1.0 | TR-098 |
InternetGatewayDevice.QueueManagement.App.{i}. | object[0:] | object[0:∞] | W | Application table. | - | 1.0 | TR-098 |
AppKey | unsignedInt | unsignedInt | - | Unique key for each App table entry. | - | 1.0 | TR-098 |
AppEnable | boolean | boolean | W | Enables or disables this App table entry. | false | 1.0 | TR-098 |
AppStatus | string | string | - | The status of this App table entry. Enumeration of:
|
"Disabled" | 1.0 | TR-098 |
ProtocolIdentifier | string(256) | string(256) | W | URN identifying the protocol associated with the given application. A set of defined URNs is given in [Appendix A/TR-098]. | <Empty> | 1.0 | TR-098 |
AppName | string(64) | string(64) | W | Human-readable name associated with this entry in the App table. | <Empty> | 1.0 | TR-098 |
AppDefaultForwardingPolicy | unsignedInt | unsignedInt | W | Identifier of the forwarding policy associated with traffic associated with this App table entry, but not associated with any specified flow. | 0 | 1.0 | TR-098 |
AppDefaultPolicer | int(-1:) | int(-1:) | W | Instance number of the Policer table entry for traffic associated with this App table entry, but not associated with any specified flow. A value of -1 indicates a null policer. |
-1 | 1.0 | TR-098 |
AppDefaultQueue | int(-1:) | int(-1:) | W | Instance number of the Queue table entry for traffic associated with this App table entry, but not associated with any specified flow. A value of -1 indicates a null queue. |
-1 | 1.0 | TR-098 |
AppDefaultDSCPMark | int(-2:) | int(-2:) | W | DSCP to mark traffic associated with this App table entry, but not associated with any specified flow. A value of -1 indicates no change from the incoming packet. A value of -2 indicates automatic marking of DSCP based upon the EthernetPriority value as defined in [Appendix A/TR-098]. |
-1 | 1.0 | TR-098 |
AppDefaultEthernetPriorityMark | int(-2:) | int(-2:) | W | Ethernet priority code (as defined in 802.1D) to mark traffic associated with this App table entry, but not associated with any specified flow. A value of -1 indicates no change from the incoming packet. A value of -2 indicates automatic marking of EthernetPriority based upon the DSCP value as defined in [Appendix A/TR-098]. |
-1 | 1.0 | TR-098 |
InternetGatewayDevice.QueueManagement.Flow.{i}. | object[0:] | object[0:∞] | W | Flow table. | - | 1.0 | TR-098 |
FlowKey | unsignedInt | unsignedInt | - | Unique key for each Flow table entry. | - | 1.0 | TR-098 |
FlowEnable | boolean | boolean | W | Enables or disables this Flow table entry. | false | 1.0 | TR-098 |
FlowStatus | string | string | - | The status of this Flow table entry. Enumeration of:
|
"Disabled" | 1.0 | TR-098 |
FlowType | string(256) | string(256) | W | URN identifying the type of flow to be associated with the specified queue and policer. A set of defined URNs is given in [Appendix A/TR-098]. | <Empty> | 1.0 | TR-098 |
FlowTypeParameters | string(256) | string(256) | W | List of name-value pairs representing additional criteria to identify the flow type. The use and interpretation is specific to the particular FlowType URN.Encoded using the "x-www-form-urlencoded" content type defined in [HTML4.01]. | <Empty> | 1.0 | TR-098 |
FlowName | string(64) | string(64) | W | Human-readable name associated with this entry in the Flow table. | <Empty> | 1.0 | TR-098 |
AppIdentifier | int(-1:) | int(-1:) | W | Instance number of the App table entry associated with this flow. A value of -1 indicates the flow table is not associated with any App table entry. | -1 | 1.0 | TR-098 |
FlowForwardingPolicy | unsignedInt | unsignedInt | W | Identifier of the forwarding policy associated with this flow. | 0 | 1.0 | TR-098 |
FlowPolicer | int(-1:) | int(-1:) | W | Instance number of the Policer table entry for traffic that falls in this flow. A value of -1 indicates a null policer. |
-1 | 1.0 | TR-098 |
FlowQueue | int(-1:) | int(-1:) | W | Instance number of the Queue table entry for traffic that falls in this flow. A value of -1 indicates a null queue. |
-1 | 1.0 | TR-098 |
FlowDSCPMark | int(-2:) | int(-2:) | W | DSCP to mark traffic with that falls into this flow. A value of -1 indicates no change from the incoming packet. A value of -2 indicates automatic marking of DSCP based upon the EthernetPriority value as defined in [Appendix A/TR-098]. |
-1 | 1.0 | TR-098 |
FlowEthernetPriorityMark | int(-2:) | int(-2:) | W | Ethernet priority code (as defined in 802.1D) to mark traffic with that falls into this flow. A value of -1 indicates no change from the incoming packet. A value of -2 indicates automatic marking of EthernetPriority based upon the DSCP value as defined in [Appendix A/TR-098]. |
-1 | 1.0 | TR-098 |
InternetGatewayDevice.QueueManagement.Policer.{i}. | object[0:] | object[0:∞] | W | Policer table. | - | 1.0 | TR-098 |
PolicerKey | unsignedInt | unsignedInt | - | Unique key for each policer entry. | - | 1.0 | TR-098 |
PolicerEnable | boolean | boolean | W | Enables or disables this policer. | false | 1.0 | TR-098 |
PolicerStatus | string | string | - | The status of this policer. Enumeration of:
|
"Disabled" | 1.0 | TR-098 |
CommittedRate | unsignedInt | unsignedInt | W | Committed rate allowed for this policer in bits-per-second. | 0 | 1.0 | TR-098 |
CommittedBurstSize | unsignedInt | unsignedInt | W | Committed Burstsize in bytes. | 0 | 1.0 | TR-098 |
ExcessBurstSize | unsignedInt | unsignedInt | W | Excess Burstsize in bytes. Applied for a SingleRateThreeColor meter. |
0 | 1.0 | TR-098 |
PeakRate | unsignedInt | unsignedInt | W | Peak rate allowed for this Meter in bits-per-second. Applied for TwoRateThreeColor meters. |
0 | 1.0 | TR-098 |
PeakBurstSize | unsignedInt | unsignedInt | W | Peak Burstsize in bytes. Applied for TwoRateThreeColor meters. |
0 | 1.0 | TR-098 |
MeterType | string | string | W | Identifies the method of traffic measurement to be used for this policer. Enumeration of:
SimpleTokenBucket makes use of CommittedRate and CommittedBurstSize. SingleRateThreeColor makes use of CommittedRate, CommittedBurstSize, and ExcessBurstSize as defined in RFC 2697. TwoRateThreeColor makes use of CommittedRate, CommittedBurstSize, PeakRate, and PeakBurstSize as defined in RFC 2698. |
"SimpleTokenBucket" | 1.0 | TR-098 |
PossibleMeterTypes | string[] | list of string | - | Comma-separated list of strings. Supported meter types. Each list item is an enumeration of:
|
- | 1.0 | TR-098 |
ConformingAction | string | string | W | Instructions for how to handle traffic that is conforming. Possible patterns:
Null corresponds with no action. A Count action increases the meter instance count statistics. <DSCP Value> is an unsigned integer that corresponds with a mark action overwriting the traffic's DSCP with the configured DSCP. |
"Null" | 1.0 | TR-098 |
PartialConformingAction | string | string | W | Instructions for how to handle traffic that is partially conforming (colored yellow). Possible patterns:
Null corresponds with no action. A Count action increases the meter instance count statistics. <DSCP Value> is an unsigned integer that corresponds with a mark action overwriting the traffic's DSCP with the configured DSCP.Only applies for three-color meters. |
"Drop" | 1.0 | TR-098 |
NonConformingAction | string | string | W | Instructions for how to handle traffic that is non-conforming. Possible patterns:
Null corresponds with no action. A Count action increases the meter instance count statistics. <DSCP Value> is an unsigned integer that corresponds with a mark action overwriting the traffic's DSCP with the configured DSCP. |
"Drop" | 1.0 | TR-098 |
CountedPackets | unsignedInt | unsignedInt | - | Number of Packets counted as result of a count meter action. | 0 | 1.0 | TR-098 |
CountedBytes | unsignedInt | unsignedInt | - | Number of Bytes counted as result of a count meter action. | 0 | 1.0 | TR-098 |
InternetGatewayDevice.QueueManagement.Queue.{i}. | object[0:] | object[0:∞] | W | Queue table. | - | 1.0 | TR-098 |
QueueKey | unsignedInt | unsignedInt | - | Unique key for each queue entry. | - | 1.0 | TR-098 |
QueueEnable | boolean | boolean | W | Enables or disables this queue. | false | 1.0 | TR-098 |
QueueStatus | string | string | - | The status of this queue. Enumeration of:
|
"Disabled" | 1.0 | TR-098 |
QueueInterface | string(256) | string(256) | W | Egress interfaces for which the specified queue must exist. This parameter must be in one of the following forms:
Packets classified into this queue that exit through any other interface must instead use the default queuing behavior specified in the Queue table entry referenced by InternetGatewayDevice.QueueManagement.DefaultQueue. For the default queue itself (the Queue table entry referenced by InternetGatewayDevice.QueueManagement.DefaultQueue), the value of the QueueInterface parameter MUST be ignored. That is, the default queue must exist on all egress interfaces. |
<Empty> | 1.0 | TR-098 |
QueueBufferLength | unsignedInt | unsignedInt | - | Number of bytes in the buffer. | - | 1.0 | TR-098 |
QueueWeight | unsignedInt | unsignedInt | W | Weight of this queue in case of WFQ or WRR, but only used for queues of equal precedence. | 0 | 1.0 | TR-098 |
QueuePrecedence | unsignedInt(1:) | unsignedInt(1:) | W | Precedence of this queue relative to others. Lower numbers imply greater precedence. | 1 | 1.0 | TR-098 |
REDThreshold | unsignedInt | unsignedInt | W | Random Early Discard threshold; in case the DropAlgorithm is RED, this is the threshold to use. | 0 | 1.0 | TR-098 |
REDPercentage | unsignedInt | unsignedInt | W | Random Early Discard percentage; in case the DropAlgorithm is RED, this is the percentage to use. | 0 | 1.0 | TR-098 |
DropAlgorithm | string | string | W | Dropping algorithm used for this queue if congested. Enumeration of:
|
"DT" | 1.0 | TR-098 |
SchedulerAlgorithm | string | string | W | Scheduling Algorithm used by scheduler. Enumeration of:
|
"SP" | 1.0 | TR-098 |
ShapingRate | int(-1:) | int(-1:) | W | Rate to shape this queue's traffic. If <= 100, in percent of the rate of the highest rate-constrained layer over which the packet will travel on egress. The rate is limited over the window period specified by ShapeWindow?. If > 100, in bits per second. A value of -1 indicates no shaping. |
-1 | 1.0 | TR-098 |
ShapingBurstSize | unsignedInt | unsignedInt | W | Burst Size in bytes. | 0 | 1.0 | TR-098 |
InternetGatewayDevice.IPPingDiagnostics. | object | object[1:1] | - | This object is provides access to an IP-layer ping test. | - | 1.0 | TR-069 |
DiagnosticsState | string | string | W | Indicates availability of diagnostic data. Enumeration of:
Value may be set to Requested to initiate the diagnostic test. When writing, the only allowed value is Requested. To ensure the use of the proper test parameters (the writable parameters in this object), the test parameters MUST be set either prior to or at the same time as (in the same SetParameterValues) setting the DiagnosticsState to Requested. When requested, the CPE SHOULD wait until after completion of the communication session with the ACS before starting the diagnostic. When the diagnostic initiated by the ACS is completed (successfully or not), the CPE MUST establish a new connection to the ACS to allow the ACS to view the results, indicating the Event code 8 DIAGNOSTICS COMPLETE in the Inform message. |
- | 1.0 | TR-069 TR-098 |
DSCP | unsignedInt(0:63) | unsignedInt(0:63) | W | DiffServ codepoint to be used for the test packets. By default the CPE should set this value to zero. | - | 1.0 | TR-069 TR-098 |
SuccessCount | unsignedInt | unsignedInt | - | Result parameter indicating the number of successful pings (those in which a successful response was received prior to the timeout) in the most recent ping test. | - | 1.0 | TR-069 TR-098 |
FailureCount | unsignedInt | unsignedInt | - | Result parameter indicating the number of failed pings in the most recent ping test. | - | 1.0 | TR-069 TR-098 |
AverageResponseTime | unsignedInt | unsignedInt | - | Result parameter indicating the average response time in milliseconds over all repetitions with successful responses of the most recent ping test. If there were no successful responses, this value MUST be zero. | - | 1.0 | TR-069 TR-098 |
MinimumResponseTime | unsignedInt | unsignedInt | - | Result parameter indicating the minimum response time in milliseconds over all repetitions with successful responses of the most recent ping test. If there were no successful responses, this value MUST be zero. | - | 1.0 | TR-098 |
MaximumResponseTime | unsignedInt | unsignedInt | - | Result parameter indicating the maximum response time in milliseconds over all repetitions with successful responses of the most recent ping test. If there were no successful responses, this value MUST be zero. | - | 1.0 | TR-069 TR-098 |
InternetGatewayDevice.LANDevice.{i}. | object[0:] | object[0:∞] | - | Each instance contains all LAN-related objects for a given bridged subnet. | - | 1.0 | TR-069 |
InternetGatewayDevice.LANDevice.{i}.LANHostConfigManagement. | object | object[1:1] | - | This object enables reporting of LAN-related device information and setting and configuring LAN IP addressing. | - | 1.0 | TR-069 |
InternetGatewayDevice.LANDevice.{i}.LANHostConfigManagement.IPInterface.{i}. | object[0:] | object[0:∞] | W | IP interface table.
At most one enabled entry in this table can exist with the same values for both IPInterfaceIPAddress and IPInterfaceSubnetMask. |
- | 1.0 | TR-069 |
Enable | boolean | boolean | W | Enables or disables this entry. On creation, an entry is disabled by default. | false | 1.0 | TR-069 TR-098 |
InternetGatewayDevice.LANDevice.{i}.LANEthernetInterfaceConfig.{i}. | object[0:] | object[0:∞] | - | This object models an Ethernet LAN connection on a CPE device. This object must be implemented for CPE that contain an Ethernet interface on the LAN side.
At most one entry in this table can exist with a given value for MACAddress. |
- | 1.0 | TR-069 |
InternetGatewayDevice.LANDevice.{i}.LANEthernetInterfaceConfig.{i}.Stats. | object | object[1:1] | - | This object contains statistics for an Ethernet LAN interface on a CPE device. | - | 1.0 | TR-069 |
BytesSent | unsignedInt | unsignedInt | - | Total number of bytes sent over the interface since the CPE was last reset. | - | 1.0 | TR-069 TR-098 |
BytesReceived | unsignedInt | unsignedInt | - | Total number of bytes received over the interface since the CPE was last reset. | - | 1.0 | TR-069 TR-098 |
PacketsSent | unsignedInt | unsignedInt | - | Total number of packets sent over the interface since the CPE was last reset. | - | 1.0 | TR-069 TR-098 |
PacketsReceived | unsignedInt | unsignedInt | - | Total number of packets received over the interface since the CPE was last reset. | - | 1.0 | TR-069 TR-098 |
InternetGatewayDevice.LANDevice.{i}.LANUSBInterfaceConfig.{i}. | object[0:] | object[0:∞] | - | This object models a USB LAN connection on a CPE device. This object must be implemented for CPE that contain a USB interface on the LAN side.
At most one entry in this table can exist with a given value for MACAddress. |
- | 1.0 | TR-069 |
InternetGatewayDevice.LANDevice.{i}.LANUSBInterfaceConfig.{i}.Stats. | object | object[1:1] | - | This object contains statistics for a USB LAN interface on a CPE device. | - | 1.0 | TR-069 |
BytesSent | unsignedInt | unsignedInt | - | Total number of bytes sent over the interface since the CPE was last reset. | - | 1.0 | TR-069 TR-098 |
BytesReceived | unsignedInt | unsignedInt | - | Total number of bytes received over the interface since the CPE was last reset. | - | 1.0 | TR-069 TR-098 |
CellsSent | unsignedInt | unsignedInt | - | Total number of cells sent over the interface since the CPE was last reset. | - | 1.0 | TR-069 TR-098 |
CellsReceived | unsignedInt | unsignedInt | - | Total number of cells received over the interface since the CPE was last reset. | - | 1.0 | TR-069 TR-098 |
InternetGatewayDevice.LANDevice.{i}.WLANConfiguration.{i}. | object[0:] | object[0:∞] | - | This object models an 802.11 LAN connection on a CPE device. This object must be implemented for CPE that contain an 802.11 interface on the LAN side.
At most one entry in this table can exist with a given value for BSSID, or with a given value for SSID. |
- | 1.0 | TR-069 |
TotalPSKFailures | unsignedInt | unsignedInt | - | The number of times pre-shared key (PSK) authentication has failed (relevant only to WPA and 802.11i). | - | 1.0 | TR-069 TR-098 |
TotalIntegrityFailures | unsignedInt | unsignedInt | - | The number of times the MICHAEL integrity check has failed (relevant only to WPA and 802.11i) | - | 1.0 | TR-069 TR-098 |
ChannelsInUse | string(1024)[] | list(1024) of string | - | Comma-separated list (maximum number of characters 1024) of strings. Channels that the access point determines to be currently in use (including any that it is using itself). Ranges in the form "n-m" are permitted. |
- | 1.0 | TR-069 TR-098 |
TotalBytesSent | unsignedInt | unsignedInt | - | Total number of bytes sent over the interface since the CPE was last reset. | - | 1.0 | TR-069 TR-098 |
TotalBytesReceived | unsignedInt | unsignedInt | - | Total number of bytes received over the interface since the CPE was last reset. | - | 1.0 | TR-069 TR-098 |
TotalPacketsSent | unsignedInt | unsignedInt | - | Total number of packets sent over the interface since the CPE was last reset. | - | 1.0 | TR-069 TR-098 |
TotalPacketsReceived | unsignedInt | unsignedInt | - | Total number of packets received over the interface since the CPE was last reset. | - | 1.0 | TR-069 TR-098 |
TotalAssociations | unsignedInt | unsignedInt | - | The number of devices currently associated with the access point. This corresponds to the number of entries in the AssociatedDeivce? table. | - | 1.0 | TR-069 TR-098 |
InternetGatewayDevice.LANDevice.{i}.WLANConfiguration.{i}.AssociatedDevice.{i}. | object[0:] | object[0:∞] | - | A table of the devices currently associated with the access point. The size of this table is given by InternetGatewayDevice.LANDevice.{i}.WLANConfiguration.{i}.TotalAssociations. This object must be implemented for CPE that contain an 802.11 interface on the LAN side.
At most one entry in this table can exist with a given value for AssociatedDeviceMACAddress. |
- | 1.0 | TR-069 |
AssociatedDeviceMACAddress | string(17) | MACAddress | - | [MACAddress] The MAC address of an associated device. | - | 1.0 | TR-069 TR-098 |
AssociatedDeviceIPAddress | string(64) | string(64) | - | The IP address or DNS name of an associated device. | - | 1.0 | TR-069 TR-098 |
AssociatedDeviceAuthenticationState | boolean | boolean | - | Whether an associated device has authenticated (true) or not (false). | - | 1.0 | TR-069 TR-098 |
LastRequestedUnicastCipher | string(256) | string(256) | - | The unicast cipher that was most recently used for a station with a specified MAC address (802.11i only). | - | 1.0 | TR-069 TR-098 |
LastRequestedMulticastCipher | string(256) | string(256) | - | The multicast cipher that was most recently used for a station with a specified MAC address (802.11i only). | - | 1.0 | TR-069 TR-098 |
LastPMKId | string(256) | string(256) | - | The pairwise master key (PMK) that was most recently used for a station with a specified MAC address (802.11i only). | - | 1.0 | TR-069 TR-098 |
InternetGatewayDevice.LANDevice.{i}.Hosts. | object | object[1:1] | - | This object provides information about each of the hosts on the LAN, including those whose IP address was allocated by the CPE using DHCP as well as hosts with statically allocated IP addresses. | - | 1.0 | TR-069 |
InternetGatewayDevice.LANDevice.{i}.Hosts.Host.{i}. | object[0:] | object[0:∞] | - | Host table.
At most one entry in this table can exist with a given value for MACAddress. |
- | 1.0 | TR-069 |
LeaseTimeRemaining | int(-1:) | int(-1:) | - | DHCP lease time remaining in seconds. A value of -1 indicates an infinite lease. The value must be 0 (zero) if the AddressSource is not DHCP. | - | 1.0 | TR-069 TR-098 |
InternetGatewayDevice.WANDevice.{i}. | object[0:] | object[0:∞] | - | Each instance contains all objects associated with a particular physical WAN interface. | - | 1.0 | TR-069 |
InternetGatewayDevice.WANDevice.{i}.WANCommonInterfaceConfig. | object | object[1:1] | - | This object models WAN interface properties common across all connection instances. | - | 1.0 | TR-069 |
TotalBytesSent | unsignedInt | unsignedInt | - | The cumulative counter for total number of bytes sent upstream across all connection service instances on the WAN device. | - | 1.0 | TR-069 TR-098 |
TotalBytesReceived | unsignedInt | unsignedInt | - | The cumulative counter for total number of bytes received downstream across all connection service instances on the WAN device. | - | 1.0 | TR-069 TR-098 |
TotalPacketsSent | unsignedInt | unsignedInt | - | The cumulative counter for total number of packets (IP or PPP) sent upstream across all connection service instances on the WAN device. | - | 1.0 | TR-069 TR-098 |
TotalPacketsReceived | unsignedInt | unsignedInt | - | The cumulative counter for total number of packets (IP or PPP) received downstream across all connection service instances on the WAN device. | - | 1.0 | TR-069 TR-098 |
MaximumActiveConnections | unsignedInt | unsignedInt | - | Indicates the maximum number of active connections the CPE can simultaneously support. | - | 1.0 | TR-069 TR-098 |
InternetGatewayDevice.WANDevice.{i}.WANDSLInterfaceConfig. | object[0:1] | object[0:1] | - | This object models physical layer properties specific to a single physical connection of a DSL modem used for Internet access on a CPE. This object is required for a CPE with a DSL modem WAN interface, and is exclusive of any other WAN*InterfaceConfig object within a given WANDevice instance. | - | 1.0 | TR-069 |
UpstreamCurrRate | unsignedInt | unsignedInt | - | The current payload bandwidth (expressed in Kbps) of the upstream DSL channel. | - | 1.0 | TR-069 TR-098 |
DownstreamCurrRate | unsignedInt | unsignedInt | - | The current payload bandwidth (expressed in Kbps) of the downstream DSL channel. | - | 1.0 | TR-069 TR-098 |
UpstreamMaxRate | unsignedInt | unsignedInt | - | The current attainable rate (expressed in Kbps) of the upstream DSL channel. | - | 1.0 | TR-069 TR-098 |
DownstreamMaxRate | unsignedInt | unsignedInt | - | The current attainable rate (expressed in Kbps) of the downstream DSL channel. | - | 1.0 | TR-069 TR-098 |
UpstreamNoiseMargin | int | int | - | The current signal-to-noise ratio (expressed in 0.1 db) of the upstream DSL connection. | - | 1.0 | TR-069 TR-098 |
DownstreamNoiseMargin | int | int | - | The current signal-to-noise ratio (expressed in 0.1 db) of the downstream DSL connection. | - | 1.0 | TR-069 TR-098 |
UpstreamAttenuation | int | int | - | The current upstream signal loss (expressed in 0.1 dB). | - | 1.0 | TR-069 TR-098 |
DownstreamAttenuation | int | int | - | The current downstream signal loss (expressed in 0.1 dB). | - | 1.0 | TR-069 TR-098 |
UpstreamPower | int | int | - | The current output power at the CPE's DSL interface (expressed in 0.1 dBmV), | - | 1.0 | TR-069 TR-098 |
DownstreamPower | int | int | - | The current received power at the CPE's DSL interface (expressed in 0.1 dBmV), | - | 1.0 | TR-069 TR-098 |
TotalStart | unsignedInt | unsignedInt | - | Number of seconds since the beginning of the period used for collection of Total statistics. Statistics SHOULD continue to be accumulated across CPE reboots, though this may not always be possible. |
- | 1.0 | TR-069 TR-098 |
ShowtimeStart | unsignedInt | unsignedInt | - | Number of seconds since the most recent DSL Showtime-the beginning of the period used for collection of Showtime[RFC2616] statistics. | - | 1.0 | TR-069 TR-098 |
LastShowtimeStart | unsignedInt | unsignedInt | - | Number of seconds since the second most recent DSL Showtime-the beginning of the period used for collection of LastShowtime statistics. If the CPE has not retained information about the second most recent Showtime (e.g., on reboot), the start of LastShowtime statistics MAY temporarily coincide with the start of Showtime statistics. |
- | 1.0 | TR-069 TR-098 |
CurrentDayStart | unsignedInt | unsignedInt | - | Number of seconds since the beginning of the period used for collection of CurrentDay statistics. The CPE MAY align the beginning of each CurrentDay interval with days in the UTC time zone, but is not required to do so. Statistics SHOULD continue to be accumulated across CPE reboots, though this may not always be possible. |
- | 1.0 | TR-069 TR-098 |
QuarterHourStart | unsignedInt | unsignedInt | - | Number of seconds since the beginning of the period used for collection of QuarterHour statistics. The CPE MAY align the beginning of each QuarterHour interval with real-time quarter-hour intervals, but is not required to do so. Statistics SHOULD continue to be accumulated across CPE reboots, though this may not always be possible. |
- | 1.0 | TR-069 TR-098 |
InternetGatewayDevice.WANDevice.{i}.WANDSLInterfaceConfig.Stats. | object | object[1:1] | - | This object contains statistics for a WAN DSL physical interface. | - | 1.0 | TR-069 |
InternetGatewayDevice.WANDevice.{i}.WANDSLInterfaceConfig.Stats.Total. | object | object[1:1] | - | This object contains DSL total statistics. | - | 1.0 | TR-069 |
ReceiveBlocks | unsignedInt | unsignedInt | - | Total number of successfully received blocks. | - | 1.0 | TR-069 TR-098 |
TransmitBlocks | unsignedInt | unsignedInt | - | Total number of successfully transmitted blocks. | - | 1.0 | TR-069 TR-098 |
CellDelin | unsignedInt | unsignedInt | - | Total number of cell-delineation errors (total seconds with NCD or LCD failures as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
LinkRetrain | unsignedInt | unsignedInt | - | Total number of link-retrain errors (Full Initialization Count as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
InitErrors | unsignedInt | unsignedInt | - | Total number of initialization errors (LINIT failures as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
InitTimeouts | unsignedInt | unsignedInt | - | Total number of initialization timeout errors. | - | 1.0 | TR-069 TR-098 |
LossOfFraming | unsignedInt | unsignedInt | - | Total number of loss-of-framing errors (LOF failures as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
ErroredSecs | unsignedInt | unsignedInt | - | Total number of errored seconds (ES-L as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
SeverelyErroredSecs | unsignedInt | unsignedInt | - | Total number of severely errored seconds (SES-L as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
FECErrors | unsignedInt | unsignedInt | - | Total number of FEC errors detected (FEC-C as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
ATUCFECErrors | unsignedInt | unsignedInt | - | Total number of FEC errors detected by the ATU-C (FEC-CFE as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
HECErrors | unsignedInt | unsignedInt | - | Total number of HEC errors detected (HEC-P as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
ATUCHECErrors | unsignedInt | unsignedInt | - | Total number of HEC errors detected by the ATU-C (HEC-PFE as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
CRCErrors | unsignedInt | unsignedInt | - | Total number of CRC errors detected (CV-C as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
ATUCCRCErrors | unsignedInt | unsignedInt | - | Total number of CRC errors detected by the ATU-C (CV-CFE as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
InternetGatewayDevice.WANDevice.{i}.WANDSLInterfaceConfig.Stats.Showtime. | object | object[1:1] | - | This object contains DSL statistics accumulated since the most recent DSL Showtime. | - | 1.0 | TR-069 |
ReceiveBlocks | unsignedInt | unsignedInt | - | Number of successfully received blocks since the most recent DSL Showtime. | - | 1.0 | TR-069 TR-098 |
TransmitBlocks | unsignedInt | unsignedInt | - | Number of successfully transmitted blocks since the most recent DSL Showtime. | - | 1.0 | TR-069 TR-098 |
CellDelin | unsignedInt | unsignedInt | - | Number of cell-delineation errors since the most recent DSL Showtime (total seconds with NCD or LCD failures as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
LinkRetrain | unsignedInt | unsignedInt | - | Number of link-retrain errors since the most recent DSL Showtime (Full Initialization Count as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
InitErrors | unsignedInt | unsignedInt | - | Number of initialization errors since the most recent DSL Showtime (LINIT failures as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
InitTimeouts | unsignedInt | unsignedInt | - | Number of initialization timeout errors since the most recent DSL Showtime. | - | 1.0 | TR-069 TR-098 |
LossOfFraming | unsignedInt | unsignedInt | - | Number of loss-of-framing errors since the most recent DSL Showtime (LOF failures as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
ErroredSecs | unsignedInt | unsignedInt | - | Number of errored seconds since the most recent DSL Showtime (ES-L as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
SeverelyErroredSecs | unsignedInt | unsignedInt | - | Number of severely errored seconds since the most recent DSL Showtime (SES-L as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
FECErrors | unsignedInt | unsignedInt | - | Number of FEC errors detected since the most recent DSL Showtime (FEC-C as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
ATUCFECErrors | unsignedInt | unsignedInt | - | Number of FEC errors detected by the ATU-C since the most recent DSL Showtime (FEC-CFE as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
HECErrors | unsignedInt | unsignedInt | - | Number of HEC errors detected since the most recent DSL Showtime (HEC-P as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
ATUCHECErrors | unsignedInt | unsignedInt | - | Number of HEC errors detected by the ATU-C since the most recent DSL Showtime (HEC-PFE as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
CRCErrors | unsignedInt | unsignedInt | - | Number of CRC errors detected since the most recent DSL Showtime (CV-C as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
ATUCCRCErrors | unsignedInt | unsignedInt | - | Number of CRC errors detected by the ATU-C since the most recent DSL Showtime (CV-CFE as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
InternetGatewayDevice.WANDevice.{i}.WANDSLInterfaceConfig.Stats.LastShowtime. | object | object[1:1] | - | This object contains DSL statistics accumulated since the second most recent DSL Showtime. | - | 1.0 | TR-069 |
ReceiveBlocks | unsignedInt | unsignedInt | - | Number of successfully received blocks since the second most recent DSL Showtime. | - | 1.0 | TR-069 TR-098 |
TransmitBlocks | unsignedInt | unsignedInt | - | Number of successfully transmitted blocks since the second most recent DSL Showtime. | - | 1.0 | TR-069 TR-098 |
CellDelin | unsignedInt | unsignedInt | - | Number of cell-delineation errors since the second most recent DSL Showtime (total seconds with NCD or LCD failures as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
LinkRetrain | unsignedInt | unsignedInt | - | Number of link-retrain errors since the second most recent DSL Showtime (Full Initialization Count as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
InitErrors | unsignedInt | unsignedInt | - | Number of initialization errors since the second most recent DSL Showtime (LINIT failures as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
InitTimeouts | unsignedInt | unsignedInt | - | Number of initialization timeout errors since the second most recent DSL Showtime. | - | 1.0 | TR-069 TR-098 |
LossOfFraming | unsignedInt | unsignedInt | - | Number of loss-of-framing errors since the second most recent DSL Showtime (LOF failures as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
ErroredSecs | unsignedInt | unsignedInt | - | Number of errored seconds since the second most recent DSL Showtime (ES-L as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
SeverelyErroredSecs | unsignedInt | unsignedInt | - | Number of severely errored seconds since the second most recent DSL Showtime (SES-L as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
FECErrors | unsignedInt | unsignedInt | - | Number of FEC errors detected since the second most recent DSL Showtime (FEC-C as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
ATUCFECErrors | unsignedInt | unsignedInt | - | Number of FEC errors detected by the ATU-C since the second most recent DSL Showtime (FEC-CFE as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
HECErrors | unsignedInt | unsignedInt | - | Number of HEC errors detected since the second most recent DSL Showtime (HEC-P as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
ATUCHECErrors | unsignedInt | unsignedInt | - | Number of HEC errors detected by the ATU-C since the second most recent DSL Showtime (HEC-PFE as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
CRCErrors | unsignedInt | unsignedInt | - | Number of CRC errors detected since the second most recent DSL Showtime (CV-C as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
ATUCCRCErrors | unsignedInt | unsignedInt | - | Number of CRC errors detected by the ATU-C since the second most recent DSL Showtime (CV-CFE as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
InternetGatewayDevice.WANDevice.{i}.WANDSLInterfaceConfig.Stats.CurrentDay. | object | object[1:1] | - | This object contains DSL statistics accumulated during the current day. | - | 1.0 | TR-069 |
ReceiveBlocks | unsignedInt | unsignedInt | - | Number of successfully received blocks during the current day. | - | 1.0 | TR-069 TR-098 |
TransmitBlocks | unsignedInt | unsignedInt | - | Number of successfully transmitted blocks during the current day. | - | 1.0 | TR-069 TR-098 |
CellDelin | unsignedInt | unsignedInt | - | Number of cell-delineation errors during the current day (total seconds with NCD or LCD failures as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
LinkRetrain | unsignedInt | unsignedInt | - | Number of link-retrain errors during the current day (Full Initialization Count as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
InitErrors | unsignedInt | unsignedInt | - | Number of initialization errors during the current day (LINIT failures as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
InitTimeouts | unsignedInt | unsignedInt | - | Number of initialization timeout errors during the current day. | - | 1.0 | TR-069 TR-098 |
LossOfFraming | unsignedInt | unsignedInt | - | Number of loss-of-framing errors during the current day (LOF failures as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
ErroredSecs | unsignedInt | unsignedInt | - | Number of errored seconds during the current day (ES-L as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
SeverelyErroredSecs | unsignedInt | unsignedInt | - | Number of severely errored seconds during the current day (SES-L as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
FECErrors | unsignedInt | unsignedInt | - | Number of FEC errors detected during the current day (FEC-C as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
ATUCFECErrors | unsignedInt | unsignedInt | - | Number of FEC errors detected by the ATU-C during the current day (FEC-CFE as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
HECErrors | unsignedInt | unsignedInt | - | Number of HEC errors detected during the current day (HEC-P as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
ATUCHECErrors | unsignedInt | unsignedInt | - | Number of HEC errors detected by the ATU-C during the current day (HEC-PFE as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
CRCErrors | unsignedInt | unsignedInt | - | Number of CRC errors detected during the current day (CV-C as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
ATUCCRCErrors | unsignedInt | unsignedInt | - | Number of CRC errors detected by the ATU-C during the current day (CV-CFE as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
InternetGatewayDevice.WANDevice.{i}.WANDSLInterfaceConfig.Stats.QuarterHour. | object | object[1:1] | - | This object contains DSL statistics accumulated during the current quarter hour. | - | 1.0 | TR-069 |
ReceiveBlocks | unsignedInt | unsignedInt | - | Number of successfully received blocks during the current quarter hour. | - | 1.0 | TR-069 TR-098 |
TransmitBlocks | unsignedInt | unsignedInt | - | Number of successfully transmitted blocks during the current quarter hour. | - | 1.0 | TR-069 TR-098 |
CellDelin | unsignedInt | unsignedInt | - | Number of cell-delineation errors during the current quarter hour (total seconds with NCD or LCD failures as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
LinkRetrain | unsignedInt | unsignedInt | - | Number of link-retrain errors during the current quarter hour (Full Initialization Count as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
InitErrors | unsignedInt | unsignedInt | - | Number of initialization errors during the current quarter hour (LINIT failures as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
InitTimeouts | unsignedInt | unsignedInt | - | Number of initialization timeout errors during the current quarter hour. | - | 1.0 | TR-069 TR-098 |
LossOfFraming | unsignedInt | unsignedInt | - | Number of loss-of-framing errors during the current quarter hour (LOF failures as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
ErroredSecs | unsignedInt | unsignedInt | - | Number of errored seconds during the current quarter hour (ES-L as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
SeverelyErroredSecs | unsignedInt | unsignedInt | - | Number of severely errored seconds during the current quarter hour (SES-L as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
FECErrors | unsignedInt | unsignedInt | - | Number of FEC errors detected during the current quarter hour (FEC-C as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
ATUCFECErrors | unsignedInt | unsignedInt | - | Number of FEC errors detected by the ATU-C during the current quarter hour (FEC-CFE as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
HECErrors | unsignedInt | unsignedInt | - | Number of HEC errors detected during the current quarter hour (HEC-P as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
ATUCHECErrors | unsignedInt | unsignedInt | - | Number of HEC errors detected by the ATU-C during the current quarter hour (HEC-PFE as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
CRCErrors | unsignedInt | unsignedInt | - | Number of CRC errors detected during the current quarter hour (CV-C as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
ATUCCRCErrors | unsignedInt | unsignedInt | - | Number of CRC errors detected by the ATU-C during the current quarter hour (CV-CFE as defined in ITU-T Rec. G.997.1). | - | 1.0 | TR-069 TR-098 |
InternetGatewayDevice.WANDevice.{i}.WANEthernetInterfaceConfig. | object[0:1] | object[0:1] | - | This object models physical layer properties specific to a single Ethernet physical connection used for Internet access on a CPE. This object is required for a CPE with an Ethernet WAN interface, and is exclusive of any other WAN*InterfaceConfig object within a given WANDevice instance. Note that this object is not related to the Ethernet protocol layer sometimes used in associated with a DSL connection. | - | 1.0 | TR-069 |
InternetGatewayDevice.WANDevice.{i}.WANEthernetInterfaceConfig.Stats. | object | object[1:1] | - | This object contains statistics for an Ethernet WAN interface on a CPE device. | - | 1.0 | TR-069 |
BytesSent | unsignedInt | unsignedInt | - | Total number of bytes sent over the interface since the CPE was last reset. | - | 1.0 | TR-069 TR-098 |
BytesReceived | unsignedInt | unsignedInt | - | Total number of bytes received over the interface since the CPE was last reset. | - | 1.0 | TR-069 TR-098 |
PacketsSent | unsignedInt | unsignedInt | - | Total number of packets sent over the interface since the CPE was last reset. | - | 1.0 | TR-069 TR-098 |
PacketsReceived | unsignedInt | unsignedInt | - | Total number of packets received over the interface since the CPE was last reset. | - | 1.0 | TR-069 TR-098 |
InternetGatewayDevice.WANDevice.{i}.WANDSLDiagnostics. | object | object[1:1] | - | This object is to provide diagnostic information for a CPE with an ADSL2 or ADSL2+ modem WAN interface, but may also be used for ADSL. | - | 1.0 | TR-069 TR-098 |
LoopDiagnosticsState | string | string | W | Indicates availability of diagnostic data. Enumeration of:
Value may be set to Requested to initiate the diagnostic test, which brings down the DSL connection while the test is operating. When writing, the only allowed value is Requested. When requested, the CPE SHOULD wait until after completion of the communication session with the ACS before starting the diagnostic. When the diagnostic initiated by the ACS is completed, the CPE MUST establish a new connection to the ACS to allow the ACS to view the results, indicating the corresponding reason in the Inform message. |
- | 1.0 | TR-069 TR-098 |
ACTPSDds | int | int | - | Downstream actual power spectral density. Interpretation of the value is as defined in ITU-T Rec. G.997.1. | - | 1.0 | TR-069 TR-098 |
ACTPSDus | int | int | - | Upstream actual power spectral density. Interpretation of the value is as defined in ITU-T Rec. G.997.1. | - | 1.0 | TR-069 TR-098 |
ACTATPds | int | int | - | Downstream actual aggregate transmitter power. Interpretation of the value is as defined in ITU-T Rec. G.997.1. | - | 1.0 | TR-069 TR-098 |
ACTATPus | int | int | - | Upstream actual aggregate transmitter power. Interpretation of the value is as defined in ITU-T Rec. G.997.1. | - | 1.0 | TR-069 TR-098 |
HLINSCds | int | int | - | Downstream linear representation scale. Interpretation of the value is as defined in ITU-T Rec. G.997.1. | - | 1.0 | TR-069 TR-098 |
HLINpsds | int[] | list of int | - | Comma-separated list of integers. Downstream linear channel characteristics per subcarrier. Each successive pair of integers represents the real and imaginary parts of each complex value. Maximum number of complex pairs is 256 for ADSL and ADSL2, 512 for ADSL2+. Interpretation of the value is as defined in ITU-T Rec. G.997.1. | - | 1.0 | TR-069 TR-098 |
QLNpsds | int[] | list of int | - | Comma-separated list of integers. Downstream quiet line noise per subcarrier. Maximum number of elements is 256 for ADSL and ADSL2, 512 for ADSL2+. Interpretation of the value is as defined in ITU-T Rec. G.997.1. | - | 1.0 | TR-069 TR-098 |
SNRpsds | int[] | list of int | - | Comma-separated list of integers. Downstream SNR per subcarrier. Maximum number of elements is 256 for ADSL and ADSL2, 512 for ADSL2+. Interpretation of the value is as defined in ITU-T Rec. G.997.1. | - | 1.0 | TR-069 TR-098 |
BITSpsds | int[] | list of int | - | Comma-separated list of integers. Downstream bit allocation per subcarrier. Maximum number of elements is 256 for ADSL and ADSL2, 512 for ADSL2+. Interpretation of the value is as defined in ITU-T Rec. G.997.1. | - | 1.0 | TR-069 TR-098 |
GAINSpsds | int[] | list of int | - | Comma-separated list of integers. Downstream gain allocation per subcarrier. Maximum number of elements is 256 for ADSL and ADSL2, 512 for ADSL2+. Interpretation of the value is as defined in ITU-T Rec. G.997.1. | - | 1.0 | TR-069 TR-098 |
InternetGatewayDevice.WANDevice.{i}.WANConnectionDevice.{i}. | object[0:] | object[0:∞] | W | Each instance contains objects associated with a given WAN link. In this case of DSL, each instance corresponds to a single ATM VC. On creation of a WANConnectionDevice instance, there are initially no connection objects contained within. | - | 1.0 | TR-069 |
InternetGatewayDevice.WANDevice.{i}.WANConnectionDevice.{i}.WANDSLLinkConfig. | object[0:1] | object[0:1] | - | This object models the ATM layer properties specific to a single physical connection of a DSL modem used for Internet access on a CPE. This object is intended for a CPE with a DSL modem WAN interface, and is exclusive of any other WAN*LinkConfig object within a given WANConnectionDevice instance. | - | 1.0 | TR-069 TR-098 |
Enable | boolean | boolean | W | Enables or disables the link. On creation of a WANConnectionDevice, this object is disabled by default. | false | 1.0 | TR-069 TR-098 |
ATMTransmittedBlocks | unsignedInt | unsignedInt | - | The current count of successfully transmitted blocks. | - | 1.0 | TR-069 TR-098 |
ATMReceivedBlocks | unsignedInt | unsignedInt | - | The current count of successfully received blocks. | - | 1.0 | TR-069 TR-098 |
AAL5CRCErrors | unsignedInt | unsignedInt | - | Count of the AAL5 layer cyclic redundancy check errors. | - | 1.0 | TR-069 TR-098 |
ATMCRCErrors | unsignedInt | unsignedInt | - | Count of the ATM layer cyclic redundancy check errors. | - | 1.0 | TR-069 TR-098 |
ATMHECErrors | unsignedInt | unsignedInt | - | Count of the number of Header Error Check related errors at the ATM layer. | - | 1.0 | TR-069 TR-098 |
InternetGatewayDevice.WANDevice.{i}.WANConnectionDevice.{i}.WANATMF5LoopbackDiagnostics. | object | object[1:1] | - | This object is provides access to an ATM-layer F5 OAM loopback test. | - | 1.0 | TR-069 |
DiagnosticsState | string | string | W | Indicates availability of diagnostic data. Enumeration of:
Value may be set to Requested to initiate the diagnostic test. When writing, the only allowed value is Requested. To ensure the use of the proper test parameters (the writable parameters in this object), the test parameters MUST be set either prior to or at the same time as (in the same SetParameterValues) setting the DiagnosticsState to Requested. When requested, the CPE SHOULD wait until after completion of the communication session with the ACS before starting the diagnostic. When the diagnostic initiated by the ACS is completed (successfully or not), the CPE MUST establish a new connection to the ACS to allow the ACS to view the results, indicating the Event code 8 DIAGNOSTICS COMPLETE in the Inform message. |
"None" | 1.0 | TR-069 TR-098 |
SuccessCount | unsignedInt | unsignedInt | - | Result parameter indicating the number of successful pings (those in which a successful response was received prior to the timeout) in the most recent ping test. | - | 1.0 | TR-069 TR-098 |
FailureCount | unsignedInt | unsignedInt | - | Result parameter indicating the number of failed pings in the most recent ping test. | - | 1.0 | TR-069 TR-098 |
AverageResponseTime | unsignedInt | unsignedInt | - | Result parameter indicating the average response time in milliseconds over all repetitions with successful responses of the most recent ping test. If there were no successful responses, this value MUST be zero. | - | 1.0 | TR-069 TR-098 |
MinimumResponseTime | unsignedInt | unsignedInt | - | Result parameter indicating the minimum response time in milliseconds over all repetitions with successful responses of the most recent ping test. If there were no successful responses, this value MUST be zero. | - | 1.0 | TR-069 TR-098 |
MaximumResponseTime | unsignedInt | unsignedInt | - | Result parameter indicating the maximum response time in milliseconds over all repetitions with successful responses of the most recent ping test. If there were no successful responses, this value MUST be zero. | - | 1.0 | TR-069 TR-098 |
InternetGatewayDevice.WANDevice.{i}.WANConnectionDevice.{i}.WANEthernetLinkConfig. | object[0:1] | object[0:1] | - | This object models the Ethernet link layer properties specific to a single physical connection used for Internet access on a CPE. This object is intended for a CPE with an Ethernet WAN interface, and is exclusive of any other WAN*LinkConfig object within a given WANConnectionDevice instance. Note that this object is not related to the Ethernet protocol layer sometimes used in associated with a DSL connection. | - | 1.0 | TR-069 TR-098 |
InternetGatewayDevice.WANDevice.{i}.WANConnectionDevice.{i}.WANPOTSLinkConfig. | object[0:1] | object[0:1] | - | This object models the POTS link layer properties specific to a single physical connection used for Internet access on a CPE. This object is intended for a CPE with a POTS WAN interface, and is exclusive of any other WAN*LinkConfig object within a given WANConnectionDevice instance. | - | 1.0 | TR-069 TR-098 |
Enable | boolean | boolean | W | Enables or disables the link. On creation of a WANConnectionDevice, this object is disabled by default. | false | 1.0 | TR-069 TR-098 |
InternetGatewayDevice.WANDevice.{i}.WANConnectionDevice.{i}.WANIPConnection.{i}. | object[0:] | object[0:∞] | W | This object enables configuration of IP connections on the WAN interface of a CPE. This object is intended only for all WANConnectionDevices not employing PPP addressing, and must not be active for WANConnectionDevices that do employ PPP addressing.
At most one enabled entry in this table can exist with a given value for ExternalIPAddress. |
- | 1.0 | TR-069 TR-098 |
Enable | boolean | boolean | W | Enables or disables the connection instance. On creation of a WANIPConnection instance, it is initially disabled. | false | 1.0 | TR-069 TR-098 |
Uptime | unsignedInt | unsignedInt | - | The time in seconds that this connection has been up. | - | 1.0 | TR-069 TR-098 |
NATEnabled | boolean | boolean | W | Indicates if Network Address Translation (NAT) is enabled for this connection. | - | 1.0 | TR-069 TR-098 |
ShapingRate | int(-1:) | int(-1:) | W | Rate to shape this connection's egress traffic to. If <= 100, in percent of the rate of the highest rate-constrained layer over which the packet will travel on egress. The rate is limited over the window period specified by ShapeWindow?. If > 100, in bits per second. A value of -1 indicates no shaping. |
-1 | 1.0 | TR-098 |
ShapingBurstSize | unsignedInt | unsignedInt | W | Burst Size in bytes. | 0 | 1.0 | TR-098 |
InternetGatewayDevice.WANDevice.{i}.WANConnectionDevice.{i}.WANIPConnection.{i}.PortMapping.{i}. | object[0:] | object[0:∞] | W | Port mapping table. This table MUST NOT contain dynamic NAT binding entries.
At most one enabled entry in this table can exist with the same values for all of RemoteHost, ExternalPort and PortMappingProtocol. |
- | 1.0 | TR-069 TR-098 |
PortMappingEnabled | boolean | boolean | W | Enables or disables the port mapping instance. On creation, an entry is disabled by default. | false | 1.0 | TR-069 TR-098 |
PortMappingLeaseDuration | unsignedInt | unsignedInt | W | Determines the time to live, in seconds, of a port-mapping lease. A value of 0 means the port mapping is static. Static port mappings do not necessarily mean persistence of these mappings across device resets or reboots. | - | 1.0 | TR-069 TR-098 |
InternetGatewayDevice.WANDevice.{i}.WANConnectionDevice.{i}.WANIPConnection.{i}.Stats. | object | object[1:1] | - | This object contains statistics for all connections within the same WANConnectionDevice that share a common MAC address. The contents of this object should be identical for each such connection. This object is intended only for WANConnectionDevices that can support an Ethernet-layer on this interface (e.g., PPPoE, IPoE). |
- | 1.0 | TR-069 TR-098 |
EthernetBytesSent | unsignedInt | unsignedInt | - | Total number of bytes sent over all connections within the same WANConnectionDevice that share a common MAC address since the CPE was last reset. | - | 1.0 | TR-069 TR-098 |
EthernetBytesReceived | unsignedInt | unsignedInt | - | Total number of bytes received over all connections within the same WANConnectionDevice that share a common MAC address since the CPE was last reset. | - | 1.0 | TR-069 TR-098 |
EthernetPacketsSent | unsignedInt | unsignedInt | - | Total number of Ethernet packets sent over all connections within the same WANConnectionDevice that share a common MAC address since the CPE was last reset. | - | 1.0 | TR-069 TR-098 |
EthernetPacketsReceived | unsignedInt | unsignedInt | - | Total number of Ethernet packets received over all connections within the same WANConnectionDevice that share a common MAC address since the CPE was last reset. | - | 1.0 | TR-069 TR-098 |
InternetGatewayDevice.WANDevice.{i}.WANConnectionDevice.{i}.WANPPPConnection.{i}. | object[0:] | object[0:∞] | W | This object enables configuration of PPP connections on the WAN interface of a CPE. This object is intended only for all WANConnectionDevices that employ PPP addressing, and must not be active for WANConnectionDevices that do not employ PPP addressing.
At most one enabled entry in this table can exist with a given value for ExternalIPAddress. |
- | 1.0 | TR-069 TR-098 |
Enable | boolean | boolean | W | Enables or disables the connection instance. On creation of a WANPPPConnection instance, it is initially disabled. | false | 1.0 | TR-069 TR-098 |
Uptime | unsignedInt | unsignedInt | - | The time in seconds that this connection has been up. | - | 1.0 | TR-069 TR-098 |
NATEnabled | boolean | boolean | W | Indicates if Network Address Translation (NAT) is enabled for this connection. | - | 1.0 | TR-069 TR-098 |
CurrentMRUSize | unsignedInt(1:1540) | unsignedInt(1:1540) | - | The current MRU in use over this connection. | - | 1.0 | TR-069 TR-098 |
MACAddress | string(17) | MACAddress | W | [MACAddress] The physical address of the WANPPPConnection if applicable. Configurable only if MACAddressOverride is present and true. | - | 1.0 | TR-069 TR-098 |
ShapingRate | int(-1:) | int(-1:) | W | Rate to shape this connection's egress traffic. If <= 100, in percent of the rate of the highest rate-constrained layer over which the packet will travel on egress. The rate is limited over the window period specified by ShapeWindow?. If > 100, in bits per second. A value of -1 indicates no shaping. |
-1 | 1.0 | TR-098 |
ShapingBurstSize | unsignedInt | unsignedInt | W | Burst Size in bytes. | 0 | 1.0 | TR-098 |
InternetGatewayDevice.WANDevice.{i}.WANConnectionDevice.{i}.WANPPPConnection.{i}.PortMapping.{i}. | object[0:] | object[0:∞] | W | Port mapping table. This table MUST NOT contain dynamic NAT binding entries.
At most one enabled entry in this table can exist with the same values for all of RemoteHost, ExternalPort and PortMappingProtocol. |
- | 1.0 | TR-069 TR-098 |
PortMappingEnabled | boolean | boolean | W | Enables or disables the port mapping instance. On creation, an entry is disabled by default. | false | 1.0 | TR-069 TR-098 |
PortMappingLeaseDuration | unsignedInt | unsignedInt | W | Determines the time to live, in seconds, of a port-mapping lease. A value of 0 means the port mapping is static. Static port mappings do not necessarily mean persistence of these mappings across device resets or reboots. | - | 1.0 | TR-069 TR-098 |
InternetGatewayDevice.WANDevice.{i}.WANConnectionDevice.{i}.WANPPPConnection.{i}.Stats. | object | object[1:1] | - | This object contains statistics for all connections within the same WANConnectionDevice that share a common MAC address. The contents of this object should be identical for each such connection. This object is intended only for WANConnectionDevices that can support an Ethernet-layer on this interface (e.g., PPPoE, IPoE). |
- | 1.0 | TR-069 TR-098 |
EthernetBytesSent | unsignedInt | unsignedInt | - | Total number of bytes sent over all connections within the same WANConnectionDevice that share a common MAC address since the CPE was last reset. | - | 1.0 | TR-069 TR-098 |
EthernetBytesReceived | unsignedInt | unsignedInt | - | Total number of bytes received over all connections within the same WANConnectionDevice that share a common MAC address since the CPE was last reset. | - | 1.0 | TR-069 TR-098 |
EthernetPacketsSent | unsignedInt | unsignedInt | - | Total number of Ethernet packets sent over all connections within the same WANConnectionDevice that share a common MAC address since the CPE was last reset. | - | 1.0 | TR-069 TR-098 |
EthernetPacketsReceived | unsignedInt | unsignedInt | - | Total number of Ethernet packets received over all connections within the same WANConnectionDevice that share a common MAC address since the CPE was last reset. | - | 1.0 | TR-069 TR-098 |
Parameter |
---|
InternetGatewayDevice.DeviceInfo.SoftwareVersion |
InternetGatewayDevice.DeviceInfo.ProvisioningCode |
InternetGatewayDevice.ManagementServer.ConnectionRequestURL |
Parameter |
---|
Abbreviation | Description |
---|---|
R | Read support is REQUIRED. |
W | Both Read and Write support is REQUIRED. This MUST NOT be specified for a parameter that is defined as read-only. |
P | The object is REQUIRED to be present. |
C | Creation and deletion of instances of the object is REQUIRED. |
A | Creation of instances of the object is REQUIRED, but deletion is not REQUIRED. |
D | Deletion of instances of the object is REQUIRED, but creation is not REQUIRED. |
Name | Requirement |
---|---|
InternetGatewayDevice. | P |
DeviceSummary | R |
LANDeviceNumberOfEntries | R |
WANDeviceNumberOfEntries | R |
InternetGatewayDevice.DeviceInfo. | P |
Manufacturer | R |
ManufacturerOUI | R |
ModelName | R |
Description | R |
SerialNumber | R |
HardwareVersion | R |
SoftwareVersion | R |
SpecVersion | R |
ProvisioningCode | W |
UpTime | R |
DeviceLog | R |
InternetGatewayDevice.ManagementServer. | P |
URL | W |
Username | W |
Password | W |
PeriodicInformEnable | W |
PeriodicInformInterval | W |
PeriodicInformTime | W |
ParameterKey | R |
ConnectionRequestURL | R |
ConnectionRequestUsername | W |
ConnectionRequestPassword | W |
UpgradesManaged | W |
InternetGatewayDevice.Layer3Forwarding. | P |
DefaultConnectionService | W |
ForwardNumberOfEntries | R |
InternetGatewayDevice.Layer3Forwarding.Forwarding.{i}. | C |
Enable | W |
Status | R |
Type | W |
DestIPAddress | W |
DestSubnetMask | W |
SourceIPAddress | W |
SourceSubnetMask | W |
GatewayIPAddress | W |
Interface | W |
ForwardingMetric | W |
InternetGatewayDevice.LANConfigSecurity. | P |
ConfigPassword | W |
InternetGatewayDevice.LANDevice.{i}. | P |
LANEthernetInterfaceNumberOfEntries | R |
LANUSBInterfaceNumberOfEntries | R |
LANWLANConfigurationNumberOfEntries | R |
InternetGatewayDevice.LANDevice.{i}.LANHostConfigManagement. | P |
DHCPServerConfigurable | W |
DHCPServerEnable | W |
DHCPRelay | R |
MinAddress | W |
MaxAddress | W |
ReservedAddresses | W |
SubnetMask | W |
DNSServers | W |
DomainName | W |
IPRouters | W |
IPInterfaceNumberOfEntries | R |
InternetGatewayDevice.LANDevice.{i}.LANHostConfigManagement.IPInterface.{i}. | P |
Enable | W |
IPInterfaceIPAddress | W |
IPInterfaceSubnetMask | W |
IPInterfaceAddressingType | W |
InternetGatewayDevice.LANDevice.{i}.Hosts. | P |
HostNumberOfEntries | R |
InternetGatewayDevice.LANDevice.{i}.Hosts.Host.{i}. | P |
IPAddress | R |
AddressSource | R |
LeaseTimeRemaining | R |
MACAddress | R |
HostName | R |
InterfaceType | R |
Active | R |
InternetGatewayDevice.WANDevice.{i}. | P |
WANConnectionNumberOfEntries | R |
InternetGatewayDevice.WANDevice.{i}.WANCommonInterfaceConfig. | P |
EnabledForInternet | R |
WANAccessType | R |
Layer1UpstreamMaxBitRate | R |
Layer1DownstreamMaxBitRate | R |
PhysicalLinkStatus | R |
TotalBytesSent | R |
TotalBytesReceived | R |
TotalPacketsSent | R |
TotalPacketsReceived | R |
InternetGatewayDevice.WANDevice.{i}.WANConnectionDevice.{i}. | P |
WANIPConnectionNumberOfEntries | R |
WANPPPConnectionNumberOfEntries | R |
InternetGatewayDevice.WANDevice.{i}.WANConnectionDevice.{i}.WANIPConnection.{i}. | C |
Enable | W |
ConnectionStatus | R |
PossibleConnectionTypes | R |
ConnectionType | W |
Name | W |
Uptime | R |
LastConnectionError | R |
RSIPAvailable | R |
NATEnabled | W |
AddressingType | R |
ExternalIPAddress | R |
SubnetMask | R |
DefaultGateway | R |
DNSEnabled | R |
DNSOverrideAllowed | R |
DNSServers | R |
MACAddress | R |
ConnectionTrigger | W |
RouteProtocolRx | W |
PortMappingNumberOfEntries | R |
InternetGatewayDevice.WANDevice.{i}.WANConnectionDevice.{i}.WANIPConnection.{i}.PortMapping.{i}. | C |
PortMappingEnabled | W |
PortMappingLeaseDuration | R |
RemoteHost | W |
ExternalPort | W |
InternalPort | W |
PortMappingProtocol | W |
InternalClient | W |
PortMappingDescription | W |
InternetGatewayDevice.WANDevice.{i}.WANConnectionDevice.{i}.WANIPConnection.{i}.Stats. | P |
EthernetBytesSent | R |
EthernetBytesReceived | R |
EthernetPacketsSent | R |
EthernetPacketsReceived | R |
InternetGatewayDevice.WANDevice.{i}.WANConnectionDevice.{i}.WANPPPConnection.{i}. | C |
Enable | W |
ConnectionStatus | R |
PossibleConnectionTypes | R |
ConnectionType | W |
Name | W |
Uptime | R |
LastConnectionError | R |
RSIPAvailable | R |
NATEnabled | W |
Username | W |
Password | W |
ExternalIPAddress | R |
DNSEnabled | R |
DNSOverrideAllowed | R |
DNSServers | R |
MACAddress | R |
TransportType | R |
PPPoEACName | W |
PPPoEServiceName | W |
ConnectionTrigger | W |
RouteProtocolRx | W |
PortMappingNumberOfEntries | R |
InternetGatewayDevice.WANDevice.{i}.WANConnectionDevice.{i}.WANPPPConnection.{i}.PortMapping.{i}. | C |
PortMappingEnabled | W |
PortMappingLeaseDuration | R |
RemoteHost | W |
ExternalPort | W |
InternalPort | W |
PortMappingProtocol | W |
InternalClient | W |
PortMappingDescription | W |
InternetGatewayDevice.WANDevice.{i}.WANConnectionDevice.{i}.WANPPPConnection.{i}.Stats. | P |
EthernetBytesSent | R |
EthernetBytesReceived | R |
EthernetPacketsSent | R |
EthernetPacketsReceived | R |
Name | Requirement |
---|---|
InternetGatewayDevice.LANDevice.{i}.LANEthernetInterfaceConfig.{i}. | P |
Enable | W |
Status | R |
MACAddress | R |
MACAddressControlEnabled | W |
MaxBitRate | W |
DuplexMode | W |
InternetGatewayDevice.LANDevice.{i}.LANEthernetInterfaceConfig.{i}.Stats. | P |
BytesSent | R |
BytesReceived | R |
PacketsSent | R |
PacketsReceived | R |
Name | Requirement |
---|---|
InternetGatewayDevice.LANDevice.{i}.LANUSBInterfaceConfig.{i}. | P |
Enable | W |
Status | R |
MACAddress | R |
MACAddressControlEnabled | W |
Standard | R |
Type | R |
Rate | R |
Power | R |
InternetGatewayDevice.LANDevice.{i}.LANUSBInterfaceConfig.{i}.Stats. | P |
BytesSent | R |
BytesReceived | R |
CellsSent | R |
CellsReceived | R |
Name | Requirement |
---|---|
InternetGatewayDevice.LANDevice.{i}.WLANConfiguration.{i}. | P |
Enable | W |
Status | R |
BSSID | R |
MaxBitRate | W |
Channel | W |
SSID | W |
BeaconType | W |
MACAddressControlEnabled | W |
Standard | R |
WEPKeyIndex | W |
KeyPassphrase | W |
WEPEncryptionLevel | R |
BasicEncryptionModes | W |
BasicAuthenticationMode | W |
WPAEncryptionModes | W |
WPAAuthenticationMode | W |
PossibleChannels | R |
BasicDataTransmitRates | W |
OperationalDataTransmitRates | W |
PossibleDataTransmitRates | R |
RadioEnabled | W |
AutoRateFallBackEnabled | W |
TotalBytesSent | R |
TotalBytesReceived | R |
TotalPacketsSent | R |
TotalPacketsReceived | R |
TotalAssociations | R |
InternetGatewayDevice.LANDevice.{i}.WLANConfiguration.{i}.AssociatedDevice.{i}. | P |
AssociatedDeviceMACAddress | R |
AssociatedDeviceIPAddress | R |
AssociatedDeviceAuthenticationState | R |
InternetGatewayDevice.LANDevice.{i}.WLANConfiguration.{i}.WEPKey.{i}. | P |
WEPKey | W |
InternetGatewayDevice.LANDevice.{i}.WLANConfiguration.{i}.PreSharedKey.{i}. | P |
PreSharedKey | W |
KeyPassphrase | W |
Name | Requirement |
---|---|
InternetGatewayDevice.WANDevice.{i}.WANEthernetInterfaceConfig. | P |
Enable | W |
Status | R |
MACAddress | R |
MaxBitRate | W |
DuplexMode | W |
InternetGatewayDevice.WANDevice.{i}.WANEthernetInterfaceConfig.Stats. | P |
BytesSent | R |
BytesReceived | R |
PacketsSent | R |
PacketsReceived | R |
InternetGatewayDevice.WANDevice.{i}.WANConnectionDevice.{i}.WANEthernetLinkConfig. | P |
EthernetLinkStatus | R |
Name | Requirement |
---|---|
InternetGatewayDevice.WANDevice.{i}.WANConnectionDevice.{i}.WANPOTSLinkConfig. | P |
Enable | W |
LinkStatus | R |
ISPPhoneNumber | R |
ISPInfo | R |
LinkType | R |
NumberOfRetries | R |
DelayBetweenRetries | R |
Name | Requirement |
---|---|
InternetGatewayDevice.Time. | P |
NTPServer1 | W |
NTPServer2 | W |
CurrentLocalTime | R |
LocalTimeZone | W |
LocalTimeZoneName | W |
DaylightSavingsUsed | W |
DaylightSavingsStart | W |
DaylightSavingsEnd | W |
Name | Requirement |
---|---|
InternetGatewayDevice.IPPingDiagnostics. | P |
DiagnosticsState | W |
Interface | W |
Host | W |
NumberOfRepetitions | W |
Timeout | W |
DataBlockSize | W |
DSCP | W |
SuccessCount | R |
FailureCount | R |
AverageResponseTime | R |
MinimumResponseTime | R |
MaximumResponseTime | R |
Name | Requirement |
---|---|
InternetGatewayDevice.WANDevice.{i}.WANConnectionDevice.{i}.WANATMF5LoopbackDiagnostics. | P |
DiagnosticsState | W |
NumberOfRepetitions | W |
Timeout | W |
SuccessCount | R |
FailureCount | R |
AverageResponseTime | R |
MinimumResponseTime | R |
MaximumResponseTime | R |
Name | Requirement |
---|---|
InternetGatewayDevice.WANDevice.{i}.WANDSLDiagnostics. | P |
LoopDiagnosticsState | W |
ACTPSDds | R |
ACTPSDus | R |
ACTATPds | R |
ACTATPus | R |
HLINSCds | R |
HLINpsds | R |
QLNpsds | R |
SNRpsds | R |
BITSpsds | R |
GAINSpsds | R |