ZYXEL-AS-MIB

File: ZYXEL-AS-MIB.mib (33266 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
RFC-1215 Q-BRIDGE-MIB SNMPv2-TC
BRIDGE-MIB

Imported symbols

enterprises IpAddress OBJECT-TYPE
DisplayString ifIndex PhysAddress
TRAP-TYPE PortList RowStatus
MacAddress Timeout BridgeId

Defined Types

AccessSwitchFanRpmEntry  
SEQUENCE    
  accessSwitchFanRpmIndex INTEGER
  accessSwitchFanRpmCurValue INTEGER
  accessSwitchFanRpmMaxValue INTEGER
  accessSwitchFanRpmMinValue INTEGER
  accessSwitchFanRpmLowThresh INTEGER
  accessSwitchFanRpmDescr DisplayString

AccessSwitchVoltageEntry  
SEQUENCE    
  accessSwitchVoltageIndex INTEGER
  accessSwitchVoltageCurValue INTEGER
  accessSwitchVoltageMaxValue INTEGER
  accessSwitchVoltageMinValue INTEGER
  accessSwitchVoltageNominalValue INTEGER
  accessSwitchVoltageLowThresh INTEGER
  accessSwitchVoltageDescr DisplayString

AccessSwitchSysTempEntry  
SEQUENCE    
  accessSwitchSysTempIndex INTEGER
  accessSwitchSysTempCurValue INTEGER
  accessSwitchSysTempMaxValue INTEGER
  accessSwitchSysTempMinValue INTEGER
  accessSwitchSysTempHighThresh INTEGER
  accessSwitchSysTempDescr DisplayString

ASSlotNum  
INTEGER slot1(1), slot2(2)    

ASModuleType  
INTEGER aes-100(1), aes-100-1(2), aam1008-61(3), aam1008-63(4), sam1008(5)    

AsPacketForwardingEntry  
SEQUENCE    
  asPacketForwardingPortList PortList

AsDhcpServerEntry  
SEQUENCE    
  asDhcpServerIp IpAddress
  asDhcpServerRowStatus RowStatus

AsRadiusServerEntry  
SEQUENCE    
  asRadiusServerIndex INTEGER
  asRadiusServerIp IpAddress
  asRadiusServerPort INTEGER
  asRadiusSharedSecret DisplayString
  asRadiusServerRowStatus RowStatus

AsDot1xPortEntry  
SEQUENCE    
  asDot1xPortEnable INTEGER
  asDot1xPortControl INTEGER
  asDot1xPortReAuthEnable INTEGER
  asDot1xPortReAuthPeriod INTEGER

AsMacEntry  
SEQUENCE    
  asMacAddress MacAddress
  asMacPort INTEGER
  asMacStatus INTEGER

Defined Values

zyxel 1.3.6.1.4.1.890
OBJECT IDENTIFIER    

products 1.3.6.1.4.1.890.1
OBJECT IDENTIFIER    

accessSwitch 1.3.6.1.4.1.890.1.5
OBJECT IDENTIFIER    

accessSwitchCommon 1.3.6.1.4.1.890.1.5.1
OBJECT IDENTIFIER    

accessSwitchMgnt 1.3.6.1.4.1.890.1.5.1.1
OBJECT IDENTIFIER    

accessSwitchStats 1.3.6.1.4.1.890.1.5.1.2
OBJECT IDENTIFIER    

asMacStats 1.3.6.1.4.1.890.1.5.1.2.1
OBJECT IDENTIFIER    

accessSwitchSystemCurrentStatus 1.3.6.1.4.1.890.1.5.1.1.1
This variable indicates the status of the system. The sysCurrentStatus is a bit map represented as a sum, therefore, it can represent multiple defects simultaneously. The sysNoDefect should be set if and only if no other flag is set. The various bit positions are: 1 sysNoDefect 2 sysOverHeat 3 sysFanRpmLow 4 sysVoltageLow 5 sysThermalSensorFailure
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

accessSwitchProblemCause 1.3.6.1.4.1.890.1.5.1.1.2
The variable is the description of sytsem problem.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accessSwitchSystemTemperature 1.3.6.1.4.1.890.1.5.1.1.3
The variable is the current temperature in Celsius of the system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accessSwitchFanRpmTable 1.3.6.1.4.1.890.1.5.1.1.4
A table that contains rpm information about the fans.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccessSwitchFanRpmEntry

accessSwitchFanRpmEntry 1.3.6.1.4.1.890.1.5.1.1.4.1
A list of rpm information for each fan.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccessSwitchFanRpmEntry  

accessSwitchFanRpmIndex 1.3.6.1.4.1.890.1.5.1.1.4.1.1
The identity of the fan.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accessSwitchFanRpmCurValue 1.3.6.1.4.1.890.1.5.1.1.4.1.2
The current rpm of the fan.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accessSwitchFanRpmMaxValue 1.3.6.1.4.1.890.1.5.1.1.4.1.3
The maximum rpm ever performed by the fan.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accessSwitchFanRpmMinValue 1.3.6.1.4.1.890.1.5.1.1.4.1.4
The minimum rpm ever performed by the fan.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accessSwitchFanRpmLowThresh 1.3.6.1.4.1.890.1.5.1.1.4.1.5
The low threshold of the rpm of the fan. If the current rpm is less than the threshold, the device will initiate the fanRpmLow trap.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accessSwitchFanRpmDescr 1.3.6.1.4.1.890.1.5.1.1.4.1.6
The description of the fan (e.g. location, function, etc.).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accessSwitchVoltageTable 1.3.6.1.4.1.890.1.5.1.1.5
A table that contains voltage information about the system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccessSwitchVoltageEntry

accessSwitchVoltageEntry 1.3.6.1.4.1.890.1.5.1.1.5.1
A list of voltage information for each sensor.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccessSwitchVoltageEntry  

accessSwitchVoltageIndex 1.3.6.1.4.1.890.1.5.1.1.5.1.1
The identity of the sensor.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accessSwitchVoltageCurValue 1.3.6.1.4.1.890.1.5.1.1.5.1.2
The current voltage detected by the sensor (in milli-voltage).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accessSwitchVoltageMaxValue 1.3.6.1.4.1.890.1.5.1.1.5.1.3
The maximum voltage ever detected by the sensor (in milli-voltage).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accessSwitchVoltageMinValue 1.3.6.1.4.1.890.1.5.1.1.5.1.4
The minimum voltage ever detected by the sensor (in milli-voltage).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accessSwitchVoltageNominalValue 1.3.6.1.4.1.890.1.5.1.1.5.1.5
The nominal voltage which the power should supply (in milli-voltage).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accessSwitchVoltageLowThresh 1.3.6.1.4.1.890.1.5.1.1.5.1.6
The low threshold of the voltage. If the current voltage is less than the threshold, the device will initiate the voltageLow trap.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accessSwitchVoltageDescr 1.3.6.1.4.1.890.1.5.1.1.5.1.7
The description of the voltage (e.g. location, nominal value, etc.).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accessSwitchSysTempTable 1.3.6.1.4.1.890.1.5.1.1.6
A table that contains temperature information about system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccessSwitchSysTempEntry

accessSwitchSysTempEntry 1.3.6.1.4.1.890.1.5.1.1.6.1
A list of temperature information for each sensor.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccessSwitchSysTempEntry  

accessSwitchSysTempIndex 1.3.6.1.4.1.890.1.5.1.1.6.1.1
The identity of the sensor.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accessSwitchSysTempCurValue 1.3.6.1.4.1.890.1.5.1.1.6.1.2
The current temperature detected in Celsius by the sensor.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accessSwitchSysTempMaxValue 1.3.6.1.4.1.890.1.5.1.1.6.1.3
The maximum temperature ever detected in Celsius by the sensor.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accessSwitchSysTempMinValue 1.3.6.1.4.1.890.1.5.1.1.6.1.4
The minimum temperature ever detected in Celsius by the sensor.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accessSwitchSysTempHighThresh 1.3.6.1.4.1.890.1.5.1.1.6.1.5
The high threshold of the temperature in Celsius. If the current temperature is higher than the threshold, the device will initiate the overheat trap.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accessSwitchSysTempDescr 1.3.6.1.4.1.890.1.5.1.1.6.1.6
The description of the temperature sensor (e.g. location, function, etc.).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accessSwitchMaintenance 1.3.6.1.4.1.890.1.5.1.1.7
The managed object is for system maintenance. When the EMS wants to trigger the system maitenance operation, the EMS shall send SNMP-SET message to set the corresponding bit value to be 1. The various bit positions are: BIT 1: config save BIT 2: reset BIT 3: local loopback test BIT 4: remote loopback test
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accessSwitchMaintenancePort 1.3.6.1.4.1.890.1.5.1.1.8
The port which the maintenance operation should be performed on. The value of 0 means the maintenance should be performed on the system.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accessSwitchMaxNumOfStaticVlans 1.3.6.1.4.1.890.1.5.1.1.9
The maximum number of static VLANs which the system supports
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

acccessSwitchChassisId 1.3.6.1.4.1.890.1.5.1.1.10
The chassis Id of the module
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accessSwitchSlotId 1.3.6.1.4.1.890.1.5.1.1.11
The slot Id of the module
Status: mandatory Access: read-write
OBJECT-TYPE    
  ASSlotNum  

accessSwitchModuleType 1.3.6.1.4.1.890.1.5.1.1.12
The type of the module
Status: mandatory Access: read-only
OBJECT-TYPE    
  ASModuleType  

accessSwitchFWVersion 1.3.6.1.4.1.890.1.5.1.1.13
The firmware version of the access switch.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accessSwitchDriverVersion 1.3.6.1.4.1.890.1.5.1.1.14
The driver version of the access port in this access switch
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accessSwitchModemCodeVersion 1.3.6.1.4.1.890.1.5.1.1.15
The modem code version of the access port in this access switch
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accessSwitchDSLConfOps 1.3.6.1.4.1.890.1.5.1.1.16
The managed object is for xDSL line configuration. When the EMS wants to issue the desired operation, the EMS shall send SNMP-SET message to set the corresponding bit value to be 1. The various bit positions are: BIT 1: enable port BIT 2: disable port BIT 3: set DSL mode BIT 4: set profile
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accessSwitchDSLConfTarget 1.3.6.1.4.1.890.1.5.1.1.17
The managed object is used for identify the target on which the line configuration should be performed. The target is encoded as: Byte 1~4: reserved Byte 5~7: each octet specifies a set of eight ports, with the first octet specifying ports 1 through 8, etc. Byte 8~10: reserved
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

accessSwitchDSLConfProfileName 1.3.6.1.4.1.890.1.5.1.1.18
The DSL profile name
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..31)  

