I installed rancid on CentOS 8, and i'm trying to backup TP-Link TL-SG3424P switch
From terminal all works fine:
telnet
1.1.1.3
#Asked for username/password
Typed pass and i'm in
switch>en
show running
.cloginrc file
add method 1.1.1.3 telnet
add user 1.1.1.3 username
add password
1.1.1.3
userpass enablepass
add autoenable
1.1.1.3
0
and getting error
clogin error: Error: Couldn't login: 1.1.1.3
How to specify enable password in .cloginrc file ?
ssh requires uploading private keys and it requires switch reboot (according to manual), that's why i tried telnet
No comments:
Post a Comment