User’s Guide FUJITSU PSWITCH
December/2018 49
"indexes": [["encapsulation_type", "dst_ip"]],
"maxRows": 513},
"Manager": {
"columns": {
"target": {"type": "string"},
"max_backoff": {
"type": {"key": {"type": "integer",
"minInteger": 1000},
"min": 0, "max": 1}},
"inactivity_probe": {
"type": {"key": "integer", "min": 0, "max": 1}},
"other_config": {
"type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"}},
"is_connected": {
"type": "boolean",
"ephemeral": true},
"status": {
"type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"},
"ephemeral": true}},
"indexes": [["target"]],
"isRoot": false}},
"version": "1.3.0"}
3.1.1.6. Configuration Management
The switch provides a set of configuration management operations. The
configuration of the currently running system is known as the ‘running-config’.
Changes you make to the configuration while the switch is operating are
immediately reflected to the running-config. Because these changes are temporary
in memory, rebooting the system or reloading a configuration deletes such
changes. You need to save the changes to make them permanent by CLI command
(copy).
The ‘startup-config’ is one of the permanent configurations saved in the storage.
This configuration is used at the startup of the switch. The switch has a capability
to store three different configurations in the permanent storage. They are called as
the ‘first-config’, ‘second-config’, and ‘third-config’. The startup config represents
one of these three configurations specified by CLI command (bootselect).
The configuration can be initialized to the factory default by CLI command (clear
config).
3.1.1.7. Firmware Upgrade
The firmware is upgraded (or downgraded) by CLI command (copy). Upgrading
firmware means downloading a new firmware image to the switch and rebooting
the system. The switch has FTP, TFTP, SFTP and SCP client functions. A server
running at least one of these services are required to download the image.
The system has a capability to have two firmware images in the switch storage. You
can specify which image you update with the argument to the copy command. The