HPN-ICF-SUBNET-VLAN-MIB

File: HPN-ICF-SUBNET-VLAN-MIB.mib (9399 bytes)

Imported modules

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

Imported symbols

hpnicfCommon OBJECT-GROUP MODULE-COMPLIANCE
Integer32 OBJECT-TYPE MODULE-IDENTITY
InetAddressType InetAddress RowStatus

Defined Types

HpnicfSubnetVlanEntry  
SEQUENCE    
  hpnicfSubnetVlanVlanId Integer32
  hpnicfSubnetVlanSubnetIndex Integer32
  hpnicfSubnetVlanVlanIpAddressType InetAddressType
  hpnicfSubnetVlanIpAddressValue InetAddress
  hpnicfSubnetVlanNetMaskValue InetAddress
  hpnicfSubnetVlanRowStatus RowStatus

HpnicfSubnetVlanPortCreateEntry  
SEQUENCE    
  hpnicfSubnetVlanPortCreateIndex Integer32
  hpnicfSubnetVlanPortCreateVlanId Integer32
  hpnicfSubnetVlanPortInfoVlanId Integer32
  hpnicfSubnetVlanPortRowStatus RowStatus
  hpnicfSubnetVlanPortStatus INTEGER

Defined Values

hpnicfSubnetVlan 1.3.6.1.4.1.11.2.14.11.15.2.61
This MIB contains the objects for managing the subnet-based VLAN configurations.
MODULE-IDENTITY    

hpnicfSubnetVlanObjects 1.3.6.1.4.1.11.2.14.11.15.2.61.1
OBJECT IDENTIFIER    

hpnicfSubnetVlanScalarObjects 1.3.6.1.4.1.11.2.14.11.15.2.61.1.1
OBJECT IDENTIFIER    

hpnicfSubnetNumAllVlan 1.3.6.1.4.1.11.2.14.11.15.2.61.1.1.1
The maximum number of subnets that can be configured on all VLANs.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfSubnetNumPerVlan 1.3.6.1.4.1.11.2.14.11.15.2.61.1.1.2
The maximum number of subnets that can be configured on each VLAN.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfSubnetNumAllPort 1.3.6.1.4.1.11.2.14.11.15.2.61.1.1.3
The maximum number of subnets that can be applied to all ports.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfSubnetNumPerPort 1.3.6.1.4.1.11.2.14.11.15.2.61.1.1.4
The maximum number of subnets that can be applied to each port.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfSubnetVlanTable 1.3.6.1.4.1.11.2.14.11.15.2.61.1.2
Subnet-based VLAN configuration table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfSubnetVlanEntry

hpnicfSubnetVlanEntry 1.3.6.1.4.1.11.2.14.11.15.2.61.1.2.1
Subnet-based VLAN configuration entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfSubnetVlanEntry  

hpnicfSubnetVlanVlanId 1.3.6.1.4.1.11.2.14.11.15.2.61.1.2.1.1
Vlan id.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hpnicfSubnetVlanSubnetIndex 1.3.6.1.4.1.11.2.14.11.15.2.61.1.2.1.2
The subnet index value of a row in this table is from zero to the value of hpnicfSubnetNumPerVlan subtracting one.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hpnicfSubnetVlanVlanIpAddressType 1.3.6.1.4.1.11.2.14.11.15.2.61.1.2.1.3
There are two kinds of ip address supported by VLAN. One is IPv4, which is 32 bits. The other is IPv6, which is 128 bits.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

hpnicfSubnetVlanIpAddressValue 1.3.6.1.4.1.11.2.14.11.15.2.61.1.2.1.4
The ip address of the configured subnet on VLAN, which can be an IPv4 or IPv6.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

hpnicfSubnetVlanNetMaskValue 1.3.6.1.4.1.11.2.14.11.15.2.61.1.2.1.5
The net mask of the configured subnet on VLAN, which can be an IPv4 or IPv6.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

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

hpnicfSubnetVlanPortCreateTable 1.3.6.1.4.1.11.2.14.11.15.2.61.1.3
Subnet-based VLAN port table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfSubnetVlanPortCreateEntry

hpnicfSubnetVlanPortCreateEntry 1.3.6.1.4.1.11.2.14.11.15.2.61.1.3.1
Subnet-based VLAN port creation entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfSubnetVlanPortCreateEntry  

hpnicfSubnetVlanPortCreateIndex 1.3.6.1.4.1.11.2.14.11.15.2.61.1.3.1.1
The port index.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hpnicfSubnetVlanPortCreateVlanId 1.3.6.1.4.1.11.2.14.11.15.2.61.1.3.1.2
The subnet-based VLAN id.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hpnicfSubnetVlanPortInfoVlanId 1.3.6.1.4.1.11.2.14.11.15.2.61.1.3.1.3
This value is the same as the value of hpnicfSubnetVlanPortCreateVlanId index. All of the subnet information in this port, is described on vlan, whose VLAN id is the value of hpnicfSubnetVlanPortInfoVlanId. The VLAN id of vlan including subnet information can be obtained here. The subnet information can be obtained in the hpnicfSubnetVlanTable above.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

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

hpnicfSubnetVlanPortStatus 1.3.6.1.4.1.11.2.14.11.15.2.61.1.3.1.5
The subnet VLAN status on the port. The value is active only when hpnicfSubnetVlanPortCreateVlanId has the corresponding entry in hpnicfSubnetVlanTable, the port link type is hybrid, and the VLAN is allowed by the port. active: subnet VLAN has been applied on the port. inactive: subnet VLAN is not applied on the port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

hpnicfSubnetVlanConformance 1.3.6.1.4.1.11.2.14.11.15.2.61.2
OBJECT IDENTIFIER    

hpnicfSubnetVlanCompliances 1.3.6.1.4.1.11.2.14.11.15.2.61.2.1
OBJECT IDENTIFIER    

hpnicfSubnetVlanCompliance 1.3.6.1.4.1.11.2.14.11.15.2.61.2.1.1
The compliance statement for subnet VLAN MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

hpnicfSubnetVlanGroups 1.3.6.1.4.1.11.2.14.11.15.2.61.2.2
OBJECT IDENTIFIER    

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

hpnicfSubnetVlanSubnetGroup 1.3.6.1.4.1.11.2.14.11.15.2.61.2.2.2
A group of subnet VLAN subnets.
Status: current Access: read-only
OBJECT-GROUP    

hpnicfSubnetVlanPortCreateGroup 1.3.6.1.4.1.11.2.14.11.15.2.61.2.2.3
A group of subnet VLAN port creation table.
Status: current Access: read-only
OBJECT-GROUP