summaryrefslogtreecommitdiff
path: root/docs/Model-Notes/Comware.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/Comware.md
parent04c61e0a5cf4ee21158cbc5d827682bda525f82a (diff)
parent88feb3836a7e0cd9c869b71be11046fbdd542b85 (diff)
Merge remote-tracking branch 'upstream/master' into dockerfile-refresh
Diffstat (limited to 'docs/Model-Notes/Comware.md')
-rw-r--r--docs/Model-Notes/Comware.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/Model-Notes/Comware.md b/docs/Model-Notes/Comware.md
index 31eb002..0da019a 100644
--- a/docs/Model-Notes/Comware.md
+++ b/docs/Model-Notes/Comware.md
@@ -1,10 +1,12 @@
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:
+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.
-`info-center source default channel 1 log state off debug state off`
+You can disable this on the devices themselves by running this command:
+
+```text
+info-center source default channel 1 log state off debug state off
+```
[Reference](https://github.com/ytti/oxidized/issues/1171)