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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

2950 port security

Status
Not open for further replies.

duster123

Technical User
Jun 21, 2006
168
GB
Im typing this command in my 2950 : set port security fa0/2 and im getting invalid input detected. can the 2950 series do port security? that is the syntax for the 6500 series but its not working on my 2950. help
 
IOS based if I'm not mistaken...

conf t
int f0/4
switchport port-security .... additional parameters
 
interface FastEthernet0/1
description Computer Name
switchport mode access
switchport port-security
switchport port-security mac-address xxxx.xxxx.xxx
switchport port-security aging time 2
switchport port-security violation restrict
switchport port-security aging type inactivity
mls qos cos override
macro description cisco-desktop
spanning-tree portfast
spanning-tree bpduguard enable
 
You can also select to shutdown the port on violation instead of restrict.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top