H3C-PROTOCOL-VLAN-MIB

File: H3C-PROTOCOL-VLAN-MIB.mib (18415 bytes)

Imported modules

HUAWEI-3COM-OID-MIB SNMPv2-CONF SNMPv2-SMI
SNMPv2-TC

Imported symbols

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

Defined Types

H3cvProtocolVlanProtocolType  
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)  

H3cvProtocolVlanProtocolSubType  
combine with H3cvProtocolVlanProtocolType. ethernetii(2), llc(3), raw(4), snap(5) are used when the value of H3cvProtocolVlanProtocolType is for layer 3 protocols. etype(6) is used when the value of H3cvProtocolVlanProtocolType is for layer 2 protocols. Detail information refers to DESCRIPTION part of h3cProtocolVlanProtocolTypeValue.
TEXTUAL-CONVENTION    
  INTEGER notused(1), ethernetii(2), llc(3), raw(4), snap(5), etype(6)  

H3cProtocolVlanEntry  
SEQUENCE    
  h3cProtocolVlanVlanId Integer32
  h3cProtocolVlanProtocolIndex Integer32
  h3cProtocolVlanProtocolType H3cvProtocolVlanProtocolType
  h3cProtocolVlanProtocolSubType H3cvProtocolVlanProtocolSubType
  h3cProtocolVlanProtocolTypeValue OCTET STRING
  h3cProtocolVlanRowStatus RowStatus

H3cProtocolVlanPortEntry  
SEQUENCE    
  h3cProtocolVlanPortIndex Integer32
  h3cProtocolVlanPortVlanId Integer32
  h3cProtocolVlanPortProtocolId Integer32
  h3cProtocolVlanPortProtocolType H3cvProtocolVlanProtocolType
  h3cProtocolVlanPortProtocolSubType H3cvProtocolVlanProtocolSubType
  h3cProtocolVlanPortTypeValue OCTET STRING
  h3cProtocolVlanPortRowStatus RowStatus

Defined Values

h3cProtocolVlan 1.3.6.1.4.1.2011.10.2.16
This MIB contains the objects for managing the protocol-based vlan configurations.
MODULE-IDENTITY    

h3cProtocolVlanOperate 1.3.6.1.4.1.2011.10.2.16.1
OBJECT IDENTIFIER    

h3cProtocolNumAllVlan 1.3.6.1.4.1.2011.10.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  

h3cProtocolNumPerVlan 1.3.6.1.4.1.2011.10.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  

h3cProtocolNumAllPort 1.3.6.1.4.1.2011.10.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  

h3cProtocolNumPerPort 1.3.6.1.4.1.2011.10.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  

h3cProtocolVlanTable 1.3.6.1.4.1.2011.10.2.16.1.5
Protocol-based VLAN configuration table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cProtocolVlanEntry

h3cProtocolVlanEntry 1.3.6.1.4.1.2011.10.2.16.1.5.1
Protocol-based VLAN configuration entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cProtocolVlanEntry  

h3cProtocolVlanVlanId 1.3.6.1.4.1.2011.10.2.16.1.5.1.1
Vlan ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

h3cProtocolVlanProtocolIndex 1.3.6.1.4.1.2011.10.2.16.1.5.1.2
The protocol index value of a row in this table in the range of [0..h3cProtocolNumPerVlan-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  

h3cProtocolVlanProtocolType 1.3.6.1.4.1.2011.10.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 h3cProtocolVlanProtocolTypeValue.
Status: current Access: read-create
OBJECT-TYPE    
  H3cvProtocolVlanProtocolType  

h3cProtocolVlanProtocolSubType 1.3.6.1.4.1.2011.10.2.16.1.5.1.4
See description of h3cProtocolVlanProtocolTypeValue.
Status: current Access: read-create
OBJECT-TYPE    
  H3cvProtocolVlanProtocolSubType  

h3cProtocolVlanProtocolTypeValue 1.3.6.1.4.1.2011.10.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 h3cProtocolVlanProtocolType, h3cProtocolVlanProtocolSubType and h3cProtocolVlanProtocolTypeValue is as follows. |--------------------------------------------------------------------------------------------| | h3cProtocolVlan- | h3cProtocolVlan- | h3cProtocolVlanProtocolTypeValue | | 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)  

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

h3cProtocolVlanPortTable 1.3.6.1.4.1.2011.10.2.16.1.6
Protocol-based VLAN port information table. h3cProtocolVlanPortVlanId refers to h3cProtocolVlanVlanId in h3cProtocolVlanTable. h3cProtocolVlanPortProtocolId refers to h3cProtocolVlanProtocolIndex in h3cProtocolVlanTable. So if the value of h3cProtocolVlanPortVlanId and h3cProtocolVlanPortProtocolId have no corresponding entry in h3cProtocolVlanTable, 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  
    H3cProtocolVlanPortEntry

h3cProtocolVlanPortEntry 1.3.6.1.4.1.2011.10.2.16.1.6.1
Protocol-based VLAN port information entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cProtocolVlanPortEntry  

h3cProtocolVlanPortIndex 1.3.6.1.4.1.2011.10.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  

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

h3cProtocolVlanPortProtocolId 1.3.6.1.4.1.2011.10.2.16.1.6.1.3
The protocol index.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

h3cProtocolVlanPortProtocolType 1.3.6.1.4.1.2011.10.2.16.1.6.1.4
Refer to the description of h3cProtocolVlanProtocolType.
Status: current Access: read-only
OBJECT-TYPE    
  H3cvProtocolVlanProtocolType  

h3cProtocolVlanPortProtocolSubType 1.3.6.1.4.1.2011.10.2.16.1.6.1.5
Refer to the description of h3cProtocolVlanProtocolSubType.
Status: current Access: read-only
OBJECT-TYPE    
  H3cvProtocolVlanProtocolSubType  

h3cProtocolVlanPortTypeValue 1.3.6.1.4.1.2011.10.2.16.1.6.1.6
Refer to the description of h3cProtocolVlanProtocolTypeValue.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

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

h3cDifferentProtocolNumAllPort 1.3.6.1.4.1.2011.10.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  

h3cProtocolVlanConformance 1.3.6.1.4.1.2011.10.2.16.2
OBJECT IDENTIFIER    

h3cProtocolVlanCompliances 1.3.6.1.4.1.2011.10.2.16.2.1
OBJECT IDENTIFIER    

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

h3cProtocolVlanGroups 1.3.6.1.4.1.2011.10.2.16.2.2
OBJECT IDENTIFIER    

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

h3cProtocolVlanProtocolGroup 1.3.6.1.4.1.2011.10.2.16.2.2.2
A group of protocol vlan protocol.
Status: current Access: read-only
OBJECT-GROUP    

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