70 pts.
 Port Security
Dear All,

Presently we have configured port security as below

switchport mode access

switchport port-security

switchport port-security violation restrict

switchport port-security mac-address sticky

switchport port-security mac-address sticky 000a

 

 

Now we need to modify the above configuration to

switchport mode access

switchprot port-security

switchport port-security violation restrict

switchport port-security mac-address 000A.

Previously we have set up sticky so that it will reserve a mac when connected  now we need to modify all the ports as above so a particular mac is assigned to a port permanently.

 

How can we remove the sticky configuration and assign the MAC to the port.



Software/Hardware used:
ASKED: October 21, 2009  6:05 AM
UPDATED: October 21, 2009  12:59 PM

Answer Wiki:
as far as i review your configuration, you are using a cisco switch right? so for example, your switch has 24 ports all configured as you said was sticky, just issue the following commands: int fa0/1 no switchport port-security mac-address sticky no switchport port-security mac-address sticky 000a * this commands will disable your sticky config on the port.. then, issue this commands. int fa0/1 enter your desired mac address: ex: switchport port-security mac-address 000a.000b.000c hope this one works because in cisco, if you want to undo certain commands, you just need to issue "no" to erase that.
Last Wiki Answer Submitted:  October 21, 2009  8:29 am  by  Yeahboy   900 pts.
All Answer Wiki Contributors:  Yeahboy   900 pts. , Yasir Irfan   5,395 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _