Catalyst switchport port-securityの使い方
環境
Catalyst
構文
switchport port-security { mac-address MACアドレス|mac-address sticky |
maximum [1-132] | violation (protect |restrict |shutdown) }
MACアドレス
ポートへアクセス許可するMACアドレスです。
maximum
ポートへのアクセスを許可するMACアドレスの最大数
操作例
1.ファーストイーサネットの1-10番ポートを指定する
# interface range fastethernet 0/1 – 10
2.ポートをアクセスモードに設定する
# switchport mode access
3.ポートセキュリティを設定する
# switchport port-security
4.macアドレスの最大数を定義
# switchport port-security maximum 2
5.違反モードをshutdownに設定する
# switchport port-security violation shutdown