Aruba & ProVision-based
1753971 Members
7679 Online
108811 Solutions
New Discussion

Re: Remote access HPE FlexFabric 5700

 
aybra
HPE Pro

Re: Remote access HPE FlexFabric 5700

Hello

can you provide the last configurations and the output of the commands :

Aruba :

display port trunk

show trunk

show lacp

5700:

display port trunk

display link-aggregation verbose

 

I am an HPE Employee

Accept or Kudo

cvanaxel
Advisor

Re: Remote access HPE FlexFabric 5700

Aruba

display port trunk (did not show anything)

sh trunks


  Port | Name                             Type       | Group Type
  ---- + -------------------------------- ---------- + ----- --------
  1    | UP MaNZA                         100/1000T  | Trk1  LACP
  2    | UP MaNZA                         100/1000T  | Trk1  LACP
  3    | UP MaNZA                         100/1000T  | Trk1  LACP
  4    | UP MaNZA                         100/1000T  | Trk1  LACP
  5    | UP MaNZA                         100/1000T  | Trk1  LACP
  10   | DOWN.8 kamer laptops-srfaces ... 100/1000T  | Trk5  Trunk
  11   | StorageRSW.1 DOWN                100/1000T  | Trk11 LACP
  41   | Tijdelijk naar RSW laatste sw... 100/1000T  | Trk8  Trunk
  42   | Tijdelijk naar RSW op de gron... 100/1000T  | Trk9  Trunk
  43   | Tijdelijk naar RSW.10            100/1000T  | Trk6  Trunk
  44   | Tijdelijk naar RSW.2             100/1000T  | Trk7  Trunk
  45   | DOWN RSW.2                       100/1000T  | Trk2  Trunk
  46   | DOWN RSW.2                       100/1000T  | Trk2  Trunk
  47   | wifi                             100/1000T  | Trk3  LACP
  48   | wifi                             100/1000T  | Trk3  LACP
  51   | B vleugel                        1000SX     | Trk4  Trunk
  52   | B vleugel                        1000LX     | Trk10 Trunk

sh lacp


                                    LACP

           LACP      Trunk     Port                LACP      Admin   Oper
   Port    Enabled   Group     Status    Partner   Status    Key     Key
   -----   -------   -------   -------   -------   -------   ------  ------
   1       Active    Trk1      Up        Yes       Success   0       54
   2       Active    Trk1      Up        Yes       Success   0       54
   3       Active    Trk1      Up        Yes       Success   0       54
   4       Active    Trk1      Up        Yes       Success   0       54
   5       Active    Trk1      Up        Yes       Success   0       54
   11      Active    Trk11     Blocked   Yes       Failure   0       64
   47      Active    Trk3      Up        Yes       Success   0       56
   48      Active    Trk3      Up        Yes       Success   0       56

 

5700

display port trunk

Interface             PVID    VLAN Passing
BAGG1                 1        3111, 3114, 3116-3117, 3120-3122


display link-aggr verbose

Loadsharing Type: Shar -- Loadsharing, NonS -- Non-Loadsharing
Port Status: S -- Selected, U -- Unselected,
             I -- Individual, * -- Management port
Flags:  A -- LACP_Activity, B -- LACP_Timeout, C -- Aggregation,
        D -- Synchronization, E -- Collecting, F -- Distributing,
        G -- Defaulted, H -- Expired

Aggregate Interface: Bridge-Aggregation1
Aggregation Mode: Dynamic
Loadsharing Type: Shar
Management VLAN : None
System ID: 0x8000, d894-0390-1224
Local:
  Port             Status  Priority Oper-Key  Flag
--------------------------------------------------------------------------------
  XGE1/0/1         U       32768    1         {A}
Remote:
  Actor            Partner Priority Oper-Key  SystemID               Flag
--------------------------------------------------------------------------------
  XGE1/0/1         11      0        64        0xc40 , e007-1b2c-0c40 {ACEF}

aybra
HPE Pro

Re: Remote access HPE FlexFabric 5700

Hello

Please fllowup these steps order :

1- under interface Ten-GigabitEthernet1/0/1 type command :  port link-aggregation group 1

