导航:首页 > 网络设置 > 能监控网络流的路由器

能监控网络流的路由器

发布时间:2022-09-28 04:49:44

‘壹’ wifi的无线路由器能监控么

不想别人使用可以更改连接密码
查看网络使用:
1、打开电脑浏览器,地址栏输入192.168.1.1,进入网关配置界面。
2、进入DHCP客户端界面,查看主机名。记录需要限制网速的设备对应的ip地址。
3、进入路由器高级中的带宽控制设置界面,输入需要限制网速的设备对应的ip地址所在范围,设置限制宽带,点击启用即可。

‘贰’ 想换一个路由器,带监控网络流量,以及可以控制P2P下载流量功能的

艾泰的路由器不错,我们公司一直在用,可以控制流量,限制p2p,价格有800-1000块钱吧,他们的网站 www.utt.com.cn

‘叁’ 小成本进行远程视频监控,选哪款路由器合适

小成本可以选择蒲公英R300A路由器,200多块,还带智能组网功能。

‘肆’ 哪款路由器适用于远程视频监控

建议选择选择蒲公英R300A路由器,还带智能组网功能,可以轻松实现远程视频监控。

‘伍’ 高清网络监控用哪个路由器的牌子最好

D-Link 品牌的不错,有高清的,还支持红外探测,带云功能,支持手机APP远程随时监管,探测报警等功能。

‘陆’ 什么牌子的路由器带有监控家里的一举一动啊

只要有网络,什么路由都是能用,监控家中的情况那就是装摄像头。

‘柒’ 路由器ip流量监控

使用路由器作流量检测的几个手段
一、ip accounting

1、配置方法

router(config)#int s 0/0

router(config-if)#ip accounting output-packets

router#sh ip accounting output-packets

Source Destination Packets Bytes

192.1.1.110 192.1.1.97 5 500

172.17.246. 128 192.1.1.110 8 704

Accounting data age is 2d23h

或者

router(config)#int s 0/0

router(config-if)#ip accounting access-violations

router#sh ip accounting [checkpoint] access-violations

Source Destination Packets Bytes ACL

192.1.1.110 224.0.0.5 46 3128 19

Accounting data age is 7

2、说明

●此方法如果在路由器负载特大的时候请谨慎使用,因其会使系统性能下降
● 基于地址对的字节数量及数据包数量统计

● 通常只支持outbound的数据包,及被ACL拒绝的数据包(支持IN 和 OUT方向的ACL)

● 只统计穿越路由器的流量,源或目的是该路由器的数据包不做统计

● 支持所有的switching path,除了Autonomous Switching

● 可以通过SNMP来访问统计值,MIB是OLD-CISCO-IP-MIB, lipAccountingTable

● ip accounting还支持其他的监测方式,如基于tos,mac-address等

二、netflow

1、配置方法

router (config-if)#ip route-cache flow

router (config)#ip flow-export destination 172.17.246.225 9996

router (config)#ip flow-export version 5 <peer-as | origin-as>

Optional configuration

router (config)#ip flow-export source loopback 0

router (config)#ip flow-cache entries <1024-524288>

router (config)#ip flow-cache timeout

sh ip cache flow

IP packet size distribution (132429191 total packets):

1-32 64 96 128 160 192 224 256 288 320 352 384 416 448 480

.000 .191 .024 .009 .010 .006 .005 .008 .003 .005 .003 .003 .002 .001 .001

512 544 576 1024 1536 2048 2560 3072 3584 4096 4608

.001 .002 .107 .032 .578 .000 .000 .000 .000 .000 .000

IP Flow Switching Cache, 278544 bytes

33 active, 4063 inactive, 7975259 added

104834714 ager polls, 0 flow alloc failures

Active flows timeout in 30 minutes

Inactive flows timeout in 15 seconds

last clearing of statistics never

Protocol Total Flows Packets Bytes Packets Active(Sec) Idle(Sec)

-------- Flows /Sec /Flow /Pkt /Sec /Flow /Flow

TCP-Telnet 25378 0.0 12 652 0.0 22.9 15.2

TCP-FTP 432435 0.1 4 59 0.4 1.2 2.7

TCP-FTPD 28670 0.0 212 1397 1.4 8.2 1.6

