-- Netwave Enterprise MIB -- DRAFT 1.7 -- April 20, 1999 -- WARNING: -- This MIB is DRAFT-ONLY and is subject to change. Netwave-MIB DEFINITIONS ::= BEGIN IMPORTS OBJECT-TYPE FROM RFC-1212 Counter, enterprises, IpAddress FROM RFC1155-SMI DisplayString, PhysAddress FROM RFC1213-MIB; MacAddress ::= OCTET STRING (SIZE (6)) -- a 6 octet address -- in the -- "canonical" -- order -- defined by IEEE 802.1a, i.e., as if it were transmitted -- least significant bit first, even though 802.5 (in -- contrast to other n802.x protocols) requires MAC -- addresses to be transmitted most significant bit first. -- -- 16-bit addresses, if needed, are represented by setting -- their upper 4 octets to all 0's, i.e., AAFF would be -- represented as 00000000AAFF. -- Similarly, all representations of Bridge-Id in this MIB -- Module use, as a textual convention (i.e. this -- convention does not affect their encoding), the data -- type: netwave OBJECT IDENTIFIER ::= { enterprises 2399 } ntiMib OBJECT IDENTIFIER ::= { netwave 1 } ntiASPAccessPoint OBJECT IDENTIFIER ::= { ntiMib 1 } ntiMIBRevisionLevel OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "MIB Revision level." ::= { ntiASPAccessPoint 1 } ntiFirmwareVersion OBJECT-TYPE SYNTAX DisplayString (SIZE (0..7)) ACCESS read-only STATUS mandatory DESCRIPTION "Access Point Firmware Version." ::= { ntiASPAccessPoint 2 } ntiIPAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "Access Point's IP Address. Set a new IP address here. This takes effect on re-boot" ::= { ntiASPAccessPoint 3 } ntiRebootNow OBJECT-TYPE SYNTAX INTEGER { reboot(1), clear(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Set to 1 to cause AP to shut down and reboot immediately." ::= { ntiASPAccessPoint 4 } ntiHopSequenceAutoNegotiation OBJECT-TYPE SYNTAX INTEGER (0..1) ACCESS read-write STATUS mandatory DESCRIPTION "Set to 1 to allow auto-negotiation, 0 to use the agPhyFHSSGroup values as set." ::= { ntiASPAccessPoint 5 } ntiIAPPAnnounceInterval OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "Number of secondes between IAPP broadcasts." ::= { ntiASPAccessPoint 6 } ntiAccessControl OBJECT IDENTIFIER ::= { ntiASPAccessPoint 7 } ntiAccessControlSize OBJECT-TYPE SYNTAX INTEGER (0..1000) ACCESS read-write STATUS mandatory DESCRIPTION "Number of MAC addresses in Access Control List." ::= { ntiAccessControl 1 } ntiAccessControlList OBJECT-TYPE SYNTAX SEQUENCE OF NtiAccessControlListEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of MAC adress of units authorized to associate with this AP (if this feature is enabled)." ::= { ntiAccessControl 2 } ntiAccessControlListEntry OBJECT-TYPE SYNTAX NtiAccessControlListEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Each entry consist of one MAC address. The Mobile Unit with this MAC Address will be able to associate with this AP (if this feature is enabled)." INDEX { ntiAccessControlListIndex } ::= { ntiAccessControlList 1 } NtiAccessControlListEntry ::= SEQUENCE { ntiAccessControlListIndex INTEGER, ntiAccessControlListAddress PhysAddress } ntiAccessControlListIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A unique value for each interface." ::= { ntiAccessControlListEntry 1 } ntiAccessControlListAddress OBJECT-TYPE SYNTAX PhysAddress ACCESS read-write STATUS mandatory DESCRIPTION "A MAC address of a Mobile Unit that can Associate with this AP." ::= { ntiAccessControlListEntry 2 } ntiAccessControlListEnable OBJECT-TYPE SYNTAX INTEGER (0..1) ACCESS read-write STATUS mandatory DESCRIPTION "Set to 1 to require that a mobile unit be in the Access Control List in order to Associate." ::= { ntiAccessControl 3 } ntiAssociatedUsersList OBJECT-TYPE SYNTAX SEQUENCE OF NtiAssociatedUsersEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of MAC adress of units that are currently associated with this AP." ::= { ntiASPAccessPoint 8 } ntiAssociatedUsersEntry OBJECT-TYPE SYNTAX NtiAssociatedUsersEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Each entry consists of one MAC address. The Mobile Unit with this MAC Address is currently associated with this AP." INDEX { ntiAssociatedUsersIndex } ::= { ntiAssociatedUsersList 1 } NtiAssociatedUsersEntry ::= SEQUENCE { ntiAssociatedUsersIndex INTEGER, ntiAssociatedUsersAddress PhysAddress } ntiAssociatedUsersIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A unique value for each MAC address." ::= { ntiAssociatedUsersEntry 1 } ntiAssociatedUsersAddress OBJECT-TYPE SYNTAX PhysAddress ACCESS read-only STATUS mandatory DESCRIPTION "A MAC address of a Mobile Unit that is currently Associated with this AP." ::= { ntiAssociatedUsersEntry 2 } ntiAdapterPowerControl OBJECT-TYPE SYNTAX INTEGER (0..1) ACCESS read-write STATUS mandatory DESCRIPTION "Control power to PC Card in Access Point. 0 - PC Card Power OFF. 1 - PC Card Power ON." ::= { ntiASPAccessPoint 9 } ntiWMStatusSelfTestStatus OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "PC Card Adapter self-test status." ::= { ntiASPAccessPoint 10 } ntiWMStatusCardInserted OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "1 if PC Card is in slot. 0 if no PC Card in slot." ::= { ntiASPAccessPoint 11 } ntiWMStatusIfOK OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "PC Card status. 1 = OK." ::= { ntiASPAccessPoint 12 } ntiWMStatusBanner OBJECT-TYPE SYNTAX DisplayString (SIZE (0..15)) ACCESS read-only STATUS mandatory DESCRIPTION "Status banner from PC Card Adapter." ::= { ntiASPAccessPoint 13 } ntiWMStatusNetwaveMode OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "1 if PC Card in in Netwave Protocol mode. If so this adapter needs to be upgraded to 802.11 mode." ::= { ntiASPAccessPoint 14 } ntiESSID OBJECT-TYPE SYNTAX DisplayString (SIZE (0..31)) ACCESS read-write STATUS mandatory DESCRIPTION "802.11 Extended Service Set." ::= { ntiASPAccessPoint 15 } ntiBSSBasicRateSet OBJECT-TYPE SYNTAX OCTET STRING (SIZE (0..3)) ACCESS read-write STATUS mandatory DESCRIPTION "802.11 Basic rate set for this BSS." ::= { ntiASPAccessPoint 16 } ntiSupportedRates OBJECT-TYPE SYNTAX OCTET STRING (SIZE (0..3)) ACCESS read-only STATUS mandatory DESCRIPTION "802.11 rates supported by PC Card." ::= { ntiASPAccessPoint 17 } ntiBeaconInterval OBJECT-TYPE SYNTAX INTEGER (8..32767) ACCESS read-write STATUS mandatory DESCRIPTION "802.11 number of milliseconds between TBTTs." ::= { ntiASPAccessPoint 18 } ntiDTIMPeriod OBJECT-TYPE SYNTAX INTEGER (1..255) ACCESS read-write STATUS mandatory DESCRIPTION "802.11 number of beacon intervals between DTIMs." ::= { ntiASPAccessPoint 19 } ntiSNMPSecurity OBJECT IDENTIFIER ::= { ntiASPAccessPoint 20 } ntiICommunityTableSize OBJECT-TYPE SYNTAX INTEGER (0..8) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Communities in Community List Table." ::= { ntiSNMPSecurity 1 } ntiCommunityTable OBJECT-TYPE SYNTAX SEQUENCE OF NtiCommunityListEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of community names that SNMP managers have to belong to, in order to manager the Access Point." ::= { ntiSNMPSecurity 2 } ntiCommunityListEntry OBJECT-TYPE SYNTAX NtiCommunityListEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Community name and priviliges." INDEX { ntiCommunityListIndex } ::= { ntiCommunityTable 1 } NtiCommunityListEntry ::= SEQUENCE { ntiCommunityListIndex INTEGER, ntiCommunityName DisplayString (SIZE (0..15)), ntiCommunityGet INTEGER, ntiCommunitySet INTEGER, ntiCommunityTrap INTEGER } ntiCommunityListIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A unique value for each Community." ::= { ntiCommunityListEntry 1 } ntiCommunityName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..15)) ACCESS read-write STATUS mandatory DESCRIPTION "Community Name." ::= { ntiCommunityListEntry 2 } ntiCommunityGet OBJECT-TYPE SYNTAX INTEGER (0..1) ACCESS read-write STATUS mandatory DESCRIPTION "SNMP GET Priviliges." ::= { ntiCommunityListEntry 3 } ntiCommunitySet OBJECT-TYPE SYNTAX INTEGER (0..1) ACCESS read-write STATUS mandatory DESCRIPTION "SNMP SET Priviliges." ::= { ntiCommunityListEntry 4 } ntiCommunityTrap OBJECT-TYPE SYNTAX INTEGER (0..1) ACCESS read-write STATUS mandatory DESCRIPTION "SNMP TRAP Priviliges." ::= { ntiCommunityListEntry 5 } ntiIHostTableSize OBJECT-TYPE SYNTAX INTEGER (0..16) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Hosts in Host List Table." ::= { ntiSNMPSecurity 3 } ntiHostTable OBJECT-TYPE SYNTAX SEQUENCE OF NtiHostListEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of host IP addresses of SNMP managers and the community they belong to. This determines what SNMP Access Priviliges each host has." ::= { ntiSNMPSecurity 4 } ntiHostListEntry OBJECT-TYPE SYNTAX NtiHostListEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "SNMP Manager IP addresses and communities they belong to." INDEX { ntiHostListIndex } ::= { ntiHostTable 1 } NtiHostListEntry ::= SEQUENCE { ntiHostListIndex INTEGER, ntiHostName DisplayString (SIZE (0..15)), ntiHostCommunity DisplayString (SIZE (0..15)), ntiHostIPAddress IpAddress } ntiHostListIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A unique value for each Host." ::= { ntiHostListEntry 1 } ntiHostName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..15)) ACCESS read-write STATUS mandatory DESCRIPTION "Host Name." ::= { ntiHostListEntry 2 } ntiHostCommunity OBJECT-TYPE SYNTAX DisplayString (SIZE (0..15)) ACCESS read-write STATUS mandatory DESCRIPTION "Community Name that host belongs to." ::= { ntiHostListEntry 3 } ntiHostIPAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "SNMP Managers IP Address." ::= { ntiHostListEntry 4 } ntiSNMPSecurityStatus OBJECT-TYPE SYNTAX INTEGER (0..1) ACCESS read-write STATUS mandatory DESCRIPTION " 0 - Disable SNMP Security. 1 - Enable SNMP Security. Note: This will not set if you have not entered the SNMP manager's information (community and IP address) that you are currently working on." ::= { ntiSNMPSecurity 5 } ntiTelnetMgmtEnable OBJECT-TYPE SYNTAX INTEGER (0..1) ACCESS read-write STATUS mandatory DESCRIPTION "0 - Disable Telnet SNMP Management. 1 - Enable Telnet SNMP Management." ::= { ntiASPAccessPoint 21 } ntiSetAllToFactoryDefaults OBJECT-TYPE SYNTAX INTEGER { set(1), clear(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Set all Access Point Managable parameters to Factory defaults." ::= { ntiASPAccessPoint 22 } ntiCommitConfigurationNow OBJECT-TYPE SYNTAX INTEGER { set(1), clear(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Commit all of the SNMP managable to Flash. These will be used after re-boot." ::= { ntiASPAccessPoint 23 } -- dot11 MIBs. ntidot11 OBJECT IDENTIFIER ::= { ntiASPAccessPoint 24 } -- MAC Attributes dot11mac OBJECT IDENTIFIER ::= { ntidot11 2 } dot11OperationGroup OBJECT IDENTIFIER ::= { dot11mac 1 } dot11MACAddress OBJECT-TYPE SYNTAX MacAddress ACCESS read-only STATUS mandatory DESCRIPTION "Unique MAC Address assigned to the STA." ::= {dot11OperationGroup 1 } dot11RTSThreshold OBJECT-TYPE SYNTAX INTEGER (0..4095) ACCESS read-write STATUS mandatory DESCRIPTION "Indicates the number of bytes in an MPDU (frame), that can be sent without the RTS/CTS handshake. Setting this to above the maximum MPDU size effectively turns off the RTS/CTS handshake for MPDU's sent by this AP" ::= {dot11OperationGroup 2 } dot11FragmentationThreshold OBJECT-TYPE SYNTAX INTEGER (256..1542) ACCESS read-write STATUS mandatory DESCRIPTION "This attribute specifies the current maximum size, in octets, of the MPDU that will be delivered to the PHY. A frame will be broken into fragments if its size exceeds the value of this attribute, after adding MAC header and tailers." ::= {dot11OperationGroup 5 } -- PHY group dot11phy OBJECT IDENTIFIER ::= { ntidot11 4 } dot11PhyOperationGroup OBJECT IDENTIFIER ::= { dot11phy 1 } dot11PhyType OBJECT-TYPE SYNTAX INTEGER { fhss(01), dsss(02) } ACCESS read-only STATUS mandatory DESCRIPTION "This is an 8-bit integer value that identifies the PHY type supported by the attached PLCP and PMD. Currently defined values and their corresponding PHY types are: FHSS 2.4GHz = 01 , DSSS 2.4GHz = 02" ::= {dot11PhyOperationGroup 1 } dot11CurrentRegDomain OBJECT-TYPE SYNTAX INTEGER { fcc(16), ic(32), etsi(48), spain(49), france(50), mkk(64) } ACCESS read-only STATUS mandatory DESCRIPTION "This attribute specifies the regularity domain, for the radio operation of this device. This integer contains an 8 bit value, as defined below: 10h - USA, 20h - Canada, 30h - Europe, 31h - Spain, 32h - France, 40h - Japan." ::= {dot11PhyOperationGroup 2 } dot11MPDUMaxLength OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The maximum number of octets in a MPDU that can be conveyed by a PLCPDU." ::= { dot11phy 2 } dot11PhyFHSSGroup OBJECT IDENTIFIER ::= { dot11phy 5 } dot11MaxDwellTime OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The maximum time in Kus that the frequency of the transmitter is permitted to operate on a single channel." ::= {dot11PhyFHSSGroup 3 } dot11CurrentDwellTime OBJECT-TYPE SYNTAX INTEGER (1..390) ACCESS read-write STATUS mandatory DESCRIPTION "The current time in Kus that the transmitter shall operate on a single channel, as set by the MAC. Default is 19 Kus." ::= {dot11PhyFHSSGroup 4 } dot11CurrentPattern OBJECT-TYPE SYNTAX INTEGER (0..77) ACCESS read-write STATUS mandatory DESCRIPTION "The current pattern the PHY LME is using to determine the hop sequence." ::= {dot11PhyFHSSGroup 6 } dot11PhyDSSSGroup OBJECT IDENTIFIER ::= { dot11phy 6 } dot11CurrentChannel OBJECT-TYPE SYNTAX INTEGER (1..14) ACCESS read-write STATUS mandatory DESCRIPTION "The current operating frequency channel of the DSSS PHY. Valid channel numbers are as defined in 15.4.6.2" ::= {dot11PhyDSSSGroup 1 } ntiPassword OBJECT-TYPE SYNTAX DisplayString (SIZE (0..15)) ACCESS read-write STATUS mandatory DESCRIPTION "Access Point Password." ::= { ntiASPAccessPoint 25 } ntiLogout OBJECT-TYPE SYNTAX INTEGER { logoff(1), clear(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Manager Logout of Access Point." ::= { ntiASPAccessPoint 26 } ntiAULCountLimit OBJECT-TYPE SYNTAX INTEGER (0..256) ACCESS read-write STATUS mandatory DESCRIPTION "The maximum number of users that can be simultaneously associated with the Access Point. Range: 0 to 256." ::= { ntiASPAccessPoint 27 } ntiPCCardCIS OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The CIS of the PC Card in the Access Point." ::= { ntiASPAccessPoint 28 } ntiStraightEncapsulation OBJECT-TYPE SYNTAX INTEGER (0..1) ACCESS read-write STATUS mandatory DESCRIPTION "0 - 802.1h + NTI STT 1 - Straight Encapsulation 802.1h translation involves prepending a SNAP header with either an RFC1042 OUI or the BTEP OUI Straight encapsulation involves enclosint the entire ethernet frame as data inside an 802.11 frame." ::= { ntiASPAccessPoint 29 } ntiMVIAPPEnable OBJECT-TYPE SYNTAX INTEGER (0..1) ACCESS read-write STATUS mandatory DESCRIPTION "This boolean enables or disables the use of Multi- vendor IAPP. If this is disabled the AP will use Netwave's proprietary IAPP protocol. " ::= { ntiASPAccessPoint 30 } ntiIPSubnetMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "Access Point's IP Subnet Mask. The value of the mask is an IP address with all the network bits set to 1 and all the hosts bits set to 0. Set a new IP Subnet Mask here. This takes effect on re-boot." ::= { ntiASPAccessPoint 31 } ntiIPGateway OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "Access Point's IP Gateway Address. Set a new IP Gateway address here. This takes effect on re-boot" ::= { ntiASPAccessPoint 32 } ntiAssociatedUsersCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The current number of Users Associated with This AP." ::= { ntiASPAccessPoint 33 } ntiWiredLinkMode OBJECT-TYPE SYNTAX INTEGER { mode-10Base2-10BaseT-AutoSwitch(1), mode-10BaseT(2), mode-10-100-AutoNegotiate(3), mode-100BaseX(4) } ACCESS read-write STATUS mandatory DESCRIPTION "The desired mode of the wired link." ::= { ntiASPAccessPoint 34 } ntiFailoverControl OBJECT IDENTIFIER ::= { ntiASPAccessPoint 35 } ntiEnableEthernetLinkDetect OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Indicates whether this AccessPoint should turn off the PC card, in the event of physical link being broken, so that the mobile units associated with this AccessPoint could then fail over to other AccessPoints. This attribute has no effect when the ntiWiredLinkMode is mode-10Base2-10BaseT-AutoSwitch. The default value of this attribute shall be disabled." ::= { ntiFailoverControl 1 } ntiEnableInfrastructurePing OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Indicates whether this AccessPoint should turn off the PC card, in the event of ping target not responding, so that the mobile units associated with this AccessPoint could then fail over to other AccessPoints. The default value of this attribute shall be disabled." ::= { ntiFailoverControl 2 } ntiPingTargetAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "The ping target is used to check the connectivity of the infrastructure. The AccessPoint will ping the ping target periodically if the ntiEnableInfrastructurePing is enabled. If it is determined that the ping target is not responding, the AccessPoint will shut down the PC card and make the mobile units associated with it fail over to other AccessPoints. The default value shall be the ntiIPGateway." ::= { ntiFailoverControl 3 } ntiEnableIPOnWirelessPort OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "When this attribute is enabled, a mobile unit on the wireless LAN shall able to send IP traffic destined to the AccessPoint. This allows mobile units for pinging the AccessPoint and for managing the AccessPoint via BayStack AP Manager. The default value shall be disabled" ::= { ntiASPAccessPoint 36 } ntiWEPDefaultKeysStatus OBJECT-TYPE SYNTAX OCTET STRING (SIZE (1)) ACCESS read-only STATUS mandatory DESCRIPTION "A bit map that indicates whether or not each WEP default key has been set. The bits 0-3 of the bit map correspond to WEP default keys 1-4, respectively. Bits 4-7 have no meaning, as the dot 11 standard defines four WEP default keys only." ::= { ntiASPAccessPoint 37 } ntiWEPKeyMappingsStatus OBJECT-TYPE SYNTAX OCTET STRING (SIZE (2)) ACCESS read-only STATUS mandatory DESCRIPTION "A bit map that indicates whether or not each WEP key mapping has been set. The bits 0-7 of the first octet of the bit map correspond to WEP key mappings 1-8, respectively. Bits 0-1 of the second octet of the bit map correspond to WEP key mapping 9-10, respectively. The remainder of the the bit map has no meaning." ::= { ntiASPAccessPoint 38 } ntiFWUpgradeFilename OBJECT-TYPE SYNTAX DisplayString (SIZE (0..7)) ACCESS read-write STATUS mandatory DESCRIPTION "Filename of Access Point Firmware upgrade image." ::= { ntiASPAccessPoint 1000 } ntiAdapterFWUpgradeFilename OBJECT-TYPE SYNTAX DisplayString (SIZE (0..7)) ACCESS read-write STATUS mandatory DESCRIPTION "Filename of PC Card Firmware upgrade image." ::= { ntiASPAccessPoint 1001 } ntiTFTPServerIPAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "IP address of TFTP server where upgrade images are stored." ::= { ntiASPAccessPoint 1002 } ntiWackyTestModeAddr OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "Wacky Test mode address...." ::= { ntiASPAccessPoint 1003 } ntiWackyTestModeContents OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "256 bytes of data from address: ntiWackyTestModeAddr." ::= { ntiASPAccessPoint 1004 } ntiFreezeAUL OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-write STATUS mandatory DESCRIPTION "Set this to 1 to Freeze the AUL list. Clear it to thaw the AUL list." ::= { ntiASPAccessPoint 1005 } ntiWackyClearErrorLog OBJECT-TYPE SYNTAX INTEGER { clearErrorLog(1), clear(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Set to 1 to cause AP to clear it's error log." ::= { ntiASPAccessPoint 1006 } ntiErrorStatus OBJECT-TYPE SYNTAX INTEGER { noError(1), pingTargetNotResponding(2), brokenEthernetLink(3) } ACCESS read-only STATUS mandatory DESCRIPTION "The content of this object indicates the type of the last error, if any, occurred in the AccessPoint." ::= { ntiASPAccessPoint 1007 } ntiClearErrorStatus OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "Setting this object to 1 has the effect of clearing the content of ntiErrorStatus." ::= { ntiASPAccessPoint 1008 } END