OID FOR CHANGING URL CNMAESTRO IP

hello, im testing cnmaestro to use on premises and i need to change the url for a several ePMP.

Can any body help to know the oid and the syntaxys to send snmp command to change the cnmaestro url, ID and Key?

Im using PTP450i, force180, force190 and ptp550, epmpc

Thanks

Just create a template in the cloud cnmaestro and apply it.

{
"template_props": {
"templateName": "",
"templateDescription": "",
"device_type": "",
"version": "3.5.1"
},
"device_props": {
"cambiumDeviceAgentEnable": "1",
"cambiumDeviceAgentCNSURL": "your.notcloud.com",
"cambiumDeviceAgentCNSIDToken": "",
"cambiumCNSDeviceAgentID": "youragentid",
"cambiumCNSDeviceAgentPassword": "yourpassword"

}
}


@Arturo_Rosas wrote:

hello, im testing cnmaestro to use on premises and i need to change the url for a several ePMP.

Can any body help to know the oid and the syntaxys to send snmp command to change the cnmaestro url, ID and Key?

Im using PTP450i, force180, force190 and ptp550, epmpc

Thanks


.1.3.6.1.4.1.17713.21.3.20.1.0 - cambiumDeviceAgentEnable.0 i 1

.1.3.6.1.4.1.17713.21.3.20.2.0 - cambiumDeviceAgentCNSURL.0 s "http://ip.to.cn.ms"

.1.3.6.1.4.1.17713.21.3.20.3.0 - cambiumCNSDeviceAgentID.0 s "cnmaestro_on_premises"

.1.3.6.1.4.1.17713.21.3.20.4.0 - cambiumCNSDeviceAgentPassword.0 s "password"

.1.3.6.1.4.1.17713.21.4.4.0  - cambiumpmp80211ConfigurationApply.0 i 1

j

1 Like