home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2007 April / PCpro_2007_04.ISO / files / dsl / ManageEngineWiFiManager.exe / Disk1 / data1.cab / SourceFiles / WiFiManager.exe / conf / DatabaseAliases.conf < prev    next >
Encoding:
Text File  |  2007-01-17  |  19.6 KB  |  991 lines

  1. //$Id: DatabaseAliases.conf,v 1.61 2006/11/07 02:02:19 mohan Exp $
  2. # This file is to specify the aliases used in the particular databases for the
  3. # column names . The column names of the various tables by default are the same
  4. # as the field name in the respective object . But in databases which may treat
  5. # some of these columnNames as reserved words or where there does not exist
  6. # support for case sensitivity in column Names it becomes necessary to replace them
  7. # with other words . This file helps specify those changes if any . It is to be noted
  8. # that specifying in this file should be accompanied by the appropriate changes in
  9. # the DatabaseSchema.conf file too . To illustrate this point see the two example
  10. # files  DatabaseAliases.conf.example1  and DatabaseSchema.conf.example1 .
  11. # You will notice that both these conf files are in agreement . That is when
  12. # a column Name is given an alias it is taken care to specify the alias in the
  13. # schema file while creating the database .
  14.  
  15. # The syntax of the file is as follows
  16. # column name( as orginally designed       alias (the name which is assigned
  17. # Note that in this file the quotes should not be specified but in DatabaseSchema.conf
  18. # it is insisted that all columnNames be specified inside quotes
  19.  
  20. # For ease of use all the column Names which are used are given with details of
  21. # which all tables they appear in .Note that no aliases have been assigned .
  22. # Unless it is required to change to suit your database please do not assign
  23. # any aliases .
  24. # Please be very careful in editing this file as a wrong alias assigned here
  25. # without appropriate changes in the Schema file will lead to a host of errors
  26.  
  27.  
  28. # In Tables  ObjectTypes , ALERTUSERPROPS ,MAPUSERPROPS ,TOPOUSERPROPS and POLLUSERPROPS
  29. objkey   OBJKEY  
  30.  
  31. # In Tables  ALERTUSERPROPS ,MAPUSERPROPS ,TOPOUSERPROPS and POLLUSERPROPS
  32. propName     PROPNAME    
  33. propVal   PROPVAL  
  34.  
  35. # In Tables  ObjectTypes, Reports and ManagedObject
  36. classname  CLASSNAME 
  37.  
  38. # In Tables ManagedObject , TopoObject, Node, Network, IpAddress, SnmpInterface
  39. # SnmpNode, GroupTable, MapSymbol, MapGroup, MapLink, PolledData, PollingObjects,PollingAttributes,ThresholdObjects, DataCollectionAttributes  and any other table
  40. # that is created to store a user written sub-class of ManagedObject
  41. name NAME
  42.  
  43. # ownerName is also in tables Event, Alert (in addition to the above tables).
  44. ownerName OWNERNAME
  45.  
  46. # that is created to store a user written sub-class of ManagedObject
  47. displayName DISPLAYNAME
  48.  
  49. # In the Tables ManagedObject 
  50. managed MANAGED
  51.  
  52. # In the Table ManagedObject
  53. type  TYPE 
  54. failureThreshold FAILURETHRESHOLD
  55. failureCount FAILURECOUNT
  56. pollInterval POLLINTERVAL
  57. statusChangeTime STATUSCHANGETIME
  58. statusUpdateTime STATUSUPDATETIME
  59. tester TESTER
  60. uClass UCLASS
  61. statusPollEnabled STATUSPOLLENABLED
  62. isContainer ISCONTAINER
  63. isGroup ISGROUP
  64. customDisplayName CUSTOMDISPLAYNAME
  65.  
  66. # In the Tables ManagedObject and MapLink
  67. status STATUS
  68.  
  69.  
  70. # In the Tables ManagedObject, MapSymbol, MapGroup,  MapLink, Alert,  Event 
  71. # and PolledData
  72. webNMS WEBNMS
  73. groupName GROUPNAME
  74. parentName PARENTNAME
  75. subviewName SUBVIEWNAME
  76. parentKey PARENTKEY
  77.  
  78.  
  79.  
  80. # In the table TopoObject
  81. ipAddress  IPADDRESS 
  82. netmask  NETMASK 
  83. writeCommunity  WRITECOMMUNITY 
  84. snmpport  SNMPPORT 
  85. baseMibs  BASEMIBS 
  86. isDHCP  ISDHCP 
  87. version VERSION
  88. userName USERNAME
  89. contextName CONTEXTNAME
  90. isSNMP ISSNMP
  91. isNode ISNODE
  92. isNetwork ISNETWORK
  93. isInterface ISINTERFACE
  94.  
  95. # In the Tables TopoObject  and PolledData
  96. community  COMMUNITY 
  97.  
  98. # In the Table Node
  99. isRouter ISROUTER
  100.  
  101. # In the Table Network
  102. discoveryStatus DISCOVERYSTATUS
  103. parentNetwork PARENTNETWORK
  104. parentNetmask PARENTNETMASK
  105. # In the Tables Network
  106. discover  DISCOVER 
  107.  
  108. # In the Table IpAddress
  109. parentNode  PARENTNODE 
  110. parentNet  PARENTNET 
  111.  
  112. # In the Table SnmpNode 
  113. sysDescr  SYSDESCR 
  114. sysName  SYSNAME 
  115.  
  116.  
  117. # In the Tables SnmpNode and SnmpInterface
  118. hostNetmask  HOSTNETMASK 
  119. sysOID  SYSOID 
  120.  
  121. # In the Table SnmpInterface 
  122. ifIndex  IFINDEX 
  123. physMedia  PHYSMEDIA 
  124. physAddr  PHYSADDR 
  125. ifSpeed  IFSPEED 
  126. ifDescr  IFDESCR 
  127.  
  128. # In the Table GroupTable
  129. memberName MEMBERNAME
  130. memberOwnerName MEMBEROWNERNAME
  131.  
  132. # In the Tables ANNOTATION and Alert
  133. who  WHO 
  134. modTime      MODTIME     
  135. notes  NOTES 
  136.  
  137. # In the Tables Alert ,PolledData and Event
  138. id ID
  139.  
  140. # In the Tables Alert and Event
  141. entity  ENTITY 
  142. severity  SEVERITY 
  143. ALARMCODE ALARMCODE
  144. # In the Tables Alert,MapLink, and Event
  145. source SOURCE
  146.  
  147. # In the Tables Alert ,Event and ThresholdEvents
  148. category  CATEGORY 
  149.  
  150. # In the Tables Alert and PolledData
  151. previousSeverity  PREVIOUSSEVERITY 
  152. message  MMESSAGE 
  153.  
  154. # In the Table Alert
  155. createTime  CREATETIME 
  156. stage  STAGE 
  157. priority PRIORITY
  158.  
  159. # In the Tables MapGroup, MapSymbol and MapLink
  160. label  LABEL 
  161. menuName  MENUNAME
  162.  
  163. # In the Tables  MapGroup, MapSymbol and MapLink
  164. mapName MAPNAME
  165. x X
  166. y Y
  167. anchored ANCHORED
  168.  
  169. # In the Tables MapGroup, MapSymbol and MapLink
  170. objName   OBJNAME  
  171. renderingCode RENDERINGCODE
  172.  
  173. # In the Table  MapGroup, MapSymbol
  174. iconName  ICONNAME 
  175. width  WIDTH 
  176. height  HEIGHT 
  177.  
  178. # In the Table MapSymbol,MapGroup
  179. objType      OBJTYPE    
  180.  
  181. # In the Table MapLink 
  182. dest  DEST 
  183. thickness  THICKNESS 
  184. linkType  LINKTYPE 
  185. nx  NX 
  186. ny  NY 
  187.  
  188. # In the Tables Event and StatsData, STATSDATA_HOURLY, STATSDATA_DAILY
  189. time  TTIME 
  190.  
  191. # In the Table Event
  192. text  TEXT 
  193. domain  DDOMAIN 
  194. network  NETWORK 
  195. node  NODE 
  196. helpURL  HELPURL 
  197.  
  198.  
  199. # In the Table PolledData
  200. agent  AGENT 
  201. period  PERIOD 
  202. active  ACTIVE 
  203. oid  OID 
  204. logDirectly  LOGDIRECTLY 
  205. logFile  LOGFILE 
  206. save  SSAVE 
  207. threshold  THRESHOLD 
  208. isMultiplePolledData  ISMULTIPLEPOLLEDDATA 
  209. numericType  NUMERICTYPE 
  210. saveAbsolutes  SAVEABSOLUTES 
  211. timeAvg  TIMEAVG 
  212. port  PORT 
  213. lastCounterValue LASTCOUNTERVALUE
  214. lastTimeValue LASTTIMEVALUE
  215. timeVal TIMEVAL
  216. policyName POLICYNAME
  217. dnsName DNSNAME
  218. statsDataTableName STATSDATATABLENAME
  219. suffix SUFFIX
  220. thresholdList THRESHOLDLIST
  221. pollerName POLLERNAME
  222. failureCount FAILURECOUNT
  223. failureThreshold FAILURETHRESHOLD
  224. parentObj PARENTOBJ
  225. protocol PROTOCOL
  226. savePollCount SAVEPOLLCOUNT
  227. currentSaveCount CURRENTSAVECOUNT
  228. saveOnThreshold SAVEONTHRESHOLD
  229. snmpVersion SNMPVERSION
  230. userName USERNAME
  231. contextName CONTEXTNAME
  232.  
  233. # In the Table MapContainer
  234.  
  235. currentTopology CURRENTTOPOLOGY
  236. topology TOPOLOGY
  237. containment CONTAINMENT     
  238.  
  239.  
  240. # In the Table MapDB
  241.  
  242. parentMapKey PARENT
  243. mapListener MAPLISTENER
  244. mapSymbolRenderer MAPSYMBOLRENDERER
  245. mapLinkRenderer MAPLINKRENDERER
  246. helpDoc HELPDOC
  247. treeIconFileName TREEICONFILENAME
  248. autoPlacement AUTOPLACEMENT
  249. imageName IMAGENAME
  250.  
  251.  
  252. # In the table PollingAttributes
  253.  
  254. type TYPE
  255. condition CONDITION
  256. property PROPERTY 
  257. value VALUE
  258.  
  259.  
  260. # In the table ThresholdObjects
  261.  
  262. kind KIND
  263. severity SEVERITY
  264. triggerSeverity TRIGGERSEVERITY
  265. resetSeverity RESETSEVERITY
  266. thresholdType THRESHOLDTYPE
  267. category CATEGORY
  268. thresholdValue THRESHOLDVALUE
  269. rearmValue REARMVALUE
  270. message MMESSAGE
  271. clrMessage CLEARMESSAGE
  272. sendClear SENDCLEAR
  273. allowed ALLOWED
  274. disallowed DISALLOWED
  275. oid OID
  276. oidType OIDTYPE
  277.  
  278. # In the table Providers
  279.  
  280. providerName PROVIDERNAME
  281. value VALUE
  282.  
  283. # In the Tables TrapFilter
  284. enterpriseOID ENTERPRISEOID
  285. gt GT
  286. st ST
  287. trapOID TRAPOID
  288. state STATE
  289.  
  290. # In the Tables TrapParser ,EventParser ,EventAlertFilter, DateCollectionAttributes
  291. propKey PROPKEY
  292. propValue PROPVALUE
  293.  
  294. # In the Tables EventAlertFilter
  295. filterName FILTERNAME
  296. actionName ACTIONNAME
  297.  
  298. #In the table Reports
  299. daily DAILY
  300. weekly WEEKLY
  301. monthDays MONTHDAYS
  302. weekDays WEEKDAYS
  303. hour HOUR
  304. timeVal TIMEVAL
  305.  
  306. # In the Table PolicyObject
  307. groupName   GROUPNAME
  308. status  STATUS
  309. policyObjectCustomizer  POLICYOBJECTCUSTOMIZER
  310. helpURL HELPURL
  311.  
  312. #In Table SwitchObject
  313. rootPort  ROOTPORT
  314. rootCost  ROOTCOST
  315. numPorts  NUMPORTS
  316.  
  317. #In Table PortObject
  318. portAdminStatus PORTADMINSTATUS
  319. PortMacAddress PORTMACADDRESS
  320. IsForward ISFORWARD
  321. portIfIndex  PORTIFINDEX
  322. portIfDescr  PORTIFDESCR
  323. portState  PORTSTATE
  324. portIfSpeed  PORTIFSPEED
  325.  
  326. #In Table Printer
  327. deviceStatus  DEVICESTATUS
  328. printerStatus  PRINTERSTATUS
  329. printerDetectedErrStatus  PRINTERDETECTEDERRSTATUS
  330. consoleDispBufferText  CONSOLEDISPBUFFERTEXT
  331.  
  332. #In Table AgentDefValObject
  333. name NAME
  334. value  VALUE 
  335.  
  336. #In Table PolicyScheduleTime
  337. timeKey  TIMEKEY
  338.  
  339. #In Table TaskAudit
  340. executionID  EXECUTIONID
  341.  
  342. taskName  TASKNAME
  343.  
  344. deviceList  DEVICELIST
  345.  
  346. datasource  DATASOURCE
  347.  
  348. executedTime  EXECUTEDTIME
  349.  
  350. subTaskName  SUBTASKNAME
  351.  
  352. deviceName  DEVICENAME
  353.  
  354. timeOfStart  TIMEOFSTART
  355.  
  356. timeOfFinish  TIMEOFFINISH
  357.  
  358. rollbackStatus  ROLLBACKSTATUS
  359.  
  360. #In Table AttributeAudit
  361. identifier  IDENTIFIER
  362.  
  363. retries  RETRIES
  364.  
  365. #In Table NotificationLog
  366. notiIndex  NOTIINDEX
  367.  
  368. #In Table NotificationLog
  369. logTime  LOGTIME
  370.  
  371. #In Table NotificationLog
  372. noVarBinds  NOVARBINDS
  373.  
  374. #In Table NotificationLog
  375. notiOID  NOTIOID
  376.  
  377. #In Table VarBindLog
  378. varIndex  VARINDEX
  379.  
  380. #In Table VarBindLog
  381. varType  VARTYPE
  382.  
  383. #In Table VarBindLog
  384. varValue  VARVALUE
  385.  
  386. lastModifiedTime  LASTMODIFIEDTIME
  387.  
  388. model  MODEL
  389.  
  390. contact  CONTACT
  391.  
  392. managedObjectName  MANAGEDOBJECTNAME
  393.  
  394. operationalStatus  OPERATIONALSTATUS
  395.  
  396. location  LOCATION
  397.  
  398. adminStatus  ADMINSTATUS
  399.  
  400. vendor  VENDOR
  401.  
  402. DHCPServer DHCPSERVER
  403.  
  404. description  DESCRIPTION
  405.  
  406. variantId  VARIANTID
  407.  
  408. mapName   MAPNAME
  409.  
  410. #In Table INETService
  411. targetName  TARGETNAME
  412.  
  413. #In Table INETService
  414. targetAddress  TARGETADDRESS
  415.  
  416. #In Table INETService
  417. portNo  PORTNO
  418.  
  419. #In Table INETService
  420. protocolVersion  PROTOCOLVERSION
  421.  
  422. #In Table CollectData
  423. resourceName  RESOURCENAME
  424.  
  425. #In Table CollectData
  426. componentName  COMPONENTNAME
  427.  
  428. #In Table CollectData
  429. resourceType  RESOURCETYPE
  430.  
  431. #In Table CollectData
  432. configClass  CONFIGCLASS
  433.  
  434. #In Table CollectData
  435. dcClass  DCCLASS
  436.  
  437. #In Table CollectData
  438. dcXmlName  DCXMLNAME
  439.  
  440. #In Table CollectData
  441. dcDtdName  DCDTDNAME
  442.  
  443. #In Table CollectData
  444. storeData  STOREDATA
  445.  
  446. #In Table CollectData
  447. configured  CONFIGURED
  448.  
  449. #In Table CollectData
  450. applnDiscPort  APPLNDISCPORT
  451.  
  452. #In Table OracleCollectData
  453. userName USERNAME
  454.  
  455. #In Table OracleCollectData
  456. password  PASSWORD
  457.  
  458. #In Table OracleCollectData
  459. instanceName  INSTANCENAME
  460.  
  461. #In Table OracleCollectData
  462. driverName  DRIVERNAME
  463.  
  464. #In Table OracleCollectData
  465. collectStaticData  COLLECTSTATICDATA
  466.  
  467. #In Table OracleCollectData
  468. state STATE
  469.  
  470. #In Table OracleCollectData
  471. errorMsg  ERRORMSG
  472.  
  473. #For All ApplnData
  474. collectionTime  COLLECTIONTIME
  475.  
  476. #In Table InstanceDetails
  477. startupTime  STARTUPTIME
  478.  
  479. #In Table InstanceDetails
  480. created  CREATED
  481.  
  482. #In Table InstanceDetails
  483. openMode  OPENMODE
  484.  
  485. #In Table InstanceDetails
  486. logMode  LOGMODE
  487.  
  488. #In Table InstanceStatus
  489. dbsize  DBSIZE
  490.  
  491. #In Table InstanceStatus
  492. avgExecs  AVGEXECS
  493.  
  494. #In Table InstanceStatus
  495. avgUsers  AVGUSERS
  496.  
  497. #In Table InstanceStatus
  498. reads  READS
  499.  
  500. #In Table InstanceStatus
  501. writes  WRITES
  502.  
  503. #In Table InstanceStatus
  504. blockSize  BLOCKSIZE
  505.  
  506. #In Table SgaDetails
  507. bufferCacheSize  BUFFERCACHESIZE
  508.  
  509. #In Table SgaDetails
  510. sharedPoolSize  SHAREDPOOLSIZE
  511.  
  512. #In Table SgaDetails
  513. redologBufferSize  REDOLOGBUFFERSIZE
  514.  
  515. #In Table SgaDetails
  516. libraryCacheSize  LIBRARYCACHESIZE
  517.  
  518. #In Table SgaDetails
  519. dataDictCacheSize  DATADICTCACHESIZE
  520.  
  521. #In Table SgaDetails
  522. sqlAreaSize  SQLAREASIZE
  523.  
  524. #In Table SgaDetails
  525. fixedSize  FIXEDSIZE
  526.  
  527. #In Table SgaStatus
  528. freeMemorySize  FREEMEMORYSIZE
  529.  
  530. #In Table SgaStatus
  531. bufferHitRatio  BUFFERHITRATIO
  532.  
  533. #In Table SgaStatus
  534. dictionaryHitRatio  DICTIONARYHITRATIO
  535.  
  536. #In Table SgaStatus
  537. libraryHitRatio  LIBRARYHITRATIO
  538.  
  539. #In Table SessionInfo
  540. machine  MACHINE
  541.  
  542. #In Table SessionInfo
  543. elapsedTime  ELAPSEDTIME
  544.  
  545. #In Table SessionInfo
  546. cpuUsed  CPUUSED
  547.  
  548. #In Table SessionInfo
  549. memorySorts  MEMORYSORTS
  550.  
  551. #In Table SessionInfo
  552. tableScans  TABLESCANS
  553.  
  554. #In Table SessionInfo
  555. physicalReads  PHYSICALREADS
  556.  
  557. #In Table SessionInfo
  558. logicalReads  LOGICALREADS
  559.  
  560. #In Table SessionInfo
  561. diskSorts  DISKSORTS
  562.  
  563. #In Table SessionInfo
  564. blocksChanged  BLOCKSCHANGED
  565.  
  566. #In Table SessionInfo
  567. chainedRows  CHAINEDROWS
  568.  
  569. #In Table SessionInfo
  570. commits  COMMITS
  571.  
  572. #In Table SessionInfo
  573. cursors  CURSORS
  574.  
  575. #In Table SessionInfo
  576. buffercacheHitRatio  BUFFERCACHEHITRATIO
  577.  
  578. #In Table RollbackData
  579. segmentName  SEGMENTNAME
  580.  
  581. #In Table RollbackData
  582. tableSpaceName  TABLESPACENAME
  583.  
  584. #In Table RollbackData
  585. initialExtent  INITIALEXTENT
  586.  
  587. #In Table RollbackData
  588. nextExtent  NEXTEXTENT
  589.  
  590. #In Table RollbackData
  591. minExtent  MINEXTENT
  592.  
  593. #In Table RollbackData
  594. maxExtent  MAXEXTENT
  595.  
  596. #In Table RollbackData
  597. blocks BLOCKS
  598.  
  599. #In Table RollbackData
  600. currentSize  CURRENTSIZE
  601.  
  602. #In Table RollbackData
  603. gets  GETS
  604.  
  605. #In Table RollbackData
  606. waits  WAITS
  607.  
  608. #In Table RollbackData
  609. hwmsize  HWMSIZE
  610.  
  611. #In Table RollbackData
  612. shrinks  SHRINKS
  613.  
  614. #In Table RollbackData
  615. wraps  WRAPS
  616.  
  617. #In Table RollbackData
  618. extend  EXTEND
  619.  
  620. #In Table DataFiles
  621. file_name  FILE_NAME
  622.  
  623. #In Table DataFiles
  624. createBytes  CREATEBYTES
  625.  
  626. #In Table DataFiles
  627. avgrdTime  AVGRDTIME
  628.  
  629. #In Table DataFiles
  630. avgwrTime  AVGWRTIME
  631.  
  632. #In Table RedoLogs
  633. thread  THREAD
  634.  
  635. #In Table RedoLogs
  636. sequence  SEQUENCE
  637.  
  638. #In Table RedoLogs
  639. bytes  BYTES
  640.  
  641. #In Table RedoLogs
  642. members  MEMBERS
  643.  
  644. #In Table RedoLogs
  645. archive  ARCHIVE
  646.  
  647. #In Table RedoLogs
  648. firstTime  FIRSTTIME
  649.  
  650. #In Table RedoLogs
  651. member  MEMBER
  652.  
  653. #In Table RedoLogs
  654. mstatus  MSTATUS
  655.  
  656. #In Table TableSpaceDetails
  657. allocatedBytes  ALLOCATEDBYTES
  658.  
  659. #In Table TableSpaceDetails
  660. allocatedBlocks  ALLOCATEDBLOCKS
  661.  
  662. #In Table TableSpaceDetails
  663. dataFiles  DATAFILES
  664.  
  665. #In Table TableSpaceStatus
  666. freeBytes  FREEBYTES
  667.  
  668. #In Table TableSpaceStatus
  669. freeBlocks  FREEBLOCKS
  670.  
  671. #In Table TableSpaceStatus
  672. readtime  READTIME
  673.  
  674. #In Table TableSpaceStatus
  675. writetime  WRITETIME
  676.  
  677. #In Table HostDetails
  678. userName USERNAME
  679. #In Table HostDetails
  680. password PASSWORD
  681. #In Table HostDetails
  682. prompt PROMPT
  683. #In Table HostDetails
  684. osType OSTYPE
  685. #In Table HostDetails
  686. category CATEGORY
  687. #In Table HostDetails
  688. errorMsg ERRORMSG
  689. #In Table HostDetails
  690. loginPrompt LOGINPROMPT
  691. #In Table HostDetails
  692. passwordPrompt PASSWORDPROMPT
  693.  
  694. #In Table HostDataCollected
  695. curValue CURVALUE
  696. #In Table HostDataCollected
  697. category CATEGORY
  698. #In Table HostDataCollected
  699. entity ENTITY
  700.  
  701. #In Table STATSDATA_HOURLY, STATSDATA_DAILY
  702. pollid POLLID
  703. instance INSTANCE
  704. val VAL
  705. minvalue MINVALUE
  706. maxvalue MAXVALUE
  707. tinterval TINTERVAL
  708.  
  709. #In Table OpManagerObject
  710. dependent  DEPENDENT
  711. debounceCount  DEBOUNCECOUNT
  712. ramSize  RAMSIZE
  713. hardDiskSize  HARDDISKSIZE
  714. upDependency  UPDEPENDENCY
  715. OS  OS
  716. profile  PROFILE
  717. encoding ENCODING
  718. #In Table AccessPoint
  719. sysDescription SYSDESCRIPTION
  720. macAddress  MACADDRESS
  721. sysLocation SYSLOCATION
  722. sysUpTime SYSUPTIME
  723. vendor  VENDOR
  724. model  MODEL
  725. firmwareVersion FIRMWAREVERSION
  726. APRole  APROLE
  727. APDiscoveryType APDISCOVERYTYPE
  728. APType APTYPE
  729. #In Table NeighborAPs
  730. neighborAP NEIGHBORAP
  731. #In Table DeviceCLIDetails
  732. credentialID  CREDENTIALID
  733. protocol  PROTOCOL
  734. port PORT
  735. prompt  PROMPT
  736. loginPrompt LOGINPROMPT
  737. passwordPrompt PASSWORDPROMPT
  738. enablePrompt ENABLEPROMPT
  739. enablePassword ENABLEPASSWORD
  740. #In Table MobileUnit
  741. MUType MUTYPE
  742. MUMacAddress  MUMACADDRESS
  743. powerMode  POWERMODE
  744. MUVendor  MUVENDOR
  745. MUModel  MUMODEL
  746. MUDataRate  MUDATARATE
  747. associationStatus  ASSOCIATIONSTATUS
  748. ssid  SSID
  749. APName  APNAME
  750. associationTime  ASSOCIATIONTIME
  751. firstSeenTime  FIRSTSEENTIME
  752. lastSeenTime  LASTSEENTIME
  753.  
  754. #In Table SensorObject
  755. sendProbe SENDPROBE
  756. discardErrors DISCARDERRORS
  757. channelDwellTime CHANNELDWELLTIME
  758. statisticalInterval STATISTICALINTERVAL
  759. snapshotLength SNAPSHOTLENGTH
  760. webKey1 WEBKEY1
  761. value1 VALUE1
  762. webKey2 WEBKEY2
  763. value2 VALUE2
  764. webKey3 WEBKEY3
  765. value3 VALUE3
  766. webKey4 WEBKEY4
  767. value4 VALUE4
  768. channelBitmap CHANNELBITMAP
  769. channelSurf CHANNELSURF
  770. webDecrypt WEBDECRYPT
  771.  
  772.  
  773. #In Table MUSingalStrengthHistory
  774. associatedAP ASSOCIATEDAP
  775. signalQuality SIGNALQUALITY
  776. #In Table RadioInterface
  777. interfaceMacAddress  INTERFACEMACADDRESS
  778. interfaceName INTERFACENAME
  779. interfaceIndex  INTERFACEINDEX
  780. interfaceStatus  INTERFACESTATUS
  781. #In Table RadioInterface
  782. parentNode  PARENTNODE
  783. operationMode  OPERATIONMODE
  784. channel  CHANNEL
  785. beaconRate  BEACONRATE
  786. preamble  PREAMBLE
  787. transmitPower  TRANSMITPOWER
  788. modulation  MODULATION
  789. dataRate  DATARATE
  790. phyType PHYTYPE
  791. signalStrength SIGNALSTRENGTH
  792. noiseLevel NOISELEVEL
  793. lastSeen LASTSEEN
  794. firstSeen FIRSTSEEN
  795. nearestSensor NEARESTSENSOR
  796.  
  797. #In Table SSIDDetails
  798. name  NAME
  799. apssid  APSSID
  800. encryptionType  ENCRYPTIONTYPE
  801. authType AUTHTYPE
  802. mode MODE
  803. vlanid  VLANID
  804. #In Table RadiusServer
  805. authport AUTHPORT
  806. timeOut  TIMEOUT
  807. maxRetries MAXRETRIES
  808. sharedsecret SHAREDSECRET
  809. #In Table AssociationHistory
  810. recordID  RECORDID
  811. MUName  MUNAME
  812. APName  APNAME
  813. timeValue  TIMEVALUE
  814. category  CATEGORY
  815. description  DESCRIPTION
  816. ssid SSID
  817. #In Table GroupDetails
  818. groupID  GROUPID
  819. groupName GROUPNAME
  820. groupDescription  GROUPDESCRIPTION
  821. groupType GROUPTYPE
  822. #In Table DeviceGroupMapping
  823. groupID  GROUPID
  824. deviceID DEVICEID
  825. #In Table GroupCriteria
  826. criteriaID CRITERIAID
  827. propertyName PROPERTYNAME
  828. propertyValue PROPERTYVALUE
  829. #In Table FirmwareImage
  830. deviceType DEVICETYPE
  831. deviceModel DEVICEMODEL
  832. bootFileName BOOTFILENAME
  833. #In Table FirmwareTaskDetails
  834. scheduleType SCHEDULETYPE
  835. scheduleTime SCHEDULETIME
  836. restoreConfiguration RESTORECONFIGURATION
  837. #For Tables Alert and Event
  838. alarmType ALARMTYPE
  839. alarmId ALARMID
  840. #In Table ConfigHistory
  841. recordID  RECORDID
  842. historyType HISTORYTYPE
  843. deviceName  DEVICENAME
  844. timeValue  TIMEVALUE
  845. status STATUS
  846. message MMESSAGE
  847.  
  848. # In Table AlertExpert
  849. enabled ENABLED
  850. severity SEVERITY
  851. class CLASS
  852. summary SUMMARY
  853. message MMESSAGE
  854. description DESCRIPTION
  855. action ACTION
  856. customprotect CUSTOMPROTECT
  857. groupName GROUPNAME
  858. alarmsbypoll ALARMSBYPOLL
  859. detailsurl   DETAILSURL
  860. clearmsg   CLEARMSG
  861.  
  862. ###############  Gateway devices. ######################
  863. #In Table Gateway
  864. gwNoOfClients  GWNOOFCLIENTS
  865. gwNoOfAuthUsers  GWNOOFAUTHUSERS
  866. gwNoOfUnAuthUsers  GWNOOFUNAUTHUSERS
  867.  
  868. #In Table GatewayPort
  869. gwPortIndex  GWPORTINDEX
  870. gwPortMacAddress  GWPORTMACADDRESS
  871. gwPortDescriptor  GWPORTDESCRIPTOR
  872. gwPortSpeed  GWPORTSPEED
  873.  
  874. ###############  Gateway devices. ######################
  875. isPrimary ISPRIMARY
  876.  
  877.  
  878. ###############  NomadixGateway devices. ######################
  879. # Table WifiObject
  880. wifiVendor WIFI_VENDOR
  881. wifiModel WIFI_MODEL
  882. wifiFirmwareVersion WIFI_FIRMWAREVERSION
  883. wifiLocation WIFI_LOCATION
  884. wifiFirstSeenTime WIFI_FIRSTSEENTIME
  885. wifiLastSeenTime WIFI_LASTSEENTIME
  886. wifiLastSyncTime WIFI_LASTSYNCTIME
  887. wifiSysUpTime WIFI_SYSUPTIME
  888.  
  889. # Table NomadixGateway
  890. nmType NM_TYPE
  891. nmGatewayID NM_GATEWAYID
  892. nmBridgeMode NM_BRIDGEMODE
  893.  
  894. #Table SubscriberCurrentTable
  895. sctSubIndex SCT_SUBINDEX
  896. sctSubName SCT_SUBNAME
  897. sctIpAddress SCT_IPADDRESS
  898. sctMacAddress SCT_MACADDRESS
  899. sctPort SCT_PORT
  900. sctUploadBandwidth SCT_UPLOADBANDWIDTH
  901. sctDownloadBandwidth SCT_DOWNLOADNBANDWIDTH
  902. sctExpiration SCT_EXPIRATION
  903. sctState SCT_STATE
  904. sctTimeout SCT_TIMEOUT
  905. sctBytesSend SCT_BYTESSENT
  906. sctBytesReceived SCT_BYTESRECEIVED
  907. sctProxy SCT_PROXY
  908. sctTime SCT_TIME
  909. sctKey SCT_KEY
  910.  
  911. #Table NMStaticPortMappingTable
  912. nmspm_index NMSPM_INDEX 
  913. nmspm_internalMAC NMSPM_INTERNALMAC
  914. nmspm_internalIP NMSPM_INTERNALIP
  915. nmspm_internalPort NMSPM_INTERNALPORT
  916. nmspm_externalIP NMSPM_EXTERNALIP
  917. nmspm_externalPort NMSPM_EXTERNALPORT
  918. nmspm_remoteIP NMSPM_REMOTEIP
  919. nmspm_remotePort NMSPM_REMOTEPORT
  920. nmspm_protocol NMSPM_PROTOCOL
  921.  
  922.  
  923. # Table NomadixRI
  924. nmBroadcastOn NM_BROADCASTON
  925. nmChannel NM_CHANNEL
  926. nmDataRate NM_DATARATE
  927. nmBeaconInterval NM_BEACONINTERVAL
  928. nmDTIM NM_DTIM
  929. nmTransmitPower NM_TRANSMITPOWER
  930. nmFragmentLength NM_FRAGMENTLENGTH
  931. nmRTSLength NM_RTSLENGTH
  932. nmShortPreambleOn NM_SHORTPREAMBLEON
  933. nmSSID NM_SSID
  934. nmNearestSensor NM_NEARESTSENSOR
  935. nmSignalStrength NM_SIGNALSTRENGTH
  936. nmNoiseLevel NM_NOISELEVEL
  937.  
  938. ###############  NomadixGateway devices. ######################
  939.  
  940. ###############  Wireless Switch devices. ######################
  941.  
  942. # In Table WirelessSwitch
  943. ws_id  WS_ID
  944. ws_upTime WS_UPTIME
  945. ws_discoveryType WS_DISCOVERYTYPE
  946. ws_macAddress WS_MACADDRESS
  947. ws_vendor WS_VENDOR
  948. ws_model WS_MODEL
  949. ws_firmwareVersion WS_FIRMWAREVERSION
  950. ws_location WS_LOCATION
  951.  
  952.  
  953. # In Table WirelessSwitchPort
  954. ws_poe WS_POE
  955. ws_parentSwitch WS_PARENTSWITCH
  956. ws_type WS_TYPE
  957. ws_power WS_POWER
  958. ws_configSpeed WS_CONFIGSPEED
  959. ws_duplex WS_DUPLEX
  960.  
  961. # In Table ThinAP
  962. ws_portName WS_PORTNAME
  963.  
  964. ###############  Wireless Switch devices. ######################
  965.  
  966. # In the Table ExpertAlertToNotification 
  967. profileId  PROFILE_ID 
  968.  
  969. # In the Table NotificationProfile 
  970. profileType  PROFILETYPE 
  971. profileName  PROFILE_NAME
  972.  
  973. # In the Table NotificationProfile 
  974. emailMessage  MAIL_MESSAGE 
  975.  
  976. # In the Table NotificationProfile 
  977. mailFrom  MAIL_FROM 
  978. subject  SUBJECT
  979.  
  980. # In the Table mailids 
  981. mailTo MAIL_TO
  982.  
  983. # In the Table PlaySoundNotification
  984. soundFileName  SOUNDFILENAME
  985.  
  986. # In the Table RunSystemCommand
  987. command COMMAND
  988.  
  989. # In the Table TrapNotification
  990. managerName  MANAGERNAME
  991.