cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1654
Views
0
Helpful
2
Replies

4 port 10-Gigabit Ethernet Module Issue (input error)

johnyoon75
Level 1
Level 1

hello,

I have strange experience with 10G module on Cat6500.

Today, i have installed Cat6513 and 3750 Switches using 10G.

Cat6513 connected two 3750 switches using 10Gigabit Ethernet.

After installing, i have checked the connectivity each of them.

At that time, i found that input error count increased each of 10G port on cat6513. so i tried to check the error status of 3750, but i can't find any error.

approximately, input error count increased one per minute.

i don't understand because there is no pc under cat3750 switches, that is, cat6513 connected just cat3750 switches.

error count of the both of port, connected cat3750 switches, increase the same count.

10 4 CEF720 4 port 10-Gigabit Ethernet WS-X6704-10GE

C6513#sh int ten 10/2

TenGigabitEthernet10/2 is up, line protocol is up (connected)

Hardware is C6k 10000Mb 802.3, address is 0015.f91d.8875 (bia 0015.f91d.8875)

MTU 1500 bytes, BW 10000000 Kbit, DLY 10 usec,

reliability 253/255, txload 1/255, rxload 1/255

Encapsulation ARPA, loopback not set

Full-duplex, 10Gb/s

input flow-control is off, output flow-control is on

ARP type: ARPA, ARP Timeout 04:00:00

Last input 00:00:41, output 00:00:34, output hang never

Last clearing of "show interface" counters 00:03:23

Input queue: 0/2000/7/0 (size/max/drops/flushes); Total output drops: 0

Queueing strategy: fifo

Output queue: 0/40 (size/max)

5 minute input rate 0 bits/sec, 0 packets/sec

5 minute output rate 0 bits/sec, 0 packets/sec

120 packets input, 8892 bytes, 0 no buffer

Received 120 broadcasts, 0 runts, 0 giants, 0 throttles

7 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored

0 input packets with dribble condition detected

48 packets output, 4773 bytes, 0 underruns

0 output errors, 0 collisions, 0 interface resets

0 babbles, 0 late collision, 0 deferred

0 lost carrier, 0 no carrier

0 output buffer failures, 0 output buffers swapped out

C6513#sh int ten 10/3

TenGigabitEthernet10/3 is up, line protocol is up (connected)

Hardware is C6k 10000Mb 802.3, address is 0015.f91d.8876 (bia 0015.f91d.8876)

MTU 1500 bytes, BW 10000000 Kbit, DLY 10 usec,

reliability 255/255, txload 1/255, rxload 1/255

Encapsulation ARPA, loopback not set

Full-duplex, 10Gb/s

input flow-control is off, output flow-control is on

ARP type: ARPA, ARP Timeout 04:00:00

Last input 00:00:49, output 00:00:39, output hang never

Last clearing of "show interface" counters 00:03:27

Input queue: 0/2000/7/0 (size/max/drops/flushes); Total output drops: 0

Queueing strategy: fifo

Output queue: 0/40 (size/max)

5 minute input rate 2000 bits/sec, 3 packets/sec

5 minute output rate 1000 bits/sec, 3 packets/sec

249 packets input, 20966 bytes, 0 no buffer

Received 142 broadcasts, 0 runts, 0 giants, 0 throttles

7 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored

0 input packets with dribble condition detected

176 packets output, 12341 bytes, 0 underruns

0 output errors, 0 collisions, 0 interface resets

0 babbles, 0 late collision, 0 deferred

0 lost carrier, 0 no carrier

0 output buffer failures, 0 output buffers swapped out

BB-C6513#

Addtional comment -

cdp message ( vlan mismatch ) occured between cat6513 and cat3750, so i had configured different vtp domain. for example, configured vtp domain "aaa" on cat6513 and configured vtp domain "bbb" on cat3750.

so the vlan mismatch message didn't displayed any more...

is this occured input error on cat6513??

Regards,

John.

2 Replies 2

Roberto Salazar
Level 8
Level 8

This is probably a cosmetic issue. do you experience performance hit as well? pinging from 6513 to 3750 do you see drops? Are the ports trunking? if they are, do you see the ports on 6513 to get input errors when they are configured to be acces port instead of trunk?

Hello bosalaza,

Thank you for your replying

.

The problem occured the first time to install those network equipments, cat6513, cat3750, etc...

Whenever i try to ping from cat6513 to cat3750, i can't see any error pqcket on cat6513.

The port configured access port on cat6513

for example,

Cat6513 side,

!

interface tengigibitethernet 10/2

switchport

switchport mode access

switchport access vlan 100

!

interface vlan 100

ip address 10.1.1.1 255.255.255.0

!

Cat3750 Side,

!

interface tengigibitethernet 1/0/1

switchport

switchport mode access

!

interface vlan 1

ip address 10.1.1.4 255.255.255.0

!

Regards,

John.