Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-06-2019 10:43 AM
Hello every one,
How can i detect a new entry in the fdb table to associate it with a upm profil for start a upm script when a new mac arrived in the fdb table, i already look events in the log filter to associate it with a log target upm profile, but I did not find anything interesting.
Thank for your help (and sorry for my bad english)
Alex.
How can i detect a new entry in the fdb table to associate it with a upm profil for start a upm script when a new mac arrived in the fdb table, i already look events in the log filter to associate it with a log target upm profile, but I did not find anything interesting.
Thank for your help (and sorry for my bad english)
Alex.
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-06-2019 11:02 AM
You can configure MAC tracking on the ports ports you'd like to detect MAC addresses on and add the following to the log filter. You can either choose one port, a range of ports or all:
Once you've done the above you should see the following each time a MAC is added:
NOTE: Be aware that MAC Tracking can result in higher CPU utilization
code:
configure log filter defaultFilter add events FDB.MACTracking.MACAdd
configure fdb mac-tracking add ports [port(s)]
Once you've done the above you should see the following each time a MAC is added:
code:
01/01/2019 01:01:00.00 The MAC address 00:11:22:CC:01:01 was added on VLAN "Default, port 1
NOTE: Be aware that MAC Tracking can result in higher CPU utilization
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-06-2019 12:41 PM
Thank you very much! This will definitely get me going
Alex
Alex
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-06-2019 11:02 AM
You can configure MAC tracking on the ports ports you'd like to detect MAC addresses on and add the following to the log filter. You can either choose one port, a range of ports or all:
Once you've done the above you should see the following each time a MAC is added:
NOTE: Be aware that MAC Tracking can result in higher CPU utilization
code:
configure log filter defaultFilter add events FDB.MACTracking.MACAdd
configure fdb mac-tracking add ports [port(s)]
Once you've done the above you should see the following each time a MAC is added:
code:
01/01/2019 01:01:00.00 The MAC address 00:11:22:CC:01:01 was added on VLAN "Default, port 1
NOTE: Be aware that MAC Tracking can result in higher CPU utilization
