10-13-2023 06:49 AM
hello. I am tryng to config my cisco router in Cisco Iot Operations Dashboard, but everytime that i try, the status message appears "Devices is nOt up" with the event type config push error . From my cisco router i can ping 8.8.8.8 and do telnet us.ciscoiot.com 443 perfect wth 100 percent rate and at the same time, the router seems to be connected to iot because it shows messages like translating "us.ciscoiot.com"....domain server 8.8.8.8 OK. when i go to trouebleshooting options and ping 8.8.8.8. from the IOT cisco page it sends me this "Unable to establish the connection with the Device. "
10-13-2023 06:53 AM
at the same time, when i go to configurations in cisco iot operations dashboard , to see my templates and i look for error messages, it appears " element is bootstrapped. will not push configuration
10-13-2023 10:44 AM
Hello - it could be a lot of different things! Can you help us narrow the issue by answering those questions?
- What type of router is this and what version of IOS are you running?
- What is your uplink? How does it connect to the internet?
- From the router console, what is the status of Tunnel1 interface? ("sh ip int br")
- In your Cisco PnP Connect profile - where does the device redirects to? device.ciscoiot.com?
- Could it be that anything is preventing the router to open a FlexVPN tunnel to IoT OD?
- Is CGNA configured and trying to register? ("sh cgna profile-state all")
- Can you try to ping 'us-int.ciscoiot.com' from the router and see if this resolves to an IP address?
Thanks,
Emmanuel
10-13-2023 06:23 PM
- What type of router is this and what version of IOS are you running? R: Cisco router IR809 IOT , version 15.7
- What is your uplink? How does it connect to the internet? R: I am not sure how can i explain it but if you want i can leave my running config for you below.
- From the router console, what is the status of Tunnel1 interface? ("sh ip int br") R: i have the tunnel 1 desactived for now
- In your Cisco PnP Connect profile - where does the device redirects to? device.ciscoiot.com?
rsion 15.7
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname IR800
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
ip domain name cisco
ip name-server 208.67.222.222
ip cef
ipv6 unicast-routing
ipv6 cef
!
multilink bundle-name authenticated
!
!
!
chat-script lte "" "AT!CALL" TIMEOUT 20 "OK"
!
!
license udi pid IR809G-LTE-NA-K9 sn FCW2228000E
!
!
!
redundancy
!
!
!
!
!
controller Cellular 0
lte failovertimer 5
lte modem link-recovery disable
!
!
!
!
!
!
!
!
!
!
!
interface GigabitEthernet0
no ip address
shutdown
duplex auto
speed auto
!
interface GigabitEthernet1
no ip address
shutdown
duplex auto
speed auto
!
interface GigabitEthernet2
no ip address
shutdown
duplex auto
speed auto
!
interface Cellular0
ip address negotiated
ip nat outside
ip virtual-reassembly in
encapsulation slip
dialer in-band
dialer idle-timeout 0
dialer string lte
10-14-2023 07:02 PM
ok, i have re-configured my router again. it has connection with IOT . So the next time , i would have to reset the router again and do the same thing since there is not "pnp reset service" avaible in the router
10-13-2023 06:26 PM
!
interface Cellular1
ip address negotiated
ip nat inside
ip virtual-reassembly in
encapsulation slip
shutdown
!
interface Async0
no ip address
encapsulation scada
!
interface Async1
no ip address
encapsulation scada
!
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
ip nat inside source list NAT interface Cellular0 overload
ip route 0.0.0.0 0.0.0.0 Cellular0
!
ip access-list extended NAT
permit ip 10.0.0.0 0.0.0.255 any
!
dialer-list 1 protocol ip permit
ipv6 ioam timestamp
10-13-2023 07:22 PM
ok i think the main problem is
10-16-2023 12:35 AM
This kind of issue will be much better handled with a TAC case because of the sensitive nature of some information (organisation, router serial number, configuration details,...). Being able to see what template has been used would be useful.
- This is an IR809 running IOS 15.7.(?) release.
- Uplink is with Cellular 0
- I don't know what 'i have the tunnel 1 desactived for now' means, as there is not deactivated state. It can be up/up, up/down, down/down or not exist. This is why I have asked for the output of "sh ip int br".
- You did not provide the output of "sh cgna profile-state all"
- The right command to reset is not "pnp reset service" but "pnp service reset"
- For PNP to work you must not touch the console at all after "pnp service reset" and let the process go.
- Can you try to ping 'us-int.ciscoiot.com' from the router and see if this resolves to an IP address?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide