HPN-ICF-PROTOCOL-VLAN-MIB
- Registered at
- 1.3.6.1.4.1.11.2.14.11.15.2.16
- Last updated
- 2004-08-31 18:00
- Revisions
- 2004-08-31 19:38
- Namespace
- hp
- Source file
HPN-ICF-PROTOCOL-VLAN-MIB- Digest
sha256:7ceaf1e313f63ca6f220a51a1e13bfa8efbcab1d23deee88fc387d2833f11d3f
Description
This MIB contains the objects for managing the protocol-based VLAN configurations.
Imports
| From | Symbols |
|---|---|
| HPN-ICF-OID-MIB | hpnicfCommon |
| 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.
HPN-ICF-OID-MIB HPN-ICF-PROTOCOL-VLAN-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| HpnicfvProtocolVlanProtocolSubType TEXTUAL-CONVENTION combine with HpnicfvProtocolVlanProtocolType. ethernetii(2), llc(3), raw(4), snap(5) are used when the value of HpnicfvProtocolVlanProtocolType is for Layer 3 protocols. etype(6) is used when the value of HpnicfvProtocolVlanProtocolType is for Layer 2 protocols. For detailed information, see the DESCRIPTION part of hpnicfProtocolVlanProtocolTypeValue. | current | |||
| HpnicfvProtocolVlanProtocolType TEXTUAL-CONVENTION Contains protocols both for Layer 3 and Layer 2. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hpnicfProtocolVlanOperate OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.16.1 | |||
| hpnicfProtocolNumAllVlan 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.11.2.14.11.15.2.16.1.1 | Integer32 | read-only | current |
| hpnicfProtocolNumPerVlan 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.11.2.14.11.15.2.16.1.2 | Integer32 | read-only | current |
| hpnicfProtocolNumAllPort 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.11.2.14.11.15.2.16.1.3 | Integer32 | read-only | current |
| hpnicfProtocolNumPerPort 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.11.2.14.11.15.2.16.1.4 | Integer32 | read-only | current |
| hpnicfProtocolVlanTable OBJECT-TYPE Protocol-based VLAN configuration table. | 1.3.6.1.4.1.11.2.14.11.15.2.16.1.5 | not-accessible | current | |
| hpnicfProtocolVlanEntry OBJECT-TYPE Protocol-based VLAN configuration entry. | 1.3.6.1.4.1.11.2.14.11.15.2.16.1.5.1 | not-accessible | current | |
| hpnicfProtocolVlanVlanId OBJECT-TYPE Vlan ID. | 1.3.6.1.4.1.11.2.14.11.15.2.16.1.5.1.1 | Integer32 | not-accessible | current |
| hpnicfProtocolVlanProtocolIndex OBJECT-TYPE The protocol index value of a row in this table is in the range of [0..hpnicfProtocolNumPerVlan-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.11.2.14.11.15.2.16.1.5.1.2 | Integer32 | not-accessible | current |
| hpnicfProtocolVlanProtocolType 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 hpnicfProtocolVlanProtocolTypeValue. | 1.3.6.1.4.1.11.2.14.11.15.2.16.1.5.1.3 | HpnicfvProtocolVlanProtocolType | read-create | current |
| hpnicfProtocolVlanProtocolSubType OBJECT-TYPE See description of hpnicfProtocolVlanProtocolTypeValue. | 1.3.6.1.4.1.11.2.14.11.15.2.16.1.5.1.4 | HpnicfvProtocolVlanProtocolSubType | read-create | current |
| hpnicfProtocolVlanProtocolTypeValue 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 hpnicfProtocolVlanProtocolType, hpnicfProtocolVlanProtocolSubType and hpnicfProtocolVlanProtocolTypeValue is as follows: |----------------------------------------------------------------------------------------------| | hpnicfProtocolVlan- | hpnicfProtocolVlan- | hpnicfProtocolVlanProtocolTypeValue | | 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.11.2.14.11.15.2.16.1.5.1.5 | OCTET STRING (SIZE(0..255)) | read-create | current |
| hpnicfProtocolVlanRowStatus OBJECT-TYPE The row status of this table. | 1.3.6.1.4.1.11.2.14.11.15.2.16.1.5.1.6 | RowStatus | read-create | current |
| hpnicfProtocolVlanPortTable OBJECT-TYPE Protocol-based VLAN port information table. | 1.3.6.1.4.1.11.2.14.11.15.2.16.1.6 | not-accessible | current | |
| hpnicfProtocolVlanPortEntry OBJECT-TYPE Protocol-based VLAN port information entry. | 1.3.6.1.4.1.11.2.14.11.15.2.16.1.6.1 | not-accessible | current | |
| hpnicfProtocolVlanPortIndex OBJECT-TYPE The maximum number is the total number of ports supported by device. | 1.3.6.1.4.1.11.2.14.11.15.2.16.1.6.1.1 | Integer32 | not-accessible | current |
| hpnicfProtocolVlanPortVlanId OBJECT-TYPE The protocol-based VLAN ID. | 1.3.6.1.4.1.11.2.14.11.15.2.16.1.6.1.2 | Integer32 | not-accessible | current |
| hpnicfProtocolVlanPortProtocolId OBJECT-TYPE The protocol index. | 1.3.6.1.4.1.11.2.14.11.15.2.16.1.6.1.3 | Integer32 | not-accessible | current |
| hpnicfProtocolVlanPortProtocolType OBJECT-TYPE See the description of hpnicfProtocolVlanProtocolType. | 1.3.6.1.4.1.11.2.14.11.15.2.16.1.6.1.4 | HpnicfvProtocolVlanProtocolType | read-only | current |
| hpnicfProtocolVlanPortProtocolSubType OBJECT-TYPE See the description of hpnicfProtocolVlanProtocolSubType. | 1.3.6.1.4.1.11.2.14.11.15.2.16.1.6.1.5 | HpnicfvProtocolVlanProtocolSubType | read-only | current |
| hpnicfProtocolVlanPortTypeValue OBJECT-TYPE See the description of hpnicfProtocolVlanProtocolTypeValue. | 1.3.6.1.4.1.11.2.14.11.15.2.16.1.6.1.6 | OCTET STRING | read-only | current |
| hpnicfProtocolVlanPortRowStatus OBJECT-TYPE The row status of this table. | 1.3.6.1.4.1.11.2.14.11.15.2.16.1.6.1.7 | RowStatus | read-create | current |
| hpnicfProtocolVlanPortStatus OBJECT-TYPE The protocol VLAN status on the port. The value is active only when hpnicfProtocolVlanPortProtocolId has the corresponding entry in hpnicfProtocolVlanTable, 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.11.2.14.11.15.2.16.1.6.1.8 | INTEGER {active(1), inactive(2)} | read-only | current |
| hpnicfDifferentProtocolNumAllPort OBJECT-TYPE The maximum number of different protocols that can be applied to all ports. | 1.3.6.1.4.1.11.2.14.11.15.2.16.1.7 | Integer32 | read-only | current |
| hpnicfProtocolVlanConformance OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.16.2 | |||
| hpnicfProtocolVlanCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.16.2.1 | |||
| hpnicfProtocolVlanGroups OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.16.2.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| hpnicfProtocolVlanCompliance MODULE-COMPLIANCE The compliance statement for protocol VLAN MIB. | 1.3.6.1.4.1.11.2.14.11.15.2.16.2.1.1 | current |
| hpnicfProtocolVlanOperateGroup OBJECT-GROUP A group of scalar objects describing the maximum number. | 1.3.6.1.4.1.11.2.14.11.15.2.16.2.2.1 | current |
| hpnicfProtocolVlanProtocolGroup OBJECT-GROUP A group of protocol VLAN protocol. | 1.3.6.1.4.1.11.2.14.11.15.2.16.2.2.2 | current |
| hpnicfProtocolVlanPortGroup OBJECT-GROUP A group of protocol VLAN port. | 1.3.6.1.4.1.11.2.14.11.15.2.16.2.2.3 | current |