-- ================================================================= -- Copyright (C) 2003 by HUAWEI TECHNOLOGIES. All rights reserved. -- -- Description:HUAWEI-ETHERNET-PORT-MIB -- Reference: -- Version: V1.01 -- History: -- -- ================================================================= HUAWEI-ETHERNET-PORT-MIB DEFINITIONS ::= BEGIN IMPORTS huaweiMgmt FROM HUAWEI-MIB ifIndex, InterfaceIndex FROM IF-MIB OBJECT-TYPE, MODULE-IDENTITY FROM SNMPv2-SMI TruthValue, RowStatus, TEXTUAL-CONVENTION FROM SNMPv2-TC; hwEthernet MODULE-IDENTITY LAST-UPDATED "200207080900Z" -- July 08, 2002 at 09:00 GMT ORGANIZATION "HAUWEI MIB Standard community 固网总体组(固网MIB标准化小组) " CONTACT-INFO " ADDR:HUAWEI TECHNOLOGY CO.,LTD,SHEZHEN CHINA Tel: 86-755-26540808 联系地址:中国广东深圳华为技术有限公司 联系电话:86-755-26540808 " DESCRIPTION "V01_01_200207080900 " ::= { huaweiMgmt 14 } PortList ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Each octet within this value specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. Thus, each port of the bridge is represented by a single bit within the value of this object. If that bit has a value of '1' then that port is included in the set of ports; the port is not included if its bit has a value of '0'." SYNTAX OCTET STRING hwL2IfMibObject OBJECT IDENTIFIER ::= { hwEthernet 1 } hwEthernetTable OBJECT-TYPE SYNTAX SEQUENCE OF HwEthernetEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " 以太网端口属性 " ::= { hwL2IfMibObject 4 } hwEthernetEntry OBJECT-TYPE SYNTAX HwEthernetEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " 以太网端口属性 " INDEX { ifIndex } ::= { hwEthernetTable 1 } HwEthernetEntry ::= SEQUENCE { hwifEthernetDuplex INTEGER, hwifEthernetMTU INTEGER, hwifEthernetSpeed INTEGER, hwifEthernetLoopback INTEGER, hwifEthernetMdi INTEGER, hwMaxMacLearn INTEGER, hwifMacAddressLearn INTEGER, hwifTag INTEGER, hwifEthernetNegotiate TruthValue, hwifEthernetPeerNegotiate TruthValue, hwifEthernetPauseFrameTag TruthValue, hwifEthernetPauseFrameSending TruthValue, hwifEthernetVlanDefault INTEGER, hwifEthernetOnlineState TruthValue } hwifEthernetDuplex OBJECT-TYPE SYNTAX INTEGER { full(1), half(2), auto(3) } MAX-ACCESS read-write STATUS current DESCRIPTION " Ethernet接口工作模式 " ::= { hwEthernetEntry 1 } hwifEthernetMTU OBJECT-TYPE SYNTAX INTEGER (0..1600) MAX-ACCESS read-write STATUS current DESCRIPTION " Ethernet接口 MTU " ::= { hwEthernetEntry 2 } hwifEthernetSpeed OBJECT-TYPE SYNTAX INTEGER { auto(0), s10M(10), s100M(100), s1000M(1000) } MAX-ACCESS read-write STATUS current DESCRIPTION " Ethernet接口速度 " ::= { hwEthernetEntry 3 } hwifEthernetLoopback OBJECT-TYPE SYNTAX INTEGER { noloopback(1), internalloopback(2), externalloopback(3) } MAX-ACCESS read-write STATUS current DESCRIPTION " 端口环回测试 Noloopback 0:不环回, Internalloopback 1:局端环回, externalloopback 2:远端环回, " ::= { hwEthernetEntry 4 } hwifEthernetMdi OBJECT-TYPE SYNTAX INTEGER { mdiII(1), mdiX(2), mdiAuto(3) } MAX-ACCESS read-write STATUS current DESCRIPTION " 端口所接线路类型 MDI-II(直连线):1 MDI-X(交叉线):2 MDI-AUTO(自适应):3 " ::= { hwEthernetEntry 5 } hwMaxMacLearn OBJECT-TYPE SYNTAX INTEGER (0..600 | 65535) MAX-ACCESS read-write STATUS current DESCRIPTION " 端口可以学习到的最多的MAC地址数 " ::= { hwEthernetEntry 6 } hwifMacAddressLearn OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "使能接口MAC地址自学习功能 Status indicates if the interface is allowed to learn mac address. eanbled(1) means the interface can learn mac address, otherwise disabled(2) can be setted. " ::= { hwEthernetEntry 7 } -- 混合模式 hwifTag OBJECT-TYPE SYNTAX INTEGER { tag(1), untag(2), multi(3) } MAX-ACCESS read-write STATUS current DESCRIPTION " 以太端口类型 " ::= { hwEthernetEntry 8 } hwifEthernetNegotiate OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION " 端口自协商节点 " ::= { hwEthernetEntry 9 } hwifEthernetPeerNegotiate OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION " 对端端口自协商节点(MA5100 V2R1 产品需求,固网其他产品实现根据本产品实际情况可选) " ::= { hwEthernetEntry 10 } hwifEthernetPauseFrameTag OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION " 网口是否支持Pause帧流控 true支持,false不支持(MA5100 V2R1 产品需求,固网其他产品实现根据本产品实际情况可选) " ::= { hwEthernetEntry 11 } hwifEthernetPauseFrameSending OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION " 网口是否正发送Pause帧 (MA5100 V2R1 产品需求,固网其他产品实现根据本产品实际情况可选)" ::= { hwEthernetEntry 12 } hwifEthernetVlanDefault OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION " 以太端口的默认VLAN 编号配置(MA5100 V2R1 产品需求,固网其他产品实现根据本产品实际情况可选) " ::= { hwEthernetEntry 13 } hwifEthernetOnlineState OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION " 网口是否在线 (MA5100 V2R1 产品需求,固网其他产品实现根据本产品实际情况可选) " ::= { hwEthernetEntry 14 } hwExtInterface OBJECT IDENTIFIER ::= { hwEthernet 2 } hwifAggregateTable OBJECT-TYPE SYNTAX SEQUENCE OF HwIfAggregateEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " 端口聚合信息表 " ::= { hwExtInterface 2 } hwifAggregateEntry OBJECT-TYPE SYNTAX HwIfAggregateEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " 端口聚合信息表 " INDEX { hwifAggregateIndex } ::= { hwifAggregateTable 1 } HwIfAggregateEntry ::= SEQUENCE { hwifAggregateIndex InterfaceIndex, hwifAggregatePortName OCTET STRING, hwifAggregatePortListPorts PortList, hwifAggregateModel INTEGER, hwifAggregateRowStatus RowStatus } hwifAggregateIndex OBJECT-TYPE SYNTAX InterfaceIndex MAX-ACCESS read-only STATUS current DESCRIPTION " 聚合索引号 ,支持内部自编码(参考ifIndex,不同产品提供对hwifAggregateIndex的具体解释) " ::= { hwifAggregateEntry 1 } hwifAggregatePortName OBJECT-TYPE SYNTAX OCTET STRING (SIZE (0..80)) MAX-ACCESS read-write STATUS current DESCRIPTION " 聚合组名 " ::= { hwifAggregateEntry 2 } hwifAggregatePortListPorts OBJECT-TYPE SYNTAX PortList MAX-ACCESS read-write STATUS current DESCRIPTION "聚合端口列表 portlist of a aggregating." ::= { hwifAggregateEntry 3 } hwifAggregateModel OBJECT-TYPE SYNTAX INTEGER { ingress(1), ingressEgress(2), roundRobin(3) } MAX-ACCESS read-write STATUS current DESCRIPTION " 端口聚合负荷分担模式 Ingress(1) Ingress+egress(2) Round_robin(3) " ::= { hwifAggregateEntry 4 } hwifAggregateRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION " 当前该行的操作状态 " ::= { hwifAggregateEntry 5 } END