accessSwitchDSLConfMode 1.3.6.1.4.1.890.1.5.1.1.19
The DSL mode. The semantic for each bit is: Bit 1: ADSL, G.lite Bit 2: ADSL, G.dmt Bit 3: ADSL, T1.413 Bit 4: ADSL, Auto
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

asPacketForwardingTable 1.3.6.1.4.1.890.1.5.1.1.20
This table includes the configuration of packet forwarding.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AsPacketForwardingEntry

asPacketForwardingEntry 1.3.6.1.4.1.890.1.5.1.1.20.1
An entry in asPacketForwardingTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AsPacketForwardingEntry  

asPacketForwardingPortList 1.3.6.1.4.1.890.1.5.1.1.20.1.1
The list defines the ports to which the packets will be forwarded.
Status: mandatory Access: read-write
OBJECT-TYPE    
  PortList  

asDhcpRelayEnable 1.3.6.1.4.1.890.1.5.1.1.21
Enable/disable DHCP relay function.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

asDhcpRelayOption82Enable 1.3.6.1.4.1.890.1.5.1.1.22
Enable/disable the relay agent information option.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

asDhcpRelayOption82Info 1.3.6.1.4.1.890.1.5.1.1.23
User specific relay agent information.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

asMaxNumOfDhcpServers 1.3.6.1.4.1.890.1.5.1.1.24
The maximum number of DHCP servers.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

