- 相關推薦
H3C環路測試教程
H3C的S9500系列高端交換機獲得了107 項 Tolly 認證,是 Tolly Group 為一類交換機頒發認證最多的一次。下面YJBYS小編為大家整理了關于H3C環路測試教程,希望對你有所幫助。
交換機以太網端口回環測試功能包括內部環回測試和外部環回測試:
內部環回測試:在交換機芯片端口自檢進行測試,用以定位端口相關功能是否出現故障。
外部回環測試:以太網端口上接了一個自環頭,從端口發出的報文通過自環頭又回到了該端口,
開啟內環監測命令:
sys
[h3c] interface ethernet1/0/1
[h3c-ethernet1/0/1] loopback internal
開啟外環監測命令:
sys
[h3c] interface ethernet1/0/1
[h3c-ethernet1/0/1] loopback external
針對外部環路偵測并處理的配置:
sys
[h3c] loopback-detection enabal #全局開啟交換機外部環測試,如果要單獨開啟某個端口,先進入該端口執行命令,端口列表在 enable前面加數字。
[h3c] loopback-detection interval-time 60 #設置環回監測時間 為 60 s,默認為30s
例子:端口1開啟外部環監測,出現故障并自動關閉該端口
sys
[h3c] loopback-detection enable
[h3c] interface ethernet1/0/1
[h3c-Ethernet1/0/1] loopback-detection enable
[h3c-Ethernet1/0/1] loopback-detection interval-time 60
[h3c-Ethernet1/0/1] loopback-detection shutdown enable
以上端口是默認的access端口處理
如果端口是trunk和hbrid型:
sys
[h3c] loopback-detection enable
[h3c] interface ethernet1/0/1
[h3c-Ethernet1/0/1] port link-type trunk
[h3c-Ethernet1/0/1] loopback-detection enable
[h3c-Ethernet1/0/1] loopback-detection control enable
[h3c-Ethernet1/0/1] loopback-detection interval-time 60
[h3c-Ethernet1/0/1] loopback-detection shutdown enable
如果是需要開起端口所屬vlan進行的環監測并處理
sys
[h3c] loopback-detection enable
[h3c] interface ethernet1/0/1
[h3c-Ethernet1/0/1] loopback-detection enable
[h3c-Ethernet1/0/1] port link-type trunk
[h3c-Ethernet1/0/1] loopback-detection per-vlan enable
[h3c-Ethernet1/0/1] loopback-detection interval-time 60
[h3c-Ethernet1/0/1] loopback-detection shutdown enable
【H3C環路測試教程】相關文章:
H3C交換機配置靜態路由教程05-22
h3c交換機配置telnet配置教程07-31
h3c交換機配置telnet實例教程07-04
H3C無線AP本地轉發配置教程201609-17
H3C網絡工程師認證考試測試題11-02
cisco交換機出現環路的處理方法06-19
交換機引起的路由環路故障破解11-02
H3C認證介紹08-07
H3C認證優勢06-05
CAD教程09-20