好消息,超酷的在线虚拟网络实验室上线了!点击开始实验

为获得更好的浏览效果,建议您使用 Firefox 或者 Chrome 浏览器



MSR系列路由器IP Accounting功能配置

关键字:MSR;IP Accounting

一、组网需求

路由器MSR分别和两台主机PCAPCB通过以太网接口连接起来,要求在MSR的接口Ethernet0/0上启动IP Accounting功能,统计经过该接口的PCAPCB之间的IP报文,并且统计信息每24小时老化一次。

二、组网图

设备清单:MSR路由器      1

          PC            2

三、配置步骤

设备和版本:MSR系列、Version 5.20, Release 1508P02

MSR 配置

#

 sysname MSR

#

 ip count enable        //使能IP包统计功能

 ip count timeout 1440  //设置统计表项的老化时间为24小时

 ip count rule 1.1.1.0 255.255.255.0  //1.1.1.0网段数据包进行统计

 ip count rule 2.2.2.0 255.255.255.0  //2.2.2.0网段数据包进行统计

#

interface Ethernet0/0

 port link-mode route

 ip address 1.1.1.1 255.255.255.0

 ip count inbound-packets    //统计进入接口的IP包数量

 ip count outbound-packets   //统计从接口出去的IP包数量

#

interface Ethernet0/1

 port link-mode route

 ip address 2.2.2.1 255.255.255.0

#

四、配置关键点

1、PCAping 2.2.2.2,然后查看IP包的统计信息如下:

[MSR]display ip count inbound-packets interior 

 5 Inbound streams information in interior list:

  SrcIP           DstIP           Protocol     Pkts       Bytes

 1.1.1.2         2.2.2.2         ICMP         4          240

2、统计的规则只能基于IP网段;

X Close
X Close