summaryrefslogtreecommitdiff
path: root/docs/Model-Notes/XGS4600-Zyxel.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/XGS4600-Zyxel.md
parent04c61e0a5cf4ee21158cbc5d827682bda525f82a (diff)
parent88feb3836a7e0cd9c869b71be11046fbdd542b85 (diff)
Merge remote-tracking branch 'upstream/master' into dockerfile-refresh
Diffstat (limited to 'docs/Model-Notes/XGS4600-Zyxel.md')
-rw-r--r--docs/Model-Notes/XGS4600-Zyxel.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/Model-Notes/XGS4600-Zyxel.md b/docs/Model-Notes/XGS4600-Zyxel.md
index 0ff2e7d..17cb2b5 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
@@ -20,5 +22,4 @@ input:
Oxidized can now retrieve your configuration!
-
Back to [Model-Notes](README.md)