summaryrefslogtreecommitdiff
path: root/docs/Model-Notes/JunOS.md
diff options
context:
space:
mode:
authorWild Kat <wk@futureinquestion.net>2018-03-12 09:13:24 +0100
committerWild Kat <wk@futureinquestion.net>2018-03-12 09:13:24 +0100
commit5504d3491d1e16ec22f0b0a5cd52993d1cdd545f (patch)
treee8c0053e2f352a6303df626df7c9bc5d8a75415c /docs/Model-Notes/JunOS.md
parent04c61e0a5cf4ee21158cbc5d827682bda525f82a (diff)
parent88feb3836a7e0cd9c869b71be11046fbdd542b85 (diff)
Merge remote-tracking branch 'upstream/master' into dockerfile-refresh
Diffstat (limited to 'docs/Model-Notes/JunOS.md')
-rw-r--r--docs/Model-Notes/JunOS.md14
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)