MIBs Depot

HH3C-NS-MIB

Registered at
1.3.6.1.4.1.25506.2.20
Last updated
2004-11-07 13:53
Organization
New H3C Tech. Co., Ltd.
Revisions
2004-09-21 14:15
Namespace
comware
Source file
HH3C-NS-MIB
Digest
sha256:8370ca7d1b9103400e3e05d604e162d7bf6c571736a44f869a2389abe41524d9

Description

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.

Contact

Platform Team New H3C Tech. Co., Ltd. Hai-Dian District Beijing P.R. China http://www.h3c.com Zip:100085

Imports

FromSymbols
HH3C-OID-MIBhh3cCommon
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMICounter32, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, iso
SNMPv2-TCDisplayString, RowStatus, TEXTUAL-CONVENTION

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

HH3C-NS-MIB
HH3C-OID-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
hh3cNSMibObjects
OBJECT-IDENTITY
1.3.6.1.4.1.25506.2.20.1
hh3cNSMibScalarObjects
OBJECT-IDENTITY
1.3.6.1.4.1.25506.2.20.1.1
hh3cNSActiveTime
OBJECT-TYPE
The stream will be aged when the active time of this stream exceeds this value. This object is in minute.
1.3.6.1.4.1.25506.2.20.1.1.1Integer32 (1..60)read-writecurrent
hh3cNSInactiveTime
OBJECT-TYPE
The stream will be aged when the inactive time of this stream exceeds this value. This object is in second.
1.3.6.1.4.1.25506.2.20.1.1.2Integer32 (1..600)read-writecurrent
hh3cNSVersion
OBJECT-TYPE
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.
1.3.6.1.4.1.25506.2.20.1.1.3Integer32 (5 | 9)read-writecurrent
hh3cNSAsType
OBJECT-TYPE
The number of autonomous system (AS). This object can be origin or peer.
1.3.6.1.4.1.25506.2.20.1.1.4INTEGER {peerAs(1), originAs(2)}read-writecurrent
hh3cNSTemplateRefreshRate
OBJECT-TYPE
This object specifies the refresh rate in number of exported packets.
1.3.6.1.4.1.25506.2.20.1.1.5Integer32 (1..600)read-writecurrent
hh3cNSTemplateTimeout
OBJECT-TYPE
This object specifies the timeout rate in minutes.
1.3.6.1.4.1.25506.2.20.1.1.6Integer32 (1..3600)read-writecurrent
hh3cNSExportVlanOrIfIndex
OBJECT-TYPE
This object describes the interface index at the exported packet. It can be interface index or vlan id according to the product.
1.3.6.1.4.1.25506.2.20.1.1.7INTEGER {vlanId(1), interfaceIndex(2)}read-onlycurrent
hh3cNSProcessSlotTable
OBJECT-TYPE
This table describes the board which can enable network traffic statistics at the switch or router.
1.3.6.1.4.1.25506.2.20.1.2not-accessiblecurrent
hh3cNSProcessSlotEntry
OBJECT-TYPE
The entry of hh3cNSProcessSlotEntry.
1.3.6.1.4.1.25506.2.20.1.2.1not-accessiblecurrent
hh3cNSProcessSlot
OBJECT-TYPE
This object describes all boards which can processes network traffic statistics at the switch or router.
1.3.6.1.4.1.25506.2.20.1.2.1.1Integer32read-onlycurrent
hh3cNSExportConfigTable
OBJECT-TYPE
This table describes the configuration of the exported packets.
1.3.6.1.4.1.25506.2.20.1.3not-accessiblecurrent
hh3cNSExportConfigEntry
OBJECT-TYPE
The entry of hh3cNSExportConfigTable.
1.3.6.1.4.1.25506.2.20.1.3.1not-accessiblecurrent
hh3cNSAggregationType
OBJECT-TYPE
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.
1.3.6.1.4.1.25506.2.20.1.3.1.1INTEGER {v5Statistics(1), as(2), destinationPrefix(3), sourcePrefix(4), protocolPort(5), prefix(6), tosAs(7), tosDestinationPrefix(8), tosSourcePrefix(9), tosProtocolPort(10), tosPrefix(11), prefixPort(12)}not-accessiblecurrent
hh3cNSHostIPAddr
OBJECT-TYPE
The destination IP address of the exported packet. This destination IP address is a NSC (NS Collector) address.
1.3.6.1.4.1.25506.2.20.1.3.1.2IpAddressread-writecurrent
hh3cNSHostPort
OBJECT-TYPE
The destination port of the exported packets. This destination port is a NSC listening port.
1.3.6.1.4.1.25506.2.20.1.3.1.3Integer32 (0..65535)read-writecurrent
hh3cNSSrcIpAddr
OBJECT-TYPE
The source IP address of the exported packets.
1.3.6.1.4.1.25506.2.20.1.3.1.4IpAddressread-writecurrent
hh3cNSState
OBJECT-TYPE
The state of aggregation is enabled or disabled.
1.3.6.1.4.1.25506.2.20.1.3.1.5INTEGER {enabled(1), disabled(2)}read-writecurrent
hh3cNSExportInformationTable
OBJECT-TYPE
This table describes the Information of the exported packets.
1.3.6.1.4.1.25506.2.20.1.4not-accessiblecurrent
hh3cNSExportInformationEntry
OBJECT-TYPE
The entry of hh3cNSExportInformationTable.
1.3.6.1.4.1.25506.2.20.1.4.1not-accessiblecurrent
hh3cNSExportType
OBJECT-TYPE
This object is equal to hh3cNSAggregationType.
1.3.6.1.4.1.25506.2.20.1.4.1.1INTEGER (1..12)not-accessiblecurrent
hh3cNSExportSlot
OBJECT-TYPE
This object is equal to hh3cNSProcessSlot.
1.3.6.1.4.1.25506.2.20.1.4.1.2Integer32not-accessiblecurrent
hh3cNSExportStream
OBJECT-TYPE
This object counts the exported streams.
1.3.6.1.4.1.25506.2.20.1.4.1.3Counter32read-onlycurrent
hh3cNSExportNum
OBJECT-TYPE
This object counts the exported packets.
1.3.6.1.4.1.25506.2.20.1.4.1.4Counter32read-onlycurrent
hh3cNSExportFail
OBJECT-TYPE
This object counts the exported packets which failed to send. The error may be unreachable destination IP address.
1.3.6.1.4.1.25506.2.20.1.4.1.5Counter32read-onlycurrent
hh3cNSConfigTable
OBJECT-TYPE
This table describes current configurations.
1.3.6.1.4.1.25506.2.20.1.5not-accessiblecurrent
hh3cNSConfigEntry
OBJECT-TYPE
The entry of hh3cNSAggregationTable.
1.3.6.1.4.1.25506.2.20.1.5.1not-accessiblecurrent
hh3cNSSourceSlot
OBJECT-TYPE
The IP packet will be counted when it is passing through this slot.
1.3.6.1.4.1.25506.2.20.1.5.1.1Integer32 (1..65535)not-accessiblecurrent
hh3cNSSourceIfIndex
OBJECT-TYPE
The IP packet will be statistics when it through this interface. This object is equal to ifIndex at ifTable.
1.3.6.1.4.1.25506.2.20.1.5.1.2Integer32not-accessiblecurrent
hh3cNSDestSlot
OBJECT-TYPE
This object is equal to hh3cNSProcessSlot.
1.3.6.1.4.1.25506.2.20.1.5.1.3Integer32not-accessiblecurrent
hh3cNSDirect
OBJECT-TYPE
This object describes which packets will be counted. It may be inbound or outbound packets through this interface.
1.3.6.1.4.1.25506.2.20.1.5.1.4INTEGER {inbound(1), outbound(2)}read-createcurrent
hh3cNSACLNumber
OBJECT-TYPE
The number of number-acl group.
1.3.6.1.4.1.25506.2.20.1.5.1.5Integer32 (0 | 2000..3999)read-createcurrent
hh3cNSACLName
OBJECT-TYPE
The name of name-acl group.
1.3.6.1.4.1.25506.2.20.1.5.1.6OCTET STRINGread-createcurrent
hh3cNSACLRule
OBJECT-TYPE
The rule of acl group.
1.3.6.1.4.1.25506.2.20.1.5.1.7Integer32read-createcurrent
hh3cNSConfigRowStatus
OBJECT-TYPE
SNMP Row Status Variable. Writable objects in the table may be written in any RowStatus state.
1.3.6.1.4.1.25506.2.20.1.5.1.8RowStatusread-createcurrent
hh3cNSStatusTable
OBJECT-TYPE
This table describes current information of network traffic.
1.3.6.1.4.1.25506.2.20.1.6not-accessiblecurrent
hh3cNSStatusEntry
OBJECT-TYPE
The entry of hh3cNSAggregationTable.
1.3.6.1.4.1.25506.2.20.1.6.1not-accessiblecurrent
hh3cNSSlot
OBJECT-TYPE
This object is equal to hh3cNSProcessSlot.
1.3.6.1.4.1.25506.2.20.1.6.1.1Integer32not-accessiblecurrent
hh3cNSActiveStreamNumber
OBJECT-TYPE
This object counts current active streams.
1.3.6.1.4.1.25506.2.20.1.6.1.2Counter32read-onlycurrent
hh3cNSTotalStreamNumber
OBJECT-TYPE
This object counts all statistic streams.
1.3.6.1.4.1.25506.2.20.1.6.1.3Counter32read-onlycurrent
hh3cNSTotalPacketNumber
OBJECT-TYPE
This object counts all statistic packets.
1.3.6.1.4.1.25506.2.20.1.6.1.4Counter32read-onlycurrent
hh3cNSTotalOctetNumber
OBJECT-TYPE
This object counts all statistic octets.
1.3.6.1.4.1.25506.2.20.1.6.1.5Counter32read-onlycurrent
hh3cNSMPLSActiveStreamNumber
OBJECT-TYPE
This object counts current active MPLS streams.
1.3.6.1.4.1.25506.2.20.1.6.1.6Counter32read-onlycurrent
hh3cNSMPLSTotalStreamNumber
OBJECT-TYPE
This object counts all statistic MPLS streams.
1.3.6.1.4.1.25506.2.20.1.6.1.7Counter32read-onlycurrent
hh3cNSMPLSTotalPacketNumber
OBJECT-TYPE
This object counts all statistic MPLS packets.
1.3.6.1.4.1.25506.2.20.1.6.1.8Counter32read-onlycurrent
hh3cNSMPLSTotalOctetNumber
OBJECT-TYPE
This object counts all statistic octets of MPLS packets.
1.3.6.1.4.1.25506.2.20.1.6.1.9Counter32read-onlycurrent
hh3cNSResetFlag
OBJECT-TYPE
Reset all streams. The default value is disabled, and set this value to enabled when resetting.
1.3.6.1.4.1.25506.2.20.1.6.1.10INTEGER {enabled(1), disabled(2)}read-createcurrent
hh3cNSResetTime
OBJECT-TYPE
The system up time when stream is reset.
1.3.6.1.4.1.25506.2.20.1.6.1.11TimeTicksread-onlycurrent