HH3C-NS-MIB

File: HH3C-NS-MIB.mib (20124 bytes)

Imported modules

HH3C-OID-MIB SNMPv2-SMI SNMPv2-TC

Imported symbols

hh3cCommon TimeTicks IpAddress
Integer32 Counter32 OBJECT-TYPE
MODULE-IDENTITY RowStatus

Defined Types

HH3CNSProcessSlotEntry  
SEQUENCE    
  hh3cNSProcessSlot Integer32

HH3CNSExportConfigEntry  
SEQUENCE    
  hh3cNSAggregationType INTEGER
  hh3cNSHostIPAddr IpAddress
  hh3cNSHostPort Integer32
  hh3cNSSrcIpAddr IpAddress
  hh3cNSState INTEGER

HH3CNSExportInformationEntry  
SEQUENCE    
  hh3cNSExportType INTEGER
  hh3cNSExportSlot Integer32
  hh3cNSExportStream Counter32
  hh3cNSExportNum Counter32
  hh3cNSExportFail Counter32

HH3CNSConfigEntry  
SEQUENCE    
  hh3cNSSourceSlot Integer32
  hh3cNSSourceIfIndex Integer32
  hh3cNSDestSlot Integer32
  hh3cNSDirect INTEGER
  hh3cNSACLNumber Integer32
  hh3cNSACLName OCTET STRING
  hh3cNSACLRule Integer32
  hh3cNSConfigRowStatus RowStatus

HH3CNSStatusEntry  
SEQUENCE    
  hh3cNSSlot Integer32
  hh3cNSActiveStreamNumber Counter32
  hh3cNSTotalStreamNumber Counter32
  hh3cNSTotalPacketNumber Counter32
  hh3cNSTotalOctetNumber Counter32
  hh3cNSMPLSActiveStreamNumber Counter32
  hh3cNSMPLSTotalStreamNumber Counter32
  hh3cNSMPLSTotalPacketNumber Counter32
  hh3cNSMPLSTotalOctetNumber Counter32
  hh3cNSResetFlag INTEGER
  hh3cNSResetTime TimeTicks

Defined Values

hh3cNS 1.3.6.1.4.1.25506.2.20
This MIB contains objects to manage the configuration and status information of network traffic statistics. It classifies the IP packets by source IP address, source port, destination IP address, destination port, protocol, ToS and input interface, counts the octets and packets, and sends the statistic information to the specific collector.
MODULE-IDENTITY    

hh3cNSMibObjects 1.3.6.1.4.1.25506.2.20.1
OBJECT IDENTIFIER    

hh3cNSMibScalarObjects 1.3.6.1.4.1.25506.2.20.1.1
OBJECT IDENTIFIER    

hh3cNSActiveTime 1.3.6.1.4.1.25506.2.20.1.1.1
The stream will be aged when the active time of this stream exceeds this value. This object is in minute.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..60  

hh3cNSInactiveTime 1.3.6.1.4.1.25506.2.20.1.1.2
The stream will be aged when the inactive time of this stream exceeds this value. This object is in second.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..600  

hh3cNSVersion 1.3.6.1.4.1.25506.2.20.1.1.3
The version of the exported packet, which describes the format of the exported packet. It should export version 5 and version 8 when this object is 5, but it should export version 9 only when the value of this object is 9.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 5 | 9  

hh3cNSAsType 1.3.6.1.4.1.25506.2.20.1.1.4
The number of autonomous system (AS). This object can be origin or peer.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER peerAs(1), originAs(2)  

hh3cNSTemplateRefreshRate 1.3.6.1.4.1.25506.2.20.1.1.5
This object specifies the refresh rate in number of exported packets.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..600  

hh3cNSTemplateTimeout 1.3.6.1.4.1.25506.2.20.1.1.6
This object specifies the timeout rate in minutes.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..3600  

