From: James Stewart (j_t_s_stewart@hotmail.com)
Date: Wed Aug 20 2003 - 15:16:48 GMT-3
Hi all
I need to restict access to port f0/1 to only a single PC with a mac address
0000.000d.1234.5678 which has an IP address of 192.168.1.10/24.
Is the way forward to use
interface fastethernet0/1
switchport port-security
switchport port-security maximum 1
switchport port-security mac-address 0000.000d.1234.5678.
Then use an access list on the port
access-list 1 permit host 192.168.1.10
interface fastethernet0/1
access-group 1 in
Or is there a better way?
Over to you
Thanks Jim
This archive was generated by hypermail 2.1.4 : Tue Sep 02 2003 - 18:54:04 GMT-3