xsysTransferEntry
1.3.6.1.4.1.838.3.1.1.1.9.4.1
Information about a single 'file' that can be transfered. The
file may be in an actual file system or it may be a virtual
file that exists only in memory, perhaps in a different format
than it will have once it is transfered. For example, the
eventLog may be stored as a linked list of data structures in
RAM on the local system but uploaded in human-readable ASCII
to the remote system.
This table will be initialized to contain entries for the
types of files it allows transfer of, though these entries
will return the value 'notReady(3)' for their
xsysTransferRowStatus column until the user provides values
for any required columns. The agent may also not allow these
entries to be deleted from the table. (Therefore, for agents
that only support transfer of a fixed number of 'files', this
can be implemented as a fixed length table.)
Legal Transfers Matrix:
SRC
network flash nvram ram
D network N Y (1) Y (1) Y (2)
E flash Y (3) N Y (4) N
S nvram Y (5) Y (6) N N
T ram Y (7) Y (7) N N
(1) this is how you back up config files to the network
(2) done by dumper automatically when crash occurs
(3) this is how you upgrade software from network
(4) this is how you backup config locally
(5) this is how you restore config from network
(6) this is how you restore config locally
(7) done by loader automatically during boot