HPN-ICF-VSI-MIB

File: HPN-ICF-VSI-MIB.mib (24523 bytes)

Imported modules

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

Imported symbols

RowStatus TruthValue MacAddress
MODULE-IDENTITY OBJECT-TYPE Integer32
Counter64 Unsigned32 InterfaceIndex
hpnicfCommon

Defined Types

HpnicfVsiEntry  
SEQUENCE    
  hpnicfVsiIndex Unsigned32
  hpnicfVsiName OCTET STRING
  hpnicfVsiMode INTEGER
  hpnicfMinmIsid Integer32
  hpnicfVsiId Unsigned32
  hpnicfVsiTransMode INTEGER
  hpnicfVsiEnableHubSpoke INTEGER
  hpnicfVsiAdminState INTEGER
  hpnicfVsiRowStatus RowStatus
  hpnicfVsiSpbIsid Integer32
  hpnicfVsiVxlanID Unsigned32
  hpnicfVsiArpSuppression TruthValue
  hpnicfVsiFlooding TruthValue
  hpnicfVsiLocalMacCount Unsigned32
  hpnicfVsiInterfaceID Unsigned32
  hpnicfVsiStatistics TruthValue
  hpnicfVsiNvgreID Unsigned32

HpnicfVsiXconnectEntry  
SEQUENCE    
  hpnicfVsiXconnectIfIndex Unsigned32
  hpnicfVsiXconnectEvcSrvInstId Unsigned32
  hpnicfVsiXconnectVsiName OCTET STRING
  hpnicfVsiXconnectAccessMode INTEGER
  hpnicfVsiXconnectHubSpoke INTEGER
  hpnicfVsiXconnectRowStatus RowStatus

HpnicfVsiPwBindEntry  
SEQUENCE    
  hpnicfVsiPwIndex Unsigned32
  hpnicfVsiPwBindAttributes BITS
  hpnicfVsiPwBindRowStatus RowStatus

HpnicfVsiFloodMacEntry  
SEQUENCE    
  hpnicfVsiFloodMac MacAddress
  hpnicfVsiFloodMacRowStatus RowStatus

HpnicfVsiLocalMacEntry  
SEQUENCE    
  hpnicfVsiLocalMacAddr MacAddress
  hpnicfVsiLocalMacIfIndex InterfaceIndex
  hpnicfVsiLocalMacSrvID Unsigned32

HpnicfVsiPerfEntry  
SEQUENCE    
  hpnicfVsiPerfInOctets Counter64
  hpnicfVsiPerfInPackets Counter64
  hpnicfVsiPerfInErrors Counter64
  hpnicfVsiPerfInDiscards Counter64
  hpnicfVsiPerfOutOctets Counter64
  hpnicfVsiPerfOutPackets Counter64
  hpnicfVsiPerfOutErrors Counter64
  hpnicfVsiPerfOutDiscards Counter64

HpnicfVsiIfEntry  
SEQUENCE    
  hpnicfVsiIfID Unsigned32
  hpnicfVsiIfIndex InterfaceIndex
  hpnicfVsiIfRowStatus RowStatus

Defined Values

hpnicfVsi 1.3.6.1.4.1.11.2.14.11.15.2.105
The MIB for VSI (Virtual Switch Instance).
MODULE-IDENTITY    

hpnicfVsiObjects 1.3.6.1.4.1.11.2.14.11.15.2.105.1
OBJECT IDENTIFIER    

hpnicfVsiScalarGroup 1.3.6.1.4.1.11.2.14.11.15.2.105.1.1
OBJECT IDENTIFIER    

hpnicfVsiNextAvailableVsiIndex 1.3.6.1.4.1.11.2.14.11.15.2.105.1.1.1
Next available VSI entry index for creating VSI. Its value ranges from 0x1 to 0xFFFFFFFF. The invalid value 0xFFFFFFFF indicates that no VSI entry can be created.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfVsiL2vpnStatus 1.3.6.1.4.1.11.2.14.11.15.2.105.1.1.2
The global configuration of L2VPN.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfVsiTable 1.3.6.1.4.1.11.2.14.11.15.2.105.1.2
A table for configuring VSI parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfVsiEntry

hpnicfVsiEntry 1.3.6.1.4.1.11.2.14.11.15.2.105.1.2.1
An entry for configuring VSI parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfVsiEntry  

hpnicfVsiIndex 1.3.6.1.4.1.11.2.14.11.15.2.105.1.2.1.1
Index of VSI. Its value ranges from 0x1 to 0xFFFFFFFE.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hpnicfVsiName 1.3.6.1.4.1.11.2.14.11.15.2.105.1.2.1.2
Name of VSI. Max string length of VSI name is 31.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..31)  

