08-14-2023 07:15 AM
I am finding it difficult to locate mac addresses for PC's and Printers when they are not assigned to a particular VLAN. When I run the cmd show fdp (mac address), nothing shows. I have deleted all ports from the default vlan. I do have the ports on a VOIP vlan also so I can find the mac for the phone but I am unable to find the mac of the other devices. The switches are Extreme 5420's running EXOS. Any ideas?
Solved! Go to Solution.
08-16-2023 11:43 AM
I spoke with someone at GTAC and they informed me, there is no way to find a mac if it is not associated to a VLAN
08-16-2023 11:43 AM
I spoke with someone at GTAC and they informed me, there is no way to find a mac if it is not associated to a VLAN
08-15-2023 05:43 AM
You may take a look at the fdb detail:
# Module fdb configuration.
#
configure fdb agingtime 300
configure iparp max_entries 12288
configure iparp max_pending_entries 256
configure iparp max_proxy_entries 256
configure iparp vr VR-Default timeout 20
configure iparp vr VR-Default locktime 1000
configure iparp retransmit-time 1000 milliseconds
configure iparp reachable-time auto
enable iparp vr VR-Default checking
enable iparp vr VR-Default refresh
disable learning iparp vr VR-Default sender-mac
configure iparp vr VR-Default fast-convergence off
configure iparp vr VR-Mgmt timeout 20
configure iparp vr VR-Mgmt locktime 1000
configure iparp retransmit-time 1000 milliseconds
configure iparp reachable-time auto
enable iparp vr VR-Mgmt checking
enable iparp vr VR-Mgmt refresh
disable learning iparp vr VR-Mgmt sender-mac
configure iparp vr VR-Mgmt fast-convergence off
configure neighbor-discovery max_entries 8192
configure neighbor-discovery max_pending_entries 1024
configure neighbor-discovery vr VR-Default timeout 20
configure neighbor-discovery cache vr VR-Default locktime 1000
configure neighbor-discovery retransmit-time 1000 milliseconds
configure neighbor-discovery reachable-time auto
enable neighbor-discovery vr VR-Default refresh
configure neighbor-discovery vr VR-Mgmt timeout 20
configure neighbor-discovery cache vr VR-Mgmt locktime 1000
configure neighbor-discovery retransmit-time 1000 milliseconds
configure neighbor-discovery reachable-time auto
enable neighbor-discovery vr VR-Mgmt refresh
disable snmp traps fdb mac-tracking
configure fdb mac-tracking del ports all
disable fdb static-mac-move notification
configure fdb static-mac-move packets 2
disable mac-locking
You may see something that needs to be enabled or disabled
08-15-2023 07:49 AM
Here is my configuration, do you notice anything?
configure fdb agingtime 300
configure iparp max_entries 12288
configure iparp max_pending_entries 256
configure iparp max_proxy_entries 256
configure iparp vr VR-Default timeout 20
configure iparp vr VR-Default locktime 1000
configure iparp retransmit-time 1000 milliseconds
configure iparp reachable-time auto
enable iparp vr VR-Default checking
enable iparp vr VR-Default refresh
disable learning iparp vr VR-Default sender-mac
configure iparp vr VR-Default fast-convergence off
configure iparp vr VR-Mgmt timeout 20
configure iparp vr VR-Mgmt locktime 1000
configure iparp retransmit-time 1000 milliseconds
configure iparp reachable-time auto
enable iparp vr VR-Mgmt checking
enable iparp vr VR-Mgmt refresh
disable learning iparp vr VR-Mgmt sender-mac
configure iparp vr VR-Mgmt fast-convergence off
configure neighbor-discovery max_entries 8192
configure neighbor-discovery max_pending_entries 1024
configure neighbor-discovery vr VR-Default timeout 20
configure neighbor-discovery cache vr VR-Default locktime 1000
configure neighbor-discovery retransmit-time 1000 milliseconds
configure neighbor-discovery reachable-time auto
enable neighbor-discovery vr VR-Default refresh
configure neighbor-discovery vr VR-Mgmt timeout 20
configure neighbor-discovery cache vr VR-Mgmt locktime 1000
configure neighbor-discovery retransmit-time 1000 milliseconds
configure neighbor-discovery reachable-time auto
enable neighbor-discovery vr VR-Mgmt refresh
disable snmp traps fdb mac-tracking
configure fdb mac-tracking del ports all
disable fdb static-mac-move notification
configure fdb static-mac-move packets 2
disable mac-locking
08-15-2023 05:44 AM
Extreme Networks Switch Engine version 31.7.1.4 by release-manager