Comware

 View Only
  • 1.  int Route-aggregation

    Posted Jul 20, 2016 03:39 AM

    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 



  • 2.  RE: int Route-aggregation

    Posted Jul 20, 2016 04:00 AM

    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

     

     



  • 3.  RE: int Route-aggregation

    Posted Jul 20, 2016 04:09 AM

    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



  • 4.  RE: int Route-aggregation

    Posted Jul 20, 2016 04:25 AM

    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. 

     



  • 5.  RE: int Route-aggregation

    Posted Jul 20, 2016 04:43 AM

    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



  • 6.  RE: int Route-aggregation

    Posted Jul 20, 2016 08:51 AM

    Thanx

    How i assign the int vlan to the bridge aggrergation ?



  • 7.  RE: int Route-aggregation

    Posted Jul 25, 2016 03:26 AM

    Thank you

    First solution in true 

     

    Done