blob: 0ff2e7da6b7b2fc94c5171b7f57b4a67022d57f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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)
|