用于物理内存的 Cisco MIB

网络工程 思科
2021-07-31 16:35:18
router#show ver

4194304K bytes of physical memory.

有谁知道 cisco 路由器物理内存的 mib 吗?大量使用内存的示例等。

编辑:

在思科的土地上没有什么是容易的

-sh-4.1$ snmpwalk -v2c -c r2 router 1.3.6.1.4.1.9.9.195.1.1.1.1
SNMPv2-SMI::enterprises.9.9.195.1.1.1.1.7000 = Gauge32: 1845398136

-sh-4.1$ snmpwalk -v2c -c r2 router 1.3.6.1.4.1.9.3.6.6
SNMPv2-SMI::enterprises.9.3.6.6.0 = INTEGER: 790666272

Router# sh ver
4194304K bytes of physical memory.

两者看起来不一样?

1个回答

OLD-CISCO-CHASSIS-MIB::processorRam 但是自 IOS 12.0 以来,该 MIB 已被弃用。

-- *****************************************************************
-- OLD-CISCO-CHASSIS-MIB.my:  Cisco Chassis MIB file
--
--
-- May 1994, Jeffrey T. Johnson
--
-- Copyright (c) 1994-2008 by cisco Systems, Inc.
-- All rights reserved.
--
-- NOTE WELL
-- Starting with IOS 12.0, all objects defined in this mib have been
-- deprecated.  They have been replaces with objects defined in the
-- ENTITY-MIB.my document. Management applications should no longer
-- be examining the objects defined in this document.
-- NOTE WELL
-- 
-- *****************************************************************

CISCO-ENTITY-EXT-MIB::ceExtProcessorRam是他们移动它的地方。(7年后。)


来自我的 2851:

Cisco 2851 (revision 1.0) with 1032192K/16384K bytes of memory.
CISCO-ENTITY-EXT-MIB::ceExtProcessorRam.3 = Gauge32: 1073741824 bytes
OLD-CISCO-CHASSIS-MIB::processorRam.0 = INTEGER: 1056964608

实体mib是处理器+io内存(都是物理内存),老机箱mib只显示处理器内存(顾名思义)

如果配置了service-engine,那么物理内存是分区的,可能不会反映在SNMP中。