FOUNDRY-SN-WIRELESS-GROUP-MIB: View SNMP OID List / Download MIB

VENDOR: BROCADE


 Home MIB: FOUNDRY-SN-WIRELESS-GROUP-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
 snWireless 1.3.6.1.4.1.1991.1.1.3.23
Copyright 1996-2010 Brocade Communications Systems, Inc. All rights reserved. This Brocade Communications Systems SNMP Management Information Base Specification embodies Brocade Communications Systems' confidential and proprietary intellectual property. Brocade Communications Systems retains all title and ownership in the Specification, including any revisions. This Specification is supplied AS IS, and Brocade Communications Systems makes no warranty, either express or implied, as to the use, operation, condition, or performance of the specification, and any unintended consequence it may on the user environment.
       wgGroup 1.3.6.1.4.1.1991.1.1.3.23.1
           wgMobilityId 1.3.6.1.4.1.1991.1.1.3.23.1.1 integer32 read-write
Unique Identifier used to specify the mobility doamin. Valid range is <1 - 65535>. Use <0> to remove the domain.
           wgVpnPTDeletePolicy 1.3.6.1.4.1.1991.1.1.3.23.1.2 integer32 read-write
Write a valid VPN pass through policy ID to remove the policy. Return zero when reading this object.
       wgIfTable 1.3.6.1.4.1.1991.1.1.3.23.2 no-access
WiFi Interface Table.
           wgIfEntry 1.3.6.1.4.1.1991.1.1.3.23.2.1 no-access
An entry of the WiFi Interface Table.
               wgIfIndex 1.3.6.1.4.1.1991.1.1.3.23.2.1.1 integer32 read-only
ifIndex value of the switch interface.
               wgIfWirelessEnable 1.3.6.1.4.1.1991.1.1.3.23.2.1.2 integer read-write
Control wireless function of the switch interface. Enumeration: 'enable': 2, 'other': 1, 'disable': 3.
               wgIfPnPLearnNewAP 1.3.6.1.4.1.1991.1.1.3.23.2.1.3 integer read-write
Control the interface to learn new AP. Enumeration: 'enable': 2, 'other': 1, 'disable': 3.
               wgIfAutoPortDisable 1.3.6.1.4.1.1991.1.1.3.23.2.1.4 integer read-write
Disable the interface if the interface link status change. Enumeration: 'enable': 2, 'other': 1, 'disable': 3.
               wgIfVpnPTPolicyId 1.3.6.1.4.1.1991.1.1.3.23.2.1.5 integer32 read-write
To bind an interface to a VPN pass through policy, write a valid policy number which is larger than zero. To unbind an interface to a VPN pass through policy, write a zero.
               wgIfFullCompRoamingEnable 1.3.6.1.4.1.1991.1.1.3.23.2.1.6 integer read-write
Control full compatibility roaming of an interface. Enumeration: 'enable': 2, 'other': 1, 'disable': 3.
       wgRoamingPeerTable 1.3.6.1.4.1.1991.1.1.3.23.3 no-access
Roaming Peer table contains information of peers.
           wgRoamingPeerEntry 1.3.6.1.4.1.1991.1.1.3.23.3.1 no-access
An entry of the roaming peer table.
               wgRoamingPeerIpAddress 1.3.6.1.4.1.1991.1.1.3.23.3.1.1 ipaddress read-only
IP Address of the ISRP peer.
               wgRoamingPeerConnectionStatus 1.3.6.1.4.1.1991.1.1.3.23.3.1.2 integer read-only
Shows the state of the ISRP Connection. Enumeration: 'established': 3, 'configured': 2, 'other': 1.
               wgRoamingPeerRowStatus 1.3.6.1.4.1.1991.1.1.3.23.3.1.3 integer read-write
Shows the state of the row in the PeerRow Table. Enumeration: 'create': 4, 'other': 1, 'valid': 2, 'delete': 3.
       wgPnPTable 1.3.6.1.4.1.1991.1.1.3.23.4 no-access
AP Plug and Play Table.
           wgPnPEntry 1.3.6.1.4.1.1991.1.1.3.23.4.1 no-access
An entry of the AP Plug and Play Table.
               wgPnPIfIndex 1.3.6.1.4.1.1991.1.1.3.23.4.1.1 integer32 read-only
