cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

FD110 credit card terminal will not link up to an EXOS 5520 switch

FD110 credit card terminal will not link up to an EXOS 5520 switch

Keith9
Contributor III

We have First Data FD110 credit card terminals that will not link up to an EXOS 5520 switch.  On a Cisco switch they auto negotiate to 100/full.  On an EXOS switch they also auto negotiate to 100/full but the device will not get a DHCP address.  The same machine works fine an an X450G2 switch from Extreme.

Whats really unusual is the switch shows a link, but either doing DHCP or Static IP on the credit card terminal, neither will ping out.  We are not sure what is so unique about these devices.  For now we have to uplink to a Cisco switch just to hold them.

Any idea what the issue could be?  

Thanks!

1 ACCEPTED SOLUTION

Keith9
Contributor III

Ok after further testing here were my exceptions

configure ports 1:11 auto off speed 10 duplex full      WATCHDOG 1200
configure ports 1:21 auto off speed 10 duplex half     Mastercard Adv Machine
configure ports 2:3 auto off speed 10 duplex full        AUDIOCODES MP-118
configure ports 2:6 auto off speed 10 duplex full        PDU UPPER
configure ports 2:9 auto off speed 10 duplex full        D101 EPSON Receipt
configure ports 2:22 auto off speed 10 duplex full      D106 BARIX AUDIO STREAMER 
configure ports 2:47 auto off speed 10 duplex full      APC UPS

One by one changed them back to auto

configure ports 1:11 auto on
configure ports 1:21 auto on
configure ports 2:3 auto on
configure ports 2:6 auto on
configure ports 2:9 auto on
configure ports 2:22 auto on
configure ports 2:47 auto on

With each port I checked the log, did a sh port and they came up as 100 / full.

I then pinged again and sh iparp on that port and connectivity remains.

 

So the answer is to upgrade to XOS 31.2.1.1!  Not only does it fix this, but it also cleans up the CLI as it just simply shows the switchā€™s hostname at the prompt instead of the annoying build number in front of the hostname at the prompt.

It feels like this is a better overall build.

Now we will be eagerly awaiting a future build that supports 1gbps copper sfpā€™s in the VIM-4X slots, and then we have all the same functionality as the 450-G2 switches we have at other sites.  Support is estimating an August GA.

 

View solution in original post

11 REPLIES 11

Keith9
Contributor III

GTAC Case # (02332940) has been opened for this issue.

Issue persists on two different 5520 stacks in two seperate geographic areas (ruling out hardware).

Both stacks are on 31.1.1.3.

Affected devices:
APC SmartUPS Rack mount UPS ethernet (requires static 10/full)
APC PDU addressable rack mount PDU's (requires static 10/full)
Audiocodes MP-118 VOIP Telephony gateway (requires static 10/full)
Barix extreamer100 audio streaming device (requires static 10/full)
FirstData 110 Credit Card terminal (requires static 10/half)

I was able to remove the Cisco 3750 switch today after finding this out.

Hopefully GTAC can resolve.  I do not have this issue on our X690ā€™s or X450G2ā€™s.  There is nothing special about these access ports. 

yas1
New Contributor II

I was also very surprised that only static 10 Mbit worked with these devices. I hope that this is only a bad workaround.. Please keep this thread updated when GTAC provides some information about this. 02ff99a2fa1e48aa8a749ce9c8327534_1f642.png

Keith9
Contributor III

Hereā€™s another strange one, so an APC rack mount SmartUPS was showing connected 100/full, but could not ping it.  I tried your trick to set it to 10/full and now I can ping it and access its web management page.

 

However on the switch its shows 10/full, 

but on APCā€™s web UI it says its 10/half.  

 

This is just so bizarre.  I requested EXOS 31.2.1.1 (upgrade from 31.1.1.3) so I will load that on later in the week and see if that changes anything.

Keith9
Contributor III

I recall not seeing a mac address at all on a port where a card terminal was installed.

 

