Port channel interfaces are not being created in Smarts for Cisco devices running CDP
book
Article ID: 303798
calendar_today
Updated On:
Products
VMware Smart Assurance
Issue/Introduction
Port Channel Interfaces are not being created in the Smarts IP topology after Smarts discovery of Cisco devices with CDP enabled.
Environment
VMware Smart Assurance - SMARTS
Resolution
To enable smarts to create interfaces in this environment:
- Open the tpgmr-param.conf file in /local/conf/discovery directory.
- Add the following line
#4846 layer 3 switch [create PortChannel interfaces]
IFDescrPatternIFExt.1.3.6.1.4.1.9.1.626 *port*channel*
Note: You can add the sysoids for the devices in question.
- Save and close the tpgmr-param.conf file.
- Open the the DISCOVERY_CISCO.import driver file located in \local\conf\discovery directory.
- Add the line where indicated in the following:
GA_CompoundDriver::Containment-Cisco-Switch-Driver {
drivers = {
{"Containment-Create-Interface-Driver", 10},
{"Containment-Create-Interface-Ext-Driver", 15}, <---- add this line
{"Containment-Create-Port-IfDescr-Driver", 20},
{"Cisco-Check-IpSec-Driver", 25},
{"Containment-IfMIB-Stack-Driver", 30},
{"Containment-IfTable-Driver", 40}
}
waitForCompletion = TRUE
}
- Save and close the DISCOVERY_CISCO.import driver file.
Feedback
thumb_up
Yes
thumb_down
No