asDhcpServerTable 1.3.6.1.4.1.890.1.5.1.1.25
A table that contains DHCP server information.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AsDhcpServerEntry

asDhcpServerEntry 1.3.6.1.4.1.890.1.5.1.1.25.1
The entry of DHCP server table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AsDhcpServerEntry  

asDhcpServerIp 1.3.6.1.4.1.890.1.5.1.1.25.1.1
The IP address of the DHCP server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

asDhcpServerRowStatus 1.3.6.1.4.1.890.1.5.1.1.25.1.2
The row status of the DHCP server entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

asMaxNumberOfRadiusServers 1.3.6.1.4.1.890.1.5.1.1.28
The max number of the RADIUS Servers.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

asRadiusServerTable 1.3.6.1.4.1.890.1.5.1.1.29
A table that contains Radius Server information.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AsRadiusServerEntry

asRadiusServerEntry 1.3.6.1.4.1.890.1.5.1.1.29.1
The entry of Radius Server table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AsRadiusServerEntry  

asRadiusServerIndex 1.3.6.1.4.1.890.1.5.1.1.29.1.1
The identity of the RADIUS server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

asRadiusServerIp 1.3.6.1.4.1.890.1.5.1.1.29.1.2
The IP address of the Radius Server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

asRadiusServerPort 1.3.6.1.4.1.890.1.5.1.1.29.1.3
The UDP port of the Radius Server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