2- under interface Bridge-Aggregation1 type commands :

port link-type trunk
undo port trunk permit vlan 1
port trunk permit vlan 2 to 4094

3- if it doesn't work please provide the output of the same commands as the previous answer.

best regards

I am an HPE Employee

Accept or Kudo

BjKo
Frequent Advisor

Re: Remote access HPE FlexFabric 5700

Hi,

why do you have static trunks configured on the 2530? 
Please note that a "trunk" in HP/Aruba language is a link-aggregation and not a tagged port (like f.e. in Cisco language).

You have several trunks with only one member, which is unnecessary. You should undo the trunk config on these ports:
trunk 51 trk4 trunk
trunk 10 trk5 trunk
trunk 43 trk6 trunk
trunk 44 trk7 trunk
trunk 41 trk8 trunk
trunk 42 trk9 trunk
trunk 52 trk10 trunk
trunk 11 trk11 trunk

Why are you using static trunks instead of LACP? LACP will help you when you have a faulty cable. 

 

You need to change the 5700 config to also be a link-aggregation when you connect it to a link-aggregation.
On the 5700 a "trunk" is a port with tagged VLANs and not a link-aggregation.
To create a new LACP link-aggregation do the following on the 5700:

system-view
interface Bridge-aggregation 10
quit
interface ten 1/0/31
port link-aggregation group 10
quit
interface ten 1/0/32
port link-aggregation group 10
quit
interface bridge 10
port link-type trunk
port trunk perm vlan all
 link-aggregation mode dynamic
description To-Aruba-2530
quit
save f

 

On Aruba do this:
conf 
trunk 31,32 trk15
interface trk15
tagged vlan 1,10,15,3011,....... 
exit
wr mem

 

Make sure there is no prior config on these ports.

Then connect ports 31-1/0/31 and 32-1/0/32 and it should work.

cvanaxel
Advisor

Re: Remote access HPE FlexFabric 5700

i did what you asked same result.

interface Bridge-Aggregation1
 port link-type trunk
 undo port trunk permit vlan 1
 port trunk permit vlan 2 to 4094
 link-aggregation mode dynamic
#
interface NULL0
#
interface Vlan-interface3111
 ip address 10.161.1.199 255.255.255.0
#
interface FortyGigE1/0/41
#
interface FortyGigE1/0/42
#
interface M-GigabitEthernet0/0/0
#
interface Ten-GigabitEthernet1/0/1
 description Trunk UP RSW.1 port 11
 port link-aggregation group 1

 

Output:

Aruba

RSW.1# display port trunk
RSW.1# sh trunks

 Load Balancing Method:  L3-based (default)

  Port | Name                             Type       | Group Type
  ---- + -------------------------------- ---------- + ----- --------
  1    | UP MaNZA                         100/1000T  | Trk1  LACP
  2    | UP MaNZA                         100/1000T  | Trk1  LACP
  3    | UP MaNZA                         100/1000T  | Trk1  LACP
  4    | UP MaNZA                         100/1000T  | Trk1  LACP
  5    | UP MaNZA                         100/1000T  | Trk1  LACP
  10   | DOWN.8 kamer laptops-srfaces ... 100/1000T  | Trk5  Trunk
  11   | StorageRSW.1 DOWN                100/1000T  | Trk11 LACP
  41   | Tijdelijk naar RSW laatste sw... 100/1000T  | Trk8  Trunk
  42   | Tijdelijk naar RSW op de gron... 100/1000T  | Trk9  Trunk
  43   | Tijdelijk naar RSW.10            100/1000T  | Trk6  Trunk
  44   | Tijdelijk naar RSW.2             100/1000T  | Trk7  Trunk
  45   | DOWN RSW.2                       100/1000T  | Trk2  Trunk
  46   | DOWN RSW.2                       100/1000T  | Trk2  Trunk
  47   | wifi                             100/1000T  | Trk3  LACP
  48   | wifi                             100/1000T  | Trk3  LACP
  51   | B vleugel                        1000SX     | Trk4  Trunk
  52   | B vleugel                        1000LX     | Trk10 Trunk

RSW.1# sh lacp

                                    LACP

           LACP      Trunk     Port                LACP      Admin   Oper
   Port    Enabled   Group     Status    Partner   Status    Key     Key
   -----   -------   -------   -------   -------   -------   ------  ------
   1       Active    Trk1      Up        Yes       Success   0       54
   2       Active    Trk1      Up        Yes       Success   0       54
   3       Active    Trk1      Up        Yes       Success   0       54
   4       Active    Trk1      Up        Yes       Success   0       54
   5       Active    Trk1      Up        Yes       Success   0       54
   11      Active    Trk11     Blocked   Yes       Failure   0       64
   47      Active    Trk3      Up        Yes       Success   0       56
   48      Active    Trk3      Up        Yes       Success   0       56

5700

display port trunk

Interface             PVID    VLAN Passing
BAGG1                 1        3111, 3114, 3116-3117, 3120-3122
XGE1/0/1              1       None


[StorageRSW.1]display link-aggregation verbose
Loadsharing Type: Shar -- Loadsharing, NonS -- Non-Loadsharing
Port Status: S -- Selected, U -- Unselected,
             I -- Individual, * -- Management port
Flags:  A -- LACP_Activity, B -- LACP_Timeout, C -- Aggregation,
        D -- Synchronization, E -- Collecting, F -- Distributing,
        G -- Defaulted, H -- Expired

Aggregate Interface: Bridge-Aggregation1
Aggregation Mode: Dynamic
Loadsharing Type: Shar
Management VLAN : None
System ID: 0x8000, d894-0390-1224
Local:
  Port             Status  Priority Oper-Key  Flag
--------------------------------------------------------------------------------
  XGE1/0/1         U       32768    1         {A}
Remote:
  Actor            Partner Priority Oper-Key  SystemID               Flag
--------------------------------------------------------------------------------
  XGE1/0/1         11      0        64        0xc40 , e007-1b2c-0c40 {ACEF}

 

still same problem

 

aybra
HPE Pro

Re: Remote access HPE FlexFabric 5700

Hello

the agg config doesn't match the port one, so please do the following commands in this order :

undo interface Bridge-Aggregation1

interface Ten-GigabitEthernet1/0/1

default

interface Bridge-Aggregation1

link-aggregation mode dynamic

interface Ten-GigabitEthernet1/0/1

port link-aggregation group 1

interface Bridge-Aggregation1

port link-type trunk
undo port trunk permit vlan 1
port trunk permit vlan 2 to 4094

 

best regards

 

I am an HPE Employee

Accept or Kudo

cvanaxel
Advisor

Re: Remote access HPE FlexFabric 5700

where do you see that it not match with the agg?

config looks the same?

aybra
HPE Pro

Re: Remote access HPE FlexFabric 5700

Hello

interface Bridge-Aggregation1
 port link-type trunk
 undo port trunk permit vlan 1
 port trunk permit vlan 2 to 4094
 link-aggregation mode dynamic
#
interface Ten-GigabitEthernet1/0/1
 description Trunk UP RSW.1 port 11
 port link-aggregation group 1

---------

the bold commands should be also on the port Ten-GigabitEthernet1/0/1, normally when you type them on the agg the system will add them on the physical ports, for that i requested to reove the agg and recreate it in the correct order.

best regards

I am an HPE Employee

Accept or Kudo

cvanaxel
Advisor

Re: Remote access HPE FlexFabric 5700

I will do it now.

cvanaxel
Advisor

Re: Remote access HPE FlexFabric 5700

still cant ping each other.

