diff options
author | Neil Lathwood <neil@lathwood.co.uk> | 2018-03-01 11:17:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-01 11:17:55 +0000 |
commit | 5ec132a164af3b29ed35c703bda213f3e21a2d6b (patch) | |
tree | 484de32ab1553aebf9c81e5fe264427596b65975 /docs/Model-Notes | |
parent | 9156243b9debfc0bc2b05dfe98a910ce5153bf49 (diff) | |
parent | 34cdbeb75f3c74d803fb60c509fc06e4f6365f0c (diff) |
Merge branch 'master' into ssh-auth-methods
Diffstat (limited to 'docs/Model-Notes')
-rw-r--r-- | docs/Model-Notes/ArbOS.md | 10 | ||||
-rw-r--r-- | docs/Model-Notes/README.md | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/docs/Model-Notes/ArbOS.md b/docs/Model-Notes/ArbOS.md new file mode 100644 index 0000000..0f5b628 --- /dev/null +++ b/docs/Model-Notes/ArbOS.md @@ -0,0 +1,10 @@ +Arbor Networks ArbOS notes +========================== + +If you are running ArbOS version 7 or lower then you may need to update the model to remove `exec true`: + +``` + cfg :ssh do + pre_logout 'exit' + end +``` diff --git a/docs/Model-Notes/README.md b/docs/Model-Notes/README.md index 20a0381..82b502d 100644 --- a/docs/Model-Notes/README.md +++ b/docs/Model-Notes/README.md @@ -12,6 +12,7 @@ Use the table below for more information on the Vendor/Model caveats. Vendor | Model |Updated ----------------|-----------------|---------------- 3COM|[Comware](Comware.md)|15 Feb 2018 +Arbor Networks|[ArbOS](ArbOS.md)|27 Feb 2018 Arista|[EOS](EOS.md)|05 Feb 2018 Huawei|[VRP](VRP-Huawei.md)|17 Nov 2017 Juniper|[MX/QFX/EX/SRX/J Series](JunOS.md)|18 Jan 2018 |