hh3cNSExportVlanOrIfIndex 1.3.6.1.4.1.25506.2.20.1.1.7
This object describes the interface index at the exported packet. It can be interface index or vlan id according to the product.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER vlanId(1), interfaceIndex(2)  

hh3cNSProcessSlotTable 1.3.6.1.4.1.25506.2.20.1.2
This table describes the board which can enable network traffic statistics at the switch or router.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HH3CNSProcessSlotEntry

hh3cNSProcessSlotEntry 1.3.6.1.4.1.25506.2.20.1.2.1
The entry of hh3cNSProcessSlotEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  HH3CNSProcessSlotEntry  

hh3cNSProcessSlot 1.3.6.1.4.1.25506.2.20.1.2.1.1
This object describes all boards which can processes network traffic statistics at the switch or router.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hh3cNSExportConfigTable 1.3.6.1.4.1.25506.2.20.1.3
This table describes the configuration of the exported packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HH3CNSExportConfigEntry

hh3cNSExportConfigEntry 1.3.6.1.4.1.25506.2.20.1.3.1
The entry of hh3cNSExportConfigTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HH3CNSExportConfigEntry  

hh3cNSAggregationType 1.3.6.1.4.1.25506.2.20.1.3.1.1
The aggregation type. v5Statistics type counts IP packets which have same source IP address, destination IP address, source port, destination port, protocol, ToS, input interface, output interface. AS type counts IP packets which have same source AS, destination AS, input interface and output interface. destinationPrefix type counts IP packets which have same destination AS, output interface, destination mask and destination prefix. sourcePrefix type counts IP packets which have same source AS, input interface, source mask and source prefix. protocolPort type counts IP packets which have same protocol, source port and destination port. prefix type counts IP packets which have same source AS, destination AS, input interface, output interface, source mask, source prefix, destination mask, destination prefix. tosAS type counts IP packets which have same tos, source AS, destination AS, input interface and output interface. tosDestinationPrefix type counts IP packets which have same tos, destination AS, output interface, destination mask and destination prefix. tosProtocolPort type counts IP packets which have same tos, protocol, source port and destination port. tosSourcePrefix type counts IP packets which have same tos, source AS, input interface, source mask and source prefix. tosPrefix type counts IP packets which have same tos, source AS, destination AS, input interface, output interface, source mask, source prefix, destination mask, destination prefix. prefixPort type counts IP packets which have same tos, input interface, output interface, source mask, source prefix, destination mask, destination prefix, source port and destination port.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER v5Statistics(1), as(2), destinationPrefix(3), sourcePrefix(4), protocolPort(5), prefix(6), tosAs(7), tosDestinationPrefix(8), tosSourcePrefix(9), tosProtocolPort(10), tosPrefix(11), prefixPort(12)  

hh3cNSHostIPAddr 1.3.6.1.4.1.25506.2.20.1.3.1.2
The destination IP address of the exported packet. This destination IP address is a NSC (NS Collector) address.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

hh3cNSHostPort 1.3.6.1.4.1.25506.2.20.1.3.1.3
The destination port of the exported packets. This destination port is a NSC listening port.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

hh3cNSSrcIpAddr 1.3.6.1.4.1.25506.2.20.1.3.1.4
The source IP address of the exported packets.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

hh3cNSState 1.3.6.1.4.1.25506.2.20.1.3.1.5
The state of aggregation is enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

hh3cNSExportInformationTable 1.3.6.1.4.1.25506.2.20.1.4
This table describes the Information of the exported packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HH3CNSExportInformationEntry

hh3cNSExportInformationEntry 1.3.6.1.4.1.25506.2.20.1.4.1
The entry of hh3cNSExportInformationTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HH3CNSExportInformationEntry  

hh3cNSExportType 1.3.6.1.4.1.25506.2.20.1.4.1.1
This object is equal to hh3cNSAggregationType.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..12  

hh3cNSExportSlot 1.3.6.1.4.1.25506.2.20.1.4.1.2
This object is equal to hh3cNSProcessSlot.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hh3cNSExportStream 1.3.6.1.4.1.25506.2.20.1.4.1.3
This object counts the exported streams.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cNSExportNum 1.3.6.1.4.1.25506.2.20.1.4.1.4
This object counts the exported packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cNSExportFail 1.3.6.1.4.1.25506.2.20.1.4.1.5
This object counts the exported packets which failed to send. The error may be unreachable destination IP address.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cNSConfigTable 1.3.6.1.4.1.25506.2.20.1.5
This table describes current configurations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HH3CNSConfigEntry

hh3cNSConfigEntry 1.3.6.1.4.1.25506.2.20.1.5.1
The entry of hh3cNSAggregationTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HH3CNSConfigEntry  

hh3cNSSourceSlot 1.3.6.1.4.1.25506.2.20.1.5.1.1
The IP packet will be counted when it is passing through this slot.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

hh3cNSSourceIfIndex 1.3.6.1.4.1.25506.2.20.1.5.1.2
The IP packet will be statistics when it through this interface. This object is equal to ifIndex at ifTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hh3cNSDestSlot 1.3.6.1.4.1.25506.2.20.1.5.1.3
This object is equal to hh3cNSProcessSlot.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hh3cNSDirect 1.3.6.1.4.1.25506.2.20.1.5.1.4
This object describes which packets will be counted. It may be inbound or outbound packets through this interface.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER inbound(1), outbound(2)  

hh3cNSACLNumber 1.3.6.1.4.1.25506.2.20.1.5.1.5
The number of number-acl group.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0 | 2000..3999  

hh3cNSACLName 1.3.6.1.4.1.25506.2.20.1.5.1.6
The name of name-acl group.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

hh3cNSACLRule 1.3.6.1.4.1.25506.2.20.1.5.1.7
The rule of acl group.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hh3cNSConfigRowStatus 1.3.6.1.4.1.25506.2.20.1.5.1.8
SNMP Row Status Variable. Writable objects in the table may be written in any RowStatus state.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cNSStatusTable 1.3.6.1.4.1.25506.2.20.1.6
This table describes current information of network traffic.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HH3CNSStatusEntry

hh3cNSStatusEntry 1.3.6.1.4.1.25506.2.20.1.6.1
The entry of hh3cNSAggregationTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HH3CNSStatusEntry  

hh3cNSSlot 1.3.6.1.4.1.25506.2.20.1.6.1.1
This object is equal to hh3cNSProcessSlot.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hh3cNSActiveStreamNumber 1.3.6.1.4.1.25506.2.20.1.6.1.2
This object counts current active streams.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cNSTotalStreamNumber 1.3.6.1.4.1.25506.2.20.1.6.1.3
This object counts all statistic streams.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cNSTotalPacketNumber 1.3.6.1.4.1.25506.2.20.1.6.1.4
This object counts all statistic packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cNSTotalOctetNumber 1.3.6.1.4.1.25506.2.20.1.6.1.5
This object counts all statistic octets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cNSMPLSActiveStreamNumber 1.3.6.1.4.1.25506.2.20.1.6.1.6
This object counts current active MPLS streams.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cNSMPLSTotalStreamNumber 1.3.6.1.4.1.25506.2.20.1.6.1.7
This object counts all statistic MPLS streams.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cNSMPLSTotalPacketNumber 1.3.6.1.4.1.25506.2.20.1.6.1.8
This object counts all statistic MPLS packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cNSMPLSTotalOctetNumber 1.3.6.1.4.1.25506.2.20.1.6.1.9
This object counts all statistic octets of MPLS packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cNSResetFlag 1.3.6.1.4.1.25506.2.20.1.6.1.10
Reset all streams. The default value is disabled, and set this value to enabled when resetting.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

hh3cNSResetTime 1.3.6.1.4.1.25506.2.20.1.6.1.11
The system up time when stream is reset.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks