Hi All,
I have a ePMP Force 300-25 SM, login password is usually admin but was changed when the new update was installed, No one seems to remember the password used for this particular Sm. How can we access it ?
Hi All,
I have a ePMP Force 300-25 SM, login password is usually admin but was changed when the new update was installed, No one seems to remember the password used for this particular Sm. How can we access it ?
Is it on boarded to CnMaestro? There you can change the password via template.
Otherwise you have to default it and configure once again.
To avoid a truck roll you can try to send configuration default via snmp and then setup default AP to catch it again and reconfigure.
When on site you can default it via power sequence. To avoid a mast climbing.
Do you have access to it via snmp?
I can’t locate the Passwords Field on the template, what will it look like?
If you haven’t removed the installer and other accounts, then they probably still have the default user/pass in them. So, you can probably log in via the ‘installer’ account, and reconfigure cnMaestro or whatever with the installer account.
This is a template I use in cnMaestro to disable all accounts except the admin account and it also sets the passwords of the accounts (so admin is what I want to be and the other accounts are not only disabled but also not using default password).
{
"device_props": {
"cambiumSysAccountsTable": [
{
"cambiumSysAccountsName": "admin",
"cambiumSysAccountsHash": "$1$e9lFNotRealHashR80",
"cambiumSysAccountsUID": "1000",
"cambiumSysAccountsGID": "4",
"cambiumSysAccountsDir": "\/tmp",
"cambiumSysAccountsShell": "\/usr\/bin\/clish"
},
{
"cambiumSysAccountsName": "installer",
"cambiumSysAccountsHash": "!$1$z3GD9My.$FNotRealHashR9aTbRb7\/",
"cambiumSysAccountsUID": "2000",
"cambiumSysAccountsGID": "100",
"cambiumSysAccountsDir": "\/tmp",
"cambiumSysAccountsShell": "\/bin\/false"
},
{
"cambiumSysAccountsName": "home",
"cambiumSysAccountsHash": "!$1$lF2AYIhK$hFNotRealHashR\/rMKl8P1",
"cambiumSysAccountsUID": "3000",
"cambiumSysAccountsGID": "100",
"cambiumSysAccountsDir": "\/tmp",
"cambiumSysAccountsShell": "\/bin\/false"
},
{
"cambiumSysAccountsName": "readonly",
"cambiumSysAccountsHash": "!$1$zn4\/PlFNotRealHashRp5Qgw0",
"cambiumSysAccountsUID": "4000",
"cambiumSysAccountsGID": "100",
"cambiumSysAccountsDir": "\/tmp",
"cambiumSysAccountsShell": "\/bin\/false"
},
{
"cambiumSysAccountsName": "dashboard",
"cambiumSysAccountsHash": "$1$Y9oz6eRFNotRealHashRWQgVF0",
"cambiumSysAccountsUID": "5000",
"cambiumSysAccountsGID": "100",
"cambiumSysAccountsDir": "\/tmp",
"cambiumSysAccountsShell": "\/bin\/false"
}
]
}
}