Cisco IOS Show Interface Explained

Hi Aaron,

Glad to hear you like it!

I see it now, sorry for the confusion. In the example the FastEthernet was running in half-duplex / 10 Mbit. I just fixed this, it’s now showing the correct bandwidth and duplex.

When you configure delay you have to divide it by 10 yes:

R1(config)#interface GigabitEthernet 0/1
R1(config-if)#delay 1
R1#show interfaces GigabitEthernet 0/1 | include DLY
  MTU 1500 bytes, BW 80000 Kbit/sec, DLY 10 usec
R1(config)#interface GigabitEthernet 0/1
R1(config-if)#delay 10
R1#show interfaces GigabitEthernet 0/1 | include DLY
  MTU 1500 bytes, BW 80000 Kbit/sec, DLY 100 usec

Rene