diff options
author | Neil Lathwood <neil@lathwood.co.uk> | 2018-02-15 19:40:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-15 19:40:26 +0000 |
commit | cc78c8143cc167a14f1d45755a83242fae0af1b2 (patch) | |
tree | b4f0ad064e08adfbf0d6a915239bb30b4ea96d29 /docs/Model-Notes/Comware.md | |
parent | a9e5eed60b687b4a488eb1d11b5147e9f932c6fa (diff) |
docs: Added model note for 3com comware (#1186)
Diffstat (limited to 'docs/Model-Notes/Comware.md')
-rw-r--r-- | docs/Model-Notes/Comware.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/Model-Notes/Comware.md b/docs/Model-Notes/Comware.md new file mode 100644 index 0000000..31eb002 --- /dev/null +++ b/docs/Model-Notes/Comware.md @@ -0,0 +1,10 @@ +Comware Configuration +===================== + +If you find 3Com comware devices aren't being backed up this may be due to prompt detection not matching +because a previous login message is disabled after the first prompt. You can disable this on the devices +themselves by running this command: + +`info-center source default channel 1 log state off debug state off` + +[Reference](https://github.com/ytti/oxidized/issues/1171) |