CISCO PIX防火墙系统管理(3)

http://tech.ddvip.com   2006年04月03日    社区交流 收藏本文

本文详细介绍CISCO PIX防火墙系统管理(3)

  在HP OpenView Browse MIB应用的“MIB值”窗口中,MIB查询范例生成以下信息:

  cfwConnectionStatDescription.40.6 :number of connections currently in use by the entire firewall

  cfwConnectionStatDescription.40.7 :highest number of connections in use at any one time since system startup

  cfwConnectionStatCount.40.6 :0

  cfwConnectionStatCount.40.7 :0

  cfwConnectionStatValue.40.6 :15

  cfwConnectionStatValue.40.7 :88

  在此表中,表索引cfwConnectionStatService作为.40附在每个随后对象之后,而表索引cfwConnectionStatType则为.6 (表示在用的连接数) 或.7(表示最多使用的连接数)。cfwConnectionStatValue对象然后可列出连接数。cfwConnectionStatCount对象常返回0值。

  浏览系统缓存使用率(Viewing System Buffer Usage)

  您可在多行cfwBufferStats表中浏览Cisco防火墙MIB的系统缓存使用率。系统缓存使用率提供了PIX防火墙达到其容量限制的早期报警。在命令行上,您可用show blocks命令来浏览此信息。以下是show blocks命令的输出范例,显示了cfwBufferStatsTable是如何传播的。

  show blocks

  SIZE MAX LOW CNT

  4 1600 1600 1600

  80 100 97 97

  256 80 79 79

  1550 780 402 404

  65536 8 8 8

  您可在以下路径浏览cfwBufferStatsTable:

  .iso.org.dod.internet.private.enterprises.cisco.ciscoMgmt.ciscoFirewallMIB. ciscoFirewallMIBObjects.cfwSystem.cfwStatistics.cfwBufferStatsTable

  下表列出了浏览系统块使用率所需的对象。

  对象
对象类型
第一行:返回值
下一行:返回值
下一行:返回值
CfwBufferStatSize(表索引)
Unsigned32
Integer(SIZE值;例如,4字节块则为4)
Integer(SIZE值;例如,4字节块则为4)
Integer(SIZE值;例如,4字节块则为4)
CfwBufferStatType(表索引)
ResourceStatistics
3(最大)
5(最低)
8(当前)
cfwBufferStatInformation
SnmpAdminString
已分配integer字节块的最大数目(integer是块中的字节数)
自启动以来可用的最少integer字节块(integer是块中的字节数)
当前的可用integer字节块的数目(integer是块中的字节数)
cfwBufferStatValue
Gauge32
integer(最大值)
integer(最低值)
integer(当前值)

责编:豆豆技术应用

正在加载评论...