From b61d49ad6f086cdfe5c66b3b8d522bc9448ef69e Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Mon, 6 Mar 2017 17:47:20 +0000 Subject: mibs: Add new mibs to barometer Add mib definitions for new features like mcelog, RDT and BIOS to barometer for SNMP equivalence support. Change-Id: I016ed7653d82bcfdaf94f22734092b3b0d4c267f Signed-off-by: Maryam Tahhan --- mibs/Intel-SA.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mibs/Intel-SA.txt (limited to 'mibs/Intel-SA.txt') diff --git a/mibs/Intel-SA.txt b/mibs/Intel-SA.txt new file mode 100644 index 00000000..6e7dd87b --- /dev/null +++ b/mibs/Intel-SA.txt @@ -0,0 +1,10 @@ +Intel-SA-MIB DEFINITIONS ::= BEGIN + +IMPORTS + server-management FROM Intel-Common-MIB; + +software OBJECT IDENTIFIER ::= { server-management 3 } +baseboardGroup OBJECT IDENTIFIER ::= { software 5 } +hostAssist OBJECT IDENTIFIER ::= { baseboardGroup 1 } + +END -- cgit 1.2.3-korg