MAC address generator

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2009 11:08 AM - edited 03-06-2019 05:52 AM
Looking for a MAC address generator?
Tks
Frank
I need to VERIFY if the IOS code really performs properly BEFORE I add this setup into my production environment.
I am hoping this config on interface G8/2 will accept up to 10 different MAC addresses. Once G8/2 receives the 11 different MAC address, Interface G8/2 will start ignoring any NEW MAC addresses for 5 minutes while allowing the current MAC addresses to continue passing data frames to/from the switch.
Also the switch will send a trap to the SNMP server to warn of the issue.
I.E. The switch will NOT shutdown the interface when a violation occurs.
interface GigabitEthernet8/2
switchport
switchport access vlan 7
switchport mode access
switchport port-security maximum 10
switchport port-security aging time 5
switchport port-security violation protect
switchport port-security aging type inactivity
load-interval 30
snmp trap link-status permit duplicates
storm-control broadcast level 70.00
storm-control multicast level 70.00
no cdp enable
no mop enabled
no mop sysid
no lldp transmit
no lldp receive
spanning-tree portfast edge
spanning-tree bpdufilter disable
spanning-tree bpduguard enable
spanning-tree guard loop
end
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2009 11:43 AM
Hello Frank,
some years ago for similar tests I've used dsniff under linux there is a tool called macof.
see
http://linux.wareseeker.com/System/dsniff-2.3.zip/334600
Hope to help
Giuseppe
