inscom.brigade wrote: » I see a pagp example with an additional option command. it is a loadbalancing command but they do not explain this part, (src-mac | dst-mac.)
inscom.brigade wrote: » by using the router functionabilty in a Switch = L3 switching. by entering commands like: int vlan 10 ip add 10.0.0.1 0.0.0.0 int port-channel 1 ip add 10.0.1.2 0.0.0.0 These commands are L3, and thus using the router portion/features within a L3 switch. is correct?
Trifidw wrote: » PaGP and LACP are the protocols used to negotiate the etherchannel. The switch can then chose which method to load balance based on XOR logic on a variety of attributes from the frame, i.e. source mac address and destination mac address. Different switches can support more methods such as IP address and ports. I don't understand what you're asking in the post above. Interface port-channel 1 is just a virtual interface that is created when you place up to 8 switchports into a group with the command channel-group 1 mode desirable.