hpnicfVsiMode 1.3.6.1.4.1.11.2.14.11.15.2.105.1.2.1.3
Mode of VSI. Martini mode indicated this VSI supports VPLS service signalled using LDP. Kompella indicated this VSI supports VPLS service signalled using BGP. Minm indicated this VSI supports MAC-in-MAC service. Default indicated this VSI supports all services.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER default(0), martini(1), minm(2), martiniAndMinm(3), kompella(4), kompellaAndMinm(5), minmpxp(6), martiniAndMinmpxp(7), kompellaAndMinmpxp(8)  

hpnicfMinmIsid 1.3.6.1.4.1.11.2.14.11.15.2.105.1.2.1.4
The PBB I-SID of VSI in minm or martiniAndMinm mode. It must be different for every VSI. Its value ranges from 0x1 to 0xFFFFFF. In other VSI modes, its value is invalid value 0x0.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hpnicfVsiId 1.3.6.1.4.1.11.2.14.11.15.2.105.1.2.1.5
Identifier of VSI in martini or martiniAndMinm mode, by default, it's the PW ID of this VSI. Its value ranges from 1 to 4294967295. In other VSI modes, its value is invalid value 0.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

hpnicfVsiTransMode 1.3.6.1.4.1.11.2.14.11.15.2.105.1.2.1.6
Transit Mode of VSI.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER vlan(1), ethernet(2)  

hpnicfVsiEnableHubSpoke 1.3.6.1.4.1.11.2.14.11.15.2.105.1.2.1.7
Config HubSpoke property of this VSI.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

hpnicfVsiAdminState 1.3.6.1.4.1.11.2.14.11.15.2.105.1.2.1.8
Set VSI admin state as adminUp or adminDown.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER adminUp(1), adminDown(2)  

hpnicfVsiRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.105.1.2.1.9
Operation status of this table entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfVsiSpbIsid 1.3.6.1.4.1.11.2.14.11.15.2.105.1.2.1.10
The SPB I-SID of VSI in minm or martiniAndMinm mode. It must be different for every VSI. Its value ranges from 0xFF to 0xFFFFFF. In other VSI modes, its value is invalid value 0x0.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hpnicfVsiVxlanID 1.3.6.1.4.1.11.2.14.11.15.2.105.1.2.1.11
VXLAN ID, in the range of 0x0 to 0xFFFFFF. Value 0xFFFFFFFF means this VSI does not enable VXLAN service.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfVsiArpSuppression 1.3.6.1.4.1.11.2.14.11.15.2.105.1.2.1.12
The capability of ARP suppression.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfVsiFlooding 1.3.6.1.4.1.11.2.14.11.15.2.105.1.2.1.13
The capability of MAC(Media Access Control) flooding.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfVsiLocalMacCount 1.3.6.1.4.1.11.2.14.11.15.2.105.1.2.1.14
The number of VSI local MAC addresses.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfVsiInterfaceID 1.3.6.1.4.1.11.2.14.11.15.2.105.1.2.1.15
VSI interface ID. A value of 0xFFFFFFFF indicates that no gateway interface has been assigned to the VSI.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

hpnicfVsiStatistics 1.3.6.1.4.1.11.2.14.11.15.2.105.1.2.1.16
The enable status of VSI traffic flow statistics.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfVsiNvgreID 1.3.6.1.4.1.11.2.14.11.15.2.105.1.2.1.17
NVGRE ID, in the range of 4096 to 16777214. Value 4294967295 means this VSI does not enable NVGRE service.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfVsiXconnectTable 1.3.6.1.4.1.11.2.14.11.15.2.105.1.3
A table for configuring xconnect parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfVsiXconnectEntry

hpnicfVsiXconnectEntry 1.3.6.1.4.1.11.2.14.11.15.2.105.1.3.1
An entry for configuring xconnect parameters. Each entry means connecting a service instance of a interface to a VSI.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfVsiXconnectEntry  

hpnicfVsiXconnectIfIndex 1.3.6.1.4.1.11.2.14.11.15.2.105.1.3.1.1
Index of the interface associated with the VSI.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hpnicfVsiXconnectEvcSrvInstId 1.3.6.1.4.1.11.2.14.11.15.2.105.1.3.1.2
Index of the service instance associated with the VSI.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hpnicfVsiXconnectVsiName 1.3.6.1.4.1.11.2.14.11.15.2.105.1.3.1.3
Name of VSI. Max string length of VSI name is 31.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..31)  

hpnicfVsiXconnectAccessMode 1.3.6.1.4.1.11.2.14.11.15.2.105.1.3.1.4
Access mode of this service instance.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER vlan(1), ethernet(2)  

hpnicfVsiXconnectHubSpoke 1.3.6.1.4.1.11.2.14.11.15.2.105.1.3.1.5
Config HubSpoke property of this service instance.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(1), hub(2), spoke(3)  

hpnicfVsiXconnectRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.105.1.3.1.6
Operation status of this table entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfVsiPwBindTable 1.3.6.1.4.1.11.2.14.11.15.2.105.1.4
A table for PW(PseudoWire) mapping to VSI.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfVsiPwBindEntry

hpnicfVsiPwBindEntry 1.3.6.1.4.1.11.2.14.11.15.2.105.1.4.1
Each entry means a PW mapping to a VSI.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfVsiPwBindEntry  

