AVAYA-WLAN-SYSTEM-MIB: View SNMP OID List / Download MIB

VENDOR: SYNOPTICS


 Home MIB: AVAYA-WLAN-SYSTEM-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 avayaWlanSystemMib 1.3.6.1.4.1.45.7.16
Avaya WLAN System MIB Copyright 2010 Avaya, Inc. All rights reserved. This Avaya SNMP Management Information Base Specification (Specification) embodies Avaya's confidential and proprietary intellectual property. Avaya retains all title and ownership in the Specification, including any revisions. This Specification is supplied 'AS IS,' and Avaya makes no warranty, either express or implied, as to the use, operation, condition, or performance of the Specification.
       avWlanSystemObjects 1.3.6.1.4.1.45.7.16.1
           avWlanSystemConfig 1.3.6.1.4.1.45.7.16.1.1
               avWlanSystemConfigScalars 1.3.6.1.4.1.45.7.16.1.1.1
                   avWlanSystemConfigWirelessEnabled 1.3.6.1.4.1.45.7.16.1.1.1.1 truthvalue read-write
This is used to enable wireless feature (control and data together in first release). System Interface and TcpUdpBasePort will be taken as parameters to this action. Disable will purge all status and statistics related to wireless functionality. A value of true(1) means enabled.
                   avWlanSystemConfigSystemInetAddressType 1.3.6.1.4.1.45.7.16.1.1.1.2 inetaddresstype read-write
This object indicates the type of address contained in the object avWlanSystemConfigSystemInetAddress.
                   avWlanSystemConfigSystemInetAddress 1.3.6.1.4.1.45.7.16.1.1.1.3 inetaddress read-write
This address is the one to be used by the WC and/or MS for connecting to APs and Peer WCs and/or MS. All tunnels are also terminated on this address. Captive Portal Web Server is also hosted on this address. Wireless feature should be disabled and enabled for changing this value. There is no default value and this configuration is mandatory to enable a WC and/or an MS to participate in a WLAN Domain.
                   avWlanSystemConfigTcpUdpBasePort 1.3.6.1.4.1.45.7.16.1.1.1.4 inetportnumber read-write
All WLAN System Protocols (e.g. AP, MS, WC control channel, access and mobility tunnels etc.) use different TCP and UDP port numbers. These ports are based at different fixed offsets from a base port allowing administrator to create simple firewall rules by opening a contiguous ip port range for WLAN communication. Currently a range of 16 ports starting from this base port will be used. The base port must be same on all WCs and/or MS in a domain. This is an optional configuration and all WCs can be left operating at the default value. Changing this configuration will require to disable and enable wireless feature.
           avWlanSystemStatus 1.3.6.1.4.1.45.7.16.1.2
               avWlanSystemStatusScalars 1.3.6.1.4.1.45.7.16.1.2.1
                   avWlanSystemStatusOperationalStatus 1.3.6.1.4.1.45.7.16.1.2.1.1 integer read-only
Indicates the current operating status of the wireless system. Enumeration: 'disabled': 3, 'disablePending': 4, 'enabled': 1, 'enablePending': 2.
                   avWlanSystemStatusOperationalStatusDisableReason 1.3.6.1.4.1.45.7.16.1.2.1.2 integer read-only
This object indicates the reason why the operational status is disabled. Enumeration: 'badSystemInetAddress': 4, 'badTcpUdpBasePort': 5, 'none': 1, 'adminDisabled': 2, 'routingDisabled': 3, 'wirelessSystemError': 6.
                   avWlanSystemStatusWlanSystemAddrType 1.3.6.1.4.1.45.7.16.1.2.1.3 inetaddresstype read-only
The type of address contained in avWlanSystemStatusWlanSystemAddr. Currently only unknown(0), ipv4(1), and ipv6(2) are allowed. When the wireless mode is in the disabled state, the value of this object will be unknown(0).
                   avWlanSystemStatusWlanSystemAddr 1.3.6.1.4.1.45.7.16.1.2.1.4 inetaddress read-only
This object represents the WC/WS WLAN System IP address. When the wireless mode is in disabled state, the value of this object will be empty.
                   avWlanSystemStatusOperationalRole 1.3.6.1.4.1.45.7.16.1.2.1.5 integer read-only
The current operational role of the WLAN system running on this device. Only applicable when the value of the avWlanSystemStatusOperationalStatus is 'enabled(1)'. The meaning of the values is: wcp(1) - device is running Control plane only wsp(2) - device is running Data plane only wcpAndwsp(3) - device is running both Control and Data planes Enumeration: 'wcpAndwsp': 3, 'wcp': 1, 'wsp': 2.
                   avWlanSystemStatusWlanVersion 1.3.6.1.4.1.45.7.16.1.2.1.6 displaystring read-only
Reflects the current WLAN MIB version implemented by this device. Not to be confused with the software version of the device. Primarily meant to be used by the WLAN management applications.