Comware

 View Only
  • 1.  many mac-address show under one interface

    Posted Jul 03, 2026 07:52 PM

    Hello

    i have problem with Switch 5130ei Comware 7, we use Clearpass NOC, the problem the authentication come from different port  when i use
    display mac-address interface GigabitEthernet2/0/21
    MAC Address      VLAN ID    State            Port/Nickname            Aging
    10e7-c63b-fe40   40         AUTH             GE2/0/21                 N
    047c-1698-8792   4090       AUTH             GE2/0/21                 N
    10e7-c62e-7ed7   4090       AUTH             GE2/0/21                 N
    10e7-c636-997e   4090       AUTH             GE2/0/21                 N
    7c4d-8f05-f984   4090       AUTH             GE2/0/21                 N
    8cdc-d434-8f5a   4090       AUTH             GE2/0/21                 N
    8cdc-d436-2086   4090       AUTH             GE2/0/21                 N
    bc0f-f373-88f0   4090       AUTH             GE2/0/21                 N
    c8d3-ffb2-5131   4090       AUTH             GE2/0/21                 N
    e073-e739-79c4   4090       AUTH             GE2/0/21                 N

    it show many mac-address under this interface but the interface only has one PC connect. All port in All switch same problem, i don't what is the problem any help i be grateful

    port configure is:
     port link-type hybrid
     undo port hybrid vlan 1
     port hybrid vlan 1100 tagged
     port hybrid vlan 4090 untagged
     port hybrid pvid vlan 4090
     undo voice-vlan mode auto
     voice-vlan 1100 enable
     mac-vlan enable
     stp edged-port
     stp tc-restriction
     poe enable
     undo dot1x handshake
     undo dot1x multicast-trigger
     dot1x unicast-trigger
     dot1x guest-vlan 4090
     dot1x auth-fail vlan 4090
     dot1x critical vlan 4090
     dot1x re-authenticate server-unreachable keep-online
     dot1x server-recovery online-user-sync
     mac-authentication carry user-ip
     mac-authentication re-authenticate server-unreachable keep-online
     mac-authentication guest-vlan 4090
     mac-authentication critical vlan 4090
     mac-authentication host-mode multi-vlan
     port-security port-mode userlogin-secure-or-mac



    thank you 




  • 2.  RE: many mac-address show under one interface

    Posted 12 days ago

    Your port mode explains most of this. With port-security port-mode userlogin-secure-or-mac the port is multi-client by design, so every MAC that ever authenticates there gets its own AUTH entry, and those entries don't age (that's the N in your output). Notice almost all of them sit in VLAN 4090, which in your config is simultaneously the PVID, guest, auth-fail and critical VLAN. Combined with re-authenticate server-unreachable keep-online, that's the exact fingerprint of clients getting parked in the critical VLAN during a ClearPass outage and then kept online: stale entries pile up and stay.

    So first, check whether these switches lost reachability to ClearPass recently, and look at Access Tracker for those MACs. Second, several of those MAC prefixes look like HPE Aruba hardware rather than PCs, so check what's physically on those ports; an AP or a small switch behind a port bridges every client MAC onto it. And if there's a downstream switch on a port carrying stp edged-port, you've disabled the protection that would catch a loop moving MACs between ports.

    I'd hold off capping with port-security max-mac-count until you know what those MACs are, a cap on a port with an AP behind it takes out real users.



    ------------------------------
    Dustin Burns

    @Worldcom Exchange, Inc.


    If my post was useful accept solution and/or give kudos
    ------------------------------



  • 3.  RE: many mac-address show under one interface

    Posted 12 days ago

    Hello DB86,

    thank you for replying, vlan VLAN 4090 is for untrust device, yes the switches can reach to ClearPass. in Access Tracker this mac are connect to switch in another location and different port.

    the port only one PC connect or IP Phone and PC, this problem happen on many switch.

    Thank you




  • 4.  RE: many mac-address show under one interface

    Posted 12 days ago

    Thanks, that changes the picture. If ClearPass is reachable and Access Tracker shows those same MACs live on a different switch in another location, then what you're seeing on this port is MAC movement: frames with those source MACs are physically arriving inbound on GE2/0/21, getting MAC-authed there, and parking. With one PC on the port, something in the network is replaying that traffic into your access layer.

    Pick one victim MAC and run display mac-address for it on several switches at the same time. If it flips between sites, you've got a loop or a bridging device joining two segments, often an unmanaged desk switch or a wall jack patched back to another jack somewhere. Check your uplinks for topology change counters around the times new entries appear. And look hard at whether VLAN 4090 stretches across all these locations, a flat untrust VLAN spanning sites is exactly the highway this kind of churn rides.

    If the MACs flap in sync across switches, chase the loop, not the auth config. The auth is just faithfully reporting what the wire delivers.



    ------------------------------
    Dustin Burns

    @Worldcom Exchange, Inc.


    If my post was useful accept solution and/or give kudos
    ------------------------------



  • 5.  RE: many mac-address show under one interface

    Posted 12 days ago

    Hello,
    thank you for info. i was think same about loop  but can't find it i keep looking for it.

    thank you again