26-以太网OAM典型配置举例
本章节下载: 26-以太网OAM典型配置举例 (157.30 KB)
H3C S5130-EI 以太网OAM典型配置举例
Copyright © 2018 新华三技术有限公司 版权所有,保留一切权利。 非经本公司书面许可,任何单位和个人不得擅自摘抄、复制本文档内容的部分或全部, 并不得以任何形式传播。本文档中的信息可能变动,恕不另行通知。 |
|
目 录
本文档介绍了使用以太网OAM监控链路性能的典型配置举例。
以太网OAM是一种监控网络故障的工具,可以监控两台直连设备之间的链路状态。
本文档中的配置均是在实验室环境下进行的配置和验证,配置前设备的所有参数均采用出厂时的缺省配置。如果您已经对设备进行了配置,为了保证配置效果,请确认现有配置和以下举例中的配置不冲突。
本文档假设您已了解以太网OAM特性。
如图1所示,企业网络和运营商网络通过各自边缘设备Device A和Device B进行相连。使用以太网OAM功能,监控Device A和Device B间链路的状态,从而可确定运营商所提供的网络链路可靠性是否符合与企业用户签订的SLA(Service Level Agreement),具体需求:
· 实现自动检测Device A和Device B之间链路的连通性;
· 网络管理员可以查看是否Device A和Device B之间链路是否发生紧急链路事件;
· 网络管理员可以通过观察一般链路事件统计信息动态地了解链路状态。
图1 以太网OAM组网示意图
为了在Device A和Device B之间链路上成功建立以太网OAM连接,至少需要保证链路两端至少有一个接口的以太网OAM的连接模式为Active模式。由于本设备的所有接口的以太网OAM的连接模式缺省情况为Active模式,所以可以省去此配置。本案例以在Device A的GE1/0/1上配置以太网OAM的连接模式为Active模式,在Device B的GE1/0/1上配置以太网OAM的连接模式为Passive模式为例。
以太网OAM功能可以监控的一般链路事件包括错误信号事件、错误帧事件、错误帧周期事件及错误帧秒事件。缺省情况下,开启了以太网OAM功能的接口的一般链路事件检测参数均采用全局配置,您可以根据实际网络情况对其中某些事件的检测参数进行修改,以满足您对这些事件的检测精度。本案例以对错误帧事件的检测参数进行修改为例。
本举例是在S5130EI_E-CMW710-R3106版本上进行配置和验证的。
不允许在已使能以太网OAM功能的接口上更改以太网OAM的连接模式。如需更改,请先关闭该接口上的以太网OAM功能。
# 配置接口GigabitEthernet1/0/1的以太网OAM的连接模式为Active模式(缺省情况下,所有接口的以太网OAM的连接模式都为Active模式),并开启以太网OAM功能。
<DeviceA> system-view
[DeviceA] interface gigabitethernet 1/0/1
[DeviceA-GigabitEthernet1/0/1] oam mode active
[DeviceA-GigabitEthernet1/0/1] oam enable
# 在接口GigabitEthernet1/0/1上配置错误帧事件的检测窗口为20000毫秒,检测阈值为10次。
[DeviceA-GigabitEthernet1/0/1] oam errored-frame window 200
[DeviceA-GigabitEthernet1/0/1] oam errored-frame threshold 10
[DeviceA-GigabitEthernet1/0/1] quit
# 配置接口GigabitEthernet1/0/1的以太网OAM的连接模式为Passive模式,并开启以太网OAM功能。
<DeviceB> system-view
[DeviceB] interface gigabitethernet 1/0/1
[DeviceB-GigabitEthernet1/0/1] oam mode passive
[DeviceB-GigabitEthernet1/0/1] oam enable
[DeviceB-GigabitEthernet1/0/1] quit
# 显示Device A上的全局以及未采用缺省配置的接口上的以太网OAM配置信息。
[DeviceA] display oam configuration
---------------- [Global] ----------------
OAM timers
Hello timer : 1000 milliseconds
Keepalive timer : 5000 milliseconds
Link monitoring
Errored symbol period
Window : 100 x 1000000 symbols
Threshold : 1 error symbols
Errored frame
Window : 10 x 100 milliseconds
Threshold : 1 error frames
Errored frame period
Window : 1000 x 10000 frames
Threshold : 1 error frames
Errored frame seconds
Window : 600 x 100 milliseconds
----------- [GigabitEthernet1/0/1] -----------
OAM timers
Hello timer : 1000 milliseconds
Keepalive timer : 5000 milliseconds
Link monitoring
Errored symbol period
Window : 100 x 1000000 symbols
Threshold : 1 error symbols
Errored frame
Window : 200 x 100 milliseconds
Threshold : 10 error frames
Errored frame period
Window : 1000 x 10000 frames
Threshold : 1 error frames
Errored frame seconds
Window : 600 x 100 milliseconds
Threshold : 1 error seconds
# 显示Device A上以太网OAM的紧急链路事件统计信息。
[DeviceA] display oam critical-event
----------- [GigabitEthernet1/0/1] -----------
Local link status : UP
Event statistics
Link fault : Not occurred
Dying gasp : Not occurred
Critical event : Not occurred
以上信息表明:Device A与Device B之间的链路连通正常,尚未发生任何紧急链路事件。
# 通过Device A显示本端的一般链路事件统计信息。
[DeviceA] display oam link-event local
----------- [GigabitEthernet1/0/1] -----------
Link status: UP
OAM local errored frame event
Event time stamp : 5789 x 100 milliseconds
Errored frame window : 200 x 100 milliseconds
Errored frame threshold : 10 error frames
Errored frame : 13 error frames
Error running total : 350 error frames
Event running total : 17 events
上面的显示信息表明从OAM连接建立后,Device A上总共发生了350次错误帧,其中错误帧事件有17次,链路的性能不稳定。
当链路检测结果为链路性能不稳定,请咨询H3C技术支援人员。
· Device A
#
interface GigabitEthernet1/0/1
oam errored-frame window 200
oam errored-frame threshold 10
oam enable
· Device B
#
interface GigabitEthernet1/0/1
oam mode passive
oam enable
· H3C S5130-EI系列以太网交换机 可靠性配置指导-Release 3106
· H3C S5130-EI系列以太网交换机 可靠性命令参考-Release 3106
不同款型规格的资料略有差异, 详细信息请向具体销售和400咨询。H3C保留在没有任何通知或提示的情况下对资料内容进行修改的权利!