No conf t #3093
-
Hello there, Thanks all. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 14 replies
-
@andreirapuru So you are trying to SSH directly into the access-points? |
Beta Was this translation helpful? Give feedback.
-
Manual access sample: login as: admin Use, duplication, or disclosure by the Government is subject to Logs from Netmiko: DEBUG:netmiko:read_channel: terminal width 511 DEBUG:netmiko:Pattern found: (terminal width 511) DEBUG:netmiko:write_channel: b'terminal length 0\n' DEBUG:netmiko:Pattern found: (terminal\ length\ 0) DEBUG:netmiko:read_channel: AP001> AP001> AP001> AP001> AP001> |
Beta Was this translation helpful? Give feedback.
-
@andreirapuru What operating system do these devices run? Can you show the Also do these access-points have output paging (i.e. do they do some form of a |
Beta Was this translation helpful? Give feedback.
-
So the issue is they have this non-standard SSH login:
That login-as requires special code to handle. The WLC does that same So we need a solution for how to handle those two sets of behaviors i.e. non-standard SSH login, but standard Cisco output paging disable. |
Beta Was this translation helpful? Give feedback.
So the issue is they have this non-standard SSH login:
That login-as requires special code to handle. The WLC does that same
login as
, but then has a different mechanism for disabling output paging (which requires going into config mode--which is why the WLC driver does that configuration behavior).So we need a solution for how to handle those two sets of behaviors i.e. non-standard SSH login, but standard Cisco output paging disable.