However the APC gear like PDUā€™s and rack mount UPSā€™s do show.  Also I can verify the IP with sh iparp command.  Thereā€™s just no communication at all.  Cannot ping or access them at all despite showing 100 full.

Hereā€™s an example of a APC Addressable PDU plugged into port 2:6 of a 5520 switch running EXOS 31.1.1.3 showing linked at 100/full

 

sh port 2:47 advertised

sh port 2:6 advertised
       10BaseT     100BaseT    100X        1000BaseT   1000X       Pause
Port   Half  Full  Half  Full  Half  Full  Half  Full  Half  Full  TX  RX  Asym
-----  ----------  ----------  ----------  ----------  ----------  ------------
*2:6   CLR   CLR   CLR   CLR   ---   ---   ---   CL-   ---   ---   CLR CLR CLR
Flags: (*) Active, (!) Disabled, (C) Capable, (L) Local Advertised, (R) Remote Advertised.

Iā€™m also showing IP to ARP mapping

sh iparp | i 10.40.0.15
VR-Default    10.40.0.15       00:c0:b7:5a:e9:5f   20      NO  Default       1     2:6

sh fdb port 2:6
MAC                                      VLAN Name( Tag)  Age  Flags          Port / Virtual Port List
------------------------------------------------------------------------------------------------------
00:c0:b7:5a:e9:5f                          Default(0001) 0000  d mi           2:6

ping 10.40.0.15
Ping(ICMP) 10.40.0.15: 4 packets, 8 data bytes, interval 1 second(s).
Request timed out
Request timed out
Request timed out
Request timed out

--- 10.40.0.15 ping statistics ---
4 packets transmitted, 0 packets received, 100% loss
round-trip min/avg/max = 0/0/0 ms

So let me try forcing it to 10/fullā€¦

 

 

configure port 2:6 auto off speed 10 duplex full

ping 10.40.0.15
Ping(ICMP) 10.40.0.15: 4 packets, 8 data bytes, interval 1 second(s).
16 bytes from 10.40.0.15: icmp_seq=0 ttl=255 time=10 ms
16 bytes from 10.40.0.15: icmp_seq=1 ttl=255 time=4.003 ms
16 bytes from 10.40.0.15: icmp_seq=2 ttl=255 time=4.799 ms
16 bytes from 10.40.0.15: icmp_seq=3 ttl=255 time=6.238 ms

--- 10.40.0.15 ping statistics ---
4 packets transmitted, 4 packets received, 0% loss
round-trip min/avg/max = 4/6/10 ms

 

 

So now its connected.  This is so bizarre.  I will open a case with GTAC on Monday morning.  You shouldnā€™t have to run circles around managing port speeds.  We didnā€™t ever have to worry about port speed/duplex settings on Cisco 3750ā€™s, Extreme X690s, or X450-G2ā€™s.  The 5520 is supposed to be the newer, better switch.  To me this is a step backwards to the 90ā€™s and earlier (having to manage speed and duplex settings).  Have to say Iā€™m dissapointed in the 5520.  Between this and the inability to use 1000 base T copper SFPā€™s in the VIM-4X, I wish I would have just gotten the X450-G2ā€™s.  They work as expected.

 

Thanks for your trick on specifying port speeds to 10/full.  At least that seems to get PDUā€™s and UPSā€™s on line.  When Iā€™m in the office Monday Iā€™ll move some of those troublesome devices off the Cisco switch and back to the 5520 and try the port speed there.

 

 

yas1
New Contributor II

Hi Keith,

Do you see MAC addresses on these specific ports (sho fdb port <port>)?

Interestingly i had a similar issue on the new 5520 with a card terminal and a sensor which only works now with static 10/full duplex configuration. However on the old switch it worked with auto negotiation 100/Full.

Have a check with ā€œshow port <port> advertiseā€ what the device is advertising to the switch and give it a try to set the port speed/duplex settings manually.

Best regards
Yannick

GTM-P2G8KFN