cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
457
Views
0
Helpful
5
Replies

Disconnected ( connection-error - Host not found (authoritative) )

fundacioampans
Level 1
Level 1

Hello, I’m having issues with Cisco switches when trying to connect to the Cisco Business Dashboard portal.

The new switches connect without any problems, but other switches that are configured exactly the same with the same parameters:

time
DNS
gateway
netmask

and located in the exact same site or rack cabinet — some are connected to the cloud while others appear as disconnected.

I’ve checked the CBD certificate, and it’s the same on both the connected and disconnected switches.

When I try to connect one manually by DNS or IP, I get the following error:

CBD Retrieve Certificate failed - check device connectivity with Dashboard

Here is an example of a switch that is connected:

fundacioampans_0-1756208051512.png

And another example of a switch that does not connect:

fundacioampans_2-1756208347908.png

 

fundacioampans_1-1756208116607.png




ciscoampans.jpg

Is there any way to reconnect without having to factory reset the switches?

 

1 Accepted Solution

Accepted Solutions

To use an IP address, the CBD server certificate must include the IP address in the Subject Alternative Name (SAN) field. I think your current certificate does not have the IP address in the SAN.

Have you tried reapplying the DNS server settings on the switch? If you prefer to do this through the switch GUI, go to General IP Configuration > DNS > DNS Settings.

If this still does not work, try adding a static host-to-IP mapping on the switch using the command: ip host {CBD-server-domain} {CBD-server-ip}
Alternatively, you can do this through the switch GUI by navigating to General IP Configuration > DNS > Host Mapping (Advanced mode required).

View solution in original post

5 Replies 5

Jens Albrecht
Spotlight
Spotlight

Hello @fundacioampans,

can you successfully 'ping dashboard.cisco.com' from those switches?
If yes, did you try to re-install the CBD certificate?

HTH!


Hello, yes, I’ve done a ping using DNS and IP, and it responds correctly.
fundacioampans_0-1756211533013.png

After that, I do the following:

Disconnect Probe + Dashboard
Apply and save

fundacioampans_2-1756212271402.png

Delete the certificate
Apply and save

fundacioampans_1-1756212199375.png

Clear Probe Database

Try to reconnect again to the Cisco Business Dashboard

fundacioampans_3-1756212537966.pngfundacioampans_4-1756212575991.png

fundacioampans_5-1756212625490.png

 

fundacioampans_6-1756212657436.png

And after doing all this, it still keeps failing.

 

Mark Fang
Cisco Employee
Cisco Employee

This may be a DNS resolution issue. Please try pinging the CBD server's domain name from the switch. If the ping succeeds, reapply the DNS server settings with these commands:

no ip name-server
ip name-server {DNS server address}

 

Now, using the IP instead of DNS, this error appears, and the CDB certificate has been downloaded again.

fundacioampans_1-1756214492071.png

 

fundacioampans_2-1756214534427.png

 



dashboard certificates

fundacioampans_0-1756214364698.png

 

To use an IP address, the CBD server certificate must include the IP address in the Subject Alternative Name (SAN) field. I think your current certificate does not have the IP address in the SAN.

Have you tried reapplying the DNS server settings on the switch? If you prefer to do this through the switch GUI, go to General IP Configuration > DNS > DNS Settings.

If this still does not work, try adding a static host-to-IP mapping on the switch using the command: ip host {CBD-server-domain} {CBD-server-ip}
Alternatively, you can do this through the switch GUI by navigating to General IP Configuration > DNS > Host Mapping (Advanced mode required).