Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
White Rabbit Switch - Software
Manage
Activity
Members
Labels
Plan
Issues
85
Issue boards
Milestones
Wiki
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
White Rabbit Switch - Software
Commits
c289737c
Commit
c289737c
authored
5 years ago
by
Jean-Claude BAU
Browse files
Options
Downloads
Patches
Plain Diff
SNMP: Generate automatically the file oids.txt which contains all OIDs
parent
255e0399
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
userspace/snmpd/Makefile
+6
-1
6 additions, 1 deletion
userspace/snmpd/Makefile
userspace/snmpd/oids.txt
+315
-0
315 additions, 0 deletions
userspace/snmpd/oids.txt
with
321 additions
and
1 deletion
userspace/snmpd/Makefile
+
6
−
1
View file @
c289737c
...
...
@@ -69,11 +69,16 @@ MIBS = WR-SWITCH-MIB.txt
OBJECTS
=
$(
SOURCES:.c
=
.o
)
all
:
$(SHLIB)
OID_FILE
=
oids.txt
all
:
$(SHLIB) $(OID_FILE)
$(SHLIB)
:
$(OBJECTS)
$(
CC
)
$(
LDFLAGS
)
$^
-o
$@
$(OID_FILE)
:
$(MIBS)
snmptranslate
-Pu
-Tz
-M
/usr/share/snmp/mibs
-m
./
$(
MIBS
)
>
$(
OID_FILE
)
clean
:
rm
-f
$(
SHLIB
)
$(
OBJECTS
)
...
...
This diff is collapsed.
Click to expand it.
userspace/snmpd/oids.txt
0 → 100644
+
315
−
0
View file @
c289737c
"org" "1.3"
"dod" "1.3.6"
"internet" "1.3.6.1"
"directory" "1.3.6.1.1"
"mgmt" "1.3.6.1.2"
"mib-2" "1.3.6.1.2.1"
"transmission" "1.3.6.1.2.1.10"
"experimental" "1.3.6.1.3"
"private" "1.3.6.1.4"
"enterprises" "1.3.6.1.4.1"
"cern" "1.3.6.1.4.1.96"
"wrSwitchMIB" "1.3.6.1.4.1.96.100"
"wrsScalar" "1.3.6.1.4.1.96.100.1"
"wrsScalarOne" "1.3.6.1.4.1.96.100.1.1"
"wrsStatus" "1.3.6.1.4.1.96.100.6"
"wrsGeneralStatusGroup" "1.3.6.1.4.1.96.100.6.1"
"wrsMainSystemStatus" "1.3.6.1.4.1.96.100.6.1.1"
"wrsOSStatus" "1.3.6.1.4.1.96.100.6.1.2"
"wrsTimingStatus" "1.3.6.1.4.1.96.100.6.1.3"
"wrsNetworkingStatus" "1.3.6.1.4.1.96.100.6.1.4"
"wrsDetailedStatusesGroup" "1.3.6.1.4.1.96.100.6.2"
"wrsOSStatusGroup" "1.3.6.1.4.1.96.100.6.2.1"
"wrsBootSuccessful" "1.3.6.1.4.1.96.100.6.2.1.1"
"wrsTemperatureWarning" "1.3.6.1.4.1.96.100.6.2.1.2"
"wrsMemoryFreeLow" "1.3.6.1.4.1.96.100.6.2.1.3"
"wrsCpuLoadHigh" "1.3.6.1.4.1.96.100.6.2.1.4"
"wrsDiskSpaceLow" "1.3.6.1.4.1.96.100.6.2.1.5"
"wrsTimingStatusGroup" "1.3.6.1.4.1.96.100.6.2.2"
"wrsPTPStatus" "1.3.6.1.4.1.96.100.6.2.2.1"
"wrsSoftPLLStatus" "1.3.6.1.4.1.96.100.6.2.2.2"
"wrsSlaveLinksStatus" "1.3.6.1.4.1.96.100.6.2.2.3"
"wrsPTPFramesFlowing" "1.3.6.1.4.1.96.100.6.2.2.4"
"wrsSystemClockStatus" "1.3.6.1.4.1.96.100.6.2.2.5"
"wrsLeapSecStatus" "1.3.6.1.4.1.96.100.6.2.2.6"
"wrsLeapSecSourceStatus" "1.3.6.1.4.1.96.100.6.2.2.7"
"wrsNetworkingStatusGroup" "1.3.6.1.4.1.96.100.6.2.3"
"wrsSFPsStatus" "1.3.6.1.4.1.96.100.6.2.3.1"
"wrsEndpointStatus" "1.3.6.1.4.1.96.100.6.2.3.2"
"wrsSwcoreStatus" "1.3.6.1.4.1.96.100.6.2.3.3"
"wrsRTUStatus" "1.3.6.1.4.1.96.100.6.2.3.4"
"wrsVersionGroup" "1.3.6.1.4.1.96.100.6.3"
"wrsVersionSwVersion" "1.3.6.1.4.1.96.100.6.3.1"
"wrsVersionSwBuildBy" "1.3.6.1.4.1.96.100.6.3.2"
"wrsVersionSwBuildDate" "1.3.6.1.4.1.96.100.6.3.3"
"wrsVersionBackplaneVersion" "1.3.6.1.4.1.96.100.6.3.4"
"wrsVersionFpgaType" "1.3.6.1.4.1.96.100.6.3.5"
"wrsVersionManufacturer" "1.3.6.1.4.1.96.100.6.3.6"
"wrsVersionSwitchSerialNumber" "1.3.6.1.4.1.96.100.6.3.7"
"wrsVersionScbVersion" "1.3.6.1.4.1.96.100.6.3.8"
"wrsVersionGwVersion" "1.3.6.1.4.1.96.100.6.3.9"
"wrsVersionGwBuild" "1.3.6.1.4.1.96.100.6.3.10"
"wrsVersionSwitchHdlCommitId" "1.3.6.1.4.1.96.100.6.3.11"
"wrsVersionGeneralCoresCommitId" "1.3.6.1.4.1.96.100.6.3.12"
"wrsVersionWrCoresCommitId" "1.3.6.1.4.1.96.100.6.3.13"
"wrsVersionLastUpdateDate" "1.3.6.1.4.1.96.100.6.3.14"
"wrsExpertStatus" "1.3.6.1.4.1.96.100.7"
"wrsOperationStatus" "1.3.6.1.4.1.96.100.7.1"
"wrsCurrentTimeGroup" "1.3.6.1.4.1.96.100.7.1.1"
"wrsDateTAI" "1.3.6.1.4.1.96.100.7.1.1.1"
"wrsDateTAIString" "1.3.6.1.4.1.96.100.7.1.1.2"
"wrsSystemClockStatusDetails" "1.3.6.1.4.1.96.100.7.1.1.3"
"wrsSystemClockDrift" "1.3.6.1.4.1.96.100.7.1.1.4"
"wrsSystemClockDriftThreshold" "1.3.6.1.4.1.96.100.7.1.1.5"
"wrsSystemClockCheckInterval" "1.3.6.1.4.1.96.100.7.1.1.6"
"wrsSystemClockCheckIntervalUnit" "1.3.6.1.4.1.96.100.7.1.1.7"
"wrsLeapSecSource" "1.3.6.1.4.1.96.100.7.1.1.8"
"wrsLeapSecStatusDetails" "1.3.6.1.4.1.96.100.7.1.1.9"
"wrsLeapSecSourceStatusDetails" "1.3.6.1.4.1.96.100.7.1.1.10"
"wrsLeapSecSourceURL" "1.3.6.1.4.1.96.100.7.1.1.11"
"wrsBootStatusGroup" "1.3.6.1.4.1.96.100.7.1.2"
"wrsBootCnt" "1.3.6.1.4.1.96.100.7.1.2.1"
"wrsRebootCnt" "1.3.6.1.4.1.96.100.7.1.2.2"
"wrsRestartReason" "1.3.6.1.4.1.96.100.7.1.2.3"
"wrsFaultIP" "1.3.6.1.4.1.96.100.7.1.2.4"
"wrsFaultLR" "1.3.6.1.4.1.96.100.7.1.2.5"
"wrsConfigSource" "1.3.6.1.4.1.96.100.7.1.2.6"
"wrsConfigSourceUrl" "1.3.6.1.4.1.96.100.7.1.2.7"
"wrsRestartReasonMonit" "1.3.6.1.4.1.96.100.7.1.2.8"
"wrsBootConfigStatus" "1.3.6.1.4.1.96.100.7.1.2.9"
"wrsBootHwinfoReadout" "1.3.6.1.4.1.96.100.7.1.2.10"
"wrsBootLoadFPGA" "1.3.6.1.4.1.96.100.7.1.2.11"
"wrsBootLoadLM32" "1.3.6.1.4.1.96.100.7.1.2.12"
"wrsBootKernelModulesMissing" "1.3.6.1.4.1.96.100.7.1.2.13"
"wrsBootUserspaceDaemonsMissing" "1.3.6.1.4.1.96.100.7.1.2.14"
"wrsGwWatchdogTimeouts" "1.3.6.1.4.1.96.100.7.1.2.15"
"wrsFwUpdateStatus" "1.3.6.1.4.1.96.100.7.1.2.16"
"wrsCustomBootScriptSource" "1.3.6.1.4.1.96.100.7.1.2.17"
"wrsCustomBootScriptSourceUrl" "1.3.6.1.4.1.96.100.7.1.2.18"
"wrsCustomBootScriptStatus" "1.3.6.1.4.1.96.100.7.1.2.19"
"wrsAuxClkSetStatus" "1.3.6.1.4.1.96.100.7.1.2.20"
"wrsThrottlingSetStatus" "1.3.6.1.4.1.96.100.7.1.2.21"
"wrsVlansSetStatus" "1.3.6.1.4.1.96.100.7.1.2.22"
"wrsTemperatureGroup" "1.3.6.1.4.1.96.100.7.1.3"
"wrsTempFPGA" "1.3.6.1.4.1.96.100.7.1.3.1"
"wrsTempPLL" "1.3.6.1.4.1.96.100.7.1.3.2"
"wrsTempPSL" "1.3.6.1.4.1.96.100.7.1.3.3"
"wrsTempPSR" "1.3.6.1.4.1.96.100.7.1.3.4"
"wrsTempThresholdFPGA" "1.3.6.1.4.1.96.100.7.1.3.5"
"wrsTempThresholdPLL" "1.3.6.1.4.1.96.100.7.1.3.6"
"wrsTempThresholdPSL" "1.3.6.1.4.1.96.100.7.1.3.7"
"wrsTempThresholdPSR" "1.3.6.1.4.1.96.100.7.1.3.8"
"wrsMemoryGroup" "1.3.6.1.4.1.96.100.7.1.4"
"wrsMemoryTotal" "1.3.6.1.4.1.96.100.7.1.4.1"
"wrsMemoryUsed" "1.3.6.1.4.1.96.100.7.1.4.2"
"wrsMemoryUsedPerc" "1.3.6.1.4.1.96.100.7.1.4.3"
"wrsMemoryFree" "1.3.6.1.4.1.96.100.7.1.4.4"
"wrsCpuLoadGroup" "1.3.6.1.4.1.96.100.7.1.5"
"wrsCPULoadAvg1min" "1.3.6.1.4.1.96.100.7.1.5.1"
"wrsCPULoadAvg5min" "1.3.6.1.4.1.96.100.7.1.5.2"
"wrsCPULoadAvg15min" "1.3.6.1.4.1.96.100.7.1.5.3"
"wrsDiskTable" "1.3.6.1.4.1.96.100.7.1.6"
"wrsDiskEntry" "1.3.6.1.4.1.96.100.7.1.6.1"
"wrsDiskIndex" "1.3.6.1.4.1.96.100.7.1.6.1.1"
"wrsDiskMountPath" "1.3.6.1.4.1.96.100.7.1.6.1.2"
"wrsDiskSize" "1.3.6.1.4.1.96.100.7.1.6.1.3"
"wrsDiskUsed" "1.3.6.1.4.1.96.100.7.1.6.1.4"
"wrsDiskFree" "1.3.6.1.4.1.96.100.7.1.6.1.5"
"wrsDiskUseRate" "1.3.6.1.4.1.96.100.7.1.6.1.6"
"wrsDiskFilesystem" "1.3.6.1.4.1.96.100.7.1.6.1.7"
"wrsStartCntGroup" "1.3.6.1.4.1.96.100.7.2"
"wrsStartCntHAL" "1.3.6.1.4.1.96.100.7.2.1"
"wrsStartCntPTP" "1.3.6.1.4.1.96.100.7.2.2"
"wrsStartCntRTUd" "1.3.6.1.4.1.96.100.7.2.3"
"wrsStartCntSshd" "1.3.6.1.4.1.96.100.7.2.4"
"wrsStartCntHttpd" "1.3.6.1.4.1.96.100.7.2.5"
"wrsStartCntSnmpd" "1.3.6.1.4.1.96.100.7.2.6"
"wrsStartCntSyslogd" "1.3.6.1.4.1.96.100.7.2.7"
"wrsStartCntWrsWatchdog" "1.3.6.1.4.1.96.100.7.2.8"
"wrsStartCntLldpd" "1.3.6.1.4.1.96.100.7.2.9"
"wrsStartCntLdap" "1.3.6.1.4.1.96.100.7.2.10"
"wrsSpllState" "1.3.6.1.4.1.96.100.7.3"
"wrsSpllVersionGroup" "1.3.6.1.4.1.96.100.7.3.1"
"wrsSpllVersion" "1.3.6.1.4.1.96.100.7.3.1.1"
"wrsSpllBuildDate" "1.3.6.1.4.1.96.100.7.3.1.2"
"wrsSpllBuildBy" "1.3.6.1.4.1.96.100.7.3.1.3"
"wrsSpllStatusGroup" "1.3.6.1.4.1.96.100.7.3.2"
"wrsSpllMode" "1.3.6.1.4.1.96.100.7.3.2.1"
"wrsSpllIrqCnt" "1.3.6.1.4.1.96.100.7.3.2.2"
"wrsSpllSeqState" "1.3.6.1.4.1.96.100.7.3.2.3"
"wrsSpllAlignState" "1.3.6.1.4.1.96.100.7.3.2.4"
"wrsSpllHlock" "1.3.6.1.4.1.96.100.7.3.2.5"
"wrsSpllMlock" "1.3.6.1.4.1.96.100.7.3.2.6"
"wrsSpllHY" "1.3.6.1.4.1.96.100.7.3.2.7"
"wrsSpllMY" "1.3.6.1.4.1.96.100.7.3.2.8"
"wrsSpllDelCnt" "1.3.6.1.4.1.96.100.7.3.2.9"
"wrsPstatsTable" "1.3.6.1.4.1.96.100.7.4"
"wrsPstatsEntry" "1.3.6.1.4.1.96.100.7.4.1"
"wrsPstatsIndex" "1.3.6.1.4.1.96.100.7.4.1.1"
"wrsPstatsPortName" "1.3.6.1.4.1.96.100.7.4.1.2"
"wrsPstatsTXUnderrun" "1.3.6.1.4.1.96.100.7.4.1.3"
"wrsPstatsRXOverrun" "1.3.6.1.4.1.96.100.7.4.1.4"
"wrsPstatsRXInvalidCode" "1.3.6.1.4.1.96.100.7.4.1.5"
"wrsPstatsRXSyncLost" "1.3.6.1.4.1.96.100.7.4.1.6"
"wrsPstatsRXPauseFrames" "1.3.6.1.4.1.96.100.7.4.1.7"
"wrsPstatsRXPfilterDropped" "1.3.6.1.4.1.96.100.7.4.1.8"
"wrsPstatsRXPCSErrors" "1.3.6.1.4.1.96.100.7.4.1.9"
"wrsPstatsRXGiantFrames" "1.3.6.1.4.1.96.100.7.4.1.10"
"wrsPstatsRXRuntFrames" "1.3.6.1.4.1.96.100.7.4.1.11"
"wrsPstatsRXCRCErrors" "1.3.6.1.4.1.96.100.7.4.1.12"
"wrsPstatsRXPclass0" "1.3.6.1.4.1.96.100.7.4.1.13"
"wrsPstatsRXPclass1" "1.3.6.1.4.1.96.100.7.4.1.14"
"wrsPstatsRXPclass2" "1.3.6.1.4.1.96.100.7.4.1.15"
"wrsPstatsRXPclass3" "1.3.6.1.4.1.96.100.7.4.1.16"
"wrsPstatsRXPclass4" "1.3.6.1.4.1.96.100.7.4.1.17"
"wrsPstatsRXPclass5" "1.3.6.1.4.1.96.100.7.4.1.18"
"wrsPstatsRXPclass6" "1.3.6.1.4.1.96.100.7.4.1.19"
"wrsPstatsRXPclass7" "1.3.6.1.4.1.96.100.7.4.1.20"
"wrsPstatsTXFrames" "1.3.6.1.4.1.96.100.7.4.1.21"
"wrsPstatsRXFrames" "1.3.6.1.4.1.96.100.7.4.1.22"
"wrsPstatsRXDropRTUFull" "1.3.6.1.4.1.96.100.7.4.1.23"
"wrsPstatsRXPrio0" "1.3.6.1.4.1.96.100.7.4.1.24"
"wrsPstatsRXPrio1" "1.3.6.1.4.1.96.100.7.4.1.25"
"wrsPstatsRXPrio2" "1.3.6.1.4.1.96.100.7.4.1.26"
"wrsPstatsRXPrio3" "1.3.6.1.4.1.96.100.7.4.1.27"
"wrsPstatsRXPrio4" "1.3.6.1.4.1.96.100.7.4.1.28"
"wrsPstatsRXPrio5" "1.3.6.1.4.1.96.100.7.4.1.29"
"wrsPstatsRXPrio6" "1.3.6.1.4.1.96.100.7.4.1.30"
"wrsPstatsRXPrio7" "1.3.6.1.4.1.96.100.7.4.1.31"
"wrsPstatsRTUValid" "1.3.6.1.4.1.96.100.7.4.1.32"
"wrsPstatsRTUResponses" "1.3.6.1.4.1.96.100.7.4.1.33"
"wrsPstatsRTUDropped" "1.3.6.1.4.1.96.100.7.4.1.34"
"wrsPstatsFastMatchPriority" "1.3.6.1.4.1.96.100.7.4.1.35"
"wrsPstatsFastMatchFastForward" "1.3.6.1.4.1.96.100.7.4.1.36"
"wrsPstatsFastMatchNonForward" "1.3.6.1.4.1.96.100.7.4.1.37"
"wrsPstatsFastMatchRespValid" "1.3.6.1.4.1.96.100.7.4.1.38"
"wrsPstatsFullMatchRespValid" "1.3.6.1.4.1.96.100.7.4.1.39"
"wrsPstatsForwarded" "1.3.6.1.4.1.96.100.7.4.1.40"
"wrsPstatsTRURespValid" "1.3.6.1.4.1.96.100.7.4.1.41"
"wrsPtpDataTable" "1.3.6.1.4.1.96.100.7.5"
"wrsPtpDataEntry" "1.3.6.1.4.1.96.100.7.5.1"
"wrsPtpDataIndex" "1.3.6.1.4.1.96.100.7.5.1.1"
"wrsPtpPortName" "1.3.6.1.4.1.96.100.7.5.1.2"
"wrsPtpGrandmasterID" "1.3.6.1.4.1.96.100.7.5.1.3"
"wrsPtpOwnID" "1.3.6.1.4.1.96.100.7.5.1.4"
"wrsPtpMode" "1.3.6.1.4.1.96.100.7.5.1.5"
"wrsPtpServoState" "1.3.6.1.4.1.96.100.7.5.1.6"
"wrsPtpServoStateN" "1.3.6.1.4.1.96.100.7.5.1.7"
"wrsPtpPhaseTracking" "1.3.6.1.4.1.96.100.7.5.1.8"
"wrsPtpSyncSource" "1.3.6.1.4.1.96.100.7.5.1.9"
"wrsPtpClockOffsetPs" "1.3.6.1.4.1.96.100.7.5.1.10"
"wrsPtpClockOffsetPsHR" "1.3.6.1.4.1.96.100.7.5.1.11"
"wrsPtpSkew" "1.3.6.1.4.1.96.100.7.5.1.12"
"wrsPtpRTT" "1.3.6.1.4.1.96.100.7.5.1.13"
"wrsPtpLinkLength" "1.3.6.1.4.1.96.100.7.5.1.14"
"wrsPtpServoUpdates" "1.3.6.1.4.1.96.100.7.5.1.15"
"wrsPtpDeltaTxM" "1.3.6.1.4.1.96.100.7.5.1.16"
"wrsPtpDeltaRxM" "1.3.6.1.4.1.96.100.7.5.1.17"
"wrsPtpDeltaTxS" "1.3.6.1.4.1.96.100.7.5.1.18"
"wrsPtpDeltaRxS" "1.3.6.1.4.1.96.100.7.5.1.19"
"wrsPtpServoStateErrCnt" "1.3.6.1.4.1.96.100.7.5.1.20"
"wrsPtpClockOffsetErrCnt" "1.3.6.1.4.1.96.100.7.5.1.21"
"wrsPtpRTTErrCnt" "1.3.6.1.4.1.96.100.7.5.1.22"
"wrsPtpServoUpdateTime" "1.3.6.1.4.1.96.100.7.5.1.23"
"wrsPtpServoExt" "1.3.6.1.4.1.96.100.7.5.1.24"
"wrsPortStatusTable" "1.3.6.1.4.1.96.100.7.6"
"wrsPortStatusEntry" "1.3.6.1.4.1.96.100.7.6.1"
"wrsPortStatusIndex" "1.3.6.1.4.1.96.100.7.6.1.1"
"wrsPortStatusPortName" "1.3.6.1.4.1.96.100.7.6.1.2"
"wrsPortStatusLink" "1.3.6.1.4.1.96.100.7.6.1.3"
"wrsPortStatusConfiguredMode" "1.3.6.1.4.1.96.100.7.6.1.4"
"wrsPortStatusLocked" "1.3.6.1.4.1.96.100.7.6.1.5"
"wrsPortStatusPeer" "1.3.6.1.4.1.96.100.7.6.1.6"
"wrsPortStatusSfpVN" "1.3.6.1.4.1.96.100.7.6.1.7"
"wrsPortStatusSfpPN" "1.3.6.1.4.1.96.100.7.6.1.8"
"wrsPortStatusSfpVS" "1.3.6.1.4.1.96.100.7.6.1.9"
"wrsPortStatusSfpInDB" "1.3.6.1.4.1.96.100.7.6.1.10"
"wrsPortStatusSfpGbE" "1.3.6.1.4.1.96.100.7.6.1.11"
"wrsPortStatusSfpError" "1.3.6.1.4.1.96.100.7.6.1.12"
"wrsPortStatusPtpTxFrames" "1.3.6.1.4.1.96.100.7.6.1.13"
"wrsPortStatusPtpRxFrames" "1.3.6.1.4.1.96.100.7.6.1.14"
"wrsPortStatusMonitor" "1.3.6.1.4.1.96.100.7.6.1.15"
"wrsPortStatusSfpDom" "1.3.6.1.4.1.96.100.7.6.1.16"
"wrsPortStatusSfpTemp" "1.3.6.1.4.1.96.100.7.6.1.17"
"wrsPortStatusSfpVcc" "1.3.6.1.4.1.96.100.7.6.1.18"
"wrsPortStatusSfpTxBias" "1.3.6.1.4.1.96.100.7.6.1.19"
"wrsPortStatusSfpTxPower" "1.3.6.1.4.1.96.100.7.6.1.20"
"wrsPortStatusSfpRxPower" "1.3.6.1.4.1.96.100.7.6.1.21"
"wrsPstatsHCTable" "1.3.6.1.4.1.96.100.7.7"
"wrsPstatsHCEntry" "1.3.6.1.4.1.96.100.7.7.1"
"wrsPstatsHCIndex" "1.3.6.1.4.1.96.100.7.7.1.1"
"wrsPstatsHCPortName" "1.3.6.1.4.1.96.100.7.7.1.2"
"wrsPstatsHCTXUnderrun" "1.3.6.1.4.1.96.100.7.7.1.3"
"wrsPstatsHCRXOverrun" "1.3.6.1.4.1.96.100.7.7.1.4"
"wrsPstatsHCRXInvalidCode" "1.3.6.1.4.1.96.100.7.7.1.5"
"wrsPstatsHCRXSyncLost" "1.3.6.1.4.1.96.100.7.7.1.6"
"wrsPstatsHCRXPauseFrames" "1.3.6.1.4.1.96.100.7.7.1.7"
"wrsPstatsHCRXPfilterDropped" "1.3.6.1.4.1.96.100.7.7.1.8"
"wrsPstatsHCRXPCSErrors" "1.3.6.1.4.1.96.100.7.7.1.9"
"wrsPstatsHCRXGiantFrames" "1.3.6.1.4.1.96.100.7.7.1.10"
"wrsPstatsHCRXRuntFrames" "1.3.6.1.4.1.96.100.7.7.1.11"
"wrsPstatsHCRXCRCErrors" "1.3.6.1.4.1.96.100.7.7.1.12"
"wrsPstatsHCRXPclass0" "1.3.6.1.4.1.96.100.7.7.1.13"
"wrsPstatsHCRXPclass1" "1.3.6.1.4.1.96.100.7.7.1.14"
"wrsPstatsHCRXPclass2" "1.3.6.1.4.1.96.100.7.7.1.15"
"wrsPstatsHCRXPclass3" "1.3.6.1.4.1.96.100.7.7.1.16"
"wrsPstatsHCRXPclass4" "1.3.6.1.4.1.96.100.7.7.1.17"
"wrsPstatsHCRXPclass5" "1.3.6.1.4.1.96.100.7.7.1.18"
"wrsPstatsHCRXPclass6" "1.3.6.1.4.1.96.100.7.7.1.19"
"wrsPstatsHCRXPclass7" "1.3.6.1.4.1.96.100.7.7.1.20"
"wrsPstatsHCTXFrames" "1.3.6.1.4.1.96.100.7.7.1.21"
"wrsPstatsHCRXFrames" "1.3.6.1.4.1.96.100.7.7.1.22"
"wrsPstatsHCRXDropRTUFull" "1.3.6.1.4.1.96.100.7.7.1.23"
"wrsPstatsHCRXPrio0" "1.3.6.1.4.1.96.100.7.7.1.24"
"wrsPstatsHCRXPrio1" "1.3.6.1.4.1.96.100.7.7.1.25"
"wrsPstatsHCRXPrio2" "1.3.6.1.4.1.96.100.7.7.1.26"
"wrsPstatsHCRXPrio3" "1.3.6.1.4.1.96.100.7.7.1.27"
"wrsPstatsHCRXPrio4" "1.3.6.1.4.1.96.100.7.7.1.28"
"wrsPstatsHCRXPrio5" "1.3.6.1.4.1.96.100.7.7.1.29"
"wrsPstatsHCRXPrio6" "1.3.6.1.4.1.96.100.7.7.1.30"
"wrsPstatsHCRXPrio7" "1.3.6.1.4.1.96.100.7.7.1.31"
"wrsPstatsHCRTUValid" "1.3.6.1.4.1.96.100.7.7.1.32"
"wrsPstatsHCRTUResponses" "1.3.6.1.4.1.96.100.7.7.1.33"
"wrsPstatsHCRTUDropped" "1.3.6.1.4.1.96.100.7.7.1.34"
"wrsPstatsHCFastMatchPriority" "1.3.6.1.4.1.96.100.7.7.1.35"
"wrsPstatsHCFastMatchFastForward" "1.3.6.1.4.1.96.100.7.7.1.36"
"wrsPstatsHCFastMatchNonForward" "1.3.6.1.4.1.96.100.7.7.1.37"
"wrsPstatsHCFastMatchRespValid" "1.3.6.1.4.1.96.100.7.7.1.38"
"wrsPstatsHCFullMatchRespValid" "1.3.6.1.4.1.96.100.7.7.1.39"
"wrsPstatsHCForwarded" "1.3.6.1.4.1.96.100.7.7.1.40"
"wrsPstatsHCTRURespValid" "1.3.6.1.4.1.96.100.7.7.1.41"
"wrsPstatsHCNICTXFrames" "1.3.6.1.4.1.96.100.7.7.1.42"
"wrsPtpInstanceTable" "1.3.6.1.4.1.96.100.7.8"
"wrsPtpInstanceEntry" "1.3.6.1.4.1.96.100.7.8.1"
"wrsPtpInstancePortIndex" "1.3.6.1.4.1.96.100.7.8.1.1"
"wrsPtpInstanceOnPortIndex" "1.3.6.1.4.1.96.100.7.8.1.2"
"wrsPtpInstanceName" "1.3.6.1.4.1.96.100.7.8.1.3"
"wrsPtpInstancePort" "1.3.6.1.4.1.96.100.7.8.1.4"
"wrsPtpInstancePortInstance" "1.3.6.1.4.1.96.100.7.8.1.5"
"wrsPtpInstancePortName" "1.3.6.1.4.1.96.100.7.8.1.6"
"wrsPtpInstanceState" "1.3.6.1.4.1.96.100.7.8.1.7"
"wrsPtpInstanceMasterOnly" "1.3.6.1.4.1.96.100.7.8.1.8"
"wrsPtpInstanceExtPortCfgDesSt" "1.3.6.1.4.1.96.100.7.8.1.9"
"wrsPtpInstanceMechanism" "1.3.6.1.4.1.96.100.7.8.1.10"
"wrsPtpInstanceProfile" "1.3.6.1.4.1.96.100.7.8.1.11"
"wrsPtpInstanceExtension" "1.3.6.1.4.1.96.100.7.8.1.12"
"wrsPtpInstanceAsymEnabled" "1.3.6.1.4.1.96.100.7.8.1.13"
"wrsPtpInstanceAsymConstAsymPS" "1.3.6.1.4.1.96.100.7.8.1.14"
"wrsPtpInstanceAsymScDelayCoef" "1.3.6.1.4.1.96.100.7.8.1.15"
"wrsPtpInstanceAsymScDelayCoefHR" "1.3.6.1.4.1.96.100.7.8.1.16"
"wrsPtpInstanceTSCorrEgressLatPS" "1.3.6.1.4.1.96.100.7.8.1.17"
"wrsPtpInstanceTSCorrIngLatPS" "1.3.6.1.4.1.96.100.7.8.1.18"
"wrsPtpInstanceTSCorrSemistLatPS" "1.3.6.1.4.1.96.100.7.8.1.19"
"wrsPtpInstanceProtoDetectState" "1.3.6.1.4.1.96.100.7.8.1.20"
"wrsPtpInstanceExtState" "1.3.6.1.4.1.96.100.7.8.1.21"
"wrsPtpInstancePeerMac" "1.3.6.1.4.1.96.100.7.8.1.22"
"wrsPtpInstancePeerVid" "1.3.6.1.4.1.96.100.7.8.1.23"
"wrsPtpInstanceVlanNum" "1.3.6.1.4.1.96.100.7.8.1.24"
"wrsPtpInstanceVlanListStr" "1.3.6.1.4.1.96.100.7.8.1.25"
"wrsPtpInstanceStatusError" "1.3.6.1.4.1.96.100.7.8.1.26"
"security" "1.3.6.1.5"
"snmpV2" "1.3.6.1.6"
"snmpDomains" "1.3.6.1.6.1"
"snmpProxys" "1.3.6.1.6.2"
"snmpModules" "1.3.6.1.6.3"
"zeroDotZero" "0.0"
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment