HH3C-VSI-MIB

File: HH3C-VSI-MIB.mib (24242 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI IF-MIB
HH3C-OID-MIB

Imported symbols

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

Defined Types

Hh3cVsiEntry  
SEQUENCE    
  hh3cVsiIndex Unsigned32
  hh3cVsiName OCTET STRING
  hh3cVsiMode INTEGER
  hh3cMinmIsid Integer32
  hh3cVsiId Unsigned32
  hh3cVsiTransMode INTEGER
  hh3cVsiEnableHubSpoke INTEGER
  hh3cVsiAdminState INTEGER
  hh3cVsiRowStatus RowStatus
  hh3cVsiSpbIsid Integer32
  hh3cVsiVxlanID Unsigned32
  hh3cVsiArpSuppression TruthValue
  hh3cVsiFlooding TruthValue
  hh3cVsiLocalMacCount Unsigned32
  hh3cVsiInterfaceID Unsigned32
  hh3cVsiStatistics TruthValue
  hh3cVsiNvgreID Unsigned32

Hh3cVsiXconnectEntry  
SEQUENCE    
  hh3cVsiXconnectIfIndex Unsigned32
  hh3cVsiXconnectEvcSrvInstId Unsigned32
  hh3cVsiXconnectVsiName OCTET STRING
  hh3cVsiXconnectAccessMode INTEGER
  hh3cVsiXconnectHubSpoke INTEGER
  hh3cVsiXconnectRowStatus RowStatus

Hh3cVsiPwBindEntry  
SEQUENCE    
  hh3cVsiPwIndex Unsigned32
  hh3cVsiPwBindAttributes BITS
  hh3cVsiPwBindRowStatus RowStatus

Hh3cVsiFloodMacEntry  
SEQUENCE    
  hh3cVsiFloodMac MacAddress
  hh3cVsiFloodMacRowStatus RowStatus

Hh3cVsiLocalMacEntry  
SEQUENCE    
  hh3cVsiLocalMacAddr MacAddress
  hh3cVsiLocalMacIfIndex InterfaceIndex
  hh3cVsiLocalMacSrvID Unsigned32

Hh3cVsiPerfEntry  
SEQUENCE    
  hh3cVsiPerfInOctets Counter64
  hh3cVsiPerfInPackets Counter64
  hh3cVsiPerfInErrors Counter64
  hh3cVsiPerfInDiscards Counter64
  hh3cVsiPerfOutOctets Counter64
  hh3cVsiPerfOutPackets Counter64
  hh3cVsiPerfOutErrors Counter64
  hh3cVsiPerfOutDiscards Counter64

Hh3cVsiIfEntry  
SEQUENCE    
  hh3cVsiIfID Unsigned32
  hh3cVsiIfIndex InterfaceIndex
  hh3cVsiIfRowStatus RowStatus

Defined Values

hh3cVsi 1.3.6.1.4.1.25506.2.105
The MIB for VSI (Virtual Switch Instance).
MODULE-IDENTITY    

hh3cVsiObjects 1.3.6.1.4.1.25506.2.105.1
OBJECT IDENTIFIER    

hh3cVsiScalarGroup 1.3.6.1.4.1.25506.2.105.1.1
OBJECT IDENTIFIER    

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

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

hh3cVsiTable 1.3.6.1.4.1.25506.2.105.1.2
A table for configuring VSI parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cVsiEntry

hh3cVsiEntry 1.3.6.1.4.1.25506.2.105.1.2.1
An entry for configuring VSI parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cVsiEntry  

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

hh3cVsiName 1.3.6.1.4.1.25506.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)  

hh3cVsiMode 1.3.6.1.4.1.25506.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)  

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

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

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

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

hh3cVsiAdminState 1.3.6.1.4.1.25506.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)  

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

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

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

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

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

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

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

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

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

hh3cVsiXconnectTable 1.3.6.1.4.1.25506.2.105.1.3
A table for configuring xconnect parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cVsiXconnectEntry

hh3cVsiXconnectEntry 1.3.6.1.4.1.25506.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    
  Hh3cVsiXconnectEntry  

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

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

hh3cVsiXconnectVsiName 1.3.6.1.4.1.25506.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)  

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

hh3cVsiXconnectHubSpoke 1.3.6.1.4.1.25506.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)  

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

hh3cVsiPwBindTable 1.3.6.1.4.1.25506.2.105.1.4
A table for PW(PseudoWire) mapping to VSI.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cVsiPwBindEntry

hh3cVsiPwBindEntry 1.3.6.1.4.1.25506.2.105.1.4.1
Each entry means a PW mapping to a VSI.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cVsiPwBindEntry  

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

hh3cVsiPwBindAttributes 1.3.6.1.4.1.25506.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)  

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

hh3cVsiFloodMacTable 1.3.6.1.4.1.25506.2.105.1.5
A table of MAC addresses enabled with selective flooding.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cVsiFloodMacEntry

hh3cVsiFloodMacEntry 1.3.6.1.4.1.25506.2.105.1.5.1
Each entry represents a selective flooding MAC.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cVsiFloodMacEntry  

hh3cVsiFloodMac 1.3.6.1.4.1.25506.2.105.1.5.1.1
MAC address.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

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

hh3cVsiLocalMacTable 1.3.6.1.4.1.25506.2.105.1.6
A table for VSI local MAC addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cVsiLocalMacEntry

hh3cVsiLocalMacEntry 1.3.6.1.4.1.25506.2.105.1.6.1
A local MAC address of VSI.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cVsiLocalMacEntry  

hh3cVsiLocalMacAddr 1.3.6.1.4.1.25506.2.105.1.6.1.1
MAC address.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

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

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

hh3cVsiPerfTable 1.3.6.1.4.1.25506.2.105.1.7
This table contains performance statistics for each VSI.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cVsiPerfEntry

hh3cVsiPerfEntry 1.3.6.1.4.1.25506.2.105.1.7.1
A row in this table contains statistics for a VSI.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cVsiPerfEntry  

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

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

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

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

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

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

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

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

hh3cVsiNextAvailableVsiIfID 1.3.6.1.4.1.25506.2.105.1.8
This object contains the next available value for hh3cVsiIfID when creating entries in the hh3cVsiIfTable. 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  

hh3cVsiIfTable 1.3.6.1.4.1.25506.2.105.1.9
VSI interface table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cVsiIfEntry

hh3cVsiIfEntry 1.3.6.1.4.1.25506.2.105.1.9.1
A row in this table contains a VSI interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cVsiIfEntry  

hh3cVsiIfID 1.3.6.1.4.1.25506.2.105.1.9.1.1
VSI interface ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hh3cVsiIfIndex 1.3.6.1.4.1.25506.2.105.1.9.1.2
VSI interface index.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

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