- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- Issues with 2 x HP GbE2c and integration into a Ci...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2010 02:57 AM
05-17-2010 02:57 AM
Issues with 2 x HP GbE2c and integration into a Cisco 3750
Here is the config from Cisco also and you will find attached config from GbE2c_SW_A and GbE2c_SW_B.
interface GigabitEthernet1/0/2
description Uplink to HP_SW_A
switchport trunk encapsulation dot1q
switchport mode trunk
switchport nonegotiate
end
interface GigabitEthernet1/0/2
description Uplink to HP_SW_B
switchport trunk encapsulation dot1q
switchport mode trunk
switchport nonegotiate
end
This is the scenario which will take place in our infrastructure. As for now we are connecting only 1 blade.
Thank you,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2010 08:59 AM
05-17-2010 08:59 AM
Re: Issues with 2 x HP GbE2c and integration into a Cisco 3750
My first suggestion would be to disable STP for now. You can work on getting that up later.
2. Doublecheck the vlans on each end of the cable for b - sounds silly but that's bitten me many times before.
3. To set vlans on Gbe2c switches you have to set the PVID(untagged) on the port to something. Then from there in the interface enable tagging on that port. Then any further vlans you add on that port will be tagged.
If that doesn't work let me know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2010 10:34 PM
05-17-2010 10:34 PM
Re: Issues with 2 x HP GbE2c and integration into a Cisco 3750
Thank you,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2010 12:03 AM
05-18-2010 12:03 AM
Re: Issues with 2 x HP GbE2c and integration into a Cisco 3750
is it straight or crossed?
should prefferably be crossed, but auto-mdi/mdix may correct this.
if you cross connections between GbE2c's and 3750's , does the problem stay with the same switch or move to the other switch ?
do this at the GbE2 side and at the 3750 side.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2010 12:22 AM
05-18-2010 12:22 AM
Re: Issues with 2 x HP GbE2c and integration into a Cisco 3750
Also I tried on different port in GbE2c and Cisco 3750 and issue remains the same.
Last test was I did the upper steps on the second blade that we have and still having the issue.
On first switch port activating, but the issue is with the second switch on both blades.
Any suggestions?
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2010 12:39 AM
05-18-2010 12:39 AM
Re: Issues with 2 x HP GbE2c and integration into a Cisco 3750
maybe I did not understand the question correctly.
- do you have problem with the connection from the blade to the second GbE2 switch?
- or from the second GbE2 switch to the second 3750?
In the first case, you may have teaming configured so that only one port is active?
In the second case adding a blade does not change the communication between the GbE2 switch and the 3750!
link state should be up even without blades connected!
In this case whats the output of "show interface status" and "show interface Gig1/0/2" on the 3750?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2010 01:05 AM
05-18-2010 01:05 AM
Re: Issues with 2 x HP GbE2c and integration into a Cisco 3750
Thank you,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2010 01:44 AM
05-18-2010 01:44 AM
Re: Issues with 2 x HP GbE2c and integration into a Cisco 3750
Gi1/0/2 Uplink to HP_SW_B notconnect unassigned auto auto 10/100/1000BaseTX SFP.
(check SFP's are same type)
there is a small difference in the port 21 configs
> /c/port 21/gig
> fctl both
>/c/port 21/gig
> fctl none
This adresses flow-control, but maybe the handshake with the SFP fails because of this.
Your crossed cables are 8-wire?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2010 02:51 AM
05-18-2010 02:51 AM
Re: Issues with 2 x HP GbE2c and integration into a Cisco 3750
I also turn off the fctl to none, but the iport does not turn up.
Cross cables are 8 wires, in interconnection between GbE2c_SWA and 3750 I use straigh thru cable and it works fine. The same config is on GbE2c_SW_B and 3750.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2010 03:16 AM
05-18-2010 03:16 AM
Re: Issues with 2 x HP GbE2c and integration into a Cisco 3750
when I match your statement
"I did the upper steps on the second blade that we have"
with the picture in the first post, I think you mean here a second blade-enclosure with two GbE switches?
Not just a second blade (-server)?
If so
- connect one blade-chassis SW_B to the second 3750 only=> whats behaviour?
- connect the same blade-chassis SW_B to the first 3750 only (where normally SW_A should be connected) => whats behaviour?
can you post full configs of 3750's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2010 03:44 AM
05-18-2010 03:44 AM
Re: Issues with 2 x HP GbE2c and integration into a Cisco 3750
I already did before the steps mantionet from you:
- connect one blade-chassis SW_B to the second 3750 only=> whats behaviour?
- connect the same blade-chassis SW_B to the first 3750 only (where normally SW_A should be connected) => whats behaviour?
It still does not activate the port.
I also tried to reconfigure another port just to see if the porti is bad, but no changes.
Configs from two catalyst 3750 are same. I have no doubt on Catalyst 3750 configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2010 04:41 AM
05-18-2010 04:41 AM
Re: Issues with 2 x HP GbE2c and integration into a Cisco 3750
SW_A -> 3750-1 == OK
SW_B -> 3750-2 == notOK
SW_B -> 3750-1 == notOK
SW_A -> 3750-2 == ?? (no info in your posts)
focus lies on SW_B
in risk of asking something obvious,
- after making changes on the second GbE2 did you "apply" the changes?
- you are sure you've disabled the interconnecting ports 17 en 18?
on both switches?
If you
- erase the config of SW_B
"/maint/debug -> clrcfg"
- load SW_A config in SW_B
- disconnect SW_A (you may go as far as to remove from chassis)
- connect SW_B in place of SW_A
if still no good SW_B maybe defekt (config error not likely)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2010 05:08 AM
05-18-2010 05:08 AM
Re: Issues with 2 x HP GbE2c and integration into a Cisco 3750
port-21 is for both switches top right, it's not a symetrical setup.
see attached.
As for my suggestion to swap the switches physically, you could also try to swap only the interconnect modules first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2010 03:46 AM
05-24-2010 03:46 AM
Re: Issues with 2 x HP GbE2c and integration into a Cisco 3750
Thanks everybody on a help provided.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2010 07:01 AM
05-24-2010 07:01 AM