使用串行连接来监控以太网接口状态详细信息

IBM® WebSphere® DataPower® XC10 Appliance 遇到网络问题时,您可以查看有关以太网接口的活动和状态的其他详细信息。本主题说明如何使用与 Appliance 的串行连接来查看这些详细信息,但您还可以使用用户界面来获得这些详细信息。

开始之前

您必须对 Appliance 具有物理访问权并能够以 xcadmin 身份登录才能执行此任务。

过程

  1. xcadmin 用户身份与 Appliance 建立串行连接。
    必须在 ASCII 终端或运行终端仿真软件的 PC 与 Appliance 上的串口之间建立串行连接。如果您正在使用 PC 作为串行控制台,那么需要使用基于 PC 并用于 Windows® 或 Linux® 的串行通信程序。要建立此连接,请使用提供的 DB-9 串行电缆。串行控制台设置是 9600.8.n.1
    注: 如果该终端或 PC 未配备串口,请使用 USB 至串口转换器电缆。
  2. 显示以太网接口的状态。 使用以下命令来显示以太网接口的状态:
    netif status <interface>
    其中 <interface> 是要查询的以太网接口的名称。 以下是输出示例:
    Console> netif status mgt0
    mgt0    generic MTU:1500 flags:UP BROADCAST RUNNING MULTICAST
            inet addr:127.0.0.1 mask:255.255.255.128
            inet6 addr: 2001:DB8:0:0:0:0:0:0/32 mask: ffff:ffff:ffff:ffff::
            ethernet MAC: 00:1a:64:88:a0:6c autoneg:on duplex:Full port:TP
                speed:100Mbps
            statistics collisions:0 multicast:13 rx_bytes:101069093
                rx_compressed:0 rx_crc_errors:0 rx_dropped:0 rx_errors:0
                rx_fifo_errors:0 rx_frame_errors:0 rx_length_errors:0
                rx_missed_errors:0 rx_over_errors:0 rx_packets:1515625
                tx_aborted_errors:0 tx_bytes:10045272 tx_carrier_errors:0
                tx_compressed:0 tx_dropped:0 tx_errors:0 tx_fifo_errors:0
                tx_heartbeat_errors:0 tx_packets:20104 tx_window_errors:0

结果

完成这些步骤后,您已查看 Appliance 上以太网接口的可用状态详细信息。