Hello
On our Catalyst 3650 with IOS-XE 16.6.4, I ran show platform authentication session all
sh platform authentication session all
Interface MAC Domain Vlan Client Port Flags
Address Handle Open
--------------------------------------------------------------------------
Gi1/0/2 6431.5014.b652 DATA 1 0x68280028 0x0000 None
Gi1/0/46 90b1.1c8e.5eec DATA 340 0x35000071 0x0002 ASV
Te1/1/3 380e.4d8a.a431 DATA 1 0xF72C002F 0x0000 None
Te1/1/3 380e.4d8a.a458 DATA 1 0xEF2C0030 0x0000 None
Te1/1/4 dead.beef.feed DATA 1 0x7A000009 0x0000 None
Te1/1/4 a08c.fde7.ab0e DATA 1 0x6D00000A 0x0000 None
Te1/1/4 a08c.fdc8.5708 DATA 1 0x3600000B 0x0000 None
Te1/1/4 a89d.2169.0740 DATA 1 0xE800000C 0x0000 None
............
There i belive i see my 802.1x or MAB authenticated access ports, but I also see alot of sessions on trunk interface.
If I count the sessions on interfaces starts with Gi i have 20 sessions
sh platform authentication session all | count Gi
Number of lines which match regexp = 20
but if I count the sessions on interfaces starts with Te (My uplinks is on TenGigabitEthernet) i have over 8000 sessions.
sh platform authentication session all | count Te
Number of lines which match regexp = 8828
I have searched in command reference guide for 16.6.4 but I cannot find any documentation about what I see in this output.
Does anybody know what this output is ?
Thanks