More CLI plans...
This commit is contained in:
parent
8d24b6899d
commit
99bbd23b22
1 changed files with 7 additions and 4 deletions
11
TODO
11
TODO
|
@ -44,17 +44,20 @@ Core
|
|||
|
||||
Commands
|
||||
~~~~~~~~
|
||||
shutdown
|
||||
shutdown # order system shutdown
|
||||
configure [<file>]
|
||||
debug <what> # dump debugging information to log
|
||||
show protocols [<name>]
|
||||
<name>
|
||||
route [<route>] [table <name>] [filter (<name> | { <inline> })] [where <condition>]
|
||||
<name> # show everything you know about symbol <name>
|
||||
route [<route>] [table <name>] [filter (<name> | { <inline> })] [where <condition>] [all]
|
||||
status # router id, version etc.
|
||||
rip ??? [<name>]
|
||||
ospf ??? [<name>]
|
||||
static ??? [<name>]
|
||||
interfaces [<name>]
|
||||
(disable|enable|restart) <protocol>
|
||||
neighbors # ???
|
||||
filters [<name>]
|
||||
(disable|enable|restart) <protocol> # or ALL?
|
||||
|
||||
Cleanup
|
||||
~~~~~~~
|
||||
|
|
Loading…
Reference in a new issue