跳转到主内容

ONTAP 上的跟踪路由的默认UDP端口范围是多少?

Views:
7
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
nas
Last Updated:

适用场景

ONTAP 9

问题解答

33435~33626

追加信息

在实验中检查端口范围。
  1. 开始 tcpdump 收集日志。
    ::> network tcpdump start -node node-01 -port e0c
    Info: Started tcpdump packet trace on interface "e0c"
     
  2. traceroute ONTAP的默认设置开始,该设置有64个跃点 ,每个跃点有 三个UDP Sendings
    ::> traceroute -node node-01 -destination 10.2.2.2
    traceroute to 10.2.2.2 (10.2.2.2), 64 hops max, 40 byte packets
    1  10.128.231.1 (10.128.231.1)  0.491 ms  0.316 ms  0.309 ms
    2  10.129.79.221 (10.129.79.221)  0.448 ms  0.670 ms  0.439 ms
    3  10.129.77.193 (10.129.77.193)  1.016 ms  1.357 ms
    10.129.77.194 (10.129.77.194)  0.857 ms
    4  10.133.128.106 (10.133.128.106)  121.045 ms  131.110 ms
    202.3.124.7 (202.3.124.7)  56.697 ms
    * * *
    6  * * *
    7  * * *
    ......snipped
    62  * * *
    63  * * *
    64  * * *
     
  3. 停止 tcpdump 收集日志。
    ::>  network tcpdump stop -node node-01  -port e0c
    Info: Stopped tcpdump packet trace on interface "e0c"
     
  4. tcpdump 通过收集 http(s)://<CLUSTER_MGMT_IP>/spi/<NODE_NAME>/etc/log/packet_traces/
     
  5. 验证目标端口范围是否为 33435~33626
    4180.0173752022-09-01 18:47:14.86340910.128.231.1605244110.2.2.233435UDP6252441 → 33435 Len=20
    4260.0002502022-09-01 18:47:14.86735710.128.231.1605244110.2.2.233436UDP6252441 → 33436 Len=20
    4280.0001122022-09-01 18:47:14.86766910.128.231.1605244110.2.2.233437UDP6252441 → 33437 Len=20
    ・・・・
    77740.1051422022-09-01 19:02:09.40947710.128.231.1605244110.2.2.233625UDP6252441 → 33625 Len=20
    78370.2483902022-09-01 19:02:14.42025510.128.231.1605244110.2.2.233626UDP6252441 → 33626 Len=20

 

 

 

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.