forked from snabbco/snabb
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
intel_app: add ifTable MIB related counters.
- Loading branch information
Showing
2 changed files
with
77 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,48 @@ | ||
RFC7223 Snabb | ||
======= ====== | ||
RFC7223 Snabb ifTable MIB | ||
======= ===== =========== | ||
name | ||
description? | ||
type type (~= identity) | ||
enabled? | ||
link-up-down-trap-enable? | ||
admin-status | ||
oper-status status (= enum) | ||
oper-status status (= enum) ifOperStatus | ||
last-change? | ||
if-index | ||
phys-address? macaddr (uint64) | ||
phys-address? macaddr (uint64) ifPhysAddress | ||
higher-layer-if* | ||
lower-layer-if* | ||
speed? = | ||
discontinuity-time dtime (seconds since epoch) | ||
in-octets? rxbytes | ||
speed? speed ifSpeed | ||
discontinuity-time dtime (seconds since epoch) ifCounterDiscontinuityTime | ||
in-octets? rxbytes ifInOctets | ||
rxpackets | ||
in-unicast-pkts? | ||
in-broadcast-pkts? rxbcast | ||
in-multicast-pkts? | ||
in-discards? | ||
in-errors? | ||
in-broadcast-pkts? rxbcast ifInBroadcastPkts | ||
rxmcast | ||
in-multicast-pkts? ifInMulticastPkts | ||
in-discards? rxdrop ifInDiscards | ||
in-errors? rxerrors ifInErrors | ||
in-unknown-protos? | ||
out-octets? txbytes | ||
out-octets? txbytes ifOutOctets | ||
txpackets | ||
out-unicast-pkts? | ||
out-broadcast-pkts? txbcast | ||
out-multicast-pkts? | ||
out-discards? | ||
out-errors? | ||
|
||
out-broadcast-pkts? txbcast ifOutBroadcastPkts | ||
txmcast | ||
out-multicast-pkts? ifOutMulticastPkts | ||
out-discards? txdrop ifOutDiscards | ||
out-errors? txerrors ifOutErrors | ||
rxpackets | ||
txpackets | ||
rxmcast | ||
txmcast | ||
mtu ifMtu | ||
promisc ifPromiscuousMode | ||
|
||
snabb/type: | ||
|
||
0x1000 Hardware interface | ||
0x1001 Virtual interface | ||
|
||
snabb/stats: | ||
snabb/bcast, mcast, packets: | ||
|
||
(tx/rx) - bcast ⊆ mcast ⊆ packets | ||
|
||
(tx/rx) - drop (all dropped packets) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters