This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2651P3: Binding with Ztool

Part Number: CC2651P3
Other Parts Discussed in Thread: Z-STACK

Hello, I'm working with two boards, one with zc_light and the other with zr_sw, both with the MT interfaces.

I want to bind the devices for activate the ligth od the coordinator with the router sw. Using ZDO_SIMPLE_DESC_REQ I can get the diferents clusters of an endpoit, but I dont know what each cluster does. Is there some document or something where I can look information of the cluster of the diferents devices?

Thanks

  • Hello Carlos,

    Please refer to the Zigbee Cluster Library (ZCL) Specification from the Connectivity Standards Alliance (CSA) to further understand the purpose of each Zigbee cluster.  You can also try searching for the cluster's hex number inside the Z-Stack project's Common/zcl files.  Also see the Zigbee Fundamentals SLA, although not based on the MT interface it will help you understand parameters to use for ZDO_BIND_REQ.  Note that if F&B is enabled during commissioning then the switch will automatically create a bind for the light.

    Regards,
    Ryan

  • Once, I binded the devices. Wich comand do I have to use to activate de diferent clusters, or recibe data. And what kind of data do I have to send?

  • Looking in to ZCL spec, I found a general frame format.

    My cuestion is, do I have to sed the hole  frame in the data box of the AF_DATA_REQUEST?

  • Yes, you have to send whole complete ZCL data frame.

  • Where can I find some, examples of a on/off activation with AF_DATA_REQUEST. I'm tying to build the frame but It's being very dificult

  • I want to activate the cluster 0x0006 in the coordinator, endpoint 8. I think is the correct for on/off the light.

    <TX>02:58:41.69 COM8 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0x0000
        NWKAddrOfInterest: 0x0000
        Endpoint: 0x08

    <RX>02:58:41.7 COM8 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)

    <RX>02:58:41.71 COM8 ZDO_SIMPLE_DESC_RSP (0x4584)
        SrcAddr: 0x0000
        Status: ZDP_SUCCESS (0x0)
        NwkAddr: 0x0000
        Len: 0x14
        Endpoint: 0x08
        ProfileID: 0x0104
        DeviceID: 0x0101
        DeviceVersion: 1 (0x1)
        NumInClusters: 0x06
        InClusterList: 0x0000, 0x0003, 0x0004, 0x0005, 0x0006, 0x0008
        NumOutClusters: 0x00
        OutClusterList

    And In my router device, wich runs a sw, has the same. End point 8 with cluster 0x0006.

    <TX>02:57:47.52 COM8 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0x2EB7
        NWKAddrOfInterest: 0x2EB7
        Endpoint: 0x08

    <RX>02:57:47.54 COM8 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)

    <RX>02:57:47.54 COM8 ZDO_SIMPLE_DESC_RSP (0x4584)
        SrcAddr: 0x2EB7
        Status: ZDP_SUCCESS (0x0)
        NwkAddr: 0x2EB7
        Len: 0x12
        Endpoint: 0x08
        ProfileID: 0x0104
        DeviceID: 0x0103
        DeviceVersion: 1 (0x1)
        NumInClusters: 0x02
        InClusterList: 0x0000, 0x0003
        NumOutClusters: 0x03
        OutClusterList: 0x0003, 0x0006, 0x0004

    But sending the following comand doesn't succes in togle the light

    <TX>03:05:30.07 COM8 AF_DATA_REQUEST (0x2401)
        DstAddr: 0x0000
        DestEndpoint: 0x06
        SrcEndpoint: 0x08
        ClusterID: 0x0006
        TransID: 0x00
        Options: 0x00
        Radius: 0x00
        Len: 0x03
        Data: ... (0x01, 0x01, 0x02)

    <RX>03:05:30.07 COM8 AF_DATA_REQUEST_SRSP (0x6401)
        Status: afStatus_SUCCESS (0x0)

  • Please note that if a switch is bound to a light then ZCL commands for the on/off cluster could be indirectly addressed (i.e. no nwk/short address required) to reach the light when using AF data requests.  Otherwise it is possible to send commands to the light on/off cluster without binding using the ZC address (0x0000).

    As YK mentioned, the topic of sending AF data requests to simulate on/off commands has already been covered on the E2E.  I'm not sure why your DestEndpoint is 0x06 when it was already determined that the light cluster resided on endpoint 0x08.  You should use a Packet Sniffing Solution to learn more about what is occurring over-the-air.

    Regards,
    Ryan

  • Sniffering, the packet is send propertly:

    And I get the default response, but nothing else happends. And also the On/Off cluster is identified.

    Maybe do I have to activate something in the light coordinator?

  • can you attach complete sniffer log?

  • No.     Time           Source                Destination           Protocol Length Info
       2851 98.099418      N/A                   Broadcast             IEEE 802.15.4 74     Beacon Request
    
    Frame 2851: 74 bytes on wire (592 bits), 74 bytes captured (592 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 10
    IEEE 802.15.4 Command, Dst: Broadcast
        Frame Control Field: 0x0803, Frame Type: Command, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: None
        Sequence Number: 165
        Destination PAN: 0xffff
        Destination: 0xffff
        Command Identifier: Beacon Request (0x07)
        TI CC24xx-format metadata: FCS OK
    
    No.     Time           Source                Destination           Protocol Length Info
       3221 113.368085     0x0000                Broadcast             ZigBee   111    Command, Dst: Broadcast, Src: 0x0000
    
    Frame 3221: 111 bytes on wire (888 bits), 111 bytes captured (888 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 47
    IEEE 802.15.4 Data, Dst: Broadcast, Src: 0x0000
        Frame Control Field: 0x8841, Frame Type: Data, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 166
        Destination PAN: 0x4d4b
        Destination: 0xffff
        Source: 0x0000
        [Extended Source: TexasIns_00:14:fb:86:dd (00:12:4b:00:14:fb:86:dd)]
        [Origin: 3221]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Command, Dst: Broadcast, Src: 0x0000
    
    No.     Time           Source                Destination           Protocol Length Info
       3652 128.370770     0x0000                Broadcast             ZigBee   111    Command, Dst: Broadcast, Src: 0x0000
    
    Frame 3652: 111 bytes on wire (888 bits), 111 bytes captured (888 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 47
    IEEE 802.15.4 Data, Dst: Broadcast, Src: 0x0000
        Frame Control Field: 0x8841, Frame Type: Data, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 167
        Destination PAN: 0x4d4b
        Destination: 0xffff
        Source: 0x0000
        [Extended Source: TexasIns_00:14:fb:86:dd (00:12:4b:00:14:fb:86:dd)]
        [Origin: 3221]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Command, Dst: Broadcast, Src: 0x0000
    
    No.     Time           Source                Destination           Protocol Length Info
       4005 143.371749     0x0000                Broadcast             ZigBee   111    Command, Dst: Broadcast, Src: 0x0000
    
    Frame 4005: 111 bytes on wire (888 bits), 111 bytes captured (888 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 47
    IEEE 802.15.4 Data, Dst: Broadcast, Src: 0x0000
        Frame Control Field: 0x8841, Frame Type: Data, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 168
        Destination PAN: 0x4d4b
        Destination: 0xffff
        Source: 0x0000
        [Extended Source: TexasIns_00:14:fb:86:dd (00:12:4b:00:14:fb:86:dd)]
        [Origin: 3221]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Command, Dst: Broadcast, Src: 0x0000
    
    No.     Time           Source                Destination           Protocol Length Info
       4191 152.231698     0x0000                Broadcast             ZigBee   112    Data, Dst: Broadcast, Src: 0x0000
    
    Frame 4191: 112 bytes on wire (896 bits), 112 bytes captured (896 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 48
    IEEE 802.15.4 Data, Dst: Broadcast, Src: 0x0000
        Frame Control Field: 0x8841, Frame Type: Data, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 169
        Destination PAN: 0x4d4b
        Destination: 0xffff
        Source: 0x0000
        [Extended Source: TexasIns_00:14:fb:86:dd (00:12:4b:00:14:fb:86:dd)]
        [Origin: 3221]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Data, Dst: Broadcast, Src: 0x0000
    
    No.     Time           Source                Destination           Protocol Length Info
       4316 158.375685     0x0000                Broadcast             ZigBee   111    Command, Dst: Broadcast, Src: 0x0000
    
    Frame 4316: 111 bytes on wire (888 bits), 111 bytes captured (888 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 47
    IEEE 802.15.4 Data, Dst: Broadcast, Src: 0x0000
        Frame Control Field: 0x8841, Frame Type: Data, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 170
        Destination PAN: 0x4d4b
        Destination: 0xffff
        Source: 0x0000
        [Extended Source: TexasIns_00:14:fb:86:dd (00:12:4b:00:14:fb:86:dd)]
        [Origin: 3221]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Command, Dst: Broadcast, Src: 0x0000
    
    No.     Time           Source                Destination           Protocol Length Info
       4433 162.643610     N/A                   Broadcast             IEEE 802.15.4 74     Beacon Request
    
    Frame 4433: 74 bytes on wire (592 bits), 74 bytes captured (592 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 10
    IEEE 802.15.4 Command, Dst: Broadcast
        Frame Control Field: 0x0803, Frame Type: Command, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: None
        Sequence Number: 48
        Destination PAN: 0xffff
        Destination: 0xffff
        Command Identifier: Beacon Request (0x07)
        TI CC24xx-format metadata: FCS OK
    
    No.     Time           Source                Destination           Protocol Length Info
       4435 162.658322     0x0000                N/A                   ZigBee   92     Beacon, Src: 0x0000, EPID: TexasIns_00:14:fb:86:dd
    
    Frame 4435: 92 bytes on wire (736 bits), 92 bytes captured (736 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 28
    IEEE 802.15.4 Beacon, Src: 0x0000
        Frame Control Field: 0x8000, Frame Type: Beacon, Destination Addressing Mode: None, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 235
        Source PAN: 0x4d4b
        Source: 0x0000
        Superframe Specification: PAN Coordinator, Association Permit
        GTS
        Pending Addresses: 0 Short and 0 Long
        TI CC24xx-format metadata: FCS OK
    ZigBee Beacon, ZigBee PRO, EPID: TexasIns_00:14:fb:86:dd
    
    No.     Time           Source                Destination           Protocol Length Info
       4437 162.907942     00:12:4b:00:14:fb:84:04 0x0000                IEEE 802.15.4 85     Association Request, FFD
    
    Frame 4437: 85 bytes on wire (680 bits), 85 bytes captured (680 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 21
    IEEE 802.15.4 Command, Dst: 0x0000, Src: TexasIns_00:14:fb:84:04
        Frame Control Field: 0xc823, Frame Type: Command, Acknowledge Request, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Long/64-bit
        Sequence Number: 49
        Destination PAN: 0x4d4b
        Destination: 0x0000
        Source PAN: 0xffff
        Extended Source: TexasIns_00:14:fb:84:04 (00:12:4b:00:14:fb:84:04)
        Command Identifier: Association Request (0x01)
        Association Request
        TI CC24xx-format metadata: FCS OK
    
    No.     Time           Source                Destination           Protocol Length Info
       4439 163.156311     00:12:4b:00:14:fb:84:04 0x0000                IEEE 802.15.4 82     Data Request
    
    Frame 4439: 82 bytes on wire (656 bits), 82 bytes captured (656 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 18
    IEEE 802.15.4 Command, Dst: 0x0000, Src: TexasIns_00:14:fb:84:04
        Frame Control Field: 0xc863, Frame Type: Command, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Long/64-bit
        Sequence Number: 50
        Destination PAN: 0x4d4b
        Destination: 0x0000
        Extended Source: TexasIns_00:14:fb:84:04 (00:12:4b:00:14:fb:84:04)
        Command Identifier: Data Request (0x04)
        TI CC24xx-format metadata: FCS OK
    
    No.     Time           Source                Destination           Protocol Length Info
       4441 163.288653     00:12:4b:00:14:fb:84:04 0x0000                IEEE 802.15.4 85     Association Request, FFD
    
    Frame 4441: 85 bytes on wire (680 bits), 85 bytes captured (680 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 21
    IEEE 802.15.4 Command, Dst: 0x0000, Src: TexasIns_00:14:fb:84:04
        Frame Control Field: 0xc823, Frame Type: Command, Acknowledge Request, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Long/64-bit
        Sequence Number: 51
        Destination PAN: 0x4d4b
        Destination: 0x0000
        Source PAN: 0xffff
        Extended Source: TexasIns_00:14:fb:84:04 (00:12:4b:00:14:fb:84:04)
        Command Identifier: Association Request (0x01)
        Association Request
        TI CC24xx-format metadata: FCS OK
    
    No.     Time           Source                Destination           Protocol Length Info
       4443 163.527798     0x0000                0x9a61                ZigBee   137    Transport Key
    
    Frame 4443: 137 bytes on wire (1096 bits), 137 bytes captured (1096 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 73
    IEEE 802.15.4 Data, Dst: 0x9a61, Src: 0x0000
        Frame Control Field: 0x8861, Frame Type: Data, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 173
        Destination PAN: 0x4d4b
        Destination: 0x9a61
        Source: 0x0000
        [Extended Source: TexasIns_00:14:fb:86:dd (00:12:4b:00:14:fb:86:dd)]
        [Origin: 3221]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Data, Dst: 0x9a61, Src: 0x0000
    ZigBee Application Support Layer Command
        Frame Control Field: Command (0x21)
        Counter: 3
        ZigBee Security Header
        Command Frame: Transport Key
    
    No.     Time           Source                Destination           Protocol Length Info
       4445 163.533243     0x0000                0x9a61                ZigBee   137    Transport Key
    
    Frame 4445: 137 bytes on wire (1096 bits), 137 bytes captured (1096 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 73
    IEEE 802.15.4 Data, Dst: 0x9a61, Src: 0x0000
        Frame Control Field: 0x8861, Frame Type: Data, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 173
        Destination PAN: 0x4d4b
        Destination: 0x9a61
        Source: 0x0000
        [Extended Source: TexasIns_00:14:fb:86:dd (00:12:4b:00:14:fb:86:dd)]
        [Origin: 3221]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Data, Dst: 0x9a61, Src: 0x0000
    ZigBee Application Support Layer Command
        Frame Control Field: Command (0x21)
        Counter: 3
        ZigBee Security Header
        Command Frame: Transport Key
    
    No.     Time           Source                Destination           Protocol Length Info
       4447 163.538829     0x0000                0x9a61                ZigBee   137    Transport Key
    
    Frame 4447: 137 bytes on wire (1096 bits), 137 bytes captured (1096 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 73
    IEEE 802.15.4 Data, Dst: 0x9a61, Src: 0x0000
        Frame Control Field: 0x8861, Frame Type: Data, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 173
        Destination PAN: 0x4d4b
        Destination: 0x9a61
        Source: 0x0000
        [Extended Source: TexasIns_00:14:fb:86:dd (00:12:4b:00:14:fb:86:dd)]
        [Origin: 3221]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Data, Dst: 0x9a61, Src: 0x0000
    ZigBee Application Support Layer Command
        Frame Control Field: Command (0x21)
        Counter: 3
        ZigBee Security Header
        Command Frame: Transport Key
    
    No.     Time           Source                Destination           Protocol Length Info
       4449 163.544805     0x0000                0x9a61                ZigBee   137    Transport Key
    
    Frame 4449: 137 bytes on wire (1096 bits), 137 bytes captured (1096 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 73
    IEEE 802.15.4 Data, Dst: 0x9a61, Src: 0x0000
        Frame Control Field: 0x8861, Frame Type: Data, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 173
        Destination PAN: 0x4d4b
        Destination: 0x9a61
        Source: 0x0000
        [Extended Source: TexasIns_00:14:fb:86:dd (00:12:4b:00:14:fb:86:dd)]
        [Origin: 3221]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Data, Dst: 0x9a61, Src: 0x0000
    ZigBee Application Support Layer Command
        Frame Control Field: Command (0x21)
        Counter: 3
        ZigBee Security Header
        Command Frame: Transport Key
    
    No.     Time           Source                Destination           Protocol Length Info
       4451 163.547690     00:12:4b:00:14:fb:86:dd 00:12:4b:00:14:fb:84:04 IEEE 802.15.4 91     Association Response, PAN: 0x4d4b Addr: 0x9a61
    
    Frame 4451: 91 bytes on wire (728 bits), 91 bytes captured (728 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 27
    IEEE 802.15.4 Command, Dst: TexasIns_00:14:fb:84:04, Src: TexasIns_00:14:fb:86:dd
        Frame Control Field: 0xcc63, Frame Type: Command, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Long/64-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Long/64-bit
        Sequence Number: 172
        Destination PAN: 0x4d4b
        Destination: TexasIns_00:14:fb:84:04 (00:12:4b:00:14:fb:84:04)
        Extended Source: TexasIns_00:14:fb:86:dd (00:12:4b:00:14:fb:86:dd)
        Command Identifier: Association Response (0x02)
        Association Response
        TI CC24xx-format metadata: FCS OK
    
    No.     Time           Source                Destination           Protocol Length Info
       4453 163.554010     0x0000                0x9a61                ZigBee   137    Transport Key
    
    Frame 4453: 137 bytes on wire (1096 bits), 137 bytes captured (1096 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 73
    IEEE 802.15.4 Data, Dst: 0x9a61, Src: 0x0000
        Frame Control Field: 0x8861, Frame Type: Data, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 174
        Destination PAN: 0x4d4b
        Destination: 0x9a61
        Source: 0x0000
        [Extended Source: TexasIns_00:14:fb:86:dd (00:12:4b:00:14:fb:86:dd)]
        [Origin: 3221]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Data, Dst: 0x9a61, Src: 0x0000
    ZigBee Application Support Layer Command
        Frame Control Field: Command (0x21)
        Counter: 3
        ZigBee Security Header
        Command Frame: Transport Key
    
    No.     Time           Source                Destination           Protocol Length Info
       4455 163.635241     0x9a61                0x0000                ZigBee ZDP 112    Node Descriptor Request, Nwk Addr: 0x0000
    
    Frame 4455: 112 bytes on wire (896 bits), 112 bytes captured (896 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 48
    IEEE 802.15.4 Data, Dst: 0x0000, Src: 0x9a61
        Frame Control Field: 0x8861, Frame Type: Data, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 53
        Destination PAN: 0x4d4b
        Destination: 0x0000
        Source: 0x9a61
        [Extended Source: TexasIns_00:14:fb:84:04 (00:12:4b:00:14:fb:84:04)]
        [Origin: 4455]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Data, Dst: 0x0000, Src: 0x9a61
    ZigBee Application Support Layer Data, Dst Endpt: 0, Src Endpt: 0
        Frame Control Field: Data (0x00)
        Destination Endpoint: 0
        Node Descriptor Request (Cluster ID: 0x0002)
        Profile: ZigBee Device Profile (0x0000)
        Source Endpoint: 0
        Counter: 1
    ZigBee Device Profile, Node Descriptor Request, Nwk Addr: 0x0000
    
    No.     Time           Source                Destination           Protocol Length Info
       4457 163.641406     0x0000                0x9a61                ZigBee ZDP 126    Node Descriptor Response, Rev: 22, Nwk Addr: 0x0000, Status: Success
    
    Frame 4457: 126 bytes on wire (1008 bits), 126 bytes captured (1008 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 62
    IEEE 802.15.4 Data, Dst: 0x9a61, Src: 0x0000
        Frame Control Field: 0x8861, Frame Type: Data, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 176
        Destination PAN: 0x4d4b
        Destination: 0x9a61
        Source: 0x0000
        [Extended Source: TexasIns_00:14:fb:86:dd (00:12:4b:00:14:fb:86:dd)]
        [Origin: 3221]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Data, Dst: 0x9a61, Src: 0x0000
    ZigBee Application Support Layer Data, Dst Endpt: 0, Src Endpt: 0
        Frame Control Field: Data (0x00)
        Destination Endpoint: 0
        Node Descriptor Response (Cluster ID: 0x8002)
        Profile: ZigBee Device Profile (0x0000)
        Source Endpoint: 0
        Counter: 4
    ZigBee Device Profile, Node Descriptor Response, Rev: 22, Nwk Addr: 0x0000, Status: Success
    
    No.     Time           Source                Destination           Protocol Length Info
       4459 163.646248     0x9a61                0x0000                ZigBee   122    Request Key
    
    Frame 4459: 122 bytes on wire (976 bits), 122 bytes captured (976 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 58
    IEEE 802.15.4 Data, Dst: 0x0000, Src: 0x9a61
        Frame Control Field: 0x8861, Frame Type: Data, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 54
        Destination PAN: 0x4d4b
        Destination: 0x0000
        Source: 0x9a61
        [Extended Source: TexasIns_00:14:fb:84:04 (00:12:4b:00:14:fb:84:04)]
        [Origin: 4455]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Data, Dst: 0x0000, Src: 0x9a61
    ZigBee Application Support Layer Command
        Frame Control Field: Command (0x21)
        Counter: 2
        ZigBee Security Header
        Command Frame: Request Key
    
    No.     Time           Source                Destination           Protocol Length Info
       4461 163.655207     0x0000                0x9a61                ZigBee   154    Transport Key
    
    Frame 4461: 154 bytes on wire (1232 bits), 154 bytes captured (1232 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 90
    IEEE 802.15.4 Data, Dst: 0x9a61, Src: 0x0000
        Frame Control Field: 0x8861, Frame Type: Data, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 177
        Destination PAN: 0x4d4b
        Destination: 0x9a61
        Source: 0x0000
        [Extended Source: TexasIns_00:14:fb:86:dd (00:12:4b:00:14:fb:86:dd)]
        [Origin: 3221]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Data, Dst: 0x9a61, Src: 0x0000
    ZigBee Application Support Layer Command
        Frame Control Field: Command (0x21)
        Counter: 5
        ZigBee Security Header
        Command Frame: Transport Key
    
    No.     Time           Source                Destination           Protocol Length Info
       4463 163.669178     0x9a61                0x0000                ZigBee   129    Verify Key
    
    Frame 4463: 129 bytes on wire (1032 bits), 129 bytes captured (1032 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 65
    IEEE 802.15.4 Data, Dst: 0x0000, Src: 0x9a61
        Frame Control Field: 0x8861, Frame Type: Data, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 56
        Destination PAN: 0x4d4b
        Destination: 0x0000
        Source: 0x9a61
        [Extended Source: TexasIns_00:14:fb:84:04 (00:12:4b:00:14:fb:84:04)]
        [Origin: 4455]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Data, Dst: 0x0000, Src: 0x9a61
    ZigBee Application Support Layer Command
        Frame Control Field: Command (0x41)
        Counter: 3
        Command Frame: Verify Key
    
    No.     Time           Source                Destination           Protocol Length Info
       4465 163.685555     0x0000                0x9a61                ZigBee   103    APS: Ack
    
    Frame 4465: 103 bytes on wire (824 bits), 103 bytes captured (824 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 39
    IEEE 802.15.4 Data, Dst: 0x9a61, Src: 0x0000
        Frame Control Field: 0x8861, Frame Type: Data, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 178
        Destination PAN: 0x4d4b
        Destination: 0x9a61
        Source: 0x0000
        [Extended Source: TexasIns_00:14:fb:86:dd (00:12:4b:00:14:fb:86:dd)]
        [Origin: 3221]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Data, Dst: 0x9a61, Src: 0x0000
    ZigBee Application Support Layer Ack
        Frame Control Field: Ack (0x12)
        Counter: 3
    
    No.     Time           Source                Destination           Protocol Length Info
       4467 163.690504     0x0000                0x9a61                ZigBee   131    Confirm Key, SUCCESS
    
    Frame 4467: 131 bytes on wire (1048 bits), 131 bytes captured (1048 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 67
    IEEE 802.15.4 Data, Dst: 0x9a61, Src: 0x0000
        Frame Control Field: 0x8861, Frame Type: Data, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 179
        Destination PAN: 0x4d4b
        Destination: 0x9a61
        Source: 0x0000
        [Extended Source: TexasIns_00:14:fb:86:dd (00:12:4b:00:14:fb:86:dd)]
        [Origin: 3221]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Data, Dst: 0x9a61, Src: 0x0000
    ZigBee Application Support Layer Command
        Frame Control Field: Command (0x61)
        Counter: 6
        ZigBee Security Header
        Command Frame: Confirm Key, SUCCESS
    
    No.     Time           Source                Destination           Protocol Length Info
       4469 163.695623     0x9a61                0x0000                ZigBee   112    APS: Ack
    
    Frame 4469: 112 bytes on wire (896 bits), 112 bytes captured (896 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 48
    IEEE 802.15.4 Data, Dst: 0x0000, Src: 0x9a61
        Frame Control Field: 0x8861, Frame Type: Data, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 57
        Destination PAN: 0x4d4b
        Destination: 0x0000
        Source: 0x9a61
        [Extended Source: TexasIns_00:14:fb:84:04 (00:12:4b:00:14:fb:84:04)]
        [Origin: 4455]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Data, Dst: 0x0000, Src: 0x9a61
    ZigBee Application Support Layer Ack
        Frame Control Field: Ack (0x32)
        Counter: 6
        ZigBee Security Header
    
    No.     Time           Source                Destination           Protocol Length Info
       4471 163.729793     0x9a61                Broadcast             ZigBee ZDP 121    Device Announcement, Nwk Addr: 0x9a61, Ext Addr: TexasIns_00:14:fb:84:04
    
    Frame 4471: 121 bytes on wire (968 bits), 121 bytes captured (968 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 57
    IEEE 802.15.4 Data, Dst: Broadcast, Src: 0x0000
        Frame Control Field: 0x8841, Frame Type: Data, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 180
        Destination PAN: 0x4d4b
        Destination: 0xffff
        Source: 0x0000
        [Extended Source: TexasIns_00:14:fb:86:dd (00:12:4b:00:14:fb:86:dd)]
        [Origin: 3221]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Data, Dst: Broadcast, Src: 0x9a61
    ZigBee Application Support Layer Data, Dst Endpt: 0, Src Endpt: 0
        Frame Control Field: Data (0x08)
        Destination Endpoint: 0
        Device Announcement (Cluster ID: 0x0013)
        Profile: ZigBee Device Profile (0x0000)
        Source Endpoint: 0
        Counter: 0
    ZigBee Device Profile, Device Announcement, Nwk Addr: 0x9a61, Ext Addr: TexasIns_00:14:fb:84:04
    
    No.     Time           Source                Destination           Protocol Length Info
       4473 163.749317     0x9a61                Broadcast             ZigBee ZDP 112    Permit Join Request
    
    Frame 4473: 112 bytes on wire (896 bits), 112 bytes captured (896 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 48
    IEEE 802.15.4 Data, Dst: Broadcast, Src: 0x9a61
        Frame Control Field: 0x8841, Frame Type: Data, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 58
        Destination PAN: 0x4d4b
        Destination: 0xffff
        Source: 0x9a61
        [Extended Source: TexasIns_00:14:fb:84:04 (00:12:4b:00:14:fb:84:04)]
        [Origin: 4455]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Data, Dst: Broadcast, Src: 0x9a61
    ZigBee Application Support Layer Data, Dst Endpt: 0, Src Endpt: 0
        Frame Control Field: Data (0x08)
        Destination Endpoint: 0
        Permit Join Request (Cluster ID: 0x0036)
        Profile: ZigBee Device Profile (0x0000)
        Source Endpoint: 0
        Counter: 5
    ZigBee Device Profile, Permit Join Request
    
    No.     Time           Source                Destination           Protocol Length Info
       4475 163.754396     0x9a61                Broadcast             ZigBee ZDP 112    Permit Join Request
    
    Frame 4475: 112 bytes on wire (896 bits), 112 bytes captured (896 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 48
    IEEE 802.15.4 Data, Dst: Broadcast, Src: 0x0000
        Frame Control Field: 0x8841, Frame Type: Data, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 181
        Destination PAN: 0x4d4b
        Destination: 0xffff
        Source: 0x0000
        [Extended Source: TexasIns_00:14:fb:86:dd (00:12:4b:00:14:fb:86:dd)]
        [Origin: 3221]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Data, Dst: Broadcast, Src: 0x9a61
    ZigBee Application Support Layer Data, Dst Endpt: 0, Src Endpt: 0
        Frame Control Field: Data (0x08)
        Destination Endpoint: 0
        Permit Join Request (Cluster ID: 0x0036)
        Profile: ZigBee Device Profile (0x0000)
        Source Endpoint: 0
        Counter: 5
    ZigBee Device Profile, Permit Join Request
    
    No.     Time           Source                Destination           Protocol Length Info
       4713 173.377506     0x0000                Broadcast             ZigBee   114    Link Status
    
    Frame 4713: 114 bytes on wire (912 bits), 114 bytes captured (912 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 50
    IEEE 802.15.4 Data, Dst: Broadcast, Src: 0x0000
        Frame Control Field: 0x8841, Frame Type: Data, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 182
        Destination PAN: 0x4d4b
        Destination: 0xffff
        Source: 0x0000
        [Extended Source: TexasIns_00:14:fb:86:dd (00:12:4b:00:14:fb:86:dd)]
        [Origin: 3221]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Command, Dst: Broadcast, Src: 0x0000
    
    No.     Time           Source                Destination           Protocol Length Info
       4780 178.614243     0x9a61                Broadcast             ZigBee   114    Link Status
    
    Frame 4780: 114 bytes on wire (912 bits), 114 bytes captured (912 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 50
    IEEE 802.15.4 Data, Dst: Broadcast, Src: 0x9a61
        Frame Control Field: 0x8841, Frame Type: Data, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 59
        Destination PAN: 0x4d4b
        Destination: 0xffff
        Source: 0x9a61
        [Extended Source: TexasIns_00:14:fb:84:04 (00:12:4b:00:14:fb:84:04)]
        [Origin: 4455]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Command, Dst: Broadcast, Src: 0x9a61
    
    No.     Time           Source                Destination           Protocol Length Info
       5109 188.378430     0x0000                Broadcast             ZigBee   114    Link Status
    
    Frame 5109: 114 bytes on wire (912 bits), 114 bytes captured (912 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 50
    IEEE 802.15.4 Data, Dst: Broadcast, Src: 0x0000
        Frame Control Field: 0x8841, Frame Type: Data, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 183
        Destination PAN: 0x4d4b
        Destination: 0xffff
        Source: 0x0000
        [Extended Source: TexasIns_00:14:fb:86:dd (00:12:4b:00:14:fb:86:dd)]
        [Origin: 3221]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Command, Dst: Broadcast, Src: 0x0000
    
    No.     Time           Source                Destination           Protocol Length Info
       5224 193.645477     0x9a61                Broadcast             ZigBee   114    Link Status
    
    Frame 5224: 114 bytes on wire (912 bits), 114 bytes captured (912 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 50
    IEEE 802.15.4 Data, Dst: Broadcast, Src: 0x9a61
        Frame Control Field: 0x8841, Frame Type: Data, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 60
        Destination PAN: 0x4d4b
        Destination: 0xffff
        Source: 0x9a61
        [Extended Source: TexasIns_00:14:fb:84:04 (00:12:4b:00:14:fb:84:04)]
        [Origin: 4455]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Command, Dst: Broadcast, Src: 0x9a61
    
    No.     Time           Source                Destination           Protocol Length Info
       6601 235.502236     0x0000                0x9a61                ZigBee ZDP 112    Active Endpoint Request, Nwk Addr: 0x9a61
    
    Frame 6601: 112 bytes on wire (896 bits), 112 bytes captured (896 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 48
    IEEE 802.15.4 Data, Dst: 0x9a61, Src: 0x0000
        Frame Control Field: 0x8861, Frame Type: Data, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 187
        Destination PAN: 0x4d4b
        Destination: 0x9a61
        Source: 0x0000
        [Extended Source: TexasIns_00:14:fb:86:dd (00:12:4b:00:14:fb:86:dd)]
        [Origin: 3221]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Data, Dst: 0x9a61, Src: 0x0000
    ZigBee Application Support Layer Data, Dst Endpt: 0, Src Endpt: 0
        Frame Control Field: Data (0x00)
        Destination Endpoint: 0
        Active Endpoint Request (Cluster ID: 0x0005)
        Profile: ZigBee Device Profile (0x0000)
        Source Endpoint: 0
        Counter: 9
    ZigBee Device Profile, Active Endpoint Request, Nwk Addr: 0x9a61
    
    No.     Time           Source                Destination           Protocol Length Info
       6603 235.508793     0x9a61                0x0000                ZigBee ZDP 116    Active Endpoint Response, Nwk Addr: 0x9a61, Status: Success
    
    Frame 6603: 116 bytes on wire (928 bits), 116 bytes captured (928 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 52
    IEEE 802.15.4 Data, Dst: 0x0000, Src: 0x9a61
        Frame Control Field: 0x8861, Frame Type: Data, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 63
        Destination PAN: 0x4d4b
        Destination: 0x0000
        Source: 0x9a61
        [Extended Source: TexasIns_00:14:fb:84:04 (00:12:4b:00:14:fb:84:04)]
        [Origin: 4455]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Data, Dst: 0x0000, Src: 0x9a61
    ZigBee Application Support Layer Data, Dst Endpt: 0, Src Endpt: 0
        Frame Control Field: Data (0x00)
        Destination Endpoint: 0
        Active Endpoint Response (Cluster ID: 0x8005)
        Profile: ZigBee Device Profile (0x0000)
        Source Endpoint: 0
        Counter: 7
    ZigBee Device Profile, Active Endpoint Response, Nwk Addr: 0x9a61, Status: Success
    
    No.     Time           Source                Destination           Protocol Length Info
       6640 238.749955     0x9a61                Broadcast             ZigBee   114    Link Status
    
    Frame 6640: 114 bytes on wire (912 bits), 114 bytes captured (912 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 50
    IEEE 802.15.4 Data, Dst: Broadcast, Src: 0x9a61
        Frame Control Field: 0x8841, Frame Type: Data, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 64
        Destination PAN: 0x4d4b
        Destination: 0xffff
        Source: 0x9a61
        [Extended Source: TexasIns_00:14:fb:84:04 (00:12:4b:00:14:fb:84:04)]
        [Origin: 4455]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Command, Dst: Broadcast, Src: 0x9a61
    
    No.     Time           Source                Destination           Protocol Length Info
       6996 248.386184     0x0000                Broadcast             ZigBee   114    Link Status
    
    Frame 6996: 114 bytes on wire (912 bits), 114 bytes captured (912 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 50
    IEEE 802.15.4 Data, Dst: Broadcast, Src: 0x0000
        Frame Control Field: 0x8841, Frame Type: Data, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 188
        Destination PAN: 0x4d4b
        Destination: 0xffff
        Source: 0x0000
        [Extended Source: TexasIns_00:14:fb:86:dd (00:12:4b:00:14:fb:86:dd)]
        [Origin: 3221]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Command, Dst: Broadcast, Src: 0x0000
    
    No.     Time           Source                Destination           Protocol Length Info
       7140 253.768167     0x9a61                Broadcast             ZigBee   114    Link Status
    
    Frame 7140: 114 bytes on wire (912 bits), 114 bytes captured (912 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 50
    IEEE 802.15.4 Data, Dst: Broadcast, Src: 0x9a61
        Frame Control Field: 0x8841, Frame Type: Data, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 65
        Destination PAN: 0x4d4b
        Destination: 0xffff
        Source: 0x9a61
        [Extended Source: TexasIns_00:14:fb:84:04 (00:12:4b:00:14:fb:84:04)]
        [Origin: 4455]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Command, Dst: Broadcast, Src: 0x9a61
    
    No.     Time           Source                Destination           Protocol Length Info
       7338 263.388649     0x0000                Broadcast             ZigBee   114    Link Status
    
    Frame 7338: 114 bytes on wire (912 bits), 114 bytes captured (912 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 50
    IEEE 802.15.4 Data, Dst: Broadcast, Src: 0x0000
        Frame Control Field: 0x8841, Frame Type: Data, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 189
        Destination PAN: 0x4d4b
        Destination: 0xffff
        Source: 0x0000
        [Extended Source: TexasIns_00:14:fb:86:dd (00:12:4b:00:14:fb:86:dd)]
        [Origin: 3221]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Command, Dst: Broadcast, Src: 0x0000
    
    No.     Time           Source                Destination           Protocol Length Info
       7514 268.799579     0x9a61                Broadcast             ZigBee   114    Link Status
    
    Frame 7514: 114 bytes on wire (912 bits), 114 bytes captured (912 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 50
    IEEE 802.15.4 Data, Dst: Broadcast, Src: 0x9a61
        Frame Control Field: 0x8841, Frame Type: Data, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 66
        Destination PAN: 0x4d4b
        Destination: 0xffff
        Source: 0x9a61
        [Extended Source: TexasIns_00:14:fb:84:04 (00:12:4b:00:14:fb:84:04)]
        [Origin: 4455]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Command, Dst: Broadcast, Src: 0x9a61
    
    No.     Time           Source                Destination           Protocol Length Info
       7628 274.620651     0x9a61                0x0000                ZigBee HA 112    ZCL OnOff: Toggle, Seq: 1
    
    Frame 7628: 112 bytes on wire (896 bits), 112 bytes captured (896 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 48
    IEEE 802.15.4 Data, Dst: 0x0000, Src: 0x9a61
        Frame Control Field: 0x8861, Frame Type: Data, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 67
        Destination PAN: 0x4d4b
        Destination: 0x0000
        Source: 0x9a61
        [Extended Source: TexasIns_00:14:fb:84:04 (00:12:4b:00:14:fb:84:04)]
        [Origin: 4455]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Data, Dst: 0x0000, Src: 0x9a61
    ZigBee Application Support Layer Data, Dst Endpt: 8, Src Endpt: 8
        Frame Control Field: Data (0x00)
        Destination Endpoint: 8
        Cluster: On/Off (0x0006)
        Profile: Home Automation (0x0104)
        Source Endpoint: 8
        Counter: 8
    ZigBee Cluster Library Frame
        Frame Control Field: Cluster-specific (0x01)
        Sequence Number: 1
        Command: Toggle (0x02)
    
    No.     Time           Source                Destination           Protocol Length Info
       7630 274.627581     0x0000                0x9a61                ZigBee HA 114    ZCL: Default Response, Seq: 1
    
    Frame 7630: 114 bytes on wire (912 bits), 114 bytes captured (912 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 50
    IEEE 802.15.4 Data, Dst: 0x9a61, Src: 0x0000
        Frame Control Field: 0x8861, Frame Type: Data, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 190
        Destination PAN: 0x4d4b
        Destination: 0x9a61
        Source: 0x0000
        [Extended Source: TexasIns_00:14:fb:86:dd (00:12:4b:00:14:fb:86:dd)]
        [Origin: 3221]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Data, Dst: 0x9a61, Src: 0x0000
    ZigBee Application Support Layer Data, Dst Endpt: 8, Src Endpt: 8
        Frame Control Field: Data (0x00)
        Destination Endpoint: 8
        Cluster: On/Off (0x0006)
        Profile: Home Automation (0x0104)
        Source Endpoint: 8
        Counter: 10
    ZigBee Cluster Library Frame, Command: Default Response, Seq: 1
        Frame Control Field: Profile-wide (0x18)
        Sequence Number: 1
        Command: Default Response (0x0b)
        Response to Command: 0x02
        Status: Success (0x00)
    
    No.     Time           Source                Destination           Protocol Length Info
       7747 278.409599     0x0000                Broadcast             ZigBee   114    Link Status
    
    Frame 7747: 114 bytes on wire (912 bits), 114 bytes captured (912 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 50
    IEEE 802.15.4 Data, Dst: Broadcast, Src: 0x0000
        Frame Control Field: 0x8841, Frame Type: Data, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 192
        Destination PAN: 0x4d4b
        Destination: 0xffff
        Source: 0x0000
        [Extended Source: TexasIns_00:14:fb:86:dd (00:12:4b:00:14:fb:86:dd)]
        [Origin: 3221]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Command, Dst: Broadcast, Src: 0x0000
    
    No.     Time           Source                Destination           Protocol Length Info
       8023 283.829826     0x9a61                Broadcast             ZigBee   114    Link Status
    
    Frame 8023: 114 bytes on wire (912 bits), 114 bytes captured (912 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 50
    IEEE 802.15.4 Data, Dst: Broadcast, Src: 0x9a61
        Frame Control Field: 0x8841, Frame Type: Data, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 68
        Destination PAN: 0x4d4b
        Destination: 0xffff
        Source: 0x9a61
        [Extended Source: TexasIns_00:14:fb:84:04 (00:12:4b:00:14:fb:84:04)]
        [Origin: 4455]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Command, Dst: Broadcast, Src: 0x9a61
    
    No.     Time           Source                Destination           Protocol Length Info
       9200 293.393638     0x0000                Broadcast             ZigBee   114    Link Status
    
    Frame 9200: 114 bytes on wire (912 bits), 114 bytes captured (912 bits) on interface \Device\NPF_Loopback, id 0
    Null/Loopback
    Internet Protocol Version 4, Src: 172.23.80.1, Dst: 172.23.80.1
    User Datagram Protocol, Src Port: 62676, Dst Port: 17754
    ZigBee Encapsulation Protocol, Channel: 13, Length: 50
    IEEE 802.15.4 Data, Dst: Broadcast, Src: 0x0000
        Frame Control Field: 0x8841, Frame Type: Data, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 193
        Destination PAN: 0x4d4b
        Destination: 0xffff
        Source: 0x0000
        [Extended Source: TexasIns_00:14:fb:86:dd (00:12:4b:00:14:fb:86:dd)]
        [Origin: 3221]
        TI CC24xx-format metadata: FCS OK
    ZigBee Network Layer Command, Dst: Broadcast, Src: 0x0000
    

  • I can not upload the wireshark file, But you can download from here https://we.tl/t-yZlcYMoXKS

  • I solved, the problem was in the coordinator, I changed the device for coordinator and now works fine the activations.