SNMP MIB Search

   Sample: altiga stat   Advanced Search
Donate your MIB  
Search:   
   
 
Return to vendor list
View objects
Download mib file
Vendor: Wellfleet
Mib: Wellfleet-APPN-MIB
Version: 1


Mib source:
Wellfleet-APPN-MIB DEFINITIONS ::= BEGIN

-- Created by mdl2asn version 3.1
-- Creation date: Wed Aug 30 16:36:03 EDT 1995


    IMPORTS

      Counter, Gauge
        FROM RFC1155-SMI
      OBJECT-TYPE
        FROM RFC-1212
      DisplayString
        FROM RFC1213-MIB
      wfAppnGroup
        FROM Wellfleet-COMMON-MIB;

    wfAppnNode            OBJECT IDENTIFIER ::= { wfAppnGroup 1 }
    wfAppnNodeInfoAndCaps	OBJECT IDENTIFIER ::= { wfAppnNode 1 }
    wfAppnNn              OBJECT IDENTIFIER ::= { wfAppnGroup 2 }
    wfAppnNnTopology      OBJECT IDENTIFIER ::= { wfAppnNn 3 }
    wfAppnLocalTopology   OBJECT IDENTIFIER ::= { wfAppnGroup 3 }
    wfAppnLocalThisNode   OBJECT IDENTIFIER ::= { wfAppnLocalTopology 1 }
    wfAppnDirectory       OBJECT IDENTIFIER ::= { wfAppnGroup 4 }
    wfAppnCos             OBJECT IDENTIFIER ::= { wfAppnGroup 5 }
    wfAppnTps             OBJECT IDENTIFIER ::= { wfAppnGroup 6 }
    wfAppnDlu             OBJECT IDENTIFIER ::= { wfAppnGroup 7 }
  

    wfAppnNodeDelete OBJECT-TYPE
        SYNTAX	INTEGER {
    		    created(1),
    		    deleted(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Create/Delete parameter. Default is created.
                Users perform an SNMP SET operation on this
                object in order to create/delete the APPN Node."
        DEFVAL	{ created }
        ::= { wfAppnNodeInfoAndCaps 1 }

    wfAppnNodeDisable OBJECT-TYPE
        SYNTAX	INTEGER {
    		    enable(1),
    		    disable(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Enable/Disable parameter. Default is enabled.
                Users perform an SNMP SET operation on this
                object in order to enable/disable the APPN Node."
        DEFVAL	{ enable }
        ::= { wfAppnNodeInfoAndCaps 2 }

    wfAppnNodeState OBJECT-TYPE
        SYNTAX	INTEGER {
    		    up(1),
    		    down(2),
    		    init(3),
    		    notpresent(4)
    		}
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "The current state of the APPN CP."
        DEFVAL	{ notpresent }
        ::= { wfAppnNodeInfoAndCaps 3 }

    wfAppnNodeCpName OBJECT-TYPE
        SYNTAX	DisplayString
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Administratively-assigned network name
                for this node in the format NETID.CPNAME."
        ::= { wfAppnNodeInfoAndCaps 4 }

    wfAppnNodeNetid OBJECT-TYPE
        SYNTAX	DisplayString
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Administratively-assigned APPN network identification,
                which can be from one to eight characters.
                This ID is used with the control point name
                to create a fully-qualified control point name."
        ::= { wfAppnNodeInfoAndCaps 5 }

    wfAppnNodeBlockNum OBJECT-TYPE
        SYNTAX	DisplayString
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "The block number is the first three digits of the node_id.
                These 3 hexadecimal digits identify the product."
        ::= { wfAppnNodeInfoAndCaps 6 }

    wfAppnNodeIdNum OBJECT-TYPE
        SYNTAX	DisplayString
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "The ID number is the last 5 digits of the node_id.
                These 5 hexadecimal digits are administratively defined and
                combined with the 3 digit block number from the node_id.
                This node_id is used to identify the local node and is included
                in APPN alerts as well as being included in XIDs.  A unique
                value is required for connections to SNA sub-area."
        ::= { wfAppnNodeInfoAndCaps 7 }

    wfAppnNodeType OBJECT-TYPE
        SYNTAX	INTEGER {
    		    nn(1),
    		    en(2),
    		    len(4)
    		}
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Type of APPN node, either Network Node, End Node, or Low Entry Networking Node.
                This node is always a Network Node."
        ::= { wfAppnNodeInfoAndCaps 8 }

    wfAppnNodeUpTime OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Time (in hundredths of a second) since this APPN node
                was initialized."
        ::= { wfAppnNodeInfoAndCaps 9 }

    wfAppnNodeNegotLs OBJECT-TYPE
        SYNTAX	INTEGER {
    		    yes(1),
    		    no(2)
    		}
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Indicates whether this node supports negotiable
                link stations."
        ::= { wfAppnNodeInfoAndCaps 10 }

    wfAppnNodeSegReasm OBJECT-TYPE
        SYNTAX	INTEGER {
    		    yes(1),
    		    no(2)
    		}
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Indicates whether this node supports segment
                reassembly.  This is only supported when
                segment generation is also supported."
        ::= { wfAppnNodeInfoAndCaps 11 }

    wfAppnNodeBindReasm OBJECT-TYPE
        SYNTAX	INTEGER {
    		    yes(1),
    		    no(2)
    		}
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Indicates whether this node supports Bind segment
                reassembly.  This will only be supported when Bind
                segment generation is also supported."
        ::= { wfAppnNodeInfoAndCaps 12 }

    wfAppnNodeParallelTg OBJECT-TYPE
        SYNTAX	INTEGER {
    		    yes(1),
    		    no(2)
    		}
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Indicates whether this node supports parallel TGs."
        ::= { wfAppnNodeInfoAndCaps 13 }

    wfAppnNodeService OBJECT-TYPE
        SYNTAX	INTEGER {
    		    yes(1),
    		    no(2)
    		}
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Indicates whether this node allows call-in from nodes not
                defined locally."
        ::= { wfAppnNodeInfoAndCaps 14 }

    wfAppnNodeAdaptiveBindPacing OBJECT-TYPE
        SYNTAX	INTEGER {
    		    yes(1),
    		    no(2)
    		}
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Indicates whether this node supports adaptive bind pacing."
        ::= { wfAppnNodeInfoAndCaps 15 }

    wfAppnNodeNnRcvRegChar OBJECT-TYPE
        SYNTAX	INTEGER {
    		    yes(1),
    		    no(2)
    		}
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Indicates whether this node supports receiving registered
                characteristics."
        ::= { wfAppnNodeInfoAndCaps 16 }

    wfAppnNodeNnGateway OBJECT-TYPE
        SYNTAX	INTEGER {
    		    yes(1),
    		    no(2)
    		}
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Indicates whether this is a gateway node."
        ::= { wfAppnNodeInfoAndCaps 17 }

    wfAppnNodeNnCentralDirectory OBJECT-TYPE
        SYNTAX	INTEGER {
    		    yes(1),
    		    no(2)
    		}
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Indicates whether this node supports central directory
                cache."
        ::= { wfAppnNodeInfoAndCaps 18 }

    wfAppnNodeNnTreeCache OBJECT-TYPE
        SYNTAX	INTEGER {
    		    yes(1),
    		    no(2)
    		}
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Indicates whether this node supports Route Tree caching."
        ::= { wfAppnNodeInfoAndCaps 19 }

    wfAppnNodeNnTreeUpdate OBJECT-TYPE
        SYNTAX	INTEGER {
    		    yes(1),
    		    no(2)
    		}
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Indicates whether this node supports
                incremental_tree_update, which is only
                supported when tree caching is supported."
        ::= { wfAppnNodeInfoAndCaps 20 }

    wfAppnNodeNnRouteAddResist OBJECT-TYPE
        SYNTAX	INTEGER(0..255)
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Route addition resistance is a value that
                indicates the relative desirability
                of using this node for intermediate session traffic.
                The value, which can be any integer 0-255,
                is used in route computation.  The lower the value,
                the more desirable the node is for intermediate routing."
        DEFVAL	{ 128 }
        ::= { wfAppnNodeInfoAndCaps 21 }

    wfAppnNodeNnIsr OBJECT-TYPE
        SYNTAX	INTEGER {
    		    yes(1),
    		    no(2)
    		}
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Indicates whether the node supports intermediate
                session routing."
        ::= { wfAppnNodeInfoAndCaps 22 }

    wfAppnNodeNnFrsn OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Flow reduction sequence numbers (FRSNs) are associated
                with Topology Database Updates (TDUs) and are unique
                only within each APPN network node.  A TDU can be
                associated with multiple APPN resources. This object
                is the last FRSN sent in a topology update to
                adjacent network nodes."
        ::= { wfAppnNodeInfoAndCaps 23 }

    wfAppnNodeModeToCosDisable OBJECT-TYPE
        SYNTAX	INTEGER {
    		    enable(1),
    		    disable(2)
    		}
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Indicates whether Mode to Cos mapping is supported"
        ::= { wfAppnNodeInfoAndCaps 24 }

    wfAppnNodeMdsDisable OBJECT-TYPE
        SYNTAX	INTEGER {
    		    enable(1),
    		    disable(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Enables Multiple Domain Support"
        DEFVAL	{ enable }
        ::= { wfAppnNodeInfoAndCaps 25 }

    wfAppnNodeRegWithCdsDisable OBJECT-TYPE
        SYNTAX	INTEGER {
    		    enable(1),
    		    disable(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Enable Registration of Local and Domain  resources with Central Directory Server"
        DEFVAL	{ enable }
        ::= { wfAppnNodeInfoAndCaps 26 }

    wfAppnNodeAlertQSize OBJECT-TYPE
        SYNTAX	INTEGER(2..2147483647)
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Size of the MDS Send Alert Queue Size"
        DEFVAL	{ 10 }
        ::= { wfAppnNodeInfoAndCaps 27 }

    wfAppnNodeCosCacheSize OBJECT-TYPE
        SYNTAX	INTEGER(8..2147483647)
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Size of the COS Database weights cache This should be set to the number of COSs defined"
        DEFVAL	{ 8 }
        ::= { wfAppnNodeInfoAndCaps 28 }

    wfAppnNodeStoreEndpointRscvsDisable OBJECT-TYPE
        SYNTAX	INTEGER {
    		    enable(1),
    		    disable(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Store RSCVs for Endpoint sessions?"
        DEFVAL	{ enable }
        ::= { wfAppnNodeInfoAndCaps 29 }

    wfAppnNodeNnMaxLocates OBJECT-TYPE
        SYNTAX	INTEGER(8..2147483647)
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Maximum simultaneous Locates that this node will process"
        DEFVAL	{ 256 }
        ::= { wfAppnNodeInfoAndCaps 30 }

    wfAppnNodeNnDirCacheSize OBJECT-TYPE
        SYNTAX	INTEGER {
    		    def(100)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Maximum size (entry count) of the Directory Services cache."
        DEFVAL	{ def }
        ::= { wfAppnNodeInfoAndCaps 31 }

    wfAppnNodeNnMaxDirEntries OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Maximum Number of entries in Directory Database. A value of zero means unlimited"
        ::= { wfAppnNodeInfoAndCaps 32 }

    wfAppnNodeNnLocateTimeout OBJECT-TYPE
        SYNTAX	INTEGER {
    		    def(60)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Specifies a time (in seconds) before a network search will timeout.
                A value of zero means no timeout"
        DEFVAL	{ def }
        ::= { wfAppnNodeInfoAndCaps 33 }

    wfAppnNodeNnTreeCacheSize OBJECT-TYPE
        SYNTAX	INTEGER(8..2147483647)
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Size of the Topology Database routing tree cache."
        DEFVAL	{ 8 }
        ::= { wfAppnNodeInfoAndCaps 34 }

    wfAppnNodeNnTreeCacheUseLimit OBJECT-TYPE
        SYNTAX	INTEGER(1..2147483647)
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Number of times a cached Routing Tree will be used before it is recalculated"
        DEFVAL	{ 8 }
        ::= { wfAppnNodeInfoAndCaps 35 }

    wfAppnNodeNnMaxTdmNodes OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Maximum number of nodes in the topology database. A value of zero means unlimited"
        ::= { wfAppnNodeInfoAndCaps 36 }

    wfAppnNodeNnMaxTdmTgs OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Maximum number of TGs in the topology database. A value of zero means unlimited"
        ::= { wfAppnNodeInfoAndCaps 37 }

    wfAppnNodeNnMaxIsrSessions OBJECT-TYPE
        SYNTAX	INTEGER(100..2147483647)
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Maximum number of Intermediate Sessions that this node will route"
        DEFVAL	{ 1000 }
        ::= { wfAppnNodeInfoAndCaps 38 }

    wfAppnNodeNnIsrSessionUpperThresh OBJECT-TYPE
        SYNTAX	INTEGER {
    		    def(900)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "ISR Session Threshold at which the node is considered congested.
                This value must be less than that of wfAppnNodeNnMaxIsrSessions"
        DEFVAL	{ def }
        ::= { wfAppnNodeInfoAndCaps 39 }

    wfAppnNodeNnIsrSessionLowerThresh OBJECT-TYPE
        SYNTAX	INTEGER {
    		    def(800)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "ISR Session Threshold at which the node is no longer considered congested.
                This value must be less than that of wfAppnNodeNnIsrSessionUpperThresh"
        DEFVAL	{ def }
        ::= { wfAppnNodeInfoAndCaps 40 }

    wfAppnNodeNnIsrMaxRuSize OBJECT-TYPE
        SYNTAX	INTEGER(256..4096)
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Maximum RU size supported for intermediate sessions"
        DEFVAL	{ 4096 }
        ::= { wfAppnNodeInfoAndCaps 41 }

    wfAppnNodeNnIsrRcvPacingWindow OBJECT-TYPE
        SYNTAX	INTEGER(1..63)
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Receive Pacing window for intermediate sessions"
        DEFVAL	{ 7 }
        ::= { wfAppnNodeInfoAndCaps 42 }

    wfAppnNodeNnStoreIsrRscvsDisable OBJECT-TYPE
        SYNTAX	INTEGER {
    		    enable(1),
    		    disable(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Store RSCVs for intermediate sessions? (for network monitoring)"
        DEFVAL	{ enable }
        ::= { wfAppnNodeInfoAndCaps 43 }

    wfAppnNodeNnStoreDlurRscvsDisable OBJECT-TYPE
        SYNTAX	INTEGER {
    		    enable(1),
    		    disable(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Store RSCVs for DLUR sessions? (for network monitoring)"
        DEFVAL	{ enable }
        ::= { wfAppnNodeInfoAndCaps 44 }

    wfAppnNodeNnDlurDisable OBJECT-TYPE
        SYNTAX	INTEGER {
    		    enable(1),
    		    disable(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "This enables DLUR support for the Node"
        DEFVAL	{ enable }
        ::= { wfAppnNodeInfoAndCaps 45 }

    wfAppnNodeTotalAvailableMemory OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Total memory available to APPN"
        ::= { wfAppnNodeInfoAndCaps 46 }

    wfAppnNodeInUseMemory OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Memory in use by APPN"
        ::= { wfAppnNodeInfoAndCaps 47 }

    wfAppnNodeMemoryWarningThreshold OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Warning memory threshold"
        ::= { wfAppnNodeInfoAndCaps 48 }

    wfAppnNodeMemoryCriticalThreshold OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Critical memory threshold"
        ::= { wfAppnNodeInfoAndCaps 49 }

    wfAppnNodeHprDisable OBJECT-TYPE
        SYNTAX	INTEGER {
    		    enable(1),
    		    disable(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "This enables HPR support for the Node"
        DEFVAL	{ enable }
        ::= { wfAppnNodeInfoAndCaps 50 }

    wfAppnNodeHprPathSwitchCtrlrDisable OBJECT-TYPE
        SYNTAX	INTEGER {
    		    enable(1),
    		    disable(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "This enables HPR Path Switch Controller support for the Node"
        DEFVAL	{ disable }
        ::= { wfAppnNodeInfoAndCaps 51 }

    wfAppnNodeDebugIpsTraceDisable OBJECT-TYPE
        SYNTAX	INTEGER {
    		    enable(1),
    		    disable(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "This enables tracing of internal messages for debugging"
        DEFVAL	{ disable }
        ::= { wfAppnNodeInfoAndCaps 52 }

    wfAppnNodeDebugIpsTraceSize OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "This specifies the size of the IPS trace file for debugging"
        DEFVAL	{ 50000 }
        ::= { wfAppnNodeInfoAndCaps 53 }

    wfAppnNodeDefaultDlusName OBJECT-TYPE
        SYNTAX	DisplayString
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Fully-qualified name of the default primary DLUS node."
        ::= { wfAppnNodeInfoAndCaps 54 }

    wfAppnNodeDefaultBackupDlusName OBJECT-TYPE
        SYNTAX	DisplayString
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Fully-qualified name of the default backup DLUS node."
        ::= { wfAppnNodeInfoAndCaps 55 }

    wfAppnNodePdLogDisable OBJECT-TYPE
        SYNTAX	INTEGER {
    		    enable(1),
    		    disable(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "This enables logging of problem determination messages"
        DEFVAL	{ disable }
        ::= { wfAppnNodeInfoAndCaps 56 }

    wfAppnNodeDlusRetryTimeout OBJECT-TYPE
        SYNTAX	INTEGER(5..90)
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "This controls the timeout between retying pipe to the DLUS"
        DEFVAL	{ 10 }
        ::= { wfAppnNodeInfoAndCaps 57 }

    wfAppnNodeDlusRetryLimit OBJECT-TYPE
        SYNTAX	INTEGER(10..65535)
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "This controls the nubmer of retries for the pipe to teh DLUS; 65535 means forever"
        DEFVAL	{ 65535 }
        ::= { wfAppnNodeInfoAndCaps 58 }

    wfAppnNodeDlcTable OBJECT-TYPE
        SYNTAX	SEQUENCE OF WfAppnNodeDlcEntry
        ACCESS	not-accessible
        STATUS	mandatory
        DESCRIPTION
                "this table contains entries for each DLC configured for APPN use"
        ::= { wfAppnNode 2 }

    wfAppnNodeDlcEntry OBJECT-TYPE
        SYNTAX	WfAppnNodeDlcEntry
        ACCESS	not-accessible
        STATUS	mandatory
        DESCRIPTION
                "An entry in wfAppnNodeDlcTable."
        INDEX	{ wfAppnNodeDlcName }
        ::= { wfAppnNodeDlcTable 1 }

    WfAppnNodeDlcEntry ::= SEQUENCE {
    	    wfAppnNodeDlcDelete
    		INTEGER,
    	    wfAppnNodeDlcDisable
    		INTEGER,
    	    wfAppnNodeDlcName
    		DisplayString,
    	    wfAppnNodeDlcState
    		INTEGER,
    	    wfAppnNodeDlcType
    		INTEGER,
    	    wfAppnNodeDlcNegLsSupportDisable
    		INTEGER,
    	    wfAppnNodeDlcCct
    		INTEGER,
    	    wfAppnNodeDlcData
    		OCTET STRING
        }

    wfAppnNodeDlcDelete OBJECT-TYPE
        SYNTAX	INTEGER {
    		    created(1),
    		    deleted(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Create/Delete parameter. Default is created.
                Users perform an SNMP SET operation on this
                object in order to create/delete a DLC definition."
        DEFVAL	{ created }
        ::= { wfAppnNodeDlcEntry 1 }

    wfAppnNodeDlcDisable OBJECT-TYPE
        SYNTAX	INTEGER {
    		    enable(1),
    		    disable(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Enable/Disable parameter. Default is enabled.
                Users perform an SNMP SET operation on this
                object in order to enable/disable this DLC."
        DEFVAL	{ enable }
        ::= { wfAppnNodeDlcEntry 2 }

    wfAppnNodeDlcName OBJECT-TYPE
        SYNTAX	DisplayString
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "This is the 8-character name given to this DLC"
        ::= { wfAppnNodeDlcEntry 3 }

    wfAppnNodeDlcState OBJECT-TYPE
        SYNTAX	INTEGER {
    		    inactive(1),
    		    pendactive(2),
    		    active(3),
    		    pendinact(4)
    		}
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Indicates the current state of this DLC."
        ::= { wfAppnNodeDlcEntry 4 }

    wfAppnNodeDlcType OBJECT-TYPE
        SYNTAX	INTEGER {
    		    sdlc(1),
    		    srb(2),
    		    tb(3),
    		    fr(4),
    		    dls(5),
    		    qllc(6)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "This indicates the type of DLC"
        DEFVAL	{ srb }
        ::= { wfAppnNodeDlcEntry 5 }

    wfAppnNodeDlcNegLsSupportDisable OBJECT-TYPE
        SYNTAX	INTEGER {
    		    enable(1),
    		    disable(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "This indicates if Link Station roles can be negotiated
                on this DLC"
        DEFVAL	{ enable }
        ::= { wfAppnNodeDlcEntry 6 }

    wfAppnNodeDlcCct OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "This is the circuit used by this DLC"
        ::= { wfAppnNodeDlcEntry 7 }

    wfAppnNodeDlcData OBJECT-TYPE
        SYNTAX	OCTET STRING
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "comment - Is this used? -P2"
        ::= { wfAppnNodeDlcEntry 8 }

    wfAppnNodePortTable OBJECT-TYPE
        SYNTAX	SEQUENCE OF WfAppnNodePortEntry
        ACCESS	not-accessible
        STATUS	mandatory
        DESCRIPTION
                "this table contains entries for each Port defined"
        ::= { wfAppnNode 3 }

    wfAppnNodePortEntry OBJECT-TYPE
        SYNTAX	WfAppnNodePortEntry
        ACCESS	not-accessible
        STATUS	mandatory
        DESCRIPTION
                "The Port Name is used as the index to this table."
        INDEX	{ wfAppnNodePortName }
        ::= { wfAppnNodePortTable 1 }

    WfAppnNodePortEntry ::= SEQUENCE {
    	    wfAppnNodePortDelete
    		INTEGER,
    	    wfAppnNodePortDisable
    		INTEGER,
    	    wfAppnNodePortName
    		DisplayString,
    	    wfAppnNodePortState
    		INTEGER,
    	    wfAppnNodePortDlcType
    		INTEGER,
    	    wfAppnNodePortPortType
    		INTEGER,
    	    wfAppnNodePortSIMRIM
    		INTEGER,
    	    wfAppnNodePortLsRole
    		INTEGER,
    	    wfAppnNodePortMaxRcvBtuSize
    		INTEGER,
    	    wfAppnNodePortMaxIframeWindow
    		INTEGER,
    	    wfAppnNodePortDefLsGoodXids
    		Counter,
    	    wfAppnNodePortDefLsBadXids
    		Counter,
    	    wfAppnNodePortDynLsGoodXids
    		Counter,
    	    wfAppnNodePortDynLsBadXids
    		Counter,
    	    wfAppnNodePortDlcName
    		DisplayString,
    	    wfAppnNodePortNumber
    		INTEGER,
    	    wfAppnNodePortTotLinkActLim
    		INTEGER,
    	    wfAppnNodePortInbLinkActLim
    		INTEGER,
    	    wfAppnNodePortOutLinkActLim
    		INTEGER,
    	    wfAppnNodePortActXidExchangeLimit
    		INTEGER,
    	    wfAppnNodePortNonActXidExchangeLimit
    		INTEGER,
    	    wfAppnNodePortLsXmitRcvCap
    		INTEGER,
    	    wfAppnNodePortTargetPacingCount
    		INTEGER,
    	    wfAppnNodePortMaxSendBtuSize
    		INTEGER,
    	    wfAppnNodePortImplicitCpSessions
    		INTEGER,
    	    wfAppnNodePortImplicitLimResource
    		INTEGER,
    	    wfAppnNodePortImplicitEffCap
    		INTEGER,
    	    wfAppnNodePortImplicitConnCost
    		INTEGER,
    	    wfAppnNodePortImplicitByteCost
    		INTEGER,
    	    wfAppnNodePortImplicitSecurity
    		INTEGER,
    	    wfAppnNodePortImplicitDelay
    		INTEGER,
    	    wfAppnNodePortImplicitUsr1
    		INTEGER,
    	    wfAppnNodePortImplicitUsr2
    		INTEGER,
    	    wfAppnNodePortImplicitUsr3
    		INTEGER,
    	    wfAppnNodePortImplicitHprDisable
    		INTEGER,
    	    wfAppnNodePortImplicitHprLlErrorDisable
    		INTEGER,
    	    wfAppnNodePortImplicitLinkDeactTime
    		INTEGER,
    	    wfAppnNodePortDlcData
    		OCTET STRING,
    	    wfAppnNodePortHprDlcData
    		OCTET STRING,
     	    wfAppnNodePortImplicitDlurDisable 
    		INTEGER
       }

    wfAppnNodePortDelete OBJECT-TYPE
        SYNTAX	INTEGER {
    		    created(1),
    		    deleted(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Create/Delete parameter. Default is created.
                Users perform an SNMP SET operation on this
                object in order to create/delete a Port definition."
        DEFVAL	{ created }
        ::= { wfAppnNodePortEntry 1 }

    wfAppnNodePortDisable OBJECT-TYPE
        SYNTAX	INTEGER {
    		    enable(1),
    		    disable(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Enable/Disable parameter. Default is enabled.
                Users perform an SNMP SET operation on this
                object in order to enable/disable this Port."
        DEFVAL	{ enable }
        ::= { wfAppnNodePortEntry 2 }

    wfAppnNodePortName OBJECT-TYPE
        SYNTAX	DisplayString
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Administratively-assigned name for this APPN port.
                The name can be from one to eight characters."
        ::= { wfAppnNodePortEntry 3 }

    wfAppnNodePortState OBJECT-TYPE
        SYNTAX	INTEGER {
    		    inactive(1),
    		    pendactive(2),
    		    active(3),
    		    pendinact(4)
    		}
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Indicates the current state of this port."
        DEFVAL	{ inactive }
        ::= { wfAppnNodePortEntry 4 }

    wfAppnNodePortDlcType OBJECT-TYPE
        SYNTAX	INTEGER {
    		    other(1),
    		    sdlc(2),
    		    dls(3),
    		    socket(4),
    		    ethernet(5),
    		    tokenring(6)
    		}
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Indicates the DLC type of this port."
        ::= { wfAppnNodePortEntry 5 }

    wfAppnNodePortPortType OBJECT-TYPE
        SYNTAX	INTEGER {
    		    leased(1),
    		    switched(2),
    		    fac(3)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Identifies the type of line used by this port."
        DEFVAL	{ fac }
        ::= { wfAppnNodePortEntry 6 }

    wfAppnNodePortSIMRIM OBJECT-TYPE
        SYNTAX	INTEGER {
    		    yes(1),
    		    no(2)
    		}
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Indicates whether Set Initialization Mode (SIM) and
                Receive Initialization Mode (RIM) are supported."
        ::= { wfAppnNodePortEntry 7 }

    wfAppnNodePortLsRole OBJECT-TYPE
        SYNTAX	INTEGER {
    		    primary(1),
    		    secondary(2),
    		    negot(3),
    		    abm(4)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Initial role for LSs activated through this port,
                where 'abm' indicates asynchronous balance mode."
        DEFVAL	{ negot }
        ::= { wfAppnNodePortEntry 8 }

    wfAppnNodePortMaxRcvBtuSize OBJECT-TYPE
        SYNTAX	INTEGER(256..4105)
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Maximum Basic Transmission Size (BTU) that a
                link station on this port can receive."
        DEFVAL	{ 1500 }
        ::= { wfAppnNodePortEntry 9 }

    wfAppnNodePortMaxIframeWindow OBJECT-TYPE
        SYNTAX	INTEGER(0..127)
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Maximum number of I-frames that can be received
                by the XID sender before an acknowledgement is received."
        DEFVAL	{ 7 }
        ::= { wfAppnNodePortEntry 10 }

    wfAppnNodePortDefLsGoodXids OBJECT-TYPE
        SYNTAX	Counter
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "The total number of successful XIDs that have occurred
                on all defined link stations on this port since the last
                time this port was started."
        ::= { wfAppnNodePortEntry 11 }

    wfAppnNodePortDefLsBadXids OBJECT-TYPE
        SYNTAX	Counter
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "The total number of unsuccessful XIDs that have occurred
                on all defined link stations on this port since the last
                time this port was started."
        ::= { wfAppnNodePortEntry 12 }

    wfAppnNodePortDynLsGoodXids OBJECT-TYPE
        SYNTAX	Counter
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "The total number of successful XIDs that have occurred
                on all dynamic link stations on this port since the last
                time this port was started."
        ::= { wfAppnNodePortEntry 13 }

    wfAppnNodePortDynLsBadXids OBJECT-TYPE
        SYNTAX	Counter
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "The total number of unsuccessful XIDs that have occurred
                on all dynamic link stations on this port since the last
                time this port was started."
        ::= { wfAppnNodePortEntry 14 }

    wfAppnNodePortDlcName OBJECT-TYPE
        SYNTAX	DisplayString
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "This is the 8-character name of the DLC which supports this Port"
        ::= { wfAppnNodePortEntry 15 }

    wfAppnNodePortNumber OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "This is a unique number for this Port on the DLC"
        ::= { wfAppnNodePortEntry 16 }

    wfAppnNodePortTotLinkActLim OBJECT-TYPE
        SYNTAX	INTEGER {
    		    neg(1),
    		    pri(256)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "This specifies the maximum link activation limit for this Port.
                The maximum value depends on the LS Role and Port Type, as follows:
                     Port Type       LS Role         Max Act Lim  Inb   Out
                     Switched        <any>                1        1     1
                     Leased          Secondary            1        1     0
                     Leased          Negotiable           1        0     0
                     Leased          Primary             256       0    256
                     SATF            <any>               256      128   128"
        DEFVAL	{ pri }
        ::= { wfAppnNodePortEntry 17 }

    wfAppnNodePortInbLinkActLim OBJECT-TYPE
        SYNTAX	INTEGER {
    		    sec(1),
    		    satf(128)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "This specifies the maximum inbound link activation
                limit for this Port. This value plus next one must total
                less than or equal to the total link activation limit."
        DEFVAL	{ satf }
        ::= { wfAppnNodePortEntry 18 }

    wfAppnNodePortOutLinkActLim OBJECT-TYPE
        SYNTAX	INTEGER {
    		    switched(1),
    		    satf(128),
    		    pri(256)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "This specifies the maximum outbound link activation
                limit for this Port. This value plus previous one must total
                less than or equal to the total link activation limit."
        DEFVAL	{ satf }
        ::= { wfAppnNodePortEntry 19 }

    wfAppnNodePortActXidExchangeLimit OBJECT-TYPE
        SYNTAX	INTEGER {
    		    def(12)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "This specifies the maximum number of activation XIDs
                which will be sent before the Port is considered inoperable"
        DEFVAL	{ def }
        ::= { wfAppnNodePortEntry 20 }

    wfAppnNodePortNonActXidExchangeLimit OBJECT-TYPE
        SYNTAX	INTEGER {
    		    def(5)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "This specifies the maximum number of non-activation XIDs
                which will be sent before the Port is considered inoperable"
        DEFVAL	{ def }
        ::= { wfAppnNodePortEntry 21 }

    wfAppnNodePortLsXmitRcvCap OBJECT-TYPE
        SYNTAX	INTEGER {
    		    tws(1),
    		    twa(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "This specifies if the Port can receive Two-Way Simultaneous or
                Two-Way Alternate"
        DEFVAL	{ tws }
        ::= { wfAppnNodePortEntry 22 }

    wfAppnNodePortTargetPacingCount OBJECT-TYPE
        SYNTAX	INTEGER(1..32767)
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "This specifies the target pacing count for BINDs on this Port"
        DEFVAL	{ 32 }
        ::= { wfAppnNodePortEntry 23 }

    wfAppnNodePortMaxSendBtuSize OBJECT-TYPE
        SYNTAX	INTEGER(256..4105)
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "This specifies the Maximum BTU Size which can be sent out this Port"
        DEFVAL	{ 1500 }
        ::= { wfAppnNodePortEntry 24 }

    wfAppnNodePortImplicitCpSessions OBJECT-TYPE
        SYNTAX	INTEGER {
    		    yes(1),
    		    no(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "This specifies whether CP-CP sessions are permitted with implicit link stations
                on this Port"
        DEFVAL	{ yes }
        ::= { wfAppnNodePortEntry 25 }

    wfAppnNodePortImplicitLimResource OBJECT-TYPE
        SYNTAX	INTEGER {
    		    yes(1),
    		    no(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "This specifies whether implicit link stations on this Port should be defined as
                limited resources"
        DEFVAL	{ no }
        ::= { wfAppnNodePortEntry 26 }

    wfAppnNodePortImplicitEffCap OBJECT-TYPE
        SYNTAX	INTEGER(0..255)
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "The effective capacity is an integer value that indicates
                the kilo bits per second.
                It is derived from the link bandwidth and maximum load
                factor with the range of 0 thru 255.
                This is an administratively assigned value for use with TGs
                to implicit link stations on this Port.
                DEVIATION: 6611 mib uses range of 0 thru 603,979,776."
        DEFVAL	{ 133 }
        ::= { wfAppnNodePortEntry 27 }

    wfAppnNodePortImplicitConnCost OBJECT-TYPE
        SYNTAX	INTEGER(0..255)
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Cost per connect time: a value representing
                the relative cost per unit of time to use
                the TG. Range is from 0, which means no cost,
                to 255, which indicates maximum cost.
                This is an administratively assigned value for use with TGs
                to implicit link stations on this Port."
        DEFVAL	{ 128 }
        ::= { wfAppnNodePortEntry 28 }

    wfAppnNodePortImplicitByteCost OBJECT-TYPE
        SYNTAX	INTEGER(0..255)
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Relative cost of transmitting a byte over this link.
                Range is from 0 (lowest cost) to 255.
                This is an administratively assigned value for use with TGs
                to implicit link stations on this Port."
        DEFVAL	{ 128 }
        ::= { wfAppnNodePortEntry 29 }

    wfAppnNodePortImplicitSecurity OBJECT-TYPE
        SYNTAX	INTEGER(0..255)
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "The security is represented as an integer with a range of
                1 thru 255 with the most common values enumerated as
                defined above.
                This is an administratively assigned value for use with TGs
                to implicit link stations on this Port."
        DEFVAL	{ 1 }
        ::= { wfAppnNodePortEntry 30 }

    wfAppnNodePortImplicitDelay OBJECT-TYPE
        SYNTAX  INTEGER {
                negligible(1),
                terrestrial(2),
                packet(3),
                long(4),
                maximum(5)                
                }
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Relative amount of time that it takes for a signal to
                travel the length of the logical link.
                This is an administratively assigned value for use with TGs
                to implicit link stations on this Port.
                DEVIATION: 6611 MIB, uses units of microseconds."
        DEFVAL  { negligible }
        ::= { wfAppnNodePortEntry 31 }

    wfAppnNodePortImplicitUsr1 OBJECT-TYPE
        SYNTAX	INTEGER(0..255)
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "First user-defined TG characteristic for this TG with
                a range of 0-255.
                This is an administratively assigned value for use with TGs
                to implicit link stations on this Port."
        DEFVAL	{ 128 }
        ::= { wfAppnNodePortEntry 32 }

    wfAppnNodePortImplicitUsr2 OBJECT-TYPE
        SYNTAX	INTEGER(0..255)
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Second user-defined TG characteristic for this TG with
                a range of 0-255.
                This is an administratively assigned value for use with TGs
                to implicit link stations on this Port."
        DEFVAL	{ 128 }
        ::= { wfAppnNodePortEntry 33 }

    wfAppnNodePortImplicitUsr3 OBJECT-TYPE
        SYNTAX	INTEGER(0..255)
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Third user-defined TG characteristic for this TG with
                a range of 0-255.
                This is an administratively assigned value for use with TGs
                to implicit link stations on this Port."
        DEFVAL	{ 128 }
        ::= { wfAppnNodePortEntry 34 }

    wfAppnNodePortImplicitHprDisable OBJECT-TYPE
        SYNTAX	INTEGER {
    		    enable(1),
    		    disable(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "This specifies if HPR can be used with implicit
                link stations on this Port"
        DEFVAL	{ enable }
        ::= { wfAppnNodePortEntry 35 }

    wfAppnNodePortImplicitHprLlErrorDisable OBJECT-TYPE
        SYNTAX	INTEGER {
    		    enable(1),
    		    disable(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "This specifies if Link-Level Error recovery is to be used on implicit
                link stations which support HPR on this Port.
                NOTE: This field does not enable/disable HPRs selective retransmission 
                algorithm. HPR will perform selective retransmission on data whether or not 
                error recovery is also done by the link level protocol."
        DEFVAL	{ disable }
        ::= { wfAppnNodePortEntry 36 }

    wfAppnNodePortImplicitLinkDeactTime OBJECT-TYPE
        SYNTAX	INTEGER(5.