RUNOS CLI 2.0¶
To enter to RUNOS command line interface, press the “Enter” key in your console after RUNOS running. And you should see `runos> ` in the command line.
RUNOS Core CLI¶
show info¶
| Command | show info |
| Returns |
|
| Arguments |
|
| Example | runos> show info |
| Application | OFServer |
| File | src/core/OFServerCli.cc |
connectioin list¶
| Command | connection list |
| Returns |
|
| Arguments |
|
| Example | runos> connection list |
| Application | OFServer |
| File | src/core/OFServerCli.cc |
switch info¶
| Command | switch info <dpid> |
| Returns | Returns detailed information about switch with <dpid>
(manufacturer, hardware and software, number of flow
tables, interfaces and its status and the others.
|
| Arguments |
|
| Example | runos> switch info 1 |
| Application | Switch Manager |
| File | src/core/SwitchManagerCli.cc |
switch list¶
| Command | switch list |
| Returns | Return list of connected switches (DPID, hardware and
description)
|
| Arguments |
|
| Example | runos> switch list |
| Application | Switch Manager |
| File | src/core/SwitchManagerCli.cc |
link list¶
| Command | link list |
| Returns | Returns number of links, its status, and pairs <DPID,
port> for each link.
|
| Arguments |
|
| Example | runos> link list |
| Application | Link Discovery |
| File | src/core/LinkDiscoveryCli.cc |
RUNOS Applications CLI¶
l2-switch¶
| Command | l2-switch |
| Returns | Returns list of pairs <MAC, port> |
| Arguments |
|
| Example | runos> l2-switch |
| Application | L2 Learning Switch |
| File | src/core/L2-LearningSwitchCli.cc |