- 论坛徽章:
- 0
|
环境
6509 一台,部分配置为
no aaa new-model
clock timezone GMT 8
vtp domain xingmei
vtp mode transparent
ip subnet-zero
!
spanning-tree mode pvst
spanning-tree extend system-id
diagnostic cns publish cisco.cns.device.diag_results
diagnostic cns subscribe cisco.cns.device.diag_commands
!
redundancy
mode sso
main-cpu
auto-sync running-config
!
snmp配置为
snmp-server community 6509 RO
上行级联为 1G * 8 到 思科 7609 ,一个 port-channel 2 。
从设备上 show int port-channel 2 显示为
5 minute input rate 284458000 bits/sec, 173512 packets/sec
5 minute output rate 2889942000 bits/sec, 265596 packets/sec
就是说实际的数据为 2.88 G 。
从设备上 show int g3/1 显示为
5 minute input rate 11525000 bits/sec, 19909 packets/sec
5 minute output rate 362944000 bits/sec, 32004 packets/sec
就是实际数据为 362 M ,8个口相同的。
但是问题在,我使用 mrtg抓取流量。
图表显示的 G3/1----G3/8 的数据才是各 120M 左右。
图表显示的 port-channel 2 的数据也是 120M 左右。
这个是MRTG文件部分内容
# Created by
# cfgmaker 6509@192.168.60.1 --global 'workdir: d:\6509' --output 6509.cfg
RunAsDaemon:yes;
### Global Config Options
# for UNIX
# WorkDir: /home/http/mrtg
# or for NT
# WorkDir: c:\mrtgdata
### Global Defaults
# to get bits instead of bytes and graphs growing to the right
Options[_]: growright, bits
EnableIPv6: no
请问如下问题:
1,为何mrtg为提取到真实的 交换机数据。
2,如果让mrtg提取到真实的数据并完全显示出来。
有个同学告诉我说,snmp 并不是对所有的数据都感兴趣,所以没有显示完全。
但是这个配置方法,在 3560上,显示的却非常真实。
msn kissnow.net#gmail.com
欢迎指教。 |
-
未命名1.jpg
(321.65 KB, 下载次数: 46)
8个 1G 的口
-
未命名2.jpg
(46.53 KB, 下载次数: 41)
包含8个G口的 PORT-CHANNEL
|