asRadiusSharedSecret 1.3.6.1.4.1.890.1.5.1.1.29.1.4
The shared secret of the Radius Server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

asRadiusServerRowStatus 1.3.6.1.4.1.890.1.5.1.1.29.1.5
The row status of the Radius Server entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

asDot1xEnable 1.3.6.1.4.1.890.1.5.1.1.30
Enable/disable the 802.1x function.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

asDot1xPortTable 1.3.6.1.4.1.890.1.5.1.1.31
This table includes the configuration of 802.1x.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AsDot1xPortEntry

asDot1xPortEntry 1.3.6.1.4.1.890.1.5.1.1.31.1
An entry in asDot1xPortTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AsDot1xPortEntry  

asDot1xPortEnable 1.3.6.1.4.1.890.1.5.1.1.31.1.1
The option defines if the port enables 802.1x settings.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

asDot1xPortControl 1.3.6.1.4.1.890.1.5.1.1.31.1.2
The configuration defines the 802.1x port control type.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER auto(1), forceAuth(2), forceUnAuth(3)  

asDot1xPortReAuthEnable 1.3.6.1.4.1.890.1.5.1.1.31.1.3
The option defines if the port enables 802.1x re-authentication.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2)  

asDot1xPortReAuthPeriod 1.3.6.1.4.1.890.1.5.1.1.31.1.4
The configuration defines the 802.1x re-authentication period for each port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

asMacDisplayTarget 1.3.6.1.4.1.890.1.5.1.2.1.1
This managed object is a filter used for identify the target from which the MAC addresses are learned in macTable. The target should be IfIndex which is used for identifying subscriber ports (e.g. 300 means all ports in slot 3 and 301 means port 1 in slot 3).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

asMacTable 1.3.6.1.4.1.890.1.5.1.2.1.2
A table that contains information about unicast entries for which the bridge has forwarding and/or filtering information. This information is used by the transparent bridging function in determining how to propagate a received frame.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AsMacEntry

asMacEntry 1.3.6.1.4.1.890.1.5.1.2.1.2.1
An entry of asMacTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  AsMacEntry  

asMacAddress 1.3.6.1.4.1.890.1.5.1.2.1.2.1.1
A unicast MAC address for which the bridge has forwarding and/or filtering information.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

asMacPort 1.3.6.1.4.1.890.1.5.1.2.1.2.1.2
The port from which the mac address has been learned.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

asMacStatus 1.3.6.1.4.1.890.1.5.1.2.1.2.1.3
The status of this entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), invalid(2), learned(3), self(4), mgmt(5)  

reboot 1
Send a message to the manager that the system is going to reboot. The variable is the reason why the system reboots.
TRAP-TYPE    

systemShutdown 2
Send a message to the manager that the system is going to shutdown. The variable is the reason that causes the system to shutdown.
TRAP-TYPE    

overheat 3
Send a message to the manager that the system is overheated. The variable in the binding list is the current temperature in Celsius of the system.
TRAP-TYPE    

overheatOver 4
Send a message to the manager that the overheated condition is over. The variable in the binding list is the current temperature in Celsius of the system.
TRAP-TYPE    

errLog 5
Send a message to the manager that an error log is created in system. The variable in the binding list is the content of the error log.
TRAP-TYPE    

fanRpmLow 6
Send a message to the manager that the rpm of the fan is too low. The variable in the binding list is the current rpm of the fan.
TRAP-TYPE    

fanRpmNormal 7
Send a message to the manager that the low-rpm condition of the fan is over. The variable in the binding list is the current rpm of the fan.
TRAP-TYPE    

voltageOutOfRange 8
Send a message to the manager that the voltage of the system is out of range. The variable in the binding list is the current voltage in volt of the system.
TRAP-TYPE    

voltageNormal 9
Send a message to the manager that the low-voltage condition is over. The variable in the binding list is the current voltage in volt of the system.
TRAP-TYPE    

systemMaintenanceFailure 10
Send a message to the manager that the system maintence operation fail. The variable in the variable binding indicates the problem.
TRAP-TYPE    

configChange 11
Send a message to the manager that the system configuration data is changed.
TRAP-TYPE    

thermalSensorFailure 12
The trap signifies that the thermal sensor failed.
TRAP-TYPE