2024年8月28日发(作者:库书艺)
Quidway S8500系列路由交换机 命令手册
端口镜像
目 录
目 录
第1章 端口镜像配置命令.......................................................................................................1-1
1.1 端口镜像配置命令..............................................................................................................1-1
1.1.1 1-1
1.1.1-2
1.1.3 1-3
1.1.4 1-5
1.1.5 mirroring-group 1-5
1.1..1-6
1.1.1-7
1.1.1-7
i
Quidway S8500系列路由交换机 命令手册
端口镜像
第1章 端口镜像配置命令
第1章 端口镜像配置命令
1.1
端口镜像配置命令
1.1.1 display mirroring-group
【命令】
display mirroring-group { groupid | local | remote-source | remote-destination
| all }
【视图】
任意视图
【参数】
groupid:端口镜像组的组号,目前85系列交换机支持的镜像组号为1~24。
local:本地镜像组。
remote-source:远程源镜像组。
remote-destination:远程目的镜像组。
all:所有镜像组。
【描述】
display mirroring-group命令用来显示端口镜像组的信息。
不同的镜像组类型,其显示内容不同。显示的顺序按照镜像组号的排列进行。
【举例】
# 显示所有镜像组的信息。
mirroring-group 3:
type: local
status: active
mirroring port:
Ethernet1/1/1 inbound
Ethernet1/1/2 both
monitor port : Ethernet1/1/3
mirroring-group 6:
type: remote-source
status: inactive
1-1
Quidway S8500系列路由交换机 命令手册
端口镜像
mirroring port: Ethernet1/1/4
reflector port:
remote-probe vlan: 1900
mirroring-group 9:
type: remote-destination
status: active
monitor port: Ethernet1/1/6
remote-probe vlan: 1901
第1章 端口镜像配置命令
表1-1 display mirroring-group命令显示信息描述表
字段
mirroring-group
type
status
mirroring port
monitor port
reflector port
remote-probe vlan
端口镜像组的组号
镜像组的类型,包括loacl(本地镜像组)、remote-source(远程源
镜像组)、remote-dest(远程目的镜像组)。
镜像组的状态,active表示已经生效、inactive表示没有生效
镜像源端口
镜像目的端口
反射口
远程镜像VLAN
描述
1.1.2 mirroring-group
【命令】
mirroring-group groupid { local | remote-source | remote-destination }
undo mirroring-group { groupid | local | remote-source | remote-destination |
all }
【视图】
系统视图
【参数】
groupid:端口镜像组的组号。目前85系列交换机支持的镜像组号为1~24。
local:本地镜像组。
remote-source:远程源镜像组。
remote-destination:远程目的镜像组。
all:所有镜像组。
1-2
Quidway S8500系列路由交换机 命令手册
端口镜像
第1章 端口镜像配置命令
【描述】
mirroring-group命令用来创建一个镜像组。undo mirroring-group命令用来删除
镜像组。
创建一个镜像组的时候需要指定类型;删除镜像组的时候可以是删除一个指定组或
者某一类型的组或者所有的组。
【举例】
# 创建本地镜像组1。
[Quidway] mirroring-group 1 local
1.1.3 mirroring-group mirroring-port
【命令】
mirroring-group groupid mirroring-port mirroring-port-list { inbound | outbound
| both }
undo mirroring-group groupid mirroring-port mirroring-port-list { inbound |
outbound | both }
【视图】
系统视图
【参数】
groupid:端口镜像组的组号,目前85系列交换机支持的镜像组号为1~24。
mirroring-port-list:端口列表,表示多个端口。表示方式为mirroring-port-list =
{ interface-type interface-number [ to interface-type interface-number ] }&<1-8>。
其中,interface-type为端口类型,interface-number为端口号。&<1-8>表示前面的
参数最多可以输入8次。
inbound:表示仅对端口接收的报文进行镜像。
outbound:表示仅对端口发送的报文进行镜像。
both:表示对端口接收和发送的报文都进行镜像。
【描述】
mirroring-group mirroring-port命令用来为已经创建的镜像组添加源端口。undo
mirroring-group mirroring-port命令用来为镜像组删除源端口。
需要注意的是,远程目的镜像组不能添加源端口。
1-3
Quidway S8500系列路由交换机 命令手册
端口镜像
第1章 端口镜像配置命令
【举例】
# 为已存在的镜像组1添加源端口。
[Quidway] mirroring-group 1 mirroring-port ethernet 0/4/1 to ethernet 0/4/23
both
# 从镜像组1中删除某些源端口。
[Quidway] undo mirroring-group 1 mirroring-port ethernet 0/4/1 to ethernet
0/4/10 both
【命令】
mirroring-group groupid monitor-port monitor-port-id
undo mirroring-group groupid monitor-port monitor-port-id
【视图】
系统视图
【参数】
groupid:端口镜像组的组号,目前85系列交换机支持的镜像组号为1~24。
monitor-port-id:目的端口,表示方式为interface-type interface-number。其中,
interface-type为端口类型,interface-number为端口号。
【描述】
mirroring-group monitor-port命令用来为已经创建的镜像组添加目的端口。undo
mirroring-group monitor-port命令用来为已经创建的镜像组删除目的端口。
需要注意的是:
z
z
z
已经有目的端口的镜像组不能再添加目的端口;
远程源镜像组不能有目的端口;
指定的镜像组必须预先创建。
【举例】
# 为远程目的镜像组1添加目的端口Ethernet0/4/1。
[Quidway] mirroring-group 1 remote-destination
[Quidway] mirroring-group 1 monitor-port ethernet 0/4/1
1-4
Quidway S8500系列路由交换机 命令手册
端口镜像
第1章 端口镜像配置命令
1.1.4 mirroring-group reflector-port
【命令】
mirroring-group groupid reflector-port reflector-port-id
undo mirroring-group groupid reflector-port reflector-port-id
【视图】
系统视图
【参数】
groupid:端口镜像组的组号,目前85系列交换机支持的镜像组号为1~24。
reflector-port-id:反射端口,表示方式为interface-type interface-number。其中,
interface-type为端口类型,interface-number为端口号。
【描述】
mirroring-group reflector-port命令用来为远程源镜像组配置反射口。undo
mirroring-group reflector-port命令用来取消该配置。
2024年8月28日发(作者:库书艺)
Quidway S8500系列路由交换机 命令手册
端口镜像
目 录
目 录
第1章 端口镜像配置命令.......................................................................................................1-1
1.1 端口镜像配置命令..............................................................................................................1-1
1.1.1 1-1
1.1.1-2
1.1.3 1-3
1.1.4 1-5
1.1.5 mirroring-group 1-5
1.1..1-6
1.1.1-7
1.1.1-7
i
Quidway S8500系列路由交换机 命令手册
端口镜像
第1章 端口镜像配置命令
第1章 端口镜像配置命令
1.1
端口镜像配置命令
1.1.1 display mirroring-group
【命令】
display mirroring-group { groupid | local | remote-source | remote-destination
| all }
【视图】
任意视图
【参数】
groupid:端口镜像组的组号,目前85系列交换机支持的镜像组号为1~24。
local:本地镜像组。
remote-source:远程源镜像组。
remote-destination:远程目的镜像组。
all:所有镜像组。
【描述】
display mirroring-group命令用来显示端口镜像组的信息。
不同的镜像组类型,其显示内容不同。显示的顺序按照镜像组号的排列进行。
【举例】
# 显示所有镜像组的信息。
mirroring-group 3:
type: local
status: active
mirroring port:
Ethernet1/1/1 inbound
Ethernet1/1/2 both
monitor port : Ethernet1/1/3
mirroring-group 6:
type: remote-source
status: inactive
1-1
Quidway S8500系列路由交换机 命令手册
端口镜像
mirroring port: Ethernet1/1/4
reflector port:
remote-probe vlan: 1900
mirroring-group 9:
type: remote-destination
status: active
monitor port: Ethernet1/1/6
remote-probe vlan: 1901
第1章 端口镜像配置命令
表1-1 display mirroring-group命令显示信息描述表
字段
mirroring-group
type
status
mirroring port
monitor port
reflector port
remote-probe vlan
端口镜像组的组号
镜像组的类型,包括loacl(本地镜像组)、remote-source(远程源
镜像组)、remote-dest(远程目的镜像组)。
镜像组的状态,active表示已经生效、inactive表示没有生效
镜像源端口
镜像目的端口
反射口
远程镜像VLAN
描述
1.1.2 mirroring-group
【命令】
mirroring-group groupid { local | remote-source | remote-destination }
undo mirroring-group { groupid | local | remote-source | remote-destination |
all }
【视图】
系统视图
【参数】
groupid:端口镜像组的组号。目前85系列交换机支持的镜像组号为1~24。
local:本地镜像组。
remote-source:远程源镜像组。
remote-destination:远程目的镜像组。
all:所有镜像组。
1-2
Quidway S8500系列路由交换机 命令手册
端口镜像
第1章 端口镜像配置命令
【描述】
mirroring-group命令用来创建一个镜像组。undo mirroring-group命令用来删除
镜像组。
创建一个镜像组的时候需要指定类型;删除镜像组的时候可以是删除一个指定组或
者某一类型的组或者所有的组。
【举例】
# 创建本地镜像组1。
[Quidway] mirroring-group 1 local
1.1.3 mirroring-group mirroring-port
【命令】
mirroring-group groupid mirroring-port mirroring-port-list { inbound | outbound
| both }
undo mirroring-group groupid mirroring-port mirroring-port-list { inbound |
outbound | both }
【视图】
系统视图
【参数】
groupid:端口镜像组的组号,目前85系列交换机支持的镜像组号为1~24。
mirroring-port-list:端口列表,表示多个端口。表示方式为mirroring-port-list =
{ interface-type interface-number [ to interface-type interface-number ] }&<1-8>。
其中,interface-type为端口类型,interface-number为端口号。&<1-8>表示前面的
参数最多可以输入8次。
inbound:表示仅对端口接收的报文进行镜像。
outbound:表示仅对端口发送的报文进行镜像。
both:表示对端口接收和发送的报文都进行镜像。
【描述】
mirroring-group mirroring-port命令用来为已经创建的镜像组添加源端口。undo
mirroring-group mirroring-port命令用来为镜像组删除源端口。
需要注意的是,远程目的镜像组不能添加源端口。
1-3
Quidway S8500系列路由交换机 命令手册
端口镜像
第1章 端口镜像配置命令
【举例】
# 为已存在的镜像组1添加源端口。
[Quidway] mirroring-group 1 mirroring-port ethernet 0/4/1 to ethernet 0/4/23
both
# 从镜像组1中删除某些源端口。
[Quidway] undo mirroring-group 1 mirroring-port ethernet 0/4/1 to ethernet
0/4/10 both
【命令】
mirroring-group groupid monitor-port monitor-port-id
undo mirroring-group groupid monitor-port monitor-port-id
【视图】
系统视图
【参数】
groupid:端口镜像组的组号,目前85系列交换机支持的镜像组号为1~24。
monitor-port-id:目的端口,表示方式为interface-type interface-number。其中,
interface-type为端口类型,interface-number为端口号。
【描述】
mirroring-group monitor-port命令用来为已经创建的镜像组添加目的端口。undo
mirroring-group monitor-port命令用来为已经创建的镜像组删除目的端口。
需要注意的是:
z
z
z
已经有目的端口的镜像组不能再添加目的端口;
远程源镜像组不能有目的端口;
指定的镜像组必须预先创建。
【举例】
# 为远程目的镜像组1添加目的端口Ethernet0/4/1。
[Quidway] mirroring-group 1 remote-destination
[Quidway] mirroring-group 1 monitor-port ethernet 0/4/1
1-4
Quidway S8500系列路由交换机 命令手册
端口镜像
第1章 端口镜像配置命令
1.1.4 mirroring-group reflector-port
【命令】
mirroring-group groupid reflector-port reflector-port-id
undo mirroring-group groupid reflector-port reflector-port-id
【视图】
系统视图
【参数】
groupid:端口镜像组的组号,目前85系列交换机支持的镜像组号为1~24。
reflector-port-id:反射端口,表示方式为interface-type interface-number。其中,
interface-type为端口类型,interface-number为端口号。
【描述】
mirroring-group reflector-port命令用来为远程源镜像组配置反射口。undo
mirroring-group reflector-port命令用来取消该配置。