To add the printer OID to the field certification file:
-
Open the oid2type_Field.conf file by using the sm_edit utility in the BASEDIR/smarts/bin directory.
# cd BASEDIR /smarts/bin # sm_edit conf/discovery/oid2type_Field.conf
-
Type the following lines at the bottom of the oid2type_Field.conf file.
These lines create an instance of the SM_Printer class each time this model printer, designated by the OID (.1.3.6.1.4.1.253.8.62.1.19.3.1.3), is discovered in the network. The TYPE attribute designates this OID as a member of the SM_Printer class.
.1.3.6.1.4.1.253.8.62.1.19.3.1.3 { TYPE = SM_Printer VENDOR = XEROX MODEL = Xerox Phaser 5500 CERTIFICATION = TEMPLATE INSTRUMENTATION: Interface-Fault = MIB2 Interface-Performance = MIB2 }
-
Save and close the oid2type_Field.conf file.
The modified version of the file is saved to the BASEDIR/smarts/local/conf/discovery directory.