HH3C-PROTOCOL-VLAN-MIB
- Registered at
- 1.3.6.1.4.1.25506.2.16
- Last updated
- 2004-08-31 18:00
- Organization
- New H3C Tech. Co., Ltd.
- Revisions
- 2004-08-31 19:38
- Namespace
- comware
- Source file
HH3C-PROTOCOL-VLAN-MIB- Digest
sha256:2f352791b7c6e276f5cd54a76a7e37fc3b2f7739b36d1690542f83684d453e25
Description
This MIB contains the objects for managing the protocol-based VLAN configurations.
Contact
Platform Team New H3C Tech. Co., Ltd. Hai-Dian District Beijing P.R. China http://www.h3c.com Zip:100085
Imports
| From | Symbols |
|---|---|
| HH3C-OID-MIB | hh3cCommon |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
HH3C-OID-MIB HH3C-PROTOCOL-VLAN-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| Hh3cvProtocolVlanProtocolSubType TEXTUAL-CONVENTION combine with Hh3cvProtocolVlanProtocolType. ethernetii(2), llc(3), raw(4), snap(5) are used when the value of Hh3cvProtocolVlanProtocolType is for Layer 3 protocols. etype(6) is used when the value of Hh3cvProtocolVlanProtocolType is for Layer 2 protocols. For detailed information, see the DESCRIPTION part of hh3cProtocolVlanProtocolTypeValue. | current | |||
| Hh3cvProtocolVlanProtocolType TEXTUAL-CONVENTION Contains protocols both for Layer 3 and Layer 2. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hh3cProtocolVlanOperate OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.16.1 | |||
| hh3cProtocolNumAllVlan OBJECT-TYPE The maximum number of protocols that can be configured on all VLANs. This number may vary with products. | 1.3.6.1.4.1.25506.2.16.1.1 | Integer32 | read-only | current |
| hh3cProtocolNumPerVlan OBJECT-TYPE The maximum number of protocols that can be configured per VLAN. This number may vary with products. | 1.3.6.1.4.1.25506.2.16.1.2 | Integer32 | read-only | current |
| hh3cProtocolNumAllPort OBJECT-TYPE The maximum number of protocols that can be applied on all ports. This number may vary with products. | 1.3.6.1.4.1.25506.2.16.1.3 | Integer32 | read-only | current |
| hh3cProtocolNumPerPort OBJECT-TYPE The maximum number of protocols that can be applied to each port. This number may vary with products. | 1.3.6.1.4.1.25506.2.16.1.4 | Integer32 | read-only | current |
| hh3cProtocolVlanTable OBJECT-TYPE Protocol-based VLAN configuration table. | 1.3.6.1.4.1.25506.2.16.1.5 | not-accessible | current | |
| hh3cProtocolVlanEntry OBJECT-TYPE Protocol-based VLAN configuration entry. | 1.3.6.1.4.1.25506.2.16.1.5.1 | not-accessible | current | |
| hh3cProtocolVlanVlanId OBJECT-TYPE Vlan ID. | 1.3.6.1.4.1.25506.2.16.1.5.1.1 | Integer32 | not-accessible | current |
| hh3cProtocolVlanProtocolIndex OBJECT-TYPE The protocol index value of a row in this table is in the range of [0..hh3cProtocolNumPerVlan-1]. This object may not be provided during creation. In this case, a number is assigned by system automatically. | 1.3.6.1.4.1.25506.2.16.1.5.1.2 | Integer32 | not-accessible | current |
| hh3cProtocolVlanProtocolType OBJECT-TYPE Specify protocol types supported by a protocol-based VLAN. Now protocols supported on Layer 3 include ip, ipx, at, ipv6, etc. Now protocols supported on Layer 2 include llc, snap, ethernetii, etc. For detailed information, see description of hh3cProtocolVlanProtocolTypeValue. | 1.3.6.1.4.1.25506.2.16.1.5.1.3 | Hh3cvProtocolVlanProtocolType | read-create | current |
| hh3cProtocolVlanProtocolSubType OBJECT-TYPE See description of hh3cProtocolVlanProtocolTypeValue. | 1.3.6.1.4.1.25506.2.16.1.5.1.4 | Hh3cvProtocolVlanProtocolSubType | read-create | current |
| hh3cProtocolVlanProtocolTypeValue OBJECT-TYPE The value of the configured protocol type. By default, semicolon(;) is used as a separator between different parts in the content of the object. The relationship among hh3cProtocolVlanProtocolType, hh3cProtocolVlanProtocolSubType and hh3cProtocolVlanProtocolTypeValue is as follows: |----------------------------------------------------------------------------------------------| | hh3cProtocolVlan- | hh3cProtocolVlan- | hh3cProtocolVlanProtocolTypeValue | | ProtocolType | ProtocolSubType | | |-------------------|-------------------|------------------------------------------------------| | ip | notused | notused for create operation | |-------------------|-------------------|------------------------------------------------------| | ipv6 | notused | notused for create operation | |-------------------|-------------------|------------------------------------------------------| | at | notused | notused for create operation | |-------------------|-------------------|------------------------------------------------------| | ipx | ethernetii | notused for create operation | | llc | | | | raw | | | | snap | | |-------------------|-------------------|------------------------------------------------------| | mode-snap | etype | hex string like '600', which means 0x0600. | | | | The range is [0x600..0xffff] | |-------------------|-------------------|------------------------------------------------------| | mode-ethernetii | etype | hex string like '600', which means 0x0600. | | | | The range is [0x600..0xffff] | |-------------------|-------------------|------------------------------------------------------| | mode-llc | notused | the sequence of different parts is as follows. | | | | [dsap value][;ssap value][dsap value;ssap value] | | | | Both range is [0x00..0xff] | | | | | | | | For example. Suppose value of dsap and ssap are 0x09 | | | | and 0x0a. | | | | If neither dsap or ssap, the string length is zero. | | | | If dsap provided, the string is '09;' or '09' | | | | If ssap provided, the value is ';0a' | | | | If dsap and ssap provided, the value is '09;0a' | |-------------------|-------------------|------------------------------------------------------| | 1.3.6.1.4.1.25506.2.16.1.5.1.5 | OCTET STRING (SIZE(0..255)) | read-create | current |
| hh3cProtocolVlanRowStatus OBJECT-TYPE The row status of this table. | 1.3.6.1.4.1.25506.2.16.1.5.1.6 | RowStatus | read-create | current |
| hh3cProtocolVlanPortTable OBJECT-TYPE Protocol-based VLAN port information table. | 1.3.6.1.4.1.25506.2.16.1.6 | not-accessible | current | |
| hh3cProtocolVlanPortEntry OBJECT-TYPE Protocol-based VLAN port information entry. | 1.3.6.1.4.1.25506.2.16.1.6.1 | not-accessible | current | |
| hh3cProtocolVlanPortIndex OBJECT-TYPE The maximum number is the total number of ports supported by device. | 1.3.6.1.4.1.25506.2.16.1.6.1.1 | Integer32 | not-accessible | current |
| hh3cProtocolVlanPortVlanId OBJECT-TYPE The protocol-based VLAN ID. | 1.3.6.1.4.1.25506.2.16.1.6.1.2 | Integer32 | not-accessible | current |
| hh3cProtocolVlanPortProtocolId OBJECT-TYPE The protocol index. | 1.3.6.1.4.1.25506.2.16.1.6.1.3 | Integer32 | not-accessible | current |
| hh3cProtocolVlanPortProtocolType OBJECT-TYPE See the description of hh3cProtocolVlanProtocolType. | 1.3.6.1.4.1.25506.2.16.1.6.1.4 | Hh3cvProtocolVlanProtocolType | read-only | current |
| hh3cProtocolVlanPortProtocolSubType OBJECT-TYPE See the description of hh3cProtocolVlanProtocolSubType. | 1.3.6.1.4.1.25506.2.16.1.6.1.5 | Hh3cvProtocolVlanProtocolSubType | read-only | current |
| hh3cProtocolVlanPortTypeValue OBJECT-TYPE See the description of hh3cProtocolVlanProtocolTypeValue. | 1.3.6.1.4.1.25506.2.16.1.6.1.6 | OCTET STRING | read-only | current |
| hh3cProtocolVlanPortRowStatus OBJECT-TYPE The row status of this table. | 1.3.6.1.4.1.25506.2.16.1.6.1.7 | RowStatus | read-create | current |
| hh3cProtocolVlanPortStatus OBJECT-TYPE The protocol VLAN status on the port. The value is active only when hh3cProtocolVlanPortProtocolId has the corresponding entry in hh3cProtocolVlanTable, the port link type is hybrid, and the VLAN is allowed by the port. active: protocol VLAN has been applied on the port. inactive: protocol VLAN is not applied on the port. | 1.3.6.1.4.1.25506.2.16.1.6.1.8 | INTEGER {active(1), inactive(2)} | read-only | current |
| hh3cDifferentProtocolNumAllPort OBJECT-TYPE The maximum number of different protocols that can be applied to all ports. | 1.3.6.1.4.1.25506.2.16.1.7 | Integer32 | read-only | current |
| hh3cProtocolVlanConformance OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.16.2 | |||
| hh3cProtocolVlanCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.16.2.1 | |||
| hh3cProtocolVlanGroups OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.16.2.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| hh3cProtocolVlanCompliance MODULE-COMPLIANCE The compliance statement for protocol VLAN MIB. | 1.3.6.1.4.1.25506.2.16.2.1.1 | current |
| hh3cProtocolVlanOperateGroup OBJECT-GROUP A group of scalar objects describing the maximum number. | 1.3.6.1.4.1.25506.2.16.2.2.1 | current |
| hh3cProtocolVlanProtocolGroup OBJECT-GROUP A group of protocol VLAN protocol. | 1.3.6.1.4.1.25506.2.16.2.2.2 | current |
| hh3cProtocolVlanPortGroup OBJECT-GROUP A group of protocol VLAN port. | 1.3.6.1.4.1.25506.2.16.2.2.3 | current |