lan
Description: statistics on local area network : OBJECT
| Element | Type | Description |
| ip | STRING | Specifies the IP address assigned to this interface |
| mtu | STRING | Specifies the maximum transmission unit in bytes |
| rx | OBJECT | Contains statistics on local area network received bytes |
| bytes | STRING | Reports the number of received bytes |
| dropped | STRING | Reports the number of received byte drops |
| errors | STRING | Reports the number of received byte errors |
| frame | STRING | Reports the number of received frames |
| overruns | STRING | Reports the number of received overruns |
| packets | STRING | Reports the number of received packets |
| tx | OBJECT | Contains statistics on local area network transmitted bytes |
| bytes | STRING | Reports the number of transmitted bytes |
| carrier | STRING | Reports the number of transmitted carriers |
| collisions | STRING | Reports the number of transmitted collisions |
| dropped | STRING | Reports the number of transmitted drops |
| errors | STRING | Reports the number of transmitted errors |
| overruns | STRING | Reports the number of transmitted overruns |
| packets | STRING | Reports the number of transmitted packets |
| queueLength | STRING | Reports the number of packets that can be queued for transmission |