G6-WIFI-MIB

File: G6-WIFI-MIB.mib (15782 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC MICROSENS-G6-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 Counter32 enterprises
NOTIFICATION-TYPE DisplayString MacAddress
g6

Defined Types

AccessPointEntry  
SEQUENCE    
  accessPointIndex INTEGER
  accessPointHostname DisplayString
  accessPointDeviceIp OCTET STRING
  accessPointSubnetMask OCTET STRING
  accessPointGateway OCTET STRING
  accessPointUpdateFirmware DisplayString
  accessPointReboot DisplayString

InterfaceEntry  
SEQUENCE    
  interfaceIndex INTEGER
  interfaceCountryCode DisplayString
  interfaceSsid DisplayString
  interfaceEnterPresharedKey DisplayString
  interfaceEncryptedPresharedKey DisplayString
  interfaceExposeSsid INTEGER
  interfaceEncryption INTEGER
  interfaceDhcpServer INTEGER
  interfaceDhcpStartAddress OCTET STRING
  interfaceDhcpNumberOfAddresses Integer32
  interfaceChannelNumber Unsigned32
  interfaceChannelWidth INTEGER

FirewallConfigEntry  
SEQUENCE    
  firewallConfigIndex INTEGER
  firewallConfigEnableIngressFirewall INTEGER
  firewallConfigEnableEgressFirewall INTEGER
  firewallConfigDropInvalidPackets INTEGER
  firewallConfigSynRateLimiting Integer32
  firewallConfigUseSynCookies INTEGER
  firewallConfigTcpWindowScaling INTEGER

FirewallRulesEntry  
SEQUENCE    
  firewallRulesIndex INTEGER
  firewallRulesIncomingAclList DisplayString
  firewallRulesIncomingAclDefault INTEGER
  firewallRulesOutgoingAclList DisplayString
  firewallRulesOutgoingAclDefault INTEGER

StatusEntry  
SEQUENCE    
  statusIndex INTEGER
  statusOverallStatus INTEGER
  statusNumberOfConnections Unsigned32

IpV4StatusEntry  
SEQUENCE    
  ipV4StatusIndex INTEGER
  ipV4StatusDynamicDeviceIp OCTET STRING
  ipV4StatusDynamicSubnetMask OCTET STRING
  ipV4StatusDynamicGateway OCTET STRING

Defined Values

device 1.3.6.1.4.1.3181.10.6.1
Microsens private MIB for Generation 6 Ethernet Switches
MODULE-IDENTITY    

wifi 1.3.6.1.4.1.3181.10.6.1.98
OBJECT IDENTIFIER    

wifiEnableWifi 1.3.6.1.4.1.3181.10.6.1.98.1
Generally enable the access point and its wireless interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

accessPointTable 1.3.6.1.4.1.3181.10.6.1.98.2
Basic settings of the access point.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccessPointEntry

accessPointEntry 1.3.6.1.4.1.3181.10.6.1.98.2.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  AccessPointEntry  

accessPointIndex 1.3.6.1.4.1.3181.10.6.1.98.2.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0  

accessPointHostname 1.3.6.1.4.1.3181.10.6.1.98.2.1.2
Access point hostname.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

accessPointDeviceIp 1.3.6.1.4.1.3181.10.6.1.98.2.1.3
Static device IP address of the access point.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..20)  

accessPointSubnetMask 1.3.6.1.4.1.3181.10.6.1.98.2.1.4
Static subnet mask.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..20)  

accessPointGateway 1.3.6.1.4.1.3181.10.6.1.98.2.1.5
Default gateway IP address. When DHCP is enabled, DHCP has preference over this setting.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..20)  

accessPointUpdateFirmware 1.3.6.1.4.1.3181.10.6.1.98.2.1.6
Update the access point firmware. When no file name is supplied, the latest version is automatically selected. Alternatively, a specific file name can be supplied to use another version. Use Management.files.firmware.display_files to view a list of available files under the AP section.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

accessPointReboot 1.3.6.1.4.1.3181.10.6.1.98.2.1.7
This command will restart the access point only. All wireless communication will be disrupted for about a minute! Syntax: reboot = CONFIRM.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

interfaceTable 1.3.6.1.4.1.3181.10.6.1.98.3
This table defines the Ethernet interface available via Wifi
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    InterfaceEntry

interfaceEntry 1.3.6.1.4.1.3181.10.6.1.98.3.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceEntry  

interfaceIndex 1.3.6.1.4.1.3181.10.6.1.98.3.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0  

interfaceCountryCode 1.3.6.1.4.1.3181.10.6.1.98.3.1.2
International country code. Use DE for Germany, FR for france, etc.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

interfaceSsid 1.3.6.1.4.1.3181.10.6.1.98.3.1.3
Defines the name under which the access point can be reached. This will be displayed as network name.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

interfaceEnterPresharedKey 1.3.6.1.4.1.3181.10.6.1.98.3.1.4
Enter the password required to access the network. No spaces are permitted and at least 8 character are required.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

interfaceEncryptedPresharedKey 1.3.6.1.4.1.3181.10.6.1.98.3.1.5
Encrypted form of the entered key. This is automatically filled in when the enter_fa_auth command is executed.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

interfaceExposeSsid 1.3.6.1.4.1.3181.10.6.1.98.3.1.6
Defines whether the network can be detected or is hidden.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER hidden(0), visible(1)  

