Create Date: Oct 1 2012 12:05AM
when i use LACP sometimes i want to know which packet through link port, from cisco there has a command can do that
ex:
.........# sh port-channel load-balance forwarding-path int port-channel 1 vlan 10 dst-ip a.b.c.d
Missing params will be substituted by 0's.
Load-balance Algorithm on switch: source-dest-ip
crc8_hash: 128 Outgoing port id: Ethernet1/1
Param(s) used to calculate load-balance:
dst-ip: a.b.c.d
src-ip: 0.0.0.0
dst-mac: 0000.0000.0000
src-mac: 0000.0000.0000
this form "dst-ip" there are too many paramteres:
dst-ip Destination IP Address
dst-ipv6 Destination IPV6 Address
dst-mac Destination MAC Address
l4-dst-port Destination Port
l4-src-port Source Port
src-ip Source IP Address
src-ipv6 Source IPV6 Address
src-mac Source MAC Address
so i wish extremenetwork switch will have this command
(from Hsu_LiPing)