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
Solved! Go to Solution.
Hi
I am not sure if this is possible ( i can be rong)
You should try somthing like this:
Hope that made sense.
Kind regards
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
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.
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
Thanx
How i assign the int vlan to the bridge aggrergation ?
Thank you
First solution in true
Done