TCP-WWW 4682530 1.0 15 927 16.4 2.4 4.6

2、说明

● 统计基于流(包括地址对、端口号、协议类型等)的数据量

● 只支持inbound的流量

● 只支持单播

● 只能在主端口配置

● 需要和cef或fast switching一起使用

● 对路由器性能有影响

10,000 active flows: < 4% of additional CPU utilization

45,000 active flows: <12% of additional CPU utilization

65,000 active flows: <16% of additional CPU utilization

三、NBAR

1、配置方法

router(config)# interface FastEthernet 0/1

router(config-if)# ip nbar protocol discovery

router# show ip nbar protocol -discovery interface FastEthernet 6/0

FastEthernet6/0

Input Output

Protocol Packet Count Packet Count

Byte Count Byte Count

5 minute bit rate (bps) 5 minute bit rate (bps)

------------------------ ------------------------ ------------------------

http 316773 0

26340105 0

3000 0

pop3 4437 7367

2301891 339213

3000 0

snmp 279538 14644

319106191 673624

0 0



Total 17203819 151684936

19161397327 50967034611

4179000 6620000

2、说明

● NBAR识别从4层到7层的协议信息

●可以基于端口统计input 和output 的bit rate (bps), packet counts, byte counts

● 只能在cef或dcef的基础上运行

● 不象netflow,没有流的概念。主要是统计目前网络中有那一些应用

四、access-list log

1、配置方法

router(config)# access-list 118 permit ip any any log

router(config)# interface FastEthernet 0/1

router(config-if)# ip access-group 118 out

router# show log

router>sh log

Syslog logging: enabled (0 messages dropped, 0 messages rate-limited, 0 flushes,

0 overruns)

Console logging: level debugging, 79 messages logged

Monitor logging: level debugging, 0 messages logged

Buffer logging: level debugging, 79 messages logged

Logging Exception size (4096 bytes)

Trap logging: level informational, 83 message lines logged

Log Buffer (4096 bytes):

*May 25 05:27:50: %SEC-6-IPACCESSLOGP: list 118 permitted tcp 10.1.64.71(0) -> 10.0.29.3(0), 1 packet

*May 25 05:28:59: %SEC-6-IPACCESSLOGP: list 118 permitted tcp 10.1.64.71(0) -> 10.0.28.128(0), 1 packet

*May 25 05:29:19: %SEC-6-IPACCESSLOGP: list 118 permitted tcp 10.1.64.71(0) -> 10.0.29.3(0), 56 packets

2、说明

● 可以使用于任何端口的input 或者output

● 可以看到目前端口上跑的应用

● 没有统计信息,只能看到有那一些地址,看不到应用统计

‘捌’ 想进行远程视频监控,有什么路由器内置内网穿透功能

蒲公英的R300系列就配置了内网穿透功能,而且操作简单。希望我的回答能够让您满意

‘玖’ 什么牌子的路由器带有监控家里的一举一动啊

华硕路由器可以在手机上安装一个app后,远程对路由器进行管理。也可以远程查看路由器的运行状况,并进行设置。

阅读全文

与能监控网络流的路由器相关的资料

热点内容
华为禁了网络的软件如何打开 浏览:307
空间站的无线网络是怎么搞的 浏览:726
新的路由器电脑怎么连接网络 浏览:952
通话有网络怎么设置苹果 浏览:24
苹果手机美版有锁支持什么网络 浏览:936
计算机网络子网掩码如何算 浏览:510
网络诈骗套现多少立案 浏览:261
网络突然变成感叹号为什么 浏览:650
ibig硬盘设置网络 浏览:120
无线网络遭到攻击的危害 浏览:667
微信网络运行安全的因素包括哪些 浏览:646
神经网络做什么 浏览:87
小爱音响为什么连不了网络 浏览:323
宾馆网络异常导致认证失败 浏览:640
家里安装5g网络一年多少钱 浏览:901
企业微信电脑版登录显示网络连接错误 浏览:582
小区无线网络设备 浏览:130
网络连接谷歌浏览器打不开 浏览:256
绿岸网络醉逍遥手机版 浏览:7
一拖6的网络需要什么设备 浏览:945

友情链接