Sophos Switch OIDs

I downloaded the Sophos MIB file and it contained MIBs for every sophos switch.

From my knowledge, a MIB file contains many OIDs which represent values which can be monitored by a monitoring application.

The MIB files looks very cryptic 

eterType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Enums to indicate the meter type :
SimpleTokenBucket - Two Parameter Token Bucket Meter as described in
the Informal Differentiated Services Model section
5.2.3.
AvgRate - Average Rate Meter as described in the Informal
Differentiated Services Model section 5.2.1.
SrTCM - Single Rate Three Color Marker Metering as defined
by RFC 2697.
TrTCM - Two Rate Three Color Marker Metering as defined by
RFC 2698.
TswTCM - Time Sliding Window Three Color Marker Metering as
defined by RFC 2859.
mefDecoupledMeter - Dual bucket meter as defined by RFC 4115.
mefCoupledMeter - Dual bucket meter as defined by RFC 2697 and
MEF coupling Flag."
SYNTAX INTEGER {
simpleTokenBucket(1),
avgRate(2),
srTCM(3),
trTCM(4),
tswTCM(5),
mefDecoupledMeter(6),
mefCoupledMeter(7)
}

A monitoring application is seeking input for OIBs.

For instance when a Sophos Switch is polled with OID .1.3.6.1.2.1.1.1.0 a value is returned IE: 

.1.3.6.1.2.1.1.1.0 System Description Sophos CS110-48FP

How do I get relevant OID values for Sophos Switch?  I don't see them in MIB.  I must be looking in the wrong place?



Added TAGs
[edited by: Erick Jan at 6:03 AM (GMT -8) on 11 Jan 2024]