WiNG 5.x Link Aggregation

A Antony Lee 3 years 5 months ago
2 2 0

Dear all How can I configure Link aggregation on WiNG 5 ? Is it configured thru the “Port Channel” ? Regards Antony

Please Register or Login to post a reply

2 Replies

R Rajesh Vijayakumar

You specify which ports are part of a port-channel using the 'channel-group' command in the port context. qs1#self Enter configuration commands, one per line.  End with CNTL/Z. qs1(config-device-00-23-68-22-A3-DE)#interface ge 1 qs1(config-device-00-23-68-22-A3-DE-if-ge1)#channel-group 1 qs1(config-device-00-23-68-22-A3-DE-if-ge1)#exit qs1(config-device-00-23-68-22-A3-DE)#interface ge 2 qs1(config-device-00-23-68-22-A3-DE-if-ge2)#channel-group 1 qs1(config-device-00-23-68-22-A3-DE-if-ge2)#exit qs1(config-device-00-23-68-22-A3-DE)#interface port-channel 1 qs1(config-device-00-23-68-22-A3-DE-if-port-channel1)#

you then specify the settings for the port-channel under "interface port-channel 1". qs1(config-device-00-23-68-22-A3-DE)#interface port-channel 1 qs1(config-device-00-23-68-22-A3-DE-if-port-channel1)#switchport trunk allowed vlan 10,20

--Rajesh

A Antony Lee

Rajesh, Thx.

CONTACT
Can’t find what you’re looking for?