HH3C-PROTOCOL-VLAN-MIB

File: HH3C-PROTOCOL-VLAN-MIB.mib (18533 bytes)

Imported modules

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

Imported symbols

hh3cCommon OBJECT-GROUP MODULE-COMPLIANCE
Integer32 OBJECT-TYPE MODULE-IDENTITY
DisplayString TruthValue RowStatus
TEXTUAL-CONVENTION

Defined Types

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

Hh3cvProtocolVlanProtocolSubType  
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. Detail information refers to DESCRIPTION part of hh3cProtocolVlanProtocolTypeValue.
TEXTUAL-CONVENTION    
  INTEGER notused(1), ethernetii(2), llc(3), raw(4), snap(5), etype(6)  

Hh3cProtocolVlanEntry  
SEQUENCE    
  hh3cProtocolVlanVlanId Integer32
  hh3cProtocolVlanProtocolIndex Integer32
  hh3cProtocolVlanProtocolType Hh3cvProtocolVlanProtocolType
  hh3cProtocolVlanProtocolSubType Hh3cvProtocolVlanProtocolSubType
  hh3cProtocolVlanProtocolTypeValue OCTET STRING
  hh3cProtocolVlanRowStatus RowStatus

Hh3cProtocolVlanPortEntry  
SEQUENCE    
  hh3cProtocolVlanPortIndex Integer32
  hh3cProtocolVlanPortVlanId Integer32
  hh3cProtocolVlanPortProtocolId Integer32
  hh3cProtocolVlanPortProtocolType Hh3cvProtocolVlanProtocolType
  hh3cProtocolVlanPortProtocolSubType Hh3cvProtocolVlanProtocolSubType
  hh3cProtocolVlanPortTypeValue OCTET STRING
  hh3cProtocolVlanPortRowStatus RowStatus

Defined Values

hh3cProtocolVlan 1.3.6.1.4.1.25506.2.16
This MIB contains the objects for managing the protocol-based vlan configurations.
MODULE-IDENTITY    

hh3cProtocolVlanOperate 1.3.6.1.4.1.25506.2.16.1
OBJECT IDENTIFIER    

hh3cProtocolNumAllVlan 1.3.6.1.4.1.25506.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  

hh3cProtocolNumPerVlan 1.3.6.1.4.1.25506.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  

hh3cProtocolNumAllPort 1.3.6.1.4.1.25506.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  

hh3cProtocolNumPerPort 1.3.6.1.4.1.25506.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  

hh3cProtocolVlanTable 1.3.6.1.4.1.25506.2.16.1.5
Protocol-based VLAN configuration table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cProtocolVlanEntry

hh3cProtocolVlanEntry 1.3.6.1.4.1.25506.2.16.1.5.1
Protocol-based VLAN configuration entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cProtocolVlanEntry  

hh3cProtocolVlanVlanId 1.3.6.1.4.1.25506.2.16.1.5.1.1
Vlan ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hh3cProtocolVlanProtocolIndex 1.3.6.1.4.1.25506.2.16.1.5.1.2
The protocol index value of a row in this table 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hh3cProtocolVlanProtocolType 1.3.6.1.4.1.25506.2.16.1.5.1.3
Specify protocol types supported by a protocol-based VLAN. Now protocols supported on layer 3 are ip, ipx, at, ipv6, etc. Now protocols supported on layer 2 are llc, snap, ethernetii, etc. For details, see description of hh3cProtocolVlanProtocolTypeValue.
Status: current Access: read-create
OBJECT-TYPE    
  Hh3cvProtocolVlanProtocolType  

hh3cProtocolVlanProtocolSubType 1.3.6.1.4.1.25506.2.16.1.5.1.4
See description of hh3cProtocolVlanProtocolTypeValue.
Status: current Access: read-create
OBJECT-TYPE    
  Hh3cvProtocolVlanProtocolSubType  

