diff --git a/includes/definitions.inc.php b/includes/definitions.inc.php index ba49fb3aab..2ea3e203d3 100644 --- a/includes/definitions.inc.php +++ b/includes/definitions.inc.php @@ -1311,11 +1311,12 @@ $config['os'][$os]['over'][0]['text'] = 'Traffic'; // Supermicro Switch $os = 'supermicro-switch'; -$config['os'][$os]['group'] = 'supermicro'; -$config['os'][$os]['text'] = 'Supermicro Switch'; -$config['os'][$os]['type'] = 'network'; -$config['os'][$os]['icon'] = 'supermicro'; -$config['os'][$os]['ifname'] = 1; +$config['os'][$os]['group'] = 'supermicro'; +$config['os'][$os]['text'] = 'Supermicro Switch'; +$config['os'][$os]['type'] = 'network'; +$config['os'][$os]['icon'] = 'supermicro'; +$config['os'][$os]['ifname'] = 1; +$config['os'][$os]['mib_dir'][] = 'supermicro'; // Netgear ProSafe switches $os = 'netgear'; @@ -1596,6 +1597,7 @@ $config['os'][$os]['over'][1]['graph'] = 'device_processor'; $config['os'][$os]['over'][1]['text'] = 'CPU Usage'; $config['os'][$os]['over'][2]['graph'] = 'device_mempool'; $config['os'][$os]['over'][2]['text'] = 'Memory Usage'; +$config['os'][$os]['mib_dir'][] = 'dell'; $os = 'dell-rcs'; $config['os'][$os]['text'] = 'Dell Remote Console'; @@ -1603,6 +1605,7 @@ $config['os'][$os]['type'] = 'appliance'; $config['os'][$os]['icon'] = 'dell'; $config['os'][$os]['over'][0]['graph'] = 'device_bits'; $config['os'][$os]['over'][0]['text'] = 'Device Traffic'; +$config['os'][$os]['mib_dir'][] = 'dell'; $os = 'avaya-ers'; $config['os'][$os]['text'] = 'ERS Firmware'; @@ -1687,6 +1690,7 @@ $config['os'][$os]['over'][1]['graph'] = 'device_processor'; $config['os'][$os]['over'][1]['text'] = 'CPU Usage'; $config['os'][$os]['over'][2]['graph'] = 'device_mempool'; $config['os'][$os]['over'][2]['text'] = 'Memory Usage'; +$config['os'][$os]['mib_dir'][] = 'dell'; $os = 'radlan'; $config['os'][$os]['text'] = 'Radlan'; @@ -1701,6 +1705,7 @@ $os = 'powervault'; $config['os'][$os]['text'] = 'Dell PowerVault'; $config['os'][$os]['icon'] = 'dell'; $config['os'][$os]['type'] = 'storage'; +$config['os'][$os]['mib_dir'][] = 'dell'; // Data domain $os = 'datadomain'; @@ -1746,11 +1751,13 @@ $config['os'][$os]['over'][0]['graph'] = 'device_bits'; $config['os'][$os]['over'][0]['text'] = 'Device Traffic'; $config['os'][$os]['over'][1]['graph'] = 'device_storage'; $config['os'][$os]['over'][1]['text'] = 'Storage Usage'; +$config['os'][$os]['mib_dir'][] = 'dell'; $os = 'drac'; -$config['os'][$os]['text'] = 'Dell DRAC'; -$config['os'][$os]['icon'] = 'dell'; -$config['os'][$os]['type'] = 'server'; +$config['os'][$os]['text'] = 'Dell DRAC'; +$config['os'][$os]['icon'] = 'dell'; +$config['os'][$os]['type'] = 'server'; +$config['os'][$os]['mib_dir'][] = 'dell'; $os = 'bcm963'; $config['os'][$os]['text'] = 'Broadcom BCM963xx'; @@ -1902,10 +1909,7 @@ $config['os'][$os]['type'] = 'network'; $config['os'][$os]['icon'] = 'hp'; $config['os'][$os]['over'][0]['graph'] = 'device_bits'; $config['os'][$os]['over'][0]['text'] = 'Traffic'; -// $config['os'][$os]['over'][1]['graph'] = "device_processor"; -// $config['os'][$os]['over'][1]['text'] = "CPU Usage"; -// $config['os'][$os]['over'][2]['graph'] = "device_mempool"; -// $config['os'][$os]['over'][2]['text'] = "Memory Usage"; + $os = 'procurve'; $config['os'][$os]['text'] = 'HP ProCurve'; $config['os'][$os]['type'] = 'network'; @@ -1916,6 +1920,7 @@ $config['os'][$os]['over'][1]['graph'] = 'device_processor'; $config['os'][$os]['over'][1]['text'] = 'CPU Usage'; $config['os'][$os]['over'][2]['graph'] = 'device_mempool'; $config['os'][$os]['over'][2]['text'] = 'Memory Usage'; +$config['os'][$os]['mib_dir'][] = 'hp'; $os = 'speedtouch'; $config['os'][$os]['text'] = 'Thomson Speedtouch'; @@ -2116,6 +2121,7 @@ $config['os'][$os]['type'] = 'printer'; $config['os'][$os]['icon'] = 'dell'; $config['os'][$os]['over'][0]['graph'] = 'device_toner'; $config['os'][$os]['over'][0]['text'] = 'Toner'; +$config['os'][$os]['mib_dir'][] = 'dell'; $os = 'ricoh'; $config['os'][$os]['group'] = 'printer'; @@ -2248,6 +2254,7 @@ $config['os'][$os]['type'] = 'power'; $config['os'][$os]['over'][0]['graph'] = 'device_current'; $config['os'][$os]['over'][0]['text'] = 'Current'; $config['os'][$os]['icon'] = 'servertech'; +$config['os'][$os]['mib_dir'][] = 'sentry'; $os = 'sentry4'; $config['os'][$os]['text'] = 'ServerTech Sentry4'; @@ -2255,6 +2262,7 @@ $config['os'][$os]['type'] = 'power'; $config['os'][$os]['over'][0]['graph'] = 'device_current'; $config['os'][$os]['over'][0]['text'] = 'Current'; $config['os'][$os]['icon'] = 'servertech'; +$config['os'][$os]['mib_dir'][] = 'sentry'; $os = 'raritan'; $config['os'][$os]['text'] = 'Raritan PDU'; @@ -2330,6 +2338,7 @@ $config['os'][$os]['over'][1]['graph'] = 'device_mempool'; $config['os'][$os]['over'][1]['text'] = 'Memory Usage'; $config['os'][$os]['over'][2]['graph'] = 'device_storage'; $config['os'][$os]['over'][2]['text'] = 'Storage Usage'; +$config['os'][$os]['mib_dir'][] = 'synology'; $os = 'hikvision'; $config['os'][$os]['text'] = 'Hikvision'; @@ -2582,6 +2591,7 @@ $config['os'][$os]['type'] = 'environment'; $config['os'][$os]['icon'] = 'hwg'; $config['os'][$os]['over'][0]['graph'] = 'device_bits'; $config['os'][$os]['over'][0]['text'] = 'Traffic'; +$config['os'][$os]['mib_dir'][] = 'hwg'; // HWGroup STE2 $os = 'hwg-ste2'; @@ -2592,6 +2602,7 @@ $config['os'][$os]['over'][0]['graph'] = 'device_temperature'; $config['os'][$os]['over'][0]['text'] = 'Temperature'; $config['os'][$os]['over'][1]['graph'] = 'device_humidity'; $config['os'][$os]['over'][1]['text'] = 'Humidity'; +$config['os'][$os]['mib_dir'][] = 'hwg'; // EATON PDU $os = 'eatonpdu'; diff --git a/includes/discovery/os/sentry3.inc.php b/includes/discovery/os/sentry3.inc.php index 18abc5cac4..fd15787980 100644 --- a/includes/discovery/os/sentry3.inc.php +++ b/includes/discovery/os/sentry3.inc.php @@ -3,7 +3,7 @@ if (starts_with($sysDescr, 'Sentry') && str_contains($sysDescr, array('Switched', 'Smart'))) { // ServerTech doesn't have a way to distinguish between sentry3 and sentry4 devices // Hopefully, we can use the version string to figure it out - $version = trim(snmp_get($device, 'Sentry3-MIB::serverTech.4.1.1.1.3.0', '-Osqnv')); + $version = trim(snmp_get($device, 'serverTech.4.1.1.1.3.0', '-Osqnv', 'Sentry3-MIB', 'sentry')); $version = explode(" ", $version); $version = intval($version[1]); diff --git a/includes/discovery/os/sentry4.inc.php b/includes/discovery/os/sentry4.inc.php index 84051694e2..472880f23e 100644 --- a/includes/discovery/os/sentry4.inc.php +++ b/includes/discovery/os/sentry4.inc.php @@ -3,7 +3,7 @@ if (starts_with($sysDescr, 'Sentry') && str_contains($sysDescr, array('Switched', 'Smart'))) { // ServerTech doesn't have a way to distinguish between sentry3 and sentry4 devices // Hopefully, we can use the version string to figure it out - $version = trim(snmp_get($device, 'Sentry3-MIB::serverTech.4.1.1.1.3.0', '-Osqnv')); + $version = trim(snmp_get($device, 'serverTech.4.1.1.1.3.0', '-Osqnv', 'Sentry3-MIB', 'sentry')); $version = explode(" ", $version); $version = intval($version[1]); diff --git a/mibs/S5-AGENT-MIB b/mibs/S5-AGENT-MIB deleted file mode 100644 index 5555e01630..0000000000 --- a/mibs/S5-AGENT-MIB +++ /dev/null @@ -1,2895 +0,0 @@ - -S5-AGENT-MIB DEFINITIONS ::= BEGIN - -IMPORTS - IpAddress, TimeTicks, OBJECT-TYPE, Integer32, Counter32, MODULE-IDENTITY - FROM SNMPv2-SMI - DisplayString, DateAndTime, TruthValue, MacAddress - FROM SNMPv2-TC - s5Agent - FROM S5-ROOT-MIB - TimeIntervalSec, IpxAddress - FROM S5-TCS-MIB - InterfaceIndex - FROM IF-MIB - PortList, VlanId - FROM Q-BRIDGE-MIB; - -s5AgentMib MODULE-IDENTITY - LAST-UPDATED "200705110000Z" - ORGANIZATION "Nortel Networks" - CONTACT-INFO "Nortel Networks" - DESCRIPTION - "S5000 Agent MIB - - Copyright 1995 - 2007 Nortel Networks, Inc. - All rights reserved. - This Bay Networks SNMP Management Information Base Specification - (Specification) embodies Bay Networks' confidential and - proprietary intellectual property. Bay Networks retains all - title and ownership in the Specification, including any - revisions. - - This Specification is supplied 'AS IS,' and Bay Networks makes - no warranty, either express or implied, as to the use, - operation, condition, or performance of the Specification." - - REVISION "200705110000Z" -- 11 May 2007 - DESCRIPTION "Version 184: Add objects for timezone acronyms." - - REVISION "200705030000Z" -- 03 May 2007 - DESCRIPTION "Version 183: Fix typos in s5AgAsciiConfigScriptTable." - - REVISION "200703050000Z" -- 05 Mar 2007 - DESCRIPTION "Version 182: Expanded range of s5AgAsciiConfigScriptSource." - - REVISION "200702270000Z" -- 27 Feb 2007 - DESCRIPTION "Version 181: Added s5AgAsciiConfigScriptLastStatusChange." - - REVISION "200702160000Z" -- 16 Feb 2007 - DESCRIPTION "Version 180: Added s5AgentAsciiConfig group." - - REVISION "200701080000Z" -- 08 Jan 2007 - DESCRIPTION "Version 179: Added s5AgDaylightSavingsEndMinutes, - s5AgDaylightSavingsEndYear, - s5AgDaylightSavingsStartMinutes, - s5AgDaylightSavingsStartYear, - s5AgDaylightSavingsRecurring. - Also added enumerations for DHCP to - s5AgInfoBootMode." - - REVISION "200611070000Z" -- 07 Nov 2006 - DESCRIPTION "Version 178: Added s5AgSysVlanConfigControl." - - REVISION "200609190000Z" -- 19 Sep 2006 - DESCRIPTION "Version 177: Added objects for flushing MAC address table." - - REVISION "200608280000Z" -- 28 Aug 2006 - DESCRIPTION "Version 176: Added s5AgSysAutosaveToNvramEnabled." - - REVISION "200608140000Z" -- 14 Aug 2006 - DESCRIPTION "Version 175: Added object for global flow control." - - REVISION "200608070000Z" -- 07 Aug 2006 - DESCRIPTION "Version 174: Clarified descriptions." - - REVISION "200604050000Z" -- 05 Apr 2006 - DESCRIPTION "Version 173: Added copyConfigToNvram enumeration to s5AgInfoFileAction." - - REVISION "200603220000Z" -- 07 Mar 2006 - DESCRIPTION "Version 172: Add s5AgSysSpanningTreeAdminCompatibility and - s5AgSysSpanningTreeOperCompatibility." - - REVISION "200603070000Z" -- 07 Mar 2006 - DESCRIPTION "Version 171: Add support for upload/downloading license files." - - REVISION "200602140000Z" -- 14 Feb 2006 - DESCRIPTION "Version 170: Allow more lines in banner table." - - REVISION "200510110000Z" -- 11 Oct 2005 - DESCRIPTION "Version 169: Added s5AgSysSpanningTreePortMode." - - REVISION "200509300000Z" -- 09 Sep 2005 - DESCRIPTION "Version 168: Add default(3) to s5AgSysAutoUnitReplacementEnabled." - - REVISION "200505130000Z" -- 13 May 2005 - DESCRIPTION "Version 167: Expand range of s5AgSysUsbTargetUnit." - - REVISION "200505110000Z" -- 11 May 2005 - DESCRIPTION "Version 166: Fix support for USB flash dongles." - - REVISION "200505040000Z" -- 04 May 2005 - DESCRIPTION "Version 165: Fleshed out support for USB flash dongles." - - REVISION "200504220000Z" -- 22 Apr 2005 - DESCRIPTION "Version 164: Added s5AgSysSpanningTreePathCostCalculationMode." - - REVISION "200503240000Z" -- 24 Mar 2005 - DESCRIPTION "Version 163: Added dnldImgFromUsb, upldImgToUsb, - dnldFwFromUsb, upldFwToUsb." - - REVISION "200503220000Z" -- 22 Mar 2005 - DESCRIPTION "Version 162: Added dnldImgNoReset and dnldFwNoReset." - - REVISION "200412090000Z" -- 09 Dec 2004 - DESCRIPTION "Version 161: Added s5AgSysAsciiConfigManualUpload." - - REVISION "200411090000Z" -- 09 Nov 2004 - DESCRIPTION "Version 160: Added s5AgentBootConfig group." - - REVISION "200409300000Z" -- 30 Sept 2004 - DESCRIPTION "Version 159: Added new SNTP objects: - s5AgSntpTimeZone - s5AgSntpSyncRetryInterval - Added Daylight Savings group." - - REVISION "200406180000Z" -- 18 June 2004 - DESCRIPTION "Version 158: Added 'disabled(3)' option to s5AgBannerControl" - - REVISION "200305290000Z" -- 29 May 2003 - DESCRIPTION "v153: Conversion to SMIv2, Added s5AgentSsl group" - - ::= { s5Agent 8 } - - --- Agent Groups - -s5AgentHw OBJECT IDENTIFIER ::= { s5Agent 1 } -s5AgentInfo OBJECT IDENTIFIER ::= { s5Agent 2 } -s5AgentMgmt OBJECT IDENTIFIER ::= { s5Agent 3 } -s5AgentSystem OBJECT IDENTIFIER ::= { s5Agent 4 } -s5AgentBanner OBJECT IDENTIFIER ::= { s5Agent 5 } -s5AgentSntp OBJECT IDENTIFIER ::= { s5Agent 6 } -s5AgentSsl OBJECT IDENTIFIER ::= { s5Agent 7 } --- PLACEHOLDER for MODULE-IDENTITY --- s5AgentMib OBJECT IDENTIFIER ::= { s5Agent 8 } -s5AgentDaylightSavings OBJECT IDENTIFIER ::= { s5Agent 9 } -s5AgentBootConfig OBJECT IDENTIFIER ::= { s5Agent 10 } -s5AgentAsciiConfig OBJECT IDENTIFIER ::= { s5Agent 11 } - - --- SECTION 2: MIB Objects - --- Hardware Information - -s5AgMyGrpIndx OBJECT-TYPE - SYNTAX INTEGER (1..32767) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the group containing - the agent." - ::= { s5AgentHw 1 } - -s5AgMyComIndx OBJECT-TYPE - SYNTAX INTEGER (1..32767) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the component containing - the agent." - ::= { s5AgentHw 2 } - - --- Global Information - -s5AgentGbl OBJECT IDENTIFIER ::= { s5AgentInfo 1 } - -s5AgInfoReBoot OBJECT-TYPE - SYNTAX INTEGER { - other(1), - running(2), - restart(3), - reboot(4), - reset(5), - download(6), - downloadAndRestart(7), - downloadAndReboot(8), - downloadAndReset(9) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Action object to reboot the agent. - The following values can only be read: - other(1).....agent in unknown or other state - running(2)...agent running - - The following values can be written: - restart(3)...restart agent (i.e., jump to - beginning of agent code) - reboot(4)....start boot sequence for agent - (i.e., jump to beginning of - boot firmware) - reset(5).....do a hardware reset - download(6)..............activate download of - a new agent - downloadAndRestart(7)....activate download of - a new agent and restart - downloadAndReboot(8).....activate download of - a new agent and reboot - downloadAndReset(9)......activate download of - a new agent and reset - - If s5AgInfoScheduleBootTime is set in the same PDU as - s5AgInfoReBoot, the action specified occurs when the - scheduled time reaches zero; otherwise, the action - occurs immediately. The agent does best efforts to - return a response before the action occurs. - - If any of the combined download actions are - requested, neither action occurs until the - expiry of s5AgInfoScheduleBootTime, if set." - ::= { s5AgentGbl 1 } - -s5AgInfoWriteCfg OBJECT-TYPE - SYNTAX INTEGER { - other(1), - valid(2), - write(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Action object to cause current configuration - settings to be written to local nonvolatile - storage. The following values can only be read: - other(1)...some unknown or other state - valid(2)...contents valid - - The following value can be written: - write(3)...write configuration settings to - local storage (such as nonvol) - - If the write operation write fails, then the - agent will return error 'genErr' on the SET." - ::= { s5AgentGbl 2 } - -s5AgInfoMgmtProtocolNxtBoot OBJECT-TYPE - SYNTAX INTEGER { - other(1), - ipOnly(2), - ipxOnly(3), - ipAndIpx(4) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The transport protocol(s) to use after - the next boot of the agent. The following - value is read-only: - other(1)....unknown or some other protocol - - The following value is read-write: - ipOnly(2).....only IP - ipxOnly(3)....only IPX - ipAndIpx(4)...IP and IPX." - ::= { s5AgentGbl 3 } - -s5AgInfoMgmtProtocolCur OBJECT-TYPE - SYNTAX INTEGER { - other(1), - ipOnly(2) , - ipxOnly(3), - ipAndIpx(4) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The current transport protocol(s) that are - being supported by the agent. The following - value is read-only: - other(1)....unknown or some other protocol - - The following value is read-write: - ipOnly(2).....only IP - ipxOnly(3)....only IPX - ipAndIpx(4)...IP and IPX. - - When the IP protocol stack is not enabled, - the agent will not respond to PING or SNMP - requests over IP. - - When the IPX protocol stack is not enabled, - the agent will not respond to diagnostic SAP or - SNMP requests over IPX. - - It is suggested that NMS not disable the transport - they are using." - ::= { s5AgentGbl 4 } - -s5AgInfoBootMode OBJECT-TYPE - SYNTAX INTEGER { - other(1), - local(2), - net(3), - netWhenNeeded(4), - netOrLastAddress(5), - dhcp(6), - dhcpWhenNeeded(7), - dhcpOrLastAddress(8) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The source for initial protocol configuration - information at next boot. For IP, a setting of - net(3), netWhenNeeded(4), or netOrLastAddress(5) - means that BOOTP will be used to get the - agent's IP address(es), load server address, and - configuration file name. - - For IPX, a setting of net(3), - netWhenNeeded(4), or netOrLastAddress(5) means SAP - will be used to get the agent's Novell - network number(s), and the configuation filename - will be loaded from local storage (note - the load - server address is not needed in a Novell network). - - The following value is read-only: - other(1).....not applicable or some other case - - The following values are read-write: - local(2) - Don't use the network. - net(3) - Try using the network and if that - fails then use protocol configuration - information from local storage. - netWhenNeeded(4) - Use protocol configuration information - from local storage if available, - otherwise, try using the network. - netOrLastAddress(5) - Similar to netWhenNeeded, except that if - using the network fails, the last set - of protocol configuration information - that was obtained using the network - will be used if it is available. - - Note: The load server address is not configurable - and is not available in this MIB object on a - Novell network." - ::= { s5AgentGbl 5 } - -s5AgInfoCfgLoadMode OBJECT-TYPE - SYNTAX INTEGER { - other(1), - local(2), - net(3), - locAsBk(4) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The source from which to load configuration - information at next boot. The following value - is read-only: - other(1)...not applicable or some other case - - The following values are read-write: - local(2).....get from local storage - net(3).......load from the network - locAsBk(4)...try using network and if it fails - then use local information. - - When local(2) is specified, the configuration - information is loaded from local storage. - If the local configuration is not valid - (checks for ip = 0.0.0.0), then BOOTP is used - for the IP stack. (In IPX only mode, the IP - address could be 0.0.0.0 and IPX does not rely - on the IP address. The agent checks the IPX - address, and if the network number of the IPX - address is equal to 0 the agent uses SAP). - - When net(3) is specified, the configuration - information will be downloaded from the network - only. The configuration information will never - be loaded from local storage, even if downloading - fails and the local configuration information exists. - - When locAsBk(4) is specified, a download of the - configuration information will be tried over the - network. If the network download fails then the - configuration information will be loaded from - local storage." - ::= { s5AgentGbl 6 } - -s5AgInfoImgLoadMode OBJECT-TYPE - SYNTAX INTEGER { - other(1), - local(2), - net(3), - locAsBk(4), - netIfNewer(5) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The source from which to load the agent image - at next boot. The following value is read-only: - other(1)...not applicable or some other case - - The following values are read-write: - local(2)........get from local storage - net(3)..........load from the network - locAsBk(4)......try using network and if it fails - then use local information. - netIfNewer(5)...try loading image over the net. - If can load image, and it is newer - than the local image, then use it. - Otherwise, use local image. - - If the local image is not valid, the setting will - be net(3) and cannot be changed to local(2), - or locAsBk(4) until a valid image file is loaded - (i.e., error 'badValue' will be returned on SETS with - value other than net(3)). When the local image is - not valid and the network download of the image fails, - the entire boot process will be repeated. - - When local(2) is specified, the image will be loaded - from local storage. - - When net(3) is specified, the image will be downloaded - from the network only. The image file will never be - loaded from local storage, even if downloading fails - and the local image exists. - - When locAsBk(4) is specified, a download of the image - will be tried over the network. If the network - download fails then the image is loaded from local - storage. - - When netIfNewer(5) is specified, a download of the - image will be tried over the network. If successful, - it will then be compared to the image stored in local - storage. The most recent version of the two will be - used. If the local image is not valid, the network - will always be used. If the network download fails - then the image is loaded from the local storage." - ::= { s5AgentGbl 7 } - -s5AgInfoImgSaveMode OBJECT-TYPE - SYNTAX INTEGER { - notAvail(1), - writeIfDiff(2), - writeIfNewer(3), - noWrite(4) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Indicates what to do with the image (when - loaded from the network) on the next boot. - The following value can only be read: - notAvail(1)...the save operation is not - available - - The following values can be written (and - read) if the device supports this capability: - writeIfDiff(2)....save image to local storage - at next boot if image is - different from saved contents - writeIfNewer(3)...save image to local storage - at next boot if image is - newer than saved contents. - noWrite(4)........do not save image to local - storage at next boot, even if - image is newer or different." - ::= { s5AgentGbl 8 } - -s5AgInfoImgSaveStatus OBJECT-TYPE - SYNTAX INTEGER { - notAvail(1), - noSave(2), - saved(3), - saveFailed(4) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Indicates what happened to the image file - on the last boot. The following values - are returned: - notAvail(1).....the save operation is not - available - noSave(2).......image not saved since image was - not asked to be saved, or image - was not loaded from the network - saved(3)........image saved - saveFailed(4)...tried to save image, but failed" - ::= { s5AgentGbl 9 } - -s5AgInfoVer OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..32)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The version of the agent in the form - 'major.minor.maintenance[letters]'. This - is an alias for the value of the object - s5ChasStoreCntntVer for the RAM of the - module containing the agent." - ::= { s5AgentGbl 10 } - -s5AgInfoLocStorVer OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..32)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The version of the agent image saved in local - storage such as flash memory in the form - 'major.minor.maintenance[letters]'. If not - known or not available, then the value is - a zero length string. This is an alias for - the value of the object s5ChasStoreCntntVer - for the local storage of the module containing - the agent." - ::= { s5AgentGbl 11 } - -s5AgInfoNxtBootDfltGwAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The IP address of the default gateway (router) - for the agent to use after the next boot. (NOTE: - the current default router is the value of object - s5AgInfoCurDfltGwAddr (or ipRouteNextHop.0.0.0.0).) - - If not used, then this object has the value - of 0.0.0.0." - ::= { s5AgentGbl 12 } - -s5AgInfoCurDfltGwAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The IP address of the current default gateway - (router). (NOTE: this is an alias for the object - ipRouteNextHop in the row of the table - ipRouteTable which has object ipRouteDest with - a value of 0.0.0.0.) - - If not used, then this object has the value - of 0.0.0.0." - ::= { s5AgentGbl 13 } - -s5AgInfoDramUsage OBJECT-TYPE - SYNTAX INTEGER (-1..100) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "An indication of the percentage of DRAM currently - in use by this agent. If this information is not - available the agent shall return -1, otherwise the - percentage of DRAM in use is returned as an integer - between 0 and 100. The percentage is defined as the - DRAM currently used by this agent divided by the - total DRAM available to this agent." - ::= { s5AgentGbl 14 } - -s5AgInfoLoadProtocolNxtBoot OBJECT-TYPE - SYNTAX INTEGER { - other(1), - ipOnly(2), - ipxOnly(3), - auto(4) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The transport protocol(s) over which the - agent is to use to load the configuration - information and the agent image at the - next boot of the agent. The following - value is read-only: - other(1)....unknown or some other protocol - - The following values are read-write: - ipOnly(2)....use load protocol over IP - ipxOnly(3)...use load protocol over IPX - auto(4)......try using the IP load function - and if that fails then use IPX - load function. If the IPX - load function also fails, repeat - the same process until one or - the other protocol succeeds." - ::= { s5AgentGbl 15 } - -s5AgInfoLoadProtocolLast OBJECT-TYPE - SYNTAX INTEGER { - reserved(1), - ip(2), - ipx(3), - local(4) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The transport protocol over which the agent image - and configuration information were last loaded. The - following values are read-only: - reserved(1)...reserved - ip(2).........gotten from the network using - a load protocol over IP - ipx(3)........gotten from the network using - a load protocol over IPX - local(4)......loaded from local storage." - ::= { s5AgentGbl 16 } - - -s5AgInfoSlotScope OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(0..255)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object contains information about all - the slots an agent can manage. The value is encoded - in an octet string. One byte has information about 8 - slots. If a bit is set then agent can manage the - corresponding slot. Byte 1 will have information about - slots 1-8, byte 2 will have information about - slots 9-16, and so on. For example an agent that - can manage slots 2-7 in a 14 slot chassis should have - the value : - 8d:00 (0111 1110 0000 0000) - If an agent returns a string of size 0, then it can - manage all slots in chassis." - ::= { s5AgentGbl 17 } - -s5AgInfoImgType OBJECT-TYPE - SYNTAX INTEGER { - other(1), - typeA(2), - typeB(3), - typeC(4) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Indicates the type of agent image. This object is meant - to distinguish between agents having the same version - number running on the same hardware, but with dissimilar - functionality. Following are examples of possible values - for various enumerations. - other(1) ....... A unique agent eg., 5310A, 5dn310 etc - typeA(2) ....... fusion basic agent. - typeB(2) ....... fusion advanced agent." - ::= { s5AgentGbl 18 } - -s5AgInfoScheduleBootTime OBJECT-TYPE - SYNTAX INTEGER (0..10080) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The time, measured in minutes, remaining until the - action(s) set by s5AgInfoReBoot will be performed. - This value must be set in the same set request as - the value of s5AgInfoReBoot; otherwise, a badValue - error is returned. - - If this value has been set, the number returned will - count down to zero, and the time remaining in minutes - will be rounded up to the next whole minute. - - Actions set via s5AgInfoReBoot can be scheduled for - up to seven days in advance. - 7 * 24 * 60 equals the maximum settable value of - 10080. If this attribute has not been set, a value of - zero should be returned." - ::= { s5AgentGbl 19 } - -s5AgInfoScheduleBootCancel OBJECT-TYPE - SYNTAX INTEGER { - other(1), - cancel(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Cancel a scheduled s5AgInfoReboot action. - The following value is read-only: - other(1)...not applicable or some other case - This is always the value that return when - read. - - The following values are read-write: - cancel(2)...cancel a scheduled boot. - - Setting this attribute to cancel(2) sets s5AgInfoReBoot - to running(2) and s5AgInfoScheduleBootTime to zero." - ::= { s5AgentGbl 20 } - -s5AgInfoNumBootBanks OBJECT-TYPE - SYNTAX INTEGER (0..255) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of local storage locations (or flash - memory banks) available on this device for - operational code images. - - Devices without local image capability or not - supporting this attribute shall return a value of 0." - ::= { s5AgentGbl 21 } - - -s5AgInfoNextBootBank OBJECT-TYPE - SYNTAX INTEGER (0..255) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The source of the image to be loaded upon the - next boot of the device. - - If a value is set larger than s5AgInfoNumBootBanks, - a badValue error should be returned. - - Devices without local image capability or not - supporting this attribute shall return a value of 0." - ::= { s5AgentGbl 22 } - - - -s5AgInfoDstLoadBank OBJECT-TYPE - SYNTAX INTEGER (0..255) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The local storage bank where the next system image - image is downloaded to. - - Devices without local image capability or not - supporting this attribute shall return a value of 0." - ::= { s5AgentGbl 23 } - -s5AgInfoFileAction OBJECT-TYPE - SYNTAX INTEGER { - other(1), - dnldConfig(2), - dnldImg(3), - upldConfig(4), - upldImg(5), - dnldFw(6), - upldFw(7), - dnldImgIfNewer(8), - dnldImgToDram(9), - dnldImgNoReset(10), - dnldFwNoReset(11), - dnldImgFromUsb(12), - upldImgToUsb(13), - dnldFwFromUsb(14), - upldFwToUsb(15), - dnldConfigFromUsb(16), - upldConfigToUsb(17), - dnldLicense(18), - upldLicense(19), - dnldLicenseFromUsb(20), - upldLicenseToUsb(21), - copyConfigToNvram(22) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object is used to copy a config file or an image file. - Typically, the copy is to/from a TFTP server, though other - types of sources/destinations are possible. - - In read operation, if no action taken since the boot up, it will - return other(1). Otherwise it will return the latest action such - as dnldConfig(2), dnldImg(3), upldConfig(4) and upldImg(5). - - In write operation, the values that can be written are: - - dnldConfig(2) ........... download a config file to a device. - The new config file will not take effect - until the next boot cycle of the device. - dnldImg(3) .............. download an image to a device. - upldConfig(4) ........... upload a config file to a server from - a device. The config file contains the - current MIB object values of the device. - upldImg(5) .............. upload a image from a device to a server - dnldFw(6) ............... download firmware to a device - upldFw(7) ............... upload firware from a device to a server - dnldImgIfNewer(8) ....... download an image to a device if the image - version is newer than the image stored in - local NV storage - dnldImgToDram(9) ........ download an image to a device, but do not - save it to NVRAM, just keep it in DRAM - dnldImgNoReset(10) ...... download an image to a device, but do not - reset the device after the download - dnldFwNoReset(11) ....... download firmware to a device, but do not - reset the device after the download - dnldImgFromUsb(12) ...... download image from USB port - upldImgToUsb(13) ........ upload image to USB port - dnldFwFromUsb(14) ....... download firmware from USB port - upldFwToUsb(15) ......... upload firmware to USB port - dnldConfigFromUsb(16) ... download binary config from USB port - upldConfigToUsb(17) ..... upload binary config to USB port - dnldLicense(18) ......... download license file from TFTP server - upldLicense(19) ......... upload license file to TFTP server - dnldLicenseFromUsb(20) .. download license file from USB port - upldLicenseToUsb(21) .... upload license file to USB port - copyConfigToNvram(22) ... copy the current running configuration - into NVRAM" - ::= {s5AgentGbl 24} - - -s5AgInfoFileStatus OBJECT-TYPE - SYNTAX INTEGER { - other(1), - inProgress (2), - success (3), - fail (4) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object is used to get the status of the latest action as - shown by s5AgInfoFileAction. The values that can be read are: - - other(1) ......... if no action taken since the boot up - inProgress (2) ... the operation is in progress - success (3) ...... the operation succeeds. - fail (4) ......... the operation is failed." - - ::= {s5AgentGbl 25} - - -s5AgInfoStackBootpMACUsage OBJECT-TYPE - SYNTAX INTEGER { - other(1), - useBaseUnitMACAddress (2), - useStackMACAddress (3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object is used to get/set which MAC address is used - by a stackable system when performing BOOTP requests during - bootup. A value of useBaseUnitMACAddress(2) indicates that - the MAC address of the base unit of the stack will be used. - A value of useStackMACAddress(3) indicates that the MAC - address of the stack will be used." - ::= {s5AgentGbl 26} - - --- Agent's Interface Information Table - - -s5AgMyIfTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5AgMyIfEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table that provides additional information - about the agent's interfaces. The number of - entries in the table is determined by the - number of interfaces on the agent." - ::= { s5AgentInfo 2 } - - -s5AgMyIfEntry OBJECT-TYPE - SYNTAX S5AgMyIfEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A row in the table of additional information - about the agent's interfaces. Entries can not - be created or deleted via SNMP requests." - INDEX { s5AgMyIfIndx } - ::= { s5AgMyIfTable 1 } - - -S5AgMyIfEntry ::= SEQUENCE { - s5AgMyIfIndx InterfaceIndex, - s5AgMyIfNxtBootIpAddr IpAddress, - s5AgMyIfNxtBootNetMask IpAddress, - s5AgMyIfCfgFname DisplayString, - s5AgMyIfLdSvrAddr IpAddress, - s5AgMyIfImgFname DisplayString, - s5AgMyIfValidFlag INTEGER, - s5AgMyIfNxtBootIpxAddr IpxAddress, - s5AgMyIfBootRouterAddr IpAddress, - s5AgMyIfMacAddr MacAddress - } - - - -s5AgMyIfIndx OBJECT-TYPE - SYNTAX InterfaceIndex - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the interface. This has the same - value as ifIndex for the interface." - ::= { s5AgMyIfEntry 1 } - -s5AgMyIfNxtBootIpAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "For the next boot, the IP address of the - the interface. If not used, then the - value is 0.0.0.0. (NOTE: the current IP - address for the interface is found in table - ipAddrTable and in table s5AgOthIfTable.)" - ::= { s5AgMyIfEntry 2 } - -s5AgMyIfNxtBootNetMask OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "For the next boot, the subnet mask for - the interface. If not used, then the - value is 0.0.0.0. (NOTE: the current subnet - mask for the interface is found in table - ipAddrTable.)" - ::= { s5AgMyIfEntry 3 } - -s5AgMyIfCfgFname OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..64)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Name of the configuration file currently - associated with the interface. When not - used, the value is a zero length string." - ::= { s5AgMyIfEntry 4 } - -s5AgMyIfLdSvrAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The IP address of the load server for the - configuration file and/or the image file. - If not used, then the value is 0.0.0.0" - ::= { s5AgMyIfEntry 5 } - -s5AgMyIfImgFname OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..128)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Name of the image file(s) currently associated - with the interface. Some agents in special - situations may support a value which contains - multiple file names instead of a single file - name. Multiple names are specified as a list - of file names separated by semicolons (;). - When the object is not used, the value is a - zero length string." - ::= { s5AgMyIfEntry 6 } - -s5AgMyIfValidFlag OBJECT-TYPE - SYNTAX INTEGER { - valid(1), - invalid(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Indicates if the configuration and/or image - file(s) were downloaded from this interface and - if the file names have not been changed. The - following values can be read: - valid(1).....configuration and/or image file(s) - downloaded from this interface - are currently in use - invalid(2)...cfg and/or image files downloaded - from this interface are not - in use (this may also mean that - there are no files downloaded from - this interface)." - ::= { s5AgMyIfEntry 7 } - -s5AgMyIfNxtBootIpxAddr OBJECT-TYPE - SYNTAX IpxAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "For the next boot, the IPX address of the - the interface. If the IPX protocol is not used, - then the value is 00000000:000000000000. - - NOTE: The current IPX address for the - interface is found in table s5AgOthIfTable." - ::= { s5AgMyIfEntry 8 } - - -s5AgMyIfBootRouterAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The IP address of the boot router for the - configuration file and/or the image file. - If not used, then the value is 0.0.0.0" - ::= { s5AgMyIfEntry 9 } - -s5AgMyIfMacAddr OBJECT-TYPE - SYNTAX MacAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The MAC address of the interface. The value - is 00:00:00:00:00:00 if there is no interface." - ::= { s5AgMyIfEntry 10} - - - --- Other Agents' Interface Information Table - -s5AgOthIfTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5AgOthIfEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table that provides information about - each interface for each agent in the chassis. - The number of entries in the table is determined - by the number of agents in the chassis and their - configuration." - ::= { s5AgentInfo 3 } - -s5AgOthIfEntry OBJECT-TYPE - SYNTAX S5AgOthIfEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A row in the table of information about interface - information for all agents in the chassis. Entries - can not be created or deleted via SNMP requests." - INDEX { s5AgOthIfGrpIndx, - s5AgOthIfComIndx, - s5AgOthIfIndx } - ::= { s5AgOthIfTable 1 } - -S5AgOthIfEntry ::= SEQUENCE { - s5AgOthIfGrpIndx INTEGER, - s5AgOthIfComIndx INTEGER, - s5AgOthIfIndx InterfaceIndex, - s5AgOthIfIpAddr IpAddress, - s5AgOthIfIpxAddr IpxAddress - } - -s5AgOthIfGrpIndx OBJECT-TYPE - SYNTAX INTEGER (1..32767) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the group containing the component - containing the agent." - ::= { s5AgOthIfEntry 1 } - -s5AgOthIfComIndx OBJECT-TYPE - SYNTAX INTEGER (1..32767) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the component in the group - containing the agent." - ::= { s5AgOthIfEntry 2 } - -s5AgOthIfIndx OBJECT-TYPE - SYNTAX InterfaceIndex - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the interface. This is the same - value as ifIndex." - ::= { s5AgOthIfEntry 3 } - -s5AgOthIfIpAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The IP address of the interface. If not used, - then the value is 0.0.0.0." - ::= { s5AgOthIfEntry 4 } - -s5AgOthIfIpxAddr OBJECT-TYPE - SYNTAX IpxAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The IPX address of the interface. If the IPX - protocol is not used, then the value is - 00000000:000000000000." - ::= { s5AgOthIfEntry 5 } - - - --- IP Router Aging And Default Router Selection Information - -s5AgIpRtrDefaultTimeToLive OBJECT-TYPE - SYNTAX TimeIntervalSec (60..3600) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The lifetime of IP router entries in seconds. - The maximum length of time that a IP router - is to be considered alive in the absence of - further positive advice. The default lifetime - is used for routers learned through IP router - protocols that do not specify a lifetime (e.g. - statically configured, ICMP redirects)." - DEFVAL { 540 } -- 9 minutes - ::= { s5AgentInfo 4 } - -s5AgIpDefaultRtrSelectionMode OBJECT-TYPE - SYNTAX INTEGER { - other(1), - config(2), - static(3), - dynamic(4) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The method used to select a default IP router. - The following value is read-only: - other(1).......not applicable or other case - The following values are read-write: - config(2).....use configured primary default - router. If no primary default router - is specified, there will be no - default IP route. - static(3).....A default router will be chose from - the routers known to be up and that - have been configured. - dynamic(4)....ICMP router discovery as per RFC - 1256 is performed and the router - with the highest preference level is - chosen as default router." - DEFVAL { dynamic } - ::= { s5AgentInfo 5 } - -s5AgIpRtrDiscoverySolicitMode OBJECT-TYPE - SYNTAX INTEGER { - multicast(1), - broadcast(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The router discovery solicitation mode to use - when the default router selection mode is - dynamic. This solicitation mode determines - the IP address for ICMP router solicitations - (see RFC 1256): - multicast(1)..router solicitations are sent to - the all-routers multicast address - (224.0.0.2) - broadcast(2)..router solicitations are sent to - the limited broadcast address - (255.255.255.255)." - DEFVAL { broadcast} - ::= { s5AgentInfo 6 } - - - --- Agent's Data Collection Table - -s5AgDataCollectTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5AgDataCollectEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table of control information and statistics - for the data collection (promiscuous data - capturing) per source of detection." - ::= { s5AgentInfo 7 } - -s5AgDataCollectEntry OBJECT-TYPE - SYNTAX S5AgDataCollectEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A row in the data collection table. - Entries can not be created or deleted - via SNMP." - INDEX { s5AgDataCollectIfIndex } - ::= { s5AgDataCollectTable 1 } - -S5AgDataCollectEntry ::= SEQUENCE { - s5AgDataCollectIfIndex INTEGER, - s5AgDataCollectSnTimeStamp TimeTicks, - s5AgDataCollectNetworkAddrStatus INTEGER - } - -s5AgDataCollectIfIndex OBJECT-TYPE - SYNTAX INTEGER (0..255) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "An integer value representing the source - that collects data from the network. A value - greater than zero is the index of the agent's - interface on the NMM. This is the same value - as ifIndex for the interface. A value of zero - indicates data collection via best available - efforts (other than NMM's interfaces)." - ::= { s5AgDataCollectEntry 1 } - -s5AgDataCollectSnTimeStamp OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of sysUpTime at the last time - a node was added or deleted from the - Show Node table." - ::= { s5AgDataCollectEntry 2 } - - -s5AgDataCollectNetworkAddrStatus OBJECT-TYPE - SYNTAX INTEGER { - alwaysOff(1), - on(2), - off(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "A switch to enable or disable the collecting of - network layer addresses for the network address - mapping table (s5CmNetAddrTable ). - The following value is read-only: - alwaysOff(1)..data source is not capable of - collecting or decoding network - addresses - - The following values are read-write if the data - source is capable of collecting network addresses: - on(2).........packet decoding is enabled - off(3)........packet decoding is disabled - or not supported." - DEFVAL { on } -- if packet collection is possible - ::= { s5AgDataCollectEntry 3 } - - - --- Authentication Trap VarBinds - - -s5AgUnAuthIpAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object contains the IP address of the last - station that tried to access this agent with an - invalid community string. This object is used as - a VarBind in an Authentication Trap PDU. A get - request will return the last value used, and will - return the null address 0.0.0.0 if no IP - authentication traps have been sent." - ::= { s5AgentInfo 8 } - -s5AgUnAuthIpxAddr OBJECT-TYPE - SYNTAX IpxAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object contains the IPX address of the last - station that tried to access this agent with an - invalid community string. This object is used as - a VarBind in an Authentication Trap PDU. A get - request will return the last value used, and will - return the null address of all zeros if no IPX - authentication traps have been sent." - ::= { s5AgentInfo 9 } - -s5AgUnAuthComm OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(0..20)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object contains the community string of the - last unauthenticated attempt to access this agent. - This object is used as a VarBind in an Authentication - Trap PDU. A get request will return the last value used, - and will return the null string if no authentication - traps have been sent." - ::= { s5AgentInfo 10 } - -s5AgTrapFilterTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5AgTrapFilterEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Agent Trap filter configuration table." - ::= { s5AgentInfo 11 } - -s5AgTrapFilterEntry OBJECT-TYPE - SYNTAX S5AgTrapFilterEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of trap filter entries that determine the - filtering of traps. For example, an instance of the - s5AgtTrapFilterStatus will be named s5AgTrapFilterStatus.8" - INDEX { s5AgTrapFilterIndex } - ::= { s5AgTrapFilterTable 1 } - -S5AgTrapFilterEntry ::= SEQUENCE { - s5AgTrapFilterIndex Integer32, - s5AgTrapFilterTrapOID OBJECT IDENTIFIER, - s5AgTrapFilterTrapInitiator1 Integer32, - s5AgTrapFilterTrapInitiator2 Integer32, - s5AgTrapFilterTrapInitiator3 Integer32, - s5AgTrapFilterStatus INTEGER, - s5AgTrapFilterDelayTime Integer32, - s5AgTrapEntryStatus INTEGER - } - -s5AgTrapFilterIndex OBJECT-TYPE - SYNTAX Integer32 (1..2147483647) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "An index that uniquely identifies an entry in the - s5AgTrapFilterTable." - ::= { s5AgTrapFilterEntry 1 } - -s5AgTrapFilterTrapOID OBJECT-TYPE - SYNTAX OBJECT IDENTIFIER - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The OID of the trap. - - This variable is requried for row creation." - ::= { s5AgTrapFilterEntry 2 } - -s5AgTrapFilterTrapInitiator1 OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "A value that determines the first condition for - filtering a trap.This entry is the value of the - first varbind for a particular trap in most cases. - - We need to specify every initiator that represents - the corresponding trap variable for each trap. - If the value of this initiator is 0 (wildcard or - don't care), it means that it can represent all - possible values for this initiator. The trap-filter - design and functional spec. provides a more detailed - explanation on this subject." - ::= { s5AgTrapFilterEntry 3 } - -s5AgTrapFilterTrapInitiator2 OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "A value that determines the second condition for - filtering a trap. This entry is the value of the - second varbind for most traps. If the value of - this initiator is 0 (wildcard or don't care), - it means that it can represent all possible values - for this initiator. If a trap has only one varbind, - this entry should be set to 0." - ::= { s5AgTrapFilterEntry 4 } - -s5AgTrapFilterTrapInitiator3 OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "A value that determines the third condition for - filtering a trap. This entry is the value of the - third varbind for most traps. If the value of this - initiator is 0(wildcard or don't care), it means - that it can represent all possible values for this - initiator. If a trap has only one or two varbinds, - this entry should be set to 0." - ::= { s5AgTrapFilterEntry 5 } - -s5AgTrapFilterStatus OBJECT-TYPE - SYNTAX INTEGER { - enabled(1), - disabled(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Indicates whether this trap is enabled or not. - enabled(1) indicates that if this type of event - occurs, a trap that is generated will be queued - for transmit. disabled(2) indicates that if this - trap if generated, it will not be queued for - transmit and s5AgTrapFilterDelayTime is not valid." - ::= { s5AgTrapFilterEntry 6 } - - -s5AgTrapFilterDelayTime OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The time delay period required to be met, between - each consecutive occurences of this event. Traps - recieved within this period will be dropped." - ::= { s5AgTrapFilterEntry 7 } - -s5AgTrapEntryStatus OBJECT-TYPE - SYNTAX INTEGER { - valid(1), - createRequest(2), - underCreation(3), - invalid(4) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "A manager is restricted to change the state of an - entry base on the following table: - - create under - To: valid Request Creation invalid - From: - valid OK NO OK OK - createRequest N/A N/A N/A N/A - underCreation OK NO OK OK - invalid NO NO NO OK - nonExistent NO OK NO OK - - In the table above, it is not applicable to change - the state from createRequest to any other states. - - When the status of a table entry is set to the value - of invalid(4), the entry will be removed from the table. - If an entry has been in the underCreation(3) state for - more than 10 minutes, it will be set to invalid(4) and - subsequently removed from the table. - - This variable is requried for row creation." - ::= { s5AgTrapFilterEntry 8 } - - --- change '_' to '-' for enum named label --- yyang 11/30/98 -s5AgTrapFilterGlobalStatus OBJECT-TYPE - SYNTAX INTEGER{ - enable-all(1), - disable-all(2), - enable-all-and-use-table(3), - disable-all-and-use-table(4) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This value is the status of all the traps that - supported by this trap-filter system. - - If the value is 1 (enable all) , all traps in the - system are enabled. If the value is 2 (disable all), - all traps in the system are disabled. If the value - is 3 (enable-all-and-use-table) all traps are enabled - except for traps that are disabled in the - s5AgTrapFilterTable are disabled. If the value is 4 - (disable-all-and-use-table) all traps are disabled - except for traps that are enabled in the - s5AgTrapFilterTable are enabled." - ::= { s5AgentInfo 12 } - - - - --- Trap Receiver Table - -s5AgTrpRcvrMaxEnt OBJECT-TYPE - SYNTAX INTEGER (0..255) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The maximum number of rows in the trap - receiver table." - ::= { s5AgentMgmt 1 } - -s5AgTrpRcvrCurEnt OBJECT-TYPE - SYNTAX INTEGER (0..255) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The current number of rows in the trap - receiver table." - ::= { s5AgentMgmt 2 } - -s5AgTrpRcvrNext OBJECT-TYPE - SYNTAX INTEGER (0..255) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the next available row to be - created in the trap receiver table. A value - of zero means that the table is full and no - more rows can be added." - ::= { s5AgentMgmt 3 } - -s5AgTrpRcvrTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5AgTrpRcvrEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table of managers which to send traps." - ::= { s5AgentMgmt 4 } - -s5AgTrpRcvrEntry OBJECT-TYPE - SYNTAX S5AgTrpRcvrEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A row in the trap receiver table. - The column s5AgTrpRcvrStatus is used to create - and delete rows in the table. Creation requires - a SET PDU with objects s5AgTrpRcvrStatus, - s5AgTrpRcvrAddrType, s5AgTrpRcvrNetAddr, - and s5AgTrpRcvrComm for the new row." - INDEX { s5AgTrpRcvrIndx } - ::= { s5AgTrpRcvrTable 1 } - -S5AgTrpRcvrEntry ::= SEQUENCE { - s5AgTrpRcvrIndx INTEGER, - s5AgTrpRcvrStatus INTEGER, - s5AgTrpRcvrAddrType INTEGER, - s5AgTrpRcvrNetAddr OCTET STRING, - s5AgTrpRcvrComm OCTET STRING, - s5AgTrpRcvrAgeTime TimeIntervalSec - } - -s5AgTrpRcvrIndx OBJECT-TYPE - SYNTAX INTEGER (1..255) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the row in the table." - ::= { s5AgTrpRcvrEntry 1 } - -s5AgTrpRcvrStatus OBJECT-TYPE - SYNTAX INTEGER { - other(1), - valid(2), - ignore(3), - delete(4), - create(5) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object is used to create and - delete rows in the table and control - if they are used. The values - that can be written are: - valid(2)....makes an existing row - valid - can only be - written to change the - value from ignore(3) - ignore(3)...don't use this entry to - send traps to at this time - delete(4)...deletes the row - create(5)...creates a new row - only - value that can be used to - create a row in the table - - If the row exists, then a SET with - value of create(5) returns error - 'badValue'. Deleted rows go away - immediately. The following values - can be returned on reads: - other(1)....some other case - valid(2)....the row exists and is valid - ignore(3)...don't use this entry to - send traps to at this time" - ::= { s5AgTrpRcvrEntry 2 } - -s5AgTrpRcvrAddrType OBJECT-TYPE - SYNTAX INTEGER { - ip(1), - ipx(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The type of address that is stored in - the object s5AgTrpRcvrNetAddr. The - value is: - ip(1)....IP address - ipx(2)...IPX address. - - Note: When changing the value of this object - with an SNMP SET request, the SET PDU - must also specify a value for the - s5AgTrpRcvrNetAddr object." - ::= { s5AgTrpRcvrEntry 3 } - -s5AgTrpRcvrNetAddr OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(0..255)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The network address (in network order) for - SNMP manager that is to receive the trap." - ::= { s5AgTrpRcvrEntry 4 } - -s5AgTrpRcvrComm OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(0..32)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Community string to use." - ::= { s5AgTrpRcvrEntry 5 } - -s5AgTrpRcvrAgeTime OBJECT-TYPE - SYNTAX TimeIntervalSec - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The time interval used to age entries out - of the trap receiver table. The default - value if not specified will be 0, or infinite, - never to be aged out." - DEFVAL { 0 } - ::= { s5AgTrpRcvrEntry 6 } - - --- Last Remote Login Management - -s5AgRemoteLoginMgmt OBJECT IDENTIFIER ::= { s5AgentMgmt 5 } - -s5AgRemoteLoginIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This value indicates the last IP address remote login to this system. " - ::= { s5AgRemoteLoginMgmt 1 } - -s5AgRemoteLoginStatus OBJECT-TYPE - SYNTAX INTEGER { - statusUnknown (1), - successful (2), - passwordFail (3), - loginTimeout (4), - loginInactivityTimeout(5), - telnetSessionExisted (6), - nonAllowedIPaddr (7), - localConsoleBusy (8), - excessiveLoginFail (9), - accessPermissionOff (10), - loginLogout (11) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This value indicates the status of remote login to this system. " - ::= { s5AgRemoteLoginMgmt 2 } - - --- Miscellaneous System-wide settings - -s5AgSysAutoPvid OBJECT-TYPE - SYNTAX INTEGER { - enabled (1), - disabled (2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION "This value indicates whether adding a port as a member - of a VLAN automatically results in its PVID being set - to be the same as that VLAN ID. Some exceptions apply." - ::= { s5AgentSystem 1 } - -s5AgSysCurrentOperationalMode OBJECT-TYPE - SYNTAX INTEGER { - pure(1), - hybrid(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION "Indicates the stacking mode. Pure stack mode does not - allow BS450 and BS410 units to join stack and provides - some advanced features that are not available in Hybrid - stack mode." - ::= { s5AgentSystem 2 } - -s5AgSysNextBootOperationalMode OBJECT-TYPE - SYNTAX INTEGER { - pure(1), - hybrid(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION "Indicates the stacking mode at the next boot. A change - to this object will modify the stacking mode after the - system is reset/rebooted." - ::= { s5AgentSystem 3 } - -s5AgSysBinaryConfigFilename OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..128)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Name of the binary configuration file that will be - downloaded/uploaded when the s5AgInfoFileAction object is - set to dnldConfig(2), upldConfig(4), dlndConfigFromUsb(16), - or upldConfigToUsb(17). When not used, the value is - a zero length string." - ::= { s5AgentSystem 4 } - -s5AgSysTftpServerAddress OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The IP address of the TFTP server for all TFTP operations. - If not used, then the value is 0.0.0.0" - ::= { s5AgentSystem 5 } - -s5AgSysAsciiConfigFilename OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..128)) - MAX-ACCESS read-write - STATUS deprecated - DESCRIPTION - "Name of the ascii configuration file that will be - downloaded/uploaded either at boot time when the - s5AgSysAsciiConfigAutoDownload object is set to - useConfig(3), or when the s5AgSysAsciiConfigManualDownload - object is set to downloadNow(4) or downloadFromUsb(5). - When not used, the value is a zero length string." - ::= { s5AgentSystem 6 } - -s5AgSysAsciiConfigAutoDownload OBJECT-TYPE - SYNTAX INTEGER { - disabled(1), - useBootp(2), - useConfig(3) - } - MAX-ACCESS read-write - STATUS deprecated - DESCRIPTION - "Indicates whether an ASCII configuration file should be - downloaded at boot time. The file can be downloaded - using either the configured filename and TFTP server - address, or a BOOTP server can be used to determine the - filename and TFTP server address." - ::= { s5AgentSystem 7 } - -s5AgSysAsciiConfigAutoDldStatus OBJECT-TYPE - SYNTAX INTEGER { - passed(1), - inProgress(2), - failed(3) - } - MAX-ACCESS read-only - STATUS deprecated - DESCRIPTION - "Indicates the status of the last automatic ASCII - configuration file download at boot time. If no - automatic download at boot time has been attempted, - the value returned will be failed(3)." - ::= { s5AgentSystem 8 } - -s5AgSysAsciiConfigManualDownload OBJECT-TYPE - SYNTAX INTEGER { - passed(1), - inProgress(2), - failed(3), - downloadNow(4), - downloadFromUsb(5) - } - MAX-ACCESS read-write - STATUS deprecated - DESCRIPTION - "Indicates the status of the last manual attempt to - download an ASCII configuration file. The value of - this object when retrieved can be either passed(1), - inProgress(2) or failed(3). Setting this object to - downloadNow(4) will initiate a manual ASCII - configuration file download from a TFTP server. Setting - this object to downloadFromUsb(5) will initial a manual - ASCII configuration file download from a USB flash dongle. - If no attempt has been made to manually download a - configuration file, the value returned will be failed(3)." - ::= { s5AgentSystem 9 } - -s5AgSysCpuIpAddress OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The system's CPU IP address. Note that for a stackable - system in standalone mode, this will be the standalone - IP address, but in stack mode, this will be the stack IP - address. I.e., this is always the IP address at which - the system is reachable. Setting this object will modify - the corresponding IP address." - ::= { s5AgentSystem 10 } - -s5AgSysStackIpAddress OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The stack IP address of a stackable system. A non-stackable - system should never return an instance of this object, nor allow - writes to this object. Note that in standalone mode, this will - still be the stack IP address, even though it is not in use. - When in stack mode, the IP address of individual units can be - found in the s5ChasComTable in the s5Chassis MIB (and note that - these addresses will not be in use when in stack mode)." - ::= { s5AgentSystem 11 } - -s5AgSysCpuNetMask OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The system's CPU subnet mask." - ::= { s5AgentSystem 12 } - -s5AgSysManagementVlanId OBJECT-TYPE - SYNTAX INTEGER (1..4094) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The VLAN ID of the system's management VLAN." - ::= { s5AgentSystem 13 } - -s5AgSysBinaryConfigUnitNumber OBJECT-TYPE - SYNTAX INTEGER (0..255) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "When in standalone mode, and loading a binary configuration file - that was created from a stack, this object specifies the unit - number of the portion of the config file to be extracted and - used for the standalone unit's configuration. If this value - is 0, it is ignored." - ::= { s5AgentSystem 14 } - -s5AgSysStackInsertionUnitNumber OBJECT-TYPE - SYNTAX INTEGER (0..255) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "When in stack mode, this object specifies the unit number to - be assigned to the next unit that joins the stack. The value - may not be set to the unit number of an existing stack member. - When a new unit joins the stack, and the value of this object - is used as it's unit number, the value will revert to 0. If - the value of this object is 0, it is not used when determining - the unit number of new units." - ::= { s5AgentSystem 15 } - -s5AgSysSpanningTreeOperMode OBJECT-TYPE - SYNTAX INTEGER { - nortelStpg(1), - pvst(2), - rstp(3), - mstp(4) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates the current spanning-tree mode of the system. - The meaning of specific values is: - - nortelStpg(1) .. The older proprietary mode which supports - multiple spanning tree groups. - - pvst(2) ........ Emulation of C***O spanning tree mode - - rstp(3) ........ IEEE 802.1w mode - - mstp(4) ........ IEEE 802.1s mode" - ::= { s5AgentSystem 16 } - -s5AgSysSpanningTreeAdminMode OBJECT-TYPE - SYNTAX INTEGER { - nortelStpg(1), - pvst(2), - rstp(3), - mstp(4) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the desired spanning-tree mode of the system. - The meaning of specific values is: - - nortelStpg(1) .. The older proprietary mode which supports - multiple spanning tree groups. - - pvst(2) ........ Emulation of C***O spanning tree mode - - rstp(3) ........ IEEE 802.1w mode - - mstp(4) ........ IEEE 802.1s mode - - Note that depending on the current value of s5AgSysSpanningTreeOperMode - and the value to which this object is set, the operational mode may - be immediately changed, or the change may not take effect until the - next system reboot." - ::= { s5AgentSystem 17 } - -s5AgSysAutoUnitReplacementEnabled OBJECT-TYPE - SYNTAX INTEGER { - true(1), - false(2), - setToDefault(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates whether the auto-unit-replacement feature - is enabled or disabled. The value when retrieved will always be - true(1) or false(2). Setting the value to setToDefault(3) will - restore the factory-default value." - DEFVAL { true } - ::= { s5AgentSystem 18 } - -s5AgSysAsciiConfigManualUpload OBJECT-TYPE - SYNTAX INTEGER { - passed(1), - inProgress(2), - failed(3), - uploadNow(4), - uploadToUsb(5) - } - MAX-ACCESS read-write - STATUS deprecated - DESCRIPTION - "Indicates the status of the last manual attempt to - upload an ASCII configuration file. The value of - this object when retrieved can be either passed(1), - inProgress(2) or failed(3). Setting this object to - downloadNow(4) will initiate a manual ASCII - configuration file upload to a TFTP server. Setting - this object to uploadToUsb(5) will initiate a manual - ASCII configuration file upload to a USB flash dongle. - If no attempt has been made to manually upload a - configuration file, the value returned will be failed(3)." - ::= { s5AgentSystem 19 } - -s5AgSysSpanningTreePathCostCalculationMode OBJECT-TYPE - SYNTAX INTEGER { - ieee802dot1dCompatible(1), - ieee802dot1tCompatible(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the current spanning-tree path cost - calculation mode of the system. Note that this object can - only take the value ieee802dot1dCompatible(1) if the value of - s5AgSysSpanningTreeOperMode is currently nortelStpg(1)." - ::= { s5AgentSystem 20 } - -s5AgSysUsbTargetUnit OBJECT-TYPE - SYNTAX Integer32 (0..9) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the unit number of the USB port to be - use in file upload/download operations." - ::= { s5AgentSystem 21 } - -s5AgSysSpanningTreePortMode OBJECT-TYPE - SYNTAX INTEGER { - normal(1), - auto(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the current spanning-tree port mode." - ::= { s5AgentSystem 22 } - -s5AgSysLicenseFilename OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..128)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Name of the license file that will be downloaded/uploaded - when the s5AgInfoFileAction object is set to dnldLicense(18), - upldLicense(19), dlndLicenseFromUsb(20), or upldLicense(21). - When not used, the value is a zero length string." - ::= { s5AgentSystem 23 } - -s5AgSysSpanningTreeAdminCompatibility OBJECT-TYPE - SYNTAX BITS { - port802dot1dLearning(0) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object controls the compatibility mode for various - features. Note that for some features, the actual operational - mode might not change until after a system reset. - - The port802dot1dLearning(0) bit indicates whether the learning - mode of a port stays in the Forwarding state, or changes to the - Disabled state when the port's operational status goes down. If - the bit is on, it means the port goes to the Disabled state. If - the bit is off, it means the port stays in the Forwarding state." - ::= { s5AgentSystem 24 } - -s5AgSysSpanningTreeOperCompatibility OBJECT-TYPE - SYNTAX BITS { - port802dot1dLearning(0) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates the operational compatibility mode for - various features controlled by the associated object, - s5AgSysSpanningTreeAdminCompatibility." - ::= { s5AgentSystem 25 } - -s5AgSysGlobalFlowControlEnabled OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object controls whether flow control for ethernet ports - is globally enabled or disabled. This object is only used - on systems for which flow control cannot be enabled/disabled - on each port individually." - ::= { s5AgentSystem 26 } - -s5AgSysAutosaveToNvramEnabled OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object controls whether autosaving to NVRAM is enabled. - Autosaving normally occurs periodically in a background task - if any configuration changes have been made." - ::= { s5AgentSystem 27 } - -s5AgSysFlushMacAddrTableAll OBJECT-TYPE - SYNTAX INTEGER { - flush(1) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Setting this object to flush(1) will flush the CDT MAC address - table. On retrieval, its value is always flush(1)." - ::= { s5AgentSystem 28 } - -s5AgSysFlushMacAddrTableByPortList OBJECT-TYPE - SYNTAX PortList - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Setting this object will flush the CDT MAC address for all - ports specified in the value. On retrieval, the value is - the last value set, or a zero-length octet string if it has - never been set." - ::= { s5AgentSystem 29 } - -s5AgSysFlushMacAddrTableByVlan OBJECT-TYPE - SYNTAX VlanId - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Setting this object will flush the CDT MAC address table for - the specified VLAN. On retrieval, the value is the last - value set, or 1 if it has never been set." - ::= { s5AgentSystem 30 } - -s5AgSysFlushMacAddrTableByTrunk OBJECT-TYPE - SYNTAX Integer32 (1..64) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Setting this object will flush the CDT MAC address table for - the specified trunk. On retrieval, the value is the last - value set, or 1 if it has never been set." - ::= { s5AgentSystem 31 } - -s5AgSysFlushMacAddrTableByAddress OBJECT-TYPE - SYNTAX MacAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Setting this object will flush the specified MAC address - from the CDT MAC address table. On retrieval, its value is - the last value set, or 00:00:00:00:00:00 if it has never - been set." - ::= { s5AgentSystem 32 } - -s5AgSysVlanConfigControl OBJECT-TYPE - SYNTAX INTEGER { - automatic(1), - autopvid(2), - flexible(3), - strict(4) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object controls the VLAN configuration control mode: - automatic - AutoPVID and automatic change to membership - of port-based VLANs - autopvid -- Automatic change to PVID - flexible -- No restricts or automatic changes - strict ---- AutoPVID and restrictions imposed on adding - port to VLAN and changing tagging" - ::= { s5AgentSystem 33 } - --- --- Custom Banner Group --- - -s5AgBannerControl OBJECT-TYPE - SYNTAX INTEGER { - static(1), - custom(2), - disabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "s5AgBannerControl specifies the banner to be displayed - to a user upon connection to a Baystack device. The static(1) option - will cause the predefined static banner to used when displaying a - banner. The custom(2) option will cause a previously set custom - banner to used when displaying a banner. The disabled(3) option - will prevent the display of any banners." - ::= { s5AgentBanner 1 } - -s5AgCustomBannerTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5AgCustomBannerEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table describing a custom banner to be displayed to users upon - the establishment of a connection to a Baystack device. - The banner can be upto 15 lines of text with each line a maximum - of 80 characters. A line may only contain ASCII printable characters." - ::= { s5AgentBanner 2 } - -s5AgCustomBannerEntry OBJECT-TYPE - SYNTAX S5AgCustomBannerEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "An entry describing one line of a 15-line banner." - INDEX { s5AgCustomBannerType, s5AgCustomBannerId } - ::= { s5AgCustomBannerTable 1 } - -S5AgCustomBannerEntry ::= - SEQUENCE { - s5AgCustomBannerType INTEGER, - s5AgCustomBannerId INTEGER, - s5AgCustomBannerLine DisplayString - } - -s5AgCustomBannerType OBJECT-TYPE - SYNTAX INTEGER { - switch(1), - stack(2) - } - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Identifies the banner type. The table can store 2 separate banners, - one for use in switch/stand-alone mode (with a type of switch(1)), - and one for use in stack mode (with a type of stack(2)). Note that - a non-stackable system should never return entries with type equal - to stack(2), nor should it allow writes to such entries." - ::= { s5AgCustomBannerEntry 1 } - -s5AgCustomBannerId OBJECT-TYPE - SYNTAX INTEGER (1..19) - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Identifies the line of text within a custom banner." - ::= { s5AgCustomBannerEntry 2 } - -s5AgCustomBannerLine OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..80)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "One line of a fifteen line banner. If the line contains - non-printable ASCII characters then the string will be - rejected and an error response returned." - ::= { s5AgCustomBannerEntry 3 } - --- --- Simple Network Time Protocol (SNTP) Group --- - -s5AgSntpState OBJECT-TYPE - SYNTAX INTEGER { - disabled(1), - unicast(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object is used to control whether the device uses the Simple - Network Time Protocol (SNTP), to synchronize the device's clock to - the Coordinated Universal Time (UTC). - - If the value is disabled(1), the device will not synchronize it's - clock using SNTP. - - If the value is unicast(2), the device will first synchronize - shortly after boot time when network access becomes available, - and periodically thereafter, as specified by the value of - s5AgSntpSyncInterval. If the value is not unicast(2) at boot, - the device will synchronize when the value is first set to - unicast(2), and periodically thereafter. - - Synchronization process: - This process applies to automatic (periodic) and manual - synchronization attempts. The device will first attempt to - synchronize with the primary NTP server as defined by - s5AgSntpPrimaryServerAddress (if non-zero). If the primary - server synchonization is attempted and fails, the - s5AgSntpPrimaryServerSyncFailures counter is incremented. The - device will then attempt to synchronize with the secondary NTP - server as defined by s5AgSntpSecondaryServerAddress (if non-zero). - If the secondary server synchronization is attempted and fails, - the s5AgSntpSecondaryServerSyncFailures counter is incremented. - If synchronization succeeds with either server, the - s5AgSntpLastSyncTime and s5AgSntpLastSyncSource values are - updated. The s5AgSntpNextSyncTime value is updated on success - or failure. For the special case of first sync failures, the - system will automatically retry every few minutes until - synchronization is achieved without regard to - s5AgSntpSyncInterval." - ::= { s5AgentSntp 1 } - -s5AgSntpPrimaryServerAddress OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The IP address of the primary SNTP server. If this value is 0, - synchronization to this server is not attempted." - ::= { s5AgentSntp 2 } - -s5AgSntpSecondaryServerAddress OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The IP address of the secondary SNTP server. If this value is 0, - synchronization to this server is not attempted." - ::= { s5AgentSntp 3 } - -s5AgSntpSyncInterval OBJECT-TYPE - SYNTAX INTEGER (0..168) - UNITS "Hours" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object controls the frequency, in hours relative to - s5AgSntpLastSyncTime, that the device will attempt to synchronize - with the NTP servers. If this value is 0, only the boot time - synchronization occurs and periodic synchronizations do not - occur." - ::= { s5AgentSntp 4 } - -s5AgSntpManualSyncRequest OBJECT-TYPE - SYNTAX INTEGER { - requestSync(1) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object is used to force the device to immediately attempt to - synchronize with the NTP servers. The value returned on a get is - always requestSync(1)." - ::= { s5AgentSntp 5 } - -s5AgSntpLastSyncTime OBJECT-TYPE - SYNTAX DateAndTime - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object returns the Coordinated Universal Time (UTC) when the - device last synchronized with an NTP server. If the device has - never successfully synchronized, the value is - 00:00:01:01:00:00:00:00:2B:00:00." - ::= { s5AgentSntp 6 } - -s5AgSntpLastSyncSource OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object returns the IP source address of the NTP server - with which this device last synchronized. If the device has never - synchronized, this value will be 0.0.0.0." - ::= { s5AgentSntp 7 } - -s5AgSntpNextSyncTime OBJECT-TYPE - SYNTAX DateAndTime - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object returns the Coordinated Universal Time (UTC) at which - the next synchronization is scheduled. - - For each synchronization attempt, this value is updated as - follows: - s5AgSntpNextSyncTime = s5AgSntpCurrentTime + s5AgSntpSyncInterval - - If s5AgSntpCurrentTime is 0 (first sync has not occured) or if - s5AgSntpSyncInterval is 0, then this value will be - 00:00:01:01:00:00:00:00:2B:00:00." - ::= { s5AgentSntp 8 } - -s5AgSntpPrimaryServerSyncFailures OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object returns the number of times this device failed to - synchronize with the primary, s5AgSntpPrimaryServerAddress, - NTP server. Synchronization with the secondary, - s5AgSntpSecondaryServerAddress, may still occur." - ::= { s5AgentSntp 9 } - -s5AgSntpSecondaryServerSyncFailures OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object returns the number of times this device failed to - synchronize with the secondary, s5AgSntpSecondaryServerAddress, - NTP server." - ::= { s5AgentSntp 10 } - -s5AgSntpCurrentTime OBJECT-TYPE - SYNTAX DateAndTime - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object returns the device's current Coordinated Universal - Time (UTC). If the device has not successfully synchronized - with an NTP server, this value will be - 00:00:01:01:00:00:00:00:2B:00:00." - ::= { s5AgentSntp 11 } - -s5AgSntpTimeZone OBJECT-TYPE - SYNTAX Integer32 (-48..52) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object specifies the time zone of the switch, - measured as an offset in 15-minute increments from - Greenwich Mean Time (GMT). For example, a value of - -20 means an offset of -5 hours from GMT, corresponding - to Eastern time zone in the US and Canada." - ::= { s5AgentSntp 12 } - -s5AgSntpSyncRetryInterval OBJECT-TYPE - SYNTAX Integer32 (5..60) - UNITS "Seconds" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object specifies the number of seconds the switch - will wait before retrying a failed SNTP sync request. - The switch will continue retrying a sync request until - it succeeds, or until periodic sync requests are - disabled." - ::= { s5AgentSntp 13 } - -s5AgSntpTimeZoneAcronym OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..7)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object contains a time zone acronym. It is not used - for any operational purposes, it is only used for display." - ::= { s5AgentSntp 14 } - - --- --- Secure Sockets Layer (SSL) Group --- - -s5AgentSslScalars OBJECT IDENTIFIER ::= { s5AgentSsl 1 } - -s5AgSslEnabled OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates whether SSL is enabled or disabled." - ::= { s5AgentSslScalars 1 } - --- This object has been removed --- s5AgSslTcpPort ::= { s5AgentSslScalars 2 } - -s5AgSslCertificateControl OBJECT-TYPE - SYNTAX INTEGER { - create(1), - delete(2), - other(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object is used to create and delete SSL certificates. - Setting the value to create(1) will create an SSL certificate. - Setting the value to delete(2) will delete an SSL certificate. - Setting the value to other(3) will result in a wrongValue error. - When retrieved, the object will return the value of the last - value set, or other(3) if the object has never been set." - ::= { s5AgentSslScalars 3 } - -s5AgSslCertificateExists OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates whether a valid SSL certificate has been - created. A valid of true(1) indicates that a valid certificate - has been created. A value of false(2) indicates that no valid - certificate has been created, or that the certificate has been - deleted." - ::= { s5AgentSslScalars 4 } - -s5AgSslCertificateData OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(0..1024)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object returns data about the SSL certificate currently - in use. Note that the actual certificate data may be longer - than the 1024 bytes allowed in this object. In this case, - the data will be truncated, and only the first 1024 bytes - will be returned. Certificate data is always ASCII text." - ::= { s5AgentSslScalars 5 } - -s5AgSslCertificateControlStatus OBJECT-TYPE - SYNTAX INTEGER { - inProgress(1), - success(2), - failure(3), - other(4) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates the status of the most recent attempt to - create or delete a certificate, i.e., the most recent set of the - s5AgSslCertificateControl object. The meaning of the enumerations - is as follows: - inProgress(1) - the operation has not yet completed - success(2) - the operation has successfully completed - failure(3) - the operation failed - other(4) - the s5AgSslCertificateControl object has never - been set" - ::= { s5AgentSslScalars 6 } - -s5AgSslServerControl OBJECT-TYPE - SYNTAX INTEGER { - reset(1), - other(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object is used to reset the SSL server, forcing the server to - use the latest key value that was stored in NVRAM. Note that the - server cannot be reset while the SSL certificate is under creation. - The value returned when this object is retrieved is always other(2). - When set to reset(1), the SSL server will be reset, unless the SSL - certificate is currently under creation, in which case an - inconsistentValue error will be returned." - ::= { s5AgentSslScalars 7 } - - - --- --- Daylight Savings Group --- - -s5AgDaylightSavingsEnabled OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates whether the device will observe - Daylight Savings Time." - ::= { s5AgentDaylightSavings 1 } - -s5AgDaylightSavingsStartMonth OBJECT-TYPE - SYNTAX Integer32 (1..12) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object specifies the month of each year when Daylight - Savings time will start." - ::= { s5AgentDaylightSavings 2 } - -s5AgDaylightSavingsStartDay OBJECT-TYPE - SYNTAX Integer32 (1..31) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object specifies the day of the month indicated by - s5AgDaylightSavingsStartMonth when Daylight Savings - time will start." - ::= { s5AgentDaylightSavings 3 } - -s5AgDaylightSavingsStartHour OBJECT-TYPE - SYNTAX Integer32 (0..23) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object specifies the hour of the day indicated by - s5AgDaylightSavingsStartDay when Daylight Savings - time will start." - ::= { s5AgentDaylightSavings 4 } - -s5AgDaylightSavingsEndMonth OBJECT-TYPE - SYNTAX Integer32 (1..12) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object specifies the month of each year when Daylight - Savings time will end." - ::= { s5AgentDaylightSavings 5 } - -s5AgDaylightSavingsEndDay OBJECT-TYPE - SYNTAX Integer32 (1..31) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object specifies the day of the month indicated by - s5AgDaylightSavingsEndMonth when Daylight Savings - time will end." - ::= { s5AgentDaylightSavings 6 } - -s5AgDaylightSavingsEndHour OBJECT-TYPE - SYNTAX Integer32 (0..23) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object specifies the hour of the day indicated by - s5AgDaylightSavingsEndDay when Daylight Savings - time will end." - ::= { s5AgentDaylightSavings 7 } - -s5AgDaylightSavingsOffset OBJECT-TYPE - SYNTAX Integer32 (-840..840) - UNITS "Minutes" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object specifies the number of minutes by which the - time will be changed when daylight savings begins and - ends. This value is added to the current time when - daylight savings time begins, and subtracted when it - ends (and note that if this value is negative, it means - that the time moves backwards when daylight savings - time begins)." - ::= { s5AgentDaylightSavings 8 } - -s5AgDaylightSavingsStartMinutes OBJECT-TYPE - SYNTAX Integer32 (0..59) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object specifies the minutes of the hour indicated by - s5AgDaylightSavingsStartHour when Daylight Savings - time will start." - ::= { s5AgentDaylightSavings 9 } - -s5AgDaylightSavingsEndMinutes OBJECT-TYPE - SYNTAX Integer32 (0..59) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object specifies the minutes of the hour indicated by - s5AgDaylightSavingsEndHour when Daylight Savings - time will end." - ::= { s5AgentDaylightSavings 10 } - -s5AgDaylightSavingsStartYear OBJECT-TYPE - SYNTAX Integer32 (1990..2099) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object specifies the year when Daylight Savings time - will start. This is only used when the value of - s5AgDaylightSavingsRecurring is false(2)." - ::= { s5AgentDaylightSavings 11 } - -s5AgDaylightSavingsEndYear OBJECT-TYPE - SYNTAX Integer32 (1990..2099) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object specifies the year when Daylight Savings time - will end. This is only used when the value of - s5AgDaylightSavingsRecurring is false(2)." - ::= { s5AgentDaylightSavings 12 } - -s5AgDaylightSavingsRecurring OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object specifies whether the Daylight Savings start - and end times are yearly reoccuring times, or a single - occurrence on specific dates. IF the value is true(1), - then the values of s5AgDaylightSavingsStartYear and - s5AgDaylightSavingsEndYear will be ignored." - ::= { s5AgentDaylightSavings 13 } - -s5AgDaylightSavingsTimeZoneAcronym OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..7)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object contains a time zone acronym. It is not used - for any operational purposes, it is only used for display." - ::= { s5AgentDaylightSavings 14 } - - --- --- System Boot Configuration Group --- - -s5AgentBootConfigScalars OBJECT IDENTIFIER ::= { s5AgentBootConfig 1 } - -s5AgBootCfgSaveToBlock OBJECT-TYPE - SYNTAX Integer32 (0..255) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object is used to force the current running configuration - to be saved to a particular configuration block. Setting the - object to a value corresponding to a valid block will cause the - save to be performed. Setting the object to any other value will - result in a wrongValue error. When queried, the value of this - object is always 0." - ::= { s5AgentBootConfigScalars 1 } - -s5AgBootCfgNextBootBlock OBJECT-TYPE - SYNTAX Integer32 (1..255) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object specifies the configuration block that is configured - to be used at the next boot. Setting this object may cause the - system to reset. If this object is set to a value that does not - correspond to a valid configuration block, a wrongValue error will - be returned." - ::= { s5AgentBootConfigScalars 2 } - -s5AgBootCfgCurrentBootBlock OBJECT-TYPE - SYNTAX Integer32 (1..255) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object returns the configuration block that was used when - the system last booted." - ::= { s5AgentBootConfigScalars 3 } - -s5AgBootCfgBlocksTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5AgBootCfgBlocksEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table contains an entry for each available configuration - boot block." - ::= { s5AgentBootConfig 2 } - -s5AgBootCfgBlocksEntry OBJECT-TYPE - SYNTAX S5AgBootCfgBlocksEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "An entry describing one configuration boot block." - INDEX { s5AgBootCfgBlocksIndex } - ::= { s5AgBootCfgBlocksTable 1 } - -S5AgBootCfgBlocksEntry ::= - SEQUENCE { - s5AgBootCfgBlocksIndex Integer32, - s5AgBootCfgBlocksName DisplayString, - s5AgBootCfgBlocksTime DateAndTime, - s5AgBootCfgBlocksValid TruthValue - } - -s5AgBootCfgBlocksIndex OBJECT-TYPE - SYNTAX Integer32 (1..255) - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Index of the table, this is the block number." - ::= { s5AgBootCfgBlocksEntry 1 } - -s5AgBootCfgBlocksName OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..40)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The name of the configuration boot block." - ::= { s5AgBootCfgBlocksEntry 2 } - -s5AgBootCfgBlocksTime OBJECT-TYPE - SYNTAX DateAndTime - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The time when the configuration block was last saved. - Note that if configuration data has never been saved - to this block, the value will contain all 0 value bytes. - If the actual date and time is unavailable when the block - was written, the value should also be all 0 value bytes." - ::= { s5AgBootCfgBlocksEntry 3 } - -s5AgBootCfgBlocksValid OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates whether the configuration block - contains a valid configuration." - ::= { s5AgBootCfgBlocksEntry 4 } - - --- --- Ascii Configuration Script Group --- - -s5AgAsciiConfigScriptTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5AgAsciiConfigScriptEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table of paths to ASCII configuration script files." - ::= { s5AgentAsciiConfig 1 } - -s5AgAsciiConfigScriptEntry OBJECT-TYPE - SYNTAX S5AgAsciiConfigScriptEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A row in the ASCII configuration file paths table." - INDEX { s5AgAsciiConfigScriptIndex } - ::= { s5AgAsciiConfigScriptTable 1 } - -S5AgAsciiConfigScriptEntry ::= SEQUENCE { - s5AgAsciiConfigScriptIndex Integer32, - s5AgAsciiConfigScriptBootPriority Integer32, - s5AgAsciiConfigScriptSource OCTET STRING, - s5AgAsciiConfigScriptManual INTEGER, - s5AgAsciiConfigScriptOperStatus INTEGER, - s5AgAsciiConfigScriptLastStatusChange Integer32 - } - -s5AgAsciiConfigScriptIndex OBJECT-TYPE - SYNTAX Integer32 (1..127) - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "The index of an ASCII confiuration script file path." - ::= { s5AgAsciiConfigScriptEntry 1 } - -s5AgAsciiConfigScriptBootPriority OBJECT-TYPE - SYNTAX Integer32 (0..127) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "A value between 1-127 indicates the priority with which the entry - will be used at bootup. Entries with lower values will be used - before entries with higher values. If two entries have equal - priority values, the entry with the lower s5AgAsciiConfigScriptIndex - will be used first. - A value of 0 indicates that the entry will not be used at bootup." - ::= { s5AgAsciiConfigScriptEntry 2 } - -s5AgAsciiConfigScriptSource OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(0..327)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The source of the script. This is an ASCII string similar to - a URL, and must be in one of the following formats: - - 'bootp://' - the source of the script will be determined using - bootp. - - 'usb://' - the script will be loaded from the usb port - of the switch, if not in stack, or from the usb - port of the base unit, if in stack. - - 'usb:///' - the script will be loaded - from the usb port of the switch, if not in stack, - or from the usb port of the specified unit, - if in stack. The unit number must be between 1 - and 8. - - 'tftp:///' - the script will be loaded - using TFTP from the specified IP address. - - 'tftp:///' - the script will be loaded using - TFTP from the specified host. The hostname must - have at most 64 characters in length. - - In each of the supported formats, the filename must have at most - 255 characters in length. - - If this column is empty, it indicates that the entry is not in use." - ::= { s5AgAsciiConfigScriptEntry 3 } - -s5AgAsciiConfigScriptManual OBJECT-TYPE - SYNTAX INTEGER { - other(1), - download(2), - upload(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object is used to manually download and run a script, or to - upload the current configuration. Setting it to download(2) will - force the script to be loaded from the source specified in the - corresponding instance of s5AgAsciiConfigScriptSource and then run. - Setting it to upload(3) will cause the current system configuration - to be uploaded to the source specified in the corresponding instance - of s5AgAsciiConfigScriptSource. The value when retrieved is always - other(1). - - Note that any Set to this object while the current value of - any instance of s5AgAsciiConfigScriptOperStatus is either - autoDownloadInProgress(3), manualDownloadInProgress(6), or - manualUploadInProgress(9) will result in a resourceUnavailable error." - ::= { s5AgAsciiConfigScriptEntry 4 } - -s5AgAsciiConfigScriptOperStatus OBJECT-TYPE - SYNTAX INTEGER { - other(1), - autoDownloadPassed(2), - autoDownloadInProgress(3), - autoDownloadFailed(4), - manualDownloadPassed(5), - manualDownloadInProgress(6), - manualDownloadFailed(7), - manualUploadPassed(8), - manualUploadInProgress(9), - manualUploadFailed(10) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates the current operational status of this entry. - The value will reflect the status of the last operation performed - using a particular entry. If an entry has never been used, the - value will be other(1)." - ::= { s5AgAsciiConfigScriptEntry 5 } - -s5AgAsciiConfigScriptLastStatusChange OBJECT-TYPE - SYNTAX Integer32 (0..2147483647) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of snmpEngineTime at the time of the last status change - of this entry, i.e., the last time the value of the corresponding - instance of s5AgAsciiConfigScriptOperStatus changed. If that value - is other(1), then the value of this object will be 0." - ::= { s5AgAsciiConfigScriptEntry 6 } - -END - diff --git a/mibs/S5-CHASSIS-MIB b/mibs/S5-CHASSIS-MIB deleted file mode 100644 index 1398b920a7..0000000000 --- a/mibs/S5-CHASSIS-MIB +++ /dev/null @@ -1,1594 +0,0 @@ - --- SECTION 1: Top Level Definitions - -S5-CHASSIS-MIB DEFINITIONS ::= BEGIN - -IMPORTS - OBJECT-TYPE, MODULE-IDENTITY, - Integer32, Counter32, Gauge32, - TimeTicks, IpAddress - FROM SNMPv2-SMI - DisplayString - FROM SNMPv2-TC - s5Chassis - FROM S5-ROOT-MIB - AttId, LocChan - FROM S5-TCS-MIB; - -s5ChasMib MODULE-IDENTITY - LAST-UPDATED "200505110000Z" - ORGANIZATION "Nortel Networks" - CONTACT-INFO "Nortel Networks" - DESCRIPTION - "5000 Chassis MIB - - Copyright 1995-2004 Nortel Networks, Inc. - All rights reserved. - This Nortel Networks SNMP Management Information Base Specification - (Specification) embodies Nortel Networks' confidential and - proprietary intellectual property. Nortel Networks retains all - title and ownership in the Specification, including any - revisions. - - This Specification is supplied 'AS IS', and Nortel Networks makes - no warranty, either express or implied, as to the use, - operation, condition, or performance of the Specification." - - REVISION "200505110000Z" -- May 11, 2005 - DESCRIPTION "Version 140: Fix support for USB flash dongles." - - REVISION "200505050000Z" -- May 5, 2005 - DESCRIPTION "Version 139: Fleshed out support for USB flash dongles." - - REVISION "200410290000Z" -- October 29, 2004 - DESCRIPTION "Version 138: Added baystack15 rpsu type." - - REVISION "200407200000Z" -- July 20, 2004 - DESCRIPTION "Version 137: Added version info." - - ::= { s5Chassis 10 } - - --- Chassis Groups - - -s5ChasGen OBJECT IDENTIFIER ::= { s5Chassis 1 } -s5ChasGrp OBJECT IDENTIFIER ::= { s5Chassis 2 } -s5ChasCom OBJECT IDENTIFIER ::= { s5Chassis 3 } -s5ChasBrd OBJECT IDENTIFIER ::= { s5Chassis 4 } -s5ChasStore OBJECT IDENTIFIER ::= { s5Chassis 5 } -s5ChasSm OBJECT IDENTIFIER ::= { s5Chassis 6 } -s5ChasTmpSnr OBJECT IDENTIFIER ::= { s5Chassis 7 } -s5ChasUtil OBJECT IDENTIFIER ::= { s5Chassis 8 } -s5ChasPs OBJECT IDENTIFIER ::= { s5Chassis 9 } - --- SECTION 2: MIB Objects - - --- General Chassis Information - - -s5ChasType OBJECT-TYPE - SYNTAX OBJECT IDENTIFIER - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The chassis type. This is 'what kind of - box' is being managed. The values are - defined under s5ChasTypeVal in the - Registration MIB." - ::= { s5ChasGen 1 } - -s5ChasDescr OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..64)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A description of the chassis. - The value is a zero length string - if no information is available." - ::= { s5ChasGen 2 } - -s5ChasLocation OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..64)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The physical location of the chassis - (e.g., 'fourth floor wiring closet in - building A'). The value is a zero - length string if no information - is available. Note: this object is - different from sysLocation in MIB-II. - However, an agent may use this value for - sysLocation if none is configured in the - the agent." - ::= { s5ChasGen 3 } - -s5ChasContact OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..64)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The textual identification of the - contact person for the chassis, together - with information on how to contact - this person. The value is a zero length - string if no information is available. - Note: this object is different from sysContact - in MIB-II. However, an agent may use this value - for sysContact if none is configured in the - agent." - ::= { s5ChasGen 4 } - -s5ChasVer OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..32)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The version of the chassis in the form - 'major.minor.maintenance[letters]'. If the - version is unknown or not available then - the value should be a zero length string." - ::= { s5ChasGen 5 } - -s5ChasSerNum OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..32)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The serial number of the chassis. If the - serial number is unknown or unavailable then - the value should be a zero length string." - ::= { s5ChasGen 6 } - -s5ChasGblPhysChngs OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The total number of physical changes (i.e., - an addition or removal of a component or - sub-component) that have been detected in the - chassis since cold/warm start of the agent." - ::= { s5ChasGen 7 } - -s5ChasGblPhysLstChng OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of sysUpTime when the last - physical change (i.e., addition or - removal of a module or sub-module) was - detected in the chassis. If none have - been detected since cold/warm start of - the agent, then the value is zero." - ::= { s5ChasGen 8 } - -s5ChasGblAttChngs OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The total number of attachment changes - across all boards in the chassis that have - been detected since cold/warm start of - the agent." - ::= { s5ChasGen 9 } - -s5ChasGblAttLstChng OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of sysUpTime when the last - attachment change on any board in the chassis - was detected. If none have been detected - since cold/warm start of the agent, then the - value is zero." - ::= { s5ChasGen 10 } - -s5ChasGblConfChngs OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The total number of configuration changes - (other than attachment changes, or physical - additions or removals) across all boards in - the chassis that have been detected since - cold/warm start of the agent." - ::= { s5ChasGen 11 } - -s5ChasGblConfLstChng OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of sysUpTime when the last - configuration change (other than attachment - changes, or physical additions or removals) - on any board in the chassis was detected. - If none have been detected since cold/warm - start of the agent, then the value is zero." - ::= { s5ChasGen 12 } - --- Chassis Group Table - - -s5ChasGrpTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5ChasGrpEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table that contains information about - each group that can contain chassis - components." - ::= { s5ChasGrp 1 } - -s5ChasGrpEntry OBJECT-TYPE - SYNTAX S5ChasGrpEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A row in the group table. - Rows can not be created or deleted via - SNMP requests. The number of entries - is determined by the physical construction - of the chassis." - INDEX { s5ChasGrpIndx } - ::= { s5ChasGrpTable 1 } - -S5ChasGrpEntry ::= SEQUENCE { - s5ChasGrpIndx Integer32, - s5ChasGrpType OBJECT IDENTIFIER, - s5ChasGrpDescr DisplayString, - s5ChasGrpMaxEnts Integer32, - s5ChasGrpNumEnts Integer32, - s5ChasGrpPhysChngs Counter32, - s5ChasGrpPhysLstChng TimeTicks, - s5ChasGrpEncodeFactor Integer32 - } - -s5ChasGrpIndx OBJECT-TYPE - SYNTAX Integer32 (1..32767) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the group." - ::= { s5ChasGrpEntry 1 } - -s5ChasGrpType OBJECT-TYPE - SYNTAX OBJECT IDENTIFIER - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The type of the group. The group type - determines the types of items that can - be plugged into the positions in the - group. The groups are defined under - s5ChasGrpTypeVal in the Registration MIB." - ::= { s5ChasGrpEntry 2 } - -s5ChasGrpDescr OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..32)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The description of the group. If not - available, the value is a zero length - string." - ::= { s5ChasGrpEntry 3 } - -s5ChasGrpMaxEnts OBJECT-TYPE - SYNTAX Integer32 (-1..32767) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The maximum number of entries - in the group. If not available, a - value of -1 is returned." - ::= { s5ChasGrpEntry 4 } - -s5ChasGrpNumEnts OBJECT-TYPE - SYNTAX Integer32 (-1..32767) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The current number of entries - in the group. If not available, - a value of -1 is returned." - ::= { s5ChasGrpEntry 5 } - -s5ChasGrpPhysChngs OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The total number of physical changes (i.e., - an addition or removal of a component or - sub-component) that have been detected in - the group since cold/warm start of the agent." - ::= { s5ChasGrpEntry 6 } - -s5ChasGrpPhysLstChng OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of sysUpTime that the last - physical change (i.e., addition or - removal of a module or sub-module) was - detected in the group. If none have been - detected since cold/warm start of the - agent, then the value is zero." - ::= { s5ChasGrpEntry 7 } - -s5ChasGrpEncodeFactor OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The multiplication factor used in encoding - the component index of a component in the group. - The component index for any group should be - determined in conjunction with this object for - that group. A value of 1 indicates 'no encoding'. - - Stackable platforms: - The component index is encoded using the - following formula: - Component Index = - (Unit# * s5ChasGrpEncodeFactor) + Module# - - Where: Unit# is obtained from s5ChasComIndx - for the Unit Group, and Module# is the - module number in a unit starting from 1 - and increases in a left-to-right and - bottom-to-top fashion. - - NonStackable platforms: - These NMMs like 5310, 5510 will always return a - value of 1 for this object. Encoding/decoding - should not be performed in this case." - ::= { s5ChasGrpEntry 8 } - --- Component (and sub-component) Table - - -s5ChasComTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5ChasComEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table that contains information - about each chassis level component - and sub-component." - ::= { s5ChasCom 1 } - -s5ChasComEntry OBJECT-TYPE - SYNTAX S5ChasComEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A row in the component/sub-component - table. Rows can not be created or - deleted via SNMP requests. Entries are - created and deleted when components or - sub-components are inserted or removed - from the chassis." - INDEX { s5ChasComGrpIndx, - s5ChasComIndx, - s5ChasComSubIndx } - ::= { s5ChasComTable 1 } - -S5ChasComEntry ::= SEQUENCE { - s5ChasComGrpIndx Integer32, - s5ChasComIndx Integer32, - s5ChasComSubIndx Integer32, - - s5ChasComType OBJECT IDENTIFIER, - s5ChasComDescr DisplayString, - s5ChasComVer DisplayString, - s5ChasComSerNum DisplayString, - s5ChasComLstChng TimeTicks, - - s5ChasComAdminState INTEGER, - s5ChasComOperState INTEGER, - - s5ChasComMaxSubs Integer32, - s5ChasComNumSubs Integer32, - - s5ChasComRelPos Integer32, - s5ChasComLocation DisplayString, - s5ChasComGroupMap Integer32, - - s5ChasComBaseNumPorts Integer32, - s5ChasComTotalNumPorts Integer32, - - s5ChasComIpAddress IpAddress - } - -s5ChasComGrpIndx OBJECT-TYPE - SYNTAX Integer32 (1..32767) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the chassis level group which - contains this component." - ::= { s5ChasComEntry 1 } - -s5ChasComIndx OBJECT-TYPE - SYNTAX Integer32 (1..32767) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the component in the group. - For example, for modules in the 'board' - group, this is the slot number." - ::= { s5ChasComEntry 2 } - -s5ChasComSubIndx OBJECT-TYPE - SYNTAX Integer32 (0..32767) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "If this table entry (i.e. table row) - describes a component, then the value is - zero. Otherwise, this table entry describes - a sub-component and this is the index of - the sub-component." - ::= { s5ChasComEntry 3 } - -s5ChasComType OBJECT-TYPE - SYNTAX OBJECT IDENTIFIER - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The type of component/sub-component. The - values are defined under s5ChasComTypeVal - in the Registration MIB." - ::= { s5ChasComEntry 4 } - -s5ChasComDescr OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..64)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A description of the component/sub-component. - If not available, the value is a zero length - string." - ::= { s5ChasComEntry 5 } - -s5ChasComVer OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..32)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The version number of the component/sub-component. - If not available, the value is a zero length - string." - ::= { s5ChasComEntry 6 } - -s5ChasComSerNum OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..32)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The serial number of the component/sub-component. - If not available, the value is a zero length - string." - ::= { s5ChasComEntry 7 } - -s5ChasComLstChng OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of sysUpTime when it was - detected that the component/sub-component - was added to the chassis. If this has not - occurred since the cold/warm start of the - agent, then the value is zero." - ::= { s5ChasComEntry 8 } - -s5ChasComAdminState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - notAvail(2), - disable(3), - enable(4), - reset(5), - test(6) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The desired state of the component/sub-component. - The values that are read-only are: - other(1)......currently in some other state - notAvail(2)...actual value is not available - - The possible values that can be read and - written are: - disable(3)...disable operation - enable(4)....enable operation - reset(5).....reset component - test(6)......start self test of component, with - the result to be normal(5), - warning(8), nonFatalErr(9), - or fatalErr(10) in object - s5ChasComOperState - The allowable (and meaningful) values - are determined by the component type." - ::= { s5ChasComEntry 9 } - -s5ChasComOperState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - notAvail(2), - removed(3), - disabled(4), - normal(5), - resetInProg(6), - testing(7), - warning(8), - nonFatalErr(9), - fatalErr(10), - notConfig(11), - obsoleted(12) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The current operational state of the - component. The possible values are: - other(1).........some other state - notAvail(2)......state not available - removed(3).......component removed - disabled(4)......operation disabled - normal(5)........normal operation - resetInProg(6)...reset in progress - testing(7).......doing a self test - warning(8).......operating at warning level - nonFatalErr(9)...operating at error level - fatalErr(10).....error stopped operation - notConfig(11)....module needs to be configured - obsoleted(12)...module is obsoleted but in the chassis - The allowable (and meaningful) values - are determined by the component type." - ::= { s5ChasComEntry 10 } - -s5ChasComMaxSubs OBJECT-TYPE - SYNTAX Integer32 (-1..32767) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The potential number of sub-components - that can be attached to the component. - A value of zero means none. A value of -1 - indicates that no component information is - available. The actual number of - installed sub-components is found in - s5ChasComNumSubs. - If this entry is a sub-component, then - this object has a value of zero." - ::= { s5ChasComEntry 11 } - -s5ChasComNumSubs OBJECT-TYPE - SYNTAX Integer32 (-1..32767) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The actual number of sub-components that - are attached to the component. A value of - zero means none. A value of -1 indicates - that no component information is available. - The potential number of sub-components - that can be installed is found in - s5ChasComMaxSubs. - If this entry is a sub-component, then - this object has the value of zero." - ::= { s5ChasComEntry 12 } - -s5ChasComRelPos OBJECT-TYPE - SYNTAX Integer32 (0..32767) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object describes the position of - each component in the unit group relative - to each other. Components in the unit group - are numbered in the ascending order with the - uppermost component being numbered one. The - value of this object should never be greater - than the value of s5ChasGrpMaxEnts. If not - available, a value of zero will be returned. - - Note: This object is only implemented in - agents that support 'virtual' chassis." - ::= { s5ChasComEntry 13 } - -s5ChasComLocation OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..32)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object provides geographic location - information of a component in a system - modeled as a chassis, but possibly physically - implemented with geographically separate devices - connected together to exchange managment information. - Chassis' modeled in this manner are sometimes refered - to as 'virtual chassis'. An example value is: - '4th flr wiring closet in blg A'. - - Notes: 1.) This object is applicable only to - components that can be found in either - the Board or Unit groups. If the - information is unavailable (i.e., not - modeling a virtual chassis or component - is not in Board or Unit group), the value - is a zero length string. - 2.) If this object is applicable and is not - assigned a value via a SNMP SET PDU when - the row is created, the value will default - to the value of the object s5ChasComSerNum." - ::= { s5ChasComEntry 14 } - -s5ChasComGroupMap OBJECT-TYPE - SYNTAX Integer32 (0..32767) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object describes the group mapping of - each component in the chassis. For the - components in the unit group, the value of this - object should be the backplane number to which the - unit is connected. The value of this object should - never be greater than the value of s5ChasGrpMaxEnts. - If not available, a value of zero should be returned." - ::= { s5ChasComEntry 15 } - -s5ChasComBaseNumPorts OBJECT-TYPE - SYNTAX Integer32 (0..32767) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates the number of ports (of any type) - contained in a component, not including any sub-components - contained within the component." - ::= { s5ChasComEntry 16 } - -s5ChasComTotalNumPorts OBJECT-TYPE - SYNTAX Integer32 (0..32767) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates the total number of ports (of - any type) contained in a component, including any ports - contained in sub-components contained within the component." - ::= { s5ChasComEntry 17 } - -s5ChasComIpAddress OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The IP address of a component. For components that do not - have an IP address/stack, this value should always be 0.0.0.0. - Note that for a stackable system in stack mode, this will be - the standalone IP address for individual units in the stack." - ::= { s5ChasComEntry 18 } - - - --- Board Table - -s5ChasBrdTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5ChasBrdEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table containing information about each - board that can be inserted into a slot. - These include boards such as Repeater Modules - and Network Management Modules." - ::= { s5ChasBrd 1 } - -s5ChasBrdEntry OBJECT-TYPE - SYNTAX S5ChasBrdEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A row in the board table. Entries can not - be created or deleted via SNMP. Entries are - created and deleted when boards are inserted - or removed from slots in the chassis." - INDEX { s5ChasBrdIndx } - ::= { s5ChasBrdTable 1 } - -S5ChasBrdEntry ::= SEQUENCE { - s5ChasBrdIndx Integer32, - s5ChasBrdLeds OCTET STRING, - s5ChasBrdNumAtt Integer32, - s5ChasBrdAttChngs Counter32, - s5ChasBrdAttLstChng TimeTicks, - s5ChasBrdStatusDsply DisplayString, - s5ChasBrdDateCode DisplayString, - s5ChasBrdCfgSrc INTEGER, - s5ChasBrdCfgChngs Counter32 - } - -s5ChasBrdIndx OBJECT-TYPE - SYNTAX Integer32 (1..255) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the board. This corresponds to - the index of the slot containing the board." - ::= { s5ChasBrdEntry 1 } - -s5ChasBrdLeds OBJECT-TYPE - SYNTAX OCTET STRING - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A bit array that contains the value of the - front panel LEDs and the annunciator. This is - a packed bit string; each LED is encoded into - 4 bits (a nibble). The first nibble is stored - in the high order bits of the first octet. The - second nibble is stored in the low order bits - the first octet, etc. However, the current - mapping is that the first three nibbles are - reserved, the fourth nibble has the value of - the 'annunciator', and the 'normal' LEDs start - with the fifth nibble. If the LED values are not - available, a zero length string is returned. The - following shows the meaning of each bit (bit 0 is - the least significant bit) when it has a value - of one: - - bit meaning - --- ------- - 0 green light - 1 yellow light - 2 blinking - 3 reserved" - ::= { s5ChasBrdEntry 2 } - -s5ChasBrdNumAtt OBJECT-TYPE - SYNTAX Integer32 (0..255) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The total number of backplane network - attachment points on the board. - This may vary based on the mode of the - board for FDDI." - ::= { s5ChasBrdEntry 3 } - -s5ChasBrdAttChngs OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The total number of attachment changes - for the board that have been detected since - cold/warm start of the agent or since - the board was inserted." - ::= { s5ChasBrdEntry 4 } - -s5ChasBrdAttLstChng OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of sysUpTime when the last - attachment change on the board - has detected. If none have been detected - since cold/warm start of the agent, then - the value is zero." - ::= { s5ChasBrdEntry 5 } - -s5ChasBrdStatusDsply OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..48)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The current ASCII character display of - the board. The length returned should - match the length of the display. - Boards with multiple displays should - return the values concatenated together. - Boards with no display hardware should - return a zero length string." - ::= { s5ChasBrdEntry 6 } - -s5ChasBrdDateCode OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..8)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The date of manufacture of the board - in ASCII in the format: YYYYmmdd. For - example, the value for April 13, 1993 - is 19930413. If not available, the - value is a zero-length string." - ::= { s5ChasBrdEntry 7 } - -s5ChasBrdCfgSrc OBJECT-TYPE - SYNTAX INTEGER { - other(1), - dfltJmpr(2), - prmMem(3), - brdCfg(4), - sm(5), - smDfltJmpr(6), - smPrmMem(7), - smBrdCfg(8) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The source of the configuration - at the last board reset. The values - are: - other(1)........unknown or some other value - dfltJmpr(2).....default jumpers - prmMem(3).......permanent memory on board - brdCfg(4).......saved configuration on board - sm(5)...........supervisor - smDfltJmpr(6)...SM and default jumpers - smPrmMem(7).....SM and permanent memory on board - smBrdCfg(8).....SM and saved configuration on board" - ::= { s5ChasBrdEntry 8 } - -s5ChasBrdCfgChngs OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The total number of configuration - changes for the board that have been - detected since cold/warm start of the - agent or since the board was inserted." - ::= { s5ChasBrdEntry 9 } - --- Attachment Point Table - - -s5ChasAttTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5ChasAttEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table containing information about each - backplane attachment point on a board. - The number of entries for a board is the - value of s5ChasBrdNumAtt." - ::= { s5ChasBrd 2 } - -s5ChasAttEntry OBJECT-TYPE - SYNTAX S5ChasAttEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A row in the attachment point table. - Entries can not be created or deleted - via SNMP. Entries are created and deleted - when boards are inserted or removed from - slots in the chassis, or the number of - attachment points is changed." - INDEX { s5ChasAttBrdIndx, - s5ChasAttIndx } - ::= { s5ChasAttTable 1 } - -S5ChasAttEntry ::= SEQUENCE { - s5ChasAttBrdIndx Integer32, - s5ChasAttIndx Integer32, - s5ChasAttDfltAtt AttId, - s5ChasAttCurAtt AttId, - s5ChasAttChngs Counter32, - s5ChasAttLstChng TimeTicks, - s5ChasAttClusterConnCapability OCTET STRING - } - -s5ChasAttBrdIndx OBJECT-TYPE - SYNTAX Integer32 (1..255) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the board. This corresponds to - the index of the slot containing the board." - ::= { s5ChasAttEntry 1 } - -s5ChasAttIndx OBJECT-TYPE - SYNTAX Integer32 (1..255) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the attachment point on - the board." - ::= { s5ChasAttEntry 2 } - -s5ChasAttDfltAtt OBJECT-TYPE - SYNTAX AttId - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The default setting for the attachment - point. An attachment point may be attached - to a local channel, not attached to any - backplane network, or attached to a media - specific backplane network. (The valid choices - depend on each specific attachment point.) - NOTE: This value will always be valid - and may change when the backplane divider - switch setting is changed." - ::= { s5ChasAttEntry 3 } - -s5ChasAttCurAtt OBJECT-TYPE - SYNTAX AttId - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The current setting for the attachment - point. The slot position of the board, - the setting of the backplane divider switch(es), - and the mode setting affect which backplane - networks are valid values. Also, some boards - may put limitations on which backplane - network(s) or local channel(s) may be used." - ::= { s5ChasAttEntry 4 } - -s5ChasAttChngs OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The total number of attachment changes - for the attachment point that have been - detected since cold/warm start of the agent." - ::= { s5ChasAttEntry 5 } - -s5ChasAttLstChng OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of sysUpTime when the last - attachment change for the attachment - point was detected. If none have been - detected since cold/warm start of the - agent, then the value is zero." - ::= { s5ChasAttEntry 6 } - -s5ChasAttClusterConnCapability OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(8)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A bit array that contains the bit map - representing all available backplane - segment and local segment connections for - the cluster. One bit is also reserved to - indicate if the cluster has an isolate - capability. - - The first 31 bits of the array represent - the backplane numbers, starting from the - lower order bit. Bit 32 indicates whether - the Cluster has a null connection capability. - The bits in the fifth and sixth octets, - starting with bits in the lower order octet, - represent local segments that the cluster - can connect to. - - A bit with a value of 1 means that the - cluster is capable of connecting to the - corresponding backplane segment, local segment - or null segment." - ::= { s5ChasAttEntry 7 } - --- Local Channel Table - - -s5ChasLocChanTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5ChasLocChanEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table containing information about each - 'dual mode' local channel on a board." - ::= { s5ChasBrd 3 } - -s5ChasLocChanEntry OBJECT-TYPE - SYNTAX S5ChasLocChanEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A row in the local channel table. - Entries can not be created or deleted - via SNMP. Entries are added or removed - by adding or removing a board that has - a 'dual mode' local channel from a slot - in the chassis." - INDEX { s5ChasLocChanBrdIndx, - s5ChasLocChanIndx } - ::= { s5ChasLocChanTable 1 } - -S5ChasLocChanEntry ::= SEQUENCE { - s5ChasLocChanBrdIndx Integer32, - s5ChasLocChanIndx LocChan, - s5ChasLocChanBkplMode INTEGER - } - -s5ChasLocChanBrdIndx OBJECT-TYPE - SYNTAX Integer32 (1..255) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the board. This corresponds to - the index of the slot containing the board." - ::= { s5ChasLocChanEntry 1 } - -s5ChasLocChanIndx OBJECT-TYPE - SYNTAX LocChan - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the local channel." - ::= { s5ChasLocChanEntry 2 } - -s5ChasLocChanBkplMode OBJECT-TYPE - SYNTAX INTEGER { - other(1), - connected(2), - notConnected(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Indicates the attachment/isolation - mode of a local channel to a backplane - channel. The values that are read/write are: - connected(2)......connect local chan N to bkpl N - notConnected(3)...disconnect local chan N from bkpl - - The possible values that can be read are: - other(1)..........unknown - connected(2)......local chan N connected to bkpl N - notConnected(3)...local chan N isolated from bkpl N" - ::= { s5ChasLocChanEntry 3 } - --- Storage Area Table - - -s5ChasStoreTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5ChasStoreEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table listing the storage areas - on each component/sub-component in - the chassis. The number is determined - by the components in the chassis - which have manageable storage areas. - Examples of storage areas include - RAM(main memory), FLASH, ROM, - EEPROM, etc. This does not include - disk drives." - ::= { s5ChasStore 1 } - -s5ChasStoreEntry OBJECT-TYPE - SYNTAX S5ChasStoreEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A row in the table of storage areas. - The entries can not be created or - deleted via SNMP requests. Only those - components/sub-components that have - storage areas that are installed are - present. Storage areas that are on - components have a sub-component - index value of zero. Storage areas that - are on sub-components have a non-zero - sub-component index value." - INDEX { s5ChasStoreGrpIndx, - s5ChasStoreComIndx, - s5ChasStoreSubIndx, - s5ChasStoreIndx } - ::= { s5ChasStoreTable 1 } - -S5ChasStoreEntry ::= SEQUENCE { - s5ChasStoreGrpIndx Integer32, - s5ChasStoreComIndx Integer32, - s5ChasStoreSubIndx Integer32, - s5ChasStoreIndx Integer32, - - s5ChasStoreType OBJECT IDENTIFIER, - s5ChasStoreCurSize Integer32, - s5ChasStoreCntntVer DisplayString, - s5ChasStoreFilename DisplayString - } - -s5ChasStoreGrpIndx OBJECT-TYPE - SYNTAX Integer32 (1..32767) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the chassis level group - which contains the component or - sub-component containing the storage - area." - ::= { s5ChasStoreEntry 1 } - -s5ChasStoreComIndx OBJECT-TYPE - SYNTAX Integer32 (1..32767) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the component or - the component which contains the - sub-component containing the - storage area." - ::= { s5ChasStoreEntry 2 } - -s5ChasStoreSubIndx OBJECT-TYPE - SYNTAX Integer32 (0..32767) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "If the storage area is on a component, - then the value zero. Otherwise, the - storage area is on a sub-component and - this is the index of the sub-component." - ::= { s5ChasStoreEntry 3 } - -s5ChasStoreIndx OBJECT-TYPE - SYNTAX Integer32 (1..255) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the storage area on the - component or sub-component." - ::= { s5ChasStoreEntry 4 } - -s5ChasStoreType OBJECT-TYPE - SYNTAX OBJECT IDENTIFIER - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The storage area type on the containing - component/sub-component. The values - are defined under the .0 branch of the - value of s5ChasComType for the - component/sub-component containing the - storage area in the Registration MIB." - ::= { s5ChasStoreEntry 5 } - -s5ChasStoreCurSize OBJECT-TYPE - SYNTAX Integer32 (-1..2147483647) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The current size of the storage - area in bytes. A value of zero - means the storage area is not installed - or not usable. A value of -1 indicates - that the size is unknown (or unavailable)." - ::= { s5ChasStoreEntry 6 } - -s5ChasStoreCntntVer OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..255)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The version of the contents (i.e., the - code or data) of the storage area in the - form 'major.minor.maintenance[letters]'. - If not known or not available, then the value - is a zero length string. If multiple - contents are stored in this container, the - the value will contain multiple sub-versions, - each separated by a semicolon (;)." - ::= { s5ChasStoreEntry 7 } - -s5ChasStoreFilename OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..128)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Name of the image file to be downloaded or - uploaded when the s5AgInfoFileAction object - is set to upload or download an image. When the - object is not used, the value is a zero-length - string." - ::= { s5ChasStoreEntry 8 } - --- Supervisor Information - - -s5ChasSmLeds OBJECT-TYPE - SYNTAX OCTET STRING - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A bit array that contains the value of the - supervisor LEDs. (The format of these are the - same as the format for object s5ChasBrdLeds.) - If not available, a zero length string is - returned." - ::= { s5ChasSm 1 } - -s5ChasSmDateCode OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..8)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The date of manufacture of the SM module - in ASCII in the format: YYYYmmdd. For - example, the value for April 13, 1993 - is 19930413. If not available, a zero - length string is returned" - ::= { s5ChasSm 2 } - --- Temperature Sensor Table - - -s5ChasTmpSnrTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5ChasTmpSnrEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table that contains temperature - sensor values." - ::= { s5ChasTmpSnr 1 } - -s5ChasTmpSnrEntry OBJECT-TYPE - SYNTAX S5ChasTmpSnrEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A row in the s5ChasTmpSnrTable. Rows - in this table will exist for each existing - row in the s5ChasComTable which represents - a temperature sensor. The values of the - indices of the row in this table will be - equal to those of the corresponding row in - the s5ChasComTable." - INDEX { s5ChasTmpSnrGrpIndx, - s5ChasTmpSnrIndx, - s5ChasTmpSnrSubIndx } - ::= { s5ChasTmpSnrTable 1 } - -S5ChasTmpSnrEntry ::= SEQUENCE { - s5ChasTmpSnrGrpIndx Integer32, - s5ChasTmpSnrIndx Integer32, - s5ChasTmpSnrSubIndx Integer32, - s5ChasTmpSnrValue Gauge32, - s5ChasTmpSnrTmpValue Integer32 - } - -s5ChasTmpSnrGrpIndx OBJECT-TYPE - SYNTAX Integer32 (1..32767) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the chassis level group which - contains this component, corresponds to - s5ChasComGrpIndx." - ::= { s5ChasTmpSnrEntry 1 } - -s5ChasTmpSnrIndx OBJECT-TYPE - SYNTAX Integer32 (1..32767) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the component in the group. - Corresponds to s5ChasComIndx." - ::= { s5ChasTmpSnrEntry 2 } - -s5ChasTmpSnrSubIndx OBJECT-TYPE - SYNTAX Integer32 (0..32767) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Sub-component index. Corresponds to - s5ChasComSubIndx." - ::= { s5ChasTmpSnrEntry 3 } - -s5ChasTmpSnrValue OBJECT-TYPE - SYNTAX Gauge32 - MAX-ACCESS read-only - STATUS deprecated - DESCRIPTION - "The current temperature value of the temperature - sensor. This is measured in units of a half degree - centigrade, e.g. a value of 121 indicates a temperature - of 60.5 degrees C. - - This object is deprecated because it cannot represent - temperature values below 0, as Gauge32 is an unsigned type." - ::= { s5ChasTmpSnrEntry 4 } - -s5ChasTmpSnrTmpValue OBJECT-TYPE - SYNTAX Integer32 (-32768..32767) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The current temperature value of the temperature - sensor. This is measured in units of a half degree - centigrade, e.g. a value of 121 indicates a temperature - of 60.5 degrees C." - ::= { s5ChasTmpSnrEntry 5 } - - - - --- Chassis Utilization Table, includes CPU and Memory Utilization information - - -s5ChasUtilTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5ChasUtilEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table that contains CPU and memory utilization - information." - ::= { s5ChasUtil 1 } - -s5ChasUtilEntry OBJECT-TYPE - SYNTAX S5ChasUtilEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A row in the s5ChasUtilTable. Rows - in this table will exist for each existing - row in the s5ChasComTable which represents - any chassis component for which CPU and/or - memory utilization values are available. - The values of the indices of a row in this - table will be equal to those of the - corresponding row in the s5ChasComTable." - INDEX { s5ChasUtilGrpIndx, - s5ChasUtilIndx, - s5ChasUtilSubIndx } - ::= { s5ChasUtilTable 1 } - -S5ChasUtilEntry ::= SEQUENCE { - s5ChasUtilGrpIndx Integer32, - s5ChasUtilIndx Integer32, - s5ChasUtilSubIndx Integer32, - s5ChasUtilTotalCPUUsage Gauge32, - s5ChasUtilCPUUsageLast1Minute Gauge32, - s5ChasUtilCPUUsageLast10Minutes Gauge32, - s5ChasUtilCPUUsageLast1Hour Gauge32, - s5ChasUtilCPUUsageLast24Hours Gauge32, - s5ChasUtilMemoryAvailable Gauge32, - s5ChasUtilMemoryMinAvailable Gauge32, - s5ChasUtilCPUUsageLast10Seconds Gauge32 - } - -s5ChasUtilGrpIndx OBJECT-TYPE - SYNTAX Integer32 (1..32767) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the chassis level group which - contains this component, corresponds to - s5ChasComGrpIndx." - ::= { s5ChasUtilEntry 1 } - -s5ChasUtilIndx OBJECT-TYPE - SYNTAX Integer32 (1..32767) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the component in the group. - Corresponds to s5ChasComIndx." - ::= { s5ChasUtilEntry 2 } - -s5ChasUtilSubIndx OBJECT-TYPE - SYNTAX Integer32 (0..32767) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Sub-component index. Corresponds to - s5ChasComSubIndx." - ::= { s5ChasUtilEntry 3 } - -s5ChasUtilTotalCPUUsage OBJECT-TYPE - SYNTAX Gauge32 (0..100) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object returns the percentage of time the CPU has been - busy since system initialization." - ::= {s5ChasUtilEntry 4} - -s5ChasUtilCPUUsageLast1Minute OBJECT-TYPE - SYNTAX Gauge32 (0..100) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object returns the percentage of time the CPU has been - busy over the last 1 minute." - ::= {s5ChasUtilEntry 5} - -s5ChasUtilCPUUsageLast10Minutes OBJECT-TYPE - SYNTAX Gauge32 (0..100) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object returns the percentage of time the CPU has been - busy over the last 10 minutes." - ::= {s5ChasUtilEntry 6} - -s5ChasUtilCPUUsageLast1Hour OBJECT-TYPE - SYNTAX Gauge32 (0..100) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object returns the percentage of time the CPU has been - busy over the last 1 hour." - ::= {s5ChasUtilEntry 7} - -s5ChasUtilCPUUsageLast24Hours OBJECT-TYPE - SYNTAX Gauge32 (0..100) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object returns the percentage of time the CPU has been - busy over the last 24 hours." - ::= {s5ChasUtilEntry 8} - -s5ChasUtilMemoryAvailable OBJECT-TYPE - SYNTAX Gauge32 (0..100) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object returns the percentage of dynamic memory that - is currently free. This is measured as a percentage of - the memory the was available immediately after system - initialization." - ::= {s5ChasUtilEntry 9} - -s5ChasUtilMemoryMinAvailable OBJECT-TYPE - SYNTAX Gauge32 (0..100) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object returns the lowest percentage of dynamic - memory that has been free since system initialization. - This is a 'low-water mark' for memory utilization, and is - essentially the lowest value of s5ChasUtilMemoryUsage - since system initialization." - ::= {s5ChasUtilEntry 10} - -s5ChasUtilCPUUsageLast10Seconds OBJECT-TYPE - SYNTAX Gauge32 (0..100) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object returns the percentage of time the CPU has been - busy over the last 10 seconds." - ::= {s5ChasUtilEntry 11} - - - - - --- Chassis Power Supply Table - - -s5ChasPsRpsuTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5ChasPsRpsuEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table that contains extended information on - RPSU power supply components." - ::= { s5ChasPs 1 } - -s5ChasPsRpsuEntry OBJECT-TYPE - SYNTAX S5ChasPsRpsuEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A row in the s5ChasPsRpsuTable. Rows - in this table will exist for each existing - row in the s5ChasComTable which represents - any RPSU power supply. The values of the - indices of a row in this table will be equal - to those of the corresponding row in the - s5ChasComTable." - INDEX { s5ChasPsRpsuGrpIndx, - s5ChasPsRpsuIndx, - s5ChasPsRpsuSubIndx } - ::= { s5ChasPsRpsuTable 1 } - -S5ChasPsRpsuEntry ::= SEQUENCE { - s5ChasPsRpsuGrpIndx Integer32, - s5ChasPsRpsuIndx Integer32, - s5ChasPsRpsuSubIndx Integer32, - s5ChasPsRpsuType INTEGER, - s5ChasPsRpsuSourceConfig INTEGER - } - -s5ChasPsRpsuGrpIndx OBJECT-TYPE - SYNTAX Integer32 (1..32767) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the chassis level group which - contains this component, corresponds to - s5ChasComGrpIndx." - ::= { s5ChasPsRpsuEntry 1 } - -s5ChasPsRpsuIndx OBJECT-TYPE - SYNTAX Integer32 (1..32767) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the component in the group. - Corresponds to s5ChasComIndx." - ::= { s5ChasPsRpsuEntry 2 } - -s5ChasPsRpsuSubIndx OBJECT-TYPE - SYNTAX Integer32 (0..32767) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Sub-component index. Corresponds to - s5ChasComSubIndx." - ::= { s5ChasPsRpsuEntry 3 } - -s5ChasPsRpsuType OBJECT-TYPE - SYNTAX INTEGER { - bayStack10(1), - nes(2), - bayStack15(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object returns the specific type of RPSU. - It can be set to indicate to the system the type - of installed RPSU in cases where the RPSU type - cannot be automatically detected." - ::= {s5ChasPsRpsuEntry 4} - -s5ChasPsRpsuSourceConfig OBJECT-TYPE - SYNTAX INTEGER { - ups(1), - rpsu(2), - powerSharing(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object is used to specify how a particular - RPSU should be used by the system, as follows: - - ups(1) - Indicates that the RPSU should be used only as - an uninterruptible power source for devices - attached to powered ethernet ports. - - rpsu(2) - Indicates that the RPSU should be used only as - a source of backup power for the device itself. - - powerSharing(3) - Indicates that the RPSU should be used both as - a source of backup power for the device, and as - a UPS for devices attached to powered ethernet - ports." - ::= {s5ChasPsRpsuEntry 5} - -END diff --git a/mibs/S5-CHASSIS-TRAP-MIB b/mibs/S5-CHASSIS-TRAP-MIB deleted file mode 100644 index 607bc33eb2..0000000000 --- a/mibs/S5-CHASSIS-TRAP-MIB +++ /dev/null @@ -1,119 +0,0 @@ - -S5-CHASSIS-TRAP-MIB DEFINITIONS ::= BEGIN - -IMPORTS - MODULE-IDENTITY, NOTIFICATION-TYPE - FROM SNMPv2-SMI - s5ChaTrap - FROM S5-ROOT-MIB - s5ChasComType, s5ChasComOperState - FROM S5-CHASSIS-MIB; - -s5ChassisTrapMib MODULE-IDENTITY - LAST-UPDATED "200407200000Z" - ORGANIZATION "Nortel Networks" - CONTACT-INFO "Nortel Networks" - DESCRIPTION - "5000 Chassis Trap MIB - - Copyright 1993-2004 Nortel Networks, Inc. - All rights reserved. - This Nortel Networks SNMP Management Information Base Specification - (Specification) embodies Nortel Networks' confidential and - proprietary intellectual property. Nortel Networks retains all - title and ownership in the Specification, including any - revisions. - - This Specification is supplied 'AS IS,' and Nortel Networks makes - no warranty, either express or implied, as to the use, - operation, condition, or performance of the Specification." - - REVISION "200407200000Z" -- 20 July 2004 - DESCRIPTION "Version 122: Conversion to SMIv2" - - ::= { s5ChaTrap 0 } - - --- SECTION 2: SynOptics 5000 Chassis Trap Definitions - - -s5CtrHotSwap NOTIFICATION-TYPE - OBJECTS { s5ChasComType, - s5ChasComOperState } - STATUS current - DESCRIPTION - "A component or sub-component was inserted or - deinserted in the chassis. This trap is sent only - once when the condition is first detected. The - following values are returned: - s5ChasComType........the type of the component - (or sub-component) that was inserted or - deinserted, with the instance identifying - the group, component, and sub-component. - s5ChasComOperState...the operational status of - the component or sub-component, with the - instance identifying the group, component, - and sub-component. The value is removed(3) - when the item is removed." - ::= { s5ChaTrap 1 } - -s5CtrProblem NOTIFICATION-TYPE - OBJECTS { s5ChasComType, - s5ChasComOperState } - STATUS current - DESCRIPTION - "A component or sub-component has a problem - condition, either warning, nonfatal, or fatal. - This trap is sent only once when the condition - is first detected. The following values are - returned: - s5ChasComType........the type of the component - (or sub-component) that has the problem - condition, with the instance identifying - the group, component, and sub-component. - s5ChasComOperState...the operational status of - the component or sub-component, with the - instance identifying the group, component, - and sub-component." - ::= { s5ChaTrap 2 } - -s5CtrUnitUp NOTIFICATION-TYPE - OBJECTS { s5ChasComType, - s5ChasComOperState } - STATUS current - DESCRIPTION - "A component or sub-component has been newly detected. - This trap is sent only once when the condition - is first detected. The following values are - returned: - s5ChasComType........the type of the component - (or sub-component) that has the problem - condition, with the instance identifying - the group, component, and sub-component. - s5ChasComOperState...the operational status of - the component or sub-component, with the - instance identifying the group, component, - and sub-component." - ::= { s5ChaTrap 3 } - -s5CtrUnitDown NOTIFICATION-TYPE - OBJECTS { s5ChasComType, - s5ChasComOperState } - STATUS current - DESCRIPTION - "A component or sub-component is no longer detected. - This trap is sent only once when the condition - is first detected. The following values are - returned: - s5ChasComType........the type of the component - (or sub-component) that has the problem - condition, with the instance identifying - the group, component, and sub-component. - s5ChasComOperState...the operational status of - the component or sub-component, with the - instance identifying the group, component, - and sub-component." - ::= { s5ChaTrap 4 } - -END - diff --git a/mibs/S5-COMMON-STATS-MIB b/mibs/S5-COMMON-STATS-MIB deleted file mode 100644 index 3664fe5995..0000000000 --- a/mibs/S5-COMMON-STATS-MIB +++ /dev/null @@ -1,410 +0,0 @@ --- SECTION 1: Top Level Definitions - -S5-COMMON-STATS-MIB DEFINITIONS ::= BEGIN - - --- 5000 Common Statistics MIB Release 1.1.2 --- Revision 04/18/94 - --- Copyright 1993-94 SynOptics Communications, Inc. --- All rights reserved. --- This SynOptics SNMP Management Information Base Specification --- (Specification) embodies SynOptics' confidential and --- proprietary intellectual property. SynOptics retains all --- title and ownership in the Specification, including any --- revisions. - --- This Specification is supplied "AS IS," and SynOptics makes --- no warranty, either express or implied, as to the use, --- operation, condition, or performance of the Specification. - - --- Imports - -IMPORTS - OBJECT-TYPE - FROM RFC-1212 - TimeTicks - FROM RFC1155-SMI - s5Com - FROM S5-ROOT-MIB - MacAddress - FROM SNMPv2-TC; - - --- Groups - --- Statistics -s5CmStat OBJECT IDENTIFIER ::= { s5Com 1 } - - --- SECTION 2: MIB Objects - - --- Show Nodes Table - -s5CmSNodeTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5CmSNodeEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A Table of MAC addresses of active nodes, which are - detected to be connected to the concentrator. - These nodes may be directly connected to the - concentrator or may be indirectly connected via - an interconnect port, bridge or switch. The definition - of active node is provided by s5CmSNodeStatus. - - The object s5CmSNodeIfIndex specifies the - source that is used to detect MAC addresses. When the - source is not an interface, the agent uses best effort to - detect entries. These entries may, but are not required - to be, MACs from media types other than the interfaces - for the agent. - - This table is indexed by source of the detection, - board, port, and MAC address of the node. This - table is indexed differently from the FindNodes - table which uses only the source of the detection - and MAC address of the node. Note: a MAC - address could appear multiple times in this - table (on different board and port)." - ::= { s5CmStat 1 } - -s5CmSNodeEntry OBJECT-TYPE - SYNTAX S5CmSNodeEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A row in the Show Node table. - Entries can not be created or deleted via - SNMP." - INDEX { s5CmSNodeIfIndx, - s5CmSNodeBrdIndx, - s5CmSNodePortIndx, - s5CmSNodeMacAddr } - ::= { s5CmSNodeTable 1 } - -S5CmSNodeEntry ::= SEQUENCE { - s5CmSNodeIfIndx INTEGER, - s5CmSNodeBrdIndx INTEGER, - s5CmSNodePortIndx INTEGER, - s5CmSNodeMacAddr MacAddress, - s5CmSNodeStatus INTEGER - } - -s5CmSNodeIfIndx OBJECT-TYPE - SYNTAX INTEGER(0..65535) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "An integer value representing the source - that detected the active node. A value greater - than zero is the index of the agent's interface - in the NMM. This is the same value as ifIndex - for the interface. A value of zero indicates - that the agent detected the node information via - best available efforts. The nodes may be, but are - note required to be, from media types other than - the interfaces for the agent." - ::= { s5CmSNodeEntry 1 } - -s5CmSNodeBrdIndx OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index of the board. This corresponds to - the index of the slot containing the board." - ::= { s5CmSNodeEntry 2 } - -s5CmSNodePortIndx OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index of the port on the board. Its - value ranges between 1 and index of the last - manageable port on the board." - ::= { s5CmSNodeEntry 3 } - -s5CmSNodeMacAddr OBJECT-TYPE - SYNTAX MacAddress - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The MAC address of the station." - ::= { s5CmSNodeEntry 4 } - -s5CmSNodeStatus OBJECT-TYPE - SYNTAX INTEGER { - other(1), - active(2), - inactive(3) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The status of the MAC address for a station. - The meaning varies depending on the media type - of the NMM reporting the status. The values are: - other(1)......unknown or other - active(2).....the station is actively sending - and receiving, or - participating - in the ring poll - inactive(3)...the station is idle - - For Ethernet, active(2) means that the station - has sent a frame in the last N seconds and - inactive(3) means the station has not sent a - frame in the last N seconds. N is specified by - the s5EnNodeInactInterval object, which is - defined in the 5000 Ethernet MIB. The status of - other(3) is reported when the current status of - the station is unknown. - - For Token Ring and FDDI, the status of a station - will always be reported as active(2) since it is - based on being in the ring poll. When no longer - in the ring poll, a station is removed from the - table." - ::= { s5CmSNodeEntry 5 } - - --- Find Nodes Table - -s5CmFNodeTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5CmFNodeEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A Table of MAC addresses of active nodes, which are - detected to be connected to the concentrator. - These nodes may be directly connected to the - concentrator or may be indirectly connected via - an interconnect port, bridge or switch. The definition - of active node is provided by s5CmSNodeStatus. - - The object s5CmSNodeIfIndex specifies the - source that is used to detect MAC addresses. When the - source is not an interface, the agent uses best effort to - detect entries. These entries may, but are not required - to be, MACs from media types other than the interfaces - for the agent. - - This table is indexed by source of the detection - and MAC address of the node. This - table is indexed differently from the ShowNodes - table which uses the source of the detection, - board, port, and MAC address of the node. - - Note: The same MAC may be detected at several - locations. The entry in this table is the last - detected location. In addition, more than one - MAC address could appear on the same board - and port." - ::= { s5CmStat 2 } - -s5CmFNodeEntry OBJECT-TYPE - SYNTAX S5CmFNodeEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A row in the Find Node table. - Entries can not be created or deleted via - SNMP." - INDEX { s5CmFNodeIfIndx, - s5CmFNodeMacAddr } - ::= { s5CmFNodeTable 1 } - -S5CmFNodeEntry ::= SEQUENCE { - s5CmFNodeIfIndx INTEGER, - s5CmFNodeMacAddr MacAddress, - s5CmFNodeBrdIndx INTEGER, - s5CmFNodePortIndx INTEGER - } - -s5CmFNodeIfIndx OBJECT-TYPE - SYNTAX INTEGER(0..65535) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "An integer value representing the source - that detected the active node. A value greater - than zero is the index of the agent's interface - in the NMM. This is the same value as ifIndex - for the interface. A value of zero indicates - that the agent detected the node information via - best available efforts. The nodes may be, but are - note required to be, from media types other than - the interfaces for the agent." - ::= { s5CmFNodeEntry 1 } - -s5CmFNodeMacAddr OBJECT-TYPE - SYNTAX MacAddress - ACCESS read-only - STATUS mandatory - DESCRIPTION - "MAC address of the station." - ::= { s5CmFNodeEntry 2 } - -s5CmFNodeBrdIndx OBJECT-TYPE - SYNTAX INTEGER (0..255) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index of the board. This corresponds to - the index of the slot containing the board. The - value of zero has the special meaning that the - true board index value is currently unknown. - Note that the syntax of this object is not - identical to s5CmSNodeBrdIndx." - ::= { s5CmFNodeEntry 3 } - -s5CmFNodePortIndx OBJECT-TYPE - SYNTAX INTEGER (0..255) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index of the port on the board. This - corresponds to the index of one of the - manageable ports on the board. The value of - zero has the special meaning that the true port - index value is currently unknown. - Note that the syntax of this object is not - identical to s5CmSNodePortIndx." - ::= { s5CmFNodeEntry 4 } - - --- Per-port Network to MAC Address Mapping Table - -s5CmNetAddrTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5CmNetAddrEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A table of network layer addresses associated - with MAC addresses of active nodes, which are - detected to be connected to the concentrator. - - This table is indexed by the interface it was - detected, the board and port the node is connected, - the MAC address of the node and an integer index - (enumerating multiple network addresses). - - Note: - Only a small implementation determined number of - network addresses are stored. The oldest one is - discarded, so that the most recent one may be - retained. When packet decoding is switched off - entries in the network address mapping table may - remain present for some time, but no new addresses - are added. An network address could appear multiple - times in this table (on different board and port) - and can appear under different s5CmNetAddrNetIndx - over time." - ::= { s5CmStat 3 } - -s5CmNetAddrEntry OBJECT-TYPE - SYNTAX S5CmNetAddrEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A row in the network address mapping table. - Entries can not be created or deleted - via SNMP." - INDEX { s5CmNetAddrIfIndex, - s5CmNetAddrBrdIndx, - s5CmNetAddrPortIndx, - s5CmNetAddrMacAddr, - s5CmNetAddrNetIndx } - ::= { s5CmNetAddrTable 1 } - -S5CmNetAddrEntry ::= SEQUENCE { - s5CmNetAddrIfIndex INTEGER, - s5CmNetAddrBrdIndx INTEGER, - s5CmNetAddrPortIndx INTEGER, - s5CmNetAddrMacAddr MacAddress, - s5CmNetAddrNetIndx INTEGER, - s5CmNetAddrType INTEGER, - s5CmNetAddrAddr OCTET STRING, - s5CmNetAddrLastSeen TimeTicks - } - -s5CmNetAddrIfIndex OBJECT-TYPE - SYNTAX INTEGER (1..65535) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index of the interface on the NMM on - which the address was detected. This is the - same as the ifIndex." - ::= { s5CmNetAddrEntry 1 } - - -s5CmNetAddrBrdIndx OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index of the board. This corresponds to - the index of the slot containing the board." - ::= { s5CmNetAddrEntry 2 } - - -s5CmNetAddrPortIndx OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index of the port on the board." - ::= { s5CmNetAddrEntry 3 } - -s5CmNetAddrMacAddr OBJECT-TYPE - SYNTAX MacAddress - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The MAC address of the station." - ::= { s5CmNetAddrEntry 4 } - -s5CmNetAddrNetIndx OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The sequence number of the network address." - ::= { s5CmNetAddrEntry 5 } - -s5CmNetAddrType OBJECT-TYPE - SYNTAX INTEGER { - ip(1) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The type of network layer address: - ip(1).....an IP address as defined in RFC 791." - ::= { s5CmNetAddrEntry 6 } - -s5CmNetAddrAddr OBJECT-TYPE - SYNTAX OCTET STRING - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The network layer address of the station represented - in network byte-order" - ::= { s5CmNetAddrEntry 7 } - -s5CmNetAddrLastSeen OBJECT-TYPE - SYNTAX TimeTicks - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The value of sysUpTime at the time this network - address was last seen on this interface/board/port/MAC." - ::= { s5CmNetAddrEntry 8 } - - -END diff --git a/mibs/S5-ETH-MULTISEG-TOPOLOGY-MIB b/mibs/S5-ETH-MULTISEG-TOPOLOGY-MIB deleted file mode 100644 index df4122280a..0000000000 --- a/mibs/S5-ETH-MULTISEG-TOPOLOGY-MIB +++ /dev/null @@ -1,713 +0,0 @@ - -S5-ETH-MULTISEG-TOPOLOGY-MIB DEFINITIONS ::= BEGIN - -IMPORTS - MODULE-IDENTITY, OBJECT-TYPE, IpAddress, TimeTicks - FROM SNMPv2-SMI - SnpxChassisType, SnpxBackplaneType - FROM SYNOPTICS-ROOT-MIB - s5EnMsTop - FROM S5-ROOT-MIB - MacAddress - FROM SNMPv2-TC; - -s5EthMultisegTopologyMib MODULE-IDENTITY - LAST-UPDATED "200407200000Z" - ORGANIZATION "Nortel Networks" - CONTACT-INFO "Nortel Networks" - DESCRIPTION - "5000 Ethernet Multi-segment MIB - - Copyright 1993-2004 Nortel Networks, Inc. - All rights reserved. - This Nortel Networks SNMP Management Information Base Specification - (Specification) embodies Nortel Networks' confidential and - proprietary intellectual property. Nortel Networks retains all - title and ownership in the Specification, including any - revisions. - - This Specification is supplied 'AS IS,' and Nortel Networks makes - no warranty, either express or implied, as to the use, - operation, condition, or performance of the Specification." - - REVISION "200407200000Z" -- 20 July 2004 - DESCRIPTION "Version 106: Conversion to SMIv2" - - ::= { s5EnMsTop 0 } - --- Groups - -s5EnMsTopInfo OBJECT IDENTIFIER ::= { s5EnMsTop 1 } - -s5EnMsTopNmm OBJECT IDENTIFIER ::= { s5EnMsTop 2 } - -s5EnMsTopBdg OBJECT IDENTIFIER ::= { s5EnMsTop 3 } - -s5EnMsTopSrcMac OBJECT IDENTIFIER ::= { s5EnMsTop 4 } - --- SECTION 2: MIB Objects - --- Topology Status and Configuration Information - -s5EnMsTopIpAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "An IP address of the agent. This is used to fill - in the IP address field of transmitted SONMP packets. - The agent should be reachable through this IP address." - ::= { s5EnMsTopInfo 1 } - -s5EnMsTopStatus OBJECT-TYPE - SYNTAX INTEGER { - topOn(1), - topOff(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Indicates if the agent is participating in - multi-segment topology. The values are: - topOn(1)....topology is on - topOff(2)...topology is off - When the value is topOff(2) the status of - topology table entries is undefined. However, the - agent should make its best attempt when the value is - changed to topOff(2) to remove all existing instances - of topology MIB objects. The agent must save the - setting of this object in nonvolatile memory (i.e., - save across reboots)." - DEFVAL { topOn } - ::= { s5EnMsTopInfo 2 } - -s5EnMsTopNmmLstChg OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of sysUpTime the last time an entry in the - NMM topology table was added, deleted, or modified. If - the NMM topology table has not changed since cold/warm - start of the agent, then the value is zero." - ::= { s5EnMsTopInfo 3 } - -s5EnMsTopBdgLstChg OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS deprecated - DESCRIPTION - "The value of sysUpTime the last time an entry in the - bridge topology table was added, deleted, or modified. - If the bridge topology table has not changed since - cold/warm start of the agent, then the value is zero." - ::= { s5EnMsTopInfo 4 } - -s5EnMsTopNmmMaxNum OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The maximum number of entries in the NMM topology - table." - ::= { s5EnMsTopInfo 5 } - -s5EnMsTopNmmCurNum OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The current number of entries in the NMM topology - table." - ::= { s5EnMsTopInfo 6 } - -s5EnMsTopBdgMaxNum OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS deprecated - DESCRIPTION - "The maximum number of entries in the bridge topology - table." - ::= { s5EnMsTopInfo 7 } - -s5EnMsTopBdgCurNum OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS deprecated - DESCRIPTION - "The current number of entries in the bridge topology - table." - ::= { s5EnMsTopInfo 8 } - --- Network Management Module (NMM) Topology Table - -s5EnMsTopNmmTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5EnMsTopNmmEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table of topology information from each topology - agent that sends out NMM topology messages, and that - has been heard by the reporting topology agent. The - number of entries is determined by the number of - distinct topology messages received. A topology - message is identified by a combination of the IP - address and segment-identifier contained in the - message, and the slot-port on which it is received. - Entries in the table are created by reception of a - 'new' NMM topology message. An entry is removed from - the table after no messages are received from the - corresponding topology agent in the required time - interval. - - NOTE: there is an entry for the reporting agent with - the values of slot and port set to zero." - ::= { s5EnMsTopNmm 1 } - -s5EnMsTopNmmEntry OBJECT-TYPE - SYNTAX S5EnMsTopNmmEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A row in the NMM topology table. Entries in the table - can not be created or deleted via SNMP." - INDEX { s5EnMsTopNmmSlot, - s5EnMsTopNmmPort, - s5EnMsTopNmmIpAddr, - s5EnMsTopNmmSegId } - ::= { s5EnMsTopNmmTable 1 } - -S5EnMsTopNmmEntry ::= SEQUENCE { - s5EnMsTopNmmSlot INTEGER, - s5EnMsTopNmmPort INTEGER, - s5EnMsTopNmmIpAddr IpAddress, - s5EnMsTopNmmSegId INTEGER, - s5EnMsTopNmmMacAddr MacAddress, - s5EnMsTopNmmChassisType SnpxChassisType, - s5EnMsTopNmmBkplType SnpxBackplaneType, - s5EnMsTopNmmLocalSeg INTEGER, - s5EnMsTopNmmCurState INTEGER - } - -s5EnMsTopNmmSlot OBJECT-TYPE - SYNTAX INTEGER (0..255) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The slot on which the topology message - was received. - - NOTE: There is an artificial 'row' for the reporting - agent with slot and port equal to zero. - - NOTE: Non-modular devices that do not have multiple - slots should set this value to 1." - ::= { s5EnMsTopNmmEntry 1 } - -s5EnMsTopNmmPort OBJECT-TYPE - SYNTAX INTEGER (0..255) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The port on which the topology message - was received. - - NOTE: there is an artificial 'row' for the reporting - agent with slot and port equal to zero." - ::= { s5EnMsTopNmmEntry 2 } - -s5EnMsTopNmmIpAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The IP address of the sender of the topology message." - ::= { s5EnMsTopNmmEntry 3 } - -s5EnMsTopNmmSegId OBJECT-TYPE - SYNTAX INTEGER (0..'FFFFFF'H) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The 'segment identifier' of the segment from which - the remote agent sent the topology message. The value - is extracted from the received topology message. - Different devices may use different methods for - representing the segment identifier. For example, - system 5000 NMMs that run multi-segment autotopology use - the SrcIndx of the segment as the segment identifier; - switches use a computed a value equal to '(256 * s) + p' - where 's' is the board, card or slot number and 'p' is - the port number on and as seen by the switch sending the - topology message; - system 3000 NMMs use the lower three bytes of the MAC - address of the NMM as the segment identifier. In any - case, the 'segment identifier' uniquely identifies the - network segment in the remote device from which - the topology message was sent." - ::= { s5EnMsTopNmmEntry 4 } - -s5EnMsTopNmmMacAddr OBJECT-TYPE - SYNTAX MacAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The MAC address of the sender of the topology message." - ::= { s5EnMsTopNmmEntry 5 } - -s5EnMsTopNmmChassisType OBJECT-TYPE - SYNTAX SnpxChassisType - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The chassis type of the device that sent the topology - message." - ::= { s5EnMsTopNmmEntry 6 } - -s5EnMsTopNmmBkplType OBJECT-TYPE - SYNTAX SnpxBackplaneType - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The backplane type of the device that sent the - topology message." - ::= { s5EnMsTopNmmEntry 7 } - -s5EnMsTopNmmLocalSeg OBJECT-TYPE - SYNTAX INTEGER { - true(1), - false(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Indicates if the sender of the topology message is on - the same Ethernet segment (i.e., NOT across a bridge) - as the reporting agent." - ::= { s5EnMsTopNmmEntry 8 } - -s5EnMsTopNmmCurState OBJECT-TYPE - SYNTAX INTEGER { - topChanged(1), - heartbeat(2), - new(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The current state of sender of the - topology message. The values are: - topChanged(1)...topology information has - recently changed - heartbeat(2)....topology information unchanged - new(3)..........sending agent is in new state." - ::= { s5EnMsTopNmmEntry 9 } - --- Encoded Octet Strings for NMM Topology Table - -s5EnMsTopNmmEosSize OBJECT-TYPE - SYNTAX INTEGER (0..1440) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The current size of a 'row' in the table - s5EnMsTopNmmEosTable. This allows applications - to be able to break apart 'rows' in the table." - ::= { s5EnMsTopNmm 2 } - -s5EnMsTopNmmEosTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5EnMsTopNmmEosEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table of encoded octet strings of - entries in table s5EnMsTopNmmTable. - The number of entries is determined by - packing of 'rows' from s5EnMsTopNmmTable." - ::= { s5EnMsTopNmm 3 } - -s5EnMsTopNmmEosEntry OBJECT-TYPE - SYNTAX S5EnMsTopNmmEosEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A row in the table of encoded octet - strings for table s5EnMsTopNmmTable. - Instance returned in Response PDU: - On GETs: instance specified is the - instance returned. - On GET-NEXTs: instance returned is the - instance of the last record - contained in the octet string. - - Entries in the table can not be created - or deleted via SNMP." - INDEX { s5EnMsTopNmmSlot, - s5EnMsTopNmmPort, - s5EnMsTopNmmIpAddr, - s5EnMsTopNmmSegId } - ::= { s5EnMsTopNmmEosTable 1 } - -S5EnMsTopNmmEosEntry ::= SEQUENCE { - s5EnMsTopNmmEos OCTET STRING - } - -s5EnMsTopNmmEos OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(0..1400)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "An encoded octet string. On reads it contains - an integral number of 'rows' from table - s5EnMsTopNmmTable. All 'rows' are the same size - which is defined by object s5EnMsTopNmmEosSize." - ::= { s5EnMsTopNmmEosEntry 1 } - --- Bridge Topology Table - -s5EnMsTopBdgTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5EnMsTopBdgEntry - MAX-ACCESS not-accessible - STATUS deprecated - DESCRIPTION - "A table of topology information from each Bridge in - the network that is sending bridge topology messages - that have been heard by the reporting agent. The - number of entries is determined by the number of - detected (and active) bridges. Entries in the table - are created by reception of a topology message from a - 'new' bridge. An entry is removed from the table - after no messages are received from the corresponding - bridge in the required time interval." - ::= { s5EnMsTopBdg 1 } - -s5EnMsTopBdgEntry OBJECT-TYPE - SYNTAX S5EnMsTopBdgEntry - MAX-ACCESS not-accessible - STATUS deprecated - DESCRIPTION - "A row in the bridge topology table. Entries in the - table can not be created or deleted via SNMP." - INDEX { s5EnMsTopBdgSlotNum, - s5EnMsTopBdgPortNum, - s5EnMsTopBdgIpAddr } - ::= { s5EnMsTopBdgTable 1 } - -S5EnMsTopBdgEntry ::= SEQUENCE { - s5EnMsTopBdgSlotNum INTEGER, - s5EnMsTopBdgPortNum INTEGER, - s5EnMsTopBdgIpAddr IpAddress, - s5EnMsTopBdgNumber INTEGER, - s5EnMsTopBdgMacAddr MacAddress, - s5EnMsTopBdgType INTEGER, - s5EnMsTopBdgStatus INTEGER, - s5EnMsTopBdgNumPorts Integer32, - s5EnMsTopBdgHelloPortNum INTEGER, - s5EnMsTopBdgHelloPortType INTEGER, - s5EnMsTopBdgHelloPortStatus INTEGER, - s5EnMsTopBdgCompBdgMac1 MacAddress, - s5EnMsTopBdgCompBdgMac2 MacAddress - } - -s5EnMsTopBdgSlotNum OBJECT-TYPE - SYNTAX INTEGER (0..255) - MAX-ACCESS read-only - STATUS deprecated - DESCRIPTION - "The slot on which the topology message was - received. - - NOTE: Non-modular devices that do not have multiple - slots should set this value to 1." - ::= { s5EnMsTopBdgEntry 1 } - -s5EnMsTopBdgPortNum OBJECT-TYPE - SYNTAX INTEGER (0..255) - MAX-ACCESS read-only - STATUS deprecated - DESCRIPTION - "The port on which the topology message was received." - ::= { s5EnMsTopBdgEntry 2 } - -s5EnMsTopBdgIpAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS deprecated - DESCRIPTION - "The IP address of the bridge that sent the - topology message." - ::= { s5EnMsTopBdgEntry 3 } - -s5EnMsTopBdgNumber OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS deprecated - DESCRIPTION - "The 'Bridge Number' of the bridge that sent - the topology message. This is the IEEE 802.1 - bridge number." - ::= { s5EnMsTopBdgEntry 4 } - -s5EnMsTopBdgMacAddr OBJECT-TYPE - SYNTAX MacAddress - MAX-ACCESS read-only - STATUS deprecated - DESCRIPTION - "The MAC Address of the bridge that sent the - topology message." - ::= { s5EnMsTopBdgEntry 5 } - -s5EnMsTopBdgType OBJECT-TYPE - SYNTAX INTEGER { - other(1), - localSyn(2), - remoteSyn(3), - kalpana(4) - } - MAX-ACCESS read-only - STATUS deprecated - DESCRIPTION - "The 'kind of bridge' that sent the topology - message. The values are: - other(1).....unknown or other type - locSyn(2)....local SynOptics bridge - remSyn(3)....remote SynOptics bridge - kalpana(4)...Kalpana bridge(switch) - " - ::= { s5EnMsTopBdgEntry 6 } - -s5EnMsTopBdgNumPorts OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS deprecated - DESCRIPTION - "The number of ports on the bridge." - ::= { s5EnMsTopBdgEntry 7 } - -s5EnMsTopBdgStatus OBJECT-TYPE - SYNTAX INTEGER { - other(1), - active(2), - standby(3) - } - MAX-ACCESS read-only - STATUS deprecated - DESCRIPTION - "The current operational status from the bridge - that sent the topology message. The values are: - other(1).....unknown or other - active(2)....bridge is active - standby(3)...bridge is in standby - - A value of standby(3) means that at least ONE port - is in standby mode. A value of active(2) means NO - port is in standby mode." - ::= { s5EnMsTopBdgEntry 8 } - -s5EnMsTopBdgHelloPortNum OBJECT-TYPE - SYNTAX INTEGER (0..255) - MAX-ACCESS read-only - STATUS deprecated - DESCRIPTION - "The port number used by the bridge to - send the topology message. This port may - or may not be in standby mode." - ::= { s5EnMsTopBdgEntry 9 } - -s5EnMsTopBdgHelloPortType OBJECT-TYPE - SYNTAX INTEGER { - other(1), - eth(2), - tok4(3), - tok16(4), - fddi(5), - t1(6) - } - MAX-ACCESS read-only - STATUS deprecated - DESCRIPTION - "The type of the port used by the bridge to - send the topology message. The values are: - other(1)...other or unknown type - eth(2).....ethernet - tok4(3)....4 Mbit token ring - tok16(4)...16 Mbit token ring - fddi(5)....fddi - t1(6)......t1 - - Note: These enumerations were done for - 'completeness'. No other value than eth(2) - should ever be received by an ethernet agent." - ::= { s5EnMsTopBdgEntry 10 } - -s5EnMsTopBdgHelloPortStatus OBJECT-TYPE - SYNTAX INTEGER { - other(1), - active(2), - standby(3) - } - MAX-ACCESS read-only - STATUS deprecated - DESCRIPTION - "The status of the port used by the bridge - to send the topology message. The values are: - other(1).....unknown or other - active(2)....port is active - standby(3)...port is in standby" - ::= { s5EnMsTopBdgEntry 11 } - -s5EnMsTopBdgCompBdgMac1 OBJECT-TYPE - SYNTAX MacAddress - MAX-ACCESS read-only - STATUS deprecated - DESCRIPTION - "The first MAC address of a companion bridge - of the bridge that sent the topology message. - The value is 00:00:00:00:00:00 for local - bridges (since there is no companion bridge) - and also when the companion MAC address - is unknown for remote bridges." - ::= { s5EnMsTopBdgEntry 12 } - -s5EnMsTopBdgCompBdgMac2 OBJECT-TYPE - SYNTAX MacAddress - MAX-ACCESS read-only - STATUS deprecated - DESCRIPTION - "The second MAC address of a companion bridge - of the bridge that sent the topology message. - The value is 00:00:00:00:00:00 for local - bridges (since there is no companion bridge) - and also when the companion MAC address - is unknown for remote bridges." - ::= { s5EnMsTopBdgEntry 13 } - --- Encoded Octet Strings for Bridge Topology Table - -s5EnMsTopBdgEosSize OBJECT-TYPE - SYNTAX INTEGER (0..1440) - MAX-ACCESS read-only - STATUS deprecated - DESCRIPTION - "The current size of a 'row' in the table - s5EnMsTopBdgEosTable. This allows applications - to be able to break apart 'rows' in the table." - ::= { s5EnMsTopBdg 2 } - -s5EnMsTopBdgEosTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5EnMsTopBdgEosEntry - MAX-ACCESS not-accessible - STATUS deprecated - DESCRIPTION - "A table of encoded octet strings of - entries in table s5EnMsTopBdgTable. - The number of entries is determined by - packing of 'rows' from s5EnMsTopBdgTable." - ::= { s5EnMsTopBdg 3 } - -s5EnMsTopBdgEosEntry OBJECT-TYPE - SYNTAX S5EnMsTopBdgEosEntry - MAX-ACCESS not-accessible - STATUS deprecated - DESCRIPTION - "A row in the table of encoded octet - strings for table s5EnMsTopBdgTable. - Instance returned in Response PDU: - On GETs: instance specified is the - instance returned. - On GET-NEXTs: instance returned is the - instance of the last record - contained in the octet string. - - Entries in the table can not be created - or deleted via SNMP." - INDEX { s5EnMsTopBdgSlotNum, - s5EnMsTopBdgPortNum, - s5EnMsTopBdgIpAddr } - ::= { s5EnMsTopBdgEosTable 1 } - -S5EnMsTopBdgEosEntry ::= SEQUENCE { - s5EnMsTopBdgEos OCTET STRING - } - -s5EnMsTopBdgEos OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(0..1400)) - MAX-ACCESS read-only - STATUS deprecated - DESCRIPTION - "An encoded octet string. On reads it contains - an integral number of 'rows' from table - s5EnMsTopBdgTable. All 'rows' are the same size - which is defined by object s5EnMsTopBdgEosSize." - ::= { s5EnMsTopBdgEosEntry 1 } - --- MAC Address-to-Segment Mapping Table - --- Implementation of this group is optional. It is supported by those --- devices that use different source MAC addresses to transmit --- topology messages on different segments. - -s5EnMsTopSrcMacAddrTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5EnMsTopSrcMacAddrEntry - MAX-ACCESS not-accessible - STATUS deprecated - DESCRIPTION - "A table describing the source MAC addresses that the - agent uses to transmit topology messages on different - segments in the device. The MAC addresses are - preallocated and remain unchanged for the agent. - However, the mapping between a MAC address and segment - may change, since it can depend on the current - physical and/or logical configuration of the device. - - Implementation of this group is required for those - devices that use different source MAC addresses to - transmit topology messages on different segments. - Implementation of this group is optional otherwise." - ::= { s5EnMsTopSrcMac 1 } - -s5EnMsTopSrcMacAddrEntry OBJECT-TYPE - SYNTAX S5EnMsTopSrcMacAddrEntry - MAX-ACCESS not-accessible - STATUS deprecated - DESCRIPTION - "A row in the table of MAC address-to-segment mappings. - Entries in the table can not be created or deleted - via SNMP." - INDEX { s5EnMsTopSrcMacAddr } - ::= { s5EnMsTopSrcMacAddrTable 1 } - -S5EnMsTopSrcMacAddrEntry ::= SEQUENCE { - s5EnMsTopSrcMacAddr MacAddress, - s5EnMsTopSrcMacSegId INTEGER - } - -s5EnMsTopSrcMacAddr OBJECT-TYPE - SYNTAX MacAddress - MAX-ACCESS read-only - STATUS deprecated - DESCRIPTION - "The MAC address used to transmit topology messages." - ::= { s5EnMsTopSrcMacAddrEntry 1 } - -s5EnMsTopSrcMacSegId OBJECT-TYPE - SYNTAX INTEGER (0..16777215) - MAX-ACCESS read-only - STATUS deprecated - DESCRIPTION - "The 'segment-identifier' of the segment - on which topology messages were transmitted." - ::= { s5EnMsTopSrcMacAddrEntry 2 } - -s5EnMsTopSrcMacAddrLstChg OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS deprecated - DESCRIPTION - "The value of sysUpTime when an entry in the - table s5EnMsTopSrcMacAddrTable was last changed. - If no changes have been done since cold/warm start - of the agent, then the value is zero." - ::= { s5EnMsTopSrcMac 2 } - -END diff --git a/mibs/S5-ETH-REDUNDANT-LINKS-MIB b/mibs/S5-ETH-REDUNDANT-LINKS-MIB deleted file mode 100644 index e2d87110f1..0000000000 --- a/mibs/S5-ETH-REDUNDANT-LINKS-MIB +++ /dev/null @@ -1,464 +0,0 @@ - -S5-ETH-REDUNDANT-LINKS-MIB DEFINITIONS ::= BEGIN - -IMPORTS - MODULE-IDENTITY, OBJECT-TYPE, Counter32, TimeTicks - FROM SNMPv2-SMI - s5EnCfg - FROM S5-ETHERNET-MIB - TimeIntervalSec - FROM S5-TCS-MIB; - -s5EthRedundantLinksMib2 MODULE-IDENTITY - LAST-UPDATED "200411030000Z" - ORGANIZATION "Nortel Networks" - CONTACT-INFO "Nortel Networks" - DESCRIPTION - "5000 Ethernet Redundant Links MIB - - Copyright 1993-2004 Nortel Networks, Inc. - All rights reserved. - This Nortel Networks SNMP Management Information Base Specification - (Specification) embodies Nortel Networks' confidential and - proprietary intellectual property. Nortel Networks retains all - title and ownership in the Specification, including any - revisions. - - This Specification is supplied 'AS IS,' and Nortel Networks makes - no warranty, either express or implied, as to the use, - operation, condition, or performance of the Specification." - - REVISION "200411030000Z" -- 03 November 2004 - DESCRIPTION "Version 104: Use sane OID for s5EthRedundantLinksMib" - - REVISION "200407200000Z" -- 20 July 2004 - DESCRIPTION "Version 103: Conversion to SMIv2" - - ::= { s5EnCfg 99 } - --- Groups - -s5EnRedun OBJECT IDENTIFIER ::= { s5EnCfg 2 } - - - --- SECTION 2: Redundant Port Information - --- Redundant Port Table - -s5EnRedPortTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5EnRedPortEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table with redundancy status and control for - each redundancy-capable port in the chassis. - The number of entries is determined by the number - of redundancy-capable ports in the chassis. - - The ports appearing in this table can be divided into - two categories: - Those with remote fault signaling capability and - those without. The latter kind depends on the port - link status to provide the required redundancy. - - Ports that are not capable of supporting redundancy do - not have an entry in this table." - ::= { s5EnRedun 1 } - -s5EnRedPortEntry OBJECT-TYPE - SYNTAX S5EnRedPortEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A row in the table of redundancy status and - control for each redundancy-capable port in the - chassis. Entries in the table cannot be - created or deleted via SNMP." - INDEX { s5EnRedPortBrdIndx, - s5EnRedPortPortIndx } - ::= { s5EnRedPortTable 1 } - -S5EnRedPortEntry ::= SEQUENCE { - s5EnRedPortBrdIndx - INTEGER, - s5EnRedPortPortIndx - INTEGER, - s5EnRedPortCapability - INTEGER, - s5EnRedPortRedundMode - INTEGER, - s5EnRedPortOperStatus - INTEGER, - s5EnRedPortRemoteOperStatus - INTEGER, - s5EnRedPortRemFltSelectMode - INTEGER, - s5EnRedPortTxMode - INTEGER, - s5EnRedPortFaults - Counter32, - s5EnRedPortModeChanges - Counter32, - s5EnRedPortCompanionBrdNum - INTEGER, - s5EnRedPortCompanionPortNum - INTEGER, - s5EnRedPortSwitchoverStatus - INTEGER, - s5EnRedPortSwitchoverTime - TimeIntervalSec - } - -s5EnRedPortBrdIndx OBJECT-TYPE - SYNTAX INTEGER (1..255) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the slot containing the board on which - the port is located." - ::= { s5EnRedPortEntry 1 } - -s5EnRedPortPortIndx OBJECT-TYPE - SYNTAX INTEGER (1..255) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the port on the board." - ::= { s5EnRedPortEntry 2 } - -s5EnRedPortCapability OBJECT-TYPE - SYNTAX INTEGER { - hwRedOnly(1), - swRedOnly(2), - hwAndSwRed(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The redundancy capability of the port: - hwRedOnly(1).....hardware redundancy only. - swRedOnly(2).....software redundacy only. - hwAndSwRed(3)....both hardware and software redundancy. - - A value of hwRedOnly(1) or hwAndSwRed(3) means that - the port is capable of being configured into a - hardware-redundant pair. In this case, the identity of the - potential redundant companion is given by the objects - s5EnRedPortCompanionBrdNum and s5EnRedPortCompanionPortNum. - - A value of swRedOnly(2) or hwAndSwRed(3) means that - the port is capable of being configured into a - software-redundant pair." - ::= { s5EnRedPortEntry 3 } - -s5EnRedPortRedundMode OBJECT-TYPE - SYNTAX INTEGER { - standAlone(1), - hwActive(2), - hwStandby(3), - swActive(4), - swStandby(5) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The redundancy mode of the port. - - The values when written change the redundancy - mode, and when read report the redundancy mode: - standalone(1)..the port is not in any redundant pair. - hwActive(2)....the port is the active companion in - a hardware-redundant pair. - hwStandby(3)...the port is the standby companion - in a hardware-redundant pair. - swActive(4)....the port is the active companion in - a software-redundant pair. - swStandby(5)...the port is the standby companion - in a software-redundant pair. - - The values that can be written, which change the - redundancy mode, are: - standalone(1)...causes the redundant pair to be - broken up. - hwActive(2).....if the previous value was hwStandby(3), - this value will cause the port to become - the active port in the hardware-redundant - pair, resulting in a switchover. - hwStandby(3)....if the previous value was hwActive(2), - this value will cause the port to become - the standby port in the hardware-redundant - pair, resulting in a switchover. - swActive(4).....if the previous value was swStandby(5), - this value will cause the port to become - the active port in the software-redundant - pair, resulting in a switchover. - swStandby(5)....if the previous value was swActive(4), - this value will cause the port to become - the standby port in the software-redundant - pair, resulting in a switchover. - - To create a hardware-redundant pair, change this object - to hwActive(2) or hwStandby(3). To create a - software-redundant pair, change this object to - swActive(4) or swStandby(5). The same SNMP SET PDU - must also write to objects s5EnRedPortCompanionBrdNum - and s5EnRedPortCompanionPortNum." - ::= { s5EnRedPortEntry 4 } - -s5EnRedPortOperStatus OBJECT-TYPE - SYNTAX INTEGER { - other(1), - ok(2), - localFault(3), - remoteFault(4) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The redundancy status of the port. The values are: - other(1).............none of the following. - ok(2)...................no fault - localFault(3)....the local port has sensed a fault condition. - remoteFault(4)...the remote port has sensed a fault - condition and has signaled the local port - accordingly. - - Either a localFault(3) or remoteFault(4) condition should - cause a healthy redundant port pair to switchover. - If the port does not belong to a redundant pair, a - value of other(1) is returned. - - Note: If the redundant link consists of ports without - remote fault capability, the value remoteFault(4) - will not be reported and the value localFault(3) - implies that link is off." - ::= { s5EnRedPortEntry 5 } - -s5EnRedPortRemoteOperStatus OBJECT-TYPE - SYNTAX INTEGER { - snpxFLRemFltCpblPortUp(1), - snpxFLFBRemFltCpblPortUp(2), - tenBaseTFLPortUp(3), - tenBaseFBPortUp(4), - snpxRemFltCpblPortFault(5), - tenBaseFBPortFault(6), - unknown(7) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the real time status of the - received data from the remote port. The values are: - - snpxFLRemFltCpblPortUp(1)....10BASE-FL signaling, - plus capable of SynOptics proprietary - remote fault signaling. A remote fault - on such a port is indicated by - snpxRemFltCpblPortFault(5). - snpxFLFBRemFltCpblPortUp(2)..10BASE-FL signaling, - plus capable of SynOptics proprietary - remote fault signaling and 10BASE-FB - signaling. A remote fault on such a port - is indicated by snpxRemFltCpblPortFault(5). - tenBaseTFLPortUp(3)...........regular idle 10BASE-T - or 10BASE-FL signaling, and is incapable of - remote fault signaling. - tenBaseFBPortUp(4)...........10BASE-FB synchronous - signaling. A remote fault on such a port is - indicated by tenBaseFBPortFault(6). - snpxRemFltCpblPortFault(5)...SynOptics proprietary - remote fault signaling. - tenBaseFBPortFault(6)........10BASE-FB remote fault - signaling. - unknown(7)...................none of the above. - - A value of snpxFLRemFltCpblPortUp(1) indicates that - the remote port is using 10BASE-FL signaling, and is - capable of SynOptics proprietary idle and remote fault - signaling. A remote fault on such a port is indicated - by snpxRemFltCpblPortFault(5). - - A value of snpxFLFBRemFltCpblPortUp(2) indicates that - the remote port is using 10BASE-FL signaling, and is - capable of SynOptics proprietary idle and remote fault - signaling, and is also capable of synchronous - signaling. A remote fault on such a port is indicated - by snpxRemFltCpblPortFault(5). - - A value of tenBaseFLPortUp(3) indicates that the - remote port uses regular idle 10BASE-FL signaling, and - is incapable of remote fault signaling. - - A value of tenBaseFBPortUp(4) indicates that the - remote port uses 10BASE-FB synchronous signaling. A - remote fault on such a port is indicated by - tenBaseFBPortFault(6)." - ::= { s5EnRedPortEntry 6 } - -s5EnRedPortRemFltSelectMode OBJECT-TYPE - SYNTAX INTEGER { - synoptics(1), - standard(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This mode specifies the set of local fault events - which will cause a switchover. The values are: - synoptics(1)..The SynOptics Tx Remote Fault events - consist of auto-partition and NM (network - management) partition events in addition to - the standard events. - standard(2)...The standard events are link-off for - all ports, and low light, jabber, Rx invalid idle, - Tx dark, and Tx remote fault (for diagnostics) - for ports with transmit remote fault - capability." - ::= { s5EnRedPortEntry 7 } - -s5EnRedPortTxMode OBJECT-TYPE - SYNTAX INTEGER { - autoCfg(1), - fl(2), - fb(3), - other(4) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The Transmit Fiber Mode, which determines the - port transmit idle. The values are: - autoCfg(1)...The port will auto configure based - upon the received idle. - fl(2)........The port is configured in FL mode. - fb(3)........The port is configured in FB mode. - other(4).....None of the above. The port is not a fiber - port. - - The value other(4) is read-only." - ::= { s5EnRedPortEntry 8 } - -s5EnRedPortFaults OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A count of local or remote faults on this port. This - counter increments on a transition between the fault - and no-fault states." - ::= { s5EnRedPortEntry 9 } - -s5EnRedPortModeChanges OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A count of the number of times this port has transitioned - from standby mode to non-standby mode (includes active - mode and standalone mode), or vice versa." - ::= { s5EnRedPortEntry 10 } - -s5EnRedPortCompanionBrdNum OBJECT-TYPE - SYNTAX INTEGER (1..255) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The index of the slot containing the board of the - other port in the redundant pair. - - If the port (whose slot-port identity is given by - the instance) is hardware-redundant capable, this - object has the value of the slot number of the - (potential) redundant companion, even if the port is - in standalone mode. This allows the network - manager to determine the identity of the potential - companion, which is fixed by the hardware of the - board. - - Changing this object is permitted only when creating a - software-redundant pair." - ::= { s5EnRedPortEntry 11 } - -s5EnRedPortCompanionPortNum OBJECT-TYPE - SYNTAX INTEGER (1..255) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The index of the other port in the redundant pair. - - If the port (whose slot-port identity is given by - the instance) is hardware-redundant capable, this object - has the value of the port number of the (potential) - redundant companion, even if the port is in standalone - mode. This allows the network manager to determine - the identity of the potential companion, which is fixed - by the hardware of the board. - - Changing this object is permitted only when creating a - software-redundant pair." - ::= { s5EnRedPortEntry 12 } - -s5EnRedPortSwitchoverStatus OBJECT-TYPE - SYNTAX INTEGER { - other(1), - timedSwitchover(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The switchover status of the port (and its companion). - The following values can be written: - timedSwitchover(2)...cause a timed switchover - (see value of - s5EnRedPortSwitchoverTime) - - The following values reflect the switchover - status of the redundant port pair: - other(1)..............not undergoing switchover - timedSwitchover(2)....port is undergoing timed switchover - (see value of - s5EnRedPortSwitchoverTime). - - On GETs with switchover status of timedSwitchover(2), - if the time remaining before the completion of the - switchover and reversal is available, it will be reported - in object s5EnRedPortSwitchoverTime as a positive value - If not available, the value of s5EnRedSwitchoverTime will - be zero. When changing a port to timedSwitchover(2), the - SET request must also contain the value for object - s5EnRedSwitchoverTime." - ::= { s5EnRedPortEntry 13 } - -s5EnRedPortSwitchoverTime OBJECT-TYPE - SYNTAX TimeIntervalSec (0..65535) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The length of time between switching over a redundant - port pair and switching back, when a timed switchover - is done to the port. This object can only be written - in the same request that sets - s5EnRedPortSwitchoverStatus to timedSwitchover(2). - Afterwards, it indicates the amount of time left - before the timed switchover is completed, at which - time another switchover occurs and - s5EnRedSwitchoverStatus is changed to other(1). This - object has the value of zero if the port is not - undergoing a timed switchover, or if the amount of - time is not available." - ::= { s5EnRedPortEntry 14 } - - --- Last Change To Table Object - -s5EnRedLastChg OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of sysUpTime when the last change in the - redundant ports table was observed by the agent." - ::= { s5EnRedun 2} - -END diff --git a/mibs/S5-ETHERNET-COMMON-MIB b/mibs/S5-ETHERNET-COMMON-MIB deleted file mode 100644 index 1959fbedfc..0000000000 --- a/mibs/S5-ETHERNET-COMMON-MIB +++ /dev/null @@ -1,856 +0,0 @@ - -S5-ETHERNET-COMMON-MIB DEFINITIONS ::= BEGIN - -IMPORTS - MODULE-IDENTITY, OBJECT-TYPE, Counter32 - FROM SNMPv2-SMI - s5EnCfg, s5EnStat - FROM S5-ETHERNET-MIB - TimeIntervalSec, SrcIndx, AttId - FROM S5-TCS-MIB; - -s5EthernetCommonMib MODULE-IDENTITY - LAST-UPDATED "200407200000Z" - ORGANIZATION "Nortel Networks" - CONTACT-INFO "Nortel Networks" - DESCRIPTION - "5000 Ethernet Common MIB - - Copyright 1993-2004 Nortel Networks, Inc. - All rights reserved. - This Nortel Networks SNMP Management Information Base Specification - (Specification) embodies Nortel Networks' confidential and - proprietary intellectual property. Nortel Networks retains all - title and ownership in the Specification, including any - revisions. - - This Specification is supplied 'AS IS,' and Nortel Networks makes - no warranty, either express or implied, as to the use, - operation, condition, or performance of the Specification." - - REVISION "200407200000Z" -- 20 July 2004 - DESCRIPTION "Version 118: Conversion to SMIv2" - - ::= { s5EnCfg 0 } - - --- SECTION 2: Configuration information - --- Port Table - -s5EnPortTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5EnPortEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table containing information about each - managed ethernet connectivity port on a board. - The number of entries is determined by the - number of managed ports. Those boards - that do not have any ports do not have - any entries in this table." - ::= { s5EnCfg 1 } - -s5EnPortEntry OBJECT-TYPE - SYNTAX S5EnPortEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A row in Ethernet port table. Entries - can not be created or deleted via SNMP." - INDEX { s5EnPortBrdIndx, - s5EnPortIndx } - ::= { s5EnPortTable 1 } - -S5EnPortEntry ::= SEQUENCE { - s5EnPortBrdIndx INTEGER, - s5EnPortIndx INTEGER, - s5EnPortPartStatus INTEGER, - s5EnPortPartTime TimeIntervalSec, - s5EnPortLinkStatus INTEGER, - s5EnPortJabberStatus INTEGER - } - -s5EnPortBrdIndx OBJECT-TYPE - SYNTAX INTEGER (1..255) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the board. This corresponds to - the index of the slot containing the board." - ::= { s5EnPortEntry 1 } - -s5EnPortIndx OBJECT-TYPE - SYNTAX INTEGER (1..255) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the port on the board. Its - value ranges between 1 and index of the last - manageable port on the board." - ::= { s5EnPortEntry 2 } - -s5EnPortPartStatus OBJECT-TYPE - SYNTAX INTEGER { - other(1), - enabled(2), - partition(3), - autoPartition(4), - timedPartition(5) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The partition status of the port. - The following values can be written: - enabled(2)..........enabled port - partition(3)........partition port - timedPartition(5)...time partition port (uses value - from s5EnPortPartTime) - - The following values reflect the partition - status of the port: - other(1).............partition status unknown - enabled(2)...........port enabled - partition(3).........port partitioned - autoPartition(4).....port auto-partitioned by - hardware - timedPartition(5)....port is timed partitioned - (see value of - s5EnPortPartTime). - On GETs with port status of timedPartition(5), if - the time remaining before the partition is undone - is available, it will be reported in object - s5EnPortPartTime as a positive value. If not - available, the value of s5EnPortPartTime will - be zero. When changing a port to timedPartition(5), - the SET request must also contain the value - for object s5EnPortPartTime. Only value - partition(3) will survive resets of the host card." - ::= { s5EnPortEntry 3 } - -s5EnPortPartTime OBJECT-TYPE - SYNTAX TimeIntervalSec - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The length of time to keep the port - partitioned when a timed partition is - done to the port. This object can only - be written in the same request that sets - s5EnPortPartStatus to timedPartition(5). - Afterwards, it indicates the amount of - time left before the timed partition - is completed, at which time - s5EnPortPartStatus is changed to - enabled(2). This object has the value of - zero if the port is not time partitioned, - or if the amount of time is not available." - ::= { s5EnPortEntry 4 } - -s5EnPortLinkStatus OBJECT-TYPE - SYNTAX INTEGER { - other(1), - off(2), - on(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Tells whether the port is receiving - link status. The values are: - other(1)...returned for AUI - off(2).....link is not connected - on(3)......link is connected - on/off applies to 10BASE-T and Fiber ports only." - ::= { s5EnPortEntry 5 } - -s5EnPortJabberStatus OBJECT-TYPE - SYNTAX INTEGER { - other(1), - jabbering(2), - ok(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The jabber status of the DTE(s) connected - to the port. The values are: - other(1).......unknown or other condition - jabbering(2)...port receiving jabber - ok(3)..........no jabber detected." - ::= { s5EnPortEntry 6 } - - --- The System 5000 Port Extension Table - --- Implementation of the Port Extension Table is optional - -s5EnPortExtTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5EnPortExtEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "An extension table to s5EnPortTable containing - additional information about per port - switchable, autonegotiating 10/100 Mbit - ethernet connectivity ports on a board. - The number of entries is determined by the - number of managed ports. Those boards - that do not have any ports do not have - any entries in this table." - ::= { s5EnCfg 3 } - -s5EnPortExtEntry OBJECT-TYPE - SYNTAX S5EnPortExtEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A row in Ethernet port extension table. - Entries can not be created or deleted - via SNMP." - INDEX { s5EnPortExtBrdIndx, - s5EnPortExtIndx } - ::= { s5EnPortExtTable 1 } - -S5EnPortExtEntry ::= SEQUENCE { - s5EnPortExtBrdIndx INTEGER, - s5EnPortExtIndx INTEGER, - s5EnPortExtHwCapability OCTET STRING, - s5EnPortExtAutoNegAdv OCTET STRING, - s5EnPortExtAutoNegRcvd OCTET STRING, - s5EnPortExt10MbSegAttCfg AttId, - s5EnPortExt100MbSegAttCfg AttId, - s5EnPortExt10MbSegConnCapability OCTET STRING, - s5EnPortExt100MbSegConnCapability OCTET STRING, - s5EnPortExtActiveSpeed INTEGER, - s5EnPortExtCurDuplexMode INTEGER - } - -s5EnPortExtBrdIndx OBJECT-TYPE - SYNTAX INTEGER (1..255) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the board. This corresponds to - the index of the slot containing the board." - ::= { s5EnPortExtEntry 1 } - -s5EnPortExtIndx OBJECT-TYPE - SYNTAX INTEGER (1..255) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the port on the board. Its - value ranges between 1 and index of the last - manageable port on the board." - ::= { s5EnPortExtEntry 2 } - -s5EnPortExtHwCapability OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(1)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A bit array that contains the bit map - representing the hardware capabilites - of the port. The bit 7 tells if the port - supports auto-negotiation. If the auto negotiation - is on, the port will have multiple speed capabilities - while if the auto negotiation is not supported, the - hardware will only be capable for one speed: - - bit 0 - 10 BASE-T half duplex capable - bit 1 - 10 BASE-T full duplex capable - bit 2 - 100 BASE-TX half duplex capable - bit 3 - 100 BASE-TX full duplex capable - - bit 5 - 100 BASE-FX full duplex capable - bit 6 - 100 BASE-FX half duplex capable - bit 7 - auto negotiation support capability - - When auto negotiation is supported only bits 0-3 - are used to indicate the capabilities available - for negotiation, and any or all of these bits may - be set as long as at least one bit is set. - - When auto negotiation is NOT supported (bit 7 = 0) - all other bits are used to indicate the capabilities - supported by the port, but which must be manually - configured." - ::= { s5EnPortExtEntry 3 } - -s5EnPortExtAutoNegAdv OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(1)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "A bit array that contains the bit map - representing the abilities advertised - during link negociation. The bit 7 tells - if auto negotiation is enabled or disabled: - bit 0 - 10 BASE-T half duplex capable - bit 1 - 10 BASE-T full duplex capable - bit 2 - 100 BASE-TX half duplex capable - bit 3 - 100 BASE-TX full duplex capable - - bit 5 - 100 BASE-FX full duplex capable - bit 6 - 100 BASE-FX half duplex capable - bit 7 - auto negotiation is enabled or disabled - Only capabilites present in the hardware as - indicated by s5EnPortExtHwCapability can be - advertised. - - If auto negotiation is enabled only bits 0-3 - are used to indicate the capabilities available - for negotiation. Any or all of these bits may be - set as long as at least one bit is set, AND the - settings are in accordance with s5EnPortExtHwCapability. - - If auto negotiation is disabled one and only - one of the speed setting bits MUST be set in - accordance with s5EnPortExtHwCapability." - ::= { s5EnPortExtEntry 4 } - -s5EnPortExtAutoNegRcvd OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(1)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A bit array that contains the bit map - representing the auto-negotiation - abilities of the remote end of the link: - bit 0 - 10 BASE-T half duplex capable - bit 1 - 10 BASE-T full duplex capable - bit 2 - 100 BASE-TX half duplex capable - bit 3 - 100 BASE-TX full duplex capable - " - ::= { s5EnPortExtEntry 5 } - -s5EnPortExt10MbSegAttCfg OBJECT-TYPE - SYNTAX AttId - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The index for the segment used in case - a 10 Mbit link is established." - ::= { s5EnPortExtEntry 6 } - -s5EnPortExt100MbSegAttCfg OBJECT-TYPE - SYNTAX AttId - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The index for the segment used in case - a 100 Mbit link is established." - ::= { s5EnPortExtEntry 7 } - -s5EnPortExt10MbSegConnCapability OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(8)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A bit array that contains the bit map - representing all available 10Mbit backplane - segment and local segment connections for - the port. One bit is also reserved to - indicate if the cluster has an isolate - capability. - - The first 31 bits of the array represent - the backplane numbers, starting from the - lower order bit. Bit 32 indicates whether - the port has a null connection capability. - The bits in the fifth and sixth octets, - starting with bits in the lower order octet, - represent local segments that the port - can connect to. - - A bit with a value of 1 means that the - port is capable of connecting to the - corresponding backplane segment, local segment - or null segment." - ::= { s5EnPortExtEntry 8 } - - s5EnPortExt100MbSegConnCapability OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(8)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A bit array that contains the bit map - representing all available 100Mbit backplane - segment and local segment connections for - the port. One bit is also reserved to - indicate if the cluster has an isolate - capability. - - The first 31 bits of the array represent - the backplane numbers, starting from the - lower order bit. Bit 32 indicates whether - the port has a null connection capability. - The bits in the fifth and sixth octets, - starting with bits in the lower order octet, - represent local segments that the port - can connect to. - - A bit with a value of 1 means that the - port is capable of connecting to the - corresponding backplane segment, local segment - or null segment." - ::= { s5EnPortExtEntry 9 } - -s5EnPortExtActiveSpeed OBJECT-TYPE - SYNTAX INTEGER { - unknown(1), - bps10M(2), - bps100M(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The speed of the link. The possible - values are: - unknown(1)........unknown, no link - bps10M(2).........10 Mbit link - bps100M(3)........100 Mbit link" - ::= { s5EnPortExtEntry 10 } - -s5EnPortExtCurDuplexMode OBJECT-TYPE - SYNTAX INTEGER { - unknown(1), - halfDuplex(2), - fullDuplex(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The status of duplex mode. The possible - values are: - unknown(1)........unknown, no link - halfDuplex(2).........half duplex mode - fullDuplex(3)........full duplex mode" - ::= { s5EnPortExtEntry 11 } - - - --- SECTION 3: Statistics - --- Basic Statistics Table - -s5EnBStatTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5EnBStatEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table containing Ethernet basic - statistics. The entries in the table - may come from several different data - sources. The number of entries is - determined by the number of sources - that can provide the information." - ::= { s5EnStat 1 } - -s5EnBStatEntry OBJECT-TYPE - SYNTAX S5EnBStatEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A row in Ethernet basic statistics table. - Entries can not be created or deleted via - SNMP." - INDEX { s5EnBStatSrcIndx } - ::= { s5EnBStatTable 1 } - -S5EnBStatEntry ::= SEQUENCE { - s5EnBStatSrcIndx SrcIndx, - - s5EnBStatGoodOctets Counter32, - s5EnBStatGoodFrms Counter32, - s5EnBStatBcastFrms Counter32, - s5EnBStatMcastFrms Counter32, - - s5EnBStatAlignErrors Counter32, - s5EnBStatFcsErrors Counter32, - s5EnBStatRunts Counter32, - s5EnBStatTooLongFrms Counter32, - s5EnBStatFragments Counter32, - s5EnBStatVeryLongEvents Counter32, - s5EnBStatColls Counter32, - - s5EnBStatLateColls Counter32, - s5EnBStatShortEvents Counter32, - s5EnBStatRateMismatches Counter32, - s5EnBStatBackOffFailures Counter32, - s5EnBStatAutoPartitions Counter32, - s5EnBStatShortIPGs Counter32, - s5EnBStatNullFrames Counter32 - } - -s5EnBStatSrcIndx OBJECT-TYPE - SYNTAX SrcIndx - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the entry in the table. - This index identifies the source of the - information. Only those sources that provide - these statistics are in this table." - ::= { s5EnBStatEntry 1 } - -s5EnBStatGoodOctets OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A count of octets contained in frames received - which had no errors. - - This counter includes octets in unicast, broadcast, - and multicast frames. This counter includes octets - after the start frame delimiter up to FCS but not - including FCS octets." - ::= { s5EnBStatEntry 2 } - -s5EnBStatGoodFrms OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A count of frames that are detected without - errors. This does not include frames received - with a frame-too-long, runt, FCS, or alignment errors. - This counter includes unicast, broadcast, and multicast - frames." - ::= { s5EnBStatEntry 3 } - -s5EnBStatBcastFrms OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A count of frames that are detected without - errors and are directed to the broadcast group - address. This does not include frames received - with a frame-too-long, runt, FCS, or alignment - errors. Multicast frames are not included." - ::= { s5EnBStatEntry 4 } - -s5EnBStatMcastFrms OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A count of frames that are detected - without errors and are directed to a - non-broadcast group address. This does not - include frames received with a frame-too-long, - runt, FCS, or alignment errors." - ::= { s5EnBStatEntry 5 } - -s5EnBStatAlignErrors OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A count of frames detected - that are not an integral number of octets - in length and do not pass the FCS check. - This counter is incremented when the - frame is received with FramingError and - FcsError and whose OctetCount is greater - than of equal to minFramSize and less than - or equal to maxFramSize." - ::= { s5EnBStatEntry 6 } - -s5EnBStatFcsErrors OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A count of frames detected that are an - integral number of octets in length that - do not pass the FCS check. This counter is - incremented when the frame is received with - FcsError and NoFramingError and NoCollisions - and whose OctetCount is greater than or equal - to minFramsize and less than or equal to - maxFrameSize." - ::= { s5EnBStatEntry 7 } - -s5EnBStatRunts OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A count of frames detected that are less than - the minimum permitted frame size and have a - good FCS." - ::= { s5EnBStatEntry 8 } - -s5EnBStatTooLongFrms OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A count of frames detected that exceed the - maximum permitted frame size. This counter is - incremented when a frame received on this port whose - OctetCount is greater than maxFramSize." - ::= { s5EnBStatEntry 9 } - -s5EnBStatFragments OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A count of fragments detected between 80-512 bits - (64 bytes), inclusively, with invalid FCS. (These - commonly represent collision fragments, and are - not errors)." - ::= { s5EnBStatEntry 10 } - -s5EnBStatVeryLongEvents OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A count of the times that MAU - jabber lockup protection (MJLP) was detected - due to transmission of data that exceeded - 5 msec in duration(OctetCount greater than - maxFramSize). This information can be useful - in identifying faulty stations." - ::= { s5EnBStatEntry 11 } - -s5EnBStatColls OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A count of receive collisions detected." - ::= { s5EnBStatEntry 12 } - -s5EnBStatLateColls OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A count of late receive collisions detected. - This counter is incremented for each event - in which there is a receive Collision and - ActivityDuration is greater than the - LateEventThreshold." - ::= { s5EnBStatEntry 13 } - -s5EnBStatShortEvents OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A count of fragments detected with - ActivityDuration less than ShortEventMaxTime. - ShortEventMaxTime is greater than 74 bit times and - less than 82 bit times." - ::= { s5EnBStatEntry 14 } - -s5EnBStatRateMismatches OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A count of the occurrences of - out of spec bit rates. This indicates the - number of times the FIFO buffer over-runs or - under-runs due to transmission rate errors." - ::= { s5EnBStatEntry 15 } - -s5EnBStatBackOffFailures OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This counter is incremented by one for each - frame received on this port with collision and - port activity time greater than 552 to 560 bit time." - ::= { s5EnBStatEntry 16 } - -s5EnBStatAutoPartitions OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A count of the number of times that this port - was automatically partitioned. The condition - occurs when 32 consecutive collisions are - detected on the port." - ::= { s5EnBStatEntry 17 } - -s5EnBStatShortIPGs OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A count of occurrences of a too short IPG - (inter packet gap before a good packet) that were - detected." - ::= { s5EnBStatEntry 18 } - -s5EnBStatNullFrames OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A count of the occurrences of - frames received with no collision and whose - octetCount is equal to 0 and activity time is - greater than ValidPacketMinTime." - ::= { s5EnBStatEntry 19 } - - - --- Port Extension Statistics Table - -s5EnPStatTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5EnPStatEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table containing Ethernet port - extension statistics. This table extends - table s5EnBStatTable for ports. The entries - in the table may come only from port - sources. The number of entries is determined - by the number of sources that can provide the - information." - ::= { s5EnStat 2 } - -s5EnPStatEntry OBJECT-TYPE - SYNTAX S5EnPStatEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A row in Ethernet port extension statistic table. - Entries can not be created or deleted via - SNMP." - INDEX { s5EnPStatSrcIndx } - ::= { s5EnPStatTable 1 } - -S5EnPStatEntry ::= SEQUENCE { - s5EnPStatSrcIndx SrcIndx, - - s5EnPStatSourceAddrChngs Counter32, - s5EnPStatLinkStatusChngs Counter32, - s5EnPStatLastSourceAddr OCTET STRING - } - -s5EnPStatSrcIndx OBJECT-TYPE - SYNTAX SrcIndx - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the entry in the table. - This index identifies the source of the - information. Only those sources that provide - these statistics are in this table." - ::= { s5EnPStatEntry 1 } - -s5EnPStatSourceAddrChngs OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A count of changes in Last Source Address." - ::= { s5EnPStatEntry 2 } - -s5EnPStatLinkStatusChngs OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Contains a count of number of changes in - link status from on(3) to off(2)." - ::= { s5EnPStatEntry 3 } - -s5EnPStatLastSourceAddr OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (0..6)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The Source Address of the last readable frame - received by this port. If no frames have been - received by this port since the agent began - monitoring this port, the agent shall return - a string of length zero." - ::= { s5EnPStatEntry 4 } - --- Segment Extension Statistics Table - -s5EnSStatTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5EnSStatEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table containing Ethernet Segment - extension statistics. This table extends - table s5EnBStatTable for segments. The - entries in the table may come from several - different data sources. The number - of entries is determined by the number - of sources that can provide the information." - ::= { s5EnStat 3 } - -s5EnSStatEntry OBJECT-TYPE - SYNTAX S5EnSStatEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A row in Ethernet segment statistics table. - Entries can not be created or deleted via - SNMP." - INDEX { s5EnSStatSrcIndx } - ::= { s5EnSStatTable 1 } - -S5EnSStatEntry ::= SEQUENCE { - s5EnSStatSrcIndx SrcIndx, - s5EnSStatSegColls Counter32, - s5EnSStatSegRate INTEGER - } - -s5EnSStatSrcIndx OBJECT-TYPE - SYNTAX SrcIndx - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the entry in the table. - This index identifies the source of the - information. Only those sources that provide - these statistics are in this table." - ::= { s5EnSStatEntry 1 } - -s5EnSStatSegColls OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A count of number of transmit collision - events(one per packet activity) for a - segment (i.e., local channel or backplane - network)." - ::= { s5EnSStatEntry 2 } - -s5EnSStatSegRate OBJECT-TYPE - SYNTAX INTEGER { - unknown (1), - bps10m (2), - bps100m (3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The segment speed type of this ethernet segment. - The following values are currently defined: - unknown (1) ------- unknown type - bps10m (2) ------- 10Mbps ethernet - bps100m (3) ------ 100Mbps ethernet" - ::= { s5EnSStatEntry 3 } - -END diff --git a/mibs/S5-ETHERNET-MIB b/mibs/S5-ETHERNET-MIB deleted file mode 100644 index b67367d336..0000000000 --- a/mibs/S5-ETHERNET-MIB +++ /dev/null @@ -1,217 +0,0 @@ - -S5-ETHERNET-MIB DEFINITIONS ::= BEGIN - -IMPORTS - MODULE-IDENTITY, OBJECT-TYPE - FROM SNMPv2-SMI - s5Eth - FROM S5-ROOT-MIB - TimeIntervalSec - FROM S5-TCS-MIB; - -s5EthernetMib MODULE-IDENTITY - LAST-UPDATED "200407200000Z" - ORGANIZATION "Nortel Networks" - CONTACT-INFO "Nortel Networks" - DESCRIPTION - "5000 Ethernet MIB - - Copyright 1993-2004 Nortel Networks, Inc. - All rights reserved. - This Nortel Networks SNMP Management Information Base Specification - (Specification) embodies Nortel Networks' confidential and - proprietary intellectual property. Nortel Networks retains all - title and ownership in the Specification, including any - revisions. - - This Specification is supplied 'AS IS,' and Nortel Networks makes - no warranty, either express or implied, as to the use, - operation, condition, or performance of the Specification." - - REVISION "200407200000Z" -- 20 July 2004 - DESCRIPTION "Version 118: Conversion to SMIv2" - - ::= { s5Eth 0 } - --- Ethernet Groups - --- Configuration -s5EnCfg OBJECT IDENTIFIER ::= { s5Eth 1 } - --- Statistics -s5EnStat OBJECT IDENTIFIER ::= { s5Eth 2 } - --- Miscellaneous -s5EnMisc OBJECT IDENTIFIER ::= { s5Eth 3 } - - - --- SECTION 2: Miscellaneous - - --- Port Interconnect Control Table - -s5EnPIntconTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5EnPIntconEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table controlling the Interconnect status - of each managed Ethernet connectivity port that - is connected to the same backplane network as - each NMM agent interface. The number of entries - is determined by the number of managed ports - connected to backplane networks which the - NMM's interfaces are also connected to." - ::= { s5EnMisc 1 } - -s5EnPIntconEntry OBJECT-TYPE - SYNTAX S5EnPIntconEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A row in the Ethernet port Interconnect control table. - Entries can not be created or deleted via SNMP." - INDEX { s5EnPIntconIfIndx, - s5EnPIntconBrdIndx, - s5EnPIntconPortIndx } - ::= { s5EnPIntconTable 1 } - -S5EnPIntconEntry ::= SEQUENCE { - s5EnPIntconIfIndx INTEGER, - s5EnPIntconBrdIndx INTEGER, - s5EnPIntconPortIndx INTEGER, - s5EnPIntconIntconStatus INTEGER, - s5EnPIntconAddrCollect INTEGER - } - -s5EnPIntconIfIndx OBJECT-TYPE - SYNTAX INTEGER (1..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of interface on the NMM. - This has the same value as ifIndex for - the interface." - ::= { s5EnPIntconEntry 1 } - -s5EnPIntconBrdIndx OBJECT-TYPE - SYNTAX INTEGER (1..255) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the board. This corresponds to - the index of the slot containing the board." - ::= { s5EnPIntconEntry 2 } - -s5EnPIntconPortIndx OBJECT-TYPE - SYNTAX INTEGER (1..255) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the port on the board. Its - value ranges between 1 and index of the last - manageable port on the board." - ::= { s5EnPIntconEntry 3 } - -s5EnPIntconIntconStatus OBJECT-TYPE - SYNTAX INTEGER { - other(1), - interconnect(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The interconnection status of the port. - This object tells whether the port is - connected to a host or to an interconnect - (defined to be another NMM or a bridge that - is sending hello messages). The values are: - other(1)..........unknown or host - interconnect(2)...identified as - interconnect port - - The NMM agent will assign this object the - value other(1) on initialization. If it - sees hello messages coming in on the port, - it will change the interconnection status - to be interconnect(2)." - ::= { s5EnPIntconEntry 4 } - -s5EnPIntconAddrCollect OBJECT-TYPE - SYNTAX INTEGER { - default(1), - neverCollect(2), - alwaysCollect(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object tells whether the NMM should - collect node address information from this - port for the Find Nodes and Show Nodes tables. - - By default, the node addresses are collected - only from ports that are not identified as - interconnect ports. This object provides a - means of overriding the default for collection - and checking of node addresses. The values are: - default(1).........follow default rules for - address collection - neverCollect(2)....don't collect addrs, - whatever intercon status - alwaysCollect(3)...do collect address, - regardless of config - - Setting this variable to default(1) tells the - NMM to collect and check addresses if and only - the port has not been identified as an - interconnect port. - - To disable node address collection - on a port, set this object to neverCollect(2). - - To collect node addresses for an - interconnect port, set this object to - alwaysCollect(3). - - To restore the 'natural' value for the port, - set this object to default(1)." - ::= { s5EnPIntconEntry 5 } - - --- Show Nodes & Find Nodes Aging Timers - -s5EnNodeInactInterval OBJECT-TYPE - SYNTAX TimeIntervalSec (0..2147483647) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The time interval in seconds used to change the - status of an entry in the Show Nodes Table - (found in the 5000 Common Stats MIB) from active - to inactive. When a station has not sent a frame - within the time interval represented by this - object, the status for the corresponding entry - is set to inactive." - DEFVAL { 5 } -- 5 seconds - ::= { s5EnMisc 2 } - - -s5EnNodeAgeInterval OBJECT-TYPE - SYNTAX TimeIntervalSec (0..2147483647) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The time interval in seconds used for aging out - entries in the Show Nodes and Find Nodes Tables - (found in the 5000 Common Stats MIB). When a - station has not sent a frame within the time - interval represented by this object, the - corresponding entry is removed from the two - tables." - DEFVAL { 300 } -- 5 minutes - ::= { s5EnMisc 3 } - - -END diff --git a/mibs/S5-ETHERNET-TRAP-MIB b/mibs/S5-ETHERNET-TRAP-MIB deleted file mode 100644 index 9685094b53..0000000000 --- a/mibs/S5-ETHERNET-TRAP-MIB +++ /dev/null @@ -1,170 +0,0 @@ - -S5-ETHERNET-TRAP-MIB DEFINITIONS ::= BEGIN - -IMPORTS - MODULE-IDENTITY, NOTIFICATION-TYPE - FROM SNMPv2-SMI - s5EnPortPartStatus, s5EnPortJabberStatus, - s5EnPortLinkStatus - FROM S5-ETHERNET-COMMON-MIB - s5EnRedPortCompanionBrdNum, s5EnRedPortCompanionPortNum, - s5EnRedPortRemoteOperStatus, s5EnRedPortRedundMode, - s5EnRedPortOperStatus - FROM S5-ETH-REDUNDANT-LINKS-MIB - s5EthTrap - FROM S5-ROOT-MIB - s5SbsViolationStatusBrdIndx, - s5SbsViolationStatusPortIndx, - s5SbsViolationStatusMACAddress, - s5SbsMgmViolationType, - s5SbsMgmViolationIpAddress - FROM S5-SWITCH-BAYSECURE-MIB; - -s5EthernetTrapMib MODULE-IDENTITY - LAST-UPDATED "200407200000Z" - ORGANIZATION "Nortel Networks" - CONTACT-INFO "Nortel Networks" - DESCRIPTION - "5000 Ethernet Trap MIB - - Copyright 1993-2004 Nortel Networks, Inc. - All rights reserved. - This Nortel Networks SNMP Management Information Base Specification - (Specification) embodies Nortel Networks' confidential and - proprietary intellectual property. Nortel Networks retains all - title and ownership in the Specification, including any - revisions. - - This Specification is supplied 'AS IS,' and Nortel Networks makes - no warranty, either express or implied, as to the use, - operation, condition, or performance of the Specification." - - REVISION "200407200000Z" -- 20 July 2004 - DESCRIPTION "Version 118: Conversion to SMIv2" - - ::= { s5EthTrap 0 } - --- SECTION 2: SynOptics 5000 Ethernet Trap Definitions - -s5EtrPortAutoPart NOTIFICATION-TYPE - OBJECTS { s5EnPortPartStatus, - s5EnPortJabberStatus } - STATUS current - DESCRIPTION - "A port was auto partitioned (wrapped). This - trap is sent only once when the condition is - first detected. The following values are - returned: - s5EnPortPartStatus.....the partition status - of the port, with the instance identifying - the board and the port. - s5EnPortJabberStatus...the jabber status of - the DTE(s) connected to the port, with the - instance identifying the board and the port." - ::= { s5EthTrap 1 } - -s5EtrPortDteJabbering NOTIFICATION-TYPE - OBJECTS { s5EnPortJabberStatus } - STATUS current - DESCRIPTION - "An ethernet DTE started jabbering. This trap - is sent only once when the condition is first - detected. The following values are returned: - s5EnPortJabberStatus...the jabber status of - the DTE(s) connected to the port, with the - instance identifying the board and the port." - ::= { s5EthTrap 2 } - -s5EtrRedPortFailure NOTIFICATION-TYPE - OBJECTS { s5EnRedPortOperStatus, - s5EnRedPortCompanionBrdNum, - s5EnRedPortCompanionPortNum, - s5EnPortPartStatus, - s5EnPortLinkStatus, - s5EnPortJabberStatus } - STATUS current - DESCRIPTION - "A port that is in a redundant pair developed a fault. - This trap is sent once when the condition is - first detected. For all objects returned in the trap, - the instance identifies the board and the port index. - The following values are returned: - s5EnRedPortOperStatus.........The status of the port. - The value will distinguish between a - local fault, a remote fault, and a - missing board. - s5EnRedPortCompanionBrdNum....The index of the slot - containing the board of the other port - in the redundant pair. - s5EnRedPortCompanionPortNum...The index of the other - port in the redundant pair. - s5EnPortPartStatus, s5EnPortLinkStatus and - s5EnPortJabberStatus..........These values may help - determine the cause of the local fault." - ::= { s5EthTrap 3 } - -s5EtrRedBadRemCfgDetected NOTIFICATION-TYPE - OBJECTS { s5EnRedPortRemoteOperStatus, - s5EnRedPortRedundMode} - STATUS current - DESCRIPTION - "This trap is sent periodically when the NMM detects a - remoteOperStatus of invalid on a port set for - redundancy. The instance identifies the board and port - index. The following values are returned: - s5EnRedPortRemoteOperStatus.....The value of the - received signal from the remote port. - s5EnRedPortRedundMode...the redundancy mode of the port." - ::= { s5EthTrap 4 } - -s5EtrSbsMacAccessViolation NOTIFICATION-TYPE - OBJECTS { s5SbsViolationStatusBrdIndx, - s5SbsViolationStatusPortIndx, - s5SbsViolationStatusMACAddress} - STATUS current - DESCRIPTION - "This trap is sent when the switch device detects a - Mac_address based security violation on a port set by - s5SbsSecurityAction defined in s5sbs100.mib. This trap - is sent only once when the condition is first detected. - The following values are returned: - s5SbsViolationStatusBrdIndx...the Board number on which - a security violation was seen. - s5SbsViolationStatusPortIndx...the Port number on which - a security violation was seen. - s5SbsViolationStatusMACIndx...the mac address triggers - this violation" - ::= { s5EthTrap 5 } - -s5EtrMgmAccessViolation NOTIFICATION-TYPE - OBJECTS { s5SbsMgmViolationType, - s5SbsMgmViolationIpAddress} - STATUS current - DESCRIPTION - "This trap is sent when the switch device detects a - management access violation on the switch. This trap - is sent only once when the condition is first detected. - The following values are returned: - s5SbsMgmViolationType.....WEB access violation or telnet - access violation or SNMP access violation. - s5SbsMgmViolationIpAddress...the invalid IP address." - ::= { s5EthTrap 6 } - -s5EtrPortManualPart NOTIFICATION-TYPE - OBJECTS { s5EnPortPartStatus, - s5EnPortJabberStatus } - STATUS current - DESCRIPTION - "A port was manually partitioned (wrapped). This - trap is sent once when the port is initially - partitioned. The following values are - returned: - s5EnPortPartStatus.....the partition status - of the port, with the instance identifying - the board and the port. - s5EnPortJabberStatus...the jabber status of - the DTE(s) connected to the port, with the - instance identifying the board and the port." - ::= { s5EthTrap 7 } - -END diff --git a/mibs/S5-REG-MIB b/mibs/S5-REG-MIB deleted file mode 100644 index 9f954c5f31..0000000000 --- a/mibs/S5-REG-MIB +++ /dev/null @@ -1,5107 +0,0 @@ - -S5-REG-MIB DEFINITIONS ::= BEGIN - -IMPORTS - MODULE-IDENTITY - FROM SNMPv2-SMI - s5reg - FROM S5-ROOT-MIB; - -s5RegMib MODULE-IDENTITY - LAST-UPDATED "200705080000Z" - ORGANIZATION "Nortel Networks" - CONTACT-INFO "Nortel Networks" - DESCRIPTION - "S5000 Registration MIB - - Copyright 1996 - 2006 Nortel Networks, Inc. - All rights reserved. - This Bay Networks SNMP Management Information Base Specification - (Specification) embodies Bay Networks' confidential and - proprietary intellectual property. Bay Networks retains all - title and ownership in the Specification, including any - revisions. - - This Specification is supplied 'AS IS,' and Bay Networks makes - no warranty, either express or implied, as to the use, - operation, condition, or performance of the Specification." - - REVISION "200705080000Z" -- 08 May 2007 - DESCRIPTION "Version 220: Added registrations for USB." - - REVISION "200702220000Z" -- 22 Feb 2007 - DESCRIPTION "Version 219: Added additional Botany Bay definitions." - - REVISION "200609120000Z" -- 12 Sept 2006 - DESCRIPTION "Version 218: Corrected ERS25xx definitions." - - REVISION "200609010000Z" -- 01 Sept 2006 - DESCRIPTION "Version 217: Added ERS25xx definitions." - - REVISION "200607060000Z" -- 06 July 2006 - DESCRIPTION "Version 216: Fix botany bay definitions." - - REVISION "200605250000Z" -- 25 May 2006 - DESCRIPTION "Version 215: Add PoL storage types." - - REVISION "200604120000Z" -- 12 April 2006 - DESCRIPTION "Version 214: Fix typo." - - REVISION "200604060000Z" -- 06 April 2006 - DESCRIPTION "Version 213: Added Botany Bay definitions." - - REVISION "200511040000Z" -- 04 November 2005 - DESCRIPTION "Version 212: Added various BES definitions." - - REVISION "200504250000Z" -- 25 April 2005 - DESCRIPTION "v211: added s5ChasComBrdGbic-DWDM, s5ChasComBrdGbic-10G-SR, - s5ChasComBrdGbic-10G-LR, s5ChasComBrdGbic-10G-ER, and - s5ChasComBrdGbic-10G-LX4." - - REVISION "200410190000Z" -- 19 October 2004 - DESCRIPTION "v210: added support for 2270 WLAN Security Switch Crypto Accelerator" - - REVISION "200410130000Z" -- 13 Oct 2004 - DESCRIPTION "v209: added support for Outrigger and Dragline." - - REVISION "200410120000Z" -- 12 October 2004 - DESCRIPTION "v208: fixed typo & added support for 2270 WLAN Security Switch" - - REVISION "200408310002Z" -- 31 August 2004 - DESCRIPTION "v207: fix OID conflicts" - - REVISION "200408310001Z" -- 31 August 2004 - DESCRIPTION "v206: fix typo" - - REVISION "200408310000Z" -- 31 August 2004 - DESCRIPTION "v205: added support for Baystack 470 24T/48T - PWR switches" - - REVISION "200407200000Z" -- 20 July 2004 - DESCRIPTION "v204: Added version info" - - REVISION "200305050000Z" -- 05 May 2003 - DESCRIPTION "v199: Conversion to SMIv2" - - ::= { s5reg 4 } - - --- Registrations for Chassis Types --- (values for object s5ChasType) -s5ChasTypeVal OBJECT IDENTIFIER ::= { s5reg 1 } - --- Unknown or unavailable chassis type -s5ChasTypeUnknown - OBJECT IDENTIFIER ::= { s5ChasTypeVal 1 } - --- The chassis type for the 3000 -s5ChasTypeM3000Orig - OBJECT IDENTIFIER ::= { s5ChasTypeVal 2 } - --- The chassis type for the 3030 -s5ChasTypeM3030 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 3 } - --- The original chassis for the 5000 -s5ChasTypeM5000 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 12 } - --- The chassis type for EtherCell -s5ChasTypeM1032x - OBJECT IDENTIFIER ::= { s5ChasTypeVal 16 } - --- The chassis type for the 5005 -s5ChasTypeM5005 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 17 } - --- The chassis types for Distributed 5000 -s5ChasType5DN000 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 24 } --- Model 5DN002 Hub 1.5U with 2 MDA Slots -s5ChasType5DN002Unit-1U2 - OBJECT IDENTIFIER ::= { s5ChasType5DN000 1 } --- Model 5DN003 Hub 2.5U with 3 MDA Slots -s5ChasType5DN003Unit-2U3 - OBJECT IDENTIFIER ::= { s5ChasType5DN000 2 } --- Model 5DN001-08 D-Day Hub 1.5U fixed config RJ-45 -s5ChasType5DN001-08Unit-2U0 - OBJECT IDENTIFIER ::= { s5ChasType5DN000 3 } - --- The chassis types for BayStack Ethernet -s5ChasTypeNBayStack - OBJECT IDENTIFIER ::= { s5ChasTypeVal 25 } -s5ChasTypeNBayStackUnit-12Port - OBJECT IDENTIFIER ::= { s5ChasTypeNBayStack 1 } -s5ChasTypeNBayStackUnit-24Port - OBJECT IDENTIFIER ::= { s5ChasTypeNBayStack 2} - --- The chassis types for the BayStack 100BASE-T Hub Stack -s5ChasTypeBayStack100Hub - OBJECT IDENTIFIER ::= { s5ChasTypeVal 27 } -s5ChasTypeBayStack100Unit-12Port - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack100Hub 1 } - --- The chassis type for the 3000 Fast Ethernet -s5ChasTypeM3000 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 28 } - --- Orion switch chassis type -s5ChasTypeXedia - OBJECT IDENTIFIER ::= { s5ChasTypeVal 29 } - --- Unused Chassis type -s5ChasTypeNotUsed - OBJECT IDENTIFIER ::= { s5ChasTypeVal 30 } - --- Chassis types for 28200 Ethernet Switch -s5ChasType28200 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 31 } --- Model 28200 Ethernet Switch with 4 - MDA slots -s5ChasType28200Unit-4slot - OBJECT IDENTIFIER ::= { s5ChasType28200 1 } - --- Chassis types for Centillion -s5ChasTypeCent-sixSlot - OBJECT IDENTIFIER ::= { s5ChasTypeVal 32 } -s5ChasTypeCent-twelveSlot - OBJECT IDENTIFIER ::= { s5ChasTypeVal 33 } -s5ChasTypeCent-singleSlot - OBJECT IDENTIFIER ::= { s5ChasTypeVal 34 } - --- Chassis type for Bay Stack 301 -s5ChasTypeBayStack301 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 35 } - --- Chassis type for Bay Stack Token Ring -s5ChasTypeBayStackTr - OBJECT IDENTIFIER ::= { s5ChasTypeVal 36 } -s5ChasTypeBayStackTrUnit-24-port - OBJECT IDENTIFIER ::= { s5ChasTypeBayStackTr 1 } - --- Chassis type for FVC Multimedia switch -s5ChasTypeFVC10625 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 37 } - --- Chassis type for Switch Node -s5ChasTypeSwitchNode - OBJECT IDENTIFIER ::= { s5ChasTypeVal 38 } - --- Chassis types for BayStack302 -s5ChasTypeBayStack302 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 39 } -s5ChasTypeBayStack302-ethSwitch - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack302 1 } - --- Chassis types for BayStack350 -s5ChasTypeBayStack350 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 40 } -s5ChasTypeBayStack350-ethSwitch - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack350 1 } - --- The chassis types for BayStack150 Ethernet -s5ChasTypeBayStack150 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 41 } -s5ChasTypeBayStack150MasterUnit-24Port - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack150 1 } -s5ChasTypeBayStack150MasterUnit-12Port - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack150 2 } -s5ChasTypeBayStack150SlaveUnit-24Port - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack150 3 } -s5ChasTypeBayStack150SlaveUnit-12Port - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack150 4 } - ---The chassis type for C50N switch -s5ChasTypeC50N - OBJECT IDENTIFIER ::= { s5ChasTypeVal 42 } ---The chassis type for C50T switch -s5ChasTypeC50T - OBJECT IDENTIFIER ::= { s5ChasTypeVal 43 } - --- Chassis type for BayStacks 303 and 304 -s5ChasTypeBayStack303-304 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 44 } - --- The chassis types for BayStack200 Ethernet -s5ChasTypeBayStack200 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 45 } -s5ChasTypeBayStack200NMMHostUnit-12TxPort - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack200 1 } -s5ChasTypeBayStack200NMMHostUnit-12Tx1FxPort - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack200 2 } -s5ChasTypeBayStack200HostUnit-24Port - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack200 3 } -s5ChasTypeBayStack200HostUnit-12Port - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack200 4 } - --- The chassis types for BayStack250 10/100BASE-T Hub -s5ChasTypeBayStack250 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 46 } -s5ChasTypeBayStack250NMMHostUnit-12TxPort - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack250 1 } -s5ChasTypeBayStack250HostUnit-24Port - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack250 2 } -s5ChasTypeBayStack250HostUnit-12Port - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack250 3 } -s5ChasTypeBayStack250NMMHostUnit-24Port - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack250 4 } -s5ChasTypeBayStack254HostUnit-12Port - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack250 5 } -s5ChasTypeBayStack255HostUnit-24Port - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack250 6 } - --- The chassis types for stackProbes RMON probes - -s5ChasTypeStackProbe - OBJECT IDENTIFIER ::= { s5ChasTypeVal 47 } - -s5ChasTypeStackProbeOgp -- OGP Probes - OBJECT IDENTIFIER ::= { s5ChasTypeStackProbe 1 } - -s5ChasTypeStackProbeOgpEth -- OGP Ethernet - OBJECT IDENTIFIER ::= { s5ChasTypeStackProbeOgp 1 } -s5ChasTypeStackProbeOgpEth-1Port - OBJECT IDENTIFIER ::= { s5ChasTypeStackProbeOgpEth 1 } -s5ChasTypeStackProbeOgpEth-2Port - OBJECT IDENTIFIER ::= { s5ChasTypeStackProbeOgpEth 2 } -s5ChasTypeStackProbeOgpEth-4Port - OBJECT IDENTIFIER ::= { s5ChasTypeStackProbeOgpEth 4 } - -s5ChasTypeStackProbeOgpTr -- OGP Token Ring - OBJECT IDENTIFIER ::= { s5ChasTypeStackProbeOgp 2 } -s5ChasTypeStackProbeOgpTr-1Port - OBJECT IDENTIFIER ::= { s5ChasTypeStackProbeOgpTr 1 } -s5ChasTypeStackProbeOgpTr-2Port - OBJECT IDENTIFIER ::= { s5ChasTypeStackProbeOgpTr 2 } - -s5ChasTypeStackProbeOgpFddi -- OGP FDDI - OBJECT IDENTIFIER ::= { s5ChasTypeStackProbeOgp 3 } -s5ChasTypeStackProbeOgpFddiSas - OBJECT IDENTIFIER ::= { s5ChasTypeStackProbeOgpFddi 1 } -s5ChasTypeStackProbeOgpFddiDas - OBJECT IDENTIFIER ::= { s5ChasTypeStackProbeOgpFddi 2 } - -s5ChasTypeStackProbeOgpFeth --OGP Fast-Ethernet - OBJECT IDENTIFIER ::= { s5ChasTypeStackProbeOgp 4 } -s5ChasTypeStackProbeOgpFeth-1Port - OBJECT IDENTIFIER ::= { s5ChasTypeStackProbeOgpFeth 1 } -s5ChasTypeStackProbeOgpFeth-2Port - OBJECT IDENTIFIER ::= { s5ChasTypeStackProbeOgpFeth 2 } - -s5ChasTypeStackProbe1000 -- Series 1000 Probes (Pocket Probes) - OBJECT IDENTIFIER ::= { s5ChasTypeStackProbe 2 } -s5ChasTypeStackProbe1000Eth - OBJECT IDENTIFIER ::= { s5ChasTypeStackProbe1000 1 } -s5ChasTypeStackProbe1000Eth-1Port - OBJECT IDENTIFIER ::= { s5ChasTypeStackProbe1000Eth 1 } -s5ChasTypeStackProbe1000Feth - OBJECT IDENTIFIER ::= { s5ChasTypeStackProbe1000 2 } -s5ChasTypeStackProbe1000Feth-1Port - OBJECT IDENTIFIER ::= { s5ChasTypeStackProbe1000Feth 1 } - -s5ChasTypeStackProbe2000 -- Series 2000 Probes - OBJECT IDENTIFIER ::= { s5ChasTypeStackProbe 3 } -s5ChasTypeStackProbe2000Eth - OBJECT IDENTIFIER ::= { s5ChasTypeStackProbe2000 1 } -s5ChasTypeStackProbe2000Eth-1Port - OBJECT IDENTIFIER ::= { s5ChasTypeStackProbe2000Eth 1 } -s5ChasTypeStackProbe2000Eth-2Port - OBJECT IDENTIFIER ::= { s5ChasTypeStackProbe2000Eth 2 } -s5ChasTypeStackProbe2000Eth-4Port - OBJECT IDENTIFIER ::= { s5ChasTypeStackProbe2000Eth 4 } -s5ChasTypeStackProbe2000Fddi - OBJECT IDENTIFIER ::= { s5ChasTypeStackProbe2000 2 } -s5ChasTypeStackProbe2000FddiSas - OBJECT IDENTIFIER ::= { s5ChasTypeStackProbe2000Fddi 1 } -s5ChasTypeStackProbe2000FddiDas - OBJECT IDENTIFIER ::= { s5ChasTypeStackProbe2000Fddi 2 } - -s5ChasTypeStackProbe3000 -- Series 3000 Probes - OBJECT IDENTIFIER ::= { s5ChasTypeStackProbe 4 } -s5ChasTypeStackProbe3000Geth - OBJECT IDENTIFIER ::= { s5ChasTypeStackProbe3000 1 } -s5ChasTypeStackProbe3000Geth-1Port - OBJECT IDENTIFIER ::= { s5ChasTypeStackProbe3000Geth 1 } - --- The chassis types for BayStack 450 -s5ChasTypeBayStack450 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 48 } -s5ChasTypeBayStack450-12TxPort - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack450 1 } -s5ChasTypeBayStack450-24TxPort - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack450 2 } - --- The chassis types for BayStack 303-24T -s5ChasTypeBayStack303-24T - OBJECT IDENTIFIER ::= { s5ChasTypeVal 49 } - --- The chassis types for Accelar 8010 -s5ChasTypeAccelar8010 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 58 } - --- The chassis types for Accelar 8006 -s5ChasTypeAccelar8006 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 59 } - --- The chassis types for BayStack 670 -s5ChasTypeBayStack670 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 60 } - --- The chassis types for Business Policy Switch 2000 -s5ChasTypeBPS2000 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 64 } -s5ChasTypeBPS2000-24TxPort - OBJECT IDENTIFIER ::= { s5ChasTypeBPS2000 1 } - --- The chassis types for BayStack 3580 -s5ChasTypeBayStack3580 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 67 } -s5ChasTypeBayStack3580-16F - OBJECT IDENTIFIER ::= {s5ChasTypeBayStack3580 1 } - --- The chassis types for BayStack 420 -s5ChasTypeBayStack420 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 69 } -s5ChasTypeBayStack420-24TxPort - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack420 1 } - --- The chassis types for OPTera Metro 1200 Ethernet Service Module -s5ChasTypeMetro1200ESM - OBJECT IDENTIFIER ::= { s5ChasTypeVal 70 } -s5ChasTypeMetro1200ESM-12TxPort - OBJECT IDENTIFIER ::= { s5ChasTypeMetro1200ESM 1 } - --- The chassis types for BayStack380 -s5ChasTypeBayStack380 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 71 } -s5ChasTypeBayStack380-24TxPort - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack380 1 } - --- The chassis types for BayStack470 -s5ChasTypeBayStack470 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 72 } -s5ChasTypeBayStack470-48TxPort - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack470 1 } - --- The chassis types for OPTera Metro 1450 Ethernet Service Module -s5ChasTypeMetro1450ESM - OBJECT IDENTIFIER ::= { s5ChasTypeVal 73 } -s5ChasTypeMetro1450ESM-12TxPort2Gbic - OBJECT IDENTIFIER ::= { s5ChasTypeMetro1450ESM 1 } - --- The chassis types for OPTera Metro 1400 Ethernet Service Module -s5ChasTypeMetro1400ESM - OBJECT IDENTIFIER ::= { s5ChasTypeVal 74 } -s5ChasTypeMetro1400ESM-12TxPort2Gbic - OBJECT IDENTIFIER ::= { s5ChasTypeMetro1400ESM 1 } - --- The chassis types for BayStack 460-24T-PWR -s5ChasTypeBayStack460-24T-PWR - OBJECT IDENTIFIER ::= { s5ChasTypeVal 75 } -s5ChasTypeBayStack460-24T-PWR-24TxPort - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack460-24T-PWR 1 } - --- The chassis types for BayStack 10 Power Supply Unit -s5ChasTypeBayStack10 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 76 } -s5ChasTypeBayStack10-powerSupplyUnit - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack10 1 } - --- The chassis types for BayStack380-24F -s5ChasTypeBayStack380-24F - OBJECT IDENTIFIER ::= { s5ChasTypeVal 77 } -s5ChasTypeBayStack380-24F-20MiniGbic4Gbic - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack380-24F 1 } - --- The chassis types for BayStack 5510-24T -s5ChasTypeBayStack5510-24T - OBJECT IDENTIFIER ::= { s5ChasTypeVal 78 } -s5ChasTypeBayStack5510-24T-24TxPort - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack5510-24T 1 } - --- The chassis types for BayStack 5510-48T -s5ChasTypeBayStack5510-48T - OBJECT IDENTIFIER ::= { s5ChasTypeVal 79 } -s5ChasTypeBayStack5510-48T-48TxPort - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack5510-48T 1 } - --- The chassis types for BayStack470 24-port version -s5ChasTypeBayStack470-24T - OBJECT IDENTIFIER ::= { s5ChasTypeVal 80 } -s5ChasTypeBayStack470-24TxPort - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack470-24T 1 } - --- The chassis types for Nortel Networks Wireless LAN Access Point 2220 -s5ChasTypeWLANAccessPoint2220 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 81 } -s5ChasTypeWLANAccessPoint2220-wirelessAP - OBJECT IDENTIFIER ::= { s5ChasTypeWLANAccessPoint2220 1 } - --- The chassis types for Nortel Networks Wireless LAN Security Switch 2250 -s5ChasTypeWLANSecuritySwitch2250 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 82 } -s5ChasTypeWLANSecuritySwitch2250-securitySwitch - OBJECT IDENTIFIER ::= { s5ChasTypeWLANSecuritySwitch2250 1 } - --- The chassis types for BayStack 425 -s5ChasTypeBayStack425 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 83 } -s5ChasTypeBayStack425-24 - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack425 1 } -s5ChasTypeBayStack425-48 - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack425 2 } - --- The chassis types for Nortel Networks Wireless LAN Access Point 2221 -s5ChasTypeWLANAccessPoint2221 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 84 } -s5ChasTypeWLANAccessPoint2221-wirelessAP - OBJECT IDENTIFIER ::= { s5ChasTypeWLANAccessPoint2221 1 } - --- The chassis types for BayStack 5520-24T-PWR and 5520-48T-PWR -s5ChasTypeBayStack5520 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 85 } -s5ChasTypeBayStack5520-24T-PWR-24TxPort - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack5520 1 } -s5ChasTypeBayStack5520-48T-PWR-48TxPort - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack5520 2 } - --- The chassis types for BayStack 325 -s5ChasTypeBayStack325 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 86 } -s5ChasTypeBayStack325-24T - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack325 1 } -s5ChasTypeBayStack325-24G - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack325 2 } - --- The chassis types for Nortel Networks Wireless LAN Access Point 2225 -s5ChasTypeWLANAccessPoint2225 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 87 } -s5ChasTypeWLANAccessPoint2225-wirelessAP - OBJECT IDENTIFIER ::= { s5ChasTypeWLANAccessPoint2225 1 } - --- The chassis types for BayStack470 24-port PWR version -s5ChasTypeBayStack470-24T-PWR - OBJECT IDENTIFIER ::= { s5ChasTypeVal 88 } -s5ChasTypeBayStack470-24TxPort-PWR - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack470-24T-PWR 1 } - --- The chassis types for BayStack470 48-port PWR version -s5ChasTypeBayStack470-48T-PWR - OBJECT IDENTIFIER ::= { s5ChasTypeVal 89 } -s5ChasTypeBayStack470-48TxPort-PWR - OBJECT IDENTIFIER ::= { s5ChasTypeBayStack470-48T-PWR 1 } - --- The chassis types for Nortel Networks Wireless LAN Security Switch 2270 -s5ChasTypeWLANSecuritySwitch2270 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 90 } -s5ChasTypeWLANSecuritySwitch2270-securitySwitch - OBJECT IDENTIFIER ::= { s5ChasTypeWLANSecuritySwitch2270 1 } - --- The chassis types for Ethernet Routing Switch 5530 -s5ChasTypeEthernetRoutingSwitch5530 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 91 } -s5ChasTypeEthernetRoutingSwitch5530-24TFD - OBJECT IDENTIFIER ::= { s5ChasTypeEthernetRoutingSwitch5530 1 } - --- The chassis types for Ethernet Switch 3510 -s5ChasTypeEthernetSwitch3510 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 92 } -s5ChasTypeEthernetSwitch3510-24T - OBJECT IDENTIFIER ::= { s5ChasTypeEthernetSwitch3510 1 } - --- The chassis types for SMB GIG BES 1010 -s5ChasTypeBES1010 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 93 } -s5ChasTypeBES1010-24T - OBJECT IDENTIFIER ::= { s5ChasTypeBES1010 1 } -s5ChasTypeBES1010-48T - OBJECT IDENTIFIER ::= { s5ChasTypeBES1010 2 } - --- The chassis types for SMB GIG BES 1020 -s5ChasTypeBES1020 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 94 } -s5ChasTypeBES1020-24T-PWR - OBJECT IDENTIFIER ::= { s5ChasTypeBES1020 1 } -s5ChasTypeBES1020-48T-PWR - OBJECT IDENTIFIER ::= { s5ChasTypeBES1020 2 } - --- The chassis types for SMB GIG BES 2010 -s5ChasTypeBES2010 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 95 } -s5ChasTypeBES2010-24T - OBJECT IDENTIFIER ::= { s5ChasTypeBES2010 1 } -s5ChasTypeBES2010-48T - OBJECT IDENTIFIER ::= { s5ChasTypeBES2010 2 } - --- The chassis types for SMB GIG BES 2020 -s5ChasTypeBES2020 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 96 } -s5ChasTypeBES2020-24T-PWR - OBJECT IDENTIFIER ::= { s5ChasTypeBES2020 1 } -s5ChasTypeBES2020-48T-PWR - OBJECT IDENTIFIER ::= { s5ChasTypeBES2020 2 } - --- The chassis types for SMB FE BES 110 -s5ChasTypeBES110 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 97 } -s5ChasTypeBES110-24T - OBJECT IDENTIFIER ::= { s5ChasTypeBES110 1 } -s5ChasTypeBES110-48T - OBJECT IDENTIFIER ::= { s5ChasTypeBES110 2 } - --- The chassis types for SMB FE BES 120 -s5ChasTypeBES120 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 98 } -s5ChasTypeBES120-24T-PWR - OBJECT IDENTIFIER ::= { s5ChasTypeBES120 1 } -s5ChasTypeBES120-48T-PWR - OBJECT IDENTIFIER ::= { s5ChasTypeBES120 2 } - --- The chassis types for SMB FE BES 210 -s5ChasTypeBES210 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 99 } -s5ChasTypeBES210-24T - OBJECT IDENTIFIER ::= { s5ChasTypeBES210 1 } -s5ChasTypeBES210-48T - OBJECT IDENTIFIER ::= { s5ChasTypeBES210 2 } - --- The chassis types for SMB FE BES 220 -s5ChasTypeBES220 - OBJECT IDENTIFIER ::= { s5ChasTypeVal 100 } -s5ChasTypeBES220-24T-PWR - OBJECT IDENTIFIER ::= { s5ChasTypeBES220 1 } -s5ChasTypeBES220-48T-PWR - OBJECT IDENTIFIER ::= { s5ChasTypeBES220 2 } - --- The chassis types for ERS 45xx (Botany Bay) -s5ChasTypeERS45xx - OBJECT IDENTIFIER ::= { s5ChasTypeVal 101 } -s5ChasTypeERS4548GT - OBJECT IDENTIFIER ::= { s5ChasTypeERS45xx 1 } -s5ChasTypeERS4548GT-PWR - OBJECT IDENTIFIER ::= { s5ChasTypeERS45xx 2 } -s5ChasTypeERS4550T - OBJECT IDENTIFIER ::= { s5ChasTypeERS45xx 3 } -s5ChasTypeERS4550T-PWR - OBJECT IDENTIFIER ::= { s5ChasTypeERS45xx 4 } -s5ChasTypeERS4526FX - OBJECT IDENTIFIER ::= { s5ChasTypeERS45xx 5 } -s5ChasTypeERS4526GTX-PWR - OBJECT IDENTIFIER ::= { s5ChasTypeERS45xx 6 } -s5ChasTypeERS4526GTX - OBJECT IDENTIFIER ::= { s5ChasTypeERS45xx 7 } -s5ChasTypeERS4524GT - OBJECT IDENTIFIER ::= { s5ChasTypeERS45xx 8 } -s5ChasTypeERS4526T-PWR - OBJECT IDENTIFIER ::= { s5ChasTypeERS45xx 9 } -s5ChasTypeERS4526T - OBJECT IDENTIFIER ::= { s5ChasTypeERS45xx 10 } - --- The chassis types for ERS 25xx -s5ChasTypeERS25xx - OBJECT IDENTIFIER ::= { s5ChasTypeVal 102 } -s5ChasTypeERS2500-26T - OBJECT IDENTIFIER ::= { s5ChasTypeERS25xx 1 } -s5ChasTypeERS2500-26T-PWR - OBJECT IDENTIFIER ::= { s5ChasTypeERS25xx 2 } -s5ChasTypeERS2500-50T - OBJECT IDENTIFIER ::= { s5ChasTypeERS25xx 3 } -s5ChasTypeERS2500-50T-PWR - OBJECT IDENTIFIER ::= { s5ChasTypeERS25xx 4 } - - - --- Registrations for Chassis Group Types --- (values for object s5ChasGrpType) -s5ChasGrpTypeVal OBJECT IDENTIFIER ::= { s5reg 2 } - --- Supervisor group -s5ChasGrpSup OBJECT IDENTIFIER ::= { s5ChasGrpTypeVal 1 } - --- Backplane group -s5ChasGrpBkpl OBJECT IDENTIFIER ::= { s5ChasGrpTypeVal 2 } - --- Board (or slots) group -s5ChasGrpBrd OBJECT IDENTIFIER ::= { s5ChasGrpTypeVal 3 } - --- Power supply group -s5ChasGrpPwr OBJECT IDENTIFIER ::= { s5ChasGrpTypeVal 4 } - --- Chassis level temperature sensor group -s5ChasGrpTmpSnr - OBJECT IDENTIFIER ::= { s5ChasGrpTypeVal 5 } - --- Chassis level fan group -s5ChasGrpFan OBJECT IDENTIFIER ::= { s5ChasGrpTypeVal 6 } - --- Chassis level clock group -s5ChasGrpClk OBJECT IDENTIFIER ::= { s5ChasGrpTypeVal 7 } - --- Virtual chassis unit group -s5ChasGrpUnit OBJECT IDENTIFIER ::= { s5ChasGrpTypeVal 8 } - --- Registrations for Chassis Components and Sub-components --- (values for object s5ChasComType) -s5ChasComTypeVal - OBJECT IDENTIFIER ::= { s5reg 3 } - --- Backplanes -s5ChasComBkpl OBJECT IDENTIFIER ::= { s5ChasComTypeVal 1 } - --- Model 5000 Lower Backplane -s5ChasComBkplM5000low - OBJECT IDENTIFIER ::= { s5ChasComBkpl 1 } --- Model 5000(920-209) Ethernet/Token Ring/CMB Backplane -s5ChasComBkplM5000lowCmbEthTok - OBJECT IDENTIFIER ::= { s5ChasComBkplM5000low 4 } - --- Model 5000(920-???) Ethernet/CMB Backplane -s5ChasComBkplM5000lowCmbEth - OBJECT IDENTIFIER ::= { s5ChasComBkplM5000low 5 } - --- Model 5000 Middle Left Backplane -s5ChasComBkplM5000midLeft - OBJECT IDENTIFIER ::= { s5ChasComBkpl 2 } - --- Model 5000(920-241) Full Size FDDI Backplane -s5ChasComBkplM5000midLeftFddiFull - OBJECT IDENTIFIER ::= { s5ChasComBkplM5000midLeft 0 } - --- Model 5000 Middle Right Backplane -s5ChasComBkplM5000midRight - OBJECT IDENTIFIER ::= { s5ChasComBkpl 3 } - --- Model 5000 Upper Left Backplane -s5ChasComBkplM5000highLeft - OBJECT IDENTIFIER ::= { s5ChasComBkpl 4 } - --- Model 5000 Upper Right Backplane -s5ChasComBkplM5000highRight - OBJECT IDENTIFIER ::= { s5ChasComBkpl 5 } - --- Centillion Backplane -s5ChasComBkplCentATM - OBJECT IDENTIFIER ::= { s5ChasComBkpl 6 } - --- BH/Catapult Backplane -s5ChasComBkpl2x65000BH - OBJECT IDENTIFIER ::= { s5ChasComBkpl 7 } -s5ChasComBkpl1x125000BH - OBJECT IDENTIFIER ::= { s5ChasComBkpl 8 } - --- C50N/C50T Backplane -s5ChasComBkplC50 - OBJECT IDENTIFIER ::= { s5ChasComBkpl 9 } - --- Backplanes (NEW names) -s5ChasComMBkpl OBJECT IDENTIFIER ::= { s5ChasComTypeVal 7 } - -s5ChasComM5000Bkpl -- 5000 Chassis - OBJECT IDENTIFIER ::= { s5ChasComMBkpl 12 } - -s5ChasComM5005Bkpl -- 5005 Chassis - OBJECT IDENTIFIER ::= { s5ChasComMBkpl 17 } - -s5ChasComM5Dx000Bkpl -- Distributed 5000 Hub Backplane - OBJECT IDENTIFIER ::= { s5ChasComMBkpl 24 } -s5ChasComM5DN000BkplEth3 - OBJECT IDENTIFIER ::= { s5ChasComM5Dx000Bkpl 1 } - -s5ChasComMNBayStackBkpl -- BayStack Ethernet Stack - OBJECT IDENTIFIER ::= { s5ChasComMBkpl 25 } -s5ChasComMNBayStackBkplEth3 - OBJECT IDENTIFIER ::= { s5ChasComMNBayStackBkpl 1 } - -s5ChasComBayStack100Bkpl -- BayStack 100BASE-T Hub Stack - OBJECT IDENTIFIER ::= { s5ChasComMBkpl 27 } - -s5ChasComM3000Bkpl -- 3000 Chassis Backplane - OBJECT IDENTIFIER ::= { s5ChasComMBkpl 28 } - -s5ChasCom28200Bkpl -- 28200 Backplane - OBJECT IDENTIFIER ::= { s5ChasComMBkpl 30 } - -s5ChasComMBayStackTrBkpl -- BayStack Token Ring Hub Backplane - OBJECT IDENTIFIER ::= { s5ChasComMBkpl 36 } -s5ChasComMBayStackTrBkplTr1 -- BayStack Token Ring Stack - OBJECT IDENTIFIER ::= { s5ChasComMBayStackTrBkpl 1 } - -s5ChasComM3030Bkpl -- 3030 Chassis Backplane - OBJECT IDENTIFIER ::= { s5ChasComMBkpl 39 } - -s5ChasComSwitchNodeBkpl -- Switch Node Backplane - OBJECT IDENTIFIER ::= { s5ChasComMBkpl 40 } - -s5ChasComBayStack150Bkpl -- BayStack150 Ethernet Stack - OBJECT IDENTIFIER ::= { s5ChasComMBkpl 41 } -s5ChasComBayStack150BkplEth - OBJECT IDENTIFIER ::= { s5ChasComBayStack150Bkpl 1 } - -s5ChasComMBayStack303-304Bkpl -- BayStack 303/304 Backplane - OBJECT IDENTIFIER ::= { s5ChasComMBkpl 42 } - -s5ChasComBayStack200Bkpl -- BayStack200 Ethernet Stack - OBJECT IDENTIFIER ::= { s5ChasComMBkpl 43 } -s5ChasComBayStack200BkplEth - OBJECT IDENTIFIER ::= { s5ChasComBayStack200Bkpl 1 } - -s5ChasComBayStack250Bkpl -- BayStack250 Ethernet Stack - OBJECT IDENTIFIER ::= { s5ChasComMBkpl 44 } -s5ChasComBayStack250BkplEth10 -- 10Mb Bkpl - OBJECT IDENTIFIER ::= { s5ChasComBayStack250Bkpl 1 } -s5ChasComBayStack250BkplEth100 -- 100Mb Bkpl - OBJECT IDENTIFIER ::= { s5ChasComBayStack250Bkpl 2 } - -s5ChasComMAccelar8010Bkpl -- Accelar 8010 Chassis Backplane - OBJECT IDENTIFIER ::= { s5ChasComMBkpl 45 } - ---- Model 3000 Ethernet Backplane -s5ChasComM3000EthBkpl - OBJECT IDENTIFIER ::= { s5ChasComM3000Bkpl 2 } -s5ChasComM3000-1Bkpl -- Model 3000-1 Ethernet Backplane - OBJECT IDENTIFIER ::= { s5ChasComM3000EthBkpl 0 } -s5ChasComM3000NBkpl -- Model 3000N Multi-Segment Ethernet Backplane - OBJECT IDENTIFIER ::= { s5ChasComM3000EthBkpl 7 } - ---- Model 3000 Ethernet/Token Ring Backplane -s5ChasComM3000EthTokBkpl - OBJECT IDENTIFIER ::= { s5ChasComM3000Bkpl 3 } -s5ChasComM3000-4Bkpl -- Model 3000-4 Enet/Token Ring Backplane - OBJECT IDENTIFIER ::= { s5ChasComM3000EthTokBkpl 4 } -s5ChasComM3000NTBkpl -- Model 3000NT Multi-Segment Enet/TR Backplane - OBJECT IDENTIFIER ::= { s5ChasComM3000EthTokBkpl 5 } - ---- Model 3000 Ethernet/FDDI Backplane -s5ChasComM3000EthFddiBkpl - OBJECT IDENTIFIER ::= { s5ChasComM3000Bkpl 4 } - ---- Model 3000 Ethernet/Token Ring/FDDI Backplane -s5ChasComM3000EthTokFddiBkpl - OBJECT IDENTIFIER ::= { s5ChasComM3000Bkpl 5 } -s5ChasComM3000-5Bkpl -- Model 3000-5 Enet/Token Ring/FDDI Backplane - OBJECT IDENTIFIER ::= { s5ChasComM3000EthTokFddiBkpl 2 } -s5ChasComM3000SBkpl -- Model 3000S Multi-Segment Enet/TR/FDDI Backplane - OBJECT IDENTIFIER ::= { s5ChasComM3000EthTokFddiBkpl 6 } - ---- Model 3000 Ethernet/Token Ring Backplane with Redundant Power -s5ChasComM3000EthTokRedBkpl - OBJECT IDENTIFIER ::= { s5ChasComM3000Bkpl 6 } -s5ChasComM3000-4RBkpl -- Model 3000-4R Multi-Segment Enet/TR Backplane - OBJECT IDENTIFIER ::= { s5ChasComM3000EthTokRedBkpl 1 } -s5ChasComM3000NTRBkpl -- Model 3000NTR Multi-Segment Ethernet/TR Backplane - OBJECT IDENTIFIER ::= { s5ChasComM3000EthTokRedBkpl 9 } - ---- Model 3000 Ethernet/Token Ring/FDDI Backplane with Redundant Power -s5ChasComM3000EthTokFddiRedBkpl - OBJECT IDENTIFIER ::= { s5ChasComM3000Bkpl 7 } -s5ChasComM3000-5RBkpl -- Model 3000-5R Multi-Segment Enet/TR/FDDI Backplane - - OBJECT IDENTIFIER ::= { s5ChasComM3000EthTokFddiRedBkpl 3 } -s5ChasComM3000SRBkpl -- Model 3000SR Multi-Segment Enet/TR/FDDI Backplane - OBJECT IDENTIFIER ::= { s5ChasComM3000EthTokFddiRedBkpl 8 } - ---- Model 3000 Token Ring Backplane -s5ChasComM3000TokBkpl - OBJECT IDENTIFIER ::= { s5ChasComM3000Bkpl 8 } - ---- Model 3000CT Multi-Segment Ethernet/Token Ring/Fast Ethernet Backplane -s5ChasComM3000CTBkpl - OBJECT IDENTIFIER ::= { s5ChasComM3000Bkpl 9 } - ---- Model 3000C Multi-Segment Ethernet/Fast Ethernet Backplane -s5ChasComM3000CBkpl - OBJECT IDENTIFIER ::= { s5ChasComM3000Bkpl 10 } - ---- Model 3000CTR Multi-Segment Ethernet/Token Ring/Fast Ethernet Backplane - ---- with Redundant Power -s5ChasComM3000CTRBkpl - OBJECT IDENTIFIER ::= { s5ChasComM3000Bkpl 11 } - ---- Model 3030 Ethernet Backplane -s5ChasComM3030EthBkpl - OBJECT IDENTIFIER ::= { s5ChasComM3030Bkpl 1 } - ---- Model 3030C Ethernet/Token Ring Backplane -s5ChasComM3030EthTrBkpl - OBJECT IDENTIFIER ::= { s5ChasComM3030Bkpl 5 } - --- Model 5000 Lower Backplane -s5ChasComM5000BkplLow - OBJECT IDENTIFIER ::= { s5ChasComM5000Bkpl 1 } --- Model 5000(920-209) Ethernet/Token Ring/CMB Backplane -s5ChasComM5000BkplLowCmbEthTok - OBJECT IDENTIFIER ::= { s5ChasComM5000BkplLow 4 } - --- Model 5000(920-303) Ethernet/CMB Backplane -s5ChasComM5000BkplLowCmbEth - OBJECT IDENTIFIER ::= { s5ChasComM5000BkplLow 5 } - --- Model 5000 Middle Left Backplane -s5ChasComM5000BkplMidLeft - OBJECT IDENTIFIER ::= { s5ChasComM5000Bkpl 2 } - --- Model 5000(920-241) Full Size FDDI Backplane -s5ChasComM5000BkplMidLeftFddiFull - OBJECT IDENTIFIER ::= { s5ChasComM5000BkplMidLeft 0 } - --- Model 5000 Full Size 100Mbps Ethernet Backplane -s5ChasComM5000BkplMidLeftEth100MbsFull - OBJECT IDENTIFIER ::= { s5ChasComM5000BkplMidLeft 4 } - --- Model 5000 8 slots Size 100Mbps Ethernet Backplane -s5ChasComM5000BkplMidLeftEth100Mbs - OBJECT IDENTIFIER ::= { s5ChasComM5000BkplMidLeft 7 } - --- Model 5000 Middle Right Backplane -s5ChasComM5000BkplMidRight - OBJECT IDENTIFIER ::= { s5ChasComM5000Bkpl 3 } - --- Model 5000 6 slot Size FDDI Backplane -s5ChasComBkplM5000midRightFddi - OBJECT IDENTIFIER ::= { s5ChasComBkplM5000midRight 0 } - --- Model 5000 Upper Left Backplane -s5ChasComM5000BkplHighLeft - OBJECT IDENTIFIER ::= { s5ChasComM5000Bkpl 4 } --- Model 5000 100MBps Ethernet Backplane -s5ChasComM5000BkplHighLeftEth100Mbs - OBJECT IDENTIFIER ::= { s5ChasComM5000BkplHighLeft 4 } --- Model 5000 Switched Packet Bus (GPB) Backplane -s5ChasComM5000BkplHighLeftSwitchedPktBusFull - OBJECT IDENTIFIER ::= { s5ChasComM5000BkplHighLeft 5 } --- Model 5000 ATM 16 Port Backplane -s5ChasComM5000BkplHighLeftAtm16 - OBJECT IDENTIFIER ::= { s5ChasComM5000BkplHighLeft 8 } --- Model 5000 ATM 64 Port Backplane -s5ChasComM5000BkplHighLeftAtm64 - OBJECT IDENTIFIER ::= { s5ChasComM5000BkplHighLeft 9 } - --- Model 5000 Upper Right Backplane -s5ChasComM5000BkplHighRight - OBJECT IDENTIFIER ::= { s5ChasComM5000Bkpl 5 } - --- Model 5005 Lower Backplane -s5ChasComM5005BkplLow - OBJECT IDENTIFIER ::= { s5ChasComM5005Bkpl 1 } --- Model 5005(920-305) Ethernet/Token Ring/CMB Backplane -s5ChasComM5005BkplLowCmbEthTok - OBJECT IDENTIFIER ::= { s5ChasComM5005BkplLow 4 } - --- Model 5005(920-316) Ethernet/CMB Backplane -s5ChasComM5005BkplLowCmbEth - OBJECT IDENTIFIER ::= { s5ChasComM5005BkplLow 5 } - --- Model 5005 Middle Backplane -s5ChasComM5005BkplMidLeft - OBJECT IDENTIFIER ::= { s5ChasComM5005Bkpl 2 } --- Model 5005 Fddi Backplane -s5ChasComM5005BkplMidLeftFddi - OBJECT IDENTIFIER ::= { s5ChasComM5005BkplMidLeft 1 } - --- Model 5005 100 Mbps Backplane -s5ChasComM5005BkplMidLeftEth100Mbs - OBJECT IDENTIFIER ::= { s5ChasComM5005BkplMidLeft 5 } - --- Model 5005 Upper Backplane -s5ChasComM5005BkplHighLeft - OBJECT IDENTIFIER ::= { s5ChasComM5005Bkpl 4 } --- Model 5005 Switched Packet Bus (GPB) Backplane -s5ChasComM5005BkplHighLeftSwitchedPktBus - OBJECT IDENTIFIER ::= { s5ChasComM5005BkplHighLeft 6 } - --- Power supplies -s5ChasComPwr OBJECT IDENTIFIER ::= { s5ChasComTypeVal 2 } - --- Model 5000 950 Watt AC Chassis Power Supply with --- internal fan and temperature sensor -s5ChasComPwrM5000-950A - OBJECT IDENTIFIER ::= { s5ChasComPwr 0 } -s5ChasComPwrM5000-950AFan -- Internal Fan - OBJECT IDENTIFIER ::= { s5ChasComPwrM5000-950A 1 } -s5ChasComPwrM5000-950ATmpSnr -- Internal Temerature Sensor - OBJECT IDENTIFIER ::= { s5ChasComPwrM5000-950A 2 } - --- Model 5000 (721-018) 950 Watt AC Chassis Power Supply with --- internal fan and temperature sensor -s5ChasComPwrM5000-950 - OBJECT IDENTIFIER ::= { s5ChasComPwr 1 } -s5ChasComPwrM5000-950Fan -- Internal Fan - OBJECT IDENTIFIER ::= { s5ChasComPwrM5000-950 1 } -s5ChasComPwrM5000-950TmpSnr -- Internal Temerature Sensor - OBJECT IDENTIFIER ::= { s5ChasComPwrM5000-950 2 } - --- Centillion AC Chassis Power Supply -s5ChasComPwrCent OBJECT IDENTIFIER ::= { s5ChasComPwr 2 } ---Centillion 50N Chassis Power Supply -s5ChasComPwrCent50N OBJECT IDENTIFIER ::= { s5ChasComPwr 3 } ---Centillion 50T Chassis Power Supply -s5ChasComPwrCent50T OBJECT IDENTIFIER ::= { s5ChasComPwr 4 } - --- Power supplies (NEW names) -s5ChasComMPwr OBJECT IDENTIFIER ::= { s5ChasComTypeVal 8 } - -s5ChasComM5000Pwr -- 5000 Chassis - OBJECT IDENTIFIER ::= { s5ChasComMPwr 12 } - -s5ChasComM5005Pwr -- 5005 Chassis - OBJECT IDENTIFIER ::= { s5ChasComMPwr 17 } - -s5ChasComM1032xPwr -- 1032x Chassis - OBJECT IDENTIFIER ::= { s5ChasComMPwr 16 } - -s5ChasComM5DN000Pwr -- Distributed 5000 Chassis - OBJECT IDENTIFIER ::= { s5ChasComMPwr 24 } - -s5ChasComMNBayStackPwr -- BayStack Ethernet Hub Power Supply - OBJECT IDENTIFIER ::= { s5ChasComMPwr 25 } - -s5ChasComMBayStack100Pwr -- BayStack 100BASE-T Power Supply - OBJECT IDENTIFIER ::= { s5ChasComMPwr 27 } - -s5ChasComM3000Pwr -- 3000 Chassis Power Supply - OBJECT IDENTIFIER ::= { s5ChasComMPwr 28 } - -s5ChasComMBayStackTrPwr -- BayStack Token Ring Hub Power Supply - OBJECT IDENTIFIER ::= { s5ChasComMPwr 36 } - -s5ChasComM28200Pwr -- 28200 Chassis Power Supplies - OBJECT IDENTIFIER ::= { s5ChasComMPwr 30 } - -s5ChasComMBayStack301Pwr -- BayStack 301 Chassis Power Supplies - OBJECT IDENTIFIER ::= { s5ChasComMPwr 31 } - -s5ChasComSwitchNodePwr -- Switch Node Chassis Power Supply - OBJECT IDENTIFIER ::= { s5ChasComMPwr 32 } - -s5ChasComBayStack150Pwr -- BayStack150 Ethernet Hub Power Supply - OBJECT IDENTIFIER ::= { s5ChasComMPwr 41 } - -s5ChasComMBayStack303-304Pwr -- BayStack 303/304 Chassis Power Supply - OBJECT IDENTIFIER ::= { s5ChasComMPwr 42 } - -s5ChasComBayStack200Pwr -- BayStack200 Ethernet Hub Power Supply - OBJECT IDENTIFIER ::= { s5ChasComMPwr 43 } - -s5ChasComBayStack250Pwr -- BayStack250 Ethernet Hub Power Supply - OBJECT IDENTIFIER ::= { s5ChasComMPwr 44 } - -s5ChasComMAccelar8001Pwr -- Accelar 8010 Chassis AC Power Supply - OBJECT IDENTIFIER ::= { s5ChasComMPwr 45 } - -s5ChasComMAccelar8002Pwr -- Accelar 8010 Chassis DC Power Supply - OBJECT IDENTIFIER ::= { s5ChasComMPwr 46 } - --- BPS 2000 24 port Switch Power Supply -s5ChasComBPS2000Pwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 47 } -s5ChasComBPS2000Pwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBPS2000Pwr 1 } -s5ChasComBPS2000Pwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComBPS2000Pwr 2 } - --- BayStack450 Switch Family Power Supply (includes BayStack 350 and 410) -s5ChasComBayStack450Pwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 48 } -s5ChasComBayStack450Pwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBayStack450Pwr 1 } -s5ChasComBayStack450Pwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComBayStack450Pwr 2 } - --- BayStack3580 Gigabit Switch Power Supply -s5ChasComBayStack3580Pwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 49 } -s5ChasComBayStack3580Pwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBayStack3580Pwr 1 } -s5ChasComBayStack3580Pwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= {s5ChasComBayStack3580Pwr 2 } - --- BayStack420 24 Port Switch Power Supply -s5ChasComBayStack420Pwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 50 } - --- Metro1200ESM 12 Port Switch Power Supply -s5ChasComMetro1200ESMPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 51 } -s5ChasComMetro1200ESMPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComMetro1200ESMPwr 1 } -s5ChasComMetro1200ESMPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComMetro1200ESMPwr 2 } - --- BayStack380 24 Port 10/100/1000 Switch Power Supply -s5ChasComBayStack380Pwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 52 } -s5ChasComBayStack380Pwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBayStack380Pwr 1 } -s5ChasComBayStack380Pwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComBayStack380Pwr 2 } - --- BayStack470 48 Port Switch Power Supply -s5ChasComBayStack470Pwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 53 } -s5ChasComBayStack470Pwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBayStack470Pwr 1 } -s5ChasComBayStack470Pwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComBayStack470Pwr 2 } - --- Metro1450ESM 12 Port + 2 GBIC Switch Power Supply -s5ChasComMetro1450ESMPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 54 } -s5ChasComMetro1450ESMPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComMetro1450ESMPwr 1 } -s5ChasComMetro1450ESMPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComMetro1450ESMPwr 2 } - --- Metro1400ESM 12 Port + 2 GBIC Switch Power Supply -s5ChasComMetro1400ESMPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 55 } -s5ChasComMetro1400ESMPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComMetro1400ESMPwr 1 } -s5ChasComMetro1400ESMPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComMetro1400ESMPwr 2 } - --- BayStack460-24T-PWR 24 Port Switch Power Supply -s5ChasComBayStack460-24T-PWRPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 56 } -s5ChasComBayStack460-24T-PWRPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBayStack460-24T-PWRPwr 1 } -s5ChasComBayStack460-24T-PWRPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComBayStack460-24T-PWRPwr 2 } - --- BayStack380-24F 20 Mini-Gbic + 4 Gbic Port 1000 Switch Power Supply -s5ChasComBayStack380-24FPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 57 } -s5ChasComBayStack380-24FPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBayStack380-24FPwr 1 } -s5ChasComBayStack380-24FPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComBayStack380-24FPwr 2 } - --- BayStack5510-24T 24 Port Switch Power Supply -s5ChasComBayStack5510-24TPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 58 } -s5ChasComBayStack5510-24TPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBayStack5510-24TPwr 1 } -s5ChasComBayStack5510-24TPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComBayStack5510-24TPwr 2 } - --- BayStack5510-48T 48 Port Switch Power Supply -s5ChasComBayStack5510-48TPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 59 } -s5ChasComBayStack5510-48TPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBayStack5510-48TPwr 1 } -s5ChasComBayStack5510-48TPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComBayStack5510-48TPwr 2 } - --- BayStack470 24 Port Switch Power Supply -s5ChasComBayStack470-24TPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 60 } -s5ChasComBayStack470-24TPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBayStack470-24TPwr 1 } -s5ChasComBayStack470-24TPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComBayStack470-24TPwr 2 } - --- Nortel Networks Wireless LAN Access Point 2220 Power Supply -s5ChasComWLANAccessPoint2220Pwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 61 } -s5ChasComWLANAccessPoint2220Pwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComWLANAccessPoint2220Pwr 1 } - --- Nortel Networks Wireless LAN Security Switch 2250 Power Supply -s5ChasComWLANSecuritySwitch2250Pwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 62 } -s5ChasComWLANSecuritySwitch2250Pwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComWLANSecuritySwitch2250Pwr 1 } - --- BayStack 425 Switch Power Supply -s5ChasComBayStack425Pwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 63 } -s5ChasComBayStack425PwrMain -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBayStack425Pwr 1 } -s5ChasComBayStack425PwrRedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComBayStack425Pwr 2 } - --- Nortel Networks Wireless LAN Access Point 2221 Power Supply -s5ChasComWLANAccessPoint2221Pwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 64 } -s5ChasComWLANAccessPoint2221Pwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComWLANAccessPoint2221Pwr 1 } - --- BayStack5520-24T-PWR 24 Port Switch Power Supply -s5ChasComBayStack5520-24T-PWRPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 65 } -s5ChasComBayStack5520-24T-PWRPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBayStack5520-24T-PWRPwr 1 } -s5ChasComBayStack5520-24T-PWRPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComBayStack5520-24T-PWRPwr 2 } - --- BayStack5520-48T-PWR 48 Port Switch Power Supply -s5ChasComBayStack5520-48T-PWRPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 66 } -s5ChasComBayStack5520-48T-PWRPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBayStack5520-48T-PWRPwr 1 } -s5ChasComBayStack5520-48T-PWRPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComBayStack5520-48T-PWRPwr 2 } - --- BayStack 325 Switch Power Supply -s5ChasComBayStack325Pwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 67 } -s5ChasComBayStack325PwrMain -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBayStack325Pwr 1 } -s5ChasComBayStack325PwrRedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComBayStack325Pwr 2 } - --- Nortel Networks Wireless LAN Access Point 2225 Power Supply -s5ChasComWLANAccessPoint2225Pwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 68 } -s5ChasComWLANAccessPoint2225Pwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComWLANAccessPoint2225Pwr 1 } - --- BayStack470 24 Port PWR Switch Power Supply -s5ChasComBayStack470-24T-PWRPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 69 } -s5ChasComBayStack470-24T-PWRPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBayStack470-24T-PWRPwr 1 } -s5ChasComBayStack470-24T-PWRPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComBayStack470-24T-PWRPwr 2 } - --- BayStack470 48 Port PWR Switch Power Supply -s5ChasComBayStack470-48T-PWRPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 70 } -s5ChasComBayStack470-48T-PWRPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBayStack470-48T-PWRPwr 1 } -s5ChasComBayStack470-48T-PWRPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComBayStack470-48T-PWRPwr 2 } - --- Nortel Networks Wireless LAN Security Switch 2270 Power Supply -s5ChasComWLANSecuritySwitch2270Pwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 71 } -s5ChasComWLANSecuritySwitch2270Pwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComWLANSecuritySwitch2270Pwr 1 } - --- Ethernet Routing Switch 5530-24TFD Power Supply -s5ChasComEthernetRoutingSwitch5530-24TFDPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 72 } -s5ChasComEthernetRoutingSwitch5530-24TFDPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComEthernetRoutingSwitch5530-24TFDPwr 1 } -s5ChasComEthernetRoutingSwitch5530-24TFDPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComEthernetRoutingSwitch5530-24TFDPwr 2 } - --- Ethernet Switch 3510-24T Power Supply -s5ChasComEthernetSwitch3510-24TPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 73 } -s5ChasComEthernetSwitch3510-24TPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComEthernetSwitch3510-24TPwr 1 } -s5ChasComEthernetSwitch3510-24TPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComEthernetSwitch3510-24TPwr 2 } - --- SMB GIG BES 1010 24T Power Supply -s5ChasComBES1010-24TPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 74 } -s5ChasComBES1010-24TPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBES1010-24TPwr 1 } -s5ChasComBES1010-24TPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComBES1010-24TPwr 2 } - --- SMB GIG BES 1010 48T Power Supply -s5ChasComBES1010-48TPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 75 } -s5ChasComBES1010-48TPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBES1010-48TPwr 1 } -s5ChasComBES1010-48TPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComBES1010-48TPwr 2 } - --- SMB GIG BES 1020 24T PWR Power Supply -s5ChasComBES1020-24T-PWRPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 76 } -s5ChasComBES1020-24T-PWRPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBES1020-24T-PWRPwr 1 } -s5ChasComBES1020-24T-PWRPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComBES1020-24T-PWRPwr 2 } - --- SMB GIG BES 1020 48T PWR Power Supply -s5ChasComBES1020-48T-PWRPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 77 } -s5ChasComBES1020-48T-PWRPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBES1020-48T-PWRPwr 1 } -s5ChasComBES1020-48T-PWRPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComBES1020-48T-PWRPwr 2 } - --- SMB GIG BES 2010 24T Power Supply -s5ChasComBES2010-24TPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 78 } -s5ChasComBES2010-24TPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBES2010-24TPwr 1 } -s5ChasComBES2010-24TPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComBES2010-24TPwr 2 } - --- SMB GIG BES 2010 48T Power Supply -s5ChasComBES2010-48TPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 79 } -s5ChasComBES2010-48TPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBES2010-48TPwr 1 } -s5ChasComBES2010-48TPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComBES2010-48TPwr 2 } - --- SMB GIG BES 2020 24T PWR Power Supply -s5ChasComBES2020-24T-PWRPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 80 } -s5ChasComBES2020-24T-PWRPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBES2020-24T-PWRPwr 1 } -s5ChasComBES2020-24T-PWRPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComBES2020-24T-PWRPwr 2 } - --- SMB GIG BES 2020 48T PWR Power Supply -s5ChasComBES2020-48T-PWRPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 81 } -s5ChasComBES2020-48T-PWRPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBES2020-48T-PWRPwr 1 } -s5ChasComBES2020-48T-PWRPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComBES2020-48T-PWRPwr 2 } - --- SMB FE BES 110 24T Power Supply -s5ChasComBES110-24TPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 82 } -s5ChasComBES110-24TPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBES110-24TPwr 1 } -s5ChasComBES110-24TPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComBES110-24TPwr 2 } - --- SMB FE BES 110 48T Power Supply -s5ChasComBES110-48TPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 83 } -s5ChasComBES110-48TPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBES110-48TPwr 1 } -s5ChasComBES110-48TPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComBES110-48TPwr 2 } - --- SMB FE BES 120 24T PWR Power Supply -s5ChasComBES120-24T-PWRPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 84 } -s5ChasComBES120-24T-PWRPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBES120-24T-PWRPwr 1 } -s5ChasComBES120-24T-PWRPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComBES120-24T-PWRPwr 2 } - --- SMB FE BES 120 48T PWR Power Supply -s5ChasComBES120-48T-PWRPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 85 } -s5ChasComBES120-48T-PWRPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBES120-48T-PWRPwr 1 } -s5ChasComBES120-48T-PWRPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComBES120-48T-PWRPwr 2 } - --- SMB FE BES 210 24T Power Supply -s5ChasComBES210-24TPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 86 } -s5ChasComBES210-24TPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBES210-24TPwr 1 } -s5ChasComBES210-24TPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComBES210-24TPwr 2 } - --- SMB FE BES 210 48T Power Supply -s5ChasComBES210-48TPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 87 } -s5ChasComBES210-48TPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBES210-48TPwr 1 } -s5ChasComBES210-48TPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComBES210-48TPwr 2 } - --- SMB FE BES 220 24T PWR Power Supply -s5ChasComBES220-24T-PWRPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 88 } -s5ChasComBES220-24T-PWRPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBES220-24T-PWRPwr 1 } -s5ChasComBES220-24T-PWRPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComBES220-24T-PWRPwr 2 } - --- SMB FE BES 220 48T PWR Power Supply -s5ChasComBES220-48T-PWRPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 89 } -s5ChasComBES220-48T-PWRPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBES220-48T-PWRPwr 1 } -s5ChasComBES220-48T-PWRPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComBES220-48T-PWRPwr 2 } - --- ERS 4548GT Power Supply (Botany Bay) -s5ChasComERS4548GTPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 90 } -s5ChasComERS4548GTPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComERS4548GTPwr 1 } -s5ChasComERS4548GTPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComERS4548GTPwr 2 } - --- ERS 4548GT-PWR Power Supply (Botany Bay) -s5ChasComERS4548GT-PWRPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 91 } -s5ChasComERS4548GT-PWRPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComERS4548GT-PWRPwr 1 } -s5ChasComERS4548GT-PWRPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComERS4548GT-PWRPwr 2 } - --- ERS 4550T Power Supply (Botany Bay) -s5ChasComERS4550TPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 92 } -s5ChasComERS4550TPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComERS4550TPwr 1 } -s5ChasComERS4550TPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComERS4550TPwr 2 } - --- ERS 4550T-PWR Power Supply (Botany Bay) -s5ChasComERS4550T-PWRPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 93 } -s5ChasComERS4550T-PWRPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComERS4550T-PWRPwr 1 } -s5ChasComERS4550T-PWRPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComERS4550T-PWRPwr 2 } - --- ERS 4526FX Power Supply (Botany Bay) -s5ChasComERS4526FXPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 94 } -s5ChasComERS4526FXPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComERS4526FXPwr 1 } -s5ChasComERS4526FXPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComERS4526FXPwr 2 } - --- ERS 2500-26T Power Supply -s5ChasComERS2500-26TPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 95 } -s5ChasComERS2500-26TPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComERS2500-26TPwr 1 } -s5ChasComERS2500-26TPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComERS2500-26TPwr 2 } - --- ERS 2500-26T-PWR Power Supply -s5ChasComERS2500-26T-PWRPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 96 } -s5ChasComERS2500-26T-PWRPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComERS2500-26T-PWRPwr 1 } -s5ChasComERS2500-26T-PWRPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComERS2500-26T-PWRPwr 2 } - --- ERS 2500-50T Power Supply -s5ChasComERS2500-50TPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 97 } -s5ChasComERS2500-50TPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComERS2500-50TPwr 1 } -s5ChasComERS2500-50TPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComERS2500-50TPwr 2 } - --- ERS 2500-50T-PWR Power Supply -s5ChasComERS2500-50T-PWRPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 98 } -s5ChasComERS2500-50T-PWRPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComERS2500-50T-PWRPwr 1 } -s5ChasComERS2500-50T-PWRPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComERS2500-50T-PWRPwr 2 } - --- ERS 4526GTX-PWR Power Supply (Botany Bay) -s5ChasComERS4526GTX-PWRPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 99 } -s5ChasComERS4526GTX-PWRPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComERS4526GTX-PWRPwr 1 } -s5ChasComERS4526GTX-PWRPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComERS4526GTX-PWRPwr 2 } - --- ERS 4526GTX Power Supply (Botany Bay) -s5ChasComERS4526GTXPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 100 } -s5ChasComERS4526GTXPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComERS4526GTXPwr 1 } -s5ChasComERS4526GTXPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComERS4526GTXPwr 2 } - --- ERS 4524GT Power Supply (Botany Bay) -s5ChasComERS4524GTPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 101 } -s5ChasComERS4524GTPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComERS4524GTPwr 1 } -s5ChasComERS4524GTPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComERS4524GTPwr 2 } - --- ERS 4526T Power Supply (Botany Bay) -s5ChasComERS4526TPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 102 } -s5ChasComERS4526TPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComERS4526TPwr 1 } -s5ChasComERS4526TPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComERS4526TPwr 2 } - --- ERS 4526T-PWR Power Supply (Botany Bay) -s5ChasComERS4526T-PWRPwr - OBJECT IDENTIFIER ::= { s5ChasComMPwr 103 } -s5ChasComERS4526T-PWRPwr-Main -- Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComERS4526T-PWRPwr 1 } -s5ChasComERS4526T-PWRPwr-RedundFeed -- Redundant Power Supply Feed - OBJECT IDENTIFIER ::= { s5ChasComERS4526T-PWRPwr 2 } - - --- Model 5000 (721-018) 950 Watt AC Chassis Power Supply with --- internal fan and temperature sensor (but returning a differnt ID) -s5ChasComM5000Pwr-950A - OBJECT IDENTIFIER ::= { s5ChasComM5000Pwr 0 } - --- Model 5000 (721-018) 950 Watt AC Chassis Power Supply with --- internal fan and temperature sensor -s5ChasComM5000Pwr-950 - OBJECT IDENTIFIER ::= { s5ChasComM5000Pwr 1 } - --- Model 5000 1400 Watt DC Chassis Power Supply -s5ChasComM5000Pwr-1400WDC - OBJECT IDENTIFIER ::= { s5ChasComM5000Pwr 3 } - --- Model 5005 (721-029) 600 Watt AC Chassis Power Supply with --- internal fan and temperature sensor -s5ChasComM5005Pwr-600 - OBJECT IDENTIFIER ::= { s5ChasComM5005Pwr 1 } - --- Model 5005 900 Watt AC Chassis Power Supply -s5ChasComM5005Pwr-900WAC - OBJECT IDENTIFIER ::= { s5ChasComM5005Pwr 2 } - --- Model 5005 900 Watt DC Chassis Power Supply -s5ChasComM5005Pwr-900WDC - OBJECT IDENTIFIER ::= { s5ChasComM5005Pwr 3 } - --- Model 1032x (721-???) ??? Watt AC Chassis Power Supply -s5ChasComM1032xPwr-A - OBJECT IDENTIFIER ::= { s5ChasComM1032xPwr 1 } - --- Stackable Redundant Power Supply Feed -s5ChasCom5DN000Pwr-RedundFeed - OBJECT IDENTIFIER ::= { s5ChasComM5DN000Pwr 1 } - --- Model 5DN002 Hub 50W AC Chassis Power Supply -s5ChasComM5DN002Pwr-50W - OBJECT IDENTIFIER ::= { s5ChasComM5DN000Pwr 2 } - --- Model 5DN003 Hub 110W AC Chassis Power Supply -s5ChasComM5DN003Pwr-110W - OBJECT IDENTIFIER ::= { s5ChasComM5DN000Pwr 3 } - --- Stackable Redundant Power Supply Feed -s5ChasComMNBayStackPwr-RedundFeed - OBJECT IDENTIFIER ::= { s5ChasComMNBayStackPwr 1 } - --- BayStack Ethernet Hub 50W AC Chassis Power Supply -s5ChasComMNBayStackPwr-50W - OBJECT IDENTIFIER ::= { s5ChasComMNBayStackPwr 2 } - --- BayStack 100BASE-T Hub 110W AC Chassis Power Supply -s5ChasComMBayStack100Pwr-110W - OBJECT IDENTIFIER ::= { s5ChasComMBayStack100Pwr 2 } - --- BayStack 100BASE-T Hub Redundant Power Supply Feed -s5ChasComMBayStack100Pwr-RedundFeed - OBJECT IDENTIFIER ::= { s5ChasComMBayStack100Pwr 1 } - --- Model 3001 360 Watt Power Supply Module -s5ChasComM3000360Pwr - OBJECT IDENTIFIER ::= { s5ChasComM3000Pwr 1 } - --- Model 3002/3002DC 460 Watt Power Supply Module -s5ChasComM3000460Pwr - OBJECT IDENTIFIER ::= { s5ChasComM3000Pwr 2 } - --- Model 3003 460 Watt DC/DC Power Supply Module -s5ChasComM3003-460Pwr - OBJECT IDENTIFIER ::= { s5ChasComM3000Pwr 3 } - --- Stackable Redundant Power supply Feed -s5ChasComMBayStackTrPwr-RedundFeed - OBJECT IDENTIFIER ::= { s5ChasComMBayStackTrPwr 1 } - --- Module BayStack TR (721-048-A) 150W AC/DC Chassis PowerSupply -s5ChasComMBayStackTrPwr-150W - OBJECT IDENTIFIER ::= { s5ChasComMBayStackTrPwr 2 } - --- Model 28200 Ethernet Switch 182W AC Chassis Power Supply -s5ChasComM28200Pwr-182W - OBJECT IDENTIFIER ::= { s5ChasComM28200Pwr 2 } --- Model 28200 Ethernet Switch Redundant Power Supply Feed -s5ChasComM28200Pwr-RedundFeed - OBJECT IDENTIFIER ::= { s5ChasComM28200Pwr 1 } - --- BayStack 301 Internal Power Supply -s5ChasComMBayStack301IntPwr - OBJECT IDENTIFIER ::= { s5ChasComMBayStack301Pwr 1 } --- BayStack 301 External Power Supply -s5ChasComMBayStack301ExtPwr - OBJECT IDENTIFIER ::= { s5ChasComMBayStack301Pwr 2 } - --- BayStack150 Ethernet Hub Chassis Power Supply -s5ChasComBayStack150MasterPwr -- Master Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBayStack150Pwr 1 } -s5ChasComBayStack150SlavePwr -- Slave unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBayStack150Pwr 2 } - --- BayStack200 Ethernet Hub Chassis Power Supply -s5ChasComBayStack200MasterPwr -- Master Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBayStack200Pwr 1 } - --- BayStack250 Ethernet Hub Chassis Power Supply -s5ChasComBayStack250MasterPwr -- Master Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBayStack250Pwr 1 } -s5ChasComBayStack250SlavePwr -- Slave Unit Power Supply - OBJECT IDENTIFIER ::= { s5ChasComBayStack250Pwr 2 } - - - - - --- Chassis level Temperature Sensors -s5ChasComTmpSnr OBJECT IDENTIFIER ::= { s5ChasComTypeVal 3 } - --- Model 5000 Chassis temperature sensor -s5ChasComTmpSnrM5000 - OBJECT IDENTIFIER ::= { s5ChasComTmpSnr 1 } - --- OPTera Metro 1200 Ethernet Service Module Chassis temperature sensor -s5ChasComTmpSnrMetro1200ESM - OBJECT IDENTIFIER ::= { s5ChasComTmpSnr 2 } - --- OPTera Metro 1450 Ethernet Service Module Chassis temperature sensor -s5ChasComTmpSnrMetro1450ESM - OBJECT IDENTIFIER ::= { s5ChasComTmpSnr 3 } - --- OPTera Metro 1400 Ethernet Service Module Chassis temperature sensor -s5ChasComTmpSnrMetro1400ESM - OBJECT IDENTIFIER ::= { s5ChasComTmpSnr 4 } - --- BayStack 460-24T-PWR Chassis temperature sensor -s5ChasComTmpSnrBayStack460-24T-PWR - OBJECT IDENTIFIER ::= { s5ChasComTmpSnr 5 } - --- BayStack 5510-24T Chassis temperature sensor -s5ChasComTmpSnrBayStack5510-24T - OBJECT IDENTIFIER ::= { s5ChasComTmpSnr 6 } - --- BayStack 5510-48T Chassis temperature sensor -s5ChasComTmpSnrBayStack5510-48T - OBJECT IDENTIFIER ::= { s5ChasComTmpSnr 7 } - --- BayStack 425 Chassis temperature sensor -s5ChasComTmpSnrBayStack425 - OBJECT IDENTIFIER ::= { s5ChasComTmpSnr 8 } - --- BayStack 5520-24T-PWR and 5520-48T-PWR Chassis temperature sensor -s5ChasComTmpSnrBayStack5520-24T-PWR - OBJECT IDENTIFIER ::= { s5ChasComTmpSnr 9 } -s5ChasComTmpSnrBayStack5520-48T-PWR - OBJECT IDENTIFIER ::= { s5ChasComTmpSnr 10 } - --- BayStack 325 Chassis temperature sensor -s5ChasComTmpSnrBayStack325 - OBJECT IDENTIFIER ::= { s5ChasComTmpSnr 11 } - --- Chassis level Temperature Sensors (NEW names) -s5ChasComMTmpSnr OBJECT IDENTIFIER ::= { s5ChasComTypeVal 9 } -s5ChasComM5000TmpSnr -- 5000 Chassis - OBJECT IDENTIFIER ::= { s5ChasComMTmpSnr 12 } -s5ChasComM5005TmpSnr -- 5005 Chassis - OBJECT IDENTIFIER ::= { s5ChasComMTmpSnr 17 } - --- Model 5000 (900-???) Chassis temperature sensor -s5ChasComM5000TmpSnrA - OBJECT IDENTIFIER ::= { s5ChasComM5000TmpSnr 1 } - --- Model 5005 (900-???) Chassis temperature sensor -s5ChasComM5005TmpSnrA - OBJECT IDENTIFIER ::= { s5ChasComM5005TmpSnr 1 } - --- Chassis level Fans -s5ChasComFan OBJECT IDENTIFIER ::= { s5ChasComTypeVal 4 } - --- Model 5000 (900-003) Chassis fan -s5ChasComFanM5000 - OBJECT IDENTIFIER ::= { s5ChasComFan 1 } - --- Centillion Chassis fan -s5ChasComFanCent OBJECT IDENTIFIER ::= { s5ChasComFan 2 } ---Centillion 50N Chassis Power Supply -s5ChasComCent50NFan OBJECT IDENTIFIER ::= { s5ChasComFan 3 } ---Centillion 50T Chassis Power Supply -s5ChasComCent50TFan OBJECT IDENTIFIER ::= { s5ChasComFan 4 } - --- Chassis level Fans (NEW names) -s5ChasComMFan OBJECT IDENTIFIER ::= { s5ChasComTypeVal 10 } - -s5ChasComM5000Fan -- 5000 Chassis - OBJECT IDENTIFIER ::= { s5ChasComMFan 12 } - -s5ChasComM5005Fan -- 5005 Chassis - OBJECT IDENTIFIER ::= { s5ChasComMFan 17 } - -s5ChasComM1032xFan -- 1032x Chassis - OBJECT IDENTIFIER ::= { s5ChasComMFan 16 } - -s5ChasComM5DN000Fan -- Distributed 5000 Chassis - OBJECT IDENTIFIER ::= { s5ChasComMFan 24 } - -s5ChasComMNBayStackFan -- BayStack Ethernet Hub Fan - OBJECT IDENTIFIER ::= { s5ChasComMFan 25 } - -s5ChasComMBayStack100Fan -- BayStack 100BASE-T Hub Fan - OBJECT IDENTIFIER ::= { s5ChasComMFan 27 } - -s5ChasComM3000Fan -- 3000 Chassis Fan - OBJECT IDENTIFIER ::= { s5ChasComMFan 28 } - -s5ChasComM28200Fan --Model 28200 Ethernet Switch Chassis Level Fan - OBJECT IDENTIFIER ::= { s5ChasComMFan 30 } - -s5ChasComMBayStack301Fan -- Bay Stack 301 Chassis Level Fan - OBJECT IDENTIFIER ::= { s5ChasComMFan 31 } - -s5ChasComSwitchNodeFan -- Switch Node Chassis Fan - OBJECT IDENTIFIER ::= { s5ChasComMFan 32 } - -s5ChasComMBayStackTrFan -- BayStack Token Ring hub Fan - OBJECT IDENTIFIER ::= { s5ChasComMFan 36 } - -s5ChasComBayStack150Fan -- BayStack150 Ethernet Hub Fan - OBJECT IDENTIFIER ::= { s5ChasComMFan 41 } - -s5ChasComMBayStack303-304Fan -- Bay Stack 303/304 Chassis Level Fan - OBJECT IDENTIFIER ::= { s5ChasComMFan 42 } - -s5ChasComBayStack200Fan -- BayStack200 Ethernet Hub Fan - OBJECT IDENTIFIER ::= { s5ChasComMFan 43 } - -s5ChasComBayStack250Fan -- BayStack250 Ethernet Hub Fan - OBJECT IDENTIFIER ::= { s5ChasComMFan 44 } - -s5ChasComMAccelar8010Fan -- Accelar 8010 Chassis Fan - OBJECT IDENTIFIER ::= { s5ChasComMFan 45 } - -s5ChasComBPS2000Fan -- BPS 2000 Ethernet Switch Fan - OBJECT IDENTIFIER ::= { s5ChasComMFan 47 } -s5ChasComBPS2000UnitFan - OBJECT IDENTIFIER ::= { s5ChasComBPS2000Fan 1 } - --- BayStack450 Switch Family Fan (includes BayStack 350 and 410) -s5ChasComBayStack450Fan - OBJECT IDENTIFIER ::= { s5ChasComMFan 48 } -s5ChasComBayStack450UnitFan - OBJECT IDENTIFIER ::= { s5ChasComBayStack450Fan 1 } -s5ChasComBayStack450RedundPwrFan - OBJECT IDENTIFIER ::= { s5ChasComBayStack450Fan 2 } - --- BayStack3580 Gigabit Switch Fan -s5ChasComBayStack3580Fan - OBJECT IDENTIFIER ::= { s5ChasComMFan 49 } -s5ChasComBayStack3580UnitFan - OBJECT IDENTIFIER ::= { s5ChasComBayStack3580Fan 1 } - --- BayStack420 Ethernet Switch Fan -s5ChasComBayStack420Fan - OBJECT IDENTIFIER ::= { s5ChasComMFan 50 } - --- OPTera Metro 1200 Ethernet Service Module Ethernet Switch Fan -s5ChasComMetro1200ESMFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 51 } -s5ChasComMetro1200ESMUnitFan - OBJECT IDENTIFIER ::= { s5ChasComMetro1200ESMFan 1 } - --- BayStack380 Ethernet Switch Fan -s5ChasComBayStack380Fan - OBJECT IDENTIFIER ::= { s5ChasComMFan 52 } -s5ChasComBayStack380UnitFan - OBJECT IDENTIFIER ::= { s5ChasComBayStack380Fan 1 } - --- BayStack470 Ethernet Switch Fan -s5ChasComBayStack470Fan - OBJECT IDENTIFIER ::= { s5ChasComMFan 53 } -s5ChasComBayStack470UnitFan - OBJECT IDENTIFIER ::= { s5ChasComBayStack470Fan 1 } - --- OPTera Metro 1450 Ethernet Service Module Ethernet Switch Fan -s5ChasComMetro1450ESMFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 54 } -s5ChasComMetro1450ESMUnitFan - OBJECT IDENTIFIER ::= { s5ChasComMetro1450ESMFan 1 } - --- OPTera Metro 1400 Ethernet Service Module Ethernet Switch Fan -s5ChasComMetro1400ESMFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 55 } -s5ChasComMetro1400ESMUnitFan - OBJECT IDENTIFIER ::= { s5ChasComMetro1400ESMFan 1 } - --- BayStack 460-24T-PWR Ethernet Switch Fan -s5ChasComBayStack460-24T-PWRFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 56 } -s5ChasComBayStack460-24T-PWRUnitFan - OBJECT IDENTIFIER ::= { s5ChasComBayStack460-24T-PWRFan 1 } - --- BayStack380-24F Ethernet Switch Fan -s5ChasComBayStack380-24F-Fan - OBJECT IDENTIFIER ::= { s5ChasComMFan 57 } -s5ChasComBayStack380-24FUnitFan - OBJECT IDENTIFIER ::= { s5ChasComBayStack380-24F-Fan 1 } - --- BayStack 5510-24T Ethernet Switch Fan -s5ChasComBayStack5510-24TFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 58 } -s5ChasComBayStack5510-24TUnitFan - OBJECT IDENTIFIER ::= { s5ChasComBayStack5510-24TFan 1 } - --- BayStack 5510-48T Ethernet Switch Fan -s5ChasComBayStack5510-48TFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 59 } -s5ChasComBayStack5510-48TUnitFan - OBJECT IDENTIFIER ::= { s5ChasComBayStack5510-48TFan 1 } - --- BayStack470-24T Ethernet Switch Fan -s5ChasComBayStack470-24TFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 60 } -s5ChasComBayStack470-24TUnitFan - OBJECT IDENTIFIER ::= { s5ChasComBayStack470-24TFan 1 } - --- Nortel Networks Wireless LAN Access Point 2220 Fan -s5ChasComWLANAccessPoint2220Fan - OBJECT IDENTIFIER ::= { s5ChasComMFan 61 } -s5ChasComWLANAccessPoint2220UnitFan - OBJECT IDENTIFIER ::= { s5ChasComWLANAccessPoint2220Fan 1 } - --- Nortel Networks Wireless LAN Security Switch 2250 Fan -s5ChasComWLANSecuritySwitch2250Fan - OBJECT IDENTIFIER ::= { s5ChasComMFan 62 } -s5ChasComWLANSecuritySwitch2250UnitFan - OBJECT IDENTIFIER ::= { s5ChasComWLANSecuritySwitch2250Fan 1 } - --- BayStack 425 Ethernet Switch Fan -s5ChasComBayStack425Fan - OBJECT IDENTIFIER ::= { s5ChasComMFan 63 } -s5ChasComBayStack425UnitFan - OBJECT IDENTIFIER ::= { s5ChasComBayStack425Fan 1 } - --- Nortel Networks Wireless LAN Access Point 2221 Fan -s5ChasComWLANAccessPoint2221Fan - OBJECT IDENTIFIER ::= { s5ChasComMFan 64 } -s5ChasComWLANAccessPoint2221UnitFan - OBJECT IDENTIFIER ::= { s5ChasComWLANAccessPoint2221Fan 1 } - --- BayStack 5520-24T-PWR Ethernet Switch Fan -s5ChasComBayStack5520-24T-PWRFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 65 } -s5ChasComBayStack5520-24T-PWRUnitFan - OBJECT IDENTIFIER ::= { s5ChasComBayStack5520-24T-PWRFan 1 } - --- BayStack 5520-48T-PWR Ethernet Switch Fan -s5ChasComBayStack5520-48T-PWRFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 66 } -s5ChasComBayStack5520-48T-PWRUnitFan - OBJECT IDENTIFIER ::= { s5ChasComBayStack5520-48T-PWRFan 1 } - --- BayStack 325 Ethernet Switch Fan -s5ChasComBayStack325Fan - OBJECT IDENTIFIER ::= { s5ChasComMFan 67 } -s5ChasComBayStack325UnitFan - OBJECT IDENTIFIER ::= { s5ChasComBayStack325Fan 1 } - --- Nortel Networks Wireless LAN Access Point 2225 Fan -s5ChasComWLANAccessPoint2225Fan - OBJECT IDENTIFIER ::= { s5ChasComMFan 68 } -s5ChasComWLANAccessPoint2225UnitFan - OBJECT IDENTIFIER ::= { s5ChasComWLANAccessPoint2225Fan 1 } - --- BayStack470-24T PWR Ethernet Switch Fan -s5ChasComBayStack470-24T-PWRFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 69 } -s5ChasComBayStack470-24T-PWRUnitFan - OBJECT IDENTIFIER ::= { s5ChasComBayStack470-24T-PWRFan 1 } - --- BayStack470-48T PWR Ethernet Switch Fan -s5ChasComBayStack470-48T-PWRFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 70 } -s5ChasComBayStack470-48T-PWRUnitFan - OBJECT IDENTIFIER ::= { s5ChasComBayStack470-48T-PWRFan 1 } - --- Nortel Networks Wireless LAN Security Switch 2270 Fan -s5ChasComWLANSecuritySwitch2270Fan - OBJECT IDENTIFIER ::= { s5ChasComMFan 71 } -s5ChasComWLANSecuritySwitch2270UnitFan - OBJECT IDENTIFIER ::= { s5ChasComWLANSecuritySwitch2270Fan 1 } - --- Ethernet Routing Switch 5530-24TFD Switch Fan -s5ChasComEthernetRoutingSwitch5530-24TFDFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 72 } -s5ChasComEthernetRoutingSwitch5530-24TFDUnitFan - OBJECT IDENTIFIER ::= { s5ChasComEthernetRoutingSwitch5530-24TFDFan 1 } - --- Ethernet Switch 3510-24T Switch Fan -s5ChasComEthernetSwitch3510-24TFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 73 } -s5ChasComEthernetSwitch3510-24TUnitFan - OBJECT IDENTIFIER ::= { s5ChasComEthernetSwitch3510-24TFan 1 } - --- SMB GIG BES 1010 24T Switch Fan -s5ChasComBES1010-24TFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 74 } -s5ChasComBES1010-24TUnitFan - OBJECT IDENTIFIER ::= { s5ChasComBES1010-24TFan 1 } - --- SMB GIG BES 1010 48T Switch Fan -s5ChasComBES1010-48TFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 75 } -s5ChasComBES1010-48TUnitFan - OBJECT IDENTIFIER ::= { s5ChasComBES1010-48TFan 1 } - --- SMB GIG BES 1020 24T PWR Switch Fan -s5ChasComBES1020-24T-PWRFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 76 } -s5ChasComBES1020-24T-PWRUnitFan - OBJECT IDENTIFIER ::= { s5ChasComBES1020-24T-PWRFan 1 } - --- SMB GIG BES 1020 48T PWR Switch Fan -s5ChasComBES1020-48T-PWRFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 77 } -s5ChasComBES1020-48T-PWRUnitFan - OBJECT IDENTIFIER ::= { s5ChasComBES1020-48T-PWRFan 1 } - --- SMB GIG BES 2010 24T Switch Fan -s5ChasComBES2010-24TFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 78 } -s5ChasComBES2010-24TUnitFan - OBJECT IDENTIFIER ::= { s5ChasComBES2010-24TFan 1 } - --- SMB GIG BES 2010 48T Switch Fan -s5ChasComBES2010-48TFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 79 } -s5ChasComBES2010-48TUnitFan - OBJECT IDENTIFIER ::= { s5ChasComBES2010-48TFan 1 } - --- SMB GIG BES 2020 24T PWR Switch Fan -s5ChasComBES2020-24T-PWRFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 80 } -s5ChasComBES2020-24T-PWRUnitFan - OBJECT IDENTIFIER ::= { s5ChasComBES2020-24T-PWRFan 1 } - --- SMB GIG BES 2020 48T PWR Switch Fan -s5ChasComBES2020-48T-PWRFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 81 } -s5ChasComBES2020-48T-PWRUnitFan - OBJECT IDENTIFIER ::= { s5ChasComBES2020-48T-PWRFan 1 } - --- SMB FE BES 110 24T Switch Fan -s5ChasComBES110-24TFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 82 } -s5ChasComBES110-24TUnitFan - OBJECT IDENTIFIER ::= { s5ChasComBES110-24TFan 1 } - --- SMB FE BES 110 48T Switch Fan -s5ChasComBES110-48TFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 83 } -s5ChasComBES110-48TUnitFan - OBJECT IDENTIFIER ::= { s5ChasComBES110-48TFan 1 } - --- SMB FE BES 120 24T PWR Switch Fan -s5ChasComBES120-24T-PWRFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 84 } -s5ChasComBES120-24T-PWRUnitFan - OBJECT IDENTIFIER ::= { s5ChasComBES120-24T-PWRFan 1 } - --- SMB FE BES 120 48T PWR Switch Fan -s5ChasComBES120-48T-PWRFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 85 } -s5ChasComBES120-48T-PWRUnitFan - OBJECT IDENTIFIER ::= { s5ChasComBES120-48T-PWRFan 1 } - --- SMB FE BES 210 24T Switch Fan -s5ChasComBES210-24TFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 86 } -s5ChasComBES210-24TUnitFan - OBJECT IDENTIFIER ::= { s5ChasComBES210-24TFan 1 } - --- SMB FE BES 210 48T Switch Fan -s5ChasComBES210-48TFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 87 } -s5ChasComBES210-48TUnitFan - OBJECT IDENTIFIER ::= { s5ChasComBES210-48TFan 1 } - --- SMB FE BES 220 24T PWR Switch Fan -s5ChasComBES220-24T-PWRFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 88 } -s5ChasComBES220-24T-PWRUnitFan - OBJECT IDENTIFIER ::= { s5ChasComBES220-24T-PWRFan 1 } - --- SMB FE BES 220 48T PWR Switch Fan -s5ChasComBES220-48T-PWRFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 89 } -s5ChasComBES220-48T-PWRUnitFan - OBJECT IDENTIFIER ::= { s5ChasComBES220-48T-PWRFan 1 } - --- ERS4548GT Switch Fan -s5ChasComERS4548GTFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 90 } -s5ChasComERS4548GTUnitFan - OBJECT IDENTIFIER ::= { s5ChasComERS4548GTFan 1 } - --- ERS4548GT-PWR Switch Fan -s5ChasComERS4548GT-PWRFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 91 } -s5ChasComERS4548GT-PWRUnitFan - OBJECT IDENTIFIER ::= { s5ChasComERS4548GT-PWRFan 1 } - --- ERS4550T Switch Fan -s5ChasComERS4550TFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 92 } -s5ChasComERS4550TUnitFan - OBJECT IDENTIFIER ::= { s5ChasComERS4550TFan 1 } - --- ERS4550T-PWR Switch Fan -s5ChasComERS4550T-PWRFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 93 } -s5ChasComERS4550T-PWRUnitFan - OBJECT IDENTIFIER ::= { s5ChasComERS4550T-PWRFan 1 } - --- ERS4526FX Switch Fan -s5ChasComERS4526FXFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 94 } -s5ChasComERS4526FXUnitFan - OBJECT IDENTIFIER ::= { s5ChasComERS4526FXFan 1 } - --- ERS2500-26T Switch Fan -s5ChasComERS2500-26TFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 95 } -s5ChasComERS2500-26TUnitFan - OBJECT IDENTIFIER ::= { s5ChasComERS2500-26TFan 1 } - --- ERS2500-26T-PWR Switch Fan -s5ChasComERS2500-26T-PWRFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 96 } -s5ChasComERS2500-26T-PWRUnitFan - OBJECT IDENTIFIER ::= { s5ChasComERS2500-26T-PWRFan 1 } - --- ERS2500-50T Switch Fan -s5ChasComERS2500-50TFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 97 } -s5ChasComERS2500-50TUnitFan - OBJECT IDENTIFIER ::= { s5ChasComERS2500-50TFan 1 } - --- ERS2500-50T-PWR Switch Fan -s5ChasComERS2500-50T-PWRFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 98 } -s5ChasComERS2500-50T-PWRUnitFan - OBJECT IDENTIFIER ::= { s5ChasComERS2500-50T-PWRFan 1 } - --- ERS4526GTX-PWR Switch Fan -s5ChasComERS4526GTX-PWRFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 99 } -s5ChasComERS4526GTX-PWRUnitFan - OBJECT IDENTIFIER ::= { s5ChasComERS4526GTX-PWRFan 1 } - --- ERS4526GTX Switch Fan -s5ChasComERS4526GTXFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 100 } -s5ChasComERS4526GTXUnitFan - OBJECT IDENTIFIER ::= { s5ChasComERS4526GTXFan 1 } - --- ERS4524GT Switch Fan -s5ChasComERS4524GTFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 101 } -s5ChasComERS4524GTUnitFan - OBJECT IDENTIFIER ::= { s5ChasComERS4524GTFan 1 } - --- ERS4526T Switch Fan -s5ChasComERS4526TFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 102 } -s5ChasComERS4526TUnitFan - OBJECT IDENTIFIER ::= { s5ChasComERS4526TFan 1 } - --- ERS4526T-PWR Switch Fan -s5ChasComERS4526T-PWRFan - OBJECT IDENTIFIER ::= { s5ChasComMFan 103 } -s5ChasComERS4526T-PWRUnitFan - OBJECT IDENTIFIER ::= { s5ChasComERS4526T-PWRFan 1 } - - - --- Model 5000 (900-003) Chassis fan -s5ChasComM5000FanA - OBJECT IDENTIFIER ::= { s5ChasComM5000Fan 1 } - --- Model 5000 (900-003) Chassis fan (real return code) -s5ChasComM5000FanAA - OBJECT IDENTIFIER ::= { s5ChasComM5000Fan 2 } - --- Model 5005 Chassis fan -s5ChasComM5005FanA - OBJECT IDENTIFIER ::= { s5ChasComM5005Fan 1 } - --- Model 1032x Chassis fan -s5ChasComM1032xFanA - OBJECT IDENTIFIER ::= { s5ChasComM1032xFan 1 } - --- Model 3000 Chassis Fan -s5ChasComM3000FanA - OBJECT IDENTIFIER ::= { s5ChasComM3000Fan 1 } - --- Model 5DN002 Hub 2.5 inch Fan -s5ChasComM5DN002Fan-1U - OBJECT IDENTIFIER ::= { s5ChasComM5DN000Fan 1 } - --- Model 5DN003 Hub 3.5 inch Fan -s5ChasComM5DN003Fan-2U - OBJECT IDENTIFIER ::= { s5ChasComM5DN000Fan 2 } - --- BayStack Ethernet Hub Fan -s5ChasComMNBayStackFanA - OBJECT IDENTIFIER ::= { s5ChasComMNBayStackFan 1 } - --- BayStack 100BASE-T Hub Fan -s5ChasComMBayStack100FanA - OBJECT IDENTIFIER ::= { s5ChasComMBayStack100Fan 1 } - --- BayStack Token Hub Fan Type A -s5ChasComMBayStackTrFanA - OBJECT IDENTIFIER ::= { s5ChasComMBayStackTrFan 1 } --- Model 28200 Ethernet Switch Fan -s5ChasComM28200FanA - OBJECT IDENTIFIER ::= { s5ChasComM28200Fan 1 } --- BayStack 301 Fan A -s5ChasComMBayStack301FanA - OBJECT IDENTIFIER ::= { s5ChasComMBayStack301Fan 1 } - --- BayStack150 Ethernet Master Hub Fan -s5ChasComBayStack150MasterFan - OBJECT IDENTIFIER ::= { s5ChasComBayStack150Fan 1 } - --- BayStack200 Ethernet Master Hub Fan -s5ChasComBayStack200MasterFan - OBJECT IDENTIFIER ::= { s5ChasComBayStack200Fan 1 } - --- BayStack250 10/100 Ethernet Master Hub Fan -s5ChasComBayStack250MasterFan - OBJECT IDENTIFIER ::= { s5ChasComBayStack250Fan 1 } --- BayStack250 10/100 Ethernet Slave Hub Fan -s5ChasComBayStack250SlaveFan - OBJECT IDENTIFIER ::= { s5ChasComBayStack250Fan 2 } - - - --- Chassis level Backplane Clocks -s5ChasComClk OBJECT IDENTIFIER ::= { s5ChasComTypeVal 5 } - --- Model 5000 Backplane Clock -s5ChasComClkM5000 - OBJECT IDENTIFIER ::= { s5ChasComClk 1 } - --- Chassis level Backplane Clocks (NEW names) -s5ChasComMClk OBJECT IDENTIFIER ::= { s5ChasComTypeVal 11 } -s5ChasComM5000Clk -- 5000 Chassis - OBJECT IDENTIFIER ::= { s5ChasComMClk 12 } -s5ChasComM5005Clk -- 5005 Chassis - OBJECT IDENTIFIER ::= { s5ChasComMClk 17 } -s5ChasComMAccelar8010Clk -- Accelar 8010 Chassis - OBJECT IDENTIFIER ::= { s5ChasComMClk 18 } - --- Model 5000 (900-???) Backplane Clock -s5ChasComM5000ClkA - OBJECT IDENTIFIER ::= { s5ChasComM5000Clk 1 } - --- Model 5005 (900-???) Backplane Clock -s5ChasComM5005ClkA - OBJECT IDENTIFIER ::= { s5ChasComM5005Clk 1 } - --- Supervisor Module and Boards in Slots -s5ChasComMod OBJECT IDENTIFIER ::= { s5ChasComTypeVal 6 } - --- Model 331X Ethernet Network Management Module -s5ChasComM331X - OBJECT IDENTIFIER ::= { s5ChasComMod 1 } -s5ChasComMDA331X - OBJECT IDENTIFIER ::= { s5ChasComM331X 255 } - --- Model 3302 Shielded Twisted Pair (STP) Host Module -s5ChasComM3302 - OBJECT IDENTIFIER ::= { s5ChasComMod 2 } -s5ChasComMDA3302 - OBJECT IDENTIFIER ::= { s5ChasComM3302 255 } - --- Model 33XX Ethernet Local Bridge -s5ChasComM33XX - OBJECT IDENTIFIER ::= { s5ChasComMod 3 } -s5ChasComMDA3324-ST -- Model 3324-ST Ethernet Local Bridge with FOIRL FiberPort - OBJECT IDENTIFIER ::= { s5ChasComM33XX 0 } -s5ChasComMDA3323 -- Model 3323 Ethernet Local Bridge with AUI Port - OBJECT IDENTIFIER ::= { s5ChasComM33XX 3 } - --- Model 3304-ST FOIRL Fiber Optic Host Module -s5ChasComM3304 - OBJECT IDENTIFIER ::= { s5ChasComMod 4 } -s5ChasComMDA3304 - OBJECT IDENTIFIER ::= { s5ChasComM3304 255 } - --- Model 3305 Unshielded Twisted Pair (UTP) Host Module -s5ChasComM3305 - OBJECT IDENTIFIER ::= { s5ChasComMod 5 } -s5ChasComMDA3305 - OBJECT IDENTIFIER ::= { s5ChasComM3305 255 } - --- Model 333X Ethernet Retiming Unit -s5ChasComM333X - OBJECT IDENTIFIER ::= { s5ChasComMod 6 } -s5ChasComMDA3334-ST -- Model 3334-ST Ethernet Retiming Unit with FOIRL - OBJECT IDENTIFIER ::= { s5ChasComM333X 0 } -s5ChasComMDA3333 -- Model 3333 Ethernet Retiming Unit with AUI - OBJECT IDENTIFIER ::= { s5ChasComM333X 3 } - --- Model 3307 10BASE-T 50 Pin Host Module -s5ChasComM3307 - OBJECT IDENTIFIER ::= { s5ChasComMod 7 } -s5ChasComMDA3307 - OBJECT IDENTIFIER ::= { s5ChasComM3307 255 } - --- Model 3308 10BASE-T Host Module -s5ChasComM3308 - OBJECT IDENTIFIER ::= { s5ChasComMod 8 } -s5ChasComMDA3308 - OBJECT IDENTIFIER ::= { s5ChasComM3308 255 } - --- Model 3301 Thin Net Host Module -s5ChasComM3301 - OBJECT IDENTIFIER ::= { s5ChasComMod 9 } -s5ChasComMDA3301 - OBJECT IDENTIFIER ::= { s5ChasComM3301 255 } - --- Model 3904 FDDI fiber host module -s5ChasComM3904 - OBJECT IDENTIFIER ::= { s5ChasComMod 10 } -s5ChasComMDA3904 - OBJECT IDENTIFIER ::= { s5ChasComM3904 85 } -s5ChasComMDA3904-2SM - OBJECT IDENTIFIER ::= { s5ChasComM3904 90 } -s5ChasComMDA3904-4SM - OBJECT IDENTIFIER ::= { s5ChasComM3904 170 } - --- Model 3902 FDDI STP host module -s5ChasComM3902 - OBJECT IDENTIFIER ::= { s5ChasComMod 11 } -s5ChasComMDA3902 - OBJECT IDENTIFIER ::= { s5ChasComM3902 255 } - --- Model 3910S Network Management Module -s5ChasComM3910S - OBJECT IDENTIFIER ::= { s5ChasComMod 12 } -s5ChasComMDA3910S -- Model 3910 Super NMM - OBJECT IDENTIFIER ::= { s5ChasComM3910S 80 } -s5ChasComMDA3910S-SM -- Model 3910S-SM FDDI Single Mode Fiber NMM - OBJECT IDENTIFIER ::= { s5ChasComM3910S 160 } - --- Model 331XS Ethernet Network Management Module -s5ChasComM331XS - OBJECT IDENTIFIER ::= { s5ChasComMod 14 } -s5ChasComMDA3314S -- Model 3314S Ethernet NMM with ST FORIL Fiber Port - OBJECT IDENTIFIER ::= { s5ChasComM331XS 0 } -s5ChasComMDA3313S -- Model 3313S Ethernet NMM with AUI Port - OBJECT IDENTIFIER ::= { s5ChasComM331XS 3 } - --- Model 3100R Summing Module -s5ChasComM3100R - OBJECT IDENTIFIER ::= { s5ChasComMod 15 } -s5ChasComMDA3100R - OBJECT IDENTIFIER ::= { s5ChasComM3100R 255 } - --- Model 3502 Shielded Twisted Pair Token Ring Host Module -s5ChasComM3502 - OBJECT IDENTIFIER ::= { s5ChasComMod 16 } -s5ChasComMDA3502 - OBJECT IDENTIFIER ::= { s5ChasComM3502 255 } - --- Model 3502A Shielded Twisted Pair Token Ring Host Module -s5ChasComM3502A - OBJECT IDENTIFIER ::= { s5ChasComMod 17 } -s5ChasComMDA3502A - OBJECT IDENTIFIER ::= { s5ChasComM3502A 255 } - --- Model 353X Repeater Module -s5ChasComM353X - OBJECT IDENTIFIER ::= { s5ChasComMod 18 } -s5ChasComMDA3532 -- Model 3532 Shielded Twisted Pair Repeater Module - OBJECT IDENTIFIER ::= { s5ChasComM353X 2 } -s5ChasComMDA3534 -- Model 3534 FOIRL Fiber Repeater Module - OBJECT IDENTIFIER ::= { s5ChasComM353X 4 } - --- Model 3040 Network Control Engine -s5ChasComM3040 - OBJECT IDENTIFIER ::= { s5ChasComMod 19 } -s5ChasComMDA3040 - OBJECT IDENTIFIER ::= { s5ChasComM3040 255 } - --- Model 3505 Unshielded Twisted Pair Token Ring Host Module -s5ChasComM3505 - OBJECT IDENTIFIER ::= { s5ChasComMod 20 } -s5ChasComMDA3505 - OBJECT IDENTIFIER ::= { s5ChasComM3505 255 } - --- Model 3505A Unshielded Twisted Pair Token Ring Host Module -s5ChasComM3505A - OBJECT IDENTIFIER ::= { s5ChasComMod 21 } -s5ChasComMDA3505A - OBJECT IDENTIFIER ::= { s5ChasComM3505A 255 } - --- Model 355X FOIRL Fiber Ring-In/Ring-Out Module -s5ChasComM355X - OBJECT IDENTIFIER ::= { s5ChasComMod 22 } -s5ChasComMDA3552 -- Model 3552 STP Ring-In/Ring-Out Module - OBJECT IDENTIFIER ::= { s5ChasComM355X 2 } -s5ChasComMDA3554 -- Model 3554 FOIRL Fiber Ring-In/Ring-Out Module - OBJECT IDENTIFIER ::= { s5ChasComM355X 4 } - --- Model 3040S Network Control Engine -s5ChasComM3040S - OBJECT IDENTIFIER ::= { s5ChasComMod 23 } -s5ChasComMDA3040S - OBJECT IDENTIFIER ::= { s5ChasComM3040S 255 } - --- Model 351X Token Ring Network Management Module -s5ChasComM351X - OBJECT IDENTIFIER ::= { s5ChasComMod 24 } -s5ChasComMDA3512 -- Model 3512 Token Ring NMM with STP RI/RO - OBJECT IDENTIFIER ::= { s5ChasComM351X 2 } -s5ChasComMDA3513 -- Model 3513 Token Ring NMM with STP Repeater - OBJECT IDENTIFIER ::= { s5ChasComM351X 3 } -s5ChasComMDA3514 -- Model 3514 Token Ring NMM with Fiber RI/RO - OBJECT IDENTIFIER ::= { s5ChasComM351X 4 } - --- Model 33XXS Ethernet High Speed Local Bridge -s5ChasComM33XXS - OBJECT IDENTIFIER ::= { s5ChasComMod 25 } -s5ChasComMDA3324S -- Model 3324S Ethernet High Speed Local Bridge with FOIRLFiber Port - OBJECT IDENTIFIER ::= { s5ChasComM33XXS 0 } -s5ChasComMDA3323S -- Model 3323S Ethernet High Speed Local Bridge with AUI - OBJECT IDENTIFIER ::= { s5ChasComM33XXS 3 } - --- Model 3386 Ethernet Remote Router -s5ChasComM338X - OBJECT IDENTIFIER ::= { s5ChasComMod 26 } -s5ChasComMDA3384 -- Model 3384 Ethernet Local Router with FOIRL Fiber Port - OBJECT IDENTIFIER ::= { s5ChasComM338X 0 } -s5ChasComMDA3383 -- Model 3383 Ethernet Local Router with AUI Port - OBJECT IDENTIFIER ::= { s5ChasComM338X 3 } -s5ChasComMDA3386 -- Model 3386 Ethernet Remote Router with Universal Port - OBJECT IDENTIFIER ::= { s5ChasComM338X 4 } - --- Model 3328 EtherSwitch Module -s5ChasComM3328 - OBJECT IDENTIFIER ::= { s5ChasComMod 27 } -s5ChasComMDA3328 - OBJECT IDENTIFIER ::= { s5ChasComM3328 255 } - --- Model 3395 Ethernet terminal server -s5ChasComM3395 - OBJECT IDENTIFIER ::= { s5ChasComMod 28 } -s5ChasComMDA3395 - OBJECT IDENTIFIER ::= { s5ChasComM3395 255 } - --- Model 3394 Ethernet LocalTalk Router/Repeater -s5ChasComM3394 - OBJECT IDENTIFIER ::= { s5ChasComMod 29 } -s5ChasComMDA3394 - OBJECT IDENTIFIER ::= { s5ChasComM3394 255 } - --- Model 3522 Token Ring Bridge -s5ChasComM3522 - OBJECT IDENTIFIER ::= { s5ChasComMod 30 } -s5ChasComMDA3522 - OBJECT IDENTIFIER ::= { s5ChasComM3522 255 } - --- Model 3395A Ethernet terminal server -s5ChasComM3395A - OBJECT IDENTIFIER ::= { s5ChasComMod 31 } -s5ChasComMDA3395A - OBJECT IDENTIFIER ::= { s5ChasComM3395A 255 } - --- Model 3800 Multi Media Router Module -s5ChasComM3800 - OBJECT IDENTIFIER ::= { s5ChasComMod 32 } -s5ChasComMDA3803 -- Model 3803 Ethernet Media Adapter - OBJECT IDENTIFIER ::= { s5ChasComM3800 0 } -s5ChasComMDA3805 -- Model 3805 Token Ring Media Adapter - OBJECT IDENTIFIER ::= { s5ChasComM3800 1 } -s5ChasComMDA3809 -- Model 3809 FDDI Media Adapter - OBJECT IDENTIFIER ::= { s5ChasComM3800 2 } -s5ChasComMDA3806 -- Model 3806 Serial WAN Media Adapter - OBJECT IDENTIFIER ::= { s5ChasComM3800 3 } -s5ChasComMDA3800 -- Model 3800 Multi Media Router Module - OBJECT IDENTIFIER ::= { s5ChasComM3800 255 } - --- Model 3368 10BASE-T LattisSecure Host Module -s5ChasComM3368 - OBJECT IDENTIFIER ::= { s5ChasComMod 36 } -s5ChasComMDA3368 - OBJECT IDENTIFIER ::= { s5ChasComM3368 255 } - --- Model 3307A 10BASE-T with Amp Connector Host Module -s5ChasComM3307A - OBJECT IDENTIFIER ::= { s5ChasComMod 37 } -s5ChasComMDA3307A - OBJECT IDENTIFIER ::= { s5ChasComM3307A 255 } - --- Model 3308A 10BASE-T Host Module -s5ChasComM3308A - OBJECT IDENTIFIER ::= { s5ChasComMod 38 } -s5ChasComMDA3308A - OBJECT IDENTIFIER ::= { s5ChasComM3308A 255 } - --- Model 3301-75 Ohms Thin Net Host Module -s5ChasComM3301-75 - OBJECT IDENTIFIER ::= { s5ChasComMod 41 } -s5ChasComMDA3301-75 - OBJECT IDENTIFIER ::= { s5ChasComM3301-75 255 } - --- Model 3301-93 Ohms Thin Net Host Module -s5ChasComM3301-93 - OBJECT IDENTIFIER ::= { s5ChasComMod 42 } -s5ChasComMDA3301-93 - OBJECT IDENTIFIER ::= { s5ChasComM3301-93 255 } - --- Model 3502B Unshielded Twisted Pair Token Ring Host Module -s5ChasComM3502B - OBJECT IDENTIFIER ::= { s5ChasComMod 45 } -s5ChasComMDA3502B - OBJECT IDENTIFIER ::= { s5ChasComM3502B 255 } - --- Model 3505B Unshielded Twisted Pair Token Ring Host Module -s5ChasComM3505B - OBJECT IDENTIFIER ::= { s5ChasComMod 46 } -s5ChasComMDA3505B - OBJECT IDENTIFIER ::= { s5ChasComM3505B 255 } - --- Model 3307HD 10BASE-T 50 Pin 24 Port Host Module -s5ChasComM3307HD - OBJECT IDENTIFIER ::= { s5ChasComMod 47 } -s5ChasComMDA3307HD - OBJECT IDENTIFIER ::= { s5ChasComM3307HD 255 } - --- Model 3356 Ethernet Remote Bridge -s5ChasComM3356 - OBJECT IDENTIFIER ::= { s5ChasComMod 56 } -s5ChasSubComMDA3356X21 -- Model 3356-X.21(barrier) Enet Remote Bridge - OBJECT IDENTIFIER ::= { s5ChasComM3356 1 } -s5ChasSubComMDA3356X21U -- Model 3356-X.21(unbarrier) Enet Remote Bridge - OBJECT IDENTIFIER ::= { s5ChasComM3356 2 } -s5ChasSubComMDA3356RS232 -- Model 3356-RS232 Ethernet Remote Bridge - OBJECT IDENTIFIER ::= { s5ChasComM3356 3 } -s5ChasSubComMDA3356RS449 -- Model 3356-RS449 Ethernet Remote Bridge - OBJECT IDENTIFIER ::= { s5ChasComM3356 4 } -s5ChasSubComMDA3356V35 -- Model 3356-V.35 Ethernet Remote Bridge - OBJECT IDENTIFIER ::= { s5ChasComM3356 5 } -s5ChasSubComMDA3356G703 -- Model 3356G703 Ethernet Remote Bridge - OBJECT IDENTIFIER ::= { s5ChasComM3356 6 } -s5ChasSubComMDA3356T1 -- Model 3356-T1 Ethernet Remote Bridge - OBJECT IDENTIFIER ::= { s5ChasComM3356 7 } -s5ChasSubComMDA3356 -- Model 3356 Ethernet Remote Bridge - OBJECT IDENTIFIER ::= { s5ChasComM3356 255 } - --- Model 3902A FDDI SDDI host module -s5ChasComM3902A - OBJECT IDENTIFIER ::= { s5ChasComMod 63 } -s5ChasComMDA3902A - OBJECT IDENTIFIER ::= { s5ChasComM3902A 255 } - --- Model 3910S-SD FDDI SDDI Network Management Module -s5ChasComM3910S-SD - OBJECT IDENTIFIER ::= { s5ChasComMod 67 } -s5ChasComMDA3910S-SD - OBJECT IDENTIFIER ::= { s5ChasComM3910S-SD 255 } - --- Model 3313A Ethernet Network Management Module with AUI Port -s5ChasComM3313A - OBJECT IDENTIFIER ::= { s5ChasComMod 68 } -s5ChasComMDA3313A - OBJECT IDENTIFIER ::= { s5ChasComM3313A 255 } - --- Model 3314A Ethernet Network Management Module with 10BASE-FL Port -s5ChasComM3314A - OBJECT IDENTIFIER ::= { s5ChasComMod 69 } -s5ChasComMDA3314A - OBJECT IDENTIFIER ::= { s5ChasComM3314A 255 } - --- Model 3304A FOIRL Fiber Optic Host Module -s5ChasComM3304A - OBJECT IDENTIFIER ::= { s5ChasComMod 70 } -s5ChasComMDA3304A - OBJECT IDENTIFIER ::= { s5ChasComM3304A 255 } - --- Model 3910SA FDDI Network Management Module -s5ChasComM3910SA - OBJECT IDENTIFIER ::= { s5ChasComMod 71 } -s5ChasComMDA3910SA -- Model 3910SA FDDI NMM - OBJECT IDENTIFIER ::= { s5ChasComM3910SA 80 } -s5ChasComMDA3910SA-SM -- Model 3910SA-SM FDDI NMM - OBJECT IDENTIFIER ::= { s5ChasComM3910SA 160 } - --- Model 3905 UTP FDDI Host Module -s5ChasComM3905 - OBJECT IDENTIFIER ::= { s5ChasComMod 73 } -s5ChasComMDA3905 - OBJECT IDENTIFIER ::= { s5ChasComM3905 0 } - --- Model 3486 LattisEngine/486 -s5ChasComM3486 - OBJECT IDENTIFIER ::= { s5ChasComMod 82 } -s5ChasComMDA3486 - OBJECT IDENTIFIER ::= { s5ChasComM3486 255 } - --- Model 3504-ST Token Ring Fiber Host Module -s5ChasComM3504-ST - OBJECT IDENTIFIER ::= { s5ChasComMod 83 } -s5ChasComMDA3504-ST - OBJECT IDENTIFIER ::= { s5ChasComM3504-ST 255 } - --- Model 3517SA Token Ring Network Management Module -s5ChasComM3517SA - OBJECT IDENTIFIER ::= { s5ChasComMod 101 } -s5ChasComMDA3517SA - OBJECT IDENTIFIER ::= { s5ChasComM3517SA 255 } - --- Model 3308B 10BASE-T Host Module -s5ChasComM3308B - OBJECT IDENTIFIER ::= { s5ChasComMod 102 } -s5ChasComMDA3308B - OBJECT IDENTIFIER ::= { s5ChasComM3308B 255 } - --- Model 3313SA Ethernet Network Management Module with AUI Port -s5ChasComM3313SA - OBJECT IDENTIFIER ::= { s5ChasComMod 105 } -s5ChasComMDA3313SA - OBJECT IDENTIFIER ::= { s5ChasComM3313SA 255 } - --- Model 3314SA Ethernet Network Management Module with 10BASE-FL Port -s5ChasComM3314SA - OBJECT IDENTIFIER ::= { s5ChasComMod 106 } -s5ChasComMDA3314SA - OBJECT IDENTIFIER ::= { s5ChasComM3314SA 255 } - --- Model 3174 Communications Controller Module -s5ChasComM3174 - OBJECT IDENTIFIER ::= { s5ChasComMod 107 } -s5ChasComMDA3174 - OBJECT IDENTIFIER ::= { s5ChasComM3174 255 } - --- Model 3522A Token Ring Bridge -s5ChasComM3522A - OBJECT IDENTIFIER ::= { s5ChasComMod 108 } -s5ChasComMDA3522A - OBJECT IDENTIFIER ::= { s5ChasComM3522A 255 } - --- Model 3299-C Terminal Multiplexor Adapter Module -s5ChasComM3299-C - OBJECT IDENTIFIER ::= { s5ChasComMod 116 } -s5ChasComMDA3299-C - OBJECT IDENTIFIER ::= { s5ChasComM3299-C 255 } - --- Model 3299-U UTP Terminal Multiplexor Adapter Module -s5ChasComM3299-U - OBJECT IDENTIFIER ::= { s5ChasComMod 117 } -s5ChasComMDA3299-U - OBJECT IDENTIFIER ::= { s5ChasComM3299-U 255 } - --- Model 3299-F Fiber Optic Terminal Adapter Module -s5ChasComM3299-F - OBJECT IDENTIFIER ::= { s5ChasComMod 119 } -s5ChasComMDA3299-F - OBJECT IDENTIFIER ::= { s5ChasComM3299-F 255 } - --- Model 3410 Fast Ethernet Network Management Module -s5ChasComM3410 - OBJECT IDENTIFIER ::= { s5ChasComMod 120 } -s5ChasComM3410Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComM3410 0 } -s5ChasComM3410StoreBoot -- EPROM Boot Firmware - OBJECT IDENTIFIER ::= { s5ChasComM3410Store 1 } -s5ChasComM3410StoreFlash -- FLASH Agent Image - OBJECT IDENTIFIER ::= { s5ChasComM3410Store 2 } -s5ChasComM3410StoreDram -- DRAM Agent Image - OBJECT IDENTIFIER ::= { s5ChasComM3410Store 3 } - --- Model 3405 Fast Ethernet Host Module with 12 100Base-TX Ports -s5ChasComM3405Tx12 - OBJECT IDENTIFIER ::= { s5ChasComMod 121 } -s5ChasComM3405Tx12Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComM3405Tx12 0 } -s5ChasComM3405Tx12StoreRom -- ROM Host Firmware - OBJECT IDENTIFIER ::= { s5ChasComM3405Tx12Store 1 } - --- Model 3475-FX Fast Ethernet Host Module with 11 100Base-TX Ports --- and 1 100Base-FX Port -s5ChasComM3475FxTx11 - OBJECT IDENTIFIER ::= { s5ChasComMod 122 } -s5ChasComM3475FxTx11Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComM3475FxTx11 0 } -s5ChasComM3475FxTx11StoreRom -- ROM HostFirmware - OBJECT IDENTIFIER ::= { s5ChasComM3475FxTx11Store 1 } - --- Model 3308S Desktop Switching Host Module with 22 10Base-TX Ports --- and 2 10/100 Ethernet Ports -s5ChasComM3308S - OBJECT IDENTIFIER ::= { s5ChasComMod 130 } -s5ChasComM3308SStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComM3308S 0 } -s5ChasComM3308SStoreDram -- DRAM - OBJECT IDENTIFIER ::= { s5ChasComM3308SStore 1 } -s5ChasComM3308SStoreFlash1 -- FLASH Agent Image - OBJECT IDENTIFIER ::= { s5ChasComM3308SStore 2 } -s5ChasComM3308SStoreFlash2 -- FLASH Agent Image - OBJECT IDENTIFIER ::= { s5ChasComM3308SStore 3 } -s5ChasComM3308SStoreFlash3 -- FLASH Host Firmware - OBJECT IDENTIFIER ::= { s5ChasComM3308SStore 4 } -s5ChasComM3308SStoreFlash4 -- FLASH Boot - OBJECT IDENTIFIER ::= { s5ChasComM3308SStore 5 } - --- OpenBay Eversys S3000 Application Server Module -s5ChasComM3000ASM - OBJECT IDENTIFIER ::= { s5ChasComMod 200 } -s5ChasComMDA3000ASM - OBJECT IDENTIFIER ::= { s5ChasComM3000ASM 255 } - --- Model 5110 Supervisory Module -s5ChasComSupM5110 - OBJECT IDENTIFIER ::= { s5ChasComMod 258 } -s5ChasComSupM5110Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComSupM5110 0 } -s5ChasComSupM5110StoreDram -- DRAM - OBJECT IDENTIFIER ::= { s5ChasComSupM5110Store 1 } -s5ChasComSupM5110StoreFlash -- FLASH - OBJECT IDENTIFIER ::= { s5ChasComSupM5110Store 2 } -s5ChasComSupM5110StoreNvram -- NVRAM - OBJECT IDENTIFIER ::= { s5ChasComSupM5110Store 3 } -s5ChasComSupM5110StoreChaEeProm -- Chassis EEProm - OBJECT IDENTIFIER ::= { s5ChasComSupM5110Store 4 } - --- Model 5304P Ethernet Host Module -s5ChasComBrdM5304P - OBJECT IDENTIFIER ::= { s5ChasComMod 259 } -s5ChasComBrdM5304PStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5304P 0 } -s5ChasComBrdM5304PStore8051Rom -- 8051 Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5304PStore 1 } -s5ChasComBrdM5304PStoreDspRom -- DSP Frimware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5304PStore 2 } - --- Model 5308 Ethernet Host Module -s5ChasComBrdM5308 - OBJECT IDENTIFIER ::= { s5ChasComMod 260 } -s5ChasComBrdM5308Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5308 0 } -s5ChasComBrdM5308Store8051Rom -- 8051 Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5308Store 1 } -s5ChasComBrdM5308StoreDspRom -- DSP Frimware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5308Store 2 } - --- Model 5308-AF Ethernet Host Module -s5ChasComBrdM5308AF - OBJECT IDENTIFIER ::= { s5ChasComMod 261 } -s5ChasComBrdM5308AFStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5308AF 0 } -s5ChasComBrdM5308AFStore8051Rom -- 8051 Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5308AFStore 1 } -s5ChasComBrdM5308AFStoreDspRom -- DSP Frimware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5308AFStore 2 } - --- Model 5378-F Ethernet Host Module -s5ChasComBrdM5378F - OBJECT IDENTIFIER ::= { s5ChasComMod 262 } -s5ChasComBrdM5378FStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5378F 0 } -s5ChasComBrdM5378FStore8051Rom -- 8051 Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5378FStore 1 } -s5ChasComBrdM5378FStoreDspRom -- DSP Frimware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5378FStore 2 } - --- Model 5502 Token Ring Host Module -s5ChasComBrdM5502 - OBJECT IDENTIFIER ::= { s5ChasComMod 263 } -s5ChasComBrdM5502Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5502 0 } -s5ChasComBrdM5502Store8051Rom -- 8051 Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5502Store 1 } - --- Model 5505P Token Ring Host Module -s5ChasComBrdM5505P - OBJECT IDENTIFIER ::= { s5ChasComMod 264 } -s5ChasComBrdM5505PStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5505P 0 } -s5ChasComBrdM5505PStore8051Rom -- 8051 Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5505PStore 1 } - --- Model 5575-F Token Ring Host Module -s5ChasComBrdM5575F - OBJECT IDENTIFIER ::= { s5ChasComMod 265 } -s5ChasComBrdM5575FStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5575F 0 } -s5ChasComBrdM5575FStore8051Rom -- 8051 Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5575FStore 1 } - --- Model 5902 FDDI Host Module -s5ChasComBrdM5902 - OBJECT IDENTIFIER ::= { s5ChasComMod 266 } -s5ChasComBrdM5902Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5902 0 } -s5ChasComBrdM5902StoreDram -- DRAM - OBJECT IDENTIFIER ::= { s5ChasComBrdM5902Store 1 } -s5ChasComBrdM5902StoreFlash -- FLASH - OBJECT IDENTIFIER ::= { s5ChasComBrdM5902Store 2 } -s5ChasComBrdM5902StoreNvram -- NVRAM - OBJECT IDENTIFIER ::= { s5ChasComBrdM5902Store 3 } - --- Model 5904 FDDI Host Module -s5ChasComBrdM5904 - OBJECT IDENTIFIER ::= { s5ChasComMod 267 } -s5ChasComBrdM5904Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5904 0 } -s5ChasComBrdM5904StoreDram -- DRAM - OBJECT IDENTIFIER ::= { s5ChasComBrdM5904Store 1 } -s5ChasComBrdM5904StoreFlash -- FLASH - OBJECT IDENTIFIER ::= { s5ChasComBrdM5904Store 2 } -s5ChasComBrdM5904StoreNvram -- NVRAM - OBJECT IDENTIFIER ::= { s5ChasComBrdM5904Store 3 } - --- Model 5904-2SM FDDI Host Module -s5ChasComBrdM59042SM - OBJECT IDENTIFIER ::= { s5ChasComMod 268 } -s5ChasComBrdM59042SMStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM59042SM 0 } -s5ChasComBrdM59042SMStoreDram -- DRAM - OBJECT IDENTIFIER ::= { s5ChasComBrdM59042SMStore 1 } -s5ChasComBrdM59042SMStoreFlash -- FLASH - OBJECT IDENTIFIER ::= { s5ChasComBrdM59042SMStore 2 } -s5ChasComBrdM59042SMStoreNvram -- NVRAM - OBJECT IDENTIFIER ::= { s5ChasComBrdM59042SMStore 3 } - --- Model 5310 Ethernet Network Management Module -s5ChasComBrdM5310 - OBJECT IDENTIFIER ::= { s5ChasComMod 269 } -s5ChasComBrdM5310Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5310 0 } -s5ChasComBrdM5310StoreBoot -- EPROM Boot Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5310 1 } -s5ChasComBrdM5310StoreFlash -- FLASH Agent image - OBJECT IDENTIFIER ::= { s5ChasComBrdM5310Store 2 } -s5ChasComBrdM5310StoreDram -- DRAM Agent image - OBJECT IDENTIFIER ::= { s5ChasComBrdM5310Store 3 } - --- Model 5510 Token Ring Network Management Module -s5ChasComBrdM5510 - OBJECT IDENTIFIER ::= { s5ChasComMod 270 } -s5ChasComBrdM5510Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5510 0 } -s5ChasComBrdM5510StoreBoot -- EPROM Boot Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5510Store 1 } -s5ChasComBrdM5510StoreFlash -- FLASH Agent image - OBJECT IDENTIFIER ::= { s5ChasComBrdM5510Store 2 } -s5ChasComBrdM5510StoreDram -- DRAM Agent image - OBJECT IDENTIFIER ::= { s5ChasComBrdM5510Store 3 } - --- Model 5910S FDDI Network Management Module -s5ChasComBrdM5910S - OBJECT IDENTIFIER ::= { s5ChasComMod 271 } -s5ChasComBrdM5910SStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5910S 0 } -s5ChasComBrdM5910SStoreDram -- DRAM Agent image - OBJECT IDENTIFIER ::= { s5ChasComBrdM5910SStore 1 } -s5ChasComBrdM5910SStoreFlash -- FLASH Agent image - OBJECT IDENTIFIER ::= { s5ChasComBrdM5910SStore 2 } -s5ChasComBrdM5910SStoreNvram -- NVRAM - OBJECT IDENTIFIER ::= { s5ChasComBrdM5910SStore 3 } - --- Model 5910S-SM FDDI Network Management Module -s5ChasComBrdM5910SSM - OBJECT IDENTIFIER ::= { s5ChasComMod 272 } -s5ChasComBrdM5910SSMStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5910SSM 0 } -s5ChasComBrdM5910SSMStoreDram -- DRAM Agent image - OBJECT IDENTIFIER ::= { s5ChasComBrdM5910SSMStore 1 } -s5ChasComBrdM5910SSMStoreFlash -- FLASH Agent image - OBJECT IDENTIFIER ::= { s5ChasComBrdM5910SSMStore 2 } -s5ChasComBrdM5910SSMStoreNvram -- NVRAM - OBJECT IDENTIFIER ::= { s5ChasComBrdM5910SSMStore 3 } - --- Model 5311 Ethernet Data Collection Engine -s5ChasComBrdSubM5311 - OBJECT IDENTIFIER ::= { s5ChasComMod 273 } - --- Model 5511 Token Ring Data Collection Engine -s5ChasComBrdSubM5511 - OBJECT IDENTIFIER ::= { s5ChasComMod 274 } - --- Model 5905 FDDI Host Module -s5ChasComBrdM5905 - OBJECT IDENTIFIER ::= { s5ChasComMod 275 } -s5ChasComBrdM5905Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5905 0 } -s5ChasComBrdM5905StoreDram -- DRAM - OBJECT IDENTIFIER ::= { s5ChasComBrdM5905Store 1 } -s5ChasComBrdM5905StoreFlash -- FLASH - OBJECT IDENTIFIER ::= { s5ChasComBrdM5905Store 2 } -s5ChasComBrdM5905StoreNvram -- NVRAM - OBJECT IDENTIFIER ::= { s5ChasComBrdM5905Store 3 } - --- Model 5574-C Token Ring Cluster Repeater/Host Module -s5ChasComBrdM5575C - OBJECT IDENTIFIER ::= { s5ChasComMod 276 } -s5ChasComBrdM5575CStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5575C 0 } -s5ChasComBrdM5575CStore8051Rom -- 8051 Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5575CStore 1 } - --- Model 559 Token Ring De-jitterizer/FPU Submodule -s5ChasComBrdM559 - OBJECT IDENTIFIER ::= { s5ChasComMod 277 } - --- Model 5390 Communications Server Module -s5ChasComBrdM5390 - OBJECT IDENTIFIER ::= { s5ChasComMod 278 } -s5ChasComBrdM5390Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5390 0 } -s5ChasComBrdM5390StoreDram -- DRAM - OBJECT IDENTIFIER ::= { s5ChasComBrdM5390Store 1 } -s5ChasComBrdM5390StoreFlash -- FLASH - OBJECT IDENTIFIER ::= { s5ChasComBrdM5390Store 2 } -s5ChasComBrdM5390StoreNvram -- NVRAM - OBJECT IDENTIFIER ::= { s5ChasComBrdM5390Store 3 } - --- Model 5307 Ethernet Telco Host Module -s5ChasComBrdM5307 - OBJECT IDENTIFIER ::= { s5ChasComMod 279 } -s5ChasComBrdM5307Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5307 0 } -s5ChasComBrdM5307Store8051Rom -- 8051 Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5307Store 1 } -s5ChasComBrdM5307StoreDspRom -- DSP Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5307Store 2 } - --- Model 5308 Ethernet Host Module (Cost Reduced) -s5ChasComBrdMCR5308 - OBJECT IDENTIFIER ::= { s5ChasComMod 280 } -s5ChasComBrdMCR5308Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdMCR5308 0 } -s5ChasComBrdMCR5308Store8051Rom -- 8051 Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdMCR5308Store 1 } -s5ChasComBrdMCR5308StoreDspRom -- DSP Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdMCR5308Store 2 } - --- Model 5378-F Ethernet Cluster Host Module (Cost Reduced) -s5ChasComBrdMCR5378F - OBJECT IDENTIFIER ::= { s5ChasComMod 281 } -s5ChasComBrdMCR5378FStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdMCR5378F 0 } -s5ChasComBrdMCR5378FStore8051Rom -- 8051 Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdMCR5378FStore 1 } -s5ChasComBrdMCR5378FStoreDspRom -- DSP Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdMCR5378FStore 2 } - --- Model 5505 Token Ring STP/UTP Host Module -s5ChasComBrdM5505 - OBJECT IDENTIFIER ::= { s5ChasComMod 282 } -s5ChasComBrdM5505Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5505 0 } -s5ChasComBrdM5505Store8051Rom -- 8051 Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5505Store 1 } - --- Model 5115 Supervisory Module -s5ChasComSupM5115 - OBJECT IDENTIFIER ::= { s5ChasComMod 284 } -s5ChasComSupM5115Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComSupM5115 0 } -s5ChasComSupM5115StoreDram -- DRAM - OBJECT IDENTIFIER ::= { s5ChasComSupM5115Store 1 } -s5ChasComSupM5115StoreFlash -- FLASH - OBJECT IDENTIFIER ::= { s5ChasComSupM5115Store 2 } -s5ChasComSupM5115StoreNvram -- NVRAM - OBJECT IDENTIFIER ::= { s5ChasComSupM5115Store 3 } -s5ChasComSupM5115StoreChaEeProm -- Chassis EEProm - OBJECT IDENTIFIER ::= { s5ChasComSupM5115Store 4 } - --- Model 5740 ATM Switch Control Module -s5ChasComBrdM5740 - OBJECT IDENTIFIER ::= { s5ChasComMod 285 } -s5ChasComBrdM5740Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5740 0 } -s5ChasComBrdM5740Store8051Rom -- 8051 firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5740Store 1 } -s5ChasComBrdM5740StoreBoot -- EPROM boot firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5740Store 2 } -s5ChasComBrdM5740StoreDram -- SRAM - OBJECT IDENTIFIER ::= { s5ChasComBrdM5740Store 3 } -s5ChasComBrdM5740StoreNvram -- NVRAM - OBJECT IDENTIFIER ::= { s5ChasComBrdM5740Store 4 } -s5ChasComBrdM5740StoreDisk1 -- disk drive #1 - OBJECT IDENTIFIER ::= { s5ChasComBrdM5740Store 5 } -s5ChasComBrdM5740StoreDisk2 -- disk drive #2 - OBJECT IDENTIFIER ::= { s5ChasComBrdM5740Store 6 } - --- Model 5720 ATM 12 Port Switch Fabric Module -s5ChasComBrdM5720 - OBJECT IDENTIFIER ::= { s5ChasComMod 287 } -s5ChasComBrdM5720Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5720 0 } -s5ChasComBrdM5720Store8051Rom -- 8051 firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5720Store 1 } -s5ChasComBrdM5720StoreEprom -- EPROM - OBJECT IDENTIFIER ::= { s5ChasComBrdM5720Store 2 } -s5ChasComBrdM5720StoreSram -- SRAM - OBJECT IDENTIFIER ::= { s5ChasComBrdM5720Store 3 } - --- Model 5700 ATM MDA Host Board -s5ChasComBrdM5700 - OBJECT IDENTIFIER ::= { s5ChasComMod 288 } -s5ChasComBrdM5700Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5700 0 } -s5ChasComBrdM5700Store8051Rom -- 8051 firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5700Store 1 } -s5ChasComBrdM5700StoreEprom -- EPROM - OBJECT IDENTIFIER ::= { s5ChasComBrdM5700Store 2 } -s5ChasComBrdM5700StoreSram -- SRAM - OBJECT IDENTIFIER ::= { s5ChasComBrdM5700Store 3 } - --- Model 5700-17 ATM 155M SONET OC-3C SMF-SC MDA -s5ChasComBrdSubM5700-17 - OBJECT IDENTIFIER ::= { s5ChasComMod 289 } - --- Model 5700-24 ATM 100M TAXI MMF-MIC MDA -s5ChasComBrdSubM5700-24 - OBJECT IDENTIFIER ::= { s5ChasComMod 290 } - --- Model 5700-14 ATM 155M SONET OC-3C MMF-ST MDA -s5ChasComBrdSubM5700-14 - OBJECT IDENTIFIER ::= { s5ChasComMod 291 } - --- Model 5700-31 ATM 45M B3ZS 75BNC-MDA -s5ChasComBrdSubM5700-31 - OBJECT IDENTIFIER ::= { s5ChasComMod 292 } - --- Model 5700-15 ATM 155M SONET OC-3C CAT5-RJ45 MDA -s5ChasComBrdSubM5700-15 - OBJECT IDENTIFIER ::= { s5ChasComMod 293 } - --- Model 5715 ATM 155M SONET OC-3C 8 CAT5-RJ-45 Host Board -s5ChasComBrdM5715 - OBJECT IDENTIFIER ::= { s5ChasComMod 294 } -s5ChasComBrdM5715Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5715 0 } -s5ChasComBrdM5715Store8051Rom -- 8051 firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5715Store 1 } -s5ChasComBrdM5715StoreEprom -- EPROM - OBJECT IDENTIFIER ::= { s5ChasComBrdM5715Store 2 } -s5ChasComBrdM5715StoreSram -- SRAM - OBJECT IDENTIFIER ::= { s5ChasComBrdM5715Store 3 } - --- Model 5714 ATM 155M SONET OC-3C 8 MMF-ST Host Board -s5ChasComBrdM5714 - OBJECT IDENTIFIER ::= { s5ChasComMod 295 } -s5ChasComBrdM5714Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5714 0 } -s5ChasComBrdM5714Store8051Rom -- 8051 firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5714Store 1 } -s5ChasComBrdM5714StoreEprom -- EPROM - OBJECT IDENTIFIER ::= { s5ChasComBrdM5714Store 2 } -s5ChasComBrdM5714StoreSram -- SRAM - OBJECT IDENTIFIER ::= { s5ChasComBrdM5714Store 3 } - --- Model 5328 ATM Ethernet Switch 24 Port 10BaseT Host -s5ChasComBrdM5328 - OBJECT IDENTIFIER ::= { s5ChasComMod 296 } -s5ChasComBrdM5328Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5328 0 } -s5ChasComBrdM5328Store8051Rom -- 8051 firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5328Store 1 } -s5ChasComBrdM5328StoreEprom -- EPROM - OBJECT IDENTIFIER ::= { s5ChasComBrdM5328Store 2 } -s5ChasComBrdM5328StoreSram -- SRAM - OBJECT IDENTIFIER ::= { s5ChasComBrdM5328Store 3 } - --- Model 5324 ATM Ethernet Switch 10 Port 10BaseF Host -s5ChasComBrdM5324 - OBJECT IDENTIFIER ::= { s5ChasComMod 297 } -s5ChasComBrdM5324Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5324 0 } -s5ChasComBrdM5324Store8051Rom -- 8051 firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5324Store 1 } -s5ChasComBrdM5324StoreEprom -- EPROM - OBJECT IDENTIFIER ::= { s5ChasComBrdM5324Store 2 } -s5ChasComBrdM5324StoreSram -- SRAM - OBJECT IDENTIFIER ::= { s5ChasComBrdM5324Store 3 } - --- Model 10328-F EtherCell Concentrator -s5ChasComBrdM10328F - OBJECT IDENTIFIER ::= { s5ChasComMod 298 } -s5ChasComBrdM10328FStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM10328F 0 } -s5ChasComBrdM10328FStoreSram -- SRAM - OBJECT IDENTIFIER ::= { s5ChasComBrdM10328FStore 1 } -s5ChasComBrdM10328FStoreDram -- DRAM - OBJECT IDENTIFIER ::= { s5ChasComBrdM10328FStore 2 } -s5ChasComBrdM10328FStoreNvram -- NVRAM - OBJECT IDENTIFIER ::= { s5ChasComBrdM10328FStore 3 } -s5ChasComBrdM10328FStoreEprom -- EPROM - OBJECT IDENTIFIER ::= { s5ChasComBrdM10328FStore 4 } -s5ChasComBrdM10328FStoreFlash -- FLASH - OBJECT IDENTIFIER ::= { s5ChasComBrdM10328FStore 5 } - --- Model 10328-SM EtherCEll Concentrator -s5ChasComBrdM10328SM OBJECT IDENTIFIER ::= { s5ChasComMod 301 } -s5ChasComBrdM10328SMStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM10328SM 0 } -s5ChasComBrdM10328SMStoreSram -- SRAM - OBJECT IDENTIFIER ::= { s5ChasComBrdM10328SMStore 1 } -s5ChasComBrdM10328SMStoreDram -- DRAM - OBJECT IDENTIFIER ::= { s5ChasComBrdM10328SMStore 2 } -s5ChasComBrdM10328SMStoreNvram -- NVRAM - OBJECT IDENTIFIER ::= { s5ChasComBrdM10328SMStore 3 } -s5ChasComBrdM10328SMStoreEprom -- EPROM - OBJECT IDENTIFIER ::= { s5ChasComBrdM10328SMStore 4 } -s5ChasComBrdM10328SMStoreFlash -- FLASH - OBJECT IDENTIFIER ::= { s5ChasComBrdM10328SMStore 5 } - --- Model 10324-F EtherCEll Concentrator -s5ChasComBrdM10324F OBJECT IDENTIFIER ::= { s5ChasComMod 302 } -s5ChasComBrdM10324FStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM10324F 0 } -s5ChasComBrdM10324FStoreSram -- SRAM - OBJECT IDENTIFIER ::= { s5ChasComBrdM10324FStore 1 } -s5ChasComBrdM10324FStoreDram -- DRAM - OBJECT IDENTIFIER ::= { s5ChasComBrdM10324FStore 2 } -s5ChasComBrdM10324FStoreNvram -- NVRAM - OBJECT IDENTIFIER ::= { s5ChasComBrdM10324FStore 3 } -s5ChasComBrdM10324FStoreEprom -- EPROM - OBJECT IDENTIFIER ::= { s5ChasComBrdM10324FStore 4 } -s5ChasComBrdM10324FStoreFlash -- FLASH - OBJECT IDENTIFIER ::= { s5ChasComBrdM10324FStore 5 } - --- Model 5308P Ethernet Host Module -s5ChasComBrdM5308P OBJECT IDENTIFIER ::= { s5ChasComMod 306 } -s5ChasComBrdM5308PStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5308P 0 } -s5ChasComBrdM5308PStore8051Rom -- 8051 Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5308PStore 1 } - --- Model 5310A Ethernet Network Management Mother Board Module for 5310A/5310SA -s5ChasComBrdM5310ASA OBJECT IDENTIFIER ::= { s5ChasComMod 317 } -s5ChasComBrdM5310ASAStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5310ASA 0 } -s5ChasComBrdM5310ASAStoreBoot -- EPROM Boot Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5310ASAStore 1 } -s5ChasComBrdM5310ASAStoreFlash -- FLASH Agent Image - OBJECT IDENTIFIER ::= { s5ChasComBrdM5310ASAStore 2 } -s5ChasComBrdM5310ASAStoreDram -- DRAM Agent Image - OBJECT IDENTIFIER ::= { s5ChasComBrdM5310ASAStore 3 } - --- Ethernet Management Communications Engine Submodule -s5ChasComBrdSubMMCE OBJECT IDENTIFIER ::= { s5ChasComMod 318 } - --- (Not an external product) 920-370 5740 ATM Backplane Interface -s5ChasComBrdSubM5740AtmBkplIntf - OBJECT IDENTIFIER ::= { s5ChasComMod 319 } - --- Model 5DN002 Hub 2-Slot Conectivity Motherboard -s5ChasComM5DN002m - OBJECT IDENTIFIER ::= { s5ChasComMod 342 } -s5ChasComM5DN002mStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComM5DN002m 0 } -s5ChasComM5DN002mStoreFlash -- FLASH Agent image - OBJECT IDENTIFIER ::= { s5ChasComM5DN002mStore 1 } -s5ChasComM5DN002mStoreBoot -- Boot Agent Image - OBJECT IDENTIFIER ::= { s5ChasComM5DN002mStore 2 } - --- Model 5DN003 Hub 3-Slot Conectivity Motherboard -s5ChasComM5DN003m - OBJECT IDENTIFIER ::= { s5ChasComMod 343 } -s5ChasComM5DN003mStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComM5DN003m 0 } -s5ChasComM5DN003mStoreFlash -- FLASH Agent image - OBJECT IDENTIFIER ::= { s5ChasComM5DN003mStore 1 } -s5ChasComM5DN003mStoreBoot -- Boot Agent Image - OBJECT IDENTIFIER ::= { s5ChasComM5DN003mStore 2 } - --- Model 5DN308P D-Day Hub 12-port RJ-45 10Base-T Module -s5ChasComM5DN308P - OBJECT IDENTIFIER ::= { s5ChasComMod 344 } - --- Model 5DN304P D-Day Hub 3-port 10Base-FL Fiber Module -s5ChasComM5DN304P - OBJECT IDENTIFIER ::= { s5ChasComMod 345 } - --- Model 5DN378P-F D-Day Hub 10Base-FL/10Base-T Module -s5ChasComM5DN378P-F - OBJECT IDENTIFIER ::= { s5ChasComMod 346 } - --- Model 5DN307P D-Day Hub 12-port Telco 10Base-T Module -s5ChasComM5DN307P - OBJECT IDENTIFIER ::= { s5ChasComMod 347 } - --- Model 5DN310 Ethernet Network Management Module -s5ChasComM5DN310 - OBJECT IDENTIFIER ::= { s5ChasComMod 348 } -s5ChasComM5DN310Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComM5DN310 0 } -s5ChasComM5DN310StoreBoot -- EPROM Boot Firmware - OBJECT IDENTIFIER ::= { s5ChasComM5DN310Store 1 } -s5ChasComM5DN310StoreFlash -- FLASH Agent image - OBJECT IDENTIFIER ::= { s5ChasComM5DN310Store 2 } -s5ChasComM5DN310StoreDram -- DRAM Agent image - OBJECT IDENTIFIER ::= { s5ChasComM5DN310Store 3 } - --- Model N11 Data Collection Module -s5ChasComMN11 - OBJECT IDENTIFIER ::= { s5ChasComMod 349 } -s5ChasComMN11Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComMN11 0 } -s5ChasComMN11StoreFlash -- FLASH N11 image - OBJECT IDENTIFIER ::= { s5ChasComMN11Store 1 } -s5ChasComMN11StoreDram -- DRAM N11 image - OBJECT IDENTIFIER ::= { s5ChasComMN11Store 2 } - --- BayStack Ethernet Hub 12-Port RJ-45 10Base-T mother board -s5ChasComMNBayStackm1 - OBJECT IDENTIFIER ::= { s5ChasComMod 350} -s5ChasComMNBayStackm1Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComMNBayStackm1 0 } -s5ChasComMNBayStackm1StoreRom -- ROM Host Firmware - OBJECT IDENTIFIER ::= { s5ChasComMNBayStackm1Store 1 } - --- BayStack Ethernet Hub 24-Port RJ-45 10Base-T mother board -s5ChasComMNBayStackm2 - OBJECT IDENTIFIER ::= { s5ChasComMod 351} -s5ChasComMNBayStackm2Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComMNBayStackm2 0 } -s5ChasComMNBayStackm2StoreRom -- ROM Host Firmware - OBJECT IDENTIFIER ::= { s5ChasComMNBayStackm2Store 1 } - --- BayStack Ethernet Hub AUI Media Adapter -s5ChasComMNBayStackAui - OBJECT IDENTIFIER ::= { s5ChasComMod 352 } - --- BayStack Ethernet Hub 10Base-2 Media Adapter -s5ChasComMNBayStackThin - OBJECT IDENTIFIER ::= { s5ChasComMod 353 } - --- BayStack Ethernet Hub 10Base-FL Media Adapter -s5ChasComMNBayStackFL - OBJECT IDENTIFIER ::= { s5ChasComMod 354 } - --- BayStack Ethernet Hub Standard Ethernet Network Management Module -s5ChasComMNBayStackStdNmm - OBJECT IDENTIFIER ::= { s5ChasComMod 355 } -s5ChasComMNBayStackStdNmmStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComMNBayStackStdNmm 0 } -s5ChasComMNBayStackStdnmmStoreBoot -- EPROM Boot Firmware - OBJECT IDENTIFIER ::= { s5ChasComMNBayStackStdNmmStore 1 } -s5ChasComMNBayStackStdNmmStoreFlash -- FLASH Agent image - OBJECT IDENTIFIER ::= { s5ChasComMNBayStackStdNmmStore 2 } -s5ChasComMNBayStackStdNmmStoreDram -- DRAM Agent image - OBJECT IDENTIFIER ::= { s5ChasComMNBayStackStdNmmStore 3 } - --- BayStack Ethernet Hub Advanced Ethernet Network Management Module -s5ChasComMNBayStackAdvNmm - OBJECT IDENTIFIER ::= { s5ChasComMod 356 } -s5ChasComMNBayStackAdvNmmStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComMNBayStackAdvNmm 0 } -s5ChasComMNBayStackAdvNmmStoreBoot -- EPROM Boot Firmware - OBJECT IDENTIFIER ::= { s5ChasComMNBayStackAdvNmmStore 1 } -s5ChasComMNBayStackAdvNmmStoreFlash -- FLASH Agent image - OBJECT IDENTIFIER ::= { s5ChasComMNBayStackAdvNmmStore 2 } -s5ChasComMNBayStackAdvNmmStoreDram -- DRAM Agent image - OBJECT IDENTIFIER ::= { s5ChasComMNBayStackAdvNmmStore 3 } - --- Model BayStack Ethernet Hub 10Base-T Media Adapter -s5ChasComMF-10BaseT - OBJECT IDENTIFIER ::= { s5ChasComMod 357 } - --- Model 58000 1/100 Ethernet Switch Management Module -s5ChasComBrdM58000 - OBJECT IDENTIFIER ::= { s5ChasComMod 359 } -s5ChasComBrdM58000Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM58000 0 } -s5ChasComBrdM58000StoreBoot -- EPROM Boot Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM58000Store 1 } -s5ChasComBrdM58000StoreFlash -- FLASH Switch Image - OBJECT IDENTIFIER ::= { s5ChasComBrdM58000Store 2 } - --- Model 58000-14 2 Port 100BASE-F MDA with SC connectors -s5ChasComBrdSubM5800014 - OBJECT IDENTIFIER ::= { s5ChasComMod 360 } - --- Model 58000-15 2 Port 100BASE-T MDA with RJ45 connectors -s5ChasComBrdSubM5800015 - OBJECT IDENTIFIER ::= { s5ChasComMod 361 } - --- Model 58000-16 2 Port 100BASE-T/100BASE-F MDA with one RJ45 and SC connector -s5ChasComBrdSubM5800016 - OBJECT IDENTIFIER ::= { s5ChasComMod 362 } - --- Model 58000 MDA expansion module for model 58000 Ethernet Switch -s5ChasComBrdSubM58000MdaExp - OBJECT IDENTIFIER ::= { s5ChasComMod 363 } - --- Model 5DN378P-A D-Day Hub 10Base-AUI/10Base-T Module -s5ChasComM5DN378P-A - OBJECT IDENTIFIER ::= { s5ChasComMod 364 } - --- Mother Board for BayStack 12 Port 100BAST-T Hub -s5ChasComMBayStack100m1 - OBJECT IDENTIFIER ::= { s5ChasComMod 365 } -s5ChasComMBayStack100m1Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComMBayStack100m1 0 } -s5ChasComMBayStack100m1StoreRom -- ROM Host Firmware - OBJECT IDENTIFIER ::= { s5ChasComMBayStack100m1Store 1 } - --- Advanced NMM for BayStack 100BAST-T Hub -s5ChasComMBayStack100Nmm - OBJECT IDENTIFIER ::= { s5ChasComMod 366 } -s5ChasComMBayStack100NmmStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComMBayStack100Nmm 0 } -s5ChasComMBayStack100NmmStoreBoot -- EPROM Boot Firmware - OBJECT IDENTIFIER ::= { s5ChasComMBayStack100NmmStore 1 } -s5ChasComMBayStack100NmmStoreFlash -- FLASH Agent image - OBJECT IDENTIFIER ::= { s5ChasComMBayStack100NmmStore 2 } -s5ChasComMBayStack100NmmStoreDram -- DRAM Agent image - OBJECT IDENTIFIER ::= { s5ChasComMBayStack100NmmStore 3 } - --- 100BASE-FX MDA with SC connector for BayStack 100BASE-T Hub -s5ChasComMBayStack100-FxMda - OBJECT IDENTIFIER ::= { s5ChasComMod 368 } - --- 100BASE-TX MDA with RJ/45 connector for BayStack 100BASE-T Hub -s5ChasComMBayStack100-TxMda - OBJECT IDENTIFIER ::= { s5ChasComMod 369 } - --- 12 port 100BASE-TX expansion module for BayStack 100BASE-T Hub -s5ChasComMBayStack100-Tx12 - OBJECT IDENTIFIER ::= { s5ChasComMod 371 } - --- D5000 Model 5DN301P 4 port ThinNet module with BNC coax connectors -s5ChasComM5DN301P - OBJECT IDENTIFIER ::= { s5ChasComMod 372 } - ---5000 Model 5307PS-HD Ethernet Host Module (36 Ports with Telco & BaySecure) -s5ChasComBrdM5307PS-HD - OBJECT IDENTIFIER ::= {s5ChasComMod 373} -s5ChasComBrdM5307PS-HDStore - OBJECT IDENTIFIER ::= {s5ChasComBrdM5307PS-HD 0} -s5ChasComBrdM5307PS-HDStore8051Rom - OBJECT IDENTIFIER ::= {s5ChasComBrdM5307PS-HDStore 1} - ---5000 Model 5300P Ethernet Host Module with 4 MDA sockets -s5ChasComBrdM5300P - OBJECT IDENTIFIER ::= {s5ChasComMod 374} -s5ChasComBrdM5300PStore - OBJECT IDENTIFIER ::= {s5ChasComBrdM5300P 0} -s5ChasComBrdM5300PStore8051Rom - OBJECT IDENTIFIER ::= {s5ChasComBrdM5300PStore 1} - --- BH/Catapult Modules -s5ChasComMod-5328mEther16PC10BT - OBJECT IDENTIFIER ::= { s5ChasComMod 375 } -s5ChasComMod-5724mATM4PMMFiber - OBJECT IDENTIFIER ::= { s5ChasComMod 376 } -s5ChasComMod-5724MmATMMCP4PMMFiber - OBJECT IDENTIFIER ::= { s5ChasComMod 377 } - -s5ChasComMod-5328MmEtherMCP8PC10BT - OBJECT IDENTIFIER ::= { s5ChasComMod 378 } -s5ChasComMod-5328FXmEther12P2FXP - OBJECT IDENTIFIER ::= { s5ChasComMod 379 } --- 5000BH Model 5324 12 port 10Base-FL Ethernet Switching Host -s5ChasComMod-5324mEther12PFL - OBJECT IDENTIFIER ::= { s5ChasComMod 380 } - -s5ChasComMod-5525mTR8PCopper - OBJECT IDENTIFIER ::= { s5ChasComMod 381 } -s5ChasComMod-5525MmTRMCP4PCopper - OBJECT IDENTIFIER ::= { s5ChasComMod 382 } -s5ChasComMod-5524mTR8PFiber - OBJECT IDENTIFIER ::= { s5ChasComMod 383 } -s5ChasComMod-5524MmTR4PFiber - OBJECT IDENTIFIER ::= { s5ChasComMod 384 } -s5ChasComMod-5924mFDDI1P - OBJECT IDENTIFIER ::= { s5ChasComMod 385 } -s5ChasComMod-5824mEther4PFX - OBJECT IDENTIFIER ::= { s5ChasComMod 386 } -s5ChasComMod-5828FmEther2PTX2PFX - OBJECT IDENTIFIER ::= { s5ChasComMod 387 } -s5ChasComMod-5824MmEtherMCP2PFX - OBJECT IDENTIFIER ::= { s5ChasComMod 388 } -s5ChasComMod-5724SMmATM4PSMFiber - OBJECT IDENTIFIER ::= { s5ChasComMod 389 } -s5ChasComMod-5725mATM4PCopper - OBJECT IDENTIFIER ::= { s5ChasComMod 390 } -s5ChasComMod-5721DS3mATM2P - OBJECT IDENTIFIER ::= { s5ChasComMod 391 } -s5ChasComMod-5721E3mATM2P - OBJECT IDENTIFIER ::= { s5ChasComMod 392 } --- 5380 Ethernet Router Base Module with connections for 4 Enet backplanes and 2 Net Modules -s5ChasComMod-5380E4Bkp2N - OBJECT IDENTIFIER ::= { s5ChasComMod 395 } --- 5580 Token Ring Router Base Module with connections for 4 TR backplanes and 2 Net Modules -s5ChasComMod-5380TR4Bkp2N - OBJECT IDENTIFIER ::= { s5ChasComMod 396 } - --- 5000 Router Dual Ethernet Net Module with 2 AUI/10BASE-T ports -s5ChasComMod-5000ENetD10-T - OBJECT IDENTIFIER ::= { s5ChasComMod 397 } --- 5000 Router 100BASE-T Net Module with Single MII/100BASE-TX port -s5ChasComMod-5000ENetS100-T - OBJECT IDENTIFIER ::= { s5ChasComMod 398 } --- 5000 Router Dual Token Ring Net Module with 2 Token Ring DB-9 ports -s5ChasComMod-5000TRNetD-DB9 - OBJECT IDENTIFIER ::= { s5ChasComMod 399 } --- 5000 Router Multi Mode FDDI Net Module with one DAS port with MIC connectors -s5ChasComMod-5000MMFibNetD-DASMIC - OBJECT IDENTIFIER ::= { s5ChasComMod 400 } --- 5000 Router Single Mode FDDI Net Module with one DAS port with MIC connectors -s5ChasComMod-5000SMFibNetS-DASMIC - OBJECT IDENTIFIER ::= { s5ChasComMod 401 } --- 5000 Router Single/Multi Mode FDDI Net Module with one DAS port with MIC connectors -s5ChasComMod-5000SMMMFibNetS-DASMIC - OBJECT IDENTIFIER ::= { s5ChasComMod 402 } --- 5000 Router Multi/Single Mode FDDI Net Module with one DAS port with MIC connectors -s5ChasComMod-5000MMSMFibNetS-DASMIC - OBJECT IDENTIFIER ::= { s5ChasComMod 403 } --- 5000 Router Dual Sync Net Module with 2 Sync WAN ports through two 44-pin connectors -s5ChasComMod-5000SynNetD-WAN44 - OBJECT IDENTIFIER ::= { s5ChasComMod 404 } --- 5000 Router Quad BRI Net Module with four 8 pin modular ISDN BRI ports -s5ChasComMod-5000SynNetQ-ISDNBRI8 - OBJECT IDENTIFIER ::= { s5ChasComMod 405 } --- 5000 Router MCE1 Net Module with one Multi-Channel 75/120 Ohm E1 port -s5ChasComMod-5000MCE1NetQ-75120 - OBJECT IDENTIFIER ::= { s5ChasComMod 406 } --- 5000 Router MCT1 Net Module with one Multi-Channel RJ-48C T1 port -s5ChasComMod-5000MCT1NetQ-RJ48C - OBJECT IDENTIFIER ::= { s5ChasComMod 407 } --- 5000 Router Quad Sync Net Module with four 50 pin connectors -s5ChasComMod-5000SynNet4-50Pin - OBJECT IDENTIFIER ::= { s5ChasComMod 408 } --- 5000 Router Compression Co-Processor Module, occupying 1 net module location -s5ChasComMod-5000Co-Processor - OBJECT IDENTIFIER ::= { s5ChasComMod 409 } --- 5000 Router Multi Mode 155M OC3 ATM Net Module with one SC port -s5ChasComMod-5000ATMNet1-MMOC3 - OBJECT IDENTIFIER ::= { s5ChasComMod 410 } --- 5000 Router Single Mode 155M OC3 ATM Net Module with one SC port -s5ChasComMod-5000ATMNet1-SMOC3 - OBJECT IDENTIFIER ::= { s5ChasComMod 411 } --- 5000 Router DS3 ATM Net Module with one DS3 ATM port -s5ChasComMod-5000ATMNet1-DS3 - OBJECT IDENTIFIER ::= { s5ChasComMod 412 } --- 5000 Router E3 ATM Net Module with one E3 ATM port -s5ChasComMod-5000ATMNet1-E3 - OBJECT IDENTIFIER ::= { s5ChasComMod 413 } --- Model 58000-109 2 port FDDI MDA with MIC Connectors -s5ChasComBrdSubM58000Fddi - OBJECT IDENTIFIER ::= { s5ChasComMod 414 } - --- Model 28200 10/100 Ethernet Switch Mother board and Backplane -s5ChasComBrdM28200 - OBJECT IDENTIFIER ::= { s5ChasComMod 415 } -s5ChasComBrdM28200Store -- Storage Areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM28200 0 } -s5ChasComBrdM28200StoreBoot -- EPROM Boot Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM28200Store 1 } -s5ChasComBrdM28200StoreFlash -- Flash Switch Image - OBJECT IDENTIFIER ::= { s5ChasComBrdM28200Store 2 } -s5ChasComBrdM28200StoreDram -- DRAM Switch Image - OBJECT IDENTIFIER ::= { s5ChasComBrdM28200Store 3 } - --- Model 28200-15 8 port 10 Base-T MDA with RJ45 Connectors -s5ChasComBrdSubM2820015 - OBJECT IDENTIFIER ::= { s5ChasComMod 416 } - --- Model 28200-14 4 port 10 Base-FL MDA with ST Connectors -s5ChasComBrdSubM2820014 - OBJECT IDENTIFIER ::= { s5ChasComMod 417 } - --- Model 28200-105 2 port 100 Base-TX MDA with RJ45 Connectors -s5ChasComBrdSubM28200105 - OBJECT IDENTIFIER ::= { s5ChasComMod 418 } - --- Model 28200-104 2 port 100 Base-FX MDA with SC Connectors -s5ChasComBrdSubM28200104 - OBJECT IDENTIFIER ::= { s5ChasComMod 419 } - --- Model 28200-106 2 port MDA with one100 Base-TX RJ45 port --- and one 100Base-FX SC port -s5ChasComBrdSubM28200106 - OBJECT IDENTIFIER ::= { s5ChasComMod 420 } - --- Model 28200-EXP 2 port expansion MDA for Bay Networks --- proprietary trunk connection. -s5ChasComBrdSubM28200Exp - OBJECT IDENTIFIER ::= { s5ChasComMod 421 } - --- Model 28200-724 Single port ATM 155Mb MMF OC3 MDA with MIC connectors -s5ChasComBrdSubM28200Atm - OBJECT IDENTIFIER ::= { s5ChasComMod 422 } - --- Model 28200-109 2 port FDDI MDA --- with MIC Connectors -s5ChasComBrdSubM28200Fddi - OBJECT IDENTIFIER ::= { s5ChasComMod 423 } - --- Model 28200-N11 10Mb Data Collection Module -s5ChasComBrdSubM28200N11 - OBJECT IDENTIFIER ::= { s5ChasComMod 424 } - --- Model 28200-N111 10/100Mb Data Collection Module -s5ChasComBrdSubM28200N111 - OBJECT IDENTIFIER ::= { s5ChasComMod 425 } - --- Centillion Component Modules -s5ChasComMod-c100mTR4PC - OBJECT IDENTIFIER ::= { s5ChasComMod 426 } -s5ChasComMod-c100mTRMCP4PC - OBJECT IDENTIFIER ::= { s5ChasComMod 427 } -s5ChasComMod-c100mATM - OBJECT IDENTIFIER ::= { s5ChasComMod 428 } -s5ChasComMod-c100mTRFiber - OBJECT IDENTIFIER ::= { s5ChasComMod 429 } -s5ChasComMod-c100mTRMCPFiber - OBJECT IDENTIFIER ::= { s5ChasComMod 430 } -s5ChasComMod-c100mEther16PC10BT - OBJECT IDENTIFIER ::= { s5ChasComMod 431 } -s5ChasComMod-c100mEtherMCP8PC10BT - OBJECT IDENTIFIER ::= { s5ChasComMod 432 } -s5ChasComMod-c100mATM2PSMFiber - OBJECT IDENTIFIER ::= { s5ChasComMod 433 } -s5ChasComMod-c100mATM2PCopper - OBJECT IDENTIFIER ::= { s5ChasComMod 434 } -s5ChasComMod-c100mATM4PMMFiber - OBJECT IDENTIFIER ::= { s5ChasComMod 435 } -s5ChasComMod-c100mATM4PSMFiber - OBJECT IDENTIFIER ::= { s5ChasComMod 436 } -s5ChasComMod-c100mATM4PCopper - OBJECT IDENTIFIER ::= { s5ChasComMod 437 } -s5ChasComMod-c100mATMMCP2PSMFiber - OBJECT IDENTIFIER ::= { s5ChasComMod 438 } -s5ChasComMod-c100mATMMCP2PMMFiber - OBJECT IDENTIFIER ::= { s5ChasComMod 439 } -s5ChasComMod-c100mATMMCP2PCopper - OBJECT IDENTIFIER ::= { s5ChasComMod 440 } -s5ChasComMod-c100mATMMCP4PSMFiber - OBJECT IDENTIFIER ::= { s5ChasComMod 441 } -s5ChasComMod-c100mATMMCP4PMMFiber - OBJECT IDENTIFIER ::= { s5ChasComMod 442 } -s5ChasComMod-c100mATMMCP4PCopper - OBJECT IDENTIFIER ::= { s5ChasComMod 443 } -s5ChasComMod-c100mATM2PC - OBJECT IDENTIFIER ::= { s5ChasComMod 444 } -s5ChasComMod-c100mATM4PC - OBJECT IDENTIFIER ::= { s5ChasComMod 445 } -s5ChasComMod-c100mATMMCP2PC - OBJECT IDENTIFIER ::= { s5ChasComMod 446 } -s5ChasComMod-c100mATMMCP4PC - OBJECT IDENTIFIER ::= { s5ChasComMod 447 } - ---5300P Model Dummy OID No Media Adapter Fitted -s5ChasComBrdSubDummy - OBJECT IDENTIFIER ::= { s5ChasComMod 448 } ---5300P Model 5300-T 10BASE-T Media Adapter -s5ChasComBrdSub5300-T - OBJECT IDENTIFIER ::= { s5ChasComMod 449 } ---5300P Model 5300-A AUI Media Adapter (Female) -s5ChasComBrdSub5300-A - OBJECT IDENTIFIER ::= { s5ChasComMod 450 } ---5300P Model 5300-D Male AUI Media Adapter -s5ChasComBrdSub5300-D - OBJECT IDENTIFIER ::= { s5ChasComMod 451 } ---5300P Model 5300-F 10BASE-F Media Adapter -s5ChasComBrdSub5300-F - OBJECT IDENTIFIER ::= { s5ChasComMod 452 } ---5300P Model 5300-S Single Mode Fiber Media Adapter -s5ChasComBrdSub5300-S - OBJECT IDENTIFIER ::= { s5ChasComMod 453 } ---5300P Model 5300-2 10BASE-2 Thinnet Media Adapter -s5ChasComBrdSub5300-2 - OBJECT IDENTIFIER ::= { s5ChasComMod 454 } - --- BayStack Token Ring Hub 24 port Motherboard -s5ChasComMBayStackTrm1 - OBJECT IDENTIFIER ::= { s5ChasComMod 456 } -s5ChasComMBayStackTrm1Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComMBayStackTrm1 0 } -s5ChasComMBayStackTrm1StoreFlash -- FLASH Agent Image - OBJECT IDENTIFIER ::= { s5ChasComMBayStackTrm1Store 1 } -s5ChasComMBayStackTrm1StoreBoot -- BOOT Agent Image - OBJECT IDENTIFIER ::= { s5ChasComMBayStackTrm1Store 2 } - --- BayStack Token Ring Network Management Module -s5ChasComMBayStackTrNmm - OBJECT IDENTIFIER ::= { s5ChasComMod 457 } -s5ChasComMBayStackTrNmmStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComMBayStackTrNmm 0 } -s5ChasComMBayStackTrNmmStoreBoot -- EPROM Boot Firmware - OBJECT IDENTIFIER ::= { s5ChasComMBayStackTrNmmStore 1 } -s5ChasComMBayStackTrNmmStoreFlash -- FLASH Agent image - OBJECT IDENTIFIER ::= { s5ChasComMBayStackTrNmmStore 2 } -s5ChasComMBayStackTrNmmStoreDram -- DRAM Agent image - OBJECT IDENTIFIER ::= { s5ChasComMBayStackTrNmmStore 3 } - --- BayStack Token Ring Hub Fiber MDA module -s5ChasComMBayStackTrMDAFiber - OBJECT IDENTIFIER ::= { s5ChasComMod 458 } - --- BayStack Token Ring Hub Copper MDA module -s5ChasComMBayStackTrMDACopper - OBJECT IDENTIFIER ::= { s5ChasComMod 459 } - --- BayStack Token Ring Hub DCM module -s5ChasComMBayStackTrDCM - OBJECT IDENTIFIER ::= { s5ChasComMod 460 } - --- BayStack Token Ring Hub Multi-Ring module -s5ChasComMBayStackTrMRM - OBJECT IDENTIFIER ::= { s5ChasComMod 461 } - --- BayStack Ethernet Hub 24-port Telco 10Base-T motherboard -s5ChasComMNBayStackm3 - OBJECT IDENTIFIER ::= { s5ChasComMod 462 } -s5ChasComMNBayStackm3Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComMNBayStackm3 0 } -s5ChasComMNBayStackm3StoreRom -- ROM Host Firmware - OBJECT IDENTIFIER ::= { s5ChasComMNBayStackm3Store 1 } - --- BayStack Ethernet Hub 8 port 10Base-2 motherboard -s5ChasComMNBayStackm4 - OBJECT IDENTIFIER ::= { s5ChasComMod 463 } -s5ChasComMNBayStackm4Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComMNBayStackm4 0 } -s5ChasComMNBayStackm4StoreRom -- ROM Host Firmware - OBJECT IDENTIFIER ::= { s5ChasComMNBayStackm4Store 1 } - --- BayStack Ethernet Hub Redundant Link Capable 10Base-FL Media Adapter -s5ChasComMNBayStackRedFL - OBJECT IDENTIFIER ::= { s5ChasComMod 464 } - --- BayStack Ethernet Hub Single Mode Fiber Media Adapter -s5ChasComMNBayStackSMFL - OBJECT IDENTIFIER ::= {s5ChasComMod 465 } - --- BayStack Ethernet Hub Redundant-Link Capable Single Mode Fiber Media Adapter -s5ChasComMNBayStackSMRedFL - OBJECT IDENTIFIER ::= {s5ChasComMod 466 } - ---5000 Model 5308S Ethernet Host Module with BaySecure -s5ChasComBrdM5308S - OBJECT IDENTIFIER ::= {s5ChasComMod 467} -s5ChasComBrdM5308SStore - OBJECT IDENTIFIER ::= {s5ChasComBrdM5308S 0} -s5ChasComBrdM5308SStore8051Rom - OBJECT IDENTIFIER ::= {s5ChasComBrdM5308SStore 1} - ---5000 Model 5307S Ethernet Host Module with BaySecure -s5ChasComBrdM5307S - OBJECT IDENTIFIER ::= {s5ChasComMod 468} -s5ChasComBrdM5307SStore - OBJECT IDENTIFIER ::= {s5ChasComBrdM5307S 0} -s5ChasComBrdM5307SStore8051Rom - OBJECT IDENTIFIER ::= {s5ChasComBrdM5307SStore 1} - ---5000 Model 5308PS Ethernet Host Module with BaySecure -s5ChasComBrdM5308PS - OBJECT IDENTIFIER ::= {s5ChasComMod 469} -s5ChasComBrdM5308PSStore - OBJECT IDENTIFIER ::= {s5ChasComBrdM5308PS 0} -s5ChasComBrdM5308PSStore8051Rom - OBJECT IDENTIFIER ::= {s5ChasComBrdM5308PSStore 1} - ---5000 Model 5307PS Ethernet Host Module with BaySecure -s5ChasComBrdM5307PS - OBJECT IDENTIFIER ::= {s5ChasComMod 470} -s5ChasComBrdM5307PSStore - OBJECT IDENTIFIER ::= {s5ChasComBrdM5307PS 0} -s5ChasComBrdM5307PSStore8051Rom - OBJECT IDENTIFIER ::= {s5ChasComBrdM5307PSStore 1} - --- Model 5DN308PS D5000 Ethernet Host MDA with BaySecure -s5ChasComM5DN308PS - OBJECT IDENTIFIER ::= { s5ChasComMod 471 } - --- Model 5DN307PS D5000 Ethernet Host MDA with BaySecure -s5ChasComM5DN307PS - OBJECT IDENTIFIER ::= { s5ChasComMod 472 } - --- Model 5DN378P-SM D5000 Ethernet Host MDA with BaySecure -s5ChasComM5DN378P-SM - OBJECT IDENTIFIER ::= { s5ChasComMod 473 } - --- BayStack Ethernet Hub 6 port 10BaseFL motherboard -s5ChasComMNBayStackm5 - OBJECT IDENTIFIER ::= {s5ChasComMod 477} -s5ChasComMNBayStackm5Store -- Storage areas - OBJECT IDENTIFIER ::= {s5ChasComMNBayStackm5 0 } -s5ChasComMNBayStackm5StoreRom -- ROM Host Firmware - OBJECT IDENTIFIER ::= {s5ChasComMNBayStackm5Store 1 } - --- BayStack 301 Ethernet Switch -s5ChasComMBayStack301 - OBJECT IDENTIFIER ::= { s5ChasComMod 478 } -s5ChasComMBayStack301Store - OBJECT IDENTIFIER ::= { s5ChasComMBayStack301 0 } -s5ChasComMBayStack301MaxRAM - OBJECT IDENTIFIER ::= { s5ChasComMBayStack301Store 1 } -s5ChasComMBayStack301InstalledRAM - OBJECT IDENTIFIER ::= { s5ChasComMBayStack301Store 2 } -s5ChasComMBayStack301Flash - OBJECT IDENTIFIER ::= { s5ChasComMBayStack301Store 3 } - --- Model 5DN003A Hub 3-Slot Connectivity Motherboard --- with Temperature Sensor -s5ChasComM5DN003Am - OBJECT IDENTIFIER ::= { s5ChasComMod 485 } -s5ChasComM5DN003AmStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComM5DN003Am 0 } -s5ChasComM5DN003AmStoreFlash -- FLASH Agent image - OBJECT IDENTIFIER ::= { s5ChasComM5DN003AmStore 1 } -s5ChasComM5DN003AmStoreBoot -- Boot Agent Image - OBJECT IDENTIFIER ::= { s5ChasComM5DN003AmStore 2 } - --- Model 5DN002A Hub 2-Slot Connectivity Motherboard --- with Temperature Sensor -s5ChasComM5DN002Am - OBJECT IDENTIFIER ::= { s5ChasComMod 486 } -s5ChasComM5DN002AmStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComM5DN002Am 0 } -s5ChasComM5DN002AmStoreFlash -- FLASH Agent image - OBJECT IDENTIFIER ::= { s5ChasComM5DN002AmStore 1 } -s5ChasComM5DN002AmStoreBoot -- Boot Agent Image - OBJECT IDENTIFIER ::= { s5ChasComM5DN002AmStore 2 } - --- 5000 Model 5405 Fast Ethernet Host Module -s5ChasComBrdM5405 - OBJECT IDENTIFIER ::= { s5ChasComMod 500 } -s5ChasComBrdM5405Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5405 0 } -s5ChasComBrdM5405StoreBoot -- EPROM Boot Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5405Store 1 } -s5ChasComBrdM5405StoreFlash -- FLASH Host Firmware Image - OBJECT IDENTIFIER ::= { s5ChasComBrdM5405Store 2 } -s5ChasComBrdM5405StoreDram -- DRAM Host Image - OBJECT IDENTIFIER ::= { s5ChasComBrdM5405Store 3 } - --- 5000 Model 5475-FX Fast Ethernet Host Module -s5ChasComBrdM5475FX - OBJECT IDENTIFIER ::= { s5ChasComMod 501 } -s5ChasComBrdM5475FXStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5475FX 0 } -s5ChasComBrdM5475FXStoreBoot -- EPROM Boot Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5475FXStore 1 } -s5ChasComBrdM5475FXStoreFlash -- FLASH Host Firmware Image - OBJECT IDENTIFIER ::= { s5ChasComBrdM5475FXStore 2 } -s5ChasComBrdM5475FXStoreDram -- DRAM Host Image - OBJECT IDENTIFIER ::= { s5ChasComBrdM5475FXStore 3 } - -s5ChasComMod-c100mEther12P2FXP - OBJECT IDENTIFIER ::= { s5ChasComMod 507} -s5ChasComMod-c100mEther14P2TXP - OBJECT IDENTIFIER ::= { s5ChasComMod 508} - ---Model 5605P Fast Ethernet Host Module -s5ChasComBrdM5605P - OBJECT IDENTIFIER ::= { s5ChasComMod 510 } -s5ChasComBrdM5605PStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5605P 0 } -s5ChasComBrdM5605PStoreBoot -- Boot Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5605PStore 1 } -s5ChasComBrdM5605PStoreFlash -- Flash Host Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5605PStore 2 } -s5ChasComBrdM5605PStoreDram -- DRAM Host Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5605PStore 3 } - --- Model 5675P-FX Fast Ethernet Host Module -s5ChasComBrdM5675PFX - OBJECT IDENTIFIER ::= { s5ChasComMod 511 } -s5ChasComBrdM5675PFXStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5675PFX 0 } -s5ChasComBrdM5675PFXStoreBoot -- Boot Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5675PFXStore 1 } -s5ChasComBrdM5675PFXStoreFlash -- Flash Host Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5675PFXStore 2 } -s5ChasComBrdM5675PFXStoreDram -- DRAM Host Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5675PFXStore 3 } - --- Model 5616 Fast Ethernet Network Management Module -s5ChasComBrdM5616 - OBJECT IDENTIFIER ::= { s5ChasComMod 512 } -s5ChasComBrdM5616Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5616 0 } -s5ChasComBrdM5616StoreBoot -- FLASH Boot Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5616 1 } -s5ChasComBrdM5616StoreFlash -- FLASH Agent image - OBJECT IDENTIFIER ::= { s5ChasComBrdM5616Store 2 } -s5ChasComBrdM5616StoreDram -- DRAM Agent image - OBJECT IDENTIFIER ::= { s5ChasComBrdM5616Store 3 } - --- Model 5316 Ethernet Network Management Module -s5ChasComBrdM5316 - OBJECT IDENTIFIER ::= { s5ChasComMod 513 } -s5ChasComBrdM5316Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5316 0 } -s5ChasComBrdM5316StoreBoot -- FLASH Boot Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5316 1 } -s5ChasComBrdM5316StoreFlash -- FLASH Agent image - OBJECT IDENTIFIER ::= { s5ChasComBrdM5316Store 2 } -s5ChasComBrdM5316StoreDram -- DRAM Agent image - OBJECT IDENTIFIER ::= { s5ChasComBrdM5316Store 3 } - --- 100Base-FX MDA for 3308S Desktop Switching Host -s5ChasComM3308S-FxMda - OBJECT IDENTIFIER ::= { s5ChasComMod 514 } - --- BayStack302T Board (or slots) group -s5ChasComBrdBayStack302T - OBJECT IDENTIFIER ::= { s5ChasComMod 515 } -s5ChasComBrdBayStack302TStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack302T 0 } -s5ChasComBrdBayStack302TFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack302TStore 1 } -s5ChasComBrdBayStack302TDram -- DRAM image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack302TStore 2 } - --- BayStack302F Board (or slots) group -s5ChasComBrdBayStack302F - OBJECT IDENTIFIER ::= { s5ChasComMod 516 } -s5ChasComBrdBayStack302FStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack302F 0 } -s5ChasComBrdBayStack302FFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack302FStore 1 } -s5ChasComBrdBayStack302FDram -- DRAM image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack302FStore 2 } - ---C100 8Port 10 Base FL switching Module -s5ChasComMod-c100mEther8P10FL - OBJECT IDENTIFIER ::= { s5ChasComMod 517} - ---C100 14 port 12x10BT/2x100BT Fiber -s5ChasComMod-c100mEther12P2BTP - OBJECT IDENTIFIER ::= { s5ChasComMod 518} - ---C100 4 port 100BT Enet slave card -s5ChasComMod-c100mEther4P100BT - OBJECT IDENTIFIER ::= { s5ChasComMod 519} - --- 5000BH Model 5425 4 port 100 Base TX Ethernet Switching Host Module -s5ChasComMod-5425mEther4PC100BT - OBJECT IDENTIFIER ::= { s5ChasComMod 520 } - ---C100 8/2 ethernet combo card (8 port 10BT, 2 port 100TX) -s5ChasComMod-c100mEther8P2TXP - OBJECT IDENTIFIER ::= { s5ChasComMod 527 } - --- BayStack350 Switch Board (or slots) group -s5ChasComBrdBayStack350T - OBJECT IDENTIFIER ::= { s5ChasComMod 528 } -s5ChasComBrdBayStack350TStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack350T 0 } -s5ChasComBrdBayStack350TFlash -- Flash image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack350TStore 1 } -s5ChasComBrdBayStack350TBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack350TStore 2 } -s5ChasComBrdBayStack350TDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack350TStore 3 } - -s5ChasComBrdBayStack350F - OBJECT IDENTIFIER ::= { s5ChasComMod 529 } -s5ChasComBrdBayStack350FStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack350F 0 } -s5ChasComBrdBayStack350FFlash -- Flash image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack350FStore 1 } -s5ChasComBrdBayStack350FBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack350FStore 2 } -s5ChasComBrdBayStack350FDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack350FStore 3 } - -s5ChasComBrdBayStack350FHD - OBJECT IDENTIFIER ::= { s5ChasComMod 530 } -s5ChasComBrdBayStack350FHDStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack350FHD 0 } -s5ChasComBrdBayStack350FHDFlash -- Flash image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack350FHDStore 1 } -s5ChasComBrdBayStack350FHDBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack350FHDStore 2 } -s5ChasComBrdBayStack350FHDDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack350FHDStore 3 } - -s5ChasComBrdBayStack350THD - OBJECT IDENTIFIER ::= { s5ChasComMod 531 } -s5ChasComBrdBayStack350THDStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack350THD 0 } -s5ChasComBrdBayStack350THDFlash -- Flash image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack350THDStore 1 } -s5ChasComBrdBayStack350THDBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack350THDStore 2 } -s5ChasComBrdBayStack350THDDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack350THDStore 3 } - --- 5000BH module 5724M/SM 4 port SMF ATM MCP -s5ChasComMod-5724M-SMmATMMCP4PSMFiber - OBJECT IDENTIFIER ::= { s5ChasComMod 533 } - --- Switch Node Component Modules --- Switch Node 16 Port 10BASET Switch Net Module -s5ChasComMod-SwNode10t16 - OBJECT IDENTIFIER ::= { s5ChasComMod 534 } - --- Switch Node 2 port 100BASET Switch Net Module -s5ChasComMod-SwNode100tx2 - OBJECT IDENTIFIER ::= { s5ChasComMod 535 } - --- Switch Node 8 port 10 Meg Fiber Switch Net Module -s5ChasComMod-SwNode10f8 - OBJECT IDENTIFIER ::= { s5ChasComMod 536 } - --- Switch Node 16 port 100BASET Switch Net Module -s5ChasComMod-SwNode100tx16 - OBJECT IDENTIFIER ::= { s5ChasComMod 537 } - --- Switch Node 3 port 100 Meg Fiber Switch Net Module -s5ChasComMod-SwNode100fx3 - OBJECT IDENTIFIER ::= { s5ChasComMod 541 } - --- Switch Node DCM module -s5ChasComDCMX220SwNode - OBJECT IDENTIFIER ::= { s5ChasComMod 542 } - --- C100 16 port 4x4 100 Base TX Ethernet Bank Switching Host Module -s5ChasComMod-c100mEther4x4P100BT - OBJECT IDENTIFIER ::= { s5ChasComMod 544 } - --- C100 4 port 100FX Ethernet Switching Host Module -s5ChasComMod-c100mEther4P100FX - OBJECT IDENTIFIER ::= { s5ChasComMod 545 } - -s5ChasComBrdBayStack150 -- BayStack150 24 port Master Unit Repeater Brd - OBJECT IDENTIFIER ::= { s5ChasComMod 546 } - -s5ChasComBrdBayStack152 -- BayStack150 12 port Master Unit Repeater Brd - OBJECT IDENTIFIER ::= { s5ChasComMod 547 } - -s5ChasComBrdBayStack151 -- BayStack150 24 port Slave Unit Repeater Brd - OBJECT IDENTIFIER ::= { s5ChasComMod 548 } - -s5ChasComBrdBayStack153 -- BayStack150 12 port Slave Unit Repeater Brd - OBJECT IDENTIFIER ::= { s5ChasComMod 549 } - -s5ChasComBrdBayStack150NMM -- BayStack150 NMM in the Master unit - OBJECT IDENTIFIER ::= { s5ChasComMod 550 } -s5ChasComBrdBayStack150NMMStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack150NMM 0 } -s5ChasComBrdBayStack150NMMStoreBoot -- EPROM Boot Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack150NMMStore 1 } -s5ChasComBrdBayStack150NMMStoreFlash -- FLASH Agent image - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack150NMMStore 2 } -s5ChasComBrdBayStack150NMMStoreDram -- DRAM Agent image - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack150NMMStore 3 } - --- BayStack150 Expansion Module on NMM -s5ChasComBrdBayStack150NMMExpMod - OBJECT IDENTIFIER ::= { s5ChasComMod 551 } - --- C100 ATMSpeed MDA Switch Host Module -s5ChasComMod-C100ATMMDAhost - OBJECT IDENTIFIER ::= { s5ChasComMod 552 } --- C100 ATMSpeed MDA MCP Module -s5ChasComMod-C100ATMMDAMcp - OBJECT IDENTIFIER ::= { s5ChasComMod 553 } --- 5720 ATM MDA switch host module -s5ChasComMod-5720ATMMDAhost - OBJECT IDENTIFIER ::= { s5ChasComMod 554 } --- 5720M ATM MDA MCP module -s5ChasComMod-5720MATMMDAMcp - OBJECT IDENTIFIER ::= { s5ChasComMod 555 } --- 5720-14 Multimode fiber MDA -s5ChasComMod-5720-14MultiModeMda - OBJECT IDENTIFIER ::= { s5ChasComMod 556 } --- 5720-15 Unshielded twisted pair MDA -s5ChasComMod-5720-15UTPMda - OBJECT IDENTIFIER ::= { s5ChasComMod 557 } --- 5720-17 Singlemode Fiber MDA -s5ChasComMod-5720-17SingleModeMda - OBJECT IDENTIFIER ::= { s5ChasComMod 558 } --- 5720-31 DS3 MDA 980-714-B -s5ChasComMod-5720-31DS3Mda - OBJECT IDENTIFIER ::= { s5ChasComMod 559 } --- 5720-41 E3 MDA 980-797-A -s5ChasComMod-5720-41E3Mda - OBJECT IDENTIFIER ::= { s5ChasComMod 560 } - --- Switch Node CPU Module -s5ChasComMod-SwNodeCPU - OBJECT IDENTIFIER ::= { s5ChasComMod 561 } - --- 8 Port UTP TokenSpeed MCP for the C100 -s5ChasComMod-c1008PUTPTRMcp - OBJECT IDENTIFIER ::= { s5ChasComMod 562 } --- 8 Port UTP TokenSpeed Switch Host Module for the C100 -s5ChasComMod-c1008PUTPTR - OBJECT IDENTIFIER ::= { s5ChasComMod 563 } - --- Model 5328-HD Ethernet 24 Port 10Base-T Switch Host Module -s5ChasComBrdM5328-HD - OBJECT IDENTIFIER ::= { s5ChasComMod 564 } -s5ChasComBrdM5328-HDStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5328-HD 0 } -s5ChasComBrdM5328-HDStoreFlash -- FLASH Agent image - OBJECT IDENTIFIER ::= { s5ChasComBrdM5328-HDStore 1 } -s5ChasComBrdM5328-HDStoreDram -- DRAM Agent image - OBJECT IDENTIFIER ::= { s5ChasComBrdM5328-HDStore 2 } - --- 5000BH Model 5625 24 port 10/100 Ethernet Copper Switch Host -s5ChasComBrdM5625 - OBJECT IDENTIFIER ::= { s5ChasComMod 565 } - --- Model 5455 Ethernet 16 port 4 * 4 100BASE-TX Bank Switch Net Module -s5ChasComBrdM5455 - OBJECT IDENTIFIER ::= { s5ChasComMod 568 } -s5ChasComBrdM5455Store -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5455 0 } -s5ChasComBrdM5455StoreFlash -- FLASH Agent image - OBJECT IDENTIFIER ::= { s5ChasComBrdM5455Store 1 } -s5ChasComBrdM5455StoreDram -- DRAM Agent image - OBJECT IDENTIFIER ::= { s5ChasComBrdM5455Store 2 } - --- Model 5611-DCM Data Collection Module for 5616SA -s5ChasComM5611-DCM - OBJECT IDENTIFIER ::= { s5ChasComMod 569 } -s5ChasComM5611-DCMStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComM5611-DCM 0 } -s5ChasComM5611-DCMStoreFlash -- FLASH image - OBJECT IDENTIFIER ::= { s5ChasComM5611-DCMStore 1 } -s5ChasComM5611-DCMStoreDram -- DRAM image - OBJECT IDENTIFIER ::= { s5ChasComM5611-DCMStore 2 } - -s5ChasComBrdBayStack202 -- BayStack200 12Tx port Host Unit Repeater Brd - OBJECT IDENTIFIER ::= { s5ChasComMod 570 } - -s5ChasComBrdBayStack203 -- BayStack200 12Tx 1Fx port Host Unit Repeater Brd - - OBJECT IDENTIFIER ::= { s5ChasComMod 571 } - -s5ChasComBrdBayStack204 -- BayStack200 24 port Host Unit Repeater Brd - OBJECT IDENTIFIER ::= { s5ChasComMod 572 } - -s5ChasComBrdBayStack205 -- BayStack200 12 port Host Unit Repeater Brd - OBJECT IDENTIFIER ::= { s5ChasComMod 573 } - -s5ChasComBrdBayStack200NMM -- BayStack200 NMM in the NMM Host Unit - OBJECT IDENTIFIER ::= { s5ChasComMod 574 } -s5ChasComBrdBayStack200NMMStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack200NMM 0 } -s5ChasComBrdBayStack200NMMStoreFlash -- FLASH Agent image - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack200NMMStore 1 } -s5ChasComBrdBayStack200NMMStoreDram -- DRAM Agent image - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack200NMMStore 2 } - --- BayStack 303 24+1 10BASE-T/100BASE-T Switch with 1 MDA -s5ChasComMBayStack303 - OBJECT IDENTIFIER ::= { s5ChasComMod 575 } - --- BayStack 304 12+1 10BASE-T/100BASE-T Switch with 1 MDA -s5ChasComMBayStack304 - OBJECT IDENTIFIER ::= { s5ChasComMod 576 } - --- BayStack 303A 24+1 10BASE-T/100BASE-T Switch with 1 MDA -s5ChasComMBayStack303A - OBJECT IDENTIFIER ::= { s5ChasComMod 577 } - --- BayStack 304A 12+1 10BASE-T/100BASE-T Switch with 1 MDA -s5ChasComMBayStack304A - OBJECT IDENTIFIER ::= { s5ChasComMod 578 } - --- Model MFX-1 100BASE-FX MDA for BayStack 303 and 304 -s5ChasComMBayStack303-304FxMda - OBJECT IDENTIFIER ::= { s5ChasComMod 579 } - --- Model MTX-1 10/100 MDA for BayStack 303 and 304 -s5ChasComMBayStack303-304TxMda - OBJECT IDENTIFIER ::= { s5ChasComMod 580 } - --- Model 5665 10/100 Ethernet Switch Host Module -s5ChasComBrdM5665 - OBJECT IDENTIFIER ::= { s5ChasComMod 581 } -s5ChasComBrdM5665Store -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5665 0 } -s5ChasComBrdM5665StoreFlash -- Flash Host Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5665Store 1 } -s5ChasComBrdM5665StoreDram -- DRAM Host Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5665Store 2 } - --- Model 5660-FX 100Base-FX Up-link Segment Switch NMM Module --- with "S", "C", and "N" bus connections. -s5ChasComBrdM5660FX - OBJECT IDENTIFIER ::= { s5ChasComMod 583 } -s5ChasComBrdM5660FXStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5660FX 0 } -s5ChasComBrdM5660FXStoreFlash -- Flash Agent Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5660FXStore 1 } -s5ChasComBrdM5660FXStoreDram -- DRAM Agent Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5660FXStore 2 } - --- Model 5620-FX 10/100Base-FX Up-link Segment Switch NMM Module --- with "C" and "N" bus connections. -s5ChasComBrdM5620FX - OBJECT IDENTIFIER ::= { s5ChasComMod 584 } -s5ChasComBrdM5620FXStore -- Storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdM5620FX 0 } -s5ChasComBrdM5620FXStoreFlash -- Flash Agent Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5620FXStore 1 } -s5ChasComBrdM5620FXStoreDram -- DRAM Agent Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdM5620FXStore 2 } - -s5ChasComBrdBayStack250 -- BayStack250 12 port NMM Host Unit Repeater Brd - OBJECT IDENTIFIER ::= { s5ChasComMod 595 } - -s5ChasComBrdBayStack251 -- BayStack250 12 port Host Unit Repeater Brd - OBJECT IDENTIFIER ::= { s5ChasComMod 596 } - -s5ChasComBrdBayStack252 -- BayStack250 24 port Host Unit Repeater Brd - OBJECT IDENTIFIER ::= { s5ChasComMod 597 } - -s5ChasComBrdBayStack250NMM -- BayStack250 NMM in the NMM Host Unit - OBJECT IDENTIFIER ::= { s5ChasComMod 598 } -s5ChasComBrdBayStack250NMMStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack250NMM 0 } -s5ChasComBrdBayStack250NMMStoreFlash -- FLASH Agent image - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack250NMMStore 1 } -s5ChasComBrdBayStack250NMMStoreDram -- DRAM Agent image - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack250NMMStore 2 } -s5ChasComBrdBayStack250NMMStoreBoot -- EPROM Boot Firmware - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack250NMMStore 3 } - ---C100 24 Port 10BASE-T Switch Host Module with 2 Telco Connectors -s5ChasComMod-c100mEther24P10BT - OBJECT IDENTIFIER ::= { s5ChasComMod 631 } - --- C100 Multimode fiber MDA -s5ChasComMod-C100ATMMultiModeMda - OBJECT IDENTIFIER ::= { s5ChasComMod 632 } --- C100 Unshielded twisted pair MDA -s5ChasComMod-C100ATMUTPMda - OBJECT IDENTIFIER ::= { s5ChasComMod 633 } --- C100 Singlemode Fiber MDA -s5ChasComMod-C100ATMSingleModeMda - OBJECT IDENTIFIER ::= { s5ChasComMod 634 } --- C100 DS3 MDA -s5ChasComMod-C100ATMDS3Mda - OBJECT IDENTIFIER ::= { s5ChasComMod 635 } --- C100 E3 MDA -s5ChasComMod-C100ATME3Mda - OBJECT IDENTIFIER ::= { s5ChasComMod 636 } - --- 5000BH Token Ring 24 Port Host -s5ChasComBrdTR24PC - OBJECT IDENTIFIER ::= { s5ChasComMod 637 } - --- C100 Token Ring 16 Port Host -s5ChasComBrd-C100TR16PC - OBJECT IDENTIFIER ::= { s5ChasComMod 638 } - --- 5000BH 57622M-SM 1 Port 622 Mbps 0C12-C ATM SMF MCP Module -s5ChasComBrd57622M-SM - OBJECT IDENTIFIER ::= { s5ChasComMod 645 } - --- 5000BH 57622M-MM 1 Port 622 Mbps 0C12-C ATM MMF MCP Module -s5ChasComBrd57622M-MM - OBJECT IDENTIFIER ::= { s5ChasComMod 646 } - --- 5000BH 57622-MM 1 Port 622 Mbps 0C12-C ATM MMF Switch Host -s5ChasComBrd57622-MM - OBJECT IDENTIFIER ::= { s5ChasComMod 647 } - --- C100 1 Port 622 Mbps 0C12-C ATM SMF MCP Module -s5ChasComBrd-C100ATMMCP1PSM - OBJECT IDENTIFIER ::= { s5ChasComMod 648 } - --- C100 1 Port 622 Mbps 0C12-C ATM MMF MCP Module -s5ChasComBrd-C100ATMMCP1PMM - OBJECT IDENTIFIER ::= { s5ChasComMod 649 } - --- C100 1 Port 622 Mbps 0C12-C ATM MMF Switch Host -s5ChasComBrd-C100ATM1PMM - OBJECT IDENTIFIER ::= { s5ChasComMod 650 } - -s5ChasComBrdBayStack450-24T -- BayStack450-24T - OBJECT IDENTIFIER ::= { s5ChasComMod 653 } -s5ChasComBrdBayStack450-24TStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack450-24T 0 } -s5ChasComBrdBayStack450-24TStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack450-24TStore 1 } -s5ChasComBrdBayStack450-24TStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack450-24TStore 2 } -s5ChasComBrdBayStack450-24TStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack450-24TStore 3 } - -s5ChasComBrdBayStack450-12T -- BayStack450-12T - OBJECT IDENTIFIER ::= { s5ChasComMod 654 } -s5ChasComBrdBayStack450-12TStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack450-12T 0 } -s5ChasComBrdBayStack450-12TStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack450-12TStore 1 } -s5ChasComBrdBayStack450-12TStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack450-12TStore 2 } -s5ChasComBrdBayStack450-12TStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack450-12TStore 3 } - -s5ChasComBrdBayStack410-24T -- BayStack410-24T - OBJECT IDENTIFIER ::= { s5ChasComMod 655 } - -s5ChasComBrdBayStack450-1SX -- 1 port 1000Base-SX MDA - OBJECT IDENTIFIER ::= { s5ChasComMod 656 } - -s5ChasComBrdBayStack450-1SR -- 1 port 1000Base-SX MDA with LinkSafe - OBJECT IDENTIFIER ::= { s5ChasComMod 657 } - -s5ChasComBrdBayStack400-4TX -- 4 port 10/100 autosense MDA with RJ/45 connectors - OBJECT IDENTIFIER ::= { s5ChasComMod 658 } - -s5ChasComBrdBayStack400-2FX -- 2 port 100Base-FX MDA with SC connectors - OBJECT IDENTIFIER ::= { s5ChasComMod 659 } - -s5ChasComBrdBayStack400-ST1 -- Stacking MDA - OBJECT IDENTIFIER ::= { s5ChasComMod 660 } - -s5ChasComBrdBayStack400-ST2 -- Dual ring stacking MDA - OBJECT IDENTIFIER ::= { s5ChasComMod 661 } - -s5ChasComBrdBayStack450-1LX -- 1 port 1000Base-LX MDA - OBJECT IDENTIFIER ::= { s5ChasComMod 662 } - -s5ChasComBrdBayStack450-1LR -- 1 port 1000Base-LX MDA with LinkSafe - OBJECT IDENTIFIER ::= { s5ChasComMod 663 } - -s5ChasComBrdBayStack450-2SX -- 2 port 1000Base-SX MDA - OBJECT IDENTIFIER ::= { s5ChasComMod 664 } - -s5ChasComBrdBayStack450-2LX -- 2 port 1000Base-LX MDA - OBJECT IDENTIFIER ::= { s5ChasComMod 665 } - -s5ChasComBrdBayStack450-OC3 -- 2 port 155 Mbps OC3 Multi Mode ATM MDA - OBJECT IDENTIFIER ::= { s5ChasComMod 666 } - --- BayStack 450-24TQP Chameleon 200 or 201 designated as "QP" to --- differentiate from BayStack 450-24T Chameleon 100 -s5ChasComBrdBayStack450-24TQP -- quad phy - OBJECT IDENTIFIER ::= { s5ChasComMod 667 } - -s5ChasComBrdBPS2000-24T -- BPS 2000-24T - OBJECT IDENTIFIER ::= { s5ChasComMod 668 } -s5ChasComBrdBPS2000-24TStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBPS2000-24T 0 } -s5ChasComBrdBPS2000-24TStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBPS2000-24TStore 1 } -s5ChasComBrdBPS2000-24TStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBPS2000-24TStore 2 } -s5ChasComBrdBPS2000-24TStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBPS2000-24TStore 3 } - --- 5000BH Model 5424 24 Port 100BaseFx Host -s5ChasComBrd5424 - OBJECT IDENTIFIER ::= { s5ChasComMod 669 } - --- BayStack 525 Token Ring Switch -s5ChasComBrdBayStack525 - OBJECT IDENTIFIER ::= { s5ChasComMod 670 } - --- BayStack 350-24T (Non-Stackable) Chameleon 100 -s5ChasComBrdBayStack350-24T -- BayStack350-24T - OBJECT IDENTIFIER ::= { s5ChasComMod 671 } -s5ChasComBrdBayStack350-24TStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack350-24T 0 } -s5ChasComBrdBayStack350-24TStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack350-24TStore 1 } -s5ChasComBrdBayStack350-24TStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack350-24TStore 2 } -s5ChasComBrdBayStack350-24TStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack350-24TStore 3 } - --- BayStack 350-12T (Non-Stackable) Chameleon 100 -s5ChasComBrdBayStack350-12T -- BayStack350-12T - OBJECT IDENTIFIER ::= { s5ChasComMod 672 } -s5ChasComBrdBayStack350-12TStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack350-12T 0 } -s5ChasComBrdBayStack350-12TStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack350-12TStore 1 } -s5ChasComBrdBayStack350-12TStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack350-12TStore 2 } -s5ChasComBrdBayStack350-12TStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack350-12TStore 3 } - --- BayStack250 24 port NMM Host Unit Repeater Brd -s5ChasComBrdBayStack253 - OBJECT IDENTIFIER ::= { s5ChasComMod 673 } - --- BayStack 450-12TQP Chameleon 200 or 201 designated as "QP" to --- differentiate from BayStack 450-12T Chameleon 100 -s5ChasComBrdBayStack450-12TQP -- quad phy - OBJECT IDENTIFIER ::= { s5ChasComMod 674 } - --- BayStack 350-24TQP (Non-Stackable) Chameleon 200 or 201 --- The official product name is BayStack 350-24T. Registered here as "QP" --- to avoid naming conflict with Chameleon 100 BayStack 350-24T -s5ChasComBrdBayStack350-24TQP -- BayStack350-24TQP - OBJECT IDENTIFIER ::= { s5ChasComMod 675 } -s5ChasComBrdBayStack350-24TQPStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack350-24TQP 0 } -s5ChasComBrdBayStack350-24TQPStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack350-24TQPStore 1 } -s5ChasComBrdBayStack350-24TQPStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack350-24TQPStore 2 } -s5ChasComBrdBayStack350-24TQPStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack350-24TQPStore 3 } - --- BayStack 350-12TQP (Non-Stackable) Chameleon 200 or 201 --- The official product name is BayStack 350-12T. Registered here as "QP" --- to avoid naming conflict with Chameleon 100 BayStack 350-12T -s5ChasComBrdBayStack350-12TQP -- BayStack350-12TQP - OBJECT IDENTIFIER ::= { s5ChasComMod 676 } -s5ChasComBrdBayStack350-12TQPStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack350-12TQP 0 } -s5ChasComBrdBayStack350-12TQPStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack350-12TQPStore 1 } -s5ChasComBrdBayStack350-12TQPStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack350-12TQPStore 2 } -s5ChasComBrdBayStack350-12TQPStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack350-12TQPStore 3 } - --- BayStack 450-12F "Firefly" 12 Fiber Ports + MDA Slot -s5ChasComBrdBayStack450-12F -- BayStack450-12F - OBJECT IDENTIFIER ::= { s5ChasComMod 681 } -s5ChasComBrdBayStack450-12FStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack450-12F 0 } -s5ChasComBrdBayStack450-12FStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack450-12FStore 1 } -s5ChasComBrdBayStack450-12FStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack450-12FStore 2 } -s5ChasComBrdBayStack450-12FStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack450-12FStore 3 } - -s5ChasComBrdBayStack400-4FX -- 4 port 100Base-FX MDA with MT-RJ connectors - OBJECT IDENTIFIER ::= { s5ChasComMod 682 } - --- BayStack 303-24T 24+1 10BASE-T/100BASE-T Switch with 2 MDA -s5ChasComMBayStack303-24T - OBJECT IDENTIFIER ::= { s5ChasComMod 691 } - --- BayStack 253 10/100 Hub 100Base-FX Media Adapter -s5ChasComBrdBayStack-100FxMda - OBJECT IDENTIFIER ::= { s5ChasComMod 692 } - --- Accelar 8010 chassis 32 port 10/100 switch host module with MDA slot -s5ChasComBrdAccelar8132TX - OBJECT IDENTIFIER ::= { s5ChasComMod 693 } - --- Accelar 8010 chassis 48 port 10/100 switch host module -s5ChasComBrdAccelar8148TX - OBJECT IDENTIFIER ::= { s5ChasComMod 694 } - --- BayStack250 12 port Slave Unit Repeater Brd -s5ChasComBrdBayStack254 - OBJECT IDENTIFIER ::= { s5ChasComMod 695 } - --- BayStack250 24 port Slave Unit Repeater Brd -s5ChasComBrdBayStack255 - OBJECT IDENTIFIER ::= { s5ChasComMod 696 } - --- 1 port 100Base-FX MDA for BayStack 25x 10/100 Hub -s5ChasComBrdBayStack25x-100FxMda - OBJECT IDENTIFIER ::= { s5ChasComMod 697 } - --- 5000BH Model 5625HD 24-port 10/100 Ethernet Copper Switch Host -s5ChasComBrdM5625HD - OBJECT IDENTIFIER ::= { s5ChasComMod 701 } - --- 5000BH Model 5424HD 24-port 100BaseFX Switch Host -s5ChasComBrdM5424HD - OBJECT IDENTIFIER ::= { s5ChasComMod 702 } - --- C50/C100 20-port 10/100 Ethernet Copper Switch Host -s5ChasComMod-C100mEther20PC - OBJECT IDENTIFIER ::= { s5ChasComMod 703 } - --- C50/C100 16-port 100BaseFX Switch Host -s5ChasComMod-C100mEther16P100FX - OBJECT IDENTIFIER ::= { s5ChasComMod 704 } - -s5ChasComBrdBayStack670 -- BayStack670 11 Mb/s wireless access point - OBJECT IDENTIFIER ::= { s5ChasComMod 705 } -s5ChasComBrdBayStack670Store -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack670 0 } -s5ChasComBrdBayStack670StoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack670Store 1 } - --- 500xBH Model 5420 3-port GBIC Ethernet Switch Module -s5ChasComBrdM5420 - OBJECT IDENTIFIER ::= { s5ChasComMod 706 } - --- C50/C100 3-port EtherSpeedII GBIC Switch Module -s5ChasComMod-C100mEther3PGBIC - OBJECT IDENTIFIER ::= { s5ChasComMod 707 } - -s5ChasComBrdBPS2000-4TX -- 4 port 10/100 MDA - OBJECT IDENTIFIER ::= { s5ChasComMod 708 } - -s5ChasComBrdBPS2000-4FX -- 4 port 100Base-FX MDA - OBJECT IDENTIFIER ::= { s5ChasComMod 709 } - -s5ChasComBrdBPS2000-2FX -- 2 port 100Base-FX MDA - OBJECT IDENTIFIER ::= { s5ChasComMod 710 } - -s5ChasComBrdBayStack3580-16F -- BayStack3580-16F - OBJECT IDENTIFIER ::= { s5ChasComMod 711 } -s5ChasComBrdBayStack3580-16FStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack3580-16F 0 } -s5ChasComBrdBayStack3580-16FStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack3580-16FStore 1 } -s5ChasComBrdBayStack3580-16FStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack3580-16FStore 2 } -s5ChasComBrdBayStack3580-16FStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack3580-16FStore 3 } - --- BayStack 450 ATM MDAs. There is also an s5ChasComBrdBayStack450-OC3 --- defined above as: --- - -s5ChasComBrdBayStack450-OC3S -- 2 port 155 Mbps OC3 Single Mode ATM MDA - OBJECT IDENTIFIER ::= { s5ChasComMod 717 } - -s5ChasComBrdBayStack450-OC12 -- 2 port 622 Mbps OC12 Multi Mode ATM MDA - OBJECT IDENTIFIER ::= { s5ChasComMod 718 } - -s5ChasComBrdBayStack450-OC12S -- 2 port 622 Mbps OC12 Single Mode ATM MDA - OBJECT IDENTIFIER ::= { s5ChasComMod 719 } - --- BayStack 420-24T 24-Port 10/100 Ethernet Switch -s5ChasComBrdBayStack420-24T -- BayStack420-24T - OBJECT IDENTIFIER ::= { s5ChasComMod 720 } -s5ChasComBrdBayStack420-24TStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack420-24T 0 } -s5ChasComBrdBayStack420-24TStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack420-24TStore 1 } -s5ChasComBrdBayStack420-24TStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack420-24TStore 2 } -s5ChasComBrdBayStack420-24TStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack420-24TStore 3 } - --- BayStack 450 and BPS2000 1 port 1 Phy packet bus II GBIC MDA. --- BayStack 450 and BPS2000 single port single Phy GBIC MDA -s5ChasComBrdBayStack450-GBIC - OBJECT IDENTIFIER ::= { s5ChasComMod 721 } -s5ChasComBrdBayStack450-GBICno -- No Transceiver present - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack450-GBIC 1 } -s5ChasComBrdBayStack450-GBICun -- Unsupported Transceiver - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack450-GBIC 2 } -s5ChasComBrdBayStack450-GBICsx -- Short Distance - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack450-GBIC 3 } -s5ChasComBrdBayStack450-GBIClx -- Long Distance - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack450-GBIC 4 } -s5ChasComBrdBayStack450-GBICzx -- 50 Kilometers - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack450-GBIC 5 } -s5ChasComBrdBayStack450-GBICxd -- 70 Kilometers - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack450-GBIC 6 } -s5ChasComBrdBayStack450-GBICbt -- Copper GBIC - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack450-GBIC 7 } - --- OPTera Metro 1200 Ethernet Service Module -s5ChasComBrdMetro1200ESM-12T - OBJECT IDENTIFIER ::= { s5ChasComMod 722 } -s5ChasComBrdMetro1200ESM-12TStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdMetro1200ESM-12T 0 } -s5ChasComBrdMetro1200ESM-12TStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdMetro1200ESM-12TStore 1 } -s5ChasComBrdMetro1200ESM-12TStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdMetro1200ESM-12TStore 2 } -s5ChasComBrdMetro1200ESM-12TStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdMetro1200ESM-12TStore 3 } - --- BayStack380 10/100/1000 Ethernet Switch -s5ChasComBrdBayStack380-24T - OBJECT IDENTIFIER ::= { s5ChasComMod 723 } -s5ChasComBrdBayStack380-24TStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack380-24T 0 } -s5ChasComBrdBayStack380-24TStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack380-24TStore 1 } -s5ChasComBrdBayStack380-24TStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack380-24TStore 2 } -s5ChasComBrdBayStack380-24TStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack380-24TStore 3 } - --- BPS2000 Talon MDAs -s5ChasComBrdTalonMDA - OBJECT IDENTIFIER ::= { s5ChasComMod 724 } -s5ChasComBrdTalonMDA-1GT -- BPS2000 Talon 1GT MDA - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA 1 } -s5ChasComBrdTalonMDA-2GT -- BPS2000 Talon 2GT MDA - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA 2 } -s5ChasComBrdTalonMDA-2GE -- BPS2000 Talon GBIC MDA - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA 3 } - --- BPS2000 Talon GBIC MDA GBIC definitions -s5ChasComBrdTalonMDA-2GE-NO-NO -- GBICS: NONE NONE - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 1 1 } -s5ChasComBrdTalonMDA-2GE-NO-UN -- GBICS: NONE UNSUPPORTED - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 1 2 } -s5ChasComBrdTalonMDA-2GE-NO-SX -- GBICS: NONE SX - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 1 3 } -s5ChasComBrdTalonMDA-2GE-NO-LX -- GBICS: NONE LX - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 1 4 } -s5ChasComBrdTalonMDA-2GE-NO-ZX -- GBICS: NONE ZX - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 1 5 } -s5ChasComBrdTalonMDA-2GE-NO-XD -- GBICS: NONE XD - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 1 6 } -s5ChasComBrdTalonMDA-2GE-UN-NO -- GBICS: UNSUPPORTED NONE - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 2 1 } -s5ChasComBrdTalonMDA-2GE-UN-UN -- GBICS: UNSUPPORTED UNSUPPORTED - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 2 2 } -s5ChasComBrdTalonMDA-2GE-UN-SX -- GBICS: UNSUPPORTED SX - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 2 3 } -s5ChasComBrdTalonMDA-2GE-UN-LX -- GBICS: UNSUPPORTED LX - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 2 4 } -s5ChasComBrdTalonMDA-2GE-UN-ZX -- GBICS: UNSUPPORTED ZX - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 2 5 } -s5ChasComBrdTalonMDA-2GE-UN-XD -- GBICS: UNSUPPORTED XD - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 2 6 } -s5ChasComBrdTalonMDA-2GE-SX-NO -- GBICS: SX NONE - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 3 1 } -s5ChasComBrdTalonMDA-2GE-SX-UN -- GBICS: SX UNSUPPORTED - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 3 2 } -s5ChasComBrdTalonMDA-2GE-SX-SX -- GBICS: SX SX - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 3 3 } -s5ChasComBrdTalonMDA-2GE-SX-LX -- GBICS: SX LX - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 3 4 } -s5ChasComBrdTalonMDA-2GE-SX-ZX -- GBICS: SX ZX - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 3 5 } -s5ChasComBrdTalonMDA-2GE-SX-XD -- GBICS: SX XD - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 3 6 } -s5ChasComBrdTalonMDA-2GE-LX-NO -- GBICS: LX NONE - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 4 1 } -s5ChasComBrdTalonMDA-2GE-LX-UN -- GBICS: LX UNSUPPORTED - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 4 2 } -s5ChasComBrdTalonMDA-2GE-LX-SX -- GBICS: LX SX - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 4 3 } -s5ChasComBrdTalonMDA-2GE-LX-LX -- GBICS: LX LX - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 4 4 } -s5ChasComBrdTalonMDA-2GE-LX-ZX -- GBICS: LX ZX - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 4 5 } -s5ChasComBrdTalonMDA-2GE-LX-XD -- GBICS: LX XD - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 4 6 } -s5ChasComBrdTalonMDA-2GE-ZX-NO -- GBICS: ZX NONE - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 5 1 } -s5ChasComBrdTalonMDA-2GE-ZX-UN -- GBICS: ZX UNSUPPORTED - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 5 2 } -s5ChasComBrdTalonMDA-2GE-ZX-SX -- GBICS: ZX SX - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 5 3 } -s5ChasComBrdTalonMDA-2GE-ZX-LX -- GBICS: ZX LX - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 5 4 } -s5ChasComBrdTalonMDA-2GE-ZX-ZX -- GBICS: ZX ZX - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 5 5 } -s5ChasComBrdTalonMDA-2GE-ZX-XD -- GBICS: ZX XD - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 5 6 } -s5ChasComBrdTalonMDA-2GE-XD-NO -- GBICS: XD NONE - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 6 1 } -s5ChasComBrdTalonMDA-2GE-XD-UN -- GBICS: XD UNSUPPORTED - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 6 2 } -s5ChasComBrdTalonMDA-2GE-XD-SX -- GBICS: XD SX - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 6 3 } -s5ChasComBrdTalonMDA-2GE-XD-LX -- GBICS: XD LX - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 6 4 } -s5ChasComBrdTalonMDA-2GE-XD-ZX -- GBICS: XD ZX - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 6 5 } -s5ChasComBrdTalonMDA-2GE-XD-XD -- GBICS: XD XD - OBJECT IDENTIFIER ::= { s5ChasComBrdTalonMDA-2GE 6 6 } - --- 4 port 100Base-FX Single-Mode MDA -s5ChasComBrdBPS2000-4FX-SM - OBJECT IDENTIFIER ::= { s5ChasComMod 725 } - --- BayStack470 10/100 48 Port Ethernet Switch -s5ChasComBrdBayStack470-48T - OBJECT IDENTIFIER ::= { s5ChasComMod 726 } -s5ChasComBrdBayStack470-48TStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack470-48T 0 } -s5ChasComBrdBayStack470-48TStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack470-48TStore 1 } -s5ChasComBrdBayStack470-48TStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack470-48TStore 2 } -s5ChasComBrdBayStack470-48TStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack470-48TStore 3 } - --- GBIC registrations -s5ChasComBrdGbic OBJECT IDENTIFIER ::= { s5ChasComMod 727 } -s5ChasComBrdGbic-None OBJECT IDENTIFIER ::= { s5ChasComBrdGbic 1 } -s5ChasComBrdGbic-Unsupported OBJECT IDENTIFIER ::= { s5ChasComBrdGbic 2 } -s5ChasComBrdGbic-SX OBJECT IDENTIFIER ::= { s5ChasComBrdGbic 3 } -s5ChasComBrdGbic-LX OBJECT IDENTIFIER ::= { s5ChasComBrdGbic 4 } -s5ChasComBrdGbic-ZX OBJECT IDENTIFIER ::= { s5ChasComBrdGbic 5 } -s5ChasComBrdGbic-XD OBJECT IDENTIFIER ::= { s5ChasComBrdGbic 6 } -s5ChasComBrdGbic-TX OBJECT IDENTIFIER ::= { s5ChasComBrdGbic 7 } -s5ChasComBrdGbic-CWDM OBJECT IDENTIFIER ::= { s5ChasComBrdGbic 8 } -s5ChasComBrdGbic-DWDM OBJECT IDENTIFIER ::= { s5ChasComBrdGbic 9 } -s5ChasComBrdGbic-10G-SR OBJECT IDENTIFIER ::= { s5ChasComBrdGbic 10 } -s5ChasComBrdGbic-10G-LR OBJECT IDENTIFIER ::= { s5ChasComBrdGbic 11 } -s5ChasComBrdGbic-10G-ER OBJECT IDENTIFIER ::= { s5ChasComBrdGbic 12 } -s5ChasComBrdGbic-10G-LX4 OBJECT IDENTIFIER ::= { s5ChasComBrdGbic 13 } - --- OPTera Metro 1450 Ethernet Service Module -s5ChasComBrdMetro1450ESM-12T2GBIC - OBJECT IDENTIFIER ::= { s5ChasComMod 728 } -s5ChasComBrdMetro1450ESM-12T2GBICStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdMetro1450ESM-12T2GBIC 0 } -s5ChasComBrdMetro1450ESM-12T2GBICStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdMetro1450ESM-12T2GBICStore 1 } -s5ChasComBrdMetro1450ESM-12T2GBICStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdMetro1450ESM-12T2GBICStore 2 } -s5ChasComBrdMetro1450ESM-12T2GBICStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdMetro1450ESM-12T2GBICStore 3 } - --- OPTera Metro 1400 Ethernet Service Module -s5ChasComBrdMetro1400ESM-12T2GBIC - OBJECT IDENTIFIER ::= { s5ChasComMod 729 } -s5ChasComBrdMetro1400ESM-12T2GBICStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdMetro1400ESM-12T2GBIC 0 } -s5ChasComBrdMetro1400ESM-12T2GBICStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdMetro1400ESM-12T2GBICStore 1 } -s5ChasComBrdMetro1400ESM-12T2GBICStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdMetro1400ESM-12T2GBICStore 2 } -s5ChasComBrdMetro1400ESM-12T2GBICStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdMetro1400ESM-12T2GBICStore 3 } - --- BayStack 460-24T-PWR -s5ChasComBrdBayStack460-24T-PWR-24T - OBJECT IDENTIFIER ::= { s5ChasComMod 730 } -s5ChasComBrdBayStack460-24T-PWR-24TStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack460-24T-PWR-24T 0 } -s5ChasComBrdBayStack460-24T-PWR-24TStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack460-24T-PWR-24TStore 1 } -s5ChasComBrdBayStack460-24T-PWR-24TStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack460-24T-PWR-24TStore 2 } -s5ChasComBrdBayStack460-24T-PWR-24TStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack460-24T-PWR-24TStore 3 } -s5ChasComBrdBayStack460-24T-PWR-24TStorePoLFlash -- PoL Flash image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack460-24T-PWR-24TStore 4 } - --- BayStack380-24F 1000 Ethernet Switch -s5ChasComBrdBayStack380-24F - OBJECT IDENTIFIER ::= { s5ChasComMod 731 } -s5ChasComBrdBayStack380-24FStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack380-24F 0 } -s5ChasComBrdBayStack380-24FStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack380-24FStore 1 } -s5ChasComBrdBayStack380-24FStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack380-24FStore 2 } -s5ChasComBrdBayStack380-24FStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack380-24FStore 3 } - --- BayStack 5510-24T -s5ChasComBrdBayStack5510-24T - OBJECT IDENTIFIER ::= { s5ChasComMod 732 } -s5ChasComBrdBayStack5510-24TStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack5510-24T 0 } -s5ChasComBrdBayStack5510-24TStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack5510-24TStore 1 } -s5ChasComBrdBayStack5510-24TStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack5510-24TStore 2 } -s5ChasComBrdBayStack5510-24TStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack5510-24TStore 3 } - --- BayStack 5510-48T -s5ChasComBrdBayStack5510-48T - OBJECT IDENTIFIER ::= { s5ChasComMod 733 } -s5ChasComBrdBayStack5510-48TStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack5510-48T 0 } -s5ChasComBrdBayStack5510-48TStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack5510-48TStore 1 } -s5ChasComBrdBayStack5510-48TStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack5510-48TStore 2 } -s5ChasComBrdBayStack5510-48TStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack5510-48TStore 3 } - --- BayStack470 10/100 24 Port Ethernet Switch -s5ChasComBrdBayStack470-24T - OBJECT IDENTIFIER ::= { s5ChasComMod 734 } -s5ChasComBrdBayStack470-24TStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack470-24T 0 } -s5ChasComBrdBayStack470-24TStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack470-24TStore 1 } -s5ChasComBrdBayStack470-24TStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack470-24TStore 2 } -s5ChasComBrdBayStack470-24TStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack470-24TStore 3 } - --- Nortel Networks Wireless LAN Access Point 2220 -s5ChasComBrdWLANAccessPoint2220 - OBJECT IDENTIFIER ::= { s5ChasComMod 735 } -s5ChasComBrdWLANAccessPoint2220Store -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdWLANAccessPoint2220 0 } -s5ChasComBrdWLANAccessPoint2220StoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdWLANAccessPoint2220Store 1 } -s5ChasComBrdWLANAccessPoint2220StoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdWLANAccessPoint2220Store 2 } -s5ChasComBrdWLANAccessPoint2220StoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdWLANAccessPoint2220Store 3 } - --- Nortel Networks Wireless LAN Security Switch 2250 -s5ChasComBrdWLANSecuritySwitch2250 - OBJECT IDENTIFIER ::= { s5ChasComMod 736 } -s5ChasComBrdWLANSecuritySwitch2250Store -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdWLANSecuritySwitch2250 0 } -s5ChasComBrdWLANSecuritySwitch2250StoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdWLANSecuritySwitch2250Store 1 } -s5ChasComBrdWLANSecuritySwitch2250StoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdWLANSecuritySwitch2250Store 2 } -s5ChasComBrdWLANSecuritySwitch2250StoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdWLANSecuritySwitch2250Store 3 } - --- BayStack 425 -s5ChasComBrdBayStack425 - OBJECT IDENTIFIER ::= { s5ChasComMod 737 } -s5ChasComBrdBayStack425Store -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack425 0 } -s5ChasComBrdBayStack425StoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack425Store 1 } -s5ChasComBrdBayStack425StoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack425Store 2 } -s5ChasComBrdBayStack425StoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack425Store 3 } - --- Nortel Networks Wireless LAN Access Point 2221 -s5ChasComBrdWLANAccessPoint2221 - OBJECT IDENTIFIER ::= { s5ChasComMod 738 } -s5ChasComBrdWLANAccessPoint2221Store -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdWLANAccessPoint2221 0 } -s5ChasComBrdWLANAccessPoint2221StoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdWLANAccessPoint2221Store 1 } -s5ChasComBrdWLANAccessPoint2221StoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdWLANAccessPoint2221Store 2 } -s5ChasComBrdWLANAccessPoint2221StoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdWLANAccessPoint2221Store 3 } - --- BayStack 5520-24T-PWR -s5ChasComBrdBayStack5520-24T-PWR-24T - OBJECT IDENTIFIER ::= { s5ChasComMod 739 } -s5ChasComBrdBayStack5520-24T-PWR-24TStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack5520-24T-PWR-24T 0 } -s5ChasComBrdBayStack5520-24T-PWR-24TStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack5520-24T-PWR-24TStore 1 } -s5ChasComBrdBayStack5520-24T-PWR-24TStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack5520-24T-PWR-24TStore 2 } -s5ChasComBrdBayStack5520-24T-PWR-24TStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack5520-24T-PWR-24TStore 3 } -s5ChasComBrdBayStack5520-24T-PWR-24TStorePoLFlash -- PoL Flash image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack5520-24T-PWR-24TStore 4 } - --- BayStack 5520-48T-PWR -s5ChasComBrdBayStack5520-48T-PWR-48T - OBJECT IDENTIFIER ::= { s5ChasComMod 740 } -s5ChasComBrdBayStack5520-48T-PWR-48TStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack5520-48T-PWR-48T 0 } -s5ChasComBrdBayStack5520-48T-PWR-48TStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack5520-48T-PWR-48TStore 1 } -s5ChasComBrdBayStack5520-48T-PWR-48TStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack5520-48T-PWR-48TStore 2 } -s5ChasComBrdBayStack5520-48T-PWR-48TStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack5520-48T-PWR-48TStore 3 } -s5ChasComBrdBayStack5520-48T-PWR-48TStorePoLFlash -- PoL Flash image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack5520-48T-PWR-48TStore 4 } - --- BayStack 425-48 -s5ChasComBrdBayStack425-48 - OBJECT IDENTIFIER ::= { s5ChasComMod 741 } -s5ChasComBrdBayStack425-48Store -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack425-48 0 } -s5ChasComBrdBayStack425-48StoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack425-48Store 1 } -s5ChasComBrdBayStack425-48StoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack425-48Store 2 } -s5ChasComBrdBayStack425-48StoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack425-48Store 3 } - - --- BayStack 325 -s5ChasComBrdBayStack325 - OBJECT IDENTIFIER ::= { s5ChasComMod 742 } -s5ChasComBrdBayStack325Store -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack325 0 } -s5ChasComBrdBayStack325StoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack325Store 1 } -s5ChasComBrdBayStack325StoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack325Store 2 } -s5ChasComBrdBayStack325StoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack325Store 3 } -s5ChasComBrdBayStack325-24T - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack325 1 } -s5ChasComBrdBayStack325-24G - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack325 2 } - --- Nortel Networks Wireless LAN Access Point 2225 -s5ChasComBrdWLANAccessPoint2225 - OBJECT IDENTIFIER ::= { s5ChasComMod 743 } -s5ChasComBrdWLANAccessPoint2225Store -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdWLANAccessPoint2225 0 } -s5ChasComBrdWLANAccessPoint2225StoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdWLANAccessPoint2225Store 1 } -s5ChasComBrdWLANAccessPoint2225StoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdWLANAccessPoint2225Store 2 } -s5ChasComBrdWLANAccessPoint2225StoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdWLANAccessPoint2225Store 3 } - --- BayStack470 10/100 24 Port PWR Ethernet Switch -s5ChasComBrdBayStack470-24T-PWR - OBJECT IDENTIFIER ::= { s5ChasComMod 744 } -s5ChasComBrdBayStack470-24T-PWRStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack470-24T-PWR 0 } -s5ChasComBrdBayStack470-24T-PWRStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack470-24T-PWRStore 1 } -s5ChasComBrdBayStack470-24T-PWRStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack470-24T-PWRStore 2 } -s5ChasComBrdBayStack470-24T-PWRStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack470-24T-PWRStore 3 } - --- BayStack470 10/100 48 Port PWR Ethernet Switch -s5ChasComBrdBayStack470-48T-PWR - OBJECT IDENTIFIER ::= { s5ChasComMod 745 } -s5ChasComBrdBayStack470-48T-PWRStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack470-48T-PWR 0 } -s5ChasComBrdBayStack470-48T-PWRStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack470-48T-PWRStore 1 } -s5ChasComBrdBayStack470-48T-PWRStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack470-48T-PWRStore 2 } -s5ChasComBrdBayStack470-48T-PWRStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBayStack470-48T-PWRStore 3 } - --- Nortel Networks Wireless LAN Security Switch 2270 -s5ChasComBrdWLANSecuritySwitch2270 - OBJECT IDENTIFIER ::= { s5ChasComMod 746 } -s5ChasComBrdWLANSecuritySwitch2270Store -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdWLANSecuritySwitch2270 0 } -s5ChasComBrdWLANSecuritySwitch2270StoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdWLANSecuritySwitch2270Store 1 } -s5ChasComBrdWLANSecuritySwitch2270StoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdWLANSecuritySwitch2270Store 2 } -s5ChasComBrdWLANSecuritySwitch2270StoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdWLANSecuritySwitch2270Store 3 } - --- Ethernet Routing Switch 5530-24TFD 24 Port Switch -s5ChasComBrdEthernetRoutingSwitch5530-24TFD - OBJECT IDENTIFIER ::= { s5ChasComMod 747 } -s5ChasComBrdEthernetRoutingSwitch5530-24TFDStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdEthernetRoutingSwitch5530-24TFD 0 } -s5ChasComBrdEthernetRoutingSwitch5530-24TFDStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdEthernetRoutingSwitch5530-24TFDStore 1 } -s5ChasComBrdEthernetRoutingSwitch5530-24TFDStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdEthernetRoutingSwitch5530-24TFDStore 2 } -s5ChasComBrdEthernetRoutingSwitch5530-24TFDStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdEthernetRoutingSwitch5530-24TFDStore 3 } - --- Ethernet Switch 3510-24T 24 Port Switch -s5ChasComBrdEthernetSwitch3510-24T - OBJECT IDENTIFIER ::= { s5ChasComMod 748 } -s5ChasComBrdEthernetSwitch3510-24TStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdEthernetSwitch3510-24T 0 } -s5ChasComBrdEthernetSwitch3510-24TStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdEthernetSwitch3510-24TStore 1 } -s5ChasComBrdEthernetSwitch3510-24TStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdEthernetSwitch3510-24TStore 2 } -s5ChasComBrdEthernetSwitch3510-24TStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdEthernetSwitch3510-24TStore 3 } - --- Nortel Networks Wireless LAN Security Cryptography Modules -s5ChasComBrdWLANSecurityCryptographyModules - OBJECT IDENTIFIER ::= { s5ChasComMod 749 } -s5ChasComBrdWLANSecuritySwitch2270CryptoAccelerator - OBJECT IDENTIFIER ::= { s5ChasComBrdWLANSecurityCryptographyModules 1 } - --- SMB GIG BES 1010 24T -s5ChasComBrdBES1010-24T - OBJECT IDENTIFIER ::= { s5ChasComMod 750 } -s5ChasComBrdBES1010-24TStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBES1010-24T 0 } -s5ChasComBrdBES1010-24TStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES1010-24TStore 1 } -s5ChasComBrdBES1010-24TStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES1010-24TStore 2 } -s5ChasComBrdBES1010-24TStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES1010-24TStore 3 } - --- SMB GIG BES 1010 48T -s5ChasComBrdBES1010-48T - OBJECT IDENTIFIER ::= { s5ChasComMod 751 } -s5ChasComBrdBES1010-48TStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBES1010-48T 0 } -s5ChasComBrdBES1010-48TStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES1010-48TStore 1 } -s5ChasComBrdBES1010-48TStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES1010-48TStore 2 } -s5ChasComBrdBES1010-48TStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES1010-48TStore 3 } - --- SMB GIG BES 1020 24T PWR -s5ChasComBrdBES1020-24T-PWR - OBJECT IDENTIFIER ::= { s5ChasComMod 752 } -s5ChasComBrdBES1020-24T-PWRStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBES1020-24T-PWR 0 } -s5ChasComBrdBES1020-24T-PWRStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES1020-24T-PWRStore 1 } -s5ChasComBrdBES1020-24T-PWRStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES1020-24T-PWRStore 2 } -s5ChasComBrdBES1020-24T-PWRStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES1020-24T-PWRStore 3 } -s5ChasComBrdBES1020-24T-PWRStorePoLFlash -- PoL Flash image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES1020-24T-PWRStore 4 } - --- SMB GIG BES 1020 48T PWR -s5ChasComBrdBES1020-48T-PWR - OBJECT IDENTIFIER ::= { s5ChasComMod 753 } -s5ChasComBrdBES1020-48T-PWRStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBES1020-48T-PWR 0 } -s5ChasComBrdBES1020-48T-PWRStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES1020-48T-PWRStore 1 } -s5ChasComBrdBES1020-48T-PWRStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES1020-48T-PWRStore 2 } -s5ChasComBrdBES1020-48T-PWRStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES1020-48T-PWRStore 3 } -s5ChasComBrdBES1020-48T-PWRStorePoLFlash -- PoL Flash image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES1020-48T-PWRStore 4 } - --- SMB GIG BES 2010 24T -s5ChasComBrdBES2010-24T - OBJECT IDENTIFIER ::= { s5ChasComMod 754 } -s5ChasComBrdBES2010-24TStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBES2010-24T 0 } -s5ChasComBrdBES2010-24TStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES2010-24TStore 1 } -s5ChasComBrdBES2010-24TStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES2010-24TStore 2 } -s5ChasComBrdBES2010-24TStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES2010-24TStore 3 } - --- SMB GIG BES 2010 48T -s5ChasComBrdBES2010-48T - OBJECT IDENTIFIER ::= { s5ChasComMod 755 } -s5ChasComBrdBES2010-48TStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBES2010-48T 0 } -s5ChasComBrdBES2010-48TStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES2010-48TStore 1 } -s5ChasComBrdBES2010-48TStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES2010-48TStore 2 } -s5ChasComBrdBES2010-48TStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES2010-48TStore 3 } - --- SMB GIG BES 2020 24T PWR -s5ChasComBrdBES2020-24T-PWR - OBJECT IDENTIFIER ::= { s5ChasComMod 756 } -s5ChasComBrdBES2020-24T-PWRStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBES2020-24T-PWR 0 } -s5ChasComBrdBES2020-24T-PWRStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES2020-24T-PWRStore 1 } -s5ChasComBrdBES2020-24T-PWRStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES2020-24T-PWRStore 2 } -s5ChasComBrdBES2020-24T-PWRStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES2020-24T-PWRStore 3 } -s5ChasComBrdBES2020-24T-PWRStorePoLFlash -- PoL Flash image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES2020-24T-PWRStore 4 } - --- SMB GIG BES 2020 48T PWR -s5ChasComBrdBES2020-48T-PWR - OBJECT IDENTIFIER ::= { s5ChasComMod 757 } -s5ChasComBrdBES2020-48T-PWRStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBES2020-48T-PWR 0 } -s5ChasComBrdBES2020-48T-PWRStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES2020-48T-PWRStore 1 } -s5ChasComBrdBES2020-48T-PWRStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES2020-48T-PWRStore 2 } -s5ChasComBrdBES2020-48T-PWRStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES2020-48T-PWRStore 3 } -s5ChasComBrdBES2020-48T-PWRStorePoLFlash -- PoL Flash image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES2020-48T-PWRStore 4 } - --- SMB FE BES 110 24T -s5ChasComBrdBES110-24T - OBJECT IDENTIFIER ::= { s5ChasComMod 758 } -s5ChasComBrdBES110-24TStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBES110-24T 0 } -s5ChasComBrdBES110-24TStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES110-24TStore 1 } -s5ChasComBrdBES110-24TStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES110-24TStore 2 } -s5ChasComBrdBES110-24TStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES110-24TStore 3 } - --- SMB FE BES 110 48T -s5ChasComBrdBES110-48T - OBJECT IDENTIFIER ::= { s5ChasComMod 759 } -s5ChasComBrdBES110-48TStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBES110-48T 0 } -s5ChasComBrdBES110-48TStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES110-48TStore 1 } -s5ChasComBrdBES110-48TStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES110-48TStore 2 } -s5ChasComBrdBES110-48TStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES110-48TStore 3 } - --- SMB FE BES 120 24T PWR -s5ChasComBrdBES120-24T-PWR - OBJECT IDENTIFIER ::= { s5ChasComMod 760 } -s5ChasComBrdBES120-24T-PWRStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBES120-24T-PWR 0 } -s5ChasComBrdBES120-24T-PWRStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES120-24T-PWRStore 1 } -s5ChasComBrdBES120-24T-PWRStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES120-24T-PWRStore 2 } -s5ChasComBrdBES120-24T-PWRStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES120-24T-PWRStore 3 } -s5ChasComBrdBES120-24T-PWRStorePoLFlash -- PoL Flash image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES120-24T-PWRStore 4 } - --- SMB FE BES 120 48T PWR -s5ChasComBrdBES120-48T-PWR - OBJECT IDENTIFIER ::= { s5ChasComMod 761 } -s5ChasComBrdBES120-48T-PWRStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBES120-48T-PWR 0 } -s5ChasComBrdBES120-48T-PWRStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES120-48T-PWRStore 1 } -s5ChasComBrdBES120-48T-PWRStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES120-48T-PWRStore 2 } -s5ChasComBrdBES120-48T-PWRStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES120-48T-PWRStore 3 } -s5ChasComBrdBES120-48T-PWRStorePoLFlash -- PoL Flash image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES120-48T-PWRStore 4 } - --- SMB FE BES 210 24T -s5ChasComBrdBES210-24T - OBJECT IDENTIFIER ::= { s5ChasComMod 762 } -s5ChasComBrdBES210-24TStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBES210-24T 0 } -s5ChasComBrdBES210-24TStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES210-24TStore 1 } -s5ChasComBrdBES210-24TStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES210-24TStore 2 } -s5ChasComBrdBES210-24TStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES210-24TStore 3 } - --- SMB FE BES 210 48T -s5ChasComBrdBES210-48T - OBJECT IDENTIFIER ::= { s5ChasComMod 763 } -s5ChasComBrdBES210-48TStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBES210-48T 0 } -s5ChasComBrdBES210-48TStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES210-48TStore 1 } -s5ChasComBrdBES210-48TStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES210-48TStore 2 } -s5ChasComBrdBES210-48TStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES210-48TStore 3 } - --- SMB FE BES 220 24T PWR -s5ChasComBrdBES220-24T-PWR - OBJECT IDENTIFIER ::= { s5ChasComMod 764 } -s5ChasComBrdBES220-24T-PWRStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBES220-24T-PWR 0 } -s5ChasComBrdBES220-24T-PWRStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES220-24T-PWRStore 1 } -s5ChasComBrdBES220-24T-PWRStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES220-24T-PWRStore 2 } -s5ChasComBrdBES220-24T-PWRStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES220-24T-PWRStore 3 } -s5ChasComBrdBES220-24T-PWRStorePoLFlash -- PoL Flash image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES220-24T-PWRStore 4 } - --- SMB FE BES 220 48T PWR -s5ChasComBrdBES220-48T-PWR - OBJECT IDENTIFIER ::= { s5ChasComMod 765 } -s5ChasComBrdBES220-48T-PWRStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdBES220-48T-PWR 0 } -s5ChasComBrdBES220-48T-PWRStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES220-48T-PWRStore 1 } -s5ChasComBrdBES220-48T-PWRStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES220-48T-PWRStore 2 } -s5ChasComBrdBES220-48T-PWRStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES220-48T-PWRStore 3 } -s5ChasComBrdBES220-48T-PWRStorePoLFlash -- PoL Flash image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdBES220-48T-PWRStore 4 } - --- ERS4548GT -s5ChasComBrdERS4548GT - OBJECT IDENTIFIER ::= { s5ChasComMod 766 } -s5ChasComBrdERS4548GTStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4548GT 0 } -s5ChasComBrdERS4548GTStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4548GTStore 1 } -s5ChasComBrdERS4548GTStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4548GTStore 2 } -s5ChasComBrdERS4548GTStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4548GTStore 3 } - --- ERS4548GT-PWR -s5ChasComBrdERS4548GT-PWR - OBJECT IDENTIFIER ::= { s5ChasComMod 767 } -s5ChasComBrdERS4548GT-PWRStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4548GT-PWR 0 } -s5ChasComBrdERS4548GT-PWRStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4548GT-PWRStore 1 } -s5ChasComBrdERS4548GT-PWRStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4548GT-PWRStore 2 } -s5ChasComBrdERS4548GT-PWRStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4548GT-PWRStore 3 } -s5ChasComBrdERS4548GT-PWRStorePoLFlash -- PoL Flash image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4548GT-PWRStore 4 } - --- ERS4550T -s5ChasComBrdERS4550T - OBJECT IDENTIFIER ::= { s5ChasComMod 768 } -s5ChasComBrdERS4550TStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4550T 0 } -s5ChasComBrdERS4550TStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4550TStore 1 } -s5ChasComBrdERS4550TStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4550TStore 2 } -s5ChasComBrdERS4550TStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4550TStore 3 } - --- ERS4550T-PWR -s5ChasComBrdERS4550T-PWR - OBJECT IDENTIFIER ::= { s5ChasComMod 769 } -s5ChasComBrdERS4550T-PWRStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4550T-PWR 0 } -s5ChasComBrdERS4550T-PWRStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4550T-PWRStore 1 } -s5ChasComBrdERS4550T-PWRStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4550T-PWRStore 2 } -s5ChasComBrdERS4550T-PWRStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4550T-PWRStore 3 } -s5ChasComBrdERS4550T-PWRStorePoLFlash -- PoL Flash image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4550T-PWRStore 4 } - --- ERS4526FX -s5ChasComBrdERS4526FX - OBJECT IDENTIFIER ::= { s5ChasComMod 770 } -s5ChasComBrdERS4526FXStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4526FX 0 } -s5ChasComBrdERS4526FXStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4526FXStore 1 } -s5ChasComBrdERS4526FXStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4526FXStore 2 } -s5ChasComBrdERS4526FXStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4526FXStore 3 } - --- ERS2500-26T -s5ChasComBrdERS2500-26T - OBJECT IDENTIFIER ::= { s5ChasComMod 771 } -s5ChasComBrdERS2500-26TStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdERS2500-26T 0 } -s5ChasComBrdERS2500-26TStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS2500-26TStore 1 } -s5ChasComBrdERS2500-26TStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS2500-26TStore 2 } -s5ChasComBrdERS2500-26TStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS2500-26TStore 3 } -s5ChasComBrdERS2500-26TStorePoLFlash -- PoL Flash image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS2500-26TStore 4 } - --- ERS2500-26T-PWR -s5ChasComBrdERS2500-26T-PWR - OBJECT IDENTIFIER ::= { s5ChasComMod 772 } -s5ChasComBrdERS2500-26T-PWRStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdERS2500-26T-PWR 0 } -s5ChasComBrdERS2500-26T-PWRStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS2500-26T-PWRStore 1 } -s5ChasComBrdERS2500-26T-PWRStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS2500-26T-PWRStore 2 } -s5ChasComBrdERS2500-26T-PWRStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS2500-26T-PWRStore 3 } -s5ChasComBrdERS2500-26T-PWRStorePoLFlash -- PoL Flash image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS2500-26T-PWRStore 4 } - --- ERS2500-50T -s5ChasComBrdERS2500-50T - OBJECT IDENTIFIER ::= { s5ChasComMod 773 } -s5ChasComBrdERS2500-50TStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdERS2500-50T 0 } -s5ChasComBrdERS2500-50TStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS2500-50TStore 1 } -s5ChasComBrdERS2500-50TStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS2500-50TStore 2 } -s5ChasComBrdERS2500-50TStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS2500-50TStore 3 } -s5ChasComBrdERS2500-50TStorePoLFlash -- PoL Flash image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS2500-50TStore 4 } - --- ERS2500-50T-PWR -s5ChasComBrdERS2500-50T-PWR - OBJECT IDENTIFIER ::= { s5ChasComMod 774 } -s5ChasComBrdERS2500-50T-PWRStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdERS2500-50T-PWR 0 } -s5ChasComBrdERS2500-50T-PWRStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS2500-50T-PWRStore 1 } -s5ChasComBrdERS2500-50T-PWRStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS2500-50T-PWRStore 2 } -s5ChasComBrdERS2500-50T-PWRStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS2500-50T-PWRStore 3 } -s5ChasComBrdERS2500-50T-PWRStorePoLFlash -- PoL Flash image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS2500-50T-PWRStore 4 } - --- ERS4526GTX-PWR -s5ChasComBrdERS4526GTX-PWR - OBJECT IDENTIFIER ::= { s5ChasComMod 775 } -s5ChasComBrdERS4526GTX-PWRStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4526GTX-PWR 0 } -s5ChasComBrdERS4526GTX-PWRStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4526GTX-PWRStore 1 } -s5ChasComBrdERS4526GTX-PWRStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4526GTX-PWRStore 2 } -s5ChasComBrdERS4526GTX-PWRStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4526GTX-PWRStore 3 } - --- ERS4526GTX -s5ChasComBrdERS4526GTX - OBJECT IDENTIFIER ::= { s5ChasComMod 776 } -s5ChasComBrdERS4526GTXStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4526GTX 0 } -s5ChasComBrdERS4526GTXStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4526GTXStore 1 } -s5ChasComBrdERS4526GTXStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4526GTXStore 2 } -s5ChasComBrdERS4526GTXStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4526GTXStore 3 } - --- ERS4524GT -s5ChasComBrdERS4524GT - OBJECT IDENTIFIER ::= { s5ChasComMod 777 } -s5ChasComBrdERS4524GTStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4524GT 0 } -s5ChasComBrdERS4524GTStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4524GTStore 1 } -s5ChasComBrdERS4524GTStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4524GTStore 2 } -s5ChasComBrdERS4524GTStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4524GTStore 3 } - --- ERS4526T -s5ChasComBrdERS4526T - OBJECT IDENTIFIER ::= { s5ChasComMod 778 } -s5ChasComBrdERS4526TStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4526T 0 } -s5ChasComBrdERS4526TStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4526TStore 1 } -s5ChasComBrdERS4526TStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4526TStore 2 } -s5ChasComBrdERS4526TStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4526TStore 3 } - --- ERS4526T-PWR -s5ChasComBrdERS4526T-PWR - OBJECT IDENTIFIER ::= { s5ChasComMod 779 } -s5ChasComBrdERS4526T-PWRStore -- storage areas - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4526T-PWR 0 } -s5ChasComBrdERS4526T-PWRStoreFlash -- FLASH image storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4526T-PWRStore 1 } -s5ChasComBrdERS4526T-PWRStoreBootFW -- Boot Firmware storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4526T-PWRStore 2 } -s5ChasComBrdERS4526T-PWRStoreDram -- DRAM storage - OBJECT IDENTIFIER ::= { s5ChasComBrdERS4526T-PWRStore 3 } - --- USB registrations -s5ChasComBrdUsb OBJECT IDENTIFIER ::= { s5ChasComMod 780 } -s5ChasComBrdUsb-None OBJECT IDENTIFIER ::= { s5ChasComBrdUsb 1 } -s5ChasComBrdUsb-Flash OBJECT IDENTIFIER ::= { s5ChasComBrdUsb 2 } - -END - diff --git a/mibs/S5-ROOT-MIB b/mibs/S5-ROOT-MIB deleted file mode 100644 index 2177618db4..0000000000 --- a/mibs/S5-ROOT-MIB +++ /dev/null @@ -1,77 +0,0 @@ - -S5-ROOT-MIB DEFINITIONS ::= BEGIN - -IMPORTS - MODULE-IDENTITY - FROM SNMPv2-SMI - series5000 - FROM SYNOPTICS-ROOT-MIB; - -s5RootMib MODULE-IDENTITY - LAST-UPDATED "200407200000Z" - ORGANIZATION "Nortel Networks" - CONTACT-INFO "Nortel Networks" - DESCRIPTION - "5000 Root MIB - - Copyright 1993-2004 Nortel Networks, Inc. - All rights reserved. - This Nortel Networks SNMP Management Information Base Specification - (Specification) embodies Nortel Networks' confidential and - proprietary intellectual property. Nortel Networks retains all - title and ownership in the Specification, including any - revisions. - - This Specification is supplied 'AS IS,' and Nortel Networks makes - no warranty, either express or implied, as to the use, - operation, condition, or performance of the Specification." - - REVISION "200407200000Z" -- 20 July 2004 - DESCRIPTION "Version 118: Conversion to SMIv2" - - ::= { series5000 0 } - --- Branches under "series5000" - --- branch for registration of values for objects --- with syntax of OBJECT IDENTIFIER - s5reg OBJECT IDENTIFIER ::= { series5000 1 } - --- Branch for 'Enterprise' field values in traps - s5Traps OBJECT IDENTIFIER ::= { series5000 2 } - s5EthTrap -- Ethernet - OBJECT IDENTIFIER ::= { s5Traps 1 } - s5TokTrap -- Token Ring - OBJECT IDENTIFIER ::= { s5Traps 2 } - s5FddTrap -- FDDI - OBJECT IDENTIFIER ::= { s5Traps 3 } - s5ChaTrap -- Chassis - OBJECT IDENTIFIER ::= { s5Traps 4 } - s5ComTrap -- Common - OBJECT IDENTIFIER ::= { s5Traps 5 } - s5EcellTrap -- EtherCell - OBJECT IDENTIFIER ::= { s5Traps 6 } - atmTraps -- Atm - OBJECT IDENTIFIER ::= { s5Traps 7 } - remoteLoginTrap -- Remote Login - OBJECT IDENTIFIER ::= { s5Traps 8 } - stpChangeTrap -- STP Topology Change - OBJECT IDENTIFIER ::= { s5Traps 9 } - --- Major 5000 MIB branches - s5Chassis OBJECT IDENTIFIER ::= { series5000 3 } - s5Agent OBJECT IDENTIFIER ::= { series5000 4 } - s5Com OBJECT IDENTIFIER ::= { series5000 5 } - s5Eth OBJECT IDENTIFIER ::= { series5000 6 } - s5Tok OBJECT IDENTIFIER ::= { series5000 7 } - s5Fddi OBJECT IDENTIFIER ::= { series5000 8 } - s5EnTop OBJECT IDENTIFIER ::= { series5000 9 } - s5TrTop OBJECT IDENTIFIER ::= { series5000 10 } - s5FdTop OBJECT IDENTIFIER ::= { series5000 11 } - s5EnMsTop OBJECT IDENTIFIER ::= { series5000 13 } - s5AtmTop OBJECT IDENTIFIER ::= { series5000 14 } - s5IfExt OBJECT IDENTIFIER ::= { series5000 15 } - bnLogMsg OBJECT IDENTIFIER ::= { series5000 16 } - s5Tcs OBJECT IDENTIFIER ::= { series5000 17 } - -END diff --git a/mibs/S5-SWITCH-BAYSECURE-MIB b/mibs/S5-SWITCH-BAYSECURE-MIB deleted file mode 100644 index 337a924eb1..0000000000 --- a/mibs/S5-SWITCH-BAYSECURE-MIB +++ /dev/null @@ -1,929 +0,0 @@ - -S5-SWITCH-BAYSECURE-MIB DEFINITIONS ::= BEGIN - -IMPORTS - MODULE-IDENTITY, - OBJECT-TYPE, - IpAddress, - Integer32 - FROM SNMPv2-SMI - TEXTUAL-CONVENTION, - MacAddress, - TimeInterval, - TruthValue - FROM SNMPv2-TC - s5Com - FROM S5-ROOT-MIB; - -s5SbsAuth MODULE-IDENTITY - LAST-UPDATED "200609180000Z" -- 18 September 2006 - ORGANIZATION "Nortel Networks" - CONTACT-INFO "Global Optical Customer Service - Tel: 1-800 (ASK-TRAN) or - 1-800 (ASK-ETAS)" - DESCRIPTION - "5000 Switch BaySecure MIB Release 1.0.3 - - Copyright 1999 Bay Networks, Inc. - All rights reserved. - This Bay Networks SNMP Management Information Base Specification - (Specification) embodies Bay Networks' confidential and - proprietary intellectual property. Bay Networks retains all - title and ownership in the Specification, including any - revisions. - - This Specification is supplied 'AS IS,' and Bay Networks makes - no warranty, either express or implied, as to the use, - operation, condition, or performance of the Specification." - - REVISION "200609180000Z" -- 18 September 2006 - DESCRIPTION "Version 110: Fix DESCRIPTIONS" - - REVISION "200503090000Z" -- 9 Mar 2005 - DESCRIPTION "Version 109: Expanded range of s5SbsAutoLearningConfigMaxMacs." - - REVISION "200409030000Z" -- 3 Sept 2004 - DESCRIPTION "Version 108: Added s5SbsAutoLearningPorts." - - REVISION "200407220000Z" -- 22 July 2004 - DESCRIPTION "Version 107: Added auto-learning enhancements." - - REVISION "200407200000Z" -- 20 July 2004 - DESCRIPTION "Version 106: Added version info" - - REVISION "200302200000Z" -- 20 February 2003 - DESCRIPTION - "v104: 1. Added s5SbsMacViolationTable - 2. Converted to SMIv2" - - ::= { s5Com 3 } - -PortSet ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "The string is a variable length string which may vary from - 0 to 256 octets long. The user must use the OCTET STRING - length field in order to convey/determine how many octets - are being used. Each bit corresponds to a port, as - represented by its ifIndex value . When a bit has the value - one(1), the corresponding port is a member of the set. When - a bit has the value zero(0), the corresponding port is not a - member of the set. The encoding is such that the most - significant bit of octet #1 corresponds to ifIndex 0, while - the least significant bit of the last octet corresponds to - ifIndex ((octet_string_length * 8) - 1). For example, the - least significant bit of octet #64 corresponds to ifIndex 511." - SYNTAX OCTET STRING (SIZE (0..256)) - - --- Switch BaySecure MIB Group - -s5SbsAuthSecurityLock OBJECT-TYPE - SYNTAX INTEGER { - other(1), - locked(2), - notlocked(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "If s5SbsAuthSecurityLock is locked(2), the agent will refuse - all requests to modify the 'security configuration'. - Objects in s5SbsAuth, the Switch BaySecure MIB Group - that are part of the 'security configuration', includes - s5SbsAuthCtlPartTime, objects in s5SbsAuthCfgTable, - Set requests for all read/write objects in s5SbsAuth group - excluding this object will result in a BadValue return value." - ::= { s5SbsAuth 1 } - - -s5SbsAuthCtlPartTime OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "If the value of s5SbsAuthCfgActionMode is partitionPort or - partitionPortAndSendTrap, time partition will be done if this - value is greater than 0. The value indicates the duration of - the time for port partitioning in seconds. The default value is - zero. When this value is zero, port remians partitioned until - manually re-enabled." - DEFVAL {0} - ::= { s5SbsAuth 2 } - - -s5SbsSecurityStatus OBJECT-TYPE - SYNTAX INTEGER { - enable(1), - disable(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Indicates whether the switch security feature is enabled or not." - ::= { s5SbsAuth 3 } - - -s5SbsSecurityMode OBJECT-TYPE - SYNTAX INTEGER { - singleMACperPort(1), - macList(2), - autoLearn(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The mode of switch security. singleMACperPort(1) indicates - that the switch is in single-MAC-per-port mode which means it - allows to configure only one MAC address per port. macList(2) - indicates that the switch is in MAC-List mode, user can - configure more than one MAC address per port, the maximum numbers - of MAC address per port vary from switch to switch. autoLearn(3) - indicates that the switch will learn the first MAC address on each - port as an allowed address of that port. Change made between - singleMACperPort(1), macList(2) and autoLearn(3) - will erase all the data in s5SbsAuthCfgTable." - ::= { s5SbsAuth 4 } - - -s5SbsSecurityAction OBJECT-TYPE - SYNTAX INTEGER { - noAction(1), - trap(2), - partitionPort(3), - partitionPortAndsendTrap(4), - daFiltering(5), - daFilteringAndsendTrap(6), - partitionPortAnddaFiltering(7), - partitionPortdaFilteringAndsendTrap(8) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Action performed by software when a violation occurs (if - s5SbsSecurityStatus is enabled). The security action specified - here applies to all ports of the switch. - - NOTE: da means destination address. - - A blocked address will always cause the port to be partitioned - when unauthorized access is attempted. See - s5SbsAuthCfgAccessCtrlType for more information on allowed - and blocked addresses." - ::= { s5SbsAuth 5 } - - -s5SbsCurrNodesAllowed OBJECT-TYPE - SYNTAX INTEGER (0..2147483647) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The current number of entries of the nodes allowed in the - s5SbsAuthCfgTable." - ::= { s5SbsAuth 6 } - - -s5SbsMaxNodesAllowed OBJECT-TYPE - SYNTAX INTEGER (0..2147483647) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The maximum number of entries of the nodes allowed in the - s5SbsAuthCfgTable." - ::= { s5SbsAuth 7 } - -s5SbsCurrNodesBlocked OBJECT-TYPE - SYNTAX INTEGER (0..2147483647) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The current number of entries of the nodes blocked in the - s5SbsAuthCfgTable." - ::= { s5SbsAuth 8 } - - -s5SbsMaxNodesBlocked OBJECT-TYPE - SYNTAX INTEGER (0..2147483647) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The maximum number of entries of the nodes blocked - in the s5SbsAuthCfgTable." - ::= { s5SbsAuth 9 } - - - - --- Authorized Board and Port Configuration Table - - -s5SbsAuthCfgTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5SbsAuthCfgEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table containing a list of boards and ports and MAC - addresses that constitute the security configuration." - ::= { s5SbsAuth 10 } - - -s5SbsAuthCfgEntry OBJECT-TYPE - SYNTAX S5SbsAuthCfgEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "An entry in this table indicates the security - configuration for a specified MAC address and a specified - port and a specified board. A SNMP SET PDU for a row of the - s5SbsAuthCfgTable requires the entired sequence of the - MIB Objects in each s5SbsAuthCfgEntry stored in one PDU. - Otherwise, GENERR return-value will be returned." - INDEX { - s5SbsAuthCfgBrdIndx, - s5SbsAuthCfgPortIndx, - s5SbsAuthCfgMACIndx - } - ::= { s5SbsAuthCfgTable 1 } - -S5SbsAuthCfgEntry ::= - SEQUENCE { - s5SbsAuthCfgBrdIndx INTEGER, - s5SbsAuthCfgPortIndx INTEGER, - s5SbsAuthCfgMACIndx MacAddress, - s5SbsAuthCfgAccessCtrlType INTEGER, - s5SbsAuthCfgStatus INTEGER, - s5SbsAuthCfgSecureList INTEGER, - s5SbsAuthCfgSource INTEGER, - s5SbsAuthCfgLifetime TimeInterval - } - - - -s5SbsAuthCfgBrdIndx OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the slot containing the board on which the - port is located. This value is meaningful --NEW - only if s5SbsAuthCfgSecureList value is zero. --NEW - For other SecureList values it should have the value of zero. " - ::= { s5SbsAuthCfgEntry 1} - - -s5SbsAuthCfgPortIndx OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the port on the board. This value is meaningful - only if s5SbsAuthCfgSecureList value is zero. --NEW - For other SecureList values it should have the value of zero. " - ::= { s5SbsAuthCfgEntry 2 } - - -s5SbsAuthCfgMACIndx OBJECT-TYPE - SYNTAX MacAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of source MAC address of allowed station or - not-allowed station." - ::= { s5SbsAuthCfgEntry 3 } - - -s5SbsAuthCfgAccessCtrlType OBJECT-TYPE - SYNTAX INTEGER { - allowed(1), - blocked(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This Node Access Control Type represents whether - the node entry is node allowed or node blocked type. - - A MAC address may be allowed on multiple ports." - ::= { s5SbsAuthCfgEntry 4 } - - -s5SbsAuthCfgStatus OBJECT-TYPE - SYNTAX INTEGER { - valid(1), - create(2), - delete(3), - modify(4) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The status of the AuthCfg entry. The primary use of - this object is for modifying the AuthCfg table. Values - that can be written create(2), delete(3), modify(4). - Values that can be read: valid(1). Setting this entry - to delete(3) causes the entry to be deleted from the - table. Setting a new entry with create(2) causes the - entry to be created in the table. Setting an entry with - modify(4) causes the entry to be modified. The response - to a get request or get-next request will always indicate - a status of valid (1), since invalid entries are removed - from the table. - - This object cannot be modified for entries whose value of - s5SbsAuthCfgSource is autoLearn(2). Any such attempt - will generate an inconsistentValue error." - ::= { s5SbsAuthCfgEntry 5 } - - -s5SbsAuthCfgSecureList OBJECT-TYPE - SYNTAX INTEGER(0..65535) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The index of the security list. This value is meaningful - only if s5SbsAuthCfgBrdIndx and s5SbsAuthCfgPortIndx values - are zero. For other board and port index values - it should have the value of zero. This value is used - as an index into s5SbsSecurityListTable. - The corresponding MAC Address of this entry is allowed or blocked - on all the ports of that port list. " - ::= { s5SbsAuthCfgEntry 6 } - - -s5SbsAuthCfgSource OBJECT-TYPE - SYNTAX INTEGER { - static(1), - autoLearn(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates the source of an entry. A value of static(1) - indicates that the entry was manually created by a user. A value - of autoLearn(2) indicates that the entry was auto-learned. Note - that an auto-learned entry cannot be directly deleted, though disabling - auto-learning for a port will delete all auto-learned MAC addresses - for the port." - ::= { s5SbsAuthCfgEntry 7 } - - -s5SbsAuthCfgLifetime OBJECT-TYPE - SYNTAX TimeInterval - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates the lifetime of an auto-learned entry. This - is the time until the entry is automatically deleted by the system. - This object does not apply to entries whose value of - s5SbsAuthCfgSource is static(1), and for such entries, the value of - this object will always be 0." - ::= { s5SbsAuthCfgEntry 8 } - - --- Authorized Board and Port Status Table - - - -s5SbsAuthStatusTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5SbsAuthStatusEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table containing a snapshot of the authorized boards - and ports status data collection. Port security - information consists of an action to be performed when - an unAuthorized station is detected and the current - security status of a port." - ::= { s5SbsAuth 11} - - -s5SbsAuthStatusEntry OBJECT-TYPE - SYNTAX S5SbsAuthStatusEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "An entry in this table may represent a single MAC address, - all MAC addresses on a single port, a single port, - all the ports on a single board, a particuler port on all - the boards, or all the ports on all the boards." - INDEX { - s5SbsAuthStatusBrdIndx, - s5SbsAuthStatusPortIndx, - s5SbsAuthStatusMACIndx - } - ::= { s5SbsAuthStatusTable 1 } - - -S5SbsAuthStatusEntry ::= - SEQUENCE { - s5SbsAuthStatusBrdIndx - INTEGER, - s5SbsAuthStatusPortIndx - INTEGER, - s5SbsAuthStatusMACIndx - MacAddress, - s5SbsCurrentAccessCtrlType - INTEGER, - s5SbsCurrentActionMode - INTEGER, - s5SbsCurrentPortSecurStatus - INTEGER - } - - - -s5SbsAuthStatusBrdIndx OBJECT-TYPE - SYNTAX INTEGER(0..255) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the board. This corresponds to the index of - the slot containing the board if the index is greater - than zero. A zero index is a wild card." - ::= { s5SbsAuthStatusEntry 1 } - - -s5SbsAuthStatusPortIndx OBJECT-TYPE - SYNTAX INTEGER(0..255) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the port on the board. This corresponds to - the index of the last manageable port on the board if - the index is greater than zero. A zero index is a wild - card." - ::= { s5SbsAuthStatusEntry 2 } - - -s5SbsAuthStatusMACIndx OBJECT-TYPE - SYNTAX MacAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of MAC address on the port. This corresponds to - the index of the MAC address on the port if - the index is greater than zero. A zero index is a wild - card." - ::= { s5SbsAuthStatusEntry 3 } - - -s5SbsCurrentAccessCtrlType OBJECT-TYPE - SYNTAX INTEGER { - allow(1), - block(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This Node Access Control Type represents whether - the node entry is node allowed or node blocked type." - ::= { s5SbsAuthStatusEntry 4 } - - -s5SbsCurrentActionMode OBJECT-TYPE - SYNTAX INTEGER{ - noAction(1), - partitionPort(2), - partitionPortAndsendTrap(3), - daFiltering(4), - daFilteringAndsendTrap(5), - sendTrap(6), - partitionPortAnddaFiltering(7), - partitionPortdaFilteringAndsendTrap(8) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "An integer value representing the type of information - contained in this s5SbsAuthStatusEntry. - noAction(1) represents that port does not have any security - assigned or the security is turned off. - - partitionPort(2) represents port is partitioned. - - partitionPortAndsendTrap(3) represents port is partitioned - and a trap will be sent to trap receive station(s). - - daFiltering(4) represents port will filter out the frames with - the desitnation address field is the MAC address of unauthorized - station. - - daFilteringAndsendTrap(5) represents port will filter out the - frames with the desitnation address field is the MAC address - of unauthorized station and a trap will be sent to trap receive - station(s). - - sendtrap(6) represents a trap will be sent to trap receive station(s). - - partitionPortAnddaFiltering(7) represents port is partitioned and - port will filter out the frames with the destination address field - is the MAC address of unauthorized station. - - partitionPortdaFilteringAndsendTrap(8) represents port is partitioned, - port will filter out the frames with the destination address field - is the MAC address of unauthorized station and a trap will be sent to - trap receive station(s)." - ::= { s5SbsAuthStatusEntry 5 } - - -s5SbsCurrentPortSecurStatus OBJECT-TYPE - SYNTAX INTEGER{ - notApplicable(1), - portSecure(2), - portPartition(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This represents the current port security status. - If s5SbsSecurityStatus is disable, notApplicable(1) will - be returned. The port in a normal situation returns the - status with portSecure(2). portPartition(3) will be returned - only if the port is partitioned." - ::= { s5SbsAuthStatusEntry 6 } - - --- Violation Board and Port Status Table - - - -s5SbsViolationStatusTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5SbsViolationStatusEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table containing a list of boards, ports where - network access violations have occurred. Information - also contains the offending MAC addrersses." - ::= { s5SbsAuth 12} - - -s5SbsViolationStatusEntry OBJECT-TYPE - SYNTAX S5SbsViolationStatusEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "An entry in this table " - INDEX { - s5SbsViolationStatusBrdIndx, - s5SbsViolationStatusPortIndx - } - ::= { s5SbsViolationStatusTable 1 } - -S5SbsViolationStatusEntry ::= - SEQUENCE { - s5SbsViolationStatusBrdIndx - INTEGER, - s5SbsViolationStatusPortIndx - INTEGER, - s5SbsViolationStatusMACAddress - MacAddress - } - - - -s5SbsViolationStatusBrdIndx OBJECT-TYPE - SYNTAX INTEGER(1..255) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the board. This corresponds to the - slot containing the board. This index will be 1 where - it is not applicable, e.g., ByaStack 303/304." - ::= { s5SbsViolationStatusEntry 1 } - - -s5SbsViolationStatusPortIndx OBJECT-TYPE - SYNTAX INTEGER(1..255) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the port on the board. This corresponds to - the port on which a security violation was seen." - ::= { s5SbsViolationStatusEntry 2 } - - -s5SbsViolationStatusMACAddress OBJECT-TYPE - SYNTAX MacAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The MAC address of the device attempting unauthorized - network access. (MAC addrees-based security)" - ::= { s5SbsViolationStatusEntry 3 } - - -s5SbsMgmViolationType OBJECT-TYPE - SYNTAX INTEGER{ - snmp(1), - web(2), - telnet(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Type of management access attempted when the violation - occurred." - ::= { s5SbsAuth 13 } - - -s5SbsMgmViolationIpAddress OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "IP Address of the station attempting unauthorized - management access." - ::= { s5SbsAuth 14 } - - -s5SbsPortSecurityStatus OBJECT-TYPE - SYNTAX PortSet - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The set of ports for which security is enabled. - The bitwise AND of s5SbsPortSecurityStatus and - s5SbsPortLearnStatus must be the empty set." - ::= { s5SbsAuth 15 } - - -s5SbsPortLearnStatus OBJECT-TYPE - SYNTAX PortSet - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The set of ports for which auto learning is enabled. Note that - a port's bit in this object may not be turned on if the port's - value of s5SbsAutoLearningConfigEnabled is true(1)." - ::= { s5SbsAuth 16 } - - -s5SbsCurrSecurityLists OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The current number of entries of the Security lists in the - s5SbsSecurityListTable." - ::= { s5SbsAuth 17 } - - -s5SbsMaxSecurityLists OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The maximum number of entries of the Security lists in the - s5SbsSecurityListTable." - ::= { s5SbsAuth 18 } - - --- Port Security Lists Table - - - -s5SbsSecurityListTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5SbsSecurityListEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table containing a list of Security port lists." - ::= { s5SbsAuth 19} - - -s5SbsSecurityListEntry OBJECT-TYPE - SYNTAX S5SbsSecurityListEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "An entry in this table " - INDEX { s5SbsSecurityListIndx } - ::= { s5SbsSecurityListTable 1 } - -S5SbsSecurityListEntry ::= - SEQUENCE { - s5SbsSecurityListIndx INTEGER, - s5SbsSecurityListMembers PortSet, - s5SbsSecurityListStatus INTEGER - } - -s5SbsSecurityListIndx OBJECT-TYPE - SYNTAX INTEGER(1..255) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the security list. This corresponds to the - Security port list which can be used as index into - s5SbsAuthCfgTable. " - ::= { s5SbsSecurityListEntry 1 } - - -s5SbsSecurityListMembers OBJECT-TYPE - SYNTAX PortSet - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The set of ports that are currently members in - this Port list." - ::= { s5SbsSecurityListEntry 2 } - -s5SbsSecurityListStatus OBJECT-TYPE - SYNTAX INTEGER { - valid(1), - create(2), - delete(3), - modify(4) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The status of the SecurityList entry. The primary use of - this object is for modifying the SecurityList table. Values - that can be written create(2), delete(3), modify(4). - Values that can be read: valid(1). Setting this entry - to delete(3) causes the entry to be deleted from the - table. Setting a new entry with create(2) causes the - entry to be created in the table. Setting an entry with - modify(4) causes the entry to be modified. The response - to a get request or get-next request will always indicate - a status of valid (1), since invalid entries are removed - from the table. " - ::= { s5SbsSecurityListEntry 3 } - - - - - --- --- s5SbsMacViolation group, contains info about MAC addresses that have --- caused access violations --- - -s5SbsMacViolation OBJECT IDENTIFIER ::= { s5SbsAuth 20 } - -s5SbsMacViolationClear OBJECT-TYPE - SYNTAX INTEGER { - other(1), - clear(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object is used to clear all entries in the - s5SbsMacViolationTable. Setting it to clear(2) will clear all - entries in that table. Setting it to other(1) has no effect. - This object always returns a value of other(1)." - ::= { s5SbsMacViolation 1 } - -s5SbsMacViolationTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5SbsMacViolationEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table containing a list of Security port lists." - ::= { s5SbsMacViolation 2} - - -s5SbsMacViolationEntry OBJECT-TYPE - SYNTAX S5SbsMacViolationEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "An entry in this table " - INDEX { s5SbsMacViolationAddress } - ::= { s5SbsMacViolationTable 1 } - -S5SbsMacViolationEntry ::= - SEQUENCE { - s5SbsMacViolationAddress MacAddress, - s5SbsMacViolationBrd INTEGER, - s5SbsMacViolationPort INTEGER - } - -s5SbsMacViolationAddress OBJECT-TYPE - SYNTAX MacAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The MAC address that caused an access violation." - ::= { s5SbsMacViolationEntry 1 } - - -s5SbsMacViolationBrd OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The last board/slot/unit number on which the MAC address caused - an access violation." - ::= { s5SbsMacViolationEntry 2 } - -s5SbsMacViolationPort OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The last port number on which the MAC address caused an access - violation." - ::= { s5SbsMacViolationEntry 3 } - - - --- --- Additional objects for auto-learning support --- - - -s5SbsAutoLearningAgingTime OBJECT-TYPE - SYNTAX Integer32 (0..65535) - UNITS "Hours" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The lifetime for MAC addresses that are auto-learned. This - is measure in hours. A value of 0 means addresses are not - aged out." - DEFVAL { 60 } - ::= { s5SbsAuth 21 } - -s5SbsAutoLearningConfigTable OBJECT-TYPE - SYNTAX SEQUENCE OF S5SbsAutoLearningConfigEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table containing per-port configuration for auto-learning. - Entries exist in the table for each ethernet port in the system." - ::= { s5SbsAuth 22 } - -s5SbsAutoLearningConfigEntry OBJECT-TYPE - SYNTAX S5SbsAutoLearningConfigEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "An entry in this table " - INDEX { s5SbsAutoLearningConfigBrd, s5SbsAutoLearningConfigPort } - ::= { s5SbsAutoLearningConfigTable 1 } - -S5SbsAutoLearningConfigEntry ::= - SEQUENCE { - s5SbsAutoLearningConfigBrd INTEGER, - s5SbsAutoLearningConfigPort INTEGER, - s5SbsAutoLearningConfigEnabled TruthValue, - s5SbsAutoLearningConfigMaxMacs Integer32 - } - -s5SbsAutoLearningConfigBrd OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "The board/slot/unit number." - ::= { s5SbsAutoLearningConfigEntry 1 } - -s5SbsAutoLearningConfigPort OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "The port number." - ::= { s5SbsAutoLearningConfigEntry 2 } - -s5SbsAutoLearningConfigEnabled OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates whether auto-learning is enabled on - the port. Note that this object may not be set to true(1) - for a port whose bit is turned on in s5SbsPortLearnStatus. - Likewise, a port's bit in s5SbsPortLearnStatus may not be - turned on if the port's value of s5SbsAutoLearningConfigEnabled - is true(1). - - Note that if this object is changed from true(1) to false(2), - all auto-learned MAC addresses for the port will be removed." - DEFVAL { false } - ::= { s5SbsAutoLearningConfigEntry 3 } - -s5SbsAutoLearningConfigMaxMacs OBJECT-TYPE - SYNTAX Integer32 (1..25) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the maximum number of MAC addresses - that may be learned on the port." - DEFVAL { 2 } - ::= { s5SbsAutoLearningConfigEntry 4 } - -s5SbsAutoLearningPorts OBJECT-TYPE - SYNTAX PortSet - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object specifies the set of ports for which auto- - learning is enabled. It is an alternative to - s5SbsAutoLearningConfigEnabled." - ::= { s5SbsAuth 23 } - -END diff --git a/mibs/S5-TCS-MIB b/mibs/S5-TCS-MIB deleted file mode 100644 index 34d692d3cb..0000000000 --- a/mibs/S5-TCS-MIB +++ /dev/null @@ -1,190 +0,0 @@ - -S5-TCS-MIB DEFINITIONS ::= BEGIN - -IMPORTS - MODULE-IDENTITY - FROM SNMPv2-SMI - TEXTUAL-CONVENTION - FROM SNMPv2-TC - s5Tcs - FROM S5-ROOT-MIB; - -s5TcsMib MODULE-IDENTITY - LAST-UPDATED "200407200000Z" - ORGANIZATION "Nortel Networks" - CONTACT-INFO "Nortel Networks" - DESCRIPTION - "5000 Common Textual Conventions MIB - - Copyright 1993-2004 Nortel Networks, Inc. - All rights reserved. - This Nortel Networks SNMP Management Information Base Specification - (Specification) embodies Nortel Networks' confidential and - proprietary intellectual property. Nortel Networks retains all - title and ownership in the Specification, including any - revisions. - - This Specification is supplied 'AS IS,' and Nortel Networks makes - no warranty, either express or implied, as to the use, - operation, condition, or performance of the Specification." - - REVISION "200407200000Z" -- 20 July 2004 - DESCRIPTION "Version 113: Conversion to SMIv2" - - ::= { s5Tcs 0 } - -IpxAddress ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "A textual convention for IPX addresses. The first four bytes - are the network number in 'network order'. The last 6 bytes - are the MAC address." - SYNTAX OCTET STRING (SIZE (10)) - -TimeIntervalHrd ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "A textual convention for a period of time measured - in units of 0.01 seconds." - SYNTAX Integer32 - -TimeIntervalSec ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "A textual convention for a period of time measured - in units of seconds." - SYNTAX Integer32 - -SrcIndx ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "A textual convention for an Index of a 'source'. - The values are encoded so that the same MIB object - can be used to describe the same type of data, but - from different sources. - For the 5000 Chassis, this is encoded in the - following base 10 fields: - 1bbiii - identifies an interface on an NMM - where 'bb' is the board index and - 'iii' is the interface number. - - 2bbppp - identifies a connectivity port on - a board where 'bb' is the board INDEX - and 'ppp' is the port INDEX. - - 3bblll - identifies a local channel on a - board where 'bb' is the board INDEX - and 'll' is the local channel INDEX. - - 4bbccc - identifies a cluster on a board - where 'bb' is the board INDEX and - 'cc' is the cluster INDEX. - - 5bbfff - identifies a FPU on a board where - 'bb' is the board INDEX, and 'fff' is - the FPU INDEX. - - 6bbnnn - identifies host board backplane counters - where 'bb' is the board INDEX, and - 'nnn' is the segment INDEX. - - 7bbccc - identifies a NULL segment on a board - where 'bb' is the board INDEX, and - 'ccc' is the cluster INDEX. - - 8mmnnn - identifies a sum across all host board(s) - connected to a given backplane segment - where 'mm' is media type, and 'nnn' is - the segment INDEX. (NOTE: This is currently - only valid for Ethernet.)" - SYNTAX INTEGER (1..999999) - -MediaType ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "A textual convention for Media types" - SYNTAX INTEGER { - other(1), -- unknown or other type - eth(2), -- ethernet - tok(3), -- token ring - fddi(4) -- FDDI - } -- ATM later - -FddiBkNetMode ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "The FDDI backplane mode." - SYNTAX INTEGER { - other(1), -- other or unknown - thruLow(2), - thruHigh(3), - thruLowThruHigh(4) - } - -BkNetId ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "The backplane network ID. This is a numeric assignment - made to a backplane channel, a piece of a divided - backplane channel, or a grouping of several backplane - channels (which is done for FDDI). The number (and values) - of the backplane networks is determined by the setting - of the channel divider(s) which split some or all - the backplane channels into networks, and by - grouping when allowed by the media (such as FDDI). - Different media and backplane implementations may - have a divider or not. Also, there may be different - mappings of backplane network IDs to a divided (or - undivided) backplane channel. - - Note to agent implementors - you must map the divided - (or undivided) backplane channel to the numbering here - based on the setting of the backplane channel divider(s), - and/or the grouping of the channels for FDDI." - SYNTAX INTEGER (1..255) - -BkChan ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "The physical backplane channel identification. - This does not change when a backplane is divided. - A value of zero means no channel. Otherwise, the - channels are numbered starting at one." - SYNTAX INTEGER (0..255) - -LocChan ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "The physical local channel identification. - A value of zero means no channel. Otherwise, the - channels are numbered starting at one." - SYNTAX INTEGER (0..255) - -AttId ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "The attachment ID. This is either a backplane - network ID, a local channel, or as an indication - of no backplane network attachment. Negative numbers - are used to identify local channels on a board. - Where used, the board must also be specified - (or implied). A value of zero is used to indicate - no (or null) attachment. Positive numbers are the - backplane network IDs. The number (and values) of - the backplane networks is determined by the setting - of the channel divider(s) which split some or all - the backplane channels into backplane networks, - and by grouping when allowed by the media (such as - FDDI). Different media and implementations may have - a divider or not. Also, there may be different - mappings of backplane network IDs to a divided - (or undivided) backplane channel. - - Note to agent implementors - you must map the divided - (or undivided) backplane channel to the numbering here - based on the setting of the backplane channel divider(s), - and/or the grouping of the channels for FDDI." - SYNTAX INTEGER (-255..255) - -END - diff --git a/mibs/SAMSUNG-CLONING-MIB b/mibs/SAMSUNG-CLONING-MIB deleted file mode 100644 index 625f2b7c10..0000000000 --- a/mibs/SAMSUNG-CLONING-MIB +++ /dev/null @@ -1,221 +0,0 @@ --- --- SamsungCloning.mib --- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253 --- Friday, March 17, 2006 at 14:36:37 --- - --- samsungJobAcoount.mib --- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253 --- Friday, November 11, 2005 at 17:08:35 --- --- --- - - SAMSUNG-CLONING-MIB DEFINITIONS ::= BEGIN - - IMPORTS - hrDeviceIndex - FROM HOST-RESOURCES-MIB - samsungCommonMIB - FROM SAMSUNG-COMMON-MIB - OBJECT-GROUP - FROM SNMPv2-CONF - IpAddress, Integer32, OBJECT-TYPE, MODULE-IDENTITY, OBJECT-IDENTITY, - NOTIFICATION-TYPE - FROM SNMPv2-SMI; - - --- Module: Cloning Mib --- File: SamsungCloning.mib --- Editors: wani.kang@samsung.com --- Date: November 17, 2004 --- Version: 1.00 --- RFC 1442/1902/2578 --- RFC 1443/1903/2579 --- RFC 1444/1904/2580 --- Successor to RFC 1759 --- 17 Jul 2004 --- July 17, 1904 at 00:00 GMT - scmCloningMIB MODULE-IDENTITY - LAST-UPDATED "200511090000Z" -- November 09, 2005 at 00:00 GMT - ORGANIZATION - "Samsung Common Management Interface Working Group" - CONTACT-INFO - " - SCMI Editors - E-Mail: wani.kang@samsung.com - - -- - -- - " - DESCRIPTION - " - Version: 1.00 - - - Samsung SCMI Extension to IETF Printer MIB Module. - This Module provides extension to the IETF Printer MIB. - - Copyright (C) 2003-2004 Samsung Corporation. All Rights Reserved." - ::= { samsungCommonMIB 82 } - - - --- --- Node definitions --- - --- Node definitions --- --- 1.3.6.1.4.1.236.11.5.11.55.18 - scmCloning OBJECT IDENTIFIER ::= { scmCloningMIB 1 } - --- table -- --- 1.3.6.1.4.1.236.11.5.11.55.18.2 - scmCloningTable OBJECT-TYPE - SYNTAX SEQUENCE OF ScmCloningEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " - " - ::= { scmCloning 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.18.2.1 - scmCloningEntry OBJECT-TYPE - SYNTAX ScmCloningEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A set of result for clonning on this device. - If the device has no cloning result, this table is empty. - " - INDEX { scmCloningIndex } - ::= { scmCloningTable 1 } - - ScmCloningEntry ::= - SEQUENCE { - scmCloningIndex - Integer32, - scmCloningIPAddress - IpAddress, - scmCloningResult - INTEGER, - scmCloningDate - OCTET STRING - } - - scmCloningIndex OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " - " - ::= { scmCloningEntry 1 } - - scmCloningIPAddress OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates IPAdderss of device executing cloning " - ::= { scmCloningEntry 2 } - - scmCloningResult OBJECT-TYPE - SYNTAX INTEGER - { - completed(1), - processing(2), - invalidFile(3), - versionMismatch(4), - notSupportedCloning(5), - busy(6) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates result of the cloning" - ::= { scmCloningEntry 3 } - - scmCloningDate OBJECT-TYPE - SYNTAX OCTET STRING - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This date represents when cloning is executed. - Format of date is yyyy/mm/dd/hh/mm/ss" - ::= { scmCloningEntry 4 } - --- scmPrtOperation --- --- 1.3.6.1.4.1.236.11.5.11.55.18.1 - scmCloningSimple OBJECT IDENTIFIER ::= { scmCloning 2 } - - scmCloningLastIPAddress OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates IPAdderss of device executing cloning lately" - ::= { scmCloningSimple 1 } - - scmCloningLastResult OBJECT-TYPE - SYNTAX INTEGER - { - completed(1), - processing(2), - invalidFile(3), - versionMismatch(4), - notSupportedCloning(5), - busy(6) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates result of the latest cloning" - ::= { scmCloningSimple 2 } - - scmCloningLastDate OBJECT-TYPE - SYNTAX OCTET STRING - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates date of the latest cloning. - Format of date is yyyy/mm/dd/hh/mm/ss" - ::= { scmCloningSimple 3 } - - scmCloningSupported OBJECT-TYPE - SYNTAX INTEGER - { - supported(1), - notSupported(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates whethere device supports cloning or not" - ::= { scmCloningSimple 4 } - - scmCloningTrap OBJECT-IDENTITY - STATUS current - DESCRIPTION - "The value of the enterprise-specific oid in a SNMPv1 trap sent signalling a critical event in the JobAccounting" - ::= { scmCloning 3 } - - scmCloningTrapSimple OBJECT IDENTIFIER ::= { scmCloningTrap 1 } - --- - scmCloningTrapResult NOTIFICATION-TYPE - OBJECTS { scmCloningLastIPAddress, scmCloningLastResult } - STATUS current - DESCRIPTION - "This trap is sent whenever clone is completed" - ::= { scmCloningTrapSimple 1 } - - - END - --- --- SamsungCloning.mib --- diff --git a/mibs/SAMSUNG-COMMON-MIB b/mibs/SAMSUNG-COMMON-MIB deleted file mode 100644 index e351dcae3b..0000000000 --- a/mibs/SAMSUNG-COMMON-MIB +++ /dev/null @@ -1,41 +0,0 @@ -SAMSUNG-COMMON-MIB DEFINITIONS ::= BEGIN - --- Module : Samsung Common Mib --- Team : Solution SW --- Date : November 24, 2004 --- Version: 1.00 - -IMPORTS - enterprises, OBJECT-IDENTITY, MODULE-IDENTITY - FROM SNMPv2-SMI; -- IETF RFC 1442 - -samsung MODULE-IDENTITY - LAST-UPDATED "0209170000Z" - ORGANIZATION "Samsung Corporation - - Samsung DPD Solution SW Team" - CONTACT-INFO " - SCMI Editors - Samsung DPD Solution SW Team - " - DESCRIPTION - "Samsung Printer Common MIB Root Module, Version 1.00. - - Copyright (C) 2003-2004 Samsung Corporation. All Rights Reserved." - ::= { enterprises 236 } - -division OBJECT-IDENTITY - STATUS current - DESCRIPTION "Distinguish Samsung Company" - ::= { samsung 11 } - -oadivision OBJECT-IDENTITY - STATUS current - DESCRIPTION "Distinguish Samsung Electronics Division" - ::= { division 5 } - -samsungCommonMIB OBJECT-IDENTITY - STATUS current - DESCRIPTION "Samsung Common MIB" - - ::= { oadivision 11 } -END diff --git a/mibs/SAMSUNG-DIAGNOSTICS-MIB b/mibs/SAMSUNG-DIAGNOSTICS-MIB deleted file mode 100644 index b9163ff919..0000000000 --- a/mibs/SAMSUNG-DIAGNOSTICS-MIB +++ /dev/null @@ -1,240 +0,0 @@ -SAMSUNG-DIAGNOSTICS-MIB DEFINITIONS ::= BEGIN - --- Module: Diagnostics MIB --- File: SamsungDiagnostics.mib --- Editors: wani.kang@samsung.com --- Date: August 24, 2004 --- Version: 1.00 - - -IMPORTS - MODULE-IDENTITY,OBJECT-TYPE - FROM SNMPv2-SMI -- RFC 1442/1902/2578 - DisplayString - FROM SNMPv2-TC -- RFC 1443/1903/2579 - Counter - FROM RFC1155-SMI -- RFC 1155 - samsungCommonMIB - FROM SAMSUNG-COMMON-MIB; - -scmDiagnostics MODULE-IDENTITY - LAST-UPDATED "0408240000Z" -- 24 Aug 2004 - ORGANIZATION "Samsung Corporation - - Samsung Common Management Interface (SCMI) Working Group" - CONTACT-INFO " - SCMI Editors - E-Mail: wani.kang@samsung.com - - -- - -- - " - DESCRIPTION " - SCMI Document Diagnostics MIB, - Version 1.00 - - Copyright (C) 2003-2004 Samsung Corporation. All Rights Reserved." - ::= { samsungCommonMIB 64 } - --- --- Document Resources General Group (Mandatory) --- - -scmDiagnosticsDevice OBJECT IDENTIFIER ::= { scmDiagnostics 1 } - --- The Document Resources General table contains general counters and --- summary information for ease of use of the overall Document Resources --- MIB. --- --- The Document Resources General table has exactly one row, which row --- has an scmDiagnosticsIndex value of 1. --- --- For conformance to this MIB module, implementation of all objects in --- this group is mandatory. - - -scmDiagnosticsDeviceTable OBJECT-TYPE - SYNTAX SEQUENCE OF ScmDiagnosticsDeviceEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table of general counters and summary information for - ease of use of the overall Document Resources MIB on - this host system. - - This Document Resources General table has exactly one - row, with an scmDiagnosticsIndex value of 1." - ::= { scmDiagnosticsDevice 2 } - -scmDiagnosticsDeviceEntry OBJECT-TYPE - SYNTAX ScmDiagnosticsDeviceEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A row entry of general counters and summary information - for ease of use of the overall Document Resources MIB on - this host system. - - The Document Resources General table has exactly one row - entry, with an scmDiagnosticsIndex value of 1." - INDEX { scmDiagnosticsDeviceIndex } - ::= { scmDiagnosticsDeviceTable 1 } - -ScmDiagnosticsDeviceEntry ::= SEQUENCE { - scmDiagnosticsDeviceIndex INTEGER, - scmDiagnosticsDeviceItem DisplayString, - scmDiagnosticsDeviceType INTEGER, - scmDiagnosticsDeviceDescr DisplayString, - scmDiagnosticsDeviceID INTEGER, - scmDiagnosticsDeviceStatus INTEGER, - scmDiagnosticsDeviceErrors Counter, - scmDiagnosticsRequest INTEGER, - scmGenBaseDeviceImageFileName DisplayString - } - -scmDiagnosticsDeviceIndex OBJECT-TYPE - SYNTAX INTEGER (1..2147483647) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A unique value for each device contained by the - host. The value for each device must remain - constant at least from one re-initialization of the - agent to the next re-initialization." - ::= { scmDiagnosticsDeviceEntry 1 } - -scmDiagnosticsDeviceItem OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..64)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "An indication of the Item of device." - - ::= { scmDiagnosticsDeviceEntry 2 } - -scmDiagnosticsDeviceType OBJECT-TYPE - SYNTAX INTEGER - { - input(1), - output(2), - cover(3), - geeralPrinter(4), - mediaPath(5), - marker(6), - markerSupplies(7), - markerColorant(8), - fax(21), - scanner(22), - network(23), - usb(24), - parallel(25), - finisher(26), - motor(41), - smps(42), - memory(43) - } - - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "An indication of the type of device. - - If this value is `hrDeviceProcessor hrDeviceTypes - 3 ' then an entry exists in the hrProcessorTable - which corresponds to this device. - - If this value is `hrDeviceNetwork hrDeviceTypes 4 - ', then an entry exists in the hrNetworkTable - which corresponds to this device. - - If this value is `hrDevicePrinter hrDeviceTypes 5 - ', then an entry exists in the hrPrinterTable - which corresponds to this device. - - If this value is `hrDeviceDiskStorage - hrDeviceTypes 6 ', then an entry exists in the - hrDiskStorageTable which corresponds to this - device. - " - ::= { scmDiagnosticsDeviceEntry 3 } - -scmDiagnosticsDeviceDescr OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..64)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A description of the type and instance of the - storage described by this entry." - ::= { scmDiagnosticsDeviceEntry 4 } - -scmDiagnosticsDeviceID OBJECT-TYPE - SYNTAX INTEGER (1..2147483647) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The product ID for this device." - ::= { scmDiagnosticsDeviceEntry 5 } - -scmDiagnosticsDeviceStatus OBJECT-TYPE - SYNTAX INTEGER - { - unknown(1), - running(2), - warning(3), - testing(4), - down(5), - printing(6) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The current operational state of the device - described by this row of the table. A value - unknown(1) indicates that the current state of the - device is unknown. running(2) indicates that the - device is up and running and that no unusual error - conditions are known. The warning(3) state - indicates that agent has been informed of an - unusual error condition by the operational software - (e.g., a disk device driver) but that the device is - still 'operational'. An example would be high - number of soft errors on a disk. A value of - testing(4), indicates that the device is not - available for use because it is in the testing - state. The state of down(5) is used only when the - agent has been informed that the device is not - available for any use." - ::= { scmDiagnosticsDeviceEntry 6 } - -scmDiagnosticsDeviceErrors OBJECT-TYPE - SYNTAX Counter - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of errors detected on this device. It - should be noted that as this object has a SYNTAX - of Counter, that it does not have a defined - initial value. However, it is recommended that - this object be initialized to zero." - ::= { scmDiagnosticsDeviceEntry 7 } - -scmDiagnosticsRequest OBJECT-TYPE - SYNTAX INTEGER - { - on(1), - off(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Diagnotics Request" - ::= { scmDiagnosticsDeviceEntry 8 } - -scmGenBaseDeviceImageFileName OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..31)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "It is the temporay Value. - --> It will be moved to SCM General Mib" - ::= { scmDiagnosticsDeviceEntry 999 } -END diff --git a/mibs/SAMSUNG-GENERAL-TC b/mibs/SAMSUNG-GENERAL-TC deleted file mode 100644 index c0b0dcb33b..0000000000 --- a/mibs/SAMSUNG-GENERAL-TC +++ /dev/null @@ -1,1413 +0,0 @@ -SAMSUNG-GENERAL-TC DEFINITIONS ::= BEGIN - --- Module: General TC --- File: SamsungGeneraltc.mib --- Editors: wono.song@samsung.com --- Date: July 17, 2004 --- Version: 1.00 - -IMPORTS - MODULE-IDENTITY, OBJECT-IDENTITY, - OBJECT-TYPE, - Counter32, Gauge32, Integer32 - FROM SNMPv2-SMI -- RFC 1442/1902/2578 - TEXTUAL-CONVENTION - FROM SNMPv2-TC -- RFC 1443/1903/2579 - samsungCommonMIB - FROM SAMSUNG-COMMON-MIB; - -scmGeneralTC MODULE-IDENTITY - LAST-UPDATED "0407170000Z" -- 17 Jul 2004 - ORGANIZATION "Samsung Corporation - SCMI Working Group" - CONTACT-INFO " - SCMI Editors - E-Mail: wono.song@samsung.com - - -- - -- - " - DESCRIPTION " - Version: 1.00 - - Samsung General Textual Conventions - - See section 9 'Supplement' of SCMI General TC for - implementation and conformance guidance for this TC module. - - Copyright (C) 1995-2002 Samsung Corporation. All Rights Reserved." - ::= { samsungCommonMIB 50 } - --- --- Samsung General Textual Conventions (in alphabetical order) - - --- - -Cardinal16 ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - The representation for non-negative integers. - Used for indices in small tables where 0 means not specified. - It avoids use of the sign bit." - SYNTAX INTEGER (0..32767) -- biggest int = 2**15-1 - -Cardinal32 ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - The representation for non-negative integers. - Used for indices in large tables where 0 means not specified. - Same size as ISO 10175 (avoids use of sign bit)." - SYNTAX INTEGER (0..2147483647) -- biggest int = 2**31-1 - -Cardinal64High ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - The high-order 31 bits of a 62-bit non-negative integer - (0..2**62-1). A manager must get or set the high - and low parts in the same operation." - SYNTAX INTEGER (0..2147483647) -- biggest int = 2**31-1 - -Cardinal64Low ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - The low-order 31 bits of a 62-bit non-negative integer - (0..2**62-1). A manager must get or set the high - and low parts in the same operation." - SYNTAX INTEGER (0..2147483647) -- biggest int = 2**31-1 - -CodedCountry ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - A two character country or territory abbreviation from - ISO/IEC 3166:1993 - Codes for the Representation of - Names of Countries. - Examples: US, FR, DE - A null string SHALL indicate that the country or territory - is not defined." - SYNTAX OCTET STRING (SIZE(0..2)) - -CodedLanguage ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - A two character language abbreviation as defined in - ISO/IEC 639:1988 - Codes For the Representation of - Names of Languages. - Examples EN, GB, CA, FR, DE. - An empty string SHALL indicate that the language - is not defined." - - - SYNTAX OCTET STRING (SIZE(0..2)) - -CodeIndexedStringIndex ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - The representation of string data which the agent can provide - in one or more character sets (but not further localized). - Typically this representation is used because the string data - is relatively dynamic, changing too rapidly for full - localization; or because the data exists inherently in only one - or a limited number of character sets and cannot meaningfully - be further localized. - - The value is an index into a single global string table, - scmGenCodeIndexedStringTable. A subsidiary index into the - scmGenCodeIndexedStringTable is the IANA registered enum - (see the CodedCharSet textual-convention in RFC 1759) for the - coded character set desired by the management station (from - among the coded character sets supported by the SNMP agent). - - A 0 index value SHALL indicate that there is no associated entry - in the string table. - - 32 bits are needed because Jobs can use up 10-12 code-indexed - strings per job." - SYNTAX INTEGER (0..2147483647) -- biggest int = 2**31-1 - -Counter64High ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - The high-order 32 bits of a 63-bit counter (0..2**63-1). - A manager must get or set the high and low parts in the - same operation." - SYNTAX Counter32 -- (0..2**32-1) - -Counter64Low ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - The low-order 31 bits of a 63-bit counter (0..2**63-1). - A manager must get or set the high and low parts in the - same operation." - SYNTAX INTEGER (0..2147483647) -- biggest int = 2**31-1 - -Gauge64High ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - The high-order 32 bits of a 63-bit gauge (0..2**63-1). - A manager must get or set the high and low parts in the - same operation." - SYNTAX Gauge32 -- (0..2**32-1) - - -Gauge64Low ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - The low-order 31 bits of a 63-bit gauge (0..2**63-1). - A manager must get or set the high and low parts in the - same operation." - SYNTAX INTEGER (0..2147483647) -- biggest int = 2**31-1 - -Integer64High ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - The high-order 32 bits of a 63-bit signed integer - (-2**62..2**62-1). A manager must get or set the high - and low parts in the same operation." - SYNTAX Integer32 - -Integer64Low ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - The low-order 31 bits of a 63-bit signed integer - (-2**62..2**62-1). A manager must get or set the high - and low parts in the same operation." - SYNTAX INTEGER (0..2147483647) -- biggest int = 2**31-1 - -Ordinal16 ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - The representation for positive integers. - Used for indices in small tables where 0 is illegal. - It avoids use of the sign bit.." - SYNTAX INTEGER (1..32767) -- biggest int = 2**15-1 - -Ordinal32 ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - The representation for positive integers. - Same size as ISO 10175 (avoids use of sign bit)." - SYNTAX INTEGER (1..2147483647) -- biggest int = 2**31-1 - -Ordinal64High ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - The high-order 31 bits of a 62-bit positive integer - (1..2**62-1). A manager must get or set the high - and low parts in the same operation." - SYNTAX INTEGER (0..2147483647) -- biggest int = 2**31-1 - -Ordinal64Low ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - The low-order 31 bits of a 62-bit positive integer - (1..2**62-1). A manager must get or set the high - and low parts in the same operation." - SYNTAX INTEGER (0..2147483647) -- biggest int = 2**31-1 - - --- Note: Some SMIv1 compilers do NOT understand the 'ccitt' root --- causing compile errors in SCMI modules converted to SMIv1. --- 'zeroDotZero' makes 'scmGenZeroDotZero' a simple definition. -zeroDotZero OBJECT IDENTIFIER ::= { 0 0 } - -scmGenZeroDotZero OBJECT-IDENTITY - STATUS current -- Actually deprecated - DESCRIPTION " - A value used for null object identifiers prior to SCMI v5.1. - Do not use. Instead use the standard definition in - RFC 1902/2578 - 'zeroDotZero' - left here for compatibility." - ::= { zeroDotZero 0 } - -ScmFixedLocaleDisplayString ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - This data type is used to model textual information in some - localization (language, country, and character set), which is - fixed (ie, NOT capable of being altered by management station - request). This textual information SHALL be represented in the - localization which is indicated by the current value of - 'scmGenFixedLocalizationIndex'." - REFERENCE " - See: 'ScmFixedLocaleUtf8String' in this module. - See: 'ScmNamedLocaleUtf8String' in this module. - See: 'InternationalDisplayString' in IETF Host Resources MIB - (RFC 2790), 'DisplayString' in IETF SNMPv2 TC (RFC 1903/2579), - 'CodeIndexedStringIndex' in this module, and 'OCTET STRING' in - OSI ASN.1 (CCITT X.208/X.209 | ISO 8824/8825)." - SYNTAX OCTET STRING (SIZE (0..255)) - -ScmFixedLocaleUtf8String ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - This data type is used to model textual information in the UTF-8 - character set and some locale (language/country), which is - fixed (ie, NOT capable of being altered by management station - request). This textual information SHALL be represented in - UTF-8 and the locale which is indicated by the current value of - 'scmGenFixedLocalizationIndex'." - REFERENCE " - See: 'UTF-8, a transformation of ISO 10646' (RFC 2279) and - 'IETF Policy on Character Sets and Languages' (RFC 2277). - See: 'ScmFixedLocaleDisplayString' in this module. - See: 'ScmNamedLocaleUtf8String' in this module. - See: 'InternationalDisplayString' in IETF Host Resources MIB - (RFC 2790), 'DisplayString' in IETF SNMPv2 TC (RFC 1903/2579), - 'CodeIndexedStringIndex' in this module, and 'OCTET STRING' in - OSI ASN.1 (CCITT X.208/X.209 | ISO 8824/8825)." - SYNTAX OCTET STRING (SIZE (0..255)) - - -ScmNamedLocaleUtf8String ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - This data type is used to model textual information in the UTF-8 - character set and some locale (language/country), which is - named (ie, explicitly named by a parallel column or attribute or - by the operation context)." - REFERENCE " - See: 'UTF-8, a transformation of ISO 10646' (RFC 2279) and - 'IETF Policy on Character Sets and Languages' (RFC 2277). - See: 'ScmFixedLocaleDisplayString' in this module. - See: 'ScmFixedLocaleUtf8String' in this module. - See: 'InternationalDisplayString' in IETF Host Resources MIB - (RFC 2790), 'DisplayString' in IETF SNMPv2 TC (RFC 1903/2579), - 'CodeIndexedStringIndex' in this module, and 'OCTET STRING' in - OSI ASN.1 (CCITT X.208/X.209 | ISO 8824/8825)." - SYNTAX OCTET STRING (SIZE (0..255)) - -ScmGenGroupSupport ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - The terse conformance statement of ALL mandatory, conditionally - mandatory, and optional SCMI General MIB object groups which are - supported by this management agent implementation (ie, version) - on this host system, specified in a bit-mask. - - The current set of values (which MAY be extended in the future) - is given below: - - 1 : scmGenCurrentLocalizationGroup -- 2**0 - 2 : scmGenLocalizationGroup -- 2**1 - 4 : scmGenCodeIndexedStringGroup -- 2**2 - 8 : scmGenCodedCharSetGroup -- 2**3 - 16 : scmGenFixedLocalizationGroup -- 2**4 - 32 : scmGenLockGroup -- 2**5 - 64 : scmGenReconfGroup -- 2**6 - 128 : scmGenOptionGroup -- 2**7 - 256 : scmGenClientDataGroup -- 2**8 - 512 : scmGenTrapClientGroup -- 2**9 - 1024 : scmGenTrapViewGroup -- 2**10 - 2048 : scmGenBaseGroup -- 2**11 - 4096 : scmGenMessageMapGroup -- 2**12 - 8192 : scmGenMessageTextGroup -- 2**13 - 16384 : scmGenNotifyRuleGroup -- 2**14 - 32768 : scmGenNotifyDetailGroup -- 2**15 - - Usage: Conforming management agents SHALL accurately - report their support for SCMI General MIB object groups." - SYNTAX INTEGER (0..2147483647) -- biggest int = 2**31-1 - - -ScmGenLogFullPolicy ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - The current policy for handling job/request/event log 'full' - (in MIBs, in shared RAM, on disk, etc), on this host system." - SYNTAX INTEGER { - other(1), -- other - unknown(2), -- unknown - disableService(3), -- disable service - disableAndPauseService(4), -- disable and pause service - enableServiceAndFlushLog(5), -- enable svc/flush entire log - enableServiceAndFlushOldest(6) -- enable svc/flush oldest entry - } - -ScmGenMessageMapStringLabel ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - This syntax is used to specify a Samsung standard or experiemental - message string label associated with the current value of the - message string pointed to by 'scmGenMessageMapStringIndexOID'. - - Usage: Experimental message string labels SHOULD NOT be used in - shipping versions of Samsung-branded products or services. They - exist solely to facilitate rapid product development cycles. - - Usage: All Samsung message string label values SHALL - be specified using display (NOT space) characters from the IANA - registered charset 'utf-8' (ie, the UTF-8 octet-stream encoding - of ISO-10646 UCS-4, described in RFC 2279). - - Usage: All Samsung message string label values SHALL - contain no more than 64 UTF-8 display characters AND no more - than 128 total octets (in some scripts, less than 64 characters - in UTF-8 octet-stream encoding). - - Usage: All Samsung message string label values SHALL - conform to the syntax specified below. A 'format', 'namespace', - 'module', or 'field' component SHALL NOT contain hyphens. A - 'format', 'namespace', or 'module' component SHALL use - lowercase. A 'field' or 'qualifier' component MAY use mixed - case (see examples below). A 'field' component MAY be use an - abbreviated MIB object tag or other standardized identifier. - ONLY a terminal 'qualifier' component MAY contain hyphens. Each - component SHALL be separated by a hyphen '-' character. - - -- Samsung message string label general ABNF syntax - msg_label = - format '-' namespace '-' module '-' field '-' qualifier - - -- Samsung message string label alternatives ABNF syntax - msg_label = - std_label / exp_label - - Usage: All Samsung standard message string label values - - - SHALL conform to the refined syntax specified below. - - -- Samsung standard message label refined ABNF syntax - std_label = - std_fmt '-' std_ns '-' module '-' field '-' qualifier - - -- Samsung standard format - std_fmt = - 'xs' -- Samsung standard format - / 'x?' -- Samsung reserved formats (2 characters) - - -- Samsung standard namespace - std_ns = - 'ansi' -- American National Standards Institute - / 'dmtf' -- Desktop Management Task Force - / 'ecma' -- European Computer Manufacturers Assn - / 'ieee' -- Institute Electrical/Electronic Engineers - / 'ietf' -- Internet Engineering Task Force - / 'iso' -- Int'l Organization for Standardization - / 'itu' -- Int'l Telecommunication Union (aka CCITT) - / 'omg' -- Object Management Group - / 'pwg' -- Printer Working Group - / 'scmi' -- Samsung Common Management Interface - / 'xopen' -- X/Open (aka Open Group) - / 'w3c' -- World Wide Web Consortium - - -- Samsung message label common components - module = -- module identifier w/out hyphens - - field = -- field identifier w/out hyphens - - qualifier = -- qualifer (MAY contain hyphens) - - Examples of well-formed standard message string labels: - - -- Examples of ISO standard media sizes - xs-iso-10175-mediaSize-iso-a4 -- 210 mm by 297 mm - xs-iso-10175-mediaSize-iso-b4 -- 250 mm by 353 mm - - -- Examples of ISO standard media types - xs-iso-10175-mediaType-envelope - xs-iso-10175-mediaType-transparency - - -- Examples of ISO standard media colors - xs-iso-10175-mediaColor-white - xs-iso-10175-mediaColor-yellow - - -- Examples of standard MIB objects - xs-ietf-rfc1759-alertDescription-coverOpen - xs-pwg-jobmon-processingMessage-completed - xs-scmi-11hostx-deviceDescription-dc230ST - - Usage: All Samsung experimental message string label values - SHALL conform to the refined syntax specified below. - - - -- Samsung experimental message label refined ABNF syntax - exp_label = - exp_fmt '-' exp_ns '-' module '-' field '-' qualifier - - -- Samsung experimental format - exp_fmt = - 'xx' -- Samsung experimental format - - -- Samsung experimental namespace - exp_ns = - std_ns '.' prod_ns - std_ns = -- as defined above for standard labels - prod_ns = -- 'official' / 'working' product identifier - - -- Samsung message label common components - module = -- as defined above for standard labels - - field = -- as defined above for standard labels - - qualifier = -- as defined above for standard labels - - Examples of well-formed experimental message string labels: - - xx-ietf.dcs265-rfc1759-alertDescription-skyIsFalling - xx-scmi.dc230-11hostx-deviceDescription-dc230ST - xx-scmi.belize-11hostx-systemFaultString-missingWidgets - - Note: New or refined message label syntaxes MAY be defined in - future versions of this SCMI General TC." - REFERENCE " - See: 'scmGenMessageMapStringLabel' in SCMI General MIB. - See: 'deviceLifetimeUsage', 'deviceAccountingUsage', - 'deviceLifetimeErrorCount', and - 'deviceLifetimeWarningCount' in 'ScmHrDevDetailType' - textual convention in SCMI Host Resources Ext TC." - SYNTAX OCTET STRING (SIZE (0..128)) - -ScmGenNotifyDetailType ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - The type of notify detail stored in this conceptual row - in 'scmGenNotifyDetailTable'. - - Usage: Conforming SCMI management stations and agents SHALL - encode notify details as UTF-8 strings (like SLPv2, RFC 2608). - - Integers SHALL be encoded as (signed) decimal strings. - - Booleans SHALL be encoded as 'true' or 'false' strings. - - Strings SHALL be encoded as UTF-8 character strings. - - Binary data (e.g., 'userCertificate') SHALL be stored - in SLPv2 opaque encoding (leading '\FF' and escaped octets). - - Usage: Conformant implementations MUST encrypt passwords, keys, - and other security information in 'scmGenNotifyDetailString'." - - - REFERENCE " - See: Section 5 'Subscription Object' and - Section 5.3 'Subscription Template Attributes' and - section 5.4 'Subscription Description Attributes' in - IPP Notify (draft-ietf-ipp-not-spec-06.txt). - See: Section 5 'Service Attributes' (encoding rules) in - Service Location Protocol v2 (RFC 2608)." - SYNTAX INTEGER { --- * 'other' --- * 'unknown' --- --- - Extensions of objects in 'scmGenNotifyRuleTable' --- * 'notifyRecipientURI' --- - notify recipient URI (Uniform Resource Identifier) --- - (MAY include parameters for SNMP and other URL schemes) --- - (eg, 'snmp://machine.sample.com;version=2c;community=public' --- - for SNMPv2c delivery with community-name of 'public') --- - ('ftp:' and 'http:' URLs specify paths for event logs) --- - see - Section 5.3.1 'notify-recipient-uri' in IPP Notify --- - see - Generic URI Syntax (RFC 2396) --- - see - The 'mailto:' URL Scheme (RFC 2368) --- - (eg, 'mailto:joe@sample.com') --- - see - Minimal PSTN address in Internet Mail (RFC 2303) --- - (eg, 'mailto:VOICE=+3940226338@samplevoice.com') --- - see - Minimal FAX address in Internet Mail (RFC 2304) --- - (eg, 'mailto:FAX=+1.800.5553000/T33S=6377@sampleserv.com') --- --- * 'notifyEventNames' --- - notify event names - comma-delimited list of keywords --- - (keywords of IPP 'notify-events' and SNMP traps and enums) --- - (eg, 'lowPaper,jammed' from IETF HR MIB, RFC 2790) --- - (MAY be scoped, eg, 'hrPrinterDetectedErrorState.jammed') --- - (event enable/disable w/ 'active' and 'notInService') --- - note - 'notifyEvent...' are parallel notify details --- - see - Section 5.3.2 'notify-events' in IPP Notify --- - see - TRAP-TYPE and NOTIFICATION-TYPE names in IETF/SCMI MIBs --- - see - 'hrDeviceStatus' in IETF HR MIB (RFC 2790) --- - see - 'scmHrDevInfoXStatus' in SCMI HRX MIB --- - see - 'hrPrinterDetectedErrorState' in IETF HR MIB (RFC 2790) --- - see - 'prtAlertCode' in IETF Printer MIB (RFC 1759) --- --- * 'notifyEventDelay' --- - notify event delay - delay in seconds before event delivery --- - (eg, '60' is 1 minute) --- - note - 'notifyEvent...' are parallel notify details --- --- * 'notifySeverityFilter' --- - notify event severity filter --- - (eg, '15' is report/warning/error) --- - note - 'notifyEvent...' are parallel notify details --- - see - 'ScmGenNotifySeverityFilter' in SCMI General TC --- --- * 'notifyTrainingFilter' --- - notify event training filter - - --- - (eg, '60' is none/trained/fieldService/management --- - note - 'notifyEvent...' are parallel notify details --- - see - 'ScmGenNotifyTrainingFilter' in SCMI General TC --- --- - No corresponding objects in 'scmGenNotifyRuleTable' --- * 'notifyMessageHeaderKeys' --- - notify message header keys - comma-delimited list of headers --- - (keywords of SMTP, HTTP, or other protocol headers) --- - (eg, 'Reply-To') --- - see - 'systemJobShowSenderContent[Key|OID]' in SCMI Svc Mon TC --- --- * 'notifyMessageHeaderText' --- - notify message header text - free-text header line(s) --- - (eg, 'Content-Language: no-nyn, no-bok') --- - see - 'systemJobShowSenderContentText' in SCMI Svc Mon TC --- --- * 'notifyMessageContentKeys' --- - notify message content keys - comma-delimited list of contents --- - (keywords of SNMP objects or non-MIB message contents) --- - (eg, 'sysName,sysLocation') --- - see - Section 5.3.3 'notify-attributes' in IPP Notify --- - see - 'systemJobShowSenderContent[Key|OID]' in SCMI Svc Mon TC --- --- * 'notifyMessageContentText' --- - notify message content text - free-text content line(s) --- - (eg, 'Please call help desk') --- - see - Section 5.3.4 'notify-user-data' in IPP Notify --- - see - 'systemJobShowSenderContentText' in SCMI Svc Mon TC - - other(1), - unknown(2), - -- Extensions of objects in 'scmGenNotifyRuleTable' - notifyRecipientURI(10), - notifyEventNames(20), - notifyEventDelay(21), - notifySeverityFilter(22), - notifyTrainingFilter(23), - -- No corresponding objects in 'scmGenNotifyRuleTable' - notifyMessageHeaderKeys(30), - notifyMessageHeaderText(31), - notifyMessageContentKeys(32), - notifyMessageContentText(33) - } - -ScmGenNotifySchemeSupport ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - The terse conformance statement of ALL notification URI schemes - which are supported by this management agent implementation - (ie, version) on this host system, specified in a bit-mask. - - The current set of values (which MAY be extended in the future) - is given below: - - - 1 : uriNotifySNMP -- RFC 1215/1906 - 2**0 (SNMP) - 2 : uriNotifyMailto -- RFC 1738/2368 - 2**1 (SMTP) - 4 : uriNotifyHTTP -- RFC 1738/2616 - 2**2 (HTTP) - 8 : uriNotifyHTTPS -- RFC 1738/2396 - 2**3 (HTTPS) - 16 : uriNotifyFTP -- RFC 1738/959 - 2**4 (FTP) - - Usage: Conforming management agents SHALL accurately - report their support for notification URI schemes." - REFERENCE " - See: 'scmGenBaseNotifySchemeSupport' and - 'scmGenBaseSNMPDomainSupport' in SCMI General MIB. - See: Cited IETF URI/URL specifications." - SYNTAX INTEGER (0..2147483647) -- biggest int = 2**31-1 - -ScmGenNotifySeverityFilter ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - This type is used to specify a notification severity filter - supported by this management agent for notification traffic - in ALL domains specified by 'scmGenBaseSNMPDomainSupport' and - 'scmGenBaseNotifySchemeSupport' (for URI-based notification), - specified in a bit-mask. - - The current set of values (which MAY be extended in the future) - is given below: - - 1 : severityReport -- 2**0 (informational) - 2 : severityWarning -- 2**1 (eg, low toner) - 4 : severitySoftError -- 2**2 (non-critical) - 8 : severityHardError -- 2**3 (critical) - 16 : severityTestReport -- 2**4 (product-specific) - 32 : severityTestWarning -- 2**5 (product-specific) - 64 : severityTestSoftError -- 2**6 (product-specific) - 128 : severityTestHardError -- 2**7 (product-specific) - 256 : severityInternalError -- 2**8 (product-specific) - - Usage: The terminology 'report', 'warning', and 'error' is - coherent with the IETF IPP event notification work-in-progress - and with the IETF Printer MIB (RFC 1759). - - Usage: Individual trap definitions MAY further constrain which - notifications are 'in scope'. - - Usage: Conforming management agents SHALL accurately - report their support for notification severity filters." - REFERENCE " - See: 'prtAlertSeverityLevel' in IETF Printer MIB (RFC 1759). - See: 'scmGenBaseNotifySeveritySupport' and - 'scmGenTrapViewNotifySeverity' in SCMI General MIB." - SYNTAX INTEGER (0..2147483647) -- biggest int = 2**31-1 - - -ScmGenNotifyTrainingFilter ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - This type is used to specify a notification training filter - supported by this management agent for notification traffic - in ALL domains specified by 'scmGenBaseSNMPDomainSupport' and - 'scmGenBaseNotifySchemeSupport' (for URI-based notification), - specified in a bit-mask. - - The current set of values (which MAY be extended in the future) - is given below: - - 1 : trainingOther -- 2**0 (extension) - 2 : trainingUnknown -- 2**1 (unknown) - 4 : trainingNone -- 2**2 (untrained) - 8 : trainingTrained -- 2**3 (trained) - 16 : trainingFieldService -- 2**4 (field service) - 32 : trainingManagement -- 2**5 (management) - 64 : trainingNoIntervention -- 2**6 (management) - - Usage: The terminology used here is coherent with the IETF - Printer MIB (RFC 1759). - - Usage: Individual trap definitions MAY further constrain which - notifications are 'in scope'. - - Usage: Conforming management agents SHALL accurately - report their support for notification training filters." - REFERENCE " - See: 'prtAlertTrainingLevel' in IETF Printer MIB (RFC 1759). - See: 'scmGenBaseNotifyTrainingSupport' and - 'scmGenTrapViewNotifyTraining' in SCMI General MIB." - SYNTAX INTEGER (0..2147483647) -- biggest int = 2**31-1 - -ScmGenOptionValueSyntax ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - A reconfiguration option, device detail, storage detail, - service detail, or security profile detail value syntax, - used by system administrators and end users to specify - the correct value syntax for this option or detail. - - Usage: This option or detail value syntax is used to - select which of the three value objects SHALL be used to - contain the value of this option or detail. - - * An option or detail value syntax of 'oidObject' - indicates that 'scm...ValueOID' SHALL be used to specify - an actual object type, defined with 'OBJECT-TYPE'. - - * An option or detail value syntax of 'oidAutonomous' - indicates that 'scm...ValueOID' SHALL be used to specify - an autonomous object type, defined with 'OBJECT-IDENTITY' or - simply 'OBJECT IDENTIFIER'. - - - * An option or detail value syntax of 'stringBinary' - indicates that 'scm...ValueString' SHALL be used to - specify a (possibly) 'binary' (or 'non-printing') value string. - - * An option or detail value syntax of 'stringDisplay' - indicates that 'scm...ValueString' SHALL be used to - specify a 'displayable' (or 'printing') value string. - - * An option or detail value syntax of 'stringLocalization' - indicates that 'scm...ValueLocalization' (for options) or - 'scmGenFixedLocalizationIndex' (for details) SHALL be used - to control the localization of the value string - (with an underlying type of 'ScmGenFixedLocaleDisplayString'). - - * An option or detail value syntax of 'stringCodedCharSet' - indicates that 'scm...ValueCodedCharSet' (for options) or - 'scmGenFixedLocalizationIndex' (for details) SHALL be used - to control the character set ONLY of the value string - (with an underlying type of 'CodeIndexedStringIndex'). - - * An option or detail value syntax of 'stringDynamicLocalization' - indicates that 'scmGenCurrentLocalization' SHALL be used - to control the localization of the value string - (with an underlying type of 'InternationalDisplayString'). - - * An option or detail value syntax of 'stringUtf8Localization' - indicates that 'scm...ValueLocalization' (for options) or - 'scmGenFixedLocalizationIndex' (for details) SHALL be used - to control the localization of the value string - (with an underlying type of 'ScmGenFixedLocaleUtf8String')." - REFERENCE " - See: 'scmGenOptionTable' in SCMI General MIB - See: 'scmCommsOptionTable' in SCMI Comms Config MIB - See: 'scmHrDevDetailTable' in SCMI Host Resources Ext MIB - See: 'scmHrStorageDetailTable' in SCMI Host Resources Ext MIB - See: 'scmSvcMonServiceDetailTable' in SCMI Service Mon MIB - See: 'scmSecProfileDetailTable' in SCMI Security MIB" - SYNTAX INTEGER { - -- 'scm...Value...' object holds value - other(1), - unknown(2), - -- 'scm...ValueInteger' object holds value - integerNumber(3), -- (Integer32) - integerCounter(4), -- (Counter32) - integerEnum(5), -- (INTEGER {..}) - integerGauge(6), -- (Gauge32) - integerIndex(7), -- (Ordinal32|Cardinal32) - integerTruthValue(8), -- (TruthValue) - -- 'scm...ValueOID' object holds value - oidObject(9), -- (OBJECT-TYPE) - oidAutonomous(10), -- (OBJECT IDENTIFIER) - -- 'scm...ValueString' object holds value - stringBinary(11), -- (OCTET STRING) - - - stringDisplay(12), -- (DisplayString) - stringLocalization(13), -- (ScmFixedLocaleDisplayString) - stringCodedCharSet(14), -- (CodeIndexedStringIndex) - stringDynamicLocalization(15), -- (InternationalDisplayString) - stringUtf8Localization(16) -- (ScmFixedLocaleUtf8String) - } - -ScmGenReconfOptionState ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - The processing state of ALL pending reconfiguration options of - this host system. - - A write to this object by an (authorized) management station - invokes a request for validation (or activation) of ALL pending - reconfiguration options of this host system. - A read of this object returns 'idle', 'validateInProgress', or - 'activateInProgress' to report the processing state of the last - 'validate...' or 'activate...' request. - It is mandatory that a conforming management agent ensure that, - at system initialization, this object SHALL be set to a - value of 'idle'. - - * 'idle' - NO processing is 'in progress' for either 'validate...' - or 'activate...' of any pending reconfiguration options. - * 'validateForImmediateChange' - this management agent (and host - system) SHALL perform ALL possible and appropriate validation of - ALL pending reconfiguration options (reporting the FIRST error - encountered during validation), so that reconfiguration could - be performed successfully via 'activateForImmediateChange'. - * 'validateForRebootChange' - this management agent (and host - system) SHALL perform ALL possible and appropriate validation of - ALL pending reconfiguration options (reporting the FIRST error - encountered during validation), so that reconfiguration could - be performed successfully via 'activateForRebootChange'. - * 'validateForImmediateReboot' - this management agent (and host - system) SHALL perform ALL possible and appropriate validation of - ALL pending reconfiguration options (reporting the FIRST error - encountered during validation), so that reconfiguration could - be performed successfully via 'activateForImmediateReboot'. - * 'validateInProgress' - indicates that this management agent (and - host system) are currently performing validation of ALL pending - reconfiguration options. - Note: Conforming implementations NEED NOT support more than - ONE of the above three 'validation...' operations. - * 'activateForImmediateChange' - this management agent (and host - system) SHALL perform immediate reconfiguration, NOT reboot, for - ALL pending reconfiguration options (reporting the FIRST error - encountered during validation). - For all conforming implementations, this reconfiguration SHALL - ALWAYS take effect immediately, WITHOUT host system reboot! - Note: Conforming implementations are STRONGLY encouraged to - consider supporting 'benign' reconfiguration in this manner. - * 'activateForRebootChange' - this management agent (and host - - - system) SHALL perform delayed reconfiguration, NOT reboot, for - ALL pending reconfiguration options (reporting the FIRST error - encountered during validation). - For all conforming implementations, this reconfiguration SHALL - ALWAYS take effect delayed, AFTER subsequent host system reboot! - Note: Conforming implementations NEED NOT support 'caching' of - multiple outstanding 'sets of reconfiguration' in this manner. - * 'activateForImmediateReboot' - this management agent (and host - system) SHALL perform immediate reconfiguration, AND reboot, for - ALL pending reconfiguration options (reporting the FIRST error - encountered during validation). - For all conforming implementations, this reconfiguration SHALL - ALWAYS take effect immediately, WITH host system reboot! - Note: Conforming implementations are STRONGLY encouraged to - consider secure alternatives (eg, Device Mgmt) for system reset. - * 'activateInProgress' - indicates that this management agent (and - host system) are currently performing activation of ALL pending - reconfiguration options. - Note: Conforming implementations NEED NOT support more than - ONE of the above three 'activation...' operations." - REFERENCE " - See: 'scmGenReconfError[Index|Status]'" - SYNTAX INTEGER { - idle(1), -- idle - validateForImmediateChange(2), -- validate for immediate change - validateForRebootChange(3), -- validate for reboot change - validateForImmediateReboot(4), -- validate for immediate reboot - validateInProgress(5), -- validate in progress - activateForImmediateChange(6), -- activate for immediate change - activateForRebootChange(7), -- activate for reboot change - activateForImmediateReboot(8), -- activate for immediate reboot - activateInProgress(9) -- activate in progress - } - -ScmGenRowPersistence ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - This type is used to specify the persistence of this - conceptual row in a table. - - Usage: Conforming management agents SHALL interpret - persistence as follows: - - 1) 'volatile' rows NEED NOT be saved across power cycles, - MAY contain one or more 'read-[create|write|only]' objects, - and their underlying storage MAY be removable, - and conforming management agents NEED NOT delete such rows - (eg, a block in RAM, PCMCIA card, etc); - 2) 'nonvolatile' rows SHALL be saved across power cycles, - MAY contain one or more 'read-[write|only]' objects, - and their underlying storage MAY be removable, - and conforming management agents MAY delete such rows - (eg, a sector on CD-ROM, font cartridge, hard disk, etc); - 3) 'permanent' rows SHALL be saved across power cycles, - - - MAY contain one or more 'read-[write|only]' objects, - and their underlying storage SHALL NOT be removable, - and conforming management agents SHALL NOT delete such rows - (eg, a sector on EEPROM, battery-backed RAM, bubble, etc); - 4) 'readonly' rows SHALL be saved across power cycles, - SHALL contain exclusively 'read-only' objects, - and their underlying storage SHALL NOT be removable, - and conforming management agents SHALL NOT delete such rows - (eg, a sector on ROM, ASIC, etc). - - Usage: Dynamically created rows MAY ONLY be given 'volatile' - or 'nonvolatile' persistence. - - Note: Equivalent to SNMPv2 'StorageType' textual convention, - which has an unfortunately ambiguous name." - REFERENCE " - See: 'hrStorageType' in the Storage group of the - IETF Host Resources MIB (RFC 2790). - See: 'StorageType' textual convention in the - Historic SNMPv2 Party MIB (RFC 1447). - See: 'StorageType' textual convention in the - IETF SNMPv2 Textual Conventions (RFC 2579)." - SYNTAX INTEGER { - other(1), - unknown(2), - volatile(3), -- lost across power cycles - nonvolatile(4), -- saved across power cycles - permanent(5), -- read-write, and no deletion - readonly(6) -- read-only, and no deletion - } - -ScmGenSNMPDomain ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - This type is used to specify a transport domain (address - and name space) which is supported by this management agent - for SNMP protocol traffic (SNMP responses, SNMP traps, etc), - in ALL versions specified by 'scmGenBaseSNMPVersionSupport'. - - This type is also used to allow the 'scmGenTrapClientTable' to - be used with any URI scheme (e.g., 'mailto:') for notifications, - by specifying 'uriNotifyDomain'." - REFERENCE " - See: 'scmGenBaseSNMPDomainSupport' and - 'scmGenTrapClientSNMPDomain' in SCMI General MIB. - See: Cited IETF SNMP specifications." - SYNTAX INTEGER { - snmpUDPDomain(1), -- SNMP over UDP (Internet) - -- 'snmpUDPDomain' - SNMP Transport Mappings RFC 1449/1906 - snmpCLNSDomain(2), -- SNMP over CLNS/TP4 (OSI) - -- 'snmpCLNSDomain' - SNMP Transport Mappings RFC 1449/1906 - snmpCONSDomain(3), -- SNMP over CONS/TP0 (OSI) - -- 'snmpCONSDomain' - SNMP Transport Mappings RFC 1449/1906 - snmpDDPDomain(4), -- SNMP over DDP (AppleTalk) - - - -- 'snmpDDPDomain' - SNMP Transport Mappings RFC 1449/1906 - snmpIPXDomain(5), -- SNMP over IPX (NetWare) - -- 'snmpDDPDomain' - SNMP Transport Mappings RFC 1449/1906 - snmpNetBIOSDomain(10), -- SNMP over NetBIOS (session) - -- 'scmSnmpNetbiosDomain' - SCMI Comms Config TC - snmpNetBEUIDomain(11), -- SNMP over NetBEUI (IBM DLC) - -- 'scmSnmpNetbeuiDomain' - SCMI Comms Config TC - snmpTCPDomain(20), -- SNMP over TCP (Internet) - -- 'draft-irtf-nmrg-snmp-tcp-06.txt' (March 2001) - uriNotifyDomain(30) -- Any URI for notifications - } - -ScmGenSNMPVersion ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - This type is used to specify an SNMP version (RFC 1157, RFC - 1905, etc) which is supported by this management agent - for SNMP protocol traffic (SNMP responses, SNMP traps, etc), - in ALL domains specified by 'scmGenBaseSNMPDomainSupport'." - REFERENCE " - See: 'scmGenBaseSNMPVersionSupport' and - 'scmGenTrapClientSNMPVersion' in SCMI General MIB. - See: Cited IETF SNMP specifications." - SYNTAX INTEGER { - unknown(1), -- indeterminate - other(2), -- some other version - snmpV1Community(3), -- SNMPv1 Community - RFC 1157 - -- SNMPv1 Standard w/ Communities (RFC 1157, May 1990) - snmpV1Party(4), -- SNMPv1 Party - RFC 1352 - -- SNMPv1 Secure w/ Party MIB (RFC 1352, July 1992) - snmpV2Party(5), -- SNMPv2 Party - RFC 1448 - -- SNMPv2 Historic w/ Party MIB (RFC 1448, April 1993) - snmpV2Community(6), -- SNMPv2 Community - RFC 1905 - -- SNMPv2 Std w/ Communities (RFC 1905, January 1996) - snmpV2Usec(7), -- SNMPv2 Usec - RFC 1910 - -- SNMPv2 User-Based Security (RFC 1910, January 1996) - snmpV2Star(8), -- SNMPv2 Star - no RFCs - -- SNMPv2 User-Based Security (by Jeff Case, SNMP Research) - snmpV2Secure(9), -- SNMPv2 Secure - not published - -- SNMPv2 Secure - never completed by SNMPv2 Working Group - snmpV3Secure(10) -- SNMPv3 Secure - RFC 2571-2575 - -- SNMPv3 Secure (RFC 2571-2575, April 1999) - } - -ScmGenSNMPv2ErrorStatus ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - Usage: This type specifies the SMIv2 equivalent of the SMIv1 - 'ErrorStatus' textual convention as an enumerated type. - - Note: The enum of '0' (zero) in this textual convention is - illegal in strict SMIv1 (see section 3.2.1.1 of RFC 1155), so - this TC must be converted to an integer range for pure SMIv1." - REFERENCE " - - - See: 'error-status' in SNMPv2 Protocol (RFC 1448/1905)" - SYNTAX INTEGER { - noError(0), - tooBig(1), - noSuchName(2), -- for proxy compatibility - badValue(3), -- for proxy compatibility - readOnly(4), -- for proxy compatibility - genErr(5), - noAccess(6), - wrongType(7), - wrongLength(8), - wrongEncoding(9), - wrongValue(10), - noCreation(11), - inconsistentValue(12), - resourceUnavailable(13), - commitFailed(14), - undoFailed(15), - authorizationError(16), - notWritable(17), - inconsistentName(18) - } - -ScmGlobalUniqueID ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - A management station or management agent specifies an object of - type 'GlobalUniqueID' to uniquely label a client job request, a - system administration request, or ANY other managed object (or - set of managed objects) which are required to be unambiguously - identified in a distributed network environment. - - An object of type 'GlobalUniqueID' SHALL be a textual string - representation in standard 'dotted decimal' form of an OID. - An object of type 'GlobalUniqueID' SHALL be composed of three - mandatory sections (plus zero or more optional sections), - as follows: - - nodeID.userID.seqID[[.subID1]...[.subIDn]] - - Each of the sections SHALL be separated by a dot ('.'). The - three mandatory sections and any specified optional sections - (in left to right order) SHALL be: - - 1) A globally unambiguous (within at least the network domain - of the Requestor and Responder host systems) dotted decimal - 'nodeID' of the Requestor host system which explicitly or - implicitly labelled this managed object, either: - a) A domain specific network layer address - (eg, IETF IP address for 'nodeIDTypeIP'); OR - b) A domain specific datalink MAC sublayer address - (eg, ISO 8802-5 MAC address for 'nodeIDType88025'). - - 2) A locally unambiguous (within at least the Requestor and/or - - - Responder host systems) dotted decimal 'userID' (ie, user - identifier) of the user who explicitly or implicitly - labelled this managed object. - - 3) A locally unambiguous (within at least the Requestor and/or - Responder host systems) dotted decimal 'seqID' (ie, sequence - identifier) assigned by the host system or user who - explicitly or implicitly labelled this managed object. - - 4) A locally unambiguous (within at least the Requestor and/or - Responder host systems) dotted decimal 'subID' (ie, sequence - sub-identifier) assigned by the host system or user who - explicitly or implicitly labelled this managed object. - - Usage: Conforming implementations MAY use one or more optional - sections in an 'ScmGlobalUniqueID', for example to assign a - sub-job identifier for job distribution services (e.g., fax to - multiple destinations specified in the PDL of an input 'print' - job - using an original 'scmJobClientId' which is augmented by - the server that splits up the destinations into separate jobs). - - Usage: Conforming implementations SHALL NOT specify BOTH the - first ('nodeID') and second ('userID') sections as 'empty', but - one OR the other section MAY take on an 'empty' value (see - below). The third ('seqID') section SHALL NOT be 'empty'. - - Each of the three mandatory sections and any optional sections - SHALL be composed of one mandatory and two optional subsections, - as follows: - - sectionLength.sectionType.sectionValue - - Each of the subsections SHALL be separated by a dot ('.'). The - three subsections (in left to right order) SHALL be: - - 1) A mandatory 'sectionLength', which specifies the decimal - count of dotted decimal 'components' in the associated - 'sectionValue' - this 'sectionLength' SHALL NOT be - self-inclusive and SHALL NOT include the single 'component' - of the 'sectionType' - a 'sectionLength' of decimal zero - ('0') SHALL indicate an 'empty' section, and the associated - two subsections ('sectionType' and 'sectionValue') SHALL be - omitted. - - 2) An optional 'sectionType', selected from the standard - 'sectionType' choices applicable to this section (below). - - 3) An optional 'sectionValue', specified as a dotted decimal - string of 'components', each 'component' separated by a dot - ('.'). - - The standard 'sectionType' choices (one set for each section) - SHALL be as follows: - - - 1) 'nodeIDType' -- for mandatory 'nodeID' section - 1 : nodeIDTypeOther -- Other - 2 : nodeIDTypeUnknown -- Unknown - 11 : nodeIDTypeIP -- Internet IP - 12 : nodeIDTypeCLNS -- OSI CLNS - 13 : nodeIDTypeCONS -- OSI CONS - 14 : nodeIDTypeDDP -- AppleTalk DDP - 15 : nodeIDTypeIPX -- NetWare IPX - 16 : nodeIDTypeNetBIOS -- IBM NetBIOS - 31 : nodeIDType88023 -- ISO 8802-3 (Ethernet LAN) - 32 : nodeIDType88024 -- ISO 8802-4 (TokenBus LAN) - 33 : nodeIDType88025 -- ISO 8802-5 (TokenRing LAN) - 34 : nodeIDType88026 -- ISO 8802-6 (SlottedRing MAN) - - 2) 'userIDType' -- for mandatory 'userID' section - 1 : userIDTypeOther -- Other - 2 : userIDTypeUnknown -- Unknown - 11 : userIDTypeSystem -- System scope - 12 : userIDTypeSubnet -- Subnet scope - 13 : userIDTypeNetwork -- Network scope - 14 : userIDTypeGlobal -- Global scope - - 3) 'seqIDType' -- for mandatory 'seqID' section - 1 : seqIDTypeOther -- Other - 2 : seqIDTypeUnknown -- Unknown - 11 : seqIDTypeSystem -- System generated - 12 : seqIDTypeProcess -- Process generated - 13 : seqIDTypeThread -- Thread generated - - 4) 'subIDType' -- for optional 'subID' sections - 1 : subIDTypeOther -- Other - 2 : subIDTypeUnknown -- Unknown - 11 : subIDTypeSystem -- System generated - 12 : subIDTypeProcess -- Process generated - 13 : subIDTypeThread -- Thread generated - - Usage: A 'seqID' of any type SHALL be system-unique. - - Usage: A 'seqID' of type 'seqIDTypeProcess' SHALL be prefixed - (if necessary) by a system-unique dotted decimal 'processID'. - - Usage: A 'seqID' of type 'seqIDTypeThread' SHALL be prefixed - (if necessary) by a system-unique dotted decimal 'threadID' - (possibly itself prefixed by a system-unique 'processID'). - - Example: A request submitted from a client end system running - the IETF Internet Protocol Suite (IPS), with an IP address of - '13.240.128.21', without a specified dotted decimal 'userID', - might include an 'scmJobClientId' of the following form: - - '4.11.13.240.128.21.0.1.11.3045.1.11.23' [GlobalUniqueID] - |---------1--------|2|----3----|---4---| [Sections] - - - 1) The mandatory first section ('nodeID') consists of: - a) 'sectionLength' of '4'; - b) 'sectionType' of '11' ('nodeIDTypeIP'); and - c) 'sectionValue' of '13.240.128.21' (4 components). - 2) The mandatory second section ('userID') consists of: - a) 'sectionLength' of '0' (ie, 'empty' section). - 3) The mandatory third section ('seqID') consists of: - a) 'sectionLength' of '1'; - b) 'sectionType' of '11' ('seqIDTypeSystem'); and - c) 'sectionValue' of '3045' (one component). - 4) The optional fourth section ('subID') consists of: - a) 'sectionLength' of '1'; - b) 'sectionType' of '11' ('subIDTypeSystem'); and - c) 'sectionValue' of '23' (one component)." - SYNTAX OCTET STRING (SIZE (0..255)) - --- --- The General TC Dummy Group (DO NOT USE) --- --- DO NOT USE - Present to suppress compiler warnings ONLY! --- --- Note: The following objects have 'odd' use of case in their --- names (ie, 'sCm...'), in order to make obvious their related --- textual conventions - -sCmGeneralDummy OBJECT IDENTIFIER ::= { scmGeneralTC 999 } - -sCmGenCardinal16 OBJECT-TYPE - SYNTAX Cardinal16 - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmGeneralDummy 1 } - -sCmGenCardinal32 OBJECT-TYPE - SYNTAX Cardinal32 - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmGeneralDummy 2 } - -sCmGenCardinal64High OBJECT-TYPE - SYNTAX Cardinal64High - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmGeneralDummy 3 } - -sCmGenCardinal64Low OBJECT-TYPE - SYNTAX Cardinal64Low - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - - - ::= { sCmGeneralDummy 4 } - -sCmGenCodedCountry OBJECT-TYPE - SYNTAX CodedCountry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmGeneralDummy 5 } - -sCmGenCodedLanguage OBJECT-TYPE - SYNTAX CodedLanguage - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmGeneralDummy 6 } - -sCmGenCodeIndexedStringIndex OBJECT-TYPE - SYNTAX CodeIndexedStringIndex - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmGeneralDummy 7 } - -sCmGenCounter64High OBJECT-TYPE - SYNTAX Counter64High - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmGeneralDummy 8 } - -sCmGenCounter64Low OBJECT-TYPE - SYNTAX Counter64Low - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmGeneralDummy 9 } - -sCmGenGauge64High OBJECT-TYPE - SYNTAX Gauge64High - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmGeneralDummy 10 } - -sCmGenGauge64Low OBJECT-TYPE - SYNTAX Gauge64Low - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmGeneralDummy 11 } - -sCmGenInteger64High OBJECT-TYPE - SYNTAX Integer64High - MAX-ACCESS not-accessible - - - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmGeneralDummy 12 } - -sCmGenInteger64Low OBJECT-TYPE - SYNTAX Integer64Low - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmGeneralDummy 13 } - -sCmGenOrdinal16 OBJECT-TYPE - SYNTAX Ordinal16 - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmGeneralDummy 14 } - -sCmGenOrdinal32 OBJECT-TYPE - SYNTAX Ordinal32 - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmGeneralDummy 15 } - -sCmGenOrdinal64High OBJECT-TYPE - SYNTAX Ordinal64High - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmGeneralDummy 16 } - -sCmGenOrdinal64Low OBJECT-TYPE - SYNTAX Ordinal64Low - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmGeneralDummy 17 } - -sCmGenFixedLocaleDisplayString OBJECT-TYPE - SYNTAX ScmFixedLocaleDisplayString - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmGeneralDummy 18 } - -sCmGenGroupSupport OBJECT-TYPE - SYNTAX ScmGenGroupSupport - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmGeneralDummy 19 } - -sCmGenLogFullPolicy OBJECT-TYPE - - - SYNTAX ScmGenLogFullPolicy - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmGeneralDummy 20 } - -sCmGenOptionValueSyntax OBJECT-TYPE - SYNTAX ScmGenOptionValueSyntax - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmGeneralDummy 21 } - -sCmGenReconfOptionState OBJECT-TYPE - SYNTAX ScmGenReconfOptionState - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmGeneralDummy 22 } - -sCmGenRowPersistence OBJECT-TYPE - SYNTAX ScmGenRowPersistence - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmGeneralDummy 23 } - -sCmGenSNMPDomain OBJECT-TYPE - SYNTAX ScmGenSNMPDomain - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmGeneralDummy 24 } - -sCmGenSNMPVersion OBJECT-TYPE - SYNTAX ScmGenSNMPVersion - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmGeneralDummy 25 } - -sCmGenSNMPv2ErrorStatus OBJECT-TYPE - SYNTAX ScmGenSNMPv2ErrorStatus - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmGeneralDummy 26 } - -sCmGenGlobalUniqueID OBJECT-TYPE - SYNTAX ScmGlobalUniqueID - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmGeneralDummy 27 } - - -sCmGenFixedLocaleUtf8String OBJECT-TYPE - SYNTAX ScmFixedLocaleUtf8String - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmGeneralDummy 28 } - -sCmGenMessageMapStringLabel OBJECT-TYPE - SYNTAX ScmGenMessageMapStringLabel - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmGeneralDummy 29 } - -sCmGenNamedLocaleUtf8String OBJECT-TYPE - SYNTAX ScmNamedLocaleUtf8String - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmGeneralDummy 30 } - -sCmGenNotifySchemeSupport OBJECT-TYPE - SYNTAX ScmGenNotifySchemeSupport - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmGeneralDummy 31 } - -sCmGenNotifySeverityFilter OBJECT-TYPE - SYNTAX ScmGenNotifySeverityFilter - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmGeneralDummy 32 } - -sCmGenNotifyTrainingFilter OBJECT-TYPE - SYNTAX ScmGenNotifyTrainingFilter - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmGeneralDummy 33 } - -sCmGenNotifyDetailType OBJECT-TYPE - SYNTAX ScmGenNotifyDetailType - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmGeneralDummy 34 } - -END diff --git a/mibs/SAMSUNG-HOST-RESOURCES-EXT-MIB b/mibs/SAMSUNG-HOST-RESOURCES-EXT-MIB deleted file mode 100644 index f36afe0327..0000000000 --- a/mibs/SAMSUNG-HOST-RESOURCES-EXT-MIB +++ /dev/null @@ -1,330 +0,0 @@ --- --- SamsungHost.mib --- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253 --- Thursday, April 05, 2007 at 11:01:52 --- - - SAMSUNG-HOST-RESOURCES-EXT-MIB DEFINITIONS ::= BEGIN - - IMPORTS - hrDeviceIndex - FROM HOST-RESOURCES-MIB - samsungCommonMIB - FROM SAMSUNG-COMMON-MIB - OBJECT-GROUP - FROM SNMPv2-CONF - Integer32, Counter32, OBJECT-TYPE, MODULE-IDENTITY - FROM SNMPv2-SMI - TEXTUAL-CONVENTION - FROM SNMPv2-TC; - - - scmHrMIB MODULE-IDENTITY - LAST-UPDATED "190407170000Z" -- July 17, 1904 at 00:00 GMT - ORGANIZATION - "Samsung Corporation - SCMI Working Group" - CONTACT-INFO - " SCMI Editors - Email: coherence@crt.samsung.com - - -- - -- - " - DESCRIPTION - "Version: 1.00 - - The MIB module for extended configuration and management of - various host resources for network accessible host systems. - This module augments and extends the original IETF Host - Resources MIB (RFC 2790). - - Usage: This MIB module introduces support for the 'realization' - of both 'physical' and 'logical' devices, consistent with the - Document Printing Application (DPA), ISO/IEC 10175, as reflected - in the object 'scmHrDevInfoRealization'. - - Note: Conforming implementations SHALL NOT 'bubble up' status - from 'physical' devices to associated 'logical' devices. All - - - devices SHALL report their own status ONLY. - - See: Section 9 'Supplement' in SCMI Extensions to IETF Host - Resources TC, for implementation guidance for this MIB module. - - Copyright (C) 1995-2002 Samsung Corporation. All Rights Reserved." - ::= { samsungCommonMIB 53 } - - --- --- Textual conventions --- - --- TEXTUAL-CONVENTIONs for this MIB module --- --- Samsung Common MIB Count Info TEXTUAL-CONVENTIONs --- - ScmHrDevCountJobTypeTC ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "The type of count job." - SYNTAX INTEGER - { - print(1), - copy(2), - faxIn(3), - faxOut(4), - scan(5), - report(6), - digitalSend(11), - digitalRecieve(12), - localStorage(21) - } - - ScmHrDevCountMediaSizeTC ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "The size of media." - SYNTAX INTEGER - { - small(1), - large(2), - letter(3), - legal(4), - a4(5), - executive(6), - jisB5(7), - isoB5(8), - com10(9), - monarch(10), - dl(11), - c5(12), - postA6(13), - c6(14), - folio(15), - a5(16), - statement(17), - a6(18), - ledger(19), - a3(20), - jisB4(21), - jpost(22), - jpostd(23), - custom(24), - letterP(25), - a4P(26), - jisB5P(27), - a5P(28), - executiveP(29), - statementP(30), - a3Over(31), - b5Envelope(32) - } - - ScmHrDevCountUnitTC ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "The count unit of job count." - SYNTAX INTEGER - { - other(1), - unknown(2), - tenThousandthsOfInches(3), - micrometers(4), - impressions(7), - sheets(8), - hours(11), - thousandthsOfOunces(12), - tenthsOfGrams(13), - hundrethsOfFluidOunces(14), - tenthsOfMilliliters(15), - feet(16), - meters(17), - items(18), - percent(19) - } - - ScmHrDevCountDuplexTC ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "The duplex type of job" - SYNTAX INTEGER - { - simplex(1), - duplex(2), - duplexSingle(3) - } - - ScmHrDevCountColorTC ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "The color type of job" - SYNTAX INTEGER - { - fullColor(1), - singleColor(2), - monoColor(3) - } - - --- --- Node definitions --- - - -- 1.3.6.1.4.1.236.11.5.11.53.2 - scmHrMIBConformance OBJECT IDENTIFIER ::= { scmHrMIB 2 } - - -- 1.3.6.1.4.1.236.11.5.11.53.2.2 - scmHrMIBGroups OBJECT IDENTIFIER ::= { scmHrMIBConformance 2 } - - -- 1.3.6.1.4.1.236.11.5.11.53.2.2.3 - scmHrDevInfoGroup OBJECT-GROUP - OBJECTS { scmHrDevCountIndex, scmHrDevCountJobType, scmHrDevCountMediaSize, scmHrDevCountUnit, scmHrDevCountDuplex, - scmHrDevCountColor, scmHrDevCountValue } - STATUS current - DESCRIPTION - "The Host Resources Extensions MIB Device Info Group" - ::= { scmHrMIBGroups 3 } - - -- 1.3.6.1.4.1.236.11.5.11.53.11 - scmHrDevCount OBJECT IDENTIFIER ::= { scmHrMIB 11 } - - -- 1.3.6.1.4.1.236.11.5.11.53.11.1 - scmHrDevCountSimple OBJECT IDENTIFIER ::= { scmHrDevCount 1 } - - -- 1.3.6.1.4.1.236.11.5.11.53.11.2 - scmHrDevCountTable OBJECT-TYPE - SYNTAX SEQUENCE OF ScmHrDevCountEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Samsung Common Mib Host Resource Count MIB - " - ::= { scmHrDevCount 2 } - - -- 1.3.6.1.4.1.236.11.5.11.53.11.2.1 - scmHrDevCountEntry OBJECT-TYPE - SYNTAX ScmHrDevCountEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "An entry for a device alert which has been generated and - recorded on this host system." - REFERENCE - "See: 'prtAlertEntry' in the Printer MIB." - INDEX { hrDeviceIndex, scmHrDevCountIndex } - ::= { scmHrDevCountTable 1 } - - ScmHrDevCountEntry ::= - SEQUENCE { - scmHrDevCountIndex - Integer32, - scmHrDevCountJobType - ScmHrDevCountJobTypeTC, - scmHrDevCountMediaSize - ScmHrDevCountMediaSizeTC, - scmHrDevCountUnit - ScmHrDevCountUnitTC, - scmHrDevCountDuplex - ScmHrDevCountDuplexTC, - scmHrDevCountColor - ScmHrDevCountColorTC, - scmHrDevCountValue - Counter32 - } - --- --- Device Count Info --- - -- 1.3.6.1.4.1.236.11.5.11.53.11.2.1.1 - scmHrDevCountIndex OBJECT-TYPE - SYNTAX Integer32 (1..32767) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A unique value used by the host to identify this Count item. - This value indicate index of usage count value. - If host device supports three count value (total page - count, total color print count, total mono print count), - this device has three count value and index." - ::= { scmHrDevCountEntry 1 } - - -- 1.3.6.1.4.1.236.11.5.11.53.11.2.1.2 - scmHrDevCountJobType OBJECT-TYPE - SYNTAX ScmHrDevCountJobTypeTC - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "scmHrDevCount defines items that are outside of the normal numeric range: other(-1), unknown(-2). - scm defines many a job type. but current samsung device supports counts of - print, fax, copy and scan job. Thus, the other items is not used. - " - REFERENCE - " - " - ::= { scmHrDevCountEntry 2 } - - -- 1.3.6.1.4.1.236.11.5.11.53.11.2.1.3 - scmHrDevCountMediaSize OBJECT-TYPE - SYNTAX ScmHrDevCountMediaSizeTC - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "smcHrDevCount defines items that are outside of the normal numeric range: other(-1), unknown(-2). - - scm defines many a size of media. But, - We use 'small' or 'large' as media size so that application simply manage. - " - ::= { scmHrDevCountEntry 3 } - - -- 1.3.6.1.4.1.236.11.5.11.53.11.2.1.4 - scmHrDevCountUnit OBJECT-TYPE - SYNTAX ScmHrDevCountUnitTC - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "smcHrDevCount define items that are outside of the normal numeric range: other(-1), unknown(-2). - PWG define count unit in printer mib(RFC1759, RFC3805). - Default value is sheet(8), - but specifically use impression (for example OEM Model)." - ::= { scmHrDevCountEntry 4 } - - -- 1.3.6.1.4.1.236.11.5.11.53.11.2.1.5 - scmHrDevCountDuplex OBJECT-TYPE - SYNTAX ScmHrDevCountDuplexTC - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "smcHrDevCount define items that are outside of the normal numeric range: - other(-1), unknown(-2). - samsung device suppor three duplex job type, simple, duplex, duplex(single). - " - ::= { scmHrDevCountEntry 5 } - - -- 1.3.6.1.4.1.236.11.5.11.53.11.2.1.6 - scmHrDevCountColor OBJECT-TYPE - SYNTAX ScmHrDevCountColorTC - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "smcHrDevCount define items that are outside of the normal numeric range: other(-1), unknown(-2). - single-color is defined for extension of color job count." - REFERENCE - "smcHrDevCount define items that are outside of the normal numeric range: other(-1), unknown(-2)." - ::= { scmHrDevCountEntry 6 } - - -- 1.3.6.1.4.1.236.11.5.11.53.11.2.1.7 - scmHrDevCountValue OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Value of usage count." - ::= { scmHrDevCountEntry 7 } - - - END - --- --- SamsungHost.mib --- diff --git a/mibs/SAMSUNG-HOST-RESOURCES-EXT-TC b/mibs/SAMSUNG-HOST-RESOURCES-EXT-TC deleted file mode 100644 index f718f5cb3c..0000000000 --- a/mibs/SAMSUNG-HOST-RESOURCES-EXT-TC +++ /dev/null @@ -1,4079 +0,0 @@ -SAMSUNG-HOST-RESOURCES-EXT-TC DEFINITIONS ::= BEGIN - --- Module: Host Resources TC --- File: SamsungHosttc.mib --- Editors: wono.song@samsung.com --- Date: July 17, 2004 --- Version: 1.00 - --- Textual Conventions companion to the Host Resources Extensions MIB --- Contains the REGISTRY of SCMI Standard Device Types, --- the REGISTRY of SCMI Standard CRU Types, --- the REGISTRY of SCMI HRX Admin Service Types, and --- the REGISTRY of SCMI HRX Admin Device Operation Types. - -IMPORTS - MODULE-IDENTITY, OBJECT-IDENTITY, - OBJECT-TYPE - FROM SNMPv2-SMI -- IETF RFC 1442/1902/2578 - TEXTUAL-CONVENTION - FROM SNMPv2-TC -- IETF RFC 1443/1903/2579 - samsungCommonMIB - FROM SAMSUNG-COMMON-MIB; - -scmHrTC MODULE-IDENTITY - LAST-UPDATED "0407170000Z" -- 17 Jul 2004 - ORGANIZATION "Samsung Corporation - SCMI Working Group" - CONTACT-INFO - " SCMI Editors - Email: coherence@crt.samsung.com - " - DESCRIPTION - "Version: 1.00 - - The TC module for textual conventions, enumerated types, OIDs, - and other volatile elements of the companion Host Resources - Extensions MIB ('scmHrMIB'), which supports extended - configuration and management of various host resources for - network accessible host systems. These modules augment and - extend the original IETF Host Resources MIB (RFC 2790). - - Usage: This MIB module introduces support for the 'realization' - of both 'physical' and 'logical' devices, consistent with ISO - DPA (Document Printing Application), ISO/IEC 10175, as reflected - in the object 'scmHrDevInfoRealization'. - - Note: Conforming implementations SHALL NOT 'bubble up' status - from 'physical' devices to associated 'logical' devices. All - - - devices SHALL report their own status ONLY. - - See: Section 9 'Supplement' in SCMI Extensions to IETF Host - Resources TC, for implementation guidance for this TC module. - - Copyright (C) 1995-2003 Samsung Corporation. All Rights Reserved." - ::= { samsungCommonMIB 52 } - --- --- SCMI Extensions to IETF Host Resources (HRX) TC --- - --- REGISTRY of SCMI Standard Device Types --- (used with 'hrDeviceType' in Device Group --- of the IETF Host Resources MIB, RFC 2790). --- --- Usage: Developers SHOULD request registration of appropriate --- SCMI standard device types when they design or integrate a device --- (with some physical, and NOT merely logical, realization) --- which is network manageable on a host system. --- --- Usage: Logical devices (ie, services of some sort) SHOULD --- be represented by: a) their own fully free-standing MIBs; and/or --- b) elaboration of an existing IETF or SCMI standard device type into --- a 'logical' sibling. --- --- The final arc of IETF standard device types is within the --- range '1..49'. --- The final arc of SCMI standard device types is within the --- range '101..149'. --- --- In the future, SCMI MAY add types for 'marker', 'input tray', etc, --- to enable support of managed host systems which do NOT have printer --- capabilities (and therefore do NOT implement the Printer MIB), --- and to support installation and configuration information for --- their component physical subunits. - -scmHrDeviceTypes OBJECT-IDENTITY - STATUS current - DESCRIPTION - "The root of all additional device types defined in HRX TC." - ::= { scmHrTC 2 } - -scmHrDeviceHostSystem OBJECT-IDENTITY - STATUS current - DESCRIPTION - "Host system device type - manufacturer independent. - For host systems which instrument multiple devices and - support MIBs with tables INDEXed by 'hrDeviceIndex', the single - 'scmHrDeviceHostSystem' device represents the 'root' device - which MAY be used to manage overall host system defaults, - configuration, status, etc." - REFERENCE - "See: 'scmHrDeviceHostSystemHistory' in this SCMI HRX TC." - - - ::= { scmHrDeviceTypes 101 } - -scmHrDeviceScanner OBJECT-IDENTITY - STATUS current - DESCRIPTION - "Scanner device type - manufacturer independent. - An 'scmHrDeviceScanner' device with 'scmHrDevInfoRealization' of - 'physical' is a 'real' input device (eg, a 'scan channel' on a - multifunction printer). - An 'scmHrDeviceScanner' device with 'scmHrDevInfoRealization' of - 'logical' is a 'virtual' input device (eg, a 'personality' of a - 'scan channel' on a multifunction printer)." - REFERENCE - "See: 'scmHrDeviceScannerHistory' in this SCMI HRX TC." - ::= { scmHrDeviceTypes 102 } - -scmHrDeviceCopier OBJECT-IDENTITY - STATUS current - DESCRIPTION - "Copier device type - manufacturer independent. - An 'scmHrDeviceCopier' device with 'scmHrDevInfoRealization' of - 'physical' is a 'real' I/O device (eg, a 'copier' on a - multifunction printer). - An 'scmHrDeviceCopier' device with 'scmHrDevInfoRealization' of - 'logical' is a 'virtual' I/O device (eg, a 'personality' of a - 'copier' on a multifunction printer)." - REFERENCE - "See: 'scmHrDeviceCopierHistory' in this SCMI HRX TC." - ::= { scmHrDeviceTypes 103 } - -scmHrDeviceFax OBJECT-IDENTITY - STATUS current - DESCRIPTION - "Fax device type - manufacturer independent. - An 'scmHrDeviceFax' device with 'scmHrDevInfoRealization' of - 'physical' is a 'real' I/O device (eg, a 'fax channel' on a - multifunction printer). - An 'scmHrDeviceFax' device with 'scmHrDevInfoRealization' of - 'logical' is a 'virtual' I/O device (eg, a 'personality' of a - 'fax channel' on a multifunction printer)." - REFERENCE - "See: 'scmHrDeviceFaxHistory' in this SCMI HRX TC." - ::= { scmHrDeviceTypes 104 } - -scmHrDeviceMailbox OBJECT-IDENTITY - STATUS current - DESCRIPTION - "Mailbox device type - manufacturer independent. - An 'scmHrDeviceMailbox' device is a 'multi-bin' output device, - with each 'bin' assigned to a user, group, account, etc, and - (optionally) physical security associated with each 'bin'. - An 'scmHrDeviceMailbox' device with 'scmHrDevInfoRealization' of - 'physical' is a 'real' output device (eg, a 'tower mailbox' on - a high-end printer). - - - An 'scmHrDeviceMailbox' device with 'scmHrDevInfoRealization' of - 'logical' is a 'virtual' output device (eg, a 'personality' of a - 'tower mailbox' on a high-end printer). - - An 'scmHrDeviceMailbox' device with 'scmHrDevInfoRealization' of - 'logical' MAY also indicate the current configuration of a - 'physical' device of type 'scmHrDeviceMailboxSorter'." - REFERENCE - "See: 'scmHrDeviceMailboxSorter' and 'scmHrDeviceSorter'." - ::= { scmHrDeviceTypes 105 } - -scmHrDeviceFinisher OBJECT-IDENTITY - STATUS current - DESCRIPTION - "Finisher device type - manufacturer independent. - An 'scmHrDeviceFinisher' device is an output finishing device. - An 'scmHrDeviceFinisher' device with 'scmHrDevInfoRealization' - of 'physical' is a 'real' output device (eg, a 'stapler' - on a high-end printer). - An 'scmHrDeviceFinisher' device with 'scmHrDevInfoRealization' - of 'logical' is a 'virtual' output device (eg, a 'personality' - of a 'stapler' on a high-end printer)." - ::= { scmHrDeviceTypes 106 } - -scmHrDeviceFeeder OBJECT-IDENTITY - STATUS current - DESCRIPTION - "Feeder device type - manufacturer independent. - An 'scmHrDeviceFeeder' device is an input device. - An 'scmHrDeviceFeeder' device with 'scmHrDevInfoRealization' - of 'physical' is a 'real' output device (eg, a 'high-capacity - feeder' on a high-end printer). - An 'scmHrDeviceFeeder' device with 'scmHrDevInfoRealization' - of 'logical' is a 'virtual' output device (eg, a 'personality' - of a 'high-capacity feeder' on a high-end printer)." - ::= { scmHrDeviceTypes 107 } - -scmHrDeviceSorter OBJECT-IDENTITY - STATUS current - DESCRIPTION - "Sorter device type - manufacturer independent. - An 'scmHrDeviceSorter' device is a 'multi-bin' output device, - with each 'bin' assigned to a copy of the current job, and - NO physical security associated with each 'bin'. - An 'scmHrDeviceSorter' device with 'scmHrDevInfoRealization' of - 'physical' is a 'real' output device (eg, a '10-bin sorter' on - a mid-range printer). - An 'scmHrDeviceSorter' device with 'scmHrDevInfoRealization' of - 'logical' is a 'virtual' output device (eg, a 'personality' of a - '10-bin sorter' on a mid-range printer). - - An 'scmHrDeviceSorter' device with 'scmHrDevInfoRealization' of - 'logical' MAY also indicate the current configuration of a - 'physical' device of type 'scmHrDeviceMailboxSorter'." - - - REFERENCE - "See: 'scmHrDeviceMailboxSorter' and 'scmHrDeviceMailbox'." - ::= { scmHrDeviceTypes 108 } - -scmHrDeviceMailboxSorter OBJECT-IDENTITY - STATUS current - DESCRIPTION - "MailboxSorter device type - manufacturer independent. - An 'scmHrDeviceMailboxSorter' is a 'multi-bin' output device, - which MAY be configured as either a 'mailbox' or a 'sorter', - by a system adminstrator or by default product configuration. - An 'scmHrDeviceMailboxSorter' with 'scmHrDevInfoRealization' of - 'physical' is a 'real' output device and associated with - associated with exactly two 'logical' output devices of types - 'scmHrDeviceMailbox' and 'scmHrDeviceSorter' - one of these - 'logical' devices MAY be 'running' (currently configured) - at - least one SHALL be 'down' (NOT currently configured)." - ::= { scmHrDeviceTypes 109 } - -scmHrDevicePrintAppliance OBJECT-IDENTITY - STATUS current - DESCRIPTION - "Print appliance device type - manufacturer independent. - An 'scmHrDevicePrintAppliance' is a network printing appliance - with 'scmHrDevInfoRealization' of 'physical'. - An 'scmHrDevicePrintAppliance' SHALL statically and/or actively - discover available network printers and SHOULD advertise them - as supported output devices, using rows in 'hrDeviceTable' of - IETF HR MIB (RFC 2790) and 'prtGeneralTable' of the Printer MIB - (RFC 1759 or successor), with 'hrDeviceType' set to - 'hrDevicePrinter'. - An 'scmHrDevicePrintAppliance' SHALL NOT use 'hrDeviceIndex' of - '1' (first row) for an 'hrDevicePrinter' row, because a network - printing appliance is an enhanced spooler and NOT a printer." - REFERENCE - "See: 'hrDevicePrinter' in IETF Host Resources MIB (RFC 2790). - See: 'scmHrDevicePrinterHistory' in this SCMI HRX TC." - ::= { scmHrDeviceTypes 110 } - -scmHrDeviceMarker OBJECT-IDENTITY - STATUS current - DESCRIPTION - "Marker Engine device type - manufacturer independent. - An 'scmHrDeviceMarker' device with 'scmHrDevInfoRealization' - of 'physical' is a 'real' output device (eg, the - 'marking engine' on a multifunction printer or copier). The - marking engine is the module that accepts a print ready image - and physical media as input and outputs physical media with a - physical representation of the print ready input image. The - 'scmHrDeviceMarker' is a - single module within a group of modules that cumulatively are - represented by 'hrDevicePrinter'. The marker shall represent the - whole marker as a single physical unit and should maintain a - single entry in the 'hrDeviceTable' for all products that - - - support a single marking engine regardless of internal engine - mark points. - (e.g. B&W, Highlight Color and Full Color Presses shall have a - single entry in 'hrDeviceTable'). Multiple entries of - 'scmHrDeviceMarker' may exist in the 'hrDeviceTable' if the - system supports multiple print engines whether chained, in - parallel or in any other configuration. - An 'scmHrDeviceMarker' SHALL NOT use 'hrDeviceIndex' of - '1' (first row). The index 1 is reserved for an - 'hrDevicePrinter' row." - ::= { scmHrDeviceTypes 111 } - -scmHrDeviceFinisherBFM OBJECT-IDENTITY - STATUS current - DESCRIPTION - "Basic Finisher Module device type - manufacturer independent. - An 'scmHrDeviceFinisherBFM' device is a basic output finishing - device. An 'scmHrDeviceFinisherBFM' device with - 'scmHrDevInfoRealization' of 'physical' is a 'real' output - device (eg, a 'stapler' on a high-end printer). - An 'scmHrDeviceFinisherBFM' device with - 'scmHrDevInfoRealization' of 'logical' is a 'virtual' output - device (eg, a 'personality' of a 'stapler' on a high-end - printer)." - ::= { scmHrDeviceTypes 112 } - -scmHrDeviceFinisherMFF OBJECT-IDENTITY - STATUS current - DESCRIPTION - "Multi-Function Finisher device type - manufacturer - independent. - An 'scmHrDeviceFinisherMFF' device is a multi-function output - finishing device. An 'scmHrDeviceFinisherMFF' device with - 'scmHrDevInfoRealization' of 'physical' is a 'real' output - device (eg, a 'saddle stitcher', 'C-Folder', 'Z-Folder', - 'Hole Puncher' on a high-end printer). - An 'scmHrDeviceFinisherMFF' device with - 'scmHrDevInfoRealization' of 'logical' is a 'virtual' output - device (eg, a 'personality' of a 'saddle stitcher', - 'C-Folder', 'Z-Folder', 'Hole Puncher' on a - high-end printer)." - ::= { scmHrDeviceTypes 113 } - -scmHrDeviceFinisherXIM OBJECT-IDENTITY - STATUS current - DESCRIPTION - "eXternal Interface Module Finisher device type. - An 'scmHrDeviceFinisherXIM' device is a hardware interface - used to pass media from a Samsung printing device to a 3rd party - finishing devices. The 'scmHrDeviceFinihserXIM' may or may not - contain its own output trays or finishing capabilities. - An 'scmHrDeviceFinisherXIM' device with - 'scmHrDevInfoRealization' of 'physical' is a 'real' output - device (e.g., an 'output bridge' on a high-end printer)." - - - ::= { scmHrDeviceTypes 114 } - -scmHrDeviceFinisher3rdParty OBJECT-IDENTITY - STATUS current - DESCRIPTION - "3rd Party Finisher device type - manufacturer independent. - An 'scmHrDeviceFinisher3rdParty' device is an output finishing - device. An 'scmHrDeviceFinisher3rdParty' device with - 'scmHrDevInfoRealization' - of 'physical' is a 'real' output device (eg, a 'stapler' on - a high-end printer). An 'scmHrDeviceFinisher3rdParty' device - with 'scmHrDevInfoRealization' of 'logical' is a 'virtual' - output device (eg, a 'personality' of a 'stapler' on a high-end - printer)." - ::= { scmHrDeviceTypes 115 } - -scmHrDevicePaymentInterface OBJECT-IDENTITY - STATUS current - DESCRIPTION - "Payment Interface device type - manufacturer independent. - An 'scmHrDevicePaymentInterface' device is an payment - authorization device. - An 'scmHrDevicePaymentInterface' device with - 'scmHrDevInfoRealization' of 'physical' is a 'real' point of - purchase validation device (eg, a 'coin operated', 'smart card' - or other form of point of purchase payment for services - rendered on a multi-function printer or copier). - An 'scmHrDevicePaymentInterface' device with - 'scmHrDevInfoRealization' of 'logical' is a 'virtual' point - of purchase validation device (eg, a software service that - accepts payment through the Web or some other form of remote - point of purchase payment for services rendered on a - multi-function printer or copier)." - ::= { scmHrDeviceTypes 116 } - -scmHrDeviceInterposer OBJECT-IDENTITY - STATUS current - DESCRIPTION - "Interposer device type - manufacturer independent. - An 'scmHrDeviceInterposer' device is an input device which - physically resides downstream of the print engine amongst - finishing modules. - An 'scmHrDeviceInterposer' device with - 'scmHrDevInfoRealization' of 'physical' is a 'real' input - device (eg, a 'high-capacity Interposing feeder' that - physically resides amongst finishing modules - on a high-end printer). - An 'scmHrDeviceInterposer' device with - 'scmHrDevInfoRealization' of 'logical' is a 'virtual' - input device (eg, a 'personality' of a - 'high-capacity Interposing feeder' that physically resides - amongst finishing modules on a high-end printer). - Interposers are essentially feeders that are placed - downstream of the print engine paper path and upstream of - - - finishing devices. Interposer fed media is not marked by the - print engine; instead media fed from an interposer is inserted - before, between or after marked pages. The media constitutes - covers, separators etc." - ::= { scmHrDeviceTypes 117 } - --- REGISTRY of SCMI Standard History Device Types --- (used with 'hrDeviceType' in Device Group --- of the IETF Host Resources MIB, RFC 2790). --- --- Usage: May be used to segregate historical information for any --- standard device type in any MIB table indexed by 'hrDeviceIndex'. --- --- Eg, the 'scmJobGenBasicTable' in the SCMI Job Monitoring MIB and/or --- the 'jm[Job|Attribute]Table' in the PWG Job Monitoring MIB could --- have a segment for an 'hrDevicePrinter' device type (current and --- very recent jobs) and a segment for an 'scmHrDevicePrinterHistory' --- device type (longer-term job history of completed jobs). --- Entries in the 'scmHrDevDetailTable' SHOULD cross-link these related --- devices (using 'deviceJob[Service|History]DeviceIndex'). --- --- Algorithm: The final arc of each standard job history device type --- is derived by adding decimal '50' to the final arc of the companion --- standard job service device type. - -scmHrDeviceHostSystemHistory OBJECT-IDENTITY - STATUS current - DESCRIPTION - "Host system history device type - manufacturer independent." - REFERENCE - "See: 'scmHrDeviceHostSystem' in this SCMI HRX TC." - ::= { scmHrDeviceTypes 151 } - -scmHrDeviceScannerHistory OBJECT-IDENTITY - STATUS current - DESCRIPTION - "Scanner history device type - manufacturer independent." - REFERENCE - "See: 'scmHrDeviceScanner' in this SCMI HRX TC." - ::= { scmHrDeviceTypes 152 } - -scmHrDeviceCopierHistory OBJECT-IDENTITY - STATUS current - DESCRIPTION - "Copier history device type - manufacturer independent." - REFERENCE - "See: 'scmHrDeviceCopier' in this SCMI HRX TC." - ::= { scmHrDeviceTypes 153 } - -scmHrDeviceFaxHistory OBJECT-IDENTITY - STATUS current - DESCRIPTION - "Fax history device type - manufacturer independent." - REFERENCE - - - "See: 'scmHrDeviceFax' in this SCMI HRX TC." - ::= { scmHrDeviceTypes 154 } - -scmHrDevicePrinterHistory OBJECT-IDENTITY - STATUS current - DESCRIPTION - "Printer history device type - manufacturer independent." - REFERENCE - "See: 'hrDevicePrinter' in the IETF HR MIB." - ::= { scmHrDeviceTypes 55 } -- 'hrDevicePrinter' + 50 - --- REGISTRY of SCMI Standard CRU Types --- (used with 'hrDeviceType' in Device Group --- of the IETF Host Resources MIB, RFC 2790). - -scmHrCruXerographicModule OBJECT-IDENTITY - STATUS current - DESCRIPTION - "CRU xerographic module - manufacturer independent. - An 'scmHrCruXerographicModule' device is a customer - replaceable unit, with 'scmHrDevInfoRealization' of 'physical'." - ::= { scmHrDeviceTypes 201 } - -scmHrCruFuserModule OBJECT-IDENTITY - STATUS current - DESCRIPTION - "CRU fuser module - manufacturer independent. - An 'scmHrCruFuserModule' device is a customer - replaceable unit, with 'scmHrDevInfoRealization' of 'physical'." - ::= { scmHrDeviceTypes 202 } - -scmHrCruTonerBottleModule OBJECT-IDENTITY - STATUS current - DESCRIPTION - "CRU toner bottle module - manufacturer independent. - An 'scmHrCruTonerBottleModule' device is a customer - replaceable unit, with 'scmHrDevInfoRealization' of 'physical'." - ::= { scmHrDeviceTypes 203 } - -scmHrCruCollectorBottleModule OBJECT-IDENTITY - STATUS current - DESCRIPTION - "CRU (developer) collector bottle - manufacturer independent. - An 'scmHrCruCollectorBottleModule' device is a customer - replaceable unit, with 'scmHrDevInfoRealization' of 'physical'." - ::= { scmHrDeviceTypes 204 } - -scmHrCruTrayFeedHeadModule OBJECT-IDENTITY - STATUS current - DESCRIPTION - "CRU tray feed head module - manufacturer independent. - An 'scmHrCruTrayFeedHeadModule' device is a customer - replaceable unit, with 'scmHrDevInfoRealization' of 'physical'." - ::= { scmHrDeviceTypes 205 } - - -scmHrCruAdfFeedHeadModule OBJECT-IDENTITY - STATUS current - DESCRIPTION - "CRU ADF feed head module - manufacturer independent. - An 'scmHrCruAdfFeedHeadModule' device is a customer - replaceable unit, with 'scmHrDevInfoRealization' of 'physical'. - Note: ADF is an acronym for 'automatic document feeder'." - ::= { scmHrDeviceTypes 206 } - -scmHrCruFuserWebModule OBJECT-IDENTITY - STATUS current - DESCRIPTION - "CRU fuser web module - manufacturer independent. - An 'scmHrCruFuserWebModule' device is a customer - replaceable unit, with 'scmHrDevInfoRealization' of 'physical'. - Note: A 'fuser web' is an oil-soaked fiber roll in a fuser, - which prevents toner from getting on the fuser roll. The 'fuser - web' device would normally be replaced several times before the - actual fuser device ('scmHrCRUFuserModule') is replaced." - ::= { scmHrDeviceTypes 207 } - -scmHrCruFilterModule OBJECT-IDENTITY - STATUS current - DESCRIPTION - "CRU filter module - manufacturer independent. - An 'scmHrCruFilterModule' device is a customer replaceable - filter or filter unit, with 'scmHrDevInfoRealization' of - 'physical'." - ::= { scmHrDeviceTypes 208 } - -scmHrCruCleanerUnitModule OBJECT-IDENTITY - STATUS current - DESCRIPTION - "CRU cleaner unit module - manufacturer independent. - An 'scmHrCruCleanerUnitModule' device is a customer - replaceable cleaner unit, with 'scmHrDevInfoRealization' of - 'physical' (eg, a belt cleaner or a photoreceptor cleaner)." - REFERENCE - "See: 'cleanerUnit' in 'PrtMarkerSuppliesTypeTC' in - the Printer MIB v2." - ::= { scmHrDeviceTypes 209 } - -scmHrCruTransferUnitModule OBJECT-IDENTITY - STATUS current - DESCRIPTION - "CRU transfer unit module - manufacturer independent. - An 'scmHrCruTransferUnitModule' device is a customer - replaceable transfer unit, with 'scmHrDevInfoRealization' of - 'physical'." - REFERENCE - "See: 'transferUnit' in 'PrtMarkerSuppliesTypeTC' in - the Printer MIB v2." - ::= { scmHrDeviceTypes 210 } - - -scmHrCruTransferRollerModule OBJECT-IDENTITY - STATUS current - DESCRIPTION - "CRU transfer roller module - manufacturer independent. - An 'scmHrCruTransferRollerModule' device is a customer - replaceable transfer roller, with 'scmHrDevInfoRealization' of - 'physical' (eg, a biased transfer roller)." - REFERENCE - "See: 'transferUnit' in 'PrtMarkerSuppliesTypeTC' in - the Printer MIB v2." - ::= { scmHrDeviceTypes 211 } - -scmHrCruPFPFeedRollModule OBJECT-IDENTITY - STATUS current - DESCRIPTION - "CRU Paper Feed Platform module - manufacturer independent. - An 'scmHrCruPaperFeedModule' device is a customer - replaceable unit, with 'scmHrDevInfoRealization' of 'physical'." - ::= { scmHrDeviceTypes 212 } - -scmHrCruPFPRetardRollModule OBJECT-IDENTITY - STATUS current - DESCRIPTION - "CRU PFP Retard Roll module - manufacturer independent. - An 'scmHrCruPFPRetardRollModule' device is a customer - replaceable unit, with 'scmHrDevInfoRealization' of 'physical'." - ::= { scmHrDeviceTypes 213 } - -scmHrDeviceUSBPort OBJECT-IDENTITY - STATUS current - DESCRIPTION - "The device type identifier used for a - Universal Serial Bus port." - ::= { scmHrDeviceTypes 250 } - -scmHrDeviceFlashDIMMFileStore OBJECT-IDENTITY - STATUS current - DESCRIPTION - " The device type identifier used for a Flash DIMM that contains - a file system that is used to store files such as font - opposed to a Flash DIMM that contains a boot loader." - ::= { scmHrDeviceTypes 260 } - -scmHrDeviceFlashDIMMBootLoader OBJECT-IDENTITY - STATUS current - DESCRIPTION - "The device type identifier used for a Flash DIMM that contains - the boot loader for a device. Files may or may not be stored on - this device. As opposed to a Flash DIMM that contains a file - store system." - ::= { scmHrDeviceTypes 261 } - - --- REGISTRY of SCMI HRX Admin Service Types (Classes) --- (MAY be used in the 'scmSec[Service|PolicyService]TypeOID' --- objects in the closely related SCMI Security MIB, in --- conforming management agents which do NOT implement the --- related SCMI System Admin MIB). - -scmHrAdminServiceTypes OBJECT-IDENTITY - STATUS current - DESCRIPTION - "The root of all host system management service types (classes) - defined in the Host Resources Extensions TC." - REFERENCE - "See: 'ScmSecPosixVerbs' and 'scmSecServiceTypeOID' - in SCMI Security TC/MIB." - ::= { scmHrTC 3 } - -scmHrAdminObjectService OBJECT-IDENTITY - STATUS current - DESCRIPTION - "The host system object management service." - REFERENCE - "See: 'scmSysAdminObject...' in SCMI System Admin MIB. - See: 'ScmSecPosixVerbs' and 'scmSecServiceTypeOID' - in SCMI Security TC/MIB." - ::= { scmHrAdminServiceTypes 1 } - -scmHrAdminServerService OBJECT-IDENTITY - STATUS current - DESCRIPTION - "The host system server management service." - REFERENCE - "See: 'scmSysAdminServer...' in SCMI System Admin MIB, - 'hrSW[Running|Installed]Table' in IETF HR MIB, and - 'scmHrSW[Running|Installed]ExtTable' in SCMI HRX MIB. - See: 'ScmSecPosixVerbs' and 'scmSecServiceTypeOID' - in SCMI Security TC/MIB." - ::= { scmHrAdminServiceTypes 2 } - -scmHrAdminDeviceService OBJECT-IDENTITY - STATUS current - DESCRIPTION - "The host system device management service." - REFERENCE - "See: 'scmSysAdminDevice...' in SCMI System Admin MIB, - 'hrDeviceTable' in IETF HR MIB, and - 'scmHrDev[Info|Help|Mgmt|Power|Traffic|Calendar]Table' - in SCMI HRX MIB. - See: 'ScmSecPosixVerbs' and 'scmSecServiceTypeOID' - in SCMI Security TC/MIB." - ::= { scmHrAdminServiceTypes 3 } - -scmHrAdminJobService OBJECT-IDENTITY - STATUS current - DESCRIPTION - - - "The host system job management service." - REFERENCE - "See: 'scmSysAdminJob...' in SCMI System Admin MIB, and - 'scmJob[...]Table' in SCMI Job Monitoring MIB. - See: 'ScmSecPosixVerbs' and 'scmSecServiceTypeOID' - in SCMI Security TC/MIB." - ::= { scmHrAdminServiceTypes 4 } - -scmHrAdminDocService OBJECT-IDENTITY - STATUS current - DESCRIPTION - "The host system document management service." - REFERENCE - "See: 'scmSysAdminDoc...' in SCMI System Admin MIB, and - 'scmDoc[...]Table' in SCMI Job Monitoring MIB. - See: 'ScmSecPosixVerbs' and 'scmSecServiceTypeOID' - in SCMI Security TC/MIB." - ::= { scmHrAdminServiceTypes 5 } - -scmHrAdminSecurityService OBJECT-IDENTITY - STATUS current - DESCRIPTION - "The host system security management service." - REFERENCE - "See: 'scmSysAdminSecurity...' in SCMI System Admin MIB. - See: 'ScmSecPosixVerbs' and 'scmSecServiceTypeOID' - in SCMI Security TC/MIB." - ::= { scmHrAdminServiceTypes 6 } - -scmHrAdminCommsService OBJECT-IDENTITY - STATUS current - DESCRIPTION - "The host system communications management service." - REFERENCE - "See: 'scmSysAdminComms...' in SCMI System Admin MIB and - SCMI Comms Config and Comms Engine MIBs. - See: 'ScmSecPosixVerbs' and 'scmSecServiceTypeOID' - in SCMI Security TC/MIB." - ::= { scmHrAdminServiceTypes 7 } - --- REGISTRY of SCMI HRX Admin Device Operation Types --- (MAY be used in the 'scmSecPolicyVerbTypeOID' --- object in the closely related SCMI Security MIB, for --- fine-grained access control to device management verbs, in --- conforming management agents which do NOT implement the --- related SCMI System Admin MIB). - -scmHrAdminDeviceOperationTypes OBJECT-IDENTITY - STATUS current - DESCRIPTION - "The root of all host resources admin device operation types - defined in the Host Resources Extensions TC. - - Usage: The following OIDs support access control for the simple - - - device admin operations defined in 'ScmHrDevMgmtCommandRequest' - and used in 'scmHrDevMgmtCommandRequest' in the SCMI HRX MIB, - via 'scmSec[Master|Policy]VerbTypeOID' in the SCMI Security MIB, - WITHOUT requiring implementation of the SCMI System Admin MIB." - REFERENCE - "See: 'scmSec[Master|Policy]VerbTypeOID' in - SCMI Security MIB." - ::= { scmHrTC 4 } - -scmHrAdminDeviceNone OBJECT IDENTIFIER - ::= { scmHrAdminDeviceOperationTypes 1 } -scmHrAdminDeviceStartup OBJECT IDENTIFIER - ::= { scmHrAdminDeviceOperationTypes 2 } -scmHrAdminDeviceResetWarning OBJECT IDENTIFIER - ::= { scmHrAdminDeviceOperationTypes 3 } -scmHrAdminDeviceTest OBJECT IDENTIFIER - ::= { scmHrAdminDeviceOperationTypes 4 } -scmHrAdminDeviceShutdown OBJECT IDENTIFIER - ::= { scmHrAdminDeviceOperationTypes 5 } -scmHrAdminDeviceQuiesce OBJECT IDENTIFIER - ::= { scmHrAdminDeviceOperationTypes 6 } -scmHrAdminDeviceResetCounters OBJECT IDENTIFIER - ::= { scmHrAdminDeviceOperationTypes 7 } -scmHrAdminDeviceResetWarm OBJECT IDENTIFIER - ::= { scmHrAdminDeviceOperationTypes 8 } -scmHrAdminDeviceResetCold OBJECT IDENTIFIER - ::= { scmHrAdminDeviceOperationTypes 9 } -scmHrAdminDeviceResetFactory OBJECT IDENTIFIER - ::= { scmHrAdminDeviceOperationTypes 10 } -scmHrAdminDeviceFlushInput OBJECT IDENTIFIER - ::= { scmHrAdminDeviceOperationTypes 11 } -scmHrAdminDeviceFlushOutput OBJECT IDENTIFIER - ::= { scmHrAdminDeviceOperationTypes 12 } -scmHrAdminDeviceFlushInOut OBJECT IDENTIFIER - ::= { scmHrAdminDeviceOperationTypes 13 } -scmHrAdminDeviceManage OBJECT IDENTIFIER - ::= { scmHrAdminDeviceOperationTypes 14 } -scmHrAdminDeviceRefresh OBJECT IDENTIFIER - ::= { scmHrAdminDeviceOperationTypes 15 } -scmHrAdminDeviceWarmUp OBJECT IDENTIFIER - ::= { scmHrAdminDeviceOperationTypes 16 } -scmHrAdminDeviceCoolDown OBJECT IDENTIFIER - ::= { scmHrAdminDeviceOperationTypes 17 } -scmHrAdminDeviceEnergySave OBJECT IDENTIFIER - ::= { scmHrAdminDeviceOperationTypes 18 } -scmHrAdminDeviceWakeUp OBJECT IDENTIFIER - ::= { scmHrAdminDeviceOperationTypes 19 } -scmHrAdminDevicePowerToReady OBJECT IDENTIFIER - ::= { scmHrAdminDeviceOperationTypes 20 } -scmHrAdminDevicePowerToStandby OBJECT IDENTIFIER - ::= { scmHrAdminDeviceOperationTypes 21 } -scmHrAdminDevicePowerToSleep OBJECT IDENTIFIER - ::= { scmHrAdminDeviceOperationTypes 22 } - - --- --- The Host Resources Extensions (HRX) TC --- --- Textual Conventions - -ScmHrDevCalendarDayOfWeek ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "The day of week when the command specified in a conceptual - row in the 'scmHrDevCalendarTable' SHALL be invoked." - SYNTAX INTEGER { - monday(1), - tuesday(2), - wednesday(3), - thursday(4), - friday(5), - saturday(6), - sunday(7), - everyDay(8), -- monday through sunday - businessOpenDay(9), -- site specific - businessClosedDay(10), -- site specific - businessHoliday(11) -- site specific - } - -ScmHrDevCalendarTimeOfDay ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "The time of day when the command specified in a conceptual - row in the 'scmHrDevCalendarTable' SHALL be invoked, specified - as hours (0..23) multiplied by 100, added to minutes (0..59), - added to a constant bias of 10000 (avoids an index value of zero - in 'scmHrDevCalendarTimeOfDay')." - SYNTAX INTEGER (10000..12359) - -ScmHrDevDetailType ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "The type of the device detail information specified - in this conceptual row in the 'scmHrDevDetailTable'. - - Usage: Conforming management stations and management agents - SHALL implement specified semantics for device detail types." - --- - Device other/unknown details --- * 'other' --- * 'unknown' --- --- - Device general info --- * 'deviceName' --- - device administrative name in directory (primary name) --- - (same usage as 'scmCOSpecialName' in SCMI Comms Config TC) --- - type - (ScmFixedLocaleDisplayString) --- - subtype - '...ValueOID' (directory in SCMI Comms Config TC) - - --- - (eg, 'scmCOInternetDNS') --- - data - '...ValueString' --- - (eg, 'showstopper.sample.com') --- - see - 'scmCOSpecialName' in SCMI Comms Config TC --- - see - 'deviceAlias' in SCMI HRX TC --- - see - 'scmHrDevInfoName' in SCMI HRX MIB --- - see - DPA-1 9.4.1 'Printer-name' --- - see - DPA-1 9.5.1 'Server-name' --- * 'deviceAlias' --- - device administrative alias in directory (alternate name) --- - (same usage as 'scmCOSpecialName' in SCMI Comms Config TC) --- - type - (ScmFixedLocaleDisplayString) --- - subtype - '...ValueOID' (directory in SCMI Comms Config TC) --- - (eg, 'scmCOInternetDNS') --- - data - '...ValueString' --- - (eg, 'LaserRat') --- - see - 'scmCOSpecialName' in SCMI Comms Config TC --- - see - 'deviceName' in SCMI HRX TC --- - see - DPA-1 9.4.2 'Printer-name-aliases' --- - see - DPA-1 9.5.2 'Server-name-aliases' --- * 'deviceType' --- - device type --- - type - (OBJECT IDENTIFIER) --- - data - '...ValueOID' --- - (eg, 'hrDevicePrinter') --- - see - 'hrDeviceType' in IETF HR MIB --- - see - 'Usage of hrDeviceType and hrDeviceDescr' section of --- - 'SCMI Supplement to IETF Host Resources MIB' in SCMI HRX TC --- * 'deviceDescription' --- - device description --- - type - (ScmFixedLocaleDisplayString) --- - data - '...ValueString' --- - (eg, 'Samsung DocuCentre 230 ST v1.0 - Printer') --- - see - 'hrDeviceDescr' in IETF HR MIB --- - see - 'Usage of hrDeviceType and hrDeviceDescr' section of --- - 'SCMI Supplement to IETF Host Resources MIB' in SCMI HRX TC --- * 'deviceID' --- - device (product) ID --- - type - (ProductID) --- - data - '...ValueOID' --- - (eg, 'scmPidDC230STV1') --- - see - 'ProductID' and 'hrDeviceID' in IETF HR MIB --- - see - 'IETF HR DeviceTable' section of --- - 'SCMI Supplement to IETF Host Resources MIB' in SCMI HRX TC --- * 'deviceTree' --- - device tree prefix to name/alias in directory --- - type - (ScmFixedLocaleDisplayString) --- - subtype - '...ValueOID' (directory in SCMI Comms Config TC) --- - (eg, 'scmCONetwareNDS') --- - data - '...ValueString' --- - (MAY also appear in 'deviceName') --- * 'deviceContext' --- - device context prefix to name/alias in directory --- - type - (ScmFixedLocaleDisplayString) - - --- - subtype - '...ValueOID' (directory in SCMI Comms Config TC) --- - (eg, 'scmCONetwareNDS') --- - data - '...ValueString' --- - (MAY also appear in 'deviceName') --- * 'deviceManufacturer' --- - device manufacturer (or OEM) name --- - type - (ScmFixedLocaleDisplayString) --- - data - '...ValueString' --- - compare - 'hrDeviceDescr' in IETF HR MIB --- * 'deviceModel' --- - device model (alphanumeric) --- - type - (ScmFixedLocaleDisplayString) --- - data - '...ValueString' --- - see - DPA-1 9.4.4 'Printer-model' --- - compare - 'hrDeviceDescr' in IETF HR MIB --- * 'deviceSerialNumber' --- - device serial number --- - see - 'scmHrDevInfoSerialNumber' in SCMI HRX MIB --- - type - (ScmFixedLocaleDisplayString) --- - data - '...ValueString' --- * 'deviceVendor' --- - device vendor (to customer) --- - type - (ScmFixedLocaleDisplayString) --- - data - '...ValueString' --- - compare - 'hrDeviceDescr' in IETF HR MIB --- * 'deviceVersion' --- - device version (alphanumeric) --- - type - (ScmFixedLocaleDisplayString) --- - data - '...ValueString' --- - compare - 'hrDeviceDescr' in IETF HR MIB --- --- - Device service info --- * 'deviceServiceByCustomer' --- - device serviced by customer (rather than vendor) --- - type - (TruthValue) --- - data - '...ValueInteger' --- - 'true' = serviced by customer --- - 'false' = serviced by vendor --- * 'deviceReplaceByCustomer' --- - device replaced by customer (rather than vendor) --- - type - (TruthValue) --- - data - '...ValueInteger' --- - 'true' = replaced by customer --- - 'false' = replaced by vendor --- * 'deviceServicePlanName' --- - device service plan name --- - type - (ScmFixedLocaleDisplayString) --- - data - '...ValueString' --- - (eg, 'Goldspot77') --- * deviceServicePlanPassword' --- - device service plan password (protected/encrypted) --- - type - (ScmFixedLocaleDisplayString) --- - data - '...ValueString' --- - (eg, 'EA123456') - - --- * 'deviceReplaceByWarranty' --- - device replaced by warranty (rather than at end-of-life) --- - type - (TruthValue) --- - data - '...ValueInteger' --- - 'true' = replaced by warranty (by some date or usage limit) --- - 'false' = replaced at end-of-life --- --- - Device lifetime usage and limits --- - (several usage counters MAY be defined for a single device) --- - (several usage limits MAY be defined for a single counter) --- - (usage counter and usage limit groups are defined as sharing --- - the same value of 'scmHrDevDetailIndex') --- * 'deviceLifetimeUsage' --- - device lifetime usage counter (MAY be multi-valued) --- - (SHALL NOT be remotely reset, unlike 'deviceAccountingUsage') --- - type - (Counter32) --- - subtype - '...ValueString' (ScmGenMessageMapStringLabel) --- - and (optional) trailing description after whitespace --- - data - '...ValueInteger' --- - (eg, monochrome and color page counters) --- - note - SHOULD be subtyped by well-formed Samsung message --- - string label of the 'ScmGenMessageMapStringLabel' syntax --- - defined in the SCMI General TC (06gentc) --- - for example: --- - 'xs-iso-101715-mediaSize-na-letter' --- - - counts any DPA media size (w/out type/color) --- - 'xs-ietf-rfc2911-media-iso-a4-...' --- - - counts any IETF IPP 'media' (w/ size, type, or color) --- - 'xs-scmi-40jobtc-ScmJMImpsCountType-blackAndWhiteCount' --- - - counts monochrome impressions --- - 'xs-scmi-40jobtc-ScmJMImpsCountType-highlightColorCount' --- - - counts highlight color impressions --- * 'deviceReorderLifetimeLimit' --- - device reorder at limit (MAY be multi-valued) --- - type - (Cardinal32) --- - subtype - see parallel 'deviceLifetimeUsage' --- - data - '...ValueInteger' --- - positive integer = limit in 'scmHrDevDetailUnit' units --- - zero = no limit specified --- * 'deviceWarningLifetimeLimit' --- - warn device user at usage limit (MAY be multi-valued) --- - type - (Cardinal32) --- - subtype - see parallel 'deviceLifetimeUsage' --- - data - '...ValueInteger' --- - positive integer = limit in 'scmHrDevDetailUnit' units --- - zero = no limit specified --- * 'deviceReplaceLifetimeLimit' --- - replace device at usage limit (MAY be multi-valued) --- - type - (Cardinal32) --- - subtype - see parallel 'deviceLifetimeUsage' --- - data - '...ValueInteger' --- - positive integer = limit in 'scmHrDevDetailUnit' units --- - zero = no limit specified --- * 'deviceMaximumLifetimeLimit' - - --- - stop device at usage limit (MAY be multi-valued) --- - type - (Cardinal32) --- - subtype - see parallel 'deviceLifetimeUsage' --- - data - '...ValueInteger' --- - positive integer = limit in 'scmHrDevDetailUnit' units --- - zero = no limit specified --- --- - Device message to user time remaining --- - (estimated dates when messages will be sent to the user) --- - (estimated by the device, based on current rate of usage) --- * 'deviceDaysUntilReorderMsg' --- - days left until reorder msg (estimated from rate of usage) --- - type - (Cardinal32) days --- - data - '...ValueInteger' --- * 'deviceDaysUntilWarningMsg' --- - days left until warning msg (estimated from rate of usage) --- - type - (Cardinal32) days --- - data - '...ValueInteger' --- * 'deviceDaysUntilReplaceMsg' --- - days left until replace msg (estimated from rate of usage) --- - type - (Cardinal32) days --- - data - '...ValueInteger' --- * 'deviceDaysUntilMaximumMsg' --- - days left until stop msg (estimated from rate of usage) --- - type - (Cardinal32) days --- - data - '...ValueInteger' --- * 'deviceLifetimeMsgDisplay' --- - where to send lifetime msgs to user --- - type - (Cardinal32) local enum below --- - data - '...ValueInteger' --- - '0' = none (no msg sent) --- - '1' = local device UI only --- - '2' = remote clients only --- - '3' = both (local and remote) --- --- - Device accounting usage --- * 'deviceAccountingUsage' --- - device accounting usage counter (MAY be multi-valued) --- - (MAY be remotely reset, unlike 'deviceLifetimeUsage') --- - type - (Counter32) --- - subtype - '...ValueString' (ScmGenMessageMapStringLabel) --- - and (optional) trailing description after whitespace --- - data - '...ValueInteger' --- - (eg, monochrome and color page counters) --- - see - 'deviceLifetimeUsage' (which is NOT reset remotely) --- - note - SHOULD be subtyped by a well-formed Samsung message --- - string label of the 'ScmGenMessageMapStringLabel' syntax --- - defined in the SCMI General TC (06gentc) --- - for example: --- - 'xs-iso-101715-mediaSize-na-letter' --- - - counts any DPA media size (w/out type/color) --- - 'xs-ietf-rfc2911-media-iso-a4-...' --- - - counts any IETF IPP 'media' (w/ size, type, or color) --- - 'xs-scmi-40jobtc-ScmJMImpsCountType-blackAndWhiteCount' - - --- - - counts monochrome impressions --- - 'xs-scmi-40jobtc-ScmJMImpsCountType-highlightColorCount' --- - - counts highlight color impressions --- --- - Device message to user and reorder dates --- - (fixed dates when messages will be sent to the user) --- - (fixed by system administrator) --- * 'deviceReorderOnDate' --- - reorder device on fixed date (and send message to user) --- - type - (DateAndTime) --- - data - '...ValueString' --- * 'deviceWarningOnDate' --- - warn device user on fixed date --- - type - (DateAndTime) --- - data - '...ValueString' --- * 'deviceReplaceOnDate' --- - replace device on fixed date (and send message to user) --- - type - (DateAndTime) --- - data - '...ValueString' --- * 'deviceMaximumOnDate' --- - stop device on fixed date (and send message to user) --- - type - (DateAndTime) --- - data - '...ValueString' --- --- - Device lifetime errors and warnings --- - (several error counters MAY be defined for a single device) --- - (one error limit MAY be defined for a single error counter) --- - (error counter and error limit pairs are defined as sharing --- - the same value of 'scmHrDevDetailIndex') --- * 'deviceLifetimeErrorCount' --- - device lifetime error counter (MAY be multi-valued) --- - type - (Counter32) --- - subtype - '...ValueString' (ScmGenMessageMapStringLabel) --- - and (optional) trailing description after whitespace --- - data - '...ValueInteger' --- - note - SHOULD be subtyped by a well-formed Samsung message --- - string label of the 'ScmGenMessageMapStringLabel' syntax --- - defined in the SCMI General TC (06gentc) --- - for example: --- - 'xs-ietf-rfc1759-prtAlertCode-jam' --- - - paper jam - see 'prtAlertCode' in Printer MIB --- * 'deviceLifetimeErrorLimit' --- - device lifetime error limit (MAY be multi-valued) --- - type - (Cardinal32) --- - subtype - see parallel 'deviceLifetimeErrorCount' --- - data - '...ValueInteger' --- - positive integer = limit in 'deviceLifetimeErrorCount' units --- - zero = no limit specified --- - note - product-unique error handling at this limit --- * 'deviceLifetimeWarningCount' --- - device lifetime warning counter (MAY be multi-valued) --- - type - (Counter32) --- - subtype - '...ValueString' (ScmGenMessageMapStringLabel) --- - and (optional) trailing description after whitespace - - --- - data - '...ValueInteger' --- - note - SHOULD be subtyped by a well-formed Samsung message --- - string label of the 'ScmGenMessageMapStringLabel' syntax --- - defined in the SCMI General TC (06gentc) --- - for example: --- - 'xs-ietf-rfc1759-prtAlertCode-inputMediaSupplyLow' --- - - paper low - see 'prtAlertCode' in Printer MIB --- * 'deviceLifetimeWarningLimit' --- - device lifetime warning limit (MAY be multi-valued) --- - type - (Cardinal32) --- - subtype - see parallel 'deviceLifetimeWarningCount' --- - data - '...ValueInteger' --- - positive integer = limit in 'deviceLifetimeWarningCount' units --- - zero = no limit specified --- - note - product-unique warning handling at this limit --- --- - Device message to user triggers --- - (actual days before an estimated limit date, when messages --- - SHALL be sent to users) --- - (while the 'triggers' are in terms of actual days, the --- - determination of the [future] limit reached date is based --- - on estimation by the device from current rate of usage) --- * 'deviceTriggerDaysForReorder' --- - days to reorder msg trigger (send before reorder limit) --- - type - (DateAndTime) --- - data - '...ValueString' --- * 'deviceTriggerDaysForWarning' --- - days to warning msg trigger (send before warning limit) --- - type - (DateAndTime) --- - data - '...ValueString' --- * 'deviceTriggerDaysForReplace' --- - days to replace msg trigger (send before replace limit) --- - type - (DateAndTime) --- - data - '...ValueString' --- * 'deviceTriggerDaysForMaximum' --- - days to stop msg trigger (send before stop limit) --- - type - (DateAndTime) --- - data - '...ValueString' --- --- - Device message to user dates actually sent --- - (log of dates when messages were actually sent to user, --- - based on estimates, actual limits, actual dates, etc) --- * 'deviceReorderMsgSentDate' --- - date of reorder msg to user (MAY be multi-valued) --- - type - (DateAndTime) --- - data - '...ValueString' --- * deviceWarningMsgSentDate' --- - date of warning msg to user (MAY be multi-valued) --- - type - (DateAndTime) --- - data - '...ValueString' --- * 'deviceReplaceMsgSentDate' --- - date of replace msg to user (MAY be multi-valued) --- - type - (DateAndTime) --- - data - '...ValueString' - - --- * 'deviceMaximumMsgSentDate' --- - date of maximum msg to user (MAY be multi-valued) --- - type - (DateAndTime) --- - data - '...ValueString' --- --- - Device reorder and replace actual dates --- - (log of dates when reorder and replacement were actually --- - done for this device) --- * 'deviceReorderToVendorDate' --- - date reorder to vendor sent (MAY be multi-valued) --- - type - (DateAndTime) --- - data - '...ValueString' --- * 'deviceReorderConfirmDate' --- - date reorder confirm received (MAY be multi-valued) --- - type - (DateAndTime) --- - data - '...ValueString' --- * 'deviceReplaceDate' --- - date of replacement (MAY be multi-valued) --- - type - (DateAndTime) --- - data - '...ValueString' --- * 'deviceReplaceSystemUsage' --- - system usage at date of replacement (MAY be multi-valued) --- - type - (Counter32) some usage counter --- - (eg, 'total marked images') --- - date - '...ValueInteger' --- * 'deviceReplaceWithGeneric' --- - device MAY be replaced with generic (third-party) part --- - (MAY indicate that a package is installed to support generics) --- - type - (TruthValue) --- - data - '...ValueInteger' --- - 'true' = device MAY be replaced with a generic part --- - 'false' = device MAY NOT be replaced with a generic part --- --- - Device help info (contact info) --- - NOTE - Device Help group is DEPRECATED (as of SCMI v4.1) --- - The following device details SHOULD be used instead --- * 'deviceHelpName' --- - device help person name and role --- - type - (ScmFixedLocaleDisplayString) --- - subtype - '...ValueOID' (directory in SCMI Comms Config TC) --- - (eg, 'scmCONetwareBindery') --- - data - '...ValueString' --- - (eg, 'Joe Hampton') --- - role - '...ValueInteger' (ScmSecUserRole in SCMI Security TC) --- - (eg, 'systemOperator') --- * 'deviceHelpAddress' --- - device help person address and role --- - type - (ScmFixedLocaleDisplayString) --- - subtype - '...ValueOID' (protocol in SCMI Comms Config TC) --- - (eg, 'scmCOOsiwanFax') --- - data - '...ValueString' --- - (eg, '1-800-232-7979') --- - role - '...ValueInteger' (ScmSecUserRole in SCMI Security TC) --- - (eg, 'systemOperator') - - --- * 'deviceHelpDescription' --- - device help person description --- - type - (ScmFixedLocaleDisplayString) --- - data - '...ValueString' --- - (eg, 'has keys to supplies') --- * 'deviceHelpLocation' --- - device help person physical location --- - type - (ScmFixedLocaleDisplayString) --- - data - '...ValueString' --- - (eg, '3rd floor lobby') --- - see - DPA-1 9.4.3 'Printer-locations' --- * 'deviceHelpURI' --- - device help person URI (Uniform Resource Identifier) --- - (same usage as 'scmCOInternetHTTPAddressURI' in SCMI CC TC) --- - type - (ScmFixedLocaleDisplayString) --- - subtype - '...ValueOID' (protocol in SCMI Comms Config TC) --- - (eg, 'scmCOInternetHTTP' (HTTP)) --- - data - '...ValueString' --- - (eg, 'http://www.foo.com' (HTTP)) --- - see - 'scmCOInternetHTTPAddressURI' in SCMI Comms Config TC --- - see - Generic URI Syntax (RFC 2396) --- - compare - 'system[Protocol|ProtocolDetail' in SCMI Svc Mon TC --- - compare - 'systemURI' in SCMI Svc Mon TC --- --- - Device supported and ready info --- - (from ISO 10175 DPA-1 Section 9.4 'Printer Object') --- - (see 9.4.74 'Common Printer and Server object attributes') --- * 'deviceTranslatorSupport' --- - type - (ScmFixedLocaleDisplayString) --- - data - '...ValueString' --- - see - DPA-1 9.4.74.5 'Translators-supported' --- * 'deviceTranslatorReady' --- - type - (ScmFixedLocaleDisplayString) --- - data - '...ValueString' --- - see - DPA-1 9.4.74.6 'Translators-ready' --- * 'deviceInitialValueJobSupport' --- - type - (ScmFixedLocaleDisplayString) --- - data - '...ValueString' --- - see - DPA-1 9.4.74.13 'Initial-value-jobs-supported' --- * 'deviceInitialValueDocSupport' --- - type - (ScmFixedLocaleDisplayString) --- - data - '...ValueString' --- - see - DPA-1 9.4.74.14 'Initial-value-documents-supported' --- * 'deviceMultipleDocSupport' --- - type - (TruthValue) --- - data - '...ValueInteger' --- - see - DPA-1 9.4.74.3 'Multiple-documents-supported' --- * 'deviceCancelDocSupport' --- - type - (TruthValue) --- - data - '...ValueInteger' --- - see - DPA-1 9.4.74.4 'Cancel-individual-documents-supported' --- * 'deviceForeignJobsVisible' --- - type - (TruthValue) --- - data - '...ValueInteger' - - --- - see - DPA-1 9.4.74.15 'Are-foreign-jobs-visible' --- * 'deviceInitialValueJobDefault' --- - type - (ScmFixedLocaleDisplayString) --- - data - '...ValueString' --- - see - DPA-1 9.4.12 'Printer-initial-value-job' --- * 'deviceInitialValueDocDefault' --- - type - (ScmFixedLocaleDisplayString) --- - data - '...ValueString' --- - see - DPA-1 9.4.13 'Printer-initial-value-document' --- * 'deviceInputMaxSpeedTrafficUnit' --- - traffic unit of numerator of device input max speed --- - type - (ScmHrDevTrafficUnit) --- - data - '...ValueInteger' --- - see - DPA-1 9.4.7 'Maximum-printer-speed' --- * 'deviceInputMaxSpeedTimeUnit' --- - time unit of divisor of device input max speed --- - type - (ScmHrDevPowerTimeUnit) --- - data - '...ValueInteger' --- - see - DPA-1 9.4.7 'Maximum-printer-speed' --- * 'deviceInputMaxSpeed' --- - device input max speed --- - type - (Cardinal32) --- - data - '...ValueInteger' --- - see - DPA-1 9.4.7 'Maximum-printer-speed' --- * 'deviceOutputMaxSpeedTrafficUnit' --- - traffic unit of numerator of device output max speed --- - type - (ScmHrDevTrafficUnit) --- - data - '...ValueInteger' --- - see - DPA-1 9.4.7 'Maximum-printer-speed' --- * 'deviceOutputMaxSpeedTimeUnit' --- - time unit of divisor of device output max speed --- - type - (ScmHrDevPowerTimeUnit) --- - data - '...ValueInteger' --- - see - DPA-1 9.4.7 'Maximum-printer-speed' --- * 'deviceOutputMaxSpeed' --- - device output max speed --- - type - (Cardinal32) --- - data - '...ValueInteger' --- - see - DPA-1 9.4.7 'Maximum-printer-speed' --- * 'deviceFeedResolutionSupport' --- - type - (Cardinal32) DPI (dots per inch) --- - data - '...ValueInteger' --- - see - DPA-1 9.4.8 'Printer-resolutions-supported' --- * 'deviceXFeedResolutionSupport' --- - type - (Cardinal32) DPI (dots per inch) --- - data - '...ValueInteger' --- - see - DPA-1 9.4.8 'Printer-resolutions-supported' --- * 'deviceSchedulerSupport' --- - type - (ScmFixedLocaleDisplayString) --- - data - '...ValueString' --- - see - DPA-1 9.4.63 'Schedulers-supported' --- * 'deviceSchedulerReady' --- - type - (ScmFixedLocaleDisplayString) --- - data - '...ValueString' - - --- - see - DPA-1 9.4.64 'Scheduler-ready' --- --- - Device supported and ready device name info (list) --- * 'devicePhysicalNameSupport' --- - type - (ScmFixedLocaleDisplayString) --- - data - '...ValueString' --- - see - DPA-1 9.4.10 'Printer-associated-printers' --- - see - DPA-1 9.5.6 'Physical-printers-supported' (servers) --- * 'devicePhysicalNameReady' --- - type - (ScmFixedLocaleDisplayString) --- - data - '...ValueString' --- - see - DPA-1 9.4.11 'Printers-ready' --- - see - DPA-1 9.5.7 'Physical-printers-ready' (servers) --- * 'deviceLogicalNameSupport' --- - type - (ScmFixedLocaleDisplayString) --- - data - '...ValueString' --- - see - DPA-1 9.4.10 'Printer-associated-printers' --- - see - DPA-1 9.5.8 'Logical-printers-supported' (servers) --- * 'deviceLogicalNameReady' --- - type - (ScmFixedLocaleDisplayString) --- - data - '...ValueString' --- - see - DPA-1 9.4.11 'Printers-ready' --- - see - DPA-1 9.5.9 'Logical-printers-ready' (servers) --- --- - Device supported and ready device index info (list) --- * 'devicePhysicalIndexSupport' --- - type - (Cardinal32) 'hrDeviceIndex' --- - data - '...ValueInteger' --- - see - DPA-1 9.4.10 'Printer-associated-printers' --- - see - DPA-1 9.5.6 'Physical-printers-supported' (servers) --- * 'devicePhysicalIndexReady' --- - type - (Cardinal32) 'hrDeviceIndex' --- - data - '...ValueInteger' --- - see - DPA-1 9.4.11 'Printers-ready' --- - see - DPA-1 9.5.7 'Physical-printers-ready' (servers) --- * 'deviceLogicalIndexSupport' --- - type - (Cardinal32) 'hrDeviceIndex' --- - data - '...ValueInteger' --- - see - DPA-1 9.4.10 'Printer-associated-printers' --- - see - DPA-1 9.5.8 'Logical-printers-supported' (servers) --- * 'deviceLogicalIndexReady' --- - type - (Cardinal32) 'hrDeviceIndex' --- - data - '...ValueInteger' --- - see - DPA-1 9.4.11 'Printers-ready' --- - see - DPA-1 9.5.9 'Logical-printers-ready' (servers) --- --- - Device job service and job history device index info --- * 'deviceJobServiceDeviceIndex' --- - device service device index (reference from history device) --- - type - (Cardinal32) 'hrDeviceIndex' --- - data - '...ValueInteger' --- - see - 'scmHrDevice...' types in SCMI HRX TC --- * 'deviceJobHistoryDeviceIndex' --- - device history device index (reference from service device) - - --- - type - (Cardinal32) 'hrDeviceIndex' --- - data - '...ValueInteger' --- - see - 'scmHrDevice...History' types in SCMI HRX TC --- --- - Device supported and ready font/resource index info (list) --- * 'deviceFontIndexSupport' --- - type - (Cardinal32) 'scmFontIndex' in SCMI Resources MIB --- - data - '...ValueInteger' --- - see - DPA-1 9.4.19 'Fonts-supported' --- * 'deviceFontIndexReady' --- - type - (Cardinal32) 'scmFontIndex' in SCMI Resources MIB --- - data - '...ValueInteger' --- - see - DPA-1 9.4.20 'Fonts-ready' --- * 'deviceResourceIndexSupport' --- - type - (Cardinal32) 'scmRsrcIndex' in SCMI Resources MIB --- - data - '...ValueInteger' --- - see - DPA-1 9.4.21 'Resources-supported' --- * 'deviceResourceIndexReady' --- - type - (Cardinal32) 'scmRsrcIndex' in SCMI Resources MIB --- - data - '...ValueInteger' --- - see - DPA-1 9.4.22 'Resources-ready' --- --- - Device power management --- * 'devicePowerModeName' --- - device power mode administrative name (locale dependent) --- - type - (ScmFixedLocaleDisplayString) --- - data - '...ValueString' --- * 'devicePowerModeType' --- - device power mode type (locale independent) --- - type - (ScmHrDevPowerModeType) --- - data - '...ValueInteger' --- * 'devicePowerModeDescription' --- - device power mode description (locale dependent) --- - type - (ScmFixedLocaleDisplayString) --- - data - '...ValueString' --- * 'devicePowerModeSupport' --- - device power mode support (MAY be used to disable a mode) --- - type - (PresentOnOff) --- - data - '...ValueInteger' --- * 'devicePowerTimeUnit' --- - device power mode transition time unit (defaults to seconds) --- - type - (ScmHrDevPowerTimeUnit) --- - data - '...ValueString' --- * 'devicePowerWarmerSupport' --- - device power mode to warmer mode transition support --- - type - (PresentOnOff) --- - data - '...ValueInteger' --- * 'devicePowerCoolerSupport' --- - device power mode to cooler mode transition support --- - type - (PresentOnOff) --- - data - '...ValueInteger' --- * 'devicePowerWarmerDelay' --- - device power mode to warmer mode transition delay --- - (delay after trigger event until transition begins) - - --- - type - (ScmHrDevPowerTimeUnit) --- - data - '...ValueInteger' --- * 'devicePowerWarmerDuration' --- - device power mode to warmer mode transition duration --- - (duration after transition begins until transition completes) --- - type - (ScmHrDevPowerTimeUnit) --- - data - '...ValueInteger' --- * 'devicePowerCoolerDelay' --- - device power mode to cooler mode transition delay --- - (delay after trigger event until transition begins) --- - type - (ScmHrDevPowerTimeUnit) --- - data - '...ValueInteger' --- * 'devicePowerCoolerDuration' --- - device power mode to cooler mode transition duration --- - (duration after transition begins until transition completes) --- - type - (ScmHrDevPowerTimeUnit) --- - data - '...ValueInteger' --- * 'devicePowerWarmerTrigger' --- - device warmer mode trigger description --- - type - (ScmFixedLocaleDisplayString) --- - data - '...ValueString' --- * 'devicePowerCoolerTrigger' --- - device cooler mode trigger description --- - type - (ScmFixedLocaleDisplayString) --- - data - '...ValueString' --- * 'deviceNextWarmerModeIndex' --- - device next warmer mode pointer (in device details) --- - type - (Cardinal32) 'scmHrDevDetailIndex' --- - data - '...ValueInteger' --- * 'deviceNextCoolerModeIndex' --- - device next cooler mode pointer (in device details) --- - type - (Cardinal32) 'scmHrDevDetailIndex' --- - data - '...ValueInteger' --- * 'deviceEnergyStarSuspendMode' --- - device (in device details) --- - type - (Cardinal32) 'scmHrDevDetailIndex' --- - data - '...ValueInteger' --- --- - Device 'hrDeviceProcessor' details --- * 'deviceProcessorFrwID' --- - device firmware ID --- - type - (ProductID) 'hrProcessorFrwID' --- - data - '...ValueOID' --- --- - Device 'hrDeviceNetwork' details --- * 'deviceNetworkIfIndex' --- - device interface index --- - type - (Cardinal32) 'hrNetworkIfIndex' --- - data - '...ValueInteger' --- --- - Device 'hrDeviceDiskStorage' details --- * 'deviceDiskStorageAccess' --- - device disk access --- - type - (Cardinal32) 'hrDiskStorageAccess' - - --- - data - '...ValueInteger' --- * 'deviceDiskStorageMedia' --- - device disk media --- - type - (Cardinal32) 'hrDiskStorageMedia' --- - data - '...ValueInteger' --- * 'deviceDiskStorageRemovable' --- - device removable --- - type - (Cardinal32) 'hrDiskStorageRemoveble' ('removable') --- - data - '...ValueInteger' --- * 'deviceDiskStorageCapacity' --- - device capacity --- - type - (Cardinal32) 'hrDiskStorageCapacity' --- - data - '...ValueInteger' --- --- - Device job service timeouts --- * 'deviceJobIncompleteTimeout' --- - device job incomplete timeout --- - (delay until job with incomplete input is deleted) --- - type - (Cardinal32) seconds --- - data - '...ValueInteger' --- - (zero=none or 1..n seconds) --- - see - 'scmCOInternetLPRJobTimeout' in SCMI CC TC --- - compare - 'systemJobIncompleteTimeout' in SCMI Svc Mon TC --- * 'deviceJobProgrammingTimeout' --- - device job programming timeout --- - (delay until job programming settings are deleted) --- - type - (Cardinal32) seconds --- - data - '...ValueInteger' --- - (zero=none or 1..n seconds) --- - see - 'deviceJobIncompleteTimeout' above --- - compare - 'systemJobProgrammingTimeout' in SCMI Svc Mon TC --- * 'deviceJobHoldDeleteTimeout' --- - device job hold until delete timeout --- - (delay until held job is automatically deleted) --- - type - (Cardinal32) seconds --- - data - '...ValueInteger' --- - (zero=none or 1..n seconds) --- - see - 'deviceJobIncompleteTimeout' above --- - see - 'jobPause' in 'ScmSimpleJobMgmtOperation' in SCMI SJM TC --- - compare - 'systemJobHoldDeleteTimeout' in SCMI Svc Mon TC --- * 'deviceJobPauseResumeTimeout' --- - device job pause until resume timeout --- - (delay until paused job is automatically resumed) --- - type - (Cardinal32) seconds --- - data - '...ValueInteger' --- - (zero=none or 1..n seconds) --- - see - 'deviceJobIncompleteTimeout' above --- - see - 'jobPause' in 'ScmSimpleJobMgmtOperation' in SCMI SJM TC --- - compare - 'systemJobPauseResumeTimeout' in SCMI Svc Mon TC --- --- - Device guest/alien job and log full policies --- * 'deviceGuestJobPolicy' --- - device policy for jobs with 'guest' (empty) user/account --- - type - (ScmSecGuestJobPolicy) - - --- - data - '...ValueInteger' --- - see - 'scmSecServiceGuestJobPolicy' in SCMI Security MIB --- * 'deviceAlienJobPolicy' --- - device policy for jobs with 'alien' (invalid) user/account --- - type - (ScmSecGuestJobPolicy) --- - data - '...ValueInteger' --- - see - 'scmSecServiceAlienJobPolicy' in SCMI Security MIB --- * 'deviceEventLogFullPolicy' --- - device policy for handling event log full conditions --- - type - (ScmGenLogFullPolicy) --- - data - '...ValueInteger' --- - see - 'scmSecServiceEventLogFullPolicy' in SCMI Security MIB --- - see - DPA-1 9.1.6.8 'Notification-profile' (events) --- - see - DPA-1 9.4 'Printer Object attributes' (generic) --- * 'deviceJobLogFullPolicy' --- - device policy for handling job log full conditions --- - type - (ScmGenLogFullPolicy) --- - data - '...ValueInteger' --- - see - 'scmSecServiceJobLogFullPolicy' in SCMI Security MIB --- - see - DPA-1 9.1.6.9 'Logging-profile' (jobs) --- - see - DPA-1 9.4 'Printer Object attributes' (generic) --- * 'deviceRequestLogFullPolicy' --- - device policy for handling request log full conditions --- - type - (ScmGenLogFullPolicy) --- - data - '...ValueInteger' --- - see - 'scmSecServiceRequestLogFullPolicy' in SCMI Security MIB --- --- - Device model info --- * 'deviceUniversalProductCode' --- - device UPC (alphanumeric) --- - type - (ScmFixedLocaleDisplayString) --- - data - '...ValueString' --- - see - 'deviceSerialNumber' --- - see - 'hrDeviceDescr' in IETF HR MIB (RFC 2790) --- * 'deviceModelName' --- - device model name (alphanumeric) --- - type - (ScmFixedLocaleDisplayString) --- - data - '...ValueString' --- - see - 'deviceModel' and 'deviceDescription' --- - see - 'hrDeviceDescr' in IETF HR MIB (RFC 2790) --- - see - section 9.1.3.1.1 of SCMI HRX TC for mapping and terms --- * 'deviceModelDescription' --- - device model description (alphanumeric) --- - type - (ScmFixedLocaleDisplayString) --- - data - '...ValueString' --- - see - 'deviceModel' and 'deviceDescription' --- - see - 'hrDeviceDescr' in IETF HR MIB (RFC 2790) --- - see - section 9.1.3.1.1 of SCMI HRX TC for mapping and terms --- * 'deviceModelNumber' --- - device model number (alphanumeric) --- - type - (ScmFixedLocaleDisplayString) --- - data - '...ValueString' --- - see - 'deviceModel' and 'deviceDescription' --- - see - 'hrDeviceDescr' in IETF HR MIB (RFC 2790) - - --- - see - section 9.1.3.1.1 of SCMI HRX TC for mapping and terms --- * 'deviceManufacturerURI' --- - device manufacturer URI (per RFC 2396) --- - type - (ScmFixedLocaleDisplayString) --- - data - '...ValueString' --- - (eg, 'http://www.samsung.com') --- - see - 'deviceManufacturer' --- - see - 'sysContact' in IETF MIB-II (RFC 1213) --- * 'deviceModelURI' --- - device model-specific URI (per RFC 2396) --- - type - (ScmFixedLocaleDisplayString) --- - data - '...ValueString' --- - (eg, 'http://www.samsung.com/docucentre/470') --- - see - 'deviceModel' --- - see - 'sysContact' in IETF MIB-II (RFC 1213) --- --- - Service Usage Counters --- - Counters which can be used by a billing system to adjust --- - deviceLifetimeUsage counters. These counters are set by --- - service to reflect the usage of the machine during the --- - service call which should not be billed separately to the --- - customer. --- - (several usage counters MAY be defined for a single device) --- - (usage counter and service usage groups are defined as shari --- - the same value of 'scmHrDevDetailIndex') --- * 'deviceServiceUsage'(230) --- - device lifetime service usage counter (MAY be multi-valued) --- - type - (Counter32) --- - subtype - '...ValueString' counter description --- - data - '...ValueInteger' --- - --- * 'deviceDeltaServiceUsage'(231) --- - Delta for the sevice usage counter (MAY be multi-valued) --- - A SET to scmHrDevDetailValueInteger.1.231.X will increase --- - the counter scmHrDevDetailValueInteger.1.230.X by the amount --- - of the SET integer. A GET on the same value will return the --- - last value set or 0 if there has been no set since reboot. --- - type - (Counter32) --- - data - '...ValueInteger' --- - (eg, monochrome and color page counters) --- - --- * 'deviceRolloverValue' (232) --- - The maximum value of a usage counter before it rolls over. --- - For example if the counters are 6 digits, then this value --- - should be 999999 --- - If it is a 32 bit integer then this value should be --- - 2,147,483,647 (2^31 - 1) --- - When the counter reaches 999999 (first example) and 1 --- - more print is made, then the counter becomes 1 --- - (rolls over to 1) - - REFERENCE - "See: 'scmHrDevDetailUnitClass' and - 'scmHrDevDetailUnit' for syntax of device detail." - - - SYNTAX INTEGER { - -- Device other/unknown details - other(1), - unknown(2), - -- Device general info - deviceName(3), - deviceAlias(4), - deviceType(5), - deviceDescription(6), - deviceID(7), - deviceTree(8), - deviceContext(9), - deviceManufacturer(10), - deviceModel(11), - deviceSerialNumber(12), - deviceVendor(13), - deviceVersion(14), - -- Device service info - deviceServiceByCustomer(15), - deviceReplaceByCustomer(16), - deviceServicePlanName(17), - deviceServicePlanPassword(18), - deviceReplaceByWarranty(19), - -- Device lifetime usage and limits - deviceLifetimeUsage(20), - deviceReorderLifetimeLimit(21), - deviceWarningLifetimeLimit(22), - deviceReplaceLifetimeLimit(23), - deviceMaximumLifetimeLimit(24), - -- Device message to user time remaining - deviceDaysUntilReorderMsg(25), - deviceDaysUntilWarningMsg(26), - deviceDaysUntilReplaceMsg(27), - deviceDaysUntilMaximumMsg(28), - deviceLifetimeMsgDisplay(29), - -- Device accounting usage - deviceAccountingUsage(30), - -- Device message to user and reorder dates - deviceReorderOnDate(31), - deviceWarningOnDate(32), - deviceReplaceOnDate(33), - deviceMaximumOnDate(34), - -- Device lifetime errors and warnings - deviceLifetimeErrorCount(35), - deviceLifetimeErrorLimit(36), - deviceLifetimeWarningCount(37), - deviceLifetimeWarningLimit(38), - -- Device message to user triggers - deviceTriggerDaysForReorder(41), - deviceTriggerDaysForWarning(42), - deviceTriggerDaysForReplace(43), - deviceTriggerDaysForMaximum(44), - -- Device message to user dates actually sent - deviceReorderMsgSentDate(51), - - - deviceWarningMsgSentDate(52), - deviceReplaceMsgSentDate(53), - deviceMaximumMsgSentDate(54), - -- Device reorder and replace actual dates - deviceReorderToVendorDate(55), - deviceReorderConfirmDate(56), - deviceReplaceDate(57), - deviceReplaceSystemUsage(58), - deviceReplaceWithGeneric(59), - -- Device help info (contact info) - deviceHelpName(60), - deviceHelpAddress(61), - deviceHelpDescription(62), - deviceHelpLocation(63), - deviceHelpURI(64), - -- Device supported and ready info - deviceTranslatorSupport(71), - deviceTranslatorReady(72), - deviceInitialValueJobSupport(73), - deviceInitialValueDocSupport(74), - deviceMultipleDocSupport(75), - deviceCancelDocSupport(76), - deviceForeignJobsVisible(77), - deviceInitialValueJobDefault(78), - deviceInitialValueDocDefault(79), - deviceInputMaxSpeedTrafficUnit(80), - deviceInputMaxSpeedTimeUnit(81), - deviceInputMaxSpeed(82), - deviceOutputMaxSpeedTrafficUnit(83), - deviceOutputMaxSpeedTimeUnit(84), - deviceOutputMaxSpeed(85), - deviceFeedResolutionSupport(86), - deviceXFeedResolutionSupport(87), - deviceSchedulerSupport(88), - deviceSchedulerReady(89), - -- Device supported and ready device name info (list) - devicePhysicalNameSupport(90), - devicePhysicalNameReady(91), - deviceLogicalNameSupport(92), - deviceLogicalNameReady(93), - -- Device supported and ready device index info (list) - devicePhysicalIndexSupport(94), - devicePhysicalIndexReady(95), - deviceLogicalIndexSupport(96), - deviceLogicalIndexReady(97), - -- Device job service and job history device index info - deviceJobServiceDeviceIndex(98), - deviceJobHistoryDeviceIndex(99), - -- Device supported and ready font/resource index info (list) - deviceFontIndexSupport(100), - deviceFontIndexReady(101), - deviceResourceIndexSupport(102), - deviceResourceIndexReady(103), - -- Device power management - - - devicePowerModeName(110), - devicePowerModeType(111), - devicePowerModeDescription(112), - devicePowerModeSupport(113), - devicePowerTimeUnit(114), - devicePowerWarmerSupport(115), - devicePowerCoolerSupport(116), - devicePowerWarmerDelay(117), - devicePowerWarmerDuration(118), - devicePowerCoolerDelay(119), - devicePowerCoolerDuration(120), - devicePowerWarmerTrigger(121), - devicePowerCoolerTrigger(122), - deviceNextWarmerModeIndex(123), - deviceNextCoolerModeIndex(124), - -- per Hao Zou Request 8/12/03 - deviceEnergyStarSuspendMode(125), - -- Device 'hrDeviceProcessor' details - deviceProcessorFrwID(130), - -- Device 'hrDeviceNetwork' details - deviceNetworkIfIndex(140), - -- Device 'hrDeviceDiskStorage' details - deviceDiskStorageAccess(160), - deviceDiskStorageMedia(161), - deviceDiskStorageRemovable(162), - deviceDiskStorageCapacity(163), - -- Device job service timeouts - deviceJobIncompleteTimeout(191), - deviceJobProgrammingTimeout(192), - deviceJobHoldDeleteTimeout(193), - deviceJobPauseResumeTimeout(194), - -- Device guest/alien job and log full policies - deviceGuestJobPolicy(200), - deviceAlienJobPolicy(201), - deviceEventLogFullPolicy(202), - deviceJobLogFullPolicy(203), - deviceRequestLogFullPolicy(204), - -- Device model info - deviceUniversalProductCode(210), - deviceModelName(211), - deviceModelDescription(212), - deviceModelNumber(213), - deviceManufacturerURI(220), - deviceModelURI(221), - -- Service Usage counters for billing. - deviceServiceUsage(230), - deviceDeltaServiceUsage(231), - deviceRolloverValue(232) - } - - -ScmHrDevDetailUnitClass ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "The value unit class of the device detail information specified - in this conceptual row in the 'scmHrDevDetailTable'. - - Usage: Used to select a textual convention for specifying the - units of this device detail value. - - Usage: Some of the value unit class enumerations specify that - the actual unit is REQUIRED to be selected in '...DetailUnit' - and REQUIRE '...DetailValueString' contains a value in units - (and are commented as such below). - - Usage: Some of the value unit class enumerations specify the - actual unit DIRECTLY and REQUIRE that '...DetailUnit' be zero - and REQUIRE '...DetailValueString' contains a value in the - named textual convention (or a bit-mask derived from it) - (and are commented as such below). - - Usage: Some of the value unit class enumerations specify that - '...DetailValueString' SHALL contain a bit-mask which is - formed via the bit-wise OR of '2**(n)', where (n) is each - selected enumerated value in the named textual convention. - (see 'scmGenBaseSNMPDomainSupport' object in SCMI General MIB)." - SYNTAX INTEGER { - other(1), - unknown(2), - -- The following values specify that the actual unit - -- is REQUIRED to be selected in the '...DetailUnit' object - -- and REQUIRE '...DetailValueString' contains a value in units - classGenOptionValueSyntax(3), -- ScmGenOptionValueSyntax - -- The following values specify the actual unit - -- DIRECTLY and REQUIRE that '...DetailUnit' be zero - -- and REQUIRE '...DetailValueString' contains a value in the - -- named textual convention (or a bit-mask derived from it) - classDateAndTime(4), -- DateAndTime (from SNMPv2-TC) - classHrDevCalendarDayOfWeek(5), -- ScmHrDevCalendarDayOfWeek - classHrDevCalendarTimeOfDay(6), -- ScmHrDevCalendarTimeOfDay - classHrDevMgmtCommandRequest(7),-- ScmHrDevMgmtCommandRequest - -- The following values specify that the actual unit - -- is REQUIRED to be selected in the '...DetailUnit' object - -- and REQUIRE '...DetailValueString' contains a value in units - classHrDevPowerTimeUnit(8), -- ScmHrDevPowerTimeUnit - classHrDevTrafficUnit(9), -- ScmHrDevTrafficUnit - -- The following values specify the actual unit - -- DIRECTLY and REQUIRE that '...DetailUnit' be zero - -- and REQUIRE '...DetailValueString' contains a value in the - -- named textual convention (or a bit-mask derived from it) - classRowPersistence(10), -- ScmGenRowPersistence - classRowPersistenceMask(11), -- ScmGenRowPersistence -> mask - classLogFullPolicy(12), -- ScmGenLogFullPolicy - classLogFullPolicyMask(13), -- ScmGenLogFullPolicy -> mask - classHrDevInfoStatus(14), -- ScmHrDevInfoStatus - - - classHrDevInfoStatusMask(15), -- ScmHrDevInfoStatus -> mask - classHrDevInfoXStatus(16), -- ScmHrDevInfoXStatus - classHrDpaState(17), -- ScmHrDpaState - classHrDpaConditions(18), -- ScmHrDpaConditions - classHrDpaAvailability(19), -- ScmHrDpaAvailability - classHrDpaObjectClassSupport(20), -- ScmHrDpaObjectClassSupport - -- (is already bit-mask) - classHrDpaJobValidateSupport(21), -- ScmHrDpaJobValidateSupport - -- (is already bit-mask) - classJMJobState(22), -- ScmJMJobState - classJMJobStateMask(23), -- ScmJMJobState -> mask - classSecGuestJobPolicy(24), -- ScmSecGuestJobPolicy - classSecGuestJobPolicyMask(25), -- ScmSecGuestJobPolicy -> mask - classSecPosixRights(26), -- ScmSecPosixRights - -- (is already bit-mask) - classSecPosixVerbs(27), -- ScmSecPosixVerbs - -- (is already bit-mask) - classSvcMonJobConfirmSupport(28), -- ScmSvcMonJobConfirmSupport - -- (is already bit-mask) - - -- The following values specify the actual unit - -- DIRECTLY and REQUIRE that '...DetailUnit' be zero - -- and REQUIRE '...DetailValueString' and - -- '...DetailValueInteger' contain a bit-mask in the named - -- textual convention - classSvcMonAttachmentPDLSupport(29) - -- ScmSvcMonAttachmentPDLSupport - -- (is already a bit-mask) - } - -ScmHrDevInfoRealization ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "An extended device type (or device 'realization'), - used by system administrators and end users of this device. - - Usage: The use of either 'other' or 'unknown' is uninformative - and SHOULD be avoided by conforming implementations. - - * 'physical' - 'real' device installed on this managed system; - * 'logical' - 'virtual' device configured on this managed system; - * 'logicalAndPhysical' - 'combined' device (from ISO DPA ??)." - REFERENCE - "See: 'hrDeviceType' in the basic Device Group of the - IETF Host Resources MIB (RFC 2790). - See: Section 9.4 'Printer Object attributes' of ISO DPA - (Document Printing Application) ISO/IEC 10175 (Final Text, March - 1996) for a discussion of 'printer realizations' of 'physical', - 'logical', and 'logical-and-physical' types (the latter unique - to DPA)." - SYNTAX INTEGER { - other(1), -- other device - unknown(2), -- unknown device - physical(11), -- 'real' device - - - logical(12), -- 'virtual' device - logicalAndPhysical(13) -- 'combined' device - } - -ScmHrDevInfoStatus ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "The current operational state of the device - described by this row of the table. A value - 'unknown(1)' indicates that the current state of the - device is unknown. 'running(2)' indicates that the - device is up and running and that no unusual error - conditions are known. The 'warning(3)' state - indicates that agent has been informed of an - unusual error condition by the operational software - (eg, a disk device driver) but that the device is - still 'operational'. An example would be a high - number of soft errors on a disk. A value of - 'testing(4)', indicates that the device is not - available for use because it is in the testing - state. The state of 'down(5)' is used only when the - agent has been informed that the device is not - available for any use. - - Usage: Conforming implementations SHALL NOT 'bubble up' status - from 'physical' devices to associated 'logical' devices. All - devices SHALL report their own status ONLY. - - Usage: Devices in the 'down' state SHOULD NOT be accepting new - work (or still processing old work). Devices in the 'running' - state SHOULD be prepared to accept new work. - - Usage: The use of the state 'unknown' is uninformative - and SHOULD be avoided by conforming implementations. - - Usage: This is a textual convention representation of the - 'hrDeviceStatus' enumeration in the IETF Host Resources MIB - (RFC 2790), rewritten from SMIv1 style (RFCs 1155 and 1212) into - SMIv2 style (RFCs 1902/2578, 1903/2579, and 1904/2580)." - REFERENCE - "See: 'hrDeviceStatus' in the basic Device Group of the - IETF Host Resources MIB (RFC 2790). - See: 'scmHrDevInfoXStatus', 'scmHrDevInfoConditions', and - 'scmHrDevInfoXConditions' in the Host Resources Extensions MIB." - SYNTAX INTEGER { - unknown(1), -- indeterminate - running(2), -- normally operational, started - warning(3), -- operational, but alert posted - testing(4), -- NOT operational, testing - down(5) -- NOT operational, shutdown - } - - -ScmHrDevInfoXStatus ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "An extended device status, used by system administrators - and end users of this device (here, read 'state' for 'status'). - - Usage: Conforming implementations SHALL NOT 'bubble up' status - from 'physical' devices to associated 'logical' devices. All - devices SHALL report their own status ONLY. - - Usage: Exactly one enumeration of extended device status - SHALL be defined, with ranges for each basic device type (eg, - 'hrDevicePrinter'). The legal range for extended device status - for a given device type (either defined by RFC 2790 or by this - MIB) is found by multiplying the final arc of the the device - type OID by 100 - the result is the device specific range base - - the end of the device specific range is 99 larger. These device - specific extended device status values SHALL be reissued - periodically in the 'ScmHrDevInfoXStatus' textual convention." - REFERENCE - "See: Section 9.4.9 'Printer-state' of ISO DPA - (Document Printing Application) ISO/IEC 10175 (Final Text, - 18 May 1995) for a discussion of the printer states used here. - Note that the DPA state 'connecting-to-printer' has no meaning - in the context of a 'physical' printer device, but only in the - context of an intermediate DP-Server presenting a 'logical' - printer device. - See: 'hrPrinterStatus' and 'hrPrinterDetectedErrorState' in - the IETF Host Resources MIB (RFC 2790) for related discussion. - - See: 'hrDeviceStatus' in the basic Device Group of the - IETF Host Resources MIB (RFC 2790). - See: 'scmHrDevInfoConditions' and 'scmHrDevInfoXConditions' - in the Host Resources Extensions MIB." - SYNTAX INTEGER { - -- Common extended device status - commonNone(0), - commonOther(1), - commonUnknown(2), - commonLast(99), - - -- 'hrDeviceOther' - otherNone(100), - - -- 'hrDeviceUnknown' - unknownNone(200), - - -- 'hrDeviceProcessor' - processorNone(300), - - -- 'hrDeviceNetwork' - networkNone(400), - - -- 'hrDevicePrinter' - - - -- See: Section 9.4.9 'Printer-state' of ISO/IEC 10175 - -- (was on page 185 in earlier text, May 1995) - -- See: 'id-val-printer-state-...' in Annex A of ISO/IEC - -- 10175 (was on page 307 in earlier text, May 1995) - -- If 'dpaPrinterStateFinalArc' is truncated from an OID - -- 'id-val-printer-state-...' in Annex A of ISO/IEC 10175 - -- and 'scmiPrinterStatus' is the corresponding enum value of - -- 'printer...' in 'ScmHrDevInfoXStatus' (below), - -- then: - -- scmiPrinterStatus = (dpaPrinterStateFinalArc + 502) - printerNone(500), -- SCMI extension to ISO DPA - printerOther(501), -- SCMI extension to ISO DPA - printerUnknown(502), -- unknown or indeterminate - printerIdle(503), -- ready to accept jobs - printerPrinting(504), -- currently printing a job - printerNeedsAttention(505), -- needs general human attention - printerPaused(506), -- paused by user or operator - printerShutdown(507), -- taken out of service - printerJobStartWait(508), -- see ISO DPA 'job-start-wait' - printerJobEndWait(509), -- see ISO DPA 'job-end-wait' - printerNeedsKeyOperator(510), -- needs toner, developer, etc - printerJobPasswordWait(511), -- see ISO DPA 'job-password' - printerTimedOut(512), -- ISO DPA Servers only - printerConnectingToPrinter(513),-- ISO DPA Servers only - - -- 'hrDeviceDiskStorage' - diskStorageNone(600), - - -- 'hrDeviceVideo' - videoNone(1000), - - -- 'hrDeviceAudio' - audioNone(1100), - - -- 'hrDeviceCoprocessor' - coprocessorNone(1200), - - -- 'hrDeviceKeyboard' - keyboardNone(1300), - - -- 'hrDeviceModem' - modemNone(1400), - - -- 'hrDeviceParallelPort' - parallelPortNone(1500), - - -- 'hrDevicePointing' - pointingNone(1600), - - -- 'hrDeviceSerialPort' - serialPortNone(1700), - - -- 'hrDeviceTape' - tapeNone(1800), - - - -- 'hrDeviceClock' - clockNone(1900), - - -- 'hrDeviceVolatileMemory' - volatileMemoryNone(2000), - - -- 'hrDeviceNonVolatileMemory' - nonVolatileMemoryNone(2100), - - -- 'scmHrDeviceHostSystem' - hostSystemNone(10100), - - -- 'scmHrDeviceScanner' - scannerNone(10200), - - -- 'scmHrDeviceCopier' - copierNone(10300), - - -- 'scmHrDeviceFax' - faxNone(10400), - - -- 'scmHrDeviceMailbox' - mailboxNone(10500), - - -- 'scmHrDeviceMarker' - markerNone(11100), - - -- 'scmHrDeviceFinisherBFM' - finisherBFMNone(11200), - - -- 'scmHrDeviceFinisherMFF' - finisherMFFNone(11300), - - -- 'scmHrDeviceFinisherXIM' - finisherXIMNone(11400), - - -- 'scmHrDeviceFinisher3rdParty' - finisher3rdPartyNone(11500), - - -- 'scmHrDevicePaymentInterface' - paymentInterfaceNone(11600), - - -- 'scmHrDeviceInterposer' - interposerNone(11700), - - -- 'scmHrCru...' - Customer Replaceable Units - cruNone(20000), -- CRU no status - cruOther(20001), -- CRU other status - cruUnknown(20002), -- CRU unknown status - cruReady(20003), -- CRU OK (normal wear) - cruReorder(20004), -- CRU should be reordered - cruReplace(20005), -- CRU should be replaced - cruFault(20006), -- CRU has one or more faults - - - reserved(40000) -- placeholder - } - -ScmHrDevInfoConditions ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "A relatively generic description of the current 'conditions' - of this device, specified in a bit-mask. - - 1 : startupInProgress -- 2**0 - 2 : resetWarningInProgresss -- 2**1 (optional) - 4 : testInProgress -- 2**2 - 8 : shutdownInProgress -- 2**3 (optional) - 16 : quiesceInProgress -- 2**4 (optional) - 32 : resetCountersInProgress -- 2**5 (optional) - 64 : resetWarmInProgress -- 2**6 - 128 : resetColdInProgress -- 2**7 - 256 : resetFactoryInProgress -- 2**8 - 512 : flushInputInProgress -- 2**9 - 1024 : flushOutputInProgress -- 2**10 - 2048 : flushInOutInProgress -- 2**11 - 4096 : manageInProgress -- 2**12 (optional) - - The above basic 'conditions' record the original intent of the - current command, when it results in delayed state transitions - before arriving at the 'target' state. They augment the state - information available from 'hrDeviceStatus'. - - 8192 : warmUpDelayInProgress -- 2**13 (optional) - 16384 : warmUpCycleInProgress -- 2**14 (optional) - 32768 : readyMode -- 2**15 (optional) - 65536 : coolDownDelayInProgress -- 2**16 (optional) - 131072 : coolDownCycleInProgress -- 2**17 (optional) - 262144 : standbyMode -- 2**18 (optional) - 524288 : energySaveDelayInProgress -- 2**19 (optional) - 1048576 : energySaveCycleInProgress -- 2**20 (optional) - 2097152 : sleepMode -- 2**21 (optional) - 4194304 : wakeUpDelayInProgress -- 2**22 (optional) - 8388608 : wakeUpCycleInProgress -- 2**23 (optional) - 16777216 : powerToReadyInProgress -- 2**24 (optional) - 33554432 : powerToStandbyInProgress -- 2**25 (optional) - 67108864 : powerToSleepInProgress -- 2**26 (optional) - - The above optional 'conditions' record the progress of device - 'warm up', 'cool down', 'energy save', and 'wake up' power mgmt - cycles and also define the device 'readyMode', 'standbyMode', - and 'sleepMode' qualifiers to the generic 'hrDeviceStatus' of - 'running(2)', 'warning(3)', or 'testing(4)' (but NOT 'down(5)'). - See the power management cycle feature support and feature time - objects in the Device Power Group of the Host Resources Ext MIB. - - Usage: It is desirable that the implementor report 'conditions' - of all devices corresponding to conceptual rows in the - - - 'hrDeviceTable' as accurately as feasible. 'Conditions' occur - within or across 'states' in a finite state machine (FSM) - implementation of a device. They represent both short term and - long term conditions. - - Usage: A device with 'hrDeviceStatus' of 'running(2)' might - have 'scmHrDevInfoConditions' of 'quiesceInProgress', indicating - that the device will soon transition to 'hrDeviceStatus' of - 'down(5)'. - - Usage: A multi-bit example of 'scmHrDevInfoConditions' is - 'quiesceInProgress' concurrently with 'standbyMode', ie, the - device has previously 'cooled down' and will soon transition - from 'hrDeviceStatus' of 'running(2)' to 'down(5)'." - REFERENCE - "See: 'hrDeviceStatus' in the basic Device Group of the - IETF Host Resources MIB (RFC 2790). - See: 'scmHrDevInfoXStatus' and 'scmHrDevInfoXConditions' - in the Host Resources Extensions MIB." - SYNTAX INTEGER (0..2147483647) -- biggest int = 2**31-1 - -ScmHrDevInfoXConditions ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "A device specific description of the extended 'conditions' - of this device, specified in a bit-mask. - - Usage: For FUTURE expansion. - - Usage: Exactly one bit mask of extended device conditions SHALL - be defined for each basic device type (eg, 'hrDevicePrinter'). - These device specific extended device conditions values SHALL be - reissued periodically in the 'ScmHrDevInfoXConditions' textual - convention. These device specific extended device conditions - are mutually exclusive and 'overloaded' in the single reporting - object 'scmHrDevInfoXConditions'." - REFERENCE - "See: 'hrDeviceStatus' in the basic Device Group of the - IETF Host Resources MIB (RFC 2790). - See: 'scmHrDevInfoXStatus' and 'scmHrDevInfoConditions' - in the Host Resources Extensions MIB." - SYNTAX INTEGER (0..2147483647) -- biggest int = 2**31-1 - -ScmHrDevMgmtCommandRequest ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "A write of this type by an (authorized) management station - invokes a command for this device. - A read of this type always returns the command currently in - progress or last completed. - It is mandatory that a conforming management agent ensure that - the contents of this object remain 'in bounds' - an undefined - value SHALL be replaced by 'none' - ie, although rejected with - error in the SetResponse PDU, this object SHALL NOT contain any - - - such undefined value. At system initialization, this object - SHALL contain 'none'. - - * 'none' - NO action(s) SHALL be taken, except to clear - '...CommandData' and set '...CommandStatus' to 'noError'. - * 'test' or 'manage' - the associated '...CommandData' object - SHOULD/SHALL be specified in the same SetRequest PDU. - * all other commands - the associated '...CommandData' object - MAY be specified in the same SetRequest PDU. - * 'startup', 'resetWarm', 'resetCold', or 'resetFactory' - the - final state SHALL be 'running' (after cycle completes) - the - sequence of states SHOULD be 'down' -> 'testing' -> 'running' - - the final power mode SHALL be 'ready'. - * 'startup' - this device SHALL transition from the 'down' state - to the 'running' state and 'ready' power mode. - * 'resetWarning' - this device SHALL transition from the 'warning' - state to the 'running' state (because a management station has - acknowledged the management agent's previous warning). - * 'test' - this device SHALL transition immediately (ie, without - attempting graceful quiesce) to the 'testing' state; it is a - local matter (ie, device specific) how this command is - processed; however, '...CommandData' SHOULD be specified. - * 'shutdown' - this device SHALL transition immediately (ie, - without attempting graceful quiesce) to the 'down' state and - 'off' power mode. - * 'quiesce' - this device MAY transition gracefully to the 'down' - state, or it MAY choose to treat a 'quiesce' as 'shutdown'. - * 'resetCounters' - all device counters SHALL be reset to zero and - the device SHALL remain in the same state and power mode. - * 'resetWarm' - a device 'warm restart' SHALL be performed (ie, - without a power cycle reset). - * 'resetCold' - a device 'cold restart' SHALL be performed (ie, - with a power cycle reset). - * 'resetFactory' - all factory defaults SHALL be restored, and a - device 'cold restart' SHALL be performed (ie, with a power cycle - reset). - * 'flushInput' - all device input (in progress or internally - queued) SHALL be gracefully flushed. - * 'flushOutput' - all device output (in progress or internally - queued) SHALL be gracefully flushed. - * 'flushInOut' - all device input and output output (in progress - or internally queued) SHALL be gracefully flushed. - * 'manage' - it is a local matter (ie, device specific) how this - command is processed; however, '...CommandData' SHALL be - specified. - * 'refresh' - the device SHALL promptly read all of its manageable - configuration parameters, but SHALL NOT perform a reset. - * 'warmUp' - the device SHALL transition from the 'standby' mode - to the 'ready' mode - invalid from any other power mode - (optional command for remote device power management). - * 'coolDown' - the device SHALL transition from the 'ready' mode - to the 'standby' mode - invalid from any other power mode - (optional command for remote device power management). - * 'energySave' - the device SHALL transition from the 'standby' - - - mode to the 'sleep' mode - invalid from any other power mode - (optional command for remote device power management). - * 'wakeUp' - the device SHALL transition from the 'sleep' - mode to the 'standby' mode - invalid from any other power mode - (optional command for remote device power management). - * 'powerToReady' - the device SHALL transition from the 'standby' - mode or the 'sleep' mode to the 'ready' mode - (optional command for remote device power management). - * 'powerToStandby' - the device SHALL transition from the 'ready' - mode or the 'sleep' mode to the 'standby' mode - (optional command for remote device power management). - * 'powerToSleep' - the device SHALL transition from the 'ready' - mode or the 'standby' mode to the 'sleep' mode - (optional command for remote device power management). - - Note: All of the POSIX and SCMI device level operations are - taken from the POSIX System Admin std (IEEE 1387.4) and aligned - with the high-end SCMI System Admin MIB." - REFERENCE - "See: 'dot5Commands' in IEEE 802.5 Token Ring MIB (RFC 1748) - and 'hrDeviceStatus' in IETF Host Resources MIB (RFC 2790). - Compare: 'ifOperStatus' (current) and 'ifAdminStatus' - (desired) in the Interfaces Group of IETF MIB-II (RFC 1213); - 'RowStatus' textual convention in IETF SMIv2 (RFC 1902/2578). - - See: Section 4 'Print Utilities' (pages 71 to 212) of - POSIX Sys Admin (IEEE 1387.4 / Draft 8, October 1994). - See: OBJECT clause in MODULE-COMPLIANCE macro of - SCMI Ext to Host Resources MIB, for compliance info. - See: Section 3.4 'SCMI Standard Tagged Management Data' and - Section 3.5 'Simple Device Management Requests' in - SCMI Ext to Host Resources TC. - See: Section 3.5.3 'Secure Simple Device Mgmt Requests' in - SCMI Security TC." - SYNTAX INTEGER { - none(1), -- no operation - startup(2), -- to 'running' - resetWarning(3), -- from 'warning' to 'running' - test(4), -- to 'testing' immediately - shutdown(5), -- to 'down' immediately - quiesce(6), -- to 'down' gracefully - resetCounters(7), -- reset all device counters - resetWarm(8), -- warm restart to 'running' - resetCold(9), -- cold restart to 'running' - resetFactory(10), -- factory defaults cold restart - flushInput(11), -- flush all input - flushOutput(12), -- flush all output - flushInOut(13), -- flush all input and output - manage(14), -- manage command, any state - refresh(15), -- refresh device w/out reset - warmUp(16), -- 'standby' to 'ready' ONLY - coolDown(17), -- 'ready' to 'standby' ONLY - energySave(18), -- 'standby' to 'sleep' ONLY - wakeUp(19), -- 'sleep' to 'standby' ONLY - - - powerToReady(20), -- 'standby|sleep' to 'ready' - powerToStandby(21), -- 'ready|sleep' to 'standby' - powerToSleep(22), -- 'ready|standby' to 'sleep' - -- POSIX - Device level operations (on host system) - deviceCreate(1301), -- 'pdcreate' (create device) - deviceDelete(1302), -- 'pddelete' (delete device) - deviceList(1303), -- 'pdls' (list attributes) - deviceSet(1304), -- 'pdset' (set attributes) - deviceClean(1305), -- 'pdclean' (remove all jobs) - deviceDisable(1306), -- 'pddisable' (stop new jobs) - deviceEnable(1307), -- 'pdenable' (allow new jobs) - devicePause(1308), -- 'pdpause' (pause device) - deviceResume(1309), -- 'pdresume' (resume device) - deviceShutdown(1310), -- 'pdshutdown' (end device) - deviceQueueList(1311), -- 'pdq' (list device job queue) - deviceJobCreate(1312), -- 'pdpr' (submit job to device) - -- SCMI - Device level extensions (on host system) - deviceManage(2301), -- manage device object(s) - deviceRestart(2302), -- restart device - deviceInstall(2321), -- install device object(s) - deviceUpgrade(2322), -- upgrade device object(s) - deviceBackup(2323), -- backup device object(s) - deviceRestore(2324), -- restore device object(s) - deviceConfigure(2325), -- configure device object(s) - deviceDiagnose(2326), -- diagnose device object(s) - deviceResetCounters(2331), -- reset device counters - deviceResetWarm(2332), -- warm reset (no power cycle) - deviceResetCold(2333), -- cold reset (w/ power cycle) - deviceResetFactory(2334), -- factory defaults reset - deviceFormat(2335), -- format device (storage) - deviceRefresh(2336), -- refresh device (comms) - deviceLogin(2341), -- login w/ authentication - deviceLogout(2342), -- logout w/ authentication - -- POSIX - Entity level operations (on host system) - entityCreate(1901), -- 'pdcreate' (create entity) - entityDelete(1902), -- 'pddelete' (delete entity) - entityList(1903), -- 'pdls' (list attributes) - entitySet(1904), -- 'pdset' (set attributes) - entityClean(1905), -- 'pdclean' (remove all jobs) - entityDisable(1906), -- 'pddisable' (stop new jobs) - entityEnable(1907), -- 'pdenable' (allow new jobs) - entityPause(1908), -- 'pdpause' (pause entity) - entityResume(1909), -- 'pdresume' (resume entity) - entityShutdown(1910), -- 'pdshutdown' (end entity) - entityQueueList(1911), -- 'pdq' (list entity job queue) - entityJobCreate(1912), -- 'pdpr' (submit job to entity) - -- SCMI - Entity level extensions (on host system) - entityManage(2901), -- manage entity object(s) - entityRestart(2902), -- restart entity - entityInstall(2921), -- install entity object(s) - entityUpgrade(2922), -- upgrade entity object(s) - entityBackup(2923), -- backup entity object(s) - entityRestore(2924), -- restore entity object(s) - entityConfigure(2925), -- configure entity object(s) - - - entityDiagnose(2926), -- diagnose entity object(s) - entityResetCounters(2931), -- reset entity counters - entityResetWarm(2932), -- warm reset (no power cycle) - entityResetCold(2933), -- cold reset (w/ power cycle) - entityResetFactory(2934), -- factory defaults reset - entityFormat(2935), -- format entity (storage) - entityRefresh(2936), -- refresh entity (comms) - entityLogin(2941), -- login w/ authentication - entityLogout(2942) -- logout w/ authentication - } - -ScmHrDevMgmtCommandData ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "A write of this type specifies: a) a 'test' command subtype - and any accompanying 'test' device specific data; or b) a - 'manage' command subtype and any accompanying 'manage' device - specific data; or c) device specific data accompanying any - other command. - A read of this type always returns the data (if any) which - accompanied the current or last completed command." - REFERENCE - "See: Section 4 'Print Utilities' (pages 71 to 212) of - POSIX Sys Admin (IEEE 1387.4 / Draft 8, October 1994). - See: 'hrDeviceStatus' in the Device group of the - IETF Host Resources MIB (RFC 2790). - See: Section 3.4 'SCMI Standard Tagged Management Data' and - Section 3.5 'Simple Device Management Requests' in - SCMI Ext to Host Resources TC. - See: Section 3.5.3 'Secure Simple Device Mgmt Requests' in - SCMI Security TC." - SYNTAX OCTET STRING (SIZE (0..255)) - -ScmHrDevMgmtCommandDataTag ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "SCMI device management commands are passed as enumerated types - in 'scmHrDevMgmtCommandRequest' in the SCMI HRX MIB. - Other SCMI management commands are passed as enumerated types in - 'scmCommsMgmtCommandRequest', 'scmSimpleJobMgmtOperation', etc, - in the SCMI Comms Engine, Simple Job Mgmt, and other MIBs. - - SCMI management commands MAY also require one or more arguments - (in addition to any specific variable bindings of MIB objects). - Required arguments are passed as 'tagged string arguments' in - 'scmHrDevMgmtCommandData', 'scmSimpleJobMgmtData', etc. - Each 'tagged string argument' substring is of the form: - - 'TT=value:' - - where: - 'TT' two-character 'tag', naming argument type - '=' literal equal sign, beginning argument value - 'value' human-readable string, encoding argument value - - - ':' literal colon, terminating argument value - - SCMI conforming management stations SHALL terminate ALL - 'tagged string argument' substrings properly with colon (':'). - - SCMI standard 'tagged string arguments' MAY pass colon (':') - in their 'value' by escaping it with backslash ('\'). SCMI - conforming management agents SHALL interpret backslash - followed by ANY other character as the literal value of the - second character (ie, backslash is permitted, and is NOT - restricted to certain following characters). - - SCMI standard 'tags' for data in 'tagged string arguments', - (in 'scmHrDevMgmtCommandData', 'scmSimpleJobMgmtData', etc) - are as follows: - - -- Generic Data (no object mapping to MIBs) - -- For domain-specific future extensions to operations - * SC [Sub-Command - domain-specific, must be FIRST tag present] - -- syntax 'ScmFixedLocaleDisplayString (SIZE (0..255))' - -- domain-specific sub-command for management request - -- passed in fixed locale (see 'scmGenFixedLocalizationIndex') - -- passed as character string, NOT as binary value - - -- For generic access to any IETF or SCMI defined objects - * OI [Object Identifier - no object mapping] - -- syntax 'OBJECT IDENTIFIER' - -- object identifier of object (WITHOUT instance qualifiers) - -- passed as dotted decimal OID or as object label - -- (eg, 'hrDeviceID'), NOT as binary object identifier - - * OV [Object Value - no object mapping] - -- syntax 'ScmFixedLocaleDisplayString (SIZE (0..255))' - -- object value of object - -- passed as character string, NOT as binary value - -- passed in fixed locale (see 'scmGenFixedLocalizationIndex') - - -- For protection against 'replay' attacks - * DT [Date and Time - no object mapping] - -- (see 'hrSystemDate' in System group of IETF HR MIB) - -- syntax 'DateAndTime' - -- date and time stamp for management request - -- passed as dotted decimal string (ie, 'yyyy.mm.dd.hh.mm.ss'), - -- NOT as binary value - - * NI [Noise Information - no object mapping] - -- syntax 'ScmFixedLocaleDisplayString (SIZE (0..255))' - -- arbitrary noise info for management request - -- passed as hexadecimal string, NOT as binary value - - * SI [Sequence Identifier - no object mapping] - -- syntax 'Ordinal32' - -- sequence ID for management request (for 'secure streams') - -- passed as decimal string, NOT as binary value - - - -- Security Data from SCMI Security MIB (63sec) - -- For account-based authentication - * AI 'scmSecAccountIndex' - -- syntax 'Ordinal32' - -- index of account (ie, account ID) - -- passed as decimal string, NOT as binary value - - * AN 'scmSecAccountName' - -- syntax 'ScmFixedLocaleDisplayString (SIZE (0..255))' - -- human-readable name of account (ie, account label) - -- passed in fixed locale (see 'scmGenFixedLocalizationIndex') - - * AC 'scmSecAccountPasscode' - -- syntax 'ScmFixedLocaleDisplayString (SIZE (0..255))' - -- protected numeric password of account - -- passed as hexadecimal string, NOT as binary value - -- (protected text form, NOT cleartext password) - - * AW 'scmSecAccountPassword' - -- syntax 'ScmFixedLocaleDisplayString (SIZE (0..255))' - -- protected alphanumeric password of account - -- passed as hexadecimal string, NOT as binary value - -- (protected text form, NOT cleartext password) - - -- For user-based authentication - * UI 'scmSecUserIndex' - -- syntax 'Ordinal32' - -- index of user (ie, user ID) - -- passed as decimal string, NOT as binary value - - * UN 'scmSecUserName' - -- syntax 'ScmFixedLocaleDisplayString (SIZE (0..255))' - -- human-readable name of user (ie, user label) - -- passed in fixed locale (see 'scmGenFixedLocalizationIndex') - - * UC 'scmSecUserPasscode' - -- syntax 'ScmFixedLocaleDisplayString (SIZE (0..255))' - -- protected numeric password of user - -- passed as hexadecimal string, NOT as binary value - -- (protected text form, NOT cleartext password) - - * UW 'scmSecUserPassword' - -- syntax 'ScmFixedLocaleDisplayString (SIZE (0..255))' - -- protected alphanumeric password of user - -- passed as hexadecimal string, NOT as binary value - -- (protected text form, NOT cleartext password) - - -- System group of IETF MIB-II (RFC 1213) - * ZD 'sysDescr' - -- syntax 'DisplayString (SIZE (0..255))' - -- (NVT ASCII string) - -- textual description of host system, - -- passed as ASCII string, NOT as localized string - - - -- (see SCMI MIB Implementer's Guide for the format - -- of sysDescr). - -- (see 'hrDeviceDescr' of type 'DisplayString' in IETF HR MIB) - - * ZI 'sysObjectID' - -- syntax 'OBJECT IDENTIFIER' - -- product ID of host system - -- passed as dotted decimal OID or as system product ID label - -- (eg, 'scmPidStarship20'), NOT as binary object identifier - -- (see 'hrDeviceID' of type 'ProductID' in IETF HR MIB) - - * ZS 'sysServices' - -- syntax 'INTEGER (0..127)' - -- bit-mask of services host system offers - -- passed as decimal string, NOT as binary value - - -- Interface group of IETF MIB-II (RFC 1213) - * IX 'ifIndex' - -- syntax 'INTEGER (1..2147483647)' - -- index of host system interface conceptual row - -- (REQUIRED for 'entityCreate') - -- passed as decimal string, NOT as binary index - - * ID 'ifDescr' - -- syntax 'DisplayString (SIZE (0..255))' - -- (NVT ASCII string) - -- textual description of host system interface, - -- including manufacturer, product name, version of hardware - - * IY 'ifType' - -- syntax 'INTEGER (1..2147483647)' (enumeration) - -- (see 'IANAifType' textual convention in 'IANAifType-MIB') - -- type of host system interface - -- passed as decimal string or as interface type enum label - -- (eg, 'iso88025-tokenRing'), NOT as binary value - - * IM 'ifMtu' - -- syntax 'INTEGER (0..2147483647)' - -- max transmission unit (datagram) on host system interface - -- passed as decimal string, NOT as binary value - - * IS 'ifSpeed' - -- syntax 'INTEGER (0..2147483647)' - -- speed (bits/second) of host system interface - -- passed as decimal string, NOT as binary value - - * IP 'ifPhysAddress' - -- syntax 'PhysAddress' - -- physical address of host system interface - -- passed as hexadecimal string, NOT as binary value - - * IZ 'ifSpecific' - -- syntax 'OBJECT IDENTIFIER' - -- reference to media-specific MIB for host system interface - - - -- passed as dotted decimal OID or as media-specific MIB label - -- (eg, 'EtherLike-MIB'), NOT as binary value - - -- System group of IETF HR MIB (RFC 2790) - * ZA 'hrSystemDate' - -- syntax 'DateAndTime' - -- local date and time on host system - -- passed as dotted decimal string (ie, 'yyyy.mm.dd.hh.mm.ss'), - -- NOT as binary value - - * ZL 'hrSystemInitialLoadDevice' - -- syntax 'INTEGER (1..2147483647)' - -- (see 'hrDeviceIndex' in IETF HR MIB) - -- index of 'hrDeviceEntry' for host system boot device - -- (usually a disk drive or ROM) - -- passed as decimal string, NOT as binary value - - * ZP 'hrSystemInitialLoadParameters' - -- syntax 'InternationalDisplayString (SIZE (0..128))' - -- host system boot parameters (eg, pathname and options) - -- passed in dynamic locale - -- (see 'scmGenCurrentLocalizationIndex') - - * ZM 'hrSystemMaxProcesses' - -- syntax 'INTEGER (0..2147483647)' - -- max number of process contexts supported on host system - -- or zero (if no fixed limit) - -- passed as decimal string, NOT as binary value - - -- Storage group of IETF HR MIB (RFC 2790) - * SX 'hrStorageIndex' - -- syntax 'INTEGER (1..2147483647)' - -- index of host system storage conceptual row - -- (REQUIRED for 'entityCreate') - -- passed as decimal string, NOT as binary index - - * SY 'hrStorageType' - -- syntax 'OBJECT IDENTIFIER' - -- (see 'hrStorageTypes' in IETF HR MIB) - -- type of host system storage - -- passed as dotted decimal OID or as storage type label - - * SD 'hrStorageDescr' - -- syntax 'DisplayString (SIZE (0..64))' - -- (NVT ASCII string) - -- textual description of host system storage, - -- including the type and instance of the storage - -- passed as ASCII string, NOT as localized string - - * SU 'hrStorageAllocationUnits' - -- syntax 'INTEGER (1..2147483647)' - -- (size in bytes) - -- size of allocation units on host system storage - -- passed as decimal string, NOT as binary value - - - * SS 'hrStorageSize' - -- syntax 'INTEGER (1..2147483647)' - -- (size in allocation units) - -- size in 'hrStorageAllocationUnits' of host system storage - -- passed as decimal string, NOT as binary value - - -- Device table in Device group of IETF HR MIB (RFC 2790) - * DX 'hrDeviceIndex' - -- syntax 'INTEGER (1..2147483647)' - -- index of host system device conceptual row - -- (REQUIRED for 'deviceCreate') - -- passed as decimal string, NOT as binary index - - * DY 'hrDeviceType' - -- syntax 'OBJECT IDENTIFIER' - -- (see 'hrDeviceTypes' in IETF HR MIB) - -- type of host system device - -- (certain device types make related table entries MANDATORY) - -- passed as dotted decimal OID or as device type label - -- (eg, 'hrDevicePrinter'), NOT as binary 'OBJECT IDENTIFIER' - - * DD 'hrDeviceDescr' - -- syntax 'DisplayString' (SIZE (0..64)) - -- (NVT ASCII string) - -- textual description of host system device, - -- including manufacturer and revision, and - -- (optionally) serial number - -- passed as ASCII string, NOT as localized string - - * DI 'hrDeviceID' - -- syntax 'ProductID' - -- (manufacturer defined object identifier) - -- product ID of host system device - -- passed as dotted decimal OID or as device product ID label - -- (eg, 'scmPidStarship20'), NOT as binary object identifier - - -- Processor table in Device group of IETF HR MIB (RFC 2790) - * PI 'hrProcessorFrwID' - -- syntax 'ProductID' - -- (manufacturer defined object identifier) - -- product ID of firmware associated with processor device - -- passed as dotted decimal OID or as firmware product ID label - -- (for device types 'hrDeviceProcessor' in HR Device table) - - -- Network table in Device group of IETF HR MIB (RFC 2790) - * NI 'hrNetworkIfIndex' - -- syntax 'INTEGER (1..2147483647)' - -- (see 'ifIndex' in IETF MIB-II) - -- index of 'ifEntry' associated with network device - -- passed as decimal string, NOT as binary index - -- (for device types 'hrDeviceNetwork' in HR Device table) - - -- Disk Storage table in Device group of IETF HR MIB (RFC 2790) - - - * KA 'hrDiskStorageAccess' - -- syntax 'INTEGER (1..2)' (enumeration) - -- access (including write-protect) of disk storage device - -- passed as decimal string or as access enum label - -- (eg, 'readOnly'), NOT as binary value - -- (for device types 'hrDeviceDiskStorage' in HR Device table) - - * KM 'hrDiskStorageMedia' - -- syntax 'INTEGER (1..8)' (enumeration) - -- type of media used in disk storage device - -- passed as decimal string or as media enum label - -- (eg, 'hardDisk'), NOT as binary value - -- (for device types 'hrDeviceDiskStorage' in HR Device table) - - * KR 'hrDiskStorageRemoveble' - -- syntax 'Boolean' (true/false, defined in IETF HR MIB) - -- indicates if media MAY be removed for disk storage device - -- (note the spelling error in 'hrDiskStorageRemoveble' !!) - -- passed as decimal string or as boolean enum label - -- (eg, 'true'), NOT as binary value - -- (for device types 'hrDeviceDiskStorage' in HR Device table) - - * KC 'hrDiskStorageCapacity' - -- syntax 'KBytes' (kilobytes, defined in IETF HR MIB) - -- total size of disk storage device - -- passed as decimal string, NOT as binary value - -- (for device types 'hrDeviceDiskStorage' in HR Device table) - - -- Partition table in Device group of IETF HR MIB (RFC 2790) - * XX 'hrPartitionIndex' - -- syntax 'INTEGER (1..2147483647)' - -- index of disk storage partition - -- (REQUIRED for 'entityCreate') - -- passed as decimal string, NOT as binary index - -- (for device types 'hrDeviceDiskStorage' in HR Device table) - - * XL 'hrPartitionLabel' - -- syntax 'InternationalDisplayString (SIZE (0..128))' - -- textual description of disk storage partition - -- passed in dynamic locale - -- (see 'scmGenCurrentLocalizationIndex') - -- (for device types 'hrDeviceDiskStorage' in HR Device table) - - * XI 'hrPartitionID' - -- syntax 'OCTET STRING (SIZE (0..128))' - -- descriptor (possibly binary) of disk storage partition - -- passed as hexadecimal string, NOT as binary value - -- (for device types 'hrDeviceDiskStorage' in HR Device table) - - * XS 'hrPartitionSize' - -- syntax 'KBytes' (kilobytes, defined in IETF HR MIB) - -- total size of disk storage partition - -- passed as decimal string, NOT as binary value - -- (for device types 'hrDeviceDiskStorage' in HR Device table) - - - * XF 'hrPartitionFSIndex' - -- syntax 'INTEGER (0..2147483647)' - -- (see 'hrFSIndex' in IETF HR MIB) - -- index of 'hrFSEntry' mounted on disk storage partition - -- or zero, if none - -- passed as decimal string, NOT as binary value - -- (exactly ONE file system MAY be mounted on a partition) - -- (note that multiple partitions MAY support ONE file system, - -- but multiple file systems MAY NOT reside on ONE partition) - -- (for device types 'hrDeviceDiskStorage' in HR Device table) - - -- File System table in Device group of IETF HR MIB (RFC 2790) - * FX 'hrFSIndex' - -- syntax 'INTEGER (1..2147483647)' - -- index of file system - -- (REQUIRED for 'entityCreate') - -- passed as decimal string, NOT as binary index - -- (for device types 'hrDeviceDiskStorage' in HR Device table) - - * FM 'hrFSMountPoint' - -- syntax 'InternationalDisplayString (SIZE (0..128))' - -- path name of the root of file system - -- passed in dynamic locale - -- (see 'scmGenCurrentLocalizationIndex') - -- (for device types 'hrDeviceDiskStorage' in HR Device table) - - * FR 'hrFSRemoteMountPoint' - -- syntax 'InternationalDisplayString (SIZE (0..128))' - -- name or address of server file system is mounted from - -- passed in dynamic locale - -- (see 'scmGenCurrentLocalizationIndex') - -- (for device types 'hrDeviceDiskStorage' in HR Device table) - - * FY 'hrFSType' - -- syntax 'OBJECT IDENTIFIER' - -- (see 'hrFSTypes' in IETF HR MIB) - -- type of file system - -- passed as dotted decimal OID or as file system type label - -- (eg, 'hrFSiso9660'), NOT as binary 'OBJECT IDENTIFIER' - -- (for device types 'hrDeviceDiskStorage' in HR Device table) - - * FA 'hrFSAccess' - -- syntax 'INTEGER (1..2)' (enumeration) - -- access of WHOLE file system (NOT individual files) - -- passed as decimal string or as access enum label - -- (eg, 'readOnly'), NOT as binary value - -- (for device types 'hrDeviceDiskStorage' in HR Device table) - - * FB 'hrFSBootable' - -- syntax 'Boolean' (true/false, defined in IETF HR MIB) - -- indicates if file system is bootable - -- passed as decimal string or as boolean enum label - -- (eg, 'true'), NOT as binary value - - - -- (for device types 'hrDeviceDiskStorage' in HR Device table) - - * FS 'hrFSStorageIndex' - -- syntax 'INTEGER (0..2147483647)' - -- (see 'hrStorageIndex' in IETF HR MIB) - -- index of 'hrStorageEntry' for file system - -- or zero, if none - -- passed as decimal string, NOT as binary value - -- (exactly ONE file system MAY be mounted on a partition) - -- (note that multiple partitions MAY support ONE file system, - -- but multiple file systems MAY NOT reside on ONE partition) - -- (for device types 'hrDeviceDiskStorage' in HR Device table) - - -- Software Running group of IETF HR MIB (RFC 2790) - * RO 'hrSWOSIndex' - -- syntax 'INTEGER (1..2147483647)' - -- index of operating system running software conceptual row - -- passed as decimal string, NOT as binary index - - * RX 'hrSWRunIndex' - -- syntax 'INTEGER (1..2147483647)' - -- index of host system running software conceptual row - -- (REQUIRED for 'entityCreate') - -- passed as decimal string, NOT as binary index - - * RN 'hrSWRunName' - -- syntax 'InternationalDisplayString (SIZE (0..64))' - -- textual description of running software, - -- including manufacturer, revision, local name, and - -- (optionally) serial number - -- passed in dynamic locale - -- (see 'scmGenCurrentLocalizationIndex') - - * RI 'hrSWRunID' - -- syntax 'ProductID' - -- (manufacturer defined object identifier) - -- product ID of running software - -- passed as dotted decimal OID or as software product ID label - -- (eg, 'scmPidStarship20'), NOT as binary object identifier - - * RF 'hrSWRunPath' - -- syntax 'InternationalDisplayString (SIZE (0..128))' - -- initial load path (file) of running software - -- passed in dynamic locale - -- (see 'scmGenCurrentLocalizationIndex') - - * RP 'hrSWRunParameters' - -- syntax 'InternationalDisplayString (SIZE (0..128))' - -- initial load parameters (arguments) of running software - -- passed in dynamic locale - -- (see 'scmGenCurrentLocalizationIndex') - - * RY 'hrSWRunType' - -- syntax 'INTEGER (1..4)' (enumeration) - - - -- type of running software - -- passed as decimal string or as software type enum label - -- (eg, 'application'), NOT as binary value - - -- Software Installed group of IETF HR MIB (RFC 2790) - * WX 'hrSWInstalledIndex' - -- syntax 'INTEGER (1..2147483647)' - -- index of host system installed software conceptual row - -- (REQUIRED for 'entityCreate') - -- passed as decimal string, NOT as binary index - - * WN 'hrSWInstalledName' - -- syntax 'InternationalDisplayString (SIZE (0..64))' - -- textual description of installed software, - -- including manufacturer, revision, local name, and - -- (optionally) serial number - -- passed in dynamic locale - -- (see 'scmGenCurrentLocalizationIndex') - - * WI 'hrSWInstalledID' - -- syntax 'ProductID' - -- (manufacturer defined object identifier) - -- product ID of installed software - -- passed as dotted decimal OID or as software product ID label - -- (eg, 'scmPidStarship20'), NOT as binary object identifier - - * WY 'hrSWInstalledType' - -- syntax 'INTEGER (1..4)' (enumeration) - -- type of installed software - -- passed as decimal string or as software type enum label - -- (eg, 'application'), NOT as binary value - - -- Color Calibration Information - * CN [Color Name - no object mapping] - -- syntax 'DisplayString (SIZE (2))' - -- name of a color (color plus level) - -- color: C=cyan, M=magenta, Y=yellow, K=Black - -- color: R=red, G=green, B=blue - -- level: S=shadow, M=midbalance, H=highlight, W=whitepoint - -- (eg, 'CN=CS:' specifies a color name of 'cyan-shadow') - -- (see 'TCxx' system color calibration tests below) - * CV [Color Value - no object mapping] - -- syntax 'INTEGER (0..100)' - -- value of a color (specified by previous 'CN=xx' element) - -- (eg, 'CV=20:' specifies a color value of '20') - -- (see 'TCxx' system color calibration tests below) - - -- SNMP Community Names (for SNMPv1c and SNMPv2c) - * CO [Community Name Ordinal - no direct object mapping] - -- syntax 'Ordinal32' - -- ordinal for storing the 'CR|CW|CT' value below to an array - -- (eg, 'CO=1' refers to object 'scmGenBaseSNMPxxxCommunity') - -- (see 'CR', 'CW', and 'CT' below) - * CR 'scmGenBaseSNMPReadCommunity' - - - -- syntax 'ScmFixedLocaleDisplayString (SIZE (0..255))' - -- read community name for SNMP 'Get|GetNext|GetBulk' PDUs - -- passed in fixed locale (see 'scmGenFixedLocalizationIndex') - -- (eg, 'CR=:' clears all read community names) - -- (eg, 'CR=public:' sets a read community name of 'public') - * CW 'scmGenBaseSNMPWriteCommunity' - -- syntax 'ScmFixedLocaleDisplayString (SIZE (0..255))' - -- write community name for SNMP 'Set|Get|GetNext|GetBulk' PDUs - -- passed in fixed locale (see 'scmGenFixedLocalizationIndex') - * CT 'scmGenBaseSNMPTrapCommunity' - -- syntax 'ScmFixedLocaleDisplayString (SIZE (0..255))' - -- trap community name for SNMP 'Inform|Trap' PDUs - -- passed in fixed locale (see 'scmGenFixedLocalizationIndex') - - -- Job Data from SCMI Job Monitoring MIB (41jobmon) - * JA 'scmJobSubmittingApplication' - -- syntax 'CodeIndexedStringIndex' - -- job programmatic originator (as opposed to job human owner) - -- passed in fixed locale (see 'scmGenFixedLocalizationIndex') - - * JC 'scmJobClientId' - -- syntax 'ScmGlobalUniqueID' - -- job client-assigned identifier - -- passed as dotted decimal string, NOT as a binary OID - - * JD 'scmDocName' - -- syntax 'CodeIndexedStringIndex' - -- document name - -- passed in fixed locale (see 'scmGenFixedLocalizationIndex') - - * JF 'scmDocFileName' - -- syntax 'CodeIndexedStringIndex' - -- document filename (MAY be used for print-by-reference) - -- passed in fixed locale (see 'scmGenFixedLocalizationIndex') - - * JH 'jobHoldSet' in 'scmJobStateReasons' - -- syntax 'TruthValue' - -- job hold (for creating job with held-by-user condition) - -- passed as '1' (true) or '2' (false), NOT as binary value - - * JM 'scmJobMessageFromAdministrator' - -- syntax 'CodeIndexedStringIndex' - -- job message from system administrator - -- passed in fixed locale (see 'scmGenFixedLocalizationIndex') - - * JN 'scmJobName' - -- syntax 'CodeIndexedStringIndex' - -- job name - -- passed in fixed locale (see 'scmGenFixedLocalizationIndex') - - * JO 'scmJobOwner' - -- syntax 'CodeIndexedStringIndex' - -- job human owner (as opposed to job programmatic originator) - -- passed in fixed locale (see 'scmGenFixedLocalizationIndex') - - - * JP 'scmJobPriority' - -- syntax 'INTEGER (0..100)' - -- job priority (0=unspecified, 1=lowest, 100=highest) - -- passed as decimal string, NOT as binary index - - * JR 'scmJobRetentionPeriod' - -- syntax 'Cardinal32' - -- job retention period (in seconds after completion) - -- passed as decimal string, NOT as binary value - - * JS 'scmJobServiceType' - -- syntax 'ScmJMJobServiceTypeOID' (OBJECT IDENTIFIER) - -- job service type - -- passed as dotted decimal OID or as job service type label - -- (eg, 'scmJobServicePrintOID'), - -- NOT as binary 'OBJECT IDENTIFIER' - - * JT 'scmJobProcessAfter' - -- syntax 'DateAndTime' - -- job process after calendar date and time - -- passed as dotted decimal string (ie, 'yyyy.mm.dd.hh.mm.ss'), - -- NOT as binary value - - * JU 'scmJobComment' - -- syntax 'CodeIndexedStringIndex' - -- job comment from user (eg, for banner sheet) - -- passed in fixed locale (see 'scmGenFixedLocalizationIndex') - - * JW ['system job' standard type - no object mapping] - -- syntax 'DisplayString' - -- 'system job' standard type (standardized below) - -- (REQUIRED for 'deviceJobCreate') - -- passed as ASCII string, NOT as localized string - -- (copied to 'scmJobName', unless 'JN' tag is specified) - - * JX ['system job' extended type - no object mapping] - -- syntax 'DisplayString' - -- 'system job' extended type (freeform, no standards) - -- (OPTIONAL for 'deviceJobCreate') - -- passed as ASCII string, NOT as localized string - -- (appended to 'scmJobName', unless 'JN' tag is specified) - - SCMI standard 'system job' types for use in 'JW' arguments - (in 'scmHrDevMgmtCommandData' and 'scmSimpleJobMgmtData') and - for the value of 'scmJobName' (unless 'JN' tag is specified) - are as follows: - - -- Accounting Reports - * ACCT (basic) accounting report - * AEXT (extended) accounting report - - -- Configuration Reports - * CONF (basic) system configuration report - - - * CEXT (extended) system configuration report - * CMEM (installed) memory configuration report - * CMSR media (supported and ready) configuration report - * CNET network interfaces configuration report - * COPT (installed) optional devices configuration report - * CPDL (JCL and/or PDL) interpreters configuration report - * CPRO network protocols configuration report - * CSWI (installed) software configuration report - - -- Demos - * DEMO (basic) demo job - * DEXT (extended) demo job - - -- Font Reports - * FONT (basic) fonts report - * FEXT (extended) fonts report - * FPCL (installed) HP PCL fonts report - * FPSX (installed) Adobe PostScript fonts report - - -- List Directories and/or Files - -- See section 3.4.1 'List Directory (LIST) Requests' - -- in SCMI Ext to Host Resources TC. - * LIST list tree of disk directories (but NOT contents) - * LALL list tree of disk directories (including all files) - * LDIR list (specific) disk directory - * LERR list system error file - * LLOG list system log file - * LFIL list (specific) file - - -- Local UI Menu Reports - * MENU (basic) local UI menu tree report - * MEXT (extended) local UI menu tree report - - -- Document Resources Reports - * RSRC (basic) document resources report - * REXT (extended) document resources report - - -- System Tests - * TEST (basic) system test - * TEXT (extended) system test - * TMEM (installed) memory verfication test report - * TNET network interfaces verification test report - * TOPT (installed) optional devices test report - * TPAT print test pattern (especially for printers and copiers) - * TPDL (JCL and/or PDL) interpreters system test report - * TPRO network protocols verification test report - * TSWI (installed) software verfication test report - - -- System Color Calibration Tests - * TCAC print automatic color chart (auto calibration) - * TCBC print balance chart (manual calibration) - * TCCC print corrected color chart (color calibration) - * TCSC scan automatic color chart (auto calibration) - * TCTC print tone chart (manual calibration) - - - * TCUC print uncorrected color chart (color calibration) - * TCBV set balance values (manual calibration) - * TCTV set tone values (manual calibration) - - -- User Reports - * USER (basic) configured users report - * UEXT (extended) configured users report - - The above SCMI standard 'tags' MAY be extended in the future." - REFERENCE - "See: Section 4 'Print Utilities' (pages 71 to 212) of - POSIX Sys Admin (IEEE 1387.4 / Draft 8, October 1994). - See: 'hrDeviceStatus' in the Device group of the - IETF Host Resources MIB (RFC 2790). - See: Section 3.4 'SCMI Standard Tagged Management Data' and - Section 3.5 'Simple Device Management Requests' in - SCMI Ext to Host Resources TC. - See: Section 3.5.3 'Secure Simple Device Mgmt Requests' in - SCMI Security TC." - SYNTAX OCTET STRING (SIZE (2)) - -ScmHrDevPowerModeType ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "A device power mode type, used by system administrators - of this device for power management details. - - Usage: Used in 'devicePowerModeType' Device Detail, to clearly - identify the referenced power mode (without resort to strings)." - SYNTAX INTEGER { - other(1), -- other power mode type - unknown(2), -- unknown power mode type - -- SCMI simple device power modes, supported in - -- Device Calendar, Device Mgmt, and Device Power groups via - -- 'ScmHrDevMgmtCommandRequest' and 'ScmHrDevInfoConditions' - readyMode(3), -- 'warmUp|powerToReady' in - -- 'ScmHrDevMgmtCommandRequest' - standbyMode(4), -- 'coolDown|powerToStandby' in - -- 'ScmHrDevMgmtCommandRequest' - sleepMode(5), -- 'energySave|powerToSleep' in - -- 'ScmHrDevMgmtCommandRequest' - offMode(6) -- 'shutdown|quiesce' in - -- 'ScmHrDevMgmtCommandRequest' - -- SCMI advanced device power modes, supported in - -- Device Detail group via - -- 'ScmHrDevDetailType' of 'devicePowerModeType' - -- ...to be supplied - } - - -ScmHrDevPowerTimeUnit ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "A device power cycle time unit, used by system administrators - of this device for power management cycle times. - - Usage: Used to scale the values in the Device Power group, for - convenience and (optional) high resolution." - SYNTAX INTEGER { - other(1), -- other time unit - unknown(2), -- unknown time unit - microsecond(3), -- 1 microsecond - millisecond(4), -- 1 millisecond - second(5), -- 1 second - kilosecond(6), -- 1 kilosecond - megasecond(7), -- 1 megasecond - minute(8), -- 1 minute - hour(9), -- 1 hour - day(10), -- 1 day - week(11), -- 1 week - month(12), -- 1 month - year(13) -- 1 year - } - -ScmHrDevTrafficUnit ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "The type of traffic unit used to measure input and/or output - traffic for this device. - - Usage: The use of either 'other' or 'unknown' is uninformative - and SHOULD be avoided by conforming implementations. - - Usage: 'mediaImage' - SHOULD be used ONLY for softcopy - INPUT page images (scan, copy, fax, etc.). - 'mediaImpression' - SHOULD be used ONLY for hardcopy - OUTPUT page impressions (print, copy, fax, etc.) - 'mediaSheet' - SHOULD be used ONLY for hardcopy - OUTPUT and does NOT always equal output pages - (e.g., duplex or N-up printing)." - SYNTAX INTEGER { - other(1), -- other traffic unit - unknown(2), -- unknown traffic unit - binaryBit(11), -- 1 bit - binaryNibble(12), -- 4 bits - binaryOctet(13), -- 8 bits - binaryLine(14), -- 1 to N bits (eg, video line) - textCharacter(15), -- 5 to 8 bits - textWord(16), -- 1 to N characters - textLine(17), -- 1 to N characters - textSentence(18), -- 1 to N words - textParagraph(19), -- 1 to N sentences - mediaBlock(20), -- 1 media-specific block - mediaSector(21), -- 1 media-specific sector - - - mediaRow(22), -- 1 media-specific row - mediaColumn(23), -- 1 media-specific column - mediaPacket(24), -- 1 media-specific packet - mediaCell(25), -- 1 media-specific cell - mediaImage(26), -- 1 media-specific image - mediaImpression(27), -- 1 media-specific impression - mediaSheet(28), -- 1 media-specific sheet - lengthInch(29), -- 1 English inch - lengthFoot(30), -- 1 English foot - lengthYard(31), -- 1 English yard - lengthMile(32), -- 1 English mile - lengthMicrometer(33), -- 1 micrometer - lengthMillimeter(34), -- 1 millimeter - lengthCentimeter(35), -- 1 centimeter - lengthMeter(36), -- 1 meter - lengthKilometer(37), -- 1 kilometer - volumeMicroliter(38), -- 1 microliter - volumeMilliliter(39), -- 1 milliliter - volumeLiter(40), -- 1 liter - volumeKiloliter(41), -- 1 kiloliter - weightMicrogram(42), -- 1 microgram - weightMilligram(43), -- 1 milligram - weightGram(44), -- 1 gram - weightKilogram(45), -- 1 kilogram - areaSqInch(50), -- 1 square inch - areaSqFoot(51), -- 1 square Foot - areaSqYard(52), -- 1 square Yard - areaSqMile(53), -- 1 square Mile - areaSqMicrometer(54), -- 1 square Micrometer - areaSqMillimeter(55), -- 1 square Millimeter - areaSqCentimeter(56), -- 1 square Centimeter - areaSqMeter(57), -- 1 square Meter - areaSqKilometer(58), -- 1 square Kilometer - areaSheet(59), -- Area in "sheets" - media100Image(60), -- 100 media-specific image - media100Impression(61), -- 100 media-specific impression - media100Sheet(62), -- 100 media-specific sheet - length100Foot(63), -- 100 English feet - length100Meter(64), -- 100 meter (a hectometer) - area100SqFoot(65), -- 100 square Feet - area10SqMeter(66), -- 10 square Meters - area100Sheet(67) -- 100 times area of a sheet - --- Note that 10 sqMeters = 107.584 sqFeet. --- The area of a "sheet" is defined as the area in square meters --- divided by 16 rounded to the nearest integer but at least 1. - } - -ScmHrGroupSupport ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "The terse conformance statement of ALL mandatory, conditionally - mandatory, and optional IETF Host Resources MIB (RFC 2790) - and SCMI Ext to Host Resources MIB objects which are - - - supported by this management agent implementation (ie, version) - on this host system, specified in a bit-mask. - - The current set of values (which MAY be extended in the future) - is given below: - - -- IETF Host Resources MIB object groups - 1 : hrSystemGroup -- 2**0 - 2 : hrStorageGroup -- 2**1 - 4 : hrDeviceGroup -- 2**2 - 8 : hrSWRunGroup -- 2**3 - 16 : hrSWRunPerfGroup -- 2**4 - 32 : hrSWInstalledGroup -- 2**5 - -- SCMI Ext to Host Resources MIB object groups - 64 : scmHrDevInfoGroup -- 2**6 - 128 : scmHrDevHelpGroup -- 2**7 - 256 : scmHrDevMgmtGroup -- 2**8 - 512 : scmHrDevPowerGroup -- 2**9 - 1024 : scmHrDevTrafficGroup -- 2**10 - 2048 : scmHrSystemFaultGroup -- 2**11 - 4096 : scmHrGeneralGroup -- 2**12 - 8192 : scmHrDevCalendarGroup -- 2**13 - 16384 : scmHrSWRunGroup -- 2**14 - 32768 : scmHrSWInstalledGroup -- 2**15 - 65536 : scmHrDevDetailGroup -- 2**16 - 131072 : scmHrStorageExtGroup -- 2**17 - 262144 : scmHrStorageDetailGroup -- 2**18 - 524288 : scmHrDevCoverGroup -- 2**19 - 1048576 : scmHrDevAlertGroup -- 2**20 - 2097152 : scmHrConsoleScreenGroup -- 2**21 - 4194304 : scmHrConsoleTabGroup -- 2**22 - -- IETF Host Resources MIB tables for specific device types - 33554432 : hrProcessorTable -- 2**25 - 67108864 : hrNetworkTable -- 2**26 - 134217728 : hrPrinterTable -- 2**27 - 268435456 : hrDiskStorageTable -- 2**28 - 536870912 : hrPartitionTable -- 2**29 - 1073741824 : hrFSTable -- 2**30 - - -- 2**31 NOT used, due to 'Integer32|Cardinal32' semantics - - Usage: Conforming management agents SHALL accurately - report their support for IETF Host Resources MIB (RFC 2790) - and SCMI Ext to Host Resources MIB object groups." - SYNTAX INTEGER (0..2147483647) -- biggest int = 2**31-1 - -ScmHrSWRunXStatus ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "An extended software status, used by system administrators and - end users of this software (here, read 'state' for 'status'). - - Note: This extended software status is present for future - extensions." - - - REFERENCE - "See: 'hrSWRunStatus' in the basic Software Running Group - of the IETF Host Resources MIB (RFC 2790)." - SYNTAX INTEGER { - none(0), - other(1), - unknown(2) - } - -ScmHrStorageDetailType ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "The type of the storage detail information specified - in this conceptual row in the 'scmHrStorageDetailTable'. - - Usage: Used to describe system-, program-, or thread-level - memory allocations/reservations. - - Usage: 'hrStorageEntry' and (optionally) 'scmHrStorageEntry' - MAY be referenced via 'scmSecServiceHrStorageIndex' in the - Service group of the SCMI Security MIB. - - Usage: Conforming management stations and management agents - SHALL implement specified semantics for storage detail types." - --- * 'other' --- * 'unknown' --- --- - Storage general info --- * 'storageName' --- - storage administrative name in directory (primary name) --- - type - (ScmFixedLocaleDisplayString) --- - subtype - '...ValueOID' (directory in SCMI Comms Config TC) --- - (eg, 'scmCOInternetDNS') --- - data - '...ValueString' --- - (eg, 'showstopper.sample.com') --- * 'storageAlias' --- - storage administrative alias in directory (alternate name) --- - type - (ScmFixedLocaleDisplayString) --- - subtype - '...ValueOID' (directory in SCMI Comms Config TC) --- - (eg, 'scmCOInternetDNS') --- - data - '...ValueString' --- - (eg, 'LaserRat') --- * 'storageType' --- - storage type --- - see - 'hrStorageType' in IETF HR MIB --- - type - (OBJECT IDENTIFIER) --- - data - '...ValueOID' --- - (eg, 'hrStorageRam') --- * 'storageDescription' --- - storage description --- - see - 'hrStorageDescr' in IETF HR MIB --- - type - (ScmFixedLocaleDisplayString) --- - data - '...ValueString' - - --- - (eg, 'RAM Memory') --- * 'storageAllocationUnits' --- - storage allocation block size (in octets) --- - type - (Cardinal32) 'hrStorageAllocationUnits' --- - data - '...ValueInteger' --- - (eg, '4096') --- * 'storageTree' --- - storage tree prefix to name/alias in directory --- - type - (ScmFixedLocaleDisplayString) --- - subtype - '...ValueOID' (directory in SCMI Comms Config TC) --- - (eg, 'scmCONetwareNDS') --- - data - '...ValueString' --- - (MAY also appear in 'storageName') --- * 'storageContext' --- - storage context prefix to name/alias in directory --- - type - (ScmFixedLocaleDisplayString) --- - subtype - '...ValueOID' (directory in SCMI Comms Config TC) --- - (eg, 'scmCONetwareNDS') --- - data - '...ValueString' --- - (MAY also appear in 'storageName') --- --- - System/Program/Thread storage details --- * 'storageInputBuffer' --- - network or standard input buffer size --- - type - (Cardinal32) --- - data - '...ValueInteger' --- - positive integer = size in 'hrStorageAllocationUnits' --- - zero = no size specified --- * 'storageOutputBuffer' --- - network or standard output buffer size --- - type - (Cardinal32) --- - data - '...ValueInteger' --- - positive integer = size in 'hrStorageAllocationUnits' --- - zero = no size specified --- * 'storageImageBuffer' --- - frame buffer size --- - type - (Cardinal32) --- - data - '...ValueInteger' --- - positive integer = size in 'hrStorageAllocationUnits' --- - zero = no size specified --- * 'storageMarkerBuffer' --- - marker buffer size (for hardcopy) --- - type - (Cardinal32) --- - data - '...ValueInteger' --- - positive integer = size in 'hrStorageAllocationUnits' --- - zero = no size specified --- * 'storagePageBuffer' --- - interpreter buffer size (for softcopy) --- - type - (Cardinal32) --- - data - '...ValueInteger' --- - positive integer = size in 'hrStorageAllocationUnits' --- - zero = no size specified --- * 'storageTranslationBuffer' --- - translation/localization buffer size - - --- - type - (Cardinal32) --- - data - '...ValueInteger' --- - positive integer = size in 'hrStorageAllocationUnits' --- - zero = no size specified --- * 'storageWorkingBuffer' --- - working buffer size --- - type - (Cardinal32) --- - data - '...ValueInteger' --- - positive integer = size in 'hrStorageAllocationUnits' --- - zero = no size specified --- --- - Interpreter storage details --- * 'storageFontCache' --- - interpreter font cache size --- - type - (Cardinal32) --- - data - '...ValueInteger' --- - positive integer = size in 'hrStorageAllocationUnits' --- - zero = no size specified --- * 'storageFormCache' --- - interpreter form cache size --- - type - (Cardinal32) --- - data - '...ValueInteger' --- - positive integer = size in 'hrStorageAllocationUnits' --- - zero = no size specified --- * 'storageLogoCache' --- - interpreter logo cache size --- - type - (Cardinal32) --- - data - '...ValueInteger' --- - positive integer = size in 'hrStorageAllocationUnits' --- - zero = no size specified --- * 'storageMacroCache' --- - interpreter macro cache size --- - type - (Cardinal32) --- - data - '...ValueInteger' --- - positive integer = size in 'hrStorageAllocationUnits' --- - zero = no size specified --- * 'storageStyleCache' --- - interpreter style cache size --- - type - (Cardinal32) --- - data - '...ValueInteger' --- - positive integer = size in 'hrStorageAllocationUnits' --- - zero = no size specified --- --- - Program/Thread storage details --- * 'storageHeapMemory' --- - program/thread heap memory size --- - type - (Cardinal32) --- - data - '...ValueInteger' --- - positive integer = size in 'hrStorageAllocationUnits' --- - zero = no size specified --- * 'storagePrefixMemory' --- - program/thread prefix memory size --- - type - (Cardinal32) --- - data - '...ValueInteger' - - --- - positive integer = size in 'hrStorageAllocationUnits' --- - zero = no size specified --- * 'storageStackMemory' --- - program/thread stack memory size --- - type - (Cardinal32) --- - data - '...ValueInteger' --- - positive integer = size in 'hrStorageAllocationUnits' --- - zero = no size specified --- * 'storageWorkingMemory' --- - program/thread working memory size --- - type - (Cardinal32) --- - data - '...ValueInteger' --- - positive integer = size in 'hrStorageAllocationUnits' --- - zero = no size specified --- --- - Storage addressing details --- * 'storageBaseAddress' --- - storage base address (physical or logical) --- - type - (Cardinal32) --- - data - '...ValueInteger' --- - (eg, '0xF800') --- * 'storageWordSize' --- - storage addressability (word size in octets) --- - type - (Cardinal32) --- - data - '...ValueInteger' --- - (eg, '4') --- * 'storagePageSize' --- - storage page size (in octets) --- - type - (Cardinal32) --- - data - '...ValueInteger' --- - (eg, '8192') - REFERENCE - "See: 'scmHrStorageDetailUnit' for units of storage detail." - SYNTAX INTEGER { - other(1), - unknown(2), - -- Storage general info - storageName(3), -- storage name (primary name) - storageAlias(4), -- storage alias (other name) - storageType(5), -- storage type (R/W) - storageDescription(6), -- storage description (R/W) - storageAllocationUnits(7), -- storage allocation block size - storageTree(8), -- storage directory tree - storageContext(9), -- storage context - -- System/Program/Thread storage details - storageInputBuffer(10), -- network or standard input - storageOutputBuffer(11), -- network or standard output - storageImageBuffer(12), -- frame buffer - storageMarkerBuffer(13), -- marker buffer (hardcopy) - storagePageBuffer(14), -- interpreter buffer (softcopy) - storageTranslationBuffer(15), -- translate/localize buffer - storageWorkingBuffer(16), -- working buffer - -- Interpreter storage details - storageFontCache(20), -- interpreter font cache - - - storageFormCache(21), -- interpreter form cache - storageLogoCache(22), -- interpreter logo cache - storageMacroCache(23), -- interpreter macro cache - storageStyleCache(24), -- interpreter style cache - -- Program/Thread storage details - storageHeapMemory(30), -- program/thread heap memory - storagePrefixMemory(31), -- program/thread prefix memory - storageStackMemory(32), -- program/thread stack memory - storageWorkingMemory(33), -- program/thread working memory - -- Storage addressing details - storageBaseAddress(40), -- storage base address - storageWordSize(41), -- storage addressability - storagePageSize(42) -- storage page size - } - -ScmHrStorageRealization ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "An extended storage type (or storage 'realization'), - used by system administrators and end users of this storage. - - Usage: The use of either 'other' or 'unknown' is uninformative - and SHOULD be avoided by conforming implementations. - - * 'physicalSystem' - 'real' memory installed on a 'system' - whose product is found via 'scmHrStorageProductDeviceIndex' and - whose CPU is found via 'scmHrStoragePlatformDeviceIndex' and - whose self is found via 'scmHrStorageMatchingDeviceIndex'; - * 'physicalProgram' - 'real' memory assigned to a 'program' - (memory which is 'pinned' and is NOT paged to disk storage) - whose program is found via 'scmHrStorageSWRunIndex'; - * 'physicalThread' - 'real' memory assigned to a 'thread' - (memory which is 'pinned' and is NOT paged to disk storage) - whose program/thread is found via 'scmHrStorageSWRunIndex'; - * 'logicalSystem' - 'virtual' memory assigned to a 'system' - (memory which is NOT 'pinned' and MAY be paged to disk storage) - whose product is found via 'scmHrStorageProductDeviceIndex' and - whose CPU is found via 'scmHrStoragePlatformDeviceIndex' and - whose self is found via 'scmHrStorageMatchingDeviceIndex'; - * 'logicalProgram' - 'virtual' memory assigned to a 'program' - (memory which is NOT 'pinned' and MAY be paged to disk storage) - whose program is found via 'scmHrStorageSWRunIndex'; - * 'logicalThread' - 'virtual' memory assigned to a 'thread' - (memory which is NOT 'pinned' and MAY be paged to disk storage) - whose program/thread is found via 'scmHrStorageSWRunIndex'." - REFERENCE - "See: 'ScmHrDevInfoRealization' textual convention in - the SCMI Ext to Host Resources TC. - See: 'scmHrDevInfoRealization' in the Device Info group of - the SCMI Ext to Host Resources MIB." - SYNTAX INTEGER { - other(1), -- other storage - unknown(2), -- unknown storage - physicalSystem(10), -- 'real' system storage - - - physicalProgram(11), -- 'real' program storage - physicalThread(12), -- 'real' thread storage - logicalSystem(20), -- 'virtual' system storage - logicalProgram(21), -- 'virtual' program storage - logicalThread(22) -- 'virtual' thread storage - } - -ScmHrDpaAvailability ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "The generic availability of this system, device, service, etc." - REFERENCE - "See: Section 9.1.6.6 '[Generic attribute] Availability' and - Annex A 'id-val-availability-...' - in DPA (ISO/IEC 10175-1 Final Text, March 1996)." - -- The following enum values are identical to the final arcs of - -- the ISO DPA 'id-val-availability-...' OIDs - SYNTAX INTEGER { - high(1), - normal(2), - low(3), - none(5), - unknown(6) - } - -ScmHrDpaConditions ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "The generic conditions (ie, state reasons) of this system, - device, service, etc, specified in a bit-mask. - - -- DPA - Service level operations - -- See section D.2.3 of DPA Mgmt Service (ISO 10175-3) - -- and section 4 of POSIX DPA Client (IEEE 1387.4) - 1 : cleanedByOperator -- 2**0 - 2 : cleanedBySystem -- 2**1 - -- all jobs deleted by operator/system - -- 'serviceClean' in 'ScmSvcMonServiceMgmtOperation' - -- 'pdclean' in POSIX DPA Client - 4 : disabledByOperator -- 2**2 - 8 : disabledBySystem -- 2**3 - -- all new jobs rejected by system - -- 'serviceDisable' in 'ScmSvcMonServiceMgmtOperation' - -- 'pddisable' in POSIX DPA Client - 16 : pausedByOperator -- 2**4 - 32 : pausedBySystem -- 2**5 - -- all existing job output suspended on system - -- 'servicePause' in 'ScmSvcMonServiceMgmtOperation' - -- 'pdpause' in POSIX DPA Client - 64 : shutdownByOperator -- 2**6 - 'pdshutdown' - 128 : shutdownBySystem -- 2**7 - 'pdshutdown' - -- service state is 'terminating', then 'unavailable' - -- 'serviceShutdown' in 'ScmSvcMonServiceMgmtOperation' - -- 'pdshutdown' in POSIX DPA Client - - - -- SCMI - Service level extended operations - 256 : diagnosedByOperator -- 2**8 - 512 : diagnosedBySystem -- 2**9 - -- 'serviceDiagnose' in 'ScmSvcMonServiceMgmtOperation' - 1024 : resetByOperator -- 2**10 - 2048 : resetBySystem -- 2**11 - -- 'serviceReset[Cold|Warm|Factory]' - -- in 'ScmSvcMonServiceMgmtOperation' - 4096 : startedByOperator -- 2**12 - 8192 : startedBySystem -- 2**13 - -- 'service[Create|Install|Upgrade|Restart]' - -- in 'ScmSvcMonServiceMgmtOperation' - - -- SCMI - Document service activities (during 'ready' state) - 65536 : activeCopy -- 2**16 - 131072 : activePrint -- 2**17 - 262144 : activeScan -- 2**18 - 524288 : activeFaxReceive -- 2**19 - 1048576 : activeFaxSend -- 2**20 - 2097152 : activeFileReceive -- 2**21 - 4194304 : activeFileSend -- 2**22 - 8388608 : activeMailReceive -- 2**23 - 16777216 : activeMailSend -- 2**24 - 33554432 : activeImageProcess -- 2**25 - 67108864 : activeOCR -- 2**26 - 134217728 : activeDistribute -- 2**27 - - Usage: The above 'conditions' augment the service state in - 'scmSvcMonService[Current|Previous]State' and the service mgmt - information in 'scmSvcMonServiceMgmt[Operation|InProgress]'. - - Usage: Conforming management agents SHALL report all - 'conditions' of entities accurately. 'Conditions' occur within - or across 'states' in a finite state machine implementation of a - system, device, service, etc. - - Usage: A service with 'scmSvcMonServiceCurrentState' of - 'ready(1)' might have 'scmSvcMonServiceConditions' of - 'disabledByOperator', indicating that the service will not - accept new jobs. - - Usage: Multi-bit examples of 'scmSvcMonServiceConditions' are - 'disabledByOperator' concurrently with 'pausedByOperator' and - 'activePrint' concurrently with 'activeMailSend'." - REFERENCE - "See: Section 9.5.4 'Server-state', - section 9.1.6.4 '[Generic attribute] State', and - Annex A 'id-val-state-...' - in DPA (ISO/IEC 10175-1 Final Text, March 1996). - See: Section D.2.3 'Server State Transitions' - in DPA Mgmt Service (ISO 10175-3 Draft, October 1996). - See: Section 4 'Printing Utilities - Command Line Interface' - in POSIX DPA Client (IEEE 1387.4, October 1994)." - - - SYNTAX INTEGER (0..2147483647) -- biggest int = 2**31-1 - -ScmHrDpaJobValidateSupport ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "The job validation support of this system, service, etc, - specified in a bit-mask. - - The current set of values (which MAY be extended in the future) - is given below: - - -- ISO DPA standard values - 1 : validateAndProcess -- generalized from DPA 'print' - 2 : validateSubmitOnly -- error check, do NOT process - -- SCMI standard values - 4 : validateSyntaxOnly -- check syntax only - 8 : validateSemanticsOnly -- check syntax/ranges/states - 16 : validateLocalOnly -- check semantic/local services - 32 : validateDistributed -- check distributed services - 64 : validateCreateLocal -- create local child jobs - 128 : validateCreateRemote -- create remote child jobs - - Usage: Conforming management agents SHALL accurately - report their support for job validation modes." - REFERENCE - "See: Section 9.5.10 'Job-validates-supported' (server), - section 9.2.4.12 'Job-validate' (job), and - Annex A 'id-val-job-validate-...' - in DPA (ISO/IEC 10175-1 Final Text, March 1996)." - SYNTAX INTEGER (0..2147483647) -- biggest int = 2**31-1 - -ScmHrDpaObjectClassSupport ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "The object class support of this system, service, etc, - specified in a bit-mask. - - The current set of values (which MAY be extended in the future) - is given below: - - -- ISO DPA standard values - 1 : generic -- 2**0 - 2 : job -- 2**1 - 4 : printer -- 2**2 - 8 : server -- 2**3 - 16 : medium -- 2**4 - 32 : font -- 2**5 - 256 : transferMethod -- 2**8 - 512 : deliveryMethod -- 2**9 - 1024 : auxiliarySheet -- 2**10 - 2048 : finishing -- 2**11 - 4096 : output -- 2**12 - 8192 : imposition -- 2**13 - 16384 : scheduler -- 2**14 - - - 32768 : document -- 2**15 - 65536 : resource -- 2**16 - 131072 : initialValueJob -- 2**17 - 262144 : initialValueDocument -- 2**18 - 524288 : resourceContext -- 2**19 - 1048576 : auxiliarySheetPackage -- 2**20 - -- SCMI standard values - 16777216 : deviceHostSystem -- 2**24 - 33554432 : deviceScanner -- 2**25 - 67108864 : deviceCopier -- 2**26 - 134217728 : deviceFax -- 2**27 - 268435456 : deviceMailbox -- 2**28 - 536870912 : deviceFinisher -- 2**29 - 1073741824 : deviceCRU -- 2**30 - - -- 2**31 NOT used, due to 'Integer32|Cardinal32' semantics - - Usage: Conforming management agents SHALL accurately - report their support for object classes (ISO DPA and SCMI)." - REFERENCE - "See: Section 9.5.5 'Object-classes-supported' (server), - section 9.1.6.1 'Object-class' (system), - Annex A 'id-oc-...' - in DPA (ISO/IEC 10175-1 Final Text, March 1996)." - SYNTAX INTEGER (0..2147483647) -- biggest int = 2**31-1 - -ScmHrDpaState ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "The generic state of this object (system, device, service, - etc.). The following standard values are defined (in section - 9.1.6.4 'State' of ISO 10175-1): - - * 'ready' - This object is ready to be used without human - intervention. - * 'onRequest' - This object requires human intervention in order - to be used. - * 'unavailable' - This object is NOT available for use even with - human intervention. - * 'unknown' - This state of this object is NOT known. - * 'busy' - This object is temporarily inaccessible due to dynamic - constraints, but will become 'ready' without human intervention. - * 'initializing' - This object is being initialized (and is - therefore temporarily inaccessible). - * 'terminating' - This object is being terminated (and is - therefore permanently inaccessible)." - REFERENCE - "See: Section 9.1.6.4 '[Generic attribute] State' and - Annex A 'id-val-state-...' - in DPA (ISO/IEC 10175-1 Final Text, March 1996)." - -- The following enum values are identical to the final arcs of - -- the ISO DPA 'id-val-state-...' OIDs - SYNTAX INTEGER { - ready(1), - - - onRequest(2), - unavailable(3), - unknown(4), - busy(5), - initializing(6), - terminating(7) - } - --- --- The HRX TC Dummy Group (DO NOT USE) --- --- DO NOT USE - Present to suppress compiler warnings ONLY! --- --- Note: The following objects have 'odd' use of case in their --- names (ie, 'sCm...'), in order to make obvious their related --- textual conventions - -sCmHrDummy OBJECT IDENTIFIER ::= { scmHrTC 999 } - -sCmHrDevCalendarDayOfWeek OBJECT-TYPE - SYNTAX ScmHrDevCalendarDayOfWeek - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmHrDummy 1 } - -sCmHrDevCalendarTimeOfDay OBJECT-TYPE - SYNTAX ScmHrDevCalendarTimeOfDay - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmHrDummy 2 } - -sCmHrDevDetailType OBJECT-TYPE - SYNTAX ScmHrDevDetailType - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmHrDummy 3 } - -sCmHrDevDetailUnitClass OBJECT-TYPE - SYNTAX ScmHrDevDetailUnitClass - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmHrDummy 4 } - -sCmHrDevInfoRealization OBJECT-TYPE - SYNTAX ScmHrDevInfoRealization - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmHrDummy 5 } - - -sCmHrDevInfoStatus OBJECT-TYPE - SYNTAX ScmHrDevInfoStatus - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmHrDummy 6 } - -sCmHrDevInfoXStatus OBJECT-TYPE - SYNTAX ScmHrDevInfoXStatus - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmHrDummy 7 } - -sCmHrDevInfoConditions OBJECT-TYPE - SYNTAX ScmHrDevInfoConditions - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmHrDummy 8 } - -sCmHrDevInfoXConditions OBJECT-TYPE - SYNTAX ScmHrDevInfoXConditions - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmHrDummy 9 } - -sCmHrDevMgmtCommandRequest OBJECT-TYPE - SYNTAX ScmHrDevMgmtCommandRequest - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmHrDummy 10 } - -sCmHrDevMgmtCommandData OBJECT-TYPE - SYNTAX ScmHrDevMgmtCommandData - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmHrDummy 11 } - -sCmHrDevMgmtCommandDataTag OBJECT-TYPE - SYNTAX ScmHrDevMgmtCommandDataTag - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmHrDummy 12 } - -sCmHrDevPowerModeType OBJECT-TYPE - SYNTAX ScmHrDevPowerModeType - MAX-ACCESS not-accessible - STATUS current - - - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmHrDummy 13 } - -sCmHrDevPowerTimeUnit OBJECT-TYPE - SYNTAX ScmHrDevPowerTimeUnit - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmHrDummy 14 } - -sCmHrDevTrafficUnit OBJECT-TYPE - SYNTAX ScmHrDevTrafficUnit - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmHrDummy 15 } - -sCmHrGroupSupport OBJECT-TYPE - SYNTAX ScmHrGroupSupport - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmHrDummy 16 } - -sCmHrSWRunXStatus OBJECT-TYPE - SYNTAX ScmHrSWRunXStatus - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmHrDummy 17 } - -sCmHrStorageDetailType OBJECT-TYPE - SYNTAX ScmHrStorageDetailType - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmHrDummy 18 } - -sCmHrStorageRealization OBJECT-TYPE - SYNTAX ScmHrStorageRealization - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmHrDummy 19 } - -sCmHrDpaAvailability OBJECT-TYPE - SYNTAX ScmHrDpaAvailability - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmHrDummy 20 } - -sCmHrDpaConditions OBJECT-TYPE - SYNTAX ScmHrDpaConditions - - - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmHrDummy 21 } - -sCmHrDpaJobValidateSupport OBJECT-TYPE - SYNTAX ScmHrDpaJobValidateSupport - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmHrDummy 22 } - -sCmHrDpaObjectClassSupport OBJECT-TYPE - SYNTAX ScmHrDpaObjectClassSupport - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmHrDummy 23 } - -sCmHrDpaState OBJECT-TYPE - SYNTAX ScmHrDpaState - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmHrDummy 24 } - -END diff --git a/mibs/SAMSUNG-PRINTER-EXT-MIB b/mibs/SAMSUNG-PRINTER-EXT-MIB deleted file mode 100644 index b360f5c356..0000000000 --- a/mibs/SAMSUNG-PRINTER-EXT-MIB +++ /dev/null @@ -1,3734 +0,0 @@ --- --- SamsungPrint.mib --- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253 --- Friday, October 14, 2005 at 09:22:29 --- --- SamsungPrint.mib --- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253 --- Thursday, October 13, 2005 at 08:41:43 --- --- SamsungPrint.mib --- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253 --- Monday, September 26, 2005 at 18:58:05 --- --- SamsungPrint.mib --- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253 --- Thursday, September 22, 2005 at 13:53:14 --- --- SamsungPrint.mib --- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253 --- Thursday, September 22, 2005 at 10:45:37 --- --- SamsungPrint.mib --- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253 --- Tuesday, May 24, 2005 at 14:58:52 --- --- SamsungPrint.mib --- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253 --- Tuesday, May 24, 2005 at 14:55:26 --- --- SamsungPrint.mib --- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253 --- Tuesday, May 24, 2005 at 14:10:20 --- - - SAMSUNG-PRINTER-EXT-MIB DEFINITIONS ::= BEGIN - - IMPORTS - hrDeviceIndex - FROM HOST-RESOURCES-MIB - prtGeneralEntry, prtInputEntry, prtOutputEntry, prtChannelEntry, prtInterpreterIndex, - prtInterpreterEntry, PresentOnOff - FROM Printer-MIB - samsungCommonMIB - FROM SAMSUNG-COMMON-MIB - Ordinal32, Cardinal32 - FROM SAMSUNG-GENERAL-TC - ScmPrtOutputOffsetStackingType - FROM SAMSUNG-PRINTER-EXT-TC - OBJECT-GROUP, MODULE-COMPLIANCE - FROM SNMPv2-CONF - Integer32, OBJECT-TYPE, MODULE-IDENTITY - FROM SNMPv2-SMI - RowStatus, DisplayString - FROM SNMPv2-TC; - - --- Module: Printer MIB --- File: SamsungPrint.mib --- Editors: wono.song@samsung.com --- Date: July 17, 2004 --- Version: 1.00 --- RFC 1442/1902/2578 --- RFC 1443/1903/2579 --- RFC 1444/1904/2580 --- Successor to RFC 1759 --- 17 Jul 2004 --- July 17, 1904 at 00:00 GMT --- July 17, 1904 at 00:00 GMT --- July 17, 1904 at 00:00 GMT - scmPrintMIB MODULE-IDENTITY - LAST-UPDATED "190407170000Z" -- July 17, 1904 at 00:00 GMT - ORGANIZATION - "Samsung Common Management Interface Working Group" - CONTACT-INFO - " - SCMI Editors - E-Mail: wono.song@samsung.com - - -- - -- - " - DESCRIPTION - " - Version: 1.00 - - - Samsung SCMI Extension to IETF Printer MIB Module. - This Module provides extension to the IETF Printer MIB. - - Copyright (C) 2003-2004 Samsung Corporation. All Rights Reserved." - ::= { samsungCommonMIB 55 } - - - --- --- Node definitions --- - --- Node definitions --- --- Node definitions --- --- Groups in the SAMSUNG-PRINTER-EXT-MIB --- --- 1.3.6.1.4.1.236.11.5.11.55.1 - -- 1.3.6.1.4.1.236.11.5.11.55.1 - scmPrtBase OBJECT IDENTIFIER ::= { scmPrintMIB 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.1.2 - -- 1.3.6.1.4.1.236.11.5.11.55.1.2 - scmPrtBaseTable OBJECT-TYPE - SYNTAX SEQUENCE OF ScmPrtBaseEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table of general counters and information for ease of use of - the SCMI Extension to IETF Printer MIB Module and the - IETF Printer MIB on this host system. - - Usage: The ONLY valid row in the 'scmPrtBaseTable' - shall ALWAYS have an 'scmPrtBaseIndex' of one ('1')." - ::= { scmPrtBase 2 } - --- 1.3.6.1.4.1.236.11.5.11.55.1.2.1 - -- 1.3.6.1.4.1.236.11.5.11.55.1.2.1 - scmPrtBaseEntry OBJECT-TYPE - SYNTAX ScmPrtBaseEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "An entry of general counters and information for ease of use of - the SCMI Extension to IETF Printer MIB Module and the - IETF Printer MIB on this host system. - - Usage: The ONLY valid row in the 'scmPrtBaseTable' - shall ALWAYS have an 'scmPrtBaseIndex' of one ('1')." - INDEX { scmPrtBaseIndex } - ::= { scmPrtBaseTable 1 } - - ScmPrtBaseEntry ::= - SEQUENCE { - scmPrtBaseIndex - Ordinal32, - scmPrtBaseRowStatus - RowStatus - } - --- 1.3.6.1.4.1.236.11.5.11.55.1.2.1.1 - -- 1.3.6.1.4.1.236.11.5.11.55.1.2.1.1 - scmPrtBaseIndex OBJECT-TYPE - SYNTAX Ordinal32 - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A unique value used by this host system to identify this - conceptual row in the 'scmPrtBaseTable'. - - Usage: The ONLY valid row in the 'scmPrtBaseTable' - shall ALWAYS have an 'scmPrtBaseIndex' of one ('1')." - ::= { scmPrtBaseEntry 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.1.2.1.2 - -- 1.3.6.1.4.1.236.11.5.11.55.1.2.1.2 - scmPrtBaseRowStatus OBJECT-TYPE - SYNTAX RowStatus - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object is used to display status of the ONLY valid - conceptual row in the 'scmPrtBaseTable'. - - Usage: 'scmPrtBaseRowStatus' is 'read-only' because - the ONLY valid conceptual row shall NOT be deleted." - ::= { scmPrtBaseEntry 2 } - --- 1.3.6.1.4.1.236.11.5.11.55.2 - -- 1.3.6.1.4.1.236.11.5.11.55.2 - scmPrtMIBConformance OBJECT IDENTIFIER ::= { scmPrintMIB 2 } - --- Compliance statements --- --- this module --- --- Compliance Statements for the Conditionally Mandatory Groups. --- --- --- MIN Compliance statements for the scmPrtBaseGroup --- --- subset of RowStatus --- --- MIN Compliance statements for the scmPrtGeneralGroup --- --- subset of RowStatus --- --- MIN Compliance statements for the scmPrtInputGroup --- --- subset of RowStatus --- --- MIN Compliance statements for the scmPrtOutputGroup --- --- subset of RowStatus --- --- MAX-ACCESS statements for the scmPrtChannelGroup --- --- subset of RowStatus --- --- MAX-ACCESS statements for the scmPrtInterpreterGroup --- --- subset of RowStatus --- --- --- MAX-ACCESS statements for the scmPrtMakerGroup --- --- subset of RowStatus --- --- MAX-ACCESS statements for the scmPrtOperationGroup --- --- subset of RowStatus --- --- MAX-ACCESS statements for the scmPrtConfigurationGroup --- --- subset of RowStatus --- --- MAX-ACCESS statements for the scmPrtCountGroup --- --- subset of RowStatus --- --- MAX-ACCESS statements for the scmPrtSerialGroup --- --- subset of RowStatus --- --- MAX-ACCESS statements for the scmPrtPCLGroup --- --- subset of RowStatus --- --- MAX-ACCESS statements for the scmPrtKS5843Group --- --- subset of RowStatus --- --- MAX-ACCESS statements for the scmPrtKSSMGroup --- --- subset of RowStatus --- --- MAX-ACCESS statements for the scmPrtIPPGroup --- --- subset of RowStatus --- --- MAX-ACCESS statements for the scmPrtAlertGroup --- --- subset of RowStatus --- --- MAX-ACCESS statements for the scmPrtConsoleDisplayBufferGroup --- --- subset of RowStatus --- --- ########################################## --- --- --- 1.3.6.1.4.1.236.11.5.11.55.2.1 --- this module --- this module --- this module - -- 1.3.6.1.4.1.236.11.5.11.55.2.1 - scmPrtMIBCompliance MODULE-COMPLIANCE - STATUS current - DESCRIPTION - " - The compliance statement for agents that implement the - printer MIB extension module." - MODULE -- this module - MANDATORY-GROUPS { scmPrtBaseGroup } - GROUP scmPrtGeneralGroup - DESCRIPTION - " - Implementation of this group is conditionally mandatory." - GROUP scmPrtInputGroup - DESCRIPTION - " - Implementation of this group is conditionally mandatory." - GROUP scmPrtOutputGroup - DESCRIPTION - " - Implementation of this group is conditionally mandatory." - GROUP scmPrtChannelGroup - DESCRIPTION - " - Implementation of this group is conditionally mandatory." - GROUP scmPrtInterpreterGroup - DESCRIPTION - " - Implementation of this group is conditionally mandatory." - GROUP scmPrtMarkerGroup - DESCRIPTION - " - Implementation of this group is conditionally mandatory." - GROUP scmPrtOperationGroup - DESCRIPTION - " - Implementation of this group is conditionally mandatory." - GROUP scmPrtConfiguratioinGroup - DESCRIPTION - " - Implementation of this group is conditionally mandatory." - GROUP scmPrtCountGroup - DESCRIPTION - " - Implementation of this group is conditionally mandatory." - GROUP scmPrtSerialGroup - DESCRIPTION - " - Implementation of this group is conditionally mandatory." - GROUP scmPrtPCLGroup - DESCRIPTION - " - Implementation of this group is conditionally mandatory." - GROUP scmPrtKS5843Group - DESCRIPTION - " - Implementation of this group is conditionally mandatory." - GROUP scmPrtKSSMGroup - DESCRIPTION - " - Implementation of this group is conditionally mandatory." - GROUP scmPrtIPPGroup - DESCRIPTION - " - Implementation of this group is conditionally mandatory." - GROUP scmPrtAlertGroup - DESCRIPTION - " - Implementation of this group is conditionally mandatory." - GROUP scmPrtConsoleDisplayBufferGroup - DESCRIPTION - " - Implementation of this group is conditionally mandatory." - ::= { scmPrtMIBConformance 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.2.3 - -- 1.3.6.1.4.1.236.11.5.11.55.2.3 - scmPrtMIBGroups OBJECT IDENTIFIER ::= { scmPrtMIBConformance 3 } - --- 1.3.6.1.4.1.236.11.5.11.55.2.3.1 - -- 1.3.6.1.4.1.236.11.5.11.55.2.3.1 - scmPrtBaseGroup OBJECT-GROUP - OBJECTS { scmPrtBaseRowStatus } - STATUS current - DESCRIPTION - " - The general printer group extension." - ::= { scmPrtMIBGroups 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.2.3.5 - -- 1.3.6.1.4.1.236.11.5.11.55.2.3.5 - scmPrtGeneralGroup OBJECT-GROUP - OBJECTS { scmPrtGeneralRowStatus, scmPrtGeneralPrnModelName, scmPrtGeneralPrnModelVer, scmPrtGeneralPrnOSFWVer, scmPrtGeneralPrnSerialNo, - scmPrtGeneralPrnPCLFWVer, scmPrtGeneralPrnEngFWVer, scmPrtGeneralPrnSCFFWVer, scmPrtGeneralPrnEpsonVer, scmPrtGeneralPrnPCL5eVer, - scmPrtGeneralPrnPSFWVer, scmPrtGeneralPrnScanFWVer, scmPrtGeneralPrnKS5843Ver, scmPrtGeneralPrnKSSMVer, scmPrtGeneralPrnKS5895Ver, - scmPrtGeneralPrnMainSystemVer, scmPrtGeneralPrnSPLVer, scmPrtGeneralPrncolorPPM, scmPrtGeneralPrnPCL5CeVer, scmPrtGeneralPrnModelDescr, - scmPrtGeneralPrnManufacture, scmPrtGeneralPrnVendor } - STATUS current - DESCRIPTION - " - The general printer group extension." - ::= { scmPrtMIBGroups 5 } - --- 1.3.6.1.4.1.236.11.5.11.55.2.3.8 - -- 1.3.6.1.4.1.236.11.5.11.55.2.3.8 - scmPrtInputGroup OBJECT-GROUP - OBJECTS { scmPrtInputRowStatus, scmPrtInputNextPrtInputIndex, scmPrtInputUseCustomSize, scmPrtInputCustDimFeedDirDecl, scmPrtInputCustDimXFeedDirDecl, - scmPrtInputTrayPriority, scmPrtInputPaperSize, scmPrtInputPaperSizeOptions, scmPrtInputTrayNum, scmPrtInputTrayNumOptions, - scmPrtInputTraySwitch, scmPrtInputTraySwitchOptions, scmPrtInputLockTray, scmPrtInputLockTrayOptions, scmPrtInputPaperType, - scmPrtInputPaperTypeOptions } - STATUS current - DESCRIPTION - " - The input group extension." - ::= { scmPrtMIBGroups 8 } - --- 1.3.6.1.4.1.236.11.5.11.55.2.3.9 - -- 1.3.6.1.4.1.236.11.5.11.55.2.3.9 - scmPrtOutputGroup OBJECT-GROUP - OBJECTS { scmPrtOutputRowStatus, scmPrtOutputNextIndex, scmPrtOutputPassword, scmPrtOutputOffsetStackingType, scmPrtOutputTrayTimeoutSupport, - scmPrtOutputTrayTimeout, scmPrtOutputFinishier, scmPrtOutputFinishierOptions } - STATUS current - DESCRIPTION - " - The output group extension." - ::= { scmPrtMIBGroups 9 } - --- 1.3.6.1.4.1.236.11.5.11.55.2.3.14 - -- 1.3.6.1.4.1.236.11.5.11.55.2.3.14 - scmPrtChannelGroup OBJECT-GROUP - OBJECTS { scmPrtChannelRowStatus, scmPrtChannelEOJTimeout } - STATUS current - DESCRIPTION - " - The Channel group extension." - ::= { scmPrtMIBGroups 14 } - --- 1.3.6.1.4.1.236.11.5.11.55.2.3.15 - -- 1.3.6.1.4.1.236.11.5.11.55.2.3.15 - scmPrtInterpreterGroup OBJECT-GROUP - OBJECTS { scmPrtInterpRowStatus, scmPrtInterpJobCopiesDefault, scmPrtInterpLineTerm, scmPrtInterpProcessBarcodes, scmPrtInterpOrientation, - scmPrtInterpOrientationOptions, scmPrtInterpreterCopyNum, scmPrtInterpreterEmulation, scmPrtInterpreterEmulationOptions } - STATUS current - DESCRIPTION - " - The interpreter group extension." - ::= { scmPrtMIBGroups 15 } - --- 1.3.6.1.4.1.236.11.5.11.55.2.3.17 - -- 1.3.6.1.4.1.236.11.5.11.55.2.3.17 - scmPrtMarkerGroup OBJECT-GROUP - OBJECTS { scmPrtMarkerResolution, scmPrtMarkerResolutionOptions, scmPrtMarkerTonerIndex, scmPrtMarkerTonerColor, scmPrtMarkerTonerColorDescription, - scmPrtMarkerSrt, scmPrtMarkerMarginUnit, scmPrtMarkerTonerLevel, scmPrtMarkerDensity, scmPrtMarkerSrtOptions, - scmPrtMarkerDensityOptions, scmPrtMarkerSmetMode, scmPrtMarkerSmetModeOptions, scmPrtMarkerduplexTopMargin, scmPrtMarkerduplexLeftMargin, - scmPrtMarkerShortEdgeBindingMargin, scmPrtMarkerLongEdgeBindingMargin, scmPrtMarkerTonerSave, scmPrtMarkerTonerSaveOptions, scmPrtMarkerTonerOutAction, - scmPrtMarkerTonerOutActionOptions } - STATUS current - DESCRIPTION - " - The Marker Group." - ::= { scmPrtMIBGroups 17 } - --- 1.3.6.1.4.1.236.11.5.11.55.2.3.18 - -- 1.3.6.1.4.1.236.11.5.11.55.2.3.18 - scmPrtOperationGroup OBJECT-GROUP - OBJECTS { scmPrtOperationJobCancel, scmPrtOperarionMenuClear, scmPrtOperationMenuClearOptions, scmPrtOperationFuserClean, scmPrtOperationFuserCleanOptions, - scmPrtOperationOpcClean, scmPrtOperationOpcCleanOptions, scmPrtOperationTestPrtRequest, scmPrtOperationPrintFontRequest, scmPrtOperationIndex, - scmPrtOperationPrintBlackOnly } - STATUS current - DESCRIPTION - "Description." - ::= { scmPrtMIBGroups 18 } - --- 1.3.6.1.4.1.236.11.5.11.55.2.3.19 - -- 1.3.6.1.4.1.236.11.5.11.55.2.3.19 - scmPrtConfiguratioinGroup OBJECT-GROUP - OBJECTS { scmPrtConfigurationPowerSave, scmPrtConfigurationPowerSaveOptions, scmPrtConfigurationAutocont, scmPrtConfigurationAutoCountOptions, scmPrtConfigurationJam2Recover, - scmPrtConfigurationJam2RecOptions, scmPrtConfigurationAltitudeAction, scmPrtConfigurationAltitudeActionOptions, scmPrtConfigurationIndex } - STATUS current - DESCRIPTION - "Description." - ::= { scmPrtMIBGroups 19 } - --- 1.3.6.1.4.1.236.11.5.11.55.2.3.20 - -- 1.3.6.1.4.1.236.11.5.11.55.2.3.20 - scmPrtCountGroup OBJECT-GROUP - OBJECTS { scmPrtCountDrumImageCount, scmPrtCountDrumImageCountReset, scmPrtCountTransferImageCount, scmPrtCountTransferImageCountReset, scmPrtCountFuserImageCount, - scmPrtCountFuserImageCountReset, scmPrtCountTwoRollerCount, scmPrtCountTwoRollerReset, scmPrtCountPickupMPCount, scmPrtCountPickupMPReset, - scmPrtCountPickupTray1Count, scmPrtCountPickupTray1Reset, scmPrtCountPickupTray2Count, scmPrtCountPickupTray2Reset, scmPrtCountIndex, - scmPrtCountType, scmPrtCountMediaSize, scmPrtCountColorant, scmPrtCountDuplex, scmPrtCountUnit, - scmPrtCountResolution, scmPrtCountValue, scmPrtCountDeviceType } - STATUS current - DESCRIPTION - "Description." - ::= { scmPrtMIBGroups 20 } - --- 1.3.6.1.4.1.236.11.5.11.55.2.3.21 - -- 1.3.6.1.4.1.236.11.5.11.55.2.3.21 - scmPrtSerialGroup OBJECT-GROUP - OBJECTS { scmPrtSerialNbaudRate, scmPrtSerialBrOptions, scmPrtSerialBobuxon, scmPrtSerialBobuxonOptions } - STATUS current - DESCRIPTION - " - The Serial group." - ::= { scmPrtMIBGroups 21 } - --- 1.3.6.1.4.1.236.11.5.11.55.2.3.22 - -- 1.3.6.1.4.1.236.11.5.11.55.2.3.22 - scmPrtPCLGroup OBJECT-GROUP - OBJECTS { scmPrtPCLFont, scmPrtPCLSymbolSet, scmPrtPCLFormLine, scmPrtPCLPitch, scmPrtPCLPointSize, - scmPrtPCLCourier, scmPrtPCLCourierOptions, scmPrtPCLAppendCR, scmPrtPCLAppendCROptions, scmPrtPCLWideA4, - scmPrtPCLWideA4Options, scmPrtPCLTopMargin, scmPrtPCLLeftMargin, scmPrtPCLIndex } - STATUS current - DESCRIPTION - "Description." - ::= { scmPrtMIBGroups 22 } - --- 1.3.6.1.4.1.236.11.5.11.55.2.3.23 - -- 1.3.6.1.4.1.236.11.5.11.55.2.3.23 - scmPrtKS5843Group OBJECT-GROUP - OBJECTS { scmPrtKS5843Font, scmPrtKS5843FontOptions, scmPrtKS5843Code, scmPrtKS5843CodeOptions, scmPrtKS5843cpi, - scmPrtKS5843cpiOptions, scmPrtKS5843Lines, scmPrtKS5843Zoom, scmPrtKS5843AutoWrap, scmPrtKS5843AutoWrapOptions, - scmPrtKS5843Topmargin, scmPrtKS5843Sitemode } - STATUS current - DESCRIPTION - "Description." - ::= { scmPrtMIBGroups 23 } - --- 1.3.6.1.4.1.236.11.5.11.55.2.3.24 - -- 1.3.6.1.4.1.236.11.5.11.55.2.3.24 - scmPrtKSSMGroup OBJECT-GROUP - OBJECTS { scmPrtKSSMFont, scmPrtKSSMFontOptions, scmPrtKSSMCode, scmPrtKSSMCodeOptions, scmPrtKSSMCPI, - scmPrtKSSMCPIOptions, scmPrtKSSMLines, scmPrtKSSMZoom, scmPrtKSSMAutoWrap, scmPrtKSSMAutoWrapOptions, - scmPrtKSSMTopMargin, scmPrtKSSMSiteMode } - STATUS current - DESCRIPTION - "Description." - ::= { scmPrtMIBGroups 24 } - --- 1.3.6.1.4.1.236.11.5.11.55.2.3.25 - -- 1.3.6.1.4.1.236.11.5.11.55.2.3.25 - scmPrtIPPGroup OBJECT-GROUP - OBJECTS { scmPrtIPPColorSupported, scmPrtIPPJobKOctetsSupportedLBound, scmPrtIPPJobKOctetsSupportedUBound, scmPrtIPPJobImpressionsSupportedLBound, scmPrtIPPJobImpressionsSupportedUBound, - scmPrtIPPJobMediaSheetsSupportedLBound, scmPrtIPPJobMediaSheetsSupportedUBound, scmPrtIPPJobSheets, scmPrtIPPCollatedCopiesLBound, scmPrtIPPCollatedCopiesUBound, - scmPrtIPPCollatedCopies, scmPrtIPPFinishingsSupported, scmPrtIPPFinishings, scmPrtIPPPageRangesSupported, scmPrtIPPNumberUp, - scmPrtIPPNumberUpOptions, scmPrtIPPPrintQuality, scmPrtIPPPrintQualityOptions, scmPrtIPPJobKOctetsProcessed, scmPrtIPPJobImpressionsCompleted, - scmPrtIPPJobMediaSheetsCompleted } - STATUS current - DESCRIPTION - "Description." - ::= { scmPrtMIBGroups 25 } - --- 1.3.6.1.4.1.236.11.5.11.55.2.3.26 - -- 1.3.6.1.4.1.236.11.5.11.55.2.3.26 - scmPrtAlertGroup OBJECT-GROUP - OBJECTS { scmPrtAlertAlarmShortage, scmPrtAlertAlarmShortageOptions } - STATUS current - DESCRIPTION - "Description." - ::= { scmPrtMIBGroups 26 } - --- 1.3.6.1.4.1.236.11.5.11.55.2.3.27 - -- 1.3.6.1.4.1.236.11.5.11.55.2.3.27 - scmPrtConsoleDisplayBufferGroup OBJECT-GROUP - OBJECTS { scmPrtConsoleDisplayBufferLcdLangType, scmPrtConsoleDisplayBufferLcdLangTypeOptions } - STATUS current - DESCRIPTION - "Description." - ::= { scmPrtMIBGroups 27 } - --- 1.3.6.1.4.1.236.11.5.11.55.5 - -- 1.3.6.1.4.1.236.11.5.11.55.5 - scmPrtGeneral OBJECT IDENTIFIER ::= { scmPrintMIB 5 } - --- 1.3.6.1.4.1.236.11.5.11.55.5.1 - -- 1.3.6.1.4.1.236.11.5.11.55.5.1 - scmPrtGeneralSimple OBJECT IDENTIFIER ::= { scmPrtGeneral 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.5.1.1 - -- 1.3.6.1.4.1.236.11.5.11.55.5.1.1 - scmPrtGeneralPrnModelName OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..31)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " Represent the printer model name currently being - connected with NPC." - ::= { scmPrtGeneralSimple 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.5.1.2 - -- 1.3.6.1.4.1.236.11.5.11.55.5.1.2 - scmPrtGeneralPrnOSFWVer OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..31)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " Printer Software version number." - ::= { scmPrtGeneralSimple 2 } - --- 1.3.6.1.4.1.236.11.5.11.55.5.1.3 - -- 1.3.6.1.4.1.236.11.5.11.55.5.1.3 - scmPrtGeneralPrnModelVer OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (0..31)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " Model version number." - ::= { scmPrtGeneralSimple 3 } - --- 1.3.6.1.4.1.236.11.5.11.55.5.1.4 - -- 1.3.6.1.4.1.236.11.5.11.55.5.1.4 - scmPrtGeneralPrnSerialNo OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..31)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " Printer Serial number." - ::= { scmPrtGeneralSimple 4 } - --- 1.3.6.1.4.1.236.11.5.11.55.5.1.5 - -- 1.3.6.1.4.1.236.11.5.11.55.5.1.5 - scmPrtGeneralPrnModelDescr OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (0..255)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " Printer HDD Size." - ::= { scmPrtGeneralSimple 5 } - --- 1.3.6.1.4.1.236.11.5.11.55.5.1.6 - -- 1.3.6.1.4.1.236.11.5.11.55.5.1.6 - scmPrtGeneralPrnManufacture OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (0..31)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " Printer DRAM Size." - ::= { scmPrtGeneralSimple 6 } - --- 1.3.6.1.4.1.236.11.5.11.55.5.1.7 - -- 1.3.6.1.4.1.236.11.5.11.55.5.1.7 - scmPrtGeneralPrnVendor OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (0..31)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " Print Per Minute" - ::= { scmPrtGeneralSimple 7 } - --- 1.3.6.1.4.1.236.11.5.11.55.5.1.11 - -- 1.3.6.1.4.1.236.11.5.11.55.5.1.11 - scmPrtGeneralPrnPCLFWVer OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..31)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "PCL Version information of printer" - ::= { scmPrtGeneralSimple 11 } - --- 1.3.6.1.4.1.236.11.5.11.55.5.1.12 - -- 1.3.6.1.4.1.236.11.5.11.55.5.1.12 - scmPrtGeneralPrnEngFWVer OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..31)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " Print Engine FW Version" - ::= { scmPrtGeneralSimple 12 } - --- 1.3.6.1.4.1.236.11.5.11.55.5.1.13 - -- 1.3.6.1.4.1.236.11.5.11.55.5.1.13 - scmPrtGeneralPrnSCFFWVer OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..31)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Print SCF FW Version" - ::= { scmPrtGeneralSimple 13 } - --- 1.3.6.1.4.1.236.11.5.11.55.5.1.14 - -- 1.3.6.1.4.1.236.11.5.11.55.5.1.14 - scmPrtGeneralPrnEpsonVer OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..31)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " Print Epson Version" - ::= { scmPrtGeneralSimple 14 } - --- 1.3.6.1.4.1.236.11.5.11.55.5.1.15 - -- 1.3.6.1.4.1.236.11.5.11.55.5.1.15 - scmPrtGeneralPrnPCL5eVer OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..31)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " Print PCL5e Version" - ::= { scmPrtGeneralSimple 15 } - --- 1.3.6.1.4.1.236.11.5.11.55.5.1.16 - -- 1.3.6.1.4.1.236.11.5.11.55.5.1.16 - scmPrtGeneralPrnPSFWVer OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..31)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "PS Version information of printer" - ::= { scmPrtGeneralSimple 16 } - --- 1.3.6.1.4.1.236.11.5.11.55.5.1.17 - -- 1.3.6.1.4.1.236.11.5.11.55.5.1.17 - scmPrtGeneralPrnScanFWVer OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..31)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " Scanner FW Version" - ::= { scmPrtGeneralSimple 17 } - --- 1.3.6.1.4.1.236.11.5.11.55.5.1.18 - -- 1.3.6.1.4.1.236.11.5.11.55.5.1.18 - scmPrtGeneralPrnKS5843Ver OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..31)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " Printer KS5843 Version." - ::= { scmPrtGeneralSimple 18 } - --- 1.3.6.1.4.1.236.11.5.11.55.5.1.19 - -- 1.3.6.1.4.1.236.11.5.11.55.5.1.19 - scmPrtGeneralPrnKSSMVer OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..31)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " Printer KSSM Version." - ::= { scmPrtGeneralSimple 19 } - --- 1.3.6.1.4.1.236.11.5.11.55.5.1.20 - -- 1.3.6.1.4.1.236.11.5.11.55.5.1.20 - scmPrtGeneralPrnKS5895Ver OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..31)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " Printer KS5895 Version." - ::= { scmPrtGeneralSimple 20 } - --- 1.3.6.1.4.1.236.11.5.11.55.5.1.21 - -- 1.3.6.1.4.1.236.11.5.11.55.5.1.21 - scmPrtGeneralPrnMainSystemVer OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..31)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " Printer Main System Versio." - ::= { scmPrtGeneralSimple 21 } - --- 1.3.6.1.4.1.236.11.5.11.55.5.1.22 - -- 1.3.6.1.4.1.236.11.5.11.55.5.1.22 - scmPrtGeneralPrnSPLVer OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..31)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " Print SPL Version" - ::= { scmPrtGeneralSimple 22 } - --- 1.3.6.1.4.1.236.11.5.11.55.5.1.23 - -- 1.3.6.1.4.1.236.11.5.11.55.5.1.23 - scmPrtGeneralPrncolorPPM OBJECT-TYPE - SYNTAX INTEGER (0..255) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " Color Printing PPM" - ::= { scmPrtGeneralSimple 23 } - --- 1.3.6.1.4.1.236.11.5.11.55.5.1.24 - -- 1.3.6.1.4.1.236.11.5.11.55.5.1.24 - scmPrtGeneralPrnPCL5CeVer OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..31)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " Print PCL5Ce Version" - ::= { scmPrtGeneralSimple 24 } - --- 1.3.6.1.4.1.236.11.5.11.55.5.2 - -- 1.3.6.1.4.1.236.11.5.11.55.5.2 - scmPrtGeneralTable OBJECT-TYPE - SYNTAX SEQUENCE OF ScmPrtGeneralEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " - A table of general information per printer. - This table augments the prtGeneralTable." - ::= { scmPrtGeneral 2 } - --- 1.3.6.1.4.1.236.11.5.11.55.5.2.1 - -- 1.3.6.1.4.1.236.11.5.11.55.5.2.1 - scmPrtGeneralEntry OBJECT-TYPE - SYNTAX ScmPrtGeneralEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " - An entry exists in this table for each device entry in the - hostmib device table whose type is printer." - AUGMENTS { prtGeneralEntry } - ::= { scmPrtGeneralTable 1 } - - ScmPrtGeneralEntry ::= - SEQUENCE { - scmPrtGeneralRowStatus - RowStatus - } - --- scmPrtGeneralGroup --- scmPrtGeneralAuxSheetPackage Cardinal32, --- scmPrtGeneralManualFeedTimeout Integer32, --- scmPrtGeneralInputAutoSwitch PresentOnOff, --- scmPrtGeneralOutputAutoSwitch PresentOnOff, --- --- scmPrtGeneralMediumClassDefault ScmPrtMediumClassType, --- scmPrtGeneralDarknessLevels Cardinal32, --- scmPrtGeneralDarknessLevelNorm Cardinal32, --- scmPrtGeneralDarknessLevelDflt Integer32, --- scmPrtGeneralHexDumpEnable PresentOnOff, --- scmPrtGeneralTonerLowStop PresentOnOff, --- --- scmPrtGeneralAuxSheetGroup --- scmPrtGeneralStartupPage PresentOnOff, --- scmPrtGeneralBannerPage PresentOnOff, --- scmPrtGeneralEndBannerPage PresentOnOff, --- --- scmPrtGeneralProdSpecificGroup --- scmPrtGeneralScanlineCompaction PresentOnOff, --- scmPrtGeneralMonoPrintOptimization ScmPrtGeneralMonoPrintOpt --- --- 1.3.6.1.4.1.236.11.5.11.55.5.2.1.1 - -- 1.3.6.1.4.1.236.11.5.11.55.5.2.1.1 - scmPrtGeneralRowStatus OBJECT-TYPE - SYNTAX RowStatus - MAX-ACCESS read-create - STATUS current - DESCRIPTION - " - Manages the status of this conceptual row in the - scmPrtGeneralTable." - ::= { scmPrtGeneralEntry 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.8 - -- 1.3.6.1.4.1.236.11.5.11.55.8 - scmPrtInput OBJECT IDENTIFIER ::= { scmPrintMIB 8 } - --- 1.3.6.1.4.1.236.11.5.11.55.8.1 - -- 1.3.6.1.4.1.236.11.5.11.55.8.1 - scmPrtInputSimple OBJECT IDENTIFIER ::= { scmPrtInput 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.8.1.1 - -- 1.3.6.1.4.1.236.11.5.11.55.8.1.1 - scmPrtInputTraySwitch OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " - if language is set to AUTO, this options can - the printer anlyzes the stream of data being - sent to determine which language is being used - by the printer job, and the printer's emulation - language automatically be switched if this options - is set. " - ::= { scmPrtInputSimple 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.8.1.2 - -- 1.3.6.1.4.1.236.11.5.11.55.8.1.2 - scmPrtInputTraySwitchOptions OBJECT-TYPE - SYNTAX INTEGER - { - off(1), - auto(2), - tray1(4), - tray2(8) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " - available options of the model" - ::= { scmPrtInputSimple 2 } - --- 1.3.6.1.4.1.236.11.5.11.55.8.1.3 - -- 1.3.6.1.4.1.236.11.5.11.55.8.1.3 - scmPrtInputLockTray OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " - Trays and combination trays can be locked out of - the paper selection process. The available options - depend on the configuration of MP tray." - ::= { scmPrtInputSimple 3 } - --- 1.3.6.1.4.1.236.11.5.11.55.8.1.4 - -- 1.3.6.1.4.1.236.11.5.11.55.8.1.4 - scmPrtInputLockTrayOptions OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " - available options of the model" - ::= { scmPrtInputSimple 4 } - --- 1.3.6.1.4.1.236.11.5.11.55.8.1.5 - -- 1.3.6.1.4.1.236.11.5.11.55.8.1.5 - scmPrtInputPaperType OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " - It determines paper thickness." - ::= { scmPrtInputSimple 5 } - --- 1.3.6.1.4.1.236.11.5.11.55.8.1.6 - -- 1.3.6.1.4.1.236.11.5.11.55.8.1.6 - scmPrtInputPaperTypeOptions OBJECT-TYPE - SYNTAX INTEGER - { - normal(1), - thick(2), - wet(4), - transparency(8) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " - available options of current model" - ::= { scmPrtInputSimple 6 } - --- 1.3.6.1.4.1.236.11.5.11.55.8.2 - -- 1.3.6.1.4.1.236.11.5.11.55.8.2 - scmPrtInputTable OBJECT-TYPE - SYNTAX SEQUENCE OF ScmPrtInputEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table logically augments the Printer MIB's prtInputTable." - ::= { scmPrtInput 2 } - --- 1.3.6.1.4.1.236.11.5.11.55.8.2.1 - -- 1.3.6.1.4.1.236.11.5.11.55.8.2.1 - scmPrtInputEntry OBJECT-TYPE - SYNTAX ScmPrtInputEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Entries may exist for each entry in the prtInputTable." - AUGMENTS { prtInputEntry } - ::= { scmPrtInputTable 1 } - - ScmPrtInputEntry ::= - SEQUENCE { - scmPrtInputRowStatus - RowStatus, - scmPrtInputNextPrtInputIndex - Integer32, - scmPrtInputUseCustomSize - PresentOnOff, - scmPrtInputCustDimFeedDirDecl - Integer32, - scmPrtInputCustDimXFeedDirDecl - Integer32, - scmPrtInputTrayPriority - Integer32, - scmPrtInputPaperSize - Integer32, - scmPrtInputPaperSizeOptions - INTEGER, - scmPrtInputTrayNum - Integer32, - scmPrtInputTrayNumOptions - Integer32 - } - --- 1.3.6.1.4.1.236.11.5.11.55.8.2.1.1 - -- 1.3.6.1.4.1.236.11.5.11.55.8.2.1.1 - scmPrtInputRowStatus OBJECT-TYPE - SYNTAX RowStatus - MAX-ACCESS read-create - STATUS current - DESCRIPTION - " - Manages the status of this conceptual row - in the scmPrtInputTable." - ::= { scmPrtInputEntry 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.8.2.1.2 - -- 1.3.6.1.4.1.236.11.5.11.55.8.2.1.2 - scmPrtInputNextPrtInputIndex OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-create - STATUS current - DESCRIPTION - " - The value of prtInputIndex corresponding to the input subunit - - - which will be used when this input subunit is emptied. - - The value of zero indicates that auto input switching will not - occur when this input subunit is emptied. - - Two different mechanisms for input tray switching, - scmPrtNextPrtInputIndex and scmPrtInputAliasGroup, are provided. - A device agent may make use of one or the other, none, or both. - Use the model that fits best for the given application. - - Usage: Conforming management agents, which ALSO implement the - the Printer MIB v2, SHALL set 'scmPrtInputNextPrtInputIndex' - to the SAME value as 'prtInputNextIndex' (i.e., the values of - these two objects SHALL be interlocked)." - REFERENCE - " - See: scmPrtInputAliasGroup - See: scmPrtInterpTraySwitch" - DEFVAL { 0 } - ::= { scmPrtInputEntry 2 } - --- not specified --- 1.3.6.1.4.1.236.11.5.11.55.8.2.1.3 - -- 1.3.6.1.4.1.236.11.5.11.55.8.2.1.3 - scmPrtInputUseCustomSize OBJECT-TYPE - SYNTAX PresentOnOff - MAX-ACCESS read-create - STATUS current - DESCRIPTION - " - Specifies how this input subunit determines the paper size to - use. - - If the value is 'Off' this input subunit uses the paper size - automatically sensed by the subunit. - - If the value is 'On' this input subunit uses the custom - dimensions provided by scmPrtInputCustDimFeedDirDecl and - scmPrtInputCustDimXFeedDirDecl." - REFERENCE - " - See: scmPrtInputCustDimFeedDirDecl - See: scmPrtInputCustDimXFeedDirDecl" - DEFVAL { other } - ::= { scmPrtInputEntry 3 } - --- 1.3.6.1.4.1.236.11.5.11.55.8.2.1.4 - -- 1.3.6.1.4.1.236.11.5.11.55.8.2.1.4 - scmPrtInputCustDimFeedDirDecl OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-create - STATUS current - DESCRIPTION - " - Provides the dimension, in the feed direction, of the media in - this input subunit, when the value of scmPrtInputUseCustomSize - is set to 'On'. - - When scmPrtInputUseCustomSize is set to On, this value is copied - to prtInputMediaDimFeedDirDeclared and - prtInputMediaDimFeedDirChosen." - REFERENCE - " - See: scmPrtInputUseCustomSize - - - See: scmPrtInputCustDimXFeedDirDecl" - DEFVAL { 0 } - ::= { scmPrtInputEntry 4 } - --- 1.3.6.1.4.1.236.11.5.11.55.8.2.1.5 - -- 1.3.6.1.4.1.236.11.5.11.55.8.2.1.5 - scmPrtInputCustDimXFeedDirDecl OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-create - STATUS current - DESCRIPTION - " - Provides the dimension, in the feed direction, of the media in - this input subunit, when the value of scmPrtInputUseCustomSize - is set to 'On'. - - When scmPrtInputUseCustomSize is set to 'On', this value is - copied to prtInputMediaDimFeedDirDeclared and - prtInputMediaDimFeedDirChosen." - REFERENCE - " - See: scmPrtInputUseCustomSize - See: scmPrtInputCustDimFeedDirDecl" - DEFVAL { 0 } - ::= { scmPrtInputEntry 5 } - --- unspecified device priority --- 1.3.6.1.4.1.236.11.5.11.55.8.2.1.6 - -- 1.3.6.1.4.1.236.11.5.11.55.8.2.1.6 - scmPrtInputTrayPriority OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-create - STATUS current - DESCRIPTION - " - The current priority of this tray. This value/mechanism - is independent of scmPrtNextPrtInputIndex and - scmPrtInputAliasGroup. - - Usage: The priority of this device, where '0' is - unspecified (default), '1' is lowest, and '100' is highest." - REFERENCE - " - See: scmPrtNextPrtInputIndex - See: scmPrtInputAliasGroup" - DEFVAL { 0 } - ::= { scmPrtInputEntry 6 } - --- 1.3.6.1.4.1.236.11.5.11.55.8.2.1.7 - -- 1.3.6.1.4.1.236.11.5.11.55.8.2.1.7 - scmPrtInputPaperSize OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-create - STATUS current - DESCRIPTION - " - Value of Paper size for printing. - Some printer such like ML6060 or Modena have a 4 bytes data length. - So, to distinguish these models we have to check model id or version." - ::= { scmPrtInputEntry 7 } - --- 1.3.6.1.4.1.236.11.5.11.55.8.2.1.8 - -- 1.3.6.1.4.1.236.11.5.11.55.8.2.1.8 - scmPrtInputPaperSizeOptions OBJECT-TYPE - SYNTAX INTEGER - { - letter(1), - legal(2), - a4(4), - executive(8), - jisB5(16), - isoB5(32), - com10(64), - monarch(128), - dl(256), - c5(512), - postA6(1024), - c6(2048), - folio(4096), - a5(8192), - statement(16384), - a6(32768), - ledger(65536), - a3(131072), - jisB4(262144), - jpost(524288), - jpostd(1048576), - custom(2097152), - letterP(4194304), - a4P(8388608), - jisB5P(16777216), - a5P(33554432), - executiveP(67108864), - statementP(134217728), - a3Over(268435456), - b5Envelope(536870912) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " - Paper size options that are available in this model. - Some printer such like ML6060 or Modena have a 4 bytes data length. - So, to distinguish these models we have to check model id or version. " - ::= { scmPrtInputEntry 8 } - --- 1.3.6.1.4.1.236.11.5.11.55.8.2.1.9 - -- 1.3.6.1.4.1.236.11.5.11.55.8.2.1.9 - scmPrtInputTrayNum OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-create - STATUS current - DESCRIPTION - " - It can select the type of paper tray. The types of - tray can be varied according to the printer model" - ::= { scmPrtInputEntry 9 } - --- 1.3.6.1.4.1.236.11.5.11.55.8.2.1.10 - -- 1.3.6.1.4.1.236.11.5.11.55.8.2.1.10 - scmPrtInputTrayNumOptions OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-create - STATUS current - DESCRIPTION - " - available options of tray types" - ::= { scmPrtInputEntry 10 } - --- 1.3.6.1.4.1.236.11.5.11.55.9 - -- 1.3.6.1.4.1.236.11.5.11.55.9 - scmPrtOutput OBJECT IDENTIFIER ::= { scmPrintMIB 9 } - --- The Printer MIB Output group extension (scmPrtOutputGroup) --- --- This group logically augments the Printer MIB's prtOutput group. --- --- Implementation of every object in this group is conditionally --- mandatory: if the SNMP agent implements the semantics of any of --- these objects outside of the SCMI MIB, the agent shall also implement --- this group in order to claim SCMI conformance. --- --- 1.3.6.1.4.1.236.11.5.11.55.9.1 - -- 1.3.6.1.4.1.236.11.5.11.55.9.1 - scmPrtOutputTable OBJECT-TYPE - SYNTAX SEQUENCE OF ScmPrtOutputEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " - This table logically augments the prtOutputTable in the - Printer MIB." - ::= { scmPrtOutput 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.9.1.1 - -- 1.3.6.1.4.1.236.11.5.11.55.9.1.1 - scmPrtOutputEntry OBJECT-TYPE - SYNTAX ScmPrtOutputEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " - Entries may exist for each entry in the prtOutputTable." - AUGMENTS { prtOutputEntry } - ::= { scmPrtOutputTable 1 } - - ScmPrtOutputEntry ::= - SEQUENCE { - scmPrtOutputRowStatus - RowStatus, - scmPrtOutputNextIndex - Integer32, - scmPrtOutputPassword - OCTET STRING, - scmPrtOutputOffsetStackingType - ScmPrtOutputOffsetStackingType, - scmPrtOutputTrayTimeoutSupport - PresentOnOff, - scmPrtOutputTrayTimeout - Cardinal32, - scmPrtOutputFinishier - Integer32, - scmPrtOutputFinishierOptions - Integer32 - } - --- scmPrtOutputGroup --- scmPrtOutputFinishingGroup --- scmPrtOutputStaple PresentOnOff, --- scmPrtOutputStaplePosSupported ScmPrtOutputStaplePosition, --- scmPrtOutputStapleDefault PresentOnOff, --- scmPrtOutputStaplePosDefault ScmPrtOutputStaplePosition, --- scmPrtOutputPunch PresentOnOff, --- scmPrtOutputPunchDefault PresentOnOff --- 1.3.6.1.4.1.236.11.5.11.55.9.1.1.1 - -- 1.3.6.1.4.1.236.11.5.11.55.9.1.1.1 - scmPrtOutputRowStatus OBJECT-TYPE - SYNTAX RowStatus - MAX-ACCESS read-create - STATUS current - DESCRIPTION - " - Manages the status of this conceptual row in the - scmPrtOutputTable." - ::= { scmPrtOutputEntry 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.9.1.1.2 - -- 1.3.6.1.4.1.236.11.5.11.55.9.1.1.2 - scmPrtOutputNextIndex OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-create - STATUS current - DESCRIPTION - " - The value of prtOutputIndex corresponding to the output subunit - which will be used when this output subunit is filled. - A value of zero(0) indicates that auto output switching will not - occur when this output subunit is filled." - DEFVAL { 0 } - ::= { scmPrtOutputEntry 2 } - --- 1.3.6.1.4.1.236.11.5.11.55.9.1.1.3 - -- 1.3.6.1.4.1.236.11.5.11.55.9.1.1.3 - scmPrtOutputPassword OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (0..255)) - MAX-ACCESS read-create - STATUS current - DESCRIPTION - " - This object is used as the password for an Output Tray, e.g. an - output mailbox. It is the value that must be entered to open - the output tray." - REFERENCE - "See: prtOutputSecurity." - DEFVAL { ''h } - ::= { scmPrtOutputEntry 3 } - --- 1.3.6.1.4.1.236.11.5.11.55.9.1.1.4 - -- 1.3.6.1.4.1.236.11.5.11.55.9.1.1.4 - scmPrtOutputOffsetStackingType OBJECT-TYPE - SYNTAX ScmPrtOutputOffsetStackingType - MAX-ACCESS read-create - STATUS current - DESCRIPTION - " - This object further refines the type of offset stacking from - that specified by the object prtOutputOffsetStacking in the - Printer MIB." - REFERENCE - " - See: prtOutputOffsetStacking - See: scmPrtInterpOffsetStackingType" - DEFVAL { notSpecified } - ::= { scmPrtOutputEntry 4 } - --- not specified --- 1.3.6.1.4.1.236.11.5.11.55.9.1.1.5 - -- 1.3.6.1.4.1.236.11.5.11.55.9.1.1.5 - scmPrtOutputTrayTimeoutSupport OBJECT-TYPE - SYNTAX PresentOnOff - MAX-ACCESS read-create - STATUS current - DESCRIPTION - " - Determines whether the printer should wait before sending - the printed output to another output destination when the - selected or default destination is full. - - 'On' indicates that would should wait as specified by - scmPrtOutputTrayTimeout. - - 'Off' indicates this feature is off and should immediately - seek to send the printed output to another destination. - - The value 'other' shall mean not specified." - REFERENCE - "See: scmPrtOutputTrayTimeout" - DEFVAL { other } - ::= { scmPrtOutputEntry 5 } - --- other or infinite --- 1.3.6.1.4.1.236.11.5.11.55.9.1.1.6 - -- 1.3.6.1.4.1.236.11.5.11.55.9.1.1.6 - scmPrtOutputTrayTimeout OBJECT-TYPE - SYNTAX Cardinal32 - UNITS "Seconds" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - " - Determines how long the printer should wait before sending - the printed output to another output destination when the - selected or default destination is full. - - - A value of (0) implies 'other' or 'infinite' which translates - to this input subunit does not support this feature." - DEFVAL { 0 } - ::= { scmPrtOutputEntry 6 } - --- The Output Finishing Group (scmPrtOutputFinishingGroup) --- --- Implementation of every object in this group is conditionally --- mandatory: if the SNMP agent implements the semantics of any of --- these objects outside of the SCMI MIB, the agent shall also implement --- this group in order to claim SCMI conformance. --- --- new scmPrtOutputFinishier --- 1.3.6.1.4.1.236.11.5.11.55.9.1.1.51 - -- 1.3.6.1.4.1.236.11.5.11.55.9.1.1.51 - scmPrtOutputFinishier OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-create - STATUS current - DESCRIPTION - " - This object declares the printer output finishier." - ::= { scmPrtOutputEntry 51 } - --- 1.3.6.1.4.1.236.11.5.11.55.9.1.1.52 - -- 1.3.6.1.4.1.236.11.5.11.55.9.1.1.52 - scmPrtOutputFinishierOptions OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-create - STATUS current - DESCRIPTION - " - This object declares the printer output finishier option. - - options 1. staple - 2. punch " - ::= { scmPrtOutputEntry 52 } - --- 1.3.6.1.4.1.236.11.5.11.55.14 - -- 1.3.6.1.4.1.236.11.5.11.55.14 - scmPrtChannel OBJECT IDENTIFIER ::= { scmPrintMIB 14 } - --- 1.3.6.1.4.1.236.11.5.11.55.14.1 - -- 1.3.6.1.4.1.236.11.5.11.55.14.1 - scmPrtChannelSimple OBJECT IDENTIFIER ::= { scmPrtChannel 1 } - --- table --- 1.3.6.1.4.1.236.11.5.11.55.14.2 - -- 1.3.6.1.4.1.236.11.5.11.55.14.2 - scmPrtChannelTable OBJECT-TYPE - SYNTAX SEQUENCE OF ScmPrtChannelEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " - This table logically augments Printer MIB's prtChannelTable." - ::= { scmPrtChannel 2 } - --- 1.3.6.1.4.1.236.11.5.11.55.14.2.1 - -- 1.3.6.1.4.1.236.11.5.11.55.14.2.1 - scmPrtChannelEntry OBJECT-TYPE - SYNTAX ScmPrtChannelEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " - An entry exists corresponding to each entry in the - prtChannelTable." - AUGMENTS { prtChannelEntry } - ::= { scmPrtChannelTable 1 } - - ScmPrtChannelEntry ::= - SEQUENCE { - scmPrtChannelRowStatus - RowStatus, - scmPrtChannelEOJTimeout - Cardinal32 - } - --- 1.3.6.1.4.1.236.11.5.11.55.14.2.1.1 - -- 1.3.6.1.4.1.236.11.5.11.55.14.2.1.1 - scmPrtChannelRowStatus OBJECT-TYPE - SYNTAX RowStatus - MAX-ACCESS read-create - STATUS current - DESCRIPTION - " - Manages the status of this conceptual row in the - scmPrtChannelTable." - ::= { scmPrtChannelEntry 1 } - --- No timeout --- 1.3.6.1.4.1.236.11.5.11.55.14.2.1.2 - -- 1.3.6.1.4.1.236.11.5.11.55.14.2.1.2 - scmPrtChannelEOJTimeout OBJECT-TYPE - SYNTAX Cardinal32 - UNITS "Seconds" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - " - Defines the number of seconds that the channel waits before - timing out. For example, this may be used for the parallel - channel. - - The value zero means infinite or no timeout on the channel." - DEFVAL { 0 } - ::= { scmPrtChannelEntry 2 } - --- 1.3.6.1.4.1.236.11.5.11.55.15 - -- 1.3.6.1.4.1.236.11.5.11.55.15 - scmPrtInterpreter OBJECT IDENTIFIER ::= { scmPrintMIB 15 } - --- 1.3.6.1.4.1.236.11.5.11.55.15.1 - -- 1.3.6.1.4.1.236.11.5.11.55.15.1 - scmPrtInterpreterSimple OBJECT IDENTIFIER ::= { scmPrtInterpreter 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.15.1.1 - -- 1.3.6.1.4.1.236.11.5.11.55.15.1.1 - scmPrtInterpreterCopyNum OBJECT-TYPE - SYNTAX INTEGER (1..999) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " It can select how many papers are printed - Normally it can be selected 1- 999." - DEFVAL { 1 } - ::= { scmPrtInterpreterSimple 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.15.1.2 - -- 1.3.6.1.4.1.236.11.5.11.55.15.1.2 - scmPrtInterpreterEmulation OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " - Emulation option" - ::= { scmPrtInterpreterSimple 2 } - --- 1.3.6.1.4.1.236.11.5.11.55.15.1.3 - -- 1.3.6.1.4.1.236.11.5.11.55.15.1.3 - scmPrtInterpreterEmulationOptions OBJECT-TYPE - SYNTAX INTEGER - { - auto(1), - pcl5e(2), - pcl4(4), - wps3(8), - wps6(16), - ksc5843(32), - kssm(64), - ksc5895(128), - hwp(256), - pclxl(512), - ps2(1024), - hexDump(2048), - epson(4096), - ps3swrender(8192), - ps3(16384), - colorGDI(32768) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " - available options of the model" - ::= { scmPrtInterpreterSimple 3 } - --- 1.3.6.1.4.1.236.11.5.11.55.15.2 - -- 1.3.6.1.4.1.236.11.5.11.55.15.2 - scmPrtInterpreterTable OBJECT-TYPE - SYNTAX SEQUENCE OF ScmPrtInterpreterEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " - This table logically augments the Printer MIB's - prtInterpreterTable." - ::= { scmPrtInterpreter 2 } - --- 1.3.6.1.4.1.236.11.5.11.55.15.2.1 - -- 1.3.6.1.4.1.236.11.5.11.55.15.2.1 - scmPrtInterpreterEntry OBJECT-TYPE - SYNTAX ScmPrtInterpreterEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " - An entry exists corresponding to each entry in the - prtInterpreterTable." - AUGMENTS { prtInterpreterEntry } - ::= { scmPrtInterpreterTable 1 } - - ScmPrtInterpreterEntry ::= - SEQUENCE { - scmPrtInterpRowStatus - RowStatus, - scmPrtInterpJobCopiesDefault - Ordinal32, - scmPrtInterpLineTerm - PresentOnOff, - scmPrtInterpProcessBarcodes - PresentOnOff, - scmPrtInterpOrientation - Integer32, - scmPrtInterpOrientationOptions - INTEGER - } - --- 1.3.6.1.4.1.236.11.5.11.55.15.2.1.1 - -- 1.3.6.1.4.1.236.11.5.11.55.15.2.1.1 - scmPrtInterpRowStatus OBJECT-TYPE - SYNTAX RowStatus - MAX-ACCESS read-create - STATUS current - DESCRIPTION - " - Manages the status of this conceptual row in the - scmPrtInterpreterTable." - ::= { scmPrtInterpreterEntry 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.15.2.1.9 - -- 1.3.6.1.4.1.236.11.5.11.55.15.2.1.9 - scmPrtInterpJobCopiesDefault OBJECT-TYPE - SYNTAX Ordinal32 - MAX-ACCESS read-create - STATUS current - DESCRIPTION - " - This defines the default number of job copies to be printed - by this interpreter. - - If set incorrectly, this object may cause difficulties at - customer sites. Agent developers should consider making this - object read-only, permanently set to one copy." - ::= { scmPrtInterpreterEntry 9 } - --- not specified --- 1.3.6.1.4.1.236.11.5.11.55.15.2.1.33 - -- 1.3.6.1.4.1.236.11.5.11.55.15.2.1.33 - scmPrtInterpLineTerm OBJECT-TYPE - SYNTAX PresentOnOff - MAX-ACCESS read-create - STATUS current - DESCRIPTION - " - Enables adding a Carriage Return after every Line Feed. - - The value 'On' indicates that a Carriage Return will be - added after every Line Feed. - - Usage example: This is a useful feature when printing text - jobs via PCL through a standard queue in UNIX. - - The value 'other' shall mean not specified." - DEFVAL { other } - ::= { scmPrtInterpreterEntry 33 } - --- 1.3.6.1.4.1.236.11.5.11.55.15.2.1.54 - -- 1.3.6.1.4.1.236.11.5.11.55.15.2.1.54 - scmPrtInterpProcessBarcodes OBJECT-TYPE - SYNTAX PresentOnOff - MAX-ACCESS read-create - STATUS current - DESCRIPTION - " - Specifies whether the 'extra' barcode processing within - the interpreter should be used." - DEFVAL { other } - ::= { scmPrtInterpreterEntry 54 } - --- 1.3.6.1.4.1.236.11.5.11.55.15.2.1.60 - -- 1.3.6.1.4.1.236.11.5.11.55.15.2.1.60 - scmPrtInterpOrientation OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-create - STATUS current - DESCRIPTION - " - It determines the direction of the print image on the - page. The first two kinds of options are portrait(tall) - and landscape(wide). reversePortrait is 180 degrees - rotation of portrait. reverseLandscape is 180 degrees - rotation of landscape." - ::= { scmPrtInterpreterEntry 60 } - --- 1.3.6.1.4.1.236.11.5.11.55.15.2.1.61 - -- 1.3.6.1.4.1.236.11.5.11.55.15.2.1.61 - scmPrtInterpOrientationOptions OBJECT-TYPE - SYNTAX INTEGER - { - portrait(1), - landscape(2), - reverseLandscape(4), - reversePortrait(8) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " - available options in orientation" - ::= { scmPrtInterpreterEntry 61 } - --- 1.3.6.1.4.1.236.11.5.11.55.16 - -- 1.3.6.1.4.1.236.11.5.11.55.16 - scmPrtMediaPath OBJECT IDENTIFIER ::= { scmPrintMIB 16 } - --- 1.3.6.1.4.1.236.11.5.11.55.17 - -- 1.3.6.1.4.1.236.11.5.11.55.17 - scmPrtMarker OBJECT IDENTIFIER ::= { scmPrintMIB 17 } - --- scmPrtMarker --- --- 1.3.6.1.4.1.236.11.5.11.55.17.1 - -- 1.3.6.1.4.1.236.11.5.11.55.17.1 - scmPrtMarkerSimple OBJECT IDENTIFIER ::= { scmPrtMarker 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.17.1.1 - -- 1.3.6.1.4.1.236.11.5.11.55.17.1.1 - scmPrtMarkerMarginUnit OBJECT-TYPE - SYNTAX INTEGER - { - mm(1), - inch(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " - " - ::= { scmPrtMarkerSimple 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.17.1.2 - -- 1.3.6.1.4.1.236.11.5.11.55.17.1.2 - scmPrtMarkerSrt OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " - It determin Samsung Resolution Technology option - when it is ON." - ::= { scmPrtMarkerSimple 2 } - --- 1.3.6.1.4.1.236.11.5.11.55.17.1.3 - -- 1.3.6.1.4.1.236.11.5.11.55.17.1.3 - scmPrtMarkerSrtOptions OBJECT-TYPE - SYNTAX INTEGER - { - enhance(1), - normal(2), - grayPlus(4), - gray(8), - res1200fast(16), - res1200true(32) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " - available options of current model" - ::= { scmPrtMarkerSimple 3 } - --- 1.3.6.1.4.1.236.11.5.11.55.17.1.4 - -- 1.3.6.1.4.1.236.11.5.11.55.17.1.4 - scmPrtMarkerDensity OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "It determines the overall density of page" - ::= { scmPrtMarkerSimple 4 } - --- 1.3.6.1.4.1.236.11.5.11.55.17.1.5 - -- 1.3.6.1.4.1.236.11.5.11.55.17.1.5 - scmPrtMarkerDensityOptions OBJECT-TYPE - SYNTAX INTEGER - { - light(1), - medium(2), - dark(4) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "available options of current model" - ::= { scmPrtMarkerSimple 5 } - --- 1.3.6.1.4.1.236.11.5.11.55.17.1.6 - -- 1.3.6.1.4.1.236.11.5.11.55.17.1.6 - scmPrtMarkerSmetMode OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of this object indicates whether the SMET mode is - currently enabled." - ::= { scmPrtMarkerSimple 6 } - --- 1.3.6.1.4.1.236.11.5.11.55.17.1.7 - -- 1.3.6.1.4.1.236.11.5.11.55.17.1.7 - scmPrtMarkerSmetModeOptions OBJECT-TYPE - SYNTAX INTEGER - { - off(1), - on(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of this object will be the bitwise OR of the supported - values for smetMode in this printer." - ::= { scmPrtMarkerSimple 7 } - --- 1.3.6.1.4.1.236.11.5.11.55.17.1.8 - -- 1.3.6.1.4.1.236.11.5.11.55.17.1.8 - scmPrtMarkerduplexTopMargin OBJECT-TYPE - SYNTAX INTEGER (0..99) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of this object gives the top margin on the backside of - a page when printing in duplex mode. The actual value used in the - printer is the value of this object divided by 10. The unit is inch." - ::= { scmPrtMarkerSimple 8 } - --- 1.3.6.1.4.1.236.11.5.11.55.17.1.9 - -- 1.3.6.1.4.1.236.11.5.11.55.17.1.9 - scmPrtMarkerduplexLeftMargin OBJECT-TYPE - SYNTAX INTEGER (0..99) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of this object gives the left margin on the backside of - a page when printing in duplex mode. The actual value used in the - printer is the value of this object divided by 10. The unit is inch." - ::= { scmPrtMarkerSimple 9 } - --- 1.3.6.1.4.1.236.11.5.11.55.17.1.10 - -- 1.3.6.1.4.1.236.11.5.11.55.17.1.10 - scmPrtMarkerShortEdgeBindingMargin OBJECT-TYPE - SYNTAX INTEGER (0..99) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of this object gives the margin left for binding on the - short edge of the paper when printing is done in short edge duplex - mode. The actual value used in the printer is the value of this - object divided by 10. The unit is inch." - ::= { scmPrtMarkerSimple 10 } - --- 1.3.6.1.4.1.236.11.5.11.55.17.1.11 - -- 1.3.6.1.4.1.236.11.5.11.55.17.1.11 - scmPrtMarkerLongEdgeBindingMargin OBJECT-TYPE - SYNTAX INTEGER (0..99) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of this object gives the margin left for binding on the - long edge of the paper when printing is done in long edge duplex - mode. The actual value used in the printer is the value of this - object divided by 10. The unit is inch." - ::= { scmPrtMarkerSimple 11 } - --- 1.3.6.1.4.1.236.11.5.11.55.17.1.12 - -- 1.3.6.1.4.1.236.11.5.11.55.17.1.12 - scmPrtMarkerTonerSave OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " - Echo mode option. - Echo mode Off - Echo mode On" - ::= { scmPrtMarkerSimple 12 } - --- 1.3.6.1.4.1.236.11.5.11.55.17.1.13 - -- 1.3.6.1.4.1.236.11.5.11.55.17.1.13 - scmPrtMarkerTonerSaveOptions OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " - available options of the model" - ::= { scmPrtMarkerSimple 13 } - --- 1.3.6.1.4.1.236.11.5.11.55.17.1.14 - -- 1.3.6.1.4.1.236.11.5.11.55.17.1.14 - scmPrtMarkerTonerOutAction OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " - The value of this object gives the action taken by the printer - when the tonerLow condition occurs. If the value is continue(1), - the printer continues to print in spite of the toner being low. - If the value is stop(2), the printer stops printing when the toner - is low." - ::= { scmPrtMarkerSimple 14 } - --- 1.3.6.1.4.1.236.11.5.11.55.17.1.15 - -- 1.3.6.1.4.1.236.11.5.11.55.17.1.15 - scmPrtMarkerTonerOutActionOptions OBJECT-TYPE - SYNTAX INTEGER - { - continue(1), - stop(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " - The value of this object will be the bitwise OR of the supported - values for tonerLowAction in this printer." - ::= { scmPrtMarkerSimple 15 } - --- 1.3.6.1.4.1.236.11.5.11.55.17.2 - -- 1.3.6.1.4.1.236.11.5.11.55.17.2 - scmPrtMarkerTable OBJECT-TYPE - SYNTAX SEQUENCE OF ScmPrtMarkerEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " - " - ::= { scmPrtMarker 2 } - --- 1.3.6.1.4.1.236.11.5.11.55.17.2.1 - -- 1.3.6.1.4.1.236.11.5.11.55.17.2.1 - scmPrtMarkerEntry OBJECT-TYPE - SYNTAX ScmPrtMarkerEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " - Entries may exist in the table for each device - index who's device type is printer" - INDEX { hrDeviceIndex, scmPrtMarkerTonerIndex } - ::= { scmPrtMarkerTable 1 } - - ScmPrtMarkerEntry ::= - SEQUENCE { - scmPrtMarkerTonerIndex - Ordinal32, - scmPrtMarkerResolution - Integer32, - scmPrtMarkerResolutionOptions - INTEGER, - scmPrtMarkerTonerColor - Integer32, - scmPrtMarkerTonerColorDescription - OCTET STRING, - scmPrtMarkerTonerLevel - Integer32 - } - --- 1.3.6.1.4.1.236.11.5.11.55.17.2.1.1 - -- 1.3.6.1.4.1.236.11.5.11.55.17.2.1.1 - scmPrtMarkerTonerIndex OBJECT-TYPE - SYNTAX Ordinal32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Index of the Toner number" - ::= { scmPrtMarkerEntry 1 } - --- scmPrtMarkerGroup --- 1.3.6.1.4.1.236.11.5.11.55.17.2.1.2 - -- 1.3.6.1.4.1.236.11.5.11.55.17.2.1.2 - scmPrtMarkerResolution OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " - The value of this object gives the current resolution used while - printing. The value res300(1) means 300X300 dpi resolution. The - value res600(2) means 600X600 dpi resolution. The value res1200(4) - means 1200X1200 dpi resolution." - ::= { scmPrtMarkerEntry 2 } - --- 1.3.6.1.4.1.236.11.5.11.55.17.2.1.3 - -- 1.3.6.1.4.1.236.11.5.11.55.17.2.1.3 - scmPrtMarkerResolutionOptions OBJECT-TYPE - SYNTAX INTEGER - { - res300(1), - res600(2), - res1200(4), - res1200fast(8), - res1200best(16) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " - The value of this object will be the bitwise OR of all the supported - values for resolution in this printer." - ::= { scmPrtMarkerEntry 3 } - --- 1.3.6.1.4.1.236.11.5.11.55.17.2.1.4 - -- 1.3.6.1.4.1.236.11.5.11.55.17.2.1.4 - scmPrtMarkerTonerColor OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "color of Toner" - ::= { scmPrtMarkerEntry 4 } - --- 1.3.6.1.4.1.236.11.5.11.55.17.2.1.5 - -- 1.3.6.1.4.1.236.11.5.11.55.17.2.1.5 - scmPrtMarkerTonerColorDescription OBJECT-TYPE - SYNTAX OCTET STRING - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description of Toner" - ::= { scmPrtMarkerEntry 5 } - --- 1.3.6.1.4.1.236.11.5.11.55.17.2.1.6 - -- 1.3.6.1.4.1.236.11.5.11.55.17.2.1.6 - scmPrtMarkerTonerLevel OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Indication of Toner remainder" - ::= { scmPrtMarkerEntry 6 } - --- 1.3.6.1.4.1.236.11.5.11.55.18 - -- 1.3.6.1.4.1.236.11.5.11.55.18 - scmPrtOperation OBJECT IDENTIFIER ::= { scmPrintMIB 18 } - --- scmPrtOperation --- --- 1.3.6.1.4.1.236.11.5.11.55.18.1 - -- 1.3.6.1.4.1.236.11.5.11.55.18.1 - scmPrtOperationSimple OBJECT IDENTIFIER ::= { scmPrtOperation 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.18.1.1 - -- 1.3.6.1.4.1.236.11.5.11.55.18.1.1 - scmPrtOperationJobCancel OBJECT-TYPE - SYNTAX INTEGER { cancelJob(1) } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Printer Operation Job Cancel Request" - ::= { scmPrtOperationSimple 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.18.1.2 - -- 1.3.6.1.4.1.236.11.5.11.55.18.1.2 - scmPrtOperarionMenuClear OBJECT-TYPE - SYNTAX INTEGER - { - on(1), - off(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "When the value of this object is set to clearMenus(1), the values of - all the printer properties in all the menus will be set to default - values." - ::= { scmPrtOperationSimple 2 } - --- 1.3.6.1.4.1.236.11.5.11.55.18.1.3 - -- 1.3.6.1.4.1.236.11.5.11.55.18.1.3 - scmPrtOperationMenuClearOptions OBJECT-TYPE - SYNTAX INTEGER - { - disable(1), - enable(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of this object will be the bitwise OR of the supported - values for menuClear in this printer." - ::= { scmPrtOperationSimple 3 } - --- 1.3.6.1.4.1.236.11.5.11.55.18.1.4 - -- 1.3.6.1.4.1.236.11.5.11.55.18.1.4 - scmPrtOperationFuserClean OBJECT-TYPE - SYNTAX INTEGER - { - off(1), - on(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "When the value of this object is set to fuserClean(2),the printer fuser will be clear" - ::= { scmPrtOperationSimple 4 } - --- 1.3.6.1.4.1.236.11.5.11.55.18.1.5 - -- 1.3.6.1.4.1.236.11.5.11.55.18.1.5 - scmPrtOperationFuserCleanOptions OBJECT-TYPE - SYNTAX INTEGER - { - disable(1), - enable(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of this object will be the bitwise OR of the supported - values for nfuserClean in this printer." - ::= { scmPrtOperationSimple 5 } - --- 1.3.6.1.4.1.236.11.5.11.55.18.1.6 - -- 1.3.6.1.4.1.236.11.5.11.55.18.1.6 - scmPrtOperationOpcClean OBJECT-TYPE - SYNTAX INTEGER - { - off(1), - on(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "When the value of this object is set to opcClean(2),the printer OPC will be clear" - ::= { scmPrtOperationSimple 6 } - --- 1.3.6.1.4.1.236.11.5.11.55.18.1.7 - -- 1.3.6.1.4.1.236.11.5.11.55.18.1.7 - scmPrtOperationOpcCleanOptions OBJECT-TYPE - SYNTAX INTEGER - { - disable(1), - enable(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of this object will be the bitwise OR of the supported - values for nopcClean in this printer." - ::= { scmPrtOperationSimple 7 } - --- 1.3.6.1.4.1.236.11.5.11.55.18.1.8 - -- 1.3.6.1.4.1.236.11.5.11.55.18.1.8 - scmPrtOperationTestPrtRequest OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " request test printing - 1: request " - ::= { scmPrtOperationSimple 8 } - --- 1.3.6.1.4.1.236.11.5.11.55.18.1.9 - -- 1.3.6.1.4.1.236.11.5.11.55.18.1.9 - scmPrtOperationPrintFontRequest OBJECT-TYPE - SYNTAX INTEGER - { - pcl(1), - ps(2), - ks5843(3), - kssm(4), - ks5895(5), - epson(6), - opcClean(7), - fuserClean(8), - configpage(9), - demopage(10), - menuMap(11), - psFlashDirectory(12) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " request test printing - 1: pcl request - 2: ps request - 3: ks5843 request - 4: kssm request - 5: ks5895 request - 6: epson requese, - 7: opcClean request, - 8: fuserClean request, - 9: configpage request, - 10: kssm request, - 11: menuMap request, - 12: psFlashDirectory requese, - " - ::= { scmPrtOperationSimple 9 } - --- 1.3.6.1.4.1.236.11.5.11.55.18.1.10 - -- 1.3.6.1.4.1.236.11.5.11.55.18.1.10 - scmPrtOperationPrintBlackOnly OBJECT-TYPE - SYNTAX INTEGER - { - on(1), - off(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Description." - ::= { scmPrtOperationSimple 10 } - --- table -- --- 1.3.6.1.4.1.236.11.5.11.55.18.2 - -- 1.3.6.1.4.1.236.11.5.11.55.18.2 - scmPrtOperationTable OBJECT-TYPE - SYNTAX SEQUENCE OF ScmPrtOperationEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " - " - ::= { scmPrtOperation 2 } - --- 1.3.6.1.4.1.236.11.5.11.55.18.2.1 - -- 1.3.6.1.4.1.236.11.5.11.55.18.2.1 - scmPrtOperationEntry OBJECT-TYPE - SYNTAX ScmPrtOperationEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " - " - INDEX { scmPrtOperationIndex, hrDeviceIndex } - ::= { scmPrtOperationTable 1 } - - ScmPrtOperationEntry ::= - SEQUENCE { - scmPrtOperationIndex - Ordinal32 - } - --- scmPrtOperationGroup --- 1.3.6.1.4.1.236.11.5.11.55.18.2.1.1 - -- 1.3.6.1.4.1.236.11.5.11.55.18.2.1.1 - scmPrtOperationIndex OBJECT-TYPE - SYNTAX Ordinal32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " - " - ::= { scmPrtOperationEntry 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.19 - -- 1.3.6.1.4.1.236.11.5.11.55.19 - scmPrtConfiguration OBJECT IDENTIFIER ::= { scmPrintMIB 19 } - --- scmPrtConfiguration --- --- 1.3.6.1.4.1.236.11.5.11.55.19.1 - -- 1.3.6.1.4.1.236.11.5.11.55.19.1 - scmPrtConfigurationSimple OBJECT IDENTIFIER ::= { scmPrtConfiguration 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.19.1.1 - -- 1.3.6.1.4.1.236.11.5.11.55.19.1.1 - scmPrtConfigurationPowerSave OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " set power save mode 1: power save mode" - ::= { scmPrtConfigurationSimple 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.19.1.2 - -- 1.3.6.1.4.1.236.11.5.11.55.19.1.2 - scmPrtConfigurationPowerSaveOptions OBJECT-TYPE - SYNTAX INTEGER - { - pwSaveoff(1), - pwSave15(2), - pwSave30(4), - pwSave45(8), - pwSave60(16) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " available options of the model" - ::= { scmPrtConfigurationSimple 2 } - --- 1.3.6.1.4.1.236.11.5.11.55.19.1.3 - -- 1.3.6.1.4.1.236.11.5.11.55.19.1.3 - scmPrtConfigurationAutocont OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "It determines the printer action when the user - prints a page without paper in the manual feed - slot but the paper source is set to manual feed. - If Auto Continue is ON the printer pick up the - paper from the tray after few second. If it is - OFF the printer wait forever until user insert - paper into a manual feed slot." - ::= { scmPrtConfigurationSimple 3 } - --- 1.3.6.1.4.1.236.11.5.11.55.19.1.4 - -- 1.3.6.1.4.1.236.11.5.11.55.19.1.4 - scmPrtConfigurationAutoCountOptions OBJECT-TYPE - SYNTAX INTEGER - { - off(1), - on(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " available options of the model" - ::= { scmPrtConfigurationSimple 4 } - --- 1.3.6.1.4.1.236.11.5.11.55.19.1.5 - -- 1.3.6.1.4.1.236.11.5.11.55.19.1.5 - scmPrtConfigurationJam2Recover OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "if it is on and occur JAM at Jam2 point - printer will print this page again." - ::= { scmPrtConfigurationSimple 5 } - --- 1.3.6.1.4.1.236.11.5.11.55.19.1.6 - -- 1.3.6.1.4.1.236.11.5.11.55.19.1.6 - scmPrtConfigurationJam2RecOptions OBJECT-TYPE - SYNTAX INTEGER - { - off(1), - on(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " available options of the model" - ::= { scmPrtConfigurationSimple 6 } - --- 1.3.6.1.4.1.236.11.5.11.55.19.1.7 - -- 1.3.6.1.4.1.236.11.5.11.55.19.1.7 - scmPrtConfigurationAltitudeAction OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The value 'low(1)' will be used when the printer is in the low altitude - location. The value 'high(2)' will be used when the printer is in - the high altitude location. " - ::= { scmPrtConfigurationSimple 7 } - --- 1.3.6.1.4.1.236.11.5.11.55.19.1.8 - -- 1.3.6.1.4.1.236.11.5.11.55.19.1.8 - scmPrtConfigurationAltitudeActionOptions OBJECT-TYPE - SYNTAX INTEGER - { - low(1), - high(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of this object will be the bitwise OR of the supported - values for altitudeAction in this printer." - ::= { scmPrtConfigurationSimple 8 } - --- table --- 1.3.6.1.4.1.236.11.5.11.55.19.2 - -- 1.3.6.1.4.1.236.11.5.11.55.19.2 - scmPrtConfigurationTable OBJECT-TYPE - SYNTAX SEQUENCE OF ScmPrtConfigurationEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " - " - ::= { scmPrtConfiguration 2 } - --- 1.3.6.1.4.1.236.11.5.11.55.19.2.1 - -- 1.3.6.1.4.1.236.11.5.11.55.19.2.1 - scmPrtConfigurationEntry OBJECT-TYPE - SYNTAX ScmPrtConfigurationEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " - " - INDEX { scmPrtConfigurationIndex, hrDeviceIndex } - ::= { scmPrtConfigurationTable 1 } - - ScmPrtConfigurationEntry ::= - SEQUENCE { - scmPrtConfigurationIndex - Ordinal32 - } - --- scmPrtConfigurationGroup --- 1.3.6.1.4.1.236.11.5.11.55.19.2.1.1 - -- 1.3.6.1.4.1.236.11.5.11.55.19.2.1.1 - scmPrtConfigurationIndex OBJECT-TYPE - SYNTAX Ordinal32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " - " - ::= { scmPrtConfigurationEntry 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.20 - -- 1.3.6.1.4.1.236.11.5.11.55.20 - scmPrtCount OBJECT IDENTIFIER ::= { scmPrintMIB 20 } - --- scmPrtCount --- --- 1.3.6.1.4.1.236.11.5.11.55.20.1 - -- 1.3.6.1.4.1.236.11.5.11.55.20.1 - scmPrtCountSimple OBJECT IDENTIFIER ::= { scmPrtCount 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.20.1.1 - -- 1.3.6.1.4.1.236.11.5.11.55.20.1.1 - scmPrtCountDrumImageCount OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " - " - ::= { scmPrtCountSimple 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.20.1.2 - -- 1.3.6.1.4.1.236.11.5.11.55.20.1.2 - scmPrtCountDrumImageCountReset OBJECT-TYPE - SYNTAX INTEGER - { - off(1), - on(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " - " - ::= { scmPrtCountSimple 2 } - --- 1.3.6.1.4.1.236.11.5.11.55.20.1.3 - -- 1.3.6.1.4.1.236.11.5.11.55.20.1.3 - scmPrtCountTransferImageCount OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " - " - ::= { scmPrtCountSimple 3 } - --- 1.3.6.1.4.1.236.11.5.11.55.20.1.4 - -- 1.3.6.1.4.1.236.11.5.11.55.20.1.4 - scmPrtCountTransferImageCountReset OBJECT-TYPE - SYNTAX INTEGER - { - off(1), - on(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " - " - ::= { scmPrtCountSimple 4 } - --- 1.3.6.1.4.1.236.11.5.11.55.20.1.5 - -- 1.3.6.1.4.1.236.11.5.11.55.20.1.5 - scmPrtCountFuserImageCount OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " - " - ::= { scmPrtCountSimple 5 } - --- 1.3.6.1.4.1.236.11.5.11.55.20.1.6 - -- 1.3.6.1.4.1.236.11.5.11.55.20.1.6 - scmPrtCountFuserImageCountReset OBJECT-TYPE - SYNTAX INTEGER - { - off(1), - on(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " - " - ::= { scmPrtCountSimple 6 } - --- 1.3.6.1.4.1.236.11.5.11.55.20.1.7 - -- 1.3.6.1.4.1.236.11.5.11.55.20.1.7 - scmPrtCountTwoRollerCount OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " - " - ::= { scmPrtCountSimple 7 } - --- 1.3.6.1.4.1.236.11.5.11.55.20.1.8 - -- 1.3.6.1.4.1.236.11.5.11.55.20.1.8 - scmPrtCountTwoRollerReset OBJECT-TYPE - SYNTAX INTEGER { on(1) } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " - " - ::= { scmPrtCountSimple 8 } - --- 1.3.6.1.4.1.236.11.5.11.55.20.1.9 - -- 1.3.6.1.4.1.236.11.5.11.55.20.1.9 - scmPrtCountPickupMPCount OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " - " - ::= { scmPrtCountSimple 9 } - --- 1.3.6.1.4.1.236.11.5.11.55.20.1.10 - -- 1.3.6.1.4.1.236.11.5.11.55.20.1.10 - scmPrtCountPickupMPReset OBJECT-TYPE - SYNTAX INTEGER { on(1) } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " - " - ::= { scmPrtCountSimple 10 } - --- 1.3.6.1.4.1.236.11.5.11.55.20.1.11 - -- 1.3.6.1.4.1.236.11.5.11.55.20.1.11 - scmPrtCountPickupTray1Count OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " - " - ::= { scmPrtCountSimple 11 } - --- 1.3.6.1.4.1.236.11.5.11.55.20.1.12 - -- 1.3.6.1.4.1.236.11.5.11.55.20.1.12 - scmPrtCountPickupTray1Reset OBJECT-TYPE - SYNTAX INTEGER { on(1) } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " - " - ::= { scmPrtCountSimple 12 } - --- 1.3.6.1.4.1.236.11.5.11.55.20.1.13 - -- 1.3.6.1.4.1.236.11.5.11.55.20.1.13 - scmPrtCountPickupTray2Count OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " - " - ::= { scmPrtCountSimple 13 } - --- 1.3.6.1.4.1.236.11.5.11.55.20.1.14 - -- 1.3.6.1.4.1.236.11.5.11.55.20.1.14 - scmPrtCountPickupTray2Reset OBJECT-TYPE - SYNTAX INTEGER { on(1) } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " - " - ::= { scmPrtCountSimple 14 } - --- table --- 1.3.6.1.4.1.236.11.5.11.55.20.2 - -- 1.3.6.1.4.1.236.11.5.11.55.20.2 - scmPrtCountTable OBJECT-TYPE - SYNTAX SEQUENCE OF ScmPrtCountEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " - " - ::= { scmPrtCount 2 } - --- 1.3.6.1.4.1.236.11.5.11.55.20.2.1 - -- 1.3.6.1.4.1.236.11.5.11.55.20.2.1 - scmPrtCountEntry OBJECT-TYPE - SYNTAX ScmPrtCountEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " - " - INDEX { scmPrtCountIndex } - ::= { scmPrtCountTable 1 } - - ScmPrtCountEntry ::= - SEQUENCE { - scmPrtCountIndex - Integer32, - scmPrtCountDeviceType - INTEGER, - scmPrtCountType - INTEGER, - scmPrtCountMediaSize - INTEGER, - scmPrtCountColorant - INTEGER, - scmPrtCountDuplex - INTEGER, - scmPrtCountResolution - INTEGER, - scmPrtCountUnit - INTEGER, - scmPrtCountValue - Integer32 - } - --- scmPrtCountGroup --- 1.3.6.1.4.1.236.11.5.11.55.20.2.1.1 - -- 1.3.6.1.4.1.236.11.5.11.55.20.2.1.1 - scmPrtCountIndex OBJECT-TYPE - SYNTAX Integer32 (1..2147483647) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " - " - ::= { scmPrtCountEntry 1 } - - -- 1.3.6.1.4.1.236.11.5.11.55.20.2.1.2 - scmPrtCountDeviceType OBJECT-TYPE - SYNTAX INTEGER - { - printer(1), - scanner(2), - copier(3), - fax(4), - mailbox(5), - finisher(6), - feeder(7), - sorter(8), - marker(9), - basicFunctionFinisher(10), - multiFunctionFinisher(11), - externalIFFinisher(12), - thirdPartyFinisher(13), - payment(14) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { scmPrtCountEntry 2 } - --- 1.3.6.1.4.1.236.11.5.11.55.20.2.1.2 - -- 1.3.6.1.4.1.236.11.5.11.55.20.2.1.3 - scmPrtCountType OBJECT-TYPE - SYNTAX INTEGER - { - other(1), - unknown(2), - copy(3), - faxIn(4), - faxout(5), - digitalSend(6), - digitalReceive(7), - scan(8), - print(9) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { scmPrtCountEntry 3 } - --- 1.3.6.1.4.1.236.11.5.11.55.20.2.1.3 - -- 1.3.6.1.4.1.236.11.5.11.55.20.2.1.4 - scmPrtCountMediaSize OBJECT-TYPE - SYNTAX INTEGER - { - unknown(1), - letter(2), - legal(3), - a4(4), - executive(5), - jisB5(6), - isoB5(7), - com10(8), - monarch(9), - dl(10), - c5(11), - postA6(12), - c6(13), - folio(14), - a5(15), - statement(16), - a6(17), - ledger(18), - a3(19), - jisB4(20), - jpost(21), - jpostd(22), - custom(23), - letterP(24), - a4P(25), - jisB5P(26), - a5P(27), - executiveP(28), - statementP(29), - a3Over(30), - b5Envelope(31) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " - Paper size options that are available in this model. - Some printer such like ML6060 or Modena have a 4 bytes data length. - So, to distinguish these models we have to check model id or version. " - ::= { scmPrtCountEntry 4 } - --- 1.3.6.1.4.1.236.11.5.11.55.20.2.1.4 - -- 1.3.6.1.4.1.236.11.5.11.55.20.2.1.5 - scmPrtCountColorant OBJECT-TYPE - SYNTAX INTEGER - { - mono(1), - color(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { scmPrtCountEntry 5 } - --- 1.3.6.1.4.1.236.11.5.11.55.20.2.1.5 - -- 1.3.6.1.4.1.236.11.5.11.55.20.2.1.6 - scmPrtCountDuplex OBJECT-TYPE - SYNTAX INTEGER - { - simplex(1), - duplex(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { scmPrtCountEntry 6 } - - -- 1.3.6.1.4.1.236.11.5.11.55.20.2.1.7 - scmPrtCountResolution OBJECT-TYPE - SYNTAX INTEGER - { - low300dpi(1), - normal600dpi(2), - high1200dpi(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Description." - ::= { scmPrtCountEntry 7 } - --- 1.3.6.1.4.1.236.11.5.11.55.20.2.1.6 - -- 1.3.6.1.4.1.236.11.5.11.55.20.2.1.8 - scmPrtCountUnit OBJECT-TYPE - SYNTAX INTEGER - { - tenThousandthsOfInches(3), - micrometers(4), - characters(5), - lines(6), - impressions(7), - sheets(8), - dotRow(9), - hours(11), - feet(16), - meters(17) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { scmPrtCountEntry 8 } - --- 1.3.6.1.4.1.236.11.5.11.55.20.2.1.7 - -- 1.3.6.1.4.1.236.11.5.11.55.20.2.1.9 - scmPrtCountValue OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { scmPrtCountEntry 9 } - --- 1.3.6.1.4.1.236.11.5.11.55.21 - -- 1.3.6.1.4.1.236.11.5.11.55.21 - scmPrtSerial OBJECT IDENTIFIER ::= { scmPrintMIB 21 } - --- scmPrtSerial --- --- 1.3.6.1.4.1.236.11.5.11.55.21.1 - -- 1.3.6.1.4.1.236.11.5.11.55.21.1 - scmPrtSerialSimple OBJECT IDENTIFIER ::= { scmPrtSerial 1 } - --- table --- 1.3.6.1.4.1.236.11.5.11.55.21.2 - -- 1.3.6.1.4.1.236.11.5.11.55.21.2 - scmPrtSerialTable OBJECT-TYPE - SYNTAX SEQUENCE OF ScmPrtSerialEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " - " - ::= { scmPrtSerial 2 } - --- 1.3.6.1.4.1.236.11.5.11.55.21.2.1 - -- 1.3.6.1.4.1.236.11.5.11.55.21.2.1 - scmPrtSerialEntry OBJECT-TYPE - SYNTAX ScmPrtSerialEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " - " - INDEX { scmPrtSerialIndex } - ::= { scmPrtSerialTable 1 } - - ScmPrtSerialEntry ::= - SEQUENCE { - scmPrtSerialIndex - Ordinal32, - scmPrtSerialNbaudRate - Integer32, - scmPrtSerialBrOptions - Integer32, - scmPrtSerialBobuxon - INTEGER, - scmPrtSerialBobuxonOptions - Integer32 - } - --- scmPrtSerialGroup --- 1.3.6.1.4.1.236.11.5.11.55.21.2.1.1 - -- 1.3.6.1.4.1.236.11.5.11.55.21.2.1.1 - scmPrtSerialIndex OBJECT-TYPE - SYNTAX Ordinal32 - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " - " - ::= { scmPrtSerialEntry 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.21.2.1.2 - -- 1.3.6.1.4.1.236.11.5.11.55.21.2.1.2 - scmPrtSerialNbaudRate OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "the speed when user use a serial port" - ::= { scmPrtSerialEntry 2 } - --- 1.3.6.1.4.1.236.11.5.11.55.21.2.1.3 - -- 1.3.6.1.4.1.236.11.5.11.55.21.2.1.3 - scmPrtSerialBrOptions OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "available options of printer " - ::= { scmPrtSerialEntry 3 } - --- 1.3.6.1.4.1.236.11.5.11.55.21.2.1.4 - -- 1.3.6.1.4.1.236.11.5.11.55.21.2.1.4 - scmPrtSerialBobuxon OBJECT-TYPE - SYNTAX INTEGER - { - on(1), - off(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " - " - ::= { scmPrtSerialEntry 4 } - --- 1.3.6.1.4.1.236.11.5.11.55.21.2.1.5 - -- 1.3.6.1.4.1.236.11.5.11.55.21.2.1.5 - scmPrtSerialBobuxonOptions OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of this object will be the bitwise OR of the supported - values for robuxon in this printer." - ::= { scmPrtSerialEntry 5 } - --- 1.3.6.1.4.1.236.11.5.11.55.22 - -- 1.3.6.1.4.1.236.11.5.11.55.22 - scmPrtPCL OBJECT IDENTIFIER ::= { scmPrintMIB 22 } - --- scmPrtPCL --- --- 1.3.6.1.4.1.236.11.5.11.55.22.1 - -- 1.3.6.1.4.1.236.11.5.11.55.22.1 - scmPrtPCLSimple OBJECT IDENTIFIER ::= { scmPrtPCL 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.22.1.1 - -- 1.3.6.1.4.1.236.11.5.11.55.22.1.1 - scmPrtPCLFont OBJECT-TYPE - SYNTAX INTEGER (0..53) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " " - ::= { scmPrtPCLSimple 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.22.1.2 - -- 1.3.6.1.4.1.236.11.5.11.55.22.1.2 - scmPrtPCLSymbolSet OBJECT-TYPE - SYNTAX INTEGER (0..37) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " " - ::= { scmPrtPCLSimple 2 } - --- 1.3.6.1.4.1.236.11.5.11.55.22.1.3 - -- 1.3.6.1.4.1.236.11.5.11.55.22.1.3 - scmPrtPCLFormLine OBJECT-TYPE - SYNTAX INTEGER (5..128) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " " - ::= { scmPrtPCLSimple 3 } - --- 1.3.6.1.4.1.236.11.5.11.55.22.1.4 - -- 1.3.6.1.4.1.236.11.5.11.55.22.1.4 - scmPrtPCLPitch OBJECT-TYPE - SYNTAX INTEGER (16..399) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " " - ::= { scmPrtPCLSimple 4 } - --- 1.3.6.1.4.1.236.11.5.11.55.22.1.5 - -- 1.3.6.1.4.1.236.11.5.11.55.22.1.5 - scmPrtPCLPointSize OBJECT-TYPE - SYNTAX INTEGER (16..399) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " " - ::= { scmPrtPCLSimple 5 } - --- 1.3.6.1.4.1.236.11.5.11.55.22.1.6 - -- 1.3.6.1.4.1.236.11.5.11.55.22.1.6 - scmPrtPCLCourier OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " " - ::= { scmPrtPCLSimple 6 } - --- 1.3.6.1.4.1.236.11.5.11.55.22.1.7 - -- 1.3.6.1.4.1.236.11.5.11.55.22.1.7 - scmPrtPCLCourierOptions OBJECT-TYPE - SYNTAX INTEGER - { - regular(1), - dark(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { scmPrtPCLSimple 7 } - --- 1.3.6.1.4.1.236.11.5.11.55.22.1.8 - -- 1.3.6.1.4.1.236.11.5.11.55.22.1.8 - scmPrtPCLAppendCR OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " " - ::= { scmPrtPCLSimple 8 } - --- 1.3.6.1.4.1.236.11.5.11.55.22.1.9 - -- 1.3.6.1.4.1.236.11.5.11.55.22.1.9 - scmPrtPCLAppendCROptions OBJECT-TYPE - SYNTAX INTEGER - { - lf(1), - lfCR(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { scmPrtPCLSimple 9 } - --- 1.3.6.1.4.1.236.11.5.11.55.22.1.10 - -- 1.3.6.1.4.1.236.11.5.11.55.22.1.10 - scmPrtPCLWideA4 OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " " - ::= { scmPrtPCLSimple 10 } - --- 1.3.6.1.4.1.236.11.5.11.55.22.1.11 - -- 1.3.6.1.4.1.236.11.5.11.55.22.1.11 - scmPrtPCLWideA4Options OBJECT-TYPE - SYNTAX INTEGER - { - off(1), - on(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { scmPrtPCLSimple 11 } - --- 1.3.6.1.4.1.236.11.5.11.55.22.1.12 - -- 1.3.6.1.4.1.236.11.5.11.55.22.1.12 - scmPrtPCLTopMargin OBJECT-TYPE - SYNTAX INTEGER (0..250) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " Margine between top and first line of this page - ,actuall value of printing is a value divided by 10. - basic unit is inch. If Orientation is portrait or reverse - portrait, then the range of topMargine is 0 to 99 and if - Orientation is landscape or reverse landscape, then range is 0 to 170" - ::= { scmPrtPCLSimple 12 } - --- 1.3.6.1.4.1.236.11.5.11.55.22.1.13 - -- 1.3.6.1.4.1.236.11.5.11.55.22.1.13 - scmPrtPCLLeftMargin OBJECT-TYPE - SYNTAX INTEGER (0..250) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " Left margine of printed page, actual value is - a value divided by 10. Basic unit is inch. - If Orentation is landscape or reverse landscape, the range is 0 - to 99 and if the Orientation is portrait or reverse portrait, - the range is 0 to 170." - ::= { scmPrtPCLSimple 13 } - --- table --- 1.3.6.1.4.1.236.11.5.11.55.22.2 - -- 1.3.6.1.4.1.236.11.5.11.55.22.2 - scmPrtPCLTable OBJECT-TYPE - SYNTAX SEQUENCE OF ScmPrtPCLEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " - " - ::= { scmPrtPCL 2 } - --- 1.3.6.1.4.1.236.11.5.11.55.22.2.1 - -- 1.3.6.1.4.1.236.11.5.11.55.22.2.1 - scmPrtPCLEntry OBJECT-TYPE - SYNTAX ScmPrtPCLEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " - " - INDEX { scmPrtPCLIndex } - ::= { scmPrtPCLTable 1 } - - ScmPrtPCLEntry ::= - SEQUENCE { - scmPrtPCLIndex - Ordinal32 - } - --- scmPrtPCLGroup --- 1.3.6.1.4.1.236.11.5.11.55.22.2.1.1 - -- 1.3.6.1.4.1.236.11.5.11.55.22.2.1.1 - scmPrtPCLIndex OBJECT-TYPE - SYNTAX Ordinal32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " - " - ::= { scmPrtPCLEntry 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.23 - -- 1.3.6.1.4.1.236.11.5.11.55.23 - scmPrtKS5843 OBJECT IDENTIFIER ::= { scmPrintMIB 23 } - --- scmPrtKS5843 --- --- 1.3.6.1.4.1.236.11.5.11.55.23.1 - -- 1.3.6.1.4.1.236.11.5.11.55.23.1 - scmPrtKS5843Simple OBJECT IDENTIFIER ::= { scmPrtKS5843 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.23.1.1 - -- 1.3.6.1.4.1.236.11.5.11.55.23.1.1 - scmPrtKS5843Font OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " " - ::= { scmPrtKS5843Simple 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.23.1.2 - -- 1.3.6.1.4.1.236.11.5.11.55.23.1.2 - scmPrtKS5843FontOptions OBJECT-TYPE - SYNTAX INTEGER - { - myoungjo(1), - gothic(2), - gungseo(4), - gullim(8), - sammool(16), - yetche(32), - post(64), - newgraph(128), - sunmyun(256), - pilgi(512), - headline(1024), - ocrB1(2048) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { scmPrtKS5843Simple 2 } - --- 1.3.6.1.4.1.236.11.5.11.55.23.1.3 - -- 1.3.6.1.4.1.236.11.5.11.55.23.1.3 - scmPrtKS5843Code OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " " - ::= { scmPrtKS5843Simple 3 } - --- 1.3.6.1.4.1.236.11.5.11.55.23.1.4 - -- 1.3.6.1.4.1.236.11.5.11.55.23.1.4 - scmPrtKS5843CodeOptions OBJECT-TYPE - SYNTAX INTEGER - { - wansung(1), - johap(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { scmPrtKS5843Simple 4 } - --- 1.3.6.1.4.1.236.11.5.11.55.23.1.5 - -- 1.3.6.1.4.1.236.11.5.11.55.23.1.5 - scmPrtKS5843cpi OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " " - ::= { scmPrtKS5843Simple 5 } - --- 1.3.6.1.4.1.236.11.5.11.55.23.1.6 - -- 1.3.6.1.4.1.236.11.5.11.55.23.1.6 - scmPrtKS5843cpiOptions OBJECT-TYPE - SYNTAX INTEGER - { - kscpi10(1), - kscpi12(2), - kscpi133(4), - kscpi15(8), - kscpi20(16), - kscpi24(32), - kscpi267(64), - kscpi30(128) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { scmPrtKS5843Simple 6 } - --- 1.3.6.1.4.1.236.11.5.11.55.23.1.7 - -- 1.3.6.1.4.1.236.11.5.11.55.23.1.7 - scmPrtKS5843Lines OBJECT-TYPE - SYNTAX INTEGER (5..10) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " " - ::= { scmPrtKS5843Simple 7 } - --- 1.3.6.1.4.1.236.11.5.11.55.23.1.8 - -- 1.3.6.1.4.1.236.11.5.11.55.23.1.8 - scmPrtKS5843Zoom OBJECT-TYPE - SYNTAX INTEGER (50..200) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " " - ::= { scmPrtKS5843Simple 8 } - --- 1.3.6.1.4.1.236.11.5.11.55.23.1.9 - -- 1.3.6.1.4.1.236.11.5.11.55.23.1.9 - scmPrtKS5843AutoWrap OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " " - ::= { scmPrtKS5843Simple 9 } - --- 1.3.6.1.4.1.236.11.5.11.55.23.1.10 - -- 1.3.6.1.4.1.236.11.5.11.55.23.1.10 - scmPrtKS5843AutoWrapOptions OBJECT-TYPE - SYNTAX INTEGER - { - off(1), - on(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { scmPrtKS5843Simple 10 } - --- 1.3.6.1.4.1.236.11.5.11.55.23.1.11 - -- 1.3.6.1.4.1.236.11.5.11.55.23.1.11 - scmPrtKS5843Topmargin OBJECT-TYPE - SYNTAX INTEGER (0..8) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " " - ::= { scmPrtKS5843Simple 11 } - --- 1.3.6.1.4.1.236.11.5.11.55.23.1.12 - -- 1.3.6.1.4.1.236.11.5.11.55.23.1.12 - scmPrtKS5843Sitemode OBJECT-TYPE - SYNTAX INTEGER (0..9) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Each site special Mode except ksc5843 standard" - ::= { scmPrtKS5843Simple 12 } - --- 1.3.6.1.4.1.236.11.5.11.55.24 - -- 1.3.6.1.4.1.236.11.5.11.55.24 - scmPrtKSSM OBJECT IDENTIFIER ::= { scmPrintMIB 24 } - --- scmPrtKSSM --- --- 1.3.6.1.4.1.236.11.5.11.55.24.1 - -- 1.3.6.1.4.1.236.11.5.11.55.24.1 - scmPrtKSSMSimple OBJECT IDENTIFIER ::= { scmPrtKSSM 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.24.1.1 - -- 1.3.6.1.4.1.236.11.5.11.55.24.1.1 - scmPrtKSSMFont OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " " - ::= { scmPrtKSSMSimple 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.24.1.2 - -- 1.3.6.1.4.1.236.11.5.11.55.24.1.2 - scmPrtKSSMFontOptions OBJECT-TYPE - SYNTAX INTEGER - { - myoungjo(1), - gothic(2), - gungseo(4), - gullim(8), - sammool(16), - yetche(32), - post(64), - newgraph(128), - sunmyun(256), - pilgi(512), - headline(1024), - ocrB1(2048) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { scmPrtKSSMSimple 2 } - --- 1.3.6.1.4.1.236.11.5.11.55.24.1.3 - -- 1.3.6.1.4.1.236.11.5.11.55.24.1.3 - scmPrtKSSMCode OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " " - ::= { scmPrtKSSMSimple 3 } - --- 1.3.6.1.4.1.236.11.5.11.55.24.1.4 - -- 1.3.6.1.4.1.236.11.5.11.55.24.1.4 - scmPrtKSSMCodeOptions OBJECT-TYPE - SYNTAX INTEGER - { - wansung(1), - johap(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { scmPrtKSSMSimple 4 } - --- 1.3.6.1.4.1.236.11.5.11.55.24.1.5 - -- 1.3.6.1.4.1.236.11.5.11.55.24.1.5 - scmPrtKSSMCPI OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " " - ::= { scmPrtKSSMSimple 5 } - --- 1.3.6.1.4.1.236.11.5.11.55.24.1.6 - -- 1.3.6.1.4.1.236.11.5.11.55.24.1.6 - scmPrtKSSMCPIOptions OBJECT-TYPE - SYNTAX INTEGER - { - kscpi10(1), - kscpi12(2), - kscpi133(4), - kscpi15(8), - kscpi20(16), - kscpi24(32), - kscpi267(64), - kscpi30(128) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { scmPrtKSSMSimple 6 } - --- 1.3.6.1.4.1.236.11.5.11.55.24.1.7 - -- 1.3.6.1.4.1.236.11.5.11.55.24.1.7 - scmPrtKSSMLines OBJECT-TYPE - SYNTAX INTEGER (5..10) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " " - ::= { scmPrtKSSMSimple 7 } - --- 1.3.6.1.4.1.236.11.5.11.55.24.1.8 - -- 1.3.6.1.4.1.236.11.5.11.55.24.1.8 - scmPrtKSSMZoom OBJECT-TYPE - SYNTAX INTEGER (50..200) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " " - ::= { scmPrtKSSMSimple 8 } - --- 1.3.6.1.4.1.236.11.5.11.55.24.1.9 - -- 1.3.6.1.4.1.236.11.5.11.55.24.1.9 - scmPrtKSSMAutoWrap OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " " - ::= { scmPrtKSSMSimple 9 } - --- 1.3.6.1.4.1.236.11.5.11.55.24.1.10 - -- 1.3.6.1.4.1.236.11.5.11.55.24.1.10 - scmPrtKSSMAutoWrapOptions OBJECT-TYPE - SYNTAX INTEGER - { - off(1), - on(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { scmPrtKSSMSimple 10 } - --- 1.3.6.1.4.1.236.11.5.11.55.24.1.11 - -- 1.3.6.1.4.1.236.11.5.11.55.24.1.11 - scmPrtKSSMTopMargin OBJECT-TYPE - SYNTAX INTEGER (0..8) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " " - ::= { scmPrtKSSMSimple 11 } - --- 1.3.6.1.4.1.236.11.5.11.55.24.1.12 - -- 1.3.6.1.4.1.236.11.5.11.55.24.1.12 - scmPrtKSSMSiteMode OBJECT-TYPE - SYNTAX INTEGER (0..9) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - " " - ::= { scmPrtKSSMSimple 12 } - --- 1.3.6.1.4.1.236.11.5.11.55.25 - -- 1.3.6.1.4.1.236.11.5.11.55.25 - scmPrtIPP OBJECT IDENTIFIER ::= { scmPrintMIB 25 } - --- scmPrtIPP --- --- 1.3.6.1.4.1.236.11.5.11.55.25.1 - -- 1.3.6.1.4.1.236.11.5.11.55.25.1 - scmPrtIPPSimple OBJECT IDENTIFIER ::= { scmPrtIPP 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.25.1.1 - -- 1.3.6.1.4.1.236.11.5.11.55.25.1.1 - scmPrtIPPColorSupported OBJECT-TYPE - SYNTAX INTEGER - { - yes(1), - no(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of this object indicates whether the printer supports - color printing." - ::= { scmPrtIPPSimple 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.25.1.2 - -- 1.3.6.1.4.1.236.11.5.11.55.25.1.2 - scmPrtIPPJobKOctetsSupportedLBound OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of this object gives the lower bound of the size in - units of 1024 octets for jobs accepted by the printer." - ::= { scmPrtIPPSimple 2 } - --- 1.3.6.1.4.1.236.11.5.11.55.25.1.3 - -- 1.3.6.1.4.1.236.11.5.11.55.25.1.3 - scmPrtIPPJobKOctetsSupportedUBound OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of this object gives the upper bound of the size in - units of 1024 octets for jobs accepted by the printer." - ::= { scmPrtIPPSimple 3 } - --- 1.3.6.1.4.1.236.11.5.11.55.25.1.4 - -- 1.3.6.1.4.1.236.11.5.11.55.25.1.4 - scmPrtIPPJobImpressionsSupportedLBound OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of this object gives the lower bound of the number of - print images for a job." - ::= { scmPrtIPPSimple 4 } - --- 1.3.6.1.4.1.236.11.5.11.55.25.1.5 - -- 1.3.6.1.4.1.236.11.5.11.55.25.1.5 - scmPrtIPPJobImpressionsSupportedUBound OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of this object gives the upper bound of the number of - print images for a job." - ::= { scmPrtIPPSimple 5 } - --- 1.3.6.1.4.1.236.11.5.11.55.25.1.6 - -- 1.3.6.1.4.1.236.11.5.11.55.25.1.6 - scmPrtIPPJobMediaSheetsSupportedLBound OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of this object gives the lower bound of the number of - pages printed for a job." - ::= { scmPrtIPPSimple 6 } - --- 1.3.6.1.4.1.236.11.5.11.55.25.1.7 - -- 1.3.6.1.4.1.236.11.5.11.55.25.1.7 - scmPrtIPPJobMediaSheetsSupportedUBound OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of this object gives the upper bound of the number of - pages printed for a job." - ::= { scmPrtIPPSimple 7 } - --- 1.3.6.1.4.1.236.11.5.11.55.25.1.8 - -- 1.3.6.1.4.1.236.11.5.11.55.25.1.8 - scmPrtIPPJobSheets OBJECT-TYPE - SYNTAX INTEGER - { - standard(1), - none(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The value of this object specifies the type of job start/end sheets - printed with every IPP job. If the value is standard(1), the - printer specific standard job start/end sheets will be printed for - each job." - ::= { scmPrtIPPSimple 8 } - --- 1.3.6.1.4.1.236.11.5.11.55.25.1.9 - -- 1.3.6.1.4.1.236.11.5.11.55.25.1.9 - scmPrtIPPCollatedCopiesLBound OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of this object gives the lower bound of the number of - collated copies supported in this printer." - ::= { scmPrtIPPSimple 9 } - --- 1.3.6.1.4.1.236.11.5.11.55.25.1.10 - -- 1.3.6.1.4.1.236.11.5.11.55.25.1.10 - scmPrtIPPCollatedCopiesUBound OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of this object gives the upper bound of the number of - collated copies supported in this printer." - ::= { scmPrtIPPSimple 10 } - --- 1.3.6.1.4.1.236.11.5.11.55.25.1.11 - -- 1.3.6.1.4.1.236.11.5.11.55.25.1.11 - scmPrtIPPCollatedCopies OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The value of this object gives the number of collated copies - printed for the each job." - ::= { scmPrtIPPSimple 11 } - --- 1.3.6.1.4.1.236.11.5.11.55.25.1.12 - -- 1.3.6.1.4.1.236.11.5.11.55.25.1.12 - scmPrtIPPFinishingsSupported OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of this object gives the type of finishings supported - in the printer. If bit 1 is set, stapling is supported. If bit 2 - is set, punching is supported. If bit 3 is set, covering of printed - document is supported. If bit 4 is set, binding is supported. If - bit 0 is set, the option of no finishings is supported." - ::= { scmPrtIPPSimple 12 } - --- 1.3.6.1.4.1.236.11.5.11.55.25.1.13 - -- 1.3.6.1.4.1.236.11.5.11.55.25.1.13 - scmPrtIPPFinishings OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The value of this object gives the set of finishings applied for - each job. If bit 0 is set, no finishings are applied. If bit 1 - is set, stapling is done for each job. If bit 2 is set, punching - is done for each job. If bit 3 is set, the printed document will - be covered. If bit 4 is set, binding will be done for each job." - ::= { scmPrtIPPSimple 13 } - --- 1.3.6.1.4.1.236.11.5.11.55.25.1.14 - -- 1.3.6.1.4.1.236.11.5.11.55.25.1.14 - scmPrtIPPPageRangesSupported OBJECT-TYPE - SYNTAX INTEGER - { - on(1), - off(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The value of this object indicates whether printing only a range - of pages for IPP jobs is supported. If the value is on(1), - printing only specified page ranges of the given IPP job is - supported." - ::= { scmPrtIPPSimple 14 } - --- 1.3.6.1.4.1.236.11.5.11.55.25.1.15 - -- 1.3.6.1.4.1.236.11.5.11.55.25.1.15 - scmPrtIPPNumberUp OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The value of this object indicates the number of print images - imposed on one side of a page." - ::= { scmPrtIPPSimple 15 } - --- 1.3.6.1.4.1.236.11.5.11.55.25.1.16 - -- 1.3.6.1.4.1.236.11.5.11.55.25.1.16 - scmPrtIPPNumberUpOptions OBJECT-TYPE - SYNTAX INTEGER - { - numberUp1(1), - numberUp2(2), - numberUp4(4), - numberUp6(8), - numberUp9(16), - numberUp16(32) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of this object will be the bitwise OR of the supported - values for numberUp in this printer." - ::= { scmPrtIPPSimple 16 } - --- 1.3.6.1.4.1.236.11.5.11.55.25.1.17 - -- 1.3.6.1.4.1.236.11.5.11.55.25.1.17 - scmPrtIPPPrintQuality OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The value of this object indicates the print quality that the - printer uses for a print job. The value draft(1) means lowest - quality available on the printer. Tha value normal(2) means - normal or intermediate quality on the printer. The value high(4) - means highest quality available on the printer." - ::= { scmPrtIPPSimple 17 } - --- 1.3.6.1.4.1.236.11.5.11.55.25.1.18 - -- 1.3.6.1.4.1.236.11.5.11.55.25.1.18 - scmPrtIPPPrintQualityOptions OBJECT-TYPE - SYNTAX INTEGER - { - draft(1), - normal(2), - high(4) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of this object will be the bitwise OR of the supported - values for printQuality in this printer." - ::= { scmPrtIPPSimple 18 } - --- 1.3.6.1.4.1.236.11.5.11.55.25.1.19 - -- 1.3.6.1.4.1.236.11.5.11.55.25.1.19 - scmPrtIPPJobKOctetsProcessed OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of this object gives the number of units of 1024 octets - printed for the current job." - ::= { scmPrtIPPSimple 19 } - --- 1.3.6.1.4.1.236.11.5.11.55.25.1.20 - -- 1.3.6.1.4.1.236.11.5.11.55.25.1.20 - scmPrtIPPJobImpressionsCompleted OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of this object gives the number of print images printed - for the current job." - ::= { scmPrtIPPSimple 20 } - --- 1.3.6.1.4.1.236.11.5.11.55.25.1.21 - -- 1.3.6.1.4.1.236.11.5.11.55.25.1.21 - scmPrtIPPJobMediaSheetsCompleted OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of this object gives the number of pages printed - for the current job." - ::= { scmPrtIPPSimple 21 } - --- 1.3.6.1.4.1.236.11.5.11.55.26 - -- 1.3.6.1.4.1.236.11.5.11.55.26 - scmPrtAlert OBJECT IDENTIFIER ::= { scmPrintMIB 26 } - --- scmPrtAlert --- --- 1.3.6.1.4.1.236.11.5.11.55.26.1 - -- 1.3.6.1.4.1.236.11.5.11.55.26.1 - scmPrtAlertSimple OBJECT IDENTIFIER ::= { scmPrtAlert 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.26.1.1 - -- 1.3.6.1.4.1.236.11.5.11.55.26.1.1 - scmPrtAlertAlarmShortage OBJECT-TYPE - SYNTAX INTEGER - { - off(1), - on(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Printer Alert Alarm Shortage" - ::= { scmPrtAlertSimple 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.26.1.2 - -- 1.3.6.1.4.1.236.11.5.11.55.26.1.2 - scmPrtAlertAlarmShortageOptions OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Printer Alert Shortage Oprions" - ::= { scmPrtAlertSimple 2 } - --- 1.3.6.1.4.1.236.11.5.11.55.27 - -- 1.3.6.1.4.1.236.11.5.11.55.27 - scmPrtConsoleDisplayBuffer OBJECT IDENTIFIER ::= { scmPrintMIB 27 } - --- scmPrtConsoleDisplayBuffer --- --- 1.3.6.1.4.1.236.11.5.11.55.27.1 - -- 1.3.6.1.4.1.236.11.5.11.55.27.1 - scmPrtConsoleDisplayBufferSimple OBJECT IDENTIFIER ::= { scmPrtConsoleDisplayBuffer 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.27.1.1 - -- 1.3.6.1.4.1.236.11.5.11.55.27.1.1 - scmPrtConsoleDisplayBufferLcdLangType OBJECT-TYPE - SYNTAX INTEGER - { - english(1), - german(2), - french(4), - italian(8), - spanish(16) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Printer Console (LCD) Display String Language Type" - ::= { scmPrtConsoleDisplayBufferSimple 1 } - --- 1.3.6.1.4.1.236.11.5.11.55.27.1.2 - -- 1.3.6.1.4.1.236.11.5.11.55.27.1.2 - scmPrtConsoleDisplayBufferLcdLangTypeOptions OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Printer Console (LCD) Display String Language Type Option" - ::= { scmPrtConsoleDisplayBufferSimple 2 } - - - END - --- --- SamsungPrint.mib --- diff --git a/mibs/SAMSUNG-PRINTER-EXT-TC b/mibs/SAMSUNG-PRINTER-EXT-TC deleted file mode 100644 index 84131ac48c..0000000000 --- a/mibs/SAMSUNG-PRINTER-EXT-TC +++ /dev/null @@ -1,1468 +0,0 @@ -SAMSUNG-PRINTER-EXT-TC DEFINITIONS ::= BEGIN - --- Module: Printer MIB TC --- File: SamsungPrinttc.mib --- Editors: wono.song@samsung.com --- Date: July 17, 2004 --- Version: 1.00 - -IMPORTS - MODULE-IDENTITY, OBJECT-TYPE - FROM SNMPv2-SMI -- RFC 1442/1902/2578 - TEXTUAL-CONVENTION - FROM SNMPv2-TC -- RFC 1443/1903/2579 - samsungCommonMIB - FROM SAMSUNG-COMMON-MIB; - -scmPrintTC MODULE-IDENTITY - LAST-UPDATED "0407170000Z" -- 17 Jul 2004 - ORGANIZATION "Samsung Common Management Interface Working Group" - CONTACT-INFO " - SCMI Editors - E-Mail: wono.song@samsung.com - - -- - -- - " - DESCRIPTION " - Version: 1.00 - - SCMI Extensions to Printer MIB Textual Conventions. - This Module provides Samsung extensions of the IETF Printer MIB. - - Copyright (C) 2003-2004 Samsung Corporation. All Rights Reserved." - ::= { samsungCommonMIB 54 } - --- --- SCMI Extensions to Printer MIB Textual Convention Definitions: --- --- ScmPrtAuxSheetContent --- ScmPrtAuxSheetType --- ScmPrtChannelType --- ScmPrtGroupSupport --- ScmPrtIETFPrintMIBGroupSupport --- ScmPrtInterpreterLangFamily - - --- ScmPrtMediaTypeErrorPolicy --- ScmPrtMediumClassType --- ScmPrtMediumSize --- ScmPrtOutputOffsetStackingType --- ScmPrtOutputStaplePosition --- ScmPrtPageSizeErrorPolicy --- ScmPrtPCLFontSource --- ScmPrtPlex --- ScmPrtPrintQuality --- ScmPrtPrintScreen --- ScmPrtTraySwitch --- ScmPrtGeneralMonoPrintOpt --- - -ScmPrtAuxSheetContent ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - Auxiliary sheets are added by the printing system and - are not part of the actual print job. Examples include - error pages and banner pages. - - This textual convention is used to specify the information - content of auxiliary sheets." - SYNTAX INTEGER { - other(1), - unknown(2), - notSpecified(3), - concise(5), -- content of page is concise - verbose(6) -- content of page is verbose - } - -ScmPrtAuxSheetType ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - Auxiliary sheets are added by the printing system and - are not part of the actual print job. - This attribute uniquely identifies an auxiliary-sheet, - which includes the types jobErrorSheet and printerStartupSheet. - - 'printerStartupSheet' is a sheet printed shortly after power-up - when the device is ready. Typical startup pages include test - patterns and/or printer configuration information. - - 'jobErrorSheet' is a sheet printed with error messages - generated during the printing of a job-result-set that is to be - printed with the hardcopy output of that job-result-set, and - should be printed on an ending sheet of the job-result-set, or - some similar sheet. These sheets are not - a part of any job-copy. If no error messages have been - generated, the device need not print an extra page. - The default for this page type should be 'On'. - - The following Auxiliary-sheet-package types can be specified - either for a job component (job result set or job copy) or - - - document (document result set or document copy). - For now, only the jobSetStart package has been enumerated. - - 'jobSetStart' - Auxiliary-sheet starts each result-set - Sometimes referred to as a jobBanner sheet - 'jobSetEnd' - Auxiliary-sheet at the end of a result set " - - REFERENCE " - ISO/IEC 10175-1:1996(E) - Section 9.10.2.2: Delivery-methods for hardcopy output logs - Section 9.11.1: Auxiliary-sheet-package identifier" - SYNTAX INTEGER { - other(-1), - unknown(-2), - notSpecified(-3), - - jobSetStart(1), - jobSetEnd(2), - - printerStartupSheet(101), - jobErrorSheet(102) - } - -ScmPrtChannelType ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - This enumeration indicates the type of channel that is - receiving jobs. - - This enumeration is being added to the IETF Printer MIB. - - This is an IETF type 2 enum." - SYNTAX INTEGER { - other(1), - chSerialPort(3), - chParallelPort(4), - chIEEE1284Port(5), - chSCSIPort(6), - chAppleTalkPAP(7), - -- AppleTalk Printer - -- Access Protocol (PAP) - -- - -- prtChannelInformation entry: - -- - -- Printer Name - -- Keyword: Name - -- Status: Optional - -- Multiplicity: Single - -- Description: The name of the - -- printer within the AppleTalk - -- naming scope - chLPDServer(8), - -- prtChannelInformation entry: - -- - - - -- Printer queue name - -- Keyword: Queue - -- Syntax: Name - -- Status: Mandatory - -- Multiplicity: Single - -- Description: queue name as - -- defined in RFC 1179. - chNetwareRPrinter(9), - -- Novell, Inc. - -- For each entry of this type, the - -- prtChannelInformation must have a pair - -- of keywords. For Netware 3.x channels - -- this must be a (PServer, Printer) pair. - -- For Netware 4.x channels and for - -- IntranetWare channels this must be a - -- (NDSTree, NDSPrinter) pair. - -- - -- prtChannelInformation entries: - - -- Print Server Name - -- Keyword: PServer - -- Syntax: Name - -- Status: Mandatory - -- Multiplicity: Single - -- Description: The Pserver's SAP name - -- - -- Printer Number - -- Keyword: Printer - -- Syntax: Integer - -- Status: Mandatory - -- Multiplicity: Single - -- Description: The printer number - -- - -- NDSTree - -- Keyword: NDSTree - -- Syntax: Name - -- Multiplicity: Single - -- Description: The tree's SAP name - -- - -- NDS Printer object - -- Keyword: NDSPrinter - -- Syntax: Text (Unicode) - -- Status: Mandatory - -- Multiplicity: Single - -- Description: The fully qualified - -- name of the Printer - -- - -- In the Netware 3.x environment, the - -- client checks the Bindery object - -- representing the named PServer. The - -- client then checks for queues which - -- are associated with the numbered - -- printer. In the 4.x and IntraNetware - -- environment, the client looks up the - - - -- queues which are associated with the - -- NDS Printer Object in the named Tree. - -- Depending on client access rights to - -- those queues, the client submits jobs - -- to the appropriate queue. - chNetwarePServer(10), - -- Novell,Inc. - -- For each entry of this type, the - -- prtChannelInformation must have a pair - -- of keywords. For Netware 3.x channels - -- this must be a (Server, PServer) pair. - -- For Netware 4.x and IntranetWare - -- channels, this must be a - -- (NDSTree, NDSPServer) pair. - -- - -- prtChannelInformation entries: - -- - -- Server Name - -- Keyword: Server - -- Syntax: Name - -- Status: Mandatory - -- Multiplicity: Single - -- Description: The SAP name of the - -- server for which the PServer is - -- defined. - -- - -- PServer - -- Keyword: PServer - -- Syntax: Name - -- Status: Mandatory - -- Multiplicity: Single - -- Description: The bindery name of - -- the PServer - -- - -- NDS Tree - -- Keyword: NDSTree - -- Syntax: Name - -- Status: Mandatory - -- Multiplicity: Single - -- Description: The NDS Tree name - -- - -- PServer - -- Keyword: NDSPServer - -- Syntax: Text (Unicode) - -- Status: Mandatory - -- Multiplicity: Single - -- Description: The fully qualified - -- name of the PServer object in the - -- tree. - -- - -- In the 3.x environment, the client - -- checks the bindery object - -- representing the named PServer on the - -- named Server. In the 4.x and - - - -- IntranetWare environment, - -- the client checks the NDS object - -- representing the named PServer in the - -- named Tree. In either case, the - -- client then checks for all queues - -- associated with the Pserver object. - -- Depending on client access rights - -- to those queues, the client submits - -- jobs to the appropriate queue. - chPort9100(11), - -- DEPRECATED - chAppSocket(12), - -- A bi-directional, LPD-like, - -- protocol using 9101 for - -- control and 9100 for data. - -- Adobe Systems, Inc. - chFTP(13), -- RFC 959 - chTFTP(14), -- RFC 1350 - chDLCLLCPort(15), - chIBM3270(16), -- IBM Coax - chIBM5250(17), -- IBM Twinax - chFax(18), - chIEEE1394(19), - chTransport1(20), - -- TCP port 35, see reserved TCP port list - -- in RFC 1700 or current "Assigned - -- Numbers" RFC. This RFC should also be - -- referenced for other channel - -- enumerations utilizing TCP port - -- numbers 0 through 1024. - chCPAP(21), -- TCP port 170, Digital - -- Equipment Corp. - chPCPrint(26), -- Banyan - chServerMessageBlock(27), - -- File/Print sharing protocol used by - -- various network operating systems - -- from IBM 3Com, Microsoft and others - -- - -- prtChannelInformation entry: - -- - -- Service Name - -- Keyword: Name - -- Syntax: Name - -- Status: Optional - -- Multiplicity: Single - -- Description: The service name of - -- the printer - chPSM(28), -- Printing Systems - -- Manager, IBM - chSystemObjectManager(31), -- IBM - chDECLAT(32), - -- Digital Equipment Corp. - -- - -- prtChannelInformation entries: - - - -- - -- Port Name - -- Keyword: Port - -- Syntax: Name - -- Status: Conditionally - -- Mandatory - -- (see note below) - -- Multiplicity: Single - -- Description: LAT port name - -- - -- Service Name - -- Keyword: Service - -- Syntax: Name - -- Status: Conditionally - -- Mandatory - -- Multiplicity: Single - -- Description: LAT service - -- name - -- - -- The LAT channel may be - -- identified by either a port or - -- service, so either a - -- Port or Service entry must be - -- specified, but not both. - chNPAP(33), - chUSB(34), -- Universal Serial Bus - chIRDA(35), -- Infrared Data Assoc. Prot. - chPrintXChange(36), -- PrintXChange Protocol - chPortTCP(37), - -- A unidirectional "raw" TCP - -- channel that uses an administratively - -- assigned TCP port address. - -- - -- prtChannelInformation entry: - -- - -- Port Number - -- Keyword: Port - -- Syntax: decimal number - -- Status: Mandatory - -- Multiplicity: Single - -- Description: TCP port number - chBidirPortTCP(38), - -- A bidirectional version of chPortTCP - -- - -- prtChannelInformation entries: - -- (See chPortTCP) - chUNPP(39), - -- Universal Network Printing - -- Protocol(UNPP). A bi-directional, - -- multiport network printing - -- application protocol available on - -- multiple transport protocols. - -- Underscore, Inc. - -- Contact: info@underscore.com - - - chAppleTalkADSP(40), - -- AppleTalk Data Stream Protocol. - -- ADSP is part of the AppleTalk - -- suite of protocols. - -- It is a symmetric, connection- - -- oriented protocol that makes - -- possible the establishment - -- and maintenance of full-duplex - -- streams of data bytes between - -- two sockets in an AppleTalk - -- internet. - -- See Inside AppleTalk, second - -- Edition, by Sidhu, Andrews and - -- Oppenheimer. - chPortSPX(41), - -- Sequenced Packet Exchange (SPX) - -- socket. - -- Novell, Inc. Similar to TCP, a - -- bi-directional data pipe using - -- Novell SPX as a transport. - -- - -- prtChannelInformation entries: - -- - -- Network Number - -- Keyword: Net - -- Syntax: HexString - -- Status: Mandatory - -- Multiplicity: Single - -- Description: The network number - -- - -- Node Number - -- Keyword: Node - -- Syntax: HexString - -- Status: Mandatory - -- Multiplicity: Single - -- Description: The node number - -- - -- Socket Number - -- Keyword: Socket - -- Syntax: HexString - -- Status: Mandatory - -- Multiplicity: Single - -- Description: The SPX socket number - -- - -- There must be exactly one "Net" and - -- one "Node" and one "Socket" entry. A - -- HexString is a binary value - -- represented as a string of - -- ASCII characters using hexadecimal - -- notation. - chPortHTTP(42), - -- Hypertext Transfer Protocol. See IETF - -- documents relating to HTTP 1.0/1.1 - -- (RFCs 1945 and 2068,etc.) - - - chNDPS(43) - -- Novell, Inc. - -- - -- prtChannelInformation entry: - -- - -- Printer Agent Name - -- Keyword: PA - -- Syntax: Name - -- Status: Mandatory - -- Multiplicity: Single - -- Description: The NDPS Printer - -- Agent Name - } - -ScmPrtGroupSupport ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - The terse conformance statement of ALL mandatory, conditionally - mandatory, and optional Printer MIB Extension object groups, - specified in a bit-mask. - - The current set of values (which may be extended in the future) - is given below: - 1 : scmPrtBaseGroup -- 2**0 - 2 : scmPrtGeneralGroup -- 2**1 - 4 : scmPrtInputGroup -- 2**2 - 8 : scmPrtOutputGroup -- 2**3 - 16 : scmPrtChannelGroup -- 2**4 - 32 : scmPrtInterpreterGroup -- 2**5 - 64 : scmPrtInputAliasGroup -- 2**6 - 128 : scmPrtGeneralAuxSheetGroup -- 2**7 - 256 : scmPrtGeneralProdSpecificGroup -- 2**8 - 512 : scmPrtAuxPackageGroup -- 2**9 - 1024 : scmPrtChannelProdSpecificGroup -- 2**10 - 2048 : scmPrtInterpProdSpecificGroup -- 2**11 - 4096 : scmPrtInterpPCLGroup -- 2**12 - 8192 : scmPrtInterpPCLProdSpecificGroup -- 2**13 - 16384 : scmPrtMediumTypeSupportedGroup -- 2**14 - - Usage: Conforming management agents shall ALWAYS accurately - report their support for SCMI Printer MIB Extensions - object groups." - SYNTAX INTEGER (0..2147483647) -- biggest int = 2**31-1 - -ScmPrtIETFPrintMIBGroupSupport ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - The terse conformance statement of ALL mandatory, conditionally - mandatory, and optional IETF Printer MIB object groups, - specified in a bit-mask. - - The current set of values (which may be extended in the future) - is given below: - 1 : prtGeneralGroup -- 2**0 (mandatory) - - - 2 : prtResponsiblePartyGroup -- 2**1 - 4 : prtInputGroup -- 2**2 (mandatory) - 8 : prtExtendedInputGroup -- 2**3 - 16 : prtInputMediaGroup -- 2**4 - 32 : prtOutputGroup -- 2**5 (mandatory) - 64 : prtExtendedOutputGroup -- 2**6 - 128 : prtOutputDimensionsGroup -- 2**7 - 256 : prtOutputFeaturesGroup -- 2**8 - 512 : prtMarkerGroup -- 2**9 (mandatory) - 1024 : prtMarkerSuppliesGroup -- 2**10 - 2048 : prtMarkerColorantGroup -- 2**11 - 4096 : prtMediaPathGroup -- 2**12 (mandatory) - 8192 : prtChannelGroup -- 2**13 (mandatory) - 16384 : prtInterpreterGroup -- 2**14 (mandatory) - 32768 : prtConsoleGroup -- 2**15 (mandatory) - 65536 : prtAlertTableGroup -- 2**16 (mandatory) - 131072 : prtAuxiliarySheetGroup -- 2**17 - 262144 : prtInputSwitchingGroup -- 2**18 - - Usage: Conforming management agents shall ALWAYS accurately - report their support for IETF Printer MIB object groups." - REFERENCE "See: IETF Printer MIB" - SYNTAX INTEGER (0..2147483647) -- biggest int = 2**31-1 - -ScmPrtInterpreterLangFamily ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - This enumeration indicates the type of interpreter that is - receiving jobs. - - This enumeration is being added to the IETF Printer MIB. - - This value is an IETF type 2 enumeration." - SYNTAX INTEGER { - other(1), - unknown(2), - langPCL(3), -- PCL. Starting with PCL version 5, - -- HP-GL/2 is included as part of the - -- PCL language. - -- PCL and HP-GL/2 are registered - -- trademarks of Hewlett-Packard - -- Company. - langHPGL(4), -- Hewlett-Packard Graphics Language. - -- HP-GL is a registered trademark of - -- Hewlett-Packard Company. - langPJL(5), -- Peripheral Job Language. Appears in - -- the data stream between data intended - -- for a page description language. - -- Hewlett-Packard Co. - langPS(6), -- PostScript (tm) Language - -- Postscript - a trademark of Adobe - -- Systems Incorporated which may be - -- registered in certain jurisdictions - langIPDS(7), -- Intelligent Printer Data Stream - - - -- Bi-directional print data stream for - -- documents consisting of data objects - -- (text, image, graphics, bar codes), - -- resources (fonts, overlays) and page, - -- form and finishing instructions. - -- Facilitates system level device - -- control, document tracking and error - -- recovery throughout the print - -- process. - -- Pennant Systems, IBM - langPPDS(8), -- IBM Personal Printer Data Stream. - -- Originally called IBM ASCII, the name - -- was changed to PPDS when the Laser - -- Printer was introduced in 1989. - -- Lexmark International, Inc. - langEscapeP(9), -- Epson Corp. - langEpson(10), - langDDIF(11), -- Digital Document Interchange Format - -- Digital Equipment Corp., Maynard MA - langInterpress(12), - -- Samsung Corp. - langISO6429(13), -- ISO 6429. Control functions for - -- Coded Character Sets (has ASCII - -- control characters, plus additional - -- controls for - -- character imaging devices.) - -- ISO Standard, Geneva, Switzerland - langLineData(14),-- line-data: Lines of data as - -- separate ASCII or EBCDIC records - -- and containing no control functions - -- (no CR, LF, HT, FF, etc.) - -- For use with traditional line - -- printers. May use CR and/or LF to - -- delimit lines, instead of records. - -- See ISO 10175 Document Printing - -- Application(DPA) - -- ISO standard, Geneva, Switzerland - langMODCA(15), -- Mixed Object Document Content - -- Architecture - -- Definitions that allow the - -- composition, interchange, and - -- presentation of final form - -- documents as a collection of data - -- objects (text, image, graphics, bar - -- codes), resources (fonts, overlays) - -- and page, form and finishing - -- instructions. - -- Pennant Systems, IBM - langREGIS(16), -- Remote Graphics Instruction Set, - -- Digital Equipment Corp., Maynard MA - langSCS(17), -- SNA Character String - -- Bi-directional print data stream for - -- SNA LU-1 mode of communication. - -- IBM - - - langSPDL(18), -- ISO 10180 Standard Page Description - -- Language - -- ISO Standard - langTEK4014(19), -- Tektronix Corp. - langPDS(20), - langIGP(21), -- Printronix Corp. - langCodeV(22), -- Magnum Code-V, Image and printer - -- control language used to control - -- impact/dot-matrix printers. - -- QMS, Inc., Mobile AL - langDSCDSE(23), -- DSC-DSE: Data Stream Compatible and - -- Emulation Bi-directional print data - -- stream for non-SNA (DSC) and SNA LU-3 - -- 3270 controller (DSE) communications - -- IBM - langWPS(24), -- Windows Printing System, Resource - -- based command/data stream used by - -- Microsoft At Work Peripherals. - -- Developed by the Microsoft - -- Corporation. - langLN03(25), -- Early DEC-PPL3, Digital Equipment - -- Corp. - langCCITT(26), - langQUIC(27), -- QUIC (Quality Information Code), Page - -- Description Language for laser - -- printers. Included graphics, printer - -- control capability and emulation of - -- other well-known printer . - -- QMS, Inc. - langCPAP(28), -- Common Printer Access Protocol - -- Digital Equipment Corp. - langDecPPL(29), -- Digital ANSI-Compliant Printing - -- Protocol - -- (DEC-PPL) - -- Digital Equipment Corp. - langSimpleText(30), - -- simple-text: character coded data, - -- including NUL, CR , LF, HT, and FF - -- control characters. See ISO 10175 - -- Document Printing Application (DPA) - -- ISO standard, Geneva, Switzerland - langNPAP(31), -- Network Printer Alliance Protocol - -- (NPAP). This protocol has been - -- superseded by the IEEE 1284.1 TIPSI - -- Std (ref. LangTIPSI(49)). - langDOC(32), -- Document Option Commands, Appears in - -- the data stream between data - -- intended for a page description . - -- QMS, Inc. - langimPress(33), -- imPRESS, Page description language - -- originally developed for the - -- ImageServer product line. A binary - -- language providing representations - -- of text, simple graphics, and some - - - -- large forms (simple - -- bit-map and CCITT group / - -- encoded).The - -- language was intended to be sent over - -- an 8-bit channel and supported early - -- document preparation languages (e.g. - -- TeX and TROFF). - -- QMS, Inc. - langPinwriter(34), - -- 24 wire dot matrix printer for - -- USA, Europe, and Asia except - -- Japan. - -- More widely used in Germany, and - -- some Asian countries than in US. - -- NEC - langNPDL(35), -- Page printer for Japanese market. - -- NEC - langNEC201PL(36),-- Serial printer language used in - -- the Japanese market. - -- NEC - langAutomatic(37), - -- Automatic PDL sensing. Automatic - -- sensing of the interpreter - -- language family by the printer - -- examining the document content. - -- Which actual interpreter language - -- families are sensed depends on - -- the printer implementation. - langPages(38), -- Page printer Advanced Graphic - -- Escape Set - -- IBM Japan - langLIPS(39), -- LBP Image Processing System - langTIFF(40), -- Tagged Image File Format (Aldus) - langDiagnostic(41), - -- A hex dump of the input to the - -- interpreter - langPSPrinter(42), - -- The PostScript Language used for - -- control (with any PDLs) - -- Adobe Systems Incorporated - langCaPSL(43), -- Canon Print Systems Language - langEXCL(44), -- Extended Command Language - -- Talaris Systems Inc. - langLCDS(45), -- Line Conditioned Data Stream - -- Samsung Corporation - langXES(46), -- Samsung Escape Sequences - -- Samsung Corporation - langPCLXL(47), -- Printer Control Language. Extended - -- language features for printing, and - -- printer control. - -- Hewlett-Packard Co. - langART(48), -- Advanced Rendering Tools (ART). - -- Page Description language - -- originally developed for the Laser - - - -- Press printers. - -- Technical reference manual: "ART IV - -- Reference Manual", No F33M. - -- Fuji Samsung Co., Ltd. - langTIPSI(49), -- Transport Independent Printer - -- System Interface (ref. IEEE Std. - -- 1284.1) - langPrescribe(50), - -- Page description and printer - -- control language. It can be - -- described with ordinary ASCII - -- Technical reference manual: - -- "PRESCRIBE II Programming Manual" - langLinePrinter(51), - -- A simple-text character stream which - -- supports the control codes LF, VT, - -- FF, and plus Centronics or - -- Dataproducts Vertical Format Unit - -- (VFU) language is commonly used on - -- many older model line and matrix - -- printers. - langIDP(52), -- Imaging Device Protocol - -- Apple Computer. - langXJCL(53), -- Samsung Job Control Language (JCL). - -- A Job Control language originally - -- developed for the LaserPress printers - -- and is capable of switching PDLs. - -- Technical reference manual: - -- "ART IV Reference Manual", No F33M. - -- Fuji Samsung Co., Ltd. - langPDF(54), -- Adobe Portable Document Format - -- Adobe Systems, Inc. - langRPDL(55), -- Ricoh Page Description Language for - -- printers. - -- Technical manual "RPDL command - -- reference" No.307029 - -- RICOH, Co. LTD - langIntermecIPL(56), - -- Intermec Printer Language for label - -- printers. - -- Technical Manual: "IPL Programmers - -- Reference Manual" - -- Intermec Corporation - langUBIFingerprint(57), - -- An intelligent basic-like programming - -- language for label printers. - -- Reference Manual: "UBI Fingerprint - -- 7.1", No. 1-960434-00 - -- United Barcode Industries - langUBIDirectProtocol(58) - -- An intelligent control language for - -- label printers. - -- Programmers guide: " UBI Direct - -- Protocol", No. 1-960419-00 - - - -- United Barcode Industries - } - -ScmPrtMediaTypeErrorPolicy ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - Controls interpreter behavior when the requested Media Type - is not currently available. - - * The values 'other' and 'unknown' are deprecated for - conforming implementations. - * 'abortJob' will cause the interpreter to abort the job - with an appropriate error condition. - * 'ignore' will cause the job to be printed on the default - media as specified by scmPrtInterpInputIndexDefault OR - scmPrtInterpPaperSizeDefault OR any available media - deemed appropriate by the implementation. - No adjustment will be made to the image size. - Exact semantics of this setting are product specific. - * 'interactWithOperator' will cause the printer to interact - with the operator to determine what to do. For example, - display a message at the operator console requesting the - desired media. The semantics of this policy vary among - different products and environments. - * 'ignoreAfterTimeout' will cause the job to be ignored - same as 'ignore' above, but not till after - scmPrtInterpErrorPolicyTimeout expires." - REFERENCE " - See: ScmPrtPageSizeErrorPolicy" - SYNTAX INTEGER { - other(1), - unknown(2), - notSpecified(3), - abortJob(4), - ignore(5), - interactWithOperator(6), - ignoreAfterTimeout(11) - } - -ScmPrtMediumClassType ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - Paper size classes for a printer." - SYNTAX INTEGER { - other (1), - unknown(2), - notSpecified(3), - northAmerica(4), - iso(5), - jis(6) - } - -ScmPrtMediumSize ::= TEXTUAL-CONVENTION - STATUS current - - - DESCRIPTION " - This attribute specifies the size of this medium by means of a - pre-defined value. The medium size specified in this manner may - be one of the standard sizes to which object identifiers have - been assigned in ISO/IEC 10175 (DPA), or another applicable - standard, or for which a value has been created. - - Enumerations for DPA defined medium sizes are derived by adding - 1000 to the ISO/IEC 10175 enumerations. - SCMI defined enumerations start at 10." - REFERENCE "ISO/IEC 10175-1:1996(E), Section 9.6.5: Medium-size" - SYNTAX INTEGER { - other(1), - unknown(2), - notSpecified(3), - - -- SCMI defined medium sizes - mediumSize13x18(10), -- 13 by 18 inches - - -- DPA defined medium sizes - naLetter(1000), -- 8.5 by 11 inches - naLegal(1001), -- 8.5 by 14 inches - - na10x13Envelope(1002), -- 10 by 13 inches - na9x12Envelope(1003), -- 9 by 12 inches - naNumber10Envelope(1004), -- 4.125 by 9.5 inches - na7x9Envelope(1005), -- 7 by 9 inches - na9x11Envelope(1006), -- 9 by 11 inches - na10x14Envelope(1007), -- 10 by 14 inches - naNumber9Envelope(1008), -- - na6x9Envelope(1009), -- 6 by 9 inches - na10x15Envelope(1010), -- 10 by 15 inches - - a(1011), -- 8.5 by 11 inches - b(1012), -- 11 by 17 inches - c(1013), -- 17 by 22 inches - d(1014), -- 22 by 34 inches - e(1015), -- 34 by 44 inches - - monarchEnvelope(1016), -- 3.87 by 7.5 inches - - isoA0(1020), -- 841 by 1189 mm - isoA1(1021), -- 594 by 841 mm - isoA2(1022), -- 420 by 594 mm - isoA3(1023), -- 297 by 420 mm - isoA4(1024), -- 210 by 297 mm - isoA5(1025), -- 148 by 210 mm - isoA6(1026), -- 105 by 148 mm - isoA7(1027), -- 74 by 105 mm - isoA8(1028), -- 52 by 74 mm - isoA9(1029), -- 37 by 52 mm - isoA10(1030), -- 26 by 37 mm - - isoB0(1040), -- 1000 by 1414 mm - - - isoB1(1041), -- 707 by 1000 mm - isoB2(1042), -- 500 by 707 mm - isoB3(1043), -- 353 by 500 mm - isoB4(1044), -- 250 by 353 mm - isoB5(1045), -- 176 by 250 mm - isoB6(1046), -- 125 by 176 mm - isoB7(1047), -- 88 by 125 mm - isoB8(1048), -- 62 by 88 mm - isoB9(1049), -- 44 by 62 mm - isoB10(1050), -- 31 by 44 mm - - isoC3(1063), -- 324 by 458 mm - isoC4(1064), -- 229 by 324 mm - isoC5(1065), -- 162 by 229 mm - isoC6(1066), -- 114 by 162 mm - isoDesignatedLong(1067), -- 110 by 220 mm - - jisB0(1080), -- 1030 by 1456 mm - jisB1(1081), -- 728 by 1030 mm - jisB2(1082), -- 515 by 728 mm - jisB3(1083), -- 364 by 515 mm - jisB4(1084), -- 257 by 364 mm - jisB5(1085), -- 182 by 257 mm - jisB6(1086), -- 128 by 182 mm - jisB7(1087), -- 91 by 128 mm - jisB8(1088), -- 64 by 91 mm - jisB9(1089), -- 45 by 64 mm - jisB10(1090), -- 32 by 45 mm - - executive(1100), -- 7.25 by 10.5 inches - folio(1101), -- 8.5 by 13 inches - invoice(1102), -- 5.5 by 8.5 inches - ledger(1103), -- aka statement, 11 by 17 inches - quarto(1104) -- 8.5 by 10.83 inches - } - -ScmPrtOutputOffsetStackingType ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - Offset stacking types further refining that specified by - the object prtOutputOffsetStacking in the Printer MIB. - - - offsetOnJob means that each job is offset but copies within - the job are not offset. - - offsetOnJobAndCopy means that there is an offset on job and - copy boundaries." - REFERENCE "Printer MIB prtOutputOffsetStacking object" - SYNTAX INTEGER { - other(1), - unknown(2), - notSpecified(3), - noOffset(4), - offsetOnJob(5), - offsetOnJobandCopy(6) - - - } - -ScmPrtOutputStaplePosition ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - This Textual Convention enumerates possible staple positions. - - The staple positions enumerated are relative to the - physical layout of the finishing device. - The observer is on the front side of the finisher which - is defined as for sheets passing through the finisher. - The 'front' side is the side from which staples are pushed. - - The physical corners of the finishing device are specified - by designating the corner of the finisher where a portrait - long-edge fed sheet with english/left-to-right text is stapled - as staplePosCorner1, and then the other corners are numbered - in a counter-clockwise direction with the observer on the - front side of the finisher. - - 'staplePosCorner1', 'staplePosCorner2', 'staplePosCorner3', and - 'staplePosCorner4' indicate a single staple in the specified - corner. This object does not specify the angle of the staple, - e.g. 90, 45 or zero degrees. - - 'stapleEdge...' indicates multiple staples on the edge - specified. 'stapleEdge12' is the edge which include Corner1 - and Corner2. - - The current set of values (which may be extended in the future) - is given below: - 1 : staplePosCorner1 -- 2**0 - 2 : staplePosCorner2 -- 2**1 - 4 : staplePosCorner3 -- 2**2 - 8 : staplePosCorner4 -- 2**3 - 16 : stapleEdge12 -- 2**4 - 32 : stapleEdge23 -- 2**5 - 64 : stapleEdge34 -- 2**6 - 128 : stapleEdge14 -- 2**7" - REFERENCE " - See: 'scmPrtOutputStaplePosDefault' - See: 'scmPrtOutputStaplePosSupported'" - SYNTAX INTEGER(0..255) - -ScmPrtPageSizeErrorPolicy ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - Controls interpreter behavior when the requested Page Size - is not currently available. - - * The values 'other' and 'unknown' are deprecated for - conforming implementations. - * 'abortJob' will cause the interpreter to abort the job - with an appropriate error condition. - - - * 'ignore' will cause the job to be printed on the default - media as specified by scmPrtInterpInputIndexDefault OR - scmPrtInterpPaperSizeDefault OR any available media - deemed appropriate by the implementation. - No adjustment will be made to the image size. - Exact semantics of this setting are product specific. - * 'interactWithOperator' will cause the printer to interact - with the operator to determine what to do. For example, - display a message at the operator console requesting the - desired media. The semantics of this policy vary among - different products and environments. - * 'useNearestAndAdjust' will cause the job to be printed on - the nearest available media (as described below). The - interpreter will adjust the image size (by scaling and - centering) to fit. - * 'useNextLargerAndAdjust' will cause the job to be printed - on the next larger available media (as described below). - The interpreter will adjust the image size (by scaling and - centering) to fit. - * 'useNearest' will cause the job to be printed on - the nearest available media (as described below). - No adjustment will be made to the image size. - * 'useNextLarger' will cause the job to be printed on - the next larger available media (as described below). - No adjustment will be made to the image size. - * 'ignoreAfterTimeout' will cause the job to be ignored - same as ignore' above, but not till after - scmPrtInterpErrorPolicyTimeout expires. - - In the above descriptions, nearest size is defined as the - one closest in area to the requested size. The next larger - size is the one that is at least as large as the requested - size in both width and height and is smallest in area. - - To adjust the page means to scale the page image (if - necessary) to fit the medium, then center the image on - the medium." - REFERENCE " - PostScript Language Reference Manual, second edition, - Adobe Systems Incorporated, pp 239-249. - See: ScmPrtMediaTypeErrorPolicy" - SYNTAX INTEGER { - other(1), - unknown(2), - notSpecified(3), - abortJob(4), - ignore(5), - interactWithOperator(6), - useNearestAndAdjust(7), - useNextLargerAndAdjust(8), - useNearest(9), - useNextLarger(10), - ignoreAfterTimeout(11) - - - } - -ScmPrtPCLFontSource ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - " - REFERENCE " - See: PJL Technical Reference Manual- FONTSOURCE" - SYNTAX INTEGER { - other(1), - unknown(2), - notSpecified(3), - - internal(20), -- PJL value 'I' - - romSimm1(41), -- PJL value 'M1' - romSimm2(42), -- PJL value 'M2' - romSimm3(43), -- PJL value 'M3' - romSimm4(44), -- PJL value 'M4' - romSimm5(45), -- PJL value 'M5' - romSimm6(46), -- PJL value 'M6' - romSimm7(47), -- PJL value 'M7' - romSimm8(48), -- PJL value 'M8' - romSimm9(49), -- PJL value 'M9' - - cartridge1(61), -- PJL value 'C1' - cartridge2(62), -- PJL value 'C2' - cartridge3(63), -- PJL value 'C3' - cartridge4(64), -- PJL value 'C4' - cartridge5(65), -- PJL value 'C5' - cartridge6(66), -- PJL value 'C6' - cartridge7(67), -- PJL value 'C7' - cartridge8(68), -- PJL value 'C8' - cartridge9(69), -- PJL value 'C9' - - permanentSoft(80) -- PJL value 'S' - } - -ScmPrtPlex ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - This Textual Convention enumerates plex modes which may - be supported by a printer or interpreter. A plex mode - specifies whether pages are to be printed one-sided or - two-sided, as well as the content orientation between - consecutive pages. - - For the ScmPrtPlex TC, the following definitions apply: - - 'one-sided' - Print on only one side of each sheet. - 'two-sided' - Print on both sides of each sheet. - - 'simplex' - The document pages are to be oriented so as to - condition them for one-sided printing. - - - 'long-edge-bind' - The document pages are to be oriented so - as to condition them for two-sided printing, bound along - the length (the longer edge) of the physical page. - 'short-edge-bind' - The document pages are to be oriented so - as to condition them for two-sided printing, bound along - the width (the shorter edge) of the physical page. - - ScmPrtPlex's representation is bit-encoded, so that a device - may show multiple plex modes supported. The value zero shall - mean notSpecified. - - The following ScmPrtPlex values and meanings are defined: - 0x001 simplex, one-sided - 0X002 simplex, two-sided - - 0x010 long-edge-bind, one-sided - 0x020 long-edge-bind, two-sided - 0x040 short-edge-bind, one-sided - 0x080 short-edge-bind, two-sided - - The following describes the relationship of the scmPrtPlex - modes to DPA, PostScript and PCL. - - DPA: - In DPA, Plex specifies whether the page images of the - output document are to be conditioned for (eventual) one-sided - or two-sided printing, and also specifies whether the - relative orientation between consecutive page-images is to - be altered. - - In DPA, the Plex modes specified are named 'Simplex', 'Duplex' - and 'Tumble'. However, 'Duplex' would more accurately be named - bindLongEdge, and 'Tumble' would more accurately be named - bindShortEdge. - - As written in DPA, 'Whether the images are portrait or - landscape, the binding edge is parallel to: the y axis for - 'duplex', and the x axis for 'tumble'. This last observation - is important for understanding when to use 'tumble'. If the - binding edge of the document is along the y-axis, the plex is - 'duplex', whether the orientation is portrait or landscape, and - if the binding-edge is along the x-axis, the plex is 'tumble', - whether the orientation is portrait or landscape. - In DPA, a separate attribute, 'Sides', specifies 1-sided or - 2-sided printing. - - In DPA, the value of this attribute may also be used by the - presentation processes of some document formats to determine - whether or not to print certain designated pages - (e.g. the extra blank pages needed in two-sided printing to - cause sections to begin on the righthand side of a book, or - recto page). - - - The following enumerations are relevant to DPA: - simplexOneSided, simplexTwoSided, - bindLongEdgeOneSided, bindLongEdgeTwoSided, - bindShortEdgeOneSided, bindShortEdgeTwoSided. - - PostScript: - In PostScript, the keys 'duplex' and 'tumble' are booleans - which specify relative orientation between consecutive pages, - and to the number of sides printed. - - If 'Duplex' is False, pages are printed 1-sided, i.e. 'simplex'. - If 'Duplex' is True, pages are printed 2-sided. - - (For most PostScript interpreters, only when 'Duplex' is set to - True) 'Tumble' specifies how the page images on opposite - sides of a sheet are oriented with respect to each other. - - If 'Tumble' is False, the default user spaces of the two pages - are oriented such that the highest value of y in the two spaces - lie along the same edge of the media. Informally, a Tumble - value of False produces output suitable for binding on the left - or right. When the default user space is set to a portrait - 'pagesize', setting Tumble to false is the same as using the - ScmPrtPlex attribute longEdgeBind. When the default user space - is set to a landscape 'pagesize', setting Tumble to false is the - same as using the ScmPrtPlex attribute shortEdgeBind. - - If 'Tumble' is True, the default user spaces of the two pages - are oriented such that the highest value of y in the two spaces - lie along opposite edges of the media. Informally, a Tumble - value of True produces output suitable for binding on the top - or bottom. When the default user space is set to a landscape - 'pagesize', setting Tumble to true is the same as using the - ScmPrtPlex attribute shortEdgeBind. When the default user space - is set to a landscape 'pagesize', setting Tumble to true is the - same as using the ScmPrtPlex attribute longEdgeBind. - - The following ScmPrtPlex enumerations are - relevant to PostScript: - bindLongEdgeOneSided, bindLongEdgeTwoSided, - bindShortEdgeOneSided, bindShortEdgeTwoSided. - Typically (ie, for a Portrait default user space): - OneSided maps to the duplex boolean set to false - TwoSided maps to the duplex boolean set to true - bindEdgeLong maps to the tumble boolean set to false - bindEdgeShort maps to the tumble boolean set to true - - PCL: - In PCL, the attributes simplex, duplex long-edge-binding, and - duplex short-edge-binding, along with content orientation, - landscape or portrait, detail the number of sides to be printed, - - - content orientation, and relative orientation between - consecutive pages. The PCL model matches that of DPA. - - The following ScmPrtPlex enumerations are relevant to PCL: - simplexOneSided, bindLongEdgeTwoSided, bindShortEdgeTwoSided." - - REFERENCE " - See: ISO/IEC 10175-1:1996(E) - Section 9.3.2.16.2: Plex - Section 9.3.2.19: Sides - See: PostScript Language Reference Manual (2nd Edition) - - PageSize, Duplex, Tumble - See: PCL 5 Printer Language Technical Reference Manual - Simplex/Duplex Print Command" - SYNTAX INTEGER (0..255) - -ScmPrtPrintQuality ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - These attributes specify the output quality of the printed - document. Some printers have programmatically controlled output - quality. This attribute allows the user to specify the level of - output quality desired from printers. - - The following standard values are defined: - - 'draft' means lowest quality available on the printer. - Uses include increasing the printer's speed and saving - toner. - - 'normal' means normal or intermediate quality on the printer. - - 'high' means highest quality available on the printer." - REFERENCE " - ISO/IEC 10175-1:1996(E) - Section 9.3.2.17: Print-quality" - SYNTAX INTEGER { - other(1), - unknown(2), - notSpecified(3), - draft(4), - normal(5), - high(6) - } -ScmPrtPrintScreen ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - This Textual-Convention enumerates special modes for 80 - character screen dumps onto A4 size paper, which is usually - 77 characters wide. This function is useful when printing the - 80 characters per line width of computer displays. - - The PrintScreen mode enables characters to be printed as shown - on the display when PrintScreen is executed from the host. - - When mode850 or mode852 is set, the following is done: - - Symbol set value changed to PC-850 or PC-852. - - - with the current Symbol set value being stored. - - A4 size horizontal printable area expanded to being 80 - characters wide. - - When the special mode is returned to Off, the following is done: - - Symbol set value returned to the stored SymbolSet Value. - - A4 size horizontal printable area returned to being 77 - characters." - SYNTAX INTEGER { - other(1), - unknown(2), - notSpecified(3), - off(4), - mode850(5), - mode852(6) - } - -ScmPrtTraySwitch ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - This Textual-Convention enumerates which tray switching - declaration mechanism is used." - REFERENCE " - See: scmPrtInterpTraySwitch - See: scmPrtInputNextPrtInputIndex - See: scmPrtInputAliasTable" - SYNTAX INTEGER { - other(1), - unknown(2), - notSpecified(3), - off(4), - useScmPrtInputNextPrtInputIndex(5), - useScmPrtInputAliasTable(6) - } - --- --- Added per Chuck Adam request 6/13/03 --- - -ScmPrtGeneralMonoPrintOpt ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION " - These attributes specify the printing performance / - economy mode setting." - REFERENCE " - See: Phaser 7750 User Guide... for more information " - SYNTAX INTEGER { - other(1), - optimizeForSpeed(3), - optimizeForEconomy(4), - notPresent(5) - } - --- - - --- The Printer MIB Extensions TC Dumma Group (DO NOT USE) --- --- DO NOT USE - Present to suppress compiler warnings ONLY! --- --- Note: The following objects have 'odd' use of case in their --- names (ie, 'sCm...'), in order to make obvious their related --- textual conventions - -sCmPrintTCDummy OBJECT IDENTIFIER ::= { scmPrintTC 999 } - -sCmPrtTCAuxSheetContent OBJECT-TYPE - SYNTAX ScmPrtAuxSheetContent - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmPrintTCDummy 1 } - -sCmPrtTCScmPrtAuxSheetType OBJECT-TYPE - SYNTAX ScmPrtAuxSheetType - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmPrintTCDummy 2 } - -sCmPrtTCTCChannelType OBJECT-TYPE - SYNTAX ScmPrtChannelType - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmPrintTCDummy 3 } - -sCmPrtTCGroupSupport OBJECT-TYPE - SYNTAX ScmPrtGroupSupport - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmPrintTCDummy 4 } - -sCmPrtTCIETFPrintMIBGroupSupport OBJECT-TYPE - SYNTAX ScmPrtIETFPrintMIBGroupSupport - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmPrintTCDummy 5 } - -sCmPrtTCInterpreterLangFamily OBJECT-TYPE - SYNTAX ScmPrtInterpreterLangFamily - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmPrintTCDummy 6 } - -sCmPrtTCMediaTypeErrorPolicy OBJECT-TYPE - SYNTAX ScmPrtMediaTypeErrorPolicy - - - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmPrintTCDummy 7 } - -sCmPrtTCMediumClassType OBJECT-TYPE - SYNTAX ScmPrtMediumClassType - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmPrintTCDummy 8 } - -sCmPrtTCMediumSize OBJECT-TYPE - SYNTAX ScmPrtMediumSize - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmPrintTCDummy 9 } - -sCmPrtTCOutputOffsetStackingType OBJECT-TYPE - SYNTAX ScmPrtOutputOffsetStackingType - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmPrintTCDummy 10 } - -sCmPrtOutputStaplePosition OBJECT-TYPE - SYNTAX ScmPrtOutputStaplePosition - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmPrintTCDummy 11 } - -sCmPrtTCPageSizeErrorPolicy OBJECT-TYPE - SYNTAX ScmPrtPageSizeErrorPolicy - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmPrintTCDummy 12 } - -sCmPrtTCPCLFontSource OBJECT-TYPE - SYNTAX ScmPrtPCLFontSource - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmPrintTCDummy 13 } - -sCmPrtTCPlex OBJECT-TYPE - SYNTAX ScmPrtPlex - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmPrintTCDummy 14 } - - -sCmPrtTCPrintQuality OBJECT-TYPE - SYNTAX ScmPrtPrintQuality - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmPrintTCDummy 15 } - -sCmPrtTCPrintScreen OBJECT-TYPE - SYNTAX ScmPrtPrintScreen - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmPrintTCDummy 16 } - -sCmPrtTCTraySwitch OBJECT-TYPE - SYNTAX ScmPrtTraySwitch - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmPrintTCDummy 17 } - -sCmPrtTCGeneralMonoPrintOpt OBJECT-TYPE - SYNTAX ScmPrtGeneralMonoPrintOpt - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Dummy - DO NOT USE" - ::= { sCmPrintTCDummy 18 } - -END diff --git a/mibs/SENAO-ENTERPRISE-INDOOR-AP-CB-MIB b/mibs/SENAO-ENTERPRISE-INDOOR-AP-CB-MIB deleted file mode 100644 index 295941e2c1..0000000000 --- a/mibs/SENAO-ENTERPRISE-INDOOR-AP-CB-MIB +++ /dev/null @@ -1,1040 +0,0 @@ --- ***************************************************************** --- Senao Enterprise indoor AP/CB Private MIB for EAP and ECB series --- --- Apr 2008, Adonn Fu --- --- Copyright (c) 2000-2003 by Senao Networks, Inc. --- All rights reserved. --- ***************************************************************** - ---module definition - -SENAO-ENTERPRISE-INDOOR-AP-CB-MIB DEFINITIONS ::= BEGIN - - IMPORTS - MODULE-IDENTITY, OBJECT-TYPE, - Counter32, IpAddress, enterprises, TimeTicks - FROM SNMPv2-SMI - DisplayString, MacAddress, TruthValue FROM SNMPv2-TC; - --- module OID definition - senao MODULE-IDENTITY - LAST-UPDATED "0511250000Z" - ORGANIZATION "Senao R&D Dept., S/W Division" - CONTACT-INFO - " - Info - SENAO INTERNATIONAL CO., LTD. - No.500, Fusing 3 Rd., Hwa-Ya Technical Park, - Kuei-Shan Hsiang, TAOYUAN County 333, TAIWAN, R.O.C. - Tel: 886-3-328-9289 - Fax: 886-3-328-9666 - E-mail: info@senao.com.tw - " - DESCRIPTION - " - The MIB module defines Senao implementation-specific metrics useful in managing - IEEE 802.11 on Senao devices. - This is used as a supplement to the standard 802.11 MIB proposed by IEEE. - " - ::= { enterprises 14125} - - indoorWirelessDevice OBJECT IDENTIFIER ::= { senao 100 } - - entSystem OBJECT IDENTIFIER ::= { indoorWirelessDevice 1 } - entLAN OBJECT IDENTIFIER ::= { indoorWirelessDevice 2 } - entWAN OBJECT IDENTIFIER ::= { indoorWirelessDevice 3 } - entMacFilter OBJECT IDENTIFIER ::= { indoorWirelessDevice 4} - entWlan OBJECT IDENTIFIER ::= { indoorWirelessDevice 5} - entSNMP OBJECT IDENTIFIER ::= { indoorWirelessDevice 6 } - - entWlanCommonInfo OBJECT IDENTIFIER ::= { entWlan 1} - --- objects definition - --- entSystem OBJECT IDENTIFIER ::= { indoorWirelessDevice 1 } --- entAdminIdleTimeOut OBJECT-TYPE --- SYNTAX INTEGER (1..1000) --- MAX-ACCESS read-write --- STATUS mandatory --- DESCRIPTION --- "Administration idle time out in mins" --- ::= { entSystem 1 } - - entPassword OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..32)) - MAX-ACCESS write-only - STATUS mandatory - DESCRIPTION - "Administration password" - ::= { entSystem 2 } - - entSysModel OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS mandatory - DESCRIPTION - "System model" - ::= { entSystem 3 } - - entSysMode OBJECT-TYPE - SYNTAX INTEGER - { - ap-router(0), - repeater(1), - ap-bridge(2), - client-bridge(3), - client-router(4), - wds-bridge(5) - } - MAX-ACCESS read-only - STATUS mandatory - DESCRIPTION - "System mode, 0:AP router, 1:Repeater, 2: AP bridge, - 3: Client bridge, 4: Client router, 5: WDS bridge" - ::= { entSystem 4 } - - entSysUpTime OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS mandatory - DESCRIPTION - "System uptime" - ::= { entSystem 5 } - - entHwVersion OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS mandatory - DESCRIPTION - "The version of the hardware" - ::= { entSystem 6 } - - entSN OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS mandatory - DESCRIPTION - "Serial Number" - ::= { entSystem 7 } - - entKenelVersion OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS mandatory - DESCRIPTION - "The version of the kernel" - ::= { entSystem 8 } - - entAppVersion OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS mandatory - DESCRIPTION - "The version of the system application" - ::= { entSystem 9 } - - entReset OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS write-only - STATUS mandatory - DESCRIPTION - "Setting this attribute TRUE causes the AP rebooted" - ::= { entSystem 10 } - - entResetToDefault OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS write-only - STATUS mandatory - DESCRIPTION - "Setting this attribute TRUE will Reboot the system and change settings to factory default" - ::= { entSystem 11 } - - entApplyModules OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS write-only - STATUS mandatory - DESCRIPTION - "Setting this attribute TRUE will apply the changed modules to reload" - ::= { entSystem 12 } - --- entLAN OBJECT IDENTIFIER ::= { indoorWirelessDevice 2 } - entLANIP OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "LAN IP address" - ::= { entLAN 1 } - - entLANSubnetMask OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "LAN subnet mask" - ::= { entLAN 2 } - - entSTPEnable OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "Set this attribute TRUE will enable 802.1d Spanning Tree." - ::= { entLAN 3 } - - entDHCPEnable OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "When system mode is not 1(Repeater) and 5(WDS bridge), - set this attribute TRUE will enable the DHCP server function of device" - ::= { entLAN 4 } - - entIPPoolStart OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "TWhen system mode is not 1(Repeater) and 5(WDS bridge), - set the start address of DHCP IP pool" - ::= { entLAN 5 } - - entIPPoolEnd OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "When system mode is not 1(Repeater) and 5(WDS bridge), - set the end address of DHCP IP pool" - ::= { entLAN 6 } - - entIPLeaseTime OBJECT-TYPE - SYNTAX INTEGER - { - half-hour(0), - one-hour(1), - two-hours(2), - half-day(3), - one-day(4), - two-days(5), - one-week(6), - two-weeks(7), - forever(8) - } - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "When system mode is not 1(Repeater) and 5(WDS bridge), - the time period client can have the IP address assigned by DHCP server - 0(half hour), - 1(one hour) - 2(two hours), - 3(half day), - 4(one day), - 5(two days), - 6(one week), - 7(two weeks), - 8(forever) - " - ::= { entLAN 7 } - --- entWAN OBJECT IDENTIFIER ::= { indoorWirelessDevice 3 } - entRouterEnable OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "Only When op mode is 0(AP) or (Client bridge), - can set this attribute. Set TRUE will enable the router." - ::= { entWAN 1 } - --- entMacFilter OBJECT IDENTIFIER ::= { indoorWirelessDevice 4 } - entLanMacFilteringEnable OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "Set this attribute TRUE will enable the LAN MAC filtering" - ::= { entMacFilter 1 } - - entLanMacFilteringMode OBJECT-TYPE - SYNTAX INTEGER - { - white-list(0), - black-list(1) - } - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "The mode of LAN MAC filtering can be 0(white list), 1(black list)" - ::= { entMacFilter 2 } - - entLanMacFilterTable OBJECT-TYPE - SYNTAX SEQUENCE OF EntLanMacFilterEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table provides one row for each LAN MAC filtering. - Each row contains the enterprise LAN MAC filtering table - for that LAN MAC filtering." - ::= { entMacFilter 3 } - - entLanMacFilterEntry OBJECT-TYPE - SYNTAX EntLanMacFilterEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "An entry in the entLanMacFilterTable." - INDEX { entMacAddressIndex } - ::= { entLanMacFilterTable 1 } - - EntLanMacFilterEntry ::= - SEQUENCE { - entMacAddressIndex INTEGER, - entMacAddress MacAddress, - entMacFilteringValid TruthValue, - } - - entMacAddressIndex OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The auxiliary variable used to identify instances of - columnar objects in the LAN MAC Filtering Table" - ::= { entLanMacFilterEntry 1 } - - entMacAddress OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "MAC address list in the LAN MAC filtering table" - ::= { entLanMacFilterEntry 2 } - - entMacFilteringValid OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The validity status of each corresponding MAC address in LAN MAC filtering table" - ::= { entLanMacFilterEntry 3 } - --- entWlan OBJECT IDENTIFIER ::= { indoorWirelessDevice 5} --- entWlanCommonInfo OBJECT IDENTIFIER ::= { entWlan 1} - - entOpMode OBJECT-TYPE - SYNTAX INTEGER - { - ap(0), - client-bridge(1), - wds-bridge(2), - repeater(3) - } - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "Set op mode: 0(AP), 1(Client bridge), 2(WDS bridge), 3(Repeater)" - ::= { entWlanCommonInfo 1 } - - entRadio OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "Set this attribute TRUE will enable the radio" - ::= { entWlanCommonInfo 2 } - - entAPMode OBJECT-TYPE - SYNTAX INTEGER - { - ap(0), - wds(1) - } - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "Only when op mode is 0(AP), we can set AP mode: 0(AP), 1(WDS)" - ::= { entWlanCommonInfo 3 } - - entBand OBJECT-TYPE - SYNTAX INTEGER - { - ieee802dot11-b-g(0), - ieee802dot11-b(1), - ieee802dot11-a(2), - ieee802dot11-g(4), - ieee802dot11-n(6), - ieee802dot11-g-n(7), - ieee802dot11-a-n(8), - ieee802dot11-b-g-n(9) - } - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "The wireless mode: 0(802.11 b/g), - 1(802.11 b), - 2(802.11 a), - 4(802.11 g), - 6(802.11 n), - 7(802.11 g/n), - 8(802.11 a/n), - 9(802.11 b/g/n)" - ::= { entWlanCommonInfo 4 } - - entESSIDNum OBJECT-TYPE - SYNTAX INTEGER (1..4) - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "Set the Number of multiple ESSID" - ::= { entWlanCommonInfo 5 } - - entChannel OBJECT-TYPE - SYNTAX INTEGER (1..14) - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "The current operating frequency channel" - ::= { entWlanCommonInfo 6 } - - entDataRate OBJECT-TYPE - SYNTAX INTEGER - { - auto(0), - oneMbps(1), - twoMbps(2), - fiveNhalfMbps(5), - elevenMbps(11), - sixMbps(6), - nineMbps(9), - twelveMbps(12), - eighteenMbps(18), - twentytwoMbps(24), - thirtysixMbps(36), - fortyeightMbps(48), - fiftyfourMbps(54) - } - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "This attribute specifies the data rate at which the station may transmit data in Mbps - 0(Auto), 1(1Mbps), 2(2Mbps), 5(5.5Mbps), 11(11Mbps), 6(6Mbps), 9(9Mbps), 12(12Mbps), - 18(18Mbps), 24(24Mbps), 36(36Mbps), 48(48Mbps), 54(54Mbps)" - ::= { entWlanCommonInfo 7 } - - entNDataRate OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "This attribute specifies the 11n data rate" - ::= { entWlanCommonInfo 8 } - - entTxPower OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "The transmit power level: 10(%), 25(%), 50(%), 75(%), 90(%), 100(%)" - ::= { entWlanCommonInfo 9 } - - entBeaconInterval OBJECT-TYPE - SYNTAX INTEGER (20..1024) - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "This attribute specifies the number of TU that a station shall use - for scheduling Beacon transmissions" - ::= { entWlanCommonInfo 10 } - - entDTIMPeriod OBJECT-TYPE - SYNTAX INTEGER (1..255) - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "This attribute specifies the number of beacon intervals" - ::= { entWlanCommonInfo 11 } - - entFragmentationThreshold OBJECT-TYPE - SYNTAX INTEGER (256..2346) - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "This attribute shall specify the current maximum size, in octets, - of the MPDU that may be delivered to the PHY" - ::= { entWlanCommonInfo 12 } - - entRTSThreshold OBJECT-TYPE - SYNTAX INTEGER (0..2347) - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "This attribute shall indicate the number of octets in an MPDU, - below which an RTS/CTS handshake shall not be performed." - ::= { entWlanCommonInfo 13 } - - entChannelBandwidth OBJECT-TYPE - SYNTAX INTEGER (0..1) - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "This attribute specifies the channel bandwidth: 0(Auto 20/40 MHZ), 1(20 MHZ)" - ::= { entWlanCommonInfo 14 } - - entPreambleType OBJECT-TYPE - SYNTAX INTEGER - { - short(1), - long(2) - } - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "This attribute specifies the preamble type: 1(Short), 2(Long)" - ::= { entWlanCommonInfo 15 } - - entCTSProtection OBJECT-TYPE - SYNTAX INTEGER - { - auto(0), - always(1), - none(2) - } - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "This attribute specifies the CTS protection: 0(Auto), 1(Always), 2(None)" - ::= { entWlanCommonInfo 16 } - - entWlanESSIDInfoTable OBJECT-TYPE - SYNTAX SEQUENCE OF EntWlanESSIDInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table provides one row for each ESSID information. - Each row contains the enterprise ESSID information Table - for that ESSID information." - ::= { entWlan 2 } - - entWlanESSIDInfoEntry OBJECT-TYPE - SYNTAX EntWlanESSIDInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "An entry in the entWlanESSIDInfoTable." - INDEX { entWlanESSIDInfoIndex } - ::= { entWlanESSIDInfoTable 1 } - - EntWlanESSIDInfoEntry ::= - SEQUENCE { - entWlanESSIDInfoIndex INTEGER, - entESSID OCTET STRING, - entBroadcastESSID TruthValue, - entWMM TruthValue, - entEncryption INTEGER, - entWlanAuthenticationType INTEGER - } - - entWlanESSIDInfoIndex OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The auxiliary variable used to identify instances of columnar - objects in the ESSID information Table" - ::= { entWlanESSIDInfoEntry 1 } - - entESSID OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (0..32)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This attribute reflects the Service Set ID used in - the Desired- SSID parameter of the most recent MLME_Scan.request" - ::= { entWlanESSIDInfoEntry 2 } - - entBroadcastESSID OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "Set this attribute TRUE will enable the hidden SSID" - ::= { entWlanESSIDInfoEntry 3 } - - entWMM OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "Set this attribute TRUE will enable WMM" - ::= { entWlanESSIDInfoEntry 4 } - - - entEncryption OBJECT-TYPE - SYNTAX INTEGER (0..4) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The WLAN encryption: 0(none), 1(WEP), 2(TKIP), 3(AES), 4(TKIPAES)" - ::= { entWlanESSIDInfoEntry 5 } - - entWlanAuthenticationType OBJECT-TYPE - SYNTAX INTEGER (0..8) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The current authentication algorithms: 0 (openSystem), 1(wepAuto), - 2(sharedKey), 3(WPAPSK), 4(WPA), 5(WPA2PSK), 6(WPA2), 7(WPA1WPA2), - 8(WPA1PSKWPA2PSK)" - ::= { entWlanESSIDInfoEntry 6 } - - entWlanWepInfoTable OBJECT-TYPE - SYNTAX SEQUENCE OF EntWlanWepInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table provides one row for each WEP information. - Each row contains the enterprise WEP information Table - for that WEP information." - ::= { entWlan 3 } - - entWlanWepInfoEntry OBJECT-TYPE - SYNTAX EntWlanWepInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "An entry in the entWlanWepInfoTable." - INDEX { entWlanESSIDIndex } - ::= { entWlanWepInfoTable 1 } - - EntWlanWepInfoEntry ::= - SEQUENCE { - entWlanESSIDIndex INTEGER, - entWlanWepKeyID INTEGER, - entWlanWepKey1Value OCTET STRING, - entWlanWepKey2Value OCTET STRING, - entWlanWepKey3Value OCTET STRING, - entWlanWepKey4Value OCTET STRING - } - - entWlanESSIDIndex OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The auxiliary variable used to identify instances of columnar - objects in the WEP information Table" - ::= { entWlanWepInfoEntry 1 } - - entWlanWepKeyID OBJECT-TYPE - SYNTAX INTEGER (1..4) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This attribute shall indicate the use of the first, second, third, or fourth - element of the WEPDefaultKeys array" - ::= { entWlanWepInfoEntry 2 } - - entWlanWepKey1Value OBJECT-TYPE - SYNTAX OCTET STRING - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Set key1 string. (5 or 13 ASCCI characters, 10 or 26 hex numbers)" - ::= { entWlanWepInfoEntry 3 } - - entWlanWepKey2Value OBJECT-TYPE - SYNTAX OCTET STRING - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Set key2 string. (5 or 13 ASCCI characters, 10 or 26 hex numbers)" - ::= { entWlanWepInfoEntry 4 } - - entWlanWepKey3Value OBJECT-TYPE - SYNTAX OCTET STRING - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Set key3 string. (5 or 13 ASCCI characters, 10 or 26 hex numbers)" - ::= { entWlanWepInfoEntry 5 } - - entWlanWepKey4Value OBJECT-TYPE - SYNTAX OCTET STRING - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Set key4 string. (5 or 13 ASCCI characters, 10 or 26 hex numbers)" - ::= { entWlanWepInfoEntry 6 } - - entWlanWPAInfoTable OBJECT-TYPE - SYNTAX SEQUENCE OF EntWlanWPAInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table provides one row for each WPA information. - Each row contains the enterprise WPA information Table - for that WPA information." - ::= { entWlan 4 } - - entWlanWPAInfoEntry OBJECT-TYPE - SYNTAX EntWlanWPAInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "An entry in the entWlanWPAInfoTable." - INDEX { entWlanWPAESSIDIndex } - ::= { entWlanWPAInfoTable 1 } - - EntWlanWPAInfoEntry ::= - SEQUENCE { - entWlanWPAESSIDIndex INTEGER, - entPresharedKey DisplayString - } - - entWlanWPAESSIDIndex OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The auxiliary variable used to identify instances of columnar - objects in the WPA information Table" - ::= { entWlanWPAInfoEntry 1 } - - entPresharedKey OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS write-only - STATUS current - DESCRIPTION - "The WPA Pre-Shared key. (8~63 ASCII or 64 HEX)" - ::= { entWlanWPAInfoEntry 2 } - - ent802dot1xInfoTable OBJECT-TYPE - SYNTAX SEQUENCE OF Ent802dot1xInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table provides one row for each 802.1x information. - Each row contains the enterprise 802.1x information Table - for that 802.1x information." - ::= { entWlan 5 } - - ent802dot1xInfoEntry OBJECT-TYPE - SYNTAX Ent802dot1xInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "An entry in the ent802dot1xInfoTable." - INDEX { entWlan802dot1xESSIDIndex } - ::= { ent802dot1xInfoTable 1 } - - Ent802dot1xInfoEntry ::= - SEQUENCE { - entWlan802dot1xESSIDIndex INTEGER, - entRADIUSServerIPAddress IpAddress, - entRADIUSServerPort INTEGER, - entRADIUSServerPassword DisplayString, - entWlan802dot1xEnable TruthValue - } - - entWlan802dot1xESSIDIndex OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The auxiliary variable used to identify instances of columnar - objects in the 802.1x information Table" - ::= { ent802dot1xInfoEntry 1 } - - entRADIUSServerIPAddress OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The address of RADIUS Server" - ::= { ent802dot1xInfoEntry 2 } - - entRADIUSServerPort OBJECT-TYPE - SYNTAX INTEGER (1..65535) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The port of RADIUS Server" - ::= { ent802dot1xInfoEntry 3 } - - entRADIUSServerPassword OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS write-only - STATUS current - DESCRIPTION - "The password of RADIUS Server" - ::= { ent802dot1xInfoEntry 4 } - - entWlan802dot1xEnable OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Set this attribute TRUE will enable 802.1x" - ::= { ent802dot1xInfoEntry 5 } - --- Wlan ClientList table - entWlanClientListInfoTable OBJECT-TYPE - SYNTAX SEQUENCE OF EntWlanClientListInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table provides one row for Wlan client list information." - ::= { entWlan 6 } - - entWlanClientListInfoEntry OBJECT-TYPE - SYNTAX EntWlanClientListInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "An entry in the entWlanClientListInfoTable." - INDEX { entCLInfoIndex } - ::= { entWlanClientListInfoTable 1 } - - EntWlanClientListInfoEntry ::= - SEQUENCE { - entCLInfoIndex INTEGER, - entCLInterface OCTET STRING, - entCLMAC OCTET STRING, - entCLRx OCTET STRING, - entCLTx OCTET STRING, - entCLSignal INTEGER, - entCLConnectedTime OCTET STRING, - entCLIdleTime OCTET STRING - } - - entCLInfoIndex OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The auxiliary variable used to identify instances of columnar - objects in the ClientList information Table" - ::= { entWlanClientListInfoEntry 1 } - - entCLInterface OBJECT-TYPE - SYNTAX OCTET STRING - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The Client connected SSID" - ::= { entWlanClientListInfoEntry 2 } - - entCLMAC OBJECT-TYPE - SYNTAX OCTET STRING - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The Client MAC" - ::= { entWlanClientListInfoEntry 3 } - - entCLRx OBJECT-TYPE - SYNTAX OCTET STRING - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The Rx value" - ::= { entWlanClientListInfoEntry 4 } - - entCLTx OBJECT-TYPE - SYNTAX OCTET STRING - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The Tx value" - ::= { entWlanClientListInfoEntry 5 } - - entCLSignal OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The Client Wlan Signal" - ::= { entWlanClientListInfoEntry 6 } - - entCLConnectedTime OBJECT-TYPE - SYNTAX OCTET STRING - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The Client connected time" - ::= { entWlanClientListInfoEntry 7 } - - entCLIdleTime OBJECT-TYPE - SYNTAX OCTET STRING - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The Client idle time" - ::= { entWlanClientListInfoEntry 8 } - --- entSNMP OBJECT IDENTIFIER ::= { indoorWirelessDevice 6 } - entSNMPStatus OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "The status of current SNMP agent.0:disable, 1:Enable" - ::= { entSNMP 1 } - - entSNMPVerType OBJECT-TYPE - SYNTAX INTEGER - { - all(0), - v1(1), - v2c(2), - v3(3) - } - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "The version of current SNMP agent.0:all, 1: v1, 2:v2c, 3:v3" - ::= { entSNMP 2 } - - entSNMPCommunityTable OBJECT-TYPE - SYNTAX SEQUENCE OF EntSNMPCommunityEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table provides one row for each SNMP community. - Each row contains the enterprise SNMP community table - for that SNMP community." - ::= { entSNMP 3 } - - entSNMPCommunityEntry OBJECT-TYPE - SYNTAX EntSNMPCommunityEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "An entry in the entSNMPCommunityTable." - INDEX { entSNMPCommunityIndex } - ::= { entSNMPCommunityTable 1 } - - EntSNMPCommunityEntry ::= - SEQUENCE { - entSNMPCommunityIndex INTEGER, - entSNMPCommunityName DisplayString, - entSNMPCommunityType INTEGER, - entSNMPCommunityValid TruthValue, - } - - entSNMPCommunityIndex OBJECT-TYPE - SYNTAX INTEGER (1..2) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The auxiliary variable used to identify instances of - columnar objects in the SNMP Community Table" - ::= { entSNMPCommunityEntry 1 } - - entSNMPCommunityName OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..32)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The community name used to access SNMP device." - ::= { entSNMPCommunityEntry 2 } - - entSNMPCommunityType OBJECT-TYPE - SYNTAX INTEGER - { - read(1), - write(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The auxiliary variable used to identify instances of - columnar objects in the SNMP Community Table" - ::= { entSNMPCommunityEntry 3 } - - entSNMPCommunityValid OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Display the validity information of corresponding community index" - ::= { entSNMPCommunityEntry 4 } - - entSNMPTrap OBJECT IDENTIFIER ::= { entSNMP 4 } - - entTrapStatus OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "The trap status of current SNMP agent.0:disable, 1:Enable" - ::= { entSNMPTrap 1 } - - entTrapVer OBJECT-TYPE - SYNTAX INTEGER - { - all(0), - v1(1), - v2c(2), - v3(3) - } - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "The trap version of current SNMP agent.0:all, 1: v1, 2:v2c, 3:v3" - ::= { entSNMPTrap 2 } - - entTrapReceiverIPAddress OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "Specify the IP address(host) to receive the trap report" - ::= { entSNMPTrap 3 } - - entTrapReceiverCommunityName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "Specify the community name for SNMP manager to receive the trap report" - ::= { entSNMPTrap 4 } - - entTraps OBJECT IDENTIFIER ::= { indoorWirelessDevice 20 } - entSystemTraps OBJECT IDENTIFIER ::= { entTraps 1 } - entWanTraps OBJECT IDENTIFIER ::= { entTraps 2 } - - entSystemTrapsReboot NOTIFICATION-TYPE - STATUS current - DESCRIPTION - "The trap is generated when the system is rebooted." - ::= {entSystemTraps 1} - - entSystemTrapsRestoreToDefault NOTIFICATION-TYPE - STATUS current - DESCRIPTION - "The trap is generated when the default configuration of the system - is restored." - ::= {entSystemTraps 2} - - entSystemTrapsReloadModules NOTIFICATION-TYPE - STATUS current - DESCRIPTION - "The trap is generated when the system modules are reloaded." - ::= {entSystemTraps 3} - - entWanTrapsLinkDisconnect NOTIFICATION-TYPE - OBJECTS {ifIndex} - STATUS current - DESCRIPTION - "The trap is generated when the PHY of WAN is disconnected and - it was connected." - ::= {entWanTraps 1} - - entWanTrapsLinkRecover NOTIFICATION-TYPE - OBJECTS {ifIndex} - STATUS current - DESCRIPTION - "The trap is generated when the PHY of WAN is connected and - it was disconnected" - ::= {entWanTraps 2} - - -END diff --git a/mibs/SENAO-EOR7550-MIB b/mibs/SENAO-EOR7550-MIB deleted file mode 100644 index 8c749159db..0000000000 --- a/mibs/SENAO-EOR7550-MIB +++ /dev/null @@ -1,1415 +0,0 @@ --- ***************************************************************** --- Senao EOR7550 Private MIB --- --- Apr 2008, Adonn Fu --- --- Copyright (c) 2000-2003 by Sendfar Technology Co., Ltd. --- All rights reserved. --- ***************************************************************** - ---module definition - -SENAO-EOR7550-MIB DEFINITIONS ::= BEGIN - - IMPORTS - MODULE-IDENTITY, OBJECT-TYPE, - Counter32, IpAddress, enterprises, TimeTicks - FROM SNMPv2-SMI - DisplayString, MacAddress, TruthValue FROM SNMPv2-TC; - --- module OID definition - senao MODULE-IDENTITY - LAST-UPDATED "0511250000Z" - ORGANIZATION "Senao R&D Dept., S/W Division" - CONTACT-INFO - " - Info - SENAO INTERNATIONAL CO., LTD. - No.500, Fusing 3 Rd., Hwa-Ya Technical Park, - Kuei-Shan Hsiang, TAOYUAN County 333, TAIWAN, R.O.C. - Tel: 886-3-328-9289 - Fax: 886-3-328-9666 - E-mail: info@senao.com.tw - " - DESCRIPTION - " - The MIB module defines Senao implementation-specific metrics useful in managing - IEEE 802.11 on Senao devices. - This is used as a supplement to the standard 802.11 MIB proposed by IEEE. - " - ::= { enterprises 14125} - - eor7550 OBJECT IDENTIFIER ::= { senao 101 } - - entSystem OBJECT IDENTIFIER ::= { eor7550 1 } - entLAN OBJECT IDENTIFIER ::= { eor7550 2 } - entWAN OBJECT IDENTIFIER ::= { eor7550 3 } - entMacFilter OBJECT IDENTIFIER ::= { eor7550 4} - entRalinkWlan OBJECT IDENTIFIER ::= { eor7550 5} - entSNMP OBJECT IDENTIFIER ::= { eor7550 6 } - entAthWlan OBJECT IDENTIFIER ::= { eor7550 7} - - entWlanCommonInfo OBJECT IDENTIFIER ::= { entRalinkWlan 1} - entAthWlanCommonInfo OBJECT IDENTIFIER ::= { entAthWlan 1} - --- objects definition - --- entSystem OBJECT IDENTIFIER ::= { eor7550 1 } --- entAdminIdleTimeOut OBJECT-TYPE --- SYNTAX INTEGER (1..1000) --- MAX-ACCESS read-write --- STATUS mandatory --- DESCRIPTION --- "Administration idle time out in mins" --- ::= { entSystem 1 } - - entPassword OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..32)) - MAX-ACCESS write-only - STATUS mandatory - DESCRIPTION - "Administration password" - ::= { entSystem 2 } - - entSysModel OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS mandatory - DESCRIPTION - "System model" - ::= { entSystem 3 } - - entSysMode OBJECT-TYPE - SYNTAX INTEGER - { - ap-router(0), - universal-repeater(1), - ap-bridge(2), - client-bridge(3), - client-router(4), - wds-bridge(5), - ap-router-repeater(6), - wds-repeater(7), - wds-router-repeater(8) - } - MAX-ACCESS read-only - STATUS mandatory - DESCRIPTION - "System mode, 0:AP router, 1:Repeater, 2: AP bridge, - 3: Client bridge, 4: Client router, 5: WDS bridge, - 6: AP router repeater, 7: WDS repeater, 8: WDS router repeater" - ::= { entSystem 4 } - - entSysUpTime OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS mandatory - DESCRIPTION - "System uptime" - ::= { entSystem 5 } - - entHwVersion OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS mandatory - DESCRIPTION - "The version of the hardware" - ::= { entSystem 6 } - - entSN OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS mandatory - DESCRIPTION - "Serial Number" - ::= { entSystem 7 } - - entKenelVersion OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS mandatory - DESCRIPTION - "The version of the kernel" - ::= { entSystem 8 } - - entAppVersion OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS mandatory - DESCRIPTION - "The version of the system application" - ::= { entSystem 9 } - - entReset OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS write-only - STATUS mandatory - DESCRIPTION - "Setting this attribute TRUE causes the AP rebooted" - ::= { entSystem 10 } - - entResetToDefault OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS write-only - STATUS mandatory - DESCRIPTION - "Setting this attribute TRUE will Reboot the system and change settings to factory default" - ::= { entSystem 11 } - - entApplyModules OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS write-only - STATUS mandatory - DESCRIPTION - "Setting this attribute TRUE will apply the changed modules to reload" - ::= { entSystem 12 } - --- entLAN OBJECT IDENTIFIER ::= { eor7550 2 } - entLANIP OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "LAN IP address" - ::= { entLAN 1 } - - entLANSubnetMask OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "LAN subnet mask" - ::= { entLAN 2 } - - entSTPEnable OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "Set this attribute TUUE will enable 802.1d Spanning Tree." - ::= { entLAN 3 } - - entDHCPEnable OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "When system mode is not 1(Repeater) and 5(WDS bridge), - set this attribute TUUE will enable the DHCP server function of device" - ::= { entLAN 4 } - - entIPPoolStart OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "TWhen system mode is not 1(Repeater) and 5(WDS bridge), - set the start address of DHCP IP pool" - ::= { entLAN 5 } - - entIPPoolEnd OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "When system mode is not 1(Repeater) and 5(WDS bridge), - set the end address of DHCP IP pool" - ::= { entLAN 6 } - - entIPLeaseTime OBJECT-TYPE - SYNTAX INTEGER - { - half-hour(0), - one-hour(1), - two-hours(2), - half-day(3), - one-day(4), - two-days(5), - one-week(6), - two-weeks(7), - forever(8) - } - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "When system mode is not 1(Repeater) and 5(WDS bridge), - the time period client can have the IP address assigned by DHCP server - 0(half hour), - 1(one hour) - 2(two hours), - 3(half day), - 4(one day), - 5(two days), - 6(one week), - 7(two weeks), - 8(forever) - " - ::= { entLAN 7 } - --- entWAN OBJECT IDENTIFIER ::= { eor7550 3 } - entRouterEnable OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "Only When op mode is 0(AP) or (Client bridge), - can set this attribute. Set TUUE will enable the router." - ::= { entWAN 1 } - --- entMacFilter OBJECT IDENTIFIER ::= { eor7550 4 } - entLanMacFilteringEnable OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "Set this attribute TUUE will enable the LAN MAC filtering" - ::= { entMacFilter 1 } - - entLanMacFilteringMode OBJECT-TYPE - SYNTAX INTEGER - { - white-list(0), - black-list(1) - } - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "The mode of LAN MAC filtering can be 0(white list), 1(black list)" - ::= { entMacFilter 2 } - - entLanMacFilterTable OBJECT-TYPE - SYNTAX SEQUENCE OF EntLanMacFilterEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table provides one row for each LAN MAC filtering. - Each row contains the enterprise LAN MAC filtering table - for that LAN MAC filtering." - ::= { entMacFilter 3 } - - entLanMacFilterEntry OBJECT-TYPE - SYNTAX EntLanMacFilterEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "An entry in the entLanMacFilterTable." - INDEX { entMacAddressIndex } - ::= { entLanMacFilterTable 1 } - - EntLanMacFilterEntry ::= - SEQUENCE { - entMacAddressIndex INTEGER, - entMacAddress MacAddress, - entMacFilteringValid TruthValue, - } - - entMacAddressIndex OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The auxiliary variable used to identify instances of - columnar objects in the LAN MAC Filtering Table" - ::= { entLanMacFilterEntry 1 } - - entMacAddress OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "MAC address list in the LAN MAC filtering table" - ::= { entLanMacFilterEntry 2 } - - entMacFilteringValid OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The validity status of each corresponding MAC address in LAN MAC filtering table" - ::= { entLanMacFilterEntry 3 } - --- entWlan OBJECT IDENTIFIER ::= { eor7550 5 } --- entWlanCommonInfo OBJECT IDENTIFIER ::= { entWlan 1} - - entOpMode OBJECT-TYPE - SYNTAX INTEGER - { - ap(0), - client-bridge(1), - client-router(2), - wds-bridge(3), - wds-repeater(4), - repeater-ap(5), - repeater-sta(6), - disable(7) - } - MAX-ACCESS read-only - STATUS mandatory - DESCRIPTION - "Get op mode: 0(AP), 1(Client bridge), 2(Client router), - 3(WDS bridge), 4(WDS repeater), 5(Repeater ap), 6(Repeater station), - 7(Disable)" - ::= { entWlanCommonInfo 1 } - - entRadio OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "Set this attribute TUUE will enable the radio" - ::= { entWlanCommonInfo 2 } - - entBand OBJECT-TYPE - SYNTAX INTEGER - { - ieee802dot11-b-g(0), - ieee802dot11-b(1), - ieee802dot11-g(4), - ieee802dot11-n(6), - ieee802dot11-b-g-n(9) - } - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "The wireless mode: 0(802.11 b/g), - 1(802.11 b), - 4(802.11 g), - 6(802.11 n), - 9(802.11 b/g/n)" - ::= { entWlanCommonInfo 4 } - - entESSIDNum OBJECT-TYPE - SYNTAX INTEGER (1..4) - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "Only when op mode for Ralink is 0(AP) and 5(Repeater AP), - support multiple ESSID. Set the Number of multiple ESSID" - ::= { entWlanCommonInfo 5 } - - entChannel OBJECT-TYPE - SYNTAX INTEGER (1..14) - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "Only when op mode for Ralink is 0(AP), 3(WDS bridge), 4(WDS repeater) and 5(Repeater AP), - the current operating frequency channel" - ::= { entWlanCommonInfo 6 } - - entDataRate OBJECT-TYPE - SYNTAX INTEGER - { - auto(0), - oneMbps(1), - twoMbps(2), - fiveNhalfMbps(5), - elevenMbps(11), - sixMbps(6), - nineMbps(9), - twelveMbps(12), - eighteenMbps(18), - twentytwoMbps(24), - thirtysixMbps(36), - fortyeightMbps(48), - fiftyfourMbps(54) - } - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "This attribute specifies the data rate at which the station may transmit data in Mbps - 0(Auto), 1(1Mbps), 2(2Mbps), 5(5.5Mbps), 11(11Mbps), 6(6Mbps), 9(9Mbps), 12(12Mbps), - 18(18Mbps), 24(24Mbps), 36(36Mbps), 48(48Mbps), 54(54Mbps)" - ::= { entWlanCommonInfo 7 } - - entNDataRate OBJECT-TYPE - SYNTAX INTEGER - { - auto(0), - mcs0(1), - mcs1(2), - mcs2(3), - mcs3(4), - mcs4(5), - mcs5(6), - mcs6(7), - mcs7(8), - mcs8(9), - mcs9(10), - mcs10(11), - mcs11(12), - mcs12(13), - mcs13(14), - mcs14(15), - mcs15(16) - } - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "This attribute specifies the 11n data rate" - ::= { entWlanCommonInfo 8 } - - entTxPower OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "The transmit power level: 10(%), 25(%), 50(%), 75(%), 90(%), 100(%)" - ::= { entWlanCommonInfo 9 } - - entBeaconInterval OBJECT-TYPE - SYNTAX INTEGER (20..1024) - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "This attribute specifies the number of TU that a station shall use - for scheduling Beacon transmissions" - ::= { entWlanCommonInfo 10 } - - entDTIMPeriod OBJECT-TYPE - SYNTAX INTEGER (1..255) - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "This attribute specifies the number of beacon intervals" - ::= { entWlanCommonInfo 11 } - - entFragmentationThreshold OBJECT-TYPE - SYNTAX INTEGER (256..2346) - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "This attribute shall specify the current maximum size, in octets, - of the MPDU that may be delivered to the PHY" - ::= { entWlanCommonInfo 12 } - - entRTSThreshold OBJECT-TYPE - SYNTAX INTEGER (0..2347) - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "This attribute shall indicate the number of octets in an MPDU, - below which an RTS/CTS handshake shall not be performed." - ::= { entWlanCommonInfo 13 } - - entChannelBandwidth OBJECT-TYPE - SYNTAX INTEGER (0..1) - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "This attribute specifies the channel bandwidth: 0(Auto 20/40 MHZ), 1(20 MHZ)" - ::= { entWlanCommonInfo 14 } - - entPreambleType OBJECT-TYPE - SYNTAX INTEGER - { - short(1), - long(2) - } - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "This attribute specifies the preamble type: 1(Short), 2(Long)" - ::= { entWlanCommonInfo 15 } - - entCTSProtection OBJECT-TYPE - SYNTAX INTEGER - { - auto(0), - always(1), - none(2) - } - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "This attribute specifies the CTS protection: 0(Auto), 1(Always), 2(None)" - ::= { entWlanCommonInfo 16 } - - entWlanESSIDInfoTable OBJECT-TYPE - SYNTAX SEQUENCE OF EntWlanESSIDInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table provides one row for each ESSID information. - Each row contains the enterprise ESSID information Table - for that ESSID information." - ::= { entRalinkWlan 2 } - - entWlanESSIDInfoEntry OBJECT-TYPE - SYNTAX EntWlanESSIDInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "An entry in the entWlanESSIDInfoTable." - INDEX { entWlanESSIDInfoIndex } - ::= { entWlanESSIDInfoTable 1 } - - EntWlanESSIDInfoEntry ::= - SEQUENCE { - entWlanESSIDInfoIndex INTEGER, - entESSID OCTET STRING, - entBroadcastESSID TruthValue, - entWMM TruthValue, - entEncryption INTEGER, - entWlanAuthenticationType INTEGER - } - - entWlanESSIDInfoIndex OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The auxiliary variable used to identify instances of columnar - objects in the ESSID information Table" - ::= { entWlanESSIDInfoEntry 1 } - - entESSID OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (0..32)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This attribute reflects the Service Set ID used in - the Desired- SSID parameter of the most recent MLME_Scan.request" - ::= { entWlanESSIDInfoEntry 2 } - - entBroadcastESSID OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "Set this attribute TUUE will enable the hidden SSID" - ::= { entWlanESSIDInfoEntry 3 } - - entWMM OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "Set this attribute TUUE will enable WMM" - ::= { entWlanESSIDInfoEntry 4 } - - - entEncryption OBJECT-TYPE - SYNTAX INTEGER (0..4) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The WLAN encryption: 0(none), 1(WEP), 2(TKIP), 3(AES), 4(TKIPAES)" - ::= { entWlanESSIDInfoEntry 5 } - - entWlanAuthenticationType OBJECT-TYPE - SYNTAX INTEGER (0..8) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The current authentication algorithms: 0 (openSystem), 1(wepAuto), - 2(sharedKey), 3(WPAPSK), 4(WPA), 5(WPA2PSK), 6(WPA2), 7(WPA1WPA2), - 8(WPA1PSKWPA2PSK)" - ::= { entWlanESSIDInfoEntry 6 } - - entWlanWepInfoTable OBJECT-TYPE - SYNTAX SEQUENCE OF EntWlanWepInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table provides one row for each WEP information. - Each row contains the enterprise WEP information Table - for that WEP information." - ::= { entRalinkWlan 3 } - - entWlanWepInfoEntry OBJECT-TYPE - SYNTAX EntWlanWepInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "An entry in the entWlanWepInfoTable." - INDEX { entWlanESSIDIndex } - ::= { entWlanWepInfoTable 1 } - - EntWlanWepInfoEntry ::= - SEQUENCE { - entWlanESSIDIndex INTEGER, - entWlanWepKeyID INTEGER, - entWlanWepKey1Value OCTET STRING, - entWlanWepKey2Value OCTET STRING, - entWlanWepKey3Value OCTET STRING, - entWlanWepKey4Value OCTET STRING - } - - entWlanESSIDIndex OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The auxiliary variable used to identify instances of columnar - objects in the WEP information Table" - ::= { entWlanWepInfoEntry 1 } - - entWlanWepKeyID OBJECT-TYPE - SYNTAX INTEGER (1..4) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This attribute shall indicate the use of the first, second, third, or fourth - element of the WEPDefaultKeys array" - ::= { entWlanWepInfoEntry 2 } - - entWlanWepKey1Value OBJECT-TYPE - SYNTAX OCTET STRING - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Set key1 string. (5 or 13 ASCCI characters, 10 or 26 hex numbers)" - ::= { entWlanWepInfoEntry 3 } - - entWlanWepKey2Value OBJECT-TYPE - SYNTAX OCTET STRING - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Set key2 string. (5 or 13 ASCCI characters, 10 or 26 hex numbers)" - ::= { entWlanWepInfoEntry 4 } - - entWlanWepKey3Value OBJECT-TYPE - SYNTAX OCTET STRING - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Set key3 string. (5 or 13 ASCCI characters, 10 or 26 hex numbers)" - ::= { entWlanWepInfoEntry 5 } - - entWlanWepKey4Value OBJECT-TYPE - SYNTAX OCTET STRING - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Set key4 string. (5 or 13 ASCCI characters, 10 or 26 hex numbers)" - ::= { entWlanWepInfoEntry 6 } - - entWlanWPAInfoTable OBJECT-TYPE - SYNTAX SEQUENCE OF EntWlanWPAInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table provides one row for each WPA information. - Each row contains the enterprise WPA information Table - for that WPA information." - ::= { entRalinkWlan 4 } - - entWlanWPAInfoEntry OBJECT-TYPE - SYNTAX EntWlanWPAInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "An entry in the entWlanWPAInfoTable." - INDEX { entWlanESSIDIndex } - ::= { entWlanWPAInfoTable 1 } - - EntWlanWPAInfoEntry ::= - SEQUENCE { - entWlanESSIDIndex INTEGER, - entPresharedKey DisplayString - } - - entWlanESSIDIndex OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The auxiliary variable used to identify instances of columnar - objects in the WPA information Table" - ::= { entWlanWPAInfoEntry 1 } - - entPresharedKey OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS write-only - STATUS current - DESCRIPTION - "The WPA Pre-Shared key. (8~63 ASCII or 64 HEX)" - ::= { entWlanWPAInfoEntry 2 } - - ent802dot1xInfoTable OBJECT-TYPE - SYNTAX SEQUENCE OF Ent802dot1xInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table provides one row for each 802.1x information. - Each row contains the enterprise 802.1x information Table - for that 802.1x information." - ::= { entRalinkWlan 5 } - - ent802dot1xInfoEntry OBJECT-TYPE - SYNTAX Ent802dot1xInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "An entry in the ent802dot1xInfoTable." - INDEX { entWlanESSIDIndex } - ::= { ent802dot1xInfoTable 1 } - - Ent802dot1xInfoEntry ::= - SEQUENCE { - entWlanESSIDIndex INTEGER, - entRADIUSServerIPAddress IpAddress, - entRADIUSServerPort INTEGER, - entRADIUSServerPassword DisplayString, - entWlan802dot1xEnable TruthValue - } - - entWlanESSIDIndex OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The auxiliary variable used to identify instances of columnar - objects in the 802.1x information Table" - ::= { ent802dot1xInfoEntry 1 } - - entRADIUSServerIPAddress OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The address of RADIUS Server" - ::= { ent802dot1xInfoEntry 2 } - - entRADIUSServerPort OBJECT-TYPE - SYNTAX INTEGER (1..65535) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The port of RADIUS Server" - ::= { ent802dot1xInfoEntry 3 } - - entRADIUSServerPassword OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS write-only - STATUS current - DESCRIPTION - "The password of RADIUS Server" - ::= { ent802dot1xInfoEntry 4 } - - entWlan802dot1xEnable OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Set this attribute TUUE will enable 802.1x" - ::= { ent802dot1xInfoEntry 5 } - --- entSNMP OBJECT IDENTIFIER ::= { eor7550 6 } - entSNMPStatus OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "The status of current SNMP agent.0:disable, 1:Enable" - ::= { entSNMP 1 } - - entSNMPVerType OBJECT-TYPE - SYNTAX INTEGER - { - all(0), - v1(1), - v2c(2), - v3(3) - } - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "The version of current SNMP agent.0:all, 1: v1, 2:v2c, 3:v3" - ::= { entSNMP 2 } - - entSNMPCommunityTable OBJECT-TYPE - SYNTAX SEQUENCE OF EntSNMPCommunityEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table provides one row for each SNMP community. - Each row contains the enterprise SNMP community table - for that SNMP community." - ::= { entSNMP 3 } - - entSNMPCommunityEntry OBJECT-TYPE - SYNTAX EntSNMPCommunityEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "An entry in the entSNMPCommunityTable." - INDEX { entSNMPCommunityIndex } - ::= { entSNMPCommunityTable 1 } - - EntSNMPCommunityEntry ::= - SEQUENCE { - entSNMPCommunityIndex INTEGER, - entSNMPCommunityName DisplayString, - entSNMPCommunityType INTEGER, - entSNMPCommunityValid TruthValue, - } - - entSNMPCommunityIndex OBJECT-TYPE - SYNTAX INTEGER (1..2) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The auxiliary variable used to identify instances of - columnar objects in the SNMP Community Table" - ::= { entSNMPCommunityEntry 1 } - - entSNMPCommunityName OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..32)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The community name used to access SNMP device." - ::= { entSNMPCommunityEntry 2 } - - entSNMPCommunityType OBJECT-TYPE - SYNTAX INTEGER - { - read(1), - write(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The auxiliary variable used to identify instances of - columnar objects in the SNMP Community Table" - ::= { entSNMPCommunityEntry 3 } - - entSNMPCommunityValid OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Display the validity information of corresponding community index" - ::= { entSNMPCommunityEntry 4 } - - entSNMPTrap OBJECT IDENTIFIER ::= { entSNMP 4 } - - entTrapStatus OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "The trap status of current SNMP agent.0:disable, 1:Enable" - ::= { entSNMPTrap 1 } - - entTrapVer OBJECT-TYPE - SYNTAX INTEGER - { - all(0), - v1(1), - v2c(2), - v3(3) - } - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "The trap version of current SNMP agent.0:all, 1: v1, 2:v2c, 3:v3" - ::= { entSNMPTrap 2 } - - entTrapReceiverIPAddress OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "Specify the IP address(host) to receive the trap report" - ::= { entSNMPTrap 3 } - - entTrapReceiverCommunityName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "Specify the community name for SNMP manager to receive the trap report" - ::= { entSNMPTrap 4 } - - entTraps OBJECT IDENTIFIER ::= { eor7550 20 } - entSystemTraps OBJECT IDENTIFIER ::= { entTraps 1 } - entWanTraps OBJECT IDENTIFIER ::= { entTraps 2 } - - entSystemTrapsReboot NOTIFICATION-TYPE - OBJECTS {} - STATUS current - DESCRIPTION - "The trap is generated when the system is rebooted." - ::= {entSystemTraps 1} - - entSystemTrapsRestoreToDefault NOTIFICATION-TYPE - OBJECTS {} - STATUS current - DESCRIPTION - "The trap is generated when the default configuration of the system - is restored." - ::= {entSystemTraps 2} - - entSystemTrapsReloadModules NOTIFICATION-TYPE - OBJECTS {} - STATUS current - DESCRIPTION - "The trap is generated when the system modules are reloaded." - ::= {entSystemTraps 3} - - entWanTrapsLinkDisconnect NOTIFICATION-TYPE - OBJECTS {ifIndex} - STATUS current - DESCRIPTION - "The trap is generated when the PHY of WAN is disconnected and - it was connected." - ::= {entWanTraps 1} - - entWanTrapsLinkRecover NOTIFICATION-TYPE - OBJECTS {ifIndex} - STATUS current - DESCRIPTION - "The trap is generated when the PHY of WAN is connected and - it was disconnected" - ::= {entWanTraps 2} - --- entAthWlan OBJECT IDENTIFIER ::= { eor7550 7 } --- entAthWlanCommonInfo OBJECT IDENTIFIER ::= { entAthWlan 1} - - entOpMode OBJECT-TYPE - SYNTAX INTEGER - { - ap(0), - client-bridge(1), - client-router(2), - wds-bridge(3), - wds-repeater(4), - repeater-ap(5), - repeater-sta(6), - disable(7) - } - MAX-ACCESS read-only - STATUS mandatory - DESCRIPTION - "Get op mode: 0(AP), 1(Client bridge), 2(Client router), - 3(WDS bridge), 4(WDS repeater), 5(Repeater ap), 6(Repeater station), - 7(Disable)" - ::= { entAthWlanCommonInfo 1 } - - entBand OBJECT-TYPE - SYNTAX INTEGER - { - ieee802dot11-b-g(0), - ieee802dot11-b(1), - ieee802dot11-a(2), - ieee802dot11-g(4) - } - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "The wireless mode: - 0(802.11 b/g), - 1(802.11 b), - 2(802.11 a), - 4(802.11 g)" - ::= { entAthWlanCommonInfo 4 } - - entESSIDNum OBJECT-TYPE - SYNTAX INTEGER (1..4) - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "Only when op mode for Atheros is 0(AP), - set the Number of multiple ESSID" - ::= { entAthWlanCommonInfo 5 } - - entChannel OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "Only when op mode for Atheros is 0(AP), 3(WDS Bridge) and 4(WDS Repeater), - The current operating frequency channel" - ::= { entAthWlanCommonInfo 6 } - - entDataRate OBJECT-TYPE - SYNTAX INTEGER - { - auto(0), - oneMbps(1), - twoMbps(2), - fiveNhalfMbps(5), - elevenMbps(11), - sixMbps(6), - nineMbps(9), - twelveMbps(12), - eighteenMbps(18), - twentytwoMbps(24), - thirtysixMbps(36), - fortyeightMbps(48), - fiftyfourMbps(54) - } - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "This attribute specifies the data rate at which the station may transmit data in Mbps - 0(Auto), 1(1Mbps), 2(2Mbps), 5(5.5Mbps), 11(11Mbps), 6(6Mbps), 9(9Mbps), 12(12Mbps), - 18(18Mbps), 24(24Mbps), 36(36Mbps), 48(48Mbps), 54(54Mbps)" - ::= { entAthWlanCommonInfo 7 } - - entTxPower OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "Only when op mode for Atheros is 0(AP), 3(WDS Bridge) and 4(WDS Repeater), - The transmit power level: 10(%), 25(%), 50(%), 75(%), 90(%), 100(%)" - ::= { entAthWlanCommonInfo 9 } - - entBeaconInterval OBJECT-TYPE - SYNTAX INTEGER (25..1000) - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "Only when op mode for Atheros is 0(AP), 3(WDS Bridge) and 4(WDS Repeater), - This attribute specifies the number of TU that a station shall use - for scheduling Beacon transmissions" - ::= { entAthWlanCommonInfo 10 } - - entDTIMPeriod OBJECT-TYPE - SYNTAX INTEGER (1..255) - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "Only when op mode for Atheros is 0(AP), 3(WDS Bridge) and 4(WDS Repeater), - This attribute specifies the number of beacon intervals" - ::= { entAthWlanCommonInfo 11 } - - entFragmentationThreshold OBJECT-TYPE - SYNTAX INTEGER (256..2346) - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "This attribute shall specify the current maximum size, in octets, - of the MPDU that may be delivered to the PHY" - ::= { entAthWlanCommonInfo 12 } - - entRTSThreshold OBJECT-TYPE - SYNTAX INTEGER (0..2347) - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "This attribute shall indicate the number of octets in an MPDU, - below which an RTS/CTS handshake shall not be performed." - ::= { entAthWlanCommonInfo 13 } - - entPreambleType OBJECT-TYPE - SYNTAX INTEGER - { - short(1), - long(2) - } - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "This attribute specifies the preamble type: 1(Short), 2(Long)" - ::= { entAthWlanCommonInfo 15 } - - entCTSProtection OBJECT-TYPE - SYNTAX INTEGER - { - auto(0), - always(1), - none(2) - } - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "Only when op mode for Atheros is 0(AP), 3(WDS Bridge) and 4(WDS Repeater), - This attribute specifies the CTS protection: 0(Auto), 1(Always), 2(None)" - ::= { entAthWlanCommonInfo 16 } - - entDistance OBJECT-TYPE - SYNTAX INTEGER (21..191) - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "ACK timeout" - ::= { entAthWlanCommonInfo 17 } - - entAthWlanESSIDInfoTable OBJECT-TYPE - SYNTAX SEQUENCE OF EntAthWlanESSIDInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table provides one row for each ESSID information. - Each row contains the enterprise ESSID information Table - for that ESSID information." - ::= { entAthWlan 2 } - - entAthWlanESSIDInfoEntry OBJECT-TYPE - SYNTAX EntAthWlanESSIDInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "An entry in the entWlanESSIDInfoTable." - INDEX { entWlanESSIDInfoIndex } - ::= { entAthWlanESSIDInfoTable 1 } - - EntAthWlanESSIDInfoEntry ::= - SEQUENCE { - entWlanESSIDInfoIndex INTEGER, - entESSID OCTET STRING, - entBroadcastESSID TruthValue, - entWMM TruthValue, - entEncryption INTEGER, - entWlanAuthenticationType INTEGER - } - - entWlanESSIDInfoIndex OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Only when op mode for Atheros is 0(AP), 3(WDS Bridge) and 4(WDS Repeater), - The auxiliary variable used to identify instances of columnar - objects in the ESSID information Table" - ::= { entAthWlanESSIDInfoEntry 1 } - - entESSID OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (0..32)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Only when op mode for Atheros is 0(AP), - This attribute reflects the Service Set ID used in - the Desired- SSID parameter of the most recent MLME_Scan.request" - ::= { entAthWlanESSIDInfoEntry 2 } - - entBroadcastESSID OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "Only when op mode for Atheros is 0(AP), - Set this attribute TUUE will enable the hidden SSID" - ::= { entAthWlanESSIDInfoEntry 3 } - - entWMM OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS mandatory - DESCRIPTION - "Only when op mode for Atheros is 0(AP), - Set this attribute TUUE will enable WMM" - ::= { entAthWlanESSIDInfoEntry 4 } - - - entEncryption OBJECT-TYPE - SYNTAX INTEGER (0..4) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Only when op mode for Atheros is 0(AP), 3(WDS Bridge) and 4(WDS Repeater), - The WLAN encryption: 0(none), 1(WEP), 2(TKIP), 3(AES), 4(TKIPAES)" - ::= { entAthWlanESSIDInfoEntry 5 } - - entWlanAuthenticationType OBJECT-TYPE - SYNTAX INTEGER (0..8) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Only when op mode for Atheros is 0(AP), 3(WDS Bridge) and 4(WDS Repeater), - The current authentication algorithms: 0 (openSystem), 1(wepAuto), - 2(sharedKey), 3(WPAPSK), 4(WPA), 5(WPA2PSK), 6(WPA2), 7(WPA1WPA2), - 8(WPA1PSKWPA2PSK)" - ::= { entAthWlanESSIDInfoEntry 6 } - - entAthWlanWepInfoTable OBJECT-TYPE - SYNTAX SEQUENCE OF EntAthWlanWepInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table provides one row for each WEP information. - Each row contains the enterprise WEP information Table - for that WEP information." - ::= { entAthWlan 3 } - - entAthWlanWepInfoEntry OBJECT-TYPE - SYNTAX EntAthWlanWepInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "An entry in the entWlanWepInfoTable." - INDEX { entWlanESSIDIndex } - ::= { entAthWlanWepInfoTable 1 } - - EntAthWlanWepInfoEntry ::= - SEQUENCE { - entWlanESSIDIndex INTEGER, - entWlanWepKeyID INTEGER, - entWlanWepKey1Value OCTET STRING, - entWlanWepKey2Value OCTET STRING, - entWlanWepKey3Value OCTET STRING, - entWlanWepKey4Value OCTET STRING - } - - entWlanESSIDIndex OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Only when op mode for Atheros is 0(AP), 3(WDS Bridge) and 4(WDS Repeater), - The auxiliary variable used to identify instances of columnar - objects in the WEP information Table" - ::= { entAthWlanWepInfoEntry 1 } - - entWlanWepKeyID OBJECT-TYPE - SYNTAX INTEGER (1..4) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Only when op mode for Atheros is 0(AP), 3(WDS Bridge) and 4(WDS Repeater), - This attribute shall indicate the use of the first, second, third, or fourth - element of the WEPDefaultKeys array" - ::= { entAthWlanWepInfoEntry 2 } - - entWlanWepKey1Value OBJECT-TYPE - SYNTAX OCTET STRING - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Only when op mode for Atheros is 0(AP), 3(WDS Bridge) and 4(WDS Repeater), - Set key1 string. (5 or 13 ASCCI characters, 10 or 26 hex numbers)" - ::= { entAthWlanWepInfoEntry 3 } - - entWlanWepKey2Value OBJECT-TYPE - SYNTAX OCTET STRING - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Only when op mode for Atheros is 0(AP), 3(WDS Bridge) and 4(WDS Repeater), - Set key2 string. (5 or 13 ASCCI characters, 10 or 26 hex numbers)" - ::= { entAthWlanWepInfoEntry 4 } - - entWlanWepKey3Value OBJECT-TYPE - SYNTAX OCTET STRING - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Only when op mode for Atheros is 0(AP), 3(WDS Bridge) and 4(WDS Repeater), - Set key3 string. (5 or 13 ASCCI characters, 10 or 26 hex numbers)" - ::= { entAthWlanWepInfoEntry 5 } - - entWlanWepKey4Value OBJECT-TYPE - SYNTAX OCTET STRING - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Only when op mode for Atheros is 0(AP), 3(WDS Bridge) and 4(WDS Repeater), - Set key4 string. (5 or 13 ASCCI characters, 10 or 26 hex numbers)" - ::= { entAthWlanWepInfoEntry 6 } - - entAthWlanWPAInfoTable OBJECT-TYPE - SYNTAX SEQUENCE OF EntAthWlanWPAInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table provides one row for each WPA information. - Each row contains the enterprise WPA information Table - for that WPA information." - ::= { entAthWlan 4 } - - entAthWlanWPAInfoEntry OBJECT-TYPE - SYNTAX EntAthWlanWPAInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "An entry in the entWlanWPAInfoTable." - INDEX { entWlanESSIDIndex } - ::= { entAthWlanWPAInfoTable 1 } - - EntAthWlanWPAInfoEntry ::= - SEQUENCE { - entWlanESSIDIndex INTEGER, - entPresharedKey DisplayString - } - - entWlanESSIDIndex OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Only when op mode for Atheros is 0(AP), 3(WDS Bridge) and 4(WDS Repeater), - The auxiliary variable used to identify instances of columnar - objects in the WPA information Table" - ::= { entAthWlanWPAInfoEntry 1 } - - entPresharedKey OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS write-only - STATUS current - DESCRIPTION - "Only when op mode for Atheros is 0(AP), 3(WDS Bridge) and 4(WDS Repeater), - The WPA Pre-Shared key. (8~63 ASCII or 64 HEX)" - ::= { entAthWlanWPAInfoEntry 2 } - - entAth802dot1xInfoTable OBJECT-TYPE - SYNTAX SEQUENCE OF EntAth802dot1xInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table provides one row for each 802.1x information. - Each row contains the enterprise 802.1x information Table - for that 802.1x information." - ::= { entAthWlan 5 } - - entAth802dot1xInfoEntry OBJECT-TYPE - SYNTAX EntAth802dot1xInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "An entry in the ent802dot1xInfoTable." - INDEX { entWlanESSIDIndex } - ::= { entAth802dot1xInfoTable 1 } - - EntAth802dot1xInfoEntry ::= - SEQUENCE { - entWlanESSIDIndex INTEGER, - entRADIUSServerIPAddress IpAddress, - entRADIUSServerPort INTEGER, - entRADIUSServerPassword DisplayString, - entWlan802dot1xEnable TruthValue - } - - entWlanESSIDIndex OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Only when op mode for Atheros is 0(AP), - The auxiliary variable used to identify instances of columnar - objects in the 802.1x information Table" - ::= { entAth802dot1xInfoEntry 1 } - - entRADIUSServerIPAddress OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Only when op mode for Atheros is 0(AP), - The address of RADIUS Server" - ::= { entAth802dot1xInfoEntry 2 } - - entRADIUSServerPort OBJECT-TYPE - SYNTAX INTEGER (1..65535) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Only when op mode for Atheros is 0(AP), - The port of RADIUS Server" - ::= { entAth802dot1xInfoEntry 3 } - - entRADIUSServerPassword OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS write-only - STATUS current - DESCRIPTION - "Only when op mode for Atheros is 0(AP), - The password of RADIUS Server" - ::= { entAth802dot1xInfoEntry 4 } - - entWlan802dot1xEnable OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Only when op mode for Atheros is 0(AP), - Set this attribute TUUE will enable 802.1x" - ::= { entAth802dot1xInfoEntry 5 } - - -END diff --git a/mibs/SENAO-WLAN-AP-MIB b/mibs/SENAO-WLAN-AP-MIB deleted file mode 100644 index 6de2d8480a..0000000000 --- a/mibs/SENAO-WLAN-AP-MIB +++ /dev/null @@ -1,697 +0,0 @@ --- ***************************************************************** --- NCB-8610 Private MIB --- --- Sept. 2006, Greg Lin --- --- Copyright (c) 2006 by Senao Technology Co., Ltd. --- All rights reserved. --- --- Note: This MIB file is modification 3220 private MIB. --- It modify SNMPv2 to SNMPv1 syntax. --- --- Date: 2006-09-20 --- ***************************************************************** - ---SENAO-NCB8610-MIB { iso(1) org(3) dod(6) internet(1) private(4) Enterprises(1) Senao(14125) } - ---module definition - - -SENAO-WLAN-AP-MIB DEFINITIONS ::= BEGIN - - IMPORTS - enterprises, IpAddress FROM RFC1155-SMI - DisplayString, PhysAddress FROM RFC1213-MIB - OBJECT-TYPE FROM RFC-1212 - TRAP-TYPE FROM RFC-1215 - mgmt, NetworkAddress, IpAddress, Counter, Gauge, - TimeTicks FROM RFC1155-SMI; - - --- SENAO-Private-MIB DEFINITIONS -- - senaoMIB OBJECT IDENTIFIER ::= { enterprises 14125 } - --- SENAO-RFC1213-MIB DEFINITIONS -- - senaoRFC1213Group OBJECT IDENTIFIER ::= { senaoMIB 1 } - --- SENAO-Private-MIB DEFINITIONS -- - statusInformationGroup OBJECT IDENTIFIER ::= { senaoMIB 2 } - countersGroup OBJECT IDENTIFIER ::= { senaoMIB 3 } - privacySettingsGroup OBJECT IDENTIFIER ::= { senaoMIB 4 } - systemSettingsGroup OBJECT IDENTIFIER ::= { senaoMIB 5 } - webAdministratorSettingsGroup OBJECT IDENTIFIER ::= { senaoMIB 6 } - dhcpSettingsGroup OBJECT IDENTIFIER ::= { senaoMIB 7 } - wdsSettingsGroup OBJECT IDENTIFIER ::= { senaoMIB 8 } - --- SENAO-RFC1213-MIB DEFINITIONS -- - ip OBJECT IDENTIFIER ::= { senaoRFC1213Group 1 } - icmp OBJECT IDENTIFIER ::= { senaoRFC1213Group 2 } - tcp OBJECT IDENTIFIER ::= { senaoRFC1213Group 3 } - udp OBJECT IDENTIFIER ::= { senaoRFC1213Group 4 } - --- SENAO-Private-MIB DEFINITIONS -- --- [ statusInformationGroup ] [1] -- - - connectedToSSID OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "This attribute reflects the Service Set ID. - This value may be modified by an external management - entity and used by the local SME to make decisions - about the Scanning process. The connectedToSSID - length is limit between 1~ 32 characters. - - @GET-FUNC=get_statusInfo_group - @SET-FUNC=set_statusInfo_group" - ::= { statusInformationGroup 1 } - - usingChannel OBJECT-TYPE - SYNTAX INTEGER - { - -- the SNMPv1 does not support channel array - channel1 (1), - channel2 (2), - channel3 (3), - channel4 (4), - channel5 (5), - channel6 (6), - channel7 (7), - channel8 (8), - channel9 (9), - channel10 (10), - channel11 (11) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The operating frequency channel. Valid numbers - are as defind in ISO/IEC 8802-11:1999, 15.4.6.2. - @GET-FUNC=get_statusInfo_group" - ::= { statusInformationGroup 2 } - - - accessPointMACAddress OBJECT-TYPE - SYNTAX PhysAddress - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The MAC address of the Access Point (BSS identifier) - with which the radio should Connected or Associated. - @GET-FUNC=get_statusInfo_group" - ::= { statusInformationGroup 3 } - - - currentTransmissionRate OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The transmit bit rates operated, corresponding to data rates - from 1 Mb/s to 54 Mb/s. - @GET-FUNC=get_statusInfo_group" - ::= { statusInformationGroup 4 } - - - - currentIPAddress OBJECT-TYPE - SYNTAX IpAddress - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The IP address of this device used over its Ethernet - interface in Routing mode or Bridge interface in Bridgeing mode. - @GET-FUNC=get_statusInfo_group" - ::= { statusInformationGroup 5 } - - - currentTXPower OBJECT-TYPE - SYNTAX INTEGER - { - -- Transmit Power Level - high (1), - medium (2), - low (3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The Transmit Power of this device used. - @GET-FUNC=get_statusInfo_group - @SET-FUNC=set_statusInfo_group" - ::= { statusInformationGroup 6 } - - - - --- [ countersGroup ] [2] -- - - receivedPacketsGoodCount OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The number of good packets received on the radio interface, - including unicast, broadcast and multicast packets. - @GET-FUNC=get_counters_group" - ::= { countersGroup 1 } - - receivedPacketsBadCount OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The number of inbound bad packets of the radio interface - were chosen to be discarded even though no errors had been - detected to prevent their being received. One possible reason - for discarding such a packet could be to free up buffer space. - Another reason would be exceeding their maximum time-to-live. - @GET-FUNC=get_counters_group" - ::= { countersGroup 2 } - - - sendPacketsGoodCount OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The number of good packets transmitted on the radio interface, - including unicast, broadcast and multicast packets. - @GET-FUNC=get_counters_group" - ::= { countersGroup 3 } - - - sendPacketsBadCount OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The number of outbound bad packets of the radio interface - were chosen to be discarded even though no errors had been - detected to prevent their being transmitted. One possible reason - for discarding such a packet could be to free up buffer space. - Another reason would be exceeding their maximum time-to-live. - @GET-FUNC=get_counters_group" - ::= { countersGroup 4 } - - --- [ privacySettingsGroup ] [3] -- - - wepEnabled OBJECT-TYPE - SYNTAX INTEGER - { - disable(1), - enable(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "When this attribute is enable, it shall indicate that the IEEE - 802.11 WEP mechanism is used for transmitting frames of type - Data. The default value of this attribute shall be disable. - @GET-FUNC=get_privacy_group - @SET-FUNC=set_privacy_group" - ::= { privacySettingsGroup 1 } - - - wepKeyLength OBJECT-TYPE - SYNTAX INTEGER - { - key-64bits(1), - key-128bits(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The length of WEP key that is used for transmitting and received - frames of type Data. The value of 0 denotes WEP64bit Hex. Key; - 1 stands for WEP128bit Hex. Key - @GET-FUNC=get_privacy_group - @SET-FUNC=set_privacy_group" - ::= { privacySettingsGroup 2 } - - - wepKeyNumber OBJECT-TYPE - SYNTAX INTEGER - { - wep-key1(1), - wep-key2(2), - wep-key3(3), - wep-key4(4) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "This attribute shall indicate the use of the first, - second, third, or fourth element of the WEPDefaultKeys - array when set to values of 1, 2, 3, or 4. The - default value of this attribute shall be 0. - @GET-FUNC=get_privacy_group - @SET-FUNC=set_privacy_group" - -- REFERENCE "IEEE Std 802.11-1997, 8.3.2" - ::= { privacySettingsGroup 3 } - - - wepKey OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A WEP secret key value. 10 Hex. Keys for WEP 64Bits/26 Hex. Keys for WEP128Bits. - @GET-FUNC=get_privacy_group - @SET-FUNC=set_privacy_group" - ::= { privacySettingsGroup 4 } - - --- macAddressFilter OBJECT-TYPE --- SYNTAX INTEGER --- { --- disable-0(1), --- enable-1(2) --- } --- ACCESS read-write --- STATUS mandatory --- DESCRIPTION --- "If you choose 'disable(1)',will not be able to --- connect to your Access Point.If you choose --- 'enable(2)', only those clients whose --- wireless MAC addresses are in the access control --- list will be able to connect to your Access Point. --- @GET-FUNC=get_privacy_group --- @SET-FUNC=set_privacy_group" --- ::= { privacySettingsGroup 5 } - - - --- [ systemSettingsGroup ] [4] -- - - operationMode OBJECT-TYPE - SYNTAX INTEGER - { - bridge(1), - ap-wds(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This defines the type of role of a wireless device. - The device types are: - Bridge(1) -- Bridge - AP+WDS(2) -- Access Point+WDS - @GET-FUNC=get_system_group" - ::= { systemSettingsGroup 1 } - - - ipAddress OBJECT-TYPE - SYNTAX IpAddress - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The IP address of this device used over its Ethernet - interface in AP mode. The IP address must NOT to set - [x.x.x.0] or [x,x.x.255]. - @GET-FUNC=get_system_group - @SET-FUNC=set_system_group" - ::= { systemSettingsGroup 2 } - - - subnetMask OBJECT-TYPE - SYNTAX IpAddress - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The IP Network mask used by the IP entity when accessing - devices through any of its Ethernet interface in Routing mode - or Bridge interface in Bridgeing mode. - The value of subnet mask must set to 0, 128, 192, 224, 240, 248, 252, 254, 255. - @GET-FUNC=get_system_group - @SET-FUNC=set_system_group" - ::= { systemSettingsGroup 3 } - - - ipGateway OBJECT-TYPE - SYNTAX IpAddress - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The IP address of this device's Gateway. - The value of IP Gateway must NOT set to 0 or 255 - @GET-FUNC=get_system_group - @SET-FUNC=set_system_group" - ::= { systemSettingsGroup 4 } - - - deviceName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The description name of this device. - The deviceName length is limit between - 1~32 characters. - @GET-FUNC=get_system_group - @SET-FUNC=set_system_group" - ::= { systemSettingsGroup 5 } - - saveReboot OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Save and Reboot System. - The save Reboot value must set to 1 when you enable this function. - @GET-FUNC=get_system_group - @SET-FUNC=set_system_group" - ::= { systemSettingsGroup 6 } - --- [ webAdministratorSettingsGroup ] [5] -- - - userName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "User Name assigned to the system for use when - authenticating with Web browser. The username length - limit is 15 characters. - @GET-FUNC=get_webAdmin_group - @SET-FUNC=set_webAdmin_group" - ::= { webAdministratorSettingsGroup 1} - - password OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "User Password assigned to the system - for use when authenticating with Web browser. The - password length limit is 15 characters. - @GET-FUNC=get_webAdmin_group - @SET-FUNC=set_webAdmin_group" - ::= { webAdministratorSettingsGroup 2} - --- [ dhcpSettingsGroup ] [6] -- - - dhcpEnabled OBJECT-TYPE - SYNTAX INTEGER - { - disable(1), - enable(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "When this attribute is enable, it shall indicate - that the DHCP mechanism is used. The default value - of this attribute shall be disable. - @GET-FUNC=get_dhcp_group - @SET-FUNC=set_dhcp_group" - ::= { dhcpSettingsGroup 1 } - - dhcpLeaseTimes OBJECT-TYPE - SYNTAX INTEGER (1..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The value indicates how many minutes for DHCP - lease time. The value should be set between 1 - and 65535. - @GET-FUNC=get_dhcp_group - @SET-FUNC=set_dhcp_group" - ::= { dhcpSettingsGroup 2 } - - dhcpIPAddressFrom OBJECT-TYPE - SYNTAX IpAddress - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To set DHCP IP address range between dhcpIPAddressFrom - and dhcpIPAddressTo. The IP address must NOT to set - [x.x.x.0] or [x,x.x.255].And the DHCP address range - must be in the LAN subnet. - @GET-FUNC=get_dhcp_group - @SET-FUNC=set_dhcp_group" - ::= { dhcpSettingsGroup 3 } - - dhcpIPAddressTo OBJECT-TYPE - SYNTAX IpAddress - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To set DHCP IP address range between dhcpIPAddressFrom - and dhcpIPAddressTo. The IP address must NOT to set - [x.x.x.0] or [x,x.x.255].And the DHCP address range - must be in the LAN subnet. - @GET-FUNC=get_dhcp_group - @SET-FUNC=set_dhcp_group" - ::= { dhcpSettingsGroup 4 } - --- [ wdsSettingsGroup ] [6] -- - - wdsEnabled OBJECT-TYPE - SYNTAX INTEGER - { - disable(1), - enable(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "When this attribute is enable, it shall indicate - that the WDS mechanism is used. The default value - of this attribute shall be disable. - @GET-FUNC=get_wds_group - @SET-FUNC=set_wds_group" - ::= { wdsSettingsGroup 1 } - - wdsAPMACAddress1 OBJECT-TYPE - SYNTAX PhysAddress - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To set the MAC address of the Access Point for WDS. - The format to set as 'ABCDEF123456'. - And Leave blank to disable WDS for that slot. - @GET-FUNC=get_wds_group - @SET-FUNC=set_wds_group" - ::= { wdsSettingsGroup 2 } - - wdsAPMACAddress2 OBJECT-TYPE - SYNTAX PhysAddress - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To set the MAC address of the Access Point for WDS. - The format to set as 'ABCDEF123456'. - And Leave blank to disable WDS for that slot. - @GET-FUNC=get_wds_group - @SET-FUNC=set_wds_group" - ::= { wdsSettingsGroup 3 } - - wdsAPMACAddress3 OBJECT-TYPE - SYNTAX PhysAddress - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To set the MAC address of the Access Point for WDS. - The format to set as 'ABCDEF123456'. - And Leave blank to disable WDS for that slot. - @GET-FUNC=get_wds_group - @SET-FUNC=set_wds_group" - ::= { wdsSettingsGroup 4 } - - wdsAPMACAddress4 OBJECT-TYPE - SYNTAX PhysAddress - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To set the MAC address of the Access Point for WDS. - The format to set as 'ABCDEF123456'. - And Leave blank to disable WDS for that slot. - @GET-FUNC=get_wds_group - @SET-FUNC=set_wds_group" - ::= { wdsSettingsGroup 5 } - - wdsAPMACAddress5 OBJECT-TYPE - SYNTAX PhysAddress - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To set the MAC address of the Access Point for WDS. - The format to set as 'ABCDEF123456'. - And Leave blank to disable WDS for that slot. - @GET-FUNC=get_wds_group - @SET-FUNC=set_wds_group" - ::= { wdsSettingsGroup 6 } - - wdsAPMACAddress6 OBJECT-TYPE - SYNTAX PhysAddress - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To set the MAC address of the Access Point for WDS. - The format to set as 'ABCDEF123456'. - And Leave blank to disable WDS for that slot. - @GET-FUNC=get_wds_group - @SET-FUNC=set_wds_group" - ::= { wdsSettingsGroup 7 } - - wdsKeyUsed OBJECT-TYPE - SYNTAX INTEGER - { - none(1), - wep(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "WDS only supports None or WEP security mode. - When this attribute is wep, it shall indicate that the IEEE - 802.11 WEP mechanism is used for transmitting frames of type - Data. The default value of this attribute shall be none. - @GET-FUNC=get_wds_group" - ::= { wdsSettingsGroup 8 } - - wdsKeyType OBJECT-TYPE - SYNTAX INTEGER - { - none(1), - key-64bits(2), - key-128bits(3) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "WDS only supports None or WEP security mode. - The length of WEP key that is used for transmitting and received - frames of type Data. The value of 2 denotes WEP64bit Hex. Key; - 3 stands for WEP128bit Hex. Key - @GET-FUNC=get_wds_group" - ::= { wdsSettingsGroup 9 } - --- SENAO-RFC1213-MIB DEFINITIONS -- --- the IP group - --- Implementation of the IP group is mandatory for all --- systems. - - -ipInReceives OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of input datagrams received from - interfaces, including those received in error. - @GET-FUNC=get_ip_row" - ::= { ip 1 } - - -ipForwDatagrams OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The number of input datagrams for which this - entity was not their final IP destination, as a - result of which an attempt was made to find a - route to forward them to that final destination. - In entities which do not act as IP Gateways, this - counter will include only those packets which were - Source-Routed via this entity, and the Source- - Route option processing was successful. - @GET-FUNC=get_ip_row" - ::= { ip 2 } - - --- the ICMP group - --- Implementation of the ICMP group is mandatory for all --- systems. - -icmpInMsgs OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of ICMP messages which the - entity received. Note that this counter includes - all those counted by icmpInErrors. - @GET-FUNC=get_icmp_row" - ::= { icmp 1 } - - - -icmpOutMsgs OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of ICMP messages which this - entity attempted to send. Note that this counter - includes all those counted by icmpOutErrors. - @GET-FUNC=get_icmp_row" - ::= { icmp 2 } - - --- the TCP group - --- Implementation of the TCP group is mandatory for all --- systems that implement the TCP. - --- Note that instances of object types that represent --- information about a particular TCP connection are --- transient; they persist only as long as the connection --- in question. - - -tcpInSegs OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of segments received, including - those received in error. This count includes - segments received on currently established - connections. - @GET-FUNC=get_tcp_row" - ::= { tcp 1 } - -tcpOutSegs OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of segments sent, including - those on current connections but excluding those - containing only retransmitted octets. - @GET-FUNC=get_tcp_row" - ::= { tcp 2 } - - --- the UDP group - --- Implementation of the UDP group is mandatory for all --- systems which implement the UDP. - -udpInDatagrams OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of UDP datagrams delivered to - UDP users. - @GET-FUNC=get_udp_row" - ::= { udp 1 } - -udpOutDatagrams OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of UDP datagrams sent from this - entity. - @GET-FUNC=get_udp_row" - ::= { udp 2 } -END diff --git a/mibs/SENAO-WLAN-CB-MIB b/mibs/SENAO-WLAN-CB-MIB deleted file mode 100644 index b449d4629a..0000000000 --- a/mibs/SENAO-WLAN-CB-MIB +++ /dev/null @@ -1,548 +0,0 @@ --- ***************************************************************** --- NCB-8610 Private MIB --- --- Sept. 2006, Greg Lin --- --- Copyright (c) 2006 by Senao Technology Co., Ltd. --- All rights reserved. --- --- Note: This MIB file is modification 3220 private MIB. --- It modify SNMPv2 to SNMPv1 syntax. --- --- Date: 2006-09-20 --- ***************************************************************** - ---SENAO-NCB8610-MIB { iso(1) org(3) dod(6) internet(1) private(4) Enterprises(1) Senao(14125) } - ---module definition - - -SENAO-WLAN-CB-MIB DEFINITIONS ::= BEGIN - - IMPORTS - enterprises, IpAddress FROM RFC1155-SMI - DisplayString, PhysAddress FROM RFC1213-MIB - OBJECT-TYPE FROM RFC-1212 - TRAP-TYPE FROM RFC-1215 - mgmt, NetworkAddress, IpAddress, Counter, Gauge, - TimeTicks FROM RFC1155-SMI; - - --- SENAO-Private-MIB DEFINITIONS -- - senaoMIB OBJECT IDENTIFIER ::= { enterprises 14125 } - - --- SENAO-RFC1213-MIB DEFINITIONS -- - senaoRFC1213Group OBJECT IDENTIFIER ::= { senaoMIB 1 } - --- SENAO-Private-MIB DEFINITIONS -- - statusInformationGroup OBJECT IDENTIFIER ::= { senaoMIB 2 } - countersGroup OBJECT IDENTIFIER ::= { senaoMIB 3 } - privacySettingsGroup OBJECT IDENTIFIER ::= { senaoMIB 4 } - systemSettingsGroup OBJECT IDENTIFIER ::= { senaoMIB 5 } - webAdministratorSettingsGroup OBJECT IDENTIFIER ::= { senaoMIB 6 } - - - --- SENAO-RFC1213-MIB DEFINITIONS -- - ip OBJECT IDENTIFIER ::= { senaoRFC1213Group 1 } - icmp OBJECT IDENTIFIER ::= { senaoRFC1213Group 2 } - tcp OBJECT IDENTIFIER ::= { senaoRFC1213Group 3 } - udp OBJECT IDENTIFIER ::= { senaoRFC1213Group 4 } - - --- SENAO-Private-MIB DEFINITIONS -- --- [ statusInformationGroup ] [1] -- - - connectedToSSID OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "This attribute reflects the Service Set ID. - This value may be modified by an external management - entity and used by the local SME to make decisions - about the Scanning process. The connectedToSSID - length is limit between 1~ 32 characters. - @GET-FUNC=get_statusInfo_group - @SET-FUNC=set_statusInfo_group" - ::= { statusInformationGroup 1 } - - usingChannel OBJECT-TYPE - SYNTAX INTEGER - { - -- Note: the SNMPv1 does not support channel array so chang channelX - channel1 (1), - channel2 (2), - channel3 (3), - channel4 (4), - channel5 (5), - channel6 (6), - channel7 (7), - channel8 (8), - channel9 (9), - channel10 (10), - channel11 (11) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The operating frequency channel. Valid numbers - are as defind in ISO/IEC 8802-11:1999, 15.4.6.2. - @GET-FUNC=get_statusInfo_group" - ::= { statusInformationGroup 2 } - - --- (CB) - clientBridgeMACAddress OBJECT-TYPE - SYNTAX PhysAddress - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The purpose of clientBridgeMACAddress is to allow a manager to identify - a station for its own purposes. This attribute provides - for that eventuality while keeping the true MAC address - independent. Its syntax is MAC address and default value - is the station's assigned, unique MAC address. - @GET-FUNC=get_statusInfo_group" - ::= { statusInformationGroup 3 } - - - currentIPAddress OBJECT-TYPE - SYNTAX IpAddress - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The IP address of this device used over its Ethernet - interface in Routing mode or Bridge interface in Bridgeing mode. - @GET-FUNC=get_statusInfo_group" - ::= { statusInformationGroup 4 } - --- (CB) - linkUpIndicator OBJECT-TYPE - SYNTAX INTEGER - -- Error: number enumeration contains zero value in SMIv1 MIB - --{ - -- offLine(0), - -- onLine(1) - --} - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The operated state of the wireless interface. The - onLine(1) state indicates that this device connected - to Access Point. - @GET-FUNC=get_statusInfo_group" - ::= { statusInformationGroup 5 } - - clientSignalStrength OBJECT-TYPE - SYNTAX INTEGER (0..100) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A device-dependent measure of the signal strength(%) of the - most recently received packet from this Station. - @GET-FUNC=get_statusInfo_group" - ::= { statusInformationGroup 6 } - - clientAssociationTime OBJECT-TYPE - SYNTAX TimeTicks - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The time since this device connected to Access Point. - @GET-FUNC=get_statusInfo_group" - ::= { statusInformationGroup 7 } - - currentTXPower OBJECT-TYPE - SYNTAX INTEGER - { - -- Transmit Power Level - high (1), - medium (2), - low (3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The Transmit Power of this device used. - @GET-FUNC=get_statusInfo_group - @SET-FUNC=set_statusInfo_group" - ::= { statusInformationGroup 8 } - - - - - - --- [ countersGroup ] [2] -- - - receivedPacketsGoodCount OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The number of good packets received on the radio interface, - including unicast, broadcast and multicast packets. - @GET-FUNC=get_counters_group" - ::= { countersGroup 1 } - - receivedPacketsBadCount OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The number of inbound bad packets of the radio interface - were chosen to be discarded even though no errors had been - detected to prevent their being received. One possible reason - for discarding such a packet could be to free up buffer space. - Another reason would be exceeding their maximum time-to-live. - @GET-FUNC=get_counters_group" - ::= { countersGroup 2 } - - - sendPacketsGoodCount OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The number of good packets transmitted on the radio interface, - including unicast, broadcast and multicast packets. - @GET-FUNC=get_counters_group" - ::= { countersGroup 3 } - - - sendPacketsBadCount OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The number of outbound bad packets of the radio interface - were chosen to be discarded even though no errors had been - detected to prevent their being transmitted. One possible reason - for discarding such a packet could be to free up buffer space. - Another reason would be exceeding their maximum time-to-live. - @GET-FUNC=get_counters_group" - ::= { countersGroup 4 } - - --- [ privacySettingsGroup ] [3] -- - - wepEnabled OBJECT-TYPE - SYNTAX INTEGER - { - disable(1), - enable(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "When this attribute is enable, it shall indicate that the IEEE - 802.11 WEP mechanism is used for transmitting frames of type - Data. The default value of this attribute shall be disable. - @GET-FUNC=get_privacy_group - @SET-FUNC=set_privacy_group" - ::= { privacySettingsGroup 1 } - - - wepKeyLength OBJECT-TYPE - SYNTAX INTEGER - { - key-64bits(1), - key-128bits(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The length of WEP key that is used for transmitting and received - frames of type Data. The value of 0 denotes WEP64bit Hex. Key; - 1 stands for WEP128bit Hex. Key - @GET-FUNC=get_privacy_group - @SET-FUNC=set_privacy_group" - ::= { privacySettingsGroup 2 } - - - wepKeyNumber OBJECT-TYPE - SYNTAX INTEGER - { - wep-key1(1), - wep-key2(2), - wep-key3(3), - wep-key4(4) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "This attribute shall indicate the use of the first, - second, third, or fourth element of the WEPDefaultKeys - array when set to values of 1, 2, 3, or 4. The - default value of this attribute shall be 0. - @GET-FUNC=get_privacy_group - @SET-FUNC=set_privacy_group" - -- REFERENCE "IEEE Std 802.11-1997, 8.3.2" - ::= { privacySettingsGroup 3 } - - - wepKey OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A WEP secret key value. 10 Hex. Keys for WEP 64Bits/26 Hex. Keys for WEP128Bits. - @GET-FUNC=get_privacy_group - @SET-FUNC=set_privacy_group" - ::= { privacySettingsGroup 4 } - - - --- [ systemSettingsGroup ] [4] -- - - operationMode OBJECT-TYPE - SYNTAX INTEGER - { - bridge(1), - ap-wds(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This defines the type of role of a wireless device. - The device types are: - Bridge(1) -- Bridge - AP+WDS(2) -- Access Point+WDS - @GET-FUNC=get_system_group" - ::= { systemSettingsGroup 1 } - - ipAddress OBJECT-TYPE - SYNTAX IpAddress - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The IP address of this device used over its Ethernet - interface in CB mode. The IP address must NOT set - [x.x.x.0] or [x,x.x.255]. - @GET-FUNC=get_system_group - @SET-FUNC=set_system_group" - ::= { systemSettingsGroup 2 } - - - subnetMask OBJECT-TYPE - SYNTAX IpAddress - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The IP Network mask used by the IP entity when accessing - devices through any of its Ethernet interface in Routing mode - or Bridge interface in Bridgeing mode. - The value of subnet mask must set to 0, 128, 192, 224, 240, 248, 252, 254, 255. - @GET-FUNC=get_system_group - @SET-FUNC=set_system_group" - ::= { systemSettingsGroup 3 } - - - ipGateway OBJECT-TYPE - SYNTAX IpAddress - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The IP address of this device's Gateway. - The value of IP Gateway must NOT set to 0 or 255 - @GET-FUNC=get_system_group - @SET-FUNC=set_system_group" - ::= { systemSettingsGroup 4 } - - - deviceName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The description name of this device. - The deviceName length is limit between - 1~32 characters. - @GET-FUNC=get_system_group - @SET-FUNC=set_system_group" - ::= { systemSettingsGroup 5 } - - --- desiredSSID OBJECT-TYPE --- SYNTAX OCTET STRING --- ACCESS read-write --- STATUS mandatory --- DESCRIPTION --- "The Preferred Service Set ID used in the most recent MLME_Scan.request. --- This value may be modified by an external management entity and used by --- the local SME to make decisions about the Scanning process. --- @GET-FUNC=get_system_group --- @SET-FUNC=set_system_group" --- ::= { systemSettingsGroup 6 } - - saveReboot OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Save and Reboot System - The save Reboot value must set to 1 when you enable this function. - @GET-FUNC=get_system_group - @SET-FUNC=set_system_group" - ::= { systemSettingsGroup 6 } - - - - - - - --- [ webAdministratorSettingsGroup ] [5] -- - - userName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "User Name assigned to the system for use when - authenticating with Web browser. The username length - limit is 15 characters. - @GET-FUNC=get_webAdmin_group - @SET-FUNC=set_webAdmin_group" - ::= { webAdministratorSettingsGroup 1} - - password OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "User Password assigned to the system - for use when authenticating with Web browser. The - password length limit is 15 characters. - @GET-FUNC=get_webAdmin_group - @SET-FUNC=set_webAdmin_group" - ::= { webAdministratorSettingsGroup 2} - - --- SENAO-RFC1213-MIB DEFINITIONS -- --- the IP group - --- Implementation of the IP group is mandatory for all --- systems. - - -ipInReceives OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of input datagrams received from - interfaces, including those received in error. - @GET-FUNC=get_ip_row" - ::= { ip 1 } - - -ipForwDatagrams OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The number of input datagrams for which this - entity was not their final IP destination, as a - result of which an attempt was made to find a - route to forward them to that final destination. - In entities which do not act as IP Gateways, this - counter will include only those packets which were - Source-Routed via this entity, and the Source- - Route option processing was successful. - @GET-FUNC=get_ip_row" - ::= { ip 2 } - - --- the ICMP group - --- Implementation of the ICMP group is mandatory for all --- systems. - -icmpInMsgs OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of ICMP messages which the - entity received. Note that this counter includes - all those counted by icmpInErrors. - @GET-FUNC=get_icmp_row" - ::= { icmp 1 } - - - -icmpOutMsgs OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of ICMP messages which this - entity attempted to send. Note that this counter - includes all those counted by icmpOutErrors. - @GET-FUNC=get_icmp_row" - ::= { icmp 2 } - - --- the TCP group - --- Implementation of the TCP group is mandatory for all --- systems that implement the TCP. - --- Note that instances of object types that represent --- information about a particular TCP connection are --- transient; they persist only as long as the connection --- in question. - - -tcpInSegs OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of segments received, including - those received in error. This count includes - segments received on currently established - connections. - @GET-FUNC=get_tcp_row" - ::= { tcp 1 } - -tcpOutSegs OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of segments sent, including - those on current connections but excluding those - containing only retransmitted octets. - @GET-FUNC=get_tcp_row" - ::= { tcp 2 } - - --- the UDP group - --- Implementation of the UDP group is mandatory for all --- systems which implement the UDP. - -udpInDatagrams OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of UDP datagrams delivered to - UDP users. - @GET-FUNC=get_udp_row" - ::= { udp 1 } - -udpOutDatagrams OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of UDP datagrams sent from this - entity. - @GET-FUNC=get_udp_row" - ::= { udp 2 } -END diff --git a/mibs/SMUX-MIB b/mibs/SMUX-MIB deleted file mode 100644 index 0782485404..0000000000 --- a/mibs/SMUX-MIB +++ /dev/null @@ -1,158 +0,0 @@ -SMUX-MIB DEFINITIONS ::= BEGIN - -IMPORTS - enterprises - FROM RFC1155-SMI - OBJECT-TYPE - FROM RFC1212; - -unix OBJECT IDENTIFIER ::= { enterprises 4 } - -smux OBJECT IDENTIFIER ::= { unix 4 } - -smuxPeerTable OBJECT-TYPE - SYNTAX SEQUENCE OF SmuxPeerEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "The SMUX peer table." - ::= { smux 1 } - -smuxPeerEntry OBJECT-TYPE - SYNTAX SmuxPeerEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "An entry in the SMUX peer table." - INDEX { smuxPindex } - ::= { smuxPeerTable 1} - -SmuxPeerEntry ::= - SEQUENCE { - smuxPindex - INTEGER, - smuxPidentity - OBJECT IDENTIFIER, - smuxPdescription - DisplayString, - smuxPstatus - INTEGER - } - -smuxPindex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "An index which uniquely identifies a SMUX peer." - ::= { smuxPeerEntry 1 } - -smuxPidentity OBJECT-TYPE - SYNTAX OBJECT IDENTIFIER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The authoritative designation for a SMUX peer." - ::= { smuxPeerEntry 2 } - -smuxPdescription OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..255)) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A human-readable description of a SMUX peer." - ::= { smuxPeerEntry 3 } - -smuxPstatus OBJECT-TYPE - SYNTAX INTEGER { valid(1), invalid(2), connecting(3) } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The type of SMUX peer. - - Setting this object to the value invalid(2) has - the effect of invaliding the corresponding entry - in the smuxPeerTable. It is an implementation- - specific matter as to whether the agent removes an - invalidated entry from the table. Accordingly, - management stations must be prepared to receive - tabular information from agents that correspond to - entries not currently in use. Proper - interpretation of such entries requires - examination of the relative smuxPstatus object." - ::= { smuxPeerEntry 4 } - -smuxTreeTable OBJECT-TYPE - SYNTAX SEQUENCE OF SmuxTreeEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "The SMUX tree table." - ::= { smux 2 } - -smuxTreeEntry OBJECT-TYPE - SYNTAX SmuxTreeEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "An entry in the SMUX tree table." - INDEX { smuxTsubtree, smuxTpriority } - ::= { smuxTreeTable 1} - -SmuxTreeEntry ::= - SEQUENCE { - smuxTsubtree - OBJECT IDENTIFIER, - smuxTpriority - INTEGER, - smuxTindex - INTEGER, - smuxTstatus - INTEGER - } - -smuxTsubtree OBJECT-TYPE - SYNTAX OBJECT IDENTIFIER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The MIB subtree being exported by a SMUX peer." - ::= { smuxTreeEntry 1 } - -smuxTpriority OBJECT-TYPE - SYNTAX INTEGER (0..'07fffffff'h) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The SMUX peer's priority when exporting the MIB - subtree." - ::= { smuxTreeEntry 2 } - -smuxTindex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The SMUX peer's identity." - ::= { smuxTreeEntry 3 } - -smuxTstatus OBJECT-TYPE - SYNTAX INTEGER { valid(1), invalid(2) } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The type of SMUX tree. - - Setting this object to the value invalid(2) has - the effect of invaliding the corresponding entry - in the smuxTreeTable. It is an implementation- - specific matter as to whether the agent removes an - invalidated entry from the table. Accordingly, - management stations must be prepared to receive - tabular information from agents that correspond to - entries not currently in use. Proper - interpretation of such entries requires - examination of the relative smuxTstatus object." - ::= { smuxTreeEntry 4 } - -END diff --git a/mibs/SOURCE-ROUTING-MIB b/mibs/SOURCE-ROUTING-MIB deleted file mode 100644 index 988b1b0e8c..0000000000 --- a/mibs/SOURCE-ROUTING-MIB +++ /dev/null @@ -1,452 +0,0 @@ -SOURCE-ROUTING-MIB DEFINITIONS ::= BEGIN - -IMPORTS - Counter, Gauge - FROM RFC1155-SMI - dot1dBridge, dot1dSr - FROM BRIDGE-MIB - OBJECT-TYPE - FROM RFC-1212; - --- groups in the SR MIB - --- dot1dSr is imported from the Bridge MIB - -dot1dPortPair OBJECT IDENTIFIER ::= { dot1dBridge 10 } - --- the dot1dSr group - --- this group is implemented by those bridges that --- support the source route bridging mode, including Source --- Routing and SRT bridges. - -dot1dSrPortTable OBJECT-TYPE - SYNTAX SEQUENCE OF Dot1dSrPortEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A table that contains information about every - port that is associated with this source route - bridge." - ::= { dot1dSr 1 } - -dot1dSrPortEntry OBJECT-TYPE - SYNTAX Dot1dSrPortEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A list of information for each port of a source - route bridge." - INDEX { dot1dSrPort } - - ::= { dot1dSrPortTable 1 } - -Dot1dSrPortEntry ::= - SEQUENCE { - dot1dSrPort - INTEGER, - dot1dSrPortHopCount - INTEGER, - dot1dSrPortLocalSegment - INTEGER, - dot1dSrPortBridgeNum - INTEGER, - dot1dSrPortTargetSegment - INTEGER, - dot1dSrPortLargestFrame - INTEGER, - dot1dSrPortSTESpanMode - INTEGER, - dot1dSrPortSpecInFrames - Counter, - dot1dSrPortSpecOutFrames - Counter, - dot1dSrPortApeInFrames - Counter, - dot1dSrPortApeOutFrames - Counter, - dot1dSrPortSteInFrames - Counter, - dot1dSrPortSteOutFrames - Counter, - dot1dSrPortSegmentMismatchDiscards - Counter, - dot1dSrPortDuplicateSegmentDiscards - Counter, - dot1dSrPortHopCountExceededDiscards - Counter, - dot1dSrPortDupLanIdOrTreeErrors - Counter, - dot1dSrPortLanIdMismatches - Counter - } - -dot1dSrPort OBJECT-TYPE - SYNTAX INTEGER (1..65535) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The port number of the port for which this entry - - contains Source Route management information." - ::= { dot1dSrPortEntry 1 } - -dot1dSrPortHopCount OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The maximum number of routing descriptors allowed - in an All Paths or Spanning Tree Explorer frames." - ::= { dot1dSrPortEntry 2 } - -dot1dSrPortLocalSegment OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The segment number that uniquely identifies the - segment to which this port is connected. Current - source routing protocols limit this value to the - range: 0 through 4095. (The value 0 is used by - some management applications for special test - cases.) A value of 65535 signifies that no segment - number is assigned to this port." - ::= { dot1dSrPortEntry 3 } - -dot1dSrPortBridgeNum OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A bridge number uniquely identifies a bridge when - more than one bridge is used to span the same two - segments. Current source routing protocols limit - this value to the range: 0 through 15. A value of - 65535 signifies that no bridge number is assigned - to this bridge." - ::= { dot1dSrPortEntry 4 } - -dot1dSrPortTargetSegment OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The segment number that corresponds to the target - segment this port is considered to be connected to - by the bridge. Current source routing protocols - limit this value to the range: 0 through 4095. - - (The value 0 is used by some management - applications for special test cases.) A value of - 65535 signifies that no target segment is assigned - to this port." - ::= { dot1dSrPortEntry 5 } - --- It would be nice if we could use ifMtu as the size of the --- largest frame, but we can't because ifMtu is defined to be --- the size that the (inter-)network layer can use which can --- differ from the MAC layer (especially if several layers of --- encapsulation are used). - -dot1dSrPortLargestFrame OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The maximum size of the INFO field (LLC and - above) that this port can send/receive. It does - not include any MAC level (framing) octets. The - value of this object is used by this bridge to - determine whether a modification of the - LargestFrame (LF, see [14]) field of the Routing - Control field of the Routing Information Field is - necessary. - - 64 valid values are defined by the IEEE 802.5M SRT - Addendum: 516, 635, 754, 873, 993, 1112, 1231, - 1350, 1470, 1542, 1615, 1688, 1761, 1833, 1906, - 1979, 2052, 2345, 2638, 2932, 3225, 3518, 3812, - 4105, 4399, 4865, 5331, 5798, 6264, 6730, 7197, - 7663, 8130, 8539, 8949, 9358, 9768, 10178, 10587, - 10997, 11407, 12199, 12992, 13785, 14578, 15370, - 16163, 16956, 17749, 20730, 23711, 26693, 29674, - 32655, 35637, 38618, 41600, 44591, 47583, 50575, - 53567, 56559, 59551, and 65535. - - An illegal value will not be accepted by the - bridge." - ::= { dot1dSrPortEntry 6 } - -dot1dSrPortSTESpanMode OBJECT-TYPE - SYNTAX INTEGER { - auto-span(1), - disabled(2), - forced(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Determines how this port behaves when presented - with a Spanning Tree Explorer frame. The value - 'disabled(2)' indicates that the port will not - accept or send Spanning Tree Explorer packets; any - STE packets received will be silently discarded. - The value 'forced(3)' indicates the port will - always accept and propagate Spanning Tree Explorer - frames. This allows a manually configured - Spanning Tree for this class of packet to be - configured. Note that unlike transparent - bridging, this is not catastrophic to the network - if there are loops. The value 'auto-span(1)' can - only be returned by a bridge that both implements - the Spanning Tree Protocol and has use of the - protocol enabled on this port. The behavior of the - port for Spanning Tree Explorer frames is - determined by the state of dot1dStpPortState. If - the port is in the 'forwarding' state, the frame - will be accepted or propagated. Otherwise, it - will be silently discarded." - ::= { dot1dSrPortEntry 7 } - -dot1dSrPortSpecInFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The number of Specifically Routed frames, also - referred to as Source Routed Frames, that have - been received from this port's segment." - ::= { dot1dSrPortEntry 8 } - -dot1dSrPortSpecOutFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The number of Specifically Routed frames, also - referred to as Source Routed Frames, that this - port has transmitted on its segment." - ::= { dot1dSrPortEntry 9 } - -dot1dSrPortApeInFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The number of All Paths Explorer frames, also - referred to as All Routes Explorer frames, that - have been received by this port from its segment." - ::= { dot1dSrPortEntry 10 } - -dot1dSrPortApeOutFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The number of all Paths Explorer Frames, also - referred to as All Routes Explorer frames, that - have been transmitted by this port on its - segment." - ::= { dot1dSrPortEntry 11 } - -dot1dSrPortSteInFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The number of spanning tree explorer frames that - have been received by this port from its segment." - ::= { dot1dSrPortEntry 12 } - -dot1dSrPortSteOutFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The number of spanning tree explorer frames that - have been transmitted by this port on its - segment." - ::= { dot1dSrPortEntry 13 } - -dot1dSrPortSegmentMismatchDiscards OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The number of explorer frames that have been - discarded by this port because the routing - descriptor field contained an invalid adjacent - segment value." - ::= { dot1dSrPortEntry 14 } - -dot1dSrPortDuplicateSegmentDiscards OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The number of frames that have been discarded by - this port because the routing descriptor field - contained a duplicate segment identifier." - ::= { dot1dSrPortEntry 15 } - -dot1dSrPortHopCountExceededDiscards OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The number of explorer frames that have been - discarded by this port because the Routing - Information Field has exceeded the maximum route - descriptor length." - ::= { dot1dSrPortEntry 16 } - -dot1dSrPortDupLanIdOrTreeErrors OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The number of duplicate LAN IDs or Tree errors. - This helps in detection of problems in networks - containing older IBM Source Routing Bridges." - ::= { dot1dSrPortEntry 17 } - -dot1dSrPortLanIdMismatches OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The number of ARE and STE frames that were - discarded because the last LAN ID in the routing - information field did not equal the LAN-in ID. - This error can occur in implementations which do - only a LAN-in ID and Bridge Number check instead - of a LAN-in ID, Bridge Number, and LAN-out ID - check before they forward broadcast frames." - ::= { dot1dSrPortEntry 18 } - --- scalar object in dot1dSr - -dot1dSrBridgeLfMode OBJECT-TYPE - SYNTAX INTEGER { - mode3(1), - mode6(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Indicates whether the bridge operates using older - 3 bit length negotiation fields or the newer 6 bit - length field in its RIF." - ::= { dot1dSr 2 } - --- The Port-Pair Database - --- Implementation of this group is optional. - --- This group is implemented by those bridges that support --- the direct multiport model of the source route bridging --- mode as defined in the IEEE 802.5 SRT Addendum to --- 802.1d. - --- Bridges implementing this group may report 65535 for --- dot1dSrPortBridgeNumber and dot1dSrPortTargetSegment, --- indicating that those objects are not applicable. - -dot1dPortPairTableSize OBJECT-TYPE - SYNTAX Gauge - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of entries in the Bridge Port - Pair Database." - ::= { dot1dPortPair 1 } - --- the Bridge Port-Pair table - --- this table represents port pairs within a bridge forming --- a unique bridge path, as defined in the IEEE 802.5M SRT --- Addendum. - -dot1dPortPairTable OBJECT-TYPE - SYNTAX SEQUENCE OF Dot1dPortPairEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A table that contains information about every - - port pair database entity associated with this - source routing bridge." - ::= { dot1dPortPair 2 } - -dot1dPortPairEntry OBJECT-TYPE - SYNTAX Dot1dPortPairEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A list of information for each port pair entity - of a bridge." - INDEX { dot1dPortPairLowPort, dot1dPortPairHighPort } - ::= { dot1dPortPairTable 1 } - -Dot1dPortPairEntry ::= - SEQUENCE { - dot1dPortPairLowPort - INTEGER, - dot1dPortPairHighPort - INTEGER, - dot1dPortPairBridgeNum - INTEGER, - dot1dPortPairBridgeState - INTEGER - } - -dot1dPortPairLowPort OBJECT-TYPE - SYNTAX INTEGER (1..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The port number of the lower numbered port for - which this entry contains port pair database - information." - ::= { dot1dPortPairEntry 1 } - -dot1dPortPairHighPort OBJECT-TYPE - SYNTAX INTEGER (1..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The port number of the higher numbered port for - which this entry contains port pair database - information." - ::= { dot1dPortPairEntry 2 } - -dot1dPortPairBridgeNum OBJECT-TYPE - SYNTAX INTEGER - - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A bridge number that uniquely identifies the path - provided by this source routing bridge between the - segments connected to dot1dPortPairLowPort and - dot1dPortPairHighPort. The purpose of bridge - number is to disambiguate between multiple paths - connecting the same two LANs." - ::= { dot1dPortPairEntry 3 } - -dot1dPortPairBridgeState OBJECT-TYPE - SYNTAX INTEGER { - enabled(1), - disabled(2), - invalid(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The state of dot1dPortPairBridgeNum. Writing - 'invalid(3)' to this object removes the - corresponding entry." - ::= { dot1dPortPairEntry 4 } - -END diff --git a/mibs/SPAGENT-MIB b/mibs/SPAGENT-MIB deleted file mode 100644 index 74bc38a470..0000000000 --- a/mibs/SPAGENT-MIB +++ /dev/null @@ -1,22569 +0,0 @@ ---/***************************************************************************/ ---/** */ ---/** AKCP, Ltd */ ---/** Proprietary and Confidential Information */ ---/** */ ---/** This material contains, and is part of a computer software program */ ---/** which is, proprietary and confidential information owned by AKCP,Ltd */ ---/** The program, including this material, */ ---/** may not be duplicated, disclosed or reproduced in whole or in part for */ ---/** any purpose without the express written authorization of AKCP, Ltd */ ---/** All authorized reproductions must be marked with this legend. */ ---/** */ ---/** */ ---/** Copyright (c) 1994-2007 */ ---/** AKCP, Ltd */ ---/** All rights reserved */ ---/** */ ---/***************************************************************************/ - ---/***************************************************************************/ ---/** */ ---/** This MIB is a superset which includes all of the features in the */ ---/** sensorProbe family. Some features may not be implemented in certain */ ---/** models. */ ---/** */ ---/***************************************************************************/ --- ---/* --- * Change Log --- * --- * 24/12/2009 Ji : bug:1657 - Separate the email and traps in sensor filter and send Trap/Email for sensor on port --- * 29/12/2009 Ji : bug:1801 - New OID for detect sensor status --- * 03/03/2010 Ji : bug:1992 - degreeRaw of sensorTemperatureTable return sensorIndex --- * 05/03/2010 Ji : bug:1994 - new OID for sensorPort sensorsubPort and sensorDeviceIndex --- * 04/05/2010 Ek : bug:2078 - new OID for sensor type name --- * 04/05/2010 chaiylee : bug:2078 - new OID for hostname --- * 03/06/2010 chaiylee : bug:2078 - Add sensor setting default for DC and 4-20ma --- * 03/06/2010 bom : bug:2142 - Add gauge to analog sensor web interface --- * 22/06/2010 bom : bug:2201 - validation akcp.mib at http://www.simpleweb.org/ietf/mibs/validate/ --- * 02/11/2010 Chaiylee : bug:2463 - Add the new Tank Sender sensor --- * 16/11/2010 Ji : bug:2493 - Some OID do not update in MIB file --- * --- */ - -SPAGENT-MIB DEFINITIONS ::= BEGIN - -IMPORTS - enterprises, IpAddress, Gauge - FROM RFC1155-SMI - OBJECT-TYPE - FROM RFC-1212 - DisplayString - FROM RFC1213-MIB - TRAP-TYPE - FROM RFC-1215; - - - akcp OBJECT IDENTIFIER ::= { enterprises 3854 } - sensorProbe OBJECT IDENTIFIER ::= { akcp 1 } - - - spSummary OBJECT IDENTIFIER ::= { sensorProbe 1 } - - spStatus OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - warning(3), - critical(4), - sensorError(5) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this sensorProbe. The status of the sensorProbe is the worst status of all the sensors under the control of this sensorProbe." - ::= { spSummary 2 } - - spManufName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The manufacturers name" - ::= { spSummary 6 } - - spHelpUrl OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The URL of the web based help" - ::= { spSummary 7 } - - spProductName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The product name" - ::= { spSummary 8 } - - spHostName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The hostname" - ::= { spSummary 9 } - - spSensor OBJECT IDENTIFIER ::= { sensorProbe 2 } - - sensorProbeDetail OBJECT IDENTIFIER ::= { spSensor 2 } - - sensorProbeEntry OBJECT IDENTIFIER ::= { sensorProbeDetail 1 } - - sensorProbeHost OBJECT-TYPE - SYNTAX IpAddress - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The Host of this sensor, this is the IP address" - ::= { sensorProbeEntry 1 } - - sensorProbeUseDHCP OBJECT-TYPE - SYNTAX INTEGER { - yes(1), - no(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To use DHCP enter a 1, to use a static IP address enter a 2" - ::= { sensorProbeEntry 2 } - - sensorProbeMAC OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The MAC address of this system" - ::= { sensorProbeEntry 3 } - - sensorProbeSetCommunity OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The sensorProbe community string used for snmp Sets" - ::= { sensorProbeEntry 4 } - - sensorProbeGetCommunity OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The sensorProbe community string used for snmp Gets" - ::= { sensorProbeEntry 5 } - - sensorProbeTempTable OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeTempEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every Temperature Sensor in the SensorArray. Each row in the table contains data for a different Temperature Sensor." - ::= { sensorProbeEntry 16 } - - sensorProbeTempEntry OBJECT-TYPE - SYNTAX SensorProbeTempEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeTempEntry Table" - INDEX { sensorProbeTempIndex } - ::= { sensorProbeTempTable 1 } - - SensorProbeTempEntry ::= SEQUENCE { - sensorProbeTempDescription - DisplayString, - sensorProbeTempLocation - DisplayString, - sensorProbeTempDegree - INTEGER, - sensorProbeTempStatus - INTEGER, - sensorProbeTempOnline - INTEGER, - sensorProbeTempGoOnline - INTEGER, - sensorProbeTempHighWarning - INTEGER, - sensorProbeTempHighCritical - INTEGER, - sensorProbeTempLowWarning - INTEGER, - sensorProbeTempLowCritical - INTEGER, - sensorProbeTempRearm - INTEGER, - sensorProbeTempDegreeType - INTEGER, - sensorProbeTempSensorType - INTEGER, - sensorProbeTempDegreeRaw - INTEGER, - sensorProbeTempEmailTrapLimit - INTEGER, - sensorProbeTempEmailTrapSchedule - DisplayString, - sensorProbeTempEmailTrapInterval - INTEGER, - sensorProbeTempSendNormalTrap - INTEGER, - sensorProbeTempDelayError - INTEGER, - sensorProbeTempDelayNormal - INTEGER, - sensorProbeTempIndex - INTEGER, - sensorProbeTempRelayCycleTime - INTEGER, - sensorProbeTempRelayOnPort - INTEGER, - sensorProbeTempRelayActiveStatus - INTEGER, - sensorProbeTempRelayAction - INTEGER, - sensorProbeTempEmailInterval - INTEGER, - sensorProbeTempIndexCount - INTEGER, - sensorProbeTempOffset - INTEGER, - sensorProbeTempSirenCycleTime - INTEGER, - sensorProbeTempSirenOnPort - INTEGER, - sensorProbeTempSirenActiveStatus - INTEGER, - sensorProbeTempSirenAction - INTEGER, - sensorProbeTempAcknowledgement - INTEGER, - sensorProbeTempSirenDelayAlarm - INTEGER, - sensorProbeTempURL - DisplayString, - sensorProbeTempOpenURL - INTEGER, - sensorProbeTempDatacollectType - INTEGER, - sensorProbeTempContTimeHighCritical - INTEGER, - sensorProbeTempContTimeHighWarning - INTEGER, - sensorProbeTempContTimeNormal - INTEGER, - sensorProbeTempContTimeLowWarning - INTEGER, - sensorProbeTempContTimeLowCritical - INTEGER, - sensorProbeTempContTimeSensorError - INTEGER, - sensorProbeTempCalendar - INTEGER, - sensorProbeThermostatIndex - INTEGER, - sensorProbeThermostatDescription - DisplayString, - sensorProbeThermostatValue - INTEGER, - sensorProbeThermostatOnline - INTEGER, - sensorProbeThermostatGoOnline - INTEGER, - sensorProbeThermostatMode - INTEGER, - sensorProbeThermostatRelayControlPort - INTEGER, - sensorProbeThermostatNormalAction1 - INTEGER, - sensorProbeThermostatHighLimit1 - INTEGER, - sensorProbeThermostatHighLimitAction1 - INTEGER, - sensorProbeThermostatLowLimit1 - INTEGER, - sensorProbeThermostatLowLimitAction1 - INTEGER, - sensorProbeThermostatNormalAction2 - INTEGER, - sensorProbeThermostatHighLimit2 - INTEGER, - sensorProbeThermostatHighLimitAction2 - INTEGER, - sensorProbeThermostatLowLimit2 - INTEGER, - sensorProbeThermostatLowLimitAction2 - INTEGER, - sensorProbeThermostatEnableTime - DisplayString, - sensorProbeTempSendNormalMail - INTEGER, - sensorProbeTempSendTrap - INTEGER, - sensorProbeTempSendMail - INTEGER - } - sensorProbeTempDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor" - ::= { sensorProbeTempEntry 1 } - - sensorProbeTempLocation OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The physical location of this sensor" - ::= { sensorProbeTempEntry 2 } - - sensorProbeTempDegree OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The degrees in this sensor" - ::= { sensorProbeTempEntry 3 } - - sensorProbeTempStatus OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - sensorError(7) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorProbeTempEntry 4 } - - sensorProbeTempOnline OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeTempEntry 5 } - - sensorProbeTempGoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeTempEntry 6 } - - sensorProbeTempHighWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a warning" - ::= { sensorProbeTempEntry 7 } - - sensorProbeTempHighCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a critical event" - ::= { sensorProbeTempEntry 8 } - - sensorProbeTempLowWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a warning" - ::= { sensorProbeTempEntry 9 } - - sensorProbeTempLowCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a critical event" - ::= { sensorProbeTempEntry 10 } - - sensorProbeTempRearm OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The number of degrees to rearm the status. For example if status goes from normal to warning, the temp must go down spTempRearm degrees below warning before the status goes to normal" - ::= { sensorProbeTempEntry 11 } - - sensorProbeTempDegreeType OBJECT-TYPE - SYNTAX INTEGER { - fahr(0), - celsius(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The degrees are in fahrenheit(0) or in celsius(1)" - ::= { sensorProbeTempEntry 12 } - - sensorProbeTempSensorType OBJECT-TYPE - SYNTAX INTEGER { - type1(0), - type2(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The type of temperture sensor" - ::= { sensorProbeTempEntry 13 } - - sensorProbeTempDegreeRaw OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "SP Only: The raw degree data from the temperature sensor, slightly higher resolution" - ::= { sensorProbeTempEntry 14 } - - sensorProbeTempEmailTrapLimit OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable email/trap limit feature" - ::= { sensorProbeTempEntry 16 } - - sensorProbeTempEmailTrapSchedule OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "SP Only: Email/trap limit schedule for this sensor" - ::= { sensorProbeTempEntry 17 } - - sensorProbeTempEmailTrapInterval OBJECT-TYPE - SYNTAX INTEGER (0..60) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Minimum time between each [email/trap:SP, only trap:CP8] (can be from 0 to 60 minutes)." - ::= { sensorProbeTempEntry 18 } - - sensorProbeTempSendNormalTrap OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable sending email/trap when sensor goes to normal" - ::= { sensorProbeTempEntry 19 } - - sensorProbeTempDelayError OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time in seconds after the sensor has been in error status before report as an error" - ::= { sensorProbeTempEntry 20 } - - sensorProbeTempDelayNormal OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time in seconds after the sensor change from error to normal before report as normal" - ::= { sensorProbeTempEntry 21 } - - sensorProbeTempIndex OBJECT-TYPE - SYNTAX INTEGER (0..7) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index into the temperature sensor table" - ::= { sensorProbeTempEntry 22 } - - sensorProbeTempRelayCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Relay toggle period in seconds for Cycle action." - ::= { sensorProbeTempEntry 23 } - - sensorProbeTempRelayOnPort OBJECT-TYPE - SYNTAX INTEGER (0..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The sensor port that the relay will listen to. If this is set to 255, then the relay will not listen to any sensor ports" - ::= { sensorProbeTempEntry 24 } - - sensorProbeTempRelayActiveStatus OBJECT-TYPE - SYNTAX INTEGER { - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - anyError(7) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor status that will activate the relay" - ::= { sensorProbeTempEntry 25 } - - sensorProbeTempRelayAction OBJECT-TYPE - SYNTAX INTEGER { - cycle(2), - turn-on(3), - turn-off(4) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "What the relay will do when the listened to port status turns to the specified active status." - ::= { sensorProbeTempEntry 26 } - - sensorProbeTempEmailInterval OBJECT-TYPE - SYNTAX INTEGER (0..60) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "CP8 Only: Minimum time between each email (can be from 0 to 60 minutes)" - ::= { sensorProbeTempEntry 27 } - - sensorProbeTempIndexCount OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Number of Temperature sensor online" - ::= { sensorProbeTempEntry 28 } - - sensorProbeTempOffset OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Temperature Offset reading" - ::= { sensorProbeTempEntry 29 } - - sensorProbeTempSirenCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Siren toggle period in seconds for Cycle action." - ::= { sensorProbeTempEntry 30 } - - sensorProbeTempSirenOnPort OBJECT-TYPE - SYNTAX INTEGER (0..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The sensor port that the siren will listen to. If this is set to 255, then the siren will not listen to any sensor ports" - ::= { sensorProbeTempEntry 31 } - - sensorProbeTempSirenActiveStatus OBJECT-TYPE - SYNTAX INTEGER { - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - anyError(7) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor status that will activate the siren" - ::= { sensorProbeTempEntry 32 } - - sensorProbeTempSirenAction OBJECT-TYPE - SYNTAX INTEGER { - cycle(2), - turn-on(3), - turn-off(4) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "What the siren will do when the listened to port status turns to the specified active status." - ::= { sensorProbeTempEntry 33 } - - sensorProbeTempAcknowledgement OBJECT-TYPE - SYNTAX INTEGER { - ack(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Acknowledged sensor error and stop notification" - ::= { sensorProbeTempEntry 34 } - - sensorProbeTempSirenDelayAlarm OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Siren delay in seconds before start Alarm." - ::= { sensorProbeTempEntry 35 } - - sensorProbeTempURL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor URL link." - ::= { sensorProbeTempEntry 36 } - - sensorProbeTempOpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeTempEntry 37 } - - sensorProbeTempDatacollectType OBJECT-TYPE - SYNTAX INTEGER { - average(1), - highest(2), - lowest(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Type of datacollect to collect." - ::= { sensorProbeTempEntry 38 } - - sensorProbeTempContTimeHighCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Critical before accepting new Status." - ::= { sensorProbeTempEntry 39 } - - sensorProbeTempContTimeHighWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Warning before accepting new Status." - ::= { sensorProbeTempEntry 40 } - - sensorProbeTempContTimeNormal OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Normal before accepting new Status." - ::= { sensorProbeTempEntry 41 } - - sensorProbeTempContTimeLowWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Warning before accepting new Status." - ::= { sensorProbeTempEntry 42 } - - sensorProbeTempContTimeLowCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Critical before accepting new Status." - ::= { sensorProbeTempEntry 43 } - - sensorProbeTempContTimeSensorError OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Sensor Error before accepting new Status." - ::= { sensorProbeTempEntry 44 } - - sensorProbeTempCalendar OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable or disable the calendar filtering working hours of sensor." - ::= { sensorProbeTempEntry 45 } - - sensorProbeThermostatIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sensor thermostat port." - ::= { sensorProbeTempEntry 46 } - - sensorProbeThermostatDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor thermostat" - ::= { sensorProbeTempEntry 47 } - - sensorProbeThermostatValue OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The value in this sensor" - ::= { sensorProbeTempEntry 48 } - - sensorProbeThermostatOnline OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeTempEntry 49 } - - sensorProbeThermostatGoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeTempEntry 50 } - - sensorProbeThermostatMode OBJECT-TYPE - SYNTAX INTEGER { - normal(0), - time-bases(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To select the thermostat mode for working on time-bases(1) or normal(0)." - ::= { sensorProbeTempEntry 51 } - - sensorProbeThermostatRelayControlPort OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To select a relay port to be controled by this thermostat sensor." - ::= { sensorProbeTempEntry 52 } - - sensorProbeThermostatNormalAction1 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: Thermostat normal action for controlling a relay sensor." - ::= { sensorProbeTempEntry 53 } - - sensorProbeThermostatHighLimit1 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: When this sersor higher than thermostat high limit, it will take a high limit action." - ::= { sensorProbeTempEntry 54 } - - sensorProbeThermostatHighLimitAction1 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: Thermostat high limit action for controlling a relay sensor." - ::= { sensorProbeTempEntry 55 } - - sensorProbeThermostatLowLimit1 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: When this sersor higher than thermostat low limit, it will take a normal limit action." - ::= { sensorProbeTempEntry 56 } - - sensorProbeThermostatLowLimitAction1 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: Thermostat low limit action for controlling a relay sensor." - ::= { sensorProbeTempEntry 57 } - - sensorProbeThermostatNormalAction2 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: Thermostat normal action for controlling a relay sensor." - ::= { sensorProbeTempEntry 58 } - - sensorProbeThermostatHighLimit2 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: When this sersor higher than thermostat high limit, it will take a high limit action." - ::= { sensorProbeTempEntry 59 } - - sensorProbeThermostatHighLimitAction2 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: Thermostat high limit action for controlling a relay sensor." - ::= { sensorProbeTempEntry 60 } - - sensorProbeThermostatLowLimit2 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: When this sersor higher than thermostat low limit, it will take a normal limit action." - ::= { sensorProbeTempEntry 61 } - - sensorProbeThermostatLowLimitAction2 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: Thermostat low limit action for controlling a relay sensor." - ::= { sensorProbeTempEntry 62 } - - sensorProbeThermostatEnableTime OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time to enable on Thermostat" - ::= { sensorProbeTempEntry 63 } - - sensorProbeTempSendNormalMail OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable sending email when sensor goes to normal" - ::= { sensorProbeTempEntry 64 } - - sensorProbeTempSendTrap OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable sending trap when sensor change status" - ::= { sensorProbeTempEntry 65 } - - sensorProbeTempSendMail OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable sending email when sensor change status" - ::= { sensorProbeTempEntry 66 } - - sensorProbeHumidityTable OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeHumidityEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every Humidity Sensor in the SensorArray. Each row in the table contains data for a different Humidity Sensor." - ::= { sensorProbeEntry 17 } - - sensorProbeHumidityEntry OBJECT-TYPE - SYNTAX SensorProbeHumidityEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeHumidityEntry Table" - INDEX { sensorProbeHumidityIndex } - ::= { sensorProbeHumidityTable 1 } - - SensorProbeHumidityEntry ::= SEQUENCE { - sensorProbeHumidityDescription - DisplayString, - sensorProbeHumidityLocation - DisplayString, - sensorProbeHumidityPercent - INTEGER, - sensorProbeHumidityStatus - INTEGER, - sensorProbeHumidityOnline - INTEGER, - sensorProbeHumidityGoOnline - INTEGER, - sensorProbeHumidityHighWarning - INTEGER, - sensorProbeHumidityHighCritical - INTEGER, - sensorProbeHumidityLowWarning - INTEGER, - sensorProbeHumidityLowCritical - INTEGER, - sensorProbeHumidityRearm - INTEGER, - sensorProbeHumidityRaw - INTEGER, - sensorProbeHumidityLowVoltage - INTEGER, - sensorProbeHumidityHighVoltage - INTEGER, - sensorProbeHumidityEmailTrapLimit - INTEGER, - sensorProbeHumidityEmailTrapSchedule - DisplayString, - sensorProbeHumidityEmailTrapInterval - INTEGER, - sensorProbeHumiditySendNormalTrap - INTEGER, - sensorProbeHumidityDelayError - INTEGER, - sensorProbeHumidityDelayNormal - INTEGER, - sensorProbeHumidityIndex - INTEGER, - sensorProbeHumidityAtoDAmountMaxVoltage - INTEGER, - sensorProbeHumidityAtoDAmountBaseVoltage - INTEGER, - sensorProbeHumidityAtoDTypeUnit - INTEGER, - sensorProbeHumidityDcUnit - DisplayString, - sensorProbeHumidityAtoDJumper - INTEGER, - sensorProbeHumidityRelayCycleTime - INTEGER, - sensorProbeHumidityRelayOnPort - INTEGER, - sensorProbeHumidityRelayActiveStatus - INTEGER, - sensorProbeHumidityRelayAction - INTEGER, - sensorProbeHumidityEmailInterval - INTEGER, - sensorProbeHumidity4to20mAUnit - DisplayString, - sensorProbeHumidityIndexCount - INTEGER, - sensorProbeHumidityOffset - INTEGER, - sensorProbeHumiditySirenCycleTime - INTEGER, - sensorProbeHumiditySirenOnPort - INTEGER, - sensorProbeHumiditySirenActiveStatus - INTEGER, - sensorProbeHumiditySirenAction - INTEGER, - sensorProbeHumidityAcknowledgement - INTEGER, - sensorProbeHumiditySirenDelayAlarm - INTEGER, - sensorProbeHumidityURL - DisplayString, - sensorProbeHumidityOpenURL - INTEGER, - sensorProbeHumidityDatacollectType - INTEGER, - sensorProbeHumidityContTimeHighCritical - INTEGER, - sensorProbeHumidityContTimeHighWarning - INTEGER, - sensorProbeHumidityContTimeNormal - INTEGER, - sensorProbeHumidityContTimeLowWarning - INTEGER, - sensorProbeHumidityContTimeLowCritical - INTEGER, - sensorProbeHumidityContTimeSensorError - INTEGER, - sensorProbeHumidityCalendar - INTEGER, - sensorProbeHumiditySendNormalMail - INTEGER, - sensorProbeHumiditySendTrap - INTEGER, - sensorProbeHumiditySendMail - INTEGER - } - sensorProbeHumidityDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor" - ::= { sensorProbeHumidityEntry 1 } - - sensorProbeHumidityLocation OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The physical location of this sensor" - ::= { sensorProbeHumidityEntry 2 } - - sensorProbeHumidityPercent OBJECT-TYPE - SYNTAX INTEGER (-32768..32767) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The relative humidity percentage measured by this sensor" - ::= { sensorProbeHumidityEntry 3 } - - sensorProbeHumidityStatus OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - sensorError(7) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorProbeHumidityEntry 4 } - - sensorProbeHumidityOnline OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeHumidityEntry 5 } - - sensorProbeHumidityGoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeHumidityEntry 6 } - - sensorProbeHumidityHighWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How high the relative humidity this sensor measures before it sends a warning" - ::= { sensorProbeHumidityEntry 7 } - - sensorProbeHumidityHighCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How high the relative humidity this sensor measures before it becomes critical" - ::= { sensorProbeHumidityEntry 8 } - - sensorProbeHumidityLowWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How low the relative humidity this sensor measures before it sends a warning" - ::= { sensorProbeHumidityEntry 9 } - - sensorProbeHumidityLowCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How low the relative humidity this sensor measures before it becomes critical" - ::= { sensorProbeHumidityEntry 10 } - - sensorProbeHumidityRearm OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The percent relative humidity to rearm the status. For example if status goes from normal to warning, the humidity must go down spAnalogueRearm below warning before the status goes to normal" - ::= { sensorProbeHumidityEntry 11 } - - sensorProbeHumidityRaw OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The unformatted, raw, A/D value in this sensor. Contains more resolution than the formated percentage. This number can go from 0 to 1023 depending on the input voltage" - ::= { sensorProbeHumidityEntry 13 } - - sensorProbeHumidityLowVoltage OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "SP Only: The low voltage range for use in AtoD conversion." - ::= { sensorProbeHumidityEntry 14 } - - sensorProbeHumidityHighVoltage OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "SP Only: The high voltage range for use in AtoD conversion." - ::= { sensorProbeHumidityEntry 15 } - - sensorProbeHumidityEmailTrapLimit OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable email/trap limit feature" - ::= { sensorProbeHumidityEntry 17 } - - sensorProbeHumidityEmailTrapSchedule OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "SP Only: Email/trap limit schedule for this sensor" - ::= { sensorProbeHumidityEntry 18 } - - sensorProbeHumidityEmailTrapInterval OBJECT-TYPE - SYNTAX INTEGER (0..60) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Minimum time between each [email/trap:SP, only trap:CP8] (can be from 0 to 60 minutes)" - ::= { sensorProbeHumidityEntry 19 } - - sensorProbeHumiditySendNormalTrap OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable sending email/trap when sensor goes to normal" - ::= { sensorProbeHumidityEntry 20 } - - sensorProbeHumidityDelayError OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time in seconds after the sensor has been in error status before report as an error" - ::= { sensorProbeHumidityEntry 21 } - - sensorProbeHumidityDelayNormal OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time in seconds after the sensor change from error to normal before report as normal" - ::= { sensorProbeHumidityEntry 22 } - - sensorProbeHumidityIndex OBJECT-TYPE - SYNTAX INTEGER (0..7) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index into the Humidity sensor table" - ::= { sensorProbeHumidityEntry 23 } - - sensorProbeHumidityAtoDAmountMaxVoltage OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The maximum scale of DC voltage conversion." - ::= { sensorProbeHumidityEntry 24 } - - sensorProbeHumidityAtoDAmountBaseVoltage OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The base scale of DC voltage conversion." - ::= { sensorProbeHumidityEntry 25 } - - sensorProbeHumidityAtoDTypeUnit OBJECT-TYPE - SYNTAX INTEGER { - absolute(1), - percent(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Type of scale for use in DC voltage conversion." - ::= { sensorProbeHumidityEntry 26 } - - sensorProbeHumidityDcUnit OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Display unit in DC voltage conversion." - ::= { sensorProbeHumidityEntry 27 } - - sensorProbeHumidityAtoDJumper OBJECT-TYPE - SYNTAX INTEGER { - jumperAt-60(-600), - jumperAt-40(-400), - jumperAt-30(-300), - jumperAt-20(-200), - jumperAt-10(-100), - jumperAt10(100), - jumperAt20(200), - jumperAt30(300), - jumperAt40(400), - jumperAt60(600) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Selected voltage scale (jumper 0) in DC voltage conversion." - ::= { sensorProbeHumidityEntry 28 } - - sensorProbeHumidityRelayCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Relay toggle period in seconds for Cycle action." - ::= { sensorProbeHumidityEntry 29 } - - sensorProbeHumidityRelayOnPort OBJECT-TYPE - SYNTAX INTEGER (0..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The sensor port that the relay will listen to. If this is set to 255, then the relay will not listen to any sensor ports" - ::= { sensorProbeHumidityEntry 30 } - - sensorProbeHumidityRelayActiveStatus OBJECT-TYPE - SYNTAX INTEGER { - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - anyError(7) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor status that will activate the relay" - ::= { sensorProbeHumidityEntry 31 } - - sensorProbeHumidityRelayAction OBJECT-TYPE - SYNTAX INTEGER { - cycle(2), - turn-on(3), - turn-off(4) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "What the relay will do when the listened to port status turns to the specified active status." - ::= { sensorProbeHumidityEntry 32 } - - sensorProbeHumidityEmailInterval OBJECT-TYPE - SYNTAX INTEGER (0..60) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "CP8 Only: Minimum time between each emial (can be from 0 to 60 minutes)" - ::= { sensorProbeHumidityEntry 33 } - - sensorProbeHumidity4to20mAUnit OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Display unit in DC voltage conversion." - ::= { sensorProbeHumidityEntry 34 } - - sensorProbeHumidityIndexCount OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Number of Humidity sensor online" - ::= { sensorProbeHumidityEntry 35 } - - sensorProbeHumidityOffset OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Humidity Offset reading" - ::= { sensorProbeHumidityEntry 36 } - - sensorProbeHumiditySirenCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Siren toggle period in seconds for Cycle action." - ::= { sensorProbeHumidityEntry 37 } - - sensorProbeHumiditySirenOnPort OBJECT-TYPE - SYNTAX INTEGER (0..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The sensor port that the siren will listen to. If this is set to 255, then the siren will not listen to any sensor ports" - ::= { sensorProbeHumidityEntry 38 } - - sensorProbeHumiditySirenActiveStatus OBJECT-TYPE - SYNTAX INTEGER { - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - anyError(7) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor status that will activate the siren" - ::= { sensorProbeHumidityEntry 39 } - - sensorProbeHumiditySirenAction OBJECT-TYPE - SYNTAX INTEGER { - cycle(2), - turn-on(3), - turn-off(4) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "What the siren will do when the listened to port status turns to the specified active status." - ::= { sensorProbeHumidityEntry 40 } - - sensorProbeHumidityAcknowledgement OBJECT-TYPE - SYNTAX INTEGER { - ack(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Acknowledged sensor error and stop notification" - ::= { sensorProbeHumidityEntry 41 } - - sensorProbeHumiditySirenDelayAlarm OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Siren delay in seconds before start Alarm." - ::= { sensorProbeHumidityEntry 42 } - - sensorProbeHumidityURL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor URL link." - ::= { sensorProbeHumidityEntry 43 } - - sensorProbeHumidityOpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeHumidityEntry 44 } - - sensorProbeHumidityDatacollectType OBJECT-TYPE - SYNTAX INTEGER { - average(1), - highest(2), - lowest(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Type of datacollect to collect." - ::= { sensorProbeHumidityEntry 45 } - - sensorProbeHumidityContTimeHighCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Critical before accepting new Status." - ::= { sensorProbeHumidityEntry 46 } - - sensorProbeHumidityContTimeHighWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Warning before accepting new Status." - ::= { sensorProbeHumidityEntry 47 } - - sensorProbeHumidityContTimeNormal OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Normal before accepting new Status." - ::= { sensorProbeHumidityEntry 48 } - - sensorProbeHumidityContTimeLowWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Warning before accepting new Status." - ::= { sensorProbeHumidityEntry 49 } - - sensorProbeHumidityContTimeLowCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Critical before accepting new Status." - ::= { sensorProbeHumidityEntry 50 } - - sensorProbeHumidityContTimeSensorError OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Sensor Error before accepting new Status." - ::= { sensorProbeHumidityEntry 51 } - - sensorProbeHumidityCalendar OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable or disable the calendar filtering working hours of sensor." - ::= { sensorProbeHumidityEntry 52 } - - sensorProbeHumiditySendNormalMail OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable sending email when sensor goes to normal" - ::= { sensorProbeHumidityEntry 53 } - - sensorProbeHumiditySendTrap OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable sending trap when sensor change status" - ::= { sensorProbeHumidityEntry 54 } - - sensorProbeHumiditySendMail OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable sending email when sensor change status" - ::= { sensorProbeHumidityEntry 55 } - - sensorProbeSwitchTable OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeSwitchEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every Switch Sensor in the SensorArray. Each row in the table contains data for a different Switch Sensor." - ::= { sensorProbeEntry 18 } - - sensorProbeSwitchEntry OBJECT-TYPE - SYNTAX SensorProbeSwitchEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeSwitchEntry Table" - INDEX { sensorProbeSwitchIndex } - ::= { sensorProbeSwitchTable 1 } - - SensorProbeSwitchEntry ::= SEQUENCE { - sensorProbeSwitchDescription - DisplayString, - sensorProbeSwitchLocation - DisplayString, - sensorProbeSwitchStatus - INTEGER, - sensorProbeSwitchOnline - INTEGER, - sensorProbeSwitchGoOnline - INTEGER, - sensorProbeSwitchDirection - INTEGER, - sensorProbeSwitchNormalState - INTEGER, - sensorProbeSwitchOutputLevel - INTEGER, - sensorProbeSensorType - INTEGER, - sensorProbeSwitchEmailTrapLimit - INTEGER, - sensorProbeSwitchEmailTrapSchedule - DisplayString, - sensorProbeSwitchEmailTrapInterval - INTEGER, - sensorProbeSwitchSendNormalTrap - INTEGER, - sensorProbeSwitchDelayError - INTEGER, - sensorProbeSwitchDelayNormal - INTEGER, - sensorProbeSwitchIndex - INTEGER, - sensorProbeSwitchRelayCycleTime - INTEGER, - sensorProbeSwitchRelayOnPort - INTEGER, - sensorProbeSwitchRelayActiveStatus - INTEGER, - sensorProbeSwitchRelayAction - INTEGER, - sensorProbeSwitchEmailInterval - INTEGER, - sensorProbeSwitchRelayOutputVoltStatus - INTEGER, - sensorProbeSwitchManualRelayCycleTime - INTEGER, - sensorProbeSwitchManualRelayAction - INTEGER, - sensorProbeSwitchRelayDescOn - DisplayString, - sensorProbeSwitchRelayDescOff - DisplayString, - sensorProbeSwitchIndexCount - INTEGER, - sensorProbeSwitchSirenCycleTime - INTEGER, - sensorProbeSwitchSirenOnPort - INTEGER, - sensorProbeSwitchSirenActiveStatus - INTEGER, - sensorProbeSwitchSirenAction - INTEGER, - sensorProbeSwitchAcknowledgement - INTEGER, - sensorProbeSwitchSirenDelayAlarm - INTEGER, - sensorProbeSwitchURL - DisplayString, - sensorProbeSwitchOpenURL - INTEGER, - sensorProbeSwitchContTimeHighCritical - INTEGER, - sensorProbeSwitchContTimeNormal - INTEGER, - sensorProbeSwitchCalendar - INTEGER, - sensorProbeSwitchRelayControlMode - INTEGER, - sensorProbeSwitchSirenControlMode - INTEGER, - sensorProbeSwitchSendNormalMail - INTEGER, - sensorProbeSwitchSendTrap - INTEGER, - sensorProbeSwitchSendMail - INTEGER, - sensorProbeSwitchWaterRopeLeakLocation - INTEGER, - sensorProbeSwitchWaterRopeLength - INTEGER, - sensorProbeSwitchWaterRopeUnit - INTEGER, - sensorProbeSwitchWaterRopeImpedance - INTEGER, - sensorProbeSwitchWaterRopeRaw - INTEGER, - sensorProbeSwitchWaterRopeType - INTEGER - } - sensorProbeSwitchDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor Switch" - ::= { sensorProbeSwitchEntry 1 } - - sensorProbeSwitchLocation OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The physical location of this sensor Switch" - ::= { sensorProbeSwitchEntry 2 } - - sensorProbeSwitchStatus OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highCritical(4), - lowCritical(6), - sensorError(7), - relayOn(8), - relayOff(9) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor, only input switches have a status" - ::= { sensorProbeSwitchEntry 3 } - - sensorProbeSwitchOnline OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeSwitchEntry 4 } - - sensorProbeSwitchGoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeSwitchEntry 5 } - - sensorProbeSwitchDirection OBJECT-TYPE - SYNTAX INTEGER { - input(0), - output(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To set a switch to input enter 0. To set a switch to output enter 1" - ::= { sensorProbeSwitchEntry 6 } - - sensorProbeSwitchNormalState OBJECT-TYPE - SYNTAX INTEGER { - closed(0), - open(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The normal state of an input switch. If an input switch is in this state it is normal, else it is critical. An open switch senses +5 volts. A closed switch senses 0 volts." - ::= { sensorProbeSwitchEntry 7 } - - sensorProbeSwitchOutputLevel OBJECT-TYPE - SYNTAX INTEGER { - low(0), - high(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "An output swith can be set to this level" - ::= { sensorProbeSwitchEntry 8 } - - sensorProbeSensorType OBJECT-TYPE - SYNTAX INTEGER { - temperature(1), - fourTo20mA(2), - humidity(3), - water(4), - atod(5), - security(6), - airflow(8), - siren(9), - dryContact(10), - voltage(12), - relay(13), - motion(14) - } - - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enter the type of this Sensor" - ::= { sensorProbeSwitchEntry 9 } - - sensorProbeSwitchEmailTrapLimit OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable email/trap limit feature" - ::= { sensorProbeSwitchEntry 11 } - - sensorProbeSwitchEmailTrapSchedule OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "SP Only: Email/trap limit schedule for this sensor" - ::= { sensorProbeSwitchEntry 12 } - - sensorProbeSwitchEmailTrapInterval OBJECT-TYPE - SYNTAX INTEGER (0..60) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Minimum time between each [email/trap:SP, only trap:CP8] (can be from 0 to 60 minutes)" - ::= { sensorProbeSwitchEntry 13 } - - sensorProbeSwitchSendNormalTrap OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable sending email/trap when sensor goes to normal" - ::= { sensorProbeSwitchEntry 14 } - - sensorProbeSwitchDelayError OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time in seconds after the sensor has been in error status before report as an error" - ::= { sensorProbeSwitchEntry 15 } - - sensorProbeSwitchDelayNormal OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time in seconds after the sensor change from error to normal before report as normal" - ::= { sensorProbeSwitchEntry 16 } - - sensorProbeSwitchIndex OBJECT-TYPE - SYNTAX INTEGER (0..67) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index into the Switch sensor table" - ::= { sensorProbeSwitchEntry 17 } - - sensorProbeSwitchRelayCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Relay toggle period in seconds for Cycle action." - ::= { sensorProbeSwitchEntry 18 } - - sensorProbeSwitchRelayOnPort OBJECT-TYPE - SYNTAX INTEGER (0..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The sensor port that the relay will listen to. If this is set to 255, then the relay will not listen to any sensor ports" - ::= { sensorProbeSwitchEntry 19 } - - sensorProbeSwitchRelayActiveStatus OBJECT-TYPE - SYNTAX INTEGER { - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - anyError(7) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor status that will activate the relay" - ::= { sensorProbeSwitchEntry 20 } - - sensorProbeSwitchRelayAction OBJECT-TYPE - SYNTAX INTEGER { - cycle(2), - turn-on(3), - turn-off(4) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "What the relay will do when the listened to port status turns to the specified active status." - ::= { sensorProbeSwitchEntry 21 } - - sensorProbeSwitchEmailInterval OBJECT-TYPE - SYNTAX INTEGER (0..60) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "CP8 Only: Minimum time between each email (can be from 0 to 60 minutes)" - ::= { sensorProbeSwitchEntry 22 } - - sensorProbeSwitchRelayOutputVoltStatus OBJECT-TYPE - SYNTAX INTEGER { - sensorError(7), - noVoltagePresent(10), - voltagePresent(11) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "SP Only: The current voltage status of the relay" - ::= { sensorProbeSwitchEntry 23 } - - sensorProbeSwitchManualRelayCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Relay toggle period in seconds for Manual Cycle action." - ::= { sensorProbeSwitchEntry 24 } - - sensorProbeSwitchManualRelayAction OBJECT-TYPE - SYNTAX INTEGER { - allow-sensor-control(1), - turn-on(3), - turn-off(4), - cycle-Off-On-Off(7), - cycle-On-Off-On(8) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Control the relay manualy" - ::= { sensorProbeSwitchEntry 25 } - - sensorProbeSwitchRelayDescOn OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of relay On" - ::= { sensorProbeSwitchEntry 26 } - - sensorProbeSwitchRelayDescOff OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of relay Off" - ::= { sensorProbeSwitchEntry 27 } - - sensorProbeSwitchIndexCount OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Number of Switch sensor online" - ::= { sensorProbeSwitchEntry 28 } - - sensorProbeSwitchSirenCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Siren toggle period in seconds for Cycle action." - ::= { sensorProbeSwitchEntry 29 } - - sensorProbeSwitchSirenOnPort OBJECT-TYPE - SYNTAX INTEGER (0..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The sensor port that the siren will listen to. If this is set to 255, then the siren will not listen to any sensor ports" - ::= { sensorProbeSwitchEntry 30 } - - sensorProbeSwitchSirenActiveStatus OBJECT-TYPE - SYNTAX INTEGER { - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - anyError(7) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor status that will activate the siren" - ::= { sensorProbeSwitchEntry 31 } - - sensorProbeSwitchSirenAction OBJECT-TYPE - SYNTAX INTEGER { - cycle(2), - turn-on(3), - turn-off(4) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "What the siren will do when the listened to port status turns to the specified active status." - ::= { sensorProbeSwitchEntry 32 } - - sensorProbeSwitchAcknowledgement OBJECT-TYPE - SYNTAX INTEGER { - ack(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Acknowledged sensor error and stop notification" - ::= { sensorProbeSwitchEntry 33 } - - sensorProbeSwitchSirenDelayAlarm OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Siren delay in seconds before start Alarm." - ::= { sensorProbeSwitchEntry 34 } - - sensorProbeSwitchURL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor URL link." - ::= { sensorProbeSwitchEntry 35 } - - sensorProbeSwitchOpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeSwitchEntry 36 } - - sensorProbeSwitchContTimeHighCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Critical before accepting new Status." - ::= { sensorProbeSwitchEntry 37 } - - sensorProbeSwitchContTimeNormal OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Normal before accepting new Status." - ::= { sensorProbeSwitchEntry 39 } - - sensorProbeSwitchCalendar OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable or disable the calendar filtering working hours of sensor." - ::= { sensorProbeSwitchEntry 43 } - - sensorProbeSwitchRelayControlMode OBJECT-TYPE - SYNTAX INTEGER { - manual-control(0), - notification-control(1), - time-control(2), - thermostat-control(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Relay Control Mode used for selecting the mode to control a relay." - ::= { sensorProbeSwitchEntry 44 } - - sensorProbeSwitchSirenControlMode OBJECT-TYPE - SYNTAX INTEGER { - manual-control(0), - notification-control(1), - time-control(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Siren Control Mode used for selecting the mode to control a siren." - ::= { sensorProbeSwitchEntry 45 } - - sensorProbeSwitchSendNormalMail OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable sending email when sensor goes to normal" - ::= { sensorProbeSwitchEntry 46 } - - sensorProbeSwitchSendTrap OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable sending trap when sensor change status" - ::= { sensorProbeSwitchEntry 47 } - - sensorProbeSwitchSendMail OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable sending email when sensor change status" - ::= { sensorProbeSwitchEntry 48 } - - sensorProbeSwitchWaterRopeLeakLocation OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Location of leakage of water rope sensor." - ::= { sensorProbeSwitchEntry 49 } - - sensorProbeSwitchWaterRopeLength OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Length of water rope sensor." - ::= { sensorProbeSwitchEntry 50 } - - sensorProbeSwitchWaterRopeUnit OBJECT-TYPE - SYNTAX INTEGER { - meters(0), - feet(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Display unit of water rope sensor." - ::= { sensorProbeSwitchEntry 51 } - - sensorProbeSwitchWaterRopeImpedance OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensing wire impedance per meter value times 100" - ::= { sensorProbeSwitchEntry 52 } - - sensorProbeSwitchWaterRopeRaw OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Raw value of location or length in ohms" - ::= { sensorProbeSwitchEntry 53 } - - sensorProbeSwitchWaterRopeType OBJECT-TYPE - SYNTAX INTEGER { - custom(0), - water(1), - fuel(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Water rope sensing cable type" - ::= { sensorProbeSwitchEntry 55 } - - sensorProbeOtherSensor OBJECT IDENTIFIER ::= { sensorProbeEntry 19 } - - sensorProbeIRMSSensor OBJECT IDENTIFIER ::= { sensorProbeOtherSensor 26 } - - sensorProbeIRMSSensorNumber OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of RMS current Sensor port." - ::= { sensorProbeIRMSSensor 1 } - - sensorProbeIRMSSensorTable OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeIRMSSensorEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every RMS current Sensor in the SensorArray. Each row in the table contains data for a different RMS current Sensor." - ::= { sensorProbeIRMSSensor 2 } - - sensorProbeIRMSSensorEntry OBJECT-TYPE - SYNTAX SensorProbeIRMSSensorEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeIRMSSensorEntry Table" - INDEX { sensorProbeIRMSSensorIndex } - ::= { sensorProbeIRMSSensorTable 1 } - - SensorProbeIRMSSensorEntry ::= SEQUENCE { - sensorProbeIRMSSensorIndex - INTEGER, - sensorProbeIRMSDescription - DisplayString, - sensorProbeIRMSPercent - INTEGER, - sensorProbeIRMSStatus - INTEGER, - sensorProbeIRMSOnline - INTEGER, - sensorProbeIRMSGoOnline - INTEGER, - sensorProbeIRMSHighWarning - INTEGER, - sensorProbeIRMSHighCritical - INTEGER, - sensorProbeIRMSLowWarning - INTEGER, - sensorProbeIRMSLowCritical - INTEGER, - sensorProbeIRMSRearm - INTEGER, - sensorProbeIRMSRaw - INTEGER, - sensorProbeIRMSEmailTrapLimit - INTEGER, - sensorProbeIRMSDelayError - INTEGER, - sensorProbeIRMSDelayNormal - INTEGER, - sensorProbeIRMSRelayCycleTime - INTEGER, - sensorProbeIRMSRelayOnPort - INTEGER, - sensorProbeIRMSRelayActiveStatus - INTEGER, - sensorProbeIRMSRelayAction - INTEGER, - sensorProbeIRMSSirenCycleTime - INTEGER, - sensorProbeIRMSSirenOnPort - INTEGER, - sensorProbeIRMSSirenActiveStatus - INTEGER, - sensorProbeIRMSSirenAction - INTEGER, - sensorProbeIRMSAcknowledgement - INTEGER, - sensorProbeIRMSSirenDelayAlarm - INTEGER, - sensorProbeIRMSURL - DisplayString, - sensorProbeIRMSOpenURL - INTEGER, - sensorProbeIRMSDatacollectType - INTEGER, - sensorProbeIRMSContTimeHighCritical - INTEGER, - sensorProbeIRMSContTimeHighWarning - INTEGER, - sensorProbeIRMSContTimeNormal - INTEGER, - sensorProbeIRMSContTimeLowWarning - INTEGER, - sensorProbeIRMSContTimeLowCritical - INTEGER, - sensorProbeIRMSContTimeSensorError - INTEGER, - sensorProbeIRMSCalendar - INTEGER - } - - sensorProbeIRMSSensorIndex OBJECT-TYPE - SYNTAX INTEGER (0..7) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each IRMS sensor port." - ::= { sensorProbeIRMSSensorEntry 1 } - - sensorProbeIRMSDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor IRMS" - ::= { sensorProbeIRMSSensorEntry 2 } - - sensorProbeIRMSPercent OBJECT-TYPE - SYNTAX INTEGER (-32768..32767) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The relative IRMS percentage measured by this sensor" - ::= { sensorProbeIRMSSensorEntry 3 } - - sensorProbeIRMSStatus OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - sensorError(7) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorProbeIRMSSensorEntry 4 } - - sensorProbeIRMSOnline OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeIRMSSensorEntry 5 } - - sensorProbeIRMSGoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeIRMSSensorEntry 6 } - - sensorProbeIRMSHighWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How high the relative IRMS this sensor measures before it sends a warning" - ::= { sensorProbeIRMSSensorEntry 7 } - - sensorProbeIRMSHighCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How high the relative IRMS this sensor measures before it becomes critical" - ::= { sensorProbeIRMSSensorEntry 8 } - - sensorProbeIRMSLowWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How low the relative IRMS this sensor measures before it sends a warning" - ::= { sensorProbeIRMSSensorEntry 9 } - - sensorProbeIRMSLowCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How low the relative IRMS this sensor measures before it becomes critical" - ::= { sensorProbeIRMSSensorEntry 10 } - - sensorProbeIRMSRearm OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The percent relative IRMS to rearm the status. For example if status goes from normal to warning, the IRMS must go down spAnalogueRearm below warning before the status goes to normal" - ::= { sensorProbeIRMSSensorEntry 11 } - - sensorProbeIRMSRaw OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The unformatted, raw, A/D value in this sensor. Contains more resolution than the formated percentage. This number can go from 0 to 1023 depending on the input voltage" - ::= { sensorProbeIRMSSensorEntry 13 } - - sensorProbeIRMSEmailTrapLimit OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable email/trap limit feature" - ::= { sensorProbeIRMSSensorEntry 17 } - - sensorProbeIRMSDelayError OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time in seconds after the sensor has been in error status before report as an error" - ::= { sensorProbeIRMSSensorEntry 21 } - - sensorProbeIRMSDelayNormal OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time in seconds after the sensor change from error to normal before report as normal" - ::= { sensorProbeIRMSSensorEntry 22 } - - sensorProbeIRMSRelayCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Relay toggle period in seconds for Cycle action." - ::= { sensorProbeIRMSSensorEntry 29 } - - sensorProbeIRMSRelayOnPort OBJECT-TYPE - SYNTAX INTEGER (0..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The sensor port that the relay will listen to. If this is set to 255, then the relay will not listen to any sensor ports" - ::= { sensorProbeIRMSSensorEntry 30 } - - sensorProbeIRMSRelayActiveStatus OBJECT-TYPE - SYNTAX INTEGER { - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - anyError(7) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor status that will activate the relay" - ::= { sensorProbeIRMSSensorEntry 31 } - - sensorProbeIRMSRelayAction OBJECT-TYPE - SYNTAX INTEGER { - cycle(2), - turn-on(3), - turn-off(4) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "What the relay will do when the listened to port status turns to the specified active status." - ::= { sensorProbeIRMSSensorEntry 32 } - - sensorProbeIRMSSirenCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Siren toggle period in seconds for Cycle action." - ::= { sensorProbeIRMSSensorEntry 37 } - - sensorProbeIRMSSirenOnPort OBJECT-TYPE - SYNTAX INTEGER (0..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The sensor port that the siren will listen to. If this is set to 255, then the siren will not listen to any sensor ports" - ::= { sensorProbeIRMSSensorEntry 38 } - - sensorProbeIRMSSirenActiveStatus OBJECT-TYPE - SYNTAX INTEGER { - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - anyError(7) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor status that will activate the siren" - ::= { sensorProbeIRMSSensorEntry 39 } - - sensorProbeIRMSSirenAction OBJECT-TYPE - SYNTAX INTEGER { - cycle(2), - turn-on(3), - turn-off(4) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "What the siren will do when the listened to port status turns to the specified active status." - ::= { sensorProbeIRMSSensorEntry 40 } - - sensorProbeIRMSAcknowledgement OBJECT-TYPE - SYNTAX INTEGER { - ack(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Acknowledged sensor error and stop notification" - ::= { sensorProbeIRMSSensorEntry 41 } - - sensorProbeIRMSSirenDelayAlarm OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Siren delay in seconds before start Alarm." - ::= { sensorProbeIRMSSensorEntry 42 } - - sensorProbeIRMSURL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor URL link." - ::= { sensorProbeIRMSSensorEntry 43 } - - sensorProbeIRMSOpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeIRMSSensorEntry 44 } - - sensorProbeIRMSDatacollectType OBJECT-TYPE - SYNTAX INTEGER { - average(1), - highest(2), - lowest(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Type of datacollect to collect." - ::= { sensorProbeIRMSSensorEntry 45 } - - sensorProbeIRMSContTimeHighCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Critical before accepting new Status." - ::= { sensorProbeIRMSSensorEntry 46 } - - sensorProbeIRMSContTimeHighWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Warning before accepting new Status." - ::= { sensorProbeIRMSSensorEntry 47 } - - sensorProbeIRMSContTimeNormal OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Normal before accepting new Status." - ::= { sensorProbeIRMSSensorEntry 48 } - - sensorProbeIRMSContTimeLowWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Warning before accepting new Status." - ::= { sensorProbeIRMSSensorEntry 49 } - - sensorProbeIRMSContTimeLowCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Critical before accepting new Status." - ::= { sensorProbeIRMSSensorEntry 50 } - - sensorProbeIRMSContTimeSensorError OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Sensor Error before accepting new Status." - ::= { sensorProbeIRMSSensorEntry 51 } - - sensorProbeIRMSCalendar OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable or disable the calendar filtering working hours of sensor." - ::= { sensorProbeIRMSSensorEntry 52 } - - sensorProbeVRMSSensor OBJECT IDENTIFIER ::= { sensorProbeOtherSensor 27 } - - sensorProbeVRMSSensorNumber OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of RMS voltage Sensor port." - ::= { sensorProbeVRMSSensor 1 } - - sensorProbeVRMSSensorTable OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeVRMSSensorEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every RMS voltage Sensor in the SensorArray. Each row in the table contains data for a different RMS voltage Sensor." - ::= { sensorProbeVRMSSensor 2 } - - sensorProbeVRMSSensorEntry OBJECT-TYPE - SYNTAX SensorProbeVRMSSensorEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeVRMSSensorEntry Table" - INDEX { sensorProbeVRMSSensorIndex } - ::= { sensorProbeVRMSSensorTable 1 } - - SensorProbeVRMSSensorEntry ::= SEQUENCE { - sensorProbeVRMSSensorIndex - INTEGER, - sensorProbeVRMSDescription - DisplayString, - sensorProbeVRMSPercent - INTEGER, - sensorProbeVRMSStatus - INTEGER, - sensorProbeVRMSOnline - INTEGER, - sensorProbeVRMSGoOnline - INTEGER, - sensorProbeVRMSHighWarning - INTEGER, - sensorProbeVRMSHighCritical - INTEGER, - sensorProbeVRMSLowWarning - INTEGER, - sensorProbeVRMSLowCritical - INTEGER, - sensorProbeVRMSRearm - INTEGER, - sensorProbeVRMSRaw - INTEGER, - sensorProbeVRMSEmailTrapLimit - INTEGER, - sensorProbeVRMSDelayError - INTEGER, - sensorProbeVRMSDelayNormal - INTEGER, - sensorProbeVRMSRelayCycleTime - INTEGER, - sensorProbeVRMSRelayOnPort - INTEGER, - sensorProbeVRMSRelayActiveStatus - INTEGER, - sensorProbeVRMSRelayAction - INTEGER, - sensorProbeVRMSSirenCycleTime - INTEGER, - sensorProbeVRMSSirenOnPort - INTEGER, - sensorProbeVRMSSirenActiveStatus - INTEGER, - sensorProbeVRMSSirenAction - INTEGER, - sensorProbeVRMSAcknowledgement - INTEGER, - sensorProbeVRMSSirenDelayAlarm - INTEGER, - sensorProbeVRMSvoltageMode - INTEGER, - sensorProbeVRMSURL - DisplayString, - sensorProbeVRMSOpenURL - INTEGER, - sensorProbeVRMSDatacollectType - INTEGER, - sensorProbeVRMSContTimeHighCritical - INTEGER, - sensorProbeVRMSContTimeHighWarning - INTEGER, - sensorProbeVRMSContTimeNormal - INTEGER, - sensorProbeVRMSContTimeLowWarning - INTEGER, - sensorProbeVRMSContTimeLowCritical - INTEGER, - sensorProbeVRMSContTimeSensorError - INTEGER, - sensorProbeVRMSCalendar - INTEGER - } - - sensorProbeVRMSSensorIndex OBJECT-TYPE - SYNTAX INTEGER (0..7) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each VRMS sensor port." - ::= { sensorProbeVRMSSensorEntry 1 } - - sensorProbeVRMSDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor VRMS" - ::= { sensorProbeVRMSSensorEntry 2 } - - sensorProbeVRMSPercent OBJECT-TYPE - SYNTAX INTEGER (-32768..32767) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The relative VRMS percentage measured by this sensor" - ::= { sensorProbeVRMSSensorEntry 3 } - - sensorProbeVRMSStatus OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - sensorError(7) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorProbeVRMSSensorEntry 4 } - - sensorProbeVRMSOnline OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeVRMSSensorEntry 5 } - - sensorProbeVRMSGoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeVRMSSensorEntry 6 } - - sensorProbeVRMSHighWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How high the relative VRMS this sensor measures before it sends a warning" - ::= { sensorProbeVRMSSensorEntry 7 } - - sensorProbeVRMSHighCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How high the relative VRMS this sensor measures before it becomes critical" - ::= { sensorProbeVRMSSensorEntry 8 } - - sensorProbeVRMSLowWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How low the relative VRMS this sensor measures before it sends a warning" - ::= { sensorProbeVRMSSensorEntry 9 } - - sensorProbeVRMSLowCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How low the relative VRMS this sensor measures before it becomes critical" - ::= { sensorProbeVRMSSensorEntry 10 } - - sensorProbeVRMSRearm OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The percent relative VRMS to rearm the status. For example if status goes from normal to warning, the VRMS must go down spAnalogueRearm below warning before the status goes to normal" - ::= { sensorProbeVRMSSensorEntry 11 } - - sensorProbeVRMSRaw OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The unformatted, raw, A/D value in this sensor. Contains more resolution than the formated percentage. This number can go from 0 to 1023 depending on the input voltage" - ::= { sensorProbeVRMSSensorEntry 13 } - - sensorProbeVRMSEmailTrapLimit OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable email/trap limit feature" - ::= { sensorProbeVRMSSensorEntry 17 } - - sensorProbeVRMSDelayError OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time in seconds after the sensor has been in error status before report as an error" - ::= { sensorProbeVRMSSensorEntry 21 } - - sensorProbeVRMSDelayNormal OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time in seconds after the sensor change from error to normal before report as normal" - ::= { sensorProbeVRMSSensorEntry 22 } - - sensorProbeVRMSRelayCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Relay toggle period in seconds for Cycle action." - ::= { sensorProbeVRMSSensorEntry 29 } - - sensorProbeVRMSRelayOnPort OBJECT-TYPE - SYNTAX INTEGER (0..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The sensor port that the relay will listen to. If this is set to 255, then the relay will not listen to any sensor ports" - ::= { sensorProbeVRMSSensorEntry 30 } - - sensorProbeVRMSRelayActiveStatus OBJECT-TYPE - SYNTAX INTEGER { - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - anyError(7) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor status that will activate the relay" - ::= { sensorProbeVRMSSensorEntry 31 } - - sensorProbeVRMSRelayAction OBJECT-TYPE - SYNTAX INTEGER { - cycle(2), - turn-on(3), - turn-off(4) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "What the relay will do when the listened to port status turns to the specified active status." - ::= { sensorProbeVRMSSensorEntry 32 } - - sensorProbeVRMSSirenCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Siren toggle period in seconds for Cycle action." - ::= { sensorProbeVRMSSensorEntry 37 } - - sensorProbeVRMSSirenOnPort OBJECT-TYPE - SYNTAX INTEGER (0..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The sensor port that the siren will listen to. If this is set to 255, then the siren will not listen to any sensor ports" - ::= { sensorProbeVRMSSensorEntry 38 } - - sensorProbeVRMSSirenActiveStatus OBJECT-TYPE - SYNTAX INTEGER { - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - anyError(7) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor status that will activate the siren" - ::= { sensorProbeVRMSSensorEntry 39 } - - sensorProbeVRMSSirenAction OBJECT-TYPE - SYNTAX INTEGER { - cycle(2), - turn-on(3), - turn-off(4) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "What the siren will do when the listened to port status turns to the specified active status." - ::= { sensorProbeVRMSSensorEntry 40 } - - sensorProbeVRMSAcknowledgement OBJECT-TYPE - SYNTAX INTEGER { - ack(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Acknowledged sensor error and stop notification" - ::= { sensorProbeVRMSSensorEntry 41 } - - sensorProbeVRMSSirenDelayAlarm OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Siren delay in seconds before start Alarm." - ::= { sensorProbeVRMSSensorEntry 42 } - - sensorProbeVRMSvoltageMode OBJECT-TYPE - SYNTAX INTEGER { - ac-110(110), - ac-220(220) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "VRMS Voltage Mode." - ::= { sensorProbeVRMSSensorEntry 43 } - - sensorProbeVRMSURL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor URL link." - ::= { sensorProbeVRMSSensorEntry 44 } - - sensorProbeVRMSOpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeVRMSSensorEntry 45 } - - sensorProbeVRMSDatacollectType OBJECT-TYPE - SYNTAX INTEGER { - average(1), - highest(2), - lowest(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Type of datacollect to collect." - ::= { sensorProbeVRMSSensorEntry 46 } - - sensorProbeVRMSContTimeHighCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Critical before accepting new Status." - ::= { sensorProbeVRMSSensorEntry 47 } - - sensorProbeVRMSContTimeHighWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Warning before accepting new Status." - ::= { sensorProbeVRMSSensorEntry 48 } - - sensorProbeVRMSContTimeNormal OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Normal before accepting new Status." - ::= { sensorProbeVRMSSensorEntry 49 } - - sensorProbeVRMSContTimeLowWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Warning before accepting new Status." - ::= { sensorProbeVRMSSensorEntry 50 } - - sensorProbeVRMSContTimeLowCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Critical before accepting new Status." - ::= { sensorProbeVRMSSensorEntry 51 } - - sensorProbeVRMSContTimeSensorError OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Sensor Error before accepting new Status." - ::= { sensorProbeVRMSSensorEntry 52 } - - sensorProbeVRMSCalendar OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable or disable the calendar filtering working hours of sensor." - ::= { sensorProbeVRMSSensorEntry 53 } - - sensorProbeEnergySensor OBJECT IDENTIFIER ::= { sensorProbeOtherSensor 28 } - - sensorProbeEnergySensorNumber OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of Energy Sensor port." - ::= { sensorProbeEnergySensor 1 } - - sensorProbeEnergySensorTable OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeEnergySensorEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every Energy Sensor in the SensorArray. Each row in the table contains data for a different Energy Sensor." - ::= { sensorProbeEnergySensor 2 } - - sensorProbeEnergySensorEntry OBJECT-TYPE - SYNTAX SensorProbeEnergySensorEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeEnergySensorEntry Table" - INDEX { sensorProbeEnergySensorIndex } - ::= { sensorProbeEnergySensorTable 1 } - - SensorProbeEnergySensorEntry ::= SEQUENCE { - sensorProbeEnergySensorIndex - INTEGER, - sensorProbeEnergyDescription - DisplayString, - sensorProbeEnergyPercent - INTEGER, - sensorProbeEnergyStatus - INTEGER, - sensorProbeEnergyOnline - INTEGER, - sensorProbeEnergyGoOnline - INTEGER, - sensorProbeEnergyHighWarning - INTEGER, - sensorProbeEnergyHighCritical - INTEGER, - sensorProbeEnergyLowWarning - INTEGER, - sensorProbeEnergyLowCritical - INTEGER, - sensorProbeEnergyRearm - INTEGER, - sensorProbeEnergyRaw - INTEGER, - sensorProbeEnergyEmailTrapLimit - INTEGER, - sensorProbeEnergyDelayError - INTEGER, - sensorProbeEnergyDelayNormal - INTEGER, - sensorProbeEnergyRelayCycleTime - INTEGER, - sensorProbeEnergyRelayOnPort - INTEGER, - sensorProbeEnergyRelayActiveStatus - INTEGER, - sensorProbeEnergyRelayAction - INTEGER, - sensorProbeEnergySirenCycleTime - INTEGER, - sensorProbeEnergySirenOnPort - INTEGER, - sensorProbeEnergySirenActiveStatus - INTEGER, - sensorProbeEnergySirenAction - INTEGER, - sensorProbeEnergyAcknowledgement - INTEGER, - sensorProbeEnergySirenDelayAlarm - INTEGER, - sensorProbeEnergyReadingMode - INTEGER, - sensorProbeEnergyURL - DisplayString, - sensorProbeEnergyOpenURL - INTEGER, - sensorProbeEnergyDatacollectType - INTEGER, - sensorProbeEnergyContTimeHighCritical - INTEGER, - sensorProbeEnergyContTimeHighWarning - INTEGER, - sensorProbeEnergyContTimeNormal - INTEGER, - sensorProbeEnergyContTimeLowWarning - INTEGER, - sensorProbeEnergyContTimeLowCritical - INTEGER, - sensorProbeEnergyContTimeSensorError - INTEGER, - sensorProbeEnergyCalendar - INTEGER - } - - sensorProbeEnergySensorIndex OBJECT-TYPE - SYNTAX INTEGER (0..7) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each Energy sensor port." - ::= { sensorProbeEnergySensorEntry 1 } - - sensorProbeEnergyDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor Energy" - ::= { sensorProbeEnergySensorEntry 2 } - - sensorProbeEnergyPercent OBJECT-TYPE - SYNTAX INTEGER (-32768..32767) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The relative Energy percentage measured by this sensor" - ::= { sensorProbeEnergySensorEntry 3 } - - sensorProbeEnergyStatus OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - sensorError(7) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorProbeEnergySensorEntry 4 } - - sensorProbeEnergyOnline OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeEnergySensorEntry 5 } - - sensorProbeEnergyGoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeEnergySensorEntry 6 } - - sensorProbeEnergyHighWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How high the relative Energy this sensor measures before it sends a warning" - ::= { sensorProbeEnergySensorEntry 7 } - - sensorProbeEnergyHighCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How high the relative Energy this sensor measures before it becomes critical" - ::= { sensorProbeEnergySensorEntry 8 } - - sensorProbeEnergyLowWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How low the relative Energy this sensor measures before it sends a warning" - ::= { sensorProbeEnergySensorEntry 9 } - - sensorProbeEnergyLowCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How low the relative Energy this sensor measures before it becomes critical" - ::= { sensorProbeEnergySensorEntry 10 } - - sensorProbeEnergyRearm OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The percent relative Energy to rearm the status. For example if status goes from normal to warning, the Energy must go down spAnalogueRearm below warning before the status goes to normal" - ::= { sensorProbeEnergySensorEntry 11 } - - sensorProbeEnergyRaw OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The unformatted, raw, A/D value in this sensor. Contains more resolution than the formated percentage. This number can go from 0 to 1023 depending on the input voltage" - ::= { sensorProbeEnergySensorEntry 13 } - - sensorProbeEnergyEmailTrapLimit OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable email/trap limit feature" - ::= { sensorProbeEnergySensorEntry 17 } - - sensorProbeEnergyDelayError OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time in seconds after the sensor has been in error status before report as an error" - ::= { sensorProbeEnergySensorEntry 21 } - - sensorProbeEnergyDelayNormal OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time in seconds after the sensor change from error to normal before report as normal" - ::= { sensorProbeEnergySensorEntry 22 } - - sensorProbeEnergyRelayCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Relay toggle period in seconds for Cycle action." - ::= { sensorProbeEnergySensorEntry 29 } - - sensorProbeEnergyRelayOnPort OBJECT-TYPE - SYNTAX INTEGER (0..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The sensor port that the relay will listen to. If this is set to 255, then the relay will not listen to any sensor ports" - ::= { sensorProbeEnergySensorEntry 30 } - - sensorProbeEnergyRelayActiveStatus OBJECT-TYPE - SYNTAX INTEGER { - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - anyError(7) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor status that will activate the relay" - ::= { sensorProbeEnergySensorEntry 31 } - - sensorProbeEnergyRelayAction OBJECT-TYPE - SYNTAX INTEGER { - cycle(2), - turn-on(3), - turn-off(4) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "What the relay will do when the listened to port status turns to the specified active status." - ::= { sensorProbeEnergySensorEntry 32 } - - sensorProbeEnergySirenCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Siren toggle period in seconds for Cycle action." - ::= { sensorProbeEnergySensorEntry 37 } - - sensorProbeEnergySirenOnPort OBJECT-TYPE - SYNTAX INTEGER (0..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The sensor port that the siren will listen to. If this is set to 255, then the siren will not listen to any sensor ports" - ::= { sensorProbeEnergySensorEntry 38 } - - sensorProbeEnergySirenActiveStatus OBJECT-TYPE - SYNTAX INTEGER { - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - anyError(7) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor status that will activate the siren" - ::= { sensorProbeEnergySensorEntry 39 } - - sensorProbeEnergySirenAction OBJECT-TYPE - SYNTAX INTEGER { - cycle(2), - turn-on(3), - turn-off(4) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "What the siren will do when the listened to port status turns to the specified active status." - ::= { sensorProbeEnergySensorEntry 40 } - - sensorProbeEnergyAcknowledgement OBJECT-TYPE - SYNTAX INTEGER { - ack(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Acknowledged sensor error and stop notification" - ::= { sensorProbeEnergySensorEntry 41 } - - sensorProbeEnergySirenDelayAlarm OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Siren delay in seconds before start Alarm." - ::= { sensorProbeEnergySensorEntry 42 } - - sensorProbeEnergyReadingMode OBJECT-TYPE - SYNTAX INTEGER { - active(0), - apparent(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Energy Meter Reading Mode." - ::= { sensorProbeEnergySensorEntry 43 } - - sensorProbeEnergyURL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor URL link." - ::= { sensorProbeEnergySensorEntry 44 } - - sensorProbeEnergyOpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeEnergySensorEntry 45 } - - sensorProbeEnergyDatacollectType OBJECT-TYPE - SYNTAX INTEGER { - average(1), - highest(2), - lowest(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Type of datacollect to collect." - ::= { sensorProbeEnergySensorEntry 46 } - - sensorProbeEnergyContTimeHighCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Critical before accepting new Status." - ::= { sensorProbeEnergySensorEntry 47 } - - sensorProbeEnergyContTimeHighWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Warning before accepting new Status." - ::= { sensorProbeEnergySensorEntry 48 } - - sensorProbeEnergyContTimeNormal OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Normal before accepting new Status." - ::= { sensorProbeEnergySensorEntry 49 } - - sensorProbeEnergyContTimeLowWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Warning before accepting new Status." - ::= { sensorProbeEnergySensorEntry 50 } - - sensorProbeEnergyContTimeLowCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Critical before accepting new Status." - ::= { sensorProbeEnergySensorEntry 51 } - - sensorProbeEnergyContTimeSensorError OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Sensor Error before accepting new Status." - ::= { sensorProbeEnergySensorEntry 52 } - - sensorProbeEnergyCalendar OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable or disable the calendar filtering working hours of sensor." - ::= { sensorProbeEnergySensorEntry 53 } - - sensorProbeRelayArraySensor OBJECT IDENTIFIER ::= { sensorProbeOtherSensor 29 } - - sensorProbeRelayArrayPort1 OBJECT IDENTIFIER ::= { sensorProbeRelayArraySensor 1 } - sensorProbeRelayArrayPort1Number OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of port on the RelayArray." - ::= { sensorProbeRelayArrayPort1 1 } - - sensorProbeRelayArrayPort1Table OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeRelayArrayPort1Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every Switch Sensor in the SensorArray. Each row in the table contains data for a different Switch Sensor." - ::= { sensorProbeRelayArrayPort1 2 } - - sensorProbeRelayArrayPort1Entry OBJECT-TYPE - SYNTAX SensorProbeRelayArrayPort1Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeRelayArrayPort1 Table" - INDEX { sensorProbeRelayArrayPort1Index } - ::= { sensorProbeRelayArrayPort1Table 1 } - - SensorProbeRelayArrayPort1Entry ::= SEQUENCE { - sensorProbeRelayArrayPort1Index - INTEGER, - sensorProbeRelayArrayPort1Description - DisplayString, - sensorProbeRelayArrayPort1Status - INTEGER, - sensorProbeRelayArrayPort1Online - INTEGER, - sensorProbeRelayArrayPort1GoOnline - INTEGER, - sensorProbeRelayArrayPort1NormalState - INTEGER, - sensorProbeRelayArrayPort1RelayCycleTime - INTEGER, - sensorProbeRelayArrayPort1RelayAction - INTEGER, - sensorProbeRelayArrayPort1ManualRelayCycleTime - INTEGER, - sensorProbeRelayArrayPort1ManualRelayAction - INTEGER, - sensorProbeRelayArrayPort1RelayDescOn - DisplayString, - sensorProbeRelayArrayPort1RelayDescOff - DisplayString, - sensorProbeRelayArrayPort1URL - DisplayString, - sensorProbeRelayArrayPort1OpenURL - INTEGER, - sensorProbeRelayArrayPort1ControlMode - INTEGER - } - - sensorProbeRelayArrayPort1Index OBJECT-TYPE - SYNTAX INTEGER (0..7) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sensor RelayArray port." - ::= { sensorProbeRelayArrayPort1Entry 1 } - - sensorProbeRelayArrayPort1Description OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor RelayArray" - ::= { sensorProbeRelayArrayPort1Entry 2 } - - sensorProbeRelayArrayPort1Status OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highCritical(4), - lowCritical(6), - sensorError(7), - relayOn(8), - relayOff(9) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorProbeRelayArrayPort1Entry 4 } - - sensorProbeRelayArrayPort1Online OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeRelayArrayPort1Entry 5 } - - sensorProbeRelayArrayPort1GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeRelayArrayPort1Entry 6 } - - sensorProbeRelayArrayPort1NormalState OBJECT-TYPE - SYNTAX INTEGER { - closed(0), - open(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The normal state of RelayArray" - ::= { sensorProbeRelayArrayPort1Entry 7 } - - sensorProbeRelayArrayPort1RelayCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Relay toggle period in seconds for Cycle action." - ::= { sensorProbeRelayArrayPort1Entry 18 } - - sensorProbeRelayArrayPort1RelayAction OBJECT-TYPE - SYNTAX INTEGER { - cycle(2), - turn-on(3), - turn-off(4) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "What the relay will do when the listened to port status turns to the specified active status." - ::= { sensorProbeRelayArrayPort1Entry 21 } - - sensorProbeRelayArrayPort1ManualRelayCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Relay toggle period in seconds for Manual Cycle action." - ::= { sensorProbeRelayArrayPort1Entry 24 } - - sensorProbeRelayArrayPort1ManualRelayAction OBJECT-TYPE - SYNTAX INTEGER { - allow-sensor-control(1), - turn-on(3), - turn-off(4), - cycle-Off-On-Off(7), - cycle-On-Off-On(8) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Control the relay manualy" - ::= { sensorProbeRelayArrayPort1Entry 25 } - - sensorProbeRelayArrayPort1RelayDescOn OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of relay On" - ::= { sensorProbeRelayArrayPort1Entry 26 } - - sensorProbeRelayArrayPort1RelayDescOff OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of relay Off" - ::= { sensorProbeRelayArrayPort1Entry 27 } - - sensorProbeRelayArrayPort1URL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sersor URL link." - ::= { sensorProbeRelayArrayPort1Entry 28 } - - sensorProbeRelayArrayPort1OpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeRelayArrayPort1Entry 29 } - - sensorProbeRelayArrayPort1ControlMode OBJECT-TYPE - SYNTAX INTEGER { - manual-control(0), - notification-control(1), - time-control(2), - thermostat-control(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Relay Control Mode used for selecting the mode to control a relay." - ::= { sensorProbeRelayArrayPort1Entry 30 } - - sensorProbeRelayArrayPort2 OBJECT IDENTIFIER ::= { sensorProbeRelayArraySensor 2 } - sensorProbeRelayArrayPort2Number OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of port on the RelayArray." - ::= { sensorProbeRelayArrayPort2 1 } - - sensorProbeRelayArrayPort2Table OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeRelayArrayPort2Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every Switch Sensor in the SensorArray. Each row in the table contains data for a different Switch Sensor." - ::= { sensorProbeRelayArrayPort2 2 } - - sensorProbeRelayArrayPort2Entry OBJECT-TYPE - SYNTAX SensorProbeRelayArrayPort2Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeRelayArrayPort2 Table" - INDEX { sensorProbeRelayArrayPort2Index } - ::= { sensorProbeRelayArrayPort2Table 1 } - - SensorProbeRelayArrayPort2Entry ::= SEQUENCE { - sensorProbeRelayArrayPort2Index - INTEGER, - sensorProbeRelayArrayPort2Description - DisplayString, - sensorProbeRelayArrayPort2Status - INTEGER, - sensorProbeRelayArrayPort2Online - INTEGER, - sensorProbeRelayArrayPort2GoOnline - INTEGER, - sensorProbeRelayArrayPort2NormalState - INTEGER, - sensorProbeRelayArrayPort2RelayCycleTime - INTEGER, - sensorProbeRelayArrayPort2RelayAction - INTEGER, - sensorProbeRelayArrayPort2ManualRelayCycleTime - INTEGER, - sensorProbeRelayArrayPort2ManualRelayAction - INTEGER, - sensorProbeRelayArrayPort2RelayDescOn - DisplayString, - sensorProbeRelayArrayPort2RelayDescOff - DisplayString, - sensorProbeRelayArrayPort2URL - DisplayString, - sensorProbeRelayArrayPort2OpenURL - INTEGER, - sensorProbeRelayArrayPort2ControlMode - INTEGER - } - - sensorProbeRelayArrayPort2Index OBJECT-TYPE - SYNTAX INTEGER (0..7) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sensor RelayArray port." - ::= { sensorProbeRelayArrayPort2Entry 1 } - - sensorProbeRelayArrayPort2Description OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor RelayArray" - ::= { sensorProbeRelayArrayPort2Entry 2 } - - sensorProbeRelayArrayPort2Status OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highCritical(4), - lowCritical(6), - sensorError(7), - relayOn(8), - relayOff(9) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorProbeRelayArrayPort2Entry 4 } - - sensorProbeRelayArrayPort2Online OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeRelayArrayPort2Entry 5 } - - sensorProbeRelayArrayPort2GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeRelayArrayPort2Entry 6 } - - sensorProbeRelayArrayPort2NormalState OBJECT-TYPE - SYNTAX INTEGER { - closed(0), - open(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The normal state of RleayArray" - ::= { sensorProbeRelayArrayPort2Entry 7 } - - sensorProbeRelayArrayPort2RelayCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Relay toggle period in seconds for Cycle action." - ::= { sensorProbeRelayArrayPort2Entry 18 } - - sensorProbeRelayArrayPort2RelayAction OBJECT-TYPE - SYNTAX INTEGER { - cycle(2), - turn-on(3), - turn-off(4) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "What the relay will do when the listened to port status turns to the specified active status." - ::= { sensorProbeRelayArrayPort2Entry 21 } - - sensorProbeRelayArrayPort2ManualRelayCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Relay toggle period in seconds for Manual Cycle action." - ::= { sensorProbeRelayArrayPort2Entry 24 } - - sensorProbeRelayArrayPort2ManualRelayAction OBJECT-TYPE - SYNTAX INTEGER { - allow-sensor-control(1), - turn-on(3), - turn-off(4), - cycle-Off-On-Off(7), - cycle-On-Off-On(8) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Control the relay manualy" - ::= { sensorProbeRelayArrayPort2Entry 25 } - - sensorProbeRelayArrayPort2RelayDescOn OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of relay On" - ::= { sensorProbeRelayArrayPort2Entry 26 } - - sensorProbeRelayArrayPort2RelayDescOff OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of relay Off" - ::= { sensorProbeRelayArrayPort2Entry 27 } - - sensorProbeRelayArrayPort2URL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor URL link" - ::= { sensorProbeRelayArrayPort2Entry 28 } - - sensorProbeRelayArrayPort2OpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeRelayArrayPort2Entry 29 } - - sensorProbeRelayArrayPort2ControlMode OBJECT-TYPE - SYNTAX INTEGER { - manual-control(0), - notification-control(1), - time-control(2), - thermostat-control(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Relay Control Mode used for selecting the mode to control a relay." - ::= { sensorProbeRelayArrayPort2Entry 30 } - - sensorProbeRelayArrayPort3 OBJECT IDENTIFIER ::= { sensorProbeRelayArraySensor 3 } - sensorProbeRelayArrayPort3Number OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of port on the RelayArray." - ::= { sensorProbeRelayArrayPort3 1 } - - sensorProbeRelayArrayPort3Table OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeRelayArrayPort3Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every Switch Sensor in the SensorArray. Each row in the table contains data for a different Switch Sensor." - ::= { sensorProbeRelayArrayPort3 2 } - - sensorProbeRelayArrayPort3Entry OBJECT-TYPE - SYNTAX SensorProbeRelayArrayPort3Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeRelayArrayPort3 Table" - INDEX { sensorProbeRelayArrayPort3Index } - ::= { sensorProbeRelayArrayPort3Table 1 } - - SensorProbeRelayArrayPort3Entry ::= SEQUENCE { - sensorProbeRelayArrayPort3Index - INTEGER, - sensorProbeRelayArrayPort3Description - DisplayString, - sensorProbeRelayArrayPort3Status - INTEGER, - sensorProbeRelayArrayPort3Online - INTEGER, - sensorProbeRelayArrayPort3GoOnline - INTEGER, - sensorProbeRelayArrayPort3NormalState - INTEGER, - sensorProbeRelayArrayPort3RelayCycleTime - INTEGER, - sensorProbeRelayArrayPort3RelayAction - INTEGER, - sensorProbeRelayArrayPort3ManualRelayCycleTime - INTEGER, - sensorProbeRelayArrayPort3ManualRelayAction - INTEGER, - sensorProbeRelayArrayPort3RelayDescOn - DisplayString, - sensorProbeRelayArrayPort3RelayDescOff - DisplayString, - sensorProbeRelayArrayPort3URL - DisplayString, - sensorProbeRelayArrayPort3OpenURL - INTEGER, - sensorProbeRelayArrayPort3ControlMode - INTEGER - } - - sensorProbeRelayArrayPort3Index OBJECT-TYPE - SYNTAX INTEGER (0..7) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sensor RelayArray port." - ::= { sensorProbeRelayArrayPort3Entry 1 } - - sensorProbeRelayArrayPort3Description OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor RelayArray" - ::= { sensorProbeRelayArrayPort3Entry 2 } - - sensorProbeRelayArrayPort3Status OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highCritical(4), - lowCritical(6), - sensorError(7), - relayOn(8), - relayOff(9) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorProbeRelayArrayPort3Entry 4 } - - sensorProbeRelayArrayPort3Online OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeRelayArrayPort3Entry 5 } - - sensorProbeRelayArrayPort3GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeRelayArrayPort3Entry 6 } - - sensorProbeRelayArrayPort3NormalState OBJECT-TYPE - SYNTAX INTEGER { - closed(0), - open(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The normal state of RleayArray" - ::= { sensorProbeRelayArrayPort3Entry 7 } - - sensorProbeRelayArrayPort3RelayCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Relay toggle period in seconds for Cycle action." - ::= { sensorProbeRelayArrayPort3Entry 18 } - - sensorProbeRelayArrayPort3RelayAction OBJECT-TYPE - SYNTAX INTEGER { - cycle(2), - turn-on(3), - turn-off(4) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "What the relay will do when the listened to port status turns to the specified active status." - ::= { sensorProbeRelayArrayPort3Entry 21 } - - sensorProbeRelayArrayPort3ManualRelayCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Relay toggle period in seconds for Manual Cycle action." - ::= { sensorProbeRelayArrayPort3Entry 24 } - - sensorProbeRelayArrayPort3ManualRelayAction OBJECT-TYPE - SYNTAX INTEGER { - allow-sensor-control(1), - turn-on(3), - turn-off(4), - cycle-Off-On-Off(7), - cycle-On-Off-On(8) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Control the relay manualy" - ::= { sensorProbeRelayArrayPort3Entry 25 } - - sensorProbeRelayArrayPort3RelayDescOn OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of relay On" - ::= { sensorProbeRelayArrayPort3Entry 26 } - - sensorProbeRelayArrayPort3RelayDescOff OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of relay Off" - ::= { sensorProbeRelayArrayPort3Entry 27 } - - sensorProbeRelayArrayPort3URL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor URL link." - ::= { sensorProbeRelayArrayPort3Entry 28 } - - sensorProbeRelayArrayPort3OpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeRelayArrayPort3Entry 29 } - - sensorProbeRelayArrayPort3ControlMode OBJECT-TYPE - SYNTAX INTEGER { - manual-control(0), - notification-control(1), - time-control(2), - thermostat-control(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Relay Control Mode used for selecting the mode to control a relay." - ::= { sensorProbeRelayArrayPort3Entry 30 } - - sensorProbeRelayArrayPort4 OBJECT IDENTIFIER ::= { sensorProbeRelayArraySensor 4 } - sensorProbeRelayArrayPort4Number OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of port on the RelayArray." - ::= { sensorProbeRelayArrayPort4 1 } - - sensorProbeRelayArrayPort4Table OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeRelayArrayPort4Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every Switch Sensor in the SensorArray. Each row in the table contains data for a different Switch Sensor." - ::= { sensorProbeRelayArrayPort4 2 } - - sensorProbeRelayArrayPort4Entry OBJECT-TYPE - SYNTAX SensorProbeRelayArrayPort4Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeRelayArrayPort4 Table" - INDEX { sensorProbeRelayArrayPort4Index } - ::= { sensorProbeRelayArrayPort4Table 1 } - - SensorProbeRelayArrayPort4Entry ::= SEQUENCE { - sensorProbeRelayArrayPort4Index - INTEGER, - sensorProbeRelayArrayPort4Description - DisplayString, - sensorProbeRelayArrayPort4Status - INTEGER, - sensorProbeRelayArrayPort4Online - INTEGER, - sensorProbeRelayArrayPort4GoOnline - INTEGER, - sensorProbeRelayArrayPort4NormalState - INTEGER, - sensorProbeRelayArrayPort4RelayCycleTime - INTEGER, - sensorProbeRelayArrayPort4RelayAction - INTEGER, - sensorProbeRelayArrayPort4ManualRelayCycleTime - INTEGER, - sensorProbeRelayArrayPort4ManualRelayAction - INTEGER, - sensorProbeRelayArrayPort4RelayDescOn - DisplayString, - sensorProbeRelayArrayPort4RelayDescOff - DisplayString, - sensorProbeRelayArrayPort4URL - DisplayString, - sensorProbeRelayArrayPort4OpenURL - INTEGER, - sensorProbeRelayArrayPort4ControlMode - INTEGER - } - - sensorProbeRelayArrayPort4Index OBJECT-TYPE - SYNTAX INTEGER (0..7) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sensor RelayArray port." - ::= { sensorProbeRelayArrayPort4Entry 1 } - - sensorProbeRelayArrayPort4Description OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor RelayArray" - ::= { sensorProbeRelayArrayPort4Entry 2 } - - sensorProbeRelayArrayPort4Status OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highCritical(4), - lowCritical(6), - sensorError(7), - relayOn(8), - relayOff(9) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorProbeRelayArrayPort4Entry 4 } - - sensorProbeRelayArrayPort4Online OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeRelayArrayPort4Entry 5 } - - sensorProbeRelayArrayPort4GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeRelayArrayPort4Entry 6 } - - sensorProbeRelayArrayPort4NormalState OBJECT-TYPE - SYNTAX INTEGER { - closed(0), - open(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The normal state of RleayArray" - ::= { sensorProbeRelayArrayPort4Entry 7 } - - sensorProbeRelayArrayPort4RelayCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Relay toggle period in seconds for Cycle action." - ::= { sensorProbeRelayArrayPort4Entry 18 } - - sensorProbeRelayArrayPort4RelayAction OBJECT-TYPE - SYNTAX INTEGER { - cycle(2), - turn-on(3), - turn-off(4) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "What the relay will do when the listened to port status turns to the specified active status." - ::= { sensorProbeRelayArrayPort4Entry 21 } - - sensorProbeRelayArrayPort4ManualRelayCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Relay toggle period in seconds for Manual Cycle action." - ::= { sensorProbeRelayArrayPort4Entry 24 } - - sensorProbeRelayArrayPort4ManualRelayAction OBJECT-TYPE - SYNTAX INTEGER { - allow-sensor-control(1), - turn-on(3), - turn-off(4), - cycle-Off-On-Off(7), - cycle-On-Off-On(8) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Control the relay manualy" - ::= { sensorProbeRelayArrayPort4Entry 25 } - - sensorProbeRelayArrayPort4RelayDescOn OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of relay On" - ::= { sensorProbeRelayArrayPort4Entry 26 } - - sensorProbeRelayArrayPort4RelayDescOff OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of relay Off" - ::= { sensorProbeRelayArrayPort4Entry 27 } - - sensorProbeRelayArrayPort4URL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor URL link." - ::= { sensorProbeRelayArrayPort4Entry 28 } - - sensorProbeRelayArrayPort4OpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeRelayArrayPort4Entry 29 } - - sensorProbeRelayArrayPort4ControlMode OBJECT-TYPE - SYNTAX INTEGER { - manual-control(0), - notification-control(1), - time-control(2), - thermostat-control(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Relay Control Mode used for selecting the mode to control a relay." - ::= { sensorProbeRelayArrayPort4Entry 30 } - - sensorProbeRelayArrayPort5 OBJECT IDENTIFIER ::= { sensorProbeRelayArraySensor 5 } - sensorProbeRelayArrayPort5Number OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of port on the RelayArray." - ::= { sensorProbeRelayArrayPort5 1 } - - sensorProbeRelayArrayPort5Table OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeRelayArrayPort5Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every Switch Sensor in the SensorArray. Each row in the table contains data for a different Switch Sensor." - ::= { sensorProbeRelayArrayPort5 2 } - - sensorProbeRelayArrayPort5Entry OBJECT-TYPE - SYNTAX SensorProbeRelayArrayPort5Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeRelayArrayPort5 Table" - INDEX { sensorProbeRelayArrayPort5Index } - ::= { sensorProbeRelayArrayPort5Table 1 } - - SensorProbeRelayArrayPort5Entry ::= SEQUENCE { - sensorProbeRelayArrayPort5Index - INTEGER, - sensorProbeRelayArrayPort5Description - DisplayString, - sensorProbeRelayArrayPort5Status - INTEGER, - sensorProbeRelayArrayPort5Online - INTEGER, - sensorProbeRelayArrayPort5GoOnline - INTEGER, - sensorProbeRelayArrayPort5NormalState - INTEGER, - sensorProbeRelayArrayPort5RelayCycleTime - INTEGER, - sensorProbeRelayArrayPort5RelayAction - INTEGER, - sensorProbeRelayArrayPort5ManualRelayCycleTime - INTEGER, - sensorProbeRelayArrayPort5ManualRelayAction - INTEGER, - sensorProbeRelayArrayPort5RelayDescOn - DisplayString, - sensorProbeRelayArrayPort5RelayDescOff - DisplayString, - sensorProbeRelayArrayPort5URL - DisplayString, - sensorProbeRelayArrayPort5OpenURL - INTEGER, - sensorProbeRelayArrayPort5ControlMode - INTEGER - } - - sensorProbeRelayArrayPort5Index OBJECT-TYPE - SYNTAX INTEGER (0..7) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sensor RelayArray port." - ::= { sensorProbeRelayArrayPort5Entry 1 } - - sensorProbeRelayArrayPort5Description OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor RelayArray" - ::= { sensorProbeRelayArrayPort5Entry 2 } - - sensorProbeRelayArrayPort5Status OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highCritical(4), - lowCritical(6), - sensorError(7), - relayOn(8), - relayOff(9) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorProbeRelayArrayPort5Entry 4 } - - sensorProbeRelayArrayPort5Online OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeRelayArrayPort5Entry 5 } - - sensorProbeRelayArrayPort5GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeRelayArrayPort5Entry 6 } - - sensorProbeRelayArrayPort5NormalState OBJECT-TYPE - SYNTAX INTEGER { - closed(0), - open(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The normal state of RleayArray" - ::= { sensorProbeRelayArrayPort5Entry 7 } - - sensorProbeRelayArrayPort5RelayCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Relay toggle period in seconds for Cycle action." - ::= { sensorProbeRelayArrayPort5Entry 18 } - - sensorProbeRelayArrayPort5RelayAction OBJECT-TYPE - SYNTAX INTEGER { - cycle(2), - turn-on(3), - turn-off(4) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "What the relay will do when the listened to port status turns to the specified active status." - ::= { sensorProbeRelayArrayPort5Entry 21 } - - sensorProbeRelayArrayPort5ManualRelayCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Relay toggle period in seconds for Manual Cycle action." - ::= { sensorProbeRelayArrayPort5Entry 24 } - - sensorProbeRelayArrayPort5ManualRelayAction OBJECT-TYPE - SYNTAX INTEGER { - allow-sensor-control(1), - turn-on(3), - turn-off(4), - cycle-Off-On-Off(7), - cycle-On-Off-On(8) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Control the relay manualy" - ::= { sensorProbeRelayArrayPort5Entry 25 } - - sensorProbeRelayArrayPort5RelayDescOn OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of relay On" - ::= { sensorProbeRelayArrayPort5Entry 26 } - - sensorProbeRelayArrayPort5RelayDescOff OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of relay Off" - ::= { sensorProbeRelayArrayPort5Entry 27 } - - sensorProbeRelayArrayPort5URL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor URL link." - ::= { sensorProbeRelayArrayPort5Entry 28 } - - sensorProbeRelayArrayPort5OpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeRelayArrayPort5Entry 29 } - - sensorProbeRelayArrayPort5ControlMode OBJECT-TYPE - SYNTAX INTEGER { - manual-control(0), - notification-control(1), - time-control(2), - thermostat-control(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Relay Control Mode used for selecting the mode to control a relay." - ::= { sensorProbeRelayArrayPort5Entry 30 } - - sensorProbeRelayArrayPort6 OBJECT IDENTIFIER ::= { sensorProbeRelayArraySensor 6 } - sensorProbeRelayArrayPort6Number OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of port on the RelayArray." - ::= { sensorProbeRelayArrayPort6 1 } - - sensorProbeRelayArrayPort6Table OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeRelayArrayPort6Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every Switch Sensor in the SensorArray. Each row in the table contains data for a different Switch Sensor." - ::= { sensorProbeRelayArrayPort6 2 } - - sensorProbeRelayArrayPort6Entry OBJECT-TYPE - SYNTAX SensorProbeRelayArrayPort6Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeRelayArrayPort6 Table" - INDEX { sensorProbeRelayArrayPort6Index } - ::= { sensorProbeRelayArrayPort6Table 1 } - - SensorProbeRelayArrayPort6Entry ::= SEQUENCE { - sensorProbeRelayArrayPort6Index - INTEGER, - sensorProbeRelayArrayPort6Description - DisplayString, - sensorProbeRelayArrayPort6Status - INTEGER, - sensorProbeRelayArrayPort6Online - INTEGER, - sensorProbeRelayArrayPort6GoOnline - INTEGER, - sensorProbeRelayArrayPort6NormalState - INTEGER, - sensorProbeRelayArrayPort6RelayCycleTime - INTEGER, - sensorProbeRelayArrayPort6RelayAction - INTEGER, - sensorProbeRelayArrayPort6ManualRelayCycleTime - INTEGER, - sensorProbeRelayArrayPort6ManualRelayAction - INTEGER, - sensorProbeRelayArrayPort6RelayDescOn - DisplayString, - sensorProbeRelayArrayPort6RelayDescOff - DisplayString, - sensorProbeRelayArrayPort6URL - DisplayString, - sensorProbeRelayArrayPort6OpenURL - INTEGER, - sensorProbeRelayArrayPort6ControlMode - INTEGER - } - - sensorProbeRelayArrayPort6Index OBJECT-TYPE - SYNTAX INTEGER (0..7) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sensor RelayArray port." - ::= { sensorProbeRelayArrayPort6Entry 1 } - - sensorProbeRelayArrayPort6Description OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor RelayArray" - ::= { sensorProbeRelayArrayPort6Entry 2 } - - sensorProbeRelayArrayPort6Status OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highCritical(4), - lowCritical(6), - sensorError(7), - relayOn(8), - relayOff(9) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorProbeRelayArrayPort6Entry 4 } - - sensorProbeRelayArrayPort6Online OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeRelayArrayPort6Entry 5 } - - sensorProbeRelayArrayPort6GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeRelayArrayPort6Entry 6 } - - sensorProbeRelayArrayPort6NormalState OBJECT-TYPE - SYNTAX INTEGER { - closed(0), - open(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The normal state of RleayArray" - ::= { sensorProbeRelayArrayPort6Entry 7 } - - sensorProbeRelayArrayPort6RelayCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Relay toggle period in seconds for Cycle action." - ::= { sensorProbeRelayArrayPort6Entry 18 } - - sensorProbeRelayArrayPort6RelayAction OBJECT-TYPE - SYNTAX INTEGER { - cycle(2), - turn-on(3), - turn-off(4) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "What the relay will do when the listened to port status turns to the specified active status." - ::= { sensorProbeRelayArrayPort6Entry 21 } - - sensorProbeRelayArrayPort6ManualRelayCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Relay toggle period in seconds for Manual Cycle action." - ::= { sensorProbeRelayArrayPort6Entry 24 } - - sensorProbeRelayArrayPort6ManualRelayAction OBJECT-TYPE - SYNTAX INTEGER { - allow-sensor-control(1), - turn-on(3), - turn-off(4), - cycle-Off-On-Off(7), - cycle-On-Off-On(8) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Control the relay manualy" - ::= { sensorProbeRelayArrayPort6Entry 25 } - - sensorProbeRelayArrayPort6RelayDescOn OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of relay On" - ::= { sensorProbeRelayArrayPort6Entry 26 } - - sensorProbeRelayArrayPort6RelayDescOff OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of relay Off" - ::= { sensorProbeRelayArrayPort6Entry 27 } - - sensorProbeRelayArrayPort6URL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor URL link." - ::= { sensorProbeRelayArrayPort6Entry 28 } - - sensorProbeRelayArrayPort6OpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeRelayArrayPort6Entry 29 } - - sensorProbeRelayArrayPort6ControlMode OBJECT-TYPE - SYNTAX INTEGER { - manual-control(0), - notification-control(1), - time-control(2), - thermostat-control(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Relay Control Mode used for selecting the mode to control a relay." - ::= { sensorProbeRelayArrayPort6Entry 30 } - - sensorProbeRelayArrayPort7 OBJECT IDENTIFIER ::= { sensorProbeRelayArraySensor 7 } - sensorProbeRelayArrayPort7Number OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of port on the RelayArray." - ::= { sensorProbeRelayArrayPort7 1 } - - sensorProbeRelayArrayPort7Table OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeRelayArrayPort7Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every Switch Sensor in the SensorArray. Each row in the table contains data for a different Switch Sensor." - ::= { sensorProbeRelayArrayPort7 2 } - - sensorProbeRelayArrayPort7Entry OBJECT-TYPE - SYNTAX SensorProbeRelayArrayPort7Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeRelayArrayPort7 Table" - INDEX { sensorProbeRelayArrayPort7Index } - ::= { sensorProbeRelayArrayPort7Table 1 } - - SensorProbeRelayArrayPort7Entry ::= SEQUENCE { - sensorProbeRelayArrayPort7Index - INTEGER, - sensorProbeRelayArrayPort7Description - DisplayString, - sensorProbeRelayArrayPort7Status - INTEGER, - sensorProbeRelayArrayPort7Online - INTEGER, - sensorProbeRelayArrayPort7GoOnline - INTEGER, - sensorProbeRelayArrayPort7NormalState - INTEGER, - sensorProbeRelayArrayPort7RelayCycleTime - INTEGER, - sensorProbeRelayArrayPort7RelayAction - INTEGER, - sensorProbeRelayArrayPort7ManualRelayCycleTime - INTEGER, - sensorProbeRelayArrayPort7ManualRelayAction - INTEGER, - sensorProbeRelayArrayPort7RelayDescOn - DisplayString, - sensorProbeRelayArrayPort7RelayDescOff - DisplayString, - sensorProbeRelayArrayPort7URL - DisplayString, - sensorProbeRelayArrayPort7OpenURL - INTEGER, - sensorProbeRelayArrayPort7ControlMode - INTEGER - } - - sensorProbeRelayArrayPort7Index OBJECT-TYPE - SYNTAX INTEGER (0..7) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sensor RelayArray port." - ::= { sensorProbeRelayArrayPort7Entry 1 } - - sensorProbeRelayArrayPort7Description OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor RelayArray" - ::= { sensorProbeRelayArrayPort7Entry 2 } - - sensorProbeRelayArrayPort7Status OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highCritical(4), - lowCritical(6), - sensorError(7), - relayOn(8), - relayOff(9) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorProbeRelayArrayPort7Entry 4 } - - sensorProbeRelayArrayPort7Online OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeRelayArrayPort7Entry 5 } - - sensorProbeRelayArrayPort7GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeRelayArrayPort7Entry 6 } - - sensorProbeRelayArrayPort7NormalState OBJECT-TYPE - SYNTAX INTEGER { - closed(0), - open(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The normal state of RleayArray" - ::= { sensorProbeRelayArrayPort7Entry 7 } - - sensorProbeRelayArrayPort7RelayCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Relay toggle period in seconds for Cycle action." - ::= { sensorProbeRelayArrayPort7Entry 18 } - - sensorProbeRelayArrayPort7RelayAction OBJECT-TYPE - SYNTAX INTEGER { - cycle(2), - turn-on(3), - turn-off(4) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "What the relay will do when the listened to port status turns to the specified active status." - ::= { sensorProbeRelayArrayPort7Entry 21 } - - sensorProbeRelayArrayPort7ManualRelayCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Relay toggle period in seconds for Manual Cycle action." - ::= { sensorProbeRelayArrayPort7Entry 24 } - - sensorProbeRelayArrayPort7ManualRelayAction OBJECT-TYPE - SYNTAX INTEGER { - allow-sensor-control(1), - turn-on(3), - turn-off(4), - cycle-Off-On-Off(7), - cycle-On-Off-On(8) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Control the relay manualy" - ::= { sensorProbeRelayArrayPort7Entry 25 } - - sensorProbeRelayArrayPort7RelayDescOn OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of relay On" - ::= { sensorProbeRelayArrayPort7Entry 26 } - - sensorProbeRelayArrayPort7RelayDescOff OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of relay Off" - ::= { sensorProbeRelayArrayPort7Entry 27 } - - sensorProbeRelayArrayPort7URL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor URL link." - ::= { sensorProbeRelayArrayPort7Entry 28 } - - sensorProbeRelayArrayPort7OpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeRelayArrayPort7Entry 29 } - - sensorProbeRelayArrayPort7ControlMode OBJECT-TYPE - SYNTAX INTEGER { - manual-control(0), - notification-control(1), - time-control(2), - thermostat-control(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Relay Control Mode used for selecting the mode to control a relay." - ::= { sensorProbeRelayArrayPort7Entry 30 } - - sensorProbeRelayArrayPort8 OBJECT IDENTIFIER ::= { sensorProbeRelayArraySensor 8 } - sensorProbeRelayArrayPort8Number OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of port on the RelayArray." - ::= { sensorProbeRelayArrayPort8 1 } - - sensorProbeRelayArrayPort8Table OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeRelayArrayPort8Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every Switch Sensor in the SensorArray. Each row in the table contains data for a different Switch Sensor." - ::= { sensorProbeRelayArrayPort8 2 } - - sensorProbeRelayArrayPort8Entry OBJECT-TYPE - SYNTAX SensorProbeRelayArrayPort8Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeRelayArrayPort8 Table" - INDEX { sensorProbeRelayArrayPort8Index } - ::= { sensorProbeRelayArrayPort8Table 1 } - - SensorProbeRelayArrayPort8Entry ::= SEQUENCE { - sensorProbeRelayArrayPort8Index - INTEGER, - sensorProbeRelayArrayPort8Description - DisplayString, - sensorProbeRelayArrayPort8Status - INTEGER, - sensorProbeRelayArrayPort8Online - INTEGER, - sensorProbeRelayArrayPort8GoOnline - INTEGER, - sensorProbeRelayArrayPort8NormalState - INTEGER, - sensorProbeRelayArrayPort8RelayCycleTime - INTEGER, - sensorProbeRelayArrayPort8RelayAction - INTEGER, - sensorProbeRelayArrayPort8ManualRelayCycleTime - INTEGER, - sensorProbeRelayArrayPort8ManualRelayAction - INTEGER, - sensorProbeRelayArrayPort8RelayDescOn - DisplayString, - sensorProbeRelayArrayPort8RelayDescOff - DisplayString, - sensorProbeRelayArrayPort8URL - DisplayString, - sensorProbeRelayArrayPort8OpenURL - INTEGER, - sensorProbeRelayArrayPort8ControlMode - INTEGER - } - - sensorProbeRelayArrayPort8Index OBJECT-TYPE - SYNTAX INTEGER (0..7) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sensor RelayArray port." - ::= { sensorProbeRelayArrayPort8Entry 1 } - - sensorProbeRelayArrayPort8Description OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor RelayArray" - ::= { sensorProbeRelayArrayPort8Entry 2 } - - sensorProbeRelayArrayPort8Status OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highCritical(4), - lowCritical(6), - sensorError(7), - relayOn(8), - relayOff(9) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorProbeRelayArrayPort8Entry 4 } - - sensorProbeRelayArrayPort8Online OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeRelayArrayPort8Entry 5 } - - sensorProbeRelayArrayPort8GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeRelayArrayPort8Entry 6 } - - sensorProbeRelayArrayPort8NormalState OBJECT-TYPE - SYNTAX INTEGER { - closed(0), - open(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The normal state of RleayArray" - ::= { sensorProbeRelayArrayPort8Entry 7 } - - sensorProbeRelayArrayPort8RelayCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Relay toggle period in seconds for Cycle action." - ::= { sensorProbeRelayArrayPort8Entry 18 } - - sensorProbeRelayArrayPort8RelayAction OBJECT-TYPE - SYNTAX INTEGER { - cycle(2), - turn-on(3), - turn-off(4) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "What the relay will do when the listened to port status turns to the specified active status." - ::= { sensorProbeRelayArrayPort8Entry 21 } - - sensorProbeRelayArrayPort8ManualRelayCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Relay toggle period in seconds for Manual Cycle action." - ::= { sensorProbeRelayArrayPort8Entry 24 } - - sensorProbeRelayArrayPort8ManualRelayAction OBJECT-TYPE - SYNTAX INTEGER { - allow-sensor-control(1), - turn-on(3), - turn-off(4), - cycle-Off-On-Off(7), - cycle-On-Off-On(8) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Control the relay manualy" - ::= { sensorProbeRelayArrayPort8Entry 25 } - - sensorProbeRelayArrayPort8RelayDescOn OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of relay On" - ::= { sensorProbeRelayArrayPort8Entry 26 } - - sensorProbeRelayArrayPort8RelayDescOff OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of relay Off" - ::= { sensorProbeRelayArrayPort8Entry 27 } - - sensorProbeRelayArrayPort8URL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor URL link." - ::= { sensorProbeRelayArrayPort8Entry 28 } - - sensorProbeRelayArrayPort8OpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeRelayArrayPort8Entry 29 } - - sensorProbeRelayArrayPort8ControlMode OBJECT-TYPE - SYNTAX INTEGER { - manual-control(0), - notification-control(1), - time-control(2), - thermostat-control(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Relay Control Mode used for selecting the mode to control a relay." - ::= { sensorProbeRelayArrayPort8Entry 30 } - - sensorProbeVirtualAnalogSensor OBJECT IDENTIFIER ::= { sensorProbeOtherSensor 30 } - - sensorProbeVirtualAnalogSensorNumber OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of VirtualAnalog Sensor port." - ::= { sensorProbeVirtualAnalogSensor 1 } - - sensorProbeVirtualAnalogSensorTable OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeVirtualAnalogSensorEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every VirtualAnalog Sensor in the SensorArray. Each row in the table contains data for a different VirtualAnalog Sensor." - ::= { sensorProbeVirtualAnalogSensor 2 } - - sensorProbeVirtualAnalogSensorEntry OBJECT-TYPE - SYNTAX SensorProbeVirtualAnalogSensorEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeVirtualAnalogSensorEntry Table" - INDEX { sensorProbeVirtualAnalogSensorIndex } - ::= { sensorProbeVirtualAnalogSensorTable 1 } - - SensorProbeVirtualAnalogSensorEntry ::= SEQUENCE { - sensorProbeVirtualAnalogSensorIndex - INTEGER, - sensorProbeVirtualAnalogDescription - DisplayString, - sensorProbeVirtualAnalogStatus - INTEGER, - sensorProbeVirtualAnalogOnline - INTEGER, - sensorProbeVirtualAnalogGoOnline - INTEGER, - sensorProbeVirtualAnalogHighWarning - INTEGER, - sensorProbeVirtualAnalogHighCritical - INTEGER, - sensorProbeVirtualAnalogLowWarning - INTEGER, - sensorProbeVirtualAnalogLowCritical - INTEGER, - sensorProbeVirtualAnalogRearm - INTEGER, - sensorProbeVirtualAnalogRaw - INTEGER, - sensorProbeVirtualAnalogEmailTrapLimit - INTEGER, - sensorProbeVirtualAnalogDelayError - INTEGER, - sensorProbeVirtualAnalogDelayNormal - INTEGER, - sensorProbeVirtualAnalogUnit - DisplayString, - sensorProbeVirtualAnalogAcknowledgement - INTEGER, - sensorProbeVirtualAnalogURL - DisplayString, - sensorProbeVirtualAnalogOpenURL - INTEGER, - sensorProbeVirtualAnalogContTimeHighCritical - INTEGER, - sensorProbeVirtualAnalogContTimeHighWarning - INTEGER, - sensorProbeVirtualAnalogContTimeNormal - INTEGER, - sensorProbeVirtualAnalogContTimeLowWarning - INTEGER, - sensorProbeVirtualAnalogContTimeLowCritical - INTEGER, - sensorProbeVirtualAnalogContTimeSensorError - INTEGER, - sensorProbeVirtualAnalogCalendar - INTEGER, - sensorProbeVirtualAnalogValueFactor - INTEGER - } - - sensorProbeVirtualAnalogSensorIndex OBJECT-TYPE - SYNTAX INTEGER (0..67) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each VirtualAnalog sensor port." - ::= { sensorProbeVirtualAnalogSensorEntry 1 } - - sensorProbeVirtualAnalogDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor" - ::= { sensorProbeVirtualAnalogSensorEntry 2 } - - sensorProbeVirtualAnalogStatus OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - sensorError(7) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorProbeVirtualAnalogSensorEntry 4 } - - sensorProbeVirtualAnalogOnline OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeVirtualAnalogSensorEntry 5 } - - sensorProbeVirtualAnalogGoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeVirtualAnalogSensorEntry 6 } - - sensorProbeVirtualAnalogHighWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How high the relative VirtualAnalog this sensor measures before it sends a warning" - ::= { sensorProbeVirtualAnalogSensorEntry 7 } - - sensorProbeVirtualAnalogHighCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How high the relative VirtualAnalog this sensor measures before it becomes critical" - ::= { sensorProbeVirtualAnalogSensorEntry 8 } - - sensorProbeVirtualAnalogLowWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How low the relative VirtualAnalog this sensor measures before it sends a warning" - ::= { sensorProbeVirtualAnalogSensorEntry 9 } - - sensorProbeVirtualAnalogLowCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How low the relative VirtualAnalog this sensor measures before it becomes critical" - ::= { sensorProbeVirtualAnalogSensorEntry 10 } - - sensorProbeVirtualAnalogRearm OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The percent relative VirtualAnalog to rearm the status. For example if status goes from normal to warning, the VirtualAnalog must go down spAnalogueRearm below warning before the status goes to normal" - ::= { sensorProbeVirtualAnalogSensorEntry 11 } - - sensorProbeVirtualAnalogRaw OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The unformatted, raw, A/D value in this sensor. Contains more resolution than the formated percentage. This number can go from 0 to 1023 depending on the input voltage" - ::= { sensorProbeVirtualAnalogSensorEntry 13 } - - sensorProbeVirtualAnalogEmailTrapLimit OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable email/trap limit feature" - ::= { sensorProbeVirtualAnalogSensorEntry 17 } - - sensorProbeVirtualAnalogDelayError OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time in seconds after the sensor has been in error status before report as an error" - ::= { sensorProbeVirtualAnalogSensorEntry 21 } - - sensorProbeVirtualAnalogDelayNormal OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time in seconds after the sensor change from error to normal before report as normal" - ::= { sensorProbeVirtualAnalogSensorEntry 22 } - - sensorProbeVirtualAnalogUnit OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Display unit in VirtualAnalog." - ::= { sensorProbeVirtualAnalogSensorEntry 27 } - - sensorProbeVirtualAnalogAcknowledgement OBJECT-TYPE - SYNTAX INTEGER { - ack(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Acknowledged sensor error and stop notification" - ::= { sensorProbeVirtualAnalogSensorEntry 41 } - - sensorProbeVirtualAnalogURL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor URL link." - ::= { sensorProbeVirtualAnalogSensorEntry 43 } - - sensorProbeVirtualAnalogOpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeVirtualAnalogSensorEntry 44 } - - sensorProbeVirtualAnalogContTimeHighCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Critical before accepting new Status." - ::= { sensorProbeVirtualAnalogSensorEntry 45 } - - sensorProbeVirtualAnalogContTimeHighWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Warning before accepting new Status." - ::= { sensorProbeVirtualAnalogSensorEntry 46 } - - sensorProbeVirtualAnalogContTimeNormal OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Normal before accepting new Status." - ::= { sensorProbeVirtualAnalogSensorEntry 47 } - - sensorProbeVirtualAnalogContTimeLowWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Warning before accepting new Status." - ::= { sensorProbeVirtualAnalogSensorEntry 48 } - - sensorProbeVirtualAnalogContTimeLowCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Critical before accepting new Status." - ::= { sensorProbeVirtualAnalogSensorEntry 49 } - - sensorProbeVirtualAnalogContTimeSensorError OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Sensor Error before accepting new Status." - ::= { sensorProbeVirtualAnalogSensorEntry 50 } - - sensorProbeVirtualAnalogCalendar OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable or disable the calendar filtering working hours of sensor." - ::= { sensorProbeVirtualAnalogSensorEntry 51 } - - sensorProbeVirtualAnalogValueFactor OBJECT-TYPE - SYNTAX INTEGER { - x1(1), - x0-1(10), - x0-01(100), - x0-001(1000) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To change the ratio of value." - ::= { sensorProbeVirtualAnalogSensorEntry 52 } - - sensorProbeVirtualSwitchSensor OBJECT IDENTIFIER ::= { sensorProbeOtherSensor 31 } - - sensorProbeVirtualSwitchSensorNumber OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of VirtualSwitch Sensor port." - ::= { sensorProbeVirtualSwitchSensor 1 } - - sensorProbeVirtualSwitchSensorTable OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeVirtualSwitchSensorEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every VirtualSwitch Sensor in the SensorArray. Each row in the table contains data for a different VirtualSwitch Sensor." - ::= { sensorProbeVirtualSwitchSensor 2 } - - sensorProbeVirtualSwitchSensorEntry OBJECT-TYPE - SYNTAX SensorProbeVirtualSwitchSensorEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeVirtualSwitchSensorEntry Table" - INDEX { sensorProbeVirtualSwitchSensorIndex } - ::= { sensorProbeVirtualSwitchSensorTable 1 } - - SensorProbeVirtualSwitchSensorEntry ::= SEQUENCE { - sensorProbeVirtualSwitchSensorIndex - INTEGER, - sensorProbeVirtualSwitchDescription - DisplayString, - sensorProbeVirtualSwitchStatus - INTEGER, - sensorProbeVirtualSwitchOnline - INTEGER, - sensorProbeVirtualSwitchGoOnline - INTEGER, - sensorProbeVirtualSwitchEmailTrapLimit - INTEGER, - sensorProbeVirtualSwitchContTimeHighCritical - INTEGER, - sensorProbeVirtualSwitchContTimeNormal - INTEGER, - sensorProbeVirtualSwitchDescriptionCritical - DisplayString, - sensorProbeVirtualSwitchDescriptionNormal - DisplayString, - sensorProbeVirtualSwitchAcknowledgement - INTEGER, - sensorProbeVirtualSwitchURL - DisplayString, - sensorProbeVirtualSwitchOpenURL - INTEGER, - sensorProbeVirtualSwitchCalendar - INTEGER, - sensorProbeVirtualSwitchNormalState - INTEGER - } - - sensorProbeVirtualSwitchSensorIndex OBJECT-TYPE - SYNTAX INTEGER (0..67) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each VirtualSwitch sensor port." - ::= { sensorProbeVirtualSwitchSensorEntry 1 } - - sensorProbeVirtualSwitchDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor" - ::= { sensorProbeVirtualSwitchSensorEntry 2 } - - sensorProbeVirtualSwitchStatus OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - sensorError(7) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorProbeVirtualSwitchSensorEntry 4 } - - sensorProbeVirtualSwitchOnline OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeVirtualSwitchSensorEntry 5 } - - sensorProbeVirtualSwitchGoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeVirtualSwitchSensorEntry 6 } - - sensorProbeVirtualSwitchEmailTrapLimit OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable email/trap limit feature" - ::= { sensorProbeVirtualSwitchSensorEntry 17 } - - sensorProbeVirtualSwitchContTimeHighCritical OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Critical before accepting new Status." - ::= { sensorProbeVirtualSwitchSensorEntry 21 } - - sensorProbeVirtualSwitchContTimeNormal OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Normal before accepting new Status." - ::= { sensorProbeVirtualSwitchSensorEntry 22 } - - sensorProbeVirtualSwitchDescriptionCritical OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of status when the virsual switch is critical" - ::= { sensorProbeVirtualSwitchSensorEntry 26 } - - sensorProbeVirtualSwitchDescriptionNormal OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of status when the virsual switch is normal" - ::= { sensorProbeVirtualSwitchSensorEntry 27 } - - sensorProbeVirtualSwitchAcknowledgement OBJECT-TYPE - SYNTAX INTEGER { - ack(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Acknowledged sensor error and stop notification" - ::= { sensorProbeVirtualSwitchSensorEntry 41 } - - sensorProbeVirtualSwitchURL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor URL link." - ::= { sensorProbeVirtualSwitchSensorEntry 43 } - - sensorProbeVirtualSwitchOpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeVirtualSwitchSensorEntry 44 } - - sensorProbeVirtualSwitchCalendar OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable or disable the calendar filtering working hours of sensor." - ::= { sensorProbeVirtualSwitchSensorEntry 45 } - - sensorProbeVirtualSwitchNormalState OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The normal state of a return of the virsual switch. If a return of the virsual switch is equal this normal state value, it is normal. Otherwise, it is critical." - ::= { sensorProbeVirtualSwitchSensorEntry 46 } - - sensorProbeWattHoursSensor OBJECT IDENTIFIER ::= { sensorProbeOtherSensor 32 } - - sensorProbeWattHoursSensorNumber OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of WattHours Sensor port." - ::= { sensorProbeWattHoursSensor 1 } - - sensorProbeWattHoursSensorTable OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeWattHoursSensorEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every WattHours Sensor in the SensorArray. Each row in the table contains data for a different WattHours Sensor." - ::= { sensorProbeWattHoursSensor 2 } - - sensorProbeWattHoursSensorEntry OBJECT-TYPE - SYNTAX SensorProbeWattHoursSensorEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeWattHoursSensorEntry Table" - INDEX { sensorProbeWattHoursSensorIndex } - ::= { sensorProbeWattHoursSensorTable 1 } - - SensorProbeWattHoursSensorEntry ::= SEQUENCE { - sensorProbeWattHoursSensorIndex - INTEGER, - sensorProbeWattHoursDescription - DisplayString, - sensorProbeWattHoursPercent - INTEGER, - sensorProbeWattHoursReset - INTEGER - } - - sensorProbeWattHoursSensorIndex OBJECT-TYPE - SYNTAX INTEGER (0..7) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each WattHours sensor port." - ::= { sensorProbeWattHoursSensorEntry 1 } - - sensorProbeWattHoursDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor" - ::= { sensorProbeWattHoursSensorEntry 2 } - - sensorProbeWattHoursPercent OBJECT-TYPE - SYNTAX INTEGER (-32768..32767) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The relative WattHours percentage measured by this sensor" - ::= { sensorProbeWattHoursSensorEntry 3 } - - sensorProbeWattHoursReset OBJECT-TYPE - SYNTAX INTEGER (1) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The relative WattHours percentage measured by this sensor" - ::= { sensorProbeWattHoursSensorEntry 43 } - - sensorProbeTemperatureArraySensor OBJECT IDENTIFIER ::= { sensorProbeOtherSensor 33 } - - sensorProbeTemperatureArrayPort1 OBJECT IDENTIFIER ::= { sensorProbeTemperatureArraySensor 1 } - sensorProbeTemperatureArrayPort1Number OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of port on the TemperatureArray." - ::= { sensorProbeTemperatureArrayPort1 1 } - - sensorProbeTemperatureArrayPort1Table OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeTemperatureArrayPort1Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every Switch Sensor in the SensorArray. Each row in the table contains data for a different Switch Sensor." - ::= { sensorProbeTemperatureArrayPort1 2 } - - sensorProbeTemperatureArrayPort1Entry OBJECT-TYPE - SYNTAX SensorProbeTemperatureArrayPort1Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeTemperatureArrayPort1 Table" - INDEX { sensorProbeTemperatureArrayPort1Index } - ::= { sensorProbeTemperatureArrayPort1Table 1 } - - SensorProbeTemperatureArrayPort1Entry ::= SEQUENCE { - sensorProbeTemperatureArrayPort1Index - INTEGER, - sensorProbeTemperatureArrayPort1Description - DisplayString, - sensorProbeTemperatureArrayPort1Value - INTEGER, - sensorProbeTemperatureArrayPort1Status - INTEGER, - sensorProbeTemperatureArrayPort1Online - INTEGER, - sensorProbeTemperatureArrayPort1GoOnline - INTEGER, - sensorProbeTemperatureArrayPort1HighWarning - INTEGER, - sensorProbeTemperatureArrayPort1HighCritical - INTEGER, - sensorProbeTemperatureArrayPort1LowWarning - INTEGER, - sensorProbeTemperatureArrayPort1LowCritical - INTEGER, - sensorProbeTemperatureArrayPort1Rearm - INTEGER, - sensorProbeTemperatureArrayPort1DegreeType - INTEGER, - sensorProbeTemperatureArrayPort1DegreeRaw - INTEGER, - sensorProbeTemperatureArrayPort1Offset - INTEGER, - sensorProbeTemperatureArrayPort1URL - DisplayString, - sensorProbeTemperatureArrayPort1OpenURL - INTEGER, - sensorProbeTemperatureArrayPort1DatacollectType - INTEGER, - sensorProbeTemperatureArrayPort1ContTimeHighCritical - INTEGER, - sensorProbeTemperatureArrayPort1ContTimeHighWarning - INTEGER, - sensorProbeTemperatureArrayPort1ContTimeNormal - INTEGER, - sensorProbeTemperatureArrayPort1ContTimeLowWarning - INTEGER, - sensorProbeTemperatureArrayPort1ContTimeLowCritical - INTEGER, - sensorProbeTemperatureArrayPort1ContTimeSensorError - INTEGER, - sensorProbeTemperatureArrayPort1Calendar - INTEGER, - sensorProbeThermostatTemperatureArrayPort1Index - INTEGER, - sensorProbeThermostatTemperatureArrayPort1Description - DisplayString, - sensorProbeThermostatTemperatureArrayPort1Value - INTEGER, - sensorProbeThermostatTemperatureArrayPort1Online - INTEGER, - sensorProbeThermostatTemperatureArrayPort1GoOnline - INTEGER, - sensorProbeThermostatTemperatureArrayPort1Mode - INTEGER, - sensorProbeThermostatTemperatureArrayPort1RelayControlPort - INTEGER, - sensorProbeThermostatTemperatureArrayPort1NormalAction1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort1HighLimit1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort1HighLimitAction1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort1LowLimit1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort1LowLimitAction1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort1NormalAction2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort1HighLimit2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort1HighLimitAction2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort1LowLimit2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort1LowLimitAction2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort1EnableTime - DisplayString - } - - sensorProbeTemperatureArrayPort1Index OBJECT-TYPE - SYNTAX INTEGER (0..7) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sensor TemperatureArray port." - ::= { sensorProbeTemperatureArrayPort1Entry 1 } - - sensorProbeTemperatureArrayPort1Description OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor TemperatureArray" - ::= { sensorProbeTemperatureArrayPort1Entry 2 } - - sensorProbeTemperatureArrayPort1Value OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The value in this sensor" - ::= { sensorProbeTemperatureArrayPort1Entry 3 } - - sensorProbeTemperatureArrayPort1Status OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - sensorError(7) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorProbeTemperatureArrayPort1Entry 4 } - - sensorProbeTemperatureArrayPort1Online OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeTemperatureArrayPort1Entry 5 } - - sensorProbeTemperatureArrayPort1GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeTemperatureArrayPort1Entry 6 } - - sensorProbeTemperatureArrayPort1HighWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a warning" - ::= { sensorProbeTemperatureArrayPort1Entry 7 } - - sensorProbeTemperatureArrayPort1HighCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a critical event" - ::= { sensorProbeTemperatureArrayPort1Entry 8 } - - sensorProbeTemperatureArrayPort1LowWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a warning" - ::= { sensorProbeTemperatureArrayPort1Entry 9 } - - sensorProbeTemperatureArrayPort1LowCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a critical event" - ::= { sensorProbeTemperatureArrayPort1Entry 10 } - - sensorProbeTemperatureArrayPort1Rearm OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The number of degrees to rearm the status. For example if status goes from normal to warning, the temp must go down spTempRearm degrees below warning before the status goes to normal" - ::= { sensorProbeTemperatureArrayPort1Entry 11 } - - sensorProbeTemperatureArrayPort1DegreeType OBJECT-TYPE - SYNTAX INTEGER { - fahr(0), - celsius(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The degrees are in fahrenheit(0) or in celsius(1)" - ::= { sensorProbeTemperatureArrayPort1Entry 12 } - - sensorProbeTemperatureArrayPort1DegreeRaw OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The raw degree data from the temperature sensor, slightly higher resolution" - ::= { sensorProbeTemperatureArrayPort1Entry 14 } - - sensorProbeTemperatureArrayPort1Offset OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Offset reading" - ::= { sensorProbeTemperatureArrayPort1Entry 15 } - - sensorProbeTemperatureArrayPort1URL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor URL link." - ::= { sensorProbeTemperatureArrayPort1Entry 16 } - - sensorProbeTemperatureArrayPort1OpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeTemperatureArrayPort1Entry 17 } - - sensorProbeTemperatureArrayPort1DatacollectType OBJECT-TYPE - SYNTAX INTEGER { - average(1), - highest(2), - lowest(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Type of datacollect to collect." - ::= { sensorProbeTemperatureArrayPort1Entry 18 } - - sensorProbeTemperatureArrayPort1ContTimeHighCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Critical before accepting new Status." - ::= { sensorProbeTemperatureArrayPort1Entry 19 } - - sensorProbeTemperatureArrayPort1ContTimeHighWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Warning before accepting new Status." - ::= { sensorProbeTemperatureArrayPort1Entry 20 } - - sensorProbeTemperatureArrayPort1ContTimeNormal OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Normal before accepting new Status." - ::= { sensorProbeTemperatureArrayPort1Entry 21 } - - sensorProbeTemperatureArrayPort1ContTimeLowWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Warning before accepting new Status." - ::= { sensorProbeTemperatureArrayPort1Entry 22 } - - sensorProbeTemperatureArrayPort1ContTimeLowCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Critical before accepting new Status." - ::= { sensorProbeTemperatureArrayPort1Entry 23 } - - sensorProbeTemperatureArrayPort1ContTimeSensorError OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Sensor Error before accepting new Status." - ::= { sensorProbeTemperatureArrayPort1Entry 24 } - - sensorProbeTemperatureArrayPort1Calendar OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable or disable the calendar filtering working hours of sensor." - ::= { sensorProbeTemperatureArrayPort1Entry 25 } - - sensorProbeThermostatTemperatureArrayPort1Index OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sensor thermostat port." - ::= { sensorProbeTemperatureArrayPort1Entry 26 } - - sensorProbeThermostatTemperatureArrayPort1Description OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor thermostat" - ::= { sensorProbeTemperatureArrayPort1Entry 27 } - - sensorProbeThermostatTemperatureArrayPort1Value OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The value in this sensor" - ::= { sensorProbeTemperatureArrayPort1Entry 28 } - - sensorProbeThermostatTemperatureArrayPort1Online OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeTemperatureArrayPort1Entry 29 } - - sensorProbeThermostatTemperatureArrayPort1GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeTemperatureArrayPort1Entry 30 } - - sensorProbeThermostatTemperatureArrayPort1Mode OBJECT-TYPE - SYNTAX INTEGER { - normal(0), - time-bases(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To select the thermostat mode for working on time-bases(1) or normal(0)." - ::= { sensorProbeTemperatureArrayPort1Entry 31 } - - sensorProbeThermostatTemperatureArrayPort1RelayControlPort OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To select a relay port to be controled by this thermostat sensor." - ::= { sensorProbeTemperatureArrayPort1Entry 32 } - - sensorProbeThermostatTemperatureArrayPort1NormalAction1 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: Thermostat normal action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort1Entry 33 } - - sensorProbeThermostatTemperatureArrayPort1HighLimit1 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: When this sersor higher than thermostat high limit, it will take a high limit action." - ::= { sensorProbeTemperatureArrayPort1Entry 34 } - - sensorProbeThermostatTemperatureArrayPort1HighLimitAction1 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: Thermostat high limit action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort1Entry 35 } - - sensorProbeThermostatTemperatureArrayPort1LowLimit1 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: When this sersor higher than thermostat low limit, it will take a normal limit action." - ::= { sensorProbeTemperatureArrayPort1Entry 36 } - - sensorProbeThermostatTemperatureArrayPort1LowLimitAction1 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: Thermostat low limit action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort1Entry 37 } - - sensorProbeThermostatTemperatureArrayPort1NormalAction2 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: Thermostat normal action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort1Entry 38 } - - sensorProbeThermostatTemperatureArrayPort1HighLimit2 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: When this sersor higher than thermostat high limit, it will take a high limit action." - ::= { sensorProbeTemperatureArrayPort1Entry 39 } - - sensorProbeThermostatTemperatureArrayPort1HighLimitAction2 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: Thermostat high limit action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort1Entry 40 } - - sensorProbeThermostatTemperatureArrayPort1LowLimit2 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: When this sersor higher than thermostat low limit, it will take a normal limit action." - ::= { sensorProbeTemperatureArrayPort1Entry 41 } - - sensorProbeThermostatTemperatureArrayPort1LowLimitAction2 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: Thermostat low limit action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort1Entry 42 } - - sensorProbeThermostatTemperatureArrayPort1EnableTime OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time to enable on Thermostat" - ::= { sensorProbeTemperatureArrayPort1Entry 43 } - - sensorProbeTemperatureArrayPort2 OBJECT IDENTIFIER ::= { sensorProbeTemperatureArraySensor 2 } - sensorProbeTemperatureArrayPort2Number OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of port on the TemperatureArray." - ::= { sensorProbeTemperatureArrayPort2 1 } - - sensorProbeTemperatureArrayPort2Table OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeTemperatureArrayPort2Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every Switch Sensor in the SensorArray. Each row in the table contains data for a different Switch Sensor." - ::= { sensorProbeTemperatureArrayPort2 2 } - - sensorProbeTemperatureArrayPort2Entry OBJECT-TYPE - SYNTAX SensorProbeTemperatureArrayPort2Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeTemperatureArrayPort2 Table" - INDEX { sensorProbeTemperatureArrayPort2Index } - ::= { sensorProbeTemperatureArrayPort2Table 1 } - - SensorProbeTemperatureArrayPort2Entry ::= SEQUENCE { - sensorProbeTemperatureArrayPort2Index - INTEGER, - sensorProbeTemperatureArrayPort2Description - DisplayString, - sensorProbeTemperatureArrayPort2Value - INTEGER, - sensorProbeTemperatureArrayPort2Status - INTEGER, - sensorProbeTemperatureArrayPort2Online - INTEGER, - sensorProbeTemperatureArrayPort2GoOnline - INTEGER, - sensorProbeTemperatureArrayPort2HighWarning - INTEGER, - sensorProbeTemperatureArrayPort2HighCritical - INTEGER, - sensorProbeTemperatureArrayPort2LowWarning - INTEGER, - sensorProbeTemperatureArrayPort2LowCritical - INTEGER, - sensorProbeTemperatureArrayPort2Rearm - INTEGER, - sensorProbeTemperatureArrayPort2DegreeType - INTEGER, - sensorProbeTemperatureArrayPort2DegreeRaw - INTEGER, - sensorProbeTemperatureArrayPort2Offset - INTEGER, - sensorProbeTemperatureArrayPort2URL - DisplayString, - sensorProbeTemperatureArrayPort2OpenURL - INTEGER, - sensorProbeTemperatureArrayPort2DatacollectType - INTEGER, - sensorProbeTemperatureArrayPort2ContTimeHighCritical - INTEGER, - sensorProbeTemperatureArrayPort2ContTimeHighWarning - INTEGER, - sensorProbeTemperatureArrayPort2ContTimeNormal - INTEGER, - sensorProbeTemperatureArrayPort2ContTimeLowWarning - INTEGER, - sensorProbeTemperatureArrayPort2ContTimeLowCritical - INTEGER, - sensorProbeTemperatureArrayPort2ContTimeSensorError - INTEGER, - sensorProbeTemperatureArrayPort2Calendar - INTEGER, - sensorProbeThermostatTemperatureArrayPort2Index - INTEGER, - sensorProbeThermostatTemperatureArrayPort2Description - DisplayString, - sensorProbeThermostatTemperatureArrayPort2Value - INTEGER, - sensorProbeThermostatTemperatureArrayPort2Online - INTEGER, - sensorProbeThermostatTemperatureArrayPort2GoOnline - INTEGER, - sensorProbeThermostatTemperatureArrayPort2Mode - INTEGER, - sensorProbeThermostatTemperatureArrayPort2RelayControlPort - INTEGER, - sensorProbeThermostatTemperatureArrayPort2NormalAction1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort2HighLimit1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort2HighLimitAction1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort2LowLimit1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort2LowLimitAction1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort2NormalAction2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort2HighLimit2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort2HighLimitAction2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort2LowLimit2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort2LowLimitAction2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort2EnableTime - DisplayString - } - - sensorProbeTemperatureArrayPort2Index OBJECT-TYPE - SYNTAX INTEGER (0..7) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sensor TemperatureArray port." - ::= { sensorProbeTemperatureArrayPort2Entry 1 } - - sensorProbeTemperatureArrayPort2Description OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor TemperatureArray" - ::= { sensorProbeTemperatureArrayPort2Entry 2 } - - sensorProbeTemperatureArrayPort2Value OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The value in this sensor" - ::= { sensorProbeTemperatureArrayPort2Entry 3 } - - sensorProbeTemperatureArrayPort2Status OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - sensorError(7) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorProbeTemperatureArrayPort2Entry 4 } - - sensorProbeTemperatureArrayPort2Online OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeTemperatureArrayPort2Entry 5 } - - sensorProbeTemperatureArrayPort2GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeTemperatureArrayPort2Entry 6 } - - sensorProbeTemperatureArrayPort2HighWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a warning" - ::= { sensorProbeTemperatureArrayPort2Entry 7 } - - sensorProbeTemperatureArrayPort2HighCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a critical event" - ::= { sensorProbeTemperatureArrayPort2Entry 8 } - - sensorProbeTemperatureArrayPort2LowWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a warning" - ::= { sensorProbeTemperatureArrayPort2Entry 9 } - - sensorProbeTemperatureArrayPort2LowCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a critical event" - ::= { sensorProbeTemperatureArrayPort2Entry 10 } - - sensorProbeTemperatureArrayPort2Rearm OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The number of degrees to rearm the status. For example if status goes from normal to warning, the temp must go down spTempRearm degrees below warning before the status goes to normal" - ::= { sensorProbeTemperatureArrayPort2Entry 11 } - - sensorProbeTemperatureArrayPort2DegreeType OBJECT-TYPE - SYNTAX INTEGER { - fahr(0), - celsius(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The degrees are in fahrenheit(0) or in celsius(1)" - ::= { sensorProbeTemperatureArrayPort2Entry 12 } - - sensorProbeTemperatureArrayPort2DegreeRaw OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The raw degree data from the temperature sensor, slightly higher resolution" - ::= { sensorProbeTemperatureArrayPort2Entry 14 } - - sensorProbeTemperatureArrayPort2Offset OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Offset reading" - ::= { sensorProbeTemperatureArrayPort2Entry 15 } - - sensorProbeTemperatureArrayPort2URL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor URL link." - ::= { sensorProbeTemperatureArrayPort2Entry 16 } - - sensorProbeTemperatureArrayPort2OpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeTemperatureArrayPort2Entry 17 } - - sensorProbeTemperatureArrayPort2DatacollectType OBJECT-TYPE - SYNTAX INTEGER { - average(1), - highest(2), - lowest(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Type of datacollect to collect." - ::= { sensorProbeTemperatureArrayPort2Entry 18 } - - sensorProbeTemperatureArrayPort2ContTimeHighCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Critical before accepting new Status." - ::= { sensorProbeTemperatureArrayPort2Entry 19 } - - sensorProbeTemperatureArrayPort2ContTimeHighWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Warning before accepting new Status." - ::= { sensorProbeTemperatureArrayPort2Entry 20 } - - sensorProbeTemperatureArrayPort2ContTimeNormal OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Normal before accepting new Status." - ::= { sensorProbeTemperatureArrayPort2Entry 21 } - - sensorProbeTemperatureArrayPort2ContTimeLowWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Warning before accepting new Status." - ::= { sensorProbeTemperatureArrayPort2Entry 22 } - - sensorProbeTemperatureArrayPort2ContTimeLowCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Critical before accepting new Status." - ::= { sensorProbeTemperatureArrayPort2Entry 23 } - - sensorProbeTemperatureArrayPort2ContTimeSensorError OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Sensor Error before accepting new Status." - ::= { sensorProbeTemperatureArrayPort2Entry 24 } - - sensorProbeTemperatureArrayPort2Calendar OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable or disable the calendar filtering working hours of sensor." - ::= { sensorProbeTemperatureArrayPort2Entry 25 } - - sensorProbeThermostatTemperatureArrayPort2Index OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sensor thermostat port." - ::= { sensorProbeTemperatureArrayPort2Entry 26 } - - sensorProbeThermostatTemperatureArrayPort2Description OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor thermostat" - ::= { sensorProbeTemperatureArrayPort2Entry 27 } - - sensorProbeThermostatTemperatureArrayPort2Value OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The value in this sensor" - ::= { sensorProbeTemperatureArrayPort2Entry 28 } - - sensorProbeThermostatTemperatureArrayPort2Online OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeTemperatureArrayPort2Entry 29 } - - sensorProbeThermostatTemperatureArrayPort2GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeTemperatureArrayPort2Entry 30 } - - sensorProbeThermostatTemperatureArrayPort2Mode OBJECT-TYPE - SYNTAX INTEGER { - normal(0), - time-bases(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To select the thermostat mode for working on time-bases(1) or normal(0)." - ::= { sensorProbeTemperatureArrayPort2Entry 31 } - - sensorProbeThermostatTemperatureArrayPort2RelayControlPort OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To select a relay port to be controled by this thermostat sensor." - ::= { sensorProbeTemperatureArrayPort2Entry 32 } - - sensorProbeThermostatTemperatureArrayPort2NormalAction1 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: Thermostat normal action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort2Entry 33 } - - sensorProbeThermostatTemperatureArrayPort2HighLimit1 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: When this sersor higher than thermostat high limit, it will take a high limit action." - ::= { sensorProbeTemperatureArrayPort2Entry 34 } - - sensorProbeThermostatTemperatureArrayPort2HighLimitAction1 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: Thermostat high limit action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort2Entry 35 } - - sensorProbeThermostatTemperatureArrayPort2LowLimit1 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: When this sersor higher than thermostat low limit, it will take a normal limit action." - ::= { sensorProbeTemperatureArrayPort2Entry 36 } - - sensorProbeThermostatTemperatureArrayPort2LowLimitAction1 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: Thermostat low limit action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort2Entry 37 } - - sensorProbeThermostatTemperatureArrayPort2NormalAction2 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: Thermostat normal action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort2Entry 38 } - - sensorProbeThermostatTemperatureArrayPort2HighLimit2 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: When this sersor higher than thermostat high limit, it will take a high limit action." - ::= { sensorProbeTemperatureArrayPort2Entry 39 } - - sensorProbeThermostatTemperatureArrayPort2HighLimitAction2 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: Thermostat high limit action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort2Entry 40 } - - sensorProbeThermostatTemperatureArrayPort2LowLimit2 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: When this sersor higher than thermostat low limit, it will take a normal limit action." - ::= { sensorProbeTemperatureArrayPort2Entry 41 } - - sensorProbeThermostatTemperatureArrayPort2LowLimitAction2 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: Thermostat low limit action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort2Entry 42 } - - sensorProbeThermostatTemperatureArrayPort2EnableTime OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time to enable on Thermostat" - ::= { sensorProbeTemperatureArrayPort2Entry 43 } - - sensorProbeTemperatureArrayPort3 OBJECT IDENTIFIER ::= { sensorProbeTemperatureArraySensor 3 } - sensorProbeTemperatureArrayPort3Number OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of port on the TemperatureArray." - ::= { sensorProbeTemperatureArrayPort3 1 } - - sensorProbeTemperatureArrayPort3Table OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeTemperatureArrayPort3Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every Switch Sensor in the SensorArray. Each row in the table contains data for a different Switch Sensor." - ::= { sensorProbeTemperatureArrayPort3 2 } - - sensorProbeTemperatureArrayPort3Entry OBJECT-TYPE - SYNTAX SensorProbeTemperatureArrayPort3Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeTemperatureArrayPort3 Table" - INDEX { sensorProbeTemperatureArrayPort3Index } - ::= { sensorProbeTemperatureArrayPort3Table 1 } - - SensorProbeTemperatureArrayPort3Entry ::= SEQUENCE { - sensorProbeTemperatureArrayPort3Index - INTEGER, - sensorProbeTemperatureArrayPort3Description - DisplayString, - sensorProbeTemperatureArrayPort3Value - INTEGER, - sensorProbeTemperatureArrayPort3Status - INTEGER, - sensorProbeTemperatureArrayPort3Online - INTEGER, - sensorProbeTemperatureArrayPort3GoOnline - INTEGER, - sensorProbeTemperatureArrayPort3HighWarning - INTEGER, - sensorProbeTemperatureArrayPort3HighCritical - INTEGER, - sensorProbeTemperatureArrayPort3LowWarning - INTEGER, - sensorProbeTemperatureArrayPort3LowCritical - INTEGER, - sensorProbeTemperatureArrayPort3Rearm - INTEGER, - sensorProbeTemperatureArrayPort3DegreeType - INTEGER, - sensorProbeTemperatureArrayPort3DegreeRaw - INTEGER, - sensorProbeTemperatureArrayPort3Offset - INTEGER, - sensorProbeTemperatureArrayPort3URL - DisplayString, - sensorProbeTemperatureArrayPort3OpenURL - INTEGER, - sensorProbeTemperatureArrayPort3DatacollectType - INTEGER, - sensorProbeTemperatureArrayPort3ContTimeHighCritical - INTEGER, - sensorProbeTemperatureArrayPort3ContTimeHighWarning - INTEGER, - sensorProbeTemperatureArrayPort3ContTimeNormal - INTEGER, - sensorProbeTemperatureArrayPort3ContTimeLowWarning - INTEGER, - sensorProbeTemperatureArrayPort3ContTimeLowCritical - INTEGER, - sensorProbeTemperatureArrayPort3ContTimeSensorError - INTEGER, - sensorProbeTemperatureArrayPort3Calendar - INTEGER, - sensorProbeThermostatTemperatureArrayPort3Index - INTEGER, - sensorProbeThermostatTemperatureArrayPort3Description - DisplayString, - sensorProbeThermostatTemperatureArrayPort3Value - INTEGER, - sensorProbeThermostatTemperatureArrayPort3Online - INTEGER, - sensorProbeThermostatTemperatureArrayPort3GoOnline - INTEGER, - sensorProbeThermostatTemperatureArrayPort3Mode - INTEGER, - sensorProbeThermostatTemperatureArrayPort3RelayControlPort - INTEGER, - sensorProbeThermostatTemperatureArrayPort3NormalAction1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort3HighLimit1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort3HighLimitAction1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort3LowLimit1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort3LowLimitAction1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort3NormalAction2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort3HighLimit2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort3HighLimitAction2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort3LowLimit2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort3LowLimitAction2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort3EnableTime - DisplayString - } - - sensorProbeTemperatureArrayPort3Index OBJECT-TYPE - SYNTAX INTEGER (0..7) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sensor TemperatureArray port." - ::= { sensorProbeTemperatureArrayPort3Entry 1 } - - sensorProbeTemperatureArrayPort3Description OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor TemperatureArray" - ::= { sensorProbeTemperatureArrayPort3Entry 2 } - - sensorProbeTemperatureArrayPort3Value OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The value in this sensor" - ::= { sensorProbeTemperatureArrayPort3Entry 3 } - - sensorProbeTemperatureArrayPort3Status OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - sensorError(7) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorProbeTemperatureArrayPort3Entry 4 } - - sensorProbeTemperatureArrayPort3Online OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeTemperatureArrayPort3Entry 5 } - - sensorProbeTemperatureArrayPort3GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeTemperatureArrayPort3Entry 6 } - - sensorProbeTemperatureArrayPort3HighWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a warning" - ::= { sensorProbeTemperatureArrayPort3Entry 7 } - - sensorProbeTemperatureArrayPort3HighCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a critical event" - ::= { sensorProbeTemperatureArrayPort3Entry 8 } - - sensorProbeTemperatureArrayPort3LowWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a warning" - ::= { sensorProbeTemperatureArrayPort3Entry 9 } - - sensorProbeTemperatureArrayPort3LowCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a critical event" - ::= { sensorProbeTemperatureArrayPort3Entry 10 } - - sensorProbeTemperatureArrayPort3Rearm OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The number of degrees to rearm the status. For example if status goes from normal to warning, the temp must go down spTempRearm degrees below warning before the status goes to normal" - ::= { sensorProbeTemperatureArrayPort3Entry 11 } - - sensorProbeTemperatureArrayPort3DegreeType OBJECT-TYPE - SYNTAX INTEGER { - fahr(0), - celsius(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The degrees are in fahrenheit(0) or in celsius(1)" - ::= { sensorProbeTemperatureArrayPort3Entry 12 } - - sensorProbeTemperatureArrayPort3DegreeRaw OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The raw degree data from the temperature sensor, slightly higher resolution" - ::= { sensorProbeTemperatureArrayPort3Entry 14 } - - sensorProbeTemperatureArrayPort3Offset OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Offset reading" - ::= { sensorProbeTemperatureArrayPort3Entry 15 } - - sensorProbeTemperatureArrayPort3URL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor URL link." - ::= { sensorProbeTemperatureArrayPort3Entry 16 } - - sensorProbeTemperatureArrayPort3OpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeTemperatureArrayPort3Entry 17 } - - sensorProbeTemperatureArrayPort3DatacollectType OBJECT-TYPE - SYNTAX INTEGER { - average(1), - highest(2), - lowest(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Type of datacollect to collect." - ::= { sensorProbeTemperatureArrayPort3Entry 18 } - - sensorProbeTemperatureArrayPort3ContTimeHighCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Critical before accepting new Status." - ::= { sensorProbeTemperatureArrayPort3Entry 19 } - - sensorProbeTemperatureArrayPort3ContTimeHighWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Warning before accepting new Status." - ::= { sensorProbeTemperatureArrayPort3Entry 20 } - - sensorProbeTemperatureArrayPort3ContTimeNormal OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Normal before accepting new Status." - ::= { sensorProbeTemperatureArrayPort3Entry 21 } - - sensorProbeTemperatureArrayPort3ContTimeLowWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Warning before accepting new Status." - ::= { sensorProbeTemperatureArrayPort3Entry 22 } - - sensorProbeTemperatureArrayPort3ContTimeLowCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Critical before accepting new Status." - ::= { sensorProbeTemperatureArrayPort3Entry 23 } - - sensorProbeTemperatureArrayPort3ContTimeSensorError OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Sensor Error before accepting new Status." - ::= { sensorProbeTemperatureArrayPort3Entry 24 } - - sensorProbeTemperatureArrayPort3Calendar OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable or disable the calendar filtering working hours of sensor." - ::= { sensorProbeTemperatureArrayPort3Entry 25 } - - sensorProbeThermostatTemperatureArrayPort3Index OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sensor thermostat port." - ::= { sensorProbeTemperatureArrayPort3Entry 26 } - - sensorProbeThermostatTemperatureArrayPort3Description OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor thermostat" - ::= { sensorProbeTemperatureArrayPort3Entry 27 } - - sensorProbeThermostatTemperatureArrayPort3Value OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The value in this sensor" - ::= { sensorProbeTemperatureArrayPort3Entry 28 } - - sensorProbeThermostatTemperatureArrayPort3Online OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeTemperatureArrayPort3Entry 29 } - - sensorProbeThermostatTemperatureArrayPort3GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeTemperatureArrayPort3Entry 30 } - - sensorProbeThermostatTemperatureArrayPort3Mode OBJECT-TYPE - SYNTAX INTEGER { - normal(0), - time-bases(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To select the thermostat mode for working on time-bases(1) or normal(0)." - ::= { sensorProbeTemperatureArrayPort3Entry 31 } - - sensorProbeThermostatTemperatureArrayPort3RelayControlPort OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To select a relay port to be controled by this thermostat sensor." - ::= { sensorProbeTemperatureArrayPort3Entry 32 } - - sensorProbeThermostatTemperatureArrayPort3NormalAction1 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: Thermostat normal action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort3Entry 33 } - - sensorProbeThermostatTemperatureArrayPort3HighLimit1 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: When this sersor higher than thermostat high limit, it will take a high limit action." - ::= { sensorProbeTemperatureArrayPort3Entry 34 } - - sensorProbeThermostatTemperatureArrayPort3HighLimitAction1 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: Thermostat high limit action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort3Entry 35 } - - sensorProbeThermostatTemperatureArrayPort3LowLimit1 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: When this sersor higher than thermostat low limit, it will take a normal limit action." - ::= { sensorProbeTemperatureArrayPort3Entry 36 } - - sensorProbeThermostatTemperatureArrayPort3LowLimitAction1 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: Thermostat low limit action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort3Entry 37 } - - sensorProbeThermostatTemperatureArrayPort3NormalAction2 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: Thermostat normal action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort3Entry 38 } - - sensorProbeThermostatTemperatureArrayPort3HighLimit2 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: When this sersor higher than thermostat high limit, it will take a high limit action." - ::= { sensorProbeTemperatureArrayPort3Entry 39 } - - sensorProbeThermostatTemperatureArrayPort3HighLimitAction2 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: Thermostat high limit action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort3Entry 40 } - - sensorProbeThermostatTemperatureArrayPort3LowLimit2 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: When this sersor higher than thermostat low limit, it will take a normal limit action." - ::= { sensorProbeTemperatureArrayPort3Entry 41 } - - sensorProbeThermostatTemperatureArrayPort3LowLimitAction2 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: Thermostat low limit action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort3Entry 42 } - - sensorProbeThermostatTemperatureArrayPort3EnableTime OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time to enable on Thermostat" - ::= { sensorProbeTemperatureArrayPort3Entry 43 } - - - sensorProbeTemperatureArrayPort4 OBJECT IDENTIFIER ::= { sensorProbeTemperatureArraySensor 4 } - sensorProbeTemperatureArrayPort4Number OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of port on the TemperatureArray." - ::= { sensorProbeTemperatureArrayPort4 1 } - - sensorProbeTemperatureArrayPort4Table OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeTemperatureArrayPort4Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every Switch Sensor in the SensorArray. Each row in the table contains data for a different Switch Sensor." - ::= { sensorProbeTemperatureArrayPort4 2 } - - sensorProbeTemperatureArrayPort4Entry OBJECT-TYPE - SYNTAX SensorProbeTemperatureArrayPort4Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeTemperatureArrayPort4 Table" - INDEX { sensorProbeTemperatureArrayPort4Index } - ::= { sensorProbeTemperatureArrayPort4Table 1 } - - SensorProbeTemperatureArrayPort4Entry ::= SEQUENCE { - sensorProbeTemperatureArrayPort4Index - INTEGER, - sensorProbeTemperatureArrayPort4Description - DisplayString, - sensorProbeTemperatureArrayPort4Value - INTEGER, - sensorProbeTemperatureArrayPort4Status - INTEGER, - sensorProbeTemperatureArrayPort4Online - INTEGER, - sensorProbeTemperatureArrayPort4GoOnline - INTEGER, - sensorProbeTemperatureArrayPort4HighWarning - INTEGER, - sensorProbeTemperatureArrayPort4HighCritical - INTEGER, - sensorProbeTemperatureArrayPort4LowWarning - INTEGER, - sensorProbeTemperatureArrayPort4LowCritical - INTEGER, - sensorProbeTemperatureArrayPort4Rearm - INTEGER, - sensorProbeTemperatureArrayPort4DegreeType - INTEGER, - sensorProbeTemperatureArrayPort4DegreeRaw - INTEGER, - sensorProbeTemperatureArrayPort4Offset - INTEGER, - sensorProbeTemperatureArrayPort4URL - DisplayString, - sensorProbeTemperatureArrayPort4OpenURL - INTEGER, - sensorProbeTemperatureArrayPort4DatacollectType - INTEGER, - sensorProbeTemperatureArrayPort4ContTimeHighCritical - INTEGER, - sensorProbeTemperatureArrayPort4ContTimeHighWarning - INTEGER, - sensorProbeTemperatureArrayPort4ContTimeNormal - INTEGER, - sensorProbeTemperatureArrayPort4ContTimeLowWarning - INTEGER, - sensorProbeTemperatureArrayPort4ContTimeLowCritical - INTEGER, - sensorProbeTemperatureArrayPort4ContTimeSensorError - INTEGER, - sensorProbeTemperatureArrayPort4Calendar - INTEGER, - sensorProbeThermostatTemperatureArrayPort4Index - INTEGER, - sensorProbeThermostatTemperatureArrayPort4Description - DisplayString, - sensorProbeThermostatTemperatureArrayPort4Value - INTEGER, - sensorProbeThermostatTemperatureArrayPort4Online - INTEGER, - sensorProbeThermostatTemperatureArrayPort4GoOnline - INTEGER, - sensorProbeThermostatTemperatureArrayPort4Mode - INTEGER, - sensorProbeThermostatTemperatureArrayPort4RelayControlPort - INTEGER, - sensorProbeThermostatTemperatureArrayPort4NormalAction1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort4HighLimit1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort4HighLimitAction1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort4LowLimit1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort4LowLimitAction1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort4NormalAction2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort4HighLimit2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort4HighLimitAction2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort4LowLimit2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort4LowLimitAction2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort4EnableTime - DisplayString - } - - sensorProbeTemperatureArrayPort4Index OBJECT-TYPE - SYNTAX INTEGER (0..7) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sensor TemperatureArray port." - ::= { sensorProbeTemperatureArrayPort4Entry 1 } - - sensorProbeTemperatureArrayPort4Description OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor TemperatureArray" - ::= { sensorProbeTemperatureArrayPort4Entry 2 } - - sensorProbeTemperatureArrayPort4Value OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The value in this sensor" - ::= { sensorProbeTemperatureArrayPort4Entry 3 } - - sensorProbeTemperatureArrayPort4Status OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - sensorError(7) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorProbeTemperatureArrayPort4Entry 4 } - - sensorProbeTemperatureArrayPort4Online OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeTemperatureArrayPort4Entry 5 } - - sensorProbeTemperatureArrayPort4GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeTemperatureArrayPort4Entry 6 } - - sensorProbeTemperatureArrayPort4HighWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a warning" - ::= { sensorProbeTemperatureArrayPort4Entry 7 } - - sensorProbeTemperatureArrayPort4HighCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a critical event" - ::= { sensorProbeTemperatureArrayPort4Entry 8 } - - sensorProbeTemperatureArrayPort4LowWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a warning" - ::= { sensorProbeTemperatureArrayPort4Entry 9 } - - sensorProbeTemperatureArrayPort4LowCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a critical event" - ::= { sensorProbeTemperatureArrayPort4Entry 10 } - - sensorProbeTemperatureArrayPort4Rearm OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The number of degrees to rearm the status. For example if status goes from normal to warning, the temp must go down spTempRearm degrees below warning before the status goes to normal" - ::= { sensorProbeTemperatureArrayPort4Entry 11 } - - sensorProbeTemperatureArrayPort4DegreeType OBJECT-TYPE - SYNTAX INTEGER { - fahr(0), - celsius(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The degrees are in fahrenheit(0) or in celsius(1)" - ::= { sensorProbeTemperatureArrayPort4Entry 12 } - - sensorProbeTemperatureArrayPort4DegreeRaw OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The raw degree data from the temperature sensor, slightly higher resolution" - ::= { sensorProbeTemperatureArrayPort4Entry 14 } - - sensorProbeTemperatureArrayPort4Offset OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Offset reading" - ::= { sensorProbeTemperatureArrayPort4Entry 15 } - - sensorProbeTemperatureArrayPort4URL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor URL link." - ::= { sensorProbeTemperatureArrayPort4Entry 16 } - - sensorProbeTemperatureArrayPort4OpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeTemperatureArrayPort4Entry 17 } - - sensorProbeTemperatureArrayPort4DatacollectType OBJECT-TYPE - SYNTAX INTEGER { - average(1), - highest(2), - lowest(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Type of datacollect to collect." - ::= { sensorProbeTemperatureArrayPort4Entry 18 } - - sensorProbeTemperatureArrayPort4ContTimeHighCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Critical before accepting new Status." - ::= { sensorProbeTemperatureArrayPort4Entry 19 } - - sensorProbeTemperatureArrayPort4ContTimeHighWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Warning before accepting new Status." - ::= { sensorProbeTemperatureArrayPort4Entry 20 } - - sensorProbeTemperatureArrayPort4ContTimeNormal OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Normal before accepting new Status." - ::= { sensorProbeTemperatureArrayPort4Entry 21 } - - sensorProbeTemperatureArrayPort4ContTimeLowWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Warning before accepting new Status." - ::= { sensorProbeTemperatureArrayPort4Entry 22 } - - sensorProbeTemperatureArrayPort4ContTimeLowCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Critical before accepting new Status." - ::= { sensorProbeTemperatureArrayPort4Entry 23 } - - sensorProbeTemperatureArrayPort4ContTimeSensorError OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Sensor Error before accepting new Status." - ::= { sensorProbeTemperatureArrayPort4Entry 24 } - - sensorProbeTemperatureArrayPort4Calendar OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable or disable the calendar filtering working hours of sensor." - ::= { sensorProbeTemperatureArrayPort4Entry 25 } - - sensorProbeThermostatTemperatureArrayPort4Index OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sensor thermostat port." - ::= { sensorProbeTemperatureArrayPort4Entry 26 } - - sensorProbeThermostatTemperatureArrayPort4Description OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor thermostat" - ::= { sensorProbeTemperatureArrayPort4Entry 27 } - - sensorProbeThermostatTemperatureArrayPort4Value OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The value in this sensor" - ::= { sensorProbeTemperatureArrayPort4Entry 28 } - - sensorProbeThermostatTemperatureArrayPort4Online OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeTemperatureArrayPort4Entry 29 } - - sensorProbeThermostatTemperatureArrayPort4GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeTemperatureArrayPort4Entry 30 } - - sensorProbeThermostatTemperatureArrayPort4Mode OBJECT-TYPE - SYNTAX INTEGER { - normal(0), - time-bases(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To select the thermostat mode for working on time-bases(1) or normal(0)." - ::= { sensorProbeTemperatureArrayPort4Entry 31 } - - sensorProbeThermostatTemperatureArrayPort4RelayControlPort OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To select a relay port to be controled by this thermostat sensor." - ::= { sensorProbeTemperatureArrayPort4Entry 32 } - - sensorProbeThermostatTemperatureArrayPort4NormalAction1 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: Thermostat normal action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort4Entry 33 } - - sensorProbeThermostatTemperatureArrayPort4HighLimit1 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: When this sersor higher than thermostat high limit, it will take a high limit action." - ::= { sensorProbeTemperatureArrayPort4Entry 34 } - - sensorProbeThermostatTemperatureArrayPort4HighLimitAction1 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: Thermostat high limit action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort4Entry 35 } - - sensorProbeThermostatTemperatureArrayPort4LowLimit1 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: When this sersor higher than thermostat low limit, it will take a normal limit action." - ::= { sensorProbeTemperatureArrayPort4Entry 36 } - - sensorProbeThermostatTemperatureArrayPort4LowLimitAction1 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: Thermostat low limit action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort4Entry 37 } - - sensorProbeThermostatTemperatureArrayPort4NormalAction2 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: Thermostat normal action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort4Entry 38 } - - sensorProbeThermostatTemperatureArrayPort4HighLimit2 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: When this sersor higher than thermostat high limit, it will take a high limit action." - ::= { sensorProbeTemperatureArrayPort4Entry 39 } - - sensorProbeThermostatTemperatureArrayPort4HighLimitAction2 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: Thermostat high limit action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort4Entry 40 } - - sensorProbeThermostatTemperatureArrayPort4LowLimit2 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: When this sersor higher than thermostat low limit, it will take a normal limit action." - ::= { sensorProbeTemperatureArrayPort4Entry 41 } - - sensorProbeThermostatTemperatureArrayPort4LowLimitAction2 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: Thermostat low limit action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort4Entry 42 } - - sensorProbeThermostatTemperatureArrayPort4EnableTime OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time to enable on Thermostat" - ::= { sensorProbeTemperatureArrayPort4Entry 43 } - - sensorProbeTemperatureArrayPort5 OBJECT IDENTIFIER ::= { sensorProbeTemperatureArraySensor 5 } - sensorProbeTemperatureArrayPort5Number OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of port on the TemperatureArray." - ::= { sensorProbeTemperatureArrayPort5 1 } - - sensorProbeTemperatureArrayPort5Table OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeTemperatureArrayPort5Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every Switch Sensor in the SensorArray. Each row in the table contains data for a different Switch Sensor." - ::= { sensorProbeTemperatureArrayPort5 2 } - - sensorProbeTemperatureArrayPort5Entry OBJECT-TYPE - SYNTAX SensorProbeTemperatureArrayPort5Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeTemperatureArrayPort5 Table" - INDEX { sensorProbeTemperatureArrayPort5Index } - ::= { sensorProbeTemperatureArrayPort5Table 1 } - - SensorProbeTemperatureArrayPort5Entry ::= SEQUENCE { - sensorProbeTemperatureArrayPort5Index - INTEGER, - sensorProbeTemperatureArrayPort5Description - DisplayString, - sensorProbeTemperatureArrayPort5Value - INTEGER, - sensorProbeTemperatureArrayPort5Status - INTEGER, - sensorProbeTemperatureArrayPort5Online - INTEGER, - sensorProbeTemperatureArrayPort5GoOnline - INTEGER, - sensorProbeTemperatureArrayPort5HighWarning - INTEGER, - sensorProbeTemperatureArrayPort5HighCritical - INTEGER, - sensorProbeTemperatureArrayPort5LowWarning - INTEGER, - sensorProbeTemperatureArrayPort5LowCritical - INTEGER, - sensorProbeTemperatureArrayPort5Rearm - INTEGER, - sensorProbeTemperatureArrayPort5DegreeType - INTEGER, - sensorProbeTemperatureArrayPort5DegreeRaw - INTEGER, - sensorProbeTemperatureArrayPort5Offset - INTEGER, - sensorProbeTemperatureArrayPort5URL - DisplayString, - sensorProbeTemperatureArrayPort5OpenURL - INTEGER, - sensorProbeTemperatureArrayPort5DatacollectType - INTEGER, - sensorProbeTemperatureArrayPort5ContTimeHighCritical - INTEGER, - sensorProbeTemperatureArrayPort5ContTimeHighWarning - INTEGER, - sensorProbeTemperatureArrayPort5ContTimeNormal - INTEGER, - sensorProbeTemperatureArrayPort5ContTimeLowWarning - INTEGER, - sensorProbeTemperatureArrayPort5ContTimeLowCritical - INTEGER, - sensorProbeTemperatureArrayPort5ContTimeSensorError - INTEGER, - sensorProbeTemperatureArrayPort5Calendar - INTEGER, - sensorProbeThermostatTemperatureArrayPort5Index - INTEGER, - sensorProbeThermostatTemperatureArrayPort5Description - DisplayString, - sensorProbeThermostatTemperatureArrayPort5Value - INTEGER, - sensorProbeThermostatTemperatureArrayPort5Online - INTEGER, - sensorProbeThermostatTemperatureArrayPort5GoOnline - INTEGER, - sensorProbeThermostatTemperatureArrayPort5Mode - INTEGER, - sensorProbeThermostatTemperatureArrayPort5RelayControlPort - INTEGER, - sensorProbeThermostatTemperatureArrayPort5NormalAction1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort5HighLimit1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort5HighLimitAction1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort5LowLimit1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort5LowLimitAction1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort5NormalAction2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort5HighLimit2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort5HighLimitAction2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort5LowLimit2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort5LowLimitAction2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort5EnableTime - DisplayString - } - - sensorProbeTemperatureArrayPort5Index OBJECT-TYPE - SYNTAX INTEGER (0..7) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sensor TemperatureArray port." - ::= { sensorProbeTemperatureArrayPort5Entry 1 } - - sensorProbeTemperatureArrayPort5Description OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor TemperatureArray" - ::= { sensorProbeTemperatureArrayPort5Entry 2 } - - sensorProbeTemperatureArrayPort5Value OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The value in this sensor" - ::= { sensorProbeTemperatureArrayPort5Entry 3 } - - sensorProbeTemperatureArrayPort5Status OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - sensorError(7) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorProbeTemperatureArrayPort5Entry 4 } - - sensorProbeTemperatureArrayPort5Online OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeTemperatureArrayPort5Entry 5 } - - sensorProbeTemperatureArrayPort5GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeTemperatureArrayPort5Entry 6 } - - sensorProbeTemperatureArrayPort5HighWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a warning" - ::= { sensorProbeTemperatureArrayPort5Entry 7 } - - sensorProbeTemperatureArrayPort5HighCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a critical event" - ::= { sensorProbeTemperatureArrayPort5Entry 8 } - - sensorProbeTemperatureArrayPort5LowWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a warning" - ::= { sensorProbeTemperatureArrayPort5Entry 9 } - - sensorProbeTemperatureArrayPort5LowCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a critical event" - ::= { sensorProbeTemperatureArrayPort5Entry 10 } - - sensorProbeTemperatureArrayPort5Rearm OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The number of degrees to rearm the status. For example if status goes from normal to warning, the temp must go down spTempRearm degrees below warning before the status goes to normal" - ::= { sensorProbeTemperatureArrayPort5Entry 11 } - - sensorProbeTemperatureArrayPort5DegreeType OBJECT-TYPE - SYNTAX INTEGER { - fahr(0), - celsius(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The degrees are in fahrenheit(0) or in celsius(1)" - ::= { sensorProbeTemperatureArrayPort5Entry 12 } - - sensorProbeTemperatureArrayPort5DegreeRaw OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The raw degree data from the temperature sensor, slightly higher resolution" - ::= { sensorProbeTemperatureArrayPort5Entry 14 } - - sensorProbeTemperatureArrayPort5Offset OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Offset reading" - ::= { sensorProbeTemperatureArrayPort5Entry 15 } - - sensorProbeTemperatureArrayPort5URL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor URL link." - ::= { sensorProbeTemperatureArrayPort5Entry 16 } - - sensorProbeTemperatureArrayPort5OpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeTemperatureArrayPort5Entry 17 } - - sensorProbeTemperatureArrayPort5DatacollectType OBJECT-TYPE - SYNTAX INTEGER { - average(1), - highest(2), - lowest(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Type of datacollect to collect." - ::= { sensorProbeTemperatureArrayPort5Entry 18 } - - sensorProbeTemperatureArrayPort5ContTimeHighCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Critical before accepting new Status." - ::= { sensorProbeTemperatureArrayPort5Entry 19 } - - sensorProbeTemperatureArrayPort5ContTimeHighWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Warning before accepting new Status." - ::= { sensorProbeTemperatureArrayPort5Entry 20 } - - sensorProbeTemperatureArrayPort5ContTimeNormal OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Normal before accepting new Status." - ::= { sensorProbeTemperatureArrayPort5Entry 21 } - - sensorProbeTemperatureArrayPort5ContTimeLowWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Warning before accepting new Status." - ::= { sensorProbeTemperatureArrayPort5Entry 22 } - - sensorProbeTemperatureArrayPort5ContTimeLowCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Critical before accepting new Status." - ::= { sensorProbeTemperatureArrayPort5Entry 23 } - - sensorProbeTemperatureArrayPort5ContTimeSensorError OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Sensor Error before accepting new Status." - ::= { sensorProbeTemperatureArrayPort5Entry 24 } - - sensorProbeTemperatureArrayPort5Calendar OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable or disable the calendar filtering working hours of sensor." - ::= { sensorProbeTemperatureArrayPort5Entry 25 } - - sensorProbeThermostatTemperatureArrayPort5Index OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sensor thermostat port." - ::= { sensorProbeTemperatureArrayPort5Entry 26 } - - sensorProbeThermostatTemperatureArrayPort5Description OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor thermostat" - ::= { sensorProbeTemperatureArrayPort5Entry 27 } - - sensorProbeThermostatTemperatureArrayPort5Value OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The value in this sensor" - ::= { sensorProbeTemperatureArrayPort5Entry 28 } - - sensorProbeThermostatTemperatureArrayPort5Online OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeTemperatureArrayPort5Entry 29 } - - sensorProbeThermostatTemperatureArrayPort5GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeTemperatureArrayPort5Entry 30 } - - sensorProbeThermostatTemperatureArrayPort5Mode OBJECT-TYPE - SYNTAX INTEGER { - normal(0), - time-bases(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To select the thermostat mode for working on time-bases(1) or normal(0)." - ::= { sensorProbeTemperatureArrayPort5Entry 31 } - - sensorProbeThermostatTemperatureArrayPort5RelayControlPort OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To select a relay port to be controled by this thermostat sensor." - ::= { sensorProbeTemperatureArrayPort5Entry 32 } - - sensorProbeThermostatTemperatureArrayPort5NormalAction1 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: Thermostat normal action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort5Entry 33 } - - sensorProbeThermostatTemperatureArrayPort5HighLimit1 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: When this sersor higher than thermostat high limit, it will take a high limit action." - ::= { sensorProbeTemperatureArrayPort5Entry 34 } - - sensorProbeThermostatTemperatureArrayPort5HighLimitAction1 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: Thermostat high limit action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort5Entry 35 } - - sensorProbeThermostatTemperatureArrayPort5LowLimit1 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: When this sersor higher than thermostat low limit, it will take a normal limit action." - ::= { sensorProbeTemperatureArrayPort5Entry 36 } - - sensorProbeThermostatTemperatureArrayPort5LowLimitAction1 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: Thermostat low limit action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort5Entry 37 } - - sensorProbeThermostatTemperatureArrayPort5NormalAction2 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: Thermostat normal action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort5Entry 38 } - - sensorProbeThermostatTemperatureArrayPort5HighLimit2 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: When this sersor higher than thermostat high limit, it will take a high limit action." - ::= { sensorProbeTemperatureArrayPort5Entry 39 } - - sensorProbeThermostatTemperatureArrayPort5HighLimitAction2 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: Thermostat high limit action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort5Entry 40 } - - sensorProbeThermostatTemperatureArrayPort5LowLimit2 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: When this sersor higher than thermostat low limit, it will take a normal limit action." - ::= { sensorProbeTemperatureArrayPort5Entry 41 } - - sensorProbeThermostatTemperatureArrayPort5LowLimitAction2 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: Thermostat low limit action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort5Entry 42 } - - sensorProbeThermostatTemperatureArrayPort5EnableTime OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time to enable on Thermostat" - ::= { sensorProbeTemperatureArrayPort5Entry 43 } - - sensorProbeTemperatureArrayPort6 OBJECT IDENTIFIER ::= { sensorProbeTemperatureArraySensor 6 } - sensorProbeTemperatureArrayPort6Number OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of port on the TemperatureArray." - ::= { sensorProbeTemperatureArrayPort6 1 } - - sensorProbeTemperatureArrayPort6Table OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeTemperatureArrayPort6Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every Switch Sensor in the SensorArray. Each row in the table contains data for a different Switch Sensor." - ::= { sensorProbeTemperatureArrayPort6 2 } - - sensorProbeTemperatureArrayPort6Entry OBJECT-TYPE - SYNTAX SensorProbeTemperatureArrayPort6Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeTemperatureArrayPort6 Table" - INDEX { sensorProbeTemperatureArrayPort6Index } - ::= { sensorProbeTemperatureArrayPort6Table 1 } - - SensorProbeTemperatureArrayPort6Entry ::= SEQUENCE { - sensorProbeTemperatureArrayPort6Index - INTEGER, - sensorProbeTemperatureArrayPort6Description - DisplayString, - sensorProbeTemperatureArrayPort6Value - INTEGER, - sensorProbeTemperatureArrayPort6Status - INTEGER, - sensorProbeTemperatureArrayPort6Online - INTEGER, - sensorProbeTemperatureArrayPort6GoOnline - INTEGER, - sensorProbeTemperatureArrayPort6HighWarning - INTEGER, - sensorProbeTemperatureArrayPort6HighCritical - INTEGER, - sensorProbeTemperatureArrayPort6LowWarning - INTEGER, - sensorProbeTemperatureArrayPort6LowCritical - INTEGER, - sensorProbeTemperatureArrayPort6Rearm - INTEGER, - sensorProbeTemperatureArrayPort6DegreeType - INTEGER, - sensorProbeTemperatureArrayPort6DegreeRaw - INTEGER, - sensorProbeTemperatureArrayPort6Offset - INTEGER, - sensorProbeTemperatureArrayPort6URL - DisplayString, - sensorProbeTemperatureArrayPort6OpenURL - INTEGER, - sensorProbeTemperatureArrayPort6DatacollectType - INTEGER, - sensorProbeTemperatureArrayPort6ContTimeHighCritical - INTEGER, - sensorProbeTemperatureArrayPort6ContTimeHighWarning - INTEGER, - sensorProbeTemperatureArrayPort6ContTimeNormal - INTEGER, - sensorProbeTemperatureArrayPort6ContTimeLowWarning - INTEGER, - sensorProbeTemperatureArrayPort6ContTimeLowCritical - INTEGER, - sensorProbeTemperatureArrayPort6ContTimeSensorError - INTEGER, - sensorProbeTemperatureArrayPort6Calendar - INTEGER, - sensorProbeThermostatTemperatureArrayPort6Index - INTEGER, - sensorProbeThermostatTemperatureArrayPort6Description - DisplayString, - sensorProbeThermostatTemperatureArrayPort6Value - INTEGER, - sensorProbeThermostatTemperatureArrayPort6Online - INTEGER, - sensorProbeThermostatTemperatureArrayPort6GoOnline - INTEGER, - sensorProbeThermostatTemperatureArrayPort6Mode - INTEGER, - sensorProbeThermostatTemperatureArrayPort6RelayControlPort - INTEGER, - sensorProbeThermostatTemperatureArrayPort6NormalAction1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort6HighLimit1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort6HighLimitAction1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort6LowLimit1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort6LowLimitAction1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort6NormalAction2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort6HighLimit2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort6HighLimitAction2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort6LowLimit2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort6LowLimitAction2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort6EnableTime - DisplayString - } - - sensorProbeTemperatureArrayPort6Index OBJECT-TYPE - SYNTAX INTEGER (0..7) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sensor TemperatureArray port." - ::= { sensorProbeTemperatureArrayPort6Entry 1 } - - sensorProbeTemperatureArrayPort6Description OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor TemperatureArray" - ::= { sensorProbeTemperatureArrayPort6Entry 2 } - - sensorProbeTemperatureArrayPort6Value OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The value in this sensor" - ::= { sensorProbeTemperatureArrayPort6Entry 3 } - - sensorProbeTemperatureArrayPort6Status OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - sensorError(7) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorProbeTemperatureArrayPort6Entry 4 } - - sensorProbeTemperatureArrayPort6Online OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeTemperatureArrayPort6Entry 5 } - - sensorProbeTemperatureArrayPort6GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeTemperatureArrayPort6Entry 6 } - - sensorProbeTemperatureArrayPort6HighWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a warning" - ::= { sensorProbeTemperatureArrayPort6Entry 7 } - - sensorProbeTemperatureArrayPort6HighCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a critical event" - ::= { sensorProbeTemperatureArrayPort6Entry 8 } - - sensorProbeTemperatureArrayPort6LowWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a warning" - ::= { sensorProbeTemperatureArrayPort6Entry 9 } - - sensorProbeTemperatureArrayPort6LowCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a critical event" - ::= { sensorProbeTemperatureArrayPort6Entry 10 } - - sensorProbeTemperatureArrayPort6Rearm OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The number of degrees to rearm the status. For example if status goes from normal to warning, the temp must go down spTempRearm degrees below warning before the status goes to normal" - ::= { sensorProbeTemperatureArrayPort6Entry 11 } - - sensorProbeTemperatureArrayPort6DegreeType OBJECT-TYPE - SYNTAX INTEGER { - fahr(0), - celsius(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The degrees are in fahrenheit(0) or in celsius(1)" - ::= { sensorProbeTemperatureArrayPort6Entry 12 } - - sensorProbeTemperatureArrayPort6DegreeRaw OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The raw degree data from the temperature sensor, slightly higher resolution" - ::= { sensorProbeTemperatureArrayPort6Entry 14 } - - sensorProbeTemperatureArrayPort6Offset OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Offset reading" - ::= { sensorProbeTemperatureArrayPort6Entry 15 } - - sensorProbeTemperatureArrayPort6URL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor URL link." - ::= { sensorProbeTemperatureArrayPort6Entry 16 } - - sensorProbeTemperatureArrayPort6OpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeTemperatureArrayPort6Entry 17 } - - sensorProbeTemperatureArrayPort6DatacollectType OBJECT-TYPE - SYNTAX INTEGER { - average(1), - highest(2), - lowest(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Type of datacollect to collect." - ::= { sensorProbeTemperatureArrayPort6Entry 18 } - - sensorProbeTemperatureArrayPort6ContTimeHighCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Critical before accepting new Status." - ::= { sensorProbeTemperatureArrayPort6Entry 19 } - - sensorProbeTemperatureArrayPort6ContTimeHighWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Warning before accepting new Status." - ::= { sensorProbeTemperatureArrayPort6Entry 20 } - - sensorProbeTemperatureArrayPort6ContTimeNormal OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Normal before accepting new Status." - ::= { sensorProbeTemperatureArrayPort6Entry 21 } - - sensorProbeTemperatureArrayPort6ContTimeLowWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Warning before accepting new Status." - ::= { sensorProbeTemperatureArrayPort6Entry 22 } - - sensorProbeTemperatureArrayPort6ContTimeLowCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Critical before accepting new Status." - ::= { sensorProbeTemperatureArrayPort6Entry 23 } - - sensorProbeTemperatureArrayPort6ContTimeSensorError OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Sensor Error before accepting new Status." - ::= { sensorProbeTemperatureArrayPort6Entry 24 } - - sensorProbeTemperatureArrayPort6Calendar OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable or disable the calendar filtering working hours of sensor." - ::= { sensorProbeTemperatureArrayPort6Entry 25 } - - sensorProbeThermostatTemperatureArrayPort6Index OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sensor thermostat port." - ::= { sensorProbeTemperatureArrayPort6Entry 26 } - - sensorProbeThermostatTemperatureArrayPort6Description OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor thermostat" - ::= { sensorProbeTemperatureArrayPort6Entry 27 } - - sensorProbeThermostatTemperatureArrayPort6Value OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The value in this sensor" - ::= { sensorProbeTemperatureArrayPort6Entry 28 } - - sensorProbeThermostatTemperatureArrayPort6Online OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeTemperatureArrayPort6Entry 29 } - - sensorProbeThermostatTemperatureArrayPort6GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeTemperatureArrayPort6Entry 30 } - - sensorProbeThermostatTemperatureArrayPort6Mode OBJECT-TYPE - SYNTAX INTEGER { - normal(0), - time-bases(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To select the thermostat mode for working on time-bases(1) or normal(0)." - ::= { sensorProbeTemperatureArrayPort6Entry 31 } - - sensorProbeThermostatTemperatureArrayPort6RelayControlPort OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To select a relay port to be controled by this thermostat sensor." - ::= { sensorProbeTemperatureArrayPort6Entry 32 } - - sensorProbeThermostatTemperatureArrayPort6NormalAction1 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: Thermostat normal action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort6Entry 33 } - - sensorProbeThermostatTemperatureArrayPort6HighLimit1 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: When this sersor higher than thermostat high limit, it will take a high limit action." - ::= { sensorProbeTemperatureArrayPort6Entry 34 } - - sensorProbeThermostatTemperatureArrayPort6HighLimitAction1 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: Thermostat high limit action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort6Entry 35 } - - sensorProbeThermostatTemperatureArrayPort6LowLimit1 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: When this sersor higher than thermostat low limit, it will take a normal limit action." - ::= { sensorProbeTemperatureArrayPort6Entry 36 } - - sensorProbeThermostatTemperatureArrayPort6LowLimitAction1 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: Thermostat low limit action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort6Entry 37 } - - sensorProbeThermostatTemperatureArrayPort6NormalAction2 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: Thermostat normal action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort6Entry 38 } - - sensorProbeThermostatTemperatureArrayPort6HighLimit2 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: When this sersor higher than thermostat high limit, it will take a high limit action." - ::= { sensorProbeTemperatureArrayPort6Entry 39 } - - sensorProbeThermostatTemperatureArrayPort6HighLimitAction2 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: Thermostat high limit action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort6Entry 40 } - - sensorProbeThermostatTemperatureArrayPort6LowLimit2 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: When this sersor higher than thermostat low limit, it will take a normal limit action." - ::= { sensorProbeTemperatureArrayPort6Entry 41 } - - sensorProbeThermostatTemperatureArrayPort6LowLimitAction2 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: Thermostat low limit action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort6Entry 42 } - - sensorProbeThermostatTemperatureArrayPort6EnableTime OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time to enable on Thermostat" - ::= { sensorProbeTemperatureArrayPort6Entry 43 } - - sensorProbeTemperatureArrayPort7 OBJECT IDENTIFIER ::= { sensorProbeTemperatureArraySensor 7 } - sensorProbeTemperatureArrayPort7Number OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of port on the TemperatureArray." - ::= { sensorProbeTemperatureArrayPort7 1 } - - sensorProbeTemperatureArrayPort7Table OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeTemperatureArrayPort7Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every Switch Sensor in the SensorArray. Each row in the table contains data for a different Switch Sensor." - ::= { sensorProbeTemperatureArrayPort7 2 } - - sensorProbeTemperatureArrayPort7Entry OBJECT-TYPE - SYNTAX SensorProbeTemperatureArrayPort7Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeTemperatureArrayPort7 Table" - INDEX { sensorProbeTemperatureArrayPort7Index } - ::= { sensorProbeTemperatureArrayPort7Table 1 } - - SensorProbeTemperatureArrayPort7Entry ::= SEQUENCE { - sensorProbeTemperatureArrayPort7Index - INTEGER, - sensorProbeTemperatureArrayPort7Description - DisplayString, - sensorProbeTemperatureArrayPort7Value - INTEGER, - sensorProbeTemperatureArrayPort7Status - INTEGER, - sensorProbeTemperatureArrayPort7Online - INTEGER, - sensorProbeTemperatureArrayPort7GoOnline - INTEGER, - sensorProbeTemperatureArrayPort7HighWarning - INTEGER, - sensorProbeTemperatureArrayPort7HighCritical - INTEGER, - sensorProbeTemperatureArrayPort7LowWarning - INTEGER, - sensorProbeTemperatureArrayPort7LowCritical - INTEGER, - sensorProbeTemperatureArrayPort7Rearm - INTEGER, - sensorProbeTemperatureArrayPort7DegreeType - INTEGER, - sensorProbeTemperatureArrayPort7DegreeRaw - INTEGER, - sensorProbeTemperatureArrayPort7Offset - INTEGER, - sensorProbeTemperatureArrayPort7URL - DisplayString, - sensorProbeTemperatureArrayPort7OpenURL - INTEGER, - sensorProbeTemperatureArrayPort7DatacollectType - INTEGER, - sensorProbeTemperatureArrayPort7ContTimeHighCritical - INTEGER, - sensorProbeTemperatureArrayPort7ContTimeHighWarning - INTEGER, - sensorProbeTemperatureArrayPort7ContTimeNormal - INTEGER, - sensorProbeTemperatureArrayPort7ContTimeLowWarning - INTEGER, - sensorProbeTemperatureArrayPort7ContTimeLowCritical - INTEGER, - sensorProbeTemperatureArrayPort7ContTimeSensorError - INTEGER, - sensorProbeTemperatureArrayPort7Calendar - INTEGER, - sensorProbeThermostatTemperatureArrayPort7Index - INTEGER, - sensorProbeThermostatTemperatureArrayPort7Description - DisplayString, - sensorProbeThermostatTemperatureArrayPort7Value - INTEGER, - sensorProbeThermostatTemperatureArrayPort7Online - INTEGER, - sensorProbeThermostatTemperatureArrayPort7GoOnline - INTEGER, - sensorProbeThermostatTemperatureArrayPort7Mode - INTEGER, - sensorProbeThermostatTemperatureArrayPort7RelayControlPort - INTEGER, - sensorProbeThermostatTemperatureArrayPort7NormalAction1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort7HighLimit1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort7HighLimitAction1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort7LowLimit1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort7LowLimitAction1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort7NormalAction2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort7HighLimit2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort7HighLimitAction2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort7LowLimit2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort7LowLimitAction2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort7EnableTime - DisplayString - } - - sensorProbeTemperatureArrayPort7Index OBJECT-TYPE - SYNTAX INTEGER (0..7) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sensor TemperatureArray port." - ::= { sensorProbeTemperatureArrayPort7Entry 1 } - - sensorProbeTemperatureArrayPort7Description OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor TemperatureArray" - ::= { sensorProbeTemperatureArrayPort7Entry 2 } - - sensorProbeTemperatureArrayPort7Value OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The value in this sensor" - ::= { sensorProbeTemperatureArrayPort7Entry 3 } - - sensorProbeTemperatureArrayPort7Status OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - sensorError(7) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorProbeTemperatureArrayPort7Entry 4 } - - sensorProbeTemperatureArrayPort7Online OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeTemperatureArrayPort7Entry 5 } - - sensorProbeTemperatureArrayPort7GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeTemperatureArrayPort7Entry 6 } - - sensorProbeTemperatureArrayPort7HighWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a warning" - ::= { sensorProbeTemperatureArrayPort7Entry 7 } - - sensorProbeTemperatureArrayPort7HighCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a critical event" - ::= { sensorProbeTemperatureArrayPort7Entry 8 } - - sensorProbeTemperatureArrayPort7LowWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a warning" - ::= { sensorProbeTemperatureArrayPort7Entry 9 } - - sensorProbeTemperatureArrayPort7LowCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a critical event" - ::= { sensorProbeTemperatureArrayPort7Entry 10 } - - sensorProbeTemperatureArrayPort7Rearm OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The number of degrees to rearm the status. For example if status goes from normal to warning, the temp must go down spTempRearm degrees below warning before the status goes to normal" - ::= { sensorProbeTemperatureArrayPort7Entry 11 } - - sensorProbeTemperatureArrayPort7DegreeType OBJECT-TYPE - SYNTAX INTEGER { - fahr(0), - celsius(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The degrees are in fahrenheit(0) or in celsius(1)" - ::= { sensorProbeTemperatureArrayPort7Entry 12 } - - sensorProbeTemperatureArrayPort7DegreeRaw OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The raw degree data from the temperature sensor, slightly higher resolution" - ::= { sensorProbeTemperatureArrayPort7Entry 14 } - - sensorProbeTemperatureArrayPort7Offset OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Offset reading" - ::= { sensorProbeTemperatureArrayPort7Entry 15 } - - sensorProbeTemperatureArrayPort7URL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor URL link." - ::= { sensorProbeTemperatureArrayPort7Entry 16 } - - sensorProbeTemperatureArrayPort7OpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeTemperatureArrayPort7Entry 17 } - - sensorProbeTemperatureArrayPort7DatacollectType OBJECT-TYPE - SYNTAX INTEGER { - average(1), - highest(2), - lowest(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Type of datacollect to collect." - ::= { sensorProbeTemperatureArrayPort7Entry 18 } - - sensorProbeTemperatureArrayPort7ContTimeHighCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Critical before accepting new Status." - ::= { sensorProbeTemperatureArrayPort7Entry 19 } - - sensorProbeTemperatureArrayPort7ContTimeHighWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Warning before accepting new Status." - ::= { sensorProbeTemperatureArrayPort7Entry 20 } - - sensorProbeTemperatureArrayPort7ContTimeNormal OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Normal before accepting new Status." - ::= { sensorProbeTemperatureArrayPort7Entry 21 } - - sensorProbeTemperatureArrayPort7ContTimeLowWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Warning before accepting new Status." - ::= { sensorProbeTemperatureArrayPort7Entry 22 } - - sensorProbeTemperatureArrayPort7ContTimeLowCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Critical before accepting new Status." - ::= { sensorProbeTemperatureArrayPort7Entry 23 } - - sensorProbeTemperatureArrayPort7ContTimeSensorError OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Sensor Error before accepting new Status." - ::= { sensorProbeTemperatureArrayPort7Entry 24 } - - sensorProbeTemperatureArrayPort7Calendar OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable or disable the calendar filtering working hours of sensor." - ::= { sensorProbeTemperatureArrayPort7Entry 25 } - - sensorProbeThermostatTemperatureArrayPort7Index OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sensor thermostat port." - ::= { sensorProbeTemperatureArrayPort7Entry 26 } - - sensorProbeThermostatTemperatureArrayPort7Description OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor thermostat" - ::= { sensorProbeTemperatureArrayPort7Entry 27 } - - sensorProbeThermostatTemperatureArrayPort7Value OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The value in this sensor" - ::= { sensorProbeTemperatureArrayPort7Entry 28 } - - sensorProbeThermostatTemperatureArrayPort7Online OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeTemperatureArrayPort7Entry 29 } - - sensorProbeThermostatTemperatureArrayPort7GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeTemperatureArrayPort7Entry 30 } - - sensorProbeThermostatTemperatureArrayPort7Mode OBJECT-TYPE - SYNTAX INTEGER { - normal(0), - time-bases(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To select the thermostat mode for working on time-bases(1) or normal(0)." - ::= { sensorProbeTemperatureArrayPort7Entry 31 } - - sensorProbeThermostatTemperatureArrayPort7RelayControlPort OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To select a relay port to be controled by this thermostat sensor." - ::= { sensorProbeTemperatureArrayPort7Entry 32 } - - sensorProbeThermostatTemperatureArrayPort7NormalAction1 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: Thermostat normal action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort7Entry 33 } - - sensorProbeThermostatTemperatureArrayPort7HighLimit1 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: When this sersor higher than thermostat high limit, it will take a high limit action." - ::= { sensorProbeTemperatureArrayPort7Entry 34 } - - sensorProbeThermostatTemperatureArrayPort7HighLimitAction1 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: Thermostat high limit action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort7Entry 35 } - - sensorProbeThermostatTemperatureArrayPort7LowLimit1 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: When this sersor higher than thermostat low limit, it will take a normal limit action." - ::= { sensorProbeTemperatureArrayPort7Entry 36 } - - sensorProbeThermostatTemperatureArrayPort7LowLimitAction1 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: Thermostat low limit action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort7Entry 37 } - - sensorProbeThermostatTemperatureArrayPort7NormalAction2 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: Thermostat normal action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort7Entry 38 } - - sensorProbeThermostatTemperatureArrayPort7HighLimit2 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: When this sersor higher than thermostat high limit, it will take a high limit action." - ::= { sensorProbeTemperatureArrayPort7Entry 39 } - - sensorProbeThermostatTemperatureArrayPort7HighLimitAction2 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: Thermostat high limit action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort7Entry 40 } - - sensorProbeThermostatTemperatureArrayPort7LowLimit2 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: When this sersor higher than thermostat low limit, it will take a normal limit action." - ::= { sensorProbeTemperatureArrayPort7Entry 41 } - - sensorProbeThermostatTemperatureArrayPort7LowLimitAction2 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: Thermostat low limit action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort7Entry 42 } - - sensorProbeThermostatTemperatureArrayPort7EnableTime OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time to enable on Thermostat" - ::= { sensorProbeTemperatureArrayPort7Entry 43 } - - sensorProbeTemperatureArrayPort8 OBJECT IDENTIFIER ::= { sensorProbeTemperatureArraySensor 8 } - sensorProbeTemperatureArrayPort8Number OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of port on the TemperatureArray." - ::= { sensorProbeTemperatureArrayPort8 1 } - - sensorProbeTemperatureArrayPort8Table OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeTemperatureArrayPort8Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every Switch Sensor in the SensorArray. Each row in the table contains data for a different Switch Sensor." - ::= { sensorProbeTemperatureArrayPort8 2 } - - sensorProbeTemperatureArrayPort8Entry OBJECT-TYPE - SYNTAX SensorProbeTemperatureArrayPort8Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeTemperatureArrayPort8 Table" - INDEX { sensorProbeTemperatureArrayPort8Index } - ::= { sensorProbeTemperatureArrayPort8Table 1 } - - SensorProbeTemperatureArrayPort8Entry ::= SEQUENCE { - sensorProbeTemperatureArrayPort8Index - INTEGER, - sensorProbeTemperatureArrayPort8Description - DisplayString, - sensorProbeTemperatureArrayPort8Value - INTEGER, - sensorProbeTemperatureArrayPort8Status - INTEGER, - sensorProbeTemperatureArrayPort8Online - INTEGER, - sensorProbeTemperatureArrayPort8GoOnline - INTEGER, - sensorProbeTemperatureArrayPort8HighWarning - INTEGER, - sensorProbeTemperatureArrayPort8HighCritical - INTEGER, - sensorProbeTemperatureArrayPort8LowWarning - INTEGER, - sensorProbeTemperatureArrayPort8LowCritical - INTEGER, - sensorProbeTemperatureArrayPort8Rearm - INTEGER, - sensorProbeTemperatureArrayPort8DegreeType - INTEGER, - sensorProbeTemperatureArrayPort8DegreeRaw - INTEGER, - sensorProbeTemperatureArrayPort8Offset - INTEGER, - sensorProbeTemperatureArrayPort8URL - DisplayString, - sensorProbeTemperatureArrayPort8OpenURL - INTEGER, - sensorProbeTemperatureArrayPort8DatacollectType - INTEGER, - sensorProbeTemperatureArrayPort8ContTimeHighCritical - INTEGER, - sensorProbeTemperatureArrayPort8ContTimeHighWarning - INTEGER, - sensorProbeTemperatureArrayPort8ContTimeNormal - INTEGER, - sensorProbeTemperatureArrayPort8ContTimeLowWarning - INTEGER, - sensorProbeTemperatureArrayPort8ContTimeLowCritical - INTEGER, - sensorProbeTemperatureArrayPort8ContTimeSensorError - INTEGER, - sensorProbeTemperatureArrayPort8Calendar - INTEGER, - sensorProbeThermostatTemperatureArrayPort8Index - INTEGER, - sensorProbeThermostatTemperatureArrayPort8Description - DisplayString, - sensorProbeThermostatTemperatureArrayPort8Value - INTEGER, - sensorProbeThermostatTemperatureArrayPort8Online - INTEGER, - sensorProbeThermostatTemperatureArrayPort8GoOnline - INTEGER, - sensorProbeThermostatTemperatureArrayPort8Mode - INTEGER, - sensorProbeThermostatTemperatureArrayPort8RelayControlPort - INTEGER, - sensorProbeThermostatTemperatureArrayPort8NormalAction1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort8HighLimit1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort8HighLimitAction1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort8LowLimit1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort8LowLimitAction1 - INTEGER, - sensorProbeThermostatTemperatureArrayPort8NormalAction2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort8HighLimit2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort8HighLimitAction2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort8LowLimit2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort8LowLimitAction2 - INTEGER, - sensorProbeThermostatTemperatureArrayPort8EnableTime - DisplayString - } - - sensorProbeTemperatureArrayPort8Index OBJECT-TYPE - SYNTAX INTEGER (0..7) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sensor TemperatureArray port." - ::= { sensorProbeTemperatureArrayPort8Entry 1 } - - sensorProbeTemperatureArrayPort8Description OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor TemperatureArray" - ::= { sensorProbeTemperatureArrayPort8Entry 2 } - - sensorProbeTemperatureArrayPort8Value OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The value in this sensor" - ::= { sensorProbeTemperatureArrayPort8Entry 3 } - - sensorProbeTemperatureArrayPort8Status OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - sensorError(7) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorProbeTemperatureArrayPort8Entry 4 } - - sensorProbeTemperatureArrayPort8Online OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeTemperatureArrayPort8Entry 5 } - - sensorProbeTemperatureArrayPort8GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeTemperatureArrayPort8Entry 6 } - - sensorProbeTemperatureArrayPort8HighWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a warning" - ::= { sensorProbeTemperatureArrayPort8Entry 7 } - - sensorProbeTemperatureArrayPort8HighCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a critical event" - ::= { sensorProbeTemperatureArrayPort8Entry 8 } - - sensorProbeTemperatureArrayPort8LowWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a warning" - ::= { sensorProbeTemperatureArrayPort8Entry 9 } - - sensorProbeTemperatureArrayPort8LowCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a critical event" - ::= { sensorProbeTemperatureArrayPort8Entry 10 } - - sensorProbeTemperatureArrayPort8Rearm OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The number of degrees to rearm the status. For example if status goes from normal to warning, the temp must go down spTempRearm degrees below warning before the status goes to normal" - ::= { sensorProbeTemperatureArrayPort8Entry 11 } - - sensorProbeTemperatureArrayPort8DegreeType OBJECT-TYPE - SYNTAX INTEGER { - fahr(0), - celsius(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The degrees are in fahrenheit(0) or in celsius(1)" - ::= { sensorProbeTemperatureArrayPort8Entry 12 } - - sensorProbeTemperatureArrayPort8DegreeRaw OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The raw degree data from the temperature sensor, slightly higher resolution" - ::= { sensorProbeTemperatureArrayPort8Entry 14 } - - sensorProbeTemperatureArrayPort8Offset OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Offset reading" - ::= { sensorProbeTemperatureArrayPort8Entry 15 } - - sensorProbeTemperatureArrayPort8URL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor URL link." - ::= { sensorProbeTemperatureArrayPort8Entry 16 } - - sensorProbeTemperatureArrayPort8OpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeTemperatureArrayPort8Entry 17 } - - sensorProbeTemperatureArrayPort8DatacollectType OBJECT-TYPE - SYNTAX INTEGER { - average(1), - highest(2), - lowest(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Type of datacollect to collect." - ::= { sensorProbeTemperatureArrayPort8Entry 18 } - - sensorProbeTemperatureArrayPort8ContTimeHighCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Critical before accepting new Status." - ::= { sensorProbeTemperatureArrayPort8Entry 19 } - - sensorProbeTemperatureArrayPort8ContTimeHighWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Warning before accepting new Status." - ::= { sensorProbeTemperatureArrayPort8Entry 20 } - - sensorProbeTemperatureArrayPort8ContTimeNormal OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Normal before accepting new Status." - ::= { sensorProbeTemperatureArrayPort8Entry 21 } - - sensorProbeTemperatureArrayPort8ContTimeLowWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Warning before accepting new Status." - ::= { sensorProbeTemperatureArrayPort8Entry 22 } - - sensorProbeTemperatureArrayPort8ContTimeLowCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Critical before accepting new Status." - ::= { sensorProbeTemperatureArrayPort8Entry 23 } - - sensorProbeTemperatureArrayPort8ContTimeSensorError OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Sensor Error before accepting new Status." - ::= { sensorProbeTemperatureArrayPort8Entry 24 } - - sensorProbeTemperatureArrayPort8Calendar OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable or disable the calendar filtering working hours of sensor." - ::= { sensorProbeTemperatureArrayPort8Entry 25 } - - sensorProbeThermostatTemperatureArrayPort8Index OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sensor thermostat port." - ::= { sensorProbeTemperatureArrayPort8Entry 26 } - - sensorProbeThermostatTemperatureArrayPort8Description OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor thermostat" - ::= { sensorProbeTemperatureArrayPort8Entry 27 } - - sensorProbeThermostatTemperatureArrayPort8Value OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The value in this sensor" - ::= { sensorProbeTemperatureArrayPort8Entry 28 } - - sensorProbeThermostatTemperatureArrayPort8Online OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeTemperatureArrayPort8Entry 29 } - - sensorProbeThermostatTemperatureArrayPort8GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeTemperatureArrayPort8Entry 30 } - - sensorProbeThermostatTemperatureArrayPort8Mode OBJECT-TYPE - SYNTAX INTEGER { - normal(0), - time-bases(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To select the thermostat mode for working on time-bases(1) or normal(0)." - ::= { sensorProbeTemperatureArrayPort8Entry 31 } - - sensorProbeThermostatTemperatureArrayPort8RelayControlPort OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To select a relay port to be controled by this thermostat sensor." - ::= { sensorProbeTemperatureArrayPort8Entry 32 } - - sensorProbeThermostatTemperatureArrayPort8NormalAction1 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: Thermostat normal action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort8Entry 33 } - - sensorProbeThermostatTemperatureArrayPort8HighLimit1 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: When this sersor higher than thermostat high limit, it will take a high limit action." - ::= { sensorProbeTemperatureArrayPort8Entry 34 } - - sensorProbeThermostatTemperatureArrayPort8HighLimitAction1 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: Thermostat high limit action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort8Entry 35 } - - sensorProbeThermostatTemperatureArrayPort8LowLimit1 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: When this sersor higher than thermostat low limit, it will take a normal limit action." - ::= { sensorProbeTemperatureArrayPort8Entry 36 } - - sensorProbeThermostatTemperatureArrayPort8LowLimitAction1 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile1: Thermostat low limit action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort8Entry 37 } - - sensorProbeThermostatTemperatureArrayPort8NormalAction2 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: Thermostat normal action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort8Entry 38 } - - sensorProbeThermostatTemperatureArrayPort8HighLimit2 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: When this sersor higher than thermostat high limit, it will take a high limit action." - ::= { sensorProbeTemperatureArrayPort8Entry 39 } - - sensorProbeThermostatTemperatureArrayPort8HighLimitAction2 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: Thermostat high limit action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort8Entry 40 } - - sensorProbeThermostatTemperatureArrayPort8LowLimit2 OBJECT-TYPE - SYNTAX INTEGER (-40..167) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: When this sersor higher than thermostat low limit, it will take a normal limit action." - ::= { sensorProbeTemperatureArrayPort8Entry 41 } - - sensorProbeThermostatTemperatureArrayPort8LowLimitAction2 OBJECT-TYPE - SYNTAX INTEGER { - turn-on(0), - turn-off(1), - no-change(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Profile2: Thermostat low limit action for controlling a relay sensor." - ::= { sensorProbeTemperatureArrayPort8Entry 42 } - - sensorProbeThermostatTemperatureArrayPort8EnableTime OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time to enable on Thermostat" - ::= { sensorProbeTemperatureArrayPort8Entry 43 } - - sensorProbeNoCameraSensor OBJECT IDENTIFIER ::= { sensorProbeOtherSensor 34 } - - sensorProbeNoCameraSensorNumber OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of no camera sensor port." - ::= { sensorProbeNoCameraSensor 1 } - - sensorProbeNoCameraSensorTable OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeNoCameraSensorEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every no camera Sensor. Each row in the table contains data for a different NoCamera Sensor." - ::= { sensorProbeNoCameraSensor 2 } - - sensorProbeNoCameraSensorEntry OBJECT-TYPE - SYNTAX SensorProbeNoCameraSensorEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeNoCameraSensorEntry Table" - INDEX { sensorProbeNoCameraSensorIndex } - ::= { sensorProbeNoCameraSensorTable 1 } - - SensorProbeNoCameraSensorEntry ::= SEQUENCE { - sensorProbeNoCameraSensorIndex - INTEGER, - sensorProbeNoCameraDescription - DisplayString, - sensorProbeNoCameraStatus - INTEGER, - sensorProbeNoCameraOnline - INTEGER, - sensorProbeNoCameraGoOnline - INTEGER, - sensorProbeNoCameraContTimeHighCritical - INTEGER, - sensorProbeNoCameraContTimeNormal - INTEGER, - sensorProbeNoCameraCalendar - INTEGER - } - - sensorProbeNoCameraSensorIndex OBJECT-TYPE - SYNTAX INTEGER (0..3) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each no camera sensor port." - ::= { sensorProbeNoCameraSensorEntry 1 } - - sensorProbeNoCameraDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor" - ::= { sensorProbeNoCameraSensorEntry 2 } - - sensorProbeNoCameraStatus OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highCritical(4), - lowCritical(6), - sensorError(7), - relayOn(8), - relayOff(9) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor." - ::= { sensorProbeNoCameraSensorEntry 4 } - - sensorProbeNoCameraOnline OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeNoCameraSensorEntry 5 } - - sensorProbeNoCameraGoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeNoCameraSensorEntry 6 } - - sensorProbeNoCameraContTimeHighCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Critical before accepting new Status." - ::= { sensorProbeNoCameraSensorEntry 7 } - - sensorProbeNoCameraContTimeNormal OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Normal before accepting new Status." - ::= { sensorProbeNoCameraSensorEntry 8 } - - sensorProbeNoCameraCalendar OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable or disable the calendar filtering working hours of sensor." - ::= { sensorProbeNoCameraSensorEntry 9 } - - sensorProbeSoftMotionSensor OBJECT IDENTIFIER ::= { sensorProbeOtherSensor 35 } - - sensorProbeSoftMotionSensorNumber OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of SoftMotionSensor port." - ::= { sensorProbeSoftMotionSensor 1 } - - sensorProbeSoftMotionSensorTable OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeSoftMotionSensorEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every SoftMotion Sensor. Each row in the table contains data for a different SoftMotion Sensor." - ::= { sensorProbeSoftMotionSensor 2 } - - sensorProbeSoftMotionSensorEntry OBJECT-TYPE - SYNTAX SensorProbeSoftMotionSensorEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeSoftMotionSensorEntry Table" - INDEX { sensorProbeSoftMotionSensorIndex } - ::= { sensorProbeSoftMotionSensorTable 1 } - - SensorProbeSoftMotionSensorEntry ::= SEQUENCE { - sensorProbeSoftMotionSensorIndex - INTEGER, - sensorProbeSoftMotionDescription - DisplayString, - sensorProbeSoftMotionStatus - INTEGER, - sensorProbeSoftMotionOnline - INTEGER, - sensorProbeSoftMotionGoOnline - INTEGER, - sensorProbeSoftMotionPercentSensitivity - INTEGER, - sensorProbeSoftMotionURL - DisplayString, - sensorProbeSoftMotionOpenURL - INTEGER, - sensorProbeSoftMotionContTimeHighCritical - INTEGER, - sensorProbeSoftMotionContTimeNormal - INTEGER, - sensorProbeSoftMotionCalendar - INTEGER, - sensorProbeSoftMotionMask - INTEGER - } - - sensorProbeSoftMotionSensorIndex OBJECT-TYPE - SYNTAX INTEGER (0..3) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each soft motion sensor port." - ::= { sensorProbeSoftMotionSensorEntry 1 } - - sensorProbeSoftMotionDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor" - ::= { sensorProbeSoftMotionSensorEntry 2 } - - sensorProbeSoftMotionStatus OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highCritical(4), - lowCritical(6), - sensorError(7), - relayOn(8), - relayOff(9) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor." - ::= { sensorProbeSoftMotionSensorEntry 4 } - - sensorProbeSoftMotionOnline OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeSoftMotionSensorEntry 5 } - - sensorProbeSoftMotionGoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeSoftMotionSensorEntry 6 } - - sensorProbeSoftMotionPercentSensitivity OBJECT-TYPE - SYNTAX INTEGER (0..100) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The percent of sensitivity uses for setting the sentisitivity of motion detector." - ::= { sensorProbeSoftMotionSensorEntry 7 } - - sensorProbeSoftMotionURL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor URL link." - ::= { sensorProbeSoftMotionSensorEntry 8 } - - sensorProbeSoftMotionOpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeSoftMotionSensorEntry 9 } - - sensorProbeSoftMotionContTimeHighCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Critical before accepting new Status." - ::= { sensorProbeSoftMotionSensorEntry 10 } - - sensorProbeSoftMotionContTimeNormal OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Normal before accepting new Status." - ::= { sensorProbeSoftMotionSensorEntry 11 } - - sensorProbeSoftMotionCalendar OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable or disable the calendar filtering working hours of sensor." - ::= { sensorProbeSoftMotionSensorEntry 12 } - - sensorProbeSoftMotionMask OBJECT-TYPE - SYNTAX INTEGER (0..33554431) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Mask of enable or disable of SoftMotion." - ::= { sensorProbeSoftMotionSensorEntry 13 } - - sensorProbeSoundDetectorSensor OBJECT IDENTIFIER ::= { sensorProbeOtherSensor 36 } - - sensorProbeSoundDetectorSensorNumber OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of SoundDetectorSensor port." - ::= { sensorProbeSoundDetectorSensor 1 } - - sensorProbeSoundDetectorSensorTable OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeSoundDetectorSensorEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every SoundDetectorSensor Sensor. Each row in the table contains data for a different SoundDetectorSensor Sensor." - ::= { sensorProbeSoundDetectorSensor 2 } - - sensorProbeSoundDetectorSensorEntry OBJECT-TYPE - SYNTAX SensorProbeSoundDetectorSensorEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeSoundDetectorSensorEntry Table" - INDEX { sensorProbeSoundDetectorIndex } - ::= { sensorProbeSoundDetectorSensorTable 1 } - - SensorProbeSoundDetectorSensorEntry ::= SEQUENCE { - sensorProbeSoundDetectorIndex - INTEGER, - sensorProbeSoundDetectorDescription - DisplayString, - sensorProbeSoundDetectorValue - INTEGER, - sensorProbeSoundDetectorStatus - INTEGER, - sensorProbeSoundDetectorOnline - INTEGER, - sensorProbeSoundDetectorGoOnline - INTEGER, - sensorProbeSoundDetectorHighWarning - INTEGER, - sensorProbeSoundDetectorHighCritical - INTEGER, - sensorProbeSoundDetectorLowWarning - INTEGER, - sensorProbeSoundDetectorLowCritical - INTEGER, - sensorProbeSoundDetectorRearm - INTEGER, - sensorProbeSoundDetectorRecordingSource - INTEGER, - sensorProbeSoundDetectorMicBoost - INTEGER, - sensorProbeSoundDetectorMicSensitivity - INTEGER, - sensorProbeSoundDetectorPulseLength - INTEGER, - sensorProbeSoundDetectorURL - DisplayString, - sensorProbeSoundDetectorOpenURL - INTEGER, - sensorProbeSoundDetectorDatacollectType - INTEGER, - sensorProbeSoundDetectorContTimeHighCritical - INTEGER, - sensorProbeSoundDetectorContTimeHighWarning - INTEGER, - sensorProbeSoundDetectorContTimeNormal - INTEGER, - sensorProbeSoundDetectorContTimeLowWarning - INTEGER, - sensorProbeSoundDetectorContTimeLowCritical - INTEGER, - sensorProbeSoundDetectorContTimeSensorError - INTEGER, - sensorProbeSoundDetectorCalendar - INTEGER - } - - sensorProbeSoundDetectorIndex OBJECT-TYPE - SYNTAX INTEGER (0) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sound detector sensor port." - ::= { sensorProbeSoundDetectorSensorEntry 1 } - - sensorProbeSoundDetectorDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor" - ::= { sensorProbeSoundDetectorSensorEntry 2 } - - sensorProbeSoundDetectorValue OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The value in this sensor" - ::= { sensorProbeSoundDetectorSensorEntry 3 } - - sensorProbeSoundDetectorStatus OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - sensorError(7) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorProbeSoundDetectorSensorEntry 4 } - - sensorProbeSoundDetectorOnline OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeSoundDetectorSensorEntry 5 } - - sensorProbeSoundDetectorGoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeSoundDetectorSensorEntry 6 } - - sensorProbeSoundDetectorHighWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a warning" - ::= { sensorProbeSoundDetectorSensorEntry 7 } - - sensorProbeSoundDetectorHighCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a critical event" - ::= { sensorProbeSoundDetectorSensorEntry 8 } - - sensorProbeSoundDetectorLowWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a warning" - ::= { sensorProbeSoundDetectorSensorEntry 9 } - - sensorProbeSoundDetectorLowCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a critical event" - ::= { sensorProbeSoundDetectorSensorEntry 10 } - - sensorProbeSoundDetectorRearm OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The number of degrees to rearm the status. For example if status goes from normal to warning, the temp must go down Rearm degrees below warning before the status goes to normal" - ::= { sensorProbeSoundDetectorSensorEntry 11 } - - sensorProbeSoundDetectorRecordingSource OBJECT-TYPE - SYNTAX INTEGER { - internal-mic(0), - line-in(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To select a recording source being in internal microphone(0) or in line-in(1)." - ::= { sensorProbeSoundDetectorSensorEntry 12 } - - sensorProbeSoundDetectorMicBoost OBJECT-TYPE - SYNTAX INTEGER { - off(0), - on(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable or disable a microphone boost(+20 db)." - ::= { sensorProbeSoundDetectorSensorEntry 13 } - - sensorProbeSoundDetectorMicSensitivity OBJECT-TYPE - SYNTAX INTEGER { - i0(0), - i20(20), - i40(40), - i60(60), - i80(80), - i100(100) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The sensitivity of microphone to detect sound." - ::= { sensorProbeSoundDetectorSensorEntry 14 } - - sensorProbeSoundDetectorPulseLength OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for detecting before changing status." - ::= { sensorProbeSoundDetectorSensorEntry 15 } - - sensorProbeSoundDetectorURL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor URL link." - ::= { sensorProbeSoundDetectorSensorEntry 16 } - - sensorProbeSoundDetectorOpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeSoundDetectorSensorEntry 17 } - - sensorProbeSoundDetectorDatacollectType OBJECT-TYPE - SYNTAX INTEGER { - average(1), - highest(2), - lowest(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Type of datacollect to collect." - ::= { sensorProbeSoundDetectorSensorEntry 18 } - - sensorProbeSoundDetectorContTimeHighCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Critical before accepting new Status." - ::= { sensorProbeSoundDetectorSensorEntry 19 } - - sensorProbeSoundDetectorContTimeHighWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Warning before accepting new Status." - ::= { sensorProbeSoundDetectorSensorEntry 20 } - - sensorProbeSoundDetectorContTimeNormal OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Normal before accepting new Status." - ::= { sensorProbeSoundDetectorSensorEntry 21 } - - sensorProbeSoundDetectorContTimeLowWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Warning before accepting new Status." - ::= { sensorProbeSoundDetectorSensorEntry 22 } - - sensorProbeSoundDetectorContTimeLowCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Critical before accepting new Status." - ::= { sensorProbeSoundDetectorSensorEntry 23 } - - sensorProbeSoundDetectorContTimeSensorError OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Sensor Error before accepting new Status." - ::= { sensorProbeSoundDetectorSensorEntry 24 } - - sensorProbeSoundDetectorCalendar OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable or disable the calendar filtering working hours of sensor." - ::= { sensorProbeSoundDetectorSensorEntry 25 } - - sensorProbeDrycontactArraySensor OBJECT IDENTIFIER ::= { sensorProbeOtherSensor 37 } - - sensorProbeDrycontactArrayPort1 OBJECT IDENTIFIER ::= { sensorProbeDrycontactArraySensor 1 } - sensorProbeDrycontactArrayPort1Number OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of port on the DrycontactArray." - ::= { sensorProbeDrycontactArrayPort1 1 } - - sensorProbeDrycontactArrayPort1Table OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeDrycontactArrayPort1Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every Drycontact Sensor in the SensorArray. Each row in the table contains data for a different Drycontact Sensor." - ::= { sensorProbeDrycontactArrayPort1 2 } - - sensorProbeDrycontactArrayPort1Entry OBJECT-TYPE - SYNTAX SensorProbeDrycontactArrayPort1Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeDrycontactArrayPort1 Table" - INDEX { sensorProbeDrycontactArrayPort1Index } - ::= { sensorProbeDrycontactArrayPort1Table 1 } - - SensorProbeDrycontactArrayPort1Entry ::= SEQUENCE { - sensorProbeDrycontactArrayPort1Index - INTEGER, - sensorProbeDrycontactArrayPort1Description - DisplayString, - sensorProbeDrycontactArrayPort1Status - INTEGER, - sensorProbeDrycontactArrayPort1Online - INTEGER, - sensorProbeDrycontactArrayPort1GoOnline - INTEGER, - sensorProbeDrycontactArrayPort1NormalState - INTEGER, - sensorProbeDrycontactArrayPort1Direction - INTEGER, - sensorProbeDrycontactArrayPort1ContTimeCritical - INTEGER, - sensorProbeDrycontactArrayPort1ContTimeNormal - INTEGER, - sensorProbeDrycontactArrayPort1ManualOutputCycleTime - INTEGER, - sensorProbeDrycontactArrayPort1ManualOutputAction - INTEGER, - sensorProbeDrycontactArrayPort1OutputDescOn - DisplayString, - sensorProbeDrycontactArrayPort1OutputDescOff - DisplayString, - sensorProbeDrycontactArrayPort1URL - DisplayString, - sensorProbeDrycontactArrayPort1OpenURL - INTEGER, - sensorProbeDrycontactArrayPort1ControlMode - INTEGER - } - - sensorProbeDrycontactArrayPort1Index OBJECT-TYPE - SYNTAX INTEGER (0..7) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sensor DrycontactArray port." - ::= { sensorProbeDrycontactArrayPort1Entry 1 } - - sensorProbeDrycontactArrayPort1Description OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor DrycontactArray" - ::= { sensorProbeDrycontactArrayPort1Entry 2 } - - sensorProbeDrycontactArrayPort1Status OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highCritical(4), - lowCritical(6), - sensorError(7), - relayOn(8), - relayOff(9) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorProbeDrycontactArrayPort1Entry 4 } - - sensorProbeDrycontactArrayPort1Online OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeDrycontactArrayPort1Entry 5 } - - sensorProbeDrycontactArrayPort1GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeDrycontactArrayPort1Entry 6 } - - sensorProbeDrycontactArrayPort1NormalState OBJECT-TYPE - SYNTAX INTEGER { - closed(0), - open(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The normal state of DrycontactArray" - ::= { sensorProbeDrycontactArrayPort1Entry 7 } - - sensorProbeDrycontactArrayPort1Direction OBJECT-TYPE - SYNTAX INTEGER { - input(0), - output(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To set a drycontact to input enter 0. To set a switch to output enter 1" - ::= { sensorProbeDrycontactArrayPort1Entry 8 } - - sensorProbeDrycontactArrayPort1ContTimeCritical OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Critical before accepting new Status." - ::= { sensorProbeDrycontactArrayPort1Entry 9 } - - sensorProbeDrycontactArrayPort1ContTimeNormal OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Normal before accepting new Status." - ::= { sensorProbeDrycontactArrayPort1Entry 10 } - - sensorProbeDrycontactArrayPort1ManualOutputCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Drycontact output toggle period in seconds for Manual Cycle action." - ::= { sensorProbeDrycontactArrayPort1Entry 24 } - - sensorProbeDrycontactArrayPort1ManualOutputAction OBJECT-TYPE - SYNTAX INTEGER { - allow-sensor-control(1), - turn-on(3), - turn-off(4), - cycle-Off-On-Off(7), - cycle-On-Off-On(8) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Control the drycontact output manualy" - ::= { sensorProbeDrycontactArrayPort1Entry 25 } - - sensorProbeDrycontactArrayPort1OutputDescOn OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of Drycontact output On" - ::= { sensorProbeDrycontactArrayPort1Entry 26 } - - sensorProbeDrycontactArrayPort1OutputDescOff OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of Drycontact output Off" - ::= { sensorProbeDrycontactArrayPort1Entry 27 } - - sensorProbeDrycontactArrayPort1URL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sersor URL link." - ::= { sensorProbeDrycontactArrayPort1Entry 28 } - - sensorProbeDrycontactArrayPort1OpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeDrycontactArrayPort1Entry 29 } - - sensorProbeDrycontactArrayPort1ControlMode OBJECT-TYPE - SYNTAX INTEGER { - manual-control(0), - notification-control(1), - time-control(2), - thermostat-control(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Control Mode used for selecting the mode to control a drycontact output." - ::= { sensorProbeDrycontactArrayPort1Entry 30 } - - sensorProbeDrycontactArrayPort2 OBJECT IDENTIFIER ::= { sensorProbeDrycontactArraySensor 2 } - sensorProbeDrycontactArrayPort2Number OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of port on the DrycontactArray." - ::= { sensorProbeDrycontactArrayPort2 1 } - - sensorProbeDrycontactArrayPort2Table OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeDrycontactArrayPort2Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every Drycontact Sensor in the SensorArray. Each row in the table contains data for a different Drycontact Sensor." - ::= { sensorProbeDrycontactArrayPort2 2 } - - sensorProbeDrycontactArrayPort2Entry OBJECT-TYPE - SYNTAX SensorProbeDrycontactArrayPort2Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeDrycontactArrayPort2 Table" - INDEX { sensorProbeDrycontactArrayPort2Index } - ::= { sensorProbeDrycontactArrayPort2Table 1 } - - SensorProbeDrycontactArrayPort2Entry ::= SEQUENCE { - sensorProbeDrycontactArrayPort2Index - INTEGER, - sensorProbeDrycontactArrayPort2Description - DisplayString, - sensorProbeDrycontactArrayPort2Status - INTEGER, - sensorProbeDrycontactArrayPort2Online - INTEGER, - sensorProbeDrycontactArrayPort2GoOnline - INTEGER, - sensorProbeDrycontactArrayPort2NormalState - INTEGER, - sensorProbeDrycontactArrayPort2Direction - INTEGER, - sensorProbeDrycontactArrayPort2ContTimeCritical - INTEGER, - sensorProbeDrycontactArrayPort2ContTimeNormal - INTEGER, - sensorProbeDrycontactArrayPort2ManualOutputCycleTime - INTEGER, - sensorProbeDrycontactArrayPort2ManualOutputAction - INTEGER, - sensorProbeDrycontactArrayPort2OutputDescOn - DisplayString, - sensorProbeDrycontactArrayPort2OutputDescOff - DisplayString, - sensorProbeDrycontactArrayPort2URL - DisplayString, - sensorProbeDrycontactArrayPort2OpenURL - INTEGER, - sensorProbeDrycontactArrayPort2ControlMode - INTEGER - } - - sensorProbeDrycontactArrayPort2Index OBJECT-TYPE - SYNTAX INTEGER (0..7) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sensor DrycontactArray port." - ::= { sensorProbeDrycontactArrayPort2Entry 1 } - - sensorProbeDrycontactArrayPort2Description OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor DrycontactArray" - ::= { sensorProbeDrycontactArrayPort2Entry 2 } - - sensorProbeDrycontactArrayPort2Status OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highCritical(4), - lowCritical(6), - sensorError(7), - relayOn(8), - relayOff(9) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorProbeDrycontactArrayPort2Entry 4 } - - sensorProbeDrycontactArrayPort2Online OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeDrycontactArrayPort2Entry 5 } - - sensorProbeDrycontactArrayPort2GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeDrycontactArrayPort2Entry 6 } - - sensorProbeDrycontactArrayPort2NormalState OBJECT-TYPE - SYNTAX INTEGER { - closed(0), - open(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The normal state of DrycontactArray" - ::= { sensorProbeDrycontactArrayPort2Entry 7 } - - sensorProbeDrycontactArrayPort2Direction OBJECT-TYPE - SYNTAX INTEGER { - input(0), - output(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To set a drycontact to input enter 0. To set a switch to output enter 1" - ::= { sensorProbeDrycontactArrayPort2Entry 8 } - - sensorProbeDrycontactArrayPort2ContTimeCritical OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Critical before accepting new Status." - ::= { sensorProbeDrycontactArrayPort2Entry 9 } - - sensorProbeDrycontactArrayPort2ContTimeNormal OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Normal before accepting new Status." - ::= { sensorProbeDrycontactArrayPort2Entry 10 } - - sensorProbeDrycontactArrayPort2ManualOutputCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Drycontact toggle period in seconds for Manual Cycle action." - ::= { sensorProbeDrycontactArrayPort2Entry 24 } - - sensorProbeDrycontactArrayPort2ManualOutputAction OBJECT-TYPE - SYNTAX INTEGER { - allow-sensor-control(1), - turn-on(3), - turn-off(4), - cycle-Off-On-Off(7), - cycle-On-Off-On(8) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Control the Drycontact output manualy" - ::= { sensorProbeDrycontactArrayPort2Entry 25 } - - sensorProbeDrycontactArrayPort2OutputDescOn OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of Drycontact output On" - ::= { sensorProbeDrycontactArrayPort2Entry 26 } - - sensorProbeDrycontactArrayPort2OutputDescOff OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of Drycontact output Off" - ::= { sensorProbeDrycontactArrayPort2Entry 27 } - - sensorProbeDrycontactArrayPort2URL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor URL link" - ::= { sensorProbeDrycontactArrayPort2Entry 28 } - - sensorProbeDrycontactArrayPort2OpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeDrycontactArrayPort2Entry 29 } - - sensorProbeDrycontactArrayPort2ControlMode OBJECT-TYPE - SYNTAX INTEGER { - manual-control(0), - notification-control(1), - time-control(2), - thermostat-control(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Control Mode used for selecting the mode to control a Drycontact output." - ::= { sensorProbeDrycontactArrayPort2Entry 30 } - - sensorProbeDrycontactArrayPort3 OBJECT IDENTIFIER ::= { sensorProbeDrycontactArraySensor 3 } - sensorProbeDrycontactArrayPort3Number OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of port on the DrycontactArray." - ::= { sensorProbeDrycontactArrayPort3 1 } - - sensorProbeDrycontactArrayPort3Table OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeDrycontactArrayPort3Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every Drycontact Sensor in the SensorArray. Each row in the table contains data for a different Drycontact Sensor." - ::= { sensorProbeDrycontactArrayPort3 2 } - - sensorProbeDrycontactArrayPort3Entry OBJECT-TYPE - SYNTAX SensorProbeDrycontactArrayPort3Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeDrycontactArrayPort3 Table" - INDEX { sensorProbeDrycontactArrayPort3Index } - ::= { sensorProbeDrycontactArrayPort3Table 1 } - - SensorProbeDrycontactArrayPort3Entry ::= SEQUENCE { - sensorProbeDrycontactArrayPort3Index - INTEGER, - sensorProbeDrycontactArrayPort3Description - DisplayString, - sensorProbeDrycontactArrayPort3Status - INTEGER, - sensorProbeDrycontactArrayPort3Online - INTEGER, - sensorProbeDrycontactArrayPort3GoOnline - INTEGER, - sensorProbeDrycontactArrayPort3NormalState - INTEGER, - sensorProbeDrycontactArrayPort3Direction - INTEGER, - sensorProbeDrycontactArrayPort3ContTimeCritical - INTEGER, - sensorProbeDrycontactArrayPort3ContTimeNormal - INTEGER, - sensorProbeDrycontactArrayPort3ManualOutputCycleTime - INTEGER, - sensorProbeDrycontactArrayPort3ManualOutputAction - INTEGER, - sensorProbeDrycontactArrayPort3OutputDescOn - DisplayString, - sensorProbeDrycontactArrayPort3OutputDescOff - DisplayString, - sensorProbeDrycontactArrayPort3URL - DisplayString, - sensorProbeDrycontactArrayPort3OpenURL - INTEGER, - sensorProbeDrycontactArrayPort3ControlMode - INTEGER - } - - sensorProbeDrycontactArrayPort3Index OBJECT-TYPE - SYNTAX INTEGER (0..7) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sensor DrycontactArray port." - ::= { sensorProbeDrycontactArrayPort3Entry 1 } - - sensorProbeDrycontactArrayPort3Description OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor DrycontactArray" - ::= { sensorProbeDrycontactArrayPort3Entry 2 } - - sensorProbeDrycontactArrayPort3Status OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highCritical(4), - lowCritical(6), - sensorError(7), - relayOn(8), - relayOff(9) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorProbeDrycontactArrayPort3Entry 4 } - - sensorProbeDrycontactArrayPort3Online OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeDrycontactArrayPort3Entry 5 } - - sensorProbeDrycontactArrayPort3GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeDrycontactArrayPort3Entry 6 } - - sensorProbeDrycontactArrayPort3NormalState OBJECT-TYPE - SYNTAX INTEGER { - closed(0), - open(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The normal state of DrycontactArray" - ::= { sensorProbeDrycontactArrayPort3Entry 7 } - - sensorProbeDrycontactArrayPort3Direction OBJECT-TYPE - SYNTAX INTEGER { - input(0), - output(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To set a drycontact to input enter 0. To set a switch to output enter 1" - ::= { sensorProbeDrycontactArrayPort3Entry 8 } - - sensorProbeDrycontactArrayPort3ContTimeCritical OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Critical before accepting new Status." - ::= { sensorProbeDrycontactArrayPort3Entry 9 } - - sensorProbeDrycontactArrayPort3ContTimeNormal OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Normal before accepting new Status." - ::= { sensorProbeDrycontactArrayPort3Entry 10 } - - sensorProbeDrycontactArrayPort3ManualOutputCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Drycontact toggle period in seconds for Manual Cycle action." - ::= { sensorProbeDrycontactArrayPort3Entry 24 } - - sensorProbeDrycontactArrayPort3ManualOutputAction OBJECT-TYPE - SYNTAX INTEGER { - allow-sensor-control(1), - turn-on(3), - turn-off(4), - cycle-Off-On-Off(7), - cycle-On-Off-On(8) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Control the Drycontact output manualy" - ::= { sensorProbeDrycontactArrayPort3Entry 25 } - - sensorProbeDrycontactArrayPort3OutputDescOn OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of Drycontact output On" - ::= { sensorProbeDrycontactArrayPort3Entry 26 } - - sensorProbeDrycontactArrayPort3OutputDescOff OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of Drycontact output Off" - ::= { sensorProbeDrycontactArrayPort3Entry 27 } - - sensorProbeDrycontactArrayPort3URL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor URL link." - ::= { sensorProbeDrycontactArrayPort3Entry 28 } - - sensorProbeDrycontactArrayPort3OpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeDrycontactArrayPort3Entry 29 } - - sensorProbeDrycontactArrayPort3ControlMode OBJECT-TYPE - SYNTAX INTEGER { - manual-control(0), - notification-control(1), - time-control(2), - thermostat-control(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Control Mode used for selecting the mode to control a Drycontact output." - ::= { sensorProbeDrycontactArrayPort3Entry 30 } - - sensorProbeDrycontactArrayPort4 OBJECT IDENTIFIER ::= { sensorProbeDrycontactArraySensor 4 } - sensorProbeDrycontactArrayPort4Number OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of port on the DrycontactArray." - ::= { sensorProbeDrycontactArrayPort4 1 } - - sensorProbeDrycontactArrayPort4Table OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeDrycontactArrayPort4Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every Drycontact Sensor in the SensorArray. Each row in the table contains data for a different Drycontact Sensor." - ::= { sensorProbeDrycontactArrayPort4 2 } - - sensorProbeDrycontactArrayPort4Entry OBJECT-TYPE - SYNTAX SensorProbeDrycontactArrayPort4Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeDrycontactArrayPort4 Table" - INDEX { sensorProbeDrycontactArrayPort4Index } - ::= { sensorProbeDrycontactArrayPort4Table 1 } - - SensorProbeDrycontactArrayPort4Entry ::= SEQUENCE { - sensorProbeDrycontactArrayPort4Index - INTEGER, - sensorProbeDrycontactArrayPort4Description - DisplayString, - sensorProbeDrycontactArrayPort4Status - INTEGER, - sensorProbeDrycontactArrayPort4Online - INTEGER, - sensorProbeDrycontactArrayPort4GoOnline - INTEGER, - sensorProbeDrycontactArrayPort4NormalState - INTEGER, - sensorProbeDrycontactArrayPort4Direction - INTEGER, - sensorProbeDrycontactArrayPort4ContTimeCritical - INTEGER, - sensorProbeDrycontactArrayPort4ContTimeNormal - INTEGER, - sensorProbeDrycontactArrayPort4ManualOutputCycleTime - INTEGER, - sensorProbeDrycontactArrayPort4ManualOutputAction - INTEGER, - sensorProbeDrycontactArrayPort4OutputDescOn - DisplayString, - sensorProbeDrycontactArrayPort4OutputDescOff - DisplayString, - sensorProbeDrycontactArrayPort4URL - DisplayString, - sensorProbeDrycontactArrayPort4OpenURL - INTEGER, - sensorProbeDrycontactArrayPort4ControlMode - INTEGER - } - - sensorProbeDrycontactArrayPort4Index OBJECT-TYPE - SYNTAX INTEGER (0..7) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sensor DrycontactArray port." - ::= { sensorProbeDrycontactArrayPort4Entry 1 } - - sensorProbeDrycontactArrayPort4Description OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor DrycontactArray" - ::= { sensorProbeDrycontactArrayPort4Entry 2 } - - sensorProbeDrycontactArrayPort4Status OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highCritical(4), - lowCritical(6), - sensorError(7), - relayOn(8), - relayOff(9) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorProbeDrycontactArrayPort4Entry 4 } - - sensorProbeDrycontactArrayPort4Online OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeDrycontactArrayPort4Entry 5 } - - sensorProbeDrycontactArrayPort4GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeDrycontactArrayPort4Entry 6 } - - sensorProbeDrycontactArrayPort4NormalState OBJECT-TYPE - SYNTAX INTEGER { - closed(0), - open(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The normal state of DrycontactArray" - ::= { sensorProbeDrycontactArrayPort4Entry 7 } - - sensorProbeDrycontactArrayPort4Direction OBJECT-TYPE - SYNTAX INTEGER { - input(0), - output(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To set a drycontact to input enter 0. To set a switch to output enter 1" - ::= { sensorProbeDrycontactArrayPort4Entry 8 } - - sensorProbeDrycontactArrayPort4ContTimeCritical OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Critical before accepting new Status." - ::= { sensorProbeDrycontactArrayPort4Entry 9 } - - sensorProbeDrycontactArrayPort4ContTimeNormal OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Normal before accepting new Status." - ::= { sensorProbeDrycontactArrayPort4Entry 10 } - - sensorProbeDrycontactArrayPort4ManualOutputCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Drycontact toggle period in seconds for Manual Cycle action." - ::= { sensorProbeDrycontactArrayPort4Entry 24 } - - sensorProbeDrycontactArrayPort4ManualOutputAction OBJECT-TYPE - SYNTAX INTEGER { - allow-sensor-control(1), - turn-on(3), - turn-off(4), - cycle-Off-On-Off(7), - cycle-On-Off-On(8) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Control the Drycontact output manualy" - ::= { sensorProbeDrycontactArrayPort4Entry 25 } - - sensorProbeDrycontactArrayPort4OutputDescOn OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of Drycontact output On" - ::= { sensorProbeDrycontactArrayPort4Entry 26 } - - sensorProbeDrycontactArrayPort4OutputDescOff OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of Drycontact output Off" - ::= { sensorProbeDrycontactArrayPort4Entry 27 } - - sensorProbeDrycontactArrayPort4URL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor URL link." - ::= { sensorProbeDrycontactArrayPort4Entry 28 } - - sensorProbeDrycontactArrayPort4OpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeDrycontactArrayPort4Entry 29 } - - sensorProbeDrycontactArrayPort4ControlMode OBJECT-TYPE - SYNTAX INTEGER { - manual-control(0), - notification-control(1), - time-control(2), - thermostat-control(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Control Mode used for selecting the mode to control a Drycontact output." - ::= { sensorProbeDrycontactArrayPort4Entry 30 } - - sensorProbeDrycontactArrayPort5 OBJECT IDENTIFIER ::= { sensorProbeDrycontactArraySensor 5 } - sensorProbeDrycontactArrayPort5Number OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of port on the DrycontactArray." - ::= { sensorProbeDrycontactArrayPort5 1 } - - sensorProbeDrycontactArrayPort5Table OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeDrycontactArrayPort5Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every Drycontact Sensor in the SensorArray. Each row in the table contains data for a different Drycontact Sensor." - ::= { sensorProbeDrycontactArrayPort5 2 } - - sensorProbeDrycontactArrayPort5Entry OBJECT-TYPE - SYNTAX SensorProbeDrycontactArrayPort5Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeDrycontactArrayPort5 Table" - INDEX { sensorProbeDrycontactArrayPort5Index } - ::= { sensorProbeDrycontactArrayPort5Table 1 } - - SensorProbeDrycontactArrayPort5Entry ::= SEQUENCE { - sensorProbeDrycontactArrayPort5Index - INTEGER, - sensorProbeDrycontactArrayPort5Description - DisplayString, - sensorProbeDrycontactArrayPort5Status - INTEGER, - sensorProbeDrycontactArrayPort5Online - INTEGER, - sensorProbeDrycontactArrayPort5GoOnline - INTEGER, - sensorProbeDrycontactArrayPort5NormalState - INTEGER, - sensorProbeDrycontactArrayPort5Direction - INTEGER, - sensorProbeDrycontactArrayPort5ContTimeCritical - INTEGER, - sensorProbeDrycontactArrayPort5ContTimeNormal - INTEGER, - sensorProbeDrycontactArrayPort5ManualOutputCycleTime - INTEGER, - sensorProbeDrycontactArrayPort5ManualOutputAction - INTEGER, - sensorProbeDrycontactArrayPort5OutputDescOn - DisplayString, - sensorProbeDrycontactArrayPort5OutputDescOff - DisplayString, - sensorProbeDrycontactArrayPort5URL - DisplayString, - sensorProbeDrycontactArrayPort5OpenURL - INTEGER, - sensorProbeDrycontactArrayPort5ControlMode - INTEGER - } - - sensorProbeDrycontactArrayPort5Index OBJECT-TYPE - SYNTAX INTEGER (0..7) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sensor DrycontactArray port." - ::= { sensorProbeDrycontactArrayPort5Entry 1 } - - sensorProbeDrycontactArrayPort5Description OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor DrycontactArray" - ::= { sensorProbeDrycontactArrayPort5Entry 2 } - - sensorProbeDrycontactArrayPort5Status OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highCritical(4), - lowCritical(6), - sensorError(7), - relayOn(8), - relayOff(9) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorProbeDrycontactArrayPort5Entry 4 } - - sensorProbeDrycontactArrayPort5Online OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeDrycontactArrayPort5Entry 5 } - - sensorProbeDrycontactArrayPort5GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeDrycontactArrayPort5Entry 6 } - - sensorProbeDrycontactArrayPort5NormalState OBJECT-TYPE - SYNTAX INTEGER { - closed(0), - open(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The normal state of DrycontactArray" - ::= { sensorProbeDrycontactArrayPort5Entry 7 } - - sensorProbeDrycontactArrayPort5Direction OBJECT-TYPE - SYNTAX INTEGER { - input(0), - output(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To set a drycontact to input enter 0. To set a switch to output enter 1" - ::= { sensorProbeDrycontactArrayPort5Entry 8 } - - sensorProbeDrycontactArrayPort5ContTimeCritical OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Critical before accepting new Status." - ::= { sensorProbeDrycontactArrayPort5Entry 9 } - - sensorProbeDrycontactArrayPort5ContTimeNormal OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Normal before accepting new Status." - ::= { sensorProbeDrycontactArrayPort5Entry 10 } - - sensorProbeDrycontactArrayPort5ManualOutputCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Drycontact toggle period in seconds for Manual Cycle action." - ::= { sensorProbeDrycontactArrayPort5Entry 24 } - - sensorProbeDrycontactArrayPort5ManualOutputAction OBJECT-TYPE - SYNTAX INTEGER { - allow-sensor-control(1), - turn-on(3), - turn-off(4), - cycle-Off-On-Off(7), - cycle-On-Off-On(8) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Control the Drycontact output manualy" - ::= { sensorProbeDrycontactArrayPort5Entry 25 } - - sensorProbeDrycontactArrayPort5OutputDescOn OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of Drycontact output On" - ::= { sensorProbeDrycontactArrayPort5Entry 26 } - - sensorProbeDrycontactArrayPort5OutputDescOff OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of Drycontact output Off" - ::= { sensorProbeDrycontactArrayPort5Entry 27 } - - sensorProbeDrycontactArrayPort5URL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor URL link." - ::= { sensorProbeDrycontactArrayPort5Entry 28 } - - sensorProbeDrycontactArrayPort5OpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeDrycontactArrayPort5Entry 29 } - - sensorProbeDrycontactArrayPort5ControlMode OBJECT-TYPE - SYNTAX INTEGER { - manual-control(0), - notification-control(1), - time-control(2), - thermostat-control(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Control Mode used for selecting the mode to control a Drycontact output." - ::= { sensorProbeDrycontactArrayPort5Entry 30 } - - sensorProbeDrycontactArrayPort6 OBJECT IDENTIFIER ::= { sensorProbeDrycontactArraySensor 6 } - sensorProbeDrycontactArrayPort6Number OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of port on the DrycontactArray." - ::= { sensorProbeDrycontactArrayPort6 1 } - - sensorProbeDrycontactArrayPort6Table OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeDrycontactArrayPort6Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every Drycontact Sensor in the SensorArray. Each row in the table contains data for a different Drycontact Sensor." - ::= { sensorProbeDrycontactArrayPort6 2 } - - sensorProbeDrycontactArrayPort6Entry OBJECT-TYPE - SYNTAX SensorProbeDrycontactArrayPort6Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeDrycontactArrayPort6 Table" - INDEX { sensorProbeDrycontactArrayPort6Index } - ::= { sensorProbeDrycontactArrayPort6Table 1 } - - SensorProbeDrycontactArrayPort6Entry ::= SEQUENCE { - sensorProbeDrycontactArrayPort6Index - INTEGER, - sensorProbeDrycontactArrayPort6Description - DisplayString, - sensorProbeDrycontactArrayPort6Status - INTEGER, - sensorProbeDrycontactArrayPort6Online - INTEGER, - sensorProbeDrycontactArrayPort6GoOnline - INTEGER, - sensorProbeDrycontactArrayPort6NormalState - INTEGER, - sensorProbeDrycontactArrayPort6Direction - INTEGER, - sensorProbeDrycontactArrayPort6ContTimeCritical - INTEGER, - sensorProbeDrycontactArrayPort6ContTimeNormal - INTEGER, - sensorProbeDrycontactArrayPort6ManualOutputCycleTime - INTEGER, - sensorProbeDrycontactArrayPort6ManualOutputAction - INTEGER, - sensorProbeDrycontactArrayPort6OutputDescOn - DisplayString, - sensorProbeDrycontactArrayPort6OutputDescOff - DisplayString, - sensorProbeDrycontactArrayPort6URL - DisplayString, - sensorProbeDrycontactArrayPort6OpenURL - INTEGER, - sensorProbeDrycontactArrayPort6ControlMode - INTEGER - } - - sensorProbeDrycontactArrayPort6Index OBJECT-TYPE - SYNTAX INTEGER (0..7) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sensor DrycontactArray port." - ::= { sensorProbeDrycontactArrayPort6Entry 1 } - - sensorProbeDrycontactArrayPort6Description OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor DrycontactArray" - ::= { sensorProbeDrycontactArrayPort6Entry 2 } - - sensorProbeDrycontactArrayPort6Status OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highCritical(4), - lowCritical(6), - sensorError(7), - relayOn(8), - relayOff(9) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorProbeDrycontactArrayPort6Entry 4 } - - sensorProbeDrycontactArrayPort6Online OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeDrycontactArrayPort6Entry 5 } - - sensorProbeDrycontactArrayPort6GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeDrycontactArrayPort6Entry 6 } - - sensorProbeDrycontactArrayPort6NormalState OBJECT-TYPE - SYNTAX INTEGER { - closed(0), - open(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The normal state of DrycontactArray" - ::= { sensorProbeDrycontactArrayPort6Entry 7 } - - sensorProbeDrycontactArrayPort6Direction OBJECT-TYPE - SYNTAX INTEGER { - input(0), - output(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To set a drycontact to input enter 0. To set a switch to output enter 1" - ::= { sensorProbeDrycontactArrayPort6Entry 8 } - - sensorProbeDrycontactArrayPort6ContTimeCritical OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Critical before accepting new Status." - ::= { sensorProbeDrycontactArrayPort6Entry 9 } - - sensorProbeDrycontactArrayPort6ContTimeNormal OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Normal before accepting new Status." - ::= { sensorProbeDrycontactArrayPort6Entry 10 } - - sensorProbeDrycontactArrayPort6ManualOutputCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Drycontact toggle period in seconds for Manual Cycle action." - ::= { sensorProbeDrycontactArrayPort6Entry 24 } - - sensorProbeDrycontactArrayPort6ManualOutputAction OBJECT-TYPE - SYNTAX INTEGER { - allow-sensor-control(1), - turn-on(3), - turn-off(4), - cycle-Off-On-Off(7), - cycle-On-Off-On(8) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Control the Drycontact output manualy" - ::= { sensorProbeDrycontactArrayPort6Entry 25 } - - sensorProbeDrycontactArrayPort6OutputDescOn OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of Drycontact output On" - ::= { sensorProbeDrycontactArrayPort6Entry 26 } - - sensorProbeDrycontactArrayPort6OutputDescOff OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of Drycontact output Off" - ::= { sensorProbeDrycontactArrayPort6Entry 27 } - - sensorProbeDrycontactArrayPort6URL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor URL link." - ::= { sensorProbeDrycontactArrayPort6Entry 28 } - - sensorProbeDrycontactArrayPort6OpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeDrycontactArrayPort6Entry 29 } - - sensorProbeDrycontactArrayPort6ControlMode OBJECT-TYPE - SYNTAX INTEGER { - manual-control(0), - notification-control(1), - time-control(2), - thermostat-control(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Control Mode used for selecting the mode to control a Drycontact output." - ::= { sensorProbeDrycontactArrayPort6Entry 30 } - - sensorProbeDrycontactArrayPort7 OBJECT IDENTIFIER ::= { sensorProbeDrycontactArraySensor 7 } - sensorProbeDrycontactArrayPort7Number OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of port on the DrycontactArray." - ::= { sensorProbeDrycontactArrayPort7 1 } - - sensorProbeDrycontactArrayPort7Table OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeDrycontactArrayPort7Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every Drycontact Sensor in the SensorArray. Each row in the table contains data for a different Drycontact Sensor." - ::= { sensorProbeDrycontactArrayPort7 2 } - - sensorProbeDrycontactArrayPort7Entry OBJECT-TYPE - SYNTAX SensorProbeDrycontactArrayPort7Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeDrycontactArrayPort7 Table" - INDEX { sensorProbeDrycontactArrayPort7Index } - ::= { sensorProbeDrycontactArrayPort7Table 1 } - - SensorProbeDrycontactArrayPort7Entry ::= SEQUENCE { - sensorProbeDrycontactArrayPort7Index - INTEGER, - sensorProbeDrycontactArrayPort7Description - DisplayString, - sensorProbeDrycontactArrayPort7Status - INTEGER, - sensorProbeDrycontactArrayPort7Online - INTEGER, - sensorProbeDrycontactArrayPort7GoOnline - INTEGER, - sensorProbeDrycontactArrayPort7NormalState - INTEGER, - sensorProbeDrycontactArrayPort7Direction - INTEGER, - sensorProbeDrycontactArrayPort7ContTimeCritical - INTEGER, - sensorProbeDrycontactArrayPort7ContTimeNormal - INTEGER, - sensorProbeDrycontactArrayPort7ManualOutputCycleTime - INTEGER, - sensorProbeDrycontactArrayPort7ManualOutputAction - INTEGER, - sensorProbeDrycontactArrayPort7OutputDescOn - DisplayString, - sensorProbeDrycontactArrayPort7OutputDescOff - DisplayString, - sensorProbeDrycontactArrayPort7URL - DisplayString, - sensorProbeDrycontactArrayPort7OpenURL - INTEGER, - sensorProbeDrycontactArrayPort7ControlMode - INTEGER - } - - sensorProbeDrycontactArrayPort7Index OBJECT-TYPE - SYNTAX INTEGER (0..7) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sensor DrycontactArray port." - ::= { sensorProbeDrycontactArrayPort7Entry 1 } - - sensorProbeDrycontactArrayPort7Description OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor DrycontactArray" - ::= { sensorProbeDrycontactArrayPort7Entry 2 } - - sensorProbeDrycontactArrayPort7Status OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highCritical(4), - lowCritical(6), - sensorError(7), - relayOn(8), - relayOff(9) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorProbeDrycontactArrayPort7Entry 4 } - - sensorProbeDrycontactArrayPort7Online OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeDrycontactArrayPort7Entry 5 } - - sensorProbeDrycontactArrayPort7GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeDrycontactArrayPort7Entry 6 } - - sensorProbeDrycontactArrayPort7NormalState OBJECT-TYPE - SYNTAX INTEGER { - closed(0), - open(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The normal state of DrycontactArray" - ::= { sensorProbeDrycontactArrayPort7Entry 7 } - - sensorProbeDrycontactArrayPort7Direction OBJECT-TYPE - SYNTAX INTEGER { - input(0), - output(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To set a drycontact to input enter 0. To set a switch to output enter 1" - ::= { sensorProbeDrycontactArrayPort7Entry 8 } - - sensorProbeDrycontactArrayPort7ContTimeCritical OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Critical before accepting new Status." - ::= { sensorProbeDrycontactArrayPort7Entry 9 } - - sensorProbeDrycontactArrayPort7ContTimeNormal OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Normal before accepting new Status." - ::= { sensorProbeDrycontactArrayPort7Entry 10 } - - sensorProbeDrycontactArrayPort7ManualOutputCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Drycontact toggle period in seconds for Manual Cycle action." - ::= { sensorProbeDrycontactArrayPort7Entry 24 } - - sensorProbeDrycontactArrayPort7ManualOutputAction OBJECT-TYPE - SYNTAX INTEGER { - allow-sensor-control(1), - turn-on(3), - turn-off(4), - cycle-Off-On-Off(7), - cycle-On-Off-On(8) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Control the Drycontact output manualy" - ::= { sensorProbeDrycontactArrayPort7Entry 25 } - - sensorProbeDrycontactArrayPort7OutputDescOn OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of Drycontact output On" - ::= { sensorProbeDrycontactArrayPort7Entry 26 } - - sensorProbeDrycontactArrayPort7OutputDescOff OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of Drycontact output Off" - ::= { sensorProbeDrycontactArrayPort7Entry 27 } - - sensorProbeDrycontactArrayPort7URL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor URL link." - ::= { sensorProbeDrycontactArrayPort7Entry 28 } - - sensorProbeDrycontactArrayPort7OpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeDrycontactArrayPort7Entry 29 } - - sensorProbeDrycontactArrayPort7ControlMode OBJECT-TYPE - SYNTAX INTEGER { - manual-control(0), - notification-control(1), - time-control(2), - thermostat-control(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Control Mode used for selecting the mode to control a Drycontact output." - ::= { sensorProbeDrycontactArrayPort7Entry 30 } - - sensorProbeDrycontactArrayPort8 OBJECT IDENTIFIER ::= { sensorProbeDrycontactArraySensor 8 } - sensorProbeDrycontactArrayPort8Number OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total number of port on the DrycontactArray." - ::= { sensorProbeDrycontactArrayPort8 1 } - - sensorProbeDrycontactArrayPort8Table OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeDrycontactArrayPort8Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the data for every Drycontact Sensor in the SensorArray. Each row in the table contains data for a different Drycontact Sensor." - ::= { sensorProbeDrycontactArrayPort8 2 } - - sensorProbeDrycontactArrayPort8Entry OBJECT-TYPE - SYNTAX SensorProbeDrycontactArrayPort8Entry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeDrycontactArrayPort8 Table" - INDEX { sensorProbeDrycontactArrayPort8Index } - ::= { sensorProbeDrycontactArrayPort8Table 1 } - - SensorProbeDrycontactArrayPort8Entry ::= SEQUENCE { - sensorProbeDrycontactArrayPort8Index - INTEGER, - sensorProbeDrycontactArrayPort8Description - DisplayString, - sensorProbeDrycontactArrayPort8Status - INTEGER, - sensorProbeDrycontactArrayPort8Online - INTEGER, - sensorProbeDrycontactArrayPort8GoOnline - INTEGER, - sensorProbeDrycontactArrayPort8NormalState - INTEGER, - sensorProbeDrycontactArrayPort8Direction - INTEGER, - sensorProbeDrycontactArrayPort8ContTimeCritical - INTEGER, - sensorProbeDrycontactArrayPort8ContTimeNormal - INTEGER, - sensorProbeDrycontactArrayPort8ManualOutputCycleTime - INTEGER, - sensorProbeDrycontactArrayPort8ManualOutputAction - INTEGER, - sensorProbeDrycontactArrayPort8OutputDescOn - DisplayString, - sensorProbeDrycontactArrayPort8OutputDescOff - DisplayString, - sensorProbeDrycontactArrayPort8URL - DisplayString, - sensorProbeDrycontactArrayPort8OpenURL - INTEGER, - sensorProbeDrycontactArrayPort8ControlMode - INTEGER - } - - sensorProbeDrycontactArrayPort8Index OBJECT-TYPE - SYNTAX INTEGER (0..7) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each sensor DrycontactArray port." - ::= { sensorProbeDrycontactArrayPort8Entry 1 } - - sensorProbeDrycontactArrayPort8Description OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor DrycontactArray" - ::= { sensorProbeDrycontactArrayPort8Entry 2 } - - sensorProbeDrycontactArrayPort8Status OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highCritical(4), - lowCritical(6), - sensorError(7), - relayOn(8), - relayOff(9) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorProbeDrycontactArrayPort8Entry 4 } - - sensorProbeDrycontactArrayPort8Online OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Sensor is currently online" - ::= { sensorProbeDrycontactArrayPort8Entry 5 } - - sensorProbeDrycontactArrayPort8GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorProbeDrycontactArrayPort8Entry 6 } - - sensorProbeDrycontactArrayPort8NormalState OBJECT-TYPE - SYNTAX INTEGER { - closed(0), - open(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The normal state of DrycontactArray" - ::= { sensorProbeDrycontactArrayPort8Entry 7 } - - sensorProbeDrycontactArrayPort8Direction OBJECT-TYPE - SYNTAX INTEGER { - input(0), - output(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To set a drycontact to input enter 0. To set a switch to output enter 1" - ::= { sensorProbeDrycontactArrayPort8Entry 8 } - - sensorProbeDrycontactArrayPort8ContTimeCritical OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Critical before accepting new Status." - ::= { sensorProbeDrycontactArrayPort8Entry 9 } - - sensorProbeDrycontactArrayPort8ContTimeNormal OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Normal before accepting new Status." - ::= { sensorProbeDrycontactArrayPort8Entry 10 } - - sensorProbeDrycontactArrayPort8ManualOutputCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Drycontact toggle period in seconds for Manual Cycle action." - ::= { sensorProbeDrycontactArrayPort8Entry 24 } - - sensorProbeDrycontactArrayPort8ManualOutputAction OBJECT-TYPE - SYNTAX INTEGER { - allow-sensor-control(1), - turn-on(3), - turn-off(4), - cycle-Off-On-Off(7), - cycle-On-Off-On(8) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Control the Drycontact output manualy" - ::= { sensorProbeDrycontactArrayPort8Entry 25 } - - sensorProbeDrycontactArrayPort8OutputDescOn OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of Drycontact output On" - ::= { sensorProbeDrycontactArrayPort8Entry 26 } - - sensorProbeDrycontactArrayPort8OutputDescOff OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Description of Drycontact output Off" - ::= { sensorProbeDrycontactArrayPort8Entry 27 } - - sensorProbeDrycontactArrayPort8URL OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensor URL link." - ::= { sensorProbeDrycontactArrayPort8Entry 28 } - - sensorProbeDrycontactArrayPort8OpenURL OBJECT-TYPE - SYNTAX INTEGER { - cur-window(0), - new-window(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Open URL in this browser or open in a new window." - ::= { sensorProbeDrycontactArrayPort8Entry 29 } - - sensorProbeDrycontactArrayPort8ControlMode OBJECT-TYPE - SYNTAX INTEGER { - manual-control(0), - notification-control(1), - time-control(2), - thermostat-control(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Control Mode used for selecting the mode to control a Drycontact output." - ::= { sensorProbeDrycontactArrayPort8Entry 30 } - - sensorProbeDebug OBJECT-TYPE - SYNTAX INTEGER { - off(0), - on(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "SP only: Turn on or off debug messages" - ::= { sensorProbeEntry 20 } - - sensorProbeTrapResend OBJECT-TYPE - SYNTAX INTEGER { - off(0), - on(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "If traps for Warning or Error should be resent. Traps for Normal status are sent once" - ::= { sensorProbeEntry 22 } - - sensorProbeTrapResendInterval OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How often to resend mail or Traps. Enter the number of seconds from 15 to 65535. Mail for WARNING and ERROR are resent at this interval. Traps for Normal status are sent once" - ::= { sensorProbeEntry 23 } - - sensorProbeSendTraps OBJECT-TYPE - SYNTAX INTEGER { - on(1), - off(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Turn on or off the sending of traps" - ::= { sensorProbeEntry 24 } - - sensorProbeTrapDestination OBJECT-TYPE - SYNTAX IpAddress - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The IP address of the trap destination" - ::= { sensorProbeEntry 25 } - - sensorProbeTrapCommunity OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The community string of the trap destination" - ::= { sensorProbeEntry 26 } - - sensorProbeDefaultGateway OBJECT-TYPE - SYNTAX IpAddress - ACCESS read-write - STATUS mandatory - DESCRIPTION - "If the destination is on another network, enter the IP address of the router" - ::= { sensorProbeEntry 27 } - - sensorProbeSubnetMask OBJECT-TYPE - SYNTAX IpAddress - ACCESS read-write - STATUS mandatory - DESCRIPTION - "If the trap destination uses the default gateway" - ::= { sensorProbeEntry 28 } - - sensorProbeRouteAdd OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "SP only: Up to 4, Manual additions to the routing table in the form, Network IP Address, Netmask, Gateway IP address" - ::= { sensorProbeEntry 29 } - - - sensorProbeSendMail OBJECT-TYPE - SYNTAX INTEGER { - on(1), - off(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Turn on or off the sending of Mail" - ::= { sensorProbeEntry 30 } - - sensorProbeMailRecpt OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The email address of the Recipient" - ::= { sensorProbeEntry 31 } - - sensorProbeMailFrom OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The email address of the Sender" - ::= { sensorProbeEntry 32 } - - sensorProbeMailSMTP OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The Address of the SMTP server" - ::= { sensorProbeEntry 33 } - - sensorProbeMailJpgInline OBJECT-TYPE - SYNTAX INTEGER { - inline(1), - link(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "If the jpg for this event is sent as an http link or is included with mail as an attachment" - ::= { sensorProbeEntry 34 } - - sensorProbeMailResendInterval OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How often to resend mail or Traps. Enter the number of seconds from 10 to 60. Mail for WARNING and ERROR are resent at this interval. Mail for Normal status are sent once" - ::= { sensorProbeEntry 36 } - - sensorProbeMailMaxResend OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The maximum number of times to resend mail. If set to 0 only send once. The maximum value is 5" - ::= { sensorProbeEntry 37 } - - sensorProbeMailLastStatus OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The status of the most recent attempt to send an email" - ::= { sensorProbeEntry 39 } - - sensorProbeSupportMailRcpt OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "SP8L only: E-Mail address of support" - ::= { sensorProbeEntry 40 } - - sensorProbeCameraServerTable OBJECT-TYPE - SYNTAX SEQUENCE OF SensorProbeCameraServerEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "CP8 Only: This table contains the Camera Server features, This allows the sensorProbe to connect to a sensorProbe" - ::= { sensorProbeEntry 42 } - - sensorProbeCameraServerEntry OBJECT-TYPE - SYNTAX SensorProbeCameraServerEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorProbeCameraServerEntry Table" - INDEX { sensorProbeCameraServerIndex } - ::= { sensorProbeCameraServerTable 1 } - - SensorProbeCameraServerEntry ::= SEQUENCE { - sensorProbeCameraServerClientOnline - INTEGER, - sensorProbeCameraServerClientGoOnline - INTEGER, - sensorProbeCameraServerClientIP - IpAddress, - sensorProbeCameraServerClientSetPassword - DisplayString, - sensorProbeCameraServerIndex - INTEGER, - sensorProbeJavaTimeOut - INTEGER, - sensorProbeJpegQualityFactor - INTEGER, - sensorProbeCameraDescription - DisplayString, - sensorProbeCameraRotate - INTEGER, - sensorProbeCameraResolution - INTEGER, - sensorProbePTZRotateRelative - DisplayString, - sensorProbePTZRotateAbsolute - DisplayString, - sensorProbeAudioAttachChannel - INTEGER, - sensorProbePTZEnable - INTEGER, - sensorProbePTZBrand - INTEGER, - sensorProbePTZPanTiltUntilEnd - INTEGER - } - - - sensorProbeCameraServerClientOnline OBJECT-TYPE - SYNTAX INTEGER { - online(1), - offline(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this Client is currently online" - ::= { sensorProbeCameraServerEntry 1 } - - sensorProbeCameraServerClientGoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put this Client online enter a 1, to take offline enter a 2" - ::= { sensorProbeCameraServerEntry 2 } - - sensorProbeCameraServerClientIP OBJECT-TYPE - SYNTAX IpAddress - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The IP address of the sensorProbe, used to send snmp keep alive messages" - ::= { sensorProbeCameraServerEntry 3 } - - sensorProbeCameraServerClientSetPassword OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "SP Only: The Set Password for the snmp keep alive messages sent to the sensorProbes" - ::= { sensorProbeCameraServerEntry 4 } - - sensorProbeCameraServerIndex OBJECT-TYPE - SYNTAX INTEGER (0..9) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index into the Camera table" - ::= { sensorProbeCameraServerEntry 5 } - - sensorProbeJavaTimeOut OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Timeout in minutes for Java client" - ::= { sensorProbeCameraServerEntry 6 } - - sensorProbeJpegQualityFactor OBJECT-TYPE - SYNTAX INTEGER (5..95) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Quality factor of jpeg image" - ::= { sensorProbeCameraServerEntry 7 } - - sensorProbeCameraDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A description of camera" - ::= { sensorProbeCameraServerEntry 8 } - - sensorProbeCameraRotate OBJECT-TYPE - SYNTAX INTEGER { - nonRotate(0), - rotate(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Rotate of this camera" - ::= { sensorProbeCameraServerEntry 9 } - - sensorProbeCameraResolution OBJECT-TYPE - SYNTAX INTEGER { - resolution320x240(0), - resolution640x480(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Resolution of camera" - ::= { sensorProbeCameraServerEntry 10 } - - sensorProbePTZRotateRelative OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Control PTZ by put Direction and step 'DIR STEP' when direction 0 or 1 is LEFT or RIGH and 2 or 3 is UP or DOWN " - ::= { sensorProbeCameraServerEntry 11 } - - sensorProbePTZRotateAbsolute OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Control PTZ by put position of x and y 'POS_X POS_Y' value of position is 0 to 100" - ::= { sensorProbeCameraServerEntry 12 } - - sensorProbeAudioAttachChannel OBJECT-TYPE - SYNTAX INTEGER { - notAttachAudio(0), - attachAudio(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Disable/Enable audio attachment" - ::= { sensorProbeCameraServerEntry 13 } - - sensorProbePTZEnable OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enableInternal(1), - enableExternal(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Disable/Enable Ptz controller" - ::= { sensorProbeCameraServerEntry 14 } - - sensorProbePTZBrand OBJECT-TYPE - SYNTAX INTEGER { - generalBrand(0), - akcpBrand(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "PTZ Brand" - ::= { sensorProbeCameraServerEntry 15 } - - sensorProbePTZPanTiltUntilEnd OBJECT-TYPE - SYNTAX INTEGER { - stop(0), - right(1), - left(2), - up(3), - down(4), - right-up(5), - right-down(6), - left-up(7), - left-down(8) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Pan or Tilt PTZ until endpoint" - ::= { sensorProbeCameraServerEntry 16 } - - - sensorProbeTrapMailPollInterval OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "SP Only: How often the sensor thresholds are tested before sending traps or mail. This can vary from 3 to 15 seconds" - ::= { sensorProbeEntry 50 } - - sensorProbeSendTestMail OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Send out an email test message" - ::= { sensorProbeEntry 51 } - - sensorProbeLastSystemError OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A text string containing the description of the last system error" - ::= { sensorProbeEntry 52 } - - sensorProbeDataCollectionPeriod OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The number of minutes between collections of the data logger. This can vary from 1 to 60 minutes" - ::= { sensorProbeEntry 53 } - - sensorProbeMailTimeout OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The number of seconds to wait for a timeout while sending email This can vary from 10 to 30 seconds" - ::= { sensorProbeEntry 54 } - - sensorProbeAutoSense OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable Auto-sense feature" - ::= { sensorProbeEntry 55 } - - sensorProbeChecksum OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "SP Only: The Flash Checksum, computed dynamically whenever this object is read" - ::= { sensorProbeEntry 56 } - - sensorProbeUsePassword OBJECT-TYPE - SYNTAX INTEGER { - usePassword(0), - doNotUsePassword(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Determines whether or not the set and get community are used to check for access rights" - ::= { sensorProbeEntry 57 } - - sensorProbeDisplayLogo OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable or Disable the display of the logo" - ::= { sensorProbeEntry 59 } - - sensorProbeTrapType OBJECT-TYPE - SYNTAX INTEGER { - specificTypeTrap(1), - generalTypeTrap(2), - bothTypeTraps(3), - statusTypeTraps(4) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Whether to generate a trap that covers all sensors, a specific trap for each sensor, or both types of traps" - ::= { sensorProbeEntry 60 } - - sensorProbeMailCC OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The email address of the CC" - ::= { sensorProbeEntry 61 } - - sensorProbeAllowIPChange OBJECT-TYPE - SYNTAX INTEGER { - enable(1), - disable(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "This disables the changing of the IP address. The default is to enable changing the IP address" - ::= { sensorProbeEntry 62 } - - sensorProbeTimeOfDay OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The time of day in the format day/month/year hour(1-24):minutes:seconds for example 23/10/02 12:45:06" - ::= { sensorProbeEntry 65 } - - sensorProbeEnableSysLog OBJECT-TYPE - SYNTAX INTEGER { - enableLogToFlash(1), - enableLogToNetAndFlash(2), - disable(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "This enables sysLog Messages,including logging to the Net. The Destination IP of the net messages is the same as the source IP of the sender of this command" - ::= { sensorProbeEntry 66 } - - sensorProbeReadSysLog OBJECT-TYPE - SYNTAX INTEGER { - lastMessage(1), - allMessages(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Return the sysLog Message in the snmp PDU and if enableLogToNetAndFlash in sensorProbeEnableSysLog, also send in debug message format, A Write of a 2 will return all of the messages in debug format" - ::= { sensorProbeEntry 67 } - - sensorProbeClearSysLog OBJECT-TYPE - SYNTAX INTEGER { - allMessages(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Delete all entries in the sys log" - ::= { sensorProbeEntry 68 } - - sensorProbeSyslogDestIP OBJECT-TYPE - SYNTAX IpAddress - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The IP Address of the Syslog server. Note: This must be in dotted decimal form" - ::= { sensorProbeEntry 69 } - - sensorProbeSyslogPort OBJECT-TYPE - SYNTAX Gauge - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The Port Number of the Syslog server." - ::= { sensorProbeEntry 70 } - - sensorProbeSetSyslogMsgPrefix OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "SP Only: The Prefix message of the Syslog message" - ::= { sensorProbeEntry 71 } - --- --- sensorProbeEntry 72 is reserved for sensorProbeLanFullDuplex ( SP Only ) --- - --- --- sensorProbeEntry 73 is reserved for sensorProbeExpectedMicrocodeCRC ( SP Only ) --- - --- --- sensorProbeEntry 74 is reserved for sensorProbeExpectedMicrocodeLength ( SP Only ) --- - --- --- sensorProbeEntry 75 is reserved for sensorProbeActualMicrocodeCRC ( SP Only ) --- - --- --- sensorProbeEntry 76 is reserved for sensorProbeExpectedBootCRC ( SP Only ) --- - --- --- sensorProbeEntry 77 is reserved for sensorProbeActualBootCRC ( SP Only ) --- - --- --- sensorProbeEntry 78 is reserved for sensorProbeBootVersion ( SP Only ) --- - --- --- sensorProbeEntry 80 is reserved for sensorProbeAdcCalibrate --- - - sensorProbeTimeZone OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "System time zone" - ::= { sensorProbeEntry 81 } - --- --- sensorProbeEntry 82 is reserved for sensorProbeExtraDryContactEnable ( SP Only ) --- - - sensorProbeMegaVersion OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Version number of mega board" - ::= { sensorProbeEntry 83 } - - sensorProbeNtpMode OBJECT-TYPE - SYNTAX INTEGER { - notUse(0), - oneTime(1), - onSystemStartUp(2), - onceAMounth(3), - onceAWeek(4), - onceADay(5), - onceAnHour(6), - continuous(7) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Mode to synchronous with ntp server" - ::= { sensorProbeEntry 84 } - - sensorProbeNtpServer OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "NTP server which this machine synchronous with" - ::= { sensorProbeEntry 85 } - --- --- sensorProbeEntry 86 is reserved for SensorProbeModel string which is used internaly (AKCP). --- - - sensorProbeSMTPAuth OBJECT-TYPE - SYNTAX INTEGER { - enable(1), - disable(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "This enables the SMTP authentication" - ::= { sensorProbeEntry 87 } - - sensorProbeSMTPLogin OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The username used to login into SMTP server" - ::= { sensorProbeEntry 88 } - - sensorProbeSMTPPassword OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The password used to login into SMTP server" - ::= { sensorProbeEntry 89 } - - sensorProbeDNSServer OBJECT-TYPE - SYNTAX IpAddress - ACCESS read-write - STATUS mandatory - DESCRIPTION - "IP address of the DNS server" - ::= { sensorProbeEntry 90 } - - sensorProbeAltWebPort OBJECT-TYPE - SYNTAX Gauge - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The alternative for a port number 80 used to access the web interface" - ::= { sensorProbeEntry 91 } - - sensorProbeNumberOfSensorPort OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The number of sensor ports(regardless of their current state)" - ::= { sensorProbeEntry 92 } - - sensorProbeSendTrapsAlive OBJECT-TYPE - SYNTAX INTEGER { - on(1), - off(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "On or off send keep alive traps." - ::= { sensorProbeEntry 93 } - - sensorProbeTrapReIntervalAlive OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time between each keep alive trap." - ::= { sensorProbeEntry 94 } - - sensorProbeUseCamera OBJECT-TYPE - SYNTAX INTEGER { - off(0), - on(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "On or off camera." - ::= { sensorProbeEntry 95 } - - sensorProbeAdcCalibratePort OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Calibrate value for analog sensor." - ::= { sensorProbeEntry 96 } - --- --- sensorProbeEntry 97 is reseverd for future using with Linux version (AKCP). --- - - sensorProbeMailSubject OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Email Subject." - ::= { sensorProbeEntry 98 } - - sensorProbeSnmpPort OBJECT-TYPE - SYNTAX Gauge - ACCESS read-write - STATUS mandatory - DESCRIPTION - "SP Only: Port number used to access snmp" - ::= { sensorProbeEntry 99 } - - sensorProbeSnmpTrapPort OBJECT-TYPE - SYNTAX Gauge - ACCESS read-write - STATUS mandatory - DESCRIPTION - "SP Only: Port number used to access trap snmp" - ::= { sensorProbeEntry 100 } - - sensorProbeSnmpIndexingMode OBJECT-TYPE - SYNTAX INTEGER { - index0(0), - index1(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "CP8 Only: Snmp table index starting from 0 or 1 " - ::= { sensorProbeEntry 101 } - --- --- sensorProbeEntry 102 is reserved for sensorProbeSensorSummary --- - sensorProbeNotifyBoot OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "SP2 Only: Enable Notify on boot up" - ::= { sensorProbeEntry 103 } - - sensorProbeDelayNotifyBoot OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "SP2 Only: Delay time for boot up notify" - ::= { sensorProbeEntry 104 } - - sensorProbeSmtpPort OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "SMTP Port number used to send email" - ::= { sensorProbeEntry 105 } - - sensorProbeReboot OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Reboot SP2/SP8 set to 1" - ::= { sensorProbeEntry 106 } - - sensorProbeServerEnable OBJECT-TYPE - SYNTAX INTEGER { - disable(0), - enable(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Enable database changed notify feature" - ::= { sensorProbeEntry 107 } - - sensorProbeFirmwareVersion OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Current firmware version" - ::= { sensorProbeEntry 108 } - - sensorProbeProductType OBJECT-TYPE - SYNTAX INTEGER { - sensorProbe2(1), - sensorProbe8(2), - sensorProbeLinuxWithoutUSB(3), - sensorProbeLinuxWithUSB(4), - securityProbe(5) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Product type" - ::= { sensorProbeEntry 109 } - - sensorProbeRequestResendTrap OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "SP only: Send immediately all traps by set to 1" - ::= { sensorProbeEntry 110 } - --- --- sensorProbeEntry 111 is reserved for Server Project --- - - sensorProbeSeparateEmail OBJECT-TYPE - SYNTAX INTEGER { - notSeparate(0), - separate(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "SP only: Separate Email by set 1 for not Separate Email set 0" - ::= { sensorProbeEntry 112 } - - sensorProbeMailCustom OBJECT-TYPE - SYNTAX INTEGER { - normal(0), - custom(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "SP only: Custom mail is removed 'http://' in the mail footer" - ::= { sensorProbeEntry 113 } - - sensorProbeUntidePassword OBJECT-TYPE - SYNTAX INTEGER { - tidePassword(0), - untidePassword(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Use web password as SNMP password" - ::= { sensorProbeEntry 114 } - - sensorProbeWebPassword OBJECT IDENTIFIER ::= { sensorProbeEntry 115 } - sensorProbeWebAdminPassword OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Password Admin for login web and other connections" - ::= { sensorProbeWebPassword 1 } - - sensorProbeWebUserPassword OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Password User for login web and other connections" - ::= { sensorProbeWebPassword 2 } - - sensorProbeReloadNetwork OBJECT-TYPE - SYNTAX INTEGER { - reload(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Set 1 for reload network seting" - ::= { sensorProbeEntry 116 } - - sensorProbeStatusNumber OBJECT IDENTIFIER ::= { sensorProbeEntry 117 } - sensorProbeStatusNumberNotNormal OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Number of sensor status is Warning, Critical and Sensor Error" - ::= { sensorProbeStatusNumber 1 } - - sensorProbeStatusNumberCriticalAndError OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Number of sensor status is Critical and Sensor Error" - ::= { sensorProbeStatusNumber 2 } - - sensorProbeStatusNumberError OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Number of sensor status is Sensor Error" - ::= { sensorProbeStatusNumber 3 } - - sensorProbeTypeName OBJECT IDENTIFIER ::= { sensorProbeEntry 118 } - sensorProbeTypeTemperatureName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 1 } - - sensorProbeTypeSHT11HumidityName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 2 } - - sensorProbeTypeSHT11TempName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 3 } - - sensorProbeType4to20MAName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 4 } - - sensorProbeTypeDCvoltageName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 5 } - - sensorProbeTypeAirflowName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 6 } - - sensorProbeTypeDrycontactInoutName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 7 } - - sensorProbeTypeDrycontactInputName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 8 } - - sensorProbeTypeMotionName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 9 } - - sensorProbeTypeWaterName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 10 } - - sensorProbeTypeSecurityName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 11 } - - sensorProbeTypeSirenName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 12 } - - sensorProbeTypeRelayName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 13 } - - sensorProbeTypeACvoltageName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 14 } - - sensorProbeTypeADE7763VRMSName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 15 } - - sensorProbeTypeADE7763IRMSName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 16 } - - sensorProbeTypeADE7763WattName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 17 } - - sensorProbeTypeADE7763WatthourName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 18 } - - sensorProbeTypePCF8574XRelayName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 19 } - - sensorProbeTypeThermocoupleName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 20 } - - sensorProbeTypeSmokeName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 21 } - - sensorProbeTypeXDryName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 22 } - - sensorProbeTypeTemperatureArrayName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 23 } - - sensorProbeTypeWaterRopeName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 24 } - - sensorProbeTypeFuelLevelName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 25 } - - sensorProbeTypeTankSenderName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 26 } - - sensorProbeTypeThurmostatName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 128 } - - sensorProbeTypeVirtualName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 129 } - - sensorProbeTypeSoundName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 130 } - - sensorProbeTypeSoftMotionName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 131 } - - sensorProbeTypeNoSignalName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 132 } - - sensorProbeTypePowerMeterName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 134 } - - sensorProbeTypeSHT11Name OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 135 } - - sensorProbeTypeADE7763Name OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of Sensor Type Name on web interface" - ::= { sensorProbeTypeName 136 } - - sensorProbeProductRevision OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "SP only: Revision number" - ::= { sensorProbeEntry 119 } - - securityProbe OBJECT IDENTIFIER ::= { akcp 2 } - - secSummary OBJECT IDENTIFIER ::= { securityProbe 1 } - - secDevice OBJECT IDENTIFIER ::= { securityProbe 2 } - - deviceTable OBJECT-TYPE - SYNTAX SEQUENCE OF DeviceEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the property for every plugged-in device." - ::= { secDevice 1 } - - deviceEntry OBJECT-TYPE - SYNTAX DeviceEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the deviceEntry Table" - INDEX { deviceIndex } - ::= { deviceTable 1 } - - DeviceEntry ::= SEQUENCE { - deviceIndex - INTEGER, - deviceDescription - DisplayString, - deviceType - INTEGER, - deviceInfo - DisplayString, - deviceStatus - INTEGER - } - - deviceIndex OBJECT-TYPE - SYNTAX INTEGER (1..184549375) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index into the device table" - ::= { deviceEntry 1 } - - deviceDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this device" - ::= { deviceEntry 2 } - - deviceType OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "..." - ::= { deviceEntry 3 } - - deviceInfo OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A information of this device" - ::= { deviceEntry 4 } - - deviceStatus OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "..." - ::= { deviceEntry 5 } - - deviceIntelligentTable OBJECT-TYPE - SYNTAX SEQUENCE OF DeviceIntelligentEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the property for every plugged-in device." - ::= { secDevice 2 } - - deviceIntelligentEntry OBJECT-TYPE - SYNTAX DeviceIntelligentEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the deviceEntry Table" - INDEX { deviceIntelligentIndex } - ::= { deviceIntelligentTable 1 } - - DeviceIntelligentEntry ::= SEQUENCE { - deviceIntelligentIndex - INTEGER, - deviceIntelligentDescription - DisplayString, - deviceIntelligentInfo - DisplayString, - deviceIntelligentStatus - INTEGER, - sensorIntelligentTypeSelected - INTEGER, - sensorIntelligentPort1GoOnline - INTEGER, - sensorIntelligentPort2GoOnline - INTEGER, - sensorIntelligentPort3GoOnline - INTEGER, - sensorIntelligentPort4GoOnline - INTEGER, - sensorIntelligentPort5GoOnline - INTEGER, - sensorIntelligentPort6GoOnline - INTEGER, - sensorIntelligentPort7GoOnline - INTEGER, - sensorIntelligentPort8GoOnline - INTEGER - } - deviceIntelligentIndex OBJECT-TYPE - SYNTAX INTEGER (1..65535) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index into the deviceIntelligent table" - ::= { deviceIntelligentEntry 1 } - - deviceIntelligentDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this device" - ::= { deviceIntelligentEntry 2 } - - deviceIntelligentInfo OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A information of this device" - ::= { deviceIntelligentEntry 4 } - - deviceIntelligentStatus OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "..." - ::= { deviceIntelligentEntry 5 } - - sensorIntelligentTypeSelected OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "..." - ::= { deviceIntelligentEntry 6 } - - sensorIntelligentPort1GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "..." - ::= { deviceIntelligentEntry 100 } - - sensorIntelligentPort2GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "..." - ::= { deviceIntelligentEntry 101 } - - sensorIntelligentPort3GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "..." - ::= { deviceIntelligentEntry 102 } - - sensorIntelligentPort4GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "..." - ::= { deviceIntelligentEntry 103 } - - sensorIntelligentPort5GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "..." - ::= { deviceIntelligentEntry 104 } - - sensorIntelligentPort6GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "..." - ::= { deviceIntelligentEntry 105 } - - sensorIntelligentPort7GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "..." - ::= { deviceIntelligentEntry 106 } - - sensorIntelligentPort8GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "..." - ::= { deviceIntelligentEntry 107 } - - deviceDryContactTable OBJECT-TYPE - SYNTAX SEQUENCE OF DeviceDryContactEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the property for every plugged-in device." - ::= { secDevice 3 } - - deviceDryContactEntry OBJECT-TYPE - SYNTAX DeviceDryContactEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the deviceEntry Table" - INDEX { deviceDryContactIndex } - ::= { deviceDryContactTable 1 } - - DeviceDryContactEntry ::= SEQUENCE { - deviceDryContactIndex - INTEGER, - deviceDryContactDescription - DisplayString, - deviceDryContactInfo - DisplayString, - deviceDryContactStatus - INTEGER, - sensorDryContactPort1GoOnline - INTEGER, - sensorDryContactPort2GoOnline - INTEGER, - sensorDryContactPort3GoOnline - INTEGER, - sensorDryContactPort4GoOnline - INTEGER, - sensorDryContactPort5GoOnline - INTEGER, - sensorDryContactPort6GoOnline - INTEGER, - sensorDryContactPort7GoOnline - INTEGER, - sensorDryContactPort8GoOnline - INTEGER, - sensorDryContactPort9GoOnline - INTEGER, - sensorDryContactPort10GoOnline - INTEGER, - sensorDryContactPort11GoOnline - INTEGER, - sensorDryContactPort12GoOnline - INTEGER, - sensorDryContactPort13GoOnline - INTEGER, - sensorDryContactPort14GoOnline - INTEGER, - sensorDryContactPort15GoOnline - INTEGER, - sensorDryContactPort16GoOnline - INTEGER - } - - deviceDryContactIndex OBJECT-TYPE - SYNTAX INTEGER (1..65535) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index into the deviceDryContact table" - ::= { deviceDryContactEntry 1 } - - deviceDryContactDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this device" - ::= { deviceDryContactEntry 2 } - - deviceDryContactInfo OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A information of this device" - ::= { deviceDryContactEntry 4 } - - deviceDryContactStatus OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "..." - ::= { deviceDryContactEntry 5 } - - sensorDryContactPort1GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "..." - ::= { deviceDryContactEntry 100 } - - sensorDryContactPort2GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "..." - ::= { deviceDryContactEntry 101 } - - sensorDryContactPort3GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "..." - ::= { deviceDryContactEntry 102 } - - sensorDryContactPort4GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "..." - ::= { deviceDryContactEntry 103 } - - sensorDryContactPort5GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "..." - ::= { deviceDryContactEntry 104 } - - sensorDryContactPort6GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "..." - ::= { deviceDryContactEntry 105 } - - sensorDryContactPort7GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "..." - ::= { deviceDryContactEntry 106 } - - sensorDryContactPort8GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "..." - ::= { deviceDryContactEntry 107 } - - sensorDryContactPort9GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "..." - ::= { deviceDryContactEntry 108 } - - sensorDryContactPort10GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "..." - ::= { deviceDryContactEntry 109 } - - sensorDryContactPort11GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "..." - ::= { deviceDryContactEntry 110 } - - sensorDryContactPort12GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "..." - ::= { deviceDryContactEntry 111 } - - sensorDryContactPort13GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "..." - ::= { deviceDryContactEntry 112 } - - sensorDryContactPort14GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "..." - ::= { deviceDryContactEntry 113 } - - sensorDryContactPort15GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "..." - ::= { deviceDryContactEntry 114 } - - sensorDryContactPort16GoOnline OBJECT-TYPE - SYNTAX INTEGER { - goOnline(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "..." - ::= { deviceDryContactEntry 115 } - - - secSensor OBJECT IDENTIFIER ::= { securityProbe 3 } - - sensorTable OBJECT-TYPE - SYNTAX SEQUENCE OF SensorEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the property and reading value for every sensor." - ::= { secSensor 1 } - ---/* Begin of sensorEntry */ - - sensorEntry OBJECT-TYPE - SYNTAX SensorEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorTable Table" - INDEX { sensorIndex } - ::= { sensorTable 1 } - - SensorEntry ::= SEQUENCE { - sensorIndex - INTEGER, - sensorDescription - DisplayString, - sensorType - INTEGER, - sensorValue - INTEGER, - sensorUnit - DisplayString, - sensorStatus - INTEGER, - sensorGoOffline - INTEGER, - sensorPort - INTEGER, - sensorSubPort - INTEGER, - sensorDeviceIndex - INTEGER, - sensorDisplayStyle - INTEGER, - sensorHighCriticalDescription - DisplayString, - sensorLowCriticalDescription - DisplayString, - sensorNormalDescription - DisplayString, - sensorLowWarningDescription - DisplayString, - sensorHighWarningDescription - DisplayString, - sensorErrorDescription - DisplayString, - sensorOnDescription - DisplayString, - sensorOffDescription - DisplayString, - sensorHighCriticalColor - INTEGER, - sensorLowCriticalColor - INTEGER, - sensorNormalColor - INTEGER, - sensorLowWarningColor - INTEGER, - sensorHighWarningColor - INTEGER, - sensorErrorColor - INTEGER, - sensorOnColor - INTEGER, - sensorOffColor - INTEGER - } - - sensorIndex OBJECT-TYPE - SYNTAX INTEGER (1..65535) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index into the sensor table" - ::= { sensorEntry 1 } - - sensorDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor" - ::= { sensorEntry 2 } - - sensorType OBJECT-TYPE - SYNTAX INTEGER { - temperature(1), - humidity(2), - temperature2(3), - four-20mA(4), - dcvoltage(5), - airflow(6), - io(7), - drycontact(8), - motion(9), - water(10), - security(11), - siren(12), - relay(13), - acvoltage(14), - vrms(15), - irms(16), - watt(17), - watthour(18), - xrelay(19), - thermocouple(20), - smoke(21), - drycontact-array(22), - temperature-array(23), - thermostat(128), - virtual(129), - sound(130), - softmotion(131), - camera-dummy(132), - board-state(133), - nosignal(224), - test(255) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Enter the type of this Sensor" - ::= { sensorEntry 3 } - - sensorValue OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The value in this sensor" - ::= { sensorEntry 4 } - - sensorUnit OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The unit string" - ::= { sensorEntry 5 } - - sensorStatus OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - sensorError(7) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this sensor" - ::= { sensorEntry 6 } - - sensorGoOffline OBJECT-TYPE - SYNTAX INTEGER { - online(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To take offline enter a 2" - ::= { sensorEntry 8 } - - sensorPort OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Sensor port" - ::= { sensorEntry 35 } - - sensorSubPort OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Sensor sub port" - ::= { sensorEntry 36 } - - sensorDeviceIndex OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Device Index of sensor" - ::= { sensorEntry 37 } - - sensorDisplayStyle OBJECT-TYPE - SYNTAX INTEGER { - basic(0), - gauge(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Temperature display style" - ::= { sensorEntry 45 } - - sensorHighCriticalDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighCritical Description of this sensor" - ::= { sensorEntry 46 } - - sensorLowCriticalDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowCritical Description of this sensor" - ::= { sensorEntry 47 } - - sensorNormalDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Description of this sensor" - ::= { sensorEntry 48 } - - sensorLowWarningDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowWarning Description of this sensor" - ::= { sensorEntry 49 } - - sensorHighWarningDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighWarning Description of this sensor" - ::= { sensorEntry 50 } - - sensorErrorDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A SensorError Description of this sensor" - ::= { sensorEntry 51 } - - sensorOnDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A On Description of this sensor" - ::= { sensorEntry 52 } - - sensorOffDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Off Description of this sensor" - ::= { sensorEntry 53 } - - sensorHighCriticalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighCritical Color of this sensor" - ::= { sensorEntry 54 } - - sensorLowCriticalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowCritical Color of this sensor" - ::= { sensorEntry 55 } - - sensorNormalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Color of this sensor" - ::= { sensorEntry 56 } - - sensorLowWarningColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowWarning Color of this sensor" - ::= { sensorEntry 57 } - - sensorHighWarningColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighWarning Color of this sensor" - ::= { sensorEntry 58 } - - sensorErrorColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A SensorError Color of this sensor" - ::= { sensorEntry 59 } - - sensorOnColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A On Color of this sensor" - ::= { sensorEntry 60 } - - sensorOffColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Off Color of this sensor" - ::= { sensorEntry 61 } ---/* End of sensorEntry */ - ---/* Begin of sensorTemperatureEntry */ - sensorTemperatureTable OBJECT-TYPE - SYNTAX SEQUENCE OF SensorTemperatureEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the property and reading value for every Temperature sensor." - ::= { secSensor 2 } - - sensorTemperatureEntry OBJECT-TYPE - SYNTAX SensorTemperatureEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorTemperatureEntry Table" - INDEX { sensorTemperatureIndex } - ::= { sensorTemperatureTable 1 } - - SensorTemperatureEntry ::= SEQUENCE { - sensorTemperatureIndex - INTEGER, - sensorTemperatureDescription - DisplayString, - sensorTemperatureType - INTEGER, - sensorTemperatureDegree - INTEGER, - sensorTemperatureUnit - DisplayString, - sensorTemperatureStatus - INTEGER, - sensorTemperatureGoOffline - INTEGER, - sensorTemperatureLowCritical - INTEGER, - sensorTemperatureLowWarning - INTEGER, - sensorTemperatureHighWarning - INTEGER, - sensorTemperatureHighCritical - INTEGER, - sensorTemperatureRearm - INTEGER, - sensorTemperatureDelayError - INTEGER, - sensorTemperatureDelayNormal - INTEGER, - sensorTemperatureDelayLowCritical - INTEGER, - sensorTemperatureDelayLowWarning - INTEGER, - sensorTemperatureDelayHighWarning - INTEGER, - sensorTemperatureDelayHighCritical - INTEGER, - sensorTemperatureRaw - INTEGER, - sensorTemperatureOffset - INTEGER, - sensorTemperaturePort - INTEGER, - sensorTemperatureSubPort - INTEGER, - sensorTemperatureDeviceIndex - INTEGER, - sensorTemperatureDisplayStyle - INTEGER, - sensorTemperatureHighCriticalDesc - DisplayString, - sensorTemperatureLowCriticalDesc - DisplayString, - sensorTemperatureNormalDesc - DisplayString, - sensorTemperatureLowWarningDesc - DisplayString, - sensorTemperatureHighWarningDesc - DisplayString, - sensorTemperatureSensorErrorDesc - DisplayString, - sensorTemperatureHighCriticalColor - INTEGER, - sensorTemperatureLowCriticalColor - INTEGER, - sensorTemperatureNormalColor - INTEGER, - sensorTemperatureLowWarningColor - INTEGER, - sensorTemperatureHighWarningColor - INTEGER, - sensorTemperatureSensorErrorColor - INTEGER - } - - sensorTemperatureIndex OBJECT-TYPE - SYNTAX INTEGER (1..65535) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index into the sensor table" - ::= { sensorTemperatureEntry 1 } - - sensorTemperatureDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor" - ::= { sensorTemperatureEntry 2 } - - sensorTemperatureType OBJECT-TYPE - SYNTAX INTEGER { - temperature(1), - dualsensor(3), - thermocouple(20) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Enter the type of this Sensor" - ::= { sensorTemperatureEntry 3 } - - sensorTemperatureDegree OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The degrees in this sensor" - ::= { sensorTemperatureEntry 4 } - - sensorTemperatureUnit OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The unit string" - ::= { sensorTemperatureEntry 5 } - - sensorTemperatureStatus OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - sensorError(7) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorTemperatureEntry 6 } - - sensorTemperatureGoOffline OBJECT-TYPE - SYNTAX INTEGER { - online(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To take offline enter a 2" - ::= { sensorTemperatureEntry 8 } - - sensorTemperatureLowCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a critical event" - ::= { sensorTemperatureEntry 9 } - - sensorTemperatureLowWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a warning" - ::= { sensorTemperatureEntry 10 } - - sensorTemperatureHighWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a warning" - ::= { sensorTemperatureEntry 11 } - - sensorTemperatureHighCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a critical event" - ::= { sensorTemperatureEntry 12 } - - sensorTemperatureRearm OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The number of degrees to rearm the status. For example if status goes from normal to warning, the temp must go down spTempRearm degrees below warning before the status goes to normal" - ::= { sensorTemperatureEntry 13 } - - sensorTemperatureDelayError OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time in seconds after the sensor has been in error status before report as an error" - ::= { sensorTemperatureEntry 14 } - - sensorTemperatureDelayNormal OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time in seconds after the sensor change from error to normal before report as normal" - ::= { sensorTemperatureEntry 15 } - - sensorTemperatureDelayLowCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Critical before accepting new Status." - ::= { sensorTemperatureEntry 16 } - - sensorTemperatureDelayLowWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Warning before accepting new Status." - ::= { sensorTemperatureEntry 17 } - - sensorTemperatureDelayHighWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Warning before accepting new Status." - ::= { sensorTemperatureEntry 18 } - - sensorTemperatureDelayHighCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Critical before accepting new Status." - ::= { sensorTemperatureEntry 19 } - - sensorTemperatureRaw OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The raw degree data from the temperature sensor, slightly higher resolution" - ::= { sensorTemperatureEntry 20 } - - sensorTemperatureOffset OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Temperature Offset reading" - ::= { sensorTemperatureEntry 21 } - - sensorTemperaturePort OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Sensor port" - ::= { sensorTemperatureEntry 35 } - - sensorTemperatureSubPort OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Sensor sub port" - ::= { sensorTemperatureEntry 36 } - - sensorTemperatureDeviceIndex OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Device Index of sensor" - ::= { sensorTemperatureEntry 37 } - - sensorTemperatureDisplayStyle OBJECT-TYPE - SYNTAX INTEGER { - basic(0), - gauge(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Temperature display style" - ::= { sensorTemperatureEntry 45 } - - sensorTemperatureHighCriticalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighCritical Description of this sensor" - ::= { sensorTemperatureEntry 46 } - - sensorTemperatureLowCriticalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowCritical Description of this sensor" - ::= { sensorTemperatureEntry 47 } - - sensorTemperatureNormalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Description of this sensor" - ::= { sensorTemperatureEntry 48 } - - sensorTemperatureLowWarningDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowWarning Description of this sensor" - ::= { sensorTemperatureEntry 49 } - - sensorTemperatureHighWarningDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighWarning Description of this sensor" - ::= { sensorTemperatureEntry 50 } - - sensorTemperatureSensorErrorDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A SensorError Description of this sensor" - ::= { sensorTemperatureEntry 51 } - - sensorTemperatureHighCriticalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighCritical Color of this sensor" - ::= { sensorTemperatureEntry 54 } - - sensorTemperatureLowCriticalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowCritical Color of this sensor" - ::= { sensorTemperatureEntry 55 } - - sensorTemperatureNormalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Color of this sensor" - ::= { sensorTemperatureEntry 56 } - - sensorTemperatureLowWarningColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowWarning Color of this sensor" - ::= { sensorTemperatureEntry 57 } - - sensorTemperatureHighWarningColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighWarning Color of this sensor" - ::= { sensorTemperatureEntry 58 } - - sensorTemperatureSensorErrorColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A SensorError Color of this sensor" - ::= { sensorTemperatureEntry 59 } - ---/* End of sensorTemperatureEntry */ - ---/* Begin of sensorHumidityEntry */ - sensorHumidityTable OBJECT-TYPE - SYNTAX SEQUENCE OF SensorHumidityEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the property and reading value for every sensor." - ::= { secSensor 3 } - - sensorHumidityEntry OBJECT-TYPE - SYNTAX SensorHumidityEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorTemperatureEntry Table" - INDEX { sensorHumidityIndex } - ::= { sensorHumidityTable 1 } - - SensorHumidityEntry ::= SEQUENCE { - sensorHumidityIndex - INTEGER, - sensorHumidityDescription - DisplayString, - sensorHumidityPercent - INTEGER, - sensorHumidityUnit - DisplayString, - sensorHumidityStatus - INTEGER, - sensorHumidityGoOffline - INTEGER, - sensorHumidityLowCritical - INTEGER, - sensorHumidityLowWarning - INTEGER, - sensorHumidityHighWarning - INTEGER, - sensorHumidityHighCritical - INTEGER, - sensorHumidityRearm - INTEGER, - sensorHumidityDelayError - INTEGER, - sensorHumidityDelayNormal - INTEGER, - sensorHumidityDelayLowCritical - INTEGER, - sensorHumidityDelayLowWarning - INTEGER, - sensorHumidityDelayHighWarning - INTEGER, - sensorHumidityDelayHighCritical - INTEGER, - sensorHumidityRaw - INTEGER, - sensorHumidityOffset - INTEGER, - sensorHumidityPort - INTEGER, - sensorHumiditySubPort - INTEGER, - sensorHumidityDeviceIndex - INTEGER, - sensorHumidityDisplayStyle - INTEGER, - sensorHumidityHighCriticalDesc - DisplayString, - sensorHumidityLowCriticalDesc - DisplayString, - sensorHumidityNormalDesc - DisplayString, - sensorHumidityLowWarningDesc - DisplayString, - sensorHumidityHighWarningDesc - DisplayString, - sensorHumiditySensorErrorDesc - DisplayString, - sensorHumidityHighCriticalColor - INTEGER, - sensorHumidityLowCriticalColor - INTEGER, - sensorHumidityNormalColor - INTEGER, - sensorHumidityLowWarningColor - INTEGER, - sensorHumidityHighWarningColor - INTEGER, - sensorHumiditySensorErrorColor - INTEGER - } - - sensorHumidityIndex OBJECT-TYPE - SYNTAX INTEGER (1..65535) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index into the sensor table" - ::= { sensorHumidityEntry 1 } - - sensorHumidityDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor" - ::= { sensorHumidityEntry 2 } - - sensorHumidityPercent OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The relative humidity percentage measured by this sensor" - ::= { sensorHumidityEntry 4 } - - sensorHumidityUnit OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The unit string" - ::= { sensorHumidityEntry 5 } - - sensorHumidityStatus OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - sensorError(7) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorHumidityEntry 6 } - - sensorHumidityGoOffline OBJECT-TYPE - SYNTAX INTEGER { - online(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To take offline enter a 2" - ::= { sensorHumidityEntry 8 } - - sensorHumidityLowCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a critical event" - ::= { sensorHumidityEntry 9 } - - sensorHumidityLowWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a warning" - ::= { sensorHumidityEntry 10 } - - sensorHumidityHighWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a warning" - ::= { sensorHumidityEntry 11 } - - sensorHumidityHighCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a critical event" - ::= { sensorHumidityEntry 12 } - - sensorHumidityRearm OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The number of degrees to rearm the status. For example if status goes from normal to warning, the temp must go down spTempRearm degrees below warning before the status goes to normal" - ::= { sensorHumidityEntry 13 } - - sensorHumidityDelayError OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time in seconds after the sensor has been in error status before report as an error" - ::= { sensorHumidityEntry 14 } - - sensorHumidityDelayNormal OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time in seconds after the sensor change from error to normal before report as normal" - ::= { sensorHumidityEntry 15 } - - sensorHumidityDelayLowCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Critical before accepting new Status." - ::= { sensorHumidityEntry 16 } - - sensorHumidityDelayLowWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Warning before accepting new Status." - ::= { sensorHumidityEntry 17 } - - sensorHumidityDelayHighWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Warning before accepting new Status." - ::= { sensorHumidityEntry 18 } - - sensorHumidityDelayHighCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Critical before accepting new Status." - ::= { sensorHumidityEntry 19 } - - sensorHumidityRaw OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The unformatted, raw, A/D value in this sensor. Contains more resolution than the formated percentage. This number can go from 0 to 1023 depending on the input voltage" - ::= { sensorHumidityEntry 20 } - - sensorHumidityOffset OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Humidity Offset reading" - ::= { sensorHumidityEntry 21 } - - sensorHumidityPort OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Sensor port" - ::= { sensorHumidityEntry 35 } - - sensorHumiditySubPort OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Sensor sub port" - ::= { sensorHumidityEntry 36 } - - sensorHumidityDeviceIndex OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Device Index of sensor" - ::= { sensorHumidityEntry 37 } - - sensorHumidityDisplayStyle OBJECT-TYPE - SYNTAX INTEGER { - basic(0), - gauge(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Humidity display style" - ::= { sensorHumidityEntry 45 } - - sensorHumidityHighCriticalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighCritical Description of this sensor" - ::= { sensorHumidityEntry 46 } - - sensorHumidityLowCriticalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowCritical Description of this sensor" - ::= { sensorHumidityEntry 47 } - - sensorHumidityNormalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Description of this sensor" - ::= { sensorHumidityEntry 48 } - - sensorHumidityLowWarningDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowWarning Description of this sensor" - ::= { sensorHumidityEntry 49 } - - sensorHumidityHighWarningDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighWarning Description of this sensor" - ::= { sensorHumidityEntry 50 } - - sensorHumiditySensorErrorDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A SensorError Description of this sensor" - ::= { sensorHumidityEntry 51 } - - sensorHumidityHighCriticalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighCritical Color of this sensor" - ::= { sensorHumidityEntry 54 } - - sensorHumidityLowCriticalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowCritical Color of this sensor" - ::= { sensorHumidityEntry 55 } - - sensorHumidityNormalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Color of this sensor" - ::= { sensorHumidityEntry 56 } - - sensorHumidityLowWarningColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowWarning Color of this sensor" - ::= { sensorHumidityEntry 57 } - - sensorHumidityHighWarningColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighWarning Color of this sensor" - ::= { sensorHumidityEntry 58 } - - sensorHumiditySensorErrorColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A SensorError Color of this sensor" - ::= { sensorHumidityEntry 59 } - ---/* End of sensorHumidityEntry */ - ---/* Begin of sensorDryContactEntry */ - sensorDryContactTable OBJECT-TYPE - SYNTAX SEQUENCE OF SensorDryContactEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the property and reading value for every sensor." - ::= { secSensor 4 } - - sensorDryContactEntry OBJECT-TYPE - SYNTAX SensorDryContactEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorTemperatureEntry Table" - INDEX { sensorDryContactIndex } - ::= { sensorDryContactTable 1 } - - SensorDryContactEntry ::= SEQUENCE { - sensorDryContactIndex - INTEGER, - sensorDryContactDescription - DisplayString, - sensorDryContactType - INTEGER, - sensorDryContactStatus - INTEGER, - sensorDryContactGoOffline - INTEGER, - sensorDryContactDirection - INTEGER, - sensorDryContactNormalState - INTEGER, - sensorDryContactControlMode - INTEGER, - sensorDryContactOutputManualCycleTime - INTEGER, - sensorDryContactOutputManualAction - INTEGER, - sensorDryContactPort - INTEGER, - sensorDryContactSubPort - INTEGER, - sensorDryContactDeviceIndex - INTEGER, - sensorDryContactCriticalDesc - DisplayString, - sensorDryContactNormalDesc - DisplayString, - sensorDryContactOnDesc - DisplayString, - sensorDryContactOffDesc - DisplayString, - sensorDryContactCriticalColor - INTEGER, - sensorDryContactNormalColor - INTEGER, - sensorDryContactOnColor - INTEGER, - sensorDryContactOffColor - INTEGER - } - - sensorDryContactIndex OBJECT-TYPE - SYNTAX INTEGER (1..65535) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index into the Switch sensor table" - ::= { sensorDryContactEntry 1 } - - sensorDryContactDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor Switch" - ::= { sensorDryContactEntry 2 } - - sensorDryContactType OBJECT-TYPE - SYNTAX INTEGER { - drycontact-inout(7), - drycontact-input(8), - drycontact-array(22) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Enter the type of this Sensor" - ::= { sensorDryContactEntry 3 } - - sensorDryContactStatus OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highCritical(4), - lowCritical(6), - sensorError(7), - outputLow(8), - outputHigh(9) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor, only input switches have a status" - ::= { sensorDryContactEntry 6 } - - sensorDryContactGoOffline OBJECT-TYPE - SYNTAX INTEGER { - online(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To take offline enter a 2" - ::= { sensorDryContactEntry 8 } - - sensorDryContactDirection OBJECT-TYPE - SYNTAX INTEGER { - input(0), - output(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To set a switch to input enter 0. To set a switch to output enter 1" - ::= { sensorDryContactEntry 22 } - - sensorDryContactNormalState OBJECT-TYPE - SYNTAX INTEGER { - closed(0), - open(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The normal state of an input switch. If an input switch is in this state it is normal, else it is critical. An open switch senses +5 volts. A closed switch senses 0 volts." - ::= { sensorDryContactEntry 23 } - - sensorDryContactControlMode OBJECT-TYPE - SYNTAX INTEGER { - manual-control(0), - sensor-control(1), - time-control(2), - thermostat-control(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Control Mode used for selecting the mode to control a sensor output." - ::= { sensorDryContactEntry 24 } - - sensorDryContactOutputManualCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Toggle period in seconds for Manual Cycle action." - ::= { sensorDryContactEntry 25 } - - sensorDryContactOutputManualAction OBJECT-TYPE - SYNTAX INTEGER { - low(0), - high(1), - cycle-Low-High-Low(2), - cycle-High-Low-High(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Control the sensor output manualy" - ::= { sensorDryContactEntry 26 } - - sensorDryContactPort OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Sensor port" - ::= { sensorDryContactEntry 35 } - - sensorDryContactSubPort OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Sensor sub port" - ::= { sensorDryContactEntry 36 } - - sensorDryContactDeviceIndex OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Device Index of sensor" - ::= { sensorDryContactEntry 37 } - - sensorDryContactCriticalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Critical Description of this sensor" - ::= { sensorDryContactEntry 46 } - - sensorDryContactNormalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Description of this sensor" - ::= { sensorDryContactEntry 48 } - - sensorDryContactOnDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A On Description of this sensor" - ::= { sensorDryContactEntry 52 } - - sensorDryContactOffDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Off Description of this sensor" - ::= { sensorDryContactEntry 53 } - - sensorDryContactCriticalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Critical Color of this sensor" - ::= { sensorDryContactEntry 54 } - - sensorDryContactNormalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Color of this sensor" - ::= { sensorDryContactEntry 56 } - - sensorDryContactOnColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A On Color of this sensor" - ::= { sensorDryContactEntry 60 } - - sensorDryContactOffColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Off Color of this sensor" - ::= { sensorDryContactEntry 61 } - ---/* End of sensorDryContactEntry */ - ---/* Begin of sensor4to20mAEntry */ - sensor4to20mATable OBJECT-TYPE - SYNTAX SEQUENCE OF Sensor4to20mAEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the property and reading value for every sensor." - ::= { secSensor 5 } - - sensor4to20mAEntry OBJECT-TYPE - SYNTAX Sensor4to20mAEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorTemperatureEntry Table" - INDEX { sensor4to20mAIndex } - ::= { sensor4to20mATable 1 } - - Sensor4to20mAEntry ::= SEQUENCE { - sensor4to20mAIndex - INTEGER, - sensor4to20mADescription - DisplayString, - sensor4to20mAValue - INTEGER, - sensor4to20mAUnit - DisplayString, - sensor4to20mAStatus - INTEGER, - sensor4to20mAGoOffline - INTEGER, - sensor4to20mALowCritical - INTEGER, - sensor4to20mALowWarning - INTEGER, - sensor4to20mAHighWarning - INTEGER, - sensor4to20mAHighCritical - INTEGER, - sensor4to20mARearm - INTEGER, - sensor4to20mADelayError - INTEGER, - sensor4to20mADelayNormal - INTEGER, - sensor4to20mADelayLowCritical - INTEGER, - sensor4to20mADelayLowWarning - INTEGER, - sensor4to20mADelayHighWarning - INTEGER, - sensor4to20mADelayHighCritical - INTEGER, - sensor4to20mARaw - INTEGER, - sensor4to20mAOffset - INTEGER, - sensor4to20mAAmountMaxVoltage - INTEGER, - sensor4to20mAAmountBaseVoltage - INTEGER, - sensor4to20mAPort - INTEGER, - sensor4to20mASubPort - INTEGER, - sensor4to20mADeviceIndex - INTEGER, - sensor4to20mAMaxVoltage - INTEGER, - sensor4to20mABaseVoltage - INTEGER, - sensor4to20mADisplayStyle - INTEGER, - sensor4to20mAHighCriticalDesc - DisplayString, - sensor4to20mALowCriticalDesc - DisplayString, - sensor4to20mANormalDesc - DisplayString, - sensor4to20mALowWarningDesc - DisplayString, - sensor4to20mAHighWarningDesc - DisplayString, - sensor4to20mASensorErrorDesc - DisplayString, - sensor4to20mAHighCriticalColor - INTEGER, - sensor4to20mALowCriticalColor - INTEGER, - sensor4to20mANormalColor - INTEGER, - sensor4to20mALowWarningColor - INTEGER, - sensor4to20mAHighWarningColor - INTEGER, - sensor4to20mASensorErrorColor - INTEGER - } - - sensor4to20mAIndex OBJECT-TYPE - SYNTAX INTEGER (1..65535) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index into the sensor table" - ::= { sensor4to20mAEntry 1 } - - sensor4to20mADescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor" - ::= { sensor4to20mAEntry 2 } - - sensor4to20mAValue OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The reading value in this sensor" - ::= { sensor4to20mAEntry 4 } - - sensor4to20mAUnit OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The unit string" - ::= { sensor4to20mAEntry 5 } - - sensor4to20mAStatus OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - sensorError(7) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensor4to20mAEntry 6 } - - sensor4to20mAGoOffline OBJECT-TYPE - SYNTAX INTEGER { - online(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To take offline enter a 2" - ::= { sensor4to20mAEntry 8 } - - sensor4to20mALowCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a critical event" - ::= { sensor4to20mAEntry 9 } - - sensor4to20mALowWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a warning" - ::= { sensor4to20mAEntry 10 } - - sensor4to20mAHighWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a warning" - ::= { sensor4to20mAEntry 11 } - - sensor4to20mAHighCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a critical event" - ::= { sensor4to20mAEntry 12 } - - sensor4to20mARearm OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The number of degrees to rearm the status. For example if status goes from normal to warning, the temp must go down spTempRearm degrees below warning before the status goes to normal" - ::= { sensor4to20mAEntry 13 } - - sensor4to20mADelayError OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time in seconds after the sensor has been in error status before report as an error" - ::= { sensor4to20mAEntry 14 } - - sensor4to20mADelayNormal OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time in seconds after the sensor change from error to normal before report as normal" - ::= { sensor4to20mAEntry 15 } - - sensor4to20mADelayLowCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Critical before accepting new Status." - ::= { sensor4to20mAEntry 16 } - - sensor4to20mADelayLowWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Warning before accepting new Status." - ::= { sensor4to20mAEntry 17 } - - sensor4to20mADelayHighWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Warning before accepting new Status." - ::= { sensor4to20mAEntry 18 } - - sensor4to20mADelayHighCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Critical before accepting new Status." - ::= { sensor4to20mAEntry 19 } - - sensor4to20mARaw OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The unformatted, raw, A/D value in this sensor. Contains more resolution than the formated percentage. This number can go from 0 to 1023 depending on the input voltage" - ::= { sensor4to20mAEntry 20 } - - sensor4to20mAOffset OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "4to20mA Offset reading" - ::= { sensor4to20mAEntry 21 } - - sensor4to20mAAmountMaxVoltage OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The maximum scale of 4to20mA conversion." - ::= { sensor4to20mAEntry 33 } - - sensor4to20mAAmountBaseVoltage OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The base scale of 4to20mA conversion." - ::= { sensor4to20mAEntry 34 } - - sensor4to20mAPort OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Sensor port" - ::= { sensor4to20mAEntry 35 } - - sensor4to20mASubPort OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Sensor sub port" - ::= { sensor4to20mAEntry 36 } - - sensor4to20mADeviceIndex OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Device Index of sensor" - ::= { sensor4to20mAEntry 37 } - - sensor4to20mAMaxVoltage OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The max range for use in conversion." - ::= { sensor4to20mAEntry 43 } - - sensor4to20mABaseVoltage OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The base range for use in conversion." - ::= { sensor4to20mAEntry 44 } - - sensor4to20mADisplayStyle OBJECT-TYPE - SYNTAX INTEGER { - basic(0), - gauge(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "4to20mA display style" - ::= { sensor4to20mAEntry 45 } - - sensor4to20mAHighCriticalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighCritical Description of this sensor" - ::= { sensor4to20mAEntry 46 } - - sensor4to20mALowCriticalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowCritical Description of this sensor" - ::= { sensor4to20mAEntry 47 } - - sensor4to20mANormalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Description of this sensor" - ::= { sensor4to20mAEntry 48 } - - sensor4to20mALowWarningDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowWarning Description of this sensor" - ::= { sensor4to20mAEntry 49 } - - sensor4to20mAHighWarningDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighWarning Description of this sensor" - ::= { sensor4to20mAEntry 50 } - - sensor4to20mASensorErrorDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A SensorError Description of this sensor" - ::= { sensor4to20mAEntry 51 } - - sensor4to20mAHighCriticalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighCritical Color of this sensor" - ::= { sensor4to20mAEntry 54 } - - sensor4to20mALowCriticalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowCritical Color of this sensor" - ::= { sensor4to20mAEntry 55 } - - sensor4to20mANormalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Color of this sensor" - ::= { sensor4to20mAEntry 56 } - - sensor4to20mALowWarningColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowWarning Color of this sensor" - ::= { sensor4to20mAEntry 57 } - - sensor4to20mAHighWarningColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighWarning Color of this sensor" - ::= { sensor4to20mAEntry 58 } - - sensor4to20mASensorErrorColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A SensorError Color of this sensor" - ::= { sensor4to20mAEntry 59 } - ---/* End of sensor4to20mAEntry */ - ---/* Begin of sensorDCvoltageEntry */ - sensorDCvoltageTable OBJECT-TYPE - SYNTAX SEQUENCE OF SensorDCvoltageEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the property and reading value for every sensor." - ::= { secSensor 6 } - - sensorDCvoltageEntry OBJECT-TYPE - SYNTAX SensorDCvoltageEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorTemperatureEntry Table" - INDEX { sensorDCvoltageIndex } - ::= { sensorDCvoltageTable 1 } - - SensorDCvoltageEntry ::= SEQUENCE { - sensorDCvoltageIndex - INTEGER, - sensorDCvoltageDescription - DisplayString, - sensorDCvoltageValue - INTEGER, - sensorDCvoltageUnit - DisplayString, - sensorDCvoltageStatus - INTEGER, - sensorDCvoltageGoOffline - INTEGER, - sensorDCvoltageLowCritical - INTEGER, - sensorDCvoltageLowWarning - INTEGER, - sensorDCvoltageHighWarning - INTEGER, - sensorDCvoltageHighCritical - INTEGER, - sensorDCvoltageRearm - INTEGER, - sensorDCvoltageDelayError - INTEGER, - sensorDCvoltageDelayNormal - INTEGER, - sensorDCvoltageDelayLowCritical - INTEGER, - sensorDCvoltageDelayLowWarning - INTEGER, - sensorDCvoltageDelayHighWarning - INTEGER, - sensorDCvoltageDelayHighCritical - INTEGER, - sensorDCvoltageRaw - INTEGER, - sensorDCvoltageOffset - INTEGER, - sensorDCvoltageJumper - INTEGER, - sensorDCvoltageAmountMaxVoltage - INTEGER, - sensorDCvoltageAmountBaseVoltage - INTEGER, - sensorDCvoltagePort - INTEGER, - sensorDCvoltageSubPort - INTEGER, - sensorDCvoltageDeviceIndex - INTEGER, - sensorDCvoltageMaxVoltage - INTEGER, - sensorDCvoltageBaseVoltage - INTEGER, - sensorDCvoltageDisplayStyle - INTEGER, - sensorDCvoltageHighCriticalDesc - DisplayString, - sensorDCvoltageLowCriticalDesc - DisplayString, - sensorDCvoltageNormalDesc - DisplayString, - sensorDCvoltageLowWarningDesc - DisplayString, - sensorDCvoltageHighWarningDesc - DisplayString, - sensorDCvoltageSensorErrorDesc - DisplayString, - sensorDCvoltageHighCriticalColor - INTEGER, - sensorDCvoltageLowCriticalColor - INTEGER, - sensorDCvoltageNormalColor - INTEGER, - sensorDCvoltageLowWarningColor - INTEGER, - sensorDCvoltageHighWarningColor - INTEGER, - sensorDCvoltageSensorErrorColor - INTEGER - } - - sensorDCvoltageIndex OBJECT-TYPE - SYNTAX INTEGER (1..65535) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index into the sensor table" - ::= { sensorDCvoltageEntry 1 } - - sensorDCvoltageDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor" - ::= { sensorDCvoltageEntry 2 } - - sensorDCvoltageValue OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The reading value in this sensor" - ::= { sensorDCvoltageEntry 4 } - - sensorDCvoltageUnit OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The unit string" - ::= { sensorDCvoltageEntry 5 } - - sensorDCvoltageStatus OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - sensorError(7) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorDCvoltageEntry 6 } - - sensorDCvoltageGoOffline OBJECT-TYPE - SYNTAX INTEGER { - online(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To take offline enter a 2" - ::= { sensorDCvoltageEntry 8 } - - sensorDCvoltageLowCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a critical event" - ::= { sensorDCvoltageEntry 9 } - - sensorDCvoltageLowWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a warning" - ::= { sensorDCvoltageEntry 10 } - - sensorDCvoltageHighWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a warning" - ::= { sensorDCvoltageEntry 11 } - - sensorDCvoltageHighCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a critical event" - ::= { sensorDCvoltageEntry 12 } - - sensorDCvoltageRearm OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The number of degrees to rearm the status. For example if status goes from normal to warning, the temp must go down spTempRearm degrees below warning before the status goes to normal" - ::= { sensorDCvoltageEntry 13 } - - sensorDCvoltageDelayError OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time in seconds after the sensor has been in error status before report as an error" - ::= { sensorDCvoltageEntry 14 } - - sensorDCvoltageDelayNormal OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time in seconds after the sensor change from error to normal before report as normal" - ::= { sensorDCvoltageEntry 15 } - - sensorDCvoltageDelayLowCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Critical before accepting new Status." - ::= { sensorDCvoltageEntry 16 } - - sensorDCvoltageDelayLowWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Warning before accepting new Status." - ::= { sensorDCvoltageEntry 17 } - - sensorDCvoltageDelayHighWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Warning before accepting new Status." - ::= { sensorDCvoltageEntry 18 } - - sensorDCvoltageDelayHighCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Critical before accepting new Status." - ::= { sensorDCvoltageEntry 19 } - - sensorDCvoltageRaw OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The unformatted, raw, A/D value in this sensor. Contains more resolution than the formated percentage. This number can go from 0 to 1023 depending on the input voltage" - ::= { sensorDCvoltageEntry 20 } - - sensorDCvoltageOffset OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "DC voltage Offset reading" - ::= { sensorDCvoltageEntry 21 } - - sensorDCvoltageJumper OBJECT-TYPE - SYNTAX INTEGER { - jumperAt-60(-600), - jumperAt-40(-400), - jumperAt-30(-300), - jumperAt-20(-200), - jumperAt-10(-100), - jumperAt10(100), - jumperAt20(200), - jumperAt30(300), - jumperAt40(400), - jumperAt60(600) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Selected voltage scale (jumper 0) in DC voltage conversion." - ::= { sensorDCvoltageEntry 32 } - - sensorDCvoltageAmountMaxVoltage OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The maximum scale of DC voltage conversion." - ::= { sensorDCvoltageEntry 33 } - - sensorDCvoltageAmountBaseVoltage OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The base scale of DC voltage conversion." - ::= { sensorDCvoltageEntry 34 } - - sensorDCvoltagePort OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Sensor port" - ::= { sensorDCvoltageEntry 35 } - - sensorDCvoltageSubPort OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Sensor sub port" - ::= { sensorDCvoltageEntry 36 } - - sensorDCvoltageDeviceIndex OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Device Index of sensor" - ::= { sensorDCvoltageEntry 37 } - - sensorDCvoltageMaxVoltage OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The max voltage range for use in conversion." - ::= { sensorDCvoltageEntry 43 } - - sensorDCvoltageBaseVoltage OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The base voltage range for use in conversion." - ::= { sensorDCvoltageEntry 44 } - - sensorDCvoltageDisplayStyle OBJECT-TYPE - SYNTAX INTEGER { - basic(0), - gauge(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "DCVoltage display style" - ::= { sensorDCvoltageEntry 45 } - - sensorDCvoltageHighCriticalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighCritical Description of this sensor" - ::= { sensorDCvoltageEntry 46 } - - sensorDCvoltageLowCriticalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowCritical Description of this sensor" - ::= { sensorDCvoltageEntry 47 } - - sensorDCvoltageNormalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Description of this sensor" - ::= { sensorDCvoltageEntry 48 } - - sensorDCvoltageLowWarningDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowWarning Description of this sensor" - ::= { sensorDCvoltageEntry 49 } - - sensorDCvoltageHighWarningDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighWarning Description of this sensor" - ::= { sensorDCvoltageEntry 50 } - - sensorDCvoltageSensorErrorDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A SensorError Description of this sensor" - ::= { sensorDCvoltageEntry 51 } - - sensorDCvoltageHighCriticalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighCritical Color of this sensor" - ::= { sensorDCvoltageEntry 54 } - - sensorDCvoltageLowCriticalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowCritical Color of this sensor" - ::= { sensorDCvoltageEntry 55 } - - sensorDCvoltageNormalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Color of this sensor" - ::= { sensorDCvoltageEntry 56 } - - sensorDCvoltageLowWarningColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowWarning Color of this sensor" - ::= { sensorDCvoltageEntry 57 } - - sensorDCvoltageHighWarningColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighWarning Color of this sensor" - ::= { sensorDCvoltageEntry 58 } - - sensorDCvoltageSensorErrorColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A SensorError Color of this sensor" - ::= { sensorDCvoltageEntry 59 } - ---/* End of sensorDCvoltageEntry */ - ---/* Begin of sensorAirflowEntry */ - sensorAirflowTable OBJECT-TYPE - SYNTAX SEQUENCE OF SensorAirflowEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the property and reading value for every sensor." - ::= { secSensor 7 } - - sensorAirflowEntry OBJECT-TYPE - SYNTAX SensorAirflowEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorTemperatureEntry Table" - INDEX { sensorAirflowIndex } - ::= { sensorAirflowTable 1 } - - SensorAirflowEntry ::= SEQUENCE { - sensorAirflowIndex - INTEGER, - sensorAirflowDescription - DisplayString, - sensorAirflowValue - INTEGER, - sensorAirflowStatus - INTEGER, - sensorAirflowGoOffline - INTEGER, - sensorAirflowLowCritical - INTEGER, - sensorAirflowLowWarning - INTEGER, - sensorAirflowHighWarning - INTEGER, - sensorAirflowHighCritical - INTEGER, - sensorAirflowRearm - INTEGER, - sensorAirflowDelayError - INTEGER, - sensorAirflowDelayNormal - INTEGER, - sensorAirflowDelayLowCritical - INTEGER, - sensorAirflowDelayLowWarning - INTEGER, - sensorAirflowDelayHighWarning - INTEGER, - sensorAirflowDelayHighCritical - INTEGER, - sensorAirflowRaw - INTEGER, - sensorAirflowPort - INTEGER, - sensorAirflowSubPort - INTEGER, - sensorAirflowDeviceIndex - INTEGER, - sensorAirflowDisplayStyle - INTEGER, - sensorAirflowHighCriticalDesc - DisplayString, - sensorAirflowLowCriticalDesc - DisplayString, - sensorAirflowNormalDesc - DisplayString, - sensorAirflowLowWarningDesc - DisplayString, - sensorAirflowHighWarningDesc - DisplayString, - sensorAirflowSensorErrorDesc - DisplayString, - sensorAirflowHighCriticalColor - INTEGER, - sensorAirflowLowCriticalColor - INTEGER, - sensorAirflowNormalColor - INTEGER, - sensorAirflowLowWarningColor - INTEGER, - sensorAirflowHighWarningColor - INTEGER, - sensorAirflowSensorErrorColor - INTEGER - } - - sensorAirflowIndex OBJECT-TYPE - SYNTAX INTEGER (1..65535) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index into the Switch sensor table" - ::= { sensorAirflowEntry 1 } - - sensorAirflowDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor Switch" - ::= { sensorAirflowEntry 2 } - - sensorAirflowValue OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The reading value in this sensor" - ::= { sensorAirflowEntry 4 } - - sensorAirflowStatus OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highCritical(4), - lowCritical(6), - sensorError(7), - relayOn(8), - relayOff(9) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor, only input switches have a status" - ::= { sensorAirflowEntry 6 } - - sensorAirflowGoOffline OBJECT-TYPE - SYNTAX INTEGER { - online(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To take offline enter a 2" - ::= { sensorAirflowEntry 8 } - - sensorAirflowLowCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a critical event" - ::= { sensorAirflowEntry 9 } - - sensorAirflowLowWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a warning" - ::= { sensorAirflowEntry 10 } - - sensorAirflowHighWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a warning" - ::= { sensorAirflowEntry 11 } - - sensorAirflowHighCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a critical event" - ::= { sensorAirflowEntry 12 } - - sensorAirflowRearm OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The number of degrees to rearm the status. For example if status goes from normal to warning, the temp must go down spTempRearm degrees below warning before the status goes to normal" - ::= { sensorAirflowEntry 13 } - - sensorAirflowDelayError OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time in seconds after the sensor has been in error status before report as an error" - ::= { sensorAirflowEntry 14 } - - sensorAirflowDelayNormal OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time in seconds after the sensor change from error to normal before report as normal" - ::= { sensorAirflowEntry 15 } - - sensorAirflowDelayLowCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Critical before accepting new Status." - ::= { sensorAirflowEntry 16 } - - sensorAirflowDelayLowWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Warning before accepting new Status." - ::= { sensorAirflowEntry 17 } - - sensorAirflowDelayHighWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Warning before accepting new Status." - ::= { sensorAirflowEntry 18 } - - sensorAirflowDelayHighCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Critical before accepting new Status." - ::= { sensorAirflowEntry 19 } - - sensorAirflowRaw OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The unformatted, raw, A/D value in this sensor. Contains more resolution than the formated percentage. This number can go from 0 to 1023 depending on the input voltage" - ::= { sensorAirflowEntry 20 } - - sensorAirflowPort OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Sensor port" - ::= { sensorAirflowEntry 35 } - - sensorAirflowSubPort OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Sensor sub port" - ::= { sensorAirflowEntry 36 } - - sensorAirflowDeviceIndex OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Device Index of sensor" - ::= { sensorAirflowEntry 37 } - - sensorAirflowDisplayStyle OBJECT-TYPE - SYNTAX INTEGER { - basic(0), - gauge(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Airflow display style" - ::= { sensorAirflowEntry 45 } - - sensorAirflowHighCriticalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighCritical Description of this sensor" - ::= { sensorAirflowEntry 46 } - - sensorAirflowLowCriticalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowCritical Description of this sensor" - ::= { sensorAirflowEntry 47 } - - sensorAirflowNormalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Description of this sensor" - ::= { sensorAirflowEntry 48 } - - sensorAirflowLowWarningDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowWarning Description of this sensor" - ::= { sensorAirflowEntry 49 } - - sensorAirflowHighWarningDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighWarning Description of this sensor" - ::= { sensorAirflowEntry 50 } - - sensorAirflowSensorErrorDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A SensorError Description of this sensor" - ::= { sensorAirflowEntry 51 } - - sensorAirflowHighCriticalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighCritical Color of this sensor" - ::= { sensorAirflowEntry 54 } - - sensorAirflowLowCriticalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowCritical Color of this sensor" - ::= { sensorAirflowEntry 55 } - - sensorAirflowNormalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Color of this sensor" - ::= { sensorAirflowEntry 56 } - - sensorAirflowLowWarningColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowWarning Color of this sensor" - ::= { sensorAirflowEntry 57 } - - sensorAirflowHighWarningColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighWarning Color of this sensor" - ::= { sensorAirflowEntry 58 } - - sensorAirflowSensorErrorColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A SensorError Color of this sensor" - ::= { sensorAirflowEntry 59 } - ---/* End of sensorAirflowEntry */ - ---/* Begin of sensorMotionEntry */ - sensorMotionTable OBJECT-TYPE - SYNTAX SEQUENCE OF SensorMotionEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the property and reading value for every sensor." - ::= { secSensor 8 } - - sensorMotionEntry OBJECT-TYPE - SYNTAX SensorMotionEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorTemperatureEntry Table" - INDEX { sensorMotionIndex } - ::= { sensorMotionTable 1 } - - SensorMotionEntry ::= SEQUENCE { - sensorMotionIndex - INTEGER, - sensorMotionDescription - DisplayString, - sensorMotionStatus - INTEGER, - sensorMotionGoOffline - INTEGER, - sensorMotionPort - INTEGER, - sensorMotionSubPort - INTEGER, - sensorMotionDeviceIndex - INTEGER, - sensorMotionCriticalDesc - DisplayString, - sensorMotionNormalDesc - DisplayString, - sensorMotionCriticalColor - INTEGER, - sensorMotionNormalColor - INTEGER - } - - sensorMotionIndex OBJECT-TYPE - SYNTAX INTEGER (1..65535) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index into the Switch sensor table" - ::= { sensorMotionEntry 1 } - - sensorMotionDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor Switch" - ::= { sensorMotionEntry 2 } - - sensorMotionStatus OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highCritical(4), - lowCritical(6), - sensorError(7), - relayOn(8), - relayOff(9) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor, only input switches have a status" - ::= { sensorMotionEntry 6 } - - sensorMotionGoOffline OBJECT-TYPE - SYNTAX INTEGER { - online(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To take offline enter a 2" - ::= { sensorMotionEntry 8 } - - sensorMotionPort OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Sensor port" - ::= { sensorMotionEntry 35 } - - sensorMotionSubPort OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Sensor sub port" - ::= { sensorMotionEntry 36 } - - sensorMotionDeviceIndex OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Device Index of sensor" - ::= { sensorMotionEntry 37 } - - sensorMotionCriticalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Critical Description of this sensor" - ::= { sensorMotionEntry 46 } - - sensorMotionNormalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Description of this sensor" - ::= { sensorMotionEntry 48 } - - sensorMotionCriticalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Critical Color of this sensor" - ::= { sensorMotionEntry 54 } - - sensorMotionNormalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Color of this sensor" - ::= { sensorMotionEntry 56 } - ---/* End of sensorMotionEntry */ - ---/* Begin of sensorWaterEntry */ - sensorWaterTable OBJECT-TYPE - SYNTAX SEQUENCE OF SensorWaterEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the property and reading value for every sensor." - ::= { secSensor 9 } - - sensorWaterEntry OBJECT-TYPE - SYNTAX SensorWaterEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorTemperatureEntry Table" - INDEX { sensorWaterIndex } - ::= { sensorWaterTable 1 } - - SensorWaterEntry ::= SEQUENCE { - sensorWaterIndex - INTEGER, - sensorWaterDescription - DisplayString, - sensorWaterStatus - INTEGER, - sensorWaterGoOffline - INTEGER, - sensorWaterPort - INTEGER, - sensorWaterSubPort - INTEGER, - sensorWaterDeviceIndex - INTEGER, - sensorWaterCriticalDesc - DisplayString, - sensorWaterNormalDesc - DisplayString, - sensorWaterCriticalColor - INTEGER, - sensorWaterNormalColor - INTEGER - } - - sensorWaterIndex OBJECT-TYPE - SYNTAX INTEGER (1..65535) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index into the Switch sensor table" - ::= { sensorWaterEntry 1 } - - sensorWaterDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor Switch" - ::= { sensorWaterEntry 2 } - - sensorWaterStatus OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highCritical(4), - lowCritical(6), - sensorError(7), - relayOn(8), - relayOff(9) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor, only input switches have a status" - ::= { sensorWaterEntry 6 } - - sensorWaterGoOffline OBJECT-TYPE - SYNTAX INTEGER { - online(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To take offline enter a 2" - ::= { sensorWaterEntry 8 } - - sensorWaterPort OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Sensor port" - ::= { sensorWaterEntry 35 } - - sensorWaterSubPort OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Sensor sub port" - ::= { sensorWaterEntry 36 } - - sensorWaterDeviceIndex OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Device Index of sensor" - ::= { sensorWaterEntry 37 } - - sensorWaterCriticalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Critical Description of this sensor" - ::= { sensorWaterEntry 46 } - - sensorWaterNormalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Description of this sensor" - ::= { sensorWaterEntry 48 } - - sensorWaterCriticalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Critical Color of this sensor" - ::= { sensorWaterEntry 54 } - - sensorWaterNormalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Color of this sensor" - ::= { sensorWaterEntry 56 } - ---/* End of sensorWaterEntry */ - ---/* Begin of sensorSecurityEntry */ - sensorSecurityTable OBJECT-TYPE - SYNTAX SEQUENCE OF SensorSecurityEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the property and reading value for every sensor." - ::= { secSensor 10 } - - sensorSecurityEntry OBJECT-TYPE - SYNTAX SensorSecurityEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorTemperatureEntry Table" - INDEX { sensorSecurityIndex } - ::= { sensorSecurityTable 1 } - - SensorSecurityEntry ::= SEQUENCE { - sensorSecurityIndex - INTEGER, - sensorSecurityDescription - DisplayString, - sensorSecurityStatus - INTEGER, - sensorSecurityGoOffline - INTEGER, - sensorSecurityPort - INTEGER, - sensorSecuritySubPort - INTEGER, - sensorSecurityDeviceIndex - INTEGER, - sensorSecurityCriticalDesc - DisplayString, - sensorSecurityNormalDesc - DisplayString, - sensorSecurityCriticalColor - INTEGER, - sensorSecurityNormalColor - INTEGER - } - - sensorSecurityIndex OBJECT-TYPE - SYNTAX INTEGER (1..65535) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index into the Switch sensor table" - ::= { sensorSecurityEntry 1 } - - sensorSecurityDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor Switch" - ::= { sensorSecurityEntry 2 } - - sensorSecurityStatus OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highCritical(4), - lowCritical(6), - sensorError(7), - relayOn(8), - relayOff(9) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor, only input switches have a status" - ::= { sensorSecurityEntry 6 } - - sensorSecurityGoOffline OBJECT-TYPE - SYNTAX INTEGER { - online(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To take offline enter a 2" - ::= { sensorSecurityEntry 8 } - - sensorSecurityPort OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Sensor port" - ::= { sensorSecurityEntry 35 } - - sensorSecuritySubPort OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Sensor sub port" - ::= { sensorSecurityEntry 36 } - - sensorSecurityDeviceIndex OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Device Index of sensor" - ::= { sensorSecurityEntry 37 } - - sensorSecurityCriticalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Critical Description of this sensor" - ::= { sensorSecurityEntry 46 } - - sensorSecurityNormalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Description of this sensor" - ::= { sensorSecurityEntry 48 } - - sensorSecurityCriticalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Critical Color of this sensor" - ::= { sensorSecurityEntry 54 } - - sensorSecurityNormalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Color of this sensor" - ::= { sensorSecurityEntry 56 } - ---/* End of sensorSecurityEntry */ - ---/* Begin of sensorSirenEntry */ - sensorSirenTable OBJECT-TYPE - SYNTAX SEQUENCE OF SensorSirenEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the property and reading value for every sensor." - ::= { secSensor 11 } - - sensorSirenEntry OBJECT-TYPE - SYNTAX SensorSirenEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorTemperatureEntry Table" - INDEX { sensorSirenIndex } - ::= { sensorSirenTable 1 } - - SensorSirenEntry ::= SEQUENCE { - sensorSirenIndex - INTEGER, - sensorSirenDescription - DisplayString, - sensorSirenStatus - INTEGER, - sensorSirenGoOffline - INTEGER, - sensorSirenControlMode - INTEGER, - sensorSirenManualCycleTime - INTEGER, - sensorSirenManualAction - INTEGER, - sensorSirenPort - INTEGER, - sensorSirenSubPort - INTEGER, - sensorSirenDeviceIndex - INTEGER, - sensorSirenOnDesc - DisplayString, - sensorSirenOffDesc - DisplayString, - sensorSirenOnColor - INTEGER, - sensorSirenOffColor - INTEGER - } - - sensorSirenIndex OBJECT-TYPE - SYNTAX INTEGER (1..65535) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index into the Switch sensor table" - ::= { sensorSirenEntry 1 } - - sensorSirenDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor Switch" - ::= { sensorSirenEntry 2 } - - sensorSirenStatus OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highCritical(4), - lowCritical(6), - sensorError(7), - relayOn(8), - relayOff(9) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor, only input switches have a status" - ::= { sensorSirenEntry 6 } - - sensorSirenGoOffline OBJECT-TYPE - SYNTAX INTEGER { - online(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To take offline enter a 2" - ::= { sensorSirenEntry 8 } - - sensorSirenControlMode OBJECT-TYPE - SYNTAX INTEGER { - manual-control(0), - sensor-control(1), - time-control(2), - thermostat-control(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Control Mode used for selecting the mode to control a siren." - ::= { sensorSirenEntry 24 } - - sensorSirenManualCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Toggle period in seconds for Manual Cycle action." - ::= { sensorSirenEntry 25 } - - sensorSirenManualAction OBJECT-TYPE - SYNTAX INTEGER { - turn-On(0), - turn-Off(1), - cycle-On-Off-On(2), - cycle-Off-On-Off(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Control the siren manualy" - ::= { sensorSirenEntry 26 } - - sensorSirenPort OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Sensor port" - ::= { sensorSirenEntry 35 } - - sensorSirenSubPort OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Sensor sub port" - ::= { sensorSirenEntry 36 } - - sensorSirenDeviceIndex OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Device Index of sensor" - ::= { sensorSirenEntry 37 } - - sensorSirenOnDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A On Description of this sensor" - ::= { sensorSirenEntry 52 } - - sensorSirenOffDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Off Description of this sensor" - ::= { sensorSirenEntry 53 } - - sensorSirenOnColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A On Color of this sensor" - ::= { sensorSirenEntry 60 } - - sensorSirenOffColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Off Color of this sensor" - ::= { sensorSirenEntry 61 } - ---/* End of sensorSirenEntry */ - ---/* Begin of sensorRelayEntry */ - sensorRelayTable OBJECT-TYPE - SYNTAX SEQUENCE OF SensorRelayEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the property and reading value for every sensor." - ::= { secSensor 12 } - - sensorRelayEntry OBJECT-TYPE - SYNTAX SensorRelayEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorTemperatureEntry Table" - INDEX { sensorRelayIndex } - ::= { sensorRelayTable 1 } - - SensorRelayEntry ::= SEQUENCE { - sensorRelayIndex - INTEGER, - sensorRelayDescription - DisplayString, - sensorRelayType - INTEGER, - sensorRelayStatus - INTEGER, - sensorRelayGoOffline - INTEGER, - sensorRelayControlMode - INTEGER, - sensorRelayManualCycleTime - INTEGER, - sensorRelayManualAction - INTEGER, - sensorRelayPort - INTEGER, - sensorRelaySubPort - INTEGER, - sensorRelayDeviceIndex - INTEGER, - sensorRelayOnDesc - DisplayString, - sensorRelayOffDesc - DisplayString, - sensorRelayOnColor - INTEGER, - sensorRelayOffColor - INTEGER - } - - sensorRelayIndex OBJECT-TYPE - SYNTAX INTEGER (1..65535) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index into the Switch sensor table" - ::= { sensorRelayEntry 1 } - - sensorRelayDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor Switch" - ::= { sensorRelayEntry 2 } - - sensorRelayType OBJECT-TYPE - SYNTAX INTEGER { - relay(13), - xrelay(19) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Enter the type of this Sensor" - ::= { sensorRelayEntry 3 } - - sensorRelayStatus OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highCritical(4), - lowCritical(6), - sensorError(7), - relayOn(8), - relayOff(9) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor, only input switches have a status" - ::= { sensorRelayEntry 6 } - - sensorRelayGoOffline OBJECT-TYPE - SYNTAX INTEGER { - online(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To take offline enter a 2" - ::= { sensorRelayEntry 8 } - - sensorRelayControlMode OBJECT-TYPE - SYNTAX INTEGER { - manual-control(0), - sensor-control(1), - time-control(2), - thermostat-control(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Control Mode used for selecting the mode to control a relay." - ::= { sensorRelayEntry 24 } - - sensorRelayManualCycleTime OBJECT-TYPE - SYNTAX INTEGER (1..255) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Toggle period in seconds for Manual Cycle action." - ::= { sensorRelayEntry 25 } - - sensorRelayManualAction OBJECT-TYPE - SYNTAX INTEGER { - turn-On(0), - turn-Off(1), - cycle-On-Off-On(2), - cycle-Off-On-Off(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Control the relay manualy" - ::= { sensorRelayEntry 26 } - - sensorRelayPort OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Sensor port" - ::= { sensorRelayEntry 35 } - - sensorRelaySubPort OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Sensor sub port" - ::= { sensorRelayEntry 36 } - - sensorRelayDeviceIndex OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Device Index of sensor" - ::= { sensorRelayEntry 37 } - - sensorRelayOnDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A On Description of this sensor" - ::= { sensorRelayEntry 52 } - - sensorRelayOffDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Off Description of this sensor" - ::= { sensorRelayEntry 53 } - - sensorRelayOnColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A On Color of this sensor" - ::= { sensorRelayEntry 60 } - - sensorRelayOffColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Off Color of this sensor" - ::= { sensorRelayEntry 61 } - ---/* End of sensorRelayEntry */ - ---/* Begin of sensorACvoltageEntry */ - sensorACvoltageTable OBJECT-TYPE - SYNTAX SEQUENCE OF SensorACvoltageEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the property and reading value for every sensor." - ::= { secSensor 13 } - - sensorACvoltageEntry OBJECT-TYPE - SYNTAX SensorACvoltageEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorTemperatureEntry Table" - INDEX { sensorACvoltageIndex } - ::= { sensorACvoltageTable 1 } - - SensorACvoltageEntry ::= SEQUENCE { - sensorACvoltageIndex - INTEGER, - sensorACvoltageDescription - DisplayString, - sensorACvoltageStatus - INTEGER, - sensorACvoltageGoOffline - INTEGER, - sensorACvoltagePort - INTEGER, - sensorACvoltageSubPort - INTEGER, - sensorACvoltageDeviceIndex - INTEGER, - sensorACvoltageCriticalDesc - DisplayString, - sensorACvoltageNormalDesc - DisplayString, - sensorACvoltageCriticalColor - INTEGER, - sensorACvoltageNormalColor - INTEGER - } - - sensorACvoltageIndex OBJECT-TYPE - SYNTAX INTEGER (1..65535) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index into the Switch sensor table" - ::= { sensorACvoltageEntry 1 } - - sensorACvoltageDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor Switch" - ::= { sensorACvoltageEntry 2 } - - sensorACvoltageStatus OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highCritical(4), - lowCritical(6), - sensorError(7), - relayOn(8), - relayOff(9) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor, only input switches have a status" - ::= { sensorACvoltageEntry 6 } - - sensorACvoltageGoOffline OBJECT-TYPE - SYNTAX INTEGER { - online(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To put online enter a 1, to take offline enter a 2" - ::= { sensorACvoltageEntry 8 } - - sensorACvoltagePort OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Sensor port" - ::= { sensorACvoltageEntry 35 } - - sensorACvoltageSubPort OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Sensor sub port" - ::= { sensorACvoltageEntry 36 } - - sensorACvoltageDeviceIndex OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Device Index of sensor" - ::= { sensorACvoltageEntry 37 } - - sensorACvoltageCriticalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Critical Description of this sensor" - ::= { sensorACvoltageEntry 46 } - - sensorACvoltageNormalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Description of this sensor" - ::= { sensorACvoltageEntry 48 } - - sensorACvoltageCriticalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Critical Color of this sensor" - ::= { sensorACvoltageEntry 54 } - - sensorACvoltageNormalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Color of this sensor" - ::= { sensorACvoltageEntry 56 } - ---/* End of sensorACvoltageEntry */ - ---/* Begin of sensorSmokeEntry */ - sensorSmokeTable OBJECT-TYPE - SYNTAX SEQUENCE OF SensorSmokeEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the property and reading value for every sensor." - ::= { secSensor 14 } - - sensorSmokeEntry OBJECT-TYPE - SYNTAX SensorSmokeEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorTemperatureEntry Table" - INDEX { sensorSmokeIndex } - ::= { sensorSmokeTable 1 } - - SensorSmokeEntry ::= SEQUENCE { - sensorSmokeIndex - INTEGER, - sensorSmokeDescription - DisplayString, - sensorSmokeStatus - INTEGER, - sensorSmokeGoOffline - INTEGER, - sensorSmokePort - INTEGER, - sensorSmokeSubPort - INTEGER, - sensorSmokeDeviceIndex - INTEGER, - sensorSmokeCriticalDesc - DisplayString, - sensorSmokeNormalDesc - DisplayString, - sensorSmokeCriticalColor - INTEGER, - sensorSmokeNormalColor - INTEGER - } - - sensorSmokeIndex OBJECT-TYPE - SYNTAX INTEGER (1..65535) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index into the Switch sensor table" - ::= { sensorSmokeEntry 1 } - - sensorSmokeDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor Switch" - ::= { sensorSmokeEntry 2 } - - sensorSmokeStatus OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highCritical(4), - lowCritical(6), - sensorError(7), - relayOn(8), - relayOff(9) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor, only input switches have a status" - ::= { sensorSmokeEntry 6 } - - sensorSmokeGoOffline OBJECT-TYPE - SYNTAX INTEGER { - online(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To take offline enter a 2" - ::= { sensorSmokeEntry 8 } - - sensorSmokePort OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Sensor port" - ::= { sensorSmokeEntry 35 } - - sensorSmokeSubPort OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Sensor sub port" - ::= { sensorSmokeEntry 36 } - - sensorSmokeDeviceIndex OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Device Index of sensor" - ::= { sensorSmokeEntry 37 } - - sensorSmokeCriticalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Critical Description of this sensor" - ::= { sensorSmokeEntry 46 } - - sensorSmokeNormalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Description of this sensor" - ::= { sensorSmokeEntry 48 } - - sensorSmokeCriticalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Critical Color of this sensor" - ::= { sensorSmokeEntry 54 } - - sensorSmokeNormalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Color of this sensor" - ::= { sensorSmokeEntry 56 } - ---/* End of sensorSmokeEntry */ - ---/* Begin of sensorThermostatEntry */ - sensorThermostatTable OBJECT-TYPE - SYNTAX SEQUENCE OF SensorThermostatEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the property and reading value for every sensor." - ::= { secSensor 20 } - - sensorThermostatEntry OBJECT-TYPE - SYNTAX SensorThermostatEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorTemperatureEntry Table" - INDEX { sensorThermostatIndex } - ::= { sensorThermostatTable 1 } - - SensorThermostatEntry ::= SEQUENCE { - sensorThermostatIndex - INTEGER, - sensorThermostatDescription - DisplayString, - sensorThermostatDegree - INTEGER, - sensorThermostatStatus - INTEGER, - sensorThermostatGoOffline - INTEGER, - sensorThermostatLowCritical - INTEGER, - sensorThermostatLowWarning - INTEGER, - sensorThermostatHighWarning - INTEGER, - sensorThermostatHighCritical - INTEGER, - sensorThermostatRearm - INTEGER, - sensorThermostatDelayError - INTEGER, - sensorThermostatDelayNormal - INTEGER, - sensorThermostatDelayLowCritical - INTEGER, - sensorThermostatDelayLowWarning - INTEGER, - sensorThermostatDelayHighWarning - INTEGER, - sensorThermostatDelayHighCritical - INTEGER, - sensorThermostatPort - INTEGER, - sensorThermostatSubPort - INTEGER, - sensorThermostatDeviceIndex - INTEGER, - sensorThermostatDisplayStyle - INTEGER, - sensorThermostatHighCriticalDesc - DisplayString, - sensorThermostatLowCriticalDesc - DisplayString, - sensorThermostatNormalDesc - DisplayString, - sensorThermostatLowWarningDesc - DisplayString, - sensorThermostatHighWarningDesc - DisplayString, - sensorThermostatSensorErrorDesc - DisplayString, - sensorThermostatHighCriticalColor - INTEGER, - sensorThermostatLowCriticalColor - INTEGER, - sensorThermostatNormalColor - INTEGER, - sensorThermostatLowWarningColor - INTEGER, - sensorThermostatHighWarningColor - INTEGER, - sensorThermostatSensorErrorColor - INTEGER - } - - sensorThermostatIndex OBJECT-TYPE - SYNTAX INTEGER (1..65535) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index into the sensor table" - ::= { sensorThermostatEntry 1 } - - sensorThermostatDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor" - ::= { sensorThermostatEntry 2 } - - sensorThermostatDegree OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The degrees in this sensor" - ::= { sensorThermostatEntry 4 } - - sensorThermostatStatus OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - sensorError(7) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorThermostatEntry 6 } - - sensorThermostatGoOffline OBJECT-TYPE - SYNTAX INTEGER { - online(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To take offline enter a 2" - ::= { sensorThermostatEntry 8 } - - sensorThermostatLowCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a critical event" - ::= { sensorThermostatEntry 9 } - - sensorThermostatLowWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a warning" - ::= { sensorThermostatEntry 10 } - - sensorThermostatHighWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a warning" - ::= { sensorThermostatEntry 11 } - - sensorThermostatHighCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a critical event" - ::= { sensorThermostatEntry 12 } - - sensorThermostatRearm OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The number of degrees to rearm the status. For example if status goes from normal to warning, the temp must go down spTempRearm degrees below warning before the status goes to normal" - ::= { sensorThermostatEntry 13 } - - sensorThermostatDelayError OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time in seconds after the sensor has been in error status before report as an error" - ::= { sensorThermostatEntry 14 } - - sensorThermostatDelayNormal OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time in seconds after the sensor change from error to normal before report as normal" - ::= { sensorThermostatEntry 15 } - - sensorThermostatDelayLowCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Critical before accepting new Status." - ::= { sensorThermostatEntry 16 } - - sensorThermostatDelayLowWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Warning before accepting new Status." - ::= { sensorThermostatEntry 17 } - - sensorThermostatDelayHighWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Warning before accepting new Status." - ::= { sensorThermostatEntry 18 } - - sensorThermostatDelayHighCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Critical before accepting new Status." - ::= { sensorThermostatEntry 19 } - - sensorThermostatPort OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Sensor port" - ::= { sensorThermostatEntry 35 } - - sensorThermostatSubPort OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Sensor sub port" - ::= { sensorThermostatEntry 36 } - - sensorThermostatDeviceIndex OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Device Index of sensor" - ::= { sensorThermostatEntry 37 } - - sensorThermostatDisplayStyle OBJECT-TYPE - SYNTAX INTEGER { - basic(0), - gauge(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Thermostat display style" - ::= { sensorThermostatEntry 45 } - - sensorThermostatHighCriticalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighCritical Description of this sensor" - ::= { sensorThermostatEntry 46 } - - sensorThermostatLowCriticalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowCritical Description of this sensor" - ::= { sensorThermostatEntry 47 } - - sensorThermostatNormalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Description of this sensor" - ::= { sensorThermostatEntry 48 } - - sensorThermostatLowWarningDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowWarning Description of this sensor" - ::= { sensorThermostatEntry 49 } - - sensorThermostatHighWarningDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighWarning Description of this sensor" - ::= { sensorThermostatEntry 50 } - - sensorThermostatSensorErrorDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A SensorError Description of this sensor" - ::= { sensorThermostatEntry 51 } - - sensorThermostatHighCriticalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighCritical Color of this sensor" - ::= { sensorThermostatEntry 54 } - - sensorThermostatLowCriticalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowCritical Color of this sensor" - ::= { sensorThermostatEntry 55 } - - sensorThermostatNormalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Color of this sensor" - ::= { sensorThermostatEntry 56 } - - sensorThermostatLowWarningColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowWarning Color of this sensor" - ::= { sensorThermostatEntry 57 } - - sensorThermostatHighWarningColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighWarning Color of this sensor" - ::= { sensorThermostatEntry 58 } - - sensorThermostatSensorErrorColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A SensorError Color of this sensor" - ::= { sensorThermostatEntry 59 } - ---/* End of sensorThermostatEntry */ - ---/* Begin of sensorWaterRopeEntry */ - sensorWaterRopeTable OBJECT-TYPE - SYNTAX SEQUENCE OF SensorWaterRopeEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the property and reading value for every sensor." - ::= { secSensor 21 } - - sensorWaterRopeEntry OBJECT-TYPE - SYNTAX SensorWaterRopeEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the SensorWaterRopeEntry Table" - INDEX { sensorWaterRopeIndex } - ::= { sensorWaterRopeTable 1 } - - SensorWaterRopeEntry ::= SEQUENCE { - sensorWaterRopeIndex - INTEGER, - sensorWaterRopeDescription - DisplayString, - sensorWaterRopeLeakLocation - INTEGER, - sensorWaterRopeUnit - DisplayString, - sensorWaterRopeStatus - INTEGER, - sensorWaterRopeGoOffline - INTEGER, - sensorWaterRopeRaw - INTEGER, - sensorWaterRopeDeviceIndex - INTEGER, - sensorWaterRopeCriticalDesc - DisplayString, - sensorWaterRopeNormalDesc - DisplayString, - sensorWaterRopeSensorErrorDesc - DisplayString, - sensorWaterRopeCriticalColor - INTEGER, - sensorWaterRopeNormalColor - INTEGER, - sensorWaterRopeSensorErrorColor - INTEGER, - sensorWaterRopeLength - INTEGER, - sensorWaterRopeImpedance - INTEGER, - sensorWaterRopeType - INTEGER - } - - sensorWaterRopeIndex OBJECT-TYPE - SYNTAX INTEGER (1..65535) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index into the sensor table" - ::= { sensorWaterRopeEntry 1 } - - sensorWaterRopeDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor" - ::= { sensorWaterRopeEntry 2 } - - sensorWaterRopeLeakLocation OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Location of leakage of water rope sensor." - ::= { sensorWaterRopeEntry 4 } - - sensorWaterRopeUnit OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Display unit of water rope sensor." - ::= { sensorWaterRopeEntry 5 } - - sensorWaterRopeStatus OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highCritical(4), - sensorError(7) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorWaterRopeEntry 6 } - - sensorWaterRopeGoOffline OBJECT-TYPE - SYNTAX INTEGER { - online(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To take offline enter a 2" - ::= { sensorWaterRopeEntry 8 } - - sensorWaterRopeRaw OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Raw value of location or length in ohms" - ::= { sensorWaterRopeEntry 20 } - - sensorWaterRopeDeviceIndex OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Device Index of sensor" - ::= { sensorWaterRopeEntry 37 } - - sensorWaterRopeCriticalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Critical Description of this sensor" - ::= { sensorWaterRopeEntry 46 } - - sensorWaterRopeNormalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Description of this sensor" - ::= { sensorWaterRopeEntry 48 } - - sensorWaterRopeSensorErrorDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A SensorError Description of this sensor" - ::= { sensorWaterRopeEntry 51 } - - sensorWaterRopeCriticalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Critical Color of this sensor" - ::= { sensorWaterRopeEntry 54 } - - sensorWaterRopeNormalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Color of this sensor" - ::= { sensorWaterRopeEntry 56 } - - sensorWaterRopeSensorErrorColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A SensorError Color of this sensor" - ::= { sensorWaterRopeEntry 59 } - - sensorWaterRopeLength OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Length of water rope sensor." - ::= { sensorWaterRopeEntry 100 } - - sensorWaterRopeImpedance OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Sensing wire impedance per meter value times 100" - ::= { sensorWaterRopeEntry 101 } - - sensorWaterRopeType OBJECT-TYPE - SYNTAX INTEGER { - custom(0), - water(1), - fuel(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Water rope sensing cable type" - ::= { sensorWaterRopeEntry 103 } - ---/* End of sensorWaterRopeEntry */ - ---/* Begin of sensorPowerEntry */ - sensorPowerTable OBJECT-TYPE - SYNTAX SEQUENCE OF SensorPowerEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the property and reading value for every sensor." - ::= { secSensor 22 } - - sensorPowerEntry OBJECT-TYPE - SYNTAX SensorPowerEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorPowerEntry Table" - INDEX { sensorPowerIndex } - ::= { sensorPowerTable 1 } - - SensorPowerEntry ::= SEQUENCE { - sensorPowerIndex - INTEGER, - sensorPowerDescription - DisplayString, - sensorPowerValue - INTEGER, - sensorPowerUnit - DisplayString, - sensorPowerStatus - INTEGER, - sensorPowerGoOffline - INTEGER, - sensorPowerLowCritical - INTEGER, - sensorPowerLowWarning - INTEGER, - sensorPowerHighWarning - INTEGER, - sensorPowerHighCritical - INTEGER, - sensorPowerRearm - INTEGER, - sensorPowerDelayError - INTEGER, - sensorPowerDelayNormal - INTEGER, - sensorPowerDelayLowCritical - INTEGER, - sensorPowerDelayLowWarning - INTEGER, - sensorPowerDelayHighWarning - INTEGER, - sensorPowerDelayHighCritical - INTEGER, - sensorPowerPort - INTEGER, - sensorPowerSubPort - INTEGER, - sensorPowerDeviceIndex - INTEGER, - sensorPowerTimeOut - INTEGER, - sensorPowerInterval - INTEGER, - sensorPowerErrorRetryNum - INTEGER, - sensorPowerMaxValue - INTEGER, - sensorPowerMinValue - INTEGER, - sensorPowerDisplayStyle - INTEGER, - sensorPowerHighCriticalDesc - DisplayString, - sensorPowerLowCriticalDesc - DisplayString, - sensorPowerNormalDesc - DisplayString, - sensorPowerLowWarningDesc - DisplayString, - sensorPowerHighWarningDesc - DisplayString, - sensorPowerSensorErrorDesc - DisplayString, - sensorPowerHighCriticalColor - INTEGER, - sensorPowerLowCriticalColor - INTEGER, - sensorPowerNormalColor - INTEGER, - sensorPowerLowWarningColor - INTEGER, - sensorPowerHighWarningColor - INTEGER, - sensorPowerSensorErrorColor - INTEGER - } - - sensorPowerIndex OBJECT-TYPE - SYNTAX INTEGER (1..65535) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index into the Switch sensor table" - ::= { sensorPowerEntry 1 } - - sensorPowerDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor Switch" - ::= { sensorPowerEntry 2 } - - sensorPowerValue OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The reading value in this sensor" - ::= { sensorPowerEntry 4 } - - sensorPowerUnit OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The unit string" - ::= { sensorPowerEntry 5 } - - sensorPowerStatus OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highCritical(4), - lowCritical(6), - sensorError(7) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor, only input switches have a status" - ::= { sensorPowerEntry 6 } - - sensorPowerGoOffline OBJECT-TYPE - SYNTAX INTEGER { - online(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To take offline enter a 2" - ::= { sensorPowerEntry 8 } - - sensorPowerLowCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a critical event" - ::= { sensorPowerEntry 9 } - - sensorPowerLowWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How cold this sensor gets before it sends a warning" - ::= { sensorPowerEntry 10 } - - sensorPowerHighWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a warning" - ::= { sensorPowerEntry 11 } - - sensorPowerHighCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "How hot this sensor gets before it sends a critical event" - ::= { sensorPowerEntry 12 } - - sensorPowerRearm OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The number of degrees to rearm the status. For example if status goes from normal to warning, the temp must go down spTempRearm degrees below warning before the status goes to normal" - ::= { sensorPowerEntry 13 } - - sensorPowerDelayError OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time in seconds after the sensor has been in error status before report as an error" - ::= { sensorPowerEntry 14 } - - sensorPowerDelayNormal OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time in seconds after the sensor change from error to normal before report as normal" - ::= { sensorPowerEntry 15 } - - sensorPowerDelayLowCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Critical before accepting new Status." - ::= { sensorPowerEntry 16 } - - sensorPowerDelayLowWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Warning before accepting new Status." - ::= { sensorPowerEntry 17 } - - sensorPowerDelayHighWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Warning before accepting new Status." - ::= { sensorPowerEntry 18 } - - sensorPowerDelayHighCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Critical before accepting new Status." - ::= { sensorPowerEntry 19 } - - sensorPowerPort OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Sensor port" - ::= { sensorPowerEntry 35 } - - sensorPowerSubPort OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Sensor sub port" - ::= { sensorPowerEntry 36 } - - sensorPowerDeviceIndex OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Device Index of sensor" - ::= { sensorPowerEntry 37 } - - sensorPowerTimeOut OBJECT-TYPE - SYNTAX INTEGER (5..30) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The polling timeout of Power Sensor." - ::= { sensorPowerEntry 38 } - - sensorPowerInterval OBJECT-TYPE - SYNTAX INTEGER (5..720) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The polling interval of Power Sensor." - ::= { sensorPowerEntry 39 } - - sensorPowerErrorRetryNum OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Number of retry before error." - ::= { sensorPowerEntry 40 } - - sensorPowerMaxValue OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The maximum scale of Power value." - ::= { sensorPowerEntry 41 } - - sensorPowerMinValue OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The minimum scale of Power value." - ::= { sensorPowerEntry 42 } - - sensorPowerDisplayStyle OBJECT-TYPE - SYNTAX INTEGER { - basic(0), - gauge(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Power display style." - ::= { sensorPowerEntry 45 } - - sensorPowerHighCriticalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighCritical Description of this sensor" - ::= { sensorPowerEntry 46 } - - sensorPowerLowCriticalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowCritical Description of this sensor" - ::= { sensorPowerEntry 47 } - - sensorPowerNormalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Description of this sensor" - ::= { sensorPowerEntry 48 } - - sensorPowerLowWarningDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowWarning Description of this sensor" - ::= { sensorPowerEntry 49 } - - sensorPowerHighWarningDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighWarning Description of this sensor" - ::= { sensorPowerEntry 50 } - - sensorPowerSensorErrorDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A SensorError Description of this sensor" - ::= { sensorPowerEntry 51 } - - sensorPowerHighCriticalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighCritical Color of this sensor" - ::= { sensorPowerEntry 54 } - - sensorPowerLowCriticalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowCritical Color of this sensor" - ::= { sensorPowerEntry 55 } - - sensorPowerNormalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Color of this sensor" - ::= { sensorPowerEntry 56 } - - sensorPowerLowWarningColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowWarning Color of this sensor" - ::= { sensorPowerEntry 57 } - - sensorPowerHighWarningColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighWarning Color of this sensor" - ::= { sensorPowerEntry 58 } - - sensorPowerSensorErrorColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A SensorError Color of this sensor" - ::= { sensorPowerEntry 59 } - ---/* End of sensorPowerEntry */ - ---/* Begin of sensorFuelEntry */ - sensorFuelTable OBJECT-TYPE - SYNTAX SEQUENCE OF SensorFuelEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the property and reading value for every sensor." - ::= { secSensor 24 } - - sensorFuelEntry OBJECT-TYPE - SYNTAX SensorFuelEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the SensorFuelEntry Table" - INDEX { sensorFuelIndex } - ::= { sensorFuelTable 1 } - - SensorFuelEntry ::= SEQUENCE { - sensorFuelIndex - INTEGER, - sensorFuelDescription - DisplayString, - sensorFuelValue - INTEGER, - sensorFuelUnit - DisplayString, - sensorFuelStatus - INTEGER, - sensorFuelGoOffline - INTEGER, - sensorFuelLowCritical - INTEGER, - sensorFuelLowWarning - INTEGER, - sensorFuelHighWarning - INTEGER, - sensorFuelHighCritical - INTEGER, - sensorFuelRearm - INTEGER, - sensorFuelDelayError - INTEGER, - sensorFuelDelayNormal - INTEGER, - sensorFuelDelayLowCritical - INTEGER, - sensorFuelDelayLowWarning - INTEGER, - sensorFuelDelayHighWarning - INTEGER, - sensorFuelDelayHighCritical - INTEGER, - sensorFuelRaw - INTEGER, - sensorFuelAmountMaxValue - INTEGER, - sensorFuelAmountBaseValue - INTEGER, - sensorFuelDeviceIndex - INTEGER, - sensorFuelDisplayStyle - INTEGER, - sensorFuelHighCriticalDesc - DisplayString, - sensorFuelLowCriticalDesc - DisplayString, - sensorFuelNormalDesc - DisplayString, - sensorFuelLowWarningDesc - DisplayString, - sensorFuelHighWarningDesc - DisplayString, - sensorFuelSensorErrorDesc - DisplayString, - sensorFuelHighCriticalColor - INTEGER, - sensorFuelLowCriticalColor - INTEGER, - sensorFuelNormalColor - INTEGER, - sensorFuelLowWarningColor - INTEGER, - sensorFuelHighWarningColor - INTEGER, - sensorFuelSensorErrorColor - INTEGER - } - - sensorFuelIndex OBJECT-TYPE - SYNTAX INTEGER (1..65535) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index into the sensor table" - ::= { sensorFuelEntry 1 } - - sensorFuelDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor" - ::= { sensorFuelEntry 2 } - - sensorFuelValue OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The reading value in this sensor" - ::= { sensorFuelEntry 4 } - - sensorFuelUnit OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The unit string" - ::= { sensorFuelEntry 5 } - - sensorFuelStatus OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - sensorError(7) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorFuelEntry 6 } - - sensorFuelGoOffline OBJECT-TYPE - SYNTAX INTEGER { - online(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To take offline enter a 2" - ::= { sensorFuelEntry 8 } - - sensorFuelLowCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Level value of this sensor gets before it sends a critical event" - ::= { sensorFuelEntry 9 } - - sensorFuelLowWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Level value of this sensor gets before it sends a warning" - ::= { sensorFuelEntry 10 } - - sensorFuelHighWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Level value of this sensor gets before it sends a warning" - ::= { sensorFuelEntry 11 } - - sensorFuelHighCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Level value of this sensor gets before it sends a critical event" - ::= { sensorFuelEntry 12 } - - sensorFuelRearm OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The number of degrees to rearm the status. For example if status goes from normal to warning, the temp must go down spTempRearm degrees below warning before the status goes to normal" - ::= { sensorFuelEntry 13 } - - sensorFuelDelayError OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time in seconds after the sensor has been in error status before report as an error" - ::= { sensorFuelEntry 14 } - - sensorFuelDelayNormal OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time in seconds after the sensor change from error to normal before report as normal" - ::= { sensorFuelEntry 15 } - - sensorFuelDelayLowCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Critical before accepting new Status." - ::= { sensorFuelEntry 16 } - - sensorFuelDelayLowWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Warning before accepting new Status." - ::= { sensorFuelEntry 17 } - - sensorFuelDelayHighWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Warning before accepting new Status." - ::= { sensorFuelEntry 18 } - - sensorFuelDelayHighCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Critical before accepting new Status." - ::= { sensorFuelEntry 19 } - - sensorFuelRaw OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The unformatted, raw, A/D value in this sensor. Contains more resolution than the formated percentage." - ::= { sensorFuelEntry 20 } - - sensorFuelAmountMaxValue OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The maximum scale of value conversion." - ::= { sensorFuelEntry 33 } - - sensorFuelAmountBaseValue OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The base scale of value conversion." - ::= { sensorFuelEntry 34 } - - sensorFuelDeviceIndex OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Device Index of sensor" - ::= { sensorFuelEntry 37 } - - sensorFuelDisplayStyle OBJECT-TYPE - SYNTAX INTEGER { - basic(0), - gauge(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Fuel display style" - ::= { sensorFuelEntry 45 } - - sensorFuelHighCriticalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighCritical Description of this sensor" - ::= { sensorFuelEntry 46 } - - sensorFuelLowCriticalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowCritical Description of this sensor" - ::= { sensorFuelEntry 47 } - - sensorFuelNormalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Description of this sensor" - ::= { sensorFuelEntry 48 } - - sensorFuelLowWarningDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowWarning Description of this sensor" - ::= { sensorFuelEntry 49 } - - sensorFuelHighWarningDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighWarning Description of this sensor" - ::= { sensorFuelEntry 50 } - - sensorFuelSensorErrorDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A SensorError Description of this sensor" - ::= { sensorFuelEntry 51 } - - sensorFuelHighCriticalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighCritical Color of this sensor" - ::= { sensorFuelEntry 54 } - - sensorFuelLowCriticalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowCritical Color of this sensor" - ::= { sensorFuelEntry 55 } - - sensorFuelNormalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Color of this sensor" - ::= { sensorFuelEntry 56 } - - sensorFuelLowWarningColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowWarning Color of this sensor" - ::= { sensorFuelEntry 57 } - - sensorFuelHighWarningColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighWarning Color of this sensor" - ::= { sensorFuelEntry 58 } - - sensorFuelSensorErrorColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A SensorError Color of this sensor" - ::= { sensorFuelEntry 59 } - ---/* End of sensorFuelEntry */ - ---/* Begin of sensorTankSenderEntry */ - sensorTankSenderTable OBJECT-TYPE - SYNTAX SEQUENCE OF SensorTankSenderEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table contains the property and reading value for every sensor." - ::= { secSensor 26 } - - sensorTankSenderEntry OBJECT-TYPE - SYNTAX SensorTankSenderEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This is an entry in the sensorTankSenderEntry Table" - INDEX { sensorTankSenderIndex } - ::= { sensorTankSenderTable 1 } - - SensorTankSenderEntry ::= SEQUENCE { - sensorTankSenderIndex - INTEGER, - sensorTankSenderDescription - DisplayString, - sensorTankSenderValue - INTEGER, - sensorTankSenderUnit - DisplayString, - sensorTankSenderStatus - INTEGER, - sensorTankSenderGoOffline - INTEGER, - sensorTankSenderLowCritical - INTEGER, - sensorTankSenderLowWarning - INTEGER, - sensorTankSenderHighWarning - INTEGER, - sensorTankSenderHighCritical - INTEGER, - sensorTankSenderRearm - INTEGER, - sensorTankSenderDelayError - INTEGER, - sensorTankSenderDelayNormal - INTEGER, - sensorTankSenderDelayLowCritical - INTEGER, - sensorTankSenderDelayLowWarning - INTEGER, - sensorTankSenderDelayHighWarning - INTEGER, - sensorTankSenderDelayHighCritical - INTEGER, - sensorTankSenderRaw - INTEGER, - sensorTankSenderDeviceIndex - INTEGER, - sensorTankSenderDisplayStyle - INTEGER, - sensorTankSenderHighCriticalDesc - DisplayString, - sensorTankSenderLowCriticalDesc - DisplayString, - sensorTankSenderNormalDesc - DisplayString, - sensorTankSenderLowWarningDesc - DisplayString, - sensorTankSenderHighWarningDesc - DisplayString, - sensorTankSenderSensorErrorDesc - DisplayString, - sensorTankSenderHighCriticalColor - INTEGER, - sensorTankSenderLowCriticalColor - INTEGER, - sensorTankSenderNormalColor - INTEGER, - sensorTankSenderLowWarningColor - INTEGER, - sensorTankSenderHighWarningColor - INTEGER, - sensorTankSenderSensorErrorColor - INTEGER - } - - sensorTankSenderIndex OBJECT-TYPE - SYNTAX INTEGER (1..65535) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index into the sensor table" - ::= { sensorTankSenderEntry 1 } - - sensorTankSenderDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Description of this sensor" - ::= { sensorTankSenderEntry 2 } - - sensorTankSenderValue OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The reading value in this sensor" - ::= { sensorTankSenderEntry 4 } - - sensorTankSenderUnit OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The unit string" - ::= { sensorTankSenderEntry 5 } - - sensorTankSenderStatus OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - sensorError(7) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of this Sensor" - ::= { sensorTankSenderEntry 6 } - - sensorTankSenderGoOffline OBJECT-TYPE - SYNTAX INTEGER { - online(1), - goOffline(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "To take offline enter a 2" - ::= { sensorTankSenderEntry 8 } - - sensorTankSenderLowCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Level value of this sensor gets before it sends a critical event" - ::= { sensorTankSenderEntry 9 } - - sensorTankSenderLowWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Level value of this sensor gets before it sends a warning" - ::= { sensorTankSenderEntry 10 } - - sensorTankSenderHighWarning OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Level value of this sensor gets before it sends a warning" - ::= { sensorTankSenderEntry 11 } - - sensorTankSenderHighCritical OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Level value of this sensor gets before it sends a critical event" - ::= { sensorTankSenderEntry 12 } - - sensorTankSenderRearm OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The number of degrees to rearm the status. For example if status goes from normal to warning, the temp must go down spTempRearm degrees below warning before the status goes to normal" - ::= { sensorTankSenderEntry 13 } - - sensorTankSenderDelayError OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time in seconds after the sensor has been in error status before report as an error" - ::= { sensorTankSenderEntry 14 } - - sensorTankSenderDelayNormal OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Time in seconds after the sensor change from error to normal before report as normal" - ::= { sensorTankSenderEntry 15 } - - sensorTankSenderDelayLowCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Critical before accepting new Status." - ::= { sensorTankSenderEntry 16 } - - sensorTankSenderDelayLowWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in Low Warning before accepting new Status." - ::= { sensorTankSenderEntry 17 } - - sensorTankSenderDelayHighWarning OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Warning before accepting new Status." - ::= { sensorTankSenderEntry 18 } - - sensorTankSenderDelayHighCritical OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Continuous time for this sensor to be in High Critical before accepting new Status." - ::= { sensorTankSenderEntry 19 } - - sensorTankSenderRaw OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The unformatted, raw, A/D value in this sensor. Contains more resolution than the formated percentage." - ::= { sensorTankSenderEntry 20 } - - sensorTankSenderDeviceIndex OBJECT-TYPE - SYNTAX INTEGER (0..65534) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Device Index of sensor" - ::= { sensorTankSenderEntry 37 } - - sensorTankSenderDisplayStyle OBJECT-TYPE - SYNTAX INTEGER { - basic(0), - gauge(1) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "TankSender display style" - ::= { sensorTankSenderEntry 45 } - - sensorTankSenderHighCriticalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighCritical Description of this sensor" - ::= { sensorTankSenderEntry 46 } - - sensorTankSenderLowCriticalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowCritical Description of this sensor" - ::= { sensorTankSenderEntry 47 } - - sensorTankSenderNormalDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Description of this sensor" - ::= { sensorTankSenderEntry 48 } - - sensorTankSenderLowWarningDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowWarning Description of this sensor" - ::= { sensorTankSenderEntry 49 } - - sensorTankSenderHighWarningDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighWarning Description of this sensor" - ::= { sensorTankSenderEntry 50 } - - sensorTankSenderSensorErrorDesc OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A SensorError Description of this sensor" - ::= { sensorTankSenderEntry 51 } - - sensorTankSenderHighCriticalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighCritical Color of this sensor" - ::= { sensorTankSenderEntry 54 } - - sensorTankSenderLowCriticalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowCritical Color of this sensor" - ::= { sensorTankSenderEntry 55 } - - sensorTankSenderNormalColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A Normal Color of this sensor" - ::= { sensorTankSenderEntry 56 } - - sensorTankSenderLowWarningColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A LowWarning Color of this sensor" - ::= { sensorTankSenderEntry 57 } - - sensorTankSenderHighWarningColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A HighWarning Color of this sensor" - ::= { sensorTankSenderEntry 58 } - - sensorTankSenderSensorErrorColor OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "A SensorError Color of this sensor" - ::= { sensorTankSenderEntry 59 } - ---/* End of sensorTankSenderEntry */ - --- --- Varbinds used in TRAP Definitions --- - - sensorProbeTraps OBJECT IDENTIFIER ::= { sensorProbe 7 } - - spSensorStatus OBJECT-TYPE - SYNTAX INTEGER { - noStatus(1), - normal(2), - highWarning(3), - highCritical(4), - lowWarning(5), - lowCritical(6), - sensorError(7), - turnOn(8), - turnOff(9) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current integer status of the sensor causing this trap to be sent" - ::= { sensorProbeTraps 1 } - - spSensorValue OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current integer value of the sensor causing this trap to be sent" - ::= { sensorProbeTraps 2 } - - spSensorLevelExceeded OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The integer level that was exceeded causing this trap to be sent" - ::= { sensorProbeTraps 3 } - - - spSensorIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The integer index of the sensor causing this trap to be sent" - ::= { sensorProbeTraps 4 } - - - spSensorName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The name of the sensor causing this trap to be sent" - ::= { sensorProbeTraps 5 } - - spSensorDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The description of the sensor causing this trap to be sent" - ::= { sensorProbeTraps 6 } - - spSensorProbeKeepAlive OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Keep alive trap to be sent" - ::= { sensorProbeTraps 7 } - - spSensorType OBJECT-TYPE - SYNTAX INTEGER { - temperature(1), - fourTo20mA(2), - humidity(3), - water(4), - atod(5), - security(6), - airflow(8), - siren(9), - dryContact(10), - voltage(12), - relay(13), - motion(14), - extradrycontact(16), - thermostat(23), - smoke(24), - power(25), - irms(26), - vrms(27), - watt(28), - relayarray(29), - virtual(30), - watthour(32), - temperaturearray(33), - waterrope(34), - fuellevel(35), - tanksender(36), - sound(128), - softwaremotion(129), - nosignal(132), - powermeter(134) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Type of this sensor" - ::= { sensorProbeTraps 8 } - - spSensorStatusName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of the sensor causing this trap to be sent" - ::= { sensorProbeTraps 9 } - - spSensorSubIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The integer sub index of the sensor causing this trap to be sent. Only for temperaturearray and relayarray" - ::= { sensorProbeTraps 10 } - - spBoardIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The integer index of the sensor board causing this trap to be sent." - ::= { sensorProbeTraps 11 } - - spBoardDescription OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The description of the sensor board causing this trap to be sent" - ::= { sensorProbeTraps 12 } - - spEventTimeStamp OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The time(MM/DD/YYYY HH:MM:SS) of an event causing this trap to be sent" - ::= { sensorProbeTraps 13 } - - spEventClassNumber OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The user-defined class number associated with this trap" - ::= { sensorProbeTraps 14 } - - spEventClassName OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The user-defined class Name associated with this trap" - ::= { sensorProbeTraps 15 } - - spSensorDecimalValue OBJECT-TYPE - SYNTAX DisplayString - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current decimal value of the sensor causing this trap to be sent" - ::= { sensorProbeTraps 16 } - - spSensorAliveHigh OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The highest sensor value in the period" - ::= { sensorProbeTraps 17 } - - spSensorAliveLow OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The lowset sensor value in the period" - ::= { sensorProbeTraps 18 } - --- TRAP Definitions - - spNormalStatus TRAP-TYPE - ENTERPRISE sensorProbe - DESCRIPTION - "sensorProbe status is Normal" - --#TYPE "sensorProbe Normal Status" - --#SEVERITY INFORMATIONAL - ::= 1 - - spWarningStatus TRAP-TYPE - ENTERPRISE sensorProbe - DESCRIPTION - "sensorProbe status went to Warning" - --#TYPE "sensorProbe Warning Status" - --#SEVERITY MINOR - ::= 2 - - spCriticalStatus TRAP-TYPE - ENTERPRISE sensorProbe - DESCRIPTION - "sensorProbe status went to Critical" - --#TYPE "sensorProbe Critical Status" - --#SEVERITY MAJOR - ::= 3 - - spDownStatus TRAP-TYPE - ENTERPRISE sensorProbe - DESCRIPTION - "sensorProbe status went to Disabled" - --#TYPE "sensorProbe Down Status" - --#SEVERITY MINOR - ::= 4 - - spKeepAliveTrap TRAP-TYPE - ENTERPRISE sensorProbe - DESCRIPTION - "sensorProbe send keep alive trap." - --#SEVERITY INFORMATIONAL - ::= 5 - - spUnknownStatus TRAP-TYPE - ENTERPRISE sensorProbe - DESCRIPTION - "sensorProbe status went to Unknown" - --#TYPE "sensorProbe Unknown Status" - --#SEVERITY INFORMATIONAL - ::= 7 - --- sensorProbeTrapType = generalTypeTrap(2) - - spTemperatureStatus TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 10 - - spTemperatureArray1Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 11 - - spTemperatureArray2Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 12 - - spTemperatureArray3Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 13 - - spTemperatureArray4Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 14 - - spTemperatureArray5Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 15 - - spTemperatureArray6Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 16 - - spTemperatureArray7Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 17 - - spTemperatureArray8Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 18 - - spAnalogueStatus TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Analogue Sensor Type" - --#SEVERITY MAJOR - ::= 20 - - spSwitchStatus TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 30 - - spIRMSStatus TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "IRMS sensor trap" - --#SEVERITY MAJOR - ::= 40 - - spVRMSStatus TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "VRMS sensor trap" - --#SEVERITY MAJOR - ::= 50 - - spWattStatus TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Energy sensor trap" - --#SEVERITY MAJOR - ::= 60 - - spRelayArray1Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray1 sensor trap" - --#SEVERITY MAJOR - ::= 71 - - spRelayArray2Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray2 sensor trap" - --#SEVERITY MAJOR - ::= 72 - - spRelayArray3Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray3 sensor trap" - --#SEVERITY MAJOR - ::= 73 - - spRelayArray4Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray4 sensor trap" - --#SEVERITY MAJOR - ::= 74 - - spRelayArray5Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray5 sensor trap" - --#SEVERITY MAJOR - ::= 75 - - spRelayArray6Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray6 sensor trap" - --#SEVERITY MAJOR - ::= 77 - - spRelayArray8Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray8 sensor trap" - --#SEVERITY MAJOR - ::= 78 - - spVirtualStatus TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Virtual sensor trap" - --#SEVERITY MAJOR - ::= 80 - --- sensorProbeTrapType = statusTypeTraps(4) - - spSenUnknownStatus TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "sensorProbe sensor status went to Unknown" - --#TYPE "sensorProbe Unknown Status" - --#SUMMARY "%s(%s) Status is now %d on port %d." - --#ARGUMENTS {4,5,1,3} - --#SEVERITY MAJOR - --#TIMEINDEX 4 - ::= 51 - - spSenNormalStatus TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "sensorProbe sensor status is Normal" - --#TYPE "sensorProbe Normal Status" - --#SUMMARY "%s(%s) Status is now %d on port %d." - --#ARGUMENTS {4,5,1,3} - --#SEVERITY INFORMATIONAL - --#TIMEINDEX 4 - ::= 52 - - spSenWarningStatus TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "sensorProbe sensor status went to Warning" - --#TYPE "sensorProbe Warning Status" - --#SUMMARY "%s(%s) Status is now %d on port %d." - --#ARGUMENTS {4,5,1,3} - --#SEVERITY MINOR - --#TIMEINDEX 4 - ::= 53 - - spSenCriticalStatus TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "sensorProbe sensor status went to Critical" - --#TYPE "sensorProbe Critical Status" - --#SUMMARY "%s(%s) Status is now %d on port %d." - --#ARGUMENTS {4,5,1,3} - --#SEVERITY MAJOR - --#TIMEINDEX 4 - ::= 54 - - spSenDownStatus TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "sensorProbe sensor status went to Disabled" - --#TYPE "sensorProbe Down Status" - --#SUMMARY "%s(%s) Status is now %d on port %d." - --#ARGUMENTS {4,5,1,3} - --#SEVERITY INFORMATIONAL - --#TIMEINDEX 4 - ::= 55 - --- sensorProbeTrapType = specificTypeTrap(1) - - spTemperature1Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 101 - - spTemperature2Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 102 - - spTemperature3Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 103 - - spTemperature4Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 104 - - spTemperature5Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 105 - - spTemperature6Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 106 - - spTemperature7Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 107 - - spTemperature8Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 108 - - - - spTemperatureArray1-1Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 111 - - spTemperatureArray1-2Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 112 - - spTemperatureArray1-3Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 113 - - spTemperatureArray1-4Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 114 - - spTemperatureArray1-5Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 115 - - spTemperatureArray1-6Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 116 - - spTemperatureArray1-7Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 117 - - spTemperatureArray1-8Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 118 - - - - spTemperatureArray2-1Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 121 - - spTemperatureArray2-2Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 122 - - spTemperatureArray2-3Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 123 - - spTemperatureArray2-4Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 124 - - spTemperatureArray2-5Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 125 - - spTemperatureArray2-6Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 126 - - spTemperatureArray2-7Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 127 - - spTemperatureArray2-8Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 128 - - - - spTemperatureArray3-1Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 131 - - spTemperatureArray3-2Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 132 - - spTemperatureArray3-3Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 133 - - spTemperatureArray3-4Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 134 - - spTemperatureArray3-5Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 135 - - spTemperatureArray3-6Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 136 - - spTemperatureArray3-7Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 137 - - spTemperatureArray3-8Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 138 - - - - spTemperatureArray4-1Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 141 - - spTemperatureArray4-2Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 142 - - spTemperatureArray4-3Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 143 - - spTemperatureArray4-4Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 144 - - spTemperatureArray4-5Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 145 - - spTemperatureArray4-6Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 146 - - spTemperatureArray4-7Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 147 - - spTemperatureArray4-8Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 148 - - - - spTemperatureArray5-1Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 151 - - spTemperatureArray5-2Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 152 - - spTemperatureArray5-3Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 153 - - spTemperatureArray5-4Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 154 - - spTemperatureArray5-5Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 155 - - spTemperatureArray5-6Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 156 - - spTemperatureArray5-7Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 157 - - spTemperatureArray5-8Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 158 - - - - spTemperatureArray6-1Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 161 - - spTemperatureArray6-2Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 162 - - spTemperatureArray6-3Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 163 - - spTemperatureArray6-4Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 164 - - spTemperatureArray6-5Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 165 - - spTemperatureArray6-6Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 166 - - spTemperatureArray6-7Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 167 - - spTemperatureArray6-8Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 168 - - - - spTemperatureArray7-1Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 171 - - spTemperatureArray7-2Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 172 - - spTemperatureArray7-3Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 173 - - spTemperatureArray7-4Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 174 - - spTemperatureArray7-5Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 175 - - spTemperatureArray7-6Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 176 - - spTemperatureArray7-7Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 177 - - spTemperatureArray7-8Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 178 - - - - spTemperatureArray8-1Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 181 - - spTemperatureArray8-2Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 182 - - spTemperatureArray8-3Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 183 - - spTemperatureArray8-4Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 184 - - spTemperatureArray8-5Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 185 - - spTemperatureArray8-6Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 186 - - spTemperatureArray8-7Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 187 - - spTemperatureArray8-8Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Temperature sensor trap" - --#SEVERITY MAJOR - ::= 188 - - - - spAnalogue1Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Analogue Sensor Type" - --#SEVERITY MAJOR - ::= 201 - - spAnalogue2Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Analogue Sensor Type" - --#SEVERITY MAJOR - ::= 202 - - spAnalogue3Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Analogue Sensor Type" - --#SEVERITY MAJOR - ::= 203 - - spAnalogue4Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Analogue Sensor Type" - --#SEVERITY MAJOR - ::= 204 - - spAnalogue5Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Analogue Sensor Type" - --#SEVERITY MAJOR - ::= 205 - - spAnalogue6Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Analogue Sensor Type" - --#SEVERITY MAJOR - ::= 206 - - spAnalogue7Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Analogue Sensor Type" - --#SEVERITY MAJOR - ::= 207 - - spAnalogue8Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Analogue Sensor Type" - --#SEVERITY MAJOR - ::= 208 - - - - spSwitch1Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 301 - - spSwitch2Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 302 - - spSwitch3Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 303 - - spSwitch4Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 304 - - spSwitch5Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 305 - - spSwitch6Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 306 - - spSwitch7Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 307 - - spSwitch8Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 308 - - spSwitch9Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 309 - - spSwitch10Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 310 - - spSwitch11Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 311 - - spSwitch12Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 312 - - spSwitch13Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 313 - - spSwitch14Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 314 - - spSwitch15Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 315 - - spSwitch16Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 316 - - spSwitch17Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 317 - - spSwitch18Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 318 - - spSwitch19Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 319 - - spSwitch20Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 320 - - spSwitch21Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 321 - - spSwitch22Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 322 - - spSwitch23Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 323 - - spSwitch24Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 324 - - spSwitch25Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 325 - - spSwitch26Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 326 - - spSwitch27Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 327 - - spSwitch28Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 328 - - spSwitch29Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 329 - - spSwitch30Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 330 - - spSwitch31Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 331 - - spSwitch32Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 332 - - spSwitch33Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 333 - - spSwitch34Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 334 - - spSwitch35Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 335 - - spSwitch36Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 336 - - spSwitch37Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 337 - - spSwitch38Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 338 - - spSwitch39Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 339 - - spSwitch40Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 340 - - spSwitch41Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 341 - - spSwitch42Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 342 - - spSwitch43Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 343 - - spSwitch44Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 344 - - spSwitch45Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 345 - - spSwitch46Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 346 - - spSwitch47Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 347 - - spSwitch48Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 348 - - spSwitch49Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 349 - - spSwitch50Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 350 - - spSwitch51Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 351 - - spSwitch52Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 352 - - spSwitch53Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 353 - - spSwitch54Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 354 - - spSwitch55Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 355 - - spSwitch56Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 356 - - spSwitch57Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 357 - - spSwitch58Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 358 - - spSwitch59Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 359 - - spSwitch60Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 360 - - spSwitch61Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 361 - - spSwitch62Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 362 - - spSwitch63Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 363 - - spSwitch64Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 364 - - spSwitch65Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 365 - - spSwitch66Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 366 - - spSwitch67Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 367 - - spSwitch68Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Switch sensor trap" - --#SEVERITY MAJOR - ::= 368 - - spIRMS1Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "IRMS sensor trap" - --#SEVERITY MAJOR - ::= 401 - - spIRMS2Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "IRMS sensor trap" - --#SEVERITY MAJOR - ::= 402 - - spIRMS3Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "IRMS sensor trap" - --#SEVERITY MAJOR - ::= 403 - - spIRMS4Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "IRMS sensor trap" - --#SEVERITY MAJOR - ::= 404 - - spIRMS5Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "IRMS sensor trap" - --#SEVERITY MAJOR - ::= 405 - - spIRMS6Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "IRMS sensor trap" - --#SEVERITY MAJOR - ::= 406 - - spIRMS7Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "IRMS sensor trap" - --#SEVERITY MAJOR - ::= 407 - - spIRMS8Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "IRMS sensor trap" - --#SEVERITY MAJOR - ::= 408 - - spVRMS1Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "VRMS sensor trap" - --#SEVERITY MAJOR - ::= 501 - - spVRMS2Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "VRMS sensor trap" - --#SEVERITY MAJOR - ::= 502 - - spVRMS3Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "VRMS sensor trap" - --#SEVERITY MAJOR - ::= 503 - - spVRMS4Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "VRMS sensor trap" - --#SEVERITY MAJOR - ::= 504 - - spVRMS5Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "VRMS sensor trap" - --#SEVERITY MAJOR - ::= 505 - - spVRMS6Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "VRMS sensor trap" - --#SEVERITY MAJOR - ::= 506 - - spVRMS7Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "VRMS sensor trap" - --#SEVERITY MAJOR - ::= 507 - - spVRMS8Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "VRMS sensor trap" - --#SEVERITY MAJOR - ::= 508 - - spEnergy1Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Energy sensor trap" - --#SEVERITY MAJOR - ::= 601 - - spEnergy2Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Energy sensor trap" - --#SEVERITY MAJOR - ::= 602 - - spEnergy3Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Energy sensor trap" - --#SEVERITY MAJOR - ::= 603 - - spEnergy4Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Energy sensor trap" - --#SEVERITY MAJOR - ::= 604 - - spEnergy5Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Energy sensor trap" - --#SEVERITY MAJOR - ::= 605 - - spEnergy6Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Energy sensor trap" - --#SEVERITY MAJOR - ::= 606 - - spEnergy7Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Energy sensor trap" - --#SEVERITY MAJOR - ::= 607 - - spEnergy8Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Energy sensor trap" - --#SEVERITY MAJOR - ::= 608 - - spRelayArray1-1Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray1.1 sensor trap" - --#SEVERITY MAJOR - ::= 711 - - spRelayArray1-2Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray1.2 sensor trap" - --#SEVERITY MAJOR - ::= 712 - - spRelayArray1-3Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray1.3 sensor trap" - --#SEVERITY MAJOR - ::= 713 - - spRelayArray1-4Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray1.4 sensor trap" - --#SEVERITY MAJOR - ::= 714 - - spRelayArray1-5Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray1.5 sensor trap" - --#SEVERITY MAJOR - ::= 715 - - spRelayArray1-6Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray1.6 sensor trap" - --#SEVERITY MAJOR - ::= 716 - - spRelayArray1-7Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray1.7 sensor trap" - --#SEVERITY MAJOR - ::= 717 - - spRelayArray1-8Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray1.8 sensor trap" - --#SEVERITY MAJOR - ::= 718 - - spRelayArray2-1Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray2.1 sensor trap" - --#SEVERITY MAJOR - ::= 721 - - spRelayArray2-2Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray2.2 sensor trap" - --#SEVERITY MAJOR - ::= 722 - - spRelayArray2-3Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray2.3 sensor trap" - --#SEVERITY MAJOR - ::= 723 - - spRelayArray2-4Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray2.4 sensor trap" - --#SEVERITY MAJOR - ::= 724 - - spRelayArray2-5Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray2.5 sensor trap" - --#SEVERITY MAJOR - ::= 725 - - spRelayArray2-6Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray2.6 sensor trap" - --#SEVERITY MAJOR - ::= 726 - - spRelayArray2-7Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray2.7 sensor trap" - --#SEVERITY MAJOR - ::= 727 - - spRelayArray2-8Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray2.8 sensor trap" - --#SEVERITY MAJOR - ::= 728 - - spRelayArray3-1Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray3.1 sensor trap" - --#SEVERITY MAJOR - ::= 731 - - spRelayArray3-2Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray3.2 sensor trap" - --#SEVERITY MAJOR - ::= 732 - - spRelayArray3-3Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray3.3 sensor trap" - --#SEVERITY MAJOR - ::= 733 - - spRelayArray3-4Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray3.4 sensor trap" - --#SEVERITY MAJOR - ::= 734 - - spRelayArray3-5Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray3.5 sensor trap" - --#SEVERITY MAJOR - ::= 735 - - spRelayArray3-6Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray3.6 sensor trap" - --#SEVERITY MAJOR - ::= 736 - - spRelayArray3-7Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray3.7 sensor trap" - --#SEVERITY MAJOR - ::= 737 - - spRelayArray3-8Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray3.8 sensor trap" - --#SEVERITY MAJOR - ::= 738 - - spRelayArray4-1Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray4.1 sensor trap" - --#SEVERITY MAJOR - ::= 741 - - spRelayArray4-2Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray4.2 sensor trap" - --#SEVERITY MAJOR - ::= 742 - - spRelayArray4-3Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray4.3 sensor trap" - --#SEVERITY MAJOR - ::= 743 - - spRelayArray4-4Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray4.4 sensor trap" - --#SEVERITY MAJOR - ::= 744 - - spRelayArray4-5Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray4.5 sensor trap" - --#SEVERITY MAJOR - ::= 745 - - spRelayArray4-6Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray4.6 sensor trap" - --#SEVERITY MAJOR - ::= 746 - - spRelayArray4-7Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray4.7 sensor trap" - --#SEVERITY MAJOR - ::= 747 - - spRelayArray4-8Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray4.8 sensor trap" - --#SEVERITY MAJOR - ::= 748 - - spRelayArray5-1Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray5.1 sensor trap" - --#SEVERITY MAJOR - ::= 751 - - spRelayArray5-2Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray5.2 sensor trap" - --#SEVERITY MAJOR - ::= 752 - - spRelayArray5-3Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray5.3 sensor trap" - --#SEVERITY MAJOR - ::= 753 - - spRelayArray5-4Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray5.4 sensor trap" - --#SEVERITY MAJOR - ::= 754 - - spRelayArray5-5Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray5.5 sensor trap" - --#SEVERITY MAJOR - ::= 755 - - spRelayArray5-6Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray5.6 sensor trap" - --#SEVERITY MAJOR - ::= 756 - - spRelayArray5-7Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray5.7 sensor trap" - --#SEVERITY MAJOR - ::= 757 - - spRelayArray5-8Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray5.8 sensor trap" - --#SEVERITY MAJOR - ::= 758 - - spRelayArray6-1Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray6.1 sensor trap" - --#SEVERITY MAJOR - ::= 761 - - spRelayArray6-2Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray6.2 sensor trap" - --#SEVERITY MAJOR - ::= 762 - - spRelayArray6-3Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray6.3 sensor trap" - --#SEVERITY MAJOR - ::= 763 - - spRelayArray6-4Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray6.4 sensor trap" - --#SEVERITY MAJOR - ::= 764 - - spRelayArray6-5Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray6.5 sensor trap" - --#SEVERITY MAJOR - ::= 765 - - spRelayArray6-6Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray6.6 sensor trap" - --#SEVERITY MAJOR - ::= 766 - - spRelayArray6-7Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray6.7 sensor trap" - --#SEVERITY MAJOR - ::= 767 - - spRelayArray6-8Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray6.8 sensor trap" - --#SEVERITY MAJOR - ::= 768 - - spRelayArray7-1Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray7.1 sensor trap" - --#SEVERITY MAJOR - ::= 771 - - spRelayArray7-2Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray7.2 sensor trap" - --#SEVERITY MAJOR - ::= 772 - - spRelayArray7-3Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray7.3 sensor trap" - --#SEVERITY MAJOR - ::= 773 - - spRelayArray7-4Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray7.4 sensor trap" - --#SEVERITY MAJOR - ::= 774 - - spRelayArray7-5Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray7.5 sensor trap" - --#SEVERITY MAJOR - ::= 775 - - spRelayArray7-6Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray7.6 sensor trap" - --#SEVERITY MAJOR - ::= 776 - - spRelayArray7-7Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray7.7 sensor trap" - --#SEVERITY MAJOR - ::= 777 - - spRelayArray7-8Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray7.8 sensor trap" - --#SEVERITY MAJOR - ::= 778 - - spRelayArray8-1Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray8.1 sensor trap" - --#SEVERITY MAJOR - ::= 781 - - spRelayArray8-2Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray8.2 sensor trap" - --#SEVERITY MAJOR - ::= 782 - - spRelayArray8-3Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray8.3 sensor trap" - --#SEVERITY MAJOR - ::= 783 - - spRelayArray8-4Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray8.4 sensor trap" - --#SEVERITY MAJOR - ::= 784 - - spRelayArray8-5Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray8.5 sensor trap" - --#SEVERITY MAJOR - ::= 785 - - spRelayArray8-6Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray8.6 sensor trap" - --#SEVERITY MAJOR - ::= 786 - - spRelayArray8-7Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray8.7 sensor trap" - --#SEVERITY MAJOR - ::= 787 - - spRelayArray8-8Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "RelayArray8.8 sensor trap" - --#SEVERITY MAJOR - ::= 788 - - spVirtual1Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Virtual1 sensor trap" - --#SEVERITY MAJOR - ::= 801 - - spVirtual2Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Virtual2 sensor trap" - --#SEVERITY MAJOR - ::= 802 - - spVirtual3Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Virtual3 sensor trap" - --#SEVERITY MAJOR - ::= 803 - - spVirtual4Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Virtual4 sensor trap" - --#SEVERITY MAJOR - ::= 804 - - spVirtual5Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Virtual5 sensor trap" - --#SEVERITY MAJOR - ::= 805 - - spVirtual6Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Virtual6 sensor trap" - --#SEVERITY MAJOR - ::= 806 - - spVirtual7Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Virtual7 sensor trap" - --#SEVERITY MAJOR - ::= 807 - - spVirtual8Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Virtual8 sensor trap" - --#SEVERITY MAJOR - ::= 808 - - spVirtual9Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Virtual9 sensor trap" - --#SEVERITY MAJOR - ::= 809 - - spVirtual10Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Virtual10 sensor trap" - --#SEVERITY MAJOR - ::= 810 - - spVirtual11Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Virtual11 sensor trap" - --#SEVERITY MAJOR - ::= 811 - - spVirtual12Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Virtual12 sensor trap" - --#SEVERITY MAJOR - ::= 812 - - spVirtual13Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Virtual13 sensor trap" - --#SEVERITY MAJOR - ::= 813 - - spVirtual14Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Virtual14 sensor trap" - --#SEVERITY MAJOR - ::= 814 - - spVirtual15Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Virtual15 sensor trap" - --#SEVERITY MAJOR - ::= 815 - - spVirtual16Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Virtual16 sensor trap" - --#SEVERITY MAJOR - ::= 816 - - spVirtual17Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Virtual17 sensor trap" - --#SEVERITY MAJOR - ::= 817 - - spVirtual18Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Virtual18 sensor trap" - --#SEVERITY MAJOR - ::= 818 - - spVirtual19Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Virtual19 sensor trap" - --#SEVERITY MAJOR - ::= 819 - - spVirtual20Status TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription } - DESCRIPTION - "Virtual20 sensor trap" - --#SEVERITY MAJOR - ::= 820 - - spCustomStatus TRAP-TYPE - ENTERPRISE sensorProbe - VARIABLES - { spSensorStatus, spSensorValue, spSensorLevelExceeded, - spSensorIndex, spSensorName, spSensorDescription, - spSensorType, spSensorStatusName, spSensorSubIndex, - spBoardIndex, spBoardDescription, spEventTimeStamp, - spEventClassNumber, spEventClassName } - DESCRIPTION - "Custom sensor trap" - --#SEVERITY MAJOR - ::= 1000 - -END diff --git a/mibs/SSH-MIB b/mibs/SSH-MIB deleted file mode 100644 index da597b188e..0000000000 --- a/mibs/SSH-MIB +++ /dev/null @@ -1,435 +0,0 @@ -SSH-MIB DEFINITIONS ::= BEGIN - - --- SSH module MIB Ver 1.1 - --- ------------------------------------------------------------- --- SSH System Access Control MIB --- ------------------------------------------------------------- - - -IMPORTS - IpAddress - FROM RFC1155-SMI - MODULE-IDENTITY, OBJECT-TYPE - FROM SNMPv2-SMI - RowStatus,DisplayString - FROM SNMPv2-TC - MODULE-COMPLIANCE, OBJECT-GROUP - FROM SNMPv2-CONF - - privateMgmt FROM SWPRIMGMT-MIB; - - -swSSHMIB MODULE-IDENTITY - LAST-UPDATED "9911220000Z" - ORGANIZATION "Working Group" - CONTACT-INFO - " " - DESCRIPTION - "The Secure Shell module MIB." - ::= { privateMgmt 5} - -swSSHMgmt OBJECT IDENTIFIER ::= { swSSHMIB 1 } - --- ------------------------------------------------------------- --- Textual Conventions --- ------------------------------------------------------------- - - swSSHAdmin OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the Secure Shell is enable or disable." - ::= { swSSHMgmt 1} - - swSSHMaxConnections OBJECT-TYPE - SYNTAX INTEGER (1..3) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the tolerance of connections at the same - time." - ::= { swSSHMgmt 2} - - swSSHConnectionTimeout OBJECT-TYPE - SYNTAX INTEGER (1..120) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the value of connection timeout. This - value is in units of seconds." - ::= { swSSHMgmt 3} - - swSSHMaxAuthFailAttempts OBJECT-TYPE - SYNTAX INTEGER (2..20) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the tolerance in times of Authentication - failure." - ::= { swSSHMgmt 4} - swSSHSessionKeyRekeying OBJECT-TYPE - SYNTAX INTEGER { - never(0), - ten-min(10), - thirty-min(30), - sixty-min(60) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the time interval in minutes to negotiate - new session key for client and server. " - - ::= { swSSHMgmt 5} - - swSSHPortNumber OBJECT-TYPE - SYNTAX INTEGER (1..65535) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the listened tcp port number." - ::= { swSSHMgmt 6} - - swSSHRegenerateHostKey OBJECT-TYPE - SYNTAX INTEGER { - normal(1), - active(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "As the object is set to active means to regenerate hostkey in - SSH server. If set to normal, do nothing." - ::= { swSSHMgmt 7} - --- ------------------------------------------------------------- --- groups in the SSH MIB --- ------------------------------------------------------------- - - --- ------------------------------------------------------------- - swSSHCtrlAlgGroup OBJECT IDENTIFIER ::= { swSSHMIB 2 } --- ------------------------------------------------------------- - swSSHEncryptAlgCtrl OBJECT IDENTIFIER ::= { swSSHCtrlAlgGroup 1 } - - swSSHEncryptAlg3DESAdmin OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the TDES encryption algorithm is enable - or disable." - ::= { swSSHEncryptAlgCtrl 1} - - swSSHEncryptAlgBlowfishAdmin OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the Blowfish encryption algorithm is - enable or disable." - ::= { swSSHEncryptAlgCtrl 2} - - swSSHEncryptAlgAES128Admin OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the AES128 encryption algorithm is enable - or disable." - ::= { swSSHEncryptAlgCtrl 3} - - swSSHEncryptAlgAES192Admin OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the AES192 encryption algorithm is enable - or disable." - ::= { swSSHEncryptAlgCtrl 4} - - swSSHEncryptAlgAES256Admin OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the AES256 encryption algorithm is enable - or disable." - ::= { swSSHEncryptAlgCtrl 5} - - swSSHEncryptAlgArcfourAdmin OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the Arcfour encryption algorithm is - enable or disable." - ::= { swSSHEncryptAlgCtrl 6} - - swSSHEncryptAlgCAST128Admin OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the CAST128 encryption algorithm is - enable or disable." - ::= { swSSHEncryptAlgCtrl 7} - - swSSHEncryptAlgTwofish128Admin OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the Twofish128 encryption algorithm is - enable or disable." - ::= { swSSHEncryptAlgCtrl 8} - - swSSHEncryptAlgTwofish192Admin OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the Twofish192 encryption algorithm is - enable or disable." - ::= { swSSHEncryptAlgCtrl 9} - - swSSHEncryptAlgTwofish256Admin OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the Twofish256 encryption algorithm is - enable or disable." - ::= { swSSHEncryptAlgCtrl 10} - - --- ------------------------------------------------------------------ - swSSHAuthenMethodCtrl OBJECT IDENTIFIER ::= { swSSHCtrlAlgGroup 2 } --- ------------------------------------------------------------------ - - swSSHAuthenMethodPasswdAdmin OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates password authentication enable or - disable." - ::= { swSSHAuthenMethodCtrl 1} - - swSSHAuthenMethodPubKeyAdmin OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates Public Key authentication enable or - disable." - ::= { swSSHAuthenMethodCtrl 2} - - swSSHAuthenMethodHostBaseAdmin OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates Host Base authentication enable or - disable." - ::= { swSSHAuthenMethodCtrl 3} - - --- ---------------------------------------------------------------- - swSSHInteAlgCtrl OBJECT IDENTIFIER ::= { swSSHCtrlAlgGroup 3 } --- ---------------------------------------------------------------- - swSSHInteAlgSHA1Admin OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates HMAC-SHA1 algorithm enable or disable - ." - ::= { swSSHInteAlgCtrl 1} - - swSSHInteAlgMD5Admin OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates HMAC-MD5 algorithm enable or disable - ." - ::= { swSSHInteAlgCtrl 2} - - - --- ------------------------------------------------------------------ - swSSHPubKeyAlgCtrl OBJECT IDENTIFIER ::= { swSSHCtrlAlgGroup 4 } --- ------------------------------------------------------------------ - swSSHPubKeyAlgDSAAdmin OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates DSA algorithm enable or disable - ." - ::= { swSSHPubKeyAlgCtrl 1} - - swSSHPubKeyAlgRSAAdmin OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates RSA algorithm enable or disable - ." - ::= { swSSHPubKeyAlgCtrl 2} - - - --- ------------------------------------------------------------- --- swSSHUserCtrlTable OBJECT IDENTIFIER ::= { swSSHMIB 3 } --- ------------------------------------------------------------- - - swSSHUserCtrlTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwSSHUserCtrlEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table that contains information about authentication method lists.." - ::= { swSSHMIB 3 } - - swSSHUserCtrlEntry OBJECT-TYPE - SYNTAX SwSSHUserCtrlEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of the Authentication methods." - INDEX { swSSHUserCtrlUserName } - ::= { swSSHUserCtrlTable 1 } - - SwSSHUserCtrlEntry ::= - SEQUENCE { - swSSHUserCtrlUserName - DisplayString, - swSSHUserCtrlAuthMode - INTEGER, - swSSHUserCtrlHostName - DisplayString, - swSSHUserCtrlHostIp - IpAddress - } - - swSSHUserCtrlUserName OBJECT-TYPE - SYNTAX DisplayString (SIZE(1..15)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates the user name." - ::= { swSSHUserCtrlEntry 1 } - - swSSHUserCtrlAuthMode OBJECT-TYPE - SYNTAX INTEGER { - none(1), - publickey(2), - password(3), - hostbased(4) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates user authentication method." - ::= { swSSHUserCtrlEntry 2 } - - - swSSHUserCtrlHostName OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..31)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the host domain name. If the - swSSHUserCtrlAuthMode is not hostbased(4), it must be NULL." - ::= { swSSHUserCtrlEntry 3 } - - swSSHUserCtrlHostIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the host IP address. If the - swSSHUserCtrlAuthMode is not hostbased(4), it must be 0.0.0.0." - ::= { swSSHUserCtrlEntry 4 } - - --- ------------------------------------------------------------------------------------- - -END diff --git a/mibs/SWCOMMGMT-MIB b/mibs/SWCOMMGMT-MIB deleted file mode 100644 index 8784d93dbd..0000000000 --- a/mibs/SWCOMMGMT-MIB +++ /dev/null @@ -1,1195 +0,0 @@ - -SWCOMMGMT-MIB DEFINITIONS ::= BEGIN - - IMPORTS - IpAddress, TimeTicks FROM RFC1155-SMI - MODULE-IDENTITY,OBJECT-TYPE FROM SNMPv2-SMI - MacAddress FROM SNMPv2-TC - DisplayString, PhysAddress FROM RFC1213-MIB - privateMgmt FROM SWPRIMGMT-MIB - TRAP-TYPE FROM RFC-1215; - - - swComMgmtMIB MODULE-IDENTITY - LAST-UPDATED "0007150000Z" - ORGANIZATION "enterprise, Inc." - CONTACT-INFO - " Customer Service - - Postal: - - Tel: - - E-mail: " - DESCRIPTION - "The Structure of Common Management Information for the - proprietary enterprise." - ::= { privateMgmt 1 } - -ErrorReturnCode ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "This variable is used primarily as an enumeration - to list the proprietary return codes that this - device can send to a management station in - response to a failed SNMP operation." - - SYNTAX INTEGER { - cannotModifyMltMemberPort(201), - onlyOnePortInMlt(202), - moreThan4PortsInMlt(203), - mltWithDifferentVlan(204), - cannotModifyVlanPortWithMltMemberPort(205), - arpClassIdSpecified(206), - arpClassIdOnlyForIpSubnetVlan(207), - ipSubnetVlanArpClassIdCannotBeZero(208), - arpClassIdWithExistVid(209) - - } - - - - agentConfigInfo OBJECT IDENTIFIER ::= { swComMgmtMIB 1 } - - -- **************** - -- agentBasicInfo * - -- **************** - agentBasicInfo OBJECT IDENTIFIER ::= { agentConfigInfo 1 } - - agentRuntimeSwVersion OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..12)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This is a textual description of the runtime software version - and revision. If the version number is one and revision number - is zero agentRuntimeSwVersion would be 'Ver. 1.0'" - ::= { agentBasicInfo 1 } - - agentPromFwVersion OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..12)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This is a textual description of the agent PROM firmware - version and revision. If the version number is one and revision - number is zero agentPromFwVersion would be 'Ver. 1.0'" - ::= { agentBasicInfo 2 } - - agentHwRevision OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..12)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This is a textual description of the hardware version and - revision. If the version number is one and revision number is - zero agentHwRevision would be 'Ver. 1.0'" - ::= { agentBasicInfo 3 } - --- agentModuleType OBJECT-TYPE --- SYNTAX DisplayString (SIZE (0..80)) --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "The extension module type." --- ::= { agentBasicInfo 4 } - - agentDeviceSerialNumber OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..42)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The serial number of the device." - ::= { agentBasicInfo 5 } - - agentMgmtProtocolCapability OBJECT-TYPE - SYNTAX INTEGER { - other(1), - snmp-ip(2), - snmp-ipx(3), - snmp-ip-ipx(4) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The network management protocol(s) supported by this agent." - ::= { agentBasicInfo 6 } - - - -- ************************* - -- agentMibcapabilityTable * - -- ************************* - - agentMibCapabilityTable OBJECT-TYPE - SYNTAX SEQUENCE OF AgentMibCapabilityEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of MIB capability entries supported by this agent." - ::= { agentBasicInfo 7 } - - agentMibCapabilityEntry OBJECT-TYPE - SYNTAX AgentMibCapabilityEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A MIB capability entry contains objects describing a particular - MIB supported by this agent." - INDEX { agentMibCapabilityIndex } - ::= { agentMibCapabilityTable 1 } - - AgentMibCapabilityEntry ::= - SEQUENCE { - agentMibCapabilityIndex - INTEGER, - agentMibCapabilityDescr - DisplayString, - agentMibCapabilityVersion - INTEGER, - agentMibCapabilityType - INTEGER - } - - agentMibCapabilityIndex OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A list of agentMibCapabilityDescr entries." - ::= { agentMibCapabilityEntry 1 } - - agentMibCapabilityDescr OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..16)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The name of the MIB supported by the agent." - ::= { agentMibCapabilityEntry 2 } - - agentMibCapabilityVersion OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The version of the MIB specified in this entry." - ::= { agentMibCapabilityEntry 3 } - - agentMibCapabilityType OBJECT-TYPE - SYNTAX INTEGER { - other(1), - standard(2), - proprietary(3), - experiment(4) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The type of the MIB specified in this entry." - ::= { agentMibCapabilityEntry 4 } - - agentStatusConsoleInUse OBJECT-TYPE - SYNTAX INTEGER { - other(1), - in-use(2), - not-in-use(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This indicates whether console is currently in-use." - ::= { agentBasicInfo 8 } - --- agentStatusSaveCfg OBJECT-TYPE --- SYNTAX INTEGER { --- other(1), --- proceeding(2), --- completed(3), --- failed(4) --- } --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This indicates the status of the device configuration. --- --- other(1) - this entry is currently in use but the conditions --- under which it will remain so are different from each --- of the following values. --- proceeding(2) - the device configuration is being currently --- saved into the NV-RAM. --- completed(3) - all of the device configuration parameters have --- been saved into NV-RAM. --- failed(4) - The process to save device configuration is failed." --- ::= { agentBasicInfo 8 } - - agentSerialPortDataBits OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of data bits, per byte of data, this port should - send/receive." - ::= { agentBasicInfo 9 } - - agentSerialPortParityBits OBJECT-TYPE - SYNTAX INTEGER { - none(1) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The Parity for console mode, If the agentRs232PortConfig change - to console mode then the device will use this group to make a - setup for console value." - ::= { agentBasicInfo 10 } - - agentSerialPortStopBits OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The Stop Bits for console mode." - ::= { agentBasicInfo 11 } - - agentPrimaryPowerState OBJECT-TYPE - SYNTAX INTEGER { - ready(1), - not-ready(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The primary power status." - ::= { agentBasicInfo 12 } - - agentRedundantPowerState OBJECT-TYPE - SYNTAX INTEGER { - ready(1), - not-ready(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The redundant power status." - ::= { agentBasicInfo 13 } - - - -- ****************** - -- agentBasicConfig * - -- ****************** - - agentBasicConfig OBJECT IDENTIFIER ::= { agentConfigInfo 2 } - - agentFirmwareFile OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..63)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The name of the firmware file to be downloaded." - ::= { agentBasicConfig 1 } - - agentFirmwareSourceAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The ip address where new firmware file is located on." - ::= { agentBasicConfig 2 } - - agentFirmwareUpdateCtrl OBJECT-TYPE - SYNTAX INTEGER { - other(1), - activate(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "while this object is set to 'activate', FTP download is working - immediately, and agentFirmwareUpdateState is changed to 'in-process'. - The agent always returns 'other' while it is read." - ::= { agentBasicConfig 3 } - - agentFirmwareUpdateState OBJECT-TYPE - SYNTAX INTEGER { - other(1) , - in-process(2), - invalid-file(3), - violation(4), - file-not-found(5), - disk-full(6), - complete(7), - time-out(8), - tftp-establish-fail(9) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "status of firmware download control. If the value is 'other', - means never firmware updated since device started up." - ::= { agentBasicConfig 4 } - - agentSystemRestart OBJECT-TYPE - SYNTAX INTEGER { - other(1), - cold-start(2), - no-restart(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the agent system restart state. Setting - this object to no-restart(3) has no effect. Setting this object to - cold-start(2) will restart the agent. The agent always returns - no-restart(3) when this object is read." - ::= { agentBasicConfig 5 } - - agentRs232PortConfig OBJECT-TYPE - SYNTAX INTEGER { - other(1), - console(2), - out-of-band(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the RS-232 mode while device restart." - ::= { agentBasicConfig 6 } - - agentBaudRateConfig OBJECT-TYPE - SYNTAX INTEGER { - other(1), - baudRate-2400 (2), - baudRate-9600 (3), - baudRate-19200(4), - baudRate-38400(5), - baudRate-57200(6), - baudRate-115200(7) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the baud rate while device restart." - ::= { agentBasicConfig 7 } - - agentAutoLogoutConfig OBJECT-TYPE - SYNTAX INTEGER { - other(1), - never(2), - autoLogout-2mins(3), - autoLogout-5mins(4), - autoLogout-10mins(5), - autoLogout-15mins(6) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the time which the console will log out - the current user if there is no user input." - ::= { agentBasicConfig 8 } - - agentTelnetState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object decide the TELNET enabled or disabled." - ::= { agentBasicConfig 9 } - - agentWebState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object decide the WEB enabled or disabled." - ::= { agentBasicConfig 10 } - - agentFactoryReset OBJECT-TYPE - SYNTAX INTEGER { - other(1), - reset(2), - config(3), - system(4), - no-reset(5) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the agent system reset state. Setting - this object to no-reset(5) has no effect. Setting this object to - reset(2) will reset the agent to default settings except IP - address, user account and history log. Setting this object to - config(3) will reset the agent to default settings. Setting this - object to system(4) will reset the agent to default settings. - Then the switch will do factory reset, save and reboot. The - agent always returns no-reset(5) when this object is read." - ::= { agentBasicConfig 11 } - - - -- *********************** - -- agentIpProtocolConfig * - -- *********************** - - agentIpProtoConfig OBJECT IDENTIFIER ::= { agentConfigInfo 3 } - - agentIpNumOfIf OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The total number of IP interfaces supported by this agent." - ::= { agentIpProtoConfig 1 } - - agentIpIfTable OBJECT-TYPE - SYNTAX SEQUENCE OF AgentIpIfEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of IP interface entries supported by the agent." - ::= { agentIpProtoConfig 2 } - - agentIpIfEntry OBJECT-TYPE - SYNTAX AgentIpIfEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "An agentIPIfEntry contains information about a particular IP - interface." - INDEX { agentIpIfIndex } - ::= { agentIpIfTable 1 } - - AgentIpIfEntry ::= - SEQUENCE { - agentIpIfIndex - INTEGER, - agentIpIfAddress - IpAddress, - agentIpIfNetMask - IpAddress, - agentIpIfDefaultRouter - IpAddress, - agentIpIfMacAddr - PhysAddress, - agentIpIfType - INTEGER - } - - agentIpIfIndex OBJECT-TYPE - SYNTAX INTEGER (1..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object uniquely identifies the IP interface number in the - agentIpIfTable. This value should never greater than - agentIpNumOfIf." - ::= { agentIpIfEntry 1 } - - agentIpIfAddress OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The IP address of the interface." - ::= { agentIpIfEntry 2 } - - agentIpIfNetMask OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The IP net mask for this interface." - ::= { agentIpIfEntry 3 } - - agentIpIfDefaultRouter OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The default gateway for this IP interface." - ::= { agentIpIfEntry 4 } - - agentIpIfMacAddr OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The MAC address of this IP interface. For interfaces which do - not have such an address. (e.g., a serial line), this object - should contain an octet string of zero length." - ::= { agentIpIfEntry 5 } - - agentIpIfType OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- none of the following - ethernet-csmacd(6), - slip(28) -- generic SLIP - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The physical layer interface of the IP interface." - ::= { agentIpIfEntry 6 } - - agentIpBootServerAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The IP Address of Boot Server." - ::= { agentIpProtoConfig 3 } - - agentIpGetIpFromBootpServer OBJECT-TYPE - SYNTAX INTEGER { - other(1), - manual(2), - frombootp(3), - fromdhcp(4) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates whether the agent get its system IP - address from Bootp/DHCP server at start up." - ::= { agentIpProtoConfig 4 } - - agentIpSystemIpAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The system IP address." - ::= { agentIpProtoConfig 5 } - - agentIpSystemSubnetMask OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The system subnet mask." - ::= { agentIpProtoConfig 6 } - - agentIpDefaultGateway OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The system default gateway." - ::= { agentIpProtoConfig 7 } - --- --- agentIpUnauthAddr OBJECT-TYPE --- SYNTAX IpAddress --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "The IP address of an unauthorized SNMP packet." --- ::= { agentIpProtoConfig 5 } --- --- agentIpUnauthComm OBJECT-TYPE --- SYNTAX DisplayString (SIZE (0..40)) --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "The community string of an unauthorized SNMP packet." --- ::= { agentIpProtoConfig 6 } - - -- ************************ - -- agentIptrapMangerTable * - -- ************************ - --- agentIpTrapManagerTable OBJECT-TYPE --- SYNTAX SEQUENCE OF AgentIpTrapManagerEntry --- MAX-ACCESS not-accessible --- STATUS current --- DESCRIPTION --- "A list of trap manager entries to which to send SNMP traps." --- ::= { agentIpProtoConfig 5 } --- --- agentIpTrapManagerEntry OBJECT-TYPE --- SYNTAX AgentIpTrapManagerEntry --- MAX-ACCESS not-accessible --- STATUS current --- DESCRIPTION --- "This entry contains the particular trap manager settings." --- INDEX { agentIpTrapManagerIpAddr } --- ::= { agentIpTrapManagerTable 1 } --- --- AgentIpTrapManagerEntry ::= --- SEQUENCE { --- agentIpTrapManagerIpAddr --- IpAddress, --- agentIpTrapManagerComm --- DisplayString, --- agentIpTrapManagerStatus --- INTEGER --- } --- --- agentIpTrapManagerIpAddr OBJECT-TYPE --- SYNTAX IpAddress --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "The IP address to receive SNMP traps from this device." --- ::= { agentIpTrapManagerEntry 1 } --- --- agentIpTrapManagerComm OBJECT-TYPE --- SYNTAX DisplayString (SIZE (0..40)) --- MAX-ACCESS read-create --- STATUS current --- DESCRIPTION --- "The community string of the SNMP trap packet sent to the trap --- manager." --- ::= { agentIpTrapManagerEntry 2 } --- --- agentIpTrapManagerStatus OBJECT-TYPE --- SYNTAX INTEGER { --- other(1), --- disabled(2), --- enabled(3) --- } --- MAX-ACCESS read-create --- STATUS current --- DESCRIPTION --- "This object indicates whether or not the trap should be send --- to this trap manager." --- ::= { agentIpTrapManagerEntry 3 } --- --- agenMaxManagerIp OBJECT-TYPE --- SYNTAX INTEGER --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "Maximum number of entries in the management ip security --- table (agentManagerIpSecurityTable)." --- ::= { agentIpProtoConfig 10 } --- --- agenCurrtManagerIp OBJECT-TYPE --- SYNTAX INTEGER --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "Current applied number of entries in the management ip --- security table." --- ::= { agentIpProtoConfig 11 } - - - -- *********************** - -- agentCommunityTable * - -- *********************** - - agentCommunityTable OBJECT-TYPE - SYNTAX SEQUENCE OF AgentCommunityEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of SNMP community string." - ::= { agentConfigInfo 4 } - - agentCommunityEntry OBJECT-TYPE - SYNTAX AgentCommunityEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "An agentCommunityEntry contains information about SNMP community - string and access level." - INDEX { agentCommunityString } - ::= { agentCommunityTable 1 } - - AgentCommunityEntry ::= - SEQUENCE { - agentCommunityString - DisplayString, - agentCommunityLevel - INTEGER, - agentCommunitystate - INTEGER - } - - agentCommunityString OBJECT-TYPE - SYNTAX DisplayString (SIZE(1..32)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "When an SNMP message is received by this entity, the community - string in the message is compared with this string first. If it - doesn't match, the user can't access this entity by manage tool." - ::= { agentCommunityEntry 1 } - - agentCommunityLevel OBJECT-TYPE - SYNTAX INTEGER { - other(1), - read-only(2), - read-write(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The access level of SNMP. The value read-only(2) indicates the - user only can view the information about this device, but can't - modify it. The value read-write(3) is granted to all items in - the MIB." - ::= { agentCommunityEntry 2 } - - agentCommunitystate OBJECT-TYPE - SYNTAX INTEGER { - other(1), - invalid(2), - valid(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the status of this entry. - - other(1) - this entry is currently in use but the conditions - under which it will remain so are different from each of - the following values. - invalid(2) - writing this value to the object, and then the - corresponding entry will be removed from the table. - valid(3) - this entry is reside in the table." - ::= { agentCommunityEntry 3 } - - - -- *********************** - -- agentTrustHostTable * - -- *********************** - - agentTrustHostTable OBJECT-TYPE - SYNTAX SEQUENCE OF AgentTrustHostEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of managemnet station IP addresses." - ::= { agentConfigInfo 5 } - - agentTrustHostEntry OBJECT-TYPE - SYNTAX AgentTrustHostEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "An agentTrustHostEntry contains information about managemnet - station IP addresses and port." - INDEX { agentTrustHostId } - ::= { agentTrustHostTable 1 } - - AgentTrustHostEntry ::= - SEQUENCE { - agentTrustHostId - INTEGER, - agentTrustHostIPAddr - IpAddress, - agentTrustHostState - INTEGER, - agentTrustHostIPMask - IpAddress - } - - agentTrustHostId OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object uniquely identifies the management station in the - agentTrustHostTable." - ::= { agentTrustHostEntry 1 } - - agentTrustHostIPAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The IP address of the managemet station." - ::= { agentTrustHostEntry 2 } - - agentTrustHostState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - invalid(2), - valid(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the status of this entry. - - other(1) - this entry is currently in use but the conditions - under which it will remain so are different from each of - the following values. - invalid(2) - writing this value to the object, and then the - corresponding entry will be removed from the table. - valid(3) - this entry is reside in the table." - ::= { agentTrustHostEntry 3 } - - agentTrustHostIPMask OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The IP subnet mask of the managemet station." - ::= { agentTrustHostEntry 4 } - - - -- *********************** - -- agentLogConfig * - -- *********************** - agentLogConfig OBJECT IDENTIFIER ::= { agentConfigInfo 6 } - - agentLogUploadLogFileName OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..63)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The name of the log file to be uploaded from the device to TFTP - server when enabling log upload function (by writing - agentLogUploadLog)." - ::= { agentLogConfig 1 } - - agentLogUploadLogSourceAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The ip address where been uploaded log file." - ::= { agentLogConfig 2 } - - agentLogUploadLog OBJECT-TYPE - SYNTAX INTEGER { - normal(1), - active(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "As the object is set to active, it will immediately invoke log - upload function. If set to normal, do nothing." - ::= { agentLogConfig 3 } - - agentLogUploadLogState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - in-process(2), - invalid-file(3), - violation(4), - file-not-found(5), - disk-full(6), - complete(7), - time-out(8), - tftp-establish-fail(9) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "status of upload log control. If the value is 'other', - means never log updated since device started up." - ::= { agentLogConfig 4 } - - agentLogClearLog OBJECT-TYPE - SYNTAX INTEGER { - normal(1), - active(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "As the object is set to active, the log table will be clear. - If set to normal, do nothing." - ::= { agentLogConfig 5 } - - - -- *********************** - -- agentTblSize * - -- *********************** - agentTblSize OBJECT IDENTIFIER ::= { agentConfigInfo 7 } - - agentArpNumber OBJECT-TYPE - SYNTAX INTEGER(0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of current ipNetToMediaTable entries that are not - invalid." - ::= { agentTblSize 1 } - - agentIpNumber OBJECT-TYPE - SYNTAX INTEGER(0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of current IP interface on this device." - ::= { agentTblSize 2 } - - agentStaticVlanNumber OBJECT-TYPE - SYNTAX INTEGER(0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of static VLAN on this device." - ::= { agentTblSize 3 } - - - -- *********************** - -- agentRTC * - -- *********************** - agentRTC OBJECT IDENTIFIER ::= { agentConfigInfo 8 } - - agentRTCYear OBJECT-TYPE - SYNTAX INTEGER (1980..3999) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The number of the year." - ::= { agentRTC 1 } - - agentRTCMonth OBJECT-TYPE - SYNTAX INTEGER (1..12) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The number of the month." - ::= { agentRTC 2 } - - agentRTCDate OBJECT-TYPE - SYNTAX INTEGER (1..31) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The number of the date." - ::= { agentRTC 3 } - - agentRTCHour OBJECT-TYPE - SYNTAX INTEGER (0..23) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The number of the hour." - ::= { agentRTC 4 } - - agentRTCMinute OBJECT-TYPE - SYNTAX INTEGER (0..59) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The number of the hour." - ::= { agentRTC 5 } - - agentRTCSecond OBJECT-TYPE - SYNTAX INTEGER (0..59) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The number of the second." - ::= { agentRTC 6 } - - agentRTCWeekDay OBJECT-TYPE - SYNTAX INTEGER { - date-Sunday(1), - date-Monday(2), - date-Tuesday(3), - date-Wednesday(4), - date-Thursday(5), - date-Friday(6), - date-Saturday(7) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The current week day." - ::= { agentRTC 7 } - - - -- ********************* - -- agentMIBTraps - -- ********************* - agentMIBTraps OBJECT IDENTIFIER ::= { agentConfigInfo 9 } - - primaryPowerOn TRAP-TYPE - ENTERPRISE swComMgmtMIB - DESCRIPTION - "The trap is sent whenever the primary power is turn on." - ::= 1 - - primaryPowerOff TRAP-TYPE - ENTERPRISE swComMgmtMIB - DESCRIPTION - "The trap is sent whenever the primary power is turn off." - ::= 2 - - redundantPowerOn TRAP-TYPE - ENTERPRISE swComMgmtMIB - DESCRIPTION - "The trap is sent whenever the redundant power is turn on." - ::= 3 - - redundantPowerOff TRAP-TYPE - ENTERPRISE swComMgmtMIB - DESCRIPTION - "The trap is sent whenever the redundant power is turn off." - ::= 4 - - - -- *********************** - -- agentSyslog * - -- *********************** - agentSyslog OBJECT IDENTIFIER ::= { agentConfigInfo 10 } - - agentSyslogState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object decide the Syslog sending message enabled or - disabled." - DEFVAL { disabled } - ::= { agentSyslog 1 } - - agentSyslogMaxHostSupport OBJECT-TYPE - SYNTAX INTEGER (0..10) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The maximum number of syslog servers supported." - DEFVAL { 5 } - ::= { agentSyslog 2 } - - agentSyslogHostTable OBJECT-TYPE - SYNTAX SEQUENCE OF AgentSyslogHostEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table specifys syslog server configurations." - ::= { agentSyslog 3 } - - agentSyslogHostEntry OBJECT-TYPE - SYNTAX AgentSyslogHostEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of information specifies syslog server configurations." - INDEX { agentSyslogHostId } - ::= { agentSyslogHostTable 1 } - - AgentSyslogHostEntry ::= - SEQUENCE { - agentSyslogHostId - INTEGER, - agentSyslogHostIp - IpAddress, - agentSyslogHostSeverity - BITS, - agentSyslogHostFacility - INTEGER, - agentSyslogHostUDPPort - INTEGER, - agentSyslogHostState - INTEGER - } - - agentSyslogHostId OBJECT-TYPE - SYNTAX INTEGER (1..10) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of syslog host." - ::= { agentSyslogHostEntry 1 } - - agentSyslogHostIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The IP address of the host." - ::= { agentSyslogHostEntry 2 } - - agentSyslogHostSeverity OBJECT-TYPE - SYNTAX BITS { - informational(0), - warning(1), - error(2), - fatal(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The object indicates the severity level indicator.The device - support four severity levels in SYSLOG protocol. The fatal(3) - mapping to emergency and critical level." - ::= { agentSyslogHostEntry 3 } - - agentSyslogHostFacility OBJECT-TYPE - SYNTAX INTEGER { - local0(1), - local1(2), - local2(3), - local3(4), - local4(5), - local5(6), - local6(7), - local7(8) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Some of the operating system daemons and processes have been - assigned Facility values. Processes and daemons that have not - been explicitly assigned a Facility may use any of the - local use facilities or they may use the user-level Facility." - DEFVAL { local7 } - ::= { agentSyslogHostEntry 4 } - - agentSyslogHostUDPPort OBJECT-TYPE - SYNTAX INTEGER (514..530) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The object indicates UDP port number." - DEFVAL { 514 } - ::= { agentSyslogHostEntry 5 } - - agentSyslogHostState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3), - invalid(4) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the status of this entry. - - other(1) - this entry is currently in use but the conditions - under which it will remain so are different from each of - the following values. - disabled(2) - the syslog host disabled. - enabled(3) - the syslog host enabled. - invalid(4) - writing this value to the object, and then the - corresponding entry will be removed from the table." - DEFVAL { disabled } - ::= { agentSyslogHostEntry 6 } - - - agentRemoteUserLogState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object decide the remote user log message will be shown - on screen or not." - DEFVAL { disabled } - ::= { agentSyslog 4 } - -END diff --git a/mibs/SWITCH-CHASSIS-MIB b/mibs/SWITCH-CHASSIS-MIB deleted file mode 100644 index 9709780a90..0000000000 --- a/mibs/SWITCH-CHASSIS-MIB +++ /dev/null @@ -1,791 +0,0 @@ - -SWITCH-CHASSIS-MIB -DEFINITIONS ::= BEGIN - -IMPORTS - MODULE-IDENTITY, OBJECT-TYPE, IpAddress, Counter32, Unsigned32 - FROM SNMPv2-SMI - TEXTUAL-CONVENTION, DisplayString, MacAddress, RowStatus, TimeStamp - FROM SNMPv2-TC - switchChassis - FROM TELESYN-ATI-TC; - -switchChassisMib MODULE-IDENTITY - LAST-UPDATED "9704292000Z" - ORGANIZATION "" - CONTACT-INFO "" - DESCRIPTION - "The MIB module for SWITCH chassis entity." - REVISION "9704292000Z" - DESCRIPTION - "Changed the status of the objects in ipParams group to - obsolete. The objects in this group are defined elsewhere or - not applicable." - REVISION "9701142000Z" - DESCRIPTION - "Redefined the TFTP objects in TftpGroup for executing a file - transfer between the chassis and the TFTP server. - - Deprecated the Console objects." - REVISION "9612192200Z" - DESCRIPTION - "Initial Release." - ::= { switchChassis 1 } -HostNameOrIpAddr ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "The DNS, NIS (or equivalent name), or the ip address (in - dotted quad notation) of the host." - SYNTAX DisplayString -HwIdentifier ::= TEXTUAL-CONVENTION - DISPLAY-HINT "2d.2d" - STATUS current - DESCRIPTION - "The hardware identifier consists of 2 16 bit values, called - major and minor. The first 2 octets contain the major number; - the second 2 octets contain the minor number." - SYNTAX OCTET STRING (SIZE(4)) -SwVersionId ::= TEXTUAL-CONVENTION - DISPLAY-HINT "2d.2d.2d" - STATUS current - DESCRIPTION - "The software version id consists of 3 16 bit values. - The first 2 octets contain the major number; the octets 3, 4 - contain the minor number, octets 5,6 contain a release number." - SYNTAX OCTET STRING (SIZE(6)) -chassisParams OBJECT IDENTIFIER ::= { switchChassisMib 1 } -ipParams OBJECT IDENTIFIER ::= { switchChassisMib 3 } -sysConfigParams OBJECT IDENTIFIER ::= { switchChassisMib 4 } -snmpParams OBJECT IDENTIFIER ::= { switchChassisMib 6 } -consoleParams OBJECT IDENTIFIER ::= { switchChassisMib 7 } -logParams OBJECT IDENTIFIER ::= { switchChassisMib 8 } -bootParams OBJECT IDENTIFIER ::= { switchChassisMib 9 } -chassisSerialNumber OBJECT-TYPE - SYNTAX DisplayString (SIZE (8)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The serial number of the chassis." - ::= { chassisParams 1 } - -chassisHwId OBJECT-TYPE - SYNTAX HwIdentifier - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A version number for the motherboard - first 16 bits - is the major number, second 16 bits is the minor number." - ::= { chassisParams 2 } -chassisOSVersion OBJECT-TYPE - SYNTAX DisplayString(SIZE(0..16)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " Software version of the operating system kernel." - ::= { chassisParams 3 } - -chassisFwVersion OBJECT-TYPE - SYNTAX DisplayString(SIZE(0..16)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The chassis firmware version. " - ::= { chassisParams 4 } - -chassisLastChanges OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Counts the number of times the system config file has - been written to flash since last reboot." - ::= { chassisParams 5 } -chassisBaseMacAddress OBJECT-TYPE - SYNTAX MacAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object is the 6-byte 'base' MAC address for this chassis." - ::= { chassisParams 6 } - -chassisFanStatus OBJECT-TYPE - SYNTAX INTEGER { - normal(1), - slowOrStopped(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The operational status of fan. 'slowOrStopped' - indicates the fan rpm is lower than a minimum required - value." - ::= { chassisParams 7 } - -chassisBoardSerialNumber OBJECT-TYPE - SYNTAX DisplayString (SIZE (8)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The serial number of the mother board." - ::= { chassisParams 8 } - - - - -ipAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS obsolete - DESCRIPTION - "The IP address that the device will use after a - restart. The device's active IP address can be - determined by examining the appropriate instance - of the ipAdEntAddr attribute of the MIB-II IP - address table." - ::= { ipParams 1 } - - -ipNetMask OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS obsolete - DESCRIPTION - "The subnet mask that the device will use after - a restart. The device's active subnet mask can - be determined by examining the appropriate - instance of the ipAdEntNetMask attribute of the - MIB-II IP address table." - ::= { ipParams 2 } - -ipBcastForm OBJECT-TYPE - SYNTAX INTEGER { - allOnes(1), - allZeros(2) - } - MAX-ACCESS read-write - STATUS obsolete - DESCRIPTION - "The type of IP broadcast address that the - device will use after a restart: the Internet - standard all-ones broadcast address or the non- - standard all zeros broadcast address. The - device's active broadcast address type can be - determined by examining the appropriate instance - of the ipAdEntBcastAddr attribute of the MIB-II - IP address table." - ::= { ipParams 3 } - -ipEncap OBJECT-TYPE - SYNTAX INTEGER { - ethernet(1), - ieee8022(2) - } - MAX-ACCESS read-write - STATUS obsolete - DESCRIPTION - "The type of IP datagram encapsulation that the - device will use after a restart: Ethernet or - IEEE802.2. The active type of IP datagram - encapsulation can be determined by examining - the appropriate instance of the ifType attribute - of the MIB-II interfaces table entry for the - device's Ethernet interface. If the value of - that instance of ifType is ethernet-csmacd(6), - then the active type of IP datagram - encapsulation is Ethernet; if the value of that - instance of ifType is iso88023-csmacd(7), then - the active type of IP datagram encapsulation is - IEEE802.2." - ::= { ipParams 4 } - -ipDefaultGateway OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS obsolete - DESCRIPTION - "The default gateway IP address that the device - will use after a restart. The device's - operational default gateway IP address can be - determined by examining the value of the - ipRouteNextHop.0.0.0.0 attribute of the MIB-II - IP routing table." - ::= { ipParams 5 } - -ipDomainName OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..63)) - MAX-ACCESS read-write - STATUS obsolete - DESCRIPTION - "The device's domain name." - ::= { ipParams 6 } -bootFlag OBJECT-TYPE - SYNTAX INTEGER { - bootSystem(0), - skipPost(1), - runMonitor(2), - useBackupBoot(4), - loopPost(8), - bootLoader(16), - bootNetwork(32), - bootDiag(48), - networkEth0(64), - networkEth1(128), - networkCom0(192) - } - MAX-ACCESS read-write - STATUS deprecated - DESCRIPTION - " Boot flags to define the startup parameters" - ::= { sysConfigParams 1 } -dramSize OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "DRAM size in bytes" - ::= { sysConfigParams 2 } - -cpuVer OBJECT-TYPE - SYNTAX HwIdentifier - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " Hardware identifier of the processor." - ::= { sysConfigParams 3 } - -iscVer OBJECT-TYPE - SYNTAX HwIdentifier - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " Hardware identifier of the Galileo chip." - ::= { sysConfigParams 4 } - -pigVer OBJECT-TYPE - SYNTAX HwIdentifier - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Hardware identifier of the PIG chip." - ::= { sysConfigParams 5 } - -postVer OBJECT-TYPE - SYNTAX SwVersionId - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Software version of the POST diagnostic." - ::= { sysConfigParams 6 } - -isdVer OBJECT-TYPE - SYNTAX SwVersionId - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " Software version of the ISD diagnostic." - ::= { sysConfigParams 7 } - -bootVer OBJECT-TYPE - SYNTAX SwVersionId - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Software version of the boot prom." - ::= { sysConfigParams 8 } - -qmuMemSize OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "QME memory size" - ::= { sysConfigParams 9 } -segBusTable OBJECT-TYPE - SYNTAX SEQUENCE OF SegBusEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table of attributes associated with segBus." - ::= { sysConfigParams 10 } -segBusEntry OBJECT-TYPE - SYNTAX SegBusEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of attributes associated with a segBus." - INDEX { segBusIndex } - ::= { segBusTable 1 } -SegBusEntry ::= SEQUENCE { - segBusIndex INTEGER, - segBusPmiuId HwIdentifier, - segBusQmuId HwIdentifier -} -segBusIndex OBJECT-TYPE - SYNTAX INTEGER (1..10) - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "SegBus number" - ::= { segBusEntry 1 } - -segBusPmiuId OBJECT-TYPE - SYNTAX HwIdentifier - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Hardware identifier of the Port Manager Interface Unit (PMIU) - chip " - ::= { segBusEntry 2 } - -segBusQmuId OBJECT-TYPE - SYNTAX HwIdentifier - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Hardware identifier of the Queue Management Unit (QMU) chip " - ::= { segBusEntry 3 } - - -snmpIpTrapRcvrTable OBJECT-TYPE - SYNTAX SEQUENCE OF SnmpIpTrapRcvrEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of entries containing information about - network management stations with Ip addresses - that are to receive traps generated by this - device over UDP." - - ::= { snmpParams 1 } - -snmpIpTrapRcvrEntry OBJECT-TYPE - SYNTAX SnmpIpTrapRcvrEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "An entry containing information about a single - network management station with an Ip address - that is to receive traps generated by this - device over UDP." - INDEX { snmpIpTrapRcvrIpAddress } - ::= { snmpIpTrapRcvrTable 1 } - -SnmpIpTrapRcvrEntry ::= - SEQUENCE { - snmpIpTrapRcvrIpAddress IpAddress, - snmpIpTrapRcvrPort INTEGER, - snmpIpTrapRcvrCommunity DisplayString, - snmpIpTrapRcvrStatus RowStatus - } - -snmpIpTrapRcvrIpAddress OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "The Ip address of this trap receiver." - ::= { snmpIpTrapRcvrEntry 1 } - -snmpIpTrapRcvrPort OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "The UDP port number for the Trap receiver." - ::= { snmpIpTrapRcvrEntry 2 } - -snmpIpTrapRcvrCommunity OBJECT-TYPE - SYNTAX DisplayString (SIZE(1..64)) - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "The community string to be specified in traps - sent to this ip trap receiver." - DEFVAL { "public" } - ::= { snmpIpTrapRcvrEntry 3 } - -snmpIpTrapRcvrStatus OBJECT-TYPE - SYNTAX RowStatus - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This object is used to create or delete entries in the - snmpIpTrapRcvrTable." - ::= { snmpIpTrapRcvrEntry 4 } -snmpUnAuthIpAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The IP address of the last management station - that attempted to access this agent with an - invalid community string. This object is used - as a variable binding in an Authentication - Failure Trap-PDU." - ::= { snmpParams 2 } - -snmpUnAuthCommunity OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(0..20)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The community string specified by the most - recent unauthenticated attempt to access this - agent. This object is used as a variable - binding in an Authentication Failure Trap-PDU." - ::= { snmpParams 3 } - -consolePortSpeed OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-write - STATUS deprecated - DESCRIPTION - "The speed of the console port in bits per second." - ::= { consoleParams 1 } - -consolePortDataBits OBJECT-TYPE - SYNTAX INTEGER (7..8) - MAX-ACCESS read-write - STATUS deprecated - DESCRIPTION - "The console port's number of data bits." - ::= { consoleParams 2 } - -consolePortStopBits OBJECT-TYPE - SYNTAX INTEGER { - one(1), - two(2), - onePointFive(3) - } - MAX-ACCESS read-write - STATUS deprecated - DESCRIPTION - "The console port's number of stop bits." - ::= { consoleParams 3 } - -consolePortParity OBJECT-TYPE - SYNTAX INTEGER { - none(1), - odd(2), - even(3), - mark(4), - space(5) - } - MAX-ACCESS read-write - STATUS deprecated - DESCRIPTION - "The console port's parity setting." - ::= { consoleParams 4 } - - - -eventLogEnable OBJECT-TYPE - SYNTAX INTEGER { - enabled(1), - disabled(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The value of this object indicates whether or - not system event logging is currently enabled. - Changes to this object take effect immediately." - ::= { logParams 1 } - -eventLogSize OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The maximum number of entries retrievable from - the system event log. If the value of this - object is greater than the value of the - eventLogCount object, then only eventLogCount - - entries have been logged and can be retrieved." - ::= { logParams 2 } - -eventLogCount OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The total number of events logged to the system - event log. If the value of this object exceeds - the value of the eventLogSize object, only the - most recent eventLogSize entries can be retrieved. - - Setting the value of this object to zero clears - the device's system event log." - ::= { logParams 3 } - - -eventLogTable OBJECT-TYPE - SYNTAX SEQUENCE OF EventLogEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of system event log entries." - ::= { logParams 4 } - -eventLogEntry OBJECT-TYPE - SYNTAX EventLogEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A single system event log entry." - INDEX { eventLogIndex } - ::= { eventLogTable 1 } - -EventLogEntry ::= - SEQUENCE { - eventLogIndex - INTEGER, - eventLogTime - DisplayString, - eventLogDescr - DisplayString, - eventLogDetail - DisplayString, - eventLogRawEntry - OCTET STRING - } - -eventLogIndex OBJECT-TYPE - SYNTAX INTEGER (1..2147483647) - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A unique value for each entry in the event log. - Its value is between 1 and the minimum of the - value of the eventLogSize and eventLogCount - objects. The oldest event in the log - corresponds to index 1." - ::= { eventLogEntry 1 } - -eventLogTime OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The time (according to the system clock) in - human-readable form at which this system event - log entry was logged." - ::= { eventLogEntry 2 } - -eventLogDescr OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A human-readable string describing the event - represented by this system event log entry." - ::= { eventLogEntry 3 } - -eventLogDetail OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A human-readable string providing more detailed - information about the event respresented by this - system event log entry." - ::= { eventLogEntry 4 } - -eventLogRawEntry OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(0..255)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The first 255 octets of raw, unformatted system event - log entry as it appears internally." - ::= { eventLogEntry 5 } - -deviceReset OBJECT-TYPE - SYNTAX INTEGER { - noOp(1), - reset(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The value of this object returned in response to an SNMP Get - or Get-Next request is always noOp(1). Changing the value of - this object to reset(2) will cause the device to be reset." - ::= { bootParams 1 } - -tftpGroup OBJECT IDENTIFIER ::= { bootParams 4 } -tftpServerName OBJECT-TYPE - SYNTAX HostNameOrIpAddr - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The name of the TFTP server from which to read or write the - device's configuration files or from which to read a firmware - image. - - The value of this object can be a fully- or partially-qualified - domain name system (dns) name, or it can be an ip address in - the familiar 'dotted-quad' notation. - - If the value of this object is a fully- or partially-qualified - dns name, the device will attempt to use the Domain Name System - to convert the name to an ip address before initiating a - transaction with this TFTP server. - - This object may be set only if tftpAdminStatus has the value - 'configure'." - ::= { tftpGroup 1 } -tftpUserName OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(0..63)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The user name that makes the TFTP request. - - This object may be set only if tftpAdminStatus has the value - 'configure'." - ::= { tftpGroup 2 } - - -tftpRemoteFileName OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(0..63)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The file name of the file on the remote TFTP server. - - This object may be set only if tftpAdminStatus has the value - 'configure'." - ::= { tftpGroup 3 } - -tftpLocalFileName OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(0..63)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The local file name of the file which is copied to or from the - remote server. If this string is a 0 length string, then the - value of tftpRemoteFileName shall also be used as the local file - name. - - This object may be set only if tftpAdminStatus has the value - 'configure'." - ::= { tftpGroup 4 } -tftpOperation OBJECT-TYPE - SYNTAX INTEGER { - putFile(1), - getFile(2), - getFirmware(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "When tftpOperation has the value putFile(1) when - tftpAdminStatus is set to 'execute', the device attempts to - copy the file identified by tftpLocalFileName to the file - tfptRemoteFileName. - - When tftpOperation has the value getFile(2) when - tftpAdminStatus is set to 'execute', the device attempts to - copy the file identified by tftpRemoteFileName on the remote - tftp server to the file identified by tftpLocalFileName. - - When tftpOperation has the value getFirmware(3) when - tftpAdminStatus is set to 'execute', the device attempts to - replace its firmware image with the file identified by - tftpRemoteFileName. This firmware file will be used the next - time the system is reset. - When tftpOperation has the value putConfig(1) when - tftpAdminStatus is set to 'execute', the device attempts to - copy the file identified by tftpLocalFileName to the file - tfptRemoteFileName. - - When tftpOperation has the value getConfig(2) when - tftpAdminStatus is set to 'execute', the device attempts to - copy the file identified by tftpRemoteFileName on the remote - tftp server to the file identified by tftpLocalFileName. - " - ::= { tftpGroup 5 } - -tftpAdminState OBJECT-TYPE - SYNTAX INTEGER { - configure(1), - execute(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object is used to initiate a file transfer using the TFTP - protocol between the local system and a remote TFTP server - identified by tftpServerAddr. The file name on the remote - server is identified by tftpRemoteFileName and the local file - name is identified by tftpLocalFileName. The tftp operation is - identified by the valu of tftpOperation. - - The objects tftpServerName, tftpUserName, tftpLocalFileName, - tftpRemoteFileName, and tftpOperation may only be set when - tftpAdminState has the value 'configure'. - - When tftpAdminState is set to 'execute', the operation identified - by tftpOperation shall be started and the state of the operation - is reflected in tftpOperationState. Setting this attribute to - 'execute' when tftpOperationState is not 'inactive' has no effect - on the operational state. - - Under normal operation tftpAdminState should only be set to - 'configure' if tftpOperationState is not 'executing'. If - tftpOperationState is 'executing' then the system may attempt to - abort the current opertion and change the operation state to - 'inactive' or not permitting the set to occur by returning the - snmp error 'inconsistentValue'." - ::= { tftpGroup 6 } - -tftpOperationState OBJECT-TYPE - SYNTAX INTEGER { - inactive(1), - executing(2), - succeeded(3), - localFileProblem(4), - unknownHost(5), - timedOut(6), - remoteFileProblem(7), - otherFailure(8) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value 'executing' reflects a transition of tftpAdminState - from 'configure' to 'execute'. In the 'executing' state, the - TFTP operation identified by the value of tftpOperation shall - begin with the values for the objects tftpServerName, - tftpUserName, tftpRemoteFileName, and tftpLocalFileName. - - When the TFTP operation has completed successfully, the value - of tftpOperation shall be set to 'succeeded'. If the operation - failed, the value shall be set to one of 'localFileProblem', - 'unknownHost', 'timedOut', 'remoteFileProblem', or - 'otherFailure'. - - Any state transition shall result in setting the - tftpOperationStateChange object." - - ::= { tftpGroup 7 } - -tftpOperationStateChange OBJECT-TYPE - SYNTAX TimeStamp - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This is the value of sysUpTime when the value of - tftpOperationState changes." - ::= { tftpGroup 8 } -tftpErrorMessage OBJECT-TYPE - SYNTAX DisplayString(SIZE(0..127)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "An error message giving a brief description of the error if - the tftpOperation did not succeed." - ::= { tftpGroup 9 } -END diff --git a/mibs/SWITCH-MIB b/mibs/SWITCH-MIB deleted file mode 100644 index 67761ed42a..0000000000 --- a/mibs/SWITCH-MIB +++ /dev/null @@ -1,202 +0,0 @@ --- --- --- 01/14/97 - moved DEFAULT keywords to switchProduct.ext file for --- Epilogue compiler --- - -SWITCH-MIB - -DEFINITIONS ::= BEGIN - -IMPORTS - - MODULE-IDENTITY, OBJECT-TYPE FROM SNMPv2-SMI - TEXTUAL-CONVENTION FROM SNMPv2-TC - switchProduct FROM TELESYN-ATI-TC - pPortNumber FROM SWITCH-VLAN-MIB; - - switchProductMib MODULE-IDENTITY - LAST-UPDATED "9701142000Z" - ORGANIZATION "" - CONTACT-INFO "" - DESCRIPTION - "The MIB module for supporting HS150 product specific MIB - objects." - REVISION "9701140800Z" - DESCRIPTION - "Added additional enumerations to uplinkSwitchChassisType." - REVISION "9608222200Z" - DESCRIPTION - "Initial creation." - ::= { switchProduct 1 } - - - uplinkSwitchChassisType OBJECT-TYPE - SYNTAX INTEGER { - modelB(1), - modelB2(2), - modelCplus(3), - modelCminus(4), - modelBFx2(5), - modelFx(6), - modelFx2(7), - modelFxB2(8), - modelBminusFx2(9), - modelCfx(10), - modelCfxCminus(11) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The particular type of Hs150 chassis." - ::= { switchProductMib 1 } - - --- switchModelType is added to support the HS140 & HS150 models --- of the product. This is an add-on object after the original --- MIB was designed. The OID is out of sequence, but this is the --- logical place. - - switchModelType OBJECT-TYPE - SYNTAX INTEGER { - uplinkSwitch(1), - switch(2), - unknown(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The model type of the switch. " - ::= { switchProductMib 3 } - - portMirrorGroup OBJECT IDENTIFIER ::= { switchProductMib 2} - --- The portMirror Group --- --- This group contains the general information regarding the --- configuration of port sniffing feature, aka port mirroring. --- The HS150 can mirror one or more physical ports to another --- port in either direction with selective traffic. --- This feature does not apply to uplink ports or virtual router --- ports. - - PortMirrorStatus ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "A flag to indicate whether a Mirroring feature is activated or - not. In hardware, the 'on' condition corresponds to 1, while the - 'off' condition corresponds to 0. " - SYNTAX INTEGER { - on(1), - off(2) - } - - portMirrorProbePort OBJECT-TYPE - SYNTAX INTEGER (1..32) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The port to which the probe or sniffer is connected. - Port Mirroring is enabled through the portMirrorSrcEnable - and portMirrorDstEnable flag." - ::= { portMirrorGroup 1 } - - portMirrorSrcEnable OBJECT-TYPE - SYNTAX PortMirrorStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "A flag to enable source sniffing at the probe port." - ::= { portMirrorGroup 2 } - - portMirrorDstEnable OBJECT-TYPE - SYNTAX PortMirrorStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "A flag to enable destination sniffing at the probe port." - ::= { portMirrorGroup 3 } - - portMirrorTable OBJECT-TYPE - SYNTAX SEQUENCE OF PortMirrorEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table that contains the ports and type of frames - to be sniffed. This table allows more than one port - to be sniffed at a time." - ::= { portMirrorGroup 4 } - - portMirrorEntry OBJECT-TYPE - SYNTAX PortMirrorEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of information sniffing characteristics - for each physical port." - INDEX { pPortNumber } - ::= { portMirrorTable 1 } - - PortMirrorEntry ::= SEQUENCE { - portMirrorSrcUcastFrames PortMirrorStatus, - portMirrorSrcBMCastFrames PortMirrorStatus, - portMirrorSrcDiscardedFrames PortMirrorStatus, - portMirrorSrcMarkedFrames PortMirrorStatus, - portMirrorDstAllFrames PortMirrorStatus, - portMirrorDstMarkedFrames PortMirrorStatus - } - - portMirrorSrcUcastFrames OBJECT-TYPE - SYNTAX PortMirrorStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "A flag to activate sniffing source unicast frames, - e.g., forwarded unicast frames only." - ::= { portMirrorEntry 1 } - - portMirrorSrcBMCastFrames OBJECT-TYPE - SYNTAX PortMirrorStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "A flag to activate sniffing source broadcast and - multicast frames." - ::= { portMirrorEntry 2 } - - portMirrorSrcDiscardedFrames OBJECT-TYPE - SYNTAX PortMirrorStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "A flag to activate sniffing source frames which were - discarded by the ARL." - ::= { portMirrorEntry 3 } - - portMirrorSrcMarkedFrames OBJECT-TYPE - SYNTAX PortMirrorStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "A flag to activate sniffing source frames which were - marked by the ARL to be sniffed." - ::= { portMirrorEntry 4 } - - portMirrorDstAllFrames OBJECT-TYPE - SYNTAX PortMirrorStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "A flag to activate sniffing of all destination frames." - ::= { portMirrorEntry 5 } - - portMirrorDstMarkedFrames OBJECT-TYPE - SYNTAX PortMirrorStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "A flag to activate sniffing destination frames which were - marked by the ARL to be sniffed." - ::= { portMirrorEntry 6 } - -END diff --git a/mibs/SWITCH-VLAN-MIB b/mibs/SWITCH-VLAN-MIB deleted file mode 100644 index 24b4d67555..0000000000 --- a/mibs/SWITCH-VLAN-MIB +++ /dev/null @@ -1,742 +0,0 @@ -SWITCH-VLAN-MIB -DEFINITIONS ::= BEGIN - IMPORTS - MODULE-IDENTITY, OBJECT-TYPE, IpAddress, - Integer32 FROM SNMPv2-SMI - TEXTUAL-CONVENTION, RowStatus, - DisplayString, MacAddress FROM SNMPv2-TC - InterfaceIndex FROM IF-MIB - vLanModule FROM TELESYN-ATI-TC - ; - -switchVlanMib MODULE-IDENTITY - LAST-UPDATED "9704101600Z" - ORGANIZATION "" - CONTACT-INFO "" - DESCRIPTION - "This module provides definitions for the Hitachi Computer - Products, Network System Group (SWITCH), Virtual LAN (VLAN) MIB." - REVISION "9704101600Z" - DESCRIPTION - "Added additional enumerations to PortFuncCode and - PhyPortMediaTypeCode. - - Clarified the description of vRouterProtocol and added - the object, vRouterRipMode, to vRouterEntry. - - Added a new object, pPortCountersStatus, to PPortEntry. - " - REVISION "9702121600Z" - DESCRIPTION - "Added pPortSpeed to PPortEntry. Corrected the max-access for - pPortMediaType to be read-only." - REVISION "9611071600Z" - DESCRIPTION - "Initial version." - ::= { vLanModule 2 } - - vLanGroup OBJECT IDENTIFIER ::= { switchVlanMib 1 } - vRouterGroup OBJECT IDENTIFIER ::= { switchVlanMib 2 } - physicalPortGroup OBJECT IDENTIFIER ::= { switchVlanMib 3 } - virtualPortGroup OBJECT IDENTIFIER ::= { switchVlanMib 4 } - ipRouteCacheGroup OBJECT IDENTIFIER ::= { switchVlanMib 5 } - - AtmVci ::= TEXTUAL-CONVENTION - DISPLAY-HINT "d" - STATUS current - DESCRIPTION - "ATM VCI." - SYNTAX INTEGER (0..1023) - - VlanAdminStatusCode ::= TEXTUAL-CONVENTION - DISPLAY-HINT "d" - STATUS current - DESCRIPTION - "The administrative status codes" - SYNTAX INTEGER { - disable(1), - enable(2) - } - VlanOperStatusCode ::= TEXTUAL-CONVENTION - DISPLAY-HINT "d" - STATUS current - DESCRIPTION - "The operational status codes" - SYNTAX INTEGER { - down(1), - up(2) - } - VlanMode ::= TEXTUAL-CONVENTION - DISPLAY-HINT "d" - STATUS current - DESCRIPTION - "The VLAN mode." - SYNTAX INTEGER { - unknown(1), - standard(3), - atmCIP(4) - } - PortFuncCode ::= TEXTUAL-CONVENTION - DISPLAY-HINT "d" - STATUS current - DESCRIPTION - "The port function codes" - SYNTAX INTEGER { - unknown(1), - router(2), - bridge(3), - trunk(4), - atmLane(5), - atmMux(6), - cip(7), - pt2Pt(8) - - } - MACLayerCode ::= TEXTUAL-CONVENTION - DISPLAY-HINT "d" - STATUS current - DESCRIPTION - "The MAC layer type for the port." - SYNTAX INTEGER { - unknown(0), - none(1), - ethernet(2), - ieee802d3(3), - ieee802d5(4), - fddi(5) - } - PhyPortMediaTypeCode ::= TEXTUAL-CONVENTION - DISPLAY-HINT "d" - STATUS current - DESCRIPTION - "The media types supported for a port" - SYNTAX INTEGER { - unknown(1), - other(2), - eth10(3), - eth100(4), - tr4(5), - tr16(6), - fddi(7), - cddi(8), - atm25(9), - atm50(10), - ds1(11), - ds3(12), - oc3(13), - oc12(14), - oc48(15), - wan(16), - eth100F(17) - } - vLanTable OBJECT-TYPE - SYNTAX SEQUENCE OF VLanEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of Virtual LAN instances." - ::= { vLanGroup 1 } - vLanEntry OBJECT-TYPE - SYNTAX VLanEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "VLAN entry." - INDEX { vLanNumber } - ::= { vLanTable 1 } - VLanEntry ::= SEQUENCE { - vLanNumber INTEGER, - vLanMembers OCTET STRING, - vLanDescription DisplayString, - vLanAdminStatus VlanAdminStatusCode, - vLanOperStatus VlanOperStatusCode, - vLanMode VlanMode, - vLanRowStatus RowStatus - } - vLanNumber OBJECT-TYPE - SYNTAX INTEGER (1..65535) - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "The VLAN number identifying this instance" - ::= { vLanEntry 1 } - vLanMembers OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(32)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A bitmap structure presenting the virtual ports assigned to - this vLan. Bits are numbered from 1 to 256 starting with the - high order bit of the first octet. Each bit which is set - indicates the virtual port number assigned to the this vlan." - ::= { vLanEntry 2 } - vLanDescription OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..31)) - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Textual description of the VLAN instance." - ::= { vLanEntry 5 } - vLanAdminStatus OBJECT-TYPE - SYNTAX VlanAdminStatusCode - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "The administrative status which can be set by - configuration. 'disable' will disable ALL vPorts - that are connected to this VLAN, 'enable' will enable - all ports" - ::= { vLanEntry 6 } - vLanOperStatus OBJECT-TYPE - SYNTAX VlanOperStatusCode - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Provide operating status of a particular VLAN." - ::= { vLanEntry 7 } - vLanMode OBJECT-TYPE - SYNTAX VlanMode - MAX-ACCESS read-create - STATUS deprecated - DESCRIPTION - "Provides special operating mode setup and status. Currently - this object is used to specify weather the VLAN supports - the standard or ATM CIP connections. This is deprecated - because it is not maintained by system software. " - ::= { vLanEntry 8 } - vLanRowStatus OBJECT-TYPE - SYNTAX RowStatus - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This attribute may only be set to 'createAndGo' and 'delete'. - 'notInService' and 'createAndWait' are not supported." - ::= { vLanEntry 9 } - - - vRouterTable OBJECT-TYPE - SYNTAX SEQUENCE OF VRouterEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of Virtual Router instances." - ::= { vRouterGroup 1 } - vRouterEntry OBJECT-TYPE - SYNTAX VRouterEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A VLAN entry." - INDEX { vLanNumber } - ::= { vRouterTable 1 } - VRouterEntry ::= SEQUENCE { - vRouterProtocol INTEGER, - vRouterIpAddress IpAddress, - vRouterSubNetMask IpAddress, - vRouterBcastAddress IpAddress, - vRouterDescription DisplayString, - vRouterAdminStatus VlanAdminStatusCode, - vRouterOperStatus VlanOperStatusCode, - vRouterRowStatus RowStatus, - vRouterIfIndex InterfaceIndex, - vRouterRipMode INTEGER - } - vRouterProtocol OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This object is used to enable/disable routing protocols. - The value of this object is the logical ORing of each bit - identifying the routing protocol below, where bit 0 is the - low order bit, i.e. 2**0. - ipRip bit 0 - ipEgp bit 1 - ipGgp bit 2 - ipHello bit 3 - ipIs-is bit 4 - ipEs-is bit 5 - ipCiscoIgrp bit 6 - ipBbnSpfIgp bit 7 - ipOspf bit 8 - Setting the appropriate bit enables the protocol (if - supported); clearing the bit, disables the protocol." - DEFVAL { 0 } - ::= { vRouterEntry 1 } - vRouterIpAddress OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "The IP network address for this virtual bridge - instance for the purpose of allowing access from - the external network management system. - This attribute is required for row creation." - ::= { vRouterEntry 2 } - vRouterSubNetMask OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "The IP network subnet mask for this virtual bridge - instance for the purpose of allowing access from the - external network management system. - This attribute is required for row creation." - ::= { vRouterEntry 3 } - vRouterBcastAddress OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "The IP broadcast address for this virtual bridge - instance for the purpose of allowing access from the - external network management system. - This attribute is required for row creation." - ::= { vRouterEntry 4 } - vRouterDescription OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..31)) - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Textual description of the router instance." - ::= { vRouterEntry 5 } - vRouterAdminStatus OBJECT-TYPE - SYNTAX VlanAdminStatusCode - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "The particular routing environment can be enable(2) or - disable(1), its value is determined by the ifAdminStatus of - the interface associated with this router." - ::= { vRouterEntry 6 } - vRouterOperStatus OBJECT-TYPE - SYNTAX VlanOperStatusCode - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Provide operating status of a particular router - environment." - ::= { vRouterEntry 7 } - vRouterRowStatus OBJECT-TYPE - SYNTAX RowStatus - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Only supports 'createAndGo' and 'delete' for set - operation. The vLanEntry instance identified by the - value of the index for this attribute must exist before - a attempting to create an instance of vRouterRowStatus." - ::= { vRouterEntry 8 } - vRouterIfIndex OBJECT-TYPE - SYNTAX InterfaceIndex - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of ifIndex which corresponds to this vRouter - instance." - ::= { vRouterEntry 9 } - vRouterRipMode OBJECT-TYPE - SYNTAX INTEGER { - silent(1), - active(2), - deaf(3), - inactive(4) - } - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "If the value of this object is 'silent', RIP daemon - processes received routing packets and does NOT send - routing packets. If the value of this object is 'active', - RIP sends and receives routing packets." - ::= { vRouterEntry 10 } - - - - - - - pPortTable OBJECT-TYPE - SYNTAX SEQUENCE OF PPortEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of Physical Port instances." - ::= { physicalPortGroup 1 } - pPortEntry OBJECT-TYPE - SYNTAX PPortEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A Physical Port entry." - INDEX { pPortNumber } - ::= { pPortTable 1 } - PPortEntry ::= SEQUENCE { - pPortNumber INTEGER, - pPortMediaType PhyPortMediaTypeCode, - pPortDescription DisplayString, - pPortIfIndex InterfaceIndex, - pPortDuplexity INTEGER, - pPortAutoNegotiate INTEGER, - pPortAdminStatus VlanAdminStatusCode, - pPortOperStatus VlanOperStatusCode, - pPortSpeed Integer32, - pPortCountersStatus INTEGER - } - pPortNumber OBJECT-TYPE - SYNTAX INTEGER (1..256) - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "The phyiscal port number." - ::= { pPortEntry 1 } - pPortMediaType OBJECT-TYPE - SYNTAX PhyPortMediaTypeCode - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The physical media type supported by this physical port." - ::= { pPortEntry 2 } - pPortDescription OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..31)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "A description of the instance of this physical Port." - ::= { pPortEntry 3 } - pPortIfIndex OBJECT-TYPE - SYNTAX InterfaceIndex - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of ifIndex which corresponds to this physical port." - ::= { pPortEntry 4 } - pPortDuplexity OBJECT-TYPE - SYNTAX INTEGER { - halfDuplex(1), - fullDuplex(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The duplexity of this pPort." - ::= { pPortEntry 5 } - pPortAutoNegotiate OBJECT-TYPE - SYNTAX INTEGER { - disable(1), - enable(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Only ports whose pPortMediaType is 'eth100' may support - autonegotiation to determine the portSpeed and pPortDuplexity. - pPortAutoNegotiate is not writeable for ports whose - pPortMediaType is not 'eth100'." - ::= { pPortEntry 6 } - pPortAdminStatus OBJECT-TYPE - SYNTAX VlanAdminStatusCode - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The administrative status of this pPort. Instances for VRouter and - Uplinks (33 and 34) are read-only, the value can be set by ifAdminStatus." - ::= { pPortEntry 7 } - pPortOperStatus OBJECT-TYPE - SYNTAX VlanOperStatusCode - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The operational status of this pPort." - ::= { pPortEntry 8 } - pPortSpeed OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The speed of the port in bits per second (bps). For ports - whose pPortMediaType is 'eth100', and pPortDuplexity has the - value 'disable' pPortSpeed may be writeable." - ::= { pPortEntry 9 } - pPortCountersStatus OBJECT-TYPE - SYNTAX INTEGER { - unknown(0), - enable(1), - disable(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "An object used to enable or disable counters for physical - ports whose pPortMediaType is 'eth10', 'eth100', or 'eth100F'. - In some instances it is not possible to determine the state - of the counters." - ::= { pPortEntry 10 } - pEtherCountersStatus OBJECT-TYPE - SYNTAX INTEGER { - enable(1), - disable(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This Object Globally enables or disables the - Statistics Collection on the Ethernet Ports. " - ::= { physicalPortGroup 2 } - pStatsPollInterval OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This Object is the Time interval in seconds between - Statistics Collection." - ::= { physicalPortGroup 3 } - - - - - vPortTable OBJECT-TYPE - SYNTAX SEQUENCE OF VPortEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of Virtual Port instances." - ::= { virtualPortGroup 1 } - vPortEntry OBJECT-TYPE - SYNTAX VPortEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A Virtual Port entry." - INDEX { vPortNumber } - ::= { vPortTable 1 } - VPortEntry ::= SEQUENCE { - vPortNumber INTEGER, - vPortPhyPort INTEGER, - vPortFuncType PortFuncCode, - vPortVlanNumber INTEGER, - vPortDomain INTEGER, - vPortMACaddress MacAddress, - vPortDefaultMacLayer MACLayerCode, - vPortBridgeMode INTEGER, - vPortSwitchTimer INTEGER, - vPortDescription DisplayString, - vPortAdminStatus VlanAdminStatusCode, - vPortOperStatus VlanOperStatusCode, - vPortIfIndex InterfaceIndex - } - vPortNumber OBJECT-TYPE - SYNTAX INTEGER (1..256) - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A unique number identifies this Virtual Port instance." - ::= { vPortEntry 1 } - vPortPhyPort OBJECT-TYPE - SYNTAX INTEGER (0..256) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The physical port ID this virtual port is mapped to. If the - value is 0, then the virtual port is not associated with a - physical port." - ::= { vPortEntry 2 } - - vPortFuncType OBJECT-TYPE - SYNTAX PortFuncCode - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The function type for this vPort. i.e. router, brige, ATM." - ::= { vPortEntry 3 } - - vPortVlanNumber OBJECT-TYPE - SYNTAX INTEGER (1..65535) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The VLAN that this vPort belongs in." - ::= { vPortEntry 4 } - vPortDomain OBJECT-TYPE - SYNTAX INTEGER (1..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "internal ID identifies the VLAN this vport attached to " - ::= { vPortEntry 5 } - vPortMACaddress OBJECT-TYPE - SYNTAX MacAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The MAC address represented by this Virtual Port." - ::= { vPortEntry 6 } - vPortDefaultMacLayer OBJECT-TYPE - SYNTAX MACLayerCode - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The output MAC layer format that this particular vPort - supports as a default. The value indicates the format - required for output from this vPort." - ::= { vPortEntry 7 } - vPortBridgeMode OBJECT-TYPE - SYNTAX INTEGER { - unknown(1), - autoSwitch(2), - forceBridge(3), - forceSwitch(4) - } - MAX-ACCESS read-write - STATUS deprecated - DESCRIPTION - "A mode of this virtual port for optimization of the bridging - function. In 'autoSwitch' the system determines the best mode." - ::= { vPortEntry 8 } - vPortSwitchTimer OBJECT-TYPE - SYNTAX INTEGER (1..65535) - MAX-ACCESS read-write - STATUS deprecated - DESCRIPTION - "The time out period for a Bridged vPort to convert - to a switch optimized mode in seconds if vPortBridgMode - is set to autoSwitch(1). Setting it to zero will cause - automatic switching between the two modes immediately. - The default is 60 seconds." - ::= { vPortEntry 9 } - vPortDescription OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..31)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "A string to identify the instance of this virtual port." - ::= { vPortEntry 10 } - vPortAdminStatus OBJECT-TYPE - SYNTAX VlanAdminStatusCode - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The administrative status of this virtual port. Its value is - determined by the value of ifAdminStatus associated with this - vPort." - ::= { vPortEntry 11 } - vPortOperStatus OBJECT-TYPE - SYNTAX VlanOperStatusCode - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The operational status of this virtual port. " - ::= { vPortEntry 12 } - vPortIfIndex OBJECT-TYPE - SYNTAX InterfaceIndex - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of ifIndex which corresponds to this virtual port." - ::= { vPortEntry 13 } - - - - - - ipRouteState OBJECT-TYPE - SYNTAX INTEGER { - ipForwarding(1), - ipRouteCacheForward(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "ipRouteState enables or disables RouteCaching" - ::= { ipRouteCacheGroup 1 } - ipRouteCacheTable OBJECT-TYPE - SYNTAX SEQUENCE OF IpRouteCacheEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of IpRouteCache Instances." - ::= { ipRouteCacheGroup 2 } - ipRouteCacheEntry OBJECT-TYPE - SYNTAX IpRouteCacheEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "An IpRouteCache Entry." - INDEX { ipRouteCacheIndex } - ::= { ipRouteCacheTable 1 } - IpRouteCacheEntry ::= SEQUENCE { - ipRouteCacheIndex INTEGER, - ipRouteCacheDstIpAddress IpAddress, - ipRouteCacheSrcIpAddress IpAddress, - ipRouteCacheDstPort INTEGER, - ipRouteCacheSrcPort INTEGER, - ipRouteCacheMedia INTEGER, - ipRouteCacheVPortNumber INTEGER, - ipRouteCacheVCI AtmVci - } - ipRouteCacheIndex OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The Index of the Route Cache entry." - ::= { ipRouteCacheEntry 1 } - ipRouteCacheDstIpAddress OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The Destination IpAddress of the Route." - ::= { ipRouteCacheEntry 2 } - ipRouteCacheSrcIpAddress OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The Source IpAddress of the Route." - ::= { ipRouteCacheEntry 3 } - ipRouteCacheDstPort OBJECT-TYPE - SYNTAX INTEGER (1..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The Destination Port of the Route." - ::= { ipRouteCacheEntry 4 } - ipRouteCacheSrcPort OBJECT-TYPE - SYNTAX INTEGER (1..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The Source Port of the Route." - ::= { ipRouteCacheEntry 5 } - ipRouteCacheMedia OBJECT-TYPE - SYNTAX INTEGER { - unknown (1), - vlan (2), - cip (3), - ptop (4), - csr (5), - fddi (6), - atmtrunk (7), - fdditrunk (8) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The Physical Media on which the destination can reached from the source." - ::= { ipRouteCacheEntry 6 } - ipRouteCacheVPortNumber OBJECT-TYPE - SYNTAX INTEGER (1..256) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The Virtual Port using which the Destination can be reached." - ::= { ipRouteCacheEntry 7 } - ipRouteCacheVCI OBJECT-TYPE - SYNTAX AtmVci - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The VCI on which the destination is reached if the media type is ATM." - ::= { ipRouteCacheEntry 8 } -END diff --git a/mibs/SWL2MGMT-MIB b/mibs/SWL2MGMT-MIB deleted file mode 100644 index 228e2a8014..0000000000 --- a/mibs/SWL2MGMT-MIB +++ /dev/null @@ -1,4711 +0,0 @@ --- SWL2MGMT MIB Ver 0.02 2002/07/30 --- --- --- Add swL2TrafficMgmt --- Modified swL2DevCtrl --- Removed swL2PortStTable --- Removed swL2PortCtrlEntry->swL2PortCtrlBackPressState and --- swL2PortCtrlBMStormthreshold --- Modified swL2MirrorMgmt --- Removed swL2FilterAddrVid --- Modified swL2IGMPCtrlTable --- Removed swL2PriorityMgmt --- Modified swL2TrunkMasterPortIndex MAX-ACCESS read-only to read-write --- Add swL2IGMPCtrState for invalid(4) --- Modified swL2PortInfoType --- Removed swDevInfoFrontPanelLedStatus about RPS and modified its SIZE --- By Tommy Wang --- --- --- SWL2MGMT MIB Ver 0.01 2000/07/03 --- --- --- Removed swL2PortTxPrioQueueCtrlTable --- Modified swL2PortCtrlBMStormPercentage to swL2PortCtrlBMStormthreshold --- By Chrissy Chen - - -SWL2MGMT-MIB DEFINITIONS ::= BEGIN - - IMPORTS - Counter32,Counter64,TimeTicks,NOTIFICATION-TYPE, - MODULE-IDENTITY,OBJECT-TYPE,IpAddress, Unsigned32, Gauge32 - FROM SNMPv2-SMI - MacAddress, RowStatus, TruthValue FROM SNMPv2-TC - privateMgmt FROM SWPRIMGMT-MIB - DisplayString FROM RFC1213-MIB - TRAP-TYPE FROM RFC-1215; - - swL2MgmtMIB MODULE-IDENTITY - LAST-UPDATED "0007150000Z" - ORGANIZATION "enterprise, Inc." - CONTACT-INFO - " Customer Service - - Postal: - - Tel: - - E-mail: " - DESCRIPTION - "The Structure of Layer 2 Network Management Information for the - proprietary enterprise." - ::= { privateMgmt 2 } - - PortList ::= OCTET STRING(SIZE (0..127)) - VlanIndex ::= Unsigned32 - - swL2DevMgmt OBJECT IDENTIFIER ::= { swL2MgmtMIB 1 } - swL2UnitMgmt OBJECT IDENTIFIER ::= { swL2MgmtMIB 2 } - swL2ModuleMgmt OBJECT IDENTIFIER ::= { swL2MgmtMIB 3 } - swL2PortMgmt OBJECT IDENTIFIER ::= { swL2MgmtMIB 4 } --- swL2FdbMgmt OBJECT IDENTIFIER ::= { swL2MgmtMIB 5 } - swL2FilterMgmt OBJECT IDENTIFIER ::= { swL2MgmtMIB 6 } - swL2VlanMgmt OBJECT IDENTIFIER ::= { swL2MgmtMIB 7 } - swL2TrunkMgmt OBJECT IDENTIFIER ::= { swL2MgmtMIB 8 } - swL2MirrorMgmt OBJECT IDENTIFIER ::= { swL2MgmtMIB 9 } - swL2IGMPMgmt OBJECT IDENTIFIER ::= { swL2MgmtMIB 10 } --- swL2PriorityMgmt OBJECT IDENTIFIER ::= { swL2MgmtMIB 11 } - swL2TrafficMgmt OBJECT IDENTIFIER ::= { swL2MgmtMIB 12 } - swL2QosMgmt OBJECT IDENTIFIER ::= { swL2MgmtMIB 13 } - swL2MgmtMIBTraps OBJECT IDENTIFIER ::= { swL2MgmtMIB 14 } - swL2StormCtrlMgmt OBJECT IDENTIFIER ::= { swL2MgmtMIB 15 } - swL2ACLQosMgmt OBJECT IDENTIFIER ::= { swL2MgmtMIB 16 } - swL2MgmtPortMgmt OBJECT IDENTIFIER ::= { swL2MgmtMIB 17 } - --- ******************************************************************** --- swL2DevMgmt OBJECT IDENTIFIER ::= { swL2MgmtMIB 1 } --- ******************************************************************** - - swL2DevInfo OBJECT IDENTIFIER ::= { swL2DevMgmt 1 } - - swDevInfoSystemUpTime OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of sysUpTime at the time the switch entered its - current operational state. If the current state was entered - prior to the last re-initialization, then this object contains - a zero value. This value is in units of seconds." - ::= { swL2DevInfo 1 } - - swDevInfoTotalNumOfPort OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of ports within this switch. This value is the sum - of the ports within this switch." - ::= { swL2DevInfo 2 } - - swDevInfoNumOfPortInUse OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of ports in this switch connected to the segment or - the end stations." - ::= { swL2DevInfo 3 } - - swDevInfoConsoleInUse OBJECT-TYPE - SYNTAX INTEGER { - other(1), - in-use(2), - not-in-use(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This usage indication of console system." - ::= { swL2DevInfo 4 } - - swDevInfoFrontPanelLedStatus OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (0..324)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object is a set of system LED indications. The first three - octets is defined as system LED. The first LED is primary power - LED. The second LED is redundant power LED. The third LED is - console LED. The other octets following the second octets are - the logical port LED (following dot1dBasePort ordering). Every - two bytes are presented to a port. The first byte is presentd to - the Link/Activity LED. The second byte is presented to the Speed - LED. - - Link/Activity LED : - The most significant bit is used for blink/solid: - 8 = The LED blinks. - - The second significant bit is used for link status: - 1 = link fail. - 2 = link pass. - - Speed LED : - 01 = 10Mbps. - 02 = 100Mbps. - 03 = 1000Mbps. - - The four remaining bits are currently unused and must be 0." - ::= { swL2DevInfo 5 } - - swL2DevCtrlUpDownloadState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - in-process(2), - invalid-file(3), - violation(4), - file-not-found(5), - disk-full(6), - complete(7), - time-out(8), - tftp-establish-fail(9) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "status of upload/download control. If the value is 'other', - means never firmware updated since device started up." - ::= { swL2DevInfo 6 } - - swDevInfoSaveCfg OBJECT-TYPE - SYNTAX INTEGER { - other(1), - proceeding(2), - ready(3), - failed(4) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates the status of the device configuration. - - other(1) - this entry is currently in use but the conditions - under which it will remain so are different from each - of the following values. - proceeding(2) - the device configuration is saving into the - NV-RAM. - ready(3) ¡V the device configuration has been ready to save into - NV-RAM. - failed(4) - The processing of saving device configuration is - failed." - ::= { swL2DevInfo 7 } - - -- *************************************************** - swL2DevCtrl OBJECT IDENTIFIER ::= { swL2DevMgmt 2 } - - swL2DevCtrlStpState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object can be enabled or disabled spanning tree algorithm - during runtime of the system." - ::= { swL2DevCtrl 1 } - - swL2DevCtrlIGMPSnooping OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates layer 2 Internet Group Management - Protocol (IGMP) capture function is enabled or disabled." - ::= { swL2DevCtrl 2 } - - swL2DevCtrlRmonState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object can be enabled or disabled RMON." - ::= { swL2DevCtrl 3 } - --- swL2DevCtrlBcastStormCtrl OBJECT-TYPE --- SYNTAX INTEGER { --- other(1), --- disabled(2), --- enabled(3) --- } --- MAX-ACCESS read-write --- STATUS current --- DESCRIPTION --- "This object indicates broadcast storm control function is --- enabled or disabled. The swL2PortCtrlBMStormPercentage object --- will descript the detail about the storm control." --- ::= { swL2DevCtrl 3 } - --- swL2DevCtrlMcastStormCtrl OBJECT-TYPE --- SYNTAX INTEGER { --- other(1), --- disabled(2), --- enabled(3) --- } --- MAX-ACCESS read-write --- STATUS current --- DESCRIPTION --- "This object indicates multicast storm control function is --- enabled or disabled. The swL2PortCtrlBMStormPercentage object --- will descript the detail about the storm control." --- ::= { swL2DevCtrl 4 } - --- swL2DevCtrlProtoCapability OBJECT-TYPE --- SYNTAX INTEGER { --- other(1), --- layer2-default(2), --- layer2-ieee8021q(3), --- layer3-ip-ipx-default-routing(4), --- layer3-ip-ipx-ieee8021q-routing(5), --- layer3-ip-ipx-switching(6) --- } --- MAX-ACCESS read-write --- STATUS current --- DESCRIPTION --- "This object control which protocol capability will be enable --- (or disable) when the switch hub restart at the startup (power --- on) or warm start. To change the value will immediately restart --- the device." --- ::= { swL2DevCtrl 3 } --- Multiple define with agent mib in mgmt.mib - - swL2DevCtrlUpDownloadImageFileName OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..64)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The name of the image file to be uploaded/Downloaded from the - device to TFTP server when enabling image upload/download - function (by writing swL2DevCtrlUpDownloadImage)." - ::= { swL2DevCtrl 4 } - - swL2DevCtrlUpDownloadImageSourceAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The ip address where been uploaded/Downloaded image file." - ::= { swL2DevCtrl 5 } - - swL2DevCtrlUpDownloadImage OBJECT-TYPE - SYNTAX INTEGER { - other(1), - upload(2), - download(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Image file upload/download control. After setting, it will - immediately invoke image upload/download function. While - retrieving the value of this object, it always returns 'other' - normally." - ::= { swL2DevCtrl 6 } - - swL2DevCtrlSaveCfg OBJECT-TYPE - SYNTAX INTEGER { - normal(1), - active(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "As the object is set to active, the current device - configuration is save into to NV-RAM.If set to normal, do - nothing." - ::= { swL2DevCtrl 7 } - - swL2DevCtrlCleanAllStatisticCounter OBJECT-TYPE - SYNTAX INTEGER { - normal(1), - active(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "As the object is set to active, all the statistic counters will - be cleared. If set to normal, do nothing." - ::= { swL2DevCtrl 8 } - - swL2DevCtrlStpForwardBPDU OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object allow the forwarding of STP BPDU packets from other - network device or not when STP is disabled on the device." - ::= { swL2DevCtrl 9 } - - -- *************************************************** - swL2DevAlarm OBJECT IDENTIFIER ::= { swL2DevMgmt 3 } - - swL2DevAlarmNewRoot OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "When the device has become the new root of the Spanning Tree, - this object decide whether to send a new root trap." - ::= { swL2DevAlarm 1 } - - swL2DevAlarmTopologyChange OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object determine to send a trap or not when the switch - topology was changed. If the object is enabled(3), - the topologyChange trap is sent by the device when any of its - configured ports transitions from the Learning state to the - Forwarding state, or from the Forwarding state to the Blocking - state. For the same port tranition, the device doesn't send the - trap if this object value is disabled or other." - ::= { swL2DevAlarm 2 } - - swL2DevAlarmLinkChange OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object determine to send a trap or not when the link - was changed. If the object is enabled(3), the Link Change - trap is sent by the device when any of its ports link change. - The device doesn't send the trap if this object value is - disabled or other." - ::= { swL2DevAlarm 3 } - --- ******************************************************************** --- swL2UnitMgmt OBJECT IDENTIFIER ::= { swL2MgmtMIB 2 } --- ******************************************************************** - - swL2UnitCtrl OBJECT IDENTIFIER ::= { swL2UnitMgmt 1 } - --- swL2UnitCtrlTable OBJECT-TYPE --- SYNTAX SEQUENCE OF SwL2UnitCtrlEntry --- MAX-ACCESS not-accessible --- STATUS current --- DESCRIPTION --- "A table that contains control information about every unit." --- ::= { swL2UnitCtrl 1 } --- --- swL2UnitCtrlEntry OBJECT-TYPE --- SYNTAX SwL2UnitCtrlEntry --- MAX-ACCESS not-accessible --- STATUS current --- DESCRIPTION --- "A list of control information for each unit of the device." --- INDEX { swL2UnitCtrlUnitIndex } --- ::= { swL2UnitCtrlTable 1 } --- --- SwL2UnitCtrlEntry ::= --- SEQUENCE { --- swL2UnitCtrlUnitIndex --- INTEGER, --- swL2UnitCtrlSwFileName --- DisplayString, --- swL2UnitCtrlSwUpdateCtrl --- INTEGER --- } --- --- swL2UnitCtrlUnitIndex OBJECT-TYPE --- SYNTAX INTEGER --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This object indicates the unit number.(1..Max unit number)" --- ::= { swL2UnitCtrlEntry 1 } --- --- swL2UnitCtrlSwFileName OBJECT-TYPE --- SYNTAX DisplayString (SIZE (0..64)) --- MAX-ACCESS read-write --- STATUS current --- DESCRIPTION --- "The name of the firmware file to be downloaded from the TFTP --- server to the unit when enabling image upload function (by --- writing swL2UnitCtrlSwUpdateCtrl object)." --- ::= { swL2UnitCtrlEntry 2 } --- --- swL2UnitCtrlSwUpdateCtrl OBJECT-TYPE --- SYNTAX INTEGER { --- normal(1), --- active(2) --- } --- MAX-ACCESS read-write --- STATUS current --- DESCRIPTION --- "Image file download control. As the object is set to active, --- it will immediately invoke firmware download function, and --- if set to normal, do nothing." --- ::= { swL2UnitCtrlEntry 3 } - --- ******************************************************************** --- swL2PortMgmt OBJECT IDENTIFIER ::= { swL2MgmtMIB 4 } --- ******************************************************************** - - swL2PortInfoTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL2PortInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table that contains information about every port." - ::= { swL2PortMgmt 1 } - - swL2PortInfoEntry OBJECT-TYPE - SYNTAX SwL2PortInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of information for each port of the device." - INDEX { swL2PortInfoPortIndex } - ::= { swL2PortInfoTable 1 } - - SwL2PortInfoEntry ::= - SEQUENCE { - swL2PortInfoPortIndex - INTEGER, - swL2PortInfoUnitIndex - INTEGER, - swL2PortInfoType - INTEGER, - swL2PortInfoLinkStatus - INTEGER, - swL2PortInfoNwayStatus - INTEGER - } - - swL2PortInfoPortIndex OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates the module's port number.(1..Max port - number in the module)" - ::= { swL2PortInfoEntry 1 } - - swL2PortInfoUnitIndex OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Indicates ID of the unit in the device" - ::= { swL2PortInfoEntry 2 } - - swL2PortInfoType OBJECT-TYPE - SYNTAX INTEGER { - other(1), - portType-100Base-TX(2), - portType-100Base-FX(3), - portType-100Base-FL(4), - portType-1000Base-T(5), - portType-1000Base-SX(6), - portType-1000Base-LX(7), - portType-1000Base-GBIC-SX(8), - portType-1000Base-GBIC-LX(9), - portType-1000Base-GBIC-CWDM(10), - portType-1000Base-GBIC-XD(11), - portType-1000Base-GBIC-ZX(12), - portType-1000Base-GBIC-COPPER(13), - portType-1000Base-GBIC-OTHER(14) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates the connector type of this port." - ::= { swL2PortInfoEntry 3 } - - swL2PortInfoLinkStatus OBJECT-TYPE - SYNTAX INTEGER { - other(1), - link-pass(2), - link-fail(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates the port link status." - ::= { swL2PortInfoEntry 4 } - - swL2PortInfoNwayStatus OBJECT-TYPE - SYNTAX INTEGER { - other(1), - auto(2), - half-10Mbps(3), - full-10Mbps(4), - half-100Mbps(5), - full-100Mbps(6), - half-1Gigabps(7), - full-1Gigabps(8) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates the port speed and duplex mode." - ::= { swL2PortInfoEntry 5 } - - - -- ******************************************************* - - swL2PortCtrlTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL2PortCtrlEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table that contains control information about every port." - ::= { swL2PortMgmt 2 } - - swL2PortCtrlEntry OBJECT-TYPE - SYNTAX SwL2PortCtrlEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of control information for each port of the device." - INDEX { swL2PortCtrlPortIndex } - ::= { swL2PortCtrlTable 1 } - - SwL2PortCtrlEntry ::= - SEQUENCE { - swL2PortCtrlPortIndex - INTEGER, - swL2PortCtrlUnitIndex - INTEGER, - swL2PortCtrlAdminState - INTEGER, - swL2PortCtrlNwayState - INTEGER, - swL2PortCtrlFlowCtrlState - INTEGER, --- swL2PortCtrlBackPressState --- INTEGER, --- swL2PortCtrlBMStormthreshold --- INTEGER, - swL2PortCtrlAddressLearningState - INTEGER - } - - swL2PortCtrlPortIndex OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates the module's port number.(1..Max port - number in the module)" - ::= { swL2PortCtrlEntry 1 } - - swL2PortCtrlUnitIndex OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Indicates ID of the unit in the device" - ::= { swL2PortCtrlEntry 2 } - - swL2PortCtrlAdminState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object decide the port enabled or disabled." - ::= { swL2PortCtrlEntry 3 } - - swL2PortCtrlNwayState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - nway-enabled(2), - nway-disabled-10Mbps-Half(3), - nway-disabled-10Mbps-Full(4), - nway-disabled-100Mbps-Half(5), - nway-disabled-100Mbps-Full(6), - nway-disabled-1Gigabps-Full(7) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Chose the port speed, duplex mode, and N-Way function mode." - ::= { swL2PortCtrlEntry 4 } - - swL2PortCtrlFlowCtrlState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The flow control mechanism is different between full duplex - mode and half duplex mode. For half duplex mode, the jamming - signal is asserted. For full duplex mode, IEEE 802.3x flow - control function sends PAUSE frames and receives PAUSE frames." - ::= { swL2PortCtrlEntry 5 } - --- swL2PortCtrlBackPressState OBJECT-TYPE --- SYNTAX INTEGER { --- other(1), --- disabled(2), --- enabled(3) --- } --- MAX-ACCESS read-write --- STATUS current --- DESCRIPTION --- "Depending on this object determine to enable or disable the --- backpressure function when the port is working in half duplex --- mode." --- ::= { swL2PortCtrlEntry 7 } - --- swL2PortCtrlBMStormthreshold OBJECT-TYPE --- SYNTAX INTEGER (0..255) --- MAX-ACCESS read-write --- STATUS current --- DESCRIPTION --- "This object to decide how much thousand packets per second --- broadcast/multicast (depend on swL2DevCtrlBcastStormCtrl or --- swL2DevCtrlMcastStormCtrl objects whether is enabled) will --- active storm control. Whenever a port reaches its configured --- amount of packets in the one second time interval, the device --- will start dropping that type of packet, until the time --- interval has expired. Once the time interval has expired, the --- device will start forwarding that type of packet." --- ::= { swL2PortCtrlEntry 8 } - - swL2PortCtrlAddressLearningState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object decide the address learning state on this port is - enabled or disabled." - ::= { swL2PortCtrlEntry 6 } - - -- ******************************************************* - swL2PortUtilTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL2PortUtilEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table that contains information of utilization about every - port." - ::= { swL2PortMgmt 3 } - - swL2PortUtilEntry OBJECT-TYPE - SYNTAX SwL2PortUtilEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of information of utilization for each port of the device." - INDEX { swL2PortUtilPortIndex } - ::= { swL2PortUtilTable 1 } - - SwL2PortUtilEntry ::= - SEQUENCE { - swL2PortUtilPortIndex - INTEGER, - swL2PortUtilTxSec - Gauge32, - swL2PortUtilRxSec - Gauge32, - swL2PortUtilUtilization - INTEGER - } - - swL2PortUtilPortIndex OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates the module's port number.(1..Max port - number in the module)" - ::= { swL2PortUtilEntry 1 } - - swL2PortUtilTxSec OBJECT-TYPE - SYNTAX Gauge32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Indicates how many packets transmitted per second." - ::= { swL2PortUtilEntry 2 } - - swL2PortUtilRxSec OBJECT-TYPE - SYNTAX Gauge32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Indicates how many packets received per second." - ::= { swL2PortUtilEntry 3 } - - swL2PortUtilUtilization OBJECT-TYPE - SYNTAX INTEGER (0..100) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates the port utilization." - ::= { swL2PortUtilEntry 4 } - - - -- ****************************************************** - --- swL2PortStTable OBJECT-TYPE --- SYNTAX SEQUENCE OF SwL2PortStEntry --- MAX-ACCESS not-accessible --- STATUS current --- DESCRIPTION --- "A list of port statistic Counter entries." --- ::= { swL2PortMgmt 3 } - --- swL2PortStEntry OBJECT-TYPE --- SYNTAX SwL2PortStEntry --- MAX-ACCESS not-accessible --- STATUS current --- DESCRIPTION --- "This entry include all the port statistic Counter which --- support by the device, like Bytes received, Bytes Sent ..." --- INDEX { swL2PortStUnitIndex, swL2PortStModuleIndex, --- swL2PortStPortlndex } --- ::= { swL2PortStTable 1 } - --- swL2PortStEntry ::= --- SEQUENCE { --- swL2PortStUnitIndex --- INTEGER, --- swL2PortStModuleIndex --- INTEGER, --- swL2PortStPortIndex --- INTEGER, --- swL2PortStRxBytes --- Counter32, --- swL2PortStRxPkts --- Counter32, --- swL2PortStRxCRCErrorPkts --- Counter32, --- swL2PortStRxVlanDetected --- Counter32, --- swL2PortStRxMcastPkts --- Counter32, --- swL2PortStRxBcastPkts --- Counter32, --- swL2PortStRxUndersizePkts --- Counter32, --- swL2PortStRxOversizePkts --- Counter32, --- swL2PortStRxFragmentsPkts --- Counter32, --- swL2PortStRxJabbersPkts --- Counter32, --- swL2PortStRx64OctsPkts --- Counter32, --- swL2PortStRx65To127OctsPkts --- Counter32, --- swL2PortStRx128To255OctsPkts --- Counter32, --- swL2PortStRx256To511OctsPkts --- Counter32, --- swL2PortStRx512To1023OctsPkts --- Counter32, --- swL2PortStRx1024To1518OctsPkts --- Counter32, --- swL2PortStTxBytes --- Counter32, --- swL2PortStTxTotalBytes --- Counter32, --- swL2PortStTxPkts --- Counter32, --- swL2PortStTxExDeferPkts --- Counter32, --- swL2PortStTxGiantPkts --- Counter32, --- swL2PortStTxUnderRunPkts --- Counter32, --- swL2PortStTxCRCErrorPkts --- Counter32, --- swL2PortStTxLenCheckErrorPkts --- Counter32, --- swL2PortStTxLenOutRangePkts --- Counter32, --- swL2PortStTxLateCollPkts --- Counter32, --- swL2PortStTxExCollPkts --- Counter32, --- swL2PortStTxSingleCollPkts --- Counter32, --- swL2PortStTxCollPkts --- Counter32, --- swL2PortStRxDropPkts --- Counter32, --- swL2PortStRxLocalDropPkts --- Counter32, --- swL2PortStHCRxBytes --- Counter64, --- swL2PortStHCRxPkts --- Counter64, --- swL2PortStHCTxBytes --- Counter64, --- swL2PortStHCTxPkts --- Counter64 --- } - --- swL2PortStUnitIndex OBJECT-TYPE --- SYNTAX INTEGER (0..65535) --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This object indicates ID of the unit in the device" --- ::= { swL2PortStEntry 1 } - --- swL2PortStModuleIndex OBJECT-TYPE --- SYNTAX INTEGER (0..65535) --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This object indicates ID of the module on the unit.(1..Max --- module number in the unit)" --- ::= { swL2PortStEntry 2 } - --- swL2PortStPortlndex OBJECT-TYPE --- SYNTAX INTEGER (0..65535) --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This object indicates the module's port number.(1..Max port --- number in the module)" --- ::= { swL2PortStEntry 3 } - --- swL2PortStRxBytes OBJECT-TYPE --- SYNTAX Counter32 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This counter is incremented once for every data octet of good --- packets received." --- ::= { swL2PortStEntry 4 } - --- swL2PortStRxPkts OBJECT-TYPE --- SYNTAX Counter32 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This counter is incremented once for every received good --- packet." --- ::= { swL2PortStEntry 5 } - --- swL2PortStRxCRCErrorPkts OBJECT-TYPE --- SYNTAX Counter32 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This counter is incremented once for every received packet --- which has invalid CRC." --- ::= { swL2PortStEntry 6 } - --- swL2PortStRxVlanDetected OBJECT-TYPE --- SYNTAX Counter32 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This counter is incremented once for every received packet --- which has differ Vlan ID." --- ::= { swL2PortStEntry 7 } - --- swL2PortStRxMcastPkts OBJECT-TYPE --- SYNTAX Counter32 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This counter is incremented once for every received packet --- which has multicast destination MAC address." --- ::= { swL2PortStEntry 8 } - --- swL2PortStRxBcastPkts OBJECT-TYPE --- SYNTAX Counter32 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This counter is incremented once for every received packet --- which has broadcast destination MAC address (0xFFFFFFFFFFFF)." --- ::= { swL2PortStEntry 9 } - --- swL2PortStRxUndersizePkts OBJECT-TYPE --- SYNTAX Counter32 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This counter is incremented once for every received packet --- which meets any one the following conditions: --- 1.Receive byte count < 64 bytes and not CRC error. --- 2.Receive byte count < 68 bytes and tag packet and not CRC --- error." --- ::= { swL2PortStEntry 10 } - - --- swL2PortStRxOversizePkts OBJECT-TYPE --- SYNTAX Counter32 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This counter is incremented once for every received packet --- which meets any one the following conditions: --- 1.Receive byte count >1518. --- 2.Receive byte count > 1522 and tag packet." --- ::= { swL2PortStEntry 11 } - --- swL2PortStRxFragmentsPkts OBJECT-TYPE --- SYNTAX Counter32 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This counter is incremented once for every received packet --- which meets any one the following conditions: --- 1.Receive byte count < 64 bytes and CRC error. --- 2.Receive byte count < 68 bytes and tag packet and CRC error." --- ::= { swL2PortStEntry 12 } - --- swL2PortStRxJabbersPkts OBJECT-TYPE --- SYNTAX Counter32 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This counter is incremented once for every received packet --- which meets any one the following conditions: --- 1.Receive byte count > 1518 and CRC error. --- 2.Receive byte count > 1522 bytes and tag packet and CRC --- error." --- ::= { swL2PortStEntry 13 } - --- swL2PortStRx64OctsPkts OBJECT-TYPE --- SYNTAX Counter32 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This counter is incremented once for every received packet --- with size of 64 bytes." --- ::= { swL2PortStEntry 14 } - --- swL2PortStRx65To127OctsPkts OBJECT-TYPE --- SYNTAX Counter32 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This counter is incremented once for every received packet --- with size of 65 to 127 bytes." --- ::= { swL2PortStEntry 15 } - --- swL2PortStRx128To255OctsPkts OBJECT-TYPE --- SYNTAX Counter32 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This counter is incremented once for every received packet --- with size of 128 to 255 bytes." --- ::= { swL2PortStEntry 16 } - --- swL2PortStRx256To511OctsPkts OBJECT-TYPE --- SYNTAX Counter32 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This counter is incremented once for every received packet --- with size of 256 to 511 bytes." --- ::= { swL2PortStEntry 17 } - --- swL2PortStRx512To1023OctsPkts OBJECT-TYPE --- SYNTAX Counter32 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This counter is incremented once for every received packet --- with size of 512 to 1023 bytes." --- ::= { swL2PortStEntry 18 } - --- swL2PortStRx1024To1518OctsPkts OBJECT-TYPE --- SYNTAX Counter32 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This counter is incremented once for every received packet --- with size of 1024 to 1536 bytes." --- ::= { swL2PortStEntry 19 } - --- swL2PortStTxBytes OBJECT-TYPE --- SYNTAX Counter32 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This counter is incremented once for every data octet of a --- transmitted good packet." --- ::= { swL2PortStEntry 20 } - --- swL2PortStTxTotalBytes OBJECT-TYPE --- SYNTAX Counter32 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This counter is incremented once for every data octet of a --- transmitted packet. This counter includes rejected transmitted --- packets." --- ::= { swL2PortStEntry 21 } - --- swL2PortStTxPkts OBJECT-TYPE --- SYNTAX Counter32 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This counter is incremented once for every transmitted good --- packet." --- ::= { swL2PortStEntry 22 } - --- swL2PortStTxExDeferPkts OBJECT-TYPE --- SYNTAX Counter32 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This counter is incremented once for every transmitted packet --- which excessive defer." --- ::= { swL2PortStEntry 23 } - --- swL2PortStTxGiantPkts OBJECT-TYPE --- SYNTAX Counter32 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This counter is incremented once for every transmitted packet --- which transmit giant." --- ::= { swL2PortStEntry 24 } - --- swL2PortStTxUnderRunPkts OBJECT-TYPE --- SYNTAX Counter32 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This counter is incremented once for every transmitted packet --- which transmit under run." --- ::= { swL2PortStEntry 25 } - --- swL2PortStTxCRCErrorPkts OBJECT-TYPE --- SYNTAX Counter32 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This counter is incremented once for every transmitted packet --- which has invalid CRC." --- ::= { swL2PortStEntry 26 } - --- swL2PortStTxLenCheckErrorPkts OBJECT-TYPE --- SYNTAX Counter32 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This counter is incremented once for every transmitted packet --- which has error length." --- ::= { swL2PortStEntry 27 } - --- swL2PortStTxLenOutRangePkts OBJECT-TYPE --- SYNTAX Counter32 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This counter is incremented once for every transmitted packet --- which has length out of range." --- ::= { swL2PortStEntry 28 } - --- swL2PortStTxLateCollPkts OBJECT-TYPE --- SYNTAX Counter32 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This counter is incremented once for every transmitted packet --- which has transmit late collision." --- ::= { swL2PortStEntry 29 } - --- swL2PortStTxExCollPkts OBJECT-TYPE --- SYNTAX Counter32 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This counter is incremented once for every transmitted packet --- which has transmit excessive collision." --- ::= { swL2PortStEntry 30 } - --- swL2PortStTxSingleCollPkts OBJECT-TYPE --- SYNTAX Counter32 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This counter is incremented once for every transmitted packet --- which has transmit collision count = 1." --- ::= { swL2PortStEntry 31 } - --- swL2PortStTxCollPkts OBJECT-TYPE --- SYNTAX Counter32 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This counter is incremented once for every transmitted packet --- which has transmit collision." --- ::= { swL2PortStEntry 32 } - --- swL2PortStRxDropPkts OBJECT-TYPE --- SYNTAX Counter32 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This counter is incremented once for every received packet --- which has dropped for any reason." --- ::= { swL2PortStEntry 33 } - --- swL2PortStRxLocalDropPkts OBJECT-TYPE --- SYNTAX Counter32 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This counter is incremented once for every received packet --- which local has dropped for any reason." --- ::= { swL2PortStEntry 34 } - --- swL2PortStHCRxBytes OBJECT-TYPE --- SYNTAX Counter64 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This high capability (64 bit) counter is incremented once for --- every data octet of good packets received." --- ::= { swL2PortStEntry 35 } - --- swL2PortStHCRxPkts OBJECT-TYPE --- SYNTAX Counter64 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This high capability (64 bit) counter is incremented once for --- every received good packet." --- ::= { swL2PortStEntry 36 } - --- swL2PortStHCTxBytes OBJECT-TYPE --- SYNTAX Counter64 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This high capability (64 bit) counter is incremented once for --- every data octet of a transmitted good packet." --- ::= { swL2PortStEntry 37 } - --- swL2PortStHCTxPkts OBJECT-TYPE --- SYNTAX Counter64 --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This high capability (64 bit) counter is incremented once for --- every transmitted good packet." --- ::= { swL2PortStEntry 38 } - --- ******************************************************************** --- swL2FdbMgmt OBJECT IDENTIFIER ::= { swL2MgmtMIB 5 } --- ******************************************************************** --- --- swL2McastFdbStaticMaxSupportedEntries OBJECT-TYPE --- SYNTAX INTEGER (0..65535) --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "Maximum number of entries in the static multicast forwarding --- table (swL2McastFdbStaticTable) ." --- ::= { swL2FdbMgmt 1 } --- --- swL2McastFdbStaticCurrentTotalEntries OBJECT-TYPE --- SYNTAX INTEGER (0..65535) --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "Current exist number of entries in the static multicast --- forwarding table." --- ::= { swL2FdbMgmt 2 } --- --- swL2McastFdbStaticTable OBJECT-TYPE --- SYNTAX SEQUENCE OF SwL2McastFdbStaticEntry --- MAX-ACCESS not-accessible --- STATUS current --- DESCRIPTION --- "This table defines for frames with specific multicast --- destination MAC address, the set of ports that the frame will --- be forwarded to. Note that the priority of FDB table entries --- is lower than Filtering Table, i.e. if there is a table hash --- collision between the entries of FDB Table and Filtering Table --- inside the switch H/W address table, then Filtering Table --- entry overwrite the colliding entry of FDB Table." --- ::= { swL2FdbMgmt 3 } --- --- swL2McastFdbStaticEntry OBJECT-TYPE --- SYNTAX SwL2McastFdbStaticEntry --- MAX-ACCESS not-accessible --- STATUS current --- DESCRIPTION --- "A list of information specifies which ports the frames with --- specific multicast destination MAC address to go." --- INDEX { swL2McastFdbStaticAddress } --- ::= { swL2McastFdbStaticTable 1 } --- --- SwL2McastFdbStaticEntry ::= --- SEQUENCE { --- swL2McastFdbStaticAddress --- MacAddress, --- swL2McastFdbStaticPortMap --- PortList, --- swL2McastFdbStaticJoinIGMP --- INTEGER, --- swL2McastFdbStaticState --- INTEGER, --- swL2McastFdbStaticstatus --- INTEGER --- } --- --- swL2McastFdbStaticAddress OBJECT-TYPE --- SYNTAX MacAddress --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "The destination MAC address in a frame to which this entry's --- forwarding information applies . This object only can take the --- value of the multicast address." --- ::= { swL2McastFdbStaticEntry 1 } --- --- swL2McastFdbStaticPortMap OBJECT-TYPE --- SYNTAX PortList --- MAX-ACCESS read-write --- STATUS current --- DESCRIPTION --- "The set of ports to which frames received from a specific --- port and destined for a specific MAC address, are allowed to --- be forwarded. Each octet within the value of this object --- specifies a set of eight ports, with the first octet --- specifying ports 1 through 8, the second octet specifying --- ports 9 through 16, etc. Within each octet, the most --- significant bit represents the lowest numbered port, and the --- least significant bit represents the highest numbered port. --- Thus, each port of the switch is represented by a single bit --- within the value of this object. If that bit has a value of --- '1' then that port is included in the set of ports; the port --- is not included if its bit has a value of '0'. (Note that the --- setting of the bit corresponding to the port from which a --- frame is received is irrelevant). The 4 octets is represent --- one unit port according its logic port. If the unit less 32 --- port , the other port don't care just fill zero." --- ::= { swL2McastFdbStaticEntry 2 } --- --- swL2McastFdbStaticJoinIGMP OBJECT-TYPE --- SYNTAX INTEGER { --- other(1), --- disabled(2), --- enabled(3) --- } --- MAX-ACCESS read-write --- STATUS current --- DESCRIPTION --- "This object indicates whether to allow ports to join/leave --- IGMP group via IGMP Snooping. --- --- For a multicast address entry, port group could be classified --- into two catelogies : one is static and another is dynamic. In --- static port group, port members is defined statically by user, --- and dynamic port group allows a port member to join/leave the --- membership dynamically, according to IGMP report/leave --- messages. When this object is set to 'enabled', it allows --- dynamic port group updated for the multicast address entry as --- well as static port group. When it is set to 'disabled', --- dynamic port member join/leave is disabled, but static port --- group is not affected. --- --- This object is only vaild for multicast address indicated by --- swFdbStaticAddressIndex. --- --- other(1) - this entry is currently in use but the conditions --- under which it will remain so are different from each of --- the following values. --- disabled(2) - this entry doesn't allow dynamic updates via --- IGMP Snooping. This is a default setting. --- enabled(3) - this entry allow dynamic updates via IGMP --- Snooping." --- ::= { swL2McastFdbStaticEntry 3 } --- --- swL2McastFdbStaticState OBJECT-TYPE --- SYNTAX INTEGER { --- other(1), --- invalid(2), --- valid(3) --- } --- MAX-ACCESS read-write --- STATUS current --- DESCRIPTION --- "This object indicates the status of this entry. --- --- other(1) - this entry is currently in use but the conditions --- under which it will remain so are different from each of --- the following values. --- invalid(2) - writing this value to the object, and then the --- corresponding entry will be removed from the table. --- valid(3) - this entry is reside in the table." --- ::= { swL2McastFdbStaticEntry 4 } --- --- swL2McastFdbStaticstatus OBJECT-TYPE --- SYNTAX INTEGER { --- other(1), --- apply(2), --- not-apply(3) --- } --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This object indicates the status of this entry . --- --- other(1) - this entry is currently in use but the conditions --- under which it will remain so are different from each of --- the following values. --- apply(2) - this entry is currently in use and reside in the --- table. --- not-apply(3) - this entry is reside in the table but currently --- not in use due to conflict with other table." --- ::= { swL2McastFdbStaticEntry 5 } --- --- ******************************************************************** --- swL2FilterMgmt OBJECT IDENTIFIER ::= { swL2MgmtMIB 6 } --- ******************************************************************** - - swL2FilterAddrConfig OBJECT IDENTIFIER ::= { swL2FilterMgmt 1 } - - swL2FilterAddrMaxSupportedEntries OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Maximum number of entries in the MAC address filtering table - (swL2FilterAddrCtrlTable)." - ::= { swL2FilterAddrConfig 1 } - - swL2FilterAddrCurrentTotalEntries OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Current applied number of entries in the MAC address filtering - table." - ::= { swL2FilterAddrConfig 2 } - - swL2FilterAddrCtrlTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL2FilterAddrCtrlEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table defines information for the device to filter packets - with specific MAC address (either as the DA and/or as the SA). - The MAC address can be a unicast address or a multicast address. - This table has higher priority than both static FDB table and - IGMP table. It means that if a MAC address appears on this table - also appears on the static FDB table, the device will use the - information provide by this table to process the packet." - ::= { swL2FilterAddrConfig 3 } - - swL2FilterAddrCtrlEntry OBJECT-TYPE - SYNTAX SwL2FilterAddrCtrlEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of information about a specific unicast/multicast MAC - address for which the switch has filtering information." - INDEX { swL2FilterAddrMacIndex } - ::= { swL2FilterAddrCtrlTable 1 } - - SwL2FilterAddrCtrlEntry ::= - SEQUENCE { --- swL2FilterAddrVid --- VlanIndex, - swL2FilterAddrMacIndex - MacAddress, - swL2FilterAddrState - INTEGER - } - --- swL2FilterAddrVid OBJECT-TYPE --- SYNTAX VlanIndex --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This object indicates the VLAN-ID. If VLAN is in disabled --- mode, the object indicates the default VLAN-ID (0)." --- ::= { swL2FilterAddrCtrlEntry 1 } - - swL2FilterAddrMacIndex OBJECT-TYPE - SYNTAX MacAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates a unicast/multicast MAC address for which - the switch has filtering information. But if the - swL2FilterAddrState = src-addr then the object can not be a - multicast MAC address." - ::= { swL2FilterAddrCtrlEntry 1 } - - swL2FilterAddrState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - dst-addr(2), - src-addr(3), - dst-src-addr(4), - invalid(5) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the status of this entry. - - other(1) - this entry is currently in use but the conditions - under which it will remain so are different from each of the - following values. - dst-addr(2) - recieved frames's destination address are - currently used to be filtered as it meets with the MAC - address entry of the table. - src-addr(3) - recieved frames's source address are currently - used to be filtered as it meets with the MAC address entry - of the table. - dst-src-addr(4) - recieved frames's destination address or - source address are currently used to be filtered as it meets - with the MAC address entry of the table. - invalid(5) - writing this value to the object, and then the - corresponding entry will be removed from the table." - ::= { swL2FilterAddrCtrlEntry 2 } - - --- ********************************************************************* --- swL2VlanMgmt OBJECT IDENTIFIER ::= { swL2MgmtMIB 7 } --- ********************************************************************* - - swL2StaticVlanTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL2StaticVlanEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table containing static configuration information for each - VLAN configured into the device by (local or network) - management." - ::= { swL2VlanMgmt 1 } - - swL2StaticVlanEntry OBJECT-TYPE - SYNTAX SwL2StaticVlanEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Static information for a VLAN configured into the device by - (local or network) management." - INDEX { swL2StaticVlanIndex } - ::= { swL2StaticVlanTable 1 } - - SwL2StaticVlanEntry ::= - SEQUENCE { - swL2StaticVlanIndex - INTEGER, - swL2StaticVlanName - DisplayString, - swL2StaticVlanType - INTEGER, - swL2StaticVlanProtocolId - INTEGER, - swL2StaticVlanIpSubnetAddr - IpAddress, - swL2StaticVlanIpSubnetMask - IpAddress, - swL2StaticVlanUserDefinedPid - OCTET STRING, - swL2StaticVlanEncap - INTEGER, - swL2StaticVlanUserPriority - INTEGER, - swL2StaticVlanEgressPorts - PortList, - swL2StaticVlanUntaggedPorts - PortList, - swL2StaticVlanStatus - RowStatus, - swL2StaticVlanIpSubnetArpClassId - INTEGER - } - - swL2StaticVlanIndex OBJECT-TYPE - SYNTAX INTEGER (1..4094) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A value that uniquely identifies the Virtual LAN associated - with this entry." - ::= { swL2StaticVlanEntry 1 } - - swL2StaticVlanName OBJECT-TYPE - SYNTAX DisplayString (SIZE (1..32)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "An administratively-assigned name for this VLAN." - ::= { swL2StaticVlanEntry 2 } - - swL2StaticVlanType OBJECT-TYPE - SYNTAX INTEGER { - byport(1), - byIpSubnet(2), - byProtocolId(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The type of VLAN, distinguished according to the policy used - to define its port membership." - ::= { swL2StaticVlanEntry 3 } - - swL2StaticVlanProtocolId OBJECT-TYPE - SYNTAX INTEGER { - none(0), - ipEther2(1), - rarpEther2(2), - ipx802dot3(3), - ipx802dot2(4), - ipxSnap(5), - ipxEther2(6), - apltkEther2Snap(7), - decEther2(8), - decOtherEther2(9), - sna802dot2(10), - snaEther2(11), - netBios(12), - xnsEther2(13), - vinesEther2(14), - ipv6Ether2(15), - userDefined(16), - arpEther2(17) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The protocol identifier of this VLAN. This value is meaningful - only if swL2StaticVlanType is equal to byProtocolId(3). For - other VLAN types it should have the value none(0)." - ::= { swL2StaticVlanEntry 4 } - - swL2StaticVlanIpSubnetAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The IP subnet address of this VLAN. This value is meaningful - only if rcVlanType is equal to byIpSubnet(2). For other VLAN - types it should have the value 0.0.0.0." - ::= { swL2StaticVlanEntry 5 } - - swL2StaticVlanIpSubnetMask OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The IP subnet mask of this VLAN. This value is meaningful only - if rcVlanType is equal to byIpSubnet(2). For other VLAN types - it should have the value 0.0.0.0." - ::= { swL2StaticVlanEntry 6 } - - swL2StaticVlanUserDefinedPid OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(0..2)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "When swL2StaticVlanProtocolId is set to userDefined(16) in a - protocol-based VLAN, this field represents the 16-bit user - defined protocol identifier. Otherwise, this object should be - zero." - ::= { swL2StaticVlanEntry 7 } - - swL2StaticVlanEncap OBJECT-TYPE - SYNTAX INTEGER { - all(1), - ethernet2(2), - llc(3), - snap(4), - un-used(5) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This value is meaningful only if swL2StaticVlanProtocolId is - set to userDefined(16). Otherwise, this object should be - un-used(5). If If this set to ethernet2(2), the Detagged Frame - uses Type-encapsulated 802.3 format. If this set to llc(3), the - Detagged Frame contains both a DSAP and an SSAP address field - in the positions. If this set to snap(4), the Detagged Frame is - of the format specified by IEEE Std. 802.1H for the encoding of - an IEEE 802.3 Type Field in an 802.2/SNAP header." - ::= { swL2StaticVlanEntry 8 } - - swL2StaticVlanUserPriority OBJECT-TYPE - SYNTAX INTEGER (0|4|6|7) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "User priority level. This value is meaningful only if - swL2StaticVlanType is set to byIpSubnet(2) or byProtocolId(3)." - ::= { swL2StaticVlanEntry 9 } - - swL2StaticVlanEgressPorts OBJECT-TYPE - SYNTAX PortList - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The set of ports which are permanently assigned to the - egress list for this VLAN by management. The default value of - this object is a string of zeros of appropriate length." - ::= { swL2StaticVlanEntry 10 } - - swL2StaticVlanUntaggedPorts OBJECT-TYPE - SYNTAX PortList - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The set of ports which should transmit egress packets - for this VLAN as untagged. The default value of this - object for the default VLAN is a string of appropriate length - including all ports. There is no specified default for other - VLANs." - ::= { swL2StaticVlanEntry 11 } - - swL2StaticVlanStatus OBJECT-TYPE - SYNTAX RowStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the status of this entry." - ::= { swL2StaticVlanEntry 12 } - - swL2StaticVlanIpSubnetArpClassId OBJECT-TYPE - SYNTAX INTEGER (0..4094) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the ARP classification ID. If the - swL2StaticVlanType is not byIpSubnet(2), this value must be 0. - If the swL2StaticVlanType is byIpSubnet(2), the range of this - object is 1 to 4094. This object is useful when create the - first IpSubnet entry, and not allow to modify." - ::= { swL2StaticVlanEntry 13 } - - - --- ------------------------------------------------------------- --- The VLAN Port Configuration Table --- ------------------------------------------------------------- - - swL2VlanPortTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL2VlanPortEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table containing per port control and status information for - VLAN configuration in the device." - ::= { swL2VlanMgmt 2 } - - swL2VlanPortEntry OBJECT-TYPE - SYNTAX SwL2VlanPortEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Information controlling VLAN configuration for a port - on the device." - INDEX { swL2VlanPortIndex } - ::= { swL2VlanPortTable 1 } - - SwL2VlanPortEntry ::= - SEQUENCE { - swL2VlanPortIndex - INTEGER, - swL2VlanPortPvid - INTEGER, - swL2VlanPortIngressChecking - INTEGER - } - - swL2VlanPortIndex OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "An unique index used to identify a particular port in the - system." - ::= { swL2VlanPortEntry 1 } - - swL2VlanPortPvid OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The PVID, the VLAN ID assigned to untagged frames or Priority- - Tagged frames received on this port." - ::= { swL2VlanPortEntry 2 } - - swL2VlanPortIngressChecking OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "When this is enabled(3) the device will discard incoming - frames for VLANs which do not include this Port in its - Member set. When disabled(2), the port will accept all - incoming frames." - ::= { swL2VlanPortEntry 3 } - - --- ******************************************************************** --- swL2TrunkMgmt OBJECT IDENTIFIER ::= { swL2MgmtMIB 8 } --- ******************************************************************** - - swL2TrunkMaxSupportedEntries OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Maximum number of entries in the trunk configuration table - (swL2TrunkCtrlTable)." - ::= { swL2TrunkMgmt 1 } - - swL2TrunkCurrentNumEntries OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Current actived number of entries in the trunk configuration - table." - ::= { swL2TrunkMgmt 2 } - - swL2TrunkCtrlTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL2TrunkCtrlEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table specifys which ports group a set of ports(up to 8) - into a single logical link." - ::= { swL2TrunkMgmt 3 } - - swL2TrunkCtrlEntry OBJECT-TYPE - SYNTAX SwL2TrunkCtrlEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of information specifies which ports group a set of - ports(up to 8) into a single logical link." - INDEX { swL2TrunkIndex } - ::= { swL2TrunkCtrlTable 1 } - - SwL2TrunkCtrlEntry ::= - SEQUENCE { - swL2TrunkIndex - INTEGER, - swL2TrunkName - DisplayString, - swL2TrunkMasterPort - INTEGER, - swL2TrunkMember - PortList, - swL2TrunkFloodingPort - INTEGER, - swL2TrunkState - INTEGER, - swL2TrunkBPDU8600InterState - INTEGER - } - - swL2TrunkIndex OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of logical port trunk. The trunk group number depend - on the existence of unit and module." - ::= { swL2TrunkCtrlEntry 1 } - - swL2TrunkName OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..12)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The name of logical port trunk." - ::= { swL2TrunkCtrlEntry 2 } - - - swL2TrunkMasterPort OBJECT-TYPE - SYNTAX INTEGER (1..65535) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The object indicates the master port number of the port trunk - entry. When using Port Trunk, you can not configure the other - ports of the group except the master port. - Their configuration must be same as the master port (e.g. speed, - duplex, enabled/disabled, flow control, and so on)." - ::= { swL2TrunkCtrlEntry 3 } - - swL2TrunkMember OBJECT-TYPE - SYNTAX PortList - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Indicate how many number of ports is included in this Trunk. - The trunk port number depend on the existence of module. - The maximum number of ports is 4 for one trunks." - ::= { swL2TrunkCtrlEntry 4 } - - swL2TrunkFloodingPort OBJECT-TYPE - SYNTAX INTEGER (1..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The object indicates the flooding port number of the port trunk - entry. The first port of the trunk is implicitly configured to - be the flooding port." - ::= { swL2TrunkCtrlEntry 5 } - - swL2TrunkState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3), - invalid(4) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the status of this entry. - - other(1) - this entry is currently in use but the conditions - under which it will remain so are different from each of - the following values. - disabled(2) - the port trunk disabled. - enabled(3) - the port trunk enabled. - invalid(4) - writing this value to the object, and then the - corresponding entry will be removed from the table." - ::= { swL2TrunkCtrlEntry 6 } - - swL2TrunkBPDU8600InterState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the status of this entry. - - other(1) - this entry is currently in use but the conditions - under which it will remain so are different from each of - the following values. - disabled(2) - the trunk member doesn't send BPDU. - enabled(3) - the trunk member can send BPDU." - ::= { swL2TrunkCtrlEntry 7 } - - swL2TrunkAlgorithm OBJECT-TYPE - SYNTAX INTEGER { - other(1), - mac-source(2), - mac-destination(3), - mac-source-dest(4), - ip-source(5), - ip-destination(6), - ip-source-dest(7) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object configures to part of the packet examined by the - switch when selecting the egress port for transmitting - load-sharing data. This feature is only available using the - address-based load-sharing algorithm." - ::= { swL2TrunkMgmt 4 } - --- ******************************************************************** --- swL2MirrorMgmt OBJECT IDENTIFIER ::= { swL2MgmtMIB 9 } --- ******************************************************************** - - swL2MirrorLogicTargetPort OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates switch which port will sniff another - port. A trunk port member cannot be configured as a target - Snooping port. The port number is the sequential (logical) - number which is also applied to bridge MIB, etc." - ::= { swL2MirrorMgmt 1 } - - swL2MirrorPortSourceIngress OBJECT-TYPE - SYNTAX PortList - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The represent the ingress into the source port packet to - sniffed." - ::= { swL2MirrorMgmt 2 } - - swL2MirrorPortSourceEgress OBJECT-TYPE - SYNTAX PortList - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The represent the egress from the source port packet to - sniffed." - ::= { swL2MirrorMgmt 3 } - - swL2MirrorPortState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the port mirroring state. - - other(1) - this entry is currently in use but the conditions - under which it will remain so are different from each of the - following values. - disabled(2) - writing this value to the object, and then the - corresponding entry will be removed from the table. - enabled(3) - this entry is reside in the table." - ::= { swL2MirrorMgmt 4 } - - --- ******************************************************************** --- swL2IGMPMgmt OBJECT IDENTIFIER ::= { swL2MgmtMIB 10 } --- ******************************************************************** - - swL2IGMPMaxSupportedVlans OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Maximum number of Vlans in the layer 2 IGMP control table - (swL2IGMPCtrlTable)." - ::= { swL2IGMPMgmt 1 } - - swL2IGMPMaxIpGroupNumPerVlan OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Maximum number of multicast ip group per Vlan in the layer 2 - IGMP information table (swL2IGMPQueryInfoTable)." - ::= { swL2IGMPMgmt 2 } - --- swL2IGMPLastQueryIPAddr OBJECT-TYPE --- SYNTAX IpAddress --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This object indicates the ip address of last send IGMP query --- packet." --- ::= { swL2IGMPMgmt 3 } - - swL2IGMPCtrlTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL2IGMPCtrlEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "The table controls the Vlan's IGMP function. Its scale depends - on current VLAN state (swL2VlanInfoStatus). If VLAN is disabled - mode, there is only one entry in the table, with index 1. If - VLAN is in Port-Base or 802.1q mode, the number of entries can - be up to 12, with index range from 1 to 12." - ::= { swL2IGMPMgmt 3 } - - swL2IGMPCtrlEntry OBJECT-TYPE - SYNTAX SwL2IGMPCtrlEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "The entry in IGMP control table (swL2IGMPCtrlTable). The entry - is effective only when IGMP capture switch - (swL2DevCtrlIGMPSnooping) is enabled." - INDEX { swL2IGMPCtrlVid } - ::= { swL2IGMPCtrlTable 1 } - - SwL2IGMPCtrlEntry ::= - SEQUENCE { --- swL2IGMPCtrlIndex --- INTEGER, - swL2IGMPCtrlVid - INTEGER, - swL2IGMPQueryInterval - INTEGER, - swL2IGMPMaxResponseTime - INTEGER, - swL2IGMPRobustness - INTEGER, - swL2IGMPLastMemberQueryInterval - INTEGER, - swL2IGMPHostTimeout - INTEGER, - swL2IGMPRouteTimeout - INTEGER, - swL2IGMPLeaveTimer - INTEGER, - swL2IGMPQueryState - INTEGER, - swL2IGMPCurrentState - INTEGER, - swL2IGMPCtrlState - INTEGER - } - --- swL2IGMPCtrlIndex OBJECT-TYPE --- SYNTAX INTEGER (1..12) --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This object indicates the IGMP control entry number.Its scale --- depends on current VLAN state (swL2VlanInfoStatus). If VLAN is --- disabled, there is only one entry in the table, with index 1. --- If VLAN is in Port-Base or 802.1q mode, the number of entries --- is 12, with index range from 1 to 12." --- ::= { swL2IGMPCtrlEntry 1 } - - swL2IGMPCtrlVid OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates the IGMP control entry's VLAN id. If VLAN - is disabled, the Vid is always 0 and cannot be changed by - management users. If VLAN is in Port-Base mode, the Vid is - arranged from 1 to 12, fixed form. If VLAN is in 802.1q mode, - the Vid setting can vary from 1 to 4094 by management user, and - the Vid in each entry must be unique in the IGMP Control Table." - ::= { swL2IGMPCtrlEntry 1 } - - swL2IGMPQueryInterval OBJECT-TYPE - SYNTAX INTEGER (1..65535) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The frequency at which IGMP Host-Query packets are - transmitted on this switch." - DEFVAL { 125 } - ::= { swL2IGMPCtrlEntry 2 } - - swL2IGMPMaxResponseTime OBJECT-TYPE - SYNTAX INTEGER (1..25) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The maximum query response time on this switch." - DEFVAL { 10 } - ::= { swL2IGMPCtrlEntry 3 } - - swL2IGMPRobustness OBJECT-TYPE - SYNTAX INTEGER (1..255) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The Robustness Variable allows tuning for the expected - packet loss on a subnet. If a subnet is expected to be - lossy, the Robustness Variable may be increased. IGMP is - robust to (Robustness Variable-1) packet losses." - DEFVAL { 2 } - ::= { swL2IGMPCtrlEntry 4 } - - swL2IGMPLastMemberQueryInterval OBJECT-TYPE - SYNTAX INTEGER (1..65535) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The Last Member Query Interval is the Max Response Time - inserted into Group-Specific Queries sent in response to - Leave Group messages, and is also the amount of time between - Group-Specific Query messages." - DEFVAL { 1 } - ::= { swL2IGMPCtrlEntry 5 } - - swL2IGMPHostTimeout OBJECT-TYPE - SYNTAX INTEGER (1..16711450) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The timer value for sending IGMP query packet when none was - sent by the host in the LAN. The timer works in per-VLAN basis. - Our device will be activated to send the query message if the - timer is expired. Please reference RFC2236-1997." - DEFVAL { 260 } - ::= { swL2IGMPCtrlEntry 6 } - - swL2IGMPRouteTimeout OBJECT-TYPE - SYNTAX INTEGER (1..16711450) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The Router Timeout is how long a host must wait after hearing - a Query before it may send any IGMPv2 messages." - DEFVAL { 260 } - ::= { swL2IGMPCtrlEntry 7 } - - swL2IGMPLeaveTimer OBJECT-TYPE - SYNTAX INTEGER (1..16711450) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "When a querier receives a Leave Group message for a group that - has group members on the reception interface, it sends - Group-Specific Queries every swL2IGMPLeaveTimer to the group - being left." - DEFVAL { 1 } - ::= { swL2IGMPCtrlEntry 8 } - - swL2IGMPQueryState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object decide the IGMP query enabled or disabled." - ::= { swL2IGMPCtrlEntry 9 } - - swL2IGMPCurrentState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - querier(2), - non-querier(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates the current IGMP query state." - ::= { swL2IGMPCtrlEntry 10 } - - swL2IGMPCtrlState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the status of this entry. - - other(1) - this entry is currently in use but the conditions under - which it will remain so are different from each of the following - values. - disabled(2) - IGMP funtion is disabled for this entry. - enabled(3) - IGMP funtion is enabled for this entry." - ::= { swL2IGMPCtrlEntry 11 } - - swL2IGMPQueryInfoTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL2IGMPQueryInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "The table contains the number current IGMP query packets which - is captured by this device, as well as the IGMP query packets - sent by the device." - ::= { swL2IGMPMgmt 4 } - - swL2IGMPQueryInfoEntry OBJECT-TYPE - SYNTAX SwL2IGMPQueryInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Information about current IGMP query information, provided that - swL2DevCtrlIGMPSnooping and swL2IGMPCtrState of associated VLAN - entry are all enabled." - INDEX { swL2IGMPInfoVid } - ::= { swL2IGMPQueryInfoTable 1 } - - SwL2IGMPQueryInfoEntry ::= - SEQUENCE { --- swL2IGMPInfoIndex --- INTEGER, - swL2IGMPInfoVid - INTEGER, - swL2IGMPInfoQueryCount - INTEGER, - swL2IGMPInfoTxQueryCount - INTEGER - } - --- swL2IGMPInfoIndex OBJECT-TYPE --- SYNTAX INTEGER (1..12) --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This object indicates the IGMP query information entry --- number. It could be up to 12 entries, depending on current --- number of VLAN entries." --- ::= { swL2IGMPQueryInfoEntry 1 } - - swL2IGMPInfoVid OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates the Vid of associated IGMP info table - entry. It follows swL2IGMPCtrlVid in the associated entry of - IGMP control table (swL2IGMPCtrlTable)." - ::= { swL2IGMPQueryInfoEntry 1 } - - swL2IGMPInfoQueryCount OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates the number of query packets received - since the IGMP function enabled, in per-VLAN basis." - ::= { swL2IGMPQueryInfoEntry 2 } - - swL2IGMPInfoTxQueryCount OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates the send count of IGMP query messages, in - per-VLAN basis. In case of IGMP timer expiration, the switch - sends IGMP query packets to related VLAN member ports and - increment this object by 1." - ::= { swL2IGMPQueryInfoEntry 3 } - - - swL2IGMPGroupTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL2IGMPGroupEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "The table containing current IGMP information which captured by - this device, provided that swL2DevCtrlIGMPSnooping and - swL2IGMPCtrlState of associated VLAN entry are all enabled. Note - that the priority of IGMP table entries is lower than Filtering - Table, i.e. if there is a table hash collision between the - entries of IGMP Table and Filtering Table inside the switch H/W - address table, then Filtering Table entry overwrite the - colliding entry of IGMP Table. See swL2FilterMgmt description - also." - ::= { swL2IGMPMgmt 5 } - - swL2IGMPGroupEntry OBJECT-TYPE - SYNTAX SwL2IGMPGroupEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Information about current IGMP information which captured by - this device, provided that swL2DevCtrlIGMPSnooping and - swL2IGMPCtrlState of associated VLAN entry are all enabled." - INDEX { swL2IGMPVid , swL2IGMPGroupIpAddr } - ::= { swL2IGMPGroupTable 1 } - - SwL2IGMPGroupEntry ::= - SEQUENCE { - swL2IGMPVid - INTEGER, - swL2IGMPGroupIpAddr - IpAddress, - swL2IGMPMacAddr - MacAddress, - swL2IGMPPortMap - PortList, - swL2IGMPIpGroupReportCount - INTEGER - } - - swL2IGMPVid OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates the Vid of individual IGMP table entry. - It shows the Vid of IGMP report information captured on - network." - ::= { swL2IGMPGroupEntry 1 } - - swL2IGMPGroupIpAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object is identify group ip address which is captured from - IGMP packet, in per-Vlan basis." - ::= { swL2IGMPGroupEntry 2 } - - swL2IGMPMacAddr OBJECT-TYPE - SYNTAX MacAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object is identify mac address which is corresponding - to swL2IGMPGroupIpAddr, in per-Vlan basis." - ::= { swL2IGMPGroupEntry 3 } - - swL2IGMPPortMap OBJECT-TYPE - SYNTAX PortList - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates which ports are belong to the same - multicast group, in per-Vlan basis. Each multicast group has a - octect string to indicate with port map. The most significant - bit represents the lowest numbered port, and the least - significant bit represents the highest numbered port. Thus, each - port of the switch is represented by a single bit within the - value of this object. If that bit has a value of '1' then that - port is included in the set of ports; the port is not included - if its bit has a value of '0'(Note that the setting of the bit - corresponding to the port from which a frame is received is - irrelevant). The 4 octets is represent one unit port according - its logic port. If the unit less 32 port, the other port don't - care just fill zero." - ::= { swL2IGMPGroupEntry 4 } - - swL2IGMPIpGroupReportCount OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicate how much report packet was receive by our - device corresponding with this entry from IGMP function enabled, - in per-Vlan basis." - ::= { swL2IGMPGroupEntry 5 } - - - swL2IGMPForwardTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL2IGMPForwardEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "The table containing current IGMP forwarding information which - captured by this device, provided that swL2DevCtrlIGMPSnooping - and swL2IGMPCtrlState of associated VLAN entry are all enabled. - Note that the priority of IGMP table entries is lower than - Filtering Table, i.e. if there is a table hash collision between - the entries of IGMP Table and Filtering Table inside the switch - H/W address table, then Filtering Table entry overwrite the - colliding entry of IGMP Table. See swL2FilterMgmt description - also." - ::= { swL2IGMPMgmt 6 } - - swL2IGMPForwardEntry OBJECT-TYPE - SYNTAX SwL2IGMPForwardEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Information about current IGMP forwarding information which - captured by this device, provided that swL2DevCtrlIGMPSnooping - and swL2IGMPCtrlState of associated VLAN entry are all enabled." - INDEX { swL2IGMPForwardVid , swL2IGMPForwardGroupIpAddr } - ::= { swL2IGMPForwardTable 1 } - - SwL2IGMPForwardEntry ::= - SEQUENCE { - swL2IGMPForwardVid - INTEGER, - swL2IGMPForwardGroupIpAddr - IpAddress, - swL2IGMPForwardPortMap - PortList - } - - swL2IGMPForwardVid OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates the Vid of individual IGMP table entry. - It shows the Vid of IGMP report forward information captured on - network." - ::= { swL2IGMPForwardEntry 1 } - - swL2IGMPForwardGroupIpAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object is identify group ip address which is captured from - IGMP packet, in per-Vlan basis." - ::= { swL2IGMPForwardEntry 2 } - - swL2IGMPForwardPortMap OBJECT-TYPE - SYNTAX PortList - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates which ports are belong to the same - multicast group, in per-Vlan basis. Each multicast group has a - octect string to indicate with port map. The most significant - bit represents the lowest numbered port, and the least - significant bit represents the highest numbered port. Thus, each - port of the switch is represented by a single bit within the - value of this object. If that bit has a value of '1' then that - port is included in the set of ports; the port is not included - if its bit has a value of '0'(Note that the setting of the bit - corresponding to the port from which a frame is received is - irrelevant). The 4 octets is represent one unit port according - its logic port. If the unit less 32 port, the other port don't - care just fill zero." - ::= { swL2IGMPForwardEntry 3 } - - - swL2IGMPRPTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL2IGMPRPEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "The table allows you to designate a range of ports as being - connected to multicast-enabled routers. This will ensure that - all packets with such a router as its destination will reach the - multicast-enabled router, regardless of protocol, etc." - ::= { swL2IGMPMgmt 7 } - - swL2IGMPRPEntry OBJECT-TYPE - SYNTAX SwL2IGMPRPEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of swL2IGMPRPTable." - INDEX { swL2IGMPRPVid } - ::= { swL2IGMPRPTable 1 } - - SwL2IGMPRPEntry ::= - SEQUENCE { - swL2IGMPRPVid - INTEGER, - swL2IGMPRPStaticRouterPort - PortList, - swL2IGMPRPDynamicRouterPort - PortList - } - - swL2IGMPRPVid OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The Vid of the VLAN on which the router port resides." - ::= { swL2IGMPRPEntry 1 } - - swL2IGMPRPStaticRouterPort OBJECT-TYPE - SYNTAX PortList - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Specifies a range of ports which will be configured as router - ports." - ::= { swL2IGMPRPEntry 2 } - - swL2IGMPRPDynamicRouterPort OBJECT-TYPE - SYNTAX PortList - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Displays router ports that have been dynamically configued." - ::= { swL2IGMPRPEntry 3 } - - swL2IGMPMulticastRouterOnly OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the status of this entry. - - other(1) - this entry is currently in use but the conditions under - which it will remain so are different from each of the following - values. - disabled(2) - the switch forwards all mulitcast traffic to any IP - router. - enabled(3) - the switch will forward all multicast traffic to the - multicast router, only." - ::= { swL2IGMPMgmt 8 } - - - swL2IGMPGroupPortTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL2IGMPGroupPortEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table describe the detail information of the member ports - of the swL2IGMPGroupTable." - ::= { swL2IGMPMgmt 9 } - - swL2IGMPGroupPortEntry OBJECT-TYPE - SYNTAX SwL2IGMPGroupPortEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Information about member ports of current swL2IGMPGroupTable." - INDEX { swL2IGMPVid, swL2IGMPGroupIpAddr, swL2IGMPPortMember } - ::= { swL2IGMPGroupPortTable 1 } - - SwL2IGMPGroupPortEntry ::= - SEQUENCE { - swL2IGMPPortMember - INTEGER, - swL2IGMPPortAgingTime - INTEGER - } - - swL2IGMPPortMember OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates which ports are belong to the same - multicast group, in per-Vlan basis, in swL2IGMPGroupTable." - ::= { swL2IGMPGroupPortEntry 1 } - - swL2IGMPPortAgingTime OBJECT-TYPE - SYNTAX INTEGER (1..16711450) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicate the aging out timer. This value is in - units of seconds." - ::= { swL2IGMPGroupPortEntry 2 } - - swL2IGMPMulticastFilter OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the status of this entry. - - other(1) - this entry is currently in use but the conditions under - which it will remain so are different from each of the following - values. - disabled(2) - the un-registered multicast traffic will be flooded. - enabled(3) - the un-registered multicast traffic will be filtered." - ::= { swL2IGMPMgmt 10 } - - --- ******************************************************************** --- swL2PriorityMgmt OBJECT IDENTIFIER ::= { swL2MgmtMIB 11 } --- ******************************************************************** --- --- swL2PriorityAddrConfig OBJECT IDENTIFIER ::= { swL2PriorityMgmt 1 } --- --- swL2PriorityAddrMaxSupportedEntries OBJECT-TYPE --- SYNTAX INTEGER (0..65535) --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "Maximum number of entries in the MAC address queuing priority --- control table (swL2PriorityAddrCtrlTable)." --- ::= { swL2PriorityAddrConfig 1 } --- --- swL2PriorityAddrCurrentTotalEntries OBJECT-TYPE --- SYNTAX INTEGER (0..65535) --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "Current applied number of entries in the MAC address priority --- control table." --- ::= { swL2PriorityAddrConfig 2 } --- --- swL2PriorityAddrCtrlTable OBJECT-TYPE --- SYNTAX SEQUENCE OF SwL2PriorityAddrCtrlEntry --- MAX-ACCESS not-accessible --- STATUS current --- DESCRIPTION --- "This table defines information for the device to decide --- queuing specific MAC address to a specific priority level --- queue. The MAC address can be a unicast/multicast address --- packet. The priority level is from 0 to 3, the priority level --- 3 have the highest priority weight." --- ::= { swL2PriorityAddrConfig 3 } --- --- swL2PriorityAddrCtrlEntry OBJECT-TYPE --- SYNTAX SwL2PriorityAddrCtrlEntry --- MAX-ACCESS not-accessible --- STATUS current --- DESCRIPTION --- "A list of information about a specific unicast/multicast MAC --- address must be transmited to a specific priority queue for --- which the switch has priority information." --- INDEX { swL2PriorityAddrVid , swL2PriorityAddrMac } --- ::= { swL2PriorityAddrCtrlTable 1 } --- --- SwL2PriorityAddrCtrlEntry ::= --- SEQUENCE { --- swL2PriorityAddrVid --- VlanIndex, --- swL2PriorityAddrMac --- MacAddress, --- swL2PriorityAddrL2PrioLevel --- INTEGER, --- swL2PriorityAddrState --- INTEGER --- } --- --- swL2PriorityAddrVid OBJECT-TYPE --- SYNTAX VlanIndex --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This object indicates the VLAN-ID. If VLAN is in disabled --- mode, the object indicates the default VLAN-ID (0)." --- ::= { swL2PriorityAddrCtrlEntry 1 } --- --- swL2PriorityAddrMac OBJECT-TYPE --- SYNTAX MacAddress --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "This object indicates a unicast/multicast MAC address for --- which the switch has priority information. But if the --- swL2PriorityAddrState = src-addr then the object can not be a --- multicast MAC address." --- ::= { swL2PriorityAddrCtrlEntry 2 } --- --- swL2PriorityAddrL2PrioLevel OBJECT-TYPE --- SYNTAX INTEGER (0..3) --- MAX-ACCESS read-write --- STATUS current --- DESCRIPTION --- "This object indicates the priority level. The priority level --- 3 has the highest priority weight. The object specify the MAC --- address should be queued which priority queue. The priority --- level will over the priority level in a 802.1D." --- ::= { swL2PriorityAddrCtrlEntry 3 } --- --- swL2PriorityAddrState OBJECT-TYPE --- SYNTAX INTEGER { --- other(1), --- dst-addr(2), --- src-addr(3), --- dst-src-addr(4), --- invalid(5) --- } --- MAX-ACCESS read-write --- STATUS current --- DESCRIPTION --- "This object indicates the status of this entry. --- --- other(1) - this entry is currently in use but the conditions --- under which it will remain so are different from each of --- the following values. --- dst-addr(2) - specific frames's destination address are --- currently used to be the priority queue as it meets with --- the MAC address entry of the table. --- src-addr(3) - specific frames's source address are currently --- used to be corresponding priority queue as it meets with --- the MAC address entry of the table. --- dst-src-addr(4) - specific frames's destination address or --- source address are currently used to be corresponding --- priority queue as it meets with the MAC address entry of --- the table. --- invalid(5) - writing this value to the object, and then the --- corresponding entry will be removed from the table." --- ::= { swL2PriorityAddrCtrlEntry 4 } - - --- ******************************************************************** --- swL2TrafficMgmt OBJECT IDENTIFIER ::= { swL2MgmtMIB 12 } --- ******************************************************************** - - swL2TrafficCtrlTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL2TrafficCtrlEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table specifys the storm traffic control configuration." - ::= { swL2TrafficMgmt 1 } - - swL2TrafficCtrlEntry OBJECT-TYPE - SYNTAX SwL2TrafficCtrlEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of information specifies the storm traffic control - configuration." - INDEX { swL2TrafficCtrlGroupIndex } - ::= { swL2TrafficCtrlTable 1 } - - SwL2TrafficCtrlEntry ::= - SEQUENCE { - swL2TrafficCtrlGroupIndex - INTEGER, - swL2TrafficCtrlUnitIndex - INTEGER, - swL2TrafficCtrlBMStormthreshold - INTEGER, - swL2TrafficCtrlBcastStormCtrl - INTEGER, - swL2TrafficCtrlMcastStormCtrl - INTEGER, - swL2TrafficCtrlDlfStormCtrl - INTEGER - } - - swL2TrafficCtrlGroupIndex OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of logical port trunk. The trunk group number depend - on the existence of unit and module." - ::= { swL2TrafficCtrlEntry 1 } - - swL2TrafficCtrlUnitIndex OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Indicates ID of the unit in the device" - ::= { swL2TrafficCtrlEntry 2 } - - swL2TrafficCtrlBMStormthreshold OBJECT-TYPE - SYNTAX INTEGER (0..255) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object to decide how much thousand packets per second - broadcast/multicast (depend on swL2TrafficCtrlBcastStormCtrl, - swL2TrafficCtrlMcastStormCtrl or swL2TrafficCtrlDlfStormCtrl - objects whether is enabled) will active storm control. Whenever - a port reaches its configured amount of packets in the one - second time interval, the device will start dropping that type - of packet, until the time interval has expired. Once the time - interval has expired, the device will start forwarding that type - of packet." - ::= { swL2TrafficCtrlEntry 3 } - - - swL2TrafficCtrlBcastStormCtrl OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates broadcast storm control function is - enabled or disabled." - ::= { swL2TrafficCtrlEntry 4 } - - swL2TrafficCtrlMcastStormCtrl OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates multicast storm control function is - enabled or disabled." - ::= { swL2TrafficCtrlEntry 5 } - - swL2TrafficCtrlDlfStormCtrl OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates destination lookup fail function is - enabled or disabled." - ::= { swL2TrafficCtrlEntry 6 } - - --- ******************************************************************** --- swL2QosMgmt OBJECT IDENTIFIER ::= { swL2MgmtMIB 13 } --- ******************************************************************** - - swL2QosSchedulingTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL2QosSchedulingEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "The switch contains 4 hardware priority queues. Incoming packets - must be mapped to one of these four queues. Each hardware queue - will transmit all of the packets in its buffer before allowing - the next lower priority queue to transmit its packets. When the - lowest hardware priority queue has finished transmitting all of - its packets, the highest hardware priority queue can again - transmit any packets it may have received." - ::= { swL2QosMgmt 1 } - - swL2QosSchedulingEntry OBJECT-TYPE - SYNTAX SwL2QosSchedulingEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of information specifies the Qos output scheduling Table." - INDEX { swL2QosSchedulingClassId } - ::= { swL2QosSchedulingTable 1 } - - SwL2QosSchedulingEntry ::= - SEQUENCE { - swL2QosSchedulingClassId - INTEGER, - swL2QosSchedulingMaxPkts - INTEGER, - swL2QosSchedulingMaxLatency - INTEGER - } - - swL2QosSchedulingClassId OBJECT-TYPE - SYNTAX INTEGER (0..3) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This specifies which of the four hardware priority queues. The - four hardware priority queues are identified by number, from 0 - to 3, with the 0 queue being the lowest priority." - ::= { swL2QosSchedulingEntry 1 } - - swL2QosSchedulingMaxPkts OBJECT-TYPE - SYNTAX INTEGER (0..255) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Specifies the maximium number of packets the above specified - hardware priority queue will be allowed to transmit before - allowing the next lowest priority queue to transmit its packets." - ::= { swL2QosSchedulingEntry 2 } - - swL2QosSchedulingMaxLatency OBJECT-TYPE - SYNTAX INTEGER (0..255) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Specifies the maximum amount of time the above specified hardware - priority queue will be allowed to transmit packets before allowing - the next lowest hardware priority queue to begin transmitting - its packets. A value between 0 and 255 can be specified. With - this value multiplied by 16 ms to arrive at the total allowed - time for the queue to transmit packets." - ::= { swL2QosSchedulingEntry 3 } - - - swL2QosPriorityTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL2QosPriorityEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table display the current priority settings on the switch." - ::= { swL2QosMgmt 2 } - - swL2QosPriorityEntry OBJECT-TYPE - SYNTAX SwL2QosPriorityEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of information display the current priority settings on - the switch." - INDEX { swL2QosPriorityType, swL2QosPriorityValue} - ::= { swL2QosPriorityTable 1 } - - SwL2QosPriorityEntry ::= - SEQUENCE { - swL2QosPriorityType - INTEGER, - swL2QosPriorityValue - OCTET STRING, - swL2QosPriorityPriority - INTEGER, - swL2QosPriorityPriorityState - INTEGER, - swL2QosPriorityReplaceDscp - INTEGER, - swL2QosPriorityReplaceDscpState - INTEGER, - swL2QosPriorityReplacePriority - INTEGER, - swL2QosPriorityState - INTEGER - } - - swL2QosPriorityType OBJECT-TYPE - SYNTAX INTEGER { - other(1), - type-dscp(2), - type-8021p(3), - type-tcp(4), - type-udp(5), - type-ip(6), - type-mac(7) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "These parameters define what characteristics an incoming packet - must meet. One or more of the above parameters must be defined." - ::= { swL2QosPriorityEntry 1 } - - swL2QosPriorityValue OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(1 | 2| 4| 6)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object must match with swL2QosPriorityType. If the type is - type-dscp(2), the range of this object is 0~63. If the type is - type-8021p(3), the range of this object is 0~7. If the type is - type-tcp(4) or type-udp(5), the range of this object is 1~65535." - ::= { swL2QosPriorityEntry 2 } - - swL2QosPriorityPriority OBJECT-TYPE - SYNTAX INTEGER (0..7) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Allows to specify a priority value to be written to the 802.1p - priority field of an incoming packet that meets the criteria." - ::= { swL2QosPriorityEntry 3 } - - swL2QosPriorityPriorityState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates 802.1p priority function is enabled or - disabled." - ::= { swL2QosPriorityEntry 4 } - - swL2QosPriorityReplaceDscp OBJECT-TYPE - SYNTAX INTEGER (0..63) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Allows to specify a value to be written to the DSCP field of an - incoming packet that meets the criteria." - ::= { swL2QosPriorityEntry 5 } - - swL2QosPriorityReplaceDscpState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates DSCP function is enabled or disabled." - ::= { swL2QosPriorityEntry 6 } - - swL2QosPriorityReplacePriority OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the 802.1p user priority with the priority - specified above will be replaced or not." - ::= { swL2QosPriorityEntry 7 } - - swL2QosPriorityState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - invalid(2), - valid(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the status of this entry. - - other(1) - this entry is currently in use but the conditions - under which it will remain so are different from each of - the following values. - invalid(2) - writing this value to the object, and then the - corresponding entry will be removed from the table. - valid(3) - this entry is reside in the table." - ::= { swL2QosPriorityEntry 8 } - - --- ******************************************************************** --- swL2MgmtMIBTraps OBJECT IDENTIFIER ::= { swL2MgmtMIB 14 } --- ******************************************************************** - - managementPortLinkUp TRAP-TYPE - ENTERPRISE swL2MgmtMIB - DESCRIPTION - "The trap is sent whenever the management port is - link up." - ::= 1 - - managementPortLinkDown TRAP-TYPE - ENTERPRISE swL2MgmtMIB - DESCRIPTION - "The trap is sent whenever the management port is - link down." - ::= 2 - --- ******************************************************************** --- swL2StormCtrlMgmt OBJECT IDENTIFIER ::= { swL2MgmtMIB 15 } --- ******************************************************************** - - swL2StormCtrlTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL2StormCtrlEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table specifys the storm traffic control configuration." - ::= { swL2StormCtrlMgmt 1 } - - swL2StormCtrlEntry OBJECT-TYPE - SYNTAX SwL2StormCtrlEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of information specifies the storm traffic control - configuration." - INDEX { swL2StormCtrlPortIndex } - ::= { swL2StormCtrlTable 1 } - - SwL2StormCtrlEntry ::= - SEQUENCE { - swL2StormCtrlPortIndex - INTEGER, - swL2StormCtrlBcastStormCtrl - INTEGER, - swL2StormCtrlMcastStormCtrl - INTEGER, - swL2StormCtrlBMStormThreshold - INTEGER - } - - swL2StormCtrlPortIndex OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of logical port." - ::= { swL2StormCtrlEntry 1 } - - swL2StormCtrlBcastStormCtrl OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates broadcast storm control function is - enabled or disabled." - ::= { swL2StormCtrlEntry 2 } - - swL2StormCtrlMcastStormCtrl OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates multicast storm control function is - enabled or disabled." - ::= { swL2StormCtrlEntry 3 } - - swL2StormCtrlBMStormThreshold OBJECT-TYPE - SYNTAX INTEGER (0..100) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object to decide how much percentage packets per second - broadcast/multicast (depend on swL2StormCtrlBcastStormCtrl or - swL2StormCtrlMcastStormCtrl objects whether is enabled) will - active storm control. Whenever a port reaches its configured - percent of packets in the one second time interval, the device - will start dropping that type of packet, until the time interval - has expired. Once the time interval has expired, the device will - start forwarding that type of packet." - ::= { swL2StormCtrlEntry 4 } - - swL2StormCtrlDlfState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates destination lookup fail function is - enabled or disabled." - ::= { swL2StormCtrlMgmt 2 } - - swL2StormCtrlDlfThreshold OBJECT-TYPE - SYNTAX INTEGER (0..148810) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object to decide how much packets per second destination - lookup fail (depend on swL2StormCtrlDlfState objects whether is - enabled) will active storm control. Whenever the device reaches - its configured packets in the one second time interval, the - device will start dropping that type of packet, until the time - interval has expired. Once the time interval has expired, the - device will start forwarding that type of packet. This value - must be the multiples of 8192." - ::= { swL2StormCtrlMgmt 3 } - - swL2CpuRateLimitTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL2CpuRateLimitEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table specifys the CPU rate limit per port. Once too much - broadcast/multicast traffic, exceed CP-Limit, comes in from a - port, the port state will be disabled." - ::= { swL2StormCtrlMgmt 4 } - - swL2CpuRateLimitEntry OBJECT-TYPE - SYNTAX SwL2CpuRateLimitEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of information specifies the CPU rate limit of the port - configuration." - INDEX { swL2CpuRateLimitPortIndex } - ::= { swL2CpuRateLimitTable 1 } - - SwL2CpuRateLimitEntry ::= - SEQUENCE { - swL2CpuRateLimitPortIndex - INTEGER, - swL2CpuRateLimitState - INTEGER, - swL2CpuRateLimitBcastThreshold - INTEGER, - swL2CpuRateLimitMcastThreshold - INTEGER - } - - swL2CpuRateLimitPortIndex OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of logical port." - ::= { swL2CpuRateLimitEntry 1 } - - swL2CpuRateLimitState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates CPU rate limit function is enabled or - disabled." - ::= { swL2CpuRateLimitEntry 2 } - - swL2CpuRateLimitBcastThreshold OBJECT-TYPE - SYNTAX INTEGER (0..1700) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object to decide how much packets per second broadcast - will active traffic control. Whenever a port reaches its - configured packets in the one second time interval, the port - will be disabled." - ::= { swL2CpuRateLimitEntry 3 } - - swL2CpuRateLimitMcastThreshold OBJECT-TYPE - SYNTAX INTEGER (0..2000) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object to decide how much packets per second multicast - will active traffic control. Whenever a port reaches its - configured packets in the one second time interval, the port - will be disabled." - ::= { swL2CpuRateLimitEntry 4 } - - - swL2CpuUtilization OBJECT-TYPE - SYNTAX INTEGER (0..100) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The utilization of CPU." - ::= { swL2StormCtrlMgmt 5 } - - --- ******************************************************************** --- swL2ACLQosMgmt OBJECT IDENTIFIER ::= { swL2MgmtMIB 16 } --- ******************************************************************** - - swL2ACLQosTemplate1Mode OBJECT-TYPE - SYNTAX INTEGER { - other(1), - security(2), - qos(3), - l4-switch(4) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object decide the operate mode of template_1." - ::= { swL2ACLQosMgmt 1 } - - swL2ACLQosTemplate2Mode OBJECT-TYPE - SYNTAX INTEGER { - other(1), - security(2), - qos(3), - l4-switch(4) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object decide the operate mode of template_2." - ::= { swL2ACLQosMgmt 2 } - - swL2ACLQosFlowClassifierTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL2ACLQosFlowClassifierEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table specifys the template of flow classifier." - ::= { swL2ACLQosMgmt 3 } - - swL2ACLQosFlowClassifierEntry OBJECT-TYPE - SYNTAX SwL2ACLQosFlowClassifierEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of information specifies the template of flow classifier." - INDEX { swL2ACLQosFlowClassifierTemplateId } - ::= { swL2ACLQosFlowClassifierTable 1 } - - SwL2ACLQosFlowClassifierEntry ::= - SEQUENCE { - swL2ACLQosFlowClassifierTemplateId - INTEGER, - swL2ACLQosFlowClassifierCurrentMode - INTEGER, - swL2ACLQosFlowClassifierSecuritySrcMask - IpAddress, - swL2ACLQosFlowClassifierQosFlavor - INTEGER, - swL2ACLQosFlowClassifierL4SwitchTCPDstIp - INTEGER, - swL2ACLQosFlowClassifierL4SwitchTCPSrcIp - INTEGER, - swL2ACLQosFlowClassifierL4SwitchTCPTos - INTEGER, - swL2ACLQosFlowClassifierL4SwitchTCPDstPort - INTEGER, - swL2ACLQosFlowClassifierL4SwitchTCPSrcPort - INTEGER, - swL2ACLQosFlowClassifierL4SwitchTCPFlags - INTEGER, - swL2ACLQosFlowClassifierL4SwitchUDPDstIp - INTEGER, - swL2ACLQosFlowClassifierL4SwitchUDPSrcIp - INTEGER, - swL2ACLQosFlowClassifierL4SwitchUDPTos - INTEGER, - swL2ACLQosFlowClassifierL4SwitchUDPDstPort - INTEGER, - swL2ACLQosFlowClassifierL4SwitchUDPSrcPort - INTEGER, - swL2ACLQosFlowClassifierL4SwitchOtherDstIp - INTEGER, - swL2ACLQosFlowClassifierL4SwitchOtherSrcIp - INTEGER, - swL2ACLQosFlowClassifierL4SwitchOtherTos - INTEGER, - swL2ACLQosFlowClassifierL4SwitchOtherL4Protocol - INTEGER, - swL2ACLQosFlowClassifierL4SwitchOtherICMPMessage - INTEGER, - swL2ACLQosFlowClassifierL4SwitchOtherIGMPType - INTEGER, - swL2ACLQosFlowClassifierActiveRuleNumber - INTEGER, - swL2ACLQosFlowClassifierSecurityDstMask - IpAddress - } - - swL2ACLQosFlowClassifierTemplateId OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of template ID." - ::= { swL2ACLQosFlowClassifierEntry 1 } - - swL2ACLQosFlowClassifierCurrentMode OBJECT-TYPE - SYNTAX INTEGER { - other(1), - security(2), - qos(3), - l4-switch(4) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The current operated mode of this template." - ::= { swL2ACLQosFlowClassifierEntry 2 } - - swL2ACLQosFlowClassifierSecuritySrcMask OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates a source IP subnet rule for the switch. - If the swL2ACLQosFlowClassifierCurrentMode is not security(2), - then this object must be 0.0.0.0." - ::= { swL2ACLQosFlowClassifierEntry 3 } - - swL2ACLQosFlowClassifierQosFlavor OBJECT-TYPE - SYNTAX INTEGER { - flavor-8021p(1), - flavor-dscp(2), - flavor-ip(3), - flavor-tcp(4), - flavor-udp(5), - flavor-un-used(6) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "These parameters define what characteristics an incoming packet - must meet. One or more of the above parameters must be defined. - If the swL2ACLQosFlowClassifierCurrentMode is not qos(3), then - this object must be flavor-un-used(6)." - ::= { swL2ACLQosFlowClassifierEntry 4 } - - swL2ACLQosFlowClassifierL4SwitchTCPDstIp OBJECT-TYPE - SYNTAX INTEGER { - true(1), - false(2), - un-used(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicate the destination ipaddress in the configured - L4 TCP-session rule entries must be checked or not. If the - swL2ACLQosFlowClassifierCurrentMode is not l4-switch(4), then - this object must be un-used(3)." - ::= { swL2ACLQosFlowClassifierEntry 5 } - - swL2ACLQosFlowClassifierL4SwitchTCPSrcIp OBJECT-TYPE - SYNTAX INTEGER { - true(1), - false(2), - un-used(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicate the source ipaddress in the configured L4 - TCP-session rule entries must be checked or not. If the - swL2ACLQosFlowClassifierCurrentMode is not l4-switch(4), then - this object must be un-used(3)." - ::= { swL2ACLQosFlowClassifierEntry 6 } - - swL2ACLQosFlowClassifierL4SwitchTCPTos OBJECT-TYPE - SYNTAX INTEGER { - true(1), - false(2), - un-used(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicate the type of service in the configured L4 - TCP-session rule entries must be checked or not. If the - swL2ACLQosFlowClassifierCurrentMode is not l4-switch(4), then - this object must be un-used(3)." - ::= { swL2ACLQosFlowClassifierEntry 7 } - - swL2ACLQosFlowClassifierL4SwitchTCPDstPort OBJECT-TYPE - SYNTAX INTEGER { - true(1), - false(2), - un-used(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicate the destination TCP port number in the - configured L4 TCP-session rule entries must be checked or not. - If the swL2ACLQosFlowClassifierCurrentMode is not l4-switch(4), - then this object must be un-used(3)." - ::= { swL2ACLQosFlowClassifierEntry 8 } - - swL2ACLQosFlowClassifierL4SwitchTCPSrcPort OBJECT-TYPE - SYNTAX INTEGER { - true(1), - false(2), - un-used(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicate the source TCP port number in the - configured L4 TCP-session rule entries must be checked or not. - If the swL2ACLQosFlowClassifierCurrentMode is not l4-switch(4), - then this object must be un-used(3)." - ::= { swL2ACLQosFlowClassifierEntry 9 } - - swL2ACLQosFlowClassifierL4SwitchTCPFlags OBJECT-TYPE - SYNTAX INTEGER { - true(1), - false(2), - un-used(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicate the TCP flags in the configured L4 TCP- - session rule entries must be checked or not. If the - swL2ACLQosFlowClassifierCurrentMode is not l4-switch(4), then - this object must be un-used(3)." - ::= { swL2ACLQosFlowClassifierEntry 10 } - - swL2ACLQosFlowClassifierL4SwitchUDPDstIp OBJECT-TYPE - SYNTAX INTEGER { - true(1), - false(2), - un-used(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicate the destination ipaddress in the configured - L4 UDP-session rule entries must be checked or not. If the - swL2ACLQosFlowClassifierCurrentMode is not l4-switch(4), then - this object must be un-used(3)." - ::= { swL2ACLQosFlowClassifierEntry 11 } - - swL2ACLQosFlowClassifierL4SwitchUDPSrcIp OBJECT-TYPE - SYNTAX INTEGER { - true(1), - false(2), - un-used(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicate the source ipaddress in the configured L4 - UDP-session rule entries must be checked or not. If the - swL2ACLQosFlowClassifierCurrentMode is not l4-switch(4), then - this object must be un-used(3)." - ::= { swL2ACLQosFlowClassifierEntry 12 } - - swL2ACLQosFlowClassifierL4SwitchUDPTos OBJECT-TYPE - SYNTAX INTEGER { - true(1), - false(2), - un-used(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicate the type of service in the configured L4 - UDP-session rule entries must be checked or not. If the - swL2ACLQosFlowClassifierCurrentMode is not l4-switch(4), then - this object must be un-used(3)." - ::= { swL2ACLQosFlowClassifierEntry 13 } - - swL2ACLQosFlowClassifierL4SwitchUDPDstPort OBJECT-TYPE - SYNTAX INTEGER { - true(1), - false(2), - un-used(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicate the destination UDP port number in the - configured L4 UDP session rule entries must be checked or not. - If the swL2ACLQosFlowClassifierCurrentMode is not l4-switch(4), - then this object must be un-used(3)." - ::= { swL2ACLQosFlowClassifierEntry 14 } - - swL2ACLQosFlowClassifierL4SwitchUDPSrcPort OBJECT-TYPE - SYNTAX INTEGER { - true(1), - false(2), - un-used(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicate the source UDP port number in the - configured L4 UDP session rule entries must be checked or not. - If the swL2ACLQosFlowClassifierCurrentMode is not l4-switch(4), - then this object must be un-used(3)." - ::= { swL2ACLQosFlowClassifierEntry 15 } - - swL2ACLQosFlowClassifierL4SwitchOtherDstIp OBJECT-TYPE - SYNTAX INTEGER { - true(1), - false(2), - un-used(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicate the destination ipaddress in the configured - L4 OTHER-session rule entries must be checked or not. If the - swL2ACLQosFlowClassifierCurrentMode is not l4-switch(4), then - this object must be un-used(3)." - ::= { swL2ACLQosFlowClassifierEntry 16 } - - swL2ACLQosFlowClassifierL4SwitchOtherSrcIp OBJECT-TYPE - SYNTAX INTEGER { - true(1), - false(2), - un-used(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicate the source ipaddress in the configured L4 - OTHER-session rule entries must be checked or not. If the - swL2ACLQosFlowClassifierCurrentMode is not l4-switch(4), then - this object must be un-used(3)." - ::= { swL2ACLQosFlowClassifierEntry 17 } - - swL2ACLQosFlowClassifierL4SwitchOtherTos OBJECT-TYPE - SYNTAX INTEGER { - true(1), - false(2), - un-used(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicate the type of service in the configured L4 - OTHER-session rule entries must be checked or not. If the - swL2ACLQosFlowClassifierCurrentMode is not l4-switch(4), then - this object must be un-used(3)." - ::= { swL2ACLQosFlowClassifierEntry 18 } - - swL2ACLQosFlowClassifierL4SwitchOtherL4Protocol OBJECT-TYPE - SYNTAX INTEGER { - true(1), - false(2), - un-used(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicate the l4_protocol in the configured L4 - OTHER-session rule entries must be checked or not. If the - swL2ACLQosFlowClassifierCurrentMode is not l4-switch(4), then - this object must be un-used(3)." - ::= { swL2ACLQosFlowClassifierEntry 19 } - - swL2ACLQosFlowClassifierL4SwitchOtherICMPMessage OBJECT-TYPE - SYNTAX INTEGER { - true(1), - false(2), - un-used(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicate the ICMP message in the configured L4 - OTHER-session rule entries must be checked or not. If the - swL2ACLQosFlowClassifierCurrentMode is not l4-switch(4), then - this object must be un-used(3)." - ::= { swL2ACLQosFlowClassifierEntry 20 } - - swL2ACLQosFlowClassifierL4SwitchOtherIGMPType OBJECT-TYPE - SYNTAX INTEGER { - true(1), - false(2), - un-used(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicate the IGMP type in the configured L4 - OTHER-session rule entries must be checked or not. If the - swL2ACLQosFlowClassifierCurrentMode is not l4-switch(4), then - this object must be un-used(3)." - ::= { swL2ACLQosFlowClassifierEntry 21 } - - swL2ACLQosFlowClassifierActiveRuleNumber OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates the number of active rule." - ::= { swL2ACLQosFlowClassifierEntry 22 } - - swL2ACLQosFlowClassifierSecurityDstMask OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates a destination IP subnet rule for the switch. - If the swL2ACLQosFlowClassifierCurrentMode is not security(2), - then this object must be 0.0.0.0." - ::= { swL2ACLQosFlowClassifierEntry 23 } - - - swL2ACLQosFlowClassifierVlanTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL2ACLQosFlowClassifierVlanEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table specifys which vlan has been binded in the template." - ::= { swL2ACLQosMgmt 4 } - - swL2ACLQosFlowClassifierVlanEntry OBJECT-TYPE - SYNTAX SwL2ACLQosFlowClassifierVlanEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of information which vlan has been binded in the template." - INDEX { swL2ACLQosFlowClassifierVlanTemplateId, - swL2ACLQosFlowClassifierVlanVlanName } - ::= { swL2ACLQosFlowClassifierVlanTable 1 } - - SwL2ACLQosFlowClassifierVlanEntry ::= - SEQUENCE { - swL2ACLQosFlowClassifierVlanTemplateId - INTEGER, - swL2ACLQosFlowClassifierVlanVlanName - DisplayString, - swL2ACLQosFlowClassifierVlanState - INTEGER - } - - swL2ACLQosFlowClassifierVlanTemplateId OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of template ID." - ::= { swL2ACLQosFlowClassifierVlanEntry 1 } - - swL2ACLQosFlowClassifierVlanVlanName OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..32)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The existence of VLAN name." - ::= { swL2ACLQosFlowClassifierVlanEntry 2 } - - swL2ACLQosFlowClassifierVlanState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - attached(2), - detached(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the status of this entry. - - other(1) - this entry is currently in use but the conditions - under which it will remain so are different from each of - the following values. - attached(2) - this entry is reside in the table. - detached(3) - writing this value to the object, and then the - corresponding entry will be removed from the table." - ::= { swL2ACLQosFlowClassifierVlanEntry 3 } - - - swL2ACLQosTemplateRuleTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL2ACLQosTemplateRuleEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table specifys the template-depend rules." - ::= { swL2ACLQosMgmt 5 } - - swL2ACLQosTemplateRuleEntry OBJECT-TYPE - SYNTAX SwL2ACLQosTemplateRuleEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of information specifies the template-depend rules." - INDEX { swL2ACLQosTemplateRuleTemplateId, - swL2ACLQosTemplateRuleIndex } - ::= { swL2ACLQosTemplateRuleTable 1 } - - SwL2ACLQosTemplateRuleEntry ::= - SEQUENCE { - swL2ACLQosTemplateRuleTemplateId - INTEGER, - swL2ACLQosTemplateRuleIndex - INTEGER, - swL2ACLQosTemplateRuleMode - INTEGER, - swL2ACLQosTemplateRuleSecuritySrcIp - IpAddress, - swL2ACLQosTemplateRuleQosFlavor - INTEGER, - swL2ACLQosTemplateRuleQosValue - OCTET STRING, - swL2ACLQosTemplateRuleQosPriority - INTEGER, - swL2ACLQosTemplateRuleQosDscp - INTEGER, - swL2ACLQosTemplateRuleL4SwitchSessionType - INTEGER, - swL2ACLQosTemplateRuleL4SwitchSessionTCPDstIp - IpAddress, - swL2ACLQosTemplateRuleL4SwitchSessionTCPSrcIp - IpAddress, - swL2ACLQosTemplateRuleL4SwitchSessionTCPTos - OCTET STRING, - swL2ACLQosTemplateRuleL4SwitchSessionTCPDstPort - INTEGER, - swL2ACLQosTemplateRuleL4SwitchSessionTCPSrcPort - INTEGER, - swL2ACLQosTemplateRuleL4SwitchSessionTCPFlags - INTEGER, - swL2ACLQosTemplateRuleL4SwitchSessionUDPDstIp - IpAddress, - swL2ACLQosTemplateRuleL4SwitchSessionUDPSrcIp - IpAddress, - swL2ACLQosTemplateRuleL4SwitchSessionUDPTos - OCTET STRING, - swL2ACLQosTemplateRuleL4SwitchSessionUDPDstPort - INTEGER, - swL2ACLQosTemplateRuleL4SwitchSessionUDPSrcPort - INTEGER, - swL2ACLQosTemplateRuleL4SwitchSessionOtherDstIp - IpAddress, - swL2ACLQosTemplateRuleL4SwitchSessionOtherSrcIp - IpAddress, - swL2ACLQosTemplateRuleL4SwitchSessionOtherTos - OCTET STRING, - swL2ACLQosTemplateRuleL4SwitchSessionOtherL4Protocol - INTEGER, - swL2ACLQosTemplateRuleL4SwitchSessionOtherICMPType - OCTET STRING, - swL2ACLQosTemplateRuleL4SwitchSessionOtherICMPCode - OCTET STRING, - swL2ACLQosTemplateRuleL4SwitchSessionOtherIGMPType - INTEGER, - swL2ACLQosTemplateRuleL4SwitchActionType - INTEGER, - swL2ACLQosTemplateRuleL4SwitchActionForwardPriorityState - INTEGER, - swL2ACLQosTemplateRuleL4SwitchActionForwardPriority - INTEGER, - swL2ACLQosTemplateRuleL4SwitchActionForwardDscp - INTEGER, - swL2ACLQosTemplateRuleL4SwitchActionRedirectIp - IpAddress, - swL2ACLQosTemplateRuleL4SwitchActionRedirectDropUnreachable - INTEGER, - swL2ACLQosTemplateRuleState - INTEGER, - swL2ACLQosTemplateRuleL4SwitchSessionTCPFlagsAll - BITS, - swL2ACLQosTemplateRuleSecurityDstIp - IpAddress - } - - swL2ACLQosTemplateRuleTemplateId OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of template ID." - ::= { swL2ACLQosTemplateRuleEntry 1 } - - swL2ACLQosTemplateRuleIndex OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of template rule." - ::= { swL2ACLQosTemplateRuleEntry 2 } - - swL2ACLQosTemplateRuleMode OBJECT-TYPE - SYNTAX INTEGER { - other(1), - security(2), - qos(3), - l4-switch(4) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates the rule type of the entry." - ::= { swL2ACLQosTemplateRuleEntry 3 } - - swL2ACLQosTemplateRuleSecuritySrcIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the source IP of flow template. If the - swL2ACLQosTemplateRuleMode is not security(2), then this object - will be display 0.0.0.0." - ::= { swL2ACLQosTemplateRuleEntry 4 } - - swL2ACLQosTemplateRuleQosFlavor OBJECT-TYPE - SYNTAX INTEGER { - flavor-8021p(1), - flavor-dscp(2), - flavor-ip(3), - flavor-tcp(4), - flavor-udp(5), - flavor-un-used(6) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates the rule type of the QOS mode. If the - swL2ACLQosTemplateRuleMode is not qos(3), then this object - must be flavor-un-used(6)." - ::= { swL2ACLQosTemplateRuleEntry 5 } - - swL2ACLQosTemplateRuleQosValue OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(0 |1 | 2| 4)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object must match with swL2ACLQosTemplateRuleQosFlavor. - If the type is flavor-8021p(1), the range of this object is 0~7. - If the type is flavor-dscp(2), the range of this object is 0~63. - If the type is flavor-tcp(4) or flavor-udp(5), the range of this - object is 1~65535. If the swL2ACLQosTemplateRuleMode is not - qos(3), then this object must be NULL." - ::= { swL2ACLQosTemplateRuleEntry 6 } - - swL2ACLQosTemplateRuleQosPriority OBJECT-TYPE - SYNTAX INTEGER (0..7) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the priority of ingress packets in QOS mode. - If the swL2ACLQosTemplateRuleMode is not qos(3), then this - object must be 0." - ::= { swL2ACLQosTemplateRuleEntry 7 } - - swL2ACLQosTemplateRuleQosDscp OBJECT-TYPE - SYNTAX INTEGER (0..63) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the Dscp of ingress packets in QOS mode. - If the swL2ACLQosTemplateRuleMode is not qos(3), then this - object must be 0." - ::= { swL2ACLQosTemplateRuleEntry 8 } - - swL2ACLQosTemplateRuleL4SwitchSessionType OBJECT-TYPE - SYNTAX INTEGER { - tcp(1), - udp(2), - other(3), - un-used(4) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the rule type of the TCP-Session in - L4-Switch mode. If the swL2ACLQosTemplateRuleMode is not - l4-switch(4), then this object must be un-used(4)." - ::= { swL2ACLQosTemplateRuleEntry 9 } - - swL2ACLQosTemplateRuleL4SwitchSessionTCPDstIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the destination ipaddress in the configured - L4 TCP-session rule entries. If the swL2ACLQosTemplateRuleMode - is not l4-switch(4), then this object must be 0.0.0.0." - ::= { swL2ACLQosTemplateRuleEntry 10 } - - swL2ACLQosTemplateRuleL4SwitchSessionTCPSrcIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the source ipaddress in the configured - L4 TCP-session rule entries. If the swL2ACLQosTemplateRuleMode - is not l4-switch(4), then this object must be 0.0.0.0." - ::= { swL2ACLQosTemplateRuleEntry 11 } - - swL2ACLQosTemplateRuleL4SwitchSessionTCPTos OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(0..1)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the type of service in the configured - L4 TCP-session rule entries. If the swL2ACLQosTemplateRuleMode - is not l4-switch(4), then this object must be zero." - ::= { swL2ACLQosTemplateRuleEntry 12 } - - swL2ACLQosTemplateRuleL4SwitchSessionTCPDstPort OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the destination TCP port number in the - configured L4 TCP-session rule entries. If the swL2ACLQosTemplateRuleMode - is not l4-switch(4), then this object must be 0." - ::= { swL2ACLQosTemplateRuleEntry 13 } - - swL2ACLQosTemplateRuleL4SwitchSessionTCPSrcPort OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the source TCP port number in the configured - L4 TCP-session rule entries. If the swL2ACLQosTemplateRuleMode - is not l4-switch(4), then this object must be 0." - ::= { swL2ACLQosTemplateRuleEntry 14 } - - swL2ACLQosTemplateRuleL4SwitchSessionTCPFlags OBJECT-TYPE - SYNTAX INTEGER { - fin(1), - syn(2), - rst(3), - psh(4), - ack(5), - urg(6), - un-used(7) - } - MAX-ACCESS read-write - STATUS deprecated - DESCRIPTION - "This object indicates the TCP flags in the configured L4 TCP- - session rule entries. If the swL2ACLQosTemplateRuleMode is not - l4-switch(4), then this object must be un-used(7). - - This object is deprecated because it just can let user to - choose one of these items." - ::= { swL2ACLQosTemplateRuleEntry 15 } - - swL2ACLQosTemplateRuleL4SwitchSessionUDPDstIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the destination ipaddress in the configured - L4 UDP-session rule entries. If the swL2ACLQosTemplateRuleMode - is not l4-switch(4), then this object must be 0.0.0.0." - ::= { swL2ACLQosTemplateRuleEntry 16 } - - swL2ACLQosTemplateRuleL4SwitchSessionUDPSrcIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the soruce ipaddress in the configured - L4 UDP-session rule entries. If the swL2ACLQosTemplateRuleMode - is not l4-switch(4), then this object must be 0.0.0.0." - ::= { swL2ACLQosTemplateRuleEntry 17 } - - swL2ACLQosTemplateRuleL4SwitchSessionUDPTos OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(0..1)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the type of service in the configured - L4 UDP-session rule entries. If the swL2ACLQosTemplateRuleMode - is not l4-switch(4), then this object must be zero." - ::= { swL2ACLQosTemplateRuleEntry 18 } - - swL2ACLQosTemplateRuleL4SwitchSessionUDPDstPort OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the destination UDP port number in the - configured L4 UDP-session rule entries. If the - swL2ACLQosTemplateRuleMode is not l4-switch(4), then this object - must be 0." - ::= { swL2ACLQosTemplateRuleEntry 19 } - - swL2ACLQosTemplateRuleL4SwitchSessionUDPSrcPort OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the source UDP port number in the configured - L4 UDP-session rule entries. If the swL2ACLQosTemplateRuleMode - is not l4-switch(4), then this object must be 0." - ::= { swL2ACLQosTemplateRuleEntry 20 } - - swL2ACLQosTemplateRuleL4SwitchSessionOtherDstIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the destination ipaddress in the configured - L4 OTHER-session rule entries. If the swL2ACLQosTemplateRuleMode - is not l4-switch(4), then this object must be 0.0.0.0." - ::= { swL2ACLQosTemplateRuleEntry 21 } - - swL2ACLQosTemplateRuleL4SwitchSessionOtherSrcIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the source ipaddress in the configured - L4 OTHER-session rule entries. If the swL2ACLQosTemplateRuleMode - is not l4-switch(4), then this object must be 0.0.0.0." - ::= { swL2ACLQosTemplateRuleEntry 22 } - - swL2ACLQosTemplateRuleL4SwitchSessionOtherTos OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(0..1)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the type of service in the configured - L4 OTHER-session rule entries. If the swL2ACLQosTemplateRuleMode - is not l4-switch(4), then this object must be zero." - ::= { swL2ACLQosTemplateRuleEntry 23 } - - swL2ACLQosTemplateRuleL4SwitchSessionOtherL4Protocol OBJECT-TYPE - SYNTAX INTEGER { - icmp(1), - igmp(2), - un-used(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the l4_protocol in the configured - L4 OTHER-session rule entries. If the swL2ACLQosTemplateRuleMode - is not l4-switch(4), then this object must be un-used(3)." - ::= { swL2ACLQosTemplateRuleEntry 24 } - - swL2ACLQosTemplateRuleL4SwitchSessionOtherICMPType OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(0..1)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the type of ICMP message in the configured - L4 OTHER-session rule entries. If the swL2ACLQosTemplateRuleMode - is not l4-switch(4), then this object must be zero." - ::= { swL2ACLQosTemplateRuleEntry 25 } - - swL2ACLQosTemplateRuleL4SwitchSessionOtherICMPCode OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(0..1)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the code of ICMP message in the configured - L4 OTHER-session rule entries. If the swL2ACLQosTemplateRuleMode - is not l4-switch(4), then this object must be zero." - ::= { swL2ACLQosTemplateRuleEntry 26 } - - swL2ACLQosTemplateRuleL4SwitchSessionOtherIGMPType OBJECT-TYPE - SYNTAX INTEGER { - query(1), - response-version-1(2), - response-version-2(3), - response-version-all(4), - un-used(5) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the IGMP type in the configured - L4 OTHER-session rule entries. If the swL2ACLQosTemplateRuleMode - is not l4-switch(4), then this object must be un-used(5). If the - object be set to response-version-all(4), it means to create two - entries with response-version-1(2) and response-version-2(3)." - ::= { swL2ACLQosTemplateRuleEntry 27 } - - swL2ACLQosTemplateRuleL4SwitchActionType OBJECT-TYPE - SYNTAX INTEGER { - drop(1), - forward(2), - redirect(3), - un-used(4) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the action when a packet matches an entry - of l4_switch mode. If the swL2ACLQosTemplateRuleMode is not - l4-switch(4), then this object must be un-used(4)." - ::= { swL2ACLQosTemplateRuleEntry 28 } - - swL2ACLQosTemplateRuleL4SwitchActionForwardPriorityState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - true(2), - false(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object decide to sending the packet to one of 8 hardware - priority queues or not." - ::= { swL2ACLQosTemplateRuleEntry 29 } - - swL2ACLQosTemplateRuleL4SwitchActionForwardPriority OBJECT-TYPE - SYNTAX INTEGER (0..7) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the priority related to one of 8 hardware - priority queues. If the swL2ACLQosTemplateRuleMode is not - l4-switch(4) or the - swL2ACLQosTemplateRuleL4SwitchActionForwardPriorityState is not - true(2), this object must be 0." - ::= { swL2ACLQosTemplateRuleEntry 30 } - - swL2ACLQosTemplateRuleL4SwitchActionForwardDscp OBJECT-TYPE - SYNTAX INTEGER (0..63) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "If the swL2ACLQosTemplateRuleMode is not l4-switch(4) or the - swL2ACLQosTemplateRuleL4SwitchActionForwardPriorityState is not - true(2),, this object must be 0." - ::= { swL2ACLQosTemplateRuleEntry 31 } - - swL2ACLQosTemplateRuleL4SwitchActionRedirectIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the redirected IP address that when a - packet matches an entry of l4_switch mode. If the - swL2ACLQosTemplateRuleL4SwitchActionType is not redirect(3), - this object must be 0.0.0.0." - ::= { swL2ACLQosTemplateRuleEntry 32 } - - swL2ACLQosTemplateRuleL4SwitchActionRedirectDropUnreachable OBJECT-TYPE - SYNTAX INTEGER { - other(1), - true(2), - false(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the action of this entry. - - other(1) - this entry is currently in use but the conditions under - which it will remain so are different from each of the following - values. - false(2) - routing unreachable packet by using L2/IPv4 router - forwarding table. - true(3) - dropping unreachable packet" - ::= { swL2ACLQosTemplateRuleEntry 33 } - - - swL2ACLQosTemplateRuleState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - invalid(2), - valid(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the status of this entry. - - other(1) - this entry is currently in use but the conditions - under which it will remain so are different from each of - the following values. - invalid(2) - writing this value to the object, and then the - corresponding entry will be removed from the table. - valid(3) - this entry is reside in the table." - ::= { swL2ACLQosTemplateRuleEntry 34 } - - swL2ACLQosTemplateRuleL4SwitchSessionTCPFlagsAll OBJECT-TYPE - SYNTAX BITS { - fin(0), - syn(1), - rst(2), - psh(3), - ack(4), - urg(5) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the TCP flags in the configured L4 TCP- - session rule entries. If the swL2ACLQosTemplateRuleMode is not - l4-switch(4), then this object must be zero." - ::= { swL2ACLQosTemplateRuleEntry 35 } - - swL2ACLQosTemplateRuleSecurityDstIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the destination IP of flow template. If - the swL2ACLQosTemplateRuleMode is not security(2), then this - object will be display 0.0.0.0." - ::= { swL2ACLQosTemplateRuleEntry 36 } - - - - swL2ACLQosDestinationIpFilterTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL2ACLQosDestinationIpFilterEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table defines information for the device to filter packets - with specific Destination IP address. The IP address can be a - unicast address or multicast address. This table has higher - priority than both static FDB table and IGMP table. It means - that if a IP address appears on this table also appears on the - static FDB table, the device will use the information provide by - this table to process the packet." - ::= { swL2ACLQosMgmt 6 } - - swL2ACLQosDestinationIpFilterEntry OBJECT-TYPE - SYNTAX SwL2ACLQosDestinationIpFilterEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of information about a specific unicast/multicast IP - address for which the switch has filtering information." - INDEX { swL2ACLQosDestinationIpFilterIpAddr } - ::= { swL2ACLQosDestinationIpFilterTable 1 } - - SwL2ACLQosDestinationIpFilterEntry ::= - SEQUENCE { - swL2ACLQosDestinationIpFilterIndex - INTEGER, - swL2ACLQosDestinationIpFilterIpAddr - IpAddress, - swL2ACLQosDestinationIpFilterState - INTEGER - } - - swL2ACLQosDestinationIpFilterIndex OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS obsolete - DESCRIPTION - "The index of this rule." - ::= { swL2ACLQosDestinationIpFilterEntry 1 } - - swL2ACLQosDestinationIpFilterIpAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates a unicast IP address for which the - switch has filtering information." - ::= { swL2ACLQosDestinationIpFilterEntry 2 } - - swL2ACLQosDestinationIpFilterState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - invalid(2), - valid(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the status of this entry. - - other(1) - this entry is currently in use but the conditions - under which it will remain so are different from each of - the following values. - invalid(2) - writing this value to the object, and then the - corresponding entry will be removed from the table. - valid(3) - this entry is reside in the table." - ::= { swL2ACLQosDestinationIpFilterEntry 3 } - - - swL2ACLQosFDBFilterTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL2ACLQosFDBFilterEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table defines information for the device to filter packets - with specific MAC address (either as the DA and/or as the SA). - The MAC address can be a unicast address or a multicast address. - This table has higher priority than both static FDB table and - IGMP table. It means that if a MAC address appears on this table - also appears on the static FDB table, the device will use the - information provide by this table to process the packet." - ::= { swL2ACLQosMgmt 7 } - - swL2ACLQosFDBFilterEntry OBJECT-TYPE - SYNTAX SwL2ACLQosFDBFilterEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of information about a specific unicast/multicast MAC - address for which the switch has filtering information." - INDEX { swL2ACLQosFDBFilterVlanName, swL2ACLQosFDBFilterMacAddress } - ::= { swL2ACLQosFDBFilterTable 1 } - - SwL2ACLQosFDBFilterEntry ::= - SEQUENCE { - swL2ACLQosFDBFilterIndex - INTEGER, - swL2ACLQosFDBFilterVlanName - DisplayString, - swL2ACLQosFDBFilterMacAddress - MacAddress, - swL2ACLQosFDBFilterState - INTEGER - } - - swL2ACLQosFDBFilterIndex OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS obsolete - DESCRIPTION - "The index of this rule." - ::= { swL2ACLQosFDBFilterEntry 1 } - - swL2ACLQosFDBFilterVlanName OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..32)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The existence of VALN name." - ::= { swL2ACLQosFDBFilterEntry 2 } - - swL2ACLQosFDBFilterMacAddress OBJECT-TYPE - SYNTAX MacAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object will filter on destination MAC address operates on - bridged packets, but not on routed packets. And It will filter - on source MAC operates on all packets." - ::= { swL2ACLQosFDBFilterEntry 3 } - - swL2ACLQosFDBFilterState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - invalid(2), - valid(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the status of this entry. - - other(1) - this entry is currently in use but the conditions - under which it will remain so are different from each of - the following values. - invalid(2) - writing this value to the object, and then the - corresponding entry will be removed from the table. - valid(3) - this entry is reside in the table." - ::= { swL2ACLQosFDBFilterEntry 4 } - - - swL2ACLQosIpFragmentFilterDropPkts OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object decide to drop fragmented IP packets or not." - ::= { swL2ACLQosMgmt 8 } - - - swL2ACLQosSchedulingTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL2ACLQosSchedulingEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "The switch contains 4 hardware priority queues. Incoming packets - must be mapped to one of these four queues. Each hardware queue - will transmit all of the packets in its buffer before allowing - the next lower priority queue to transmit its packets. When the - lowest hardware priority queue has finished transmitting all of - its packets, the highest hardware priority queue can again - transmit any packets it may have received." - ::= { swL2ACLQosMgmt 9 } - - swL2ACLQosSchedulingEntry OBJECT-TYPE - SYNTAX SwL2ACLQosSchedulingEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of information specifies the Qos output scheduling Table." - INDEX { swL2ACLQosSchedulingPortIndex, swL2ACLQosSchedulingClassId } - ::= { swL2ACLQosSchedulingTable 1 } - - SwL2ACLQosSchedulingEntry ::= - SEQUENCE { - swL2ACLQosSchedulingPortIndex - INTEGER, - swL2ACLQosSchedulingClassId - INTEGER, - swL2ACLQosSchedulingWRRValue - INTEGER - } - - swL2ACLQosSchedulingPortIndex OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of logical port." - ::= { swL2ACLQosSchedulingEntry 1 } - - swL2ACLQosSchedulingClassId OBJECT-TYPE - SYNTAX INTEGER (0..3) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This specifies which of the four hardware priority queues. The - four hardware priority queues are identified by number, from 0 - to 3, with the 0 queue being the lowest priority." - ::= { swL2ACLQosSchedulingEntry 2 } - - swL2ACLQosSchedulingWRRValue OBJECT-TYPE - SYNTAX INTEGER (0..255) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Specifies the weighted round robin (WRR) the above specified - hardware priority queue will be allowed to transmit before - allowing the next lowest priority queue to transmit its packets." - ::= { swL2ACLQosSchedulingEntry 3 } - - - swL2ACLQosMacPriorityTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL2ACLQosMacPriorityEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table indicates the destination mac priority in flow - classifier." - ::= { swL2ACLQosMgmt 10 } - - swL2ACLQosMacPriorityEntry OBJECT-TYPE - SYNTAX SwL2ACLQosMacPriorityEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of information specifies the destination mac priority in - flow classifier." - INDEX { swL2ACLQosMacPriorityVlanName, - swL2ACLQosMacPriorityDstMacAddress } - ::= { swL2ACLQosMacPriorityTable 1 } - - SwL2ACLQosMacPriorityEntry ::= - SEQUENCE { - swL2ACLQosMacPriorityIndex - INTEGER, - swL2ACLQosMacPriorityVlanName - DisplayString, - swL2ACLQosMacPriorityDstMacAddress - MacAddress, - swL2ACLQosMacPriorityPriorityValue - INTEGER, - swL2ACLQosMacPriorityState - INTEGER - } - - swL2ACLQosMacPriorityIndex OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS obsolete - DESCRIPTION - "The index of this rule." - ::= { swL2ACLQosMacPriorityEntry 1 } - - swL2ACLQosMacPriorityVlanName OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..32)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The existence VLAN name." - ::= { swL2ACLQosMacPriorityEntry 2 } - - swL2ACLQosMacPriorityDstMacAddress OBJECT-TYPE - SYNTAX MacAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object will filter on destination MAC address operates on - bridged packets, but not on routed packets. And It will filter - on source MAC operates on all packets." - ::= { swL2ACLQosMacPriorityEntry 3 } - - swL2ACLQosMacPriorityPriorityValue OBJECT-TYPE - SYNTAX INTEGER (0..7) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the priority related to one of 8 hardware - priority queues." - ::= { swL2ACLQosMacPriorityEntry 4 } - - swL2ACLQosMacPriorityState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - invalid(2), - valid(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the status of this entry. - - other(1) - this entry is currently in use but the conditions - under which it will remain so are different from each of - the following values. - invalid(2) - writing this value to the object, and then the - corresponding entry will be removed from the table. - valid(3) - this entry is reside in the table." - ::= { swL2ACLQosMacPriorityEntry 5 } - - --- ******************************************************************** --- swL2MgmtPortMgmt OBJECT IDENTIFIER ::= { swL2MgmtMIB 17 } --- ******************************************************************** - - swL2MgmtPortCurrentLinkStatus OBJECT-TYPE - SYNTAX INTEGER { - other(1), - link-pass(2), - link-fail(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates the current management port link status." - ::= { swL2MgmtPortMgmt 1 } - - swL2MgmtPortCurrentNwayStatus OBJECT-TYPE - SYNTAX INTEGER { - other(1), - half-10Mbps(2), - full-10Mbps(3), - half-100Mbps(4), - full-100Mbps(5) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates the current management port speed and - duplex mode." - ::= { swL2MgmtPortMgmt 2 } - - swL2MgmtPortAdminState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object decide the management port enabled or disabled." - ::= { swL2MgmtPortMgmt 3 } - - swL2MgmtPortNwayState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - nway-enabled(2), - nway-disabled-10Mbps-Half(3), - nway-disabled-10Mbps-Full(4), - nway-disabled-100Mbps-Half(5), - nway-disabled-100Mbps-Full(6) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Chose the management port speed, duplex mode, and N-Way - function mode." - ::= { swL2MgmtPortMgmt 4 } - - swL2MgmtPortFlowCtrlState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The flow control mechanism is different between full duplex - mode and half duplex mode. For half duplex mode, the jamming - signal is asserted. For full duplex mode, IEEE 802.3x flow - control function sends PAUSE frames and receives PAUSE frames." - ::= { swL2MgmtPortMgmt 5 } - - swL2MgmtPortLinkUpDownTrapEnable OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Indicates whether linkUp/linkDown traps should be generated for - the management port. By default, this object should have the - value enabled(3)." - ::= { swL2MgmtPortMgmt 6 } - - - -END diff --git a/mibs/SWL3MGMT-MIB b/mibs/SWL3MGMT-MIB deleted file mode 100644 index 70df881154..0000000000 --- a/mibs/SWL3MGMT-MIB +++ /dev/null @@ -1,1393 +0,0 @@ --- SWL3MGMT MIB Ver 0.02 2002/07/30 --- --- --- Modified swL3IpFdbInfoTable --- Modified swL3IpDomainMgmt to swL3IpCtrlMgmt --- By Tommy Wang --- --- SWL3MGMT MIB Ver 0.01 2000/07/05 - -SWL3MGMT-MIB DEFINITIONS ::= BEGIN - - IMPORTS - Counter32,MODULE-IDENTITY,OBJECT-TYPE,IpAddress, - NOTIFICATION-TYPE - FROM SNMPv2-SMI - PhysAddress,DisplayString,RowStatus,MacAddress,TruthValue,TimeStamp - FROM SNMPv2-TC - privateMgmt FROM SWPRIMGMT-MIB - TOSType, Metric, AreaID FROM OSPF-MIB - ifIndex FROM IF-MIB; - - swL3MgmtMIB MODULE-IDENTITY - LAST-UPDATED "0007150000Z" - ORGANIZATION "enterprise, Inc." - CONTACT-INFO - " Customer Service - - Postal: - - Tel: - - E-mail: " - DESCRIPTION - "The Structure of Layer 3 Network Management Information for the - proprietary enterprise." - ::= { privateMgmt 3 } - - NodeAddress ::= OCTET STRING (SIZE(6)) - NetAddress ::= OCTET STRING (SIZE(4)) - - swL3DevMgmt OBJECT IDENTIFIER ::= { swL3MgmtMIB 1 } - swL3IpMgmt OBJECT IDENTIFIER ::= { swL3MgmtMIB 2 } - swL3RelayMgmt OBJECT IDENTIFIER ::= { swL3MgmtMIB 3 } - - swL3IpCtrlMgmt OBJECT IDENTIFIER ::= { swL3IpMgmt 1 } - swL3IpFdbMgmt OBJECT IDENTIFIER ::= { swL3IpMgmt 2 } - swL3IpFilterMgmt OBJECT IDENTIFIER ::= { swL3IpMgmt 3 } - - swL3RelayBootpMgmt OBJECT IDENTIFIER ::= { swL3RelayMgmt 1 } - swL3RelayDnsMgmt OBJECT IDENTIFIER ::= { swL3RelayMgmt 2 } - --- ******************************************************************** --- swL3DevMgmt OBJECT IDENTIFIER ::= { swL3MgmtMIB 1 } --- ******************************************************************** - - swL3DevCtrl OBJECT IDENTIFIER ::= { swL3DevMgmt 1 } - - swL3DevCtrlRIPState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates Routing Information Protocol (RIP) - version 2 function is enabled or disabled." - ::= { swL3DevCtrl 1 } - - swL3DevCtrlOSPFState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates OSPF protocol is enabled or disabled." - ::= { swL3DevCtrl 2 } - - swL3DevCtrlDVMRPState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates DVMRP protocol is enabled or disabled." - ::= { swL3DevCtrl 3 } - - - swL3DevCtrlVRRPState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates VRRP protocol is enabled or disabled." - ::= { swL3DevCtrl 4 } - - swL3DevCtrlVRRPPingVirtualAddrState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object let host can ping the virtual ip address or not. - Default is disabled(2)." - ::= { swL3DevCtrl 5 } - - --- ******************************************************************** --- swL3IpCtrlMgmt OBJECT IDENTIFIER ::= { swL3IpMgmt 1 } --- ******************************************************************** - - swL3IpCtrlTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL3IpCtrlEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table contain IP interface information." - ::= { swL3IpCtrlMgmt 1 } - - swL3IpCtrlEntry OBJECT-TYPE - SYNTAX SwL3IpCtrlEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of information about a specific IP interface." - INDEX { swL3IpCtrlInterfaceName } - ::= { swL3IpCtrlTable 1 } - - SwL3IpCtrlEntry ::= - SEQUENCE { - swL3IpCtrlInterfaceName - DisplayString, - swL3IpCtrlIfIndex - INTEGER, - swL3IpCtrlIpAddr - IpAddress, - swL3IpCtrlIpSubnetMask - IpAddress, - swL3IpCtrlVlanName - DisplayString, - swL3IpCtrlMode - INTEGER, - swL3IpCtrlState - RowStatus, - swL3IpCtrlOperState - INTEGER - } - - swL3IpCtrlInterfaceName OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..12)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates the name of the IP interface." - ::= { swL3IpCtrlEntry 1 } - - swL3IpCtrlIfIndex OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object uniquely identifies the IP interface number in the - swL3IpCtrlTable." - ::= { swL3IpCtrlEntry 2 } - - swL3IpCtrlIpAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The IP address of the interface. This object only can take the - value of the unicast IP address." - ::= { swL3IpCtrlEntry 3 } - - swL3IpCtrlIpSubnetMask OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The IP net mask for this interface." - ::= { swL3IpCtrlEntry 4 } - - swL3IpCtrlVlanName OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..32)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the IP control entry's VLAN name. The - VLAN name in each entry must be unique in the IP Control Table." - ::= { swL3IpCtrlEntry 5 } - - swL3IpCtrlMode OBJECT-TYPE - SYNTAX INTEGER { - other(1), - manual(2), - bootp(3), - dhcp(4) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the IP operation mode. - - other(1) - this entry is currently in use but the conditions - under which it will remain so are different from each of the - following values. - manual(2) - the IP address will be set by manual. - bootp(3) - the IP address will be set automatically from BOOTP - server. - dhcp(4) - the IP address will be set automatically from DHCP - server." - ::= { swL3IpCtrlEntry 6 } - - swL3IpCtrlState OBJECT-TYPE - SYNTAX RowStatus - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This variable displays the status of the entry. The status used - for creating, modifying, and deleting instances of the objects - in this table." - ::= { swL3IpCtrlEntry 7 } - - swL3IpCtrlOperState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - up(2), - down(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The current operational state of the IP interface." - ::= { swL3IpCtrlEntry 8 } - --- ******************************************************************** --- swL3IpFdbMgmt OBJECT IDENTIFIER ::= { swL3IpMgmt 2 } --- ******************************************************************** - - swL3IpFdbInfoTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL3IpFdbInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table that contains forwarding and/or filtering information. - This information is used by the switch in determining how to - propagate the received IP packets." - ::= { swL3IpFdbMgmt 1 } - - swL3IpFdbInfoEntry OBJECT-TYPE - SYNTAX SwL3IpFdbInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Information about a specific IP address for which the bridge - has some forwarding and/or filtering information." - INDEX { swL3IpFdbInfoIpAddr } - ::= { swL3IpFdbInfoTable 1 } - - SwL3IpFdbInfoEntry ::= - SEQUENCE { --- swL3IpFdbInfoRdIndex --- INTEGER, - swL3IpFdbInfoIpAddr - IpAddress, - swL3IpFdbInfoIpSubnetMask - IpAddress, - swL3IpFdbInfoPort - INTEGER, - swL3IpFdbInfoType - INTEGER - } - --- swL3IpFdbInfoRdIndex OBJECT-TYPE --- SYNTAX INTEGER(0..65535) --- MAX-ACCESS read-only --- STATUS current --- DESCRIPTION --- "The object indicates the IP routing domain index, and should --- be associated with one of swL3IpDomainStatsIndex." --- ::= { swL3IpFdbInfoEntry 1 } - - swL3IpFdbInfoIpAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A IP address for which switch has forwarding and/or filtering - information." - ::= { swL3IpFdbInfoEntry 1 } - - swL3IpFdbInfoIpSubnetMask OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A IP net mask for this interface.for which switch has - forwarding and/or filtering information." - ::= { swL3IpFdbInfoEntry 2 } - - swL3IpFdbInfoPort OBJECT-TYPE - SYNTAX INTEGER(0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Either the value '0', or the port number of the port on which - packet having a IP address equal to the value of the - corresponding instance of swL3IpFdbInfoIpAddr has been seen. A - value of '0' indicates that the port number has not been learned - but that switch does have some forwarding/filtering information - about this address." - ::= { swL3IpFdbInfoEntry 3 } - - swL3IpFdbInfoType OBJECT-TYPE - SYNTAX INTEGER { - other(1), - static(2), - dynamic(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The status of this entry." - ::= { swL3IpFdbInfoEntry 4 } - --- ******************************************************************** --- swL3IpFilterMgmt OBJECT IDENTIFIER ::= { swL3IpMgmt 3 } --- ******************************************************************** - - swL3IpFilterAddrConfig OBJECT IDENTIFIER ::= { swL3IpFilterMgmt 1 } - - swL3IpFilterAddrMaxSupportedEntries OBJECT-TYPE - SYNTAX INTEGER(0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Maximum number of entries in the IP address filtering table - (swL3IpFilterAddrCtrlTable) ." - ::= { swL3IpFilterAddrConfig 1 } - - swL3IpFilterAddrCurrentTotalEntries OBJECT-TYPE - SYNTAX INTEGER(0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Current applied number of entries in the IP address filtering - table. If the swL3IpFilterAddrCtrlState = dst-src-addr, then it - means there are two entries in swL3IpFilterAddrCtrlTable." - ::= { swL3IpFilterAddrConfig 2 } - - swL3IpFilterAddrCtrlTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL3IpFilterAddrCtrlEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table defines information for the device to filter packets - with specific IP address (either as the DA and/or as the SA). - The IP address can be a unicast address or multicast address. - This table has higher priority than both static FDB table and - IGMP table. It means that if a IP address appears on this table - also appears on the static FDB table, the device will use the - information provide by this table to process the packet." - ::= { swL3IpFilterAddrConfig 3 } - - swL3IpFilterAddrCtrlEntry OBJECT-TYPE - SYNTAX SwL3IpFilterAddrCtrlEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of information about a specific unicast/multicast IP - address for which the switch has filtering information." - INDEX { swL3IpFilterAddrIpAddr } - ::= { swL3IpFilterAddrCtrlTable 1 } - - SwL3IpFilterAddrCtrlEntry ::= - SEQUENCE { - swL3IpFilterAddrIpAddr - IpAddress, --- swL3IpFilterAddrIpSktGE --- INTEGER, --- swL3IpFilterAddrIpSktLE --- INTEGER, - swL3IpFilterAddrCtrlState - INTEGER - } - - swL3IpFilterAddrIpAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object indicates a unicast/multicast IP address for which - the switch has filtering information. But if the - swL3IpFilterAddrCtrlState = src-addr, then the object can not be - a multicast IP address (Class D IP address)." - ::= { swL3IpFilterAddrCtrlEntry 1 } - --- swL3IpFilterAddrIpSktGE OBJECT-TYPE --- SYNTAX INTEGER --- MAX-ACCESS read-write --- STATUS current --- DESCRIPTION --- "This object indicates a socket number which the used socket --- number should be greater than or equal to" --- ::= { swL3IpFilterAddrCtrlEntry 2 } - --- swL3IpFilterAddrIpSktLE OBJECT-TYPE --- SYNTAX INTEGER --- MAX-ACCESS read-write --- STATUS current --- DESCRIPTION --- "This object indicates a socket number which the used socket --- number should be less than or equal to" --- ::= { swL3IpFilterAddrCtrlEntry 3 } - - swL3IpFilterAddrCtrlState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - dst-addr(2), - src-addr(3), - dst-src-addr(4), - invalid(5) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the status of this entry. - - other(1) - this entry is currently in use but the conditions - under which it will remain so are different from each of the - following values. - dst-addr(2) - recieved frames's destination address are - currently used to be filtered as it meets with the IP - address entry of the table. - src-addr(3) - recieved frames's source address are currently - used to be filtered as it meets with the IP address entry of - the table. - dst-src-addr(4) - recieved frames's destination address or - source address are currently used to be filtered as it meets - with the IP address entry of the table. - invalid(5) - writing this value to the object, and then the - corresponding entry will be removed from the table." - ::= { swL3IpFilterAddrCtrlEntry 2 } - - - swL3IpArpAgingTime OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The timeout period in minutes for aging out dynamically learned - arp information." - ::= { swL3IpMgmt 4 } - - - swL3IpStaticRouteTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL3IpStaticRouteEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This entity's IP static Routing table." - ::= { swL3IpMgmt 5 } - - swL3IpStaticRouteEntry OBJECT-TYPE - SYNTAX SwL3IpStaticRouteEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A particular route to a particular destination, under a particular policy." - INDEX { - swL3IpStaticRouteDest, - swL3IpStaticRouteMask, - swL3IpStaticRouteNextHop - } - ::= { swL3IpStaticRouteTable 1 } - - SwL3IpStaticRouteEntry ::= - SEQUENCE { - swL3IpStaticRouteDest - IpAddress, - swL3IpStaticRouteMask - IpAddress, - swL3IpStaticRouteNextHop - IpAddress, - swL3IpStaticRouteMetric - INTEGER, - swL3IpStaticRouteStatus - INTEGER - } - - swL3IpStaticRouteDest OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The destination IP address of this route. - - This object may not take a Multicast (Class D) - address value. - - Any assignment (implicit or otherwise) of an - instance of this object to a value x must be - rejected if the bitwise logical-AND of x with - the value of the corresponding instance of the - swL3IpStaticRouteMask object is not equal to x." - ::= { swL3IpStaticRouteEntry 1 } - - swL3IpStaticRouteMask OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Indicate the mask to be logical-ANDed with the - destination address before being compared to - the value in the swL3IpStaticRouteDest field. - For those systems that do not support arbitrary - subnet masks, an agent constructs the value of - the swL3IpStaticRouteMask by reference to the IP - Address Class. - - Any assignment (implicit or otherwise) of an - instance of this object to a value x must be - rejected if the bitwise logical-AND of x with - the value of the corresponding instance of the - swL3IpStaticRouteDest object is not equal to - swL3IpStaticRouteDest." - ::= { swL3IpStaticRouteEntry 2 } - - swL3IpStaticRouteNextHop OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "On remote routes, the address of the next sys- - tem en route; Otherwise, 0.0.0.0." - ::= { swL3IpStaticRouteEntry 3 } - - swL3IpStaticRouteMetric OBJECT-TYPE - SYNTAX INTEGER (1..65535) - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "The routing metric for this route." - ::= { swL3IpStaticRouteEntry 4 } - - swL3IpStaticRouteStatus OBJECT-TYPE - SYNTAX INTEGER { - other(1), - invalid(2), - valid(3) - } - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This object indicates the status of this entry. - - other(1) - this entry is currently in use but the conditions - under which it will remain so are different from each of - the following values. - invalid(2) - writing this value to the object, and then the - corresponding entry will be removed from the table. - valid(3) - this entry is reside in the table." - ::= { swL3IpStaticRouteEntry 5 } - - - swL3IpArpTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL3IpArpEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "The ARP table used for mapping from IP addresses to physical - addresses." - ::= { swL3IpMgmt 6 } - - swL3IpArpEntry OBJECT-TYPE - SYNTAX SwL3IpArpEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Each entry contains one IpAddress to `physical' address - equivalence." - INDEX { swL3IpArpIfIndex, swL3IpArpNetAddress } - ::= { swL3IpArpTable 1 } - - SwL3IpArpEntry ::= - SEQUENCE { - swL3IpArpIfIndex - INTEGER, - swL3IpArpNetAddress - IpAddress, - swL3IpArpPhysAddress - MacAddress, - swL3IpArpType - INTEGER, - swL3IpArpDynamicAgingTime - INTEGER - } - - swL3IpArpIfIndex OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The interface on which this entry's equivalence is effective. - The interface identified by a particular value of this index is - the same interface as identified by the same value of ifIndex." - ::= { swL3IpArpEntry 1 } - - swL3IpArpNetAddress OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The IpAddress corresponding to the media-dependent `physical' - address." - ::= { swL3IpArpEntry 2 } - - swL3IpArpPhysAddress OBJECT-TYPE - SYNTAX MacAddress - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "The media-dependent `physical' address." - ::= { swL3IpArpEntry 3 } - - swL3IpArpType OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- none of the following - invalid(2), -- an invalidated mapping - dynamic(3), - static(4), - local(5), - local-broadcast(6) - } - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "The type of mapping. - - Setting this object to the value invalid(2) has the effect of - invalidating the corresponding entry in the swL3IpArpTable. - That is, it effectively dissasociates the interface identified - with said entry from the mapping identified with said entry. It - is an implementation-specific matter as to whether the agent - removes an invalidated entry from the table. Accordingly, - management stations must be prepared to receive tabular - information from agents that corresponds to entries not - currently in use. Proper interpretation of such entries - requires examination of the relevant swL3IpArpType object." - ::= { swL3IpArpEntry 4 } - - swL3IpArpDynamicAgingTime OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The timeout period in seconds for aging out dynamically learned - arp information. If the swL3IpArpType is not dynamic(3), this - object will display zero." - ::= { swL3IpArpEntry 5 } - - - swL3IpArpReqRateLimitState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "To enable limit ARP requests trapped to CPU or disabled." - ::= { swL3IpMgmt 7 } - - swL3IpArpReqRateLimitValue OBJECT-TYPE - SYNTAX INTEGER (10..100) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "To configure how much frames per second that ARP request - limit. This value will be usefull only when - swL3IpArpReqRateLimitState is enabled." - DEFVAL { 50 } - ::= { swL3IpMgmt 8 } - --- ******************************************************************** --- swL3RelayBootpMgmt OBJECT IDENTIFIER ::= { swL3RelayMgmt 1 } --- ******************************************************************** - - swL3RelayBootpState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates BOOTP Relay function is enabled or - disabled." - ::= { swL3RelayBootpMgmt 1 } - - swL3RelayBootpHopCount OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the maximum number of router hops that - the BOOTP packets can cross." - ::= { swL3RelayBootpMgmt 2 } - - swL3RelayBootpTimeThreshold OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the minimum time in seconds within which - the switch must relay the BOOTP request. If this time is - exceeded, the switch will drop the BOOTP packet." - ::= { swL3RelayBootpMgmt 3 } - - swL3RelayBootpCtrlTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL3RelayBootpCtrlEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table specifys the IP address as a destination to forward - (relay) BOOTP packets to." - ::= { swL3RelayBootpMgmt 4 } - - swL3RelayBootpCtrlEntry OBJECT-TYPE - SYNTAX SwL3RelayBootpCtrlEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of information specifies the IP address as a destination - to forward (relay) BOOTP packets to." - INDEX { swL3RelayBootpCtrlInterfaceName, swL3RelayBootpCtrlServer} - ::= { swL3RelayBootpCtrlTable 1 } - - SwL3RelayBootpCtrlEntry ::= - SEQUENCE { - swL3RelayBootpCtrlInterfaceName - DisplayString, - swL3RelayBootpCtrlServer - IpAddress, - swL3RelayBootpCtrlState - INTEGER - } - - swL3RelayBootpCtrlInterfaceName OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..12)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The name of the IP interface." - ::= { swL3RelayBootpCtrlEntry 1 } - - swL3RelayBootpCtrlServer OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The BOOTP server IP address." - ::= { swL3RelayBootpCtrlEntry 2 } - - swL3RelayBootpCtrlState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - invalid(2), - valid(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the status of this entry. - - other(1) - this entry is currently in use but the conditions - under which it will remain so are different from each of - the following values. - invalid(2) - writing this value to the object, and then the - corresponding entry will be removed from the table. - valid(3) - this entry is reside in the table." - ::= { swL3RelayBootpCtrlEntry 3 } - - --- ******************************************************************** --- swL3RelayDnsMgmt OBJECT IDENTIFIER ::= { swL3RelayMgmt 2 } --- ******************************************************************** - - swL3RelayDnsState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates DNS Relay function is enabled or - disabled." - ::= { swL3RelayDnsMgmt 1 } - - swL3RelayDnsPrimaryServer OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the address of the primary DNS server." - ::= { swL3RelayDnsMgmt 2 } - - swL3RelayDnsSecondaryServer OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the address of the secondary DNS server." - ::= { swL3RelayDnsMgmt 3 } - - swL3RelayDnsCacheState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates DNS Relay cache is enabled or - disabled." - ::= { swL3RelayDnsMgmt 4 } - - swL3RelayDnsStaticTableState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates DNS Relay static table is enabled or - disabled." - ::= { swL3RelayDnsMgmt 5 } - - swL3RelayDnsCtrlTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL3RelayDnsCtrlEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table display the current DNS relay static table." - ::= { swL3RelayDnsMgmt 6 } - - swL3RelayDnsCtrlEntry OBJECT-TYPE - SYNTAX SwL3RelayDnsCtrlEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of information display the current DNS relay static - table." - INDEX { swL3RelayDnsCtrlDomainName, swL3RelayDnsCtrlIpAddr} - ::= { swL3RelayDnsCtrlTable 1 } - - SwL3RelayDnsCtrlEntry ::= - SEQUENCE { - swL3RelayDnsCtrlDomainName - DisplayString, - swL3RelayDnsCtrlIpAddr - IpAddress, - swL3RelayDnsCtrlState - INTEGER - } - - swL3RelayDnsCtrlDomainName OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..255)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The domain name of the entry." - ::= { swL3RelayDnsCtrlEntry 1 } - - swL3RelayDnsCtrlIpAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The IP address of the entry." - ::= { swL3RelayDnsCtrlEntry 2 } - - swL3RelayDnsCtrlState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - invalid(2), - valid(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the status of this entry. - - other(1) - this entry is currently in use but the conditions - under which it will remain so are different from each of - the following values. - invalid(2) - writing this value to the object, and then the - corresponding entry will be removed from the table. - valid(3) - this entry is reside in the table." - ::= { swL3RelayDnsCtrlEntry 3 } - - --- ******************************************************************** --- swL3Md5Table OBJECT IDENTIFIER ::= { swL3MgmtMIB 4 } --- ******************************************************************** - - swL3Md5Table OBJECT-TYPE - SYNTAX SEQUENCE OF SwL3Md5Entry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table display the current MD5 key table." - ::= { swL3MgmtMIB 4 } - - swL3Md5Entry OBJECT-TYPE - SYNTAX SwL3Md5Entry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of information display the current MD5 key table." - INDEX { swL3Md5KeyId} - ::= { swL3Md5Table 1 } - - SwL3Md5Entry ::= - SEQUENCE { - swL3Md5KeyId - INTEGER, - swL3Md5Key - DisplayString, - swL3Md5State - INTEGER - } - - swL3Md5KeyId OBJECT-TYPE - SYNTAX INTEGER (1..255) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The MD5 key ID." - ::= { swL3Md5Entry 1 } - - swL3Md5Key OBJECT-TYPE - SYNTAX DisplayString (SIZE(1..16)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "An MD5 password of up to 16 bytes." - ::= { swL3Md5Entry 2 } - - swL3Md5State OBJECT-TYPE - SYNTAX INTEGER { - other(1), - invalid(2), - valid(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the status of this entry. - - other(1) - this entry is currently in use but the conditions - under which it will remain so are different from each of - the following values. - invalid(2) - writing this value to the object, and then the - corresponding entry will be removed from the table. - valid(3) - this entry is reside in the table." - ::= { swL3Md5Entry 3 } - - --- ******************************************************************** --- swL3RouteRedistriTable OBJECT IDENTIFIER ::= { swL3MgmtMIB 5 } --- ******************************************************************** - - swL3RouteRedistriTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL3RouteRedistriEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Route redistribution allows routers on the network. That are - running different routing protocols to exchange routing - information. This is accomplished by comparing the routes stored - in the vairous router¡¦s routing tables and assinging appropriate - metrics. This information is then exchanged among the various - routers according to the individual routers current routing - protocol." - ::= { swL3MgmtMIB 5 } - - swL3RouteRedistriEntry OBJECT-TYPE - SYNTAX SwL3RouteRedistriEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of information display the route redistribution table." - INDEX { swL3RouteRedistriSrcProtocol, swL3RouteRedistriDstProtocol} - ::= { swL3RouteRedistriTable 1 } - - SwL3RouteRedistriEntry ::= - SEQUENCE { - swL3RouteRedistriSrcProtocol - INTEGER, - swL3RouteRedistriDstProtocol - INTEGER, - swL3RouteRedistriType - INTEGER, - swL3RouteRedistriMetric - INTEGER, - swL3RouteRedistriState - INTEGER - } - - swL3RouteRedistriSrcProtocol OBJECT-TYPE - SYNTAX INTEGER { - other(1), - rip(2), - ospf(3), - static(4), - local(5) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Allows the selection of the protocol of the source device." - ::= { swL3RouteRedistriEntry 1 } - - swL3RouteRedistriDstProtocol OBJECT-TYPE - SYNTAX INTEGER { - other(1), - rip(2), - ospf(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Allows the selection of the protocol of the destination device." - ::= { swL3RouteRedistriEntry 2 } - - swL3RouteRedistriType OBJECT-TYPE - SYNTAX INTEGER { - other(1), - all(2), - type-1(3), - type-2(4), - internal(5), - external(6), - inter-E1(7), - inter-E2(8), - extType1(9), - extType2(10) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Allows the selection of one of the methods for calcalculating - the metric value." - ::= { swL3RouteRedistriEntry 3 } - - swL3RouteRedistriMetric OBJECT-TYPE - SYNTAX INTEGER (0..16777214) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Allows the entry of an OSPF interface cost. This is analogous - to a Hop Count in the RIP routing protocol. The value '0' - indicates default value." - ::= { swL3RouteRedistriEntry 4 } - - swL3RouteRedistriState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - invalid(2), - valid(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object indicates the status of this entry. - - other(1) - this entry is currently in use but the conditions - under which it will remain so are different from each of - the following values. - invalid(2) - writing this value to the object, and then the - corresponding entry will be removed from the table. - valid(3) - this entry is reside in the table." - ::= { swL3RouteRedistriEntry 5 } - - --- ******************************************************************** --- swL3OspfHostTable OBJECT IDENTIFIER ::= { swL3MgmtMIB 6 } --- ******************************************************************** - - swL3OspfHostTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL3OspfHostEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "The list of Hosts, and their metrics, that the router will - advertise as host routes." - ::= { swL3MgmtMIB 6 } - - swL3OspfHostEntry OBJECT-TYPE - SYNTAX SwL3OspfHostEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A metric to be advertised, for a given type of service, when a - given host is reachable." - INDEX { swL3OspfHostIpAddress, swL3OspfHostTOS } - ::= { swL3OspfHostTable 1 } - - SwL3OspfHostEntry ::= - SEQUENCE { - swL3OspfHostIpAddress - IpAddress, - swL3OspfHostTOS - TOSType, - swL3OspfHostMetric - Metric, - swL3OspfHostStatus - RowStatus, - swL3OspfHostAreaID - AreaID - } - - swL3OspfHostIpAddress OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The IP Address of the Host." - ::= { swL3OspfHostEntry 1 } - - swL3OspfHostTOS OBJECT-TYPE - SYNTAX TOSType - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The Type of Service of the route being configured." - ::= { swL3OspfHostEntry 2 } - - swL3OspfHostMetric OBJECT-TYPE - SYNTAX Metric - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The Metric to be advertised." - ::= { swL3OspfHostEntry 3 } - - swL3OspfHostStatus OBJECT-TYPE - SYNTAX RowStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This variable displays the status of the entry. Setting it to - 'invalid' has the effect of rendering it inoperative. The internal - effect (row removal) is implementation dependent." - ::= { swL3OspfHostEntry 4 } - - swL3OspfHostAreaID OBJECT-TYPE - SYNTAX AreaID - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The Area the Host Entry is to be found within. By default, the - area that a subsuming OSPF interface is in, or 0.0.0.0" - ::= { swL3OspfHostEntry 5 } - - --- ******************************************************************** --- swL3VrrpMgmt OBJECT IDENTIFIER ::= { swL3MgmtMIB 7 } --- ******************************************************************** - - swL3VrrpMgmt OBJECT IDENTIFIER ::= { swL3MgmtMIB 7 } - - swL3VrrpOperTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL3VrrpOperEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Operations table for a VRRP router which consists of a - sequence (i.e., one or more conceptual rows) of - 'swL3VrrpOperEntry' items." - ::= { swL3VrrpMgmt 1 } - - swL3VrrpOperEntry OBJECT-TYPE - SYNTAX SwL3VrrpOperEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "An entry in the swL3VrrpOperTable containing the operational - characteristics of a virtual router. On a VRRP router, - a given virtual router is identified by a combination - of the IF index and VRID." - INDEX { ifIndex, swL3VrrpOperVrId } - ::= { swL3VrrpOperTable 1 } - - SwL3VrrpOperEntry ::= - SEQUENCE { - swL3VrrpOperVrId - INTEGER, - swL3VrrpOperCriticalIpAddr - IpAddress, - swL3VrrpOperCriticalIpState - INTEGER, - swL3VrrpOperHoldDownTimer - INTEGER - } - - swL3VrrpOperVrId OBJECT-TYPE - SYNTAX INTEGER (1..255) - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This object contains the Virtual Router Identifier (VRID)." - ::= { swL3VrrpOperEntry 1 } - - swL3VrrpOperCriticalIpAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "To make sure the ip interface connected by this virtual router - is alive or not." - ::= { swL3VrrpOperEntry 2 } - - swL3VrrpOperCriticalIpState OBJECT-TYPE - SYNTAX INTEGER { - other(1), - disabled(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "To enable or disable the feature of critical IP." - ::= { swL3VrrpOperEntry 3 } - - swL3VrrpOperHoldDownTimer OBJECT-TYPE - SYNTAX INTEGER (0..21600) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "When VRRP is started, it need to spend this period of time to - let the routing would be leared as well. The unit of this object - is second." - DEFVAL { 0 } - ::= { swL3VrrpOperEntry 4 } - --- ******************************************************************** --- swL3RoutePrefTable OBJECT IDENTIFIER ::= { swL3MgmtMIB 8 } --- ******************************************************************** - - swL3RoutePrefTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL3RoutePrefEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "IP Route Pref table." - ::= { swL3MgmtMIB 8 } - - swL3RoutePrefEntry OBJECT-TYPE - SYNTAX SwL3RoutePrefEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "An entry of Ip Route Pref Table." - INDEX { swL3RoutePrefProtocol } - ::= { swL3RoutePrefTable 1 } - - SwL3RoutePrefEntry ::= - SEQUENCE { - swL3RoutePrefProtocol - INTEGER, - swL3RoutePrefValue - INTEGER - } - - swL3RoutePrefProtocol OBJECT-TYPE - SYNTAX INTEGER { - isis(1), - rip(2), - ospfIntra(3), - static(4), - local(5), - bgp(6), - staticLow(7), - ospfInter(8), - ospfExternal(9), - ospfExternal1(10), - ospfExternal2(11), - ospfNssa1(12), - ospfNssa2(13) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Protocol" - ::= { swL3RoutePrefEntry 1 } - - swL3RoutePrefValue OBJECT-TYPE - SYNTAX INTEGER (0..999) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This value is a preference value for the given protocol." - ::= { swL3RoutePrefEntry 2 } - - --- ******************************************************************** --- swL3DvmrpInterfaceTable OBJECT IDENTIFIER ::= { swL3MgmtMIB 9 } --- ******************************************************************** - - swL3DvmrpInterfaceTable OBJECT-TYPE - SYNTAX SEQUENCE OF SwL3DvmrpInterfaceEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "The (conceptual) table listing the router's multicast- - capable interfaces." - ::= { swL3MgmtMIB 9 } - - swL3DvmrpInterfaceEntry OBJECT-TYPE - SYNTAX SwL3DvmrpInterfaceEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "An entry (conceptual row) in the swL3DvmrpInterfaceTable." - INDEX { swL3DvmrpInterfaceIfIndex } - ::= { swL3DvmrpInterfaceTable 1 } - - SwL3DvmrpInterfaceEntry ::= - SEQUENCE { - swL3DvmrpInterfaceIfIndex - INTEGER, - swL3DvmrpInterfaceNeighborTimeout - INTEGER, - swL3DvmrpInterfaceProbe - INTEGER - } - - swL3DvmrpInterfaceIfIndex OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "The ifIndex value of the interface for which DVMRP is - enabled." - ::= { swL3DvmrpInterfaceEntry 1 } - - swL3DvmrpInterfaceNeighborTimeout OBJECT-TYPE - SYNTAX INTEGER (1..65535) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The time period for DVMRP will hold Neithbor Router reports - before issuing poison route messages. The unit is second." - DEFVAL { 35 } - ::= { swL3DvmrpInterfaceEntry 2 } - - swL3DvmrpInterfaceProbe OBJECT-TYPE - SYNTAX INTEGER (1..65535) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "DVMRP defines an extension to IGMP that allows routers to - query other routers to determine if a multicast group is - present on an given router subnetwork or not. This is referred - to as a 'probe'. The unit is second." - DEFVAL { 10 } - ::= { swL3DvmrpInterfaceEntry 3 } - - -END diff --git a/mibs/SYMBOL-AP-MIB b/mibs/SYMBOL-AP-MIB deleted file mode 100644 index adbb8bcf4c..0000000000 --- a/mibs/SYMBOL-AP-MIB +++ /dev/null @@ -1,16700 +0,0 @@ --- --- SYMBOL-AP-MIB-01g13.mib --- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88 --- Wednesday, December 30, 2009 at 13:37:26 --- - --- --- Notes for AP5131 MIB: --- --- === v2.1.0.0, (MIB='01e'): --- --- Values 'apRadioCfgRfFunction', 'apWipsPrimaryServerAddr', and 'apWipsSecondaryServerAddr' Added. --- --- === v2.0.0.0, (MIB='03d'): --- --- Value 'apRadioSettingsQBSSLoadElementMode' Added. --- --- === v2.0.0.0, (MIB='02d'): --- --- Value 'apRadiusServer' Added. --- (To support AAA Time based access policy rules) --- --- === v2.0.0.0, (MIB='01d'): --- --- Value 'apWlanWeight' is obsoleted --- (Refer to apRadioWlanWeight). --- --- === v1.1.1.0, (MIB='01c'): --- --- This MIB can now be used for both AP5131 and AP5181. --- --- New sysoid is introduced for AP5181. --- --- Table 'apWanDynDNS' added to support DynDNS feature. --- --- Mesh Time Out Changes: In a dual-radio AP, if the radio running as a client bridge (CB) does not have an uplink connection to the base bridge (BB) after the Timeout period (in seconds), stop the other radio from sending beacons. --- --- Login Message Feature added: User can now configure a Login message text which gets displayed on successful login. This feature can be turned ON/OFF with Login message mode settings. --- --- --- --- === v1.1, (MIB='01b'): --- --- Value 'apLanEnable' is deprecated (We shall be using the --- ccSubnetEnable from the WS2000 MIB for this operation). --- --- Value 'apLanVlanEnable' is obsoleted --- (Refer to apSubnetVlanTable). --- --- Value 'apLanTypeFilterAccessMode' is obsoleted --- (Refer to apSubnetTypeFilterAccessMode). --- --- Added another index 'apLanTypeFilterSubnetIndex' in the --- apLanTypeFilterTable. --- --- --- === v1.0, (MIB='01a'): --- --- (no notes at this time). - - SYMBOL-AP-MIB DEFINITIONS ::= BEGIN - - IMPORTS - OBJECT-GROUP, NOTIFICATION-GROUP - FROM SNMPv2-CONF - enterprises, TimeTicks, IpAddress, Integer32, Unsigned32, - Counter32, BITS, OBJECT-TYPE, MODULE-IDENTITY, OBJECT-IDENTITY, - NOTIFICATION-TYPE - FROM SNMPv2-SMI - DisplayString, TruthValue, TestAndIncr, PhysAddress, TEXTUAL-CONVENTION - FROM SNMPv2-TC - ccWanVpnEntry, ccSubnetEntry, ccPortalIndex, ccMuMac, ccWlanIndex, - ccMuWlanIndex, ccMuWlanName, ccMuIsDataReady, ccMuPortalIndex, ccMuPortalMac, - ccMuSymbolRogueApEna, ccMuIpAddr, ccMuType, ccMuRadioType, ccMuSupportedRates, - ccMuPowerMode, ccMuAuthenticationMethod, ccMuEncryptionMethod, ccMuVlanId, ccMuMeshMode, - ccMuTxPktsUcast, ccMuRxPktsUcast, ccMuRxPktsNUcast, ccMuTxOctetsUcast, ccMuRxOctetsUcast, - ccMuRxOctetsNUcast, ccMuRxUndecryptablePkts, ccMuRxRssiNumPkts, ccMuRxRssiSum, ccMuRxRssiSumSquares, - ccMuRxRssiMostRecent, ccMuLastActivity, ccMuRxPktsAt1Mb, ccMuRxPktsAt2Mb, ccMuRxPktsAt5pt5Mb, - ccMuRxPktsAt6Mb, ccMuRxPktsAt9Mb, ccMuRxPktsAt11Mb, ccMuRxPktsAt12Mb, ccMuRxPktsAt18Mb, - ccMuRxPktsAt22Mb, ccMuRxPktsAt24Mb, ccMuRxPktsAt36Mb, ccMuRxPktsAt48Mb, ccMuRxPktsAt54Mb, - ccMuTxPktsAt1Mb, ccMuTxPktsAt2Mb, ccMuTxPktsAt5pt5Mb, ccMuTxPktsAt6Mb, ccMuTxPktsAt9Mb, - ccMuTxPktsAt11Mb, ccMuTxPktsAt12Mb, ccMuTxPktsAt18Mb, ccMuTxPktsAt22Mb, ccMuTxPktsAt24Mb, - ccMuTxPktsAt36Mb, ccMuTxPktsAt48Mb, ccMuTxPktsAt54Mb, ccMuRxOctetsAt1Mb, ccMuRxOctetsAt2Mb, - ccMuRxOctetsAt5pt5Mb, ccMuRxOctetsAt6Mb, ccMuRxOctetsAt9Mb, ccMuRxOctetsAt11Mb, ccMuRxOctetsAt12Mb, - ccMuRxOctetsAt18Mb, ccMuRxOctetsAt22Mb, ccMuRxOctetsAt24Mb, ccMuRxOctetsAt36Mb, ccMuRxOctetsAt48Mb, - ccMuRxOctetsAt54Mb, ccMuTxOctetsAt1Mb, ccMuTxOctetsAt2Mb, ccMuTxOctetsAt5pt5Mb, ccMuTxOctetsAt6Mb, - ccMuTxOctetsAt9Mb, ccMuTxOctetsAt11Mb, ccMuTxOctetsAt12Mb, ccMuTxOctetsAt18Mb, ccMuTxOctetsAt22Mb, - ccMuTxOctetsAt24Mb, ccMuTxOctetsAt36Mb, ccMuTxOctetsAt48Mb, ccMuTxOctetsAt54Mb, ccMuTxRetriesNone, - ccMuTxRetries01, ccMuTxRetries02, ccMuTxRetries03, ccMuTxRetries04, ccMuTxRetries05, - ccMuTxRetries06, ccMuTxRetries07, ccMuTxRetries08, ccMuTxRetries09, ccMuTxRetries10, - ccMuTxRetries11, ccMuTxRetries12, ccMuTxRetries13, ccMuTxRetries14, ccMuTxRetries15, - ccMuTxRetriesFailed, ccMuTxRetriesTotal, ccMuTxRetriesMostRecent, ccMuLastMac, ccMuLastReason, - ccMuLastPortal, ccMuTxRetriesOctetsNone, ccMuTxRetriesOctets01, ccMuTxRetriesOctets02, ccMuTxRetriesOctets03, - ccMuTxRetriesOctets04, ccMuTxRetriesOctets05, ccMuTxRetriesOctets06, ccMuTxRetriesOctets07, ccMuTxRetriesOctets08, - ccMuTxRetriesOctets09, ccMuTxRetriesOctets10, ccMuTxRetriesOctets11, ccMuTxRetriesOctets12, ccMuTxRetriesOctets13, - ccMuTxRetriesOctets14, ccMuTxRetriesOctets15, ccMuTxRetriesOctetsFailed, ccMuSigStatsNumPkts, ccMuSigStatsSignalBest, - ccMuSigStatsSignalWorst, ccMuSigStatsSignalSum, ccMuSigStatsSignalSumSquares, ccMuSigStatsSignalMostRecent, ccMuSigStatsNoiseBest, - ccMuSigStatsNoiseWorst, ccMuSigStatsNoiseSum, ccMuSigStatsNoiseSumSquares, ccMuSigStatsNoiseMostRecent, ccMuSigStatsSnrBest, - ccMuSigStatsSnrWorst, ccMuSigStatsSnrSum, ccMuSigStatsSnrSumSquares, ccMuSigStatsSnrMostRecent, ccMuSumStatsShortTimestamp, - ccMuSumStatsShortNumPkts, ccMuSumStatsShortPktsPerSec100, ccMuSumStatsShortPktsPerSecTx100, ccMuSumStatsShortPktsPerSecRx100, ccMuSumStatsShortThroughput, - ccMuSumStatsShortThroughputTx, ccMuSumStatsShortThroughputRx, ccMuSumStatsShortAvgBitSpeed, ccMuSumStatsShortAvgMuSignal, ccMuSumStatsShortAvgMuNoise, - ccMuSumStatsShortAvgMuSnr, ccMuSumStatsShortPp10kNUcastPkts, ccMuSumStatsShortPp10kTxWithRetries, ccMuSumStatsShortPp10kDropped, ccMuSumStatsShortTxAvgRetries100, - ccMuSumStatsShortPp10kRxUndecrypt, ccMuSumStatsLongTimestamp, ccMuSumStatsLongNumPkts, ccMuSumStatsLongPktsPerSec100, ccMuSumStatsLongPktsPerSecTx100, - ccMuSumStatsLongPktsPerSecRx100, ccMuSumStatsLongThroughput, ccMuSumStatsLongThroughputTx, ccMuSumStatsLongThroughputRx, ccMuSumStatsLongAvgBitSpeed, - ccMuSumStatsLongAvgMuSignal, ccMuSumStatsLongAvgMuNoise, ccMuSumStatsLongAvgMuSnr, ccMuSumStatsLongPp10kNUcastPkts, ccMuSumStatsLongPp10kTxWithRetries, - ccMuSumStatsLongPp10kDropped, ccMuSumStatsLongTxAvgRetries100, ccMuSumStatsLongPp10kRxUndecrypt, ccWlanName, ccWlanEssid, - ccWlanSubnet, ccWlanPortalsAdopted, ccWlanEnable, ccWlanDisallowMuToMu, ccWlanVoicePrioritization, - ccWlanAnswerBroadcastEss, ccWlanMulticastAddr1, ccWlanMulticastAddr2, ccWlanMuAclDefault, ccWlanAuthentication, - ccWlanEncryption, ccWlanWeight, ccWlanSecBeacon, ccWlanVlanId, ccWlanThresholdRate, - ccWlanAuthEapReauthenticationEnable, ccWlanAuthEapReauthenticationPeriod, ccWlanAuthEapReauthenticationMaxRetries, ccWlanAuthEapRadius1Server, ccWlanAuthEapRadius1Port, - ccWlanAuthEapRadius1SharedSecret, ccWlanAuthEapRadius2Server, ccWlanAuthEapRadius2Port, ccWlanAuthEapRadius2SharedSecret, ccWlanAuthEapMuQuietPeriod, - ccWlanAuthEapMuTimeout, ccWlanAuthEapMuTxPeriod, ccWlanAuthEapMuMaxRetries, ccWlanAuthEapServerTimeout, ccWlanAuthEapServerMaxRetries, - ccWlanAuthEapRadiusAcctMode, ccWlanAuthEapRadiusAcctMuTimeout, ccWlanAuthEapRadiusAcctMuRetries, ccWlanAuthEapSyslogMode, ccWlanAuthEapSyslogSeverIp, - ccWlanAuthKerberosRealmName, ccWlanAuthKerberosUsername, ccWlanAuthKerberosPassword, ccWlanAuthKerberosKdcServerIp1, ccWlanAuthKerberosKdcPort1, - ccWlanAuthKerberosKdcServerIp2, ccWlanAuthKerberosKdcPort2, ccWlanAuthKerberosKdcServerIpR, ccWlanAuthKerberosKdcPortR, ccWlanCryptoWepPassKey, - ccWlanCryptoWepKey1, ccWlanCryptoWepKey2, ccWlanCryptoWepKey3, ccWlanCryptoWepKey4, ccWlanCryptoWepKeyToUse, - ccWlanCryptoWpaBcastKeyRotation, ccWlanCryptoWpaKeyRotationInterval, ccWlanCryptoWpaKeyToUse, ccWlanCryptoWpaPassphrase, ccWlanCryptoWpaKey, - ccWlanCryptoUseWpa2, ccWlanCryptoKeyguardPasskey, ccWlanCryptoKeyguardKey1, ccWlanCryptoKeyguardKey2, ccWlanCryptoKeyguardKey3, - ccWlanCryptoKeyguardKey4, ccWlanCryptoKeyguardKeyToUse, ccWlanCryptoWpaTwoBcastKeyRotation, ccWlanCryptoWpaTwoKeyRotationInterval, ccWlanCryptoWpaTwoKeyToUse, - ccWlanCryptoWpaTwoPassphrase, ccWlanCryptoWpaTwoKey, ccWlanCryptoWpaTwoAllowTkipClient, ccWlanCryptoWpaTwoFastRoamPreAuth, ccWlanCryptoWpaTwoFastRoamKeyCache, - ccWlanMuAclIndex, ccWlanMuAclStartingMac, ccWlanMuAclEndingMac, ccWlanMuAclRowStatus, ccWlanMuAclName, - ccWlanBwShareMode, ccWlanQosMonitorSent, ccWlanQosMonitorDropped, ccWlanQosWMEProfileIndex, ccWlanQosWMEProfileName, - ccWlanQosWMEProfileBestEffortECwmin, ccWlanQosWMEProfileBestEffortECwmax, ccWlanQosWMEProfileBestEffortAifsn, ccWlanQosWMEProfileBestEffortTxopsTime, ccWlanQosWMEProfileBackgroundECwmin, - ccWlanQosWMEProfileBackgroundECwmax, ccWlanQosWMEProfileBackgroundAifsn, ccWlanQosWMEProfileBackgroundTxopsTime, ccWlanQosWMEProfileVideoECwmin, ccWlanQosWMEProfileVideoECwmax, - ccWlanQosWMEProfileVideoAifsn, ccWlanQosWMEProfileVideoTxopsTime, ccWlanQosWMEProfileVoiceECwmin, ccWlanQosWMEProfileVoiceECwmax, ccWlanQosWMEProfileVoiceAifsn, - ccWlanQosWMEProfileVoiceTxopsTime, ccWlanQosWMEProfileRowStatus, ccWlanQosWMEWlanProfile, ccWlanQosWMETrafficIndex, ccWlanQosWMETrafficSrcIp, - ccWlanQosWMETrafficSrcMask, ccWlanQosWMETrafficDestIp, ccWlanQosWMETrafficDestMask, ccWlanQosWMETrafficSrcPortStart, ccWlanQosWMETrafficSrcPortEnd, - ccWlanQosWMETrafficDestPortStart, ccWlanQosWMETrafficDestPortEnd, ccWlanQosWMETrafficAccessCategory, ccWlanQosWMETrafficRowStatus, ccWlanQosWMEPriorityConversion, - ccWlanMuInactivityTimeout, ccWlanWEPSharedMode, ccWlanTxPktsUcast, ccWlanRxPktsUcast, ccWlanRxPktsNUcast, - ccWlanTxOctetsUcast, ccWlanRxOctetsUcast, ccWlanRxOctetsNUcast, ccWlanRxUndecryptablePkts, ccWlanLastActivity, - ccWlanRxPktsAt1Mb, ccWlanRxPktsAt2Mb, ccWlanRxPktsAt5pt5Mb, ccWlanRxPktsAt6Mb, ccWlanRxPktsAt9Mb, - ccWlanRxPktsAt11Mb, ccWlanRxPktsAt12Mb, ccWlanRxPktsAt18Mb, ccWlanRxPktsAt22Mb, ccWlanRxPktsAt24Mb, - ccWlanRxPktsAt36Mb, ccWlanRxPktsAt48Mb, ccWlanRxPktsAt54Mb, ccWlanTxPktsAt1Mb, ccWlanTxPktsAt2Mb, - ccWlanTxPktsAt5pt5Mb, ccWlanTxPktsAt6Mb, ccWlanTxPktsAt9Mb, ccWlanTxPktsAt11Mb, ccWlanTxPktsAt12Mb, - ccWlanTxPktsAt18Mb, ccWlanTxPktsAt22Mb, ccWlanTxPktsAt24Mb, ccWlanTxPktsAt36Mb, ccWlanTxPktsAt48Mb, - ccWlanTxPktsAt54Mb, ccWlanRxOctetsAt1Mb, ccWlanRxOctetsAt2Mb, ccWlanRxOctetsAt5pt5Mb, ccWlanRxOctetsAt6Mb, - ccWlanRxOctetsAt9Mb, ccWlanRxOctetsAt11Mb, ccWlanRxOctetsAt12Mb, ccWlanRxOctetsAt18Mb, ccWlanRxOctetsAt22Mb, - ccWlanRxOctetsAt24Mb, ccWlanRxOctetsAt36Mb, ccWlanRxOctetsAt48Mb, ccWlanRxOctetsAt54Mb, ccWlanTxOctetsAt1Mb, - ccWlanTxOctetsAt2Mb, ccWlanTxOctetsAt5pt5Mb, ccWlanTxOctetsAt6Mb, ccWlanTxOctetsAt9Mb, ccWlanTxOctetsAt11Mb, - ccWlanTxOctetsAt12Mb, ccWlanTxOctetsAt18Mb, ccWlanTxOctetsAt22Mb, ccWlanTxOctetsAt24Mb, ccWlanTxOctetsAt36Mb, - ccWlanTxOctetsAt48Mb, ccWlanTxOctetsAt54Mb, ccWlanTxRetriesPktsNone, ccWlanTxRetriesPkts01, ccWlanTxRetriesPkts02, - ccWlanTxRetriesPkts03, ccWlanTxRetriesPkts04, ccWlanTxRetriesPkts05, ccWlanTxRetriesPkts06, ccWlanTxRetriesPkts07, - ccWlanTxRetriesPkts08, ccWlanTxRetriesPkts09, ccWlanTxRetriesPkts10, ccWlanTxRetriesPkts11, ccWlanTxRetriesPkts12, - ccWlanTxRetriesPkts13, ccWlanTxRetriesPkts14, ccWlanTxRetriesPkts15, ccWlanTxRetriesPktsFailed, ccWlanTxRetriesOctetsNone, - ccWlanTxRetriesOctets01, ccWlanTxRetriesOctets02, ccWlanTxRetriesOctets03, ccWlanTxRetriesOctets04, ccWlanTxRetriesOctets05, - ccWlanTxRetriesOctets06, ccWlanTxRetriesOctets07, ccWlanTxRetriesOctets08, ccWlanTxRetriesOctets09, ccWlanTxRetriesOctets10, - ccWlanTxRetriesOctets11, ccWlanTxRetriesOctets12, ccWlanTxRetriesOctets13, ccWlanTxRetriesOctets14, ccWlanTxRetriesOctets15, - ccWlanTxRetriesOctetsFailed, ccWlanSigStatsNumPkts, ccWlanSigStatsSignalBest, ccWlanSigStatsSignalWorst, ccWlanSigStatsSignalSum, - ccWlanSigStatsSignalSumSquares, ccWlanSigStatsNoiseBest, ccWlanSigStatsNoiseWorst, ccWlanSigStatsNoiseSum, ccWlanSigStatsNoiseSumSquares, - ccWlanSigStatsSnrBest, ccWlanSigStatsSnrWorst, ccWlanSigStatsSnrSum, ccWlanSigStatsSnrSumSquares, ccWlanSumStatsShortTimestamp, - ccWlanSumStatsShortNumPkts, ccWlanSumStatsShortPktsPerSec100, ccWlanSumStatsShortPktsPerSecTx100, ccWlanSumStatsShortPktsPerSecRx100, ccWlanSumStatsShortThroughput, - ccWlanSumStatsShortThroughputTx, ccWlanSumStatsShortThroughputRx, ccWlanSumStatsShortAvgBitSpeed, ccWlanSumStatsShortAvgMuSignal, ccWlanSumStatsShortAvgMuNoise, - ccWlanSumStatsShortAvgMuSnr, ccWlanSumStatsShortPp10kNUcastPkts, ccWlanSumStatsShortPp10kTxWithRetries, ccWlanSumStatsShortPp10kDropped, ccWlanSumStatsShortTxAvgRetries100, - ccWlanSumStatsShortPp10kRxUndecrypt, ccWlanSumStatsShortTotalMus, ccWlanSumStatsShortSkip1, ccWlanSumStatsLongTimestamp, ccWlanSumStatsLongNumPkts, - ccWlanSumStatsLongPktsPerSec100, ccWlanSumStatsLongPktsPerSecTx100, ccWlanSumStatsLongPktsPerSecRx100, ccWlanSumStatsLongThroughput, ccWlanSumStatsLongThroughputTx, - ccWlanSumStatsLongThroughputRx, ccWlanSumStatsLongAvgBitSpeed, ccWlanSumStatsLongAvgMuSignal, ccWlanSumStatsLongAvgMuNoise, ccWlanSumStatsLongAvgMuSnr, - ccWlanSumStatsLongPp10kNUcastPkts, ccWlanSumStatsLongPp10kTxWithRetries, ccWlanSumStatsLongPp10kDropped, ccWlanSumStatsLongTxAvgRetries100, ccWlanSumStatsLongPp10kRxUndecrypt, - ccWlanSumStatsLongTotalMus, ccWlanSumStatsLongSkip1, ccPortalPointerToAp, ccPortalPointersToWlans, ccPortalName, - ccPortalLocation, ccPortalOptions, ccPortalMac, ccPortalNumberOfEss, ccPortalNumberOfBss, - ccPortalAssociatedMus, ccPortalRadioType, ccPortalChannel, ccPortalTxPowerLevel, ccPortalLastAdoption, - ccPortalState, ccPortalBackgroundNoiseNumSamples, ccPortalBackgroundNoiseBest, ccPortalBackgroundNoiseWorst, ccPortalBackgroundNoiseSum, - ccPortalBackgroundNoiseSumSquares, ccPortalIpAddress, ccPortalModeLegacy, ccPortalLastMac, ccPortalLastReason, - ccPortalAdoptionIndex, ccPortalAdoptionStartMac, ccPortalAdoptionEndMac, ccPortalAdoptionWlanPointers, ccPortalAdoptionRowStatus, - ccPortalSystemStatsBeaconsTx, ccPortalSystemStatsBeaconsTxOctets, ccPortalSystemStatsProbeReqRx, ccPortalSystemStatsProbeReqRxOctets, ccPortalSystemStatsProbeRespRetriesNone, - ccPortalSystemStatsProbeRespRetries1, ccPortalSystemStatsProbeRespRetries2, ccPortalSystemStatsProbeRespRetries3OrMore, ccPortalSystemStatsProbeRespRetriesFailed, ccPortalSystemStatsProbeRespTxOctets, - ccPortalSettingsName, ccPortalSettingsLocation, ccPortalSettingsAntenna, ccPortalSettingsShortPreamble, ccPortalSettingsUniSpread, - ccPortalSettingsRtsThresh, ccPortalSettingsBeaconInt, ccPortalSettingsDtimPrd, ccPortalSettingsSecBeacon, ccPortalSettingsPriWlan, - ccPortalSettingsBasicRates, ccPortalSettingsSupportedRates, ccPortalSettingsBGMode, ccPortalSettingsAdoptedWlan, ccPortalSettingsDetector, - ccPortalSettingsWMEProfile, ccPortalSettingsDtimPrd2, ccPortalSettingsDtimPrd3, ccPortalSettingsDtimPrd4, ccPortalSettingsRevertAp, - ccPortalSettingsSipAllowedSessCnt, ccPortalSettingsSipActiveSessCnt, ccPortalSettingsSipInActiveSessCnt, ccPortalSettingsSipRoamedSessCnt, ccPortalSettingsMeshClientEnable, - ccPortalSettingsMeshClientWlanIndex, ccPortalSettingsMeshAutoBaseSelection, ccPortalSettingsMeshBaseChannel, ccPortalSettingsMeshBaseEnable, ccPortalSettingsMeshMaxClients, - ccPortalCfgRadioDesPlacement, ccPortalCfgRadioPosChannel, ccPortalCfgRadioDesChannel, ccPortalCfgRadioPosPowerLevel, ccPortalCfgRadioDesPowerLevel, - ccPortalCfgRadioDesPowerInMW, ccPortalCfgRadioSet, ccPortalCfgRadioReset, ccPortalCfgRadioPlacement, ccPortalCfgRadioChannel, - ccPortalCfgRadioPowerLevel, ccPortalCfgRadioPowerInMW, ccPortalCfgRadioChannelMode, ccPortalCfgRadioRemapChannel, ccPortalSettingsDefaultIndex, - ccPortalSettingsDefaultAntenna, ccPortalSettingsDefaultShortPreamble, ccPortalSettingsDefaultUniSpread, ccPortalSettingsDefaultRtsThresh, ccPortalSettingsDefaultBeaconInt, - ccPortalSettingsDefaultDtimPrd, ccPortalSettingsDefaultSecBeacon, ccPortalSettingsDefaultPriWlan, ccPortalSettingsDefaultBasicRates, ccPortalSettingsDefaultSupportedRates, - ccPortalSettingsDefaultBGMode, ccPortalSettingsDefaultDtimPrd2, ccPortalSettingsDefaultDtimPrd3, ccPortalSettingsDefaultDtimPrd4, ccPortalCfgRadioDefaultDesPlacement, - ccPortalCfgRadioDefaultPosChannel, ccPortalCfgRadioDefaultDesChannel, ccPortalCfgRadioDefaultPosPowerLevel, ccPortalCfgRadioDefaultDesPowerLevel, ccPortalCfgRadioDefaultDesPowerInMW, - ccPortalCfgRadioDefaultSet, ccPortalCfgRadioDefaultReset, ccPortalCfgRadioDefaultPlacement, ccPortalCfgRadioDefaultChannel, ccPortalCfgRadioDefaultPowerLevel, - ccPortalCfgRadioDefaultPowerInMW, ccPortalCfgRadioDefaultChannelMode, cc802dt1xPortAuthLogin, cc802dt1xPortAuthPass, cc802dt1xPortAuthSetAp300, - ccPortalRadioRemapChannel, ccPortalSIPCacMode, ccPortalMeshAvailableBaseMac, ccPortalMeshAvailableBaseChannel, ccPortalMeshAvailableBaseRssi, - ccPortalMeshPreferredBaseMac, ccPortalMeshPreferredBaseRowStatus, ccPortalTxPktsUcast, ccPortalRxPktsUcast, ccPortalRxPktsNUcast, - ccPortalTxOctetsUcast, ccPortalRxOctetsUcast, ccPortalRxOctetsNUcast, ccPortalRxUndecryptablePkts, ccPortalLastActivity, - ccPortalRxPktsAt1Mb, ccPortalRxPktsAt2Mb, ccPortalRxPktsAt5pt5Mb, ccPortalRxPktsAt6Mb, ccPortalRxPktsAt9Mb, - ccPortalRxPktsAt11Mb, ccPortalRxPktsAt12Mb, ccPortalRxPktsAt18Mb, ccPortalRxPktsAt22Mb, ccPortalRxPktsAt24Mb, - ccPortalRxPktsAt36Mb, ccPortalRxPktsAt48Mb, ccPortalRxPktsAt54Mb, ccPortalTxPktsAt1Mb, ccPortalTxPktsAt2Mb, - ccPortalTxPktsAt5pt5Mb, ccPortalTxPktsAt6Mb, ccPortalTxPktsAt9Mb, ccPortalTxPktsAt11Mb, ccPortalTxPktsAt12Mb, - ccPortalTxPktsAt18Mb, ccPortalTxPktsAt22Mb, ccPortalTxPktsAt24Mb, ccPortalTxPktsAt36Mb, ccPortalTxPktsAt48Mb, - ccPortalTxPktsAt54Mb, ccPortalRxOctetsAt1Mb, ccPortalRxOctetsAt2Mb, ccPortalRxOctetsAt5pt5Mb, ccPortalRxOctetsAt6Mb, - ccPortalRxOctetsAt9Mb, ccPortalRxOctetsAt11Mb, ccPortalRxOctetsAt12Mb, ccPortalRxOctetsAt18Mb, ccPortalRxOctetsAt22Mb, - ccPortalRxOctetsAt24Mb, ccPortalRxOctetsAt36Mb, ccPortalRxOctetsAt48Mb, ccPortalRxOctetsAt54Mb, ccPortalTxOctetsAt1Mb, - ccPortalTxOctetsAt2Mb, ccPortalTxOctetsAt5pt5Mb, ccPortalTxOctetsAt6Mb, ccPortalTxOctetsAt9Mb, ccPortalTxOctetsAt11Mb, - ccPortalTxOctetsAt12Mb, ccPortalTxOctetsAt18Mb, ccPortalTxOctetsAt22Mb, ccPortalTxOctetsAt24Mb, ccPortalTxOctetsAt36Mb, - ccPortalTxOctetsAt48Mb, ccPortalTxOctetsAt54Mb, ccPortalTxRetriesPktsNone, ccPortalTxRetriesPkts01, ccPortalTxRetriesPkts02, - ccPortalTxRetriesPkts03, ccPortalTxRetriesPkts04, ccPortalTxRetriesPkts05, ccPortalTxRetriesPkts06, ccPortalTxRetriesPkts07, - ccPortalTxRetriesPkts08, ccPortalTxRetriesPkts09, ccPortalTxRetriesPkts10, ccPortalTxRetriesPkts11, ccPortalTxRetriesPkts12, - ccPortalTxRetriesPkts13, ccPortalTxRetriesPkts14, ccPortalTxRetriesPkts15, ccPortalTxRetriesPktsFailed, ccPortalTxRetriesOctetsNone, - ccPortalTxRetriesOctets01, ccPortalTxRetriesOctets02, ccPortalTxRetriesOctets03, ccPortalTxRetriesOctets04, ccPortalTxRetriesOctets05, - ccPortalTxRetriesOctets06, ccPortalTxRetriesOctets07, ccPortalTxRetriesOctets08, ccPortalTxRetriesOctets09, ccPortalTxRetriesOctets10, - ccPortalTxRetriesOctets11, ccPortalTxRetriesOctets12, ccPortalTxRetriesOctets13, ccPortalTxRetriesOctets14, ccPortalTxRetriesOctets15, - ccPortalTxRetriesOctetsFailed, ccPortalSigStatsNumPkts, ccPortalSigStatsSignalBest, ccPortalSigStatsSignalWorst, ccPortalSigStatsSignalSum, - ccPortalSigStatsSignalSumSquares, ccPortalSigStatsSignalMostRecent, ccPortalSigStatsNoiseBest, ccPortalSigStatsNoiseWorst, ccPortalSigStatsNoiseSum, - ccPortalSigStatsNoiseSumSquares, ccPortalSigStatsNoiseMostRecent, ccPortalSigStatsSnrBest, ccPortalSigStatsSnrWorst, ccPortalSigStatsSnrSum, - ccPortalSigStatsSnrSumSquares, ccPortalSigStatsSnrMostRecent, ccPortalSumStatsShortTimestamp, ccPortalSumStatsShortNumPkts, ccPortalSumStatsShortPktsPerSec100, - ccPortalSumStatsShortPktsPerSecTx100, ccPortalSumStatsShortPktsPerSecRx100, ccPortalSumStatsShortThroughput, ccPortalSumStatsShortThroughputTx, ccPortalSumStatsShortThroughputRx, - ccPortalSumStatsShortAvgBitSpeed, ccPortalSumStatsShortAvgMuSignal, ccPortalSumStatsShortAvgMuNoise, ccPortalSumStatsShortAvgMuSnr, ccPortalSumStatsShortPp10kNUcastPkts, - ccPortalSumStatsShortPp10kTxWithRetries, ccPortalSumStatsShortPp10kTxMaxRetries, ccPortalSumStatsShortTxAvgRetries100, ccPortalSumStatsShortPp10kRxUndecrypt, ccPortalSumStatsShortTotalMus, - ccPortalSumStatsShortPp10kRfUtil, ccPortalSumStatsShortPp10kDropped, ccPortalSumStatsLongTimestamp, ccPortalSumStatsLongNumPkts, ccPortalSumStatsLongPktsPerSec100, - ccPortalSumStatsLongPktsPerSecTx100, ccPortalSumStatsLongPktsPerSecRx100, ccPortalSumStatsLongThroughput, ccPortalSumStatsLongThroughputTx, ccPortalSumStatsLongThroughputRx, - ccPortalSumStatsLongAvgBitSpeed, ccPortalSumStatsLongAvgMuSignal, ccPortalSumStatsLongAvgMuNoise, ccPortalSumStatsLongAvgMuSnr, ccPortalSumStatsLongPp10kNUcastPkts, - ccPortalSumStatsLongPp10kTxWithRetries, ccPortalSumStatsLongPp10kTxMaxRetries, ccPortalSumStatsLongTxAvgRetries100, ccPortalSumStatsLongPp10kRxUndecrypt, ccPortalSumStatsLongTotalMus, - ccPortalSumStatsLongPp10kRfUtil, ccPortalSumStatsLongPp10kDropped, ccPortalLegacyMode - FROM SYMBOL-CC-WS2000-MIB; - - - -- 1.3.6.1.4.1.388.11.3.1 - moduleid MODULE-IDENTITY - LAST-UPDATED "200912301336Z" -- December 30, 2009 at 13:36 GMT - ORGANIZATION - "Symbol WSD (Wireless Infrastructure Division, San Jose)" - CONTACT-INFO - "Carl Mower - cmower@symbol.com" - DESCRIPTION - " " - REVISION "200912301336Z" -- December 30, 2009 at 13:36 GMT - DESCRIPTION - "apLoadCfg modified to support SFTP" - ::= { abgAP 1 } - - - --- --- Type definitions --- - --- --- - SinglePointer ::= INTEGER (0..255) - - MultiPointer63 ::= BITS - { - null(0), - referToEntry001(1), - referToEntry002(2), - referToEntry003(3), - referToEntry004(4), - referToEntry005(5), - referToEntry006(6), - referToEntry007(7), - referToEntry008(8), - referToEntry009(9), - referToEntry010(10), - referToEntry011(11), - referToEntry012(12), - referToEntry013(13), - referToEntry014(14), - referToEntry015(15), - referToEntry016(16), - referToEntry017(17), - referToEntry018(18), - referToEntry019(19), - referToEntry020(20), - referToEntry021(21), - referToEntry022(22), - referToEntry023(23), - referToEntry024(24), - referToEntry025(25), - referToEntry026(26), - referToEntry027(27), - referToEntry028(28), - referToEntry029(29), - referToEntry030(30), - referToEntry031(31), - referToEntry032(32), - referToEntry033(33), - referToEntry034(34), - referToEntry035(35), - referToEntry036(36), - referToEntry037(37), - referToEntry038(38), - referToEntry039(39), - referToEntry040(40), - referToEntry041(41), - referToEntry042(42), - referToEntry043(43), - referToEntry044(44), - referToEntry045(45), - referToEntry046(46), - referToEntry047(47), - referToEntry048(48), - referToEntry049(49), - referToEntry050(50), - referToEntry051(51), - referToEntry052(52), - referToEntry053(53), - referToEntry054(54), - referToEntry055(55), - referToEntry056(56), - referToEntry057(57), - referToEntry058(58), - referToEntry059(59), - referToEntry060(60), - referToEntry061(61), - referToEntry062(62), - referToEntry063(63) - } - - MultiPointer255 ::= BITS - { - null(0), - referToEntry001(1), - referToEntry002(2), - referToEntry003(3), - referToEntry004(4), - referToEntry005(5), - referToEntry006(6), - referToEntry007(7), - referToEntry008(8), - referToEntry009(9), - referToEntry010(10), - referToEntry011(11), - referToEntry012(12), - referToEntry013(13), - referToEntry014(14), - referToEntry015(15), - referToEntry016(16), - referToEntry017(17), - referToEntry018(18), - referToEntry019(19), - referToEntry020(20), - referToEntry021(21), - referToEntry022(22), - referToEntry023(23), - referToEntry024(24), - referToEntry025(25), - referToEntry026(26), - referToEntry027(27), - referToEntry028(28), - referToEntry029(29), - referToEntry030(30), - referToEntry031(31), - referToEntry032(32), - referToEntry033(33), - referToEntry034(34), - referToEntry035(35), - referToEntry036(36), - referToEntry037(37), - referToEntry038(38), - referToEntry039(39), - referToEntry040(40), - referToEntry041(41), - referToEntry042(42), - referToEntry043(43), - referToEntry044(44), - referToEntry045(45), - referToEntry046(46), - referToEntry047(47), - referToEntry048(48), - referToEntry049(49), - referToEntry050(50), - referToEntry051(51), - referToEntry052(52), - referToEntry053(53), - referToEntry054(54), - referToEntry055(55), - referToEntry056(56), - referToEntry057(57), - referToEntry058(58), - referToEntry059(59), - referToEntry060(60), - referToEntry061(61), - referToEntry062(62), - referToEntry063(63), - referToEntry064(64), - referToEntry065(65), - referToEntry066(66), - referToEntry067(67), - referToEntry068(68), - referToEntry069(69), - referToEntry070(70), - referToEntry071(71), - referToEntry072(72), - referToEntry073(73), - referToEntry074(74), - referToEntry075(75), - referToEntry076(76), - referToEntry077(77), - referToEntry078(78), - referToEntry079(79), - referToEntry080(80), - referToEntry081(81), - referToEntry082(82), - referToEntry083(83), - referToEntry084(84), - referToEntry085(85), - referToEntry086(86), - referToEntry087(87), - referToEntry088(88), - referToEntry089(89), - referToEntry090(90), - referToEntry091(91), - referToEntry092(92), - referToEntry093(93), - referToEntry094(94), - referToEntry095(95), - referToEntry096(96), - referToEntry097(97), - referToEntry098(98), - referToEntry099(99), - referToEntry100(100), - referToEntry101(101), - referToEntry102(102), - referToEntry103(103), - referToEntry104(104), - referToEntry105(105), - referToEntry106(106), - referToEntry107(107), - referToEntry108(108), - referToEntry109(109), - referToEntry110(110), - referToEntry111(111), - referToEntry112(112), - referToEntry113(113), - referToEntry114(114), - referToEntry115(115), - referToEntry116(116), - referToEntry117(117), - referToEntry118(118), - referToEntry119(119), - referToEntry120(120), - referToEntry121(121), - referToEntry122(122), - referToEntry123(123), - referToEntry124(124), - referToEntry125(125), - referToEntry126(126), - referToEntry127(127), - referToEntry128(128), - referToEntry129(129), - referToEntry130(130), - referToEntry131(131), - referToEntry132(132), - referToEntry133(133), - referToEntry134(134), - referToEntry135(135), - referToEntry136(136), - referToEntry137(137), - referToEntry138(138), - referToEntry139(139), - referToEntry140(140), - referToEntry141(141), - referToEntry142(142), - referToEntry143(143), - referToEntry144(144), - referToEntry145(145), - referToEntry146(146), - referToEntry147(147), - referToEntry148(148), - referToEntry149(149), - referToEntry150(150), - referToEntry151(151), - referToEntry152(152), - referToEntry153(153), - referToEntry154(154), - referToEntry155(155), - referToEntry156(156), - referToEntry157(157), - referToEntry158(158), - referToEntry159(159), - referToEntry160(160), - referToEntry161(161), - referToEntry162(162), - referToEntry163(163), - referToEntry164(164), - referToEntry165(165), - referToEntry166(166), - referToEntry167(167), - referToEntry168(168), - referToEntry169(169), - referToEntry170(170), - referToEntry171(171), - referToEntry172(172), - referToEntry173(173), - referToEntry174(174), - referToEntry175(175), - referToEntry176(176), - referToEntry177(177), - referToEntry178(178), - referToEntry179(179), - referToEntry180(180), - referToEntry181(181), - referToEntry182(182), - referToEntry183(183), - referToEntry184(184), - referToEntry185(185), - referToEntry186(186), - referToEntry187(187), - referToEntry188(188), - referToEntry189(189), - referToEntry190(190), - referToEntry191(191), - referToEntry192(192), - referToEntry193(193), - referToEntry194(194), - referToEntry195(195), - referToEntry196(196), - referToEntry197(197), - referToEntry198(198), - referToEntry199(199), - referToEntry200(200), - referToEntry201(201), - referToEntry202(202), - referToEntry203(203), - referToEntry204(204), - referToEntry205(205), - referToEntry206(206), - referToEntry207(207), - referToEntry208(208), - referToEntry209(209), - referToEntry210(210), - referToEntry211(211), - referToEntry212(212), - referToEntry213(213), - referToEntry214(214), - referToEntry215(215), - referToEntry216(216), - referToEntry217(217), - referToEntry218(218), - referToEntry219(219), - referToEntry220(220), - referToEntry221(221), - referToEntry222(222), - referToEntry223(223), - referToEntry224(224), - referToEntry225(225), - referToEntry226(226), - referToEntry227(227), - referToEntry228(228), - referToEntry229(229), - referToEntry230(230), - referToEntry231(231), - referToEntry232(232), - referToEntry233(233), - referToEntry234(234), - referToEntry235(235), - referToEntry236(236), - referToEntry237(237), - referToEntry238(238), - referToEntry239(239), - referToEntry240(240), - referToEntry241(241), - referToEntry242(242), - referToEntry243(243), - referToEntry244(244), - referToEntry245(245), - referToEntry246(246), - referToEntry247(247), - referToEntry248(248), - referToEntry249(249), - referToEntry250(250), - referToEntry251(251), - referToEntry252(252), - referToEntry253(253), - referToEntry254(254), - referToEntry255(255) - } - --- This datatype always means that the MIB variable is --- a simple ENUM that when written to 'doActionRightNow', --- causes the described action to take place, (much like --- a button pressed in a UI). --- --- Such a value does NOT remain in state 'doActionRightNow' --- while the operation is in-process, but instead when read --- always returns 'idleState'. - DoActionNow ::= INTEGER - { - doActionRightNow(1), - idleState(2) - } - - RadioType ::= INTEGER - { - radio802dot11A(1), - radio802dot11B(2), - radio802dot11G(3), - radio802dot11FH(4) - } - --- Values of this type are passwords. They can be written, --- but when read, they return a 0-length string. - Password ::= OCTET STRING (SIZE (0..255)) - --- In order to make the switch's implementation of --- numerous tables simpler, tables using this datatype --- have a fixed number of entries with fixed indices. --- In such tables, no entries may be added or deleted, --- but the pre-existing rows can be enabled or disabled --- using the value declared with this datatype. - StaticRowEnable ::= INTEGER - { - enable(1), - disable(2) - } - - PartsPer10k ::= Unsigned32 (0..10000) --- This datatype is used for all percentage values that have --- interesting tenths and hundreths, (such as 1.37%). SNMP --- cannot report decimals, only whole numbers. Values of --- this datatype are expressed not as parts-per-100, (percent), --- but as parts-per-10000. --- --- Said another way, values of this type are percent --- multiplied by 100. --- --- For example, 1.37% would be reported as 137. --- - ScaleBy100 ::= Unsigned32 --- This datatype is used for all values that have interesting --- tenths and hundreths, (such as 2.48). SNMP cannot report --- decimals, only whole numbers. Values of this datatype are --- scaled (muliplied) by 100. --- --- For example, 2.48 would be reported as 248. --- In order to make the switch's implementation of some --- dynamic tables simpler, tables using this datatype --- use an abbreviated form of RowStatus. --- --- Only CreateAndGo and Destroy states are supported. --- --- On row creation, a single SET-PDU must contain all --- the required values, including this value set to --- createAndGo. (This greatly simplifies row validation --- for the switch). --- --- Setting this value to Destroy causes the corresponding --- row to be deleted. --- - AbbrevRowStatus ::= INTEGER - { - createAndGo(4), - destroy(6) - } - --- This datatype always means that the MIB variable is --- a simple ENUM that when written to 'doActionRightNow', --- causes the described action to take place, (much like --- a button pressed in a UI). --- --- Such a value DOES remain in state 'doActionRightNow' --- while the operation is in-process; when the operation is --- completed, it will then return the value 'idleState'. - DoActionShowProgress ::= INTEGER - { - doActionRightNow(1), - idleState(2) - } - --- Values of this type are keys, expressed in hexadecimal as --- a sequence of characters '0'..'9' plus 'A'..'F'. --- --- Unless otherwise noted, the default value for variables of --- this type is all-0s. --- --- Values of this type are passwords. They can be written, --- but when read, they return a 0-length string. - HexPassword ::= OCTET STRING (SIZE (0..255)) - - TransmitRate ::= BITS - { - null(0), - rate1Mb(1), - rate2Mb(2), - rate5pt5Mb(3), - rate6Mb(4), - rate9Mb(5), - rate11Mb(6), - rate12Mb(7), - rate18Mb(8), - rate22Mb(9), - rate24Mb(10), - rate36Mb(11), - rate48Mb(12), - rate54Mb(13) - } - --- This is a list of valid channels. --- For the 2.4 GHz band, we can use channels 1-14. --- For the 5.0 GHz band, we can use channels: --- 36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, --- 120, 124, 128, 132, 136, 140, 149, 153, 157, 161, 165 - AllowedChannels ::= INTEGER - { - channel1(1), - channel2(2), - channel3(3), - channel4(4), - channel5(5), - channel6(6), - channel7(7), - channel8(8), - channel9(9), - channel10(10), - channel11(11), - channel12(12), - channel13(13), - channel14(14), - channel36(36), - channel40(40), - channel44(44), - channel48(48), - channel52(52), - channel56(56), - channel60(60), - channel64(64), - channel100(100), - channel104(104), - channel108(108), - channel112(112), - channel116(116), - channel120(120), - channel124(124), - channel128(128), - channel132(132), - channel136(136), - channel140(140), - channel149(149), - channel153(153), - channel157(157), - channel161(161), - channel165(165) - } - - --- --- Textual conventions --- - - RowStatus ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "The RowStatus textual convention is used to manage the - creation and deletion of conceptual rows, and is used as the - value of the SYNTAX clause for the status column of a - conceptual row (as described in Section 7.7.1 of [2].) - - The status column has six defined values: - - - `active', which indicates that the conceptual row is - available for use by the managed device; - - - `notInService', which indicates that the conceptual - row exists in the agent, but is unavailable for use by - the managed device (see NOTE below); - - - `notReady', which indicates that the conceptual row - exists in the agent, but is missing information - necessary in order to be available for use by the - managed device; - - - `createAndGo', which is supplied by a management - station wishing to create a new instance of a - conceptual row and to have its status automatically set - to active, making it available for use by the managed - device; - - - `createAndWait', which is supplied by a management - station wishing to create a new instance of a - conceptual row (but not make it available for use by - the managed device); and, - - - `destroy', which is supplied by a management station - wishing to delete all of the instances associated with - an existing conceptual row. - - Whereas five of the six values (all except `notReady') may - be specified in a management protocol set operation, only - three values will be returned in response to a management - protocol retrieval operation: `notReady', `notInService' or - `active'. That is, when queried, an existing conceptual row - has only three states: it is either available for use by - the managed device (the status column has value `active'); - it is not available for use by the managed device, though - the agent has sufficient information to make it so (the - status column has value `notInService'); or, it is not - available for use by the managed device, and an attempt to - make it so would fail because the agent has insufficient - information (the state column has value `notReady'). - - NOTE WELL - - This textual convention may be used for a MIB table, - irrespective of whether the values of that table's - conceptual rows are able to be modified while it is - active, or whether its conceptual rows must be taken - out of service in order to be modified. That is, it is - the responsibility of the DESCRIPTION clause of the - status column to specify whether the status column must - not be `active' in order for the value of some other - column of the same conceptual row to be modified. If - such a specification is made, affected columns may be - changed by an SNMP set PDU if the RowStatus would not - be equal to `active' either immediately before or after - processing the PDU. In other words, if the PDU also - contained a varbind that would change the RowStatus - value, the column in question may be changed if the - RowStatus was not equal to `active' as the PDU was - received, or if the varbind sets the status to a value - other than 'active'. - - - Also note that whenever any elements of a row exist, the - RowStatus column must also exist. - - To summarize the effect of having a conceptual row with a - status column having a SYNTAX clause value of RowStatus, - consider the following state diagram: - - - STATE - +--------------+-----------+-------------+------------- - | A | B | C | D - | |status col.|status column| - |status column | is | is |status column - ACTION |does not exist| notReady | notInService| is active - --------------+--------------+-----------+-------------+------------- - set status |noError ->D|inconsist- |inconsistent-|inconsistent- - column to | or | entValue| Value| Value - createAndGo |inconsistent- | | | - | Value| | | - --------------+--------------+-----------+-------------+------------- - set status |noError see 1|inconsist- |inconsistent-|inconsistent- - column to | or | entValue| Value| Value - createAndWait |wrongValue | | | - --------------+--------------+-----------+-------------+------------- - set status |inconsistent- |inconsist- |noError |noError - column to | Value| entValue| | - active | | | | - | | or | | - | | | | - | |see 2 ->D| ->D| ->D - --------------+--------------+-----------+-------------+------------- - set status |inconsistent- |inconsist- |noError |noError ->C - column to | Value| entValue| | - notInService | | | | - | | or | | or - | | | | - | |see 3 ->C| ->C|wrongValue - --------------+--------------+-----------+-------------+------------- - set status |noError |noError |noError |noError - column to | | | | - destroy | ->A| ->A| ->A| ->A - --------------+--------------+-----------+-------------+------------- - set any other |see 4 |noError |noError |see 5 - column to some| | | | - value | | see 1| ->C| ->D - --------------+--------------+-----------+-------------+------------- - - (1) goto B or C, depending on information available to the - agent. - - (2) if other variable bindings included in the same PDU, - provide values for all columns which are missing but - required, then return noError and goto D. - - (3) if other variable bindings included in the same PDU, - provide values for all columns which are missing but - required, then return noError and goto C. - - (4) at the discretion of the agent, the return value may be - either: - - inconsistentName: because the agent does not choose to - create such an instance when the corresponding - RowStatus instance does not exist, or - - inconsistentValue: if the supplied value is - inconsistent with the state of some other MIB object's - value, or - - noError: because the agent chooses to create the - instance. - - If noError is returned, then the instance of the status - column must also be created, and the new state is B or C, - depending on the information available to the agent. If - inconsistentName or inconsistentValue is returned, the row - remains in state A. - - (5) depending on the MIB definition for the column/table, - either noError or inconsistentValue may be returned. - - NOTE: Other processing of the set request may result in a - response other than noError being returned, e.g., - wrongValue, noCreation, etc. - - - Conceptual Row Creation - - There are four potential interactions when creating a - conceptual row: selecting an instance-identifier which is - not in use; creating the conceptual row; initializing any - objects for which the agent does not supply a default; and, - making the conceptual row available for use by the managed - device. - - Interaction 1: Selecting an Instance-Identifier - - The algorithm used to select an instance-identifier varies - for each conceptual row. In some cases, the instance- - identifier is semantically significant, e.g., the - destination address of a route, and a management station - selects the instance-identifier according to the semantics. - - In other cases, the instance-identifier is used solely to - distinguish conceptual rows, and a management station - without specific knowledge of the conceptual row might - examine the instances present in order to determine an - unused instance-identifier. (This approach may be used, but - it is often highly sub-optimal; however, it is also a - questionable practice for a naive management station to - attempt conceptual row creation.) - - Alternately, the MIB module which defines the conceptual row - might provide one or more objects which provide assistance - in determining an unused instance-identifier. For example, - if the conceptual row is indexed by an integer-value, then - an object having an integer-valued SYNTAX clause might be - defined for such a purpose, allowing a management station to - issue a management protocol retrieval operation. In order - to avoid unnecessary collisions between competing management - stations, `adjacent' retrievals of this object should be - different. - - Finally, the management station could select a pseudo-random - number to use as the index. In the event that this index - was already in use and an inconsistentValue was returned in - response to the management protocol set operation, the - management station should simply select a new pseudo-random - number and retry the operation. - - A MIB designer should choose between the two latter - algorithms based on the size of the table (and therefore the - efficiency of each algorithm). For tables in which a large - number of entries are expected, it is recommended that a MIB - object be defined that returns an acceptable index for - creation. For tables with small numbers of entries, it is - recommended that the latter pseudo-random index mechanism be - used. - - - Interaction 2: Creating the Conceptual Row - - Once an unused instance-identifier has been selected, the - management station determines if it wishes to create and - activate the conceptual row in one transaction or in a - negotiated set of interactions. - - Interaction 2a: Creating and Activating the Conceptual Row - - The management station must first determine the column - requirements, i.e., it must determine those columns for - which it must or must not provide values. Depending on the - complexity of the table and the management station's - knowledge of the agent's capabilities, this determination - can be made locally by the management station. Alternately, - the management station issues a management protocol get - operation to examine all columns in the conceptual row that - it wishes to create. In response, for each column, there - are three possible outcomes: - - - a value is returned, indicating that some other - management station has already created this conceptual - row. We return to interaction 1. - - - the exception `noSuchInstance' is returned, - indicating that the agent implements the object-type - associated with this column, and that this column in at - least one conceptual row would be accessible in the MIB - view used by the retrieval were it to exist. For those - columns to which the agent provides read-create access, - the `noSuchInstance' exception tells the management - station that it should supply a value for this column - when the conceptual row is to be created. - - - the exception `noSuchObject' is returned, indicating - that the agent does not implement the object-type - associated with this column or that there is no - conceptual row for which this column would be - accessible in the MIB view used by the retrieval. As - such, the management station can not issue any - management protocol set operations to create an - instance of this column. - - Once the column requirements have been determined, a - management protocol set operation is accordingly issued. - This operation also sets the new instance of the status - column to `createAndGo'. - - When the agent processes the set operation, it verifies that - it has sufficient information to make the conceptual row - available for use by the managed device. The information - available to the agent is provided by two sources: the - management protocol set operation which creates the - conceptual row, and, implementation-specific defaults - supplied by the agent (note that an agent must provide - implementation-specific defaults for at least those objects - which it implements as read-only). If there is sufficient - information available, then the conceptual row is created, a - `noError' response is returned, the status column is set to - `active', and no further interactions are necessary (i.e., - interactions 3 and 4 are skipped). If there is insufficient - information, then the conceptual row is not created, and the - set operation fails with an error of `inconsistentValue'. - On this error, the management station can issue a management - protocol retrieval operation to determine if this was - because it failed to specify a value for a required column, - or, because the selected instance of the status column - already existed. In the latter case, we return to - interaction 1. In the former case, the management station - can re-issue the set operation with the additional - information, or begin interaction 2 again using - `createAndWait' in order to negotiate creation of the - conceptual row. - - NOTE WELL - - Regardless of the method used to determine the column - requirements, it is possible that the management - station might deem a column necessary when, in fact, - the agent will not allow that particular columnar - instance to be created or written. In this case, the - management protocol set operation will fail with an - error such as `noCreation' or `notWritable'. In this - case, the management station decides whether it needs - to be able to set a value for that particular columnar - instance. If not, the management station re-issues the - management protocol set operation, but without setting - a value for that particular columnar instance; - otherwise, the management station aborts the row - creation algorithm. - - Interaction 2b: Negotiating the Creation of the Conceptual - Row - - The management station issues a management protocol set - operation which sets the desired instance of the status - column to `createAndWait'. If the agent is unwilling to - process a request of this sort, the set operation fails with - an error of `wrongValue'. (As a consequence, such an agent - must be prepared to accept a single management protocol set - operation, i.e., interaction 2a above, containing all of the - columns indicated by its column requirements.) Otherwise, - the conceptual row is created, a `noError' response is - returned, and the status column is immediately set to either - `notInService' or `notReady', depending on whether it has - sufficient information to make the conceptual row available - for use by the managed device. If there is sufficient - information available, then the status column is set to - `notInService'; otherwise, if there is insufficient - information, then the status column is set to `notReady'. - Regardless, we proceed to interaction 3. - - Interaction 3: Initializing non-defaulted Objects - - The management station must now determine the column - requirements. It issues a management protocol get operation - to examine all columns in the created conceptual row. In - the response, for each column, there are three possible - outcomes: - - - a value is returned, indicating that the agent - implements the object-type associated with this column - and had sufficient information to provide a value. For - those columns to which the agent provides read-create - access (and for which the agent allows their values to - be changed after their creation), a value return tells - the management station that it may issue additional - management protocol set operations, if it desires, in - order to change the value associated with this column. - - - the exception `noSuchInstance' is returned, - indicating that the agent implements the object-type - associated with this column, and that this column in at - least one conceptual row would be accessible in the MIB - view used by the retrieval were it to exist. However, - the agent does not have sufficient information to - provide a value, and until a value is provided, the - conceptual row may not be made available for use by the - managed device. For those columns to which the agent - provides read-create access, the `noSuchInstance' - exception tells the management station that it must - issue additional management protocol set operations, in - order to provide a value associated with this column. - - - the exception `noSuchObject' is returned, indicating - that the agent does not implement the object-type - associated with this column or that there is no - conceptual row for which this column would be - accessible in the MIB view used by the retrieval. As - such, the management station can not issue any - management protocol set operations to create an - instance of this column. - - If the value associated with the status column is - `notReady', then the management station must first deal with - all `noSuchInstance' columns, if any. Having done so, the - value of the status column becomes `notInService', and we - proceed to interaction 4. - - Interaction 4: Making the Conceptual Row Available - - Once the management station is satisfied with the values - associated with the columns of the conceptual row, it issues - a management protocol set operation to set the status column - to `active'. If the agent has sufficient information to - make the conceptual row available for use by the managed - device, the management protocol set operation succeeds (a - `noError' response is returned). Otherwise, the management - protocol set operation fails with an error of - `inconsistentValue'. - - - NOTE WELL - - A conceptual row having a status column with value - `notInService' or `notReady' is unavailable to the - managed device. As such, it is possible for the - managed device to create its own instances during the - time between the management protocol set operation - which sets the status column to `createAndWait' and the - management protocol set operation which sets the status - column to `active'. In this case, when the management - protocol set operation is issued to set the status - column to `active', the values held in the agent - supersede those used by the managed device. - - If the management station is prevented from setting the - status column to `active' (e.g., due to management station - or network failure) the conceptual row will be left in the - `notInService' or `notReady' state, consuming resources - indefinitely. The agent must detect conceptual rows that - have been in either state for an abnormally long period of - time and remove them. It is the responsibility of the - DESCRIPTION clause of the status column to indicate what an - abnormally long period of time would be. This period of - time should be long enough to allow for human response time - (including `think time') between the creation of the - conceptual row and the setting of the status to `active'. - In the absense of such information in the DESCRIPTION - clause, it is suggested that this period be approximately 5 - minutes in length. This removal action applies not only to - newly-created rows, but also to previously active rows which - are set to, and left in, the notInService state for a - prolonged period exceeding that which is considered normal - for such a conceptual row. - - - Conceptual Row Suspension - - When a conceptual row is `active', the management station - may issue a management protocol set operation which sets the - instance of the status column to `notInService'. If the - agent is unwilling to do so, the set operation fails with an - error of `wrongValue'. Otherwise, the conceptual row is - taken out of service, and a `noError' response is returned. - It is the responsibility of the DESCRIPTION clause of the - status column to indicate under what circumstances the - status column should be taken out of service (e.g., in order - for the value of some other column of the same conceptual - row to be modified). - - - Conceptual Row Deletion - - For deletion of conceptual rows, a management protocol set - operation is issued which sets the instance of the status - column to `destroy'. This request may be made regardless of - the current value of the status column (e.g., it is possible - to delete conceptual rows which are either `notReady', - `notInService' or `active'.) If the operation succeeds, - then all instances associated with the conceptual row are - immediately removed." - SYNTAX INTEGER - { - active(1), - notInService(2), - notReady(3), - createAndGo(4), - createAndWait(5), - destroy(6) - } - - DateAndTime ::= TEXTUAL-CONVENTION - DISPLAY-HINT - "2d-1d-1d,1d:1d:1d.1d,1a1d:1d" - STATUS current - DESCRIPTION - "A date-time specification. - - field octets contents range - ----- ------ -------- ----- - 1 1-2 year 0..65536 - 2 3 month 1..12 - 3 4 day 1..31 - 4 5 hour 0..23 - 5 6 minutes 0..59 - 6 7 seconds 0..60 - (use 60 for leap-second) - 7 8 deci-seconds 0..9 - 8 9 direction from UTC '+' / '-' - 9 10 hours from UTC 0..11 - 10 11 minutes from UTC 0..59 - - For example, Tuesday May 26, 1992 at 1:30:15 PM EDT would be - displayed as: - - 1992-5-26,13:30:15.0,-4:0 - - Note that if only local time is known, then timezone - information (fields 8-10) is not present." - SYNTAX OCTET STRING (SIZE (8 | 11)) - - EthernetType ::= TEXTUAL-CONVENTION - DISPLAY-HINT - "1x " - STATUS current - DESCRIPTION - "Represents Ethernet Types." - SYNTAX OCTET STRING (SIZE (2)) - - --- --- Node definitions --- - --- Node definitions --- - -- 1.3.6.1.4.1.388 - symbol OBJECT IDENTIFIER ::= { enterprises 388 } - - --- !!- OID: .11 - as specified by Symbol MIB Admin. --- --- This sub-tree used for MIBs and sysOIDs produced --- by WSD, (Wireless Infrastructure Division, --- San Jose). --- - -- 1.3.6.1.4.1.388.11 - wsd OBJECT IDENTIFIER ::= { symbol 11 } - - --- This node reserved for sysOIDs of devices produced --- by WSD. --- - -- 1.3.6.1.4.1.388.11.1 - sysoids OBJECT IDENTIFIER ::= { wsd 1 } - - - -- 1.3.6.1.4.1.388.11.1.2 - ap5131 OBJECT-IDENTITY - STATUS current - DESCRIPTION - "AP5131 with 1 WAN port, 1 LAN ports." - ::= { sysoids 2 } - - - -- 1.3.6.1.4.1.388.11.1.3 - ap5181 OBJECT-IDENTITY - STATUS current - DESCRIPTION - "AP5131 with 1 WAN port, 1 LAN ports, 533Mhz processor speed." - ::= { sysoids 3 } - - - -- 1.3.6.1.4.1.388.11.1.4 - ap7131 OBJECT-IDENTITY - STATUS current - DESCRIPTION - "AP7131" - ::= { sysoids 4 } - - - -- 1.3.6.1.4.1.388.11.1.5 - ap7181 OBJECT-IDENTITY - STATUS current - DESCRIPTION - "AP7181." - ::= { sysoids 5 } - - --- MIBs implemented by AP5131 devices. --- --- All counter variables, under this tree node wrap in no less --- than 5.8 minutes, EXCEPT as noted below. (Be advised that --- all values referred to here as 'counters' are not --- necessarily of type Counter32 or Counter64; some are --- Unsigned32, and some Signal & Noise values are Integer32). --- --- Exception #1: for all values that count the number --- of tx/rx/both octets when the MAX number of Portals (12) --- are all running at a full 54Mb. In such cases, those --- counters could theoretically wrap in 0.8min. But, since --- 54Mb does not practically achieve 54Mb, this wrap time --- is more realistically at least 1-2min. If the switch does --- not have all 12 Portals, that wrap time would be even --- longer. --- --- Exception #2: there are three _SignalSum values, (Portal, --- MU, and WLAN); since Signal values range up to around --- -90dBm, they could theoretically wrap in 0.5min if the MAX --- number of Portals all had a full 54Mb of short packets --- flowing, all with _Signal values of around -100. Since you --- generally cannot communicate at 54Mb at -100dBm, this is --- not practially realistic. At more realistic levels, these --- values would wrap no faster than 1-2min, and verly likely --- no faster than 5min. --- --- (It was considered to increase the affected counters to --- 64bits, but given the difficulty implementing larger --- counters and the large number of values to change, as --- weighed against the REALISTIC wrap risk did not suggest --- doing this work). --- --- Given all this, a poll time of 5min, (or less), will --- basically ensure that no data is lost due to counter wrap. --- --- --- --- Numerous tables include _SumSquares values. These MIB --- variables are always the summation of the square of each --- individual value. These _SumSquares values can be used, --- (in conjunction with 'N' and _Sum), to calculate standard --- deviation, (a statistical measure of the variance of the --- data points). - -- 1.3.6.1.4.1.388.11.3 - abgAP OBJECT IDENTIFIER ::= { wsd 3 } - - - -- 1.3.6.1.4.1.388.11.3.3 - dot1x OBJECT IDENTIFIER ::= { abgAP 3 } - - - -- 1.3.6.1.4.1.388.11.3.3.1 - dot1xPaeAuthenticator OBJECT IDENTIFIER ::= { dot1x 1 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.1 - dot1xAuthConfigTable OBJECT-TYPE - SYNTAX SEQUENCE OF Dot1xAuthConfigEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table that contains the configuration objects for the - Authenticator PAE associated with each port. - An entry appears in this table for each port that may - authenticate access to itself. - " - ::= { dot1xPaeAuthenticator 1 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.1.1 - dot1xAuthConfigEntry OBJECT-TYPE - SYNTAX Dot1xAuthConfigEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "The configuration information for an Authenticator PAE. - " - INDEX { dot1xPaePortNumber } - ::= { dot1xAuthConfigTable 1 } - - - Dot1xAuthConfigEntry ::= - SEQUENCE { - dot1xPaePortNumber - Integer32, - dot1xPaeState - INTEGER, - dot1xAuthBackendAuthState - INTEGER, - dot1xAuthAdminControlledDirections - Integer32, - dot1xAuthOperControlledDirections - Integer32, - dot1xAuthAuthControlledPortStatus - Integer32, - dot1xAuthAuthControlledPortControl - Integer32, - dot1xAuthQuietPeriod - Unsigned32, - dot1xAuthTxPeriod - Unsigned32, - dot1xAuthSuppTimeout - Unsigned32, - dot1xAuthServerTimeout - Unsigned32, - dot1xAuthMaxReq - Unsigned32, - dot1xAuthReAuthPeriod - Unsigned32, - dot1xAuthReAuthEnabled - TruthValue, - dot1xAuthKeyTxEnabled - TruthValue - } - - -- 1.3.6.1.4.1.388.11.3.3.1.1.1.1 - dot1xPaePortNumber OBJECT-TYPE - SYNTAX Integer32 (1..200) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "The Port number associated with this Port." - ::= { dot1xAuthConfigEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.1.1.2 - dot1xPaeState OBJECT-TYPE - SYNTAX INTEGER - { - intialize(1), - disconnected(2), - connecting(3), - authenticating(4), - authenticated(5), - aborting(6), - held(7), - forceAuth(8), - forceUnauth(9) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The current value of the Authenticator PAE state machine. - " - ::= { dot1xAuthConfigEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.1.1.3 - dot1xAuthBackendAuthState OBJECT-TYPE - SYNTAX INTEGER - { - request(1), - response(2), - success(3), - fail(4), - timeout(5), - idle(6), - initialize(7) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The current state of the Backend Authentication state machine. - " - ::= { dot1xAuthConfigEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.1.1.4 - dot1xAuthAdminControlledDirections OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The current value of the administrative controlled - directions parameter for the Port." - ::= { dot1xAuthConfigEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.1.1.5 - dot1xAuthOperControlledDirections OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The current value of the operational controlled - directions parameter for the Port. - " - ::= { dot1xAuthConfigEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.1.1.6 - dot1xAuthAuthControlledPortStatus OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The current value of the controlled Port - status parameter for the Port. - " - ::= { dot1xAuthConfigEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.1.1.7 - dot1xAuthAuthControlledPortControl OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The current value of the controlled Port - control parameter for the Port. - " - ::= { dot1xAuthConfigEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.1.1.8 - dot1xAuthQuietPeriod OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value, in seconds, of the quietPeriod constant - currently in use by the Authenticator PAE state - machine. - " - ::= { dot1xAuthConfigEntry 8 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.1.1.9 - dot1xAuthTxPeriod OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value, in seconds, of the txPeriod constant - currently in use by the Authenticator PAE state - machine. - " - ::= { dot1xAuthConfigEntry 9 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.1.1.10 - dot1xAuthSuppTimeout OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value, in seconds, of the suppTimeout constant - currently in use by the Backend Authentication state - machine. - " - ::= { dot1xAuthConfigEntry 10 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.1.1.11 - dot1xAuthServerTimeout OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value, in seconds, of the serverTimeout constant - currently in use by the Backend Authentication state - machine. - " - ::= { dot1xAuthConfigEntry 11 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.1.1.12 - dot1xAuthMaxReq OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of the maxReq constant currently in use by - the Backend Authentication state machine. - " - ::= { dot1xAuthConfigEntry 12 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.1.1.13 - dot1xAuthReAuthPeriod OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value, in seconds, of the reAuthPeriod constant - currently in use by the Reauthentication Timer state - machine. - " - ::= { dot1xAuthConfigEntry 13 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.1.1.14 - dot1xAuthReAuthEnabled OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The enable/disable control used by the Reauthentication - Timer state machine" - ::= { dot1xAuthConfigEntry 14 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.1.1.15 - dot1xAuthKeyTxEnabled OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value of the keyTransmissionEnabled constant - currently in use by the Authenticator PAE state - machine." - ::= { dot1xAuthConfigEntry 15 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.2 - dot1xAuthStatsTable OBJECT-TYPE - SYNTAX SEQUENCE OF Dot1xAuthStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table that contains the statistics objects for the - Authenticator PAE associated with each Port. - An entry appears in this table for each port that may - authenticate access to itself. - " - ::= { dot1xPaeAuthenticator 2 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.2.1 - dot1xAuthStatsEntry OBJECT-TYPE - SYNTAX Dot1xAuthStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "The statistics information for an Authenticator PAE. - " - INDEX { dot1xPaePortNumber } - ::= { dot1xAuthStatsTable 1 } - - - Dot1xAuthStatsEntry ::= - SEQUENCE { - dot1xAuthEapolFramesRx - Counter32, - dot1xAuthEapolFramesTx - Counter32, - dot1xAuthEapolStartFramesRx - Counter32, - dot1xAuthEapolLogoffFramesRx - Counter32, - dot1xAuthEapolRespIdFramesRx - Counter32, - dot1xAuthEapolRespFramesRx - Counter32, - dot1xAuthEapolReqIdFramesTx - Counter32, - dot1xAuthEapolReqFramesTx - Counter32, - dot1xAuthInvalidEapolFramesRx - Counter32, - dot1xAuthEapLengthErrorFramesRx - Counter32, - dot1xAuthLastEapolFrameVersion - OCTET STRING, - dot1xAuthLastEapolFrameSource - PhysAddress - } - - -- 1.3.6.1.4.1.388.11.3.3.1.2.1.1 - dot1xAuthEapolFramesRx OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of valid EAPOL frames of any type - that have been received by this Authenticator. - " - ::= { dot1xAuthStatsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.2.1.2 - dot1xAuthEapolFramesTx OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of EAPOL frames of any type - that have been transmitted by this Authenticator. - " - ::= { dot1xAuthStatsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.2.1.3 - dot1xAuthEapolStartFramesRx OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of EAPOL Start frames that have - been received by this Authenticator. - " - ::= { dot1xAuthStatsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.2.1.4 - dot1xAuthEapolLogoffFramesRx OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of EAPOL Logoff frames that have - been received by this Authenticator. - " - ::= { dot1xAuthStatsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.2.1.5 - dot1xAuthEapolRespIdFramesRx OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of EAP Resp/Id frames that have - been received by this Authenticator. - " - ::= { dot1xAuthStatsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.2.1.6 - dot1xAuthEapolRespFramesRx OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of valid EAP Response frames - (other than Resp/Id frames) that have been - received by this Authenticator. - " - ::= { dot1xAuthStatsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.2.1.7 - dot1xAuthEapolReqIdFramesTx OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of EAP Req/Id frames that have been - transmitted by this Authenticator. - - " - ::= { dot1xAuthStatsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.2.1.8 - dot1xAuthEapolReqFramesTx OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of EAP Request frames - (other than Rq/Id frames) that have been - transmitted by this Authenticator. - - " - ::= { dot1xAuthStatsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.2.1.9 - dot1xAuthInvalidEapolFramesRx OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of EAPOL frames that have been - received by this Authenticator in which the - frame type is not recognized." - ::= { dot1xAuthStatsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.2.1.10 - dot1xAuthEapLengthErrorFramesRx OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of EAPOL frames that have been received - by this Authenticator in which the Packet Body - Length field is invalid. - - " - ::= { dot1xAuthStatsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.2.1.11 - dot1xAuthLastEapolFrameVersion OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (0..255)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The protocol version number carried in the - most recently received EAPOL frame. - " - ::= { dot1xAuthStatsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.2.1.12 - dot1xAuthLastEapolFrameSource OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The source MAC address carried in the - most recently received EAPOL frame. - " - ::= { dot1xAuthStatsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.3 - dot1xAuthDiagTable OBJECT-TYPE - SYNTAX SEQUENCE OF Dot1xAuthDiagEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table that contains the diagnostics objects for the - Authenticator PAE associated with each Port. - An entry appears in this table for each port that may - authenticate access to itself. - " - ::= { dot1xPaeAuthenticator 3 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.3.1 - dot1xAuthDiagEntry OBJECT-TYPE - SYNTAX Dot1xAuthDiagEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "The diagnostics information for an Authenticator PAE. - " - INDEX { dot1xPaePortNumber } - ::= { dot1xAuthDiagTable 1 } - - - Dot1xAuthDiagEntry ::= - SEQUENCE { - dot1xAuthEntersConnecting - Counter32, - dot1xAuthEapLogoffsWhileConnecting - Counter32, - dot1xAuthEntersAuthenticating - Counter32, - dot1xAuthAuthSuccessWhileAuthenticating - Counter32, - dot1xAuthAuthTimeoutsWhileAuthenticating - Counter32, - dot1xAuthAuthFailWhileAuthenticating - Counter32, - dot1xAuthAuthReauthsWhileAuthenticating - Counter32, - dot1xAuthAuthEapStartsWhileAuthenticating - Counter32, - dot1xAuthAuthEapLogoffWhileAuthenticating - Counter32, - dot1xAuthAuthReauthsWhileAuthenticated - Counter32, - dot1xAuthAuthEapStartsWhileAuthenticated - Counter32, - dot1xAuthAuthEapLogoffWhileAuthenticated - Counter32, - dot1xAuthBackendResponses - Counter32, - dot1xAuthBackendAccessChallenges - Counter32, - dot1xAuthBackendOtherRequestsToSupplicant - Counter32, - dot1xAuthBackendNonNakResponsesFromSupplicant - Counter32, - dot1xAuthBackendAuthSuccesses - Counter32, - dot1xAuthBackendAuthFails - Counter32 - } - - -- 1.3.6.1.4.1.388.11.3.3.1.3.1.1 - dot1xAuthEntersConnecting OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Counts the number of times that the state machine - transitions to the CONNECTING state from any other - state. - " - ::= { dot1xAuthDiagEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.3.1.2 - dot1xAuthEapLogoffsWhileConnecting OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Counts the number of times that the state machine - transitions from CONNECTING to DISCONNECTED as a result - of receiving an EAPOL-Logoff message. - " - ::= { dot1xAuthDiagEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.3.1.3 - dot1xAuthEntersAuthenticating OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Counts the number of times that the state machine - transitions from CONNECTING to AUTHENTICATING, as a - result of an EAP-Response/Identity message being - received from the Supplicant. - " - ::= { dot1xAuthDiagEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.3.1.4 - dot1xAuthAuthSuccessWhileAuthenticating OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Counts the number of times that the state machine - transitions from AUTHENTICATING to AUTHENTICATED, as a - result of the Backend Authentication state machine - indicating successful authentication of the Supplicant - (authSuccess = TRUE)." - ::= { dot1xAuthDiagEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.3.1.5 - dot1xAuthAuthTimeoutsWhileAuthenticating OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Counts the number of times that the state machine - transitions from AUTHENTICATING to ABORTING, as a result - of the Backend Authentication state machine indicating - authentication timeout (authTimeout = TRUE). - " - ::= { dot1xAuthDiagEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.3.1.6 - dot1xAuthAuthFailWhileAuthenticating OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Counts the number of times that the state machine - transitions from AUTHENTICATING to HELD, as a result - of the Backend Authentication state machine indicating - authentication failure (authFail = TRUE). - " - ::= { dot1xAuthDiagEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.3.1.7 - dot1xAuthAuthReauthsWhileAuthenticating OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Counts the number of times that the state machine - transitions from AUTHENTICATING to ABORTING, as a result - of a reauthentication request (reAuthenticate = TRUE). - " - ::= { dot1xAuthDiagEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.3.1.8 - dot1xAuthAuthEapStartsWhileAuthenticating OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Counts the number of times that the state machine - transitions from AUTHENTICATING to ABORTING, as a result - of an EAPOL-Start message being received - from the Supplicant. - " - ::= { dot1xAuthDiagEntry 8 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.3.1.9 - dot1xAuthAuthEapLogoffWhileAuthenticating OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Counts the number of times that the state machine - transitions from AUTHENTICATING to ABORTING, as a result - of an EAPOL-Logoff message being received - from the Supplicant. - " - ::= { dot1xAuthDiagEntry 9 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.3.1.10 - dot1xAuthAuthReauthsWhileAuthenticated OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Counts the number of times that the state machine - transitions from AUTHENTICATED to CONNECTING, as a - result of a reauthentication request - (reAuthenticate = TRUE). - " - ::= { dot1xAuthDiagEntry 10 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.3.1.11 - dot1xAuthAuthEapStartsWhileAuthenticated OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Counts the number of times that the state machine - transitions from AUTHENTICATED to CONNECTING, as a - result of an EAPOL-Start message being received from the - Supplicant. - " - ::= { dot1xAuthDiagEntry 11 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.3.1.12 - dot1xAuthAuthEapLogoffWhileAuthenticated OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Counts the number of times that the state machine - transitions from AUTHENTICATED to DISCONNECTED, as a - result of an EAPOL-Logoff message being received from - the Supplicant. - " - ::= { dot1xAuthDiagEntry 12 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.3.1.13 - dot1xAuthBackendResponses OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Counts the number of times that the state machine sends - an initial Access-Request packet to the Authentication - server (i.e., executes sendRespToServer on entry to the - RESPONSE state). Indicates that the Authenticator - attempted communication with the Authentication Server. - " - ::= { dot1xAuthDiagEntry 13 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.3.1.14 - dot1xAuthBackendAccessChallenges OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Counts the number of times that the state machine - receives an initial Access-Challenge packet from the - Authentication server (i.e., aReq becomes TRUE, - causing exit from the RESPONSE state). Indicates that - the Authentication Server has communication with - the Authenticator. - " - ::= { dot1xAuthDiagEntry 14 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.3.1.15 - dot1xAuthBackendOtherRequestsToSupplicant OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Counts the number of times that the state machine - sends an EAP-Request packet (other than an Identity, - Notification, Failure or Success message) to the - Supplicant (i.e., executes txReq on entry to the - REQUEST state). Indicates that the Authenticator chose - an EAP-method." - ::= { dot1xAuthDiagEntry 15 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.3.1.16 - dot1xAuthBackendNonNakResponsesFromSupplicant OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Counts the number of times that the state machine - receives a response from the Supplicant to an initial - EAP-Request, and the response is something other than - EAP-NAK (i.e., rxResp becomes TRUE, causing the state - machine to transition from REQUEST to RESPONSE, - and the response is not an EAP-NAK). Indicates that - the Supplicant can respond to the Authenticator's - chosen EAP-method. - " - ::= { dot1xAuthDiagEntry 16 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.3.1.17 - dot1xAuthBackendAuthSuccesses OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Counts the number of times that the state machine - receives an EAP-Success message from the Authentication - Server (i.e., aSuccess becomes TRUE, causing a - transition from RESPONSE to SUCCESS). Indicates that - the Supplicant has successfully authenticated to - the Authentication Server. - " - ::= { dot1xAuthDiagEntry 17 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.3.1.18 - dot1xAuthBackendAuthFails OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Counts the number of times that the state machine - receives an EAP-Failure message from the Authentication - Server (i.e., aFail becomes TRUE, causing a transition - from RESPONSE to FAIL). Indicates that the Supplicant - has not authenticated to the Authentication Server. - " - ::= { dot1xAuthDiagEntry 18 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.4 - dot1xAuthSessionStatsTable OBJECT-TYPE - SYNTAX SEQUENCE OF Dot1xAuthSessionStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A table that contains the session statistics objects - for the Authenticator PAE associated with each Port. - An entry appears in this table for each port that may - authenticate access to itself. - " - ::= { dot1xPaeAuthenticator 4 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.4.1 - dot1xAuthSessionStatsEntry OBJECT-TYPE - SYNTAX Dot1xAuthSessionStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "The session statistics information for an Authenticator - PAE. This shows the current values being collected for - each session that is still in progress, or the final - values for the last valid session on each port where - there is no session currently active. - " - INDEX { dot1xPaePortNumber } - ::= { dot1xAuthSessionStatsTable 1 } - - - Dot1xAuthSessionStatsEntry ::= - SEQUENCE { - dot1xAuthSessionOctetsRx - Counter32, - dot1xAuthSessionOctetsTx - Counter32, - dot1xAuthSessionFramesRx - Counter32, - dot1xAuthSessionFramesTx - Counter32, - dot1xAuthSessionId - OCTET STRING, - dot1xAuthSessionAuthenticMethod - INTEGER, - dot1xAuthSessionTime - TimeTicks, - dot1xAuthSessionTerminateCause - INTEGER, - dot1xAuthSessionUserName - OCTET STRING - } - - -- 1.3.6.1.4.1.388.11.3.3.1.4.1.1 - dot1xAuthSessionOctetsRx OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of octets received in user data - frames on this Port during the session. - " - ::= { dot1xAuthSessionStatsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.4.1.2 - dot1xAuthSessionOctetsTx OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of octets transmitted in user data - frames on this Port during the session. - " - ::= { dot1xAuthSessionStatsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.4.1.3 - dot1xAuthSessionFramesRx OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of user data frames received - on this Port during the session. - " - ::= { dot1xAuthSessionStatsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.4.1.4 - dot1xAuthSessionFramesTx OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of user data frames transmitted - on this Port during the session. - " - ::= { dot1xAuthSessionStatsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.4.1.5 - dot1xAuthSessionId OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (0..255)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A unique identifier for the session, in the - form of a printable ASCII string of at least - three characters. - " - ::= { dot1xAuthSessionStatsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.4.1.6 - dot1xAuthSessionAuthenticMethod OBJECT-TYPE - SYNTAX INTEGER - { - remoteAuthServer(1), - localAuthServer(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The authentication method used to establish the - session. - " - ::= { dot1xAuthSessionStatsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.4.1.7 - dot1xAuthSessionTime OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The duration of the session in seconds. - " - ::= { dot1xAuthSessionStatsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.4.1.8 - dot1xAuthSessionTerminateCause OBJECT-TYPE - SYNTAX INTEGER - { - supplicantLogoff(1), - portFailure(2), - supplicantRestart(3), - reauthFailed(4), - authControlForceUnauth(5), - portReInit(6), - portAdminDisabled(7), - notTerminatedYet(999) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The reason for the session termination." - ::= { dot1xAuthSessionStatsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.3.3.1.4.1.9 - dot1xAuthSessionUserName OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (0..255)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The User-Name representing the identity of the - Supplicant PAE. - " - ::= { dot1xAuthSessionStatsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.3.4 - apRf OBJECT IDENTIFIER ::= { abgAP 4 } - - --- This group contains MIB values that describe the --- Portals known to and adopted by this AP5131. --- --- An Access Port will contain 1, 2, (and in the --- future, possibly more), 'Portals'. Such Portals --- may be thought of as the radio portion of an --- Access Port. --- --- Descriptions of each data item are only provided here in --- the Portal tables, (since it occurs first in the MIB). --- For the nearly identical values in the MU and WLAN tables, --- refer back to the descriptions found here. (Did this to --- avoid massive cut-and-paste which later leads to --- discrepencies and inconsistencies when changes are --- incorrectly made to the descriptions in one location but --- not the others). - -- 1.3.6.1.4.1.388.11.3.4.1 - apRadio OBJECT IDENTIFIER ::= { apRf 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1 - apRadioSettingsTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApRadioSettingsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Use apRadioSettingsTable to view and set the properties - of the radios. - - " - ::= { apRadio 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1 - apRadioSettingsEntry OBJECT-TYPE - SYNTAX ApRadioSettingsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apRadioSettingsIndex } - ::= { apRadioSettingsTable 1 } - - - ApRadioSettingsEntry ::= - SEQUENCE { - apRadioSettingsIndex - Integer32, - apRadioSettingsEnable - TruthValue, - apRadioSettingsBand - INTEGER, - apRadioSettingsPointersToWlans - MultiPointer63, - apRadioSettingsName - INTEGER, - apRadioSettingsMacAddress - PhysAddress, - apRadioSettingsAntenna - INTEGER, - apRadioSettingsShortPreamble - TruthValue, - apRadioSettingsRtsThresh - Integer32, - apRadioSettingsBeaconInt - Integer32, - apRadioSettingsDtimPrd - Integer32, - apRadioSettingsBasicRates - BITS, - apRadioSettingsSupportedRates - BITS, - apRadioSettingsBGMode - INTEGER, - apRadioSettingsBackgroundMode - TruthValue, - apRadioSettingsBackgroundCwMin - Integer32, - apRadioSettingsBackgroundCwMax - Integer32, - apRadioSettingsBackgroundAifsn - Integer32, - apRadioSettingsBackgroundTxopsTime - Integer32, - apRadioSettingsBackgroundTxopsTimeInMS - Integer32, - apRadioSettingsBestEffortMode - TruthValue, - apRadioSettingsBestEffortCwMin - Integer32, - apRadioSettingsBestEffortCwMax - Integer32, - apRadioSettingsBestEffortAifsn - Integer32, - apRadioSettingsBestEffortTxopsTime - Integer32, - apRadioSettingsBestEffortTxopsTimeInMS - Integer32, - apRadioSettingsVideoMode - TruthValue, - apRadioSettingsVideoCwMin - Integer32, - apRadioSettingsVideoCwMax - Integer32, - apRadioSettingsVideoAifsn - Integer32, - apRadioSettingsVideoTxopsTime - Integer32, - apRadioSettingsVideoTxopsTimeInMS - Integer32, - apRadioSettingsVoiceMode - TruthValue, - apRadioSettingsVoiceCwMin - Integer32, - apRadioSettingsVoiceCwMax - Integer32, - apRadioSettingsVoiceAifsn - Integer32, - apRadioSettingsVoiceTxopsTime - Integer32, - apRadioSettingsVoiceTxopsTimeInMS - Integer32, - apRadioSettingsE2BMapMessage - DisplayString, - apRadioSettingsERPProtectionStatus - TruthValue, - apRadioSettingsWMMQosParam - INTEGER, - apRadioSettingsQBSSChannelBeaconInt - Integer32, - apRadioSettingsQBSSLoadElementMode - INTEGER - } - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.1 - apRadioSettingsIndex OBJECT-TYPE - SYNTAX Integer32 (1..2) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - " Simple index." - ::= { apRadioSettingsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.2 - apRadioSettingsEnable OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Row enable." - ::= { apRadioSettingsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.3 - apRadioSettingsBand OBJECT-TYPE - SYNTAX INTEGER - { - aRadio(1), - bgRadio(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "In a system that contains only 1 radio, Radio 1 - can be configured for 802.11b/g or 802.11a. - - In a system that contains 2 radios, Radio 1 will - be configured for 802.11b/g and Radio 2 will be - configured for 802.11a regardless of the user setting. - One will get a set-fail if attempts to make a change. - - Note that 'aRadio' means an 802.11a standard radio that uses the 5.0 GHz band, and, - 'bgRadio' means an 802.11b and 802.11g standards radio that use the 2.4 GHz band. - An 802.11n radio can use both 2.4 GHz and/or 5.0 GHz bands, so, both these values - are applicable for an 802.11n radio." - ::= { apRadioSettingsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.4 - apRadioSettingsPointersToWlans OBJECT-TYPE - SYNTAX MultiPointer63 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This scalar points to multiple WLANs that use this radio." - ::= { apRadioSettingsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.5 - apRadioSettingsName OBJECT-TYPE - SYNTAX INTEGER - { - radio802dt11a(1), - radio802dt11bg(2), - radio802dt11n2400MHz(3), - radio802dt11n5000MHz(4) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Name of Radio. - - Note that 'radio802dt11a' means an 802.11a standard radio that uses the - 5GHz band, and, 'radio802dt11bg' means an 802.11b and 802.11g standards - radio that use the 2.4 GHz band. - An 802.11n radio can use both 2.4 GHz and/or 5.0 GHz bands, so, both these values - are applicable for an 802.11n radio." - ::= { apRadioSettingsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.6 - apRadioSettingsMacAddress OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "MAC address of the radio." - ::= { apRadioSettingsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.7 - apRadioSettingsAntenna OBJECT-TYPE - SYNTAX INTEGER - { - fullDiversity(1), - primaryOnly(2), - secondaryOnly(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The antenna diversity setting for the radio. - - Note that this setting does not apply for an 802.11n radio." - ::= { apRadioSettingsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.8 - apRadioSettingsShortPreamble OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable support for Short Preamble when MUs - associate with the Access Point. Enabling Short - Preamble may cause incompatibility with some older - clients." - ::= { apRadioSettingsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.9 - apRadioSettingsRtsThresh OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The Request To Send(RTS) threshold(in bytes) for use - by the radio for the WLAN." - ::= { apRadioSettingsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.10 - apRadioSettingsBeaconInt OBJECT-TYPE - SYNTAX Integer32 (50..200) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Specify a beacon interval in units of 1,000 - microseconds (K-us). This is a multiple of the DTIM - (apRadioSettingDtimPrd) value, for example, - 100 : 10. " - ::= { apRadioSettingsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.11 - apRadioSettingsDtimPrd OBJECT-TYPE - SYNTAX Integer32 (1..50) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Specify a period for the Delivery Traffic Indication - Message (DTIM). This is a divisor of the beacon - interval (in milliseconds), for example, 10 : 100. - - Note that this object's status is current for 802.11n radios, - whereas it is obsolete for a/b/g radios." - ::= { apRadioSettingsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.12 - apRadioSettingsBasicRates OBJECT-TYPE - SYNTAX BITS - { - null(0), - rate1Mb(1), - rate2Mb(2), - rate5pt5Mb(3), - rate6Mb(4), - rate9Mb(5), - rate11Mb(6), - rate12Mb(7), - rate18Mb(8), - rate22Mb(9), - rate24Mb(10), - rate36Mb(11), - rate48Mb(12), - rate54Mb(13) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "List of basic rates for the radio. - - Note that this setting does not apply for an 802.11n radio." - ::= { apRadioSettingsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.13 - apRadioSettingsSupportedRates OBJECT-TYPE - SYNTAX BITS - { - null(0), - rate1Mb(1), - rate2Mb(2), - rate5pt5Mb(3), - rate6Mb(4), - rate9Mb(5), - rate11Mb(6), - rate12Mb(7), - rate18Mb(8), - rate22Mb(9), - rate24Mb(10), - rate36Mb(11), - rate48Mb(12), - rate54Mb(13) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "List of supported rates for the radio." - ::= { apRadioSettingsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.14 - apRadioSettingsBGMode OBJECT-TYPE - SYNTAX INTEGER - { - modeBandG(1), - modeG(2), - modeB(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Radio mode. - - Note that this setting does not apply for an 802.11n radio. - Please use the object apRadioNSettingsMode under apRadioNSettingsTable - for 802.11n radios." - ::= { apRadioSettingsEntry 14 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.15 - apRadioSettingsBackgroundMode OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS obsolete - DESCRIPTION - "This QOS parameter is used by the AP for the - Background access category." - ::= { apRadioSettingsEntry 15 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.16 - apRadioSettingsBackgroundCwMin OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This QOS parameter is used by the AP for the - Background access category." - ::= { apRadioSettingsEntry 16 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.17 - apRadioSettingsBackgroundCwMax OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This QOS parameter is used by the AP for the - Background access category." - ::= { apRadioSettingsEntry 17 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.18 - apRadioSettingsBackgroundAifsn OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This QOS parameter is used by the AP for the - Background access category." - ::= { apRadioSettingsEntry 18 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.19 - apRadioSettingsBackgroundTxopsTime OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This QOS parameter is used by the AP for the - Background access category." - ::= { apRadioSettingsEntry 19 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.20 - apRadioSettingsBackgroundTxopsTimeInMS OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This QOS parameter is used by the AP for the - Background access category." - ::= { apRadioSettingsEntry 20 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.21 - apRadioSettingsBestEffortMode OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS obsolete - DESCRIPTION - "This QOS parameter is used by the AP for the - Best Effort access category." - ::= { apRadioSettingsEntry 21 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.22 - apRadioSettingsBestEffortCwMin OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This QOS parameter is used by the AP for the - Best Effort access category." - ::= { apRadioSettingsEntry 22 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.23 - apRadioSettingsBestEffortCwMax OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This QOS parameter is used by the AP for the - Best Effort access category." - ::= { apRadioSettingsEntry 23 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.24 - apRadioSettingsBestEffortAifsn OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This QOS parameter is used by the AP for the - Best Effort access category." - ::= { apRadioSettingsEntry 24 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.25 - apRadioSettingsBestEffortTxopsTime OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This QOS parameter is used by the AP for the - Best Effort access category." - ::= { apRadioSettingsEntry 25 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.26 - apRadioSettingsBestEffortTxopsTimeInMS OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This QOS parameter is used by the AP for the - Best Effort access category." - ::= { apRadioSettingsEntry 26 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.27 - apRadioSettingsVideoMode OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS obsolete - DESCRIPTION - "This QOS parameter is used by the AP for the - Video access category." - ::= { apRadioSettingsEntry 27 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.28 - apRadioSettingsVideoCwMin OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This QOS parameter is used by the AP for the - Video access category." - ::= { apRadioSettingsEntry 28 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.29 - apRadioSettingsVideoCwMax OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This QOS parameter is used by the AP for the - Video access category." - ::= { apRadioSettingsEntry 29 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.30 - apRadioSettingsVideoAifsn OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This QOS parameter is used by the AP for the - Video access category." - ::= { apRadioSettingsEntry 30 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.31 - apRadioSettingsVideoTxopsTime OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This QOS parameter is used by the AP for the - Video access category." - ::= { apRadioSettingsEntry 31 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.32 - apRadioSettingsVideoTxopsTimeInMS OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This QOS parameter is used by the AP for the - Video access category." - ::= { apRadioSettingsEntry 32 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.33 - apRadioSettingsVoiceMode OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS obsolete - DESCRIPTION - "This QOS parameter is used by the AP for the - Voice access category." - ::= { apRadioSettingsEntry 33 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.34 - apRadioSettingsVoiceCwMin OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This QOS parameter is used by the AP for the - Voice access category." - ::= { apRadioSettingsEntry 34 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.35 - apRadioSettingsVoiceCwMax OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This QOS parameter is used by the AP for the - Voice access category." - ::= { apRadioSettingsEntry 35 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.36 - apRadioSettingsVoiceAifsn OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This QOS parameter is used by the AP for the - Voice access category." - ::= { apRadioSettingsEntry 36 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.37 - apRadioSettingsVoiceTxopsTime OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This QOS parameter is used by the AP for the - Voice access category." - ::= { apRadioSettingsEntry 37 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.38 - apRadioSettingsVoiceTxopsTimeInMS OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This QOS parameter is used by the AP for the - Voice access category." - ::= { apRadioSettingsEntry 38 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.39 - apRadioSettingsE2BMapMessage OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Global ESS to BSS mapping status message." - ::= { apRadioSettingsEntry 39 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.40 - apRadioSettingsERPProtectionStatus OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Whether ERP Protection is ON or OFF." - ::= { apRadioSettingsEntry 40 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.41 - apRadioSettingsWMMQosParam OBJECT-TYPE - SYNTAX INTEGER - { - manual(1), - wifi11agn(2), - wifi11b(3), - default11agn(4), - default11b(5), - voice11agn(6), - voice11b(7) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Pre-Programmed WMM QOS Parameters. - manual - Modify parameters - wifi11agn - WiFi 11a/11g/11n defaults - wifi11b - WiFi 11b defaults - default11agn - Symbol 11a/11g/11n defaults - default11b - Symbol 11b defaults - voice11agn - Symbol 11a/11g/11n voice params - voice11b - Symbol 11b voice params" - ::= { apRadioSettingsEntry 41 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.42 - apRadioSettingsQBSSChannelBeaconInt OBJECT-TYPE - SYNTAX Integer32 (10..200) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Channel Utilization Beacon Intervals for QBSS Load Element (802.11e)" - ::= { apRadioSettingsEntry 42 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.1.1.43 - apRadioSettingsQBSSLoadElementMode OBJECT-TYPE - SYNTAX INTEGER - { - disable(0), - enable(1) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable/Disable QBSS Load Element." - ::= { apRadioSettingsEntry 43 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.2 - apRadioCfgTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApRadioCfgEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Use apRadioCfgTable to view and set the radio - properties of the Access Points. - - - The process can be broken down into the following steps: - 1. Set apRadioCfgReset to TRUE. - 2. Set apRadioCfgDesPlacement - 3. Get apRadioCfgPosChannel - 4. Set apRadioCfgDesChannel - 5. Get apRadioCfgPosPowerLevel - 6. Set apRadioCfgDesPowerLevel - 7. Get apRadioCfgPowerInMW - 8. Set and pull progress of apRadioCfgSet - 9. Validate the configuration has been set by getting - apRadioCfgPlacement - apRadioCfgChannel - apRadioCfgPowerLevel - - " - ::= { apRadio 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.2.1 - apRadioCfgEntry OBJECT-TYPE - SYNTAX ApRadioCfgEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apRadioSettingsIndex } - ::= { apRadioCfgTable 1 } - - - ApRadioCfgEntry ::= - SEQUENCE { - apRadioCfgChannelMode - INTEGER, - apRadioCfgDesPlacement - INTEGER, - apRadioCfgPosChannel - BITS, - apRadioCfgDesChannel - INTEGER, - apRadioCfgPosPowerLevel - Integer32, - apRadioCfgDesPowerLevel - Integer32, - apRadioCfgDesPowerInMW - Integer32, - apRadioCfgSet - DoActionShowProgress, - apRadioCfgReset - DoActionShowProgress, - apRadioCfgPlacement - INTEGER, - apRadioCfgChannel - INTEGER, - apRadioCfgPowerLevel - Integer32, - apRadioCfgPowerInMW - Integer32, - apRadioCfgRfFunction - INTEGER, - apRadioCfgExceptionChannel - BITS - } - - -- 1.3.6.1.4.1.388.11.3.4.1.2.1.1 - apRadioCfgChannelMode OBJECT-TYPE - SYNTAX INTEGER - { - userSelect(1), - autoSelect(2), - uniformSpreading(3), - autoSelect40(4), - uniformSpreading40(5) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Channel Mode for the Radio. - The user is allowed to enter the apRadioDesChannel - value only if the Channel Mode is Set to userSelect. - - The values autoSelect40(4) and uniformSpreading40(5) are - applicable only in case of 802.11n radios." - ::= { apRadioCfgEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.2.1.2 - apRadioCfgDesPlacement OBJECT-TYPE - SYNTAX INTEGER - { - indoor(1), - outdoor(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The desired placement for radio." - ::= { apRadioCfgEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.2.1.3 - apRadioCfgPosChannel OBJECT-TYPE - SYNTAX BITS - { - null(0), - bchannel01(1), - bchannel02(2), - bchannel03(3), - bchannel04(4), - bchannel05(5), - bchannel06(6), - bchannel07(7), - bchannel08(8), - bchannel09(9), - bchannel10(10), - bchannel11(11), - bchannel12(12), - bchannel13(13), - bchannel14(14), - achannel36(15), - achannel40(16), - achannel44(17), - achannel48(18), - achannel52(19), - achannel56(20), - achannel60(21), - achannel64(22), - achannel149(23), - achannel153(24), - achannel157(25), - achannel161(26), - achannel165(27) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The possible channels that can be set when placement = - apRadioCfgDesPlacement." - ::= { apRadioCfgEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.2.1.4 - apRadioCfgDesChannel OBJECT-TYPE - SYNTAX INTEGER - { - null(0), - bchannel01(1), - bchannel02(2), - bchannel03(3), - bchannel04(4), - bchannel05(5), - bchannel06(6), - bchannel07(7), - bchannel08(8), - bchannel09(9), - bchannel10(10), - bchannel11(11), - bchannel12(12), - bchannel13(13), - bchannel14(14), - achannel36(36), - achannel40(40), - achannel44(44), - achannel48(48), - achannel52(52), - achannel56(56), - achannel60(60), - achannel64(64), - achannel149(149), - achannel153(153), - achannel157(157), - achannel161(161), - achannel165(165) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The desired channel for radio. - - Please do not use this object for an access point - that supports 802.11n radio. - Use apRadioNCfgDesChannel instead." - ::= { apRadioCfgEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.2.1.5 - apRadioCfgPosPowerLevel OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The max possible power level (dBm) that can be set when - channel= apRadioCfgDesChannel. The range is 4 to 20 dBm." - ::= { apRadioCfgEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.2.1.6 - apRadioCfgDesPowerLevel OBJECT-TYPE - SYNTAX Integer32 (4..20) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The desired power level (dBm) for radio. - - The following power levels are available - 4dBm=3mW, 5dBm=3mW, 6dBm=4mW, - 7dBm=5mW, 8dBm=6mW, 9dBm=8mW, - 10dBm=10mW, 11dBm=13mW, 12dBm=16mW, - 13dBm=20mW, 14dBm=25mW, 15dBm=32mW, - 16dBm=40mW, 17dBm=50mW, 18dBm=63mW, - 19dBm=79mW, 20dBm=100mW - - Note: Power level allowed depends on radio type, - channel and country of operation." - ::= { apRadioCfgEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.2.1.7 - apRadioCfgDesPowerInMW OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "apRadioCfgDesPowerLevel in mW." - ::= { apRadioCfgEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.2.1.8 - apRadioCfgSet OBJECT-TYPE - SYNTAX DoActionShowProgress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Validate values in apRadioCfgDes_ fields. If it is - a valid combination, configure the switch with this - combination and set apRadioCfg_ to these values." - ::= { apRadioCfgEntry 8 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.2.1.9 - apRadioCfgReset OBJECT-TYPE - SYNTAX DoActionShowProgress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Reset the following OIDs. - - apRadioCfgDesPlacement - apRadioCfgDesChannel - apRadioCfgDesPowerLevel - apRadioCfgPosChannel - apRadioCfgPosPowerLevel - apRadioCfgPowerInMW - " - ::= { apRadioCfgEntry 9 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.2.1.10 - apRadioCfgPlacement OBJECT-TYPE - SYNTAX INTEGER - { - indoor(1), - outdoor(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The placement configuration for radio." - ::= { apRadioCfgEntry 10 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.2.1.11 - apRadioCfgChannel OBJECT-TYPE - SYNTAX INTEGER - { - null(0), - bchannel01(1), - bchannel02(2), - bchannel03(3), - bchannel04(4), - bchannel05(5), - bchannel06(6), - bchannel07(7), - bchannel08(8), - bchannel09(9), - bchannel10(10), - bchannel11(11), - achannel36(36), - achannel40(40), - achannel44(44), - achannel48(48), - achannel52(52), - achannel56(56), - achannel60(60), - achannel64(64), - achannel149(149), - achannel153(153), - achannel157(157), - achannel161(161), - achannel165(165) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The channel configuration for radio." - ::= { apRadioCfgEntry 11 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.2.1.12 - apRadioCfgPowerLevel OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The power level (dBm) configuration for radio." - ::= { apRadioCfgEntry 12 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.2.1.13 - apRadioCfgPowerInMW OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "apRadioCfgPowerLevel in mW." - ::= { apRadioCfgEntry 13 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.2.1.14 - apRadioCfgRfFunction OBJECT-TYPE - SYNTAX INTEGER - { - wlan(1), - wips(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "WLAN or WIPS sensor operation mode for the Radio." - ::= { apRadioCfgEntry 14 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.2.1.15 - apRadioCfgExceptionChannel OBJECT-TYPE - SYNTAX BITS - { - null(0), - bchannel01(1), - bchannel02(2), - bchannel03(3), - bchannel04(4), - bchannel05(5), - bchannel06(6), - bchannel07(7), - bchannel08(8), - bchannel09(9), - bchannel10(10), - bchannel11(11), - bchannel12(12), - bchannel13(13), - bchannel14(14), - achannel36(15), - achannel40(16), - achannel44(17), - achannel48(18), - achannel52(19), - achannel56(20), - achannel60(21), - achannel64(22), - achannel149(23), - achannel153(24), - achannel157(25), - achannel161(26), - achannel165(27) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The channels that will be excluded from scanning when channelMode is autoSelect." - ::= { apRadioCfgEntry 15 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.3 - apRadioWlanBssTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApRadioWlanBssEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of BSSIDs mapped to WLANs." - ::= { apRadio 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.3.1 - apRadioWlanBssEntry OBJECT-TYPE - SYNTAX ApRadioWlanBssEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apRadioSettingsIndex, apWlanIndex } - ::= { apRadioWlanBssTable 1 } - - - ApRadioWlanBssEntry ::= - SEQUENCE { - apRadioWlanBssid - Integer32 - } - - -- 1.3.6.1.4.1.388.11.3.4.1.3.1.1 - apRadioWlanBssid OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "BSSID assigned to this particular WLAN." - ::= { apRadioWlanBssEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.4 - apRadioBssTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApRadioBssEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Use apRadioBssTable to view and set the properties - of the Bss's. - " - ::= { apRadio 4 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.4.1 - apRadioBssEntry OBJECT-TYPE - SYNTAX ApRadioBssEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apRadioSettingsIndex, apRadioBssIndex } - ::= { apRadioBssTable 1 } - - - ApRadioBssEntry ::= - SEQUENCE { - apRadioBssIndex - Integer32, - apRadioBssPrimaryWlan - Integer32, - apRadioBssDtimPrd - Integer32 - } - - -- 1.3.6.1.4.1.388.11.3.4.1.4.1.1 - apRadioBssIndex OBJECT-TYPE - SYNTAX Integer32 (1..4) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - " " - ::= { apRadioBssEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.4.1.2 - apRadioBssPrimaryWlan OBJECT-TYPE - SYNTAX Integer32 (0..16) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Primary WLAN used by the AP to send beacons." - ::= { apRadioBssEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.4.1.3 - apRadioBssDtimPrd OBJECT-TYPE - SYNTAX Integer32 (1..50) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Specify a period for the Delivery Traffic Indication - Message (DTIM). This is a divisor of the beacon - interval (in milliseconds), for example, 10 : 100. - - Note that BSS DTIM period is not supported for 802.11n radios." - ::= { apRadioBssEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.5 - apRadioE2BMapStatusTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApRadioE2BMapStatusEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "The table describes the ESS to BSS mapping status." - ::= { apRadio 5 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.5.1 - apRadioE2BMapStatusEntry OBJECT-TYPE - SYNTAX ApRadioE2BMapStatusEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apRadioSettingsIndex, apWlanIndex } - ::= { apRadioE2BMapStatusTable 1 } - - - ApRadioE2BMapStatusEntry ::= - SEQUENCE { - apRadioE2BMapStatusBcMcEncCipher - INTEGER, - apRadioE2BMapStatus - INTEGER, - apRadioE2BMapStatusMessage - DisplayString - } - - -- 1.3.6.1.4.1.388.11.3.4.1.5.1.1 - apRadioE2BMapStatusBcMcEncCipher OBJECT-TYPE - SYNTAX INTEGER - { - open(1), - wep64(2), - wep128(3), - keyguard(4), - wpaTkip(5), - wpa2Ccmp(6) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Broadcast/Mulitcast Encryption cipher - based on the ESS to BSS mapping." - ::= { apRadioE2BMapStatusEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.5.1.2 - apRadioE2BMapStatus OBJECT-TYPE - SYNTAX INTEGER - { - good(1), - warning(2), - error(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "ESS to BSS map status." - ::= { apRadioE2BMapStatusEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.5.1.3 - apRadioE2BMapStatusMessage OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "ESS to BSS map status message." - ::= { apRadioE2BMapStatusEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.6 - apRadioMesh OBJECT IDENTIFIER ::= { apRadio 6 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.6.1 - apRadioMeshTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApRadioMeshEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table for MESH configuration for Radio." - ::= { apRadioMesh 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.6.1.1 - apRadioMeshEntry OBJECT-TYPE - SYNTAX ApRadioMeshEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apRadioSettingsIndex } - ::= { apRadioMeshTable 1 } - - - ApRadioMeshEntry ::= - SEQUENCE { - apRadioMeshBaseBridgeMode - TruthValue, - apRadioMeshMaxClients - Integer32, - apRadioMeshClientBridgeMode - TruthValue, - apRadioMeshWlanPtr - SinglePointer, - apRadioMeshConnAutoSelect - TruthValue, - apRadioMeshTimeout - INTEGER, - apRadioMeshTimeoutValue - INTEGER - } - - -- 1.3.6.1.4.1.388.11.3.4.1.6.1.1.1 - apRadioMeshBaseBridgeMode OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "MESH base bridge mode for radio." - ::= { apRadioMeshEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.6.1.1.2 - apRadioMeshMaxClients OBJECT-TYPE - SYNTAX Integer32 (1..12) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Maximum number of MESH client bridges." - ::= { apRadioMeshEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.6.1.1.3 - apRadioMeshClientBridgeMode OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "MESH client bridge mode for radio." - ::= { apRadioMeshEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.6.1.1.4 - apRadioMeshWlanPtr OBJECT-TYPE - SYNTAX SinglePointer (0..16) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "MESH client bridge WLAN. - For the value 0 there is no WLAN assigned - for Client Bridge connection." - ::= { apRadioMeshEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.6.1.1.5 - apRadioMeshConnAutoSelect OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable/Disable the MESH Auto Connection Select Mode." - ::= { apRadioMeshEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.6.1.1.6 - apRadioMeshTimeout OBJECT-TYPE - SYNTAX INTEGER - { - disabled(0), - uplinkDetect(1), - enabled(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Mesh Timeout Status." - ::= { apRadioMeshEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.6.1.1.7 - apRadioMeshTimeoutValue OBJECT-TYPE - SYNTAX INTEGER (45..65535) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "If Mesh is not connected after Timeout period (in seconds), - stop the AP from sending beacons." - ::= { apRadioMeshEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.6.2 - apRadioMeshAvailableConnTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApRadioMeshAvailableConnEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of Available Base Bridge MESH connections." - ::= { apRadioMesh 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.6.2.1 - apRadioMeshAvailableConnEntry OBJECT-TYPE - SYNTAX ApRadioMeshAvailableConnEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apRadioSettingsIndex, apRadioMeshAvailableConnIndex } - ::= { apRadioMeshAvailableConnTable 1 } - - - ApRadioMeshAvailableConnEntry ::= - SEQUENCE { - apRadioMeshAvailableConnIndex - Integer32, - apRadioMeshAvailableConnMac - PhysAddress, - apRadioMeshAvailableConnChannel - Integer32, - apRadioMeshAvailableConnRssi - Integer32 - } - - -- 1.3.6.1.4.1.388.11.3.4.1.6.2.1.1 - apRadioMeshAvailableConnIndex OBJECT-TYPE - SYNTAX Integer32 (1..32) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple Index." - ::= { apRadioMeshAvailableConnEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.6.2.1.2 - apRadioMeshAvailableConnMac OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Mac Address of Available Base Bridge." - ::= { apRadioMeshAvailableConnEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.6.2.1.3 - apRadioMeshAvailableConnChannel OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Channel of Available Base Bridge." - ::= { apRadioMeshAvailableConnEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.6.2.1.4 - apRadioMeshAvailableConnRssi OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "RSSI value of Available Base Bridge." - ::= { apRadioMeshAvailableConnEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.6.3 - apRadioMeshPreferredConnTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApRadioMeshPreferredConnEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of Preferred Base Bridge MESH connections." - ::= { apRadioMesh 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.6.3.1 - apRadioMeshPreferredConnEntry OBJECT-TYPE - SYNTAX ApRadioMeshPreferredConnEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apRadioSettingsIndex, apRadioMeshPreferredConnIndex } - ::= { apRadioMeshPreferredConnTable 1 } - - - ApRadioMeshPreferredConnEntry ::= - SEQUENCE { - apRadioMeshPreferredConnIndex - Integer32, - apRadioMeshPreferredConnPriority - Integer32, - apRadioMeshPreferredConnMac - PhysAddress, - apRadioMeshPreferredConnRowStatus - AbbrevRowStatus - } - - -- 1.3.6.1.4.1.388.11.3.4.1.6.3.1.1 - apRadioMeshPreferredConnIndex OBJECT-TYPE - SYNTAX Integer32 (1..16) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple Index." - ::= { apRadioMeshPreferredConnEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.6.3.1.2 - apRadioMeshPreferredConnPriority OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Preferred Base Bridge Priority." - ::= { apRadioMeshPreferredConnEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.6.3.1.3 - apRadioMeshPreferredConnMac OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Preferred Base Bridge MAC Address." - ::= { apRadioMeshPreferredConnEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.6.3.1.4 - apRadioMeshPreferredConnRowStatus OBJECT-TYPE - SYNTAX AbbrevRowStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Row Status used to add or delete entries." - ::= { apRadioMeshPreferredConnEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.7 - apRadioWlanBandwidthTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApRadioWlanBandwidthEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of Radio Wlan Bandwidth management." - ::= { apRadio 7 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.7.1 - apRadioWlanBandwidthEntry OBJECT-TYPE - SYNTAX ApRadioWlanBandwidthEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apRadioSettingsIndex, apWlanIndex } - ::= { apRadioWlanBandwidthTable 1 } - - - ApRadioWlanBandwidthEntry ::= - SEQUENCE { - apRadioWlanWeight - Integer32 - } - - -- 1.3.6.1.4.1.388.11.3.4.1.7.1.1 - apRadioWlanWeight OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The weight to be used when QoS for all WLANs is set to weighted-round-robin. - - Note that the sum of all weights across all WLANs need not total 100. - " - ::= { apRadioWlanBandwidthEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.8 - apRadioNSettingsTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApRadioNSettingsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table adds 802.11n specific settings for an 'n' radio in - addition to the common settings under apRadioSettingsTable." - ::= { apRadio 8 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.8.1 - apRadioNSettingsEntry OBJECT-TYPE - SYNTAX ApRadioNSettingsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "An 802.11n radio settings entry." - INDEX { apRadioSettingsIndex } - ::= { apRadioNSettingsTable 1 } - - - ApRadioNSettingsEntry ::= - SEQUENCE { - apRadioNSettingsMode - INTEGER, - apRadioNSettingsHTProtectionStatus - INTEGER, - apRadioNSettingsBasicRates - INTEGER - } - - -- 1.3.6.1.4.1.388.11.3.4.1.8.1.1 - apRadioNSettingsMode OBJECT-TYPE - SYNTAX INTEGER - { - modeA(1), - modeB(2), - modeG(3), - modeN2400MHz(4), - modeN5000MHz(5), - modeAandN(6), - modeBandG(7), - modeGandN(8), - modeBGandN(9) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The modes available for an 802.11n radio depend on the radio band. - For 5.0 GHz (11an), the modes are: - - modeA - modeN5000MHz - modeAandN - - For 2.4 GHz (11bgn), the modes are: - modeBGandN - modeBandG - modeGandN - modeB - modeG - modeN2400MHz" - ::= { apRadioNSettingsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.8.1.2 - apRadioNSettingsHTProtectionStatus OBJECT-TYPE - SYNTAX INTEGER - { - pureHt(1), - nonHtStaOnChannel(2), - htWith20MHzOnlySta(3), - nonHtStaAssociated(4) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This is a new setting for 802.11n radios that indicates - the HT Protection Status. The possible values are: - - Pure HT (1) - non-HT STA on Channel (2) - HT with 20 MHz-only STA (3) - non-HT STA associated (4)" - ::= { apRadioNSettingsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.8.1.3 - apRadioNSettingsBasicRates OBJECT-TYPE - SYNTAX INTEGER - { - rate1and2Mbps(1), - rate1and2and5point5and11Mbps(2), - rate1and2and5point5and11and6and12and24Mbps(3), - rate6and12and24Mbps(4), - rateMCS0to7(5), - rate6and12and24MbpsandMCS0to7(6), - rate1and2and5point5and11and6and12and24MbpsandMCS0to7(7) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "For basic rate the following options are available: - (1) 1 and 2 Mbps - (2) 1, 2, 5.5 and 11 Mbps - (3) 1, 2, 5.5, 11 and 6, 12, 24 Mbps - (4) 6, 12 and 24 Mbps - (5) MCS 0-7 - (6) 6, 12 and 24 Mbps and MCS 0-7 - (7) 1, 2, 5.5, 11 and 6, 12, 24 Mbps and MCS 0-7" - ::= { apRadioNSettingsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.9 - apRadioNCfgTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApRadioNCfgEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - ::= { apRadio 9 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.9.1 - apRadioNCfgEntry OBJECT-TYPE - SYNTAX ApRadioNCfgEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - INDEX { apRadioSettingsIndex } - ::= { apRadioNCfgTable 1 } - - - ApRadioNCfgEntry ::= - SEQUENCE { - apRadioNCfgPosChannel - BITS, - apRadioNCfgDesChannel - AllowedChannels, - apRadioNCfgChannel - INTEGER, - apRadioNCfgChannelWidth - INTEGER, - apRadioNCfgAmsduAggregationMaxRecvSize - INTEGER, - apRadioNCfgAmsduTransmitEnabled - TruthValue, - apRadioNCfgAmpduAggregationMaxRecvSize - INTEGER, - apRadioNCfgAmpduAggregationDensity - INTEGER, - apRadioNCfgAmpduTransmitSizeLimit - INTEGER, - apRadioNCfgShortGuardInterval - TruthValue, - apRadioNCfgAmpduTransmitEnabled - TruthValue, - apRadioNCfgChannelOffset - INTEGER - } - - -- 1.3.6.1.4.1.388.11.3.4.1.9.1.1 - apRadioNCfgPosChannel OBJECT-TYPE - SYNTAX BITS - { - null(0), - bgnChannel1(1), - bgnChannel2(2), - bgnChannel3(3), - bgnChannel4(4), - bgnChannel5(5), - bgnChannel6(6), - bgnChannel7(7), - bgnChannel8(8), - bgnChannel9(9), - bgnChannel10(10), - bgnChannel11(11), - bgnChannel12(12), - bgnChannel13(13), - bgnChannel14(14), - anChannel36(15), - anChannel40(16), - anChannel44(17), - anChannel48(18), - anChannel52(19), - anChannel56(20), - anChannel60(21), - anChannel64(22), - anChannel100(23), - anChannel104(24), - anChannel108(25), - anChannel112(26), - anChannel116(27), - anChannel120(28), - anChannel124(29), - anChannel128(30), - anChannel132(31), - anChannel136(32), - anChannel140(33), - anChannel149(34), - anChannel153(35), - anChannel157(36), - anChannel161(37), - anChannel165(38) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The possible channels that can be set when placement = - apRadioCfgDesPlacement" - ::= { apRadioNCfgEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.9.1.2 - apRadioNCfgDesChannel OBJECT-TYPE - SYNTAX AllowedChannels - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The desired channel for the 'n' radio. - - When changing 802.11n channels, make changes in the following order: - 1) Width (apRadioNCfgChannelWidth) - 2) Offset (apRadioNCfgChannelOffset) - 3) Channel (apRadioNCfgDesChannel)" - ::= { apRadioNCfgEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.9.1.3 - apRadioNCfgChannel OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The channel configuration for the 'n' radio." - ::= { apRadioNCfgEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.9.1.4 - apRadioNCfgChannelWidth OBJECT-TYPE - SYNTAX INTEGER - { - twentyMHz(1), - dynamic(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "When this value is set to twentyMhz, the AP works on - 20MHz mode for both transmit and receive operations. - - dynamic: The 20/40 MHz operation is a dynamic feature in which - the AP can receive packets from clients that use 20 MHz - of bandwidth while transmitting a packet OR that use 40 MHz - of bandwidth while transmitting a packet. - Likewise, the AP can send packets either with a bandwidth of - 20 or 40 MHz. - - When changing 802.11n channels, make changes in the following order: - 1) Width (apRadioNCfgChannelWidth) - 2) Offset (apRadioNCfgChannelOffset) - 3) Channel (apRadioNCfgDesChannel)" - ::= { apRadioNCfgEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.9.1.5 - apRadioNCfgAmsduAggregationMaxRecvSize OBJECT-TYPE - SYNTAX INTEGER { size3839(3839) } - UNITS "bytes" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The AP will always be enabled to receive AMSDU frames. - - The user will be able to set the AMSDU limit to 3839 bytes. - This value will be advertised in the HT Capabilities - element. - - The user may be able to enable and disable the transmission - of AMSDU frames in future releases." - ::= { apRadioNCfgEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.9.1.6 - apRadioNCfgAmsduTransmitEnabled OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "When set to TRUE it enables the transmission of AMSDU frames. - Setting it to FALSE disable AMSDU transmission. - This object is not supported in the current release, hence - it will not be returned during a get/get-next/walk." - ::= { apRadioNCfgEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.9.1.7 - apRadioNCfgAmpduAggregationMaxRecvSize OBJECT-TYPE - SYNTAX INTEGER - { - size0(0), - size8191(8191), - size16383(16383), - size32767(32767), - size65535(65535) - } - UNITS "bytes" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This value is used to tell other stations the maximum length AMPDU - that they can send. The allowed values are: - 0 bytes (special case, to disable AMPDU rx-limit). - 8191 bytes - 16383 bytes - 32767 bytes - 65535 bytes." - ::= { apRadioNCfgEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.9.1.8 - apRadioNCfgAmpduAggregationDensity OBJECT-TYPE - SYNTAX INTEGER - { - zero(0), - onefourth(250), - onehalf(500), - one(1000), - two(2000), - four(4000), - eight(8000) - } - UNITS "nanoseconds" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Used to configure the AMPDU density which controls how close - together the MPDU’s are within the AMPDU. - - The choices are: 0 (none), 1/4 usec, 1/2 usec, 1 usec, 2 usec, - 4 usec and 8 usec. - - Since SNMP cannot represent fractions or decimals, the enumerations - are given multiplied by 1000 i.e. in nanoseconds." - ::= { apRadioNCfgEntry 8 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.9.1.9 - apRadioNCfgAmpduTransmitSizeLimit OBJECT-TYPE - SYNTAX INTEGER (0..65535) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This is a threshold that controls when the AP will setup a - Block ACK agreement with a client to begin aggregating, - that is, sending A-MPDU frames, to that client. - It takes a range from 0-65535 bytes. " - ::= { apRadioNCfgEntry 9 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.9.1.10 - apRadioNCfgShortGuardInterval OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This is a boolean. The 802.11n AP has an option to configure - short guard interval(SGI). - - The possible values of guard interval are 400ns or 800ns. - - When the user turns SGI on, both 400ns and 800ns will be enabled together. - When the user turns SGI off, only 800ns will be enabled. - " - ::= { apRadioNCfgEntry 10 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.9.1.11 - apRadioNCfgAmpduTransmitEnabled OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "When set to TRUE it enables the transmission of AMPDU frames. - Setting it to FALSE disable AMPDU transmission." - ::= { apRadioNCfgEntry 11 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.9.1.12 - apRadioNCfgChannelOffset OBJECT-TYPE - SYNTAX INTEGER - { - none(1), - above(2), - below(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The channel offset. - - When changing 802.11n channels, make changes in the following order: - 1) Width (apRadioNCfgChannelWidth) - 2) Offset (apRadioNCfgChannelOffset) - 3) Channel (apRadioNCfgDesChannel)" - ::= { apRadioNCfgEntry 12 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.10 - apRadioNMcsRateTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApRadioNMcsRateEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "The AP with the 802.11n radio supports modulation coding schemes - (MCS) 0-15. This maps to the table entries 1-16. - To the user, this is part of the Set Rates function." - ::= { apRadio 10 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.10.1 - apRadioNMcsRateEntry OBJECT-TYPE - SYNTAX ApRadioNMcsRateEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "An entry which gives the MCS supported by an 'n' radio in the AP." - INDEX { apRadioSettingsIndex, apRadioNMcsRateIndex } - ::= { apRadioNMcsRateTable 1 } - - - ApRadioNMcsRateEntry ::= - SEQUENCE { - apRadioNMcsRateIndex - INTEGER, - apRadioNMcsRate20MHzChanSgiDisabled - Integer32, - apRadioNMcsRate20MHzChanSgiEnabled - Integer32, - apRadioNMcsRate40MHzChanSgiDisabled - Integer32, - apRadioNMcsRate40MHzChanSgiEnabled - Integer32, - apRadioNMcsRateType - INTEGER, - apRadioNMcsRateEnabled - TruthValue - } - - -- 1.3.6.1.4.1.388.11.3.4.1.10.1.1 - apRadioNMcsRateIndex OBJECT-TYPE - SYNTAX INTEGER (1..16) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "MCS index, from 1-16, corresponding to schemes 0-15." - ::= { apRadioNMcsRateEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.10.1.2 - apRadioNMcsRate20MHzChanSgiDisabled OBJECT-TYPE - SYNTAX Integer32 - UNITS "Kbps" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Rate on 20MHz channel with SGI disabled" - ::= { apRadioNMcsRateEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.10.1.3 - apRadioNMcsRate20MHzChanSgiEnabled OBJECT-TYPE - SYNTAX Integer32 - UNITS "Kbps" - MAX-ACCESS read-only - STATUS deprecated - DESCRIPTION - "Rate on 20MHz channel with SGI enabled" - ::= { apRadioNMcsRateEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.10.1.4 - apRadioNMcsRate40MHzChanSgiDisabled OBJECT-TYPE - SYNTAX Integer32 - UNITS "Kbps" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Rate on 40MHz channel with SGI disabled" - ::= { apRadioNMcsRateEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.10.1.5 - apRadioNMcsRate40MHzChanSgiEnabled OBJECT-TYPE - SYNTAX Integer32 - UNITS "Kbps" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Rate on 40MHz channel with SGI enabled." - ::= { apRadioNMcsRateEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.10.1.6 - apRadioNMcsRateType OBJECT-TYPE - SYNTAX INTEGER - { - basic(1), - supported(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Whether this MCS rate is basic or supported." - ::= { apRadioNMcsRateEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.4.1.10.1.7 - apRadioNMcsRateEnabled OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Whether this MCS is disabled (false), or, enabled (true) for this 'n' radio." - ::= { apRadioNMcsRateEntry 7 } - - --- This group describes all wireless LANs on the switch, --- and their corresponding security settings. - -- 1.3.6.1.4.1.388.11.3.4.2 - apWlan OBJECT IDENTIFIER ::= { apRf 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.1 - apWlanTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApWlanEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of wireless LANs configured on the AP." - ::= { apWlan 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.1.1 - apWlanEntry OBJECT-TYPE - SYNTAX ApWlanEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apWlanIndex } - ::= { apWlanTable 1 } - - - ApWlanEntry ::= - SEQUENCE { - apWlanIndex - Integer32, - apWlanName - DisplayString, - apWlanEssid - DisplayString, - apWlanUseRadio - INTEGER, - apWlanMaxMus - Integer32, - apWlanAclPolicy - SinglePointer, - apWlanSecurityPolicy - SinglePointer, - apWlanQosPolicy - SinglePointer, - apWlanAuthKerberosUsername - DisplayString, - apWlanAuthKerberosPassword - Password, - apWlanDisallowMuToMu - TruthValue, - apWlanUseSecureBeacon - TruthValue, - apWlanAnswerBroadcastEss - TruthValue, - apWlanWeight - Integer32, - apWlanVlanMode - INTEGER, - apWlanVlanId - SinglePointer, - apWlanSubnet - INTEGER, - apWlanClientBackHaul - TruthValue, - apWlanHotspot - TruthValue, - apWlanEnable - TruthValue, - apWlanMuIdleTimeout - INTEGER - } - - -- 1.3.6.1.4.1.388.11.3.4.2.1.1.1 - apWlanIndex OBJECT-TYPE - SYNTAX Integer32 (1..16) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple index." - ::= { apWlanEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.1.1.2 - apWlanName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Name of the WLAN." - ::= { apWlanEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.1.1.3 - apWlanEssid OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "ESSID of the WLAN." - ::= { apWlanEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.1.1.4 - apWlanUseRadio OBJECT-TYPE - SYNTAX INTEGER - { - noneBand(0), - bgRadio(1), - aRadio(2), - bothBand(3), - nRadio2400MHz(4), - nRadio5000MHz(5) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Use either 802.11a radio or 802.11b/g radio, or, for 802.11n radios, - select the frequency band i.e. 2.4 GHz or 5.0 GHz." - ::= { apWlanEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.1.1.5 - apWlanMaxMus OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Maximum number of MU associations is allowed for the - WLAN. The total number of MUs for the entire AP cannot - exceed 127." - ::= { apWlanEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.1.1.6 - apWlanAclPolicy OBJECT-TYPE - SYNTAX SinglePointer - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Point to the ACL policy used for this WLAN." - ::= { apWlanEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.1.1.7 - apWlanSecurityPolicy OBJECT-TYPE - SYNTAX SinglePointer - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Point to the Security policy used for this WLAN." - ::= { apWlanEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.1.1.8 - apWlanQosPolicy OBJECT-TYPE - SYNTAX SinglePointer - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Point to the QOS policy used for this WLAN." - ::= { apWlanEntry 8 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.1.1.9 - apWlanAuthKerberosUsername OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Kerberos Username which is the same as the ESSID - if the WLAN uses Kerberos Authentication" - ::= { apWlanEntry 9 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.1.1.10 - apWlanAuthKerberosPassword OBJECT-TYPE - SYNTAX Password - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Kerberos Password for authenticating the AP to the KDC." - ::= { apWlanEntry 10 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.1.1.11 - apWlanDisallowMuToMu OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Set to true to prohibit MU-to-MU communication." - ::= { apWlanEntry 11 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.1.1.12 - apWlanUseSecureBeacon OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable the Secure Beacon checkbox to disallow the - Access Point from broadcasting an ESSID in its - beacons. This is a safeguard to prevent intruders - from tapping into the WLAN. Consider this security - measure for a private, corporate network." - ::= { apWlanEntry 12 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.1.1.13 - apWlanAnswerBroadcastEss OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Answer broadcast ESS." - ::= { apWlanEntry 13 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.1.1.14 - apWlanWeight OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS obsolete - DESCRIPTION - "The weight to be used when QoS for all WLANs - is set to weighted-round-robin. - - Note that the sum of all weights across all - WLANs need not total 100. - " - ::= { apWlanEntry 14 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.1.1.15 - apWlanVlanMode OBJECT-TYPE - SYNTAX INTEGER - { - modeDynamic(1), - modeStatic(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "VLAN mode can either Dynamic or Static." - ::= { apWlanEntry 15 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.1.1.16 - apWlanVlanId OBJECT-TYPE - SYNTAX SinglePointer - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Point to the VLAN id corresponding to WLAN." - ::= { apWlanEntry 16 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.1.1.17 - apWlanSubnet OBJECT-TYPE - SYNTAX INTEGER - { - lan1(1), - lan2(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The LAN to which a WLAN is mapped." - ::= { apWlanEntry 17 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.1.1.18 - apWlanClientBackHaul OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable/Disable MESH Client Backhaul on this WLAN." - ::= { apWlanEntry 18 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.1.1.19 - apWlanHotspot OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable or Disable Hotspot functionality on this WLAN." - ::= { apWlanEntry 19 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.1.1.20 - apWlanEnable OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Row enable/disable." - ::= { apWlanEntry 20 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.1.1.21 - apWlanMuIdleTimeout OBJECT-TYPE - SYNTAX INTEGER (1..1440) - UNITS "minutes" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Maximum MU idle time in minutes." - ::= { apWlanEntry 21 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.2 - apWlanSecPolicyTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApWlanSecPolicyEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Security Policy that can be used by different WLANs." - ::= { apWlan 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.2.1 - apWlanSecPolicyEntry OBJECT-TYPE - SYNTAX ApWlanSecPolicyEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apWlanSecPolicyIndex } - ::= { apWlanSecPolicyTable 1 } - - - ApWlanSecPolicyEntry ::= - SEQUENCE { - apWlanSecPolicyIndex - Integer32, - apWlanSecPolicyName - DisplayString, - apWlanSecPolicyAuthentication - INTEGER, - apWlanSecPolicyEncryption - INTEGER, - apWlanSecPolicyPointerToWlan - MultiPointer63, - apWlanSecPolicyRowStatus - AbbrevRowStatus - } - - -- 1.3.6.1.4.1.388.11.3.4.2.2.1.1 - apWlanSecPolicyIndex OBJECT-TYPE - SYNTAX Integer32 (1..16) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple index." - ::= { apWlanSecPolicyEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.2.1.2 - apWlanSecPolicyName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Name of security policy." - ::= { apWlanSecPolicyEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.2.1.3 - apWlanSecPolicyAuthentication OBJECT-TYPE - SYNTAX INTEGER - { - authNone(1), - auth802dot1xEap(2), - authKerberos(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "If auth802dot1xEap, additional EAP settings for this - WLAN will be used from the matching entry in the - apWlanAuthEapTable. - - Likewise, if authKerberos, use the settings in the - matching entry in the apWlanAuthKerberosTable." - ::= { apWlanSecPolicyEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.2.1.4 - apWlanSecPolicyEncryption OBJECT-TYPE - SYNTAX INTEGER - { - cryptoNone(1), - cryptoWep40(2), - cryptoWep128(3), - cryptoKeyguardMcm(4), - cryptoWpaTkip(5), - cryptoCcmp(6) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "If cryptoWep40 or cryptoWep128, additional WEP - settings for this WLAN will be used from the matching - entry in the apWlanCryptoWepTable. - - Likewise, if cryptoWpaTkip, use the settings in the - matching entry in the apWlanCryptoTkipTable. - - Likewise, if cryptoKeyguardMcm, use the settings in - the matching entry in the apWlanCryptoKeyguardTable. - - Likewise, if cryptoCcmp, use the settings in - the matching entry in the apWlanCryptoCcmpTable." - ::= { apWlanSecPolicyEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.2.1.5 - apWlanSecPolicyPointerToWlan OBJECT-TYPE - SYNTAX MultiPointer63 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Points to the WLAN which have this - particular security policy." - ::= { apWlanSecPolicyEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.2.1.6 - apWlanSecPolicyRowStatus OBJECT-TYPE - SYNTAX AbbrevRowStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Row Status used for Creation or Deletion." - ::= { apWlanSecPolicyEntry 6 } - - --- This group contains authentication settings for all --- WLANs. - -- 1.3.6.1.4.1.388.11.3.4.2.3 - apWlanAuth OBJECT IDENTIFIER ::= { apWlan 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.3.1 - apWlanAuthEapTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApWlanAuthEapEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of EAP authentication settings - for each Security Policy using this method." - ::= { apWlanAuth 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.3.1.1 - apWlanAuthEapEntry OBJECT-TYPE - SYNTAX ApWlanAuthEapEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apWlanSecPolicyIndex } - ::= { apWlanAuthEapTable 1 } - - - ApWlanAuthEapEntry ::= - SEQUENCE { - apWlanAuthEapReauthenticationEnable - TruthValue, - apWlanAuthEapReauthenticationPeriod - Unsigned32, - apWlanAuthEapReauthenticationMaxRetries - Unsigned32, - apWlanAuthEapRadius1Server - IpAddress, - apWlanAuthEapRadius1Port - Unsigned32, - apWlanAuthEapRadius1SharedSecret - Password, - apWlanAuthEapRadius2Server - IpAddress, - apWlanAuthEapRadius2Port - Unsigned32, - apWlanAuthEapRadius2SharedSecret - Password, - apWlanAuthEapMuQuietPeriod - Unsigned32, - apWlanAuthEapMuTimeout - Unsigned32, - apWlanAuthEapMuTxPeriod - Unsigned32, - apWlanAuthEapMuMaxRetries - Unsigned32, - apWlanAuthEapServerTimeout - Unsigned32, - apWlanAuthEapServerMaxRetries - Unsigned32, - apWlanAuthEapRadiusAcctMode - TruthValue, - apWlanAuthEapRadiusAcctMuTimeout - Unsigned32, - apWlanAuthEapRadiusAcctMuRetries - Unsigned32, - apWlanAuthEapSyslogMode - TruthValue, - apWlanAuthEapSyslogServerIp - IpAddress, - apWlanAuthEapRadiusExtAcctServer - IpAddress, - apWlanAuthEapRadiusExtPort - Unsigned32, - apWlanAuthEapRadiusExtSharedSecret - Password - } - - -- 1.3.6.1.4.1.388.11.3.4.2.3.1.1.1 - apWlanAuthEapReauthenticationEnable OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable reauthentication." - ::= { apWlanAuthEapEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.3.1.1.2 - apWlanAuthEapReauthenticationPeriod OBJECT-TYPE - SYNTAX Unsigned32 (30..9999) - UNITS "seconds" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Reauthentication period." - ::= { apWlanAuthEapEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.3.1.1.3 - apWlanAuthEapReauthenticationMaxRetries OBJECT-TYPE - SYNTAX Unsigned32 (1..99) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Reauthentication max retries." - ::= { apWlanAuthEapEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.3.1.1.4 - apWlanAuthEapRadius1Server OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP address of the primary RADIUS server. - Use 127.0.0.1 to use the Local Radius Server on the AP5131." - ::= { apWlanAuthEapEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.3.1.1.5 - apWlanAuthEapRadius1Port OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Port number of the primary RADIUS server." - ::= { apWlanAuthEapEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.3.1.1.6 - apWlanAuthEapRadius1SharedSecret OBJECT-TYPE - SYNTAX Password - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Shared secret of the primary RADIUS server." - ::= { apWlanAuthEapEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.3.1.1.7 - apWlanAuthEapRadius2Server OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP address of the secondary RADIUS server. - Use 127.0.0.1 to use the Local Radius Server on the AP5131." - ::= { apWlanAuthEapEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.3.1.1.8 - apWlanAuthEapRadius2Port OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Port number of the secondary RADIUS server." - ::= { apWlanAuthEapEntry 8 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.3.1.1.9 - apWlanAuthEapRadius2SharedSecret OBJECT-TYPE - SYNTAX Password - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Shared secret of the secondary RADIUS server." - ::= { apWlanAuthEapEntry 9 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.3.1.1.10 - apWlanAuthEapMuQuietPeriod OBJECT-TYPE - SYNTAX Unsigned32 (1..65535) - UNITS "seconds" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "MU quiet period." - ::= { apWlanAuthEapEntry 10 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.3.1.1.11 - apWlanAuthEapMuTimeout OBJECT-TYPE - SYNTAX Unsigned32 (1..255) - UNITS "seconds" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "MU timeout." - ::= { apWlanAuthEapEntry 11 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.3.1.1.12 - apWlanAuthEapMuTxPeriod OBJECT-TYPE - SYNTAX Unsigned32 (1..65535) - UNITS "seconds" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "MU Tx period." - ::= { apWlanAuthEapEntry 12 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.3.1.1.13 - apWlanAuthEapMuMaxRetries OBJECT-TYPE - SYNTAX Unsigned32 (1..10) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "MU max retries." - ::= { apWlanAuthEapEntry 13 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.3.1.1.14 - apWlanAuthEapServerTimeout OBJECT-TYPE - SYNTAX Unsigned32 (1..255) - UNITS "seconds" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Server timeout." - ::= { apWlanAuthEapEntry 14 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.3.1.1.15 - apWlanAuthEapServerMaxRetries OBJECT-TYPE - SYNTAX Unsigned32 (1..255) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Server max retries." - ::= { apWlanAuthEapEntry 15 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.3.1.1.16 - apWlanAuthEapRadiusAcctMode OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Radius Accounting Mode." - ::= { apWlanAuthEapEntry 16 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.3.1.1.17 - apWlanAuthEapRadiusAcctMuTimeout OBJECT-TYPE - SYNTAX Unsigned32 (1..255) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Radius Accounting MU Timeout value" - ::= { apWlanAuthEapEntry 17 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.3.1.1.18 - apWlanAuthEapRadiusAcctMuRetries OBJECT-TYPE - SYNTAX Unsigned32 (1..10) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Radius Accounting Number of MU Retries." - ::= { apWlanAuthEapEntry 18 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.3.1.1.19 - apWlanAuthEapSyslogMode OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Syslogging Mode." - ::= { apWlanAuthEapEntry 19 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.3.1.1.20 - apWlanAuthEapSyslogServerIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Syslog Server IP Address." - ::= { apWlanAuthEapEntry 20 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.3.1.1.21 - apWlanAuthEapRadiusExtAcctServer OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "External Radius Accounting Server IP Address." - ::= { apWlanAuthEapEntry 21 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.3.1.1.22 - apWlanAuthEapRadiusExtPort OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Port number of the external RADIUS server." - ::= { apWlanAuthEapEntry 22 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.3.1.1.23 - apWlanAuthEapRadiusExtSharedSecret OBJECT-TYPE - SYNTAX Password - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Shared secret of the external RADIUS server." - ::= { apWlanAuthEapEntry 23 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.3.2 - apWlanAuthKerberosTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApWlanAuthKerberosEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of Kerberos authentication settings - for each Security Policy using this method." - ::= { apWlanAuth 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.3.2.1 - apWlanAuthKerberosEntry OBJECT-TYPE - SYNTAX ApWlanAuthKerberosEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apWlanSecPolicyIndex } - ::= { apWlanAuthKerberosTable 1 } - - - ApWlanAuthKerberosEntry ::= - SEQUENCE { - apWlanAuthKerberosRealmName - DisplayString, - apWlanAuthKerberosKdcServerIp1 - IpAddress, - apWlanAuthKerberosKdcPort1 - Unsigned32, - apWlanAuthKerberosKdcServerIp2 - IpAddress, - apWlanAuthKerberosKdcPort2 - Unsigned32, - apWlanAuthKerberosKdcServerIpR - IpAddress, - apWlanAuthKerberosKdcPortR - Unsigned32 - } - - -- 1.3.6.1.4.1.388.11.3.4.2.3.2.1.1 - apWlanAuthKerberosRealmName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Realm name." - ::= { apWlanAuthKerberosEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.3.2.1.2 - apWlanAuthKerberosKdcServerIp1 OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Primary KDC server IP addr." - ::= { apWlanAuthKerberosEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.3.2.1.3 - apWlanAuthKerberosKdcPort1 OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Primary KDC port." - ::= { apWlanAuthKerberosEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.3.2.1.4 - apWlanAuthKerberosKdcServerIp2 OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Backup KDC server IP addr." - ::= { apWlanAuthKerberosEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.3.2.1.5 - apWlanAuthKerberosKdcPort2 OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Backup KDC port." - ::= { apWlanAuthKerberosEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.3.2.1.6 - apWlanAuthKerberosKdcServerIpR OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Remote KDC server IP addr." - ::= { apWlanAuthKerberosEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.3.2.1.7 - apWlanAuthKerberosKdcPortR OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Remote KDC port." - ::= { apWlanAuthKerberosEntry 7 } - - --- This group contains encryption settings for all WLANs. - -- 1.3.6.1.4.1.388.11.3.4.2.4 - apWlanCrypto OBJECT IDENTIFIER ::= { apWlan 4 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.4.1 - apWlanCryptoWepTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApWlanCryptoWepEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of WEP encryption settings - for each Security Policy using this method." - ::= { apWlanCrypto 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.4.1.1 - apWlanCryptoWepEntry OBJECT-TYPE - SYNTAX ApWlanCryptoWepEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apWlanSecPolicyIndex } - ::= { apWlanCryptoWepTable 1 } - - - ApWlanCryptoWepEntry ::= - SEQUENCE { - apWlanCryptoWepPassKey - Password, - apWlanCryptoWepKey1 - OCTET STRING, - apWlanCryptoWepKey2 - OCTET STRING, - apWlanCryptoWepKey3 - OCTET STRING, - apWlanCryptoWepKey4 - OCTET STRING, - apWlanCryptoWepKeyToUse - Integer32, - apWlanCryptoWepMixedMode - TruthValue - } - - -- 1.3.6.1.4.1.388.11.3.4.2.4.1.1.1 - apWlanCryptoWepPassKey OBJECT-TYPE - SYNTAX Password (SIZE (4..32)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Pass key. - - If this value is written, the four WepKey1..4 will - be overwritten." - ::= { apWlanCryptoWepEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.4.1.1.2 - apWlanCryptoWepKey1 OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (0..13)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "WEP key #1 - - exactly 13 octets for WEP-128 (104-bit key); - exactly 5 octets for WEP-64 (40-bit key). - " - ::= { apWlanCryptoWepEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.4.1.1.3 - apWlanCryptoWepKey2 OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (0..13)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "WEP key #2 - - exactly 13 octets for WEP-128 (104-bit key); - exactly 5 octets for WEP-64 (40-bit key)." - ::= { apWlanCryptoWepEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.4.1.1.4 - apWlanCryptoWepKey3 OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (0..13)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "WEP key #3 - - exactly 13 octets for WEP-128 (104-bit key); - exactly 5 octets for WEP-64 (40-bit key)." - ::= { apWlanCryptoWepEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.4.1.1.5 - apWlanCryptoWepKey4 OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (0..13)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "WEP key #4 - - exactly 13 octets for WEP-128 (104-bit key); - exactly 5 octets for WEP-64 (40-bit key)." - ::= { apWlanCryptoWepEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.4.1.1.6 - apWlanCryptoWepKeyToUse OBJECT-TYPE - SYNTAX Integer32 (1..4) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Specifies which WEP key to use." - ::= { apWlanCryptoWepEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.4.1.1.7 - apWlanCryptoWepMixedMode OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Allow WEP128 clients" - ::= { apWlanCryptoWepEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.4.2 - apWlanCryptoTkipTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApWlanCryptoTkipEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of WPA-TKIP encryption settings - for each Security Policy using this method." - ::= { apWlanCrypto 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.4.2.1 - apWlanCryptoTkipEntry OBJECT-TYPE - SYNTAX ApWlanCryptoTkipEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apWlanSecPolicyIndex } - ::= { apWlanCryptoTkipTable 1 } - - - ApWlanCryptoTkipEntry ::= - SEQUENCE { - apWlanCryptoTkipBcastKeyRotation - TruthValue, - apWlanCryptoTkipKeyRotationInterval - Unsigned32, - apWlanCryptoTkipKeyToUse - INTEGER, - apWlanCryptoTkipPassphrase - OCTET STRING, - apWlanCryptoTkipKey - OCTET STRING, - apWlanCryptoTkipAllowWpa2Client - INTEGER, - apWlanCryptoTkipFastRoamPreAuth - INTEGER - } - - -- 1.3.6.1.4.1.388.11.3.4.2.4.2.1.1 - apWlanCryptoTkipBcastKeyRotation OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Use broadcast key rotation." - ::= { apWlanCryptoTkipEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.4.2.1.2 - apWlanCryptoTkipKeyRotationInterval OBJECT-TYPE - SYNTAX Unsigned32 (30..604800) - UNITS "seconds" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Broadcast key rotation, (if enabled), occurs every - this many seconds." - ::= { apWlanCryptoTkipEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.4.2.1.3 - apWlanCryptoTkipKeyToUse OBJECT-TYPE - SYNTAX INTEGER - { - useAsciiPassphrase(1), - use256bitKey(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Specifies whether to use ASCII Passphrase - or 256-bit Hex Key." - ::= { apWlanCryptoTkipEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.4.2.1.4 - apWlanCryptoTkipPassphrase OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (8..63)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "ASCII Passphrase." - ::= { apWlanCryptoTkipEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.4.2.1.5 - apWlanCryptoTkipKey OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (32)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "WPA/TKIP 256 bit Key. - No need to enter key if ASCII passphrase is entered." - ::= { apWlanCryptoTkipEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.4.2.1.6 - apWlanCryptoTkipAllowWpa2Client OBJECT-TYPE - SYNTAX INTEGER - { - enable(1), - disable(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Allows WPA2 TKIP." - ::= { apWlanCryptoTkipEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.4.2.1.7 - apWlanCryptoTkipFastRoamPreAuth OBJECT-TYPE - SYNTAX INTEGER - { - enable(1), - disable(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Allows Pre-Authentication." - ::= { apWlanCryptoTkipEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.4.3 - apWlanCryptoCcmpTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApWlanCryptoCcmpEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of WPA2-CCMP encryption settings - for each Security Policy using this method." - ::= { apWlanCrypto 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.4.3.1 - apWlanCryptoCcmpEntry OBJECT-TYPE - SYNTAX ApWlanCryptoCcmpEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apWlanSecPolicyIndex } - ::= { apWlanCryptoCcmpTable 1 } - - - ApWlanCryptoCcmpEntry ::= - SEQUENCE { - apWlanCryptoCcmpBcastKeyRotation - TruthValue, - apWlanCryptoCcmpKeyRotationInterval - Unsigned32, - apWlanCryptoCcmpKeyToUse - INTEGER, - apWlanCryptoCcmpPassphrase - OCTET STRING, - apWlanCryptoCcmpKey - OCTET STRING, - apWlanCryptoCcmpMixedMode - TruthValue, - apWlanCryptoCcmpFastRoamPreAuth - TruthValue - } - - -- 1.3.6.1.4.1.388.11.3.4.2.4.3.1.1 - apWlanCryptoCcmpBcastKeyRotation OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Use broadcast key rotation." - ::= { apWlanCryptoCcmpEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.4.3.1.2 - apWlanCryptoCcmpKeyRotationInterval OBJECT-TYPE - SYNTAX Unsigned32 (30..604800) - UNITS "seconds" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Broadcast key rotation, (if enabled), occurs every - this many seconds." - ::= { apWlanCryptoCcmpEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.4.3.1.3 - apWlanCryptoCcmpKeyToUse OBJECT-TYPE - SYNTAX INTEGER - { - useAsciiPassphrase(1), - use256bitKey(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Specifies whether to use ASCII Passphrase - or 256-bit Hex Key." - ::= { apWlanCryptoCcmpEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.4.3.1.4 - apWlanCryptoCcmpPassphrase OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (8..63)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "ASCII Passphrase." - ::= { apWlanCryptoCcmpEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.4.3.1.5 - apWlanCryptoCcmpKey OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (32)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "WPA2/CCMP 256 bit Key. - No need to enter key if ASCII passphrase is entered." - ::= { apWlanCryptoCcmpEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.4.3.1.6 - apWlanCryptoCcmpMixedMode OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Allow WPA-TKIP clients" - ::= { apWlanCryptoCcmpEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.4.3.1.7 - apWlanCryptoCcmpFastRoamPreAuth OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enabling this option enables a client associated with one - Access Point to carry out an 802.1x authentication with - another Access Point before it roams over to it. The Access Point - will cache the keying information of the client until it - roams to the new Access Point. This enables the roaming the - client to start sending and receiving data sooner by not - having to do 802.1x authentication after it roams. - - Note: This option only works when 802.1x authentication is - enabled for the WLAN. " - ::= { apWlanCryptoCcmpEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.4.4 - apWlanCryptoKeyguardTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApWlanCryptoKeyguardEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of KeyGuard-MCM encryption settings - for each Security Policy using this method." - ::= { apWlanCrypto 4 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.4.4.1 - apWlanCryptoKeyguardEntry OBJECT-TYPE - SYNTAX ApWlanCryptoKeyguardEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apWlanSecPolicyIndex } - ::= { apWlanCryptoKeyguardTable 1 } - - - ApWlanCryptoKeyguardEntry ::= - SEQUENCE { - apWlanCryptoKeyguardPassKey - OCTET STRING, - apWlanCryptoKeyguardKey1 - OCTET STRING, - apWlanCryptoKeyguardKey2 - OCTET STRING, - apWlanCryptoKeyguardKey3 - OCTET STRING, - apWlanCryptoKeyguardKey4 - OCTET STRING, - apWlanCryptoKeyguardKeyToUse - Integer32, - apWlanCryptoKeyguardMixedMode - TruthValue - } - - -- 1.3.6.1.4.1.388.11.3.4.2.4.4.1.1 - apWlanCryptoKeyguardPassKey OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (4..32)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Pass key. - - If this value is written, the four KeyguardKey1..4 will - be overwritten." - ::= { apWlanCryptoKeyguardEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.4.4.1.2 - apWlanCryptoKeyguardKey1 OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (13)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Key #1." - ::= { apWlanCryptoKeyguardEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.4.4.1.3 - apWlanCryptoKeyguardKey2 OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (13)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Key #2." - ::= { apWlanCryptoKeyguardEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.4.4.1.4 - apWlanCryptoKeyguardKey3 OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (13)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Key #3." - ::= { apWlanCryptoKeyguardEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.4.4.1.5 - apWlanCryptoKeyguardKey4 OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (13)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Key #4." - ::= { apWlanCryptoKeyguardEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.4.4.1.6 - apWlanCryptoKeyguardKeyToUse OBJECT-TYPE - SYNTAX Integer32 (1..4) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Specifies which WEP key to use." - ::= { apWlanCryptoKeyguardEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.4.4.1.7 - apWlanCryptoKeyguardMixedMode OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Allow WEP128 clients" - ::= { apWlanCryptoKeyguardEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.5 - apWlanMuAclPolicyTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApWlanMuAclPolicyEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Access Control List that can be used by different WLANs." - ::= { apWlan 5 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.5.1 - apWlanMuAclPolicyEntry OBJECT-TYPE - SYNTAX ApWlanMuAclPolicyEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apWlanMuAclPolicyIndex } - ::= { apWlanMuAclPolicyTable 1 } - - - ApWlanMuAclPolicyEntry ::= - SEQUENCE { - apWlanMuAclPolicyIndex - Integer32, - apWlanMuAclPolicyName - DisplayString, - apWlanMuAclPolicyAccessMode - INTEGER, - apWlanMuAclPolicyPointerToWlan - MultiPointer63, - apWlanMuAclPolicyRowStatus - AbbrevRowStatus - } - - -- 1.3.6.1.4.1.388.11.3.4.2.5.1.1 - apWlanMuAclPolicyIndex OBJECT-TYPE - SYNTAX Integer32 (1..16) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple index." - ::= { apWlanMuAclPolicyEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.5.1.2 - apWlanMuAclPolicyName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Name of the Access Control policy." - ::= { apWlanMuAclPolicyEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.5.1.3 - apWlanMuAclPolicyAccessMode OBJECT-TYPE - SYNTAX INTEGER - { - allow(1), - deny(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "MUs match this policy can either be Allowed or - Denied association." - ::= { apWlanMuAclPolicyEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.5.1.4 - apWlanMuAclPolicyPointerToWlan OBJECT-TYPE - SYNTAX MultiPointer63 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Points to the WLAN which have this - particular MU Acl policy." - ::= { apWlanMuAclPolicyEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.5.1.5 - apWlanMuAclPolicyRowStatus OBJECT-TYPE - SYNTAX AbbrevRowStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Row Status." - ::= { apWlanMuAclPolicyEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.6 - apWlanMuAclTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApWlanMuAclEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table describing ACLs for allowing or denying, - (depending on default behavior for the WLAN - specified in apWlanMuAclPolicyTable), MU association with - each WLAN." - ::= { apWlan 6 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.6.1 - apWlanMuAclEntry OBJECT-TYPE - SYNTAX ApWlanMuAclEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apWlanMuAclIndex } - ::= { apWlanMuAclTable 1 } - - - ApWlanMuAclEntry ::= - SEQUENCE { - apWlanMuAclIndex - Integer32, - apWlanMuAclStartingMac - PhysAddress, - apWlanMuAclEndingMac - PhysAddress, - apWlanMuAclPointerToAclPolicy - SinglePointer, - apWlanMuAclRowStatus - AbbrevRowStatus - } - - -- 1.3.6.1.4.1.388.11.3.4.2.6.1.1 - apWlanMuAclIndex OBJECT-TYPE - SYNTAX Integer32 (1..127) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple index." - ::= { apWlanMuAclEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.6.1.2 - apWlanMuAclStartingMac OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Starting MAC address in a range of addresses." - ::= { apWlanMuAclEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.6.1.3 - apWlanMuAclEndingMac OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Ending MAC address in a range of addresses." - ::= { apWlanMuAclEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.6.1.4 - apWlanMuAclPointerToAclPolicy OBJECT-TYPE - SYNTAX SinglePointer - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Pointer to the ACL policy that this row belongs." - ::= { apWlanMuAclEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.6.1.5 - apWlanMuAclRowStatus OBJECT-TYPE - SYNTAX AbbrevRowStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Row status." - ::= { apWlanMuAclEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.7 - apWlanQosPolicyTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApWlanQosPolicyEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "QoS Policy that can be used by different WLANs." - ::= { apWlan 7 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.7.1 - apWlanQosPolicyEntry OBJECT-TYPE - SYNTAX ApWlanQosPolicyEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apWlanQosPolicyIndex } - ::= { apWlanQosPolicyTable 1 } - - - ApWlanQosPolicyEntry ::= - SEQUENCE { - apWlanQosPolicyIndex - Integer32, - apWlanQosPolicyName - DisplayString, - apWlanEnableWMM - TruthValue, - apWlanWMMQosParam - INTEGER, - apWlanQosPolicyBackgroundCwMin - Integer32, - apWlanQosPolicyBackgroundCwMax - Integer32, - apWlanQosPolicyBackgroundAifsn - Integer32, - apWlanQosPolicyBackgroundTxopsTime - Integer32, - apWlanQosPolicyBackgroundTxopsTimeInMS - Integer32, - apWlanQosPolicyBestEffortCwMin - Integer32, - apWlanQosPolicyBestEffortCwMax - Integer32, - apWlanQosPolicyBestEffortAifsn - Integer32, - apWlanQosPolicyBestEffortTxopsTime - Integer32, - apWlanQosPolicyBestEffortTxopsTimeInMS - Integer32, - apWlanQosPolicyVideoCwMin - Integer32, - apWlanQosPolicyVideoCwMax - Integer32, - apWlanQosPolicyVideoAifsn - Integer32, - apWlanQosPolicyVideoTxopsTime - Integer32, - apWlanQosPolicyVideoTxopsTimeInMS - Integer32, - apWlanQosPolicyVoiceCwMin - Integer32, - apWlanQosPolicyVoiceCwMax - Integer32, - apWlanQosPolicyVoiceAifsn - Integer32, - apWlanQosPolicyVoiceTxopsTime - Integer32, - apWlanQosPolicyVoiceTxopsTimeInMS - Integer32, - apWlanVoicePrioritization - TruthValue, - apWlanMulticastAddr1 - PhysAddress, - apWlanMulticastAddr2 - PhysAddress, - apWlanQosPolicyPointerToWlan - MultiPointer63, - apWlanQosPolicyRowStatus - AbbrevRowStatus - } - - -- 1.3.6.1.4.1.388.11.3.4.2.7.1.1 - apWlanQosPolicyIndex OBJECT-TYPE - SYNTAX Integer32 (1..16) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple index." - ::= { apWlanQosPolicyEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.7.1.2 - apWlanQosPolicyName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Name of the QoS policy." - ::= { apWlanQosPolicyEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.7.1.3 - apWlanEnableWMM OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable WiFi Multimedia Extension support." - ::= { apWlanQosPolicyEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.7.1.4 - apWlanWMMQosParam OBJECT-TYPE - SYNTAX INTEGER - { - manual(1), - wifi11agn(2), - wifi11b(3), - default11agn(4), - default11b(5), - voice11agn(6), - voice11b(7) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Pre-Programmed WMM QOS Parameters. - manual - Modify parameters - wifi11agn - WiFi 11a/11g/11n defaults - wifi11b - WiFi 11b defaults - default11agn - Symbol 11a/11g/11n defaults - default11b - Symbol 11b defaults - voice11agn - Symbol 11a/11g/11n voice params - voice11b - Symbol 11b voice params" - ::= { apWlanQosPolicyEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.7.1.5 - apWlanQosPolicyBackgroundCwMin OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This QoS parameter is to be used by the MU for the - Background access category." - ::= { apWlanQosPolicyEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.7.1.6 - apWlanQosPolicyBackgroundCwMax OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This QoS parameter is to be used by the MU for the - Background access category." - ::= { apWlanQosPolicyEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.7.1.7 - apWlanQosPolicyBackgroundAifsn OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This QoS parameter is to be used by the MU for the - Background access category." - ::= { apWlanQosPolicyEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.7.1.8 - apWlanQosPolicyBackgroundTxopsTime OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This QoS parameter is to be used by the MU for the - Background access category." - ::= { apWlanQosPolicyEntry 8 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.7.1.9 - apWlanQosPolicyBackgroundTxopsTimeInMS OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This QoS parameter is to be used by the MU for the - Background access category." - ::= { apWlanQosPolicyEntry 9 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.7.1.10 - apWlanQosPolicyBestEffortCwMin OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This QoS parameter is to be used by the MU for the - Best Effort access category." - ::= { apWlanQosPolicyEntry 10 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.7.1.11 - apWlanQosPolicyBestEffortCwMax OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This QoS parameter is to be used by the MU for the - Best Effort access category." - ::= { apWlanQosPolicyEntry 11 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.7.1.12 - apWlanQosPolicyBestEffortAifsn OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This QoS parameter is to be used by the MU for the - Best Effort access category." - ::= { apWlanQosPolicyEntry 12 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.7.1.13 - apWlanQosPolicyBestEffortTxopsTime OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This QoS parameter is to be used by the MU for the - Best Effort access category." - ::= { apWlanQosPolicyEntry 13 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.7.1.14 - apWlanQosPolicyBestEffortTxopsTimeInMS OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This QoS parameter is to be used by the MU for the - Best Effort access category." - ::= { apWlanQosPolicyEntry 14 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.7.1.15 - apWlanQosPolicyVideoCwMin OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This QoS parameter is to be used by the MU for the - Video access category." - ::= { apWlanQosPolicyEntry 15 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.7.1.16 - apWlanQosPolicyVideoCwMax OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This QoS parameter is to be used by the MU for the - Video access category." - ::= { apWlanQosPolicyEntry 16 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.7.1.17 - apWlanQosPolicyVideoAifsn OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This QoS parameter is to be used by the MU for the - Video access category." - ::= { apWlanQosPolicyEntry 17 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.7.1.18 - apWlanQosPolicyVideoTxopsTime OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This QoS parameter is to be used by the MU for the - Video access category." - ::= { apWlanQosPolicyEntry 18 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.7.1.19 - apWlanQosPolicyVideoTxopsTimeInMS OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This QoS parameter is to be used by the MU for the - Video access category." - ::= { apWlanQosPolicyEntry 19 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.7.1.20 - apWlanQosPolicyVoiceCwMin OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This QoS parameter is to be used by the MU for the - Voice access category." - ::= { apWlanQosPolicyEntry 20 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.7.1.21 - apWlanQosPolicyVoiceCwMax OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This QoS parameter is to be used by the MU for the - Voice access category." - ::= { apWlanQosPolicyEntry 21 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.7.1.22 - apWlanQosPolicyVoiceAifsn OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This QoS parameter is to be used by the MU for the - Voice access category." - ::= { apWlanQosPolicyEntry 22 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.7.1.23 - apWlanQosPolicyVoiceTxopsTime OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This QoS parameter is to be used by the MU for the - Voice access category." - ::= { apWlanQosPolicyEntry 23 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.7.1.24 - apWlanQosPolicyVoiceTxopsTimeInMS OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This QoS parameter is to be used by the MU for the - Voice access category." - ::= { apWlanQosPolicyEntry 24 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.7.1.25 - apWlanVoicePrioritization OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Support legacy voice prioritization." - ::= { apWlanQosPolicyEntry 25 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.7.1.26 - apWlanMulticastAddr1 OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Multicast address 1." - ::= { apWlanQosPolicyEntry 26 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.7.1.27 - apWlanMulticastAddr2 OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Multicast address 2." - ::= { apWlanQosPolicyEntry 27 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.7.1.28 - apWlanQosPolicyPointerToWlan OBJECT-TYPE - SYNTAX MultiPointer63 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Points to the WLAN which have this - particular QOS policy." - ::= { apWlanQosPolicyEntry 28 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.7.1.29 - apWlanQosPolicyRowStatus OBJECT-TYPE - SYNTAX AbbrevRowStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Row Status." - ::= { apWlanQosPolicyEntry 29 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.8 - apWlanBwShareModeTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApWlanBwShareModeEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - ::= { apWlan 8 } - - - -- 1.3.6.1.4.1.388.11.3.4.2.8.1 - apWlanBwShareModeEntry OBJECT-TYPE - SYNTAX ApWlanBwShareModeEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - INDEX { apRadioSettingsIndex } - ::= { apWlanBwShareModeTable 1 } - - - ApWlanBwShareModeEntry ::= - SEQUENCE { - apWlanBwShareMode - INTEGER - } - - -- 1.3.6.1.4.1.388.11.3.4.2.8.1.1 - apWlanBwShareMode OBJECT-TYPE - SYNTAX INTEGER - { - firstInFirstOut(0), - roundRobin(1), - weightedRoundRobin(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This variable configures the manner in which bandwidth is shared among the WLANs. Only in mode 'weightedRoundRobin' are the apRadioWlanWeight values for each Radio and WLAN used." - ::= { apWlanBwShareModeEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.3 - apHotSpot OBJECT IDENTIFIER ::= { apRf 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.3.2 - apHotSpotWhiteListTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApHotSpotWhiteListEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of White List entires for HotSpot for the WLANs." - ::= { apHotSpot 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.3.2.1 - apHotSpotWhiteListEntry OBJECT-TYPE - SYNTAX ApHotSpotWhiteListEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apWlanIndex, apHotSpotWhiteListIndex } - ::= { apHotSpotWhiteListTable 1 } - - - ApHotSpotWhiteListEntry ::= - SEQUENCE { - apHotSpotWhiteListIndex - Integer32, - apHotSpotWhiteListWalledGardenIp - IpAddress, - apHotSpotWhiteListRowStatus - AbbrevRowStatus - } - - -- 1.3.6.1.4.1.388.11.3.4.3.2.1.1 - apHotSpotWhiteListIndex OBJECT-TYPE - SYNTAX Integer32 (1..10) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple Index 1...10" - ::= { apHotSpotWhiteListEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.3.2.1.2 - apHotSpotWhiteListWalledGardenIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP Address of White List entries" - ::= { apHotSpotWhiteListEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.3.2.1.3 - apHotSpotWhiteListRowStatus OBJECT-TYPE - SYNTAX AbbrevRowStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Value to control row creation/deletion." - ::= { apHotSpotWhiteListEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.3.1 - apHotSpotTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApHotSpotEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table for Hotspot configuration." - ::= { apHotSpot 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.3.1.1 - apHotSpotEntry OBJECT-TYPE - SYNTAX ApHotSpotEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apWlanIndex } - ::= { apHotSpotTable 1 } - - - ApHotSpotEntry ::= - SEQUENCE { - apHotSpotDefaultFileMode - INTEGER, - apHotSpotExternalLoginPageUrl - DisplayString, - apHotSpotExternalWelomePageUrl - DisplayString, - apHotSpotExternalFailPageUrl - DisplayString, - apHotSpotPriRadiusServerIp - IpAddress, - apHotSpotPriRadiusPort - Integer32, - apHotSpotPriRadiusSecret - Password, - apHotSpotSecRadiusServerIp - IpAddress, - apHotSpotSecRadiusPort - Integer32, - apHotSpotSecRadiusSecret - Password, - apHotSpotRadiusAcctMode - TruthValue, - apHotSpotRadiusAcctServerIp - IpAddress, - apHotSpotRadiusAcctPort - Integer32, - apHotSpotRadiusAcctSecret - Password, - apHotSpotRadiusAcctTimeout - Integer32, - apHotSpotRadiusAcctRetryCount - Integer32, - apHotSpotRadiusSessMode - TruthValue, - apHotSpotRadiusSessTimeout - Integer32 - } - - -- 1.3.6.1.4.1.388.11.3.4.3.1.1.1 - apHotSpotDefaultFileMode OBJECT-TYPE - SYNTAX INTEGER - { - default(1), - externalURL(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Default File Mode for Login, Welcome and Fail Pages." - ::= { apHotSpotEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.3.1.1.2 - apHotSpotExternalLoginPageUrl OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Login Page URL on external server." - ::= { apHotSpotEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.3.1.1.3 - apHotSpotExternalWelomePageUrl OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Welcome Page URL on external server." - ::= { apHotSpotEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.3.1.1.4 - apHotSpotExternalFailPageUrl OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Fail Page URL on external server." - ::= { apHotSpotEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.4.3.1.1.5 - apHotSpotPriRadiusServerIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP Address of Primary Radius Server. - Use 127.0.0.1 to use the Local Radius Server on the AP5131." - ::= { apHotSpotEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.4.3.1.1.6 - apHotSpotPriRadiusPort OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Port for Primary Radius Server." - ::= { apHotSpotEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.4.3.1.1.7 - apHotSpotPriRadiusSecret OBJECT-TYPE - SYNTAX Password - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Shared Secret for Primary Radius Server." - ::= { apHotSpotEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.4.3.1.1.8 - apHotSpotSecRadiusServerIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP Address of Secondary Radius Server. - Use 127.0.0.1 to use the Local Radius Server on the AP5131." - ::= { apHotSpotEntry 8 } - - - -- 1.3.6.1.4.1.388.11.3.4.3.1.1.9 - apHotSpotSecRadiusPort OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Port for Secondary Radius Server." - ::= { apHotSpotEntry 9 } - - - -- 1.3.6.1.4.1.388.11.3.4.3.1.1.10 - apHotSpotSecRadiusSecret OBJECT-TYPE - SYNTAX Password - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Shared Secret for Secondary Radius Server." - ::= { apHotSpotEntry 10 } - - - -- 1.3.6.1.4.1.388.11.3.4.3.1.1.11 - apHotSpotRadiusAcctMode OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Radius Accounting Mode." - ::= { apHotSpotEntry 11 } - - - -- 1.3.6.1.4.1.388.11.3.4.3.1.1.12 - apHotSpotRadiusAcctServerIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "External Accounting Radius Server." - ::= { apHotSpotEntry 12 } - - - -- 1.3.6.1.4.1.388.11.3.4.3.1.1.13 - apHotSpotRadiusAcctPort OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Port for External Accounting Radius Server." - ::= { apHotSpotEntry 13 } - - - -- 1.3.6.1.4.1.388.11.3.4.3.1.1.14 - apHotSpotRadiusAcctSecret OBJECT-TYPE - SYNTAX Password - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Shared Secret for External Accounting Radius Server." - ::= { apHotSpotEntry 14 } - - - -- 1.3.6.1.4.1.388.11.3.4.3.1.1.15 - apHotSpotRadiusAcctTimeout OBJECT-TYPE - SYNTAX Integer32 (1..255) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Radius Accounting Timeout value." - ::= { apHotSpotEntry 15 } - - - -- 1.3.6.1.4.1.388.11.3.4.3.1.1.16 - apHotSpotRadiusAcctRetryCount OBJECT-TYPE - SYNTAX Integer32 (1..10) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Radius Accounting Retry Count value." - ::= { apHotSpotEntry 16 } - - - -- 1.3.6.1.4.1.388.11.3.4.3.1.1.17 - apHotSpotRadiusSessMode OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Radius Session Timeout Mode (Applicable only for Internal Radius Server)" - ::= { apHotSpotEntry 17 } - - - -- 1.3.6.1.4.1.388.11.3.4.3.1.1.18 - apHotSpotRadiusSessTimeout OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Radius Session Timeout (Applicable only for Internal Radius Server)" - ::= { apHotSpotEntry 18 } - - - -- 1.3.6.1.4.1.388.11.3.4.4 - apMus OBJECT IDENTIFIER ::= { apRf 4 } - - --- This group describes MU Locationing settings and table. - -- 1.3.6.1.4.1.388.11.3.4.4.1 - apMuLocationing OBJECT IDENTIFIER ::= { apMus 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.4.1.1 - apMuLocationingEnable OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable/disable MU Locationing feature. - " - ::= { apMuLocationing 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.4.1.2 - apMuLocationingClear OBJECT-TYPE - SYNTAX DoActionNow - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Setting this value to TRUE clears all apMuLocationingTable entries. - - Any probe request heard after that event will be treated as newly heard." - ::= { apMuLocationing 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.4.1.3 - apMuLocationingMaxMus OBJECT-TYPE - SYNTAX Integer32 (20..200) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Maximum number of MU's to be reported in the apMuLocationingTable. - The minimum number is 20 and maximum 200. " - ::= { apMuLocationing 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.4.1.4 - apMuLocationingTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApMuLocationingEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "The switch shall store the information received - in the probe request messages in this table. - " - ::= { apMuLocationing 4 } - - - -- 1.3.6.1.4.1.388.11.3.4.4.1.4.1 - apMuLocationingEntry OBJECT-TYPE - SYNTAX ApMuLocationingEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - INDEX { apMuLocationingIndex } - ::= { apMuLocationingTable 1 } - - - ApMuLocationingEntry ::= - SEQUENCE { - apMuLocationingIndex - Integer32, - apMuLocationingMuMac - PhysAddress, - apMuLocationingPortalMac - PhysAddress, - apMuLocationingSignalStrength - Integer32, - apMuLocationingHeardChannel - Integer32, - apMuLocationingHeardTime - TimeTicks - } - - -- 1.3.6.1.4.1.388.11.3.4.4.1.4.1.1 - apMuLocationingIndex OBJECT-TYPE - SYNTAX Integer32 (1..2400) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple index." - ::= { apMuLocationingEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.4.1.4.1.2 - apMuLocationingMuMac OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "MAC address of the MU." - ::= { apMuLocationingEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.4.1.4.1.3 - apMuLocationingPortalMac OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "MAC address of the Portal." - ::= { apMuLocationingEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.4.1.4.1.4 - apMuLocationingSignalStrength OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Received Signal Strength in dBm by the Heard Portal." - ::= { apMuLocationingEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.4.4.1.4.1.5 - apMuLocationingHeardChannel OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Describes on which channel probe is heard." - ::= { apMuLocationingEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.4.4.1.4.1.6 - apMuLocationingHeardTime OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Describes the time when this probe is heard." - ::= { apMuLocationingEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.4.4.1.5 - apMuLocationingAddEntryToTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApMuLocationingAddEntryToEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "The switch shall provide option to append information - to apMuLocationingTable." - ::= { apMuLocationing 5 } - - - -- 1.3.6.1.4.1.388.11.3.4.4.1.5.1 - apMuLocationingAddEntryToEntry OBJECT-TYPE - SYNTAX ApMuLocationingAddEntryToEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - INDEX { apMuLocationingIndex } - ::= { apMuLocationingAddEntryToTable 1 } - - - ApMuLocationingAddEntryToEntry ::= - SEQUENCE { - apMuLocationingAddMuMac - PhysAddress, - apMuLocationingAddPortalMac - PhysAddress, - apMuLocationingAddSignalStrength - Integer32, - apMuLocationingAddHeardChannel - Integer32, - apMuLocationingAddHeardTime - TimeTicks - } - - -- 1.3.6.1.4.1.388.11.3.4.4.1.5.1.1 - apMuLocationingAddMuMac OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "MAC address of the MU." - ::= { apMuLocationingAddEntryToEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.4.1.5.1.2 - apMuLocationingAddPortalMac OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "MAC address of the Portal." - ::= { apMuLocationingAddEntryToEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.4.1.5.1.3 - apMuLocationingAddSignalStrength OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Received Signal Strength in dBm by the Heard Portal." - ::= { apMuLocationingAddEntryToEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.4.1.5.1.4 - apMuLocationingAddHeardChannel OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Describes on which channel probe is heard." - ::= { apMuLocationingAddEntryToEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.4.4.1.5.1.5 - apMuLocationingAddHeardTime OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Describes the time when this probe is heard." - ::= { apMuLocationingAddEntryToEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.4.5 - apIpFilter OBJECT IDENTIFIER ::= { apRf 5 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.1 - apIpFilterPolicyTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApIpFilterPolicyEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of Global IP Filter Policies" - ::= { apIpFilter 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.1.1 - apIpFilterPolicyEntry OBJECT-TYPE - SYNTAX ApIpFilterPolicyEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apIpFilterPolicyIndex } - ::= { apIpFilterPolicyTable 1 } - - - ApIpFilterPolicyEntry ::= - SEQUENCE { - apIpFilterPolicyIndex - Integer32, - apIpFilterPolicyName - DisplayString, - apIpFilterPolicyProtocol - INTEGER, - apIpFilterPolicyStartPort - Integer32, - apIpFilterPolicyEndPort - Integer32, - apIpFilterPolicySrcStartIp - IpAddress, - apIpFilterPolicySrcEndIp - IpAddress, - apIpFilterPolicyDestStartIp - IpAddress, - apIpFilterPolicyDestEndIp - IpAddress, - apIpFilterPolicyUseStatus - DisplayString, - apIpFilterPolicyRowStatus - AbbrevRowStatus, - apIpFilterPolicySrcStartPort - Integer32, - apIpFilterPolicySrcEndPort - Integer32, - } - - -- 1.3.6.1.4.1.388.11.3.4.5.1.1.1 - apIpFilterPolicyIndex OBJECT-TYPE - SYNTAX Integer32 (1..100) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple Index" - ::= { apIpFilterPolicyEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.1.1.2 - apIpFilterPolicyName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP Filter Policy Name. - It has to be unique for every policy." - ::= { apIpFilterPolicyEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.1.1.3 - apIpFilterPolicyProtocol OBJECT-TYPE - SYNTAX INTEGER - { - icmp(1), - igmp(2), - ipip(4), - tcp(6), - egp(8), - pup(12), - udp(17), - idp(22), - ipv6(41), - rsvp(46), - gre(47), - esp(50), - ah(51), - pim(103), - comp(108), - rawip(255), - all(256) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP Filter Policy Protocol Number." - ::= { apIpFilterPolicyEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.1.1.4 - apIpFilterPolicyStartPort OBJECT-TYPE - SYNTAX Integer32 (0..65535) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP Filter Policy Starting Port Number" - ::= { apIpFilterPolicyEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.1.1.5 - apIpFilterPolicyEndPort OBJECT-TYPE - SYNTAX Integer32 (0..65535) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP Filter Policy Ending Port Number" - ::= { apIpFilterPolicyEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.1.1.6 - apIpFilterPolicySrcStartIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP Filter Policy Source Start IP Address." - ::= { apIpFilterPolicyEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.1.1.7 - apIpFilterPolicySrcEndIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP Filter Policy Source End IP Address." - ::= { apIpFilterPolicyEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.1.1.8 - apIpFilterPolicyDestStartIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP Filter Policy Dest Start IP Address." - ::= { apIpFilterPolicyEntry 8 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.1.1.9 - apIpFilterPolicyDestEndIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP Filter Policy Dest End IP Address." - ::= { apIpFilterPolicyEntry 9 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.1.1.10 - apIpFilterPolicyUseStatus OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description.Indicates whether filter is used by any of the - WLAN IP Filter Tables or the TRUNK IP Filter Table. - If got used then displays YES otherwise NO." - ::= { apIpFilterPolicyEntry 10 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.1.1.11 - apIpFilterPolicyRowStatus OBJECT-TYPE - SYNTAX AbbrevRowStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Row Status for creation and deletion of policies." - ::= { apIpFilterPolicyEntry 11 } - - -- 1.3.6.1.4.1.388.11.3.4.5.1.1.12 - apIpFilterPolicySrcStartPort OBJECT-TYPE - SYNTAX Integer32 (0..65535) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP Filter Policy Source Starting Port Number" - ::= { apIpFilterPolicyEntry 12 } - - -- 1.3.6.1.4.1.388.11.3.4.5.1.1.13 - apIpFilterPolicySrcEndPort OBJECT-TYPE - SYNTAX Integer32 (0..65535) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP Filter Policy Source Ending Port Number" - ::= { apIpFilterPolicyEntry 13 } - - -- 1.3.6.1.4.1.388.11.3.4.5.2 - apIpFilterWlan OBJECT IDENTIFIER ::= { apIpFilter 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.2.1 - apIpFilterWlanTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApIpFilterWlanEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "IP Filter for WLAN" - ::= { apIpFilterWlan 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.2.1.1 - apIpFilterWlanEntry OBJECT-TYPE - SYNTAX ApIpFilterWlanEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apWlanIndex } - ::= { apIpFilterWlanTable 1 } - - - ApIpFilterWlanEntry ::= - SEQUENCE { - apIpFilterWlanMode - TruthValue, - apIpFilterWlanDefInAction - INTEGER, - apIpFilterWlanDefOutAction - INTEGER, - apIpFilterWlanInPackets - Counter32, - apIpFilterWlanOutPackets - Counter32 - } - - -- 1.3.6.1.4.1.388.11.3.4.5.2.1.1.1 - apIpFilterWlanMode OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP Filter Mode." - ::= { apIpFilterWlanEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.2.1.1.2 - apIpFilterWlanDefInAction OBJECT-TYPE - SYNTAX INTEGER - { - allow(1), - deny(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP Filter Default IN Action." - ::= { apIpFilterWlanEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.2.1.1.3 - apIpFilterWlanDefOutAction OBJECT-TYPE - SYNTAX INTEGER - { - allow(1), - deny(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP Filter Default OUT Action." - ::= { apIpFilterWlanEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.2.1.1.4 - apIpFilterWlanInPackets OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of incoming packets allowed or denied as a result of the default policy" - ::= { apIpFilterWlanEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.2.1.1.5 - apIpFilterWlanOutPackets OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of outgoing packets allowed or denied as a result of the default policy" - ::= { apIpFilterWlanEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.2.2 - apIpFilterWlanPolicyTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApIpFilterWlanPolicyEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "IP Filter Policy for WLANs." - ::= { apIpFilterWlan 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.2.2.1 - apIpFilterWlanPolicyEntry OBJECT-TYPE - SYNTAX ApIpFilterWlanPolicyEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apWlanIndex, apIpFilterWlanPolicyIndex } - ::= { apIpFilterWlanPolicyTable 1 } - - - ApIpFilterWlanPolicyEntry ::= - SEQUENCE { - apIpFilterWlanPolicyIndex - Integer32, - apIpFilterWlanPolicyPolicy - DisplayString, - apIpFilterWlanPolicyDirection - INTEGER, - apIpFilterWlanPolicyAction - INTEGER, - apIpFilterWlanPolicyRowStatus - AbbrevRowStatus, - apIpFilterWlanPolicyPackets - Counter32 - } - - -- 1.3.6.1.4.1.388.11.3.4.5.2.2.1.1 - apIpFilterWlanPolicyIndex OBJECT-TYPE - SYNTAX Integer32 (1..20) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple Index." - ::= { apIpFilterWlanPolicyEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.2.2.1.2 - apIpFilterWlanPolicyPolicy OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Single Pointer to the Global IP Filter Policy." - ::= { apIpFilterWlanPolicyEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.2.2.1.3 - apIpFilterWlanPolicyDirection OBJECT-TYPE - SYNTAX INTEGER - { - incoming(1), - outgoing(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP Filter Policy Direction." - ::= { apIpFilterWlanPolicyEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.2.2.1.4 - apIpFilterWlanPolicyAction OBJECT-TYPE - SYNTAX INTEGER - { - allow(1), - deny(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP Filter Policy Action." - ::= { apIpFilterWlanPolicyEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.2.2.1.5 - apIpFilterWlanPolicyRowStatus OBJECT-TYPE - SYNTAX AbbrevRowStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Row Status for creation and deletion." - ::= { apIpFilterWlanPolicyEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.2.2.1.6 - apIpFilterWlanPolicyPackets OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of packets allowed or denied as a result of this policy." - ::= { apIpFilterWlanPolicyEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.3 - apIpFilterLan OBJECT IDENTIFIER ::= { apIpFilter 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.3.1 - apIpFilterLanTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApIpFilterLanEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "IP Filter for WLAN" - ::= { apIpFilterLan 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.3.1.1 - apIpFilterLanEntry OBJECT-TYPE - SYNTAX ApIpFilterLanEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apIpFilterLanIndex } - ::= { apIpFilterLanTable 1 } - - - ApIpFilterLanEntry ::= - SEQUENCE { - apIpFilterLanIndex - Integer32, - apIpFilterLanMode - TruthValue, - apIpFilterLanDefInAction - INTEGER, - apIpFilterLanDefOutAction - INTEGER, - apIpFilterLanInPackets - Counter32, - apIpFilterLanOutPackets - Counter32 - } - - -- 1.3.6.1.4.1.388.11.3.4.5.3.1.1.1 - apIpFilterLanIndex OBJECT-TYPE - SYNTAX Integer32 (1..2) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Description." - ::= { apIpFilterLanEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.3.1.1.2 - apIpFilterLanMode OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP Filter Mode." - ::= { apIpFilterLanEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.3.1.1.3 - apIpFilterLanDefInAction OBJECT-TYPE - SYNTAX INTEGER - { - allow(1), - deny(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP Filter Default IN Action." - ::= { apIpFilterLanEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.3.1.1.4 - apIpFilterLanDefOutAction OBJECT-TYPE - SYNTAX INTEGER - { - allow(1), - deny(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP Filter Default OUT Action." - ::= { apIpFilterLanEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.3.1.1.5 - apIpFilterLanInPackets OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of incoming packets allowed or denied as a result of the default policy" - ::= { apIpFilterLanEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.3.1.1.6 - apIpFilterLanOutPackets OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of outgoing packets allowed or denied as a result of the default policy." - ::= { apIpFilterLanEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.3.2 - apIpFilterLanPolicyTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApIpFilterLanPolicyEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "IP Filter Policy for WAN Trunk Port." - ::= { apIpFilterLan 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.3.2.1 - apIpFilterLanPolicyEntry OBJECT-TYPE - SYNTAX ApIpFilterLanPolicyEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apIpFilterLanIndex, apIpFilterLanPolicyIndex } - ::= { apIpFilterLanPolicyTable 1 } - - - ApIpFilterLanPolicyEntry ::= - SEQUENCE { - apIpFilterLanPolicyIndex - Integer32, - apIpFilterLanPolicyPolicy - DisplayString, - apIpFilterLanPolicyDirection - INTEGER, - apIpFilterLanPolicyAction - INTEGER, - apIpFilterLanPolicyRowStatus - AbbrevRowStatus, - apIpFilterLanPolicyPackets - Counter32 - } - - -- 1.3.6.1.4.1.388.11.3.4.5.3.2.1.1 - apIpFilterLanPolicyIndex OBJECT-TYPE - SYNTAX Integer32 (1..20) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple Index." - ::= { apIpFilterLanPolicyEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.3.2.1.2 - apIpFilterLanPolicyPolicy OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Single Pointer to the Global IP Filter Policy." - ::= { apIpFilterLanPolicyEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.3.2.1.3 - apIpFilterLanPolicyDirection OBJECT-TYPE - SYNTAX INTEGER - { - incoming(1), - outgoing(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP Filter Policy Direction." - ::= { apIpFilterLanPolicyEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.3.2.1.4 - apIpFilterLanPolicyAction OBJECT-TYPE - SYNTAX INTEGER - { - allow(1), - deny(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP Filter Policy Action." - ::= { apIpFilterLanPolicyEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.3.2.1.5 - apIpFilterLanPolicyRowStatus OBJECT-TYPE - SYNTAX AbbrevRowStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Row Status for creation and deletion." - ::= { apIpFilterLanPolicyEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.4.5.3.2.1.6 - apIpFilterLanPolicyPackets OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of packets allowed or denied as a result of this policy." - ::= { apIpFilterLanPolicyEntry 6 } - - --- Reliable Multicast related OIDs. --- This feature converts multicast packets on a WLAN to unicast for reliable delivery. --- This is done for confugred multicast addresses. - -- 1.3.6.1.4.1.388.11.3.4.6 - apReliableMulticast OBJECT IDENTIFIER ::= { apRf 6 } - - - -- 1.3.6.1.4.1.388.11.3.4.6.1 - apReliableMulticastMode OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable / Disable Reliable Multicast feature." - ::= { apReliableMulticast 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.6.2 - apReliableMulticastWlan OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "WLAN (ESSID) on which reliable multicast feature will be enabled." - ::= { apReliableMulticast 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.6.3 - apReliableMulticastMaxStreams OBJECT-TYPE - SYNTAX INTEGER (1..32) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Maximum number of streams to be serviced by the reliable Multicast Feature." - ::= { apReliableMulticast 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.6.4 - apReliableMulticastStandaloneMode OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable / Disable Standalone mode for Reliable Multicast. - In this mode, the AP can operate without a Multicast Router on the network." - ::= { apReliableMulticast 4 } - - - -- 1.3.6.1.4.1.388.11.3.4.6.5 - apReliableMulticastIgmpQueryVersion OBJECT-TYPE - SYNTAX INTEGER - { - igmpv1(1), - igmpv2(2), - igmpv3(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IGMP version for the queries to be sent. - IGMP query is sent on MU association and when standalone mode is enabled." - ::= { apReliableMulticast 5 } - - - -- 1.3.6.1.4.1.388.11.3.4.6.6 - apReliableMulticastIgmpQueryInterval OBJECT-TYPE - SYNTAX INTEGER (30..300) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The IGMP query interval (in seconds) to be used in standalone mode." - ::= { apReliableMulticast 6 } - - - -- 1.3.6.1.4.1.388.11.3.4.6.7 - apReliableMulticastTxMulticast OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Description." - ::= { apReliableMulticast 7 } - - - -- 1.3.6.1.4.1.388.11.3.4.6.8 - apReliableMulticastTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApReliableMulticastEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of IPv4 Multicast addresses configured for Reliable Multicast" - ::= { apReliableMulticast 8 } - - - -- 1.3.6.1.4.1.388.11.3.4.6.8.1 - apReliableMulticastEntry OBJECT-TYPE - SYNTAX ApReliableMulticastEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Entry of IPv4 Multicast addresses configured for Reliable Multicast" - INDEX { apReliableMulticastAddrIndex } - ::= { apReliableMulticastTable 1 } - - - ApReliableMulticastEntry ::= - SEQUENCE { - apReliableMulticastAddrIndex - INTEGER, - apReliableMulticastAddress - IpAddress, - apReliableMulticastTableRowEnable - TruthValue - } - - -- 1.3.6.1.4.1.388.11.3.4.6.8.1.1 - apReliableMulticastAddrIndex OBJECT-TYPE - SYNTAX INTEGER (1..16) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Description." - ::= { apReliableMulticastEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.6.8.1.2 - apReliableMulticastAddress OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IPv4 Multicast Address" - ::= { apReliableMulticastEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.6.8.1.3 - apReliableMulticastTableRowEnable OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Row status for Reliable Multicast address table. Set to FALSE to delete a row. Should be TRUE while creating the row." - ::= { apReliableMulticastEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.4.6.9 - apReliableMulticastMUTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApReliableMulticastMUEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of MUs being serviced by the reliable multicast feature." - ::= { apReliableMulticast 9 } - - - -- 1.3.6.1.4.1.388.11.3.4.6.9.1 - apReliableMulticastMUEntry OBJECT-TYPE - SYNTAX ApReliableMulticastMUEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - INDEX { apReliableMulticastMUStatsIndex } - ::= { apReliableMulticastMUTable 1 } - - - ApReliableMulticastMUEntry ::= - SEQUENCE { - apReliableMulticastMUStatsIndex - INTEGER, - apReliableMulticastMUStatsIPAddr - IpAddress, - apReliableMulticastMUMacAddr - PhysAddress - } - - -- 1.3.6.1.4.1.388.11.3.4.6.9.1.1 - apReliableMulticastMUStatsIndex OBJECT-TYPE - SYNTAX INTEGER (1..32) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Description." - ::= { apReliableMulticastMUEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.4.6.9.1.2 - apReliableMulticastMUStatsIPAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "IPv4 Multicast Address." - ::= { apReliableMulticastMUEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.4.6.9.1.3 - apReliableMulticastMUMacAddr OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Mac Address of Mobile Units." - ::= { apReliableMulticastMUEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.5 - apSwitch OBJECT IDENTIFIER ::= { abgAP 5 } - - - -- 1.3.6.1.4.1.388.11.3.5.1 - apWan OBJECT IDENTIFIER ::= { apSwitch 1 } - - - -- 1.3.6.1.4.1.388.11.3.5.1.1 - apWanVpn OBJECT IDENTIFIER ::= { apWan 1 } - - - -- 1.3.6.1.4.1.388.11.3.5.1.1.1 - apWanVpnTunnelConfig OBJECT IDENTIFIER ::= { apWanVpn 1 } - - - -- 1.3.6.1.4.1.388.11.3.5.1.1.1.1 - apWanVpnKeyAutoTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApWanVpnKeyAutoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of Auto Key Setting entries." - ::= { apWanVpnTunnelConfig 1 } - - - -- 1.3.6.1.4.1.388.11.3.5.1.1.1.1.1 - apWanVpnKeyAutoEntry OBJECT-TYPE - SYNTAX ApWanVpnKeyAutoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - AUGMENTS { ccWanVpnEntry } - ::= { apWanVpnKeyAutoTable 1 } - - - ApWanVpnKeyAutoEntry ::= - SEQUENCE { - apWanVpnKeyAutoSALifeTime - Unsigned32 - } - - -- 1.3.6.1.4.1.388.11.3.5.1.1.1.1.1.1 - apWanVpnKeyAutoSALifeTime OBJECT-TYPE - SYNTAX Unsigned32 (300..4294967295) - UNITS "seconds" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The number of seconds that the security association is valid. - This is an augumentation to ccWanVpnKeyAutoTable and this - particular column for Security Association Life Time has been - added as it was missing from the WS2000 MIB." - DEFVAL { 3600 } - ::= { apWanVpnKeyAutoEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.5.1.2 - apWanPppoe OBJECT IDENTIFIER ::= { apWan 2 } - - - -- 1.3.6.1.4.1.388.11.3.5.1.2.1 - apWanPppoeClientTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApWanPppoeClientEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - ::= { apWanPppoe 1 } - - - -- 1.3.6.1.4.1.388.11.3.5.1.2.1.1 - apWanPppoeClientEntry OBJECT-TYPE - SYNTAX ApWanPppoeClientEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - INDEX { apWanPppoeClientIndex } - ::= { apWanPppoeClientTable 1 } - - - ApWanPppoeClientEntry ::= - SEQUENCE { - apWanPppoeClientIndex - Integer32, - apWanPppoeClientIp - IpAddress, - apWanPppoeClientGateway - IpAddress, - apWanPppoeClientPrimaryDNSServer - IpAddress, - apWanPppoeClientSecondaryDNSServer - IpAddress - } - - -- 1.3.6.1.4.1.388.11.3.5.1.2.1.1.1 - apWanPppoeClientIndex OBJECT-TYPE - SYNTAX Integer32 (1) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Description." - ::= { apWanPppoeClientEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.5.1.2.1.1.2 - apWanPppoeClientIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apWanPppoeClientEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.5.1.2.1.1.3 - apWanPppoeClientGateway OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apWanPppoeClientEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.5.1.2.1.1.4 - apWanPppoeClientPrimaryDNSServer OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apWanPppoeClientEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.5.1.2.1.1.5 - apWanPppoeClientSecondaryDNSServer OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apWanPppoeClientEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.5.1.3 - apWanPort OBJECT IDENTIFIER ::= { apWan 3 } - - - -- 1.3.6.1.4.1.388.11.3.5.1.3.1 - apWanPortAutoNegotiation OBJECT-TYPE - SYNTAX INTEGER - { - disabled(0), - enabled(1) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Wan Ethernet Port Auto-Negotiation Value." - ::= { apWanPort 1 } - - - -- 1.3.6.1.4.1.388.11.3.5.1.3.2 - apWanPortSpeed OBJECT-TYPE - SYNTAX INTEGER - { - tenMbps(0), - hundredMbps(1), - oneGbps(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Wan Ethernet Port Speed Value. - - AP5131 does not support oneGbps." - ::= { apWanPort 2 } - - - -- 1.3.6.1.4.1.388.11.3.5.1.3.3 - apWanPortDuplex OBJECT-TYPE - SYNTAX INTEGER - { - half(0), - full(1) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Wan Ethernet Port Duplex Value." - ::= { apWanPort 3 } - - - -- 1.3.6.1.4.1.388.11.3.5.1.4 - apWanDynDNS OBJECT IDENTIFIER ::= { apWan 4 } - - - -- 1.3.6.1.4.1.388.11.3.5.1.4.1 - apWanDynDNSMode OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable/Disable DynDNS feature on WAN interface." - ::= { apWanDynDNS 1 } - - - -- 1.3.6.1.4.1.388.11.3.5.1.4.2 - apWanDynDNSTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApWanDynDNSEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of DynDNS configuration entries." - ::= { apWanDynDNS 2 } - - - -- 1.3.6.1.4.1.388.11.3.5.1.4.2.1 - apWanDynDNSEntry OBJECT-TYPE - SYNTAX ApWanDynDNSEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - INDEX { apWanDynDNSIndex } - ::= { apWanDynDNSTable 1 } - - - ApWanDynDNSEntry ::= - SEQUENCE { - apWanDynDNSUsername - DisplayString, - apWanDynDNSPassword - DisplayString, - apWanDynDNSHostname - DisplayString, - apWanDynDNSIndex - Integer32 - } - - -- 1.3.6.1.4.1.388.11.3.5.1.4.2.1.1 - apWanDynDNSUsername OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "DynDNS Username which is used to access DynDNS service. - The user has to create an account in the DynDNS.org - site to get a username and password." - ::= { apWanDynDNSEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.5.1.4.2.1.2 - apWanDynDNSPassword OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "DynDNS Password used to access DynDNS service. - The user has to create an account in the DynDNS.org - site to get a username and password" - ::= { apWanDynDNSEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.5.1.4.2.1.3 - apWanDynDNSHostname OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "DynDNS Hostname which has be linked to the WAN IP address. - The hostname entry has to be made in the DynDNS.org site." - ::= { apWanDynDNSEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.5.1.4.2.1.4 - apWanDynDNSIndex OBJECT-TYPE - SYNTAX Integer32 (1) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Index for apWanDynDNSTable." - ::= { apWanDynDNSEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.5.1.4.3 - apWanDynDNSUpdateResponseTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApWanDynDNSUpdateResponseEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table to display the DynDNS update respone." - ::= { apWanDynDNS 3 } - - - -- 1.3.6.1.4.1.388.11.3.5.1.4.3.1 - apWanDynDNSUpdateResponseEntry OBJECT-TYPE - SYNTAX ApWanDynDNSUpdateResponseEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - INDEX { apWanDynDNSUpdateResponseIndex } - ::= { apWanDynDNSUpdateResponseTable 1 } - - - ApWanDynDNSUpdateResponseEntry ::= - SEQUENCE { - apWanDynDNSUpdateHostname - DisplayString, - apWanDynDNSUpdateIp - Integer32, - apWanDynDNSUpdateStatus - Integer32, - apWanDynDNSUpdateResponseIndex - Integer32 - } - - -- 1.3.6.1.4.1.388.11.3.5.1.4.3.1.1 - apWanDynDNSUpdateHostname OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The DynDNS hostname which is linked to the WAN IP Address - in the DynDNS.org database." - ::= { apWanDynDNSUpdateResponseEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.5.1.4.3.1.2 - apWanDynDNSUpdateIp OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The WAN IP address which is linked with the hostname - in the DynDNS.org site." - ::= { apWanDynDNSUpdateResponseEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.5.1.4.3.1.3 - apWanDynDNSUpdateStatus OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "DynDNS update response received from the DynDNS.org." - ::= { apWanDynDNSUpdateResponseEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.5.1.4.3.1.4 - apWanDynDNSUpdateResponseIndex OBJECT-TYPE - SYNTAX Integer32 (1) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Index for apWanDynDNSUpdateResponseTable." - ::= { apWanDynDNSUpdateResponseEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.5.1.4.4 - apWanDynDNSPerformUpdate OBJECT-TYPE - SYNTAX DoActionNow - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Perform Manual DynDNS Update. - An update request to update the WAN IP and hostname - is sent to DynDNS.org." - ::= { apWanDynDNS 4 } - - - -- 1.3.6.1.4.1.388.11.3.5.2 - apLan OBJECT IDENTIFIER ::= { apSwitch 2 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.1 - apLanEnable OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS deprecated - DESCRIPTION - "Enable LAN port." - ::= { apLan 1 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.2 - apLanTimeOut OBJECT-TYPE - SYNTAX INTEGER - { - disabled(1), - hardwareDefect(2), - enabled(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "LAN Timeout Status" - ::= { apLan 2 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.3 - apLanTimeOutValue OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "If LAN is not connected after Timeout period (in seconds), - stop the AP from sending beacons." - ::= { apLan 3 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.4 - apLanVlanEnable OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS obsolete - DESCRIPTION - "Enable VLAN." - ::= { apLan 4 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.5 - apLanAdminVlanTag OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS obsolete - DESCRIPTION - "Management VLAN Tag." - ::= { apLan 5 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.6 - apLanNativeVlanTag OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS obsolete - DESCRIPTION - "Native VLAN Tag." - ::= { apLan 6 } - - --- 802.1x Port Authentication is used to provide --- security and authentication of all wired clients on --- a network. The WS 2000 supports 802.1x port --- authentication for the AP 300 Access Ports connected --- to it. It uses a username and password for all ports --- that can be configured from the wireless switch. - -- 1.3.6.1.4.1.388.11.3.5.2.17 - apLan802dt1xAuth OBJECT IDENTIFIER ::= { apLan 17 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.17.2 - apLan802dt1xAuthLogin OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..64)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "802.1x AP Authentication username." - ::= { apLan802dt1xAuth 2 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.17.3 - apLan802dt1xAuthPass OBJECT-TYPE - SYNTAX Password - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "802.1x AP Authentication password." - ::= { apLan802dt1xAuth 3 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.18 - apLanVlan OBJECT IDENTIFIER ::= { apLan 18 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.18.1 - apVlanTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApVlanEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of VLAN entries." - ::= { apLanVlan 1 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.18.1.1 - apVlanEntry OBJECT-TYPE - SYNTAX ApVlanEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apVlanIndex } - ::= { apVlanTable 1 } - - - ApVlanEntry ::= - SEQUENCE { - apVlanIndex - Integer32, - apVlanId - Integer32, - apVlanName - DisplayString, - apVlanPointerToWlan - MultiPointer63, - apVlanRowStatus - AbbrevRowStatus - } - - -- 1.3.6.1.4.1.388.11.3.5.2.18.1.1.1 - apVlanIndex OBJECT-TYPE - SYNTAX Integer32 (1..16) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple Index (1...16)" - ::= { apVlanEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.18.1.1.2 - apVlanId OBJECT-TYPE - SYNTAX Integer32 (1..4095) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "VLAN id." - ::= { apVlanEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.18.1.1.3 - apVlanName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "VLAN name." - ::= { apVlanEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.18.1.1.4 - apVlanPointerToWlan OBJECT-TYPE - SYNTAX MultiPointer63 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Pointer to WLAN associated with - this particular VLAN." - ::= { apVlanEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.18.1.1.5 - apVlanRowStatus OBJECT-TYPE - SYNTAX AbbrevRowStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Row Status." - ::= { apVlanEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.19 - apSubnet OBJECT IDENTIFIER ::= { apLan 19 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.19.1 - apSubnetTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApSubnetEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of Subnets." - ::= { apSubnet 1 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.19.1.1 - apSubnetEntry OBJECT-TYPE - SYNTAX ApSubnetEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - AUGMENTS { ccSubnetEntry } - ::= { apSubnetTable 1 } - - - ApSubnetEntry ::= - SEQUENCE { - apSubnetDhcpState - INTEGER, - apSubnetVlanEnable - TruthValue, - apSubnetTypeFilterAccessMode - INTEGER, - apSubnetAdminVlanTag - Integer32, - apSubnetNativeVlanTag - Integer32 - } - - -- 1.3.6.1.4.1.388.11.3.5.2.19.1.1.1 - apSubnetDhcpState OBJECT-TYPE - SYNTAX INTEGER - { - dhcpClient(1), - dhcpServer(2), - dhcpNone(3), - dhcpBootp(4) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Specifies how Subnet gets its IP address/mask." - ::= { apSubnetEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.19.1.1.2 - apSubnetVlanEnable OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable VLAN." - ::= { apSubnetEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.19.1.1.3 - apSubnetTypeFilterAccessMode OBJECT-TYPE - SYNTAX INTEGER - { - allow(1), - deny(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Packets can either be Forwarded or - Discarded." - ::= { apSubnetEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.19.1.1.4 - apSubnetAdminVlanTag OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Management VLAN Tag." - ::= { apSubnetEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.19.1.1.5 - apSubnetNativeVlanTag OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Native VLAN Tag." - ::= { apSubnetEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.20 - apLanTypeFilterAccessMode OBJECT-TYPE - SYNTAX INTEGER - { - allow(1), - deny(2) - } - MAX-ACCESS read-write - STATUS obsolete - DESCRIPTION - "Packets can either be Forwarded or - Discarded." - ::= { apLan 20 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.21 - apLanTypeFilterTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApLanTypeFilterEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table describing ACLs for allowing or denying, - (depending on default behavior for the WLAN - specified in apLanTypeFilterAccessMode), MU - association with each WLAN." - ::= { apLan 21 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.21.1 - apLanTypeFilterEntry OBJECT-TYPE - SYNTAX ApLanTypeFilterEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apLanTypeFilterSubnetIndex, apLanTypeFilterIndex } - ::= { apLanTypeFilterTable 1 } - - - ApLanTypeFilterEntry ::= - SEQUENCE { - apLanTypeFilterSubnetIndex - Integer32, - apLanTypeFilterIndex - Integer32, - apLanTypeFilter - EthernetType, - apLanTypeFilterRowStatus - AbbrevRowStatus - } - - -- 1.3.6.1.4.1.388.11.3.5.2.21.1.1 - apLanTypeFilterSubnetIndex OBJECT-TYPE - SYNTAX Integer32 (1..2) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Subnet Index for Type Filter" - ::= { apLanTypeFilterEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.21.1.2 - apLanTypeFilterIndex OBJECT-TYPE - SYNTAX Integer32 (1..16) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple index." - ::= { apLanTypeFilterEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.21.1.3 - apLanTypeFilter OBJECT-TYPE - SYNTAX EthernetType - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Ethernet type to be filtered." - ::= { apLanTypeFilterEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.21.1.4 - apLanTypeFilterRowStatus OBJECT-TYPE - SYNTAX AbbrevRowStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Row status." - ::= { apLanTypeFilterEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.22 - apLanEthernetPort OBJECT-TYPE - SYNTAX INTEGER - { - lan1(1), - lan2(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The Subnet to which the LAN ethernet port is mapped." - ::= { apLan 22 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.23 - apLanBridgeTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApLanBridgeEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table for Bridge Spanning Tree for a Subnet." - ::= { apLan 23 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.23.1 - apLanBridgeEntry OBJECT-TYPE - SYNTAX ApLanBridgeEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - AUGMENTS { ccSubnetEntry } - ::= { apLanBridgeTable 1 } - - - ApLanBridgeEntry ::= - SEQUENCE { - apLanBridgePriority - Integer32, - apLanBridgeMaxMsgAge - Integer32, - apLanBridgeHelloTime - Integer32, - apLanBridgeFwdDelay - Integer32, - apLanBridgeEntryAgeout - Integer32 - } - - -- 1.3.6.1.4.1.388.11.3.5.2.23.1.1 - apLanBridgePriority OBJECT-TYPE - SYNTAX Integer32 (0..65535) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Bridge Priority" - ::= { apLanBridgeEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.23.1.2 - apLanBridgeMaxMsgAge OBJECT-TYPE - SYNTAX Integer32 (6..40) - UNITS "seconds" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Bridge Max Message Age Time." - ::= { apLanBridgeEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.23.1.3 - apLanBridgeHelloTime OBJECT-TYPE - SYNTAX Integer32 (1..10) - UNITS "seconds" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Bridge Hello Time." - ::= { apLanBridgeEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.23.1.4 - apLanBridgeFwdDelay OBJECT-TYPE - SYNTAX Integer32 (4..30) - UNITS "seconds" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Bridge Forward Delay." - ::= { apLanBridgeEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.23.1.5 - apLanBridgeEntryAgeout OBJECT-TYPE - SYNTAX Integer32 (4..3600) - UNITS "seconds" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Bridge Forwarding Database Ageout value." - ::= { apLanBridgeEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.24 - apLanPort OBJECT IDENTIFIER ::= { apLan 24 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.24.1 - apLanPortAutoNegotiation OBJECT-TYPE - SYNTAX INTEGER - { - disabled(0), - enabled(1) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Lan Ethernet Port Auto-Negotiation Value." - ::= { apLanPort 1 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.24.2 - apLanPortSpeed OBJECT-TYPE - SYNTAX INTEGER - { - tenMbps(0), - hundredMbps(1), - oneGbps(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Lan Ethernet Port Speed Value. - - AP5131 does not support oneGbps." - ::= { apLanPort 2 } - - - -- 1.3.6.1.4.1.388.11.3.5.2.24.3 - apLanPortDuplex OBJECT-TYPE - SYNTAX INTEGER - { - half(0), - full(1) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Lan Ethernet Port Duplex Value." - ::= { apLanPort 3 } - - - -- 1.3.6.1.4.1.388.11.3.5.3 - apWnmpPing OBJECT IDENTIFIER ::= { apSwitch 3 } - - - -- 1.3.6.1.4.1.388.11.3.5.3.1 - apWnmpPingDestMu OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Ping Destination MU Mac Address. This address has to match - one of the MU's in the ccMUInfo table." - ::= { apWnmpPing 1 } - - - -- 1.3.6.1.4.1.388.11.3.5.3.2 - apWnmpPingDestAP OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Ping Destination AP Mac Address. This address has to match - one of the AP's in apKnownApTable." - ::= { apWnmpPing 2 } - - - -- 1.3.6.1.4.1.388.11.3.5.3.3 - apWnmpPingDest OBJECT-TYPE - SYNTAX INTEGER - { - mu(1), - ap(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The destination type of the ping. It can be either an MU - or an AP." - ::= { apWnmpPing 3 } - - - -- 1.3.6.1.4.1.388.11.3.5.3.4 - apWnmpPingNum OBJECT-TYPE - SYNTAX Integer32 (1..539) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Number of pings." - ::= { apWnmpPing 4 } - - - -- 1.3.6.1.4.1.388.11.3.5.3.5 - apWnmpPingPacketLength OBJECT-TYPE - SYNTAX Integer32 (1..539) - UNITS "byte" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Length of the Wnmp ping packet." - ::= { apWnmpPing 5 } - - - -- 1.3.6.1.4.1.388.11.3.5.3.6 - apWnmpPingPacketData OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (1)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The one-byte data pattern used to fill the Wnmp ping packet." - ::= { apWnmpPing 6 } - - - -- 1.3.6.1.4.1.388.11.3.5.3.7 - apWnmpPingAction OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Start and stop ping. Switching from stop to start state - will reset apWnmpPingNumResponses to 0." - ::= { apWnmpPing 7 } - - - -- 1.3.6.1.4.1.388.11.3.5.3.8 - apWnmpPingNumResponses OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of ping responses received from the destination." - ::= { apWnmpPing 8 } - - - -- 1.3.6.1.4.1.388.11.3.5.4 - apFlashLed OBJECT IDENTIFIER ::= { apSwitch 4 } - - - -- 1.3.6.1.4.1.388.11.3.5.4.1 - apFlashLedDestAP OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Led flash destination AP Mac Address. This address has to - match one of the AP's in apKnownApTable." - ::= { apFlashLed 1 } - - - -- 1.3.6.1.4.1.388.11.3.5.4.2 - apFlashLedAction OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Turn the led action on or off." - ::= { apFlashLed 2 } - - - -- 1.3.6.1.4.1.388.11.3.5.5 - apKnownAPList OBJECT IDENTIFIER ::= { apSwitch 5 } - - - -- 1.3.6.1.4.1.388.11.3.5.5.1 - apKnownApTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApKnownApEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of Known AP Lists." - ::= { apKnownAPList 1 } - - - -- 1.3.6.1.4.1.388.11.3.5.5.1.1 - apKnownApEntry OBJECT-TYPE - SYNTAX ApKnownApEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apKnownApIndex } - ::= { apKnownApTable 1 } - - - ApKnownApEntry ::= - SEQUENCE { - apKnownApIndex - Integer32, - apKnownApMac - PhysAddress, - apKnownApIp - IpAddress, - apKnownApChannel1 - Integer32, - apKnownApChannel2 - Integer32, - apKnownApMu - Integer32, - apKnownApKbPerSec - Integer32, - apKnownApPktsPerSec - Integer32, - apKnownApRadioType1 - INTEGER, - apKnownApRadioType2 - INTEGER, - apKnownApType - INTEGER, - apKnownApFwVers - DisplayString, - apKnownApUnitName - DisplayString, - apKnownApEssName - DisplayString, - apKnownApSendCfg - DoActionNow, - apKnownApSendCfgStatus - TruthValue, - apKnownApRadio1ClientBridgeMac1 - PhysAddress, - apKnownApRadio1ClientBridgeMac2 - PhysAddress, - apKnownApRadio1ClientBridgeMac3 - PhysAddress, - apKnownApRadio2ClientBridgeMac1 - PhysAddress, - apKnownApRadio2ClientBridgeMac2 - PhysAddress, - apKnownApRadio2ClientBridgeMac3 - PhysAddress - } - - -- 1.3.6.1.4.1.388.11.3.5.5.1.1.1 - apKnownApIndex OBJECT-TYPE - SYNTAX Integer32 (1..128) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple Index." - ::= { apKnownApEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.5.5.1.1.2 - apKnownApMac OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "MAC Address of the LAN port" - ::= { apKnownApEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.5.5.1.1.3 - apKnownApIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "IP Address of the LAN port" - ::= { apKnownApEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.5.5.1.1.4 - apKnownApChannel1 OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Channel for Radio1 in Dual Radio setup" - ::= { apKnownApEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.5.5.1.1.5 - apKnownApChannel2 OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Channel for Radio2 in Dual Radio setup" - ::= { apKnownApEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.5.5.1.1.6 - apKnownApMu OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of MUs associated." - ::= { apKnownApEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.5.5.1.1.7 - apKnownApKbPerSec OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Kilo Bytes in/out per second." - ::= { apKnownApEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.5.5.1.1.8 - apKnownApPktsPerSec OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of combined input and output packets per sec" - ::= { apKnownApEntry 8 } - - - -- 1.3.6.1.4.1.388.11.3.5.5.1.1.9 - apKnownApRadioType1 OBJECT-TYPE - SYNTAX INTEGER - { - radioA(1), - radioB(2), - radioBG(3), - radioFH(4), - radioN(5) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Radio Type of the first radio in Dual Radio setup" - ::= { apKnownApEntry 9 } - - - -- 1.3.6.1.4.1.388.11.3.5.5.1.1.10 - apKnownApRadioType2 OBJECT-TYPE - SYNTAX INTEGER - { - radioA(1), - radioB(2), - radioBG(3), - radioFH(4), - radioN(5) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Radio Type of the second radio in Dual Radio setup" - ::= { apKnownApEntry 10 } - - - -- 1.3.6.1.4.1.388.11.3.5.5.1.1.11 - apKnownApType OBJECT-TYPE - SYNTAX INTEGER - { - unknown(0), - ap5131(1), - ap4131(2), - ap41x1(3), - ap302x(4), - ap71x1(5) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Hardware Type." - ::= { apKnownApEntry 11 } - - - -- 1.3.6.1.4.1.388.11.3.5.5.1.1.12 - apKnownApFwVers OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Firmware Version" - ::= { apKnownApEntry 12 } - - - -- 1.3.6.1.4.1.388.11.3.5.5.1.1.13 - apKnownApUnitName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "System Name." - ::= { apKnownApEntry 13 } - - - -- 1.3.6.1.4.1.388.11.3.5.5.1.1.14 - apKnownApEssName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "ESSID of the particular WLAN." - ::= { apKnownApEntry 14 } - - - -- 1.3.6.1.4.1.388.11.3.5.5.1.1.15 - apKnownApSendCfg OBJECT-TYPE - SYNTAX DoActionNow - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Copy Configuration file button. - When set to 1 the config file of our AP shall be copied - onto the Known AP specified." - ::= { apKnownApEntry 15 } - - - -- 1.3.6.1.4.1.388.11.3.5.5.1.1.16 - apKnownApSendCfgStatus OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Whether a copy cfg operation succeeded. - " - ::= { apKnownApEntry 16 } - - - -- 1.3.6.1.4.1.388.11.3.5.5.1.1.17 - apKnownApRadio1ClientBridgeMac1 OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Client Bridge MAC Address 1 on Radio 1." - ::= { apKnownApEntry 17 } - - - -- 1.3.6.1.4.1.388.11.3.5.5.1.1.18 - apKnownApRadio1ClientBridgeMac2 OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Client Bridge MAC Address 2 on Radio 1." - ::= { apKnownApEntry 18 } - - - -- 1.3.6.1.4.1.388.11.3.5.5.1.1.19 - apKnownApRadio1ClientBridgeMac3 OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Client Bridge MAC Address 3 on Radio 1." - ::= { apKnownApEntry 19 } - - - -- 1.3.6.1.4.1.388.11.3.5.5.1.1.20 - apKnownApRadio2ClientBridgeMac1 OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Client Bridge MAC Address 1 on Radio 2." - ::= { apKnownApEntry 20 } - - - -- 1.3.6.1.4.1.388.11.3.5.5.1.1.21 - apKnownApRadio2ClientBridgeMac2 OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Client Bridge MAC Address 2 on Radio 2." - ::= { apKnownApEntry 21 } - - - -- 1.3.6.1.4.1.388.11.3.5.5.1.1.22 - apKnownApRadio2ClientBridgeMac3 OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Client Bridge MAC Address 3 on Radio 2." - ::= { apKnownApEntry 22 } - - - -- 1.3.6.1.4.1.388.11.3.5.6 - apAap OBJECT IDENTIFIER ::= { apSwitch 6 } - - - -- 1.3.6.1.4.1.388.11.3.5.6.1 - apAapSwitchAutoDiscoveryEnable OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The value true means Hybrid AP Switch Auto Discovery - is enabled and false means it is disabled." - ::= { apAap 1 } - - - -- 1.3.6.1.4.1.388.11.3.5.6.2 - apAapSwitchDiscoveryInterface OBJECT-TYPE - SYNTAX INTEGER - { - wan(1), - lan1(2), - lan2(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Hybrid AP Switch Discovery Interface." - ::= { apAap 2 } - - - -- 1.3.6.1.4.1.388.11.3.5.6.3 - apAapSwitchDiscoveryIPAddressTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApAapSwitchDiscoveryIPAddressEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of static IP addresses used in Switch Discovery for Hybrid AP. " - ::= { apAap 3 } - - - -- 1.3.6.1.4.1.388.11.3.5.6.3.1 - apAapSwitchDiscoveryIPAddressEntry OBJECT-TYPE - SYNTAX ApAapSwitchDiscoveryIPAddressEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "apSwitchDiscoveryIPAddressEntry" - INDEX { apAapSwitchDiscoveryIPAddressIndex } - ::= { apAapSwitchDiscoveryIPAddressTable 1 } - - - ApAapSwitchDiscoveryIPAddressEntry ::= - SEQUENCE { - apAapSwitchDiscoveryIPAddressIndex - Integer32, - apAapSwitchDiscoveryIPAddress - IpAddress, - apAapSwitchDiscoveryIPAddressRowStatus - INTEGER - } - - -- 1.3.6.1.4.1.388.11.3.5.6.3.1.1 - apAapSwitchDiscoveryIPAddressIndex OBJECT-TYPE - SYNTAX Integer32 (1..6) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple Index (1...6)" - ::= { apAapSwitchDiscoveryIPAddressEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.5.6.3.1.2 - apAapSwitchDiscoveryIPAddress OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Hybrid AP Switch Discovery IP Address." - ::= { apAapSwitchDiscoveryIPAddressEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.5.6.3.1.3 - apAapSwitchDiscoveryIPAddressRowStatus OBJECT-TYPE - SYNTAX INTEGER { destroy(1) } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Simple Row Status." - ::= { apAapSwitchDiscoveryIPAddressEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.5.6.4 - apAapSwitchDiscoveryDomainName OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..127)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Hybrid AP Switch Discovery Domain Name." - ::= { apAap 4 } - - - -- 1.3.6.1.4.1.388.11.3.5.6.5 - apAapSwitchDiscoveryPort OBJECT-TYPE - SYNTAX Integer32 (1..65535) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Hybrid AP Switch Discovery Port." - ::= { apAap 5 } - - - -- 1.3.6.1.4.1.388.11.3.5.6.6 - apAapPassphrase OBJECT-TYPE - SYNTAX Password (SIZE (0..63)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Hybrid AP Passphrase. Before the AP sends the - first packet to request mode and configuration, - the switch and the AP should establish a - secure link with this pre-shared key or passphrase." - ::= { apAap 6 } - - - -- 1.3.6.1.4.1.388.11.3.5.6.7 - apAapTunnelToSwitchEnable OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This boolean is used by the AP to determine if it - needs to establish a secure IPSEC tunnel to the switch." - ::= { apAap 7 } - - - -- 1.3.6.1.4.1.388.11.3.5.6.8 - apAapAcKeepAlive OBJECT-TYPE - SYNTAX Integer32 (1..10) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "AC Keepalive Period." - ::= { apAap 8 } - - - -- 1.3.6.1.4.1.388.11.3.5.6.9 - apAapAdoptionState OBJECT-TYPE - SYNTAX INTEGER - { - standAlone(1), - waiting(2), - adoptionFailed(3), - adopted(4), - connectionLoss(5) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The adoption state of the hybrid AP." - ::= { apAap 9 } - - - -- 1.3.6.1.4.1.388.11.3.5.6.10 - apAapAdoptingSwitchIP OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The IP address of the switch that has currently adopted this - hybrid AP. - If the AP is not adopted it gives the IP address of - the switch that last adopted the AP. - This value is null if the AP has never been adopted." - ::= { apAap 10 } - - - -- 1.3.6.1.4.1.388.11.3.6 - apNotifications OBJECT IDENTIFIER ::= { abgAP 6 } - - - -- 1.3.6.1.4.1.388.11.3.6.1 - apMuVlan NOTIFICATION-TYPE - OBJECTS { apTrapMuMac, apTrapRadioMac, apTrapVlanId } - STATUS current - DESCRIPTION - "A MU has been associated with this Radio Address." - ::= { apNotifications 1 } - - - -- 1.3.6.1.4.1.388.11.3.6.2 - apLanMonitor NOTIFICATION-TYPE - OBJECTS { apTrapLanMonitorMode, apTrapLanMonitorReason } - STATUS current - DESCRIPTION - "Radios are either been SHUTTING DOWN or RESTORING - because of a certain activity at LAN Port." - ::= { apNotifications 2 } - - - -- 1.3.6.1.4.1.388.11.3.6.3 - apWpaCounterMeasure NOTIFICATION-TYPE - OBJECTS { apTrapWpaCounterMeasureEssid } - STATUS current - DESCRIPTION - "When a subsequent MIC failure occurs within 60 seconds - of the preceding failure, the AP will disassociate all - associated STAs. The AP will not deliver any class 3 TKIP - encrypted data frames to or from any peer as well as - disallow new associations for a period of 60 seconds." - ::= { apNotifications 3 } - - - -- 1.3.6.1.4.1.388.11.3.6.4 - apMuHotspotState NOTIFICATION-TYPE - OBJECTS { apTrapCtrlMuMac, apTrapCtrlMuHotspotStateChange } - STATUS current - DESCRIPTION - "An MU is either Authenticated or Deauthenticated - on a Hotspot enabled WLAN. Upon authenticating with a - Radius Server the state of the MU is changed from HOTSPOT - to DATA_READY and the vice versa upon Time out or - Logging out of that particular MU." - ::= { apNotifications 4 } - - - -- 1.3.6.1.4.1.388.11.3.6.5 - apDynDNSUpdate NOTIFICATION-TYPE - OBJECTS { apTrapCtrlDynDNSUpdateIp, apTrapCtrlDynDNSUpdateHostname, apTrapCtrlDynDNSUpdateStatus } - STATUS current - DESCRIPTION - "A DynDNS Update has been sent to DynDns.org" - ::= { apNotifications 5 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000 - apTrapCtrl OBJECT IDENTIFIER ::= { apNotifications 1000 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.1 - apTrapCtrlEnableTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApTrapCtrlEnableEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of Trap Enable entries." - ::= { apTrapCtrl 1 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.1.1 - apTrapCtrlEnableEntry OBJECT-TYPE - SYNTAX ApTrapCtrlEnableEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apTrapCtrlEnableIndex } - ::= { apTrapCtrlEnableTable 1 } - - - ApTrapCtrlEnableEntry ::= - SEQUENCE { - apTrapCtrlEnableIndex - Integer32, - apTrapCtrlEnableName - DisplayString, - apTrapCtrlEnable - TruthValue - } - - -- 1.3.6.1.4.1.388.11.3.6.1000.1.1.1 - apTrapCtrlEnableIndex OBJECT-TYPE - SYNTAX Integer32 (1..17) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple Index." - ::= { apTrapCtrlEnableEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.1.1.2 - apTrapCtrlEnableName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Name of the Trap." - ::= { apTrapCtrlEnableEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.1.1.3 - apTrapCtrlEnable OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable/Disbale a particular Trap." - ::= { apTrapCtrlEnableEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.2 - apTrapCtrlRateLimit OBJECT-TYPE - SYNTAX Unsigned32 (0..300) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The max rate at which SNMP - traps/notifications will be sent from the switch. - - If the switch detects a particular condition and - it has NOT been at least this many seconds since the - last trap/notification, this current - event will NOT result in a trap/notification. - - If this value is set to 0, every such event results in a - trap/notification. - - Factory-default state is 10 [seconds]. - " - ::= { apTrapCtrl 2 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.3 - apTrapCtrlSumStats OBJECT IDENTIFIER ::= { apTrapCtrl 3 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.3.1 - apTrapCtrlSumStatsTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApTrapCtrlSumStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table configures thresholds that can be monitored for - - all MUs and/or - - all Portals and/or - - all WLANs and/or - - for the entire switch - - When a given threshold is crossed, it generates the - appropriate corresponding notification, (ccSumStats_: - _MU, _Portal, _WLAN, or _Switch). - - Some thresholds result in notifications when exceeded, and - some when the current value sinks below the threshold. - This is indicated by the wording of the entry in - the entry's _Descr value. - - In all cases, the summary stat being monitored is the Short - value, never the Long value. - - Note that for thresholds of type thresholdsAvgMuSignal & - thresholdsAvgMuNoise, the values being 'watched' are - actually negative. In these cases the threshold is - specified as a Unsigned32. For example, if you wish to - trap on Signal being worse than -75dBm, enter '70'. This - works since a user would never want to trap on a threshold - of Sinal worse than +10dBm. (SNR is not an issue, since - that is a positive value). - - Any values reported as var-binds in the resultant trap(s) - are likewise reported as positive values." - ::= { apTrapCtrlSumStats 1 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.3.1.1 - apTrapCtrlSumStatsEntry OBJECT-TYPE - SYNTAX ApTrapCtrlSumStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "The rows/instances in this table occur at the exact same - indices as the corresponding monitored data occurs in the - _SumStats tables. - - For example, row #2 / instance .2 represents the - threshold(s) for the _PktsPerSec values for MU, Portal, - WLAN, and Switch. - - If a given threshold does not make sense for one of those - 4 entities, its corresponding TruthValue will be false." - INDEX { apTrapCtrlSumStatsIndex } - ::= { apTrapCtrlSumStatsTable 1 } - - - ApTrapCtrlSumStatsEntry ::= - SEQUENCE { - apTrapCtrlSumStatsIndex - INTEGER, - apTrapCtrlSumStatsDescr - DisplayString, - apTrapCtrlSumStatsUnits - DisplayString, - apTrapCtrlSumStatsCanBeSetMu - TruthValue, - apTrapCtrlSumStatsThresholdMu - Unsigned32, - apTrapCtrlSumStatsCanBeSetRadioA - TruthValue, - apTrapCtrlSumStatsThresholdRadioA - Unsigned32, - apTrapCtrlSumStatsCanBeSetRadioBG - TruthValue, - apTrapCtrlSumStatsThresholdRadioBG - Unsigned32, - apTrapCtrlSumStatsCanBeSetWlan - TruthValue, - apTrapCtrlSumStatsThresholdWlans - Unsigned32, - apTrapCtrlSumStatsCanBeSetAccessPoint - TruthValue, - apTrapCtrlSumStatsThresholdAccessPoint - Unsigned32, - apTrapCtrlSumStatsCanBeSetRadioN5000MHz - TruthValue, - apTrapCtrlSumStatsThresholdRadioN5000MHz - Unsigned32, - apTrapCtrlSumStatsCanBeSetRadioN2400MHz - TruthValue, - apTrapCtrlSumStatsThresholdRadioN2400MHz - Unsigned32 - } - - -- 1.3.6.1.4.1.388.11.3.6.1000.3.1.1.1 - apTrapCtrlSumStatsIndex OBJECT-TYPE - SYNTAX INTEGER - { - unusedTimestamp(1), - unusedNumPkts(2), - thresholdsPktsPerSec(3), - unusedPktsPerSecTx(4), - unusedPktsPerSecRx(5), - thresholdsThroughput(6), - unusedThroughputTx(7), - unusedThroughputRx(8), - thresholdsAvgBitSpeed(9), - thresholdsAvgMuSignal(10), - thresholdsAvgMuNoise(11), - thresholdsAvgMuSnr(12), - thresholdsPctNUcastPkts(13), - thresholdsPpmTxWithRetires(14), - thresholdsPpmTxDropped(15), - thresholdsTxAvgRetries(16), - thresholdsPpmRxUndecrypt(17), - thresholdsTotalMus(18), - thresholdsPctRfUtil(19), - thresholdsPctDropped(20) - } - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Index into table. Note that specific thresholds occur at - specific instance values as denoted by the enumeration - values assigned to this variable." - ::= { apTrapCtrlSumStatsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.3.1.1.2 - apTrapCtrlSumStatsDescr OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description of the threshold." - ::= { apTrapCtrlSumStatsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.3.1.1.3 - apTrapCtrlSumStatsUnits OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Units of the threshold." - ::= { apTrapCtrlSumStatsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.3.1.1.4 - apTrapCtrlSumStatsCanBeSetMu OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "If true, the threshold can be set for MUs. - If false, attempting the threshold will return a READ-ONLY." - ::= { apTrapCtrlSumStatsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.3.1.1.5 - apTrapCtrlSumStatsThresholdMu OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The threshold for all MUs. - If 0, no threshold checking is performed.( multipled by 100)" - ::= { apTrapCtrlSumStatsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.3.1.1.6 - apTrapCtrlSumStatsCanBeSetRadioA OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "If true, the threshold can be set for radio a. - If false, attempting the threshold will return a READ-ONLY. - - Note that this object does not apply to 802.11n radios. - - Please use either apTrapCtrlSumStatsCanBeSetRadioN2400MHz or - apTrapCtrlSumStatsCanBeSetRadioN5000MHz for 802.11n radios." - ::= { apTrapCtrlSumStatsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.3.1.1.7 - apTrapCtrlSumStatsThresholdRadioA OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The threshold for radio a. - If 0, no threshold checking is performed.( multipled by 100, - except for 'No. of MUs associated', index 9) - - Note that this object does not apply to 802.11n radios. - - Please use either apTrapCtrlSumStatsThresholdRadioN2400MHz or - apTrapCtrlSumStatsThresholdRadioN5000MHz for 802.11n radios." - ::= { apTrapCtrlSumStatsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.3.1.1.8 - apTrapCtrlSumStatsCanBeSetRadioBG OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "If true, the threshold can be set for radio b/g. - If false, attempting the threshold will return a READ-ONLY. - - Note that this object does not apply to 802.11n radios. - - Please use either apTrapCtrlSumStatsCanBeSetRadioN2400MHz or - apTrapCtrlSumStatsCanBeSetRadioN5000MHz for 802.11n radios." - ::= { apTrapCtrlSumStatsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.3.1.1.9 - apTrapCtrlSumStatsThresholdRadioBG OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The threshold for radio b/g. - If 0, no threshold checking is performed.( multipled by 100, - except for 'No. of MUs associated', index 9) - - Note that this object does not apply to 802.11n radios. - - Please use either apTrapCtrlSumStatsThresholdRadioN2400MHz or - apTrapCtrlSumStatsThresholdRadioN5000MHz for 802.11n radios." - ::= { apTrapCtrlSumStatsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.3.1.1.10 - apTrapCtrlSumStatsCanBeSetWlan OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "If true, the threshold can be set for Wlans. - If false, attempting the threshold will return a READ-ONLY." - ::= { apTrapCtrlSumStatsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.3.1.1.11 - apTrapCtrlSumStatsThresholdWlans OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The threshold for all Wlans. - If 0, no threshold checking is performed.( multipled by 100, except for 'No. of MUs associated', index 9)" - ::= { apTrapCtrlSumStatsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.3.1.1.12 - apTrapCtrlSumStatsCanBeSetAccessPoint OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "If true, the threshold can be set for the entire access point. - If false, attempting the threshold will return a READ-ONLY." - ::= { apTrapCtrlSumStatsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.3.1.1.13 - apTrapCtrlSumStatsThresholdAccessPoint OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The threshold for the entire Access Point. - If 0, no threshold checking is performed.( multipled by 100, except for 'No. of MUs associated', index 9)" - ::= { apTrapCtrlSumStatsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.3.1.1.14 - apTrapCtrlSumStatsCanBeSetRadioN5000MHz OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "If true, the threshold can be set for radio n, 5.0 GHz frequency band. - If false, attempting the threshold will return a READ-ONLY." - ::= { apTrapCtrlSumStatsEntry 14 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.3.1.1.15 - apTrapCtrlSumStatsThresholdRadioN5000MHz OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The threshold for radio n, 5.0 GHz frequency band. - If 0, no threshold checking is performed.( multipled by 100, - except for 'No. of MUs associated', index 9)." - ::= { apTrapCtrlSumStatsEntry 15 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.3.1.1.16 - apTrapCtrlSumStatsCanBeSetRadioN2400MHz OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "If true, the threshold can be set for radio n, 2.4 GHz frequency band. - If false, attempting the threshold will return a READ-ONLY." - ::= { apTrapCtrlSumStatsEntry 16 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.3.1.1.17 - apTrapCtrlSumStatsThresholdRadioN2400MHz OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The threshold for radio n, 2.4 GHz frequency band. - If 0, no threshold checking is performed.( multipled by 100, - except for 'No. of MUs associated', index 9)." - ::= { apTrapCtrlSumStatsEntry 17 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.4 - apTrapMuVlan OBJECT IDENTIFIER ::= { apTrapCtrl 4 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.4.1 - apTrapMuMac OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "MU that has been associated." - ::= { apTrapMuVlan 1 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.4.2 - apTrapRadioMac OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Radio to be which MU has been associated." - ::= { apTrapMuVlan 2 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.4.3 - apTrapVlanId OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Dynamic VLAN ID assigned to the MU." - ::= { apTrapMuVlan 3 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.5 - apTrapLanMonitor OBJECT IDENTIFIER ::= { apTrapCtrl 5 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.5.1 - apTrapLanMonitorMode OBJECT-TYPE - SYNTAX INTEGER - { - radioShutdown(1), - radioRestore(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Action taken by the Radios either Shutting Down - or Restoring Up." - ::= { apTrapLanMonitor 1 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.5.2 - apTrapLanMonitorReason OBJECT-TYPE - SYNTAX INTEGER - { - disabled(1), - hardwareDetect(2), - timeout(3) - } - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Activity at the LAN port which caused this - event to happen." - ::= { apTrapLanMonitor 2 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.6 - apTrapWpaCounterMeasure OBJECT IDENTIFIER ::= { apTrapCtrl 6 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.6.1 - apTrapWpaCounterMeasureEssid OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "ESSID for which MIC failure happened." - ::= { apTrapWpaCounterMeasure 1 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.7 - apTrapCtrlMuHotspotState OBJECT IDENTIFIER ::= { apTrapCtrl 7 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.7.1 - apTrapCtrlMuMac OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "The MAC Address of the MU which undergoes a state - changed on a Hotspot enabled WLAN." - ::= { apTrapCtrlMuHotspotState 1 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.7.2 - apTrapCtrlMuHotspotStateChange OBJECT-TYPE - SYNTAX INTEGER - { - fromHotspotToDataReady(1), - fromDataReadyToHotspot(2) - } - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "The change in the state of an MU associated on - a Hotspot enabled WLAN." - ::= { apTrapCtrlMuHotspotState 2 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.8 - apTrapCtrlDynDNSUpdate OBJECT IDENTIFIER ::= { apTrapCtrl 8 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.8.1 - apTrapCtrlDynDNSUpdateIp OBJECT-TYPE - SYNTAX OCTET STRING - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Description." - ::= { apTrapCtrlDynDNSUpdate 1 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.8.2 - apTrapCtrlDynDNSUpdateHostname OBJECT-TYPE - SYNTAX OCTET STRING - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Description." - ::= { apTrapCtrlDynDNSUpdate 2 } - - - -- 1.3.6.1.4.1.388.11.3.6.1000.8.3 - apTrapCtrlDynDNSUpdateStatus OBJECT-TYPE - SYNTAX OCTET STRING - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Description." - ::= { apTrapCtrlDynDNSUpdate 3 } - - - -- 1.3.6.1.4.1.388.11.3.7 - apRap OBJECT IDENTIFIER ::= { abgAP 7 } - - - -- 1.3.6.1.4.1.388.11.3.7.1 - apRapControl OBJECT IDENTIFIER ::= { apRap 1 } - - - -- 1.3.6.1.4.1.388.11.3.7.1.1 - apRapControlDetectors OBJECT IDENTIFIER ::= { apRapControl 1 } - - - -- 1.3.6.1.4.1.388.11.3.7.1.1.1 - apRapDetectorMode OBJECT-TYPE - SYNTAX INTEGER - { - scanDisable(1), - scanA(2), - scanBG(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Detector Mode and Band for RF scan. - It can either be specified to A band or BG band. - - This setting does not apply to 802.11n radios." - ::= { apRapControlDetectors 1 } - - - -- 1.3.6.1.4.1.388.11.3.7.1.1.2 - apRapDetectorABGMode OBJECT-TYPE - SYNTAX INTEGER - { - disable(0), - enable(1) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Detector Mode to scan both A and BG Bands. - apRapDetectorMode is used to determine which radio to use. - - This setting does not apply to 802.11n radios." - ::= { apRapControlDetectors 2 } - - --- Values used to initiate (via FTP only), a --- download of a configuration file to the switch, --- or an upload of a configuration file from the --- switch. --- --- All items in this group persist across reboots, --- except: _CfgOperation and _CfgStart. - -- 1.3.6.1.4.1.388.11.3.8 - apLoadCfg OBJECT IDENTIFIER ::= { abgAP 8 } - - - -- 1.3.6.1.4.1.388.11.3.8.1 - apLoadCfgOperation OBJECT-TYPE - SYNTAX INTEGER - { - unspecified(1), - ftpConfigServerToAP(2), - ftpConfigAPToServer(3), - tftpConfigServerToAP(4), - tftpConfigAPToServer(5), - sftpConfigServerToAP(6), - sftpConfigAPToServer(7) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Specifies the type and direction of the transfer to - perform involving the configuration file." - ::= { apLoadCfg 1 } - - - -- 1.3.6.1.4.1.388.11.3.8.2 - apLoadCfgServerPath OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..39)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The path to the firmware on the SFTP/TFTP/FTP server. - - Remember that the type of separator varies - depending on the operating system of the server. - For Windows, use '\', for Unix use '/'. - - No path need be specified, (in which case the - default directory for the SFTP/TFTP/FTP server - will be used); if a path is specified, remember - to terminate it with a trailing '/' or '\'." - ::= { apLoadCfg 2 } - - - -- 1.3.6.1.4.1.388.11.3.8.3 - apLoadCfgServerFilename OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..39)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The name, (on the server), of the configuration - file to load/store from/to the server." - ::= { apLoadCfg 3 } - - - -- 1.3.6.1.4.1.388.11.3.8.4 - apLoadCfgServerIpAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP address of the server used for a - configuration file load/store operation." - ::= { apLoadCfg 4 } - - - -- 1.3.6.1.4.1.388.11.3.8.5 - apLoadCfgFtpUsername OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..39)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Username for FTP LoadCfg operations." - ::= { apLoadCfg 5 } - - - -- 1.3.6.1.4.1.388.11.3.8.6 - apLoadCfgFtpPassword OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..39)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Password for FTP LoadCfg operations." - ::= { apLoadCfg 6 } - - - -- 1.3.6.1.4.1.388.11.3.8.7 - apLoadCfgStart OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Set this value to start the configuration file - operation. - - Note that unlike a firmware load, the actual FTP/TFTP/SFTP - transfer does begin virtually immediately." - ::= { apLoadCfg 7 } - - - -- 1.3.6.1.4.1.388.11.3.8.8 - apLoadCfgOperationsDone OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This value counts the total number of configuration - file transfers completed, (whether they succeed or - fail). - - The SNMP manager should save the value of this - counter just before starting a LoadCfg operation, - and then wait for this value to increment before - checking the Result and/or Success values." - ::= { apLoadCfg 8 } - - - -- 1.3.6.1.4.1.388.11.3.8.9 - apLoadCfgResult OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This value reflects the result of the most-recent - configuration file load/store." - ::= { apLoadCfg 9 } - - - -- 1.3.6.1.4.1.388.11.3.8.10 - apLoadCfgSuccess OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The success/failure status of the most recent - configuration file load/store." - ::= { apLoadCfg 10 } - - - -- 1.3.6.1.4.1.388.11.3.9 - apStats OBJECT IDENTIFIER ::= { abgAP 9 } - - - -- 1.3.6.1.4.1.388.11.3.9.1 - apWanClearStats OBJECT-TYPE - SYNTAX DoActionNow - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Clear the WAN stats." - ::= { apStats 1 } - - - -- 1.3.6.1.4.1.388.11.3.9.2 - apLanClearStats OBJECT-TYPE - SYNTAX INTEGER - { - lan1(1), - lan2(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Clear the LAN stats. - For clearing LAN1 stats set to lan1 (1) and - for clearing LAN2 stats set to lan2 (2)." - ::= { apStats 2 } - - - -- 1.3.6.1.4.1.388.11.3.9.3 - apRadioClearStats OBJECT-TYPE - SYNTAX DoActionNow - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Clear the Radio stats." - ::= { apStats 3 } - - - -- 1.3.6.1.4.1.388.11.3.9.4 - apWlanClearStats OBJECT-TYPE - SYNTAX DoActionNow - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Clear the WLAN stats." - ::= { apStats 4 } - - - -- 1.3.6.1.4.1.388.11.3.9.5 - apMuClearStats OBJECT-TYPE - SYNTAX DoActionNow - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Clear the MU stats." - ::= { apStats 5 } - - - -- 1.3.6.1.4.1.388.11.3.9.6 - apKnownAPClearStats OBJECT-TYPE - SYNTAX DoActionNow - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Clear the Known AP List." - ::= { apStats 6 } - - - -- 1.3.6.1.4.1.388.11.3.9.7 - apWirelessAPStats OBJECT IDENTIFIER ::= { apStats 7 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.1 - apMeshStatsTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApMeshStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "MESH Bridge Statistics" - ::= { apWirelessAPStats 1 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.1.1 - apMeshStatsEntry OBJECT-TYPE - SYNTAX ApMeshStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apMeshStatsIndex } - ::= { apMeshStatsTable 1 } - - - ApMeshStatsEntry ::= - SEQUENCE { - apMeshStatsIndex - Integer32, - apMeshStatsConnType - INTEGER, - apMeshStatsMac - PhysAddress, - apMeshStatsWlanPtr - SinglePointer, - apMeshStatsRadioType - INTEGER, - apMeshStatsThroughput - Integer32, - apMeshStatsAvgBitSpeed - Integer32, - apMeshStatsRetries - Integer32 - } - - -- 1.3.6.1.4.1.388.11.3.9.7.1.1.1 - apMeshStatsIndex OBJECT-TYPE - SYNTAX Integer32 (1..127) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple Index." - ::= { apMeshStatsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.1.1.2 - apMeshStatsConnType OBJECT-TYPE - SYNTAX INTEGER - { - none(1), - baseBridge(2), - clientBridge(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "MESH Connection Type." - ::= { apMeshStatsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.1.1.3 - apMeshStatsMac OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "MAC Address." - ::= { apMeshStatsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.1.1.4 - apMeshStatsWlanPtr OBJECT-TYPE - SYNTAX SinglePointer - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "WLAN Pointer." - ::= { apMeshStatsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.1.1.5 - apMeshStatsRadioType OBJECT-TYPE - SYNTAX INTEGER - { - dot11a(1), - dot11bg(2), - dot11n2400MHz(3), - dot11n5000MHz(4) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Radio Type. - - 'dot11a' means an 802.11a standard radio - that uses the 5GHz band. - 'dot11bg' means an 802.11b and 802.11g standards radio - that uses the 2.4 GHz band. - 'dot11n' means an 802.11n radio can use both 2.4 GHz and/or 5 GHz bands." - ::= { apMeshStatsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.1.1.6 - apMeshStatsThroughput OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Throughput (x 100)." - ::= { apMeshStatsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.1.1.7 - apMeshStatsAvgBitSpeed OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Average Bit Speed (x 100)." - ::= { apMeshStatsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.1.1.8 - apMeshStatsRetries OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Retries (x 100)." - ::= { apMeshStatsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.2 - apMeshBridgeStatsTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApMeshBridgeStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "MESH Wireless Bridge Statistics." - ::= { apWirelessAPStats 2 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.2.1 - apMeshBridgeStatsEntry OBJECT-TYPE - SYNTAX ApMeshBridgeStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apMeshBridgeStatsIndex } - ::= { apMeshBridgeStatsTable 1 } - - - ApMeshBridgeStatsEntry ::= - SEQUENCE { - apMeshBridgeStatsIndex - Integer32, - apMeshBridgeStatsMac - PhysAddress, - apMeshBridgeStatsWlanPtr - SinglePointer, - apMeshBridgeStatsLanPtr - SinglePointer, - apMeshBridgeStatsRadioType - INTEGER, - apMeshBridgeStatsAuthType - INTEGER, - apMeshBridgeStatsEncType - INTEGER, - apMeshBridgeStatsPktsPerSecRx - Integer32, - apMeshBridgeStatsPksPerSecTx - Integer32, - apMeshBridgeStatsPktsPerSecTotal - Integer32, - apMeshBridgeStatsThroughputRx - Integer32, - apMeshBridgeStatsThroughputTx - Integer32, - apMeshBridgeStatsThroughputTotal - Integer32, - apMeshBridgeStatsAvgBitSpeed - Integer32, - apMeshBridgeStatsAvgMuSignal - Integer32, - apMeshBridgeStatsAvgMuNoise - Integer32, - apMeshBridgeStatsAvgMuSnr - Integer32, - apMeshBridgeStatsAvgRetries - Integer32, - apMeshBridgeStatsPktsDropped - Integer32, - apMeshBridgeStatsUndecryptablePkts - Integer32 - } - - -- 1.3.6.1.4.1.388.11.3.9.7.2.1.1 - apMeshBridgeStatsIndex OBJECT-TYPE - SYNTAX Integer32 (1..127) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple Index." - ::= { apMeshBridgeStatsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.2.1.2 - apMeshBridgeStatsMac OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "MAC Address." - ::= { apMeshBridgeStatsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.2.1.3 - apMeshBridgeStatsWlanPtr OBJECT-TYPE - SYNTAX SinglePointer - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "WLAN Pointer." - ::= { apMeshBridgeStatsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.2.1.4 - apMeshBridgeStatsLanPtr OBJECT-TYPE - SYNTAX SinglePointer - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "LAN Pointer." - ::= { apMeshBridgeStatsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.2.1.5 - apMeshBridgeStatsRadioType OBJECT-TYPE - SYNTAX INTEGER - { - dot11a(1), - dot11bg(2), - dot11n2400MHz(3), - dot11n5000MHz(4) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Radio Type. - - 'dot11a' means an 802.11a standard radio - that uses the 5GHz band. - 'dot11bg' means an 802.11b and 802.11g standards radio - that uses the 2.4 GHz band. - 'dot11n' means an 802.11n radio can use both 2.4 GHz and/or 5 GHz bands." - ::= { apMeshBridgeStatsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.2.1.6 - apMeshBridgeStatsAuthType OBJECT-TYPE - SYNTAX INTEGER - { - none(1), - eap(2), - kerberos(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Authentication method." - ::= { apMeshBridgeStatsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.2.1.7 - apMeshBridgeStatsEncType OBJECT-TYPE - SYNTAX INTEGER - { - none(1), - wep64(2), - wep128(3), - keyguard(4), - wpaTkip(5), - wpa2Ccmp(6) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Encryption method." - ::= { apMeshBridgeStatsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.2.1.8 - apMeshBridgeStatsPktsPerSecRx OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Packets received per second." - ::= { apMeshBridgeStatsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.2.1.9 - apMeshBridgeStatsPksPerSecTx OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Packets transmitted per second." - ::= { apMeshBridgeStatsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.2.1.10 - apMeshBridgeStatsPktsPerSecTotal OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Total Packets per second." - ::= { apMeshBridgeStatsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.2.1.11 - apMeshBridgeStatsThroughputRx OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Throughput received (x 100)." - ::= { apMeshBridgeStatsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.2.1.12 - apMeshBridgeStatsThroughputTx OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Throughput transmitted (x 100)." - ::= { apMeshBridgeStatsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.2.1.13 - apMeshBridgeStatsThroughputTotal OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Total Throughput (x 100)." - ::= { apMeshBridgeStatsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.2.1.14 - apMeshBridgeStatsAvgBitSpeed OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Average Bit Speed (x 100)." - ::= { apMeshBridgeStatsEntry 14 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.2.1.15 - apMeshBridgeStatsAvgMuSignal OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Average MU Signal (x 100)." - ::= { apMeshBridgeStatsEntry 15 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.2.1.16 - apMeshBridgeStatsAvgMuNoise OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Average MU Noise (x 100)." - ::= { apMeshBridgeStatsEntry 16 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.2.1.17 - apMeshBridgeStatsAvgMuSnr OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Average MU Signal to Noise ratio (x 100)." - ::= { apMeshBridgeStatsEntry 17 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.2.1.18 - apMeshBridgeStatsAvgRetries OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Average Retries (x 100)." - ::= { apMeshBridgeStatsEntry 18 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.2.1.19 - apMeshBridgeStatsPktsDropped OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Percentage of Packets dropped (x 100)." - ::= { apMeshBridgeStatsEntry 19 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.2.1.20 - apMeshBridgeStatsUndecryptablePkts OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Percentage of Undecryptable Packets (x 100)." - ::= { apMeshBridgeStatsEntry 20 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.3 - apLanSTPStatsTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApLanSTPStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of LAN Spanning Tree Statistics." - ::= { apWirelessAPStats 3 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.3.1 - apLanSTPStatsEntry OBJECT-TYPE - SYNTAX ApLanSTPStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - AUGMENTS { ccSubnetEntry } - ::= { apLanSTPStatsTable 1 } - - - ApLanSTPStatsEntry ::= - SEQUENCE { - apLanSTPStatsDesignatedRoot - OCTET STRING, - apLanSTPStatsBridgeId - OCTET STRING, - apLanSTPStatsRootPort - Integer32, - apLanSTPStatsRootPathCost - Integer32, - apLanSTPStatsBridgeMaxMsgAge - Integer32, - apLanSTPStatsBridgeHelloTime - Integer32, - apLanSTPStatsBridgeFwDelay - Integer32 - } - - -- 1.3.6.1.4.1.388.11.3.9.7.3.1.1 - apLanSTPStatsDesignatedRoot OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (0..255)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Designated Root." - ::= { apLanSTPStatsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.3.1.2 - apLanSTPStatsBridgeId OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (0..255)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Bridge ID." - ::= { apLanSTPStatsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.3.1.3 - apLanSTPStatsRootPort OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Root Port." - ::= { apLanSTPStatsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.3.1.4 - apLanSTPStatsRootPathCost OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Root Path Cost." - ::= { apLanSTPStatsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.3.1.5 - apLanSTPStatsBridgeMaxMsgAge OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Bridge Max Message Age." - ::= { apLanSTPStatsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.3.1.6 - apLanSTPStatsBridgeHelloTime OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Bridge Hello Time." - ::= { apLanSTPStatsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.3.1.7 - apLanSTPStatsBridgeFwDelay OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Bridge Forward Delay." - ::= { apLanSTPStatsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.4 - apLanSTPStatsPortIntfTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApLanSTPStatsPortIntfEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of LAN Spanning Tree Port Interface Statistics." - ::= { apWirelessAPStats 4 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.4.1 - apLanSTPStatsPortIntfEntry OBJECT-TYPE - SYNTAX ApLanSTPStatsPortIntfEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apLanSTPStatsPortIntfLanIndex, apLanSTPStatsPortIntfPortIndex } - ::= { apLanSTPStatsPortIntfTable 1 } - - - ApLanSTPStatsPortIntfEntry ::= - SEQUENCE { - apLanSTPStatsPortIntfLanIndex - Integer32, - apLanSTPStatsPortIntfPortIndex - Integer32, - apLanSTPStatsPortIntfPortName - DisplayString, - apLanSTPStatsPortIntfState - INTEGER, - apLanSTPStatsPortIntfPathCost - Integer32, - apLanSTPStatsPortIntfDsgRoot - OCTET STRING, - apLanSTPStatsPortIntfDsgBridge - OCTET STRING, - apLanSTPStatsPortIntfDsgPort - OCTET STRING, - apLanSTPStatsPortIntfDsgCost - Integer32 - } - - -- 1.3.6.1.4.1.388.11.3.9.7.4.1.1 - apLanSTPStatsPortIntfLanIndex OBJECT-TYPE - SYNTAX Integer32 (1..2) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "LAN index." - ::= { apLanSTPStatsPortIntfEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.4.1.2 - apLanSTPStatsPortIntfPortIndex OBJECT-TYPE - SYNTAX Integer32 (1..33) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Port Index." - ::= { apLanSTPStatsPortIntfEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.4.1.3 - apLanSTPStatsPortIntfPortName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Port Name." - ::= { apLanSTPStatsPortIntfEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.4.1.4 - apLanSTPStatsPortIntfState OBJECT-TYPE - SYNTAX INTEGER - { - disabled(1), - listening(2), - learning(3), - forwarding(4), - blocking(5), - unknown(6) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "State of the Port." - ::= { apLanSTPStatsPortIntfEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.4.1.5 - apLanSTPStatsPortIntfPathCost OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Path Cost." - ::= { apLanSTPStatsPortIntfEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.4.1.6 - apLanSTPStatsPortIntfDsgRoot OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (0..255)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Designated Root." - ::= { apLanSTPStatsPortIntfEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.4.1.7 - apLanSTPStatsPortIntfDsgBridge OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (0..255)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Designated Bridge." - ::= { apLanSTPStatsPortIntfEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.4.1.8 - apLanSTPStatsPortIntfDsgPort OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (0..255)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Designated Port." - ::= { apLanSTPStatsPortIntfEntry 8 } - - - -- 1.3.6.1.4.1.388.11.3.9.7.4.1.9 - apLanSTPStatsPortIntfDsgCost OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Designated Cost." - ::= { apLanSTPStatsPortIntfEntry 9 } - - - -- 1.3.6.1.4.1.388.11.3.9.8 - apnStats OBJECT IDENTIFIER ::= { apStats 8 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.1 - apnRadioStatsTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApnRadioStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "APN radio statistics table." - ::= { apnStats 1 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.1.1 - apnRadioStatsEntry OBJECT-TYPE - SYNTAX ApnRadioStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "APN radio statistics entry." - INDEX { apnRadioStatsIndex } - ::= { apnRadioStatsTable 1 } - - - ApnRadioStatsEntry ::= - SEQUENCE { - apnRadioStatsIndex - INTEGER, - apnRadioStatsBssid - PhysAddress, - apnRadioStatsApSsid - DisplayString, - apnRadioStatsChannel - INTEGER, - apnRadioStatsExtnChannel - INTEGER, - apnRadioStatsRssiAvgAcrossAntennas - Integer32, - apnRadioStatsChannelWidthMode - INTEGER, - apnRadioStatsOpFreq - INTEGER, - apnRadioStatsNumPktsRxSGI400ns - Counter32, - apnRadioStatsNumPktsRxSGI800ns - Counter32, - apnRadioStatsNumPktsTxSGI400ns - Counter32, - apnRadioStatsNumPktsTxSGI800ns - Counter32, - apnRadioStatsNumPktsRxChanWidth20MHz - Counter32, - apnRadioStatsNumPktsRxChanWidth40MHz - Counter32, - apnRadioStatsNumPktsTxChanWidth20MHz - Counter32, - apnRadioStatsNumPktsTxChanWidth40MHz - Counter32 - } - - -- 1.3.6.1.4.1.388.11.3.9.8.1.1.2 - apnRadioStatsIndex OBJECT-TYPE - SYNTAX INTEGER (1..256) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A simple integer index to the apnRadioStatsTable." - ::= { apnRadioStatsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.1.1.3 - apnRadioStatsBssid OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The BSSID (MAC address) of the radio." - ::= { apnRadioStatsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.1.1.4 - apnRadioStatsApSsid OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The SSID of the AP." - ::= { apnRadioStatsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.1.1.5 - apnRadioStatsChannel OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The channel number for the radio." - ::= { apnRadioStatsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.1.1.6 - apnRadioStatsExtnChannel OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The extension channel for the radio, when in 40MHz." - ::= { apnRadioStatsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.1.1.7 - apnRadioStatsRssiAvgAcrossAntennas OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The average RSSI of all the antennas combined together." - ::= { apnRadioStatsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.1.1.8 - apnRadioStatsChannelWidthMode OBJECT-TYPE - SYNTAX INTEGER - { - twentyMHz(1), - fortyMHz(2), - pco(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The channel bandwidth mode for the radio." - ::= { apnRadioStatsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.1.1.9 - apnRadioStatsOpFreq OBJECT-TYPE - SYNTAX INTEGER - { - freq2400MHz(1), - freq5000MHz(2), - freq2400MHzAnd5000MHz(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The operational frequency for the radio." - ::= { apnRadioStatsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.1.1.10 - apnRadioStatsNumPktsRxSGI400ns OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of packets received by this radio with Short Guard Interval of 400ns." - ::= { apnRadioStatsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.1.1.11 - apnRadioStatsNumPktsRxSGI800ns OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of packets received by this radio with Short Guard Interval of 800ns." - ::= { apnRadioStatsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.1.1.12 - apnRadioStatsNumPktsTxSGI400ns OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of packets transmitted by this radio with Short Guard Interval of 400ns." - ::= { apnRadioStatsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.1.1.13 - apnRadioStatsNumPktsTxSGI800ns OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of packets transmitted by this radio with Short Guard Interval of 800ns." - ::= { apnRadioStatsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.1.1.14 - apnRadioStatsNumPktsRxChanWidth20MHz OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of packets received by this radio with channel width 20 MHz." - ::= { apnRadioStatsEntry 14 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.1.1.15 - apnRadioStatsNumPktsRxChanWidth40MHz OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of packets received by this radio with channel width 40 MHz." - ::= { apnRadioStatsEntry 15 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.1.1.16 - apnRadioStatsNumPktsTxChanWidth20MHz OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of packets transmitted by this radio with channel width 20 MHz." - ::= { apnRadioStatsEntry 16 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.1.1.17 - apnRadioStatsNumPktsTxChanWidth40MHz OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of packets transmitted by this radio with channel width 40 MHz." - ::= { apnRadioStatsEntry 17 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.2 - apnPortalRxPktsTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApnPortalRxPktsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "For each 802.11n Portal on the AP, this table - describes counts of packets received at each - speed." - ::= { apnStats 2 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.2.1 - apnPortalRxPktsEntry OBJECT-TYPE - SYNTAX ApnPortalRxPktsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "An entry in the portal received packets table." - INDEX { ccPortalIndex } - ::= { apnPortalRxPktsTable 1 } - - - ApnPortalRxPktsEntry ::= - SEQUENCE { - apnPortalRxPktsAt1Mb - Counter32, - apnPortalRxPktsAt2Mb - Counter32, - apnPortalRxPktsAt5pt5Mb - Counter32, - apnPortalRxPktsAt6Mb - Counter32, - apnPortalRxPktsAt9Mb - Counter32, - apnPortalRxPktsAt11Mb - Counter32, - apnPortalRxPktsAt12Mb - Counter32, - apnPortalRxPktsAt18Mb - Counter32, - apnPortalRxPktsAt24Mb - Counter32, - apnPortalRxPktsAt36Mb - Counter32, - apnPortalRxPktsAt48Mb - Counter32, - apnPortalRxPktsAt54Mb - Counter32, - apnPortalRxPktsAtMCS0 - Counter32, - apnPortalRxPktsAtMCS1 - Counter32, - apnPortalRxPktsAtMCS2 - Counter32, - apnPortalRxPktsAtMCS3 - Counter32, - apnPortalRxPktsAtMCS4 - Counter32, - apnPortalRxPktsAtMCS5 - Counter32, - apnPortalRxPktsAtMCS6 - Counter32, - apnPortalRxPktsAtMCS7 - Counter32, - apnPortalRxPktsAtMCS8 - Counter32, - apnPortalRxPktsAtMCS9 - Counter32, - apnPortalRxPktsAtMCS10 - Counter32, - apnPortalRxPktsAtMCS11 - Counter32, - apnPortalRxPktsAtMCS12 - Counter32, - apnPortalRxPktsAtMCS13 - Counter32, - apnPortalRxPktsAtMCS14 - Counter32, - apnPortalRxPktsAtMCS15 - Counter32 - } - - -- 1.3.6.1.4.1.388.11.3.9.8.2.1.1 - apnPortalRxPktsAt1Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 1 Mbps." - ::= { apnPortalRxPktsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.2.1.2 - apnPortalRxPktsAt2Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 2 Mbps." - ::= { apnPortalRxPktsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.2.1.3 - apnPortalRxPktsAt5pt5Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 5.5 Mbps." - ::= { apnPortalRxPktsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.2.1.4 - apnPortalRxPktsAt6Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 6 Mbps." - ::= { apnPortalRxPktsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.2.1.5 - apnPortalRxPktsAt9Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 9 Mbps." - ::= { apnPortalRxPktsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.2.1.6 - apnPortalRxPktsAt11Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 11 Mbps." - ::= { apnPortalRxPktsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.2.1.7 - apnPortalRxPktsAt12Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 12 Mbps." - ::= { apnPortalRxPktsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.2.1.8 - apnPortalRxPktsAt18Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 18 Mbps." - ::= { apnPortalRxPktsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.2.1.9 - apnPortalRxPktsAt24Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 24 Mbps." - ::= { apnPortalRxPktsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.2.1.10 - apnPortalRxPktsAt36Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 36 Mbps." - ::= { apnPortalRxPktsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.2.1.11 - apnPortalRxPktsAt48Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 48 Mbps." - ::= { apnPortalRxPktsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.2.1.12 - apnPortalRxPktsAt54Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 54 Mbps." - ::= { apnPortalRxPktsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.2.1.13 - apnPortalRxPktsAtMCS0 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at MCS 0 rate." - ::= { apnPortalRxPktsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.2.1.14 - apnPortalRxPktsAtMCS1 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at MCS 1 rate." - ::= { apnPortalRxPktsEntry 14 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.2.1.15 - apnPortalRxPktsAtMCS2 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at MCS 2 rate." - ::= { apnPortalRxPktsEntry 15 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.2.1.16 - apnPortalRxPktsAtMCS3 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at MCS 3 rate." - ::= { apnPortalRxPktsEntry 16 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.2.1.17 - apnPortalRxPktsAtMCS4 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at MCS 4 rate." - ::= { apnPortalRxPktsEntry 17 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.2.1.18 - apnPortalRxPktsAtMCS5 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at MCS 5 rate." - ::= { apnPortalRxPktsEntry 18 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.2.1.19 - apnPortalRxPktsAtMCS6 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at MCS 6 rate." - ::= { apnPortalRxPktsEntry 19 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.2.1.20 - apnPortalRxPktsAtMCS7 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at MCS 7 rate." - ::= { apnPortalRxPktsEntry 20 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.2.1.21 - apnPortalRxPktsAtMCS8 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at MCS 8 rate." - ::= { apnPortalRxPktsEntry 21 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.2.1.22 - apnPortalRxPktsAtMCS9 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at MCS 9 rate." - ::= { apnPortalRxPktsEntry 22 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.2.1.23 - apnPortalRxPktsAtMCS10 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at MCS 10 rate." - ::= { apnPortalRxPktsEntry 23 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.2.1.24 - apnPortalRxPktsAtMCS11 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at MCS 11 rate." - ::= { apnPortalRxPktsEntry 24 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.2.1.25 - apnPortalRxPktsAtMCS12 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at MCS 12 rate." - ::= { apnPortalRxPktsEntry 25 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.2.1.26 - apnPortalRxPktsAtMCS13 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at MCS 13 rate." - ::= { apnPortalRxPktsEntry 26 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.2.1.27 - apnPortalRxPktsAtMCS14 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at MCS 14 rate." - ::= { apnPortalRxPktsEntry 27 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.2.1.28 - apnPortalRxPktsAtMCS15 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at MCS 15 rate." - ::= { apnPortalRxPktsEntry 28 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.3 - apnPortalTxPktsTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApnPortalTxPktsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "For each 802.11n Portal on the AP, this table - describes counts of packets transmitted at each - speed." - ::= { apnStats 3 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.3.1 - apnPortalTxPktsEntry OBJECT-TYPE - SYNTAX ApnPortalTxPktsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "An entry in the portal transmitted packets table." - INDEX { ccPortalIndex } - ::= { apnPortalTxPktsTable 1 } - - - ApnPortalTxPktsEntry ::= - SEQUENCE { - apnPortalTxPktsAt1Mb - Counter32, - apnPortalTxPktsAt2Mb - Counter32, - apnPortalTxPktsAt5pt5Mb - Counter32, - apnPortalTxPktsAt6Mb - Counter32, - apnPortalTxPktsAt9Mb - Counter32, - apnPortalTxPktsAt11Mb - Counter32, - apnPortalTxPktsAt12Mb - Counter32, - apnPortalTxPktsAt18Mb - Counter32, - apnPortalTxPktsAt24Mb - Counter32, - apnPortalTxPktsAt36Mb - Counter32, - apnPortalTxPktsAt48Mb - Counter32, - apnPortalTxPktsAt54Mb - Counter32, - apnPortalTxPktsAtMCS0 - Counter32, - apnPortalTxPktsAtMCS1 - Counter32, - apnPortalTxPktsAtMCS2 - Counter32, - apnPortalTxPktsAtMCS3 - Counter32, - apnPortalTxPktsAtMCS4 - Counter32, - apnPortalTxPktsAtMCS5 - Counter32, - apnPortalTxPktsAtMCS6 - Counter32, - apnPortalTxPktsAtMCS7 - Counter32, - apnPortalTxPktsAtMCS8 - Counter32, - apnPortalTxPktsAtMCS9 - Counter32, - apnPortalTxPktsAtMCS10 - Counter32, - apnPortalTxPktsAtMCS11 - Counter32, - apnPortalTxPktsAtMCS12 - Counter32, - apnPortalTxPktsAtMCS13 - Counter32, - apnPortalTxPktsAtMCS14 - Counter32, - apnPortalTxPktsAtMCS15 - Counter32 - } - - -- 1.3.6.1.4.1.388.11.3.9.8.3.1.1 - apnPortalTxPktsAt1Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at 1 Mbps." - ::= { apnPortalTxPktsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.3.1.2 - apnPortalTxPktsAt2Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at 2 Mbps." - ::= { apnPortalTxPktsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.3.1.3 - apnPortalTxPktsAt5pt5Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at 5.5 Mbps." - ::= { apnPortalTxPktsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.3.1.4 - apnPortalTxPktsAt6Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at 6 Mbps." - ::= { apnPortalTxPktsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.3.1.5 - apnPortalTxPktsAt9Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at 9 Mbps." - ::= { apnPortalTxPktsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.3.1.6 - apnPortalTxPktsAt11Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at 11 Mbps." - ::= { apnPortalTxPktsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.3.1.7 - apnPortalTxPktsAt12Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at 12 Mbps." - ::= { apnPortalTxPktsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.3.1.8 - apnPortalTxPktsAt18Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at 18 Mbps." - ::= { apnPortalTxPktsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.3.1.9 - apnPortalTxPktsAt24Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at 24 Mbps." - ::= { apnPortalTxPktsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.3.1.10 - apnPortalTxPktsAt36Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at 36 Mbps." - ::= { apnPortalTxPktsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.3.1.11 - apnPortalTxPktsAt48Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at 48 Mbps." - ::= { apnPortalTxPktsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.3.1.12 - apnPortalTxPktsAt54Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at 54 Mbps." - ::= { apnPortalTxPktsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.3.1.13 - apnPortalTxPktsAtMCS0 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at MCS 0 rate." - ::= { apnPortalTxPktsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.3.1.14 - apnPortalTxPktsAtMCS1 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at MCS 1 rate." - ::= { apnPortalTxPktsEntry 14 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.3.1.15 - apnPortalTxPktsAtMCS2 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at MCS 2 rate." - ::= { apnPortalTxPktsEntry 15 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.3.1.16 - apnPortalTxPktsAtMCS3 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at MCS 3 rate." - ::= { apnPortalTxPktsEntry 16 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.3.1.17 - apnPortalTxPktsAtMCS4 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at MCS 4 rate." - ::= { apnPortalTxPktsEntry 17 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.3.1.18 - apnPortalTxPktsAtMCS5 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at MCS 5 rate." - ::= { apnPortalTxPktsEntry 18 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.3.1.19 - apnPortalTxPktsAtMCS6 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at MCS 6 rate." - ::= { apnPortalTxPktsEntry 19 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.3.1.20 - apnPortalTxPktsAtMCS7 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at MCS 7 rate." - ::= { apnPortalTxPktsEntry 20 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.3.1.21 - apnPortalTxPktsAtMCS8 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at MCS 8 rate." - ::= { apnPortalTxPktsEntry 21 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.3.1.22 - apnPortalTxPktsAtMCS9 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at MCS 9 rate." - ::= { apnPortalTxPktsEntry 22 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.3.1.23 - apnPortalTxPktsAtMCS10 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at MCS 10 rate." - ::= { apnPortalTxPktsEntry 23 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.3.1.24 - apnPortalTxPktsAtMCS11 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at MCS 11 rate." - ::= { apnPortalTxPktsEntry 24 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.3.1.25 - apnPortalTxPktsAtMCS12 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at MCS 12 rate." - ::= { apnPortalTxPktsEntry 25 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.3.1.26 - apnPortalTxPktsAtMCS13 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at MCS 13 rate." - ::= { apnPortalTxPktsEntry 26 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.3.1.27 - apnPortalTxPktsAtMCS14 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at MCS 14 rate." - ::= { apnPortalTxPktsEntry 27 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.3.1.28 - apnPortalTxPktsAtMCS15 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at MCS 15 rate." - ::= { apnPortalTxPktsEntry 28 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.4 - apnPortalRxOctetsTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApnPortalRxOctetsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "For each 802.11n Portal on this AP, this table - describes counts of octets received at each - speed." - ::= { apnStats 4 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.4.1 - apnPortalRxOctetsEntry OBJECT-TYPE - SYNTAX ApnPortalRxOctetsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "An entry in the portal received octets table." - INDEX { ccPortalIndex } - ::= { apnPortalRxOctetsTable 1 } - - - ApnPortalRxOctetsEntry ::= - SEQUENCE { - apnPortalRxOctetsAt1Mb - Counter32, - apnPortalRxOctetsAt2Mb - Counter32, - apnPortalRxOctetsAt5pt5Mb - Counter32, - apnPortalRxOctetsAt6Mb - Counter32, - apnPortalRxOctetsAt9Mb - Counter32, - apnPortalRxOctetsAt11Mb - Counter32, - apnPortalRxOctetsAt12Mb - Counter32, - apnPortalRxOctetsAt18Mb - Counter32, - apnPortalRxOctetsAt24Mb - Counter32, - apnPortalRxOctetsAt36Mb - Counter32, - apnPortalRxOctetsAt48Mb - Counter32, - apnPortalRxOctetsAt54Mb - Counter32, - apnPortalRxOctetsAtMCS0 - Counter32, - apnPortalRxOctetsAtMCS1 - Counter32, - apnPortalRxOctetsAtMCS2 - Counter32, - apnPortalRxOctetsAtMCS3 - Counter32, - apnPortalRxOctetsAtMCS4 - Counter32, - apnPortalRxOctetsAtMCS5 - Counter32, - apnPortalRxOctetsAtMCS6 - Counter32, - apnPortalRxOctetsAtMCS7 - Counter32, - apnPortalRxOctetsAtMCS8 - Counter32, - apnPortalRxOctetsAtMCS9 - Counter32, - apnPortalRxOctetsAtMCS10 - Counter32, - apnPortalRxOctetsAtMCS11 - Counter32, - apnPortalRxOctetsAtMCS12 - Counter32, - apnPortalRxOctetsAtMCS13 - Counter32, - apnPortalRxOctetsAtMCS14 - Counter32, - apnPortalRxOctetsAtMCS15 - Counter32 - } - - -- 1.3.6.1.4.1.388.11.3.9.8.4.1.1 - apnPortalRxOctetsAt1Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at 1 Mbps." - ::= { apnPortalRxOctetsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.4.1.2 - apnPortalRxOctetsAt2Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at 2 Mbps." - ::= { apnPortalRxOctetsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.4.1.3 - apnPortalRxOctetsAt5pt5Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at 5.5 Mbps." - ::= { apnPortalRxOctetsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.4.1.4 - apnPortalRxOctetsAt6Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at 6 Mbps." - ::= { apnPortalRxOctetsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.4.1.5 - apnPortalRxOctetsAt9Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at 9 Mbps." - ::= { apnPortalRxOctetsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.4.1.6 - apnPortalRxOctetsAt11Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at 11 Mbps." - ::= { apnPortalRxOctetsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.4.1.7 - apnPortalRxOctetsAt12Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at 12 Mbps." - ::= { apnPortalRxOctetsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.4.1.8 - apnPortalRxOctetsAt18Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at 18 Mbps." - ::= { apnPortalRxOctetsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.4.1.9 - apnPortalRxOctetsAt24Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at 24 Mbps." - ::= { apnPortalRxOctetsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.4.1.10 - apnPortalRxOctetsAt36Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at 36 Mbps." - ::= { apnPortalRxOctetsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.4.1.11 - apnPortalRxOctetsAt48Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at 48 Mbps." - ::= { apnPortalRxOctetsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.4.1.12 - apnPortalRxOctetsAt54Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at 54 Mbps." - ::= { apnPortalRxOctetsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.4.1.13 - apnPortalRxOctetsAtMCS0 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at MCS 0 rate." - ::= { apnPortalRxOctetsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.4.1.14 - apnPortalRxOctetsAtMCS1 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at MCS 1 rate." - ::= { apnPortalRxOctetsEntry 14 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.4.1.15 - apnPortalRxOctetsAtMCS2 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at MCS 2 rate." - ::= { apnPortalRxOctetsEntry 15 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.4.1.16 - apnPortalRxOctetsAtMCS3 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at MCS 3 rate." - ::= { apnPortalRxOctetsEntry 16 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.4.1.17 - apnPortalRxOctetsAtMCS4 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at MCS 4 rate." - ::= { apnPortalRxOctetsEntry 17 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.4.1.18 - apnPortalRxOctetsAtMCS5 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at MCS 5 rate." - ::= { apnPortalRxOctetsEntry 18 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.4.1.19 - apnPortalRxOctetsAtMCS6 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at MCS 6 rate." - ::= { apnPortalRxOctetsEntry 19 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.4.1.20 - apnPortalRxOctetsAtMCS7 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at MCS 7 rate." - ::= { apnPortalRxOctetsEntry 20 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.4.1.21 - apnPortalRxOctetsAtMCS8 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at MCS 8 rate." - ::= { apnPortalRxOctetsEntry 21 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.4.1.22 - apnPortalRxOctetsAtMCS9 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at MCS 9 rate." - ::= { apnPortalRxOctetsEntry 22 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.4.1.23 - apnPortalRxOctetsAtMCS10 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at MCS 10 rate." - ::= { apnPortalRxOctetsEntry 23 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.4.1.24 - apnPortalRxOctetsAtMCS11 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at MCS 11 rate." - ::= { apnPortalRxOctetsEntry 24 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.4.1.25 - apnPortalRxOctetsAtMCS12 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at MCS 12 rate." - ::= { apnPortalRxOctetsEntry 25 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.4.1.26 - apnPortalRxOctetsAtMCS13 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at MCS 13 rate." - ::= { apnPortalRxOctetsEntry 26 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.4.1.27 - apnPortalRxOctetsAtMCS14 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description.Number of octets received via this Portal at MCS 14 rate." - ::= { apnPortalRxOctetsEntry 27 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.4.1.28 - apnPortalRxOctetsAtMCS15 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at MCS 15 rate." - ::= { apnPortalRxOctetsEntry 28 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.5 - apnPortalTxOctetsTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApnPortalTxOctetsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "For each 802.11n Portal on this AP, this table - describes counts of octets transmitted at each - speed." - ::= { apnStats 5 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.5.1 - apnPortalTxOctetsEntry OBJECT-TYPE - SYNTAX ApnPortalTxOctetsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "An entry in the portal transmitted octets table." - INDEX { ccPortalIndex } - ::= { apnPortalTxOctetsTable 1 } - - - ApnPortalTxOctetsEntry ::= - SEQUENCE { - apnPortalTxOctetsAt1Mb - Counter32, - apnPortalTxOctetsAt2Mb - Counter32, - apnPortalTxOctetsAt5pt5Mb - Counter32, - apnPortalTxOctetsAt6Mb - Counter32, - apnPortalTxOctetsAt9Mb - Counter32, - apnPortalTxOctetsAt11Mb - Counter32, - apnPortalTxOctetsAt12Mb - Counter32, - apnPortalTxOctetsAt18Mb - Counter32, - apnPortalTxOctetsAt24Mb - Counter32, - apnPortalTxOctetsAt36Mb - Counter32, - apnPortalTxOctetsAt48Mb - Counter32, - apnPortalTxOctetsAt54Mb - Counter32, - apnPortalTxOctetsAtMCS0 - Counter32, - apnPortalTxOctetsAtMCS1 - Counter32, - apnPortalTxOctetsAtMCS2 - Counter32, - apnPortalTxOctetsAtMCS3 - Counter32, - apnPortalTxOctetsAtMCS4 - Counter32, - apnPortalTxOctetsAtMCS5 - Counter32, - apnPortalTxOctetsAtMCS6 - Counter32, - apnPortalTxOctetsAtMCS7 - Counter32, - apnPortalTxOctetsAtMCS8 - Counter32, - apnPortalTxOctetsAtMCS9 - Counter32, - apnPortalTxOctetsAtMCS10 - Counter32, - apnPortalTxOctetsAtMCS11 - Counter32, - apnPortalTxOctetsAtMCS12 - Counter32, - apnPortalTxOctetsAtMCS13 - Counter32, - apnPortalTxOctetsAtMCS14 - Counter32, - apnPortalTxOctetsAtMCS15 - Counter32 - } - - -- 1.3.6.1.4.1.388.11.3.9.8.5.1.2 - apnPortalTxOctetsAt1Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted via this Portal at 1 Mbps." - ::= { apnPortalTxOctetsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.5.1.3 - apnPortalTxOctetsAt2Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted via this Portal at 2 Mbps." - ::= { apnPortalTxOctetsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.5.1.4 - apnPortalTxOctetsAt5pt5Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted via this Portal at 5.5 Mbps." - ::= { apnPortalTxOctetsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.5.1.5 - apnPortalTxOctetsAt6Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted via this Portal at 6 Mbps." - ::= { apnPortalTxOctetsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.5.1.6 - apnPortalTxOctetsAt9Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted via this Portal at 9 Mbps." - ::= { apnPortalTxOctetsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.5.1.7 - apnPortalTxOctetsAt11Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted via this Portal at 11 Mbps." - ::= { apnPortalTxOctetsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.5.1.8 - apnPortalTxOctetsAt12Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted via this Portal at 12 Mbps." - ::= { apnPortalTxOctetsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.5.1.9 - apnPortalTxOctetsAt18Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted via this Portal at 18 Mbps." - ::= { apnPortalTxOctetsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.5.1.10 - apnPortalTxOctetsAt24Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted via this Portal at 24 Mbps." - ::= { apnPortalTxOctetsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.5.1.11 - apnPortalTxOctetsAt36Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted via this Portal at 36 Mbps." - ::= { apnPortalTxOctetsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.5.1.12 - apnPortalTxOctetsAt48Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted via this Portal at 48 Mbps." - ::= { apnPortalTxOctetsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.5.1.13 - apnPortalTxOctetsAt54Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted via this Portal at 54 Mbps." - ::= { apnPortalTxOctetsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.5.1.14 - apnPortalTxOctetsAtMCS0 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted via this Portal at MCS 0 rate." - ::= { apnPortalTxOctetsEntry 14 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.5.1.15 - apnPortalTxOctetsAtMCS1 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted via this Portal at MCS 1 rate." - ::= { apnPortalTxOctetsEntry 15 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.5.1.16 - apnPortalTxOctetsAtMCS2 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted via this Portal at MCS 2 rate." - ::= { apnPortalTxOctetsEntry 16 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.5.1.17 - apnPortalTxOctetsAtMCS3 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted via this Portal at MCS 3 rate." - ::= { apnPortalTxOctetsEntry 17 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.5.1.18 - apnPortalTxOctetsAtMCS4 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted via this Portal at MCS 4 rate." - ::= { apnPortalTxOctetsEntry 18 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.5.1.19 - apnPortalTxOctetsAtMCS5 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted via this Portal at MCS 5 rate." - ::= { apnPortalTxOctetsEntry 19 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.5.1.20 - apnPortalTxOctetsAtMCS6 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted via this Portal at MCS 6 rate." - ::= { apnPortalTxOctetsEntry 20 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.5.1.21 - apnPortalTxOctetsAtMCS7 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted via this Portal at MCS 7 rate." - ::= { apnPortalTxOctetsEntry 21 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.5.1.22 - apnPortalTxOctetsAtMCS8 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted via this Portal at MCS 8 rate." - ::= { apnPortalTxOctetsEntry 22 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.5.1.23 - apnPortalTxOctetsAtMCS9 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted via this Portal at MCS 9 rate." - ::= { apnPortalTxOctetsEntry 23 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.5.1.24 - apnPortalTxOctetsAtMCS10 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted via this Portal at MCS 10 rate." - ::= { apnPortalTxOctetsEntry 24 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.5.1.25 - apnPortalTxOctetsAtMCS11 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted via this Portal at MCS 11 rate." - ::= { apnPortalTxOctetsEntry 25 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.5.1.26 - apnPortalTxOctetsAtMCS12 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted via this Portal at MCS 12 rate." - ::= { apnPortalTxOctetsEntry 26 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.5.1.27 - apnPortalTxOctetsAtMCS13 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted via this Portal at MCS 13 rate." - ::= { apnPortalTxOctetsEntry 27 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.5.1.28 - apnPortalTxOctetsAtMCS14 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted via this Portal at MCS 14 rate." - ::= { apnPortalTxOctetsEntry 28 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.5.1.29 - apnPortalTxOctetsAtMCS15 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted via this Portal at MCS 15 rate." - ::= { apnPortalTxOctetsEntry 29 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.6 - apnMuRxPktsTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApnMuRxPktsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "For each mobile unit associated to an 802.11n Portal - on the AP, this table describes counts of packets - received at each speed." - ::= { apnStats 6 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.6.1 - apnMuRxPktsEntry OBJECT-TYPE - SYNTAX ApnMuRxPktsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccMuMac } - ::= { apnMuRxPktsTable 1 } - - - ApnMuRxPktsEntry ::= - SEQUENCE { - apnMuRxPktsAt1Mb - Counter32, - apnMuRxPktsAt2Mb - Counter32, - apnMuRxPktsAt5pt5Mb - Counter32, - apnMuRxPktsAt6Mb - Counter32, - apnMuRxPktsAt9Mb - Counter32, - apnMuRxPktsAt11Mb - Counter32, - apnMuRxPktsAt12Mb - Counter32, - apnMuRxPktsAt18Mb - Counter32, - apnMuRxPktsAt24Mb - Counter32, - apnMuRxPktsAt36Mb - Counter32, - apnMuRxPktsAt48Mb - Counter32, - apnMuRxPktsAt54Mb - Counter32, - apnMuRxPktsAtMCS0 - Counter32, - apnMuRxPktsAtMCS1 - Counter32, - apnMuRxPktsAtMCS2 - Counter32, - apnMuRxPktsAtMCS3 - Counter32, - apnMuRxPktsAtMCS4 - Counter32, - apnMuRxPktsAtMCS5 - Counter32, - apnMuRxPktsAtMCS6 - Counter32, - apnMuRxPktsAtMCS7 - Counter32, - apnMuRxPktsAtMCS8 - Counter32, - apnMuRxPktsAtMCS9 - Counter32, - apnMuRxPktsAtMCS10 - Counter32, - apnMuRxPktsAtMCS11 - Counter32, - apnMuRxPktsAtMCS12 - Counter32, - apnMuRxPktsAtMCS13 - Counter32, - apnMuRxPktsAtMCS14 - Counter32, - apnMuRxPktsAtMCS15 - Counter32 - } - - -- 1.3.6.1.4.1.388.11.3.9.8.6.1.1 - apnMuRxPktsAt1Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 1 and 2 Mbps." - ::= { apnMuRxPktsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.6.1.2 - apnMuRxPktsAt2Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 1, 2, 5.5 and 11 Mbps." - ::= { apnMuRxPktsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.6.1.3 - apnMuRxPktsAt5pt5Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 1, 2, 5.5 and 11 Mbps, and, - 6, 12 and 24 Mbps." - ::= { apnMuRxPktsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.6.1.4 - apnMuRxPktsAt6Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 1, 2, 5.5 and 11 Mbps, and, - 6, 12 and 24 Mbps as well as at MCS 0 to 7 rates." - ::= { apnMuRxPktsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.6.1.5 - apnMuRxPktsAt9Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 6, 12 and 24 Mbps." - ::= { apnMuRxPktsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.6.1.6 - apnMuRxPktsAt11Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 6, 12 and 24 Mbps as well as - at MCS 0 to 7 rates." - ::= { apnMuRxPktsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.6.1.7 - apnMuRxPktsAt12Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at MCS 0 to 7 rates." - ::= { apnMuRxPktsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.6.1.8 - apnMuRxPktsAt18Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxPktsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.6.1.9 - apnMuRxPktsAt24Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxPktsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.6.1.10 - apnMuRxPktsAt36Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxPktsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.6.1.11 - apnMuRxPktsAt48Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxPktsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.6.1.12 - apnMuRxPktsAt54Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxPktsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.6.1.13 - apnMuRxPktsAtMCS0 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxPktsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.6.1.14 - apnMuRxPktsAtMCS1 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxPktsEntry 14 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.6.1.15 - apnMuRxPktsAtMCS2 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxPktsEntry 15 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.6.1.16 - apnMuRxPktsAtMCS3 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxPktsEntry 16 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.6.1.17 - apnMuRxPktsAtMCS4 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxPktsEntry 17 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.6.1.18 - apnMuRxPktsAtMCS5 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxPktsEntry 18 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.6.1.19 - apnMuRxPktsAtMCS6 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxPktsEntry 19 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.6.1.20 - apnMuRxPktsAtMCS7 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxPktsEntry 20 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.6.1.21 - apnMuRxPktsAtMCS8 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxPktsEntry 21 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.6.1.22 - apnMuRxPktsAtMCS9 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxPktsEntry 22 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.6.1.23 - apnMuRxPktsAtMCS10 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxPktsEntry 23 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.6.1.24 - apnMuRxPktsAtMCS11 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxPktsEntry 24 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.6.1.25 - apnMuRxPktsAtMCS12 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxPktsEntry 25 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.6.1.26 - apnMuRxPktsAtMCS13 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxPktsEntry 26 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.6.1.27 - apnMuRxPktsAtMCS14 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxPktsEntry 27 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.6.1.28 - apnMuRxPktsAtMCS15 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxPktsEntry 28 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.7 - apnMuTxPktsTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApnMuTxPktsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "For each mobile unit associated to an 802.11n Portal - on the AP, this table describes counts of packets - transmitted at each speed." - ::= { apnStats 7 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.7.1 - apnMuTxPktsEntry OBJECT-TYPE - SYNTAX ApnMuTxPktsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccMuMac } - ::= { apnMuTxPktsTable 1 } - - - ApnMuTxPktsEntry ::= - SEQUENCE { - apnMuTxPktsAt1Mb - Counter32, - apnMuTxPktsAt2Mb - Counter32, - apnMuTxPktsAt5pt5Mb - Counter32, - apnMuTxPktsAt6Mb - Counter32, - apnMuTxPktsAt9Mb - Counter32, - apnMuTxPktsAt11Mb - Counter32, - apnMuTxPktsAt12Mb - Counter32, - apnMuTxPktsAt18Mb - Counter32, - apnMuTxPktsAt24Mb - Counter32, - apnMuTxPktsAt36Mb - Counter32, - apnMuTxPktsAt48Mb - Counter32, - apnMuTxPktsAt54Mb - Counter32, - apnMuTxPktsAtMCS0 - Counter32, - apnMuTxPktsAtMCS1 - Counter32, - apnMuTxPktsAtMCS2 - Counter32, - apnMuTxPktsAtMCS3 - Counter32, - apnMuTxPktsAtMCS4 - Counter32, - apnMuTxPktsAtMCS5 - Counter32, - apnMuTxPktsAtMCS6 - Counter32, - apnMuTxPktsAtMCS7 - Counter32, - apnMuTxPktsAtMCS8 - Counter32, - apnMuTxPktsAtMCS9 - Counter32, - apnMuTxPktsAtMCS10 - Counter32, - apnMuTxPktsAtMCS11 - Counter32, - apnMuTxPktsAtMCS12 - Counter32, - apnMuTxPktsAtMCS13 - Counter32, - apnMuTxPktsAtMCS14 - Counter32, - apnMuTxPktsAtMCS15 - Counter32 - } - - -- 1.3.6.1.4.1.388.11.3.9.8.7.1.1 - apnMuTxPktsAt1Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at 1 and 2 Mbps." - ::= { apnMuTxPktsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.7.1.2 - apnMuTxPktsAt2Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at 1, 2, 5.5 and 11 Mbps." - ::= { apnMuTxPktsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.7.1.3 - apnMuTxPktsAt5pt5Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at 1, 2, 5.5 and 11 Mbps, and, - 6, 12 and 24 Mbps." - ::= { apnMuTxPktsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.7.1.4 - apnMuTxPktsAt6Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at 1, 2, 5.5 and 11 Mbps, and, - 6, 12 and 24 Mbps as well as at MCS 0 to 7 rates." - ::= { apnMuTxPktsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.7.1.5 - apnMuTxPktsAt9Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at 6, 12 and 24 Mbps." - ::= { apnMuTxPktsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.7.1.6 - apnMuTxPktsAt11Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at 6, 12 and 24 Mbps as well as - at MCS 0 to 7 rates." - ::= { apnMuTxPktsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.7.1.7 - apnMuTxPktsAt12Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at MCS 0 to 7 rates." - ::= { apnMuTxPktsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.7.1.8 - apnMuTxPktsAt18Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxPktsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.7.1.9 - apnMuTxPktsAt24Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxPktsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.7.1.10 - apnMuTxPktsAt36Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxPktsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.7.1.11 - apnMuTxPktsAt48Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxPktsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.7.1.12 - apnMuTxPktsAt54Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxPktsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.7.1.13 - apnMuTxPktsAtMCS0 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxPktsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.7.1.14 - apnMuTxPktsAtMCS1 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxPktsEntry 14 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.7.1.15 - apnMuTxPktsAtMCS2 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxPktsEntry 15 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.7.1.16 - apnMuTxPktsAtMCS3 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxPktsEntry 16 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.7.1.17 - apnMuTxPktsAtMCS4 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxPktsEntry 17 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.7.1.18 - apnMuTxPktsAtMCS5 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxPktsEntry 18 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.7.1.19 - apnMuTxPktsAtMCS6 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxPktsEntry 19 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.7.1.20 - apnMuTxPktsAtMCS7 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxPktsEntry 20 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.7.1.21 - apnMuTxPktsAtMCS8 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxPktsEntry 21 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.7.1.22 - apnMuTxPktsAtMCS9 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxPktsEntry 22 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.7.1.23 - apnMuTxPktsAtMCS10 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxPktsEntry 23 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.7.1.24 - apnMuTxPktsAtMCS11 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxPktsEntry 24 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.7.1.25 - apnMuTxPktsAtMCS12 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxPktsEntry 25 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.7.1.26 - apnMuTxPktsAtMCS13 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxPktsEntry 26 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.7.1.27 - apnMuTxPktsAtMCS14 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxPktsEntry 27 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.7.1.28 - apnMuTxPktsAtMCS15 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxPktsEntry 28 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.8 - apnMuRxOctetsTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApnMuRxOctetsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "For each mobile unit associated to an 802.11n Portal - on the AP, this table describes counts of octets - received at each speed." - ::= { apnStats 8 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.8.1 - apnMuRxOctetsEntry OBJECT-TYPE - SYNTAX ApnMuRxOctetsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccMuMac } - ::= { apnMuRxOctetsTable 1 } - - - ApnMuRxOctetsEntry ::= - SEQUENCE { - apnMuRxOctetsAt1Mb - Counter32, - apnMuRxOctetsAt2Mb - Counter32, - apnMuRxOctetsAt5pt5Mb - Counter32, - apnMuRxOctetsAt6Mb - Counter32, - apnMuRxOctetsAt9Mb - Counter32, - apnMuRxOctetsAt11Mb - Counter32, - apnMuRxOctetsAt12Mb - Counter32, - apnMuRxOctetsAt18Mb - Counter32, - apnMuRxOctetsAt24Mb - Counter32, - apnMuRxOctetsAt36Mb - Counter32, - apnMuRxOctetsAt48Mb - Counter32, - apnMuRxOctetsAt54Mb - Counter32, - apnMuRxOctetsAtMCS0 - Counter32, - apnMuRxOctetsAtMCS1 - Counter32, - apnMuRxOctetsAtMCS2 - Counter32, - apnMuRxOctetsAtMCS3 - Counter32, - apnMuRxOctetsAtMCS4 - Counter32, - apnMuRxOctetsAtMCS5 - Counter32, - apnMuRxOctetsAtMCS6 - Counter32, - apnMuRxOctetsAtMCS7 - Counter32, - apnMuRxOctetsAtMCS8 - Counter32, - apnMuRxOctetsAtMCS9 - Counter32, - apnMuRxOctetsAtMCS10 - Counter32, - apnMuRxOctetsAtMCS11 - Counter32, - apnMuRxOctetsAtMCS12 - Counter32, - apnMuRxOctetsAtMCS13 - Counter32, - apnMuRxOctetsAtMCS14 - Counter32, - apnMuRxOctetsAtMCS15 - Counter32 - } - - -- 1.3.6.1.4.1.388.11.3.9.8.8.1.1 - apnMuRxOctetsAt1Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at 1 and 2 Mbps." - ::= { apnMuRxOctetsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.8.1.2 - apnMuRxOctetsAt2Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at 1, 2, 5.5 and 11 Mbps." - ::= { apnMuRxOctetsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.8.1.3 - apnMuRxOctetsAt5pt5Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at 1, 2, 5.5 and 11 Mbps, and, - 6, 12 and 24 Mbps." - ::= { apnMuRxOctetsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.8.1.4 - apnMuRxOctetsAt6Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at 1, 2, 5.5 and 11 Mbps, and, - 6, 12 and 24 Mbps as well as at MCS 0 to 7 rates." - ::= { apnMuRxOctetsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.8.1.5 - apnMuRxOctetsAt9Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at 6, 12 and 24 Mbps." - ::= { apnMuRxOctetsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.8.1.6 - apnMuRxOctetsAt11Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at 6, 12 and 24 Mbps as well as - at MCS 0 to 7 rates." - ::= { apnMuRxOctetsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.8.1.7 - apnMuRxOctetsAt12Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at MCS 0 to 7 rates." - ::= { apnMuRxOctetsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.8.1.8 - apnMuRxOctetsAt18Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxOctetsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.8.1.9 - apnMuRxOctetsAt24Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxOctetsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.8.1.10 - apnMuRxOctetsAt36Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxOctetsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.8.1.11 - apnMuRxOctetsAt48Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxOctetsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.8.1.12 - apnMuRxOctetsAt54Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxOctetsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.8.1.13 - apnMuRxOctetsAtMCS0 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxOctetsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.8.1.14 - apnMuRxOctetsAtMCS1 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxOctetsEntry 14 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.8.1.15 - apnMuRxOctetsAtMCS2 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxOctetsEntry 15 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.8.1.16 - apnMuRxOctetsAtMCS3 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxOctetsEntry 16 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.8.1.17 - apnMuRxOctetsAtMCS4 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxOctetsEntry 17 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.8.1.18 - apnMuRxOctetsAtMCS5 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxOctetsEntry 18 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.8.1.19 - apnMuRxOctetsAtMCS6 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxOctetsEntry 19 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.8.1.20 - apnMuRxOctetsAtMCS7 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxOctetsEntry 20 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.8.1.21 - apnMuRxOctetsAtMCS8 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxOctetsEntry 21 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.8.1.22 - apnMuRxOctetsAtMCS9 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxOctetsEntry 22 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.8.1.23 - apnMuRxOctetsAtMCS10 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxOctetsEntry 23 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.8.1.24 - apnMuRxOctetsAtMCS11 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxOctetsEntry 24 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.8.1.25 - apnMuRxOctetsAtMCS12 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxOctetsEntry 25 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.8.1.26 - apnMuRxOctetsAtMCS13 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxOctetsEntry 26 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.8.1.27 - apnMuRxOctetsAtMCS14 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxOctetsEntry 27 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.8.1.28 - apnMuRxOctetsAtMCS15 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuRxOctetsEntry 28 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.9 - apnMuTxOctetsTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApnMuTxOctetsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "For each mobile unit associated to an 802.11n Portal - on the AP, this table describes counts of octets - transmitted at each speed." - ::= { apnStats 9 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.9.1 - apnMuTxOctetsEntry OBJECT-TYPE - SYNTAX ApnMuTxOctetsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccMuMac } - ::= { apnMuTxOctetsTable 1 } - - - ApnMuTxOctetsEntry ::= - SEQUENCE { - apnMuTxOctetsAt1Mb - Counter32, - apnMuTxOctetsAt2Mb - Counter32, - apnMuTxOctetsAt5pt5Mb - Counter32, - apnMuTxOctetsAt6Mb - Counter32, - apnMuTxOctetsAt9Mb - Counter32, - apnMuTxOctetsAt11Mb - Counter32, - apnMuTxOctetsAt12Mb - Counter32, - apnMuTxOctetsAt18Mb - Counter32, - apnMuTxOctetsAt24Mb - Counter32, - apnMuTxOctetsAt36Mb - Counter32, - apnMuTxOctetsAt48Mb - Counter32, - apnMuTxOctetsAt54Mb - Counter32, - apnMuTxOctetsAtMCS0 - Counter32, - apnMuTxOctetsAtMCS1 - Counter32, - apnMuTxOctetsAtMCS2 - Counter32, - apnMuTxOctetsAtMCS3 - Counter32, - apnMuTxOctetsAtMCS4 - Counter32, - apnMuTxOctetsAtMCS5 - Counter32, - apnMuTxOctetsAtMCS6 - Counter32, - apnMuTxOctetsAtMCS7 - Counter32, - apnMuTxOctetsAtMCS8 - Counter32, - apnMuTxOctetsAtMCS9 - Counter32, - apnMuTxOctetsAtMCS10 - Counter32, - apnMuTxOctetsAtMCS11 - Counter32, - apnMuTxOctetsAtMCS12 - Counter32, - apnMuTxOctetsAtMCS13 - Counter32, - apnMuTxOctetsAtMCS14 - Counter32, - apnMuTxOctetsAtMCS15 - Counter32 - } - - -- 1.3.6.1.4.1.388.11.3.9.8.9.1.2 - apnMuTxOctetsAt1Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number octets transmitted via this Portal at 1 and 2 Mbps." - ::= { apnMuTxOctetsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.9.1.3 - apnMuTxOctetsAt2Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number octets transmitted via this Portal at 1, 2, 5.5 and 11 Mbps." - ::= { apnMuTxOctetsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.9.1.4 - apnMuTxOctetsAt5pt5Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number octets transmitted via this Portal at 1, 2, 5.5 and 11 Mbps, and, - 6, 12 and 24 Mbps." - ::= { apnMuTxOctetsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.9.1.5 - apnMuTxOctetsAt6Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number octets transmitted via this Portal at 1, 2, 5.5 and 11 Mbps, and, - 6, 12 and 24 Mbps as well as at MCS 0 to 7 rates." - ::= { apnMuTxOctetsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.9.1.6 - apnMuTxOctetsAt9Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number octets transmitted via this Portal at 6, 12 and 24 Mbps." - ::= { apnMuTxOctetsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.9.1.7 - apnMuTxOctetsAt11Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number octets transmitted via this Portal at 6, 12 and 24 Mbps as well as - at MCS 0 to 7 rates." - ::= { apnMuTxOctetsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.9.1.8 - apnMuTxOctetsAt12Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number octets transmitted via this Portal at MCS 0 to 7 rates." - ::= { apnMuTxOctetsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.9.1.9 - apnMuTxOctetsAt18Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxOctetsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.9.1.10 - apnMuTxOctetsAt24Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxOctetsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.9.1.11 - apnMuTxOctetsAt36Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxOctetsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.9.1.12 - apnMuTxOctetsAt48Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxOctetsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.9.1.13 - apnMuTxOctetsAt54Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxOctetsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.9.1.14 - apnMuTxOctetsAtMCS0 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxOctetsEntry 14 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.9.1.15 - apnMuTxOctetsAtMCS1 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxOctetsEntry 15 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.9.1.16 - apnMuTxOctetsAtMCS2 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxOctetsEntry 16 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.9.1.17 - apnMuTxOctetsAtMCS3 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxOctetsEntry 17 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.9.1.18 - apnMuTxOctetsAtMCS4 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxOctetsEntry 18 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.9.1.19 - apnMuTxOctetsAtMCS5 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxOctetsEntry 19 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.9.1.20 - apnMuTxOctetsAtMCS6 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxOctetsEntry 20 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.9.1.21 - apnMuTxOctetsAtMCS7 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxOctetsEntry 21 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.9.1.22 - apnMuTxOctetsAtMCS8 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxOctetsEntry 22 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.9.1.23 - apnMuTxOctetsAtMCS9 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxOctetsEntry 23 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.9.1.24 - apnMuTxOctetsAtMCS10 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxOctetsEntry 24 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.9.1.25 - apnMuTxOctetsAtMCS11 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxOctetsEntry 25 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.9.1.26 - apnMuTxOctetsAtMCS12 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxOctetsEntry 26 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.9.1.27 - apnMuTxOctetsAtMCS13 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxOctetsEntry 27 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.9.1.28 - apnMuTxOctetsAtMCS14 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxOctetsEntry 28 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.9.1.29 - apnMuTxOctetsAtMCS15 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnMuTxOctetsEntry 29 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.10 - apnWlanRxPktsTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApnWlanRxPktsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "For each wlan on the 802.11n Portal on the AP, - this table describes counts of packets received - at each speed." - ::= { apnStats 10 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.10.1 - apnWlanRxPktsEntry OBJECT-TYPE - SYNTAX ApnWlanRxPktsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccWlanIndex } - ::= { apnWlanRxPktsTable 1 } - - - ApnWlanRxPktsEntry ::= - SEQUENCE { - apnWlanRxPktsAt1Mb - Counter32, - apnWlanRxPktsAt2Mb - Counter32, - apnWlanRxPktsAt5pt5Mb - Counter32, - apnWlanRxPktsAt6Mb - Counter32, - apnWlanRxPktsAt9Mb - Counter32, - apnWlanRxPktsAt11Mb - Counter32, - apnWlanRxPktsAt12Mb - Counter32, - apnWlanRxPktsAt18Mb - Counter32, - apnWlanRxPktsAt24Mb - Counter32, - apnWlanRxPktsAt36Mb - Counter32, - apnWlanRxPktsAt48Mb - Counter32, - apnWlanRxPktsAt54Mb - Counter32, - apnWlanRxPktsAtMCS0 - Counter32, - apnWlanRxPktsAtMCS1 - Counter32, - apnWlanRxPktsAtMCS2 - Counter32, - apnWlanRxPktsAtMCS3 - Counter32, - apnWlanRxPktsAtMCS4 - Counter32, - apnWlanRxPktsAtMCS5 - Counter32, - apnWlanRxPktsAtMCS6 - Counter32, - apnWlanRxPktsAtMCS7 - Counter32, - apnWlanRxPktsAtMCS8 - Counter32, - apnWlanRxPktsAtMCS9 - Counter32, - apnWlanRxPktsAtMCS10 - Counter32, - apnWlanRxPktsAtMCS11 - Counter32, - apnWlanRxPktsAtMCS12 - Counter32, - apnWlanRxPktsAtMCS13 - Counter32, - apnWlanRxPktsAtMCS14 - Counter32, - apnWlanRxPktsAtMCS15 - Counter32 - } - - -- 1.3.6.1.4.1.388.11.3.9.8.10.1.1 - apnWlanRxPktsAt1Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 1 and 2 Mbps." - ::= { apnWlanRxPktsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.10.1.2 - apnWlanRxPktsAt2Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 1, 2, 5.5 and 11 Mbps." - ::= { apnWlanRxPktsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.10.1.3 - apnWlanRxPktsAt5pt5Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 1, 2, 5.5 and 11 Mbps, and, - 6, 12 and 24 Mbps." - ::= { apnWlanRxPktsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.10.1.4 - apnWlanRxPktsAt6Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 1, 2, 5.5 and 11 Mbps, and, - 6, 12 and 24 Mbps as well as at MCS 0 to 7 rates." - ::= { apnWlanRxPktsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.10.1.5 - apnWlanRxPktsAt9Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 6, 12 and 24 Mbps." - ::= { apnWlanRxPktsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.10.1.6 - apnWlanRxPktsAt11Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 6, 12 and 24 Mbps as well as - at MCS 0 to 7 rates." - ::= { apnWlanRxPktsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.10.1.7 - apnWlanRxPktsAt12Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at MCS 0 to 7 rates." - ::= { apnWlanRxPktsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.10.1.8 - apnWlanRxPktsAt18Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxPktsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.10.1.9 - apnWlanRxPktsAt24Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxPktsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.10.1.10 - apnWlanRxPktsAt36Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxPktsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.10.1.11 - apnWlanRxPktsAt48Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxPktsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.10.1.12 - apnWlanRxPktsAt54Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxPktsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.10.1.13 - apnWlanRxPktsAtMCS0 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxPktsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.10.1.14 - apnWlanRxPktsAtMCS1 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxPktsEntry 14 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.10.1.15 - apnWlanRxPktsAtMCS2 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxPktsEntry 15 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.10.1.16 - apnWlanRxPktsAtMCS3 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxPktsEntry 16 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.10.1.17 - apnWlanRxPktsAtMCS4 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxPktsEntry 17 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.10.1.18 - apnWlanRxPktsAtMCS5 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxPktsEntry 18 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.10.1.19 - apnWlanRxPktsAtMCS6 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxPktsEntry 19 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.10.1.20 - apnWlanRxPktsAtMCS7 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxPktsEntry 20 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.10.1.21 - apnWlanRxPktsAtMCS8 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxPktsEntry 21 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.10.1.22 - apnWlanRxPktsAtMCS9 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxPktsEntry 22 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.10.1.23 - apnWlanRxPktsAtMCS10 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxPktsEntry 23 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.10.1.24 - apnWlanRxPktsAtMCS11 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxPktsEntry 24 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.10.1.25 - apnWlanRxPktsAtMCS12 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxPktsEntry 25 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.10.1.26 - apnWlanRxPktsAtMCS13 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxPktsEntry 26 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.10.1.27 - apnWlanRxPktsAtMCS14 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxPktsEntry 27 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.10.1.28 - apnWlanRxPktsAtMCS15 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxPktsEntry 28 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.11 - apnWlanTxPktsTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApnWlanTxPktsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "For each wlan on the 802.11n Portal on the AP, - this table describes counts of packets transmitted - at each speed." - ::= { apnStats 11 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.11.1 - apnWlanTxPktsEntry OBJECT-TYPE - SYNTAX ApnWlanTxPktsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccWlanIndex } - ::= { apnWlanTxPktsTable 1 } - - - ApnWlanTxPktsEntry ::= - SEQUENCE { - apnWlanTxPktsAt1Mb - Counter32, - apnWlanTxPktsAt2Mb - Counter32, - apnWlanTxPktsAt5pt5Mb - Counter32, - apnWlanTxPktsAt6Mb - Counter32, - apnWlanTxPktsAt9Mb - Counter32, - apnWlanTxPktsAt11Mb - Counter32, - apnWlanTxPktsAt12Mb - Counter32, - apnWlanTxPktsAt18Mb - Counter32, - apnWlanTxPktsAt24Mb - Counter32, - apnWlanTxPktsAt36Mb - Counter32, - apnWlanTxPktsAt48Mb - Counter32, - apnWlanTxPktsAt54Mb - Counter32, - apnWlanTxPktsAtMCS0 - Counter32, - apnWlanTxPktsAtMCS1 - Counter32, - apnWlanTxPktsAtMCS2 - Counter32, - apnWlanTxPktsAtMCS3 - Counter32, - apnWlanTxPktsAtMCS4 - Counter32, - apnWlanTxPktsAtMCS5 - Counter32, - apnWlanTxPktsAtMCS6 - Counter32, - apnWlanTxPktsAtMCS7 - Counter32, - apnWlanTxPktsAtMCS8 - Counter32, - apnWlanTxPktsAtMCS9 - Counter32, - apnWlanTxPktsAtMCS10 - Counter32, - apnWlanTxPktsAtMCS11 - Counter32, - apnWlanTxPktsAtMCS12 - Counter32, - apnWlanTxPktsAtMCS13 - Counter32, - apnWlanTxPktsAtMCS14 - Counter32, - apnWlanTxPktsAtMCS15 - Counter32 - } - - -- 1.3.6.1.4.1.388.11.3.9.8.11.1.1 - apnWlanTxPktsAt1Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 1 and 2 Mbps." - ::= { apnWlanTxPktsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.11.1.2 - apnWlanTxPktsAt2Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 1, 2, 5.5 and 11 Mbps." - ::= { apnWlanTxPktsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.11.1.3 - apnWlanTxPktsAt5pt5Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 1, 2, 5.5 and 11 Mbps, and, - 6, 12 and 24 Mbps." - ::= { apnWlanTxPktsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.11.1.4 - apnWlanTxPktsAt6Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 1, 2, 5.5 and 11 Mbps, and, - 6, 12 and 24 Mbps as well as at MCS 0 to 7 rates." - ::= { apnWlanTxPktsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.11.1.5 - apnWlanTxPktsAt9Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 6, 12 and 24 Mbps." - ::= { apnWlanTxPktsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.11.1.6 - apnWlanTxPktsAt11Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 6, 12 and 24 Mbps as well as - at MCS 0 to 7 rates." - ::= { apnWlanTxPktsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.11.1.7 - apnWlanTxPktsAt12Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at MCS 0 to 7 rates." - ::= { apnWlanTxPktsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.11.1.8 - apnWlanTxPktsAt18Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxPktsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.11.1.9 - apnWlanTxPktsAt24Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxPktsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.11.1.10 - apnWlanTxPktsAt36Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxPktsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.11.1.11 - apnWlanTxPktsAt48Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxPktsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.11.1.12 - apnWlanTxPktsAt54Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxPktsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.11.1.13 - apnWlanTxPktsAtMCS0 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxPktsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.11.1.14 - apnWlanTxPktsAtMCS1 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxPktsEntry 14 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.11.1.15 - apnWlanTxPktsAtMCS2 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxPktsEntry 15 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.11.1.16 - apnWlanTxPktsAtMCS3 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxPktsEntry 16 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.11.1.17 - apnWlanTxPktsAtMCS4 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxPktsEntry 17 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.11.1.18 - apnWlanTxPktsAtMCS5 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxPktsEntry 18 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.11.1.19 - apnWlanTxPktsAtMCS6 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxPktsEntry 19 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.11.1.20 - apnWlanTxPktsAtMCS7 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxPktsEntry 20 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.11.1.21 - apnWlanTxPktsAtMCS8 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxPktsEntry 21 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.11.1.22 - apnWlanTxPktsAtMCS9 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxPktsEntry 22 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.11.1.23 - apnWlanTxPktsAtMCS10 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxPktsEntry 23 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.11.1.24 - apnWlanTxPktsAtMCS11 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxPktsEntry 24 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.11.1.25 - apnWlanTxPktsAtMCS12 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxPktsEntry 25 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.11.1.26 - apnWlanTxPktsAtMCS13 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxPktsEntry 26 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.11.1.27 - apnWlanTxPktsAtMCS14 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxPktsEntry 27 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.11.1.28 - apnWlanTxPktsAtMCS15 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxPktsEntry 28 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.12 - apnWlanRxOctetsTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApnWlanRxOctetsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "For each wlan on the 802.11n Portal on the AP, - this table describes counts of octets received - at each speed." - ::= { apnStats 12 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.12.1 - apnWlanRxOctetsEntry OBJECT-TYPE - SYNTAX ApnWlanRxOctetsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccWlanIndex } - ::= { apnWlanRxOctetsTable 1 } - - - ApnWlanRxOctetsEntry ::= - SEQUENCE { - apnWlanRxOctetsAt1Mb - Counter32, - apnWlanRxOctetsAt2Mb - Counter32, - apnWlanRxOctetsAt5pt5Mb - Counter32, - apnWlanRxOctetsAt6Mb - Counter32, - apnWlanRxOctetsAt9Mb - Counter32, - apnWlanRxOctetsAt11Mb - Counter32, - apnWlanRxOctetsAt12Mb - Counter32, - apnWlanRxOctetsAt18Mb - Counter32, - apnWlanRxOctetsAt24Mb - Counter32, - apnWlanRxOctetsAt36Mb - Counter32, - apnWlanRxOctetsAt48Mb - Counter32, - apnWlanRxOctetsAt54Mb - Counter32, - apnWlanRxOctetsAtMCS0 - Counter32, - apnWlanRxOctetsAtMCS1 - Counter32, - apnWlanRxOctetsAtMCS2 - Counter32, - apnWlanRxOctetsAtMCS3 - Counter32, - apnWlanRxOctetsAtMCS4 - Counter32, - apnWlanRxOctetsAtMCS5 - Counter32, - apnWlanRxOctetsAtMCS6 - Counter32, - apnWlanRxOctetsAtMCS7 - Counter32, - apnWlanRxOctetsAtMCS8 - Counter32, - apnWlanRxOctetsAtMCS9 - Counter32, - apnWlanRxOctetsAtMCS10 - Counter32, - apnWlanRxOctetsAtMCS11 - Counter32, - apnWlanRxOctetsAtMCS12 - Counter32, - apnWlanRxOctetsAtMCS13 - Counter32, - apnWlanRxOctetsAtMCS14 - Counter32, - apnWlanRxOctetsAtMCS15 - Counter32 - } - - -- 1.3.6.1.4.1.388.11.3.9.8.12.1.1 - apnWlanRxOctetsAt1Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 1 and 2 Mbps." - ::= { apnWlanRxOctetsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.12.1.2 - apnWlanRxOctetsAt2Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 1, 2, 5.5 and 11 Mbps." - ::= { apnWlanRxOctetsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.12.1.3 - apnWlanRxOctetsAt5pt5Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 1, 2, 5.5 and 11 Mbps, and, - 6, 12 and 24 Mbps." - ::= { apnWlanRxOctetsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.12.1.4 - apnWlanRxOctetsAt6Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 1, 2, 5.5 and 11 Mbps, and, - 6, 12 and 24 Mbps as well as at MCS 0 to 7 rates." - ::= { apnWlanRxOctetsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.12.1.5 - apnWlanRxOctetsAt9Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 6, 12 and 24 Mbps." - ::= { apnWlanRxOctetsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.12.1.6 - apnWlanRxOctetsAt11Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 6, 12 and 24 Mbps as well as - at MCS 0 to 7 rates." - ::= { apnWlanRxOctetsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.12.1.7 - apnWlanRxOctetsAt12Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at MCS 0 to 7 rates." - ::= { apnWlanRxOctetsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.12.1.8 - apnWlanRxOctetsAt18Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxOctetsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.12.1.9 - apnWlanRxOctetsAt24Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxOctetsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.12.1.10 - apnWlanRxOctetsAt36Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxOctetsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.12.1.11 - apnWlanRxOctetsAt48Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxOctetsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.12.1.12 - apnWlanRxOctetsAt54Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxOctetsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.12.1.13 - apnWlanRxOctetsAtMCS0 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxOctetsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.12.1.14 - apnWlanRxOctetsAtMCS1 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxOctetsEntry 14 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.12.1.15 - apnWlanRxOctetsAtMCS2 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxOctetsEntry 15 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.12.1.16 - apnWlanRxOctetsAtMCS3 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxOctetsEntry 16 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.12.1.17 - apnWlanRxOctetsAtMCS4 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxOctetsEntry 17 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.12.1.18 - apnWlanRxOctetsAtMCS5 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxOctetsEntry 18 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.12.1.19 - apnWlanRxOctetsAtMCS6 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxOctetsEntry 19 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.12.1.20 - apnWlanRxOctetsAtMCS7 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxOctetsEntry 20 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.12.1.21 - apnWlanRxOctetsAtMCS8 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxOctetsEntry 21 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.12.1.22 - apnWlanRxOctetsAtMCS9 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxOctetsEntry 22 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.12.1.23 - apnWlanRxOctetsAtMCS10 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxOctetsEntry 23 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.12.1.24 - apnWlanRxOctetsAtMCS11 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxOctetsEntry 24 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.12.1.25 - apnWlanRxOctetsAtMCS12 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxOctetsEntry 25 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.12.1.26 - apnWlanRxOctetsAtMCS13 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxOctetsEntry 26 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.12.1.27 - apnWlanRxOctetsAtMCS14 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxOctetsEntry 27 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.12.1.28 - apnWlanRxOctetsAtMCS15 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanRxOctetsEntry 28 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.13 - apnWlanTxOctetsTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApnWlanTxOctetsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "For each wlan on the 802.11n Portal on the AP, - this table describes counts of octets transmitted - at each speed." - ::= { apnStats 13 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.13.1 - apnWlanTxOctetsEntry OBJECT-TYPE - SYNTAX ApnWlanTxOctetsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccWlanIndex } - ::= { apnWlanTxOctetsTable 1 } - - - ApnWlanTxOctetsEntry ::= - SEQUENCE { - apnWlanTxOctetsAt1Mb - Counter32, - apnWlanTxOctetsAt2Mb - Counter32, - apnWlanTxOctetsAt5pt5Mb - Counter32, - apnWlanTxOctetsAt6Mb - Counter32, - apnWlanTxOctetsAt9Mb - Counter32, - apnWlanTxOctetsAt11Mb - Counter32, - apnWlanTxOctetsAt12Mb - Counter32, - apnWlanTxOctetsAt18Mb - Counter32, - apnWlanTxOctetsAt24Mb - Counter32, - apnWlanTxOctetsAt36Mb - Counter32, - apnWlanTxOctetsAt48Mb - Counter32, - apnWlanTxOctetsAt54Mb - Counter32, - apnWlanTxOctetsAtMCS0 - Counter32, - apnWlanTxOctetsAtMCS1 - Counter32, - apnWlanTxOctetsAtMCS2 - Counter32, - apnWlanTxOctetsAtMCS3 - Counter32, - apnWlanTxOctetsAtMCS4 - Counter32, - apnWlanTxOctetsAtMCS5 - Counter32, - apnWlanTxOctetsAtMCS6 - Counter32, - apnWlanTxOctetsAtMCS7 - Counter32, - apnWlanTxOctetsAtMCS8 - Counter32, - apnWlanTxOctetsAtMCS9 - Counter32, - apnWlanTxOctetsAtMCS10 - Counter32, - apnWlanTxOctetsAtMCS11 - Counter32, - apnWlanTxOctetsAtMCS12 - Counter32, - apnWlanTxOctetsAtMCS13 - Counter32, - apnWlanTxOctetsAtMCS14 - Counter32, - apnWlanTxOctetsAtMCS15 - Counter32 - } - - -- 1.3.6.1.4.1.388.11.3.9.8.13.1.1 - apnWlanTxOctetsAt1Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 1 and 2 Mbps." - ::= { apnWlanTxOctetsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.13.1.2 - apnWlanTxOctetsAt2Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 1, 2, 5.5 and 11 Mbps." - ::= { apnWlanTxOctetsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.13.1.3 - apnWlanTxOctetsAt5pt5Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 1, 2, 5.5 and 11 Mbps, and, - 6, 12 and 24 Mbps." - ::= { apnWlanTxOctetsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.13.1.4 - apnWlanTxOctetsAt6Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 1, 2, 5.5 and 11 Mbps, and, - 6, 12 and 24 Mbps as well as at MCS 0 to 7 rates." - ::= { apnWlanTxOctetsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.13.1.5 - apnWlanTxOctetsAt9Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 6, 12 and 24 Mbps." - ::= { apnWlanTxOctetsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.13.1.6 - apnWlanTxOctetsAt11Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 6, 12 and 24 Mbps as well as - at MCS 0 to 7 rates." - ::= { apnWlanTxOctetsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.13.1.7 - apnWlanTxOctetsAt12Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at MCS 0 to 7 rates." - ::= { apnWlanTxOctetsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.13.1.8 - apnWlanTxOctetsAt18Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxOctetsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.13.1.9 - apnWlanTxOctetsAt24Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxOctetsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.13.1.10 - apnWlanTxOctetsAt36Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxOctetsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.13.1.11 - apnWlanTxOctetsAt48Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxOctetsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.13.1.12 - apnWlanTxOctetsAt54Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxOctetsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.13.1.13 - apnWlanTxOctetsAtMCS0 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxOctetsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.13.1.14 - apnWlanTxOctetsAtMCS1 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxOctetsEntry 14 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.13.1.15 - apnWlanTxOctetsAtMCS2 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxOctetsEntry 15 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.13.1.16 - apnWlanTxOctetsAtMCS3 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxOctetsEntry 16 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.13.1.17 - apnWlanTxOctetsAtMCS4 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxOctetsEntry 17 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.13.1.18 - apnWlanTxOctetsAtMCS5 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxOctetsEntry 18 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.13.1.19 - apnWlanTxOctetsAtMCS6 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxOctetsEntry 19 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.13.1.20 - apnWlanTxOctetsAtMCS7 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxOctetsEntry 20 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.13.1.21 - apnWlanTxOctetsAtMCS8 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxOctetsEntry 21 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.13.1.22 - apnWlanTxOctetsAtMCS9 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxOctetsEntry 22 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.13.1.23 - apnWlanTxOctetsAtMCS10 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxOctetsEntry 23 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.13.1.24 - apnWlanTxOctetsAtMCS11 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxOctetsEntry 24 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.13.1.25 - apnWlanTxOctetsAtMCS12 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxOctetsEntry 25 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.13.1.26 - apnWlanTxOctetsAtMCS13 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxOctetsEntry 26 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.13.1.27 - apnWlanTxOctetsAtMCS14 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxOctetsEntry 27 } - - - -- 1.3.6.1.4.1.388.11.3.9.8.13.1.28 - apnWlanTxOctetsAtMCS15 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apnWlanTxOctetsEntry 28 } - - - -- 1.3.6.1.4.1.388.11.3.9.9 - apDiagStats OBJECT IDENTIFIER ::= { apStats 9 } - - - -- 1.3.6.1.4.1.388.11.3.9.9.1 - apDiagCpuStats OBJECT IDENTIFIER ::= { apDiagStats 1 } - - - -- 1.3.6.1.4.1.388.11.3.9.9.1.1 - apDiagCpuLoad1Min OBJECT-TYPE - SYNTAX Unsigned32 (0..1000) - UNITS "%" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "% of CPU load averaged over 1 min." - ::= { apDiagCpuStats 1 } - - - -- 1.3.6.1.4.1.388.11.3.9.9.1.2 - apDiagCpuLoad5Min OBJECT-TYPE - SYNTAX Unsigned32 (0..1000) - UNITS "%" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "% of CPU load averaged over 5 mins." - ::= { apDiagCpuStats 2 } - - - -- 1.3.6.1.4.1.388.11.3.9.9.1.3 - apDiagCpuLoad15Min OBJECT-TYPE - SYNTAX Unsigned32 (0..1000) - UNITS "%" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "% of CPU load averaged over 15 mins." - ::= { apDiagCpuStats 3 } - - - -- 1.3.6.1.4.1.388.11.3.9.9.2 - apDiagRamStats OBJECT IDENTIFIER ::= { apDiagStats 2 } - - - -- 1.3.6.1.4.1.388.11.3.9.9.2.1 - apDiagRamTotal OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "megabytes" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Total RAM available in the system - " - ::= { apDiagRamStats 1 } - - - -- 1.3.6.1.4.1.388.11.3.9.9.2.2 - apDiagRamUsed OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "megabytes" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Total RAM used in the system - " - ::= { apDiagRamStats 2 } - - - -- 1.3.6.1.4.1.388.11.3.9.9.2.3 - apDiagRamPercentageUsed OBJECT-TYPE - SYNTAX Unsigned32 (0..1000) - UNITS "0.1%" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "% of total RAM used. Precision is to the degree of 0.1 % - " - ::= { apDiagRamStats 3 } - - - -- 1.3.6.1.4.1.388.11.3.9.10 - apLanStats OBJECT IDENTIFIER ::= { apStats 10 } - - - -- 1.3.6.1.4.1.388.11.3.9.10.1 - apLanInfoTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApLanInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - ::= { apLanStats 1 } - - - -- 1.3.6.1.4.1.388.11.3.9.10.1.1 - apLanInfoEntry OBJECT-TYPE - SYNTAX ApLanInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - INDEX { apLanInfoIndex } - ::= { apLanInfoTable 1 } - - - ApLanInfoEntry ::= - SEQUENCE { - apLanInfoIndex - Integer32, - apLanInfoEnabled - TruthValue, - apLanInfoIpAddress - IpAddress, - apLanInfoNetworkMask - IpAddress, - apLanInfoEthernetAddress - PhysAddress, - apLanInfoSpeed - Unsigned32, - apLanInfoDuplexMode - INTEGER - } - - -- 1.3.6.1.4.1.388.11.3.9.10.1.1.1 - apLanInfoIndex OBJECT-TYPE - SYNTAX Integer32 (1..2) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Description." - ::= { apLanInfoEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.9.10.1.1.2 - apLanInfoEnabled OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Is LAN enabled." - ::= { apLanInfoEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.9.10.1.1.3 - apLanInfoIpAddress OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "LAN ip address" - ::= { apLanInfoEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.9.10.1.1.4 - apLanInfoNetworkMask OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "LAN network mask." - ::= { apLanInfoEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.9.10.1.1.5 - apLanInfoEthernetAddress OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description." - ::= { apLanInfoEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.9.10.1.1.6 - apLanInfoSpeed OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "mbps" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Lan Ethernet Port Speed." - ::= { apLanInfoEntry 6 } - - - -- 1.3.6.1.4.1.388.11.3.9.10.1.1.7 - apLanInfoDuplexMode OBJECT-TYPE - SYNTAX INTEGER - { - half(0), - full(1) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Lan ethernet port duplex mode." - ::= { apLanInfoEntry 7 } - - - -- 1.3.6.1.4.1.388.11.3.9.10.2 - apLanRxPktsTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApLanRxPktsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - ::= { apLanStats 2 } - - - -- 1.3.6.1.4.1.388.11.3.9.10.2.1 - apLanRxPktsEntry OBJECT-TYPE - SYNTAX ApLanRxPktsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - INDEX { apLanInfoIndex } - ::= { apLanRxPktsTable 1 } - - - ApLanRxPktsEntry ::= - SEQUENCE { - apLanRxPkts - Counter32, - apLanRxBytes - Counter32, - apLanRxErrors - Counter32, - apLanRxDropped - Counter32, - apLanRxFrameErrors - Counter32 - } - - -- 1.3.6.1.4.1.388.11.3.9.10.2.1.1 - apLanRxPkts OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of packets received." - ::= { apLanRxPktsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.9.10.2.1.2 - apLanRxBytes OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of bytes received." - ::= { apLanRxPktsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.9.10.2.1.3 - apLanRxErrors OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of errors received." - ::= { apLanRxPktsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.9.10.2.1.4 - apLanRxDropped OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of received packets dropped." - ::= { apLanRxPktsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.9.10.2.1.5 - apLanRxFrameErrors OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of received frame errors." - ::= { apLanRxPktsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.3.9.10.4 - apLanTxPktsTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApLanTxPktsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - ::= { apLanStats 4 } - - - -- 1.3.6.1.4.1.388.11.3.9.10.4.1 - apLanTxPktsEntry OBJECT-TYPE - SYNTAX ApLanTxPktsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - INDEX { apLanInfoIndex } - ::= { apLanTxPktsTable 1 } - - - ApLanTxPktsEntry ::= - SEQUENCE { - apLanTxPkts - Counter32, - apLanTxBytes - Counter32, - apLanTxErrors - Counter32, - apLanTxDropped - Counter32, - apLanTxFrameErrors - Counter32 - } - - -- 1.3.6.1.4.1.388.11.3.9.10.4.1.1 - apLanTxPkts OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of packets transmitted." - ::= { apLanTxPktsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.9.10.4.1.2 - apLanTxBytes OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of bytes transmitted." - ::= { apLanTxPktsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.9.10.4.1.3 - apLanTxErrors OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of errors transmitted." - ::= { apLanTxPktsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.9.10.4.1.4 - apLanTxDropped OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of transmitted packets dropped." - ::= { apLanTxPktsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.3.9.10.4.1.5 - apLanTxFrameErrors OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of transmitted carrier errors." - ::= { apLanTxPktsEntry 5 } - - --- MIB values to control network management access to the --- switch. - -- 1.3.6.1.4.1.388.11.3.10 - apMgmtAccess OBJECT IDENTIFIER ::= { abgAP 10 } - - - -- 1.3.6.1.4.1.388.11.3.10.1 - apMgmtAccessToAllow OBJECT-TYPE - SYNTAX BITS - { - fromLan1AppletHttp(0), - fromLan1AppletHttps(1), - fromLan1CliTelnet(2), - fromLan1Ssh(3), - fromLan1Snmp(4), - fromLan2AppletHttp(5), - fromLan2AppletHttps(6), - fromLan2CliTelnet(7), - fromLan2Ssh(8), - fromLan2Snmp(9), - fromWanAppletHttp(10), - fromWanAppletHttps(11), - fromWanCliTelnet(12), - fromWanSsh(13), - fromWanSnmp(14) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Types of network management access to permit." - ::= { apMgmtAccess 1 } - - - -- 1.3.6.1.4.1.388.11.3.10.2 - apTrustedHost OBJECT IDENTIFIER ::= { apMgmtAccess 2 } - - - -- 1.3.6.1.4.1.388.11.3.10.2.1 - apTrustedHostEnable OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable trusted host feature." - ::= { apTrustedHost 1 } - - - -- 1.3.6.1.4.1.388.11.3.10.2.2 - apTrustedHostRangeTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApTrustedHostRangeEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of trusted host ip ranges." - ::= { apTrustedHost 2 } - - - -- 1.3.6.1.4.1.388.11.3.10.2.2.1 - apTrustedHostRangeEntry OBJECT-TYPE - SYNTAX ApTrustedHostRangeEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Trusted host ip range table entry." - INDEX { apTrustedHostRangeIndex } - ::= { apTrustedHostRangeTable 1 } - - - ApTrustedHostRangeEntry ::= - SEQUENCE { - apTrustedHostRangeIndex - Integer32, - apTrustedHostRangeLowerIp - IpAddress, - apTrustedHostRangeUpperIp - IpAddress - } - - -- 1.3.6.1.4.1.388.11.3.10.2.2.1.1 - apTrustedHostRangeIndex OBJECT-TYPE - SYNTAX Integer32 (1..8) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Trusted host ip range index." - ::= { apTrustedHostRangeEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.10.2.2.1.2 - apTrustedHostRangeLowerIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Lower bound of ip address range." - ::= { apTrustedHostRangeEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.10.2.2.1.3 - apTrustedHostRangeUpperIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Upper bound of ip address range." - ::= { apTrustedHostRangeEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.11 - apRouter OBJECT IDENTIFIER ::= { abgAP 11 } - - - -- 1.3.6.1.4.1.388.11.3.11.1 - apRouterDefaultGatewayInterface OBJECT-TYPE - SYNTAX INTEGER - { - lan1(1), - lan2(2), - wan(3), - none(4) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Interface whose Default Gateway is used - when both LAN and WAN are DHCP clients." - ::= { apRouter 1 } - - - -- 1.3.6.1.4.1.388.11.3.12 - apManualTime OBJECT IDENTIFIER ::= { abgAP 12 } - - - -- 1.3.6.1.4.1.388.11.3.12.1 - apManualCurrSystemDateTime OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Current System Time of the AP 5131." - ::= { apManualTime 1 } - - - -- 1.3.6.1.4.1.388.11.3.12.2 - apManualTimeZoneSetting OBJECT IDENTIFIER ::= { apManualTime 2 } - - - -- 1.3.6.1.4.1.388.11.3.12.2.1 - apManualTimeZoneTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApManualTimeZoneEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of all the Time Zones." - ::= { apManualTimeZoneSetting 1 } - - - -- 1.3.6.1.4.1.388.11.3.12.2.1.1 - apManualTimeZoneEntry OBJECT-TYPE - SYNTAX ApManualTimeZoneEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { apManualTimeZoneIndex } - ::= { apManualTimeZoneTable 1 } - - - ApManualTimeZoneEntry ::= - SEQUENCE { - apManualTimeZoneIndex - Integer32, - apManualTimeZoneName - DisplayString - } - - -- 1.3.6.1.4.1.388.11.3.12.2.1.1.1 - apManualTimeZoneIndex OBJECT-TYPE - SYNTAX Integer32 (1..550) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple Index." - ::= { apManualTimeZoneEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.12.2.1.1.2 - apManualTimeZoneName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Time Zone Name." - ::= { apManualTimeZoneEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.12.2.2 - apManualExpectedTimeZone OBJECT-TYPE - SYNTAX SinglePointer - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Expected Time Zone to be set. - This is a pointer to an entry in the apManualTimeZoneTable." - ::= { apManualTimeZoneSetting 2 } - - - -- 1.3.6.1.4.1.388.11.3.12.2.3 - apManualTimeZoneSet OBJECT-TYPE - SYNTAX DoActionNow - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Set the expected time zone for the system." - ::= { apManualTimeZoneSetting 3 } - - - -- 1.3.6.1.4.1.388.11.3.12.3 - apManualDateTimeSetting OBJECT IDENTIFIER ::= { apManualTime 3 } - - - -- 1.3.6.1.4.1.388.11.3.12.3.1 - apManualExpectedYear OBJECT-TYPE - SYNTAX Integer32 (1970..9999) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Expected year to be SET." - ::= { apManualDateTimeSetting 1 } - - - -- 1.3.6.1.4.1.388.11.3.12.3.2 - apManualExpectedMonth OBJECT-TYPE - SYNTAX Integer32 (1..12) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Expected month to be SET." - ::= { apManualDateTimeSetting 2 } - - - -- 1.3.6.1.4.1.388.11.3.12.3.3 - apManualExpectedDay OBJECT-TYPE - SYNTAX Integer32 (1..31) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Expected day to be SET." - ::= { apManualDateTimeSetting 3 } - - - -- 1.3.6.1.4.1.388.11.3.12.3.4 - apManualExpectedHour OBJECT-TYPE - SYNTAX Integer32 (0..23) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Expected hour to be SET." - ::= { apManualDateTimeSetting 4 } - - - -- 1.3.6.1.4.1.388.11.3.12.3.5 - apManualExpectedMinutes OBJECT-TYPE - SYNTAX Integer32 (0..59) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Expected minutes to be SET." - ::= { apManualDateTimeSetting 5 } - - - -- 1.3.6.1.4.1.388.11.3.12.3.6 - apManualExpectedSeconds OBJECT-TYPE - SYNTAX Integer32 (0..59) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Expected seconds to be SET." - ::= { apManualDateTimeSetting 6 } - - - -- 1.3.6.1.4.1.388.11.3.12.3.7 - apManualDateTimeSet OBJECT-TYPE - SYNTAX DoActionNow - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Set the expected values in System Date and Time." - ::= { apManualDateTimeSetting 7 } - - - -- 1.3.6.1.4.1.388.11.3.13 - apAdmin OBJECT IDENTIFIER ::= { abgAP 13 } - - - -- 1.3.6.1.4.1.388.11.3.13.1 - apLoginMessage OBJECT IDENTIFIER ::= { apAdmin 1 } - - - -- 1.3.6.1.4.1.388.11.3.13.1.1 - apLoginMessageMode OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Login Message Mode: Enabled/Disabled" - ::= { apLoginMessage 1 } - - - -- 1.3.6.1.4.1.388.11.3.13.1.2 - apLoginMessageText OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Login Message Text which gets displayed at the time of login, if Login Message mode is enabled. - 1-511 characters are allowed for Login Text Message. - Note: Carriage Return (\0A) is not supported by SNMP." - ::= { apLoginMessage 2 } - - - -- 1.3.6.1.4.1.388.11.3.14 - apRadiusServer OBJECT IDENTIFIER ::= { abgAP 14 } - - - -- 1.3.6.1.4.1.388.11.3.14.1 - apRadiusUsers OBJECT IDENTIFIER ::= { apRadiusServer 1 } - - - -- 1.3.6.1.4.1.388.11.3.14.1.1 - apRadiusUsersGroupTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApRadiusUsersGroupEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - ::= { apRadiusUsers 1 } - - - -- 1.3.6.1.4.1.388.11.3.14.1.1.1 - apRadiusUsersGroupEntry OBJECT-TYPE - SYNTAX ApRadiusUsersGroupEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - INDEX { apRadiusUsersGroup } - ::= { apRadiusUsersGroupTable 1 } - - - ApRadiusUsersGroupEntry ::= - SEQUENCE { - apRadiusUsersGroup - DisplayString, - apRadiusUsersGroupRowStatus - AbbrevRowStatus, - apRadiusUsersGroupId - Integer32 - } - - -- 1.3.6.1.4.1.388.11.3.14.1.1.1.1 - apRadiusUsersGroup OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Description." - ::= { apRadiusUsersGroupEntry 1 } - - - -- 1.3.6.1.4.1.388.11.3.14.1.1.1.2 - apRadiusUsersGroupRowStatus OBJECT-TYPE - SYNTAX AbbrevRowStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Description." - ::= { apRadiusUsersGroupEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.14.1.1.1.3 - apRadiusUsersGroupId OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Description." - ::= { apRadiusUsersGroupEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.14.2 - apRadiusAccess OBJECT IDENTIFIER ::= { apRadiusServer 2 } - - - -- 1.3.6.1.4.1.388.11.3.14.2.1 - apRadiusAccessTable OBJECT-TYPE - SYNTAX SEQUENCE OF ApRadiusAccessEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - ::= { apRadiusAccess 1 } - - - -- 1.3.6.1.4.1.388.11.3.14.2.1.1 - apRadiusAccessEntry OBJECT-TYPE - SYNTAX ApRadiusAccessEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - INDEX { apRadiusUsersGroup } - ::= { apRadiusAccessTable 1 } - - - ApRadiusAccessEntry ::= - SEQUENCE { - apRadiusAccessWlanPtrs - BITS, - apRadiusAccessTimeRule - DisplayString - } - - -- 1.3.6.1.4.1.388.11.3.14.2.1.1.2 - apRadiusAccessWlanPtrs OBJECT-TYPE - SYNTAX BITS - { - null(0), - wlan1(1), - wlan2(2), - wlan3(3), - wlan4(4) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Description." - ::= { apRadiusAccessEntry 2 } - - - -- 1.3.6.1.4.1.388.11.3.14.2.1.1.3 - apRadiusAccessTimeRule OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Description." - ::= { apRadiusAccessEntry 3 } - - - -- 1.3.6.1.4.1.388.11.3.15 - apWips OBJECT IDENTIFIER ::= { abgAP 15 } - - - -- 1.3.6.1.4.1.388.11.3.15.1 - apWipsPrimaryServerAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The IP address of the primary WIPS server. - If the IP address is unknown, the value is 0.0.0.0." - ::= { apWips 1 } - - - -- 1.3.6.1.4.1.388.11.3.15.2 - apWipsSecondaryServerAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The IP address of the secondary WIPS server. - If the IP address is unknown, the value is 0.0.0.0." - ::= { apWips 2 } - - - -- 1.3.6.1.4.1.388.11.3.16 - apPower OBJECT IDENTIFIER ::= { abgAP 16 } - - - -- 1.3.6.1.4.1.388.11.3.16.1 - apPowerMode OBJECT-TYPE - SYNTAX INTEGER - { - modeAuto(1), - mode3af(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Set the power mode to auto(1) or 3af(2). - NOTE WELL: Changing the power mode will restart the AP." - ::= { apPower 1 } - - - -- 1.3.6.1.4.1.388.11.3.16.2 - apPowerDefRadio OBJECT-TYPE - SYNTAX INTEGER - { - radio1(1), - radio2(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Set the default radio to radio1(1) or radio2(2). - NOTE WELL: Changing the default radio will restart the AP." - ::= { apPower 2 } - - - -- 1.3.6.1.4.1.388.11.3.16.3 - apPowerStatus OBJECT-TYPE - SYNTAX INTEGER - { - power3af(1), - mid(2), - fullAvailable(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Current power status - 3af(1), mid(2) or full available (3)" - ::= { apPower 3 } - - --- !!- OID: located at .1000 to save room above. - -- 1.3.6.1.4.1.388.11.3.1000 - apGroups OBJECT IDENTIFIER ::= { abgAP 1000 } - - - -- 1.3.6.1.4.1.388.11.3.1000.1 - apGroupsV1dot0 OBJECT IDENTIFIER ::= { apGroups 1 } - - - -- 1.3.6.1.4.1.388.11.3.1000.1.1 - dot1xGroup OBJECT-GROUP - OBJECTS { dot1xPaePortNumber, dot1xPaeState, dot1xAuthBackendAuthState, dot1xAuthAdminControlledDirections, dot1xAuthOperControlledDirections, - dot1xAuthAuthControlledPortStatus, dot1xAuthAuthControlledPortControl, dot1xAuthQuietPeriod, dot1xAuthTxPeriod, dot1xAuthSuppTimeout, - dot1xAuthServerTimeout, dot1xAuthMaxReq, dot1xAuthReAuthPeriod, dot1xAuthReAuthEnabled, dot1xAuthKeyTxEnabled, - dot1xAuthEapolFramesRx, dot1xAuthEapolFramesTx, dot1xAuthEapolStartFramesRx, dot1xAuthEapolLogoffFramesRx, dot1xAuthEapolRespIdFramesRx, - dot1xAuthEapolRespFramesRx, dot1xAuthEapolReqIdFramesTx, dot1xAuthEapolReqFramesTx, dot1xAuthInvalidEapolFramesRx, dot1xAuthEapLengthErrorFramesRx, - dot1xAuthLastEapolFrameVersion, dot1xAuthLastEapolFrameSource, dot1xAuthEntersConnecting, dot1xAuthEapLogoffsWhileConnecting, dot1xAuthEntersAuthenticating, - dot1xAuthAuthSuccessWhileAuthenticating, dot1xAuthAuthTimeoutsWhileAuthenticating, dot1xAuthAuthFailWhileAuthenticating, dot1xAuthAuthReauthsWhileAuthenticating, dot1xAuthAuthEapStartsWhileAuthenticating, - dot1xAuthAuthEapLogoffWhileAuthenticating, dot1xAuthAuthReauthsWhileAuthenticated, dot1xAuthAuthEapStartsWhileAuthenticated, dot1xAuthAuthEapLogoffWhileAuthenticated, dot1xAuthBackendResponses, - dot1xAuthBackendAccessChallenges, dot1xAuthBackendOtherRequestsToSupplicant, dot1xAuthBackendNonNakResponsesFromSupplicant, dot1xAuthBackendAuthSuccesses, dot1xAuthBackendAuthFails, - dot1xAuthSessionOctetsRx, dot1xAuthSessionOctetsTx, dot1xAuthSessionFramesRx, dot1xAuthSessionFramesTx, dot1xAuthSessionId, - dot1xAuthSessionAuthenticMethod, dot1xAuthSessionTime, dot1xAuthSessionTerminateCause, dot1xAuthSessionUserName } - STATUS current - DESCRIPTION - " " - ::= { apGroupsV1dot0 1 } - - - -- 1.3.6.1.4.1.388.11.3.1000.1.2 - apRfGroup OBJECT-GROUP - OBJECTS { apRadioSettingsIndex, apRadioSettingsName, apRadioSettingsMacAddress, apRadioSettingsAntenna, apRadioSettingsShortPreamble, - apRadioSettingsRtsThresh, apRadioSettingsBeaconInt, apRadioSettingsEnable, apRadioSettingsBand, apRadioSettingsPointersToWlans, - apRadioCfgDesPlacement, apRadioCfgPosChannel, apRadioCfgDesChannel, apRadioCfgPosPowerLevel, apRadioCfgDesPowerLevel, - apRadioCfgPowerInMW, apRadioCfgSet, apRadioCfgReset, apRadioCfgPlacement, apRadioCfgChannel, - apRadioCfgPowerLevel, apRadioBssIndex, apRadioBssPrimaryWlan, apWlanMuAclPointerToAclPolicy, apRadioSettingsBasicRates, - apRadioSettingsSupportedRates, apRadioSettingsBackgroundCwMin, apRadioSettingsBackgroundCwMax, apRadioSettingsBackgroundAifsn, apRadioSettingsBackgroundTxopsTime, - apRadioSettingsBestEffortCwMin, apRadioSettingsBestEffortCwMax, apRadioSettingsBestEffortAifsn, apRadioSettingsBestEffortTxopsTime, apRadioSettingsVideoCwMin, - apRadioSettingsVideoCwMax, apRadioSettingsVideoAifsn, apRadioSettingsVideoTxopsTime, apRadioSettingsVoiceCwMin, apRadioSettingsVoiceCwMax, - apRadioSettingsVoiceAifsn, apRadioSettingsVoiceTxopsTime, apWlanIndex, apWlanName, apWlanEssid, - apWlanEnable, apWlanUseRadio, apWlanMaxMus, apWlanAclPolicy, apWlanSecurityPolicy, - apWlanQosPolicy, apWlanAuthKerberosPassword, apWlanDisallowMuToMu, apWlanUseSecureBeacon, apWlanAnswerBroadcastEss, - apWlanSecPolicyIndex, apWlanSecPolicyName, apWlanSecPolicyAuthentication, apWlanSecPolicyEncryption, apWlanAuthEapReauthenticationEnable, - apWlanAuthEapReauthenticationPeriod, apWlanAuthEapReauthenticationMaxRetries, apWlanAuthEapRadius1Server, apWlanAuthEapRadius1Port, apWlanAuthEapRadius1SharedSecret, - apWlanAuthEapRadius2Server, apWlanAuthEapRadius2Port, apWlanAuthEapRadius2SharedSecret, apWlanAuthEapMuQuietPeriod, apWlanAuthEapMuTimeout, - apWlanAuthEapMuTxPeriod, apWlanAuthEapMuMaxRetries, apWlanAuthEapServerTimeout, apWlanAuthEapServerMaxRetries, apWlanAuthKerberosRealmName, - apWlanAuthKerberosKdcServerIp1, apWlanAuthKerberosKdcPort1, apWlanAuthKerberosKdcServerIp2, apWlanAuthKerberosKdcPort2, apWlanAuthKerberosKdcServerIpR, - apWlanAuthKerberosKdcPortR, apWlanCryptoWepPassKey, apWlanCryptoWepKey1, apWlanCryptoWepKey2, apWlanCryptoWepKey3, - apWlanCryptoWepKey4, apWlanCryptoWepKeyToUse, apWlanCryptoTkipBcastKeyRotation, apWlanCryptoTkipKeyRotationInterval, apWlanCryptoTkipKeyToUse, - apWlanCryptoTkipPassphrase, apWlanCryptoTkipKey, apWlanCryptoCcmpBcastKeyRotation, apWlanCryptoCcmpKeyRotationInterval, apWlanCryptoCcmpKeyToUse, - apWlanCryptoCcmpPassphrase, apWlanCryptoCcmpKey, apWlanCryptoKeyguardKey1, apWlanCryptoKeyguardKey2, apWlanCryptoKeyguardKey3, - apWlanCryptoKeyguardKey4, apWlanCryptoKeyguardKeyToUse, apWlanMuAclPolicyIndex, apWlanMuAclPolicyName, apWlanMuAclPolicyAccessMode, - apWlanMuAclIndex, apWlanMuAclStartingMac, apWlanMuAclEndingMac, apWlanMuAclRowStatus, apWlanQosPolicyIndex, - apWlanQosPolicyName, apWlanEnableWMM, apWlanQosPolicyBackgroundCwMin, apWlanQosPolicyBackgroundCwMax, apWlanQosPolicyBackgroundAifsn, - apWlanQosPolicyBackgroundTxopsTime, apWlanQosPolicyBestEffortCwMin, apWlanQosPolicyBestEffortCwMax, apWlanQosPolicyBestEffortAifsn, apWlanQosPolicyBestEffortTxopsTime, - apWlanQosPolicyVideoCwMin, apWlanQosPolicyVideoCwMax, apWlanQosPolicyVideoAifsn, apWlanQosPolicyVideoTxopsTime, apWlanQosPolicyVoiceCwMin, - apWlanQosPolicyVoiceCwMax, apWlanQosPolicyVoiceAifsn, apWlanQosPolicyVoiceTxopsTime, apWlanVoicePrioritization, apWlanMulticastAddr1, - apWlanVlanId, apWlanSecPolicyRowStatus, apWlanMulticastAddr2, apWlanAuthEapRadiusAcctMode, apWlanAuthEapRadiusAcctMuTimeout, - apWlanAuthEapRadiusAcctMuRetries, apWlanAuthEapSyslogMode, apWlanAuthEapSyslogServerIp, apWlanSecPolicyPointerToWlan, apWlanMuAclPolicyPointerToWlan, - apWlanMuAclPolicyRowStatus, apWlanQosPolicyPointerToWlan, apWlanQosPolicyBackgroundTxopsTimeInMS, apWlanQosPolicyBestEffortTxopsTimeInMS, apWlanQosPolicyVideoTxopsTimeInMS, - apWlanQosPolicyVoiceTxopsTimeInMS, apRadioSettingsBGMode, apRadioSettingsBackgroundTxopsTimeInMS, apRadioSettingsVideoTxopsTimeInMS, apRadioCfgDesPowerInMW, - apWlanQosPolicyRowStatus, apWlanBwShareMode, apRadioE2BMapStatus, apRadioE2BMapStatusMessage, apWlanCryptoCcmpFastRoamPreAuth, - apWlanCryptoCcmpMixedMode, apRadioCfgChannelMode, apWlanAuthKerberosUsername, apRadioWlanBssid, apRadioSettingsE2BMapMessage, - apRadioCfgRfFunction, apIpFilterPolicyIndex, apIpFilterPolicyName, apIpFilterPolicyProtocol, apIpFilterPolicySrcStartIp, - apIpFilterPolicySrcEndIp, apIpFilterPolicyDestStartIp, apIpFilterPolicyDestEndIp, apIpFilterPolicyUseStatus, apIpFilterPolicyRowStatus, - apIpFilterWlanMode, apIpFilterWlanDefInAction, apIpFilterWlanDefOutAction, apIpFilterWlanPolicyIndex, apIpFilterWlanPolicyPolicy, - apIpFilterWlanPolicyDirection, apIpFilterWlanPolicyAction, apIpFilterWlanPolicyRowStatus, apIpFilterLanMode, apIpFilterLanDefInAction, - apIpFilterLanDefOutAction, apIpFilterLanPolicyIndex, apIpFilterLanPolicyPolicy, apIpFilterLanPolicyDirection, apIpFilterLanPolicyAction, - apIpFilterLanPolicyRowStatus, apIpFilterLanIndex, apWlanMuIdleTimeout, apRadioCfgExceptionChannel, apRadioNSettingsMode, - apRadioNSettingsHTProtectionStatus, apRadioNSettingsBasicRates, apRadioNCfgPosChannel, apRadioNCfgDesChannel, apRadioNCfgChannel, - apRadioNCfgChannelWidth, apRadioNCfgAmsduAggregationMaxRecvSize, apRadioNCfgAmsduTransmitEnabled, apRadioNCfgAmpduAggregationMaxRecvSize, apRadioNCfgAmpduAggregationDensity, - apRadioNCfgAmpduTransmitSizeLimit, apRadioNCfgShortGuardInterval, apRadioNCfgAmpduTransmitEnabled, apRadioNCfgChannelOffset, apRadioNMcsRateIndex, - apRadioNMcsRate20MHzChanSgiDisabled, apRadioNMcsRate40MHzChanSgiDisabled, apRadioNMcsRate40MHzChanSgiEnabled, apRadioNMcsRateType, apRadioNMcsRateEnabled, - apPowerMode, apPowerDefRadio, apPowerStatus, apIpFilterWlanInPackets, apIpFilterWlanOutPackets, - apIpFilterWlanPolicyPackets, apIpFilterLanInPackets, apIpFilterLanOutPackets, apIpFilterLanPolicyPackets, apWlanVlanMode, - apRadioSettingsBestEffortTxopsTimeInMS, apRadioSettingsVoiceTxopsTimeInMS, apRadioE2BMapStatusBcMcEncCipher, apWlanCryptoKeyguardPassKey, apIpFilterPolicyStartPort, - apIpFilterPolicyEndPort, apIpFilterPolicySrcStartPort, apIpFilterPolicySrcEndPort } - STATUS current - DESCRIPTION - " " - ::= { apGroupsV1dot0 2 } - - - -- 1.3.6.1.4.1.388.11.3.1000.1.3 - apSwitchGroup OBJECT-GROUP - OBJECTS { apVlanIndex, apVlanId, apVlanRowStatus, apVlanPointerToWlan, apVlanName, - apWnmpPingDestMu, apWnmpPingDestAP, apWnmpPingDest, apWnmpPingNum, apWnmpPingPacketLength, - apWnmpPingPacketData, apWnmpPingAction, apWnmpPingNumResponses, apFlashLedDestAP, apFlashLedAction, - apKnownApMac, apKnownApIndex, apKnownApIp, apKnownApMu, apKnownApType, - apKnownApUnitName, apKnownApPktsPerSec, apSubnetDhcpState, apLan802dt1xAuthLogin, apLan802dt1xAuthPass, - apKnownApKbPerSec, apKnownApFwVers, apLanTypeFilterIndex, apLanTypeFilter, apLanTypeFilterRowStatus, - apWanVpnKeyAutoSALifeTime, apLanTimeOutValue, apLanTimeOut, apKnownApEssName, apKnownApRadioType1, - apKnownApRadioType2, apKnownApChannel1, apKnownApChannel2, apKnownApSendCfgStatus, apKnownApSendCfg - } - STATUS current - DESCRIPTION - " " - ::= { apGroupsV1dot0 3 } - - - -- 1.3.6.1.4.1.388.11.3.1000.1.4 - apTrapCtrlGroup OBJECT-GROUP - OBJECTS { apTrapCtrlRateLimit, apTrapCtrlSumStatsIndex, apTrapCtrlSumStatsDescr, apTrapCtrlSumStatsUnits, apTrapCtrlSumStatsCanBeSetMu, - apTrapCtrlSumStatsThresholdMu, apTrapCtrlSumStatsCanBeSetRadioA, apTrapCtrlSumStatsThresholdRadioA, apTrapCtrlSumStatsCanBeSetRadioBG, apTrapCtrlSumStatsThresholdRadioBG, - apTrapCtrlSumStatsCanBeSetWlan, apTrapCtrlSumStatsThresholdWlans, apTrapCtrlSumStatsCanBeSetAccessPoint, apTrapCtrlSumStatsThresholdAccessPoint, apTrapCtrlEnableIndex, - apTrapCtrlEnableName, apTrapCtrlEnable, apTrapRadioMac, apTrapLanMonitorReason, apTrapWpaCounterMeasureEssid, - apTrapCtrlSumStatsCanBeSetRadioN2400MHz, apTrapCtrlSumStatsThresholdRadioN2400MHz, apTrapCtrlSumStatsCanBeSetRadioN5000MHz, apTrapCtrlSumStatsThresholdRadioN5000MHz, apTrapLanMonitorMode, - apTrapMuMac } - STATUS current - DESCRIPTION - " " - ::= { apGroupsV1dot0 4 } - - - -- 1.3.6.1.4.1.388.11.3.1000.1.5 - apRapGroup OBJECT-GROUP - OBJECTS { apRapDetectorMode } - STATUS current - DESCRIPTION - " " - ::= { apGroupsV1dot0 5 } - - - -- 1.3.6.1.4.1.388.11.3.1000.1.6 - apLoadCfgGroup OBJECT-GROUP - OBJECTS { apLoadCfgOperation, apLoadCfgServerPath, apLoadCfgServerFilename, apLoadCfgServerIpAddr, apLoadCfgFtpUsername, - apLoadCfgFtpPassword, apLoadCfgStart, apLoadCfgOperationsDone, apLoadCfgResult, apLoadCfgSuccess - } - STATUS current - DESCRIPTION - " " - ::= { apGroupsV1dot0 6 } - - - -- 1.3.6.1.4.1.388.11.3.1000.1.7 - apStatsGroup OBJECT-GROUP - OBJECTS { apWanClearStats, apLanClearStats, apRadioClearStats, apWlanClearStats, apMuClearStats, - apKnownAPClearStats, apDiagRamTotal, apnRadioStatsIndex, apnRadioStatsBssid, apnRadioStatsApSsid, - apnRadioStatsChannel, apnRadioStatsExtnChannel, apnRadioStatsRssiAvgAcrossAntennas, apnRadioStatsChannelWidthMode, apnRadioStatsOpFreq, - apnRadioStatsNumPktsRxSGI400ns, apnRadioStatsNumPktsRxSGI800ns, apnRadioStatsNumPktsTxSGI400ns, apnRadioStatsNumPktsTxSGI800ns, apnRadioStatsNumPktsRxChanWidth20MHz, - apnRadioStatsNumPktsRxChanWidth40MHz, apnRadioStatsNumPktsTxChanWidth20MHz, apnRadioStatsNumPktsTxChanWidth40MHz, apnPortalRxPktsAt1Mb, apnPortalRxPktsAt2Mb, - apnPortalRxPktsAt5pt5Mb, apnPortalRxPktsAt6Mb, apnPortalRxPktsAt9Mb, apnPortalRxPktsAt11Mb, apnPortalRxPktsAt12Mb, - apnPortalRxPktsAt18Mb, apnPortalRxPktsAt24Mb, apnPortalRxPktsAt36Mb, apnPortalRxPktsAt48Mb, apnPortalRxPktsAt54Mb, - apnPortalRxPktsAtMCS0, apnPortalRxPktsAtMCS1, apnPortalRxPktsAtMCS2, apnPortalRxPktsAtMCS3, apnPortalRxPktsAtMCS4, - apnPortalRxPktsAtMCS5, apnPortalRxPktsAtMCS6, apnPortalRxPktsAtMCS7, apnPortalRxPktsAtMCS8, apnPortalRxPktsAtMCS9, - apnPortalRxPktsAtMCS10, apnPortalRxPktsAtMCS11, apnPortalRxPktsAtMCS12, apnPortalRxPktsAtMCS13, apnPortalRxPktsAtMCS14, - apnPortalRxPktsAtMCS15, apnPortalTxPktsAt1Mb, apnPortalTxPktsAt2Mb, apnPortalTxPktsAt5pt5Mb, apnPortalTxPktsAt6Mb, - apnPortalTxPktsAt9Mb, apnPortalTxPktsAt11Mb, apnPortalTxPktsAt12Mb, apnPortalTxPktsAt18Mb, apnPortalTxPktsAt24Mb, - apnPortalTxPktsAt36Mb, apnPortalTxPktsAt48Mb, apnPortalTxPktsAt54Mb, apnPortalTxPktsAtMCS0, apnPortalTxPktsAtMCS1, - apnPortalTxPktsAtMCS2, apnPortalTxPktsAtMCS3, apnPortalTxPktsAtMCS4, apnPortalTxPktsAtMCS5, apnPortalTxPktsAtMCS6, - apnPortalTxPktsAtMCS7, apnPortalTxPktsAtMCS8, apnPortalTxPktsAtMCS9, apnPortalTxPktsAtMCS10, apnPortalTxPktsAtMCS11, - apnPortalTxPktsAtMCS12, apnPortalTxPktsAtMCS13, apnPortalTxPktsAtMCS14, apnPortalTxPktsAtMCS15, apnPortalRxOctetsAt1Mb, - apnPortalRxOctetsAt2Mb, apnPortalRxOctetsAt5pt5Mb, apnPortalRxOctetsAt6Mb, apnPortalRxOctetsAt9Mb, apnPortalRxOctetsAt11Mb, - apnPortalRxOctetsAt12Mb, apnPortalRxOctetsAt18Mb, apnPortalRxOctetsAt24Mb, apnPortalRxOctetsAt36Mb, apnPortalRxOctetsAt48Mb, - apnPortalRxOctetsAt54Mb, apnPortalRxOctetsAtMCS0, apnPortalRxOctetsAtMCS1, apnPortalRxOctetsAtMCS2, apnPortalRxOctetsAtMCS3, - apnPortalRxOctetsAtMCS4, apnPortalRxOctetsAtMCS5, apnPortalRxOctetsAtMCS6, apnPortalRxOctetsAtMCS7, apnPortalRxOctetsAtMCS8, - apnPortalRxOctetsAtMCS9, apnPortalRxOctetsAtMCS10, apnPortalRxOctetsAtMCS11, apnPortalRxOctetsAtMCS12, apnPortalRxOctetsAtMCS13, - apnPortalRxOctetsAtMCS14, apnPortalRxOctetsAtMCS15, apnPortalTxOctetsAt1Mb, apnPortalTxOctetsAt2Mb, apnPortalTxOctetsAt5pt5Mb, - apnPortalTxOctetsAt6Mb, apnPortalTxOctetsAt9Mb, apnPortalTxOctetsAt11Mb, apnPortalTxOctetsAt12Mb, apnPortalTxOctetsAt18Mb, - apnPortalTxOctetsAt24Mb, apnPortalTxOctetsAt36Mb, apnPortalTxOctetsAt48Mb, apnPortalTxOctetsAt54Mb, apnPortalTxOctetsAtMCS0, - apnPortalTxOctetsAtMCS1, apnPortalTxOctetsAtMCS2, apnPortalTxOctetsAtMCS3, apnPortalTxOctetsAtMCS4, apnPortalTxOctetsAtMCS5, - apnPortalTxOctetsAtMCS6, apnPortalTxOctetsAtMCS7, apnPortalTxOctetsAtMCS8, apnPortalTxOctetsAtMCS9, apnPortalTxOctetsAtMCS10, - apnPortalTxOctetsAtMCS11, apnPortalTxOctetsAtMCS12, apnPortalTxOctetsAtMCS13, apnPortalTxOctetsAtMCS14, apnPortalTxOctetsAtMCS15, - apnMuRxPktsAt1Mb, apnMuRxPktsAt2Mb, apnMuRxPktsAt5pt5Mb, apnMuRxPktsAt6Mb, apnMuRxPktsAt9Mb, - apnMuRxPktsAt11Mb, apnMuRxPktsAt12Mb, apnMuRxPktsAt18Mb, apnMuRxPktsAt24Mb, apnMuRxPktsAt36Mb, - apnMuRxPktsAt48Mb, apnMuRxPktsAt54Mb, apnMuRxPktsAtMCS0, apnMuRxPktsAtMCS1, apnMuRxPktsAtMCS2, - apnMuRxPktsAtMCS3, apnMuRxPktsAtMCS4, apnMuRxPktsAtMCS5, apnMuRxPktsAtMCS6, apnMuRxPktsAtMCS7, - apnMuRxPktsAtMCS8, apnMuRxPktsAtMCS9, apnMuRxPktsAtMCS10, apnMuRxPktsAtMCS11, apnMuRxPktsAtMCS12, - apnMuRxPktsAtMCS13, apnMuRxPktsAtMCS14, apnMuRxPktsAtMCS15, apnMuTxPktsAt1Mb, apnMuTxPktsAt2Mb, - apnMuTxPktsAt5pt5Mb, apnMuTxPktsAt6Mb, apnMuTxPktsAt9Mb, apnMuTxPktsAt11Mb, apnMuTxPktsAt12Mb, - apnMuTxPktsAt18Mb, apnMuTxPktsAt24Mb, apnMuTxPktsAt36Mb, apnMuTxPktsAt48Mb, apnMuTxPktsAt54Mb, - apnMuTxPktsAtMCS0, apnMuTxPktsAtMCS1, apnMuTxPktsAtMCS2, apnMuTxPktsAtMCS3, apnMuTxPktsAtMCS4, - apnMuTxPktsAtMCS5, apnMuTxPktsAtMCS6, apnMuTxPktsAtMCS7, apnMuTxPktsAtMCS8, apnMuTxPktsAtMCS9, - apnMuTxPktsAtMCS10, apnMuTxPktsAtMCS11, apnMuTxPktsAtMCS12, apnMuTxPktsAtMCS13, apnMuTxPktsAtMCS14, - apnMuTxPktsAtMCS15, apnMuRxOctetsAt1Mb, apnMuRxOctetsAt2Mb, apnMuRxOctetsAt5pt5Mb, apnMuRxOctetsAt6Mb, - apnMuRxOctetsAt9Mb, apnMuRxOctetsAt11Mb, apnMuRxOctetsAt12Mb, apnMuRxOctetsAt18Mb, apnMuRxOctetsAt24Mb, - apnMuRxOctetsAt36Mb, apnMuRxOctetsAt48Mb, apnMuRxOctetsAt54Mb, apnMuRxOctetsAtMCS0, apnMuRxOctetsAtMCS1, - apnMuRxOctetsAtMCS2, apnMuRxOctetsAtMCS3, apnMuRxOctetsAtMCS4, apnMuRxOctetsAtMCS5, apnMuRxOctetsAtMCS6, - apnMuRxOctetsAtMCS7, apnMuRxOctetsAtMCS8, apnMuRxOctetsAtMCS9, apnMuRxOctetsAtMCS10, apnMuRxOctetsAtMCS11, - apnMuRxOctetsAtMCS12, apnMuRxOctetsAtMCS13, apnMuRxOctetsAtMCS14, apnMuRxOctetsAtMCS15, apnMuTxOctetsAt1Mb, - apnMuTxOctetsAt2Mb, apnMuTxOctetsAt5pt5Mb, apnMuTxOctetsAt6Mb, apnMuTxOctetsAt9Mb, apnMuTxOctetsAt11Mb, - apnMuTxOctetsAt12Mb, apnMuTxOctetsAt18Mb, apnMuTxOctetsAt24Mb, apnMuTxOctetsAt36Mb, apnMuTxOctetsAt48Mb, - apnMuTxOctetsAt54Mb, apnMuTxOctetsAtMCS0, apnMuTxOctetsAtMCS1, apnMuTxOctetsAtMCS2, apnMuTxOctetsAtMCS3, - apnMuTxOctetsAtMCS4, apnMuTxOctetsAtMCS5, apnMuTxOctetsAtMCS6, apnMuTxOctetsAtMCS7, apnMuTxOctetsAtMCS8, - apnMuTxOctetsAtMCS9, apnMuTxOctetsAtMCS10, apnMuTxOctetsAtMCS11, apnMuTxOctetsAtMCS12, apnMuTxOctetsAtMCS13, - apnMuTxOctetsAtMCS14, apnMuTxOctetsAtMCS15, apnWlanRxPktsAt1Mb, apnWlanRxPktsAt2Mb, apnWlanRxPktsAt5pt5Mb, - apnWlanRxPktsAt6Mb, apnWlanRxPktsAt9Mb, apnWlanRxPktsAt11Mb, apnWlanRxPktsAt12Mb, apnWlanRxPktsAt18Mb, - apnWlanRxPktsAt24Mb, apnWlanRxPktsAt36Mb, apnWlanRxPktsAt48Mb, apnWlanRxPktsAt54Mb, apnWlanRxPktsAtMCS0, - apnWlanRxPktsAtMCS1, apnWlanRxPktsAtMCS2, apnWlanRxPktsAtMCS3, apnWlanRxPktsAtMCS4, apnWlanRxPktsAtMCS5, - apnWlanRxPktsAtMCS6, apnWlanRxPktsAtMCS7, apnWlanRxPktsAtMCS8, apnWlanRxPktsAtMCS9, apnWlanRxPktsAtMCS10, - apnWlanRxPktsAtMCS11, apnWlanRxPktsAtMCS12, apnWlanRxPktsAtMCS13, apnWlanRxPktsAtMCS14, apnWlanRxPktsAtMCS15, - apnWlanTxPktsAt1Mb, apnWlanTxPktsAt2Mb, apnWlanTxPktsAt5pt5Mb, apnWlanTxPktsAt6Mb, apnWlanTxPktsAt9Mb, - apnWlanTxPktsAt11Mb, apnWlanTxPktsAt12Mb, apnWlanTxPktsAt18Mb, apnWlanTxPktsAt24Mb, apnWlanTxPktsAt36Mb, - apnWlanTxPktsAt48Mb, apnWlanTxPktsAt54Mb, apnWlanTxPktsAtMCS0, apnWlanTxPktsAtMCS1, apnWlanTxPktsAtMCS2, - apnWlanTxPktsAtMCS3, apnWlanTxPktsAtMCS4, apnWlanTxPktsAtMCS5, apnWlanTxPktsAtMCS6, apnWlanTxPktsAtMCS7, - apnWlanTxPktsAtMCS8, apnWlanTxPktsAtMCS9, apnWlanTxPktsAtMCS10, apnWlanTxPktsAtMCS11, apnWlanTxPktsAtMCS12, - apnWlanTxPktsAtMCS13, apnWlanTxPktsAtMCS14, apnWlanTxPktsAtMCS15, apnWlanRxOctetsAt1Mb, apnWlanRxOctetsAt2Mb, - apnWlanRxOctetsAt5pt5Mb, apnWlanRxOctetsAt6Mb, apnWlanRxOctetsAt9Mb, apnWlanRxOctetsAt11Mb, apnWlanRxOctetsAt12Mb, - apnWlanRxOctetsAt18Mb, apnWlanRxOctetsAt24Mb, apnWlanRxOctetsAt36Mb, apnWlanRxOctetsAt48Mb, apnWlanRxOctetsAt54Mb, - apnWlanRxOctetsAtMCS0, apnWlanRxOctetsAtMCS1, apnWlanRxOctetsAtMCS2, apnWlanRxOctetsAtMCS3, apnWlanRxOctetsAtMCS4, - apnWlanRxOctetsAtMCS5, apnWlanRxOctetsAtMCS6, apnWlanRxOctetsAtMCS7, apnWlanRxOctetsAtMCS8, apnWlanRxOctetsAtMCS9, - apnWlanRxOctetsAtMCS10, apnWlanRxOctetsAtMCS11, apnWlanRxOctetsAtMCS12, apnWlanRxOctetsAtMCS13, apnWlanRxOctetsAtMCS14, - apnWlanRxOctetsAtMCS15, apnWlanTxOctetsAt1Mb, apnWlanTxOctetsAt2Mb, apnWlanTxOctetsAt5pt5Mb, apnWlanTxOctetsAt6Mb, - apnWlanTxOctetsAt9Mb, apnWlanTxOctetsAt11Mb, apnWlanTxOctetsAt12Mb, apnWlanTxOctetsAt18Mb, apnWlanTxOctetsAt24Mb, - apnWlanTxOctetsAt36Mb, apnWlanTxOctetsAt48Mb, apnWlanTxOctetsAt54Mb, apnWlanTxOctetsAtMCS0, apnWlanTxOctetsAtMCS1, - apnWlanTxOctetsAtMCS2, apnWlanTxOctetsAtMCS3, apnWlanTxOctetsAtMCS4, apnWlanTxOctetsAtMCS5, apnWlanTxOctetsAtMCS6, - apnWlanTxOctetsAtMCS7, apnWlanTxOctetsAtMCS8, apnWlanTxOctetsAtMCS9, apnWlanTxOctetsAtMCS10, apnWlanTxOctetsAtMCS11, - apnWlanTxOctetsAtMCS12, apnWlanTxOctetsAtMCS13, apnWlanTxOctetsAtMCS14, apnWlanTxOctetsAtMCS15, apLanRxDropped, - apLanRxFrameErrors, apLanInfoSpeed, apLanInfoDuplexMode, apLanRxPkts, apLanRxBytes, - apLanRxErrors, apLanInfoIndex, apLanInfoEnabled, apLanInfoIpAddress, apLanInfoNetworkMask, - apLanInfoEthernetAddress, apLanTxPkts, apLanTxBytes, apLanTxErrors, apLanTxDropped, - apLanTxFrameErrors, apDiagRamUsed, apDiagCpuLoad1Min, apDiagCpuLoad5Min, apDiagCpuLoad15Min, - apDiagRamPercentageUsed } - STATUS current - DESCRIPTION - " " - ::= { apGroupsV1dot0 7 } - - - -- 1.3.6.1.4.1.388.11.3.1000.1.8 - apNotificationsGroup NOTIFICATION-GROUP - NOTIFICATIONS { apWpaCounterMeasure, apLanMonitor, apMuVlan } - STATUS current - DESCRIPTION - " " - ::= { apGroupsV1dot0 8 } - - - -- 1.3.6.1.4.1.388.11.3.1000.2 - apGroupsV1dot1 OBJECT IDENTIFIER ::= { apGroups 2 } - - - -- 1.3.6.1.4.1.388.11.3.1000.2.1 - apGroupV1dot1variables OBJECT-GROUP - OBJECTS { apSubnetTypeFilterAccessMode, apSubnetVlanEnable, apLanTypeFilterSubnetIndex, apMgmtAccessToAllow, apTrapCtrlMuMac, - apTrapCtrlMuHotspotStateChange, apHotSpotDefaultFileMode, apHotSpotExternalLoginPageUrl, apHotSpotExternalWelomePageUrl, apHotSpotExternalFailPageUrl, - apHotSpotRadiusAcctMode, apHotSpotRadiusAcctTimeout, apHotSpotRadiusAcctRetryCount, apHotSpotPriRadiusServerIp, apHotSpotPriRadiusPort, - apHotSpotPriRadiusSecret, apHotSpotSecRadiusServerIp, apHotSpotSecRadiusPort, apHotSpotSecRadiusSecret, apHotSpotWhiteListIndex, - apHotSpotWhiteListWalledGardenIp, apHotSpotWhiteListRowStatus, apLanEthernetPort, apWlanSubnet, apRouterDefaultGatewayInterface, - apWlanAuthEapRadiusExtAcctServer, apWlanAuthEapRadiusExtPort, apWlanAuthEapRadiusExtSharedSecret, apManualCurrSystemDateTime, apManualTimeZoneIndex, - apManualTimeZoneName, apManualExpectedTimeZone, apHotSpotRadiusAcctServerIp, apHotSpotRadiusAcctPort, apHotSpotRadiusAcctSecret, - apRadioSettingsERPProtectionStatus, apWlanClientBackHaul, apKnownApIndex, apKnownApRadio1ClientBridgeMac1, apKnownApRadio1ClientBridgeMac2, - apKnownApRadio1ClientBridgeMac3, apKnownApRadio2ClientBridgeMac1, apKnownApRadio2ClientBridgeMac2, apKnownApRadio2ClientBridgeMac3, apWanPppoeClientIndex, - apWanPppoeClientIp, apWanPppoeClientGateway, apWanPppoeClientPrimaryDNSServer, apWanPppoeClientSecondaryDNSServer, apSubnetAdminVlanTag, - apSubnetNativeVlanTag, apRadioBssDtimPrd, apWlanHotspot, apManualTimeZoneSet, apManualExpectedYear, - apManualExpectedMonth, apManualExpectedDay, apManualExpectedHour, apManualExpectedMinutes, apManualExpectedSeconds, - apManualDateTimeSet, apWlanWMMQosParam, apRadioSettingsWMMQosParam, apRadioMeshBaseBridgeMode, apRadioMeshMaxClients, - apRadioMeshClientBridgeMode, apRadioMeshWlanPtr, apLanBridgePriority, apLanBridgeMaxMsgAge, apMeshStatsIndex, - apMeshStatsConnType, apMeshStatsMac, apMeshStatsWlanPtr, apMeshStatsRadioType, apMeshStatsThroughput, - apMeshStatsAvgBitSpeed, apMeshStatsRetries, apMeshBridgeStatsIndex, apMeshBridgeStatsMac, apMeshBridgeStatsWlanPtr, - apMeshBridgeStatsLanPtr, apMeshBridgeStatsRadioType, apMeshBridgeStatsAuthType, apMeshBridgeStatsEncType, apMeshBridgeStatsPktsPerSecRx, - apMeshBridgeStatsPksPerSecTx, apMeshBridgeStatsPktsPerSecTotal, apMeshBridgeStatsThroughputRx, apMeshBridgeStatsThroughputTx, apMeshBridgeStatsThroughputTotal, - apMeshBridgeStatsAvgBitSpeed, apMeshBridgeStatsAvgMuSignal, apMeshBridgeStatsAvgMuNoise, apMeshBridgeStatsAvgMuSnr, apMeshBridgeStatsAvgRetries, - apMeshBridgeStatsPktsDropped, apLanSTPStatsDesignatedRoot, apLanSTPStatsBridgeId, apLanSTPStatsRootPort, apLanSTPStatsRootPathCost, - apLanSTPStatsBridgeMaxMsgAge, apLanSTPStatsBridgeHelloTime, apLanSTPStatsBridgeFwDelay, apLanSTPStatsPortIntfLanIndex, apLanSTPStatsPortIntfPortIndex, - apLanSTPStatsPortIntfPortName, apLanSTPStatsPortIntfState, apLanSTPStatsPortIntfPathCost, apLanSTPStatsPortIntfDsgRoot, apLanSTPStatsPortIntfDsgBridge, - apLanSTPStatsPortIntfDsgPort, apLanSTPStatsPortIntfDsgCost, apWlanCryptoKeyguardMixedMode, apWlanCryptoWepMixedMode, apRadioMeshConnAutoSelect, - apRadioMeshAvailableConnIndex, apRadioMeshAvailableConnMac, apRadioMeshAvailableConnChannel, apRadioMeshAvailableConnRssi, apRadioMeshPreferredConnPriority, - apRadioMeshPreferredConnMac, apRadioMeshPreferredConnRowStatus, apRadioMeshPreferredConnIndex, apTrapVlanId, apHotSpotRadiusSessMode, - apHotSpotRadiusSessTimeout, apLanPortDuplex, apLanPortSpeed, apLanPortAutoNegotiation, apWanPortDuplex, - apWanPortSpeed, apWanPortAutoNegotiation, apRadioMeshTimeout, apRadioMeshTimeoutValue, apWlanCryptoTkipFastRoamPreAuth, - apWlanCryptoTkipAllowWpa2Client, apWanDynDNSMode, apWanDynDNSUsername, apWanDynDNSPassword, apWanDynDNSHostname, - apWanDynDNSIndex, apWanDynDNSUpdateHostname, apWanDynDNSUpdateIp, apWanDynDNSUpdateStatus, apWanDynDNSUpdateResponseIndex, - apWanDynDNSPerformUpdate, apTrapCtrlDynDNSUpdateIp, apTrapCtrlDynDNSUpdateHostname, apTrapCtrlDynDNSUpdateStatus, apLoginMessageMode, - apLoginMessageText, apRadioSettingsQBSSChannelBeaconInt, apRadioWlanWeight, apRadiusUsersGroup, apRadiusUsersGroupRowStatus, - apRadiusUsersGroupId, apRadiusAccessWlanPtrs, apRadiusAccessTimeRule, apRadioSettingsQBSSLoadElementMode, apRapDetectorABGMode, - apMeshBridgeStatsUndecryptablePkts, apLanBridgeHelloTime, apLanBridgeFwdDelay, apLanBridgeEntryAgeout, apAapSwitchDiscoveryIPAddressRowStatus, - apAapSwitchDiscoveryIPAddress, apAapSwitchDiscoveryIPAddressIndex, apAapSwitchDiscoveryPort, apAapSwitchDiscoveryInterface, apAapSwitchDiscoveryDomainName, - apAapTunnelToSwitchEnable, apAapAcKeepAlive, apAapAdoptionState, apAapAdoptingSwitchIP, apMuLocationingIndex, - apMuLocationingMuMac, apMuLocationingPortalMac, apMuLocationingSignalStrength, apMuLocationingHeardChannel, apMuLocationingHeardTime, - apMuLocationingAddMuMac, apMuLocationingAddPortalMac, apMuLocationingAddSignalStrength, apMuLocationingAddHeardChannel, apMuLocationingAddHeardTime, - apAapPassphrase, apWipsSecondaryServerAddr, apWipsPrimaryServerAddr, apTrustedHostEnable, apTrustedHostRangeIndex, - apTrustedHostRangeLowerIp, apTrustedHostRangeUpperIp, apAapSwitchAutoDiscoveryEnable, apMuLocationingEnable, apMuLocationingClear, - apMuLocationingMaxMus } - STATUS current - DESCRIPTION - "Description." - ::= { apGroupsV1dot1 1 } - - - -- 1.3.6.1.4.1.388.11.3.1000.2.2 - apGroupV1dot1obsoleted OBJECT-GROUP - OBJECTS { apLanAdminVlanTag, apLanNativeVlanTag, apRadioSettingsDtimPrd, apRadioSettingsVoiceMode, apRadioSettingsVideoMode, - apRadioSettingsBestEffortMode, apRadioSettingsBackgroundMode, apWlanWeight, apLanTypeFilterAccessMode, apLanVlanEnable - } - STATUS obsolete - DESCRIPTION - "Description." - ::= { apGroupsV1dot1 2 } - - - -- 1.3.6.1.4.1.388.11.3.1000.2.3 - apGroupV1dot1deprecated OBJECT-GROUP - OBJECTS { apLanEnable, apRadioNMcsRate20MHzChanSgiEnabled } - STATUS deprecated - DESCRIPTION - "Description." - ::= { apGroupsV1dot1 3 } - - - -- 1.3.6.1.4.1.388.11.3.1000.2.4 - apGroupV1dot1notifications NOTIFICATION-GROUP - NOTIFICATIONS { apMuHotspotState, apDynDNSUpdate } - STATUS current - DESCRIPTION - "Description." - ::= { apGroupsV1dot1 4 } - - - -- 1.3.6.1.4.1.388.11.3.1000.3 - apGroupsV2dot2 OBJECT IDENTIFIER ::= { apGroups 3 } - - - -- 1.3.6.1.4.1.388.11.3.1000.3.1 - apGroupV2dot2variables OBJECT-GROUP - OBJECTS { apReliableMulticastMode, apReliableMulticastWlan, apReliableMulticastStandaloneMode, apReliableMulticastIgmpQueryVersion, apReliableMulticastIgmpQueryInterval, - apReliableMulticastAddrIndex, apReliableMulticastAddress, apReliableMulticastMUStatsIPAddr, apReliableMulticastMUMacAddr, apReliableMulticastTxMulticast, - apReliableMulticastTableRowEnable, apReliableMulticastMUStatsIndex, apReliableMulticastMaxStreams } - STATUS current - DESCRIPTION - "Description." - ::= { apGroupsV2dot2 1 } - - - - END - --- --- SYMBOL-AP-MIB-01g13.mib --- diff --git a/mibs/SYMBOL-CC-WS2000-MIB b/mibs/SYMBOL-CC-WS2000-MIB deleted file mode 100644 index 3a1d7a4e6e..0000000000 --- a/mibs/SYMBOL-CC-WS2000-MIB +++ /dev/null @@ -1,21013 +0,0 @@ --- --- SYMBOL-CC-WS2000-MIB-2.0.mib --- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88 --- Saturday, April 24, 2010 at 09:38:04 --- - --- MIB version = 08b35 --- --- Notes for WS2000 MIB: --- --- === v2.0, (MIB='08b'): --- --- (no notes at this time). --- --- === v1.5, (MIB='08a'): --- --- One 'incompatible' change was made: all MIB groups were --- moved from their v1.0 locations to a new group called --- 'ccGroupsV1dot0' under 'ccGroups'. Since the switch does --- not actually implement such groups, no NMS should be able --- to detect this change, and so while technically an --- 'incompatible' change, it should not matter to anyone. --- --- Value 'ccLoadFtpPassword' has been obsoleted; use the new --- value 'ccLoadFtpPasswordNoRead' which is the same, except --- that GETs return a 0-length string. Had to remove the old --- value from the ccAdminGroup, since all items in a group --- must be of the same type, (in this case 'current'). --- --- Note that OIDs declared in this MIB, (except for values --- under group 'sysoids'), are reserved for future expansion. --- They may be redefined in the future without causing an --- 'incompatible' change. --- --- === v1.0, (MIB='07a'): --- --- (no notes at this time). --- --- --- --- --- - - SYMBOL-CC-WS2000-MIB DEFINITIONS ::= BEGIN - - IMPORTS - OBJECT-GROUP, NOTIFICATION-GROUP - FROM SNMPv2-CONF - enterprises, TimeTicks, IpAddress, Integer32, Unsigned32, - Counter32, Counter64, BITS, OBJECT-TYPE, MODULE-IDENTITY, - OBJECT-IDENTITY, NOTIFICATION-TYPE - FROM SNMPv2-SMI - DisplayString, TruthValue, TestAndIncr, PhysAddress, TEXTUAL-CONVENTION - FROM SNMPv2-TC; - - - -- 1.3.6.1.4.1.388.11.2.1 - moduleid MODULE-IDENTITY - LAST-UPDATED "201004242137Z" -- April 24, 2010 at 21:37 GMT - ORGANIZATION - "Symbol WSD (Wireless Infrastructure Division, San Jose)" - CONTACT-INFO - "Carl Mower - cmower@symbol.com" - DESCRIPTION - " " - REVISION "201004240937Z" -- April 24, 2010 at 09:37 GMT - DESCRIPTION - "DNS Relay Mode added" - REVISION "200912301325Z" -- December 30, 2009 at 13:25 GMT - DESCRIPTION - "ccLoadFw and ccLoadCfg modified to add SFTP support" - REVISION "200412101649Z" -- December 10, 2004 at 16:49 GMT - DESCRIPTION - "09a00: Initial clean-up for WS2000 v2.0 release." - REVISION "200410281632Z" -- October 28, 2004 at 16:32 GMT - DESCRIPTION - "08a43: Final clean-up for WS2000 v1.5 release candidate: - Adopted new mib versioning scheme. Details can be found - in the description of ccIdMibVersion. - " - REVISION "200409081207Z" -- September 08, 2004 at 12:07 GMT - DESCRIPTION - "8a: Final clean-up for WS2000 v1.5 beta release: - Added RF utilization, efficiency & health and system stats - at the Mu, Portal, Wlan and Switch level. - Enabled config files up/down via TFTP - Added 4 static and 4 stats traps" - REVISION "200402041532Z" -- February 04, 2004 at 15:32 GMT - DESCRIPTION - "7a: Final clean-up for WS2000 v1.0 release: - Removed -07A from MIB name, (can't chg after MIB locked). - Rename ccPortalType to ccPortalRadioType. - New RadioType; used in ccPortalRadioType & ccMuRadioType. - Moved ccAp: Name, Location, & LastReset to ccPortal_. - Delete ccAssociation: LastUnAssociate, CountUnAssociates. - Change ccMuSymbolRogueApEna from int to TruthValue. - Change ccPortalLastReason & ccMuLastReason: int to enum. - Some items OIDs changed. - Locked MIB after these chgs; (no prior diffs possible); - all chgs after this shall be backward compatible. - " - REVISION "200401060000Z" -- January 06, 2004 at 00:00 GMT - DESCRIPTION - "6a: Change a few items from RW to RO. - Added ranges to all RW values. - Added descriptions to all items. - Some items OIDs changed. - " - REVISION "200312110100Z" -- December 11, 2003 at 01:00 GMT - DESCRIPTION - "5a: First release of WS2000 MIB (aside from development team). - " - REVISION "200312110000Z" -- December 11, 2003 at 00:00 GMT - DESCRIPTION - "4a: Forth preliminary draft of WS2000 MIB. - " - REVISION "200312020000Z" -- December 02, 2003 at 00:00 GMT - DESCRIPTION - "3a: Third preliminary draft of WS2000 MIB. - " - REVISION "200311260000Z" -- November 26, 2003 at 00:00 GMT - DESCRIPTION - "2a: Second preliminary draft of WS2000 MIB. - " - REVISION "200311250000Z" -- November 25, 2003 at 00:00 GMT - DESCRIPTION - "1a: First preliminary draft of WS2000 MIB. - MIB naming include 2-digits & 1-letter; - digits increase for substantive chgs; - letter chgs for non-substantive chgs: - -- chgs to comments - -- chgs to descriptions - -- any other chg that person with - MIB browser could not detect. - - " - ::= { ws2k 1 } - - - --- --- Type definitions --- - --- --- - SinglePointer ::= INTEGER (0..255) - - MultiPointer63 ::= BITS - { - null(0), - referToEntry001(1), - referToEntry002(2), - referToEntry003(3), - referToEntry004(4), - referToEntry005(5), - referToEntry006(6), - referToEntry007(7), - referToEntry008(8), - referToEntry009(9), - referToEntry010(10), - referToEntry011(11), - referToEntry012(12), - referToEntry013(13), - referToEntry014(14), - referToEntry015(15), - referToEntry016(16), - referToEntry017(17), - referToEntry018(18), - referToEntry019(19), - referToEntry020(20), - referToEntry021(21), - referToEntry022(22), - referToEntry023(23), - referToEntry024(24), - referToEntry025(25), - referToEntry026(26), - referToEntry027(27), - referToEntry028(28), - referToEntry029(29), - referToEntry030(30), - referToEntry031(31), - referToEntry032(32), - referToEntry033(33), - referToEntry034(34), - referToEntry035(35), - referToEntry036(36), - referToEntry037(37), - referToEntry038(38), - referToEntry039(39), - referToEntry040(40), - referToEntry041(41), - referToEntry042(42), - referToEntry043(43), - referToEntry044(44), - referToEntry045(45), - referToEntry046(46), - referToEntry047(47), - referToEntry048(48), - referToEntry049(49), - referToEntry050(50), - referToEntry051(51), - referToEntry052(52), - referToEntry053(53), - referToEntry054(54), - referToEntry055(55), - referToEntry056(56), - referToEntry057(57), - referToEntry058(58), - referToEntry059(59), - referToEntry060(60), - referToEntry061(61), - referToEntry062(62), - referToEntry063(63) - } - - MultiPointer255 ::= BITS - { - null(0), - referToEntry001(1), - referToEntry002(2), - referToEntry003(3), - referToEntry004(4), - referToEntry005(5), - referToEntry006(6), - referToEntry007(7), - referToEntry008(8), - referToEntry009(9), - referToEntry010(10), - referToEntry011(11), - referToEntry012(12), - referToEntry013(13), - referToEntry014(14), - referToEntry015(15), - referToEntry016(16), - referToEntry017(17), - referToEntry018(18), - referToEntry019(19), - referToEntry020(20), - referToEntry021(21), - referToEntry022(22), - referToEntry023(23), - referToEntry024(24), - referToEntry025(25), - referToEntry026(26), - referToEntry027(27), - referToEntry028(28), - referToEntry029(29), - referToEntry030(30), - referToEntry031(31), - referToEntry032(32), - referToEntry033(33), - referToEntry034(34), - referToEntry035(35), - referToEntry036(36), - referToEntry037(37), - referToEntry038(38), - referToEntry039(39), - referToEntry040(40), - referToEntry041(41), - referToEntry042(42), - referToEntry043(43), - referToEntry044(44), - referToEntry045(45), - referToEntry046(46), - referToEntry047(47), - referToEntry048(48), - referToEntry049(49), - referToEntry050(50), - referToEntry051(51), - referToEntry052(52), - referToEntry053(53), - referToEntry054(54), - referToEntry055(55), - referToEntry056(56), - referToEntry057(57), - referToEntry058(58), - referToEntry059(59), - referToEntry060(60), - referToEntry061(61), - referToEntry062(62), - referToEntry063(63), - referToEntry064(64), - referToEntry065(65), - referToEntry066(66), - referToEntry067(67), - referToEntry068(68), - referToEntry069(69), - referToEntry070(70), - referToEntry071(71), - referToEntry072(72), - referToEntry073(73), - referToEntry074(74), - referToEntry075(75), - referToEntry076(76), - referToEntry077(77), - referToEntry078(78), - referToEntry079(79), - referToEntry080(80), - referToEntry081(81), - referToEntry082(82), - referToEntry083(83), - referToEntry084(84), - referToEntry085(85), - referToEntry086(86), - referToEntry087(87), - referToEntry088(88), - referToEntry089(89), - referToEntry090(90), - referToEntry091(91), - referToEntry092(92), - referToEntry093(93), - referToEntry094(94), - referToEntry095(95), - referToEntry096(96), - referToEntry097(97), - referToEntry098(98), - referToEntry099(99), - referToEntry100(100), - referToEntry101(101), - referToEntry102(102), - referToEntry103(103), - referToEntry104(104), - referToEntry105(105), - referToEntry106(106), - referToEntry107(107), - referToEntry108(108), - referToEntry109(109), - referToEntry110(110), - referToEntry111(111), - referToEntry112(112), - referToEntry113(113), - referToEntry114(114), - referToEntry115(115), - referToEntry116(116), - referToEntry117(117), - referToEntry118(118), - referToEntry119(119), - referToEntry120(120), - referToEntry121(121), - referToEntry122(122), - referToEntry123(123), - referToEntry124(124), - referToEntry125(125), - referToEntry126(126), - referToEntry127(127), - referToEntry128(128), - referToEntry129(129), - referToEntry130(130), - referToEntry131(131), - referToEntry132(132), - referToEntry133(133), - referToEntry134(134), - referToEntry135(135), - referToEntry136(136), - referToEntry137(137), - referToEntry138(138), - referToEntry139(139), - referToEntry140(140), - referToEntry141(141), - referToEntry142(142), - referToEntry143(143), - referToEntry144(144), - referToEntry145(145), - referToEntry146(146), - referToEntry147(147), - referToEntry148(148), - referToEntry149(149), - referToEntry150(150), - referToEntry151(151), - referToEntry152(152), - referToEntry153(153), - referToEntry154(154), - referToEntry155(155), - referToEntry156(156), - referToEntry157(157), - referToEntry158(158), - referToEntry159(159), - referToEntry160(160), - referToEntry161(161), - referToEntry162(162), - referToEntry163(163), - referToEntry164(164), - referToEntry165(165), - referToEntry166(166), - referToEntry167(167), - referToEntry168(168), - referToEntry169(169), - referToEntry170(170), - referToEntry171(171), - referToEntry172(172), - referToEntry173(173), - referToEntry174(174), - referToEntry175(175), - referToEntry176(176), - referToEntry177(177), - referToEntry178(178), - referToEntry179(179), - referToEntry180(180), - referToEntry181(181), - referToEntry182(182), - referToEntry183(183), - referToEntry184(184), - referToEntry185(185), - referToEntry186(186), - referToEntry187(187), - referToEntry188(188), - referToEntry189(189), - referToEntry190(190), - referToEntry191(191), - referToEntry192(192), - referToEntry193(193), - referToEntry194(194), - referToEntry195(195), - referToEntry196(196), - referToEntry197(197), - referToEntry198(198), - referToEntry199(199), - referToEntry200(200), - referToEntry201(201), - referToEntry202(202), - referToEntry203(203), - referToEntry204(204), - referToEntry205(205), - referToEntry206(206), - referToEntry207(207), - referToEntry208(208), - referToEntry209(209), - referToEntry210(210), - referToEntry211(211), - referToEntry212(212), - referToEntry213(213), - referToEntry214(214), - referToEntry215(215), - referToEntry216(216), - referToEntry217(217), - referToEntry218(218), - referToEntry219(219), - referToEntry220(220), - referToEntry221(221), - referToEntry222(222), - referToEntry223(223), - referToEntry224(224), - referToEntry225(225), - referToEntry226(226), - referToEntry227(227), - referToEntry228(228), - referToEntry229(229), - referToEntry230(230), - referToEntry231(231), - referToEntry232(232), - referToEntry233(233), - referToEntry234(234), - referToEntry235(235), - referToEntry236(236), - referToEntry237(237), - referToEntry238(238), - referToEntry239(239), - referToEntry240(240), - referToEntry241(241), - referToEntry242(242), - referToEntry243(243), - referToEntry244(244), - referToEntry245(245), - referToEntry246(246), - referToEntry247(247), - referToEntry248(248), - referToEntry249(249), - referToEntry250(250), - referToEntry251(251), - referToEntry252(252), - referToEntry253(253), - referToEntry254(254), - referToEntry255(255) - } - --- This datatype always means that the MIB variable is --- a simple ENUM that when written to 'doActionRightNow', --- causes the described action to take place, (much like --- a button pressed in a UI). --- --- Such a value does NOT remain in state 'doActionRightNow' --- while the operation is in-process, but instead when read --- always returns 'idleState'. - DoActionNow ::= INTEGER - { - doActionRightNow(1), - idleState(2) - } - - RadioType ::= INTEGER - { - radio802dot11A(1), - radio802dot11B(2), - radio802dot11G(3), - radio802dot11FH(4) - } - --- Values of this type are passwords. They can be written, --- but when read, they return a 0-length string. - Password ::= OCTET STRING (SIZE (0..255)) - --- In order to make the switch's implementation of --- numerous tables simpler, tables using this datatype --- have a fixed number of entries with fixed indices. --- In such tables, no entries may be added or deleted, --- but the pre-existing rows can be enabled or disabled --- using the value declared with this datatype. - StaticRowEnable ::= INTEGER - { - enable(1), - disable(2) - } - - PartsPer10k ::= Unsigned32 (0..10000) --- This datatype is used for all percentage values that have --- interesting tenths and hundreths, (such as 1.37%). SNMP --- cannot report decimals, only whole numbers. Values of --- this datatype are expressed not as parts-per-100, (percent), --- but as parts-per-10000. --- --- Said another way, values of this type are percent --- multiplied by 100. --- --- For example, 1.37% would be reported as 137. --- - ScaleBy100 ::= Unsigned32 --- This datatype is used for all values that have interesting --- tenths and hundreths, (such as 2.48). SNMP cannot report --- decimals, only whole numbers. Values of this datatype are --- scaled (muliplied) by 100. --- --- For example, 2.48 would be reported as 248. --- In order to make the switch's implementation of some --- dynamic tables simpler, tables using this datatype --- use an abbreviated form of RowStatus. --- --- Only CreateAndGo and Destroy states are supported. --- --- On row creation, a single SET-PDU must contain all --- the required values, including this value set to --- createAndGo. (This greatly simplifies row validation --- for the switch). --- --- Setting this value to Destroy causes the corresponding --- row to be deleted. --- - AbbrevRowStatus ::= INTEGER - { - createAndGo(4), - destroy(6) - } - --- This datatype always means that the MIB variable is --- a simple ENUM that when written to 'doActionRightNow', --- causes the described action to take place, (much like --- a button pressed in a UI). --- --- Such a value DOES remain in state 'doActionRightNow' --- while the operation is in-process; when the operation is --- completed, it will then return the value 'idleState'. - DoActionShowProgress ::= INTEGER - { - doActionRightNow(1), - idleState(2) - } - --- Values of this type are keys, expressed in hexadecimal as --- a sequence of characters '0'..'9' plus 'A'..'F'. --- --- Unless otherwise noted, the default value for variables of --- this type is all-0s. --- --- Values of this type are passwords. They can be written, --- but when read, they return a 0-length string. - HexPassword ::= OCTET STRING (SIZE (0..255)) - - TransmitRate ::= BITS - { - null(0), - rate1Mb(1), - rate2Mb(2), - rate5pt5Mb(3), - rate6Mb(4), - rate9Mb(5), - rate11Mb(6), - rate12Mb(7), - rate18Mb(8), - rate22Mb(9), - rate24Mb(10), - rate36Mb(11), - rate48Mb(12), - rate54Mb(13) - } - - --- --- Textual conventions --- - - RowStatus ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "The RowStatus textual convention is used to manage the - creation and deletion of conceptual rows, and is used as the - value of the SYNTAX clause for the status column of a - conceptual row (as described in Section 7.7.1 of [2].) - - The status column has six defined values: - - - `active', which indicates that the conceptual row is - available for use by the managed device; - - - `notInService', which indicates that the conceptual - row exists in the agent, but is unavailable for use by - the managed device (see NOTE below); - - - `notReady', which indicates that the conceptual row - exists in the agent, but is missing information - necessary in order to be available for use by the - managed device; - - - `createAndGo', which is supplied by a management - station wishing to create a new instance of a - conceptual row and to have its status automatically set - to active, making it available for use by the managed - device; - - - `createAndWait', which is supplied by a management - station wishing to create a new instance of a - conceptual row (but not make it available for use by - the managed device); and, - - - `destroy', which is supplied by a management station - wishing to delete all of the instances associated with - an existing conceptual row. - - Whereas five of the six values (all except `notReady') may - be specified in a management protocol set operation, only - three values will be returned in response to a management - protocol retrieval operation: `notReady', `notInService' or - `active'. That is, when queried, an existing conceptual row - has only three states: it is either available for use by - the managed device (the status column has value `active'); - it is not available for use by the managed device, though - the agent has sufficient information to make it so (the - status column has value `notInService'); or, it is not - available for use by the managed device, and an attempt to - make it so would fail because the agent has insufficient - information (the state column has value `notReady'). - - NOTE WELL - - This textual convention may be used for a MIB table, - irrespective of whether the values of that table's - conceptual rows are able to be modified while it is - active, or whether its conceptual rows must be taken - out of service in order to be modified. That is, it is - the responsibility of the DESCRIPTION clause of the - status column to specify whether the status column must - not be `active' in order for the value of some other - column of the same conceptual row to be modified. If - such a specification is made, affected columns may be - changed by an SNMP set PDU if the RowStatus would not - be equal to `active' either immediately before or after - processing the PDU. In other words, if the PDU also - contained a varbind that would change the RowStatus - value, the column in question may be changed if the - RowStatus was not equal to `active' as the PDU was - received, or if the varbind sets the status to a value - other than 'active'. - - - Also note that whenever any elements of a row exist, the - RowStatus column must also exist. - - To summarize the effect of having a conceptual row with a - status column having a SYNTAX clause value of RowStatus, - consider the following state diagram: - - - STATE - +--------------+-----------+-------------+------------- - | A | B | C | D - | |status col.|status column| - |status column | is | is |status column - ACTION |does not exist| notReady | notInService| is active - --------------+--------------+-----------+-------------+------------- - set status |noError ->D|inconsist- |inconsistent-|inconsistent- - column to | or | entValue| Value| Value - createAndGo |inconsistent- | | | - | Value| | | - --------------+--------------+-----------+-------------+------------- - set status |noError see 1|inconsist- |inconsistent-|inconsistent- - column to | or | entValue| Value| Value - createAndWait |wrongValue | | | - --------------+--------------+-----------+-------------+------------- - set status |inconsistent- |inconsist- |noError |noError - column to | Value| entValue| | - active | | | | - | | or | | - | | | | - | |see 2 ->D| ->D| ->D - --------------+--------------+-----------+-------------+------------- - set status |inconsistent- |inconsist- |noError |noError ->C - column to | Value| entValue| | - notInService | | | | - | | or | | or - | | | | - | |see 3 ->C| ->C|wrongValue - --------------+--------------+-----------+-------------+------------- - set status |noError |noError |noError |noError - column to | | | | - destroy | ->A| ->A| ->A| ->A - --------------+--------------+-----------+-------------+------------- - set any other |see 4 |noError |noError |see 5 - column to some| | | | - value | | see 1| ->C| ->D - --------------+--------------+-----------+-------------+------------- - - (1) goto B or C, depending on information available to the - agent. - - (2) if other variable bindings included in the same PDU, - provide values for all columns which are missing but - required, then return noError and goto D. - - (3) if other variable bindings included in the same PDU, - provide values for all columns which are missing but - required, then return noError and goto C. - - (4) at the discretion of the agent, the return value may be - either: - - inconsistentName: because the agent does not choose to - create such an instance when the corresponding - RowStatus instance does not exist, or - - inconsistentValue: if the supplied value is - inconsistent with the state of some other MIB object's - value, or - - noError: because the agent chooses to create the - instance. - - If noError is returned, then the instance of the status - column must also be created, and the new state is B or C, - depending on the information available to the agent. If - inconsistentName or inconsistentValue is returned, the row - remains in state A. - - (5) depending on the MIB definition for the column/table, - either noError or inconsistentValue may be returned. - - NOTE: Other processing of the set request may result in a - response other than noError being returned, e.g., - wrongValue, noCreation, etc. - - - Conceptual Row Creation - - There are four potential interactions when creating a - conceptual row: selecting an instance-identifier which is - not in use; creating the conceptual row; initializing any - objects for which the agent does not supply a default; and, - making the conceptual row available for use by the managed - device. - - Interaction 1: Selecting an Instance-Identifier - - The algorithm used to select an instance-identifier varies - for each conceptual row. In some cases, the instance- - identifier is semantically significant, e.g., the - destination address of a route, and a management station - selects the instance-identifier according to the semantics. - - In other cases, the instance-identifier is used solely to - distinguish conceptual rows, and a management station - without specific knowledge of the conceptual row might - examine the instances present in order to determine an - unused instance-identifier. (This approach may be used, but - it is often highly sub-optimal; however, it is also a - questionable practice for a naive management station to - attempt conceptual row creation.) - - Alternately, the MIB module which defines the conceptual row - might provide one or more objects which provide assistance - in determining an unused instance-identifier. For example, - if the conceptual row is indexed by an integer-value, then - an object having an integer-valued SYNTAX clause might be - defined for such a purpose, allowing a management station to - issue a management protocol retrieval operation. In order - to avoid unnecessary collisions between competing management - stations, `adjacent' retrievals of this object should be - different. - - Finally, the management station could select a pseudo-random - number to use as the index. In the event that this index - was already in use and an inconsistentValue was returned in - response to the management protocol set operation, the - management station should simply select a new pseudo-random - number and retry the operation. - - A MIB designer should choose between the two latter - algorithms based on the size of the table (and therefore the - efficiency of each algorithm). For tables in which a large - number of entries are expected, it is recommended that a MIB - object be defined that returns an acceptable index for - creation. For tables with small numbers of entries, it is - recommended that the latter pseudo-random index mechanism be - used. - - - Interaction 2: Creating the Conceptual Row - - Once an unused instance-identifier has been selected, the - management station determines if it wishes to create and - activate the conceptual row in one transaction or in a - negotiated set of interactions. - - Interaction 2a: Creating and Activating the Conceptual Row - - The management station must first determine the column - requirements, i.e., it must determine those columns for - which it must or must not provide values. Depending on the - complexity of the table and the management station's - knowledge of the agent's capabilities, this determination - can be made locally by the management station. Alternately, - the management station issues a management protocol get - operation to examine all columns in the conceptual row that - it wishes to create. In response, for each column, there - are three possible outcomes: - - - a value is returned, indicating that some other - management station has already created this conceptual - row. We return to interaction 1. - - - the exception `noSuchInstance' is returned, - indicating that the agent implements the object-type - associated with this column, and that this column in at - least one conceptual row would be accessible in the MIB - view used by the retrieval were it to exist. For those - columns to which the agent provides read-create access, - the `noSuchInstance' exception tells the management - station that it should supply a value for this column - when the conceptual row is to be created. - - - the exception `noSuchObject' is returned, indicating - that the agent does not implement the object-type - associated with this column or that there is no - conceptual row for which this column would be - accessible in the MIB view used by the retrieval. As - such, the management station can not issue any - management protocol set operations to create an - instance of this column. - - Once the column requirements have been determined, a - management protocol set operation is accordingly issued. - This operation also sets the new instance of the status - column to `createAndGo'. - - When the agent processes the set operation, it verifies that - it has sufficient information to make the conceptual row - available for use by the managed device. The information - available to the agent is provided by two sources: the - management protocol set operation which creates the - conceptual row, and, implementation-specific defaults - supplied by the agent (note that an agent must provide - implementation-specific defaults for at least those objects - which it implements as read-only). If there is sufficient - information available, then the conceptual row is created, a - `noError' response is returned, the status column is set to - `active', and no further interactions are necessary (i.e., - interactions 3 and 4 are skipped). If there is insufficient - information, then the conceptual row is not created, and the - set operation fails with an error of `inconsistentValue'. - On this error, the management station can issue a management - protocol retrieval operation to determine if this was - because it failed to specify a value for a required column, - or, because the selected instance of the status column - already existed. In the latter case, we return to - interaction 1. In the former case, the management station - can re-issue the set operation with the additional - information, or begin interaction 2 again using - `createAndWait' in order to negotiate creation of the - conceptual row. - - NOTE WELL - - Regardless of the method used to determine the column - requirements, it is possible that the management - station might deem a column necessary when, in fact, - the agent will not allow that particular columnar - instance to be created or written. In this case, the - management protocol set operation will fail with an - error such as `noCreation' or `notWritable'. In this - case, the management station decides whether it needs - to be able to set a value for that particular columnar - instance. If not, the management station re-issues the - management protocol set operation, but without setting - a value for that particular columnar instance; - otherwise, the management station aborts the row - creation algorithm. - - Interaction 2b: Negotiating the Creation of the Conceptual - Row - - The management station issues a management protocol set - operation which sets the desired instance of the status - column to `createAndWait'. If the agent is unwilling to - process a request of this sort, the set operation fails with - an error of `wrongValue'. (As a consequence, such an agent - must be prepared to accept a single management protocol set - operation, i.e., interaction 2a above, containing all of the - columns indicated by its column requirements.) Otherwise, - the conceptual row is created, a `noError' response is - returned, and the status column is immediately set to either - `notInService' or `notReady', depending on whether it has - sufficient information to make the conceptual row available - for use by the managed device. If there is sufficient - information available, then the status column is set to - `notInService'; otherwise, if there is insufficient - information, then the status column is set to `notReady'. - Regardless, we proceed to interaction 3. - - Interaction 3: Initializing non-defaulted Objects - - The management station must now determine the column - requirements. It issues a management protocol get operation - to examine all columns in the created conceptual row. In - the response, for each column, there are three possible - outcomes: - - - a value is returned, indicating that the agent - implements the object-type associated with this column - and had sufficient information to provide a value. For - those columns to which the agent provides read-create - access (and for which the agent allows their values to - be changed after their creation), a value return tells - the management station that it may issue additional - management protocol set operations, if it desires, in - order to change the value associated with this column. - - - the exception `noSuchInstance' is returned, - indicating that the agent implements the object-type - associated with this column, and that this column in at - least one conceptual row would be accessible in the MIB - view used by the retrieval were it to exist. However, - the agent does not have sufficient information to - provide a value, and until a value is provided, the - conceptual row may not be made available for use by the - managed device. For those columns to which the agent - provides read-create access, the `noSuchInstance' - exception tells the management station that it must - issue additional management protocol set operations, in - order to provide a value associated with this column. - - - the exception `noSuchObject' is returned, indicating - that the agent does not implement the object-type - associated with this column or that there is no - conceptual row for which this column would be - accessible in the MIB view used by the retrieval. As - such, the management station can not issue any - management protocol set operations to create an - instance of this column. - - If the value associated with the status column is - `notReady', then the management station must first deal with - all `noSuchInstance' columns, if any. Having done so, the - value of the status column becomes `notInService', and we - proceed to interaction 4. - - Interaction 4: Making the Conceptual Row Available - - Once the management station is satisfied with the values - associated with the columns of the conceptual row, it issues - a management protocol set operation to set the status column - to `active'. If the agent has sufficient information to - make the conceptual row available for use by the managed - device, the management protocol set operation succeeds (a - `noError' response is returned). Otherwise, the management - protocol set operation fails with an error of - `inconsistentValue'. - - - NOTE WELL - - A conceptual row having a status column with value - `notInService' or `notReady' is unavailable to the - managed device. As such, it is possible for the - managed device to create its own instances during the - time between the management protocol set operation - which sets the status column to `createAndWait' and the - management protocol set operation which sets the status - column to `active'. In this case, when the management - protocol set operation is issued to set the status - column to `active', the values held in the agent - supersede those used by the managed device. - - If the management station is prevented from setting the - status column to `active' (e.g., due to management station - or network failure) the conceptual row will be left in the - `notInService' or `notReady' state, consuming resources - indefinitely. The agent must detect conceptual rows that - have been in either state for an abnormally long period of - time and remove them. It is the responsibility of the - DESCRIPTION clause of the status column to indicate what an - abnormally long period of time would be. This period of - time should be long enough to allow for human response time - (including `think time') between the creation of the - conceptual row and the setting of the status to `active'. - In the absense of such information in the DESCRIPTION - clause, it is suggested that this period be approximately 5 - minutes in length. This removal action applies not only to - newly-created rows, but also to previously active rows which - are set to, and left in, the notInService state for a - prolonged period exceeding that which is considered normal - for such a conceptual row. - - - Conceptual Row Suspension - - When a conceptual row is `active', the management station - may issue a management protocol set operation which sets the - instance of the status column to `notInService'. If the - agent is unwilling to do so, the set operation fails with an - error of `wrongValue'. Otherwise, the conceptual row is - taken out of service, and a `noError' response is returned. - It is the responsibility of the DESCRIPTION clause of the - status column to indicate under what circumstances the - status column should be taken out of service (e.g., in order - for the value of some other column of the same conceptual - row to be modified). - - - Conceptual Row Deletion - - For deletion of conceptual rows, a management protocol set - operation is issued which sets the instance of the status - column to `destroy'. This request may be made regardless of - the current value of the status column (e.g., it is possible - to delete conceptual rows which are either `notReady', - `notInService' or `active'.) If the operation succeeds, - then all instances associated with the conceptual row are - immediately removed." - SYNTAX INTEGER - { - active(1), - notInService(2), - notReady(3), - createAndGo(4), - createAndWait(5), - destroy(6) - } - - DateAndTime ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "A date-time specification. - - field octets contents range - ----- ------ -------- ----- - 1 1-2 year 0..65536 - 2 3 month 1..12 - 3 4 day 1..31 - 4 5 hour 0..23 - 5 6 minutes 0..59 - 6 7 seconds 0..60 - (use 60 for leap-second) - 7 8 deci-seconds 0..9 - 8 9 direction from UTC '+' / '-' - 9 10 hours from UTC 0..11 - 10 11 minutes from UTC 0..59 - - For example, Tuesday May 26, 1992 at 1:30:15 PM EDT would be - displayed as: - - 1992-5-26,13:30:15.0,-4:0 - - Note that if only local time is known, then timezone - information (fields 8-10) is not present." - SYNTAX OCTET STRING (SIZE (0..255)) - - --- --- Node definitions --- - --- Node definitions --- - -- 1.3.6.1.4.1.388 - symbol OBJECT IDENTIFIER ::= { enterprises 388 } - - --- !!- OID: .11 - as specified by Symbol MIB Admin. --- --- This sub-tree used for MIBs and sysOIDs produced --- by WSD, (Wireless Infrastructure Division, --- San Jose). --- - -- 1.3.6.1.4.1.388.11 - wsd OBJECT IDENTIFIER ::= { symbol 11 } - - --- This node reserved for sysOIDs of devices produced --- by WSD. --- - -- 1.3.6.1.4.1.388.11.1 - sysoids OBJECT IDENTIFIER ::= { wsd 1 } - - - -- 1.3.6.1.4.1.388.11.1.1 - ws2000 OBJECT-IDENTITY - STATUS current - DESCRIPTION - "WS2000 with 1 WAN port, 6 LAN ports." - ::= { sysoids 1 } - - --- MIBs implemented by WS2000 devices. --- --- All counter variables, under this tree node wrap in no less --- than 5.8 minutes, EXCEPT as noted below. (Be advised that --- all values referred to here as 'counters' are not --- necessarily of type Counter32 or Counter64; some are --- Unsigned32, and some Signal & Noise values are Integer32). --- --- Exception #1: for all values that count the number --- of tx/rx/both octets when the MAX number of Portals (12) --- are all running at a full 54Mb. In such cases, those --- counters could theoretically wrap in 0.8min. But, since --- 54Mb does not practically achieve 54Mb, this wrap time --- is more realistically at least 1-2min. If the switch does --- not have all 12 Portals, that wrap time would be even --- longer. --- --- Exception #2: there are three _SignalSum values, (Portal, --- MU, and WLAN); since Signal values range up to around --- -90dBm, they could theoretically wrap in 0.5min if the MAX --- number of Portals all had a full 54Mb of short packets --- flowing, all with _Signal values of around -100. Since you --- generally cannot communicate at 54Mb at -100dBm, this is --- not practially realistic. At more realistic levels, these --- values would wrap no faster than 1-2min, and verly likely --- no faster than 5min. --- --- (It was considered to increase the affected counters to --- 64bits, but given the difficulty implementing larger --- counters and the large number of values to change, as --- weighed against the REALISTIC wrap risk did not suggest --- doing this work). --- --- Given all this, a poll time of 5min, (or less), will --- basically ensure that no data is lost due to counter wrap. --- --- --- --- Numerous tables include _SumSquares values. These MIB --- variables are always the summation of the square of each --- individual value. These _SumSquares values can be used, --- (in conjunction with 'N' and _Sum), to calculate standard --- deviation, (a statistical measure of the variance of the --- data points). - -- 1.3.6.1.4.1.388.11.2 - ws2k OBJECT IDENTIFIER ::= { wsd 2 } - - --- Miscelaneous administrative functions. - -- 1.3.6.1.4.1.388.11.2.2 - ccAdmin OBJECT IDENTIFIER ::= { ws2k 2 } - - --- Information about the switch not otherwise --- provided in MIB-2. - -- 1.3.6.1.4.1.388.11.2.2.1 - ccInfo OBJECT IDENTIFIER ::= { ccAdmin 1 } - - - -- 1.3.6.1.4.1.388.11.2.2.1.1 - ccInfoSerialNumber OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The serial number of the switch. This value is - unique for each instance of the WS2000 switch." - ::= { ccInfo 1 } - - - -- 1.3.6.1.4.1.388.11.2.2.1.2 - ccInfoCountrySelection OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This value is a two-character representation of the country - code. - - Note: when changing this _CountrySelection, the current - channel and power levels are NOT changed. The prior - settings for these values may or may not be valid/legal - for the new country selected. It is up to the network - management software to ensure that channel and/or power - settings are changed BEFORE changing the country selection - so that no such invalid/illegal state is reached, even for - a short interim. - - - country code: - - Argentina: ar - Australia: au - Austria: at - Bahrain: bh - Belarus: by - Belgium: be - Botswana: bw - Brazil: br - Bulgaria: bg - Canada: ca - Chile: cl - China: cn - Colombia: co - Costa Rica: cr - Croatia: hr - Czech Republic: cz - Denmark: dk - Ecuador: ec - Egypt: eg - Estonia: ee - Finland: fi - France: fr - Germany: de - Greece: gr - Hong Kong: hk - Hungary: hu - Iceland: is - India: in - Indonesia: id - Ireland: ie - Israel: il - Italy: it - Japan: jp - Jordan: jo - Kazakhstan: kz - Kuwait: kw - Latvia: lv - Liechtenstein: li - Lithuania: lt - Luxembourg: lu - Malaysia: my - Mexico: mx - Morocco: ma - Namibia: na - Netherlands: nl - New Zealand: nz - Norway: no - Oman: om - Peru: pe - Philippines: ph - Poland: pl - Portugal: pt - Qatar: qa - Romania: ro - Russia: ru - Saudi Arabia: sa - Singapore: sg - Slovak Republic: sk - Slovenia: si - South Africa: za - South Korea: kr - Spain: es - Sri Lanka: lk - Sweden: se - Switzerland: ch - Taiwan: tw - Thailand: th - Turkey: tr - Ukraine: ua - United Arab Emirates: ae - United Kingdom: uk - United States: us - Uruguay: uy - Venezuela: ve - Vietnam: vn - " - ::= { ccInfo 2 } - - --- This group contains MIB variables that identify the versions --- of various components of the switch. --- --- sysDescr is ALSO overloaded for this purpose. The 'terms' --- reported in sysDescr occur in the same order as the MIB --- values in this group. --- --- (Separate MIB scalars report each term separately to make --- it easy for SNMP scripts to find the given information. The --- infomation is also retained in an overloaded sysDescr since --- many NMS platforms show this one value prominently). --- --- In sysDescr, each term is marked with a 'label': --- 'HW=', 'FW=', 'SW=', 'MIB=', 'CLI=', 'XML='. --- Each label in sysDescr is followed, (without a space), by --- a sub-string (which itself contains no spaces), that --- describes the version of that entity. Each term, (except --- the last), is followed by a ',' and a space before the next --- term. --- --- If a device does not have a particular item, (for --- example no XML interface), that term and its lablel --- will be entirely missing from sysDescr, and the --- corresponding MIB scalar will be either a zero-length --- string, or will return a NO-SUCH. --- --- The MIB version substring is a two-digit number (with a --- leading zero if needed), followed by a lower-case letter. --- The letter is increased if only comments or descriptions --- are changed. If any other change is made, the number --- increases. --- --- The CLI version substring is a three-digit number, (with --- leading zeros if needed). There is no letter. Any change --- in CLI commands, parameters, or outputs results in this --- value incrementing. --- --- The XML version substring has the same format as the MIB --- version sub-string. --- --- SerialNumber is included here for convenience; it is not --- displayed in sysDescr. - -- 1.3.6.1.4.1.388.11.2.2.1.3 - ccIdentfication OBJECT IDENTIFIER ::= { ccInfo 3 } - - - -- 1.3.6.1.4.1.388.11.2.2.1.3.1 - ccIdHwVersion OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The same text that follows 'HW=' in sysDescr, EXCLUDING the - 'HW='." - ::= { ccIdentfication 1 } - - - -- 1.3.6.1.4.1.388.11.2.2.1.3.2 - ccIdFwVersion OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The same text that follows 'FW=' in sysDescr, EXCLUDING the - 'FW='. (The bootcode version)." - ::= { ccIdentfication 2 } - - - -- 1.3.6.1.4.1.388.11.2.2.1.3.3 - ccIdSwVersion OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The same text that follows 'SW=' in sysDescr, EXCLUDING the - 'SW='." - ::= { ccIdentfication 3 } - - - -- 1.3.6.1.4.1.388.11.2.2.1.3.4 - ccIdMibVersion OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The same text that follows 'MIB=' in sysDescr, EXCLUDING the - 'MIB='. - - The MIB version is identified by a two-digit major version - number (with a leading zero if needed), followed by a - lower-case letter minor version and 0 or more character info - number. - - The major MIB version is changed whenever it becomes - incompatible to its previous version; i.e., some variables - have been deleted or the behavior/meaning has been changed. - - Minor version number is changed when new features have been - added, but existing behavior is completely unchanged. - " - ::= { ccIdentfication 4 } - - - -- 1.3.6.1.4.1.388.11.2.2.1.3.5 - ccIdCliVersion OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The same text that follows 'CLI=' in sysDescr, EXCLUDING the - 'CLI='." - ::= { ccIdentfication 5 } - - - -- 1.3.6.1.4.1.388.11.2.2.1.3.6 - ccIdXmlVersion OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Version of XML template implemented on this switch. (Much - like MIB version - read details there)." - ::= { ccIdentfication 6 } - - - -- 1.3.6.1.4.1.388.11.2.2.1.3.7 - ccIdSerialNumber OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The serial number of the switch. This value is unique for each - instance of a given switch type." - ::= { ccIdentfication 7 } - - - -- 1.3.6.1.4.1.388.11.2.2.1.4 - ccSysDNSRelayMode OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable/Disable DNS Relay Mode" - DEFVAL { false } - ::= { ccInfo 4 } - - - -- 1.3.6.1.4.1.388.11.2.2.1.5 - ccApSslv2Mode OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable/Disable SSLV2 Support" - DEFVAL { false } - ::= { ccInfo 5 } - - - -- 1.3.6.1.4.1.388.11.2.2.1.6 - ccApSshv1Mode OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable/Disable SSHV1 Support" - DEFVAL { false } - ::= { ccInfo 6 } - - - -- 1.3.6.1.4.1.388.11.2.2.1.7 - ccApSslWeakCipherSupport OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable/Disable SSL Weak Cipher Support" - DEFVAL { false } - ::= { ccInfo 7 } - - - - --- Values that can be used to reset portions of the --- switch. --- --- Reading any of the items in this group will always --- return a value of 'false'. - -- 1.3.6.1.4.1.388.11.2.2.2 - ccReset OBJECT IDENTIFIER ::= { ccAdmin 2 } - - - -- 1.3.6.1.4.1.388.11.2.2.2.1 - ccResetFactory OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Writing this value causes the switch to reset to - factory conditions. NOTHING is retained, NOT the - static IP address assignments (if any), NOR any - non-factory-default SNMP settings, nor any other - non-factory-default settings. - - Given this, be warned that setting this value may - very well cause all communication paths to the - WS2000 to be lost. (However, if DHCP is used to - obtain an IP addr on the WAN port, and only - default SNMP settings are used, communications may - be possible after the factory reset)." - ::= { ccReset 1 } - - - -- 1.3.6.1.4.1.388.11.2.2.2.2 - ccResetSwitch OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Writing this value causes the switch to reset in - the same fashion as a common, (non-factory) reset." - ::= { ccReset 2 } - - - -- 1.3.6.1.4.1.388.11.2.2.2.3 - ccResetMuCounters OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS obsolete - DESCRIPTION - "Writing this value resets all counters in the - ccRf > ccMus sub-tree. - - Obsolete in WS2000 v1.5" - ::= { ccReset 3 } - - - -- 1.3.6.1.4.1.388.11.2.2.2.4 - ccResetFactoryExceptIpSnmp OBJECT-TYPE - SYNTAX DoActionNow - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Performs a factory reset, EXCEPT that Wan IP and SNMP access settings - are retained across the reset. Specifically: - - Wan Ip + related settings - Pppoe settings - WS2000 wan access SNMP setting - SNMP v1/v2/v3 access settings - - - " - ::= { ccReset 4 } - - - -- 1.3.6.1.4.1.388.11.2.2.2.5 - ccResetStatCounters OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Writing this value resets all counters in the - ccRf sub-tree except for the ccPortalSystemStatsTable and - ccPortalTable - " - ::= { ccReset 5 } - - --- Values used to initiate, (via TFTP or FTP), a --- firmware update of the switch remotely via SNMP. --- --- All items in this group persist across reboots, --- except: _FwOperation and _FwStart. - -- 1.3.6.1.4.1.388.11.2.2.3 - ccLoadFw OBJECT IDENTIFIER ::= { ccAdmin 3 } - - - -- 1.3.6.1.4.1.388.11.2.2.3.1 - ccLoadFwOperation OBJECT-TYPE - SYNTAX INTEGER - { - unspecified(1), - ftpFirmwareServerToSwitch(2), - tftpFirmwareServerToSwitch(3), - cfFirmwareToSwitch(4), - sftpFirmwareServerToSwitch(5) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Specifies if the firmware is to be loaded to the - switch via FTP or TFTP or SFTP or CF Card." - ::= { ccLoadFw 1 } - - - -- 1.3.6.1.4.1.388.11.2.2.3.2 - ccLoadFwInterface OBJECT-TYPE - SYNTAX INTEGER - { - unspecified(1), - wan(2), - subnet1(11), - subnet2(12), - subnet3(13), - subnet4(14) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The interface to use in contacting the FTP or TFTP - or SFTP server. This is required since the actual - firmware load is accomplished via boot code that - does not contain routing logic." - ::= { ccLoadFw 2 } - - - -- 1.3.6.1.4.1.388.11.2.2.3.3 - ccLoadFwServerPath OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..39)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The path to the firmware on the SFTP/TFTP/FTP - server. - - Remember that the type of separator varies - depending on the operating system of the server. - For Windows, use '\', for Unix use '/'. - - No path need be specified, (in which case the - default directory for the TFTP/FTP/SFTP server - will be used); if a path is specified, remember - to terminate it with a trailing '/' or '\'." - ::= { ccLoadFw 3 } - - - -- 1.3.6.1.4.1.388.11.2.2.3.4 - ccLoadFwServerFilename OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..39)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The name, (on the server), of the firmware file - to load. - - If operation is set to cfFirmwareToSwitch, this - variable is the file name on the compact flash card." - ::= { ccLoadFw 4 } - - - -- 1.3.6.1.4.1.388.11.2.2.3.5 - ccLoadFwStart OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Set this value to start the firmware load - operation. - - Note that the actual SFTP/TFTP/FTP does not begin - immediately, as first the 'operational' firmware - shuts-down, and returns to low-level boot code, - which actually starts the transfer." - ::= { ccLoadFw 5 } - - - -- 1.3.6.1.4.1.388.11.2.2.3.6 - ccLoadFwResult OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This value reflects the result of the most-recent - firmware load since reboot, (if any)." - ::= { ccLoadFw 6 } - - - -- 1.3.6.1.4.1.388.11.2.2.3.7 - ccLoadFwSuccess OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The success/failure status of the most recent - firmware load." - ::= { ccLoadFw 7 } - - --- Values used to initiate (via FTP only), a --- download of a configuration file to the switch, --- or an upload of a configuration file from the --- switch. --- --- All items in this group persist across reboots, --- except: _CfgOperation and _CfgStart. - -- 1.3.6.1.4.1.388.11.2.2.4 - ccLoadCfg OBJECT IDENTIFIER ::= { ccAdmin 4 } - - - -- 1.3.6.1.4.1.388.11.2.2.4.1 - ccLoadCfgOperation OBJECT-TYPE - SYNTAX INTEGER - { - unspecified(1), - ftpConfigServerToSwitch(2), - ftpConfigSwitchToServer(3), - tftpConfigServerToSwitch(4), - tftpConfigSwitchToServer(5), - sftpConfigServerToSwitch(6), - sftpConfigSwitchToServer(7) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Specifies the type and direction of the transfer to - perform involving the configuration file." - ::= { ccLoadCfg 1 } - - - -- 1.3.6.1.4.1.388.11.2.2.4.2 - ccLoadCfgServerPath OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..39)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The path to the firmware on the SFTP/TFTP/FTP - server. - - Remember that the type of separator varies - depending on the operating system of the server. - For Windows, use '\', for Unix use '/'. - - No path need be specified, (in which case the - default directory for the SFTP/TFTP/FTP server - will be used); if a path is specified, remember - to terminate it with a trailing '/' or '\'." - ::= { ccLoadCfg 2 } - - - -- 1.3.6.1.4.1.388.11.2.2.4.3 - ccLoadCfgServerFilename OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..39)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The name, (on the server), of the configuration - file to load/store from/to the server." - ::= { ccLoadCfg 3 } - - - -- 1.3.6.1.4.1.388.11.2.2.4.4 - ccLoadCfgStart OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Set this value to start the configuration file - operation. - - Note that unlike a firmware load, the actual - FTP/TFTP/SFTP transfer does begin virtually - immediately." - ::= { ccLoadCfg 4 } - - - -- 1.3.6.1.4.1.388.11.2.2.4.5 - ccLoadCfgOperationsDone OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This value counts the total number of configuration - file transfers completed, (whether they succeed or - fail). - - The SNMP manager should save the value of this - counter just before starting a LoadCfg operation, - and then wait for this value to increment before - checking the Result and/or Success values." - ::= { ccLoadCfg 5 } - - - -- 1.3.6.1.4.1.388.11.2.2.4.6 - ccLoadCfgResult OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This value reflects the result of the most-recent - configuration file load/store." - ::= { ccLoadCfg 6 } - - - -- 1.3.6.1.4.1.388.11.2.2.4.7 - ccLoadCfgSuccess OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The success/failure status of the most recent - configuration file load/store." - ::= { ccLoadCfg 7 } - - --- Values that indicate if the configuration of the --- switch has changed. - -- 1.3.6.1.4.1.388.11.2.2.5 - ccCfgHist OBJECT IDENTIFIER ::= { ccAdmin 5 } - - - -- 1.3.6.1.4.1.388.11.2.2.5.1 - ccCfgHistChangeCount OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This value will increment by 1 or more for each - config change. It persists across reboots. - - This variable can only be SET with the same value - that it currently contains. Any other value will - cause a SET-FAILED. - - Note that this is NOT a TEST-AND-INCREMENT - semaphore, as this value does not immediately - increment after a config change, but only after - a short, though non-zero, delay. Because of this - non-zero delay, it is not suitable as a semaphore. - - Note also that this value counts the number of - times that Flash memory has been written, which - may be greater than the number of config changes." - ::= { ccCfgHist 1 } - - - -- 1.3.6.1.4.1.388.11.2.2.5.2 - ccCfgHistChangeTime OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A snapshot of sysUpTime as of the last config - change." - ::= { ccCfgHist 2 } - - - -- 1.3.6.1.4.1.388.11.2.2.5.3 - ccCfgHistSemaphore OBJECT-TYPE - SYNTAX TestAndIncr - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Can be used to solve the multiple-manager problem. - Before performing any SETs, the manager reads this - value. As a VAR-BIND of the only/last SET PDU, - this value is written with that value read. If - some other manager had made changes, this value - would have incremented, and the SET to it will - fail. - - Note that this only guards against other managers - that use this semaphore. Changes made without - using this value will NOT be protected against. - For this reason, it is suggested that - ccCfgHistChangeCount also be SET - though that is - not a perfectly fail-safe semaphore, it will in - most cases protect even against this latter case." - ::= { ccCfgHist 3 } - - --- This group contains items that are common between --- ccLoadFw and ccLoadCfg. This is not done just to --- eliminate duplication, but also because the --- values in this group are actually implemented only --- once on the device. --- --- (If these items were implemented in both ccLoadFw --- and ccLoadCfg, setting a value in one group would --- also be reflected in the corresponding variable in --- the other group). --- --- All items in this group persist across reboots. - -- 1.3.6.1.4.1.388.11.2.2.6 - ccLoad OBJECT IDENTIFIER ::= { ccAdmin 6 } - - - -- 1.3.6.1.4.1.388.11.2.2.6.1 - ccLoadServerIpAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP address of the server used for a firmware load, - or configuration file load/store operation." - ::= { ccLoad 1 } - - - -- 1.3.6.1.4.1.388.11.2.2.6.2 - ccLoadFtpUsername OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..39)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Username for FTP LoadFw or LoadCfg operations." - ::= { ccLoad 2 } - - - -- 1.3.6.1.4.1.388.11.2.2.6.3 - ccLoadFtpPassword OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..39)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Password for FTP LoadFw or LoadCfg operations." - ::= { ccLoad 3 } - - --- Miscellaneous values not implemented in MIB-2 SNMP --- group. - -- 1.3.6.1.4.1.388.11.2.2.7 - ccSnmp OBJECT IDENTIFIER ::= { ccAdmin 7 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.1 - ccSnmpAclViolations OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Counts the total number of SNMP requests rejected - due to ACL violations since boot." - ::= { ccSnmp 1 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.2 - ccSnmpLastDeniedIpAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The IP address of the last SNMP request to be - denied due to ACL violation." - ::= { ccSnmp 2 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.3 - ccSnmpV3EngineId OBJECT-TYPE - SYNTAX DisplayString (SIZE (1..64)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "SNMPv3 Engine ID" - ::= { ccSnmp 3 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.4 - ccSnmpAccess OBJECT IDENTIFIER ::= { ccSnmp 4 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.4.1 - ccSnmpAccessV12Table OBJECT-TYPE - SYNTAX SEQUENCE OF CcSnmpAccessV12Entry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of SNMP v1/v2 access entries." - ::= { ccSnmpAccess 1 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.4.1.1 - ccSnmpAccessV12Entry OBJECT-TYPE - SYNTAX CcSnmpAccessV12Entry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - INDEX { ccSnmpAccessV12Index } - ::= { ccSnmpAccessV12Table 1 } - - - CcSnmpAccessV12Entry ::= - SEQUENCE { - ccSnmpAccessV12Index - Integer32, - ccSnmpAccessV12Community - DisplayString, - ccSnmpAccessV12CustomOid - OBJECT IDENTIFIER, - ccSnmpAccessV12OidLimit - INTEGER, - ccSnmpAccessV12Access - INTEGER, - ccSnmpAccessV12Enable - AbbrevRowStatus - } - - -- 1.3.6.1.4.1.388.11.2.2.7.4.1.1.1 - ccSnmpAccessV12Index OBJECT-TYPE - SYNTAX Integer32 (1..20) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple Index." - ::= { ccSnmpAccessV12Entry 1 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.4.1.1.2 - ccSnmpAccessV12Community OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Community Name of the SNMP manager." - ::= { ccSnmpAccessV12Entry 2 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.4.1.1.3 - ccSnmpAccessV12CustomOid OBJECT-TYPE - SYNTAX OBJECT IDENTIFIER - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Starting OID." - ::= { ccSnmpAccessV12Entry 3 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.4.1.1.4 - ccSnmpAccessV12OidLimit OBJECT-TYPE - SYNTAX INTEGER - { - all(1), - custom(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "OID Limit whether the entire MIB tree or - a specific OID set." - ::= { ccSnmpAccessV12Entry 4 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.4.1.1.5 - ccSnmpAccessV12Access OBJECT-TYPE - SYNTAX INTEGER - { - readOnly(1), - readWrite(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Access type whether RO or RW." - ::= { ccSnmpAccessV12Entry 5 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.4.1.1.6 - ccSnmpAccessV12Enable OBJECT-TYPE - SYNTAX AbbrevRowStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Row Status." - ::= { ccSnmpAccessV12Entry 6 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.4.2 - ccSnmpAccessV3Table OBJECT-TYPE - SYNTAX SEQUENCE OF CcSnmpAccessV3Entry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of SNMP v3 access entries." - ::= { ccSnmpAccess 2 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.4.2.1 - ccSnmpAccessV3Entry OBJECT-TYPE - SYNTAX CcSnmpAccessV3Entry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - INDEX { ccSnmpAccessV3Index } - ::= { ccSnmpAccessV3Table 1 } - - - CcSnmpAccessV3Entry ::= - SEQUENCE { - ccSnmpAccessV3Index - Integer32, - ccSnmpAccessV3User - DisplayString, - ccSnmpAccessV3SecurityLevel - INTEGER, - ccSnmpAccessV3CustomOid - OBJECT IDENTIFIER, - ccSnmpAccessV3OidLimit - INTEGER, - ccSnmpAccessV3Access - INTEGER, - ccSnmpAccessV3AuthAlgorithm - INTEGER, - ccSnmpAccessV3AuthPassword - Password, - ccSnmpAccessV3PrivacyAlgorithm - INTEGER, - ccSnmpAccessV3PrivacyPassword - Password, - ccSnmpAccessV3Enable - AbbrevRowStatus - } - - -- 1.3.6.1.4.1.388.11.2.2.7.4.2.1.1 - ccSnmpAccessV3Index OBJECT-TYPE - SYNTAX Integer32 (1..20) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple Index." - ::= { ccSnmpAccessV3Entry 1 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.4.2.1.2 - ccSnmpAccessV3User OBJECT-TYPE - SYNTAX DisplayString (SIZE (1..32)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "v3 User Name." - ::= { ccSnmpAccessV3Entry 2 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.4.2.1.3 - ccSnmpAccessV3SecurityLevel OBJECT-TYPE - SYNTAX INTEGER - { - noAuth(1), - authNoPriv(2), - authPriv(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Security Level." - ::= { ccSnmpAccessV3Entry 3 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.4.2.1.4 - ccSnmpAccessV3CustomOid OBJECT-TYPE - SYNTAX OBJECT IDENTIFIER - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Starting OID." - ::= { ccSnmpAccessV3Entry 4 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.4.2.1.5 - ccSnmpAccessV3OidLimit OBJECT-TYPE - SYNTAX INTEGER - { - all(1), - custom(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "OID Limit whether the entire MIB tree or - a specific OID set." - ::= { ccSnmpAccessV3Entry 5 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.4.2.1.6 - ccSnmpAccessV3Access OBJECT-TYPE - SYNTAX INTEGER - { - readOnly(1), - readWrite(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Access type whether RO or RW." - ::= { ccSnmpAccessV3Entry 6 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.4.2.1.7 - ccSnmpAccessV3AuthAlgorithm OBJECT-TYPE - SYNTAX INTEGER - { - md5(1), - sha(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Authentication Algorithm used." - ::= { ccSnmpAccessV3Entry 7 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.4.2.1.8 - ccSnmpAccessV3AuthPassword OBJECT-TYPE - SYNTAX Password (SIZE (8..31)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Authentication Password." - ::= { ccSnmpAccessV3Entry 8 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.4.2.1.9 - ccSnmpAccessV3PrivacyAlgorithm OBJECT-TYPE - SYNTAX INTEGER - { - des(1), - aes128(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Privacy Algorithm used." - ::= { ccSnmpAccessV3Entry 9 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.4.2.1.10 - ccSnmpAccessV3PrivacyPassword OBJECT-TYPE - SYNTAX Password (SIZE (8..31)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Privacy Password." - ::= { ccSnmpAccessV3Entry 10 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.4.2.1.11 - ccSnmpAccessV3Enable OBJECT-TYPE - SYNTAX AbbrevRowStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Row Status." - ::= { ccSnmpAccessV3Entry 11 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.4.3 - ccSnmpAccessControlTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcSnmpAccessControlEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of SNMP access control entries." - ::= { ccSnmpAccess 3 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.4.3.1 - ccSnmpAccessControlEntry OBJECT-TYPE - SYNTAX CcSnmpAccessControlEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - INDEX { ccSnmpAccessControlIndex } - ::= { ccSnmpAccessControlTable 1 } - - - CcSnmpAccessControlEntry ::= - SEQUENCE { - ccSnmpAccessControlIndex - Integer32, - ccSnmpAccessControlStartIp - IpAddress, - ccSnmpAccessControlEndIp - IpAddress, - ccSnmpAccessControlEnable - AbbrevRowStatus - } - - -- 1.3.6.1.4.1.388.11.2.2.7.4.3.1.1 - ccSnmpAccessControlIndex OBJECT-TYPE - SYNTAX Integer32 (1..20) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple Index." - ::= { ccSnmpAccessControlEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.4.3.1.2 - ccSnmpAccessControlStartIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Starting IP range of the SNMP manager - allowed to access the switch." - ::= { ccSnmpAccessControlEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.4.3.1.3 - ccSnmpAccessControlEndIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Ending IP range of the SNMP manager - allowed to access the switch." - ::= { ccSnmpAccessControlEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.4.3.1.4 - ccSnmpAccessControlEnable OBJECT-TYPE - SYNTAX AbbrevRowStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Row Status." - ::= { ccSnmpAccessControlEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.5 - ccSnmpTraps OBJECT IDENTIFIER ::= { ccSnmp 5 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.5.1 - ccSnmpTrapSinkV12Table OBJECT-TYPE - SYNTAX SEQUENCE OF CcSnmpTrapSinkV12Entry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of SNMP v1/v2 trap configuration entries." - ::= { ccSnmpTraps 1 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.5.1.1 - ccSnmpTrapSinkV12Entry OBJECT-TYPE - SYNTAX CcSnmpTrapSinkV12Entry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - INDEX { ccSnmpTrapSinkV12Index } - ::= { ccSnmpTrapSinkV12Table 1 } - - - CcSnmpTrapSinkV12Entry ::= - SEQUENCE { - ccSnmpTrapSinkV12Index - Integer32, - ccSnmpTrapSinkV12DestinationIp - IpAddress, - ccSnmpTrapSinkV12Port - Integer32, - ccSnmpTrapSinkV12Community - DisplayString, - ccSnmpTrapSinkV12Version - INTEGER, - ccSnmpTrapSinkV12Enable - AbbrevRowStatus - } - - -- 1.3.6.1.4.1.388.11.2.2.7.5.1.1.1 - ccSnmpTrapSinkV12Index OBJECT-TYPE - SYNTAX Integer32 (1..20) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple Index." - ::= { ccSnmpTrapSinkV12Entry 1 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.5.1.1.2 - ccSnmpTrapSinkV12DestinationIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Destination IP of Trap Manager." - ::= { ccSnmpTrapSinkV12Entry 2 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.5.1.1.3 - ccSnmpTrapSinkV12Port OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Destination Port of Trap Manager." - ::= { ccSnmpTrapSinkV12Entry 3 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.5.1.1.4 - ccSnmpTrapSinkV12Community OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Community Name." - ::= { ccSnmpTrapSinkV12Entry 4 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.5.1.1.5 - ccSnmpTrapSinkV12Version OBJECT-TYPE - SYNTAX INTEGER - { - snmpV1(1), - snmpV2(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "SNMP protocol version." - ::= { ccSnmpTrapSinkV12Entry 5 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.5.1.1.6 - ccSnmpTrapSinkV12Enable OBJECT-TYPE - SYNTAX AbbrevRowStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Row Status." - ::= { ccSnmpTrapSinkV12Entry 6 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.5.2 - ccSnmpTrapSinkV3Table OBJECT-TYPE - SYNTAX SEQUENCE OF CcSnmpTrapSinkV3Entry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of SNMP v3 trap configuration entries." - ::= { ccSnmpTraps 2 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.5.2.1 - ccSnmpTrapSinkV3Entry OBJECT-TYPE - SYNTAX CcSnmpTrapSinkV3Entry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - INDEX { ccSnmpTrapSinkV3Index } - ::= { ccSnmpTrapSinkV3Table 1 } - - - CcSnmpTrapSinkV3Entry ::= - SEQUENCE { - ccSnmpTrapSinkV3Index - Integer32, - ccSnmpTrapSinkV3DestinationIp - IpAddress, - ccSnmpTrapSinkV3Port - Integer32, - ccSnmpTrapSinkV3Username - DisplayString, - ccSnmpTrapSinkV3SecurityLevel - INTEGER, - ccSnmpTrapSinkV3AuthAlgorithm - INTEGER, - ccSnmpTrapSinkV3AuthPassword - Password, - ccSnmpTrapSinkV3PrivacyAlgorithm - INTEGER, - ccSnmpTrapSinkV3PrivacyPassword - Password, - ccSnmpTrapSinkV3Enable - AbbrevRowStatus - } - - -- 1.3.6.1.4.1.388.11.2.2.7.5.2.1.1 - ccSnmpTrapSinkV3Index OBJECT-TYPE - SYNTAX Integer32 (1..20) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple Index." - ::= { ccSnmpTrapSinkV3Entry 1 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.5.2.1.2 - ccSnmpTrapSinkV3DestinationIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Destination IP of Trap Manager." - ::= { ccSnmpTrapSinkV3Entry 2 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.5.2.1.3 - ccSnmpTrapSinkV3Port OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Destination Port of Trap Manager." - ::= { ccSnmpTrapSinkV3Entry 3 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.5.2.1.4 - ccSnmpTrapSinkV3Username OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "User name of SNMP v3 user." - ::= { ccSnmpTrapSinkV3Entry 4 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.5.2.1.5 - ccSnmpTrapSinkV3SecurityLevel OBJECT-TYPE - SYNTAX INTEGER - { - auth(1), - authNoPriv(2), - authPriv(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Security Level." - ::= { ccSnmpTrapSinkV3Entry 5 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.5.2.1.6 - ccSnmpTrapSinkV3AuthAlgorithm OBJECT-TYPE - SYNTAX INTEGER - { - md5(1), - sha(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "SNMP v3 Authentication Algorithm." - ::= { ccSnmpTrapSinkV3Entry 6 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.5.2.1.7 - ccSnmpTrapSinkV3AuthPassword OBJECT-TYPE - SYNTAX Password (SIZE (8..31)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "SNMP v3 Authentication Password." - ::= { ccSnmpTrapSinkV3Entry 7 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.5.2.1.8 - ccSnmpTrapSinkV3PrivacyAlgorithm OBJECT-TYPE - SYNTAX INTEGER - { - des(1), - aes128(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "SNMP v3 Privacy Algorithm." - ::= { ccSnmpTrapSinkV3Entry 8 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.5.2.1.9 - ccSnmpTrapSinkV3PrivacyPassword OBJECT-TYPE - SYNTAX Password (SIZE (8..31)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "SNMP v3 Privacy Password." - ::= { ccSnmpTrapSinkV3Entry 9 } - - - -- 1.3.6.1.4.1.388.11.2.2.7.5.2.1.10 - ccSnmpTrapSinkV3Enable OBJECT-TYPE - SYNTAX AbbrevRowStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Row Status." - ::= { ccSnmpTrapSinkV3Entry 10 } - - - -- 1.3.6.1.4.1.388.11.2.2.8 - ccCompactFlash OBJECT IDENTIFIER ::= { ccAdmin 8 } - - - -- 1.3.6.1.4.1.388.11.2.2.8.1 - ccCompactFlashCapacity OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Capacity of the Compact Flash card in Kbyte. - " - ::= { ccCompactFlash 1 } --- The capacity of the flash used in the WS2000 system - - -- 1.3.6.1.4.1.388.11.2.2.8.2 - ccCompactFlashUsed OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of Kbyte in use on the Compact Flash card." - ::= { ccCompactFlash 2 } --- The amount of cosumed space in flash card. - --- For MUs, PORTALs, and WLANs, there are two tables (each), --- that describe the highest-level summary values. (Those --- 3*2 tables are found in their respective groups, not here --- in this group). --- --- Unlike the other various tables of statistics for MUs, --- PORTALs, and WLANs, (which are true counters - ever --- increasing since switch reboot), the values in these tables --- are all rates/percentages as measured over a finite period --- of time, called here a 'window'. --- --- There are two different 'windows': 'Short' and 'Long'. --- The 'Short' window extends generally over seconds; the --- 'Long' window generally extends over minutes. (Both are --- explicitly specified via scalars in this group). --- --- Additionally, these windows are updated at an --- 'update interval' that is typically a fraction of the --- window time. (Also specified via scalars in this group). --- --- For example, (see scalars for actual values): --- window update-interval --- Short 30sec 5sec --- Long 60min 5min --- --- Using the example values above, the 'Short' window shows --- average rates / percentages for the prior 30sec, and is --- updated every 5sec. --- --- These values are intended to match the same values reported --- in the Web UI summary screens. --- --- Descriptions of each data item are only provided in the --- ccPortalSumStatsShortTable, (since it occurs first in the --- MIB, and because unlike the corresponding MU tables, it --- has the union of all possible columns). For all other --- values, (ccMuSumStats_, ccPortalSumStatsLong and --- ccWlanSumStats_), refer to these descriptions. --- (Did this to avoid massive cut-and-paste which later --- leads to discrepencies when changes are made to the --- descriptions). - -- 1.3.6.1.4.1.388.11.2.2.9 - ccSumStats OBJECT IDENTIFIER ::= { ccAdmin 9 } - - - -- 1.3.6.1.4.1.388.11.2.2.9.1 - ccSumStatsShortWindow OBJECT-TYPE - SYNTAX Integer32 - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of seconds backwards from the specified - timestamp that the the 'Short' window extends backwards in - time." - ::= { ccSumStats 1 } - - - -- 1.3.6.1.4.1.388.11.2.2.9.2 - ccSumStatsShortUpdateInterval OBJECT-TYPE - SYNTAX Integer32 - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The frequency at which the 'Short' summary stats are - updated." - ::= { ccSumStats 2 } - - - -- 1.3.6.1.4.1.388.11.2.2.9.3 - ccSumStatsLongWindow OBJECT-TYPE - SYNTAX Integer32 - UNITS "minutes" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Same as corresponding 'Short' value, for the 'Long' window." - ::= { ccSumStats 3 } - - - -- 1.3.6.1.4.1.388.11.2.2.9.4 - ccSumStatsLongUpdateInterval OBJECT-TYPE - SYNTAX Integer32 - UNITS "minutes" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Same as corresponding 'Short' value, for the 'Long' window." - ::= { ccSumStats 4 } - - --- MIB values to control network management access to the --- switch. - -- 1.3.6.1.4.1.388.11.2.2.10 - ccMgmtAccess OBJECT IDENTIFIER ::= { ccAdmin 10 } - - - -- 1.3.6.1.4.1.388.11.2.2.10.1 - ccMgmtAccessToAllow OBJECT-TYPE - SYNTAX BITS - { - fromLanAppletHttp(0), - fromLanAppletHttps(1), - fromLanCliTelnet(2), - fromLanSsh(3), - fromLanSnmp(4), - fromWanAppletHttp(5), - fromWanAppletHttps(6), - fromWanCliTelnet(7), - fromWanSsh(8), - fromWanSnmp(9), - fromWanFtp(10) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Types of network management access to permit." - ::= { ccMgmtAccess 1 } - - - -- 1.3.6.1.4.1.388.11.2.2.10.2 - ccMgmtAccessAirbeam OBJECT IDENTIFIER ::= { ccMgmtAccess 2 } - - - -- 1.3.6.1.4.1.388.11.2.2.10.2.1 - ccMgmtAccessAirbeamAllow OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Allow Airbeam smart. - - (If enabled, Airbeam access is only allowed from the LAN - interfaces)." - ::= { ccMgmtAccessAirbeam 1 } - - - -- 1.3.6.1.4.1.388.11.2.2.10.2.2 - ccMgmtAccessAirbeamPassword OBJECT-TYPE - SYNTAX Password - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Airbeam password. (username is 'airbeam')." - ::= { ccMgmtAccessAirbeam 2 } - - - -- 1.3.6.1.4.1.388.11.2.2.10.3 - ccMgmtAccessAdmin OBJECT IDENTIFIER ::= { ccMgmtAccess 3 } - - - -- 1.3.6.1.4.1.388.11.2.2.10.3.1 - ccMgmtAccessAdminAuth OBJECT-TYPE - SYNTAX INTEGER - { - local(1), - radius(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The type of authentication used to authenticate the - administrator.It can be a local database or a radius server. - - " - ::= { ccMgmtAccessAdmin 1 } --- T - - -- 1.3.6.1.4.1.388.11.2.2.10.3.2 - ccMgmtAccessAdminPassword OBJECT-TYPE - SYNTAX Password (SIZE (1..11)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Administrator password. - - Can only be read, (via GET), using a community string - capable of writing, (via SET), the value. If an otherwise - valid community string is used, a string of length 0 is - returned." - ::= { ccMgmtAccessAdmin 2 } - - - -- 1.3.6.1.4.1.388.11.2.2.10.3.4 - ccMgmtAccessAdminAuthRadiusServerIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The IP address of the radius server which is used to - authenticate the administrator - " - ::= { ccMgmtAccessAdmin 4 } --- ??-CSM: can there be more than one? if so, change to a table. - - -- 1.3.6.1.4.1.388.11.2.2.10.3.5 - ccMgmtAccessAdminAuthRadiusServerPort OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The port of the radius server which is used to - authenticate the administrator" - ::= { ccMgmtAccessAdmin 5 } - - - -- 1.3.6.1.4.1.388.11.2.2.10.3.6 - ccMgmtAccessAdminAuthRadiusSharedSecret OBJECT-TYPE - SYNTAX Password - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The shared secret the radius server which is used to - authenticate the administrator" - ::= { ccMgmtAccessAdmin 6 } - - - -- 1.3.6.1.4.1.388.11.2.2.10.4 - ccMgmtAccessSsh OBJECT IDENTIFIER ::= { ccMgmtAccess 4 } - - - -- 1.3.6.1.4.1.388.11.2.2.10.4.1 - ccMgmtAccessSshAuthTimeout OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The duration within which the user can enter the password - after providing the user id." - ::= { ccMgmtAccessSsh 1 } - - - -- 1.3.6.1.4.1.388.11.2.2.10.4.2 - ccMgmtAccessSshInactivityTimeout OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The duration within which the server should receive the - keep alive responses from the client. - In SSH v2, the server shall timeout if does not receive - Keep alive responses from the client. " - ::= { ccMgmtAccessSsh 2 } - - - -- 1.3.6.1.4.1.388.11.2.2.10.5 - ccMgmtAccessHttpsTimeout OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "HTTP/HTTPS connection timeout." - ::= { ccMgmtAccess 5 } - - --- Logging configuration. - -- 1.3.6.1.4.1.388.11.2.2.11 - ccLogging OBJECT IDENTIFIER ::= { ccAdmin 11 } - - - -- 1.3.6.1.4.1.388.11.2.2.11.1 - ccLoggingLevel OBJECT-TYPE - SYNTAX INTEGER - { - level0Emergency(0), - level1Alert(1), - level2Critical(2), - level3Errors(3), - level4Warnings(4), - level5Notice(5), - level6Info(6), - level7Debug(7) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Level of logging to perform." - ::= { ccLogging 1 } - - - -- 1.3.6.1.4.1.388.11.2.2.11.2 - ccLoggingToSyslog OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Send logs to external syslog." - ::= { ccLogging 2 } - - - -- 1.3.6.1.4.1.388.11.2.2.11.3 - ccLoggingSyslogServer OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP addr of syslog server." - ::= { ccLogging 3 } - - - -- 1.3.6.1.4.1.388.11.2.2.11.4 - ccLoggingDeleteCoreFile OBJECT-TYPE - SYNTAX DoActionNow - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Delete the Core File." - ::= { ccLogging 4 } - - - -- 1.3.6.1.4.1.388.11.2.2.11.5 - ccLoggingTransferCoreFile OBJECT-TYPE - SYNTAX DoActionNow - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Transfer the core file to external FTP server." - ::= { ccLogging 5 } - - --- Configure NTP on switch. - -- 1.3.6.1.4.1.388.11.2.2.12 - ccNtp OBJECT IDENTIFIER ::= { ccAdmin 12 } - - - -- 1.3.6.1.4.1.388.11.2.2.12.1 - ccNtpEnable OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable NTP." - ::= { ccNtp 1 } - - - -- 1.3.6.1.4.1.388.11.2.2.12.2 - ccNtp0Server OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Preferred NTP server IPaddr." - ::= { ccNtp 2 } - - - -- 1.3.6.1.4.1.388.11.2.2.12.3 - ccNtp0Port OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Preferred NTP server port number." - ::= { ccNtp 3 } - - - -- 1.3.6.1.4.1.388.11.2.2.12.4 - ccNtp1Server OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "1st alternate NTP server IPaddr." - ::= { ccNtp 4 } - - - -- 1.3.6.1.4.1.388.11.2.2.12.5 - ccNtp1Port OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "1st alternate NTP server port number." - ::= { ccNtp 5 } - - - -- 1.3.6.1.4.1.388.11.2.2.12.6 - ccNtp2Server OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "2nd alternate NTP server IPaddr." - ::= { ccNtp 6 } - - - -- 1.3.6.1.4.1.388.11.2.2.12.7 - ccNtp2Port OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "2nd alternate NTP server port number." - ::= { ccNtp 7 } - - - -- 1.3.6.1.4.1.388.11.2.2.12.8 - ccNtpGmtHourOffset OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "GMT Hour Offset. - - Not implemented in WS2000 2.0" - ::= { ccNtp 8 } - - - -- 1.3.6.1.4.1.388.11.2.2.12.9 - ccNtpGmtMinuteOffset OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "GMT Minute Offset. - - Not implemented in WS2000 2.0" - ::= { ccNtp 9 } - - - -- 1.3.6.1.4.1.388.11.2.2.12.10 - ccNtpCurrentDateTime OBJECT-TYPE - SYNTAX DateAndTime - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Current date/time. - - If NTP is not running, or has not yet synchronized the - time, this value will be 0. - " - ::= { ccNtp 10 } - - - -- 1.3.6.1.4.1.388.11.2.2.12.11 - ccNtpSyncInterval OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Synchronization Interval (in minutes)" - ::= { ccNtp 11 } - - - -- 1.3.6.1.4.1.388.11.2.2.14 - ccDhcpOptions OBJECT IDENTIFIER ::= { ccAdmin 14 } - - - -- 1.3.6.1.4.1.388.11.2.2.14.1 - ccDhcpOptionsUpdateFwEna OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable updating of firmware using DHCP vendor options - " - ::= { ccDhcpOptions 1 } - - - -- 1.3.6.1.4.1.388.11.2.2.14.2 - ccDhcpOptionsUpdateCfgEna OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable updating of configuration using DHCP vendor options" - ::= { ccDhcpOptions 2 } - - - -- 1.3.6.1.4.1.388.11.2.2.14.3 - ccDhcpOptionsUpdateInterface OBJECT-TYPE - SYNTAX INTEGER - { - wan(1), - subnet1(2), - subnet2(3), - subnet3(4), - subnet4(5) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The interface to use in contacting the FTP or TFTP - server. This is required since the actual firmware - load is accomplished via boot code that does not - contain routing logic." - ::= { ccDhcpOptions 3 } - - - -- 1.3.6.1.4.1.388.11.2.2.14.4 - ccDhcpOptionsUpdateFwFilename OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The firmware filename most recently provided - via DHCP options. - - The success/failure of actually fetching that - file via TFTP is reported in ccLoadFwSuccess - and ccLoadFwResult. - " - ::= { ccDhcpOptions 4 } - - - -- 1.3.6.1.4.1.388.11.2.2.14.5 - ccDhcpOptionsUpdateCfgFilename OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The config filename most recently provided - via DHCP options. - - The success/failure of actually fetching that - file via TFTP is reported in ccLoadCfgSuccess - and ccLoadCfgResult. - " - ::= { ccDhcpOptions 5 } - - - -- 1.3.6.1.4.1.388.11.2.2.15 - ccRedundancy OBJECT IDENTIFIER ::= { ccAdmin 15 } - - - -- 1.3.6.1.4.1.388.11.2.2.15.1 - ccRedundancyAdminState OBJECT-TYPE - SYNTAX INTEGER - { - primary(1), - standby(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The desired state of redundancy for this switch. - - 'standAlone' is for a switch with no redundancy. - - 'redundantPrimary' and 'redundantStandby' for - when the switch is desired to be part of a pair - of switches for redundancy. - - 'redundantUpgrade' is used to update the firmware - of one switch of a pair configured for redundancy. - This mode is just like 'standAlone' except that - switch will not adopt portals. - - Note that when configuring two switches, both - starting in 'standAlone' state, configure the - primary first. (If you configure the desired - standby first, it will NOT hear heartbeats from - the primary, and will quickly transition to - _OperState = 'redundantPrimary'). - " - ::= { ccRedundancy 1 } - - - -- 1.3.6.1.4.1.388.11.2.2.15.2 - ccRedundancyOperState OBJECT-TYPE - SYNTAX INTEGER - { - redundancy(1), - upgrade(2), - standAlone(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The actual state of redundancy for this switch." - ::= { ccRedundancy 2 } - - - -- 1.3.6.1.4.1.388.11.2.2.15.3 - ccRedundancyHeartbeatInterface OBJECT-TYPE - SYNTAX INTEGER - { - port1(1), - port2(2), - port3(3), - port4(4), - port5(5), - port6(6) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The interface to use in contacting the FTP or TFTP - server. This is required since the actual firmware - load is accomplished via boot code that does not - contain routing logic." - ::= { ccRedundancy 3 } - - - -- 1.3.6.1.4.1.388.11.2.2.15.4 - ccRedundancyHeartbeatInterval OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "seconds" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The duration in seconds between consecutive heartbeats. User can control the - frequency of hearbeats by tuning this parameter." - ::= { ccRedundancy 4 } - - - -- 1.3.6.1.4.1.388.11.2.2.15.5 - ccRedundancyRevertDelay OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "minutes" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The duration which the master WS2000 shall wait before - taking over from a backup WS2000." - ::= { ccRedundancy 5 } - - - -- 1.3.6.1.4.1.388.11.2.2.15.6 - ccRedundancyOperMode OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Current Operational Mode of the switch." - ::= { ccRedundancy 6 } - - - -- 1.3.6.1.4.1.388.11.2.2.16 - ccCertMgnt OBJECT IDENTIFIER ::= { ccAdmin 16 } - - --- The ccSelfCerts group allows the admin to create a --- certificate request, send it off to a Certificate --- Authority(CA) to be signed, and then import the signed --- certificate. --- --- The process can be broken down into the following steps: --- 1. Create a row in the ccCertMgntSelfCertsReqTable. --- 2. Fill out ccCertMgntSelfCertsReqKeyId and --- ccCertMgntSelfCertsReqSubject and any optional fields --- 3. Set ccCertMgntSelfCertsReqGenReq to true --- 4. Read certificate request from --- ccCertMgntSelfCertsReqCertReqStr --- 5. Get the certificate signed by a CA --- 6. Write the signed certificate string to --- ccCertMgntSelfCertsSignedStr --- 7. Set ccCertMgntSelfCertsSignedImport to true and pull --- for progress. This step will create a row in --- ccCertMgntSelfCertsSignedTable. --- - -- 1.3.6.1.4.1.388.11.2.2.16.1 - ccCertMgntSelfCerts OBJECT IDENTIFIER ::= { ccCertMgnt 1 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.1.1 - ccCertMgntSelfCertsReqTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcCertMgntSelfCertsReqEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table allows the admin to create and store up to - three certificate signature requests. The required - fields are ccSelfCertsReqKeyId and ccSelfCertReqSubject. - - " - ::= { ccCertMgntSelfCerts 1 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.1.1.1 - ccCertMgntSelfCertsReqEntry OBJECT-TYPE - SYNTAX CcCertMgntSelfCertsReqEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccCertMgntSelfCertsReqIndex } - ::= { ccCertMgntSelfCertsReqTable 1 } - - - CcCertMgntSelfCertsReqEntry ::= - SEQUENCE { - ccCertMgntSelfCertsReqIndex - Integer32, - ccCertMgntSelfCertsReqKeyId - DisplayString, - ccCertMgntSelfCertsReqSubject - DisplayString, - ccCertMgntSelfCertsReqDept - DisplayString, - ccCertMgntSelfCertsReqOrg - DisplayString, - ccCertMgntSelfCertsReqCity - DisplayString, - ccCertMgntSelfCertsReqState - DisplayString, - ccCertMgntSelfCertsReqPostal - DisplayString, - ccCertMgntSelfCertsReqCountry - DisplayString, - ccCertMgntSelfCertsReqEmail - DisplayString, - ccCertMgntSelfCertsReqDomain - DisplayString, - ccCertMgntSelfCertsReqIp - IpAddress, - ccCertMgntSelfCertsReqSigAlgo - INTEGER, - ccCertMgntSelfCertsReqKeyLen - INTEGER, - ccCertMgntSelfCertsReqGenReq - DoActionShowProgress, - ccCertMgntSelfCertsReqCertReqStr - DisplayString, - ccCertMgntSelfCertsReqRowStatus - AbbrevRowStatus - } - - -- 1.3.6.1.4.1.388.11.2.2.16.1.1.1.1 - ccCertMgntSelfCertsReqIndex OBJECT-TYPE - SYNTAX Integer32 (1..3) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple index." - ::= { ccCertMgntSelfCertsReqEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.1.1.1.2 - ccCertMgntSelfCertsReqKeyId OBJECT-TYPE - SYNTAX DisplayString (SIZE (1..7)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The ID for the certificate. Use this field to distinguish - between certificates. - - This is a required field. - " - ::= { ccCertMgntSelfCertsReqEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.1.1.1.3 - ccCertMgntSelfCertsReqSubject OBJECT-TYPE - SYNTAX DisplayString (SIZE (1..49)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The subject of the certificate. - - This is a required field. - " - ::= { ccCertMgntSelfCertsReqEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.1.1.1.4 - ccCertMgntSelfCertsReqDept OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..49)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The department that is making the request. - - Contact your CA to determine whether this field is required." - ::= { ccCertMgntSelfCertsReqEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.1.1.1.5 - ccCertMgntSelfCertsReqOrg OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..49)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The name of the organization or company that is making the - request. - - Contact your CA to determine whether this field is required." - ::= { ccCertMgntSelfCertsReqEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.1.1.1.6 - ccCertMgntSelfCertsReqCity OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..49)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The name of the city where the organization resides. - - Contact your CA to determine whether this field is required." - ::= { ccCertMgntSelfCertsReqEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.1.1.1.7 - ccCertMgntSelfCertsReqState OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..49)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The name of the state where the organzation resides. - - Contact your CA to determine whether this field is required." - ::= { ccCertMgntSelfCertsReqEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.1.1.1.8 - ccCertMgntSelfCertsReqPostal OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..9)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The postal code (zip code in US) for the organization. - - Contact your CA to determine whether this field is required." - ::= { ccCertMgntSelfCertsReqEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.1.1.1.9 - ccCertMgntSelfCertsReqCountry OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..2)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The two-letter ISO code for the country where the - organization resides. - - Contact your CA to determine whether this field is required." - ::= { ccCertMgntSelfCertsReqEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.1.1.1.10 - ccCertMgntSelfCertsReqEmail OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..49)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The email address to be used for identification purposes. - - Contact your CA to determine whether this field is required." - ::= { ccCertMgntSelfCertsReqEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.1.1.1.11 - ccCertMgntSelfCertsReqDomain OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..49)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The domain name to associate with the certificate. - - Contact your CA to determine whether this field is required." - ::= { ccCertMgntSelfCertsReqEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.1.1.1.12 - ccCertMgntSelfCertsReqIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The WAN IP of the WS 2000 Wireless Switch. - - Contact your CA to determine whether this field is required." - ::= { ccCertMgntSelfCertsReqEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.1.1.1.13 - ccCertMgntSelfCertsReqSigAlgo OBJECT-TYPE - SYNTAX INTEGER - { - cryptoMd5Rsa(1), - cryptoSha1Rsa(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The signature algorithm you want used for the certificate. - The options are: - - MD5-RSA: This option uses the Message Digest 5 algorithm in - combination with RSA encryption. - SHA1-RSA: This options uses the Secure Hash Algorithm 1 in - combination with RSA encryption. - - This is a required field. - - " - ::= { ccCertMgntSelfCertsReqEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.1.1.1.14 - ccCertMgntSelfCertsReqKeyLen OBJECT-TYPE - SYNTAX INTEGER - { - keylen512(1), - keylen1024(2), - keylen2048(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The desired length of the key. Possible values are 512, - 1024, and 2048. Select a lower number to enhance - performance. Select a large number to enhance security." - ::= { ccCertMgntSelfCertsReqEntry 14 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.1.1.1.15 - ccCertMgntSelfCertsReqGenReq OBJECT-TYPE - SYNTAX DoActionShowProgress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Start generating certificate request." - ::= { ccCertMgntSelfCertsReqEntry 15 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.1.1.1.16 - ccCertMgntSelfCertsReqCertReqStr OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The generated certificate request string." - ::= { ccCertMgntSelfCertsReqEntry 16 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.1.1.1.17 - ccCertMgntSelfCertsReqRowStatus OBJECT-TYPE - SYNTAX AbbrevRowStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Row status." - ::= { ccCertMgntSelfCertsReqEntry 17 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.1.2 - ccCertMgntSelfCertsIdName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "ID Name of the signed certificate." - ::= { ccCertMgntSelfCerts 2 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.1.3 - ccCertMgntSelfCertsSignedStr OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The signed certificate." - ::= { ccCertMgntSelfCerts 3 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.1.4 - ccCertMgntSelfCertsSignedImport OBJECT-TYPE - SYNTAX DoActionShowProgress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Start importing the signed certificate from - ccCertMgntSelfCertsSignedStr to a new row in - ccCertMgntSelfCertsSignedTable. " - ::= { ccCertMgntSelfCerts 4 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.1.5 - ccCertMgntSelfCertsSignedTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcCertMgntSelfCertsSignedEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table allows the admin to store up to three signed - certificates. - - This table supports a max size of three rows." - ::= { ccCertMgntSelfCerts 5 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.1.5.1 - ccCertMgntSelfCertsSignedEntry OBJECT-TYPE - SYNTAX CcCertMgntSelfCertsSignedEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccCertMgntSelfCertsSignedIndex } - ::= { ccCertMgntSelfCertsSignedTable 1 } - - - CcCertMgntSelfCertsSignedEntry ::= - SEQUENCE { - ccCertMgntSelfCertsSignedIndex - Integer32, - ccCertMgntSelfCertsSignedKeyId - DisplayString, - ccCertMgntSelfCertsSignedIssuerName - DisplayString, - ccCertMgntSelfCertsSignedSubject - DisplayString, - ccCertMgntSelfCertsSignedSerialNumber - DisplayString, - ccCertMgntSelfCertsSignedExpiry - DateAndTime, - ccCertMgntSelfCertsSignedDeleteRow - TruthValue - } - - -- 1.3.6.1.4.1.388.11.2.2.16.1.5.1.1 - ccCertMgntSelfCertsSignedIndex OBJECT-TYPE - SYNTAX Integer32 (1..3) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple index." - ::= { ccCertMgntSelfCertsSignedEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.1.5.1.2 - ccCertMgntSelfCertsSignedKeyId OBJECT-TYPE - SYNTAX DisplayString (SIZE (1..7)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The ID for the certificate. Use this field to distinguish - between certificates. " - ::= { ccCertMgntSelfCertsSignedEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.1.5.1.3 - ccCertMgntSelfCertsSignedIssuerName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The name of the certificate authority who signed the - certificate." - ::= { ccCertMgntSelfCertsSignedEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.1.5.1.4 - ccCertMgntSelfCertsSignedSubject OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The subject of the certificate." - ::= { ccCertMgntSelfCertsSignedEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.1.5.1.5 - ccCertMgntSelfCertsSignedSerialNumber OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The serial number of the certificate." - ::= { ccCertMgntSelfCertsSignedEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.1.5.1.6 - ccCertMgntSelfCertsSignedExpiry OBJECT-TYPE - SYNTAX DateAndTime - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The date when the certificate expires." - ::= { ccCertMgntSelfCertsSignedEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.1.5.1.7 - ccCertMgntSelfCertsSignedDeleteRow OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Delete row." - ::= { ccCertMgntSelfCertsSignedEntry 7 } - - --- The ccCACerts group allows the admin to import CA --- certificates. --- --- The process can be broken down into the following steps: --- 1. Write the certificate text to ccCACertsStr --- 2. Set ccCACertsImport to true and pull for progress. This --- step will create a row in ccCACertsTable. --- --- --- --- - -- 1.3.6.1.4.1.388.11.2.2.16.2 - ccCACerts OBJECT IDENTIFIER ::= { ccCertMgnt 2 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.2.1 - ccCACertsStr OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The CA certificate to be imported." - ::= { ccCACerts 1 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.2.2 - ccCACertsImport OBJECT-TYPE - SYNTAX DoActionShowProgress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Start import operation for the CA certificate stored in - ccCACertsStr. This operation adds a row in ccCACertsTable." - ::= { ccCACerts 2 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.2.3 - ccCACertsTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcCACertsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table allows the admin to store up to three CA - certificates. - - This table supports a max size of three rows." - ::= { ccCACerts 3 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.2.3.1 - ccCACertsEntry OBJECT-TYPE - SYNTAX CcCACertsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccCACertsIndex } - ::= { ccCACertsTable 1 } - - - CcCACertsEntry ::= - SEQUENCE { - ccCACertsIndex - Integer32, - ccCACertsKeyId - DisplayString, - ccCACertsIssuerName - DisplayString, - ccCACertsSubject - DisplayString, - ccCACertsSerialNumber - DisplayString, - ccCACertsExpiry - DateAndTime, - ccCACertsDeleteRow - TruthValue - } - - -- 1.3.6.1.4.1.388.11.2.2.16.2.3.1.1 - ccCACertsIndex OBJECT-TYPE - SYNTAX Integer32 (1..3) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple index." - ::= { ccCACertsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.2.3.1.2 - ccCACertsKeyId OBJECT-TYPE - SYNTAX DisplayString (SIZE (1..7)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The ID for the certificate. Use this field to distinguish - between certificates. " - ::= { ccCACertsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.2.3.1.3 - ccCACertsIssuerName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The name of the certificate authority." - ::= { ccCACertsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.2.3.1.4 - ccCACertsSubject OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The subject of the certificate." - ::= { ccCACertsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.2.3.1.5 - ccCACertsSerialNumber OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The serial number of the certificate." - ::= { ccCACertsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.2.3.1.6 - ccCACertsExpiry OBJECT-TYPE - SYNTAX DateAndTime - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The date when the certificate expires." - ::= { ccCACertsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.2.16.2.3.1.7 - ccCACertsDeleteRow OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Delete Row." - ::= { ccCACertsEntry 7 } - - --- Notifications implemented on the switch. --- --- For each notification, a 'pseudo printf' is shown to --- illustrate how the var-binds sent with the notification --- make for an informative notification message. --- --- The notation '%s1' is used to denote the first [optional] --- var-bind in the notification. '%i1' is used to denote the --- instance of the first [optional] var-bind in the --- notification. - -- 1.3.6.1.4.1.388.11.2.3 - ccNotifications OBJECT IDENTIFIER ::= { ws2k 3 } - - - -- 1.3.6.1.4.1.388.11.2.3.1 - ccPortalAdopted NOTIFICATION-TYPE - OBJECTS { ccPortalLastMac } - STATUS current - DESCRIPTION - "A Portal has been adopted by the switch. - - Example: - Portal MAC=%s1 has been adopted." - ::= { ccNotifications 1 } - - - -- 1.3.6.1.4.1.388.11.2.3.2 - ccPortalUnAdopted NOTIFICATION-TYPE - OBJECTS { ccPortalLastMac, ccPortalLastReason } - STATUS current - DESCRIPTION - "A Portal has been un-adopted by the switch. - - Example: - Portal MAC=%s1 has been UN-adopted for reason %s2." - ::= { ccNotifications 2 } - - - -- 1.3.6.1.4.1.388.11.2.3.3 - ccPortalDenied NOTIFICATION-TYPE - OBJECTS { ccPortalLastMac, ccPortalLastReason } - STATUS current - DESCRIPTION - "A Portal has been denied adoption by the switch. - - Example: - Portal MAC=%s1 has been denied adopted for reason %s2." - ::= { ccNotifications 3 } - - - -- 1.3.6.1.4.1.388.11.2.3.4 - ccMuAssociated NOTIFICATION-TYPE - OBJECTS { ccMuLastMac, ccMuLastPortal } - STATUS current - DESCRIPTION - "An MU has been associated to a Portal adopted - by this switch. - - Example: - MU MAC=%s1 has associated to Portal MAC=%s2." - ::= { ccNotifications 4 } - - - -- 1.3.6.1.4.1.388.11.2.3.5 - ccMuUnAssociated NOTIFICATION-TYPE - OBJECTS { ccMuLastMac, ccMuLastPortal, ccMuLastReason } - STATUS current - DESCRIPTION - "An MU has been un-associated to a Portal adopted - by this switch. - - Example: - MU MAC=%s1 has UN-associated from Portal MAC=%s2 for - reason %s3." - ::= { ccNotifications 5 } - - - -- 1.3.6.1.4.1.388.11.2.3.6 - ccMuDenied NOTIFICATION-TYPE - OBJECTS { ccMuLastMac, ccMuLastPortal, ccMuLastReason } - STATUS current - DESCRIPTION - "An MU has been denied association to a Portal - adopted by this switch. - - Example: - MU MAC=%s1 has been denied association to Portal MAC=%s2 - for reason %s3." - ::= { ccNotifications 6 } - - - -- 1.3.6.1.4.1.388.11.2.3.7 - ccConfigChange NOTIFICATION-TYPE - OBJECTS { ccCfgHistChangeTime, ccCfgHistChangeCount } - STATUS current - DESCRIPTION - "The configuration of this switch has changed. - - Example: - The configuration of the switch changed as of - sysUpTime=%s1; the total number of config changes - since reboot is now %s2." - ::= { ccNotifications 7 } - - - -- 1.3.6.1.4.1.388.11.2.3.8 - ccSnmpAclViolation NOTIFICATION-TYPE - OBJECTS { ccSnmpLastDeniedIpAddr, ccSnmpAclViolations } - STATUS current - DESCRIPTION - "An attempt to communicate via SNMP to the switch - has been denied based on configured ACLs. - - Example: - IP-addr %s1 has attempted, but been prohibited, from - communicating with the switch via SNMP; total number - of such ACL violations = %s2." - ::= { ccNotifications 8 } - - - -- 1.3.6.1.4.1.388.11.2.3.9 - ccPortStatusChange NOTIFICATION-TYPE - OBJECTS { ccPortStatus } - STATUS current - DESCRIPTION - "A [physical] port's state has changed from up-->down, or - down-->up. - - Example: - Port %i1 has changed state to %s1." - ::= { ccNotifications 9 } - - - -- 1.3.6.1.4.1.388.11.2.3.10 - ccCfAlmostFull NOTIFICATION-TYPE - OBJECTS { ccCompactFlashCapacity, ccCompactFlashUsed, ccTrapCtrlCfAlmostFullThreshold } - STATUS current - DESCRIPTION - "The compact flash is almost full; (it has crossed the - threshold defined by ccTrapCtrlCfAlmostFullThreshold). - - Example: - The compact flash is almost full; - Used=%s1, Capacity=%s2, Threshold=%s3." - ::= { ccNotifications 10 } - - - -- 1.3.6.1.4.1.388.11.2.3.11 - ccFirewallUnderAttack NOTIFICATION-TYPE - OBJECTS { ccTrapCtrlFirewallUnderAttackDescription } - STATUS current - DESCRIPTION - "The firewall has detected an attack in progress. - - Example: - The WAN firewall is being attached by method %s1." - ::= { ccNotifications 11 } - - - -- 1.3.6.1.4.1.388.11.2.3.12 - ccRadarDetected NOTIFICATION-TYPE - OBJECTS { ccTrapCtrlRadarDetectedPortalMac, ccTrapCtrlRadarDetectedChannel } - STATUS current - DESCRIPTION - "Radar has been detected on a Portal channel. - - Example: - Radar has been detected on Portal MAC=%s1, on channel %s2." - ::= { ccNotifications 12 } - - --- ??-TW/CM: add 1 UINT32 to show the current/live value for --- the variable that this trap is saying crossed a threshold. --- Fortunately, UINT32 works for every single SumStat data --- item, (even Signal and Noise, which for traps are reported --- and configured as POSITIVE values not negative). --- --- Also, add 3-9 more on top of that to show the recent --- history? If so, beware: the threshold trap is calculated --- on the SHORT items, but is it calculated on 5sec interval, --- or on a 30sec interval. If the former, can show the less --- fresh 5sec-by-5sec values. If the latter, showing those --- values might look bad - see this example: --- --- threshold=15 --- Tnow T-minus-5sec T-10 T-15 T-20 T-25 T-30 --- 17 13 14 17 14 13 11 --- --- This shows that the value peaked above the threshold 15sec --- earlier, but it was not 'caught'. Worse yet, that may --- bring to the customer's attention that in some cases it is --- quite possible that such a peak between 30sec threshold --- checks might be entirely missed. --- --- If trap thresholds are only checked every 30sec, the --- 'history' values reported, (if any), should probably be --- the 10min LONG sub-buckets. --- --- Ideally, (if performance permits), the threshold trap --- checking should occur at the 5sec interval, and the history --- values reported are the SHORT sub-buckets, PLUS the LONG --- sub-buckets. --- --- Decided 5/20 to wait to see how Tina's implementation --- works-out and then maybe add the 1 current value and/or --- several history values. --- --- This comment applies equally to the Portal, WLAN, and --- switch ccSumStats_ traps. - -- 1.3.6.1.4.1.388.11.2.3.13 - ccSumStatsMu NOTIFICATION-TYPE - OBJECTS { ccTrapCtrlSumStatsDescr, ccTrapCtrlSumStatsThresholdMu, ccTrapCtrlSumStatsUnits, ccMuMac, ccMuIpAddr - } - STATUS current - DESCRIPTION - "A summary statistic has crossed the prescribed threshold - by an MU. - - Example: - Threshold '%s1' of value %s2 (units:%s3) has been crossed - by MU MAC=%s4 with IP-addr=%s5." - ::= { ccNotifications 13 } - - - -- 1.3.6.1.4.1.388.11.2.3.14 - ccSumStatsPortal NOTIFICATION-TYPE - OBJECTS { ccTrapCtrlSumStatsIndex, ccTrapCtrlSumStatsThresholdPortals, ccTrapCtrlSumStatsUnits, ccPortalIndex, ccPortalMac, - ccPortalName, ccPortalLocation } - STATUS current - DESCRIPTION - "A summary statistic has crossed the prescribed threshold - by a Portal. - - Example: - Threshold #%s1 of value %s2 (units:%s3) has been crossed - by Portal index=%s4 with MAC=%s5." - ::= { ccNotifications 14 } - - - -- 1.3.6.1.4.1.388.11.2.3.15 - ccSumStatsWlan NOTIFICATION-TYPE - OBJECTS { ccTrapCtrlSumStatsDescr, ccTrapCtrlSumStatsThresholdWlans, ccTrapCtrlSumStatsUnits, ccWlanIndex, ccWlanName, - ccWlanEssid } - STATUS current - DESCRIPTION - "A summary statistic has crossed the prescribed threshold - by a WLAN. - - Example: - Threshold #%s1 of value %s2 (units:%s3) has been crossed - by WLAN index=%s4 with name=%s5." - ::= { ccNotifications 15 } - - - -- 1.3.6.1.4.1.388.11.2.3.16 - ccSumStatsSwitch NOTIFICATION-TYPE - OBJECTS { ccTrapCtrlSumStatsDescr, ccTrapCtrlSumStatsThresholdSwitch, ccTrapCtrlSumStatsUnits } - STATUS current - DESCRIPTION - "A summary statistic has crossed the prescribed threshold - by the entire Switch. - - Example: - Threshold %s1 of value %s2 (units:%s3) has been crossed - by the entire switch." - ::= { ccNotifications 16 } - - - -- 1.3.6.1.4.1.388.11.2.3.17 - ccLanVlanActivated NOTIFICATION-TYPE - OBJECTS { ccTrapCtrlLanVlanActivatedVlanId } - STATUS current - DESCRIPTION - "A Vlan is activated. When ever a MU is associated with - the switch, and it receives a VLAN attribute from the - radius server, the specified VLAN is activated. - " - ::= { ccNotifications 17 } - - - -- 1.3.6.1.4.1.388.11.2.3.18 - ccDhcpOptionsFileTransferStatus NOTIFICATION-TYPE - OBJECTS { ccTrapCtrlDhcpOptionsFileTransferStatusRequested, ccLoadFwServerFilename, ccLoadFwSuccess, ccLoadFwResult, ccLoadCfgServerFilename, - ccLoadCfgSuccess, ccLoadCfgResult } - STATUS current - DESCRIPTION - "Trap to say that the device received DHCP - options instructing it to load a new fw or - cnfg file, and that it has completed the - transfer. The varbinds tell if the transfer - was successful. - - Note that this trap will NOT be issued if the - DHCP options specify the same file as was - most recently loaded. - - Example: - (if FW bit set in _Requested): - The switch was instructed to load firmware %s2, - and success=%s3 with result=%s4. - - (if CFG bit set in _Requested): - The switch was instructed to load config %s5, - and success=%s6 with result=%s7. - " - ::= { ccNotifications 18 } - - - -- 1.3.6.1.4.1.388.11.2.3.19 - ccRedundancyStateChange NOTIFICATION-TYPE - OBJECTS { ccRedundancyOperState, ccTrapCtrlRedundancyPreviousOperState } - STATUS current - DESCRIPTION - "The state of this switch's ccRedundancyOperState - has changed. - - Example: - The switch has changed it's redundancy state to %s1. - " - ::= { ccNotifications 19 } - - --- !!- OID: .1000 - to save room above for notifications. - -- 1.3.6.1.4.1.388.11.2.3.1000 - ccTrapCtrl OBJECT IDENTIFIER ::= { ccNotifications 1000 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.1 - ccTrapCtrlEnableTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcTrapCtrlEnableEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of Trap Enable entries." - ::= { ccTrapCtrl 1 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.1.1 - ccTrapCtrlEnableEntry OBJECT-TYPE - SYNTAX CcTrapCtrlEnableEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - INDEX { ccTrapCtrlEnableIndex } - ::= { ccTrapCtrlEnableTable 1 } - - - CcTrapCtrlEnableEntry ::= - SEQUENCE { - ccTrapCtrlEnableIndex - INTEGER, - ccTrapCtrlEnableName - DisplayString, - ccTrapCtrlEnable - TruthValue - } - - -- 1.3.6.1.4.1.388.11.2.3.1000.1.1.1 - ccTrapCtrlEnableIndex OBJECT-TYPE - SYNTAX INTEGER - { - trapCtrlPortalAdopted(1), - trapCtrlPortalUnAdopted(2), - trapCtrlPortalDeniedAdoption(3), - trapCtrlMuAssociated(4), - trapCtrlMuUnAssociated(5), - trapCtrlMuDeniedAssociation(6), - trapCtrlSnmpAuthFailure(7), - trapCtrlSnmpAclViolation(8), - trapCtrlSnmpColdStart(9), - trapCtrlSnmpConfigChanged(10), - trapCtrlCfAlmostFull(11), - trapCtrlPortStatusChange(12), - trapCtrlDenialofService(13), - trapCtrlMuAuthDenied(14), - trapCtrlRadarDetected(15), - trapCtrlRogueApDetected(16) - } - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple Index." - ::= { ccTrapCtrlEnableEntry 1 } --- ??-India: add the other 18 enum values. - - -- 1.3.6.1.4.1.388.11.2.3.1000.1.1.2 - ccTrapCtrlEnableName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Name of the Trap." - ::= { ccTrapCtrlEnableEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.1.1.3 - ccTrapCtrlEnable OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable/Disbale a particular Trap." - ::= { ccTrapCtrlEnableEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2 - ccTrapCtrlDetails OBJECT IDENTIFIER ::= { ccTrapCtrl 2 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.1 - ccTrapCtrlPortalAdopted OBJECT-IDENTITY - STATUS current - DESCRIPTION - "(place-holder for future use and to keep the last OID of - each ccTrapCtrl_ item here to match the last OID of the - corresponding notification)." - ::= { ccTrapCtrlDetails 1 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.2 - ccTrapCtrlPortalUnAdopted OBJECT-IDENTITY - STATUS current - DESCRIPTION - "(place-holder for future use and to keep the last OID of - each ccTrapCtrl_ item here to match the last OID of the - corresponding notification)." - ::= { ccTrapCtrlDetails 2 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.3 - ccTrapCtrlPortalDenied OBJECT-IDENTITY - STATUS current - DESCRIPTION - "(place-holder for future use and to keep the last OID of - each ccTrapCtrl_ item here to match the last OID of the - corresponding notification)." - ::= { ccTrapCtrlDetails 3 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.4 - ccTrapCtrlMuAssociated OBJECT-IDENTITY - STATUS current - DESCRIPTION - "(place-holder for future use and to keep the last OID of - each ccTrapCtrl_ item here to match the last OID of the - corresponding notification)." - ::= { ccTrapCtrlDetails 4 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.5 - ccTrapCtrlMuUnAssociated OBJECT-IDENTITY - STATUS current - DESCRIPTION - "(place-holder for future use and to keep the last OID of - each ccTrapCtrl_ item here to match the last OID of the - corresponding notification)." - ::= { ccTrapCtrlDetails 5 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.6 - ccTrapCtrlMuDenied OBJECT-IDENTITY - STATUS current - DESCRIPTION - "(place-holder for future use and to keep the last OID of - each ccTrapCtrl_ item here to match the last OID of the - corresponding notification)." - ::= { ccTrapCtrlDetails 6 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.7 - ccTrapCtrlConfigChange OBJECT-IDENTITY - STATUS current - DESCRIPTION - "(place-holder for future use and to keep the last OID of - each ccTrapCtrl_ item here to match the last OID of the - corresponding notification)." - ::= { ccTrapCtrlDetails 7 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.8 - ccTrapCtrlSnmpAclViolation OBJECT-IDENTITY - STATUS current - DESCRIPTION - "(place-holder for future use and to keep the last OID of - each ccTrapCtrl_ item here to match the last OID of the - corresponding notification)." - ::= { ccTrapCtrlDetails 8 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.9 - ccTrapCtrlPortStatusChange OBJECT-IDENTITY - STATUS current - DESCRIPTION - "(place-holder for future use and to keep the last OID of - each ccTrapCtrl_ item here to match the last OID of the - corresponding notification)." - ::= { ccTrapCtrlDetails 9 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.10 - ccTrapCtrlCfAlmostFull OBJECT IDENTIFIER ::= { ccTrapCtrlDetails 10 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.10.1 - ccTrapCtrlCfAlmostFullThreshold OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "A ccCfAlmostFull trap will be sent when less than this - number of bytes are remained on the Compact Flash card. - - The trap is currently scheduled to fire every 5 minutes - when the condition is met. - " - ::= { ccTrapCtrlCfAlmostFull 1 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.11 - ccTrapCtrlFirewallUnderAttack OBJECT IDENTIFIER ::= { ccTrapCtrlDetails 11 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.11.1 - ccTrapCtrlFirewallUnderAttackDescription OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (0..255)) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Description of Firewall Under Attack." - ::= { ccTrapCtrlFirewallUnderAttack 1 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.11.2 - ccTrapCtrlFirewallUnderAttackRateLimit OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "seconds" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The max rate at which ccFirewallUnderAttack - traps/notifications will be sent from the switch. - - If the switch detects a FirewallUnderAttack condition and - it has NOT been at least this many seconds since the - last ccFirewallUnderAttack trap/notification, this current - event will NOT result in a trap/notification. - - If this value is set to 0, every such event results in a - trap/notification. - - Factory-default state is 1 [second]. - " - ::= { ccTrapCtrlFirewallUnderAttack 2 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.12 - ccTrapCtrlRadarDetected OBJECT IDENTIFIER ::= { ccTrapCtrlDetails 12 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.12.1 - ccTrapCtrlRadarDetectedPortalMac OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "MAC address of the Portal that has detected Radar. - (Note that this variable is accessible-for-notify only)." - ::= { ccTrapCtrlRadarDetected 1 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.12.2 - ccTrapCtrlRadarDetectedChannel OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Channel on which Radar has been detected. - (Note that this variable is accessible-for-notify only)." - ::= { ccTrapCtrlRadarDetected 2 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.13 - ccTrapCtrlSumStats OBJECT IDENTIFIER ::= { ccTrapCtrlDetails 13 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.13.1 - ccTrapCtrlSumStatsTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcTrapCtrlSumStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table configures thresholds that can be monitored for - - all MUs and/or - - all Portals and/or - - all WLANs and/or - - for the entire switch - - When a given threshold is crossed, it generates the - appropriate corresponding notification, (ccSumStats_: - _MU, _Portal, _WLAN, or _Switch). - - Some thresholds result in notifications when exceeded, and - some when the current value sinks below the threshold. - This is indicated by the wording of the entry in - the entry's _Descr value. - - In all cases, the summary stat being monitored is the Short - value, never the Long value. - - Note that for thresholds of type thresholdsAvgMuSignal & - thresholdsAvgMuNoise, the values being 'watched' are - actually negative. In these cases the threshold is - specified as a Unsigned32. For example, if you wish to - trap on Signal being worse than -75dBm, enter '70'. This - works since a user would never want to trap on a threshold - of Sinal worse than +10dBm. (SNR is not an issue, since - that is a positive value). - - Any values reported as var-binds in the resultant trap(s) - are likewise reported as positive values." - ::= { ccTrapCtrlSumStats 1 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.13.1.1 - ccTrapCtrlSumStatsEntry OBJECT-TYPE - SYNTAX CcTrapCtrlSumStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "The rows/instances in this table occur at the exact same - indices as the corresponding monitored data occurs in the - _SumStats tables. - - For example, row #2 / instance .2 represents the - threshold(s) for the _PktsPerSec values for MU, Portal, - WLAN, and Switch. - - If a given threshold does not make sense for one of those - 4 entities, its corresponding TruthValue will be false." - INDEX { ccTrapCtrlSumStatsIndex } - ::= { ccTrapCtrlSumStatsTable 1 } - - - CcTrapCtrlSumStatsEntry ::= - SEQUENCE { - ccTrapCtrlSumStatsIndex - INTEGER, - ccTrapCtrlSumStatsDescr - DisplayString, - ccTrapCtrlSumStatsUnits - DisplayString, - ccTrapCtrlSumStatsCanBeSetMu - TruthValue, - ccTrapCtrlSumStatsThresholdMu - Unsigned32, - ccTrapCtrlSumStatsCanBeSetPortal - TruthValue, - ccTrapCtrlSumStatsThresholdPortals - Unsigned32, - ccTrapCtrlSumStatsCanBeSetWlan - TruthValue, - ccTrapCtrlSumStatsThresholdWlans - Unsigned32, - ccTrapCtrlSumStatsCanBeSetSwitch - TruthValue, - ccTrapCtrlSumStatsThresholdSwitch - Unsigned32 - } - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.13.1.1.1 - ccTrapCtrlSumStatsIndex OBJECT-TYPE - SYNTAX INTEGER - { - unusedTimestamp(1), - unusedNumPkts(2), - thresholdsPktsPerSec(3), - unusedPktsPerSecTx(4), - unusedPktsPerSecRx(5), - thresholdsThroughput(6), - unusedThroughputTx(7), - unusedThroughputRx(8), - thresholdsAvgBitSpeed(9), - thresholdsAvgMuSignal(10), - thresholdsAvgMuNoise(11), - thresholdsAvgMuSnr(12), - thresholdsPctNUcastPkts(13), - thresholdsPpmTxWithRetires(14), - thresholdsPpmTxDropped(15), - thresholdsTxAvgRetries(16), - thresholdsPpmRxUndecrypt(17), - thresholdsTotalMus(18), - thresholdsPctRfUtil(19), - thresholdsPctDropped(20) - } - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Index into table. Note that specific thresholds occur at - specific instance values as denoted by the enumeration - values assigned to this variable." - ::= { ccTrapCtrlSumStatsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.13.1.1.2 - ccTrapCtrlSumStatsDescr OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description of the threshold." - ::= { ccTrapCtrlSumStatsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.13.1.1.3 - ccTrapCtrlSumStatsUnits OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Units of the the threshold." - ::= { ccTrapCtrlSumStatsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.13.1.1.4 - ccTrapCtrlSumStatsCanBeSetMu OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "If true, the threshold can be set for MUs. - If false, attempting the threshold will return a READ-ONLY." - ::= { ccTrapCtrlSumStatsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.13.1.1.5 - ccTrapCtrlSumStatsThresholdMu OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The threshold for all MUs. - If 0, no threshold checking is performed." - ::= { ccTrapCtrlSumStatsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.13.1.1.6 - ccTrapCtrlSumStatsCanBeSetPortal OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "If true, the threshold can be set for Portals. - If false, attempting the threshold will return a READ-ONLY." - ::= { ccTrapCtrlSumStatsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.13.1.1.7 - ccTrapCtrlSumStatsThresholdPortals OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The threshold for all Portals. - If 0, no threshold checking is performed." - ::= { ccTrapCtrlSumStatsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.13.1.1.8 - ccTrapCtrlSumStatsCanBeSetWlan OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "If true, the threshold can be set for Wlans. - If false, attempting the threshold will return a READ-ONLY." - ::= { ccTrapCtrlSumStatsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.13.1.1.9 - ccTrapCtrlSumStatsThresholdWlans OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The threshold for all Wlans. - If 0, no threshold checking is performed." - ::= { ccTrapCtrlSumStatsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.13.1.1.10 - ccTrapCtrlSumStatsCanBeSetSwitch OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "If true, the threshold can be set for the entire switch. - If false, attempting the threshold will return a READ-ONLY." - ::= { ccTrapCtrlSumStatsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.13.1.1.11 - ccTrapCtrlSumStatsThresholdSwitch OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The threshold for the entire Switch. - If 0, no threshold checking is performed." - ::= { ccTrapCtrlSumStatsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.13.2 - ccTrapCtrlSumStatsMinPktsForTrap OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The minimum number of packets that must be in a - window/dataset before any of the threshold traps - will 'fire'." - ::= { ccTrapCtrlSumStats 2 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.14 - ccTrapCtrlSumStatsPortal OBJECT-IDENTITY - STATUS current - DESCRIPTION - "(place-holder for future use and to keep the last OID of - each ccTrapCtrl_ item here to match the last OID of the - corresponding notification)." - ::= { ccTrapCtrlDetails 14 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.15 - ccTrapCtrlSumStatsWlan OBJECT-IDENTITY - STATUS current - DESCRIPTION - "(place-holder for future use and to keep the last OID of - each ccTrapCtrl_ item here to match the last OID of the - corresponding notification)." - ::= { ccTrapCtrlDetails 15 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.16 - ccTrapCtrlSumStatsSwitch OBJECT-IDENTITY - STATUS current - DESCRIPTION - "(place-holder for future use and to keep the last OID of - each ccTrapCtrl_ item here to match the last OID of the - corresponding notification)." - ::= { ccTrapCtrlDetails 16 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.17 - ccTrapCtrlLanVlanActivated OBJECT IDENTIFIER ::= { ccTrapCtrlDetails 17 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.17.1 - ccTrapCtrlLanVlanActivatedVlanId OBJECT-TYPE - SYNTAX Unsigned32 (1..31) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "VLAN ID to which MU has been associated. - (Note that this variable is accessible-for-notify only)." - ::= { ccTrapCtrlLanVlanActivated 1 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.18 - ccTrapCtrlDhcpOptionsFileTransferStatus OBJECT IDENTIFIER ::= { ccTrapCtrlDetails 18 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.18.1 - ccTrapCtrlDhcpOptionsFileTransferStatusRequested OBJECT-TYPE - SYNTAX BITS - { - dhcpRequestedFwLoad(0), - dhcpRequestedCfgLoad(1) - } - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "DHCP request received. - (Note that this variable is accessible-for-notify only)." - ::= { ccTrapCtrlDhcpOptionsFileTransferStatus 1 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.19 - ccTrapCtrlRedundancyStateChange OBJECT IDENTIFIER ::= { ccTrapCtrlDetails 19 } - - - -- 1.3.6.1.4.1.388.11.2.3.1000.2.19.1 - ccTrapCtrlRedundancyPreviousOperState OBJECT-TYPE - SYNTAX INTEGER - { - standAlone(1), - redundantPrimary(2), - redundantStandby(3), - redundantUpgrade(4) - } - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "The actual state of redundancy for this switch." - ::= { ccTrapCtrlRedundancyStateChange 1 } - - --- Values for the radio (RF) side of the switch. - -- 1.3.6.1.4.1.388.11.2.4 - ccRf OBJECT IDENTIFIER ::= { ws2k 4 } - - --- This group contains MIB values that describe the --- Access Ports known to this WS2000. - -- 1.3.6.1.4.1.388.11.2.4.1 - ccAp OBJECT IDENTIFIER ::= { ccRf 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.1.1 - ccApTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcApEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table lists all Access Ports that contain - at least one Portal that has been adopted by this - WS2000." - ::= { ccAp 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.1.1.1 - ccApEntry OBJECT-TYPE - SYNTAX CcApEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccApIndex } - ::= { ccApTable 1 } - - - CcApEntry ::= - SEQUENCE { - ccApIndex - INTEGER, - ccApNicMac - PhysAddress, - ccApModelNumber - DisplayString, - ccApSerialNumber - DisplayString, - ccApPcbRevision - DisplayString, - ccApBootLoaderRev - DisplayString, - ccApWispVersion - DisplayString, - ccApRuntimeFwVersion - DisplayString, - ccApNumPortals - Unsigned32, - ccApPointersToPortals - MultiPointer255 - } - - -- 1.3.6.1.4.1.388.11.2.4.1.1.1.1 - ccApIndex OBJECT-TYPE - SYNTAX INTEGER (1..255) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Small, arbitrary integer index." - ::= { ccApEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.1.1.1.2 - ccApNicMac OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "MAC address of this Access Port." - ::= { ccApEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.1.1.1.3 - ccApModelNumber OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Model number of the Access Port." - ::= { ccApEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.1.1.1.4 - ccApSerialNumber OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Serial Number of this Access Port." - ::= { ccApEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.1.1.1.5 - ccApPcbRevision OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Revision of the printed circuit board for this - Access Port." - ::= { ccApEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.1.1.1.6 - ccApBootLoaderRev OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Revision of the boot loader code in this Access - Port." - ::= { ccApEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.1.1.1.7 - ccApWispVersion OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Version of the WISP (AP-switch) protocol - implemented by this Access Port." - ::= { ccApEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.1.1.1.8 - ccApRuntimeFwVersion OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Version of run-time code on this Access Port." - ::= { ccApEntry 8 } - - --- ??-CM: this should be Uint32 - would chaning this be an --- incompatible change? Any diff on wire Int32 vs Unit32 ? - -- 1.3.6.1.4.1.388.11.2.4.1.1.1.9 - ccApNumPortals OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of Portals implemented on this - Access Port." - ::= { ccApEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.1.1.1.10 - ccApPointersToPortals OBJECT-TYPE - SYNTAX MultiPointer255 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "If bit of this value is set, this ApTable - entry 'points' to entry in the Portal Table. - - Such a reference conveys that the Portal entry - pointed-to represents a Portal contained in the - Access Port represented by this entry. - - Note that since one Access Port can implement 1, - 2, (and in the future possibly more), Portals, - this 'pointer' field had to be a bit-mask." - ::= { ccApEntry 10 } - - --- This group contains MIB values that describe the --- Portals known to and adopted by this WS2000. --- --- An Access Port will contain 1, 2, (and in the --- future, possibly more), 'Portals'. Such Portals --- may be thought of as the radio portion of an --- Access Port. --- --- Descriptions of each data item are only provided here in --- the Portal tables, (since it occurs first in the MIB). --- For the nearly identical values in the MU and WLAN tables, --- refer back to the descriptions found here. (Did this to --- avoid massive cut-and-paste which later leads to --- discrepencies and inconsistencies when changes are --- incorrectly made to the descriptions in one location but --- not the others). - -- 1.3.6.1.4.1.388.11.2.4.2 - ccPortal OBJECT IDENTIFIER ::= { ccRf 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.1 - ccPortalTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcPortalEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table lists all Portals that have been - adopted or have failed adoption (by this WS2000)." - ::= { ccPortal 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.1.1 - ccPortalEntry OBJECT-TYPE - SYNTAX CcPortalEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccPortalIndex } - ::= { ccPortalTable 1 } - - - CcPortalEntry ::= - SEQUENCE { - ccPortalIndex - INTEGER, - ccPortalPointerToAp - SinglePointer, - ccPortalPointersToWlans - MultiPointer63, - ccPortalName - DisplayString, - ccPortalLocation - DisplayString, - ccPortalOptions - BITS, - ccPortalMac - PhysAddress, - ccPortalNumberOfEss - Integer32, - ccPortalNumberOfBss - Integer32, - ccPortalAssociatedMus - Integer32, - ccPortalRadioType - RadioType, - ccPortalChannel - INTEGER, - ccPortalTxPowerLevel - Integer32, - ccPortalLastAdoption - TimeTicks, - ccPortalState - INTEGER, - ccPortalBackgroundNoiseNumSamples - Counter32, - ccPortalBackgroundNoiseBest - Integer32, - ccPortalBackgroundNoiseWorst - Integer32, - ccPortalBackgroundNoiseSum - Integer32, - ccPortalBackgroundNoiseSumSquares - Counter64 - } - - -- 1.3.6.1.4.1.388.11.2.4.2.1.1.1 - ccPortalIndex OBJECT-TYPE - SYNTAX INTEGER (1..255) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Small, arbitrary integer index." - ::= { ccPortalEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.1.1.2 - ccPortalPointerToAp OBJECT-TYPE - SYNTAX SinglePointer - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This value is the index in the ApTable for the - entry representing the Access Port that contains - this Portal. - - Since each Portal has one and only one Access Port - as 'parent', this value is a simple integer, not a - bit-mask." - ::= { ccPortalEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.1.1.3 - ccPortalPointersToWlans OBJECT-TYPE - SYNTAX MultiPointer63 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "(Reserved for future implementation)." - ::= { ccPortalEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.1.1.4 - ccPortalName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Name of this Portal, as assigned by the Web UI - or CLI." - ::= { ccPortalEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.1.1.5 - ccPortalLocation OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Location string for this Portal, as assigned by - the Web UI or CLI." - ::= { ccPortalEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.1.1.6 - ccPortalOptions OBJECT-TYPE - SYNTAX BITS - { - undefined00(0), - undefined01(1), - undefined02(2), - undefined03(3), - undefined04(4), - undefined05(5), - undefined06(6), - undefined07(7), - undefined08(8), - undefined09(9), - undefined10(10), - undefined11(11), - externalSecondaryAntInstalled(12), - internalSecondaryAntInstalled(13), - externalPrimaryAntInstalled(14), - internalPrimaryAntInstalled(15) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This value describes the presence/absence of - internal and/or external primary and/or secondary - antennas." - ::= { ccPortalEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.1.1.7 - ccPortalMac OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "MAC address of the Portal." - ::= { ccPortalEntry 7 } - - --- ??-CM: this should be Uint32 - would chaning this be an --- incompatible change? Any diff on wire Int32 vs Unit32 ? - -- 1.3.6.1.4.1.388.11.2.4.2.1.1.8 - ccPortalNumberOfEss OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of ESSs implemented by this Portal." - ::= { ccPortalEntry 8 } - - --- ??-CM: this should be Uint32 - would chaning this be an --- incompatible change? Any diff on wire Int32 vs Unit32 ? - -- 1.3.6.1.4.1.388.11.2.4.2.1.1.9 - ccPortalNumberOfBss OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of BSSs implemented by this Portal." - ::= { ccPortalEntry 9 } - - --- ??-CM: this should be Uint32 - would chaning this be an --- incompatible change? Any diff on wire Int32 vs Unit32 ? - -- 1.3.6.1.4.1.388.11.2.4.2.1.1.10 - ccPortalAssociatedMus OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of MUs currently associated to this - Portal." - ::= { ccPortalEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.1.1.11 - ccPortalRadioType OBJECT-TYPE - SYNTAX RadioType - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Radio type of the Portal." - ::= { ccPortalEntry 11 } - - --- ??-CM: this should be Uint32 - would chaning this be an --- incompatible change? Any diff on wire Int32 vs Unit32 ? - -- 1.3.6.1.4.1.388.11.2.4.2.1.1.12 - ccPortalChannel OBJECT-TYPE - SYNTAX INTEGER - { - ieee802dot11bChannel01(1), - ieee802dot11bChannel02(2), - ieee802dot11bChannel03(3), - ieee802dot11bChannel04(4), - ieee802dot11bChannel05(5), - ieee802dot11bChannel06(6), - ieee802dot11bChannel07(7), - ieee802dot11bChannel08(8), - ieee802dot11bChannel09(9), - ieee802dot11bChannel10(10), - ieee802dot11bChannel11(11), - ieee802dot11bChannel12(12), - ieee802dot11bChannel13(13), - ieee802dot11bChannel14(14), - ieee802dot11aChannel036(36), - ieee802dot11aChannel040(40), - ieee802dot11aChannel044(44), - ieee802dot11aChannel048(48), - ieee802dot11aChannel052(52), - ieee802dot11aChannel056(56), - ieee802dot11aChannel060(60), - ieee802dot11aChannel064(64), - ieee802dot11aChannel149(149), - ieee802dot11aChannel153(153), - ieee802dot11aChannel157(157), - ieee802dot11aChannel161(161) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The value describes the channel the Portal is - currently operating on. - " - ::= { ccPortalEntry 12 } - - --- ??-CM: this should be Uint32 - would chaning this be an --- incompatible change? Any diff on wire Int32 vs Unit32 ? - -- 1.3.6.1.4.1.388.11.2.4.2.1.1.13 - ccPortalTxPowerLevel OBJECT-TYPE - SYNTAX Integer32 (0..255) - UNITS "milli-Watts" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Output power level for the Portal. - " - ::= { ccPortalEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.1.1.14 - ccPortalLastAdoption OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A snapshot of the WS2000's sysUpTime when this - Portal was last adopted." - ::= { ccPortalEntry 14 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.1.1.15 - ccPortalState OBJECT-TYPE - SYNTAX INTEGER - { - portalUpAndWaitingForConfig(1), - portalReceivingConfig(2), - portalUpAndAdopted(3), - portalDeniedAdoptionDueToAcl(4), - portalBroken(5) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This value describes the state of the Portal. - - A healthy Portal would power-on, and quickly advance from - portalUpAndWaitingForConfig and then on to - portalReceivingConfig and then on to - portalUpAndAdopted. - - A Portal that is denied adoption due to ACLs would show: - portalDeniedAdoptionDueToAcl. - - A Portal that does not 'handshake' with the switch properly - would be found in state: - portalBroken." - ::= { ccPortalEntry 15 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.1.1.16 - ccPortalBackgroundNoiseNumSamples OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Total packets received via the Portal included in - all the other counters reported in this row." - ::= { ccPortalEntry 16 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.1.1.17 - ccPortalBackgroundNoiseBest OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The best Signal value seen from the Portal so far. - (Remember that a -20dBm Signal is better than -60dBm). - - This value is initialized to 500dBm. - " - ::= { ccPortalEntry 17 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.1.1.18 - ccPortalBackgroundNoiseWorst OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The worst Signal value seen from the Portal so far. - (Remember that a -80dBm Signal is worse than -60dBm). - - This value is initialized to -500dBm. - " - ::= { ccPortalEntry 18 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.1.1.19 - ccPortalBackgroundNoiseSum OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A running sum of all Signal values calculated by the - switch (using reported RSSI values), for packets - received via this Portal. - - Note that this value is normally a negative value - ranging from -10dBm to -80dBm. It is possible for this - value to be positive, but that would be rare, and would - signal an exceptionally strong signal. - - (This value divided by ccPortalRxRssiNumPkts yields - the average Signal value for all packets received - from this Portal)." - ::= { ccPortalEntry 19 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.1.1.20 - ccPortalBackgroundNoiseSumSquares OBJECT-TYPE - SYNTAX Counter64 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A sum of the squares of each Signal value calculated - for packets received via this Portal. - - Unlike _SignalSum, this value is never negative, since - the square of a negative number is a positive. - - (This value can be used to calculate the standard - deviation for Signal values calculated for packets - from this Portal)." - ::= { ccPortalEntry 20 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.2 - ccPortalLastMac OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This scalar records the MAC address of the most - recent Portal to be Adopted, UnAdopted, or Denied." - ::= { ccPortal 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.3 - ccPortalLastReason OBJECT-TYPE - SYNTAX INTEGER - { - success(1), - aclViolation(2), - timeout(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This value notes the reason for the most-recent - Portal UnAdoption or Denial." - ::= { ccPortal 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.4 - ccPortalAdoptionTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcPortalAdoptionEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table describing which WLANs are eligible to adopt a - new portal. - - The illegal MAC address value of 'FF:FF:FF:FF:FF:FF' - is used in both _StartMac and _EndMac fields to - indicate the special row used to declare 'default' - behavior. That is, if no other row in the - table applies, which WLANs are eligible to adopt the - portal. - - This one special row cannot be deleted." - ::= { ccPortal 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.4.1 - ccPortalAdoptionEntry OBJECT-TYPE - SYNTAX CcPortalAdoptionEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccPortalAdoptionIndex } - ::= { ccPortalAdoptionTable 1 } - - - CcPortalAdoptionEntry ::= - SEQUENCE { - ccPortalAdoptionIndex - Integer32, - ccPortalAdoptionStartMac - PhysAddress, - ccPortalAdoptionEndMac - PhysAddress, - ccPortalAdoptionWlanPointers - SinglePointer, - ccPortalAdoptionRowStatus - AbbrevRowStatus - } - --- Simple index. --- --- ??- it appears that 'start MAC' is not required in --- the UI to be unique, so it would not suffice as the --- index. - -- 1.3.6.1.4.1.388.11.2.4.2.4.1.1 - ccPortalAdoptionIndex OBJECT-TYPE - SYNTAX Integer32 (1..127) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Table that describes which portals can be adopted by - which WLANs." - ::= { ccPortalAdoptionEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.4.1.2 - ccPortalAdoptionStartMac OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Starting MAC address of range of MAC addresses." - ::= { ccPortalAdoptionEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.4.1.3 - ccPortalAdoptionEndMac OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Ending MAC address of range of MAC addresses." - ::= { ccPortalAdoptionEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.4.1.4 - ccPortalAdoptionWlanPointers OBJECT-TYPE - SYNTAX SinglePointer - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Pointer to zero or more WLANs which are eligible - to adopt portals whose MAC address falls within the - specified range. - - Any WLAN selected by this value must first be removed - from the 'default' row first. - - Note that to make an adoption rule apply to more - than one WLAN, you must create multiple rows in - this table. (This is due to the way the adoption - rules are stored inside the switch). - " - ::= { ccPortalAdoptionEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.4.1.5 - ccPortalAdoptionRowStatus OBJECT-TYPE - SYNTAX AbbrevRowStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Simple row status." - ::= { ccPortalAdoptionEntry 5 } - - --- ??-TW: all the stats in this table are reported in WISP --- 'Status' messages reported from the Portal to the switch --- every 5sec. Note that these are counters newly added to --- the Portals. In each case, they are cumulative counters, --- (since Portal reset), so the swith should NOT add them up. - -- 1.3.6.1.4.1.388.11.2.4.2.5 - ccPortalSystemStatsTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcPortalSystemStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table includes statistics for 802.11 system packets - transmitted/received at each Portal." - ::= { ccPortal 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.5.1 - ccPortalSystemStatsEntry OBJECT-TYPE - SYNTAX CcPortalSystemStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccPortalIndex } - ::= { ccPortalSystemStatsTable 1 } - - - CcPortalSystemStatsEntry ::= - SEQUENCE { - ccPortalSystemStatsBeaconsTx - Unsigned32, - ccPortalSystemStatsBeaconsTxOctets - Unsigned32, - ccPortalSystemStatsProbeReqRx - Unsigned32, - ccPortalSystemStatsProbeReqRxOctets - Unsigned32, - ccPortalSystemStatsProbeRespRetriesNone - Unsigned32, - ccPortalSystemStatsProbeRespRetries1 - Unsigned32, - ccPortalSystemStatsProbeRespRetries2 - Unsigned32, - ccPortalSystemStatsProbeRespRetries3OrMore - Unsigned32, - ccPortalSystemStatsProbeRespRetriesFailed - Unsigned32, - ccPortalSystemStatsProbeRespTxOctets - Unsigned32 - } - - -- 1.3.6.1.4.1.388.11.2.4.2.5.1.1 - ccPortalSystemStatsBeaconsTx OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of Beacons sent." - ::= { ccPortalSystemStatsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.5.1.2 - ccPortalSystemStatsBeaconsTxOctets OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of octets sent in Beacons." - ::= { ccPortalSystemStatsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.5.1.3 - ccPortalSystemStatsProbeReqRx OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of Probe Request packets received." - ::= { ccPortalSystemStatsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.5.1.4 - ccPortalSystemStatsProbeReqRxOctets OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of octets received in Probe Request packets." - ::= { ccPortalSystemStatsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.5.1.5 - ccPortalSystemStatsProbeRespRetriesNone OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of Probe Response packets sent with no retries." - ::= { ccPortalSystemStatsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.5.1.6 - ccPortalSystemStatsProbeRespRetries1 OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of Probe Response packets sent with exactly - 1 retry." - ::= { ccPortalSystemStatsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.5.1.7 - ccPortalSystemStatsProbeRespRetries2 OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of Probe Response packets sent with exactly - 2 retries." - ::= { ccPortalSystemStatsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.5.1.8 - ccPortalSystemStatsProbeRespRetries3OrMore OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of Probe Response packets sent with exactly - 3 retries or more retries. - " - ::= { ccPortalSystemStatsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.5.1.9 - ccPortalSystemStatsProbeRespRetriesFailed OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of Probe Response packets that were never - successfully transmitted because the max retry count was - reached." - ::= { ccPortalSystemStatsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.5.1.10 - ccPortalSystemStatsProbeRespTxOctets OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of octets successfully transmitted in Probe - Response packets. (For example, the octets in a Probe - Response that is transmitted twice - one retry - only - counts once in this sum)." - ::= { ccPortalSystemStatsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.6 - ccPortalSettingsTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcPortalSettingsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Use ccPortalSettingsTable to view and set the properties of - the Access Ports. - - " - ::= { ccPortal 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.6.1 - ccPortalSettingsEntry OBJECT-TYPE - SYNTAX CcPortalSettingsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccPortalIndex } - ::= { ccPortalSettingsTable 1 } - - - CcPortalSettingsEntry ::= - SEQUENCE { - ccPortalSettingsName - DisplayString, - ccPortalSettingsLocation - DisplayString, - ccPortalSettingsAntenna - INTEGER, - ccPortalSettingsShortPreamble - TruthValue, - ccPortalSettingsUniSpread - TruthValue, - ccPortalSettingsRtsThresh - Integer32, - ccPortalSettingsBeaconInt - Integer32, - ccPortalSettingsDtimPrd - Integer32, - ccPortalSettingsSecBeacon - TruthValue, - ccPortalSettingsPriWlan - SinglePointer, - ccPortalSettingsBasicRates - TransmitRate, - ccPortalSettingsSupportedRates - TransmitRate, - ccPortalSettingsBGMode - INTEGER, - ccPortalSettingsAdoptedWlan - MultiPointer63, - ccPortalSettingsDetector - TruthValue - } - - -- 1.3.6.1.4.1.388.11.2.4.2.6.1.1 - ccPortalSettingsName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Name of Access Port." - ::= { ccPortalSettingsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.6.1.2 - ccPortalSettingsLocation OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Site location of Access Port." - ::= { ccPortalSettingsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.6.1.3 - ccPortalSettingsAntenna OBJECT-TYPE - SYNTAX INTEGER - { - fullDiversity(1), - primaryOnly(2), - secondaryOnly(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The antenna diversity setting for the access port." - ::= { ccPortalSettingsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.6.1.4 - ccPortalSettingsShortPreamble OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable support for Short Preamble when MUs - associate with the Access Port. Enabling Short - Preamble may cause incompatibility with some older - clients." - ::= { ccPortalSettingsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.6.1.5 - ccPortalSettingsUniSpread OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Eable the Uniform Spreading feature of the AP300. - To comply with Dynamic Frequency Selection(DFS) - requirements in the European Union, the 802.11a - radio on AP300 Access Ports will come up on a random - channel each time it is powered on." - ::= { ccPortalSettingsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.6.1.6 - ccPortalSettingsRtsThresh OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The Request To Send(RTS) threshold(in bytes) for use - by the WLAN's adopted Access Port." - ::= { ccPortalSettingsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.6.1.7 - ccPortalSettingsBeaconInt OBJECT-TYPE - SYNTAX Integer32 (50..200) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Specify a beacon interval in units of 1,000 - microseconds (K-us). This is a multiple of the DTIM - (ccPortalCfgDefaultADtimPrd) value, for example, - 100 : 10. " - ::= { ccPortalSettingsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.6.1.8 - ccPortalSettingsDtimPrd OBJECT-TYPE - SYNTAX Integer32 (1..50) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Specify a period for the Delivery Traffic Indication - Message (DTIM). This is a divisor of the beacon - interval (in milliseconds), for example, 10 : 100. " - ::= { ccPortalSettingsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.6.1.9 - ccPortalSettingsSecBeacon OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable the Secure Beacon checkbox to disallow the - Access Port from broadcasting an ESSID in its - beacons. This is a safeguard to prevent intruders - from tapping into the WLAN. Consider this security - measure for a private, corporate network." - ::= { ccPortalSettingsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.6.1.10 - ccPortalSettingsPriWlan OBJECT-TYPE - SYNTAX SinglePointer - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Associate a primary WLAN with the Access Port for - broadcast of the Extended Service Set Identification - (ESSID). The purpose of such broadcasting is to allow - mobile units to identify Access Ports that are - associated with the WLAN." - ::= { ccPortalSettingsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.6.1.11 - ccPortalSettingsBasicRates OBJECT-TYPE - SYNTAX TransmitRate - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "List of basic rates for the radio." - ::= { ccPortalSettingsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.6.1.12 - ccPortalSettingsSupportedRates OBJECT-TYPE - SYNTAX TransmitRate - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "List of supported rates for the radio." - ::= { ccPortalSettingsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.6.1.13 - ccPortalSettingsBGMode OBJECT-TYPE - SYNTAX INTEGER - { - modeBandG(1), - modeG(2), - modeB(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Radio mode." - ::= { ccPortalSettingsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.6.1.14 - ccPortalSettingsAdoptedWlan OBJECT-TYPE - SYNTAX MultiPointer63 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Enable the bits for the WLANs you wish to associate the - Access Port with." - ::= { ccPortalSettingsEntry 14 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.6.1.15 - ccPortalSettingsDetector OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Description." - ::= { ccPortalSettingsEntry 15 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.7 - ccPortalCfgRadioTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcPortalCfgRadioEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Use ccPortalCfgRadioTable to view and set the radio - properties of the Access Ports. - - - The process can be broken down into the following steps: - 1. Set ccPortalCfgRadioReset to TRUE. - 2. Set ccPortalCfgRadioDesPlacement - 3. Get ccPortalCfgRadioPosChannel - 4. Set ccPortalCfgRadioDesChannel - 5. Get ccPortalCfgRadioPosPowerLevel - 6. Set ccPortalCfgRadioDesPowerLevel - 7. Get ccPortalCfgRadioPowerInMW - 8. Set and pull progress of ccPortalCfgRadioSet - 9. Validate the configuration has been set by getting - ccPortalCfgRadioPlacement - ccPortalCfgRadioChannel - ccPortalCfgRadioPowerLevel - - " - ::= { ccPortal 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.7.1 - ccPortalCfgRadioEntry OBJECT-TYPE - SYNTAX CcPortalCfgRadioEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccPortalIndex } - ::= { ccPortalCfgRadioTable 1 } - - - CcPortalCfgRadioEntry ::= - SEQUENCE { - ccPortalCfgRadioDesPlacement - INTEGER, - ccPortalCfgRadioPosChannel - BITS, - ccPortalCfgRadioDesChannel - INTEGER, - ccPortalCfgRadioPosPowerLevel - Integer32, - ccPortalCfgRadioDesPowerLevel - Integer32, - ccPortalCfgRadioDesPowerInMW - Integer32, - ccPortalCfgRadioSet - DoActionShowProgress, - ccPortalCfgRadioReset - DoActionShowProgress, - ccPortalCfgRadioPlacement - INTEGER, - ccPortalCfgRadioChannel - INTEGER, - ccPortalCfgRadioPowerLevel - Unsigned32, - ccPortalCfgRadioPowerInMW - Unsigned32 - } - - -- 1.3.6.1.4.1.388.11.2.4.2.7.1.1 - ccPortalCfgRadioDesPlacement OBJECT-TYPE - SYNTAX INTEGER - { - indoor(1), - outdoor(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The desired placement for radio." - ::= { ccPortalCfgRadioEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.7.1.2 - ccPortalCfgRadioPosChannel OBJECT-TYPE - SYNTAX BITS - { - null(0), - bchannel01(1), - bchannel02(2), - bchannel03(3), - bchannel04(4), - bchannel05(5), - bchannel06(6), - bchannel07(7), - bchannel08(8), - bchannel09(9), - bchannel10(10), - bchannel11(11), - achannel36(12), - achannel40(13), - achannel44(14), - achannel48(15), - achannel52(16), - achannel56(17), - achannel60(18), - achannel64(19), - achannel149(20), - achannel153(21), - achannel157(22), - achannel161(23) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The possible channels that can be set when placement = - ccPortalCfgRadioDesPlacement." - ::= { ccPortalCfgRadioEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.7.1.3 - ccPortalCfgRadioDesChannel OBJECT-TYPE - SYNTAX INTEGER - { - null(0), - bchannel01(1), - bchannel02(2), - bchannel03(3), - bchannel04(4), - bchannel05(5), - bchannel06(6), - bchannel07(7), - bchannel08(8), - bchannel09(9), - bchannel10(10), - bchannel11(11), - achannel36(36), - achannel40(40), - achannel44(44), - achannel48(48), - achannel52(52), - achannel56(56), - achannel60(60), - achannel64(64), - achannel149(149), - achannel153(153), - achannel157(157), - achannel161(161) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The desired channel for radio." - ::= { ccPortalCfgRadioEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.7.1.4 - ccPortalCfgRadioPosPowerLevel OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The max possible power level (dBm) that can be set when - channel= ccPortalCfgRadioDesChannel." - ::= { ccPortalCfgRadioEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.7.1.5 - ccPortalCfgRadioDesPowerLevel OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The desired power level (dBm) for radio." - ::= { ccPortalCfgRadioEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.7.1.6 - ccPortalCfgRadioDesPowerInMW OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "ccPortalCfgRadioDesPowerLevel in mW." - ::= { ccPortalCfgRadioEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.7.1.7 - ccPortalCfgRadioSet OBJECT-TYPE - SYNTAX DoActionShowProgress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Validate values in ccPortalCfgRadioDes_ fields. If it is - a valid combination, configure the switch with this - combination and set ccPortalCfgRadio_ to these values." - ::= { ccPortalCfgRadioEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.7.1.8 - ccPortalCfgRadioReset OBJECT-TYPE - SYNTAX DoActionShowProgress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Reset the following OIDs. - - ccPortalCfgRadioDesPlacement - ccPortalCfgRadioDesChannel - ccPortalCfgRadioDesPowerLevel - ccPortalCfgRadioPosChannel - ccPortalCfgRadioPosPowerLevel - ccPortalCfgRadioPowerInMW - " - ::= { ccPortalCfgRadioEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.7.1.9 - ccPortalCfgRadioPlacement OBJECT-TYPE - SYNTAX INTEGER - { - indoor(1), - outdoor(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The placement configuration for radio." - ::= { ccPortalCfgRadioEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.7.1.10 - ccPortalCfgRadioChannel OBJECT-TYPE - SYNTAX INTEGER - { - null(0), - bchannel01(1), - bchannel02(2), - bchannel03(3), - bchannel04(4), - bchannel05(5), - bchannel06(6), - bchannel07(7), - bchannel08(8), - bchannel09(9), - bchannel10(10), - bchannel11(11), - achannel36(36), - achannel40(40), - achannel44(44), - achannel48(48), - achannel52(52), - achannel56(56), - achannel60(60), - achannel64(64), - achannel149(149), - achannel153(153), - achannel157(157), - achannel161(161) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The channel configuration for radio." - ::= { ccPortalCfgRadioEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.7.1.11 - ccPortalCfgRadioPowerLevel OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The power level (dBm) configuration for radio." - ::= { ccPortalCfgRadioEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.7.1.12 - ccPortalCfgRadioPowerInMW OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "ccPortalCfgRadioPowerLevel in mW." - ::= { ccPortalCfgRadioEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.8 - ccPortalSettingsDefaultTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcPortalSettingsDefaultEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "The ccPortalSettingsDefaultsTable contains the initial - settings for the Access Ports. - " - ::= { ccPortal 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.8.1 - ccPortalSettingsDefaultEntry OBJECT-TYPE - SYNTAX CcPortalSettingsDefaultEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccPortalSettingsDefaultIndex } - ::= { ccPortalSettingsDefaultTable 1 } - - - CcPortalSettingsDefaultEntry ::= - SEQUENCE { - ccPortalSettingsDefaultIndex - INTEGER, - ccPortalSettingsDefaultAntenna - INTEGER, - ccPortalSettingsDefaultShortPreamble - TruthValue, - ccPortalSettingsDefaultUniSpread - TruthValue, - ccPortalSettingsDefaultRtsThresh - Integer32, - ccPortalSettingsDefaultBeaconInt - Integer32, - ccPortalSettingsDefaultDtimPrd - Integer32, - ccPortalSettingsDefaultSecBeacon - TruthValue, - ccPortalSettingsDefaultPriWlan - SinglePointer, - ccPortalSettingsDefaultBasicRates - TransmitRate, - ccPortalSettingsDefaultSupportedRates - TransmitRate, - ccPortalSettingsDefaultBGMode - INTEGER - } - - -- 1.3.6.1.4.1.388.11.2.4.2.8.1.1 - ccPortalSettingsDefaultIndex OBJECT-TYPE - SYNTAX INTEGER - { - radioA(1), - radioB(2), - radioG(3) - } - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "The type of the radio" - ::= { ccPortalSettingsDefaultEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.8.1.2 - ccPortalSettingsDefaultAntenna OBJECT-TYPE - SYNTAX INTEGER - { - fullDiversity(1), - primaryOnly(2), - secondaryOnly(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The antenna diversity setting for the access port." - ::= { ccPortalSettingsDefaultEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.8.1.3 - ccPortalSettingsDefaultShortPreamble OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable support for Short Preamble when MUs - associate with the Access Port. Enabling Short - Preamble may cause incompatibility with some older - clients." - ::= { ccPortalSettingsDefaultEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.8.1.4 - ccPortalSettingsDefaultUniSpread OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Eable the Uniform Spreading feature of the AP300. - To comply with Dynamic Frequency Selection(DFS) - requirements in the European Union, the 802.11a - radio on AP300 Access Ports will come up on a random - channel each time it is powered on." - ::= { ccPortalSettingsDefaultEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.8.1.5 - ccPortalSettingsDefaultRtsThresh OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The Request To Send(RTS) threshold(in bytes) for use - by the WLAN's adopted Access Port." - ::= { ccPortalSettingsDefaultEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.8.1.6 - ccPortalSettingsDefaultBeaconInt OBJECT-TYPE - SYNTAX Integer32 (50..200) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Specify a beacon interval in units of 1,000 - microseconds (K-us). This is a multiple of the DTIM - (ccPortalCfgDefaultADtimPrd) value, for example, - 100 : 10. " - ::= { ccPortalSettingsDefaultEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.8.1.7 - ccPortalSettingsDefaultDtimPrd OBJECT-TYPE - SYNTAX Integer32 (1..50) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Specify a period for the Delivery Traffic Indication - Message (DTIM). This is a divisor of the beacon - interval (in milliseconds), for example, 10 : 100. " - ::= { ccPortalSettingsDefaultEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.8.1.8 - ccPortalSettingsDefaultSecBeacon OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable the Secure Beacon checkbox to disallow the - Access Port from broadcasting an ESSID in its - beacons. This is a safeguard to prevent intruders - from tapping into the WLAN. Consider this security - measure for a private, corporate network." - ::= { ccPortalSettingsDefaultEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.8.1.9 - ccPortalSettingsDefaultPriWlan OBJECT-TYPE - SYNTAX SinglePointer - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Associate a primary WLAN with the Access Port for - broadcast of the Extended Service Set Identification - (ESSID). The purpose of such broadcasting is to allow - mobile units to identify Access Ports that are - associated with the WLAN." - ::= { ccPortalSettingsDefaultEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.8.1.10 - ccPortalSettingsDefaultBasicRates OBJECT-TYPE - SYNTAX TransmitRate - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "List of basic rates for the radio." - ::= { ccPortalSettingsDefaultEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.8.1.11 - ccPortalSettingsDefaultSupportedRates OBJECT-TYPE - SYNTAX TransmitRate - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "List of supported rates for the radio." - ::= { ccPortalSettingsDefaultEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.8.1.12 - ccPortalSettingsDefaultBGMode OBJECT-TYPE - SYNTAX INTEGER - { - modeBandG(1), - modeG(2), - modeB(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Radio mode." - ::= { ccPortalSettingsDefaultEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.9 - ccPortalCfgRadioDefaultTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcPortalCfgRadioDefaultEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "The ccPortalCfgRadioDefaultTable contains the initial - settings for the radio settings of the Access Ports. - - Please refer to descriptions in ccPortalCfgRadioTable. - " - ::= { ccPortal 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.9.1 - ccPortalCfgRadioDefaultEntry OBJECT-TYPE - SYNTAX CcPortalCfgRadioDefaultEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccPortalSettingsDefaultIndex } - ::= { ccPortalCfgRadioDefaultTable 1 } - - - CcPortalCfgRadioDefaultEntry ::= - SEQUENCE { - ccPortalCfgRadioDefaultDesPlacement - INTEGER, - ccPortalCfgRadioDefaultPosChannel - BITS, - ccPortalCfgRadioDefaultDesChannel - INTEGER, - ccPortalCfgRadioDefaultPosPowerLevel - Integer32, - ccPortalCfgRadioDefaultDesPowerLevel - Integer32, - ccPortalCfgRadioDefaultDesPowerInMW - Integer32, - ccPortalCfgRadioDefaultSet - DoActionShowProgress, - ccPortalCfgRadioDefaultReset - DoActionShowProgress, - ccPortalCfgRadioDefaultPlacement - INTEGER, - ccPortalCfgRadioDefaultChannel - INTEGER, - ccPortalCfgRadioDefaultPowerLevel - Unsigned32, - ccPortalCfgRadioDefaultPowerInMW - Unsigned32 - } - - -- 1.3.6.1.4.1.388.11.2.4.2.9.1.1 - ccPortalCfgRadioDefaultDesPlacement OBJECT-TYPE - SYNTAX INTEGER - { - indoor(1), - outdoor(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The default desired placement for radio type." - ::= { ccPortalCfgRadioDefaultEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.9.1.2 - ccPortalCfgRadioDefaultPosChannel OBJECT-TYPE - SYNTAX BITS - { - null(0), - bchannel01(1), - bchannel02(2), - bchannel03(3), - bchannel04(4), - bchannel05(5), - bchannel06(6), - bchannel07(7), - bchannel08(8), - bchannel09(9), - bchannel10(10), - bchannel11(11), - achannel36(12), - achannel40(13), - achannel44(14), - achannel48(15), - achannel52(16), - achannel56(17), - achannel60(18), - achannel64(19), - achannel149(20), - achannel153(21), - achannel157(22), - achannel161(23) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The possible channels that can be set when placement = - ccPortalCfgRadioDefaultDesPlacement." - ::= { ccPortalCfgRadioDefaultEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.9.1.3 - ccPortalCfgRadioDefaultDesChannel OBJECT-TYPE - SYNTAX INTEGER - { - null(0), - bchannel01(1), - bchannel02(2), - bchannel03(3), - bchannel04(4), - bchannel05(5), - bchannel06(6), - bchannel07(7), - bchannel08(8), - bchannel09(9), - bchannel10(10), - bchannel11(11), - achannel36(36), - achannel40(40), - achannel44(44), - achannel48(48), - achannel52(52), - achannel56(56), - achannel60(60), - achannel64(64), - achannel149(149), - achannel153(153), - achannel157(157), - achannel161(161) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The default desired channel for radio type." - ::= { ccPortalCfgRadioDefaultEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.9.1.4 - ccPortalCfgRadioDefaultPosPowerLevel OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The max possible power level (dBm) that can be set when - channel= ccPortalCfgRadioDefaultDesChannel." - ::= { ccPortalCfgRadioDefaultEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.9.1.5 - ccPortalCfgRadioDefaultDesPowerLevel OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The desired power level (dBm) for radio." - ::= { ccPortalCfgRadioDefaultEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.9.1.6 - ccPortalCfgRadioDefaultDesPowerInMW OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "ccPortalCfgRadioDefaultDesPowerLevel in mW." - ::= { ccPortalCfgRadioDefaultEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.9.1.7 - ccPortalCfgRadioDefaultSet OBJECT-TYPE - SYNTAX DoActionShowProgress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Validate values in ccPortalCfgRadioDefaultDes_ fields. If it is - a valid combination, configure the switch with this - combination and set ccPortalCfgRadioDefault_ to these values." - ::= { ccPortalCfgRadioDefaultEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.9.1.8 - ccPortalCfgRadioDefaultReset OBJECT-TYPE - SYNTAX DoActionShowProgress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Reset the following OIDs. - - ccPortalCfgRadioDefaultDesPlacement - ccPortalCfgRadioDefaultDesChannel - ccPortalCfgRadioDefaultDesPowerLevel - ccPortalCfgRadioDefaultPosChannel - ccPortalCfgRadioDefaultPosPowerLevel - ccPortalCfgRadioDefaultPowerInMW - " - ::= { ccPortalCfgRadioDefaultEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.9.1.9 - ccPortalCfgRadioDefaultPlacement OBJECT-TYPE - SYNTAX INTEGER - { - indoor(1), - outdoor(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The default placement configuration for radio type." - ::= { ccPortalCfgRadioDefaultEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.9.1.10 - ccPortalCfgRadioDefaultChannel OBJECT-TYPE - SYNTAX INTEGER - { - null(0), - bchannel01(1), - bchannel02(2), - bchannel03(3), - bchannel04(4), - bchannel05(5), - bchannel06(6), - bchannel07(7), - bchannel08(8), - bchannel09(9), - bchannel10(10), - bchannel11(11), - achannel36(36), - achannel40(40), - achannel44(44), - achannel48(48), - achannel52(52), - achannel56(56), - achannel60(60), - achannel64(64), - achannel149(149), - achannel153(153), - achannel157(157), - achannel161(161) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The default channel configuration for radio type." - ::= { ccPortalCfgRadioDefaultEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.9.1.11 - ccPortalCfgRadioDefaultPowerLevel OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The default power level (dBm) configuration for radio type." - ::= { ccPortalCfgRadioDefaultEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.9.1.12 - ccPortalCfgRadioDefaultPowerInMW OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "ccPortalCfgRadioDefaultPowerLevel in mW." - ::= { ccPortalCfgRadioDefaultEntry 12 } - - --- 802.1x Port Authentication is used to provide --- security and authentication of all wired clients on --- a network. The WS 2000 supports 802.1x port --- authentication for the AP 300 Access Ports connected --- to it. It uses a username and password for all ports --- that can be configured from the wireless switch. - -- 1.3.6.1.4.1.388.11.2.4.2.10 - cc802dt1xPortAuth OBJECT IDENTIFIER ::= { ccPortal 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.10.1 - cc802dt1xPortAuthLogin OBJECT-TYPE - SYNTAX DisplayString (SIZE (1..64)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "802.1x Port Authentication username." - ::= { cc802dt1xPortAuth 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.10.2 - cc802dt1xPortAuthPass OBJECT-TYPE - SYNTAX Password - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "802.1x Port Authentication password." - ::= { cc802dt1xPortAuth 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.10.3 - cc802dt1xPortAuthSetAp300 OBJECT-TYPE - SYNTAX DoActionShowProgress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Set the username and password stored in - cc802dt1xPortAuthLogin and cc802dt1xPortAuthPass - on all AP 300 Access Ports adopted by the switch." - ::= { cc802dt1xPortAuth 3 } - - --- !!- OID: .100 - -- 1.3.6.1.4.1.388.11.2.4.2.100 - ccPortalRfSum OBJECT IDENTIFIER ::= { ccPortal 100 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.1 - ccPortalStatsTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcPortalStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table describes general statistics about - packets sent/recieved via each Portal on the switch." - ::= { ccPortalRfSum 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.1.1 - ccPortalStatsEntry OBJECT-TYPE - SYNTAX CcPortalStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccPortalIndex } - ::= { ccPortalStatsTable 1 } - - - CcPortalStatsEntry ::= - SEQUENCE { - ccPortalTxPktsUcast - Counter32, - ccPortalRxPktsUcast - Counter32, - ccPortalRxPktsNUcast - Counter32, - ccPortalTxOctetsUcast - Counter32, - ccPortalRxOctetsUcast - Counter32, - ccPortalRxOctetsNUcast - Counter32, - ccPortalRxUndecryptablePkts - Counter32, - ccPortalLastActivity - TimeTicks - } - - -- 1.3.6.1.4.1.388.11.2.4.2.100.1.1.1 - ccPortalTxPktsUcast OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of unicast packets sent via the Portal." - ::= { ccPortalStatsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.1.1.2 - ccPortalRxPktsUcast OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of unicast packets received via the Portal." - ::= { ccPortalStatsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.1.1.3 - ccPortalRxPktsNUcast OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of non-unicast (broadcast & multicast) - packets received via the Portal." - ::= { ccPortalStatsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.1.1.4 - ccPortalTxOctetsUcast OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of unicast octets sent via the Portal." - ::= { ccPortalStatsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.1.1.5 - ccPortalRxOctetsUcast OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of unicast octets received via the Portal." - ::= { ccPortalStatsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.1.1.6 - ccPortalRxOctetsNUcast OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of non-unicast (broadcast & multicast) - octets received via the Portal." - ::= { ccPortalStatsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.1.1.7 - ccPortalRxUndecryptablePkts OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of packets received via the Portal that could - not be decrypted." - ::= { ccPortalStatsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.1.1.8 - ccPortalLastActivity OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A snapshot of the switch's sysUpTime at the time - of the last activity (packet sent or received) - via the Portal." - ::= { ccPortalStatsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.2 - ccPortalRxPktsTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcPortalRxPktsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "For each Portal on the switch, this table - describes counts of packets received at each - possible speed, (1Mb, 2Mb, 5.5Mb, 6Mb...)." - ::= { ccPortalRfSum 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.2.1 - ccPortalRxPktsEntry OBJECT-TYPE - SYNTAX CcPortalRxPktsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccPortalIndex } - ::= { ccPortalRxPktsTable 1 } - - - CcPortalRxPktsEntry ::= - SEQUENCE { - ccPortalRxPktsAt1Mb - Counter32, - ccPortalRxPktsAt2Mb - Counter32, - ccPortalRxPktsAt5pt5Mb - Counter32, - ccPortalRxPktsAt6Mb - Counter32, - ccPortalRxPktsAt9Mb - Counter32, - ccPortalRxPktsAt11Mb - Counter32, - ccPortalRxPktsAt12Mb - Counter32, - ccPortalRxPktsAt18Mb - Counter32, - ccPortalRxPktsAt22Mb - Counter32, - ccPortalRxPktsAt24Mb - Counter32, - ccPortalRxPktsAt36Mb - Counter32, - ccPortalRxPktsAt48Mb - Counter32, - ccPortalRxPktsAt54Mb - Counter32 - } - - -- 1.3.6.1.4.1.388.11.2.4.2.100.2.1.1 - ccPortalRxPktsAt1Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 1 Mb." - ::= { ccPortalRxPktsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.2.1.2 - ccPortalRxPktsAt2Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 2 Mb." - ::= { ccPortalRxPktsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.2.1.3 - ccPortalRxPktsAt5pt5Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 5.5 Mb." - ::= { ccPortalRxPktsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.2.1.4 - ccPortalRxPktsAt6Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 6 Mb." - ::= { ccPortalRxPktsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.2.1.5 - ccPortalRxPktsAt9Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 9 Mb." - ::= { ccPortalRxPktsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.2.1.6 - ccPortalRxPktsAt11Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 11 Mb." - ::= { ccPortalRxPktsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.2.1.7 - ccPortalRxPktsAt12Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 12 Mb." - ::= { ccPortalRxPktsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.2.1.8 - ccPortalRxPktsAt18Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 18 Mb." - ::= { ccPortalRxPktsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.2.1.9 - ccPortalRxPktsAt22Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 22 Mb." - ::= { ccPortalRxPktsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.2.1.10 - ccPortalRxPktsAt24Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 24 Mb." - ::= { ccPortalRxPktsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.2.1.11 - ccPortalRxPktsAt36Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 36 Mb." - ::= { ccPortalRxPktsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.2.1.12 - ccPortalRxPktsAt48Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 48 Mb." - ::= { ccPortalRxPktsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.2.1.13 - ccPortalRxPktsAt54Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received via this Portal at 54 Mb." - ::= { ccPortalRxPktsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.3 - ccPortalTxPktsTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcPortalTxPktsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "For each Portal on the switch, this table - describes counts of packets transmitted at each - possible speed, (1Mb, 2Mb, 5.5Mb, 6Mb...)." - ::= { ccPortalRfSum 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.3.1 - ccPortalTxPktsEntry OBJECT-TYPE - SYNTAX CcPortalTxPktsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccPortalIndex } - ::= { ccPortalTxPktsTable 1 } - - - CcPortalTxPktsEntry ::= - SEQUENCE { - ccPortalTxPktsAt1Mb - Counter32, - ccPortalTxPktsAt2Mb - Counter32, - ccPortalTxPktsAt5pt5Mb - Counter32, - ccPortalTxPktsAt6Mb - Counter32, - ccPortalTxPktsAt9Mb - Counter32, - ccPortalTxPktsAt11Mb - Counter32, - ccPortalTxPktsAt12Mb - Counter32, - ccPortalTxPktsAt18Mb - Counter32, - ccPortalTxPktsAt22Mb - Counter32, - ccPortalTxPktsAt24Mb - Counter32, - ccPortalTxPktsAt36Mb - Counter32, - ccPortalTxPktsAt48Mb - Counter32, - ccPortalTxPktsAt54Mb - Counter32 - } - - -- 1.3.6.1.4.1.388.11.2.4.2.100.3.1.1 - ccPortalTxPktsAt1Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at 1 Mb." - ::= { ccPortalTxPktsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.3.1.2 - ccPortalTxPktsAt2Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at 2 Mb." - ::= { ccPortalTxPktsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.3.1.3 - ccPortalTxPktsAt5pt5Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at 5.5 Mb." - ::= { ccPortalTxPktsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.3.1.4 - ccPortalTxPktsAt6Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at 6 Mb." - ::= { ccPortalTxPktsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.3.1.5 - ccPortalTxPktsAt9Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at 9 Mb." - ::= { ccPortalTxPktsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.3.1.6 - ccPortalTxPktsAt11Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at 11 Mb." - ::= { ccPortalTxPktsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.3.1.7 - ccPortalTxPktsAt12Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at 12 Mb." - ::= { ccPortalTxPktsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.3.1.8 - ccPortalTxPktsAt18Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at 18 Mb." - ::= { ccPortalTxPktsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.3.1.9 - ccPortalTxPktsAt22Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at 22 Mb." - ::= { ccPortalTxPktsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.3.1.10 - ccPortalTxPktsAt24Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at 24 Mb." - ::= { ccPortalTxPktsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.3.1.11 - ccPortalTxPktsAt36Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at 36 Mb." - ::= { ccPortalTxPktsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.3.1.12 - ccPortalTxPktsAt48Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at 48 Mb." - ::= { ccPortalTxPktsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.3.1.13 - ccPortalTxPktsAt54Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted via this Portal at 54 Mb." - ::= { ccPortalTxPktsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.4 - ccPortalRxOctetsTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcPortalRxOctetsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "For each Portal on this switch, this table - describes counts of octets received at each - possible speed, (1Mb, 2Mb, 5.5Mb, 6Mb...)." - ::= { ccPortalRfSum 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.4.1 - ccPortalRxOctetsEntry OBJECT-TYPE - SYNTAX CcPortalRxOctetsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccPortalIndex } - ::= { ccPortalRxOctetsTable 1 } - - - CcPortalRxOctetsEntry ::= - SEQUENCE { - ccPortalRxOctetsAt1Mb - Counter32, - ccPortalRxOctetsAt2Mb - Counter32, - ccPortalRxOctetsAt5pt5Mb - Counter32, - ccPortalRxOctetsAt6Mb - Counter32, - ccPortalRxOctetsAt9Mb - Counter32, - ccPortalRxOctetsAt11Mb - Counter32, - ccPortalRxOctetsAt12Mb - Counter32, - ccPortalRxOctetsAt18Mb - Counter32, - ccPortalRxOctetsAt22Mb - Counter32, - ccPortalRxOctetsAt24Mb - Counter32, - ccPortalRxOctetsAt36Mb - Counter32, - ccPortalRxOctetsAt48Mb - Counter32, - ccPortalRxOctetsAt54Mb - Counter32 - } - - -- 1.3.6.1.4.1.388.11.2.4.2.100.4.1.1 - ccPortalRxOctetsAt1Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at 1 Mb." - ::= { ccPortalRxOctetsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.4.1.2 - ccPortalRxOctetsAt2Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at 2 Mb." - ::= { ccPortalRxOctetsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.4.1.3 - ccPortalRxOctetsAt5pt5Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at 5.5 Mb." - ::= { ccPortalRxOctetsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.4.1.4 - ccPortalRxOctetsAt6Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at 6 Mb." - ::= { ccPortalRxOctetsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.4.1.5 - ccPortalRxOctetsAt9Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at 9 Mb." - ::= { ccPortalRxOctetsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.4.1.6 - ccPortalRxOctetsAt11Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at 11 Mb." - ::= { ccPortalRxOctetsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.4.1.7 - ccPortalRxOctetsAt12Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at 12 Mb." - ::= { ccPortalRxOctetsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.4.1.8 - ccPortalRxOctetsAt18Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at 18 Mb." - ::= { ccPortalRxOctetsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.4.1.9 - ccPortalRxOctetsAt22Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at 22 Mb." - ::= { ccPortalRxOctetsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.4.1.10 - ccPortalRxOctetsAt24Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at 24 Mb." - ::= { ccPortalRxOctetsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.4.1.11 - ccPortalRxOctetsAt36Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at 36 Mb." - ::= { ccPortalRxOctetsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.4.1.12 - ccPortalRxOctetsAt48Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at 48 Mb." - ::= { ccPortalRxOctetsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.4.1.13 - ccPortalRxOctetsAt54Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received via this Portal at 54 Mb." - ::= { ccPortalRxOctetsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.5 - ccPortalTxOctetsTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcPortalTxOctetsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "For each Portal on this switch, this table - describes counts of octets transmitted at each - possible speed, (1Mb, 2Mb, 5.5Mb, 6Mb...)." - ::= { ccPortalRfSum 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.5.1 - ccPortalTxOctetsEntry OBJECT-TYPE - SYNTAX CcPortalTxOctetsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccPortalIndex } - ::= { ccPortalTxOctetsTable 1 } - - - CcPortalTxOctetsEntry ::= - SEQUENCE { - ccPortalTxOctetsAt1Mb - Counter32, - ccPortalTxOctetsAt2Mb - Counter32, - ccPortalTxOctetsAt5pt5Mb - Counter32, - ccPortalTxOctetsAt6Mb - Counter32, - ccPortalTxOctetsAt9Mb - Counter32, - ccPortalTxOctetsAt11Mb - Counter32, - ccPortalTxOctetsAt12Mb - Counter32, - ccPortalTxOctetsAt18Mb - Counter32, - ccPortalTxOctetsAt22Mb - Counter32, - ccPortalTxOctetsAt24Mb - Counter32, - ccPortalTxOctetsAt36Mb - Counter32, - ccPortalTxOctetsAt48Mb - Counter32, - ccPortalTxOctetsAt54Mb - Counter32 - } - - -- 1.3.6.1.4.1.388.11.2.4.2.100.5.1.1 - ccPortalTxOctetsAt1Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number octets transmitted via this Portal at 1 Mb." - ::= { ccPortalTxOctetsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.5.1.2 - ccPortalTxOctetsAt2Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number octets transmitted via this Portal at 2 Mb." - ::= { ccPortalTxOctetsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.5.1.3 - ccPortalTxOctetsAt5pt5Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number octets transmitted via this Portal at 5.5 Mb." - ::= { ccPortalTxOctetsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.5.1.4 - ccPortalTxOctetsAt6Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number octets transmitted via this Portal at 6 Mb." - ::= { ccPortalTxOctetsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.5.1.5 - ccPortalTxOctetsAt9Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number octets transmitted via this Portal at 9 Mb." - ::= { ccPortalTxOctetsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.5.1.6 - ccPortalTxOctetsAt11Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number octets transmitted via this Portal at 11 Mb." - ::= { ccPortalTxOctetsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.5.1.7 - ccPortalTxOctetsAt12Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number octets transmitted via this Portal at 12 Mb." - ::= { ccPortalTxOctetsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.5.1.8 - ccPortalTxOctetsAt18Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number octets transmitted via this Portal at 18 Mb." - ::= { ccPortalTxOctetsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.5.1.9 - ccPortalTxOctetsAt22Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number octets transmitted via this Portal at 22 Mb." - ::= { ccPortalTxOctetsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.5.1.10 - ccPortalTxOctetsAt24Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number octets transmitted via this Portal at 24 Mb." - ::= { ccPortalTxOctetsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.5.1.11 - ccPortalTxOctetsAt36Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number octets transmitted via this Portal at 36 Mb." - ::= { ccPortalTxOctetsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.5.1.12 - ccPortalTxOctetsAt48Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number octets transmitted via this Portal at 48 Mb." - ::= { ccPortalTxOctetsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.5.1.13 - ccPortalTxOctetsAt54Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number octets transmitted via this Portal at 54 Mb." - ::= { ccPortalTxOctetsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.6 - ccPortalTxRetriesPktsTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcPortalTxRetriesPktsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "For each Portal on the switch, this table describes - counts of the number of packets affected by transmit - retries, (no retries, 1 retry, 2 retries,... gave-up)." - ::= { ccPortalRfSum 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.6.1 - ccPortalTxRetriesPktsEntry OBJECT-TYPE - SYNTAX CcPortalTxRetriesPktsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccPortalIndex } - ::= { ccPortalTxRetriesPktsTable 1 } - - - CcPortalTxRetriesPktsEntry ::= - SEQUENCE { - ccPortalTxRetriesPktsNone - Counter32, - ccPortalTxRetriesPkts01 - Counter32, - ccPortalTxRetriesPkts02 - Counter32, - ccPortalTxRetriesPkts03 - Counter32, - ccPortalTxRetriesPkts04 - Counter32, - ccPortalTxRetriesPkts05 - Counter32, - ccPortalTxRetriesPkts06 - Counter32, - ccPortalTxRetriesPkts07 - Counter32, - ccPortalTxRetriesPkts08 - Counter32, - ccPortalTxRetriesPkts09 - Counter32, - ccPortalTxRetriesPkts10 - Counter32, - ccPortalTxRetriesPkts11 - Counter32, - ccPortalTxRetriesPkts12 - Counter32, - ccPortalTxRetriesPkts13 - Counter32, - ccPortalTxRetriesPkts14 - Counter32, - ccPortalTxRetriesPkts15 - Counter32, - ccPortalTxRetriesPktsFailed - Counter32 - } - - -- 1.3.6.1.4.1.388.11.2.4.2.100.6.1.1 - ccPortalTxRetriesPktsNone OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted via this - Portal with no retries." - ::= { ccPortalTxRetriesPktsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.6.1.2 - ccPortalTxRetriesPkts01 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted via this - Portal with exactly 1 retry." - ::= { ccPortalTxRetriesPktsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.6.1.3 - ccPortalTxRetriesPkts02 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted via this - Portal with exactly 2 retries." - ::= { ccPortalTxRetriesPktsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.6.1.4 - ccPortalTxRetriesPkts03 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted via this - Portal with exactly 3 retries." - ::= { ccPortalTxRetriesPktsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.6.1.5 - ccPortalTxRetriesPkts04 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted via this - Portal with exactly 4 retries." - ::= { ccPortalTxRetriesPktsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.6.1.6 - ccPortalTxRetriesPkts05 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted via this - Portal with exactly 5 retries." - ::= { ccPortalTxRetriesPktsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.6.1.7 - ccPortalTxRetriesPkts06 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted via this - Portal with exactly 6 retries." - ::= { ccPortalTxRetriesPktsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.6.1.8 - ccPortalTxRetriesPkts07 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted via this - Portal with exactly 7 retries." - ::= { ccPortalTxRetriesPktsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.6.1.9 - ccPortalTxRetriesPkts08 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted via this - Portal with exactly 8 retries." - ::= { ccPortalTxRetriesPktsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.6.1.10 - ccPortalTxRetriesPkts09 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted via this - Portal with exactly 9 retries." - ::= { ccPortalTxRetriesPktsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.6.1.11 - ccPortalTxRetriesPkts10 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted via this - Portal with exactly 10 retries." - ::= { ccPortalTxRetriesPktsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.6.1.12 - ccPortalTxRetriesPkts11 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted via this - Portal with exactly 11 retries." - ::= { ccPortalTxRetriesPktsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.6.1.13 - ccPortalTxRetriesPkts12 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted via this - Portal with exactly 12 retries." - ::= { ccPortalTxRetriesPktsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.6.1.14 - ccPortalTxRetriesPkts13 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted via this - Portal with exactly 13 retries." - ::= { ccPortalTxRetriesPktsEntry 14 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.6.1.15 - ccPortalTxRetriesPkts14 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted via this - Portal with exactly 14 retries." - ::= { ccPortalTxRetriesPktsEntry 15 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.6.1.16 - ccPortalTxRetriesPkts15 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted via this - Portal with exactly 15 retries." - ::= { ccPortalTxRetriesPktsEntry 16 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.6.1.17 - ccPortalTxRetriesPktsFailed OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts that never were successfully - transmitted to via this Portal because the max retry - count was exceeded." - ::= { ccPortalTxRetriesPktsEntry 17 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.7 - ccPortalTxRetriesOctetsTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcPortalTxRetriesOctetsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "For each Portal on the switch, this table describes - counts of the number of octets affected by transmit - retries, (no retries, 1 retry, 2 retries,... gave-up)." - ::= { ccPortalRfSum 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.7.1 - ccPortalTxRetriesOctetsEntry OBJECT-TYPE - SYNTAX CcPortalTxRetriesOctetsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccPortalIndex } - ::= { ccPortalTxRetriesOctetsTable 1 } - - - CcPortalTxRetriesOctetsEntry ::= - SEQUENCE { - ccPortalTxRetriesOctetsNone - Counter32, - ccPortalTxRetriesOctets01 - Counter32, - ccPortalTxRetriesOctets02 - Counter32, - ccPortalTxRetriesOctets03 - Counter32, - ccPortalTxRetriesOctets04 - Counter32, - ccPortalTxRetriesOctets05 - Counter32, - ccPortalTxRetriesOctets06 - Counter32, - ccPortalTxRetriesOctets07 - Counter32, - ccPortalTxRetriesOctets08 - Counter32, - ccPortalTxRetriesOctets09 - Counter32, - ccPortalTxRetriesOctets10 - Counter32, - ccPortalTxRetriesOctets11 - Counter32, - ccPortalTxRetriesOctets12 - Counter32, - ccPortalTxRetriesOctets13 - Counter32, - ccPortalTxRetriesOctets14 - Counter32, - ccPortalTxRetriesOctets15 - Counter32, - ccPortalTxRetriesOctetsFailed - Counter32 - } - - -- 1.3.6.1.4.1.388.11.2.4.2.100.7.1.1 - ccPortalTxRetriesOctetsNone OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted via this - Portal with no retries." - ::= { ccPortalTxRetriesOctetsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.7.1.2 - ccPortalTxRetriesOctets01 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted via this - Portal with exactly 1 retry." - ::= { ccPortalTxRetriesOctetsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.7.1.3 - ccPortalTxRetriesOctets02 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted via this - Portal with exactly 2 retries." - ::= { ccPortalTxRetriesOctetsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.7.1.4 - ccPortalTxRetriesOctets03 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted via this - Portal with exactly 3 retries." - ::= { ccPortalTxRetriesOctetsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.7.1.5 - ccPortalTxRetriesOctets04 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted via this - Portal with exactly 4 retries." - ::= { ccPortalTxRetriesOctetsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.7.1.6 - ccPortalTxRetriesOctets05 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted via this - Portal with exactly 5 retries." - ::= { ccPortalTxRetriesOctetsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.7.1.7 - ccPortalTxRetriesOctets06 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted via this - Portal with exactly 6 retries." - ::= { ccPortalTxRetriesOctetsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.7.1.8 - ccPortalTxRetriesOctets07 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted via this - Portal with exactly 7 retries." - ::= { ccPortalTxRetriesOctetsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.7.1.9 - ccPortalTxRetriesOctets08 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted via this - Portal with exactly 8 retries." - ::= { ccPortalTxRetriesOctetsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.7.1.10 - ccPortalTxRetriesOctets09 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted via this - Portal with exactly 9 retries." - ::= { ccPortalTxRetriesOctetsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.7.1.11 - ccPortalTxRetriesOctets10 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted via this - Portal with exactly 10 retries." - ::= { ccPortalTxRetriesOctetsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.7.1.12 - ccPortalTxRetriesOctets11 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted via this - Portal with exactly 11 retries." - ::= { ccPortalTxRetriesOctetsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.7.1.13 - ccPortalTxRetriesOctets12 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted via this - Portal with exactly 12 retries." - ::= { ccPortalTxRetriesOctetsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.7.1.14 - ccPortalTxRetriesOctets13 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted via this - Portal with exactly 13 retries." - ::= { ccPortalTxRetriesOctetsEntry 14 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.7.1.15 - ccPortalTxRetriesOctets14 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted via this - Portal with exactly 14 retries." - ::= { ccPortalTxRetriesOctetsEntry 15 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.7.1.16 - ccPortalTxRetriesOctets15 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted via this - Portal with exactly 15 retries." - ::= { ccPortalTxRetriesOctetsEntry 16 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.7.1.17 - ccPortalTxRetriesOctetsFailed OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets that never were successfully - transmitted to via this Portal because the max retry - count was exceeded." - ::= { ccPortalTxRetriesOctetsEntry 17 } - - --- ??-TW: Note that these values have been split-out from the --- _StatsTable for Portal/MU/WLAN. The resulting new tables --- _SigStatsTable for Portal/MU/WLAN are symmetrical, but they --- have been added before other v1.5 tables, and so have --- caused their location to move. --- --- Also, note that the four RSSI values still remain in the --- ccMuStats table, since to delete them would be an --- inconsistant change. For symmetry, they have been --- duplicated. - -- 1.3.6.1.4.1.388.11.2.4.2.100.8 - ccPortalSigStatsTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcPortalSigStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table describes statistics about RSSI, Signal, Noise, - and SNR for packets recieved via each Portal on the switch." - ::= { ccPortalRfSum 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.8.1 - ccPortalSigStatsEntry OBJECT-TYPE - SYNTAX CcPortalSigStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccPortalIndex } - ::= { ccPortalSigStatsTable 1 } - - - CcPortalSigStatsEntry ::= - SEQUENCE { - ccPortalSigStatsNumPkts - Counter32, - ccPortalSigStatsSignalBest - Integer32, - ccPortalSigStatsSignalWorst - Integer32, - ccPortalSigStatsSignalSum - Integer32, - ccPortalSigStatsSignalSumSquares - Counter64, - ccPortalSigStatsSignalMostRecent - Integer32, - ccPortalSigStatsNoiseBest - Integer32, - ccPortalSigStatsNoiseWorst - Integer32, - ccPortalSigStatsNoiseSum - Integer32, - ccPortalSigStatsNoiseSumSquares - Counter64, - ccPortalSigStatsNoiseMostRecent - Integer32, - ccPortalSigStatsSnrBest - Integer32, - ccPortalSigStatsSnrWorst - Integer32, - ccPortalSigStatsSnrSum - Integer32, - ccPortalSigStatsSnrSumSquares - Counter64, - ccPortalSigStatsSnrMostRecent - Integer32 - } - - -- 1.3.6.1.4.1.388.11.2.4.2.100.8.1.1 - ccPortalSigStatsNumPkts OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Total packets received via the Portal included in - all the other counters reported in this row." - ::= { ccPortalSigStatsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.8.1.2 - ccPortalSigStatsSignalBest OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The best Signal value seen from the Portal so far. - (Remember that a -20dBm Signal is better than -60dBm). - - This value is initialized to -500dBm. - " - ::= { ccPortalSigStatsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.8.1.3 - ccPortalSigStatsSignalWorst OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The worst Signal value seen from the Portal so far. - (Remember that a -80dBm Signal is worse than -60dBm). - - This value is initialized to 500dBm." - ::= { ccPortalSigStatsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.8.1.4 - ccPortalSigStatsSignalSum OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A running sum of all Signal values calculated by the - switch (using reported RSSI values), for packets - received via this Portal. - - Note that this value is normally a negative value - ranging from -10dBm to -80dBm. It is possible for this - value to be positive, but that would be rare, and would - signal an exceptionally strong signal. - - (This value divided by ccPortalSigStatsNumPkts yields - the average Signal value for all packets received - from this MU)." - ::= { ccPortalSigStatsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.8.1.5 - ccPortalSigStatsSignalSumSquares OBJECT-TYPE - SYNTAX Counter64 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A sum of the squares of each Signal value calculated - for packets received via this Portal. - - Unlike _SignalSum, this value is never negative, since - the square of a negative number is a positive. - - (This value can be used to calculate the standard - deviation for Signal values calculated for packets - from this Portal)." - ::= { ccPortalSigStatsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.8.1.6 - ccPortalSigStatsSignalMostRecent OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The best Signal value seen from the Portal so far. - (Remember that a -20dBm Signal is better than -60dBm). - - This value does not make sense when ccPortalSigStatsNumPkts - equals to 0." - ::= { ccPortalSigStatsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.8.1.7 - ccPortalSigStatsNoiseBest OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The best Noise value seen from the Portal so far. - (Remember that -80dBm Noise is better than -70dBm). - - This value is initialized to 500dBm." - ::= { ccPortalSigStatsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.8.1.8 - ccPortalSigStatsNoiseWorst OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The worst Noise value seen from the Portal so far. - (Remember that -50dBm Noise is worse than -60dBm). - - This value is initialized to -500dBm." - ::= { ccPortalSigStatsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.8.1.9 - ccPortalSigStatsNoiseSum OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A running sum of all Noise values calculated by the - switch (using reported RSSI values), for packets - received via this Portal. - - Like _SignalSum, this value is normally a negative value. - - (This value divided by ccPortalSigStatsNumPkts yields - the average Noise value for all packets received - from this MU)." - ::= { ccPortalSigStatsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.8.1.10 - ccPortalSigStatsNoiseSumSquares OBJECT-TYPE - SYNTAX Counter64 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A sum of the squares of each Noise value calculated - for packets received via this Portal. - - As with _SignalSumSquares, this value is never negative. - - (This value can be used to calculate the standard - deviation for Noise values calculated for packets - from this Portal)." - ::= { ccPortalSigStatsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.8.1.11 - ccPortalSigStatsNoiseMostRecent OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The best Noise value seen from the Portal so far. - (Remember that -80dBm Noise is better than -70dBm). - - This value does not make sense when ccPortalSigStatsNumPkts - equals to 0." - ::= { ccPortalSigStatsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.8.1.12 - ccPortalSigStatsSnrBest OBJECT-TYPE - SYNTAX Integer32 - UNITS "dB" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The best SNR value seen from the Portal so far. - (Remember that +30dBm SNR is better than +20dBm). - - This value is initialized to -500dB." - ::= { ccPortalSigStatsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.8.1.13 - ccPortalSigStatsSnrWorst OBJECT-TYPE - SYNTAX Integer32 - UNITS "dB" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The worst SNR value seen from the Portal so far. - (Remember that +10dBm SNR is worse than +20dBm). - - This value is initialized to 500dB." - ::= { ccPortalSigStatsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.8.1.14 - ccPortalSigStatsSnrSum OBJECT-TYPE - SYNTAX Integer32 - UNITS "dB" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A running sum of all SNR values calculated by the - switch (using reported RSSI values), for packets - received via this Portal. - - Unlike _Signal and _Noise, this value is never negative. - - (This value divided by ccPortalSigStatsNumPkts yields - the average SNR value for all packets received - from this MU)." - ::= { ccPortalSigStatsEntry 14 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.8.1.15 - ccPortalSigStatsSnrSumSquares OBJECT-TYPE - SYNTAX Counter64 - UNITS "dB" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A sum of the squares of each SNR value calculated - for packets received via this Portal. - - This value is never negative. - - (This value can be used to calculate the standard - deviation for SNR values calculated for packets - from this Portal)." - ::= { ccPortalSigStatsEntry 15 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.8.1.16 - ccPortalSigStatsSnrMostRecent OBJECT-TYPE - SYNTAX Integer32 - UNITS "dB" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The best SNR value seen from the Portal so far. - (Remember that +30dBm SNR is better than +20dBm). - - This value does not make sense when ccPortalSigStatsNumPkts - equals to 0." - ::= { ccPortalSigStatsEntry 16 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.9 - ccPortalSumStatsShortTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcPortalSumStatsShortEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Averages and rates calculated over the SHORT window for - each Portal." - ::= { ccPortalRfSum 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.9.1 - ccPortalSumStatsShortEntry OBJECT-TYPE - SYNTAX CcPortalSumStatsShortEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccPortalIndex } - ::= { ccPortalSumStatsShortTable 1 } - - - CcPortalSumStatsShortEntry ::= - SEQUENCE { - ccPortalSumStatsShortTimestamp - TimeTicks, - ccPortalSumStatsShortNumPkts - Unsigned32, - ccPortalSumStatsShortPktsPerSec100 - ScaleBy100, - ccPortalSumStatsShortPktsPerSecTx100 - ScaleBy100, - ccPortalSumStatsShortPktsPerSecRx100 - ScaleBy100, - ccPortalSumStatsShortThroughput - Unsigned32, - ccPortalSumStatsShortThroughputTx - Unsigned32, - ccPortalSumStatsShortThroughputRx - Unsigned32, - ccPortalSumStatsShortAvgBitSpeed - Unsigned32, - ccPortalSumStatsShortAvgMuSignal - Integer32, - ccPortalSumStatsShortAvgMuNoise - Integer32, - ccPortalSumStatsShortAvgMuSnr - Integer32, - ccPortalSumStatsShortPp10kNUcastPkts - PartsPer10k, - ccPortalSumStatsShortPp10kTxWithRetries - PartsPer10k, - ccPortalSumStatsShortPp10kTxMaxRetries - PartsPer10k, - ccPortalSumStatsShortTxAvgRetries100 - ScaleBy100, - ccPortalSumStatsShortPp10kRxUndecrypt - PartsPer10k, - ccPortalSumStatsShortTotalMus - Unsigned32, - ccPortalSumStatsShortPp10kRfUtil - PartsPer10k - } - - -- 1.3.6.1.4.1.388.11.2.4.2.100.9.1.1 - ccPortalSumStatsShortTimestamp OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Snapshot of sysUpTime as of the END of the 'window' of - time that this entry of values represents." - ::= { ccPortalSumStatsShortEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.9.1.2 - ccPortalSumStatsShortNumPkts OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "packets" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of packets used to calculate the statistics in - this window." - ::= { ccPortalSumStatsShortEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.9.1.3 - ccPortalSumStatsShortPktsPerSec100 OBJECT-TYPE - SYNTAX ScaleBy100 - UNITS "pkts per sec x100" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Packets per second as averaged over the 'window'. - - For transmitted packets, each packet sucessfully sent - counts as 1, (not N, where N is the number of retries). - - Since SNMP does not convey decimal values, the result - is multiplied by 100." - ::= { ccPortalSumStatsShortEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.9.1.4 - ccPortalSumStatsShortPktsPerSecTx100 OBJECT-TYPE - SYNTAX ScaleBy100 - UNITS "pkts per sec x100" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Packets per second TX as averaged over the 'window'. - - Each packet sucessfully sent counts as 1, (not N, where N - is the number of retries). - - Since SNMP does not convey decimal values, the result - is multiplied by 100." - ::= { ccPortalSumStatsShortEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.9.1.5 - ccPortalSumStatsShortPktsPerSecRx100 OBJECT-TYPE - SYNTAX ScaleBy100 - UNITS "pkts per sec x100" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Packets per second RX as averaged over the 'window'. - - Since SNMP does not convey decimal values, the result - is multiplied by 100." - ::= { ccPortalSumStatsShortEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.9.1.6 - ccPortalSumStatsShortThroughput OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "bits per second" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Actual number of bits sent and received over the window, - divided by the number of seconds in the window. - - For transmitted packets, each packet sucessfully sent - counts as 1, (not N, where N is the number of retries)." - ::= { ccPortalSumStatsShortEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.9.1.7 - ccPortalSumStatsShortThroughputTx OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "bits per second" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Actual number of bits TX over the window, - divided by the number of seconds in the window. - - Each packet sucessfully sent counts as 1, (not N, where N - is the number of retries)." - ::= { ccPortalSumStatsShortEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.9.1.8 - ccPortalSumStatsShortThroughputRx OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "bits per second" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Actual number of bits RX over the window, - divided by the number of seconds in the window." - ::= { ccPortalSumStatsShortEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.9.1.9 - ccPortalSumStatsShortAvgBitSpeed OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "bits per second" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "An octet-weighted average of the speeds of all packets - sent/received. (For each possible speed, multiply the - number of octets sent/received by that speed; divide the - sum by the total number of octets; multiply by 8). - - For transmitted packets, each packet sucessfully sent - counts as 1, (not N, where N is the number of retries). - - This can be said in more plain english as: the average - bit-speed at which packets were sent/received." - ::= { ccPortalSumStatsShortEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.9.1.10 - ccPortalSumStatsShortAvgMuSignal OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The average of all signal values over the window. - - NOTE: dBm are normally negative. Here the NEGATIVE values - are reported as POSITIVE values. PO" - ::= { ccPortalSumStatsShortEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.9.1.11 - ccPortalSumStatsShortAvgMuNoise OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The average of all noise values over the window." - ::= { ccPortalSumStatsShortEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.9.1.12 - ccPortalSumStatsShortAvgMuSnr OBJECT-TYPE - SYNTAX Integer32 - UNITS "dB" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The average of all SNR values over the window." - ::= { ccPortalSumStatsShortEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.9.1.13 - ccPortalSumStatsShortPp10kNUcastPkts OBJECT-TYPE - SYNTAX PartsPer10k - UNITS "parts-per-10000" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Ratio of packets that were NOT unicast. - - Expressed as parts-per-10000. - " - ::= { ccPortalSumStatsShortEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.9.1.14 - ccPortalSumStatsShortPp10kTxWithRetries OBJECT-TYPE - SYNTAX PartsPer10k - UNITS "parts-per-10000" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Ratio of TX packets that experienced one or more retries. - - Expressed as parts-per-10000. - " - ::= { ccPortalSumStatsShortEntry 14 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.9.1.15 - ccPortalSumStatsShortPp10kTxMaxRetries OBJECT-TYPE - SYNTAX PartsPer10k - UNITS "parts-per-10000" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Ratio of TX packets that were dropped due to excessive. - - Expressed as parts-per-10000. - " - ::= { ccPortalSumStatsShortEntry 15 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.9.1.16 - ccPortalSumStatsShortTxAvgRetries100 OBJECT-TYPE - SYNTAX ScaleBy100 - UNITS "average x100" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "For all transmit packets (those that experienced some - retries, those that were successfully transmitted with - only 1 transmission, and those that attempted max times - and gave-up), the average number of RE-transmission - attempts. - - Said another (though identical) way: the sum of all - tranmission attempts divided by the number of unique - packets attempted to be sent. - - Since SNMP does not convey decimal values, the result - above is multiplied by 100. - - If there were no RE-transmissions, this value would be 0. - If every single packet required exactly two tranmissions, - this value would be 100, (representing 1.00)." - ::= { ccPortalSumStatsShortEntry 16 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.9.1.17 - ccPortalSumStatsShortPp10kRxUndecrypt OBJECT-TYPE - SYNTAX PartsPer10k - UNITS "parts-per-10000" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Ratio of RX packets that were undecryptable. - - Expressed as parts-per-10000. - " - ::= { ccPortalSumStatsShortEntry 17 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.9.1.18 - ccPortalSumStatsShortTotalMus OBJECT-TYPE - SYNTAX Unsigned32 (0..100) - UNITS "number of MUs" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The total number of MUs associated to the given Portal." - ::= { ccPortalSumStatsShortEntry 18 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.9.1.19 - ccPortalSumStatsShortPp10kRfUtil OBJECT-TYPE - SYNTAX PartsPer10k - UNITS "parts-per-10000" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The approximate utilization of the Portal's RF port. - Calculated as Throughput divided by AvgBitSpeed. - - Expressed as parts-per-10000. - " - ::= { ccPortalSumStatsShortEntry 19 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.10 - ccPortalSumStatsLongTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcPortalSumStatsLongEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Averages and rates calculated over the LONG window for - each Portal. - - (Refer to ccPortalSumStatsShortTable for descriptions)." - ::= { ccPortalRfSum 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.10.1 - ccPortalSumStatsLongEntry OBJECT-TYPE - SYNTAX CcPortalSumStatsLongEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccPortalIndex } - ::= { ccPortalSumStatsLongTable 1 } - - - CcPortalSumStatsLongEntry ::= - SEQUENCE { - ccPortalSumStatsLongTimestamp - TimeTicks, - ccPortalSumStatsLongNumPkts - Unsigned32, - ccPortalSumStatsLongPktsPerSec100 - ScaleBy100, - ccPortalSumStatsLongPktsPerSecTx100 - ScaleBy100, - ccPortalSumStatsLongPktsPerSecRx100 - ScaleBy100, - ccPortalSumStatsLongThroughput - Unsigned32, - ccPortalSumStatsLongThroughputTx - Unsigned32, - ccPortalSumStatsLongThroughputRx - Unsigned32, - ccPortalSumStatsLongAvgBitSpeed - Unsigned32, - ccPortalSumStatsLongAvgMuSignal - Integer32, - ccPortalSumStatsLongAvgMuNoise - Integer32, - ccPortalSumStatsLongAvgMuSnr - Integer32, - ccPortalSumStatsLongPp10kNUcastPkts - PartsPer10k, - ccPortalSumStatsLongPp10kTxWithRetries - PartsPer10k, - ccPortalSumStatsLongPp10kTxMaxRetries - PartsPer10k, - ccPortalSumStatsLongTxAvgRetries100 - ScaleBy100, - ccPortalSumStatsLongPp10kRxUndecrypt - PartsPer10k, - ccPortalSumStatsLongTotalMus - Unsigned32, - ccPortalSumStatsLongPp10kRfUtil - PartsPer10k - } - - -- 1.3.6.1.4.1.388.11.2.4.2.100.10.1.1 - ccPortalSumStatsLongTimestamp OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccPortalSumStatsLongEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.10.1.2 - ccPortalSumStatsLongNumPkts OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "packets" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccPortalSumStatsLongEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.10.1.3 - ccPortalSumStatsLongPktsPerSec100 OBJECT-TYPE - SYNTAX ScaleBy100 - UNITS "pkts per sec x100" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccPortalSumStatsLongEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.10.1.4 - ccPortalSumStatsLongPktsPerSecTx100 OBJECT-TYPE - SYNTAX ScaleBy100 - UNITS "pkts per sec x100" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccPortalSumStatsLongEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.10.1.5 - ccPortalSumStatsLongPktsPerSecRx100 OBJECT-TYPE - SYNTAX ScaleBy100 - UNITS "pkts per sec x100" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccPortalSumStatsLongEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.10.1.6 - ccPortalSumStatsLongThroughput OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "bits per second" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccPortalSumStatsLongEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.10.1.7 - ccPortalSumStatsLongThroughputTx OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "bits per second" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccPortalSumStatsLongEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.10.1.8 - ccPortalSumStatsLongThroughputRx OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "bits per second" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccPortalSumStatsLongEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.10.1.9 - ccPortalSumStatsLongAvgBitSpeed OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "bits per second" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccPortalSumStatsLongEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.10.1.10 - ccPortalSumStatsLongAvgMuSignal OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccPortalSumStatsLongEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.10.1.11 - ccPortalSumStatsLongAvgMuNoise OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccPortalSumStatsLongEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.10.1.12 - ccPortalSumStatsLongAvgMuSnr OBJECT-TYPE - SYNTAX Integer32 - UNITS "dB" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccPortalSumStatsLongEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.10.1.13 - ccPortalSumStatsLongPp10kNUcastPkts OBJECT-TYPE - SYNTAX PartsPer10k - UNITS "parts-per-10000" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccPortalSumStatsLongEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.10.1.14 - ccPortalSumStatsLongPp10kTxWithRetries OBJECT-TYPE - SYNTAX PartsPer10k - UNITS "parts-per-10000" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccPortalSumStatsLongEntry 14 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.10.1.15 - ccPortalSumStatsLongPp10kTxMaxRetries OBJECT-TYPE - SYNTAX PartsPer10k - UNITS "parts-per-10000" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccPortalSumStatsLongEntry 15 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.10.1.16 - ccPortalSumStatsLongTxAvgRetries100 OBJECT-TYPE - SYNTAX ScaleBy100 - UNITS "average x100" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccPortalSumStatsLongEntry 16 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.10.1.17 - ccPortalSumStatsLongPp10kRxUndecrypt OBJECT-TYPE - SYNTAX PartsPer10k - UNITS "parts-per-10000" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccPortalSumStatsLongEntry 17 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.10.1.18 - ccPortalSumStatsLongTotalMus OBJECT-TYPE - SYNTAX Unsigned32 (0..100) - UNITS "number of MUs" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccPortalSumStatsLongEntry 18 } - - - -- 1.3.6.1.4.1.388.11.2.4.2.100.10.1.19 - ccPortalSumStatsLongPp10kRfUtil OBJECT-TYPE - SYNTAX PartsPer10k - UNITS "parts-per-10000" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccPortalSumStatsLongEntry 19 } - - --- This group contains MIB values that describe the --- MUs (Mobile Units) currently associated with each --- Portal adopted by this WS2000. - -- 1.3.6.1.4.1.388.11.2.4.3 - ccAssociation OBJECT IDENTIFIER ::= { ccRf 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.3.1 - ccAssociationTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcAssociationEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table contains one entry for each Portal-MU - association." - ::= { ccAssociation 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.3.1.1 - ccAssociationEntry OBJECT-TYPE - SYNTAX CcAssociationEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccPortalIndex, ccMuMac } - ::= { ccAssociationTable 1 } - - - CcAssociationEntry ::= - SEQUENCE { - ccAssociationFirstAssociate - TimeTicks, - ccAssociationLastAssociate - TimeTicks, - ccAssociationCountAssociates - Counter32 - } - - -- 1.3.6.1.4.1.388.11.2.4.3.1.1.1 - ccAssociationFirstAssociate OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A snapshot of the switch's sysUpTime at the time - of the first time this MU associated to this - Portal." - ::= { ccAssociationEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.3.1.1.2 - ccAssociationLastAssociate OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A snapshot of the switch's sysUpTime at the time - of the time this MU most recently associated to - this Portal." - ::= { ccAssociationEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.3.1.1.3 - ccAssociationCountAssociates OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A count of the total number of times this MU has - associated to this Portal." - ::= { ccAssociationEntry 3 } - - --- This group contains MIB values that describe the --- MUs (Mobile Units) known to this WS2000. - -- 1.3.6.1.4.1.388.11.2.4.4 - ccMus OBJECT IDENTIFIER ::= { ccRf 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.1 - ccMuInfoTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcMuInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table describes general information about - each MU serviced by the switch." - ::= { ccMus 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.1.1 - ccMuInfoEntry OBJECT-TYPE - SYNTAX CcMuInfoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccMuMac } - ::= { ccMuInfoTable 1 } - - - CcMuInfoEntry ::= - SEQUENCE { - ccMuMac - PhysAddress, - ccMuWlanIndex - Integer32, - ccMuWlanName - DisplayString, - ccMuIsDataReady - TruthValue, - ccMuPortalIndex - Integer32, - ccMuPortalMac - PhysAddress, - ccMuSymbolRogueApEna - TruthValue, - ccMuIpAddr - IpAddress, - ccMuType - INTEGER, - ccMuRadioType - RadioType, - ccMuSupportedRates - BITS, - ccMuPowerMode - INTEGER, - ccMuAuthenticationMethod - INTEGER, - ccMuEncryptionMethod - INTEGER, - ccMuVlanId - Unsigned32 - } - - -- 1.3.6.1.4.1.388.11.2.4.4.1.1.1 - ccMuMac OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "MAC address of the MU." - ::= { ccMuInfoEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.1.1.2 - ccMuWlanIndex OBJECT-TYPE - SYNTAX Integer32 (0..63) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "(Reserved for future implementation)." - ::= { ccMuInfoEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.1.1.3 - ccMuWlanName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The name of the WLAN this MU is associated to." - ::= { ccMuInfoEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.1.1.4 - ccMuIsDataReady OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This value is true if the WS2000 is ready to - forward/switch packets to/from this MU, - (internally called the 'data ready' state). - Otherwise this value is false." - ::= { ccMuInfoEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.1.1.5 - ccMuPortalIndex OBJECT-TYPE - SYNTAX Integer32 (0..63) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The index of the entry in the PortalTable to - which this MU is associated." - ::= { ccMuInfoEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.1.1.6 - ccMuPortalMac OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The MAC address of the Portal to which this MU is - associated." - ::= { ccMuInfoEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.1.1.7 - ccMuSymbolRogueApEna OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "If true, this MU supports Symbol's Rogue AP - detection assist algorithm." - ::= { ccMuInfoEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.1.1.8 - ccMuIpAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "IP address of the MU." - ::= { ccMuInfoEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.1.1.9 - ccMuType OBJECT-TYPE - SYNTAX INTEGER - { - data(1), - voice(2), - accessPoint(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Type of the MU." - ::= { ccMuInfoEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.1.1.10 - ccMuRadioType OBJECT-TYPE - SYNTAX RadioType - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Radio type of the MU." - ::= { ccMuInfoEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.1.1.11 - ccMuSupportedRates OBJECT-TYPE - SYNTAX BITS - { - supports1Mb(0), - supports2Mb(1), - supports5dot5Mb(2), - supports6Mb(3), - supports9Mb(4), - supports11Mb(5), - supports12Mb(6), - supports18Mb(7), - supports22Mb(8), - supports24Mb(9), - supports36Mb(10), - supports48Mb(11), - supports54Mb(12) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A bit-mask of rates supported by this MU." - ::= { ccMuInfoEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.1.1.12 - ccMuPowerMode OBJECT-TYPE - SYNTAX INTEGER - { - continuousAccessMode(1), - powerSavePolling(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Power-mode implemented by the MU. - - A MU's status will constantly switch between PSP and - CAM mode when it is in PSP mode. - " - ::= { ccMuInfoEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.1.1.13 - ccMuAuthenticationMethod OBJECT-TYPE - SYNTAX INTEGER - { - none(1), - eap802dot1x(2), - kerberos(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Authentication method implemented by the MU." - ::= { ccMuInfoEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.1.1.14 - ccMuEncryptionMethod OBJECT-TYPE - SYNTAX INTEGER - { - none(1), - wep40(2), - wep128(3), - keyGuardMCM(4), - wpaTKIP(5), - wpa2AesCcmp(6) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Encryption method implemented by the MU." - ::= { ccMuInfoEntry 14 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.1.1.15 - ccMuVlanId OBJECT-TYPE - SYNTAX Unsigned32 (1..31) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The VLAN that this MU is assigned to. - " - ::= { ccMuInfoEntry 15 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.2 - ccMuStatsTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcMuStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table describes general statistics about - packets sent/recieved via each MU serviced by the switch." - ::= { ccMus 2 } --- All - - -- 1.3.6.1.4.1.388.11.2.4.4.2.1 - ccMuStatsEntry OBJECT-TYPE - SYNTAX CcMuStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccMuMac } - ::= { ccMuStatsTable 1 } - - - CcMuStatsEntry ::= - SEQUENCE { - ccMuTxPktsUcast - Counter32, - ccMuRxPktsUcast - Counter32, - ccMuRxPktsNUcast - Counter32, - ccMuTxOctetsUcast - Counter32, - ccMuRxOctetsUcast - Counter32, - ccMuRxOctetsNUcast - Counter32, - ccMuRxUndecryptablePkts - Counter32, - ccMuRxRssiNumPkts - Counter32, - ccMuRxRssiSum - Counter32, - ccMuRxRssiSumSquares - Counter64, - ccMuRxRssiMostRecent - INTEGER, - ccMuLastActivity - TimeTicks - } - - -- 1.3.6.1.4.1.388.11.2.4.4.2.1.1 - ccMuTxPktsUcast OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of unicast packets sent." - ::= { ccMuStatsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.2.1.2 - ccMuRxPktsUcast OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of unicast packets received." - ::= { ccMuStatsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.2.1.3 - ccMuRxPktsNUcast OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS obsolete - DESCRIPTION - "Count of non-unicast (broadcast & multicast) - packets received." - ::= { ccMuStatsEntry 3 } --- This value existed in WS2000 v1.0, but never incremented --- from 0. This variable should never have been defined, --- since there is no such thing as a non-unicast packet --- moving from a MU to a Portal, (Rx at the Portal). - - -- 1.3.6.1.4.1.388.11.2.4.4.2.1.4 - ccMuTxOctetsUcast OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of unicast octets sent." - ::= { ccMuStatsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.2.1.5 - ccMuRxOctetsUcast OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of unicast octets received." - ::= { ccMuStatsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.2.1.6 - ccMuRxOctetsNUcast OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS obsolete - DESCRIPTION - "Count of non-unicast (broadcast & multicast) - octets received." - ::= { ccMuStatsEntry 6 } --- This value existed in WS2000 v1.0, but never incremented --- from 0. This variable should never have been defined, --- since there is no such thing as a non-unicast packet --- moving from a MU to a Portal, (Rx at the Portal). - - -- 1.3.6.1.4.1.388.11.2.4.4.2.1.7 - ccMuRxUndecryptablePkts OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of packets received that could - not be decrypted." - ::= { ccMuStatsEntry 7 } - - --- This value is duplicated by ccMuSigStatsNumPkts, but this --- one is retained for backwards-compatibility. - -- 1.3.6.1.4.1.388.11.2.4.4.2.1.8 - ccMuRxRssiNumPkts OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Total RSSI packets received." - ::= { ccMuStatsEntry 8 } - - --- This value is duplicated by ccMuSigStatsRssiSum, but this --- one is retained for backwards-compatibility. - -- 1.3.6.1.4.1.388.11.2.4.4.2.1.9 - ccMuRxRssiSum OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A running sum of all RSSI values calculated by the - switch for packets." - ::= { ccMuStatsEntry 9 } - - --- This value is duplicated by ccMuSigStatsRssiSumSquares, --- but this one is retained for backwards-compatibility. - -- 1.3.6.1.4.1.388.11.2.4.4.2.1.10 - ccMuRxRssiSumSquares OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A sum of the squares of each RSSI value calculated - for packets received. - - This value is never negative." - ::= { ccMuStatsEntry 10 } - - --- This value is duplicated by ccMuSigStatsRssiMostRecent, --- but this one is retained for backwards-compatibility. --- --- ??-CM: this should be Uint32 - would chaning this be an --- incompatible change? Any diff on wire Int32 vs Unit32 ? - -- 1.3.6.1.4.1.388.11.2.4.4.2.1.11 - ccMuRxRssiMostRecent OBJECT-TYPE - SYNTAX INTEGER (0..255) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The best RSSI value seen so far. - (Remember that -80dBm Noise is better than -70dBm). - - This value does not make sense when ccMuRxRssiNumPkts - equals to 0." - ::= { ccMuStatsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.2.1.12 - ccMuLastActivity OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A snapshot of the switch's sysUpTime at the time - of the last activity (packet sent or received)." - ::= { ccMuStatsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.3 - ccMuRxPktsTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcMuRxPktsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "For each MU serviced by the switch, this table - describes counts of packets received at each - possible speed, (1Mb, 2Mb, 5.5Mb, 6Mb...)." - ::= { ccMus 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.3.1 - ccMuRxPktsEntry OBJECT-TYPE - SYNTAX CcMuRxPktsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccMuMac } - ::= { ccMuRxPktsTable 1 } - - - CcMuRxPktsEntry ::= - SEQUENCE { - ccMuRxPktsAt1Mb - Counter32, - ccMuRxPktsAt2Mb - Counter32, - ccMuRxPktsAt5pt5Mb - Counter32, - ccMuRxPktsAt6Mb - Counter32, - ccMuRxPktsAt9Mb - Counter32, - ccMuRxPktsAt11Mb - Counter32, - ccMuRxPktsAt12Mb - Counter32, - ccMuRxPktsAt18Mb - Counter32, - ccMuRxPktsAt22Mb - Counter32, - ccMuRxPktsAt24Mb - Counter32, - ccMuRxPktsAt36Mb - Counter32, - ccMuRxPktsAt48Mb - Counter32, - ccMuRxPktsAt54Mb - Counter32 - } - - -- 1.3.6.1.4.1.388.11.2.4.4.3.1.1 - ccMuRxPktsAt1Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received at 1 Mb." - ::= { ccMuRxPktsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.3.1.2 - ccMuRxPktsAt2Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received at 2 Mb." - ::= { ccMuRxPktsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.3.1.3 - ccMuRxPktsAt5pt5Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received at 5.5 Mb." - ::= { ccMuRxPktsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.3.1.4 - ccMuRxPktsAt6Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received at 6 Mb." - ::= { ccMuRxPktsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.3.1.5 - ccMuRxPktsAt9Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received at 9 Mb." - ::= { ccMuRxPktsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.3.1.6 - ccMuRxPktsAt11Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received at 11 Mb." - ::= { ccMuRxPktsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.3.1.7 - ccMuRxPktsAt12Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received at 12 Mb." - ::= { ccMuRxPktsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.3.1.8 - ccMuRxPktsAt18Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received at 18 Mb." - ::= { ccMuRxPktsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.3.1.9 - ccMuRxPktsAt22Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received at 22 Mb." - ::= { ccMuRxPktsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.3.1.10 - ccMuRxPktsAt24Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received at 24 Mb." - ::= { ccMuRxPktsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.3.1.11 - ccMuRxPktsAt36Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received at 36 Mb." - ::= { ccMuRxPktsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.3.1.12 - ccMuRxPktsAt48Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received at 48 Mb." - ::= { ccMuRxPktsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.3.1.13 - ccMuRxPktsAt54Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received at 54 Mb." - ::= { ccMuRxPktsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.4 - ccMuTxPktsTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcMuTxPktsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "For each MU serviced by the switch, this table - describes counts of packets transmitted at each - possible speed, (1Mb, 2Mb, 5.5Mb, 6Mb...)." - ::= { ccMus 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.4.1 - ccMuTxPktsEntry OBJECT-TYPE - SYNTAX CcMuTxPktsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccMuMac } - ::= { ccMuTxPktsTable 1 } - - - CcMuTxPktsEntry ::= - SEQUENCE { - ccMuTxPktsAt1Mb - Counter32, - ccMuTxPktsAt2Mb - Counter32, - ccMuTxPktsAt5pt5Mb - Counter32, - ccMuTxPktsAt6Mb - Counter32, - ccMuTxPktsAt9Mb - Counter32, - ccMuTxPktsAt11Mb - Counter32, - ccMuTxPktsAt12Mb - Counter32, - ccMuTxPktsAt18Mb - Counter32, - ccMuTxPktsAt22Mb - Counter32, - ccMuTxPktsAt24Mb - Counter32, - ccMuTxPktsAt36Mb - Counter32, - ccMuTxPktsAt48Mb - Counter32, - ccMuTxPktsAt54Mb - Counter32 - } - - -- 1.3.6.1.4.1.388.11.2.4.4.4.1.1 - ccMuTxPktsAt1Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted at 1 Mb." - ::= { ccMuTxPktsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.4.1.2 - ccMuTxPktsAt2Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted at 2 Mb." - ::= { ccMuTxPktsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.4.1.3 - ccMuTxPktsAt5pt5Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted at 5.5 Mb." - ::= { ccMuTxPktsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.4.1.4 - ccMuTxPktsAt6Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted at 6 Mb." - ::= { ccMuTxPktsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.4.1.5 - ccMuTxPktsAt9Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted at 9 Mb." - ::= { ccMuTxPktsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.4.1.6 - ccMuTxPktsAt11Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted at 11 Mb." - ::= { ccMuTxPktsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.4.1.7 - ccMuTxPktsAt12Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted at 12 Mb." - ::= { ccMuTxPktsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.4.1.8 - ccMuTxPktsAt18Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted at 18 Mb." - ::= { ccMuTxPktsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.4.1.9 - ccMuTxPktsAt22Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted at 22 Mb." - ::= { ccMuTxPktsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.4.1.10 - ccMuTxPktsAt24Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted at 24 Mb." - ::= { ccMuTxPktsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.4.1.11 - ccMuTxPktsAt36Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted at 36 Mb." - ::= { ccMuTxPktsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.4.1.12 - ccMuTxPktsAt48Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted at 48 Mb." - ::= { ccMuTxPktsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.4.1.13 - ccMuTxPktsAt54Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted at 54 Mb." - ::= { ccMuTxPktsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.5 - ccMuRxOctetsTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcMuRxOctetsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "For each MU serviced by this switch, this table - describes counts of octets received at each - possible speed, (1Mb, 2Mb, 5.5Mb, 6Mb...)." - ::= { ccMus 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.5.1 - ccMuRxOctetsEntry OBJECT-TYPE - SYNTAX CcMuRxOctetsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccMuMac } - ::= { ccMuRxOctetsTable 1 } - - - CcMuRxOctetsEntry ::= - SEQUENCE { - ccMuRxOctetsAt1Mb - Counter32, - ccMuRxOctetsAt2Mb - Counter32, - ccMuRxOctetsAt5pt5Mb - Counter32, - ccMuRxOctetsAt6Mb - Counter32, - ccMuRxOctetsAt9Mb - Counter32, - ccMuRxOctetsAt11Mb - Counter32, - ccMuRxOctetsAt12Mb - Counter32, - ccMuRxOctetsAt18Mb - Counter32, - ccMuRxOctetsAt22Mb - Counter32, - ccMuRxOctetsAt24Mb - Counter32, - ccMuRxOctetsAt36Mb - Counter32, - ccMuRxOctetsAt48Mb - Counter32, - ccMuRxOctetsAt54Mb - Counter32 - } - - -- 1.3.6.1.4.1.388.11.2.4.4.5.1.1 - ccMuRxOctetsAt1Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received at 1 Mb." - ::= { ccMuRxOctetsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.5.1.2 - ccMuRxOctetsAt2Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received at 2 Mb." - ::= { ccMuRxOctetsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.5.1.3 - ccMuRxOctetsAt5pt5Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received at 5.5 Mb." - ::= { ccMuRxOctetsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.5.1.4 - ccMuRxOctetsAt6Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received at 6 Mb." - ::= { ccMuRxOctetsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.5.1.5 - ccMuRxOctetsAt9Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received at 9 Mb." - ::= { ccMuRxOctetsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.5.1.6 - ccMuRxOctetsAt11Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received at 11 Mb." - ::= { ccMuRxOctetsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.5.1.7 - ccMuRxOctetsAt12Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received at 12 Mb." - ::= { ccMuRxOctetsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.5.1.8 - ccMuRxOctetsAt18Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received at 18 Mb." - ::= { ccMuRxOctetsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.5.1.9 - ccMuRxOctetsAt22Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received at 22 Mb." - ::= { ccMuRxOctetsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.5.1.10 - ccMuRxOctetsAt24Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received at 24 Mb." - ::= { ccMuRxOctetsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.5.1.11 - ccMuRxOctetsAt36Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received at 36 Mb." - ::= { ccMuRxOctetsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.5.1.12 - ccMuRxOctetsAt48Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received at 48 Mb." - ::= { ccMuRxOctetsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.5.1.13 - ccMuRxOctetsAt54Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received at 54 Mb." - ::= { ccMuRxOctetsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.6 - ccMuTxOctetsTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcMuTxOctetsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "For each MU serviced by this switch, this table - describes counts of octets transmitted at each - possible speed, (1Mb, 2Mb, 5.5Mb, 6Mb...)." - ::= { ccMus 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.6.1 - ccMuTxOctetsEntry OBJECT-TYPE - SYNTAX CcMuTxOctetsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccMuMac } - ::= { ccMuTxOctetsTable 1 } - - - CcMuTxOctetsEntry ::= - SEQUENCE { - ccMuTxOctetsAt1Mb - Counter32, - ccMuTxOctetsAt2Mb - Counter32, - ccMuTxOctetsAt5pt5Mb - Counter32, - ccMuTxOctetsAt6Mb - Counter32, - ccMuTxOctetsAt9Mb - Counter32, - ccMuTxOctetsAt11Mb - Counter32, - ccMuTxOctetsAt12Mb - Counter32, - ccMuTxOctetsAt18Mb - Counter32, - ccMuTxOctetsAt22Mb - Counter32, - ccMuTxOctetsAt24Mb - Counter32, - ccMuTxOctetsAt36Mb - Counter32, - ccMuTxOctetsAt48Mb - Counter32, - ccMuTxOctetsAt54Mb - Counter32 - } - - -- 1.3.6.1.4.1.388.11.2.4.4.6.1.1 - ccMuTxOctetsAt1Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted at 1 Mb." - ::= { ccMuTxOctetsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.6.1.2 - ccMuTxOctetsAt2Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted at 2 Mb." - ::= { ccMuTxOctetsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.6.1.3 - ccMuTxOctetsAt5pt5Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted at 5.5 Mb." - ::= { ccMuTxOctetsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.6.1.4 - ccMuTxOctetsAt6Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted at 6 Mb." - ::= { ccMuTxOctetsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.6.1.5 - ccMuTxOctetsAt9Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted at 9 Mb." - ::= { ccMuTxOctetsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.6.1.6 - ccMuTxOctetsAt11Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted at 11 Mb." - ::= { ccMuTxOctetsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.6.1.7 - ccMuTxOctetsAt12Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted at 12 Mb." - ::= { ccMuTxOctetsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.6.1.8 - ccMuTxOctetsAt18Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted at 18 Mb." - ::= { ccMuTxOctetsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.6.1.9 - ccMuTxOctetsAt22Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted at 22 Mb." - ::= { ccMuTxOctetsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.6.1.10 - ccMuTxOctetsAt24Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted at 24 Mb." - ::= { ccMuTxOctetsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.6.1.11 - ccMuTxOctetsAt36Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted at 36 Mb." - ::= { ccMuTxOctetsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.6.1.12 - ccMuTxOctetsAt48Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted at 48 Mb." - ::= { ccMuTxOctetsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.6.1.13 - ccMuTxOctetsAt54Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted at 54 Mb." - ::= { ccMuTxOctetsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.7 - ccMuTxRetriesTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcMuTxRetriesEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "For each MU serviced by the switch, this table describes - counts of the number of packets affected by transmit - retries, (no retries, 1 retry, 2 retries,... gave-up)." - ::= { ccMus 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.7.1 - ccMuTxRetriesEntry OBJECT-TYPE - SYNTAX CcMuTxRetriesEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccMuMac } - ::= { ccMuTxRetriesTable 1 } - - - CcMuTxRetriesEntry ::= - SEQUENCE { - ccMuTxRetriesNone - Counter32, - ccMuTxRetries01 - Counter32, - ccMuTxRetries02 - Counter32, - ccMuTxRetries03 - Counter32, - ccMuTxRetries04 - Counter32, - ccMuTxRetries05 - Counter32, - ccMuTxRetries06 - Counter32, - ccMuTxRetries07 - Counter32, - ccMuTxRetries08 - Counter32, - ccMuTxRetries09 - Counter32, - ccMuTxRetries10 - Counter32, - ccMuTxRetries11 - Counter32, - ccMuTxRetries12 - Counter32, - ccMuTxRetries13 - Counter32, - ccMuTxRetries14 - Counter32, - ccMuTxRetries15 - Counter32, - ccMuTxRetriesFailed - Counter32, - ccMuTxRetriesTotal - Counter32, - ccMuTxRetriesMostRecent - INTEGER - } - - -- 1.3.6.1.4.1.388.11.2.4.4.7.1.1 - ccMuTxRetriesNone OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted with no retries." - ::= { ccMuTxRetriesEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.7.1.2 - ccMuTxRetries01 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted with exactly 1 retries." - ::= { ccMuTxRetriesEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.7.1.3 - ccMuTxRetries02 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted with exactly 2 retries." - ::= { ccMuTxRetriesEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.7.1.4 - ccMuTxRetries03 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted with exactly 3 retries." - ::= { ccMuTxRetriesEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.7.1.5 - ccMuTxRetries04 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted with exactly 4 retries." - ::= { ccMuTxRetriesEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.7.1.6 - ccMuTxRetries05 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted with exactly 5 retries." - ::= { ccMuTxRetriesEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.7.1.7 - ccMuTxRetries06 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted with exactly 6 retries." - ::= { ccMuTxRetriesEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.7.1.8 - ccMuTxRetries07 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted with exactly 7 retries." - ::= { ccMuTxRetriesEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.7.1.9 - ccMuTxRetries08 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted with exactly 8 retries." - ::= { ccMuTxRetriesEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.7.1.10 - ccMuTxRetries09 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted with exactly 9 retries." - ::= { ccMuTxRetriesEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.7.1.11 - ccMuTxRetries10 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted with exactly 10 retries." - ::= { ccMuTxRetriesEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.7.1.12 - ccMuTxRetries11 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted with exactly 11 retries." - ::= { ccMuTxRetriesEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.7.1.13 - ccMuTxRetries12 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted with exactly 12 retries." - ::= { ccMuTxRetriesEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.7.1.14 - ccMuTxRetries13 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted with exactly 13 retries." - ::= { ccMuTxRetriesEntry 14 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.7.1.15 - ccMuTxRetries14 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted with exactly 14 retries." - ::= { ccMuTxRetriesEntry 15 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.7.1.16 - ccMuTxRetries15 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted with exactly 15 retries." - ::= { ccMuTxRetriesEntry 16 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.7.1.17 - ccMuTxRetriesFailed OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts that never were successfully - transmitted to because the max retry count was exceeded." - ::= { ccMuTxRetriesEntry 17 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.7.1.18 - ccMuTxRetriesTotal OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A total sum of all retries across all packets sent - to this MU. - - For example, if 4 packets have been sent, with the - following number of retires: 2, 0, 5, gave-up, - this value would be 2+0+5+16 = 23." - ::= { ccMuTxRetriesEntry 18 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.7.1.19 - ccMuTxRetriesMostRecent OBJECT-TYPE - SYNTAX INTEGER (0..16) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Most recent retry done by MU." - ::= { ccMuTxRetriesEntry 19 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.8 - ccMuLastMac OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This scalar records the MAC address of the most - recent MU to be Adopted, UnAdopted, or Denied." - ::= { ccMus 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.9 - ccMuLastReason OBJECT-TYPE - SYNTAX INTEGER - { - success(1), - aclViolation(2), - timeout(3), - associationFailed(4), - authenticationFailedOn802dot1x(5), - kerberosWrongUsername(6) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This value notes the reason for the most-recent - MU UnAdoption or Denial. - - Enum item associationFailed indicates that a key - association field was missing, or a mismatch of - supported rates, etc." - ::= { ccMus 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.10 - ccMuLastPortal OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This value notes the reason for the most-recent - MU UnAdoption or Denial." - ::= { ccMus 10 } - - --- !!- OID: .100 --- --- (This group would have contained all the stats tables, --- except that they were located above, before I created --- matching groups and tables in ccPortal and ccWlan). - -- 1.3.6.1.4.1.388.11.2.4.4.100 - ccMuRfSum OBJECT IDENTIFIER ::= { ccMus 100 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.1 - ccMuTxRetriesOctetsTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcMuTxRetriesOctetsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "For each MU serviced by the switch, this table describes - counts of the number of octets affected by transmit - retries, (no retries, 1 retry, 2 retries,... gave-up)." - ::= { ccMuRfSum 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.1.1 - ccMuTxRetriesOctetsEntry OBJECT-TYPE - SYNTAX CcMuTxRetriesOctetsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccMuMac } - ::= { ccMuTxRetriesOctetsTable 1 } - - - CcMuTxRetriesOctetsEntry ::= - SEQUENCE { - ccMuTxRetriesOctetsNone - Counter32, - ccMuTxRetriesOctets01 - Counter32, - ccMuTxRetriesOctets02 - Counter32, - ccMuTxRetriesOctets03 - Counter32, - ccMuTxRetriesOctets04 - Counter32, - ccMuTxRetriesOctets05 - Counter32, - ccMuTxRetriesOctets06 - Counter32, - ccMuTxRetriesOctets07 - Counter32, - ccMuTxRetriesOctets08 - Counter32, - ccMuTxRetriesOctets09 - Counter32, - ccMuTxRetriesOctets10 - Counter32, - ccMuTxRetriesOctets11 - Counter32, - ccMuTxRetriesOctets12 - Counter32, - ccMuTxRetriesOctets13 - Counter32, - ccMuTxRetriesOctets14 - Counter32, - ccMuTxRetriesOctets15 - Counter32, - ccMuTxRetriesOctetsFailed - Counter32 - } - - -- 1.3.6.1.4.1.388.11.2.4.4.100.1.1.1 - ccMuTxRetriesOctetsNone OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted with no retries." - ::= { ccMuTxRetriesOctetsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.1.1.2 - ccMuTxRetriesOctets01 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted with exactly 1 retries." - ::= { ccMuTxRetriesOctetsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.1.1.3 - ccMuTxRetriesOctets02 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted with exactly 2 retries." - ::= { ccMuTxRetriesOctetsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.1.1.4 - ccMuTxRetriesOctets03 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted with exactly 3 retries." - ::= { ccMuTxRetriesOctetsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.1.1.5 - ccMuTxRetriesOctets04 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted with exactly 4 retries." - ::= { ccMuTxRetriesOctetsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.1.1.6 - ccMuTxRetriesOctets05 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted with exactly 5 retries." - ::= { ccMuTxRetriesOctetsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.1.1.7 - ccMuTxRetriesOctets06 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted with exactly 6 retries." - ::= { ccMuTxRetriesOctetsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.1.1.8 - ccMuTxRetriesOctets07 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted with exactly 7 retries." - ::= { ccMuTxRetriesOctetsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.1.1.9 - ccMuTxRetriesOctets08 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted with exactly 8 retries." - ::= { ccMuTxRetriesOctetsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.1.1.10 - ccMuTxRetriesOctets09 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted with exactly 9 retries." - ::= { ccMuTxRetriesOctetsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.1.1.11 - ccMuTxRetriesOctets10 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted with exactly 10 retries." - ::= { ccMuTxRetriesOctetsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.1.1.12 - ccMuTxRetriesOctets11 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted with exactly 11 retries." - ::= { ccMuTxRetriesOctetsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.1.1.13 - ccMuTxRetriesOctets12 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted with exactly 12 retries." - ::= { ccMuTxRetriesOctetsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.1.1.14 - ccMuTxRetriesOctets13 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted with exactly 13 retries." - ::= { ccMuTxRetriesOctetsEntry 14 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.1.1.15 - ccMuTxRetriesOctets14 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted with exactly 14 retries." - ::= { ccMuTxRetriesOctetsEntry 15 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.1.1.16 - ccMuTxRetriesOctets15 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted with exactly 15 retries." - ::= { ccMuTxRetriesOctetsEntry 16 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.1.1.17 - ccMuTxRetriesOctetsFailed OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets that never were successfully - transmitted to because the max retry count was exceeded." - ::= { ccMuTxRetriesOctetsEntry 17 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.2 - ccMuSigStatsTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcMuSigStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table describes statistics about RSSI, Signal, Noise, - and SNR for packets recieved via each MU serviced by the switch." - ::= { ccMuRfSum 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.2.1 - ccMuSigStatsEntry OBJECT-TYPE - SYNTAX CcMuSigStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccMuMac } - ::= { ccMuSigStatsTable 1 } - - - CcMuSigStatsEntry ::= - SEQUENCE { - ccMuSigStatsNumPkts - Counter32, - ccMuSigStatsSignalBest - Integer32, - ccMuSigStatsSignalWorst - Integer32, - ccMuSigStatsSignalSum - Integer32, - ccMuSigStatsSignalSumSquares - Counter64, - ccMuSigStatsSignalMostRecent - Integer32, - ccMuSigStatsNoiseBest - Integer32, - ccMuSigStatsNoiseWorst - Integer32, - ccMuSigStatsNoiseSum - Integer32, - ccMuSigStatsNoiseSumSquares - Counter64, - ccMuSigStatsNoiseMostRecent - Integer32, - ccMuSigStatsSnrBest - Integer32, - ccMuSigStatsSnrWorst - Integer32, - ccMuSigStatsSnrSum - Integer32, - ccMuSigStatsSnrSumSquares - Counter64, - ccMuSigStatsSnrMostRecent - Integer32 - } - - -- 1.3.6.1.4.1.388.11.2.4.4.100.2.1.1 - ccMuSigStatsNumPkts OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Total packets received included in - all the other counters reported in this row." - ::= { ccMuSigStatsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.2.1.2 - ccMuSigStatsSignalBest OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The best Signal value seen so far. - (Remember that a -20dBm Signal is better than -60dBm). - - This value is initialized to -500dBm. - " - ::= { ccMuSigStatsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.2.1.3 - ccMuSigStatsSignalWorst OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The worst Signal value seen so far. - (Remember that a -80dBm Signal is worse than -60dBm). - - This value is initialized to 500dBm." - ::= { ccMuSigStatsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.2.1.4 - ccMuSigStatsSignalSum OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A running sum of all Signal values calculated by the - switch (using reported RSSI values), for packets received. - - Note that this value is normally a negative value - ranging from -10dBm to -80dBm. It is possible for this - value to be positive, but that would be rare, and would - signal an exceptionally strong signal." - ::= { ccMuSigStatsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.2.1.5 - ccMuSigStatsSignalSumSquares OBJECT-TYPE - SYNTAX Counter64 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A sum of the squares of each Signal value calculated - for packets received. - - Unlike _SignalSum, this value is never negative, since - the square of a negative number is a positive." - ::= { ccMuSigStatsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.2.1.6 - ccMuSigStatsSignalMostRecent OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The best Signal value seen so far. - (Remember that a -20dBm Signal is better than -60dBm). - - This value does not make sense when ccMuSigStatsNumPkts - equals to 0." - ::= { ccMuSigStatsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.2.1.7 - ccMuSigStatsNoiseBest OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The best Noise value seen so far. - (Remember that -80dBm Noise is better than -70dBm). - - This value is initialized to 500dBm." - ::= { ccMuSigStatsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.2.1.8 - ccMuSigStatsNoiseWorst OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The worst Noise value seen so far. - (Remember that -50dBm Noise is worse than -60dBm). - - This value is initialized to -500dBm." - ::= { ccMuSigStatsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.2.1.9 - ccMuSigStatsNoiseSum OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A running sum of all Noise values calculated by the - switch (using reported RSSI values), for packets. - - Like _SignalSum, this value is normally a negative value." - ::= { ccMuSigStatsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.2.1.10 - ccMuSigStatsNoiseSumSquares OBJECT-TYPE - SYNTAX Counter64 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A sum of the squares of each Noise value calculated - for packets received. - - As with _SignalSumSquares, this value is never negative." - ::= { ccMuSigStatsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.2.1.11 - ccMuSigStatsNoiseMostRecent OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The best Noise value seen so far. - (Remember that -80dBm Noise is better than -70dBm). - - This value does not make sense when ccMuSigStatsNumPkts - equals to 0." - ::= { ccMuSigStatsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.2.1.12 - ccMuSigStatsSnrBest OBJECT-TYPE - SYNTAX Integer32 - UNITS "dB" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The best SNR value seen so far. - (Remember that +30dBm SNR is better than +20dBm). - - This value is initialized to -500dB." - ::= { ccMuSigStatsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.2.1.13 - ccMuSigStatsSnrWorst OBJECT-TYPE - SYNTAX Integer32 - UNITS "dB" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The worst SNR value seen so far. - (Remember that +10dBm SNR is worse than +20dBm). - - This value is initialized to 500dB." - ::= { ccMuSigStatsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.2.1.14 - ccMuSigStatsSnrSum OBJECT-TYPE - SYNTAX Integer32 - UNITS "dB" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A running sum of all SNR values calculated by the - switch (using reported RSSI values), for packets received. - - Unlike _Signal and _Noise, this value is never negative." - ::= { ccMuSigStatsEntry 14 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.2.1.15 - ccMuSigStatsSnrSumSquares OBJECT-TYPE - SYNTAX Counter64 - UNITS "dB" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A sum of the squares of each SNR value calculated - for packets received. - - This value is never negative." - ::= { ccMuSigStatsEntry 15 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.2.1.16 - ccMuSigStatsSnrMostRecent OBJECT-TYPE - SYNTAX Integer32 - UNITS "dB" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The best SNR value seen so far. - (Remember that +30dBm SNR is better than +20dBm). - - This value does not make sense when ccMuSigStatsNumPkts - equals to 0." - ::= { ccMuSigStatsEntry 16 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.3 - ccMuSumStatsShortTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcMuSumStatsShortEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Averages and rates calculated over the SHORT window for - each MU." - ::= { ccMuRfSum 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.3.1 - ccMuSumStatsShortEntry OBJECT-TYPE - SYNTAX CcMuSumStatsShortEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccMuMac } - ::= { ccMuSumStatsShortTable 1 } - - - CcMuSumStatsShortEntry ::= - SEQUENCE { - ccMuSumStatsShortTimestamp - TimeTicks, - ccMuSumStatsShortNumPkts - Unsigned32, - ccMuSumStatsShortPktsPerSec100 - ScaleBy100, - ccMuSumStatsShortPktsPerSecTx100 - ScaleBy100, - ccMuSumStatsShortPktsPerSecRx100 - ScaleBy100, - ccMuSumStatsShortThroughput - Unsigned32, - ccMuSumStatsShortThroughputTx - Unsigned32, - ccMuSumStatsShortThroughputRx - Unsigned32, - ccMuSumStatsShortAvgBitSpeed - Unsigned32, - ccMuSumStatsShortAvgMuSignal - Integer32, - ccMuSumStatsShortAvgMuNoise - Integer32, - ccMuSumStatsShortAvgMuSnr - Integer32, - ccMuSumStatsShortPp10kNUcastPkts - PartsPer10k, - ccMuSumStatsShortPp10kTxWithRetries - PartsPer10k, - ccMuSumStatsShortPp10kDropped - PartsPer10k, - ccMuSumStatsShortTxAvgRetries100 - ScaleBy100, - ccMuSumStatsShortPp10kRxUndecrypt - PartsPer10k - } - - -- 1.3.6.1.4.1.388.11.2.4.4.100.3.1.1 - ccMuSumStatsShortTimestamp OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Snapshot of sysUpTime as of the END of the 'window' of - time that this entry of values represents." - ::= { ccMuSumStatsShortEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.3.1.2 - ccMuSumStatsShortNumPkts OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "packets" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of packets used to calculate the statistics in - this window." - ::= { ccMuSumStatsShortEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.3.1.3 - ccMuSumStatsShortPktsPerSec100 OBJECT-TYPE - SYNTAX ScaleBy100 - UNITS "pkts per sec x100" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Packets per second as averaged over the 'window'. - - For transmitted packets, each packet sucessfully sent - counts as 1, (not N, where N is the number of retries). - - Since SNMP does not convey decimal values, the result - is multiplied by 100." - ::= { ccMuSumStatsShortEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.3.1.4 - ccMuSumStatsShortPktsPerSecTx100 OBJECT-TYPE - SYNTAX ScaleBy100 - UNITS "pkts per sec x100" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Packets per second TX as averaged over the 'window'. - - Each packet sucessfully sent counts as 1, (not N, where N - is the number of retries). - - Since SNMP does not convey decimal values, the result - is multiplied by 100." - ::= { ccMuSumStatsShortEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.3.1.5 - ccMuSumStatsShortPktsPerSecRx100 OBJECT-TYPE - SYNTAX ScaleBy100 - UNITS "pkts per sec x100" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Packets per second RX as averaged over the 'window'. - - Since SNMP does not convey decimal values, the result - is multiplied by 100." - ::= { ccMuSumStatsShortEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.3.1.6 - ccMuSumStatsShortThroughput OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "bits per second" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Actual number of bits sent and received over the window, - divided by the number of seconds in the window. - - For transmitted packets, each packet sucessfully sent - counts as 1, (not N, where N is the number of retries)." - ::= { ccMuSumStatsShortEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.3.1.7 - ccMuSumStatsShortThroughputTx OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "bits per second" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Actual number of bits TX over the window, - divided by the number of seconds in the window. - - Each packet sucessfully sent counts as 1, (not N, where N - is the number of retries)." - ::= { ccMuSumStatsShortEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.3.1.8 - ccMuSumStatsShortThroughputRx OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "bits per second" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Actual number of bits RX over the window, - divided by the number of seconds in the window." - ::= { ccMuSumStatsShortEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.3.1.9 - ccMuSumStatsShortAvgBitSpeed OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "bits per second" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "An octet-weighted average of the speeds of all packets - sent/received. (For each possible speed, multiply the - number of octets sent/received by that speed; divide the - sum by the total number of octets; multiply by 8). - - For transmitted packets, each packet sucessfully sent - counts as 1, (not N, where N is the number of retries). - - This can be said in more plain english as: the average - bit-speed at which packets were sent/received." - ::= { ccMuSumStatsShortEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.3.1.10 - ccMuSumStatsShortAvgMuSignal OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The average of all signal values over the window. - - NOTE: dBm are normally negative. Here the NEGATIVE values - are reported as POSITIVE values. PO" - ::= { ccMuSumStatsShortEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.3.1.11 - ccMuSumStatsShortAvgMuNoise OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The average of all noise values over the window." - ::= { ccMuSumStatsShortEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.3.1.12 - ccMuSumStatsShortAvgMuSnr OBJECT-TYPE - SYNTAX Integer32 - UNITS "dB" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The average of all SNR values over the window." - ::= { ccMuSumStatsShortEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.3.1.13 - ccMuSumStatsShortPp10kNUcastPkts OBJECT-TYPE - SYNTAX PartsPer10k - UNITS "parts-per-10000" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Ratio of packets that were NOT unicast. - - Expressed as parts-per-10000." - ::= { ccMuSumStatsShortEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.3.1.14 - ccMuSumStatsShortPp10kTxWithRetries OBJECT-TYPE - SYNTAX PartsPer10k - UNITS "parts-per-10000" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Ratio of TX packets that experienced one or more retries. - - Expressed as parts-per-10000." - ::= { ccMuSumStatsShortEntry 14 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.3.1.15 - ccMuSumStatsShortPp10kDropped OBJECT-TYPE - SYNTAX PartsPer10k - UNITS "parts-per-10000" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Packets dropped divided by packets sent. Dropped here - means dropped intentionally due to the appropriate QoS - queue being full. Other reasons for dropped packets are - not counted in this ratio. - - Calculated as an average for all WLANs implemented on - this MU." - ::= { ccMuSumStatsShortEntry 15 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.3.1.16 - ccMuSumStatsShortTxAvgRetries100 OBJECT-TYPE - SYNTAX ScaleBy100 - UNITS "average x100" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "For all transmit packets (those that experienced some - retries, those that were successfully transmitted with - only 1 transmission, and those that attempted max times - and gave-up), the average number of RE-transmission - attempts. - - Said another (though identical) way: the sum of all - tranmission attempts divided by the number of unique - packets attempted to be sent. - - Since SNMP does not convey decimal values, the result - above is multiplied by 100. - - If there were no RE-transmissions, this value would be 0. - If every single packet required exactly two tranmissions, - this value would be 100, (representing 1.00)." - ::= { ccMuSumStatsShortEntry 16 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.3.1.17 - ccMuSumStatsShortPp10kRxUndecrypt OBJECT-TYPE - SYNTAX PartsPer10k - UNITS "parts-per-10000" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Ratio of RX packets that were undecryptable. - - Expressed as parts-per-10000. - " - ::= { ccMuSumStatsShortEntry 17 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.4 - ccMuSumStatsLongTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcMuSumStatsLongEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Averages and rates calculated over the LONG window for - each MU. - - (Refer to ccMuSumStatsShortTable for descriptions)." - ::= { ccMuRfSum 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.4.1 - ccMuSumStatsLongEntry OBJECT-TYPE - SYNTAX CcMuSumStatsLongEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccMuMac } - ::= { ccMuSumStatsLongTable 1 } - - - CcMuSumStatsLongEntry ::= - SEQUENCE { - ccMuSumStatsLongTimestamp - TimeTicks, - ccMuSumStatsLongNumPkts - Unsigned32, - ccMuSumStatsLongPktsPerSec100 - ScaleBy100, - ccMuSumStatsLongPktsPerSecTx100 - ScaleBy100, - ccMuSumStatsLongPktsPerSecRx100 - ScaleBy100, - ccMuSumStatsLongThroughput - Unsigned32, - ccMuSumStatsLongThroughputTx - Unsigned32, - ccMuSumStatsLongThroughputRx - Unsigned32, - ccMuSumStatsLongAvgBitSpeed - Unsigned32, - ccMuSumStatsLongAvgMuSignal - Integer32, - ccMuSumStatsLongAvgMuNoise - Integer32, - ccMuSumStatsLongAvgMuSnr - Integer32, - ccMuSumStatsLongPp10kNUcastPkts - PartsPer10k, - ccMuSumStatsLongPp10kTxWithRetries - PartsPer10k, - ccMuSumStatsLongPp10kDropped - PartsPer10k, - ccMuSumStatsLongTxAvgRetries100 - ScaleBy100, - ccMuSumStatsLongPp10kRxUndecrypt - PartsPer10k - } - - -- 1.3.6.1.4.1.388.11.2.4.4.100.4.1.1 - ccMuSumStatsLongTimestamp OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccMuSumStatsLongEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.4.1.2 - ccMuSumStatsLongNumPkts OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "packets" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccMuSumStatsLongEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.4.1.3 - ccMuSumStatsLongPktsPerSec100 OBJECT-TYPE - SYNTAX ScaleBy100 - UNITS "pkts per sec x100" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccMuSumStatsLongEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.4.1.4 - ccMuSumStatsLongPktsPerSecTx100 OBJECT-TYPE - SYNTAX ScaleBy100 - UNITS "pkts per sec x100" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccMuSumStatsLongEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.4.1.5 - ccMuSumStatsLongPktsPerSecRx100 OBJECT-TYPE - SYNTAX ScaleBy100 - UNITS "pkts per sec x100" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccMuSumStatsLongEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.4.1.6 - ccMuSumStatsLongThroughput OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "bits per second" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccMuSumStatsLongEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.4.1.7 - ccMuSumStatsLongThroughputTx OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "bits per second" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccMuSumStatsLongEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.4.1.8 - ccMuSumStatsLongThroughputRx OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "bits per second" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccMuSumStatsLongEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.4.1.9 - ccMuSumStatsLongAvgBitSpeed OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "bits per second" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccMuSumStatsLongEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.4.1.10 - ccMuSumStatsLongAvgMuSignal OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccMuSumStatsLongEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.4.1.11 - ccMuSumStatsLongAvgMuNoise OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccMuSumStatsLongEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.4.1.12 - ccMuSumStatsLongAvgMuSnr OBJECT-TYPE - SYNTAX Integer32 - UNITS "dB" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccMuSumStatsLongEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.4.1.13 - ccMuSumStatsLongPp10kNUcastPkts OBJECT-TYPE - SYNTAX PartsPer10k - UNITS "parts-per-10000" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccMuSumStatsLongEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.4.1.14 - ccMuSumStatsLongPp10kTxWithRetries OBJECT-TYPE - SYNTAX PartsPer10k - UNITS "parts-per-10000" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccMuSumStatsLongEntry 14 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.4.1.15 - ccMuSumStatsLongPp10kDropped OBJECT-TYPE - SYNTAX PartsPer10k - UNITS "parts-per-10000" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccMuSumStatsLongEntry 15 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.4.1.16 - ccMuSumStatsLongTxAvgRetries100 OBJECT-TYPE - SYNTAX ScaleBy100 - UNITS "average x100" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccMuSumStatsLongEntry 16 } - - - -- 1.3.6.1.4.1.388.11.2.4.4.100.4.1.17 - ccMuSumStatsLongPp10kRxUndecrypt OBJECT-TYPE - SYNTAX PartsPer10k - UNITS "parts-per-10000" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccMuSumStatsLongEntry 17 } - - --- This group describes all wireless LANs on the switch, --- and their corresponding security settings. - -- 1.3.6.1.4.1.388.11.2.4.5 - ccWlan OBJECT IDENTIFIER ::= { ccRf 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.1 - ccWlanTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcWlanEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of wireless LANs configured on the switch." - ::= { ccWlan 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.1.1 - ccWlanEntry OBJECT-TYPE - SYNTAX CcWlanEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccWlanIndex } - ::= { ccWlanTable 1 } - - - CcWlanEntry ::= - SEQUENCE { - ccWlanIndex - Integer32, - ccWlanName - DisplayString, - ccWlanEssid - DisplayString, - ccWlanSubnet - SinglePointer, - ccWlanPortalsAdopted - MultiPointer255, - ccWlanEnable - StaticRowEnable, - ccWlanDisallowMuToMu - TruthValue, - ccWlanVoicePrioritization - TruthValue, - ccWlanAnswerBroadcastEss - TruthValue, - ccWlanMulticastAddr1 - PhysAddress, - ccWlanMulticastAddr2 - PhysAddress, - ccWlanMuAclDefault - INTEGER, - ccWlanAuthentication - INTEGER, - ccWlanEncryption - INTEGER, - ccWlanWeight - Integer32 - } - - -- 1.3.6.1.4.1.388.11.2.4.5.1.1.1 - ccWlanIndex OBJECT-TYPE - SYNTAX Integer32 (1..1001) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple index. - - (In the ccRfSum tables, entry 1001 is used to - represent the roll-up of all RF communications on - this switch). - " - ::= { ccWlanEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.1.1.2 - ccWlanName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Name of the WLAN." - ::= { ccWlanEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.1.1.3 - ccWlanEssid OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "ESSID of the WLAN." - ::= { ccWlanEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.1.1.4 - ccWlanSubnet OBJECT-TYPE - SYNTAX SinglePointer - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The subnet/LAN this WLAN is associated with. - - If not associated with any subnet/LAN, this value - will be 0." - ::= { ccWlanEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.1.1.5 - ccWlanPortalsAdopted OBJECT-TYPE - SYNTAX MultiPointer255 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Pointer to portal(s) adopted by this WLAN." - ::= { ccWlanEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.1.1.6 - ccWlanEnable OBJECT-TYPE - SYNTAX StaticRowEnable - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Row enable." - ::= { ccWlanEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.1.1.7 - ccWlanDisallowMuToMu OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Set to true to prohibit MU-to-MU communication." - ::= { ccWlanEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.1.1.8 - ccWlanVoicePrioritization OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable voice prioritization." - ::= { ccWlanEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.1.1.9 - ccWlanAnswerBroadcastEss OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Answer broadcast ESS." - ::= { ccWlanEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.1.1.10 - ccWlanMulticastAddr1 OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Multicast address 1." - ::= { ccWlanEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.1.1.11 - ccWlanMulticastAddr2 OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Multicast address 2." - ::= { ccWlanEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.1.1.12 - ccWlanMuAclDefault OBJECT-TYPE - SYNTAX INTEGER - { - allowAllMusExceptThoseMatchingAclRules(1), - denyAllMusExceptThoseMatchingAclRules(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Describes the default behavior if none of this WLAN's - ccWlanMuAclTable entries match the MAC address of an - MU attempting to associate with this WLAN." - ::= { ccWlanEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.1.1.13 - ccWlanAuthentication OBJECT-TYPE - SYNTAX INTEGER - { - authNone(1), - auth802dot1xEap(2), - authKerberos(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "If auth802dot1xEap, additional EAP settings for this - WLAN will be used from the matching entry in the - ccWlanAuthEapTable. - - Likewise, if authKerberos, use the settings in the - matching entry in the ccWlanAuthKerberosTable." - ::= { ccWlanEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.1.1.14 - ccWlanEncryption OBJECT-TYPE - SYNTAX INTEGER - { - cryptoNone(1), - cryptoWep40(2), - cryptoWep104(3), - cryptoKeyguardMcm(4), - cryptoWpaTkip(5), - cryptoWpa2Ccmp(6) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "If cryptoWep40 or cryptoWep128, additional WEP - settings for this WLAN will be used from the matching - entry in the ccWlanCryptoWepTable. - - Likewise, if cryptoWpaTkip, use the settings in the - matching entry in the ccWlanCryptoWpaTable. - - Likewise, if cryptoKeyguardMcm, use the settings in - the matching entry in the ccWlanCryptoKeyguardTable." - ::= { ccWlanEntry 14 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.1.1.15 - ccWlanWeight OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The weight to be used when QoS for all WLANs - is set to weighted-round-robin. - - Note that the sum of all weights across all - WLANs need not total 100. - " - ::= { ccWlanEntry 15 } - - --- This group contains authentication settings for all --- WLANs. - -- 1.3.6.1.4.1.388.11.2.4.5.2 - ccWlanAuth OBJECT IDENTIFIER ::= { ccWlan 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.2.1 - ccWlanAuthEapTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcWlanAuthEapEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of EAP authentication settings for each WLAN." - ::= { ccWlanAuth 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.2.1.1 - ccWlanAuthEapEntry OBJECT-TYPE - SYNTAX CcWlanAuthEapEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccWlanIndex } - ::= { ccWlanAuthEapTable 1 } - - - CcWlanAuthEapEntry ::= - SEQUENCE { - ccWlanAuthEapReauthenticationEnable - TruthValue, - ccWlanAuthEapReauthenticationPeriod - Unsigned32, - ccWlanAuthEapReauthenticationMaxRetries - Unsigned32, - ccWlanAuthEapRadius1Server - IpAddress, - ccWlanAuthEapRadius1Port - Unsigned32, - ccWlanAuthEapRadius1SharedSecret - Password, - ccWlanAuthEapRadius2Server - IpAddress, - ccWlanAuthEapRadius2Port - Unsigned32, - ccWlanAuthEapRadius2SharedSecret - Password, - ccWlanAuthEapMuQuietPeriod - Unsigned32, - ccWlanAuthEapMuTimeout - Unsigned32, - ccWlanAuthEapMuTxPeriod - Unsigned32, - ccWlanAuthEapMuMaxRetries - Unsigned32, - ccWlanAuthEapServerTimeout - Unsigned32, - ccWlanAuthEapServerMaxRetries - Unsigned32, - ccWlanAuthEapRadiusAcctMode - TruthValue, - ccWlanAuthEapRadiusAcctMuTimeout - Unsigned32, - ccWlanAuthEapRadiusAcctMuRetries - Unsigned32, - ccWlanAuthEapSyslogMode - TruthValue, - ccWlanAuthEapSyslogSeverIp - IpAddress - } - - -- 1.3.6.1.4.1.388.11.2.4.5.2.1.1.1 - ccWlanAuthEapReauthenticationEnable OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable reauthentication." - ::= { ccWlanAuthEapEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.2.1.1.2 - ccWlanAuthEapReauthenticationPeriod OBJECT-TYPE - SYNTAX Unsigned32 (30..9999) - UNITS "seconds" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Reauthentication period." - ::= { ccWlanAuthEapEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.2.1.1.3 - ccWlanAuthEapReauthenticationMaxRetries OBJECT-TYPE - SYNTAX Unsigned32 (1..99) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Reauthentication max retries." - ::= { ccWlanAuthEapEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.2.1.1.4 - ccWlanAuthEapRadius1Server OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP address of the primary RADIUS server." - ::= { ccWlanAuthEapEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.2.1.1.5 - ccWlanAuthEapRadius1Port OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Port number of the primary RADIUS server." - ::= { ccWlanAuthEapEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.2.1.1.6 - ccWlanAuthEapRadius1SharedSecret OBJECT-TYPE - SYNTAX Password - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Shared secret of the primary RADIUS server." - ::= { ccWlanAuthEapEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.2.1.1.7 - ccWlanAuthEapRadius2Server OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP address of the secondary RADIUS server." - ::= { ccWlanAuthEapEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.2.1.1.8 - ccWlanAuthEapRadius2Port OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Port number of the secondary RADIUS server." - ::= { ccWlanAuthEapEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.2.1.1.9 - ccWlanAuthEapRadius2SharedSecret OBJECT-TYPE - SYNTAX Password - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Shared secret of the secondary RADIUS server." - ::= { ccWlanAuthEapEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.2.1.1.10 - ccWlanAuthEapMuQuietPeriod OBJECT-TYPE - SYNTAX Unsigned32 (1..65535) - UNITS "seconds" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "MU quiet period." - ::= { ccWlanAuthEapEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.2.1.1.11 - ccWlanAuthEapMuTimeout OBJECT-TYPE - SYNTAX Unsigned32 (1..255) - UNITS "seconds" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "MU timeout." - ::= { ccWlanAuthEapEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.2.1.1.12 - ccWlanAuthEapMuTxPeriod OBJECT-TYPE - SYNTAX Unsigned32 (1..65535) - UNITS "seconds" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "MU Tx period." - ::= { ccWlanAuthEapEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.2.1.1.13 - ccWlanAuthEapMuMaxRetries OBJECT-TYPE - SYNTAX Unsigned32 (1..10) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "MU max retries." - ::= { ccWlanAuthEapEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.2.1.1.14 - ccWlanAuthEapServerTimeout OBJECT-TYPE - SYNTAX Unsigned32 (1..255) - UNITS "seconds" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Server timeout." - ::= { ccWlanAuthEapEntry 14 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.2.1.1.15 - ccWlanAuthEapServerMaxRetries OBJECT-TYPE - SYNTAX Unsigned32 (1..255) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Server max retries." - ::= { ccWlanAuthEapEntry 15 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.2.1.1.16 - ccWlanAuthEapRadiusAcctMode OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Radius Accounting Mode." - ::= { ccWlanAuthEapEntry 16 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.2.1.1.17 - ccWlanAuthEapRadiusAcctMuTimeout OBJECT-TYPE - SYNTAX Unsigned32 (1..255) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Radius Accounting MU Timeout." - ::= { ccWlanAuthEapEntry 17 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.2.1.1.18 - ccWlanAuthEapRadiusAcctMuRetries OBJECT-TYPE - SYNTAX Unsigned32 (1..10) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Radius Accounting MU Retries." - ::= { ccWlanAuthEapEntry 18 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.2.1.1.19 - ccWlanAuthEapSyslogMode OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Logging Mode." - ::= { ccWlanAuthEapEntry 19 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.2.1.1.20 - ccWlanAuthEapSyslogSeverIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Syslog Server IP Address." - ::= { ccWlanAuthEapEntry 20 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.2.2 - ccWlanAuthKerberosTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcWlanAuthKerberosEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of Kerberos authentication settings for each - WLAN." - ::= { ccWlanAuth 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.2.2.1 - ccWlanAuthKerberosEntry OBJECT-TYPE - SYNTAX CcWlanAuthKerberosEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccWlanIndex } - ::= { ccWlanAuthKerberosTable 1 } - - - CcWlanAuthKerberosEntry ::= - SEQUENCE { - ccWlanAuthKerberosRealmName - DisplayString, - ccWlanAuthKerberosUsername - DisplayString, - ccWlanAuthKerberosPassword - Password, - ccWlanAuthKerberosKdcServerIp1 - IpAddress, - ccWlanAuthKerberosKdcPort1 - Unsigned32, - ccWlanAuthKerberosKdcServerIp2 - IpAddress, - ccWlanAuthKerberosKdcPort2 - Unsigned32, - ccWlanAuthKerberosKdcServerIpR - IpAddress, - ccWlanAuthKerberosKdcPortR - Unsigned32 - } - - -- 1.3.6.1.4.1.388.11.2.4.5.2.2.1.1 - ccWlanAuthKerberosRealmName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Realm name." - ::= { ccWlanAuthKerberosEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.2.2.1.2 - ccWlanAuthKerberosUsername OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Username." - ::= { ccWlanAuthKerberosEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.2.2.1.3 - ccWlanAuthKerberosPassword OBJECT-TYPE - SYNTAX Password - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Password." - ::= { ccWlanAuthKerberosEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.2.2.1.4 - ccWlanAuthKerberosKdcServerIp1 OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Primary KDC server IP addr." - ::= { ccWlanAuthKerberosEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.2.2.1.5 - ccWlanAuthKerberosKdcPort1 OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Primary KDC port." - ::= { ccWlanAuthKerberosEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.2.2.1.6 - ccWlanAuthKerberosKdcServerIp2 OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Backup KDC server IP addr." - ::= { ccWlanAuthKerberosEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.2.2.1.7 - ccWlanAuthKerberosKdcPort2 OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Backup KDC port." - ::= { ccWlanAuthKerberosEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.2.2.1.8 - ccWlanAuthKerberosKdcServerIpR OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Remote KDC server IP addr." - ::= { ccWlanAuthKerberosEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.2.2.1.9 - ccWlanAuthKerberosKdcPortR OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Remote KDC port." - ::= { ccWlanAuthKerberosEntry 9 } - - --- This group contains encryption settings for all WLANs. - -- 1.3.6.1.4.1.388.11.2.4.5.3 - ccWlanCrypto OBJECT IDENTIFIER ::= { ccWlan 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.3.1 - ccWlanCryptoWepTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcWlanCryptoWepEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of WEP encryption settings for each WLAN." - ::= { ccWlanCrypto 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.3.1.1 - ccWlanCryptoWepEntry OBJECT-TYPE - SYNTAX CcWlanCryptoWepEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccWlanIndex } - ::= { ccWlanCryptoWepTable 1 } - - - CcWlanCryptoWepEntry ::= - SEQUENCE { - ccWlanCryptoWepPassKey - Password, - ccWlanCryptoWepKey1 - OCTET STRING, - ccWlanCryptoWepKey2 - OCTET STRING, - ccWlanCryptoWepKey3 - OCTET STRING, - ccWlanCryptoWepKey4 - OCTET STRING, - ccWlanCryptoWepKeyToUse - Integer32 - } - - -- 1.3.6.1.4.1.388.11.2.4.5.3.1.1.1 - ccWlanCryptoWepPassKey OBJECT-TYPE - SYNTAX Password (SIZE (4..32)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Pass key. - - If this value is written, the four WepKey1..4 will - be overwritten." - ::= { ccWlanCryptoWepEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.3.1.1.2 - ccWlanCryptoWepKey1 OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (0..13)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "WEP key #1 - - exactly 13 octets for WEP-128 (104-bit key); - exactly 5 octets for WEP-64 (40-bit key)." - ::= { ccWlanCryptoWepEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.3.1.1.3 - ccWlanCryptoWepKey2 OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (0..13)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "WEP key #2 - - exactly 13 octets for WEP-128 (104-bit key); - exactly 5 octets for WEP-64 (40-bit key)." - ::= { ccWlanCryptoWepEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.3.1.1.4 - ccWlanCryptoWepKey3 OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (0..13)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "WEP key #3 - - exactly 13 octets for WEP-128 (104-bit key); - exactly 5 octets for WEP-64 (40-bit key)." - ::= { ccWlanCryptoWepEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.3.1.1.5 - ccWlanCryptoWepKey4 OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (0..13)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "WEP key #4 - - exactly 13 octets for WEP-128 (104-bit key); - exactly 5 octets for WEP-64 (40-bit key)." - ::= { ccWlanCryptoWepEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.3.1.1.6 - ccWlanCryptoWepKeyToUse OBJECT-TYPE - SYNTAX Integer32 (1..4) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Specifies which WEP key to use." - ::= { ccWlanCryptoWepEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.3.2 - ccWlanCryptoWpaTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcWlanCryptoWpaEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of WPA-TKIP encryption settings for each WLAN." - ::= { ccWlanCrypto 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.3.2.1 - ccWlanCryptoWpaEntry OBJECT-TYPE - SYNTAX CcWlanCryptoWpaEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccWlanIndex } - ::= { ccWlanCryptoWpaTable 1 } - - - CcWlanCryptoWpaEntry ::= - SEQUENCE { - ccWlanCryptoWpaBcastKeyRotation - TruthValue, - ccWlanCryptoWpaKeyRotationInterval - Unsigned32, - ccWlanCryptoWpaKeyToUse - INTEGER, - ccWlanCryptoWpaPassphrase - OCTET STRING, - ccWlanCryptoWpaKey - OCTET STRING - } - - -- 1.3.6.1.4.1.388.11.2.4.5.3.2.1.1 - ccWlanCryptoWpaBcastKeyRotation OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Use broadcast key rotation." - ::= { ccWlanCryptoWpaEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.3.2.1.2 - ccWlanCryptoWpaKeyRotationInterval OBJECT-TYPE - SYNTAX Unsigned32 (300..604800) - UNITS "seconds" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Broadcast key rotation, (if enabled), occurs every - this many seconds." - ::= { ccWlanCryptoWpaEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.3.2.1.3 - ccWlanCryptoWpaKeyToUse OBJECT-TYPE - SYNTAX INTEGER - { - use128bitKey(1), - useAsciiPassPhrase(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Specifies which key to use." - ::= { ccWlanCryptoWpaEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.3.2.1.4 - ccWlanCryptoWpaPassphrase OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (8..63)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Passphrase." - ::= { ccWlanCryptoWpaEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.3.2.1.5 - ccWlanCryptoWpaKey OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (32)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Key." - ::= { ccWlanCryptoWpaEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.3.3 - ccWlanCryptoKeyguardTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcWlanCryptoKeyguardEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of KeyGuard-MCM encryption settings for each - WLAN." - ::= { ccWlanCrypto 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.3.3.1 - ccWlanCryptoKeyguardEntry OBJECT-TYPE - SYNTAX CcWlanCryptoKeyguardEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccWlanIndex } - ::= { ccWlanCryptoKeyguardTable 1 } - - - CcWlanCryptoKeyguardEntry ::= - SEQUENCE { - ccWlanCryptoKeyguardPasskey - OCTET STRING, - ccWlanCryptoKeyguardKey1 - OCTET STRING, - ccWlanCryptoKeyguardKey2 - OCTET STRING, - ccWlanCryptoKeyguardKey3 - OCTET STRING, - ccWlanCryptoKeyguardKey4 - OCTET STRING, - ccWlanCryptoKeyguardKeyToUse - Integer32 - } - - -- 1.3.6.1.4.1.388.11.2.4.5.3.3.1.1 - ccWlanCryptoKeyguardPasskey OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (4..32)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Pass key." - ::= { ccWlanCryptoKeyguardEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.3.3.1.2 - ccWlanCryptoKeyguardKey1 OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (13)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Key #1." - ::= { ccWlanCryptoKeyguardEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.3.3.1.3 - ccWlanCryptoKeyguardKey2 OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (13)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Key #2." - ::= { ccWlanCryptoKeyguardEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.3.3.1.4 - ccWlanCryptoKeyguardKey3 OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (13)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Key #3." - ::= { ccWlanCryptoKeyguardEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.3.3.1.5 - ccWlanCryptoKeyguardKey4 OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (13)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Key #4." - ::= { ccWlanCryptoKeyguardEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.3.3.1.6 - ccWlanCryptoKeyguardKeyToUse OBJECT-TYPE - SYNTAX Integer32 (1..4) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Specifies which WEP key to use." - ::= { ccWlanCryptoKeyguardEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.3.4 - ccWlanCryptoWpaTwoTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcWlanCryptoWpaTwoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of WPA-CCMP encryption settings for each WLAN." - ::= { ccWlanCrypto 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.3.4.1 - ccWlanCryptoWpaTwoEntry OBJECT-TYPE - SYNTAX CcWlanCryptoWpaTwoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - INDEX { ccWlanIndex } - ::= { ccWlanCryptoWpaTwoTable 1 } - - - CcWlanCryptoWpaTwoEntry ::= - SEQUENCE { - ccWlanCryptoWpaTwoBcastKeyRotation - TruthValue, - ccWlanCryptoWpaTwoKeyRotationInterval - Unsigned32, - ccWlanCryptoWpaTwoKeyToUse - INTEGER, - ccWlanCryptoWpaTwoPassphrase - Password, - ccWlanCryptoWpaTwoKey - OCTET STRING, - ccWlanCryptoWpaTwoAllowTkipClient - TruthValue, - ccWlanCryptoWpaTwoFastRoamPreAuth - TruthValue, - ccWlanCryptoWpaTwoFastRoamKeyCache - TruthValue - } - - -- 1.3.6.1.4.1.388.11.2.4.5.3.4.1.1 - ccWlanCryptoWpaTwoBcastKeyRotation OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Use broadcast key rotation." - ::= { ccWlanCryptoWpaTwoEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.3.4.1.2 - ccWlanCryptoWpaTwoKeyRotationInterval OBJECT-TYPE - SYNTAX Unsigned32 (300..604800) - UNITS "seconds" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Broadcast key rotation, (if enabled), occurs every - this many seconds." - ::= { ccWlanCryptoWpaTwoEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.3.4.1.3 - ccWlanCryptoWpaTwoKeyToUse OBJECT-TYPE - SYNTAX INTEGER - { - useAsciiPassphrase(1), - use128bitKey(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Specifies which key to use." - ::= { ccWlanCryptoWpaTwoEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.3.4.1.4 - ccWlanCryptoWpaTwoPassphrase OBJECT-TYPE - SYNTAX Password (SIZE (8..63)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Passphrase." - ::= { ccWlanCryptoWpaTwoEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.3.4.1.5 - ccWlanCryptoWpaTwoKey OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (32)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Key." - ::= { ccWlanCryptoWpaTwoEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.3.4.1.6 - ccWlanCryptoWpaTwoAllowTkipClient OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "WPA2-CCMP Mixed Mode enables WPA2-CCMP and WPA-TKIP Clients - to operate simultaneously on the network. Enabling this - option allows backwards compatiblity for clients that - support WPA-TKIP but do not support WPA2-CCMP." - ::= { ccWlanCryptoWpaTwoEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.3.4.1.7 - ccWlanCryptoWpaTwoFastRoamPreAuth OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enabling this option enables a client associated with one - Access Port to carry out an 802.1x authentication with - another Access Port before it roams over to it. The WS2000 - will cache the keying information of the client until it - roams to the new Access Port. This enables the roaming the - client to start sending and receiving data sooner by not - having to do 802.1x authentication after it roams. - - Note: This option only works when 802.1x authentication is - enabled for the WLAN. " - ::= { ccWlanCryptoWpaTwoEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.3.4.1.8 - ccWlanCryptoWpaTwoFastRoamKeyCache OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This option enables the WS2000 to use a Pairwise Master Key - (PMK) derived with a client on one Access Port, with the - same client when it roams over to another Access Port. Upon - roaming the client does not have to do 802.1x authentication - and can start sending/receiving data sooner. - - Note: This option only works when 802.1x authentication is - enabled for the WLAN. " - ::= { ccWlanCryptoWpaTwoEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.4 - ccWlanMuAclTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcWlanMuAclEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table describing ACLs for allowing or denying, - (depending on default behavior for the WLAN - specified in ccWlanMuAclDefault), MU association with - each WLAN." - ::= { ccWlan 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.4.1 - ccWlanMuAclEntry OBJECT-TYPE - SYNTAX CcWlanMuAclEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccWlanIndex, ccWlanMuAclIndex } - ::= { ccWlanMuAclTable 1 } - - - CcWlanMuAclEntry ::= - SEQUENCE { - ccWlanMuAclIndex - Integer32, - ccWlanMuAclStartingMac - PhysAddress, - ccWlanMuAclEndingMac - PhysAddress, - ccWlanMuAclRowStatus - AbbrevRowStatus - } - - -- 1.3.6.1.4.1.388.11.2.4.5.4.1.1 - ccWlanMuAclIndex OBJECT-TYPE - SYNTAX Integer32 (1..127) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple index." - ::= { ccWlanMuAclEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.4.1.2 - ccWlanMuAclStartingMac OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Starting MAC address in a range of addresses." - ::= { ccWlanMuAclEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.4.1.3 - ccWlanMuAclEndingMac OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Ending MAC address in a range of addresses." - ::= { ccWlanMuAclEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.4.1.4 - ccWlanMuAclRowStatus OBJECT-TYPE - SYNTAX AbbrevRowStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Row status." - ::= { ccWlanMuAclEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.5 - ccWlanBwShareMode OBJECT-TYPE - SYNTAX INTEGER - { - off(1), - roundRobin(2), - weightedRoundRobin(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This variable configures the manner in which - bandwidth is shared among the WLANs. Only in - mode 'weightedRoundRobin' are the ccWlanWeight - values for each WLAN used." - ::= { ccWlan 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.6 - ccWlanQosMonitorTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcWlanQosMonitorEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of QOS values." - ::= { ccWlan 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.6.1 - ccWlanQosMonitorEntry OBJECT-TYPE - SYNTAX CcWlanQosMonitorEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - INDEX { ccWlanIndex, ccPortalIndex } - ::= { ccWlanQosMonitorTable 1 } - - - CcWlanQosMonitorEntry ::= - SEQUENCE { - ccWlanQosMonitorSent - Counter32, - ccWlanQosMonitorDropped - Counter32 - } - - -- 1.3.6.1.4.1.388.11.2.4.5.6.1.1 - ccWlanQosMonitorSent OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Packets Sent." - ::= { ccWlanQosMonitorEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.6.1.2 - ccWlanQosMonitorDropped OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Packets Dropped." - ::= { ccWlanQosMonitorEntry 2 } - - --- !!- OID: .100 --- --- Summary of RF statistics for all RF communications --- from this switch. --- --- In each table, index 1001 is the roll-up for all RF --- communications from this switch as a whole. - -- 1.3.6.1.4.1.388.11.2.4.5.100 - ccWlanRfSum OBJECT IDENTIFIER ::= { ccWlan 100 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.1 - ccWlanStatsTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcWlanStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table describes general statistics about - packets sent/recieved via each WLAN on the switch." - ::= { ccWlanRfSum 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.1.1 - ccWlanStatsEntry OBJECT-TYPE - SYNTAX CcWlanStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccWlanIndex } - ::= { ccWlanStatsTable 1 } - - - CcWlanStatsEntry ::= - SEQUENCE { - ccWlanTxPktsUcast - Counter32, - ccWlanRxPktsUcast - Counter32, - ccWlanRxPktsNUcast - Counter32, - ccWlanTxOctetsUcast - Counter32, - ccWlanRxOctetsUcast - Counter32, - ccWlanRxOctetsNUcast - Counter32, - ccWlanRxUndecryptablePkts - Counter32, - ccWlanLastActivity - TimeTicks - } - - -- 1.3.6.1.4.1.388.11.2.4.5.100.1.1.1 - ccWlanTxPktsUcast OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of unicast packets sent." - ::= { ccWlanStatsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.1.1.2 - ccWlanRxPktsUcast OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of unicast packets received." - ::= { ccWlanStatsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.1.1.3 - ccWlanRxPktsNUcast OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of non-unicast (broadcast & multicast) - packets received." - ::= { ccWlanStatsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.1.1.4 - ccWlanTxOctetsUcast OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of unicast octets sent." - ::= { ccWlanStatsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.1.1.5 - ccWlanRxOctetsUcast OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of unicast octets received." - ::= { ccWlanStatsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.1.1.6 - ccWlanRxOctetsNUcast OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of non-unicast (broadcast & multicast) - octets received." - ::= { ccWlanStatsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.1.1.7 - ccWlanRxUndecryptablePkts OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of packets received that could - not be decrypted." - ::= { ccWlanStatsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.1.1.8 - ccWlanLastActivity OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A snapshot of the switch's sysUpTime at the time - of the last activity (packet sent or received)." - ::= { ccWlanStatsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.2 - ccWlanRxPktsTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcWlanRxPktsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "For each WLAN on the switch, this table - describes counts of packets received at each - possible speed, (1Mb, 2Mb, 5.5Mb, 6Mb...)." - ::= { ccWlanRfSum 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.2.1 - ccWlanRxPktsEntry OBJECT-TYPE - SYNTAX CcWlanRxPktsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccWlanIndex } - ::= { ccWlanRxPktsTable 1 } - - - CcWlanRxPktsEntry ::= - SEQUENCE { - ccWlanRxPktsAt1Mb - Counter32, - ccWlanRxPktsAt2Mb - Counter32, - ccWlanRxPktsAt5pt5Mb - Counter32, - ccWlanRxPktsAt6Mb - Counter32, - ccWlanRxPktsAt9Mb - Counter32, - ccWlanRxPktsAt11Mb - Counter32, - ccWlanRxPktsAt12Mb - Counter32, - ccWlanRxPktsAt18Mb - Counter32, - ccWlanRxPktsAt22Mb - Counter32, - ccWlanRxPktsAt24Mb - Counter32, - ccWlanRxPktsAt36Mb - Counter32, - ccWlanRxPktsAt48Mb - Counter32, - ccWlanRxPktsAt54Mb - Counter32 - } - - -- 1.3.6.1.4.1.388.11.2.4.5.100.2.1.1 - ccWlanRxPktsAt1Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received at 1 Mb." - ::= { ccWlanRxPktsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.2.1.2 - ccWlanRxPktsAt2Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received at 2 Mb." - ::= { ccWlanRxPktsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.2.1.3 - ccWlanRxPktsAt5pt5Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received at 5.5 Mb." - ::= { ccWlanRxPktsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.2.1.4 - ccWlanRxPktsAt6Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received at 6 Mb." - ::= { ccWlanRxPktsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.2.1.5 - ccWlanRxPktsAt9Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received at 9 Mb." - ::= { ccWlanRxPktsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.2.1.6 - ccWlanRxPktsAt11Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received at 11 Mb." - ::= { ccWlanRxPktsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.2.1.7 - ccWlanRxPktsAt12Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received at 12 Mb." - ::= { ccWlanRxPktsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.2.1.8 - ccWlanRxPktsAt18Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received at 18 Mb." - ::= { ccWlanRxPktsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.2.1.9 - ccWlanRxPktsAt22Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received at 22 Mb." - ::= { ccWlanRxPktsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.2.1.10 - ccWlanRxPktsAt24Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received at 24 Mb." - ::= { ccWlanRxPktsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.2.1.11 - ccWlanRxPktsAt36Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received at 36 Mb." - ::= { ccWlanRxPktsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.2.1.12 - ccWlanRxPktsAt48Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received at 48 Mb." - ::= { ccWlanRxPktsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.2.1.13 - ccWlanRxPktsAt54Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts received at 54 Mb." - ::= { ccWlanRxPktsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.3 - ccWlanTxPktsTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcWlanTxPktsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "For each MU serviced by the switch, this table - describes counts of packets transmitted at each - possible speed, (1Mb, 2Mb, 5.5Mb, 6Mb...)." - ::= { ccWlanRfSum 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.3.1 - ccWlanTxPktsEntry OBJECT-TYPE - SYNTAX CcWlanTxPktsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccWlanIndex } - ::= { ccWlanTxPktsTable 1 } - - - CcWlanTxPktsEntry ::= - SEQUENCE { - ccWlanTxPktsAt1Mb - Counter32, - ccWlanTxPktsAt2Mb - Counter32, - ccWlanTxPktsAt5pt5Mb - Counter32, - ccWlanTxPktsAt6Mb - Counter32, - ccWlanTxPktsAt9Mb - Counter32, - ccWlanTxPktsAt11Mb - Counter32, - ccWlanTxPktsAt12Mb - Counter32, - ccWlanTxPktsAt18Mb - Counter32, - ccWlanTxPktsAt22Mb - Counter32, - ccWlanTxPktsAt24Mb - Counter32, - ccWlanTxPktsAt36Mb - Counter32, - ccWlanTxPktsAt48Mb - Counter32, - ccWlanTxPktsAt54Mb - Counter32 - } - - -- 1.3.6.1.4.1.388.11.2.4.5.100.3.1.1 - ccWlanTxPktsAt1Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted at 1 Mb." - ::= { ccWlanTxPktsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.3.1.2 - ccWlanTxPktsAt2Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted at 2 Mb." - ::= { ccWlanTxPktsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.3.1.3 - ccWlanTxPktsAt5pt5Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted at 5.5 Mb." - ::= { ccWlanTxPktsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.3.1.4 - ccWlanTxPktsAt6Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted at 6 Mb." - ::= { ccWlanTxPktsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.3.1.5 - ccWlanTxPktsAt9Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted at 9 Mb." - ::= { ccWlanTxPktsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.3.1.6 - ccWlanTxPktsAt11Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted at 11 Mb." - ::= { ccWlanTxPktsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.3.1.7 - ccWlanTxPktsAt12Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted at 12 Mb." - ::= { ccWlanTxPktsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.3.1.8 - ccWlanTxPktsAt18Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted at 18 Mb." - ::= { ccWlanTxPktsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.3.1.9 - ccWlanTxPktsAt22Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted at 22 Mb." - ::= { ccWlanTxPktsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.3.1.10 - ccWlanTxPktsAt24Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted at 24 Mb." - ::= { ccWlanTxPktsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.3.1.11 - ccWlanTxPktsAt36Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted at 36 Mb." - ::= { ccWlanTxPktsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.3.1.12 - ccWlanTxPktsAt48Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted at 48 Mb." - ::= { ccWlanTxPktsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.3.1.13 - ccWlanTxPktsAt54Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts transmitted at 54 Mb." - ::= { ccWlanTxPktsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.4 - ccWlanRxOctetsTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcWlanRxOctetsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "For each MU serviced by this switch, this table - describes counts of octets received at each - possible speed, (1Mb, 2Mb, 5.5Mb, 6Mb...)." - ::= { ccWlanRfSum 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.4.1 - ccWlanRxOctetsEntry OBJECT-TYPE - SYNTAX CcWlanRxOctetsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccWlanIndex } - ::= { ccWlanRxOctetsTable 1 } - - - CcWlanRxOctetsEntry ::= - SEQUENCE { - ccWlanRxOctetsAt1Mb - Counter32, - ccWlanRxOctetsAt2Mb - Counter32, - ccWlanRxOctetsAt5pt5Mb - Counter32, - ccWlanRxOctetsAt6Mb - Counter32, - ccWlanRxOctetsAt9Mb - Counter32, - ccWlanRxOctetsAt11Mb - Counter32, - ccWlanRxOctetsAt12Mb - Counter32, - ccWlanRxOctetsAt18Mb - Counter32, - ccWlanRxOctetsAt22Mb - Counter32, - ccWlanRxOctetsAt24Mb - Counter32, - ccWlanRxOctetsAt36Mb - Counter32, - ccWlanRxOctetsAt48Mb - Counter32, - ccWlanRxOctetsAt54Mb - Counter32 - } - - -- 1.3.6.1.4.1.388.11.2.4.5.100.4.1.1 - ccWlanRxOctetsAt1Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received at 1 Mb." - ::= { ccWlanRxOctetsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.4.1.2 - ccWlanRxOctetsAt2Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received at 2 Mb." - ::= { ccWlanRxOctetsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.4.1.3 - ccWlanRxOctetsAt5pt5Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received at 5.5 Mb." - ::= { ccWlanRxOctetsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.4.1.4 - ccWlanRxOctetsAt6Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received at 6 Mb." - ::= { ccWlanRxOctetsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.4.1.5 - ccWlanRxOctetsAt9Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received at 9 Mb." - ::= { ccWlanRxOctetsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.4.1.6 - ccWlanRxOctetsAt11Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received at 11 Mb." - ::= { ccWlanRxOctetsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.4.1.7 - ccWlanRxOctetsAt12Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received at 12 Mb." - ::= { ccWlanRxOctetsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.4.1.8 - ccWlanRxOctetsAt18Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received at 18 Mb." - ::= { ccWlanRxOctetsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.4.1.9 - ccWlanRxOctetsAt22Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received at 22 Mb." - ::= { ccWlanRxOctetsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.4.1.10 - ccWlanRxOctetsAt24Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received at 24 Mb." - ::= { ccWlanRxOctetsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.4.1.11 - ccWlanRxOctetsAt36Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received at 36 Mb." - ::= { ccWlanRxOctetsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.4.1.12 - ccWlanRxOctetsAt48Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received at 48 Mb." - ::= { ccWlanRxOctetsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.4.1.13 - ccWlanRxOctetsAt54Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets received at 54 Mb." - ::= { ccWlanRxOctetsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.5 - ccWlanTxOctetsTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcWlanTxOctetsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "For each WLAN on this switch, this table - describes counts of octets transmitted at each - possible speed, (1Mb, 2Mb, 5.5Mb, 6Mb...)." - ::= { ccWlanRfSum 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.5.1 - ccWlanTxOctetsEntry OBJECT-TYPE - SYNTAX CcWlanTxOctetsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccWlanIndex } - ::= { ccWlanTxOctetsTable 1 } - - - CcWlanTxOctetsEntry ::= - SEQUENCE { - ccWlanTxOctetsAt1Mb - Counter32, - ccWlanTxOctetsAt2Mb - Counter32, - ccWlanTxOctetsAt5pt5Mb - Counter32, - ccWlanTxOctetsAt6Mb - Counter32, - ccWlanTxOctetsAt9Mb - Counter32, - ccWlanTxOctetsAt11Mb - Counter32, - ccWlanTxOctetsAt12Mb - Counter32, - ccWlanTxOctetsAt18Mb - Counter32, - ccWlanTxOctetsAt22Mb - Counter32, - ccWlanTxOctetsAt24Mb - Counter32, - ccWlanTxOctetsAt36Mb - Counter32, - ccWlanTxOctetsAt48Mb - Counter32, - ccWlanTxOctetsAt54Mb - Counter32 - } - - -- 1.3.6.1.4.1.388.11.2.4.5.100.5.1.1 - ccWlanTxOctetsAt1Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted at 1 Mb." - ::= { ccWlanTxOctetsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.5.1.2 - ccWlanTxOctetsAt2Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted at 2 Mb." - ::= { ccWlanTxOctetsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.5.1.3 - ccWlanTxOctetsAt5pt5Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted at 5.5 Mb." - ::= { ccWlanTxOctetsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.5.1.4 - ccWlanTxOctetsAt6Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted at 6 Mb." - ::= { ccWlanTxOctetsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.5.1.5 - ccWlanTxOctetsAt9Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted at 9 Mb." - ::= { ccWlanTxOctetsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.5.1.6 - ccWlanTxOctetsAt11Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted at 11 Mb." - ::= { ccWlanTxOctetsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.5.1.7 - ccWlanTxOctetsAt12Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted at 12 Mb." - ::= { ccWlanTxOctetsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.5.1.8 - ccWlanTxOctetsAt18Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted at 18 Mb." - ::= { ccWlanTxOctetsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.5.1.9 - ccWlanTxOctetsAt22Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted at 22 Mb." - ::= { ccWlanTxOctetsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.5.1.10 - ccWlanTxOctetsAt24Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted at 24 Mb." - ::= { ccWlanTxOctetsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.5.1.11 - ccWlanTxOctetsAt36Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted at 36 Mb." - ::= { ccWlanTxOctetsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.5.1.12 - ccWlanTxOctetsAt48Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted at 48 Mb." - ::= { ccWlanTxOctetsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.5.1.13 - ccWlanTxOctetsAt54Mb OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets transmitted at 54 Mb." - ::= { ccWlanTxOctetsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.6 - ccWlanTxRetriesPktsTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcWlanTxRetriesPktsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "For each WLAN on the switch, this table describes - counts of the number of packets affected by transmit - retries, (no retries, 1 retry, 2 retries,... gave-up)." - ::= { ccWlanRfSum 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.6.1 - ccWlanTxRetriesPktsEntry OBJECT-TYPE - SYNTAX CcWlanTxRetriesPktsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccWlanIndex } - ::= { ccWlanTxRetriesPktsTable 1 } - - - CcWlanTxRetriesPktsEntry ::= - SEQUENCE { - ccWlanTxRetriesPktsNone - Counter32, - ccWlanTxRetriesPkts01 - Counter32, - ccWlanTxRetriesPkts02 - Counter32, - ccWlanTxRetriesPkts03 - Counter32, - ccWlanTxRetriesPkts04 - Counter32, - ccWlanTxRetriesPkts05 - Counter32, - ccWlanTxRetriesPkts06 - Counter32, - ccWlanTxRetriesPkts07 - Counter32, - ccWlanTxRetriesPkts08 - Counter32, - ccWlanTxRetriesPkts09 - Counter32, - ccWlanTxRetriesPkts10 - Counter32, - ccWlanTxRetriesPkts11 - Counter32, - ccWlanTxRetriesPkts12 - Counter32, - ccWlanTxRetriesPkts13 - Counter32, - ccWlanTxRetriesPkts14 - Counter32, - ccWlanTxRetriesPkts15 - Counter32, - ccWlanTxRetriesPktsFailed - Counter32 - } - - -- 1.3.6.1.4.1.388.11.2.4.5.100.6.1.1 - ccWlanTxRetriesPktsNone OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted with no retries." - ::= { ccWlanTxRetriesPktsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.6.1.2 - ccWlanTxRetriesPkts01 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted with exactly 1 retries." - ::= { ccWlanTxRetriesPktsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.6.1.3 - ccWlanTxRetriesPkts02 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted with exactly 2 retries." - ::= { ccWlanTxRetriesPktsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.6.1.4 - ccWlanTxRetriesPkts03 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted with exactly 3 retries." - ::= { ccWlanTxRetriesPktsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.6.1.5 - ccWlanTxRetriesPkts04 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted with exactly 4 retries." - ::= { ccWlanTxRetriesPktsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.6.1.6 - ccWlanTxRetriesPkts05 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted with exactly 5 retries." - ::= { ccWlanTxRetriesPktsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.6.1.7 - ccWlanTxRetriesPkts06 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted with exactly 6 retries." - ::= { ccWlanTxRetriesPktsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.6.1.8 - ccWlanTxRetriesPkts07 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted with exactly 7 retries." - ::= { ccWlanTxRetriesPktsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.6.1.9 - ccWlanTxRetriesPkts08 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted with exactly 8 retries." - ::= { ccWlanTxRetriesPktsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.6.1.10 - ccWlanTxRetriesPkts09 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted with exactly 9 retries." - ::= { ccWlanTxRetriesPktsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.6.1.11 - ccWlanTxRetriesPkts10 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted with exactly 10 retries." - ::= { ccWlanTxRetriesPktsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.6.1.12 - ccWlanTxRetriesPkts11 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted with exactly 11 retries." - ::= { ccWlanTxRetriesPktsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.6.1.13 - ccWlanTxRetriesPkts12 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted with exactly 12 retries." - ::= { ccWlanTxRetriesPktsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.6.1.14 - ccWlanTxRetriesPkts13 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted with exactly 13 retries." - ::= { ccWlanTxRetriesPktsEntry 14 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.6.1.15 - ccWlanTxRetriesPkts14 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted with exactly 14 retries." - ::= { ccWlanTxRetriesPktsEntry 15 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.6.1.16 - ccWlanTxRetriesPkts15 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts successfully transmitted with exactly 15 retries." - ::= { ccWlanTxRetriesPktsEntry 16 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.6.1.17 - ccWlanTxRetriesPktsFailed OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of pkts that never were successfully - transmitted to because the max retry count was exceeded." - ::= { ccWlanTxRetriesPktsEntry 17 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.7 - ccWlanTxRetriesOctetsTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcWlanTxRetriesOctetsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "For each WLAN on the switch, this table describes - counts of the number of octets affected by transmit - retries, (no retries, 1 retry, 2 retries,... gave-up)." - ::= { ccWlanRfSum 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.7.1 - ccWlanTxRetriesOctetsEntry OBJECT-TYPE - SYNTAX CcWlanTxRetriesOctetsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccWlanIndex } - ::= { ccWlanTxRetriesOctetsTable 1 } - - - CcWlanTxRetriesOctetsEntry ::= - SEQUENCE { - ccWlanTxRetriesOctetsNone - Counter32, - ccWlanTxRetriesOctets01 - Counter32, - ccWlanTxRetriesOctets02 - Counter32, - ccWlanTxRetriesOctets03 - Counter32, - ccWlanTxRetriesOctets04 - Counter32, - ccWlanTxRetriesOctets05 - Counter32, - ccWlanTxRetriesOctets06 - Counter32, - ccWlanTxRetriesOctets07 - Counter32, - ccWlanTxRetriesOctets08 - Counter32, - ccWlanTxRetriesOctets09 - Counter32, - ccWlanTxRetriesOctets10 - Counter32, - ccWlanTxRetriesOctets11 - Counter32, - ccWlanTxRetriesOctets12 - Counter32, - ccWlanTxRetriesOctets13 - Counter32, - ccWlanTxRetriesOctets14 - Counter32, - ccWlanTxRetriesOctets15 - Counter32, - ccWlanTxRetriesOctetsFailed - Counter32 - } - - -- 1.3.6.1.4.1.388.11.2.4.5.100.7.1.1 - ccWlanTxRetriesOctetsNone OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted with no retries." - ::= { ccWlanTxRetriesOctetsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.7.1.2 - ccWlanTxRetriesOctets01 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted with exactly 1 retries." - ::= { ccWlanTxRetriesOctetsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.7.1.3 - ccWlanTxRetriesOctets02 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted with exactly 2 retries." - ::= { ccWlanTxRetriesOctetsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.7.1.4 - ccWlanTxRetriesOctets03 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted with exactly 3 retries." - ::= { ccWlanTxRetriesOctetsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.7.1.5 - ccWlanTxRetriesOctets04 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted with exactly 4 retries." - ::= { ccWlanTxRetriesOctetsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.7.1.6 - ccWlanTxRetriesOctets05 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted with exactly 5 retries." - ::= { ccWlanTxRetriesOctetsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.7.1.7 - ccWlanTxRetriesOctets06 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted with exactly 6 retries." - ::= { ccWlanTxRetriesOctetsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.7.1.8 - ccWlanTxRetriesOctets07 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted with exactly 7 retries." - ::= { ccWlanTxRetriesOctetsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.7.1.9 - ccWlanTxRetriesOctets08 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted with exactly 8 retries." - ::= { ccWlanTxRetriesOctetsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.7.1.10 - ccWlanTxRetriesOctets09 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted with exactly 9 retries." - ::= { ccWlanTxRetriesOctetsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.7.1.11 - ccWlanTxRetriesOctets10 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted with exactly 10 retries." - ::= { ccWlanTxRetriesOctetsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.7.1.12 - ccWlanTxRetriesOctets11 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted with exactly 11 retries." - ::= { ccWlanTxRetriesOctetsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.7.1.13 - ccWlanTxRetriesOctets12 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted with exactly 12 retries." - ::= { ccWlanTxRetriesOctetsEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.7.1.14 - ccWlanTxRetriesOctets13 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted with exactly 13 retries." - ::= { ccWlanTxRetriesOctetsEntry 14 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.7.1.15 - ccWlanTxRetriesOctets14 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted with exactly 14 retries." - ::= { ccWlanTxRetriesOctetsEntry 15 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.7.1.16 - ccWlanTxRetriesOctets15 OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets successfully transmitted with exactly 15 retries." - ::= { ccWlanTxRetriesOctetsEntry 16 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.7.1.17 - ccWlanTxRetriesOctetsFailed OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of octets that never were successfully - transmitted to because the max retry count was exceeded." - ::= { ccWlanTxRetriesOctetsEntry 17 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.8 - ccWlanSigStatsTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcWlanSigStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table describes statistics about RSSI, Signal, Noise, - and SNR for packets recieved via each WLAN on the switch." - ::= { ccWlanRfSum 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.8.1 - ccWlanSigStatsEntry OBJECT-TYPE - SYNTAX CcWlanSigStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccWlanIndex } - ::= { ccWlanSigStatsTable 1 } - - - CcWlanSigStatsEntry ::= - SEQUENCE { - ccWlanSigStatsNumPkts - Counter32, - ccWlanSigStatsSignalBest - Integer32, - ccWlanSigStatsSignalWorst - Integer32, - ccWlanSigStatsSignalSum - Integer32, - ccWlanSigStatsSignalSumSquares - Counter64, - ccWlanSigStatsNoiseBest - Integer32, - ccWlanSigStatsNoiseWorst - Integer32, - ccWlanSigStatsNoiseSum - Integer32, - ccWlanSigStatsNoiseSumSquares - Counter64, - ccWlanSigStatsSnrBest - Integer32, - ccWlanSigStatsSnrWorst - Integer32, - ccWlanSigStatsSnrSum - Integer32, - ccWlanSigStatsSnrSumSquares - Counter64 - } - - -- 1.3.6.1.4.1.388.11.2.4.5.100.8.1.1 - ccWlanSigStatsNumPkts OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Total packets received included in - all the other counters reported in this row." - ::= { ccWlanSigStatsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.8.1.2 - ccWlanSigStatsSignalBest OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The best Signal value seen so far. - (Remember that a -20dBm Signal is better than -60dBm). - - This value is initialized to -500dBm." - ::= { ccWlanSigStatsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.8.1.3 - ccWlanSigStatsSignalWorst OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The worst Signal value seen so far. - (Remember that a -80dBm Signal is worse than -60dBm). - - This value is initialized to 500dBm." - ::= { ccWlanSigStatsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.8.1.4 - ccWlanSigStatsSignalSum OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A running sum of all Signal values calculated by the - switch (using reported RSSI values), for packets received. - - Note that this value is normally a negative value - ranging from -10dBm to -80dBm. It is possible for this - value to be positive, but that would be rare, and would - signal an exceptionally strong signal." - ::= { ccWlanSigStatsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.8.1.5 - ccWlanSigStatsSignalSumSquares OBJECT-TYPE - SYNTAX Counter64 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A sum of the squares of each Signal value calculated - for packets received. - - Unlike _SignalSum, this value is never negative, since - the square of a negative number is a positive." - ::= { ccWlanSigStatsEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.8.1.6 - ccWlanSigStatsNoiseBest OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The best Noise value seen so far. - (Remember that -80dBm Noise is better than -70dBm). - - This value is initialized to 500dBm." - ::= { ccWlanSigStatsEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.8.1.7 - ccWlanSigStatsNoiseWorst OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The worst Noise value seen so far. - (Remember that -50dBm Noise is worse than -60dBm). - - This value is initialized to -500dBm." - ::= { ccWlanSigStatsEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.8.1.8 - ccWlanSigStatsNoiseSum OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A running sum of all Noise values calculated by the - switch (using reported RSSI values), for packets. - - Like _SignalSum, this value is normally a negative value." - ::= { ccWlanSigStatsEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.8.1.9 - ccWlanSigStatsNoiseSumSquares OBJECT-TYPE - SYNTAX Counter64 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A sum of the squares of each Noise value calculated - for packets received. - - As with _SignalSumSquares, this value is never negative." - ::= { ccWlanSigStatsEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.8.1.10 - ccWlanSigStatsSnrBest OBJECT-TYPE - SYNTAX Integer32 - UNITS "dB" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The best SNR value seen so far. - (Remember that +30dBm SNR is better than +20dBm). - - This value is initialized to -500dB." - ::= { ccWlanSigStatsEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.8.1.11 - ccWlanSigStatsSnrWorst OBJECT-TYPE - SYNTAX Integer32 - UNITS "dB" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The worst SNR value seen so far. - (Remember that +10dBm SNR is worse than +20dBm). - - This value is initialized to 500dB." - ::= { ccWlanSigStatsEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.8.1.12 - ccWlanSigStatsSnrSum OBJECT-TYPE - SYNTAX Integer32 - UNITS "dB" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A running sum of all SNR values calculated by the - switch (using reported RSSI values), for packets received. - - Unlike _Signal and _Noise, this value is never negative." - ::= { ccWlanSigStatsEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.8.1.13 - ccWlanSigStatsSnrSumSquares OBJECT-TYPE - SYNTAX Counter64 - UNITS "dB" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A sum of the squares of each SNR value calculated - for packets received. - - This value is never negative." - ::= { ccWlanSigStatsEntry 13 } - - --- The switch roll-up values are reported at entry/instance --- 1001, as with the other ccWlanRfSum tables. Note, however, --- that the switch reports very few of the values that WLANs --- report, and will return NO-SUCH for those values on GET, --- and will 'skip-over' those columns for GET-NEXT. - -- 1.3.6.1.4.1.388.11.2.4.5.100.9 - ccWlanSumStatsShortTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcWlanSumStatsShortEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Averages and rates calculated over the SHORT window for - each WLAN." - ::= { ccWlanRfSum 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.9.1 - ccWlanSumStatsShortEntry OBJECT-TYPE - SYNTAX CcWlanSumStatsShortEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccWlanIndex } - ::= { ccWlanSumStatsShortTable 1 } - - - CcWlanSumStatsShortEntry ::= - SEQUENCE { - ccWlanSumStatsShortTimestamp - TimeTicks, - ccWlanSumStatsShortNumPkts - Unsigned32, - ccWlanSumStatsShortPktsPerSec100 - ScaleBy100, - ccWlanSumStatsShortPktsPerSecTx100 - ScaleBy100, - ccWlanSumStatsShortPktsPerSecRx100 - ScaleBy100, - ccWlanSumStatsShortThroughput - Unsigned32, - ccWlanSumStatsShortThroughputTx - Unsigned32, - ccWlanSumStatsShortThroughputRx - Unsigned32, - ccWlanSumStatsShortAvgBitSpeed - Unsigned32, - ccWlanSumStatsShortAvgMuSignal - Integer32, - ccWlanSumStatsShortAvgMuNoise - Integer32, - ccWlanSumStatsShortAvgMuSnr - Integer32, - ccWlanSumStatsShortPp10kNUcastPkts - PartsPer10k, - ccWlanSumStatsShortPp10kTxWithRetries - PartsPer10k, - ccWlanSumStatsShortPp10kDropped - PartsPer10k, - ccWlanSumStatsShortTxAvgRetries100 - ScaleBy100, - ccWlanSumStatsShortPp10kRxUndecrypt - PartsPer10k, - ccWlanSumStatsShortTotalMus - Unsigned32, - ccWlanSumStatsShortSkip1 - Integer32 - } - - -- 1.3.6.1.4.1.388.11.2.4.5.100.9.1.1 - ccWlanSumStatsShortTimestamp OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Snapshot of sysUpTime as of the END of the 'window' of - time that this entry of values represents." - ::= { ccWlanSumStatsShortEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.9.1.2 - ccWlanSumStatsShortNumPkts OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "packets" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of packets used to calculate the statistics in - this window." - ::= { ccWlanSumStatsShortEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.9.1.3 - ccWlanSumStatsShortPktsPerSec100 OBJECT-TYPE - SYNTAX ScaleBy100 - UNITS "pkts per sec x100" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Packets per second as averaged over the 'window'. - - For transmitted packets, each packet sucessfully sent - counts as 1, (not N, where N is the number of retries). - - Since SNMP does not convey decimal values, the result - is multiplied by 100." - ::= { ccWlanSumStatsShortEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.9.1.4 - ccWlanSumStatsShortPktsPerSecTx100 OBJECT-TYPE - SYNTAX ScaleBy100 - UNITS "pkts per sec x100" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Packets per second TX as averaged over the 'window'. - - Each packet sucessfully sent counts as 1, (not N, where N - is the number of retries). - - Since SNMP does not convey decimal values, the result - is multiplied by 100." - ::= { ccWlanSumStatsShortEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.9.1.5 - ccWlanSumStatsShortPktsPerSecRx100 OBJECT-TYPE - SYNTAX ScaleBy100 - UNITS "pkts per sec x100" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Packets per second RX as averaged over the 'window'. - - Since SNMP does not convey decimal values, the result - is multiplied by 100." - ::= { ccWlanSumStatsShortEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.9.1.6 - ccWlanSumStatsShortThroughput OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "bits per second" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Actual number of bits sent and received over the window, - divided by the number of seconds in the window. - - For transmitted packets, each packet sucessfully sent - counts as 1, (not N, where N is the number of retries)." - ::= { ccWlanSumStatsShortEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.9.1.7 - ccWlanSumStatsShortThroughputTx OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "bits per second" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Actual number of bits TX over the window, - divided by the number of seconds in the window. - - Each packet sucessfully sent counts as 1, (not N, where N - is the number of retries)." - ::= { ccWlanSumStatsShortEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.9.1.8 - ccWlanSumStatsShortThroughputRx OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "bits per second" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Actual number of bits RX over the window, - divided by the number of seconds in the window." - ::= { ccWlanSumStatsShortEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.9.1.9 - ccWlanSumStatsShortAvgBitSpeed OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "bits per second" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "An octet-weighted average of the speeds of all packets - sent/received. (For each possible speed, multiply the - number of octets sent/received by that speed; divide the - sum by the total number of octets; multiply by 8). - - For transmitted packets, each packet sucessfully sent - counts as 1, (not N, where N is the number of retries). - - This can be said in more plain english as: the average - bit-speed at which packets were sent/received." - ::= { ccWlanSumStatsShortEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.9.1.10 - ccWlanSumStatsShortAvgMuSignal OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The average of all signal values over the window. - - NOTE: dBm are normally negative. Here the NEGATIVE values - are reported as POSITIVE values. PO" - ::= { ccWlanSumStatsShortEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.9.1.11 - ccWlanSumStatsShortAvgMuNoise OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The average of all noise values over the window." - ::= { ccWlanSumStatsShortEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.9.1.12 - ccWlanSumStatsShortAvgMuSnr OBJECT-TYPE - SYNTAX Integer32 - UNITS "dB" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The average of all SNR values over the window." - ::= { ccWlanSumStatsShortEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.9.1.13 - ccWlanSumStatsShortPp10kNUcastPkts OBJECT-TYPE - SYNTAX PartsPer10k - UNITS "parts-per-10000" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Ratio of packets that were NOT unicast. - - Expressed as parts-per-10000." - ::= { ccWlanSumStatsShortEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.9.1.14 - ccWlanSumStatsShortPp10kTxWithRetries OBJECT-TYPE - SYNTAX PartsPer10k - UNITS "parts-per-10000" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Ratio of TX packets that experienced one or more retries. - - Expressed as parts-per-10000." - ::= { ccWlanSumStatsShortEntry 14 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.9.1.15 - ccWlanSumStatsShortPp10kDropped OBJECT-TYPE - SYNTAX PartsPer10k - UNITS "parts-per-10000" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Packets dropped divided by packets sent. Dropped here - means dropped intentionally due to the appropriate QoS - queue being full. Other reasons for dropped packets are - not counted in this ratio." - ::= { ccWlanSumStatsShortEntry 15 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.9.1.16 - ccWlanSumStatsShortTxAvgRetries100 OBJECT-TYPE - SYNTAX ScaleBy100 - UNITS "average x100" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "For all transmit packets (those that experienced some - retries, those that were successfully transmitted with - only 1 transmission, and those that attempted max times - and gave-up), the average number of RE-transmission - attempts. - - Said another (though identical) way: the sum of all - tranmission attempts divided by the number of unique - packets attempted to be sent. - - Since SNMP does not convey decimal values, the result - above is multiplied by 100. - - If there were no RE-transmissions, this value would be 0. - If every single packet required exactly two tranmissions, - this value would be 100, (representing 1.00)." - ::= { ccWlanSumStatsShortEntry 16 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.9.1.17 - ccWlanSumStatsShortPp10kRxUndecrypt OBJECT-TYPE - SYNTAX PartsPer10k - UNITS "parts-per-10000" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Ratio of RX packets that were undecryptable. - - Expressed as parts-per-10000." - ::= { ccWlanSumStatsShortEntry 17 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.9.1.18 - ccWlanSumStatsShortTotalMus OBJECT-TYPE - SYNTAX Unsigned32 (0..100) - UNITS "number of MUs" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The number of packets used to calculate the statistics in - this window for all MUs associated with WLAN." - ::= { ccWlanSumStatsShortEntry 18 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.9.1.19 - ccWlanSumStatsShortSkip1 OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS obsolete - DESCRIPTION - "Not relevant for WS2000 2.0." - ::= { ccWlanSumStatsShortEntry 19 } --- place-holder so _Pp10kDropped falls at same OID for --- both Portal and Wlan summary tables. --- - --- The switch roll-up values are reported at entry/instance --- 1001, as with the other ccWlanRfSum tables. Note, however, --- that the switch reports very few of the values that WLANs --- report, and will return NO-SUCH for those values on GET, --- and will 'skip-over' those columns for GET-NEXT. - -- 1.3.6.1.4.1.388.11.2.4.5.100.10 - ccWlanSumStatsLongTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcWlanSumStatsLongEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Averages and rates calculated over the LONG window for - each WLAN. - - (Refer to ccWlanSumStatsShortTable for descriptions)." - ::= { ccWlanRfSum 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.10.1 - ccWlanSumStatsLongEntry OBJECT-TYPE - SYNTAX CcWlanSumStatsLongEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccWlanIndex } - ::= { ccWlanSumStatsLongTable 1 } - - - CcWlanSumStatsLongEntry ::= - SEQUENCE { - ccWlanSumStatsLongTimestamp - TimeTicks, - ccWlanSumStatsLongNumPkts - Unsigned32, - ccWlanSumStatsLongPktsPerSec100 - ScaleBy100, - ccWlanSumStatsLongPktsPerSecTx100 - ScaleBy100, - ccWlanSumStatsLongPktsPerSecRx100 - ScaleBy100, - ccWlanSumStatsLongThroughput - Unsigned32, - ccWlanSumStatsLongThroughputTx - Unsigned32, - ccWlanSumStatsLongThroughputRx - Unsigned32, - ccWlanSumStatsLongAvgBitSpeed - Unsigned32, - ccWlanSumStatsLongAvgMuSignal - Integer32, - ccWlanSumStatsLongAvgMuNoise - Integer32, - ccWlanSumStatsLongAvgMuSnr - Integer32, - ccWlanSumStatsLongPp10kNUcastPkts - PartsPer10k, - ccWlanSumStatsLongPp10kTxWithRetries - PartsPer10k, - ccWlanSumStatsLongPp10kDropped - PartsPer10k, - ccWlanSumStatsLongTxAvgRetries100 - ScaleBy100, - ccWlanSumStatsLongPp10kRxUndecrypt - PartsPer10k, - ccWlanSumStatsLongTotalMus - Unsigned32, - ccWlanSumStatsLongSkip1 - Integer32 - } - - -- 1.3.6.1.4.1.388.11.2.4.5.100.10.1.1 - ccWlanSumStatsLongTimestamp OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccWlanSumStatsLongEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.10.1.2 - ccWlanSumStatsLongNumPkts OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "packets" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccWlanSumStatsLongEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.10.1.3 - ccWlanSumStatsLongPktsPerSec100 OBJECT-TYPE - SYNTAX ScaleBy100 - UNITS "pkts per sec x100" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccWlanSumStatsLongEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.10.1.4 - ccWlanSumStatsLongPktsPerSecTx100 OBJECT-TYPE - SYNTAX ScaleBy100 - UNITS "pkts per sec x100" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccWlanSumStatsLongEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.10.1.5 - ccWlanSumStatsLongPktsPerSecRx100 OBJECT-TYPE - SYNTAX ScaleBy100 - UNITS "pkts per sec x100" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccWlanSumStatsLongEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.10.1.6 - ccWlanSumStatsLongThroughput OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "bits per second" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccWlanSumStatsLongEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.10.1.7 - ccWlanSumStatsLongThroughputTx OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "bits per second" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccWlanSumStatsLongEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.10.1.8 - ccWlanSumStatsLongThroughputRx OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "bits per second" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccWlanSumStatsLongEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.10.1.9 - ccWlanSumStatsLongAvgBitSpeed OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "bits per second" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccWlanSumStatsLongEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.10.1.10 - ccWlanSumStatsLongAvgMuSignal OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccWlanSumStatsLongEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.10.1.11 - ccWlanSumStatsLongAvgMuNoise OBJECT-TYPE - SYNTAX Integer32 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccWlanSumStatsLongEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.10.1.12 - ccWlanSumStatsLongAvgMuSnr OBJECT-TYPE - SYNTAX Integer32 - UNITS "dB" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccWlanSumStatsLongEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.10.1.13 - ccWlanSumStatsLongPp10kNUcastPkts OBJECT-TYPE - SYNTAX PartsPer10k - UNITS "parts-per-10000" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccWlanSumStatsLongEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.10.1.14 - ccWlanSumStatsLongPp10kTxWithRetries OBJECT-TYPE - SYNTAX PartsPer10k - UNITS "parts-per-10000" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccWlanSumStatsLongEntry 14 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.10.1.15 - ccWlanSumStatsLongPp10kDropped OBJECT-TYPE - SYNTAX PartsPer10k - UNITS "parts-per-10000" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccWlanSumStatsLongEntry 15 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.10.1.16 - ccWlanSumStatsLongTxAvgRetries100 OBJECT-TYPE - SYNTAX ScaleBy100 - UNITS "average x100" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccWlanSumStatsLongEntry 16 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.10.1.17 - ccWlanSumStatsLongPp10kRxUndecrypt OBJECT-TYPE - SYNTAX PartsPer10k - UNITS "parts-per-10000" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccWlanSumStatsLongEntry 17 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.10.1.18 - ccWlanSumStatsLongTotalMus OBJECT-TYPE - SYNTAX Unsigned32 (0..100) - UNITS "number of MUs" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ccWlanSumStatsLongEntry 18 } - - - -- 1.3.6.1.4.1.388.11.2.4.5.100.10.1.19 - ccWlanSumStatsLongSkip1 OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS obsolete - DESCRIPTION - "Description." - ::= { ccWlanSumStatsLongEntry 19 } --- place-holder so _Pp10kDropped falls at same OID for --- both Portal and Wlan summary tables. --- - - -- 1.3.6.1.4.1.388.11.2.5 - ccSwitch OBJECT IDENTIFIER ::= { ws2k 5 } - - - -- 1.3.6.1.4.1.388.11.2.5.1 - ccWan OBJECT IDENTIFIER ::= { ccSwitch 1 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.1 - ccWanTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcWanEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of WAN interfaces. - - There is only one WAN interface on the WS2000, but we - show the WAN interface in a table for consistancy and - to have an entry to point to from other tables, (such - as the MatrixSrc and MatrixDest tables)." - ::= { ccWan 1 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.1.1 - ccWanEntry OBJECT-TYPE - SYNTAX CcWanEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccWanIndex } - ::= { ccWanTable 1 } - - - CcWanEntry ::= - SEQUENCE { - ccWanIndex - Integer32, - ccWanDhcpEnable - TruthValue, - ccWanDhcpIpAddr - IpAddress, - ccWanDhcpSubnetMask - IpAddress, - ccWanDhcpDefaultGateway - IpAddress, - ccWanDhcpPrimaryDnsServer - IpAddress, - ccWanDhcpSecondaryDnsServer - IpAddress, - ccWanSubnetMask - IpAddress, - ccWanDefaultGateway - IpAddress, - ccWanPrimaryDnsServer - IpAddress, - ccWanSecondaryDnsServer - IpAddress - } - - -- 1.3.6.1.4.1.388.11.2.5.1.1.1.1 - ccWanIndex OBJECT-TYPE - SYNTAX Integer32 (1..127) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple index." - ::= { ccWanEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.1.1.2 - ccWanDhcpEnable OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable DHCP on this WAN interface. - " - ::= { ccWanEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.1.1.3 - ccWanDhcpIpAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The IP address obtained via DHCP. - - If DHCP is disabled or if DHCP has not yet obtained - values, this value will be 0.0.0.0." - ::= { ccWanEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.1.1.4 - ccWanDhcpSubnetMask OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The subnet mask address obtained via DHCP. - - If DHCP is disabled or if DHCP has not yet obtained - values, this value will be 0.0.0.0." - ::= { ccWanEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.1.1.5 - ccWanDhcpDefaultGateway OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The default gateway obtained via DHCP. - - If DHCP is disabled or if DHCP has not yet obtained - values, this value will be 0.0.0.0." - ::= { ccWanEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.1.1.6 - ccWanDhcpPrimaryDnsServer OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The primary DNS server obtained via DHCP. - - If DHCP is disabled or if DHCP has not yet obtained - values, this value will be 0.0.0.0." - ::= { ccWanEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.1.1.7 - ccWanDhcpSecondaryDnsServer OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The secondary DNS server obtained via DHCP. - - If DHCP is disabled or if DHCP has not yet obtained - values, this value will be 0.0.0.0." - ::= { ccWanEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.1.1.8 - ccWanSubnetMask OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The subnet mask to use if DHCP is not enabled. - - If DHCP is enabled, this value is still writeable, - but is not used." - ::= { ccWanEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.1.1.9 - ccWanDefaultGateway OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The default gateway to use if DHCP is not enabled. - - If DHCP is enabled, this value is still writeable, - but is not used." - ::= { ccWanEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.1.1.10 - ccWanPrimaryDnsServer OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The primary DNS server to use if DHCP is not enabled. - - If DHCP is enabled, this value is still writeable, - but is not used." - ::= { ccWanEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.1.1.11 - ccWanSecondaryDnsServer OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The secondary DNS server to use if DHCP is not - enabled. - - If DHCP is enabled, this value is still writeable, - but is not used." - ::= { ccWanEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.2 - ccWanPppoeTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcWanPppoeEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "PPPoE settings for WAN interfaces." - ::= { ccWan 2 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.2.1 - ccWanPppoeEntry OBJECT-TYPE - SYNTAX CcWanPppoeEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccWanIndex } - ::= { ccWanPppoeTable 1 } - - - CcWanPppoeEntry ::= - SEQUENCE { - ccWanPppoeEnable - StaticRowEnable, - ccWanPppoeUsername - DisplayString, - ccWanPppoePassword - DisplayString, - ccWanPppoeKeepAlive - TruthValue, - ccWanPppoeIdleTime - Unsigned32, - ccWanPppoeAuthType - INTEGER - } - - -- 1.3.6.1.4.1.388.11.2.5.1.2.1.1 - ccWanPppoeEnable OBJECT-TYPE - SYNTAX StaticRowEnable - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable PPPoE for this WAN interface." - ::= { ccWanPppoeEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.2.1.2 - ccWanPppoeUsername OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "PPPoE username." - ::= { ccWanPppoeEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.2.1.3 - ccWanPppoePassword OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "PPPoE password. - - When this value is read, the switch returns a - DisplayString of zero length." - ::= { ccWanPppoeEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.2.1.4 - ccWanPppoeKeepAlive OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "PPPoE keep-alive." - ::= { ccWanPppoeEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.2.1.5 - ccWanPppoeIdleTime OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "seconds" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "PPPoE idle time." - ::= { ccWanPppoeEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.2.1.6 - ccWanPppoeAuthType OBJECT-TYPE - SYNTAX INTEGER - { - none(1), - papOrChap(2), - pap(3), - chap(4) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "PPPoE authentication type. - - If no bits are set, no authentication is done. - If more than one bit is set, any of the selected - methods may be used by the switch." - ::= { ccWanPppoeEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.3 - ccWanIpAddrTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcWanIpAddrEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of IP addresses for the given WAN interface. - Up to 8 IP addresses per WAN interface." - ::= { ccWan 3 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.3.1 - ccWanIpAddrEntry OBJECT-TYPE - SYNTAX CcWanIpAddrEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccWanIndex, ccWanIpAddrIndex } - ::= { ccWanIpAddrTable 1 } - - - CcWanIpAddrEntry ::= - SEQUENCE { - ccWanIpAddrIndex - Integer32, - ccWanIpAddrEnable - StaticRowEnable, - ccWanIpAddr - IpAddress - } - - -- 1.3.6.1.4.1.388.11.2.5.1.3.1.1 - ccWanIpAddrIndex OBJECT-TYPE - SYNTAX Integer32 (1..127) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple index 1..8 of entries for each WAN interface." - ::= { ccWanIpAddrEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.3.1.2 - ccWanIpAddrEnable OBJECT-TYPE - SYNTAX StaticRowEnable - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable this entry." - ::= { ccWanIpAddrEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.3.1.3 - ccWanIpAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "WAN IP address." - ::= { ccWanIpAddrEntry 3 } - - --- Variables to control the Firewall function. - -- 1.3.6.1.4.1.388.11.2.5.1.4 - ccWanFirewall OBJECT IDENTIFIER ::= { ccWan 4 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.4.1 - ccWanFirewallGlobalEnable OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This variable enables/disables the global state of the - firewall. Note that if the firewall function is disabled, - NAT, VPN, content filtering and subnet access are also - disabled. - - (Disabling all these functions would only be useful in - using the WS2000 in an existing network topology). - - Factory-default state is TRUE." - ::= { ccWanFirewall 1 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.4.2 - ccWanFirewallTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcWanFirewallEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of Firewall attacks that can be enabled/disabled." - ::= { ccWanFirewall 2 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.4.2.1 - ccWanFirewallEntry OBJECT-TYPE - SYNTAX CcWanFirewallEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccWanIndex } - ::= { ccWanFirewallTable 1 } - - - CcWanFirewallEntry ::= - SEQUENCE { - ccWanFirewallIndex - INTEGER, - ccWanFirewallDescription - DisplayString, - ccWanFirewallAlwaysEnabled - TruthValue, - ccWanFirewallEnable - TruthValue - } - - -- 1.3.6.1.4.1.388.11.2.5.1.4.2.1.1 - ccWanFirewallIndex OBJECT-TYPE - SYNTAX INTEGER - { - fwIpSpoofing(1), - fwPingOfDeath(2), - fwLandAttack(3), - fwReassemblyAttack(4), - fwSynFloodAttack(5), - fwSourceRouting(6), - fwWinnukeAttack(7), - fwFtpBounceAttack(8), - fwIpUnalignedTimestamp(9), - fwIpSequenceNumberPrediction(10), - fwMimeFloodAttack(11) - } - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple index, but with explicitly enumerated values." - ::= { ccWanFirewallEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.4.2.1.2 - ccWanFirewallDescription OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Short description of the type of attack." - ::= { ccWanFirewallEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.4.2.1.3 - ccWanFirewallAlwaysEnabled OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A few of the firewall algorithms can NOT be disabled. - If this value is TRUE, this is one of those algorithms. - Any attempt to set ccWanFwEnable to FALSE will result in - a BAD-VALUE error." - ::= { ccWanFirewallEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.4.2.1.4 - ccWanFirewallEnable OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Set to TRUE to enable this type of firewall check." - ::= { ccWanFirewallEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.4.3 - ccWanFirewallMimeFloodMaxHeaderLength OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "bytes" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Mime flood attack check max header length." - ::= { ccWanFirewall 3 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.4.4 - ccWanFirewallMimeFloodMaxHeaders OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Mime flood attack check max headers." - ::= { ccWanFirewall 4 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.4.5 - ccWanNatTimeout OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Timeout value for NAT." - ::= { ccWanFirewall 5 } - - --- Values regarding NAT functions. - -- 1.3.6.1.4.1.388.11.2.5.1.5 - ccWanNat OBJECT IDENTIFIER ::= { ccWan 5 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.5.1 - ccWanNatLowestUnusedSlot OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Since the ccWanNatTable is actually - implemented as a single list of entries, - the second index of the ccWanNatTable, - (ccWanNatIndex), must be unique across all - ccWanNatTable entries. This scalar tells - the network management software the - lowest unused value that is available to be - used for ccWanNatIndex, when creating a - new ccWanNatTable entry. - " - ::= { ccWanNat 1 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.5.2 - ccWanNatTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcWanNatEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of NAT mappings for each IP address assigned to - each WAN interface. - - (The WS2000 currently only has one WAN interface, but - all MIBs are designed for the possibility of multiple - WAN interfaces)." - ::= { ccWanNat 2 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.5.2.1 - ccWanNatEntry OBJECT-TYPE - SYNTAX CcWanNatEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccWanNatIndex, ccWanNatWanIpAddress } - ::= { ccWanNatTable 1 } - - - CcWanNatEntry ::= - SEQUENCE { - ccWanNatIndex - Integer32, - ccWanNatWanIpAddress - IpAddress, - ccWanNatType - INTEGER, - ccWanNat1to1IpAddr - IpAddress, - ccWanNatInboundDefaultEna - TruthValue, - ccWanNatInboundDefaultIp - IpAddress - } - - -- 1.3.6.1.4.1.388.11.2.5.1.5.2.1.1 - ccWanNatIndex OBJECT-TYPE - SYNTAX Integer32 (1..127) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple index matching the simple index in the - ccWanTable." - ::= { ccWanNatEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.5.2.1.2 - ccWanNatWanIpAddress OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "One, (of possibly several), IP addresses assigned to - this WAN interface. One entries in this table will - appear for each matching entry in the - ccWanIpAddrTable." - ::= { ccWanNatEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.5.2.1.3 - ccWanNatType OBJECT-TYPE - SYNTAX INTEGER - { - natNone(1), - nat1to1(2), - nat1toMany(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Configure the NAT type. - - Only if 'nat1to1' is selected is the - ccWanNat1to1IpAddr value is used. In such a case, - any corresponding entries in the ccWanNatInboundTable - and the ccWanNatOutboundTable are ignored. - - If 'none' is selected, all the above mentioned values - are ignored. - - If '1toMany' is selected, the ccWanNat1to1IpAddr - value is ignored, but entries, (if any), in the two - tables are relevant." - ::= { ccWanNatEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.5.2.1.4 - ccWanNat1to1IpAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The IP address to use for outbound 1-to-1 mapping. - - Only used if ccWanNatType is '1to1'." - ::= { ccWanNatEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.5.2.1.5 - ccWanNatInboundDefaultEna OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "If set, any port that is NOT found in the - ccWanNatInboundTable entries is forwarded to the - IP addr specified by ccWanNatInboundDefaultIp." - ::= { ccWanNatEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.5.2.1.6 - ccWanNatInboundDefaultIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP addr to send ports that do not match any entry in - the ccWanNatInboundTable." - ::= { ccWanNatEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.5.3 - ccWanNatInboundTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcWanNatInboundEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of inbound NAT mappings for IP addresses on - WAN interfaces that are set to ccWanNatType of - '1to1' or '1toMany'." - ::= { ccWanNat 3 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.5.3.1 - ccWanNatInboundEntry OBJECT-TYPE - SYNTAX CcWanNatInboundEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccWanNatIndex, ccWanNatWanIpAddress, ccWanNatInboundIndex } - ::= { ccWanNatInboundTable 1 } - - - CcWanNatInboundEntry ::= - SEQUENCE { - ccWanNatInboundIndex - Integer32, - ccWanNatInboundName - DisplayString, - ccWanNatInboundTransport - INTEGER, - ccWanNatInboundStartPort - Integer32, - ccWanNatInboundEndPort - Integer32, - ccWanNatInboundIpAddr - IpAddress, - ccWanNatInboundTranslationPort - Integer32, - ccWanNatInboundRowStatus - AbbrevRowStatus - } - - -- 1.3.6.1.4.1.388.11.2.5.1.5.3.1.1 - ccWanNatInboundIndex OBJECT-TYPE - SYNTAX Integer32 (1..255) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "A given IP address on a given WAN interface may have - many inbound NAT mappings. This (3rd) index numbers - those many mappings." - ::= { ccWanNatInboundEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.5.3.1.2 - ccWanNatInboundName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Name of the inbound mapping." - ::= { ccWanNatInboundEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.5.3.1.3 - ccWanNatInboundTransport OBJECT-TYPE - SYNTAX INTEGER - { - all(1), - tcp(2), - udp(3), - icmp(4), - ah(5), - esp(6), - gre(7) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Transport for which this mapping applies." - ::= { ccWanNatInboundEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.5.3.1.4 - ccWanNatInboundStartPort OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Low-end of the port range." - ::= { ccWanNatInboundEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.5.3.1.5 - ccWanNatInboundEndPort OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "High-end of the port range." - ::= { ccWanNatInboundEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.5.3.1.6 - ccWanNatInboundIpAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP address to map to." - ::= { ccWanNatInboundEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.5.3.1.7 - ccWanNatInboundTranslationPort OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Description." - ::= { ccWanNatInboundEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.5.3.1.8 - ccWanNatInboundRowStatus OBJECT-TYPE - SYNTAX AbbrevRowStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Simple row status." - ::= { ccWanNatInboundEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.5.4 - ccWanNatOutboundTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcWanNatOutboundEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of outbound NAT mappings for IP addresses on - WAN interfaces that are set to ccWanNatType of - '1toMany'." - ::= { ccWanNat 4 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.5.4.1 - ccWanNatOutboundEntry OBJECT-TYPE - SYNTAX CcWanNatOutboundEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccWanNatIndex, ccWanNatWanIpAddress, ccWanNatOutboundSubnetIndex } - ::= { ccWanNatOutboundTable 1 } - - - CcWanNatOutboundEntry ::= - SEQUENCE { - ccWanNatOutboundSubnetIndex - Integer32, - ccWanNatOutboundEnable - INTEGER, - ccWanNatOutboundPossibleIpAddr - MultiPointer63, - ccWanNatOutboundIpAddr - SinglePointer - } - - -- 1.3.6.1.4.1.388.11.2.5.1.5.4.1.1 - ccWanNatOutboundSubnetIndex OBJECT-TYPE - SYNTAX Integer32 (1..255) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "A different mapping can be set for each subnet. This - (3rd) index specifies the subnet. - - This index is the same value for a given subnet as in - the ccLanTable." - ::= { ccWanNatOutboundEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.5.4.1.2 - ccWanNatOutboundEnable OBJECT-TYPE - SYNTAX INTEGER (1..2) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable the Outbound entry." - ::= { ccWanNatOutboundEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.5.4.1.3 - ccWanNatOutboundPossibleIpAddr OBJECT-TYPE - SYNTAX MultiPointer63 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This multi-bit-mask-pointer points to every IP - address in the ccWanIpAddrTable that is a valid - outbound NAT mapping for this subnet. - - Setting this value to all 0s effectively - disables this NAT mapping." - ::= { ccWanNatOutboundEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.5.4.1.4 - ccWanNatOutboundIpAddr OBJECT-TYPE - SYNTAX SinglePointer - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This value points to the ccWanIpAddrTable entry that - has been selected for the outbound NAT mapping." - ::= { ccWanNatOutboundEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6 - ccWanVpn OBJECT IDENTIFIER ::= { ccWan 6 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4 - ccWanVpnTunnelConfig OBJECT IDENTIFIER ::= { ccWanVpn 4 } --- Tables used to configure VPNs on this switch. --- --- Since there are so many settings for each such tunnel, --- the values have been divided into three tables. The --- second two tables AUGMENT the first. --- --- Since the number of values to create a VPN that must be --- SET exceed that which can fit in a single packet, a true --- RowStatus is used, (not the AbbrevRowStatus). Given this, --- default values are specified for each item. - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.1 - ccWanVpnTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcWanVpnEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of VPN entries." - ::= { ccWanVpnTunnelConfig 1 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.1.1 - ccWanVpnEntry OBJECT-TYPE - SYNTAX CcWanVpnEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - INDEX { ccWanVpnIndex } - ::= { ccWanVpnTable 1 } - - - CcWanVpnEntry ::= - SEQUENCE { - ccWanVpnIndex - INTEGER, - ccWanVpnName - DisplayString, - ccWanVpnLocalSubnet - SinglePointer, - ccWanVpnLocalWanIp - SinglePointer, - ccWanVpnRemoteSubnet - IpAddress, - ccWanVpnRemoteSubnetMask - IpAddress, - ccWanVpnRemoteGateway - IpAddress, - ccWanVpnKeyExchange - INTEGER, - ccWanVpnRowStatus - RowStatus - } - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.1.1.1 - ccWanVpnIndex OBJECT-TYPE - SYNTAX INTEGER (1..25) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple Index." - ::= { ccWanVpnEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.1.1.2 - ccWanVpnName OBJECT-TYPE - SYNTAX DisplayString (SIZE (1..13)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Name of VPN tunnel." - ::= { ccWanVpnEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.1.1.3 - ccWanVpnLocalSubnet OBJECT-TYPE - SYNTAX SinglePointer - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Points to a ccSubnetTable entry. 1-LAN1, 2-LAN2, 3-WAN" - ::= { ccWanVpnEntry 3 } --- ??-India: please provide a defval?? - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.1.1.4 - ccWanVpnLocalWanIp OBJECT-TYPE - SYNTAX SinglePointer - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Points to a ccWanIpAddr entry." - ::= { ccWanVpnEntry 4 } --- ??-India: please provide a defval?? - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.1.1.5 - ccWanVpnRemoteSubnet OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP addr of the remote subnet." - DEFVAL { '00000000'h } - ::= { ccWanVpnEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.1.1.6 - ccWanVpnRemoteSubnetMask OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Mask for remote subnet." - DEFVAL { '00000000'h } - ::= { ccWanVpnEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.1.1.7 - ccWanVpnRemoteGateway OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Gateway IP addr for the remote subnet." - DEFVAL { '00000000'h } - ::= { ccWanVpnEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.1.1.8 - ccWanVpnKeyExchange OBJECT-TYPE - SYNTAX INTEGER - { - manual(1), - automatic(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Selects manual or automatic key exchange mechanism." - DEFVAL { manual } - ::= { ccWanVpnEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.1.1.9 - ccWanVpnRowStatus OBJECT-TYPE - SYNTAX RowStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Used to create/destroy rows." - ::= { ccWanVpnEntry 9 } --- Note that unlike so many other WS2000 tables, this is NOT --- an abbreviated RowStatus. A full RowStatus is needed in --- order to have the ability to create a new row with status --- of UnderCreation, so that the multitude of columns can be --- filled-in before Activation. - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.2 - ccWanVpnKeyManualTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcWanVpnKeyManualEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of Manual Key Setting entries." - ::= { ccWanVpnTunnelConfig 2 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.2.1 - ccWanVpnKeyManualEntry OBJECT-TYPE - SYNTAX CcWanVpnKeyManualEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - AUGMENTS { ccWanVpnEntry } - ::= { ccWanVpnKeyManualTable 1 } - - - CcWanVpnKeyManualEntry ::= - SEQUENCE { - ccWanVpnKeyManualAhAuth - INTEGER, - ccWanVpnKeyManualInAhAuthKey - HexPassword, - ccWanVpnKeyManualOutAhAuthKey - HexPassword, - ccWanVpnKeyManualInAhSpi - Unsigned32, - ccWanVpnKeyManualOutAhSpi - Unsigned32, - ccWanVpnKeyManualEspType - INTEGER, - ccWanVpnKeyManualEspEncrypAlg - INTEGER, - ccWanVpnKeyManualInEspEncrypKey - HexPassword, - ccWanVpnKeyManualOutEspEncrypKey - HexPassword, - ccWanVpnKeyManualEspAuthAlg - INTEGER, - ccWanVpnKeyManualInEspAuthKey - HexPassword, - ccWanVpnKeyManualOutEspAuthKey - HexPassword, - ccWanVpnKeyManualInEspSpi - Unsigned32, - ccWanVpnKeyManualOutEspSpi - Unsigned32 - } - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.2.1.1 - ccWanVpnKeyManualAhAuth OBJECT-TYPE - SYNTAX INTEGER - { - none(1), - md5(2), - sha1(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "data authentication and anti-replay services for the VPN tunnel. - - The following 2 keys have max length: - md5 - 32 hex characters - sha1 - 40 - " - DEFVAL { none } - ::= { ccWanVpnKeyManualEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.2.1.2 - ccWanVpnKeyManualInAhAuthKey OBJECT-TYPE - SYNTAX HexPassword (SIZE (0..40)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "AH Authentication Key for inbound traffic." - ::= { ccWanVpnKeyManualEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.2.1.3 - ccWanVpnKeyManualOutAhAuthKey OBJECT-TYPE - SYNTAX HexPassword (SIZE (0..40)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "AH Authentication Key for outbound traffic." - ::= { ccWanVpnKeyManualEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.2.1.4 - ccWanVpnKeyManualInAhSpi OBJECT-TYPE - SYNTAX Unsigned32 (256..4294967295) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "inbound security association created by the AH algorithm." - DEFVAL { 256 } - ::= { ccWanVpnKeyManualEntry 4 } --- ??-India: is this range correct? --- note that it's SET via decimal, not hex. - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.2.1.5 - ccWanVpnKeyManualOutAhSpi OBJECT-TYPE - SYNTAX Unsigned32 (256..4294967295) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "outbound security association created by the AH algorithm." - DEFVAL { 256 } - ::= { ccWanVpnKeyManualEntry 5 } --- ??-India: is this range correct? --- note that it's SET via decimal, not hex. - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.2.1.6 - ccWanVpnKeyManualEspType OBJECT-TYPE - SYNTAX INTEGER - { - none(1), - esp(2), - espWithAuthentication(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "packet encryption and optional data authentication - and anti-replay services for the VPN tunnel. - - Some of the next 6 variables are used depending on: - none - all 6 variables are ignored - esp - first 3 are used, next 3 ignored - espWithAuth - all 6 are used - " - DEFVAL { esp } - ::= { ccWanVpnKeyManualEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.2.1.7 - ccWanVpnKeyManualEspEncrypAlg OBJECT-TYPE - SYNTAX INTEGER - { - des(1), - des3(2), - aes128bit(3), - aes192bit(4), - aes256bit(5) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "ESP Encryption Algorithm. - - The following 2 keys have max length: - des - 16 hex characters - des3 - 48 - aes128bit - 32 - aes192bit - 48 - aes256bit - 64 - " - DEFVAL { des } - ::= { ccWanVpnKeyManualEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.2.1.8 - ccWanVpnKeyManualInEspEncrypKey OBJECT-TYPE - SYNTAX HexPassword (SIZE (0..64)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "ESP Encryption Key for inbound traffic." - ::= { ccWanVpnKeyManualEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.2.1.9 - ccWanVpnKeyManualOutEspEncrypKey OBJECT-TYPE - SYNTAX HexPassword (SIZE (0..64)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "ESP Encryption Key for inbound traffic." - ::= { ccWanVpnKeyManualEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.2.1.10 - ccWanVpnKeyManualEspAuthAlg OBJECT-TYPE - SYNTAX INTEGER - { - md5(1), - sha1(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "ESP Authentication Algorithm. - - The following 2 keys have max length: - md5 - 32 hex characters - sha1 - 40" - DEFVAL { md5 } - ::= { ccWanVpnKeyManualEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.2.1.11 - ccWanVpnKeyManualInEspAuthKey OBJECT-TYPE - SYNTAX HexPassword (SIZE (0..40)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "ESP Authentication Key for inbound traffic." - ::= { ccWanVpnKeyManualEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.2.1.12 - ccWanVpnKeyManualOutEspAuthKey OBJECT-TYPE - SYNTAX HexPassword (SIZE (0..40)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "ESP Authentication Key for outbound traffic." - ::= { ccWanVpnKeyManualEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.2.1.13 - ccWanVpnKeyManualInEspSpi OBJECT-TYPE - SYNTAX Unsigned32 (256..4294967295) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "inbound security association created by the ESP algorithm." - DEFVAL { 256 } - ::= { ccWanVpnKeyManualEntry 13 } --- ??-India: is this range correct? --- note that it's SET via decimal, not hex. - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.2.1.14 - ccWanVpnKeyManualOutEspSpi OBJECT-TYPE - SYNTAX Unsigned32 (256..4294967295) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "outbound security association created by the ESP algorithm." - DEFVAL { 256 } - ::= { ccWanVpnKeyManualEntry 14 } --- ??-India: is this range correct? --- note that it's SET via decimal, not hex. - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.3 - ccWanVpnKeyAutoTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcWanVpnKeyAutoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of Auto Key Setting entries." - ::= { ccWanVpnTunnelConfig 3 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.3.1 - ccWanVpnKeyAutoEntry OBJECT-TYPE - SYNTAX CcWanVpnKeyAutoEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - AUGMENTS { ccWanVpnEntry } - ::= { ccWanVpnKeyAutoTable 1 } - - - CcWanVpnKeyAutoEntry ::= - SEQUENCE { - ccWanVpnKeyAutoUsePerfectSecrecy - TruthValue, - ccWanVpnKeyAutoAhAuth - INTEGER, - ccWanVpnKeyAutoEspType - INTEGER, - ccWanVpnKeyAutoEspEncrypAlg - INTEGER, - ccWanVpnKeyAutoEspAuthAlg - INTEGER, - ccWanVpnKeyAutoIkeOperationMode - INTEGER, - ccWanVpnKeyAutoIkeLocalIdType - INTEGER, - ccWanVpnKeyAutoIkeLocalIdData - DisplayString, - ccWanVpnKeyAutoIkeRemoteIdType - INTEGER, - ccWanVpnKeyAutoIkeRemoteIdData - DisplayString, - ccWanVpnKeyAutoIkeAuthType - INTEGER, - ccWanVpnKeyAutoIkeAuthAlg - INTEGER, - ccWanVpnKeyAutoIkeAuthPassphrase - Password, - ccWanVpnKeyAutoIkeEncrypAlg - INTEGER, - ccWanVpnKeyAutoIkeXauthMode - INTEGER, - ccWanVpnKeyAutoIkeXauthUsername - DisplayString, - ccWanVpnKeyAutoIkeXauthPassword - Password, - ccWanVpnKeyAutoIkeKeyLifetime - Unsigned32, - ccWanVpnKeyAutoIkeDiffieHelmanGroup - INTEGER - } - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.3.1.1 - ccWanVpnKeyAutoUsePerfectSecrecy OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "enable Perfect Forward Secrecy." - DEFVAL { false } - ::= { ccWanVpnKeyAutoEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.3.1.2 - ccWanVpnKeyAutoAhAuth OBJECT-TYPE - SYNTAX INTEGER - { - none(1), - md5(2), - sha1(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "data authentication and anti-replay services for the VPN tunnel." - DEFVAL { none } - ::= { ccWanVpnKeyAutoEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.3.1.3 - ccWanVpnKeyAutoEspType OBJECT-TYPE - SYNTAX INTEGER - { - none(1), - esp(2), - espWithAuthentication(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "packet encryption and optional data authentication and - anti-replay services for the VPN tunnel. - - Some of the next 2 variables are used depending on: - none - the 2 variables are ignored - esp - the first is used, the second is ignored - espWithAuth - both variables are used" - DEFVAL { esp } - ::= { ccWanVpnKeyAutoEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.3.1.4 - ccWanVpnKeyAutoEspEncrypAlg OBJECT-TYPE - SYNTAX INTEGER - { - des(1), - des3(2), - aes128bit(3), - aes196bit(4), - aes256bit(5) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "ESP Encryption Algorithm." - DEFVAL { des } - ::= { ccWanVpnKeyAutoEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.3.1.5 - ccWanVpnKeyAutoEspAuthAlg OBJECT-TYPE - SYNTAX INTEGER - { - md5(1), - sha1(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "ESP Authentication Algorithm. - " - DEFVAL { md5 } - ::= { ccWanVpnKeyAutoEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.3.1.6 - ccWanVpnKeyAutoIkeOperationMode OBJECT-TYPE - SYNTAX INTEGER - { - main(1), - aggressive(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IKE opreational mode. - IKE main mode refers to the identity-protection exchange, - and IKE aggressive mode refers to the aggressive exchange" - DEFVAL { main } - ::= { ccWanVpnKeyAutoEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.3.1.7 - ccWanVpnKeyAutoIkeLocalIdType OBJECT-TYPE - SYNTAX INTEGER - { - ip(1), - fqdn(2), - ufqdn(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "type of ID to be used for the WS 2000 end of the SA. - - The next variable only applies if this is set to 'fqdn' or 'ufqdn'. - " - DEFVAL { ip } - ::= { ccWanVpnKeyAutoEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.3.1.8 - ccWanVpnKeyAutoIkeLocalIdData OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Based upon the Local ID type you gave, specify the FQDN or UFQDN," - DEFVAL { "?" } - ::= { ccWanVpnKeyAutoEntry 8 } --- This value ranges in size 0..256 octets. (This would have --- been added as a range to the syntax, but when this is done, --- it causes an error in MG-Soft Builder). --- - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.3.1.9 - ccWanVpnKeyAutoIkeRemoteIdType OBJECT-TYPE - SYNTAX INTEGER - { - ip(1), - fqdn(2), - ufqdn(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "type of ID to be used for the remote end of the SA. - - The next variable only applies if this is set to 'fqdn' or 'ufqdn'. - " - DEFVAL { ip } - ::= { ccWanVpnKeyAutoEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.3.1.10 - ccWanVpnKeyAutoIkeRemoteIdData OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Based upon the Remote ID type you gave, specify the FQDN or UFQDN." - DEFVAL { "?" } - ::= { ccWanVpnKeyAutoEntry 10 } --- This value ranges in size 0..256 octets. (This would have --- been added as a range to the syntax, but when this is done, --- it causes an error in MG-Soft Builder). - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.3.1.11 - ccWanVpnKeyAutoIkeAuthType OBJECT-TYPE - SYNTAX INTEGER - { - psk(1), - rsa(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IKE Authentication Type." - DEFVAL { psk } - ::= { ccWanVpnKeyAutoEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.3.1.12 - ccWanVpnKeyAutoIkeAuthAlg OBJECT-TYPE - SYNTAX INTEGER - { - md5(1), - sha1(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IKE Authentication Algorithm." - DEFVAL { md5 } - ::= { ccWanVpnKeyAutoEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.3.1.13 - ccWanVpnKeyAutoIkeAuthPassphrase OBJECT-TYPE - SYNTAX Password - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "With Pre-Shared Key as the authentication mode, provide a key. - MD5 : 32-character hexadecimal key. - SHA1 : 40-character hexadecimal key. - " - DEFVAL { "?" } - ::= { ccWanVpnKeyAutoEntry 13 } --- ??-India: length? - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.3.1.14 - ccWanVpnKeyAutoIkeEncrypAlg OBJECT-TYPE - SYNTAX INTEGER - { - des(1), - des3(2), - aes128bit(3), - aes196bit(4), - aes256bit(5) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IKE Encryption Algorithm." - DEFVAL { des } - ::= { ccWanVpnKeyAutoEntry 14 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.3.1.15 - ccWanVpnKeyAutoIkeXauthMode OBJECT-TYPE - SYNTAX INTEGER - { - none(1), - generic(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Currently XAUTH mechanism is not supported by WS2000 version 2.0. - If 'none', the next 2 variables are ignored. - " - DEFVAL { none } - ::= { ccWanVpnKeyAutoEntry 15 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.3.1.16 - ccWanVpnKeyAutoIkeXauthUsername OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Currently XAUTH mechanism is not supported by WS2000 version 2.0." - DEFVAL { "?" } - ::= { ccWanVpnKeyAutoEntry 16 } --- ??-India: length? --- - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.3.1.17 - ccWanVpnKeyAutoIkeXauthPassword OBJECT-TYPE - SYNTAX Password - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Currently XAUTH mechanism is not supported by WS2000 version 2.0." - DEFVAL { "?" } - ::= { ccWanVpnKeyAutoEntry 17 } --- ??-India: length? --- - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.3.1.18 - ccWanVpnKeyAutoIkeKeyLifetime OBJECT-TYPE - SYNTAX Unsigned32 (300..4294967295) - UNITS "seconds" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The number of seconds that the key is valid." - ::= { ccWanVpnKeyAutoEntry 18 } --- ??-India: valid range of values? defval? - - -- 1.3.6.1.4.1.388.11.2.5.1.6.4.3.1.19 - ccWanVpnKeyAutoIkeDiffieHelmanGroup OBJECT-TYPE - SYNTAX INTEGER - { - group1length768bit(1), - group2length1024bit(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The Diffie-Hellman key agreement protocol allows two users to exchange - a secret key over an insecure medium without any prior secrets." - DEFVAL { group1length768bit } - ::= { ccWanVpnKeyAutoEntry 19 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.5 - ccWanVpnTunnelStatus OBJECT IDENTIFIER ::= { ccWanVpn 5 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.5.1 - ccWanVpnSaTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcWanVpnSaEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Status of all tunnels that have been - configured on the switch." - ::= { ccWanVpnTunnelStatus 1 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.5.1.1 - ccWanVpnSaEntry OBJECT-TYPE - SYNTAX CcWanVpnSaEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - INDEX { ccWanVpnSaTunnelName } - ::= { ccWanVpnSaTable 1 } --- ??-India: should this AUGMENT the main VPN table? - - CcWanVpnSaEntry ::= - SEQUENCE { - ccWanVpnSaTunnelName - DisplayString, - ccWanVpnSaStatus - INTEGER, - ccWanVpnSaInSpi - Unsigned32, - ccWanVpnSaOutSpi - Unsigned32, - ccWanVpnSaLifetime - Unsigned32, - ccWanVpnSaTxBytes - Unsigned32, - ccWanVpnSaRxBytes - Unsigned32 - } - - -- 1.3.6.1.4.1.388.11.2.5.1.6.5.1.1.1 - ccWanVpnSaTunnelName OBJECT-TYPE - SYNTAX DisplayString (SIZE (1..13)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Tunnel Name." - ::= { ccWanVpnSaEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.5.1.1.2 - ccWanVpnSaStatus OBJECT-TYPE - SYNTAX INTEGER - { - active(1), - nonActive(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Status of each of the configured tunnels. - When the tunnel is not in use the status will read NOT_ACTIVE. - When the tunnel is connected the status will read ACTIVE." - ::= { ccWanVpnSaEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.5.1.1.3 - ccWanVpnSaInSpi OBJECT-TYPE - SYNTAX Unsigned32 (256..4294967295) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Inbound SPI Security Parameter Index (SPI) for each of the tunnels. - This is used locally by the switch to identify a security association. - There are unique outbound and inbound SPIs." - ::= { ccWanVpnSaEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.5.1.1.4 - ccWanVpnSaOutSpi OBJECT-TYPE - SYNTAX Unsigned32 (256..4294967295) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Outbound Security Parameter Index (SPI) for each of the tunnels. - This is used locally by the switch to identify a security association. - There are unique outbound and inbound SPIs." - ::= { ccWanVpnSaEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.5.1.1.5 - ccWanVpnSaLifetime OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Lifetime associated with a particular Security Association (SA). " - ::= { ccWanVpnSaEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.5.1.1.6 - ccWanVpnSaTxBytes OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Total number amount of data (in bytes) transmitted - through each of the configured tunnels." - ::= { ccWanVpnSaEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.5.1.1.7 - ccWanVpnSaRxBytes OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Total number amount of data (in bytes) received - through each of the configured tunnels." - ::= { ccWanVpnSaEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.5.2 - ccWanVpnIkeTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcWanVpnIkeEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of tunnels configured to use IKE for automatic key exchange" - ::= { ccWanVpnTunnelStatus 2 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.5.2.1 - ccWanVpnIkeEntry OBJECT-TYPE - SYNTAX CcWanVpnIkeEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - INDEX { ccWanVpnIkeTunnelName } - ::= { ccWanVpnIkeTable 1 } --- ??-India: should this AUGMENT the main VPN table? - - CcWanVpnIkeEntry ::= - SEQUENCE { - ccWanVpnIkeTunnelName - DisplayString, - ccWanVpnIkeState - DisplayString, - ccWanVpnIkeRemainingLife - Unsigned32 - } - - -- 1.3.6.1.4.1.388.11.2.5.1.6.5.2.1.1 - ccWanVpnIkeTunnelName OBJECT-TYPE - SYNTAX DisplayString (SIZE (1..20)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Tunnel name." - ::= { ccWanVpnIkeEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.5.2.1.2 - ccWanVpnIkeState OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "State for each of the tunnels configured - to use IKE for automatic key exchange. - When the tunnel is not active this will display NOT_CONNECTED. - When the tunnel is active this will display CONNECTED. - " - ::= { ccWanVpnIkeEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.6.5.2.1.3 - ccWanVpnIkeRemainingLife OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Remaining life for the current IKE key - for each of the listed tunnels." - ::= { ccWanVpnIkeEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.7 - ccWanContentBlock OBJECT IDENTIFIER ::= { ccWan 7 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.7.1 - ccWanContentBlockSmtp OBJECT-TYPE - SYNTAX BITS - { - blockSmtpHelo(0), - blockSmtpMail(1), - blockSmtpRcpt(2), - blockSmtpData(3), - blockSmtpQuit(4), - blockSmtpSend(5), - blockSmtpSaml(6), - blockSmtpReset(7), - blockSmtpVrfy(8), - blockSmtpExpn(9) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "SMTP content block." - ::= { ccWanContentBlock 1 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.7.2 - ccWanContentBlockFtp OBJECT-TYPE - SYNTAX BITS - { - blockFtpStoringFiles(0), - blockFtpRetrievingFiles(1), - blockFtpDirectoryList(2), - blockFtpCreateDirectory(3), - blockFtpChangeDirectory(4), - blockFtpPassiveOperation(5) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "FTP content block." - ::= { ccWanContentBlock 2 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.7.3 - ccWanContentBlockHttp OBJECT-TYPE - SYNTAX BITS - { - blockHttpWebProxy(0), - blockHttpActiveX(1) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "HTTP content block." - ::= { ccWanContentBlock 3 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.7.4 - ccWanContentBlockOutUrlTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcWanContentBlockOutUrlEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of Content Block URL entries." - ::= { ccWanContentBlock 4 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.7.4.1 - ccWanContentBlockOutUrlEntry OBJECT-TYPE - SYNTAX CcWanContentBlockOutUrlEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - INDEX { ccWanContentBlockOutUrlIndex } - ::= { ccWanContentBlockOutUrlTable 1 } - - - CcWanContentBlockOutUrlEntry ::= - SEQUENCE { - ccWanContentBlockOutUrlIndex - Unsigned32, - ccWanContentBlockOutUrlExtension - DisplayString, - ccWanContentBlockOutUrlRowStatus - StaticRowEnable - } - - -- 1.3.6.1.4.1.388.11.2.5.1.7.4.1.1 - ccWanContentBlockOutUrlIndex OBJECT-TYPE - SYNTAX Unsigned32 (1..100) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Simple Index." - ::= { ccWanContentBlockOutUrlEntry 1 } --- ??-India: range OK? - - -- 1.3.6.1.4.1.388.11.2.5.1.7.4.1.2 - ccWanContentBlockOutUrlExtension OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "URL extension." - ::= { ccWanContentBlockOutUrlEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.5.1.7.4.1.3 - ccWanContentBlockOutUrlRowStatus OBJECT-TYPE - SYNTAX StaticRowEnable - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Row Status." - ::= { ccWanContentBlockOutUrlEntry 3 } - - --- This group describes the physical ports on the unit. - -- 1.3.6.1.4.1.388.11.2.5.2 - ccPort OBJECT IDENTIFIER ::= { ccSwitch 2 } - - --- This table contains one entry for each physical port --- on the switch. - -- 1.3.6.1.4.1.388.11.2.5.2.1 - ccPortTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcPortEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table contains one entry for each physical port - on the switch." - ::= { ccPort 1 } - - - -- 1.3.6.1.4.1.388.11.2.5.2.1.1 - ccPortEntry OBJECT-TYPE - SYNTAX CcPortEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccPortIndex } - ::= { ccPortTable 1 } - - - CcPortEntry ::= - SEQUENCE { - ccPortIndex - Integer32, - ccPortType - INTEGER, - ccPortPoeEquipped - TruthValue, - ccPortStatus - INTEGER, - ccPortDuplex - INTEGER, - ccPortSpeed - Unsigned32 - } - - -- 1.3.6.1.4.1.388.11.2.5.2.1.1.1 - ccPortIndex OBJECT-TYPE - SYNTAX Integer32 (1..127) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple index. - - Instance/index .1 represents the port labelled '1' on the - physical unit. - - The WAN port will reside after all ports that are numbered - on the physcial unit." - ::= { ccPortEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.5.2.1.1.2 - ccPortType OBJECT-TYPE - SYNTAX INTEGER - { - wanPort(1), - lanPort(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Indicates the type of the port." - ::= { ccPortEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.5.2.1.1.3 - ccPortPoeEquipped OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Indicates the port can provide power-over-ethernet." - ::= { ccPortEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.5.2.1.1.4 - ccPortStatus OBJECT-TYPE - SYNTAX INTEGER - { - linkUp(1), - linkDown(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Tells if the port is up/down." - ::= { ccPortEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.5.2.1.1.5 - ccPortDuplex OBJECT-TYPE - SYNTAX INTEGER - { - halfDuplex(1), - fullDuplex(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Describes the duplex, (half/full), status of the port." - ::= { ccPortEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.5.2.1.1.6 - ccPortSpeed OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Link's speed in bits per second." - ::= { ccPortEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.5.4 - ccLan OBJECT IDENTIFIER ::= { ccSwitch 4 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2 - ccSubnet OBJECT IDENTIFIER ::= { ccLan 2 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.1 - ccSubnetTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcSubnetEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of Subnets." - ::= { ccSubnet 1 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.1.1 - ccSubnetEntry OBJECT-TYPE - SYNTAX CcSubnetEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccSubnetIndex } - ::= { ccSubnetTable 1 } - - - CcSubnetEntry ::= - SEQUENCE { - ccSubnetIndex - Integer32, - ccSubnetEnable - StaticRowEnable, - ccSubnetName - DisplayString, - ccSubnetIpAddress - IpAddress, - ccSubnetIpSubnetMask - IpAddress, - ccSubnetPortMembers - BITS, - ccSubnetWlanMembers - BITS, - ccSubnetDhcpState - INTEGER, - ccSubnetDhcpIpAddress - IpAddress, - ccSubnetDhcpSubnetMask - IpAddress - } - - -- 1.3.6.1.4.1.388.11.2.5.4.2.1.1.1 - ccSubnetIndex OBJECT-TYPE - SYNTAX Integer32 (1..127) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple index, 1..4" - ::= { ccSubnetEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.1.1.2 - ccSubnetEnable OBJECT-TYPE - SYNTAX StaticRowEnable - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable this Subnet." - ::= { ccSubnetEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.1.1.3 - ccSubnetName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Subnet name." - ::= { ccSubnetEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.1.1.4 - ccSubnetIpAddress OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Ip address of this Subnet." - ::= { ccSubnetEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.1.1.5 - ccSubnetIpSubnetMask OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IPaddr subnet mask of this Subnet" - ::= { ccSubnetEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.1.1.6 - ccSubnetPortMembers OBJECT-TYPE - SYNTAX BITS - { - null(0), - port1(1), - port2(2), - port3(3), - port4(4), - port5(5), - port6(6) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Pointer to zero or more ports that are members of - this Subnet. - - No port can be a member of more than one Subnet at - any given time." - ::= { ccSubnetEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.1.1.7 - ccSubnetWlanMembers OBJECT-TYPE - SYNTAX BITS - { - null(0), - wlan1(1), - wlan2(2), - wlan3(3), - wlan4(4) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Pointer to zero or more WLANs that are members of - this Subnet. - - No Subnet can be a member of more than one Subnet at - any given time." - ::= { ccSubnetEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.1.1.8 - ccSubnetDhcpState OBJECT-TYPE - SYNTAX INTEGER - { - dhcpClient(1), - dhcpServer(2), - dhcpNone(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Specifies how Subnet gets its IP address/mask." - ::= { ccSubnetEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.1.1.9 - ccSubnetDhcpIpAddress OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The IP address obtained via DHCP if this Subnet is - configured as a DHCP client. - - If this Subnet is configured to not use DHCP, or is a - DHCP server this value will be 0.0.0.0. Likewise, if - this Subnet is configured to be a DHCP client but has - not yet obtained a value via DHCP, this value will be - 0.0.0.0." - ::= { ccSubnetEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.1.1.10 - ccSubnetDhcpSubnetMask OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The Subnet IPaddr subnet mask obtained via DHCP if - this Subnet is configured as a DHCP client. - - If this Subnet is configured to not use DHCP, or is a - DHCP server this value will be 0.0.0.0. Likewise, if - this Subnet is configured to be a DHCP client but has - not yet obtained a value via DHCP, this value will be - 0.0.0.0." - ::= { ccSubnetEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.2 - ccSubnetDhcpServerTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcSubnetDhcpServerEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Configures a DHCP server for a Subnet. While these - values can always be SET, they will only take effect - if the given Subnet is enabled and configured to be - a DHCP server." - ::= { ccSubnet 2 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.2.1 - ccSubnetDhcpServerEntry OBJECT-TYPE - SYNTAX CcSubnetDhcpServerEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccSubnetIndex } - ::= { ccSubnetDhcpServerTable 1 } - - - CcSubnetDhcpServerEntry ::= - SEQUENCE { - ccSubnetDhcpServerEnable - StaticRowEnable, - ccSubnetDhcpServerPoolStart - IpAddress, - ccSubnetDhcpServerPoolEnd - IpAddress, - ccSubnetDhcpServerPrimaryDns - IpAddress, - ccSubnetDhcpServerSecondaryDns - IpAddress, - ccSubnetDhcpServerDefaultGateway - IpAddress, - ccSubnetDhcpServerLeaseTime - Integer32, - ccSubnetDhcpServerWinsServer - IpAddress, - ccSubnetDhcpServerDomainName - DisplayString - } - - -- 1.3.6.1.4.1.388.11.2.5.4.2.2.1.1 - ccSubnetDhcpServerEnable OBJECT-TYPE - SYNTAX StaticRowEnable - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Enable DHCP Server functionality on this Subnet." - ::= { ccSubnetDhcpServerEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.2.1.2 - ccSubnetDhcpServerPoolStart OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The start/low end of the range of IP addresses to - give-out." - ::= { ccSubnetDhcpServerEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.2.1.3 - ccSubnetDhcpServerPoolEnd OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The end/high-end of the range of IP addresses to - give-out." - ::= { ccSubnetDhcpServerEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.2.1.4 - ccSubnetDhcpServerPrimaryDns OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP address of primary DNS server to assign to DHCP - clients." - ::= { ccSubnetDhcpServerEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.2.1.5 - ccSubnetDhcpServerSecondaryDns OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP address of secondary DNS server to assign to DHCP - clients." - ::= { ccSubnetDhcpServerEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.2.1.6 - ccSubnetDhcpServerDefaultGateway OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP address of default gateway to assign to DHCP - clients." - ::= { ccSubnetDhcpServerEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.2.1.7 - ccSubnetDhcpServerLeaseTime OBJECT-TYPE - SYNTAX Integer32 - UNITS "seconds" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "DHCP lease time." - ::= { ccSubnetDhcpServerEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.2.1.8 - ccSubnetDhcpServerWinsServer OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "DHCP Server WINS server IP Address." - ::= { ccSubnetDhcpServerEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.2.1.9 - ccSubnetDhcpServerDomainName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "DHCP server Domain Name." - ::= { ccSubnetDhcpServerEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.3 - ccSubnetDhcpServerStaticMapTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcSubnetDhcpServerStaticMapEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of static MAC-IPaddr mappings for the given - DHCP server." - ::= { ccSubnet 3 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.3.1 - ccSubnetDhcpServerStaticMapEntry OBJECT-TYPE - SYNTAX CcSubnetDhcpServerStaticMapEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccSubnetIndex, ccSubnetDhcpServerStaticMapMac } - ::= { ccSubnetDhcpServerStaticMapTable 1 } - - - CcSubnetDhcpServerStaticMapEntry ::= - SEQUENCE { - ccSubnetDhcpServerStaticMapMac - PhysAddress, - ccSubnetDhcpServerStaticMapIpAddr - IpAddress, - ccSubnetDhcpServerStaticMapEnable - AbbrevRowStatus - } - - -- 1.3.6.1.4.1.388.11.2.5.4.2.3.1.1 - ccSubnetDhcpServerStaticMapMac OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "MAC address to be mapped." - ::= { ccSubnetDhcpServerStaticMapEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.3.1.2 - ccSubnetDhcpServerStaticMapIpAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "IP address to assign to this MAC address." - ::= { ccSubnetDhcpServerStaticMapEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.3.1.3 - ccSubnetDhcpServerStaticMapEnable OBJECT-TYPE - SYNTAX AbbrevRowStatus - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Value to control row creation/deletion." - ::= { ccSubnetDhcpServerStaticMapEntry 3 } - - --- MIBs to control which entities in the switch can send --- packets to other entities, and records the amount of --- traffic conveyed among those entities. --- --- There is no sense to attempt to count packets/octets --- sent from a source to a dest - linux does not allow this. --- --- ??- These tables all need to be re-worked for the sole --- purpose of controlling "subnet access". Most items need --- to be renamed. - -- 1.3.6.1.4.1.388.11.2.5.4.2.4 - ccSubnetAccess OBJECT IDENTIFIER ::= { ccSubnet 4 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.1 - ccSubnetAccessTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcSubnetAccessEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Describes how packets are allowed to flow from different - sources to different destinations. - - Note that since only subnets can be sources for this table, - the ccSubnetTable:ccSubnetIndex is used as the 1st index to - this table. - - Note that this table never contains entries where src==dest, - for example, there is no entry with: - _SrcPointerToSource points to subnet1 - _DestPointerToSource points to subnet1 - - Note also that if a given subnet does not exisit, (because - it has not been enabled in ccSubnetTable), no entries in this - table will exist with that subnet as either src or dest. - " - ::= { ccSubnetAccess 1 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.1.1 - ccSubnetAccessEntry OBJECT-TYPE - SYNTAX CcSubnetAccessEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccSubnetIndex, ccSubnetAccessDestIndex } - ::= { ccSubnetAccessTable 1 } - - - CcSubnetAccessEntry ::= - SEQUENCE { - ccSubnetAccessDestIndex - Unsigned32, - ccSubnetAccessDestType - INTEGER, - ccSubnetAccessDestPtrToDest - SinglePointer, - ccSubnetAccessRuleType - INTEGER, - ccSubnetAccessPtrToRules - MultiPointer255 - } - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.1.1.1 - ccSubnetAccessDestIndex OBJECT-TYPE - SYNTAX Unsigned32 (1..255) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple index for destination." - ::= { ccSubnetAccessEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.1.1.2 - ccSubnetAccessDestType OBJECT-TYPE - SYNTAX INTEGER - { - destSubnet(1), - destWan(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Type of the destination. - - destDrop is a 'virtual' destination that accounts for - all dropped packets." - ::= { ccSubnetAccessEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.1.1.3 - ccSubnetAccessDestPtrToDest OBJECT-TYPE - SYNTAX SinglePointer - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A pointer to the corresponding entry in the ccSubnet or - ccWan table, (depending on _DestType). - " - ::= { ccSubnetAccessEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.1.1.4 - ccSubnetAccessRuleType OBJECT-TYPE - SYNTAX INTEGER - { - allow(1), - deny(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "All ccSubnetAccessRuleTable entries for this - combination of ccSubnetIndex and - ccSubnetAccessDestIndex will be of the same type, - (accept or deny). - " - ::= { ccSubnetAccessEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.1.1.5 - ccSubnetAccessPtrToRules OBJECT-TYPE - SYNTAX MultiPointer255 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Points to the zero or more ccSubnetAccessRuleTable - entries that correspond to this ccSubnetIndex + - ccSubnetAccessDestIndex combination/entry. - - This value cannot be changed here, but is a - reflection of the ccSubnetAccessRuleTable entries - that currently point to this entry via their - ccSubnetAccessRuleSrcPtr and _DestPtr values. - " - ::= { ccSubnetAccessEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.2 - ccSubnetAccessRuleTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcSubnetAccessRuleEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Describes how packets are allowed to flow from different - sources to different destinations. - - Note that since only subnets can be sources for this table, - the ccSubnetTable:ccSubnetIndex is used as the 1st index to - this table. - - Note that this table never contains entries where src==dest, - for example, there is no entry with: - _SrcPointerToSource points to subnet1 - _DestPointerToSource points to subnet1 - - Note also that if a given subnet does not exisit, (because - it has not been enabled in ccSubnetTable), no entries in this - table will exist with that subnet as either src or dest. - " - ::= { ccSubnetAccess 2 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.2.1 - ccSubnetAccessRuleEntry OBJECT-TYPE - SYNTAX CcSubnetAccessRuleEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccSubnetAccessRuleIndex } - ::= { ccSubnetAccessRuleTable 1 } - - - CcSubnetAccessRuleEntry ::= - SEQUENCE { - ccSubnetAccessRuleIndex - Unsigned32, - ccSubnetAccessRuleSrcPtr - SinglePointer, - ccSubnetAccessRuleDestPtr - SinglePointer, - ccSubnetAccessRuleName - DisplayString, - ccSubnetAccessRuleTransport - INTEGER, - ccSubnetAccessRuleStartPort - Integer32, - ccSubnetAccessRuleEndPort - Integer32, - ccSubnetAccessRuleRowStatus - AbbrevRowStatus - } - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.2.1.1 - ccSubnetAccessRuleIndex OBJECT-TYPE - SYNTAX Unsigned32 (1..1000) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Each src/dest combination can have several rules; - this value is the index." - ::= { ccSubnetAccessRuleEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.2.1.2 - ccSubnetAccessRuleSrcPtr OBJECT-TYPE - SYNTAX SinglePointer - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This is the value of ccSubnetIndex corresponding - to the source for this rule." - ::= { ccSubnetAccessRuleEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.2.1.3 - ccSubnetAccessRuleDestPtr OBJECT-TYPE - SYNTAX SinglePointer - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This is the value of ccSubnetAccessDestIndex - corresponding to the destination for this rule." - ::= { ccSubnetAccessRuleEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.2.1.4 - ccSubnetAccessRuleName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Name of ACL entry." - ::= { ccSubnetAccessRuleEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.2.1.5 - ccSubnetAccessRuleTransport OBJECT-TYPE - SYNTAX INTEGER - { - all(1), - tcp(2), - udp(3), - icmp(4), - ah(5), - esp(6), - gre(7) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Transport." - ::= { ccSubnetAccessRuleEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.2.1.6 - ccSubnetAccessRuleStartPort OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Starting port number." - ::= { ccSubnetAccessRuleEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.2.1.7 - ccSubnetAccessRuleEndPort OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Ending port number." - ::= { ccSubnetAccessRuleEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.2.1.8 - ccSubnetAccessRuleRowStatus OBJECT-TYPE - SYNTAX AbbrevRowStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Row status." - ::= { ccSubnetAccessRuleEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.3 - ccSubnetAccessAdvInTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcSubnetAccessAdvInEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of Advanced Inbound entries." - ::= { ccSubnetAccess 3 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.3.1 - ccSubnetAccessAdvInEntry OBJECT-TYPE - SYNTAX CcSubnetAccessAdvInEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - INDEX { ccSubnetAccessAdvInIndex } - ::= { ccSubnetAccessAdvInTable 1 } - - - CcSubnetAccessAdvInEntry ::= - SEQUENCE { - ccSubnetAccessAdvInIndex - Unsigned32, - ccSubnetAccessAdvInSrcIp - IpAddress, - ccSubnetAccessAdvInSrcIpLength - Integer32, - ccSubnetAccessAdvInDestIp - IpAddress, - ccSubnetAccessAdvInDestIpLength - Integer32, - ccSubnetAccessAdvInTransport - INTEGER, - ccSubnetAccessAdvInSrcPortStart - Integer32, - ccSubnetAccessAdvInSrcPortEnd - Integer32, - ccSubnetAccessAdvInDestPortStart - Integer32, - ccSubnetAccessAdvInDestPortEnd - Integer32, - ccSubnetAccessAdvInReverseNatIp - IpAddress, - ccSubnetAccessAdvInReverseNatPort - Integer32, - ccSubnetAccessAdvInAction - INTEGER, - ccSubnetAccessAdvInRowStatus - AbbrevRowStatus - } - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.3.1.1 - ccSubnetAccessAdvInIndex OBJECT-TYPE - SYNTAX Unsigned32 (1..1000) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Description." - ::= { ccSubnetAccessAdvInEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.3.1.2 - ccSubnetAccessAdvInSrcIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Source IP address" - ::= { ccSubnetAccessAdvInEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.3.1.3 - ccSubnetAccessAdvInSrcIpLength OBJECT-TYPE - SYNTAX Integer32 (0..32) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Mask length for the IP address" - ::= { ccSubnetAccessAdvInEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.3.1.4 - ccSubnetAccessAdvInDestIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Destination IP address - " - ::= { ccSubnetAccessAdvInEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.3.1.5 - ccSubnetAccessAdvInDestIpLength OBJECT-TYPE - SYNTAX Integer32 (0..32) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "mask length for the IP address" - ::= { ccSubnetAccessAdvInEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.3.1.6 - ccSubnetAccessAdvInTransport OBJECT-TYPE - SYNTAX INTEGER - { - all(1), - tcp(2), - udp(3), - icmp(4), - ah(5), - esp(6), - gre(7) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Type of transport" - ::= { ccSubnetAccessAdvInEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.3.1.7 - ccSubnetAccessAdvInSrcPortStart OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "start of source port list - " - ::= { ccSubnetAccessAdvInEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.3.1.8 - ccSubnetAccessAdvInSrcPortEnd OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "End of source port list - " - ::= { ccSubnetAccessAdvInEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.3.1.9 - ccSubnetAccessAdvInDestPortStart OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "start of destination port list - " - ::= { ccSubnetAccessAdvInEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.3.1.10 - ccSubnetAccessAdvInDestPortEnd OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "End of destination port list - " - ::= { ccSubnetAccessAdvInEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.3.1.12 - ccSubnetAccessAdvInReverseNatIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Address to use for reverse NAT. To disable, use 0.0.0.0." - ::= { ccSubnetAccessAdvInEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.3.1.13 - ccSubnetAccessAdvInReverseNatPort OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Port to use for reverse NAT." - ::= { ccSubnetAccessAdvInEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.3.1.14 - ccSubnetAccessAdvInAction OBJECT-TYPE - SYNTAX INTEGER - { - allow(1), - deny(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Action on the acl i.e allow or deny - " - ::= { ccSubnetAccessAdvInEntry 14 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.3.1.15 - ccSubnetAccessAdvInRowStatus OBJECT-TYPE - SYNTAX AbbrevRowStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "status of the row - " - ::= { ccSubnetAccessAdvInEntry 15 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.4 - ccSubnetAccessAdvOutTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcSubnetAccessAdvOutEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of Advanced Outbound entries." - ::= { ccSubnetAccess 4 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.4.1 - ccSubnetAccessAdvOutEntry OBJECT-TYPE - SYNTAX CcSubnetAccessAdvOutEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - INDEX { ccSubnetAccessAdvOutIndex } - ::= { ccSubnetAccessAdvOutTable 1 } - - - CcSubnetAccessAdvOutEntry ::= - SEQUENCE { - ccSubnetAccessAdvOutIndex - Unsigned32, - ccSubnetAccessAdvOutSrcIp - IpAddress, - ccSubnetAccessAdvOutSrcIpLength - Integer32, - ccSubnetAccessAdvOutDestIp - IpAddress, - ccSubnetAccessAdvOutDestIpLength - Integer32, - ccSubnetAccessAdvOutTransport - INTEGER, - ccSubnetAccessAdvOutSrcPortStart - Integer32, - ccSubnetAccessAdvOutSrcPortEnd - Integer32, - ccSubnetAccessAdvOutDestPortStart - Integer32, - ccSubnetAccessAdvOutDestPortEnd - Integer32, - ccSubnetAccessAdvOutReverseNat - SinglePointer, - ccSubnetAccessAdvOutAction - INTEGER, - ccSubnetAccessAdvOutRowStatus - AbbrevRowStatus - } - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.4.1.1 - ccSubnetAccessAdvOutIndex OBJECT-TYPE - SYNTAX Unsigned32 (1..1000) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Description." - ::= { ccSubnetAccessAdvOutEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.4.1.2 - ccSubnetAccessAdvOutSrcIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Source IP address" - ::= { ccSubnetAccessAdvOutEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.4.1.3 - ccSubnetAccessAdvOutSrcIpLength OBJECT-TYPE - SYNTAX Integer32 (0..32) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Mask length for the IP address" - ::= { ccSubnetAccessAdvOutEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.4.1.4 - ccSubnetAccessAdvOutDestIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Destination IP address" - ::= { ccSubnetAccessAdvOutEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.4.1.5 - ccSubnetAccessAdvOutDestIpLength OBJECT-TYPE - SYNTAX Integer32 (0..32) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "mask length for the IP address" - ::= { ccSubnetAccessAdvOutEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.4.1.6 - ccSubnetAccessAdvOutTransport OBJECT-TYPE - SYNTAX INTEGER - { - all(1), - tcp(2), - udp(3), - icmp(4), - ah(5), - esp(6), - gre(7) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Type of transport" - ::= { ccSubnetAccessAdvOutEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.4.1.7 - ccSubnetAccessAdvOutSrcPortStart OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "start of source port list" - ::= { ccSubnetAccessAdvOutEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.4.1.8 - ccSubnetAccessAdvOutSrcPortEnd OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "End of source port list" - ::= { ccSubnetAccessAdvOutEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.4.1.9 - ccSubnetAccessAdvOutDestPortStart OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "start of destination port list" - ::= { ccSubnetAccessAdvOutEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.4.1.10 - ccSubnetAccessAdvOutDestPortEnd OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "End of destination port list - " - ::= { ccSubnetAccessAdvOutEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.4.1.11 - ccSubnetAccessAdvOutReverseNat OBJECT-TYPE - SYNTAX SinglePointer - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Points to a ccWanIpAddrTable entry representing the WAN IP - addr to be used for NAT. To disable NAT, set this value to - 0." - ::= { ccSubnetAccessAdvOutEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.4.1.12 - ccSubnetAccessAdvOutAction OBJECT-TYPE - SYNTAX INTEGER - { - allow(1), - deny(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Action on the acl i.e allow or deny" - ::= { ccSubnetAccessAdvOutEntry 12 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.4.1.13 - ccSubnetAccessAdvOutRowStatus OBJECT-TYPE - SYNTAX AbbrevRowStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "status of the row" - ::= { ccSubnetAccessAdvOutEntry 13 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.5 - ccSubnetAccessAdvOverrideMode OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Override the Subnet Access and NAT settings." - ::= { ccSubnetAccess 5 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.2.4.6 - ccSubnetAccessAdvImportRules OBJECT-TYPE - SYNTAX DoActionNow - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "When set to 1 the Subnet Access Rules shall - be imported on top of the Advanced Access rules." - ::= { ccSubnetAccess 6 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.3 - ccLanVlan OBJECT IDENTIFIER ::= { ccLan 3 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.3.1 - ccLanVlanType OBJECT-TYPE - SYNTAX INTEGER - { - portBased(1), - userBased(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Type of the VLAN port/user based - " - ::= { ccLanVlan 1 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.3.2 - ccLanVlanTrunkPort OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Port used for VLAN trunking ( 1-6) - " - ::= { ccLanVlan 2 } --- ??-India: can be either the port #, --- or the index in the PortTable - implementer's choice. - - -- 1.3.6.1.4.1.388.11.2.5.4.3.3 - ccLanVlanDefaultTag OBJECT-TYPE - SYNTAX Unsigned32 (1..31) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Deafult VLAN tag ( default is 1) - " - ::= { ccLanVlan 3 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.3.4 - ccLanVlanTrunked OBJECT-TYPE - SYNTAX BITS - { - noVlansAreTrunked(0), - trunkVlan01(1), - trunkVlan02(2), - trunkVlan03(3), - trunkVlan04(4), - trunkVlan05(5), - trunkVlan06(6), - trunkVlan07(7), - trunkVlan08(8), - trunkVlan09(9), - trunkVlan10(10), - trunkVlan11(11), - trunkVlan12(12), - trunkVlan13(13), - trunkVlan14(14), - trunkVlan15(15), - trunkVlan16(16), - trunkVlan17(17), - trunkVlan18(18), - trunkVlan19(19), - trunkVlan20(20), - trunkVlan21(21), - trunkVlan22(22), - trunkVlan23(23), - trunkVlan24(24), - trunkVlan25(25), - trunkVlan26(26), - trunkVlan27(27), - trunkVlan28(28), - trunkVlan29(29), - trunkVlan30(30), - trunkVlan31(31) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "List of VLANs which are trunked. - " - ::= { ccLanVlan 4 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.3.5 - ccLanVlanTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcLanVlanEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of VLAN IDs mapped to Subnets." - ::= { ccLanVlan 5 } - - - -- 1.3.6.1.4.1.388.11.2.5.4.3.5.1 - ccLanVlanEntry OBJECT-TYPE - SYNTAX CcLanVlanEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - INDEX { ccSubnetIndex } - ::= { ccLanVlanTable 1 } - - - CcLanVlanEntry ::= - SEQUENCE { - ccLanVlanId - Unsigned32 - } - - -- 1.3.6.1.4.1.388.11.2.5.4.3.5.1.1 - ccLanVlanId OBJECT-TYPE - SYNTAX Unsigned32 (1..31) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Vlan associated with a subnet - " - ::= { ccLanVlanEntry 1 } - - --- Router config. --- --- Note that static routes can be seen and added in the --- MIB-II ip group tables. - -- 1.3.6.1.4.1.388.11.2.6 - ccRouter OBJECT IDENTIFIER ::= { ws2k 6 } - - --- RIP config. - -- 1.3.6.1.4.1.388.11.2.6.1 - ccRouterRip OBJECT IDENTIFIER ::= { ccRouter 1 } - - - -- 1.3.6.1.4.1.388.11.2.6.1.1 - ccRouterRipType OBJECT-TYPE - SYNTAX INTEGER - { - noRip(1), - ripV1(2), - ripV2withV1compatibility(3), - ripV2(4) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "RIP type." - ::= { ccRouterRip 1 } --- Version of the RIP enabled on the interface --- - - -- 1.3.6.1.4.1.388.11.2.6.1.2 - ccRouterRipDirection OBJECT-TYPE - SYNTAX INTEGER - { - both(1), - rxOnly(2), - txOnly(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "RIP direction." - ::= { ccRouterRip 2 } --- Direction of RIP messages --- - --- RIP v2 config. - -- 1.3.6.1.4.1.388.11.2.6.1.3 - ccRouterRip2 OBJECT IDENTIFIER ::= { ccRouterRip 3 } - - - -- 1.3.6.1.4.1.388.11.2.6.1.3.1 - ccRouterRip2AuthType OBJECT-TYPE - SYNTAX INTEGER - { - none(1), - simple(2), - md5(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "RIP v2 authentication type." - ::= { ccRouterRip2 1 } --- Type of authentication used by RIP --- - - -- 1.3.6.1.4.1.388.11.2.6.1.3.2 - ccRouterRip2SimplePassword OBJECT-TYPE - SYNTAX Password - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Password used for RIP v2 simple authentication." - ::= { ccRouterRip2 2 } - - - -- 1.3.6.1.4.1.388.11.2.6.1.3.3 - ccRouterRip2Md5Key1Id OBJECT-TYPE - SYNTAX Integer32 (1..256) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "RIP v2 with MD5 authentication: key #1 - ID." - ::= { ccRouterRip2 3 } - - - -- 1.3.6.1.4.1.388.11.2.6.1.3.4 - ccRouterRip2Md5Key1AuthKey OBJECT-TYPE - SYNTAX Password (SIZE (0..16)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "RIP v2 with MD5 authentication: key #1 - auth key." - ::= { ccRouterRip2 4 } - - - -- 1.3.6.1.4.1.388.11.2.6.1.3.5 - ccRouterRip2Md5Key2Id OBJECT-TYPE - SYNTAX Integer32 (1..256) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "RIP v2 with MD5 authentication: key #2 - ID." - ::= { ccRouterRip2 5 } - - - -- 1.3.6.1.4.1.388.11.2.6.1.3.6 - ccRouterRip2Md5Key2AuthKey OBJECT-TYPE - SYNTAX Password (SIZE (0..16)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "RIP v2 with MD5 authentication: key #2 - auth key." - ::= { ccRouterRip2 6 } - - - -- 1.3.6.1.4.1.388.11.2.6.2 - ccRouterRoutesTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcRouterRoutesEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - ::= { ccRouter 2 } - - - -- 1.3.6.1.4.1.388.11.2.6.2.1 - ccRouterRoutesEntry OBJECT-TYPE - SYNTAX CcRouterRoutesEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of Routing entries." - INDEX { ccRouterRoutesIndex } - ::= { ccRouterRoutesTable 1 } - - - CcRouterRoutesEntry ::= - SEQUENCE { - ccRouterRoutesIndex - Unsigned32, - ccRouterRoutesDest - IpAddress, - ccRouterRoutesDestMask - IpAddress, - ccRouterRoutesGateway - IpAddress, - ccRouterRoutesInterface - SinglePointer, - ccRouterRoutesMetric - Integer32 - } - - -- 1.3.6.1.4.1.388.11.2.6.2.1.1 - ccRouterRoutesIndex OBJECT-TYPE - SYNTAX Unsigned32 (1..10000) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple Index." - ::= { ccRouterRoutesEntry 1 } --- ??-India: range OK? - - -- 1.3.6.1.4.1.388.11.2.6.2.1.2 - ccRouterRoutesDest OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "IP address of the destination - " - ::= { ccRouterRoutesEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.6.2.1.3 - ccRouterRoutesDestMask OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Mask used to specify the route - " - ::= { ccRouterRoutesEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.6.2.1.4 - ccRouterRoutesGateway OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Ip address of the gateway for this route - " - ::= { ccRouterRoutesEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.6.2.1.5 - ccRouterRoutesInterface OBJECT-TYPE - SYNTAX SinglePointer - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Interface used for this route - " - ::= { ccRouterRoutesEntry 5 } --- ??-CSM: why does label say interfaces? --- does this need to be a multipointer? --- - - -- 1.3.6.1.4.1.388.11.2.6.2.1.6 - ccRouterRoutesMetric OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Metric specified for this route." - ::= { ccRouterRoutesEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.6.3 - ccRouterUserRoutesTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcRouterUserRoutesEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of User defined Routes." - ::= { ccRouter 3 } - - - -- 1.3.6.1.4.1.388.11.2.6.3.1 - ccRouterUserRoutesEntry OBJECT-TYPE - SYNTAX CcRouterUserRoutesEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "User defined routes - " - INDEX { ccRouterUserRoutesIndex } - ::= { ccRouterUserRoutesTable 1 } - - - CcRouterUserRoutesEntry ::= - SEQUENCE { - ccRouterUserRoutesIndex - INTEGER, - ccRouterUserRoutesDest - IpAddress, - ccRouterUserRoutesDestMask - IpAddress, - ccRouterUserRoutesGateway - IpAddress, - ccRouterUserRoutesInterface - INTEGER, - ccRouterUserRoutesMetric - Integer32, - ccRouterUserRoutesRowStatus - AbbrevRowStatus - } - - -- 1.3.6.1.4.1.388.11.2.6.3.1.1 - ccRouterUserRoutesIndex OBJECT-TYPE - SYNTAX INTEGER (1..20) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple Index." - ::= { ccRouterUserRoutesEntry 1 } --- ??-India: range OK? - - -- 1.3.6.1.4.1.388.11.2.6.3.1.2 - ccRouterUserRoutesDest OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP address of the destination" - ::= { ccRouterUserRoutesEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.6.3.1.3 - ccRouterUserRoutesDestMask OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Mask used to specify the route" - ::= { ccRouterUserRoutesEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.6.3.1.4 - ccRouterUserRoutesGateway OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Ip address of the gateway for this route" - ::= { ccRouterUserRoutesEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.6.3.1.5 - ccRouterUserRoutesInterface OBJECT-TYPE - SYNTAX INTEGER - { - wan(1), - subnet1(2), - subnet2(3), - subnet3(4), - subnet4(5) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Interface used for this route" - ::= { ccRouterUserRoutesEntry 5 } --- ??-CSM: why does label say interfaces? --- does this need to be a multipointer? --- - - -- 1.3.6.1.4.1.388.11.2.6.3.1.6 - ccRouterUserRoutesMetric OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Metric specified for this route." - ::= { ccRouterUserRoutesEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.6.3.1.7 - ccRouterUserRoutesRowStatus OBJECT-TYPE - SYNTAX AbbrevRowStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Status of this row. - " - ::= { ccRouterUserRoutesEntry 7 } - - --- All MIBs in this group are related to detection and --- location of 'Rogue' APs. - -- 1.3.6.1.4.1.388.11.2.7 - ccRap OBJECT IDENTIFIER ::= { ws2k 7 } - - --- This group specifies which Rogue detection algorithm(s) --- will be employed, and provides necessary controls for --- each 'sub-algorithm'. - -- 1.3.6.1.4.1.388.11.2.7.1 - ccRapControl OBJECT IDENTIFIER ::= { ccRap 1 } - - --- This group contains MIB variables for controlling --- and reporting the APs heard by Symbol MUs that --- support the 'rogue AP detection assist' algorithm. --- --- This is supported in Mobile Companion v?.? and later. --- --- The following is a PARTIAL list of Symbol MUs that --- support this feature: --- ??? --- --- Note that Symbol MUs running Mobile Companion v?.? --- only report the first 20 APs heard. The order in --- which APs appear in the MU's list is random. This --- means that if the total of all APs in the local --- environment (including rogues) is more than 20, it --- may take more than one poll cycle to find an MU that --- has that rogue within the top 20 entries of it's --- list of heard APs. --- --- Symbol MUs running Mobile Companion v?.? and later --- do not have this limitation, and report all heard --- APs on every poll cycle. A new/rogue AP heard in --- with such an MU will be reported regardless of the --- total number of APs in the local environment. - -- 1.3.6.1.4.1.388.11.2.7.1.3 - ccRapControlPollSymbolMus OBJECT IDENTIFIER ::= { ccRapControl 3 } - - - -- 1.3.6.1.4.1.388.11.2.7.1.3.1 - ccRapPollSymbolMusEnable OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable/disable polling MUs for their lists of known - APs. - - The state of this variable persists across reboots. - The factory-default state is disabled." - ::= { ccRapControlPollSymbolMus 1 } - - - -- 1.3.6.1.4.1.388.11.2.7.1.3.2 - ccRapPollSymbolMusInterval OBJECT-TYPE - SYNTAX Integer32 - UNITS "minutes" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Amount of time to wait before polling the same MU - for its known AP list again. - - Assuming the MU is disrupted for 3sec when it is - polled, a value of 5min or more would interrupt MUs - less than 1% of the time. - - The state of this variable persists across reboots. - The factory-default state is 10 (minutes)." - ::= { ccRapControlPollSymbolMus 2 } - - --- Rogues can be learned via 'production' Portals if they --- happen to be on the same channel. Such Portals listen for --- beacons (at a given interval), and report APs heard. --- --- This group controls the learning of new APs via this --- method. - -- 1.3.6.1.4.1.388.11.2.7.1.4 - ccRapControlOnChannel OBJECT IDENTIFIER ::= { ccRapControl 4 } - - - -- 1.3.6.1.4.1.388.11.2.7.1.4.1 - ccRapOnChannelEnable OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable/disable polling MUs for their lists of known - APs. - - The state of this variable persists across reboots. - The factory-default state is disabled." - ::= { ccRapControlOnChannel 1 } - - - -- 1.3.6.1.4.1.388.11.2.7.1.4.2 - ccRapOnChannelInterval OBJECT-TYPE - SYNTAX Integer32 - UNITS "minutes" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Amount of time to wait before polling the same MU - for its known AP list again. - - Assuming the MU is disrupted for 3sec when it is - polled, a value of 5min or more would interrupt MUs - less than 1% of the time. - - The state of this variable persists across reboots. - The factory-default state is 10 (minutes)." - ::= { ccRapControlOnChannel 2 } - - --- One or more Portals can be dedicated for the purpose of --- detecting Rogues, called 'detectors'. Such Portals do NOT --- pass 'production' packets since they are busy scanning many --- different channels. --- --- This group controls the learning of new APs via this --- method. - -- 1.3.6.1.4.1.388.11.2.7.1.5 - ccRapControlDetectors OBJECT IDENTIFIER ::= { ccRapControl 5 } - - - -- 1.3.6.1.4.1.388.11.2.7.1.5.1 - ccRapDetectorsEnable OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Enable/disable the entire 'detector' sub-system. - - On the true-to-false transition, any portals - previously claimed as listeners will be released - and reset. Once reset, they will appear to the - switch as if just newly installed, (and thus - may or may not be adopted depending on settings - in the switch). - - The state of this variable persists across reboots. - The factory-default state is disabled." - ::= { ccRapControlDetectors 1 } - - - -- 1.3.6.1.4.1.388.11.2.7.1.5.2 - ccRapDetectorsInterval OBJECT-TYPE - SYNTAX Integer32 - UNITS "minutes" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Amount of time to wait before polling the same MU - for its known AP list again. - - Assuming the MU is disrupted for 3sec when it is - polled, a value of 5min or more would interrupt MUs - less than 1% of the time. - - The state of this variable persists across reboots. - The factory-default state is 10 (minutes)." - ::= { ccRapControlDetectors 2 } - - --- This group controls how newly detected APs are --- 'authorized', meaning they will be reported as --- 'approved' rather than 'rogue'. - -- 1.3.6.1.4.1.388.11.2.7.2 - ccRapAuth OBJECT IDENTIFIER ::= { ccRap 2 } - - --- MIB values to configure the process of authorizing --- newly discovered APs via a specific list of authorized --- APs, (specified by AP MAC and/or ESSID, wildcarding --- permitted). - -- 1.3.6.1.4.1.388.11.2.7.2.2 - ccRapAuthList OBJECT IDENTIFIER ::= { ccRapAuth 2 } - - - -- 1.3.6.1.4.1.388.11.2.7.2.2.1 - ccRapAuthAllSymbolMac OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "If TRUE, any newly-discovered AP that has a MAC address - with a Symbol vendor prefix is authorized, regardless - of the ESSID." - ::= { ccRapAuthList 1 } - - - -- 1.3.6.1.4.1.388.11.2.7.2.2.2 - ccRapAuthTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcRapAuthEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of 'authorized' APs. There is no need to - include on this list any APs adopted by the switch. - Typically, this list will contain APs that are - located in neighboring stores/buildings that are - known by some means to NOT be rogue. So this is - the List of APs that are Authorized and upon heard - shall automatically be added to the Approved List - instead of labelling them as Rogue APs. - - Note that this table persists across reboots. - - " - ::= { ccRapAuthList 2 } - - - -- 1.3.6.1.4.1.388.11.2.7.2.2.2.1 - ccRapAuthEntry OBJECT-TYPE - SYNTAX CcRapAuthEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccRapAuthIndex } - ::= { ccRapAuthTable 1 } - - - CcRapAuthEntry ::= - SEQUENCE { - ccRapAuthIndex - Unsigned32, - ccRapAuthMacFilter - PhysAddress, - ccRapAuthEssidFilter - DisplayString, - ccRapAuthRowExists - TruthValue - } - - -- 1.3.6.1.4.1.388.11.2.7.2.2.2.1.1 - ccRapAuthIndex OBJECT-TYPE - SYNTAX Unsigned32 (1..24) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Index." - ::= { ccRapAuthEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.7.2.2.2.1.2 - ccRapAuthMacFilter OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "MAC address of AP to consider 'authorized'. - - To specify the entire MAC address as a wildcard, - (match any MAC address), use FF:FF:FF:FF:FF:FF. - - (While it had been considered, it is NOT possible to - wildcard just the vendor portion of the MAC)." - ::= { ccRapAuthEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.7.2.2.2.1.3 - ccRapAuthEssidFilter OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "ESSID of AP to consider 'authorized'. - - Set to 33 '*' characters for wildcard, (to match - any ESSID). (ESSIDs must be 32ch or less)." - ::= { ccRapAuthEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.7.2.2.2.1.4 - ccRapAuthRowExists OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "A kludge to avoid RowStatus and save development - time. - - Set this value to true when creating the row. Set - this value to false to destroy the row. - - ??- better name." - ::= { ccRapAuthEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.7.2.2.3 - ccRapAuthErase OBJECT-TYPE - SYNTAX DoActionNow - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Setting this value to TRUE erases all AuthTable entries." - ::= { ccRapAuthList 3 } - - - -- 1.3.6.1.4.1.388.11.2.7.2.2.4 - ccRapAuthCopyAllApproved OBJECT-TYPE - SYNTAX DoActionNow - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Causes all ccRapResultsApprovedTable entries to be - immediately copied to the ccRapAuthTable." - ::= { ccRapAuthList 4 } - - - -- 1.3.6.1.4.1.388.11.2.7.2.2.5 - ccRapAuthCopyAllRogue OBJECT-TYPE - SYNTAX DoActionNow - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Causes all ccRapResultsRogueTable entries to be - immediately copied to the ccRapAuthTable." - ::= { ccRapAuthList 5 } - - --- This group of MIB values report two tables that --- collectively report all APs heard, (except those --- Portals adopted by this switch). - -- 1.3.6.1.4.1.388.11.2.7.3 - ccRapResults OBJECT IDENTIFIER ::= { ccRap 3 } - - --- The APs represented in this group of MIB variables --- are 'approved', meaning they have been authorized as --- approved via one of the methods controlled in the --- ccRapAuth group. - -- 1.3.6.1.4.1.388.11.2.7.3.1 - ccRapResultsApproved OBJECT IDENTIFIER ::= { ccRapResults 1 } - - - -- 1.3.6.1.4.1.388.11.2.7.3.1.1 - ccRapResultsApprovedAgeOut OBJECT-TYPE - SYNTAX Integer32 - UNITS "minutes" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "If an entry in the _ResultsApproved table is not heard - by any means for this number of minutes, is elligable - to be removed from the table by the switch; (the - switch, however, might not remove the entry until - it gets around to it). - - A value of 0 indicates that entries will never be - 'aged-out' of the table. - - The state of this variable persists across reboots. - The factory-default state is 1 week, (10080 min)." - ::= { ccRapResultsApproved 1 } - - - -- 1.3.6.1.4.1.388.11.2.7.3.1.2 - ccRapResultsApprovedTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcRapResultsApprovedEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Each AP MAC/ESSID combination heard by any enabled - detection method will be reported in this table, if it - has been determined to be 'approved' via one of the - enabled methods controlled in ccAuth. - - Entries persist until that MAC/ESSID combination has - not been heard for _AgeOut minutes." - ::= { ccRapResultsApproved 2 } - - - -- 1.3.6.1.4.1.388.11.2.7.3.1.2.1 - ccRapResultsApprovedEntry OBJECT-TYPE - SYNTAX CcRapResultsApprovedEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccRapResultsApprovedIndex } - ::= { ccRapResultsApprovedTable 1 } - - - CcRapResultsApprovedEntry ::= - SEQUENCE { - ccRapResultsApprovedIndex - Unsigned32, - ccRapResultsApprovedApMac - PhysAddress, - ccRapResultsApprovedEssid - DisplayString, - ccRapResultsApprovedCopyToAuthTable - DoActionNow, - ccRapResultsApprovedFirstHeard - TimeTicks, - ccRapResultsApprovedLastHeard - TimeTicks, - ccRapResultsApprovedPortalPtr - MultiPointer255, - ccRapResultsApprovedHowFound - INTEGER, - ccRapResultsApprovedHowAuth - INTEGER, - ccRapResultsApprovedChannel - Integer32 - } - - -- 1.3.6.1.4.1.388.11.2.7.3.1.2.1.1 - ccRapResultsApprovedIndex OBJECT-TYPE - SYNTAX Unsigned32 (1..50) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple Index." - ::= { ccRapResultsApprovedEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.7.3.1.2.1.2 - ccRapResultsApprovedApMac OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "MAC address of the heard AP." - ::= { ccRapResultsApprovedEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.7.3.1.2.1.3 - ccRapResultsApprovedEssid OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "ESSID of the heard AP." - ::= { ccRapResultsApprovedEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.7.3.1.2.1.4 - ccRapResultsApprovedCopyToAuthTable OBJECT-TYPE - SYNTAX DoActionNow - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "When set to TRUE, this entry is copied to the RuleTable." - ::= { ccRapResultsApprovedEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.7.3.1.2.1.5 - ccRapResultsApprovedFirstHeard OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Snapshot of sysUpTime the first time this AP - MAC/ESSID combination was heard by any Symbol MU." - ::= { ccRapResultsApprovedEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.7.3.1.2.1.6 - ccRapResultsApprovedLastHeard OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Snapshot of sysUpTime the most recent time this AP - MAC/ESSID combination was heard by any Symbol MU." - ::= { ccRapResultsApprovedEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.7.3.1.2.1.7 - ccRapResultsApprovedPortalPtr OBJECT-TYPE - SYNTAX MultiPointer255 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A mask of Portal table entries. Those Portal - entries indicated by a '1' in this mask were at one - time the servicing Portal for an MU that reported - hearing this AP. - - For a rogue of limited range in the parking lot on - the north side of a store, it would be expected that - only the Portals located in the north end of the - store would be indicated by this mask, thus giving - a rough indication of general direction of the - rogue." - ::= { ccRapResultsApprovedEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.7.3.1.2.1.8 - ccRapResultsApprovedHowFound OBJECT-TYPE - SYNTAX INTEGER - { - viaSymbolMuPolling(1), - viaOnChannelDetection(2), - viaDetector(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Describes the status of this AP. - - ??- I don't think we would report adoptedAp on the - results table, so don't need this enum value." - ::= { ccRapResultsApprovedEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.7.3.1.2.1.9 - ccRapResultsApprovedHowAuth OBJECT-TYPE - SYNTAX INTEGER - { - onAuthList(1), - viaRadius(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Describes how this AP was authorized, (or not). - - The order in which the various methods of authorizing APs - is attempted is exactly the numerical order of the enums. - - ??- I deleted adoptedAp, since it seems to me that there - is no good reason to report APs that this switch has - adopted." - ::= { ccRapResultsApprovedEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.7.3.1.2.1.10 - ccRapResultsApprovedChannel OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Describes on which channel this AP was found." - ::= { ccRapResultsApprovedEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.7.3.1.3 - ccRapResultsApprovedErase OBJECT-TYPE - SYNTAX DoActionNow - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Setting this value to TRUE erases all Results entries. - - Any APs heard after that event will be treated as newly - heard; (which means they will also generate notifications, - if enabled). - - ??- need 2nd scalar." - ::= { ccRapResultsApproved 3 } - - - -- 1.3.6.1.4.1.388.11.2.7.3.1.4 - ccRapNewApprovedAp NOTIFICATION-TYPE - OBJECTS { ccRapResultsApprovedPortalPtr, ccRapResultsApprovedHowFound, ccRapResultsApprovedHowAuth } - STATUS current - DESCRIPTION - "A new AP has been heard that was in some manner - authorized." - ::= { ccRapResultsApproved 4 } - - --- The APs represented in this group of MIB variables --- are 'rogue', meaning they failed to be authorized as --- approved via one of the methods controlled in the --- ccRapAuth group. - -- 1.3.6.1.4.1.388.11.2.7.3.2 - ccRapResultsRogue OBJECT IDENTIFIER ::= { ccRapResults 2 } - - - -- 1.3.6.1.4.1.388.11.2.7.3.2.1 - ccRapResultsRogueAgeOut OBJECT-TYPE - SYNTAX Integer32 - UNITS "minutes" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "If an entry in the _ResultsRogue table is not heard - by any means for this number of minutes, is elligable - to be removed from the table by the switch; (the - switch, however, might not remove the entry until - it gets around to it). - - A value of 0 indicates that entries will never be - 'aged-out' of the table. - - The state of this variable persists across reboots. - The factory-default state is 1 week, (10080 min)." - ::= { ccRapResultsRogue 1 } - - - -- 1.3.6.1.4.1.388.11.2.7.3.2.2 - ccRapResultsRogueTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcRapResultsRogueEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Each AP MAC/ESSID combination heard by any enabled - detection method will be reported in this table, if it - has NOT been determined to be 'approved' via one of - the enabled methods controlled in ccAuth. - - Entries persist until that MAC/ESSID combination has - not been heard for _AgeOut minutes." - ::= { ccRapResultsRogue 2 } - - - -- 1.3.6.1.4.1.388.11.2.7.3.2.2.1 - ccRapResultsRogueEntry OBJECT-TYPE - SYNTAX CcRapResultsRogueEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccRapResultsRogueIndex } - ::= { ccRapResultsRogueTable 1 } - - - CcRapResultsRogueEntry ::= - SEQUENCE { - ccRapResultsRogueIndex - Unsigned32, - ccRapResultsRogueApMac - PhysAddress, - ccRapResultsRogueEssid - DisplayString, - ccRapResultsRogueCopyToAuthTable - DoActionNow, - ccRapResultsRogueFirstHeard - TimeTicks, - ccRapResultsRogueLastHeard - TimeTicks, - ccRapResultsRoguePortalPtr - MultiPointer255, - ccRapResultsRogueHowFound - INTEGER, - ccRapResultsRogueClosestPortalPtr - SinglePointer, - ccRapResultsRogueClosestPortalRssi - Integer32, - ccRapResultsRogueChannel - Integer32 - } - - -- 1.3.6.1.4.1.388.11.2.7.3.2.2.1.1 - ccRapResultsRogueIndex OBJECT-TYPE - SYNTAX Unsigned32 (1..50) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple Index." - ::= { ccRapResultsRogueEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.7.3.2.2.1.2 - ccRapResultsRogueApMac OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "MAC address of the heard AP." - ::= { ccRapResultsRogueEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.7.3.2.2.1.3 - ccRapResultsRogueEssid OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "ESSID of the heard AP." - ::= { ccRapResultsRogueEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.7.3.2.2.1.4 - ccRapResultsRogueCopyToAuthTable OBJECT-TYPE - SYNTAX DoActionNow - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "When set to TRUE, this entry is copied to the RuleTable." - ::= { ccRapResultsRogueEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.7.3.2.2.1.5 - ccRapResultsRogueFirstHeard OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Snapshot of sysUpTime the first time this AP - MAC/ESSID combination was heard by any Symbol MU." - ::= { ccRapResultsRogueEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.7.3.2.2.1.6 - ccRapResultsRogueLastHeard OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Snapshot of sysUpTime the most recent time this AP - MAC/ESSID combination was heard by any Symbol MU." - ::= { ccRapResultsRogueEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.7.3.2.2.1.7 - ccRapResultsRoguePortalPtr OBJECT-TYPE - SYNTAX MultiPointer255 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A mask of Portal table entries. Those Portal - entries indicated by a '1' in this mask were at one - time the servicing Portal for an MU that reported - hearing this AP. - - For a rogue of limited range in the parking lot on - the north side of a store, it would be expected that - only the Portals located in the north end of the - store would be indicated by this mask, thus giving - a rough indication of general direction of the - rogue." - ::= { ccRapResultsRogueEntry 7 } - - - -- 1.3.6.1.4.1.388.11.2.7.3.2.2.1.8 - ccRapResultsRogueHowFound OBJECT-TYPE - SYNTAX INTEGER - { - viaSymbolMuPolling(1), - viaOnChannelDetection(2), - viaDetector(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Describes the status of this AP. - - ??- I don't think we would report adoptedAp on the - results table, so don't need this enum value." - ::= { ccRapResultsRogueEntry 8 } - - - -- 1.3.6.1.4.1.388.11.2.7.3.2.2.1.9 - ccRapResultsRogueClosestPortalPtr OBJECT-TYPE - SYNTAX SinglePointer - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "A pointer to closest reporting Portal to the Rogue AP, - (where 'closest' is defined as greatest RSSI value - among all Portals reporting this AP)." - ::= { ccRapResultsRogueEntry 9 } - - - -- 1.3.6.1.4.1.388.11.2.7.3.2.2.1.10 - ccRapResultsRogueClosestPortalRssi OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "RSSI reported by the closest Portal." - ::= { ccRapResultsRogueEntry 10 } - - - -- 1.3.6.1.4.1.388.11.2.7.3.2.2.1.11 - ccRapResultsRogueChannel OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Describes on which channel this AP was found." - ::= { ccRapResultsRogueEntry 11 } - - - -- 1.3.6.1.4.1.388.11.2.7.3.2.3 - ccRapResultsRogueErase OBJECT-TYPE - SYNTAX DoActionNow - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Setting this value to TRUE erases all Results entries. - - Any APs heard after that event will be treated as newly - heard; (which means they will also generate notifications, - if enabled). - - ??- need 2nd scalar." - ::= { ccRapResultsRogue 3 } - - - -- 1.3.6.1.4.1.388.11.2.7.3.2.4 - ccRapNewRogueAp NOTIFICATION-TYPE - OBJECTS { ccRapResultsRoguePortalPtr, ccRapResultsRogueHowFound } - STATUS current - DESCRIPTION - "A new AP has been heard that was NOT authorized." - ::= { ccRapResultsRogue 4 } - - --- The MIBs in this group aid in locating a Rogue AP. --- --- While the Rogue detection algorithms run at prescribed --- intervals, all methods in this group are 'one-shot' tests. --- That is, MIB values are written, and the switch immediately --- performs the specified operation and reports results. The --- results are not impacted in any way by the on-going scans --- configured above, (if any). - -- 1.3.6.1.4.1.388.11.2.7.4 - ccRapLocate OBJECT IDENTIFIER ::= { ccRap 4 } - - --- This group allows the user to initiate an immediate scan --- of all configured Portals for a specified Rogue AP. - -- 1.3.6.1.4.1.388.11.2.7.4.1 - ccRapPortalResults OBJECT IDENTIFIER ::= { ccRapLocate 1 } - - - -- 1.3.6.1.4.1.388.11.2.7.4.1.1 - ccRapPortalResultsApMac OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The MAC address of the AP to be reported. - - (No wildcarding of the AP MAC is allowed. If it - were, several APs could be found that match the - selection criteria)." - ::= { ccRapPortalResults 1 } - - - -- 1.3.6.1.4.1.388.11.2.7.4.1.2 - ccRapPortalResultsApEssid OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The ESSID of the AP to be reported. - - (No wildcarding of the AP ESSID is allowed. If it - were, several APs could be found that match the - selection criteria)." - ::= { ccRapPortalResults 2 } - - - -- 1.3.6.1.4.1.388.11.2.7.4.1.3 - ccRapPortalResultsInProcess OBJECT-TYPE - SYNTAX DoActionShowProgress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Setting to true erases the _PortalResultsTable, and - immediately initiates a scan of all Portals currently - enabled in ccRapControlOnChannel and ccRapControlDetectors. - - The switch does NOT wait until the next scan interval(s), - but performs the scan immediately; (a human is most likely - waiting for the results in mere seconds). - - Once the switch has completed scanning all enabled Portals, - it sets this value to false." - ::= { ccRapPortalResults 3 } - - - -- 1.3.6.1.4.1.388.11.2.7.4.1.4 - ccRapPortalResultsTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcRapPortalResultsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Each (enabled/configured) Portal that hears the specified - AP's MAC/ESSID combination will be reported as one entry - in this table. - - For a rogue of limited range in the parking lot on - the north side of a store, it would be expected that - only the Portals located in the north end of the - store would be indicated by this mask, thus giving - a rough indication of general direction of the - rogue. - - Individual RSSI values combined with exact locations of the - Portals can be used to triangulate the approximate position - of the Rogue." - ::= { ccRapPortalResults 4 } - - - -- 1.3.6.1.4.1.388.11.2.7.4.1.4.1 - ccRapPortalResultsEntry OBJECT-TYPE - SYNTAX CcRapPortalResultsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccRapPortalResultsIndex } - ::= { ccRapPortalResultsTable 1 } - - - CcRapPortalResultsEntry ::= - SEQUENCE { - ccRapPortalResultsIndex - Unsigned32, - ccRapPortalResultsPortalMac - PhysAddress, - ccRapPortalResultsRssi - Integer32 - } - - -- 1.3.6.1.4.1.388.11.2.7.4.1.4.1.1 - ccRapPortalResultsIndex OBJECT-TYPE - SYNTAX Unsigned32 (1..1000000000) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple Index." - ::= { ccRapPortalResultsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.7.4.1.4.1.2 - ccRapPortalResultsPortalMac OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "MAC address of the Portal reporting having heard the - specified AP." - ::= { ccRapPortalResultsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.7.4.1.4.1.3 - ccRapPortalResultsRssi OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "RSSI value heard by the Portal." - ::= { ccRapPortalResultsEntry 3 } - - --- This group contains the MIB variables used to --- initiate an immediate poll of a single Symbol MU, in order --- to use that MU as a roving agent to find the Rogue. - -- 1.3.6.1.4.1.388.11.2.7.4.2 - ccRapPollOneMu OBJECT IDENTIFIER ::= { ccRapLocate 2 } - - - -- 1.3.6.1.4.1.388.11.2.7.4.2.1 - ccRapPollOneMuMac OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Writing this value with the MAC address of a MU - causes the switch to read that MU's known AP list. - - This read is performed just once, (it is not repeated). - - This read occurs regardless of the state of - ccRapPollSymbolMusEnable. The read is also performed - immediately - the switch does NOT wait until the next - Sybmol MU poll interval, (as specified in - ccRapPollSymbolMusInterval)." - ::= { ccRapPollOneMu 1 } - - - -- 1.3.6.1.4.1.388.11.2.7.4.2.2 - ccRapPollOneMuInProcess OBJECT-TYPE - SYNTAX DoActionShowProgress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Setting to true initiates the polling of one - specified MU's known AP table. - - Once the switch receives a response from the - requested MU, it sets this value to false. - - If the network management software sets this value - to false, any future response from the MU will be - ignored." - ::= { ccRapPollOneMu 2 } - - - -- 1.3.6.1.4.1.388.11.2.7.4.2.3 - ccRapPollOneMuStatus OBJECT-TYPE - SYNTAX INTEGER - { - notSymbolRogueEnabled(1), - symbolRogueEnabled(2), - notAssociated(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Describes if the MU is associated or not, and if so, - if the MU is Symbol Rogue detect enabled or not." - ::= { ccRapPollOneMu 3 } - - - -- 1.3.6.1.4.1.388.11.2.7.4.2.4 - ccRapPollOneMuResultsTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcRapPollOneMuResultsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Shows the known AP table as read from the specified MU. - - This table is NOT cumulative; that is, it only - reflects exactly what was read from the most recent - read of the specified MU's known AP table. - - If a non-Symbol MUs is specified, or if the MU is not - currently associated with any Portal, the resulting table - will be empty." - ::= { ccRapPollOneMu 4 } - - - -- 1.3.6.1.4.1.388.11.2.7.4.2.4.1 - ccRapPollOneMuResultsEntry OBJECT-TYPE - SYNTAX CcRapPollOneMuResultsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ccRapPollOneMuResultsIndex } - ::= { ccRapPollOneMuResultsTable 1 } - - - CcRapPollOneMuResultsEntry ::= - SEQUENCE { - ccRapPollOneMuResultsIndex - Unsigned32, - ccRapPollOneMuResultsRssi - Integer32, - ccRapPollOneMuResultsEssid - DisplayString, - ccRapPollOneMuResultsApMac - PhysAddress - } - - -- 1.3.6.1.4.1.388.11.2.7.4.2.4.1.1 - ccRapPollOneMuResultsIndex OBJECT-TYPE - SYNTAX Unsigned32 (1..1000000000) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple index into the table." - ::= { ccRapPollOneMuResultsEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.7.4.2.4.1.2 - ccRapPollOneMuResultsRssi OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "RSSI reported for that known AP." - ::= { ccRapPollOneMuResultsEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.7.4.2.4.1.3 - ccRapPollOneMuResultsEssid OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "ESSID of the heard AP." - ::= { ccRapPollOneMuResultsEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.7.4.2.4.1.4 - ccRapPollOneMuResultsApMac OBJECT-TYPE - SYNTAX PhysAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "MAC address of the heard AP." - ::= { ccRapPollOneMuResultsEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.8 - ccRadiusServer OBJECT IDENTIFIER ::= { ws2k 8 } - - - -- 1.3.6.1.4.1.388.11.2.8.1 - ccRadius OBJECT IDENTIFIER ::= { ccRadiusServer 1 } --- ??-CSM: what happens when hit 'server certificate' --- and 'CA certificate' buttons? Add MIBs for these. --- - - -- 1.3.6.1.4.1.388.11.2.8.1.1 - ccRadiusDataSource OBJECT-TYPE - SYNTAX INTEGER - { - local(1), - ldap(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Source of data for authentication. It can be local database - on the switch or LDAP database i.e ADS or openLDAP" - ::= { ccRadius 1 } --- --- - - -- 1.3.6.1.4.1.388.11.2.8.1.2 - ccRadiusDefaultEapType OBJECT-TYPE - SYNTAX INTEGER - { - ttls(1), - peap(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Deafult EAP type advertised by the radius server. - - " - ::= { ccRadius 2 } --- EAP type enabled on the switch --- - --- Type of EAP type within PEAP --- - -- 1.3.6.1.4.1.388.11.2.8.1.4 - ccRadiusAuthTypePeap OBJECT-TYPE - SYNTAX INTEGER - { - gtc(1), - msChap2(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Type of EAP type within PEAP - " - ::= { ccRadius 4 } - - --- Type of EAP type within TTLS - -- 1.3.6.1.4.1.388.11.2.8.1.5 - ccRadiusAuthTypeTtls OBJECT-TYPE - SYNTAX INTEGER - { - md5(1), - pap(2), - msChap2(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Type of EAP type within TTLS" - ::= { ccRadius 5 } - - --- Id of the ceritificate used by RADIUS --- - -- 1.3.6.1.4.1.388.11.2.8.1.6 - ccRadiusServerCertificate OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..10)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Id of the ceritificate used by RADIUS - " - ::= { ccRadius 6 } - - --- ID of the CA certificate used by RADIUS --- - -- 1.3.6.1.4.1.388.11.2.8.1.7 - ccRadiusCACertificate OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..10)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "ID of the CA certificate used by RADIUS" - ::= { ccRadius 7 } - - --- List of client which are authorised by the radius server --- - -- 1.3.6.1.4.1.388.11.2.8.1.8 - ccRadiusClientAuthTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcRadiusClientAuthEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of Radius Client Entries." - ::= { ccRadius 8 } - - - -- 1.3.6.1.4.1.388.11.2.8.1.8.1 - ccRadiusClientAuthEntry OBJECT-TYPE - SYNTAX CcRadiusClientAuthEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - INDEX { ccRadiusClientAuthIndex } - ::= { ccRadiusClientAuthTable 1 } - - - CcRadiusClientAuthEntry ::= - SEQUENCE { - ccRadiusClientAuthIndex - Unsigned32, - ccRadiusClientAuthIpAddr - IpAddress, - ccRadiusClientAuthMask - IpAddress, - ccRadiusClientAuthSharedSecret - Password, - ccRadiusClientAuthRowStatus - AbbrevRowStatus - } - - -- 1.3.6.1.4.1.388.11.2.8.1.8.1.1 - ccRadiusClientAuthIndex OBJECT-TYPE - SYNTAX Unsigned32 (1..100) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple Index." - ::= { ccRadiusClientAuthEntry 1 } - - --- IP address - -- 1.3.6.1.4.1.388.11.2.8.1.8.1.2 - ccRadiusClientAuthIpAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP address of the client - " - ::= { ccRadiusClientAuthEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.8.1.8.1.3 - ccRadiusClientAuthMask OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Mask of the client's IP address - " - ::= { ccRadiusClientAuthEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.8.1.8.1.4 - ccRadiusClientAuthSharedSecret OBJECT-TYPE - SYNTAX Password - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Shared secret between the client and the radius server - " - ::= { ccRadiusClientAuthEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.8.1.8.1.5 - ccRadiusClientAuthRowStatus OBJECT-TYPE - SYNTAX AbbrevRowStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Row Status. - " - ::= { ccRadiusClientAuthEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.8.2 - ccRadiusProxy OBJECT IDENTIFIER ::= { ccRadiusServer 2 } - - - -- 1.3.6.1.4.1.388.11.2.8.2.1 - ccRadiusProxyRetryCount OBJECT-TYPE - SYNTAX INTEGER (3..6) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Number of retries for sending messages to a proxy - " - ::= { ccRadiusProxy 1 } - - - -- 1.3.6.1.4.1.388.11.2.8.2.2 - ccRadiusProxyTimeout OBJECT-TYPE - SYNTAX INTEGER (5..10) - UNITS "seconds" - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "TImeout in seconds before retrying to a proxy - " - ::= { ccRadiusProxy 2 } - - - -- 1.3.6.1.4.1.388.11.2.8.2.3 - ccRadiusProxyServerTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcRadiusProxyServerEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of Proxy Realm Entries." - ::= { ccRadiusProxy 3 } --- ??-CSM: limited number of entries? if not, change to AbbrevRowStatus. --- - - -- 1.3.6.1.4.1.388.11.2.8.2.3.1 - ccRadiusProxyServerEntry OBJECT-TYPE - SYNTAX CcRadiusProxyServerEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - INDEX { ccRadiusProxyServerIndex } - ::= { ccRadiusProxyServerTable 1 } - - - CcRadiusProxyServerEntry ::= - SEQUENCE { - ccRadiusProxyServerIndex - Unsigned32, - ccRadiusProxyServerPrefixOrSuffix - DisplayString, - ccRadiusProxyServerIp - IpAddress, - ccRadiusProxyServerPort - Integer32, - ccRadiusProxyServerSharedSecret - Password, - ccRadiusProxyServerRowStatus - AbbrevRowStatus - } - - -- 1.3.6.1.4.1.388.11.2.8.2.3.1.1 - ccRadiusProxyServerIndex OBJECT-TYPE - SYNTAX Unsigned32 (1..5) - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Simple Index." - ::= { ccRadiusProxyServerEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.8.2.3.1.2 - ccRadiusProxyServerPrefixOrSuffix OBJECT-TYPE - SYNTAX DisplayString (SIZE (1..8)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Prefix of suffix used for proxying radius request to a - proxy server - " - ::= { ccRadiusProxyServerEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.8.2.3.1.3 - ccRadiusProxyServerIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP address of the proxy server - " - ::= { ccRadiusProxyServerEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.8.2.3.1.4 - ccRadiusProxyServerPort OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Port of proxy server - " - ::= { ccRadiusProxyServerEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.8.2.3.1.5 - ccRadiusProxyServerSharedSecret OBJECT-TYPE - SYNTAX Password - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Shared secret between radius server and proxy server - " - ::= { ccRadiusProxyServerEntry 5 } - - - -- 1.3.6.1.4.1.388.11.2.8.2.3.1.6 - ccRadiusProxyServerRowStatus OBJECT-TYPE - SYNTAX AbbrevRowStatus - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Row Status. - " - ::= { ccRadiusProxyServerEntry 6 } - - - -- 1.3.6.1.4.1.388.11.2.8.3 - ccRadiusLdap OBJECT IDENTIFIER ::= { ccRadiusServer 3 } - - - -- 1.3.6.1.4.1.388.11.2.8.3.1 - ccRadiusLdapServerIp OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "IP address of the LDAP server - " - ::= { ccRadiusLdap 1 } - - - -- 1.3.6.1.4.1.388.11.2.8.3.2 - ccRadiusLdapServerPort OBJECT-TYPE - SYNTAX INTEGER (1..6) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Port of the LDAP server - " - ::= { ccRadiusLdap 2 } - - - -- 1.3.6.1.4.1.388.11.2.8.3.3 - ccRadiusLdapLoginAttribute OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..16)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Name of the login attribute used by LDAP for authenticating the - user. - " - ::= { ccRadiusLdap 3 } - - - -- 1.3.6.1.4.1.388.11.2.8.3.4 - ccRadiusLdapPasswordAttribute OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Name of the login attribute used by LDAP for authenticating the - user. - " - ::= { ccRadiusLdap 4 } - - - -- 1.3.6.1.4.1.388.11.2.8.3.5 - ccRadiusLdapBindDistinguishedName OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..128)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Bind DN used the LDAP client on the WS2000 to connect to - a LDAP server - " - ::= { ccRadiusLdap 5 } - - - -- 1.3.6.1.4.1.388.11.2.8.3.6 - ccRadiusLdapBindDistinguishedPassword OBJECT-TYPE - SYNTAX Password - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Bind password used the LDAP client on the WS2000 to connect to - a LDAP server" - ::= { ccRadiusLdap 6 } - - - -- 1.3.6.1.4.1.388.11.2.8.3.7 - ccRadiusLdapBaseDistinguishedName OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..128)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Base DN used the LDAP client on the WS2000 to connect to - a LDAP server." - ::= { ccRadiusLdap 7 } - - - -- 1.3.6.1.4.1.388.11.2.8.3.8 - ccRadiusLdapGroupAttribute OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..16)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Name of the group attribute used by LDAP for retrieving the - group associated with a user - " - ::= { ccRadiusLdap 8 } - - - -- 1.3.6.1.4.1.388.11.2.8.3.9 - ccRadiusLdapGroupFilter OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..128)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Filter specification used by the LDAP client to retrieve - the groups associated with a user - - " - ::= { ccRadiusLdap 9 } - - - -- 1.3.6.1.4.1.388.11.2.8.3.10 - ccRadiusLdapGroupMembershipAttribute OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..16)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "Name of the attribute in the user schema which specifies - groups associated with the user. This is used if the - group filter specified by ccRadiusGroupFilter return - an error. - " - ::= { ccRadiusLdap 10 } - - - -- 1.3.6.1.4.1.388.11.2.8.4 - ccRadiusUsers OBJECT IDENTIFIER ::= { ccRadiusServer 4 } --- ??-CSM: who else uses the local user database? --- depending on that answer, maybe this doesn't go under ccRadius? - - -- 1.3.6.1.4.1.388.11.2.8.4.1 - ccRadiusUsersGroupTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcRadiusUsersGroupEntry - MAX-ACCESS not-accessible - STATUS obsolete - DESCRIPTION - "Table of Group entries." - ::= { ccRadiusUsers 1 } - - - -- 1.3.6.1.4.1.388.11.2.8.4.1.1 - ccRadiusUsersGroupEntry OBJECT-TYPE - SYNTAX CcRadiusUsersGroupEntry - MAX-ACCESS not-accessible - STATUS obsolete - DESCRIPTION - "Description." - INDEX { ccRadiusUsersGroup } - ::= { ccRadiusUsersGroupTable 1 } - - - CcRadiusUsersGroupEntry ::= - SEQUENCE { - ccRadiusUsersGroup - DisplayString, - ccRadiusUsersGroupRowStatus - AbbrevRowStatus, - ccRadiusUsersGroupId - Integer32 - } - - -- 1.3.6.1.4.1.388.11.2.8.4.1.1.1 - ccRadiusUsersGroup OBJECT-TYPE - SYNTAX DisplayString (SIZE (1..8)) - MAX-ACCESS read-create - STATUS obsolete - DESCRIPTION - "Name of the group - " - ::= { ccRadiusUsersGroupEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.8.4.1.1.2 - ccRadiusUsersGroupRowStatus OBJECT-TYPE - SYNTAX AbbrevRowStatus - MAX-ACCESS read-create - STATUS obsolete - DESCRIPTION - "Row status - " - ::= { ccRadiusUsersGroupEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.8.4.1.1.3 - ccRadiusUsersGroupId OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS obsolete - DESCRIPTION - "Actual index of that Group in the Configuration. - - Added to solve a problem encountered by SEMM - for resolving the Multipointer ccRadiusUsersGroups." - ::= { ccRadiusUsersGroupEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.8.4.2 - ccRadiusUsersTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcRadiusUsersEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Table of User entries." - ::= { ccRadiusUsers 2 } - - - -- 1.3.6.1.4.1.388.11.2.8.4.2.1 - ccRadiusUsersEntry OBJECT-TYPE - SYNTAX CcRadiusUsersEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Description." - INDEX { ccRadiusUsersId } - ::= { ccRadiusUsersTable 1 } - - - CcRadiusUsersEntry ::= - SEQUENCE { - ccRadiusUsersId - DisplayString, - ccRadiusUsersPassword - Password, - ccRadiusUsersGroups - BITS, - ccRadiusUsersRowStatus - AbbrevRowStatus - } - - -- 1.3.6.1.4.1.388.11.2.8.4.2.1.1 - ccRadiusUsersId OBJECT-TYPE - SYNTAX DisplayString (SIZE (1..8)) - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "User name." - ::= { ccRadiusUsersEntry 1 } - - - -- 1.3.6.1.4.1.388.11.2.8.4.2.1.2 - ccRadiusUsersPassword OBJECT-TYPE - SYNTAX Password (SIZE (1..8)) - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Password." - ::= { ccRadiusUsersEntry 2 } - - - -- 1.3.6.1.4.1.388.11.2.8.4.2.1.3 - ccRadiusUsersGroups OBJECT-TYPE - SYNTAX BITS - { - null(0), - group1(1), - group2(2), - group3(3), - group4(4), - group5(5), - group6(6), - group7(7), - group8(8), - group9(9), - group10(10) - } - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "List of groups associated with the user. - - Note that if a group is deleted, the - corresponding bit pointing to that group - will be cleared in this variable for all - users that previously had it set." - ::= { ccRadiusUsersEntry 3 } - - - -- 1.3.6.1.4.1.388.11.2.8.4.2.1.4 - ccRadiusUsersRowStatus OBJECT-TYPE - SYNTAX AbbrevRowStatus - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Row Status." - ::= { ccRadiusUsersEntry 4 } - - - -- 1.3.6.1.4.1.388.11.2.8.5 - ccRadiusAccess OBJECT IDENTIFIER ::= { ccRadiusServer 5 } - - - -- 1.3.6.1.4.1.388.11.2.8.5.1 - ccRadiusAccessTable OBJECT-TYPE - SYNTAX SEQUENCE OF CcRadiusAccessEntry - MAX-ACCESS not-accessible - STATUS obsolete - DESCRIPTION - "Table of Access Policy entries." - ::= { ccRadiusAccess 1 } - - - -- 1.3.6.1.4.1.388.11.2.8.5.1.1 - ccRadiusAccessEntry OBJECT-TYPE - SYNTAX CcRadiusAccessEntry - MAX-ACCESS not-accessible - STATUS obsolete - DESCRIPTION - "Acess table entry specifying the the WLANs allowed for each - group - " - INDEX { ccRadiusUsersGroup } - ::= { ccRadiusAccessTable 1 } - - - CcRadiusAccessEntry ::= - SEQUENCE { - ccRadiusAccessWlanPtrs - BITS - } - - -- 1.3.6.1.4.1.388.11.2.8.5.1.1.2 - ccRadiusAccessWlanPtrs OBJECT-TYPE - SYNTAX BITS - { - null(0), - wlan1(1), - wlan2(2), - wlan3(3), - wlan4(4) - } - MAX-ACCESS read-write - STATUS obsolete - DESCRIPTION - "Points to the zero or more WLANs for which the given - GroupId is allowed access. - " - ::= { ccRadiusAccessEntry 2 } - - --- !!- OID: located at .1000 to save room above. - -- 1.3.6.1.4.1.388.11.2.1000 - ccGroups OBJECT IDENTIFIER ::= { ws2k 1000 } - - - -- 1.3.6.1.4.1.388.11.2.1000.1 - ccGroupsV1dot0 OBJECT IDENTIFIER ::= { ccGroups 1 } - - - -- 1.3.6.1.4.1.388.11.2.1000.1.1 - ccAdminGroup OBJECT-GROUP - OBJECTS { ccInfoSerialNumber, ccResetFactory, ccResetSwitch, ccLoadFwOperation, ccLoadFwInterface, - ccLoadFwServerPath, ccLoadFwServerFilename, ccLoadFwStart, ccLoadFwResult, ccLoadFwSuccess, - ccLoadCfgOperation, ccLoadCfgServerPath, ccLoadCfgServerFilename, ccLoadCfgStart, ccLoadCfgOperationsDone, - ccLoadCfgResult, ccLoadCfgSuccess, ccCfgHistChangeCount, ccCfgHistChangeTime, ccCfgHistSemaphore, - ccSnmpLastDeniedIpAddr, ccSysDNSRelayMode, ccApSslv2Mode, ccApSshv1Mode, ccApSslWeakCipherSupport, ccSnmpAclViolations, ccLoadServerIpAddr, ccLoadFtpUsername - } - STATUS current - DESCRIPTION - " " - ::= { ccGroupsV1dot0 1 } - - - -- 1.3.6.1.4.1.388.11.2.1000.1.2 - ccNotificationsGroup NOTIFICATION-GROUP - NOTIFICATIONS { ccPortalAdopted, ccPortalUnAdopted, ccPortalDenied, ccMuAssociated, ccMuUnAssociated, - ccMuDenied, ccSnmpAclViolation, ccConfigChange } - STATUS current - DESCRIPTION - " " - ::= { ccGroupsV1dot0 2 } - - - -- 1.3.6.1.4.1.388.11.2.1000.1.3 - ccApGroup OBJECT-GROUP - OBJECTS { ccApIndex, ccApNicMac, ccApModelNumber, ccApSerialNumber, ccApPcbRevision, - ccApBootLoaderRev, ccApWispVersion, ccApRuntimeFwVersion, ccApNumPortals, ccApPointersToPortals - } - STATUS current - DESCRIPTION - " " - ::= { ccGroupsV1dot0 3 } - - - -- 1.3.6.1.4.1.388.11.2.1000.1.4 - ccPortalGroup OBJECT-GROUP - OBJECTS { ccPortalIndex, ccPortalPointerToAp, ccPortalPointersToWlans, ccPortalOptions, ccPortalMac, - ccPortalNumberOfEss, ccPortalNumberOfBss, ccPortalAssociatedMus, ccPortalChannel, ccPortalTxPowerLevel, - ccPortalLastMac, ccPortalLastReason, ccPortalName, ccPortalLocation, ccPortalLastAdoption, - ccPortalRadioType } - STATUS current - DESCRIPTION - " " - ::= { ccGroupsV1dot0 4 } - - - -- 1.3.6.1.4.1.388.11.2.1000.1.5 - ccAssociationGroup OBJECT-GROUP - OBJECTS { ccAssociationFirstAssociate, ccAssociationLastAssociate, ccAssociationCountAssociates } - STATUS current - DESCRIPTION - " " - ::= { ccGroupsV1dot0 5 } - - - -- 1.3.6.1.4.1.388.11.2.1000.1.6 - ccMuGroup OBJECT-GROUP - OBJECTS { ccMuMac, ccMuWlanIndex, ccMuWlanName, ccMuPortalIndex, ccMuPortalMac, - ccMuSymbolRogueApEna, ccMuIpAddr, ccMuType, ccMuRadioType, ccMuSupportedRates, - ccMuPowerMode, ccMuAuthenticationMethod, ccMuEncryptionMethod, ccMuRxPktsUcast, ccMuTxPktsUcast, - ccMuRxOctetsUcast, ccMuTxOctetsUcast, ccMuRxUndecryptablePkts, ccMuRxRssiNumPkts, ccMuRxRssiSum, - ccMuRxRssiSumSquares, ccMuRxRssiMostRecent, ccMuLastActivity, ccMuRxPktsAt1Mb, ccMuRxPktsAt2Mb, - ccMuRxPktsAt5pt5Mb, ccMuRxPktsAt6Mb, ccMuRxPktsAt9Mb, ccMuRxPktsAt11Mb, ccMuRxPktsAt12Mb, - ccMuRxPktsAt18Mb, ccMuRxPktsAt22Mb, ccMuRxPktsAt24Mb, ccMuRxPktsAt36Mb, ccMuRxPktsAt48Mb, - ccMuRxPktsAt54Mb, ccMuTxPktsAt1Mb, ccMuTxPktsAt2Mb, ccMuTxPktsAt5pt5Mb, ccMuTxPktsAt6Mb, - ccMuTxPktsAt9Mb, ccMuTxPktsAt11Mb, ccMuTxPktsAt12Mb, ccMuTxPktsAt18Mb, ccMuTxPktsAt22Mb, - ccMuTxPktsAt24Mb, ccMuTxPktsAt36Mb, ccMuTxPktsAt48Mb, ccMuTxPktsAt54Mb, ccMuRxOctetsAt1Mb, - ccMuRxOctetsAt2Mb, ccMuRxOctetsAt5pt5Mb, ccMuRxOctetsAt6Mb, ccMuRxOctetsAt9Mb, ccMuRxOctetsAt11Mb, - ccMuRxOctetsAt12Mb, ccMuRxOctetsAt18Mb, ccMuRxOctetsAt22Mb, ccMuRxOctetsAt24Mb, ccMuRxOctetsAt36Mb, - ccMuRxOctetsAt48Mb, ccMuRxOctetsAt54Mb, ccMuTxOctetsAt1Mb, ccMuTxOctetsAt2Mb, ccMuTxOctetsAt5pt5Mb, - ccMuTxOctetsAt6Mb, ccMuTxOctetsAt9Mb, ccMuTxOctetsAt11Mb, ccMuTxOctetsAt12Mb, ccMuTxOctetsAt18Mb, - ccMuTxOctetsAt22Mb, ccMuTxOctetsAt24Mb, ccMuTxOctetsAt36Mb, ccMuTxOctetsAt48Mb, ccMuTxOctetsAt54Mb, - ccMuTxRetries01, ccMuTxRetries02, ccMuTxRetries03, ccMuTxRetries04, ccMuTxRetries05, - ccMuTxRetries06, ccMuTxRetries07, ccMuTxRetries08, ccMuTxRetries09, ccMuTxRetries10, - ccMuTxRetries11, ccMuTxRetries12, ccMuTxRetries13, ccMuTxRetries14, ccMuTxRetries15, - ccMuTxRetriesNone, ccMuTxRetriesFailed, ccMuTxRetriesTotal, ccMuLastPortal, ccMuTxRetriesMostRecent, - ccMuLastMac, ccMuLastReason, ccMuIsDataReady } - STATUS current - DESCRIPTION - " " - ::= { ccGroupsV1dot0 6 } - - - -- 1.3.6.1.4.1.388.11.2.1000.2 - ccGroupsV1dot5 OBJECT IDENTIFIER ::= { ccGroups 2 } - - - -- 1.3.6.1.4.1.388.11.2.1000.2.1 - ccGroupsV1dot5variables OBJECT-GROUP - OBJECTS { ccInfoSerialNumber, ccInfoCountrySelection, ccIdHwVersion, ccIdFwVersion, ccIdSwVersion, - ccIdMibVersion, ccIdCliVersion, ccIdXmlVersion, ccIdSerialNumber, ccResetFactory, - ccResetSwitch, ccResetFactoryExceptIpSnmp, ccLoadFwOperation, ccLoadFwInterface, ccLoadFwServerPath, - ccLoadFwServerFilename, ccLoadFwStart, ccLoadFwResult, ccLoadFwSuccess, ccLoadCfgOperation, - ccLoadCfgServerPath, ccLoadCfgServerFilename, ccLoadCfgStart, ccLoadCfgOperationsDone, ccLoadCfgResult, - ccLoadCfgSuccess, ccCfgHistChangeCount, ccCfgHistChangeTime, ccCfgHistSemaphore, ccLoadServerIpAddr, - ccLoadFtpUsername, ccLoadFtpPassword, ccSnmpAclViolations, ccSnmpLastDeniedIpAddr, ccCompactFlashCapacity, - ccCompactFlashUsed, ccSumStatsShortWindow, ccSumStatsShortUpdateInterval, ccSumStatsLongWindow, ccSumStatsLongUpdateInterval, - ccTrapCtrlCfAlmostFullThreshold, ccTrapCtrlFirewallUnderAttackDescription, ccTrapCtrlFirewallUnderAttackRateLimit, ccTrapCtrlRadarDetectedPortalMac, ccTrapCtrlRadarDetectedChannel, - ccTrapCtrlSumStatsIndex, ccTrapCtrlSumStatsDescr, ccTrapCtrlSumStatsUnits, ccTrapCtrlSumStatsCanBeSetMu, ccTrapCtrlSumStatsThresholdMu, - ccTrapCtrlSumStatsCanBeSetPortal, ccTrapCtrlSumStatsThresholdPortals, ccTrapCtrlSumStatsCanBeSetWlan, ccTrapCtrlSumStatsThresholdWlans, ccTrapCtrlSumStatsCanBeSetSwitch, - ccTrapCtrlSumStatsThresholdSwitch, ccTrapCtrlSumStatsMinPktsForTrap, ccApIndex, ccApNicMac, ccApModelNumber, - ccApSerialNumber, ccApPcbRevision, ccApBootLoaderRev, ccApWispVersion, ccApRuntimeFwVersion, - ccApNumPortals, ccApPointersToPortals, ccPortalIndex, ccPortalPointerToAp, ccPortalPointersToWlans, - ccPortalName, ccPortalLocation, ccPortalOptions, ccPortalMac, ccPortalNumberOfEss, - ccPortalNumberOfBss, ccPortalAssociatedMus, ccPortalRadioType, ccPortalChannel, ccPortalTxPowerLevel, - ccPortalLastAdoption, ccPortalState, ccPortalLastMac, ccPortalLastReason, ccPortalSystemStatsBeaconsTx, - ccPortalSystemStatsBeaconsTxOctets, ccPortalSystemStatsProbeReqRx, ccPortalSystemStatsProbeReqRxOctets, ccPortalSystemStatsProbeRespRetriesNone, ccPortalSystemStatsProbeRespRetries1, - ccPortalSystemStatsProbeRespRetries2, ccPortalSystemStatsProbeRespRetriesFailed, ccPortalSystemStatsProbeRespTxOctets, ccPortalTxPktsUcast, ccPortalRxPktsUcast, - ccPortalRxPktsNUcast, ccPortalTxOctetsUcast, ccPortalRxOctetsUcast, ccPortalRxOctetsNUcast, ccPortalRxUndecryptablePkts, - ccPortalLastActivity, ccPortalRxPktsAt1Mb, ccPortalRxPktsAt2Mb, ccPortalRxPktsAt5pt5Mb, ccPortalRxPktsAt6Mb, - ccPortalRxPktsAt9Mb, ccPortalRxPktsAt11Mb, ccPortalRxPktsAt12Mb, ccPortalRxPktsAt18Mb, ccPortalRxPktsAt22Mb, - ccPortalRxPktsAt24Mb, ccPortalRxPktsAt36Mb, ccPortalRxPktsAt48Mb, ccPortalRxPktsAt54Mb, ccPortalTxPktsAt1Mb, - ccPortalTxPktsAt2Mb, ccPortalTxPktsAt5pt5Mb, ccPortalTxPktsAt6Mb, ccPortalTxPktsAt9Mb, ccPortalTxPktsAt11Mb, - ccPortalTxPktsAt12Mb, ccPortalTxPktsAt18Mb, ccPortalTxPktsAt22Mb, ccPortalTxPktsAt24Mb, ccPortalTxPktsAt36Mb, - ccPortalTxPktsAt48Mb, ccPortalTxPktsAt54Mb, ccPortalRxOctetsAt1Mb, ccPortalRxOctetsAt2Mb, ccPortalRxOctetsAt5pt5Mb, - ccPortalRxOctetsAt6Mb, ccPortalRxOctetsAt9Mb, ccPortalRxOctetsAt11Mb, ccPortalRxOctetsAt12Mb, ccPortalRxOctetsAt18Mb, - ccPortalRxOctetsAt22Mb, ccPortalRxOctetsAt24Mb, ccPortalRxOctetsAt36Mb, ccPortalRxOctetsAt48Mb, ccPortalRxOctetsAt54Mb, - ccPortalTxOctetsAt1Mb, ccPortalTxOctetsAt2Mb, ccPortalTxOctetsAt5pt5Mb, ccPortalTxOctetsAt6Mb, ccPortalTxOctetsAt9Mb, - ccPortalTxOctetsAt11Mb, ccPortalTxOctetsAt12Mb, ccPortalTxOctetsAt18Mb, ccPortalTxOctetsAt22Mb, ccPortalTxOctetsAt24Mb, - ccPortalTxOctetsAt36Mb, ccPortalTxOctetsAt48Mb, ccPortalTxOctetsAt54Mb, ccPortalTxRetriesPktsNone, ccPortalTxRetriesPkts01, - ccPortalTxRetriesPkts02, ccPortalTxRetriesPkts03, ccPortalTxRetriesPkts04, ccPortalTxRetriesPkts05, ccPortalTxRetriesPkts06, - ccPortalTxRetriesPkts07, ccPortalTxRetriesPkts08, ccPortalTxRetriesPkts09, ccPortalTxRetriesPkts10, ccPortalTxRetriesPkts11, - ccPortalTxRetriesPkts12, ccPortalTxRetriesPkts13, ccPortalTxRetriesPkts14, ccPortalTxRetriesPkts15, ccPortalTxRetriesPktsFailed, - ccPortalTxRetriesOctetsNone, ccPortalTxRetriesOctets01, ccPortalTxRetriesOctets02, ccPortalTxRetriesOctets03, ccPortalTxRetriesOctets04, - ccPortalTxRetriesOctets05, ccPortalTxRetriesOctets06, ccPortalTxRetriesOctets07, ccPortalTxRetriesOctets08, ccPortalTxRetriesOctets09, - ccPortalTxRetriesOctets10, ccPortalTxRetriesOctets11, ccPortalTxRetriesOctets12, ccPortalTxRetriesOctets13, ccPortalTxRetriesOctets14, - ccPortalTxRetriesOctets15, ccPortalTxRetriesOctetsFailed, ccPortalSigStatsNumPkts, ccPortalSigStatsSignalBest, ccPortalSigStatsSignalWorst, - ccPortalSigStatsSignalSum, ccPortalSigStatsSignalSumSquares, ccPortalSigStatsSignalMostRecent, ccPortalSigStatsNoiseBest, ccPortalSigStatsNoiseWorst, - ccPortalSigStatsNoiseSum, ccPortalSigStatsNoiseSumSquares, ccPortalSigStatsNoiseMostRecent, ccPortalSigStatsSnrBest, ccPortalSigStatsSnrWorst, - ccPortalSigStatsSnrSum, ccPortalSigStatsSnrSumSquares, ccPortalSigStatsSnrMostRecent, ccPortalSumStatsShortTimestamp, ccPortalSumStatsShortNumPkts, - ccPortalSumStatsShortPktsPerSec100, ccPortalSumStatsShortPktsPerSecTx100, ccPortalSumStatsShortPktsPerSecRx100, ccPortalSumStatsShortThroughput, ccPortalSumStatsShortThroughputTx, - ccPortalSumStatsShortThroughputRx, ccPortalSumStatsShortAvgBitSpeed, ccPortalSumStatsShortAvgMuSignal, ccPortalSumStatsShortAvgMuNoise, ccPortalSumStatsShortAvgMuSnr, - ccPortalSumStatsShortPp10kNUcastPkts, ccPortalSumStatsShortPp10kTxWithRetries, ccPortalSumStatsShortTxAvgRetries100, ccPortalSumStatsShortPp10kRxUndecrypt, ccPortalSumStatsShortTotalMus, - ccPortalSumStatsShortPp10kRfUtil, ccPortalSumStatsLongTimestamp, ccPortalSumStatsLongNumPkts, ccPortalSumStatsLongPktsPerSec100, ccPortalSumStatsLongPktsPerSecTx100, - ccPortalSumStatsLongPktsPerSecRx100, ccPortalSumStatsLongThroughput, ccPortalSumStatsLongThroughputTx, ccPortalSumStatsLongThroughputRx, ccPortalSumStatsLongAvgBitSpeed, - ccPortalSumStatsLongAvgMuSignal, ccPortalSumStatsLongAvgMuNoise, ccPortalSumStatsLongAvgMuSnr, ccPortalSumStatsLongPp10kNUcastPkts, ccPortalSumStatsLongPp10kTxWithRetries, - ccPortalSumStatsLongTxAvgRetries100, ccPortalSumStatsLongPp10kRxUndecrypt, ccPortalSumStatsLongTotalMus, ccPortalSumStatsLongPp10kRfUtil, ccAssociationFirstAssociate, - ccAssociationLastAssociate, ccAssociationCountAssociates, ccMuMac, ccMuWlanIndex, ccMuWlanName, - ccMuIsDataReady, ccMuPortalIndex, ccMuPortalMac, ccMuSymbolRogueApEna, ccMuIpAddr, - ccMuType, ccMuRadioType, ccMuSupportedRates, ccMuPowerMode, ccMuAuthenticationMethod, - ccMuEncryptionMethod, ccMuTxPktsUcast, ccMuRxPktsUcast, ccMuTxOctetsUcast, ccMuRxOctetsUcast, - ccMuRxUndecryptablePkts, ccMuRxRssiNumPkts, ccMuRxRssiSum, ccMuRxRssiSumSquares, ccMuRxRssiMostRecent, - ccMuLastActivity, ccMuRxPktsAt1Mb, ccMuRxPktsAt2Mb, ccMuRxPktsAt5pt5Mb, ccMuRxPktsAt6Mb, - ccMuRxPktsAt9Mb, ccMuRxPktsAt11Mb, ccMuRxPktsAt12Mb, ccMuRxPktsAt18Mb, ccMuRxPktsAt22Mb, - ccMuRxPktsAt24Mb, ccMuRxPktsAt36Mb, ccMuRxPktsAt48Mb, ccMuRxPktsAt54Mb, ccMuTxPktsAt1Mb, - ccMuTxPktsAt2Mb, ccMuTxPktsAt5pt5Mb, ccMuTxPktsAt6Mb, ccMuTxPktsAt9Mb, ccMuTxPktsAt11Mb, - ccMuTxPktsAt12Mb, ccMuTxPktsAt18Mb, ccMuTxPktsAt22Mb, ccMuTxPktsAt24Mb, ccMuTxPktsAt36Mb, - ccMuTxPktsAt48Mb, ccMuTxPktsAt54Mb, ccMuRxOctetsAt1Mb, ccMuRxOctetsAt2Mb, ccMuRxOctetsAt5pt5Mb, - ccMuRxOctetsAt6Mb, ccMuRxOctetsAt9Mb, ccMuRxOctetsAt11Mb, ccMuRxOctetsAt12Mb, ccMuRxOctetsAt18Mb, - ccMuRxOctetsAt22Mb, ccMuRxOctetsAt24Mb, ccMuRxOctetsAt36Mb, ccMuRxOctetsAt48Mb, ccMuRxOctetsAt54Mb, - ccMuTxOctetsAt1Mb, ccMuTxOctetsAt2Mb, ccMuTxOctetsAt5pt5Mb, ccMuTxOctetsAt6Mb, ccMuTxOctetsAt9Mb, - ccMuTxOctetsAt11Mb, ccMuTxOctetsAt12Mb, ccMuTxOctetsAt18Mb, ccMuTxOctetsAt22Mb, ccMuTxOctetsAt24Mb, - ccMuTxOctetsAt36Mb, ccMuTxOctetsAt48Mb, ccMuTxOctetsAt54Mb, ccMuTxRetriesNone, ccMuTxRetries01, - ccMuTxRetries02, ccMuTxRetries03, ccMuTxRetries04, ccMuTxRetries05, ccMuTxRetries06, - ccMuTxRetries07, ccMuTxRetries08, ccMuTxRetries09, ccMuTxRetries10, ccMuTxRetries11, - ccMuTxRetries12, ccMuTxRetries13, ccMuTxRetries14, ccMuTxRetries15, ccMuTxRetriesFailed, - ccMuTxRetriesTotal, ccMuTxRetriesMostRecent, ccMuLastMac, ccMuLastReason, ccMuLastPortal, - ccMuTxRetriesOctetsNone, ccMuTxRetriesOctets01, ccMuTxRetriesOctets02, ccMuTxRetriesOctets03, ccMuTxRetriesOctets04, - ccMuTxRetriesOctets05, ccMuTxRetriesOctets06, ccMuTxRetriesOctets07, ccMuTxRetriesOctets08, ccMuTxRetriesOctets09, - ccMuTxRetriesOctets10, ccMuTxRetriesOctets11, ccMuTxRetriesOctets12, ccMuTxRetriesOctets13, ccMuTxRetriesOctets14, - ccMuTxRetriesOctets15, ccMuTxRetriesOctetsFailed, ccMuSigStatsNumPkts, ccMuSigStatsSignalBest, ccMuSigStatsSignalWorst, - ccMuSigStatsSignalSum, ccMuSigStatsSignalSumSquares, ccMuSigStatsSignalMostRecent, ccMuSigStatsNoiseBest, ccMuSigStatsNoiseWorst, - ccMuSigStatsNoiseSum, ccMuSigStatsNoiseSumSquares, ccMuSigStatsNoiseMostRecent, ccMuSigStatsSnrBest, ccMuSigStatsSnrWorst, - ccMuSigStatsSnrSum, ccMuSigStatsSnrSumSquares, ccMuSigStatsSnrMostRecent, ccMuSumStatsShortTimestamp, ccMuSumStatsShortNumPkts, - ccMuSumStatsShortPktsPerSec100, ccMuSumStatsShortPktsPerSecTx100, ccMuSumStatsShortPktsPerSecRx100, ccMuSumStatsShortThroughput, ccMuSumStatsShortThroughputTx, - ccMuSumStatsShortThroughputRx, ccMuSumStatsShortAvgBitSpeed, ccMuSumStatsShortAvgMuSignal, ccMuSumStatsShortAvgMuNoise, ccMuSumStatsShortAvgMuSnr, - ccMuSumStatsShortPp10kNUcastPkts, ccMuSumStatsShortPp10kTxWithRetries, ccMuSumStatsShortTxAvgRetries100, ccMuSumStatsShortPp10kRxUndecrypt, ccMuSumStatsLongTimestamp, - ccMuSumStatsLongNumPkts, ccMuSumStatsLongPktsPerSec100, ccMuSumStatsLongPktsPerSecTx100, ccMuSumStatsLongPktsPerSecRx100, ccMuSumStatsLongThroughput, - ccMuSumStatsLongThroughputTx, ccMuSumStatsLongThroughputRx, ccMuSumStatsLongAvgBitSpeed, ccMuSumStatsLongAvgMuSignal, ccMuSumStatsLongAvgMuNoise, - ccMuSumStatsLongAvgMuSnr, ccMuSumStatsLongPp10kNUcastPkts, ccMuSumStatsLongPp10kTxWithRetries, ccMuSumStatsLongTxAvgRetries100, ccMuSumStatsLongPp10kRxUndecrypt, - ccWlanIndex, ccWlanName, ccWlanEssid, ccWlanSubnet, ccWlanPortalsAdopted, - ccWlanEnable, ccWlanDisallowMuToMu, ccWlanVoicePrioritization, ccWlanAnswerBroadcastEss, ccWlanMulticastAddr1, - ccWlanMulticastAddr2, ccWlanMuAclDefault, ccWlanAuthentication, ccWlanEncryption, ccWlanAuthEapReauthenticationEnable, - ccWlanAuthEapReauthenticationPeriod, ccWlanAuthEapReauthenticationMaxRetries, ccWlanAuthEapRadius1Server, ccWlanAuthEapRadius1Port, ccWlanAuthEapRadius1SharedSecret, - ccWlanAuthEapRadius2Server, ccWlanAuthEapRadius2Port, ccWlanAuthEapRadius2SharedSecret, ccWlanAuthEapMuQuietPeriod, ccWlanAuthEapMuTimeout, - ccWlanAuthEapMuTxPeriod, ccWlanAuthEapMuMaxRetries, ccWlanAuthEapServerTimeout, ccWlanAuthEapServerMaxRetries, ccWlanAuthKerberosRealmName, - ccWlanAuthKerberosUsername, ccWlanAuthKerberosPassword, ccWlanAuthKerberosKdcServerIp1, ccWlanAuthKerberosKdcPort1, ccWlanAuthKerberosKdcServerIp2, - ccWlanAuthKerberosKdcPort2, ccWlanAuthKerberosKdcServerIpR, ccWlanAuthKerberosKdcPortR, ccWlanCryptoWepPassKey, ccWlanCryptoWepKey1, - ccWlanCryptoWepKey2, ccWlanCryptoWepKey3, ccWlanCryptoWepKey4, ccWlanCryptoWepKeyToUse, ccWlanCryptoWpaBcastKeyRotation, - ccWlanCryptoWpaKeyRotationInterval, ccWlanCryptoWpaKeyToUse, ccWlanCryptoWpaPassphrase, ccWlanCryptoWpaKey, ccWlanCryptoKeyguardPasskey, - ccWlanCryptoKeyguardKey1, ccWlanCryptoKeyguardKey2, ccWlanCryptoKeyguardKey3, ccWlanCryptoKeyguardKey4, ccWlanCryptoKeyguardKeyToUse, - ccWlanTxPktsUcast, ccWlanRxPktsUcast, ccWlanRxPktsNUcast, ccWlanTxOctetsUcast, ccWlanRxOctetsUcast, - ccWlanRxOctetsNUcast, ccWlanRxUndecryptablePkts, ccWlanLastActivity, ccWlanRxPktsAt1Mb, ccWlanRxPktsAt2Mb, - ccWlanRxPktsAt5pt5Mb, ccWlanRxPktsAt6Mb, ccWlanRxPktsAt9Mb, ccWlanRxPktsAt11Mb, ccWlanRxPktsAt12Mb, - ccWlanRxPktsAt18Mb, ccWlanRxPktsAt22Mb, ccWlanRxPktsAt24Mb, ccWlanRxPktsAt36Mb, ccWlanRxPktsAt48Mb, - ccWlanRxPktsAt54Mb, ccWlanTxPktsAt1Mb, ccWlanTxPktsAt2Mb, ccWlanTxPktsAt5pt5Mb, ccWlanTxPktsAt6Mb, - ccWlanTxPktsAt9Mb, ccWlanTxPktsAt11Mb, ccWlanTxPktsAt12Mb, ccWlanTxPktsAt18Mb, ccWlanTxPktsAt22Mb, - ccWlanTxPktsAt24Mb, ccWlanTxPktsAt36Mb, ccWlanTxPktsAt48Mb, ccWlanTxPktsAt54Mb, ccWlanRxOctetsAt1Mb, - ccWlanRxOctetsAt2Mb, ccWlanRxOctetsAt5pt5Mb, ccWlanRxOctetsAt6Mb, ccWlanRxOctetsAt9Mb, ccWlanRxOctetsAt11Mb, - ccWlanRxOctetsAt12Mb, ccWlanRxOctetsAt18Mb, ccWlanRxOctetsAt22Mb, ccWlanRxOctetsAt24Mb, ccWlanRxOctetsAt36Mb, - ccWlanRxOctetsAt48Mb, ccWlanRxOctetsAt54Mb, ccWlanTxOctetsAt1Mb, ccWlanTxOctetsAt2Mb, ccWlanTxOctetsAt5pt5Mb, - ccWlanTxOctetsAt6Mb, ccWlanTxOctetsAt9Mb, ccWlanTxOctetsAt11Mb, ccWlanTxOctetsAt12Mb, ccWlanTxOctetsAt18Mb, - ccWlanTxOctetsAt22Mb, ccWlanTxOctetsAt24Mb, ccWlanTxOctetsAt36Mb, ccWlanTxOctetsAt48Mb, ccWlanTxOctetsAt54Mb, - ccWlanTxRetriesPktsNone, ccWlanTxRetriesPkts01, ccWlanTxRetriesPkts02, ccWlanTxRetriesPkts03, ccWlanTxRetriesPkts04, - ccWlanTxRetriesPkts05, ccWlanTxRetriesPkts06, ccWlanTxRetriesPkts07, ccWlanTxRetriesPkts08, ccWlanTxRetriesPkts09, - ccWlanTxRetriesPkts10, ccWlanTxRetriesPkts11, ccWlanTxRetriesPkts12, ccWlanTxRetriesPkts13, ccWlanTxRetriesPkts14, - ccWlanTxRetriesPkts15, ccWlanTxRetriesPktsFailed, ccWlanTxRetriesOctetsNone, ccWlanTxRetriesOctets01, ccWlanTxRetriesOctets02, - ccWlanTxRetriesOctets03, ccWlanTxRetriesOctets04, ccWlanTxRetriesOctets05, ccWlanTxRetriesOctets06, ccWlanTxRetriesOctets07, - ccWlanTxRetriesOctets08, ccWlanTxRetriesOctets09, ccWlanTxRetriesOctets10, ccWlanTxRetriesOctets11, ccWlanTxRetriesOctets12, - ccWlanTxRetriesOctets13, ccWlanTxRetriesOctets14, ccWlanTxRetriesOctets15, ccWlanTxRetriesOctetsFailed, ccWlanSigStatsNumPkts, - ccWlanSigStatsSignalBest, ccWlanSigStatsSignalWorst, ccWlanSigStatsSignalSum, ccWlanSigStatsSignalSumSquares, ccWlanSigStatsNoiseBest, - ccWlanSigStatsNoiseWorst, ccWlanSigStatsNoiseSum, ccWlanSigStatsNoiseSumSquares, ccWlanSigStatsSnrBest, ccWlanSigStatsSnrWorst, - ccWlanSigStatsSnrSum, ccWlanSigStatsSnrSumSquares, ccWlanSumStatsShortTimestamp, ccWlanSumStatsShortNumPkts, ccWlanSumStatsShortPktsPerSec100, - ccWlanSumStatsShortPktsPerSecTx100, ccWlanSumStatsShortPktsPerSecRx100, ccWlanSumStatsShortThroughput, ccWlanSumStatsShortThroughputTx, ccWlanSumStatsShortThroughputRx, - ccWlanSumStatsShortAvgBitSpeed, ccWlanSumStatsShortAvgMuSignal, ccWlanSumStatsShortAvgMuNoise, ccWlanSumStatsShortAvgMuSnr, ccWlanSumStatsShortPp10kNUcastPkts, - ccWlanSumStatsShortPp10kTxWithRetries, ccWlanSumStatsShortTxAvgRetries100, ccWlanSumStatsShortPp10kRxUndecrypt, ccWlanSumStatsShortTotalMus, ccWlanSumStatsLongTimestamp, - ccWlanSumStatsLongNumPkts, ccWlanSumStatsLongPktsPerSec100, ccWlanSumStatsLongPktsPerSecTx100, ccWlanSumStatsLongPktsPerSecRx100, ccWlanSumStatsLongThroughput, - ccWlanSumStatsLongThroughputTx, ccWlanSumStatsLongThroughputRx, ccWlanSumStatsLongAvgBitSpeed, ccWlanSumStatsLongAvgMuSignal, ccWlanSumStatsLongAvgMuNoise, - ccWlanSumStatsLongAvgMuSnr, ccWlanSumStatsLongPp10kNUcastPkts, ccWlanSumStatsLongPp10kTxWithRetries, ccWlanSumStatsLongTxAvgRetries100, ccWlanSumStatsLongPp10kRxUndecrypt, - ccWlanSumStatsLongTotalMus, ccWanIndex, ccWanDhcpEnable, ccWanDhcpIpAddr, ccWanDhcpSubnetMask, - ccWanDhcpDefaultGateway, ccWanDhcpPrimaryDnsServer, ccWanDhcpSecondaryDnsServer, ccWanSubnetMask, ccWanDefaultGateway, - ccWanPrimaryDnsServer, ccWanSecondaryDnsServer, ccWanPppoeEnable, ccWanPppoeUsername, ccWanPppoePassword, - ccWanPppoeKeepAlive, ccWanPppoeIdleTime, ccWanPppoeAuthType, ccWanIpAddrIndex, ccWanIpAddrEnable, - ccWanIpAddr, ccWanFirewallGlobalEnable, ccWanFirewallIndex, ccWanFirewallDescription, ccWanFirewallAlwaysEnabled, - ccWanFirewallEnable, ccWanFirewallMimeFloodMaxHeaderLength, ccWanFirewallMimeFloodMaxHeaders, ccPortIndex, ccPortType, - ccPortPoeEquipped, ccPortStatus, ccPortDuplex, ccPortalBackgroundNoiseNumSamples, ccPortalBackgroundNoiseBest, - ccPortalBackgroundNoiseWorst, ccPortalBackgroundNoiseSum, ccPortalBackgroundNoiseSumSquares, ccMuSumStatsLongPp10kDropped, ccMuSumStatsShortPp10kDropped, - ccPortalSystemStatsProbeRespRetries3OrMore, ccPortalSumStatsShortPp10kTxMaxRetries, ccPortSpeed, ccResetStatCounters } - STATUS current - DESCRIPTION - "variables implemented in v1.5" - ::= { ccGroupsV1dot5 1 } - - - -- 1.3.6.1.4.1.388.11.2.1000.2.2 - ccGroupsV1dot5obsoleted OBJECT-GROUP - OBJECTS { ccLoadFtpPassword, ccMuRxPktsNUcast, ccMuRxOctetsNUcast, ccResetMuCounters } - STATUS obsolete - DESCRIPTION - "variables obsoleted in v1.5" - ::= { ccGroupsV1dot5 2 } - - - -- 1.3.6.1.4.1.388.11.2.1000.2.3 - ccGroupsV1dot5notifications NOTIFICATION-GROUP - NOTIFICATIONS { ccPortStatusChange, ccCfAlmostFull, ccFirewallUnderAttack, ccSumStatsMu, ccSumStatsPortal, - ccSumStatsWlan, ccSumStatsSwitch, ccRadarDetected, ccPortalAdopted, ccPortalUnAdopted, - ccPortalDenied, ccMuAssociated, ccMuUnAssociated, ccMuDenied, ccConfigChange, - ccSnmpAclViolation } - STATUS current - DESCRIPTION - "notifications implemented in v1.5" - ::= { ccGroupsV1dot5 3 } - - - -- 1.3.6.1.4.1.388.11.2.1000.3 - ccGroupsV2dot0 OBJECT IDENTIFIER ::= { ccGroups 3 } - - - -- 1.3.6.1.4.1.388.11.2.1000.3.1 - ccGroupsV2dot0variables OBJECT-GROUP - OBJECTS { ccInfoSerialNumber, ccInfoCountrySelection, ccIdHwVersion, ccIdFwVersion, ccIdSwVersion, - ccIdMibVersion, ccIdCliVersion, ccIdXmlVersion, ccIdSerialNumber, ccResetFactory, - ccResetSwitch, ccResetFactoryExceptIpSnmp, ccResetStatCounters, ccLoadFwOperation, ccLoadFwInterface, - ccLoadFwServerPath, ccLoadFwServerFilename, ccLoadFwStart, ccLoadFwResult, ccLoadFwSuccess, - ccLoadCfgOperation, ccLoadCfgServerPath, ccLoadCfgServerFilename, ccLoadCfgStart, ccLoadCfgOperationsDone, - ccLoadCfgResult, ccLoadCfgSuccess, ccCfgHistChangeCount, ccCfgHistChangeTime, ccCfgHistSemaphore, - ccLoadServerIpAddr, ccLoadFtpUsername, ccLoadFtpPassword, ccSnmpAclViolations, ccSnmpLastDeniedIpAddr, - ccSnmpAccessV12Index, ccSnmpAccessV12Community, ccSnmpAccessV12CustomOid, ccSnmpAccessV12OidLimit, ccSnmpAccessV12Access, - ccSnmpAccessV12Enable, ccSnmpAccessV3Index, ccSnmpAccessV3SecurityLevel, ccSnmpAccessV3CustomOid, ccSnmpAccessV3OidLimit, - ccSnmpAccessV3Access, ccSnmpAccessV3AuthAlgorithm, ccSnmpAccessV3AuthPassword, ccSnmpAccessV3PrivacyAlgorithm, ccSnmpAccessV3PrivacyPassword, - ccSnmpAccessV3Enable, ccSnmpAccessControlIndex, ccSnmpAccessControlStartIp, ccSnmpAccessControlEndIp, ccSnmpAccessControlEnable, - ccSnmpTrapSinkV12Index, ccSnmpTrapSinkV12DestinationIp, ccSnmpTrapSinkV12Port, ccSnmpTrapSinkV12Community, ccSnmpTrapSinkV12Version, - ccSnmpTrapSinkV12Enable, ccSnmpTrapSinkV3Index, ccSnmpTrapSinkV3DestinationIp, ccSnmpTrapSinkV3Port, ccSnmpTrapSinkV3Username, - ccSnmpTrapSinkV3SecurityLevel, ccSnmpTrapSinkV3AuthAlgorithm, ccSnmpTrapSinkV3AuthPassword, ccSnmpTrapSinkV3PrivacyAlgorithm, ccSnmpTrapSinkV3PrivacyPassword, - ccSnmpTrapSinkV3Enable, ccCompactFlashCapacity, ccCompactFlashUsed, ccSumStatsShortWindow, ccSumStatsShortUpdateInterval, - ccSumStatsLongWindow, ccSumStatsLongUpdateInterval, ccMgmtAccessToAllow, ccMgmtAccessAirbeamAllow, ccMgmtAccessAirbeamPassword, - ccMgmtAccessAdminAuth, ccMgmtAccessAdminPassword, ccMgmtAccessAdminAuthRadiusServerIp, ccMgmtAccessAdminAuthRadiusServerPort, ccMgmtAccessAdminAuthRadiusSharedSecret, - ccMgmtAccessSshAuthTimeout, ccMgmtAccessSshInactivityTimeout, ccLoggingLevel, ccLoggingToSyslog, ccLoggingSyslogServer, - ccNtpEnable, ccNtp0Server, ccNtp0Port, ccNtp1Server, ccNtp1Port, - ccNtp2Server, ccNtp2Port, ccNtpGmtHourOffset, ccNtpGmtMinuteOffset, ccDhcpOptionsUpdateFwEna, - ccDhcpOptionsUpdateCfgEna, ccDhcpOptionsUpdateInterface, ccDhcpOptionsUpdateFwFilename, ccDhcpOptionsUpdateCfgFilename, ccRedundancyAdminState, - ccRedundancyOperState, ccRedundancyHeartbeatInterval, ccRedundancyRevertDelay, ccTrapCtrlCfAlmostFullThreshold, ccTrapCtrlFirewallUnderAttackDescription, - ccTrapCtrlFirewallUnderAttackRateLimit, ccTrapCtrlRadarDetectedPortalMac, ccTrapCtrlRadarDetectedChannel, ccTrapCtrlSumStatsIndex, ccTrapCtrlSumStatsDescr, - ccTrapCtrlSumStatsUnits, ccTrapCtrlSumStatsCanBeSetMu, ccTrapCtrlSumStatsThresholdMu, ccTrapCtrlSumStatsCanBeSetPortal, ccTrapCtrlSumStatsThresholdPortals, - ccTrapCtrlSumStatsCanBeSetWlan, ccTrapCtrlSumStatsThresholdWlans, ccTrapCtrlSumStatsCanBeSetSwitch, ccTrapCtrlSumStatsThresholdSwitch, ccTrapCtrlSumStatsMinPktsForTrap, - ccTrapCtrlLanVlanActivatedVlanId, ccTrapCtrlDhcpOptionsFileTransferStatusRequested, ccApIndex, ccApNicMac, ccApModelNumber, - ccApSerialNumber, ccApPcbRevision, ccApBootLoaderRev, ccApWispVersion, ccApRuntimeFwVersion, - ccApNumPortals, ccApPointersToPortals, ccPortalIndex, ccPortalPointerToAp, ccPortalPointersToWlans, - ccPortalName, ccPortalLocation, ccPortalOptions, ccPortalMac, ccPortalNumberOfEss, - ccPortalNumberOfBss, ccPortalAssociatedMus, ccPortalRadioType, ccPortalChannel, ccPortalTxPowerLevel, - ccPortalLastAdoption, ccPortalState, ccPortalBackgroundNoiseNumSamples, ccPortalBackgroundNoiseBest, ccPortalBackgroundNoiseWorst, - ccPortalBackgroundNoiseSum, ccPortalBackgroundNoiseSumSquares, ccPortalLastMac, ccPortalLastReason, ccPortalAdoptionIndex, - ccPortalAdoptionStartMac, ccPortalAdoptionEndMac, ccPortalAdoptionWlanPointers, ccPortalAdoptionRowStatus, ccPortalSystemStatsBeaconsTx, - ccPortalSystemStatsBeaconsTxOctets, ccPortalSystemStatsProbeReqRx, ccPortalSystemStatsProbeReqRxOctets, ccPortalSystemStatsProbeRespRetriesNone, ccPortalSystemStatsProbeRespRetries1, - ccPortalSystemStatsProbeRespRetries2, ccPortalSystemStatsProbeRespRetriesFailed, ccPortalSystemStatsProbeRespTxOctets, ccPortalTxPktsUcast, ccPortalRxPktsUcast, - ccPortalRxPktsNUcast, ccPortalTxOctetsUcast, ccPortalRxOctetsUcast, ccPortalRxOctetsNUcast, ccPortalRxUndecryptablePkts, - ccPortalLastActivity, ccPortalRxPktsAt1Mb, ccPortalRxPktsAt2Mb, ccPortalRxPktsAt5pt5Mb, ccPortalRxPktsAt6Mb, - ccPortalRxPktsAt9Mb, ccPortalRxPktsAt11Mb, ccPortalRxPktsAt12Mb, ccPortalRxPktsAt18Mb, ccPortalRxPktsAt22Mb, - ccPortalRxPktsAt24Mb, ccPortalRxPktsAt36Mb, ccPortalRxPktsAt48Mb, ccPortalRxPktsAt54Mb, ccPortalTxPktsAt1Mb, - ccPortalTxPktsAt2Mb, ccPortalTxPktsAt5pt5Mb, ccPortalTxPktsAt6Mb, ccPortalTxPktsAt9Mb, ccPortalTxPktsAt11Mb, - ccPortalTxPktsAt12Mb, ccPortalTxPktsAt18Mb, ccPortalTxPktsAt22Mb, ccPortalTxPktsAt24Mb, ccPortalTxPktsAt36Mb, - ccPortalTxPktsAt48Mb, ccPortalTxPktsAt54Mb, ccPortalRxOctetsAt1Mb, ccPortalRxOctetsAt2Mb, ccPortalRxOctetsAt5pt5Mb, - ccPortalRxOctetsAt6Mb, ccPortalRxOctetsAt9Mb, ccPortalRxOctetsAt11Mb, ccPortalRxOctetsAt12Mb, ccPortalRxOctetsAt18Mb, - ccPortalRxOctetsAt22Mb, ccPortalRxOctetsAt24Mb, ccPortalRxOctetsAt36Mb, ccPortalRxOctetsAt48Mb, ccPortalRxOctetsAt54Mb, - ccPortalTxOctetsAt1Mb, ccPortalTxOctetsAt2Mb, ccPortalTxOctetsAt5pt5Mb, ccPortalTxOctetsAt6Mb, ccPortalTxOctetsAt9Mb, - ccPortalTxOctetsAt11Mb, ccPortalTxOctetsAt12Mb, ccPortalTxOctetsAt18Mb, ccPortalTxOctetsAt22Mb, ccPortalTxOctetsAt24Mb, - ccPortalTxOctetsAt36Mb, ccPortalTxOctetsAt48Mb, ccPortalTxOctetsAt54Mb, ccPortalTxRetriesPktsNone, ccPortalTxRetriesPkts01, - ccPortalTxRetriesPkts02, ccPortalTxRetriesPkts03, ccPortalTxRetriesPkts04, ccPortalTxRetriesPkts05, ccPortalTxRetriesPkts06, - ccPortalTxRetriesPkts07, ccPortalTxRetriesPkts08, ccPortalTxRetriesPkts09, ccPortalTxRetriesPkts10, ccPortalTxRetriesPkts11, - ccPortalTxRetriesPkts12, ccPortalTxRetriesPkts13, ccPortalTxRetriesPkts14, ccPortalTxRetriesPkts15, ccPortalTxRetriesPktsFailed, - ccPortalTxRetriesOctetsNone, ccPortalTxRetriesOctets01, ccPortalTxRetriesOctets02, ccPortalTxRetriesOctets03, ccPortalTxRetriesOctets04, - ccPortalTxRetriesOctets05, ccPortalTxRetriesOctets06, ccPortalTxRetriesOctets07, ccPortalTxRetriesOctets08, ccPortalTxRetriesOctets09, - ccPortalTxRetriesOctets10, ccPortalTxRetriesOctets11, ccPortalTxRetriesOctets12, ccPortalTxRetriesOctets13, ccPortalTxRetriesOctets14, - ccPortalTxRetriesOctets15, ccPortalTxRetriesOctetsFailed, ccPortalSigStatsNumPkts, ccPortalSigStatsSignalBest, ccPortalSigStatsSignalWorst, - ccPortalSigStatsSignalSum, ccPortalSigStatsSignalSumSquares, ccPortalSigStatsSignalMostRecent, ccPortalSigStatsNoiseBest, ccPortalSigStatsNoiseWorst, - ccPortalSigStatsNoiseSum, ccPortalSigStatsNoiseSumSquares, ccPortalSigStatsNoiseMostRecent, ccPortalSigStatsSnrBest, ccPortalSigStatsSnrWorst, - ccPortalSigStatsSnrSum, ccPortalSigStatsSnrSumSquares, ccPortalSigStatsSnrMostRecent, ccPortalSumStatsShortTimestamp, ccPortalSumStatsShortNumPkts, - ccPortalSumStatsShortPktsPerSec100, ccPortalSumStatsShortPktsPerSecTx100, ccPortalSumStatsShortPktsPerSecRx100, ccPortalSumStatsShortThroughput, ccPortalSumStatsShortThroughputTx, - ccPortalSumStatsShortThroughputRx, ccPortalSumStatsShortAvgBitSpeed, ccPortalSumStatsShortAvgMuSignal, ccPortalSumStatsShortAvgMuNoise, ccPortalSumStatsShortAvgMuSnr, - ccPortalSumStatsShortPp10kNUcastPkts, ccPortalSumStatsShortPp10kTxWithRetries, ccPortalSumStatsShortTxAvgRetries100, ccPortalSumStatsShortPp10kRxUndecrypt, ccPortalSumStatsShortTotalMus, - ccPortalSumStatsShortPp10kRfUtil, ccPortalSumStatsLongTimestamp, ccPortalSumStatsLongNumPkts, ccPortalSumStatsLongPktsPerSec100, ccPortalSumStatsLongPktsPerSecTx100, - ccPortalSumStatsLongPktsPerSecRx100, ccPortalSumStatsLongThroughput, ccPortalSumStatsLongThroughputTx, ccPortalSumStatsLongThroughputRx, ccPortalSumStatsLongAvgBitSpeed, - ccPortalSumStatsLongAvgMuSignal, ccPortalSumStatsLongAvgMuNoise, ccPortalSumStatsLongAvgMuSnr, ccPortalSumStatsLongPp10kNUcastPkts, ccPortalSumStatsLongPp10kTxWithRetries, - ccPortalSumStatsLongTxAvgRetries100, ccPortalSumStatsLongPp10kRxUndecrypt, ccPortalSumStatsLongTotalMus, ccPortalSumStatsLongPp10kRfUtil, ccAssociationFirstAssociate, - ccAssociationLastAssociate, ccAssociationCountAssociates, ccMuMac, ccMuWlanIndex, ccMuWlanName, - ccMuIsDataReady, ccMuPortalIndex, ccMuPortalMac, ccMuSymbolRogueApEna, ccMuIpAddr, - ccMuType, ccMuRadioType, ccMuSupportedRates, ccMuPowerMode, ccMuAuthenticationMethod, - ccMuEncryptionMethod, ccMuVlanId, ccMuTxPktsUcast, ccMuRxPktsUcast, ccMuTxOctetsUcast, - ccMuRxOctetsUcast, ccMuRxUndecryptablePkts, ccMuRxRssiNumPkts, ccMuRxRssiSum, ccMuRxRssiSumSquares, - ccMuRxRssiMostRecent, ccMuLastActivity, ccMuRxPktsAt1Mb, ccMuRxPktsAt2Mb, ccMuRxPktsAt5pt5Mb, - ccMuRxPktsAt6Mb, ccMuRxPktsAt9Mb, ccMuRxPktsAt11Mb, ccMuRxPktsAt12Mb, ccMuRxPktsAt18Mb, - ccMuRxPktsAt22Mb, ccMuRxPktsAt24Mb, ccMuRxPktsAt36Mb, ccMuRxPktsAt48Mb, ccMuRxPktsAt54Mb, - ccMuTxPktsAt1Mb, ccMuTxPktsAt2Mb, ccMuTxPktsAt5pt5Mb, ccMuTxPktsAt6Mb, ccMuTxPktsAt9Mb, - ccMuTxPktsAt11Mb, ccMuTxPktsAt12Mb, ccMuTxPktsAt18Mb, ccMuTxPktsAt22Mb, ccMuTxPktsAt24Mb, - ccMuTxPktsAt36Mb, ccMuTxPktsAt48Mb, ccMuTxPktsAt54Mb, ccMuRxOctetsAt1Mb, ccMuRxOctetsAt2Mb, - ccMuRxOctetsAt5pt5Mb, ccMuRxOctetsAt6Mb, ccMuRxOctetsAt9Mb, ccMuRxOctetsAt11Mb, ccMuRxOctetsAt12Mb, - ccMuRxOctetsAt18Mb, ccMuRxOctetsAt22Mb, ccMuRxOctetsAt24Mb, ccMuRxOctetsAt36Mb, ccMuRxOctetsAt48Mb, - ccMuRxOctetsAt54Mb, ccMuTxOctetsAt1Mb, ccMuTxOctetsAt2Mb, ccMuTxOctetsAt5pt5Mb, ccMuTxOctetsAt6Mb, - ccMuTxOctetsAt9Mb, ccMuTxOctetsAt11Mb, ccMuTxOctetsAt12Mb, ccMuTxOctetsAt18Mb, ccMuTxOctetsAt22Mb, - ccMuTxOctetsAt24Mb, ccMuTxOctetsAt36Mb, ccMuTxOctetsAt48Mb, ccMuTxOctetsAt54Mb, ccMuTxRetriesNone, - ccMuTxRetries01, ccMuTxRetries02, ccMuTxRetries03, ccMuTxRetries04, ccMuTxRetries05, - ccMuTxRetries06, ccMuTxRetries07, ccMuTxRetries08, ccMuTxRetries09, ccMuTxRetries10, - ccMuTxRetries11, ccMuTxRetries12, ccMuTxRetries13, ccMuTxRetries14, ccMuTxRetries15, - ccMuTxRetriesFailed, ccMuTxRetriesTotal, ccMuTxRetriesMostRecent, ccMuLastMac, ccMuLastReason, - ccMuLastPortal, ccMuTxRetriesOctetsNone, ccMuTxRetriesOctets01, ccMuTxRetriesOctets02, ccMuTxRetriesOctets03, - ccMuTxRetriesOctets04, ccMuTxRetriesOctets05, ccMuTxRetriesOctets06, ccMuTxRetriesOctets07, ccMuTxRetriesOctets08, - ccMuTxRetriesOctets09, ccMuTxRetriesOctets10, ccMuTxRetriesOctets11, ccMuTxRetriesOctets12, ccMuTxRetriesOctets13, - ccMuTxRetriesOctets14, ccMuTxRetriesOctets15, ccMuTxRetriesOctetsFailed, ccMuSigStatsNumPkts, ccMuSigStatsSignalBest, - ccMuSigStatsSignalWorst, ccMuSigStatsSignalSum, ccMuSigStatsSignalSumSquares, ccMuSigStatsSignalMostRecent, ccMuSigStatsNoiseBest, - ccMuSigStatsNoiseWorst, ccMuSigStatsNoiseSum, ccMuSigStatsNoiseSumSquares, ccMuSigStatsNoiseMostRecent, ccMuSigStatsSnrBest, - ccMuSigStatsSnrWorst, ccMuSigStatsSnrSum, ccMuSigStatsSnrSumSquares, ccMuSigStatsSnrMostRecent, ccMuSumStatsShortTimestamp, - ccMuSumStatsShortNumPkts, ccMuSumStatsShortPktsPerSec100, ccMuSumStatsShortPktsPerSecTx100, ccMuSumStatsShortPktsPerSecRx100, ccMuSumStatsShortThroughput, - ccMuSumStatsShortThroughputTx, ccMuSumStatsShortThroughputRx, ccMuSumStatsShortAvgBitSpeed, ccMuSumStatsShortAvgMuSignal, ccMuSumStatsShortAvgMuNoise, - ccMuSumStatsShortAvgMuSnr, ccMuSumStatsShortPp10kNUcastPkts, ccMuSumStatsShortPp10kTxWithRetries, ccMuSumStatsShortTxAvgRetries100, ccMuSumStatsShortPp10kRxUndecrypt, - ccMuSumStatsLongTimestamp, ccMuSumStatsLongNumPkts, ccMuSumStatsLongPktsPerSec100, ccMuSumStatsLongPktsPerSecTx100, ccMuSumStatsLongPktsPerSecRx100, - ccMuSumStatsLongThroughput, ccMuSumStatsLongThroughputTx, ccMuSumStatsLongThroughputRx, ccMuSumStatsLongAvgBitSpeed, ccMuSumStatsLongAvgMuSignal, - ccMuSumStatsLongAvgMuNoise, ccMuSumStatsLongAvgMuSnr, ccMuSumStatsLongPp10kNUcastPkts, ccMuSumStatsLongPp10kTxWithRetries, ccMuSumStatsLongTxAvgRetries100, - ccMuSumStatsLongPp10kRxUndecrypt, ccWlanIndex, ccWlanName, ccWlanEssid, ccWlanSubnet, - ccWlanPortalsAdopted, ccWlanEnable, ccWlanDisallowMuToMu, ccWlanVoicePrioritization, ccWlanAnswerBroadcastEss, - ccWlanMulticastAddr1, ccWlanMulticastAddr2, ccWlanMuAclDefault, ccWlanAuthentication, ccWlanEncryption, - ccWlanWeight, ccWlanAuthEapReauthenticationEnable, ccWlanAuthEapReauthenticationPeriod, ccWlanAuthEapReauthenticationMaxRetries, ccWlanAuthEapRadius1Server, - ccWlanAuthEapRadius1Port, ccWlanAuthEapRadius1SharedSecret, ccWlanAuthEapRadius2Server, ccWlanAuthEapRadius2Port, ccWlanAuthEapRadius2SharedSecret, - ccWlanAuthEapMuQuietPeriod, ccWlanAuthEapMuTimeout, ccWlanAuthEapMuTxPeriod, ccWlanAuthEapMuMaxRetries, ccWlanAuthEapServerTimeout, - ccWlanAuthEapServerMaxRetries, ccWlanAuthKerberosRealmName, ccWlanAuthKerberosUsername, ccWlanAuthKerberosPassword, ccWlanAuthKerberosKdcServerIp1, - ccWlanAuthKerberosKdcPort1, ccWlanAuthKerberosKdcServerIp2, ccWlanAuthKerberosKdcPort2, ccWlanAuthKerberosKdcServerIpR, ccWlanAuthKerberosKdcPortR, - ccWlanCryptoWepPassKey, ccWlanCryptoWepKey1, ccWlanCryptoWepKey2, ccWlanCryptoWepKey3, ccWlanCryptoWepKey4, - ccWlanCryptoWepKeyToUse, ccWlanCryptoWpaBcastKeyRotation, ccWlanCryptoWpaKeyRotationInterval, ccWlanCryptoWpaKeyToUse, ccWlanCryptoWpaPassphrase, - ccWlanCryptoWpaKey, ccWlanCryptoKeyguardPasskey, ccWlanCryptoKeyguardKey1, ccWlanCryptoKeyguardKey2, ccWlanCryptoKeyguardKey3, - ccWlanCryptoKeyguardKey4, ccWlanCryptoKeyguardKeyToUse, ccWlanMuAclIndex, ccWlanMuAclStartingMac, ccWlanMuAclEndingMac, - ccWlanMuAclRowStatus, ccWlanBwShareMode, ccWlanTxPktsUcast, ccWlanRxPktsUcast, ccWlanRxPktsNUcast, - ccWlanTxOctetsUcast, ccWlanRxOctetsUcast, ccWlanRxOctetsNUcast, ccWlanRxUndecryptablePkts, ccWlanLastActivity, - ccWlanRxPktsAt1Mb, ccWlanRxPktsAt2Mb, ccWlanRxPktsAt5pt5Mb, ccWlanRxPktsAt6Mb, ccWlanRxPktsAt9Mb, - ccWlanRxPktsAt11Mb, ccWlanRxPktsAt12Mb, ccWlanRxPktsAt18Mb, ccWlanRxPktsAt22Mb, ccWlanRxPktsAt24Mb, - ccWlanRxPktsAt36Mb, ccWlanRxPktsAt48Mb, ccWlanRxPktsAt54Mb, ccWlanTxPktsAt1Mb, ccWlanTxPktsAt2Mb, - ccWlanTxPktsAt5pt5Mb, ccWlanTxPktsAt6Mb, ccWlanTxPktsAt9Mb, ccWlanTxPktsAt11Mb, ccWlanTxPktsAt12Mb, - ccWlanTxPktsAt18Mb, ccWlanTxPktsAt22Mb, ccWlanTxPktsAt24Mb, ccWlanTxPktsAt36Mb, ccWlanTxPktsAt48Mb, - ccWlanTxPktsAt54Mb, ccWlanRxOctetsAt1Mb, ccWlanRxOctetsAt2Mb, ccWlanRxOctetsAt5pt5Mb, ccWlanRxOctetsAt6Mb, - ccWlanRxOctetsAt9Mb, ccWlanRxOctetsAt11Mb, ccWlanRxOctetsAt12Mb, ccWlanRxOctetsAt18Mb, ccWlanRxOctetsAt22Mb, - ccWlanRxOctetsAt24Mb, ccWlanRxOctetsAt36Mb, ccWlanRxOctetsAt48Mb, ccWlanRxOctetsAt54Mb, ccWlanTxOctetsAt1Mb, - ccWlanTxOctetsAt2Mb, ccWlanTxOctetsAt5pt5Mb, ccWlanTxOctetsAt6Mb, ccWlanTxOctetsAt9Mb, ccWlanTxOctetsAt11Mb, - ccWlanTxOctetsAt12Mb, ccWlanTxOctetsAt18Mb, ccWlanTxOctetsAt22Mb, ccWlanTxOctetsAt24Mb, ccWlanTxOctetsAt36Mb, - ccWlanTxOctetsAt48Mb, ccWlanTxOctetsAt54Mb, ccWlanTxRetriesPktsNone, ccWlanTxRetriesPkts01, ccWlanTxRetriesPkts02, - ccWlanTxRetriesPkts03, ccWlanTxRetriesPkts04, ccWlanTxRetriesPkts05, ccWlanTxRetriesPkts06, ccWlanTxRetriesPkts07, - ccWlanTxRetriesPkts08, ccWlanTxRetriesPkts09, ccWlanTxRetriesPkts10, ccWlanTxRetriesPkts11, ccWlanTxRetriesPkts12, - ccWlanTxRetriesPkts13, ccWlanTxRetriesPkts14, ccWlanTxRetriesPkts15, ccWlanTxRetriesPktsFailed, ccWlanTxRetriesOctetsNone, - ccWlanTxRetriesOctets01, ccWlanTxRetriesOctets02, ccWlanTxRetriesOctets03, ccWlanTxRetriesOctets04, ccWlanTxRetriesOctets05, - ccWlanTxRetriesOctets06, ccWlanTxRetriesOctets07, ccWlanTxRetriesOctets08, ccWlanTxRetriesOctets09, ccWlanTxRetriesOctets10, - ccWlanTxRetriesOctets11, ccWlanTxRetriesOctets12, ccWlanTxRetriesOctets13, ccWlanTxRetriesOctets14, ccWlanTxRetriesOctets15, - ccWlanTxRetriesOctetsFailed, ccWlanSigStatsNumPkts, ccWlanSigStatsSignalBest, ccWlanSigStatsSignalWorst, ccWlanSigStatsSignalSum, - ccWlanSigStatsSignalSumSquares, ccWlanSigStatsNoiseBest, ccWlanSigStatsNoiseWorst, ccWlanSigStatsNoiseSum, ccWlanSigStatsNoiseSumSquares, - ccWlanSigStatsSnrBest, ccWlanSigStatsSnrWorst, ccWlanSigStatsSnrSum, ccWlanSigStatsSnrSumSquares, ccWlanSumStatsShortTimestamp, - ccWlanSumStatsShortNumPkts, ccWlanSumStatsShortPktsPerSec100, ccWlanSumStatsShortPktsPerSecTx100, ccWlanSumStatsShortPktsPerSecRx100, ccWlanSumStatsShortThroughput, - ccWlanSumStatsShortThroughputTx, ccWlanSumStatsShortThroughputRx, ccWlanSumStatsShortAvgBitSpeed, ccWlanSumStatsShortAvgMuSignal, ccWlanSumStatsShortAvgMuNoise, - ccWlanSumStatsShortAvgMuSnr, ccWlanSumStatsShortPp10kNUcastPkts, ccWlanSumStatsShortPp10kTxWithRetries, ccWlanSumStatsShortTxAvgRetries100, ccWlanSumStatsShortPp10kRxUndecrypt, - ccWlanSumStatsShortTotalMus, ccWlanSumStatsLongTimestamp, ccWlanSumStatsLongNumPkts, ccWlanSumStatsLongPktsPerSec100, ccWlanSumStatsLongPktsPerSecTx100, - ccWlanSumStatsLongPktsPerSecRx100, ccWlanSumStatsLongThroughput, ccWlanSumStatsLongThroughputTx, ccWlanSumStatsLongThroughputRx, ccWlanSumStatsLongAvgBitSpeed, - ccWlanSumStatsLongAvgMuSignal, ccWlanSumStatsLongAvgMuNoise, ccWlanSumStatsLongAvgMuSnr, ccWlanSumStatsLongPp10kNUcastPkts, ccWlanSumStatsLongPp10kTxWithRetries, - ccWlanSumStatsLongTxAvgRetries100, ccWlanSumStatsLongPp10kRxUndecrypt, ccWlanSumStatsLongTotalMus, ccWanIndex, ccWanDhcpEnable, - ccWanDhcpIpAddr, ccWanDhcpSubnetMask, ccWanDhcpDefaultGateway, ccWanDhcpPrimaryDnsServer, ccWanDhcpSecondaryDnsServer, - ccWanSubnetMask, ccWanDefaultGateway, ccWanPrimaryDnsServer, ccWanSecondaryDnsServer, ccWanPppoeEnable, - ccWanPppoeUsername, ccWanPppoePassword, ccWanPppoeKeepAlive, ccWanPppoeIdleTime, ccWanPppoeAuthType, - ccWanIpAddrIndex, ccWanIpAddrEnable, ccWanIpAddr, ccWanFirewallGlobalEnable, ccWanFirewallIndex, - ccWanFirewallDescription, ccWanFirewallAlwaysEnabled, ccWanFirewallEnable, ccWanFirewallMimeFloodMaxHeaderLength, ccWanFirewallMimeFloodMaxHeaders, - ccWanNatIndex, ccWanNatWanIpAddress, ccWanNatType, ccWanNat1to1IpAddr, ccWanNatInboundDefaultEna, - ccWanNatInboundDefaultIp, ccWanNatInboundIndex, ccWanNatInboundName, ccWanNatInboundTransport, ccWanNatInboundStartPort, - ccWanNatInboundEndPort, ccWanNatInboundIpAddr, ccWanNatInboundRowStatus, ccWanNatOutboundSubnetIndex, ccWanNatOutboundPossibleIpAddr, - ccWanNatOutboundIpAddr, ccWanVpnName, ccWanVpnLocalSubnet, ccWanVpnLocalWanIp, ccWanVpnRemoteSubnet, - ccWanVpnRemoteSubnetMask, ccWanVpnRemoteGateway, ccWanVpnKeyExchange, ccWanVpnRowStatus, ccWanVpnKeyManualAhAuth, - ccWanVpnKeyManualInAhAuthKey, ccWanVpnKeyManualOutAhAuthKey, ccWanVpnKeyManualInAhSpi, ccWanVpnKeyManualOutAhSpi, ccWanVpnKeyManualEspType, - ccWanVpnKeyManualEspEncrypAlg, ccWanVpnKeyManualInEspEncrypKey, ccWanVpnKeyManualOutEspEncrypKey, ccWanVpnKeyManualEspAuthAlg, ccWanVpnKeyManualInEspAuthKey, - ccWanVpnKeyManualOutEspAuthKey, ccWanVpnKeyManualInEspSpi, ccWanVpnKeyManualOutEspSpi, ccWanVpnKeyAutoUsePerfectSecrecy, ccWanVpnKeyAutoAhAuth, - ccWanVpnKeyAutoEspType, ccWanVpnKeyAutoEspEncrypAlg, ccWanVpnKeyAutoEspAuthAlg, ccWanVpnKeyAutoIkeOperationMode, ccWanVpnKeyAutoIkeLocalIdType, - ccWanVpnKeyAutoIkeLocalIdData, ccWanVpnKeyAutoIkeRemoteIdType, ccWanVpnKeyAutoIkeRemoteIdData, ccWanVpnKeyAutoIkeAuthAlg, ccWanVpnKeyAutoIkeAuthPassphrase, - ccWanVpnKeyAutoIkeEncrypAlg, ccWanVpnKeyAutoIkeXauthMode, ccWanVpnKeyAutoIkeXauthUsername, ccWanVpnKeyAutoIkeXauthPassword, ccWanVpnKeyAutoIkeKeyLifetime, - ccWanVpnKeyAutoIkeDiffieHelmanGroup, ccWanVpnSaTunnelName, ccWanVpnSaStatus, ccWanVpnSaInSpi, ccWanVpnSaOutSpi, - ccWanVpnSaLifetime, ccWanVpnSaTxBytes, ccWanVpnSaRxBytes, ccWanVpnIkeTunnelName, ccWanVpnIkeState, - ccWanVpnIkeRemainingLife, ccWanContentBlockSmtp, ccWanContentBlockFtp, ccWanContentBlockHttp, ccWanContentBlockOutUrlIndex, - ccWanContentBlockOutUrlExtension, ccWanContentBlockOutUrlRowStatus, ccPortIndex, ccPortType, ccPortPoeEquipped, - ccPortStatus, ccPortDuplex, ccPortSpeed, ccSubnetIndex, ccSubnetEnable, - ccSubnetName, ccSubnetIpAddress, ccSubnetIpSubnetMask, ccSubnetPortMembers, ccSubnetWlanMembers, - ccSubnetDhcpState, ccSubnetDhcpIpAddress, ccSubnetDhcpSubnetMask, ccSubnetDhcpServerEnable, ccSubnetDhcpServerPoolStart, - ccSubnetDhcpServerPoolEnd, ccSubnetDhcpServerPrimaryDns, ccSubnetDhcpServerSecondaryDns, ccSubnetDhcpServerDefaultGateway, ccSubnetDhcpServerLeaseTime, - ccSubnetDhcpServerStaticMapMac, ccSubnetDhcpServerStaticMapIpAddr, ccSubnetDhcpServerStaticMapEnable, ccSubnetAccessDestIndex, ccSubnetAccessRuleIndex, - ccSubnetAccessDestType, ccSubnetAccessDestPtrToDest, ccSubnetAccessRuleName, ccSubnetAccessRuleType, ccSubnetAccessAdvInIndex, - ccLanVlanType, ccLanVlanTrunkPort, ccLanVlanDefaultTag, ccLanVlanTrunked, ccLanVlanId, - ccRouterRipType, ccRouterRipDirection, ccRouterRip2AuthType, ccRouterRip2SimplePassword, ccRouterRip2Md5Key1Id, - ccRouterRip2Md5Key1AuthKey, ccRouterRip2Md5Key2Id, ccRouterRip2Md5Key2AuthKey, ccRouterRoutesIndex, ccRouterRoutesDest, - ccRouterRoutesDestMask, ccRouterRoutesGateway, ccRouterRoutesInterface, ccRouterRoutesMetric, ccRouterUserRoutesIndex, - ccRouterUserRoutesDest, ccRouterUserRoutesDestMask, ccRouterUserRoutesGateway, ccRouterUserRoutesInterface, ccRouterUserRoutesMetric, - ccRouterUserRoutesRowStatus, ccRapPollSymbolMusEnable, ccRapPollSymbolMusInterval, ccRapOnChannelEnable, ccRapOnChannelInterval, - ccRapDetectorsEnable, ccRapDetectorsInterval, ccRapAuthAllSymbolMac, ccRapAuthIndex, ccRapAuthMacFilter, - ccRapAuthEssidFilter, ccRapAuthRowExists, ccRapAuthErase, ccRapAuthCopyAllApproved, ccRapResultsApprovedAgeOut, - ccRapResultsApprovedApMac, ccRapResultsApprovedEssid, ccRapResultsApprovedCopyToAuthTable, ccRapResultsApprovedFirstHeard, ccRapResultsApprovedLastHeard, - ccRapResultsApprovedPortalPtr, ccRapResultsApprovedHowFound, ccRapResultsApprovedHowAuth, ccRapResultsApprovedErase, ccRapResultsRogueAgeOut, - ccRapResultsRogueApMac, ccRapResultsRogueEssid, ccRapResultsRogueCopyToAuthTable, ccRapResultsRogueFirstHeard, ccRapResultsRogueLastHeard, - ccRapResultsRoguePortalPtr, ccRapResultsRogueHowFound, ccRapResultsRogueClosestPortalPtr, ccRapResultsRogueClosestPortalRssi, ccRapResultsRogueErase, - ccRapPortalResultsApMac, ccRapPortalResultsApEssid, ccRapPortalResultsInProcess, ccRapPortalResultsPortalMac, ccRapPortalResultsRssi, - ccRapPollOneMuMac, ccRapPollOneMuInProcess, ccRapPollOneMuStatus, ccRapPollOneMuResultsIndex, ccRapPollOneMuResultsRssi, - ccRapPollOneMuResultsEssid, ccRapPollOneMuResultsApMac, ccRadiusDataSource, ccRadiusDefaultEapType, ccRadiusClientAuthIndex, - ccRadiusClientAuthIpAddr, ccRadiusClientAuthMask, ccRadiusClientAuthSharedSecret, ccRadiusProxyRetryCount, ccRadiusProxyTimeout, - ccRadiusProxyServerIndex, ccRadiusProxyServerIp, ccRadiusProxyServerPort, ccRadiusProxyServerSharedSecret, ccRadiusLdapServerIp, - ccRadiusLdapServerPort, ccRadiusLdapLoginAttribute, ccRadiusLdapPasswordAttribute, ccRadiusLdapBindDistinguishedName, ccRadiusLdapBindDistinguishedPassword, - ccRadiusLdapBaseDistinguishedName, ccRadiusLdapGroupAttribute, ccRadiusLdapGroupFilter, ccRadiusLdapGroupMembershipAttribute, ccRadiusUsersId, - ccRadiusUsersPassword, ccRadiusUsersGroups, ccRadiusUsersRowStatus, ccNtpCurrentDateTime, ccRadiusAuthTypePeap, - ccRadiusAuthTypeTtls, ccRadiusClientAuthRowStatus, ccRadiusProxyServerPrefixOrSuffix, ccSubnetAccessAdvInSrcIp, ccSubnetAccessAdvInSrcIpLength, - ccSubnetAccessAdvInDestIp, ccSubnetAccessAdvInDestIpLength, ccSubnetAccessAdvInTransport, ccSubnetAccessAdvInSrcPortStart, ccSubnetAccessAdvInSrcPortEnd, - ccSubnetAccessAdvInDestPortStart, ccSubnetAccessAdvInDestPortEnd, ccSubnetAccessAdvInAction, ccSubnetAccessAdvInRowStatus, ccSubnetAccessAdvOutIndex, - ccSubnetAccessAdvOutSrcIp, ccSubnetAccessAdvOutSrcIpLength, ccSubnetAccessAdvOutDestIp, ccSubnetAccessAdvOutDestIpLength, ccSubnetAccessAdvOutTransport, - ccSubnetAccessAdvOutSrcPortStart, ccSubnetAccessAdvOutSrcPortEnd, ccSubnetAccessAdvOutDestPortStart, ccSubnetAccessAdvOutDestPortEnd, ccSubnetAccessAdvOutReverseNat, - ccSubnetAccessAdvOutAction, ccTrapCtrlRedundancyPreviousOperState, ccSubnetAccessAdvOutRowStatus, ccWanNatLowestUnusedSlot, ccSubnetAccessPtrToRules, - ccSubnetAccessRuleSrcPtr, ccSubnetAccessRuleDestPtr, ccSubnetAccessRuleTransport, ccSubnetAccessRuleStartPort, ccSubnetAccessRuleEndPort, - ccSubnetAccessRuleRowStatus, ccTrapCtrlEnableIndex, ccTrapCtrlEnableName, ccTrapCtrlEnable, ccWlanQosMonitorSent, - ccWlanQosMonitorDropped, ccWlanSumStatsShortPp10kDropped, ccRadiusProxyServerRowStatus, ccWanVpnIndex, ccWanNatOutboundEnable, - ccRapResultsApprovedIndex, ccRapResultsRogueIndex, ccWlanSumStatsLongPp10kDropped, ccSnmpAccessV3User, ccSnmpV3EngineId, - ccCertMgntSelfCertsReqIndex, ccCertMgntSelfCertsReqKeyId, ccCertMgntSelfCertsReqSubject, ccCertMgntSelfCertsReqDept, ccCertMgntSelfCertsReqOrg, - ccCertMgntSelfCertsReqCity, ccCertMgntSelfCertsReqState, ccCertMgntSelfCertsReqPostal, ccCertMgntSelfCertsReqCountry, ccCertMgntSelfCertsReqEmail, - ccCertMgntSelfCertsReqDomain, ccCertMgntSelfCertsReqIp, ccCertMgntSelfCertsReqSigAlgo, ccCertMgntSelfCertsReqKeyLen, ccCertMgntSelfCertsReqGenReq, - ccCertMgntSelfCertsReqCertReqStr, ccCertMgntSelfCertsReqRowStatus, ccCertMgntSelfCertsSignedStr, ccCertMgntSelfCertsSignedImport, ccCertMgntSelfCertsSignedIndex, - ccCertMgntSelfCertsSignedKeyId, ccCertMgntSelfCertsSignedIssuerName, ccCertMgntSelfCertsSignedSubject, ccCertMgntSelfCertsSignedSerialNumber, ccCertMgntSelfCertsSignedExpiry, - ccCertMgntSelfCertsSignedDeleteRow, ccCACertsStr, ccCACertsImport, ccCACertsIndex, ccCACertsKeyId, - ccCACertsIssuerName, ccCACertsSubject, ccCACertsSerialNumber, ccCACertsExpiry, ccCACertsDeleteRow, - ccPortalSettingsName, ccPortalSettingsLocation, ccPortalSettingsAntenna, ccPortalSettingsShortPreamble, ccPortalSettingsUniSpread, - ccPortalSettingsRtsThresh, ccPortalSettingsBeaconInt, ccPortalSettingsDtimPrd, ccPortalSettingsSecBeacon, ccPortalSettingsPriWlan, - ccPortalSettingsBasicRates, ccPortalSettingsSupportedRates, ccPortalSettingsBGMode, ccPortalSettingsAdoptedWlan, ccPortalCfgRadioDesPlacement, - ccPortalCfgRadioPosChannel, ccPortalCfgRadioDesChannel, ccPortalCfgRadioPosPowerLevel, ccPortalCfgRadioDesPowerLevel, ccPortalCfgRadioPowerInMW, - ccPortalCfgRadioSet, ccPortalCfgRadioReset, ccPortalCfgRadioPlacement, ccPortalCfgRadioChannel, ccPortalCfgRadioPowerLevel, - ccPortalSettingsDefaultAntenna, ccPortalSettingsDefaultShortPreamble, ccPortalSettingsDefaultUniSpread, ccPortalSettingsDefaultRtsThresh, ccPortalSettingsDefaultBeaconInt, - ccPortalSettingsDefaultDtimPrd, ccPortalSettingsDefaultSecBeacon, ccPortalSettingsDefaultPriWlan, ccPortalSettingsDefaultBasicRates, ccPortalSettingsDefaultSupportedRates, - ccPortalSettingsDefaultBGMode, ccPortalCfgRadioDefaultDesPlacement, ccPortalCfgRadioDefaultPosChannel, ccPortalCfgRadioDefaultDesChannel, ccPortalCfgRadioDefaultPosPowerLevel, - ccPortalCfgRadioDefaultDesPowerLevel, ccPortalCfgRadioDefaultSet, ccPortalCfgRadioDefaultReset, ccPortalCfgRadioDefaultPlacement, ccPortalCfgRadioDefaultChannel, - ccPortalCfgRadioDefaultPowerLevel, cc802dt1xPortAuthLogin, cc802dt1xPortAuthPass, cc802dt1xPortAuthSetAp300, ccPortalSettingsDefaultIndex, - ccRapPortalResultsIndex, ccRapAuthCopyAllRogue, ccPortalSettingsDetector, ccRedundancyHeartbeatInterface, ccRadiusCACertificate, - ccRadiusServerCertificate, ccSubnetDhcpServerDomainName, ccSubnetDhcpServerWinsServer, ccCertMgntSelfCertsIdName, ccPortalSystemStatsProbeRespRetries3OrMore, - ccPortalSumStatsLongPp10kTxMaxRetries, ccWlanCryptoWpaTwoFastRoamKeyCache, ccWlanCryptoWpaTwoFastRoamPreAuth, ccWlanCryptoWpaTwoAllowTkipClient, ccWlanCryptoWpaTwoKey, - ccWlanCryptoWpaTwoPassphrase, ccWlanCryptoWpaTwoKeyToUse, ccWlanCryptoWpaTwoKeyRotationInterval, ccWlanCryptoWpaTwoBcastKeyRotation, ccSubnetAccessAdvOverrideMode, - ccSubnetAccessAdvImportRules, ccWlanAuthEapSyslogMode, ccWlanAuthEapSyslogSeverIp, ccMgmtAccessHttpsTimeout, ccNtpSyncInterval, - ccWanNatTimeout, ccLoggingDeleteCoreFile, ccLoggingTransferCoreFile, ccWlanAuthEapRadiusAcctMuRetries, ccWanVpnKeyAutoIkeAuthType, - ccWanNatInboundTranslationPort, ccRedundancyOperMode, ccRapResultsApprovedChannel, ccRapResultsRogueChannel, ccPortalCfgRadioDefaultDesPowerInMW, - ccPortalCfgRadioDesPowerInMW, ccPortalCfgRadioDefaultPowerInMW, ccWlanAuthEapRadiusAcctMode, ccWlanAuthEapRadiusAcctMuTimeout, ccSubnetAccessAdvInReverseNatIp, - ccSubnetAccessAdvInReverseNatPort } - STATUS current - DESCRIPTION - "Description." - ::= { ccGroupsV2dot0 1 } - - - -- 1.3.6.1.4.1.388.11.2.1000.3.2 - ccGroupsV2dot0obsoleted OBJECT-GROUP - OBJECTS { ccWlanSumStatsShortSkip1, ccWlanSumStatsLongSkip1, ccRadiusAccessWlanPtrs, ccRadiusUsersGroup, ccRadiusUsersGroupRowStatus, - ccRadiusUsersGroupId } - STATUS obsolete - DESCRIPTION - "Description." - ::= { ccGroupsV2dot0 2 } - - - -- 1.3.6.1.4.1.388.11.2.1000.3.3 - ccGroupsV2dot0notifications NOTIFICATION-GROUP - NOTIFICATIONS { ccPortalAdopted, ccPortalUnAdopted, ccPortalDenied, ccMuAssociated, ccMuUnAssociated, - ccMuDenied, ccConfigChange, ccSnmpAclViolation, ccPortStatusChange, ccCfAlmostFull, - ccFirewallUnderAttack, ccRadarDetected, ccSumStatsMu, ccSumStatsPortal, ccSumStatsWlan, - ccSumStatsSwitch, ccLanVlanActivated, ccDhcpOptionsFileTransferStatus, ccRapNewApprovedAp, ccRapNewRogueAp, - ccRedundancyStateChange } - STATUS current - DESCRIPTION - "Description." - ::= { ccGroupsV2dot0 3 } - - - - END - --- --- SYMBOL-CC-WS2000-MIB-2.0.mib --- diff --git a/mibs/SYMM-SMI-MIB b/mibs/SYMM-SMI-MIB deleted file mode 100644 index 1179007ae7..0000000000 --- a/mibs/SYMM-SMI-MIB +++ /dev/null @@ -1,639 +0,0 @@ - SYMM-SMI DEFINITIONS ::= BEGIN - - IMPORTS - OBJECT-TYPE, - MODULE-IDENTITY, - OBJECT-IDENTITY - FROM RFC-1212 - DisplayString - FROM RFC1213-MIB - TRAP-TYPE - FROM RFC-1215 - enterprises, - Integer32, Unsigned32 - FROM RFC1155-SMI; - - symmetricom MODULE-IDENTITY - LAST-UPDATED "200906111200Z" - ORGANIZATION "Symmetricom, Inc." - CONTACT-INFO - " - Symmetricom, Inc. - 2300 Orchard Parkway - San Jose, CA 95131" - DESCRIPTION - "This is the MIB Module for Symmetricom's enterprise specific - parameters." - REVISION "200906111200Z" - DESCRIPTION "rbb - Cleaning up errors in the mib metadata" - ::= {enterprises 9070 } --assigned by IANA - - symmNetworkManagement OBJECT-IDENTITY - STATUS current - DESCRIPTION - "This is the root object identifier for all MIBS under the - Symmetricom tree." - ::= { symmetricom 1 } - - symmCmipManagement OBJECT-IDENTITY - STATUS current - DESCRIPTION - "This is the root object identifier for CMIP based objects." - ::= { symmNetworkManagement 1 } - - symmSnmpManagement OBJECT-IDENTITY - STATUS current - DESCRIPTION - "This is the root object identifier for SNMP based objects." - ::= { symmNetworkManagement 2 } - - symmTimePictra OBJECT-IDENTITY - STATUS current - DESCRIPTION - "This is reserved for objects related to Symmetricom's TimePictra - products." - ::= { symmSnmpManagement 1 } - - symmBroadband OBJECT-IDENTITY - STATUS current - DESCRIPTION - "The subtree that contains objects related to Symmetricom's GoWide - products." - ::= { symmSnmpManagement 2 } - - symmTTM OBJECT-IDENTITY - STATUS current - DESCRIPTION - "The subtree that contains objects related to Symmetricom's - Timing, Test and Measurement products." - ::= { symmSnmpManagement 3 } - - products OBJECT IDENTIFIER ::= {symmTTM 1} - experiment OBJECT IDENTIFIER ::= {symmTTM 99} - - ts2000 OBJECT IDENTIFIER ::= {products 1} - nts OBJECT IDENTIFIER ::= {products 2} - ts2100 OBJECT IDENTIFIER ::= {products 3} - s100 OBJECT IDENTIFIER ::= {products 4} - syncserver OBJECT IDENTIFIER ::= {products 5} - xli OBJECT IDENTIFIER ::= {products 6} - - version OBJECT IDENTIFIER ::= {syncserver 1} - - ntpSystem OBJECT IDENTIFIER ::= {version 1} - tyming OBJECT IDENTIFIER ::= {version 2} - gps OBJECT IDENTIFIER ::= {version 3} - dialup OBJECT IDENTIFIER ::= {version 4} - net OBJECT IDENTIFIER ::= {version 5} - etc OBJECT IDENTIFIER ::= {version 6} - - ntpSysLeap OBJECT-TYPE - SYNTAX INTEGER { - noWarning(0), - addSecond(1), - subtractSecond(2), - alarm(3)} - ACCESS read-only - STATUS current - DESCRIPTION - "NTP Leap Indicator. This is a two-bit code - warning of an impending leap second to be inserted - into the NTP timescale. The bits are set before - 23:59 on the day of insertion and reset after 00:00 - on the following day. This causes the number of - seconds (rollover interval) in the day of insertion - to be increased or decreased by one. In the case - of primary servers the bits are set by operator - intervention, while in the case of secondary servers - the bits are set by the protocol. The two bits, - bit 0 and bit 1, respectively, are coded as follows: - =================================================== - 00 no warning - 01 last minute has 61 seconds - 10 last minute has 59 seconds - 11 alarm condition(clock not synchronized) - =================================================== - In all except the alarm condition(11), NTP itself - does nothing with these bits, except pass them on to - the time-conversion routines that are not part of - NTP. The alarm condition occurs when, for whatever - reason, the local clock is not synchronized, such - as when first coming up or after an extended period - when no primary reference source is available." - ::= {ntpSystem 1} - - ntpSysStratum OBJECT-TYPE - SYNTAX Integer32 (0..255) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Current NTP stratum level. This is an integer - indicating the stratum of the local clock with - values defined as follows: - ================================================ - 0 unspecified - 1 primary reference (e.g., calibrated atomic - clock, radio clock) - 2-255 secondary reference (via NTP) - ================================================" - ::= {ntpSystem 2} - - ntpSysPrecision OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Current NTP precision value. This is a signed - integer indicating the precision of the various - clocks, in seconds to the nearest power of two. - The value must be rounded to the next larger power - of two; for instance, a 50-Hz (20ms) or 60-Hz (16.17ms) - power-frequency clock would be assigned the value - -5 (31.25ms), while a 1000-Hz (1ms) crystal-controlled - clock would be assigned the value -9 (1.95ms)." - ::= {ntpSystem 3} - - ntpSysRootDelay OBJECT-TYPE - SYNTAX OCTET STRING - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Total roundtrip delay to the primary reference - source at the root of the synchronization - subnet, in seconds. Also known as root distance." - ::= {ntpSystem 4} - - ntpSysRootDispersion OBJECT-TYPE - SYNTAX OCTET STRING - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Maximum error relative to the primary reference - source at the root of the synchronization subnet, - in seconds. Only positive values greater than - zero are possible." - ::= {ntpSystem 5} - - ntpSysRefID OBJECT-TYPE - SYNTAX DisplayString (SIZE (1..40)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "NTP Reference Clock Identifier. This is a - 32 bit code identifying the particular reference - clock. In the case of stratum 0 (unspecified) or - stratum 1 (primary reference), this is a four- - octet, left-justified, zero-padded ASCII string. - While not enumerated as part of the NTP spec, the - following are suggested ASCII identifiers: - ============================================== - DCN DCN routing protocol - NIST NIST public modem - TSP TSP time protocol - DTS Digital Time Service - ATOM Atomic clock (calibrated) - VLF VLF radio (OMEGA,etc.) - callsign Generic radio - LORC LORAN-C radionavigation - GOES GOES UHF environment satellite - GPS GPS UHF satellite positioning - ============================================== - - The following ref ids are used by the SyncServer: - ============================================== - GPS GPS satellite) - IRIG IRIG B timecode - PPS Ext. 1 PPS input - E10M Ext. 10 MHz input - FREE Internal Clock - FLY Internal Clock after the Hardware - Clock reference is lost - ==============================================" - ::= {ntpSystem 6} - - ntpSysRefTime OBJECT-TYPE - SYNTAX DisplayString (SIZE(1..40)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "NTP Reference Timestamp. This is the time, - in timestamp format (converted to DisplayString), - when the local clock was last updated. If the - local clock has never been synchronized, the value - is zero." - ::= {ntpSystem 7} - - ntpSysPoll OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Minimum interval between transmitted messages, in - seconds as a power of two. For instance, a value - of six indicates a minimum interval of 64 seconds." - ::= {ntpSystem 8} - - ntpSysPeer OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Current synchronization source. In stratum > 1 this - variable returns the decimal representation of the - IPv4 address of its current peer. In stratum = 1 this - variable returns the decimal representation of the - hardware clock which is 2981759." - ::= {ntpSystem 9} - - ntpSysPhase OBJECT-TYPE - SYNTAX DisplayString (SIZE(1..40)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "System clock offset from the selected source." - ::= {ntpSystem 10} - - ntpSysFreq OBJECT-TYPE - SYNTAX DisplayString (SIZE(1..40)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "System clock frequency correction from ntpd." - ::= {ntpSystem 11} - - ntpSysError OBJECT-TYPE - SYNTAX DisplayString (SIZE(1..40)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Current system error from ntpd." - ::= {ntpSystem 12} - - ntpSysClock OBJECT-TYPE - SYNTAX DisplayString (SIZE(1..40)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Current system time from ntpd. This is usually - derived from the hardware clock but could be - from any other ntp source." - ::= {ntpSystem 13} - - ntpSysSystem OBJECT-TYPE - SYNTAX DisplayString (SIZE(1..80)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Description of the current system." - ::= {ntpSystem 14} - - ntpSysProcessor OBJECT-TYPE - SYNTAX DisplayString (SIZE(1..40)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Type of local processor." - ::= {ntpSystem 15} - - ntpSysNotrust OBJECT-TYPE - SYNTAX INTEGER (0..1) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Force authentication." - ::= {ntpSystem 16} - - ntpSysPktsReceived OBJECT-TYPE - SYNTAX INTEGER (0..32768) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This variable is a rollover counter which reflects - the number of ntp packets received by the SyncServer. - It is valid for all versions of the SyncServer." - ::= {ntpSystem 17} - - ntpSysMode OBJECT-TYPE - SYNTAX INTEGER { - unspecified (0), - symactive (1), - sympassive (2), - client (3), - server (4), - broadcast (5), - reservedctl (6), - reservedpriv (7)} - ACCESS read-only - STATUS mandatory - DESCRIPTION - "An integer indicating the NTP association mode - and are coded as follows: - ============================================ - 0 unspecified - 1 symmetric active - 2 symmetric passive - 3 client - 4 server - 5 broadcast - 6 reserved for NTP control messages - 7 reserved for private use - ============================================" - ::= {ntpSystem 18} - - ntpSysVersion OBJECT-TYPE - SYNTAX DisplayString (SIZE(1..80)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION "The version of the NTP daemon on the system." - ::= {ntpSystem 19} - - tymingStatus OBJECT-TYPE - SYNTAX DisplayString (SIZE(1..80)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Indicates what status the Hardware Clock considers - itself to be as a timing source defined as follows: - ============================================ - Good HW Clock has a valid time reference. - Bad HW Clock has no valid time reference. - ============================================" - ::= {tyming 1} - - tymingSource OBJECT-TYPE - SYNTAX DisplayString (SIZE(1..40)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The time or frequency source currently in use - by the Hardware Clock defined as follows: - ============================================ - 0 None - 1 GPS - 8 IRIG - 16 External 1PPS - 24 External 10 MHz - 31 Freerun - ============================================" - ::= {tyming 2} - - tymingTime OBJECT-TYPE - SYNTAX DisplayString (SIZE(1..40)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The time according to the Hardware Clock in - the format of: - - WWW MMM dd hh:mm:ss yyyy - - defined as follows: - ============================================ - WWW weekday - MMM character month - dd day of month - hh:mm:ss time - yyyy year - - Example Thu Sep 21 23:46:09 2006 - ============================================" - ::= {tyming 3} - - tymingVersion OBJECT-TYPE - SYNTAX DisplayString (SIZE(1..40)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The version of the software on the SyncServer's - Hardware Clock." - ::= {tyming 4} - - tymingFlyPeriod OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This variable is not currently used and returns zero." - ::= {tyming 5} - - gpsPosition OBJECT-TYPE - SYNTAX DisplayString (SIZE(1..80)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Returns the current position in the format of: - - A BB CC DD EEE F GGG HH II JJJ KK - - defined as follows: - =============================================== - A sign of the latitude - (1 = North, -1 = South) - BB degrees of the latitude - CC minutes of the latitude - DD seconds of the latitude - EEE milliseconds of the latitude - F sign of the longitude - (1 = East, -1 = West) - GGG degrees of the longitude - HH minutes of the longitude - II seconds of the longitude - JJJ milliseconds of the longitude - KK altitude in meters - ===============================================" - ::= {gps 1} - - gpsUTCOffset OBJECT-TYPE - SYNTAX INTEGER (0..127) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This variable is reserved for future use." - ::= {gps 2} - - gpsHealth OBJECT-TYPE - SYNTAX DisplayString (SIZE(1..80)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This is the GPS’ receiver health status defined as - follows: - ====================================================== - 0 = Receiver Down The Hardware Clock can't - communicate with the receiver. - - 1 = Unknown Mode An undefined mode of the GPS - receiver. - - 2 = Acquiring Signal The receiver is attempting to - track a GPS signal. - - 3 = Bad Geometry The geometry of the tracked - satellites is unsatisfactory for - a position solution. - - 4 = Propagate Mode A position estimation mode used - in highly dynamic environments. - - 5 = 2d Solution The receiver is able to perform - position fixes for latitude and - longitude but does not have - enough satellites for altitude. - - 6 = 3d Solution The receiver is now able to - perform position fixes for - latitude, longitude and altitude. - - 7 = Position Hold Position fixes are no longer - attempted, and the user entered - or surveyed position is used. - - 8 = Time Valid The receiver has valid timing - information from GPS satellites - (including current leap second - information). This is the final - state for all configured GPS modes. - ======================================================" - ::= {gps 3} - - gpsSatlist OBJECT-TYPE - SYNTAX DisplayString (SIZE(1..128)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Displays the GPS satellite tracking information in the - format of: - - N,X1,Y1,Z1,...,XN,YN,ZN - - defined as follows: - ====================================================== - N Number of satellites. If one or more satellites - are available, Xi,Yi,Zi follows N. - - Xi Satellite vehicle number. - - Yi Satellite signal strength in dBW where less - than -200 dBW means no signal. - - Zi Zi can be either T or C. T(racking) means the - SyncServer receives the information from the - satellite but the information is not used in its - timing solution. C(urrent) means the SyncServer - currently uses satellite information in its - timing solution. - - Examples - - For no satellites: - 0 - - For one satellite with vehicle number 16: - 1,16,C,-158 - - For six satellites: - 6,12,C,-156,14,C,-155,8,T,-162,24,C,-158,18,C,161,6,C,-160 - ======================================================" - ::= {gps 4} - - gpsMode OBJECT-TYPE - SYNTAX DisplayString (SIZE(1..80)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The mode of the GPS receiver defined as follows: - ====================================================== - Receiver Mode: Survey. - - The receiver is surveying and averaging its position. - When it has finished surveying, the receiver switches - to Position Hold mode. Survey mode and Position Hold - mode are appropriate for static applications, such as a - typical server room environment. This is the default mode - when the SyncServer starts. - - Receiver Mode: Dynamic. - - The GPS receiver surveys continuously to determine its - position and doesn't switch to another mode. This mode - must be initiated by a user, and is appropriate for mobile - applications such as ships, land vehicles, and aircraft. - The degree of accuracy this mode offers is fine for NTP - time over networks, but is less than optimal for the IRIG-B, - 1 PPS, 10 MHz outputs available on some SyncServer models. - - Receiver Mode: Hold. - - The GPS receiver has completed Survey mode and switched to - this mode, or the user has manually entered a position and - forced it into this mode. The accuracy and stability of the - SyncServer's timing outputs are optimal when the receiver - has its exact position and is in this mode. - ======================================================" - ::= {gps 5} - - etcVersion OBJECT-TYPE - SYNTAX DisplayString (SIZE(1..80)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Version info for SyncServer system." - ::= {etc 1} - - etcSerialNbr OBJECT-TYPE - SYNTAX DisplayString (SIZE(1..40)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Unique serial number factory programmed into each unit." - ::= {etc 2} - - etcModel OBJECT-TYPE - SYNTAX DisplayString (SIZE(1..40)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Model type factory programmed into each unit." - ::= {etc 3} - - etcUpgrade OBJECT-TYPE - SYNTAX DisplayString (SIZE(1..1024)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Describes whether or not an upgrade is available from - the upgrade server described as follows: - ====================================================== - 0 No upgrade is available. - 1 An upgrade is available. - ======================================================" - ::= {etc 4} - - etcUpgradeServer OBJECT-TYPE - SYNTAX DisplayString (SIZE(1..1024)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Address of the server where new upgrades can be - downloaded." - ::= {etc 5} - - etcAlarmString OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..1024)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Defines the format for the system alarm traps. This is - only valid embedded in a trap message." - ::= {etc 6} - - etcAlarm TRAP-TYPE - ENTERPRISE symmetricom - VARIABLES {etcAlarmString} - DESCRIPTION - "The trap provides notification of Hardware Clock, NTP, - system, and network alarms events. The user can configure - which alarms send traps on the ADMIN - Alarms page." - ::= 0 - - END diff --git a/mibs/SYSTEM-RESOURCE-MIB b/mibs/SYSTEM-RESOURCE-MIB deleted file mode 100644 index 8409f6ac00..0000000000 --- a/mibs/SYSTEM-RESOURCE-MIB +++ /dev/null @@ -1,317 +0,0 @@ -SYSTEM-RESOURCE-MIB DEFINITIONS ::= BEGIN - --- system-resource-mib.txt --- Revision: 1.01.00 --- Part Number: --- Date: March 9, 1998 - - --- Cabletron Systems, Inc. --- 35 Industrial Way, P.O. Box 5005 --- Rochester, NH 03867-0505 --- (603) 332-9400 --- support@ctron.com - --- This module provides authoritative definitions for Cabletron's --- enterprise specific IP Routing Services MIB. --- --- This module will be extended, as required. --- - --- Cabletron Systems reserves the right to make changes in --- specification and other information contained in this document --- without prior notice. The reader should consult Cabletron Systems --- to determine whether any such changes have been made. --- --- In no event shall Cabletron Systems be liable for any incidental, --- indirect, special, or consequential damages whatsoever (including --- but not limited to lost profits) arising out of or related to this --- document or the information contained in it, even if Cabletron --- Systems has been advised of, known, or should have known, the --- possibility of such damages. --- --- Cabletron grants vendors, end-users, and other interested parties --- a non-exclusive license to use this Specification in connection --- with the management of Cabletron products. --- Copyright March 1998 Cabletron Systems --- - --- This is the system resource MIB. The purpose of this MIB is to --- report on current system resources and utilizations, this may include --- both physical as well as logical resources. Examples of physical --- resources is memory. Logical resources may be execution environment --- such as threads etc. - - IMPORTS - OBJECT-TYPE FROM RFC-1212 - ctResource FROM CTRON-MIB-NAMES - TimeTicks FROM RFC1155-SMI; - --- Groups in the system Resource MIB - - sysResourceInstalled OBJECT IDENTIFIER ::= { ctResource 1 } - sysResourceSwitch OBJECT IDENTIFIER ::= { ctResource 2 } - --- The sysResourceInstalled group --- This group provides information about installed hardware. --- Implementation of this group is mandatory - - sysResourceCpuTable OBJECT-TYPE - SYNTAX SEQUENCE OF SysResourceCpuEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table defines the CPus present within the system." - ::= { sysResourceInstalled 1 } - - sysResourceCpuEntry OBJECT-TYPE - SYNTAX SysResourceCpuEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "Defines a particular CPU entry." - INDEX { sysResSlotID, sysResCpuIndex } - ::= { sysResourceCpuTable 1 } - - SysResourceCpuEntry ::= SEQUENCE { - sysResSlotID - INTEGER, - sysResCpuIndex - INTEGER, - sysResCpuType - OBJECT IDENTIFIER, - sysResCpuSpeed - INTEGER, - sysResCpuID - INTEGER, - sysResInstalledLocalMemory - INTEGER, - sysResUsedLocalMemory - INTEGER - } - - sysResSlotID OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The slot for which this CPU information pertains." - ::= { sysResourceCpuEntry 1 } - - sysResCpuIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "An identifier for the CPU on a per slot basis." - ::= { sysResourceCpuEntry 2 } - - sysResCpuType OBJECT-TYPE - SYNTAX OBJECT IDENTIFIER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The processor (CPU) type." - ::= { sysResourceCpuEntry 3 } - - sysResCpuSpeed OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The speed of the processor in mega-hertz." - ::= { sysResourceCpuEntry 4 } - - sysResCpuID OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A system wide unique identifier for each CPU." - ::= { sysResourceCpuEntry 5 } - - sysResInstalledLocalMemory OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Total installed local memory 'DRAM' used for code and - data. This is reported in mega-bytes." - ::= { sysResourceCpuEntry 6 } - - sysResUsedLocalMemory OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current amount of local memory 'DRAM' that is - currently being used for code and data. This is reported - in bytes." - ::= { sysResourceCpuEntry 7 } - - - - sysResourceTable OBJECT-TYPE - SYNTAX SEQUENCE OF SysResourceEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table describes total installed system resources." - ::= { sysResourceInstalled 2 } - - sysResourceEntry OBJECT-TYPE - SYNTAX SysResourceEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "Describes a particular installed set of system - resources." - INDEX { sysResSlotID, sysResCpuIndex } - ::= { sysResourceTable 1 } - - SysResourceEntry ::= SEQUENCE { - sysResInstalledNvram - INTEGER, - sysResInstalledFlash - INTEGER, - sysResInstalledSharedMemory - INTEGER, - sysResUsedNvram - INTEGER, - sysResUsedFlash - INTEGER, - sysResUsedSharedMemory - INTEGER - } - - sysResInstalledNvram OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total installed non-volatile memory 'NVRAM'. This - is reported in K-bytes." - ::= { sysResourceEntry 1 } --- .1.2.1.1 - - sysResInstalledFlash OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total installed flash memory. This is reported in - K-bytes." - ::= { sysResourceEntry 2 } - - sysResInstalledSharedMemory OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The total amount of shared memory that is installed. This - is reported in K-bytes." - ::= { sysResourceEntry 3 } - - sysResUsedNvram OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current amount of non-volatile memory 'NVRAM' that - is currently being used for data. This is reported in - bytes." - ::= { sysResourceEntry 4 } - - sysResUsedFlash OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current amount of flash memory that is - currently being used for code and data. This is reported - in bytes." - ::= { sysResourceEntry 5 } - - sysResUsedSharedMemory OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current amount of shared memory that is currently - being used for data. This is reported in bytes." - ::= { sysResourceEntry 6 } - --- sysResourceSwitch group - --- This group is only implemented on those devices where --- control over frame transfer to the CPU is allowed. --- Also present in this group is CPU Switch load objects. - -sysResManagementCpuResource OBJECT-TYPE - SYNTAX INTEGER { - none(1), - limited(2), - full(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The desired amount of CPU bandwith reserved for management - purposes. For example, in the default state (1), the device - will devote all CPU bandwith to switching if necessary therefore - possibly dropping management frames. If limited (2) is selected, - management of the device may appear slow while under maximum - switching capabilities although management will still be possible - which may result in dropped frames. If full (3) is selected, - management of the device is always possible and acts as if there is - no switching load on the device, which may result in dropped frames." - DEFVAL { none } - ::= { sysResourceSwitch 1 } - -switchLoad OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The returned value represents the current switch load - based upon a percentage of maximum switching capacity - where maximum switching capacity is 100%." - ::= { sysResourceSwitch 2 } - -peakSwitchload OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The peak load which has occured on this switch. The value - returned represents The peak percentage of switch load based - upon a percentage of maximum switch load which is 100%." - ::= { sysResourceSwitch 3 } - -peakSwitchLoadTime OBJECT-TYPE - SYNTAX TimeTicks - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The time at which the peak switch load occured. The value - returned will represent system up time at which the peak occured." - ::= { sysResourceSwitch 4 } - -peakSwitchClear OBJECT-TYPE - SYNTAX INTEGER { - clear(1), - noClear(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "This object is used to clear the values found in peakSwitchload - and peakSwitchLoadTime. - - When set with a value of clear(1) the values will be cleared. - When read, a value of noClear(2) will be returned. A set of noClear(2) - will have no effect." - DEFVAL { noClear } - ::= { sysResourceSwitch 5 } - -END diff --git a/mibs/StorageManagement-MIB b/mibs/dell/StorageManagement-MIB similarity index 100% rename from mibs/StorageManagement-MIB rename to mibs/dell/StorageManagement-MIB diff --git a/mibs/SEMI-MIB b/mibs/hp/SEMI-MIB similarity index 100% rename from mibs/SEMI-MIB rename to mibs/hp/SEMI-MIB diff --git a/mibs/STATISTICS-MIB b/mibs/hp/STATISTICS-MIB similarity index 100% rename from mibs/STATISTICS-MIB rename to mibs/hp/STATISTICS-MIB diff --git a/mibs/STE-MIB b/mibs/hwg/STE-MIB similarity index 100% rename from mibs/STE-MIB rename to mibs/hwg/STE-MIB diff --git a/mibs/STEELHEAD-MIB b/mibs/riverbed/STEELHEAD-MIB similarity index 100% rename from mibs/STEELHEAD-MIB rename to mibs/riverbed/STEELHEAD-MIB diff --git a/mibs/SAF-ENTERPRISE b/mibs/saf/SAF-ENTERPRISE old mode 100755 new mode 100644 similarity index 100% rename from mibs/SAF-ENTERPRISE rename to mibs/saf/SAF-ENTERPRISE diff --git a/mibs/SAF-IPRADIO b/mibs/saf/SAF-IPRADIO old mode 100755 new mode 100644 similarity index 100% rename from mibs/SAF-IPRADIO rename to mibs/saf/SAF-IPRADIO diff --git a/mibs/Sentry3-MIB b/mibs/sentry/Sentry3-MIB similarity index 100% rename from mibs/Sentry3-MIB rename to mibs/sentry/Sentry3-MIB diff --git a/mibs/Sentry4.mib b/mibs/sentry/Sentry4-MIB similarity index 100% rename from mibs/Sentry4.mib rename to mibs/sentry/Sentry4-MIB diff --git a/mibs/SONICWALL-FIREWALL-IP-STATISTICS-MIB b/mibs/sonicwall/SONICWALL-FIREWALL-IP-STATISTICS-MIB similarity index 100% rename from mibs/SONICWALL-FIREWALL-IP-STATISTICS-MIB rename to mibs/sonicwall/SONICWALL-FIREWALL-IP-STATISTICS-MIB diff --git a/mibs/SONICWALL-SMI b/mibs/sonicwall/SONICWALL-SMI similarity index 100% rename from mibs/SONICWALL-SMI rename to mibs/sonicwall/SONICWALL-SMI diff --git a/mibs/SUB10SYSTEMS-MIB-201506030000Z.mib b/mibs/sub10/SUB10SYSTEMS-MIB similarity index 100% rename from mibs/SUB10SYSTEMS-MIB-201506030000Z.mib rename to mibs/sub10/SUB10SYSTEMS-MIB diff --git a/mibs/SUPERMICRO-HEALTH-MIB b/mibs/supermicro/SUPERMICRO-HEALTH-MIB similarity index 100% rename from mibs/SUPERMICRO-HEALTH-MIB rename to mibs/supermicro/SUPERMICRO-HEALTH-MIB diff --git a/mibs/SUPERMICRO-SMI b/mibs/supermicro/SUPERMICRO-SMI similarity index 100% rename from mibs/SUPERMICRO-SMI rename to mibs/supermicro/SUPERMICRO-SMI diff --git a/mibs/SYNOLOGY-DISK-MIB b/mibs/synology/SYNOLOGY-DISK-MIB similarity index 100% rename from mibs/SYNOLOGY-DISK-MIB rename to mibs/synology/SYNOLOGY-DISK-MIB diff --git a/mibs/SYNOLOGY-SYSTEM-MIB b/mibs/synology/SYNOLOGY-SYSTEM-MIB similarity index 100% rename from mibs/SYNOLOGY-SYSTEM-MIB rename to mibs/synology/SYNOLOGY-SYSTEM-MIB