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
|
Commands
|
||||||
~~~~~~~~
|
~~~~~~~~
|
||||||
shutdown
|
shutdown # order system shutdown
|
||||||
configure [<file>]
|
configure [<file>]
|
||||||
|
debug <what> # dump debugging information to log
|
||||||
show protocols [<name>]
|
show protocols [<name>]
|
||||||
<name>
|
<name> # show everything you know about symbol <name>
|
||||||
route [<route>] [table <name>] [filter (<name> | { <inline> })] [where <condition>]
|
route [<route>] [table <name>] [filter (<name> | { <inline> })] [where <condition>] [all]
|
||||||
status # router id, version etc.
|
status # router id, version etc.
|
||||||
rip ??? [<name>]
|
rip ??? [<name>]
|
||||||
ospf ??? [<name>]
|
ospf ??? [<name>]
|
||||||
static ??? [<name>]
|
static ??? [<name>]
|
||||||
interfaces [<name>]
|
interfaces [<name>]
|
||||||
(disable|enable|restart) <protocol>
|
neighbors # ???
|
||||||
|
filters [<name>]
|
||||||
|
(disable|enable|restart) <protocol> # or ALL?
|
||||||
|
|
||||||
Cleanup
|
Cleanup
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
Loading…
Reference in a new issue