-- @(#)WSCCS x/mibs-nlsp.mib 1.12 4/9/96 Wellfleet-NLSP-MIB DEFINITIONS ::= BEGIN -- Created by mdl2asn version 3.1 -- Creation date: Wed Aug 30 16:45:39 EDT 1995 IMPORTS Counter, Gauge FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212 DisplayString FROM RFC1213-MIB wfNlspGroup FROM Wellfleet-COMMON-MIB; wfNlspSys OBJECT IDENTIFIER ::= { wfNlspGroup 1 } wfNlspSysDelete 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 NLSP." DEFVAL { created } ::= { wfNlspSys 1 } wfNlspSysDisable OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(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 NLSP." DEFVAL { enabled } ::= { wfNlspSys 2 } wfNlspSysModuleState OBJECT-TYPE SYNTAX INTEGER { up(1), down(2), init(3), notpresent(4) } ACCESS read-only STATUS mandatory DESCRIPTION "The current state of the entire NLSP." DEFVAL { notpresent } ::= { wfNlspSys 3 } wfNlspSysNodeName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The name for this router from IPX." ::= { wfNlspSys 4 } wfNlspSysCfgID OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS mandatory DESCRIPTION "The System ID assigned by the user." ::= { wfNlspSys 5 } wfNlspSysInternalNetworkNumber OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The internal network number of this router from IPX." ::= { wfNlspSys 6 } wfNlspSysState OBJECT-TYPE SYNTAX INTEGER { off(1), router(2) } ACCESS read-write STATUS mandatory DESCRIPTION "NLSP operational state." DEFVAL { router } ::= { wfNlspSys 7 } wfNlspSysHtblSize OBJECT-TYPE SYNTAX INTEGER(16..4096) ACCESS read-write STATUS mandatory DESCRIPTION "Size of Primary hash table. The default is 1023 entries. The size should reside between 16 and 4096 entries." DEFVAL { 1023 } ::= { wfNlspSys 8 } wfNlspSysEnforceScalability OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Either enable or disable. When enabled, all network numbers have a prefix which matches one of the configured area addresses." DEFVAL { enabled } ::= { wfNlspSys 9 } wfNlspSysExpandedMode OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "When enabled, NLSP is allowed to exist on a slot even without any local NLSP interface configured. When disabled, majority of NLSP related processes will be destroyed thus conserving memory." DEFVAL { disabled } ::= { wfNlspSys 10 } wfNlspSysFilterLogMsgType OBJECT-TYPE SYNTAX INTEGER { debug(1), info(2), debuginfo(3), trace(4), tracedebug(5), traceinfo(6), traceinfodebug(7) } ACCESS read-write STATUS mandatory DESCRIPTION "NLSP Event Description Log filter. When configured the specific event will not be included in the log." DEFVAL { trace } ::= { wfNlspSys 11 } wfNlspSysMinNonBcastLSPTransInt OBJECT-TYPE SYNTAX INTEGER(1..30) ACCESS read-write STATUS mandatory DESCRIPTION "The minimum interval, in seconds, between transmission of LSPs on a non-broadcast circuit. The default is 10 seconds. This value should be between 1 and 30 seconds." DEFVAL { 10 } ::= { wfNlspSys 12 } wfNlspSysMinBcastLSPTransInt OBJECT-TYPE SYNTAX INTEGER(1..30) ACCESS read-write STATUS mandatory DESCRIPTION "The minimum interval, in seconds, between transmission of LSPs on a broadcast circuit. The default is 5 seconds. This value should reside between 1 and 30 seconds." DEFVAL { 5 } ::= { wfNlspSys 13 } wfNlspSysMinLSPGenInt OBJECT-TYPE SYNTAX INTEGER(1..30) ACCESS read-write STATUS mandatory DESCRIPTION "The minimum interval, in seconds, between the generation of the same LSP. The default is 5 seconds. This value should reside between 1 and 30 seconds." DEFVAL { 5 } ::= { wfNlspSys 14 } wfNlspSysMaxLSPGenInt OBJECT-TYPE SYNTAX INTEGER(1..50000) ACCESS read-write STATUS mandatory DESCRIPTION "The maximum interval, in seconds, between the generation of the same LSP. The default value is 7200 seconds. This value should reside between 1 and 50000." DEFVAL { 7200 } ::= { wfNlspSys 15 } wfNlspSysMaxLSPAge OBJECT-TYPE SYNTAX INTEGER(1..50000) ACCESS read-write STATUS mandatory DESCRIPTION "The value, in seconds, placed in the lifetime field of LSPs generated by this instance of NLSP. The default is 7500 seconds. This value should reside between 1 and 50000 seconds." DEFVAL { 7500 } ::= { wfNlspSys 16 } wfNlspSysBcastHelloInt OBJECT-TYPE SYNTAX INTEGER(1..100) ACCESS read-write STATUS mandatory DESCRIPTION "The interval, in seconds, at which NLSP Hellos will be sent on a broadcast circuit, if this system is not the designated router. The default is 10 seconds. This value should reside between 1 and 100 seconds." DEFVAL { 20 } ::= { wfNlspSys 17 } wfNlspSysNonBcastHelloInt OBJECT-TYPE SYNTAX INTEGER(1..100) ACCESS read-write STATUS mandatory DESCRIPTION "The interval, in seconds, at which NLSP Hellos will be sent on a non-broadcast circuit. The default is 5 seconds. This value should reside between 1 and 100 seconds." DEFVAL { 20 } ::= { wfNlspSys 18 } wfNlspSysDRBcastHelloInt OBJECT-TYPE SYNTAX INTEGER(1..100) ACCESS read-write STATUS mandatory DESCRIPTION "The interval, in seconds, at which the designated router sends NLSP Hellos on a broadcast circuit. The default is 3 seconds. This value should reside between 1 and 100 seconds." DEFVAL { 10 } ::= { wfNlspSys 19 } wfNlspSysHoldTimeMultiplier OBJECT-TYPE SYNTAX INTEGER(2..20) ACCESS read-write STATUS mandatory DESCRIPTION "The holding time multiplier used to specify the holding time for NLSP neighbor entries as a function of the NLSP Hello interval. The default is 5. This value should reside between 2 and 20." DEFVAL { 3 } ::= { wfNlspSys 20 } wfNlspSysCompSNPInt OBJECT-TYPE SYNTAX INTEGER(1..600) ACCESS read-write STATUS mandatory DESCRIPTION "The interval, in seconds, between generation of Complete Sequence Number Packets by a designated router on a broadcast circuit. The default is 30 seconds. This value should reside between 1 and 600 seconds." DEFVAL { 30 } ::= { wfNlspSys 21 } wfNlspSysPartSNPInt OBJECT-TYPE SYNTAX INTEGER(1..60) ACCESS read-write STATUS mandatory DESCRIPTION "The minimum interval, in seconds, between transmission of Partial Sequence Number Packets. The default is 5 seconds. This value should reside between 1 and 60 seconds." DEFVAL { 5 } ::= { wfNlspSys 22 } wfNlspSysWaitTime OBJECT-TYPE SYNTAX INTEGER(1..300) ACCESS read-write STATUS mandatory DESCRIPTION "The number of seconds to delay in the waiting state before entering the on state. The default is 120 seconds. This value should reside between 1 and 300 seconds." DEFVAL { 120 } ::= { wfNlspSys 23 } wfNlspSysOrigL1LSPBufSize OBJECT-TYPE SYNTAX INTEGER(512..4096) ACCESS read-write STATUS mandatory DESCRIPTION "The maximum size of Level 1 LSPs originated by this instance of NLSP. The default is 512 bytes. This value should reside between 512 and 4096 bytes." DEFVAL { 512 } ::= { wfNlspSys 24 } wfNlspSysVersion OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The version number of this instance of NLSP." ::= { wfNlspSys 25 } wfNlspSysCorrLSPs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of corrupt LSPs detected." ::= { wfNlspSys 26 } wfNlspSysL1Overloaded OBJECT-TYPE SYNTAX INTEGER { no(1), yes(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates whether the NLSP Level 1 database is overloaded." DEFVAL { no } ::= { wfNlspSys 27 } wfNlspSysL1DBaseOverloads OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times the NLSP Level 1 LSP database has become overloaded." ::= { wfNlspSys 28 } wfNlspSysMaxSeqNums OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times the router has attempted to exceed NLSP's maximum sequence number." ::= { wfNlspSys 29 } wfNlspSysSeqNumSkips OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times a sequence number skip has occurred." ::= { wfNlspSys 30 } wfNlspSysTransmittedLSPs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of LSPs transmitted by this system." ::= { wfNlspSys 31 } wfNlspSysReceivedLSPs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of LSPs received by this system." ::= { wfNlspSys 32 } wfNlspSysOwnLSPPurges OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times a zero-aged copy of the router's own LSP has been received from some other node." ::= { wfNlspSys 33 } wfNlspSysVersionErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times that a received NLSP packet was rejected because its version number was invalid." ::= { wfNlspSys 34 } wfNlspSysIncorrectPackets OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times that an incorrectly formatted NLSP packet was received." ::= { wfNlspSys 35 } wfNlspSysNearestL2Default OBJECT-TYPE SYNTAX INTEGER { no(1), yes(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates whether this instance of NLSP knows of a NLSP Level 2 router that currently can reach other areas using the default metric." DEFVAL { no } ::= { wfNlspSys 36 } wfNlspSysNearestL2DefaultRouter OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The system ID of the nearest NLSP Level 2 router that currently can reach other areas using the default metric. The value is undefined if the value of nlspSysNearestL2DefaultExists is no. 6 octets maximum." ::= { wfNlspSys 37 } wfNlspSysResourceFailures OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times this instance of the NLSP has been unable to obtain needed resources (memory, etc.)" ::= { wfNlspSys 38 } wfNlspSysTotNumIntf OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of interfaces configured. This includes all interfaces that are enabled AND disabled." ::= { wfNlspSys 39 } wfNlspSysTotNumIntfEnabled OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of interfaces that are enabled." ::= { wfNlspSys 40 } wfNlspSysTotNumAreaCfg OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of areas configured. This includes all areas that are enabled AND disabled." ::= { wfNlspSys 41 } wfNlspSysTotNumAreaUsed OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of areas that are enabled." ::= { wfNlspSys 42 } wfNlspSysID OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The System ID used." ::= { wfNlspSys 43 } wfNlspSysTotNumDijkstraRun OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of Dijkstra executions." ::= { wfNlspSys 44 } wfNlspSysCT OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The NLSP Certification Test compatible flag." ::= { wfNlspSys 45 } wfNlspSysMaximumPath OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The Maximum Path to a destination net from IPX." ::= { wfNlspSys 46 } wfNlspSysSlotMask OBJECT-TYPE SYNTAX Gauge ACCESS read-write STATUS mandatory DESCRIPTION "Slot mask for which slots NLSP is eligible to run on. The MSBit represents slot 1, the next most significant bit represents slot 2, and so on... Slots can be 1-14." DEFVAL { 4294705152 } ::= { wfNlspSys 47 } wfNlspSysDebugDump OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "To dump an internal database for debugging purpose; only applicable on an image with NLSP module compiled with DEBUG flag. Internal use only " ::= { wfNlspSys 48 } wfNlspSysDebugStat OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "To collect statistics of some internal database for debugging purpose; only applicable on an image with NLSP module compiled with DEBUG flag. Internal use only " ::= { wfNlspSys 49 } wfNlspSysDebugLogLevel OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "To controll the level of log messages logging for debugging purpose; only applicable on an image with NLSP module compiled with DEBUG flag. Internal use only " ::= { wfNlspSys 50 } wfNlspSysDebugLogModule OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "To controll log messages logging within modules for debugging purpose; only applicable on an image with NLSP module compiled with DEBUG flag. Internal use only " ::= { wfNlspSys 51 } wfNlspSysNetCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of networks stored in the NLSP route database. This includes both reachable and unreachable networks." ::= { wfNlspSys 52 } wfNlspSysSvrCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of services stored in the NLSP service database. This includes both reachable and unreachable services." ::= { wfNlspSys 53 } wfNlspSysAreaTable OBJECT-TYPE SYNTAX SEQUENCE OF WfNlspSysAreaEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "System AreaID Table The System AreaID table contains all the areas that were configured for this router." ::= { wfNlspGroup 2 } wfNlspSysAreaEntry OBJECT-TYPE SYNTAX WfNlspSysAreaEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the NLSP System Area Table." INDEX { wfNlspSysAreaID } ::= { wfNlspSysAreaTable 1 } WfNlspSysAreaEntry ::= SEQUENCE { wfNlspSysAreaDelete INTEGER, wfNlspSysAreaDisable INTEGER, wfNlspSysAreaID INTEGER, wfNlspSysAreaAddress OCTET STRING, wfNlspSysAreaAddressMask OCTET STRING, wfNlspSysAreaName DisplayString, wfNlspSysAreaNumCfgAreaAliases INTEGER, wfNlspSysAreaNumCfgInterfaces INTEGER, wfNlspSysAreaNumNodes INTEGER, wfNlspSysAreaNumNlspRtes INTEGER, wfNlspSysAreaNumXRIPRtes INTEGER, wfNlspSysAreaNumXSAPRtes INTEGER } wfNlspSysAreaDelete OBJECT-TYPE SYNTAX INTEGER { created(1), deleted(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Create/Delete parameter. Users perform an SNMP set command to create/delete an NLSP Area." DEFVAL { created } ::= { wfNlspSysAreaEntry 1 } wfNlspSysAreaDisable OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Enable/Disable parameter. Users perform an SNMP set command to enable/disable an NLSP Area." DEFVAL { enabled } ::= { wfNlspSysAreaEntry 2 } wfNlspSysAreaID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Area ID concept is equivalent to Novell NLSP System Instance concept. This is more meaningful. 0 - Backbone Area. n - Non-backbone Area." ::= { wfNlspSysAreaEntry 3 } wfNlspSysAreaAddress OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS mandatory DESCRIPTION "This field contains the Area Address for this particular area. This field is mandatory if scalability is enforced. This field should be identical to the result of ANDing with the area address mask field. If scalability is NOT enforce, this field should be NULLed." ::= { wfNlspSysAreaEntry 4 } wfNlspSysAreaAddressMask OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS mandatory DESCRIPTION "Area Mask. Only applicable when scalability is enforced. NULLed if NOT enforce." ::= { wfNlspSysAreaEntry 5 } wfNlspSysAreaName OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "Name for this particular Area." ::= { wfNlspSysAreaEntry 6 } wfNlspSysAreaNumCfgAreaAliases OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of Area Addresses configured for this Area. Maximum is 3." ::= { wfNlspSysAreaEntry 7 } wfNlspSysAreaNumCfgInterfaces OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of Interfaces configured for this Area." ::= { wfNlspSysAreaEntry 8 } wfNlspSysAreaNumNodes OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of NLSP nodes encounted in this Area." ::= { wfNlspSysAreaEntry 9 } wfNlspSysAreaNumNlspRtes OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of NLSP routes encounted in this Area." ::= { wfNlspSysAreaEntry 10 } wfNlspSysAreaNumXRIPRtes OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of external RIP routes encounted in this Area." ::= { wfNlspSysAreaEntry 11 } wfNlspSysAreaNumXSAPRtes OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of external SAP routes encounted in this Area." ::= { wfNlspSysAreaEntry 12 } wfNlspSysAreaAliasTable OBJECT-TYPE SYNTAX SEQUENCE OF WfNlspSysAreaAliasEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "System Area Alias Table The System Area Alias table contains all the area aliases configured per Area for this router." ::= { wfNlspGroup 3 } wfNlspSysAreaAliasEntry OBJECT-TYPE SYNTAX WfNlspSysAreaAliasEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the NLSP System Area Alias Table." INDEX { wfNlspSysAreaAliasAreaID, wfNlspSysAreaAliasAddress, wfNlspSysAreaAliasAddressMask } ::= { wfNlspSysAreaAliasTable 1 } WfNlspSysAreaAliasEntry ::= SEQUENCE { wfNlspSysAreaAliasDelete INTEGER, wfNlspSysAreaAliasDisable INTEGER, wfNlspSysAreaAliasAreaID INTEGER, wfNlspSysAreaAliasAddress OCTET STRING, wfNlspSysAreaAliasAddressMask OCTET STRING, wfNlspSysAreaAliasName DisplayString } wfNlspSysAreaAliasDelete OBJECT-TYPE SYNTAX INTEGER { created(1), deleted(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Create/Delete parameter. Users perform an SNMP set command to create/delete an NLSP Area Alias." DEFVAL { created } ::= { wfNlspSysAreaAliasEntry 1 } wfNlspSysAreaAliasDisable OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Enable/Disable parameter. Users perform an SNMP set command to enable/disable an NLSP Area Alias." DEFVAL { enabled } ::= { wfNlspSysAreaAliasEntry 2 } wfNlspSysAreaAliasAreaID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The Area where this Area Alias is." ::= { wfNlspSysAreaAliasEntry 3 } wfNlspSysAreaAliasAddress OBJECT-TYPE SYNTAX OCTET STRING (SIZE (4)) ACCESS read-only STATUS mandatory DESCRIPTION "The Area Alias address." ::= { wfNlspSysAreaAliasEntry 4 } wfNlspSysAreaAliasAddressMask OBJECT-TYPE SYNTAX OCTET STRING (SIZE (4)) ACCESS read-only STATUS mandatory DESCRIPTION "The mask portion of the Area Alias address." ::= { wfNlspSysAreaAliasEntry 5 } wfNlspSysAreaAliasName OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "Name for this Area Alias address that is recognized by human." ::= { wfNlspSysAreaAliasEntry 6 } wfNlspSysActAreaAliasTable OBJECT-TYPE SYNTAX SEQUENCE OF WfNlspSysActAreaAliasEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Actual Area Alias Table. The Actual Area Alias table contains the area aliases actually used by NLSP on this router per area." ::= { wfNlspGroup 4 } wfNlspSysActAreaAliasEntry OBJECT-TYPE SYNTAX WfNlspSysActAreaAliasEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the NLSP Actual Area Alias Table." INDEX { wfNlspSysActAreaAliasAreaID, wfNlspSysActAreaAliasAddress, wfNlspSysActAreaAliasAddressMask } ::= { wfNlspSysActAreaAliasTable 1 } WfNlspSysActAreaAliasEntry ::= SEQUENCE { wfNlspSysActAreaAliasAreaID INTEGER, wfNlspSysActAreaAliasAddress OCTET STRING, wfNlspSysActAreaAliasAddressMask OCTET STRING, wfNlspSysActAreaAliasName DisplayString, wfNlspSysActAreaAliasNumNodes INTEGER, wfNlspSysActAreaAliasNumNlspRtes INTEGER, wfNlspSysActAreaAliasNumXRIPRtes INTEGER, wfNlspSysActAreaAliasNumXSAPRtes INTEGER } wfNlspSysActAreaAliasAreaID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The Area this actual area alias associates with." ::= { wfNlspSysActAreaAliasEntry 1 } wfNlspSysActAreaAliasAddress OBJECT-TYPE SYNTAX OCTET STRING (SIZE (4)) ACCESS read-only STATUS mandatory DESCRIPTION "The area alias address." ::= { wfNlspSysActAreaAliasEntry 2 } wfNlspSysActAreaAliasAddressMask OBJECT-TYPE SYNTAX OCTET STRING (SIZE (4)) ACCESS read-only STATUS mandatory DESCRIPTION "The area alias address mask." ::= { wfNlspSysActAreaAliasEntry 3 } wfNlspSysActAreaAliasName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Name for this area alias that is recognized by human." ::= { wfNlspSysActAreaAliasEntry 4 } wfNlspSysActAreaAliasNumNodes OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of NLSP Nodes in this area alias." ::= { wfNlspSysActAreaAliasEntry 5 } wfNlspSysActAreaAliasNumNlspRtes OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of NLSP routes in this area alias." ::= { wfNlspSysActAreaAliasEntry 6 } wfNlspSysActAreaAliasNumXRIPRtes OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of external RIP routes in this area alias." ::= { wfNlspSysActAreaAliasEntry 7 } wfNlspSysActAreaAliasNumXSAPRtes OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of external SAP routes in this area alias." ::= { wfNlspSysActAreaAliasEntry 8 } wfNlspIntfTable OBJECT-TYPE SYNTAX SEQUENCE OF WfNlspIntfEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "NLSP Interface Table The NLSP Interface Table contains information for each interface known to the system. There are unique. This table is equivalent to the NLSP Circuit table by Novell's definition." ::= { wfNlspGroup 5 } wfNlspIntfEntry OBJECT-TYPE SYNTAX WfNlspIntfEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the NLSP Interface Table." INDEX { wfNlspIntfCircIndex } ::= { wfNlspIntfTable 1 } WfNlspIntfEntry ::= SEQUENCE { wfNlspIntfDelete INTEGER, wfNlspIntfDisable INTEGER, wfNlspIntfState INTEGER, wfNlspIntfAreaID INTEGER, wfNlspIntfAreaName DisplayString, wfNlspIntfIpxIntfNetNum OCTET STRING, wfNlspIntfCircIndex INTEGER, wfNlspIntfName DisplayString, wfNlspIntfType DisplayString, wfNlspIntfMediaCode INTEGER, wfNlspIntfSlot INTEGER, wfNlspIntfDelay INTEGER, wfNlspIntfThroughput INTEGER, wfNlspIntfMTU INTEGER, wfNlspIntfInfoXmtRcvDisable INTEGER, wfNlspIntfPace INTEGER, wfNlspIntfHelloTimer INTEGER, wfNlspIntfL1DefaultCost INTEGER, wfNlspIntfL1RouterPriority INTEGER, wfNlspIntfL1CircID OCTET STRING, wfNlspIntfL1DesRouter OCTET STRING, wfNlspIntfL1DesRouterPriority INTEGER, wfNlspIntfL1DesRouterHelloTimer INTEGER, wfNlspIntfLANL1DesRouterChanges Counter, wfNlspIntfNeighChanges Counter, wfNlspIntfRejNeighbors Counter, wfNlspIntfOutPackets Counter, wfNlspIntfInPackets Counter, wfNlspIntfActualMaxPacketSize INTEGER, wfNlspIntfPSNPsSent Counter, wfNlspIntfPSNPsReceived Counter, wfNlspIntfPseudonodeNum INTEGER, wfNlspIntfActualL1DefaultCost INTEGER } wfNlspIntfDelete OBJECT-TYPE SYNTAX INTEGER { created(1), deleted(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Create/Delete parameter. Users perform an SNMP set command to create/delete an NLSP interface." DEFVAL { created } ::= { wfNlspIntfEntry 1 } wfNlspIntfDisable OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Enable/Disable parameter. Users perform an SNMP set command to enable/disable an NLSP interface." DEFVAL { enabled } ::= { wfNlspIntfEntry 2 } wfNlspIntfState OBJECT-TYPE SYNTAX INTEGER { up(1), down(2), init(3), notpresent(4), noareacfg(5) } ACCESS read-only STATUS mandatory DESCRIPTION "The current state of the NLSP interface State Explanation ----- ----------- 1 Interface is fully operational 2 Interface is disabled 3 Found the configuration record and initializing 4 By default when it first came up before init process 5 No such Area configured." DEFVAL { notpresent } ::= { wfNlspIntfEntry 3 } wfNlspIntfAreaID OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The Area for this interface." ::= { wfNlspIntfEntry 4 } wfNlspIntfAreaName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Name for this area that is recognized by human. Filled in from the Area Entry." ::= { wfNlspIntfEntry 5 } wfNlspIntfIpxIntfNetNum OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The IPX network number associated with this NLSP interface." ::= { wfNlspIntfEntry 6 } wfNlspIntfCircIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The identifier of this interface, unique within the instance of NLSP. This value may be written only when creating a new entry in the table. For now, Wellfleet circuit number is used." ::= { wfNlspIntfEntry 7 } wfNlspIntfName OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "Name of this interface either generated by default or configured." ::= { wfNlspIntfEntry 8 } wfNlspIntfType OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Type of interface this is." ::= { wfNlspIntfEntry 9 } wfNlspIntfMediaCode OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The Media Code associated with this interface." ::= { wfNlspIntfEntry 10 } wfNlspIntfSlot OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Slot this interface is on." ::= { wfNlspIntfEntry 11 } wfNlspIntfDelay OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Delay associated with this interface." ::= { wfNlspIntfEntry 12 } wfNlspIntfThroughput OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Throughput for this line." ::= { wfNlspIntfEntry 13 } wfNlspIntfMTU OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This interface MTU." ::= { wfNlspIntfEntry 14 } wfNlspIntfInfoXmtRcvDisable OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Indicates whether NLSP information may be sent/received over this interface." DEFVAL { enabled } ::= { wfNlspIntfEntry 15 } wfNlspIntfPace OBJECT-TYPE SYNTAX INTEGER(1..18) ACCESS read-write STATUS mandatory DESCRIPTION "The maximum pace, in packets per second, at which NLSP packets may be sent on this interface. Pace = circ speed / 10,000 and should be within the range of 1 <= pace <= 18. This is in addition to the 1/18 second gap." DEFVAL { 1 } ::= { wfNlspIntfEntry 16 } wfNlspIntfHelloTimer OBJECT-TYPE SYNTAX INTEGER(1..100) ACCESS read-write STATUS mandatory DESCRIPTION "The interval, in seconds, between NLSP Hello packets sent on this interface. The default is 20 seconds. This value should reside between 1 and 100 seconds." DEFVAL { 20 } ::= { wfNlspIntfEntry 17 } wfNlspIntfL1DefaultCost OBJECT-TYPE SYNTAX INTEGER(1..63) ACCESS read-write STATUS mandatory DESCRIPTION "The NLSP default cost of this interface for Level 1 traffic. This value should reside between 1 and 63. The default is null - meaning use the Novell specified media cost. Otherwise, the configured value will be used." ::= { wfNlspIntfEntry 18 } wfNlspIntfL1RouterPriority OBJECT-TYPE SYNTAX INTEGER(1..127) ACCESS read-write STATUS mandatory DESCRIPTION "The priority for becoming the NLSP LAN Level 1 Designated Router on a broadcast interface. This value should reside between 1 and 127. The default is 44." DEFVAL { 44 } ::= { wfNlspIntfEntry 19 } wfNlspIntfL1CircID OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The NLSP ID for this interface. 7 octets maximum. 6 octets of System ID + 1 octet of pseudonode ID." ::= { wfNlspIntfEntry 20 } wfNlspIntfL1DesRouter OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The system ID of the NLSP LAN Level 1 Designated Router on this interface. 6 octets maximum." ::= { wfNlspIntfEntry 21 } wfNlspIntfL1DesRouterPriority OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The priority for designated router." ::= { wfNlspIntfEntry 22 } wfNlspIntfL1DesRouterHelloTimer OBJECT-TYPE SYNTAX INTEGER(1..100) ACCESS read-write STATUS mandatory DESCRIPTION "The interval, in seconds, at which the designated router of this interface sends NLSP Hellos on a broadcast circuit. The default is 10 seconds. This value should reside between 1 and 100 seconds." DEFVAL { 10 } ::= { wfNlspIntfEntry 23 } wfNlspIntfLANL1DesRouterChanges OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times the NLSP LAN Level 1 Designated Router has changed on this interface." ::= { wfNlspIntfEntry 24 } wfNlspIntfNeighChanges OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times an NLSP neighbor state change has occurred on this interface." ::= { wfNlspIntfEntry 25 } wfNlspIntfRejNeighbors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times that a NLSP neighbor has been rejected on this interface." ::= { wfNlspIntfEntry 26 } wfNlspIntfOutPackets OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of NLSP packets sent on this interface." ::= { wfNlspIntfEntry 27 } wfNlspIntfInPackets OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of NLSP packets received on this interface." ::= { wfNlspIntfEntry 28 } wfNlspIntfActualMaxPacketSize OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The actual maximum packet size (including header), in bytes, that has been used on this interface." ::= { wfNlspIntfEntry 29 } wfNlspIntfPSNPsSent OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of PSNPs sent on this interface." ::= { wfNlspIntfEntry 30 } wfNlspIntfPSNPsReceived OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of PSNPs received on this interface." ::= { wfNlspIntfEntry 31 } wfNlspIntfPseudonodeNum OBJECT-TYPE SYNTAX INTEGER(1..255) ACCESS read-write STATUS mandatory DESCRIPTION "The Pseudonode Number for this interface. It must fall between 1 and 255 inclusively." DEFVAL { 1 } ::= { wfNlspIntfEntry 32 } wfNlspIntfActualL1DefaultCost OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The NLSP default cost of this interface for Level 1 traffic." ::= { wfNlspIntfEntry 33 } wfNlspDestTable OBJECT-TYPE SYNTAX SEQUENCE OF WfNlspDestEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Destination Table The Destination table contains additional NLSP forwarding information about all destinations learned via NLSP." ::= { wfNlspGroup 6 } wfNlspDestEntry OBJECT-TYPE SYNTAX WfNlspDestEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the NLSP Destination Table" INDEX { wfNlspDestAreaID, wfNlspDestNetNum, wfNlspDestIndex } ::= { wfNlspDestTable 1 } WfNlspDestEntry ::= SEQUENCE { wfNlspDestAreaID INTEGER, wfNlspDestNetNum OCTET STRING, wfNlspDestIndex INTEGER, wfNlspDestID OCTET STRING, wfNlspDestEstDelay INTEGER, wfNlspDestEstThroughput INTEGER, wfNlspDestNextHopID OCTET STRING, wfNlspDestCost INTEGER, wfNlspDestCircIndex INTEGER } wfNlspDestAreaID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The Area this network is associated with." ::= { wfNlspDestEntry 1 } wfNlspDestNetNum OBJECT-TYPE SYNTAX OCTET STRING (SIZE (4)) ACCESS read-only STATUS mandatory DESCRIPTION "The IPX network number of the destination." ::= { wfNlspDestEntry 2 } wfNlspDestIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The identifier for this NLSP destination." ::= { wfNlspDestEntry 3 } wfNlspDestID OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The destination NLSP ID (6-octet system ID plus 1-octet pseudo-node ID)." ::= { wfNlspDestEntry 4 } wfNlspDestEstDelay OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The estimated delay, in microseconds, to reach the destination." ::= { wfNlspDestEntry 5 } wfNlspDestEstThroughput OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The estimated throughput, in bits per second, to the destination." ::= { wfNlspDestEntry 6 } wfNlspDestNextHopID OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The NLSP ID (6-octet system ID plus 1-octet pseudo-node ID) of the next hop." ::= { wfNlspDestEntry 7 } wfNlspDestCost OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total path default cost to reach this destination." ::= { wfNlspDestEntry 8 } wfNlspDestCircIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The circuit index of the interface used to reach the next hop." ::= { wfNlspDestEntry 9 } wfNlspNeighTable OBJECT-TYPE SYNTAX SEQUENCE OF WfNlspNeighEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "NLSP Neighbors Table This table contains an entry for each neighboring NLSP router known to the system." ::= { wfNlspGroup 7 } wfNlspNeighEntry OBJECT-TYPE SYNTAX WfNlspNeighEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the NLSP Neighbor Table." INDEX { wfNlspNeighAreaID, wfNlspNeighSysID, wfNlspNeighNICAddress } ::= { wfNlspNeighTable 1 } WfNlspNeighEntry ::= SEQUENCE { wfNlspNeighAreaID INTEGER, wfNlspNeighCircIndex INTEGER, wfNlspNeighState INTEGER, wfNlspNeighNICAddress OCTET STRING, wfNlspNeighSysType INTEGER, wfNlspNeighSysID OCTET STRING, wfNlspNeighName DisplayString, wfNlspNeighUsage INTEGER, wfNlspNeighHoldTimer INTEGER, wfNlspNeighRemainingTime INTEGER, wfNlspNeighPriority INTEGER, wfNlspNeighNetNum OCTET STRING, wfNlspNeighMaxPacketSize INTEGER, wfNlspNeighCost INTEGER } wfNlspNeighAreaID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The Area this neighbor is associated with." ::= { wfNlspNeighEntry 1 } wfNlspNeighCircIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The originating circuit this neighbor was learned from." ::= { wfNlspNeighEntry 2 } wfNlspNeighState OBJECT-TYPE SYNTAX INTEGER { init(1), up(2), failed(3), down(4) } ACCESS read-only STATUS mandatory DESCRIPTION "The state of the connection to the neighboring NLSP router." DEFVAL { down } ::= { wfNlspNeighEntry 3 } wfNlspNeighNICAddress OBJECT-TYPE SYNTAX OCTET STRING (SIZE (6)) ACCESS read-only STATUS mandatory DESCRIPTION "The NIC Address of the neighboring NLSP router." ::= { wfNlspNeighEntry 4 } wfNlspNeighSysType OBJECT-TYPE SYNTAX INTEGER { unknown(1), l1router(2) } ACCESS read-only STATUS mandatory DESCRIPTION "The type of the neighboring NLSP router." DEFVAL { unknown } ::= { wfNlspNeighEntry 5 } wfNlspNeighSysID OBJECT-TYPE SYNTAX OCTET STRING (SIZE (6)) ACCESS read-only STATUS mandatory DESCRIPTION "The neighboring NLSP router's system ID." ::= { wfNlspNeighEntry 6 } wfNlspNeighName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The readable name for the neighboring NLSP router." ::= { wfNlspNeighEntry 7 } wfNlspNeighUsage OBJECT-TYPE SYNTAX INTEGER { undefined(1), l1router(2) } ACCESS read-only STATUS mandatory DESCRIPTION "The usage of the connection to the neighboring NLSP router." DEFVAL { undefined } ::= { wfNlspNeighEntry 8 } wfNlspNeighHoldTimer OBJECT-TYPE SYNTAX INTEGER(1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The initial holding time, in seconds, for this NLSP neighbor entry as specified in the NLSP Hello packet." DEFVAL { 60 } ::= { wfNlspNeighEntry 9 } wfNlspNeighRemainingTime OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The remaining time to live, in seconds, for this NLSP neighbor entry." ::= { wfNlspNeighEntry 10 } wfNlspNeighPriority OBJECT-TYPE SYNTAX INTEGER(1..127) ACCESS read-only STATUS mandatory DESCRIPTION "The priority of the neighboring NLSP router for becoming the LAN Level 1 Designated router if the value of nlspNeighSysType is nlspLevel1Router." DEFVAL { 44 } ::= { wfNlspNeighEntry 11 } wfNlspNeighNetNum OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The network number for this neighboring NLSP router." ::= { wfNlspNeighEntry 12 } wfNlspNeighMaxPacketSize OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The maximum packet size for this neighboring NLSP router." ::= { wfNlspNeighEntry 13 } wfNlspNeighCost OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The cost for this NLSP neighbor entry." ::= { wfNlspNeighEntry 14 } wfNlspTranslationTable OBJECT-TYPE SYNTAX SEQUENCE OF WfNlspTranslationEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Translation Group The translation group contains tables providing mappings between network numbers, NLSP system IDs, and router names." ::= { wfNlspGroup 8 } wfNlspTranslationEntry OBJECT-TYPE SYNTAX WfNlspTranslationEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the NLSP Translation Table." INDEX { wfNlspTranslationAreaID } ::= { wfNlspTranslationTable 1 } WfNlspTranslationEntry ::= SEQUENCE { wfNlspTranslationAreaID INTEGER, wfNlspTranslationNodeIDCount INTEGER, wfNlspTranslationNetNumCount INTEGER, wfNlspTranslationServerNameCount INTEGER } wfNlspTranslationAreaID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The Area this record is associated with." ::= { wfNlspTranslationEntry 1 } wfNlspTranslationNodeIDCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Translated Node ID." ::= { wfNlspTranslationEntry 2 } wfNlspTranslationNetNumCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Translated Network Number." ::= { wfNlspTranslationEntry 3 } wfNlspTranslationServerNameCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Translated Server Name." ::= { wfNlspTranslationEntry 4 } wfNlspIDMapTable OBJECT-TYPE SYNTAX SEQUENCE OF WfNlspIDMapEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "NLSP ID Mapping Table This table maps NLSP system IDs to router names and IPX network numbers." ::= { wfNlspGroup 9 } wfNlspIDMapEntry OBJECT-TYPE SYNTAX WfNlspIDMapEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the NLSP ID map Table." INDEX { wfNlspIDMapAreaID, wfNlspIDMapID } ::= { wfNlspIDMapTable 1 } WfNlspIDMapEntry ::= SEQUENCE { wfNlspIDMapAreaID INTEGER, wfNlspIDMapID OCTET STRING, wfNlspIDMapServerName DisplayString, wfNlspIDMapNetNum OCTET STRING } wfNlspIDMapAreaID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The Area this record is associated with." ::= { wfNlspIDMapEntry 1 } wfNlspIDMapID OBJECT-TYPE SYNTAX OCTET STRING (SIZE (7)) ACCESS read-only STATUS mandatory DESCRIPTION "The NLSP ID (6-octet sytem ID plus the pseudo-node ID)." ::= { wfNlspIDMapEntry 2 } wfNlspIDMapServerName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The readable name corresponding to this NLSP ID. The maximum size is 48 octets." ::= { wfNlspIDMapEntry 3 } wfNlspIDMapNetNum OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The IPX network number corresponding to this NLSP ID." ::= { wfNlspIDMapEntry 4 } wfNlspNetMapTable OBJECT-TYPE SYNTAX SEQUENCE OF WfNlspNetMapEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "IPX Network Number Mapping Table This table maps IPX network numbers to router names and NLSP IDs." ::= { wfNlspGroup 10 } wfNlspNetMapEntry OBJECT-TYPE SYNTAX WfNlspNetMapEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the NLSP net map table." INDEX { wfNlspNetMapAreaID, wfNlspNetMapNetNum } ::= { wfNlspNetMapTable 1 } WfNlspNetMapEntry ::= SEQUENCE { wfNlspNetMapAreaID INTEGER, wfNlspNetMapNetNum OCTET STRING, wfNlspNetMapServerName DisplayString, wfNlspNetMapID OCTET STRING } wfNlspNetMapAreaID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The Area this record is associated with." ::= { wfNlspNetMapEntry 1 } wfNlspNetMapNetNum OBJECT-TYPE SYNTAX OCTET STRING (SIZE (4)) ACCESS read-only STATUS mandatory DESCRIPTION "The IPX network number." ::= { wfNlspNetMapEntry 2 } wfNlspNetMapServerName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The router name corresponding to the IPX network number. The size of this string should be constrained to maximum 48 octets." ::= { wfNlspNetMapEntry 3 } wfNlspNetMapID OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The NLSP ID corresponding to the IPX network number." ::= { wfNlspNetMapEntry 4 } wfNlspNameMapTable OBJECT-TYPE SYNTAX SEQUENCE OF WfNlspNameMapEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Name Mapping Table This table maps router names to their corresponding IPX network number and NLSP ID." ::= { wfNlspGroup 11 } wfNlspNameMapEntry OBJECT-TYPE SYNTAX WfNlspNameMapEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the NLSP name map table." INDEX { wfNlspNameMapAreaID, wfNlspNameMapServerName } ::= { wfNlspNameMapTable 1 } WfNlspNameMapEntry ::= SEQUENCE { wfNlspNameMapAreaID INTEGER, wfNlspNameMapServerName DisplayString, wfNlspNameMapNetNum OCTET STRING, wfNlspNameMapID OCTET STRING } wfNlspNameMapAreaID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The Area this record is associated with." ::= { wfNlspNameMapEntry 1 } wfNlspNameMapServerName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The readable name for this system. The maximum size is 48 octets." ::= { wfNlspNameMapEntry 2 } wfNlspNameMapNetNum OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The IPX network number corresponding to the router name." ::= { wfNlspNameMapEntry 3 } wfNlspNameMapID OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The NLSP ID corresponding to the router name." ::= { wfNlspNameMapEntry 4 } wfNlspNodeTable OBJECT-TYPE SYNTAX SEQUENCE OF WfNlspNodeEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Node Table This table contains an entry for each node in the graph. By default, this table is empty. It is only created if requested." ::= { wfNlspGroup 12 } wfNlspNodeEntry OBJECT-TYPE SYNTAX WfNlspNodeEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the NLSP Node table." INDEX { wfNlspNodeAreaID, wfNlspNodeID } ::= { wfNlspNodeTable 1 } WfNlspNodeEntry ::= SEQUENCE { wfNlspNodeAreaID INTEGER, wfNlspNodeID OCTET STRING, wfNlspNodeNetNum OCTET STRING, wfNlspNodeType INTEGER, wfNlspNodeEstDelay INTEGER, wfNlspNodeEstThroughput INTEGER, wfNlspNodeMaxPacketSize INTEGER, wfNlspNodeCost INTEGER, wfNlspNodeOverload INTEGER, wfNlspNodeReachable INTEGER } wfNlspNodeAreaID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The Area this node is associated with." ::= { wfNlspNodeEntry 1 } wfNlspNodeID OBJECT-TYPE SYNTAX OCTET STRING (SIZE (7)) ACCESS read-only STATUS mandatory DESCRIPTION "The Node ID (6-octet sytem ID plus the pseudo-node ID)." ::= { wfNlspNodeEntry 2 } wfNlspNodeNetNum OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The IPX network number corresponding to this node." ::= { wfNlspNodeEntry 3 } wfNlspNodeType OBJECT-TYPE SYNTAX INTEGER { unknown(1), l1router(2), l2router(3), router(4), network(5) } ACCESS read-only STATUS mandatory DESCRIPTION "Type of system the node represents." DEFVAL { unknown } ::= { wfNlspNodeEntry 4 } wfNlspNodeEstDelay OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The estimated delay in milliseconds to reach the destination represented by this node." ::= { wfNlspNodeEntry 5 } wfNlspNodeEstThroughput OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The estimated throughput in bits per second to the destination represented by this node." ::= { wfNlspNodeEntry 6 } wfNlspNodeMaxPacketSize OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The maximum packet size in bytes that can be sent to the destination represented by this node." ::= { wfNlspNodeEntry 7 } wfNlspNodeCost OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The cost to reach this node." ::= { wfNlspNodeEntry 8 } wfNlspNodeOverload OBJECT-TYPE SYNTAX INTEGER { no(1), yes(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates whether this node is overloaded." DEFVAL { no } ::= { wfNlspNodeEntry 9 } wfNlspNodeReachable OBJECT-TYPE SYNTAX INTEGER { no(1), yes(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates whether the destination represented by this node is reachable." DEFVAL { yes } ::= { wfNlspNodeEntry 10 } wfNlspLinkTable OBJECT-TYPE SYNTAX SEQUENCE OF WfNlspLinkEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Link Table This table contains an entry for all of the links in. the graph. By default, this table is empty. It is only created if requested." ::= { wfNlspGroup 13 } wfNlspLinkEntry OBJECT-TYPE SYNTAX WfNlspLinkEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the NLSP Link table." INDEX { wfNlspLinkAreaID, wfNlspLinkNlspID, wfNlspLinkIndex } ::= { wfNlspLinkTable 1 } WfNlspLinkEntry ::= SEQUENCE { wfNlspLinkAreaID INTEGER, wfNlspLinkNlspID OCTET STRING, wfNlspLinkIndex INTEGER, wfNlspLinkNeighNlspID OCTET STRING, wfNlspLinkFromNeighCost INTEGER, wfNlspLinkMaxPacketSize INTEGER, wfNlspLinkThroughput INTEGER, wfNlspLinkDelay INTEGER, wfNlspLinkMediaType OCTET STRING, wfNlspLinkToNeighCost INTEGER } wfNlspLinkAreaID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The Area this record is associated with." ::= { wfNlspLinkEntry 1 } wfNlspLinkNlspID OBJECT-TYPE SYNTAX OCTET STRING (SIZE (7)) ACCESS read-only STATUS mandatory DESCRIPTION "The NLSP ID (6-octet sytem ID plus the pseudo-node ID) of the node to which this link belongs." ::= { wfNlspLinkEntry 2 } wfNlspLinkIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The unique value identifying the link within the node." ::= { wfNlspLinkEntry 3 } wfNlspLinkNeighNlspID OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The NLSP ID (6-octet sytem ID plus the pseudo-node ID) of the neighboring node." ::= { wfNlspLinkEntry 4 } wfNlspLinkFromNeighCost OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The cost to use this link to reach this node from the neighboring node." ::= { wfNlspLinkEntry 5 } wfNlspLinkMaxPacketSize OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The maximum size in bytes of a packet that may be sent over this link." ::= { wfNlspLinkEntry 6 } wfNlspLinkThroughput OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The link's throughput in bits per second." ::= { wfNlspLinkEntry 7 } wfNlspLinkDelay OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The delay in milliseconds on this link." ::= { wfNlspLinkEntry 8 } wfNlspLinkMediaType OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The media type of this link." ::= { wfNlspLinkEntry 9 } wfNlspLinkToNeighCost OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The cost to use this link to reach the neighbor from this node." ::= { wfNlspLinkEntry 10 } wfNlspPathTable OBJECT-TYPE SYNTAX SEQUENCE OF WfNlspPathEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Path Table This table allows the path(s) that a packet may take to reach a destination to be reconstructed. The entries in this table represent those links that are one hop closer to the source and would be used for the minimum cost path(s) to reach the destination. By default, this table is empty. It will only be created if requested." ::= { wfNlspGroup 14 } wfNlspPathEntry OBJECT-TYPE SYNTAX WfNlspPathEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the NLSP Path table." INDEX { wfNlspPathAreaID, wfNlspPathDestNlspID, wfNlspPathLinkIndex } ::= { wfNlspPathTable 1 } WfNlspPathEntry ::= SEQUENCE { wfNlspPathAreaID INTEGER, wfNlspPathDestNlspID OCTET STRING, wfNlspPathLinkIndex INTEGER } wfNlspPathAreaID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The Area this record is associated with." ::= { wfNlspPathEntry 1 } wfNlspPathDestNlspID OBJECT-TYPE SYNTAX OCTET STRING (SIZE (7)) ACCESS read-only STATUS mandatory DESCRIPTION "The Node ID (6-octet sytem ID plus the pseudo-node ID) of this destination." ::= { wfNlspPathEntry 2 } wfNlspPathLinkIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The unique value identifying this link within the destination node." ::= { wfNlspPathEntry 3 } wfNlspGraphXRouteTable OBJECT-TYPE SYNTAX SEQUENCE OF WfNlspGraphXRouteEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Graph XRoutes Table This table contains information about of all the XRoutes provided by a node in the graph. By default, this table is empty. It will only be created if requested." ::= { wfNlspGroup 15 } wfNlspGraphXRouteEntry OBJECT-TYPE SYNTAX WfNlspGraphXRouteEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the NLSP Graph XRoute table." INDEX { wfNlspGraphXRouteAreaID, wfNlspGraphXRouteNlspID, wfNlspGraphXRouteNetNum } ::= { wfNlspGraphXRouteTable 1 } WfNlspGraphXRouteEntry ::= SEQUENCE { wfNlspGraphXRouteAreaID INTEGER, wfNlspGraphXRouteNlspID OCTET STRING, wfNlspGraphXRouteNetNum OCTET STRING, wfNlspGraphXRouteCost INTEGER, wfNlspGraphXRouteHopCount INTEGER, wfNlspGraphXRouteTicks INTEGER } wfNlspGraphXRouteAreaID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The Area this record is associated with." ::= { wfNlspGraphXRouteEntry 1 } wfNlspGraphXRouteNlspID OBJECT-TYPE SYNTAX OCTET STRING (SIZE (7)) ACCESS read-only STATUS mandatory DESCRIPTION "The Node ID (6-octet sytem ID plus the pseudo-node ID) of this Node." ::= { wfNlspGraphXRouteEntry 2 } wfNlspGraphXRouteNetNum OBJECT-TYPE SYNTAX OCTET STRING (SIZE (4)) ACCESS read-only STATUS mandatory DESCRIPTION "The IPX network number of the XRoute's destination." ::= { wfNlspGraphXRouteEntry 3 } wfNlspGraphXRouteCost OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The cost to reach the XRoute's destination." ::= { wfNlspGraphXRouteEntry 4 } wfNlspGraphXRouteHopCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of hops necessary to reach the XRoute's destination." ::= { wfNlspGraphXRouteEntry 5 } wfNlspGraphXRouteTicks OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of ticks necessary to reach the XRoute's destination." ::= { wfNlspGraphXRouteEntry 6 } wfNlspGraphServTable OBJECT-TYPE SYNTAX SEQUENCE OF WfNlspGraphServEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Graph Services Table This table contains information about all the services provided by a node in the graph. By default, this table is empty. It will only be created if requested." ::= { wfNlspGroup 16 } wfNlspGraphServEntry OBJECT-TYPE SYNTAX WfNlspGraphServEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the NLSP Graph Services table." INDEX { wfNlspGraphServAreaID, wfNlspGraphServNlspID, wfNlspGraphServTypeValue } ::= { wfNlspGraphServTable 1 } WfNlspGraphServEntry ::= SEQUENCE { wfNlspGraphServAreaID INTEGER, wfNlspGraphServNlspID OCTET STRING, wfNlspGraphServName DisplayString, wfNlspGraphServTypeValue OCTET STRING, wfNlspGraphServType INTEGER, wfNlspGraphServNetNum OCTET STRING, wfNlspGraphServNode OCTET STRING, wfNlspGraphServSocket OCTET STRING } wfNlspGraphServAreaID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The Area this record is associated with." ::= { wfNlspGraphServEntry 1 } wfNlspGraphServNlspID OBJECT-TYPE SYNTAX OCTET STRING (SIZE (7)) ACCESS read-only STATUS mandatory DESCRIPTION "The Node ID (6-octet sytem ID plus the pseudo-node ID) of this Node." ::= { wfNlspGraphServEntry 2 } wfNlspGraphServName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The service name." ::= { wfNlspGraphServEntry 3 } wfNlspGraphServTypeValue OBJECT-TYPE SYNTAX OCTET STRING (SIZE (2)) ACCESS read-only STATUS mandatory DESCRIPTION "The service type's hexadecimal value." ::= { wfNlspGraphServEntry 4 } wfNlspGraphServType OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The service type." ::= { wfNlspGraphServEntry 5 } wfNlspGraphServNetNum OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The IPX network number potion of the IPX address of the service." ::= { wfNlspGraphServEntry 6 } wfNlspGraphServNode OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The node portion of the IPX address of the service." ::= { wfNlspGraphServEntry 7 } wfNlspGraphServSocket OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The socket portion of the IPX address of the service." ::= { wfNlspGraphServEntry 8 } wfNlspLspTable OBJECT-TYPE SYNTAX SEQUENCE OF WfNlspLspEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "LSP Header Table The LSP Header table contains information about each LSP in the database as well as an OCTET STRING containing the entire LSP header. By default, this table is empty. It will only be created if requested." ::= { wfNlspGroup 17 } wfNlspLspEntry OBJECT-TYPE SYNTAX WfNlspLspEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the NLSP LSP table." INDEX { wfNlspLspAreaID, wfNlspLspID } ::= { wfNlspLspTable 1 } WfNlspLspEntry ::= SEQUENCE { wfNlspLspAreaID INTEGER, wfNlspLspID OCTET STRING, wfNlspLspLifetime INTEGER, wfNlspLspSeqNum INTEGER, wfNlspLspChecksum INTEGER, wfNlspLspRouterType INTEGER, wfNlspLspOverload INTEGER, wfNlspLspHeader OCTET STRING } wfNlspLspAreaID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The Area this record is associated with." ::= { wfNlspLspEntry 1 } wfNlspLspID OBJECT-TYPE SYNTAX OCTET STRING (SIZE (8)) ACCESS read-only STATUS mandatory DESCRIPTION "The value that uniquely identifies this LSP." ::= { wfNlspLspEntry 2 } wfNlspLspLifetime OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds prior to the expiration of the LSP." ::= { wfNlspLspEntry 3 } wfNlspLspSeqNum OBJECT-TYPE SYNTAX INTEGER(1..255) ACCESS read-only STATUS mandatory DESCRIPTION "The sequence number of the LSP." DEFVAL { 1 } ::= { wfNlspLspEntry 4 } wfNlspLspChecksum OBJECT-TYPE SYNTAX INTEGER(1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The checksum of the LSP." DEFVAL { 1 } ::= { wfNlspLspEntry 5 } wfNlspLspRouterType OBJECT-TYPE SYNTAX INTEGER { unknown(1), l1router(2) } ACCESS read-only STATUS mandatory DESCRIPTION "The type of the router that sent the LSP." DEFVAL { unknown } ::= { wfNlspLspEntry 6 } wfNlspLspOverload OBJECT-TYPE SYNTAX INTEGER { no(1), yes(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates whether the sending router's LSP database is overloaded." DEFVAL { no } ::= { wfNlspLspEntry 7 } wfNlspLspHeader OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The complete LSP header." ::= { wfNlspLspEntry 8 } wfNlspLspOptTable OBJECT-TYPE SYNTAX SEQUENCE OF WfNlspLspOptEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "NLSP Options Table The LSP options table is used to obtain each option contained in an LSP. By default this table is empty. It will only be created if requested." ::= { wfNlspGroup 18 } wfNlspLspOptEntry OBJECT-TYPE SYNTAX WfNlspLspOptEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry is an option from a LSP." INDEX { wfNlspLspOptAreaID, wfNlspLspOptLspID, wfNlspLspOptIndex } ::= { wfNlspLspOptTable 1 } WfNlspLspOptEntry ::= SEQUENCE { wfNlspLspOptAreaID INTEGER, wfNlspLspOptLspID OCTET STRING, wfNlspLspOptIndex INTEGER, wfNlspLspOptCode INTEGER, wfNlspLspOptLength INTEGER, wfNlspLspOptValue OCTET STRING } wfNlspLspOptAreaID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The Area this record is associated with." ::= { wfNlspLspOptEntry 1 } wfNlspLspOptLspID OBJECT-TYPE SYNTAX OCTET STRING (SIZE (8)) ACCESS read-only STATUS mandatory DESCRIPTION "The value that uniquely identifies this LSP." ::= { wfNlspLspOptEntry 2 } wfNlspLspOptIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The value that uniquely identifies this option within the LSP." ::= { wfNlspLspOptEntry 3 } wfNlspLspOptCode OBJECT-TYPE SYNTAX INTEGER(1..255) ACCESS read-only STATUS mandatory DESCRIPTION "The code that identifies the type of the option." DEFVAL { 1 } ::= { wfNlspLspOptEntry 4 } wfNlspLspOptLength OBJECT-TYPE SYNTAX INTEGER(1..255) ACCESS read-only STATUS mandatory DESCRIPTION "The length of the option's value field." DEFVAL { 1 } ::= { wfNlspLspOptEntry 5 } wfNlspLspOptValue OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The option's value field." ::= { wfNlspLspOptEntry 6 } wfNlspCreateDestTblTable OBJECT-TYPE SYNTAX SEQUENCE OF WfNlspCreateDestTblEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "NLSP Create Destination Table By default the NLSP Destination Table is not. created. This table is used to create only those NLSP destination information needed. This is essentially destination information on demand." ::= { wfNlspGroup 19 } wfNlspCreateDestTblEntry OBJECT-TYPE SYNTAX WfNlspCreateDestTblEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry is a request per Area." INDEX { wfNlspCreateDestTblAreaID, wfNlspCreateDestTblLowNetNum, wfNlspCreateDestTblHighNetNum } ::= { wfNlspCreateDestTblTable 1 } WfNlspCreateDestTblEntry ::= SEQUENCE { wfNlspCreateDestTblDelete INTEGER, wfNlspCreateDestTblApply INTEGER, wfNlspCreateDestTblAreaID INTEGER, wfNlspCreateDestTblLowNetNum OCTET STRING, wfNlspCreateDestTblHighNetNum OCTET STRING, wfNlspCreateDestTblNumDest INTEGER, wfNlspCreateDestTblPollingState INTEGER } wfNlspCreateDestTblDelete OBJECT-TYPE SYNTAX INTEGER { created(1), deleted(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Create/Delete parameter. Default is created." DEFVAL { created } ::= { wfNlspCreateDestTblEntry 1 } wfNlspCreateDestTblApply OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Apply/Not Apply parameter. Default is not apply so that user can enter all the correct data before executing the request." DEFVAL { disabled } ::= { wfNlspCreateDestTblEntry 2 } wfNlspCreateDestTblAreaID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Area with this request." ::= { wfNlspCreateDestTblEntry 3 } wfNlspCreateDestTblLowNetNum OBJECT-TYPE SYNTAX OCTET STRING (SIZE (4)) ACCESS read-only STATUS mandatory DESCRIPTION "Low node ID for this request." ::= { wfNlspCreateDestTblEntry 4 } wfNlspCreateDestTblHighNetNum OBJECT-TYPE SYNTAX OCTET STRING (SIZE (4)) ACCESS read-only STATUS mandatory DESCRIPTION "High node ID for this request." ::= { wfNlspCreateDestTblEntry 5 } wfNlspCreateDestTblNumDest OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of entries in the node table for this requested range." ::= { wfNlspCreateDestTblEntry 6 } wfNlspCreateDestTblPollingState OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Polling state for this filter entry." DEFVAL { disabled } ::= { wfNlspCreateDestTblEntry 7 } wfNlspCreateNodeTblTable OBJECT-TYPE SYNTAX SEQUENCE OF WfNlspCreateNodeTblEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "NLSP Create Node Table By default the NLSP Node Table is not create. This table is used to create only those NLSP node information needed. This is essentially node information on demand." ::= { wfNlspGroup 20 } wfNlspCreateNodeTblEntry OBJECT-TYPE SYNTAX WfNlspCreateNodeTblEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry is a request per Area." INDEX { wfNlspCreateNodeTblAreaID } ::= { wfNlspCreateNodeTblTable 1 } WfNlspCreateNodeTblEntry ::= SEQUENCE { wfNlspCreateNodeTblDelete INTEGER, wfNlspCreateNodeTblApply INTEGER, wfNlspCreateNodeTblAreaID INTEGER, wfNlspCreateNodeTblLowNodeID OCTET STRING, wfNlspCreateNodeTblHighNodeID OCTET STRING, wfNlspCreateNodeTblNumNodes INTEGER, wfNlspCreateNodeTblPollingState INTEGER } wfNlspCreateNodeTblDelete OBJECT-TYPE SYNTAX INTEGER { created(1), deleted(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Create/Delete parameter. Default is created." DEFVAL { created } ::= { wfNlspCreateNodeTblEntry 1 } wfNlspCreateNodeTblApply OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Apply/Not Apply parameter. Default is not apply so that user can enter all the correct data before executing the request." DEFVAL { disabled } ::= { wfNlspCreateNodeTblEntry 2 } wfNlspCreateNodeTblAreaID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Area associated with this request." ::= { wfNlspCreateNodeTblEntry 3 } wfNlspCreateNodeTblLowNodeID OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS mandatory DESCRIPTION "Low node ID for this request." ::= { wfNlspCreateNodeTblEntry 4 } wfNlspCreateNodeTblHighNodeID OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS mandatory DESCRIPTION "High node ID for this request." ::= { wfNlspCreateNodeTblEntry 5 } wfNlspCreateNodeTblNumNodes OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of entries in the node table for this requested range." ::= { wfNlspCreateNodeTblEntry 6 } wfNlspCreateNodeTblPollingState OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Polling state for this filter entry." DEFVAL { disabled } ::= { wfNlspCreateNodeTblEntry 7 } wfNlspCreateLinkTblTable OBJECT-TYPE SYNTAX SEQUENCE OF WfNlspCreateLinkTblEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "NLSP Create Link Table By default the NLSP Link Table is not create. This table is used to create only those NLSP link information needed. This is essentially link information on demand." ::= { wfNlspGroup 21 } wfNlspCreateLinkTblEntry OBJECT-TYPE SYNTAX WfNlspCreateLinkTblEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry is a request per Area." INDEX { wfNlspCreateLinkTblAreaID, wfNlspCreateLinkTblLowLinkIndex, wfNlspCreateLinkTblHighLinkIndex } ::= { wfNlspCreateLinkTblTable 1 } WfNlspCreateLinkTblEntry ::= SEQUENCE { wfNlspCreateLinkTblDelete INTEGER, wfNlspCreateLinkTblApply INTEGER, wfNlspCreateLinkTblAreaID INTEGER, wfNlspCreateLinkTblLowNlspID OCTET STRING, wfNlspCreateLinkTblHighNlspID OCTET STRING, wfNlspCreateLinkTblLowLinkIndex INTEGER, wfNlspCreateLinkTblHighLinkIndex INTEGER, wfNlspCreateLinkTblNumLinks INTEGER, wfNlspCreateLinkTblPollingState INTEGER } wfNlspCreateLinkTblDelete OBJECT-TYPE SYNTAX INTEGER { created(1), deleted(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Create/Delete parameter. Default is created." DEFVAL { created } ::= { wfNlspCreateLinkTblEntry 1 } wfNlspCreateLinkTblApply OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Apply/Not Apply parameter. Default is not apply so that user can enter all the correct data before executing the request." DEFVAL { disabled } ::= { wfNlspCreateLinkTblEntry 2 } wfNlspCreateLinkTblAreaID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Area associated with this request." ::= { wfNlspCreateLinkTblEntry 3 } wfNlspCreateLinkTblLowNlspID OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS mandatory DESCRIPTION "Low NLSP ID for this request." ::= { wfNlspCreateLinkTblEntry 4 } wfNlspCreateLinkTblHighNlspID OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS mandatory DESCRIPTION "High NLSP ID for this request." ::= { wfNlspCreateLinkTblEntry 5 } wfNlspCreateLinkTblLowLinkIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The low link index (circuit number)." ::= { wfNlspCreateLinkTblEntry 6 } wfNlspCreateLinkTblHighLinkIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The high link index (circuit number)." ::= { wfNlspCreateLinkTblEntry 7 } wfNlspCreateLinkTblNumLinks OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of entries in the link table for this requested range." ::= { wfNlspCreateLinkTblEntry 8 } wfNlspCreateLinkTblPollingState OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Polling State for this filter entry." DEFVAL { disabled } ::= { wfNlspCreateLinkTblEntry 9 } wfNlspCreatePathTblTable OBJECT-TYPE SYNTAX SEQUENCE OF WfNlspCreatePathTblEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "NLSP Create Path Table By default the NLSP Path Table is not create. This table is used to create only those NLSP path information needed. This is essentially path information on demand." ::= { wfNlspGroup 22 } wfNlspCreatePathTblEntry OBJECT-TYPE SYNTAX WfNlspCreatePathTblEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry is a request per Area." INDEX { wfNlspCreatePathTblAreaID, wfNlspCreatePathTblLowLinkIndex, wfNlspCreatePathTblHighLinkIndex } ::= { wfNlspCreatePathTblTable 1 } WfNlspCreatePathTblEntry ::= SEQUENCE { wfNlspCreatePathTblDelete INTEGER, wfNlspCreatePathTblApply INTEGER, wfNlspCreatePathTblAreaID INTEGER, wfNlspCreatePathTblLowNlspID OCTET STRING, wfNlspCreatePathTblHighNlspID OCTET STRING, wfNlspCreatePathTblLowLinkIndex INTEGER, wfNlspCreatePathTblHighLinkIndex INTEGER, wfNlspCreatePathTblNumPaths INTEGER, wfNlspCreatePathTblPollingState INTEGER } wfNlspCreatePathTblDelete OBJECT-TYPE SYNTAX INTEGER { created(1), deleted(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Create/Delete parameter. Default is created." DEFVAL { created } ::= { wfNlspCreatePathTblEntry 1 } wfNlspCreatePathTblApply OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Apply/Not Apply parameter. Default is not apply so that user can enter all the correct data before executing the request." DEFVAL { disabled } ::= { wfNlspCreatePathTblEntry 2 } wfNlspCreatePathTblAreaID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Area associated with this request." ::= { wfNlspCreatePathTblEntry 3 } wfNlspCreatePathTblLowNlspID OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS mandatory DESCRIPTION "Low NLSP ID for this request." ::= { wfNlspCreatePathTblEntry 4 } wfNlspCreatePathTblHighNlspID OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS mandatory DESCRIPTION "High NLSP ID for this request." ::= { wfNlspCreatePathTblEntry 5 } wfNlspCreatePathTblLowLinkIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The low link index (circuit number)." ::= { wfNlspCreatePathTblEntry 6 } wfNlspCreatePathTblHighLinkIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The high link index (circuit number)." ::= { wfNlspCreatePathTblEntry 7 } wfNlspCreatePathTblNumPaths OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of entries in the path table for this requested range." ::= { wfNlspCreatePathTblEntry 8 } wfNlspCreatePathTblPollingState OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Polling State for this filter entry." DEFVAL { disabled } ::= { wfNlspCreatePathTblEntry 9 } wfNlspCreateXRouteTblTable OBJECT-TYPE SYNTAX SEQUENCE OF WfNlspCreateXRouteTblEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "NLSP Create XRoute Table By default the NLSP XRoute Table is not create. This table is used to create only those NLSP XRoute information needed. This is essentially XRoute information on demand." ::= { wfNlspGroup 23 } wfNlspCreateXRouteTblEntry OBJECT-TYPE SYNTAX WfNlspCreateXRouteTblEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry is a request per Area." INDEX { wfNlspCreateXRouteTblAreaID, wfNlspCreateXRouteTblLowXRoute, wfNlspCreateXRouteTblHighXRoute } ::= { wfNlspCreateXRouteTblTable 1 } WfNlspCreateXRouteTblEntry ::= SEQUENCE { wfNlspCreateXRouteTblDelete INTEGER, wfNlspCreateXRouteTblApply INTEGER, wfNlspCreateXRouteTblAreaID INTEGER, wfNlspCreateXRouteTblLowNlspID OCTET STRING, wfNlspCreateXRouteTblHighNlspID OCTET STRING, wfNlspCreateXRouteTblLowXRoute OCTET STRING, wfNlspCreateXRouteTblHighXRoute OCTET STRING, wfNlspCreateXRouteTblNumXRoutes INTEGER, wfNlspCreateXRouteTblPollingState INTEGER } wfNlspCreateXRouteTblDelete OBJECT-TYPE SYNTAX INTEGER { created(1), deleted(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Create/Delete parameter. Default is created." DEFVAL { created } ::= { wfNlspCreateXRouteTblEntry 1 } wfNlspCreateXRouteTblApply OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Apply/Not Apply parameter. Default is not apply so that user can enter all the correct data before executing the request." DEFVAL { disabled } ::= { wfNlspCreateXRouteTblEntry 2 } wfNlspCreateXRouteTblAreaID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Area associated with this request." ::= { wfNlspCreateXRouteTblEntry 3 } wfNlspCreateXRouteTblLowNlspID OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS mandatory DESCRIPTION "Low NLSP ID for this request." ::= { wfNlspCreateXRouteTblEntry 4 } wfNlspCreateXRouteTblHighNlspID OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS mandatory DESCRIPTION "High NLSP ID for this request." ::= { wfNlspCreateXRouteTblEntry 5 } wfNlspCreateXRouteTblLowXRoute OBJECT-TYPE SYNTAX OCTET STRING (SIZE (4)) ACCESS read-only STATUS mandatory DESCRIPTION "Low XRoute Network Number for this request." ::= { wfNlspCreateXRouteTblEntry 6 } wfNlspCreateXRouteTblHighXRoute OBJECT-TYPE SYNTAX OCTET STRING (SIZE (4)) ACCESS read-only STATUS mandatory DESCRIPTION "High XRoute Network Number for this request." ::= { wfNlspCreateXRouteTblEntry 7 } wfNlspCreateXRouteTblNumXRoutes OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of entries in the XRoute table for this requested range." ::= { wfNlspCreateXRouteTblEntry 8 } wfNlspCreateXRouteTblPollingState OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Polling State for this filter entry." DEFVAL { disabled } ::= { wfNlspCreateXRouteTblEntry 9 } wfNlspCreateServTblTable OBJECT-TYPE SYNTAX SEQUENCE OF WfNlspCreateServTblEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "NLSP Create Service Table By default the NLSP Service Table is not create. This table is used to create only those NLSP Service information needed. This is essentially Service information on demand." ::= { wfNlspGroup 24 } wfNlspCreateServTblEntry OBJECT-TYPE SYNTAX WfNlspCreateServTblEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry is a request per Area." INDEX { wfNlspCreateServTblAreaID, wfNlspCreateServTblLowServType, wfNlspCreateServTblHighServType } ::= { wfNlspCreateServTblTable 1 } WfNlspCreateServTblEntry ::= SEQUENCE { wfNlspCreateServTblDelete INTEGER, wfNlspCreateServTblApply INTEGER, wfNlspCreateServTblAreaID INTEGER, wfNlspCreateServTblLowNlspID OCTET STRING, wfNlspCreateServTblHighNlspID OCTET STRING, wfNlspCreateServTblLowServType INTEGER, wfNlspCreateServTblHighServType INTEGER, wfNlspCreateServTblNumServs INTEGER, wfNlspCreateServTblPollingState INTEGER } wfNlspCreateServTblDelete OBJECT-TYPE SYNTAX INTEGER { created(1), deleted(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Create/Delete parameter. Default is created." DEFVAL { created } ::= { wfNlspCreateServTblEntry 1 } wfNlspCreateServTblApply OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Apply/Not Apply parameter. Default is not apply so that user can enter all the correct data before executing the request." DEFVAL { disabled } ::= { wfNlspCreateServTblEntry 2 } wfNlspCreateServTblAreaID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The Area associated with this request." ::= { wfNlspCreateServTblEntry 3 } wfNlspCreateServTblLowNlspID OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS mandatory DESCRIPTION "Low NLSP ID for this request." ::= { wfNlspCreateServTblEntry 4 } wfNlspCreateServTblHighNlspID OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS mandatory DESCRIPTION "High NLSP ID for this request." ::= { wfNlspCreateServTblEntry 5 } wfNlspCreateServTblLowServType OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Low Service Type." ::= { wfNlspCreateServTblEntry 6 } wfNlspCreateServTblHighServType OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "High Service Type." ::= { wfNlspCreateServTblEntry 7 } wfNlspCreateServTblNumServs OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of entries in the Graph Services table for this requested range." ::= { wfNlspCreateServTblEntry 8 } wfNlspCreateServTblPollingState OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Polling state for this filter entry." DEFVAL { disabled } ::= { wfNlspCreateServTblEntry 9 } wfNlspCreateLspTblTable OBJECT-TYPE SYNTAX SEQUENCE OF WfNlspCreateLspTblEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "NLSP Create LSP Table By default the NLSP LSP Table is not create. This table is used to create only those NLSP LSP information needed. This is essentially LSP information on demand." ::= { wfNlspGroup 25 } wfNlspCreateLspTblEntry OBJECT-TYPE SYNTAX WfNlspCreateLspTblEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry is a request per Area." INDEX { wfNlspCreateLspTblAreaID } ::= { wfNlspCreateLspTblTable 1 } WfNlspCreateLspTblEntry ::= SEQUENCE { wfNlspCreateLspTblDelete INTEGER, wfNlspCreateLspTblApply INTEGER, wfNlspCreateLspTblAreaID INTEGER, wfNlspCreateLspTblLowLspID OCTET STRING, wfNlspCreateLspTblHighLspID OCTET STRING, wfNlspCreateLspTblNumLsps INTEGER, wfNlspCreateLspTblPollingState INTEGER } wfNlspCreateLspTblDelete OBJECT-TYPE SYNTAX INTEGER { created(1), deleted(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Create/Delete parameter. Default is created." DEFVAL { created } ::= { wfNlspCreateLspTblEntry 1 } wfNlspCreateLspTblApply OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Apply/Not Apply parameter. Default is not apply so that user can enter all the correct data before executing the request." DEFVAL { disabled } ::= { wfNlspCreateLspTblEntry 2 } wfNlspCreateLspTblAreaID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Area associated with this request." ::= { wfNlspCreateLspTblEntry 3 } wfNlspCreateLspTblLowLspID OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS mandatory DESCRIPTION "Low LSP ID for this request." ::= { wfNlspCreateLspTblEntry 4 } wfNlspCreateLspTblHighLspID OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS mandatory DESCRIPTION "High LSP ID for this request." ::= { wfNlspCreateLspTblEntry 5 } wfNlspCreateLspTblNumLsps OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of entries in the LSP Header table for this requested range." ::= { wfNlspCreateLspTblEntry 6 } wfNlspCreateLspTblPollingState OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Polling State for this filter entry." DEFVAL { disabled } ::= { wfNlspCreateLspTblEntry 7 } wfNlspCreateLspOptTblTable OBJECT-TYPE SYNTAX SEQUENCE OF WfNlspCreateLspOptTblEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "NLSP Create LSP Options Table By default the NLSP LSP Options Table is not create. This table is used to create only those NLSP LSP Options information needed. This is essentially LSP Options information on demand." ::= { wfNlspGroup 26 } wfNlspCreateLspOptTblEntry OBJECT-TYPE SYNTAX WfNlspCreateLspOptTblEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry is a request per Area." INDEX { wfNlspCreateLspOptTblAreaID } ::= { wfNlspCreateLspOptTblTable 1 } WfNlspCreateLspOptTblEntry ::= SEQUENCE { wfNlspCreateLspOptTblDelete INTEGER, wfNlspCreateLspOptTblApply INTEGER, wfNlspCreateLspOptTblAreaID INTEGER, wfNlspCreateLspOptTblLowLspID OCTET STRING, wfNlspCreateLspOptTblHighLspID OCTET STRING, wfNlspCreateLspOptTblNumLspOpts INTEGER, wfNlspCreateLspOptTblPollingState INTEGER } wfNlspCreateLspOptTblDelete OBJECT-TYPE SYNTAX INTEGER { created(1), deleted(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Create/Delete parameter. Default is created." DEFVAL { created } ::= { wfNlspCreateLspOptTblEntry 1 } wfNlspCreateLspOptTblApply OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Apply/Not Apply parameter. Default is not apply so that user can enter all the correct data before executing the request." DEFVAL { disabled } ::= { wfNlspCreateLspOptTblEntry 2 } wfNlspCreateLspOptTblAreaID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Area associated with this request." ::= { wfNlspCreateLspOptTblEntry 3 } wfNlspCreateLspOptTblLowLspID OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS mandatory DESCRIPTION "Low LSP ID for this request." ::= { wfNlspCreateLspOptTblEntry 4 } wfNlspCreateLspOptTblHighLspID OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS mandatory DESCRIPTION "High LSP ID for this request." ::= { wfNlspCreateLspOptTblEntry 5 } wfNlspCreateLspOptTblNumLspOpts OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of entries in the LSP Options table for this requested range." ::= { wfNlspCreateLspOptTblEntry 6 } wfNlspCreateLspOptTblPollingState OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Polling State for this filter entry." DEFVAL { disabled } ::= { wfNlspCreateLspOptTblEntry 7 } wfNlspCreateNeighTblTable OBJECT-TYPE SYNTAX SEQUENCE OF WfNlspCreateNeighTblEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "NLSP Create Neighbor Table By default the NLSP Neighbor Table is not create. This table is used to create only those NLSP Neighbor information needed. This is essentially Neighbor information on demand." ::= { wfNlspGroup 27 } wfNlspCreateNeighTblEntry OBJECT-TYPE SYNTAX WfNlspCreateNeighTblEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry is a request per Area per Circuit Index." INDEX { wfNlspCreateNeighTblAreaID, wfNlspCreateNeighTblLowCircIndex, wfNlspCreateNeighTblHighCircIndex } ::= { wfNlspCreateNeighTblTable 1 } WfNlspCreateNeighTblEntry ::= SEQUENCE { wfNlspCreateNeighTblDelete INTEGER, wfNlspCreateNeighTblApply INTEGER, wfNlspCreateNeighTblAreaID INTEGER, wfNlspCreateNeighTblLowCircIndex INTEGER, wfNlspCreateNeighTblHighCircIndex INTEGER, wfNlspCreateNeighTblNumNeighs INTEGER, wfNlspCreateNeighTblPollingState INTEGER } wfNlspCreateNeighTblDelete OBJECT-TYPE SYNTAX INTEGER { created(1), deleted(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Create/Delete parameter. Default is created." DEFVAL { created } ::= { wfNlspCreateNeighTblEntry 1 } wfNlspCreateNeighTblApply OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Apply/Not Apply parameter. Default is not apply so that user can enter all the correct data before executing the request." DEFVAL { disabled } ::= { wfNlspCreateNeighTblEntry 2 } wfNlspCreateNeighTblAreaID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Area associated with this request." ::= { wfNlspCreateNeighTblEntry 3 } wfNlspCreateNeighTblLowCircIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The low link index (circuit number)." ::= { wfNlspCreateNeighTblEntry 4 } wfNlspCreateNeighTblHighCircIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The high link index (circuit number)." ::= { wfNlspCreateNeighTblEntry 5 } wfNlspCreateNeighTblNumNeighs OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of entries in the Neigh table for this requested range." ::= { wfNlspCreateNeighTblEntry 6 } wfNlspCreateNeighTblPollingState OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Polling State for this filter entry." DEFVAL { disabled } ::= { wfNlspCreateNeighTblEntry 7 } wfNlspCreateTransMapTblTable OBJECT-TYPE SYNTAX SEQUENCE OF WfNlspCreateTransMapTblEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "NLSP Create Translation Map Table By default the NLSP Translation Map Table is not create. This table is used to create only those NLSP Translation Map accounting information needed. This is essentially Translation Map information on demand." ::= { wfNlspGroup 28 } wfNlspCreateTransMapTblEntry OBJECT-TYPE SYNTAX WfNlspCreateTransMapTblEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry is a request per Area." INDEX { wfNlspCreateTransMapTblAreaID } ::= { wfNlspCreateTransMapTblTable 1 } WfNlspCreateTransMapTblEntry ::= SEQUENCE { wfNlspCreateTransMapTblDelete INTEGER, wfNlspCreateTransMapTblApply INTEGER, wfNlspCreateTransMapTblAreaID INTEGER, wfNlspCreateTransMapTblPollingState INTEGER } wfNlspCreateTransMapTblDelete OBJECT-TYPE SYNTAX INTEGER { created(1), deleted(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Create/Delete parameter. Default is created." DEFVAL { created } ::= { wfNlspCreateTransMapTblEntry 1 } wfNlspCreateTransMapTblApply OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Apply/Not Apply parameter. Default is not apply so that user can enter all the correct data before executing the request." DEFVAL { disabled } ::= { wfNlspCreateTransMapTblEntry 2 } wfNlspCreateTransMapTblAreaID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Area associated with this request." ::= { wfNlspCreateTransMapTblEntry 3 } wfNlspCreateTransMapTblPollingState OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Polling State for this filter entry." DEFVAL { disabled } ::= { wfNlspCreateTransMapTblEntry 4 } wfNlspCreateNodeIDMapTblTable OBJECT-TYPE SYNTAX SEQUENCE OF WfNlspCreateNodeIDMapTblEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "NLSP Create Node ID Map Table By default the NLSP Mode ID Map Table is not create. This table is used to create only those NLSP Node ID Map information needed. This is essentially Node ID MAP information on demand." ::= { wfNlspGroup 29 } wfNlspCreateNodeIDMapTblEntry OBJECT-TYPE SYNTAX WfNlspCreateNodeIDMapTblEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry is a request per Area per Node ID." INDEX { wfNlspCreateNodeIDMapTblAreaID, wfNlspCreateNodeIDMapTblLowNodeID, wfNlspCreateNodeIDMapTblHighNodeID } ::= { wfNlspCreateNodeIDMapTblTable 1 } WfNlspCreateNodeIDMapTblEntry ::= SEQUENCE { wfNlspCreateNodeIDMapTblDelete INTEGER, wfNlspCreateNodeIDMapTblApply INTEGER, wfNlspCreateNodeIDMapTblAreaID INTEGER, wfNlspCreateNodeIDMapTblLowNodeID OCTET STRING, wfNlspCreateNodeIDMapTblHighNodeID OCTET STRING, wfNlspCreateNodeIDMapTblLowCircIndex INTEGER, wfNlspCreateNodeIDMapTblHighCircIndex INTEGER, wfNlspCreateNodeIDMapTblNumNodeIDs INTEGER, wfNlspCreateNodeIDMapTblPollingState INTEGER } wfNlspCreateNodeIDMapTblDelete OBJECT-TYPE SYNTAX INTEGER { created(1), deleted(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Create/Delete parameter. Default is created." DEFVAL { created } ::= { wfNlspCreateNodeIDMapTblEntry 1 } wfNlspCreateNodeIDMapTblApply OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Apply/Not Apply parameter. Default is not apply so that user can enter all the correct data before executing the request." DEFVAL { disabled } ::= { wfNlspCreateNodeIDMapTblEntry 2 } wfNlspCreateNodeIDMapTblAreaID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Area associated with this request." ::= { wfNlspCreateNodeIDMapTblEntry 3 } wfNlspCreateNodeIDMapTblLowNodeID OBJECT-TYPE SYNTAX OCTET STRING (SIZE (7)) ACCESS read-only STATUS mandatory DESCRIPTION "The low Node ID." ::= { wfNlspCreateNodeIDMapTblEntry 4 } wfNlspCreateNodeIDMapTblHighNodeID OBJECT-TYPE SYNTAX OCTET STRING (SIZE (7)) ACCESS read-only STATUS mandatory DESCRIPTION "The high Node D." ::= { wfNlspCreateNodeIDMapTblEntry 5 } wfNlspCreateNodeIDMapTblLowCircIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The low link index (circuit number)." ::= { wfNlspCreateNodeIDMapTblEntry 6 } wfNlspCreateNodeIDMapTblHighCircIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The high link index (circuit number)." ::= { wfNlspCreateNodeIDMapTblEntry 7 } wfNlspCreateNodeIDMapTblNumNodeIDs OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of entries in the Node ID Map table for this requested range." ::= { wfNlspCreateNodeIDMapTblEntry 8 } wfNlspCreateNodeIDMapTblPollingState OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Polling State for this filter entry." DEFVAL { disabled } ::= { wfNlspCreateNodeIDMapTblEntry 9 } wfNlspCreateNetMapTblTable OBJECT-TYPE SYNTAX SEQUENCE OF WfNlspCreateNetMapTblEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "NLSP Create Network Map Table By default the NLSP Network Map Table is not created. This table is used to create only those NLSP Network Map information needed. This is essentially Network Map information on demand." ::= { wfNlspGroup 30 } wfNlspCreateNetMapTblEntry OBJECT-TYPE SYNTAX WfNlspCreateNetMapTblEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry is a request per Area per Network." INDEX { wfNlspCreateNetMapTblAreaID, wfNlspCreateNetMapTblLowNetNum, wfNlspCreateNetMapTblHighNetNum } ::= { wfNlspCreateNetMapTblTable 1 } WfNlspCreateNetMapTblEntry ::= SEQUENCE { wfNlspCreateNetMapTblDelete INTEGER, wfNlspCreateNetMapTblApply INTEGER, wfNlspCreateNetMapTblAreaID INTEGER, wfNlspCreateNetMapTblLowNetNum OCTET STRING, wfNlspCreateNetMapTblHighNetNum OCTET STRING, wfNlspCreateNetMapTblLowCircIndex INTEGER, wfNlspCreateNetMapTblHighCircIndex INTEGER, wfNlspCreateNetMapTblNumNets INTEGER, wfNlspCreateNetMapTblPollingState INTEGER } wfNlspCreateNetMapTblDelete OBJECT-TYPE SYNTAX INTEGER { created(1), deleted(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Create/Delete parameter. Default is created." DEFVAL { created } ::= { wfNlspCreateNetMapTblEntry 1 } wfNlspCreateNetMapTblApply OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Apply/Not Apply parameter. Default is not apply so that user can enter all the correct data before executing the request." DEFVAL { disabled } ::= { wfNlspCreateNetMapTblEntry 2 } wfNlspCreateNetMapTblAreaID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Area associated with this request." ::= { wfNlspCreateNetMapTblEntry 3 } wfNlspCreateNetMapTblLowNetNum OBJECT-TYPE SYNTAX OCTET STRING (SIZE (4)) ACCESS read-only STATUS mandatory DESCRIPTION "The low network number." ::= { wfNlspCreateNetMapTblEntry 4 } wfNlspCreateNetMapTblHighNetNum OBJECT-TYPE SYNTAX OCTET STRING (SIZE (4)) ACCESS read-only STATUS mandatory DESCRIPTION "The high network number." ::= { wfNlspCreateNetMapTblEntry 5 } wfNlspCreateNetMapTblLowCircIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The low link index (circuit number)." ::= { wfNlspCreateNetMapTblEntry 6 } wfNlspCreateNetMapTblHighCircIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The high link index (circuit number)." ::= { wfNlspCreateNetMapTblEntry 7 } wfNlspCreateNetMapTblNumNets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of entries in the Network Map table for this requested range." ::= { wfNlspCreateNetMapTblEntry 8 } wfNlspCreateNetMapTblPollingState OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Polling State for this filter entry." DEFVAL { disabled } ::= { wfNlspCreateNetMapTblEntry 9 } END -- Wellfleet-NLSP-MIB