HUAWEI-GTSM-MIB
Functions Overview
RFC 3682 defines HUAWEI-GTSM-MIB. This table mainly describes how the Network Management System (NMS) manages the GTSM policy. You can add, delete, and view the GTSM policy and query, reset the statistics by using this MIB.
The OID of the root object is as follows:
iso(1).org(3).dod(6).internet(1).private(4).enterprises(1).huawei(2011).huaweiMgmt(5).hwDatacomm(25).hwGTSMModule(126)
Description of Single Objects
hwGTSMDefaultAction
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.126.1.1 |
hwGTSMDefaultAction |
INTEGER{pass(1),drop(2)} |
Read-write |
The object specifies the default action when no matching policy exists. |
This object is implemented as defined in the corresponding MIB files. |
Description of MIB Tables
hwGTSMPolicyTable
Information about GTSM policies. This object is used to get GTSM policy(policies), create a new policy, modify or delete GTSM policy (policies).
The indexes of this table are hwGTSMvrfIndex, hwGTSMPolicyAddressType, hwGTSMPolicyProtocol, hwGTSMPolicySourceIpAddress, hwGTSMPolicyDestIpAddress, hwGTSMPolicySourcePort, and hwGTSMPolicyDestPort.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.126.1.2.1.1 |
hwGTSMvrfIndex |
Integer32 (0..65535) |
Not-accessible |
The index of VPN Routing and Forwarding table. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.126.1.2.1.2 |
hwGTSMPolicyAddressType |
InetAddressType |
Not-accessible |
The type of source IP address and destination IP address. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.126.1.2.1.3 |
hwGTSMPolicyProtocol |
Integer32 (1..255) |
Not-accessible |
The number of protocol. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.126.1.2.1.4 |
hwGTSMPolicySourceIpAddress |
InetAddress |
Not-accessible |
Source IP address in the GTSM policy that will be used to check the matching of source IP address in the received packets. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.126.1.2.1.5 |
hwGTSMPolicyDestIpAddress |
InetAddress |
Not-accessible |
Destination IP address in the GTSM policy that will be used to check the matching of destination IP address in the received packets. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.126.1.2.1.6 |
hwGTSMPolicySourcePort |
Integer32 (0..65535) |
Not-accessible |
Source port number in the GTSM policy that will be used to check the matching of source port number in the received packets. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.126.1.2.1.7 |
hwGTSMPolicyDestPort |
Integer32 (0..65535) |
Not-accessible |
Destination port number in the GTSM policy that will be used to check the matching of destination port number in the received packets. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.126.1.2.1.11 |
hwGTSMPolicyTTLMin |
Integer32 (1..255) |
Read-create |
The minimum TTL in the policy table. The minimum TTL is compared with the TTL in the packets to check whether the TTL in the packets is between the minimum TTL and maximum TTL, and thus check the validity of the received packets. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.126.1.2.1.12 |
hwGTSMPolicyTTLMax |
Integer32 (1..255) |
Read-only |
The maximum TTL in policy table that is compared with the TTL in the packets to check whether it is between the minimum TTL and maximum TTL, and thus check the validity of the received packets. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.126.1.2.1.51 |
hwGTSMPolicyRowStatus |
RowStatus |
Read-create |
The operating state of the row. |
This object is implemented as defined in the corresponding MIB files. |
Creation Restriction
The policy can be successfully set only when the following conditions are met:
The values of hwGTSMvrfIndex, hwGTSMPolicyAddressType, hwGTSMPolicyProtocol, hwGTSMPolicySourceIpAddress, hwGTSMPolicyDestIpAddress, hwGTSMPolicySourcePort, and hwGTSMPolicyDestPort are correctly set.
The policy does not exist.
Modification Restriction
The entries in this table can be modified.
Deletion Restriction
The entries in this table can be deleted.
Access Restriction
The entries in this table can be read without restraint.
hwGTSMStatisticsInfoTable
The table of GTSM Statistics Information. The table contains the number of the packets containing received packets, passed packets and discarded packets.
The indexes of this table are hwGTSMSlotNum, hwGTSMPolicyAddressType, and hwGTSMPolicyProtocol.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.126.1.6.1.1 |
hwGTSMSlotNum |
Integer32 (0..128) |
Not-accessible |
The Index of Slot which receives the packets. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.126.1.6.1.11 |
hwGTSMStatisticsReceivePacketNum |
Counter64 |
Read-only |
The total number of received packets of specific slot. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.126.1.6.1.12 |
hwGTSMStatisticsPassPacketNum |
Counter64 |
Read-only |
The total number of passed packets of specific slot. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.126.1.6.1.13 |
hwGTSMStatisticsDropPacketNum |
Counter64 |
Read-only |
The total number of discarded packets of specific slot. |
This object is implemented as defined in the corresponding MIB files. |
Creation Restriction
The entries in this table cannot be created.
Modification Restriction
The entries in this table cannot be modified.
Deletion Restriction
The entries in this table cannot be deleted.
Access Restriction
The entries in this table can be read without restraint.
hwGTSMGlobalConfigInfoTable
The table is used to clear all statistics, you can use this table any time when you want to initialize the counter.
The index of this table is hwGTSMSlotNum.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.126.1.7.1.11 |
hwGTSMGlobalConfigClearStatisticsInfo |
INTEGER{reset(1),unused(255)} |
Read-write |
It is used to clear the statistics of the GTSM global configuration table. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.126.1.7.1.12 |
hwGTSMGlobalConfigLogDroppedPacketInfo |
INTEGER { log(1), nolog(2) } |
Read-write |
It is used to decide whether to log the dropped packets. |
This object is implemented as defined in the corresponding MIB files. |
Creation Restriction
The entries in this table cannot be created.
Modification Restriction
The entries in this table cannot be modified.
Deletion Restriction
The entries in this table cannot be deleted.
Access Restriction
The entries in this table can be read without restraint.