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

nqa检测是单臂路由

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

本篇文章给大家谈谈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检测是单臂路由” 的相关文章

路由器怎么打开屏蔽

路由器怎么打开屏蔽

针对路由器怎么打开屏蔽这个问题,本文将综合不同朋友对这个路由器怎么打开屏蔽网络的知识为大家一起来解答,希望能帮到大家 本文内容目录一览: 1、路由器怎么设置屏蔽 2、tp-link路由器怎么设置屏蔽 3、路由器怎么屏蔽设置 4、无线路由器怎么去屏蔽无线网络怎么设置,求大神 路由器怎么设...

怎么测路由器终端网速

怎么测路由器终端网速

今天给各位分享怎么测路由器终端网速的知识,其中也会对路由器的网速怎么测试进行解释,如果能碰巧解决你现在面临的问题,别忘了关注本站 本文内容目录一览: 1、怎么检测路由器网速 2、电脑路由器测速怎么测 3、怎么测试路由器网速 4、无线路由器怎么测网速? 5、路由器各端口的网速如何查询?...

哪些路由器可以刷极客固件

哪些路由器可以刷极客固件

今天给各位分享哪些路由器可以刷极客固件的知识,其中也会对极x路由器可以刷什么固件进行解释,如果能碰巧解决你现在面临的问题,别忘了关注本站 本文内容目录一览:关于哪些路由器可以刷极客固件和极x路由器可以刷什么固件的文章,就是上面的全部内容了,不知道有没有是您需要的内容。如果可以帮到您,记得收藏本站...

路由器和wifi怎么按

路由器和wifi怎么按

今天给各位分享路由器和wifi怎么按的知识,其中也会对wifi路由器连wifi路由器怎么设置进行解释,如果能碰巧解决你现在面临的问题,别忘了关注本站 本文内容目录一览: 1、怎么装wifi? 2、无线wifi路由器怎么安装步骤 3、路由器怎么连接wifi 怎么装wifi? 您好,家庭使用W...

怎么删除路由器端口ip

怎么删除路由器端口ip

今天给各位分享怎么删除路由器端口ip的知识,其中也会对怎么删除路由器端口的IP地址进行解释,如果能碰巧解决你现在面临的问题,别忘了关注本站 本文内容目录一览: 1、cisco 路由器如何清除特定接口ip 2、请问如何清除路由器中端口的IP地址?? 3、如何清除路由器ip地址 cisco...

路由器人数满了怎么解决

路由器人数满了怎么解决

有很多朋友不知道路由器人数满了怎么解决要如何操作,今天为大家整理了很多路由器连接人数已达上限怎么解决相关的答案,组成一篇内容丰富的文章,希望能到您 本文内容目录一览: 1、路由器无法设置,登陆人数已满四人怎么办? 2、wifi接入已满怎么解决 3、连接wifi提示人数过多连接失败怎么办?...