-- ================================================================== -- Copyright (C) 2007 by HUAWEI TECHNOLOGIES. All rights reserved. -- -- Description: HUAWEI WAN MIB -- Reference: -- Version: V1.0 -- History: -- V1.0 2007-10-21 publish -- ================================================================== HUAWEI-WAN-MIB DEFINITIONS ::= BEGIN IMPORTS hwDatacomm FROM HUAWEI-MIB OBJECT-GROUP, MODULE-COMPLIANCE FROM SNMPv2-CONF InterfaceIndex FROM IF-MIB Integer32, OBJECT-TYPE, MODULE-IDENTITY,Counter64 FROM SNMPv2-SMI; -- DisplayString,TruthValue,RowStatus -- FROM SNMPv2-TC; -- EnabledStatus -- FROM P-BRIDGE-MIB; hwWANMIB MODULE-IDENTITY LAST-UPDATED "200710210930Z" ORGANIZATION "Huawei Technologies Co.,Ltd." CONTACT-INFO "VRP Team Huawei Technologies Co.,Ltd. Huawei Bld.,NO.3 Xinxi Rd., Shang-Di Information Industry Base, Hai-Dian District Beijing P.R. China http://www.huawei.com Zip:100085 " DESCRIPTION "The private mib file includes the general extent information of the device.hwDatacomm(241).hwWANMIB" ::= { hwDatacomm 241 } hwWANMIBObjects OBJECT IDENTIFIER ::= { hwWANMIB 1 } hwIB OBJECT IDENTIFIER ::= { hwWANMIBObjects 1 } -- -- hwIBTable Table -- hwIBTable OBJECT-TYPE SYNTAX SEQUENCE OF HwIBEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Indicates the attribute of the IB interface formed by timeslots. This table lists the physical attributes of the IB interface." ::= { hwIB 1 } hwIBEntry OBJECT-TYPE SYNTAX HwIBEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Indicates the attribute of the IB interface formed by timeslots. This table lists the physical attributes of the IB interface." INDEX { hwIBMainIfIndex } ::= { hwIBTable 1 } HwIBEntry ::= SEQUENCE{ hwIBMainIfIndex InterfaceIndex, hwIBStandbyIf1 Integer32, hwIBPri1 Integer32, hwIBStandbyIf2 Integer32, hwIBPri2 Integer32, hwIBStandbyIf3 Integer32, hwIBPri3 Integer32, hwIBStandbyType INTEGER, hwIBStandbyBandWidth Integer32, hwIBEnableThreshold Integer32, hwIBDisableThreshold Integer32, hwIBActiveTimer Integer32, hwIBInactiveTimer Integer32 } hwIBMainIfIndex OBJECT-TYPE SYNTAX InterfaceIndex MAX-ACCESS not-accessible STATUS current DESCRIPTION "Interface index(es) of IB(s) present on the device ." ::= { hwIBEntry 1 } hwIBStandbyIf1 OBJECT-TYPE SYNTAX Integer32(0..32767) MAX-ACCESS read-only STATUS current DESCRIPTION "IB Standby Interface1." ::= { hwIBEntry 11 } hwIBPri1 OBJECT-TYPE SYNTAX Integer32(0..255) MAX-ACCESS read-only STATUS current DESCRIPTION "IB Pri1." ::= { hwIBEntry 12 } hwIBStandbyIf2 OBJECT-TYPE SYNTAX Integer32(0..32767) MAX-ACCESS read-only STATUS current DESCRIPTION "IB Standby Interface2." ::= { hwIBEntry 13 } hwIBPri2 OBJECT-TYPE SYNTAX Integer32(0..255) MAX-ACCESS read-only STATUS current DESCRIPTION "IB Pri2." ::= { hwIBEntry 14 } hwIBStandbyIf3 OBJECT-TYPE SYNTAX Integer32(0..32767) MAX-ACCESS read-only STATUS current DESCRIPTION "IB Standby Interface3." ::= { hwIBEntry 15 } hwIBPri3 OBJECT-TYPE SYNTAX Integer32(0..255) MAX-ACCESS read-only STATUS current DESCRIPTION "IB Pri3." ::= { hwIBEntry 16 } hwIBStandbyType OBJECT-TYPE SYNTAX INTEGER{ masterslave(0), loadbalance(1) } MAX-ACCESS read-only STATUS current DESCRIPTION "IB Standby Type." ::= { hwIBEntry 17 } hwIBStandbyBandWidth OBJECT-TYPE SYNTAX Integer32(0..32767) MAX-ACCESS read-only STATUS current DESCRIPTION "IB Standby BandWidth." ::= { hwIBEntry 18 } hwIBEnableThreshold OBJECT-TYPE SYNTAX Integer32(1..99) MAX-ACCESS read-only STATUS current DESCRIPTION "IB Enable Threshold." ::= { hwIBEntry 19 } hwIBDisableThreshold OBJECT-TYPE SYNTAX Integer32(1..99) MAX-ACCESS read-only STATUS current DESCRIPTION "IB Disable Threshold." ::= { hwIBEntry 20 } hwIBActiveTimer OBJECT-TYPE SYNTAX Integer32(0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "IB Active Timer." ::= { hwIBEntry 21 } hwIBInactiveTimer OBJECT-TYPE SYNTAX Integer32(0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "IB Inactive Timer" ::= { hwIBEntry 22 } hw3G OBJECT IDENTIFIER ::= { hwWANMIBObjects 2 } -- -- hw3GTable Table -- hw3GTable OBJECT-TYPE SYNTAX SEQUENCE OF Hw3GEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Indicates the attribute of the 3G interface ." ::= { hw3G 1 } hw3GEntry OBJECT-TYPE SYNTAX Hw3GEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Indicates the attribute of the 3G interface ." INDEX { hw3GIfIndex } ::= { hw3GTable 1 } Hw3GEntry ::= SEQUENCE{ hw3GIfIndex InterfaceIndex, hw3GModemStatus INTEGER, hw3GDeviceNumber OCTET STRING, hw3GManufaceturer OCTET STRING, hw3GLicense OCTET STRING, hw3GDeviceSerialNumber OCTET STRING, hw3GUIMStatus INTEGER, hw3GIMSI OCTET STRING, hw3GMV Integer32, hw3GOper OCTET STRING, hw3GCSQ Integer32, hw3GAPNName OCTET STRING, hw3GNetworkConnectionType INTEGER, hw3GTotalConnectionTime Integer32, hw3GTxRate Integer32, hw3GRxRate Integer32, hw3GBytesSent Integer32, hw3GBytesReceived Integer32 } hw3GIfIndex OBJECT-TYPE SYNTAX InterfaceIndex MAX-ACCESS not-accessible STATUS current DESCRIPTION "3G index(es) of port(s) present on the device ." ::= { hw3GEntry 1 } hw3GModemStatus OBJECT-TYPE SYNTAX INTEGER{ online(1), offline(4) } MAX-ACCESS read-only STATUS current DESCRIPTION "The ModemState of 3G interface is used to test 3G whether online or not" ::= { hw3GEntry 11 } hw3GDeviceNumber OBJECT-TYPE SYNTAX OCTET STRING(SIZE (0..64)) MAX-ACCESS read-only STATUS current DESCRIPTION "Device Number" ::= { hw3GEntry 12 } hw3GManufaceturer OBJECT-TYPE SYNTAX OCTET STRING(SIZE (0..32)) MAX-ACCESS read-only STATUS current DESCRIPTION "Device Manufaceturer" ::= { hw3GEntry 13 } hw3GLicense OBJECT-TYPE SYNTAX OCTET STRING(SIZE (0..1023)) MAX-ACCESS read-only STATUS current DESCRIPTION "3G License" ::= { hw3GEntry 14 } hw3GDeviceSerialNumber OBJECT-TYPE SYNTAX OCTET STRING(SIZE (0..64)) MAX-ACCESS read-only STATUS current DESCRIPTION "3G Device Serial Number" ::= { hw3GEntry 15 } hw3GUIMStatus OBJECT-TYPE SYNTAX INTEGER{ nocard(0), sim(1), usim(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "The Status of 3G UIM" ::= { hw3GEntry 16 } hw3GIMSI OBJECT-TYPE SYNTAX OCTET STRING(SIZE (0..15)) MAX-ACCESS read-only STATUS current DESCRIPTION "3G IMSI" ::= { hw3GEntry 17 } hw3GMV OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "3G MV " ::= { hw3GEntry 18 } hw3GOper OBJECT-TYPE SYNTAX OCTET STRING(SIZE (0..16)) MAX-ACCESS read-only STATUS current DESCRIPTION "3G Oper" ::= { hw3GEntry 19 } hw3GCSQ OBJECT-TYPE SYNTAX Integer32(0..200) MAX-ACCESS read-only STATUS current DESCRIPTION "3G Signal Intensity" ::= { hw3GEntry 20 } hw3GAPNName OBJECT-TYPE SYNTAX OCTET STRING(SIZE (0..128)) MAX-ACCESS read-only STATUS current DESCRIPTION "3G APN Name" ::= { hw3GEntry 21 } hw3GNetworkConnectionType OBJECT-TYPE SYNTAX INTEGER{ gsmOnly(0), gsmPrecedence(1), wcdmaOnly(2), wcdmaPrecedence(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "3G Network Connection Type" ::= { hw3GEntry 22 } hw3GTotalConnectionTime OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "3G Total Connection Time" ::= { hw3GEntry 23 } hw3GTxRate OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "3G sent Rate" ::= { hw3GEntry 24 } hw3GRxRate OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "3G Receive Rate" ::= { hw3GEntry 25 } hw3GBytesSent OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "3G Bytes Sent" ::= { hw3GEntry 26 } hw3GBytesReceived OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "3G Bytes Received" ::= { hw3GEntry 27 } END -- -- HUAWEI-PORT-MIB.mib