Deployment Guide

71
set logging level
Use this API to set the runtime logging level for the switch until rebooted. Use the “set default logging …”
command to store the setting into the system flash running-donfiguration
Examples
FJ6K0Z1_console> set logging level
set logging level <level>
Set the logging level. Values above 3 should probably not be turned on for
serial port backed IO like screen consoles/maintenance ports.
The level can be:
0 = OFF (FATAL only)
1 = BASIC (FATAL,ERROR,WARNING)
2 = INFO (FATAL,ERROR,WARNING,INFO)
3 = MESSAGE (FATAL,ERROR,WARNING,INFO,MESSAGEs)
4 = VERBOSE (and then some)
5 = TRACING
6 = ALMOST ALL (except for in progress debugging)
7 = ALL
set openflow subcommand
Displays available subcommands.
Examples
FJ6K0Z1_console> set openflow
set openflow <subcommand>
possible subcommands:
connection set system openflow connection settings
controller create an openflow controller channel
In the switch configuration:
"OpenFlow Controller":
{
"connection max retries": 0,
"connection retry interval": 5000,
"enabled": true,
"ip address": "172.25.11.93",
"ip port": 6633,
"periodic echo ms": 10000,
"priority": 0,
"protocol version": "OpenFlow 1.3.4",
"reset echo count": 3,
"tls": false
},
set openflow connection maxretries
Use this API to set the OpenFlow max retries, the number of times that the switch will resend control
frames to try and reestablish connection with the controller. This is a persistent value that is stored in the
switch running-configuration and can be saved to the backup-configuration.
Examples
FJ6K0Z1_console> set openflow connection maxretries
set openflow connection retryinterval
Use this API to set the OpenFlow retry interval used with the retries above. This is the interval at which
frequency the switch will look for the controller if it loses communications. The switch will resend control
frames to try and reestablish connection with the controller. This is a persistent value that is stored in the
switch running-configuration and can be saved to the backup-configuration.
Examples
FJ6K0Z1_console> set openflow connection maxretries