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.

TDA4-VM switch udp package loss

Other Parts Discussed in Thread: TDA4VM

We use TDA4 VM ,SDK7.3, QNX.

When two switch port send udp to Linux PC  simultaneously, udp package from ECU2 loss seriously.

We tested two options.

options 1:

ECU1 send udp packages to Linux PC,10thread,25Hz,50KB per package.

ECU2 send udp packages Linux PC,10thread,25Hz,50KB per package.

When ECU1 and ECU2 Send separately, udp packages donot loss. When ECU1 and ECU2 send simultaneously, ECU2 udp package loss Seriously。

We use tcpdump to capture eth package at ECU2 and Linux PC, we found the packets sent by ECU2 are relatively complete, and the packets received by the Linux PC are continuously lost. As shown in the figure below.

option2:

1. ECU1 send: iperf3 -c 172.16.1.53 -t 60 -i 1 -b 1G -P 5 -u -p 12000

ECU2 send: iperf3 -c 172.16.1.53 -t 60 -i 1 -b 1G -P 5 -u -p 20000

Linux PC: iperf3 -s -p 12000;  iperf3 -s -p 20000

When ECU1 and ECU2 Send separately, udp packages donot loss. When ECU1 and ECU2 send simultaneously, ECU2 udp package loss Seriously。As shown in the figure below.

  • Dear Wenqiang,

        Please try to use TCP to send packets and see if things will become better.

    BR

    Sikai

  • hi, we use tcp to send packets and it seems better, but also has package loss.

  • Dear Experts,

         Here are some phenomenon customer found:

         1. If run ECU1 first then run ECU2 then ECU2 will reproduce the packet drop case.

         2. If run ECU2 first then run ECU1 right after it, then ECU2 has a high possibility to reproduce the case.

         3. If run ECU2 first for a long time then run ECU1 then it will not reproduce the case.

    BR

    Sikai

  • Dear Wenqiang,

         1. The port 5 has a hardware limit of 1G, as a result if you run two 1G ipert synchronizly half of them will be dropped. Could you reduce the iperf bandwidth to see if it will be improved?

         2. We will provide the QNX(SDK 7.3) script to dump the stauts of Host port, port 2 and port 5 to see where the packets are dropped.

         3. We need you to provide the data grabbed by the Wireshark on Linux PC(1.25Mbps). Better with a PCAP file.

         4. Could you explain the process of sending 1.25Mbps packet and the whole test environment? Like the code and screenshot?

         If I miss anything please let me know.

    BR

    Sikai


  • I tested with iperf3:

    ECU1:  iperf3 -c 192.168.3.110 -t 10 -b 100MB -P 5 -u
    ECU2:  iperf3 -s

    the attachements are the topo and the inforation read from ECU1 and ECU2

    Test topo

    ecu1.op.txt
    J7EVM@QNX:/hirain/data#
    J7EVM@QNX:/hirain/data# iperf3 -c 192.168.3.110 -t 10 -b 100MB -P 5 -u
    Connecting to host 192.168.3.110, port 5201
    [  5] local 192.168.3.120 port 65398 connected to 192.168.3.110 port 5201
    [  7] local 192.168.3.120 port 65397 connected to 192.168.3.110 port 5201
    [  9] local 192.168.3.120 port 65396 connected to 192.168.3.110 port 5201
    [ 11] local 192.168.3.120 port 65395 connected to 192.168.3.110 port 5201
    [ 13] local 192.168.3.120 port 65394 connected to 192.168.3.110 port 5201
    [ ID] Interval           Transfer     Bitrate         Total Datagrams
    [  5]   0.00-1.00   sec  11.8 MBytes  99.2 Mbits/sec  8496
    [  7]   0.00-1.00   sec  11.8 MBytes  99.2 Mbits/sec  8496
    [  9]   0.00-1.00   sec  11.8 MBytes  99.2 Mbits/sec  8496
    [ 11]   0.00-1.00   sec  11.8 MBytes  99.2 Mbits/sec  8496
    [ 13]   0.00-1.00   sec  11.8 MBytes  99.2 Mbits/sec  8496
    [SUM]   0.00-1.00   sec  59.1 MBytes   496 Mbits/sec  42480
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   1.00-2.00   sec  12.0 MBytes   101 Mbits/sec  8619
    [  7]   1.00-2.00   sec  12.0 MBytes   101 Mbits/sec  8619
    [  9]   1.00-2.00   sec  12.0 MBytes   101 Mbits/sec  8619
    [ 11]   1.00-2.00   sec  12.0 MBytes   101 Mbits/sec  8619
    [ 13]   1.00-2.00   sec  12.0 MBytes   101 Mbits/sec  8619
    [SUM]   1.00-2.00   sec  60.0 MBytes   503 Mbits/sec  43095
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   2.00-3.00   sec  11.9 MBytes  99.8 Mbits/sec  8543
    [  7]   2.00-3.00   sec  11.9 MBytes  99.8 Mbits/sec  8543
    [  9]   2.00-3.00   sec  11.9 MBytes  99.8 Mbits/sec  8543
    [ 11]   2.00-3.00   sec  11.9 MBytes  99.8 Mbits/sec  8543
    [ 13]   2.00-3.00   sec  11.9 MBytes  99.8 Mbits/sec  8543
    [SUM]   2.00-3.00   sec  59.5 MBytes   499 Mbits/sec  42715
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   3.00-4.00   sec  11.9 MBytes  99.5 Mbits/sec  8522
    [  7]   3.00-4.00   sec  11.9 MBytes  99.5 Mbits/sec  8522
    [  9]   3.00-4.00   sec  11.9 MBytes  99.5 Mbits/sec  8522
    [ 11]   3.00-4.00   sec  11.9 MBytes  99.5 Mbits/sec  8522
    [ 13]   3.00-4.00   sec  11.9 MBytes  99.5 Mbits/sec  8522
    [SUM]   3.00-4.00   sec  59.3 MBytes   498 Mbits/sec  42610
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   4.00-5.00   sec  12.0 MBytes   101 Mbits/sec  8620
    [  7]   4.00-5.00   sec  12.0 MBytes   101 Mbits/sec  8620
    [  9]   4.00-5.00   sec  12.0 MBytes   101 Mbits/sec  8620
    [ 11]   4.00-5.00   sec  12.0 MBytes   101 Mbits/sec  8620
    [ 13]   4.00-5.00   sec  12.0 MBytes   101 Mbits/sec  8620
    [SUM]   4.00-5.00   sec  60.0 MBytes   503 Mbits/sec  43100
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   5.00-6.00   sec  11.9 MBytes  99.8 Mbits/sec  8541
    [  7]   5.00-6.00   sec  11.9 MBytes  99.8 Mbits/sec  8541
    [  9]   5.00-6.00   sec  11.9 MBytes  99.8 Mbits/sec  8541
    [ 11]   5.00-6.00   sec  11.9 MBytes  99.8 Mbits/sec  8541
    [ 13]   5.00-6.00   sec  11.9 MBytes  99.8 Mbits/sec  8541
    [SUM]   5.00-6.00   sec  59.5 MBytes   499 Mbits/sec  42705
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   6.00-7.00   sec  11.9 MBytes  99.6 Mbits/sec  8529
    [  7]   6.00-7.00   sec  11.9 MBytes  99.6 Mbits/sec  8529
    [  9]   6.00-7.00   sec  11.9 MBytes  99.6 Mbits/sec  8529
    [ 11]   6.00-7.00   sec  11.9 MBytes  99.6 Mbits/sec  8529
    [ 13]   6.00-7.00   sec  11.9 MBytes  99.6 Mbits/sec  8529
    [SUM]   6.00-7.00   sec  59.4 MBytes   498 Mbits/sec  42645
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   7.00-8.00   sec  12.0 MBytes   100 Mbits/sec  8597
    [  7]   7.00-8.00   sec  12.0 MBytes   100 Mbits/sec  8597
    [  9]   7.00-8.00   sec  12.0 MBytes   100 Mbits/sec  8597
    [ 11]   7.00-8.00   sec  12.0 MBytes   100 Mbits/sec  8597
    [ 13]   7.00-8.00   sec  12.0 MBytes   100 Mbits/sec  8597
    [SUM]   7.00-8.00   sec  59.9 MBytes   502 Mbits/sec  42985
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   8.00-9.00   sec  11.9 MBytes  99.9 Mbits/sec  8556
    [  7]   8.00-9.00   sec  11.9 MBytes  99.9 Mbits/sec  8556
    [  9]   8.00-9.00   sec  11.9 MBytes  99.9 Mbits/sec  8556
    [ 11]   8.00-9.00   sec  11.9 MBytes  99.9 Mbits/sec  8556
    [ 13]   8.00-9.00   sec  11.9 MBytes  99.9 Mbits/sec  8556
    [SUM]   8.00-9.00   sec  59.6 MBytes   500 Mbits/sec  42780
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   9.00-10.00  sec  11.6 MBytes  97.7 Mbits/sec  8367
    [  7]   9.00-10.00  sec  11.6 MBytes  97.7 Mbits/sec  8367
    [  9]   9.00-10.00  sec  11.6 MBytes  97.7 Mbits/sec  8367
    [ 11]   9.00-10.00  sec  11.6 MBytes  97.7 Mbits/sec  8367
    [ 13]   9.00-10.00  sec  11.6 MBytes  97.7 Mbits/sec  8367
    [SUM]   9.00-10.00  sec  58.2 MBytes   489 Mbits/sec  41835
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [ ID] Interval           Transfer     Bitrate         Jitter    Lost/Total Datagrams
    [  5]   0.00-10.00  sec   119 MBytes  99.7 Mbits/sec  0.000 ms  0/85390 (0%)  sender
    [  5]   0.00-10.18  sec  38.1 MBytes  31.4 Mbits/sec  0.403 ms  57927/85313 (68%)  receiver
    [  7]   0.00-10.00  sec   119 MBytes  99.7 Mbits/sec  0.000 ms  0/85390 (0%)  sender
    [  7]   0.00-10.18  sec  38.1 MBytes  31.4 Mbits/sec  0.303 ms  57927/85312 (68%)  receiver
    [  9]   0.00-10.00  sec   119 MBytes  99.7 Mbits/sec  0.000 ms  0/85390 (0%)  sender
    [  9]   0.00-10.18  sec  38.1 MBytes  31.4 Mbits/sec  0.486 ms  57927/85312 (68%)  receiver
    [ 11]   0.00-10.00  sec   119 MBytes  99.7 Mbits/sec  0.000 ms  0/85390 (0%)  sender
    [ 11]   0.00-10.18  sec  38.1 MBytes  31.4 Mbits/sec  0.401 ms  57928/85313 (68%)  receiver
    [ 13]   0.00-10.00  sec   119 MBytes  99.7 Mbits/sec  0.000 ms  0/85390 (0%)  sender
    [ 13]   0.00-10.18  sec  38.1 MBytes  31.4 Mbits/sec  0.279 ms  57928/85313 (68%)  receiver
    [SUM]   0.00-10.00  sec   594 MBytes   499 Mbits/sec  0.000 ms  0/426950 (0%)  sender
    [SUM]   0.00-10.18  sec   191 MBytes   157 Mbits/sec  0.375 ms  289637/426563 (68%)  receiver
    
    iperf Done.
    J7EVM@QNX:/hirain/data#
    
    ecu2.op.txt
    J7EVM@QNX:/root#
    J7EVM@QNX:/root# shutdown
    Error:  uncertain identification of qnet server.
    Using username "root".
    root@192.168.3.110's password:
    Setting additional environment variables...
    J7EVM@QNX:/root# echo "" > /tmp/remote.log
    J7EVM@QNX:/root#
    J7EVM@QNX:/root# iperf
    iperf2  iperf3
    J7EVM@QNX:/root# iperf3 -s
    -----------------------------------------------------------
    Server listening on 5201
    -----------------------------------------------------------
    Accepted connection from 192.168.3.120, port 65533
    [  5] local 192.168.3.110 port 5201 connected to 192.168.3.120 port 65398
    [  6] local 192.168.3.110 port 5201 connected to 192.168.3.120 port 65397
    [  9] local 192.168.3.110 port 5201 connected to 192.168.3.120 port 65396
    [ 11] local 192.168.3.110 port 5201 connected to 192.168.3.120 port 65395
    [ 13] local 192.168.3.110 port 5201 connected to 192.168.3.120 port 65394
    [ ID] Interval           Transfer     Bitrate         Jitter    Lost/Total Datagrams
    [  5]   0.00-1.00   sec  2.89 MBytes  24.2 Mbits/sec  0.600 ms  4779/6855 (70%)
    [  6]   0.00-1.00   sec  2.89 MBytes  24.2 Mbits/sec  0.541 ms  4780/6855 (70%)
    [  9]   0.00-1.00   sec  2.89 MBytes  24.2 Mbits/sec  0.657 ms  4781/6856 (70%)
    [ 11]   0.00-1.00   sec  2.89 MBytes  24.2 Mbits/sec  0.526 ms  4781/6856 (70%)
    [ 13]   0.00-1.00   sec  2.89 MBytes  24.2 Mbits/sec  0.516 ms  4781/6856 (70%)
    [SUM]   0.00-1.00   sec  14.4 MBytes   121 Mbits/sec  0.568 ms  23902/34278 (70%)
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   1.00-2.00   sec  4.07 MBytes  34.2 Mbits/sec  0.331 ms  5718/8643 (66%)
    [  6]   1.00-2.00   sec  4.07 MBytes  34.2 Mbits/sec  0.345 ms  5718/8643 (66%)
    [  9]   1.00-2.00   sec  4.07 MBytes  34.2 Mbits/sec  0.298 ms  5717/8642 (66%)
    [ 11]   1.00-2.00   sec  4.07 MBytes  34.2 Mbits/sec  0.420 ms  5717/8642 (66%)
    [ 13]   1.00-2.00   sec  4.07 MBytes  34.2 Mbits/sec  0.363 ms  5718/8643 (66%)
    [SUM]   1.00-2.00   sec  20.4 MBytes   171 Mbits/sec  0.351 ms  28588/43213 (66%)
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   2.00-3.00   sec  4.48 MBytes  37.6 Mbits/sec  0.459 ms  5330/8549 (62%)
    [  6]   2.00-3.00   sec  4.48 MBytes  37.6 Mbits/sec  0.517 ms  5330/8549 (62%)
    [  9]   2.00-3.00   sec  4.48 MBytes  37.6 Mbits/sec  0.497 ms  5330/8549 (62%)
    [ 11]   2.00-3.00   sec  4.48 MBytes  37.6 Mbits/sec  0.482 ms  5331/8550 (62%)
    [ 13]   2.00-3.00   sec  4.48 MBytes  37.6 Mbits/sec  0.479 ms  5330/8549 (62%)
    [SUM]   2.00-3.00   sec  22.4 MBytes   188 Mbits/sec  0.487 ms  26651/42746 (62%)
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   3.00-4.00   sec  4.15 MBytes  34.8 Mbits/sec  0.440 ms  5551/8534 (65%)
    [  6]   3.00-4.00   sec  4.15 MBytes  34.8 Mbits/sec  0.575 ms  5551/8534 (65%)
    [  9]   3.00-4.00   sec  4.15 MBytes  34.8 Mbits/sec  0.456 ms  5551/8534 (65%)
    [ 11]   3.00-4.00   sec  4.15 MBytes  34.8 Mbits/sec  0.512 ms  5551/8534 (65%)
    [ 13]   3.00-4.00   sec  4.15 MBytes  34.8 Mbits/sec  0.505 ms  5551/8534 (65%)
    [SUM]   3.00-4.00   sec  20.8 MBytes   174 Mbits/sec  0.497 ms  27755/42670 (65%)
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   4.00-5.00   sec  4.30 MBytes  36.1 Mbits/sec  0.479 ms  5508/8598 (64%)
    [  6]   4.00-5.00   sec  4.30 MBytes  36.1 Mbits/sec  0.495 ms  5508/8598 (64%)
    [  9]   4.00-5.00   sec  4.30 MBytes  36.1 Mbits/sec  0.474 ms  5508/8598 (64%)
    [ 11]   4.00-5.00   sec  4.30 MBytes  36.1 Mbits/sec  0.408 ms  5507/8597 (64%)
    [ 13]   4.00-5.00   sec  4.30 MBytes  36.1 Mbits/sec  0.468 ms  5508/8598 (64%)
    [SUM]   4.00-5.00   sec  21.5 MBytes   180 Mbits/sec  0.465 ms  27539/42989 (64%)
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   5.00-6.00   sec  4.07 MBytes  34.1 Mbits/sec  0.503 ms  5595/8515 (66%)
    [  6]   5.00-6.00   sec  4.07 MBytes  34.1 Mbits/sec  0.236 ms  5595/8515 (66%)
    [  9]   5.00-6.00   sec  4.07 MBytes  34.1 Mbits/sec  0.442 ms  5596/8516 (66%)
    [ 11]   5.00-6.00   sec  4.07 MBytes  34.1 Mbits/sec  0.366 ms  5596/8516 (66%)
    [ 13]   5.00-6.00   sec  4.07 MBytes  34.1 Mbits/sec  0.266 ms  5595/8515 (66%)
    [SUM]   5.00-6.00   sec  20.3 MBytes   171 Mbits/sec  0.362 ms  27977/42577 (66%)
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   6.00-7.00   sec  3.95 MBytes  33.2 Mbits/sec  0.594 ms  5723/8563 (67%)
    [  6]   6.00-7.00   sec  3.95 MBytes  33.2 Mbits/sec  0.402 ms  5723/8563 (67%)
    [  9]   6.00-7.00   sec  3.95 MBytes  33.2 Mbits/sec  0.395 ms  5722/8562 (67%)
    [ 11]   6.00-7.00   sec  3.95 MBytes  33.2 Mbits/sec  0.463 ms  5722/8562 (67%)
    [ 13]   6.00-7.00   sec  3.95 MBytes  33.2 Mbits/sec  0.424 ms  5723/8563 (67%)
    [SUM]   6.00-7.00   sec  19.8 MBytes   166 Mbits/sec  0.456 ms  28613/42813 (67%)
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   7.00-8.00   sec  3.45 MBytes  28.9 Mbits/sec  0.810 ms  6085/8563 (71%)
    [  6]   7.00-8.00   sec  3.45 MBytes  28.9 Mbits/sec  0.944 ms  6085/8563 (71%)
    [  9]   7.00-8.00   sec  3.45 MBytes  28.9 Mbits/sec  0.866 ms  6086/8564 (71%)
    [ 11]   7.00-8.00   sec  3.45 MBytes  28.9 Mbits/sec  0.759 ms  6086/8564 (71%)
    [ 13]   7.00-8.00   sec  3.45 MBytes  28.9 Mbits/sec  0.810 ms  6086/8564 (71%)
    [SUM]   7.00-8.00   sec  17.3 MBytes   145 Mbits/sec  0.838 ms  30428/42818 (71%)
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   8.00-9.00   sec  3.40 MBytes  28.5 Mbits/sec  0.355 ms  6060/8503 (71%)
    [  6]   8.00-9.00   sec  3.40 MBytes  28.5 Mbits/sec  0.287 ms  6060/8503 (71%)
    [  9]   8.00-9.00   sec  3.40 MBytes  28.5 Mbits/sec  0.358 ms  6060/8503 (71%)
    [ 11]   8.00-9.00   sec  3.40 MBytes  28.5 Mbits/sec  0.766 ms  6060/8503 (71%)
    [ 13]   8.00-9.00   sec  3.40 MBytes  28.5 Mbits/sec  0.651 ms  6059/8502 (71%)
    [SUM]   8.00-9.00   sec  17.0 MBytes   143 Mbits/sec  0.483 ms  30299/42514 (71%)
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   9.00-10.00  sec  2.74 MBytes  23.0 Mbits/sec  0.643 ms  6505/8473 (77%)
    [  6]   9.00-10.00  sec  2.74 MBytes  23.0 Mbits/sec  0.610 ms  6507/8475 (77%)
    [  9]   9.00-10.00  sec  2.74 MBytes  23.0 Mbits/sec  0.620 ms  6506/8474 (77%)
    [ 11]   9.00-10.00  sec  2.74 MBytes  23.0 Mbits/sec  0.605 ms  6506/8474 (77%)
    [ 13]   9.00-10.00  sec  2.74 MBytes  23.0 Mbits/sec  0.565 ms  6506/8474 (77%)
    [SUM]   9.00-10.00  sec  13.7 MBytes   115 Mbits/sec  0.609 ms  32530/42370 (77%)
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]  10.00-10.18  sec   633 KBytes  29.0 Mbits/sec  0.403 ms  1073/1517 (71%)
    [  6]  10.00-10.18  sec   633 KBytes  29.0 Mbits/sec  0.303 ms  1070/1514 (71%)
    [  9]  10.00-10.18  sec   633 KBytes  29.0 Mbits/sec  0.486 ms  1070/1514 (71%)
    [ 11]  10.00-10.18  sec   633 KBytes  29.0 Mbits/sec  0.401 ms  1071/1515 (71%)
    [ 13]  10.00-10.18  sec   633 KBytes  29.0 Mbits/sec  0.279 ms  1071/1515 (71%)
    [SUM]  10.00-10.18  sec  3.09 MBytes   145 Mbits/sec  0.375 ms  5355/7575 (71%)
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [ ID] Interval           Transfer     Bitrate         Jitter    Lost/Total Datagrams
    [  5]   0.00-10.18  sec  38.1 MBytes  31.4 Mbits/sec  0.403 ms  57927/85313 (68%)  receiver
    [  6]   0.00-10.18  sec  38.1 MBytes  31.4 Mbits/sec  0.303 ms  57927/85312 (68%)  receiver
    [  9]   0.00-10.18  sec  38.1 MBytes  31.4 Mbits/sec  0.486 ms  57927/85312 (68%)  receiver
    [ 11]   0.00-10.18  sec  38.1 MBytes  31.4 Mbits/sec  0.401 ms  57928/85313 (68%)  receiver
    [ 13]   0.00-10.18  sec  38.1 MBytes  31.4 Mbits/sec  0.279 ms  57928/85313 (68%)  receiver
    [SUM]   0.00-10.18  sec   191 MBytes   157 Mbits/sec  0.375 ms  289637/426563 (68%)  receiver
    -----------------------------------------------------------
    Server listening on 5201
    -----------------------------------------------------------
    iperf3: interrupt - the server has terminated
    J7EVM@QNX:/root#
    
    ecu1.remote.log
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929231 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929297 s: -------CPSWnG ALE TABLE----------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929328 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929356 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929381 s:  Entry 1 - VLAN INNER #015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929400 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929423 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929441 s: IVLAN_ID           = 300#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929460 s: NO FRAG           = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929477 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929495 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929516 s: LMT NEXT HDR      = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929533 s: UNREG_MCAST_FLOOD = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929551 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929570 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929594 s:  Entry 2 - VLAN INNER #015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929611 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929634 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929651 s: IVLAN_ID           = 400#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929670 s: NO FRAG           = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929687 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929705 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929725 s: LMT NEXT HDR      = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929742 s: UNREG_MCAST_FLOOD = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929759 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929777 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929801 s:  Entry 3 - VLAN INNER #015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929818 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929841 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929859 s: IVLAN_ID           = 401#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929877 s: NO FRAG           = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929894 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929911 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929931 s: LMT NEXT HDR      = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929948 s: UNREG_MCAST_FLOOD = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929965 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930012 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930041 s:  Entry 4 - VLAN INNER #015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930060 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930083 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930101 s: IVLAN_ID           = 402#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930119 s: NO FRAG           = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930136 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930153 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930173 s: LMT NEXT HDR      = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930191 s: UNREG_MCAST_FLOOD = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930209 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930229 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930252 s:  Entry 5 - VLAN INNER #015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930270 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930293 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930310 s: IVLAN_ID           = 403#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930328 s: NO FRAG           = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930345 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930363 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930383 s: LMT NEXT HDR      = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930400 s: UNREG_MCAST_FLOOD = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930417 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930436 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930459 s:  Entry 6 - VLAN INNER #015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930477 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930500 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930517 s: IVLAN_ID           = 404#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930535 s: NO FRAG           = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930552 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930570 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930590 s: LMT NEXT HDR      = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930607 s: UNREG_MCAST_FLOOD = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930624 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930642 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930665 s:  Entry 7 - VLAN INNER #015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930683 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930706 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930723 s: IVLAN_ID           = 405#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930741 s: NO FRAG           = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930759 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930777 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930797 s: LMT NEXT HDR      = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930814 s: UNREG_MCAST_FLOOD = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930831 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930850 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930873 s:  Entry 8 - VLAN INNER #015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930891 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930914 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930931 s: IVLAN_ID           = 406#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930949 s: NO FRAG           = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930966 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931000 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931022 s: LMT NEXT HDR      = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931040 s: UNREG_MCAST_FLOOD = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931059 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931078 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931102 s:  Entry 9 - VLAN INNER #015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931119 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931142 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931159 s: IVLAN_ID           = 407#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931196 s: NO FRAG           = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931215 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931233 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931253 s: LMT NEXT HDR      = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931271 s: UNREG_MCAST_FLOOD = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931288 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931321 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931347 s:  Entry 10 - Multicast#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931366 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931390 s: PORT_MASK        = 6#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931408 s: SUPER            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931425 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931443 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931460 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931477 s: MULTICAST_ADDR   = ffff 2201a200#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931500 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931525 s:  Entry 11 - Unicast#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931542 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931566 s: TRUNK            = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931583 s: PORT_NUMBER      = 15#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931601 s: BLOCK            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931618 s: SECURE           = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931635 s: TOUCH            = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931652 s: AGEABLE          = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931670 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931687 s: UNICAST_ADDR     = a47 5e00006b#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931709 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931732 s:  Entry 12 - Multicast#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931750 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931773 s: PORT_MASK        = 1ff#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931791 s: SUPER            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931807 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931824 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931841 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931858 s: MULTICAST_ADDR   = 100 5e000181#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931880 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931903 s:  Entry 13 - Multicast#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931920 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931943 s: PORT_MASK        = 1ff#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931961 s: SUPER            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931978 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932012 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932031 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932048 s: MULTICAST_ADDR   = 100 5e070001#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932070 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932093 s:  Entry 14 - Multicast#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932111 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932134 s: PORT_MASK        = 1ff#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932151 s: SUPER            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932168 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932185 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932202 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932219 s: MULTICAST_ADDR   = 100 5e303401#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932241 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932264 s:  Entry 15 - Multicast#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932281 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932305 s: PORT_MASK        = 1ff#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932322 s: SUPER            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932339 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932356 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932373 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932390 s: MULTICAST_ADDR   = 100 5e7f0301#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932411 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932435 s:  Entry 16 - Multicast#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932452 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932475 s: PORT_MASK        = 1ff#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932493 s: SUPER            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932510 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932527 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932544 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932560 s: MULTICAST_ADDR   = 100 5e40fffe#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932582 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932606 s:  Entry 17 - Multicast#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932623 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932646 s: PORT_MASK        = 1ff#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932664 s: SUPER            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932680 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932697 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932714 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932731 s: MULTICAST_ADDR   = 100 5e7f0001#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932753 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932776 s:  Entry 18 - Multicast#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932793 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932816 s: PORT_MASK        = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932833 s: SUPER            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932850 s: MCAST IGNORE BITS= 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932867 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932884 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932901 s: MULTICAST_ADDR   = 100 761d92d1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932923 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932947 s:  Entry 19 - Unicast#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932964 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932994 s: TRUNK            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933013 s: PORT_NUMBER      = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933030 s: BLOCK            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933047 s: SECURE           = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933064 s: TOUCH            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933081 s: AGEABLE          = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933099 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933116 s: UNICAST_ADDR     = 72ff c200000e#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933139 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933162 s:  Entry 20 - Multicast#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933180 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933203 s: PORT_MASK        = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933220 s: SUPER            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933237 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933255 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933272 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933289 s: MULTICAST_ADDR   = 180 19000000#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933310 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933334 s:  Entry 21 - Multicast#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933351 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933375 s: PORT_MASK        = 2#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933391 s: SUPER            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933408 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933426 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933443 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933460 s: MULTICAST_ADDR   = 11b 54414004#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933483 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933506 s:  Entry 23 - Unicast#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933523 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933546 s: TRUNK            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933563 s: PORT_NUMBER      = 2#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933580 s: BLOCK            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933596 s: SECURE           = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933613 s: TOUCH            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933630 s: AGEABLE          = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933647 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933665 s: UNICAST_ADDR     = 4e45 a973f7b1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933697 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933721 s:  Entry 35 - Unicast#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933738 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933761 s: TRUNK            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933778 s: PORT_NUMBER      = 2#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933795 s: BLOCK            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933812 s: SECURE           = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933829 s: TOUCH            = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933846 s: AGEABLE          = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933863 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933880 s: UNICAST_ADDR     = 4e45 368e30f#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933924 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933948 s:  Entry 61 - Unicast#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933964 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933993 s: TRUNK            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934011 s: PORT_NUMBER      = 2#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934028 s: BLOCK            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934045 s: SECURE           = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934062 s: TOUCH            = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934079 s: AGEABLE          = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934096 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934113 s: UNICAST_ADDR     = 72ff 9be70d5c#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934135 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934158 s:  Entry 62 - Unicast#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934174 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934198 s: TRUNK            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934214 s: PORT_NUMBER      = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934231 s: BLOCK            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934248 s: SECURE           = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934265 s: TOUCH            = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934282 s: AGEABLE          = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934299 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934316 s: UNICAST_ADDR     = 98fa 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.935195 s: Completed analysis of 1024 ALE entries#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.935219 s: HIRAIN_CMD_CPSW9G_ALE_PRINT exec end!#015
    
    
    
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.090740 s: inArgs.macPort = 0x2  inArgs.reg = 0x904  inArgs.dev = 0x3#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.142439 s:           STATS          #015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.142503 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.142533 s:           PORT0 STATS          #015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.142571 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.142594 s: STAT_0_RXGOODFRAMES              (RegAddr:0x0C03A000)= 0x84EF1#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.142630 s: STAT_0_RXBROADCASTFRAMES         (RegAddr:0x0C03A004)= 0x4E#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.142662 s: STAT_0_RXMULTICASTFRAMES         (RegAddr:0x0C03A008)= 0x14CF#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.142695 s: STAT_0_ALE_DROP                  (RegAddr:0x0C03A028)= 0x3#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.142727 s: STAT_0_RXOCTETS                  (RegAddr:0x0C03A030)= 0x2B552956#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.142761 s: STAT_0_TXGOODFRAMES              (RegAddr:0x0C03A034)= 0x433D1#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.142795 s: STAT_0_TXBROADCASTFRAMES         (RegAddr:0x0C03A038)= 0x4E#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.142826 s: STAT_0_TXMULTICASTFRAMES         (RegAddr:0x0C03A03C)= 0x1510#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.142859 s: STAT_0_TXOCTETS                  (RegAddr:0x0C03A064)= 0x7BDDF01#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.142890 s: STAT_0_OCTETFRAMES64             (RegAddr:0x0C03A068)= 0x8378#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.142922 s: STAT_0_OCTETFRAMES65T127         (RegAddr:0x0C03A06C)= 0x9DCF#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.142953 s: STAT_0_OCTETFRAMES128T255        (RegAddr:0x0C03A070)= 0x9E77#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143007 s: STAT_0_OCTETFRAMES256T511        (RegAddr:0x0C03A074)= 0x2D4D3#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143044 s: STAT_0_OCTETFRAMES512T1023       (RegAddr:0x0C03A078)= 0xD62#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143077 s: STAT_0_OCTETFRAMES1024TUP        (RegAddr:0x0C03A07C)= 0x7E0D1#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143110 s: STAT_0_NETOCTETS                 (RegAddr:0x0C03A080)= 0x33130A03#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143145 s: STAT_0_PORTMASK_DROP             (RegAddr:0x0C03A088)= 0x3#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143180 s: STAT_0_ALE_POL_MATCH             (RegAddr:0x0C03A0C0)= 0x151A#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143214 s: STAT_0_TX_PRI_REG             [1](RegAddr:0x0C03A184)= 0x348A4#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143249 s: STAT_0_TX_PRI_REG             [5](RegAddr:0x0C03A194)= 0xEB2F#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143284 s: STAT_0_TX_PRI_BCNT_REG        [1](RegAddr:0x0C03A1A4)= 0x4752F37#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143318 s: STAT_0_TX_PRI_BCNT_REG        [5](RegAddr:0x0C03A1B4)= 0x3488466#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143359 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143383 s:           PORT1 STATS          #015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143405 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143455 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143477 s:           PORT2 STATS          #015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143497 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143517 s: STAT_2_RXGOODFRAMES              (RegAddr:0x0C03A400)= 0x3E118#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143550 s: STAT_2_RXBROADCASTFRAMES         (RegAddr:0x0C03A404)= 0x4E#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143580 s: STAT_2_RXMULTICASTFRAMES         (RegAddr:0x0C03A408)= 0xA5C#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143615 s: STAT_2_RXOCTETS                  (RegAddr:0x0C03A430)= 0x69F8E07#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143648 s: STAT_2_TXGOODFRAMES              (RegAddr:0x0C03A434)= 0x87932#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143679 s: STAT_2_TXBROADCASTFRAMES         (RegAddr:0x0C03A438)= 0x4C#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143710 s: STAT_2_TXMULTICASTFRAMES         (RegAddr:0x0C03A43C)= 0x1439#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143743 s: STAT_2_TXOCTETS                  (RegAddr:0x0C03A464)= 0x2AC58540#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143775 s: STAT_2_OCTETFRAMES64             (RegAddr:0x0C03A468)= 0x4C5E#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143806 s: STAT_2_OCTETFRAMES65T127         (RegAddr:0x0C03A46C)= 0x93C5#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143837 s: STAT_2_OCTETFRAMES128T255        (RegAddr:0x0C03A470)= 0xAE75#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143867 s: STAT_2_OCTETFRAMES256T511        (RegAddr:0x0C03A474)= 0x2F820#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143899 s: STAT_2_OCTETFRAMES512T1023       (RegAddr:0x0C03A478)= 0x48F6#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143930 s: STAT_2_OCTETFRAMES1024TUP        (RegAddr:0x0C03A47C)= 0x78A9C#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143961 s: STAT_2_NETOCTETS                 (RegAddr:0x0C03A480)= 0x316514C5#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144010 s: STAT_2_ALE_UNKN_UNI              (RegAddr:0x0C03A4A8)= 0xF#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144044 s: STAT_2_ALE_UNKN_UNI_BCNT         (RegAddr:0x0C03A4AC)= 0x78E#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144076 s: STAT_2_ALE_UNKN_MLT              (RegAddr:0x0C03A4B0)= 0x4#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144107 s: STAT_2_ALE_UNKN_MLT_BCNT         (RegAddr:0x0C03A4B4)= 0x120#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144138 s: STAT_2_ALE_UNKN_BRD              (RegAddr:0x0C03A4B8)= 0x17#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144168 s: STAT_2_ALE_UNKN_BRD_BCNT         (RegAddr:0x0C03A4BC)= 0x618#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144199 s: STAT_2_ALE_POL_MATCH             (RegAddr:0x0C03A4C0)= 0x3487C#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144232 s: STAT_2_TX_PRI_REG             [0](RegAddr:0x0C03A580)= 0x7A2E8#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144265 s: STAT_2_TX_PRI_REG             [2](RegAddr:0x0C03A588)= 0xAA6#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144297 s: STAT_2_TX_PRI_REG             [5](RegAddr:0x0C03A594)= 0xCBA5#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144330 s: STAT_2_TX_PRI_BCNT_REG        [0](RegAddr:0x0C03A5A0)= 0x292A269A#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144363 s: STAT_2_TX_PRI_BCNT_REG        [2](RegAddr:0x0C03A5A8)= 0x3415A#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144395 s: STAT_2_TX_PRI_BCNT_REG        [5](RegAddr:0x0C03A5B4)= 0x1981ECA#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144430 s: STAT_2_TX_PRI_DROP_REG        [5](RegAddr:0x0C03A5D4)= 0x6#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144462 s: STAT_2_TX_PRI_DROP_BCNT_REG   [5](RegAddr:0x0C03A5F4)= 0x154A#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144496 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144516 s:           PORT3 STATS          #015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144537 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144577 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144597 s:           PORT4 STATS          #015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144617 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144657 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144677 s:           PORT5 STATS          #015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144697 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144737 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144757 s:           PORT6 STATS          #015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144777 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144797 s: STAT_6_RXGOODFRAMES              (RegAddr:0x0C03AC00)= 0x1B73B#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144828 s: STAT_6_RXMULTICASTFRAMES         (RegAddr:0x0C03AC08)= 0xAB6#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144860 s: STAT_6_ALE_DROP                  (RegAddr:0x0C03AC28)= 0x5F#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144891 s: STAT_6_RXOCTETS                  (RegAddr:0x0C03AC30)= 0x4E1A898#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144923 s: STAT_6_TXGOODFRAMES              (RegAddr:0x0C03AC34)= 0x14DD2#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144954 s: STAT_6_TXBROADCASTFRAMES         (RegAddr:0x0C03AC38)= 0x9C#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144994 s: STAT_6_TXMULTICASTFRAMES         (RegAddr:0x0C03AC3C)= 0x13F4#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145032 s: STAT_6_TXOCTETS                  (RegAddr:0x0C03AC64)= 0x46CEA38#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145065 s: STAT_6_OCTETFRAMES64             (RegAddr:0x0C03AC68)= 0xC8EB#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145096 s: STAT_6_OCTETFRAMES65T127         (RegAddr:0x0C03AC6C)= 0xA3A#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145127 s: STAT_6_OCTETFRAMES128T255        (RegAddr:0x0C03AC70)= 0x4AA1#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145158 s: STAT_6_OCTETFRAMES256T511        (RegAddr:0x0C03AC74)= 0x4591#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145189 s: STAT_6_OCTETFRAMES512T1023       (RegAddr:0x0C03AC78)= 0x3BB4#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145221 s: STAT_6_OCTETFRAMES1024TUP        (RegAddr:0x0C03AC7C)= 0x1660D#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145252 s: STAT_6_NETOCTETS                 (RegAddr:0x0C03AC80)= 0x94EBCD2#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145284 s: STAT_6_PORTMASK_DROP             (RegAddr:0x0C03AC88)= 0x5F#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145314 s: STAT_6_RX_TOP_OF_FIFO_DROP       (RegAddr:0x0C03AC8C)= 0x6#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145346 s: STAT_6_ALE_UNKN_UNI              (RegAddr:0x0C03ACA8)= 0x1#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145376 s: STAT_6_ALE_UNKN_UNI_BCNT         (RegAddr:0x0C03ACAC)= 0xEA#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145407 s: STAT_6_ALE_POL_MATCH             (RegAddr:0x0C03ACC0)= 0xEB3A#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145438 s: STAT_6_TX_PRI_REG             [0](RegAddr:0x0C03AD80)= 0xAAB4#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145470 s: STAT_6_TX_PRI_REG             [1](RegAddr:0x0C03AD84)= 0xA28E#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145502 s: STAT_6_TX_PRI_REG             [2](RegAddr:0x0C03AD88)= 0x94#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145535 s: STAT_6_TX_PRI_BCNT_REG        [0](RegAddr:0x0C03ADA0)= 0x2358BD6#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145567 s: STAT_6_TX_PRI_BCNT_REG        [1](RegAddr:0x0C03ADA4)= 0x23740DE#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145600 s: STAT_6_TX_PRI_BCNT_REG        [2](RegAddr:0x0C03ADA8)= 0x29A0#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145637 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145657 s:           PORT7 STATS          #015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145721 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145769 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145790 s:           PORT8 STATS          #015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145811 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145853 s: HIRAIN_CMD_CPSW9G_MAC_STATUS exec end!#015
    
    
    ecu2.remote.log
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297176 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297239 s: -------CPSWnG ALE TABLE----------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297267 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297294 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297319 s:  Entry 1 - VLAN INNER #015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297338 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297361 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297379 s: IVLAN_ID           = 300#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297398 s: NO FRAG           = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297415 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297433 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297453 s: LMT NEXT HDR      = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297502 s: UNREG_MCAST_FLOOD = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297525 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297546 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297569 s:  Entry 2 - VLAN INNER #015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297587 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297612 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297629 s: IVLAN_ID           = 400#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297647 s: NO FRAG           = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297664 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297682 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297702 s: LMT NEXT HDR      = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297719 s: UNREG_MCAST_FLOOD = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297736 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297755 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297778 s:  Entry 3 - VLAN INNER #015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297796 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297828 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297849 s: IVLAN_ID           = 401#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297869 s: NO FRAG           = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297888 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297906 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297926 s: LMT NEXT HDR      = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297943 s: UNREG_MCAST_FLOOD = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297960 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297979 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298002 s:  Entry 4 - VLAN INNER #015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298020 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298043 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298061 s: IVLAN_ID           = 402#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298079 s: NO FRAG           = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298096 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298114 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298134 s: LMT NEXT HDR      = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298151 s: UNREG_MCAST_FLOOD = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298168 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298187 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298211 s:  Entry 5 - VLAN INNER #015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298229 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298252 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298269 s: IVLAN_ID           = 403#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298287 s: NO FRAG           = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298305 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298323 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298342 s: LMT NEXT HDR      = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298359 s: UNREG_MCAST_FLOOD = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298377 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298395 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298418 s:  Entry 6 - VLAN INNER #015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298436 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298470 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298490 s: IVLAN_ID           = 404#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298509 s: NO FRAG           = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298527 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298545 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298565 s: LMT NEXT HDR      = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298583 s: UNREG_MCAST_FLOOD = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298600 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298620 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298643 s:  Entry 7 - VLAN INNER #015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298661 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298684 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298701 s: IVLAN_ID           = 405#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298720 s: NO FRAG           = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298737 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298755 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298774 s: LMT NEXT HDR      = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298792 s: UNREG_MCAST_FLOOD = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298809 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298827 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298851 s:  Entry 8 - VLAN INNER #015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298868 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298892 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298909 s: IVLAN_ID           = 406#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298927 s: NO FRAG           = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298944 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298961 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298981 s: LMT NEXT HDR      = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298998 s: UNREG_MCAST_FLOOD = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299016 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299034 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299057 s:  Entry 9 - VLAN INNER #015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299075 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299099 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299117 s: IVLAN_ID           = 407#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299135 s: NO FRAG           = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299152 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299170 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299190 s: LMT NEXT HDR      = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299207 s: UNREG_MCAST_FLOOD = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299225 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299244 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299269 s:  Entry 10 - Multicast#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299286 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299310 s: PORT_MASK        = 1ff#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299328 s: SUPER            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299345 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299362 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299379 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299397 s: MULTICAST_ADDR   = ffff 5e00006b#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299420 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299443 s:  Entry 11 - Multicast#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299470 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299497 s: PORT_MASK        = 1ff#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299516 s: SUPER            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299533 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299551 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299568 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299585 s: MULTICAST_ADDR   = 100 5e000181#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299607 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299630 s:  Entry 12 - Multicast#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299647 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299671 s: PORT_MASK        = 1ff#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299689 s: SUPER            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299705 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299722 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299739 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299757 s: MULTICAST_ADDR   = 100 5e070001#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299779 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299803 s:  Entry 13 - Multicast#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299820 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299843 s: PORT_MASK        = 1ff#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299861 s: SUPER            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299878 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299895 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299912 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299929 s: MULTICAST_ADDR   = 100 5e303401#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299951 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299974 s:  Entry 14 - Multicast#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299991 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300015 s: PORT_MASK        = 1ff#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300032 s: SUPER            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300049 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300066 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300083 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300100 s: MULTICAST_ADDR   = 100 5e7f0301#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300122 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300145 s:  Entry 15 - Multicast#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300162 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300186 s: PORT_MASK        = 1ff#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300204 s: SUPER            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300221 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300238 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300255 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300272 s: MULTICAST_ADDR   = 100 5e40fffe#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300294 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300317 s:  Entry 16 - Multicast#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300334 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300358 s: PORT_MASK        = 1ff#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300376 s: SUPER            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300392 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300409 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300426 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300443 s: MULTICAST_ADDR   = 100 5e7f0001#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300472 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300497 s:  Entry 17 - Multicast#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300515 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300539 s: PORT_MASK        = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300555 s: SUPER            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300572 s: MCAST IGNORE BITS= 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300589 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300606 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300623 s: MULTICAST_ADDR   = 100 761d92c1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300645 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300670 s:  Entry 18 - Unicast#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300687 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300710 s: TRUNK            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300727 s: PORT_NUMBER      = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300745 s: BLOCK            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300762 s: SECURE           = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300779 s: TOUCH            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300797 s: AGEABLE          = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300814 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300832 s: UNICAST_ADDR     = 72ff c200000e#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300854 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300878 s:  Entry 19 - Multicast#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300895 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300919 s: PORT_MASK        = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300936 s: SUPER            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300953 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300969 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300986 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301003 s: MULTICAST_ADDR   = 180 19000000#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301025 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301049 s:  Entry 20 - Multicast#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301066 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301089 s: PORT_MASK        = 3#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301106 s: SUPER            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301123 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301140 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301156 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301173 s: MULTICAST_ADDR   = 11b 2201a200#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301195 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301219 s:  Entry 21 - Unicast#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301236 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301259 s: TRUNK            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301276 s: PORT_NUMBER      = 3#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301293 s: BLOCK            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301310 s: SECURE           = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301327 s: TOUCH            = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301343 s: AGEABLE          = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301360 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301377 s: UNICAST_ADDR     = a47 54414007#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301399 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301423 s:  Entry 22 - Unicast#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301439 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301472 s: TRUNK            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301492 s: PORT_NUMBER      = 3#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301509 s: BLOCK            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301526 s: SECURE           = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301543 s: TOUCH            = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301560 s: AGEABLE          = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301577 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301594 s: UNICAST_ADDR     = 4e45 761d92d1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301616 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301639 s:  Entry 23 - Unicast#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301656 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301680 s: TRUNK            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301696 s: PORT_NUMBER      = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301713 s: BLOCK            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301730 s: SECURE           = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301747 s: TOUCH            = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301764 s: AGEABLE          = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301781 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301798 s: UNICAST_ADDR     = 72ff 54414004#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301820 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301844 s:  Entry 24 - Unicast#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301860 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301884 s: TRUNK            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301900 s: PORT_NUMBER      = 5#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301917 s: BLOCK            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301934 s: SECURE           = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301951 s: TOUCH            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301968 s: AGEABLE          = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301985 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.302002 s: UNICAST_ADDR     = 4e45 368e30f#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.302031 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.302054 s:  Entry 33 - Unicast#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.302072 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.302095 s: TRUNK            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.302112 s: PORT_NUMBER      = 5#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.302129 s: BLOCK            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.302146 s: SECURE           = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.302163 s: TOUCH            = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.302180 s: AGEABLE          = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.302197 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.302214 s: UNICAST_ADDR     = 98fa 368e30f#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.303121 s: Completed analysis of 1024 ALE entries#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.303145 s: HIRAIN_CMD_CPSW9G_ALE_PRINT exec end!#015
    
    
    
    
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_1]   2050.830526 s: Bus off flag is 0.#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_1]   2050.882211 s: Bus off flag is 0.#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934081 s:           STATS          #015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934140 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934166 s:           PORT0 STATS          #015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934189 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934210 s: STAT_0_RXGOODFRAMES              (RegAddr:0x0C03A000)= 0x4DB00#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934245 s: STAT_0_RXBROADCASTFRAMES         (RegAddr:0x0C03A004)= 0x2F#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934278 s: STAT_0_RXMULTICASTFRAMES         (RegAddr:0x0C03A008)= 0xC1D#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934312 s: STAT_0_ALE_DROP                  (RegAddr:0x0C03A028)= 0x3#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934343 s: STAT_0_RXOCTETS                  (RegAddr:0x0C03A030)= 0x82198D1#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934376 s: STAT_0_TXGOODFRAMES              (RegAddr:0x0C03A034)= 0x8C282#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934408 s: STAT_0_TXBROADCASTFRAMES         (RegAddr:0x0C03A038)= 0x82#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934438 s: STAT_0_TXMULTICASTFRAMES         (RegAddr:0x0C03A03C)= 0x1695#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934506 s: STAT_0_TXOCTETS                  (RegAddr:0x0C03A064)= 0x2B6EF705#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934549 s: STAT_0_OCTETFRAMES64             (RegAddr:0x0C03A068)= 0x567B#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934581 s: STAT_0_OCTETFRAMES65T127         (RegAddr:0x0C03A06C)= 0xAA2E#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934613 s: STAT_0_OCTETFRAMES128T255        (RegAddr:0x0C03A070)= 0xD159#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934646 s: STAT_0_OCTETFRAMES256T511        (RegAddr:0x0C03A074)= 0x3C397#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934678 s: STAT_0_OCTETFRAMES512T1023       (RegAddr:0x0C03A078)= 0x50FE#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934709 s: STAT_0_OCTETFRAMES1024TUP        (RegAddr:0x0C03A07C)= 0x7B6EB#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934741 s: STAT_0_NETOCTETS                 (RegAddr:0x0C03A080)= 0x33909016#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934774 s: STAT_0_PORTMASK_DROP             (RegAddr:0x0C03A088)= 0x3#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934809 s: STAT_0_ALE_POL_MATCH             (RegAddr:0x0C03A0C0)= 0xC49#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934843 s: STAT_0_TX_PRI_REG             [2](RegAddr:0x0C03A188)= 0x8C17C#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934878 s: STAT_0_TX_PRI_REG             [4](RegAddr:0x0C03A190)= 0x107#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934913 s: STAT_0_TX_PRI_BCNT_REG        [2](RegAddr:0x0C03A1A8)= 0x2B6E60A5#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934947 s: STAT_0_TX_PRI_BCNT_REG        [4](RegAddr:0x0C03A1B0)= 0x6560#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934989 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935009 s:           PORT1 STATS          #015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935030 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935081 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935106 s:           PORT2 STATS          #015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935128 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935169 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935190 s:           PORT3 STATS          #015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935211 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935231 s: STAT_3_RXGOODFRAMES              (RegAddr:0x0C03A600)= 0x8C5CC#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935263 s: STAT_3_RXBROADCASTFRAMES         (RegAddr:0x0C03A604)= 0x50#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935295 s: STAT_3_RXMULTICASTFRAMES         (RegAddr:0x0C03A608)= 0x1695#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935328 s: STAT_3_RXOCTETS                  (RegAddr:0x0C03A630)= 0x2B763E54#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935360 s: STAT_3_TXGOODFRAMES              (RegAddr:0x0C03A634)= 0x4DC34#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935392 s: STAT_3_TXBROADCASTFRAMES         (RegAddr:0x0C03A638)= 0x61#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935422 s: STAT_3_TXMULTICASTFRAMES         (RegAddr:0x0C03A63C)= 0xC1A#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935455 s: STAT_3_TXOCTETS                  (RegAddr:0x0C03A664)= 0x821BF89#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935511 s: STAT_3_OCTETFRAMES64             (RegAddr:0x0C03A668)= 0x5C75#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935546 s: STAT_3_OCTETFRAMES65T127         (RegAddr:0x0C03A66C)= 0xA5B4#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935578 s: STAT_3_OCTETFRAMES128T255        (RegAddr:0x0C03A670)= 0xD23F#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935610 s: STAT_3_OCTETFRAMES256T511        (RegAddr:0x0C03A674)= 0x3C425#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935641 s: STAT_3_OCTETFRAMES512T1023       (RegAddr:0x0C03A678)= 0x5204#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935672 s: STAT_3_OCTETFRAMES1024TUP        (RegAddr:0x0C03A67C)= 0x7B770#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935704 s: STAT_3_NETOCTETS                 (RegAddr:0x0C03A680)= 0x3398028F#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935739 s: STAT_3_ALE_UNKN_UNI              (RegAddr:0x0C03A6A8)= 0x1#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935772 s: STAT_3_ALE_UNKN_UNI_BCNT         (RegAddr:0x0C03A6AC)= 0x386#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935804 s: STAT_3_ALE_UNKN_MLT              (RegAddr:0x0C03A6B0)= 0x2#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935837 s: STAT_3_ALE_UNKN_MLT_BCNT         (RegAddr:0x0C03A6B4)= 0x1BA#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935870 s: STAT_3_ALE_POL_MATCH             (RegAddr:0x0C03A6C0)= 0x8C14A#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935904 s: STAT_3_TX_PRI_REG             [0](RegAddr:0x0C03A780)= 0x4D998#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935938 s: STAT_3_TX_PRI_REG             [2](RegAddr:0x0C03A788)= 0xAC#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935970 s: STAT_3_TX_PRI_REG             [4](RegAddr:0x0C03A790)= 0x1F1#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936002 s: STAT_3_TX_PRI_BCNT_REG        [0](RegAddr:0x0C03A7A0)= 0x820DFB9#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936036 s: STAT_3_TX_PRI_BCNT_REG        [2](RegAddr:0x0C03A7A8)= 0x3060#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936068 s: STAT_3_TX_PRI_BCNT_REG        [4](RegAddr:0x0C03A7B0)= 0xB422#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936105 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936125 s:           PORT4 STATS          #015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936145 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936186 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936207 s:           PORT5 STATS          #015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936228 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936248 s: STAT_5_RXGOODFRAMES              (RegAddr:0x0C03AA00)= 0x2EA#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936280 s: STAT_5_RXBROADCASTFRAMES         (RegAddr:0x0C03AA04)= 0x32#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936310 s: STAT_5_RXMULTICASTFRAMES         (RegAddr:0x0C03AA08)= 0x24#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936343 s: STAT_5_ALE_DROP                  (RegAddr:0x0C03AA28)= 0x24#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936374 s: STAT_5_RXOCTETS                  (RegAddr:0x0C03AA30)= 0x129E4#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936406 s: STAT_5_TXGOODFRAMES              (RegAddr:0x0C03AA34)= 0x1B3C#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936437 s: STAT_5_TXBROADCASTFRAMES         (RegAddr:0x0C03AA38)= 0x7F#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936483 s: STAT_5_TXMULTICASTFRAMES         (RegAddr:0x0C03AA3C)= 0x15B3#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936520 s: STAT_5_TXOCTETS                  (RegAddr:0x0C03AA64)= 0x2641C9#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936553 s: STAT_5_OCTETFRAMES64             (RegAddr:0x0C03AA68)= 0x20D#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936585 s: STAT_5_OCTETFRAMES65T127         (RegAddr:0x0C03AA6C)= 0x3B3#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936643 s: STAT_5_OCTETFRAMES128T255        (RegAddr:0x0C03AA70)= 0x1BE#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936682 s: STAT_5_OCTETFRAMES256T511        (RegAddr:0x0C03AA74)= 0x1502#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936715 s: STAT_5_OCTETFRAMES512T1023       (RegAddr:0x0C03AA78)= 0x118#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936762 s: STAT_5_OCTETFRAMES1024TUP        (RegAddr:0x0C03AA7C)= 0x8E#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936798 s: STAT_5_NETOCTETS                 (RegAddr:0x0C03AA80)= 0x276C77#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936832 s: STAT_5_PORTMASK_DROP             (RegAddr:0x0C03AA88)= 0x24#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936865 s: STAT_5_ALE_UNKN_UNI              (RegAddr:0x0C03AAA8)= 0x13#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936897 s: STAT_5_ALE_UNKN_UNI_BCNT         (RegAddr:0x0C03AAAC)= 0x990#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936929 s: STAT_5_ALE_UNKN_MLT              (RegAddr:0x0C03AAB0)= 0x5#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936960 s: STAT_5_ALE_UNKN_MLT_BCNT         (RegAddr:0x0C03AAB4)= 0x44F#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936993 s: STAT_5_ALE_UNKN_BRD              (RegAddr:0x0C03AAB8)= 0x1C#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937025 s: STAT_5_ALE_UNKN_BRD_BCNT         (RegAddr:0x0C03AABC)= 0x76E#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937056 s: STAT_5_ALE_POL_MATCH             (RegAddr:0x0C03AAC0)= 0x107#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937089 s: STAT_5_TX_PRI_REG             [0](RegAddr:0x0C03AB80)= 0xC58#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937124 s: STAT_5_TX_PRI_REG             [2](RegAddr:0x0C03AB88)= 0xEE5#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937159 s: STAT_5_TX_PRI_BCNT_REG        [0](RegAddr:0x0C03ABA0)= 0xF820C#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937191 s: STAT_5_TX_PRI_BCNT_REG        [2](RegAddr:0x0C03ABA8)= 0x16C087#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937230 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937251 s:           PORT6 STATS          #015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937272 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937295 s: STAT_6_TXGOODFRAMES              (RegAddr:0x0C03AC34)= 0x1954#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937327 s: STAT_6_TXBROADCASTFRAMES         (RegAddr:0x0C03AC38)= 0xB1#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937358 s: STAT_6_TXMULTICASTFRAMES         (RegAddr:0x0C03AC3C)= 0x15B3#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937391 s: STAT_6_TXOCTETS                  (RegAddr:0x0C03AC64)= 0x24F740#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937423 s: STAT_6_OCTETFRAMES64             (RegAddr:0x0C03AC68)= 0xA2#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937454 s: STAT_6_OCTETFRAMES65T127         (RegAddr:0x0C03AC6C)= 0x176#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937504 s: STAT_6_OCTETFRAMES128T255        (RegAddr:0x0C03AC70)= 0xCB#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937538 s: STAT_6_OCTETFRAMES256T511        (RegAddr:0x0C03AC74)= 0x14DB#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937570 s: STAT_6_OCTETFRAMES512T1023       (RegAddr:0x0C03AC78)= 0x10F#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937601 s: STAT_6_OCTETFRAMES1024TUP        (RegAddr:0x0C03AC7C)= 0x87#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937631 s: STAT_6_NETOCTETS                 (RegAddr:0x0C03AC80)= 0x24F740#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937668 s: STAT_6_TX_PRI_REG             [0](RegAddr:0x0C03AD80)= 0xB9D#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937703 s: STAT_6_TX_PRI_REG             [2](RegAddr:0x0C03AD88)= 0xD84#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937736 s: STAT_6_TX_PRI_REG             [4](RegAddr:0x0C03AD90)= 0x33#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937770 s: STAT_6_TX_PRI_BCNT_REG        [0](RegAddr:0x0C03ADA0)= 0xEF4DE#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937802 s: STAT_6_TX_PRI_BCNT_REG        [2](RegAddr:0x0C03ADA8)= 0x15F37C#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937836 s: STAT_6_TX_PRI_BCNT_REG        [4](RegAddr:0x0C03ADB0)= 0xEE6#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937872 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937893 s:           PORT7 STATS          #015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937913 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937954 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937975 s:           PORT8 STATS          #015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937996 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.938038 s: HIRAIN_CMD_CPSW9G_MAC_STATUS exec end!#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_1]   2050.932605 s: Bus off flag is 0.#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_1]   2050.984181 s: Bus off flag is 0.#015

  • Dear Zhongxin,

        I have tested two TDA4VM running UDP iperf which as we talked before in your side it will show 20-40% packet loss with 80M bandwidth. I use 100M bandwidth and it shows no packet loss.

         

       However I am testing in LIUNX side, so could you help check:

       1. Is this caused by QNX (Which sdk and qnx version are you using)?

       2. If not, is there any modification you made in ETHFW?

    Dear Tanmay,

         As we talked yesterday, could you help explain which QNX script we could provide for customer? Thanks.

    BR

    Sikai

  • Dear Wenqiang,

        Please find following GELs in your environment and use CCS to do the dump:

         

    ./pdk_jacinto_07_03_00_29/packages/ti/drv/enet/tools/debug_gels

    ./pdk_jacinto_07_03_00_29/packages/ti/drv/enet/tools/debug_gels/cpsw_ale_print_table.gel

    ./pdk_jacinto_07_03_00_29/packages/ti/drv/enet/tools/debug_gels/cpsw_phyaccess_raw.c

    ./pdk_jacinto_07_03_00_29/packages/ti/drv/enet/tools/debug_gels/cpsw_print_intr_config.gel

    ./pdk_jacinto_07_03_00_29/packages/ti/drv/enet/tools/debug_gels/cpsw_sgmii_diag.gel

    ./pdk_jacinto_07_03_00_29/packages/ti/drv/enet/tools/debug_gels/cpsw_mdio_config.gel

    ./pdk_jacinto_07_03_00_29/packages/ti/drv/enet/tools/debug_gels/cpsw_enetctrl_cfg.gel

    ./pdk_jacinto_07_03_00_29/packages/ti/drv/enet/tools/debug_gels/cpsw_print_reg.gel

    ./pdk_jacinto_07_03_00_29/packages/ti/drv/enet/tools/debug_gels/cpsw_startup.gel

    ./pdk_jacinto_07_03_00_29/packages/ti/drv/enet/tools/debug_gels/cpsw_dma_print_cppihpddesc.gel

    ./pdk_jacinto_07_03_00_29/packages/ti/drv/enet/tools/debug_gels/cpsw_mac.gel

    ./pdk_jacinto_07_03_00_29/packages/ti/drv/enet/tools/debug_gels/cpsw_phyaccess_raw.h

    ./pdk_jacinto_07_03_00_29/packages/ti/drv/enet/tools/debug_gels/cpsw_stats_print_regs.gel

    Let me check which script you should use to see the packet drop.

    BR

    Sikai

  • Dear Wenqiang and Zhongxin,

         Please check this GEL:

         ./pdk_jacinto_07_03_00_29/packages/ti/drv/enet/tools/debug_gels/cpsw_stats_print_regs.gel

    BR

    Sikai

  • Dear Tanmay,

         From their previous log they dumped some of the STATS REGISTERS, could you help review if we can find where did they drop the packet ?  

         

    7484.ecu2.remote.log
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297176 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297239 s: -------CPSWnG ALE TABLE----------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297267 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297294 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297319 s:  Entry 1 - VLAN INNER #015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297338 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297361 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297379 s: IVLAN_ID           = 300#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297398 s: NO FRAG           = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297415 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297433 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297453 s: LMT NEXT HDR      = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297502 s: UNREG_MCAST_FLOOD = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297525 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297546 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297569 s:  Entry 2 - VLAN INNER #015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297587 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297612 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297629 s: IVLAN_ID           = 400#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297647 s: NO FRAG           = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297664 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297682 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297702 s: LMT NEXT HDR      = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297719 s: UNREG_MCAST_FLOOD = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297736 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297755 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297778 s:  Entry 3 - VLAN INNER #015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297796 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297828 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297849 s: IVLAN_ID           = 401#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297869 s: NO FRAG           = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297888 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297906 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297926 s: LMT NEXT HDR      = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297943 s: UNREG_MCAST_FLOOD = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297960 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.297979 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298002 s:  Entry 4 - VLAN INNER #015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298020 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298043 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298061 s: IVLAN_ID           = 402#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298079 s: NO FRAG           = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298096 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298114 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298134 s: LMT NEXT HDR      = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298151 s: UNREG_MCAST_FLOOD = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298168 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298187 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298211 s:  Entry 5 - VLAN INNER #015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298229 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298252 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298269 s: IVLAN_ID           = 403#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298287 s: NO FRAG           = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298305 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298323 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298342 s: LMT NEXT HDR      = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298359 s: UNREG_MCAST_FLOOD = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298377 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298395 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298418 s:  Entry 6 - VLAN INNER #015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298436 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298470 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298490 s: IVLAN_ID           = 404#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298509 s: NO FRAG           = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298527 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298545 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298565 s: LMT NEXT HDR      = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298583 s: UNREG_MCAST_FLOOD = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298600 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298620 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298643 s:  Entry 7 - VLAN INNER #015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298661 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298684 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298701 s: IVLAN_ID           = 405#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298720 s: NO FRAG           = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298737 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298755 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298774 s: LMT NEXT HDR      = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298792 s: UNREG_MCAST_FLOOD = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298809 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298827 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298851 s:  Entry 8 - VLAN INNER #015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298868 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298892 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298909 s: IVLAN_ID           = 406#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298927 s: NO FRAG           = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298944 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298961 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298981 s: LMT NEXT HDR      = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.298998 s: UNREG_MCAST_FLOOD = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299016 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299034 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299057 s:  Entry 9 - VLAN INNER #015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299075 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299099 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299117 s: IVLAN_ID           = 407#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299135 s: NO FRAG           = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299152 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299170 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299190 s: LMT NEXT HDR      = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299207 s: UNREG_MCAST_FLOOD = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299225 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299244 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299269 s:  Entry 10 - Multicast#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299286 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299310 s: PORT_MASK        = 1ff#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299328 s: SUPER            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299345 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299362 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299379 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299397 s: MULTICAST_ADDR   = ffff 5e00006b#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299420 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299443 s:  Entry 11 - Multicast#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299470 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299497 s: PORT_MASK        = 1ff#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299516 s: SUPER            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299533 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299551 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299568 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299585 s: MULTICAST_ADDR   = 100 5e000181#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299607 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299630 s:  Entry 12 - Multicast#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299647 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299671 s: PORT_MASK        = 1ff#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299689 s: SUPER            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299705 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299722 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299739 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299757 s: MULTICAST_ADDR   = 100 5e070001#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299779 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299803 s:  Entry 13 - Multicast#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299820 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299843 s: PORT_MASK        = 1ff#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299861 s: SUPER            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299878 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299895 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299912 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299929 s: MULTICAST_ADDR   = 100 5e303401#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299951 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299974 s:  Entry 14 - Multicast#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.299991 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300015 s: PORT_MASK        = 1ff#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300032 s: SUPER            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300049 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300066 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300083 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300100 s: MULTICAST_ADDR   = 100 5e7f0301#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300122 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300145 s:  Entry 15 - Multicast#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300162 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300186 s: PORT_MASK        = 1ff#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300204 s: SUPER            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300221 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300238 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300255 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300272 s: MULTICAST_ADDR   = 100 5e40fffe#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300294 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300317 s:  Entry 16 - Multicast#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300334 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300358 s: PORT_MASK        = 1ff#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300376 s: SUPER            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300392 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300409 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300426 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300443 s: MULTICAST_ADDR   = 100 5e7f0001#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300472 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300497 s:  Entry 17 - Multicast#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300515 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300539 s: PORT_MASK        = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300555 s: SUPER            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300572 s: MCAST IGNORE BITS= 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300589 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300606 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300623 s: MULTICAST_ADDR   = 100 761d92c1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300645 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300670 s:  Entry 18 - Unicast#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300687 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300710 s: TRUNK            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300727 s: PORT_NUMBER      = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300745 s: BLOCK            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300762 s: SECURE           = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300779 s: TOUCH            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300797 s: AGEABLE          = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300814 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300832 s: UNICAST_ADDR     = 72ff c200000e#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300854 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300878 s:  Entry 19 - Multicast#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300895 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300919 s: PORT_MASK        = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300936 s: SUPER            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300953 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300969 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.300986 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301003 s: MULTICAST_ADDR   = 180 19000000#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301025 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301049 s:  Entry 20 - Multicast#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301066 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301089 s: PORT_MASK        = 3#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301106 s: SUPER            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301123 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301140 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301156 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301173 s: MULTICAST_ADDR   = 11b 2201a200#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301195 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301219 s:  Entry 21 - Unicast#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301236 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301259 s: TRUNK            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301276 s: PORT_NUMBER      = 3#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301293 s: BLOCK            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301310 s: SECURE           = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301327 s: TOUCH            = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301343 s: AGEABLE          = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301360 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301377 s: UNICAST_ADDR     = a47 54414007#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301399 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301423 s:  Entry 22 - Unicast#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301439 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301472 s: TRUNK            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301492 s: PORT_NUMBER      = 3#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301509 s: BLOCK            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301526 s: SECURE           = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301543 s: TOUCH            = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301560 s: AGEABLE          = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301577 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301594 s: UNICAST_ADDR     = 4e45 761d92d1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301616 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301639 s:  Entry 23 - Unicast#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301656 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301680 s: TRUNK            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301696 s: PORT_NUMBER      = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301713 s: BLOCK            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301730 s: SECURE           = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301747 s: TOUCH            = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301764 s: AGEABLE          = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301781 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301798 s: UNICAST_ADDR     = 72ff 54414004#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301820 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301844 s:  Entry 24 - Unicast#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301860 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301884 s: TRUNK            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301900 s: PORT_NUMBER      = 5#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301917 s: BLOCK            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301934 s: SECURE           = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301951 s: TOUCH            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301968 s: AGEABLE          = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.301985 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.302002 s: UNICAST_ADDR     = 4e45 368e30f#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.302031 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.302054 s:  Entry 33 - Unicast#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.302072 s: ---------------------------------------------#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.302095 s: TRUNK            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.302112 s: PORT_NUMBER      = 5#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.302129 s: BLOCK            = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.302146 s: SECURE           = 0#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.302163 s: TOUCH            = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.302180 s: AGEABLE          = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.302197 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.302214 s: UNICAST_ADDR     = 98fa 368e30f#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.303121 s: Completed analysis of 1024 ALE entries#015
    2030-01-01T00:34:07+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2047.303145 s: HIRAIN_CMD_CPSW9G_ALE_PRINT exec end!#015
    
    
    
    
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_1]   2050.830526 s: Bus off flag is 0.#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_1]   2050.882211 s: Bus off flag is 0.#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934081 s:           STATS          #015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934140 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934166 s:           PORT0 STATS          #015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934189 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934210 s: STAT_0_RXGOODFRAMES              (RegAddr:0x0C03A000)= 0x4DB00#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934245 s: STAT_0_RXBROADCASTFRAMES         (RegAddr:0x0C03A004)= 0x2F#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934278 s: STAT_0_RXMULTICASTFRAMES         (RegAddr:0x0C03A008)= 0xC1D#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934312 s: STAT_0_ALE_DROP                  (RegAddr:0x0C03A028)= 0x3#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934343 s: STAT_0_RXOCTETS                  (RegAddr:0x0C03A030)= 0x82198D1#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934376 s: STAT_0_TXGOODFRAMES              (RegAddr:0x0C03A034)= 0x8C282#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934408 s: STAT_0_TXBROADCASTFRAMES         (RegAddr:0x0C03A038)= 0x82#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934438 s: STAT_0_TXMULTICASTFRAMES         (RegAddr:0x0C03A03C)= 0x1695#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934506 s: STAT_0_TXOCTETS                  (RegAddr:0x0C03A064)= 0x2B6EF705#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934549 s: STAT_0_OCTETFRAMES64             (RegAddr:0x0C03A068)= 0x567B#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934581 s: STAT_0_OCTETFRAMES65T127         (RegAddr:0x0C03A06C)= 0xAA2E#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934613 s: STAT_0_OCTETFRAMES128T255        (RegAddr:0x0C03A070)= 0xD159#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934646 s: STAT_0_OCTETFRAMES256T511        (RegAddr:0x0C03A074)= 0x3C397#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934678 s: STAT_0_OCTETFRAMES512T1023       (RegAddr:0x0C03A078)= 0x50FE#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934709 s: STAT_0_OCTETFRAMES1024TUP        (RegAddr:0x0C03A07C)= 0x7B6EB#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934741 s: STAT_0_NETOCTETS                 (RegAddr:0x0C03A080)= 0x33909016#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934774 s: STAT_0_PORTMASK_DROP             (RegAddr:0x0C03A088)= 0x3#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934809 s: STAT_0_ALE_POL_MATCH             (RegAddr:0x0C03A0C0)= 0xC49#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934843 s: STAT_0_TX_PRI_REG             [2](RegAddr:0x0C03A188)= 0x8C17C#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934878 s: STAT_0_TX_PRI_REG             [4](RegAddr:0x0C03A190)= 0x107#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934913 s: STAT_0_TX_PRI_BCNT_REG        [2](RegAddr:0x0C03A1A8)= 0x2B6E60A5#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934947 s: STAT_0_TX_PRI_BCNT_REG        [4](RegAddr:0x0C03A1B0)= 0x6560#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.934989 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935009 s:           PORT1 STATS          #015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935030 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935081 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935106 s:           PORT2 STATS          #015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935128 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935169 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935190 s:           PORT3 STATS          #015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935211 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935231 s: STAT_3_RXGOODFRAMES              (RegAddr:0x0C03A600)= 0x8C5CC#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935263 s: STAT_3_RXBROADCASTFRAMES         (RegAddr:0x0C03A604)= 0x50#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935295 s: STAT_3_RXMULTICASTFRAMES         (RegAddr:0x0C03A608)= 0x1695#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935328 s: STAT_3_RXOCTETS                  (RegAddr:0x0C03A630)= 0x2B763E54#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935360 s: STAT_3_TXGOODFRAMES              (RegAddr:0x0C03A634)= 0x4DC34#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935392 s: STAT_3_TXBROADCASTFRAMES         (RegAddr:0x0C03A638)= 0x61#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935422 s: STAT_3_TXMULTICASTFRAMES         (RegAddr:0x0C03A63C)= 0xC1A#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935455 s: STAT_3_TXOCTETS                  (RegAddr:0x0C03A664)= 0x821BF89#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935511 s: STAT_3_OCTETFRAMES64             (RegAddr:0x0C03A668)= 0x5C75#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935546 s: STAT_3_OCTETFRAMES65T127         (RegAddr:0x0C03A66C)= 0xA5B4#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935578 s: STAT_3_OCTETFRAMES128T255        (RegAddr:0x0C03A670)= 0xD23F#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935610 s: STAT_3_OCTETFRAMES256T511        (RegAddr:0x0C03A674)= 0x3C425#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935641 s: STAT_3_OCTETFRAMES512T1023       (RegAddr:0x0C03A678)= 0x5204#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935672 s: STAT_3_OCTETFRAMES1024TUP        (RegAddr:0x0C03A67C)= 0x7B770#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935704 s: STAT_3_NETOCTETS                 (RegAddr:0x0C03A680)= 0x3398028F#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935739 s: STAT_3_ALE_UNKN_UNI              (RegAddr:0x0C03A6A8)= 0x1#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935772 s: STAT_3_ALE_UNKN_UNI_BCNT         (RegAddr:0x0C03A6AC)= 0x386#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935804 s: STAT_3_ALE_UNKN_MLT              (RegAddr:0x0C03A6B0)= 0x2#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935837 s: STAT_3_ALE_UNKN_MLT_BCNT         (RegAddr:0x0C03A6B4)= 0x1BA#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935870 s: STAT_3_ALE_POL_MATCH             (RegAddr:0x0C03A6C0)= 0x8C14A#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935904 s: STAT_3_TX_PRI_REG             [0](RegAddr:0x0C03A780)= 0x4D998#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935938 s: STAT_3_TX_PRI_REG             [2](RegAddr:0x0C03A788)= 0xAC#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.935970 s: STAT_3_TX_PRI_REG             [4](RegAddr:0x0C03A790)= 0x1F1#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936002 s: STAT_3_TX_PRI_BCNT_REG        [0](RegAddr:0x0C03A7A0)= 0x820DFB9#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936036 s: STAT_3_TX_PRI_BCNT_REG        [2](RegAddr:0x0C03A7A8)= 0x3060#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936068 s: STAT_3_TX_PRI_BCNT_REG        [4](RegAddr:0x0C03A7B0)= 0xB422#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936105 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936125 s:           PORT4 STATS          #015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936145 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936186 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936207 s:           PORT5 STATS          #015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936228 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936248 s: STAT_5_RXGOODFRAMES              (RegAddr:0x0C03AA00)= 0x2EA#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936280 s: STAT_5_RXBROADCASTFRAMES         (RegAddr:0x0C03AA04)= 0x32#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936310 s: STAT_5_RXMULTICASTFRAMES         (RegAddr:0x0C03AA08)= 0x24#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936343 s: STAT_5_ALE_DROP                  (RegAddr:0x0C03AA28)= 0x24#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936374 s: STAT_5_RXOCTETS                  (RegAddr:0x0C03AA30)= 0x129E4#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936406 s: STAT_5_TXGOODFRAMES              (RegAddr:0x0C03AA34)= 0x1B3C#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936437 s: STAT_5_TXBROADCASTFRAMES         (RegAddr:0x0C03AA38)= 0x7F#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936483 s: STAT_5_TXMULTICASTFRAMES         (RegAddr:0x0C03AA3C)= 0x15B3#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936520 s: STAT_5_TXOCTETS                  (RegAddr:0x0C03AA64)= 0x2641C9#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936553 s: STAT_5_OCTETFRAMES64             (RegAddr:0x0C03AA68)= 0x20D#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936585 s: STAT_5_OCTETFRAMES65T127         (RegAddr:0x0C03AA6C)= 0x3B3#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936643 s: STAT_5_OCTETFRAMES128T255        (RegAddr:0x0C03AA70)= 0x1BE#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936682 s: STAT_5_OCTETFRAMES256T511        (RegAddr:0x0C03AA74)= 0x1502#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936715 s: STAT_5_OCTETFRAMES512T1023       (RegAddr:0x0C03AA78)= 0x118#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936762 s: STAT_5_OCTETFRAMES1024TUP        (RegAddr:0x0C03AA7C)= 0x8E#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936798 s: STAT_5_NETOCTETS                 (RegAddr:0x0C03AA80)= 0x276C77#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936832 s: STAT_5_PORTMASK_DROP             (RegAddr:0x0C03AA88)= 0x24#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936865 s: STAT_5_ALE_UNKN_UNI              (RegAddr:0x0C03AAA8)= 0x13#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936897 s: STAT_5_ALE_UNKN_UNI_BCNT         (RegAddr:0x0C03AAAC)= 0x990#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936929 s: STAT_5_ALE_UNKN_MLT              (RegAddr:0x0C03AAB0)= 0x5#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936960 s: STAT_5_ALE_UNKN_MLT_BCNT         (RegAddr:0x0C03AAB4)= 0x44F#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.936993 s: STAT_5_ALE_UNKN_BRD              (RegAddr:0x0C03AAB8)= 0x1C#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937025 s: STAT_5_ALE_UNKN_BRD_BCNT         (RegAddr:0x0C03AABC)= 0x76E#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937056 s: STAT_5_ALE_POL_MATCH             (RegAddr:0x0C03AAC0)= 0x107#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937089 s: STAT_5_TX_PRI_REG             [0](RegAddr:0x0C03AB80)= 0xC58#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937124 s: STAT_5_TX_PRI_REG             [2](RegAddr:0x0C03AB88)= 0xEE5#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937159 s: STAT_5_TX_PRI_BCNT_REG        [0](RegAddr:0x0C03ABA0)= 0xF820C#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937191 s: STAT_5_TX_PRI_BCNT_REG        [2](RegAddr:0x0C03ABA8)= 0x16C087#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937230 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937251 s:           PORT6 STATS          #015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937272 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937295 s: STAT_6_TXGOODFRAMES              (RegAddr:0x0C03AC34)= 0x1954#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937327 s: STAT_6_TXBROADCASTFRAMES         (RegAddr:0x0C03AC38)= 0xB1#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937358 s: STAT_6_TXMULTICASTFRAMES         (RegAddr:0x0C03AC3C)= 0x15B3#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937391 s: STAT_6_TXOCTETS                  (RegAddr:0x0C03AC64)= 0x24F740#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937423 s: STAT_6_OCTETFRAMES64             (RegAddr:0x0C03AC68)= 0xA2#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937454 s: STAT_6_OCTETFRAMES65T127         (RegAddr:0x0C03AC6C)= 0x176#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937504 s: STAT_6_OCTETFRAMES128T255        (RegAddr:0x0C03AC70)= 0xCB#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937538 s: STAT_6_OCTETFRAMES256T511        (RegAddr:0x0C03AC74)= 0x14DB#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937570 s: STAT_6_OCTETFRAMES512T1023       (RegAddr:0x0C03AC78)= 0x10F#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937601 s: STAT_6_OCTETFRAMES1024TUP        (RegAddr:0x0C03AC7C)= 0x87#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937631 s: STAT_6_NETOCTETS                 (RegAddr:0x0C03AC80)= 0x24F740#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937668 s: STAT_6_TX_PRI_REG             [0](RegAddr:0x0C03AD80)= 0xB9D#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937703 s: STAT_6_TX_PRI_REG             [2](RegAddr:0x0C03AD88)= 0xD84#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937736 s: STAT_6_TX_PRI_REG             [4](RegAddr:0x0C03AD90)= 0x33#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937770 s: STAT_6_TX_PRI_BCNT_REG        [0](RegAddr:0x0C03ADA0)= 0xEF4DE#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937802 s: STAT_6_TX_PRI_BCNT_REG        [2](RegAddr:0x0C03ADA8)= 0x15F37C#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937836 s: STAT_6_TX_PRI_BCNT_REG        [4](RegAddr:0x0C03ADB0)= 0xEE6#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937872 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937893 s:           PORT7 STATS          #015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937913 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937954 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937975 s:           PORT8 STATS          #015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.937996 s: --------------------------------#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   2050.938038 s: HIRAIN_CMD_CPSW9G_MAC_STATUS exec end!#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_1]   2050.932605 s: Bus off flag is 0.#015
    2030-01-01T00:34:11+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_1]   2050.984181 s: Bus off flag is 0.#015
    0385.ecu1.remote.log
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929231 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929297 s: -------CPSWnG ALE TABLE----------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929328 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929356 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929381 s:  Entry 1 - VLAN INNER #015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929400 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929423 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929441 s: IVLAN_ID           = 300#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929460 s: NO FRAG           = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929477 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929495 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929516 s: LMT NEXT HDR      = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929533 s: UNREG_MCAST_FLOOD = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929551 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929570 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929594 s:  Entry 2 - VLAN INNER #015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929611 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929634 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929651 s: IVLAN_ID           = 400#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929670 s: NO FRAG           = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929687 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929705 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929725 s: LMT NEXT HDR      = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929742 s: UNREG_MCAST_FLOOD = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929759 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929777 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929801 s:  Entry 3 - VLAN INNER #015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929818 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929841 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929859 s: IVLAN_ID           = 401#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929877 s: NO FRAG           = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929894 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929911 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929931 s: LMT NEXT HDR      = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929948 s: UNREG_MCAST_FLOOD = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.929965 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930012 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930041 s:  Entry 4 - VLAN INNER #015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930060 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930083 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930101 s: IVLAN_ID           = 402#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930119 s: NO FRAG           = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930136 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930153 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930173 s: LMT NEXT HDR      = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930191 s: UNREG_MCAST_FLOOD = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930209 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930229 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930252 s:  Entry 5 - VLAN INNER #015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930270 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930293 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930310 s: IVLAN_ID           = 403#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930328 s: NO FRAG           = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930345 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930363 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930383 s: LMT NEXT HDR      = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930400 s: UNREG_MCAST_FLOOD = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930417 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930436 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930459 s:  Entry 6 - VLAN INNER #015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930477 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930500 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930517 s: IVLAN_ID           = 404#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930535 s: NO FRAG           = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930552 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930570 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930590 s: LMT NEXT HDR      = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930607 s: UNREG_MCAST_FLOOD = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930624 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930642 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930665 s:  Entry 7 - VLAN INNER #015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930683 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930706 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930723 s: IVLAN_ID           = 405#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930741 s: NO FRAG           = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930759 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930777 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930797 s: LMT NEXT HDR      = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930814 s: UNREG_MCAST_FLOOD = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930831 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930850 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930873 s:  Entry 8 - VLAN INNER #015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930891 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930914 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930931 s: IVLAN_ID           = 406#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930949 s: NO FRAG           = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.930966 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931000 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931022 s: LMT NEXT HDR      = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931040 s: UNREG_MCAST_FLOOD = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931059 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931078 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931102 s:  Entry 9 - VLAN INNER #015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931119 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931142 s: ENTRY_TYPE        = 2#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931159 s: IVLAN_ID           = 407#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931196 s: NO FRAG           = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931215 s: REG_MCAST_FLOOD   = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931233 s: VLAN FWD Untagged Egress = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931253 s: LMT NEXT HDR      = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931271 s: UNREG_MCAST_FLOOD = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931288 s: VLAN_MEMBER_LIST  = 511#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931321 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931347 s:  Entry 10 - Multicast#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931366 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931390 s: PORT_MASK        = 6#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931408 s: SUPER            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931425 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931443 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931460 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931477 s: MULTICAST_ADDR   = ffff 2201a200#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931500 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931525 s:  Entry 11 - Unicast#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931542 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931566 s: TRUNK            = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931583 s: PORT_NUMBER      = 15#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931601 s: BLOCK            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931618 s: SECURE           = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931635 s: TOUCH            = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931652 s: AGEABLE          = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931670 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931687 s: UNICAST_ADDR     = a47 5e00006b#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931709 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931732 s:  Entry 12 - Multicast#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931750 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931773 s: PORT_MASK        = 1ff#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931791 s: SUPER            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931807 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931824 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931841 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931858 s: MULTICAST_ADDR   = 100 5e000181#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931880 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931903 s:  Entry 13 - Multicast#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931920 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931943 s: PORT_MASK        = 1ff#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931961 s: SUPER            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.931978 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932012 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932031 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932048 s: MULTICAST_ADDR   = 100 5e070001#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932070 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932093 s:  Entry 14 - Multicast#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932111 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932134 s: PORT_MASK        = 1ff#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932151 s: SUPER            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932168 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932185 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932202 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932219 s: MULTICAST_ADDR   = 100 5e303401#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932241 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932264 s:  Entry 15 - Multicast#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932281 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932305 s: PORT_MASK        = 1ff#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932322 s: SUPER            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932339 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932356 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932373 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932390 s: MULTICAST_ADDR   = 100 5e7f0301#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932411 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932435 s:  Entry 16 - Multicast#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932452 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932475 s: PORT_MASK        = 1ff#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932493 s: SUPER            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932510 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932527 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932544 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932560 s: MULTICAST_ADDR   = 100 5e40fffe#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932582 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932606 s:  Entry 17 - Multicast#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932623 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932646 s: PORT_MASK        = 1ff#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932664 s: SUPER            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932680 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932697 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932714 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932731 s: MULTICAST_ADDR   = 100 5e7f0001#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932753 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932776 s:  Entry 18 - Multicast#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932793 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932816 s: PORT_MASK        = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932833 s: SUPER            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932850 s: MCAST IGNORE BITS= 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932867 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932884 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932901 s: MULTICAST_ADDR   = 100 761d92d1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932923 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932947 s:  Entry 19 - Unicast#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932964 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.932994 s: TRUNK            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933013 s: PORT_NUMBER      = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933030 s: BLOCK            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933047 s: SECURE           = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933064 s: TOUCH            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933081 s: AGEABLE          = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933099 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933116 s: UNICAST_ADDR     = 72ff c200000e#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933139 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933162 s:  Entry 20 - Multicast#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933180 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933203 s: PORT_MASK        = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933220 s: SUPER            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933237 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933255 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933272 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933289 s: MULTICAST_ADDR   = 180 19000000#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933310 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933334 s:  Entry 21 - Multicast#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933351 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933375 s: PORT_MASK        = 2#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933391 s: SUPER            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933408 s: MCAST IGNORE BITS= 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933426 s: MCAST_FWD_STATE  = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933443 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933460 s: MULTICAST_ADDR   = 11b 54414004#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933483 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933506 s:  Entry 23 - Unicast#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933523 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933546 s: TRUNK            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933563 s: PORT_NUMBER      = 2#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933580 s: BLOCK            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933596 s: SECURE           = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933613 s: TOUCH            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933630 s: AGEABLE          = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933647 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933665 s: UNICAST_ADDR     = 4e45 a973f7b1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933697 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933721 s:  Entry 35 - Unicast#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933738 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933761 s: TRUNK            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933778 s: PORT_NUMBER      = 2#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933795 s: BLOCK            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933812 s: SECURE           = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933829 s: TOUCH            = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933846 s: AGEABLE          = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933863 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933880 s: UNICAST_ADDR     = 4e45 368e30f#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933924 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933948 s:  Entry 61 - Unicast#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933964 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.933993 s: TRUNK            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934011 s: PORT_NUMBER      = 2#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934028 s: BLOCK            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934045 s: SECURE           = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934062 s: TOUCH            = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934079 s: AGEABLE          = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934096 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934113 s: UNICAST_ADDR     = 72ff 9be70d5c#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934135 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934158 s:  Entry 62 - Unicast#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934174 s: ---------------------------------------------#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934198 s: TRUNK            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934214 s: PORT_NUMBER      = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934231 s: BLOCK            = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934248 s: SECURE           = 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934265 s: TOUCH            = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934282 s: AGEABLE          = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934299 s: ENTRY_TYPE       = 1#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.934316 s: UNICAST_ADDR     = 98fa 0#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.935195 s: Completed analysis of 1024 ALE entries#015
    2030-01-01T00:33:19+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   1998.935219 s: HIRAIN_CMD_CPSW9G_ALE_PRINT exec end!#015
    
    
    
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.090740 s: inArgs.macPort = 0x2  inArgs.reg = 0x904  inArgs.dev = 0x3#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.142439 s:           STATS          #015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.142503 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.142533 s:           PORT0 STATS          #015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.142571 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.142594 s: STAT_0_RXGOODFRAMES              (RegAddr:0x0C03A000)= 0x84EF1#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.142630 s: STAT_0_RXBROADCASTFRAMES         (RegAddr:0x0C03A004)= 0x4E#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.142662 s: STAT_0_RXMULTICASTFRAMES         (RegAddr:0x0C03A008)= 0x14CF#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.142695 s: STAT_0_ALE_DROP                  (RegAddr:0x0C03A028)= 0x3#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.142727 s: STAT_0_RXOCTETS                  (RegAddr:0x0C03A030)= 0x2B552956#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.142761 s: STAT_0_TXGOODFRAMES              (RegAddr:0x0C03A034)= 0x433D1#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.142795 s: STAT_0_TXBROADCASTFRAMES         (RegAddr:0x0C03A038)= 0x4E#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.142826 s: STAT_0_TXMULTICASTFRAMES         (RegAddr:0x0C03A03C)= 0x1510#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.142859 s: STAT_0_TXOCTETS                  (RegAddr:0x0C03A064)= 0x7BDDF01#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.142890 s: STAT_0_OCTETFRAMES64             (RegAddr:0x0C03A068)= 0x8378#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.142922 s: STAT_0_OCTETFRAMES65T127         (RegAddr:0x0C03A06C)= 0x9DCF#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.142953 s: STAT_0_OCTETFRAMES128T255        (RegAddr:0x0C03A070)= 0x9E77#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143007 s: STAT_0_OCTETFRAMES256T511        (RegAddr:0x0C03A074)= 0x2D4D3#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143044 s: STAT_0_OCTETFRAMES512T1023       (RegAddr:0x0C03A078)= 0xD62#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143077 s: STAT_0_OCTETFRAMES1024TUP        (RegAddr:0x0C03A07C)= 0x7E0D1#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143110 s: STAT_0_NETOCTETS                 (RegAddr:0x0C03A080)= 0x33130A03#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143145 s: STAT_0_PORTMASK_DROP             (RegAddr:0x0C03A088)= 0x3#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143180 s: STAT_0_ALE_POL_MATCH             (RegAddr:0x0C03A0C0)= 0x151A#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143214 s: STAT_0_TX_PRI_REG             [1](RegAddr:0x0C03A184)= 0x348A4#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143249 s: STAT_0_TX_PRI_REG             [5](RegAddr:0x0C03A194)= 0xEB2F#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143284 s: STAT_0_TX_PRI_BCNT_REG        [1](RegAddr:0x0C03A1A4)= 0x4752F37#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143318 s: STAT_0_TX_PRI_BCNT_REG        [5](RegAddr:0x0C03A1B4)= 0x3488466#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143359 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143383 s:           PORT1 STATS          #015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143405 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143455 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143477 s:           PORT2 STATS          #015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143497 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143517 s: STAT_2_RXGOODFRAMES              (RegAddr:0x0C03A400)= 0x3E118#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143550 s: STAT_2_RXBROADCASTFRAMES         (RegAddr:0x0C03A404)= 0x4E#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143580 s: STAT_2_RXMULTICASTFRAMES         (RegAddr:0x0C03A408)= 0xA5C#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143615 s: STAT_2_RXOCTETS                  (RegAddr:0x0C03A430)= 0x69F8E07#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143648 s: STAT_2_TXGOODFRAMES              (RegAddr:0x0C03A434)= 0x87932#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143679 s: STAT_2_TXBROADCASTFRAMES         (RegAddr:0x0C03A438)= 0x4C#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143710 s: STAT_2_TXMULTICASTFRAMES         (RegAddr:0x0C03A43C)= 0x1439#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143743 s: STAT_2_TXOCTETS                  (RegAddr:0x0C03A464)= 0x2AC58540#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143775 s: STAT_2_OCTETFRAMES64             (RegAddr:0x0C03A468)= 0x4C5E#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143806 s: STAT_2_OCTETFRAMES65T127         (RegAddr:0x0C03A46C)= 0x93C5#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143837 s: STAT_2_OCTETFRAMES128T255        (RegAddr:0x0C03A470)= 0xAE75#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143867 s: STAT_2_OCTETFRAMES256T511        (RegAddr:0x0C03A474)= 0x2F820#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143899 s: STAT_2_OCTETFRAMES512T1023       (RegAddr:0x0C03A478)= 0x48F6#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143930 s: STAT_2_OCTETFRAMES1024TUP        (RegAddr:0x0C03A47C)= 0x78A9C#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.143961 s: STAT_2_NETOCTETS                 (RegAddr:0x0C03A480)= 0x316514C5#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144010 s: STAT_2_ALE_UNKN_UNI              (RegAddr:0x0C03A4A8)= 0xF#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144044 s: STAT_2_ALE_UNKN_UNI_BCNT         (RegAddr:0x0C03A4AC)= 0x78E#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144076 s: STAT_2_ALE_UNKN_MLT              (RegAddr:0x0C03A4B0)= 0x4#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144107 s: STAT_2_ALE_UNKN_MLT_BCNT         (RegAddr:0x0C03A4B4)= 0x120#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144138 s: STAT_2_ALE_UNKN_BRD              (RegAddr:0x0C03A4B8)= 0x17#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144168 s: STAT_2_ALE_UNKN_BRD_BCNT         (RegAddr:0x0C03A4BC)= 0x618#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144199 s: STAT_2_ALE_POL_MATCH             (RegAddr:0x0C03A4C0)= 0x3487C#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144232 s: STAT_2_TX_PRI_REG             [0](RegAddr:0x0C03A580)= 0x7A2E8#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144265 s: STAT_2_TX_PRI_REG             [2](RegAddr:0x0C03A588)= 0xAA6#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144297 s: STAT_2_TX_PRI_REG             [5](RegAddr:0x0C03A594)= 0xCBA5#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144330 s: STAT_2_TX_PRI_BCNT_REG        [0](RegAddr:0x0C03A5A0)= 0x292A269A#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144363 s: STAT_2_TX_PRI_BCNT_REG        [2](RegAddr:0x0C03A5A8)= 0x3415A#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144395 s: STAT_2_TX_PRI_BCNT_REG        [5](RegAddr:0x0C03A5B4)= 0x1981ECA#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144430 s: STAT_2_TX_PRI_DROP_REG        [5](RegAddr:0x0C03A5D4)= 0x6#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144462 s: STAT_2_TX_PRI_DROP_BCNT_REG   [5](RegAddr:0x0C03A5F4)= 0x154A#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144496 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144516 s:           PORT3 STATS          #015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144537 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144577 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144597 s:           PORT4 STATS          #015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144617 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144657 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144677 s:           PORT5 STATS          #015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144697 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144737 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144757 s:           PORT6 STATS          #015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144777 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144797 s: STAT_6_RXGOODFRAMES              (RegAddr:0x0C03AC00)= 0x1B73B#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144828 s: STAT_6_RXMULTICASTFRAMES         (RegAddr:0x0C03AC08)= 0xAB6#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144860 s: STAT_6_ALE_DROP                  (RegAddr:0x0C03AC28)= 0x5F#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144891 s: STAT_6_RXOCTETS                  (RegAddr:0x0C03AC30)= 0x4E1A898#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144923 s: STAT_6_TXGOODFRAMES              (RegAddr:0x0C03AC34)= 0x14DD2#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144954 s: STAT_6_TXBROADCASTFRAMES         (RegAddr:0x0C03AC38)= 0x9C#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.144994 s: STAT_6_TXMULTICASTFRAMES         (RegAddr:0x0C03AC3C)= 0x13F4#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145032 s: STAT_6_TXOCTETS                  (RegAddr:0x0C03AC64)= 0x46CEA38#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145065 s: STAT_6_OCTETFRAMES64             (RegAddr:0x0C03AC68)= 0xC8EB#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145096 s: STAT_6_OCTETFRAMES65T127         (RegAddr:0x0C03AC6C)= 0xA3A#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145127 s: STAT_6_OCTETFRAMES128T255        (RegAddr:0x0C03AC70)= 0x4AA1#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145158 s: STAT_6_OCTETFRAMES256T511        (RegAddr:0x0C03AC74)= 0x4591#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145189 s: STAT_6_OCTETFRAMES512T1023       (RegAddr:0x0C03AC78)= 0x3BB4#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145221 s: STAT_6_OCTETFRAMES1024TUP        (RegAddr:0x0C03AC7C)= 0x1660D#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145252 s: STAT_6_NETOCTETS                 (RegAddr:0x0C03AC80)= 0x94EBCD2#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145284 s: STAT_6_PORTMASK_DROP             (RegAddr:0x0C03AC88)= 0x5F#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145314 s: STAT_6_RX_TOP_OF_FIFO_DROP       (RegAddr:0x0C03AC8C)= 0x6#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145346 s: STAT_6_ALE_UNKN_UNI              (RegAddr:0x0C03ACA8)= 0x1#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145376 s: STAT_6_ALE_UNKN_UNI_BCNT         (RegAddr:0x0C03ACAC)= 0xEA#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145407 s: STAT_6_ALE_POL_MATCH             (RegAddr:0x0C03ACC0)= 0xEB3A#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145438 s: STAT_6_TX_PRI_REG             [0](RegAddr:0x0C03AD80)= 0xAAB4#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145470 s: STAT_6_TX_PRI_REG             [1](RegAddr:0x0C03AD84)= 0xA28E#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145502 s: STAT_6_TX_PRI_REG             [2](RegAddr:0x0C03AD88)= 0x94#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145535 s: STAT_6_TX_PRI_BCNT_REG        [0](RegAddr:0x0C03ADA0)= 0x2358BD6#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145567 s: STAT_6_TX_PRI_BCNT_REG        [1](RegAddr:0x0C03ADA4)= 0x23740DE#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145600 s: STAT_6_TX_PRI_BCNT_REG        [2](RegAddr:0x0C03ADA8)= 0x29A0#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145637 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145657 s:           PORT7 STATS          #015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145721 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145769 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145790 s:           PORT8 STATS          #015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145811 s: --------------------------------#015
    2030-01-01T00:33:39+00:00 localhost adcu_remote_log[618534-2]: [MCU2_0]   2019.145853 s: HIRAIN_CMD_CPSW9G_MAC_STATUS exec end!#015
    
    
       

    Dear Zhongxin,

         Please help check with QNX side since I cannot reproduce the packet loss on EVM linux side.

         Also could you help dump some more registers:

         1. If you use mac-mac then you do not have to dump this otherwise I think we can check this:

         

        2. Could you help dump the complete STATS registers, let's see if we can see any drop information:

        

           

       3. If you use PHY to connect RGMII ports, could you dump the registers on PHY side to see there is any log?

    BR

    Sikai

  • Dear Zhongxin,

         As talked before, you can see packet loss even when send UDP iperf between two TDA4VM which I cannot see on our EVM.Here are some attempts hope you can try:

         1. Disable TC397's communication and see if packet loss still exists.

         2. DIsable TC397 and PORT5 which means use UART to monitor instead of ethernet. Then check if packet loss still exits.

    BR

    Sikai

  • Dear Sikai,

    I tested two case with the following topology:

    case 1: 

        HOST PC: iperf3 -s

        ECU2: iperf3 -c 172.16.1.53  -t 10 -b 100MB -P 5 -u

    the test result: no packet loss; the iperf3 output log:

    iperf3_case1.log
    J7EVM@QNX:/tmp# iperf3 -c 172.16.1.53 -t 10 -b 100MB -P 5 -u
    Connecting to host 172.16.1.53, port 5201
    [  5] local 172.16.1.40 port 65493 connected to 172.16.1.53 port 5201
    [  7] local 172.16.1.40 port 65492 connected to 172.16.1.53 port 5201
    [  9] local 172.16.1.40 port 65491 connected to 172.16.1.53 port 5201
    [ 11] local 172.16.1.40 port 65490 connected to 172.16.1.53 port 5201
    [ 13] local 172.16.1.40 port 65489 connected to 172.16.1.53 port 5201
    [ ID] Interval           Transfer     Bitrate         Total Datagrams
    [  5]   0.00-1.00   sec  11.9 MBytes  99.9 Mbits/sec  8554
    [  7]   0.00-1.00   sec  11.9 MBytes  99.9 Mbits/sec  8554
    [  9]   0.00-1.00   sec  11.9 MBytes  99.9 Mbits/sec  8554
    [ 11]   0.00-1.00   sec  11.9 MBytes  99.9 Mbits/sec  8554
    [ 13]   0.00-1.00   sec  11.9 MBytes  99.9 Mbits/sec  8554
    [SUM]   0.00-1.00   sec  59.6 MBytes   500 Mbits/sec  42770
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   1.00-2.00   sec  11.9 MBytes   100 Mbits/sec  8561
    [  7]   1.00-2.00   sec  11.9 MBytes   100 Mbits/sec  8561
    [  9]   1.00-2.00   sec  11.9 MBytes   100 Mbits/sec  8561
    [ 11]   1.00-2.00   sec  11.9 MBytes   100 Mbits/sec  8561
    [ 13]   1.00-2.00   sec  11.9 MBytes   100 Mbits/sec  8561
    [SUM]   1.00-2.00   sec  59.6 MBytes   500 Mbits/sec  42805
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   2.00-3.00   sec  11.9 MBytes   100 Mbits/sec  8562
    [  7]   2.00-3.00   sec  11.9 MBytes   100 Mbits/sec  8562
    [  9]   2.00-3.00   sec  11.9 MBytes   100 Mbits/sec  8562
    [ 11]   2.00-3.00   sec  11.9 MBytes   100 Mbits/sec  8562
    [ 13]   2.00-3.00   sec  11.9 MBytes   100 Mbits/sec  8562
    [SUM]   2.00-3.00   sec  59.6 MBytes   500 Mbits/sec  42810
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   3.00-4.00   sec  11.9 MBytes   100 Mbits/sec  8562
    [  7]   3.00-4.00   sec  11.9 MBytes   100 Mbits/sec  8562
    [  9]   3.00-4.00   sec  11.9 MBytes   100 Mbits/sec  8562
    [ 11]   3.00-4.00   sec  11.9 MBytes   100 Mbits/sec  8562
    [ 13]   3.00-4.00   sec  11.9 MBytes   100 Mbits/sec  8562
    [SUM]   3.00-4.00   sec  59.6 MBytes   500 Mbits/sec  42810
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   4.00-5.00   sec  11.9 MBytes   100 Mbits/sec  8561
    [  7]   4.00-5.00   sec  11.9 MBytes   100 Mbits/sec  8561
    [  9]   4.00-5.00   sec  11.9 MBytes   100 Mbits/sec  8561
    [ 11]   4.00-5.00   sec  11.9 MBytes   100 Mbits/sec  8561
    [ 13]   4.00-5.00   sec  11.9 MBytes   100 Mbits/sec  8561
    [SUM]   4.00-5.00   sec  59.6 MBytes   500 Mbits/sec  42805
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   5.00-6.00   sec  11.9 MBytes   100 Mbits/sec  8562
    [  7]   5.00-6.00   sec  11.9 MBytes   100 Mbits/sec  8562
    [  9]   5.00-6.00   sec  11.9 MBytes   100 Mbits/sec  8562
    [ 11]   5.00-6.00   sec  11.9 MBytes   100 Mbits/sec  8562
    [ 13]   5.00-6.00   sec  11.9 MBytes   100 Mbits/sec  8562
    [SUM]   5.00-6.00   sec  59.6 MBytes   500 Mbits/sec  42810
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   6.00-7.00   sec  11.9 MBytes  99.9 Mbits/sec  8553
    [  7]   6.00-7.00   sec  11.9 MBytes  99.9 Mbits/sec  8553
    [  9]   6.00-7.00   sec  11.9 MBytes  99.9 Mbits/sec  8553
    [ 11]   6.00-7.00   sec  11.9 MBytes  99.9 Mbits/sec  8553
    [ 13]   6.00-7.00   sec  11.9 MBytes  99.9 Mbits/sec  8553
    [SUM]   6.00-7.00   sec  59.5 MBytes   499 Mbits/sec  42765
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   7.00-8.00   sec  11.9 MBytes   100 Mbits/sec  8566
    [  7]   7.00-8.00   sec  11.9 MBytes   100 Mbits/sec  8566
    [  9]   7.00-8.00   sec  11.9 MBytes   100 Mbits/sec  8566
    [ 11]   7.00-8.00   sec  11.9 MBytes   100 Mbits/sec  8566
    [ 13]   7.00-8.00   sec  11.9 MBytes   100 Mbits/sec  8566
    [SUM]   7.00-8.00   sec  59.6 MBytes   500 Mbits/sec  42830
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   8.00-9.00   sec  11.9 MBytes   100 Mbits/sec  8566
    [  7]   8.00-9.00   sec  11.9 MBytes   100 Mbits/sec  8566
    [  9]   8.00-9.00   sec  11.9 MBytes   100 Mbits/sec  8566
    [ 11]   8.00-9.00   sec  11.9 MBytes   100 Mbits/sec  8566
    [ 13]   8.00-9.00   sec  11.9 MBytes   100 Mbits/sec  8566
    [SUM]   8.00-9.00   sec  59.6 MBytes   500 Mbits/sec  42830
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   9.00-10.00  sec  11.9 MBytes   100 Mbits/sec  8561
    [  7]   9.00-10.00  sec  11.9 MBytes   100 Mbits/sec  8561
    [  9]   9.00-10.00  sec  11.9 MBytes   100 Mbits/sec  8561
    [ 11]   9.00-10.00  sec  11.9 MBytes   100 Mbits/sec  8561
    [ 13]   9.00-10.00  sec  11.9 MBytes   100 Mbits/sec  8561
    [SUM]   9.00-10.00  sec  59.6 MBytes   500 Mbits/sec  42805
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [ ID] Interval           Transfer     Bitrate         Jitter    Lost/Total Datagrams
    [  5]   0.00-10.00  sec   119 MBytes   100 Mbits/sec  0.000 ms  0/85608 (0%)  sender
    [  5]   0.00-10.00  sec   119 MBytes   100 Mbits/sec  0.158 ms  0/85608 (0%)  receiver
    [  7]   0.00-10.00  sec   119 MBytes   100 Mbits/sec  0.000 ms  0/85608 (0%)  sender
    [  7]   0.00-10.00  sec   119 MBytes   100 Mbits/sec  0.160 ms  0/85608 (0%)  receiver
    [  9]   0.00-10.00  sec   119 MBytes   100 Mbits/sec  0.000 ms  0/85608 (0%)  sender
    [  9]   0.00-10.00  sec   119 MBytes   100 Mbits/sec  0.162 ms  0/85608 (0%)  receiver
    [ 11]   0.00-10.00  sec   119 MBytes   100 Mbits/sec  0.000 ms  0/85608 (0%)  sender
    [ 11]   0.00-10.00  sec   119 MBytes   100 Mbits/sec  0.164 ms  0/85608 (0%)  receiver
    [ 13]   0.00-10.00  sec   119 MBytes   100 Mbits/sec  0.000 ms  0/85608 (0%)  sender
    [ 13]   0.00-10.00  sec   119 MBytes   100 Mbits/sec  0.166 ms  0/85608 (0%)  receiver
    [SUM]   0.00-10.00  sec   596 MBytes   500 Mbits/sec  0.000 ms  0/428040 (0%)  sender
    [SUM]   0.00-10.00  sec   596 MBytes   500 Mbits/sec  0.162 ms  0/428040 (0%)  receiver
    
    

    case 2:

        HOST PC: iperf3 -c 172.16.1.40  -t 10 -b 100MB -P 5 -u

        ECU2: iperf3 -s

        the result is: 20% packet loss, the iperf3 output log:

    iperf3_case2.log
    J7EVM@QNX:/tmp# iperf3 -s
    -----------------------------------------------------------
    Server listening on 5201
    -----------------------------------------------------------
    Accepted connection from 172.16.1.53, port 45054
    [  5] local 172.16.1.40 port 5201 connected to 172.16.1.53 port 34567
    [  6] local 172.16.1.40 port 5201 connected to 172.16.1.53 port 51850
    [  9] local 172.16.1.40 port 5201 connected to 172.16.1.53 port 54386
    [ 11] local 172.16.1.40 port 5201 connected to 172.16.1.53 port 49425
    [ 13] local 172.16.1.40 port 5201 connected to 172.16.1.53 port 54302
    [ ID] Interval           Transfer     Bitrate         Jitter    Lost/Total Datagrams
    [  5]   0.00-1.00   sec  9.80 MBytes  82.2 Mbits/sec  0.465 ms  253/1508 (17%)
    [  6]   0.00-1.00   sec  9.80 MBytes  82.2 Mbits/sec  0.436 ms  253/1508 (17%)
    [  9]   0.00-1.00   sec  9.77 MBytes  81.9 Mbits/sec  0.495 ms  258/1508 (17%)
    [ 11]   0.00-1.00   sec  9.77 MBytes  81.9 Mbits/sec  0.460 ms  258/1508 (17%)
    [ 13]   0.00-1.00   sec  9.76 MBytes  81.9 Mbits/sec  0.477 ms  259/1508 (17%)
    [SUM]   0.00-1.00   sec  48.9 MBytes   410 Mbits/sec  0.467 ms  1281/7540 (17%)
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   1.00-2.00   sec  9.12 MBytes  76.5 Mbits/sec  0.506 ms  362/1529 (24%)
    [  6]   1.00-2.00   sec  9.11 MBytes  76.4 Mbits/sec  0.512 ms  363/1529 (24%)
    [  9]   1.00-2.00   sec  9.09 MBytes  76.3 Mbits/sec  0.441 ms  365/1529 (24%)
    [ 11]   1.00-2.00   sec  9.09 MBytes  76.3 Mbits/sec  0.517 ms  365/1529 (24%)
    [ 13]   1.00-2.00   sec  9.09 MBytes  76.2 Mbits/sec  0.484 ms  366/1529 (24%)
    [SUM]   1.00-2.00   sec  45.5 MBytes   382 Mbits/sec  0.492 ms  1821/7645 (24%)
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   2.00-3.00   sec  9.64 MBytes  80.9 Mbits/sec  0.486 ms  287/1521 (19%)
    [  6]   2.00-3.00   sec  9.63 MBytes  80.8 Mbits/sec  0.539 ms  289/1522 (19%)
    [  9]   2.00-3.00   sec  9.60 MBytes  80.5 Mbits/sec  0.480 ms  292/1521 (19%)
    [ 11]   2.00-3.00   sec  9.60 MBytes  80.5 Mbits/sec  0.540 ms  292/1521 (19%)
    [ 13]   2.00-3.00   sec  9.59 MBytes  80.4 Mbits/sec  0.523 ms  295/1522 (19%)
    [SUM]   2.00-3.00   sec  48.1 MBytes   403 Mbits/sec  0.514 ms  1455/7607 (19%)
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   3.00-4.00   sec  9.60 MBytes  80.5 Mbits/sec  0.519 ms  302/1531 (20%)
    [  6]   3.00-4.00   sec  9.57 MBytes  80.3 Mbits/sec  0.454 ms  305/1530 (20%)
    [  9]   3.00-4.00   sec  9.56 MBytes  80.2 Mbits/sec  0.462 ms  307/1531 (20%)
    [ 11]   3.00-4.00   sec  9.55 MBytes  80.1 Mbits/sec  0.465 ms  309/1531 (20%)
    [ 13]   3.00-4.00   sec  9.53 MBytes  80.0 Mbits/sec  0.490 ms  310/1530 (20%)
    [SUM]   3.00-4.00   sec  47.8 MBytes   401 Mbits/sec  0.478 ms  1533/7653 (20%)
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   4.00-5.00   sec  9.40 MBytes  78.8 Mbits/sec  0.513 ms  318/1521 (21%)
    [  6]   4.00-5.00   sec  9.39 MBytes  78.8 Mbits/sec  0.486 ms  319/1521 (21%)
    [  9]   4.00-5.00   sec  9.36 MBytes  78.5 Mbits/sec  0.516 ms  323/1521 (21%)
    [ 11]   4.00-5.00   sec  9.35 MBytes  78.4 Mbits/sec  0.473 ms  324/1521 (21%)
    [ 13]   4.00-5.00   sec  9.35 MBytes  78.4 Mbits/sec  0.489 ms  324/1521 (21%)
    [SUM]   4.00-5.00   sec  46.9 MBytes   393 Mbits/sec  0.495 ms  1608/7605 (21%)
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   5.00-6.00   sec  9.62 MBytes  80.7 Mbits/sec  0.494 ms  299/1530 (20%)
    [  6]   5.00-6.00   sec  9.60 MBytes  80.5 Mbits/sec  0.475 ms  302/1531 (20%)
    [  9]   5.00-6.00   sec  9.59 MBytes  80.5 Mbits/sec  0.459 ms  302/1530 (20%)
    [ 11]   5.00-6.00   sec  9.58 MBytes  80.3 Mbits/sec  0.435 ms  304/1530 (20%)
    [ 13]   5.00-6.00   sec  9.58 MBytes  80.3 Mbits/sec  0.534 ms  305/1531 (20%)
    [SUM]   5.00-6.00   sec  48.0 MBytes   402 Mbits/sec  0.479 ms  1512/7652 (20%)
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   6.00-7.00   sec  9.52 MBytes  79.9 Mbits/sec  0.437 ms  305/1524 (20%)
    [  6]   6.00-7.00   sec  9.52 MBytes  79.9 Mbits/sec  0.437 ms  304/1523 (20%)
    [  9]   6.00-7.00   sec  9.51 MBytes  79.8 Mbits/sec  0.460 ms  306/1523 (20%)
    [ 11]   6.00-7.00   sec  9.50 MBytes  79.7 Mbits/sec  0.510 ms  308/1524 (20%)
    [ 13]   6.00-7.00   sec  9.49 MBytes  79.6 Mbits/sec  0.482 ms  308/1523 (20%)
    [SUM]   6.00-7.00   sec  47.5 MBytes   399 Mbits/sec  0.465 ms  1531/7617 (20%)
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   7.00-8.00   sec  9.38 MBytes  78.6 Mbits/sec  0.470 ms  329/1529 (22%)
    [  6]   7.00-8.00   sec  9.36 MBytes  78.5 Mbits/sec  0.436 ms  332/1530 (22%)
    [  9]   7.00-8.00   sec  9.35 MBytes  78.4 Mbits/sec  0.524 ms  333/1530 (22%)
    [ 11]   7.00-8.00   sec  9.34 MBytes  78.3 Mbits/sec  0.511 ms  334/1529 (22%)
    [ 13]   7.00-8.00   sec  9.33 MBytes  78.2 Mbits/sec  0.523 ms  335/1529 (22%)
    [SUM]   7.00-8.00   sec  46.8 MBytes   392 Mbits/sec  0.493 ms  1663/7647 (22%)
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   8.00-9.00   sec  9.99 MBytes  83.8 Mbits/sec  0.494 ms  243/1522 (16%)
    [  6]   8.00-9.00   sec  9.98 MBytes  83.7 Mbits/sec  0.484 ms  244/1521 (16%)
    [  9]   8.00-9.00   sec  9.95 MBytes  83.5 Mbits/sec  0.512 ms  247/1521 (16%)
    [ 11]   8.00-9.00   sec  9.95 MBytes  83.5 Mbits/sec  0.489 ms  247/1521 (16%)
    [ 13]   8.00-9.00   sec  9.95 MBytes  83.5 Mbits/sec  0.490 ms  248/1522 (16%)
    [SUM]   8.00-9.00   sec  49.8 MBytes   418 Mbits/sec  0.494 ms  1229/7607 (16%)
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  5]   9.00-10.00  sec  9.80 MBytes  82.2 Mbits/sec  0.505 ms  275/1530 (18%)
    [  6]   9.00-10.00  sec  9.80 MBytes  82.2 Mbits/sec  0.448 ms  276/1530 (18%)
    [  9]   9.00-10.00  sec  9.78 MBytes  82.1 Mbits/sec  0.470 ms  279/1531 (18%)
    [ 11]   9.00-10.00  sec  9.77 MBytes  82.0 Mbits/sec  0.566 ms  280/1531 (18%)
    [ 13]   9.00-10.00  sec  9.76 MBytes  81.9 Mbits/sec  0.523 ms  281/1530 (18%)
    [SUM]   9.00-10.00  sec  48.9 MBytes   410 Mbits/sec  0.502 ms  1391/7652 (18%)
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [ ID] Interval           Transfer     Bitrate         Jitter    Lost/Total Datagrams
    [  5]   0.00-10.00  sec  95.9 MBytes  80.4 Mbits/sec  0.505 ms  2973/15245 (20%)  receiver
    [  6]   0.00-10.00  sec  95.8 MBytes  80.3 Mbits/sec  0.448 ms  2987/15245 (20%)  receiver
    [  9]   0.00-10.00  sec  95.6 MBytes  80.2 Mbits/sec  0.470 ms  3012/15245 (20%)  receiver
    [ 11]   0.00-10.00  sec  95.5 MBytes  80.1 Mbits/sec  0.566 ms  3021/15245 (20%)  receiver
    [ 13]   0.00-10.00  sec  95.4 MBytes  80.0 Mbits/sec  0.523 ms  3031/15245 (20%)  receiver
    [SUM]   0.00-10.00  sec   478 MBytes   401 Mbits/sec  0.502 ms  15024/76225 (20%)  receiver
    -----------------------------------------------------------
    Server listening on 5201
    -----------------------------------------------------------
    

    the CPSW port STAT information log:

    cpsw9g_port_stat.log
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.798147 s:           STATS          #015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.798209 s: --------------------------------#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.798233 s:           PORT0 STATS          #015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.798256 s: --------------------------------#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.798276 s: STAT_0_RXGOODFRAMES              (RegAddr:0x0C03A000)= 0x6B3#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.798311 s: STAT_0_RXBROADCASTFRAMES         (RegAddr:0x0C03A004)= 0x1E#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.798376 s: STAT_0_RXMULTICASTFRAMES         (RegAddr:0x0C03A008)= 0x523#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.798414 s: STAT_0_ALE_DROP                  (RegAddr:0x0C03A028)= 0x3#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.798447 s: STAT_0_RXOCTETS                  (RegAddr:0x0C03A030)= 0x7B9BD#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.798489 s: STAT_0_TXGOODFRAMES              (RegAddr:0x0C03A034)= 0x1A9#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.798528 s: STAT_0_TXOCTETS                  (RegAddr:0x0C03A064)= 0x8A09#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.798561 s: STAT_0_OCTETFRAMES64             (RegAddr:0x0C03A068)= 0x20#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.798593 s: STAT_0_OCTETFRAMES65T127         (RegAddr:0x0C03A06C)= 0x2F5#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.798625 s: STAT_0_OCTETFRAMES128T255        (RegAddr:0x0C03A070)= 0x58#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.798655 s: STAT_0_OCTETFRAMES256T511        (RegAddr:0x0C03A074)= 0x4E3#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.798686 s: STAT_0_OCTETFRAMES512T1023       (RegAddr:0x0C03A078)= 0x9#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.798717 s: STAT_0_OCTETFRAMES1024TUP        (RegAddr:0x0C03A07C)= 0x3#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.798747 s: STAT_0_NETOCTETS                 (RegAddr:0x0C03A080)= 0x843C6#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.798780 s: STAT_0_PORTMASK_DROP             (RegAddr:0x0C03A088)= 0x3#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.798814 s: STAT_0_ALE_POL_MATCH             (RegAddr:0x0C03A0C0)= 0x53E#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.798852 s: STAT_0_PN_TX_PRI_REG          [2](RegAddr:0x0C03A188)= 0x1A9#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.798887 s: STAT_0_PN_TX_PRI_BCNT_REG     [2](RegAddr:0x0C03A1A8)= 0x8A09#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.798931 s: --------------------------------#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.798953 s:           PORT1 STATS          #015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.798974 s: --------------------------------#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.799018 s: --------------------------------#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.799040 s:           PORT2 STATS          #015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.799060 s: --------------------------------#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.799102 s: --------------------------------#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.799122 s:           PORT3 STATS          #015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.799142 s: --------------------------------#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.799162 s: STAT_3_RXGOODFRAMES              (RegAddr:0x0C03A600)= 0x1A9#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.799195 s: STAT_3_RXOCTETS                  (RegAddr:0x0C03A630)= 0x8A09#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.799227 s: STAT_3_TXGOODFRAMES              (RegAddr:0x0C03A634)= 0x6B0#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.799258 s: STAT_3_TXBROADCASTFRAMES         (RegAddr:0x0C03A638)= 0x1E#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.799289 s: STAT_3_TXMULTICASTFRAMES         (RegAddr:0x0C03A63C)= 0x520#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.799338 s: STAT_3_TXOCTETS                  (RegAddr:0x0C03A664)= 0x7B8B7#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.799377 s: STAT_3_OCTETFRAMES64             (RegAddr:0x0C03A668)= 0x20#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.799411 s: STAT_3_OCTETFRAMES65T127         (RegAddr:0x0C03A66C)= 0x2F2#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.799442 s: STAT_3_OCTETFRAMES128T255        (RegAddr:0x0C03A670)= 0x58#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.799472 s: STAT_3_OCTETFRAMES256T511        (RegAddr:0x0C03A674)= 0x4E3#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.799503 s: STAT_3_OCTETFRAMES512T1023       (RegAddr:0x0C03A678)= 0x9#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.799534 s: STAT_3_OCTETFRAMES1024TUP        (RegAddr:0x0C03A67C)= 0x3#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.799564 s: STAT_3_NETOCTETS                 (RegAddr:0x0C03A680)= 0x842C0#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.799598 s: STAT_3_ALE_UNKN_UNI              (RegAddr:0x0C03A6A8)= 0x6#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.799628 s: STAT_3_ALE_UNKN_UNI_BCNT         (RegAddr:0x0C03A6AC)= 0x298#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.799660 s: STAT_3_ALE_POL_MATCH             (RegAddr:0x0C03A6C0)= 0x1A9#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.799695 s: STAT_3_PN_TX_PRI_REG          [0](RegAddr:0x0C03A780)= 0x658#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.799727 s: STAT_3_PN_TX_PRI_REG          [2](RegAddr:0x0C03A788)= 0x58#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.799759 s: STAT_3_PN_TX_PRI_BCNT_REG     [0](RegAddr:0x0C03A7A0)= 0x79FF7#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.799792 s: STAT_3_PN_TX_PRI_BCNT_REG     [2](RegAddr:0x0C03A7A8)= 0x18C0#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.799829 s: --------------------------------#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.799850 s:           PORT4 STATS          #015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.799870 s: --------------------------------#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.799912 s: --------------------------------#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.799933 s:           PORT5 STATS          #015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.799953 s: --------------------------------#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.799995 s: --------------------------------#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.800015 s:           PORT6 STATS          #015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.800035 s: --------------------------------#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.800077 s: --------------------------------#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.800097 s:           PORT7 STATS          #015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.800117 s: --------------------------------#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.800159 s: --------------------------------#015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.800179 s:           PORT8 STATS          #015
    1970-01-01T00:01:30+00:00 localhost pdcu_remote_log[557086-2]: [MCU2_0]   3778.800199 s: --------------------------------#015
    

    on qnx shell, use cmd: netstat -s -r -p udp

     

    from the netstat output information, There are a lot of packet loss statistics: "12926 dropped due to full socket buffers".

    So, How to configure QNX UDP TX/RX buffer size ?

  • I try to fix udp tx/rx buffer size with sysctl command, There was no significant diffence from the previous iperf3 test

  • Dear Sudheer,

         As customer posted, they only test one TDA4VM with only one port. However it still shows 20% packet loss when TDA4VM play as server. So the RGMII TX is good while RX may have some problems.

         From the log, packets are dropped due to socket buffers. Do you know where can we change the buffer size? Or this may be caused by other reasons? 

    BR

    Sikai

  • Hi,

    Is issue still exist?
    If so, can you increase udp buffer space instead of udp6 and confirm any improvement?
    We do see packet loss but the throughput is ~800Mbps at 1Gbps link speed.
      
    Also, can you please let us know the throughput numbers what your are observing?

    Best Regards,
    Sudheer

  • Hi Hirain team, please kindly update this thread, otherwise we will close it by next week.