1-- ***************************************************************** 2-- CISCO-MSATA-MIB.my: mSATA Wear-Ratio and Usage MIB 3-- 4-- Copyright (c) 2005-2006, 2019 by cisco Systems Inc. 5-- All rights reserved. 6-- 7-- ***************************************************************** 8 9CISCO-MSATA-MIB DEFINITIONS ::= BEGIN 10 11IMPORTS 12 MODULE-IDENTITY, 13 OBJECT-TYPE, 14 Counter32, 15 NOTIFICATION-TYPE 16 FROM SNMPv2-SMI 17 MODULE-COMPLIANCE, 18 NOTIFICATION-GROUP, 19 OBJECT-GROUP 20 FROM SNMPv2-CONF 21 DisplayString 22 FROM SNMPv2-TC 23 ciscoMgmt 24 FROM CISCO-SMI; 25 26 27ciscoMsataMIB MODULE-IDENTITY 28 LAST-UPDATED "201901090000Z" 29 ORGANIZATION "Cisco Systems, Inc." 30 CONTACT-INFO 31 "Cisco Systems 32 Customer Service 33 34 Postal: 170 W Tasman Drive 35 San Jose, CA 95134 36 USA 37 38 Tel: +1 800 553-NETS 39 40 E-mail: cs-ir800@cisco.com" 41 DESCRIPTION 42 "As part of this enhancement, adding SNMP support for below 2 43 mSata parameters on the IR829M products: 44 1) Lifetime remaining (wear leveling) 45 2) Memory usage for the mSATA SSD 46 47 This feature is supported in IR829M only. 48 49 *** ABBREVIATIONS, ACRONYMS, AND SYMBOLS *** 50 51 Wl - Wear Leveling of mSATA SSD" 52 REVISION "201901090000Z" 53 DESCRIPTION 54 "Latest version of this MIB module." 55 ::= { ciscoMgmt 860 } 56 57 58ciscoMsataMIBObjects OBJECT IDENTIFIER 59 ::= { ciscoMsataMIB 0 } 60 61 62ciscoMsata OBJECT-TYPE 63 SYNTAX OCTET STRING 64 MAX-ACCESS read-only 65 STATUS current 66 DESCRIPTION 67 "An entry containing the management information for a mSata 68 parameters - Lifetime remaining and memory usage." 69 ::= { ciscoMsataMIBObjects 1 } 70 71END 72 73 74