- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- A5500 and Cisco Config ??
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
03-19-2012 12:21 PM
03-19-2012 12:21 PM
A5500 and Cisco Config ??
Hi -
I have to interconnect my new A5500 switches for our san network to our current Cisco Catalyst 3020 blade switches. I have read through the HP ASE manual and would like to double check things since this is the san network. The cisco's vlan is setup using vtp but its already using 802.1q tagging and not cisco's isl's. Any help would be great!
Thanks
A5500 Config
#
vlan 2
#
interface Bridge-Aggregation13
description Trunk to Blade
port link-type trunk
undo port trunk permit vlan 1
port trunk permit vlan 2
link-aggregation mode dynamic
#
interface GigabitEthernet1/0/13
port link-mode bridge
description Member1 of BAGG13
flow-control receive enable
port link-aggregation group 13
#
interface GigabitEthernet2/0/13
port link-mode bridge
description Member2 of BAGG13
flow-control receive enable
port link-aggregation group 13
Cisco Config
#
int po1
des Trunk_to_BAGG13
switchport mode trunk
switchport trunk allowed vlan 2
flowcontrol receive on
#
int g0/22
des Member1_to_PortChan1
channel-group 1 mode active
spanning-tree portfast
flowcontrol receive on
#
int g0/19
des Member2_to_PortChan1
channel-group 1 mode active
spanning-tree portfast
flowcontrol receive on
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2012 12:13 PM
04-03-2012 12:13 PM
Re: A5500 and Cisco Config ??
I think you are missing the PVID (5500) and the Native VLAN (Cisco).
In the 5500:
interface Bridge-Aggregation13
port trunk pvid vlan <vlan_id>
In the Cisco:
int po1
switchport trunk native vlan <vlan_id>
encapsulation dot1q
Since you denied the VLAN 1 (default native VLAN and PVID) passing through the trunk, you have to tell the switch what is the PVID of the trunk - which means that in the Cisco switch you have to setup the native vlan (PVID).
HTH
Fred Mancen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2012 01:34 AM
04-04-2012 01:34 AM
Re: A5500 and Cisco Config ??
@Fred: no native vlan is needed. It works without on A-Series and cisco
@ ccavanna:
In my opinion the link-aggregation on A-Series is misconfigured. Konfigure the vlan on the bridge aggregation AFTER you have added the ports to the Aggregation group. Then the BR will add the VLAN-config the the physical ports. => see "display log" and "display link-aggregation v".
I am not sure, but i think it's the same on cisco.
br
Manuel