hh3cProtocolVlanProtocolTypeValue 1.3.6.1.4.1.25506.2.16.1.5.1.5
The value of the configured protocol type. By default, semicolon(;) is used as a seperator 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 | IP address with subnet mask in dotted decimal format.| | | | such as 10.10.11.12;255.255.0.0. By default,subnet | | | | mask is 255.255.255.0 . | |------------------|------------------|------------------------------------------------------| | ipv6 | notused | Zero length string | |------------------|------------------|------------------------------------------------------| | at | notused | Zero length string | |------------------|------------------|------------------------------------------------------| | ipx | ethernetii | Zero length string | | | llc | | | | raw | | | | snap | | |------------------|------------------|------------------------------------------------------| | mode-snap | notused | zero length string | | |------------------|------------------------------------------------------| | | etype | hex string like '600', which means 0x0600. | | | | The range is [0x600..0xffff] | |------------------|------------------|------------------------------------------------------| | mode-ethernetii | notused | zero length string | | |------------------|------------------------------------------------------| | | 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)  

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

hh3cProtocolVlanPortTable 1.3.6.1.4.1.25506.2.16.1.6
Protocol-based VLAN port information table. hh3cProtocolVlanPortVlanId refers to hh3cProtocolVlanVlanId in hh3cProtocolVlanTable. hh3cProtocolVlanPortProtocolId refers to hh3cProtocolVlanProtocolIndex in hh3cProtocolVlanTable. So if the value of hh3cProtocolVlanPortVlanId and hh3cProtocolVlanPortProtocolId have no corresponding entry in hh3cProtocolVlanTable, set operation for this table will fail. Only hybrid ports are supported by this table. Only untagged packets are supported by this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cProtocolVlanPortEntry

hh3cProtocolVlanPortEntry 1.3.6.1.4.1.25506.2.16.1.6.1
Protocol-based VLAN port information entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cProtocolVlanPortEntry  

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

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

hh3cProtocolVlanPortProtocolId 1.3.6.1.4.1.25506.2.16.1.6.1.3
The protocol index.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hh3cProtocolVlanPortProtocolType 1.3.6.1.4.1.25506.2.16.1.6.1.4
Refer to the description of hh3cProtocolVlanProtocolType.
Status: current Access: read-only
OBJECT-TYPE    
  Hh3cvProtocolVlanProtocolType  

hh3cProtocolVlanPortProtocolSubType 1.3.6.1.4.1.25506.2.16.1.6.1.5
Refer to the description of hh3cProtocolVlanProtocolSubType.
Status: current Access: read-only
OBJECT-TYPE    
  Hh3cvProtocolVlanProtocolSubType  

hh3cProtocolVlanPortTypeValue 1.3.6.1.4.1.25506.2.16.1.6.1.6
Refer to the description of hh3cProtocolVlanProtocolTypeValue.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

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

hh3cDifferentProtocolNumAllPort 1.3.6.1.4.1.25506.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  

hh3cProtocolVlanConformance 1.3.6.1.4.1.25506.2.16.2
OBJECT IDENTIFIER    

hh3cProtocolVlanCompliances 1.3.6.1.4.1.25506.2.16.2.1
OBJECT IDENTIFIER    

hh3cProtocolVlanCompliance 1.3.6.1.4.1.25506.2.16.2.1.1
The compliance statement for protocol vlan MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

hh3cProtocolVlanGroups 1.3.6.1.4.1.25506.2.16.2.2
OBJECT IDENTIFIER    

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

hh3cProtocolVlanProtocolGroup 1.3.6.1.4.1.25506.2.16.2.2.2
A group of protocol vlan protocol.
Status: current Access: read-only
OBJECT-GROUP    

hh3cProtocolVlanPortGroup 1.3.6.1.4.1.25506.2.16.2.2.3
A group of protocol vlan port.
Status: current Access: read-only
OBJECT-GROUP