cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
514
Views
0
Helpful
3
Replies

CDB-8U Wakeup from Deep Sleep Mode

okad
Level 1
Level 1
Hi dear community

I'm trying to configure the swtch CDB-8U to enter Deep Sleep Mode and wake up from it.
I tried the method described in the documentation below.

I want to use the method "Send Playload Data" in the documentation.
And I could enter Deep Sleep Mode, but I couldn't wake up using "Send Playload Data".

What should I configure before Step 1 and 2?

---
show running:
Building configuration...

Current configuration : 3207 bytes
 
Last configuration change at 10:04:53 UTC Sat Nov 5 2022
 
version 15.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
hostname Switch
boot-start-marker
boot-end-marker
no aaa new-model
coap proxy
 security none
 security none ipv4 192.168.0.0 255.255.255.0
 start
 exit
coap endpoint ipv4 192.168.0.1
coap http enable
ip dhcp pool day0defaultBTPool
 network 172.16.0.0 255.255.255.0
 default-router 172.16.0.1
energywise domain cisco security shared-secret 0 cisco
spanning-tree mode rapid-pvst
spanning-tree extend system-id
device classifier
vlan internal allocation policy ascending
interface FastEthernet1/0/1
interface FastEthernet1/0/2
interface FastEthernet1/0/3
interface FastEthernet1/0/4
interface FastEthernet1/0/5
interface FastEthernet1/0/6
interface FastEthernet1/0/7
interface FastEthernet1/0/8
interface GigabitEthernet1/0/1
interface GigabitEthernet1/0/2
 energywise name PC-1
interface Vlan1
 ip address 192.168.0.1 255.255.0.0
 no ip route-cache
ip default-gateway 192.168.0.0
ip http server
ip http banner
ip http secure-server
ip scp server enable
end
---

Thank you!

Best,

Keisuke Okada
3 Replies 3

pieterh
VIP
VIP

the document mentions:
Enter "WOL:1" if you want the switch to listen for incoming packets in the uplink ports in order to wake up.
is your connection to the switch on one of the uplink ports ?

okad
Level 1
Level 1

Yes, my connection is to an uplink port. The LED of the port of the switch is green.
When I send the Playload Data to wake up, the LED blinks, but the switch does not wake up.

okad
Level 1
Level 1
I have not resolved this issue. I do not know how to transition the switch from Deep Sleep mode by sending Payload data.
I describe how to transition the switch to Deep Sleep Mode by sending Payload data.

1.Enter the following command
Switch>enable
Switch#configure terminal
Switch(config)#coap proxy
Switch(config-coap-proxy)#security none
Switch(config-coap-proxy)#start
Switch(config-coap-proxy)#exit
Switch(config)#coap http enable

2.Run the following at a Windows command prompt
curl -X POST http://<id:password@IP_address/level/15/coap/cisco/sleep -H "Content-Type: text/plain" -d 'data={"WOL":1}'

3.Switch enters Deep Sleep Mode (POWER SAVE LED blinks)
Review Cisco Networking for a $25 gift card