01-29-2003 05:18 AM - edited 03-02-2019 04:38 AM
Hello experts,
I am french (so please excuse my bad english).
I want to secure my network (a new one) by learning some MAC address. that is I do nothing during 2 or 3 days and all the MAC adress not in the MAC address table ("show mac adress table") have to eb rejected, is there a solution to this problem.
Please help me.
My second problem : is a software exists which can distribute a configuration to several switches. By example ciscoworks 2000 ?
Thanks in advance.
Best Regards,
Guillaume RENARD
Solved! Go to Solution.
02-02-2003 12:58 AM
Hi!
You could do the command "switchport port-security maximum X" The x is th maximum addresses that the port will learn before it starts deny. All addresses will be deleted if reboot or IF is shutdown. If you want to save your dynamiclly learned addresses - use "switchport port-security mac-address sticky". This will put the learned address to running config and saved when you do a "copy run start".
Remember that there are a max of addresses that one port can handle and that you cant activate this on a trunk port.
Ciscoworks has the feature to load config files for a batch. This can also be made with SNMP and some own scripts. If you only want to push out a few rows to all switches, check kiwi.com.
02-02-2003 12:58 AM
Hi!
You could do the command "switchport port-security maximum X" The x is th maximum addresses that the port will learn before it starts deny. All addresses will be deleted if reboot or IF is shutdown. If you want to save your dynamiclly learned addresses - use "switchport port-security mac-address sticky". This will put the learned address to running config and saved when you do a "copy run start".
Remember that there are a max of addresses that one port can handle and that you cant activate this on a trunk port.
Ciscoworks has the feature to load config files for a batch. This can also be made with SNMP and some own scripts. If you only want to push out a few rows to all switches, check kiwi.com.
02-02-2003 11:26 PM
Thanks very much.
Guillaume
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide