HPN-ICF-EVB-MIB

File: HPN-ICF-EVB-MIB.mib (21060 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC HPN-ICF-OID-MIB
IEEE8021-TC-MIB Q-BRIDGE-MIB IF-MIB

Imported symbols

Integer32 OBJECT-TYPE MODULE-IDENTITY
Unsigned32 RowStatus TruthValue
MacAddress hpnicfCommon IEEE8021BridgePortNumber
VlanIndex InterfaceIndexOrZero

Defined Types

HpnicfEvbDefaultManagerEntry  
SEQUENCE    
  hpnicfEvbManagerIndex Unsigned32
  hpnicfEvbManagerType INTEGER
  hpnicfEvbManagerID OCTET STRING
  hpnicfEvbManagerPort Unsigned32
  hpnicfEvbManagerRowStatus RowStatus

HpnicfEvbPortConfigEntry  
SEQUENCE    
  hpnicfEvbPortNumber IEEE8021BridgePortNumber
  hpnicfEvbRWD Unsigned32
  hpnicfEvbRKA Unsigned32

HpnicfEvbSchannelConfigEntry  
SEQUENCE    
  hpnicfEvbSchannelID Unsigned32
  hpnicfEvbSchannelSVLAN Unsigned32
  hpnicfEvbMacLearningStatus TruthValue
  hpnicfEvbRRStatus TruthValue
  hpnicfEvbSchannelRowStatus RowStatus

HpnicfEvbVSIConfigEntry  
SEQUENCE    
  hpnicfEvbSBPPortNumber IEEE8021BridgePortNumber
  hpnicfEvbVSILocalID Unsigned32
  hpnicfEvbVSICommand INTEGER
  hpnicfEvbVSIIfIndex InterfaceIndexOrZero
  hpnicfEvbVSIIsActive TruthValue
  hpnicfEvbVSIRowStatus RowStatus

HpnicfEvbVSIFilterConfigEntry  
SEQUENCE    
  hpnicfEvbGroupID Unsigned32
  hpnicfEvbVSIMac MacAddress
  hpnicfEvbVSIVlanId VlanIndex
  hpnicfEvbVSIFilterRowStatus RowStatus

HpnicfFlex10PortConfigEntry  
SEQUENCE    
  hpnicfFlex10PortNumber IEEE8021BridgePortNumber
  hpnicfFlex10PortEnableStatus TruthValue

HpnicfFlex10RemoteSchannelEntry  
SEQUENCE    
  hpnicfFlex10RemSchDesFormat BITS
  hpnicfFlex10RemSchTerminationType Integer32
  hpnicfFlex10RemSchTerminationCap BITS
  hpnicfFlex10RemSchTrafficClass BITS
  hpnicfFlex10RemSchCir Integer32
  hpnicfFlex10RemSchPir Integer32
  hpnicfFlex10RemSchConnectionID OCTET STRING

HpnicfFlex10SchannelLinkCtlEntry  
SEQUENCE    
  hpnicfFlex10SchannelSVID VlanIndex
  hpnicfFlex10SchannelLocalStatus INTEGER
  hpnicfFlex10SchannelRemoteStatus INTEGER

Defined Values

hpnicfEvb 1.3.6.1.4.1.11.2.14.11.15.2.134
EVB management information base for managing devices that support Ethernet Virtual Bridging. This MIB is an extension of IEEE8021-EVB-MIB.
MODULE-IDENTITY    

hpnicfEvbSysObjects 1.3.6.1.4.1.11.2.14.11.15.2.134.1
OBJECT IDENTIFIER    

hpnicfEvbPortObjects 1.3.6.1.4.1.11.2.14.11.15.2.134.2
OBJECT IDENTIFIER    

hpnicfFlex10Objects 1.3.6.1.4.1.11.2.14.11.15.2.134.3
OBJECT IDENTIFIER    

hpnicfEvbSetResult 1.3.6.1.4.1.11.2.14.11.15.2.134.1.1
If a set operation on EVB-MIB-tables returns success, this object indicates the actual result of this operation. Otherwise, it is meaningless. unknown: The set operation on the node has been completed, but the result could only be got from the table which the set operation happended. processing: The set operation is in process. Another set operation cannot be performed at this time. success: The set operation has succeeded. failed: The set operation has failed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), processing(2), success(3), failed(4)  

hpnicfEvbDefaultManagerTable 1.3.6.1.4.1.11.2.14.11.15.2.134.1.2
A table that contains configuration information for the default Virtual Station Interface (VSI) manager.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfEvbDefaultManagerEntry

hpnicfEvbDefaultManagerEntry 1.3.6.1.4.1.11.2.14.11.15.2.134.1.2.1
A list of objects containing information for the default VSI manager.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfEvbDefaultManagerEntry  

hpnicfEvbManagerIndex 1.3.6.1.4.1.11.2.14.11.15.2.134.1.2.1.1
Index of the default manager table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hpnicfEvbManagerType 1.3.6.1.4.1.11.2.14.11.15.2.134.1.2.1.2
Type of the default VSI manager. ipv4: Specifies the IPv4 address of the default VSI manager. ipv6: Specifies the IPv6 address of the default VSI manager. name: Specifies the name of the default VSI manager, a case-insensitive string of 1 to 127 characters. local: Specifies the device as the default VSI manager.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER ipv4(1), ipv6(2), name(3), local(4)  

hpnicfEvbManagerID 1.3.6.1.4.1.11.2.14.11.15.2.134.1.2.1.3
Default VSI manager. The value is zero-length string when the VSI manager type is 'local'.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..127)  

hpnicfEvbManagerPort 1.3.6.1.4.1.11.2.14.11.15.2.134.1.2.1.4
Port number of the default VSI manager. Optional when the VSI manager type is not 'local'. If the VSI manager type is 'local', it returns zero.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

hpnicfEvbManagerRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.134.1.2.1.5
Row status: CreateAndGo, Active, or Destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfEvbPortConfigTable 1.3.6.1.4.1.11.2.14.11.15.2.134.2.1
A table that contains configuration information for the EVB bridge port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfEvbPortConfigEntry

hpnicfEvbPortConfigEntry 1.3.6.1.4.1.11.2.14.11.15.2.134.2.1.1
A list of objects containing information for the EVB bridge port.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfEvbPortConfigEntry  

hpnicfEvbPortNumber 1.3.6.1.4.1.11.2.14.11.15.2.134.2.1.1.1
Port number.
Status: current Access: not-accessible
OBJECT-TYPE    
  IEEE8021BridgePortNumber  

hpnicfEvbRWD 1.3.6.1.4.1.11.2.14.11.15.2.134.2.1.1.2
VDP resource wait delay exponent.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 15..31  

hpnicfEvbRKA 1.3.6.1.4.1.11.2.14.11.15.2.134.2.1.1.3
VDP keepalive exponent.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 14..31  

hpnicfEvbSchannelConfigTable 1.3.6.1.4.1.11.2.14.11.15.2.134.2.2
A table that contains configuration information for the S-channel.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfEvbSchannelConfigEntry

hpnicfEvbSchannelConfigEntry 1.3.6.1.4.1.11.2.14.11.15.2.134.2.2.1
A list of objects containing information for the S-channel.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfEvbSchannelConfigEntry  

hpnicfEvbSchannelID 1.3.6.1.4.1.11.2.14.11.15.2.134.2.2.1.1
S-channel ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hpnicfEvbSchannelSVLAN 1.3.6.1.4.1.11.2.14.11.15.2.134.2.2.1.2
S-VLAN ID. 0 means that the S-channel is not bound to any S-VLAN. 1 represents the SVID for the default S-channel S-channel 1.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..4094  

hpnicfEvbMacLearningStatus 1.3.6.1.4.1.11.2.14.11.15.2.134.2.2.1.3
The MAC address learning function is enabled or not.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfEvbRRStatus 1.3.6.1.4.1.11.2.14.11.15.2.134.2.2.1.4
The RR mode for the S-channel is enabled or not.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfEvbSchannelRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.134.2.2.1.5
Row status: CreateAndGo, Active, or Destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfEvbVSIConfigTable 1.3.6.1.4.1.11.2.14.11.15.2.134.2.3
A table that contains configuration information for the VSI.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfEvbVSIConfigEntry

hpnicfEvbVSIConfigEntry 1.3.6.1.4.1.11.2.14.11.15.2.134.2.3.1
A list of objects containing information for the VSI.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfEvbVSIConfigEntry  

hpnicfEvbSBPPortNumber 1.3.6.1.4.1.11.2.14.11.15.2.134.2.3.1.1
The Station-facing Bridge Port (SBP) port number.
Status: current Access: not-accessible
OBJECT-TYPE    
  IEEE8021BridgePortNumber  

hpnicfEvbVSILocalID 1.3.6.1.4.1.11.2.14.11.15.2.134.2.3.1.2
VSI local ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hpnicfEvbVSICommand 1.3.6.1.4.1.11.2.14.11.15.2.134.2.3.1.3
This object indicates the association or pre-associate property of the VSI.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER preAssociate(1), preAssociateWithRsrcReservation(2), associate(3), deAssociate(4)  

hpnicfEvbVSIIfIndex 1.3.6.1.4.1.11.2.14.11.15.2.134.2.3.1.4
VSI interface index.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero  

hpnicfEvbVSIIsActive 1.3.6.1.4.1.11.2.14.11.15.2.134.2.3.1.5
The VSI is activated or not. Activate a VSI after configuring a VSI filter, and deactivate a VSI before removing a VSI filter.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfEvbVSIRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.134.2.3.1.6
Row status: CreateAndGo, Active, or Destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfEvbVSIFilterConfigTable 1.3.6.1.4.1.11.2.14.11.15.2.134.2.4
A table that contains configuration information for filters of the VSI.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfEvbVSIFilterConfigEntry

hpnicfEvbVSIFilterConfigEntry 1.3.6.1.4.1.11.2.14.11.15.2.134.2.4.1
A list of objects containing information for filters of the VSI.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfEvbVSIFilterConfigEntry  

hpnicfEvbGroupID 1.3.6.1.4.1.11.2.14.11.15.2.134.2.4.1.1
Group ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hpnicfEvbVSIMac 1.3.6.1.4.1.11.2.14.11.15.2.134.2.4.1.2
The MAC address part of the MAC/VLANs for a VSI.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

hpnicfEvbVSIVlanId 1.3.6.1.4.1.11.2.14.11.15.2.134.2.4.1.3
The VLAN ID part of the MAC/VLANs for a VSI.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanIndex  

hpnicfEvbVSIFilterRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.134.2.4.1.4
Row status: CreateAndGo, Active, or Destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfFlex10PortConfigTable 1.3.6.1.4.1.11.2.14.11.15.2.134.3.1
A table that contains configuration information for the flex10 bridge port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfFlex10PortConfigEntry

hpnicfFlex10PortConfigEntry 1.3.6.1.4.1.11.2.14.11.15.2.134.3.1.1
A list of objects containing information for the flex10 bridge port.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfFlex10PortConfigEntry  

hpnicfFlex10PortNumber 1.3.6.1.4.1.11.2.14.11.15.2.134.3.1.1.1
Port number.
Status: current Access: not-accessible
OBJECT-TYPE    
  IEEE8021BridgePortNumber  

hpnicfFlex10PortEnableStatus 1.3.6.1.4.1.11.2.14.11.15.2.134.3.1.1.2
The flex10 function is enabled or not.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfFlex10RemoteSchannelTable 1.3.6.1.4.1.11.2.14.11.15.2.134.3.2
A table that contains remote S-channel details.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfFlex10RemoteSchannelEntry

hpnicfFlex10RemoteSchannelEntry 1.3.6.1.4.1.11.2.14.11.15.2.134.3.2.1
A list of objects describing remote S-channels.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfFlex10RemoteSchannelEntry  

hpnicfFlex10RemSchDesFormat 1.3.6.1.4.1.11.2.14.11.15.2.134.3.2.1.1
Description format of the remote S-channel.
Status: current Access: read-only
OBJECT-TYPE    
  BITS format0(0), format1(1)  

hpnicfFlex10RemSchTerminationType 1.3.6.1.4.1.11.2.14.11.15.2.134.3.2.1.2
Termination type of the remote S-channel. 0: PCI Physical Function (Primary). 1: SRIOV Virtual Function. 2: PCI Physical Function (Secondary). 3: Virtual Switch Port. 4: NCSI Port. 2147483647: This value means a Description TLV with format 0 has not been received. other: Unknown termination type.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfFlex10RemSchTerminationCap 1.3.6.1.4.1.11.2.14.11.15.2.134.3.2.1.3
Termination capabilities of the remote S-channel. If a Description TLV with format 0 has not been received, it returns all zeros.
Status: current Access: read-only
OBJECT-TYPE    
  BITS ethernet(0), fCOE(1), iSCSI(2), roCEE(3)  

hpnicfFlex10RemSchTrafficClass 1.3.6.1.4.1.11.2.14.11.15.2.134.3.2.1.4
Traffic classes of the remote S-channel. If a Description TLV with format 0 has not been received, it returns all zeros.
Status: current Access: read-only
OBJECT-TYPE    
  BITS class0(0), class1(1), class2(2), class3(3), class4(4), class5(5), class6(6), class7(7)  

hpnicfFlex10RemSchCir 1.3.6.1.4.1.11.2.14.11.15.2.134.3.2.1.5
Committed Information Rate (CIR) of the remote S-channel. If a Description TLV with format 0 has not been received, it returns 0.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfFlex10RemSchPir 1.3.6.1.4.1.11.2.14.11.15.2.134.3.2.1.6
Peak Information Rate (PIR) of the remote S-channel. If a Description TLV with format 0 has not been received, it returns 0.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfFlex10RemSchConnectionID 1.3.6.1.4.1.11.2.14.11.15.2.134.3.2.1.7
Connection instance ID of the remote S-channel. The value is a zero-length string if a Description TLV with format 1 has not been received. Otherwise it returns a string with length 16.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..16)  

hpnicfFlex10SchannelLinkCtlTable 1.3.6.1.4.1.11.2.14.11.15.2.134.3.3
A table that contains link status information for the S-channel.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfFlex10SchannelLinkCtlEntry

hpnicfFlex10SchannelLinkCtlEntry 1.3.6.1.4.1.11.2.14.11.15.2.134.3.3.1
A list of objects containing information for the S-channel.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfFlex10SchannelLinkCtlEntry  

hpnicfFlex10SchannelSVID 1.3.6.1.4.1.11.2.14.11.15.2.134.3.3.1.1
S-VLAN ID for the S-channel.
Status: current Access: read-only
OBJECT-TYPE    
  VlanIndex  

hpnicfFlex10SchannelLocalStatus 1.3.6.1.4.1.11.2.14.11.15.2.134.3.3.1.2
Link status of the local S-channel.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), disabled(2), enabled(3)  

hpnicfFlex10SchannelRemoteStatus 1.3.6.1.4.1.11.2.14.11.15.2.134.3.3.1.3
Link status of the remote S-channel.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), disabled(2), enabled(3)