在配置模式下,首先選擇接口Fa0/1:
Switch(config)#int fa0/1ide
輸入被偵聽端口:
Switch(config-if)#port monitor fastEthernet 0/2
Switch(config-if)#port monitor fastEthernet 0/5
接口
指定管理端口:
Switch(config-if)#port monitor VLAN 1
這條命令並不意味着接口Fa0/1 將偵聽vlan 1 的全部端口,它只是用來指定管理接口。
退出保存後,接口Fa0/1 設置爲偵聽口,接口Fa0/2,Fa0/5 設置爲被偵聽口。鏈接在接口Fa0/1 上的機器將能接收到經過接口Fa0/2,Fa0/5 的流量。
it
能夠用命令Switch# show port monitor 來查看設置的結果:
Switch#show port monitor
Monitor Port Port Being Monitored
FastEthernet0/1 VLAN1
FastEthernet0/1 FastEthernet0/2
FastEthernet0/1 FastEthernet0/5
注:偵聽口與被偵聽口必須屬於同一個vlanast