「network port show」および「ifstat -a」で、ポート速度が1Gbpsではなく、10Gbpsであると誤って報告されます
環境
- FAS
- ONTAP 9
問題
- ポートe0c
network port show
ifstat -a
、e0d、e0eは、1Gbpsではなく、「および」に10Gbpsとして表示されます。
network port show
:
Node: node-1
Speed(Mbps) Health
Port IPspace Broadcast Domain Link MTU Admin/Oper Status
--------- ------------
---------------- ---- ---- ----------- --------
e0c Default - up 1500 auto/10000 healthy
e0d Default - up 1500 auto/10000 healthy
e0e Default fogrp 410 up 1500 auto/10000 healthy
ifstat -a
:
-- interface e0c (1 day, 9 hours, 36 minutes, 15 seconds) --
LINK INFO
Speed: 10000M | Duplex: full | Flowcontrol: none
-- interface e0d (1 day, 9 hours, 36 minutes, 14 seconds) --
LINK INFO
Speed: 10000M | Duplex: full | Flowcontrol: none
-- interface e0e (1 day, 9 hours, 36 minutes, 15
LINK INFO
Speed: 10000M | Duplex: full | Flowcontrol: none
sysconfig -a
およびifconfig-vvvm
は正常に動作します。
sysconfig -a
:
slot 0: 1/10 Gigabit Ethernet Controller IX4-T
e0e MAC Address: d0:39:ea:1d:ab:d4 (auto-1000t-fd-up)
e0f MAC Address: d0:39:ea:1d:ab:d5 (auto-unknown-fd-down)
e0c MAC Address: d0:39:ea:1d:ab:d2 (auto-1000t-fd-up)
e0d MAC Address: d0:39:ea:1d:ab:d3 (auto-1000t-fd-up)
ifconfig-vvvm
:
e0c: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
media: Ethernet autoselect (1000baseT <full-duplex>)
e0d: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
media: Ethernet autoselect (1000baseT <full-duplex>)
e0e: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
media: Ethernet autoselect (1000baseT <full-duplex>)