Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MAC-Based/Port-Level Security - Cisco 2924-XL-EN Switch 1

Status
Not open for further replies.
Joined
Jun 5, 2005
Messages
103
Location
US
Hi,

Could some one out there please tell me how can I configure my Cisco 2924-XL-EN Switch, with MAC-based/port-level security to prevent unauthorized stations from accessing the switch?

Thanks in advance!!!
 
There is a way to do it with an access-list, however I am not 100% sure myself how to do it.
 
Take a look at this. It is from a WS-C2950-24 switch.

interface FastEthernet0/5
switchport mode access
switchport port-security
switchport port-security aging time 2
switchport port-security violation restrict
switchport port-security aging type inactivity
switchport port-security mac-address 000d.565d.000c
mls qos cos override
macro description cisco-desktop
spanning-tree portfast
spanning-tree bpduguard enable
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top