Target name for cpu metric changed for Cisco 6807 in snmpcollector probe monitoring
search cancel

Target name for cpu metric changed for Cisco 6807 in snmpcollector probe monitoring

book

Article ID: 214297

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM) CA Unified Infrastructure Management On-Premise (Nimsoft / UIM) CA Unified Infrastructure Management SaaS (Nimsoft / UIM)

Issue/Introduction

Target name for cpu changed  for Cisco Catalyst 6807-XL 

 

 

 

 

Environment

  • DX UIM 20.3.x /20.4.x or higher
  • snmpcollector 4.03 HF3 or higher
  • Device_Certification_Deployer 3.50 or higher

Resolution

CPU Naming: "CPU " + (isdef(entPhysicalName) ? (entPhysicalName + " ") : "") + cpmCPUIndex

Value entPhysicalName in mibwalk:

1.3.6.1.2.1.47.1.1.1.1.7.1001 , OctetString , CPU of Module 5
1.3.6.1.2.1.47.1.1.1.1.7.2001 , OctetString , CPU of Module 6
1.3.6.1.2.1.47.1.1.1.1.7.3001 , OctetString , CPU of Module 2
1.3.6.1.2.1.47.1.1.1.1.7.4001 , OctetString , CPU of Switching Processor 3
1.3.6.1.2.1.47.1.1.1.1.7.5012 , OctetString , CPU of Routing Processor 4

Because the entPhysicalName has "CPU" in its name so when it generates the CPU, CPU name will have two "CPU" in its name.

 

Fixed in DCD 3.7 .Please deploy DCD 3.7 or higher 

Additional Information