- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Web and Unmanaged
- >
- HP v1910-24G BAGG becomes INACTIVE because the por...
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
Forums
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
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
07-06-2017 06:03 AM
07-06-2017 06:03 AM
HP v1910-24G BAGG becomes INACTIVE because the port's configuration is improper for aggregation
Hello,
We have 2x1910-24G switches there's a Bridge Aggregation configuration like;
interface Bridge-Aggregation1
port link-type hybrid
port hybrid vlan 251 253 507 to 508 510 to 511 520 to 531 600 667 800 to 801 tagged
port hybrid vlan 1 untagged
link-aggregation mode dynamic
interface GigabitEthernet1/0/13
port link-type hybrid
port hybrid vlan 251 253 507 to 508 510 to 511 520 to 531 600 667 800 to 801 tagged
port hybrid vlan 1 untagged
stp edged-port enable
link-aggregation port-priority 100
port link-aggregation group 1
#
interface GigabitEthernet1/0/14
port link-type hybrid
port hybrid vlan 251 253 507 to 508 510 to 511 520 to 531 600 667 800 to 801 tagged
port hybrid vlan 1 untagged
stp edged-port enable
link-aggregation port-priority 100
port link-aggregation group 1
These all VLANs belong to 3 ports;
interface GigabitEthernet1/0/4
port link-type trunk
port trunk permit vlan 1 251 253 507 to 508 510 to 511 520 to 531 666 to 667 700
stp edged-port enable
#
interface GigabitEthernet1/0/5
port link-type trunk
port trunk permit vlan 1 251 253 507 to 508 510 to 511 520 to 531 666 to 667 700
stp edged-port enable
#
interface GigabitEthernet1/0/6
port link-type trunk
port trunk permit vlan 1 251 253 507 to 508 510 to 511 520 to 531 666 to 667 700
stp edged-port enable
#
When i try to add different VLAN from different port
interface GigabitEthernet1/0/3
port link-type trunk
port trunk permit vlan 1 253 419 666 777
stp edged-port enable
I have a failure of Bridge-Aggregation status as DOWN
Jul 6 14:24:24:508 2017 IFNET Error LINK_UPDOWN Bridge-Aggregation1 link status is DOWN.
Jul 6 14:24:24:476 2017 LAGG Notification LAGG_INACTIVE_CONFIGURATION Member port GigabitEthernet1/0/14 of aggregation group BAGG1 becomes INACTIVE because the port's configuration is improper for aggregation.
Jul 6 14:24:24:476 2017 LAGG Notification LAGG_INACTIVE_CONFIGURATION Member port GigabitEthernet1/0/13 of aggregation group BAGG1 becomes INACTIVE because the port's configuration is improper for aggregation.
Jul 6 14:24:21:989 2017 VLAN Notification WEBOPT_HYBRID_ADD_TAG_VLAN Adding hybrid port GigabitEthernet1/0/14 to VLAN 777 as tagged.
Jul 6 14:24:21:579 2017 VLAN Notification WEBOPT_HYBRID_ADD_TAG_VLAN Adding hybrid port GigabitEthernet1/0/13 to VLAN 777 as tagged.
What do i have to look for this error message
"because the port's configuration is improper for aggregation" ?
Regards
BAGG1 becomes INACTIVE because the port's configuration is improper for aggregation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2017 12:38 AM - edited 07-10-2017 10:01 AM
07-10-2017 12:38 AM - edited 07-10-2017 10:01 AM
Re: HP v1910-24G BAGG becomes INACTIVE because the port's configuration is improper for aggregation
Avoid to use any Hybrid Port configuration, it's not necessary at all on the logical Port Trunk nor on its member ports.
Follow this thread (it refers to setting up a 4 ports Port Trunking with LACP between two HPE OfficeConnect 1920 Switches, so it should be quite similar to your scenario with 1910), it is quite long but at the end there is the procedure I followed (I started with 4 physical ports in their default state on both ends).
Since you have already defined your permitted VLANs, indicated Step 1 is not required.
Steps order is pretty important...also, once you define LAG and once you add to it its necessary physical member ports, work only on the Port Trunk logical interface (setting it of Type Trunk and permitting VLANs you require), never go back to change member ports configuration, forget member ports...LAG manages its member ports configuration automatically.
Edit: this document covers (partially) the whole LAG configuration process (it doesn't mention the permitted VLANs part).
I'm not an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2017 05:12 AM
07-11-2017 05:12 AM
Re: HP v1910-24G BAGG becomes INACTIVE because the port's configuration is improper for aggregation
Thanks for reply.I will try...