MIB Viewer

tmnxPcapSessionState

OBJECT-TYPE
1.3.6.1.4.1.6527.3.1.2.119.2.1.1.8
Access
read-only
Status
current
Sub-identifiers
0
The value of tmnxPcapSessionState indicates the capture state of the PCAP session. failed (0) - Packet capture has failed on the PCAP session. init (1) - The PCAP session is initializing. ready (2) - The PCAP session is ready for capture. start (3) - The PCAP session is in the start state waiting to commence capture. in-progress (4) - Packet capture is in progress on the PCAP session. stopped (5) - Packet capture has stopped on the PCAP session. file-error (6) - Issues performing file operation on the PCAP session. buffer-full (7) - The PCAP session is running out of memory on its packet capture buffer. buffer-high-watermark (8) - The PCAP session is reaching the operating buffer limit on the packet capture buffer. This may trigger a write to file operation.
INTEGER { failed (0), init (1), ready (2), start (3), in-progress (4), stopped (5), file-error (6), buffer-full (7), buffer-high-watermark (8) }