Hello all,
My name is Luke. I'm new to HP networking field, but have experience working with Cisco and Juniper gear.
I was wondering if you could help me to establish proper way of allowing new VLAN over LACP link between HP and Cisco stack. Please see below for details:
1. on HP end, I got the following production config:
interface Bridge-Aggregation3
port link-type trunk
undo port trunk permit vlan 1
port trunk permit vlan 30 to 31 60 70 80 900
link-aggregation mode dynamic
interface Ten-GigabitEthernet1/0/51
port link-mode bridge
port link-type trunk
undo port trunk permit vlan 1
port trunk permit vlan 30 to 31 60 70 80 900
port link-aggregation group 3
interface Ten-GigabitEthernet2/0/51
port link-mode bridge
port link-type trunk
undo port trunk permit vlan 1
port trunk permit vlan 30 to 31 60 70 80 900
port link-aggregation group 3
2. On Cisco end, I have the following:
interface TenGigabitEthernet1/1/1
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 30 to 31 60 70 80 900
switchport mode trunk
switchport nonegotiate
channel-protocol lacp
channel-group 2 mode active
interface TenGigabitEthernet2/1/1
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 30 to 31 60 70 80 900
switchport mode trunk
switchport nonegotiate
channel-protocol lacp
channel-group 2 mode active
interface Port-channel2
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 30 to 31 60 70 80 900
switchport mode trunk
switchport nonegotiate
This is production envirement. Now, i need to create a new VLAN and add allow it over the LACP link.
Could you please advice how this should be handled on HP switch?
My steps are as follows:
1. HP end - create new VLAN and SVI
system-view
vlan 700
interface Vlan-interface 700
ip address 10.25.25.1 255.255.255.0
Not sure how to add that VLAN to bridge aggregation? Is there a similar command to Cisco IOS:
SWITCHPORT TRUNK ALLOWED VLAN ADD
Also, does such change have impact on the bridge group itself?
2. Cisco end is rather easy for me:
(create new VLAN and add it to the port channel)
config t
vlan 700
INTERFACE Port-channel2
SWITCHPORT TRUNK ALLOWED VLAN ADD 700
Any help is appreciated.
Regards,
luke