HH3C-FTM-MIB: View SNMP OID List / Download MIB

VENDOR: H3C


 Home MIB: HH3C-FTM-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 hh3cFtm 1.3.6.1.4.1.25506.2.1
     hh3cFtmManMIB 1.3.6.1.4.1.25506.2.1.1
this MIB will maintain Fabric topology management. The MIB includes unit-id, unit-name and fabric authentication information.
         hh3cFtmManMIBObjects 1.3.6.1.4.1.25506.2.1.1.1
             hh3cFtmUnitTable 1.3.6.1.4.1.25506.2.1.1.1.1 no-access
A table of informations of XRN-Fabric Unit.
                 hh3cFtmUnitEntry 1.3.6.1.4.1.25506.2.1.1.1.1.1 no-access
An entry for configuring unit informations of XRN-Fabric.
                     hh3cFtmIndex 1.3.6.1.4.1.25506.2.1.1.1.1.1.1 integer32 no-access
The unique index of a unit.
                     hh3cFtmUnitID 1.3.6.1.4.1.25506.2.1.1.1.1.1.2 integer read-write
Identifer of unit in fabric. Its value should be between 1 and the maximum which defines in product specification. An exception is described in description of hh3cFtmNumberMode. In that case, the value of this object remains its original value after set to zero.
                     hh3cFtmUnitName 1.3.6.1.4.1.25506.2.1.1.1.1.1.3 octet string read-write
Name of unit in XRN-Fabric. It consists of no more than 64 characters.
                     hh3cFtmUnitRole 1.3.6.1.4.1.25506.2.1.1.1.1.1.4 integer read-only
Role of unit in XRN-Fabric. One unit in a XRN-Fabric acts as master role and others act as slave roles Enumeration: 'slave': 1, 'master': 0.
                     hh3cFtmNumberMode 1.3.6.1.4.1.25506.2.1.1.1.1.1.5 integer read-only
Numbering Mode of unit in XRN-Fabric. If the unit ID is assigned by the auto numbering algorithm, the numbering mode will be automatic numbering; if the unit ID (hh3cFtmUnitID) is assigned by the user, the numbering mode will be manual numbering; if hh3cFtmUnitID is set to be zero, the numbering mode will become automatic numbering. Enumeration: 'manual': 1, 'automatic': 0.
             hh3cFtmAuthMode 1.3.6.1.4.1.25506.2.1.1.1.2 integer read-write
Authentication mode of XRN-Fabric. Enumeration: 'ftm-md5': 2, 'ftm-simple': 1, 'ftm-none': 0.
             hh3cFtmAuthValue 1.3.6.1.4.1.25506.2.1.1.1.3 octet string read-write
Authentication value of XRN-Fabric Feature. ftm_none mode means no authentication. In simple mode, the value is password of a string of 1 to 16 charactors. While in md5 mode, the value is key of a string within 16 charactors.
             hh3cFtmFabricVlanID 1.3.6.1.4.1.25506.2.1.1.1.4 integer read-write
The object is used for get and set the Fabric VlanID. Only is the equipment not in the stacking status, the value can be set.
             hh3cFtmFabricType 1.3.6.1.4.1.25506.2.1.1.1.5 integer read-only
Topology type of Fabric. outofStack means this unit is not in stack. Enumeration: 'line': 2, 'mesh': 4, 'ring': 3, 'outofStack': 1.
         hh3cFtmManMIBComformance 1.3.6.1.4.1.25506.2.1.1.2
             hh3cFtmMIBCompliances 1.3.6.1.4.1.25506.2.1.1.2.1
                 hh3cFtmMIBCompliance 1.3.6.1.4.1.25506.2.1.1.2.1.1
The compliance statement for FTM implementing the MIB.
             hh3cFtmMIBGroups 1.3.6.1.4.1.25506.2.1.1.2.2
                 hh3cFtmConfigGroup 1.3.6.1.4.1.25506.2.1.1.2.2.1
The basic collection of objects for sending trap of FTM Management.
                 hh3cFtmNotificationGroup 1.3.6.1.4.1.25506.2.1.1.2.2.2
The basic collection of objects for sending trap of FTM Management.
         hh3cFtmManMIBNotification 1.3.6.1.4.1.25506.2.1.1.3
             hh3cFtmUnitIDChange 1.3.6.1.4.1.25506.2.1.1.3.1
When unit id changes in fabric, this trap is sent with unit index and its new id .
             hh3cFtmUnitNameChange 1.3.6.1.4.1.25506.2.1.1.3.2
When unit name changes in fabric, this trap is sent with unit index and its new name.