| Name |
Range |
Type |
Description |
| administrative-status |
|
string
|
The desired state of the interface. Possible values are "up", "down", and "testing". |
| bytes-in |
|
integer
|
The total number of octets received on the interface, including framing characters. Range: [0..2^63-1] |
| bytes-out |
|
integer
|
The total number of octets transmitted out of the interface, including framing characters. Range: [0..2^63-1] |
| discards-in |
|
integer
|
The number of inbound packets which were chosen to be discarded even though no errors had been detected to prevent their being deliverable to a higher-layer protocol. One possible reason for discarding such a packet could be to free up buffer space. Range: [0..2^63-1] |
| discards-out |
|
integer
|
The number of outbound packets which were chosen to be discarded even though no errors had been detected to prevent their being transmitted. One possible reason for discarding such a packet could be to free up buffer space. Range: [0..2^63-1] |
| errors-in |
|
integer
|
The number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol. Range: [0..2^63-1] |
| errors-out |
|
integer
|
The number of outbound packets that could not be transmitted because of errors. Range: [0..2^63-1] |
| ip-addresses |
|
string[]
|
List of IP addresses mapped to this interface. |
| name |
|
string
|
The name of the interface. |
| operational-status |
|
string
|
The current operational state of the interface. Possible values are "up", "down", and "testing". |
| packets-in |
|
integer
|
The number of packets delivered to a higher-layer protocol, including unicast, multicast, and broadcast packets. Range: [0..2^63-1] |
| packets-out |
|
integer
|
The total number of packets that higher-level protocols requested be transmitted, including those that were discarded or not sent. Range: [0..2^63-1] |
| physical-address |
|
string
|
The interface's MAC address. Example: 00:01:00:00:08:fd |
| speed |
|
integer
|
The interface's current bandwidth in bits per second. Range: [0..2^32-1] |