Commit version 24.12.13800
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
-- ==================================================================
|
||||
-- Copyright (C) 2018 by HUAWEI TECHNOLOGIES. All rights reserved.
|
||||
-- Copyright (C) 2020 by HUAWEI TECHNOLOGIES. All rights reserved.
|
||||
--
|
||||
-- Description: HUAWEI Layer Two Interface Management MIB
|
||||
-- Reference:
|
||||
-- Version: V2.16
|
||||
-- Version: V2.18
|
||||
-- History:
|
||||
-- V1.0
|
||||
-- ==================================================================
|
||||
@ -42,7 +42,7 @@ IMPORTS
|
||||
--hwL2Mgmt OBJECT IDENTIFIER ::= { hwDatacomm 42 }
|
||||
|
||||
hwL2IfMib MODULE-IDENTITY
|
||||
LAST-UPDATED "201803200900Z"
|
||||
LAST-UPDATED "202007250900Z"
|
||||
ORGANIZATION
|
||||
"Huawei Technologies Co.,Ltd."
|
||||
CONTACT-INFO
|
||||
@ -56,6 +56,12 @@ IMPORTS
|
||||
DESCRIPTION
|
||||
"information of layer2 interface and information of hybrid port and
|
||||
information of trunk port"
|
||||
REVISION "202007250900Z"
|
||||
DESCRIPTION
|
||||
"Modify descriptions of the nodes."
|
||||
REVISION "202007200900Z"
|
||||
DESCRIPTION
|
||||
"Modify descriptions of the nodes."
|
||||
REVISION "201803200900Z"
|
||||
DESCRIPTION
|
||||
"Change import hwL2Mgmt."
|
||||
@ -183,7 +189,7 @@ VlanList ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of layer2 interface port, a unique value,
|
||||
for each port.It is recommended that values are assigned
|
||||
for each port. It is recommended that values are assigned
|
||||
contiguously starting from 1. "
|
||||
::= { hwL2IfEntry 1 }
|
||||
|
||||
@ -228,7 +234,7 @@ VlanList ::= TEXTUAL-CONVENTION
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
" Whether to filter source MAC address. We don't support it now."
|
||||
" Whether to filter source MAC address. We do not support it now."
|
||||
::= { hwL2IfEntry 5 }
|
||||
|
||||
|
||||
@ -256,9 +262,9 @@ VlanList ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
" Status indicates if the interface is allowed to learn mac
|
||||
address, enable(1) can be setted, (enabled(1) means that
|
||||
address, enable(1) can be set, (enabled(1) means that
|
||||
the interface can learn mac address), otherwise disabled(2)
|
||||
can be setted. discard(3) means the interface will drop packets."
|
||||
can be set. discard(3) means the interface will drop packets."
|
||||
::= { hwL2IfEntry 7 }
|
||||
|
||||
--suppression step of percentage mode
|
||||
@ -321,7 +327,7 @@ VlanList ::= TEXTUAL-CONVENTION
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
" The flag of droping the broadcast packets,
|
||||
" The flag of dropping the broadcast packets.
|
||||
1:discard; 2:forward(default)."
|
||||
::= { hwL2IfEntry 14 }
|
||||
|
||||
@ -330,7 +336,7 @@ VlanList ::= TEXTUAL-CONVENTION
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
" The flag of droping the unknown mutilcast packets,
|
||||
" The flag of dropping the unknown multicast packets.
|
||||
1:discard; 2:forward(default)."
|
||||
::= { hwL2IfEntry 15 }
|
||||
|
||||
@ -339,7 +345,7 @@ VlanList ::= TEXTUAL-CONVENTION
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
" The flag of droping the unknown unicast packets,
|
||||
" The flag of dropping the unknown unicast packets.
|
||||
1:discard; 2:forward(default)."
|
||||
::= { hwL2IfEntry 16 }
|
||||
|
||||
@ -473,7 +479,7 @@ VlanList ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The value enabled(1) indicates that the port is a member of the port-isolate group; disable(2) indicates that the port is not a member of the port-isolate group. The default value is disable(2)."
|
||||
DEFVAL {2}
|
||||
DEFVAL {disabled}
|
||||
::= { hwL2IfEntry 31 }
|
||||
|
||||
hwL2IfActivePortType OBJECT-TYPE
|
||||
@ -903,9 +909,9 @@ VlanList ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
" Status indicates if the interface is allowed to notify stp TCN message
|
||||
, enable(1) can be setted, (enabled(1) means that
|
||||
, enable(1) can be set, (enabled(1) means that
|
||||
the interface can notify TCN), otherwise disabled(2)
|
||||
can be setted."
|
||||
can be set."
|
||||
::= { hwL2IfPortTcnEntry 2 }
|
||||
|
||||
hwL2IfTcnSmartLink OBJECT-TYPE
|
||||
@ -914,9 +920,9 @@ VlanList ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
" Status indicates if the interface is allowed to notify SmartLink TCN message,
|
||||
enable(1) can be setted, (enabled(1) means that
|
||||
enable(1) can be set, (enabled(1) means that
|
||||
the interface can notify TCN), otherwise disabled(2)
|
||||
can be setted."
|
||||
can be set."
|
||||
::= { hwL2IfPortTcnEntry 3 }
|
||||
|
||||
hwL2IfTcnVlanListLow OBJECT-TYPE
|
||||
|
Reference in New Issue
Block a user