diff options
author | CppMonkey <parsons151185@gmail.com> | 2018-03-20 09:51:15 +0000 |
---|---|---|
committer | CppMonkey <parsons151185@gmail.com> | 2018-03-20 09:51:15 +0000 |
commit | 1b2a5721b66fbc11a182da1bd11fb7f7eb1b0e9b (patch) | |
tree | 71f5912eaf64688dd2b024adc1e8a50be7cb2c27 /docs/Model-Notes/XGS4600-Zyxel.md | |
parent | 70b83e31ae40662b2d93aae0b7491af2464aaef1 (diff) |
Merged latest changes from ytti/oxidized
Diffstat (limited to 'docs/Model-Notes/XGS4600-Zyxel.md')
-rw-r--r-- | docs/Model-Notes/XGS4600-Zyxel.md | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/Model-Notes/XGS4600-Zyxel.md b/docs/Model-Notes/XGS4600-Zyxel.md index 33953ea..3c69cee 100644 --- a/docs/Model-Notes/XGS4600-Zyxel.md +++ b/docs/Model-Notes/XGS4600-Zyxel.md @@ -1,18 +1,20 @@ ZynOS Configuration -======================== +=================== ## FTP + FTP access is only possible as admin, other users can login but cannot pull the files. For the XGS4600 series the config file is _config_ and not _config-0_ -The following line in _oxidized/lib/oxidized/model/zynos.rb_ with need changing -``` - cmd 'config-0' +The following line in _oxidized/lib/oxidized/model/zynos.rb_ will need changing +```text + cmd 'config-0' ``` The inclusion of an extra ftp option is also require. Within _input_ add the following -``` + +```yaml input: ftp: passive: false |