- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- WAN Routing
- >
- HSR Router 6802-Bridge aggregation
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
10-01-2020 12:52 AM
10-01-2020 12:52 AM
HSR Router 6802-Bridge aggregation
Hi Team,
Could you clarifiy the following doubt , HSR 6802 whether can support for bridge aggregation?. Here we need to configre link aggregation between HSR 6800 and HPE 5900 switch. Could you confirm on this asap.
In my H3C lab, MSR 3620 is avaiable , In the router Bridgr aggregation command not availble. Please sugges on this..
Thanks
Muthukumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2020 01:36 AM
10-01-2020 01:36 AM
Re: HSR Router 6802-Bridge aggregation
Hi @Muthukumar1 !
If your router is running Comware 7, then it should have this command - https://support.hpe.com/hpesc/public/docDisplay?docId=c03890429&docLocale=en_US , Page 29. But you must have a line card (LPU Module) that either has Layer 2 (bridged) interfaces or interfaces that can be converted to bridged with command "port link-mode bridge".
Also, keep in mind that you can connect BAGG on 5900 to a RAGG with sub-interfaces on HSR6800, because technically these two configs are equal:
Configuration #1:
interface Bridge-Aggregation1
link-aggregation mode dynamic
port link-type trunk
port trunk permit vlan 10 20
#
inteface Vlan-interface10
ip address 10.0.10.1 24
#
inteface Vlan-interface20
ip address 10.0.20.1 24
Configuration #2:
interface Route-aggregation1
link-aggregation mode dynamic
#
interface Route-aggregation1.10
vlan-type dot1q vid 10
ip address 10.0.10.1 24
#
interface Route-aggregation1.20
vlan-type dot1q vid 20
ip address 10.0.20.1 24
However, if you don't feel comfortable with BAGG-to-RAGG config, keep it simple and use BAGG on both sides if available. Aslo you must use BAGG-to-BAGG when on the HSR6800 you have other ports except aggregation in Vlans that traverses the aggregation like VLAN 10 and 20 in my scenario. So BAGG-to-RAGG is ok when you need to terminate VLAN on the HSR.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2020 02:16 AM
10-01-2020 02:16 AM
Re: HSR Router 6802-Bridge aggregation
Hi team,
Thanks for your clarification and in my H3c lab MSR 36-20 Router is avaible. In the router, Bridge aggregation command not availble even com 7.1 software version. Pl. find the following outut for your reference..
Device Details:
DEVICE_NAME:MSR36-20
DEVICE_SERIAL_NUMBER:DPPMWWB76
MAC_ADDRESS:3c-1b-da-ec-01-00
MANUFACTURING_DATE:2014-7-16
VENDOR_NAME:H3C
Firmware Version Details:
Boot image: flash:/msr36-cmw710-boot-a5901.bin
Try to configure BAGG Configuration:
[Primary-Router]interface ?
Dialer Dialer interface
GigabitEthernet GigabitEthernet interface
HDLC-bundle Hdlc bundle interface
LoopBack LoopBack interface
MP-group MP-group interface
NULL NULL interface
Route-Aggregation Route-Aggregation interface
Serial Serial interface
Tunnel Tunnel interface
Tunnel-Bundle Tunnel-Bundle interface
VE-L2VPN VE-L2VPN interface
VE-L3VPN VE-L3VPN interface
Virtual-Ethernet Virtual-Ethernet interface
Virtual-PPP Virtual-PPP interface
Virtual-Template Virtual Template (VT) interface
Vlan-interface VLAN interface
range Configure an interface range
[Primary-Router]interface
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2020 02:40 AM
10-01-2020 02:40 AM
Re: HSR Router 6802-Bridge aggregation
I didn't say MSR36-20 has this command, I confirmed HSR6802 should have it. Also, this MSR is not known to me, this is H3C's product number, HPE uses different numbers, I guess we have analogue from MSR3000 series, but I couldn't find any information about it. I doubt it was bought from HPE, to be honest. So, unfortunately, I can't say nothing about this MSR36-20, but the command reference guide for HSR6800 clearly states that "interface Bridge-Aggregation" should be there. Just FYI - Comware 7 is not a single image for all devices. Instead, every device family or even a device has its own version of Comware 7 even sometimes with slightly different feature sets. Therefore we can't judge HSR by looking at MSR.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2020 02:58 AM
10-01-2020 02:58 AM
Re: HSR Router 6802-Bridge aggregation
OK. Thanks for information..