NAG-MIB
- Registered at
- 1.3.6.1.4.1.40418
- Namespace
- snr
- Source file
NAG-MIB- Digest
sha256:e85bb37c02de8f3c0182452a47179822a11e0fdc5a632db543f6793d1f52d0bb
Imports
| From | Symbols |
|---|---|
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Counter64, Gauge32, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TRAP-TYPE, TimeTicks, Unsigned32, enterprises, experimental, iso, mib-2 |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION, TimeStamp, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
NAG-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| DisplayString type | ||||
| EnabledStatusPrivate TEXTUAL-CONVENTION A simple status value for the object. | current | |||
| InetAddress TEXTUAL-CONVENTION Denotes a generic Internet address. An InetAddress value is always interpreted within the context of an InetAddressType value. Every usage of the InetAddress textual convention is required to specify the InetAddressType object that provides the context. It is suggested that the InetAddressType object be logically registered before the object(s) that use the InetAddress textual convention, if they appear in the same logical row. The value of an InetAddress object must always be consistent with the value of the associated InetAddressType object. Attempts to set an InetAddress object to a value inconsistent with the associated InetAddressType must fail with an inconsistentValue error. When this textual convention is used as the syntax of an index object, there may be issues with the limit of 128 sub-identifiers specified in SMIv2, STD 58. In this case, the object definition MUST include a 'SIZE' clause to limit the number of potential instance sub-identifiers; otherwise the applicable constraints MUST be stated in the appropriate conceptual row DESCRIPTION clauses, or in the surrounding documentation if there is no single DESCRIPTION clause that is appropriate. | current | |||
| InetAddressType TEXTUAL-CONVENTION A value that represents a type of Internet address. unknown(0) An unknown address type. This value MUST be used if the value of the corresponding InetAddress object is a zero-length string. It may also be used to indicate an IP address that is not in one of the formats defined below. ipv4(1) An IPv4 address as defined by the InetAddressIPv4 textual convention. ipv6(2) An IPv6 address as defined by the InetAddressIPv6 textual convention. ipv4z(3) A non-global IPv4 address including a zone index as defined by the InetAddressIPv4z textual convention. ipv6z(4) A non-global IPv6 address including a zone index as defined by the InetAddressIPv6z textual convention. dns(16) A DNS domain name as defined by the InetAddressDNS textual convention. Each definition of a concrete InetAddressType value must be accompanied by a definition of a textual convention for use with that InetAddressType. To support future extensions, the InetAddressType textual convention SHOULD NOT be sub-typed in object type definitions. It MAY be sub-typed in compliance statements in order to require only a subset of these address types for a compliant implementation. Implementations must ensure that InetAddressType objects and any dependent objects (e.g., InetAddress objects) are consistent. An inconsistentValue error must be generated if an attempt to change an InetAddressType object would, for example, lead to an undefined InetAddress value. In particular, InetAddressType/InetAddress pairs must be changed together if the address type changes (e.g., from ipv6(2) to ipv4(1)). | current | |||
| InterfaceIndex TEXTUAL-CONVENTION A unique value, greater than zero, for each interface or interface sub-layer in the managed system. It is recommended that values are assigned contiguously starting from 1. The value for each interface sub-layer must remain constant at least from one re-initialization of the entity's network management system to the next re-initialization. | current | |||
| InterfaceIndexOrZero TEXTUAL-CONVENTION This textual convention is an extension of the InterfaceIndex convention. The latter defines a greater than zero value used to identify an interface or interface sub-layer in the managed system. This extension permits the additional value of zero. the value zero is object-specific and must therefore be defined as part of the description of any object which uses this syntax. Examples of the usage of zero might include situations where interface was unknown, or when none or all interfaces need to be referenced. | current | |||
| Ipv6Address TEXTUAL-CONVENTION This data type is used to model IPv6 addresses. This is a binary string of 16 octets in network byte-order. | current | |||
| MacAddress type | ||||
| NtpDateTime TEXTUAL-CONVENTION NTP date/time on the device, in 128-bit NTP date format. Ref: draft-ietf-ntp-ntpv4-proto-06, section 6: It includes a 64-bit signed seconds field spanning 584 billion years and a 64-bit fraction field resolving .05 attosecond (i.e. 0.5e-18). For convenience in mapping between formats, the seconds field is divided into a 32-bit era field and a 32-bit timestamp field. If time is not syncronized this field shall be a zero-length string. This TC is not to be used for objects that are used to set the time of the node querying this object. NTP should be used for this--or at least SNTP. | current | |||
| NtpStratum TEXTUAL-CONVENTION The NTP stratum, with 16 representing no stratum. | current | |||
| OspfAreaID TEXTUAL-CONVENTION An OSPF Area Identifier. | current | |||
| OspfBigMetric TEXTUAL-CONVENTION The OSPF External Metric. | current | |||
| PortList TEXTUAL-CONVENTION Each octet within this value specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. Thus, each port of the bridge is represented by a single bit within the value of this object. If that bit has a value of '1' then that port is included in the set of ports; the port is not included if its bit has a value of '0'. | current | |||
| SnmpAdminString TEXTUAL-CONVENTION An octet string containing administrative information, preferably in human-readable form. To facilitate internationalization, this information is represented using the ISO/IEC IS 10646-1 character set, encoded as an octet string using the UTF-8 transformation format described in [RFC2279]. Since additional code points are added by amendments to the 10646 standard from time to time, implementations must be prepared to encounter any code point from 0x00000000 to 0x7fffffff. Byte sequences that do not correspond to the valid UTF-8 encoding of a code point or are outside this range are prohibited. The use of control codes should be avoided. When it is necessary to represent a newline, the control code sequence CR LF should be used. The use of leading or trailing white space should be avoided. For code points not directly supported by user interface hardware or software, an alternative means of entry and display, such as hexadecimal, may be provided. For information encoded in 7-bit US-ASCII, the UTF-8 encoding is identical to the US-ASCII encoding. UTF-8 may require multiple bytes to represent a single character / code point; thus the length of this object in octets may be different from the number of characters encoded. Similarly, size constraints refer to the number of encoded octets, not the number of characters represented by an encoding. Note that when this TC is used for an object that is used or envisioned to be used as an index, then a SIZE restriction MUST be specified so that the number of sub-identifiers for any object instance does not exceed the limit of 128, as defined by [RFC3416]. Note that the size of an SnmpAdminString object is measured in octets, not characters. | current | |||
| TimeFilter TEXTUAL-CONVENTION To be used for the index to a table. Allows an application to download only those rows changed since a particular time. A row is considered changed if the value of any object in the row changes or if the row is created or deleted. When sysUpTime is equal to zero, this table shall be empty. One entry exists for each past value of sysUpTime, except that the whole table is purged should sysUpTime wrap. As this basic row is updated new conceptual rows are created (which still share the now updated object values with all other instances). The number of instances which are created is determined by the value of sysUpTime at which the basic row was last updated. One instance will exist for each value of sysUpTime at the last update time for the row. A new timeMark instance is created for each new sysUpTime value. Each new conceptual row will be associated with the timeMark instance which was created at the value of sysUpTime with which the conceptual row is to be associated. By definition all conceptual rows were updated at or after time zero and so at least one conceptual row (associated with timeMark.0) must exist for each underlying (basic) row. See the appendix for further discussion of this variable. Consider the following fooTable: fooTable ... INDEX { fooTimeMark, fooIndex } FooEntry { fooTimeMark TimeFilter fooIndex INTEGER, fooCounts Counter } Should there be two basic rows in this table (fooIndex == 1, fooIndex == 2) and row 1 was updated most recently at time 6, while row 2 was updated most recently at time 8, and both rows had been updated on several earlier occasions such that the current values were 5 and 9 respectively then the following fooCounts instances would exist. fooCounts.0.1 5 fooCounts.0.2 9 fooCounts.1.1 5 fooCounts.1.2 9 fooCounts.2.1 5 fooCounts.2.2 9 fooCounts.3.1 5 fooCounts.3.2 9 fooCounts.4.1 5 fooCounts.4.2 9 fooCounts.5.1 5 fooCounts.5.2 9 fooCounts.6.1 5 fooCounts.6.2 9 fooCounts.7.2 9 -- note that row 1 doesn't exist for fooCounts.8.2 9 -- times 7 and 8 | current | |||
| ValidStatus TEXTUAL-CONVENTION A simple status value for the object to create and destroy a table entry. This is a simplified variant of RowStatus as it supports only two values. Setting it to valid(1) creates an entry. Setting it to invalid(2) destroys an entry. | current | |||
| VlanList TEXTUAL-CONVENTION Vlan ID range is (1..4094), Each octet within this value specifies a set of eight vlans, with the first octet specifying vlans 1 through 8, the second octet specifying vlans 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered vlan, and the least significant bit represents the highest numbered vlan. If that bit has a value of '1' then that vlan is allowed to pass ; the vlan is not allowed if its bit has a value of '0'. the value is a changing cells:if the maximum of vlans is 8,you sends one octet to me;the remnant octet's value is defaulted '0', the remnant octet needn't to send to me. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| NAG OBJECT-IDENTITY | 1.3.6.1.4.1.40418 | |||
| SNR OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7 | |||
| os OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100 | |||
| priSystem OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.1 | |||
| sysResetUnit OBJECT-TYPE setfactory(2) warmReset(3) noReset(1) default the status is 1 | 1.3.6.1.4.1.40418.7.100.1.1 | INTEGER {noReset(1), setfactory(2), warmReset(3)} | read-write | current |
| sysHardwareVersion OBJECT-TYPE The version information of switch hardware | 1.3.6.1.4.1.40418.7.100.1.2 | DisplayString (SIZE(1..32)) | read-only | current |
| sysSoftwareVersion OBJECT-TYPE The version information of switch software | 1.3.6.1.4.1.40418.7.100.1.3 | DisplayString (SIZE(1..32)) | read-only | current |
| sysStackFlag OBJECT-TYPE If it is the status of stacking | 1.3.6.1.4.1.40418.7.100.1.4 | INTEGER {stack(1), noStack(2)} | read-only | current |
| sysCPUMac OBJECT-TYPE The MAC Address of the switch's CPU | 1.3.6.1.4.1.40418.7.100.1.5 | MacAddress (SIZE(17)) | read-only | current |
| sysWriteConfig OBJECT-TYPE write(1)save the current configuration | 1.3.6.1.4.1.40418.7.100.1.6 | INTEGER {write(1)} | read-write | current |
| sysPowerStateTable OBJECT-TYPE the power supply status is only used for chassis switch | 1.3.6.1.4.1.40418.7.100.1.7 | not-accessible | current | |
| sysPowerStateEntry OBJECT-TYPE power supply status | 1.3.6.1.4.1.40418.7.100.1.7.1 | not-accessible | current | |
| sysPowerSlotIndex OBJECT-TYPE Module model No. | 1.3.6.1.4.1.40418.7.100.1.7.1.1 | INTEGER | not-accessible | current |
| sysPowerState OBJECT-TYPE if the power supply insert | 1.3.6.1.4.1.40418.7.100.1.7.1.2 | INTEGER {sysPowerNotInstalled(0), sysPowerInstalled(1)} | read-only | current |
| sysPowerValue OBJECT-TYPE Power Value | 1.3.6.1.4.1.40418.7.100.1.7.1.3 | INTEGER | read-only | current |
| sysPowerType OBJECT-TYPE Power Type | 1.3.6.1.4.1.40418.7.100.1.7.1.4 | INTEGER {systemPower(0), poePower(1)} | read-only | current |
| sysPowerStatus OBJECT-TYPE Power Status | 1.3.6.1.4.1.40418.7.100.1.7.1.5 | INTEGER {normal(0), abnormal(1), na(2)} | read-only | current |
| sysSlotTable OBJECT-TYPE machine information,it is only used by chassis. | 1.3.6.1.4.1.40418.7.100.1.8 | not-accessible | current | |
| sysSlotEntry OBJECT-TYPE Switch information | 1.3.6.1.4.1.40418.7.100.1.8.1 | not-accessible | current | |
| sysSlotIndex OBJECT-TYPE Module Model No. | 1.3.6.1.4.1.40418.7.100.1.8.1.1 | INTEGER | not-accessible | current |
| sysCPUType OBJECT-TYPE CPU type | 1.3.6.1.4.1.40418.7.100.1.8.1.2 | DisplayString | read-only | current |
| sysCPUFiveSecondIdle OBJECT-TYPE Last 5 second CPU IDLE | 1.3.6.1.4.1.40418.7.100.1.8.1.3 | INTEGER | read-only | current |
| sysCPUThirtySecondIdle OBJECT-TYPE Last 30 second CPU IDLE | 1.3.6.1.4.1.40418.7.100.1.8.1.4 | INTEGER | read-only | current |
| sysCPUFiveMinuteIdle OBJECT-TYPE Last 5 minute CPU IDLE | 1.3.6.1.4.1.40418.7.100.1.8.1.5 | INTEGER | read-only | current |
| sysCPUIdle OBJECT-TYPE From running CPU IDLE | 1.3.6.1.4.1.40418.7.100.1.8.1.6 | INTEGER | read-only | current |
| sysMemorySize OBJECT-TYPE memory size | 1.3.6.1.4.1.40418.7.100.1.8.1.7 | INTEGER | read-only | current |
| sysMemoryBusy OBJECT-TYPE memory usage rent | 1.3.6.1.4.1.40418.7.100.1.8.1.8 | INTEGER | read-only | current |
| sysFlashSize OBJECT-TYPE The flash capacity of this slot. | 1.3.6.1.4.1.40418.7.100.1.8.1.9 | INTEGER | read-only | current |
| sysTemperature OBJECT-TYPE The Temperature of this slot.80 is 80centigrade | 1.3.6.1.4.1.40418.7.100.1.8.1.10 | INTEGER | read-only | current |
| sysCpuUsage OBJECT-TYPE The CPU usage of this slot. | 1.3.6.1.4.1.40418.7.100.1.8.1.11 | INTEGER | read-only | current |
| sysMemoryUsage OBJECT-TYPE The memory usage of this slot. | 1.3.6.1.4.1.40418.7.100.1.8.1.12 | INTEGER | read-only | current |
| sysMemUsage OBJECT-TYPE The memory usage of this slot. | 1.3.6.1.4.1.40418.7.100.1.8.1.21 | INTEGER | read-only | current |
| sysPortNum OBJECT-TYPE The physical port number of this slot. | 1.3.6.1.4.1.40418.7.100.1.8.1.22 | INTEGER | read-only | current |
| sysFreeFlashSize OBJECT-TYPE The free flash capacity of this slot in Kbytes. | 1.3.6.1.4.1.40418.7.100.1.8.1.23 | INTEGER | read-only | current |
| sysMemorySizeInMB OBJECT-TYPE The memory size in MB | 1.3.6.1.4.1.40418.7.100.1.8.1.24 | INTEGER | read-only | current |
| switchInfoTable OBJECT-TYPE Table of descriptive and status information about switches in this system. | 1.3.6.1.4.1.40418.7.100.1.9 | not-accessible | current | |
| switchInfoEntry OBJECT-TYPE An entry in the table, containing information about a single switch in this system. | 1.3.6.1.4.1.40418.7.100.1.9.1 | not-accessible | current | |
| swSlotIndex OBJECT-TYPE This object identifies the slot within the switch for which this entry contains information. While for the chassis device, the value is real switch slot number. | 1.3.6.1.4.1.40418.7.100.1.9.1.1 | INTEGER | read-only | current |
| swUnitIndex OBJECT-TYPE This object identifies the switch within the system for which this entry contains information. This value can never be greater than switchNumber. | 1.3.6.1.4.1.40418.7.100.1.9.1.2 | INTEGER | read-only | current |
| swModuleType OBJECT-TYPE Type of expansion module in this switch slot. | 1.3.6.1.4.1.40418.7.100.1.9.1.3 | INTEGER {typeMFC(0), typeSFC(1), type1GS(2), type1GL(3), type100M1GT(4), type10M100MT(8), type1-M12GB(101), type1-12GT(102), type1-210Gx(103), type1-110Gx(104), type1-CPU8245(105), type1-BACKPLANE(106), type1-24GB(107), type1-24GT(108), type1-36TX(109), type1-4GX32TX(110), type1-16FX(111), type1-ES2GB(112), type1-M4GX24TX(113), type1-ES(114), type1-MI(115), type1-MII(116), type1-12GB(117), type1-M8GB(118), type1-2XFP8GX16GB(119), type1-8GX16GB(120), type1-4GX24TX(121), type1-L-M4GX24TX(122), type1-1XFP8GX16GB(123), type1-2XFP12GX12GT(124), type1-12GX12GT(125), type1-1XFP12GX12GT(126), type1-48GT(127), type1-M1XFP12GX12GT(128), type1-4XFP(129), type1-48GB(130), type1-M44GT(131), type1-M1XFP12GX12GB(132), type1-12GX12GB(133), type1-2XFP12GX12GB(134), type1-4GB12GX8GT(135), type1-2XFP24GB12GT(136), type1-24GB12GT(137), type1-NEWMI(138), type1-M1XFP12GX12GTR4(139), type1-12GX12GTR4(140), type1-2XFP12GX12GTR4(141), type1-E-24GB12GT(142), type1-E-2XFP24GB12GT(143), type1-MSC(144), type8QSFP(145), type1-FW(146), type1-OF(147), type1-MIIR2(148), type1-E-M16GX8GB(149), type1-E-4XS16GX8GB(150), type1-2XFP12GX12GTR5(151), type1-MIIR3(152), type1-M2XS8GX16GB(154), type1-28GB16GT4XS(155), type1-E-48GT(156), type1-44GB4XS(157), type1-20XS2Q(158), type2-M12GB(165), type2-12GT(166), type2-210Gx(167), type2-110Gx(168), type2-CPU8245(169), type2-BACKPLANE(170), type2-24GB(171), type2-24GT(172), type2-36TX(173), type2-4GX32TX(174), type2-16FX(175), type2-ES2GB(176), type2-M4GX24TX(177), type2-ES(178), type2-MI(179), type2-MII(180), type2-12GB(181), type2-M8GB(182), type2-2XFP8GX16GB(183), type2-8GX16GB(184), type2-4GX24TX(185), type2-L-M4GX24TX(186), type2-1XFP8GX16GB(187), type2-2XFP12GX12GT(188), type2-12GX12GT(189), type2-1XFP12GX12GT(190), type2-48GT(191), type2-M1XFP12GX12GT(192), type2-4XFP(193), type2-48GB(194), type2-M44GT(195), type2-M1XFP12GX12GB(196), type2-12GX12GB(197), type2-2XFP12GX12GB(198), type2-4GB12GX8GT(199), type2-2XFP24GB12GT(200), type2-24GB12GT(201), type2-NEWMI(202), type2-M1XFP12GX12GTR4(203), type2-12GX12GTR4(204), type2-2XFP12GX12GTR4(205), type2-E-24GB12GT(206), type2-E-2XFP24GB12GT(207), type2-MSC(208), type2-M1XFP12GX12GTV(209), type2-FW(210), type2-OF(211), type2-MIIR2(212), type2-E-M16GX8GB(213), type2-E-4XS16GX8GB(214), type2-2XFP12GX12GTR5(215), type2-MIIR3(216), type2-M2XS8GX16GB(218), type2-28GB16GT4XS(219), type2-E-48GT(220), type2-44GB4XS(221), type2-20XS2Q(222), type3-M(228), type3-MI(229), type3-MII(230), type3-24GT(231), type3-24GB(232), type3-ES-FW(233), type3-4XFP(234), type3-8XFP(235), type3-24GT-V(236), type3-24GB-V(237), type3-24SFP-PLUS(238), type3-SUP(239), type3-FAB(240), type3-MSC(241), type3-24GT-WS(242), type3-24GB-WS(243), type3-FW(244), type3-8QSFP(245), type3-OF(246), type3-20XS2Q(247), type3-FAB-TWO-CHIP(248), type3-08BACKPLANE(299), type4-4GT(300), type4-4FX(301), type4-2GB(302), type4-4TX(303), type4-4GB(304), type4-4FB(305), type5-M16K-SUP(320), type5-M16K-16Q(321), type5-M16K-FC(322), type5-M16K-48XS2Q(323), type5-M16K-24T24S2XS(324), type5-DCFW-1800-M16K(326)} | read-only | current |
| switchFileCopy OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.1.10 | |||
| fileUserName OBJECT-TYPE ftp user name | 1.3.6.1.4.1.40418.7.100.1.10.1 | DisplayString (SIZE(1..100)) | read-write | current |
| fileUserPassword OBJECT-TYPE ftp user password | 1.3.6.1.4.1.40418.7.100.1.10.2 | DisplayString (SIZE(1..100)) | read-write | current |
| fileIPaddress OBJECT-TYPE ftp or tftp server ip address | 1.3.6.1.4.1.40418.7.100.1.10.3 | DisplayString (SIZE(1..100)) | read-write | current |
| sourceFileCopy OBJECT-TYPE Source file name or Copy from current system configuration . | 1.3.6.1.4.1.40418.7.100.1.10.4 | DisplayString (SIZE(1..100)) | read-write | current |
| destinationFileCopy OBJECT-TYPE Destination file name or Copy to startup configuration. | 1.3.6.1.4.1.40418.7.100.1.10.5 | DisplayString (SIZE(1..100)) | read-write | current |
| fileCopyMode OBJECT-TYPE ascii(0): ASCII file mode; binary(1): Binary file mode. | 1.3.6.1.4.1.40418.7.100.1.10.6 | INTEGER {ascii(0), binary(1)} | read-write | current |
| fileCopyUseMode OBJECT-TYPE ftp(1): ftp server or client; tftp(2): tftp server or client. | 1.3.6.1.4.1.40418.7.100.1.10.7 | INTEGER {ftp(1), tftp(2)} | read-write | current |
| fileCopy OBJECT-TYPE File copy configurate. | 1.3.6.1.4.1.40418.7.100.1.10.8 | INTEGER {upload(1), download(2)} | read-write | current |
| fileCopyResult OBJECT-TYPE The result of file copy:error(0):copy file failure;ok(1):copy file success; uploading(2):in process of upload file;downloading(3):in process of download file; idle(4):be out of copy file. | 1.3.6.1.4.1.40418.7.100.1.10.9 | INTEGER {error(0), ok(1), uploading(2), downloading(3), idle(4)} | read-only | current |
| fileName OBJECT-TYPE Source file name and destination file name. | 1.3.6.1.4.1.40418.7.100.1.10.21 | DisplayString (SIZE(1..100)) | read-write | current |
| fileType OBJECT-TYPE File type. | 1.3.6.1.4.1.40418.7.100.1.10.22 | INTEGER {any(0), img(1), cfg(2), log(3)} | read-write | current |
| filePort OBJECT-TYPE ftp or tftp server port number. | 1.3.6.1.4.1.40418.7.100.1.10.23 | INTEGER | read-write | current |
| fileCopyFailReason OBJECT-TYPE The reason when copy file failed. | 1.3.6.1.4.1.40418.7.100.1.10.24 | DisplayString (SIZE(0..127)) | read-only | current |
| fileCMCCCopy OBJECT-TYPE File copy configurate. | 1.3.6.1.4.1.40418.7.100.1.10.25 | INTEGER {upload(1), download(2)} | read-write | current |
| fileCMCCIPaddress OBJECT-TYPE ftp or tftp server ip address | 1.3.6.1.4.1.40418.7.100.1.10.26 | IpAddress | read-write | current |
| fileCMCCCopyResult OBJECT-TYPE The result of file copy:error(0):copy file failure;ok(1):copy file success; uploading(2):in process of upload file;downloading(3):in process of download file; idle(4):be out of copy file. | 1.3.6.1.4.1.40418.7.100.1.10.27 | INTEGER {error(0), ok(1), uploading(2), downloading(3), idle(4)} | read-only | current |
| switchInfo OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.1.11 | |||
| switchCPUType OBJECT-TYPE The CPU type of switch | 1.3.6.1.4.1.40418.7.100.1.11.1 | DisplayString | read-only | current |
| switchCPUFiveSecondIdle OBJECT-TYPE Last 5 second CPU IDLE | 1.3.6.1.4.1.40418.7.100.1.11.2 | INTEGER | read-only | current |
| switchCPUThirtySecondIdle OBJECT-TYPE Last 30 second CPU IDLE | 1.3.6.1.4.1.40418.7.100.1.11.3 | INTEGER | read-only | current |
| switchCPUFiveMinuteIdle OBJECT-TYPE Last 5 minute CPU IDLE | 1.3.6.1.4.1.40418.7.100.1.11.4 | INTEGER | read-only | current |
| switchCPUIdle OBJECT-TYPE From running CPU IDLE | 1.3.6.1.4.1.40418.7.100.1.11.5 | INTEGER | read-only | current |
| switchMemorySize OBJECT-TYPE memory size | 1.3.6.1.4.1.40418.7.100.1.11.6 | INTEGER | read-only | current |
| switchMemoryBusy OBJECT-TYPE memory usage rent | 1.3.6.1.4.1.40418.7.100.1.11.7 | INTEGER | read-only | current |
| switchFlashSize OBJECT-TYPE The flash capacity of switch. | 1.3.6.1.4.1.40418.7.100.1.11.8 | INTEGER | read-only | current |
| switchTemperature OBJECT-TYPE The Temperature of switch.80 is 80centigrade | 1.3.6.1.4.1.40418.7.100.1.11.9 | INTEGER | read-only | current |
| switchCpuUsage OBJECT-TYPE The CPU usage of switch. | 1.3.6.1.4.1.40418.7.100.1.11.10 | INTEGER | read-only | current |
| switchMemoryUsage OBJECT-TYPE The memory usage of switch. | 1.3.6.1.4.1.40418.7.100.1.11.11 | INTEGER | read-only | current |
| sysFanTable OBJECT-TYPE the state of fan. | 1.3.6.1.4.1.40418.7.100.1.12 | not-accessible | current | |
| sysFanEntry OBJECT-TYPE fan supply status | 1.3.6.1.4.1.40418.7.100.1.12.1 | not-accessible | current | |
| sysFanIndex OBJECT-TYPE system fan entry index | 1.3.6.1.4.1.40418.7.100.1.12.1.1 | INTEGER | not-accessible | current |
| sysFanInserted OBJECT-TYPE Whether the slot fan is installed or not. | 1.3.6.1.4.1.40418.7.100.1.12.1.2 | INTEGER {sysFanNotInstalled(0), sysFanInstalled(1)} | read-only | current |
| sysFanStatus OBJECT-TYPE Whether the slot fan is normal or abnormal. | 1.3.6.1.4.1.40418.7.100.1.12.1.3 | INTEGER {normal(0), abnormal(1)} | read-only | current |
| sysFanSpeed OBJECT-TYPE Status of Fan. Status: Low(1), Medium-Low(2), Medium(3), Medium-High(4), High(5), none(0) is readonly | 1.3.6.1.4.1.40418.7.100.1.12.1.4 | INTEGER {none(0), low(1), medium-low(2), medium(3), medium-high(4), high(5)} | read-write | current |
| switchBootImgPrimary OBJECT-TYPE Set or get filename of boot img for first time,and the length of filename is between 1 and 128. | 1.3.6.1.4.1.40418.7.100.1.13 | DisplayString (SIZE(1..128)) | read-write | current |
| switchBootImgSecondary OBJECT-TYPE Set or get filename of boot img for second time,and the length of filename is between 1 and 128. | 1.3.6.1.4.1.40418.7.100.1.14 | DisplayString (SIZE(1..128)) | read-write | current |
| switchBootStartUpCfg OBJECT-TYPE Set or get filename of boot startup config ,and the length of filename is between 1 and 128. | 1.3.6.1.4.1.40418.7.100.1.15 | DisplayString (SIZE(1..128)) | read-write | current |
| showSwitchStartUpStatus OBJECT-TYPE this object identifies start up status of switch and AM of chassis.1(idle) means hasn't wrote cfg since boot, 2(success) means wrote cfg successfully; 3(fail) means wrote cfg fail; 4(in-progress) means is writing cfg right now. for chassis:it can only be used by active master | 1.3.6.1.4.1.40418.7.100.1.16 | INTEGER {idle(1), success(2), fail(3), in-progress(4)} | read-only | current |
| sysSlotBootInfoTable OBJECT-TYPE A list of boot information.it is only used by chassis. | 1.3.6.1.4.1.40418.7.100.1.17 | not-accessible | current | |
| sysSlotBootInfoEntry OBJECT-TYPE Entry for boot information. | 1.3.6.1.4.1.40418.7.100.1.17.1 | not-accessible | current | |
| sysBootInfoIndex OBJECT-TYPE slot NO. | 1.3.6.1.4.1.40418.7.100.1.17.1.1 | INTEGER | read-only | current |
| sysBootImgPrimary OBJECT-TYPE Set or get filename of boot img for first time,and the length of filename is between 1 and 128. | 1.3.6.1.4.1.40418.7.100.1.17.1.2 | DisplayString (SIZE(1..128)) | read-write | current |
| sysBootImgSecondary OBJECT-TYPE Set or get filename of boot img for backup,and the length of filename is between 1 and 128. | 1.3.6.1.4.1.40418.7.100.1.17.1.3 | DisplayString (SIZE(1..128)) | read-write | current |
| sysBootStartupCfg OBJECT-TYPE Set or get filename of boot startup config ,and the length of filename is between 1 and 128. | 1.3.6.1.4.1.40418.7.100.1.17.1.4 | DisplayString (SIZE(1..128)) | read-write | current |
| sysSetBootPassword OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.1.18 | |||
| oldPassword OBJECT-TYPE If there is a old password, you should enter the old password, then you can set the new password or delete the password. The length of the password is between 3 and 32, enter wrong old password or enter wrong length password, you can not set new password or delete password. | 1.3.6.1.4.1.40418.7.100.1.18.1 | DisplayString (SIZE(3..32)) | read-write | current |
| newPassword OBJECT-TYPE Enter the new password you want to set, and the length of the password is between 3 and 32. | 1.3.6.1.4.1.40418.7.100.1.18.2 | DisplayString (SIZE(3..32)) | read-write | current |
| confirmPassword OBJECT-TYPE Enter the new password again to confirm the new password, the password entries must match. | 1.3.6.1.4.1.40418.7.100.1.18.3 | DisplayString (SIZE(3..32)) | read-write | current |
| deletePassword OBJECT-TYPE If you want to delete the password, enter '1'; if you don't want delete it, you can enter '0' or do nothing. | 1.3.6.1.4.1.40418.7.100.1.18.4 | INTEGER {disable(0), enable(1)} | read-write | current |
| sysSetBootPwStatus OBJECT-TYPE If you enter '1', excute the operation you set. Firstly, judge the type of deletePassword, if it is '1', delete the password, and return ok; if the type is '0', then modify the password. At first judge the correctness of oldpassword, then judge the new password equal to confirm password. if they are all right, set the new password. | 1.3.6.1.4.1.40418.7.100.1.18.5 | INTEGER {disable(0), enable(1)} | read-write | current |
| sysAddUser OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.1.22 | |||
| sysUserName OBJECT-TYPE set the username. | 1.3.6.1.4.1.40418.7.100.1.22.1 | DisplayString (SIZE(1..32)) | read-write | current |
| sysUserPassword OBJECT-TYPE set the password. | 1.3.6.1.4.1.40418.7.100.1.22.2 | DisplayString (SIZE(1..32)) | read-write | current |
| sysUserPasswordOption OBJECT-TYPE set a uncrypted(0) or crypted(7) password,default uncrypted(0). | 1.3.6.1.4.1.40418.7.100.1.22.3 | INTEGER {uncrypted(0), crypted(7)} | read-write | current |
| sysUserNamePrivilege OBJECT-TYPE set username privilege,default 15. | 1.3.6.1.4.1.40418.7.100.1.22.4 | INTEGER (1..15) | read-write | current |
| sysAddUserStatus OBJECT-TYPE enable(1) user name and password. | 1.3.6.1.4.1.40418.7.100.1.22.5 | INTEGER {enable(1)} | read-write | current |
| priPowerTable OBJECT-TYPE Table of power information about switches in this switch. | 1.3.6.1.4.1.40418.7.100.1.23 | not-accessible | current | |
| priPowerEntry OBJECT-TYPE An entry in the table, containing information about power in this switch. | 1.3.6.1.4.1.40418.7.100.1.23.1 | not-accessible | current | |
| priPowerIndex OBJECT-TYPE get power number(power1-AC;power2-DC). | 1.3.6.1.4.1.40418.7.100.1.23.1.1 | INTEGER | read-only | current |
| priPowerPresent OBJECT-TYPE get power's status of present(1:present; 0: not present; 2:unknown). | 1.3.6.1.4.1.40418.7.100.1.23.1.2 | INTEGER | read-only | current |
| priPowerSupply OBJECT-TYPE get power's supply status(1:up; 0:shutdown; ; 2:unknown). | 1.3.6.1.4.1.40418.7.100.1.23.1.3 | INTEGER | read-only | current |
| vsfInfo OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.1.30 | |||
| vsfCount OBJECT-TYPE vsf member count. | 1.3.6.1.4.1.40418.7.100.1.30.1 | INTEGER | read-only | current |
| vsfModuleTable OBJECT-TYPE Table of descriptive and status information about vsf in this system. | 1.3.6.1.4.1.40418.7.100.1.30.2 | not-accessible | current | |
| vsfModuleEntry OBJECT-TYPE An entry in the table, containing information about vsf in this system. | 1.3.6.1.4.1.40418.7.100.1.30.2.1 | not-accessible | current | |
| vsfSlotIndex OBJECT-TYPE the value is real vsf slot number. | 1.3.6.1.4.1.40418.7.100.1.30.2.1.1 | INTEGER | read-only | current |
| vsfMemberIndex OBJECT-TYPE vsf member index. | 1.3.6.1.4.1.40418.7.100.1.30.2.1.2 | INTEGER | read-only | current |
| vsfModuleType OBJECT-TYPE Type of expansion module in this vsf slot. | 1.3.6.1.4.1.40418.7.100.1.30.2.1.3 | INTEGER {typeMFC(0), typeSFC(1), type1GS(2), type1GL(3), type100M1GT(4), type10M100MT(8), type1-M12GB(101), type1-12GT(102), type1-210Gx(103), type1-110Gx(104), type1-CPU8245(105), type1-BACKPLANE(106), type1-24GB(107), type1-24GT(108), type1-36TX(109), type1-4GX32TX(110), type1-16FX(111), type1-ES2GB(112), type1-M4GX24TX(113), type1-ES(114), type1-MI(115), type1-MII(116), type1-12GB(117), type1-M8GB(118), type1-2XFP8GX16GB(119), type1-8GX16GB(120), type1-4GX24TX(121), type1-L-M4GX24TX(122), type1-1XFP8GX16GB(123), type1-2XFP12GX12GT(124), type1-12GX12GT(125), type1-1XFP12GX12GT(126), type1-48GT(127), type1-M1XFP12GX12GT(128), type1-4XFP(129), type1-48GB(130), type1-M44GT(131), type1-M1XFP12GX12GB(132), type1-12GX12GB(133), type1-2XFP12GX12GB(134), type1-4GB12GX8GT(135), type1-2XFP24GB12GT(136), type1-24GB12GT(137), type1-NEWMI(138), type1-M1XFP12GX12GTR4(139), type1-12GX12GTR4(140), type1-2XFP12GX12GTR4(141), type1-E-24GB12GT(142), type1-E-2XFP24GB12GT(143), type1-MSC(144), type8QSFP(145), type1-FW(146), type1-OF(147), type1-MIIR2(148), type1-E-M16GX8GB(149), type1-E-4XS16GX8GB(150), type1-2XFP12GX12GTR5(151), type1-MIIR3(152), type1-M2XS8GX16GB(154), type1-28GB16GT4XS(155), type1-E-48GT(156), type1-44GB4XS(157), type1-20XS2Q(158), type2-M12GB(165), type2-12GT(166), type2-210Gx(167), type2-110Gx(168), type2-CPU8245(169), type2-BACKPLANE(170), type2-24GB(171), type2-24GT(172), type2-36TX(173), type2-4GX32TX(174), type2-16FX(175), type2-ES2GB(176), type2-M4GX24TX(177), type2-ES(178), type2-MI(179), type2-MII(180), type2-12GB(181), type2-M8GB(182), type2-2XFP8GX16GB(183), type2-8GX16GB(184), type2-4GX24TX(185), type2-L-M4GX24TX(186), type2-1XFP8GX16GB(187), type2-2XFP12GX12GT(188), type2-12GX12GT(189), type2-1XFP12GX12GT(190), type2-48GT(191), type2-M1XFP12GX12GT(192), type2-4XFP(193), type2-48GB(194), type2-M44GT(195), type2-M1XFP12GX12GB(196), type2-12GX12GB(197), type2-2XFP12GX12GB(198), type2-4GB12GX8GT(199), type2-2XFP24GB12GT(200), type2-24GB12GT(201), type2-NEWMI(202), type2-M1XFP12GX12GTR4(203), type2-12GX12GTR4(204), type2-2XFP12GX12GTR4(205), type2-E-24GB12GT(206), type2-E-2XFP24GB12GT(207), type2-MSC(208), type2-M1XFP12GX12GTV(209), type2-FW(210), type2-OF(211), type2-MIIR2(212), type2-E-M16GX8GB(213), type2-E-4XS16GX8GB(214), type2-2XFP12GX12GTR5(215), type2-MIIR3(216), type2-M2XS8GX16GB(218), type2-28GB16GT4XS(219), type2-E-48GT(220), type2-44GB4XS(221), type2-20XS2Q(222), type3-M(228), type3-MI(229), type3-MII(230), type3-24GT(231), type3-24GB(232), type3-ES-FW(233), type3-4XFP(234), type3-8XFP(235), type3-24GT-V(236), type3-24GB-V(237), type3-24SFP-PLUS(238), type3-SUP(239), type3-FAB(240), type3-MSC(241), type3-24GT-WS(242), type3-24GB-WS(243), type3-FW(244), type3-8QSFP(245), type3-OF(246), type3-20XS2Q(247), type3-FAB-TWO-CHIP(248), type3-08BACKPLANE(299), type4-4GT(300), type4-4FX(301), type4-2GB(302), type4-4TX(303), type4-4GB(304), type4-4FB(305), type5-M16K-SUP(320), type5-M16K-16Q(321), type5-M16K-FC(322), type5-M16K-48XS2Q(323), type5-M16K-24T24S2XS(324)} | read-only | current |
| sysMonitorAlarmTable OBJECT-TYPE the state of MonitorAlarm. | 1.3.6.1.4.1.40418.7.100.1.31 | not-accessible | current | |
| sysMonitorAlarmEntry OBJECT-TYPE MonitorAlarm supply status | 1.3.6.1.4.1.40418.7.100.1.31.1 | not-accessible | current | |
| sysMonitorAlarmIndex OBJECT-TYPE system MonitorAlarm entry index | 1.3.6.1.4.1.40418.7.100.1.31.1.1 | INTEGER | not-accessible | current |
| sysMonitorAlarmEnable OBJECT-TYPE Whether the slot MonitorAlarm is enabled or not. | 1.3.6.1.4.1.40418.7.100.1.31.1.2 | INTEGER {sysMonitorAlarmNotEnable(0), sysMonitorAlarmEnable(1)} | read-only | current |
| sysMonitorAlarmBindSet OBJECT-TYPE Whether the slot fan is normal or abnormal. | 1.3.6.1.4.1.40418.7.100.1.31.1.3 | INTEGER {input1-output1(1), input1-output2(2), input2-output1(3), input2-output2(4)} | read-only | current |
| sysMonitorAlarmInputSet OBJECT-TYPE InputSet of MonitorAlarm. Status: input1-high(1), input1-low(2), input2-high(3), input2-low(4) is readonly | 1.3.6.1.4.1.40418.7.100.1.31.1.4 | INTEGER {input1-high(1), input1-low(2), input2-high(3), input2-low(4)} | read-write | current |
| sysMonitorAlarmOutputSet OBJECT-TYPE Output of MonitorAlarm. Status: output1-high(1), output1-low(2), output2-high(3)), output2-low(4)is readonly | 1.3.6.1.4.1.40418.7.100.1.31.1.5 | INTEGER {output1-high(1), output1-low(2), output2-high(3), output2-low(4)} | read-write | current |
| deviceTypeID OBJECT-TYPE the hardware type ID of the physical entity. | 1.3.6.1.4.1.40418.7.100.1.100 | INTEGER | read-only | current |
| rpsPowerVoltage OBJECT-TYPE show rps power voltage. | 1.3.6.1.4.1.40418.7.100.1.101 | INTEGER | read-only | current |
| priSpanningTree OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.2 | |||
| spanGlobalEnable OBJECT-TYPE Enable or disable the Spanning Tree algorithm in the switch. | 1.3.6.1.4.1.40418.7.100.2.1 | INTEGER {enable(1), disable(2)} | read-write | current |
| mstpMgt OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.2.2 | |||
| mstpSystemGroup OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.2.2.1 | |||
| mstpEnable OBJECT-TYPE Enable or disable the Spanning Tree algorithm in the switch. This scalar takes effect when Spanning Tree is globally enabled. | 1.3.6.1.4.1.40418.7.100.2.2.1.1 | INTEGER {disable(0), enable(1)} | read-create | current |
| mstpTCFlush OBJECT-TYPE configure global style of TC FLUSH | 1.3.6.1.4.1.40418.7.100.2.2.1.2 | INTEGER {enable(1), disable(2), protect(3)} | read-create | current |
| mstpForwardTime OBJECT-TYPE This time value, measured in units of hundredths of a second, controls how fast a port changes its spanning state when moving towards the Forwarding state. The value determines how long the port stays in each of the Listening and Learning states, which precede the Forwarding state. This value is also used, when a topology change has been detected and is underway, to age all dynamic entries in the Forwarding Database. | 1.3.6.1.4.1.40418.7.100.2.2.1.3 | INTEGER | read-only | current |
| mstpHelloTime OBJECT-TYPE The amount of time between the transmission of Configuration bridge PDUs by this node on any port when it is the root of the spanning tree or trying to become so, in units of hundredths of a second. This is the actual value that this bridge is currently using. | 1.3.6.1.4.1.40418.7.100.2.2.1.4 | INTEGER | read-only | current |
| mstpMaxage OBJECT-TYPE The maximum age of Spanning Tree Protocol information learned from the network on any port before it is discarded, in units of hundredths of a second. This is the actual value that this bridge is currently using. | 1.3.6.1.4.1.40418.7.100.2.2.1.5 | INTEGER | read-only | current |
| mstpMaxhop OBJECT-TYPE setting global Maxhop of mstp | 1.3.6.1.4.1.40418.7.100.2.2.1.6 | INTEGER (1..40) | read-create | current |
| mstpMode OBJECT-TYPE setting global mode of mstp,stp or rstp | 1.3.6.1.4.1.40418.7.100.2.2.1.7 | INTEGER {stp(0), rstp(2), mstp(3)} | read-create | current |
| mstpName OBJECT-TYPE setting the name of mst | 1.3.6.1.4.1.40418.7.100.2.2.1.8 | DisplayString (SIZE(1..32)) | read-create | current |
| mstpRevisionLevel OBJECT-TYPE setting the global revision level of mstp | 1.3.6.1.4.1.40418.7.100.2.2.1.9 | INTEGER (0..65535) | read-create | current |
| mstpBridgeForwardDelay OBJECT-TYPE setting global Forwardtime of mstp | 1.3.6.1.4.1.40418.7.100.2.2.1.10 | INTEGER (4..30) | read-create | current |
| mstpBridgeHelloTime OBJECT-TYPE setting global HelloTime of mstp | 1.3.6.1.4.1.40418.7.100.2.2.1.11 | INTEGER (1..10) | read-create | current |
| mstpBridgeMaxage OBJECT-TYPE setting global Maxage of mstp | 1.3.6.1.4.1.40418.7.100.2.2.1.12 | INTEGER (6..40) | read-create | current |
| mstpInstanceTable OBJECT-TYPE correlative information list with instance | 1.3.6.1.4.1.40418.7.100.2.2.2 | not-accessible | current | |
| mstpInstanceEntry OBJECT-TYPE The index of this table is instance ID | 1.3.6.1.4.1.40418.7.100.2.2.2.1 | not-accessible | current | |
| mstpInstanceID OBJECT-TYPE instance ID | 1.3.6.1.4.1.40418.7.100.2.2.2.1.1 | INTEGER | not-accessible | current |
| mstpInstanceVlans OBJECT-TYPE the map of vlans to instance.The input format is consonant with cli. | 1.3.6.1.4.1.40418.7.100.2.2.2.1.2 | DisplayString (SIZE(0..512)) | read-create | current |
| mstpInstanceSwitchPriority OBJECT-TYPE the priority of the router in the special instance. | 1.3.6.1.4.1.40418.7.100.2.2.2.1.3 | INTEGER (0..61440) | read-create | current |
| mstpInstanceRegionRootID OBJECT-TYPE the region root ID in the special instance. | 1.3.6.1.4.1.40418.7.100.2.2.2.1.4 | OCTET STRING | read-only | current |
| mstpInstanceIntRootPathCost OBJECT-TYPE the path cost from self bridge to Region Root. | 1.3.6.1.4.1.40418.7.100.2.2.2.1.5 | Unsigned32 | read-only | current |
| mstpInstanceRootPortID OBJECT-TYPE the root port ID in the special instance. | 1.3.6.1.4.1.40418.7.100.2.2.2.1.6 | OCTET STRING | read-only | current |
| mstpInstancePortTable OBJECT-TYPE interrelated parameter list of instance and port | 1.3.6.1.4.1.40418.7.100.2.2.3 | not-accessible | current | |
| mstpInstancePortEntry OBJECT-TYPE The index of this table is instance ID and port index | 1.3.6.1.4.1.40418.7.100.2.2.3.1 | not-accessible | current | |
| mstpInstancePortInstanceID OBJECT-TYPE instance ID | 1.3.6.1.4.1.40418.7.100.2.2.3.1.1 | INTEGER | not-accessible | current |
| mstpInstancePortPortIndex OBJECT-TYPE port index | 1.3.6.1.4.1.40418.7.100.2.2.3.1.2 | INTEGER | not-accessible | current |
| mstpInstancePortCost OBJECT-TYPE port cost of port under the special instance | 1.3.6.1.4.1.40418.7.100.2.2.3.1.3 | INTEGER (1..200000000) | read-create | current |
| mstpInstancePortPriority OBJECT-TYPE port priority of port under the special instance | 1.3.6.1.4.1.40418.7.100.2.2.3.1.4 | INTEGER (0..240) | read-create | current |
| mstpInstancePortRootGuard OBJECT-TYPE rootguard enable/disable on the current instance | 1.3.6.1.4.1.40418.7.100.2.2.3.1.5 | INTEGER {disable(0), enable(1)} | read-create | current |
| mstpInstancePortID OBJECT-TYPE ID of port which receive a BPDU | 1.3.6.1.4.1.40418.7.100.2.2.3.1.6 | OCTET STRING | read-only | current |
| mstpInstancePortExtRootPathCost OBJECT-TYPE the path cost from self bridge to Root bridge | 1.3.6.1.4.1.40418.7.100.2.2.3.1.7 | Unsigned32 | read-only | current |
| mstpInstancePortIntRootPathCost OBJECT-TYPE the path cost from self bridge to Region Root | 1.3.6.1.4.1.40418.7.100.2.2.3.1.8 | Unsigned32 | read-only | current |
| mstpInstancePortState OBJECT-TYPE the port state in the instance | 1.3.6.1.4.1.40418.7.100.2.2.3.1.9 | INTEGER {block(0), forwarding(1), learning(2)} | read-only | current |
| mstpInstancePortRole OBJECT-TYPE the port role in the instance | 1.3.6.1.4.1.40418.7.100.2.2.3.1.10 | INTEGER {nonstp(0), alternate(1), root(2), designated(3), backup(4), master(5), disabled(6)} | read-only | current |
| mstpInstancePortDesignatedBridgeID OBJECT-TYPE the designated bridge ID | 1.3.6.1.4.1.40418.7.100.2.2.3.1.11 | OCTET STRING | read-only | current |
| mstpInstancePortDesignatedPortID OBJECT-TYPE the designated port ID | 1.3.6.1.4.1.40418.7.100.2.2.3.1.12 | OCTET STRING | read-only | current |
| mstpPortInfoTable OBJECT-TYPE mstp information list of port | 1.3.6.1.4.1.40418.7.100.2.2.4 | not-accessible | current | |
| mstpPortInfoEntry OBJECT-TYPE The index of this table is port index | 1.3.6.1.4.1.40418.7.100.2.2.4.1 | not-accessible | current | |
| mstpPortInfoPortIndex OBJECT-TYPE port index | 1.3.6.1.4.1.40418.7.100.2.2.4.1.1 | INTEGER | not-accessible | current |
| mstpPortInfoEnable OBJECT-TYPE enable/disable mstp on the port. | 1.3.6.1.4.1.40418.7.100.2.2.4.1.2 | INTEGER {disable(0), enable(1)} | read-create | current |
| mstpPortLinkType OBJECT-TYPE the p2p link type of the port | 1.3.6.1.4.1.40418.7.100.2.2.4.1.3 | INTEGER {force-false(0), force-true(1), auto(2)} | read-create | current |
| mstpPortMcheck OBJECT-TYPE trigger/untrigger | 1.3.6.1.4.1.40418.7.100.2.2.4.1.4 | INTEGER {untrigger(0), trigger(1)} | read-create | current |
| mstpPortPortFast OBJECT-TYPE default:the port mode is portfast mode bpdufilter:the port mode is portfast mode with bpdufilter bpduguard:the port mode is portfast mode with bpduguard noportfast:the port mode is not portfast mode | 1.3.6.1.4.1.40418.7.100.2.2.4.1.5 | INTEGER {default(0), bpdufilter(1), bpduguard(2), noportfast(3)} | read-create | current |
| mstpPortFormat OBJECT-TYPE which mode can be setted up port of message format function | 1.3.6.1.4.1.40418.7.100.2.2.4.1.6 | INTEGER {standard(0), privacy(1), auto(2)} | read-create | current |
| mstpPortDigestSnp OBJECT-TYPE Whether the port use peer's authentication key | 1.3.6.1.4.1.40418.7.100.2.2.4.1.7 | INTEGER {disable(0), enable(1)} | read-create | current |
| mstpPortTCFlush OBJECT-TYPE when topology is changed, how to flush the mac | 1.3.6.1.4.1.40418.7.100.2.2.4.1.8 | INTEGER {useglobal(0), enable(1), disable(2), protect(3)} | read-create | current |
| priPorts OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.3 | |||
| portCount OBJECT-TYPE The total number of ports in the system. | 1.3.6.1.4.1.40418.7.100.3.1 | INTEGER (1..256) | read-only | current |
| portTable OBJECT-TYPE A list of port entries. | 1.3.6.1.4.1.40418.7.100.3.2 | not-accessible | current | |
| priPortEntry OBJECT-TYPE A port entry containing port information, status, and control. | 1.3.6.1.4.1.40418.7.100.3.2.1 | not-accessible | current | |
| portIndex OBJECT-TYPE port No. | 1.3.6.1.4.1.40418.7.100.3.2.1.1 | INTEGER | read-only | current |
| portName OBJECT-TYPE Name of the port. exp:financial. | 1.3.6.1.4.1.40418.7.100.3.2.1.2 | DisplayString (SIZE(0..32)) | read-only | current |
| switchNum OBJECT-TYPE This value is denoting the number of swith in which this port resides. For the non-stackable device,the value is always 1. While for the stackable device, the value is real switch stack number. | 1.3.6.1.4.1.40418.7.100.3.2.1.3 | INTEGER (0..16) | read-only | current |
| slotNum OBJECT-TYPE This value is denoting the number of slot. For the static slot,the value is 1,while for the extended slot the value is real extended slot number. | 1.3.6.1.4.1.40418.7.100.3.2.1.4 | INTEGER (0..16) | read-only | current |
| portType OBJECT-TYPE Type of expansion module in this port. | 1.3.6.1.4.1.40418.7.100.3.2.1.5 | INTEGER {typeSFP(0), typeCombo(1), typeFiber(2), typeSingleOptFE(3), typeMultiOptFE(4), typeElecFE(5), typeSingleOptGE(6), typeMultiOptGE(7), typeElecGE(8), typePortAGG(9), typePortUsbGE(10), typeOptXge(11), typeElecXge(12), other(255)} | read-only | current |
| flowControlStatus OBJECT-TYPE The flow-control status of the port. Its functionality is exactly same as 'flow control' or 'no flow control' commands in console mode. | 1.3.6.1.4.1.40418.7.100.3.2.1.6 | INTEGER {disable(0), enable(1)} | read-write | current |
| bandwidthControlStatus OBJECT-TYPE The bandwidth-control status of the port. Its functionality is to stop the bandwidth control. The only way to enable bandwidth control is to set receiveBandwidth or transmitBandwith. | 1.3.6.1.4.1.40418.7.100.3.2.1.7 | INTEGER {ingress(0), egress(1), both(2), none(3)} | read-only | current |
| maxBandwidth OBJECT-TYPE The max bandwidth of the port. | 1.3.6.1.4.1.40418.7.100.3.2.1.8 | INTEGER {default(0), bw100M(1), bw1000M(2), bw10000M(3), bw40000M(4), bw20000M(5), bw25G(6), bw100G(7)} | read-only | current |
| receiveBandwidth OBJECT-TYPE The recevice bandwidth of the port. Its unit is kbs. The command 'bandwidth control 50 both' in console mode equals setting both receiveBandwidth and transmitBandwidth to 50 kbs. Set 0 is no bandwidth. | 1.3.6.1.4.1.40418.7.100.3.2.1.9 | INTEGER | read-write | current |
| transmitBandwidth OBJECT-TYPE The transmit bandwidth of the port. Its unit is kbs. Set 0 is no bandwidth. | 1.3.6.1.4.1.40418.7.100.3.2.1.10 | INTEGER | read-write | current |
| shutdown OBJECT-TYPE Close or open to specify the port. | 1.3.6.1.4.1.40418.7.100.3.2.1.12 | INTEGER {shutDown(0), noshutdown(1)} | read-write | current |
| loopback OBJECT-TYPE Open or close to specify the wreath of the port back to test the function. | 1.3.6.1.4.1.40418.7.100.3.2.1.13 | INTEGER {noloopback(0), loopback(1)} | read-write | current |
| speedDuplex OBJECT-TYPE The speed and duplex status of the port. | 1.3.6.1.4.1.40418.7.100.3.2.1.14 | INTEGER {auto(0), half10(1), full10(2), half100(3), full100(4), half1000(5), full1000(6), half-1000-M(7), half-1000-s(8), full-1000-M(9), full-1000-s(10), fx-100(13), fx-100-phy(14), fx-100-no-phy(15), neg-10-auto(16), neg-10-full(17), neg-10-half(18), neg-10-100-auto(19), neg-10-100-full(20), neg-10-100-half(21), neg-10-100-1000-full(22), neg-10-100-1000-half(23), neg-full-10g(24), full-10g(25), full-40g(26)} | read-write | current |
| portMode OBJECT-TYPE port mode: 1 is access,2 is trunk,3 is hybrid | 1.3.6.1.4.1.40418.7.100.3.2.1.15 | INTEGER {access(1), trunk(2), hybrid(3)} | read-write | current |
| pvid OBJECT-TYPE port of native vlan No. | 1.3.6.1.4.1.40418.7.100.3.2.1.16 | INTEGER | read-write | current |
| indicatesType OBJECT-TYPE Indicates the port type of the configuration of the switch. | 1.3.6.1.4.1.40418.7.100.3.2.1.17 | INTEGER {other(1), hundredBaseTX(2), hundredBaseFX(3), thousandBaseSX(4), thousandBaseLX(5), thousandBaseT(6), thousandBaseGBIC(7), thousandBaseSfp(8), hundredBaseFxScSingleMode(9), hundredBaseFxScMultiMode(10), thousandBaseCX(11), tenG(12)} | read-only | current |
| vctAction OBJECT-TYPE This object indicates the VCT action of the port,only the value 1 is permitted when SET this entry though you can GET 1(processing) and 0(succeed); The specified port will be shutdown when one sets 1 to this entry,and then it will return to no shutdown after operate the virtual-cable-test. You can get the status of VCT from the entry vctLastStatus. | 1.3.6.1.4.1.40418.7.100.3.2.1.18 | INTEGER | read-write | current |
| vctLastStatus OBJECT-TYPE Indicates the last VCT status of the port. | 1.3.6.1.4.1.40418.7.100.3.2.1.19 | DisplayString (SIZE(0..1000)) | read-only | current |
| portTrunkAllowedvlan OBJECT-TYPE trunk port allowed vlan list string | 1.3.6.1.4.1.40418.7.100.3.2.1.20 | OCTET STRING | read-write | current |
| portHybridTaggedAllowedvlan OBJECT-TYPE hybrid port tagged allowed vlan list string | 1.3.6.1.4.1.40418.7.100.3.2.1.21 | OCTET STRING | read-write | current |
| portHybridUntaggedAllowedvlan OBJECT-TYPE hybrid port untagged allowed vlan list string | 1.3.6.1.4.1.40418.7.100.3.2.1.22 | OCTET STRING | read-write | current |
| portBandWidthUsage OBJECT-TYPE The percentage of the port's bandwidth usage | 1.3.6.1.4.1.40418.7.100.3.2.1.23 | INTEGER (0..100) | read-only | current |
| lastFiveMinInPktsPerSec OBJECT-TYPE last five minutes input packets/Sec. | 1.3.6.1.4.1.40418.7.100.3.2.1.24 | Counter32 | read-only | current |
| lastFiveMinOutPktsPerSec OBJECT-TYPE last five minutes output packets/Sec. | 1.3.6.1.4.1.40418.7.100.3.2.1.25 | Counter32 | read-only | current |
| lastFiveSecInPktsPerSec OBJECT-TYPE last five seconds input packets/Sec. | 1.3.6.1.4.1.40418.7.100.3.2.1.26 | Counter32 | read-only | current |
| lastFiveSecOutPktsPerSec OBJECT-TYPE last five seconds output packets/Sec. | 1.3.6.1.4.1.40418.7.100.3.2.1.27 | Counter32 | read-only | current |
| transceiverSn OBJECT-TYPE serial num of transceiver.if port is not a transceiver,value is null. | 1.3.6.1.4.1.40418.7.100.3.2.1.28 | DisplayString (SIZE(0..16)) | read-only | current |
| portBlockMode OBJECT-TYPE port block mode.value: noblock: 0, rate-violation block: 1, loopback-detection block: 2, unknown-protocol block: 3 | 1.3.6.1.4.1.40418.7.100.3.2.1.29 | Counter32 | read-only | current |
| portBlockState OBJECT-TYPE port shutdown mode.value: noblock state: 0, rate-violation block state: 1, loopback-detection block state: 2, unknown-protocol block state: 3 | 1.3.6.1.4.1.40418.7.100.3.2.1.30 | Counter32 | read-only | current |
| portComboMediaType OBJECT-TYPE The media type of combo port | 1.3.6.1.4.1.40418.7.100.3.2.1.31 | INTEGER {phyModeCopperPrefered(1), phyModeCopperForced(2), phyModeFiberPrefered(3), phyModeFiberForced(4)} | read-write | current |
| portDiscardPktType OBJECT-TYPE port mode: 1 is tag,2 is untag; 3 is set no tag,4 is set no untag. | 1.3.6.1.4.1.40418.7.100.3.2.1.32 | INTEGER {tag(1), untag(2), no-tag(3), no-untag(4)} | read-write | current |
| stormControlTable OBJECT-TYPE storm-contol table | 1.3.6.1.4.1.40418.7.100.3.3 | not-accessible | current | |
| stormControlEntry OBJECT-TYPE storm-control entry | 1.3.6.1.4.1.40418.7.100.3.3.1 | not-accessible | current | |
| stormControlIndex OBJECT-TYPE port index | 1.3.6.1.4.1.40418.7.100.3.3.1.1 | INTEGER | read-only | current |
| stormControlType OBJECT-TYPE broadcast(broadcast rate suppression),multicast(multicast rate suppression), unicast(unicast rate suppression),dlf(Destination Lookup Failure rate suppression), brmc(broadcast and multicast rate suppression),brmcdlf(Broadcast, multicast and DLF rate suppression) | 1.3.6.1.4.1.40418.7.100.3.3.1.2 | INTEGER {broadcast(0), multicast(1), unicast(2), dlf(3), brmc(4), brmcdlf(5), all(6)} | read-only | current |
| stormControlRate OBJECT-TYPE the suppress rate.the value range at <1-1488095> or <1-1000000> on different devices. | 1.3.6.1.4.1.40418.7.100.3.3.1.3 | INTEGER | read-write | current |
| stormControlStatus OBJECT-TYPE Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry | 1.3.6.1.4.1.40418.7.100.3.3.1.4 | INTEGER {destroy(0), active(1)} | read-write | current |
| loopbackDetection OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.3.4 | |||
| loopbackDetecCtrlRecovery OBJECT-TYPE This value is the state recovery time.When this time comes, port back to the normal state.But when the value is 0, does not restore state. | 1.3.6.1.4.1.40418.7.100.3.4.1 | INTEGER (0..3600) | read-write | current |
| loopbackDetecIntervalTime OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.3.4.2 | |||
| lpbackDetecExistInterval OBJECT-TYPE This detection time interval is present when the loop exists, in seconds, the range of 5 to 300. The default value is 5. | 1.3.6.1.4.1.40418.7.100.3.4.2.1 | INTEGER (5..300) | read-write | current |
| lpbackDetecNoExistInterval OBJECT-TYPE This detection time interval is present when the loop does not exist, in seconds, the range from 1 to 30,The default value is 3. | 1.3.6.1.4.1.40418.7.100.3.4.2.2 | INTEGER (1..30) | read-write | current |
| loopbackDetecCtrlTable OBJECT-TYPE A table containing current configuration information for the function of loopback detection control. | 1.3.6.1.4.1.40418.7.100.3.4.3 | not-accessible | current | |
| loopbackDetecCtrlEntry OBJECT-TYPE An entry in the loopback detection control table. | 1.3.6.1.4.1.40418.7.100.3.4.3.1 | not-accessible | current | |
| lpbackDetecCtrlIndex OBJECT-TYPE An unique value for each port. | 1.3.6.1.4.1.40418.7.100.3.4.3.1.1 | INTEGER | not-accessible | current |
| lpbackDetecCtrlMode OBJECT-TYPE Indicates the control type of the configuration of the loopback detection. The default value is 0. When the value is set to 0,the loopback detection control function will be disabled. | 1.3.6.1.4.1.40418.7.100.3.4.3.1.2 | INTEGER {nocontrol(0), shutdown(1), block(2)} | read-write | current |
| loopbackDetecSpecVlanTable OBJECT-TYPE Setting the loopback detection function for the specified vlan of the port. | 1.3.6.1.4.1.40418.7.100.3.4.4 | not-accessible | current | |
| loopbackDetecSpecVlanEntry OBJECT-TYPE An entry in the loopbackDetecSpecVlanTable. | 1.3.6.1.4.1.40418.7.100.3.4.4.1 | not-accessible | current | |
| lpbackDetecVlanPortIndex OBJECT-TYPE An unique value for each port. | 1.3.6.1.4.1.40418.7.100.3.4.4.1.1 | INTEGER | not-accessible | current |
| lpbackDetecVlanList OBJECT-TYPE The value is a vlan list that you will set.Please pay attention to the list of writing,eg:1;3;5-20 . | 1.3.6.1.4.1.40418.7.100.3.4.4.1.2 | DisplayString (SIZE(1..512)) | read-write | current |
| lpbackDetecVlanListSetFlag OBJECT-TYPE When lpbackDetecVlanListSetFlag is 1,open the specified VLAN loopback detection function.When lpbackDetecVlanListSetFlag is 0,close the specified VLAN loopback detection function. | 1.3.6.1.4.1.40418.7.100.3.4.4.1.3 | INTEGER {close(0), open(1)} | read-write | current |
| loopbackDetecShowTable OBJECT-TYPE Show the config and state of loopback detection for the specified port. | 1.3.6.1.4.1.40418.7.100.3.4.5 | not-accessible | current | |
| loopbackDetecShowEntry OBJECT-TYPE An entry in the loopbackDetecShowTable. | 1.3.6.1.4.1.40418.7.100.3.4.5.1 | not-accessible | current | |
| lpbackDetecShowPortIndex OBJECT-TYPE An unique value for each port. | 1.3.6.1.4.1.40418.7.100.3.4.5.1.1 | INTEGER | not-accessible | current |
| lpbackDetecShowInformation OBJECT-TYPE The value display the configuration and state of loopback detection for the specified port. | 1.3.6.1.4.1.40418.7.100.3.4.5.1.2 | DisplayString (SIZE(1..1024)) | read-only | current |
| stormControlPortTable OBJECT-TYPE storm-contol port table | 1.3.6.1.4.1.40418.7.100.3.5 | not-accessible | current | |
| stormControlPortEntry OBJECT-TYPE storm-control entry | 1.3.6.1.4.1.40418.7.100.3.5.1 | not-accessible | current | |
| stormControlPortIndex OBJECT-TYPE port index | 1.3.6.1.4.1.40418.7.100.3.5.1.1 | INTEGER | read-only | current |
| stormControlSuppressType OBJECT-TYPE broadcast(broadcast rate suppression),multicast(multicast rate suppression), unicast(unicast rate suppression)) | 1.3.6.1.4.1.40418.7.100.3.5.1.2 | INTEGER {broadcast(0), multicast(1), unicast(2)} | read-only | current |
| stormControlSuppressRateUnit OBJECT-TYPE set kbps as measure or set pps as measure | 1.3.6.1.4.1.40418.7.100.3.5.1.3 | INTEGER {kbps(0), pps(1)} | read-write | current |
| stormControlSuppressRateValue OBJECT-TYPE if the suppressrate unit is pps,the value range at <1-1488095> ,or if the suppressrate unit is bps,the value range at <1-1000000>, it depends on stormControlSuppressRateUnit. | 1.3.6.1.4.1.40418.7.100.3.5.1.4 | INTEGER | read-write | current |
| stormControlSuppressStatus OBJECT-TYPE Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry | 1.3.6.1.4.1.40418.7.100.3.5.1.5 | INTEGER {destroy(0), active(1)} | read-write | current |
| flowCounterTable OBJECT-TYPE control port and vlan interface flow table | 1.3.6.1.4.1.40418.7.100.3.6 | not-accessible | current | |
| flowCouterEntry OBJECT-TYPE control port and vlan interface flow entry | 1.3.6.1.4.1.40418.7.100.3.6.1 | not-accessible | current | |
| flowPortIndex OBJECT-TYPE Port Index | 1.3.6.1.4.1.40418.7.100.3.6.1.1 | INTEGER | read-only | current |
| flowVlanID OBJECT-TYPE Vlan ID | 1.3.6.1.4.1.40418.7.100.3.6.1.2 | INTEGER | read-only | current |
| flowCounterInOctets OBJECT-TYPE The total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. | 1.3.6.1.4.1.40418.7.100.3.6.1.3 | Counter64 | read-only | current |
| flowCounterInUcastPkts OBJECT-TYPE The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were not addressed to a multicast or broadcast address at this sub-layer. This object is a 64-bit version of ifInUcastPkts. | 1.3.6.1.4.1.40418.7.100.3.6.1.4 | Counter64 | read-only | current |
| flowCounterInMulticastPkts OBJECT-TYPE The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were addressed to a multicast address at this sub-layer. For a MAC layer protocol, this includes both Group and Functional addresses. This object is a 64-bit version of ifInMulticastPkts. | 1.3.6.1.4.1.40418.7.100.3.6.1.5 | Counter64 | read-only | current |
| flowCounterInBroadcastPkts OBJECT-TYPE The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were addressed to a broadcast address at this sub-layer. This object is a 64-bit version of ifInBroadcastPkts. | 1.3.6.1.4.1.40418.7.100.3.6.1.6 | Counter64 | read-only | current |
| flowCounterOutOctets OBJECT-TYPE The total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets. | 1.3.6.1.4.1.40418.7.100.3.6.1.7 | Counter64 | read-only | current |
| flowCounterOutUcastPkts OBJECT-TYPE The total number of packets that higher-level protocols requested be transmitted, and which were not addressed to a multicast or broadcast address at this sub-layer, including those that were discarded or not sent. This object is a 64-bit version of ifOutUcastPkts. | 1.3.6.1.4.1.40418.7.100.3.6.1.8 | Counter64 | read-only | current |
| flowCounterOutMulticastPkts OBJECT-TYPE The total number of packets that higher-level protocols requested be transmitted, and which were addressed to a multicast address at this sub-layer, including those that were discarded or not sent. For a MAC layer protocol, this includes both Group and Functional addresses. This object is a 64-bit version of ifOutMulticastPkts. | 1.3.6.1.4.1.40418.7.100.3.6.1.9 | Counter64 | read-only | current |
| flowCounterOutBroadcastPkts OBJECT-TYPE The total number of packets that higher-level protocols requested be transmitted, and which were addressed to a broadcast address at this sub-layer, including those that were discarded or not sent. This object is a 64-bit version of ifOutBroadcastPkts. | 1.3.6.1.4.1.40418.7.100.3.6.1.10 | Counter64 | read-only | current |
| clearFlowCounter OBJECT-TYPE Clear flow counter. | 1.3.6.1.4.1.40418.7.100.3.6.1.11 | INTEGER {disable(0), enable(1)} | read-write | current |
| sumFlowCounterTable OBJECT-TYPE control port and vlan interface flow table | 1.3.6.1.4.1.40418.7.100.3.7 | not-accessible | current | |
| sumFlowCouterEntry OBJECT-TYPE control port and vlan interface flow entry | 1.3.6.1.4.1.40418.7.100.3.7.1 | not-accessible | current | |
| sumFlowVlanID OBJECT-TYPE Vlan ID | 1.3.6.1.4.1.40418.7.100.3.7.1.1 | INTEGER | read-only | current |
| sumFlowCounterInOctets OBJECT-TYPE The total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. | 1.3.6.1.4.1.40418.7.100.3.7.1.2 | Counter64 | read-only | current |
| sumFlowCounterInPkts OBJECT-TYPE The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were not addressed to a multicast or broadcast address at this sub-layer. This object is a 64-bit version of ifInUcastPkts. | 1.3.6.1.4.1.40418.7.100.3.7.1.3 | Counter64 | read-only | current |
| sumFlowCounterOutOctets OBJECT-TYPE The total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets. | 1.3.6.1.4.1.40418.7.100.3.7.1.4 | Counter64 | read-only | current |
| sumFlowCounterOutPkts OBJECT-TYPE The total number of packets that higher-level protocols requested be transmitted, and which were not addressed to a multicast or broadcast address at this sub-layer, including those that were discarded or not sent. This object is a 64-bit version of ifOutUcastPkts. | 1.3.6.1.4.1.40418.7.100.3.7.1.5 | Counter64 | read-only | current |
| clearSumFlowCounter OBJECT-TYPE Clear flow counter. | 1.3.6.1.4.1.40418.7.100.3.7.1.6 | INTEGER {disable(0), enable(1)} | read-write | current |
| portUtilTable OBJECT-TYPE A list of port util entries. | 1.3.6.1.4.1.40418.7.100.3.10 | not-accessible | current | |
| portUtilEntry OBJECT-TYPE A port util entry containing wan port in util,wan port out util, bit error rate and packet lost rate. | 1.3.6.1.4.1.40418.7.100.3.10.1 | not-accessible | current | |
| portUtilIndex OBJECT-TYPE port No. | 1.3.6.1.4.1.40418.7.100.3.10.1.1 | INTEGER (1..1024) | read-only | current |
| wanIfInUtil OBJECT-TYPE WAN port inflows utilization. | 1.3.6.1.4.1.40418.7.100.3.10.1.2 | INTEGER | read-only | current |
| wanIfOutUtil OBJECT-TYPE WAN port outflows utilization. | 1.3.6.1.4.1.40418.7.100.3.10.1.3 | INTEGER | read-only | current |
| ifBer OBJECT-TYPE port error rate. | 1.3.6.1.4.1.40418.7.100.3.10.1.4 | INTEGER | read-only | current |
| ifPaketLostRate OBJECT-TYPE port packet lost rate. | 1.3.6.1.4.1.40418.7.100.3.10.1.5 | INTEGER | read-only | current |
| portLEDShutoffTable OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.3.11 | |||
| portLEDTimerange OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.3.11.1 | |||
| portLEDTimeRangeMapTable OBJECT-TYPE timeRange Map Table | 1.3.6.1.4.1.40418.7.100.3.11.1.1 | not-accessible | current | |
| portLEDTimeRangeMapEntry OBJECT-TYPE timeRange Map Entry | 1.3.6.1.4.1.40418.7.100.3.11.1.1.1 | not-accessible | current | |
| portLEDTimeRangeMapIndex OBJECT-TYPE TimeRange Map index,the range of it is 1-(2^32-1). | 1.3.6.1.4.1.40418.7.100.3.11.1.1.1.1 | INTEGER | read-only | current |
| portLEDTimeRangeMapName OBJECT-TYPE TimeRange Map name | 1.3.6.1.4.1.40418.7.100.3.11.1.1.1.2 | DisplayString (SIZE(1..64)) | read-write | current |
| portLEDTimeRangeMapStatus OBJECT-TYPE TimeRange Map status | 1.3.6.1.4.1.40418.7.100.3.11.1.1.1.3 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-write | current |
| portLEDTimeRangeTable OBJECT-TYPE timeRange Table | 1.3.6.1.4.1.40418.7.100.3.11.1.2 | not-accessible | current | |
| portLEDTimeRangeEntry OBJECT-TYPE timeRange Entry | 1.3.6.1.4.1.40418.7.100.3.11.1.2.1 | not-accessible | current | |
| portLEDTimeRangeIndex OBJECT-TYPE TimeRange index,the allowed range is 1 to 1000. | 1.3.6.1.4.1.40418.7.100.3.11.1.2.1.1 | INTEGER | read-only | current |
| portLEDTimeRangeSubIndex OBJECT-TYPE TimeRange sub index,the allowed range is 1 to 1000. | 1.3.6.1.4.1.40418.7.100.3.11.1.2.1.2 | INTEGER | read-only | current |
| portLEDTimeRangeType OBJECT-TYPE TimeRange type | 1.3.6.1.4.1.40418.7.100.3.11.1.2.1.3 | INTEGER {absolute(1), periodic(2)} | read-write | current |
| portLEDTimeRangeStartWeek OBJECT-TYPE configurate the start week,for example: f8 means monday+tuesday+wednesday+thurday+friday, the lowest bit is not used,so fe is the biggest. | 1.3.6.1.4.1.40418.7.100.3.11.1.2.1.4 | Bits {monday(0), tuesday(1), wednesday(2), thursday(3), friday(4), saturday(5), sunday(6)} | read-write | current |
| portLEDTimeRangeStartDate OBJECT-TYPE configurate the start Date,for example YYYY.MM.DD . | 1.3.6.1.4.1.40418.7.100.3.11.1.2.1.5 | DisplayString | read-write | current |
| portLEDTimeRangeStartTime OBJECT-TYPE configurate the start clock,for example HH:MM:SS. | 1.3.6.1.4.1.40418.7.100.3.11.1.2.1.6 | DisplayString | read-write | current |
| portLEDTimeRangeEndWeek OBJECT-TYPE configurate the end week,for example: f8 means monday+tuesday+wednesday+thurday+friday, the lowest bit is not used,so fe is the biggest. | 1.3.6.1.4.1.40418.7.100.3.11.1.2.1.7 | Bits {monday(0), tuesday(1), wednesday(2), thursday(3), friday(4), saturday(5), sunday(6)} | read-write | current |
| portLEDTimeRangeEndDate OBJECT-TYPE configurate the end date,for example YYYY.MM.DD. | 1.3.6.1.4.1.40418.7.100.3.11.1.2.1.8 | DisplayString | read-write | current |
| portLEDTimeRangeEndTime OBJECT-TYPE configurate the end clock,for example HH:MM:SS. | 1.3.6.1.4.1.40418.7.100.3.11.1.2.1.9 | DisplayString | read-write | current |
| portLEDTimeRangeStatus OBJECT-TYPE status of timeRangeMapTable | 1.3.6.1.4.1.40418.7.100.3.11.1.2.1.10 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-write | current |
| portLEDConfig OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.3.11.2 | |||
| portLEDTimeRangeName OBJECT-TYPE the timer range of port LED shut-off config | 1.3.6.1.4.1.40418.7.100.3.11.2.1 | DisplayString (SIZE(1..64)) | read-write | current |
| portLEDState OBJECT-TYPE enable or disable LED shut-off on all ports. | 1.3.6.1.4.1.40418.7.100.3.11.2.2 | INTEGER {allOn(0), allOff(1)} | read-only | current |
| portLEDTimeRangeDelete OBJECT-TYPE the timer range of port LED shut-off delete | 1.3.6.1.4.1.40418.7.100.3.11.2.3 | INTEGER {disable(0), enable(1)} | write-only | current |
| portTruckAllowedVlanTable OBJECT-TYPE Truck port alllowed vlan table | 1.3.6.1.4.1.40418.7.100.3.12 | not-accessible | current | |
| portTruckAllowedVlanEntry OBJECT-TYPE Truck port alllowed vlan entry | 1.3.6.1.4.1.40418.7.100.3.12.1 | not-accessible | current | |
| portTruckPortIndex OBJECT-TYPE port index of truck mode | 1.3.6.1.4.1.40418.7.100.3.12.1.1 | INTEGER | not-accessible | current |
| portTruckAllowedVlan OBJECT-TYPE VLAN IDs of the allowed VLANs when this port is in trunking mode. | 1.3.6.1.4.1.40418.7.100.3.12.1.2 | OCTET STRING | read-write | current |
| portTruckAllowedVlanAdd OBJECT-TYPE Add VLANs to the current list. | 1.3.6.1.4.1.40418.7.100.3.12.1.3 | OCTET STRING | read-write | current |
| portTruckAllowedVlanExcept OBJECT-TYPE All VLANs except the following. | 1.3.6.1.4.1.40418.7.100.3.12.1.4 | OCTET STRING | read-write | current |
| portTruckAllowedVlanRemove OBJECT-TYPE Remove VLANs from the current list. | 1.3.6.1.4.1.40418.7.100.3.12.1.5 | OCTET STRING | read-write | current |
| portTruckAllowedVlanAll OBJECT-TYPE Allow all(1) vlans or none vlans. | 1.3.6.1.4.1.40418.7.100.3.12.1.6 | INTEGER {none(0), all(1)} | read-write | current |
| portHybridTaggedAllowedVlanTable OBJECT-TYPE Truck port alllowed vlan table | 1.3.6.1.4.1.40418.7.100.3.13 | not-accessible | current | |
| portHybridTaggedAllowedVlanEntry OBJECT-TYPE Truck port alllowed vlan entry | 1.3.6.1.4.1.40418.7.100.3.13.1 | not-accessible | current | |
| portHybridTaggedPortIndex OBJECT-TYPE port index of Hybrid mode | 1.3.6.1.4.1.40418.7.100.3.13.1.1 | INTEGER | not-accessible | current |
| portHybridTaggedAllowedVlan OBJECT-TYPE VLAN IDs of the allowed VLANs when this port is in hybrid mode. | 1.3.6.1.4.1.40418.7.100.3.13.1.2 | OCTET STRING | read-write | current |
| portHybridTaggedAllowedVlanAdd OBJECT-TYPE Add VLANs to the current list. | 1.3.6.1.4.1.40418.7.100.3.13.1.3 | OCTET STRING | read-write | current |
| portHybridTaggedAllowedVlanExcept OBJECT-TYPE All VLANs except the following. | 1.3.6.1.4.1.40418.7.100.3.13.1.4 | OCTET STRING | read-write | current |
| portHybridTaggedAllowedVlanRemove OBJECT-TYPE Remove VLANs from the current list. | 1.3.6.1.4.1.40418.7.100.3.13.1.5 | OCTET STRING | read-write | current |
| portHybridTaggedAllowedVlanAll OBJECT-TYPE allow all(1) vlans or none vlans. | 1.3.6.1.4.1.40418.7.100.3.13.1.6 | INTEGER {none(0), all(1)} | read-write | current |
| portHybridUntaggedAllowedVlanTable OBJECT-TYPE Truck port alllowed vlan table | 1.3.6.1.4.1.40418.7.100.3.14 | not-accessible | current | |
| portHybridUntaggedAllowedVlanEntry OBJECT-TYPE Truck port alllowed vlan entry | 1.3.6.1.4.1.40418.7.100.3.14.1 | not-accessible | current | |
| portHybridUntaggedPortIndex OBJECT-TYPE port index of Hybrid mode | 1.3.6.1.4.1.40418.7.100.3.14.1.1 | INTEGER | not-accessible | current |
| portHybridUntaggedAllowedVlan OBJECT-TYPE VLAN IDs of the allowed VLANs when this port is in hybrid mode. | 1.3.6.1.4.1.40418.7.100.3.14.1.2 | OCTET STRING | read-write | current |
| portHybridUntaggedAllowedVlanAdd OBJECT-TYPE Add VLANs to the current list. | 1.3.6.1.4.1.40418.7.100.3.14.1.3 | OCTET STRING | read-write | current |
| portHybridUntaggedAllowedVlanExcept OBJECT-TYPE All VLANs except the following. | 1.3.6.1.4.1.40418.7.100.3.14.1.4 | OCTET STRING | read-write | current |
| portHybridUntaggedAllowedVlanRemove OBJECT-TYPE Remove VLANs from the current list. | 1.3.6.1.4.1.40418.7.100.3.14.1.5 | OCTET STRING | read-write | current |
| portHybridUntaggedAllowedVlanAll OBJECT-TYPE allow all(1) vlans or none vlans. | 1.3.6.1.4.1.40418.7.100.3.14.1.6 | INTEGER {none(0), all(1)} | read-write | current |
| priIpConfig OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.4 | |||
| netDefaultGateway OBJECT-TYPE The IP Address of the default gateway. If this value is undefined or unknown, it shall have the value 0.0.0.0. | 1.3.6.1.4.1.40418.7.100.4.1 | IpAddress | read-write | current |
| ipHttpState OBJECT-TYPE Web server on-off. | 1.3.6.1.4.1.40418.7.100.4.2 | INTEGER {disable(0), enable(1)} | read-write | current |
| iPAddrTable OBJECT-TYPE A table of iPAddrEntry. | 1.3.6.1.4.1.40418.7.100.4.3 | not-accessible | current | |
| iPAddrEntry OBJECT-TYPE A set of configuration parameters for a particular network interface on this device. If the device has no network interface, this table is empty. The index is composed of the ifIndex assigned to the corresponding interface. | 1.3.6.1.4.1.40418.7.100.4.3.1 | not-accessible | current | |
| iPAddrVid OBJECT-TYPE The VLAN interface being used by this table entry. Only the VLAN interfaces which have an IP configured will appear in the table. | 1.3.6.1.4.1.40418.7.100.4.3.1.1 | INTEGER | not-accessible | current |
| iPAddrIPAddress OBJECT-TYPE The IP address of this Net interface. The default value for this object is 0.0.0.0. If either the IPAddrIPAddress or IPAddrSubnetMask is 0.0.0.0, then when the device boots, it may use BOOTP to try to figure out what these values should be. If BOOTP fails, before the device can talk on the network, this value must be configured (e.g., through a terminal attached to the device). | 1.3.6.1.4.1.40418.7.100.4.3.1.2 | IpAddress | not-accessible | current |
| iPAddrSubnetMask OBJECT-TYPE The subnet mask of this Net interface. The default value for this object is 0.0.0.0. If either the IPAddrIPAddress or IPAddrSubnetMask are 0.0.0.0, then when the device boots, it may use BOOTP to try to figure out what these values should be. If BOOTP fails, before the device can talk on the network, this value must be configured (e.g., through a terminal attached to the device). | 1.3.6.1.4.1.40418.7.100.4.3.1.3 | IpAddress | read-create | current |
| iPAddrPrimaryInterface OBJECT-TYPE Whether this is a primary interface. | 1.3.6.1.4.1.40418.7.100.4.3.1.4 | INTEGER {primary(0), secondary(1)} | read-create | current |
| iPAddrStatus OBJECT-TYPE Now state. | 1.3.6.1.4.1.40418.7.100.4.3.1.5 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-create | current |
| interfaceTable OBJECT-TYPE A table of interfaceEntry. | 1.3.6.1.4.1.40418.7.100.4.4 | not-accessible | current | |
| interfaceEntry OBJECT-TYPE A set of configuration parameters for a particular network interface on this device. If the device has no network interface, this table is empty. The index is composed of the ifIndex assigned to the corresponding interface. | 1.3.6.1.4.1.40418.7.100.4.4.1 | not-accessible | current | |
| intfacetype OBJECT-TYPE The Type of interface. Now support(1)vintf and (2)loopback. | 1.3.6.1.4.1.40418.7.100.4.4.1.1 | INTEGER {vintf(1), loopback(2), tunnel(3)} | not-accessible | current |
| intfaceID OBJECT-TYPE The Number of interface. exp:intfacetype(1),interfaceID(2) means interface vlan 2. if intfacetype(2) interfaceID(4) means interface loopback4. if intfacetype(3) interfaceID(5) means interface Tunnel5. | 1.3.6.1.4.1.40418.7.100.4.4.1.2 | INTEGER | not-accessible | current |
| intfaceIndex OBJECT-TYPE The Index of interface. | 1.3.6.1.4.1.40418.7.100.4.4.1.3 | INTEGER | read-only | current |
| intfaceStatus OBJECT-TYPE Now state. | 1.3.6.1.4.1.40418.7.100.4.4.1.5 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-create | current |
| priVlanConfig OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.5 | |||
| vlanInfoTable OBJECT-TYPE A table containing current configuration information for each VLAN currently configured into the device by (local or network) management. | 1.3.6.1.4.1.40418.7.100.5.1 | not-accessible | current | |
| vlanInfoEntry OBJECT-TYPE Static information for a VLAN configured into the device by (local or network) management. | 1.3.6.1.4.1.40418.7.100.5.1.1 | not-accessible | current | |
| vlanID OBJECT-TYPE This value is vlan's ID. | 1.3.6.1.4.1.40418.7.100.5.1.1.1 | INTEGER (1..4094) | not-accessible | current |
| vlanName OBJECT-TYPE which may be used to identify the VLAN. | 1.3.6.1.4.1.40418.7.100.5.1.1.2 | DisplayString (SIZE(1..64)) | read-create | current |
| vlanPortNumber OBJECT-TYPE The sum of vlan's ports. | 1.3.6.1.4.1.40418.7.100.5.1.1.3 | INTEGER (0..65535) | read-only | current |
| vlanRowStatus OBJECT-TYPE This object indicates the status of this entry. | 1.3.6.1.4.1.40418.7.100.5.1.1.4 | INTEGER {active(1), destroy(2)} | read-create | current |
| mvlanInfoTable OBJECT-TYPE A table containing current configuration information for Multicast VLAN . | 1.3.6.1.4.1.40418.7.100.5.2 | not-accessible | current | |
| mvlanInfoEntry OBJECT-TYPE Static information for Multicast VLAN configured into the device by (local or network) management. | 1.3.6.1.4.1.40418.7.100.5.2.1 | not-accessible | current | |
| mvlanID OBJECT-TYPE This value is mvlan's ID. | 1.3.6.1.4.1.40418.7.100.5.2.1.1 | INTEGER (1..4094) | not-accessible | current |
| mvlanStatus OBJECT-TYPE the status of mVLAN:enable(1) to active a mvlanID;disable(0) is to destroy a mvlanID. | 1.3.6.1.4.1.40418.7.100.5.2.1.2 | INTEGER {disable(0), enable(1)} | read-write | current |
| mvlanAssoVlanList OBJECT-TYPE configure vlans association with multicast Vlan,such as'3-4'or '2,5,6',set or unset by Configuring mvlanAssoVlanStatus; geting vlans which associating with multicast Vlan . | 1.3.6.1.4.1.40418.7.100.5.2.1.3 | DisplayString (SIZE(1..100)) | read-write | current |
| mvlanAssoVlanStatus OBJECT-TYPE the status of mvlanAssoVlan:enable(1) to enable multicast Vlan association with Vlan; disable(0) is to disable multicast Vlan association with Vlan. | 1.3.6.1.4.1.40418.7.100.5.2.1.4 | INTEGER {disable(0), enable(1)} | read-write | current |
| mvlanMode OBJECT-TYPE configure mode: when no configration,Default: 0. | 1.3.6.1.4.1.40418.7.100.5.2.1.5 | INTEGER {default(0), dynamic(1), compatible(2)} | read-write | current |
| mvlanPortInfoTable OBJECT-TYPE A table containing current configuration information for each Multicast VLAN . | 1.3.6.1.4.1.40418.7.100.5.3 | not-accessible | current | |
| mvlanPortInfoEntry OBJECT-TYPE Static information for Multicast VLAN configured into the device by (local or network) management. | 1.3.6.1.4.1.40418.7.100.5.3.1 | not-accessible | current | |
| mvlanVId OBJECT-TYPE This value is mvlan's ID. | 1.3.6.1.4.1.40418.7.100.5.3.1.1 | INTEGER (1..4094) | not-accessible | current |
| mvlanPortIndex OBJECT-TYPE Mvlan's port index. | 1.3.6.1.4.1.40418.7.100.5.3.1.2 | INTEGER | not-accessible | current |
| mvlanAssoPortTagid OBJECT-TYPE tagId of portIndex association with multicast Vlan,Default:0.if port needn't Tagid, set portIndex association with mvlanVId only. | 1.3.6.1.4.1.40418.7.100.5.3.1.3 | INTEGER (1..4094) | read-write | current |
| mvlanPortStatus OBJECT-TYPE the status of mvlanPortStatus:enable(1) to enable port association with multicast Vlan; disable(0) is to disable port association with multicast Vlan. | 1.3.6.1.4.1.40418.7.100.5.3.1.4 | INTEGER {disable(0), enable(1)} | read-write | current |
| vlanFlowCounterTable OBJECT-TYPE A table containing flow counters according to vlanid,in/out direction, containing unicast,multicast and broadcast flow. | 1.3.6.1.4.1.40418.7.100.5.4 | not-accessible | current | |
| vlanFlowCounterEntry OBJECT-TYPE Flow counters on vlan for in/out ports. | 1.3.6.1.4.1.40418.7.100.5.4.1 | not-accessible | current | |
| vlanFCVlanID OBJECT-TYPE This value is vlan's ID. | 1.3.6.1.4.1.40418.7.100.5.4.1.1 | INTEGER (1..4094) | not-accessible | current |
| vlanInOctets OBJECT-TYPE The total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. | 1.3.6.1.4.1.40418.7.100.5.4.1.2 | Counter64 | read-only | current |
| vlanInUcastPkts OBJECT-TYPE The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were not addressed to a multicast or broadcast address at this sub-layer. This object is a 64-bit version of ifInUcastPkts. | 1.3.6.1.4.1.40418.7.100.5.4.1.3 | Counter64 | read-only | current |
| vlanInMulticastPkts OBJECT-TYPE The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were addressed to a multicast address at this sub-layer. For a MAC layer protocol, this includes both Group and Functional addresses. This object is a 64-bit version of ifInMulticastPkts. | 1.3.6.1.4.1.40418.7.100.5.4.1.4 | Counter64 | read-only | current |
| vlanInBroadcastPkts OBJECT-TYPE The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were addressed to a broadcast address at this sub-layer. This object is a 64-bit version of ifInBroadcastPkts. | 1.3.6.1.4.1.40418.7.100.5.4.1.5 | Counter64 | read-only | current |
| vlanOutOctets OBJECT-TYPE The total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets. | 1.3.6.1.4.1.40418.7.100.5.4.1.6 | Counter64 | read-only | current |
| vlanOutUcastPkts OBJECT-TYPE The total number of packets that higher-level protocols requested be transmitted, and which were not addressed to a multicast or broadcast address at this sub-layer, including those that were discarded or not sent. This object is a 64-bit version of ifOutUcastPkts. | 1.3.6.1.4.1.40418.7.100.5.4.1.7 | Counter64 | read-only | current |
| vlanOutMulticastPkts OBJECT-TYPE The total number of packets that higher-level protocols requested be transmitted, and which were addressed to a multicast address at this sub-layer, including those that were discarded or not sent. For a MAC layer protocol, this includes both Group and Functional addresses. This object is a 64-bit version of ifOutMulticastPkts. | 1.3.6.1.4.1.40418.7.100.5.4.1.8 | Counter64 | read-only | current |
| vlanOutBroadcastPkts OBJECT-TYPE The total number of packets that higher-level protocols requested be transmitted, and which were addressed to a broadcast address at this sub-layer, including those that were discarded or not sent. This object is a 64-bit version of ifOutBroadcastPkts. | 1.3.6.1.4.1.40418.7.100.5.4.1.9 | Counter64 | read-only | current |
| clearVlanFlowCounter OBJECT-TYPE Clear flow counter. | 1.3.6.1.4.1.40418.7.100.5.4.1.10 | INTEGER {disable(0), enable(1)} | read-write | current |
| priJumblyStacking OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.6 | |||
| sysStackUnitNumber OBJECT-TYPE the number of the stacked units. | 1.3.6.1.4.1.40418.7.100.6.1 | INTEGER | read-only | current |
| jumblyStackingInfoTable OBJECT-TYPE Table of descriptive and status information about jumbly stacking in this system. | 1.3.6.1.4.1.40418.7.100.6.2 | not-accessible | current | |
| jumblyStackingInfoEntry OBJECT-TYPE An entry in the table, containing information about stacking switch in this system. | 1.3.6.1.4.1.40418.7.100.6.2.1 | not-accessible | current | |
| stackingUnitIndex OBJECT-TYPE This object identifies the switch within the system for which this entry contains information. This value can never be greater than switchNumber. | 1.3.6.1.4.1.40418.7.100.6.2.1.1 | INTEGER | read-only | current |
| swHardwareVersion OBJECT-TYPE The text string denoting the version of the hardware. | 1.3.6.1.4.1.40418.7.100.6.2.1.2 | DisplayString (SIZE(1..32)) | read-only | current |
| swSoftwareVersion OBJECT-TYPE The text string denoting the version of the software. | 1.3.6.1.4.1.40418.7.100.6.2.1.3 | DisplayString (SIZE(1..32)) | read-only | current |
| swCPUMac OBJECT-TYPE the Mac address of the machine. | 1.3.6.1.4.1.40418.7.100.6.2.1.4 | MacAddress (SIZE(17)) | read-only | current |
| swType OBJECT-TYPE Type of this switch. | 1.3.6.1.4.1.40418.7.100.6.2.1.5 | DisplayString (SIZE(1..32)) | read-only | current |
| priUamSecurityPortMib OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.7 | |||
| portSecurityTable OBJECT-TYPE The table of port security | 1.3.6.1.4.1.40418.7.100.7.1 | not-accessible | current | |
| portSecurityEntry OBJECT-TYPE An entry in the port security table. | 1.3.6.1.4.1.40418.7.100.7.1.1 | not-accessible | current | |
| psPortIndex OBJECT-TYPE A unique value for each port | 1.3.6.1.4.1.40418.7.100.7.1.1.1 | INTEGER | not-accessible | current |
| psPortSecurity OBJECT-TYPE enable or disable mac bind on this port | 1.3.6.1.4.1.40418.7.100.7.1.1.2 | INTEGER {disable(0), enable(1)} | read-write | current |
| psSecuritytSaticMacAdd OBJECT-TYPE bind Security mac address on this port | 1.3.6.1.4.1.40418.7.100.7.1.1.3 | MacAddress (SIZE(17)) | read-write | current |
| psSecurityStaticMacDel OBJECT-TYPE delete Security mac address on this port | 1.3.6.1.4.1.40418.7.100.7.1.1.4 | MacAddress (SIZE(17)) | read-write | current |
| psSecurityPortLock OBJECT-TYPE lock or unlock this port | 1.3.6.1.4.1.40418.7.100.7.1.1.5 | INTEGER {unlock(0), lock(1)} | read-write | current |
| psSecurityPortMax OBJECT-TYPE Maximum secure addrs on this port | 1.3.6.1.4.1.40418.7.100.7.1.1.6 | INTEGER (1..128) | read-write | current |
| psSecurityPortConvertmac OBJECT-TYPE convert dynamic mac to security mac | 1.3.6.1.4.1.40418.7.100.7.1.1.7 | INTEGER (1) | read-write | current |
| psSecurityPortLocktimer OBJECT-TYPE lock timer on this port | 1.3.6.1.4.1.40418.7.100.7.1.1.8 | INTEGER (0..300) | read-write | current |
| securityMacPortTable OBJECT-TYPE Table of descriptive and status information about security port | 1.3.6.1.4.1.40418.7.100.7.2 | not-accessible | current | |
| securityMacPortEntry OBJECT-TYPE An entry in the security mac port table. | 1.3.6.1.4.1.40418.7.100.7.2.1 | not-accessible | current | |
| secPortIndex OBJECT-TYPE A unique value for each port | 1.3.6.1.4.1.40418.7.100.7.2.1.1 | INTEGER | read-only | current |
| secMacAdress OBJECT-TYPE Mac adress bind on this port | 1.3.6.1.4.1.40418.7.100.7.2.1.2 | MacAddress (SIZE(17)) | read-only | current |
| secVid OBJECT-TYPE vlan id of this port(pvid) | 1.3.6.1.4.1.40418.7.100.7.2.1.3 | INTEGER | read-only | current |
| priIgmpSnoopingMib OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.8 | |||
| priIgmpSnoopingGlobalEnable OBJECT-TYPE Enable or disable the IgmpSnooping algorithm in the switch. | 1.3.6.1.4.1.40418.7.100.8.1 | INTEGER {disable(0), enable(1)} | read-write | current |
| priIgmpSnoopingVlanTable OBJECT-TYPE IopgmpSnoing configuration in vlan. | 1.3.6.1.4.1.40418.7.100.8.2 | not-accessible | current | |
| priIgmpSnoopingEntry OBJECT-TYPE IgmpSnooping confition in vlan. | 1.3.6.1.4.1.40418.7.100.8.2.1 | not-accessible | current | |
| priIgmpSnoopingvlanID OBJECT-TYPE This value is vlan's ID. | 1.3.6.1.4.1.40418.7.100.8.2.1.1 | INTEGER | not-accessible | current |
| priIgmpSnoopingvlanEnable OBJECT-TYPE Enable or disable the IgmpSnooping in the switch.Default:0 | 1.3.6.1.4.1.40418.7.100.8.2.1.2 | INTEGER {disable(0), enable(1)} | read-write | current |
| priIgmpSnoopingleave OBJECT-TYPE Enable or disable the immediate leave config.Default:0 | 1.3.6.1.4.1.40418.7.100.8.2.1.3 | INTEGER {no-immediate-leave(0), immediate-leave(1)} | read-write | current |
| priIgmpSnoopingL2gen OBJECT-TYPE Enable or disable the l2-general-querier config.Default:0 | 1.3.6.1.4.1.40418.7.100.8.2.1.4 | INTEGER {no-l2-general-querier(0), l2-general-querier(1)} | read-write | current |
| priIgmpSnoopingGroupNum OBJECT-TYPE set the maximum IGMP group the port can join | 1.3.6.1.4.1.40418.7.100.8.2.1.5 | INTEGER (1..65535) | read-write | current |
| priIgmpSnoopingSourceNum OBJECT-TYPE set the maximum source number | 1.3.6.1.4.1.40418.7.100.8.2.1.6 | INTEGER (1..65535) | read-write | current |
| priIgmpSnoopingPort OBJECT-TYPE set static mrouter port of vlan. ethernet: Name of Ethernet port ifname: Name of interface port-channel: Port aggregation. | 1.3.6.1.4.1.40418.7.100.8.2.1.7 | OCTET STRING (SIZE(0..255)) | read-write | current |
| priIgmpSnoopingNoPort OBJECT-TYPE unset static mrouter port of vlan. ethernet: Name of Ethernet port ifname: Name of interface port-channel: Port aggregation. | 1.3.6.1.4.1.40418.7.100.8.2.1.8 | OCTET STRING (SIZE(0..255)) | read-write | current |
| priIgmpSnoopingPortTime OBJECT-TYPE Configure this survive time of mrouter port.Default: 255s | 1.3.6.1.4.1.40418.7.100.8.2.1.9 | INTEGER (1..65535) | read-write | current |
| priIgmpSnoopingQueryInterval OBJECT-TYPE Configure this query interval. Default: 125s | 1.3.6.1.4.1.40418.7.100.8.2.1.10 | INTEGER (1..65535) | read-write | current |
| priIgmpSnoopingQueryMrsp OBJECT-TYPE Configure the maximum query response period. Default: 10s | 1.3.6.1.4.1.40418.7.100.8.2.1.11 | INTEGER (1..25) | read-write | current |
| priIgmpSnoopingQueryRobustness OBJECT-TYPE Configure the query robustness.Default: 2 | 1.3.6.1.4.1.40418.7.100.8.2.1.12 | INTEGER (2..10) | read-write | current |
| priIgmpSnoopingSuppression OBJECT-TYPE Configure the suppression query time.Default: 255s | 1.3.6.1.4.1.40418.7.100.8.2.1.13 | INTEGER (1..65535) | read-write | current |
| priIgmpSnoopingBindTable OBJECT-TYPE IgmpSnoing bind configuration. | 1.3.6.1.4.1.40418.7.100.8.3 | not-accessible | current | |
| priIgmpSnoopingBindEntry OBJECT-TYPE IgmpSnooping bind configuration. | 1.3.6.1.4.1.40418.7.100.8.3.1 | not-accessible | current | |
| priIgmpSnoopingVlanID OBJECT-TYPE This value is vlan's ID. | 1.3.6.1.4.1.40418.7.100.8.3.1.1 | INTEGER | not-accessible | current |
| priIgmpSnoopingGroupAddress OBJECT-TYPE This value is group's ip address. | 1.3.6.1.4.1.40418.7.100.8.3.1.2 | IpAddress | not-accessible | current |
| priIgmpSnoopingPortBitmap OBJECT-TYPE Port's bitmap. | 1.3.6.1.4.1.40418.7.100.8.3.1.3 | OCTET STRING | read-only | current |
| priIgmpSnoopingLimitPortTable OBJECT-TYPE IopgmpSnoing limits configuration per port in vlan. | 1.3.6.1.4.1.40418.7.100.8.4 | not-accessible | current | |
| priIgmpSnoopingLimitPortEntry OBJECT-TYPE IgmpSnooping limits confition per port in vlan. | 1.3.6.1.4.1.40418.7.100.8.4.1 | not-accessible | current | |
| priIgmpSnoopingLimitVlanID OBJECT-TYPE This value is vlan's ID which enable ip igmp snooping. | 1.3.6.1.4.1.40418.7.100.8.4.1.1 | INTEGER | not-accessible | current |
| priIgmpSnoopingLimitPortIndex OBJECT-TYPE This value is port's Index. | 1.3.6.1.4.1.40418.7.100.8.4.1.2 | INTEGER | not-accessible | current |
| priIgmpSnoopingLimitPortGroupNum OBJECT-TYPE set the maximum IGMP group the port can join.Default:FFFFFFFF, if only set source_num, when geting ,the result is -1(FFFFFFFF) | 1.3.6.1.4.1.40418.7.100.8.4.1.3 | INTEGER (1..65535) | read-write | current |
| priIgmpSnoopingLimitPortSourceNum OBJECT-TYPE set the maximum source number the port can join.Default:FFFFFFFF, if only set group_num, when geting ,the result is -1(FFFFFFFF) | 1.3.6.1.4.1.40418.7.100.8.4.1.4 | INTEGER (1..65535) | read-write | current |
| priIgmpSnoopingLimitPortStrategy OBJECT-TYPE configure the strategy over limit. | 1.3.6.1.4.1.40418.7.100.8.4.1.5 | INTEGER {replace(1), drop(2)} | read-write | current |
| priIgmpSnoopingLimitPortStatus OBJECT-TYPE the status of limitPort:enable(1) to enable value of limitation; disable(0) is to disable value of limitation. | 1.3.6.1.4.1.40418.7.100.8.4.1.6 | INTEGER {disable(0), enable(1)} | read-write | current |
| priIgmpSnoopingPortCtrlPktTable OBJECT-TYPE IgmpSnooping filter of the layer 3 control packet function of a port. | 1.3.6.1.4.1.40418.7.100.8.5 | not-accessible | current | |
| priIgmpSnoopingPortCtrlPktEntry OBJECT-TYPE IgmpSnooping control packet per port. | 1.3.6.1.4.1.40418.7.100.8.5.1 | not-accessible | current | |
| priIgmpSnoopingPortCtrlPktDrop OBJECT-TYPE if set(1), drop query packet , and if set(2), drop report packet, if set(4), no drop query packet , and if set(5), no drop report packet, query_and_report(3): drop query and report packet, | 1.3.6.1.4.1.40418.7.100.8.5.1.1 | INTEGER {query(1), report(2), query-and-report(3), no-query(4), no-report(5)} | read-write | current |
| priIgmpSnoopingPortAuthTable OBJECT-TYPE This table is used to manage the IGMP Access Authentication configurations of a port. | 1.3.6.1.4.1.40418.7.100.8.6 | not-accessible | current | |
| priIgmpSnoopingPortAuthEntry OBJECT-TYPE IgmpSnooping: A list of manageable entities for IGMP Access Authentication. The configuration is done per port. | 1.3.6.1.4.1.40418.7.100.8.6.1 | not-accessible | current | |
| priIgmpSnoopingPortAuthEnable OBJECT-TYPE If set(0), not enable igmp snooping authentication on port, if set(1), enable igmp snooping authentication on port. | 1.3.6.1.4.1.40418.7.100.8.6.1.1 | INTEGER {disable(0), enable(1)} | read-write | current |
| priIgmpSnoopingPortAuthFreeRule OBJECT-TYPE get the igmpsnooping authentication group control | 1.3.6.1.4.1.40418.7.100.8.6.1.2 | OCTET STRING (SIZE(0..255)) | read-only | current |
| priQinQmib OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.9 | |||
| dot1qTunnelTable OBJECT-TYPE port of qinq tunnel function list | 1.3.6.1.4.1.40418.7.100.9.1 | not-accessible | current | |
| dot1qTunnelEntry OBJECT-TYPE configure of dot1qTunnel | 1.3.6.1.4.1.40418.7.100.9.1.1 | not-accessible | current | |
| qinqPortIndex OBJECT-TYPE port index | 1.3.6.1.4.1.40418.7.100.9.1.1.1 | INTEGER | not-accessible | current |
| tunnelPortEnable OBJECT-TYPE Enable or disable the dot1q-tunnel in this port. | 1.3.6.1.4.1.40418.7.100.9.1.1.2 | INTEGER {disable(0), enable(1)} | read-write | current |
| tunnelPortType OBJECT-TYPE Protocol type of trunk port(TPID)(exp:33024(0x8100)/37120(0x9100)/37376(0x9200)). | 1.3.6.1.4.1.40418.7.100.9.1.1.3 | INTEGER | read-write | current |
| vlanTranslationTable OBJECT-TYPE VLAN translation basic config. | 1.3.6.1.4.1.40418.7.100.9.2 | not-accessible | current | |
| vlanTranslationEntry OBJECT-TYPE VLAN translation | 1.3.6.1.4.1.40418.7.100.9.2.1 | not-accessible | current | |
| translatPortIndex OBJECT-TYPE Index of Port. | 1.3.6.1.4.1.40418.7.100.9.2.1.1 | INTEGER | not-accessible | current |
| translationEnable OBJECT-TYPE if the port can be done translation function | 1.3.6.1.4.1.40418.7.100.9.2.1.2 | INTEGER {disable(0), enable(1)} | read-write | current |
| translationDropType OBJECT-TYPE when VLAN-translation missed, drop packet mode | 1.3.6.1.4.1.40418.7.100.9.2.1.3 | INTEGER {in(1), out(2), both(3), noIn(4), noOut(5), noBoth(6)} | read-write | current |
| vlanTranslationTypeTable OBJECT-TYPE port VLAN-translation of translation relation list | 1.3.6.1.4.1.40418.7.100.9.3 | not-accessible | current | |
| vlanTranslationTypeEntry OBJECT-TYPE port VLAN translation of translation relation,index is port index and translation sort | 1.3.6.1.4.1.40418.7.100.9.3.1 | not-accessible | current | |
| translatPortTypeIndex OBJECT-TYPE port index | 1.3.6.1.4.1.40418.7.100.9.3.1.1 | INTEGER | read-only | current |
| translationType OBJECT-TYPE translation type. in:input translation; out:output translation. | 1.3.6.1.4.1.40418.7.100.9.3.1.2 | INTEGER {in(1), out(2)} | read-only | current |
| translationOldVlanid OBJECT-TYPE vlantranslation pre-vid | 1.3.6.1.4.1.40418.7.100.9.3.1.3 | INTEGER (1..4094) | read-only | current |
| translationNewVlanid OBJECT-TYPE the new vid | 1.3.6.1.4.1.40418.7.100.9.3.1.4 | INTEGER (1..4094) | read-only | current |
| translationTypeStatus OBJECT-TYPE accession/delete VLAN-translation relation | 1.3.6.1.4.1.40418.7.100.9.3.1.5 | INTEGER {active(1), destroy(2)} | read-create | current |
| prisecurity OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.10 | |||
| acl OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.10.1 | |||
| fireWall OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.10.1.1 | |||
| fireWallEnable OBJECT-TYPE firewall on-off | 1.3.6.1.4.1.40418.7.100.10.1.1.1 | INTEGER {disable(0), enable(1)} | read-write | current |
| timeRange OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.10.1.2 | |||
| timeRangeMapTable OBJECT-TYPE timeRange Map Table | 1.3.6.1.4.1.40418.7.100.10.1.2.1 | not-accessible | current | |
| timeRangeMapEntry OBJECT-TYPE timeRange Map Entry | 1.3.6.1.4.1.40418.7.100.10.1.2.1.1 | not-accessible | current | |
| timeRangeMapIndex OBJECT-TYPE TimeRange Map index,the range of it is 1-(2^32-1). | 1.3.6.1.4.1.40418.7.100.10.1.2.1.1.1 | INTEGER | read-only | current |
| timeRangeMapName OBJECT-TYPE TimeRange Map name | 1.3.6.1.4.1.40418.7.100.10.1.2.1.1.2 | DisplayString (SIZE(1..64)) | read-write | current |
| timeRangeMapStatus OBJECT-TYPE TimeRange Map status | 1.3.6.1.4.1.40418.7.100.10.1.2.1.1.3 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-write | current |
| timeRangeTable OBJECT-TYPE timeRange Table | 1.3.6.1.4.1.40418.7.100.10.1.2.2 | not-accessible | current | |
| timeRangeEntry OBJECT-TYPE timeRange Entry | 1.3.6.1.4.1.40418.7.100.10.1.2.2.1 | not-accessible | current | |
| timeRangeIndex OBJECT-TYPE TimeRange index,the allowed range is 1 to 1000. | 1.3.6.1.4.1.40418.7.100.10.1.2.2.1.1 | INTEGER | read-only | current |
| timeRangeSubIndex OBJECT-TYPE TimeRange sub index,the allowed range is 1 to 1000. | 1.3.6.1.4.1.40418.7.100.10.1.2.2.1.2 | INTEGER | read-only | current |
| timeRangeType OBJECT-TYPE TimeRange type | 1.3.6.1.4.1.40418.7.100.10.1.2.2.1.3 | INTEGER {absolute(1), periodic(2)} | read-write | current |
| timeRangeStartWeek OBJECT-TYPE configurate the start week,for example: f8 means monday+tuesday+wednesday+thurday+friday, the lowest bit is not used,so fe is the biggest. | 1.3.6.1.4.1.40418.7.100.10.1.2.2.1.4 | Bits {monday(0), tuesday(1), wednesday(2), thursday(3), friday(4), saturday(5), sunday(6)} | read-write | current |
| timeRangeStartDate OBJECT-TYPE configurate the start Date,for example YYYY.MM.DD . | 1.3.6.1.4.1.40418.7.100.10.1.2.2.1.5 | DisplayString | read-write | current |
| timeRangeStartTime OBJECT-TYPE configurate the start clock,for example HH:MM:SS. | 1.3.6.1.4.1.40418.7.100.10.1.2.2.1.6 | DisplayString | read-write | current |
| timeRangeEndWeek OBJECT-TYPE configurate the end week,for example: f8 means monday+tuesday+wednesday+thurday+friday, the lowest bit is not used,so fe is the biggest. | 1.3.6.1.4.1.40418.7.100.10.1.2.2.1.7 | Bits {monday(0), tuesday(1), wednesday(2), thursday(3), friday(4), saturday(5), sunday(6)} | read-write | current |
| timeRangeEndDate OBJECT-TYPE configurate the end date,for example YYYY.MM.DD. | 1.3.6.1.4.1.40418.7.100.10.1.2.2.1.8 | DisplayString | read-write | current |
| timeRangeEndTime OBJECT-TYPE configurate the end clock,for example HH:MM:SS. | 1.3.6.1.4.1.40418.7.100.10.1.2.2.1.9 | DisplayString | read-write | current |
| timeRangeStatus OBJECT-TYPE status of timeRangeMapTable | 1.3.6.1.4.1.40418.7.100.10.1.2.2.1.10 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-write | current |
| aclConfig OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.10.1.3 | |||
| numAclGroupTable OBJECT-TYPE this table is used for building a num-acl list. | 1.3.6.1.4.1.40418.7.100.10.1.3.1 | not-accessible | current | |
| numAclGroupEntry OBJECT-TYPE numAclGroup Table's Entry | 1.3.6.1.4.1.40418.7.100.10.1.3.1.1 | not-accessible | current | |
| numAclGroupAclIndex OBJECT-TYPE the index of number acl,ip standard <1-99>,ip extern <100-199>, ip extern (support discontinuous ip address mask)<200-299>, mac standard <700-799>, mac extern <1100-1199>,ipv6 standard <500-599> ipv6 extern <600-699>, mac-ip extern <3100-3199>,mac-ip extern(support discontinuous ip address mask) <3200-3299> | 1.3.6.1.4.1.40418.7.100.10.1.3.1.1.1 | INTEGER | read-only | current |
| numAclGroupMatchOrder OBJECT-TYPE value 0 means Acl rule's priority is automatically configured, value 1 means Acl rule's priority is manually configured, but now it's not supported. | 1.3.6.1.4.1.40418.7.100.10.1.3.1.1.2 | INTEGER {autoPriority(0), configPriority(1)} | read-write | current |
| numAclGroupSubitemNum OBJECT-TYPE the Number of one acl's rule. | 1.3.6.1.4.1.40418.7.100.10.1.3.1.1.3 | INTEGER | read-only | current |
| numAclGroupStatus OBJECT-TYPE the status of number acl. | 1.3.6.1.4.1.40418.7.100.10.1.3.1.1.4 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-write | current |
| nameAclGroupTable OBJECT-TYPE this table is used for building a name-acl list and mapping a string of named acl to a value of number, when you want to config name-acl list,you must map at here. | 1.3.6.1.4.1.40418.7.100.10.1.3.2 | not-accessible | current | |
| nameAclGroupEntry OBJECT-TYPE nameAclGroup Table's Entry | 1.3.6.1.4.1.40418.7.100.10.1.3.2.1 | not-accessible | current | |
| nameAclGroupAclIndex OBJECT-TYPE the index of name acl,the range starts at 20000. | 1.3.6.1.4.1.40418.7.100.10.1.3.2.1.1 | INTEGER | read-only | current |
| nameAclGroupAclName OBJECT-TYPE the name of name-acl. | 1.3.6.1.4.1.40418.7.100.10.1.3.2.1.2 | DisplayString (SIZE(1..64)) | read-write | current |
| nameAclGroupAclType OBJECT-TYPE the type of name acl. | 1.3.6.1.4.1.40418.7.100.10.1.3.2.1.3 | INTEGER {ipStandard(0), ipExtern(1), macStandard(2), macExtern(3), macIpExtern(4), macIpStandard(5), ipv6Standard(6), ipv6Extern(7)} | read-write | current |
| nameAclGroupMatchOrder OBJECT-TYPE value 0 means Acl rule's priority is automatically configured, value 1 means Acl rule's priority is manually configured, but now it's not supported. | 1.3.6.1.4.1.40418.7.100.10.1.3.2.1.4 | INTEGER {autoPriority(0), configPriority(1)} | read-write | current |
| nameAclGroupSubitemNum OBJECT-TYPE the Number of one acl's rule. | 1.3.6.1.4.1.40418.7.100.10.1.3.2.1.5 | INTEGER | read-only | current |
| nameAclGroupStatus OBJECT-TYPE the status of nameAclGroupTable. | 1.3.6.1.4.1.40418.7.100.10.1.3.2.1.6 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-write | current |
| ipStandardAclTable OBJECT-TYPE config ip Standard Acl | 1.3.6.1.4.1.40418.7.100.10.1.3.3 | not-accessible | current | |
| ipStandardAclEntry OBJECT-TYPE ip standard Table's Entry | 1.3.6.1.4.1.40418.7.100.10.1.3.3.1 | not-accessible | current | |
| ipStandardIndex OBJECT-TYPE The index of ip-standard-acl group. | 1.3.6.1.4.1.40418.7.100.10.1.3.3.1.1 | INTEGER | read-only | current |
| ipStandardSubIndex OBJECT-TYPE The index of ip-standard-acl rule. | 1.3.6.1.4.1.40418.7.100.10.1.3.3.1.2 | INTEGER | read-only | current |
| ipStandardPriority OBJECT-TYPE The priority of standard ip acl's rule,it is not supported now. | 1.3.6.1.4.1.40418.7.100.10.1.3.3.1.3 | INTEGER | read-write | current |
| ipStandardAct OBJECT-TYPE The action of acl rule. | 1.3.6.1.4.1.40418.7.100.10.1.3.3.1.4 | INTEGER {deny(0), permit(1)} | read-write | current |
| ipStandardSrcIp OBJECT-TYPE Source IP-address of basic acl rule. | 1.3.6.1.4.1.40418.7.100.10.1.3.3.1.5 | IpAddress | read-write | current |
| ipStandardSrcIpWild OBJECT-TYPE Source IP-address wild of basic acl rule. | 1.3.6.1.4.1.40418.7.100.10.1.3.3.1.6 | IpAddress | read-write | current |
| ipStandardStatus OBJECT-TYPE status of the ipStandardAclTable. | 1.3.6.1.4.1.40418.7.100.10.1.3.3.1.7 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-write | current |
| ipExternAclTable OBJECT-TYPE ip extern Acl Table | 1.3.6.1.4.1.40418.7.100.10.1.3.4 | not-accessible | current | |
| ipExternAclEntry OBJECT-TYPE ip extern Table's Entry | 1.3.6.1.4.1.40418.7.100.10.1.3.4.1 | not-accessible | current | |
| ipExternIndex OBJECT-TYPE The index of ip-Extern-acl group . | 1.3.6.1.4.1.40418.7.100.10.1.3.4.1.1 | INTEGER | read-only | current |
| ipExternSubIndex OBJECT-TYPE The index of ip-Extern-acl rule . | 1.3.6.1.4.1.40418.7.100.10.1.3.4.1.2 | INTEGER | read-only | current |
| ipExternPriority OBJECT-TYPE The priority of extern ip acl's rule,it is not supported now. | 1.3.6.1.4.1.40418.7.100.10.1.3.4.1.3 | INTEGER | read-write | current |
| ipExternAct OBJECT-TYPE The action of acl rule. | 1.3.6.1.4.1.40418.7.100.10.1.3.4.1.4 | INTEGER {deny(0), permit(1)} | read-write | current |
| ipExternProtocal OBJECT-TYPE The protocol number field in the IP header used to indicate the higher layer protocol as specified in RFC 1700. A value value of 65535 matches every IP packet. For example : 1 is ICMP, 2 is IGMP, 4 is IP in IP encapsulation, 6 is TCP, 9 is IGRP, 17 is UDP, 47 is GRE, 50 is ESP, 51 is AH, 88 is EIGRP, 89 is OSPF, 94 is KA9Q/NOS compatible IP over IP, 103 is PIMv2, 108 is PCP, 65535 is ip. | 1.3.6.1.4.1.40418.7.100.10.1.3.4.1.5 | Integer32 (0..255 | 65535) | read-write | current |
| ipExternSrcIp OBJECT-TYPE Source IP-address of advanced acl rule,for example 10.1.1.0 . | 1.3.6.1.4.1.40418.7.100.10.1.3.4.1.6 | IpAddress | read-write | current |
| ipExternSrcIpWild OBJECT-TYPE Source IP-address wild of advanced acl rule,for example 0.0.0.255 . | 1.3.6.1.4.1.40418.7.100.10.1.3.4.1.7 | IpAddress | read-write | current |
| ipExternDstIp OBJECT-TYPE Destination IP-address of advanced acl rule,for example 10.1.1.0 . | 1.3.6.1.4.1.40418.7.100.10.1.3.4.1.8 | IpAddress | read-write | current |
| ipExternDstIpWild OBJECT-TYPE Destination IP-address wild of advanced acl rule,for example 0.0.0.255 . | 1.3.6.1.4.1.40418.7.100.10.1.3.4.1.9 | IpAddress | read-write | current |
| ipExternTimeRangeName OBJECT-TYPE The Time-range of advanced acl rule. | 1.3.6.1.4.1.40418.7.100.10.1.3.4.1.10 | DisplayString (SIZE(1..64)) | read-write | current |
| ipExternSrcOp OBJECT-TYPE Indicates how a packet's source TCP/UDP port number is to be compared. If the numIpExternProtocol object in the same row does not indicate TCP or UDP, this object has to be 'noOperator(0)' and cannot be changed while this row is active, i.e., the value of numIpExternStatus in the same row has the value 'active(1)'. 'noOperator(0)', which is the default value, means that no comparison is to be made with the source TCP/UDP port number. eq(1) means equal, This operators are using the ipExternSrcPort1 object as an operand which is the only one needed. range(3) means that it compares the port value between two numbers, so this operator needs 2 operands. One operand is the starting port number of the range which is ipExternSrcPort1 object, and the other operand is the ending port number of the range which the ipExternSrcPort2 object is in. Now support(3)eq,(5)range. | 1.3.6.1.4.1.40418.7.100.10.1.3.4.1.11 | INTEGER {noOperator(0), eq(1), range(2)} | read-write | current |
| ipExternSrcPort1 OBJECT-TYPE The source port number of the TCP or UDP protocol. If the numIpExternSrcOP object in the same row is range(5), this object will be the starting port number of the port range. This object cannot be configured if numIpExternStatus in the same row is active(1) or numIpExternSrcOP in the same row is noOperator(0). | 1.3.6.1.4.1.40418.7.100.10.1.3.4.1.12 | INTEGER (0..65535) | read-write | current |
| ipExternSrcPort2 OBJECT-TYPE The source port number of the TCP or UDP protocol. If the numIpExternSrcOP object in the same row is range(5), this object will be the ending port number of the port range. This object cannot be configured if numIpExternStatus in the same row is active(1) or numIpExternSrcOP in the same row is not range(5). | 1.3.6.1.4.1.40418.7.100.10.1.3.4.1.13 | INTEGER (0..65535) | read-write | current |
| ipExternDstOp OBJECT-TYPE Indicates how a packet's Destination TCP/UDP port number is to be compared. If the numIpExternProtocol object in the same row does not indicate TCP or UDP, this object has to be 'noOperator(0)' and cannot be changed while this row is active, i.e., the value of numIpExternStatus in the same row has the value 'active(1)'. 'noOperator(0)', which is the default value, means that no comparison is to be made with the source TCP/UDP port number. eq(1)means equal, This operators are using the numIpExternDestPort object as an operand which is the only one needed. range(5) means that it compares the port value between two numbers, so this operator needs 2 operands. One operand is the starting port number of the range which is numIpExternSrcPort object, and the other operand is the ending port number of the range which the numIpExternDestPortRange object is in. Now support(3)eq,(5)range. | 1.3.6.1.4.1.40418.7.100.10.1.3.4.1.14 | INTEGER {noOperator(0), eq(1), range(2)} | read-write | current |
| ipExternDstPort1 OBJECT-TYPE The source port number of the TCP or UDP protocol. If the numIpExternDestOP object in the same row is range(5), this object will be the starting port number of the port range. This object cannot be configured if numIpExternStatus in the same row is active(1) or numIpExternDestOP in the same row is noOperator(0). | 1.3.6.1.4.1.40418.7.100.10.1.3.4.1.15 | INTEGER (0..65535) | read-write | current |
| ipExternDstPort2 OBJECT-TYPE The source port number of the TCP or UDP protocol. If the numIpExternDestOP object in the same row is range(5), this object will be the ending port number of the port range. This object cannot be configured if numIpExternStatus in the same row is active(1) or numIpExternDestOP in the same row is not range(5). | 1.3.6.1.4.1.40418.7.100.10.1.3.4.1.16 | INTEGER (0..65535) | read-write | current |
| ipExternStatus OBJECT-TYPE now state of the access-list. | 1.3.6.1.4.1.40418.7.100.10.1.3.4.1.17 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-write | current |
| macStandardAclTable OBJECT-TYPE mac Standard Acl Table | 1.3.6.1.4.1.40418.7.100.10.1.3.5 | not-accessible | current | |
| macStandardAclEntry OBJECT-TYPE mac standard Table's Entry | 1.3.6.1.4.1.40418.7.100.10.1.3.5.1 | not-accessible | current | |
| macStandardIndex OBJECT-TYPE The index of mac-standard-acl group . | 1.3.6.1.4.1.40418.7.100.10.1.3.5.1.1 | INTEGER | read-only | current |
| macStandardSubIndex OBJECT-TYPE The index of mac-standard-acl rule . | 1.3.6.1.4.1.40418.7.100.10.1.3.5.1.2 | INTEGER | read-only | current |
| macStandardPriority OBJECT-TYPE The priority of standard mac acl's rule,it is not supported now. | 1.3.6.1.4.1.40418.7.100.10.1.3.5.1.3 | INTEGER | read-write | current |
| macStandardAct OBJECT-TYPE The action of acl rule. | 1.3.6.1.4.1.40418.7.100.10.1.3.5.1.4 | INTEGER {deny(0), permit(1)} | read-write | current |
| macStandardSrcMac OBJECT-TYPE Source Mac-address of basic acl rule,for example : ff-ff-ff-ff-ff-00. | 1.3.6.1.4.1.40418.7.100.10.1.3.5.1.5 | DisplayString (SIZE(17)) | read-write | current |
| macStandardSrcMacWild OBJECT-TYPE Source Mac-address's anti-mask of basic acl rule,for example : ff-ff-ff-ff-00-00. | 1.3.6.1.4.1.40418.7.100.10.1.3.5.1.6 | DisplayString (SIZE(17)) | read-write | current |
| macStandardStatus OBJECT-TYPE status of the access-list. | 1.3.6.1.4.1.40418.7.100.10.1.3.5.1.7 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-write | current |
| macExternAclTable OBJECT-TYPE mac extern Acl Table | 1.3.6.1.4.1.40418.7.100.10.1.3.6 | not-accessible | current | |
| macExternAclEntry OBJECT-TYPE mac extern Table's Entry | 1.3.6.1.4.1.40418.7.100.10.1.3.6.1 | not-accessible | current | |
| macExternIndex OBJECT-TYPE The index of Mac-Extern-acl group. | 1.3.6.1.4.1.40418.7.100.10.1.3.6.1.1 | INTEGER | read-only | current |
| macExternSubIndex OBJECT-TYPE The index of Mac-Extern-acl rule. | 1.3.6.1.4.1.40418.7.100.10.1.3.6.1.2 | INTEGER | read-only | current |
| macExternPriority OBJECT-TYPE The priority of extern mac acl's rule,it is not supported now. | 1.3.6.1.4.1.40418.7.100.10.1.3.6.1.3 | INTEGER | read-write | current |
| macExternAct OBJECT-TYPE The action of acl rule. | 1.3.6.1.4.1.40418.7.100.10.1.3.6.1.4 | INTEGER {deny(0), permit(1)} | read-write | current |
| macExternSrcMac OBJECT-TYPE Source Mac-address of advanced acl rule,for example : ff-ff-ff-ff-ff-00. | 1.3.6.1.4.1.40418.7.100.10.1.3.6.1.5 | DisplayString (SIZE(17)) | read-write | current |
| macExternSrcMacWild OBJECT-TYPE Source Mac-address's anti-mask of advanced acl rule,for example : ff-ff-ff-ff-00-00. | 1.3.6.1.4.1.40418.7.100.10.1.3.6.1.6 | DisplayString (SIZE(17)) | read-write | current |
| macExternDstMac OBJECT-TYPE Destination Mac-address of advanced acl rule,for example : ff-ff-ff-ff-ff-00. | 1.3.6.1.4.1.40418.7.100.10.1.3.6.1.7 | DisplayString (SIZE(17)) | read-write | current |
| macExternDstMacWild OBJECT-TYPE Destination Mac-address's anti-mask of advanced acl rule,for example : ff-ff-ff-ff-00-00. | 1.3.6.1.4.1.40418.7.100.10.1.3.6.1.8 | DisplayString (SIZE(17)) | read-write | current |
| macExternPacketType OBJECT-TYPE Indicates the message type of packets.none(0),untagged-eth2(1), untagged-802.3(2),tagged-eth2(3),tagged-802.3(4) | 1.3.6.1.4.1.40418.7.100.10.1.3.6.1.9 | INTEGER | read-write | current |
| macExternEtherType OBJECT-TYPE Value of the ethertype | 1.3.6.1.4.1.40418.7.100.10.1.3.6.1.10 | INTEGER (1536..65535) | read-write | current |
| macExternEtherTypeWild OBJECT-TYPE Anti-mask of the ethertype | 1.3.6.1.4.1.40418.7.100.10.1.3.6.1.11 | INTEGER (0..65535) | read-write | current |
| macExternCos OBJECT-TYPE value of the cos | 1.3.6.1.4.1.40418.7.100.10.1.3.6.1.12 | INTEGER (0..7) | read-write | current |
| macExternCosWild OBJECT-TYPE Anti-mask of the cos | 1.3.6.1.4.1.40418.7.100.10.1.3.6.1.13 | INTEGER (0..7) | read-write | current |
| macExternVlanId OBJECT-TYPE vlan id | 1.3.6.1.4.1.40418.7.100.10.1.3.6.1.14 | INTEGER (1..4094) | read-write | current |
| macExternVlanIdWild OBJECT-TYPE Anti-mask of the vlan id | 1.3.6.1.4.1.40418.7.100.10.1.3.6.1.15 | INTEGER (0..4095) | read-write | current |
| macExternStatus OBJECT-TYPE now state of the access-list. | 1.3.6.1.4.1.40418.7.100.10.1.3.6.1.16 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-write | current |
| ipv6StandardAclTable OBJECT-TYPE ipv6 Standard Acl Table | 1.3.6.1.4.1.40418.7.100.10.1.3.7 | not-accessible | current | |
| ipv6StandardAclEntry OBJECT-TYPE ipv6 standard Table's Entry | 1.3.6.1.4.1.40418.7.100.10.1.3.7.1 | not-accessible | current | |
| ipv6StandardIndex OBJECT-TYPE The index of ipv6-standard-acl group. | 1.3.6.1.4.1.40418.7.100.10.1.3.7.1.1 | INTEGER | read-only | current |
| ipv6StandardSubIndex OBJECT-TYPE The index of ipv6-standard-acl rule. | 1.3.6.1.4.1.40418.7.100.10.1.3.7.1.2 | INTEGER | read-only | current |
| ipv6StandardPriority OBJECT-TYPE The priority of standard ipv6 acl's rule,it is not supported now. | 1.3.6.1.4.1.40418.7.100.10.1.3.7.1.3 | INTEGER | read-write | current |
| ipv6StandardAct OBJECT-TYPE The action of acl rule. | 1.3.6.1.4.1.40418.7.100.10.1.3.7.1.4 | INTEGER {deny(0), permit(1)} | read-write | current |
| ipv6StandardSrcIp OBJECT-TYPE Source IPV6-address of basic acl rule,for example : 3ffe:506::100. | 1.3.6.1.4.1.40418.7.100.10.1.3.7.1.5 | DisplayString (SIZE(1..40)) | read-write | current |
| ipv6StandardSrcPrefixLen OBJECT-TYPE Source IPV6-address prefix length of basic acl rule. | 1.3.6.1.4.1.40418.7.100.10.1.3.7.1.6 | INTEGER (0..128) | read-write | current |
| ipv6StandardStatus OBJECT-TYPE now state of the access-list. | 1.3.6.1.4.1.40418.7.100.10.1.3.7.1.7 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-write | current |
| ipv6ExternAclTable OBJECT-TYPE ipv6 extern Acl Table | 1.3.6.1.4.1.40418.7.100.10.1.3.8 | not-accessible | current | |
| ipv6ExternAclEntry OBJECT-TYPE ipv6 extern Table's Entry | 1.3.6.1.4.1.40418.7.100.10.1.3.8.1 | not-accessible | current | |
| ipv6ExternIndex OBJECT-TYPE The index of ipv6-Extern-acl group . | 1.3.6.1.4.1.40418.7.100.10.1.3.8.1.1 | INTEGER | read-write | current |
| ipv6ExternSubIndex OBJECT-TYPE The index of ipv6-Extern-acl rule . | 1.3.6.1.4.1.40418.7.100.10.1.3.8.1.2 | INTEGER | read-write | current |
| ipv6ExternPriority OBJECT-TYPE The priority of extern ipv6 acl's rule,it is not supported now. | 1.3.6.1.4.1.40418.7.100.10.1.3.8.1.3 | INTEGER | read-write | current |
| ipv6ExternAct OBJECT-TYPE The action of acl rule. | 1.3.6.1.4.1.40418.7.100.10.1.3.8.1.4 | INTEGER {deny(0), permit(1)} | read-write | current |
| ipv6ExternProtocal OBJECT-TYPE The protocol number field in the IP header used to indicate the higher layer protocol as specified . For example : 0 is IP, 1 is ICMP, 2 is IGMP, 4 is IP in IP encapsulation, 6 is TCP, 9 is IGRP, 17 is UDP, 47 is GRE, 50 is ESP, 51 is AH, 88 is EIGRP, 89 is OSPF, 94 is KA9Q/NOS compatible IP over IP, 103 is PIMv2, 108 is PCP | 1.3.6.1.4.1.40418.7.100.10.1.3.8.1.5 | INTEGER (0..255) | read-write | current |
| ipv6ExternSrcIp OBJECT-TYPE Source IPV6-address of advanced acl rule,for example : 3ffe:506::100. | 1.3.6.1.4.1.40418.7.100.10.1.3.8.1.6 | DisplayString (SIZE(1..40)) | read-write | current |
| ipv6ExternSrcPreLen OBJECT-TYPE Source IP-address prefix length of advanced acl rule. | 1.3.6.1.4.1.40418.7.100.10.1.3.8.1.7 | INTEGER (0..128) | read-write | current |
| ipv6ExternDstIp OBJECT-TYPE Destination IPV6-address of advanced acl rule,for example : 3ffe:506::100. | 1.3.6.1.4.1.40418.7.100.10.1.3.8.1.8 | DisplayString (SIZE(1..40)) | read-write | current |
| ipv6ExternDstPreLen OBJECT-TYPE Destination IPV6-address prefix length of advanced acl rule. | 1.3.6.1.4.1.40418.7.100.10.1.3.8.1.9 | INTEGER (0..128) | read-write | current |
| ipv6ExternTimeRangeName OBJECT-TYPE The Time-range of advanced acl rule. | 1.3.6.1.4.1.40418.7.100.10.1.3.8.1.10 | DisplayString | read-write | current |
| ipv6ExternSrcOp OBJECT-TYPE Indicates how a packet's source TCP/UDP port number is to be compared. If the ipv6ExternProtocal object in the same row does not indicate TCP or UDP, this object has to be 'noOperator(0)' and cannot be changed while this row is active, i.e., the value of ipv6ExternStatus in the same row has the value 'active(1)'. 'noOperator(0)', which is the default value, means that no comparison is to be made with the source TCP/UDP port number. eq(3) means equal,range(5) means that it compares the port value between two numbers, so this operator needs 2 operands. One operand is the starting port number of the range which is ipv6ExternSrcPort1 object, and the other operand is the ending port number of the range which the ipv6ExternSrcPort2 object is in. | 1.3.6.1.4.1.40418.7.100.10.1.3.8.1.11 | INTEGER {noOperator(0), eq(3), range(5)} | read-write | current |
| ipv6ExternSrcPort1 OBJECT-TYPE The source port number of the TCP or UDP protocol. If the ipv6ExternSrcOp object in the same row is range(5), this object will be the starting port number of the port range. This object cannot be configured if ipv6ExternStatus in the same row is active(1) or ipv6ExternSrcOp in the same row is noOperator(0). | 1.3.6.1.4.1.40418.7.100.10.1.3.8.1.12 | INTEGER (0..65535) | read-write | current |
| ipv6ExternSrcPort2 OBJECT-TYPE The source port number of the TCP or UDP protocol. If the ipv6ExternSrcOp object in the same row is range(5), this object will be the ending port number of the port range. This object cannot be configured if ipv6ExternStatus in the same row is active(1) or ipv6ExternSrcOp in the same row is not range(5). | 1.3.6.1.4.1.40418.7.100.10.1.3.8.1.13 | INTEGER (0..65535) | read-write | current |
| ipv6ExternDstOp OBJECT-TYPE Indicates how a packet's Destination TCP/UDP port number is to be compared. If the ipv6ExternProtocal object in the same row does not indicate TCP or UDP, this object has to be 'noOperator(0)' and cannot be changed while this row is active, i.e., the value of ipv6ExternStatus in the same row has the value 'active(1)'. 'noOperator(0)', which is the default value, means that no comparison is to be made with the source TCP/UDP port number. eq(3) means equal,range(5) means that it compares the port value between two numbers, so this operator needs 2 operands. One operand is the starting port number of the range which is ipv6ExternDstPort1 object, and the other operand is the ending port number of the range which the ipv6ExternDstPort2 object is in. | 1.3.6.1.4.1.40418.7.100.10.1.3.8.1.14 | INTEGER {noOperator(0), eq(3), range(5)} | read-write | current |
| ipv6ExternDstPort1 OBJECT-TYPE The Destination port number of the TCP or UDP protocol. If the ipv6ExternDstOp object in the same row is range(5), this object will be the starting port number of the port range. This object cannot be configured if ipv6ExternStatus in the same row is active(1) or ipv6ExternDstOp in the same row is noOperator(0). | 1.3.6.1.4.1.40418.7.100.10.1.3.8.1.15 | INTEGER (0..65535) | read-write | current |
| ipv6ExternDstPort2 OBJECT-TYPE The Destination port number of the TCP or UDP protocol. If the ipv6ExternDstOp object in the same row is range(5), this object will be the ending port number of the port range. This object cannot be configured if ipv6ExternStatus in the same row is active(1) or ipv6ExternDstOp in the same row is not range(5). | 1.3.6.1.4.1.40418.7.100.10.1.3.8.1.16 | INTEGER (0..65535) | read-write | current |
| ipv6ExternStatus OBJECT-TYPE status of ipv6ExternAclTable. | 1.3.6.1.4.1.40418.7.100.10.1.3.8.1.17 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-write | current |
| macIpExternAclTable OBJECT-TYPE mac-ip extern Acl Table | 1.3.6.1.4.1.40418.7.100.10.1.3.9 | not-accessible | current | |
| macIpExternAclEntry OBJECT-TYPE mac-ip extern Table's Entry | 1.3.6.1.4.1.40418.7.100.10.1.3.9.1 | not-accessible | current | |
| macIpExternIndex OBJECT-TYPE The index of macIp-Extern-acl group . | 1.3.6.1.4.1.40418.7.100.10.1.3.9.1.1 | INTEGER | read-only | current |
| macIpExternSubIndex OBJECT-TYPE The index of macIp-Extern-acl rule . | 1.3.6.1.4.1.40418.7.100.10.1.3.9.1.2 | INTEGER | read-only | current |
| macIpExternPriority OBJECT-TYPE The priority of extern macIp acl's rule,it is not supported now. | 1.3.6.1.4.1.40418.7.100.10.1.3.9.1.3 | INTEGER | read-write | current |
| macIpExternAct OBJECT-TYPE The action of acl rule. | 1.3.6.1.4.1.40418.7.100.10.1.3.9.1.4 | INTEGER {deny(0), permit(1)} | read-write | current |
| macIpExternProtocal OBJECT-TYPE The protocol number field in the IP header used to indicate the higher layer protocol as specified in RFC 1700. A value value of 65535 matches every IP packet. For example : 1 is ICMP, 2 is IGMP, 4 is IP in IP encapsulation, 6 is TCP, 9 is IGRP, 17 is UDP, 47 is GRE, 50 is ESP, 51 is AH, 88 is EIGRP, 89 is OSPF, 94 is KA9Q/NOS compatible IP over IP, 103 is PIMv2, 108 is PCP, 65535 is ip. | 1.3.6.1.4.1.40418.7.100.10.1.3.9.1.5 | Integer32 (0..255 | 65535) | read-write | current |
| macIpExternSrcMac OBJECT-TYPE Source Mac-address of advanced acl rule,for example : ff-ff-ff-ff-ff-00. | 1.3.6.1.4.1.40418.7.100.10.1.3.9.1.6 | DisplayString (SIZE(17)) | read-write | current |
| macIpExternSrcMacWild OBJECT-TYPE Source Mac-address's anti-mask of advanced acl rule,for example : ff-ff-ff-ff-00-00. | 1.3.6.1.4.1.40418.7.100.10.1.3.9.1.7 | DisplayString (SIZE(17)) | read-write | current |
| macIpExternDstMac OBJECT-TYPE Destination Mac-address of advanced acl rule,for example : ff-ff-ff-ff-ff-00. | 1.3.6.1.4.1.40418.7.100.10.1.3.9.1.8 | DisplayString (SIZE(17)) | read-write | current |
| macIpExternDstMacWild OBJECT-TYPE Destination Mac-address's anti-mask of advanced acl rule,for example : ff-ff-ff-ff-00-00. | 1.3.6.1.4.1.40418.7.100.10.1.3.9.1.9 | DisplayString (SIZE(17)) | read-write | current |
| macIpExternSrcIp OBJECT-TYPE Source IP-address of advanced acl rule,for example 10.1.1.0 . | 1.3.6.1.4.1.40418.7.100.10.1.3.9.1.10 | IpAddress | read-write | current |
| macIpExternSrcIpWild OBJECT-TYPE Source IP-address wild of advanced acl rule,for example 0.0.0.255 . | 1.3.6.1.4.1.40418.7.100.10.1.3.9.1.11 | IpAddress | read-write | current |
| macIpExternDstIp OBJECT-TYPE Destination IP-address of advanced acl rule,for example 10.1.1.0 . | 1.3.6.1.4.1.40418.7.100.10.1.3.9.1.12 | IpAddress | read-write | current |
| macIpExternDstIpWild OBJECT-TYPE Destination IP-address wild of advanced acl rule,for example 0.0.0.255 . | 1.3.6.1.4.1.40418.7.100.10.1.3.9.1.13 | IpAddress | read-write | current |
| macIpExternTimeRangeName OBJECT-TYPE The Time-range of advanced acl rule. | 1.3.6.1.4.1.40418.7.100.10.1.3.9.1.14 | DisplayString (SIZE(1..64)) | read-write | current |
| macIpExternSrcOp OBJECT-TYPE Indicates how a packet's source TCP/UDP port number is to be compared. If the macIpExternProtocal object in the same row does not indicate TCP or UDP, this object has to be 'noOperator(0)' and cannot be changed while this row is active, i.e., the value of macIpExternStatus in the same row has the value 'active(1)'. 'noOperator(0)', which is the default value, means that no comparison is to be made with the source TCP/UDP port number. eq(3) means equal, This operators are using the macIpExternSrcPort1 object as an operand which is the only one needed. range(5) means that it compares the port value between two numbers, so this operator needs 2 operands. One operand is the starting port number of the range which is macIpExternSrcPort1 object, and the other operand is the ending port number of the range which the macIpExternSrcPort2 object is in. Now support(3)eq,(5)range. | 1.3.6.1.4.1.40418.7.100.10.1.3.9.1.15 | INTEGER {noOperator(0), eq(3), range(5)} | read-write | current |
| macIpExternSrcPort1 OBJECT-TYPE The source port number of the TCP or UDP protocol. If the macIpExternSrcOP object in the same row is range(5), this object will be the starting port number of the port range. This object cannot be configured if macIpExternStatus in the same row is active(1) or numIpExternSrcOP in the same row is noOperator(0). | 1.3.6.1.4.1.40418.7.100.10.1.3.9.1.16 | INTEGER (0..65535) | read-write | current |
| macIpExternSrcPort2 OBJECT-TYPE The source port number of the TCP or UDP protocol. If the macIpExternSrcOP object in the same row is range(5), this object will be the ending port number of the port range. This object cannot be configured if numIpExternStatus in the same row is active(1) or macIpExternSrcOP in the same row is not range(5). | 1.3.6.1.4.1.40418.7.100.10.1.3.9.1.17 | INTEGER (0..65535) | read-write | current |
| macIpExternDstOp OBJECT-TYPE Indicates how a packet's Destination TCP/UDP port number is to be compared. If the macIpExternProtocol object in the same row does not indicate TCP or UDP, this object has to be 'noOperator(0)' and cannot be changed while this row is active, i.e., the value of macIpExternStatus in the same row has the value 'active(1)'. 'noOperator(0)', which is the default value, means that no comparison is to be made with the source TCP/UDP port number. eq(3)means equal, This operators are using the macIpExternDstPort object as an operand which is the only one needed. range(5) means that it compares the port value between two numbers, so this operator needs 2 operands. One operand is the starting port number of the range which is macIpExternSrcPort1 object, and the other operand is the ending port number of the range which the macIpExternDstPort2 object is in. Now support(3)eq,(5)range. | 1.3.6.1.4.1.40418.7.100.10.1.3.9.1.18 | INTEGER {noOperator(0), eq(1), range(2)} | read-write | current |
| macIpExternDstPort1 OBJECT-TYPE The source port number of the TCP or UDP protocol. If the macIpExternDstOP object in the same row is range(5), this object will be the starting port number of the port range. This object cannot be configured if macIpExternStatus in the same row is active(1) or macIpExternDstOP in the same row is noOperator(0). | 1.3.6.1.4.1.40418.7.100.10.1.3.9.1.19 | INTEGER (0..65535) | read-write | current |
| macIpExternDstPort2 OBJECT-TYPE The source port number of the TCP or UDP protocol. If the macIpExternDstOP object in the same row is range(5), this object will be the ending port number of the port range. This object cannot be configured if numIpExternStatus in the same row is active(1) or macIpExternDstOP in the same row is not range(5). | 1.3.6.1.4.1.40418.7.100.10.1.3.9.1.20 | INTEGER (0..65535) | read-write | current |
| macIpExternPrecedence OBJECT-TYPE The precedence of macIp-Extern-acl . | 1.3.6.1.4.1.40418.7.100.10.1.3.9.1.21 | INTEGER (0..7) | read-write | current |
| macIpExternTos OBJECT-TYPE The tos of macIp-Extern-acl . | 1.3.6.1.4.1.40418.7.100.10.1.3.9.1.22 | INTEGER (0..15) | read-write | current |
| macIpExternStatus OBJECT-TYPE state of the access-list. | 1.3.6.1.4.1.40418.7.100.10.1.3.9.1.23 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-write | current |
| macIpExternVlanId OBJECT-TYPE The vlan Id | 1.3.6.1.4.1.40418.7.100.10.1.3.9.1.24 | INTEGER (1..4094) | read-write | current |
| macIpExternVlanIdWild OBJECT-TYPE The vlan Id mask | 1.3.6.1.4.1.40418.7.100.10.1.3.9.1.25 | INTEGER (0..4095) | read-write | current |
| aclAttach OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.10.1.4 | |||
| aclActiveTable OBJECT-TYPE bind Acl in port or vlan. | 1.3.6.1.4.1.40418.7.100.10.1.4.1 | not-accessible | current | |
| aclActiveEntry OBJECT-TYPE Entry for aclActiveTable | 1.3.6.1.4.1.40418.7.100.10.1.4.1.1 | not-accessible | current | |
| aclActiveBindType OBJECT-TYPE point out the type of position of the bind-acl. | 1.3.6.1.4.1.40418.7.100.10.1.4.1.1.1 | INTEGER {port(0), vlan(1)} | read-only | current |
| aclActiveIndex OBJECT-TYPE The value of port id or vlan id . | 1.3.6.1.4.1.40418.7.100.10.1.4.1.1.2 | INTEGER | read-only | current |
| aclActiveType OBJECT-TYPE the type of acl. | 1.3.6.1.4.1.40418.7.100.10.1.4.1.1.3 | INTEGER {ip(1), ipv6(3), mac(5), macIp(8)} | read-only | current |
| aclActiveDirection OBJECT-TYPE the direction of a binding acl. | 1.3.6.1.4.1.40418.7.100.10.1.4.1.1.4 | INTEGER {out(0), in(1)} | read-only | current |
| aclActiveAclIndex OBJECT-TYPE the value of acl index,you have configured in aclNumAccessGroupTable or aclNameAccessGroupTable. | 1.3.6.1.4.1.40418.7.100.10.1.4.1.1.5 | INTEGER | read-write | current |
| aclActiveStatistic OBJECT-TYPE support traffic statistic or not. | 1.3.6.1.4.1.40418.7.100.10.1.4.1.1.6 | INTEGER {disable(0), enable(1)} | read-write | current |
| aclActiveStatus OBJECT-TYPE access or delete the bind-acl. | 1.3.6.1.4.1.40418.7.100.10.1.4.1.1.7 | INTEGER {disable(0), enable(1)} | read-write | current |
| aclStatisticClearTable OBJECT-TYPE clear traffic-statistic in port or vlan. | 1.3.6.1.4.1.40418.7.100.10.1.4.2 | not-accessible | current | |
| aclStatisticClearEntry OBJECT-TYPE entry for aclStatisticClearTable | 1.3.6.1.4.1.40418.7.100.10.1.4.2.1 | not-accessible | current | |
| aclStatisticClearBindType OBJECT-TYPE point out the type of position of the bind-acl. | 1.3.6.1.4.1.40418.7.100.10.1.4.2.1.1 | INTEGER {port(0), vlan(1)} | read-only | current |
| aclStatisticClearDirection OBJECT-TYPE the direction of a binding acl. | 1.3.6.1.4.1.40418.7.100.10.1.4.2.1.2 | INTEGER {out(0), in(1)} | read-only | current |
| aclStatisticClearIndex OBJECT-TYPE The value of port id or vlan id . | 1.3.6.1.4.1.40418.7.100.10.1.4.2.1.3 | INTEGER | read-only | current |
| aclStatisticClearStatus OBJECT-TYPE clear the bind-acl's traffic-statistic. | 1.3.6.1.4.1.40418.7.100.10.1.4.2.1.4 | INTEGER {disable(0), enable(1)} | read-write | current |
| sshMgt OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.10.2 | |||
| sshServerStatus OBJECT-TYPE The status of Secure Shell Server, set this value to 1 to enable SSH server, set this value to 0 to disable the SSH server. | 1.3.6.1.4.1.40418.7.100.10.2.1 | INTEGER {disable(0), enable(1)} | read-write | current |
| sshServerVersion OBJECT-TYPE The version of the SSH Server. | 1.3.6.1.4.1.40418.7.100.10.2.2 | INTEGER | read-only | current |
| sshTimeout OBJECT-TYPE The time interval that the router waits for the SSH client to respond. The range is 10-600. | 1.3.6.1.4.1.40418.7.100.10.2.3 | INTEGER (10..600) | read-write | current |
| sshAuthRetries OBJECT-TYPE The number of attempts after which the interface is reset. The range is 1-10. | 1.3.6.1.4.1.40418.7.100.10.2.4 | INTEGER (1..10) | read-write | current |
| sshUseTable OBJECT-TYPE The table for Secure Shell Connection. | 1.3.6.1.4.1.40418.7.100.10.2.5 | not-accessible | current | |
| sshUseEntry OBJECT-TYPE The conceptual row for sshConnInfoTable. | 1.3.6.1.4.1.40418.7.100.10.2.5.1 | not-accessible | current | |
| sshUserIndex OBJECT-TYPE | 1.3.6.1.4.1.40418.7.100.10.2.5.1.1 | INTEGER | not-accessible | current |
| sshUserName OBJECT-TYPE | 1.3.6.1.4.1.40418.7.100.10.2.5.1.2 | DisplayString (SIZE(1..16)) | read-write | current |
| sshUserType OBJECT-TYPE | 1.3.6.1.4.1.40418.7.100.10.2.5.1.3 | INTEGER {noCryptograph(0), cryptograph(7)} | read-write | current |
| sshUserPassword OBJECT-TYPE | 1.3.6.1.4.1.40418.7.100.10.2.5.1.4 | DisplayString (SIZE(1..32)) | read-write | current |
| sshUserStatus OBJECT-TYPE | 1.3.6.1.4.1.40418.7.100.10.2.5.1.5 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-write | current |
| sshConnInfoTable OBJECT-TYPE The table for Secure Shell Connection. | 1.3.6.1.4.1.40418.7.100.10.2.6 | not-accessible | current | |
| sshConnInfoEntry OBJECT-TYPE The conceptual row for sshConnInfoTable. | 1.3.6.1.4.1.40418.7.100.10.2.6.1 | not-accessible | current | |
| sshConnID OBJECT-TYPE The connection ID of the Secure Shell Connection. | 1.3.6.1.4.1.40418.7.100.10.2.6.1.1 | INTEGER | read-only | current |
| sshConnVersion OBJECT-TYPE The SSH version. | 1.3.6.1.4.1.40418.7.100.10.2.6.1.2 | INTEGER | read-only | current |
| sshConnStatus OBJECT-TYPE The SSH connection State. negotiationStart(1) mean the SSH is in its negotiation start state, authenticationStart(2) mean the SSH is in authentication start state, sessionStart(3) mean the SSH is in session start State. | 1.3.6.1.4.1.40418.7.100.10.2.6.1.3 | INTEGER {negotiationStart(1), authenticationStart(2), sessionStart(3)} | read-only | current |
| sshConnUserName OBJECT-TYPE User Name. | 1.3.6.1.4.1.40418.7.100.10.2.6.1.4 | DisplayString | read-only | current |
| tacacsMgt OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.10.3 | |||
| tacacsServerHostTable OBJECT-TYPE IP address of TACACS server. | 1.3.6.1.4.1.40418.7.100.10.3.1 | not-accessible | current | |
| tacacsServerHostEntry OBJECT-TYPE | 1.3.6.1.4.1.40418.7.100.10.3.1.1 | not-accessible | current | |
| tacacsServerHostIndex OBJECT-TYPE IP address of TACACS server. | 1.3.6.1.4.1.40418.7.100.10.3.1.1.1 | INTEGER | not-accessible | current |
| tacacsServerHostIP OBJECT-TYPE IP address of TACACS server. | 1.3.6.1.4.1.40418.7.100.10.3.1.1.2 | IpAddress | read-write | current |
| tacacsServerHostPort OBJECT-TYPE Port of TACACS server. | 1.3.6.1.4.1.40418.7.100.10.3.1.1.3 | INTEGER (0..65535) | read-write | current |
| tacacsServerHostPrimary OBJECT-TYPE | 1.3.6.1.4.1.40418.7.100.10.3.1.1.4 | INTEGER {noPrimary(0), primary(1)} | read-write | current |
| tacacsServerHostStatus OBJECT-TYPE | 1.3.6.1.4.1.40418.7.100.10.3.1.1.5 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-write | current |
| tacacsServerHostKey OBJECT-TYPE Key for TACACS. Input space(' ') to clear this key | 1.3.6.1.4.1.40418.7.100.10.3.1.1.6 | DisplayString (SIZE(1..16)) | read-write | current |
| tacacsServerHostTimeout OBJECT-TYPE The time before retransmit of the TACACS server. | 1.3.6.1.4.1.40418.7.100.10.3.1.1.7 | INTEGER (0..60) | read-write | current |
| tacacsServerTimeout OBJECT-TYPE The time before retransmit of the TACACS server. | 1.3.6.1.4.1.40418.7.100.10.3.2 | INTEGER (1..60) | read-write | current |
| tacacsServerKey OBJECT-TYPE Key for TACACS. Input space(' ') to clear this key | 1.3.6.1.4.1.40418.7.100.10.3.3 | DisplayString (SIZE(1..16)) | read-write | current |
| am OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.10.4 | |||
| amGlobalEnable OBJECT-TYPE Global Enable or disable the Access Management. | 1.3.6.1.4.1.40418.7.100.10.4.1 | INTEGER {enable(1), disable(2)} | read-write | current |
| amPortInfoTable OBJECT-TYPE Access Management information list of port. | 1.3.6.1.4.1.40418.7.100.10.4.2 | not-accessible | current | |
| amPortInfoEntry OBJECT-TYPE | 1.3.6.1.4.1.40418.7.100.10.4.2.1 | not-accessible | current | |
| amPortIndex OBJECT-TYPE port index | 1.3.6.1.4.1.40418.7.100.10.4.2.1.1 | INTEGER | not-accessible | current |
| amPortEnable OBJECT-TYPE Enable or disable the Access Management on the port. | 1.3.6.1.4.1.40418.7.100.10.4.2.1.2 | INTEGER {enable(1), disable(2)} | read-write | current |
| amPortForwardingType OBJECT-TYPE Access Management forwarding type. | 1.3.6.1.4.1.40418.7.100.10.4.2.1.3 | INTEGER {ip-pool(1), mac-ip-pool(2)} | read-write | current |
| amPortIp OBJECT-TYPE IP address of Access Management. | 1.3.6.1.4.1.40418.7.100.10.4.2.1.4 | IpAddress | read-only | current |
| amPortMac OBJECT-TYPE Mac address of Access Management. | 1.3.6.1.4.1.40418.7.100.10.4.2.1.5 | MacAddress (SIZE(17)) | read-write | current |
| amPortCount OBJECT-TYPE Seriate IP address number. | 1.3.6.1.4.1.40418.7.100.10.4.2.1.6 | INTEGER (1..32) | read-write | current |
| amPortStatus OBJECT-TYPE | 1.3.6.1.4.1.40418.7.100.10.4.2.1.7 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-write | current |
| radiusMgt OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.10.5 | |||
| aaaEnabled OBJECT-TYPE Enable or disable Aaa function. | 1.3.6.1.4.1.40418.7.100.10.5.1 | INTEGER {disable(0), enable(1)} | read-write | current |
| aaaAccount OBJECT-TYPE Enable or disable Aaa Accounting function. | 1.3.6.1.4.1.40418.7.100.10.5.2 | INTEGER {disable(0), enable(1)} | read-write | current |
| aaaAccountUpdate OBJECT-TYPE Enable or disable Aaa Accounting update function. | 1.3.6.1.4.1.40418.7.100.10.5.3 | INTEGER {disable(0), enable(1)} | read-write | current |
| aaaAccountBindingDHCP OBJECT-TYPE Enable or disable Aaa Accounting DHCP-Binding function. | 1.3.6.1.4.1.40418.7.100.10.5.4 | INTEGER {disable(0), enable(1)} | read-write | current |
| radiusAuthenServerHostTable OBJECT-TYPE Configuration items and information list of RADIUS authentication server host. | 1.3.6.1.4.1.40418.7.100.10.5.5 | not-accessible | current | |
| radiusAuthenServerHostEntry OBJECT-TYPE | 1.3.6.1.4.1.40418.7.100.10.5.5.1 | not-accessible | current | |
| radiusAuthenServerHostIndex OBJECT-TYPE Index of RADIUS authentication server. | 1.3.6.1.4.1.40418.7.100.10.5.5.1.1 | INTEGER | not-accessible | current |
| radiusAuthenServerHostIP OBJECT-TYPE IP address of RADIUS authentication server. | 1.3.6.1.4.1.40418.7.100.10.5.5.1.2 | DisplayString (SIZE(1..39)) | read-write | current |
| radiusAuthenServerHostPort OBJECT-TYPE Port of RADIUS authentication server. | 1.3.6.1.4.1.40418.7.100.10.5.5.1.3 | INTEGER (0..65535) | read-write | current |
| radiusAutServerHostKey OBJECT-TYPE Key for RADIUS authentication server. Input space(' ') to clear this key | 1.3.6.1.4.1.40418.7.100.10.5.5.1.4 | DisplayString (SIZE(1..64)) | read-write | current |
| radiusAuthenServerHostPrimary OBJECT-TYPE Configuration of primary or not primary | 1.3.6.1.4.1.40418.7.100.10.5.5.1.5 | INTEGER {noPrimary(0), primary(1)} | read-write | current |
| radiusAutServerHostAccessMode OBJECT-TYPE Configuration access mode of none, dot1x or telnet | 1.3.6.1.4.1.40418.7.100.10.5.5.1.6 | INTEGER {none(0), dot1x(1), telnet(2)} | read-write | current |
| radiusAuthenServerHostStatus OBJECT-TYPE Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry. | 1.3.6.1.4.1.40418.7.100.10.5.5.1.7 | INTEGER {active(1), destroy(2)} | read-write | current |
| radiusAcctServerHostTable OBJECT-TYPE Configuration items and information list of RADIUS accounting server host. | 1.3.6.1.4.1.40418.7.100.10.5.6 | not-accessible | current | |
| radiusAcctServerHostEntry OBJECT-TYPE | 1.3.6.1.4.1.40418.7.100.10.5.6.1 | not-accessible | current | |
| radiusAcctServerHostIndex OBJECT-TYPE Index of RADIUS accounting server. | 1.3.6.1.4.1.40418.7.100.10.5.6.1.1 | INTEGER | not-accessible | current |
| radiusAcctServerHostIP OBJECT-TYPE IP address of RADIUS accounting server. | 1.3.6.1.4.1.40418.7.100.10.5.6.1.2 | DisplayString (SIZE(1..39)) | read-write | current |
| radiusAcctServerHostPort OBJECT-TYPE Port of RADIUS accounting server. | 1.3.6.1.4.1.40418.7.100.10.5.6.1.3 | INTEGER (0..65535) | read-write | current |
| radiusAcctServerHostKey OBJECT-TYPE Key for RADIUS accounting server. Input space(' ') to clear this key | 1.3.6.1.4.1.40418.7.100.10.5.6.1.4 | DisplayString (SIZE(1..64)) | read-write | current |
| radiusAcctServerHostPrimary OBJECT-TYPE Configuration of primary or not primary | 1.3.6.1.4.1.40418.7.100.10.5.6.1.5 | INTEGER {noPrimary(0), primary(1)} | read-write | current |
| radiusAcctServerHostStatus OBJECT-TYPE Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry. | 1.3.6.1.4.1.40418.7.100.10.5.6.1.6 | INTEGER {active(1), destroy(2)} | read-write | current |
| radiusServerTimeout OBJECT-TYPE The time before retransmit of the RADIUS server. | 1.3.6.1.4.1.40418.7.100.10.5.7 | INTEGER (1..1000) | read-write | current |
| radiusServerRetransmit OBJECT-TYPE Retransmit time before giving up the current RADIUS server. | 1.3.6.1.4.1.40418.7.100.10.5.8 | INTEGER (0..100) | read-write | current |
| radiusServerDeadTime OBJECT-TYPE The time before retry of the down-server. | 1.3.6.1.4.1.40418.7.100.10.5.9 | INTEGER (1..255) | read-write | current |
| radiusServerKey OBJECT-TYPE Key for RADIUS. Input space(' ') to clear this key | 1.3.6.1.4.1.40418.7.100.10.5.10 | DisplayString (SIZE(1..64)) | read-write | current |
| radiusServerAccountTimeOut OBJECT-TYPE Accounting update interval. | 1.3.6.1.4.1.40418.7.100.10.5.11 | INTEGER (60..3600) | read-write | current |
| radiusServerNasIpv4 OBJECT-TYPE Radius server nas IPv4. Input 0.0.0.0 to delete nas ipv4 address | 1.3.6.1.4.1.40418.7.100.10.5.12 | IpAddress | read-write | current |
| radiusServerNasIpv6 OBJECT-TYPE Radius server nas IPv6. Input 0 to delete nas IPv6 address | 1.3.6.1.4.1.40418.7.100.10.5.13 | DisplayString (SIZE(1..39)) | read-write | current |
| priQos OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.11 | |||
| qos OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.11.1 | |||
| qosEnable OBJECT-TYPE qos golbal switch.disable express close,enable is open. | 1.3.6.1.4.1.40418.7.100.11.1.1 | INTEGER {disable(0), enable(1)} | read-write | current |
| qosPortTable OBJECT-TYPE qos port configration. | 1.3.6.1.4.1.40418.7.100.11.1.2 | not-accessible | current | |
| qosPortEntry OBJECT-TYPE qos port list of concrete definition.index is port index | 1.3.6.1.4.1.40418.7.100.11.1.2.1 | not-accessible | current | |
| qosPortIndex OBJECT-TYPE port Index | 1.3.6.1.4.1.40418.7.100.11.1.2.1.1 | INTEGER | not-accessible | current |
| qosPortType OBJECT-TYPE the relation between qosPortType and CLI: 1 mls qos cos {<default-cos> }; 0 mls qos trust {cos [pass-through-cos] [pass-through-dscp]|dscp [pass-through-cos] [pass-through-dscp]| ip-precedence [pass-through-cos] [pass-through-dscp] |port priority <cos> [pass-through-cos] [pass-through-dscp]} ; 2 mls qos dscp-mutation <dscp-mutation-name>; 3 priority-queue out. According to the relation,when configurate qos with snmp,first set the qosPortType to the correct value to select CLI, then set next CLI parameter.Fox example,set qos default cos is 5, first set qosPortType=1 ,then set qosPortCos to 5, finally setting qosPortStatus to 1, trigger snmp-cache works. | 1.3.6.1.4.1.40418.7.100.11.1.2.1.2 | INTEGER {trust(0), cos(1), dscpMutation(2), priorityQueueOut(3)} | read-create | current |
| qosPortCos OBJECT-TYPE port default cos value | 1.3.6.1.4.1.40418.7.100.11.1.2.1.3 | INTEGER (0..7) | read-create | current |
| qosPortTrust OBJECT-TYPE Configure port trust. priority(0),mls qos trust port priority <cos>; priAndPassThroughDscp(1),opposite cli is mls qos trust port priority <cos> pass-through-dscp; priAndPassThroughCos(2),opposite cli is mls qos trust port priority <cos> pass-through-cos; priAndPassThroughCosAndPassThroughDscp(3),opposite cli is mls qos trust port priority <cos> pass-through-cos pass-through-dscp; cos(4),mls qos trust cos; cosAndPassThroughDscp(5),opposite cli is mls qos trust cos pass-through-dscp; cosAndPassThroughCos(6),opposite cli is mls qos trust cos pass-through-cos; cosAndPassThroughCosAndPassThroughDscp(7),opposite cli is mls qos trust cos pass-through-cos pass-through-dscp; dscp(8),mls qos trust dscp; dscpAndPassThroughCos(9),opposite cli is mls qos trust dscp pass-through-cos; dscpAndPassThroughDscp(10),opposite cli is mls qos trust dscp pass-through-dscp; dscpAndPassThroughDscpAndPassThroughCos(11),opposite cli is mls qos trust dscp pass-through-dscp pass-through-cos; ipPrecedence(12), mls qos trust ip-precedence; ipPreAndPassThroughCos(13),opposite cli is mls qos trust ip-precedence pass-through-cos; ipPreAndPassThroughDSCP(14),opposite cli is mls qos trust ip-precedence pass-through-dscp; ipPreAndPassThroughDSCPAndPassThroughCos(15),opposite cli is mls qos trust ip-precedence pass-through-dscp pass-through-cos; mplsEXP(16),mls qos mpls trust exp. | 1.3.6.1.4.1.40418.7.100.11.1.2.1.4 | INTEGER {priority(0), priAndPassThroughDscp(1), priAndPassThroughCos(2), priAndPassThroughCosAndPassThroughDscp(3), cos(4), cosAndPassThroughDscp(5), cosAndPassThroughCos(6), cosAndPassThroughCosAndPassThroughDscp(7), dscp(8), dscpAndPassThroughCos(9), dscpAndPassThroughDscp(10), dscpAndPassThroughDscpAndPassThroughCos(11), ipPrecedence(12), ipPreAndPassThroughCos(13), ipPreAndPassThroughDSCP(14), ipPreAndPassThroughDSCPAndPassThroughCos(15), mplsEXP(16)} | read-create | current |
| qosPortPriority OBJECT-TYPE The corresponding CLI:mls qos trust port priority <cos>. | 1.3.6.1.4.1.40418.7.100.11.1.2.1.5 | INTEGER (0..7) | read-create | current |
| qosPortMutation OBJECT-TYPE configure port of dscp-mutation,opposite cli 'mls qos dscp-mutation <dscp-mutation-name>' | 1.3.6.1.4.1.40418.7.100.11.1.2.1.6 | DisplayString | read-create | current |
| qosPortQueue OBJECT-TYPE priorityQueue configure queue out method to strict priority-queue method; wrrQueue restores the default wrr queue out method. | 1.3.6.1.4.1.40418.7.100.11.1.2.1.7 | INTEGER {priorityQueue(0), wrrQueue(1)} | read-create | current |
| qosPortStatus OBJECT-TYPE Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry. | 1.3.6.1.4.1.40418.7.100.11.1.2.1.8 | INTEGER {active(1), destroy(2)} | read-create | current |
| qosClassMapTable OBJECT-TYPE classmap configure list | 1.3.6.1.4.1.40418.7.100.11.1.3 | not-accessible | current | |
| qosclassmapEntry OBJECT-TYPE about classmap list of concrete definition,index is classmapname. | 1.3.6.1.4.1.40418.7.100.11.1.3.1 | not-accessible | current | |
| qosClassMapName OBJECT-TYPE classmap name | 1.3.6.1.4.1.40418.7.100.11.1.3.1.1 | DisplayString (SIZE(1..32)) | not-accessible | current |
| qosClassMapType OBJECT-TYPE 0 class-map <class-map-name>,index is classmapname; 1 match access-group <acl-index-or-name>,need qosClassMapAccessGroup cooperation; 2 match ip dscp <dscp-list> qosClassMapDscp ; 3 match ip precedence <ip-precedence-list> qosClassMapIpPre; 4 match vlan <vlan-list> qosClassMapVlan; 5 match ipv6 dscp <dscp-list> qosClassMapV6Dscp; 7 match ipv6 flowlabel qosClassMapV6Flow; 8 match ipv6 access-group qosClassMapV6AccGroup 9 match cos qosClassCos 10 match mpls-experimental topmost qosClassMapEXPtopmost | 1.3.6.1.4.1.40418.7.100.11.1.3.1.2 | INTEGER {configurClassMap(0), accessGroup(1), dscp(2), ippre(3), vlan(4), v6dscp(5), v6Flow(7), v6AccessGroup(8), cos(9), exptopmost(10)} | read-create | current |
| qosClassMapAccessGroup OBJECT-TYPE Match specify access-group (name or number). This object be configured only if qosClassMapType in the same row is accessGroup(1). | 1.3.6.1.4.1.40418.7.100.11.1.3.1.3 | DisplayString | read-create | current |
| qosClassMapDscp OBJECT-TYPE Match specify Dscp. This object be configured only if qosClassMapType in the same row is dscp(2). | 1.3.6.1.4.1.40418.7.100.11.1.3.1.4 | DisplayString | read-create | current |
| qosClassMapV6Dscp OBJECT-TYPE Match specify ipv6 Dscp. This object be configured only if qosClassMapType in the same row is v6dscp(5). | 1.3.6.1.4.1.40418.7.100.11.1.3.1.5 | DisplayString | read-create | current |
| qosClassMapIpPre OBJECT-TYPE Match specify Ip Precedence. This object be configured only if qosClassMapType in the same row is ippre(3). | 1.3.6.1.4.1.40418.7.100.11.1.3.1.6 | DisplayString | read-create | current |
| qosClassMapV6AccGroup OBJECT-TYPE Match specify Ipv6 Access-Group. This object be configured only if qosClassMapType in the same row is v6AccessGroup(8). | 1.3.6.1.4.1.40418.7.100.11.1.3.1.7 | DisplayString | read-create | current |
| qosClassMapV6Flow OBJECT-TYPE Match specify Ipv6 Flowlabel. This object be configured only if qosClassMapType in the same row is v6Flow(6). | 1.3.6.1.4.1.40418.7.100.11.1.3.1.8 | DisplayString | read-create | current |
| qosClassMapVlan OBJECT-TYPE Match specify Vlan list . At most 8 vlan id. This object be configured only if qosClassMapType in the same row is vlan(4). | 1.3.6.1.4.1.40418.7.100.11.1.3.1.9 | DisplayString | read-create | current |
| qosClassCos OBJECT-TYPE Match specify Cos . This object be configured only if qosClassMapType in the same row is cos(9). | 1.3.6.1.4.1.40418.7.100.11.1.3.1.10 | DisplayString | read-create | current |
| qosClassMapEXPtopmost OBJECT-TYPE Match specify MPLS EXP. This object be configured only if qosClassMapType in the same row is EXPtopmost(10). | 1.3.6.1.4.1.40418.7.100.11.1.3.1.11 | DisplayString | read-create | current |
| qosClassMapStatus OBJECT-TYPE Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry. | 1.3.6.1.4.1.40418.7.100.11.1.3.1.12 | INTEGER {active(1), destroy(2)} | read-create | current |
| qosPolicyTable OBJECT-TYPE qos policy list | 1.3.6.1.4.1.40418.7.100.11.1.4 | not-accessible | current | |
| qosPolicyEntry OBJECT-TYPE qos policy list of definition,index is qos policy and classmap of name | 1.3.6.1.4.1.40418.7.100.11.1.4.1 | not-accessible | current | |
| qosPolicyName OBJECT-TYPE QoS Policy name | 1.3.6.1.4.1.40418.7.100.11.1.4.1.1 | DisplayString (SIZE(1..32)) | not-accessible | current |
| qosPolicyClassMap OBJECT-TYPE Specify the classmap name.After a policy map is created, it can be associated to a class. So, if you want the class map to match the policy map,please setting the qosPolicyType to 1,and then setting the qosPolicyStatus to 1 . | 1.3.6.1.4.1.40418.7.100.11.1.4.1.2 | DisplayString (SIZE(1..32)) | read-create | current |
| qosPolicyType OBJECT-TYPE the relation between qosPolicyType and CLI: 0 policy-map <policy-map-name>; 1 class <class-map-name>; 2 police <rate-kbps> <burst-kbyte> [exceed-action {drop | policed-dscp-transmit}]; 3 police aggregate <aggregate-policer-name>; | 1.3.6.1.4.1.40418.7.100.11.1.4.1.3 | INTEGER {policymap(0), matchclassmap(1), sp(2), aggregatePolicer(3)} | read-create | current |
| qosPolicyRateKbps OBJECT-TYPE Rate Bandwidth of one policymap. This object be configured only if qosPolicyType in the same row is sp(2). | 1.3.6.1.4.1.40418.7.100.11.1.4.1.4 | INTEGER (1..10000000) | read-create | current |
| qosPolicyNormalBurstKbps OBJECT-TYPE Normal burst kbytes. | 1.3.6.1.4.1.40418.7.100.11.1.4.1.5 | INTEGER (1..1000000) | read-create | current |
| qosPolicyMaximumBurstKbps OBJECT-TYPE Maximum burst kbytes. | 1.3.6.1.4.1.40418.7.100.11.1.4.1.6 | INTEGER (1..1000000) | read-create | current |
| qosPolicyPeakKbps OBJECT-TYPE Peak information rate. | 1.3.6.1.4.1.40418.7.100.11.1.4.1.7 | INTEGER (1..1000000) | read-create | current |
| qosPolicyConformAction OBJECT-TYPE conform-action transmit means send packets without any change when specified speed is not exceeded; conform-action drop means drop packets when specified speed is not exceeded; conform-action set-dscp-transmit specifies to mark down packet DSCP value according to policed-dscp mapping when specified speed is not exceeded; conform-action set-prec-transmit specifies to mark down packet TOS value according to policed-dscp mapping when specified speed is not exceeded. | 1.3.6.1.4.1.40418.7.100.11.1.4.1.8 | INTEGER {transmit(0), drop(1), set-dscp-transmit(2), set-prec-transmit(3)} | read-create | current |
| qosPolicyConformActionChangeValue OBJECT-TYPE If conform-action is set-dscp-transmit(2),the value is between 0-63; else if conform-action is set-prec-transmit(2),the value is between 0-7. | 1.3.6.1.4.1.40418.7.100.11.1.4.1.9 | INTEGER (0..63) | read-create | current |
| qosPolicyExceedAction OBJECT-TYPE exceed-action transmit means send packets without any change when specified speed is exceeded; exceed-action drop means drop packets when specified speed is exceeded; exceed-action policed-dscp-transmit specifies to mark down packet DSCP value according to policed-dscp mapping when specified speed is exceeded. | 1.3.6.1.4.1.40418.7.100.11.1.4.1.10 | INTEGER {transmit(0), drop(1), policeDscpTransmit(2)} | read-create | current |
| qosPolicyViolateAction OBJECT-TYPE violate-action transmit means send packets without any change when specified speed is violate; violate-action drop means drop packets when specified speed is violate; violate-action policed-dscp-transmit specifies to mark down packet DSCP value according to policed-dscp mapping when specified speed is violate. | 1.3.6.1.4.1.40418.7.100.11.1.4.1.11 | INTEGER {transmit(0), drop(1), policeDscpTransmit(2)} | read-create | current |
| qosPolicyAggregatePolicer OBJECT-TYPE aggregate-policer-name. This object be configured only if qosPolicyType in the same row is aggregatePolicer(3). | 1.3.6.1.4.1.40418.7.100.11.1.4.1.12 | DisplayString | read-create | current |
| qosPolicyStatus OBJECT-TYPE Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry. | 1.3.6.1.4.1.40418.7.100.11.1.4.1.13 | INTEGER {active(1), destroy(2)} | read-create | current |
| qosAggPolicerTable OBJECT-TYPE qos of AggPolicer list,use it can configure one item AggPolicer,Attention : the get/get next operation can only get snmp cache content, please refer to qosshow node for the running configuraton | 1.3.6.1.4.1.40418.7.100.11.1.5 | not-accessible | current | |
| qosAggPolicerEntry OBJECT-TYPE index is AggPolicer name. | 1.3.6.1.4.1.40418.7.100.11.1.5.1 | not-accessible | current | |
| qosAggPolicerName OBJECT-TYPE QoS qosAggPolicer name | 1.3.6.1.4.1.40418.7.100.11.1.5.1.1 | DisplayString (SIZE(1..32)) | not-accessible | current |
| qosAggPolicerRateKbps OBJECT-TYPE Rate Bandwidth of After the classification. | 1.3.6.1.4.1.40418.7.100.11.1.5.1.2 | INTEGER (1..10000000) | read-create | current |
| qosAggPolicerNormalBurstKbps OBJECT-TYPE Normal burst kbytes. | 1.3.6.1.4.1.40418.7.100.11.1.5.1.3 | INTEGER (1..1000000) | read-create | current |
| qosAggPolicerMaximumBurstKbps OBJECT-TYPE Maximum burst kbytes. | 1.3.6.1.4.1.40418.7.100.11.1.5.1.4 | INTEGER (1..1000000) | read-create | current |
| qosAggPolicerPeakKbps OBJECT-TYPE Peak information rate. | 1.3.6.1.4.1.40418.7.100.11.1.5.1.5 | INTEGER (1..1000000) | read-create | current |
| qosAggPolicerConformAction OBJECT-TYPE conform-action transmit means send packets without any change when specified speed is not exceeded; conform-action drop means drop packets when specified speed is not exceeded; conform-action set-dscp-transmit specifies to mark down packet DSCP value according to policed-dscp mapping when specified speed is not exceeded; conform-action set-prec-transmit specifies to mark down packet TOS value according to policed-dscp mapping when specified speed is not exceeded. | 1.3.6.1.4.1.40418.7.100.11.1.5.1.6 | INTEGER {transmit(0), drop(1), set-dscp-transmit(2), set-prec-transmit(3)} | read-create | current |
| qosAggPolicerConformActionChangeValue OBJECT-TYPE If conform-action is set-dscp-transmit(2),the value is between 0-63; else if conform-action is set-prec-transmit(2),the value is between 0-7. | 1.3.6.1.4.1.40418.7.100.11.1.5.1.7 | INTEGER (0..63) | read-create | current |
| qosAggPolicerExceedAction OBJECT-TYPE exceed-action transmit means send packets without any change when specified speed is exceeded; exceed-action drop means drop packets when specified speed is exceeded; exceed-action policed-dscp-transmit specifies to mark down packet DSCP value according to policed-dscp mapping when specified speed is exceeded. | 1.3.6.1.4.1.40418.7.100.11.1.5.1.8 | INTEGER {transmit(0), drop(1), policeDscpTransmit(2)} | read-create | current |
| qosAggPolicerViolateAction OBJECT-TYPE violate-action transmit means send packets without any change when specified speed is violate; violate-action drop means drop packets when specified speed is violate; violate-action policed-dscp-transmit specifies to mark down packet DSCP value according to policed-dscp mapping when specified speed is violate. | 1.3.6.1.4.1.40418.7.100.11.1.5.1.9 | INTEGER {transmit(0), drop(1), policeDscpTransmit(2)} | read-create | current |
| qosAggPolicerStatus OBJECT-TYPE Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry. | 1.3.6.1.4.1.40418.7.100.11.1.5.1.10 | INTEGER {active(1), destroy(2)} | read-create | current |
| qosSetTable OBJECT-TYPE remark new dscp or ip precedence for classified flow | 1.3.6.1.4.1.40418.7.100.11.1.6 | not-accessible | current | |
| qosSetEntry OBJECT-TYPE qosSetTable list of acce index policyname and classmap name. | 1.3.6.1.4.1.40418.7.100.11.1.6.1 | not-accessible | current | |
| qosSetPolicyMapName OBJECT-TYPE QoS Policy name | 1.3.6.1.4.1.40418.7.100.11.1.6.1.1 | DisplayString (SIZE(1..32)) | not-accessible | current |
| qosSetClassMapName OBJECT-TYPE QoS class map name | 1.3.6.1.4.1.40418.7.100.11.1.6.1.2 | DisplayString (SIZE(1..32)) | read-create | current |
| qosSetType OBJECT-TYPE qosSetType range:1,2,3,4,5,6,7,8,9 1 dscp Set IP DSCP (DiffServ CodePoints); 2 precedence Set IP precedence; 3 nexthop Set IP nexthop; 4 dscp Set IPv6 DSCP (DiffServ CodePoints); 6 flowlabel Set IPv6 flowlabel; 7 v6nextHop Set IPv6 nexthop; 8 cos Set CoS ; 9 expimposition Set mpls-experimental-imposition | 1.3.6.1.4.1.40418.7.100.11.1.6.1.3 | INTEGER {dscp(1), precedence(2), nextHop(3), v6Dscp(4), v6FlowLabel(6), v6nextHop(7), cos(8), expimposition(9)} | read-create | current |
| qosSetdscp OBJECT-TYPE remark dscp for the classified flow | 1.3.6.1.4.1.40418.7.100.11.1.6.1.4 | INTEGER (0..63) | read-create | current |
| qosSetprecedence OBJECT-TYPE remark ip precedence for classified flow | 1.3.6.1.4.1.40418.7.100.11.1.6.1.5 | INTEGER (0..7) | read-create | current |
| qosSetnextHop OBJECT-TYPE set nexthop for classified flow | 1.3.6.1.4.1.40418.7.100.11.1.6.1.6 | IpAddress | read-create | current |
| qosSetv6Dscp OBJECT-TYPE remark ipv6 dscp for classified flow | 1.3.6.1.4.1.40418.7.100.11.1.6.1.7 | INTEGER (0..63) | read-create | current |
| qosSetv6FlowLabel OBJECT-TYPE remark ipv6 flow lable for classified flow | 1.3.6.1.4.1.40418.7.100.11.1.6.1.8 | INTEGER (0..1048575) | read-create | current |
| qosSetv6nextHop OBJECT-TYPE set IPv6 nexthop for classified flow | 1.3.6.1.4.1.40418.7.100.11.1.6.1.9 | DisplayString | read-create | current |
| qosSetCos OBJECT-TYPE remark cos for classified flow | 1.3.6.1.4.1.40418.7.100.11.1.6.1.10 | INTEGER (0..7) | read-create | current |
| qosSetEXPimposition OBJECT-TYPE remark MPLS EXP value for classified flow | 1.3.6.1.4.1.40418.7.100.11.1.6.1.11 | INTEGER (0..7) | read-create | current |
| qosSetStatus OBJECT-TYPE Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry. | 1.3.6.1.4.1.40418.7.100.11.1.6.1.12 | INTEGER {active(1), destroy(2)} | read-create | current |
| qosPortBindTable OBJECT-TYPE Apply a policy map to the specified port. | 1.3.6.1.4.1.40418.7.100.11.1.7 | not-accessible | current | |
| qosPortBindEntry OBJECT-TYPE the index of this entry is port-index and policy-map | 1.3.6.1.4.1.40418.7.100.11.1.7.1 | not-accessible | current | |
| qosPortBindIndex OBJECT-TYPE QoS Port Index | 1.3.6.1.4.1.40418.7.100.11.1.7.1.1 | INTEGER | not-accessible | current |
| qosPortBindPolicy OBJECT-TYPE QoS Policy name | 1.3.6.1.4.1.40418.7.100.11.1.7.1.2 | DisplayString (SIZE(1..16)) | not-accessible | current |
| qosPortBindType OBJECT-TYPE input(1),bind the policy-map to ingress port; output(2),bind the policy-map to egress port; noinput(3),unbind the policy-map to ingress port; nooutput(4), unbind the policy-map to egress port | 1.3.6.1.4.1.40418.7.100.11.1.7.1.3 | INTEGER {input(1), output(2), noinput(3), nooutput(4)} | read-create | current |
| qosPortQueueTable OBJECT-TYPE set golbal qos WRR weight | 1.3.6.1.4.1.40418.7.100.11.1.8 | not-accessible | current | |
| qosPortQueueEntry OBJECT-TYPE set port qos WRR weight,index is port index. | 1.3.6.1.4.1.40418.7.100.11.1.8.1 | not-accessible | current | |
| qosPortQueueIndex OBJECT-TYPE QoS Port Index | 1.3.6.1.4.1.40418.7.100.11.1.8.1.1 | INTEGER | not-accessible | current |
| qosPortQueueWeight1 OBJECT-TYPE WRR weight,range is 0~15. | 1.3.6.1.4.1.40418.7.100.11.1.8.1.2 | INTEGER | read-create | current |
| qosPortQueueWeight2 OBJECT-TYPE WRR weight,range is 0~15. | 1.3.6.1.4.1.40418.7.100.11.1.8.1.3 | INTEGER | read-create | current |
| qosPortQueueWeight3 OBJECT-TYPE WRR weight,range is 0~15. | 1.3.6.1.4.1.40418.7.100.11.1.8.1.4 | INTEGER | read-create | current |
| qosPortQueueWeight4 OBJECT-TYPE WRR weight,range is 0~15. | 1.3.6.1.4.1.40418.7.100.11.1.8.1.5 | INTEGER | read-create | current |
| qosPortQueueWeight5 OBJECT-TYPE WRR weight,range is 0~15. | 1.3.6.1.4.1.40418.7.100.11.1.8.1.6 | INTEGER | read-create | current |
| qosPortQueueWeight6 OBJECT-TYPE WRR weight,range is 0~15. | 1.3.6.1.4.1.40418.7.100.11.1.8.1.7 | INTEGER | read-create | current |
| qosPortQueueWeight7 OBJECT-TYPE WRR weight,range is 0~15. | 1.3.6.1.4.1.40418.7.100.11.1.8.1.8 | INTEGER | read-create | current |
| qosPortQueueWeight8 OBJECT-TYPE WRR weight,range is 0~15. | 1.3.6.1.4.1.40418.7.100.11.1.8.1.9 | INTEGER | read-create | current |
| qosPortQueueStatus OBJECT-TYPE Setting it to active(1) creates an entry.Setting it to destroy(2) destroys an entry. | 1.3.6.1.4.1.40418.7.100.11.1.8.1.10 | INTEGER {active(1), destroy(2)} | read-create | current |
| qosMap OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.11.1.10 | |||
| qosMapType OBJECT-TYPE qosMapType range is 1~5.1 mls qos map cos-dscp <dscp1...dscp8>; 2 mls qos map dscp-cos <dscp-list> to <cos>; 3 mls qos map dscp-mutation <dscp-mutation-name> <in-dscp> to <out-dscp>; 4 mls qos map ip-prec-dscp <dscp1...dscp8>; 5 mls qos map policed-dscp <dscp-list> to <mark-down-dscp>; 6 mls qos map exp-dscp <dscp-value-list>; 7 mls qos map dscp-exp <dscp-value-list> to <exp> When you want to configure the Map of DSCP to COS,please configure the qosMapType==2 firstly, input the dscp(1~8) optionally, then configure the qosMapCos , valid/invalid the qosMapStatus finally. | 1.3.6.1.4.1.40418.7.100.11.1.10.1 | INTEGER {cosDscp(1), dscpCos(2), dscpMutation(3), ipPrecDscp(4), policedDscp(5), expdscp(6), dscpexp(7)} | read-create | current |
| qosMapDscp1 OBJECT-TYPE DSCP-CoS map,DSCP range is 0~63 | 1.3.6.1.4.1.40418.7.100.11.1.10.2 | INTEGER | read-create | current |
| qosMapDscp2 OBJECT-TYPE DSCP-CoS map,DSCP range is 0~63 | 1.3.6.1.4.1.40418.7.100.11.1.10.3 | INTEGER | read-create | current |
| qosMapDscp3 OBJECT-TYPE DSCP-CoS map,DSCP range is 0~63 | 1.3.6.1.4.1.40418.7.100.11.1.10.4 | INTEGER | read-create | current |
| qosMapDscp4 OBJECT-TYPE DSCP-CoS map,DSCP range is 0~63 | 1.3.6.1.4.1.40418.7.100.11.1.10.5 | INTEGER | read-create | current |
| qosMapDscp5 OBJECT-TYPE DSCP-CoS map,DSCP range is 0~63 | 1.3.6.1.4.1.40418.7.100.11.1.10.6 | INTEGER | read-create | current |
| qosMapDscp6 OBJECT-TYPE DSCP-CoS map,DSCP range is 0~63 | 1.3.6.1.4.1.40418.7.100.11.1.10.7 | INTEGER | read-create | current |
| qosMapDscp7 OBJECT-TYPE DSCP-CoS map,DSCP range is 0~63 | 1.3.6.1.4.1.40418.7.100.11.1.10.8 | INTEGER | read-create | current |
| qosMapDscp8 OBJECT-TYPE DSCP-CoS map,DSCP range is 0~63 | 1.3.6.1.4.1.40418.7.100.11.1.10.9 | INTEGER | read-create | current |
| qosMapCos OBJECT-TYPE the cos which DSCP map to | 1.3.6.1.4.1.40418.7.100.11.1.10.10 | INTEGER | read-create | current |
| qosMapEXP OBJECT-TYPE the EXP value which DSCP map to | 1.3.6.1.4.1.40418.7.100.11.1.10.11 | INTEGER (0..7) | read-create | current |
| qosMapMarkDownDscp OBJECT-TYPE the dscp after mark down | 1.3.6.1.4.1.40418.7.100.11.1.10.12 | INTEGER | read-create | current |
| qosMapMarkDownType OBJECT-TYPE normal-burst:markdown map used by the exceed-action;max-burst:markdown map used by the violate-action. | 1.3.6.1.4.1.40418.7.100.11.1.10.13 | INTEGER {normal-burst(0), max-burst(1)} | read-create | current |
| qosMapMutationName OBJECT-TYPE map name | 1.3.6.1.4.1.40418.7.100.11.1.10.14 | DisplayString (SIZE(1..16)) | read-create | current |
| qosMapMutationOut OBJECT-TYPE egress DSCP,only one,eight ingress DSCP value map to one egress value | 1.3.6.1.4.1.40418.7.100.11.1.10.15 | INTEGER | read-create | current |
| qosMapStatus OBJECT-TYPE Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry. | 1.3.6.1.4.1.40418.7.100.11.1.10.16 | INTEGER {active(1), destroy(2)} | read-create | current |
| showqos OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.11.1.11 | |||
| showclassmapTable OBJECT-TYPE show class map table | 1.3.6.1.4.1.40418.7.100.11.1.11.1 | not-accessible | current | |
| showclassmapEntry OBJECT-TYPE show class map entry | 1.3.6.1.4.1.40418.7.100.11.1.11.1.1 | not-accessible | current | |
| showclassmapname OBJECT-TYPE classmap name | 1.3.6.1.4.1.40418.7.100.11.1.11.1.1.1 | DisplayString (SIZE(1..128)) | not-accessible | current |
| showclassmapmatch OBJECT-TYPE one item classmap match rule | 1.3.6.1.4.1.40418.7.100.11.1.11.1.1.2 | DisplayString (SIZE(1..512)) | read-only | current |
| showpolicymapTable OBJECT-TYPE show policy list | 1.3.6.1.4.1.40418.7.100.11.1.11.2 | not-accessible | current | |
| showpolicymapEntry OBJECT-TYPE policy map entry | 1.3.6.1.4.1.40418.7.100.11.1.11.2.1 | not-accessible | current | |
| showpolicymapname OBJECT-TYPE policy name | 1.3.6.1.4.1.40418.7.100.11.1.11.2.1.1 | DisplayString (SIZE(1..128)) | not-accessible | current |
| showpolicymapcontent OBJECT-TYPE the match classmap and all defined other rules | 1.3.6.1.4.1.40418.7.100.11.1.11.2.1.2 | DisplayString (SIZE(1..512)) | read-only | current |
| showqosaggregatepolicerTable OBJECT-TYPE display aggregatepolicer list | 1.3.6.1.4.1.40418.7.100.11.1.11.3 | not-accessible | current | |
| showqosaggregatepolicerEntry OBJECT-TYPE aggregatepolicer entry,index is showqosaggregatepolicername | 1.3.6.1.4.1.40418.7.100.11.1.11.3.1 | not-accessible | current | |
| showqosaggregatepolicername OBJECT-TYPE aggregatepolicer name | 1.3.6.1.4.1.40418.7.100.11.1.11.3.1.1 | DisplayString (SIZE(1..128)) | not-accessible | current |
| showqosaggregatepolicercontent OBJECT-TYPE aggregatepolicer parameter | 1.3.6.1.4.1.40418.7.100.11.1.11.3.1.2 | DisplayString (SIZE(1..512)) | read-only | current |
| showmlsqosinterfaceTable OBJECT-TYPE show port qos configuration | 1.3.6.1.4.1.40418.7.100.11.1.11.4 | not-accessible | current | |
| showmlsqosinterfaceEntry OBJECT-TYPE showmlsqosinterfaceTable,index is port-index | 1.3.6.1.4.1.40418.7.100.11.1.11.4.1 | not-accessible | current | |
| showmlsqosinterfaceIndex OBJECT-TYPE port index | 1.3.6.1.4.1.40418.7.100.11.1.11.4.1.1 | INTEGER | not-accessible | current |
| showmlsqosinterfaceqoscontent OBJECT-TYPE qos port configuration | 1.3.6.1.4.1.40418.7.100.11.1.11.4.1.2 | DisplayString (SIZE(1..512)) | read-only | current |
| showmlsqosmaps OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.11.1.11.5 | |||
| showmlsqosmapscosdscp OBJECT-TYPE cos-dscp map | 1.3.6.1.4.1.40418.7.100.11.1.11.5.1 | DisplayString (SIZE(1..512)) | read-only | current |
| showmlsqosmapscosqueue OBJECT-TYPE COS-wrr-queue map | 1.3.6.1.4.1.40418.7.100.11.1.11.5.2 | DisplayString (SIZE(1..512)) | read-only | current |
| showmlsqosmapsdscpcos OBJECT-TYPE DSCP-COS map | 1.3.6.1.4.1.40418.7.100.11.1.11.5.3 | DisplayString (SIZE(1..512)) | read-only | current |
| showmlsqosmapsipprecdscp OBJECT-TYPE IP precedence to DSCP map | 1.3.6.1.4.1.40418.7.100.11.1.11.5.4 | DisplayString (SIZE(1..512)) | read-only | current |
| showmlsqosmapspoliceddscp OBJECT-TYPE DSCP mark down map | 1.3.6.1.4.1.40418.7.100.11.1.11.5.5 | DisplayString (SIZE(1..512)) | read-only | current |
| showmlsqosmapspoliceddscpnormalburst OBJECT-TYPE Normal Burst Policed-dscp map | 1.3.6.1.4.1.40418.7.100.11.1.11.5.6 | DisplayString (SIZE(1..512)) | read-only | current |
| showmlsqosmapsexpdscp OBJECT-TYPE EXP to DSCP map | 1.3.6.1.4.1.40418.7.100.11.1.11.5.7 | DisplayString (SIZE(1..512)) | read-only | current |
| showmlsqosmapsdscpexp OBJECT-TYPE DSCP to EXP map | 1.3.6.1.4.1.40418.7.100.11.1.11.5.8 | DisplayString (SIZE(1..512)) | read-only | current |
| showmlsqosmapsdscpmutationTable OBJECT-TYPE ingress DSCP to egress DSCP map | 1.3.6.1.4.1.40418.7.100.11.1.11.6 | not-accessible | current | |
| showmlsqosmapsdscpmutationEntry OBJECT-TYPE index is dscpmutationname | 1.3.6.1.4.1.40418.7.100.11.1.11.6.1 | not-accessible | current | |
| showmlsqosmapsdscpmutationname OBJECT-TYPE dscpmutationname. | 1.3.6.1.4.1.40418.7.100.11.1.11.6.1.1 | DisplayString (SIZE(1..128)) | not-accessible | current |
| showmlsqosmapsdscpmutationcontent OBJECT-TYPE DSCP-DSCP map | 1.3.6.1.4.1.40418.7.100.11.1.11.6.1.2 | DisplayString (SIZE(1..512)) | read-only | current |
| qos3 OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.11.2 | |||
| qos3PolicyMapGroupTable OBJECT-TYPE this table is used for building a policy and mapping the named policy to number, if you want to configure a policy,you must map at here. | 1.3.6.1.4.1.40418.7.100.11.2.1 | not-accessible | current | |
| qos3PolicyMapGroupEntry OBJECT-TYPE entry for policy map group. | 1.3.6.1.4.1.40418.7.100.11.2.1.1 | not-accessible | current | |
| qos3PolicyMapGroupIndex OBJECT-TYPE the range is 0-(2^64 - 1). | 1.3.6.1.4.1.40418.7.100.11.2.1.1.1 | INTEGER | read-only | current |
| qos3PolicyMapGroupName OBJECT-TYPE the policy name | 1.3.6.1.4.1.40418.7.100.11.2.1.1.2 | DisplayString (SIZE(1..64)) | read-write | current |
| qos3PolicyMapGroupIsExt OBJECT-TYPE indicate that whether the policy used on extand field processor. | 1.3.6.1.4.1.40418.7.100.11.2.1.1.3 | INTEGER {disable(0), enable(1)} | read-write | current |
| qos3PolicyMapGroupStatus OBJECT-TYPE the status of qos3PolicyMapGroupTable | 1.3.6.1.4.1.40418.7.100.11.2.1.1.4 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-write | current |
| qos3ClassMapTable OBJECT-TYPE this table is used for configuring the filter rule of qos | 1.3.6.1.4.1.40418.7.100.11.2.2 | not-accessible | current | |
| qos3ClassMapEntry OBJECT-TYPE entry for class map. | 1.3.6.1.4.1.40418.7.100.11.2.2.1 | not-accessible | current | |
| qos3ClassMapName OBJECT-TYPE the name of class | 1.3.6.1.4.1.40418.7.100.11.2.2.1.1 | DisplayString (SIZE(1..64)) | read-only | current |
| qos3ClassMapType OBJECT-TYPE the clss type that you want to matching. | 1.3.6.1.4.1.40418.7.100.11.2.2.1.2 | INTEGER {cos(0), dscp(1), ipPrecedence(2), ipv6Dscp(3), ipv6Flowlabel(4), exp(5), vlan(6), aclIndex(7)} | read-write | current |
| qos3ClassMapValue OBJECT-TYPE the value of you choosed type at last node,the limits: cos <0-7> dscp <0-63> ipPrecedence<0-7> ipv6Dscp<0-63> vlan <1-4094> ipv6Flowlabel<0-1048575> exp is not support now.except aclindex,you can config 8 parameters at most,for example,if you choose the type of cos,you can config 0,1,2,3,4,5,6,7 or 0,1 at here. | 1.3.6.1.4.1.40418.7.100.11.2.2.1.3 | DisplayString | read-write | current |
| qos3ClassMapUsedTime OBJECT-TYPE display how many times the class used. | 1.3.6.1.4.1.40418.7.100.11.2.2.1.4 | INTEGER | read-only | current |
| qos3ClassMapStatus OBJECT-TYPE the status of qos3ClassMapTable,destroy(2) will destroy the whole class-map,remove(3) just clear the value of qos3ClassMapValue. | 1.3.6.1.4.1.40418.7.100.11.2.2.1.5 | INTEGER {createAndGo(0), active(1), destroy(2), remove(3)} | read-write | current |
| qos3AggregatePolicyTable OBJECT-TYPE this table is used for configuring aggregate policy. | 1.3.6.1.4.1.40418.7.100.11.2.3 | not-accessible | current | |
| qos3AggregatePolicyEntry OBJECT-TYPE entry for aggregate policy. | 1.3.6.1.4.1.40418.7.100.11.2.3.1 | not-accessible | current | |
| qos3AggPolicyMapName OBJECT-TYPE the name of aggregate policy. | 1.3.6.1.4.1.40418.7.100.11.2.3.1.1 | DisplayString (SIZE(1..64)) | read-only | current |
| qos3AggPolicyCIRKbps OBJECT-TYPE CIR(Committed Information Rate) Kbits per second <1-10000000> | 1.3.6.1.4.1.40418.7.100.11.2.3.1.2 | INTEGER (1..10000000) | read-write | current |
| qos3AggPolicyCBSKbps OBJECT-TYPE CBS(Committed Burst Size) Kbytes <1-1000000> | 1.3.6.1.4.1.40418.7.100.11.2.3.1.3 | INTEGER (1..1000000) | read-write | current |
| qos3AggPolicyPBSKbps OBJECT-TYPE PBS(Peak Burst Size) Kbytes <1-1000000> | 1.3.6.1.4.1.40418.7.100.11.2.3.1.4 | INTEGER (1..1000000) | read-write | current |
| qos3AggPolicyPIRKbps OBJECT-TYPE PIR(Peak Information Rate) Kbits per second <1-10000000> | 1.3.6.1.4.1.40418.7.100.11.2.3.1.5 | INTEGER (1..10000000) | read-write | current |
| qos3AggPolicyConformAction OBJECT-TYPE Action when rate is not exceeded,for example: if you want to config cos(2) and intp(5),you must set 24 (0010 0100). | 1.3.6.1.4.1.40418.7.100.11.2.3.1.6 | Bits {transmit(0), drop(1), cos(2), dscp(3), ipPrecedence(4), intp(5), dp(6)} | read-write | current |
| qos3AggPolicyconformSetCos OBJECT-TYPE Set COS | 1.3.6.1.4.1.40418.7.100.11.2.3.1.7 | INTEGER (0..7) | read-write | current |
| qos3AggPolicyconformSetDscp OBJECT-TYPE Change dscp | 1.3.6.1.4.1.40418.7.100.11.2.3.1.8 | INTEGER (0..63) | read-write | current |
| qos3AggPolicyconformSetPrec OBJECT-TYPE Change precedence | 1.3.6.1.4.1.40418.7.100.11.2.3.1.9 | INTEGER (0..7) | read-write | current |
| qos3AggPolicyconformSetIntp OBJECT-TYPE Set Internal priority | 1.3.6.1.4.1.40418.7.100.11.2.3.1.10 | INTEGER (0..7) | read-write | current |
| qos3AggPolicyconformSetDp OBJECT-TYPE Set Drop priority | 1.3.6.1.4.1.40418.7.100.11.2.3.1.11 | INTEGER (0..2) | read-write | current |
| qos3AggPolicyExceedAction OBJECT-TYPE Action when rate is exceeded,for example: if you want to config cos(2) and intp(5),you must set 24 (0010 0100). | 1.3.6.1.4.1.40418.7.100.11.2.3.1.12 | Bits {transmit(0), drop(1), cos(2), dscp(3), ipPrecedence(4), intp(5), dp(6), policiedIntpTransmit(7)} | read-write | current |
| qos3AggPolicyExceedSetCos OBJECT-TYPE Set COS | 1.3.6.1.4.1.40418.7.100.11.2.3.1.13 | INTEGER (0..7) | read-write | current |
| qos3AggPolicyExceedSetDscp OBJECT-TYPE Change dscp | 1.3.6.1.4.1.40418.7.100.11.2.3.1.14 | INTEGER (0..63) | read-write | current |
| qos3AggPolicyExceedSetPrec OBJECT-TYPE Change precedence | 1.3.6.1.4.1.40418.7.100.11.2.3.1.15 | INTEGER (0..7) | read-write | current |
| qos3AggPolicyExceedSetIntp OBJECT-TYPE Set Internal priority | 1.3.6.1.4.1.40418.7.100.11.2.3.1.16 | INTEGER (0..7) | read-write | current |
| qos3AggPolicyExceedSetDp OBJECT-TYPE Set Drop priority | 1.3.6.1.4.1.40418.7.100.11.2.3.1.17 | INTEGER (0..2) | read-write | current |
| qos3AggPolicyViolateAction OBJECT-TYPE Action when rate is violated,for example: if you want to config cos(2) and intp(5),you must set 24 (0010 0100). | 1.3.6.1.4.1.40418.7.100.11.2.3.1.18 | Bits {transmit(0), drop(1), cos(2), dscp(3), ipPrecedence(4), intp(5), dp(6), policiedIntpTransmit(7)} | read-write | current |
| qos3AggPolicyViolateSetCos OBJECT-TYPE Set COS | 1.3.6.1.4.1.40418.7.100.11.2.3.1.19 | INTEGER (0..7) | read-write | current |
| qos3AggPolicyViolateSetDscp OBJECT-TYPE Change dscp | 1.3.6.1.4.1.40418.7.100.11.2.3.1.20 | INTEGER (0..63) | read-write | current |
| qos3AggPolicyViolateSetPrec OBJECT-TYPE Change precedence | 1.3.6.1.4.1.40418.7.100.11.2.3.1.21 | INTEGER (0..7) | read-write | current |
| qos3AggPolicyViolateSetIntp OBJECT-TYPE Set Internal priority | 1.3.6.1.4.1.40418.7.100.11.2.3.1.22 | INTEGER (0..7) | read-write | current |
| qos3AggPolicyViolateSetDp OBJECT-TYPE Set Drop priority | 1.3.6.1.4.1.40418.7.100.11.2.3.1.23 | INTEGER (0..2) | read-write | current |
| qos3AggPolicyStatus OBJECT-TYPE the status of qos3AggregatePolicyTable | 1.3.6.1.4.1.40418.7.100.11.2.3.1.24 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-write | current |
| qos3PolicyTable OBJECT-TYPE this table is used for configuring policy | 1.3.6.1.4.1.40418.7.100.11.2.4 | not-accessible | current | |
| qos3PolicyEntry OBJECT-TYPE entry for policy. | 1.3.6.1.4.1.40418.7.100.11.2.4.1 | not-accessible | current | |
| qos3PolicyMapIndex OBJECT-TYPE the index of policy that you configured at qos3PolicyMapGroupTable | 1.3.6.1.4.1.40418.7.100.11.2.4.1.1 | INTEGER | read-only | current |
| qos3PolicyClassMapName OBJECT-TYPE Specify the classmap name.After a policy map is created, it can be associated to a class | 1.3.6.1.4.1.40418.7.100.11.2.4.1.2 | DisplayString (SIZE(1..64)) | read-only | current |
| qos3PolicyInsertClassMapName OBJECT-TYPE Specify the position of classmap name | 1.3.6.1.4.1.40418.7.100.11.2.4.1.3 | DisplayString (SIZE(1..64)) | read-write | current |
| qos3PolicyType OBJECT-TYPE pidAction means simple policy.colorAction and aggregateAction is Mutually exclusive,for example,if you want the pidAction and colorAction become effective,you must set the value c0. | 1.3.6.1.4.1.40418.7.100.11.2.4.1.4 | Bits {pidAction(0), colorAction(1), aggregateAction(2)} | read-write | current |
| qos3PolicyCIRKbps OBJECT-TYPE CIR(Committed Information Rate) Kbits per second <1-10000000> | 1.3.6.1.4.1.40418.7.100.11.2.4.1.5 | INTEGER (1..10000000) | read-write | current |
| qos3PolicyCBSKbps OBJECT-TYPE CBS(Committed Burst Size) Kbytes <1-1000000> | 1.3.6.1.4.1.40418.7.100.11.2.4.1.6 | INTEGER (1..1000000) | read-write | current |
| qos3PolicyPBSKbps OBJECT-TYPE PBS(Peak Burst Size) Kbytes <1-1000000> | 1.3.6.1.4.1.40418.7.100.11.2.4.1.7 | INTEGER (1..1000000) | read-write | current |
| qos3PolicyPIRKbps OBJECT-TYPE PIR(Peak Information Rate) Kbits per second <1-10000000> | 1.3.6.1.4.1.40418.7.100.11.2.4.1.8 | INTEGER (1..10000000) | read-write | current |
| qos3PolicyConformAction OBJECT-TYPE Action when rate is not exceeded,for example: if you want to config cos(2) and intp(5),you must set 24 (0010 0100). | 1.3.6.1.4.1.40418.7.100.11.2.4.1.9 | Bits {transmit(0), drop(1), cos(2), dscp(3), ipPrecedence(4), intp(5), dp(6)} | read-write | current |
| qos3PolicyconformSetCos OBJECT-TYPE Set COS | 1.3.6.1.4.1.40418.7.100.11.2.4.1.10 | INTEGER (0..7) | read-write | current |
| qos3PolicyconformSetDscp OBJECT-TYPE Change dscp | 1.3.6.1.4.1.40418.7.100.11.2.4.1.11 | INTEGER (0..63) | read-write | current |
| qos3PolicyconformSetPrec OBJECT-TYPE Change precedence | 1.3.6.1.4.1.40418.7.100.11.2.4.1.12 | INTEGER (0..7) | read-write | current |
| qos3PolicyconformSetIntp OBJECT-TYPE Set Internal priority | 1.3.6.1.4.1.40418.7.100.11.2.4.1.13 | INTEGER (0..7) | read-write | current |
| qos3PolicyconformSetDp OBJECT-TYPE Set Drop priority | 1.3.6.1.4.1.40418.7.100.11.2.4.1.14 | INTEGER (0..2) | read-write | current |
| qos3PolicyExceedAction OBJECT-TYPE Action when rate is exceeded,for example: if you want to config cos(2) and intp(5),you must set 24 (0010 0100). | 1.3.6.1.4.1.40418.7.100.11.2.4.1.15 | Bits {transmit(0), drop(1), cos(2), dscp(3), ipPrecedence(4), intp(5), dp(6), policiedIntpTransmit(7)} | read-write | current |
| qos3PolicyExceedSetCos OBJECT-TYPE Set COS | 1.3.6.1.4.1.40418.7.100.11.2.4.1.16 | INTEGER (0..7) | read-write | current |
| qos3PolicyExceedSetDscp OBJECT-TYPE Change dscp | 1.3.6.1.4.1.40418.7.100.11.2.4.1.17 | INTEGER (0..63) | read-write | current |
| qos3PolicyExceedSetPrec OBJECT-TYPE Change precedence | 1.3.6.1.4.1.40418.7.100.11.2.4.1.18 | INTEGER (0..7) | read-write | current |
| qos3PolicyExceedSetIntp OBJECT-TYPE Set Internal priority | 1.3.6.1.4.1.40418.7.100.11.2.4.1.19 | INTEGER (0..7) | read-write | current |
| qos3PolicyExceedSetDp OBJECT-TYPE Set Drop priority | 1.3.6.1.4.1.40418.7.100.11.2.4.1.20 | INTEGER (0..2) | read-write | current |
| qos3PolicyViolateAction OBJECT-TYPE Action when rate is violated,for example: if you want to config cos(2) and intp(5),you must set 24 (0010 0100). | 1.3.6.1.4.1.40418.7.100.11.2.4.1.21 | Bits {transmit(0), drop(1), cos(2), dscp(3), ipPrecedence(4), intp(5), dp(6), policiedIntpTransmit(7)} | read-write | current |
| qos3PolicyViolateSetCos OBJECT-TYPE Set COS | 1.3.6.1.4.1.40418.7.100.11.2.4.1.22 | INTEGER (0..7) | read-write | current |
| qos3PolicyViolateSetDscp OBJECT-TYPE Change dscp | 1.3.6.1.4.1.40418.7.100.11.2.4.1.23 | INTEGER (0..63) | read-write | current |
| qos3PolicyViolateSetPrec OBJECT-TYPE Change precedence | 1.3.6.1.4.1.40418.7.100.11.2.4.1.24 | INTEGER (0..7) | read-write | current |
| qos3PolicyViolateSetIntp OBJECT-TYPE Set Internal priority | 1.3.6.1.4.1.40418.7.100.11.2.4.1.25 | INTEGER (0..7) | read-write | current |
| qos3PolicyViolateSetDp OBJECT-TYPE Set Drop priority | 1.3.6.1.4.1.40418.7.100.11.2.4.1.26 | INTEGER (0..2) | read-write | current |
| qos3PolicyAggregatePolicer OBJECT-TYPE the name of aggregate policy | 1.3.6.1.4.1.40418.7.100.11.2.4.1.27 | DisplayString | read-write | current |
| qos3PolicyAccounting OBJECT-TYPE enable the Counter statistics or not. | 1.3.6.1.4.1.40418.7.100.11.2.4.1.28 | INTEGER {disable(0), enable(1)} | read-write | current |
| qos3PolicyPidAction OBJECT-TYPE simple policy action,for example: if you want to config cos(0) and setSTpid(10),you must set 8020 (1000 0000 0010 0000). some network Management Software offer selections that is not correct,in RFC3417,When encoding an object whose syntax is described using the BITS construct, the value is encoded as an OCTET STRING, in which all the named bits in (the definition of) the bitstring, commencing with the first bit and proceeding to the last bit,are placed in bits 8 (high order bit) to 1 (low order bit) of the first octet, followed by bits 8 to 1 of each subsequent octet in turn, followed by as many bits as are needed of the final subsequent octet, commencing with bit 8. Remaining bits,if any, of the final octet are set to zero on generation and ignored on receipt. | 1.3.6.1.4.1.40418.7.100.11.2.4.1.29 | Bits {cos(0), dscp(1), ipPrecedence(2), ipNextHop(3), exp(4), ipv6NextHop(5), intp(6), dp(7), setCvid(8), setSvid(9), setSTpid(10), addSvid(11), delCvid(12), setTunnelId(13), transmit(14), drop(15)} | read-write | current |
| qos3SetCos OBJECT-TYPE set cos | 1.3.6.1.4.1.40418.7.100.11.2.4.1.30 | INTEGER (0..7) | read-write | current |
| qos3SetIpDscp OBJECT-TYPE change dscp | 1.3.6.1.4.1.40418.7.100.11.2.4.1.31 | INTEGER (0..63) | read-write | current |
| qos3SetIpPrec OBJECT-TYPE change precedence | 1.3.6.1.4.1.40418.7.100.11.2.4.1.32 | INTEGER (0..7) | read-write | current |
| qos3SetIntp OBJECT-TYPE Set Internal priority | 1.3.6.1.4.1.40418.7.100.11.2.4.1.33 | INTEGER (0..7) | read-write | current |
| qos3SetDp OBJECT-TYPE Set Drop priority | 1.3.6.1.4.1.40418.7.100.11.2.4.1.34 | INTEGER (0..2) | read-write | current |
| qos3SetCVid OBJECT-TYPE set vlan id of inner VLAN tag. | 1.3.6.1.4.1.40418.7.100.11.2.4.1.35 | INTEGER (1..4094) | read-write | current |
| qos3SetSVid OBJECT-TYPE set vlan id of outer VLAN tag. | 1.3.6.1.4.1.40418.7.100.11.2.4.1.36 | INTEGER (1..4094) | read-write | current |
| qos3SetSTpid OBJECT-TYPE Set S-tpid | 1.3.6.1.4.1.40418.7.100.11.2.4.1.37 | INTEGER {value0x8100(1), value0x88a8(2), value0x9100(3)} | read-write | current |
| qos3AddSVid OBJECT-TYPE add vlan id of outer VLAN tag | 1.3.6.1.4.1.40418.7.100.11.2.4.1.38 | INTEGER (1..4094) | read-write | current |
| qos3DelCVid OBJECT-TYPE delete vlan id of inner VLAN tag. | 1.3.6.1.4.1.40418.7.100.11.2.4.1.39 | INTEGER {disable(0), enable(1)} | read-only | current |
| qos3SetTunnelId OBJECT-TYPE | 1.3.6.1.4.1.40418.7.100.11.2.4.1.40 | INTEGER (1..50) | read-write | current |
| qos3SetIpDefaultPBR OBJECT-TYPE whether add Default routing of ip type. | 1.3.6.1.4.1.40418.7.100.11.2.4.1.41 | INTEGER {disable(0), enable(1)} | read-write | current |
| qos3SetIpVrf OBJECT-TYPE set the vrf of ip type | 1.3.6.1.4.1.40418.7.100.11.2.4.1.42 | INTEGER (0..252) | read-write | current |
| qos3SetIpNextHop OBJECT-TYPE set Nexthop IP address. | 1.3.6.1.4.1.40418.7.100.11.2.4.1.43 | IpAddress | read-write | current |
| qos3SetExp OBJECT-TYPE set exp. | 1.3.6.1.4.1.40418.7.100.11.2.4.1.44 | INTEGER (0..7) | read-write | current |
| qos3SetIpv6DefaultPBR OBJECT-TYPE whether add Default routing of ipv6 type | 1.3.6.1.4.1.40418.7.100.11.2.4.1.45 | INTEGER {disable(0), enable(1)} | read-write | current |
| qos3SetIpv6Vrf OBJECT-TYPE set the vrf of ipv6 type. | 1.3.6.1.4.1.40418.7.100.11.2.4.1.46 | INTEGER (0..252) | read-write | current |
| qos3SetIpv6NextHop OBJECT-TYPE set Nexthop IPv6 address | 1.3.6.1.4.1.40418.7.100.11.2.4.1.47 | DisplayString (SIZE(1..40)) | read-write | current |
| qos3PolicyStatus OBJECT-TYPE the status of qos3PolicyTable. destroy(2) will put off the class-map,removeColorAct(3) will clear the color-act, removeAggregateAct(4) will clear the aggregate-act,removePidAct(5) will clear the value while you set int pidAction. | 1.3.6.1.4.1.40418.7.100.11.2.4.1.48 | INTEGER {createAndGo(0), active(1), destroy(2), removeColorAct(3), removeAggregateAct(4), removePidAct(5)} | read-write | current |
| qos3PortTable OBJECT-TYPE qos port configration. | 1.3.6.1.4.1.40418.7.100.11.2.5 | not-accessible | current | |
| qos3PortEntry OBJECT-TYPE entry for port configuration of qos about trust,cos value,queue drop-algorithm and queue algorithm. | 1.3.6.1.4.1.40418.7.100.11.2.5.1 | not-accessible | current | |
| qos3PortIndex OBJECT-TYPE port index. | 1.3.6.1.4.1.40418.7.100.11.2.5.1.1 | INTEGER | read-only | current |
| qos3PortCos OBJECT-TYPE set default cos of the port. | 1.3.6.1.4.1.40418.7.100.11.2.5.1.2 | INTEGER (0..7) | read-write | current |
| qos3PortTrust OBJECT-TYPE set port trust. cosEnable,dscpEnable and expEnable can be set at the same time;cosDisable,dscpDisable and expDisbable can be set at the same time; cosEnable,dscpEnable and expEnable can not be set at the same time with dscpDisable,cosDisable and expDisbable. | 1.3.6.1.4.1.40418.7.100.11.2.5.1.3 | Bits {cosEnable(0), dscpEnable(1), expEnable(2), cosDisable(3), dscpDisable(4), expDisbable(5)} | read-write | current |
| qos3PortWredEnable OBJECT-TYPE set the drop Algorithm of port's queue. | 1.3.6.1.4.1.40418.7.100.11.2.5.1.4 | INTEGER {tail(0), wred(1)} | read-write | current |
| qos3PortQueueAlgorithm OBJECT-TYPE effected the weight Algorithm of port's queue. | 1.3.6.1.4.1.40418.7.100.11.2.5.1.5 | INTEGER {sp(0), wrr(1), wdrr(2)} | read-write | current |
| qos3PortPassThroughCos OBJECT-TYPE forbid changing the value of cos. | 1.3.6.1.4.1.40418.7.100.11.2.5.1.6 | INTEGER {disable(0), enable(1)} | read-write | current |
| qos3PortPassThroughDscp OBJECT-TYPE forbid changing the value of dscp. | 1.3.6.1.4.1.40418.7.100.11.2.5.1.7 | INTEGER {disable(0), enable(1)} | read-write | current |
| qos3QueueWeightTable OBJECT-TYPE this table is used for configuring port's weight | 1.3.6.1.4.1.40418.7.100.11.2.6 | not-accessible | current | |
| qos3QueueWeightEntry OBJECT-TYPE entry for queue weight configuration. | 1.3.6.1.4.1.40418.7.100.11.2.6.1 | not-accessible | current | |
| qos3QueueWeightPortIndex OBJECT-TYPE port index. | 1.3.6.1.4.1.40418.7.100.11.2.6.1.1 | INTEGER | read-only | current |
| qos3QueueWeightType OBJECT-TYPE choose the algorithm weight that you want to set. | 1.3.6.1.4.1.40418.7.100.11.2.6.1.2 | INTEGER {wrr(0), wdrr(1)} | read-only | current |
| qos3QueueWeight0 OBJECT-TYPE wrr default value is 1,wdrr default value is 10. | 1.3.6.1.4.1.40418.7.100.11.2.6.1.3 | INTEGER (0..32767) | read-write | current |
| qos3QueueWeight1 OBJECT-TYPE wrr default value is 2,wdrr default value is 20 | 1.3.6.1.4.1.40418.7.100.11.2.6.1.4 | INTEGER (0..32767) | read-write | current |
| qos3QueueWeight2 OBJECT-TYPE wrr default value is 3,wdrr default value is 40 | 1.3.6.1.4.1.40418.7.100.11.2.6.1.5 | INTEGER (0..32767) | read-write | current |
| qos3QueueWeight3 OBJECT-TYPE wrr default value is 4,wdrr default value is 80 | 1.3.6.1.4.1.40418.7.100.11.2.6.1.6 | INTEGER (0..32767) | read-write | current |
| qos3QueueWeight4 OBJECT-TYPE wrr default value is 5,wdrr default value is 160 | 1.3.6.1.4.1.40418.7.100.11.2.6.1.7 | INTEGER (0..32767) | read-write | current |
| qos3QueueWeight5 OBJECT-TYPE wrr default value is 6,wdrr default value is 320 | 1.3.6.1.4.1.40418.7.100.11.2.6.1.8 | INTEGER (0..32767) | read-write | current |
| qos3QueueWeight6 OBJECT-TYPE wrr default value is 7,wdrr default value is 640 | 1.3.6.1.4.1.40418.7.100.11.2.6.1.9 | INTEGER (0..32767) | read-write | current |
| qos3QueueWeight7 OBJECT-TYPE wrr default value is 8,wdrr default value is 1280 | 1.3.6.1.4.1.40418.7.100.11.2.6.1.10 | INTEGER (0..32767) | read-write | current |
| qos3QueueWeightStatus OBJECT-TYPE the status of qos3QueueWeightTable. | 1.3.6.1.4.1.40418.7.100.11.2.6.1.11 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-write | current |
| qos3QueueBindWidthTable OBJECT-TYPE this table is used for setting bindwidth of port. | 1.3.6.1.4.1.40418.7.100.11.2.7 | not-accessible | current | |
| qos3QueueBindWidthEntry OBJECT-TYPE entry for Queue BindWidth configuration. | 1.3.6.1.4.1.40418.7.100.11.2.7.1 | not-accessible | current | |
| qos3QueueBindWidthPortIndex OBJECT-TYPE port index. | 1.3.6.1.4.1.40418.7.100.11.2.7.1.1 | INTEGER | read-only | current |
| qos3QueueBindWidthQueueId OBJECT-TYPE queue id | 1.3.6.1.4.1.40418.7.100.11.2.7.1.2 | INTEGER (1..8) | read-only | current |
| qos3QueueBindWidthMin OBJECT-TYPE the Smallest bindwidth. | 1.3.6.1.4.1.40418.7.100.11.2.7.1.3 | INTEGER (0..128000) | read-write | current |
| qos3QueueBindWidthMax OBJECT-TYPE the Largest bindwidth. | 1.3.6.1.4.1.40418.7.100.11.2.7.1.4 | INTEGER (0..128000) | read-write | current |
| qos3QueueBindWidthStatus OBJECT-TYPE the status of qos3QueueBindWidthTable | 1.3.6.1.4.1.40418.7.100.11.2.7.1.5 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-write | current |
| qos3QueueWredTable OBJECT-TYPE this table is used for configuring the drop Algorithm of queue | 1.3.6.1.4.1.40418.7.100.11.2.8 | not-accessible | current | |
| qos3QueueWredEntry OBJECT-TYPE entry for queue wred configuration. | 1.3.6.1.4.1.40418.7.100.11.2.8.1 | not-accessible | current | |
| qos3QueueWredPortIndex OBJECT-TYPE port index. | 1.3.6.1.4.1.40418.7.100.11.2.8.1.1 | INTEGER | read-only | current |
| qos3QueueWredQueueId OBJECT-TYPE queue id. | 1.3.6.1.4.1.40418.7.100.11.2.8.1.2 | INTEGER (1..8) | read-only | current |
| qos3QueueWredDp OBJECT-TYPE drop Priority. | 1.3.6.1.4.1.40418.7.100.11.2.8.1.3 | INTEGER (0..2) | read-only | current |
| qos3QueueWredDpStart OBJECT-TYPE the smallist queue length when the queue start Discard packet. | 1.3.6.1.4.1.40418.7.100.11.2.8.1.4 | INTEGER (1..100) | read-write | current |
| qos3QueueWredDpEnd OBJECT-TYPE the Largest queue length when the queue start Discard packet | 1.3.6.1.4.1.40418.7.100.11.2.8.1.5 | INTEGER (1..100) | read-write | current |
| qos3QueueWredDpMaxRate OBJECT-TYPE the max Discard Probability | 1.3.6.1.4.1.40418.7.100.11.2.8.1.6 | INTEGER (0..100) | read-write | current |
| qos3QueueWredStatus OBJECT-TYPE the status of qos3QueueWredEntry | 1.3.6.1.4.1.40418.7.100.11.2.8.1.7 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-write | current |
| qos3MapTable OBJECT-TYPE this table is used for setting map between priorities(eg:cos,intp). | 1.3.6.1.4.1.40418.7.100.11.2.9 | not-accessible | current | |
| qos3MapEntry OBJECT-TYPE entry for mls qos map configuration. | 1.3.6.1.4.1.40418.7.100.11.2.9.1 | not-accessible | current | |
| qos3MapType OBJECT-TYPE the type of map,if the range of intp value beyonds 0-7,please config it in qos3MapIntpExtendTable. | 1.3.6.1.4.1.40418.7.100.11.2.9.1.1 | INTEGER {cosToIntp(0), cosToDp(1), expToIntp(2), expToDp(3), intpToCos(4), intpToDscp(5), intpToExp(6), cosToCosGreen(7), cosToCosYellow(8), cosToCosRed(9), cosToDscpGreen(10), cosToDscpYellow(11), cosToDscpRed(12)} | read-only | current |
| qos3MapAtoB1 OBJECT-TYPE according to maptype,map a to b for the first value. | 1.3.6.1.4.1.40418.7.100.11.2.9.1.2 | INTEGER (0..119) | read-write | current |
| qos3MapAtoB2 OBJECT-TYPE according to maptype,map a to b for the second value. | 1.3.6.1.4.1.40418.7.100.11.2.9.1.3 | INTEGER (0..119) | read-write | current |
| qos3MapAtoB3 OBJECT-TYPE according to maptype,map a to b for the third value. | 1.3.6.1.4.1.40418.7.100.11.2.9.1.4 | INTEGER (0..119) | read-write | current |
| qos3MapAtoB4 OBJECT-TYPE according to maptype,map a to b for the fourth value. | 1.3.6.1.4.1.40418.7.100.11.2.9.1.5 | INTEGER (0..119) | read-write | current |
| qos3MapAtoB5 OBJECT-TYPE according to maptype,map a to b for the fifth value. | 1.3.6.1.4.1.40418.7.100.11.2.9.1.6 | INTEGER (0..119) | read-write | current |
| qos3MapAtoB6 OBJECT-TYPE according to maptype,map a to b for the sixth value. | 1.3.6.1.4.1.40418.7.100.11.2.9.1.7 | INTEGER (0..119) | read-write | current |
| qos3MapAtoB7 OBJECT-TYPE according to maptype,map a to b for the seventh value. | 1.3.6.1.4.1.40418.7.100.11.2.9.1.8 | INTEGER (0..119) | read-write | current |
| qos3MapAtoB8 OBJECT-TYPE according to maptype,map a to b for the eighth value. | 1.3.6.1.4.1.40418.7.100.11.2.9.1.9 | INTEGER (0..119) | read-write | current |
| qos3MapStatus OBJECT-TYPE the status of qos3MapTable | 1.3.6.1.4.1.40418.7.100.11.2.9.1.10 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-write | current |
| qos3MapDscpTable OBJECT-TYPE this table is used for mapping between dscp and other priorities. | 1.3.6.1.4.1.40418.7.100.11.2.10 | not-accessible | current | |
| qos3MapDscpEntry OBJECT-TYPE entry for mls qos dscp map configuration. | 1.3.6.1.4.1.40418.7.100.11.2.10.1 | not-accessible | current | |
| qos3MapDscpType OBJECT-TYPE the type of map | 1.3.6.1.4.1.40418.7.100.11.2.10.1.1 | INTEGER {dscpToIntp(0), dscpToDp(1), dscpToDscp(2), dscpToDscpGreen(3), dscpToDscpYellow(4), dscpToDscpRed(5), dscpToCosGreen(6), dscpToCosYellow(7), dscpToCosRed(8)} | read-only | current |
| qos3MapDscpIndex OBJECT-TYPE the index of dscp | 1.3.6.1.4.1.40418.7.100.11.2.10.1.2 | INTEGER (0..63) | read-only | current |
| qos3MapDscpValue OBJECT-TYPE the map value | 1.3.6.1.4.1.40418.7.100.11.2.10.1.3 | INTEGER (0..63) | read-write | current |
| qos3mapDscpStatus OBJECT-TYPE the status of qos3MapDscpTable | 1.3.6.1.4.1.40418.7.100.11.2.10.1.4 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-write | current |
| qos3ServicePolicyTable OBJECT-TYPE bind the policy to port or vlan. | 1.3.6.1.4.1.40418.7.100.11.2.11 | not-accessible | current | |
| qos3ServicePolicyEntry OBJECT-TYPE entry for qos bind. | 1.3.6.1.4.1.40418.7.100.11.2.11.1 | not-accessible | current | |
| qos3ServicePolicyBindType OBJECT-TYPE bind the policy to port or vlan | 1.3.6.1.4.1.40418.7.100.11.2.11.1.1 | INTEGER {port(0), vlan(1)} | read-only | current |
| qos3ServicePolicyIndex OBJECT-TYPE port index or vlan id | 1.3.6.1.4.1.40418.7.100.11.2.11.1.2 | INTEGER | read-only | current |
| qos3ServicePolicyDirection OBJECT-TYPE the direction of binding | 1.3.6.1.4.1.40418.7.100.11.2.11.1.3 | INTEGER {out(0), in(1), ext(2)} | read-only | current |
| qos3ServicePolicyName OBJECT-TYPE the policy name | 1.3.6.1.4.1.40418.7.100.11.2.11.1.4 | DisplayString (SIZE(1..64)) | read-write | current |
| qos3SercivePolicyStatus OBJECT-TYPE the status of qos3ServicePolicyTable | 1.3.6.1.4.1.40418.7.100.11.2.11.1.5 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-write | current |
| qos3StatisticClearTable OBJECT-TYPE this table is used for clearing counter statistics | 1.3.6.1.4.1.40418.7.100.11.2.12 | not-accessible | current | |
| qos3StatisticClearEntry OBJECT-TYPE entry for clear statistics of vlan or port. | 1.3.6.1.4.1.40418.7.100.11.2.12.1 | not-accessible | current | |
| qos3StatisticClearBindType OBJECT-TYPE bind to port or vlan | 1.3.6.1.4.1.40418.7.100.11.2.12.1.1 | INTEGER {port(0), vlan(1)} | read-only | current |
| qos3StatisticClearIndex OBJECT-TYPE port index or vlan id | 1.3.6.1.4.1.40418.7.100.11.2.12.1.2 | INTEGER | read-only | current |
| qos3StatisticClearDirection OBJECT-TYPE the direction that you want to clear | 1.3.6.1.4.1.40418.7.100.11.2.12.1.3 | INTEGER {out(0), in(1)} | read-only | current |
| qos3StatisticClearStatus OBJECT-TYPE the status of qos3StatisticClearTable | 1.3.6.1.4.1.40418.7.100.11.2.12.1.4 | INTEGER {disable(0), enable(1)} | read-write | current |
| qos3Ets OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.11.2.13 | |||
| qos3EtsTable OBJECT-TYPE this table is used for enabling QOS ETS and MC_UC mode. | 1.3.6.1.4.1.40418.7.100.11.2.13.1 | not-accessible | current | |
| qos3EtsEntry OBJECT-TYPE entry for enabling ETS and MC_UC. | 1.3.6.1.4.1.40418.7.100.11.2.13.1.1 | not-accessible | current | |
| qos3EtsPortIndex OBJECT-TYPE port index | 1.3.6.1.4.1.40418.7.100.11.2.13.1.1.1 | INTEGER | read-only | current |
| qos3EtsScheduleStatusConfig OBJECT-TYPE config schedule mode. | 1.3.6.1.4.1.40418.7.100.11.2.13.1.1.2 | INTEGER {normal(0), uc(1), mc(2), ets(3)} | read-write | current |
| qos3EtsStatus OBJECT-TYPE the status of qos3EtsTable. | 1.3.6.1.4.1.40418.7.100.11.2.13.1.1.3 | INTEGER {disable(0), enable(1)} | read-write | current |
| qos3McQueueBindWidthTable OBJECT-TYPE a list of mc bindWidth configuration. | 1.3.6.1.4.1.40418.7.100.11.2.13.2 | not-accessible | current | |
| qos3McQueueBindWidthEntry OBJECT-TYPE entry for configuring mc bindWidth. | 1.3.6.1.4.1.40418.7.100.11.2.13.2.1 | not-accessible | current | |
| qos3McQueueBindWidthPortIndex OBJECT-TYPE port index | 1.3.6.1.4.1.40418.7.100.11.2.13.2.1.1 | INTEGER | read-only | current |
| qos3McQueueID OBJECT-TYPE queue index. | 1.3.6.1.4.1.40418.7.100.11.2.13.2.1.2 | INTEGER (1..4) | read-only | current |
| qos3McQueueBindWidthMin OBJECT-TYPE minimize vaule of queue bindWidth | 1.3.6.1.4.1.40418.7.100.11.2.13.2.1.3 | INTEGER (0..128000) | read-write | current |
| qos3McQueueBindWidthMax OBJECT-TYPE maximize value of queue bindWidth. | 1.3.6.1.4.1.40418.7.100.11.2.13.2.1.4 | INTEGER (0..128000) | read-write | current |
| qos3McQueueBindWidthStatus OBJECT-TYPE the status of qos3McQueueBindWidthTable. | 1.3.6.1.4.1.40418.7.100.11.2.13.2.1.5 | INTEGER {disable(0), enable(1)} | read-write | current |
| qos3SchedulePolicyMapTable OBJECT-TYPE this table is used for building a Schedule policy and mapping the named policy to number, if you want to configure a Schedule policy,you must map at here. | 1.3.6.1.4.1.40418.7.100.11.2.13.3 | not-accessible | current | |
| qos3SchedulePolicyMapEntry OBJECT-TYPE entry for building schedule policy. | 1.3.6.1.4.1.40418.7.100.11.2.13.3.1 | not-accessible | current | |
| qos3SchedulePolicyMapIndex OBJECT-TYPE the range is 0-(2^64 - 1). | 1.3.6.1.4.1.40418.7.100.11.2.13.3.1.1 | INTEGER | read-only | current |
| qos3SchedulePolicyName OBJECT-TYPE the schedule policy name. | 1.3.6.1.4.1.40418.7.100.11.2.13.3.1.2 | DisplayString (SIZE(1..64)) | read-write | current |
| qos3SchedulePolicyStatus OBJECT-TYPE the status of qos3SchedulePolicyGroupTable. | 1.3.6.1.4.1.40418.7.100.11.2.13.3.1.3 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-write | current |
| qos3NodeScheduleTable OBJECT-TYPE this table is used for building a Schedule node. | 1.3.6.1.4.1.40418.7.100.11.2.13.4 | not-accessible | current | |
| qos3NodeScheduleEntry OBJECT-TYPE entry for building schedule policy. | 1.3.6.1.4.1.40418.7.100.11.2.13.4.1 | not-accessible | current | |
| qos3NodeSchedulePolicyIndex OBJECT-TYPE policy index. | 1.3.6.1.4.1.40418.7.100.11.2.13.4.1.1 | INTEGER | read-only | current |
| qos3NodeScheduleLevelID OBJECT-TYPE level ID. | 1.3.6.1.4.1.40418.7.100.11.2.13.4.1.2 | INTEGER (1..3) | read-only | current |
| qos3NodeScheduleNodeID OBJECT-TYPE node ID. range of it's value is determined by level ID,for level 1,it can only be 1; for level 2 and level 3,the range is 1-4. | 1.3.6.1.4.1.40418.7.100.11.2.13.4.1.3 | INTEGER (1..4) | read-only | current |
| qos3NodeScheduleStatus OBJECT-TYPE the status of qos3NodeScheduleTable. | 1.3.6.1.4.1.40418.7.100.11.2.13.4.1.4 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-write | current |
| qos3ScheduleQueueAlgorithmTable OBJECT-TYPE this table is used for schedule queue algorithm configuration. | 1.3.6.1.4.1.40418.7.100.11.2.13.5 | not-accessible | current | |
| qos3ScheduleQueueAlgorithmEntry OBJECT-TYPE entry for configuring schedule queue algorithm. | 1.3.6.1.4.1.40418.7.100.11.2.13.5.1 | not-accessible | current | |
| qos3ScheduleQueueAlgorithmPolicyIndex OBJECT-TYPE schedule policy map Index. | 1.3.6.1.4.1.40418.7.100.11.2.13.5.1.1 | INTEGER | read-only | current |
| qos3ScheduleQueueAlgorithmLevelID OBJECT-TYPE level ID. | 1.3.6.1.4.1.40418.7.100.11.2.13.5.1.2 | INTEGER (1..3) | read-only | current |
| qos3ScheduleQueueAlgorithmNodeID OBJECT-TYPE node ID. range of it's value is determined by level ID,for level 1,it can only be 1; for level 2 and level 3,the range is 1-4. | 1.3.6.1.4.1.40418.7.100.11.2.13.5.1.3 | INTEGER (1..4) | read-only | current |
| qos3ScheduleQueueAlgorithmConfig OBJECT-TYPE schedule queue algorithm. | 1.3.6.1.4.1.40418.7.100.11.2.13.5.1.4 | INTEGER {rr(0), sp(1), wrr(2), wdrr(3)} | read-write | current |
| qos3ScheduleQueueAlgorithmStatus OBJECT-TYPE the status of qos3ScheduleQueueAlgorithmTable. | 1.3.6.1.4.1.40418.7.100.11.2.13.5.1.5 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-write | current |
| qos3ScheduleQueueWeightTable OBJECT-TYPE this table is used for schedule queue weight configuration. | 1.3.6.1.4.1.40418.7.100.11.2.13.6 | not-accessible | current | |
| qos3ScheduleQueueWeightEntry OBJECT-TYPE entry for configuring schedule queue weight. | 1.3.6.1.4.1.40418.7.100.11.2.13.6.1 | not-accessible | current | |
| qos3ScheduleQueueWeightPolicyIndex OBJECT-TYPE schedule policy map Index. | 1.3.6.1.4.1.40418.7.100.11.2.13.6.1.1 | INTEGER | read-only | current |
| qos3ScheduleQueueWeightLevelID OBJECT-TYPE level ID. | 1.3.6.1.4.1.40418.7.100.11.2.13.6.1.2 | INTEGER | read-only | current |
| qos3ScheduleQueueWeightNodeID OBJECT-TYPE node ID. range of it's value is determined by level ID,for level 1,it can only be 1; for level 2 and level 3,the range is 1-4. | 1.3.6.1.4.1.40418.7.100.11.2.13.6.1.3 | INTEGER | read-only | current |
| qos3ScheduleQueueAlgorithm OBJECT-TYPE queue algorithm. | 1.3.6.1.4.1.40418.7.100.11.2.13.6.1.4 | INTEGER {wrr(0), wdrr(1)} | read-only | current |
| qos3ScheduleQueueWeightQueueID OBJECT-TYPE queue ID. | 1.3.6.1.4.1.40418.7.100.11.2.13.6.1.5 | INTEGER (0..18) | read-only | current |
| qos3ScheduleQueueWeightValue OBJECT-TYPE queue weight value. | 1.3.6.1.4.1.40418.7.100.11.2.13.6.1.6 | INTEGER (0..32767) | read-write | current |
| qos3ScheduleQueueWeightStatus OBJECT-TYPE the status of qos3ScheduleQueueWeightTable. | 1.3.6.1.4.1.40418.7.100.11.2.13.6.1.7 | INTEGER {disable(0), enable(1)} | read-write | current |
| qos3ScheduleQueueInputTable OBJECT-TYPE this table is used for schedule queue input configuration. | 1.3.6.1.4.1.40418.7.100.11.2.13.7 | not-accessible | current | |
| qos3ScheduleQueueInputEntry OBJECT-TYPE entry for configuring schedule queue input. | 1.3.6.1.4.1.40418.7.100.11.2.13.7.1 | not-accessible | current | |
| qos3ScheduleQueueInputPolicyIndex OBJECT-TYPE schedule policy map Index. | 1.3.6.1.4.1.40418.7.100.11.2.13.7.1.1 | INTEGER | read-only | current |
| qos3ScheduleQueueInputLevelID OBJECT-TYPE level ID. | 1.3.6.1.4.1.40418.7.100.11.2.13.7.1.2 | INTEGER | read-only | current |
| qos3ScheduleQueueInputNodeID OBJECT-TYPE node ID. range of it's value is determined by level ID,for level 1,it can only be 1; for level 2 and level 3,the range is 1-4. | 1.3.6.1.4.1.40418.7.100.11.2.13.7.1.3 | INTEGER | read-only | current |
| qos3ScheduleQueueInputQueueID OBJECT-TYPE queue ID. | 1.3.6.1.4.1.40418.7.100.11.2.13.7.1.4 | INTEGER | read-only | current |
| qos3ScheduleQueueInputType OBJECT-TYPE input type of queue. | 1.3.6.1.4.1.40418.7.100.11.2.13.7.1.5 | INTEGER {uc(0), mc(1), node(2)} | read-write | current |
| qos3ScheduleQueueInputTypeValue OBJECT-TYPE value of the input type,the value range for uc is 1-18,the value range for mc is 1-4,the value range for node is 1-4. | 1.3.6.1.4.1.40418.7.100.11.2.13.7.1.6 | INTEGER | read-write | current |
| qos3ScheduleQueueInputStatus OBJECT-TYPE the status of qos3ScheduleBindWidthTable. | 1.3.6.1.4.1.40418.7.100.11.2.13.7.1.7 | INTEGER {disable(0), enable(1)} | read-write | current |
| qos3ScheduleBindWidthTable OBJECT-TYPE this table is used for schedule bindWidth configuration. | 1.3.6.1.4.1.40418.7.100.11.2.13.8 | not-accessible | current | |
| qos3ScheduleBindWidthEntry OBJECT-TYPE entry for configuring schedule bindWidth. | 1.3.6.1.4.1.40418.7.100.11.2.13.8.1 | not-accessible | current | |
| qos3ScheduleBindWidthPolicyIndex OBJECT-TYPE schedule policy map Index. | 1.3.6.1.4.1.40418.7.100.11.2.13.8.1.1 | INTEGER | read-only | current |
| qos3ScheduleBindWidthLevelID OBJECT-TYPE level ID. | 1.3.6.1.4.1.40418.7.100.11.2.13.8.1.2 | INTEGER | read-only | current |
| qos3ScheduleBindWidthNodeID OBJECT-TYPE node ID. range of it's value is determined by level ID,for level 1,it can only be 1; for level 2 and level 3,the range is 1-4. | 1.3.6.1.4.1.40418.7.100.11.2.13.8.1.3 | INTEGER | read-only | current |
| qos3ScheduleBindWidthMin OBJECT-TYPE minimize value of schedule bindWidth. | 1.3.6.1.4.1.40418.7.100.11.2.13.8.1.4 | INTEGER (0..12800) | read-write | current |
| qos3ScheduleBindWidthMax OBJECT-TYPE maximize value of schedule bindWidth. | 1.3.6.1.4.1.40418.7.100.11.2.13.8.1.5 | INTEGER (0..12800) | read-write | current |
| qos3ScheduleBindWidthStatus OBJECT-TYPE the status of qos3ScheduleBindWidthTable. | 1.3.6.1.4.1.40418.7.100.11.2.13.8.1.6 | INTEGER {disable(0), enable(1)} | read-write | current |
| qos3SchedulePolicyBindTable OBJECT-TYPE this table is used for binding schedule policy to port. | 1.3.6.1.4.1.40418.7.100.11.2.13.9 | not-accessible | current | |
| qos3SchedulePolicyBindEntry OBJECT-TYPE entry for binding schedule policy. | 1.3.6.1.4.1.40418.7.100.11.2.13.9.1 | not-accessible | current | |
| qos3SchedulePolicyBindPortIndex OBJECT-TYPE port Index. | 1.3.6.1.4.1.40418.7.100.11.2.13.9.1.1 | INTEGER | read-only | current |
| qos3SchedulePolicyBindPolicyName OBJECT-TYPE the schedule policy name. | 1.3.6.1.4.1.40418.7.100.11.2.13.9.1.2 | DisplayString (SIZE(1..64)) | read-write | current |
| qos3SchedulePolicyBindStatus OBJECT-TYPE the status of qos3SchedulePolicyBindTable. | 1.3.6.1.4.1.40418.7.100.11.2.13.9.1.3 | INTEGER {disable(0), enable(1)} | read-write | current |
| qos3MapIntpExtendTable OBJECT-TYPE this table is used for mapping between intp and other priorities,the range of value for intp is 0-119. | 1.3.6.1.4.1.40418.7.100.11.2.14 | not-accessible | current | |
| qos3MapIntpExtendEntry OBJECT-TYPE entry for mls qos intp map configuration. | 1.3.6.1.4.1.40418.7.100.11.2.14.1 | not-accessible | current | |
| qos3MapIntpExtendType OBJECT-TYPE the type of map | 1.3.6.1.4.1.40418.7.100.11.2.14.1.1 | INTEGER {intpToCos(0), intpToDscp(1), intpToExp(2), intpToQueue(3), intpToDp(4), intpToIntpRed(5), intpToIntpYellow(6)} | read-only | current |
| qos3MapIntpExtendIndex OBJECT-TYPE the index of intp | 1.3.6.1.4.1.40418.7.100.11.2.14.1.2 | INTEGER (0..119) | read-only | current |
| qos3MapIntpExtendValue OBJECT-TYPE the map value | 1.3.6.1.4.1.40418.7.100.11.2.14.1.3 | INTEGER (0..119) | read-write | current |
| qos3mapIntpExtendStatus OBJECT-TYPE the status of qos3MapIntpExtendTable | 1.3.6.1.4.1.40418.7.100.11.2.14.1.4 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-write | current |
| qos3EgressRemark OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.11.2.15 | |||
| qos3EgressGreenRemark OBJECT-TYPE enabling egress remark on green packet. | 1.3.6.1.4.1.40418.7.100.11.2.15.1 | INTEGER {disable(0), enable(1)} | read-write | current |
| showQos3 OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.11.2.16 | |||
| showQos3VlanTable OBJECT-TYPE Show Qos3 Vlan Table | 1.3.6.1.4.1.40418.7.100.11.2.16.1 | not-accessible | current | |
| showQos3VlanEntry OBJECT-TYPE index is vlan id | 1.3.6.1.4.1.40418.7.100.11.2.16.1.1 | not-accessible | current | |
| showQos3VlanId OBJECT-TYPE show qos vlan id. | 1.3.6.1.4.1.40418.7.100.11.2.16.1.1.1 | INTEGER (1..4094) | not-accessible | current |
| showQos3PolicyDirection OBJECT-TYPE QoS Policy direction | 1.3.6.1.4.1.40418.7.100.11.2.16.1.1.2 | INTEGER {in(0), out(1), pre(2), ext(3)} | not-accessible | current |
| showQos3ClassmapName OBJECT-TYPE QoS class map name | 1.3.6.1.4.1.40418.7.100.11.2.16.1.1.3 | DisplayString (SIZE(1..64)) | not-accessible | current |
| showQos3VlanInCounter OBJECT-TYPE in vlan counter | 1.3.6.1.4.1.40418.7.100.11.2.16.1.1.4 | Counter64 | read-only | current |
| showQos3VlanOutCounter OBJECT-TYPE out vlan counter | 1.3.6.1.4.1.40418.7.100.11.2.16.1.1.5 | Counter64 | read-only | current |
| showQos3VlanGreenCounter OBJECT-TYPE green vlan counter | 1.3.6.1.4.1.40418.7.100.11.2.16.1.1.6 | Counter64 | read-only | current |
| showQos3VlanYellowCounter OBJECT-TYPE yellow vlan counter | 1.3.6.1.4.1.40418.7.100.11.2.16.1.1.7 | Counter64 | read-only | current |
| showQos3VlanRedCounter OBJECT-TYPE red vlan counter | 1.3.6.1.4.1.40418.7.100.11.2.16.1.1.8 | Counter64 | read-only | current |
| showQos3QueueStatisticsTable OBJECT-TYPE Show Qos3 Queue Statistics Table | 1.3.6.1.4.1.40418.7.100.11.2.17 | not-accessible | current | |
| showQos3QueueStatisticsEntry OBJECT-TYPE index is port id | 1.3.6.1.4.1.40418.7.100.11.2.17.1 | not-accessible | current | |
| showQos3QueueStatisticsPortIndex OBJECT-TYPE show qos port id. | 1.3.6.1.4.1.40418.7.100.11.2.17.1.1 | INTEGER | read-only | current |
| showQos3QueueStatisticsQueueID OBJECT-TYPE show qos queue id | 1.3.6.1.4.1.40418.7.100.11.2.17.1.2 | INTEGER | read-only | current |
| showQos3QueueStatisticsPassedPacket OBJECT-TYPE QoS queue statististics passed packet | 1.3.6.1.4.1.40418.7.100.11.2.17.1.3 | INTEGER | read-only | current |
| showQos3QueueStatisticsDropedPacket OBJECT-TYPE QoS queue statististics drop packet | 1.3.6.1.4.1.40418.7.100.11.2.17.1.4 | INTEGER | read-only | current |
| showQos3MCQueueStatisticsTable OBJECT-TYPE Show Qos3 MC-Queue Statistics Table | 1.3.6.1.4.1.40418.7.100.11.2.18 | not-accessible | current | |
| showQos3MCQueueStatisticsEntry OBJECT-TYPE index is port id for MC-QUEUE | 1.3.6.1.4.1.40418.7.100.11.2.18.1 | not-accessible | current | |
| showQos3MCQueueStatisticsPortIndex OBJECT-TYPE show qos port id for MC-QUEUE. | 1.3.6.1.4.1.40418.7.100.11.2.18.1.1 | INTEGER | read-only | current |
| showQos3MCQueueStatisticsQueueID OBJECT-TYPE show qos MC-queue id | 1.3.6.1.4.1.40418.7.100.11.2.18.1.2 | INTEGER | read-only | current |
| showQos3MCQueueStatisticsPassedPacket OBJECT-TYPE QoS MC-queue statististics passed packet | 1.3.6.1.4.1.40418.7.100.11.2.18.1.3 | INTEGER | read-only | current |
| showQos3MCQueueStatisticsDropedPacket OBJECT-TYPE QoS MC-queue statististics drop packet | 1.3.6.1.4.1.40418.7.100.11.2.18.1.4 | INTEGER | read-only | current |
| primirror OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.12 | |||
| mirrorDestTable OBJECT-TYPE Destination port for mirrored packets. | 1.3.6.1.4.1.40418.7.100.12.1 | not-accessible | current | |
| mirrorDestEntry OBJECT-TYPE Destination port for mirrored packets. | 1.3.6.1.4.1.40418.7.100.12.1.1 | not-accessible | current | |
| mirrorDestSession OBJECT-TYPE Session ID. | 1.3.6.1.4.1.40418.7.100.12.1.1.1 | INTEGER (1..4) | read-only | current |
| mirrorDestPort OBJECT-TYPE mirror destination port eg:Ethernet1/1. | 1.3.6.1.4.1.40418.7.100.12.1.1.2 | DisplayString (SIZE(1..20)) | read-create | current |
| mirrorDestStatus OBJECT-TYPE Status. | 1.3.6.1.4.1.40418.7.100.12.1.1.3 | INTEGER {active(1), destroy(2)} | read-create | current |
| mirrorSrcPortTable OBJECT-TYPE Src port for mirrored packets. | 1.3.6.1.4.1.40418.7.100.12.2 | not-accessible | current | |
| mirrorSrcPortEntry OBJECT-TYPE Src port for mirrored packets. | 1.3.6.1.4.1.40418.7.100.12.2.1 | not-accessible | current | |
| mirrorSrcPortSession OBJECT-TYPE Session ID. | 1.3.6.1.4.1.40418.7.100.12.2.1.1 | INTEGER (1..4) | read-only | current |
| mirrorSrcPortDirect OBJECT-TYPE Direction of mirror. | 1.3.6.1.4.1.40418.7.100.12.2.1.2 | INTEGER {rx(1), tx(2)} | read-only | current |
| mirrorSrcPort OBJECT-TYPE mirror source port. eg:Ethernet1/1. | 1.3.6.1.4.1.40418.7.100.12.2.1.3 | DisplayString (SIZE(1..512)) | read-create | current |
| mirrorSrcPortStatus OBJECT-TYPE Status. | 1.3.6.1.4.1.40418.7.100.12.2.1.4 | INTEGER {active(1), destroy(2)} | read-create | current |
| mirrorSrcCpuTable OBJECT-TYPE Src Cpu for mirrored packets. | 1.3.6.1.4.1.40418.7.100.12.3 | not-accessible | current | |
| mirrorSrcCpuEntry OBJECT-TYPE Src Cpu for mirrored packets. | 1.3.6.1.4.1.40418.7.100.12.3.1 | not-accessible | current | |
| mirrorSrcCpuSession OBJECT-TYPE Session ID. | 1.3.6.1.4.1.40418.7.100.12.3.1.1 | INTEGER (4) | read-only | current |
| mirrorSrcCpuDirect OBJECT-TYPE Direction of mirror. | 1.3.6.1.4.1.40418.7.100.12.3.1.2 | INTEGER {rx(1), tx(2)} | read-only | current |
| mirrorSrcCpuSlot OBJECT-TYPE Src cpu slot index. | 1.3.6.1.4.1.40418.7.100.12.3.1.3 | INTEGER | read-only | current |
| mirrorSrcCpuStatus OBJECT-TYPE Status. | 1.3.6.1.4.1.40418.7.100.12.3.1.4 | INTEGER {active(1), destroy(2)} | read-create | current |
| mirrorReflectorPortTable OBJECT-TYPE mirror reflector destination port configuration Table of Rspan. The information about the reflector destination port and its associated session will be specified by this table,which will not present itself in the mirrorDestTable. Which means the mirrorReflectorPortTable and the mirrorDestTable is independent from each other. | 1.3.6.1.4.1.40418.7.100.12.4 | not-accessible | current | |
| mirrorReflectorPortEntry OBJECT-TYPE mirror destination port configuration of Rspan. | 1.3.6.1.4.1.40418.7.100.12.4.1 | not-accessible | current | |
| mirrorReflectorPortSession OBJECT-TYPE Session ID. | 1.3.6.1.4.1.40418.7.100.12.4.1.1 | INTEGER (1..4) | read-only | current |
| mirrorReflectorPort OBJECT-TYPE mirror reflector destination port number. | 1.3.6.1.4.1.40418.7.100.12.4.1.2 | INTEGER | read-only | current |
| mirrorReflectorPortStatus OBJECT-TYPE The configuration status of the reflector destination port and its associated session. | 1.3.6.1.4.1.40418.7.100.12.4.1.3 | INTEGER {active(1), destroy(2)} | read-create | current |
| mirrorRspanVlanTable OBJECT-TYPE Vlan configuration Table of Rspan. | 1.3.6.1.4.1.40418.7.100.12.5 | not-accessible | current | |
| mirrorRspanVlanEntry OBJECT-TYPE Vlan configuration of Rspan. | 1.3.6.1.4.1.40418.7.100.12.5.1 | not-accessible | current | |
| mirrorRspanVlan OBJECT-TYPE Vlan ID. | 1.3.6.1.4.1.40418.7.100.12.5.1.1 | INTEGER | read-only | current |
| mirrorRspanVlanStatus OBJECT-TYPE Vlan status. | 1.3.6.1.4.1.40418.7.100.12.5.1.2 | INTEGER {active(1), destroy(2)} | read-create | current |
| mirrorRspanSessionTable OBJECT-TYPE Session configuration Table of Rspan.When creating an entry, the correctness of both the Vlan ID an the Session ID should be ensured. When destroying an entry, only the correctness of the Session ID is required. | 1.3.6.1.4.1.40418.7.100.12.6 | not-accessible | current | |
| mirrorRspanSessionEntry OBJECT-TYPE Session configuration of Rspan. | 1.3.6.1.4.1.40418.7.100.12.6.1 | not-accessible | current | |
| mirrorRspanSession OBJECT-TYPE Session ID. | 1.3.6.1.4.1.40418.7.100.12.6.1.1 | INTEGER (1..4) | read-only | current |
| mirrorRspanSessionVlan OBJECT-TYPE Vlan ID. | 1.3.6.1.4.1.40418.7.100.12.6.1.2 | INTEGER | read-only | current |
| mirrorRspanSessionStatus OBJECT-TYPE The configuration status of the mirror session and its associated Rspan Vlan. | 1.3.6.1.4.1.40418.7.100.12.6.1.3 | INTEGER {active(1), destroy(2)} | read-create | current |
| mirrorDestGreTable OBJECT-TYPE Destination port for mirrored packets. | 1.3.6.1.4.1.40418.7.100.12.7 | not-accessible | current | |
| mirrorDestGreEntry OBJECT-TYPE Destination port for mirrored packets. | 1.3.6.1.4.1.40418.7.100.12.7.1 | not-accessible | current | |
| mirrorDestGreSession OBJECT-TYPE Session ID. | 1.3.6.1.4.1.40418.7.100.12.7.1.1 | INTEGER (1..4) | read-only | current |
| mirrorDestGrePort OBJECT-TYPE configure GRE port index. | 1.3.6.1.4.1.40418.7.100.12.7.1.2 | INTEGER | read-only | current |
| mirrorDestMacAddr OBJECT-TYPE MAC address of equipment contacted with destination inferface. | 1.3.6.1.4.1.40418.7.100.12.7.1.3 | MacAddress (SIZE(17)) | read-create | current |
| mirrorDestIP OBJECT-TYPE GRE destination IP address. | 1.3.6.1.4.1.40418.7.100.12.7.1.4 | IpAddress | read-create | current |
| mirrorSrcIP OBJECT-TYPE GRE source IP address. | 1.3.6.1.4.1.40418.7.100.12.7.1.5 | IpAddress | read-create | current |
| mirrorDestGreStatus OBJECT-TYPE Status. | 1.3.6.1.4.1.40418.7.100.12.7.1.6 | INTEGER {active(1), destroy(2)} | read-create | current |
| pridhcp OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.13 | |||
| dhcpRelay OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.13.1 | |||
| dhcpRelayForwardUdpBootps OBJECT-TYPE If dhcp rely forward bootps udp broadcast packet,broadcast message bootps. | 1.3.6.1.4.1.40418.7.100.13.1.1 | INTEGER {noBootps(0), bootps(1)} | read-create | current |
| dhcpRelayServerAddrTable OBJECT-TYPE The role of DHCP Relay Agent is to forward requests and replies between server and client when they are not in the same subnet. To enable DHCP Relay service user needs to specify Relay Server ip address and then restart DHCP Relay. This Table is to specify Relay Server ip address, the maximum numbers of server ip address user can specify is 5. To Restart DHCP Relay, please use the dhcpRelayRestart variable. | 1.3.6.1.4.1.40418.7.100.13.1.2 | not-accessible | current | |
| dhcpRelayServerAddrEntry OBJECT-TYPE A conceptual row of dhcpRelayServerAddrTable. | 1.3.6.1.4.1.40418.7.100.13.1.2.1 | not-accessible | current | |
| dhcpRelayServerAddrVlanId OBJECT-TYPE The ID of VLAN interface used by this table entry. | 1.3.6.1.4.1.40418.7.100.13.1.2.1.1 | INTEGER | not-accessible | current |
| dhcpRelayServerAddrIndex OBJECT-TYPE The index of relay address set in the VLAN interface. | 1.3.6.1.4.1.40418.7.100.13.1.2.1.2 | INTEGER | not-accessible | current |
| dhcpRelayServerAddrServerIp OBJECT-TYPE Appoint the destination address used for DHCP relay. | 1.3.6.1.4.1.40418.7.100.13.1.2.1.3 | IpAddress | read-write | current |
| dhcpRelayServerAddrStatus OBJECT-TYPE Configuration status. | 1.3.6.1.4.1.40418.7.100.13.1.2.1.4 | INTEGER {active(1), destroy(2)} | read-write | current |
| dhcpRelayOption82Enalbe OBJECT-TYPE If set(0), disable dhcp relay option82 function, set(1),then enable dhcp relay option82 function. | 1.3.6.1.4.1.40418.7.100.13.1.3 | INTEGER {noEnable(0), enable(1)} | read-create | current |
| dhcpRelayInformationOptionRemoteIDFormat OBJECT-TYPE If set(0), then use vlan mac address as the default format, set(1), use vs-hp format to keep compatibility with HP. | 1.3.6.1.4.1.40418.7.100.13.1.4 | INTEGER {default(0), vs-hp(1)} | read-create | current |
| dhcpRelayInformationOptionRemoteID OBJECT-TYPE If input the 'standard' string ,then use vlan mac address format for option82 sub-option 2, other strings are used as romote ID of option82 sub-option 2, the default string is 'standard'. | 1.3.6.1.4.1.40418.7.100.13.1.5 | DisplayString (SIZE(1..32)) | read-create | current |
| dhcpRelayInformationOptionSubscriberIDFormat OBJECT-TYPE If set(0), then use hex format of vlan and mac address, set(1), use ACSII format of vlan and mac address, set(2), use vs-hp format to keep compatibility with HP, the default value is set(1). | 1.3.6.1.4.1.40418.7.100.13.1.6 | INTEGER {hex(0), acsii(1), vs-hp(2)} | read-create | current |
| dhcpServerRelayInformationEnable OBJECT-TYPE If set(0), disable the option82 relay function on dhcp server, the dhcp server neglects the option82 information, set(1), then enable the option82 relay function on dhcp server,then dhcp server starts to identify option82 information. | 1.3.6.1.4.1.40418.7.100.13.1.7 | INTEGER {noEnable(0), enable(1)} | read-create | current |
| dhcpRelayInformationOptionDelimiter OBJECT-TYPE If set(0), then use colon to compart sub-option parameters, set(1), use dot to compart sub-option parameters, set(2), use slash to compart sub-option parameters, set(3), use space to compart sub-option parameters, the default value is set(2). | 1.3.6.1.4.1.40418.7.100.13.1.8 | INTEGER {colon(0), dot(1), slash(2), space(3)} | read-create | current |
| dhcpRelayOptionSelfDefinedSubscriberIDFormat OBJECT-TYPE If set(0), then use hex format to generate sub-scriber ID, set(1), use ASCII format to generate sub-scriber ID, the default value is set(1). | 1.3.6.1.4.1.40418.7.100.13.1.9 | INTEGER {hex(0), ascii(1)} | read-create | current |
| dhcpRelayOptionSelfDefinedRemoteIDFormat OBJECT-TYPE If set(0), then use hex format to generate remote ID, set(1), use ASCII format to generate remote ID, the default value is set(1). | 1.3.6.1.4.1.40418.7.100.13.1.10 | INTEGER {hex(0), ascii(1)} | read-create | current |
| dhcpRelayOptionSelfDefinedSubscriberID OBJECT-TYPE If user does not configure the circuit-id of option82 explicitly on a port, then the user can self define format to generate the circuit-id, the format options include vlan, port, ID, self-designed string, the subscriber ID may be only one or any combination of them, and is strictly generated according to the sequence of format options, the ID option includes switch ID and remote-mac, but the user just select only one of them, also In the swtich ID, it includes mac and hostname options, the user just select only one of two, the maximum length of self-designed striing is 64. If user input the string 'NULL', then delete the last configuration. For example, if select vlan ,ID(swtich-id(mac)), and string 'str' format, the user input the string like as 'vlan id swtich-id mac string str'. | 1.3.6.1.4.1.40418.7.100.13.1.11 | DisplayString (SIZE(1..128)) | read-create | current |
| dhcpRelayOptionSelfDefinedRemoteID OBJECT-TYPE If user does not configure the remote-id of option82 explicitly on a port, then the user can self define format to generate the remote-id, the format options include mac,hostname and self-designed string, the remote ID may be only one or any combination of them, and is strictly generated according to the sequence of format options, the maximum length of self-designed striing is 32. If user input the string 'NULL', then delete the last configuration. For example, if select hostname,mac,and string 'str' format, the user input the string like as 'hostname mac string str'. | 1.3.6.1.4.1.40418.7.100.13.1.12 | DisplayString (SIZE(1..64)) | read-create | current |
| dhcpRelayOption82InterfaceConfigureTable OBJECT-TYPE After enable the option82 relay function ,the swith must adopt some forwarding policy, and use specified format for subscriber ID to handle receving the dhcp request packets according to specified port. | 1.3.6.1.4.1.40418.7.100.13.1.13 | not-accessible | current | |
| dhcpRelayOption82InterfaceConfigureEntry OBJECT-TYPE A conceptual row of dhcpRelayOption82InterfaceConfigureTable. | 1.3.6.1.4.1.40418.7.100.13.1.13.1 | not-accessible | current | |
| dhcpRelayOption82Vid OBJECT-TYPE The Vlan interface being used by this table entry. Only the Vlan interfaces which have an IP configured will appear in the table. | 1.3.6.1.4.1.40418.7.100.13.1.13.1.1 | INTEGER | not-accessible | current |
| dhcpRelayOption82ForwardPolicy OBJECT-TYPE If set(1), then drop the dhcp request packets with option82 sub-option, set(2), keep the dhcp request packets with option82 sub-option and forward to the dhcp server, set(3), the systerm replace the option82 sub-option of dhcp request packets with its own option82 sub-option, the default value is set(3). | 1.3.6.1.4.1.40418.7.100.13.1.13.1.2 | INTEGER {drop(1), keep(2), replace(3)} | read-write | current |
| dhcpRelayOption82SubscriberID OBJECT-TYPE If input the 'standard' string ,then use vlan and physical port format for option82 sub-option 1, other string, that be used as circuit-id of option82 sub-option 1, the default string is 'standard'. | 1.3.6.1.4.1.40418.7.100.13.1.13.1.3 | DisplayString (SIZE(1..64)) | read-write | current |
| dhcpRelaySharevlanSubvlanConfigureTable OBJECT-TYPE the swith use the subvlan to handle receving the dhcp request packets. | 1.3.6.1.4.1.40418.7.100.13.1.14 | not-accessible | current | |
| dhcpRelaySharevlanSubvlanConfigureEntry OBJECT-TYPE A conceptual row of dhcpRelaySharevlanSubvlanConfigureTable. | 1.3.6.1.4.1.40418.7.100.13.1.14.1 | not-accessible | current | |
| dhcpRelaySharevlanSubvlanList OBJECT-TYPE DHCP Relay: set the subvlan list for the sharevlan. | 1.3.6.1.4.1.40418.7.100.13.1.14.1.1 | OCTET STRING (SIZE(0..64)) | read-write | current |
| dhcpRelayNoSharevlan OBJECT-TYPE DHCP Relay: UNset the subvlan list for the sharevlan. | 1.3.6.1.4.1.40418.7.100.13.1.14.1.2 | INTEGER {disable(0)} | read-write | current |
| dhcpServer OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.13.2 | |||
| dhcpServerServiceStatus OBJECT-TYPE Setting this to 1 to enable the dhcp server service. Setting this to 2 to disable the dhcp server service. | 1.3.6.1.4.1.40418.7.100.13.2.1 | INTEGER {disable(0), enable(1)} | read-create | current |
| dhcploggingStatus OBJECT-TYPE Setting this to 1 to enable the dhcp conflict logging. Setting this to 0 to disable the dhcp conflict logging. | 1.3.6.1.4.1.40418.7.100.13.2.2 | INTEGER {disable(0), enable(1)} | read-create | current |
| dhcpPool OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.13.2.3 | |||
| dhcpPoolTable OBJECT-TYPE A dhcp pool is a collection of user configuration such as option config-lease time or dns-server IPs, a network address for network pool, or a host IP plus a hardware address pair for host pool. However, a dhcp pool only can either be a network pool or a host pool, or none of them (such as that pool only containing option config no network address config or a host ip config as well) | 1.3.6.1.4.1.40418.7.100.13.2.3.1 | not-accessible | current | |
| dhcpPoolEntry OBJECT-TYPE A conceptual row of dhcpPoolTable. | 1.3.6.1.4.1.40418.7.100.13.2.3.1.1 | not-accessible | current | |
| dhcpPoolPoolName OBJECT-TYPE PoolName, simply specify a string. | 1.3.6.1.4.1.40418.7.100.13.2.3.1.1.1 | DisplayString (SIZE(1..32)) | not-accessible | current |
| dhcpPoolStatus OBJECT-TYPE accession delete the pool,according to dhcpPoolName | 1.3.6.1.4.1.40418.7.100.13.2.3.1.1.2 | INTEGER {destroy(0), active(1)} | read-create | current |
| dhcpPoolAddressType OBJECT-TYPE configure dhcppool of address style | 1.3.6.1.4.1.40418.7.100.13.2.3.1.1.3 | INTEGER {network(1), host(2)} | read-create | current |
| dhcpPoolAddress OBJECT-TYPE configurate dhcp pool. if dhcpPoolAddressType=1 configurate address range, if dhcpPoolAddressType=2 configurate single address | 1.3.6.1.4.1.40418.7.100.13.2.3.1.1.4 | IpAddress | read-create | current |
| dhcpPoolAddressPrefix OBJECT-TYPE dhcp pool ip address prefix | 1.3.6.1.4.1.40418.7.100.13.2.3.1.1.5 | IpAddress | read-create | current |
| dhcpPoolAddressStatus OBJECT-TYPE address of configuration satus | 1.3.6.1.4.1.40418.7.100.13.2.3.1.1.6 | INTEGER {destroy(0), active(1)} | read-create | current |
| dhcpPoolMacAddress OBJECT-TYPE appoint user of hardware address.Condition: dhcpPoolAddressType(2). | 1.3.6.1.4.1.40418.7.100.13.2.3.1.1.7 | DisplayString | read-create | current |
| dhcpPoolProType OBJECT-TYPE RFC define protocol style of number express,Condition:dhcpPoolAddressType(2). | 1.3.6.1.4.1.40418.7.100.13.2.3.1.1.8 | INTEGER (1..255) | read-create | current |
| dhcpPoolMacStatus OBJECT-TYPE hardware address configure status.Condition: dhcpPoolAddressType(2). | 1.3.6.1.4.1.40418.7.100.13.2.3.1.1.9 | INTEGER {destroy(0), active(1)} | read-create | current |
| dhcpPoolExpandTable OBJECT-TYPE A dhcp pool is a collection of user configuration such as option config-lease time or dns-server IPs, a network address for network pool, or a host IP plus a hardware address pair for host pool. However, a dhcp pool only can either be a network pool or a host pool, or none of them (such as that pool only containing option config no network address config or a host ip config as well) | 1.3.6.1.4.1.40418.7.100.13.2.3.2 | not-accessible | current | |
| dhcpPoolExpandEntry OBJECT-TYPE A conceptual row of dhcpPoolExpandTable. | 1.3.6.1.4.1.40418.7.100.13.2.3.2.1 | not-accessible | current | |
| dhcpPoolExpandName OBJECT-TYPE PoolName, simply specify a string which string size NO MORE THAN 8 | 1.3.6.1.4.1.40418.7.100.13.2.3.2.1.1 | DisplayString (SIZE(1..32)) | not-accessible | current |
| dhcpPoolNetbiosNodeType OBJECT-TYPE Configure DHCP client of node style. For example, Broadcast node 1, Peer-to-peer node 2, Mixed node 4, Hybrid node 8 | 1.3.6.1.4.1.40418.7.100.13.2.3.2.1.2 | INTEGER (0..255) | read-create | current |
| dhcpPoolDomainName OBJECT-TYPE DHCP client configure domain name | 1.3.6.1.4.1.40418.7.100.13.2.3.2.1.3 | DisplayString (SIZE(1..255)) | read-create | current |
| dhcpPoolBootFile OBJECT-TYPE configure DHCP client boot-file name | 1.3.6.1.4.1.40418.7.100.13.2.3.2.1.4 | DisplayString (SIZE(1..255)) | read-create | current |
| dhcpPoolCLid OBJECT-TYPE set dhcp pool client id. Condition: the pool of address is handcraft bind | 1.3.6.1.4.1.40418.7.100.13.2.3.2.1.5 | DisplayString | read-create | current |
| dhcpPoolExpandstatus OBJECT-TYPE if configure is valid(0),and the list of all configuration operatation accession if configure is destroy(1),and the list of all configuration operation delet | 1.3.6.1.4.1.40418.7.100.13.2.3.2.1.7 | INTEGER {valid(0), destroy(1)} | read-create | current |
| dhcpLeaseTimeTable OBJECT-TYPE configure rent term in address pool | 1.3.6.1.4.1.40418.7.100.13.2.4 | not-accessible | current | |
| dhcpLeaseTimeEntry OBJECT-TYPE configure rent term in address pool | 1.3.6.1.4.1.40418.7.100.13.2.4.1 | not-accessible | current | |
| dhcpLeaseTimePoolName OBJECT-TYPE PoolName, simply specify a string which string size NO MORE THAN 8 | 1.3.6.1.4.1.40418.7.100.13.2.4.1.1 | DisplayString (SIZE(1..32)) | not-accessible | current |
| dhcpLeaseTimeType OBJECT-TYPE rent time style,0 is temporarily rent,1 is forever rent | 1.3.6.1.4.1.40418.7.100.13.2.4.1.2 | INTEGER {temp(0), infinite(1)} | read-create | current |
| dhcpLeaseTimeDay OBJECT-TYPE day,condition:dhcpLeaseTimeType=temp(0). | 1.3.6.1.4.1.40418.7.100.13.2.4.1.3 | INTEGER (0..365) | read-create | current |
| dhcpLeaseTimeHours OBJECT-TYPE hour,condition:dhcpLeaseTimeType=temp(0). | 1.3.6.1.4.1.40418.7.100.13.2.4.1.4 | INTEGER (0..23) | read-create | current |
| dhcpLeaseTimeMinutes OBJECT-TYPE hour,condition:dhcpLeaseTimeType=temp(0). | 1.3.6.1.4.1.40418.7.100.13.2.4.1.5 | INTEGER (0..59) | read-create | current |
| dhcpLeaseTimeStatus OBJECT-TYPE Setting this to active(1) creates an entry. Setting this to destroy(2) destroys an entry. default status is 0,no opperation | 1.3.6.1.4.1.40418.7.100.13.2.4.1.6 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-create | current |
| dhcpPoolOptionTable OBJECT-TYPE configure pool of optional parameters | 1.3.6.1.4.1.40418.7.100.13.2.5 | not-accessible | current | |
| dhcpPoolOptionEntry OBJECT-TYPE configure pool of optional parameters | 1.3.6.1.4.1.40418.7.100.13.2.5.1 | not-accessible | current | |
| dhcpPoolOptionName OBJECT-TYPE PoolName, simply specify a string which string size NO MORE THAN 8 | 1.3.6.1.4.1.40418.7.100.13.2.5.1.1 | DisplayString (SIZE(1..32)) | not-accessible | current |
| dhcpPoolOptionIndex OBJECT-TYPE The index of option which has been set in this pool | 1.3.6.1.4.1.40418.7.100.13.2.5.1.2 | INTEGER | not-accessible | current |
| dhcpPoolOptionId OBJECT-TYPE dhcpPoolOptionId (0..254) | 1.3.6.1.4.1.40418.7.100.13.2.5.1.3 | INTEGER (0..254) | read-create | current |
| dhcpPoolOptionType OBJECT-TYPE dhcpPoolOptionType | 1.3.6.1.4.1.40418.7.100.13.2.5.1.4 | INTEGER {ascii(1), hex(2), ipaddress(3)} | read-create | current |
| dhcpPoolOption OBJECT-TYPE if dhcpPoolOptionType=1, ASCII string if dhcpPoolOptionType=2, HEX string if dhcpPoolOptionType=3,IP address | 1.3.6.1.4.1.40418.7.100.13.2.5.1.5 | DisplayString | read-create | current |
| dhcpPoolOptionStatus OBJECT-TYPE optional parameters configure status | 1.3.6.1.4.1.40418.7.100.13.2.5.1.6 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-create | current |
| dhcpServerExcludedIpAddrTable OBJECT-TYPE dhcpServer Excluded IpAddr Table | 1.3.6.1.4.1.40418.7.100.13.2.6 | not-accessible | current | |
| dhcpServerExcludedIpAddrEntry OBJECT-TYPE dhcpServer Excluded IpAddrEntry | 1.3.6.1.4.1.40418.7.100.13.2.6.1 | not-accessible | current | |
| dhcpServerExcludedIpAddrLowIp OBJECT-TYPE The excluded IP address, or first IP address in an excluded address range. | 1.3.6.1.4.1.40418.7.100.13.2.6.1.1 | IpAddress | not-accessible | current |
| dhcpServerExcludedIpAddrHiIp OBJECT-TYPE The last IP address in the excluded address range. | 1.3.6.1.4.1.40418.7.100.13.2.6.1.2 | IpAddress | not-accessible | current |
| dhcpServerExcludedIpAddrStatus OBJECT-TYPE Setting this to active(1) creates an entry. Setting this to destroy(2) destroys an entry. | 1.3.6.1.4.1.40418.7.100.13.2.6.1.3 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-create | current |
| dhcpPoolDnsSerTable OBJECT-TYPE dhcpPool Dns Server Table:the maximum 8 dns is allowed the first dns server has the highest priority.so address1 is highest priority,next is address2,address3... | 1.3.6.1.4.1.40418.7.100.13.2.8 | not-accessible | current | |
| dhcpPoolDnsSerEntry OBJECT-TYPE is DHCP client configure DNS server | 1.3.6.1.4.1.40418.7.100.13.2.8.1 | not-accessible | current | |
| dhcpPoolDnsSerPoolName OBJECT-TYPE PoolName, simply specify a string which string size NO MORE THAN 8 | 1.3.6.1.4.1.40418.7.100.13.2.8.1.1 | DisplayString | not-accessible | current |
| dhcpPoolDnsSerIpAddress1 OBJECT-TYPE IP address,MUST. | 1.3.6.1.4.1.40418.7.100.13.2.8.1.2 | IpAddress | read-create | current |
| dhcpPoolDnsSerIpAddress2 OBJECT-TYPE IP address,option | 1.3.6.1.4.1.40418.7.100.13.2.8.1.3 | IpAddress | read-create | current |
| dhcpPoolDnsSerIpAddress3 OBJECT-TYPE IP address,option | 1.3.6.1.4.1.40418.7.100.13.2.8.1.4 | IpAddress | read-create | current |
| dhcpPoolDnsSerIpAddress4 OBJECT-TYPE IP address,option | 1.3.6.1.4.1.40418.7.100.13.2.8.1.5 | IpAddress | read-create | current |
| dhcpPoolDnsSerIpAddress5 OBJECT-TYPE IP address,option | 1.3.6.1.4.1.40418.7.100.13.2.8.1.6 | IpAddress | read-create | current |
| dhcpPoolDnsSerIpAddress6 OBJECT-TYPE IP address,option | 1.3.6.1.4.1.40418.7.100.13.2.8.1.7 | IpAddress | read-create | current |
| dhcpPoolDnsSerIpAddress7 OBJECT-TYPE IP address,option | 1.3.6.1.4.1.40418.7.100.13.2.8.1.8 | IpAddress | read-create | current |
| dhcpPoolDnsSerIpAddress8 OBJECT-TYPE IP address,option | 1.3.6.1.4.1.40418.7.100.13.2.8.1.9 | IpAddress | read-create | current |
| dhcpPoolDnsSerStatus OBJECT-TYPE configure DNS server status | 1.3.6.1.4.1.40418.7.100.13.2.8.1.10 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-create | current |
| dhcpPoolDefaultRouterTable OBJECT-TYPE dhcpPoolDefaultRouterTable: the maximum 8 default gateway address can be set,the first gateway has the highest priority, So address1 has the highest priority,next is address2,address3... | 1.3.6.1.4.1.40418.7.100.13.2.9 | not-accessible | current | |
| dhcpPoolDefaultRouterEntry OBJECT-TYPE DHCP client machine configure default gateway | 1.3.6.1.4.1.40418.7.100.13.2.9.1 | not-accessible | current | |
| dhcpPoolDefaultRouterPoolName OBJECT-TYPE PoolName, simply specify a string which string size NO MORE THAN 8 | 1.3.6.1.4.1.40418.7.100.13.2.9.1.1 | DisplayString | not-accessible | current |
| dhcpPoolDefaultRouterIpAddress1 OBJECT-TYPE IP address,must | 1.3.6.1.4.1.40418.7.100.13.2.9.1.2 | IpAddress | read-create | current |
| dhcpPoolDefaultRouterIpAddress2 OBJECT-TYPE IP address,option | 1.3.6.1.4.1.40418.7.100.13.2.9.1.3 | IpAddress | read-create | current |
| dhcpPoolDefaultRouterIpAddress3 OBJECT-TYPE IP address,option | 1.3.6.1.4.1.40418.7.100.13.2.9.1.4 | IpAddress | read-create | current |
| dhcpPoolDefaultRouterIpAddress4 OBJECT-TYPE IP address,option | 1.3.6.1.4.1.40418.7.100.13.2.9.1.5 | IpAddress | read-create | current |
| dhcpPoolDefaultRouterIpAddress5 OBJECT-TYPE IP address,option | 1.3.6.1.4.1.40418.7.100.13.2.9.1.6 | IpAddress | read-create | current |
| dhcpPoolDefaultRouterIpAddress6 OBJECT-TYPE IP address,option | 1.3.6.1.4.1.40418.7.100.13.2.9.1.7 | IpAddress | read-create | current |
| dhcpPoolDefaultRouterIpAddress7 OBJECT-TYPE IP address,option | 1.3.6.1.4.1.40418.7.100.13.2.9.1.8 | IpAddress | read-create | current |
| dhcpPoolDefaultRouterIpAddress8 OBJECT-TYPE IP address,option | 1.3.6.1.4.1.40418.7.100.13.2.9.1.9 | IpAddress | read-create | current |
| dhcpPoolDefaultRouterStatus OBJECT-TYPE configure default gateway state machine | 1.3.6.1.4.1.40418.7.100.13.2.9.1.10 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-create | current |
| dhcpPoolNextServerTable OBJECT-TYPE dhcpPoolNextServerTable | 1.3.6.1.4.1.40418.7.100.13.2.10 | not-accessible | current | |
| dhcpPoolNextServerEntry OBJECT-TYPE dhcpPoolNextServerEntry | 1.3.6.1.4.1.40418.7.100.13.2.10.1 | not-accessible | current | |
| dhcpPoolNextServerPoolName OBJECT-TYPE PoolName, simply specify a string which string size NO MORE THAN 8 | 1.3.6.1.4.1.40418.7.100.13.2.10.1.1 | DisplayString | not-accessible | current |
| dhcpPoolNextServerIpAddress1 OBJECT-TYPE IP address,must | 1.3.6.1.4.1.40418.7.100.13.2.10.1.2 | IpAddress | read-create | current |
| dhcpPoolNextServerIpAddress2 OBJECT-TYPE IP address,option | 1.3.6.1.4.1.40418.7.100.13.2.10.1.3 | IpAddress | read-create | current |
| dhcpPoolNextServerIpAddress3 OBJECT-TYPE IP address,option | 1.3.6.1.4.1.40418.7.100.13.2.10.1.4 | IpAddress | read-create | current |
| dhcpPoolNextServerIpAddress4 OBJECT-TYPE IP address,option | 1.3.6.1.4.1.40418.7.100.13.2.10.1.5 | IpAddress | read-create | current |
| dhcpPoolNextServerIpAddress5 OBJECT-TYPE IP address,option | 1.3.6.1.4.1.40418.7.100.13.2.10.1.6 | IpAddress | read-create | current |
| dhcpPoolNextServerIpAddress6 OBJECT-TYPE IP address,option | 1.3.6.1.4.1.40418.7.100.13.2.10.1.7 | IpAddress | read-create | current |
| dhcpPoolNextServerIpAddress7 OBJECT-TYPE IP address,option | 1.3.6.1.4.1.40418.7.100.13.2.10.1.8 | IpAddress | read-create | current |
| dhcpPoolNextServerIpAddress8 OBJECT-TYPE IP address,option | 1.3.6.1.4.1.40418.7.100.13.2.10.1.9 | IpAddress | read-create | current |
| dhcpPoolNextServerStatus OBJECT-TYPE status machine | 1.3.6.1.4.1.40418.7.100.13.2.10.1.10 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-create | current |
| dhcpPoolWinsTable OBJECT-TYPE dhcpPoolWinsTable | 1.3.6.1.4.1.40418.7.100.13.2.11 | not-accessible | current | |
| dhcpPoolWinsEntry OBJECT-TYPE configure Wins sever address | 1.3.6.1.4.1.40418.7.100.13.2.11.1 | not-accessible | current | |
| dhcpPoolWinsPoolName OBJECT-TYPE PoolName, simply specify a string which string size NO MORE THAN 8 | 1.3.6.1.4.1.40418.7.100.13.2.11.1.1 | DisplayString | not-accessible | current |
| dhcpPoolWinsIpAddress1 OBJECT-TYPE IP address,must | 1.3.6.1.4.1.40418.7.100.13.2.11.1.2 | IpAddress | read-create | current |
| dhcpPoolWinsIpAddress2 OBJECT-TYPE IP address,option | 1.3.6.1.4.1.40418.7.100.13.2.11.1.3 | IpAddress | read-create | current |
| dhcpPoolWinsIpAddress3 OBJECT-TYPE IPaddress,option | 1.3.6.1.4.1.40418.7.100.13.2.11.1.4 | IpAddress | read-create | current |
| dhcpPoolWinsIpAddress4 OBJECT-TYPE IP address,option | 1.3.6.1.4.1.40418.7.100.13.2.11.1.5 | IpAddress | read-create | current |
| dhcpPoolWinsIpAddress5 OBJECT-TYPE IP address,option | 1.3.6.1.4.1.40418.7.100.13.2.11.1.6 | IpAddress | read-create | current |
| dhcpPoolWinsIpAddress6 OBJECT-TYPE IP address,option | 1.3.6.1.4.1.40418.7.100.13.2.11.1.7 | IpAddress | read-create | current |
| dhcpPoolWinsIpAddress7 OBJECT-TYPE IP address,option | 1.3.6.1.4.1.40418.7.100.13.2.11.1.8 | IpAddress | read-create | current |
| dhcpPoolWinsIpAddress8 OBJECT-TYPE IP address,option | 1.3.6.1.4.1.40418.7.100.13.2.11.1.9 | IpAddress | read-create | current |
| dhcpPoolWinsStatus OBJECT-TYPE configure wins server status machine | 1.3.6.1.4.1.40418.7.100.13.2.11.1.10 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-create | current |
| dhcpServerLeaseBindingTable OBJECT-TYPE express IP address and MAC address bind status | 1.3.6.1.4.1.40418.7.100.13.2.12 | not-accessible | current | |
| dhcpServerLeaseBindingEntry OBJECT-TYPE express IP address and MAC address bind status | 1.3.6.1.4.1.40418.7.100.13.2.12.1 | not-accessible | current | |
| dhcpServerLeaseBindingIp OBJECT-TYPE certain address appointed, format is x.x.x.x | 1.3.6.1.4.1.40418.7.100.13.2.12.1.1 | IpAddress | read-only | current |
| dhcpServerLeaseBindingType OBJECT-TYPE manual express handcraft bind style;dynamic express dynamic distribution style | 1.3.6.1.4.1.40418.7.100.13.2.12.1.2 | INTEGER {manual(1), dynamic(2)} | read-only | current |
| dhcpServerLeaseBindingMac OBJECT-TYPE MAC address | 1.3.6.1.4.1.40418.7.100.13.2.12.1.3 | DisplayString | read-only | current |
| dhcpServerLeaseBindingLeaseTime OBJECT-TYPE rent term | 1.3.6.1.4.1.40418.7.100.13.2.12.1.4 | INTEGER | read-only | current |
| dhcpSnooping OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.13.3 | |||
| dhcpSnoopingEnable OBJECT-TYPE Enable the dhcp snooping function. | 1.3.6.1.4.1.40418.7.100.13.3.1 | INTEGER {noEnable(0), enable(1)} | read-create | current |
| dhcpSnoopingBindingEnalbe OBJECT-TYPE Enable the dhcp snooping binding function. | 1.3.6.1.4.1.40418.7.100.13.3.2 | INTEGER {noEnable(0), enable(1)} | read-create | current |
| dhcpSnoopingVlanEnable OBJECT-TYPE Enable the dhcp snooping on vlan list string, the vlan list string is input like as '1-2'. If the next time input the string '3-5',then the final vlan list is '1-5'.If input the string 'NULL',then delete the whole vlan list. | 1.3.6.1.4.1.40418.7.100.13.3.3 | OCTET STRING | read-create | current |
| dhcpSnoopingInformationEnalbe OBJECT-TYPE Enable the dhcp snooping information function. | 1.3.6.1.4.1.40418.7.100.13.3.4 | INTEGER {noEnable(0), enable(1)} | read-create | current |
| dhcpSnoopingLimitRate OBJECT-TYPE Configration of dhcp packets rate on the switch, the default rate of dhcp packets received is 100 pps. | 1.3.6.1.4.1.40418.7.100.13.3.5 | INTEGER (0..100) | read-create | current |
| dhcpSnoopingActionMaxNum OBJECT-TYPE Configration of the maximum number of dhcp snooping action on a port, the default value is 10. | 1.3.6.1.4.1.40418.7.100.13.3.6 | INTEGER (0..200) | read-create | current |
| dhcpSnoopingbindingARP OBJECT-TYPE If set(0), the static ARP entry is not added when the dhcp snooping is created, if set(1), the static ARP entry is added according to the dhcp snooping binding, the priority of this static ARP entry is lower than that configured by administrator. | 1.3.6.1.4.1.40418.7.100.13.3.7 | INTEGER {notBindingARP(0), bindingARP(1)} | read-create | current |
| dhcpSnoopingInformationOptionDelimiter OBJECT-TYPE If set(0), then use colon to compart sub-option parameters, set(1), use dot to compart sub-option parameters, set(2), use slash to compart sub-option parameters, set(3), use space to compart sub-option parameters the default value is set(2). | 1.3.6.1.4.1.40418.7.100.13.3.8 | INTEGER {colon(0), dot(1), slash(2), space(3)} | read-create | current |
| dhcpSnoopingInformationOptionSubscriberIDFormat OBJECT-TYPE If set(0), then use hex format of vlan and mac address, set(1), use ACSII format of vlan and mac address, set(2), use vs-hp format to keep compatibility with HP, the default value is set(1). | 1.3.6.1.4.1.40418.7.100.13.3.9 | INTEGER {hex(0), acsii(1), vs-hp(2)} | read-create | current |
| dhcpSnoopingInformationOptionRemoteID OBJECT-TYPE If input the 'standard' string ,then use vlan mac address format for option82 sub-option 2, other string, that be used as romote ID of option82 sub-option 2, the default string is 'standard'. | 1.3.6.1.4.1.40418.7.100.13.3.10 | DisplayString (SIZE(1..64)) | read-create | current |
| dhcpSnoopingInformationOptionAllowUntrusted OBJECT-TYPE If set(0), the dhcp packets with option82 are discarded, if set (1), the dhcp packets with option82 are permitted, and the content of option82 is not changed. | 1.3.6.1.4.1.40418.7.100.13.3.11 | INTEGER {notAllowUntrusted(0), allowUntrusted(1)} | read-create | current |
| dhcpSnoopingOptionSelfDefinedSubscriberIDFormat OBJECT-TYPE If set(0), then use ASCII format to generate sub-scriber ID, set(1), use hex format to generate sub-scriber ID, the default value is set(1). | 1.3.6.1.4.1.40418.7.100.13.3.12 | INTEGER {hex(0), ascii(1)} | read-create | current |
| dhcpSnoopingOptionSelfDefinedRemoteIDFormat OBJECT-TYPE If set(0), then use ASCII format to generate remote ID, set(1), use hex format to generate remote ID, the default value is set(1). | 1.3.6.1.4.1.40418.7.100.13.3.13 | INTEGER {hex(0), ascii(1)} | read-create | current |
| dhcpSnoopingOptionSelfDefinedSubscriberID OBJECT-TYPE If user does not configure the circuit-id of option82 explicitly on a port, then the user can self define format to generate the circuit-id, the format options include vlan, port, ID, self designed string, the subscriber ID may be only one or any combination of them,and is strictly generated according to the sequence of format options, the ID option includes switch ID and remote-mac, but the user just selects only one of them, also In the swtich ID, it includes mac and hostname options, the user just selects only one of two, the maximum length of self-designed striing is 64. if user inputs the string 'NULL', then delete the last configuration. For example, if select vlan ,ID(swtich-id(mac)), and string 'str' format, the user can input the string like as 'vlan id swtich-id mac string str'. | 1.3.6.1.4.1.40418.7.100.13.3.14 | DisplayString (SIZE(1..128)) | read-create | current |
| dhcpSnoopingOptionSelfDefinedRemoteID OBJECT-TYPE If user does not configure the remote-id of option82 explicitly on a port, then the user can self define format to generate the remote-id, the format options include mac,hostname and self designed string, the remote ID may be only one or any combination of them,and is strictly generated according to the sequence of format options, the maximum length of self designed striing is 32. If user inputs the string 'NULL', then delete the last configuration. For example, if select hostname,mac,and string 'str' format, the user can input the string like as 'hostname mac string str'. | 1.3.6.1.4.1.40418.7.100.13.3.15 | DisplayString (SIZE(1..64)) | read-create | current |
| dhcpSnoopingClearBinding OBJECT-TYPE Clear the dhcp snooping bindings, the user can specify the mac address and vlan ID, or interface name and vlan ID ,or vlan ID, if input 'all' string, then clear all of the bindings,if input 'mac 00-24-e3-3a-f3-24 vlan 2', then clear the bindings with mac address 00-24-e3-3a-f3-24 in the vlan 2, if input 'interface ethernet0/0/1 vlan 2', then clear all of the bidings on the interface ethernet0/0/1 in the vlan 2, if input 'vlan 1' string ,then clear all of bindings in the vlan 1. | 1.3.6.1.4.1.40418.7.100.13.3.16 | DisplayString (SIZE(1..64)) | read-create | current |
| dhcpSnoopingPortConfigTable OBJECT-TYPE After enable the dhcp snooping function, the administrator can configure the port information. | 1.3.6.1.4.1.40418.7.100.13.3.17 | not-accessible | current | |
| dhcpSnoopingPortConfigEntry OBJECT-TYPE A conceptual row of dhcpSnoopingPortConfigTable. | 1.3.6.1.4.1.40418.7.100.13.3.17.1 | not-accessible | current | |
| dhcpSnoopingPortIndex OBJECT-TYPE Configure the dhcp snooping function on the specified port. | 1.3.6.1.4.1.40418.7.100.13.3.17.1.1 | INTEGER | not-accessible | current |
| dhcpSnoopingUserControlMaxNum OBJECT-TYPE Configure the maximum of the binding users on a port, the range of binding users number is 0-1024,the default number is 1024. | 1.3.6.1.4.1.40418.7.100.13.3.17.1.2 | INTEGER (0..1024) | read-create | current |
| dhcpSnoopingUserControl OBJECT-TYPE If set(0), not enable the user control function on a specified port, if set(1), enable the user control function on a specified port, the default value is set(0). | 1.3.6.1.4.1.40418.7.100.13.3.17.1.3 | INTEGER {notEnable(0), enable(1)} | read-create | current |
| dhcpSnoopingTrust OBJECT-TYPE Configure trust function on a port or vlan list string.If input the string 'all', then trust all the vlan. If input the string '1-2', then only trust the DHCP packets with that vlan ID is 1 or 2. If input string 'NULL', then close the trust function on the port. | 1.3.6.1.4.1.40418.7.100.13.3.17.1.4 | OCTET STRING | read-create | current |
| dhcpSnoopingBindingDot1x OBJECT-TYPE If set(0), not enable to notify dhcp snooping binding information to Dot1x module, if set(1), enable to notify dhcp snooping binding information to Dot1x module, the default value is set(0). | 1.3.6.1.4.1.40418.7.100.13.3.17.1.5 | INTEGER {notEnable(0), enable(1)} | read-create | current |
| dhcpSnoopingSubScriberID OBJECT-TYPE If input the 'standard' string ,then use vlan mac address format for option82 sub-option 2, other string, that be used as romote ID of option82 sub-option 2, the default string is 'standard'. | 1.3.6.1.4.1.40418.7.100.13.3.17.1.6 | DisplayString (SIZE(1..32)) | read-create | current |
| dhcpSnoopingAlarmCount OBJECT-TYPE Show the alarm count of dhcp snooping on a specified port. | 1.3.6.1.4.1.40418.7.100.13.3.17.1.7 | INTEGER | read-only | current |
| dhcpSnoopingBindingCount OBJECT-TYPE Show the binding count of dhcp snooping on a specified port. | 1.3.6.1.4.1.40418.7.100.13.3.17.1.8 | INTEGER | read-only | current |
| dhcpSnoopingPortActionTable OBJECT-TYPE After enable the dhcp snooping function, the administrator can configure the port action. | 1.3.6.1.4.1.40418.7.100.13.3.18 | not-accessible | current | |
| dhcpSnoopingPortActionEntry OBJECT-TYPE A conceptual row of dhcpSnoopingPortActionTable. | 1.3.6.1.4.1.40418.7.100.13.3.18.1 | not-accessible | current | |
| dhcpSnoopingPort OBJECT-TYPE Configure the dhcp snooping function on the specified port. | 1.3.6.1.4.1.40418.7.100.13.3.18.1.1 | INTEGER | not-accessible | current |
| dhcpSnoopingActionType OBJECT-TYPE If set(0), not to add any action, if set(1), add shutdown action , and if set(2), add blackhole action on a port when detectd the DHCP server protended . | 1.3.6.1.4.1.40418.7.100.13.3.18.1.2 | INTEGER {noAction(0), shutdown(1), blackhole(2)} | read-create | current |
| dhcpSnoopingActionRecoveryTime OBJECT-TYPE Configure the recovery time of action, the range time is 10-3600 seconds, the default value is 30 seconds. | 1.3.6.1.4.1.40418.7.100.13.3.18.1.3 | INTEGER (10..3600) | read-create | current |
| dhcpSnoopingActionStatus OBJECT-TYPE If set(0), then destory an aciton configured previously, if set(1), then configure an action on a port. | 1.3.6.1.4.1.40418.7.100.13.3.18.1.4 | INTEGER {destroy(0), active(1)} | read-create | current |
| dhcpSnoopingStaticBindingTable OBJECT-TYPE After enable the dhcp snooping function, the administrator can configure or delete the dhcp snooping static binding. | 1.3.6.1.4.1.40418.7.100.13.3.19 | not-accessible | current | |
| dhcpSnoopingStaticBindingEntry OBJECT-TYPE A conceptual row of dhcpSnoopingStaticBindingTable. | 1.3.6.1.4.1.40418.7.100.13.3.19.1 | not-accessible | current | |
| dhcpSnoopingStaticBindingIP OBJECT-TYPE The one IP address just only identifies one ack binding entry. | 1.3.6.1.4.1.40418.7.100.13.3.19.1.1 | IpAddress | not-accessible | current |
| dhcpSnoopingStaticBindingMAC OBJECT-TYPE Configure the MAC address of the static binding. | 1.3.6.1.4.1.40418.7.100.13.3.19.1.2 | OCTET STRING (SIZE(17)) | read-create | current |
| dhcpSnoopingStaticBindingMask OBJECT-TYPE Configure the IP address mask of the static binding. | 1.3.6.1.4.1.40418.7.100.13.3.19.1.3 | IpAddress | read-create | current |
| dhcpSnoopingStaticBindingPort OBJECT-TYPE Configure the port of the static binding. | 1.3.6.1.4.1.40418.7.100.13.3.19.1.4 | INTEGER | read-create | current |
| dhcpSnoopingStaticBindingVid OBJECT-TYPE Configure the vlan ID of the static binding. | 1.3.6.1.4.1.40418.7.100.13.3.19.1.5 | INTEGER | read-create | current |
| dhcpSnoopingStaticBindingStatus OBJECT-TYPE If set(0), then distory a specified static binding that has been configured, if set(1), create a specified static binding according to the input content. | 1.3.6.1.4.1.40418.7.100.13.3.19.1.6 | INTEGER {destory(0), active(1)} | read-create | current |
| dhcpSnoopingAckBindingInfoTable OBJECT-TYPE Show the specified bindings after received the DHCP ACK packets. | 1.3.6.1.4.1.40418.7.100.13.3.20 | not-accessible | current | |
| dhcpSnoopingAckBindingInfoEntry OBJECT-TYPE A conceptual row of dhcpSnoopingAckBindingInfoTable. | 1.3.6.1.4.1.40418.7.100.13.3.20.1 | not-accessible | current | |
| dhcpSnoopingAckBindingIP OBJECT-TYPE The one IP address just only identifies one ack binding entry. | 1.3.6.1.4.1.40418.7.100.13.3.20.1.1 | IpAddress | not-accessible | current |
| dhcpSnoopingAckBindingMAC OBJECT-TYPE Show the MAC address of the ack binding. | 1.3.6.1.4.1.40418.7.100.13.3.20.1.2 | OCTET STRING (SIZE(17)) | read-only | current |
| dhcpSnoopingAckBindingPort OBJECT-TYPE Show the port index information of the ack binding. | 1.3.6.1.4.1.40418.7.100.13.3.20.1.3 | INTEGER | read-only | current |
| dhcpSnoopingAckBindingVid OBJECT-TYPE Show the Vid information of the ack bidning. | 1.3.6.1.4.1.40418.7.100.13.3.20.1.4 | INTEGER | read-only | current |
| dhcpSnoopingAckBindingLease OBJECT-TYPE Show the lease of the ack binding. The lease of static binding is infinite, the lease of dynamic binding comes from the DHCP reply packets of dhcp server. | 1.3.6.1.4.1.40418.7.100.13.3.20.1.5 | Counter32 | read-only | current |
| dhcpSnoopingAckBindingFlag OBJECT-TYPE Show the type of the ack binding. The flag 'S' indentifies the static type binding, 'D' indentifies the dynamic type binding, 'U' indentifies that bindings are uploaded from the server, 'O' indentifies that DHCP request packet is with option82 information, 'X' indentifies that the bindings have been notified Dot1x module, and the client is control under the Dot1x function, 'L' indentifies that the binding entry has been sent to the driver, 'E' indentifies that the notification to Dot1x module is failed. | 1.3.6.1.4.1.40418.7.100.13.3.20.1.6 | DisplayString (SIZE(1..10)) | read-only | current |
| dhcpSnoopingRequestBindingInfoTable OBJECT-TYPE Show the specified bindings after received the DHCP request packets. | 1.3.6.1.4.1.40418.7.100.13.3.21 | not-accessible | current | |
| dhcpSnoopingRequestBindingInfoEntry OBJECT-TYPE A conceptual row of dhcpSnoopingRequestBindingInfoTable. | 1.3.6.1.4.1.40418.7.100.13.3.21.1 | not-accessible | current | |
| dhcpSnoopingRequestBindingIP OBJECT-TYPE The one IP address just only identifies one Request binding entry. | 1.3.6.1.4.1.40418.7.100.13.3.21.1.1 | IpAddress | not-accessible | current |
| dhcpSnoopingRequestBindingMAC OBJECT-TYPE Show the MAC address of the Request binding. | 1.3.6.1.4.1.40418.7.100.13.3.21.1.2 | OCTET STRING (SIZE(17)) | read-only | current |
| dhcpSnoopingRequestBindingPort OBJECT-TYPE Show the port index information of the Request binding. | 1.3.6.1.4.1.40418.7.100.13.3.21.1.3 | INTEGER | read-only | current |
| dhcpSnoopingRequestBindingVid OBJECT-TYPE Show the Vid information of the Request binding. | 1.3.6.1.4.1.40418.7.100.13.3.21.1.4 | INTEGER | read-only | current |
| dhcpSnoopingRequestBindingLease OBJECT-TYPE Show the lease of the Request binding. | 1.3.6.1.4.1.40418.7.100.13.3.21.1.5 | Counter32 | read-only | current |
| dhcpSnoopingAlarmInfoTable OBJECT-TYPE Show the dhcp snooping alarm information. | 1.3.6.1.4.1.40418.7.100.13.3.22 | not-accessible | current | |
| dhcpSnoopingAlarmInfoEntry OBJECT-TYPE A conceptual row of dhcpSnoopingAlarmInfoTable. | 1.3.6.1.4.1.40418.7.100.13.3.22.1 | not-accessible | current | |
| dhcpSnoopingAlarmInfoPortIndex OBJECT-TYPE The port sequence of the alarm events. | 1.3.6.1.4.1.40418.7.100.13.3.22.1.1 | INTEGER | not-accessible | current |
| dhcpSnoopingAlarmInfoNum OBJECT-TYPE The sequence of the alarm events on a port. | 1.3.6.1.4.1.40418.7.100.13.3.22.1.2 | INTEGER | not-accessible | current |
| dhcpSnoopingAlarmInfoType OBJECT-TYPE Show the type information of the alarm event. | 1.3.6.1.4.1.40418.7.100.13.3.22.1.3 | INTEGER | read-only | current |
| dhcpSnoopingAlarmInfoBlackholeMAC OBJECT-TYPE Show the blackhole mac address of the alarm event. | 1.3.6.1.4.1.40418.7.100.13.3.22.1.4 | OCTET STRING | read-only | current |
| dhcpSnoopingAlarmInfoRecoveryTime OBJECT-TYPE Show the recovery time of the alarm event. | 1.3.6.1.4.1.40418.7.100.13.3.22.1.5 | DisplayString | read-only | current |
| dhcpSnoopingAlarmInfoRecoveryActionStatus OBJECT-TYPE Show the status of the recovery action. | 1.3.6.1.4.1.40418.7.100.13.3.22.1.6 | INTEGER | read-only | current |
| dhcpSnoopingStatisticTable OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.13.3.23 | |||
| dhcpSnoopingStatisticAlarmNum OBJECT-TYPE Show the total number of the alarm events. | 1.3.6.1.4.1.40418.7.100.13.3.23.1 | INTEGER | read-only | current |
| dhcpSnoopingStatisticAckBindingNum OBJECT-TYPE Show the total number of the ack bindings. | 1.3.6.1.4.1.40418.7.100.13.3.23.2 | INTEGER | read-only | current |
| dhcpSnoopingStatisticRequestBindingNum OBJECT-TYPE Show the total number of the request bindings. | 1.3.6.1.4.1.40418.7.100.13.3.23.3 | INTEGER | read-only | current |
| dhcpSnoopingStatisticDropPktsNum OBJECT-TYPE Show the total number of the drop packets. | 1.3.6.1.4.1.40418.7.100.13.3.23.4 | INTEGER | read-only | current |
| dhcpSnoopingStatisticDiscardPktsNum OBJECT-TYPE Show the total number of the discarded packets. | 1.3.6.1.4.1.40418.7.100.13.3.23.5 | INTEGER | read-only | current |
| dhcpSnoopingBlockedInfoTable OBJECT-TYPE Show the dhcp snooping blocked information. | 1.3.6.1.4.1.40418.7.100.13.3.24 | not-accessible | current | |
| dhcpSnoopingBlockedInfoEntry OBJECT-TYPE A conceptual row of dhcpSnoopingBlockedInfoTable. | 1.3.6.1.4.1.40418.7.100.13.3.24.1 | not-accessible | current | |
| dhcpSnoopingBlockedInfoPortIndex OBJECT-TYPE The port sequence of the blocked information. | 1.3.6.1.4.1.40418.7.100.13.3.24.1.1 | INTEGER | not-accessible | current |
| dhcpSnoopingBlockedInfoRecordingTime OBJECT-TYPE The recording time of one blocked info entry on a port. | 1.3.6.1.4.1.40418.7.100.13.3.24.1.2 | INTEGER | not-accessible | current |
| dhcpSnoopingBlockedInfoShow OBJECT-TYPE Show the blocked information of one blocked info entry. | 1.3.6.1.4.1.40418.7.100.13.3.24.1.3 | OCTET STRING | read-only | current |
| priportGroup OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.14 | |||
| systemPriority OBJECT-TYPE Modify the system priority which is used by port group. | 1.3.6.1.4.1.40418.7.100.14.1 | INTEGER (0..65535) | read-create | current |
| portGroupTable OBJECT-TYPE This table contains port group information associated with the local system known to this agent. | 1.3.6.1.4.1.40418.7.100.14.2 | not-accessible | current | |
| portGroupEntry OBJECT-TYPE Configure the port group information. | 1.3.6.1.4.1.40418.7.100.14.2.1 | not-accessible | current | |
| portGroupIndex OBJECT-TYPE Port group number. | 1.3.6.1.4.1.40418.7.100.14.2.1.1 | INTEGER | not-accessible | current |
| portGroupMemberCount OBJECT-TYPE The number of port group member. | 1.3.6.1.4.1.40418.7.100.14.2.1.2 | INTEGER | read-only | current |
| loadBalance OBJECT-TYPE Load balancing method: dst-src-mac(1):destination and source mac address; dst-src-ip(2):destination and source ip address; src-mac(3):source mac address; dst-mac(4):destination mac address; src-ip(5):source ip address; dst-ip(6):destination ip address; dst-src-mac-ip(7):destination and source mac address, ip address; enhance-profile(8):enhance-profile; dst-src-mac-vlan(9):destination and source mac address, vlan; dst-src-ip-port(10):destination and source ip address, port; dst-src-mac-ip-port(13):destination and source mac address, ip address, port; dst-src-mac-vlan-normal(14):destination and source mac address, vlan, normal; dst-src-ip-port-normal(15):destination and source ip address, port, normal; dst-src-mac-ip-port-normal(16):destination and source mac address, ip address, port, normal. If there is no member in the port group, the value is -1. If you set value to the load balance method that your switch is not unsupported, it will return error. Please see the handbook and make sure that the load balance method is supported by your switch. | 1.3.6.1.4.1.40418.7.100.14.2.1.3 | INTEGER {dst-src-mac(1), dst-src-ip(2), src-mac(3), dst-mac(4), src-ip(5), dst-ip(6), dst-src-mac-ip(7), enhance-profile(8), dst-src-mac-vlan(9), dst-src-ip-port(10), dst-src-mac-ip-port(13), dst-src-mac-vlan-normal(14), dst-src-ip-port-normal(15), dst-src-mac-ip-port-normal(16)} | read-create | current |
| portGroupInfo OBJECT-TYPE Port group brief information. Format is ID, Mode, Partner ID, Ports and Load-balance. If there is no member in the port group, the value is empty. | 1.3.6.1.4.1.40418.7.100.14.2.1.4 | DisplayString | read-only | current |
| portGroupPortListTable OBJECT-TYPE This table contains port group member information associated with the local system known to this agent. | 1.3.6.1.4.1.40418.7.100.14.3 | not-accessible | current | |
| portGroupPortListEntry OBJECT-TYPE Configure the port group member information. | 1.3.6.1.4.1.40418.7.100.14.3.1 | not-accessible | current | |
| portGroupMemberIndex OBJECT-TYPE Port group member index. Format is group number and port index of member. | 1.3.6.1.4.1.40418.7.100.14.3.1.1 | INTEGER | not-accessible | current |
| portGroupMemberName OBJECT-TYPE The name of port group member. | 1.3.6.1.4.1.40418.7.100.14.3.1.2 | DisplayString | read-only | current |
| portGroupMemberMode OBJECT-TYPE The mode of port group member. | 1.3.6.1.4.1.40418.7.100.14.3.1.3 | INTEGER {on(1), active(2), passive(3)} | read-only | current |
| portGroupMemberPriority OBJECT-TYPE The port priority of port group member. If the port group mode is on, the value is -1. | 1.3.6.1.4.1.40418.7.100.14.3.1.4 | INTEGER (0..65535) | read-write | current |
| portGroupMemberTimeout OBJECT-TYPE The timeout mode of port group member. If the port group mode is on, the value is -1. | 1.3.6.1.4.1.40418.7.100.14.3.1.5 | INTEGER {long(0), short(1)} | read-only | current |
| portGroupMemberStatus OBJECT-TYPE The status of port group member. If the port group mode is on, the value is -1. | 1.3.6.1.4.1.40418.7.100.14.3.1.6 | INTEGER {unselected(0), selected(1), standby(2)} | read-only | current |
| prisnmpMgt OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.15 | |||
| snmpSecurityIpStatus OBJECT-TYPE Enable or disable secure IP address check function on the NMS. | 1.3.6.1.4.1.40418.7.100.15.1 | INTEGER {disable(0), enable(1)} | read-create | current |
| snmpTrapHostStatus OBJECT-TYPE Enable the switch to send Trap message. This command is used for SNMP v1/v2. | 1.3.6.1.4.1.40418.7.100.15.2 | INTEGER {disable(0), enable(1)} | read-create | current |
| snmpRmonStatus OBJECT-TYPE Enable/disable RMON. | 1.3.6.1.4.1.40418.7.100.15.3 | INTEGER {disable(0), enable(1)} | read-create | current |
| securityIpTable OBJECT-TYPE A list of snmp securityIp entries. | 1.3.6.1.4.1.40418.7.100.15.4 | not-accessible | current | |
| securityIpEntry OBJECT-TYPE Configure the secure IP address which is allowed to access the switch on the NMS; | 1.3.6.1.4.1.40418.7.100.15.4.1 | not-accessible | current | |
| securityIpIndex OBJECT-TYPE Index. | 1.3.6.1.4.1.40418.7.100.15.4.1.1 | INTEGER | not-accessible | current |
| securityIpAddress OBJECT-TYPE The address of security. | 1.3.6.1.4.1.40418.7.100.15.4.1.2 | IpAddress | read-create | current |
| securityIpStatus OBJECT-TYPE Writing this to active(1) creates an entry. Writing this to destroy(2) destroys an entry. | 1.3.6.1.4.1.40418.7.100.15.4.1.3 | INTEGER {active(1), destroy(2)} | read-create | current |
| trapDestTable OBJECT-TYPE A list of trap destination entries. | 1.3.6.1.4.1.40418.7.100.15.5 | not-accessible | current | |
| trapDestEntry OBJECT-TYPE This entry includes a destination IP address to which to send traps for this community. | 1.3.6.1.4.1.40418.7.100.15.5.1 | not-accessible | current | |
| trapDestIndex OBJECT-TYPE Index | 1.3.6.1.4.1.40418.7.100.15.5.1.1 | INTEGER | not-accessible | current |
| trapDestAddress OBJECT-TYPE The address to send traps. | 1.3.6.1.4.1.40418.7.100.15.5.1.2 | IpAddress | read-create | current |
| trapDestVersion OBJECT-TYPE This variables represent the version of the Trap we wish to send to trap Receiver. If the value is 0, mean we wish to send Version 1 trap. If the value is 1, mean we wish to send version 2 trap. | 1.3.6.1.4.1.40418.7.100.15.5.1.3 | INTEGER {version1(0), version2(1)} | read-create | current |
| trapDestCommunity OBJECT-TYPE A community to which this destination address belongs. | 1.3.6.1.4.1.40418.7.100.15.5.1.4 | DisplayString (SIZE(1..255)) | read-create | current |
| trapDestStatus OBJECT-TYPE Writing this to active(1) creates an entry. Writing this to destroy(2) destroys an entry. | 1.3.6.1.4.1.40418.7.100.15.5.1.5 | INTEGER {active(1), destroy(2)} | read-create | current |
| l3 OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.16 | |||
| arpMgt OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.16.1 | |||
| arpCacheDeleteAll OBJECT-TYPE when set , triger flush arp-cache, when get ,nosense | 1.3.6.1.4.1.40418.7.100.16.1.1 | INTEGER {noDelete(0), delete(1)} | read-create | current |
| arpCacheTimeout OBJECT-TYPE arp cache timeout time | 1.3.6.1.4.1.40418.7.100.16.1.2 | INTEGER | read-only | current |
| arpSecurityUpdateProtectALL OBJECT-TYPE global enable or disable arp security update protect | 1.3.6.1.4.1.40418.7.100.16.1.3 | INTEGER {disable(0), enable(1)} | read-create | current |
| arpSecurityLearnProtectALL OBJECT-TYPE global enable or disable arp security learn protect | 1.3.6.1.4.1.40418.7.100.16.1.4 | INTEGER {disable(0), enable(1)} | read-create | current |
| arpSecurityConvertALL OBJECT-TYPE global convert dynamic arp-cache to static arp item .enable mean convert | 1.3.6.1.4.1.40418.7.100.16.1.5 | INTEGER {disable(0), enable(1)} | read-create | current |
| arpSecurityTable OBJECT-TYPE arp security table | 1.3.6.1.4.1.40418.7.100.16.1.6 | not-accessible | current | |
| arpsecurityEntry OBJECT-TYPE index is L3 interface index | 1.3.6.1.4.1.40418.7.100.16.1.6.1 | not-accessible | current | |
| arpSecurityIfindex OBJECT-TYPE L3 interface index | 1.3.6.1.4.1.40418.7.100.16.1.6.1.1 | INTEGER | not-accessible | current |
| arpSecurityUpdateProtect OBJECT-TYPE enable or disable arp security update protect on the current port | 1.3.6.1.4.1.40418.7.100.16.1.6.1.2 | INTEGER {disable(0), enable(1)} | read-create | current |
| arpSecurityLearnProtect OBJECT-TYPE enable or disable arp security learn protect on the current port | 1.3.6.1.4.1.40418.7.100.16.1.6.1.3 | INTEGER {disable(0), enable(1)} | read-create | current |
| arpSecurityConvert OBJECT-TYPE convert dynamic arp-cache to static arp item on the port.enable mean convert,get OPS is nosense | 1.3.6.1.4.1.40418.7.100.16.1.6.1.4 | INTEGER {disable(0), enable(1)} | read-create | current |
| arpProxyArpTable OBJECT-TYPE configure arp proxy list | 1.3.6.1.4.1.40418.7.100.16.1.7 | not-accessible | current | |
| arpProxyArpEntry OBJECT-TYPE index is L3 interface index | 1.3.6.1.4.1.40418.7.100.16.1.7.1 | not-accessible | current | |
| arpProxyArpIfIndex OBJECT-TYPE L3 interface index | 1.3.6.1.4.1.40418.7.100.16.1.7.1.1 | INTEGER | not-accessible | current |
| arpProxyArpStatus OBJECT-TYPE arp proxy enable | 1.3.6.1.4.1.40418.7.100.16.1.7.1.2 | INTEGER {disable(0), enable(1)} | read-create | current |
| arpStacticTable OBJECT-TYPE static state arp configuration list | 1.3.6.1.4.1.40418.7.100.16.1.8 | not-accessible | current | |
| arpStaticEntry OBJECT-TYPE index is 'arpProxyArpIfIndex.arpStaticIpaddress'. | 1.3.6.1.4.1.40418.7.100.16.1.8.1 | not-accessible | current | |
| arpStaticIfindex OBJECT-TYPE L3 interface index | 1.3.6.1.4.1.40418.7.100.16.1.8.1.1 | INTEGER | not-accessible | current |
| arpStaticIpaddress OBJECT-TYPE ip address | 1.3.6.1.4.1.40418.7.100.16.1.8.1.2 | IpAddress | not-accessible | current |
| arpStaticMac OBJECT-TYPE the Mac address of the arp item | 1.3.6.1.4.1.40418.7.100.16.1.8.1.3 | MacAddress (SIZE(17)) | read-create | current |
| arpStaticPortIndex OBJECT-TYPE the port index of the arp item | 1.3.6.1.4.1.40418.7.100.16.1.8.1.4 | INTEGER | read-create | current |
| arpStaticStatus OBJECT-TYPE valid(1),this is a active arp when get/getnext; when set,mean create the static arp item invalid(2); when set, mean destory the current arp item waitingforset(3); reserved | 1.3.6.1.4.1.40418.7.100.16.1.8.1.5 | INTEGER {valid(1), invalid(2), waitingforset(3)} | read-create | current |
| routeMgt OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.16.2 | |||
| ipStaticRouteExtTable OBJECT-TYPE static route configuration list | 1.3.6.1.4.1.40418.7.100.16.2.1 | not-accessible | current | |
| ipStaticRouteExtEntry OBJECT-TYPE The index of this table is ip.mask | 1.3.6.1.4.1.40418.7.100.16.2.1.1 | not-accessible | current | |
| ipStaticRouteExtDest OBJECT-TYPE static route of intention net segment | 1.3.6.1.4.1.40418.7.100.16.2.1.1.1 | IpAddress | not-accessible | current |
| ipStaticRouteExtMask OBJECT-TYPE mask | 1.3.6.1.4.1.40418.7.100.16.2.1.1.2 | IpAddress | not-accessible | current |
| ipStaticRouteExtNextHop OBJECT-TYPE next step ip | 1.3.6.1.4.1.40418.7.100.16.2.1.1.3 | IpAddress | read-create | current |
| ipStaticRouteExtMetric OBJECT-TYPE Manage distance/PRI | 1.3.6.1.4.1.40418.7.100.16.2.1.1.4 | INTEGER (1..255) | read-create | current |
| ipStaticRouteExtStatus OBJECT-TYPE When you get/getnext one entry, the meaning of 'valid' is that the static route which you get is valid (or active); when you want to configure one static route, 'valid/creating' stand for setting one entry, and 'invalid/destory' stands for delete the static route. | 1.3.6.1.4.1.40418.7.100.16.2.1.1.5 | INTEGER {valid(1), invalid(2), waitingforset(3)} | read-create | current |
| ripMgt OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.16.3 | |||
| ripTimers OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.16.3.1 | |||
| ripUpdateTime OBJECT-TYPE The update time in seconds controls the advertising of regular update messages. The real working model, while using this timer, the time should be offset by a small random time (+/- 0 to 5 seconds each time it is set. | 1.3.6.1.4.1.40418.7.100.16.3.1.1 | Integer32 (5..2147483647) | read-write | current |
| ripTimeoutTime OBJECT-TYPE The timeout timer in seconds governs the validity of a route. It is initialized when a route is established, and any time an update message is received for the route. If the setting time elapses from the last time the timrout was initialized, the route is considered to have expired, and the hop count of the route is set to infinite. It should be at least three times the value of update timer. | 1.3.6.1.4.1.40418.7.100.16.3.1.2 | Integer32 (5..2147483647) | read-write | current |
| ripGarbageCollectionTime OBJECT-TYPE When the information about a route becomes invalid, the system should not immediately purge that route from its table. Instead, it continues to advertise the route with a metric of infinite. At the same time, the garbage-collection timer is set for that route. When the count reaches zero, the route is purged from the the table. This timer allows neighbors to become aware of the invalidity of a route prior to purging. | 1.3.6.1.4.1.40418.7.100.16.3.1.3 | Integer32 (5..2147483647) | read-write | current |
| ripRoutingProcessStatus OBJECT-TYPE Enable or Disable RIP routing process on a system. | 1.3.6.1.4.1.40418.7.100.16.3.2 | EnabledStatusPrivate | read-write | current |
| ripRouterVersion OBJECT-TYPE To specify a RIP version used globally by the rourter. | 1.3.6.1.4.1.40418.7.100.16.3.3 | INTEGER {rip1(1), rip2(2)} | read-write | current |
| ripInstabilityPreventingTable OBJECT-TYPE A list of RIP instability preventing status | 1.3.6.1.4.1.40418.7.100.16.3.4 | not-accessible | current | |
| ripInstabilityPreventingEntry OBJECT-TYPE An entry in the table, containing information about RIP instability preventing configuration. The ifIndex index is a VLAN's ifIndex | 1.3.6.1.4.1.40418.7.100.16.3.4.1 | not-accessible | current | |
| ripVlanIndex OBJECT-TYPE This is defined as a VLAN interface. A routing interface is a VLAN binds a IP subnet. | 1.3.6.1.4.1.40418.7.100.16.3.4.1.1 | Integer32 | read-only | current |
| ripSplitHorizonStatus OBJECT-TYPE Enable or Disable RIP instability preventing status on an interface | 1.3.6.1.4.1.40418.7.100.16.3.4.1.2 | INTEGER {poisonReverse(0), none(1), splitHorizon(2)} | read-write | current |
| ripStatisticsReset OBJECT-TYPE Write it to reset(1), the following objects in RFC 1724 should be reset: 1. Global Counters: 'rip2GlobalRouteChanges', 'rip2GlobalQueries'. 2. Interface Status Table, for each 'rip2IfStatAddress': 'rip2IfStatRcvBadPackets', 'rip2IfStatRcvBadRoutes', 'rip2IfStatSendUpdates' 3. Peer Table, for each 'rip2PeerAddress' and 'rip2PeerDomain', 'rip2PeerRcvBadPackets', 'rip2PeerRcvBadRoutes' When read it, this value always is noReset(2). | 1.3.6.1.4.1.40418.7.100.16.3.5 | INTEGER {reset(1), noReset(2)} | read-write | current |
| ripNetworkInterfaceTable OBJECT-TYPE | 1.3.6.1.4.1.40418.7.100.16.3.6 | not-accessible | current | |
| ripNetworkInterfaceEntry OBJECT-TYPE | 1.3.6.1.4.1.40418.7.100.16.3.6.1 | not-accessible | current | |
| ripNetworkInterfaceAddress OBJECT-TYPE The RIP Network address(the ip address of the interface). | 1.3.6.1.4.1.40418.7.100.16.3.6.1.1 | IpAddress | read-only | current |
| ripNetworkInterfaceStatus OBJECT-TYPE Set this variable to create or destroy a RIP network address. ValidStatus: A simple status value for the object to create and destroy a table entry. This is a simplified variant of RowStatus as it supports only two values. Setting it to valid(1) creates an entry. Setting it to invalid(0) destroys an entry. | 1.3.6.1.4.1.40418.7.100.16.3.6.1.2 | ValidStatus | read-create | current |
| ripNetworkAddrTable OBJECT-TYPE | 1.3.6.1.4.1.40418.7.100.16.3.7 | not-accessible | current | |
| ripNetworkAddrEntry OBJECT-TYPE | 1.3.6.1.4.1.40418.7.100.16.3.7.1 | not-accessible | current | |
| ripNetworkAddrAddress OBJECT-TYPE The RIP Network address. | 1.3.6.1.4.1.40418.7.100.16.3.7.1.1 | IpAddress | read-only | current |
| ripNetworkAddrPrefixLen OBJECT-TYPE The RIP Network prefix length of address. | 1.3.6.1.4.1.40418.7.100.16.3.7.1.2 | INTEGER (0..32) | read-only | current |
| ripNetworkAddrStatus OBJECT-TYPE Set this variable to create or destroy a RIP network address. ValidStatus: A simple status value for the object to create and destroy a table entry. This is a simplified variant of RowStatus as it supports only two values. Setting it to valid(1) creates an entry. Setting it to invalid(0) destroys an entry. | 1.3.6.1.4.1.40418.7.100.16.3.7.1.3 | INTEGER {invalid(0), valid(1)} | read-create | current |
| ospfMgt OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.16.4 | |||
| ospfSystemGroup OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.16.4.1 | |||
| ospfRouterIdType OBJECT-TYPE Set router ID automatically or manually. | 1.3.6.1.4.1.40418.7.100.16.4.1.1 | INTEGER {auto(1), manual(2)} | read-only | current |
| ospfRfc1583CompatibleState OBJECT-TYPE Enable or disable rfc1583 compatibility. | 1.3.6.1.4.1.40418.7.100.16.4.1.2 | EnabledStatusPrivate | read-write | current |
| ospfAutoCost OBJECT-TYPE Set the reference bandwith of auto cost, the unit is Mbps. | 1.3.6.1.4.1.40418.7.100.16.4.1.3 | Integer32 (1..4294967) | read-write | current |
| ospfAdvertiseDefaultRoute OBJECT-TYPE If always is set, always advertises the default route regardless of whether the default route exists;If notalways is set ,advertises the default route when the router have the default route. | 1.3.6.1.4.1.40418.7.100.16.4.1.4 | INTEGER {disable(0), always(1), notAlways(2)} | read-write | current |
| ospfDefaultExternalMetric OBJECT-TYPE Metric used for generating the default route. | 1.3.6.1.4.1.40418.7.100.16.4.1.5 | OspfBigMetric | read-write | current |
| ospfSpfHoldTime OBJECT-TYPE Sets the hold time between two consecutive SPF calculations. | 1.3.6.1.4.1.40418.7.100.16.4.1.6 | Unsigned32 (0..4294967295) | read-write | current |
| ospfSpfDelayTime OBJECT-TYPE Sets the delay time to calculate SPF Delay time, in seconds, between when OSPF receives a topology change and when it starts an SPF calculation. | 1.3.6.1.4.1.40418.7.100.16.4.1.7 | Unsigned32 (0..4294967295) | read-write | current |
| ospfAreaNumber OBJECT-TYPE Records the OSPF area numbers. | 1.3.6.1.4.1.40418.7.100.16.4.1.8 | Integer32 | read-only | current |
| clearOspfProcess OBJECT-TYPE clear ip ospf process by process ID. | 1.3.6.1.4.1.40418.7.100.16.4.1.9 | Integer32 (0..65535) | read-write | current |
| ospfNssaTable OBJECT-TYPE A conceptually table for ospfNssaEntry. | 1.3.6.1.4.1.40418.7.100.16.4.2 | not-accessible | current | |
| ospfNssaEntry OBJECT-TYPE A conceptually row for ospfNssaTable. | 1.3.6.1.4.1.40418.7.100.16.4.2.1 | not-accessible | current | |
| ospfNssaAreaId OBJECT-TYPE The 32-bit identifier for the NSSA. On creation, this can be derived from the instance. | 1.3.6.1.4.1.40418.7.100.16.4.2.1.1 | OspfAreaID | read-only | current |
| ospfNssaStatus OBJECT-TYPE The status of this conceptual row entry. This object isused to manage the creation and deletion of conceptual rows. | 1.3.6.1.4.1.40418.7.100.16.4.2.1.2 | EnabledStatusPrivate | read-create | current |
| ospfNssaRedistributeStatus OBJECT-TYPE Enabled or disabled to import routes only into the normal areas, but not into the NSSA area. | 1.3.6.1.4.1.40418.7.100.16.4.2.1.3 | EnabledStatusPrivate | read-create | current |
| ospfNssaOriginateDefaultInfoStatus OBJECT-TYPE Enable or disable to generate a Type 7 default into the NSSA area. | 1.3.6.1.4.1.40418.7.100.16.4.2.1.4 | EnabledStatusPrivate | read-create | current |
| ospfRedistributeTable OBJECT-TYPE The conceptual table of all of ospfRedistributeEntry. | 1.3.6.1.4.1.40418.7.100.16.4.3 | not-accessible | current | |
| ospfRedistributeEntry OBJECT-TYPE The conceptual row for ospfRedistributeTable. | 1.3.6.1.4.1.40418.7.100.16.4.3.1 | not-accessible | current | |
| ospfRedistributeProtocol OBJECT-TYPE Protocol ID. | 1.3.6.1.4.1.40418.7.100.16.4.3.1.1 | INTEGER {kernel(1), connect(2), static(3), rip(4), ospf(6), bgp(8), isis(9)} | read-only | current |
| ospfRedistributeStatus OBJECT-TYPE enable-- redistribute the specific route,disable--- does not redistribute the specific route.For example when the ospfRedistributeProtocol is equal to rip, 'enable' stands for redistribute the route from rip. | 1.3.6.1.4.1.40418.7.100.16.4.3.1.2 | EnabledStatusPrivate | read-create | current |
| ospfRedistributeMetricType OBJECT-TYPE Metric type. | 1.3.6.1.4.1.40418.7.100.16.4.3.1.3 | INTEGER {type1(1), type2(2)} | read-create | current |
| ospfRedistributeMetric OBJECT-TYPE Metric value. | 1.3.6.1.4.1.40418.7.100.16.4.3.1.4 | OspfBigMetric | read-create | current |
| ospfSummaryAddressTable OBJECT-TYPE The conceptual table of all of ospfSummaryAddressEntry. | 1.3.6.1.4.1.40418.7.100.16.4.4 | not-accessible | current | |
| ospfSummaryAddressEntry OBJECT-TYPE The conceptual row for ospfSummaryAddressTable. | 1.3.6.1.4.1.40418.7.100.16.4.4.1 | not-accessible | current | |
| ospfSummaryAddress OBJECT-TYPE Summary address. | 1.3.6.1.4.1.40418.7.100.16.4.4.1.1 | IpAddress | read-only | current |
| ospfSummaryMask OBJECT-TYPE Summary mask. | 1.3.6.1.4.1.40418.7.100.16.4.4.1.2 | IpAddress | read-only | current |
| ospfSummaryStatus OBJECT-TYPE valid/enable--- define a summary, invalid/disable destory the summary from the router | 1.3.6.1.4.1.40418.7.100.16.4.4.1.3 | EnabledStatusPrivate | read-create | current |
| ospfNetworkAreaAddressTable OBJECT-TYPE The conceptual table of all of ospfNetworkAreaAddressEntry. | 1.3.6.1.4.1.40418.7.100.16.4.5 | not-accessible | current | |
| ospfNetworkAreaAddressEntry OBJECT-TYPE The conceptual row for ospfNetworkAreaAddressTable. | 1.3.6.1.4.1.40418.7.100.16.4.5.1 | not-accessible | current | |
| ospfNetworkAareaAddress OBJECT-TYPE NetworkArea address. | 1.3.6.1.4.1.40418.7.100.16.4.5.1.1 | IpAddress | read-only | current |
| ospfNetworkAreaMask OBJECT-TYPE NetworkArea mask. | 1.3.6.1.4.1.40418.7.100.16.4.5.1.2 | IpAddress | read-only | current |
| ospfNetworkAreaAreaId OBJECT-TYPE NetworkArea area ID. | 1.3.6.1.4.1.40418.7.100.16.4.5.1.3 | IpAddress | read-only | current |
| ospfNetworkAreaStatus OBJECT-TYPE enabled(1), disabled(0). valid/enable--- run the ospf on the interfaces,which match the ipaddr/mask; invalid/disable--disable the ospf. ValidStatus: A simple status value for the object to create and destroy a table entry. This is a simplified variant of RowStatus as it supports only two values. Setting it to valid(1) creates an entry. Setting it to invalid(0) destroys an entry. | 1.3.6.1.4.1.40418.7.100.16.4.5.1.4 | EnabledStatusPrivate | read-create | current |
| dvmrpMgt OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.16.5 | |||
| dvmrpScalar OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.16.5.1 | |||
| dvmrpVersionString OBJECT-TYPE The router's DVMRP version information. Similar to sysDescr in MIB-II, this is a free-form field which can be used to display vendor-specific information. | 1.3.6.1.4.1.40418.7.100.16.5.1.1 | DisplayString | read-only | current |
| dvmrpNumRoutes OBJECT-TYPE The number of entries in the routing table. This can be used to monitor the routing table size. | 1.3.6.1.4.1.40418.7.100.16.5.1.3 | Gauge32 | read-only | current |
| dvmrpReachableRoutes OBJECT-TYPE The number of entries in the routing table with non infinite metrics. This can be used to detect network partitions by observing the ratio of reachable routes to total routes. | 1.3.6.1.4.1.40418.7.100.16.5.1.4 | Gauge32 | read-only | current |
| dvmrpInterfaceTable OBJECT-TYPE The (conceptual) table listing the router's multicast- capable interfaces. | 1.3.6.1.4.1.40418.7.100.16.5.2 | not-accessible | current | |
| dvmrpInterfaceEntry OBJECT-TYPE An entry (conceptual row) in the dvmrpInterfaceTable. This row augments ipMRouteInterfaceEntry in the IP Multicast MIB, where the threshold object resides. | 1.3.6.1.4.1.40418.7.100.16.5.2.1 | not-accessible | current | |
| dvmrpInterfaceIndex OBJECT-TYPE The ifIndex value of the interface for which DVMRP is enabled. | 1.3.6.1.4.1.40418.7.100.16.5.2.1.1 | InterfaceIndex | read-only | current |
| dvmrpInterfaceLocalAddress OBJECT-TYPE The IP address this system will use as a source address on this interface. On unnumbered interfaces, it must be the same value as dvmrpInterfaceLocalAddress for some interface on the system. | 1.3.6.1.4.1.40418.7.100.16.5.2.1.2 | IpAddress | read-only | current |
| dvmrpInterfaceMetric OBJECT-TYPE The distance metric for this interface which is used to calculate distance vectors. | 1.3.6.1.4.1.40418.7.100.16.5.2.1.3 | Integer32 (1..31) | read-create | current |
| dvmrpInterfaceStatus OBJECT-TYPE The status of this entry. Creating the entry enables DVMRP on the virtual interface; destroying the entry or setting it to notInService disables DVMRP on the virtual interface. | 1.3.6.1.4.1.40418.7.100.16.5.2.1.4 | RowStatus | read-create | current |
| dvmrpInterfaceRcvBadPkts OBJECT-TYPE The number of DVMRP messages received on the interface by the DVMRP process which were subsequently discarded as invalid (e.g. invalid packet format, or a route report from an unknown neighbor). | 1.3.6.1.4.1.40418.7.100.16.5.2.1.5 | Counter32 | read-only | current |
| dvmrpInterfaceRcvBadRoutes OBJECT-TYPE The number of routes, in valid DVMRP packets, which were ignored because the entry was invalid. | 1.3.6.1.4.1.40418.7.100.16.5.2.1.6 | Counter32 | read-only | current |
| dvmrpInterfaceSentRoutes OBJECT-TYPE The number of routes, in DVMRP Report packets, which have been sent on this interface. Together with dvmrpNeighborRcvRoutes at a peer, this object is useful for detecting routes being lost. | 1.3.6.1.4.1.40418.7.100.16.5.2.1.7 | Counter32 | read-only | current |
| dvmrpInterfaceKey OBJECT-TYPE The (shared) key for authenticating neighbors on this interface. This object is intended solely for the purpose of setting the interface key, and MUST be accessible only via requests using both authentication and privacy. The agent MAY report an empty string in response to get, get- next, get-bulk requests. | 1.3.6.1.4.1.40418.7.100.16.5.2.1.8 | SnmpAdminString | read-only | current |
| dvmrpInterfaceKeyVersion OBJECT-TYPE The highest version number of all known interface keys for this interface used for authenticating neighbors. | 1.3.6.1.4.1.40418.7.100.16.5.2.1.9 | Integer32 | read-only | current |
| dvmrpInterfaceGenerationId OBJECT-TYPE The generation identifier for the interface. This is used by neighboring routers to detect whether the DVMRP routing table should be resent. | 1.3.6.1.4.1.40418.7.100.16.5.2.1.10 | Integer32 | read-only | current |
| dvmrpNeighborTable OBJECT-TYPE The (conceptual) table listing the router's DVMRP neighbors, as discovered by receiving DVMRP messages. | 1.3.6.1.4.1.40418.7.100.16.5.3 | not-accessible | current | |
| dvmrpNeighborEntry OBJECT-TYPE An entry (conceptual row) in the dvmrpNeighborTable. | 1.3.6.1.4.1.40418.7.100.16.5.3.1 | not-accessible | current | |
| dvmrpNeighborIfIndex OBJECT-TYPE The value of ifIndex for the virtual interface used to reach this DVMRP neighbor. | 1.3.6.1.4.1.40418.7.100.16.5.3.1.1 | InterfaceIndex | read-only | current |
| dvmrpNeighborAddress OBJECT-TYPE The IP address of the DVMRP neighbor for which this entry contains information. | 1.3.6.1.4.1.40418.7.100.16.5.3.1.2 | IpAddress | read-only | current |
| dvmrpNeighborUpTime OBJECT-TYPE The time since this DVMRP neighbor (last) became a neighbor of the local router. | 1.3.6.1.4.1.40418.7.100.16.5.3.1.3 | TimeTicks | read-only | current |
| dvmrpNeighborExpiryTime OBJECT-TYPE The minimum time remaining before this DVMRP neighbor will be aged out. | 1.3.6.1.4.1.40418.7.100.16.5.3.1.4 | TimeTicks | read-only | current |
| dvmrpNeighborGenerationId OBJECT-TYPE The neighboring router's generation identifier. | 1.3.6.1.4.1.40418.7.100.16.5.3.1.5 | Integer32 | read-only | current |
| dvmrpNeighborMajorVersion OBJECT-TYPE The neighboring router's major DVMRP version number. | 1.3.6.1.4.1.40418.7.100.16.5.3.1.6 | Integer32 (0..255) | read-only | current |
| dvmrpNeighborMinorVersion OBJECT-TYPE The neighboring router's minor DVMRP version number. | 1.3.6.1.4.1.40418.7.100.16.5.3.1.7 | Integer32 (0..255) | read-only | current |
| dvmrpNeighborCapabilities OBJECT-TYPE This object describes the neighboring router's capabilities. The leaf bit indicates that the neighbor has only one interface with neighbors. The prune bit indicates that the neighbor supports pruning. The generationID bit indicates that the neighbor sends its generationID in Probe messages. The mtrace bit indicates that the neighbor can handle mtrace requests. The snmp bit indicates that the neighbor support snmp. The netmask bit indicates that the neighbor support netmask. | 1.3.6.1.4.1.40418.7.100.16.5.3.1.8 | Bits {leaf(0), prune(1), generationID(2), mtrace(3), snmp(4), netmask(5)} | read-only | current |
| dvmrpNeighborRcvRoutes OBJECT-TYPE The total number of routes received in valid DVMRP packets received from this neighbor. This can be used to diagnose problems such as unicast route injection, as well as giving an indication of the level of DVMRP route exchange activity. | 1.3.6.1.4.1.40418.7.100.16.5.3.1.9 | Counter32 | read-only | current |
| dvmrpNeighborRcvBadPkts OBJECT-TYPE The number of packet received from this neighbor which were discarded as invalid. | 1.3.6.1.4.1.40418.7.100.16.5.3.1.10 | Counter32 | read-only | current |
| dvmrpNeighborRcvBadRoutes OBJECT-TYPE The number of routes, in valid DVMRP packets received from this neighbor, which were ignored because the entry was invalid. | 1.3.6.1.4.1.40418.7.100.16.5.3.1.11 | Counter32 | read-only | current |
| dvmrpNeighborState OBJECT-TYPE State of the neighbor adjacency. | 1.3.6.1.4.1.40418.7.100.16.5.3.1.12 | INTEGER {oneway(1), active(2), ignoring(3), down(4)} | read-only | current |
| dvmrpRouteTable OBJECT-TYPE The table of routes learned through DVMRP route exchange. | 1.3.6.1.4.1.40418.7.100.16.5.4 | not-accessible | current | |
| dvmrpRouteEntry OBJECT-TYPE An entry (conceptual row) containing the multicast routing information used by DVMRP in place of the unicast routing information. | 1.3.6.1.4.1.40418.7.100.16.5.4.1 | not-accessible | current | |
| dvmrpRouteSource OBJECT-TYPE The network address which when combined with the corresponding value of dvmrpRouteSourceMask identifies the sources for which this entry contains multicast routing information. | 1.3.6.1.4.1.40418.7.100.16.5.4.1.1 | IpAddress | read-only | current |
| dvmrpRouteSourceMask OBJECT-TYPE The network mask which when combined with the corresponding value of dvmrpRouteSource identifies the sources for which this entry contains multicast routing information. | 1.3.6.1.4.1.40418.7.100.16.5.4.1.2 | IpAddress | read-only | current |
| dvmrpRouteUpstreamNeighbor OBJECT-TYPE The address of the upstream neighbor (e.g., RPF neighbor) from which IP datagrams from these sources are received. | 1.3.6.1.4.1.40418.7.100.16.5.4.1.3 | IpAddress | read-only | current |
| dvmrpRouteIfIndex OBJECT-TYPE The value of ifIndex for the interface on which IP datagrams sent by these sources are received. A value of 0 typically means the route is an aggregate for which no next- hop interface exists. | 1.3.6.1.4.1.40418.7.100.16.5.4.1.4 | InterfaceIndexOrZero | read-only | current |
| dvmrpRouteMetric OBJECT-TYPE The distance in hops to the source subnet. | 1.3.6.1.4.1.40418.7.100.16.5.4.1.5 | Integer32 (1..32) | read-only | current |
| dvmrpRouteExpiryTime OBJECT-TYPE The minimum amount of time remaining before this entry will be aged out. | 1.3.6.1.4.1.40418.7.100.16.5.4.1.6 | TimeTicks | read-only | current |
| dvmrpRouteUpTime OBJECT-TYPE The time since the route represented by this entry was learned by the router. | 1.3.6.1.4.1.40418.7.100.16.5.4.1.7 | TimeTicks | read-only | current |
| dvmrpRouteNextHopTable OBJECT-TYPE The (conceptual) table containing information on the next hops on outgoing interfaces for routing IP multicast datagrams. | 1.3.6.1.4.1.40418.7.100.16.5.5 | not-accessible | current | |
| dvmrpRouteNextHopEntry OBJECT-TYPE An entry (conceptual row) in the list of next hops on outgoing interfaces to which IP multicast datagrams from particular sources are routed. | 1.3.6.1.4.1.40418.7.100.16.5.5.1 | not-accessible | current | |
| dvmrpRouteNextHopSource OBJECT-TYPE The network address which when combined with the corresponding value of dvmrpRouteNextHopSourceMask identifies the sources for which this entry specifies a next hop on an outgoing interface. | 1.3.6.1.4.1.40418.7.100.16.5.5.1.1 | IpAddress | read-only | current |
| dvmrpRouteNextHopSourceMask OBJECT-TYPE The network mask which when combined with the corresponding value of dvmrpRouteNextHopSource identifies the sources for which this entry specifies a next hop on an outgoing interface. | 1.3.6.1.4.1.40418.7.100.16.5.5.1.2 | IpAddress | read-only | current |
| dvmrpRouteNextHopIfIndex OBJECT-TYPE The ifIndex value of the interface for the outgoing interface for this next hop. | 1.3.6.1.4.1.40418.7.100.16.5.5.1.3 | InterfaceIndex | read-only | current |
| dvmrpRouteNextHopType OBJECT-TYPE Type is leaf if no downstream dependent neighbors exist on the outgoing virtual interface. Otherwise, type is branch. | 1.3.6.1.4.1.40418.7.100.16.5.5.1.4 | INTEGER {leaf(1), branch(2)} | read-only | current |
| dvmrpPruneTable OBJECT-TYPE The (conceptual) table listing the router's upstream prune state. | 1.3.6.1.4.1.40418.7.100.16.5.6 | not-accessible | current | |
| dvmrpPruneEntry OBJECT-TYPE An entry (conceptual row) in the dvmrpPruneTable. | 1.3.6.1.4.1.40418.7.100.16.5.6.1 | not-accessible | current | |
| dvmrpPruneGroup OBJECT-TYPE The group address which has been pruned. | 1.3.6.1.4.1.40418.7.100.16.5.6.1.1 | IpAddress | read-only | current |
| dvmrpPruneSource OBJECT-TYPE The address of the source or source network which has been pruned. | 1.3.6.1.4.1.40418.7.100.16.5.6.1.2 | IpAddress | read-only | current |
| dvmrpPruneSourceMask OBJECT-TYPE The address of the source or source network which has been pruned. The mask must either be all 1's, or else dvmrpPruneSource and dvmrpPruneSourceMask must match dvmrpRouteSource and dvmrpRouteSourceMask for some entry in the dvmrpRouteTable. | 1.3.6.1.4.1.40418.7.100.16.5.6.1.3 | IpAddress | read-only | current |
| dvmrpPruneExpiryTime OBJECT-TYPE The amount of time remaining before this prune should expire at the upstream neighbor. This value should be the minimum of the default prune lifetime and the remaining prune lifetimes of the local router's downstream neighbors, if any. | 1.3.6.1.4.1.40418.7.100.16.5.6.1.4 | TimeTicks | read-only | current |
| sntpMgt OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.17 | |||
| sntpPollTime OBJECT-TYPE The interval for SNTP clients to send requests to NTP/SNTP. | 1.3.6.1.4.1.40418.7.100.17.1 | INTEGER (16..16284) | read-write | current |
| sntpServerTable OBJECT-TYPE The ipv4 sntp server configration table. | 1.3.6.1.4.1.40418.7.100.17.2 | not-accessible | current | |
| sntpServerEntry OBJECT-TYPE A set of configuration parameters for a ipv4 sntp server. | 1.3.6.1.4.1.40418.7.100.17.2.1 | not-accessible | current | |
| sntpServerVersion OBJECT-TYPE The version of ipv4 sntp server. | 1.3.6.1.4.1.40418.7.100.17.2.1.1 | INTEGER (1..4) | read-only | current |
| sntpServerAddress OBJECT-TYPE The ipv4 address of the sntp server. | 1.3.6.1.4.1.40418.7.100.17.2.1.2 | IpAddress | read-only | current |
| sntpServerStatus OBJECT-TYPE Now state. | 1.3.6.1.4.1.40418.7.100.17.2.1.3 | INTEGER {active(1), destroy(2)} | read-create | current |
| sntpServer6Table OBJECT-TYPE The ipv6 sntp server configration table. | 1.3.6.1.4.1.40418.7.100.17.3 | not-accessible | current | |
| sntpServer6Entry OBJECT-TYPE A set of configuration parameters for a ipv6 sntp server. | 1.3.6.1.4.1.40418.7.100.17.3.1 | not-accessible | current | |
| sntpServer6Version OBJECT-TYPE The version of ipv6 sntp server. | 1.3.6.1.4.1.40418.7.100.17.3.1.1 | INTEGER (1..4) | read-only | current |
| sntpServer6Address OBJECT-TYPE The IP address of the ipv6 sntp server. | 1.3.6.1.4.1.40418.7.100.17.3.1.2 | Ipv6Address | read-only | current |
| sntpServer6Status OBJECT-TYPE Now state. | 1.3.6.1.4.1.40418.7.100.17.3.1.3 | INTEGER {active(1), destroy(2)} | read-create | current |
| sntpTimeZone OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.17.4 | |||
| sntpTimeZoneName OBJECT-TYPE The name of sntp time zone. | 1.3.6.1.4.1.40418.7.100.17.4.1 | DisplayString | read-write | current |
| sntpTimeZoneType OBJECT-TYPE The type of sntp time zone. | 1.3.6.1.4.1.40418.7.100.17.4.2 | INTEGER {subtract(0), add(1)} | read-write | current |
| sntpTimeZoneTime OBJECT-TYPE The interval time of sntp time zone. | 1.3.6.1.4.1.40418.7.100.17.4.3 | INTEGER (0..12) | read-write | current |
| sntpTimeZoneStatus OBJECT-TYPE now state of sntp time zone. | 1.3.6.1.4.1.40418.7.100.17.4.4 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-write | current |
| urpf OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.18 | |||
| urpfEnable OBJECT-TYPE Global Enable or disable the Unicast reverse path forwarding. | 1.3.6.1.4.1.40418.7.100.18.1 | INTEGER {disable(0), enable(1)} | read-write | current |
| urpfPortTable OBJECT-TYPE The URPF port configration table. | 1.3.6.1.4.1.40418.7.100.18.2 | not-accessible | current | |
| urpfPortEntry OBJECT-TYPE The index of this table is port index. | 1.3.6.1.4.1.40418.7.100.18.2.1 | not-accessible | current | |
| urpfPortIndex OBJECT-TYPE Port Index. | 1.3.6.1.4.1.40418.7.100.18.2.1.1 | INTEGER | read-only | current |
| urpfPortMode OBJECT-TYPE Configration of the URPF mode on the port. | 1.3.6.1.4.1.40418.7.100.18.2.1.2 | INTEGER {strict(0), loose(1)} | read-create | current |
| urpfPortAllowDefault OBJECT-TYPE Allow or not allow default route of URPF. | 1.3.6.1.4.1.40418.7.100.18.2.1.3 | INTEGER {noallowdefaultroute(0), allowdefaultroute(1)} | read-create | current |
| urpfPortStatus OBJECT-TYPE Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry. | 1.3.6.1.4.1.40418.7.100.18.2.1.4 | INTEGER {active(1), destroy(2)} | read-create | current |
| dcscm OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.20 | |||
| dcscmdcEnable OBJECT-TYPE Dcscm destination control multicast is disable or enable | 1.3.6.1.4.1.40418.7.100.20.1 | INTEGER {disable(0), enable(1)} | read-write | current |
| dcscmdcAclTable OBJECT-TYPE dcscm dst control multicast | 1.3.6.1.4.1.40418.7.100.20.2 | not-accessible | current | |
| dcscmdcAclEntry OBJECT-TYPE dcscm dst control multicast entry | 1.3.6.1.4.1.40418.7.100.20.2.1 | not-accessible | current | |
| dcscmdcAclNumber OBJECT-TYPE Acl number of Dcscm destination control multicast,the range is 6000--7999. | 1.3.6.1.4.1.40418.7.100.20.2.1.1 | INTEGER (6000..7999) | read-create | current |
| dcscmdcAclSubNumber OBJECT-TYPE Acl sub number of Dcscm destination control multicast,the range is 1--1024. | 1.3.6.1.4.1.40418.7.100.20.2.1.2 | INTEGER (1..1024) | read-create | current |
| dcscmdcAclSourceIp OBJECT-TYPE Source ip address of acl entry | 1.3.6.1.4.1.40418.7.100.20.2.1.3 | IpAddress | read-create | current |
| dcscmdcAclSourceMask OBJECT-TYPE Source Mask of acl entry | 1.3.6.1.4.1.40418.7.100.20.2.1.4 | IpAddress | read-create | current |
| dcscmdcAclDestinationIp OBJECT-TYPE Destination ip address of acl entry.the destination ip must be a valid multicast group address. | 1.3.6.1.4.1.40418.7.100.20.2.1.5 | IpAddress | read-create | current |
| dcscmdcAclDestinationMask OBJECT-TYPE Destination Mask of acl entry. the destination mask should meet the request of muticast group address. | 1.3.6.1.4.1.40418.7.100.20.2.1.6 | IpAddress | read-create | current |
| dcscmdcAclPermitOrDeny OBJECT-TYPE acl entry permit or deny ; 0:deny; 1:permit; 2:del this acl entry | 1.3.6.1.4.1.40418.7.100.20.2.1.7 | INTEGER {deny(0), permit(1), deltheAcl(2)} | read-write | current |
| dcscmVMacbindingTable OBJECT-TYPE dcscm destination control multicast, Acl is binded to VMac | 1.3.6.1.4.1.40418.7.100.20.3 | not-accessible | current | |
| dcscmVMacbindingEntry OBJECT-TYPE The index of this table is Vlanid,MacAddress | 1.3.6.1.4.1.40418.7.100.20.3.1 | not-accessible | current | |
| dcscmVMacbindingVlanid OBJECT-TYPE Dcscm destination control multicast,The vlanid of rule | 1.3.6.1.4.1.40418.7.100.20.3.1.1 | INTEGER (1..4094) | read-only | current |
| dcscmVMacbindingMacAddr OBJECT-TYPE Dcscm destination control multicast,The Mac Address of rule | 1.3.6.1.4.1.40418.7.100.20.3.1.2 | MacAddress (SIZE(17)) | read-only | current |
| dcscmVMacbindingAclNumber OBJECT-TYPE Dcscm destination control multicast,The Acl number of rule ; 0 means del the rule binded to vmac | 1.3.6.1.4.1.40418.7.100.20.3.1.3 | INTEGER (0 | 6000..7999) | read-write | current |
| dcscmSipbindingTable OBJECT-TYPE dcscm destination control multicast, Acl is binded to Sip | 1.3.6.1.4.1.40418.7.100.20.4 | not-accessible | current | |
| dcscmSipbindingEntry OBJECT-TYPE The index of this table is Sourceip,SourceMask | 1.3.6.1.4.1.40418.7.100.20.4.1 | not-accessible | current | |
| dcscmSipbindingSipAddress OBJECT-TYPE Dcscm destination control multicast,The Source ip of rule | 1.3.6.1.4.1.40418.7.100.20.4.1.1 | IpAddress | read-only | current |
| dcscmSipbindingSipMask OBJECT-TYPE Dcscm destination control multicast,The Source ip mask len of rule | 1.3.6.1.4.1.40418.7.100.20.4.1.2 | INTEGER | read-only | current |
| dcscmSipbindingAclNumber OBJECT-TYPE Dcscm destination control multicast,The Acl number of rule;0 means del the rule binded to sip | 1.3.6.1.4.1.40418.7.100.20.4.1.3 | INTEGER (0 | 6000..7999) | read-write | current |
| dcscmdcPortbindingTable OBJECT-TYPE dcscm destination control multicast, Acl is binded to Port | 1.3.6.1.4.1.40418.7.100.20.5 | not-accessible | current | |
| dcscmdcPortbindingEntry OBJECT-TYPE The index of this table is PortName | 1.3.6.1.4.1.40418.7.100.20.5.1 | not-accessible | current | |
| dcscmdcPortbindingPortName OBJECT-TYPE Dcscm destination control multicast,The Port index of rule | 1.3.6.1.4.1.40418.7.100.20.5.1.1 | INTEGER | read-only | current |
| dcscmdcPortbindingAclNumber OBJECT-TYPE Dcscm destination control multicast,The Acl number of rule;0 means del the rule binded to port | 1.3.6.1.4.1.40418.7.100.20.5.1.2 | INTEGER (0 | 6000..7999) | read-write | current |
| dcscmscEnable OBJECT-TYPE dcscm source control multicast is disable or enable | 1.3.6.1.4.1.40418.7.100.20.6 | INTEGER {disable(0), enable(1)} | read-write | current |
| dcscmscAclTable OBJECT-TYPE dcscm src control multicast | 1.3.6.1.4.1.40418.7.100.20.7 | not-accessible | current | |
| dcscmscAclEntry OBJECT-TYPE dcscm src control multicast entry | 1.3.6.1.4.1.40418.7.100.20.7.1 | not-accessible | current | |
| dcscmscAclNumber OBJECT-TYPE Acl number of Dcscm source control multicast,the range is 5000--5099. | 1.3.6.1.4.1.40418.7.100.20.7.1.1 | INTEGER (5000..5099) | read-write | current |
| dcscmscAclSubNumber OBJECT-TYPE Acl sub number | 1.3.6.1.4.1.40418.7.100.20.7.1.2 | INTEGER (1..1024) | read-write | current |
| dcscmscAclSourceIp OBJECT-TYPE Source ip address of acl entry | 1.3.6.1.4.1.40418.7.100.20.7.1.3 | IpAddress | read-write | current |
| dcscmscAclSourceMask OBJECT-TYPE Source Mask of acl entry | 1.3.6.1.4.1.40418.7.100.20.7.1.4 | IpAddress | read-write | current |
| dcscmscAclDestinationIp OBJECT-TYPE Destination ip address of acl entry, the destination ip must be a valid multicast group address. | 1.3.6.1.4.1.40418.7.100.20.7.1.5 | IpAddress | read-write | current |
| dcscmscAclDestinationMask OBJECT-TYPE Destination Mask of acl entry, the destination mask should meet the request of muticast group address. | 1.3.6.1.4.1.40418.7.100.20.7.1.6 | IpAddress | read-write | current |
| dcscmscAclPermitOrDeny OBJECT-TYPE acl entry permit or deny;0:deny; 1:permit; 2:del this acl | 1.3.6.1.4.1.40418.7.100.20.7.1.7 | INTEGER {deny(0), permit(1), deltheAcl(2)} | read-write | current |
| dcscmscPortbindingTable OBJECT-TYPE dcscm destination control multicast, Acl is binded to Port | 1.3.6.1.4.1.40418.7.100.20.8 | not-accessible | current | |
| dcscmscPortbindingEntry OBJECT-TYPE The index of this table is PortName | 1.3.6.1.4.1.40418.7.100.20.8.1 | not-accessible | current | |
| dcscmscPortbindingPortName OBJECT-TYPE Dcscm source control multicast,The Port Number of rule | 1.3.6.1.4.1.40418.7.100.20.8.1.1 | INTEGER | read-only | current |
| dcscmscPortbindingAclNumber OBJECT-TYPE Dcscm source control multicast,The Acl number of rule ; 0 means to del the rule binded to port | 1.3.6.1.4.1.40418.7.100.20.8.1.2 | INTEGER (0 | 5000..5099) | read-write | current |
| dcscmpcTable OBJECT-TYPE dcscm policy multicast table | 1.3.6.1.4.1.40418.7.100.20.9 | not-accessible | current | |
| dcscmpcEntry OBJECT-TYPE The index of this table is dcscmpcSourceIp,dcscmpcSourceMasklen,dcscmpcDestinationIp,dcscmpcDestinationMasklen | 1.3.6.1.4.1.40418.7.100.20.9.1 | not-accessible | current | |
| dcscmpcSourceIp OBJECT-TYPE source ip address of policy multicast | 1.3.6.1.4.1.40418.7.100.20.9.1.1 | IpAddress | read-only | current |
| dcscmpcSourceMasklen OBJECT-TYPE Mask length of source Ip | 1.3.6.1.4.1.40418.7.100.20.9.1.2 | INTEGER | read-only | current |
| dcscmpcDestinationIp OBJECT-TYPE Destination ip address of policy multicast,the destination ip must be a valid multicast group address. | 1.3.6.1.4.1.40418.7.100.20.9.1.3 | IpAddress | read-only | current |
| dcscmpcDestinationMasklen OBJECT-TYPE Mask length of destination Ip | 1.3.6.1.4.1.40418.7.100.20.9.1.4 | INTEGER | read-only | current |
| dcscmpccos OBJECT-TYPE cos value of policy multicast; between 0 and 7 ;8 means to del the policy | 1.3.6.1.4.1.40418.7.100.20.9.1.5 | INTEGER (0..8) | read-write | current |
| dcscm6 OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.21 | |||
| dcscm6dcEnable OBJECT-TYPE dcscm6 destination control multicast is disable or enable | 1.3.6.1.4.1.40418.7.100.21.1 | INTEGER {disable(0), enable(1)} | read-write | current |
| dcscm6dcAcl OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.21.2 | |||
| dcscm6dcAclNumber OBJECT-TYPE Acl number of Dcscm6 destination control multicast,the range is 9000--10999. | 1.3.6.1.4.1.40418.7.100.21.2.1 | INTEGER (9000..10999) | read-write | current |
| dcscm6dcAclSourceIp OBJECT-TYPE Source ip address of acl entry | 1.3.6.1.4.1.40418.7.100.21.2.2 | Ipv6Address | read-write | current |
| dcscm6dcAclSourceMask OBJECT-TYPE Source MaskLen of acl entry | 1.3.6.1.4.1.40418.7.100.21.2.3 | INTEGER (1..128) | read-write | current |
| dcscm6dcAclDestinationIp OBJECT-TYPE Destination ip address of acl entry,the destination ip must be a valid multicast group address. | 1.3.6.1.4.1.40418.7.100.21.2.4 | Ipv6Address | read-write | current |
| dcscm6dcAclDestinationMask OBJECT-TYPE Destination MaskLen of acl entry ,the mask length should meet the request of multicast group address. | 1.3.6.1.4.1.40418.7.100.21.2.5 | INTEGER (8..128) | read-write | current |
| dcscm6dcAclPermitOrDeny OBJECT-TYPE acl entry permit or deny; 0:deny; 1:permit; 2:del this acl | 1.3.6.1.4.1.40418.7.100.21.2.6 | INTEGER {deny(0), permit(1), deltheAcl(2)} | read-write | current |
| dcscm6VMacbindingTable OBJECT-TYPE dcscm6 destination control multicast, Acl is binded to VMac | 1.3.6.1.4.1.40418.7.100.21.3 | not-accessible | current | |
| dcscm6VMacbindingEntry OBJECT-TYPE The index of this table is Vlanid,MacAddress | 1.3.6.1.4.1.40418.7.100.21.3.1 | not-accessible | current | |
| dcscm6VMacbindingVlanid OBJECT-TYPE Dcscm6 destination control multicast,The vlanid of rule | 1.3.6.1.4.1.40418.7.100.21.3.1.1 | INTEGER (1..4094) | read-only | current |
| dcscm6VMacbindingMacAddr OBJECT-TYPE Dcscm6 destination control multicast,The Mac Address of rule | 1.3.6.1.4.1.40418.7.100.21.3.1.2 | MacAddress (SIZE(17)) | read-only | current |
| dcscm6VMacbindingAclNumber OBJECT-TYPE Dcscm6 destination control multicast,The Acl number of rule;0 means del the rule binded to vmac | 1.3.6.1.4.1.40418.7.100.21.3.1.3 | INTEGER (0 | 9000..10999) | read-write | current |
| dcscm6SipbindingTable OBJECT-TYPE dcscm6 destination control multicast, Acl is binded to Sip | 1.3.6.1.4.1.40418.7.100.21.4 | not-accessible | current | |
| dcscm6SipbindingEntry OBJECT-TYPE The index of this table is Sourceip,SourceMaskLen | 1.3.6.1.4.1.40418.7.100.21.4.1 | not-accessible | current | |
| dcscm6SipbindingSipAddress OBJECT-TYPE Dcscm6 destination control multicast,The Source ip of rule | 1.3.6.1.4.1.40418.7.100.21.4.1.1 | Ipv6Address | read-only | current |
| dcscm6SipbindingSipMaskLen OBJECT-TYPE Dcscm6 destination control multicast,The Source ip mask len of rule | 1.3.6.1.4.1.40418.7.100.21.4.1.2 | INTEGER (1..128) | read-only | current |
| dcscm6SipbindingAclNumber OBJECT-TYPE Dcscm6 destination control multicast,The Acl number of rule;0 means del the rule binded to sip | 1.3.6.1.4.1.40418.7.100.21.4.1.3 | INTEGER (0 | 9000..10999) | read-write | current |
| dcscm6dcPortbindingTable OBJECT-TYPE dcscm6 destination control multicast, Acl is binded to Port | 1.3.6.1.4.1.40418.7.100.21.5 | not-accessible | current | |
| dcscm6dcPortbindingEntry OBJECT-TYPE The index of this table is PortName | 1.3.6.1.4.1.40418.7.100.21.5.1 | not-accessible | current | |
| dcscm6dcPortbindingPortName OBJECT-TYPE Dcscm6 destination control multicast,The Port Number of rule | 1.3.6.1.4.1.40418.7.100.21.5.1.1 | INTEGER | read-only | current |
| dcscm6dcPortbindingAclNumber OBJECT-TYPE Dcscm6 destination control multicast,The Acl number of rule;0 means del the rule binded to port | 1.3.6.1.4.1.40418.7.100.21.5.1.2 | INTEGER (0 | 9000..10999) | read-write | current |
| dcscm6scEnable OBJECT-TYPE dcscm6 source control multicast is disable or enable | 1.3.6.1.4.1.40418.7.100.21.6 | INTEGER {disable(0), enable(1)} | read-write | current |
| dcscm6scAcl OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.21.7 | |||
| dcscm6scAclNumber OBJECT-TYPE Acl number of Dcscm6 source control multicast.the range is 8000--8099 | 1.3.6.1.4.1.40418.7.100.21.7.1 | INTEGER (8000..8099) | read-write | current |
| dcscm6scAclSourceIp OBJECT-TYPE Source ip address of acl entry | 1.3.6.1.4.1.40418.7.100.21.7.2 | Ipv6Address | read-write | current |
| dcscm6scAclSourceMask OBJECT-TYPE Source MaskLen of acl entry | 1.3.6.1.4.1.40418.7.100.21.7.3 | INTEGER (1..128) | read-write | current |
| dcscm6scAclDestinationIp OBJECT-TYPE Destination ip address of acl entry,the destination ip must be a valid multicast group address. | 1.3.6.1.4.1.40418.7.100.21.7.4 | Ipv6Address | read-write | current |
| dcscm6scAclDestinationMask OBJECT-TYPE Destination MaskLen of acl entry ,the mask length should meet the request of multicast group address. | 1.3.6.1.4.1.40418.7.100.21.7.5 | INTEGER (8..128) | read-write | current |
| dcscm6scAclPermitOrDeny OBJECT-TYPE acl entry permit or deny; 0:deny; 1:permit; 2:del this acl | 1.3.6.1.4.1.40418.7.100.21.7.6 | INTEGER {deny(0), permit(1), deltheAcl(2)} | read-write | current |
| dcscm6scPortbindingTable OBJECT-TYPE dcscm6 destination control multicast, Acl is binded to Port | 1.3.6.1.4.1.40418.7.100.21.8 | not-accessible | current | |
| dcscm6scPortbindingEntry OBJECT-TYPE The index of this table is PortName | 1.3.6.1.4.1.40418.7.100.21.8.1 | not-accessible | current | |
| dcscm6scPortbindingPortName OBJECT-TYPE Dcscm6 source control multicast,The Port Number of rule | 1.3.6.1.4.1.40418.7.100.21.8.1.1 | INTEGER | read-only | current |
| dcscm6scPortbindingAclNumber OBJECT-TYPE Dcscm6 source control multicast,The Acl number of rule,0 means to del the rule binded to port | 1.3.6.1.4.1.40418.7.100.21.8.1.2 | INTEGER (0 | 8000..8099) | read-write | current |
| dcscm6pcTable OBJECT-TYPE dcscm6 policy multicast table | 1.3.6.1.4.1.40418.7.100.21.9 | not-accessible | current | |
| dcscm6pcEntry OBJECT-TYPE The index of this table is dcscm6pcSourceIp,dcscm6pcSourceMask,dcscm6pcDestinationIp,dcscm6pcDestinationMask | 1.3.6.1.4.1.40418.7.100.21.9.1 | not-accessible | current | |
| dcscm6pcSourceIp OBJECT-TYPE source ip address of policy multicast | 1.3.6.1.4.1.40418.7.100.21.9.1.1 | Ipv6Address | read-only | current |
| dcscm6pcSourceMask OBJECT-TYPE Source MaskLen of policy multicast | 1.3.6.1.4.1.40418.7.100.21.9.1.2 | INTEGER (1..128) | read-only | current |
| dcscm6pcDestinationIp OBJECT-TYPE Destination ip address of policy multicast | 1.3.6.1.4.1.40418.7.100.21.9.1.3 | Ipv6Address | read-only | current |
| dcscm6pcDestinationMask OBJECT-TYPE Destination MaskLen of policy multicast | 1.3.6.1.4.1.40418.7.100.21.9.1.4 | INTEGER (8..128) | read-only | current |
| dcscm6pccos OBJECT-TYPE cos value of policy multicast; between 0 and 7 ;8 means to del the policy | 1.3.6.1.4.1.40418.7.100.21.9.1.5 | INTEGER (0..8) | read-write | current |
| prClusterv2 OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.22 | |||
| clusterv2Base OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.22.1 | |||
| clusterv2BaseKey OBJECT-TYPE cluster run switch,set the key word only while the cluster is not running and you should set it with set clusterv2BaseRun. | 1.3.6.1.4.1.40418.7.100.22.1.1 | OCTET STRING (SIZE(1..16)) | read-write | current |
| clusterv2BaseVlan OBJECT-TYPE cluster run switch,set the Vlan only when the cluster is not running and you should set it with set clusterv2BaseRun. if get result is 0 that the cluser is not running! | 1.3.6.1.4.1.40418.7.100.22.1.2 | INTEGER (1..4094) | read-write | current |
| clusterv2BaseRun OBJECT-TYPE cluster run switch,set the key word and vlan id or stop the cluster. | 1.3.6.1.4.1.40418.7.100.22.1.3 | INTEGER {disable(0), enable(1)} | read-write | current |
| clusterv2BaseRole OBJECT-TYPE The role of the device. none means cluster device isn't running. | 1.3.6.1.4.1.40418.7.100.22.1.4 | INTEGER {candidateDevice(1), memberDevice(2), commanderDevice(3), none(255)} | read-only | current |
| clusterv2BaseVersion OBJECT-TYPE version of cluster. | 1.3.6.1.4.1.40418.7.100.22.1.5 | OCTET STRING (SIZE(1..10)) | read-only | current |
| clusterv2BaseMaxNumberOfMembers OBJECT-TYPE The maximum number of cluster members allowed in the cluster. The command switch is considered as a cluster member also. | 1.3.6.1.4.1.40418.7.100.22.1.6 | INTEGER | read-only | current |
| clusterv2BaseMaxNumberOfSwitches OBJECT-TYPE The maximum number of cluster switches allowed in the cluster. The Candidates include commander,candidate and member. | 1.3.6.1.4.1.40418.7.100.22.1.7 | INTEGER | read-only | current |
| clusterv2Create OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.22.2 | |||
| clusterv2CreateIPPool OBJECT-TYPE ip pool.Valid cluster ip-pool format like as 10.x.x.x,default is 10.254.254.1 . if get result is 0 that the cluser is not running! set it only on the device is not commander and should set it with set clusterv2CreateCmdrOperate. | 1.3.6.1.4.1.40418.7.100.22.2.1 | IpAddress | read-write | current |
| clusterv2CreateName OBJECT-TYPE create the clustername while create the cluster commander, set it only on the device is not commander and should set it with set clusterv2CreateCmdrOperate. | 1.3.6.1.4.1.40418.7.100.22.2.2 | OCTET STRING (SIZE(1..32)) | read-write | current |
| clusterv2CreateCmdrOperate OBJECT-TYPE if set create ,operation is to build cluster according to clusterv2CreateClusterIPPool/clusterv2StatusClusterName. if set destroy , operation is try to clear the IPPool and the ClusterName. set create only on the device is not commander. set destroy only on the device is commander. | 1.3.6.1.4.1.40418.7.100.22.2.3 | INTEGER {destroy(0), create(1)} | read-write | current |
| clusterv2Status OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.22.3 | |||
| clusterv2StatusClusterName OBJECT-TYPE The name of the cluster.Set only on the device is not commander.The default is NULL. | 1.3.6.1.4.1.40418.7.100.22.3.1 | OCTET STRING (SIZE(1..32)) | read-write | current |
| clusterv2StatusKeepalive OBJECT-TYPE cluster keepalive interval(3-30 second). if get result is 0 that the cluser is not running! | 1.3.6.1.4.1.40418.7.100.22.3.2 | INTEGER (3..30) | read-write | current |
| clusterv2StatusLoss_count OBJECT-TYPE cluster the max(1-10) loss-count packet during the keeplive interval. if get result is 0 that the cluser is not running! | 1.3.6.1.4.1.40418.7.100.22.3.3 | INTEGER (1..10) | read-write | current |
| clusterv2Commander OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.22.4 | |||
| clusterv2CommanderAutoAddMem OBJECT-TYPE auto add mem switch | 1.3.6.1.4.1.40418.7.100.22.4.1 | INTEGER {disable(0), enable(1)} | read-write | current |
| clusterv2MemberCounter OBJECT-TYPE member number on commander,read only on commander or will return 65535. | 1.3.6.1.4.1.40418.7.100.22.4.2 | Counter32 | read-only | current |
| clusterv2MemberTable OBJECT-TYPE This table contains one row per cluster member, including the command switch,read only on commander. | 1.3.6.1.4.1.40418.7.100.22.4.3 | not-accessible | current | |
| clusterv2MemberEntry OBJECT-TYPE An entry containing cluster management information applicable to a particular cluster member. | 1.3.6.1.4.1.40418.7.100.22.4.3.1 | not-accessible | current | |
| clusterv2MemberNumber OBJECT-TYPE An arbitrary value which uniquely identifies the cluster member switch number. It ranges from 1 to clusterv2StatusMaxNumberOfMembers,read only on commander. | 1.3.6.1.4.1.40418.7.100.22.4.3.1.1 | INTEGER | read-only | current |
| clusterv2MemberIpAddress OBJECT-TYPE The management ip address of the member device. | 1.3.6.1.4.1.40418.7.100.22.4.3.1.2 | IpAddress | read-only | current |
| clusterv2MemberOperStatus OBJECT-TYPE The status of cluster management connectivity between the command switch and a cluster member. Cluster management connectivity is determined by the exchange of cluster management messages between the command switch and a cluster member. | 1.3.6.1.4.1.40418.7.100.22.4.3.1.3 | INTEGER {notMember(1), inactiveMember(2), memberTobe(3), activeMember(4)} | read-only | current |
| clusterv2MemberMacAddress OBJECT-TYPE The management MAC address of the member device. | 1.3.6.1.4.1.40418.7.100.22.4.3.1.4 | MacAddress (SIZE(17)) | read-only | current |
| clusterv2MemberHostName OBJECT-TYPE | 1.3.6.1.4.1.40418.7.100.22.4.3.1.5 | OCTET STRING (SIZE(1..32)) | read-only | current |
| clusterv2MemberDeviceType OBJECT-TYPE deviceType such as 5526S, 2008A etc | 1.3.6.1.4.1.40418.7.100.22.4.3.1.6 | OCTET STRING (SIZE(1..32)) | read-only | current |
| clusterv2CandidateCounter OBJECT-TYPE candidate number on commander,read only on commander or will return 65535. | 1.3.6.1.4.1.40418.7.100.22.4.4 | Counter32 | read-only | current |
| clusterv2CandidateTable OBJECT-TYPE This table contains one row per cluster candidate, A cluster candidate is a device that is currently eligible to be added to the cluster of a command switch. A device is eligible if it satisfies the following conditions: 1. It start the cluster func. 2. It is in a same L2 LAN with commander switch The entries in this table and the entries in clusterMemberTable are mutually exclusive at all times. That is, any device that is a cluster member never shows up in the clusterCandidateTable or is never a candidate at the same time . Also, any candidate that shows up in clusterCandidateTable should not appear in clusterMemberTable. | 1.3.6.1.4.1.40418.7.100.22.4.5 | not-accessible | current | |
| clusterv2CandidateEntry OBJECT-TYPE An entry pertaining to a single candidate device. | 1.3.6.1.4.1.40418.7.100.22.4.5.1 | not-accessible | current | |
| clusterv2CandidateId OBJECT-TYPE The candidate id. | 1.3.6.1.4.1.40418.7.100.22.4.5.1.1 | INTEGER | read-only | current |
| clusterv2CandidateMacAddress OBJECT-TYPE The MAC address of a device qualified to to be a cluster member of the command switch cluster. | 1.3.6.1.4.1.40418.7.100.22.4.5.1.2 | MacAddress (SIZE(17)) | read-only | current |
| clusterv2CandidateHostName OBJECT-TYPE | 1.3.6.1.4.1.40418.7.100.22.4.5.1.3 | OCTET STRING (SIZE(1..32)) | read-only | current |
| clusterv2CandidateDeviceType OBJECT-TYPE | 1.3.6.1.4.1.40418.7.100.22.4.5.1.4 | OCTET STRING (SIZE(1..32)) | read-only | current |
| clusterv2RebootMem OBJECT-TYPE Operation is to reboot the specified member.you can select more member one time, the value connected with '-' or ';',the string len is 1-30 .set only on commander. | 1.3.6.1.4.1.40418.7.100.22.4.6 | OCTET STRING (SIZE(1..30)) | read-write | current |
| dns OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.23 | |||
| dnsEnable OBJECT-TYPE Enable or disable dns dynamic domain resolving. | 1.3.6.1.4.1.40418.7.100.23.1 | INTEGER {disable(0), enable(1)} | read-write | current |
| dnsServerTable OBJECT-TYPE The dns server list table which consists of a sequence of 'dnsServerEntry' items which describe the configured dns server IP information. | 1.3.6.1.4.1.40418.7.100.23.2 | not-accessible | current | |
| dnsServerEntry OBJECT-TYPE An entry in the dnsServerTable containing the dns server IP. | 1.3.6.1.4.1.40418.7.100.23.2.1 | not-accessible | current | |
| dnsServerInetAddrType OBJECT-TYPE The IP address type of dnsServerEntry. This value applies to dnsServerIpAddr. | 1.3.6.1.4.1.40418.7.100.23.2.1.1 | InetAddressType | not-accessible | current |
| dnsServerIpAddr OBJECT-TYPE The dns server IP address with 'dnsServerInetAddrType' to indicate the IP address type(IPv4 or IPv6). | 1.3.6.1.4.1.40418.7.100.23.2.1.2 | InetAddress | read-only | current |
| dnsServerPriority OBJECT-TYPE Current Priority of the dns server. | 1.3.6.1.4.1.40418.7.100.23.2.1.3 | INTEGER (0..255) | read-create | current |
| dnsServerStatus OBJECT-TYPE Current state of the dns server. | 1.3.6.1.4.1.40418.7.100.23.2.1.4 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-create | current |
| dnsDomainSuffixTable OBJECT-TYPE The dns domain suffix table which consists of a sequence of 'dnsDomainSuffixEntry' items which describe the configured dns domain suffix information. | 1.3.6.1.4.1.40418.7.100.23.3 | not-accessible | current | |
| dnsDomainSuffixEntry OBJECT-TYPE An entry in the dnsDomainSuffixTable containing the dns domain suffix. | 1.3.6.1.4.1.40418.7.100.23.3.1 | not-accessible | current | |
| dnsDomainSuffix OBJECT-TYPE The dns domain suffix(e.g. commpany.com). | 1.3.6.1.4.1.40418.7.100.23.3.1.1 | DisplayString | read-only | current |
| dnsDomainSuffixStatus OBJECT-TYPE Current state of the dns domain suffix. | 1.3.6.1.4.1.40418.7.100.23.3.1.2 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-create | current |
| dnsDynHostTable OBJECT-TYPE The dns dynamic host table which consists of a sequence of 'dnsDynHostEntry' items which describe the resolved dns dynamic host information. | 1.3.6.1.4.1.40418.7.100.23.4 | not-accessible | current | |
| dnsDynHostEntry OBJECT-TYPE An entry in the dnsDynHostTable containing the dns dynamic host information. | 1.3.6.1.4.1.40418.7.100.23.4.1 | not-accessible | current | |
| dnsDynHostIndex OBJECT-TYPE Index of position in the cache | 1.3.6.1.4.1.40418.7.100.23.4.1.1 | INTEGER | not-accessible | current |
| dnsDynHostName OBJECT-TYPE The dns dynamic host name(e.g. www.sina.com.cn). | 1.3.6.1.4.1.40418.7.100.23.4.1.2 | DisplayString | read-only | current |
| dnsDynHostIpAddr OBJECT-TYPE The dns dynamic host's IP address with 'dnsDynHostInetAddrType' to indicate the IP address type(IPv4 or IPv6). | 1.3.6.1.4.1.40418.7.100.23.4.1.3 | InetAddress | read-only | current |
| dnsDynHostTtl OBJECT-TYPE The dns dynamic host's living time(seconds). | 1.3.6.1.4.1.40418.7.100.23.4.1.4 | INTEGER | read-only | current |
| ntpSnmpMIB OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.25 | |||
| ntpSnmpMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.25.1 | |||
| ntpEntInfo OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.25.1.1 | |||
| ntpEntSoftwareName OBJECT-TYPE The product name of the installed NTP version. | 1.3.6.1.4.1.40418.7.100.25.1.1.1 | DisplayString | read-only | current |
| ntpEntSoftwareVersion OBJECT-TYPE The software version of the installed NTP implementation. | 1.3.6.1.4.1.40418.7.100.25.1.1.2 | DisplayString | read-only | current |
| ntpEntSoftwareVendor OBJECT-TYPE The vendor/author of the installed NTP version. | 1.3.6.1.4.1.40418.7.100.25.1.1.4 | DisplayString | read-only | current |
| ntpEntSystemType OBJECT-TYPE General hardware/os platform information. | 1.3.6.1.4.1.40418.7.100.25.1.1.5 | DisplayString | read-only | current |
| ntpEntTimeResolution OBJECT-TYPE A string describing the time resolution of the running NTP implementation. | 1.3.6.1.4.1.40418.7.100.25.1.1.6 | DisplayString | read-only | current |
| ntpEntTimePrecision OBJECT-TYPE The entity's precision in integer format. | 1.3.6.1.4.1.40418.7.100.25.1.1.9 | Integer32 | read-only | current |
| ntpEntStatus OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.25.1.2 | |||
| ntpEntStatusCurrentMode OBJECT-TYPE The actual mode of NTP as a string | 1.3.6.1.4.1.40418.7.100.25.1.2.1 | DisplayString | read-only | current |
| ntpEntStatusCurrentModeVal OBJECT-TYPE The current mode of the NTP as integer value. | 1.3.6.1.4.1.40418.7.100.25.1.2.2 | INTEGER {notRunning(1), notSynchronized(2), noneConfigured(3), syncToLocal(4), syncToRefclock(5), syncToRemoteServer(6), unknown(99)} | read-only | current |
| ntpEntStatusStratum OBJECT-TYPE The NTP entity's own stratum value. | 1.3.6.1.4.1.40418.7.100.25.1.2.3 | NtpStratum | read-only | current |
| ntpEntStatusActiveRefSourceId OBJECT-TYPE The association ID of the current syspeer. | 1.3.6.1.4.1.40418.7.100.25.1.2.4 | Unsigned32 (0..4294967295) | read-only | current |
| ntpEntStatusActiveRefSourceName OBJECT-TYPE The hostname/descriptive name of the current reference source selected as syspeer. | 1.3.6.1.4.1.40418.7.100.25.1.2.5 | DisplayString | read-only | current |
| ntpEntStatusNumberOfRefSources OBJECT-TYPE The number of reference sources configured for NTP. | 1.3.6.1.4.1.40418.7.100.25.1.2.7 | Unsigned32 (0..99) | read-only | current |
| ntpEntStatusDateTime OBJECT-TYPE The current NTP date/time on the device, in 128-bit NTP date format. Ref: draft-ietf-ntp-ntpv4-proto-06, section 6: It includes a 64-bit signed seconds field spanning 584 billion years and a 64-bit fraction field resolving .05 attosecond (i.e. 0.5e-18). For convenience in mapping between formats, the seconds field is divided into a 32-bit era field and a 32-bit timestamp field. If time is not syncronized this field shall be a zero-length string. This object can be used to timestamp events on this node and allow a management station to coorelate different time objects. For example, a management station could query this object and sysUpTime in the same operation to be able to relate sysUpTime to NTP time. This object is not to be used to set the time of the node querying this object. NTP should be used for this--or at least SNTP. | 1.3.6.1.4.1.40418.7.100.25.1.2.10 | NtpDateTime | read-only | current |
| ntpEntStatusInPkts OBJECT-TYPE The total number of NTP messages delivered to the NTP entity from the transport service. | 1.3.6.1.4.1.40418.7.100.25.1.2.13 | Counter32 | read-only | current |
| ntpEntStatusOutPkts OBJECT-TYPE The total number of NTP messages delivered to the transport service by this NTP entity. | 1.3.6.1.4.1.40418.7.100.25.1.2.14 | Counter32 | read-only | current |
| ntpEntStatusBadVersion OBJECT-TYPE The total number of NTP messages which were delivered to this NTP entity and were for an unsupported NTP version. | 1.3.6.1.4.1.40418.7.100.25.1.2.15 | Counter32 | read-only | current |
| ntpEntStatusProtocolError OBJECT-TYPE The total number of NTP messages which were delivered to this NTP entity and this entity was not able to process due to an NTP protocol error. | 1.3.6.1.4.1.40418.7.100.25.1.2.16 | Counter32 | read-only | current |
| ntpEntConformance OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.25.6 | |||
| ntpEntCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.25.6.1 | |||
| ntpEntGroups OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.25.6.2 | |||
| priPoeConfig OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.26 | |||
| poeSystemEnable OBJECT-TYPE The power inline global switch. Enable expresses it is turned on, while disable indicates that off. | 1.3.6.1.4.1.40418.7.100.26.1 | INTEGER {disable(0), enable(1)} | read-write | current |
| poeMaxPower OBJECT-TYPE The power inline global available power whitch cannot be exceeded by the total power of all PDs. | 1.3.6.1.4.1.40418.7.100.26.2 | INTEGER (37..776) | read-write | current |
| poePoliceEnable OBJECT-TYPE The power inline power mamagement switch. Enable expresses it is in priority-policy mode, while disable indicates that in first-in-first-get mode. | 1.3.6.1.4.1.40418.7.100.26.3 | INTEGER {disable(0), enable(1)} | read-write | current |
| poeLegacyEnable OBJECT-TYPE The power inline nonstandard PD detect switch. Enable expresses nonstandard PD can be detected, while disable indicates that cannot be detected. | 1.3.6.1.4.1.40418.7.100.26.4 | INTEGER {disable(0), enable(1)} | read-write | current |
| poeDisconnect OBJECT-TYPE The power inline disconnection mode. | 1.3.6.1.4.1.40418.7.100.26.5 | INTEGER {ac(0), dc(1)} | read-only | current |
| poeCurrentPower OBJECT-TYPE The power inline current export power. It is a real time value. | 1.3.6.1.4.1.40418.7.100.26.6 | INTEGER | read-only | current |
| poePortMode OBJECT-TYPE The power inline power supply mode. | 1.3.6.1.4.1.40418.7.100.26.7 | INTEGER {signal(0), spare(1)} | read-only | current |
| poeSoftwareVersion OBJECT-TYPE The power inline software version. | 1.3.6.1.4.1.40418.7.100.26.8 | DisplayString (SIZE(1..32)) | read-only | current |
| poeHardwareVersion OBJECT-TYPE The power inline hardware version. | 1.3.6.1.4.1.40418.7.100.26.9 | DisplayString (SIZE(1..32)) | read-only | current |
| poePortConfigTable OBJECT-TYPE The power inline port configuration table | 1.3.6.1.4.1.40418.7.100.26.10 | not-accessible | current | |
| poePortConfigEntry OBJECT-TYPE The power inline configuration in port. | 1.3.6.1.4.1.40418.7.100.26.10.1 | not-accessible | current | |
| poePortIndex OBJECT-TYPE The power inline port index. | 1.3.6.1.4.1.40418.7.100.26.10.1.1 | INTEGER | not-accessible | current |
| poePortStatus OBJECT-TYPE The power inline port switch. Enable expresses it is turned on, while disable indicates that off.enableAuto(1) turn on the auto-mode,enableStatic(2) turn on the force-mode. | 1.3.6.1.4.1.40418.7.100.26.10.1.2 | INTEGER {disable(0), enableAuto(1), enableStatic(2)} | read-write | current |
| poePortPriority OBJECT-TYPE The power inline port priority. | 1.3.6.1.4.1.40418.7.100.26.10.1.3 | INTEGER {critical(0), high(1), low(2)} | read-write | current |
| poePortMaxPower OBJECT-TYPE The power inline port available power whitch cannot be exceeded by the connected PD. | 1.3.6.1.4.1.40418.7.100.26.10.1.4 | INTEGER (1..31000) | read-write | current |
| poePortCurrentPower OBJECT-TYPE The power inline port used power. It is a real time value. | 1.3.6.1.4.1.40418.7.100.26.10.1.5 | INTEGER | read-only | current |
| poePortCurrentCurrent OBJECT-TYPE The power inline port export current. It is a real time value. | 1.3.6.1.4.1.40418.7.100.26.10.1.6 | INTEGER | read-only | current |
| poePortCurrentVoltage OBJECT-TYPE The power inline port export voltage. It is a real time value. | 1.3.6.1.4.1.40418.7.100.26.10.1.7 | INTEGER | read-only | current |
| poePortPdStatus OBJECT-TYPE The power inline detect status. on(1):PD is connected and natural powered, off(2):PD is not connected, faulty(3):error, deny(4):power is low or high, force(5):force power. | 1.3.6.1.4.1.40418.7.100.26.10.1.8 | INTEGER {on(1), off(2), faulty(3), deny(4), force(5)} | read-only | current |
| poePortPdClass OBJECT-TYPE The connected PD class of power inline | 1.3.6.1.4.1.40418.7.100.26.10.1.9 | INTEGER | read-only | current |
| poeHighInrushEnable OBJECT-TYPE The power inline high-inrush switch. Enable expresses it is turned on, while disable indicates that off. | 1.3.6.1.4.1.40418.7.100.26.11 | INTEGER {enable(0), disable(1)} | read-write | current |
| priQos2 OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.27 | |||
| qos2 OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.27.1 | |||
| qos2MapCostoIntp OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.27.1.1 | |||
| qos2MapCostoIntp1 OBJECT-TYPE COS to IntPrio map,IntPrio1<0-7>. | 1.3.6.1.4.1.40418.7.100.27.1.1.1 | INTEGER | read-create | current |
| qos2MapCostoIntp2 OBJECT-TYPE COS to IntPrio map,IntPrio2<0-7>. | 1.3.6.1.4.1.40418.7.100.27.1.1.2 | INTEGER | read-create | current |
| qos2MapCostoIntp3 OBJECT-TYPE COS to IntPrio map,IntPrio1<0-7>. | 1.3.6.1.4.1.40418.7.100.27.1.1.3 | INTEGER | read-create | current |
| qos2MapCostoIntp4 OBJECT-TYPE COS to IntPrio map,IntPrio1<0-7>. | 1.3.6.1.4.1.40418.7.100.27.1.1.4 | INTEGER | read-create | current |
| qos2MapCostoIntp5 OBJECT-TYPE COS to IntPrio map,IntPrio1<0-7>. | 1.3.6.1.4.1.40418.7.100.27.1.1.5 | INTEGER | read-create | current |
| qos2MapCostoIntp6 OBJECT-TYPE COS to IntPrio map,IntPrio1<0-7>. | 1.3.6.1.4.1.40418.7.100.27.1.1.6 | INTEGER | read-create | current |
| qos2MapCostoIntp7 OBJECT-TYPE COS to IntPrio map,IntPrio1<0-7>. | 1.3.6.1.4.1.40418.7.100.27.1.1.7 | INTEGER | read-create | current |
| qos2MapCostoIntp8 OBJECT-TYPE COS to IntPrio map,IntPrio1<0-7>. | 1.3.6.1.4.1.40418.7.100.27.1.1.8 | INTEGER | read-create | current |
| qos2MapCostoIntpStatus OBJECT-TYPE Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry. | 1.3.6.1.4.1.40418.7.100.27.1.1.9 | INTEGER {active(1), destroy(2)} | read-create | current |
| qos2MapCostoDP OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.27.1.2 | |||
| qos2MapCostoDP1 OBJECT-TYPE COS to drop precedence map,Drop Precedence1<0-2>. | 1.3.6.1.4.1.40418.7.100.27.1.2.1 | INTEGER | read-create | current |
| qos2MapCostoDP2 OBJECT-TYPE COS to drop precedence map,Drop Precedence2<0-2>. | 1.3.6.1.4.1.40418.7.100.27.1.2.2 | INTEGER | read-create | current |
| qos2MapCostoDP3 OBJECT-TYPE COS to drop precedence map,Drop Precedence3<0-2>. | 1.3.6.1.4.1.40418.7.100.27.1.2.3 | INTEGER | read-create | current |
| qos2MapCostoDP4 OBJECT-TYPE COS to drop precedence map,Drop Precedence4<0-2>. | 1.3.6.1.4.1.40418.7.100.27.1.2.4 | INTEGER | read-create | current |
| qos2MapCostoDP5 OBJECT-TYPE COS to drop precedence map,Drop Precedence5<0-2>. | 1.3.6.1.4.1.40418.7.100.27.1.2.5 | INTEGER | read-create | current |
| qos2MapCostoDP6 OBJECT-TYPE COS to drop precedence map,Drop Precedence6<0-2>. | 1.3.6.1.4.1.40418.7.100.27.1.2.6 | INTEGER | read-create | current |
| qos2MapCostoDP7 OBJECT-TYPE COS to drop precedence map,Drop Precedence7<0-2>. | 1.3.6.1.4.1.40418.7.100.27.1.2.7 | INTEGER | read-create | current |
| qos2MapCostoDP8 OBJECT-TYPE COS to drop precedence map,Drop Precedence8<0-2>. | 1.3.6.1.4.1.40418.7.100.27.1.2.8 | INTEGER | read-create | current |
| qos2MapCostoDPStatus OBJECT-TYPE Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry. | 1.3.6.1.4.1.40418.7.100.27.1.2.9 | INTEGER {active(1), destroy(2)} | read-create | current |
| qos2MapDSCPtoDSCP OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.27.1.3 | |||
| qos2MapDSCPtoDSCP1 OBJECT-TYPE DSCP to DSCP map, DSCP1<0-63>. | 1.3.6.1.4.1.40418.7.100.27.1.3.1 | INTEGER | read-create | current |
| qos2MapDSCPtoDSCP2 OBJECT-TYPE DSCP to DSCP map, DSCP2<0-63>. | 1.3.6.1.4.1.40418.7.100.27.1.3.2 | INTEGER | read-create | current |
| qos2MapDSCPtoDSCP3 OBJECT-TYPE DSCP to DSCP map, DSCP3<0-63>. | 1.3.6.1.4.1.40418.7.100.27.1.3.3 | INTEGER | read-create | current |
| qos2MapDSCPtoDSCP4 OBJECT-TYPE DSCP to DSCP map, DSCP4<0-63>. | 1.3.6.1.4.1.40418.7.100.27.1.3.4 | INTEGER | read-create | current |
| qos2MapDSCPtoDSCP5 OBJECT-TYPE DSCP to DSCP map, DSCP5<0-63>. | 1.3.6.1.4.1.40418.7.100.27.1.3.5 | INTEGER | read-create | current |
| qos2MapDSCPtoDSCP6 OBJECT-TYPE DSCP to DSCP map, DSCP6<0-63>. | 1.3.6.1.4.1.40418.7.100.27.1.3.6 | INTEGER | read-create | current |
| qos2MapDSCPtoDSCP7 OBJECT-TYPE DSCP to DSCP map, DSCP7<0-63>. | 1.3.6.1.4.1.40418.7.100.27.1.3.7 | INTEGER | read-create | current |
| qos2MapDSCPtoDSCP8 OBJECT-TYPE DSCP to DSCP map, DSCP8<0-63>. | 1.3.6.1.4.1.40418.7.100.27.1.3.8 | INTEGER | read-create | current |
| qos2MapDSCPtoDSCPoutDSCP OBJECT-TYPE DSCP to DSCP map, outDSCP<0-63>. | 1.3.6.1.4.1.40418.7.100.27.1.3.9 | INTEGER | read-create | current |
| qos2MapDSCPtoDSCPStatus OBJECT-TYPE Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry. | 1.3.6.1.4.1.40418.7.100.27.1.3.10 | INTEGER {active(1), destroy(2)} | read-create | current |
| qos2MapDSCPtoIntp OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.27.1.4 | |||
| qos2MapDSCPtoIntp1 OBJECT-TYPE DSCP to Intp map, DSCP1<0-63>. | 1.3.6.1.4.1.40418.7.100.27.1.4.1 | INTEGER | read-create | current |
| qos2MapDSCPtoIntp2 OBJECT-TYPE DSCP to Intp map, DSCP2<0-63>. | 1.3.6.1.4.1.40418.7.100.27.1.4.2 | INTEGER | read-create | current |
| qos2MapDSCPtoIntp3 OBJECT-TYPE DSCP to Intp map, DSCP3<0-63>. | 1.3.6.1.4.1.40418.7.100.27.1.4.3 | INTEGER | read-create | current |
| qos2MapDSCPtoIntp4 OBJECT-TYPE DSCP to Intp map, DSCP4<0-63>. | 1.3.6.1.4.1.40418.7.100.27.1.4.4 | INTEGER | read-create | current |
| qos2MapDSCPtoIntp5 OBJECT-TYPE DSCP to Intp map, DSCP5<0-63>. | 1.3.6.1.4.1.40418.7.100.27.1.4.5 | INTEGER | read-create | current |
| qos2MapDSCPtoIntp6 OBJECT-TYPE DSCP to Intp map, DSCP6<0-63>. | 1.3.6.1.4.1.40418.7.100.27.1.4.6 | INTEGER | read-create | current |
| qos2MapDSCPtoIntp7 OBJECT-TYPE DSCP to Intp map, DSCP7<0-63>. | 1.3.6.1.4.1.40418.7.100.27.1.4.7 | INTEGER | read-create | current |
| qos2MapDSCPtoIntp8 OBJECT-TYPE DSCP to Intp map, DSCP8<0-63>. | 1.3.6.1.4.1.40418.7.100.27.1.4.8 | INTEGER | read-create | current |
| qos2MapDSCPtoIntpIntPriovalue OBJECT-TYPE DSCP to Intp map, IntPrio value<0-7>. | 1.3.6.1.4.1.40418.7.100.27.1.4.9 | INTEGER | read-create | current |
| qos2MapDSCPtoIntpStatus OBJECT-TYPE Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry. | 1.3.6.1.4.1.40418.7.100.27.1.4.10 | INTEGER {active(1), destroy(2)} | read-create | current |
| qos2MapDSCPtoDP OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.27.1.5 | |||
| qos2MapDSCPtoDP1 OBJECT-TYPE DSCP to DP map, DSCP1<0-63>. | 1.3.6.1.4.1.40418.7.100.27.1.5.1 | INTEGER | read-create | current |
| qos2MapDSCPtoDP2 OBJECT-TYPE DSCP to DP map, DSCP2<0-63>. | 1.3.6.1.4.1.40418.7.100.27.1.5.2 | INTEGER | read-create | current |
| qos2MapDSCPtoDP3 OBJECT-TYPE DSCP to DP map, DSCP3<0-63>. | 1.3.6.1.4.1.40418.7.100.27.1.5.3 | INTEGER | read-create | current |
| qos2MapDSCPtoDP4 OBJECT-TYPE DSCP to DP map, DSCP4<0-63>. | 1.3.6.1.4.1.40418.7.100.27.1.5.4 | INTEGER | read-create | current |
| qos2MapDSCPtoDP5 OBJECT-TYPE DSCP to DP map, DSCP5<0-63>. | 1.3.6.1.4.1.40418.7.100.27.1.5.5 | INTEGER | read-create | current |
| qos2MapDSCPtoDP6 OBJECT-TYPE DSCP to DP map, DSCP6<0-63>. | 1.3.6.1.4.1.40418.7.100.27.1.5.6 | INTEGER | read-create | current |
| qos2MapDSCPtoDP7 OBJECT-TYPE DSCP to DP map, DSCP7<0-63>. | 1.3.6.1.4.1.40418.7.100.27.1.5.7 | INTEGER | read-create | current |
| qos2MapDSCPtoDP8 OBJECT-TYPE DSCP to DP map, DSCP8<0-63>. | 1.3.6.1.4.1.40418.7.100.27.1.5.8 | INTEGER | read-create | current |
| qos2MapDSCPtoDPvalue OBJECT-TYPE DSCP to DP map, Drop Precedence value<0-2>. | 1.3.6.1.4.1.40418.7.100.27.1.5.9 | INTEGER | read-create | current |
| qos2MapDSCPtoDPStatus OBJECT-TYPE Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry. | 1.3.6.1.4.1.40418.7.100.27.1.5.10 | INTEGER {active(1), destroy(2)} | read-create | current |
| qos2MapExptoIntp OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.27.1.6 | |||
| qos2MapExptoIntp1 OBJECT-TYPE EXP to Intp map, IntPrio1 value<0-7>. | 1.3.6.1.4.1.40418.7.100.27.1.6.1 | INTEGER | read-create | current |
| qos2MapExptoIntp2 OBJECT-TYPE EXP to Intp map, IntPrio2 value<0-7>. | 1.3.6.1.4.1.40418.7.100.27.1.6.2 | INTEGER | read-create | current |
| qos2MapExptoIntp3 OBJECT-TYPE EXP to Intp map, IntPrio3 value<0-7>. | 1.3.6.1.4.1.40418.7.100.27.1.6.3 | INTEGER | read-create | current |
| qos2MapExptoIntp4 OBJECT-TYPE EXP to Intp map, IntPrio4 value<0-7>. | 1.3.6.1.4.1.40418.7.100.27.1.6.4 | INTEGER | read-create | current |
| qos2MapExptoIntp5 OBJECT-TYPE EXP to Intp map, IntPrio5 value<0-7>. | 1.3.6.1.4.1.40418.7.100.27.1.6.5 | INTEGER | read-create | current |
| qos2MapExptoIntp6 OBJECT-TYPE EXP to Intp map, IntPrio6 value<0-7>. | 1.3.6.1.4.1.40418.7.100.27.1.6.6 | INTEGER | read-create | current |
| qos2MapExptoIntp7 OBJECT-TYPE EXP to Intp map, IntPrio7 value<0-7>. | 1.3.6.1.4.1.40418.7.100.27.1.6.7 | INTEGER | read-create | current |
| qos2MapExptoIntp8 OBJECT-TYPE EXP to Intp map, IntPrio8 value<0-7>. | 1.3.6.1.4.1.40418.7.100.27.1.6.8 | INTEGER | read-create | current |
| qos2MapExptoIntpStatus OBJECT-TYPE Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry. | 1.3.6.1.4.1.40418.7.100.27.1.6.9 | INTEGER {active(1), destroy(2)} | read-create | current |
| qos2MapExptoDP OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.27.1.7 | |||
| qos2MapExptoDP1 OBJECT-TYPE EXP to DP map, Drop Precedence value<0-2>. | 1.3.6.1.4.1.40418.7.100.27.1.7.1 | INTEGER | read-create | current |
| qos2MapExptoDP2 OBJECT-TYPE EXP to DP map, Drop Precedence value<0-2>. | 1.3.6.1.4.1.40418.7.100.27.1.7.2 | INTEGER | read-create | current |
| qos2MapExptoDP3 OBJECT-TYPE EXP to DP map, Drop Precedence value<0-2>. | 1.3.6.1.4.1.40418.7.100.27.1.7.3 | INTEGER | read-create | current |
| qos2MapExptoDP4 OBJECT-TYPE EXP to DP map, Drop Precedence value<0-2>. | 1.3.6.1.4.1.40418.7.100.27.1.7.4 | INTEGER | read-create | current |
| qos2MapExptoDP5 OBJECT-TYPE EXP to DP map, Drop Precedence value<0-2>. | 1.3.6.1.4.1.40418.7.100.27.1.7.5 | INTEGER | read-create | current |
| qos2MapExptoDP6 OBJECT-TYPE EXP to DP map, Drop Precedence value<0-2>. | 1.3.6.1.4.1.40418.7.100.27.1.7.6 | INTEGER | read-create | current |
| qos2MapExptoDP7 OBJECT-TYPE EXP to DP map, Drop Precedence value<0-2>. | 1.3.6.1.4.1.40418.7.100.27.1.7.7 | INTEGER | read-create | current |
| qos2MapExptoDP8 OBJECT-TYPE EXP to DP map, Drop Precedence value<0-2>. | 1.3.6.1.4.1.40418.7.100.27.1.7.8 | INTEGER | read-create | current |
| qos2MapExptoDPStatus OBJECT-TYPE Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry. | 1.3.6.1.4.1.40418.7.100.27.1.7.9 | INTEGER {active(1), destroy(2)} | read-create | current |
| qos2MapIntptoDSCP OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.27.1.8 | |||
| qos2MapIntptoDSCP1 OBJECT-TYPE Intp to DSCP map, IntPrio value<0-7>. | 1.3.6.1.4.1.40418.7.100.27.1.8.1 | INTEGER | read-create | current |
| qos2MapIntptoDSCP2 OBJECT-TYPE Intp to DSCP map, IntPrio value<0-7>. | 1.3.6.1.4.1.40418.7.100.27.1.8.2 | INTEGER | read-create | current |
| qos2MapIntptoDSCP3 OBJECT-TYPE Intp to DSCP map, IntPrio value<0-7>. | 1.3.6.1.4.1.40418.7.100.27.1.8.3 | INTEGER | read-create | current |
| qos2MapIntptoDSCP4 OBJECT-TYPE Intp to DSCP map, IntPrio value<0-7>. | 1.3.6.1.4.1.40418.7.100.27.1.8.4 | INTEGER | read-create | current |
| qos2MapIntptoDSCP5 OBJECT-TYPE Intp to DSCP map, IntPrio value<0-7>. | 1.3.6.1.4.1.40418.7.100.27.1.8.5 | INTEGER | read-create | current |
| qos2MapIntptoDSCP6 OBJECT-TYPE Intp to DSCP map, IntPrio value<0-7>. | 1.3.6.1.4.1.40418.7.100.27.1.8.6 | INTEGER | read-create | current |
| qos2MapIntptoDSCP7 OBJECT-TYPE Intp to DSCP map, IntPrio value<0-7>. | 1.3.6.1.4.1.40418.7.100.27.1.8.7 | INTEGER | read-create | current |
| qos2MapIntptoDSCP8 OBJECT-TYPE Intp to DSCP map, IntPrio value<0-7>. | 1.3.6.1.4.1.40418.7.100.27.1.8.8 | INTEGER | read-create | current |
| qos2MapIntptoDSCPStatus OBJECT-TYPE Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry. | 1.3.6.1.4.1.40418.7.100.27.1.8.9 | INTEGER {active(1), destroy(2)} | read-create | current |
| qos2MapIntptoEXP OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.27.1.10 | |||
| qos2MapIntptoEXP1 OBJECT-TYPE Intp to EXP map, EXP value<0-7>. | 1.3.6.1.4.1.40418.7.100.27.1.10.1 | INTEGER | read-create | current |
| qos2MapIntptoEXP2 OBJECT-TYPE Intp to EXP map, EXP value<0-7>. | 1.3.6.1.4.1.40418.7.100.27.1.10.2 | INTEGER | read-create | current |
| qos2MapIntptoEXP3 OBJECT-TYPE Intp to EXP map, EXP value<0-7>. | 1.3.6.1.4.1.40418.7.100.27.1.10.3 | INTEGER | read-create | current |
| qos2MapIntptoEXP4 OBJECT-TYPE Intp to EXP map, EXP value<0-7>. | 1.3.6.1.4.1.40418.7.100.27.1.10.4 | INTEGER | read-create | current |
| qos2MapIntptoEXP5 OBJECT-TYPE Intp to EXP map, EXP value<0-7>. | 1.3.6.1.4.1.40418.7.100.27.1.10.5 | INTEGER | read-create | current |
| qos2MapIntptoEXP6 OBJECT-TYPE Intp to EXP map, EXP value<0-7>. | 1.3.6.1.4.1.40418.7.100.27.1.10.6 | INTEGER | read-create | current |
| qos2MapIntptoEXP7 OBJECT-TYPE Intp to EXP map, EXP value<0-7>. | 1.3.6.1.4.1.40418.7.100.27.1.10.7 | INTEGER | read-create | current |
| qos2MapIntptoEXP8 OBJECT-TYPE Intp to EXP map, EXP value<0-7>. | 1.3.6.1.4.1.40418.7.100.27.1.10.8 | INTEGER | read-create | current |
| qos2MapIntptoEXPStatus OBJECT-TYPE Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry. | 1.3.6.1.4.1.40418.7.100.27.1.10.9 | INTEGER {active(1), destroy(2)} | read-create | current |
| qos2AggregatePolicy OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.27.1.11 | |||
| qos2AggPolicyName OBJECT-TYPE Aggregate policy name<1-64>. | 1.3.6.1.4.1.40418.7.100.27.1.11.1 | DisplayString (SIZE(1..64)) | read-create | current |
| qos2AggPolicyCIRKbps OBJECT-TYPE CIR(Committed Information Rate) Kbits per second <1-10000000>. | 1.3.6.1.4.1.40418.7.100.27.1.11.2 | INTEGER | read-create | current |
| qos2AggPolicyCBSKbps OBJECT-TYPE CBS(Committed Burst Size) Kbits per second <1-1000000>. | 1.3.6.1.4.1.40418.7.100.27.1.11.3 | INTEGER | read-create | current |
| qos2AggPolicyPBSKbps OBJECT-TYPE PBS(Peak Burst Size) Kbits per second <1-1000000>. | 1.3.6.1.4.1.40418.7.100.27.1.11.4 | INTEGER | read-create | current |
| qos2AggPolicyPIRKbps OBJECT-TYPE PIR(Peak Information Rate) Kbits per second <1-10000000>. | 1.3.6.1.4.1.40418.7.100.27.1.11.5 | INTEGER | read-create | current |
| qos2AggPolicyConformAction OBJECT-TYPE conform-action transmit means send packets without any change when specified speed is not exceeded; conform-action drop means drop packets when specified speed is not exceeded; conform-action set-dscp-transmit specifies to mark down packet DSCP value according to policed-dscp mapping when specified speed is not exceeded; conform-action set-prec-transmit specifies to mark down packet TOS value according to policed-dscp mapping when specified speed is not exceeded. . | 1.3.6.1.4.1.40418.7.100.27.1.11.6 | INTEGER {transmit(0), drop(1), set-dscp-transmit(2), set-prec-transmit(3), set-cos-transmit(4), set-drop-precedence(5), set-internal-priority(6)} | read-create | current |
| qos2AggPolicyConformActionChangeValue OBJECT-TYPE If conform-action is set-dscp-transmit(2),the value is between 0-63; If conform-action is set-prec-transmit(3),the value is between 0-7; If conform-action is set-cos-transmit(4),the value is between 0-7; If conform-action is set-drop-precedence(5),the value is between 0-2; If conform-action is set-internal-priority(6),the value is between 0-7; | 1.3.6.1.4.1.40418.7.100.27.1.11.7 | INTEGER | read-create | current |
| qos2AggPolicyExceedAction OBJECT-TYPE conform-action transmit means send packets without any change when specified speed is not exceeded; conform-action drop means drop packets when specified speed is not exceeded; conform-action set-dscp-transmit specifies to mark down packet DSCP value according to policed-dscp mapping when specified speed is not exceeded; conform-action set-prec-transmit specifies to mark down packet TOS value according to policed-dscp mapping when specified speed is not exceeded. . | 1.3.6.1.4.1.40418.7.100.27.1.11.8 | INTEGER {transmit(0), drop(1), set-dscp-transmit(2), set-prec-transmit(3), set-cos-transmit(4), set-drop-precedence(5), set-internal-priority(6)} | read-create | current |
| qos2AggPolicyExceedActionChangeValue OBJECT-TYPE If conform-action is set-dscp-transmit(2),the value is between 0-63; If conform-action is set-prec-transmit(3),the value is between 0-7; If conform-action is set-cos-transmit(4),the value is between 0-7; If conform-action is set-drop-precedence(5),the value is between 0-2; If conform-action is set-internal-priority(6),the value is between 0-7; | 1.3.6.1.4.1.40418.7.100.27.1.11.9 | INTEGER | read-create | current |
| qos2AggPolicyViolateAction OBJECT-TYPE conform-action transmit means send packets without any change when specified speed is not exceeded; conform-action drop means drop packets when specified speed is not exceeded; conform-action set-dscp-transmit specifies to mark down packet DSCP value according to policed-dscp mapping when specified speed is not exceeded; conform-action set-prec-transmit specifies to mark down packet TOS value according to policed-dscp mapping when specified speed is not exceeded. . | 1.3.6.1.4.1.40418.7.100.27.1.11.10 | INTEGER {transmit(0), drop(1), set-dscp-transmit(2), set-prec-transmit(3), set-cos-transmit(4), set-drop-precedence(5), set-internal-priority(6)} | read-create | current |
| qos2AggPolicyViolateActionChangeValue OBJECT-TYPE If conform-action is set-dscp-transmit(2),the value is between 0-63; If conform-action is set-prec-transmit(3),the value is between 0-7; If conform-action is set-cos-transmit(4),the value is between 0-7; If conform-action is set-drop-precedence(5),the value is between 0-2; If conform-action is set-internal-priority(6),the value is between 0-7; | 1.3.6.1.4.1.40418.7.100.27.1.11.11 | INTEGER | read-create | current |
| qos2AggPolicyStatus OBJECT-TYPE Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry. | 1.3.6.1.4.1.40418.7.100.27.1.11.12 | INTEGER {active(1), destroy(2)} | read-create | current |
| qos2ServicePolicyTable OBJECT-TYPE QoS service policy table. | 1.3.6.1.4.1.40418.7.100.27.1.12 | not-accessible | current | |
| qos2ServicePolicyEntry OBJECT-TYPE QoS service policy table. | 1.3.6.1.4.1.40418.7.100.27.1.12.1 | not-accessible | current | |
| qos2PolicyMapName OBJECT-TYPE Policy map name<1-64>. | 1.3.6.1.4.1.40418.7.100.27.1.12.1.1 | DisplayString (SIZE(1..64)) | read-only | current |
| qos2ServicePolicyVlanList OBJECT-TYPE Vlan list. | 1.3.6.1.4.1.40418.7.100.27.1.12.1.2 | DisplayString | read-only | current |
| qos2ServicePolicyStatus OBJECT-TYPE Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry. | 1.3.6.1.4.1.40418.7.100.27.1.12.1.3 | INTEGER {active(1), destroy(2)} | read-create | current |
| qos2PortTable OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.27.1.13 | |||
| qos2PortIndex OBJECT-TYPE port Index | 1.3.6.1.4.1.40418.7.100.27.1.13.1 | INTEGER (1..10000) | read-create | current |
| qos2PortType OBJECT-TYPE the relation between qosPortType and CLI: 0 mls qos trust {cos |dscp }; 1 mls qos cos {<default-cos>}; 2 service-policy input WORD; 3 mls qos queue {<queue id>} bandwidth {<MinBandwidth> <MaxBandwidth>}; 4 mls qos queue algorithm {sp |wdrr |wrr }; 5 mls qos queue wdrr weight {<Queue1 bandwidth> <Queue2 bandwidth> <Queue3 bandwidth> <Queue4 bandwidth> <Queue5 bandwidth> <Queue6 bandwidth> <Queue7 bandwidth> <Queue8 bandwidth>}; 6 mls qos queue wrr weight {<Queue1 weight> <Queue2 weight> <Queue3 weight> <Queue4 weight> <Queue5 weight> <Queue6 weight> <Queue7 weight> <Queue8 weight>}. According to the relation,when configurate qos with snmp,first set the qosPortType to the correct value to select CLI, then set next CLI parameter.Fox example,set qos default cos is 5, first set qosPortType=1 ,then set qosPortCos to 5, finally setting qosPortStatus to 1, trigger snmp-cache works. | 1.3.6.1.4.1.40418.7.100.27.1.13.2 | INTEGER {trust(0), cos(1), policy(2), queueAndBandwidth(3), queueAndAlgorithm(4), queueAndWdrr(5), queueAndWrr(6)} | read-create | current |
| qos2PortCos OBJECT-TYPE port default cos value | 1.3.6.1.4.1.40418.7.100.27.1.13.3 | INTEGER (0..7) | read-create | current |
| qos2PortTrust OBJECT-TYPE Configure port trust. cos(0),mls qos trust cos; dscp(1),mls qos trust dscp. | 1.3.6.1.4.1.40418.7.100.27.1.13.4 | INTEGER {cos(0), dscp(1)} | read-create | current |
| qos2PortPolicy OBJECT-TYPE The corresponding CLI:service-policy input WORD. | 1.3.6.1.4.1.40418.7.100.27.1.13.5 | DisplayString | read-create | current |
| qos2PortQueueBandwidth OBJECT-TYPE The corresponding CLI:mls qos queue {<queue id>} bandwidth {<MinBandwidth> <MaxBandwidth>}. | 1.3.6.1.4.1.40418.7.100.27.1.13.6 | DisplayString | read-create | current |
| qos2PortQueueAlgorithm OBJECT-TYPE The corresponding CLI:mls qos queue algorithm {sp |wdrr |wrr }. | 1.3.6.1.4.1.40418.7.100.27.1.13.7 | INTEGER {sp(0), wdrr(1), wrr(2)} | read-create | current |
| qos2PortQueueWdrr OBJECT-TYPE The corresponding CLI:mls qos queue wdrr weight {<Queue1 bandwidth> <Queue2 bandwidth> <Queue3 bandwidth> <Queue4 bandwidth> <Queue5 bandwidth> <Queue6 bandwidth> <Queue7 bandwidth> <Queue8 bandwidth>}. | 1.3.6.1.4.1.40418.7.100.27.1.13.8 | DisplayString | read-create | current |
| qos2PortQueueWrr OBJECT-TYPE The corresponding CLI:mls qos queue wrr weight {<Queue1 weight> <Queue2 weight> <Queue3 weight> <Queue4 weight> <Queue5 weight> <Queue6 weight> <Queue7 weight> <Queue8 weight>}. | 1.3.6.1.4.1.40418.7.100.27.1.13.9 | DisplayString | read-create | current |
| qos2PortStatus OBJECT-TYPE Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry. | 1.3.6.1.4.1.40418.7.100.27.1.13.10 | INTEGER {active(1), destroy(2)} | read-create | current |
| qos2ClassMapTable OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.27.1.14 | |||
| qos2ClassMapName OBJECT-TYPE classmap name | 1.3.6.1.4.1.40418.7.100.27.1.14.1 | DisplayString (SIZE(1..64)) | read-create | current |
| qos2ClassMapType OBJECT-TYPE 0 class-map <class-map-name>,index is classmapname; 1 match access-group <acl-index-or-name>,need qos2ClassMapAccessGroup cooperation; 2 match ip dscp <dscp-list>,need qos2ClassMapDscp cooperation; 3 match ip precedence <ip-precedence-list>,need qos2ClassMapIpPre cooperation; 4 match vlan <vlan-list>,need qos2ClassMapVlan cooperation; 5 match ipv6 dscp <dscp-list>,need qos2ClassMapV6Dscp cooperation; 7 match ipv6 flowlabel,need qos2ClassMapV6Flow cooperation; 8 match ipv6 access-group,need qos2ClassMapV6AccGroup cooperation; 9 match cos,need qos2ClassCos cooperation; 10 match exp <exp-list>,need qos2ClassMapExp cooperation. | 1.3.6.1.4.1.40418.7.100.27.1.14.2 | INTEGER {configurClassMap(0), accessGroup(1), dscp(2), ippre(3), vlan(4), v6dscp(5), v6Flow(7), v6AccessGroup(8), cos(9), exp(10)} | read-create | current |
| qos2ClassMapAccessGroup OBJECT-TYPE Match specify access-group (name or number). This object be configured only if qosClassMapType in the same row is accessGroup(1). | 1.3.6.1.4.1.40418.7.100.27.1.14.3 | DisplayString | read-create | current |
| qos2ClassMapDscp OBJECT-TYPE Match specify Dscp. This object be configured only if qosClassMapType in the same row is dscp(2). | 1.3.6.1.4.1.40418.7.100.27.1.14.4 | DisplayString | read-create | current |
| qos2ClassMapV6Dscp OBJECT-TYPE Match specify ipv6 Dscp. This object be configured only if qosClassMapType in the same row is v6dscp(5). | 1.3.6.1.4.1.40418.7.100.27.1.14.5 | DisplayString | read-create | current |
| qos2ClassMapIpPre OBJECT-TYPE Match specify Ip Precedence. This object be configured only if qosClassMapType in the same row is ippre(3). | 1.3.6.1.4.1.40418.7.100.27.1.14.6 | DisplayString | read-create | current |
| qos2ClassMapV6AccGroup OBJECT-TYPE Match specify Ipv6 Access-Group. This object be configured only if qosClassMapType in the same row is v6AccessGroup(8). | 1.3.6.1.4.1.40418.7.100.27.1.14.7 | DisplayString | read-create | current |
| qos2ClassMapV6Flow OBJECT-TYPE Match specify Ipv6 Flowlabel. This object be configured only if qosClassMapType in the same row is v6Flow(6). | 1.3.6.1.4.1.40418.7.100.27.1.14.8 | DisplayString | read-create | current |
| qos2ClassMapVlan OBJECT-TYPE Match specify Vlan list . At most 8 vlan id. This object be configured only if qosClassMapType in the same row is vlan(4). | 1.3.6.1.4.1.40418.7.100.27.1.14.9 | DisplayString | read-create | current |
| qos2ClassMapCos OBJECT-TYPE Match specify Cos . This object be configured only if qosClassMapType in the same row is cos(9). | 1.3.6.1.4.1.40418.7.100.27.1.14.10 | DisplayString | read-create | current |
| qos2ClassMapExp OBJECT-TYPE Match specify MPLS EXP. This object be configured only if qosClassMapType in the same row is Exp(10). | 1.3.6.1.4.1.40418.7.100.27.1.14.11 | DisplayString | read-create | current |
| qos2ClassMapStatus OBJECT-TYPE Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry. | 1.3.6.1.4.1.40418.7.100.27.1.14.12 | INTEGER {active(1), destroy(2)} | read-create | current |
| qos2PolicyTable OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.27.1.15 | |||
| qos2PolicyName OBJECT-TYPE QoS Policy name | 1.3.6.1.4.1.40418.7.100.27.1.15.1 | DisplayString (SIZE(1..64)) | read-create | current |
| qos2PolicyClassMap OBJECT-TYPE Specify the classmap name.After a policy map is created, it can be associated to a class. So, if you want the class map to match the policy map,please setting the qosPolicyType to 1,and then setting the qosPolicyStatus to 1 . | 1.3.6.1.4.1.40418.7.100.27.1.15.2 | DisplayString (SIZE(1..64)) | read-create | current |
| qos2PolicyInsertClassMap OBJECT-TYPE Specify the position of classmap name. | 1.3.6.1.4.1.40418.7.100.27.1.15.3 | DisplayString (SIZE(1..64)) | read-create | current |
| qos2PolicyType OBJECT-TYPE the relation between qosPolicyType and CLI: 0 policy-map <policy-map-name>; 1 class <class-map-name>; 2 policy <bits_per_second> <normal_burst_bytes> [pir <peak_rate_bps>] | <maximum_burst_bytes> [{conform-action ACTION | exceed-action ACTION | violate-action ACTION }]; 3 policy aggregate <aggregate-policer-name>; 4 accounting. | 1.3.6.1.4.1.40418.7.100.27.1.15.4 | INTEGER {policymap(0), matchclassmap(1), threeColor(2), aggregatePolicer(3), accounting(4)} | read-create | current |
| qos2PolicyCIRKbps OBJECT-TYPE CIR(Committed Information Rate) Kbits per second <1-10000000>. | 1.3.6.1.4.1.40418.7.100.27.1.15.5 | INTEGER (1..10000000) | read-create | current |
| qos2PolicyCBSKbps OBJECT-TYPE CBS(Committed Burst Size) Kbits per second <1-1000000>. | 1.3.6.1.4.1.40418.7.100.27.1.15.6 | INTEGER (1..1000000) | read-create | current |
| qos2PolicyPBSKbps OBJECT-TYPE PBS(Peak Burst Size) Kbits per second <1-1000000>. | 1.3.6.1.4.1.40418.7.100.27.1.15.7 | INTEGER (1..1000000) | read-create | current |
| qos2PolicyPIRKbps OBJECT-TYPE PIR(Peak Information Rate) Kbits per second <1-10000000>. | 1.3.6.1.4.1.40418.7.100.27.1.15.8 | INTEGER (1..10000000) | read-create | current |
| qos2PolicyConformActionChange OBJECT-TYPE transmit(0): means send packets without any change; drop(1): means drop packets; set-dscp-transmit(2): send packets and remark dscp value; set-prec-transmit(3): send packets and remark ip-precedence value; set-cos-transmit(4): send packets and remark cos value; set-internal-priority(5):send packets and remark internal-priority value ; set-drop-Precedence(6): send packets and remark drop-precedence value. | 1.3.6.1.4.1.40418.7.100.27.1.15.9 | INTEGER {transmit(0), drop(1), set-dscp-transmit(2), set-prec-transmit(3), set-cos-transmit(4), set-internal-priority(5), set-drop-Precedence(6)} | read-create | current |
| qos2PolicyConformActionChangeValue OBJECT-TYPE If action is set-dscp-transmit(2),the value is between 0-63; else if action is set-prec-transmit(3),the value is between 0-7; else if action is set-cos-transmit(4),the value is between 0-7; else if action is set-internal-priority(5),the value is between 0-7; else if action is set-drop-Precedence(6),the value is between 0-2. | 1.3.6.1.4.1.40418.7.100.27.1.15.10 | INTEGER (0..63) | read-create | current |
| qos2PolicyExceedActionChange OBJECT-TYPE transmit(0): means send packets without any change; drop(1): means drop packets; set-dscp-transmit(2): send packets and remark dscp value; set-prec-transmit(3): send packets and remark ip-precedence value; set-cos-transmit(4): send packets and remark cos value; set-internal-priority(5):send packets and remark internal-priority value ; set-drop-Precedence(6): send packets and remark drop-precedence value. | 1.3.6.1.4.1.40418.7.100.27.1.15.11 | INTEGER {transmit(0), drop(1), set-dscp-transmit(2), set-prec-transmit(3), set-cos-transmit(4), set-internal-priority(5), set-drop-Precedence(6)} | read-create | current |
| qos2PolicyExceedActionChangeValue OBJECT-TYPE If action is set-dscp-transmit(2),the value is between 0-63; else if action is set-prec-transmit(3),the value is between 0-7; else if action is set-cos-transmit(4),the value is between 0-7; else if action is set-internal-priority(5),the value is between 0-7; else if action is set-drop-Precedence(6),the value is between 0-2. | 1.3.6.1.4.1.40418.7.100.27.1.15.12 | INTEGER (0..63) | read-create | current |
| qos2PolicyViolateActionChange OBJECT-TYPE transmit(0): means send packets without any change; drop(1): means drop packets; set-dscp-transmit(2): send packets and remark dscp value; set-prec-transmit(3): send packets and remark ip-precedence value; set-cos-transmit(4): send packets and remark cos value; set-internal-priority(5):send packets and remark internal-priority value ; set-drop-Precedence(6): send packets and remark drop-precedence value. | 1.3.6.1.4.1.40418.7.100.27.1.15.13 | INTEGER {transmit(0), drop(1), set-dscp-transmit(2), set-prec-transmit(3), set-cos-transmit(4), set-internal-priority(5), set-drop-Precedence(6)} | read-create | current |
| qos2PolicyViolateActionChangeValue OBJECT-TYPE If action is set-dscp-transmit(2),the value is between 0-63; else if action is set-prec-transmit(3),the value is between 0-7; else if action is set-cos-transmit(4),the value is between 0-7; else if action is set-internal-priority(5),the value is between 0-7; else if action is set-drop-Precedence(6),the value is between 0-2. | 1.3.6.1.4.1.40418.7.100.27.1.15.14 | INTEGER (0..63) | read-create | current |
| qos2PolicyAggregatePolicer OBJECT-TYPE aggregate-policer-name. This object be configured only if qosPolicyType in the same row is aggregatePolicer(3). | 1.3.6.1.4.1.40418.7.100.27.1.15.15 | DisplayString | read-create | current |
| qos2PolicyStatus OBJECT-TYPE Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry. | 1.3.6.1.4.1.40418.7.100.27.1.15.16 | INTEGER {active(1), destroy(2)} | read-create | current |
| qos2SetTable OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.27.1.16 | |||
| qos2SetPolicyMapName OBJECT-TYPE QoS Policy name. | 1.3.6.1.4.1.40418.7.100.27.1.16.1 | DisplayString (SIZE(1..32)) | read-create | current |
| qos2SetClassMapName OBJECT-TYPE QoS class map name. | 1.3.6.1.4.1.40418.7.100.27.1.16.2 | DisplayString (SIZE(1..32)) | read-create | current |
| qos2SetType OBJECT-TYPE qos2SetType range:1,2,3,4,5,6 1 dscp Set IP DSCP (DiffServ CodePoints); 2 precedence Set IP precedence; 3 internal-priority Set internal-priority; 4 drop-precedence Set drop-precedence; 5 nexthop Set IP nexthop; 6 v6nextHop Set IPv6 nexthop; 7 cos Set CoS . | 1.3.6.1.4.1.40418.7.100.27.1.16.3 | INTEGER {dscp(1), precedence(2), internal-priority(3), drop-precedence(4), nextHop(5), v6nextHop(6), cos(7)} | read-create | current |
| qos2SetDscp OBJECT-TYPE remark dscp for the classified flow. | 1.3.6.1.4.1.40418.7.100.27.1.16.4 | INTEGER (0..63) | read-create | current |
| qos2SetPrecedence OBJECT-TYPE remark ip precedence for classified flow. | 1.3.6.1.4.1.40418.7.100.27.1.16.5 | INTEGER (0..7) | read-create | current |
| qos2SetInternalPriority OBJECT-TYPE remark internal priority for classified flow. | 1.3.6.1.4.1.40418.7.100.27.1.16.6 | INTEGER (0..7) | read-create | current |
| qos2SetDropPrecedence OBJECT-TYPE remark drop precedence for classified flow. | 1.3.6.1.4.1.40418.7.100.27.1.16.7 | INTEGER (0..2) | read-create | current |
| qos2SetDefaultPBR OBJECT-TYPE 0:no set default PBR for classified flow; 1:set default PBR for classified flow. | 1.3.6.1.4.1.40418.7.100.27.1.16.8 | INTEGER (0..1) | read-create | current |
| qos2SetVrf OBJECT-TYPE set vrf value for classified flow. | 1.3.6.1.4.1.40418.7.100.27.1.16.9 | INTEGER (0..252) | read-create | current |
| qos2SetnextHop OBJECT-TYPE set nexthop for classified flow. | 1.3.6.1.4.1.40418.7.100.27.1.16.10 | IpAddress | read-create | current |
| qos2Setv6nextHop OBJECT-TYPE set IPv6 nexthop for classified flow | 1.3.6.1.4.1.40418.7.100.27.1.16.11 | DisplayString | read-create | current |
| qos2SetCos OBJECT-TYPE remark cos for classified flow | 1.3.6.1.4.1.40418.7.100.27.1.16.12 | INTEGER (0..7) | read-create | current |
| qos2SetStatus OBJECT-TYPE Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry. | 1.3.6.1.4.1.40418.7.100.27.1.16.13 | INTEGER {active(1), destroy(2)} | read-create | current |
| dot1xMgt OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.28 | |||
| mabOnlineUserTable OBJECT-TYPE Show the information of MAB users. | 1.3.6.1.4.1.40418.7.100.28.1 | not-accessible | current | |
| mabOnlineUserEntry OBJECT-TYPE | 1.3.6.1.4.1.40418.7.100.28.1.1 | not-accessible | current | |
| mabOnlineUserIndex OBJECT-TYPE The index of MAB user. | 1.3.6.1.4.1.40418.7.100.28.1.1.1 | INTEGER | not-accessible | current |
| mabOnlineUserMac OBJECT-TYPE The mac of MAB user. | 1.3.6.1.4.1.40418.7.100.28.1.1.2 | DisplayString (SIZE(17)) | read-only | current |
| mabOnlineUserName OBJECT-TYPE The username of MAB user. | 1.3.6.1.4.1.40418.7.100.28.1.1.3 | DisplayString (SIZE(1..32)) | read-only | current |
| mabOnlineUserPort OBJECT-TYPE The port for MAB user. | 1.3.6.1.4.1.40418.7.100.28.1.1.4 | DisplayString (SIZE(1..14)) | read-only | current |
| mabOnlineUserState OBJECT-TYPE The state of MAB user. | 1.3.6.1.4.1.40418.7.100.28.1.1.5 | DisplayString (SIZE(1..18)) | read-only | current |
| mabSetUserOffline OBJECT-TYPE The mac of user offline. | 1.3.6.1.4.1.40418.7.100.28.2 | DisplayString (SIZE(17)) | read-write | current |
| dot1xOnlineUserTable OBJECT-TYPE Show the information of dot1x users. | 1.3.6.1.4.1.40418.7.100.28.3 | not-accessible | current | |
| dot1xOnlineUserEntry OBJECT-TYPE | 1.3.6.1.4.1.40418.7.100.28.3.1 | not-accessible | current | |
| dot1xOnlineUserIndex OBJECT-TYPE The index of dot1x user. | 1.3.6.1.4.1.40418.7.100.28.3.1.1 | INTEGER | not-accessible | current |
| dot1xOnlineUserMac OBJECT-TYPE The mac of dot1x user. | 1.3.6.1.4.1.40418.7.100.28.3.1.2 | DisplayString (SIZE(17)) | read-only | current |
| dot1xOnlineUserName OBJECT-TYPE The name of dot1x user. | 1.3.6.1.4.1.40418.7.100.28.3.1.3 | DisplayString (SIZE(1..128)) | read-only | current |
| dot1xOnlineUserPort OBJECT-TYPE The port for dot1x user. | 1.3.6.1.4.1.40418.7.100.28.3.1.4 | DisplayString (SIZE(1..16)) | read-only | current |
| dot1xOnlineUserPortVlanid OBJECT-TYPE The vlan id of dot1x user. | 1.3.6.1.4.1.40418.7.100.28.3.1.5 | INTEGER | read-only | current |
| dot1xOnlineUserPortMethod OBJECT-TYPE The port method dot1x user. | 1.3.6.1.4.1.40418.7.100.28.3.1.6 | DisplayString (SIZE(1..20)) | read-only | current |
| dot1xOnlineUserPortControl OBJECT-TYPE The port control for dot1x user. | 1.3.6.1.4.1.40418.7.100.28.3.1.7 | DisplayString (SIZE(1..20)) | read-only | current |
| dot1xOnlineUserState OBJECT-TYPE The state of dot1x user. | 1.3.6.1.4.1.40418.7.100.28.3.1.8 | DisplayString (SIZE(1..16)) | read-only | current |
| dot1xSetUserOffline OBJECT-TYPE The mac of user offline. | 1.3.6.1.4.1.40418.7.100.28.4 | DisplayString (SIZE(17)) | read-write | current |
| portMacCountLimit OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.29 | |||
| portMacCountLimitTable OBJECT-TYPE The Port Mac Count Limit information table. | 1.3.6.1.4.1.40418.7.100.29.1 | not-accessible | current | |
| portMacCountLimitEntry OBJECT-TYPE The index of this table is port index. | 1.3.6.1.4.1.40418.7.100.29.1.1 | not-accessible | current | |
| portMacCountLimitPortIndex OBJECT-TYPE Port Index. | 1.3.6.1.4.1.40418.7.100.29.1.1.1 | INTEGER | read-only | current |
| portMacCountLimitConfigNum OBJECT-TYPE Configration of the maxmum dynamic mac can be learned on the port. | 1.3.6.1.4.1.40418.7.100.29.1.1.2 | INTEGER (1..4096) | read-create | current |
| portMacCountLimitCurNum OBJECT-TYPE The current number of the dynamic mac learned on the port. | 1.3.6.1.4.1.40418.7.100.29.1.1.3 | INTEGER | read-only | current |
| portMacCountLimitDisable OBJECT-TYPE The disable state of mac count limit on the port.the disable state can be set,but enable state is not | 1.3.6.1.4.1.40418.7.100.29.1.1.4 | INTEGER {not-disable(0), disable(1)} | read-create | current |
| portMacCountLimitViolationMode OBJECT-TYPE The violation mode of port mac count reach the threshold.The default mode is protect,if you want to disable violation mode,you can config protect mode. | 1.3.6.1.4.1.40418.7.100.29.1.1.5 | INTEGER {protect(1), shutdown(2), replace(4)} | read-create | current |
| portMacCountLimitShutRecoveryTime OBJECT-TYPE The recovery time of violation shutdown mode, the recovery time range is <5-3600>, the value 0 is to cancel recovery time, the value <1-4> is not allowed to config. | 1.3.6.1.4.1.40418.7.100.29.1.1.6 | INTEGER (0..3600) | read-create | current |
| ddm OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.30 | |||
| ddmTranscDiagnosisTable OBJECT-TYPE A list of ddm transceiver diagnosis information. | 1.3.6.1.4.1.40418.7.100.30.1 | not-accessible | current | |
| ddmTranscDiagnosisEntry OBJECT-TYPE entry for ddm transceiver diagnosis information. | 1.3.6.1.4.1.40418.7.100.30.1.1 | not-accessible | current | |
| ddmDiagnosisIfIndex OBJECT-TYPE interface NO. | 1.3.6.1.4.1.40418.7.100.30.1.1.1 | INTEGER | read-only | current |
| ddmDiagnosisTemperature OBJECT-TYPE current Temperature of the port,and the unit is C. | 1.3.6.1.4.1.40418.7.100.30.1.1.2 | DisplayString (SIZE(1..32)) | read-only | current |
| ddmDiagTempHighAlarmThreshold OBJECT-TYPE High alarm threshold of Temperature. | 1.3.6.1.4.1.40418.7.100.30.1.1.3 | DisplayString (SIZE(1..16)) | read-only | current |
| ddmDiagTempLowAlarmThreshold OBJECT-TYPE Low alarm threshold of Temperature. | 1.3.6.1.4.1.40418.7.100.30.1.1.4 | DisplayString (SIZE(1..16)) | read-only | current |
| ddmDiagTempHighWarnThreshold OBJECT-TYPE High warn threshold of Temperature. | 1.3.6.1.4.1.40418.7.100.30.1.1.5 | DisplayString (SIZE(1..16)) | read-only | current |
| ddmDiagTempLowWarnThreshold OBJECT-TYPE Low warn threshold of Temperature. | 1.3.6.1.4.1.40418.7.100.30.1.1.6 | DisplayString (SIZE(1..16)) | read-only | current |
| ddmDiagnosisVoltage OBJECT-TYPE voltage of the port,and the unit is V. | 1.3.6.1.4.1.40418.7.100.30.1.1.7 | DisplayString (SIZE(1..32)) | read-only | current |
| ddmDiagVoltHighAlarmThreshold OBJECT-TYPE High alarm threshold of Voltage. | 1.3.6.1.4.1.40418.7.100.30.1.1.8 | DisplayString (SIZE(1..16)) | read-only | current |
| ddmDiagVoltLowAlarmThreshold OBJECT-TYPE Low alarm threshold of Voltage. | 1.3.6.1.4.1.40418.7.100.30.1.1.9 | DisplayString (SIZE(1..16)) | read-only | current |
| ddmDiagVoltHighWarnThreshold OBJECT-TYPE High warn threshold of Voltage. | 1.3.6.1.4.1.40418.7.100.30.1.1.10 | DisplayString (SIZE(1..16)) | read-only | current |
| ddmDiagVoltLowWarnThreshold OBJECT-TYPE Low warn threshold of Voltage. | 1.3.6.1.4.1.40418.7.100.30.1.1.11 | DisplayString (SIZE(1..16)) | read-only | current |
| ddmDiagnosisBias OBJECT-TYPE bias of the port,the unit is mA. | 1.3.6.1.4.1.40418.7.100.30.1.1.12 | DisplayString (SIZE(1..32)) | read-only | current |
| ddmDiagBiasHighAlarmThreshold OBJECT-TYPE High alarm threshold of Bias. | 1.3.6.1.4.1.40418.7.100.30.1.1.13 | DisplayString (SIZE(1..16)) | read-only | current |
| ddmDiagBiasLowAlarmThreshold OBJECT-TYPE Low alarm threshold of Bias. | 1.3.6.1.4.1.40418.7.100.30.1.1.14 | DisplayString (SIZE(1..16)) | read-only | current |
| ddmDiagBiasHighWarnThreshold OBJECT-TYPE High warn threshold of Bias. | 1.3.6.1.4.1.40418.7.100.30.1.1.15 | DisplayString (SIZE(1..16)) | read-only | current |
| ddmDiagBiasLowWarnThreshold OBJECT-TYPE Low warn threshold of Bias. | 1.3.6.1.4.1.40418.7.100.30.1.1.16 | DisplayString (SIZE(1..16)) | read-only | current |
| ddmDiagnosisRXPower OBJECT-TYPE RXPower of the port,and the unit is dBM,if the value of RXPower is infinitesimal,then set it to '-'. | 1.3.6.1.4.1.40418.7.100.30.1.1.17 | DisplayString (SIZE(1..32)) | read-only | current |
| ddmDiagRXPowerHighAlarmThreshold OBJECT-TYPE High alarm threshold of RXPower. | 1.3.6.1.4.1.40418.7.100.30.1.1.18 | DisplayString (SIZE(1..16)) | read-only | current |
| ddmDiagRXPowerLowAlarmThreshold OBJECT-TYPE Low alarm threshold of RXPower. | 1.3.6.1.4.1.40418.7.100.30.1.1.19 | DisplayString (SIZE(1..16)) | read-only | current |
| ddmDiagRXPowerHighWarnThreshold OBJECT-TYPE High warn threshold of RXPower. | 1.3.6.1.4.1.40418.7.100.30.1.1.20 | DisplayString (SIZE(1..16)) | read-only | current |
| ddmDiagRXPowerLowWarnThreshold OBJECT-TYPE Low warn threshold of RXPower. | 1.3.6.1.4.1.40418.7.100.30.1.1.21 | DisplayString (SIZE(1..16)) | read-only | current |
| ddmDiagnosisTXPower OBJECT-TYPE TXPower of the port,and the unit is dBM,if the value of TXPoweris infinitesimal,then set it to '-'. | 1.3.6.1.4.1.40418.7.100.30.1.1.22 | DisplayString (SIZE(1..32)) | read-only | current |
| ddmDiagTXPowerHighAlarmThreshold OBJECT-TYPE High alarm threshold of TXPower. | 1.3.6.1.4.1.40418.7.100.30.1.1.23 | DisplayString (SIZE(1..16)) | read-only | current |
| ddmDiagTXPowerLowAlarmThreshold OBJECT-TYPE k=Low alarm threshold of TXPower. | 1.3.6.1.4.1.40418.7.100.30.1.1.24 | DisplayString (SIZE(1..16)) | read-only | current |
| ddmDiagTXPowerHighWarnThreshold OBJECT-TYPE High warn threshold of TXPower. | 1.3.6.1.4.1.40418.7.100.30.1.1.25 | DisplayString (SIZE(1..16)) | read-only | current |
| ddmDiagTXPowerLowWarnThreshold OBJECT-TYPE Low warn threshold of TXPower. | 1.3.6.1.4.1.40418.7.100.30.1.1.26 | DisplayString (SIZE(1..16)) | read-only | current |
| ddmTranscAlarmTable OBJECT-TYPE A list of ddm transceiver alarm information. | 1.3.6.1.4.1.40418.7.100.30.2 | not-accessible | current | |
| ddmTranscAlarmEntry OBJECT-TYPE entry for ddm transceiver alarm information. | 1.3.6.1.4.1.40418.7.100.30.2.1 | not-accessible | current | |
| ddmAlarmIfIndex OBJECT-TYPE interface NO. | 1.3.6.1.4.1.40418.7.100.30.2.1.1 | INTEGER | read-only | current |
| ddmAlarmInfo OBJECT-TYPE ddm transceiver alarm information. | 1.3.6.1.4.1.40418.7.100.30.2.1.2 | DisplayString (SIZE(0..512)) | read-only | current |
| ddmTranscBasicInfoTable OBJECT-TYPE Basic info of ddm transceiver alarm information. | 1.3.6.1.4.1.40418.7.100.30.3 | not-accessible | current | |
| ddmTranscBasicInfoEntry OBJECT-TYPE entry for ddm transceiver basic information. | 1.3.6.1.4.1.40418.7.100.30.3.1 | not-accessible | current | |
| ddmTransSerialIndex OBJECT-TYPE ddm Trans Serial Index . | 1.3.6.1.4.1.40418.7.100.30.3.1.1 | INTEGER | read-only | current |
| ddmTransSerialName OBJECT-TYPE ddm Trans Serial Name. | 1.3.6.1.4.1.40418.7.100.30.3.1.2 | DisplayString (SIZE(0..512)) | read-only | current |
| ddmTransSerialNo OBJECT-TYPE ddm transceiver Serial number. | 1.3.6.1.4.1.40418.7.100.30.3.1.3 | DisplayString (SIZE(0..32)) | read-only | current |
| ddmTransSerialVendorName OBJECT-TYPE ddm transceiver Vendor Name. | 1.3.6.1.4.1.40418.7.100.30.3.1.4 | DisplayString (SIZE(0..32)) | read-only | current |
| ddmTransSerialModelName OBJECT-TYPE ddm transceiver Model Name:SFP,SFP+,QSFP+,QSFP,XFP,etc. | 1.3.6.1.4.1.40418.7.100.30.3.1.5 | DisplayString (SIZE(0..32)) | read-only | current |
| ddmTransSerialTypeName OBJECT-TYPE ddm transceiver Type Name:1000BASE-T,10GBASE-LR,etc. | 1.3.6.1.4.1.40418.7.100.30.3.1.6 | DisplayString (SIZE(0..32)) | read-only | current |
| ddmTransSerialBitRate OBJECT-TYPE ddm transceiver bit rate:1300Mbit/s,10300Mbit/s,etc. | 1.3.6.1.4.1.40418.7.100.30.3.1.7 | DisplayString (SIZE(0..128)) | read-only | current |
| ddmTransSerialWaveLength OBJECT-TYPE ddm transceiver Wave Length:1310nm,etc. | 1.3.6.1.4.1.40418.7.100.30.3.1.8 | DisplayString (SIZE(0..64)) | read-only | current |
| priPppoeIaMib OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.31 | |||
| priPppoeIaGlobalEnable OBJECT-TYPE Enable or disable the pppoe-ia function in the switch. | 1.3.6.1.4.1.40418.7.100.31.1 | INTEGER {disable(0), enable(1)} | read-write | current |
| priPppoeIaSelfDefinedCircuitID OBJECT-TYPE If user does not configure the circuit-id of pppoe-ia explicitly on a port, then the user can self-designed format to generate the circuit-id, the format options include vlan, port, ID, self-designed string, the circuitId may be only one or any combination of them, and is strictly generated according to the sequence of format options, the ID option includes switch ID and remote-mac, but the user just select only one of them, also In the swtich ID, it includes mac and hostname options, the user just select only one of two, the maximum length of self-designed striing is 64. If user input NULL, then delete the last configuration. For example, if select vlan ,ID(swtich-id(mac)), and string 'str' format, the user input the string like as 'vlan id swtich-id mac string str'. | 1.3.6.1.4.1.40418.7.100.31.2 | DisplayString (SIZE(0..128)) | read-write | current |
| priPppoeIaTr101CircuitID OBJECT-TYPE If user does not configure the circuit-id of pppoe-ia explicitly on a port, then the user can config Tr-101 format to generate the circuit-id, the format like follow 'identifier-string STRING option (sp|sv|pv|spv) delimiter WORD', the STRING can be any ascii except space, and it max length is 47, the WORD must be one in (#|.|,|;|:|/|space). If user input NULL, then delete the last configuration. For example, if STRING is switch , option is spv and WORD is '/', the user input the string like as 'identifier-string switch option spv delimiter /'. | 1.3.6.1.4.1.40418.7.100.31.3 | DisplayString (SIZE(0..128)) | read-write | current |
| priPppoeIaSelfDefinedRemoteID OBJECT-TYPE If user does not configure the remote-id of pppoe-ia explicitly on a port, then the user can self-designed format to generate the remote-id, the format options include mac,hostname and self-designed string, the remoteId may be only one or any combination of them, and is strictly generated according to the sequence of format options, the maximum length of self-designed striing is 64. If user input the NULL, then delete the last configuration. For example, if select hostname,mac,and string 'str' format, the user input the string like as 'hostname mac string str'. | 1.3.6.1.4.1.40418.7.100.31.4 | DisplayString (SIZE(0..128)) | read-write | current |
| priPppoeIaDelimiter OBJECT-TYPE Config pppoe-ia delimiter in circuitId and remoteId. Default: the default delimiter of type TR-101 is space, the default delimiter of type self-defined is '\0' | 1.3.6.1.4.1.40418.7.100.31.5 | INTEGER {default(0), pound(1), dot(2), comma(3), semicolon(4), colon(5), slash(6), space(7)} | read-write | current |
| priPppoeIaCircuitIdFormat OBJECT-TYPE Config pppoe-ia circuitId format. Default: the default format of the circuitId's mac(if included) is hex, other is ascii | 1.3.6.1.4.1.40418.7.100.31.6 | INTEGER {default(0), hex(1), ascii(2)} | read-write | current |
| priPppoeIaRemoteIdFormat OBJECT-TYPE Config pppoe-ia remoteId format. Default: the default format of the remoteId's mac(if included) is hex, other is ascii | 1.3.6.1.4.1.40418.7.100.31.7 | INTEGER {default(0), hex(1), ascii(2)} | read-write | current |
| priPppoeIaPortTable OBJECT-TYPE Pppoe-ia configuration in port. | 1.3.6.1.4.1.40418.7.100.31.8 | not-accessible | current | |
| priPppoeIaEntry OBJECT-TYPE Pppoe-ia configuration in port. | 1.3.6.1.4.1.40418.7.100.31.8.1 | not-accessible | current | |
| priPppoeIaPortID OBJECT-TYPE This value is port's ID. | 1.3.6.1.4.1.40418.7.100.31.8.1.1 | INTEGER | not-accessible | current |
| priPppoeIaPortEnable OBJECT-TYPE Enable or disable the pppoe-ia function of the port in the switch. Default:0. | 1.3.6.1.4.1.40418.7.100.31.8.1.2 | INTEGER {disable(0), enable(1)} | read-write | current |
| priPppoeIaPortCircuitID OBJECT-TYPE Config circuitId for the port. Default:NULL. | 1.3.6.1.4.1.40418.7.100.31.8.1.3 | DisplayString (SIZE(0..63)) | read-write | current |
| priPppoeIaPortRemoteID OBJECT-TYPE Config remoteId for the port. Default:NULL. | 1.3.6.1.4.1.40418.7.100.31.8.1.4 | DisplayString (SIZE(0..63)) | read-write | current |
| priPppoeIaPortTrust OBJECT-TYPE Enable or disable the pppoe-ia trust function of the port in the switch. Default:0 | 1.3.6.1.4.1.40418.7.100.31.8.1.5 | INTEGER {disable(0), enable(1)} | read-write | current |
| priPppoeIaPortVendorTagStrip OBJECT-TYPE Enable or disable the pppoe-ia vendorTag strip function of the port in the switch. Default:0 | 1.3.6.1.4.1.40418.7.100.31.8.1.6 | INTEGER {disable(0), enable(1)} | read-write | current |
| portSecurity OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.32 | |||
| newPortSecurityTable OBJECT-TYPE The Port Security information table. | 1.3.6.1.4.1.40418.7.100.32.1 | not-accessible | current | |
| newPortSecurityEntry OBJECT-TYPE The index of this table is port index. | 1.3.6.1.4.1.40418.7.100.32.1.1 | not-accessible | current | |
| portSecurityPortIndex OBJECT-TYPE Secure Port Index. | 1.3.6.1.4.1.40418.7.100.32.1.1.1 | INTEGER | read-only | current |
| portSecurityState OBJECT-TYPE enable or disable port security on this port. | 1.3.6.1.4.1.40418.7.100.32.1.1.2 | INTEGER {disable(0), enable(1)} | read-create | current |
| portSecuritySticky OBJECT-TYPE enable or disable port security sticky on this port.If enable it,the port converts all the dynamic secure MAC addresses, including those that were dynamically learned before sticky learning was enabled,to sticky secure MAC addresses and adds all sticky secure MAC addresses to the running configuration | 1.3.6.1.4.1.40418.7.100.32.1.1.3 | INTEGER {disable(0), enable(1)} | read-create | current |
| portSecurityMaxMacNum OBJECT-TYPE The maximum number of security mac can be set or learned on the secure port. | 1.3.6.1.4.1.40418.7.100.32.1.1.4 | INTEGER (0..4096) | read-create | current |
| portSecurityCurMacNum OBJECT-TYPE The number of the current security mac on the secure port. | 1.3.6.1.4.1.40418.7.100.32.1.1.5 | INTEGER (1..4096) | read-only | current |
| portSecurityCfgMacNum OBJECT-TYPE The number of security mac can be set on the secure port. | 1.3.6.1.4.1.40418.7.100.32.1.1.6 | INTEGER (1..4096) | read-only | current |
| portSecurityVioMacNum OBJECT-TYPE The violation number of mac received on the secure port. | 1.3.6.1.4.1.40418.7.100.32.1.1.7 | INTEGER (1..4096) | read-only | current |
| portSecurityAgingTime OBJECT-TYPE The aging time for secure address entries on the secure port. | 1.3.6.1.4.1.40418.7.100.32.1.1.8 | INTEGER (1..1440) | read-create | current |
| portSecurityAgingType OBJECT-TYPE The aging type for secure address entries on the secure port.If you want to disable inactivity or static aging type,you can config default type. | 1.3.6.1.4.1.40418.7.100.32.1.1.9 | INTEGER {default(0), absolute(1), inactivity(2), static(4), absolute-static(5), inactivity-static(6)} | read-create | current |
| portSecurityVioMode OBJECT-TYPE The violation mode of secure port mac count reach the threshold.The default mode is shutdown,if you want to disable violation mode,you can config shutdown mode. | 1.3.6.1.4.1.40418.7.100.32.1.1.10 | INTEGER {protect(1), restrict(2), shutdown(3)} | read-create | current |
| portSecurityVioShutRecoveryTime OBJECT-TYPE The recovery time of violation shutdown mode, the recovery time range is <5-3600>, the value 0 is to cancel recovery time, the value <1-4> is not allowed to config. | 1.3.6.1.4.1.40418.7.100.32.1.1.11 | INTEGER (0..3600) | read-create | current |
| portSecurityVioRestrictRecoveryTime OBJECT-TYPE The recovery time of violation restrict mode, the recovery time range is <5-3600>, the value 0 is to cancel recovery time, the value <1-4> is not allowed to config. | 1.3.6.1.4.1.40418.7.100.32.1.1.12 | INTEGER (0..3600) | read-create | current |
| portSecurityVlanMaxNumTable OBJECT-TYPE Table of maximum mac number with vlan on security port, and the secure port must be on trunk mode. | 1.3.6.1.4.1.40418.7.100.32.2 | not-accessible | current | |
| portSecurityVlanMaxNumEntry OBJECT-TYPE An entry in the port security maximum mac number with vlan table. | 1.3.6.1.4.1.40418.7.100.32.2.1 | not-accessible | current | |
| portSecurityVlanPortIndex OBJECT-TYPE Secure Port Index. | 1.3.6.1.4.1.40418.7.100.32.2.1.1 | INTEGER | read-only | current |
| portSecurityVlanIndex OBJECT-TYPE The vlan index on the secure port. | 1.3.6.1.4.1.40418.7.100.32.2.1.2 | INTEGER (1..4094) | read-only | current |
| portSecurityVlanMaxMacNum OBJECT-TYPE The maximum number of security mac can be set or learned in the vlan on the secure port, the maximum range is <1-4096>, the value 0 is to cancel maximum in this vlan, and when you set the maximum number with one vlan the secure port must be on trunk mode. | 1.3.6.1.4.1.40418.7.100.32.2.1.3 | INTEGER (0..4096) | read-create | current |
| portSecurityVlanCurMacNum OBJECT-TYPE The current number of security mac set or learned in the vlan on the secure port. | 1.3.6.1.4.1.40418.7.100.32.2.1.4 | INTEGER (1..4096) | read-only | current |
| portSecurityMacAddressTable OBJECT-TYPE Table of mac address on security port. | 1.3.6.1.4.1.40418.7.100.32.3 | not-accessible | current | |
| portSecurityMacAddressEntry OBJECT-TYPE An entry in the port security mac address table. | 1.3.6.1.4.1.40418.7.100.32.3.1 | not-accessible | current | |
| portSecurityMacAddressPortIndex OBJECT-TYPE Secure Port Index. | 1.3.6.1.4.1.40418.7.100.32.3.1.1 | INTEGER | read-only | current |
| portSecurityMacAddressVlanIndex OBJECT-TYPE The vlan index on the secure port.When set mac address,the vlan index must be zero if the port is on access mode. | 1.3.6.1.4.1.40418.7.100.32.3.1.2 | INTEGER (1..4094) | read-only | current |
| portSecurityMacAddress OBJECT-TYPE Secure mac address on this secure port | 1.3.6.1.4.1.40418.7.100.32.3.1.3 | OCTET STRING (SIZE(6)) | read-only | current |
| portSecurityMacType OBJECT-TYPE The type of mac address on the secure port. | 1.3.6.1.4.1.40418.7.100.32.3.1.4 | INTEGER {secured(16), secures(32), securec(64)} | read-create | current |
| portSecurityMacStatus OBJECT-TYPE Current state of the mac address. | 1.3.6.1.4.1.40418.7.100.32.3.1.5 | INTEGER {createAndGo(0), active(1), destroy(2)} | read-create | current |
| macNotificationMib OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.33 | |||
| macNotificationMibObjects OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.33.1 | |||
| macNotificationGlobalObjects OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.33.1.1 | |||
| macNotificationGlobalFeatureEnabled OBJECT-TYPE Indicates whether the MAC notification feature is currently running in the device. Setting this object to false(2) disables the MAC notification feature globally thus disabling the feature at each interface. Setting this object to true(1) will start the MAC notification feature running in the device. If the feature is already running, setting to true(1) has no effect. Once the MAC notification is enabled, whether the feature is running at each interface is controlled by the macNotificationIfConfigTable. | 1.3.6.1.4.1.40418.7.100.33.1.1.1 | TruthValue | read-write | current |
| macNotificationNotificationInterval OBJECT-TYPE This object specifies the maximum interval of time between macNotificationMacChangedNotifications being generated by the device. If the value of macNotificationNotificationsEnabled is true(1), the device will send out the generated macNotificationMacChangedNotifications and archive the MAC change notification events in the macNotificationHistoryTable. If the value of macNotificationNotificationEnabled is false(2), the device will not send out the generated macNotificationMacChangedNotifications but it will archive these events in the macNotificationHistoryTable. If the value of this object is equal to 0, the device will generate macNotificationMacChangedNotifications and archive the MAC change notification events in the macNotificationHistoryTable as soon as there is MAC address learnt or removed by the device. If the value of this object is greater than 0, the device will wait for a period of time equal to the value of this object before generate the macNotificationMacChangedNotifications and archive the MAC change notification events in the macNotificationHistoryTable. | 1.3.6.1.4.1.40418.7.100.33.1.1.2 | Counter32 | read-only | current |
| macNotificationMacAddressesLearnt OBJECT-TYPE Indicates the number of MAC addresses learnt by the device. | 1.3.6.1.4.1.40418.7.100.33.1.1.3 | Counter32 | read-only | current |
| macNotificationMacAddressesRemoved OBJECT-TYPE Indicates the number of MAC addresses removed from the forwarding database. | 1.3.6.1.4.1.40418.7.100.33.1.1.4 | Counter32 | read-only | current |
| macNotificationNotificationsEnabled OBJECT-TYPE Indicates whether macNotificationMacChangedNotification notifications will or will not be sent when there are MAC addresses learnt or removed from the device's forwarding database. Disabling notifications does not prevent the MAC address info from being added to the macNotificationHistoryTable. | 1.3.6.1.4.1.40418.7.100.33.1.1.5 | TruthValue | read-write | current |
| macNotificationNotificationsSent OBJECT-TYPE Indicates the number of macNotificationMacChangedNotifications sent out by the device. | 1.3.6.1.4.1.40418.7.100.33.1.1.6 | Counter32 | read-only | current |
| macNotificationHistTableMaxLength OBJECT-TYPE The upper limit on the number of entries that the macNotificationHistoryTable may contain. A value of 0 will prevent any history from being retained. When this table is full, the oldest entry will be deleted and a new one will be created. | 1.3.6.1.4.1.40418.7.100.33.1.1.7 | Counter32 | read-only | current |
| macNotificationHistoryTable OBJECT-TYPE This table will archive the MAC change notification events generated by this device. The MAC change notification events are archived here even if macNotificationMacChangesNotifications are not actually sent. | 1.3.6.1.4.1.40418.7.100.33.1.1.8 | not-accessible | current | |
| macNotificationHistoryEntry OBJECT-TYPE A MAC change notification message that was previously generated by this device. Each entry is indexed by a message index. | 1.3.6.1.4.1.40418.7.100.33.1.1.8.1 | not-accessible | current | |
| macNotificationHistIndex OBJECT-TYPE An index that uniquely identifies a MAC change notification event previously generated by the device. This index starts at 1 and increases by one when a MAC change notification is generated. When it reaches the maximum value, the agent wraps the value back to 1. | 1.3.6.1.4.1.40418.7.100.33.1.1.8.1.1 | Counter32 | read-only | current |
| macNotificationHistMacChangedMsg OBJECT-TYPE This object contains the information of a MAC change notification event. It consists of several tuples packed together in the format of '<tuple1><tuple2>...'. Each tuple consist of 11 octets in the format of '<operation><VLAN><MAC><dot1dBasePort>' where <operation> is of size 1 octet and supports the following values 0 - End of MIB object. 1 - MAC learnt. 2 - MAC removed. <VLAN> is VLAN number of the VLAN which the MAC address is belonged to and has size of 2 octet. <MAC> is the Layer2 Mac Address and has size of 6 octets. <dot1dBasePort> is the value of dot1dBasePort for the interface from which the MAC address is learnt and has size of 2 octets. | 1.3.6.1.4.1.40418.7.100.33.1.1.8.1.2 | OCTET STRING (SIZE(1..254)) | read-only | current |
| macNotificationHistTimestamp OBJECT-TYPE The value of sysUpTime when the macNotificationMacChangedNotification containing the information denoted by the macNotificationHistMacChangedMsg object in this entry was generated. | 1.3.6.1.4.1.40418.7.100.33.1.1.8.1.3 | TimeStamp | read-only | current |
| macNotificationInterfaceObjects OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.33.1.2 | |||
| macNotificationIfConfigTable OBJECT-TYPE This table enables or disables the generation of notification at each interface when MAC address is learnt or removed. | 1.3.6.1.4.1.40418.7.100.33.1.2.1 | not-accessible | current | |
| macNotificationIfConfigEntry OBJECT-TYPE Each entry contains the configuration for enabling the MAC notification at each interface that supports this feature. | 1.3.6.1.4.1.40418.7.100.33.1.2.1.1 | not-accessible | current | |
| macNotificationMacAddrLearntEnable OBJECT-TYPE Indicates whether this interface is enabled to send macNotificationMacChangedNotification when it learns a new MAC address. This variable has no effect when the value of macNotificationGlobalFeatureEnabled object is false(2). Setting this object to true(1) enables the sending of macNotificationMacChangedNotification when this interface learns a new MAC address. Setting this object to false(2) disables the sending of macNotificationMacChangedNotification when this interface learns a new MAC address. | 1.3.6.1.4.1.40418.7.100.33.1.2.1.1.1 | TruthValue | read-write | current |
| macNotificationMacAddrRemovedEnable OBJECT-TYPE Indicates whether this interface is enabled to send macNotificationMacChangedNotification when a MAC address which it learnt previously is removed from the forwarding table. This variable has no effect when the value of macNotificationGlobalFeatureEnabled object is false(2). Setting this object to true(1) enables the sending of macNotificationMacChangedNotification when a MAC address which this interface learnt previously is removed from the forwarding table. Setting this object to false(2) disables the sending of macNotificationMacChangedNotification when a MAC address which this interface learnt previously is removed from the forwarding table. | 1.3.6.1.4.1.40418.7.100.33.1.2.1.1.2 | TruthValue | read-write | current |
| prieeePortConfig OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.34 | |||
| prieeePortTable OBJECT-TYPE A table containing current configuration information for each port. | 1.3.6.1.4.1.40418.7.100.34.1 | not-accessible | current | |
| prieeePortEntry OBJECT-TYPE eee configuration in port | 1.3.6.1.4.1.40418.7.100.34.1.1 | not-accessible | current | |
| eeePortIndex OBJECT-TYPE The eee configuration port index. | 1.3.6.1.4.1.40418.7.100.34.1.1.1 | INTEGER | not-accessible | current |
| eeePortStatus OBJECT-TYPE The eee config. Enable expresses it is turned on, while disable indicates that off. | 1.3.6.1.4.1.40418.7.100.34.1.1.2 | INTEGER {disable(0), enable(1)} | read-write | current |
| portRateLimit OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.35 | |||
| portRateLimitTable OBJECT-TYPE The Port Receiving Packets Rate Limit information table. | 1.3.6.1.4.1.40418.7.100.35.1 | not-accessible | current | |
| portRateLimitEntry OBJECT-TYPE The index of this table is port index. | 1.3.6.1.4.1.40418.7.100.35.1.1 | not-accessible | current | |
| portRateLimitPortIndex OBJECT-TYPE Port Index. | 1.3.6.1.4.1.40418.7.100.35.1.1.1 | INTEGER | read-only | current |
| portRateLimitConfigBroadcastNum OBJECT-TYPE Configration of the max receiving rate of broadcast packets on the port,the value range is <200-2000000>. The value 0 means disable the rate limit of broadcast packets. the value <1-199> is not allowed to config. | 1.3.6.1.4.1.40418.7.100.35.1.1.2 | INTEGER (0..2000000) | read-create | current |
| portRateLimitCurBroadcastNum OBJECT-TYPE The current receiving rate of broadcast packets on the port. | 1.3.6.1.4.1.40418.7.100.35.1.1.3 | INTEGER | read-only | current |
| portRateLimitConfigMulticastNum OBJECT-TYPE Configration of the max receiving rate of multicast packets on the port,the value range is <200-2000000>. The value 0 means disable the rate limit of multicast packets. the value <1-199> is not allowed to config. | 1.3.6.1.4.1.40418.7.100.35.1.1.4 | INTEGER (0..2000000) | read-create | current |
| portRateLimitCurMulticastNum OBJECT-TYPE The current receiving rate of Multicast packets on the port. | 1.3.6.1.4.1.40418.7.100.35.1.1.5 | INTEGER | read-only | current |
| portRateLimitConfigUnicastNum OBJECT-TYPE Configration of the max receiving rate of unicast packets on the port,the value range is <200-2000000>. The value 0 means disable the rate limit of unicast packets. the value <1-199> is not allowed to config. | 1.3.6.1.4.1.40418.7.100.35.1.1.6 | INTEGER (0..2000000) | read-create | current |
| portRateLimitCurUnicastNum OBJECT-TYPE The current receiving rate of unicast packets on the port. | 1.3.6.1.4.1.40418.7.100.35.1.1.7 | INTEGER | read-only | current |
| portRateLimitConfigAllNum OBJECT-TYPE Configration of the max receiving rate of all packets on the port,the value range is <200-2000000>. The value 0 means disable the rate limit of all packets. the value <1-199> is not allowed to config. | 1.3.6.1.4.1.40418.7.100.35.1.1.8 | INTEGER (0..2000000) | read-create | current |
| portRateLimitCurAllNum OBJECT-TYPE The current receiving rate of all packets on the port. | 1.3.6.1.4.1.40418.7.100.35.1.1.9 | INTEGER | read-only | current |
| portRateLimitPacketsType OBJECT-TYPE Which type of receiving packets that rate limit is set. 0:none, 1:broadcast, 2:multicast, 3:unicast, 4:all, 5:broadcast+multicast, 6:broadcast+unicast, 7:multicast+unicast. 8:broadcast+all, 9:multicast+all, 10:unicast+all, 11:broadcast+multicast+all, 12:broadcast+unicast+all, 13:multicast+unicast+all, 14:broadcast+multicast+unicast, 15:broadcast+multicast+unicast+all | 1.3.6.1.4.1.40418.7.100.35.1.1.10 | INTEGER | read-only | current |
| portRateLimitViolationMode OBJECT-TYPE The violation mode of port receiving packets rate reach the threshold.The default mode is no violation actions. | 1.3.6.1.4.1.40418.7.100.35.1.1.11 | INTEGER {nocontrol(0), shutdown(1), block(2)} | read-create | current |
| portRateLimitShutRecoveryTime OBJECT-TYPE The recovery time of violation shutdown mode, the recovery time range is <0-86400>, the value 0 means the port cann't be recovery forever, the default value is 300. | 1.3.6.1.4.1.40418.7.100.35.1.1.12 | INTEGER (0..86400) | read-create | current |
| macBlackholeConfig OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.36 | |||
| macBlackholeTable OBJECT-TYPE A table containing current configuration information for each mac in vlan`s status. | 1.3.6.1.4.1.40418.7.100.36.1 | not-accessible | current | |
| macBlackholeEntry OBJECT-TYPE Thie entry is control the mac add to blackhole or delete from blackhole. | 1.3.6.1.4.1.40418.7.100.36.1.1 | not-accessible | current | |
| macAddressInVlanID OBJECT-TYPE This value is the mac address in vlan. | 1.3.6.1.4.1.40418.7.100.36.1.1.1 | INTEGER (1..4094) | not-accessible | current |
| macAddress OBJECT-TYPE This value is mac address. | 1.3.6.1.4.1.40418.7.100.36.1.1.2 | OCTET STRING (SIZE(6)) | not-accessible | current |
| macType OBJECT-TYPE Control the mac from both(0)/source(1)/destination(2).Default both(0). | 1.3.6.1.4.1.40418.7.100.36.1.1.3 | INTEGER {both(0), source(1), destination(2)} | read-create | current |
| macStatus OBJECT-TYPE creat(0) the mac to blackhole,or destroy(2) the mac from blackhole.active(1)the mac in blackhole | 1.3.6.1.4.1.40418.7.100.36.1.1.4 | INTEGER {creat(0), active(1), destroy(2)} | read-create | current |
| priCable OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.37 | |||
| cableTable OBJECT-TYPE A list of port entries. | 1.3.6.1.4.1.40418.7.100.37.1 | not-accessible | current | |
| priCableEntry OBJECT-TYPE A port entry containing port information, status, and control. | 1.3.6.1.4.1.40418.7.100.37.1.1 | not-accessible | current | |
| cableLengthInfo OBJECT-TYPE Cable Length Info. | 1.3.6.1.4.1.40418.7.100.37.1.1.1 | DisplayString (SIZE(0..32)) | read-only | current |
| priMrppRing OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.38 | |||
| priMrppRingTable OBJECT-TYPE The MRPP Ring information table. | 1.3.6.1.4.1.40418.7.100.38.1 | not-accessible | current | |
| priMrppRingEntry OBJECT-TYPE The index of this table is RING index. | 1.3.6.1.4.1.40418.7.100.38.1.1 | not-accessible | current | |
| mrppRingIndex OBJECT-TYPE mrpp ring Index<1-4096>. | 1.3.6.1.4.1.40418.7.100.38.1.1.1 | INTEGER | read-only | current |
| mrppRingNodeMode OBJECT-TYPE mrpp ring node mode:MASTER:1,TRANSIT:0. | 1.3.6.1.4.1.40418.7.100.38.1.1.2 | INTEGER | read-only | current |
| mrppRingNodeState OBJECT-TYPE mrpp ring node state: IDLE: 0, COMPLETE: 1, FAILED: 2, LINKS_UP: 3, LINKS_DOWN: 4, PRE_FORWARDING: 5. | 1.3.6.1.4.1.40418.7.100.38.1.1.3 | INTEGER | read-only | current |
| mrppRingStatus OBJECT-TYPE mrpp ring status:enable:1,disable:0. | 1.3.6.1.4.1.40418.7.100.38.1.1.4 | INTEGER | read-only | current |
| mrppRingPriPortName OBJECT-TYPE ring's traffic primary port name. | 1.3.6.1.4.1.40418.7.100.38.1.1.5 | DisplayString | read-only | current |
| mrppRingPriPortBlockState OBJECT-TYPE ring's traffic primary port block state:BLOCK:1,UNBLOCK:0. | 1.3.6.1.4.1.40418.7.100.38.1.1.6 | INTEGER | read-only | current |
| mrppRingSecPortName OBJECT-TYPE ring's traffic secondary port name. | 1.3.6.1.4.1.40418.7.100.38.1.1.7 | DisplayString | read-only | current |
| mrppRingSecPortBlockState OBJECT-TYPE ring's traffic secondary port block state:BLOCK:1,UNBLOCK:0. | 1.3.6.1.4.1.40418.7.100.38.1.1.8 | INTEGER | read-only | current |
| erpsMgt OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.39 | |||
| erpsTcnPropagationConfig OBJECT-TYPE Config Topology change propagation type. | 1.3.6.1.4.1.40418.7.100.39.1 | INTEGER {none(0), erps(1), stp(2)} | read-write | current |
| erpsRingConfigTable OBJECT-TYPE Erps Ring configration table. | 1.3.6.1.4.1.40418.7.100.39.2 | not-accessible | current | |
| erpsRingConfigEntry OBJECT-TYPE Erps Ring configration entry. | 1.3.6.1.4.1.40418.7.100.39.2.1 | not-accessible | current | |
| erpsRingNameIndex OBJECT-TYPE erps ring name index, the max number is 32. | 1.3.6.1.4.1.40418.7.100.39.2.1.1 | INTEGER | read-only | current |
| erpsRingName OBJECT-TYPE erps ring name. | 1.3.6.1.4.1.40418.7.100.39.2.1.2 | DisplayString (SIZE(1..64)) | read-write | current |
| erpsVersion OBJECT-TYPE Version Ethernet ring node running ITU-T G.8032. | 1.3.6.1.4.1.40418.7.100.39.2.1.3 | INTEGER {default(0), v1(1), v2(2)} | read-write | current |
| erpsOpenRing OBJECT-TYPE set Erps ring topolagy type . | 1.3.6.1.4.1.40418.7.100.39.2.1.4 | INTEGER {none-open(0), open(1)} | read-write | current |
| erpsRapsVirtualChannel OBJECT-TYPE R-APS virtual channel configuration . | 1.3.6.1.4.1.40418.7.100.39.2.1.5 | INTEGER {without(0), with(1)} | read-write | current |
| erpsRingPort0 OBJECT-TYPE ERPS ring's member port0 . | 1.3.6.1.4.1.40418.7.100.39.2.1.6 | DisplayString (SIZE(1..64)) | read-write | current |
| erpsRingPort0Index OBJECT-TYPE ERPS ring's member port0 index . | 1.3.6.1.4.1.40418.7.100.39.2.1.7 | INTEGER | read-only | current |
| erpsRingPort1ExistFlag OBJECT-TYPE ERPS ring's member port1 whether has been set none; can not be set alone,must be set with erpsRingPort0 together. | 1.3.6.1.4.1.40418.7.100.39.2.1.8 | INTEGER {none(0), not-none(1)} | read-write | current |
| erpsRingPort1 OBJECT-TYPE ERPS ring's member port1 . | 1.3.6.1.4.1.40418.7.100.39.2.1.9 | DisplayString (SIZE(1..64)) | read-write | current |
| erpsRingPort1Index OBJECT-TYPE ERPS ring's member port1 index . | 1.3.6.1.4.1.40418.7.100.39.2.1.10 | INTEGER | read-only | current |
| erpsRingRowStatus OBJECT-TYPE ERPS ring's row status . | 1.3.6.1.4.1.40418.7.100.39.2.1.11 | INTEGER {unset(0), set(1)} | read-write | current |
| erpsTrapEnabled OBJECT-TYPE ERPS trap configration. | 1.3.6.1.4.1.40418.7.100.39.2.1.12 | INTEGER {unset(0), set(1)} | read-write | current |
| erpsLogEnabled OBJECT-TYPE ERPS log configration. | 1.3.6.1.4.1.40418.7.100.39.2.1.13 | INTEGER {unset(0), set(1)} | read-write | current |
| erpsInstanceConfigTable OBJECT-TYPE erps Instance configration table. | 1.3.6.1.4.1.40418.7.100.39.3 | not-accessible | current | |
| erpsInstanceConfigEntry OBJECT-TYPE A set of configuration parameters for erps Instance. | 1.3.6.1.4.1.40418.7.100.39.3.1 | not-accessible | current | |
| erpsInstanceId OBJECT-TYPE erps instance id.scope:<1-48> | 1.3.6.1.4.1.40418.7.100.39.3.1.1 | INTEGER | read-only | current |
| erpsDescription OBJECT-TYPE ERPS instance description. | 1.3.6.1.4.1.40418.7.100.39.3.1.2 | DisplayString (SIZE(1..64)) | read-write | current |
| erpsRingId OBJECT-TYPE Set Ring ID that R-APS MAC address included.scope:<1-64> | 1.3.6.1.4.1.40418.7.100.39.3.1.3 | INTEGER | read-write | current |
| erpsRplPort0Role OBJECT-TYPE Set Ring membor port0's role. | 1.3.6.1.4.1.40418.7.100.39.3.1.4 | INTEGER {default(0), owner(1), neighbour(2)} | read-write | current |
| erpsRplPort1Role OBJECT-TYPE Set Ring membor port1's role. | 1.3.6.1.4.1.40418.7.100.39.3.1.5 | INTEGER {default(0), owner(1), neighbour(2)} | read-write | current |
| erpsRevertiveMode OBJECT-TYPE Set ERPS Ring working in non-revertive or revertive operation. | 1.3.6.1.4.1.40418.7.100.39.3.1.6 | INTEGER {default(0), non-revertive(1)} | read-write | current |
| erpsGuardTimer OBJECT-TYPE Guard timer configuration.scope:<1-200> | 1.3.6.1.4.1.40418.7.100.39.3.1.7 | INTEGER | read-write | current |
| erpsHoldoffTimer OBJECT-TYPE Holdoff timer, scope:<0-10> | 1.3.6.1.4.1.40418.7.100.39.3.1.8 | INTEGER | read-write | current |
| erpsWtrTimer OBJECT-TYPE Wait To Restore configuration.scope:<1-12> | 1.3.6.1.4.1.40418.7.100.39.3.1.9 | INTEGER | read-write | current |
| erpsProtectedInstance OBJECT-TYPE Protection vlan reference MSTP instance configuration | 1.3.6.1.4.1.40418.7.100.39.3.1.10 | DisplayString (SIZE(1..64)) | read-write | current |
| erpsRapsMel OBJECT-TYPE R-APS Maintenance Entity Group Level configuration.scope:<0-7> | 1.3.6.1.4.1.40418.7.100.39.3.1.11 | INTEGER | read-write | current |
| erpsControlVlan OBJECT-TYPE Control vlan configuration | 1.3.6.1.4.1.40418.7.100.39.3.1.12 | INTEGER | read-write | current |
| erpsForcedSwitch OBJECT-TYPE Forces a block on the ring port | 1.3.6.1.4.1.40418.7.100.39.3.1.13 | INTEGER {default(0), port0-forced-switch(1), port1-forced-switch(2)} | read-write | current |
| erpsManualSwitch OBJECT-TYPE Forces a block on the ring port in the absence of a failure or FS | 1.3.6.1.4.1.40418.7.100.39.3.1.14 | INTEGER {default(0), port0-manual-switch(1), port1-manual-switch(2)} | read-write | current |
| erpsClearCommand OBJECT-TYPE Clear an administrative command | 1.3.6.1.4.1.40418.7.100.39.3.1.15 | INTEGER {clear(1)} | read-write | current |
| erpsClearPortStatistics OBJECT-TYPE Clear an administrative command | 1.3.6.1.4.1.40418.7.100.39.3.1.16 | INTEGER {clear(1)} | read-write | current |
| erpsInstanceRowStatus OBJECT-TYPE Clear an administrative command | 1.3.6.1.4.1.40418.7.100.39.3.1.17 | INTEGER {unset(0), set(1)} | read-write | current |
| erpsStatus OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.39.4 | |||
| erpsInstanceStatusTable OBJECT-TYPE erps Instance status table. | 1.3.6.1.4.1.40418.7.100.39.4.1 | not-accessible | current | |
| erpsInstanceStatusEntry OBJECT-TYPE erps instance status. | 1.3.6.1.4.1.40418.7.100.39.4.1.1 | not-accessible | current | |
| erpsActiveStatus OBJECT-TYPE erps instance active status. | 1.3.6.1.4.1.40418.7.100.39.4.1.1.1 | INTEGER | read-only | current |
| erpsNodeState OBJECT-TYPE erps instance node state. | 1.3.6.1.4.1.40418.7.100.39.4.1.1.2 | INTEGER | read-only | current |
| erpsPort0StatusTable OBJECT-TYPE erps port status table. | 1.3.6.1.4.1.40418.7.100.39.4.2 | not-accessible | current | |
| erpsPort0StatusEntry OBJECT-TYPE erps port0 status. | 1.3.6.1.4.1.40418.7.100.39.4.2.1 | not-accessible | current | |
| erpsPort0Name OBJECT-TYPE erps port0's name. | 1.3.6.1.4.1.40418.7.100.39.4.2.1.1 | DisplayString (SIZE(1..64)) | read-only | current |
| erpsPort0Status OBJECT-TYPE erps port0's block status. | 1.3.6.1.4.1.40418.7.100.39.4.2.1.2 | INTEGER | read-only | current |
| erpsPort0SignalStatus OBJECT-TYPE erps port0's siginal status. | 1.3.6.1.4.1.40418.7.100.39.4.2.1.3 | INTEGER | read-only | current |
| erpsPort0RRapsNodeId OBJECT-TYPE erps port0's R-APS-NodeId. | 1.3.6.1.4.1.40418.7.100.39.4.2.1.4 | DisplayString (SIZE(1..64)) | read-only | current |
| erpsPort0BPR OBJECT-TYPE erps port0's BPR value. | 1.3.6.1.4.1.40418.7.100.39.4.2.1.5 | INTEGER | read-only | current |
| erpsPort1StatusTable OBJECT-TYPE erps port1 status table. | 1.3.6.1.4.1.40418.7.100.39.4.3 | not-accessible | current | |
| erpsPort1StatusEntry OBJECT-TYPE erps port1 status. | 1.3.6.1.4.1.40418.7.100.39.4.3.1 | not-accessible | current | |
| erpsPort1Name OBJECT-TYPE erps port1's name. | 1.3.6.1.4.1.40418.7.100.39.4.3.1.1 | DisplayString (SIZE(1..64)) | read-only | current |
| erpsPort1Status OBJECT-TYPE erps port1's block status. | 1.3.6.1.4.1.40418.7.100.39.4.3.1.2 | INTEGER | read-only | current |
| erpsPort1SignalStatus OBJECT-TYPE erps port1's siginal status. | 1.3.6.1.4.1.40418.7.100.39.4.3.1.3 | INTEGER | read-only | current |
| erpsPort1RRapsNodeId OBJECT-TYPE erps port1's R-APS-NodeId. | 1.3.6.1.4.1.40418.7.100.39.4.3.1.4 | DisplayString (SIZE(1..64)) | read-only | current |
| erpsPort1BPR OBJECT-TYPE erps port1's BPR value. | 1.3.6.1.4.1.40418.7.100.39.4.3.1.5 | INTEGER | read-only | current |
| erpsPortTrackConfig OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.39.5 | |||
| erpsPortTrackConfigTable OBJECT-TYPE erps port0 failure-detect table. | 1.3.6.1.4.1.40418.7.100.39.5.1 | not-accessible | current | |
| erpsPortTrackConfigEntry OBJECT-TYPE A set of configuration parameters for erps port1 failure-detect. | 1.3.6.1.4.1.40418.7.100.39.5.1.1 | not-accessible | current | |
| erpsRingPortIndex OBJECT-TYPE Domain. | 1.3.6.1.4.1.40418.7.100.39.5.1.1.1 | INTEGER {port0(0), port1(1)} | read-write | current |
| erpsPortTrackProtocolType OBJECT-TYPE Failure type that ERPS ring's member port detect. | 1.3.6.1.4.1.40418.7.100.39.5.1.1.2 | INTEGER {cc(1), physical-link-or-cc(2)} | read-write | current |
| erpsPortTrackCfmDomain OBJECT-TYPE Domain. | 1.3.6.1.4.1.40418.7.100.39.5.1.1.3 | DisplayString (SIZE(1..64)) | read-write | current |
| erpsPortTrackCfmMaName OBJECT-TYPE Service name string <1-45> character. | 1.3.6.1.4.1.40418.7.100.39.5.1.1.4 | DisplayString (SIZE(1..64)) | read-write | current |
| erpsPortTrackCfmMaNum OBJECT-TYPE Service name by numbe. | 1.3.6.1.4.1.40418.7.100.39.5.1.1.5 | INTEGER | read-write | current |
| erpsPortTrackCfmPvlanId OBJECT-TYPE Service name by primary vlan. | 1.3.6.1.4.1.40418.7.100.39.5.1.1.6 | INTEGER | read-write | current |
| erpsPortTrackCfmMepId OBJECT-TYPE Local mep configuartion. | 1.3.6.1.4.1.40418.7.100.39.5.1.1.7 | INTEGER | read-write | current |
| erpsPortTrackCfmRmepId OBJECT-TYPE Remote mep configuartion. | 1.3.6.1.4.1.40418.7.100.39.5.1.1.8 | INTEGER | read-write | current |
| erpsPortTrackRowStatus OBJECT-TYPE enable configuartion. | 1.3.6.1.4.1.40418.7.100.39.5.1.1.9 | INTEGER {unset(0), set(1)} | read-write | current |
| erpsPortStatistics OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.39.6 | |||
| erpsPort0StatisticsTable OBJECT-TYPE erps port0 Statistics table. | 1.3.6.1.4.1.40418.7.100.39.6.1 | not-accessible | current | |
| erpsPort0StatisticsEntry OBJECT-TYPE A set of results for erps port0 statistics. | 1.3.6.1.4.1.40418.7.100.39.6.1.1 | not-accessible | current | |
| erpsPort0TxRapsNrPktCnt OBJECT-TYPE ERPS port0's Tx NR Packet Count. | 1.3.6.1.4.1.40418.7.100.39.6.1.1.1 | INTEGER | read-only | current |
| erpsPort0RxRapsNrPktCnt OBJECT-TYPE ERPS port0's Rx NR Packet Count. | 1.3.6.1.4.1.40418.7.100.39.6.1.1.2 | INTEGER | read-only | current |
| erpsPort0TxRapsNrRbPktCnt OBJECT-TYPE ERPS port0's Tx NR-RB Packet Count. | 1.3.6.1.4.1.40418.7.100.39.6.1.1.3 | INTEGER | read-only | current |
| erpsPort0RxRapsNrRbPktCnt OBJECT-TYPE ERPS port0's Rx NR-RB Packet Count. | 1.3.6.1.4.1.40418.7.100.39.6.1.1.4 | INTEGER | read-only | current |
| erpsPort0TxRapsSfPktCnt OBJECT-TYPE ERPS port0's Tx SF Packet Count. | 1.3.6.1.4.1.40418.7.100.39.6.1.1.5 | INTEGER | read-only | current |
| erpsPort0RxRapsSfPktCnt OBJECT-TYPE ERPS port0's Rx SF Packet Count. | 1.3.6.1.4.1.40418.7.100.39.6.1.1.6 | INTEGER | read-only | current |
| erpsPort0TxRapsMsPktCnt OBJECT-TYPE ERPS port0's Tx MS Packet Count. | 1.3.6.1.4.1.40418.7.100.39.6.1.1.7 | INTEGER | read-only | current |
| erpsPort0RxRapsMsPktCnt OBJECT-TYPE ERPS port0's Rx MS Packet Count. | 1.3.6.1.4.1.40418.7.100.39.6.1.1.8 | INTEGER | read-only | current |
| erpsPort0TxRapsFsPktCnt OBJECT-TYPE ERPS port0's Tx FS Packet Count. | 1.3.6.1.4.1.40418.7.100.39.6.1.1.9 | INTEGER | read-only | current |
| erpsPort0RxRapsFsPktCnt OBJECT-TYPE ERPS port0's Rx FS Packet Count. | 1.3.6.1.4.1.40418.7.100.39.6.1.1.10 | INTEGER | read-only | current |
| erpsPort0TxRapsEventPktCnt OBJECT-TYPE ERPS port0's Tx Event Packet Count. | 1.3.6.1.4.1.40418.7.100.39.6.1.1.11 | INTEGER | read-only | current |
| erpsPort0RxRapsEventPktCnt OBJECT-TYPE ERPS port0's Rx Event Packet Count. | 1.3.6.1.4.1.40418.7.100.39.6.1.1.12 | INTEGER | read-only | current |
| erpsPort0TxRapsTotalPktCnt OBJECT-TYPE ERPS port0's Tx Total Packet Count. | 1.3.6.1.4.1.40418.7.100.39.6.1.1.13 | INTEGER | read-only | current |
| erpsPort0RxRapsTotalPktCnt OBJECT-TYPE ERPS port0's Rx Total Packet Count. | 1.3.6.1.4.1.40418.7.100.39.6.1.1.14 | INTEGER | read-only | current |
| erpsPort1StatisticsTable OBJECT-TYPE erps port1 Statistics table. | 1.3.6.1.4.1.40418.7.100.39.6.2 | not-accessible | current | |
| erpsPort1StatisticsEntry OBJECT-TYPE A set of results for erps port1 statistics. | 1.3.6.1.4.1.40418.7.100.39.6.2.1 | not-accessible | current | |
| erpsPort1TxRapsNrPktCnt OBJECT-TYPE ERPS port1's Tx NR Packet Count. | 1.3.6.1.4.1.40418.7.100.39.6.2.1.1 | INTEGER | read-only | current |
| erpsPort1RxRapsNrPktCnt OBJECT-TYPE ERPS port1's Rx NR Packet Count. | 1.3.6.1.4.1.40418.7.100.39.6.2.1.2 | INTEGER | read-only | current |
| erpsPort1TxRapsNrRbPktCnt OBJECT-TYPE ERPS port1's Tx NR-RB Packet Count. | 1.3.6.1.4.1.40418.7.100.39.6.2.1.3 | INTEGER | read-only | current |
| erpsPort1RxRapsNrRbPktCnt OBJECT-TYPE ERPS port1's Rx NR-RB Packet Count. | 1.3.6.1.4.1.40418.7.100.39.6.2.1.4 | INTEGER | read-only | current |
| erpsPort1TxRapsSfPktCnt OBJECT-TYPE ERPS port1's Tx SF Packet Count. | 1.3.6.1.4.1.40418.7.100.39.6.2.1.5 | INTEGER | read-only | current |
| erpsPort1RxRapsSfPktCnt OBJECT-TYPE ERPS port1's Rx SF Packet Count. | 1.3.6.1.4.1.40418.7.100.39.6.2.1.6 | INTEGER | read-only | current |
| erpsPort1TxRapsMsPktCnt OBJECT-TYPE ERPS port1's Tx MS Packet Count. | 1.3.6.1.4.1.40418.7.100.39.6.2.1.7 | INTEGER | read-only | current |
| erpsPort1RxRapsMsPktCnt OBJECT-TYPE ERPS port1's Rx MS Packet Count. | 1.3.6.1.4.1.40418.7.100.39.6.2.1.8 | INTEGER | read-only | current |
| erpsPort1TxRapsFsPktCnt OBJECT-TYPE ERPS port1's Tx FS Packet Count. | 1.3.6.1.4.1.40418.7.100.39.6.2.1.9 | INTEGER | read-only | current |
| erpsPort1RxRapsFsPktCnt OBJECT-TYPE ERPS port1's Rx FS Packet Count. | 1.3.6.1.4.1.40418.7.100.39.6.2.1.10 | INTEGER | read-only | current |
| erpsPort1TxRapsEventPktCnt OBJECT-TYPE ERPS port1's Tx Event Packet Count. | 1.3.6.1.4.1.40418.7.100.39.6.2.1.11 | INTEGER | read-only | current |
| erpsPort1RxRapsEventPktCnt OBJECT-TYPE ERPS port1's Rx Event Packet Count. | 1.3.6.1.4.1.40418.7.100.39.6.2.1.12 | INTEGER | read-only | current |
| erpsPort1TxRapsTotalPktCnt OBJECT-TYPE ERPS port1's Tx Total Packet Count. | 1.3.6.1.4.1.40418.7.100.39.6.2.1.13 | INTEGER | read-only | current |
| erpsPort1RxRapsTotalPktCnt OBJECT-TYPE ERPS port1's Rx Total Packet Count. | 1.3.6.1.4.1.40418.7.100.39.6.2.1.14 | INTEGER | read-only | current |
| fdbMacInfo OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.40 | |||
| fdbMacInfoTable OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.40.1 | |||
| fdbMacMaxTotalNum OBJECT-TYPE MAX total filter entry number. | 1.3.6.1.4.1.40418.7.100.40.1.1 | INTEGER | read-only | current |
| fdbMacMaxStaticNum OBJECT-TYPE MAX static filter entry number. | 1.3.6.1.4.1.40418.7.100.40.1.2 | INTEGER | read-only | current |
| fdbMacMaxUnicastNum OBJECT-TYPE MAX unicast filter entry number. | 1.3.6.1.4.1.40418.7.100.40.1.3 | INTEGER | read-only | current |
| fdbMacMaxMulticastNum OBJECT-TYPE MAX multicast filter entry number. | 1.3.6.1.4.1.40418.7.100.40.1.4 | INTEGER | read-only | current |
| fdbMacCurTotalNum OBJECT-TYPE CURRENT total filter entry number. | 1.3.6.1.4.1.40418.7.100.40.1.5 | INTEGER | read-only | current |
| fdbMacCurStaticNum OBJECT-TYPE CURRENT static filter entry number. | 1.3.6.1.4.1.40418.7.100.40.1.6 | INTEGER | read-only | current |
| fdbMacCurUnicastNum OBJECT-TYPE CURRENT unicast filter entry number. | 1.3.6.1.4.1.40418.7.100.40.1.7 | INTEGER | read-only | current |
| fdbMacCurHiddenNum OBJECT-TYPE CURRENT hidden filter entry number. | 1.3.6.1.4.1.40418.7.100.40.1.8 | INTEGER | read-only | current |
| fdbMacCurMulticastInsertNum OBJECT-TYPE CURRENT multicast insert filter entry number. | 1.3.6.1.4.1.40418.7.100.40.1.9 | INTEGER | read-only | current |
| fdbMacCurMulticastWaitNum OBJECT-TYPE CURRENT multicast wait filter entry number. | 1.3.6.1.4.1.40418.7.100.40.1.10 | INTEGER | read-only | current |
| fdbMacCounterTimeStamp OBJECT-TYPE The value of sysUpTime when the fdbMacInfo was generated. | 1.3.6.1.4.1.40418.7.100.40.1.11 | TimeStamp | read-only | current |
| lldpPrivateInfo OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.100.200 | |||
| lldpGlobalEnable OBJECT-TYPE Enable or disable lldp global config. | 1.3.6.1.4.1.40418.7.100.200.1 | INTEGER {disable(0), enable(1)} | read-write | current |
| notifications OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.101 | |||
| antiArpscan OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.101.100 | |||
| fan OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.101.101 | |||
| power OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.101.102 | |||
| slotTemperature OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.101.103 | |||
| dhcpsnooping OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.101.104 | |||
| rateViolation OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.101.105 | |||
| portGroup OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.101.106 | |||
| efmOam OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.101.109 | |||
| transceiverMonitor OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.101.110 | |||
| dyingGasp OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.101.114 | |||
| copyRunningConfig OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.101.116 | |||
| mstp OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.101.121 | |||
| powerGroup OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.101.122 | |||
| erpsGroup OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.101.125 | |||
| authLogGroup OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.101.126 | |||
| conformance OBJECT-IDENTITY | 1.3.6.1.4.1.40418.7.102 |
Notifications
| Name | OID | Status |
|---|---|---|
| prohibitPortOID NOTIFICATION-TYPE anti arp scan prohibit port. | 1.3.6.1.4.1.40418.7.101.100.1 | current |
| recoverPortOID NOTIFICATION-TYPE anti arp scan recover port. | 1.3.6.1.4.1.40418.7.101.100.2 | current |
| prohibitIPOID NOTIFICATION-TYPE anti arp scan prohibit ip. | 1.3.6.1.4.1.40418.7.101.100.3 | current |
| prohibitIPExceedSlimitOID NOTIFICATION-TYPE anti arp scan prohibit ip exceed S limit. | 1.3.6.1.4.1.40418.7.101.100.4 | current |
| prohibitIPExceedHlimitOID NOTIFICATION-TYPE anti arp scan prohibit ip exceed H limit. | 1.3.6.1.4.1.40418.7.101.100.5 | current |
| recoverIPOID NOTIFICATION-TYPE anti arp scan recover ip. | 1.3.6.1.4.1.40418.7.101.100.6 | current |
| ipAddress NOTIFICATION-TYPE anti arp scan ip address. | 1.3.6.1.4.1.40418.7.101.100.7 | current |
| arpSpeedLimitOID NOTIFICATION-TYPE anti arp scan speed limit. | 1.3.6.1.4.1.40418.7.101.100.8 | current |
| arpDiscardOID NOTIFICATION-TYPE anti arp scan discard arp. | 1.3.6.1.4.1.40418.7.101.100.9 | current |
| recoverArpSpeedOID NOTIFICATION-TYPE anti arp scan recover arp speed. | 1.3.6.1.4.1.40418.7.101.100.10 | current |
| recoverArpDiscardOID NOTIFICATION-TYPE anti arp scan recover arp discard. | 1.3.6.1.4.1.40418.7.101.100.11 | current |
| fanAbnormalOID NOTIFICATION-TYPE fan abnormal. | 1.3.6.1.4.1.40418.7.101.101.1 | current |
| fanNormalOID NOTIFICATION-TYPE fan normal. | 1.3.6.1.4.1.40418.7.101.101.2 | current |
| fanInsertOID NOTIFICATION-TYPE fan insert. | 1.3.6.1.4.1.40418.7.101.101.3 | current |
| fanPullOutOID NOTIFICATION-TYPE fan pull out. | 1.3.6.1.4.1.40418.7.101.101.4 | current |
| powerAbnormalOID NOTIFICATION-TYPE sys power DC is working! | 1.3.6.1.4.1.40418.7.101.102.1 | current |
| powerNormalOID NOTIFICATION-TYPE sys power AC is working! | 1.3.6.1.4.1.40418.7.101.102.2 | current |
| powerInsertOID NOTIFICATION-TYPE sys power insert! | 1.3.6.1.4.1.40418.7.101.102.3 | current |
| powerPullOutOID NOTIFICATION-TYPE sys power pull out! | 1.3.6.1.4.1.40418.7.101.102.4 | current |
| slotTemperatureHigherOID NOTIFICATION-TYPE Temperature breached high threshold | 1.3.6.1.4.1.40418.7.101.103.1 | current |
| slotTemperatureLowerOID NOTIFICATION-TYPE Temperature breached low threshold | 1.3.6.1.4.1.40418.7.101.103.2 | current |
| shutdownPort NOTIFICATION-TYPE dhcp snooping shutdown port. | 1.3.6.1.4.1.40418.7.101.104.1 | current |
| noShutdownPort NOTIFICATION-TYPE dhcp snooping no shutdown port. | 1.3.6.1.4.1.40418.7.101.104.2 | current |
| addBlackhole NOTIFICATION-TYPE dhcp snooping add black hole. | 1.3.6.1.4.1.40418.7.101.104.3 | current |
| delBlackhole NOTIFICATION-TYPE dhcp snooping delete black hole. | 1.3.6.1.4.1.40418.7.101.104.4 | current |
| addBlockedinfo NOTIFICATION-TYPE dhcp snooping add blocked information. | 1.3.6.1.4.1.40418.7.101.104.5 | current |
| rateViolationShutdownPort NOTIFICATION-TYPE rate violation shutdown port. | 1.3.6.1.4.1.40418.7.101.105.1 | current |
| rateViolationNoShutdownPort NOTIFICATION-TYPE rate violation no shutdown port. | 1.3.6.1.4.1.40418.7.101.105.2 | current |
| portGroupCreate NOTIFICATION-TYPE port group create. | 1.3.6.1.4.1.40418.7.101.106.1 | current |
| portGroupDelete NOTIFICATION-TYPE port group delete. | 1.3.6.1.4.1.40418.7.101.106.2 | current |
| portGroupUpdate NOTIFICATION-TYPE port group update. | 1.3.6.1.4.1.40418.7.101.106.3 | current |
| efmOamDiscoverySuccess NOTIFICATION-TYPE efm oam discovery success. | 1.3.6.1.4.1.40418.7.101.109.1 | current |
| efmOamDiscoveryTimeout NOTIFICATION-TYPE efm oam discovery time out. | 1.3.6.1.4.1.40418.7.101.109.2 | current |
| efmOamLocalErrSymbolPeriodEvent NOTIFICATION-TYPE efm oam local error symbol period event. | 1.3.6.1.4.1.40418.7.101.109.3 | current |
| efmOamLocalErrFramePeriodEvent NOTIFICATION-TYPE efm oam local error frame period event. | 1.3.6.1.4.1.40418.7.101.109.4 | current |
| efmOamLocalErrFrameEvent NOTIFICATION-TYPE efm oam local error frame event. | 1.3.6.1.4.1.40418.7.101.109.5 | current |
| efmOamLocalErrFrameSecondsSummaryEvent NOTIFICATION-TYPE efm oam local error frame seconds summary event. | 1.3.6.1.4.1.40418.7.101.109.6 | current |
| efmOamLocalLinkFault NOTIFICATION-TYPE efm oam local link fault. | 1.3.6.1.4.1.40418.7.101.109.7 | current |
| efmOamLocalCriticalEvent NOTIFICATION-TYPE efm oam local critical event. | 1.3.6.1.4.1.40418.7.101.109.8 | current |
| efmOamRemoteErrSymbolPeriodEvent NOTIFICATION-TYPE efm oam remote error symbol period event. | 1.3.6.1.4.1.40418.7.101.109.9 | current |
| efmOamRemoteErrFramePeriodEvent NOTIFICATION-TYPE efm oam remote error frame period event. | 1.3.6.1.4.1.40418.7.101.109.10 | current |
| efmOamRemoteErrFrameEvent NOTIFICATION-TYPE efm oam remote error frame event. | 1.3.6.1.4.1.40418.7.101.109.11 | current |
| efmOamRemoteErrFrameSecondsSummaryEvent NOTIFICATION-TYPE efm oam remote error frame seconds summary event. | 1.3.6.1.4.1.40418.7.101.109.12 | current |
| efmOamRemoteLinkFault NOTIFICATION-TYPE efm oam remote link fault. | 1.3.6.1.4.1.40418.7.101.109.13 | current |
| efmOamRemoteCriticalEvent NOTIFICATION-TYPE efm oam remote critical event. | 1.3.6.1.4.1.40418.7.101.109.14 | current |
| efmOamRemoteDyingGasp NOTIFICATION-TYPE efm oam remote dying gasp. | 1.3.6.1.4.1.40418.7.101.109.15 | current |
| efmOamLoopBackSuccess NOTIFICATION-TYPE efm oam loopback success. | 1.3.6.1.4.1.40418.7.101.109.16 | current |
| efmOamLoopBackExit NOTIFICATION-TYPE efm oam loopback exit. | 1.3.6.1.4.1.40418.7.101.109.17 | current |
| transceiverMonitorAlarmEvent NOTIFICATION-TYPE tranceiver monitor alarm event. | 1.3.6.1.4.1.40418.7.101.110.1 | current |
| transceiverMonitorWarnEvent NOTIFICATION-TYPE transceiver monitor warn event. | 1.3.6.1.4.1.40418.7.101.110.2 | current |
| dyingGaspEvent NOTIFICATION-TYPE dying gasp. | 1.3.6.1.4.1.40418.7.101.114.1 | current |
| copyRunningConfigEvent NOTIFICATION-TYPE copy running config event. | 1.3.6.1.4.1.40418.7.101.116.1 | current |
| mstpTcnTrapOID NOTIFICATION-TYPE mstp tcn. | 1.3.6.1.4.1.40418.7.101.121.1 | current |
| powerSupplyTrap NOTIFICATION-TYPE power supply. | 1.3.6.1.4.1.40418.7.101.122.2 | current |
| powerPresentTrap NOTIFICATION-TYPE power present. | 1.3.6.1.4.1.40418.7.101.122.4 | current |
| swERPSSFDetectedTrap NOTIFICATION-TYPE ERPS SF deleted. | 1.3.6.1.4.1.40418.7.101.125.1 | current |
| swERPSSFClearedTrap NOTIFICATION-TYPE ERPS SF cleared. | 1.3.6.1.4.1.40418.7.101.125.2 | current |
| authLogin NOTIFICATION-TYPE User Login. | 1.3.6.1.4.1.40418.7.101.126.1 | current |
| authLogout NOTIFICATION-TYPE User Logout. | 1.3.6.1.4.1.40418.7.101.126.2 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| ntpEntNTPCompliance MODULE-COMPLIANCE The compliance statement for SNMP entities which use NTP and implement the NTP MIB | 1.3.6.1.4.1.40418.7.100.25.6.1.1 | current |
| ntpEntSNTPCompliance MODULE-COMPLIANCE The compliance statement for SNMP entities which use SNTP and implement the NTP MIB | 1.3.6.1.4.1.40418.7.100.25.6.1.2 | current |
| ntpEntObjectsGroup1 OBJECT-GROUP A collection of objects for the NTP MIB that all NTP or SNTP entities should implement. | 1.3.6.1.4.1.40418.7.100.25.6.2.1 | current |
| ntpEntObjectsGroup2 OBJECT-GROUP A collection of objects for the NTP MIB that are optional for NTP or SNTP entities to implement. | 1.3.6.1.4.1.40418.7.100.25.6.2.2 | current |