HUAWEI-GTSM-MIB

File: HUAWEI-GTSM-MIB.mib (26687 bytes)

Imported modules

HUAWEI-MIB SNMPv2-CONF SNMPv2-SMI
SNMPv2-TC INET-ADDRESS-MIB

Imported symbols

hwDatacomm OBJECT-GROUP MODULE-COMPLIANCE
NOTIFICATION-GROUP Integer32 Counter64
OBJECT-TYPE MODULE-IDENTITY NOTIFICATION-TYPE
RowStatus InetAddressType InetAddress

Defined Types

HWGTSMPolicyEntry  
SEQUENCE    
  hwGTSMvrfIndex Integer32
  hwGTSMPolicyAddressType InetAddressType
  hwGTSMPolicyProtocol Integer32
  hwGTSMPolicySourceIpAddress InetAddress
  hwGTSMPolicyDestIpAddress InetAddress
  hwGTSMPolicySourcePort Integer32
  hwGTSMPolicyDestPort Integer32
  hwGTSMPolicyTTLMin Integer32
  hwGTSMPolicyTTLMax Integer32
  hwGTSMPolicyRowStatus RowStatus

HWGTSMBgpPeergroupEntry  
SEQUENCE    
  hwGTSMBgpPeergroupName OCTET STRING
  hwGTSMBgpPeergroupTTLMin Integer32
  hwGTSMBgpPeergroupTTLMax Integer32
  hwGTSMBgpPeergroupRowStatus RowStatus

HWGTSMStatisticsEntry  
SEQUENCE    
  hwGTSMSlotIndex Integer32
  hwGTSMStatisticsRcvPacketNumber Counter64
  hwGTSMStatisticsPassPacketNumber Counter64
  hwGTSMStatisticsDropPacketNumber Counter64

HWGTSMGlobalConfigEntry  
SEQUENCE    
  hwGTSMGlobalConfigClearStatistics INTEGER
  hwGTSMGlobalConfigLogDroppedPacket INTEGER

HwGTSMStatisticsInfoEntry  
SEQUENCE    
  hwGTSMSlotNum Integer32
  hwGTSMStatisticsReceivePacketNum Counter64
  hwGTSMStatisticsPassPacketNum Counter64
  hwGTSMStatisticsDropPacketNum Counter64

HwGTSMGlobalConfigInfoEntry  
SEQUENCE    
  hwGTSMGlobalConfigClearStatisticsInfo INTEGER
  hwGTSMGlobalConfigLogDroppedPacketInfo INTEGER

Defined Values

hwGTSMModule 1.3.6.1.4.1.2011.5.25.126
The HUAWEI-GTSM-MIB contains all the objects that manages GTSM, it mainly contains the following five parts. 1) Default action that is used to deal with the received packets when no GTSM policy matches. 2) Policy table that is used to get or set the GTSM policy. 3) BGP peer group table that is used to get or set the GTSM policy for BGP peer group. 4) Statistics table that is used to compute the number of the packets containing received packets, passing packets and dropped packets. 5) Global configuration clear statistics table that is used to clear all statistics. The table can be used any time when users want to initialize the counter.
MODULE-IDENTITY    

hwGTSM 1.3.6.1.4.1.2011.5.25.126.1
OBJECT IDENTIFIER    

hwGTSMDefaultAction 1.3.6.1.4.1.2011.5.25.126.1.1
The object specifies the default action when no matching policy exists. Default value is pass.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER pass(1), drop(2)  

hwGTSMPolicyTable 1.3.6.1.4.1.2011.5.25.126.1.2
Information about GTSM policies. This object is used to get GTSM policy(policies), create a new policy, modify or delete GTSM policy (policies).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HWGTSMPolicyEntry

hwGTSMPolicyEntry 1.3.6.1.4.1.2011.5.25.126.1.2.1
Information about GTSM policies,it used to get gtsm policy(policies),to create a new policy,to modify or to delete gtsm policy(policies).
Status: current Access: not-accessible
OBJECT-TYPE    
  HWGTSMPolicyEntry  

hwGTSMvrfIndex 1.3.6.1.4.1.2011.5.25.126.1.2.1.1
The index of VPN Routing and Forwarding table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

hwGTSMPolicyAddressType 1.3.6.1.4.1.2011.5.25.126.1.2.1.2
The type of Internet address by where the packets received and will go.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

hwGTSMPolicyProtocol 1.3.6.1.4.1.2011.5.25.126.1.2.1.3
The number of protocol.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..255  

