你好!
1.在S-switch上创建VLAN,把相应接口以Trunk方式加入VLAN
将接口Ethernet0/0/1和Ethernet0/0/3以Trunk方式加入同一VLAN。(以下配置以接口Ethernet0/0/1为例,同理配置接口Ethernet0/0/3)
命令:
system-view
vlan 1
quit
interface ethernet0/0/1
port trunk allow-pass vlan 1
quit
1.将Ethernet0/0/24接口配置为观察接口
observing-port 1 interface ethernet0/0/24
3.配置镜像接口:
interface ethernet0/0/1
port-miroring to abserve-port 1 inbound
quit
4.检查结果:
display port-mirroring
希望你能成功!