当前位置:首页 > wifi设置知识 > 正文内容

nqa检测是单臂路由

秋天2023年01月30日 23:56:09wifi设置知识376

本篇文章给大家谈谈nqa检测是单臂路由,以及路由器nqa对应的知识点,希望对各位有所帮助,不要忘了收藏本站喔。

本文内容目录一览:

ZTE的H3C交换机 S5120-series,怎么实现3层交换?

H3Cdisplay current-configuration

#

sysname H3C

#

irf mac-address persistent timer

irf auto-update enable

undo irf link-delay

#

domain default enable system

#

telnet server enable

#

undo ip ttl-expires

#

acl number 3001

rule 0 permit ip source 129.62.160.197 0 destination 0.0.0.0 255.255.255.0

acl number 3002

rule 0 permit ip source 0.0.0.0 255.255.255.0 destination 129.62.160.197 0

#

vlan 1

#

vlan 2

description wlan

#

vlan 10

description teacher

#

vlan 20

description student

#

vlan 30

description people

#

vlan 100

description to:router

#

radius scheme system

server-type extended

primary authentication 127.0.0.1 1645

primary accounting 127.0.0.1 1646

user-name-format without-domain

#

domain system

access-limit disable

state active

idle-cut disable

self-service-url disable

#

traffic classifier classifier_Server operator and

if-match acl 3002

traffic classifier classifier_hostB operator and

if-match acl 3001

#

traffic behavior behavior_hostB

car cir 3072 cbs 12000 ebs 12000 green pass red discard yellow pass

traffic behavior behavior_Server

car cir 3072 cbs 12000 ebs 12000 green pass red discard yellow pass

#

qos policy policy_Server

classifier classifier_Server behavior behavior_Server

qos policy policy_hostB

classifier classifier_hostB behavior behavior_hostB

#

user-group system

#

local-user admin

password simple admin

authorization-attribute level 3

service-type telnet

#

interface NULL0

#

interface Vlan-interface1

ip address 192.168.255.254 255.255.255.0

#

interface Vlan-interface2

description wlan

ip address 192.168.0.254 255.255.255.0

#

interface Vlan-interface10

description teacher

ip address 192.168.1.254 255.255.255.0

#

interface Vlan-interface20

description student

ip address 192.168.2.254 255.255.255.0

#

interface Vlan-interface30

description people

ip address 192.168.3.254 255.255.255.0

#

interface Vlan-interface100

ip address 192.168.200.1 255.255.255.252

#

interface GigabitEthernet1/0/1

port link-type trunk

port trunk permit vlan all

#

interface GigabitEthernet1/0/2

#

interface GigabitEthernet1/0/3

port link-type trunk

port trunk permit vlan all

flow-control

#

interface GigabitEthernet1/0/4

port link-type trunk

port trunk permit vlan all

flow-control

#

interface GigabitEthernet1/0/5

port link-type trunk

port trunk permit vlan all

flow-control

#

interface GigabitEthernet1/0/6

port link-type trunk

port trunk permit vlan all

flow-control

#

interface GigabitEthernet1/0/7

port link-type trunk

port trunk permit vlan all

flow-control

#

interface GigabitEthernet1/0/8

port link-type trunk

port trunk permit vlan all

flow-control

#

interface GigabitEthernet1/0/9

port link-type trunk

port trunk permit vlan all

flow-control

#

interface GigabitEthernet1/0/10

port link-type trunk

port trunk permit vlan all

flow-control

#

interface GigabitEthernet1/0/11

port link-type trunk

port trunk permit vlan all

#

interface GigabitEthernet1/0/12

port link-type trunk

port trunk permit vlan all

#

interface GigabitEthernet1/0/13

#

interface GigabitEthernet1/0/14

#

interface GigabitEthernet1/0/15

#

interface GigabitEthernet1/0/16

#

interface GigabitEthernet1/0/17

#

interface GigabitEthernet1/0/18

#

interface GigabitEthernet1/0/19

#

interface GigabitEthernet1/0/20

port access vlan 100

speed 1000

duplex full

#

interface GigabitEthernet1/0/21

shutdown

#

interface GigabitEthernet1/0/22

shutdown

#

interface GigabitEthernet1/0/23

shutdown

#

interface GigabitEthernet1/0/24

speed 1000

duplex full

shutdown

#

interface GigabitEthernet1/0/25

port link-type trunk

port trunk permit vlan all

#

interface GigabitEthernet1/0/26

port link-type trunk

port trunk permit vlan all

#

interface GigabitEthernet1/0/27

#

interface GigabitEthernet1/0/28

#

nqa entry imclinktopologypleaseignore ping

type icmp-echo

destination ip 192.168.255.253

frequency 270000

#

ip route-static 0.0.0.0 0.0.0.0 192.168.200.2

#

snmp-agent

snmp-agent local-engineid 800063A203C4CAD94C2777

snmp-agent community read public

snmp-agent community write private

snmp-agent sys-info version all

snmp-agent target-host trap address udp-domain 192.168.255.100 params securityname public

