overall-packet (Flat-File Accounting Options)
Syntax
overall-packet {
all-fields;
input-bytes;
input-discards;
input-errors;
input-packets;
inputv6-bytes;
inputv6-packets;
output-bytes;
output-errors;
output-packets;
outputv6-bytes;
outputv6-packets;
input-v4-bytes;
input-v4-packets;
output-v4-bytes;
output-v4-packets;
input-bytes-per-sec;
input-packets-per-sec;
}
Hierarchy Level
[edit accounting-options flat-file-profile profile-name fields]
Description
Specify overall packet statistics to be collected for the interface.
Options
| all-fields | Collect all overall packet statistics available for the interface context, logical or physical. |
| input-bytes | Collect the number of octets received on the interface. |
| input-discards | (Physical interfaces only ) Collect the number of received packets that were discarded on the interface. |
| input-errors | (Physical interfaces only ) Collect the number of frames with errors received on the interface. |
| input-packets | Collect the number of packets received on the interface. |
| input-v6-bytes | Collect the number of IPv6 octets received on the interface. |
| input-v6-packets | Collect the number of IPv6 packets received on the interface. |
| output-bytes | Collect the number of octets transmitted on the interface. |
| output-errors | (Physical interfaces only ) Collect the number of frames that could not be transmitted on the interface because of errors. |
| output-packets | Collect the number of packets transmitted on the interface. |
| output-v6-bytes | Collect the number of IPv6 octets transmitted on the interface. |
| output-v6-packets | Collect the number of IPv6 packets transmitted on the interface. |
| input-v4-bytes | Collect the number of IPv4 octets received on the interface. |
| input-v4-packets | Collect the number of IPv4 packets received on the interface. |
| output-v4-bytes | Collect the number of IPv4 octets transmitted on the interface. |
| output-v4-packets | Collect the number of IPv4 packets transmitted on the interface. |
| input-bytes-per-sec | Collect the total number of bytes received per second. |
| input-packets-per-sec | Collect the total number of packets received per second. |
Required Privilege Level
system—To view this statement in the configuration.
system-control—To add this statement to the configuration.
Release Information
Statement introduced in Junos OS Release 16.1R4.