cnPilot, cnMaestro URL, dhcp options 60,43

Hi,

I'm testing a little LAN with a Mikrotik router, some e410 and cnMaestro On Premise.

In my Mikrotik's dhcp I have configured both Options 43 and 60 to autoassign cnmaestro url, it's working:
boot up and connect to my cnMaestro asking for approval. Fine.

What is weird (wrong?) is that in web interface and cli interface there's no url configured (fig a.jpg)

and this is 'show conf' from cli:

management user admin password $crypt$1$4qifX0BFImDqCZyRp5C2liVbhgsQXhhB
management http port 80
no management radius-auth
management cambium-remote
no management telnet
management cambium-remote validate-server-cert
management ssh
management https port 443
management http
management https


And I haven't found how to configure this URL with cnMaestro, because I'd like to have this option fixed, not released from dhcp (I may install these AP where I haven't any control on dhcp).

Am I missing or misundertanding something?

Thank you

PS:

cnMaestro version: 2.2.1
cnPilot version: 3.10.3/4.0

You can execute below cli on AP to see the dhcp option learned from dhcp server .

E430-368BB9(config)# show ip dhcp-client-info 
VLAN-1:
-------
ip=10.110.200.23
subnet=255.255.255.192
mask=26
router=10.110.200.1
dns=10.110.12.110 10.110.12.111
domain=cambiumnetworks.com
vendorspecinfo=https://10.110.200.9
lease=4294967295
serverid=10.110.200.1
vendorclass="Cambium-WiFi-AP"
opt53=05
opt58=7fffffff

If you want to statically configure the cnMaestro url through cli then use the below command and save it.

E430-368BB9(config)# management cambium-remote url https://10.110.200.9/

E430-368BB9(config)#save

the same url can also be configured from UI.


@vijay yadav wrote:

If you want to statically configure the cnMaestro url through cli then use the below command and save it.

E430-368BB9(config)# management cambium-remote url https://10.110.200.9/

E430-368BB9(config)#save

the same url can also be configured from UI.


Hi,

my goal was to configure and save the url without access to web or cli.
Solved using Using-Defined Override in WiFi AP Groups' configuration:

management cambium-remote url 'https://mycnmaestro.url/'

I apply this configuration while onboarding, so I can have my APs configured without the need to access to them.

Thank you

1 Like

Syntax for User-Defiened overrides are available here:

https://community.cambiumnetworks.com/t5/cnPilot-E-Series-Enterprise-APs/Migrating-cnPilot-E-Series-Access-Points-from-cnMaestro-Cloud-to/m-p/108449#M128