10-26-2011 05:50 AM - edited 03-07-2019 03:03 AM
Was wondering how to set port security on the 881. I have all the FE ports shutdown except one and want to limit that port to one specific MAC address.
Thanks,
Dave
Solved! Go to Solution.
10-26-2011 07:08 AM
Q. What are the differences between the Cisco 860 and 880 Series with integrated switches and the Cisco 850 and 870 Series with integrated switches?
A. The following features have been added to the Cisco 860 and 880 Series with integrated switches:
• Dynamic and static port security
• Secure MAC addresses
• MAC filtering
10-26-2011 05:58 AM
Is the FE port connected to a switch or directly to an internet connection?
10-26-2011 06:01 AM
Sorry, guess I could have provided more info. User will take home the 881, plug their home router lan port to the 881 wan, then connect work provided IP phone (CISCO 7975) into FE LAN 0 and pass thru to computer. I want to deny them the ability to plug their home computer into the 881 based on MAC.
10-26-2011 06:53 AM
I would assume all you need to do is
int fax/x
switchport mode access
switchport port-security
switchport port-security mac-address xxxx.xxxx.xxxx sticky
You can choose whatever violation you want such as [shutdown|protect|restrict] The default is shutdown.
Once you run this command 'switchport port-security mac-address xxxx.xxxx.xxxx sticky' it will add it to the
running-configuration then you can do a copy run start to save it to the startup config. That way if it reboots
it will still have the MAC address in the config.
Hope this helps.
10-26-2011 07:01 AM
The switchport mode access command is there, however switchport port-security is not.
10-26-2011 07:02 AM
Looks like I will use the mac access-list and mac access-group
10-26-2011 07:06 AM
Yeah, you may have to do the mac access-list and mac access-group. I'm not too familiar with the Cisco 881 as far as configuring port security goes. I'll see if I can find a configuration guide online for ya.
10-26-2011 07:08 AM
Q. What are the differences between the Cisco 860 and 880 Series with integrated switches and the Cisco 850 and 870 Series with integrated switches?
A. The following features have been added to the Cisco 860 and 880 Series with integrated switches:
• Dynamic and static port security
• Secure MAC addresses
• MAC filtering
10-31-2022 09:37 AM
Sé que mi respuesta sale años después pero logré investigar y espero les sirva a todos.
Desde el equipo CISCO 881 se configura la seguridad de puertos de la siguiente forma:
(config)#mac-address-table secure ZZZZ.YYYY.XXXX fastEthernet X vlan ID
(config)#mac-address-table secure sticky fastEthernet 3
(config)#mac-address-table secure maximum <1-200> fastEthernet X
Esta configuración se debe realizar por vlan y por MAC cada línea para que funcione si son varias MAC de forma estatica debe ser por línea y también por vlan por ejemplo si tienen vlan de voz o es un puerto troncal.
Saludos y espero les ayude
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