Comware Based
1748019 Members
4537 Online
108757 Solutions
New Discussion

int Route-aggregation

 
SOLVED
Go to solution
azoooz019
Visitor

int Route-aggregation

I have hp a 10508  version 7.1.035, Release 2105 and i want make link aggregation layer 3 but not availbale 

in cisco the command

interface Port-channel

no switchport

ip address x.x.x.x

what i do ? help me 

6 REPLIES 6
HP-Browniee
Respected Contributor
Solution

Re: int Route-aggregation

Hi

I am not sure if this is possible ( i can be rong)

You should try somthing like this:

  1. Create a Bridge-Aggregation with LACP with link-type access.
  2. Assign the ports to the Bridge-Aggregation
  3. Create a Vlan interface for these ports.
  4. Assign the Ip-address on the vlan interface.
  5. Assign the vlan on the Bridge-Aggregation

Hope that made sense.

Kind regards

 

 

HP-Browniee
Respected Contributor

Re: int Route-aggregation

Hello

I just looked it up and it seems it is possible.

You can just make a interface Route-Aggregation and assign your IP in there.

You should first make your ports routing ports like this:

Port link-mode route

And after that you can assign the route aggregation on the ports ike this:

port link-aggregation group 

Kind regards

azoooz019
Visitor

Re: int Route-aggregation

Thank you for reply 

i tried to config : int route-aggergation but not availbale 

if i do it this command 

port link-mode route

 then route-aggergation directly active or not. 

 

HP-Browniee
Respected Contributor

Re: int Route-aggregation

Hi

Just a wild guess, but maybe the command is only available in a later software release. I dont have a 10508 switch to test it.

Normally a config should be like this example:

interface Route-Aggregation1
 ip address 10.0.0.1 255.255.255.252
 link-aggregation mode dynamic
#
interface GigabitEthernet1/0/1
 port link-mode route
 port link-aggregation group 1
#
interface GigabitEthernet1/0/2
 port link-mode route
 port link-aggregation group 1

 

You can also use the vlan interface like i explained in the first post if your switch doesn't support route aggregation.

 

Kind regards

azoooz019
Visitor

Re: int Route-aggregation

Thanx

How i assign the int vlan to the bridge aggrergation ?

azoooz019
Visitor

Re: int Route-aggregation

Thank you

First solution in true 

 

Done