H3C交換機靜態路由與NQA聯動

2021-10-14 13:08:45 字數 3064 閱讀 4240

· switch a到達switch c的靜態路由下一跳為switch b。

· 在switch a上通過靜態路由、track與nqa聯動,對到達switch c的靜態路由有效性進行實時判斷。

圖1-14 nqa聯動配置組網圖

(1) 配置各界面的ip位址。(配置過程略)

(2) 在switch a上配置靜態路由,並與track項關聯

[switcha] ip route-static 10.1.1.2 24 10.2.1.1 track 1
(3) 在switch a上配置nqa測試組

[switcha] nqa entry admin test1

// 建立管理員名為admin、操作標籤為test1的nqa測試組。

[switcha-nqa-admin-test1] type icmp-echo

//配置測試型別為icmp-echo。

[switcha-nqa-admin-test1-icmp-echo] destination ip 10.2.1.1

//配置目的位址為10.2.1.1。

[switcha-nqa-admin-test1-icmp-echo] frequency 100

//測試頻率為100ms。

[switcha-nqa-admin-test1-icmp-echo] reaction 1 checked-element probe-fail threshold-type consecutive 5 action-type trigger-only

//配置聯動項1(連續失敗5次觸發聯動)。

[switcha-nqa-admin-test1-icmp-echo] quit

[switcha] nqa schedule admin test1 start-time now lifetime forever

//立即啟動icmp-echo測試操作,並一直進行測試。

(4) 在switch a上配置track項

[switcha] track 1 nqa entry admin test1 reaction 1

//配置track項1,關聯nqa測試組(管理員為admin,操作標籤為test1)的聯動項1。

(5) 驗證配置結果

[switcha] display track all

//顯示switch a上track項的資訊。

track id: 1

status: positive

notification delay: positive 0, negative 0 (in seconds)

reference object:

nqa entry: admin test1

reaction: 1

[switcha] display ip routing-table

//顯示switch a的路由表。

routing tables: public

destinations : 5 routes : 5

destination/mask proto pre cost nexthop inte***ce

10.1.1.0/24 static 60 0 10.2.1.1 vlan3

10.2.1.0/24 direct 0 0 10.2.1.2 vlan3

10.2.1.2/32 direct 0 0 127.0.0.1 inloop0

127.0.0.0/8 direct 0 0 127.0.0.1 inloop0

127.0.0.1/32 direct 0 0 127.0.0.1 inloop0

在switch b上刪除vlan介面3的ip位址。

system-view

[switchb] inte***ce vlan-inte***ce 3

[switchb-vlan-inte***ce3] undo ip address

[switcha] display track all

//顯示switch a上track項的資訊。

track id: 1

status: negative

notification delay: positive 0, negative 0 (in seconds)

reference object:

nqa entry: admin test1

reaction: 1

[switcha] display ip routing-table

//顯示switch a的路由表。

routing tables: public

destinations : 4 routes : 4

destination/mask proto pre cost nexthop inte***ce

10.2.1.0/24 direct 0 0 10.2.1.2 vlan3

10.2.1.2/32 direct 0 0 127.0.0.1 inloop0

127.0.0.0/8 direct 0 0 127.0.0.1 inloop0

127.0.0.1/32 direct 0 0 127.0.0.1 inloop0

h3c交換機筆記

一 埠配置 sysint g0 1 combo enable copper fiber 切換網口和光口 description text duplex full half auto 設定雙工模式 speed 10 100 1000 10000 auto mtu 1430 設定mtu值 port li...

h3c交換機配置遠端管理 H3C交換機配置遠端登入

普通設定telnet密碼 user inte ce aux 0 user inte ce vty 0 4 authentication mode scheme user privilege level 3 set authentication password cipher 52 protocol ...

H3C交換機SNMP配置

1.啟動 關閉snmp agent服務 在系統檢視模式下 啟用 snmp agent 關閉 undo snmp agent 注 預設情況下snmp agent是關閉的 2.使能或禁止snmp相應版本 在系統檢視下 使能snmp協議相應版本 snmp agent sys info version v1...