HPN-ICF-PROTOCOL-VLAN-MIB

File: HPN-ICF-PROTOCOL-VLAN-MIB.mib (18485 bytes)

Imported modules

HPN-ICF-OID-MIB SNMPv2-CONF SNMPv2-SMI
SNMPv2-TC

Imported symbols

hpnicfCommon OBJECT-GROUP MODULE-COMPLIANCE
Integer32 OBJECT-TYPE MODULE-IDENTITY
RowStatus TEXTUAL-CONVENTION

Defined Types

HpnicfvProtocolVlanProtocolType  
Contains protocols both for Layer 3 and Layer 2.
TEXTUAL-CONVENTION    
  INTEGER ip(1), ipx(2), at(3), ipv6(4), mode-llc(101), mode-snap(102), mode-ethernetii(103), notConfigure(201)  

HpnicfvProtocolVlanProtocolSubType  
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.
TEXTUAL-CONVENTION    
  INTEGER notused(1), ethernetii(2), llc(3), raw(4), snap(5), etype(6)  

HpnicfProtocolVlanEntry  
SEQUENCE    
  hpnicfProtocolVlanVlanId Integer32
  hpnicfProtocolVlanProtocolIndex Integer32
  hpnicfProtocolVlanProtocolType HpnicfvProtocolVlanProtocolType
  hpnicfProtocolVlanProtocolSubType HpnicfvProtocolVlanProtocolSubType
  hpnicfProtocolVlanProtocolTypeValue OCTET STRING
  hpnicfProtocolVlanRowStatus RowStatus

HpnicfProtocolVlanPortEntry  
SEQUENCE    
  hpnicfProtocolVlanPortIndex Integer32
  hpnicfProtocolVlanPortVlanId Integer32
  hpnicfProtocolVlanPortProtocolId Integer32
  hpnicfProtocolVlanPortProtocolType HpnicfvProtocolVlanProtocolType
  hpnicfProtocolVlanPortProtocolSubType HpnicfvProtocolVlanProtocolSubType
  hpnicfProtocolVlanPortTypeValue OCTET STRING
  hpnicfProtocolVlanPortRowStatus RowStatus
  hpnicfProtocolVlanPortStatus INTEGER

Defined Values

hpnicfProtocolVlan 1.3.6.1.4.1.11.2.14.11.15.2.16
This MIB contains the objects for managing the protocol-based VLAN configurations.
MODULE-IDENTITY    

hpnicfProtocolVlanOperate 1.3.6.1.4.1.11.2.14.11.15.2.16.1
OBJECT IDENTIFIER    

hpnicfProtocolNumAllVlan 1.3.6.1.4.1.11.2.14.11.15.2.16.1.1
The maximum number of protocols that can be configured on all VLANs. This number may vary with products.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfProtocolNumPerVlan 1.3.6.1.4.1.11.2.14.11.15.2.16.1.2
The maximum number of protocols that can be configured per VLAN. This number may vary with products.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfProtocolNumAllPort 1.3.6.1.4.1.11.2.14.11.15.2.16.1.3
The maximum number of protocols that can be applied on all ports. This number may vary with products.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfProtocolNumPerPort 1.3.6.1.4.1.11.2.14.11.15.2.16.1.4
The maximum number of protocols that can be applied to each port. This number may vary with products.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfProtocolVlanTable 1.3.6.1.4.1.11.2.14.11.15.2.16.1.5
Protocol-based VLAN configuration table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfProtocolVlanEntry

hpnicfProtocolVlanEntry 1.3.6.1.4.1.11.2.14.11.15.2.16.1.5.1
Protocol-based VLAN configuration entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfProtocolVlanEntry  

hpnicfProtocolVlanVlanId 1.3.6.1.4.1.11.2.14.11.15.2.16.1.5.1.1
Vlan ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hpnicfProtocolVlanProtocolIndex 1.3.6.1.4.1.11.2.14.11.15.2.16.1.5.1.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hpnicfProtocolVlanProtocolType 1.3.6.1.4.1.11.2.14.11.15.2.16.1.5.1.3
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.
Status: current Access: read-create
OBJECT-TYPE    
  HpnicfvProtocolVlanProtocolType  

