HUAWEI-ISOLATE-MIB
Functions Overview
HUAWEI-ISOLATE-MIB is used to configure port isolation. You can use this MIB to query and set the Ethernet port isolation mode, port isolation group, and unidirectional port isolation.
Root directory: iso(1).org(3).dod(6).internet(1).private (4).enterprises (1).huawei (2011).huaweiMgmt(5).hwDatacomm(25).hwIsolateMIB (247)
Description of Single Objects
hwPortIsolateMode
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.247.1.2.1 |
hwPortIsolateMode |
INTEGER { layer2(1), all(2)} |
Read-write |
This object indicates the port isolation mode.
|
This object is implemented as defined in the corresponding MIB file. |
MIB Table
hwPortIsolateTable
This table is used to query and configure the port isolation group on an Ethernet interface.
The indexes of this table are hwPortIsolateGroupId and hwPortIsolateIfIndex.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.247.1.2.2.1.1 |
hwPortIsolateGroupId |
Integer32 |
Not-accessible |
This object indicates the ID of a port isolation group. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.4.1.2011.5.25.247.1.2.2.1.2 |
hwPortIsolateIfIndex |
Integer32 |
Not-accessible |
This object indicates the index of a member interface added to a port isolation group. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.4.1.2011.5.25.247.1.2.2.1.3 |
hwPortIsolateRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
Read-create |
This object indicates the row status of a port isolation group. |
This object is implemented as defined in the corresponding MIB file. |
Creation Restriction
Specify hwPortIsolateIfIndex and then hwPortIsolateGroupId when you create an entry in this table.
Modification Restriction
The entries in this table can be modified.
Deletion Restriction
You can use destroy(6) to delete entries from this table.
Access Restriction
- When you obtain port isolation information with a specified index such as the ID of port isolation group or index of member interface:
- If no entry exists, the system returns no such instance.
- If any entry exists, the system returns active(1).
- When you obtain port isolation information without a specified index such as the ID of port isolation group or index of member interface:
- If no entry exists, no information is displayed.
- If any entry exists, the system returns port isolation group information. If multiple port isolation groups exist, interfaces in the same port isolation group are sequenced in ascending order by interface index, and port isolation groups are sequenced in ascending order by the ID of port isolation group.
hwAmIsolateTable
This table is used to query and configure the unidirectional port isolation on an Ethernet interface.
The indexes of this table are hwAmIsolateSrcIfIndex and hwAmIsolateDstIfIndex.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.247.1.2.3.1.1 |
hwAmIsolateSrcIfIndex |
Integer32 |
Not-accessible |
This object indicates the source interface in unidirectional port isolation. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.4.1.2011.5.25.247.1.2.3.1.2 |
hwAmIsolateDstIfIndex |
Integer32 |
Not-accessible |
This object indicates the destination interface in unidirectional port isolation. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.4.1.2011.5.25.247.1.2.3.1.3 |
hwAmIsolateRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
Read-create |
This object indicates the row status of unidirectional port isolation. |
This object is implemented as defined in the corresponding MIB file. |
Creation Restriction
- hwAmIsolateSrcIfIndex and hwAmIsolateDstIfIndexx must be specified when you create an entry in this table.
- The set operation createAndGo(4) on entries must totally comply with the SNMPv2 line creation standard.
Modification Restriction
The entries in this table can be modified.
Deletion Restriction
You can use destroy(6) to delete entries from this table.
Access Restriction
- When you obtain port isolation information with a specified index such as the source or destination interface index in unidirectional port isolation:
- If no entry exists, the system returns no such instance.
- If any entry exists, the system returns active(1).
- When you obtain port isolation information without a specified index such as the source or destination interface index in unidirectional port isolation:
- If no entry exists, no information is displayed.
- If any entry exists, the system returns unidirectional isolation information. If multiple port isolation groups exist, the entries are sequenced in ascending order by destination interface index if the source interface is the same, and are sequenced in ascending order by the source interface index if they are different.