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