hpnicfProtocolVlanProtocolSubType 1.3.6.1.4.1.11.2.14.11.15.2.16.1.5.1.4
See description of hpnicfProtocolVlanProtocolTypeValue.
Status: current Access: read-create
OBJECT-TYPE    
  HpnicfvProtocolVlanProtocolSubType  

hpnicfProtocolVlanProtocolTypeValue 1.3.6.1.4.1.11.2.14.11.15.2.16.1.5.1.5
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' | |-------------------|-------------------|------------------------------------------------------|
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hpnicfProtocolVlanRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.16.1.5.1.6
The row status of this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfProtocolVlanPortTable 1.3.6.1.4.1.11.2.14.11.15.2.16.1.6
Protocol-based VLAN port information table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfProtocolVlanPortEntry

hpnicfProtocolVlanPortEntry 1.3.6.1.4.1.11.2.14.11.15.2.16.1.6.1
Protocol-based VLAN port information entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfProtocolVlanPortEntry  

hpnicfProtocolVlanPortIndex 1.3.6.1.4.1.11.2.14.11.15.2.16.1.6.1.1
The maximum number is the total number of ports supported by device.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hpnicfProtocolVlanPortVlanId 1.3.6.1.4.1.11.2.14.11.15.2.16.1.6.1.2
The protocol-based VLAN ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hpnicfProtocolVlanPortProtocolId 1.3.6.1.4.1.11.2.14.11.15.2.16.1.6.1.3
The protocol index.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hpnicfProtocolVlanPortProtocolType 1.3.6.1.4.1.11.2.14.11.15.2.16.1.6.1.4
See the description of hpnicfProtocolVlanProtocolType.
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfvProtocolVlanProtocolType  

hpnicfProtocolVlanPortProtocolSubType 1.3.6.1.4.1.11.2.14.11.15.2.16.1.6.1.5
See the description of hpnicfProtocolVlanProtocolSubType.
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfvProtocolVlanProtocolSubType  

hpnicfProtocolVlanPortTypeValue 1.3.6.1.4.1.11.2.14.11.15.2.16.1.6.1.6
See the description of hpnicfProtocolVlanProtocolTypeValue.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

hpnicfProtocolVlanPortRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.16.1.6.1.7
The row status of this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfProtocolVlanPortStatus 1.3.6.1.4.1.11.2.14.11.15.2.16.1.6.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

hpnicfDifferentProtocolNumAllPort 1.3.6.1.4.1.11.2.14.11.15.2.16.1.7
The maximum number of different protocols that can be applied to all ports.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfProtocolVlanConformance 1.3.6.1.4.1.11.2.14.11.15.2.16.2
OBJECT IDENTIFIER    

hpnicfProtocolVlanCompliances 1.3.6.1.4.1.11.2.14.11.15.2.16.2.1
OBJECT IDENTIFIER    

hpnicfProtocolVlanCompliance 1.3.6.1.4.1.11.2.14.11.15.2.16.2.1.1
The compliance statement for protocol VLAN MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

hpnicfProtocolVlanGroups 1.3.6.1.4.1.11.2.14.11.15.2.16.2.2
OBJECT IDENTIFIER    

hpnicfProtocolVlanOperateGroup 1.3.6.1.4.1.11.2.14.11.15.2.16.2.2.1
A group of scalar objects describing the maximum number.
Status: current Access: read-only
OBJECT-GROUP    

hpnicfProtocolVlanProtocolGroup 1.3.6.1.4.1.11.2.14.11.15.2.16.2.2.2
A group of protocol VLAN protocol.
Status: current Access: read-only
OBJECT-GROUP    

hpnicfProtocolVlanPortGroup 1.3.6.1.4.1.11.2.14.11.15.2.16.2.2.3
A group of protocol VLAN port.
Status: current Access: read-only
OBJECT-GROUP