Cisco Ultra-Reliable Wireless Backhaul Standalone, Software Configuration Guide, Release 26.1.x

PDF

Verify provisioning mode using CLI

Want to summarize with AI?

Log in

Verifies if the device is in provisioning mode.


These steps show how to verify if the device is in provisioning mode:

Procedure

Use the show iw-service status command to verify whether the device is in provisioning mode.

Example:

Device#show iw-service status
  IW Service mode: Provisioning
  Status: Connected
This example shows that the device is in provisioning mode and retrieved the IP address from the DHCP server:
Device# show ip
 IP:             192.168.0.10
 Network:        255.255.255.0
 Gateway:
 Nameservers:

 DHCP Address (PROVISIONING Mode):
 IP:             10.0.0.2
 Network:        255.255.255.0
 Gateway:        10.0.0.1
 Nameservers:    8.8.8.8

 Fallback Address (PROVISIONING Mode):
 IP:             169.254.201.72
 Network:        255.255.0.0
This example shows the device in provisioning mode failed to retrieve the IP address from the DHCP server and using the default fallback IP address 192.168.0.10:
Device# show ip
 IP:             192.168.0.10
 Network:        255.255.255.0
 Gateway:
 Nameservers:

 DHCP Address (PROVISIONING Mode):
 IP:             192.168.0.10
 Network:        255.255.255.0
 Gateway:
 Nameservers:    127.0.0.1

 Fallback Address (PROVISIONING Mode):
 IP:             169.254.201.72
 Network:        255.255.0.0