0% found this document useful (0 votes)
105 views20 pages

INTELBRAS-MIB v4.1

The document defines a MIB for an Intelbras firmware. It defines objects for retrieving system information like the model name, firmware version, and MAC address. It also defines configuration objects for settings like the IP address, operation mode, wireless settings, and enabled services.

Uploaded by

bruno borba
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
105 views20 pages

INTELBRAS-MIB v4.1

The document defines a MIB for an Intelbras firmware. It defines objects for retrieving system information like the model name, firmware version, and MAC address. It also defines configuration objects for settings like the IP address, operation mode, wireless settings, and enabled services.

Uploaded by

bruno borba
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 20

INTELBRAS-MIB DEFINITIONS ::= BEGIN

IMPORTS
Integer32, MODULE-IDENTITY, OBJECT-TYPE, enterprises
FROM SNMPv2-SMI;

intelbrasMIB MODULE-IDENTITY
LAST-UPDATED "201405220000Z"
ORGANIZATION
"Intelbras"
CONTACT-INFO
"
postal: Rod. BR 101, Km 210, Area Industrial
Sao Jose - Brazil - SC
email: [email protected]"
DESCRIPTION
"
Intelbras Firmware MIB"
REVISION "201405220000Z"
DESCRIPTION
"
Release for WOM Line - v4.1"
::= { enterprises 26138 }

--
-- systemInfo Tree BEGIN
--
systemInfo OBJECT IDENTIFIER ::= { intelbrasMIB 1 }

modelName OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Hardware model name"
::= { systemInfo 1 }

fwVersion OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Firmware version"
::= { systemInfo 2 }

deviceName OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..20))
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Device's identification"
::= { systemInfo 3 }

hwMac OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Hardware mac address"
::= { systemInfo 4 }
--
-- systemInfo Tree END
--
--
-- confVars Tree BEGIN
--
configs OBJECT IDENTIFIER ::= { intelbrasMIB 2 }

confTcpip OBJECT IDENTIFIER ::= { configs 1 }


