summaryrefslogtreecommitdiff
path: root/docs/Model-Notes/XGS4600-Zyxel.md
diff options
context:
space:
mode:
authorKodApa85 <parsons151185@gmail.com>2018-01-25 22:01:39 +0000
committerNeil Lathwood <neil@lathwood.co.uk>2018-01-25 22:01:39 +0000
commit4e59878052f0668f4dde2282e86882626936f6b4 (patch)
tree78d52fc6af2afbac6ef6e1be18ca3d43d9fefa2f /docs/Model-Notes/XGS4600-Zyxel.md
parent6f46eeb2b5000d3f07377655d0bcfc7c2ef36cb3 (diff)
model: Fixed FTP Passive/Active modes & Xyzel XGS4600 series Docs (#1161)
* FTP Passive/Active mode added * Documentation for Xyzel XGS4600 series
Diffstat (limited to 'docs/Model-Notes/XGS4600-Zyxel.md')
-rw-r--r--docs/Model-Notes/XGS4600-Zyxel.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/Model-Notes/XGS4600-Zyxel.md b/docs/Model-Notes/XGS4600-Zyxel.md
new file mode 100644
index 0000000..0ff2e7d
--- /dev/null
+++ b/docs/Model-Notes/XGS4600-Zyxel.md
@@ -0,0 +1,24 @@
+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 inclusion of an extra ftp option is also require. Within _input_ add the following
+```
+input:
+ ftp:
+ passive: false
+```
+
+Oxidized can now retrieve your configuration!
+
+
+Back to [Model-Notes](README.md)