テーブルに記載されている関連する show コマンドを実行して、マルチキャスト公平性調整の構成に関する必要な情報を表示します。
|
コマンド
|
目的
|
|
show interface type slot/port
|
指定されたインターフェイスのインターフェイス ステータスと情報を、構成されたイコライゼーション遅延(ピコ秒単位)とともに表示します。
|
|
show interface type slot/port equalization-delay
|
指定されたインターフェイスの等化遅延の値だけをピコ秒単位で表示します。
|
|
show interface type range of slots/ports equalization-delay
|
指定したインターフェイス範囲の等化遅延のすべての値をピコ秒単位で表示します。
|
|
show running-config [ all ]
|
現在の設定に関する情報を表示します。all オプションを使用すると、デフォルトの構成と現在の構成が表示されます。
このコマンドは、各インターフェイスに構成されているイコライゼーション遅延も表示します。
|
Show コマンドの出力例
次に、指定したインターフェイスの等化遅延を表示する show run interface type slot/port コマンドの出力例を示します。
show run interface ethernet 1/10
interface Ethernet1/10
equalization-delay 10
次に、インターフェイスのイコライゼーション遅延に関する情報を含む、指定されたインターフェイスのインターフェイスステータスと情報を表示する show interface type slot/port コマンドの出力例を示します。
switch(config-if)# show int eth1/10
Ethernet1/10 is up
admin state is up, Dedicated Interface
Hardware: 1000/10000 Ethernet, address: 643f.5f84.c5bc (bia 643f.5f84.c5bc)
MTU 1500 bytes, BW 10000000 Kbit , DLY 10 usec
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, medium is broadcast
Port mode is access
full-duplex, 10 Gb/s, media type is 10G
Beacon is turned off
Auto-Negotiation is turned on FEC mode is Auto
Input flow-control is off, output flow-control is off
Auto-mdix is turned off
Rate mode is dedicated
Switchport monitor is off
EtherType is 0x8100
EEE (efficient-ethernet) : n/a
admin fec state is auto, oper fec state is auto
Equalization delay 1000 picosec
Last link flapped 4week(s) 5day(s)
Last clearing of "show interface" counters 4w4d
0 interface resets
Load-Interval #1: 30 seconds
30 seconds input rate 0 bits/sec, 0 packets/sec
30 seconds output rate 0 bits/sec, 0 packets/sec
input rate 0 bps, 0 pps; output rate 0 bps, 0 pps
Load-Interval #2: 5 minute (300 seconds)
300 seconds input rate 0 bits/sec, 0 packets/sec
300 seconds output rate 0 bits/sec, 0 packets/sec
input rate 0 bps, 0 pps; output rate 0 bps, 0 pps
RX
0 unicast packets 0 multicast packets 0 broadcast packets
0 input packets 0 bytes
0 jumbo packets 0 storm suppression packets
0 runts 0 giants 0 CRC 0 no buffer
0 input error 0 short frame 0 overrun 0 underrun 0 ignored
0 watchdog 0 bad etype drop 0 bad proto drop 0 if down drop
0 input with dribble 0 input discard
0 Rx pause
0 Stomped CRC
TX
0 unicast packets 30000 multicast packets 0 broadcast packets
30000 output packets 0 bytes
0 jumbo packets
0 output error 0 collision 0 deferred 0 late collision
0 lost carrier 0 no carrier 0 babble 0 output discard
0 Tx pause
switch(config-if)#