hwGTSMPolicySourceIpAddress 1.3.6.1.4.1.2011.5.25.126.1.2.1.4
Source IP address in the GTSM policy that will be used to check the matching of source IP address in the received packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

hwGTSMPolicyDestIpAddress 1.3.6.1.4.1.2011.5.25.126.1.2.1.5
Destination IP address in the GTSM policy that will be used to check the matching of destination IP address in the received packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

hwGTSMPolicySourcePort 1.3.6.1.4.1.2011.5.25.126.1.2.1.6
Source port number in the GTSM policy that will be used to check the matching of source port number in the received packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

hwGTSMPolicyDestPort 1.3.6.1.4.1.2011.5.25.126.1.2.1.7
Destination port number in the GTSM policy that will be used to check the matching of destination port number in the received packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

hwGTSMPolicyTTLMin 1.3.6.1.4.1.2011.5.25.126.1.2.1.11
The minimum TTL in the policy table. The minimum TTL is compared with the TTL in the packets to check whether the minimum TTL is between the minimum TTL and maximum TTL, and thus check the validity of the received packets.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..255  

hwGTSMPolicyTTLMax 1.3.6.1.4.1.2011.5.25.126.1.2.1.12
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. Default value is 255.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..255  

hwGTSMPolicyRowStatus 1.3.6.1.4.1.2011.5.25.126.1.2.1.51
The operating state of the row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwGTSMBgpPeergroupTable 1.3.6.1.4.1.2011.5.25.126.1.3
The table of BGP peer group policies. The table contains all the BGP peer group policies.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HWGTSMBgpPeergroupEntry

hwGTSMBgpPeergroupEntry 1.3.6.1.4.1.2011.5.25.126.1.3.1
Information about BGP peer group policies. This table is used to get BGP peer group policy (policies), create a policy, modify or delete BGP peer group policy (policies).
Status: current Access: not-accessible
OBJECT-TYPE    
  HWGTSMBgpPeergroupEntry  

hwGTSMBgpPeergroupName 1.3.6.1.4.1.2011.5.25.126.1.3.1.1
Peer group name in the BGP policy table that is compared with the peer group name to decide whether to apply this policy.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1..47)  

hwGTSMBgpPeergroupTTLMin 1.3.6.1.4.1.2011.5.25.126.1.3.1.11
The minimum 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.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..255  

hwGTSMBgpPeergroupTTLMax 1.3.6.1.4.1.2011.5.25.126.1.3.1.12
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 check the validity of the received packets. Default value is 255.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..255  

hwGTSMBgpPeergroupRowStatus 1.3.6.1.4.1.2011.5.25.126.1.3.1.51
The operating state of the row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwGTSMStatisticsTable 1.3.6.1.4.1.2011.5.25.126.1.4
The table of GTSM Statistics table. The table contains the number of the packets containing received packets, passed packets and discarded packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HWGTSMStatisticsEntry

hwGTSMStatisticsEntry 1.3.6.1.4.1.2011.5.25.126.1.4.1
The information of GTSM Statistics,it only can be read.
Status: current Access: not-accessible
OBJECT-TYPE    
  HWGTSMStatisticsEntry  

hwGTSMSlotIndex 1.3.6.1.4.1.2011.5.25.126.1.4.1.1
The Index of Slot which receives the packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..128  

hwGTSMStatisticsRcvPacketNumber 1.3.6.1.4.1.2011.5.25.126.1.4.1.11
The total number of received packets of specific slot.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwGTSMStatisticsPassPacketNumber 1.3.6.1.4.1.2011.5.25.126.1.4.1.12
The total number of packets that have been transferred to the up layer after packets of specific slot are received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwGTSMStatisticsDropPacketNumber 1.3.6.1.4.1.2011.5.25.126.1.4.1.13
The total number of packets that do not match the specific GTSM policy when packets of specific slot are received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwGTSMGlobalConfigTable 1.3.6.1.4.1.2011.5.25.126.1.5
The table of GTSM global configuration table. The table contains all information you have operated to the statistics table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HWGTSMGlobalConfigEntry

hwGTSMGlobalConfigEntry 1.3.6.1.4.1.2011.5.25.126.1.5.1
The information of GTSM global configuration table.The table is used to clear all statistics, you can use this table any time when you want to initialize the counter.
Status: current Access: not-accessible
OBJECT-TYPE    
  HWGTSMGlobalConfigEntry  