opMode OBJECT-TYPE
SYNTAX Integer32 {
Gateway (0),
Bridge (1),
WISP (2),
RouterEth (3),
RouterWlan (4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Operation mode.
GATEWAY=0,
BRIDGE=1,
ISP=2,
ROUTER_ETH=3,
ROUTER_WLAN=4
"
::= { confTcpip 1 }

lanIp OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Bridge (LAN) IP address
"
::= { confTcpip 2 }

lanMask OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Bridge (LAN) mask
"
::= { confTcpip 3 }

lanGw OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Bridge (LAN) gateway
"
::= { confTcpip 4 }

stp OBJECT-TYPE
SYNTAX Integer32 {
Disabled (0),
Enabled (1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Bridge (LAN) Spanning Tree status
DISABLED=0
ENABLED=1
"
::= { confTcpip 5 }

dhcpEnable OBJECT-TYPE
SYNTAX Integer32 {
Disabled (0),
Enabled (1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "DHCP server status
DISABLED=0
ENABLED=1
"
::= { confTcpip 6 }

dhcpIpStart OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION "DHCP server IP range start
"
::= { confTcpip 7 }

dhcpIpEnd OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION "DHCP server IP range end
"
::= { confTcpip 8 }

dhcpIpMask OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION "DHCP server mask
"
::= { confTcpip 9 }

dhcpIpGw OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION "DHCP server gateway
"
::= { confTcpip 10 }

dhcpDomain OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..31))
MAX-ACCESS read-write
STATUS current
DESCRIPTION "DHCP server domain
"
::= { confTcpip 11 }

dhcpLease OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "DHCP server lease time
"
::= { confTcpip 12 }

dnsType OBJECT-TYPE
SYNTAX Integer32 {
Manual (0),
Auto (1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "DNS type
MANUAL=0; Set manual DNS server list
AUTOMATIC=1; Get DNS server list automatically (DHCP Client, PPPoE)
"
::= { confTcpip 13 }

dnsServer1 OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION "DNS Server 1"
::= { confTcpip 14 }

dnsServer2 OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION "DNS Server 2"
::= { confTcpip 15 }

dnsServer3 OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION "DNS Server 3"
::= { confTcpip 16 }

--
-- Wireless
--
confWlan OBJECT IDENTIFIER ::= { configs 2 }
wlan0OpMode OBJECT-TYPE
SYNTAX Integer32 {
AP (1),
Client (2),
WDS (3),
AP-WDS (4),
Repeater (5),
APAutoWDS (6),
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Wlan Operation Mode
AP=1
Client=2
WDS=3
AP_WDS=4
Repeater=5
"
::= { confWlan 1 }

wlan0Band OBJECT-TYPE
SYNTAX Integer32 {
BG (0),
B (1),
A (2),
ABG (3),
G (4),
ABGN (5),
N (6),
GN (7),
AN (8),
BGN (9),
AGN (10),
5N (11)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Wlan Band Mode
BG=0,
B=1,
A=2,
ABG=3,
G=4,
ABGN=5,
N=6,
GN=7,
AN=8,
BGN=9,
AGN=10,
5N=11
"
::= { confWlan 2 }

wlan0NetType OBJECT-TYPE
SYNTAX Integer32 {
AD-HOC (1),
INFRASTRUCTURE (2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Wlan Network Type Mode
AD-HOC=1
INFRASTRUCTURE=2
"
::= { confWlan 3 }

wlan0SSID OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..32))
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Wlan SSID"
::= { confWlan 4 }
wlan0Channel OBJECT-TYPE
SYNTAX Integer32 (0..165)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Wlan SSID
AUTO=0
"
::= { confWlan 5 }

--
-- Services
--
confServices OBJECT IDENTIFIER ::= { configs 3 }
miscServFlags OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Miscelaneous Services Flags
Enable CROND=2
Enable PPPoE Relay=4
Enable DNS Relay (DNRD)=64
Enable ChilliSpot=128
Enable OpenVPN=256
"
::= { confServices 1 }

dhcpRelay OBJECT-TYPE
SYNTAX Integer32 {
Disabled (0),
Enabled (1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Dhcp Relay Status
DISABLED=0
ENABLED=1
"
::= { confServices 2}

dhcpRelayServer OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION "DHCP Server IP address to relay"
::= { confServices 3 }

vtunMode OBJECT-TYPE
SYNTAX Integer32 {
Disabled (0),
Server (1),
Client (2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "VTUN VPN Operation mode
DISABLED=0
SERVER=1; Server Mode
CLIENT=2; Client mode
"
::= { confServices 4}

vtunServer OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..60))
MAX-ACCESS read-write
STATUS current
DESCRIPTION "VTUN Server IP address or hostname"
::= { confServices 5 }

vtunConnName OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..20))
MAX-ACCESS read-write
STATUS current
DESCRIPTION "VTUN Connection Name"
::= { confServices 6 }

wifidog OBJECT-TYPE
SYNTAX Integer32 {
Disabled (0),
Enabled (1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "WifiDog service
DISABLED=0
ENABLED=1
"
::= { confServices 7 }

syslog OBJECT-TYPE
SYNTAX Integer32 {
Disabled (0),
Enabled (2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Syslog Service status
DISABLED=0
ENABLED=2
"
::= { confServices 8 }

syslogRemote OBJECT-TYPE
SYNTAX Integer32 {
Local (0),
Remote (1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Syslog Local or remote flag
LOCAL=0; Local log
REMOTE=1; Log to remote server
"
::= { confServices 9 }

syslogIp OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Syslog Server IP address"
::= { confServices 10 }

wdog0Ip OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Watchdog0 IP address to test"
::= { confServices 11 }

wdog0Time OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Watchdog0 time interval between tests"
::= { confServices 12 }

wdog1Ip OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Watchdog1 IP address to test"
::= { confServices 13 }

wdog1Time OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Watchdog1 time interval between tests"
::= { confServices 14 }

ddnsType OBJECT-TYPE
SYNTAX Integer32 {
Disabled (0),
DynDNS (1),
TZO (2),
NoIP (3),
Intelbras (4)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Dynamic DNS type
DISABLED=0
DYNDNS=1; Server = DynDNS
TZO=2; Server = TZO
NOIP=3; Server = NoIP
"
::= { confServices 15 }

ddnsHost OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..63))
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Dynamic DNS hostname"
::= { confServices 16 }

ddnsUser OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..63))
MAX-ACCESS read-write
STATUS obsolete
DESCRIPTION "Dynamic DNS hostname"
::= { confServices 17 }

ddnsPasword OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..63))
MAX-ACCESS read-write
STATUS obsolete
DESCRIPTION "Dynamic DNS hostname"
::= { confServices 18 }

ntp OBJECT-TYPE
SYNTAX Integer32 {
Disabled (0),
Enabled (1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "NTP Client status
DISABLED=0
ENABLED=1
"
::= { confServices 19 }

ntpIp OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION "NTP Server IP address"
::= { confServices 20 }

ntpTz OBJECT-TYPE
SYNTAX Integer32 (-12..12)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Timezone"
::= { confServices 21 }

olsrd OBJECT-TYPE
SYNTAX Integer32 {
Disabled (0),
Enabled (1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "OLSR Routing protocol service
DISABLED=0
ENABLED=1
"
::= { confServices 22 }

--
-- Firewall
--
confFirewall OBJECT IDENTIFIER ::= { configs 4 }
fwallFlags OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Firewall Flags
Firewall Enabled=1
Block NetBIOS=4
Block P2P=8
Allow Wan Ping Echo Reply=1024
Enable UPNP=8192
"
::= { confFirewall 1 }

--
-- QoS
--
confQos OBJECT IDENTIFIER ::= { configs 5 }
qosFlags OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "QoS Flags
QoS Enabled=1
QoS Firewall Enabled=2
Enable MAC control=4
Enable IP control=8
Enable QoS Group=16
Enable Interface Bandwidth Control=32
"
::= { confQos 1 }

qosUpload OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Interface upload max rate in Kbps"
::= { confQos 2 }

qosDownload OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Interface download max rate in Kbps"
::= { confQos 3 }

--
-- Management
--
confMgnt OBJECT IDENTIFIER ::= { configs 6 }
sshPwChange OBJECT-TYPE
SYNTAX Integer32 {
No (0),
Yes (1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Allow change SSHD root password through web interface"
::= { confMgnt 1 }

sshdAccess OBJECT-TYPE
SYNTAX Integer32 {
Disabled (0),
Restricted (1),
WanAccess (2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "SSH Server access condition:
DISABLED=0; Service disabled
RESTRICTED=1; Access permited only from LAN side
WAN ACCESS=2; Access permited from LAN and WAN
"
::= { confMgnt 2 }

sshdPort OBJECT-TYPE
SYNTAX Integer32 (1..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "SSH server port number to listen for connections"
::= { confMgnt 3 }

httpdAccess OBJECT-TYPE
SYNTAX Integer32 {
Disabled (0),
Restricted (1),
WanAccess (2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "HTTP server access condition:
DISABLED=0; Service disabled
RESTRICTED=1; Access permited only from LAN side
WAN ACCESS=2; Access permited from LAN and WAN
"
::= { confMgnt 4 }

httpdPort OBJECT-TYPE
SYNTAX Integer32 (1..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "HTTP server port number to listen for connections"
::= { confMgnt 5 }

httpdTimeout OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "HTTP server session timeout"
::= { confMgnt 6 }

httpsdAccess OBJECT-TYPE
SYNTAX Integer32 {
Disabled (0),
Restricted (1),
WanAccess (2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "HTTP TLS server access condition:
DISABLED=0; Service disabled
RESTRICTED=1; Access permited only from LAN side
WAN ACCESS=2; Access permited from LAN and WAN
"
::= { confMgnt 7 }

httpsdPort OBJECT-TYPE
SYNTAX Integer32 (1..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "HTTP TLS server port number to listen for connections"
::= { confMgnt 8 }

timeTest OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Timeout for new configuration testing"
::= { confMgnt 9 }

--
-- Alias
--
confAlias OBJECT IDENTIFIER ::= { configs 7 }
aliasTable OBJECT-TYPE
SYNTAX SEQUENCE OF aliasEntry
ACCESS not-accessible
STATUS current
DESCRIPTION
"Alias table"
::= { confAlias 1 }

aliasEntry OBJECT-TYPE
SYNTAX aliasEntry
ACCESS not-accessible
STATUS current
DESCRIPTION "Alias entry"
INDEX { aliasIndex }
::= { aliasTable 1 }

aliasEntry ::= SEQUENCE {


aliasIndex Integer32,
aliasIp InetAddress,
aliasMask InetAddress,
aliasInterface DisplayString
}

aliasIndex OBJECT-TYPE
SYNTAX Integer32
ACCESS not-accessible
STATUS current
DESCRIPTION "Alias Index"
::= { aliasEntry 1 }

aliasIp OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Alias IP address"
::= { aliasEntry 2 }

aliasMask OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Alias IP mask"
::= { aliasEntry 3 }

aliasInterface OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Alias Interface"
::= { aliasEntry 4 }

--
-- Static Routes
--
confRoutes OBJECT IDENTIFIER ::= { configs 8 }
routeTable OBJECT-TYPE
SYNTAX SEQUENCE OF routeEntry
ACCESS not-accessible
STATUS current
DESCRIPTION
"Static Route table"
::= { confRoutes 1 }

routeEntry OBJECT-TYPE
SYNTAX routeEntry
ACCESS not-accessible
STATUS current
DESCRIPTION "Static Route entry"
INDEX { routeIndex }
::= { routeTable 1 }

routeEntry ::= SEQUENCE {


routeIndex Integer32,
routeIp InetAddress,
routeMask InetAddress,
routeGw InetAddress,
routeComment DisplayString
}

routeIndex OBJECT-TYPE
SYNTAX Integer32
ACCESS not-accessible
STATUS current
DESCRIPTION "Static Route Index"
::= { routeEntry 1 }

routeIp OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Static Route IP address"
::= { routeEntry 2 }

routeMask OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Static Route IP mask"
::= { routeEntry 3 }

routeGw OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Static Route gateway IP address"
::= { routeEntry 4 }

routeComment OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Static Route comment"
::= { routeEntry 5 }

--
-- Clientes Database
--
confCadCli OBJECT IDENTIFIER ::= { configs 9 }
cadCliTable OBJECT-TYPE
SYNTAX SEQUENCE OF cadCliEntry
ACCESS not-accessible
STATUS current
DESCRIPTION
"Clients Database table"
::= { confCadCli 1 }

cadCliEntry OBJECT-TYPE
SYNTAX cadCliEntry
ACCESS not-accessible
STATUS current
DESCRIPTION "Clients Database entry"
INDEX { cadCliIndex }
::= { cadCliTable 1 }

cadCliEntry ::= SEQUENCE {


cadCliIndex Integer32,
cadCliStatus Integer32 {
Disabled (0),
Enabled (1)
},
cadCliComment DisplayString,
cadCliIp InetAddress,
cadCliIpEnd InetAddress,
cadCliMask InetAddress,
cadCliMac DisplayString,
cadCliMinDown Integer32,
cadCliMinUp Integer32,
cadCliMaxDown Integer32,
cadCliMaxUp Integer32,
cadCliACL Integer32
}

cadCliIndex OBJECT-TYPE
SYNTAX Integer32
ACCESS not-accessible
STATUS current
DESCRIPTION "Clients Database Index"
::= { cadCliEntry 1 }

cadCliStatus OBJECT-TYPE
SYNTAX Integer32
ACCESS not-accessible
STATUS current
DESCRIPTION "Current status
ENABLED=1
DISABLED=0
"
::= { cadCliEntry 2 }

cadCliComment OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Clients Database comment"
::= { cadCliEntry 3 }

cadCliIp OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Clients Database IP address"
::= { cadCliEntry 4 }

cadCliIpEnd OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Clients Database IP End (in case of IP range)"
::= { cadCliEntry 5 }

cadCliMask OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Clients Database IP mask"
::= { cadCliEntry 6 }

cadCliMac OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Clients Database MAC address"
::= { cadCliEntry 7 }

cadCliMinDown OBJECT-TYPE
SYNTAX Integer32
ACCESS read-only
STATUS current
DESCRIPTION "QoS - Min. Download. When inside QoS goup tree, indicates
guaranteed download bandwidth.
If set to '0', indicates equal share bandwidth within the group."
::= { cadCliEntry 8 }

cadCliMinUp OBJECT-TYPE
SYNTAX Integer32
ACCESS read-only
STATUS current
DESCRIPTION "QoS - Min. Upload. When inside QoS goup tree, indicates
guaranteed upload bandwidth.
If set to '0', indicates equal share bandwidth within the group."
::= { cadCliEntry 9 }

cadCliMaxDown OBJECT-TYPE
SYNTAX Integer32
ACCESS read-only
STATUS current
DESCRIPTION "QoS - Max. Download. When inside QoS goup tree, indicates the
maximum download bandwidth.
If set to '0', max download bandwidth is equal to it's parent max
download bandwidth."
::= { cadCliEntry 10 }

cadCliMaxUp OBJECT-TYPE
SYNTAX Integer32
ACCESS read-only
STATUS current
DESCRIPTION "QoS - Max. Upload. When inside QoS goup tree, indicates the
maximum upload bandwidth.
If set to '0', max upload bandwidth is equal to it's parent max
upload bandwidth."
::= { cadCliEntry 11 }

cadCliACL OBJECT-TYPE
SYNTAX Integer32 {
Disabled (0),
Enabled (1)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "ACL status. When Enabled (1), this entry is inside wireless Access
Control List table."
::= { cadCliEntry 12 }

--
-- confVars Tree END
--

--
-- wlan0Info Tree BEGIN
--
wlan0Info OBJECT IDENTIFIER ::= { intelbrasMIB 3 }

wlSignal OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Signal level from Wlan0 interface"
::= { wlan0Info 1 }

wlNoise OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Noise level from Wlan0 interface"
::= { wlan0Info 2 }

wlSNR OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SNR level from Wlan0 interface"
::= { wlan0Info 3 }

wlClients OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Associated clients"
::= { wlan0Info 4 }

wlBssid OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "BSSID"
::= { wlan0Info 5 }

wlChannel OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current Channel"
::= { wlan0Info 6 }

wlSSID OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Wlan SSID"
::= { wlan0Info 7 }

wlTxRate OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current Tx Rate"
::= { wlan0Info 8 }

wlTxCCQ OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current Tx CCQ"
::= { wlan0Info 9 }

wlClientsTable OBJECT-TYPE
SYNTAX SEQUENCE OF wlClientsEntry
ACCESS not-accessible
STATUS current
DESCRIPTION
"Associated Client Stations table"
::= { wlan0Info 10 }
wlClientsEntry OBJECT-TYPE
SYNTAX wlClientsEntry
ACCESS not-accessible
STATUS current
DESCRIPTION "Associated Client Stations entry"
INDEX { wlClientMac }
::= { wlClientsTable 1 }

wlClientsEntry ::= SEQUENCE {


wlClientMac DisplayString,
wlClientComment DisplayString,
wlClientTxRate DisplayString,
wlClientSignal DisplayString,
wlClientCCQ DisplayString
}

wlClientMac OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS not-accessible
STATUS current
DESCRIPTION "Associated Station MAC address"
::= { wlClientsEntry 1 }

wlClientComment OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Associated Station Comment"
::= { wlClientsEntry 2 }

wlClientTxRate OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Associated Station Tx Rate"
::= { wlClientsEntry 3 }

wlClientSignal OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Associated Station Signal Level"
::= { wlClientsEntry 4 }

wlClientCCQ OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Associated Station CCQ"
::= { wlClientsEntry 5 }

--
-- wlan0Info Tree END
--

--
-- action Tree BEGIN
--
action OBJECT IDENTIFIER ::= { intelbrasMIB 4 }

actCommit OBJECT-TYPE
SYNTAX Integer32 (0..1)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Perform commit command, which saves new settings to flash."
::= { action 1 }

actReboot OBJECT-TYPE
SYNTAX Integer32 (0..1)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Reboot device."
::= { action 2 }

--
-- action Tree END
--

-- +-intelbrasMIB(26138)
-- |
-- +-systemInfo(1)
-- | |
-- | |
-- | +- siModelName (1)
-- | +- ....
-- |
-- +-configs (2)
-- | |
-- | +- confTcpip (1)
-- | | |
-- | | +- opMode (1)
-- | | +- ...
-- | |
-- | +- confWlan (2)
-- | | |
-- | | +- wlan0OpMode (1)
-- | | +- ...
-- | +- confServices (3)
-- | | |
-- | | +- miscServFlags (1)
-- | | +- ...
-- | +- confFirewall (4)
-- | | |
-- | | +- fwallFlags (1)
-- | | +- ...
-- | +- confQos (5)
-- | | |
-- | | +- qosFlags (1)
-- | | +- ...
-- | +- confMgnt (6)
-- | | |
-- | | +- sshPwChange (1)
-- | | +- ...
-- | +- confAlias (7)
-- | | |
-- | | +- (1)
-- | | +- ...
-- | +- confRoutes (8)
-- | | |
-- | | +- (1)
-- | | +- ...
-- | +- confCadCli (9)
-- | |
-- | +- (1)
-- | +- ...
-- |
-- +-wlan0Info (3)
-- | |
-- | +- wlSignal (1)
-- | +- ....
-- |
-- +-actions (4)
-- | |
-- | +- actCommit (1)
-- | +- actReboot (2)
-- | +- ....

END

You might also like