CISCO-VDC-MIB: View SNMP OID List / Download MIB
VENDOR: CISCO
Home | MIB: CISCO-VDC-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).
|
|||
Object Name | OID | Type | Access | Info |
ciscoVdcMIB | 1.3.6.1.4.1.9.9.774 |
This MIB module defines the objects that describes virtual devices. VDCs are a feature of Nexus series switches from Cisco Systems that allow users to create virtual switches and partition the physical hardware across said virtual switches. This is commonly used to provide management separation without the extra overhead of additional physical hardware. Glossary of the terms used in this MIB: VDC - Virtual Device Context HA - High Availability |
||
ciscoVdcMIBNotifs | 1.3.6.1.4.1.9.9.774.0 | |||
ciscoVdcMIBObjects | 1.3.6.1.4.1.9.9.774.1 | |||
ciscoVdcTable | 1.3.6.1.4.1.9.9.774.1.1 | no-access |
This table contains entries representing a VDC instance. There will be an entry for each VDC instance created in the system. |
|
1.3.6.1.4.1.9.9.774.1.1.1 | no-access |
An entry representing the information pertaining to a virtual device instance. A peer SNMP entity may create a virtual device instance by setting an instance of ciscoVdcRowStatus to 'createAndWait' or 'createAndGo'. Observe that an implementation that does not support these options must specify these limitations in an agent capabilities statement. Other management entities (e.g., the local console) may perform actions resulting in the creation of a virtual device instance. In these cases, the system must automatically create a row in the ciscoVdcTable. A peer SNMP entity may destroy a virtual device instance by setting the corresponding instance of ciscoVdcRowStatus to 'destroy'. Observe that an implementation that does not support this option must specify this limitation in an agent capabilities statement. Other management entities may perform actions resulting in the destruction of a virtual device instance. In these cases, the system must automatically destroy the corresponding row in the ciscoVdcTable. |
||
ciscoVdcId | 1.3.6.1.4.1.9.9.774.1.1.1.1 | unsigned32 | no-access |
This object indicates an arbitrary integer-value that uniquely identifies a virtual device instance. |
ciscoVdcName | 1.3.6.1.4.1.9.9.774.1.1.1.2 | snmpadminstring | read-write |
The human-readable name of the VDC instance. This name uniquely identifies the VDC instance in the system. |
ciscoVdcState | 1.3.6.1.4.1.9.9.774.1.1.1.3 | integer | read-only |
This object indicates the current operational state of the virtual device. Enumeration: 'nonconfigured': 3, 'creating': 5, 'configured': 4, 'failing': 13, 'suspending': 11, 'failed': 7, 'resuming': 12, 'updating': 9, 'suspended': 2, 'active': 1, 'deleting': 6, 'pending': 8, 'restarting': 10. |
ciscoVdcFcoeCapable | 1.3.6.1.4.1.9.9.774.1.1.1.4 | integer | read-only |
This object indicates the FCoE capabilities of the virtual device. Enumeration: 'installed': 3, 'disallowed': 1, 'allowed': 2. |
ciscoVdcMac | 1.3.6.1.4.1.9.9.774.1.1.1.5 | macaddress | read-only |
This object indicates the router MAC address of the virtual device. |
ciscoVdcSwitchId | 1.3.6.1.4.1.9.9.774.1.1.1.6 | macaddress | read-only |
This object indicates the MAC address of the device where the virtual device instance is created. |
ciscoVdcRowStatus | 1.3.6.1.4.1.9.9.774.1.1.1.7 | rowstatus | read-write |
This object is used to create, modify, and/or delete a row in this table. In particular, a newly created row cannot be made active until the ciscoVdcName value is set. ciscoVdcName may not be modified while the value of this object is active(1). An attempt to set ciscoVdcName while the value of RowStatus is active(1) will result in an inconsistentValue error. Agent may delete any virtual device which has ciscoVdcState of active(1) and ciscoVdcRowStatus of Active. |
ciscoVdcStorageType | 1.3.6.1.4.1.9.9.774.1.1.1.8 | storagetype | read-only |
This object specifies the storage type for this conceptual row. The following columnar objects are allowed to be writable when the storageType of this conceptual row is permanent(4): none |
ciscoVdcGlobal | 1.3.6.1.4.1.9.9.774.1.2 | |||
ciscoVdcMaxNumberVdcAllowed | 1.3.6.1.4.1.9.9.774.1.2.1 | integer32 | read-only |
This object indicates the maximum number of VDC instances that can be created in the device. |
ciscoVdcCombinedHostnameEnabled | 1.3.6.1.4.1.9.9.774.1.2.2 | truthvalue | read-write |
This object specifies whether the combined hostname functionality is enabled or not. When the combined hostname functionality is enabled, the hostname of non-default VDCs will be |
ciscoVdcExt | 1.3.6.1.4.1.9.9.774.1.3 | |||
ciscoVdcExtTable | 1.3.6.1.4.1.9.9.774.1.3.1 | no-access |
This table contains additional information of a VDC instance. There will be an entry for each VDC instance created in the system. |
|
1.3.6.1.4.1.9.9.774.1.3.1.1 | no-access |
Each row contains additional information of a VDC instance. |
||
ciscoVdcSingleSupHaPolicy | 1.3.6.1.4.1.9.9.774.1.3.1.1.1 | ciscovdchapolicy | read-write |
This object specifies the High Availability policy of a particular VDC when there is only one supervisor on the device. |
ciscoVdcDualSupHaPolicy | 1.3.6.1.4.1.9.9.774.1.3.1.1.2 | ciscovdchapolicy | read-write |
This object specifies the High Availability policy of a particular VDC when both the active supervisor and standby supervisor are present on the device. |
ciscoVdcBootOrder | 1.3.6.1.4.1.9.9.774.1.3.1.1.3 | unsigned32 | read-write |
This object specifies the boot order value for this particular VDC. The VDCs with the lowest boot order will boot first. |
ciscoVdcTimeCreated | 1.3.6.1.4.1.9.9.774.1.3.1.1.4 | dateandtime | read-only |
This object indicates the time at which a particular VDC was created. |
ciscoVdcReloadCount | 1.3.6.1.4.1.9.9.774.1.3.1.1.5 | gauge32 | read-only |
This object indicates the number of times a particular VDC has been reloaded. |
ciscoVdcRestartCount | 1.3.6.1.4.1.9.9.774.1.3.1.1.6 | gauge32 | read-only |
This object indicates the number of times a VDC identified by ciscoVdcId has been restarted. |
ciscoVdcRestartTime | 1.3.6.1.4.1.9.9.774.1.3.1.1.7 | dateandtime | read-only |
This object indicates the most recent restart time of the VDC instance. This object contains value 0x0000010100000000 when the corresponding instance value of ciscoVdcRestartCount is '0'. |
ciscoVdcRestartReason | 1.3.6.1.4.1.9.9.774.1.3.1.1.8 | snmpadminstring | read-only |
This object indicates the reason of the most recent restart of the VDC. |
ciscoVdcType | 1.3.6.1.4.1.9.9.774.1.3.1.1.9 | integer | read-write |
This object specifies the type of the VDC. Enumeration: 'admin': 1, 'ethernet': 2, 'storage': 3. |
ciscoVdcAdminStatus | 1.3.6.1.4.1.9.9.774.1.3.1.1.10 | integer | read-write |
This object indicates the administrative status of the VDC. active -- the VDC will be put into active state. suspended -- the VDC will be put into paused state. When the suspended VDC is bening resumed, it will come up with its startup configuration. Enumeration: 'active': 1, 'suspended': 2. |
ciscoVdcFromUnallocatedIntf | 1.3.6.1.4.1.9.9.774.1.3.1.1.11 | integer | read-write |
This object specifies the way that interfaces are allocated from the unallocated interface pool. When the value of this object is set to 'allocate', interfaces in the unallocated interface pool will be allocated to a particular VDC on a best-efforts basis. This object always has the value 'noOp' when read. Enumeration: 'noOp': 1, 'allocate': 2. |
ciscoVdcFeatureSetList | 1.3.6.1.4.1.9.9.774.1.3.1.1.12 | bits | read-write |
This object specifies whether a specified feature set is enabled for a VDC. If a bit corresponding to a feature set is set to 1, then the specified feature set is enabled. fcoe -- fiber channel over ethernet feature set. fabricPath -- fabric path feature set. fex -- fabric extender feature set. mpls -- multiprotocol label switching feature set. ethernet -- ethernet feature set. virtualization -- virtual machine feature set. fabric -- fabric feature set. fcoeNpv -- fcoe Edge N-Port virtualizer feature set. Bits: 'fcoeNpv': 7, 'fabric': 6, 'mpls': 3, 'virtualization': 5, 'ethernet': 4, 'fabricPath': 1, 'fex': 2, 'fcoe': 0. |
ciscoVdcResourceTemplate | 1.3.6.1.4.1.9.9.774.1.3.1.1.13 | snmpadminstring | read-write |
This object specifies the name of the resource template of the VDC. |
ciscoVdcModuleCapList | 1.3.6.1.4.1.9.9.774.1.3.1.1.14 | bits | read-write |
This object specifies type of modules which are allowed in this VDC. If a bit corresponding to a module type is set to 1, then the specified module type is allowed in the VDC. m1 -- M1 series modules. f1 -- F1 series modules. m1xl -- M1XL series modules. f2 -- F2 series modules. m2xl -- M2XL series modules fc -- Fiber Channel modules f2e -- F2E series modules f3 -- F3 series modules. m3 -- M3 series modules. Bits: 'f1': 1, 'f2': 3, 'f3': 7, 'f2e': 6, 'm1xl': 2, 'fc': 5, 'm1': 0, 'm3': 8, 'm2xl': 4. |
ciscoVdcCpuPriority | 1.3.6.1.4.1.9.9.774.1.3.1.1.15 | integer32 | read-write |
This object specifies the CPU priority/share for a particular VDC. A value of -1 means this information is not available. |
ciscoVdcCpuSharePercent | 1.3.6.1.4.1.9.9.774.1.3.1.1.16 | ciscovdcpercentorminusone | read-only |
This object indicates the CPU share percentage for a particular VDC. |
ciscoVdcResource | 1.3.6.1.4.1.9.9.774.1.4 | |||
ciscoVdcGlobalResUsageTable | 1.3.6.1.4.1.9.9.774.1.4.1 | no-access |
This table contains information regarding global resource usage and utilization on the device. |
|
1.3.6.1.4.1.9.9.774.1.4.1.1 | no-access |
Each row contains information regarding global usage and utilization for a particular resource. |
||
ciscoVdcGlobalResID | 1.3.6.1.4.1.9.9.774.1.4.1.1.1 | unsigned32 | no-access |
A unique value, greater than zero, that uniquely identifies a type of resource. |
ciscoVdcGlobalResName | 1.3.6.1.4.1.9.9.774.1.4.1.1.2 | snmpadminstring | read-only |
This object indicates the name of the resource on the device. |
ciscoVdcGlobalResUsed | 1.3.6.1.4.1.9.9.774.1.4.1.1.3 | unsigned32 | read-only |
This object indicates the number of instances of a particular resource that are currently in use. |
ciscoVdcGlobalResUnused | 1.3.6.1.4.1.9.9.774.1.4.1.1.4 | unsigned32 | read-only |
This object indicates the number of instances of a particular resource that are reserved, and currently not in use. |
ciscoVdcGlobalResFree | 1.3.6.1.4.1.9.9.774.1.4.1.1.5 | unsigned32 | read-only |
This object indicates the number of instances of a particular resource that still remain to be used. |
ciscoVdcGlobalResAvail | 1.3.6.1.4.1.9.9.774.1.4.1.1.6 | unsigned32 | read-only |
This object indicates the number of instances of a particular resource that are available to be allocated. |
ciscoVdcGlobalResTotal | 1.3.6.1.4.1.9.9.774.1.4.1.1.7 | unsigned32 | read-only |
This object indicates the total number of a particular resource. |
ciscoVdcResUsageTable | 1.3.6.1.4.1.9.9.774.1.4.2 | no-access |
This table contains information regarding resource usage and utilization for a particular VDC. |
|
1.3.6.1.4.1.9.9.774.1.4.2.1 | no-access |
Each row contains information regarding the usage and utilization of a particular resource for a particular VDC. |
||
ciscoVdcResID | 1.3.6.1.4.1.9.9.774.1.4.2.1.1 | unsigned32 | no-access |
A unique value, greater than zero, that uniquely identifies a type of resource. |
ciscoVdcResMin | 1.3.6.1.4.1.9.9.774.1.4.2.1.2 | unsigned32 | read-write |
This object specifies the minimum number of instances of a particular resource that needs to be allocated to a particular VDC. |
ciscoVdcResMax | 1.3.6.1.4.1.9.9.774.1.4.2.1.3 | unsigned32 | read-write |
This object specifies the maximum number of instances of a particular resource that allow to be allocated to a particular VDC. |
ciscoVdcResUsed | 1.3.6.1.4.1.9.9.774.1.4.2.1.4 | unsigned32 | read-only |
This object indicates the number of instances of a particular resource that are currently in use for a particular VDC. |
ciscoVdcResUnused | 1.3.6.1.4.1.9.9.774.1.4.2.1.5 | unsigned32 | read-only |
This object indicates the number of instances of a particular resource that are reserved, and currently not in use for a particular VDC. |
ciscoVdcResAvail | 1.3.6.1.4.1.9.9.774.1.4.2.1.6 | unsigned32 | read-only |
This object indicates the number of instances of a particular resource that are available to be allocated for a particular VDC. |
ciscoVdcResTemplateTable | 1.3.6.1.4.1.9.9.774.1.4.3 | no-access |
This table contains information regarding the resource allocation for VDC resource template. |
|
1.3.6.1.4.1.9.9.774.1.4.3.1 | no-access |
Each row contains information regarding the allocation of a particluar resource for a particular VDC resource template. |
||
ciscoVdcResTemplateName | 1.3.6.1.4.1.9.9.774.1.4.3.1.1 | snmpadminstring | no-access |
This object indicates the name of the resource template. |
ciscoVdcResTemplateResID | 1.3.6.1.4.1.9.9.774.1.4.3.1.2 | unsigned32 | no-access |
A unique value, greater than zero, that can identify a type of resource. |
ciscoVdcResTemplateMin | 1.3.6.1.4.1.9.9.774.1.4.3.1.3 | unsigned32 | read-only |
This object specified the minimum number of instances of a particular resource that are allocated to this VDC template. |
ciscoVdcResTemplateMax | 1.3.6.1.4.1.9.9.774.1.4.3.1.4 | unsigned32 | read-only |
This object specifies the maximum number of instances of a particular resource that are allocated to this VDC template. |
ciscoVdcResTemplateStorageType | 1.3.6.1.4.1.9.9.774.1.4.3.1.5 | storagetype | read-only |
This object specifies the storage type of a conceptual row in this table. |
ciscoVdcResTemplateStatus | 1.3.6.1.4.1.9.9.774.1.4.3.1.6 | rowstatus | read-only |
This object specifies the status of a conceptual row in this table.All writable objects in this row may be modified at any time. |
ciscoVdcInterface | 1.3.6.1.4.1.9.9.774.1.5 | |||
ciscoVdcIfMembershipTable | 1.3.6.1.4.1.9.9.774.1.5.1 | no-access |
This table contains information about VDC interface membership. |
|
1.3.6.1.4.1.9.9.774.1.5.1.1 | no-access |
A conceptual row containing information about VDC interface membership. |
||
ciscoVdcIfMembershipifIndex | 1.3.6.1.4.1.9.9.774.1.5.1.1.1 | interfaceindex | no-access |
ifIndex of the interface membership of this VDC. |
ciscoVdcIfMembershipStorageType | 1.3.6.1.4.1.9.9.774.1.5.1.1.2 | storagetype | read-only |
This object specifies the storage type of a conceptual row in this table. |
ciscoVdcIfMembershipStatus | 1.3.6.1.4.1.9.9.774.1.5.1.1.3 | rowstatus | read-only |
This object specifies the row status of a conceptual row in this table. |
ciscoVdcFCoEVlansTable | 1.3.6.1.4.1.9.9.774.1.5.2 | no-access |
This table contains information regarding allocation of VLANs that can be used for FCoE. |
|
1.3.6.1.4.1.9.9.774.1.5.2.1 | no-access |
A conceptual row containing information regarding allocation of VLANs that can be used for FCoE. |
||
ciscoVdcFCoEVlansFirst2K | 1.3.6.1.4.1.9.9.774.1.5.2.1.1 | cisco2kvlanlist | read-write |
A string of octets containing one bit per VLAN for VLANs 0 to 2047 that are reserved for FCoE. If the bit corresponding to a VLAN is set to '1', then the VLAN is reserved for FCoE. If the bit is set to '0', then the VLAN is not reserved for FCoE |
ciscoVdcFCoEVlansSecond2K | 1.3.6.1.4.1.9.9.774.1.5.2.1.2 | cisco2kvlanlist | read-write |
A string of octets containing one bit per VLAN for VLANs 2048 to 4095 that are reserved for FCoE. If the bit corresponding to a VLAN is set to '1', then the VLAN is reserved for FCoE. If the bit is set to '0', then the VLAN is not reserved for FCoE |
ciscoVdcFCoEVlansFromVdc | 1.3.6.1.4.1.9.9.774.1.5.2.1.3 | unsigned32 | read-write |
This object specifies which VDCs are going to share ports with the storage VDC. |
ciscoVdcSharedInterfaceTable | 1.3.6.1.4.1.9.9.774.1.5.3 | no-access |
This table contains information about VDC shared interface membership. |
|
1.3.6.1.4.1.9.9.774.1.5.3.1 | no-access |
A conceptual row containing information about VDC shared interface membership. |
||
ciscoVdcSharedInterfaceifIndex | 1.3.6.1.4.1.9.9.774.1.5.3.1.1 | interfaceindex | no-access |
A unique value, greater than zero, for each interface. |
ciscoVdcSharedInterfaceStorageType | 1.3.6.1.4.1.9.9.774.1.5.3.1.2 | storagetype | read-only |
This object specifies the storage type of a conceptual row in this table |
ciscoVdcSharedInterfaceRowStatus | 1.3.6.1.4.1.9.9.774.1.5.3.1.3 | rowstatus | read-only |
This object specifies the row status of a conceptual row in this table. |
ciscoVdcMIBConform | 1.3.6.1.4.1.9.9.774.2 | |||
ciscoVdcMIBCompliances | 1.3.6.1.4.1.9.9.774.2.1 | |||
ciscoVdcMIBCompliance | 1.3.6.1.4.1.9.9.774.2.1.1 |
This compliance statement specifies the minimal requirements an implementation must meet in order to claim full compliance with the definition of the CISCO-VDC-MIB. |
||
ciscoVdcMIBCompliance1 | 1.3.6.1.4.1.9.9.774.2.1.2 |
This compliance statement specifies the minimal requirements an implementation must meet in order to claim full compliance with the definition of the CISCO-VDC-MIB. |
||
ciscoVdcMIBGroups | 1.3.6.1.4.1.9.9.774.2.2 | |||
ciscoVdcGroup | 1.3.6.1.4.1.9.9.774.2.2.1 |
This group contains the objects describing virtual device instances. |
||
ciscoVdcExtGroup | 1.3.6.1.4.1.9.9.774.2.2.2 |
This group contains the additional objects describing virtual device instances. |
||
ciscoVdcGlobalResUsageGroup | 1.3.6.1.4.1.9.9.774.2.2.3 |
This group contains the objects regarding global resource usage and utilization on the device. |
||
ciscoVdcResUsageGroup | 1.3.6.1.4.1.9.9.774.2.2.4 |
This group contains the objects regarding resource usage and utilization for a particular VDC. |
||
ciscoVdcResTemplateGroup | 1.3.6.1.4.1.9.9.774.2.2.5 |
This group contains the objects regarding the resource allocation information for VDC resource template. |
||
ciscoVdcGlobalGroup | 1.3.6.1.4.1.9.9.774.2.2.6 |
This group contains the objets regarding global information for VDC. |
||
ciscoVdcIfMembershipGroup | 1.3.6.1.4.1.9.9.774.2.2.7 |
This group contains the object about VDC interface membership. |
||
ciscoVdcFCoEVlansGroup | 1.3.6.1.4.1.9.9.774.2.2.8 |
This group contains the objects regarding allocation of VLANs that can be used for FCoE. |
||
ciscoVdcSharedInterfaceGroup | 1.3.6.1.4.1.9.9.774.2.2.9 |
This group contains object about VDC interface shared membership. |