Comware Based
1753788 Members
7329 Online
108799 Solutions
New Discussion юеВ

Re: sur un agregat de 2 liens prioritiser un des 2 liens (avoir un fonctionnement type nominal/secou

 
SOLVED
Go to solution
GRE1
Occasional Visitor

sur un agregat de 2 liens prioritiser un des 2 liens (avoir un fonctionnement type nominal/secours)

environnement comware.

2 switch HPE 5130  reli├иs en bridge-aggregat dynamic.

Comment puis-je avoir un fonctionne type Actif/Passif?

c'est a dire utiliser toujours le m├кme liens et basculer sur le second lien lorsque le premier serait indisponible.

est-ce possible?

Avez-vous un exemple de configuration?

4 REPLIES 4
Ivan_B
HPE Pro
Solution

Re: sur un agregat de 2 liens prioritiser un des 2 liens (avoir un fonctionnement type nominal/secou

Hello @GRE1 !

If you have a BAGG consisting of 2 physical ports and you want only one port to be active and forwarding traffic (Selected) and another port to be standby and NOT forwarding traffic (Unselected), here is a sample configuration:

interface Bridge-Aggregation1
 link-aggregation mode dynamic
 link-aggregation selected-port maximum 1
#
interface Gigabit-Ethernet1/0/1
 link-aggregation port-priority 0 #Highest priority
 port link-aggregation group 1
#
interface Gigabit-Ethernet1/0/2
 link-aggregation port-priority 32768 #This won't appear in the configuration, because it is default value
 port link-aggregation group 1

 

In this example BAGG1 should have only one single GE1/0/1 Selected, GE1/0/2 will remain Unselected and if GE1/0/1 goes down, GE1/0/2 will become Selected and will start forwarding traffic.

Hope this helps!

I am an HPE employee

Accept or Kudo

GRE1
Occasional Visitor

Re: sur un agregat de 2 liens prioritiser un des 2 liens (avoir un fonctionnement type nominal/secou

Hi Ivan,

Thank you very much, this is exactly what I need.

regards

akg7
HPE Pro

Re: sur un agregat de 2 liens prioritiser un des 2 liens (avoir un fonctionnement type nominal/secou

Removing post since @Ivan_B  already replied.

Thanks!

Note: While I am an HPE Employee, all of my comments (whether noted or not), are my own and are not any official representation of the companyAccept or Kudo
Ivan_B
HPE Pro

Re: sur un agregat de 2 liens prioritiser un des 2 liens (avoir un fonctionnement type nominal/secou

Post removed. The final answer has been provided in my first reply.

 

I am an HPE employee

Accept or Kudo