-
Smithx10IN the PCAP, 1 of the LACP states is out of sync, not sure why
-
Smithx10Also.... took a few pcaps from a working aggregate and noticed on a few my servers that the actor key is the same 1001... i didnt pcap the other aggregate so maybe we start at 1000 and increment per server?
-
Smithx10Fun.... the Partner Key is different for the 2 interfaces that are making my aggregate
-
Smithx10I believe that is a *problem*
-
danmcd@Smithx10 is one partner keys (the "bad" one) that increment-by-one value? Or is it some junk value?
-
danmcd(DEBUG kernels may help you here.)
-
gitomat[illumos-gate] 14735 Users with a large group sidlist cause performance problems in SMB -- Matt Barden <mbarden⊙tc>
-
Smithx10danmcd: they were cross connected of course
-
danmcdDoh!
-
Smithx10errr
-
jbkand you were cross as a result no doubt
-
jbk:)
-
Smithx10Evidently, tho we have this situation gist.github.com/Smithx10/459c5bd563229ed019db522157d45386
-
Smithx10when I did a dladm remove-aggr for the interface that mac address we used as the lacp system id ... the aggregation changed systemids to the only remaining member
-
Smithx10The ToR really didn't like this.... the "vpc consistency-parameters" got angry because the local value didnt match the per value after I added it back in
-
Smithx10I'm wondering what behavior is correct
-
Smithx10Should the Cisco switch side just accept the new systemid being advertised by the LACP PDUs ?
-
Smithx10Strangely it allows the i40e3 interface to continue to function lol
-
Smithx10When creating a port channel, LACP does its due diligence and compares a few values. The first is the System ID. This is a unique value on each switch. It is a 64-bit value which can be manually assigned or automatically generated. Auto assignment comes from the system priority and the System MAC address. The second value is an identifier for the LAG, such as the port-channel ID. These four values (two at each end) create a LAGID (Link
-
Smithx10Aggregation Group Identifier). All ports in a port-channel must have the same LAGID. If there is a mismatch, the ports are excluded or the LAG stays down, depending on the implementation.
-
Smithx10Because our system ID changed out from under the switch, it keeps i40e1 "hibernated" or suspended
-
Smithx10lol, aggregates are gross
-
Smithx10long live the aggregate
-
alancpeople who like reading about system calls will find a bunch of updates to the section 2 man pages for Solaris in: gist.github.com/alanc/b4659167c33c40e159c16b9d048ea2ed
-
alancpeople who like fixing typos in illumos man pages will find a todo list in: pastebin.com/U8b9qXpW
-
otisoh wow