
POE Clock Messages
Operations Guide
931080C
CyberData Corporation
16
2.1.3 Change – Static IP
POE Clock will accept a UDP Broadcast to port 10004 to Change Network Configuration. This
example configures POE Clock to Static IP. If the Change packet is accepted, POE Clock responds
by sending a Confirmation packet to the IP and Port which sent the Change packet. If the Change
packet is rejected, POE Clock responds with a Rejection packet.
Table 2-3. Change – Static IP
From >
To
Content
Comment
Host >
Device
<XML>\n
<PacketType>Change</PacketType>\n
<VendorName>CyberData</VendorName>\n
<ProductName>CDNetDevice</ProductName>\n
<ProductType>CDPOEClock</ProductType>\n
<MacAddr>00:50:C2:02:0F:0D</MacAddr>\n
<SerialNum>313000001</SerialNum>\n
<DevName>CDPOEClock0001</DevName>\n
<IPAddr>192.168.6.23</IPAddr>\n
<CMDPort>30998</CMDPort>\n
<SubnetMask>255.255.255.0</SubnetMask>\n
<Gateway>192.168.6.1</Gateway>\n
<DHCP>Disable</DHCP>\n
<DNS1>192.168.6.1</DNS1>\n
<DNS2>0.0.0.0</DNS2>\n
<DNSHostName>CDPOEClock</DNSHostName>\n
<Announce>0</Announce>\n
</XML>\n
Change
Request
Device >
Host
<XML>\n
<PacketType>Confirmation</PacketType>\n
<VendorName>CyberData</VendorName>\n
<ProductName>CDNetDevice</ProductName>\n
<ProductType>CDPOEClock</ProductType>\n
<MacAddr>00:50:C2:02:0F:0D</MacAddr>\n
<SerialNum>313000001</SerialNum>\n
<Request>Change</Request>\n
</XML>\n
Change
Accepted