Deployment Guide
68
set top level command
Displays the available subcommands for the set command.
Examples
FJ6K0Z1_console> set
set <subcommand>
possible subcommands:
default set system default logging settings
ip set system ip settings
logging set system logging settings
openflow set system openflow settings
password set password for remote ssessions
set clock
Sets the system date and time.Use the set default logging components command to change the default
logging components that are enabled when the system starts.
Examples
FJ6K0Z1_console> set clock
Enter date:
Enter time:
set default logging subcommands
Allows the user to change the default logging level and component that are loaded when the system
initializes. These are written to the runtime configuration as seen here:
"Default Logging":
{
"components":
{
"API": true,
"Mapping": true,
"OFDB": true,
"datapath": true
},
"level": 1
},
Examples
FJ6K0Z1_console> set default
set default <subcommand>
Set system default logging settings.
possible subcommands:
logging set system default logging settings
FJ6K0Z1_console> set default logging
set default logging <subcommand>
possible subcommands:
component enable or disable a specific component as a default for logging in the running
configuration
level set the logging level stored as a default in the running configuration
set default logging components
Use the set default logging components command to change the default logging components that are
enabled when the system starts.
Examples
FJ6K0Z1_console> set default logging component
set default logging component <component>
Set default component for logging where component is:
0 = NONE
1 = API
2 = MAPPING
3 = OFDB
4 = DATAPATH
5 = ALL