/*
	Saved by: SNMP MIB Application Builder
	    Date: Wed Apr  8 15:48:45 1998
*/

Application "SWNetInterface" : "mibappl"
{
    Version "OpenView NNM 5.01";
    Description {
        "SNMP MIB Monitoring Application",
        "Created by:",
        "    OpenView Network Node Manager 5.01",
        "    SNMP MIB Application Builder",
    }
    Copyright {
        "(c) Copyright 1992-1997 Hewlett-Packard Co.",
        "All rights reserved",
    }
    MenuBar "DIGITAL" 
    {
              "Network"   Context (AllContexts)  f.menu "DIGITAL->Network";
    }
    Menu "DIGITAL->Network"
    {
              "Interfaces"   Context (AllContexts)  f.action "SWNetInterface";
    }
    Action "SWNetInterface"
    {
        SelectionRule ((isSNMPSupported)||(isSNMPProxied))&&(isDECAgentEnabled);
        MinSelected 1;
        CallbackArgs "\\
            -commandTitle \"Network Interfaces\" \\
            -headingLine 4 \\
            -dataLine 5 \\
            -appendSelectList -appendSelectListToTitle \\
            -textFile \"ovmib/OVW/Functions/SWNetInterface\" \\
            -cmd mibtable \\
            -table \".1.3.6.1.2.1.2.2.1\" \\
            -fields \"Index=1:11,Description=2:40,Type=3:22,Status=8:7,MTU=4:11,Speed=5:10,Address=6:18\" \\
           -node ";
        Command -Shared "xnmappmon";
    }
}