ifIndex value of the switch interface.
               wgPnPMacAddress 1.3.6.1.4.1.1991.1.1.3.23.4.1.2 macaddress read-only
MAC address of the attached AP.
               wgPnPIpAddress 1.3.6.1.4.1.1991.1.1.3.23.4.1.3 ipaddress read-write
IP address of the attached AP.
               wgPnPIpMask 1.3.6.1.4.1.1991.1.1.3.23.4.1.4 ipaddress read-write
Subnet mask of the attached AP.
               wgPnPIpDefaultGw 1.3.6.1.4.1.1991.1.1.3.23.4.1.5 ipaddress read-write
Default gateway of the attached AP.
               wgPnPStatus 1.3.6.1.4.1.1991.1.1.3.23.4.1.6 integer read-only
AP device status. If the switch diecovered a new AP which had not been configured, the 'discovered' state will return. If the AP's IP address, subnet mask and default gateway were configured to the switch port but the AP with the matching MAC address had not attached to the switch port, 'configured' state will return. If the AP's IP address, subnet mask and default gateway were configured to the switch port and the AP with the matching MAC address had attached to the switch port and was operating, 'operational' state will return. Enumeration: 'discovered': 2, 'configured': 3, 'other': 1, 'operational': 4.
               wgPnPRowStatus 1.3.6.1.4.1.1991.1.1.3.23.4.1.7 integer read-write
Create, delete or modify a row of AP Plug and Play Table. Enumeration: 'create': 4, 'other': 1, 'modify': 5, 'valid': 2, 'delete': 3.
       wgVpnPTServerTable 1.3.6.1.4.1.1991.1.1.3.23.5 no-access
VPN pass through server table
           wgVpnPTServerEntry 1.3.6.1.4.1.1991.1.1.3.23.5.1 no-access
An entry of the VPN pass through server table.
               wgVpnPTServerPolicyId 1.3.6.1.4.1.1991.1.1.3.23.5.1.1 integer32 read-only
VPN pass through policy identifier. It must be greater than zero.
               wgVpnPTServerIpAddress 1.3.6.1.4.1.1991.1.1.3.23.5.1.2 ipaddress read-only
VPN server IP address.
               wgVpnPTServerRowStatus 1.3.6.1.4.1.1991.1.1.3.23.5.1.3 integer read-write
Create or delete a row of VPN pass through server table. Enumeration: 'create': 4, 'other': 1, 'valid': 2, 'delete': 3.
       wgVpnPTFilterTable 1.3.6.1.4.1.1991.1.1.3.23.6 no-access
VPN pass through filter table
           wgVpnPTFilterEntry 1.3.6.1.4.1.1991.1.1.3.23.6.1 no-access
An entry of the VPN pass through filter table.
               wgVpnPTFilterPolicyId 1.3.6.1.4.1.1991.1.1.3.23.6.1.1 integer32 read-only
VPN pass through policy identifier. It must be greater than zero.
               wgVpnPTFilterProtocol 1.3.6.1.4.1.1991.1.1.3.23.6.1.2 integer read-only
Allow this type of protocol to pass through. Enumeration: 'udp': 2, 'other': 1, 'tcp': 3.
               wgVpnPTFilterPort 1.3.6.1.4.1.1991.1.1.3.23.6.1.3 integer32 read-only
Allow this protocol port to pass through.
               wgVpnPTFilterRowStatus 1.3.6.1.4.1.1991.1.1.3.23.6.1.4 integer read-write
Create or delete a row of VPN pass through filter table. Enumeration: 'create': 4, 'other': 1, 'valid': 2, 'delete': 3.
       wgVpnPTPolicyTable 1.3.6.1.4.1.1991.1.1.3.23.7 no-access
VPN pass through policy table
           wgVpnPTPolicyEntry 1.3.6.1.4.1.1991.1.1.3.23.7.1 no-access
An entry of the VPN pass through policy table.
               wgVpnPTPolicyId 1.3.6.1.4.1.1991.1.1.3.23.7.1.1 integer32 read-only
VPN pass through policy identifier. It must be greater than zero.
               wgVpnPTPolicyPortList 1.3.6.1.4.1.1991.1.1.3.23.7.1.2 ifindexlist read-only
A list of ports bound to this VPN pass through policy.