sysMgmtCfgUlPath
AQUASYSTEM-MIB ·
.1.3.6.1.4.1.3942.1.1.3.23.4.3
Object
Filename (with optional path w/o leading '/')
of configuration file which should be uploaded to ftp server.
Any successful SET operation on sysMgmtCfgUlPath
starts next management action of uploading
current configuration to ftp server.
Filename will be auto-prepended with 'SN-nnnn.' string
to distinct uploaded files from other devices, e.g.
if provided filename and path are 'uploads/cfg',
then SN-nnnn.cfg file will be created in 'uploads' folder
at ftp server, where nnnn is value of sysSerialNumber.
Optionally, operative ftp account in the same format
as described for sysMgmtAccess can be supplied to
overwrite used ftp account for current operation only.
If so, such account string, followed by single
whitespace, should be prepended to optional path and
required filename.
SET operation will return inconsistentValue error
if sysMgmtCurrentState is not 'idle'.
SET operation will return wrongLength error
if new value is empty.
SET operation will return wrongValue error
if any of the following is true:
- sysMgmtAccess is empty and no ftp account is
present in the string,
- used ftp account (either sysMgmtAccess or
specified in the string) has invalid format,
- full path to file has illegal chars or double slashes.
Otherwise SET operation is successful, but
ftp connection can fail later if either used ftp account
is invalid or provided filepath and|or filename are
inconsistent with ftp-server file locations or permissions.
The value of sysMgmtCfgUlPath is kept unchanged
till next invocation of config uploading action.
Context
- MIB
- AQUASYSTEM-MIB
- OID
.1.3.6.1.4.1.3942.1.1.3.23.4.3- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- sysMgmtCfg
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AQUASYSTEM-MIB' -M '/opt/observium/mibs/infinet:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AQUASYSTEM-MIB::sysMgmtCfgUlPath.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AQUASYSTEM-MIB' -M '/opt/observium/mibs/infinet:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AQUASYSTEM-MIB::sysMgmtCfgUlPath'
Syntax
- Source
- SNMPv2-TCDisplayString
- Base type
OctetString- Display format
255a
Type Description
Represents textual information taken from the NVT ASCII
character set, as defined in pages 4, 10-11 of RFC 854.
To summarize RFC 854, the NVT ASCII repertoire specifies:
- the use of character codes 0-127 (decimal)
- the graphics characters (32-126) are interpreted as
US ASCII
- NUL, LF, CR, BEL, BS, HT, VT and FF have the special
meanings specified in RFC 854
- the other 25 codes have no standard interpretation
- the sequence 'CR LF' means newline
- the sequence 'CR NUL' means carriage-return
- an 'LF' not preceded by a 'CR' means moving to the
same column on the next line.
- the sequence 'CR x' for any x other than LF or NUL is
illegal. (Note that this also means that a string may
end with either 'CR LF' or 'CR NUL', but not with CR.)
Any object defined using this syntax may not exceed 255
characters in length.
Values & Constraints
Type Constraints
range: 0..255
Conformance
Member of