Hello all,
Not sure this is the correct forum.
At any rate, I just discovered a correction necessary for the Cisco
Catalyst 3750 (and p0otentially other devices). Pages: 23-24
The configuration command block is missing the one that would put the
Ethernet port in the "access" mode. And if it is in the dynamic mode you
can not issue the "switchport port-security" command. The sequence in the
document is:
switchport voice vlan 100
switchport access vlan 4
switchport port-security
switchport port-security maximum 2
switchport port-security maximum 1 vlan access
switchport port-security violation restrict
switchport port-security mac-address 0200.000x.xxxx
Sample correct sequence:
hq#config t
Enter configuration commands, one per line. End with CNTL/Z.
hq(config)#interface Gi1/0/13
hq(config-if)#switchport voice vlan 100
hq(config-if)#switchport mode access
hq(config-if)#switchport access vlan 101
hq(config-if)#switchport port-security
hq(config-if)#switchport port-security maximum 2
hq(config-if)#switchport port-security maximum 1 vlan access
hq(config-if)#switchport port-security violation restrict
hq(config-if)#switchport port-security mac-address 0200.0001.0113
hq(config-if)#end
hq#
If someone could correct the document that would be much appreciated.
Cheers,
Boris.
Not sure this is the correct forum.
At any rate, I just discovered a correction necessary for the Cisco
Catalyst 3750 (and p0otentially other devices). Pages: 23-24
The configuration command block is missing the one that would put the
Ethernet port in the "access" mode. And if it is in the dynamic mode you
can not issue the "switchport port-security" command. The sequence in the
document is:
switchport voice vlan 100
switchport access vlan 4
switchport port-security
switchport port-security maximum 2
switchport port-security maximum 1 vlan access
switchport port-security violation restrict
switchport port-security mac-address 0200.000x.xxxx
Sample correct sequence:
hq#config t
Enter configuration commands, one per line. End with CNTL/Z.
hq(config)#interface Gi1/0/13
hq(config-if)#switchport voice vlan 100
hq(config-if)#switchport mode access
hq(config-if)#switchport access vlan 101
hq(config-if)#switchport port-security
hq(config-if)#switchport port-security maximum 2
hq(config-if)#switchport port-security maximum 1 vlan access
hq(config-if)#switchport port-security violation restrict
hq(config-if)#switchport port-security mac-address 0200.0001.0113
hq(config-if)#end
hq#
If someone could correct the document that would be much appreciated.
Cheers,
Boris.