...
command | brief description |
---|---|
cli_stat | Show debug information about CLI |
config | Show/modify running or saved configuration |
cxn_history | Show controller connection history |
debug | Set debug level: error, warn, info, verbose, vverb |
drvcmd | Run an switch hardware driver command |
echo | Echo request to command server |
enable | Enter the 'enable' mode (currently no effect on UI) |
flowtable | Show the flowtable: brief, extended, full |
help | Show help for commands |
history | Show command history |
lua | Evaluate a lua expression |
mgmtstats | Show management statistics |
port | Show/set/stats for ports; use -l to indicate only ports with link (show,stats) |
ps | Show port info; use -l to indicate only ports with link |
quit | Quit the CLI (if supported) |
restart | Restart the OpenFlow daemons |
shell | Run a shell command |
status | Show switch status |
version | Show firmware version |
...
Quit the CLI (if supported)
restart
Restart the OpenFlow daemons ofprotocol and ofswd, so that any daemon-dependent configuration change will take effect.
shell
Run the remainder of the line as a shell command
...