interfaceEncryption 1.3.6.1.4.1.3181.10.6.1.98.3.1.7
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), wep(1), wpaPsk(2), wpaPsk2(3)  

interfaceDhcpServer 1.3.6.1.4.1.3181.10.6.1.98.3.1.8
Enable DHCP server to automatically provide an IP address to the attached wifi devices.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

interfaceDhcpStartAddress 1.3.6.1.4.1.3181.10.6.1.98.3.1.9
Lowest address served.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..20)  

interfaceDhcpNumberOfAddresses 1.3.6.1.4.1.3181.10.6.1.98.3.1.10
The number of IP addresses served starting from the dhcp_start_address
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..255  

interfaceChannelNumber 1.3.6.1.4.1.3181.10.6.1.98.3.1.11
Zero is automatic selection.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

interfaceChannelWidth 1.3.6.1.4.1.3181.10.6.1.98.3.1.12
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ht20(1), ht40p(2), ht40n(3)  

firewallConfigTable 1.3.6.1.4.1.3181.10.6.1.98.4
Each entry of this variable table defines the details of one test case.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FirewallConfigEntry

firewallConfigEntry 1.3.6.1.4.1.3181.10.6.1.98.4.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  FirewallConfigEntry  

firewallConfigIndex 1.3.6.1.4.1.3181.10.6.1.98.4.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0  

firewallConfigEnableIngressFirewall 1.3.6.1.4.1.3181.10.6.1.98.4.1.2
When disabled the ingress_firewall table is not in effect. This is intended for test purposes only.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

firewallConfigEnableEgressFirewall 1.3.6.1.4.1.3181.10.6.1.98.4.1.3
When disabled the ingress_firewall table is not in effect. This is intended for test purposes only.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

firewallConfigDropInvalidPackets 1.3.6.1.4.1.3181.10.6.1.98.4.1.4
Drop invalid packets, not matching any active connection.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

firewallConfigSynRateLimiting 1.3.6.1.4.1.3181.10.6.1.98.4.1.5
Defines how many SYN request are accepted per second. When the limit is reached, a SYN flooding attack is assumed and the port is protected. The value 0 disables the rate limit check.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..255  

firewallConfigUseSynCookies 1.3.6.1.4.1.3181.10.6.1.98.4.1.6
SYN cookie is a technique used to resist SYN flooding attacks.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

firewallConfigTcpWindowScaling 1.3.6.1.4.1.3181.10.6.1.98.4.1.7
Enable TCP window scaling.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

firewallRulesTable 1.3.6.1.4.1.3181.10.6.1.98.5
Firewall settings for traffic ingressing on the wifi interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FirewallRulesEntry

firewallRulesEntry 1.3.6.1.4.1.3181.10.6.1.98.5.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  FirewallRulesEntry  

firewallRulesIndex 1.3.6.1.4.1.3181.10.6.1.98.5.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0  

firewallRulesIncomingAclList 1.3.6.1.4.1.3181.10.6.1.98.5.1.2
Name of the ACL (access control list) which declares which ACL applies to incoming traffic (redirects). Several ACL may be specified with a comma separated list. Example acl1, otherlist
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

firewallRulesIncomingAclDefault 1.3.6.1.4.1.3181.10.6.1.98.5.1.3
Defines which action is taken when none of the ACL records matches. Default is deny which blocks all traffic.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER deny(0), permit(1)  

firewallRulesOutgoingAclList 1.3.6.1.4.1.3181.10.6.1.98.5.1.4
Name of the ACL (access control list) which declares which ACL applies to incoming traffic (redirects). Several ACL may be specified with a comma separated list. Example acl1, otherlist
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

firewallRulesOutgoingAclDefault 1.3.6.1.4.1.3181.10.6.1.98.5.1.5
Defines which action is taken when none of the ACL records matches. Default is deny which blocks all traffic.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER deny(0), permit(1)  

statusTable 1.3.6.1.4.1.3181.10.6.1.98.100
Indicates basic WIFI releated status inormation
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StatusEntry

statusEntry 1.3.6.1.4.1.3181.10.6.1.98.100.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  StatusEntry  

statusIndex 1.3.6.1.4.1.3181.10.6.1.98.100.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0  

statusOverallStatus 1.3.6.1.4.1.3181.10.6.1.98.100.1.2
Indicates if WIFI module is operational.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notPresent(0), disabled(1), fault(2), operational(3)  

statusNumberOfConnections 1.3.6.1.4.1.3181.10.6.1.98.100.1.3
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ipV4StatusTable 1.3.6.1.4.1.3181.10.6.1.98.101
This section shows a summary of IPv4 settings as they are currently active. These may reflect the statically configured values or may be dynamically assigned using DHCP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpV4StatusEntry

ipV4StatusEntry 1.3.6.1.4.1.3181.10.6.1.98.101.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  IpV4StatusEntry  

ipV4StatusIndex 1.3.6.1.4.1.3181.10.6.1.98.101.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0  

ipV4StatusDynamicDeviceIp 1.3.6.1.4.1.3181.10.6.1.98.101.1.2
Currently used access point IP address.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..20)  

ipV4StatusDynamicSubnetMask 1.3.6.1.4.1.3181.10.6.1.98.101.1.3
Currently used access point subnet mask.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..20)  

ipV4StatusDynamicGateway 1.3.6.1.4.1.3181.10.6.1.98.101.1.4
Currently used access point gateway IP address.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..20)