
/*****
 ***
 *      Global capabilities.
 ***
 *****/

Field "vendor" {
        Type    Enumeration;
        Flags   capability, general, locate;
        Enumeration 
		"Unset",
                "Lexmark";
}



/*****
 ***
 * SNMPAgent is a mix of software vendor and the hardware it runs on.
 * It is used by various applications to trigger the correct menu items
 * that the agent supports.  This is typically set by the discovery
 * application based on SNMP sysObjectId of the agent.
 * See netmon's man page.
 ***
 *****/

Field "SNMPAgent" {
        Type Enumeration;
        Flags   capability, general, locate;
        Enumeration
                "Unset",
                "Lexmark Marknet";
}

/*****
 ***
 *      Interface information -- mostly obtained via SNMP.
 ***
 *****/

Field "SNMP ifType" {
        Type    Enumeration;
        Flags   locate;
        Enumeration     "Unset",
                	"Lexmark MarkVision";
}

