LinkUpDownTrapEnable - "Status of link up/down trap enable 1=enabled, 2 = disabled = 3"
Resolution
The Smarts software is working as designed. The value of LinkUpDownTrapEnable is set as 3 by default in the Smarts IP software when the feature is disabled (1.3.6.1.2.1.31.1.1.1.14.X = 2) on any device other than a Cisco device.
The tpmgr-param.conf file allows for using the LinkUpDownTrapEnable to control how Smarts manages Cisco switch ports, as can be seen below:
# UseifLinkUpDownTrapEnableUse # Controls whether the IP Manager uses the value of ifLinkUpDownTrapEnable (.1.3.6.1.2.1.31.1.1.1.14) to # manage or unmanage Cisco switch ports: # A value of TRUE indicates that the IP Manager uses the value of ifLinkUpDownTrapEnable to manage or # unmanage Cisco switch ports. # A value of FALSE indicates that the IP Manager does not use the value of ifLinkUpDownTrapEnable to # manage or unmanage Cisco switch ports. # # Default Value = FALSE # UseifLinkUpDownTrapEnable FALSE
In our SMARTS code, this attribute is used only for Cisco devices and not for other devices.
Additional Information
An Enhancement Request has been submitted requesting support for none-Cisco devices.