hpnicfVsiPwIndex 1.3.6.1.4.1.11.2.14.11.15.2.105.1.4.1.1
A unique index for the conceptual row identifying a PW in the pwTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hpnicfVsiPwBindAttributes 1.3.6.1.4.1.11.2.14.11.15.2.105.1.4.1.2
This bit mask indicates optional values for this PW. The following describes these bit fields: noSplitHorizon flag indicates that the PW disable split horizon forwarding. hub flag indicates that the PW as the hub link the VSI.
Status: current Access: read-create
OBJECT-TYPE    
  BITS noSplitHorizon(0), hub(1)  

hpnicfVsiPwBindRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.105.1.4.1.3
Operation status of this table entry. A row entry cannot be modified when the value of this object is 'active'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfVsiFloodMacTable 1.3.6.1.4.1.11.2.14.11.15.2.105.1.5
A table of MAC addresses enabled with selective flooding.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfVsiFloodMacEntry

hpnicfVsiFloodMacEntry 1.3.6.1.4.1.11.2.14.11.15.2.105.1.5.1
Each entry represents a selective flooding MAC.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfVsiFloodMacEntry  

hpnicfVsiFloodMac 1.3.6.1.4.1.11.2.14.11.15.2.105.1.5.1.1
MAC address.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

hpnicfVsiFloodMacRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.105.1.5.1.2
Operation status of this table entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfVsiLocalMacTable 1.3.6.1.4.1.11.2.14.11.15.2.105.1.6
A table for VSI local MAC addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfVsiLocalMacEntry

hpnicfVsiLocalMacEntry 1.3.6.1.4.1.11.2.14.11.15.2.105.1.6.1
A local MAC address of VSI.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfVsiLocalMacEntry  

hpnicfVsiLocalMacAddr 1.3.6.1.4.1.11.2.14.11.15.2.105.1.6.1.1
MAC address.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

hpnicfVsiLocalMacIfIndex 1.3.6.1.4.1.11.2.14.11.15.2.105.1.6.1.2
Index of the interface associated with the MAC address.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

hpnicfVsiLocalMacSrvID 1.3.6.1.4.1.11.2.14.11.15.2.105.1.6.1.3
Index of the service instance associated with the MAC address.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfVsiPerfTable 1.3.6.1.4.1.11.2.14.11.15.2.105.1.7
This table contains performance statistics for each VSI.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfVsiPerfEntry

hpnicfVsiPerfEntry 1.3.6.1.4.1.11.2.14.11.15.2.105.1.7.1
A row in this table contains statistics for a VSI.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfVsiPerfEntry  

hpnicfVsiPerfInOctets 1.3.6.1.4.1.11.2.14.11.15.2.105.1.7.1.1
Total number of octets received by the VSI.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfVsiPerfInPackets 1.3.6.1.4.1.11.2.14.11.15.2.105.1.7.1.2
Total number of packets received by the VSI.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfVsiPerfInErrors 1.3.6.1.4.1.11.2.14.11.15.2.105.1.7.1.3
Number of error packets received by the VSI.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfVsiPerfInDiscards 1.3.6.1.4.1.11.2.14.11.15.2.105.1.7.1.4
Number of incoming packets discarded by the VSI.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfVsiPerfOutOctets 1.3.6.1.4.1.11.2.14.11.15.2.105.1.7.1.5
Total number of octets sent by the VSI.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfVsiPerfOutPackets 1.3.6.1.4.1.11.2.14.11.15.2.105.1.7.1.6
Total number of packets sent by the VSI.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfVsiPerfOutErrors 1.3.6.1.4.1.11.2.14.11.15.2.105.1.7.1.7
Number of packets that failed to be sent because of a VSI error.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfVsiPerfOutDiscards 1.3.6.1.4.1.11.2.14.11.15.2.105.1.7.1.8
Number of packets discarded by the VSI because of transmission failure.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfVsiNextAvailableVsiIfID 1.3.6.1.4.1.11.2.14.11.15.2.105.1.8
This object contains the next available value for hpnicfVsiIfID when creating entries in the hpnicfVsiIfTable. A value of 0xFFFFFFFF indicates that no new entries can be created in this table. To prevent managers from creating entries in this table, the agent must set this object to this special value.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfVsiIfTable 1.3.6.1.4.1.11.2.14.11.15.2.105.1.9
VSI interface table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfVsiIfEntry

hpnicfVsiIfEntry 1.3.6.1.4.1.11.2.14.11.15.2.105.1.9.1
A row in this table contains a VSI interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfVsiIfEntry  

hpnicfVsiIfID 1.3.6.1.4.1.11.2.14.11.15.2.105.1.9.1.1
VSI interface ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hpnicfVsiIfIndex 1.3.6.1.4.1.11.2.14.11.15.2.105.1.9.1.2
VSI interface index.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

hpnicfVsiIfRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.105.1.9.1.3
Operation status of the table entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus