tengfei520

把核心交换机的G1/2口镜像到目的交换机的G1/4口,两个交换机之间都是连接的24口

1.核心交换机配置 

Ruijie# configure t
Ruijie(config)# vlan 77
Ruijie(config-Vlan)# name RSPAN 
Ruijie(config-Vlan)# remote-span 
Ruijie(config-Vlan)# exit 
Ruijie(config)# interface gigabitEthernet1/24 与目的交换机互联接口
Ruijie(config-if)# switchport mode trunk 
Ruijie(config-if)# exit 
Ruijie(config)#monitor session 1 source interface gigabitEthernet1/2 
Ruijie(config)#monitor session 1 destination remote vlan 77  

2.目的交换机配置 

Ruijie# configure t
Ruijie(config)# vlan 77
Ruijie(config-Vlan)# name RSPAN 
Ruijie(config-Vlan)# remote-span 
Ruijie(config-Vlan)# exit 
Ruijie(config)# interface gigabitEthernet 1/24  与源的交换机互联接口
Ruijie(config-if)# switchport mode trunk 
Ruijie(config-if)# exit 
Ruijie(config)# monitor session 1 source remote vlan 77
Ruijie(config)# monitor session 1 destination interface gigabitEthernet1/4

 

分类:

技术点:

相关文章:

  • 2021-08-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-01
  • 2021-11-11
相关资源
相似解决方案