I've been searching how to change http to https in CnMaestro templates but I'm only find this parameters:
{
"device_props": {
"httpsPort": "443"
}
}
Can anyone help me?
I've been searching how to change http to https in CnMaestro templates but I'm only find this parameters:
{
"device_props": {
"httpsPort": "443"
}
}
Can anyone help me?
@lits33
Please try the below templates.
For ePMP Devices:
{
"device_props": {
"webService": "2"
}
For PMP Devices:
{
"userParameters": {
"networkConfig": {
"webAccess": 2
}
}
}
}
Thank you very much
Do you have some manual for templates ?
Each platform/device type has its own set of parameters for configuration templates. As far as I'm aware there is no manual documenting all template options for any device type. However, I think some do align somewhat with their SNMP names, which are documented in their MIB files.
The process many users typically use to create their own templates is:
In addition to asking for template help here, you can also post to the specific platform forum for the device type you are configuring. Experts there may be able to help faster depending on who is online.