hwGTSMGlobalConfigClearStatistics 1.3.6.1.4.1.2011.5.25.126.1.5.1.11
It is used to clear the statistics of the GTSM global configuration table.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER reset(1), unused(255)  

hwGTSMGlobalConfigLogDroppedPacket 1.3.6.1.4.1.2011.5.25.126.1.5.1.12
It is used to decide whether to log the dropped packets.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER log(1), nolog(2)  

hwGTSMStatisticsInfoTable 1.3.6.1.4.1.2011.5.25.126.1.6
The table of GTSM Statistics Information. The table contains the number of the packets containing received packets, passed packets and discarded packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwGTSMStatisticsInfoEntry

hwGTSMStatisticsInfoEntry 1.3.6.1.4.1.2011.5.25.126.1.6.1
The information of GTSM Statistics,it only can be read.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwGTSMStatisticsInfoEntry  

hwGTSMSlotNum 1.3.6.1.4.1.2011.5.25.126.1.6.1.1
The Index of Slot which receives the packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..128  

hwGTSMStatisticsReceivePacketNum 1.3.6.1.4.1.2011.5.25.126.1.6.1.11
The total number of received packets of specific slot.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwGTSMStatisticsPassPacketNum 1.3.6.1.4.1.2011.5.25.126.1.6.1.12
The total number of packets that have been transferred to the up layer after packets of specific slot are received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwGTSMStatisticsDropPacketNum 1.3.6.1.4.1.2011.5.25.126.1.6.1.13
The total number of packets that do not match the specific GTSM policy when packets of specific slot are received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwGTSMGlobalConfigInfoTable 1.3.6.1.4.1.2011.5.25.126.1.7
The table of GTSM global configuration table. The table contains all information you have operated to the statistics table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwGTSMGlobalConfigInfoEntry

hwGTSMGlobalConfigInfoEntry 1.3.6.1.4.1.2011.5.25.126.1.7.1
The information of GTSM global configuration table.The table is used to clear all statistics, you can use this table any time when you want to initialize the counter.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwGTSMGlobalConfigInfoEntry  

hwGTSMGlobalConfigClearStatisticsInfo 1.3.6.1.4.1.2011.5.25.126.1.7.1.11
It is used to clear the statistics of the GTSM global configuration table.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER reset(1), unused(255)  

hwGTSMGlobalConfigLogDroppedPacketInfo 1.3.6.1.4.1.2011.5.25.126.1.7.1.12
It is used to decide whether to log the dropped packets.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER log(1), nolog(2)  

hwGTSMConformance 1.3.6.1.4.1.2011.5.25.126.2
OBJECT IDENTIFIER    

hwGTSMCompliances 1.3.6.1.4.1.2011.5.25.126.2.1
OBJECT IDENTIFIER    

hwGTSMCompliance 1.3.6.1.4.1.2011.5.25.126.2.1.1
The compliance statement for systems supporting this module.
Status: current Access: read-write
MODULE-COMPLIANCE    

hwGTSMGroups 1.3.6.1.4.1.2011.5.25.126.2.2
OBJECT IDENTIFIER    

hwGTSMDefaultActionGroup 1.3.6.1.4.1.2011.5.25.126.2.2.1
The default action group.
Status: current Access: read-write
OBJECT-GROUP    

hwGTSMPolicyGroup 1.3.6.1.4.1.2011.5.25.126.2.2.2
The GTSM policy group.
Status: current Access: read-write
OBJECT-GROUP    

hwGTSMBgpPeergroupGroup 1.3.6.1.4.1.2011.5.25.126.2.2.3
The GTSM BGP peer group.
Status: current Access: read-write
OBJECT-GROUP    

hwGTSMStatisticsGroup 1.3.6.1.4.1.2011.5.25.126.2.2.4
The GTSM statistics group.
Status: current Access: read-write
OBJECT-GROUP    

hwGTSMGlobalConfigGroup 1.3.6.1.4.1.2011.5.25.126.2.2.5
The GTSM global configuration group.
Status: current Access: read-write
OBJECT-GROUP    

hwGTSMStatisticsInfoGroup 1.3.6.1.4.1.2011.5.25.126.2.2.6
The GTSM statistics group.
Status: current Access: read-write
OBJECT-GROUP    

hwGTSMGlobalConfigInfoGroup 1.3.6.1.4.1.2011.5.25.126.2.2.7
The GTSM global configuration group.
Status: current Access: read-write
OBJECT-GROUP