#

nqa schedule imclinktopologypleaseignore ping start-time now lifetime 630720000

#

user-interface aux 0 8

user-interface vty 0 4

authentication-mode scheme

#

return

H3C

不需要什么命令去开户。

它的三层功能实现,就是单臂路由的形式。不需要写入路由条目,跟路由器的直连路由一个道理。

华三路由器的这几条命令是什么意思啊?

nqa entry imclinktopologypleaseignore ping

type icmp-echo

destination ip 10.45.17.38

frequency 270000

nqa是一个检测技术

这组命令就是

使用icmp协议 也就是ping 去探测10.45.17.38这个ip地址是否能通

华为交换机S5720配置nqa+静态路由切换

一、实验拓扑

二、SW2配置

nqa test-instance helipay icmp

test-type icmp

destination-address ipv4 2.2.2.10 //探测的目标地址

frequency 10 //检测周期10秒

interval seconds 3 //周期内发的三次包时间间隔,该数值乘于3,不能超过周期设置值

start now

//静态路由关联内容

ip route-static 0.0.0.0 0.0.0.0 Vlanif100 1.1.1.2 track nqa helipay icmp //必须带出接口

ip route-static 0.0.0.0 0.0.0.0 1.1.1.3 preference 100

三、状态查看

dis nqa results //产看探测结果

“Lost packet ratio: 0 %”,这说明链路状态完好。

“Lost packet ratio: 100%”,这说明链路状态发生故障

dis nqa history //产看探测包的记录情况

四、测试情况

关闭SW6上的接口,路由表会进行切换,如下:

五、探测回复后

若是探测IP回复了,nqa是不支持抢占的,需要先关闭nqa探测。

nqa test-instance helipay icmp

undo start //结束探测,路由才会基于优先级高低重新更新

start now //然后重新再启用探测

关于nqa检测是单臂路由和路由器nqa的文章,就是上面的全部内容了,不知道有没有是您需要的内容。如果可以帮到您,记得收藏本站

扫描二维码推送至手机访问。

版权声明:本文由路由设置网发布,如需转载请注明出处。

本文链接:https://www.shoulian.org/luyou/post/4674.html

分享给朋友:

“nqa检测是单臂路由” 的相关文章

怎么把路由器变成wep

怎么把路由器变成wep

当朋友们看到这个文章时想必是想要了解怎么把路由器变成wep相关的知识,这里同时多从个角度为大家介绍怎么把路由器变成wifi放大器相应的内容。 本文内容目录一览: 1、怎么设置WIFI WEP加密 2、请问知道怎么把自己路由器WAP2加密方式改成wep的加密方式 3、怎么将路由器密码设置为WP...

企业路由器怎么连手机

企业路由器怎么连手机

今天和朋友们分享企业路由器怎么连手机相关的知识,相信大家通过本文介绍也能对企业网怎么接路由器有自已的收获和理解。自己轻松搞问题。本文内容目录一览: 1、怎样使用手机连接公司网络? 2、tb路由器手机怎么设置 3、路由器手机怎么设置 4、如何设置无线路由器连接手机上网 5、工业级无线路...

多路路由器怎么设置连接

多路路由器怎么设置连接

今天给各位分享多路路由器怎么设置连接的知识,其中也会对多个路由器连接怎么设置进行解释,如果能碰巧解决你现在面临的问题,别忘了关注本站 本文内容目录一览: 1、同一个局域网内有多个路由器,怎么设置? 2、多个路由器怎么设置无线网192.168.1.1 3、多个路由器怎么设置 记住这5条轻松搞定...

路由器怎么藏电视后面

路由器怎么藏电视后面

针对路由器怎么藏电视后面这个问题,本文将综合不同朋友对这个路由器隐藏在电视后面的知识为大家一起来解答,希望能帮到大家 本文内容目录一览: 1、请问,电视机下面机顶盒和路由器的线怎么处理好看些? 2、卧室床尾挂电视,有线合,路由器怎么摆放 3、路由器可以放在电视边有信号的地方吗?究竟怎么放才最...

路由器隐藏名称怎么设置

路由器隐藏名称怎么设置

针对路由器隐藏名称怎么设置这个问题,本文将综合不同朋友对这个无线路由器名称怎么隐藏的知识为大家一起来解答,希望能帮到大家 本文内容目录一览: 1、tplink怎么隐藏wifi名称 2、使路由器名称隐藏的方法步骤详解 3、华为无线路由器怎么隐藏wifi名称 4、路由器怎么隐藏wifi名称...

腾达xp怎么设置路由器

腾达xp怎么设置路由器

有很多朋友不知道腾达xp怎么设置路由器要如何操作,今天为大家整理了很多腾达路由器设置路由器相关的答案,组成一篇内容丰富的文章,希望能到您 本文内容目录一览: 1、tenda路由器怎么设置无线网络 2、xp如何设置腾达路由器 3、xp系统腾达无线路由器怎么设置 4、xp系统电脑连接无线路由...