Junos PyEZ
(junos-eznc) 라이브러리 오류 |
"msg": "junos-eznc (aka PyEZ) >= 2.6.0 is required for this module. However, junos-eznc does not appear to be currently installed." |
Ansible 모듈에 대한 Junos PyEZ(junos-eznc) 설치 오류 문제 해결 |
Ansible 수집 및 모듈 확인 오류 |
ERROR! no action detected in task. This often indicates a misspelled module name, or incorrect module path. ERROR! couldn't resolve module/action 'juniper.device.facts'. This often indicates a misspelling, missing collection, or incorrect module path. |
Junos 디바이스 관리 시 Ansible 수집 및 모듈 오류 문제 해결 |
외부 연결 플러그인 오류 (AttributeError: 'Connection' ) (Ansible ansible-core 버전 >= 2.12.9에서 발생) |
AttributeError: 'Connection' object has no attribute 'nonetype' |
오류를 설정_sub_plugin 트리거하지 않는 외부 연결 플러그인 |
연결할 수 없는 호스트 |
UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ", "unreachable": true} unknown command: /bin/sh\r\n |
실패 또는 잘못된 연결 오류 문제 해결 |
알 수 없는 호스트 (ConnectUnknownHostError) |
"msg": "Unable to make a PyEZ connection: ConnectUnknownHostError(dc1a.example.net)" |
알 수 없는 호스트 오류 문제 해결 |
연결이 거부되었습니다. (ConnectRefusedError) |
"msg": "Unable to make a PyEZ connection: ConnectRefusedError(dc1a.example.net)" |
거부된 연결 오류 문제 해결 |
인증 오류 (ConnectAuthError) |
"msg": "Unable to make a PyEZ connection: ConnectAuthError(dc1a.example.net)" |
ConnectAuthError 문제 해결 |
conn_type 오류 |
AttributeError: 'JuniperJunosModule' object has no attribute 'conn_type' |
속성 conn_type 오류 문제 해결 |
구성 시간 초과 오류 (TimeoutExpiredError) |
ncclient.operations.errors.TimeoutExpiredError: ncclient timed out while waiting for an rpc reply |
구성 시간 초과 오류 문제 해결 |
구성 잠금 오류 (LockError) |
"msg": "Unable to open the configuration in exclusive mode: LockError(severity: error, bad_element: None, message: configuration database modified)" "msg": "Unable to open the configuration in exclusive mode: LockError(severity: error, bad_element: lock-configuration, message: permission denied)" |
구성 잠금 오류 문제 해결 |
구성 로드 오류 (ConfigLoadError) |
FAILED! => {"changed": false, "msg": "Failure loading the configuraton: ConfigLoadError(severity: error, bad_element: scripts, message: error: permission denied)"} |
구성 로드 오류 문제 해결 |
구성 커밋 오류 (CommitError) |
FAILED! => {"changed": false, "msg": "Unable to commit configuration: CommitError(edit_path: None, bad_element: None, message: error: remote lock-configuration failed on re0\n\nnote: consider using 'commit synchronize force' to\nterminate remote edit sessions and force the commit)"} |
커밋 오류 문제 해결 |