snAgCfgLoad
FOUNDRY-SN-AGENT-MIB ·
.1.3.6.1.4.1.1991.1.1.2.1.9
Object
scalar
r/w
Enumeration
Action object to down/up load a config image
to the agent. The following values can be
read :
Error values: from normal(1) to operationError(17) and tftpWrongFileType(29).
loading(18) .. operation is in process.
The following value can be used to set:
uploadFromFlashToServer(20)..upload the config from flash
to tftp server.
downloadToFlashFromServer(21)..download the config to flash
from tftp server.
uploadFromDramToServer(22)..upload the config from DRAM
to tftp server.
downloadToDramFromServer(23)..download the config to DRAM
from tftp server.
downloadToDramFromServerOverwrite(30)..download the config to DRAM
from tftp server, clear the running-config,
and overwrite with the new config.
The following value can be used to set:
uploadFromFlashToNMS(24)..upload the config from flash to NMS.
downloadToFlashFromNMS(25)..download the config to flash from NMS.
uploadFromDramToNMS(26)..upload the config from DRAM to NMS.
downloadToDramFromNMS(27)..download the config to DRAM from NMS.
The config filename is defined in
snAgCfgFname. The tftp server address is defined in snAgTftpServerIp.
Atomic set of snAgCfgLoad, snAgCfgFname and snAgTftpServerIp is
required to allow down/up load to happen. And the write request
will be rejected during loading until error or normal.
For those NMS commands from (24) to (27), The snAgCfgEosTable MIB must
be sent along in one PDU. A seperate write memory cli or set
snAgWriteNVRAM is required to save the config to NVRAM.
Context
- MIB
- FOUNDRY-SN-AGENT-MIB
- OID
.1.3.6.1.4.1.1991.1.1.2.1.9- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- snAgentGbl
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | normal |
2 | flashPrepareReadFailure |
3 | flashReadError |
4 | flashPrepareWriteFailure |
5 | flashWriteError |
6 | tftpTimeoutError |
7 | tftpOutOfBufferSpace |
8 | tftpBusy |
9 | tftpRemoteOtherErrors |
10 | tftpRemoteNoFile |
11 | tftpRemoteBadAccess |
12 | tftpRemoteDiskFull |
13 | tftpRemoteBadOperation |
14 | tftpRemoteBadId |
15 | tftpRemoteFileExists |
16 | tftpRemoteNoUser |
17 | operationError |
18 | loading |
20 | uploadFromFlashToServer |
21 | downloadToFlashFromServer |
22 | uploadFromDramToServer |
23 | downloadToDramFromServer |
24 | uploadFromFlashToNMS |
25 | downloadToFlashFromNMS |
26 | uploadFromDramToNMS |
27 | downloadToDramFromNMS |
28 | operationDoneWithNMS |
29 | tftpWrongFileType |
30 | downloadToDramFromServerOverwrite |