diff options
author | Charlie Allom <yeled@github.com> | 2018-03-12 04:09:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-12 04:09:04 -0400 |
commit | 88feb3836a7e0cd9c869b71be11046fbdd542b85 (patch) | |
tree | 454ef170f1e1be1761587ea26a4ba1d21bc0dfcb /docs/Model-Notes/JunOS.md | |
parent | 34cdbeb75f3c74d803fb60c509fc06e4f6365f0c (diff) | |
parent | 87600b1f5f12711afe29c408e02dbbd927e3f25d (diff) |
Merge pull request #1209 from wk/lint-markdown-docs
Lint markdown docs
Diffstat (limited to 'docs/Model-Notes/JunOS.md')
-rw-r--r-- | docs/Model-Notes/JunOS.md | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/docs/Model-Notes/JunOS.md b/docs/Model-Notes/JunOS.md index ed8dbca..8093df0 100644 --- a/docs/Model-Notes/JunOS.md +++ b/docs/Model-Notes/JunOS.md @@ -1,9 +1,9 @@ JunOS Configuration -======================== +=================== Create login class cfg-view -``` +```text set system login class cfg-view permissions view-configuration set system login class cfg-view allow-commands "(show)|(set cli screen-length)|(set cli screen-width)" set system login class cfg-view deny-commands "(clear)|(file)|(file show)|(help)|(load)|(monitor)|(op)|(request)|(save)|(set)|(start)|(test)" @@ -12,7 +12,7 @@ set system login class cfg-view deny-configuration all Create a user with cfg-view class -``` +```text set system login user oxidized class cfg-view set system login user oxidized authentication plain-text-password "verysecret" ``` @@ -25,14 +25,10 @@ The commands Oxidized executes are: 4. show version 5. show chassis hardware 6. show system license -7. show system license keys -ex22|ex33|ex4|ex8|qfx only -8. show virtual-chassis -MX960 only +7. show system license keys (ex22|ex33|ex4|ex8|qfx only) +8. show virtual-chassis (MX960 only) 9. show chassis fabric reachability - Oxidized can now retrieve your configuration! - Back to [Model-Notes](README.md) |