Smarts IP/Cisco: Which OIDs do Smarts IP domain managers poll for the Interface-Fault, Interface-Performance and Interface-Ethernet-Performance MIBs of Cisco devices?
search cancel

Smarts IP/Cisco: Which OIDs do Smarts IP domain managers poll for the Interface-Fault, Interface-Performance and Interface-Ethernet-Performance MIBs of Cisco devices?

book

Article ID: 304348

calendar_today

Updated On:

Products

VMware

Issue/Introduction

Symptoms:


Which OIDs do Smarts IP domain managers poll for the Interface-Fault, Interface-Performance and Interface-Ethernet-Performance MIBs of Cisco devices?

Environment

VMware Smart Assurance - SMARTS

Resolution

Typical Cisco device certifications contain the Interface-Fault, Interface-Performance and Interface-Ethernet-Performance settings as shown in the following INSTRUMENTATION extract:

INSTRUMENTATION:
    Interface-Fault                     = MIB2
    Interface-Performance               = MIB2
    Interface-Ethernet-Performance     = CiscoRouter_Ethernet

For such certifications, Smarts IP servers poll the following OIDs:

From MIB2
instrument SNMP {
ifAdminStatus = "1.3.6.1.2.1.2.2.1.7",
ifOperStatus = "1.3.6.1.2.1.2.2.1.8"

};

From CiscoRouter_Ethernet
instrument SNMP {
locIfInputQueueDrops = "1.3.6.1.4.1.9.2.2.1.1.26",
locIfOutputQueueDrops = "1.3.6.1.4.1.9.2.2.1.1.27",
locIfCollisions = "1.3.6.1.4.1.9.2.2.1.1.25",
locIfInRunts = "1.3.6.1.4.1.9.2.2.1.1.10",
locIfInGiants = "1.3.6.1.4.1.9.2.2.1.1.11",
locIfInCRC = "1.3.6.1.4.1.9.2.2.1.1.12",
locIfInFrame = "1.3.6.1.4.1.9.2.2.1.1.13",
locIfInIgnored = "1.3.6.1.4.1.9.2.2.1.1.15",
locIfInAbort = "1.3.6.1.4.1.9.2.2.1.1.16"

};