Deployment Guide

93
set top level command
Displays the available subcommands for the set command.
Example
FJ6K0Z1_console> set
set <subcommand>
possible subcommands:
default set system default logging settings
dscp-trust set dscp trust for a port
ip set system ip settings
logging set system logging settings
openflow set system openflow settings
password set password for remote ssessions
power set power PoE subcommands
vlan-gate set vlan gate state for a port
set default subcommands
Allows the user to change the default logging level and component that are loaded when the system
Example
FJ6K0Z1_console> set default
set default <subcommand>
Set system default logging settings.
possible subcommands:
logging set system default logging settings
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
},
Example
FJ6K0Z1_console> set default logging
set default logging <subcommand>
possible subcommands:
component enable or disable a specific component as running config logging default
level set the logging level stored as a default in the running configuration
set default logging components command
Use the set default logging components command to change the default logging components that are
enabled when the system starts.
Example
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