RSW.1# display port trunk
RSW.1# sh trunk
Ambiguous input: trunk
RSW.1# sh trunks

 Load Balancing Method:  L3-based (default)

  Port | Name                             Type       | Group Type
  ---- + -------------------------------- ---------- + ----- --------
  1    | UP MaNZA                         100/1000T  | Trk1  LACP
  2    | UP MaNZA                         100/1000T  | Trk1  LACP
  3    | UP MaNZA                         100/1000T  | Trk1  LACP
  4    | UP MaNZA                         100/1000T  | Trk1  LACP
  5    | UP MaNZA                         100/1000T  | Trk1  LACP
  10   | DOWN.8 kamer laptops-srfaces ... 100/1000T  | Trk5  Trunk
  11   | StorageRSW.1 DOWN                100/1000T  | Trk11 LACP
  41   | Tijdelijk naar RSW laatste sw... 100/1000T  | Trk8  Trunk
  42   | Tijdelijk naar RSW op de gron... 100/1000T  | Trk9  Trunk
  43   | Tijdelijk naar RSW.10            100/1000T  | Trk6  Trunk
  44   | Tijdelijk naar RSW.2             100/1000T  | Trk7  Trunk
  45   | DOWN RSW.2                       100/1000T  | Trk2  Trunk
  46   | DOWN RSW.2                       100/1000T  | Trk2  Trunk
  47   | wifi                             100/1000T  | Trk3  LACP
  48   | wifi                             100/1000T  | Trk3  LACP
  51   | B vleugel                        1000SX     | Trk4  Trunk
  52   | B vleugel                        1000LX     | Trk10 Trunk


RSW.1# sh lacp

                                    LACP

           LACP      Trunk     Port                LACP      Admin   Oper
   Port    Enabled   Group     Status    Partner   Status    Key     Key
   -----   -------   -------   -------   -------   -------   ------  ------
   1       Active    Trk1      Up        Yes       Success   0       54
   2       Active    Trk1      Up        Yes       Success   0       54
   3       Active    Trk1      Up        Yes       Success   0       54
   4       Active    Trk1      Up        Yes       Success   0       54
   5       Active    Trk1      Up        Yes       Success   0       54
   11      Active    Trk11     Up        Yes       Success   0       64
   47      Active    Trk3      Up        Yes       Success   0       56
   48      Active    Trk3      Up        Yes       Success   0       56


RSW.1# ping 10.161.1.199
Request timed out.

5700

interface Bridge-Aggregation1
 port link-type trunk
 undo port trunk permit vlan 1
 port trunk permit vlan 2 to 4094
 link-aggregation mode dynamic
#
interface NULL0
#
interface Vlan-interface3111
 ip address 10.161.1.199 255.255.255.0
#
interface FortyGigE1/0/41
#
interface FortyGigE1/0/42
#
interface M-GigabitEthernet0/0/0
#
interface Ten-GigabitEthernet1/0/1
 port link-type trunk
 undo port trunk permit vlan 1
 port trunk permit vlan 2 to 4094
 port link-aggregation group 1


[StorageRSW.1-Bridge-Aggregation1]dis port trunk
Interface             PVID    VLAN Passing
BAGG1                 1        3111, 3114, 3116-3117, 3120-3122
XGE1/0/1              1        3111, 3114, 3116-3117, 3120-3122


[StorageRSW.1-Bridge-Aggregation1]dis link-aggregation verbose
Loadsharing Type: Shar -- Loadsharing, NonS -- Non-Loadsharing
Port Status: S -- Selected, U -- Unselected,
             I -- Individual, * -- Management port
Flags:  A -- LACP_Activity, B -- LACP_Timeout, C -- Aggregation,
        D -- Synchronization, E -- Collecting, F -- Distributing,
        G -- Defaulted, H -- Expired

Aggregate Interface: Bridge-Aggregation1
Aggregation Mode: Dynamic
Loadsharing Type: Shar
Management VLAN : None
System ID: 0x8000, d894-0390-1224
Local:
  Port             Status  Priority Oper-Key  Flag
--------------------------------------------------------------------------------
  XGE1/0/1         S       32768    1         {ACDEF}
Remote:
  Actor            Partner Priority Oper-Key  SystemID               Flag
--------------------------------------------------------------------------------
  XGE1/0/1         11      0        64        0xc40 , e007-1b2c-0c40 {ACDEF}


[StorageRSW.1-Bridge-Aggregation1]%Oct 11 09:54:31:433 2018 StorageRSW.1 LLDP/5/LLDP_PVID_INCONSISTENT: PVID mismatch discovered on Ten-GigabitEthernet1/0/1 (PVID 1), .