The
IFDescrPatternIFExt parameter in
tpmgr-param.conf can be used to force Smarts to discover interface(s) without an IP address configured.
The below example is based on the Juniper EX3300-24T certification which utilizes the Juniper-EX-Series containment driver for discovery of interface with "
ge-0/1/0" in the description:
# Juniper EX3300-24t
.1.3.6.1.4.1.2636.1.1.1.2.76 {
TYPE = Switch
VENDOR = Juniper
MODEL = EX3300-24t
CERTIFICATION = CERTIFIED
CONT = Juniper-EX-Series
....
- Add IFDescrPatternIFExt.1.3.6.1.4.1.2636.1.1.1.2.76 *ge-0/1/0* in tpmgr-param.conf (sm_edit conf/discovery/tpmgr-param.conf)
- Modify Juniper-EX-Series containment driver (sm_edit conf/discovery/DISCOVERY_JUNIPER.import) as per below:
GA_CompoundDriver::Containment-Juniper-EX-Series-Driver {
drivers = {
{"Containment-Create-Interface-Driver", 10},
{"Containment-IfMIB-Stack-Driver", 15},
{"Containment-Create-Interface-Ext-Driver", 20},
{"Juniper-Port-Creation-Driver", 25},
{"DOT3-Duplex-Driver",30},
{"Containment-IfTable-Driver", 35},
{"Juniper-Card-Rel-Driver", 40}
}
waitForCompletion = TRUE
}
Containment-Create-Interface-Ext-Driver was added.
- Restart domain, then delete and discover the device.