pCaptureFileUrl
MX-NLM-MIB ·
.0.1100.1.500.500
Object
scalar
r/w
OctetString
Packet Capture File URL
URL where to send the packet capture. The URL should follow
this format:
protocol://[user[:password]@]hostname[:port]/[path/]filename
The brackets [] indicate an optional parameter.
The filename may only be composed of alphanumerical and
'-._%$' characters as well as macros. The macros used in this
field are replaced by the unit's MAC address or date/time of
when the capture was started.
The supported macros are:
* %mac% - the MAC address of the unit.
* %date% - the date if the capture start in format YYYYMMDD.
* %time% - the time if the capture start in format hhmmss.
The supproted transfer protocols are:
* HTTP
* HTTPS
* FILE
Examples of valid URLs:
* http://httpserver.com:69/folder/capture.pcap
* http://guest@httpserver.com/
capture_%mac%_%date%_%time%.pcap
* https://username:password@httpserver.com/capture.pcap
* file://capture.pcap
The protocol default port is used if none is specified.
Context
- MIB
- MX-NLM-MIB
- OID
.0.1100.1.500.500- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- pCaptureGroup
- Siblings
- 6
Syntax
OctetString
Values & Constraints
Object Constraints
range: 0-512
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| pCaptureState Packet Capture State
State of the packet capture. The state is reset to 'None' when
the Nlm service start.
* None: No packet capture was requested since th… | scalar | Enumeration | .0.1100.1.500.100 |
| pCaptureNbFrames Packet Capture Number Of Frames
Specifies the maximum number of frames after which the packet
capture is automatically stopped.
0 means no limit. | scalar | Unsigned32 | .0.1100.1.500.200 |
| pCaptureNbSecs Packet Capture Number Of Seconds
Specifies the maximum number of seconds after which the packet
capture is automatically stopped.
0 means no limit. | scalar | Unsigned32 | .0.1100.1.500.300 |
| pCaptureFilter Packet Capture Filter
Selects which packets will be ignored. If no expression is
given, all packets on the net will be captured. Otherwise,
only packets for which expre… | scalar | OctetString | .0.1100.1.500.400 |
| pCaptureLinkName Packet Capture Link Name
Name of the link interface to capture. | scalar | OctetString | .0.1100.1.500.550 |
| pCaptureTransferGroup | node | - | .0.1100.1.500.800 |