snmp-1.2.0/0000755000004100000410000000000012365504747012534 5ustar www-datawww-datasnmp-1.2.0/Rakefile0000644000004100000410000000237512365504747014210 0ustar www-datawww-datarequire 'rake' require 'rake/testtask' require 'rake/clean' require 'rdoc/task' require 'rubygems/package_task' # test target Rake::TestTask.new do |test| test.libs << "lib" end # package target CLEAN.include 'pkg' CLEAN.include 'doc' CLEAN.include 'web/site' spec = Gem::Specification.load "snmp.gemspec" Gem::PackageTask.new(spec) do |package| package.need_zip = false package.need_tar = false end # rdoc, clobber_rdoc, rerdoc targets Rake::RDocTask.new do |doc| doc.rdoc_dir = "doc" doc.main = "README.rdoc" doc.rdoc_files.include('README.rdoc', 'lib/**/*.rb') doc.title = "SNMP Library for Ruby" end namespace :web do desc "Generate website content" task :gen => :rdoc do ROOT_PATH = File.dirname(File.expand_path(__FILE__)) SRC_DIR = ROOT_PATH + "/web/content" DEST_DIR = ROOT_PATH + "/web/site" rm_rf DEST_DIR mkdir_p DEST_DIR Dir.glob(SRC_DIR + "/*").each do |name| puts "#{name}...copying" cp name, DEST_DIR + "/" + File.basename(name) end puts "Documentation...copying" cp_r ROOT_PATH + "/doc", DEST_DIR + "/doc" end desc "Publish website to RubyForge" task :publish => :gen do sh "scp -r web/site/* davehal@rubyforge.org:/var/www/gforge-projects/snmplib" end endsnmp-1.2.0/data/0000755000004100000410000000000012365504747013445 5ustar www-datawww-datasnmp-1.2.0/data/ruby/0000755000004100000410000000000012365504747014426 5ustar www-datawww-datasnmp-1.2.0/data/ruby/snmp/0000755000004100000410000000000012365504747015403 5ustar www-datawww-datasnmp-1.2.0/data/ruby/snmp/mibs/0000755000004100000410000000000012365504747016335 5ustar www-datawww-datasnmp-1.2.0/data/ruby/snmp/mibs/RADIUS-AUTH-CLIENT-MIB.yaml0000644000004100000410000000520712365504747022334 0ustar www-datawww-data--- radiusMIB: 1.3.6.1.2.1.67 radiusAuthentication: 1.3.6.1.2.1.67.1 radiusAuthClientMIB: 1.3.6.1.2.1.67.1.2 radiusAuthClientMIBObjects: 1.3.6.1.2.1.67.1.2.1 radiusAuthClient: 1.3.6.1.2.1.67.1.2.1.1 radiusAuthClientInvalidServerAddresses: 1.3.6.1.2.1.67.1.2.1.1.1 radiusAuthClientIdentifier: 1.3.6.1.2.1.67.1.2.1.1.2 radiusAuthServerTable: 1.3.6.1.2.1.67.1.2.1.1.3 radiusAuthServerEntry: 1.3.6.1.2.1.67.1.2.1.1.3.1 radiusAuthServerIndex: 1.3.6.1.2.1.67.1.2.1.1.3.1.1 radiusAuthServerAddress: 1.3.6.1.2.1.67.1.2.1.1.3.1.2 radiusAuthClientServerPortNumber: 1.3.6.1.2.1.67.1.2.1.1.3.1.3 radiusAuthClientRoundTripTime: 1.3.6.1.2.1.67.1.2.1.1.3.1.4 radiusAuthClientAccessRequests: 1.3.6.1.2.1.67.1.2.1.1.3.1.5 radiusAuthClientAccessRetransmissions: 1.3.6.1.2.1.67.1.2.1.1.3.1.6 radiusAuthClientAccessAccepts: 1.3.6.1.2.1.67.1.2.1.1.3.1.7 radiusAuthClientAccessRejects: 1.3.6.1.2.1.67.1.2.1.1.3.1.8 radiusAuthClientAccessChallenges: 1.3.6.1.2.1.67.1.2.1.1.3.1.9 radiusAuthClientMalformedAccessResponses: 1.3.6.1.2.1.67.1.2.1.1.3.1.10 radiusAuthClientBadAuthenticators: 1.3.6.1.2.1.67.1.2.1.1.3.1.11 radiusAuthClientPendingRequests: 1.3.6.1.2.1.67.1.2.1.1.3.1.12 radiusAuthClientTimeouts: 1.3.6.1.2.1.67.1.2.1.1.3.1.13 radiusAuthClientUnknownTypes: 1.3.6.1.2.1.67.1.2.1.1.3.1.14 radiusAuthClientPacketsDropped: 1.3.6.1.2.1.67.1.2.1.1.3.1.15 radiusAuthServerExtTable: 1.3.6.1.2.1.67.1.2.1.1.4 radiusAuthServerExtEntry: 1.3.6.1.2.1.67.1.2.1.1.4.1 radiusAuthServerExtIndex: 1.3.6.1.2.1.67.1.2.1.1.4.1.1 radiusAuthServerInetAddressType: 1.3.6.1.2.1.67.1.2.1.1.4.1.2 radiusAuthServerInetAddress: 1.3.6.1.2.1.67.1.2.1.1.4.1.3 radiusAuthClientServerInetPortNumber: 1.3.6.1.2.1.67.1.2.1.1.4.1.4 radiusAuthClientExtRoundTripTime: 1.3.6.1.2.1.67.1.2.1.1.4.1.5 radiusAuthClientExtAccessRequests: 1.3.6.1.2.1.67.1.2.1.1.4.1.6 radiusAuthClientExtAccessRetransmissions: 1.3.6.1.2.1.67.1.2.1.1.4.1.7 radiusAuthClientExtAccessAccepts: 1.3.6.1.2.1.67.1.2.1.1.4.1.8 radiusAuthClientExtAccessRejects: 1.3.6.1.2.1.67.1.2.1.1.4.1.9 radiusAuthClientExtAccessChallenges: 1.3.6.1.2.1.67.1.2.1.1.4.1.10 radiusAuthClientExtMalformedAccessResponses: 1.3.6.1.2.1.67.1.2.1.1.4.1.11 radiusAuthClientExtBadAuthenticators: 1.3.6.1.2.1.67.1.2.1.1.4.1.12 radiusAuthClientExtPendingRequests: 1.3.6.1.2.1.67.1.2.1.1.4.1.13 radiusAuthClientExtTimeouts: 1.3.6.1.2.1.67.1.2.1.1.4.1.14 radiusAuthClientExtUnknownTypes: 1.3.6.1.2.1.67.1.2.1.1.4.1.15 radiusAuthClientExtPacketsDropped: 1.3.6.1.2.1.67.1.2.1.1.4.1.16 radiusAuthClientCounterDiscontinuity: 1.3.6.1.2.1.67.1.2.1.1.4.1.17 radiusAuthClientMIBConformance: 1.3.6.1.2.1.67.1.2.2 radiusAuthClientMIBCompliances: 1.3.6.1.2.1.67.1.2.2.1 radiusAuthClientMIBGroups: 1.3.6.1.2.1.67.1.2.2.2 snmp-1.2.0/data/ruby/snmp/mibs/PPP-LCP-MIB.yaml0000644000004100000410000000432412365504747020704 0ustar www-datawww-data--- ppp: 1.3.6.1.2.1.10.23 pppLcp: 1.3.6.1.2.1.10.23.1 pppLink: 1.3.6.1.2.1.10.23.1.1 pppLinkStatusTable: 1.3.6.1.2.1.10.23.1.1.1 pppLinkStatusEntry: 1.3.6.1.2.1.10.23.1.1.1.1 pppLinkStatusPhysicalIndex: 1.3.6.1.2.1.10.23.1.1.1.1.1 pppLinkStatusBadAddresses: 1.3.6.1.2.1.10.23.1.1.1.1.2 pppLinkStatusBadControls: 1.3.6.1.2.1.10.23.1.1.1.1.3 pppLinkStatusPacketTooLongs: 1.3.6.1.2.1.10.23.1.1.1.1.4 pppLinkStatusBadFCSs: 1.3.6.1.2.1.10.23.1.1.1.1.5 pppLinkStatusLocalMRU: 1.3.6.1.2.1.10.23.1.1.1.1.6 pppLinkStatusRemoteMRU: 1.3.6.1.2.1.10.23.1.1.1.1.7 pppLinkStatusLocalToPeerACCMap: 1.3.6.1.2.1.10.23.1.1.1.1.8 pppLinkStatusPeerToLocalACCMap: 1.3.6.1.2.1.10.23.1.1.1.1.9 pppLinkStatusLocalToRemoteProtocolCompression: 1.3.6.1.2.1.10.23.1.1.1.1.10 pppLinkStatusRemoteToLocalProtocolCompression: 1.3.6.1.2.1.10.23.1.1.1.1.11 pppLinkStatusLocalToRemoteACCompression: 1.3.6.1.2.1.10.23.1.1.1.1.12 pppLinkStatusRemoteToLocalACCompression: 1.3.6.1.2.1.10.23.1.1.1.1.13 pppLinkStatusTransmitFcsSize: 1.3.6.1.2.1.10.23.1.1.1.1.14 pppLinkStatusReceiveFcsSize: 1.3.6.1.2.1.10.23.1.1.1.1.15 pppLinkConfigTable: 1.3.6.1.2.1.10.23.1.1.2 pppLinkConfigEntry: 1.3.6.1.2.1.10.23.1.1.2.1 pppLinkConfigInitialMRU: 1.3.6.1.2.1.10.23.1.1.2.1.1 pppLinkConfigReceiveACCMap: 1.3.6.1.2.1.10.23.1.1.2.1.2 pppLinkConfigTransmitACCMap: 1.3.6.1.2.1.10.23.1.1.2.1.3 pppLinkConfigMagicNumber: 1.3.6.1.2.1.10.23.1.1.2.1.4 pppLinkConfigFcsSize: 1.3.6.1.2.1.10.23.1.1.2.1.5 pppLqr: 1.3.6.1.2.1.10.23.1.2 pppLqrTable: 1.3.6.1.2.1.10.23.1.2.1 pppLqrEntry: 1.3.6.1.2.1.10.23.1.2.1.1 pppLqrQuality: 1.3.6.1.2.1.10.23.1.2.1.1.1 pppLqrInGoodOctets: 1.3.6.1.2.1.10.23.1.2.1.1.2 pppLqrLocalPeriod: 1.3.6.1.2.1.10.23.1.2.1.1.3 pppLqrRemotePeriod: 1.3.6.1.2.1.10.23.1.2.1.1.4 pppLqrOutLQRs: 1.3.6.1.2.1.10.23.1.2.1.1.5 pppLqrInLQRs: 1.3.6.1.2.1.10.23.1.2.1.1.6 pppLqrConfigTable: 1.3.6.1.2.1.10.23.1.2.2 pppLqrConfigEntry: 1.3.6.1.2.1.10.23.1.2.2.1 pppLqrConfigPeriod: 1.3.6.1.2.1.10.23.1.2.2.1.1 pppLqrConfigStatus: 1.3.6.1.2.1.10.23.1.2.2.1.2 pppLqrExtnsTable: 1.3.6.1.2.1.10.23.1.2.3 pppLqrExtnsEntry: 1.3.6.1.2.1.10.23.1.2.3.1 pppLqrExtnsLastReceivedLqrPacket: 1.3.6.1.2.1.10.23.1.2.3.1.1 pppTests: 1.3.6.1.2.1.10.23.1.3 pppEchoTest: 1.3.6.1.2.1.10.23.1.3.1 pppDiscardTest: 1.3.6.1.2.1.10.23.1.3.2 snmp-1.2.0/data/ruby/snmp/mibs/VRRP-MIB.yaml0000644000004100000410000000422312365504747020420 0ustar www-datawww-data--- vrrpMIB: 1.3.6.1.2.1.68 vrrpNotifications: 1.3.6.1.2.1.68.0 vrrpOperations: 1.3.6.1.2.1.68.1 vrrpNodeVersion: 1.3.6.1.2.1.68.1.1 vrrpNotificationCntl: 1.3.6.1.2.1.68.1.2 vrrpOperTable: 1.3.6.1.2.1.68.1.3 vrrpOperEntry: 1.3.6.1.2.1.68.1.3.1 vrrpOperVrId: 1.3.6.1.2.1.68.1.3.1.1 vrrpOperVirtualMacAddr: 1.3.6.1.2.1.68.1.3.1.2 vrrpOperState: 1.3.6.1.2.1.68.1.3.1.3 vrrpOperAdminState: 1.3.6.1.2.1.68.1.3.1.4 vrrpOperPriority: 1.3.6.1.2.1.68.1.3.1.5 vrrpOperIpAddrCount: 1.3.6.1.2.1.68.1.3.1.6 vrrpOperMasterIpAddr: 1.3.6.1.2.1.68.1.3.1.7 vrrpOperPrimaryIpAddr: 1.3.6.1.2.1.68.1.3.1.8 vrrpOperAuthType: 1.3.6.1.2.1.68.1.3.1.9 vrrpOperAuthKey: 1.3.6.1.2.1.68.1.3.1.10 vrrpOperAdvertisementInterval: 1.3.6.1.2.1.68.1.3.1.11 vrrpOperPreemptMode: 1.3.6.1.2.1.68.1.3.1.12 vrrpOperVirtualRouterUpTime: 1.3.6.1.2.1.68.1.3.1.13 vrrpOperProtocol: 1.3.6.1.2.1.68.1.3.1.14 vrrpOperRowStatus: 1.3.6.1.2.1.68.1.3.1.15 vrrpAssoIpAddrTable: 1.3.6.1.2.1.68.1.4 vrrpAssoIpAddrEntry: 1.3.6.1.2.1.68.1.4.1 vrrpAssoIpAddr: 1.3.6.1.2.1.68.1.4.1.1 vrrpAssoIpAddrRowStatus: 1.3.6.1.2.1.68.1.4.1.2 vrrpTrapPacketSrc: 1.3.6.1.2.1.68.1.5 vrrpTrapAuthErrorType: 1.3.6.1.2.1.68.1.6 vrrpStatistics: 1.3.6.1.2.1.68.2 vrrpRouterChecksumErrors: 1.3.6.1.2.1.68.2.1 vrrpRouterVersionErrors: 1.3.6.1.2.1.68.2.2 vrrpRouterVrIdErrors: 1.3.6.1.2.1.68.2.3 vrrpRouterStatsTable: 1.3.6.1.2.1.68.2.4 vrrpRouterStatsEntry: 1.3.6.1.2.1.68.2.4.1 vrrpStatsBecomeMaster: 1.3.6.1.2.1.68.2.4.1.1 vrrpStatsAdvertiseRcvd: 1.3.6.1.2.1.68.2.4.1.2 vrrpStatsAdvertiseIntervalErrors: 1.3.6.1.2.1.68.2.4.1.3 vrrpStatsAuthFailures: 1.3.6.1.2.1.68.2.4.1.4 vrrpStatsIpTtlErrors: 1.3.6.1.2.1.68.2.4.1.5 vrrpStatsPriorityZeroPktsRcvd: 1.3.6.1.2.1.68.2.4.1.6 vrrpStatsPriorityZeroPktsSent: 1.3.6.1.2.1.68.2.4.1.7 vrrpStatsInvalidTypePktsRcvd: 1.3.6.1.2.1.68.2.4.1.8 vrrpStatsAddressListErrors: 1.3.6.1.2.1.68.2.4.1.9 vrrpStatsInvalidAuthType: 1.3.6.1.2.1.68.2.4.1.10 vrrpStatsAuthTypeMismatch: 1.3.6.1.2.1.68.2.4.1.11 vrrpStatsPacketLengthErrors: 1.3.6.1.2.1.68.2.4.1.12 vrrpConformance: 1.3.6.1.2.1.68.3 vrrpMIBCompliances: 1.3.6.1.2.1.68.3.1 vrrpMIBGroups: 1.3.6.1.2.1.68.3.2 vrrpTrapNewMaster: 1.3.6.1.2.1.68.0.1 vrrpTrapAuthFailure: 1.3.6.1.2.1.68.0.2 snmp-1.2.0/data/ruby/snmp/mibs/T11-FC-NAME-SERVER-MIB.yaml0000644000004100000410000000462312365504747022210 0ustar www-datawww-data--- t11FcNameServerMIB: 1.3.6.1.2.1.135 t11NsNotifications: 1.3.6.1.2.1.135.0 t11NsMIBObjects: 1.3.6.1.2.1.135.1 t11NsStatus: 1.3.6.1.2.1.135.1.1 t11NsInfoSubsetTable: 1.3.6.1.2.1.135.1.1.1 t11NsInfoSubsetEntry: 1.3.6.1.2.1.135.1.1.1.1 t11NsInfoSubsetIndex: 1.3.6.1.2.1.135.1.1.1.1.1 t11NsInfoSubsetSwitchIndex: 1.3.6.1.2.1.135.1.1.1.1.2 t11NsInfoSubsetTableLastChange: 1.3.6.1.2.1.135.1.1.1.1.3 t11NsInfoSubsetNumRows: 1.3.6.1.2.1.135.1.1.1.1.4 t11NsInfoSubsetTotalRejects: 1.3.6.1.2.1.135.1.1.1.1.5 t11NsInfoSubsetRejReqNotfyEnable: 1.3.6.1.2.1.135.1.1.1.1.6 t11NsRegTable: 1.3.6.1.2.1.135.1.1.2 t11NsRegEntry: 1.3.6.1.2.1.135.1.1.2.1 t11NsRegFabricIndex: 1.3.6.1.2.1.135.1.1.2.1.1 t11NsRegPortIdentifier: 1.3.6.1.2.1.135.1.1.2.1.2 t11NsRegPortName: 1.3.6.1.2.1.135.1.1.2.1.3 t11NsRegNodeName: 1.3.6.1.2.1.135.1.1.2.1.4 t11NsRegClassOfSvc: 1.3.6.1.2.1.135.1.1.2.1.5 t11NsRegNodeIpAddress: 1.3.6.1.2.1.135.1.1.2.1.6 t11NsRegProcAssoc: 1.3.6.1.2.1.135.1.1.2.1.7 t11NsRegFc4Type: 1.3.6.1.2.1.135.1.1.2.1.8 t11NsRegPortType: 1.3.6.1.2.1.135.1.1.2.1.9 t11NsRegPortIpAddress: 1.3.6.1.2.1.135.1.1.2.1.10 t11NsRegFabricPortName: 1.3.6.1.2.1.135.1.1.2.1.11 t11NsRegHardAddress: 1.3.6.1.2.1.135.1.1.2.1.12 t11NsRegSymbolicPortName: 1.3.6.1.2.1.135.1.1.2.1.13 t11NsRegSymbolicNodeName: 1.3.6.1.2.1.135.1.1.2.1.14 t11NsRegFc4Features: 1.3.6.1.2.1.135.1.1.2.1.15 t11NsRegFc4DescriptorTable: 1.3.6.1.2.1.135.1.1.3 t11NsRegFc4DescriptorEntry: 1.3.6.1.2.1.135.1.1.3.1 t11NsRegFc4TypeValue: 1.3.6.1.2.1.135.1.1.3.1.1 t11NsRegFc4Descriptor: 1.3.6.1.2.1.135.1.1.3.1.2 t11NsRejectTable: 1.3.6.1.2.1.135.1.1.4 t11NsRejectEntry: 1.3.6.1.2.1.135.1.1.4.1 t11NsRejectCtCommandString: 1.3.6.1.2.1.135.1.1.4.1.1 t11NsRejectReasonCode: 1.3.6.1.2.1.135.1.1.4.1.2 t11NsRejReasonCodeExp: 1.3.6.1.2.1.135.1.1.4.1.3 t11NsRejReasonVendorCode: 1.3.6.1.2.1.135.1.1.4.1.4 t11NsStatistics: 1.3.6.1.2.1.135.1.2 t11NsStatsTable: 1.3.6.1.2.1.135.1.2.1 t11NsStatsEntry: 1.3.6.1.2.1.135.1.2.1.1 t11NsInGetReqs: 1.3.6.1.2.1.135.1.2.1.1.1 t11NsOutGetReqs: 1.3.6.1.2.1.135.1.2.1.1.2 t11NsInRegReqs: 1.3.6.1.2.1.135.1.2.1.1.3 t11NsInDeRegReqs: 1.3.6.1.2.1.135.1.2.1.1.4 t11NsInRscns: 1.3.6.1.2.1.135.1.2.1.1.5 t11NsOutRscns: 1.3.6.1.2.1.135.1.2.1.1.6 t11NsRejects: 1.3.6.1.2.1.135.1.2.1.1.7 t11NsDatabaseFull: 1.3.6.1.2.1.135.1.2.1.1.8 t11NsMIBConformance: 1.3.6.1.2.1.135.2 t11NsMIBCompliances: 1.3.6.1.2.1.135.2.1 t11NsMIBGroups: 1.3.6.1.2.1.135.2.2 t11NsRejectRegNotify: 1.3.6.1.2.1.135.0.1 snmp-1.2.0/data/ruby/snmp/mibs/SMON-MIB.yaml0000644000004100000410000000605112365504747020404 0ustar www-datawww-data--- smonCapabilities: 1.3.6.1.2.1.16.19.15 smonMIBCompliances: 1.3.6.1.2.1.16.20.3 smonMIBGroups: 1.3.6.1.2.1.16.20.4 switchRMON: 1.3.6.1.2.1.16.22 smonMIBObjects: 1.3.6.1.2.1.16.22.1 dataSourceCaps: 1.3.6.1.2.1.16.22.1.1 dataSourceCapsTable: 1.3.6.1.2.1.16.22.1.1.1 dataSourceCapsEntry: 1.3.6.1.2.1.16.22.1.1.1.1 dataSourceCapsObject: 1.3.6.1.2.1.16.22.1.1.1.1.1 dataSourceRmonCaps: 1.3.6.1.2.1.16.22.1.1.1.1.2 dataSourceCopyCaps: 1.3.6.1.2.1.16.22.1.1.1.1.3 dataSourceCapsIfIndex: 1.3.6.1.2.1.16.22.1.1.1.1.4 smonStats: 1.3.6.1.2.1.16.22.1.2 smonVlanStatsControlTable: 1.3.6.1.2.1.16.22.1.2.1 smonVlanStatsControlEntry: 1.3.6.1.2.1.16.22.1.2.1.1 smonVlanStatsControlIndex: 1.3.6.1.2.1.16.22.1.2.1.1.1 smonVlanStatsControlDataSource: 1.3.6.1.2.1.16.22.1.2.1.1.2 smonVlanStatsControlCreateTime: 1.3.6.1.2.1.16.22.1.2.1.1.3 smonVlanStatsControlOwner: 1.3.6.1.2.1.16.22.1.2.1.1.4 smonVlanStatsControlStatus: 1.3.6.1.2.1.16.22.1.2.1.1.5 smonVlanIdStatsTable: 1.3.6.1.2.1.16.22.1.2.2 smonVlanIdStatsEntry: 1.3.6.1.2.1.16.22.1.2.2.1 smonVlanIdStatsId: 1.3.6.1.2.1.16.22.1.2.2.1.1 smonVlanIdStatsTotalPkts: 1.3.6.1.2.1.16.22.1.2.2.1.2 smonVlanIdStatsTotalOverflowPkts: 1.3.6.1.2.1.16.22.1.2.2.1.3 smonVlanIdStatsTotalHCPkts: 1.3.6.1.2.1.16.22.1.2.2.1.4 smonVlanIdStatsTotalOctets: 1.3.6.1.2.1.16.22.1.2.2.1.5 smonVlanIdStatsTotalOverflowOctets: 1.3.6.1.2.1.16.22.1.2.2.1.6 smonVlanIdStatsTotalHCOctets: 1.3.6.1.2.1.16.22.1.2.2.1.7 smonVlanIdStatsNUcastPkts: 1.3.6.1.2.1.16.22.1.2.2.1.8 smonVlanIdStatsNUcastOverflowPkts: 1.3.6.1.2.1.16.22.1.2.2.1.9 smonVlanIdStatsNUcastHCPkts: 1.3.6.1.2.1.16.22.1.2.2.1.10 smonVlanIdStatsNUcastOctets: 1.3.6.1.2.1.16.22.1.2.2.1.11 smonVlanIdStatsNUcastOverflowOctets: 1.3.6.1.2.1.16.22.1.2.2.1.12 smonVlanIdStatsNUcastHCOctets: 1.3.6.1.2.1.16.22.1.2.2.1.13 smonVlanIdStatsCreateTime: 1.3.6.1.2.1.16.22.1.2.2.1.14 smonPrioStatsControlTable: 1.3.6.1.2.1.16.22.1.2.3 smonPrioStatsControlEntry: 1.3.6.1.2.1.16.22.1.2.3.1 smonPrioStatsControlIndex: 1.3.6.1.2.1.16.22.1.2.3.1.1 smonPrioStatsControlDataSource: 1.3.6.1.2.1.16.22.1.2.3.1.2 smonPrioStatsControlCreateTime: 1.3.6.1.2.1.16.22.1.2.3.1.3 smonPrioStatsControlOwner: 1.3.6.1.2.1.16.22.1.2.3.1.4 smonPrioStatsControlStatus: 1.3.6.1.2.1.16.22.1.2.3.1.5 smonPrioStatsTable: 1.3.6.1.2.1.16.22.1.2.4 smonPrioStatsEntry: 1.3.6.1.2.1.16.22.1.2.4.1 smonPrioStatsId: 1.3.6.1.2.1.16.22.1.2.4.1.1 smonPrioStatsPkts: 1.3.6.1.2.1.16.22.1.2.4.1.2 smonPrioStatsOverflowPkts: 1.3.6.1.2.1.16.22.1.2.4.1.3 smonPrioStatsHCPkts: 1.3.6.1.2.1.16.22.1.2.4.1.4 smonPrioStatsOctets: 1.3.6.1.2.1.16.22.1.2.4.1.5 smonPrioStatsOverflowOctets: 1.3.6.1.2.1.16.22.1.2.4.1.6 smonPrioStatsHCOctets: 1.3.6.1.2.1.16.22.1.2.4.1.7 portCopyConfig: 1.3.6.1.2.1.16.22.1.3 portCopyTable: 1.3.6.1.2.1.16.22.1.3.1 portCopyEntry: 1.3.6.1.2.1.16.22.1.3.1.1 portCopySource: 1.3.6.1.2.1.16.22.1.3.1.1.1 portCopyDest: 1.3.6.1.2.1.16.22.1.3.1.1.2 portCopyDestDropEvents: 1.3.6.1.2.1.16.22.1.3.1.1.3 portCopyDirection: 1.3.6.1.2.1.16.22.1.3.1.1.4 portCopyStatus: 1.3.6.1.2.1.16.22.1.3.1.1.5 smonRegistrationPoints: 1.3.6.1.2.1.16.22.1.4 smonVlanDataSource: 1.3.6.1.2.1.16.22.1.4.1 snmp-1.2.0/data/ruby/snmp/mibs/SNMP-VIEW-BASED-ACM-MIB.yaml0000644000004100000410000000305712365504747022372 0ustar www-datawww-data--- snmpVacmMIB: 1.3.6.1.6.3.16 vacmMIBObjects: 1.3.6.1.6.3.16.1 vacmContextTable: 1.3.6.1.6.3.16.1.1 vacmContextEntry: 1.3.6.1.6.3.16.1.1.1 vacmContextName: 1.3.6.1.6.3.16.1.1.1.1 vacmSecurityToGroupTable: 1.3.6.1.6.3.16.1.2 vacmSecurityToGroupEntry: 1.3.6.1.6.3.16.1.2.1 vacmSecurityModel: 1.3.6.1.6.3.16.1.2.1.1 vacmSecurityName: 1.3.6.1.6.3.16.1.2.1.2 vacmGroupName: 1.3.6.1.6.3.16.1.2.1.3 vacmSecurityToGroupStorageType: 1.3.6.1.6.3.16.1.2.1.4 vacmSecurityToGroupStatus: 1.3.6.1.6.3.16.1.2.1.5 vacmAccessTable: 1.3.6.1.6.3.16.1.4 vacmAccessEntry: 1.3.6.1.6.3.16.1.4.1 vacmAccessContextPrefix: 1.3.6.1.6.3.16.1.4.1.1 vacmAccessSecurityModel: 1.3.6.1.6.3.16.1.4.1.2 vacmAccessSecurityLevel: 1.3.6.1.6.3.16.1.4.1.3 vacmAccessContextMatch: 1.3.6.1.6.3.16.1.4.1.4 vacmAccessReadViewName: 1.3.6.1.6.3.16.1.4.1.5 vacmAccessWriteViewName: 1.3.6.1.6.3.16.1.4.1.6 vacmAccessNotifyViewName: 1.3.6.1.6.3.16.1.4.1.7 vacmAccessStorageType: 1.3.6.1.6.3.16.1.4.1.8 vacmAccessStatus: 1.3.6.1.6.3.16.1.4.1.9 vacmMIBViews: 1.3.6.1.6.3.16.1.5 vacmViewSpinLock: 1.3.6.1.6.3.16.1.5.1 vacmViewTreeFamilyTable: 1.3.6.1.6.3.16.1.5.2 vacmViewTreeFamilyEntry: 1.3.6.1.6.3.16.1.5.2.1 vacmViewTreeFamilyViewName: 1.3.6.1.6.3.16.1.5.2.1.1 vacmViewTreeFamilySubtree: 1.3.6.1.6.3.16.1.5.2.1.2 vacmViewTreeFamilyMask: 1.3.6.1.6.3.16.1.5.2.1.3 vacmViewTreeFamilyType: 1.3.6.1.6.3.16.1.5.2.1.4 vacmViewTreeFamilyStorageType: 1.3.6.1.6.3.16.1.5.2.1.5 vacmViewTreeFamilyStatus: 1.3.6.1.6.3.16.1.5.2.1.6 vacmMIBConformance: 1.3.6.1.6.3.16.2 vacmMIBCompliances: 1.3.6.1.6.3.16.2.1 vacmMIBGroups: 1.3.6.1.6.3.16.2.2 snmp-1.2.0/data/ruby/snmp/mibs/RFC1414-MIB.yaml0000644000004100000410000000045212365504747020553 0ustar www-datawww-data--- ident: 1.3.6.1.2.1.24 identInfo: 1.3.6.1.2.1.24.1 identTable: 1.3.6.1.2.1.24.1.1 identEntry: 1.3.6.1.2.1.24.1.1.1 identStatus: 1.3.6.1.2.1.24.1.1.1.1 identOpSys: 1.3.6.1.2.1.24.1.1.1.2 identCharset: 1.3.6.1.2.1.24.1.1.1.3 identUserid: 1.3.6.1.2.1.24.1.1.1.4 identMisc: 1.3.6.1.2.1.24.1.1.1.5 snmp-1.2.0/data/ruby/snmp/mibs/DOCS-CABLE-DEVICE-MIB.yaml0000644000004100000410000001331412365504747022121 0ustar www-datawww-data--- docsDev: 1.3.6.1.2.1.69 docsDevNotifications: 1.3.6.1.2.1.69.0 docsDevMIBObjects: 1.3.6.1.2.1.69.1 docsDevBase: 1.3.6.1.2.1.69.1.1 docsDevRole: 1.3.6.1.2.1.69.1.1.1 docsDevDateTime: 1.3.6.1.2.1.69.1.1.2 docsDevResetNow: 1.3.6.1.2.1.69.1.1.3 docsDevSerialNumber: 1.3.6.1.2.1.69.1.1.4 docsDevSTPControl: 1.3.6.1.2.1.69.1.1.5 docsDevIgmpModeControl: 1.3.6.1.2.1.69.1.1.6 docsDevMaxCpe: 1.3.6.1.2.1.69.1.1.7 docsDevNmAccessTable: 1.3.6.1.2.1.69.1.2 docsDevNmAccessEntry: 1.3.6.1.2.1.69.1.2.1 docsDevNmAccessIndex: 1.3.6.1.2.1.69.1.2.1.1 docsDevNmAccessIp: 1.3.6.1.2.1.69.1.2.1.2 docsDevNmAccessIpMask: 1.3.6.1.2.1.69.1.2.1.3 docsDevNmAccessCommunity: 1.3.6.1.2.1.69.1.2.1.4 docsDevNmAccessControl: 1.3.6.1.2.1.69.1.2.1.5 docsDevNmAccessInterfaces: 1.3.6.1.2.1.69.1.2.1.6 docsDevNmAccessStatus: 1.3.6.1.2.1.69.1.2.1.7 docsDevNmAccessTrapVersion: 1.3.6.1.2.1.69.1.2.1.8 docsDevSoftware: 1.3.6.1.2.1.69.1.3 docsDevSwServer: 1.3.6.1.2.1.69.1.3.1 docsDevSwFilename: 1.3.6.1.2.1.69.1.3.2 docsDevSwAdminStatus: 1.3.6.1.2.1.69.1.3.3 docsDevSwOperStatus: 1.3.6.1.2.1.69.1.3.4 docsDevSwCurrentVers: 1.3.6.1.2.1.69.1.3.5 docsDevSwServerAddressType: 1.3.6.1.2.1.69.1.3.6 docsDevSwServerAddress: 1.3.6.1.2.1.69.1.3.7 docsDevSwServerTransportProtocol: 1.3.6.1.2.1.69.1.3.8 docsDevServer: 1.3.6.1.2.1.69.1.4 docsDevServerBootState: 1.3.6.1.2.1.69.1.4.1 docsDevServerDhcp: 1.3.6.1.2.1.69.1.4.2 docsDevServerTime: 1.3.6.1.2.1.69.1.4.3 docsDevServerTftp: 1.3.6.1.2.1.69.1.4.4 docsDevServerConfigFile: 1.3.6.1.2.1.69.1.4.5 docsDevServerDhcpAddressType: 1.3.6.1.2.1.69.1.4.6 docsDevServerDhcpAddress: 1.3.6.1.2.1.69.1.4.7 docsDevServerTimeAddressType: 1.3.6.1.2.1.69.1.4.8 docsDevServerTimeAddress: 1.3.6.1.2.1.69.1.4.9 docsDevServerConfigTftpAddressType: 1.3.6.1.2.1.69.1.4.10 docsDevServerConfigTftpAddress: 1.3.6.1.2.1.69.1.4.11 docsDevEvent: 1.3.6.1.2.1.69.1.5 docsDevEvControl: 1.3.6.1.2.1.69.1.5.1 docsDevEvSyslog: 1.3.6.1.2.1.69.1.5.2 docsDevEvThrottleAdminStatus: 1.3.6.1.2.1.69.1.5.3 docsDevEvThrottleInhibited: 1.3.6.1.2.1.69.1.5.4 docsDevEvThrottleThreshold: 1.3.6.1.2.1.69.1.5.5 docsDevEvThrottleInterval: 1.3.6.1.2.1.69.1.5.6 docsDevEvControlTable: 1.3.6.1.2.1.69.1.5.7 docsDevEvControlEntry: 1.3.6.1.2.1.69.1.5.7.1 docsDevEvPriority: 1.3.6.1.2.1.69.1.5.7.1.1 docsDevEvReporting: 1.3.6.1.2.1.69.1.5.7.1.2 docsDevEventTable: 1.3.6.1.2.1.69.1.5.8 docsDevEventEntry: 1.3.6.1.2.1.69.1.5.8.1 docsDevEvIndex: 1.3.6.1.2.1.69.1.5.8.1.1 docsDevEvFirstTime: 1.3.6.1.2.1.69.1.5.8.1.2 docsDevEvLastTime: 1.3.6.1.2.1.69.1.5.8.1.3 docsDevEvCounts: 1.3.6.1.2.1.69.1.5.8.1.4 docsDevEvLevel: 1.3.6.1.2.1.69.1.5.8.1.5 docsDevEvId: 1.3.6.1.2.1.69.1.5.8.1.6 docsDevEvText: 1.3.6.1.2.1.69.1.5.8.1.7 docsDevEvSyslogAddressType: 1.3.6.1.2.1.69.1.5.9 docsDevEvSyslogAddress: 1.3.6.1.2.1.69.1.5.10 docsDevEvThrottleThresholdExceeded: 1.3.6.1.2.1.69.1.5.11 docsDevFilter: 1.3.6.1.2.1.69.1.6 docsDevFilterLLCUnmatchedAction: 1.3.6.1.2.1.69.1.6.1 docsDevFilterLLCTable: 1.3.6.1.2.1.69.1.6.2 docsDevFilterLLCEntry: 1.3.6.1.2.1.69.1.6.2.1 docsDevFilterLLCIndex: 1.3.6.1.2.1.69.1.6.2.1.1 docsDevFilterLLCStatus: 1.3.6.1.2.1.69.1.6.2.1.2 docsDevFilterLLCIfIndex: 1.3.6.1.2.1.69.1.6.2.1.3 docsDevFilterLLCProtocolType: 1.3.6.1.2.1.69.1.6.2.1.4 docsDevFilterLLCProtocol: 1.3.6.1.2.1.69.1.6.2.1.5 docsDevFilterLLCMatches: 1.3.6.1.2.1.69.1.6.2.1.6 docsDevFilterIpDefault: 1.3.6.1.2.1.69.1.6.3 docsDevFilterIpTable: 1.3.6.1.2.1.69.1.6.4 docsDevFilterIpEntry: 1.3.6.1.2.1.69.1.6.4.1 docsDevFilterIpIndex: 1.3.6.1.2.1.69.1.6.4.1.1 docsDevFilterIpStatus: 1.3.6.1.2.1.69.1.6.4.1.2 docsDevFilterIpControl: 1.3.6.1.2.1.69.1.6.4.1.3 docsDevFilterIpIfIndex: 1.3.6.1.2.1.69.1.6.4.1.4 docsDevFilterIpDirection: 1.3.6.1.2.1.69.1.6.4.1.5 docsDevFilterIpBroadcast: 1.3.6.1.2.1.69.1.6.4.1.6 docsDevFilterIpSaddr: 1.3.6.1.2.1.69.1.6.4.1.7 docsDevFilterIpSmask: 1.3.6.1.2.1.69.1.6.4.1.8 docsDevFilterIpDaddr: 1.3.6.1.2.1.69.1.6.4.1.9 docsDevFilterIpDmask: 1.3.6.1.2.1.69.1.6.4.1.10 docsDevFilterIpProtocol: 1.3.6.1.2.1.69.1.6.4.1.11 docsDevFilterIpSourcePortLow: 1.3.6.1.2.1.69.1.6.4.1.12 docsDevFilterIpSourcePortHigh: 1.3.6.1.2.1.69.1.6.4.1.13 docsDevFilterIpDestPortLow: 1.3.6.1.2.1.69.1.6.4.1.14 docsDevFilterIpDestPortHigh: 1.3.6.1.2.1.69.1.6.4.1.15 docsDevFilterIpMatches: 1.3.6.1.2.1.69.1.6.4.1.16 docsDevFilterIpTos: 1.3.6.1.2.1.69.1.6.4.1.17 docsDevFilterIpTosMask: 1.3.6.1.2.1.69.1.6.4.1.18 docsDevFilterIpContinue: 1.3.6.1.2.1.69.1.6.4.1.19 docsDevFilterIpPolicyId: 1.3.6.1.2.1.69.1.6.4.1.20 docsDevFilterPolicyTable: 1.3.6.1.2.1.69.1.6.5 docsDevFilterPolicyEntry: 1.3.6.1.2.1.69.1.6.5.1 docsDevFilterPolicyIndex: 1.3.6.1.2.1.69.1.6.5.1.1 docsDevFilterPolicyId: 1.3.6.1.2.1.69.1.6.5.1.2 docsDevFilterPolicyStatus: 1.3.6.1.2.1.69.1.6.5.1.5 docsDevFilterPolicyPtr: 1.3.6.1.2.1.69.1.6.5.1.6 docsDevFilterTosTable: 1.3.6.1.2.1.69.1.6.6 docsDevFilterTosEntry: 1.3.6.1.2.1.69.1.6.6.1 docsDevFilterTosIndex: 1.3.6.1.2.1.69.1.6.6.1.1 docsDevFilterTosStatus: 1.3.6.1.2.1.69.1.6.6.1.2 docsDevFilterTosAndMask: 1.3.6.1.2.1.69.1.6.6.1.3 docsDevFilterTosOrMask: 1.3.6.1.2.1.69.1.6.6.1.4 docsDevCpe: 1.3.6.1.2.1.69.1.7 docsDevCpeEnroll: 1.3.6.1.2.1.69.1.7.1 docsDevCpeIpMax: 1.3.6.1.2.1.69.1.7.2 docsDevCpeTable: 1.3.6.1.2.1.69.1.7.3 docsDevCpeEntry: 1.3.6.1.2.1.69.1.7.3.1 docsDevCpeIp: 1.3.6.1.2.1.69.1.7.3.1.1 docsDevCpeSource: 1.3.6.1.2.1.69.1.7.3.1.2 docsDevCpeStatus: 1.3.6.1.2.1.69.1.7.3.1.3 docsDevCpeInetTable: 1.3.6.1.2.1.69.1.7.4 docsDevCpeInetEntry: 1.3.6.1.2.1.69.1.7.4.1 docsDevCpeInetType: 1.3.6.1.2.1.69.1.7.4.1.1 docsDevCpeInetAddr: 1.3.6.1.2.1.69.1.7.4.1.2 docsDevCpeInetSource: 1.3.6.1.2.1.69.1.7.4.1.3 docsDevCpeInetRowStatus: 1.3.6.1.2.1.69.1.7.4.1.4 docsDevNotification: 1.3.6.1.2.1.69.2 docsDevConformance: 1.3.6.1.2.1.69.3 docsDevGroups: 1.3.6.1.2.1.69.3.1 docsDevCompliances: 1.3.6.1.2.1.69.3.2 docsDevGroupsV2: 1.3.6.1.2.1.69.3.3 docsDevCompliancesV2: 1.3.6.1.2.1.69.3.4 snmp-1.2.0/data/ruby/snmp/mibs/DNS-SERVER-MIB.yaml0000644000004100000410000000702412365504747021261 0ustar www-datawww-data--- dns: 1.3.6.1.2.1.32 dnsServMIB: 1.3.6.1.2.1.32.1 dnsServMIBObjects: 1.3.6.1.2.1.32.1.1 dnsServConfig: 1.3.6.1.2.1.32.1.1.1 dnsServConfigImplementIdent: 1.3.6.1.2.1.32.1.1.1.1 dnsServConfigRecurs: 1.3.6.1.2.1.32.1.1.1.2 dnsServConfigUpTime: 1.3.6.1.2.1.32.1.1.1.3 dnsServConfigResetTime: 1.3.6.1.2.1.32.1.1.1.4 dnsServConfigReset: 1.3.6.1.2.1.32.1.1.1.5 dnsServCounter: 1.3.6.1.2.1.32.1.1.2 dnsServCounterAuthAns: 1.3.6.1.2.1.32.1.1.2.2 dnsServCounterAuthNoNames: 1.3.6.1.2.1.32.1.1.2.3 dnsServCounterAuthNoDataResps: 1.3.6.1.2.1.32.1.1.2.4 dnsServCounterNonAuthDatas: 1.3.6.1.2.1.32.1.1.2.5 dnsServCounterNonAuthNoDatas: 1.3.6.1.2.1.32.1.1.2.6 dnsServCounterReferrals: 1.3.6.1.2.1.32.1.1.2.7 dnsServCounterErrors: 1.3.6.1.2.1.32.1.1.2.8 dnsServCounterRelNames: 1.3.6.1.2.1.32.1.1.2.9 dnsServCounterReqRefusals: 1.3.6.1.2.1.32.1.1.2.10 dnsServCounterReqUnparses: 1.3.6.1.2.1.32.1.1.2.11 dnsServCounterOtherErrors: 1.3.6.1.2.1.32.1.1.2.12 dnsServCounterTable: 1.3.6.1.2.1.32.1.1.2.13 dnsServCounterEntry: 1.3.6.1.2.1.32.1.1.2.13.1 dnsServCounterOpCode: 1.3.6.1.2.1.32.1.1.2.13.1.1 dnsServCounterQClass: 1.3.6.1.2.1.32.1.1.2.13.1.2 dnsServCounterQType: 1.3.6.1.2.1.32.1.1.2.13.1.3 dnsServCounterTransport: 1.3.6.1.2.1.32.1.1.2.13.1.4 dnsServCounterRequests: 1.3.6.1.2.1.32.1.1.2.13.1.5 dnsServCounterResponses: 1.3.6.1.2.1.32.1.1.2.13.1.6 dnsServOptCounter: 1.3.6.1.2.1.32.1.1.3 dnsServOptCounterSelfAuthAns: 1.3.6.1.2.1.32.1.1.3.1 dnsServOptCounterSelfAuthNoNames: 1.3.6.1.2.1.32.1.1.3.2 dnsServOptCounterSelfAuthNoDataResps: 1.3.6.1.2.1.32.1.1.3.3 dnsServOptCounterSelfNonAuthDatas: 1.3.6.1.2.1.32.1.1.3.4 dnsServOptCounterSelfNonAuthNoDatas: 1.3.6.1.2.1.32.1.1.3.5 dnsServOptCounterSelfReferrals: 1.3.6.1.2.1.32.1.1.3.6 dnsServOptCounterSelfErrors: 1.3.6.1.2.1.32.1.1.3.7 dnsServOptCounterSelfRelNames: 1.3.6.1.2.1.32.1.1.3.8 dnsServOptCounterSelfReqRefusals: 1.3.6.1.2.1.32.1.1.3.9 dnsServOptCounterSelfReqUnparses: 1.3.6.1.2.1.32.1.1.3.10 dnsServOptCounterSelfOtherErrors: 1.3.6.1.2.1.32.1.1.3.11 dnsServOptCounterFriendsAuthAns: 1.3.6.1.2.1.32.1.1.3.12 dnsServOptCounterFriendsAuthNoNames: 1.3.6.1.2.1.32.1.1.3.13 dnsServOptCounterFriendsAuthNoDataResps: 1.3.6.1.2.1.32.1.1.3.14 dnsServOptCounterFriendsNonAuthDatas: 1.3.6.1.2.1.32.1.1.3.15 dnsServOptCounterFriendsNonAuthNoDatas: 1.3.6.1.2.1.32.1.1.3.16 dnsServOptCounterFriendsReferrals: 1.3.6.1.2.1.32.1.1.3.17 dnsServOptCounterFriendsErrors: 1.3.6.1.2.1.32.1.1.3.18 dnsServOptCounterFriendsRelNames: 1.3.6.1.2.1.32.1.1.3.19 dnsServOptCounterFriendsReqRefusals: 1.3.6.1.2.1.32.1.1.3.20 dnsServOptCounterFriendsReqUnparses: 1.3.6.1.2.1.32.1.1.3.21 dnsServOptCounterFriendsOtherErrors: 1.3.6.1.2.1.32.1.1.3.22 dnsServZone: 1.3.6.1.2.1.32.1.1.4 dnsServZoneTable: 1.3.6.1.2.1.32.1.1.4.1 dnsServZoneEntry: 1.3.6.1.2.1.32.1.1.4.1.1 dnsServZoneName: 1.3.6.1.2.1.32.1.1.4.1.1.1 dnsServZoneClass: 1.3.6.1.2.1.32.1.1.4.1.1.2 dnsServZoneLastReloadSuccess: 1.3.6.1.2.1.32.1.1.4.1.1.3 dnsServZoneLastReloadAttempt: 1.3.6.1.2.1.32.1.1.4.1.1.4 dnsServZoneLastSourceAttempt: 1.3.6.1.2.1.32.1.1.4.1.1.5 dnsServZoneStatus: 1.3.6.1.2.1.32.1.1.4.1.1.6 dnsServZoneSerial: 1.3.6.1.2.1.32.1.1.4.1.1.7 dnsServZoneCurrent: 1.3.6.1.2.1.32.1.1.4.1.1.8 dnsServZoneLastSourceSuccess: 1.3.6.1.2.1.32.1.1.4.1.1.9 dnsServZoneSrcTable: 1.3.6.1.2.1.32.1.1.4.2 dnsServZoneSrcEntry: 1.3.6.1.2.1.32.1.1.4.2.1 dnsServZoneSrcName: 1.3.6.1.2.1.32.1.1.4.2.1.1 dnsServZoneSrcClass: 1.3.6.1.2.1.32.1.1.4.2.1.2 dnsServZoneSrcAddr: 1.3.6.1.2.1.32.1.1.4.2.1.3 dnsServZoneSrcStatus: 1.3.6.1.2.1.32.1.1.4.2.1.4 dnsServMIBGroups: 1.3.6.1.2.1.32.1.2 dnsServMIBCompliances: 1.3.6.1.2.1.32.1.3 snmp-1.2.0/data/ruby/snmp/mibs/TN3270E-RT-MIB.yaml0000644000004100000410000000423712365504747021121 0ustar www-datawww-data--- tn3270eRtMIB: 1.3.6.1.2.1.34.9 tn3270eRtNotifications: 1.3.6.1.2.1.34.9.0 tn3270eRtObjects: 1.3.6.1.2.1.34.9.1 tn3270eRtCollCtlTable: 1.3.6.1.2.1.34.9.1.1 tn3270eRtCollCtlEntry: 1.3.6.1.2.1.34.9.1.1.1 tn3270eRtCollCtlType: 1.3.6.1.2.1.34.9.1.1.1.2 tn3270eRtCollCtlSPeriod: 1.3.6.1.2.1.34.9.1.1.1.3 tn3270eRtCollCtlSPMult: 1.3.6.1.2.1.34.9.1.1.1.4 tn3270eRtCollCtlThreshHigh: 1.3.6.1.2.1.34.9.1.1.1.5 tn3270eRtCollCtlThreshLow: 1.3.6.1.2.1.34.9.1.1.1.6 tn3270eRtCollCtlIdleCount: 1.3.6.1.2.1.34.9.1.1.1.7 tn3270eRtCollCtlBucketBndry1: 1.3.6.1.2.1.34.9.1.1.1.8 tn3270eRtCollCtlBucketBndry2: 1.3.6.1.2.1.34.9.1.1.1.9 tn3270eRtCollCtlBucketBndry3: 1.3.6.1.2.1.34.9.1.1.1.10 tn3270eRtCollCtlBucketBndry4: 1.3.6.1.2.1.34.9.1.1.1.11 tn3270eRtCollCtlRowStatus: 1.3.6.1.2.1.34.9.1.1.1.12 tn3270eRtDataTable: 1.3.6.1.2.1.34.9.1.2 tn3270eRtDataEntry: 1.3.6.1.2.1.34.9.1.2.1 tn3270eRtDataClientAddrType: 1.3.6.1.2.1.34.9.1.2.1.1 tn3270eRtDataClientAddress: 1.3.6.1.2.1.34.9.1.2.1.2 tn3270eRtDataClientPort: 1.3.6.1.2.1.34.9.1.2.1.3 tn3270eRtDataAvgRt: 1.3.6.1.2.1.34.9.1.2.1.4 tn3270eRtDataAvgIpRt: 1.3.6.1.2.1.34.9.1.2.1.5 tn3270eRtDataAvgCountTrans: 1.3.6.1.2.1.34.9.1.2.1.6 tn3270eRtDataIntTimeStamp: 1.3.6.1.2.1.34.9.1.2.1.7 tn3270eRtDataTotalRts: 1.3.6.1.2.1.34.9.1.2.1.8 tn3270eRtDataTotalIpRts: 1.3.6.1.2.1.34.9.1.2.1.9 tn3270eRtDataCountTrans: 1.3.6.1.2.1.34.9.1.2.1.10 tn3270eRtDataCountDrs: 1.3.6.1.2.1.34.9.1.2.1.11 tn3270eRtDataElapsRndTrpSq: 1.3.6.1.2.1.34.9.1.2.1.12 tn3270eRtDataElapsIpRtSq: 1.3.6.1.2.1.34.9.1.2.1.13 tn3270eRtDataBucket1Rts: 1.3.6.1.2.1.34.9.1.2.1.14 tn3270eRtDataBucket2Rts: 1.3.6.1.2.1.34.9.1.2.1.15 tn3270eRtDataBucket3Rts: 1.3.6.1.2.1.34.9.1.2.1.16 tn3270eRtDataBucket4Rts: 1.3.6.1.2.1.34.9.1.2.1.17 tn3270eRtDataBucket5Rts: 1.3.6.1.2.1.34.9.1.2.1.18 tn3270eRtDataRtMethod: 1.3.6.1.2.1.34.9.1.2.1.19 tn3270eRtDataDiscontinuityTime: 1.3.6.1.2.1.34.9.1.2.1.20 tn3270eRtSpinLock: 1.3.6.1.2.1.34.9.1.3 tn3270eRtConformance: 1.3.6.1.2.1.34.9.3 tn3270eRtGroups: 1.3.6.1.2.1.34.9.3.1 tn3270eRtCompliances: 1.3.6.1.2.1.34.9.3.2 tn3270eRtExceeded: 1.3.6.1.2.1.34.9.0.1 tn3270eRtOkay: 1.3.6.1.2.1.34.9.0.2 tn3270eRtCollStart: 1.3.6.1.2.1.34.9.0.3 tn3270eRtCollEnd: 1.3.6.1.2.1.34.9.0.4 snmp-1.2.0/data/ruby/snmp/mibs/IPV6-UDP-MIB.yaml0000644000004100000410000000051312365504747020777 0ustar www-datawww-data--- udp: 1.3.6.1.2.1.7 ipv6UdpTable: 1.3.6.1.2.1.7.6 ipv6UdpEntry: 1.3.6.1.2.1.7.6.1 ipv6UdpLocalAddress: 1.3.6.1.2.1.7.6.1.1 ipv6UdpLocalPort: 1.3.6.1.2.1.7.6.1.2 ipv6UdpIfIndex: 1.3.6.1.2.1.7.6.1.3 ipv6UdpMIB: 1.3.6.1.3.87 ipv6UdpConformance: 1.3.6.1.3.87.2 ipv6UdpCompliances: 1.3.6.1.3.87.2.1 ipv6UdpGroups: 1.3.6.1.3.87.2.2 snmp-1.2.0/data/ruby/snmp/mibs/RMON2-MIB.yaml0000644000004100000410000003076212365504747020473 0ustar www-datawww-data--- rmon: 1.3.6.1.2.1.16 etherStats2Table: 1.3.6.1.2.1.16.1.4 etherStats2Entry: 1.3.6.1.2.1.16.1.4.1 etherStatsDroppedFrames: 1.3.6.1.2.1.16.1.4.1.1 etherStatsCreateTime: 1.3.6.1.2.1.16.1.4.1.2 tokenRingMLStats2Table: 1.3.6.1.2.1.16.1.5 tokenRingMLStats2Entry: 1.3.6.1.2.1.16.1.5.1 tokenRingMLStatsDroppedFrames: 1.3.6.1.2.1.16.1.5.1.1 tokenRingMLStatsCreateTime: 1.3.6.1.2.1.16.1.5.1.2 tokenRingPStats2Table: 1.3.6.1.2.1.16.1.6 tokenRingPStats2Entry: 1.3.6.1.2.1.16.1.6.1 tokenRingPStatsDroppedFrames: 1.3.6.1.2.1.16.1.6.1.1 tokenRingPStatsCreateTime: 1.3.6.1.2.1.16.1.6.1.2 historyControl2Table: 1.3.6.1.2.1.16.2.5 historyControl2Entry: 1.3.6.1.2.1.16.2.5.1 historyControlDroppedFrames: 1.3.6.1.2.1.16.2.5.1.1 hostControl2Table: 1.3.6.1.2.1.16.4.4 hostControl2Entry: 1.3.6.1.2.1.16.4.4.1 hostControlDroppedFrames: 1.3.6.1.2.1.16.4.4.1.1 hostControlCreateTime: 1.3.6.1.2.1.16.4.4.1.2 matrixControl2Table: 1.3.6.1.2.1.16.6.4 matrixControl2Entry: 1.3.6.1.2.1.16.6.4.1 matrixControlDroppedFrames: 1.3.6.1.2.1.16.6.4.1.1 matrixControlCreateTime: 1.3.6.1.2.1.16.6.4.1.2 channel2Table: 1.3.6.1.2.1.16.7.3 channel2Entry: 1.3.6.1.2.1.16.7.3.1 channelDroppedFrames: 1.3.6.1.2.1.16.7.3.1.1 channelCreateTime: 1.3.6.1.2.1.16.7.3.1.2 filter2Table: 1.3.6.1.2.1.16.7.4 filter2Entry: 1.3.6.1.2.1.16.7.4.1 filterProtocolDirDataLocalIndex: 1.3.6.1.2.1.16.7.4.1.1 filterProtocolDirLocalIndex: 1.3.6.1.2.1.16.7.4.1.2 ringStationControl2Table: 1.3.6.1.2.1.16.10.7 ringStationControl2Entry: 1.3.6.1.2.1.16.10.7.1 ringStationControlDroppedFrames: 1.3.6.1.2.1.16.10.7.1.1 ringStationControlCreateTime: 1.3.6.1.2.1.16.10.7.1.2 sourceRoutingStats2Table: 1.3.6.1.2.1.16.10.8 sourceRoutingStats2Entry: 1.3.6.1.2.1.16.10.8.1 sourceRoutingStatsDroppedFrames: 1.3.6.1.2.1.16.10.8.1.1 sourceRoutingStatsCreateTime: 1.3.6.1.2.1.16.10.8.1.2 protocolDir: 1.3.6.1.2.1.16.11 protocolDirLastChange: 1.3.6.1.2.1.16.11.1 protocolDirTable: 1.3.6.1.2.1.16.11.2 protocolDirEntry: 1.3.6.1.2.1.16.11.2.1 protocolDirID: 1.3.6.1.2.1.16.11.2.1.1 protocolDirParameters: 1.3.6.1.2.1.16.11.2.1.2 protocolDirLocalIndex: 1.3.6.1.2.1.16.11.2.1.3 protocolDirDescr: 1.3.6.1.2.1.16.11.2.1.4 protocolDirType: 1.3.6.1.2.1.16.11.2.1.5 protocolDirAddressMapConfig: 1.3.6.1.2.1.16.11.2.1.6 protocolDirHostConfig: 1.3.6.1.2.1.16.11.2.1.7 protocolDirMatrixConfig: 1.3.6.1.2.1.16.11.2.1.8 protocolDirOwner: 1.3.6.1.2.1.16.11.2.1.9 protocolDirStatus: 1.3.6.1.2.1.16.11.2.1.10 protocolDist: 1.3.6.1.2.1.16.12 protocolDistControlTable: 1.3.6.1.2.1.16.12.1 protocolDistControlEntry: 1.3.6.1.2.1.16.12.1.1 protocolDistControlIndex: 1.3.6.1.2.1.16.12.1.1.1 protocolDistControlDataSource: 1.3.6.1.2.1.16.12.1.1.2 protocolDistControlDroppedFrames: 1.3.6.1.2.1.16.12.1.1.3 protocolDistControlCreateTime: 1.3.6.1.2.1.16.12.1.1.4 protocolDistControlOwner: 1.3.6.1.2.1.16.12.1.1.5 protocolDistControlStatus: 1.3.6.1.2.1.16.12.1.1.6 protocolDistStatsTable: 1.3.6.1.2.1.16.12.2 protocolDistStatsEntry: 1.3.6.1.2.1.16.12.2.1 protocolDistStatsPkts: 1.3.6.1.2.1.16.12.2.1.1 protocolDistStatsOctets: 1.3.6.1.2.1.16.12.2.1.2 addressMap: 1.3.6.1.2.1.16.13 addressMapInserts: 1.3.6.1.2.1.16.13.1 addressMapDeletes: 1.3.6.1.2.1.16.13.2 addressMapMaxDesiredEntries: 1.3.6.1.2.1.16.13.3 addressMapControlTable: 1.3.6.1.2.1.16.13.4 addressMapControlEntry: 1.3.6.1.2.1.16.13.4.1 addressMapControlIndex: 1.3.6.1.2.1.16.13.4.1.1 addressMapControlDataSource: 1.3.6.1.2.1.16.13.4.1.2 addressMapControlDroppedFrames: 1.3.6.1.2.1.16.13.4.1.3 addressMapControlOwner: 1.3.6.1.2.1.16.13.4.1.4 addressMapControlStatus: 1.3.6.1.2.1.16.13.4.1.5 addressMapTable: 1.3.6.1.2.1.16.13.5 addressMapEntry: 1.3.6.1.2.1.16.13.5.1 addressMapTimeMark: 1.3.6.1.2.1.16.13.5.1.1 addressMapNetworkAddress: 1.3.6.1.2.1.16.13.5.1.2 addressMapSource: 1.3.6.1.2.1.16.13.5.1.3 addressMapPhysicalAddress: 1.3.6.1.2.1.16.13.5.1.4 addressMapLastChange: 1.3.6.1.2.1.16.13.5.1.5 nlHost: 1.3.6.1.2.1.16.14 hlHostControlTable: 1.3.6.1.2.1.16.14.1 hlHostControlEntry: 1.3.6.1.2.1.16.14.1.1 hlHostControlIndex: 1.3.6.1.2.1.16.14.1.1.1 hlHostControlDataSource: 1.3.6.1.2.1.16.14.1.1.2 hlHostControlNlDroppedFrames: 1.3.6.1.2.1.16.14.1.1.3 hlHostControlNlInserts: 1.3.6.1.2.1.16.14.1.1.4 hlHostControlNlDeletes: 1.3.6.1.2.1.16.14.1.1.5 hlHostControlNlMaxDesiredEntries: 1.3.6.1.2.1.16.14.1.1.6 hlHostControlAlDroppedFrames: 1.3.6.1.2.1.16.14.1.1.7 hlHostControlAlInserts: 1.3.6.1.2.1.16.14.1.1.8 hlHostControlAlDeletes: 1.3.6.1.2.1.16.14.1.1.9 hlHostControlAlMaxDesiredEntries: 1.3.6.1.2.1.16.14.1.1.10 hlHostControlOwner: 1.3.6.1.2.1.16.14.1.1.11 hlHostControlStatus: 1.3.6.1.2.1.16.14.1.1.12 nlHostTable: 1.3.6.1.2.1.16.14.2 nlHostEntry: 1.3.6.1.2.1.16.14.2.1 nlHostTimeMark: 1.3.6.1.2.1.16.14.2.1.1 nlHostAddress: 1.3.6.1.2.1.16.14.2.1.2 nlHostInPkts: 1.3.6.1.2.1.16.14.2.1.3 nlHostOutPkts: 1.3.6.1.2.1.16.14.2.1.4 nlHostInOctets: 1.3.6.1.2.1.16.14.2.1.5 nlHostOutOctets: 1.3.6.1.2.1.16.14.2.1.6 nlHostOutMacNonUnicastPkts: 1.3.6.1.2.1.16.14.2.1.7 nlHostCreateTime: 1.3.6.1.2.1.16.14.2.1.8 nlMatrix: 1.3.6.1.2.1.16.15 hlMatrixControlTable: 1.3.6.1.2.1.16.15.1 hlMatrixControlEntry: 1.3.6.1.2.1.16.15.1.1 hlMatrixControlIndex: 1.3.6.1.2.1.16.15.1.1.1 hlMatrixControlDataSource: 1.3.6.1.2.1.16.15.1.1.2 hlMatrixControlNlDroppedFrames: 1.3.6.1.2.1.16.15.1.1.3 hlMatrixControlNlInserts: 1.3.6.1.2.1.16.15.1.1.4 hlMatrixControlNlDeletes: 1.3.6.1.2.1.16.15.1.1.5 hlMatrixControlNlMaxDesiredEntries: 1.3.6.1.2.1.16.15.1.1.6 hlMatrixControlAlDroppedFrames: 1.3.6.1.2.1.16.15.1.1.7 hlMatrixControlAlInserts: 1.3.6.1.2.1.16.15.1.1.8 hlMatrixControlAlDeletes: 1.3.6.1.2.1.16.15.1.1.9 hlMatrixControlAlMaxDesiredEntries: 1.3.6.1.2.1.16.15.1.1.10 hlMatrixControlOwner: 1.3.6.1.2.1.16.15.1.1.11 hlMatrixControlStatus: 1.3.6.1.2.1.16.15.1.1.12 nlMatrixSDTable: 1.3.6.1.2.1.16.15.2 nlMatrixSDEntry: 1.3.6.1.2.1.16.15.2.1 nlMatrixSDTimeMark: 1.3.6.1.2.1.16.15.2.1.1 nlMatrixSDSourceAddress: 1.3.6.1.2.1.16.15.2.1.2 nlMatrixSDDestAddress: 1.3.6.1.2.1.16.15.2.1.3 nlMatrixSDPkts: 1.3.6.1.2.1.16.15.2.1.4 nlMatrixSDOctets: 1.3.6.1.2.1.16.15.2.1.5 nlMatrixSDCreateTime: 1.3.6.1.2.1.16.15.2.1.6 nlMatrixDSTable: 1.3.6.1.2.1.16.15.3 nlMatrixDSEntry: 1.3.6.1.2.1.16.15.3.1 nlMatrixDSTimeMark: 1.3.6.1.2.1.16.15.3.1.1 nlMatrixDSSourceAddress: 1.3.6.1.2.1.16.15.3.1.2 nlMatrixDSDestAddress: 1.3.6.1.2.1.16.15.3.1.3 nlMatrixDSPkts: 1.3.6.1.2.1.16.15.3.1.4 nlMatrixDSOctets: 1.3.6.1.2.1.16.15.3.1.5 nlMatrixDSCreateTime: 1.3.6.1.2.1.16.15.3.1.6 nlMatrixTopNControlTable: 1.3.6.1.2.1.16.15.4 nlMatrixTopNControlEntry: 1.3.6.1.2.1.16.15.4.1 nlMatrixTopNControlIndex: 1.3.6.1.2.1.16.15.4.1.1 nlMatrixTopNControlMatrixIndex: 1.3.6.1.2.1.16.15.4.1.2 nlMatrixTopNControlRateBase: 1.3.6.1.2.1.16.15.4.1.3 nlMatrixTopNControlTimeRemaining: 1.3.6.1.2.1.16.15.4.1.4 nlMatrixTopNControlGeneratedReports: 1.3.6.1.2.1.16.15.4.1.5 nlMatrixTopNControlDuration: 1.3.6.1.2.1.16.15.4.1.6 nlMatrixTopNControlRequestedSize: 1.3.6.1.2.1.16.15.4.1.7 nlMatrixTopNControlGrantedSize: 1.3.6.1.2.1.16.15.4.1.8 nlMatrixTopNControlStartTime: 1.3.6.1.2.1.16.15.4.1.9 nlMatrixTopNControlOwner: 1.3.6.1.2.1.16.15.4.1.10 nlMatrixTopNControlStatus: 1.3.6.1.2.1.16.15.4.1.11 nlMatrixTopNTable: 1.3.6.1.2.1.16.15.5 nlMatrixTopNEntry: 1.3.6.1.2.1.16.15.5.1 nlMatrixTopNIndex: 1.3.6.1.2.1.16.15.5.1.1 nlMatrixTopNProtocolDirLocalIndex: 1.3.6.1.2.1.16.15.5.1.2 nlMatrixTopNSourceAddress: 1.3.6.1.2.1.16.15.5.1.3 nlMatrixTopNDestAddress: 1.3.6.1.2.1.16.15.5.1.4 nlMatrixTopNPktRate: 1.3.6.1.2.1.16.15.5.1.5 nlMatrixTopNReversePktRate: 1.3.6.1.2.1.16.15.5.1.6 nlMatrixTopNOctetRate: 1.3.6.1.2.1.16.15.5.1.7 nlMatrixTopNReverseOctetRate: 1.3.6.1.2.1.16.15.5.1.8 alHost: 1.3.6.1.2.1.16.16 alHostTable: 1.3.6.1.2.1.16.16.1 alHostEntry: 1.3.6.1.2.1.16.16.1.1 alHostTimeMark: 1.3.6.1.2.1.16.16.1.1.1 alHostInPkts: 1.3.6.1.2.1.16.16.1.1.2 alHostOutPkts: 1.3.6.1.2.1.16.16.1.1.3 alHostInOctets: 1.3.6.1.2.1.16.16.1.1.4 alHostOutOctets: 1.3.6.1.2.1.16.16.1.1.5 alHostCreateTime: 1.3.6.1.2.1.16.16.1.1.6 alMatrix: 1.3.6.1.2.1.16.17 alMatrixSDTable: 1.3.6.1.2.1.16.17.1 alMatrixSDEntry: 1.3.6.1.2.1.16.17.1.1 alMatrixSDTimeMark: 1.3.6.1.2.1.16.17.1.1.1 alMatrixSDPkts: 1.3.6.1.2.1.16.17.1.1.2 alMatrixSDOctets: 1.3.6.1.2.1.16.17.1.1.3 alMatrixSDCreateTime: 1.3.6.1.2.1.16.17.1.1.4 alMatrixDSTable: 1.3.6.1.2.1.16.17.2 alMatrixDSEntry: 1.3.6.1.2.1.16.17.2.1 alMatrixDSTimeMark: 1.3.6.1.2.1.16.17.2.1.1 alMatrixDSPkts: 1.3.6.1.2.1.16.17.2.1.2 alMatrixDSOctets: 1.3.6.1.2.1.16.17.2.1.3 alMatrixDSCreateTime: 1.3.6.1.2.1.16.17.2.1.4 alMatrixTopNControlTable: 1.3.6.1.2.1.16.17.3 alMatrixTopNControlEntry: 1.3.6.1.2.1.16.17.3.1 alMatrixTopNControlIndex: 1.3.6.1.2.1.16.17.3.1.1 alMatrixTopNControlMatrixIndex: 1.3.6.1.2.1.16.17.3.1.2 alMatrixTopNControlRateBase: 1.3.6.1.2.1.16.17.3.1.3 alMatrixTopNControlTimeRemaining: 1.3.6.1.2.1.16.17.3.1.4 alMatrixTopNControlGeneratedReports: 1.3.6.1.2.1.16.17.3.1.5 alMatrixTopNControlDuration: 1.3.6.1.2.1.16.17.3.1.6 alMatrixTopNControlRequestedSize: 1.3.6.1.2.1.16.17.3.1.7 alMatrixTopNControlGrantedSize: 1.3.6.1.2.1.16.17.3.1.8 alMatrixTopNControlStartTime: 1.3.6.1.2.1.16.17.3.1.9 alMatrixTopNControlOwner: 1.3.6.1.2.1.16.17.3.1.10 alMatrixTopNControlStatus: 1.3.6.1.2.1.16.17.3.1.11 alMatrixTopNTable: 1.3.6.1.2.1.16.17.4 alMatrixTopNEntry: 1.3.6.1.2.1.16.17.4.1 alMatrixTopNIndex: 1.3.6.1.2.1.16.17.4.1.1 alMatrixTopNProtocolDirLocalIndex: 1.3.6.1.2.1.16.17.4.1.2 alMatrixTopNSourceAddress: 1.3.6.1.2.1.16.17.4.1.3 alMatrixTopNDestAddress: 1.3.6.1.2.1.16.17.4.1.4 alMatrixTopNAppProtocolDirLocalIndex: 1.3.6.1.2.1.16.17.4.1.5 alMatrixTopNPktRate: 1.3.6.1.2.1.16.17.4.1.6 alMatrixTopNReversePktRate: 1.3.6.1.2.1.16.17.4.1.7 alMatrixTopNOctetRate: 1.3.6.1.2.1.16.17.4.1.8 alMatrixTopNReverseOctetRate: 1.3.6.1.2.1.16.17.4.1.9 usrHistory: 1.3.6.1.2.1.16.18 usrHistoryControlTable: 1.3.6.1.2.1.16.18.1 usrHistoryControlEntry: 1.3.6.1.2.1.16.18.1.1 usrHistoryControlIndex: 1.3.6.1.2.1.16.18.1.1.1 usrHistoryControlObjects: 1.3.6.1.2.1.16.18.1.1.2 usrHistoryControlBucketsRequested: 1.3.6.1.2.1.16.18.1.1.3 usrHistoryControlBucketsGranted: 1.3.6.1.2.1.16.18.1.1.4 usrHistoryControlInterval: 1.3.6.1.2.1.16.18.1.1.5 usrHistoryControlOwner: 1.3.6.1.2.1.16.18.1.1.6 usrHistoryControlStatus: 1.3.6.1.2.1.16.18.1.1.7 usrHistoryObjectTable: 1.3.6.1.2.1.16.18.2 usrHistoryObjectEntry: 1.3.6.1.2.1.16.18.2.1 usrHistoryObjectIndex: 1.3.6.1.2.1.16.18.2.1.1 usrHistoryObjectVariable: 1.3.6.1.2.1.16.18.2.1.2 usrHistoryObjectSampleType: 1.3.6.1.2.1.16.18.2.1.3 usrHistoryTable: 1.3.6.1.2.1.16.18.3 usrHistoryEntry: 1.3.6.1.2.1.16.18.3.1 usrHistorySampleIndex: 1.3.6.1.2.1.16.18.3.1.1 usrHistoryIntervalStart: 1.3.6.1.2.1.16.18.3.1.2 usrHistoryIntervalEnd: 1.3.6.1.2.1.16.18.3.1.3 usrHistoryAbsValue: 1.3.6.1.2.1.16.18.3.1.4 usrHistoryValStatus: 1.3.6.1.2.1.16.18.3.1.5 probeConfig: 1.3.6.1.2.1.16.19 probeCapabilities: 1.3.6.1.2.1.16.19.1 probeSoftwareRev: 1.3.6.1.2.1.16.19.2 probeHardwareRev: 1.3.6.1.2.1.16.19.3 probeDateTime: 1.3.6.1.2.1.16.19.4 probeResetControl: 1.3.6.1.2.1.16.19.5 probeDownloadFile: 1.3.6.1.2.1.16.19.6 probeDownloadTFTPServer: 1.3.6.1.2.1.16.19.7 probeDownloadAction: 1.3.6.1.2.1.16.19.8 probeDownloadStatus: 1.3.6.1.2.1.16.19.9 serialConfigTable: 1.3.6.1.2.1.16.19.10 serialConfigEntry: 1.3.6.1.2.1.16.19.10.1 serialMode: 1.3.6.1.2.1.16.19.10.1.1 serialProtocol: 1.3.6.1.2.1.16.19.10.1.2 serialTimeout: 1.3.6.1.2.1.16.19.10.1.3 serialModemInitString: 1.3.6.1.2.1.16.19.10.1.4 serialModemHangUpString: 1.3.6.1.2.1.16.19.10.1.5 serialModemConnectResp: 1.3.6.1.2.1.16.19.10.1.6 serialModemNoConnectResp: 1.3.6.1.2.1.16.19.10.1.7 serialDialoutTimeout: 1.3.6.1.2.1.16.19.10.1.8 serialStatus: 1.3.6.1.2.1.16.19.10.1.9 netConfigTable: 1.3.6.1.2.1.16.19.11 netConfigEntry: 1.3.6.1.2.1.16.19.11.1 netConfigIPAddress: 1.3.6.1.2.1.16.19.11.1.1 netConfigSubnetMask: 1.3.6.1.2.1.16.19.11.1.2 netConfigStatus: 1.3.6.1.2.1.16.19.11.1.3 netDefaultGateway: 1.3.6.1.2.1.16.19.12 trapDestTable: 1.3.6.1.2.1.16.19.13 trapDestEntry: 1.3.6.1.2.1.16.19.13.1 trapDestIndex: 1.3.6.1.2.1.16.19.13.1.1 trapDestCommunity: 1.3.6.1.2.1.16.19.13.1.2 trapDestProtocol: 1.3.6.1.2.1.16.19.13.1.3 trapDestAddress: 1.3.6.1.2.1.16.19.13.1.4 trapDestOwner: 1.3.6.1.2.1.16.19.13.1.5 trapDestStatus: 1.3.6.1.2.1.16.19.13.1.6 serialConnectionTable: 1.3.6.1.2.1.16.19.14 serialConnectionEntry: 1.3.6.1.2.1.16.19.14.1 serialConnectIndex: 1.3.6.1.2.1.16.19.14.1.1 serialConnectDestIpAddress: 1.3.6.1.2.1.16.19.14.1.2 serialConnectType: 1.3.6.1.2.1.16.19.14.1.3 serialConnectDialString: 1.3.6.1.2.1.16.19.14.1.4 serialConnectSwitchConnectSeq: 1.3.6.1.2.1.16.19.14.1.5 serialConnectSwitchDisconnectSeq: 1.3.6.1.2.1.16.19.14.1.6 serialConnectSwitchResetSeq: 1.3.6.1.2.1.16.19.14.1.7 serialConnectOwner: 1.3.6.1.2.1.16.19.14.1.8 serialConnectStatus: 1.3.6.1.2.1.16.19.14.1.9 rmonConformance: 1.3.6.1.2.1.16.20 rmon2MIBCompliances: 1.3.6.1.2.1.16.20.1 rmon2MIBGroups: 1.3.6.1.2.1.16.20.2 snmp-1.2.0/data/ruby/snmp/mibs/RTP-MIB.yaml0000644000004100000410000000424212365504747020275 0ustar www-datawww-data--- rtpMIB: 1.3.6.1.2.1.87 rtpMIBObjects: 1.3.6.1.2.1.87.1 rtpSessionNewIndex: 1.3.6.1.2.1.87.1.1 rtpSessionInverseTable: 1.3.6.1.2.1.87.1.2 rtpSessionInverseEntry: 1.3.6.1.2.1.87.1.2.1 rtpSessionInverseStartTime: 1.3.6.1.2.1.87.1.2.1.1 rtpSessionTable: 1.3.6.1.2.1.87.1.3 rtpSessionEntry: 1.3.6.1.2.1.87.1.3.1 rtpSessionIndex: 1.3.6.1.2.1.87.1.3.1.1 rtpSessionDomain: 1.3.6.1.2.1.87.1.3.1.2 rtpSessionRemAddr: 1.3.6.1.2.1.87.1.3.1.3 rtpSessionLocAddr: 1.3.6.1.2.1.87.1.3.1.4 rtpSessionIfIndex: 1.3.6.1.2.1.87.1.3.1.5 rtpSessionSenderJoins: 1.3.6.1.2.1.87.1.3.1.6 rtpSessionReceiverJoins: 1.3.6.1.2.1.87.1.3.1.7 rtpSessionByes: 1.3.6.1.2.1.87.1.3.1.8 rtpSessionStartTime: 1.3.6.1.2.1.87.1.3.1.9 rtpSessionMonitor: 1.3.6.1.2.1.87.1.3.1.10 rtpSessionRowStatus: 1.3.6.1.2.1.87.1.3.1.11 rtpSenderInverseTable: 1.3.6.1.2.1.87.1.4 rtpSenderInverseEntry: 1.3.6.1.2.1.87.1.4.1 rtpSenderInverseStartTime: 1.3.6.1.2.1.87.1.4.1.1 rtpSenderTable: 1.3.6.1.2.1.87.1.5 rtpSenderEntry: 1.3.6.1.2.1.87.1.5.1 rtpSenderSSRC: 1.3.6.1.2.1.87.1.5.1.1 rtpSenderCNAME: 1.3.6.1.2.1.87.1.5.1.2 rtpSenderAddr: 1.3.6.1.2.1.87.1.5.1.3 rtpSenderPackets: 1.3.6.1.2.1.87.1.5.1.4 rtpSenderOctets: 1.3.6.1.2.1.87.1.5.1.5 rtpSenderTool: 1.3.6.1.2.1.87.1.5.1.6 rtpSenderSRs: 1.3.6.1.2.1.87.1.5.1.7 rtpSenderSRTime: 1.3.6.1.2.1.87.1.5.1.8 rtpSenderPT: 1.3.6.1.2.1.87.1.5.1.9 rtpSenderStartTime: 1.3.6.1.2.1.87.1.5.1.10 rtpRcvrInverseTable: 1.3.6.1.2.1.87.1.6 rtpRcvrInverseEntry: 1.3.6.1.2.1.87.1.6.1 rtpRcvrInverseStartTime: 1.3.6.1.2.1.87.1.6.1.1 rtpRcvrTable: 1.3.6.1.2.1.87.1.7 rtpRcvrEntry: 1.3.6.1.2.1.87.1.7.1 rtpRcvrSRCSSRC: 1.3.6.1.2.1.87.1.7.1.1 rtpRcvrSSRC: 1.3.6.1.2.1.87.1.7.1.2 rtpRcvrCNAME: 1.3.6.1.2.1.87.1.7.1.3 rtpRcvrAddr: 1.3.6.1.2.1.87.1.7.1.4 rtpRcvrRTT: 1.3.6.1.2.1.87.1.7.1.5 rtpRcvrLostPackets: 1.3.6.1.2.1.87.1.7.1.6 rtpRcvrJitter: 1.3.6.1.2.1.87.1.7.1.7 rtpRcvrTool: 1.3.6.1.2.1.87.1.7.1.8 rtpRcvrRRs: 1.3.6.1.2.1.87.1.7.1.9 rtpRcvrRRTime: 1.3.6.1.2.1.87.1.7.1.10 rtpRcvrPT: 1.3.6.1.2.1.87.1.7.1.11 rtpRcvrPackets: 1.3.6.1.2.1.87.1.7.1.12 rtpRcvrOctets: 1.3.6.1.2.1.87.1.7.1.13 rtpRcvrStartTime: 1.3.6.1.2.1.87.1.7.1.14 rtpConformance: 1.3.6.1.2.1.87.2 rtpGroups: 1.3.6.1.2.1.87.2.1 rtpCompliances: 1.3.6.1.2.1.87.2.2 snmp-1.2.0/data/ruby/snmp/mibs/UDPLITE-MIB.yaml0000644000004100000410000000207212365504747020735 0ustar www-datawww-data--- udpliteMIB: 1.3.6.1.2.1.170 udplite: 1.3.6.1.2.1.170.1 udpliteInDatagrams: 1.3.6.1.2.1.170.1.1 udpliteInPartialCov: 1.3.6.1.2.1.170.1.2 udpliteNoPorts: 1.3.6.1.2.1.170.1.3 udpliteInErrors: 1.3.6.1.2.1.170.1.4 udpliteInBadChecksum: 1.3.6.1.2.1.170.1.5 udpliteOutDatagrams: 1.3.6.1.2.1.170.1.6 udpliteOutPartialCov: 1.3.6.1.2.1.170.1.7 udpliteEndpointTable: 1.3.6.1.2.1.170.1.8 udpliteEndpointEntry: 1.3.6.1.2.1.170.1.8.1 udpliteEndpointLocalAddressType: 1.3.6.1.2.1.170.1.8.1.1 udpliteEndpointLocalAddress: 1.3.6.1.2.1.170.1.8.1.2 udpliteEndpointLocalPort: 1.3.6.1.2.1.170.1.8.1.3 udpliteEndpointRemoteAddressType: 1.3.6.1.2.1.170.1.8.1.4 udpliteEndpointRemoteAddress: 1.3.6.1.2.1.170.1.8.1.5 udpliteEndpointRemotePort: 1.3.6.1.2.1.170.1.8.1.6 udpliteEndpointInstance: 1.3.6.1.2.1.170.1.8.1.7 udpliteEndpointProcess: 1.3.6.1.2.1.170.1.8.1.8 udpliteEndpointMinCoverage: 1.3.6.1.2.1.170.1.8.1.9 udpliteEndpointViolCoverage: 1.3.6.1.2.1.170.1.8.1.10 udpliteStatsDiscontinuityTime: 1.3.6.1.2.1.170.1.9 udpliteMIBConformance: 1.3.6.1.2.1.170.2 udpliteMIBGroups: 1.3.6.1.2.1.170.2.2 snmp-1.2.0/data/ruby/snmp/mibs/MAU-MIB.yaml0000644000004100000410000000545412365504747020260 0ustar www-datawww-data--- snmpDot3MauMgt: 1.3.6.1.2.1.26 snmpDot3MauTraps: 1.3.6.1.2.1.26.0 dot3RpMauBasicGroup: 1.3.6.1.2.1.26.1 rpMauTable: 1.3.6.1.2.1.26.1.1 rpMauEntry: 1.3.6.1.2.1.26.1.1.1 rpMauGroupIndex: 1.3.6.1.2.1.26.1.1.1.1 rpMauPortIndex: 1.3.6.1.2.1.26.1.1.1.2 rpMauIndex: 1.3.6.1.2.1.26.1.1.1.3 rpMauType: 1.3.6.1.2.1.26.1.1.1.4 rpMauStatus: 1.3.6.1.2.1.26.1.1.1.5 rpMauMediaAvailable: 1.3.6.1.2.1.26.1.1.1.6 rpMauMediaAvailableStateExits: 1.3.6.1.2.1.26.1.1.1.7 rpMauJabberState: 1.3.6.1.2.1.26.1.1.1.8 rpMauJabberingStateEnters: 1.3.6.1.2.1.26.1.1.1.9 rpMauFalseCarriers: 1.3.6.1.2.1.26.1.1.1.10 rpJackTable: 1.3.6.1.2.1.26.1.2 rpJackEntry: 1.3.6.1.2.1.26.1.2.1 rpJackIndex: 1.3.6.1.2.1.26.1.2.1.1 rpJackType: 1.3.6.1.2.1.26.1.2.1.2 dot3IfMauBasicGroup: 1.3.6.1.2.1.26.2 ifMauTable: 1.3.6.1.2.1.26.2.1 ifMauEntry: 1.3.6.1.2.1.26.2.1.1 ifMauIfIndex: 1.3.6.1.2.1.26.2.1.1.1 ifMauIndex: 1.3.6.1.2.1.26.2.1.1.2 ifMauType: 1.3.6.1.2.1.26.2.1.1.3 ifMauStatus: 1.3.6.1.2.1.26.2.1.1.4 ifMauMediaAvailable: 1.3.6.1.2.1.26.2.1.1.5 ifMauMediaAvailableStateExits: 1.3.6.1.2.1.26.2.1.1.6 ifMauJabberState: 1.3.6.1.2.1.26.2.1.1.7 ifMauJabberingStateEnters: 1.3.6.1.2.1.26.2.1.1.8 ifMauFalseCarriers: 1.3.6.1.2.1.26.2.1.1.9 ifMauTypeList: 1.3.6.1.2.1.26.2.1.1.10 ifMauDefaultType: 1.3.6.1.2.1.26.2.1.1.11 ifMauAutoNegSupported: 1.3.6.1.2.1.26.2.1.1.12 ifMauTypeListBits: 1.3.6.1.2.1.26.2.1.1.13 ifMauHCFalseCarriers: 1.3.6.1.2.1.26.2.1.1.14 ifJackTable: 1.3.6.1.2.1.26.2.2 ifJackEntry: 1.3.6.1.2.1.26.2.2.1 ifJackIndex: 1.3.6.1.2.1.26.2.2.1.1 ifJackType: 1.3.6.1.2.1.26.2.2.1.2 dot3BroadMauBasicGroup: 1.3.6.1.2.1.26.3 broadMauBasicTable: 1.3.6.1.2.1.26.3.1 broadMauBasicEntry: 1.3.6.1.2.1.26.3.1.1 broadMauIfIndex: 1.3.6.1.2.1.26.3.1.1.1 broadMauIndex: 1.3.6.1.2.1.26.3.1.1.2 broadMauXmtRcvSplitType: 1.3.6.1.2.1.26.3.1.1.3 broadMauXmtCarrierFreq: 1.3.6.1.2.1.26.3.1.1.4 broadMauTranslationFreq: 1.3.6.1.2.1.26.3.1.1.5 dot3IfMauAutoNegGroup: 1.3.6.1.2.1.26.5 ifMauAutoNegTable: 1.3.6.1.2.1.26.5.1 ifMauAutoNegEntry: 1.3.6.1.2.1.26.5.1.1 ifMauAutoNegAdminStatus: 1.3.6.1.2.1.26.5.1.1.1 ifMauAutoNegRemoteSignaling: 1.3.6.1.2.1.26.5.1.1.2 ifMauAutoNegConfig: 1.3.6.1.2.1.26.5.1.1.4 ifMauAutoNegCapability: 1.3.6.1.2.1.26.5.1.1.5 ifMauAutoNegCapAdvertised: 1.3.6.1.2.1.26.5.1.1.6 ifMauAutoNegCapReceived: 1.3.6.1.2.1.26.5.1.1.7 ifMauAutoNegRestart: 1.3.6.1.2.1.26.5.1.1.8 ifMauAutoNegCapabilityBits: 1.3.6.1.2.1.26.5.1.1.9 ifMauAutoNegCapAdvertisedBits: 1.3.6.1.2.1.26.5.1.1.10 ifMauAutoNegCapReceivedBits: 1.3.6.1.2.1.26.5.1.1.11 ifMauAutoNegRemoteFaultAdvertised: 1.3.6.1.2.1.26.5.1.1.12 ifMauAutoNegRemoteFaultReceived: 1.3.6.1.2.1.26.5.1.1.13 mauMod: 1.3.6.1.2.1.26.6 mauModConf: 1.3.6.1.2.1.26.6.1 mauModCompls: 1.3.6.1.2.1.26.6.1.1 mauModObjGrps: 1.3.6.1.2.1.26.6.1.2 mauModNotGrps: 1.3.6.1.2.1.26.6.1.3 rpMauJabberTrap: 1.3.6.1.2.1.26.0.1 ifMauJabberTrap: 1.3.6.1.2.1.26.0.2 snmp-1.2.0/data/ruby/snmp/mibs/FRSLD-MIB.yaml0000644000004100000410000000721212365504747020502 0ustar www-datawww-data--- frsldMIB: 1.3.6.1.2.1.95 frsldObjects: 1.3.6.1.2.1.95.1 frsldPvcCtrlTable: 1.3.6.1.2.1.95.1.1 frsldPvcCtrlEntry: 1.3.6.1.2.1.95.1.1.1 frsldPvcCtrlDlci: 1.3.6.1.2.1.95.1.1.1.1 frsldPvcCtrlTransmitRP: 1.3.6.1.2.1.95.1.1.1.2 frsldPvcCtrlReceiveRP: 1.3.6.1.2.1.95.1.1.1.3 frsldPvcCtrlStatus: 1.3.6.1.2.1.95.1.1.1.4 frsldPvcCtrlPacketFreq: 1.3.6.1.2.1.95.1.1.1.5 frsldPvcCtrlDelayFrSize: 1.3.6.1.2.1.95.1.1.1.6 frsldPvcCtrlDelayType: 1.3.6.1.2.1.95.1.1.1.7 frsldPvcCtrlDelayTimeOut: 1.3.6.1.2.1.95.1.1.1.8 frsldPvcCtrlPurge: 1.3.6.1.2.1.95.1.1.1.9 frsldPvcCtrlDeleteOnPurge: 1.3.6.1.2.1.95.1.1.1.10 frsldPvcCtrlLastPurgeTime: 1.3.6.1.2.1.95.1.1.1.11 frsldSmplCtrlTable: 1.3.6.1.2.1.95.1.2 frsldSmplCtrlEntry: 1.3.6.1.2.1.95.1.2.1 frsldSmplCtrlIdx: 1.3.6.1.2.1.95.1.2.1.1 frsldSmplCtrlStatus: 1.3.6.1.2.1.95.1.2.1.2 frsldSmplCtrlColPeriod: 1.3.6.1.2.1.95.1.2.1.3 frsldSmplCtrlBuckets: 1.3.6.1.2.1.95.1.2.1.4 frsldSmplCtrlBucketsGranted: 1.3.6.1.2.1.95.1.2.1.5 frsldPvcDataTable: 1.3.6.1.2.1.95.1.3 frsldPvcDataEntry: 1.3.6.1.2.1.95.1.3.1 frsldPvcDataMissedPolls: 1.3.6.1.2.1.95.1.3.1.1 frsldPvcDataFrDeliveredC: 1.3.6.1.2.1.95.1.3.1.2 frsldPvcDataFrDeliveredE: 1.3.6.1.2.1.95.1.3.1.3 frsldPvcDataFrOfferedC: 1.3.6.1.2.1.95.1.3.1.4 frsldPvcDataFrOfferedE: 1.3.6.1.2.1.95.1.3.1.5 frsldPvcDataDataDeliveredC: 1.3.6.1.2.1.95.1.3.1.6 frsldPvcDataDataDeliveredE: 1.3.6.1.2.1.95.1.3.1.7 frsldPvcDataDataOfferedC: 1.3.6.1.2.1.95.1.3.1.8 frsldPvcDataDataOfferedE: 1.3.6.1.2.1.95.1.3.1.9 frsldPvcDataHCFrDeliveredC: 1.3.6.1.2.1.95.1.3.1.10 frsldPvcDataHCFrDeliveredE: 1.3.6.1.2.1.95.1.3.1.11 frsldPvcDataHCFrOfferedC: 1.3.6.1.2.1.95.1.3.1.12 frsldPvcDataHCFrOfferedE: 1.3.6.1.2.1.95.1.3.1.13 frsldPvcDataHCDataDeliveredC: 1.3.6.1.2.1.95.1.3.1.14 frsldPvcDataHCDataDeliveredE: 1.3.6.1.2.1.95.1.3.1.15 frsldPvcDataHCDataOfferedC: 1.3.6.1.2.1.95.1.3.1.16 frsldPvcDataHCDataOfferedE: 1.3.6.1.2.1.95.1.3.1.17 frsldPvcDataUnavailableTime: 1.3.6.1.2.1.95.1.3.1.18 frsldPvcDataUnavailables: 1.3.6.1.2.1.95.1.3.1.19 frsldPvcSampleTable: 1.3.6.1.2.1.95.1.4 frsldPvcSampleEntry: 1.3.6.1.2.1.95.1.4.1 frsldPvcSmplIdx: 1.3.6.1.2.1.95.1.4.1.1 frsldPvcSmplDelayMin: 1.3.6.1.2.1.95.1.4.1.2 frsldPvcSmplDelayMax: 1.3.6.1.2.1.95.1.4.1.3 frsldPvcSmplDelayAvg: 1.3.6.1.2.1.95.1.4.1.4 frsldPvcSmplMissedPolls: 1.3.6.1.2.1.95.1.4.1.5 frsldPvcSmplFrDeliveredC: 1.3.6.1.2.1.95.1.4.1.6 frsldPvcSmplFrDeliveredE: 1.3.6.1.2.1.95.1.4.1.7 frsldPvcSmplFrOfferedC: 1.3.6.1.2.1.95.1.4.1.8 frsldPvcSmplFrOfferedE: 1.3.6.1.2.1.95.1.4.1.9 frsldPvcSmplDataDeliveredC: 1.3.6.1.2.1.95.1.4.1.10 frsldPvcSmplDataDeliveredE: 1.3.6.1.2.1.95.1.4.1.11 frsldPvcSmplDataOfferedC: 1.3.6.1.2.1.95.1.4.1.12 frsldPvcSmplDataOfferedE: 1.3.6.1.2.1.95.1.4.1.13 frsldPvcSmplHCFrDeliveredC: 1.3.6.1.2.1.95.1.4.1.14 frsldPvcSmplHCFrDeliveredE: 1.3.6.1.2.1.95.1.4.1.15 frsldPvcSmplHCFrOfferedC: 1.3.6.1.2.1.95.1.4.1.16 frsldPvcSmplHCFrOfferedE: 1.3.6.1.2.1.95.1.4.1.17 frsldPvcSmplHCDataDeliveredC: 1.3.6.1.2.1.95.1.4.1.18 frsldPvcSmplHCDataDeliveredE: 1.3.6.1.2.1.95.1.4.1.19 frsldPvcSmplHCDataOfferedC: 1.3.6.1.2.1.95.1.4.1.20 frsldPvcSmplHCDataOfferedE: 1.3.6.1.2.1.95.1.4.1.21 frsldPvcSmplUnavailableTime: 1.3.6.1.2.1.95.1.4.1.22 frsldPvcSmplUnavailables: 1.3.6.1.2.1.95.1.4.1.23 frsldPvcSmplStartTime: 1.3.6.1.2.1.95.1.4.1.24 frsldPvcSmplEndTime: 1.3.6.1.2.1.95.1.4.1.25 frsldCapabilities: 1.3.6.1.2.1.95.2 frsldPvcCtrlWriteCaps: 1.3.6.1.2.1.95.2.1 frsldSmplCtrlWriteCaps: 1.3.6.1.2.1.95.2.2 frsldRPCaps: 1.3.6.1.2.1.95.2.3 frsldMaxPvcCtrls: 1.3.6.1.2.1.95.2.4 frsldNumPvcCtrls: 1.3.6.1.2.1.95.2.5 frsldMaxSmplCtrls: 1.3.6.1.2.1.95.2.6 frsldNumSmplCtrls: 1.3.6.1.2.1.95.2.7 frsldConformance: 1.3.6.1.2.1.95.3 frsldMIBGroups: 1.3.6.1.2.1.95.3.1 frsldMIBCompliances: 1.3.6.1.2.1.95.3.2 snmp-1.2.0/data/ruby/snmp/mibs/FRNETSERV-MIB.yaml0000644000004100000410000001223512365504747021207 0ustar www-datawww-data--- frnetservMIB: 1.3.6.1.2.1.10.44 frnetservObjects: 1.3.6.1.2.1.10.44.1 frLportTable: 1.3.6.1.2.1.10.44.1.1 frLportEntry: 1.3.6.1.2.1.10.44.1.1.1 frLportNumPlan: 1.3.6.1.2.1.10.44.1.1.1.1 frLportContact: 1.3.6.1.2.1.10.44.1.1.1.2 frLportLocation: 1.3.6.1.2.1.10.44.1.1.1.3 frLportType: 1.3.6.1.2.1.10.44.1.1.1.4 frLportAddrDLCILen: 1.3.6.1.2.1.10.44.1.1.1.5 frLportVCSigProtocol: 1.3.6.1.2.1.10.44.1.1.1.6 frLportVCSigPointer: 1.3.6.1.2.1.10.44.1.1.1.7 frLportDLCIIndexValue: 1.3.6.1.2.1.10.44.1.1.1.8 frLportTypeAdmin: 1.3.6.1.2.1.10.44.1.1.1.9 frLportVCSigProtocolAdmin: 1.3.6.1.2.1.10.44.1.1.1.10 frLportFragControl: 1.3.6.1.2.1.10.44.1.1.1.11 frLportFragSize: 1.3.6.1.2.1.10.44.1.1.1.12 frMgtVCSigTable: 1.3.6.1.2.1.10.44.1.2 frMgtVCSigEntry: 1.3.6.1.2.1.10.44.1.2.1 frMgtVCSigProced: 1.3.6.1.2.1.10.44.1.2.1.1 frMgtVCSigUserN391: 1.3.6.1.2.1.10.44.1.2.1.2 frMgtVCSigUserN392: 1.3.6.1.2.1.10.44.1.2.1.3 frMgtVCSigUserN393: 1.3.6.1.2.1.10.44.1.2.1.4 frMgtVCSigUserT391: 1.3.6.1.2.1.10.44.1.2.1.5 frMgtVCSigNetN392: 1.3.6.1.2.1.10.44.1.2.1.6 frMgtVCSigNetN393: 1.3.6.1.2.1.10.44.1.2.1.7 frMgtVCSigNetT392: 1.3.6.1.2.1.10.44.1.2.1.8 frMgtVCSigNetnN4: 1.3.6.1.2.1.10.44.1.2.1.9 frMgtVCSigNetnT3: 1.3.6.1.2.1.10.44.1.2.1.10 frMgtVCSigUserLinkRelErrors: 1.3.6.1.2.1.10.44.1.2.1.11 frMgtVCSigUserProtErrors: 1.3.6.1.2.1.10.44.1.2.1.12 frMgtVCSigUserChanInactive: 1.3.6.1.2.1.10.44.1.2.1.13 frMgtVCSigNetLinkRelErrors: 1.3.6.1.2.1.10.44.1.2.1.14 frMgtVCSigNetProtErrors: 1.3.6.1.2.1.10.44.1.2.1.15 frMgtVCSigNetChanInactive: 1.3.6.1.2.1.10.44.1.2.1.16 frMgtVCSigProcedAdmin: 1.3.6.1.2.1.10.44.1.2.1.17 frMgtVCSigUserN391Admin: 1.3.6.1.2.1.10.44.1.2.1.18 frMgtVCSigUserN392Admin: 1.3.6.1.2.1.10.44.1.2.1.19 frMgtVCSigUserN393Admin: 1.3.6.1.2.1.10.44.1.2.1.20 frMgtVCSigUserT391Admin: 1.3.6.1.2.1.10.44.1.2.1.21 frMgtVCSigNetN392Admin: 1.3.6.1.2.1.10.44.1.2.1.22 frMgtVCSigNetN393Admin: 1.3.6.1.2.1.10.44.1.2.1.23 frMgtVCSigNetT392Admin: 1.3.6.1.2.1.10.44.1.2.1.24 frMgtVCSigNetnT3Admin: 1.3.6.1.2.1.10.44.1.2.1.25 frPVCEndptTable: 1.3.6.1.2.1.10.44.1.3 frPVCEndptEntry: 1.3.6.1.2.1.10.44.1.3.1 frPVCEndptDLCIIndex: 1.3.6.1.2.1.10.44.1.3.1.1 frPVCEndptInMaxFrameSize: 1.3.6.1.2.1.10.44.1.3.1.2 frPVCEndptInBc: 1.3.6.1.2.1.10.44.1.3.1.3 frPVCEndptInBe: 1.3.6.1.2.1.10.44.1.3.1.4 frPVCEndptInCIR: 1.3.6.1.2.1.10.44.1.3.1.5 frPVCEndptOutMaxFrameSize: 1.3.6.1.2.1.10.44.1.3.1.6 frPVCEndptOutBc: 1.3.6.1.2.1.10.44.1.3.1.7 frPVCEndptOutBe: 1.3.6.1.2.1.10.44.1.3.1.8 frPVCEndptOutCIR: 1.3.6.1.2.1.10.44.1.3.1.9 frPVCEndptConnectIdentifier: 1.3.6.1.2.1.10.44.1.3.1.10 frPVCEndptRowStatus: 1.3.6.1.2.1.10.44.1.3.1.11 frPVCEndptRcvdSigStatus: 1.3.6.1.2.1.10.44.1.3.1.12 frPVCEndptInFrames: 1.3.6.1.2.1.10.44.1.3.1.13 frPVCEndptOutFrames: 1.3.6.1.2.1.10.44.1.3.1.14 frPVCEndptInDEFrames: 1.3.6.1.2.1.10.44.1.3.1.15 frPVCEndptInExcessFrames: 1.3.6.1.2.1.10.44.1.3.1.16 frPVCEndptOutExcessFrames: 1.3.6.1.2.1.10.44.1.3.1.17 frPVCEndptInDiscards: 1.3.6.1.2.1.10.44.1.3.1.18 frPVCEndptInOctets: 1.3.6.1.2.1.10.44.1.3.1.19 frPVCEndptOutOctets: 1.3.6.1.2.1.10.44.1.3.1.20 frPVCEndptInDiscardsDESet: 1.3.6.1.2.1.10.44.1.3.1.21 frPVCEndptInFramesFECNSet: 1.3.6.1.2.1.10.44.1.3.1.22 frPVCEndptOutFramesFECNSet: 1.3.6.1.2.1.10.44.1.3.1.23 frPVCEndptInFramesBECNSet: 1.3.6.1.2.1.10.44.1.3.1.24 frPVCEndptOutFramesBECNSet: 1.3.6.1.2.1.10.44.1.3.1.25 frPVCEndptInCongDiscards: 1.3.6.1.2.1.10.44.1.3.1.26 frPVCEndptInDECongDiscards: 1.3.6.1.2.1.10.44.1.3.1.27 frPVCEndptOutCongDiscards: 1.3.6.1.2.1.10.44.1.3.1.28 frPVCEndptOutDECongDiscards: 1.3.6.1.2.1.10.44.1.3.1.29 frPVCEndptOutDEFrames: 1.3.6.1.2.1.10.44.1.3.1.30 frPVCEndptAtmIwfConnIndex: 1.3.6.1.2.1.10.44.1.3.1.31 frPVCConnectIndexValue: 1.3.6.1.2.1.10.44.1.4 frPVCConnectTable: 1.3.6.1.2.1.10.44.1.5 frPVCConnectEntry: 1.3.6.1.2.1.10.44.1.5.1 frPVCConnectIndex: 1.3.6.1.2.1.10.44.1.5.1.1 frPVCConnectLowIfIndex: 1.3.6.1.2.1.10.44.1.5.1.2 frPVCConnectLowDLCIIndex: 1.3.6.1.2.1.10.44.1.5.1.3 frPVCConnectHighIfIndex: 1.3.6.1.2.1.10.44.1.5.1.4 frPVCConnectHighDLCIIndex: 1.3.6.1.2.1.10.44.1.5.1.5 frPVCConnectAdminStatus: 1.3.6.1.2.1.10.44.1.5.1.6 frPVCConnectL2hOperStatus: 1.3.6.1.2.1.10.44.1.5.1.7 frPVCConnectH2lOperStatus: 1.3.6.1.2.1.10.44.1.5.1.8 frPVCConnectL2hLastChange: 1.3.6.1.2.1.10.44.1.5.1.9 frPVCConnectH2lLastChange: 1.3.6.1.2.1.10.44.1.5.1.10 frPVCConnectRowStatus: 1.3.6.1.2.1.10.44.1.5.1.11 frPVCConnectUserName: 1.3.6.1.2.1.10.44.1.5.1.12 frPVCConnectProviderName: 1.3.6.1.2.1.10.44.1.5.1.13 frAccountPVCTable: 1.3.6.1.2.1.10.44.1.6 frAccountPVCEntry: 1.3.6.1.2.1.10.44.1.6.1 frAccountPVCDLCIIndex: 1.3.6.1.2.1.10.44.1.6.1.1 frAccountPVCSegmentSize: 1.3.6.1.2.1.10.44.1.6.1.2 frAccountPVCInSegments: 1.3.6.1.2.1.10.44.1.6.1.3 frAccountPVCOutSegments: 1.3.6.1.2.1.10.44.1.6.1.4 frAccountLportTable: 1.3.6.1.2.1.10.44.1.7 frAccountLportEntry: 1.3.6.1.2.1.10.44.1.7.1 frAccountLportSegmentSize: 1.3.6.1.2.1.10.44.1.7.1.1 frAccountLportInSegments: 1.3.6.1.2.1.10.44.1.7.1.2 frAccountLportOutSegments: 1.3.6.1.2.1.10.44.1.7.1.3 frnetservTraps: 1.3.6.1.2.1.10.44.2 frnetservTrapsPrefix: 1.3.6.1.2.1.10.44.2.0 frnetservConformance: 1.3.6.1.2.1.10.44.3 frnetservGroups: 1.3.6.1.2.1.10.44.3.1 frnetservCompliances: 1.3.6.1.2.1.10.44.3.2 frPVCConnectStatusNotif: 1.3.6.1.2.1.10.44.2.0.2 frPVCConnectStatusChange: 1.3.6.1.2.1.10.44.2.1 snmp-1.2.0/data/ruby/snmp/mibs/GMPLS-LABEL-STD-MIB.yaml0000644000004100000410000000236112365504747021757 0ustar www-datawww-data--- gmplsLabelStdMIB: 1.3.6.1.2.1.10.166.16 gmplsLabelObjects: 1.3.6.1.2.1.10.166.16.1 gmplsLabelIndexNext: 1.3.6.1.2.1.10.166.16.1.1 gmplsLabelTable: 1.3.6.1.2.1.10.166.16.1.2 gmplsLabelEntry: 1.3.6.1.2.1.10.166.16.1.2.1 gmplsLabelInterface: 1.3.6.1.2.1.10.166.16.1.2.1.1 gmplsLabelIndex: 1.3.6.1.2.1.10.166.16.1.2.1.2 gmplsLabelSubindex: 1.3.6.1.2.1.10.166.16.1.2.1.3 gmplsLabelType: 1.3.6.1.2.1.10.166.16.1.2.1.4 gmplsLabelMplsLabel: 1.3.6.1.2.1.10.166.16.1.2.1.5 gmplsLabelPortWavelength: 1.3.6.1.2.1.10.166.16.1.2.1.6 gmplsLabelFreeform: 1.3.6.1.2.1.10.166.16.1.2.1.7 gmplsLabelSonetSdhSignalIndex: 1.3.6.1.2.1.10.166.16.1.2.1.8 gmplsLabelSdhVc: 1.3.6.1.2.1.10.166.16.1.2.1.9 gmplsLabelSdhVcBranch: 1.3.6.1.2.1.10.166.16.1.2.1.10 gmplsLabelSonetSdhBranch: 1.3.6.1.2.1.10.166.16.1.2.1.11 gmplsLabelSonetSdhGroupBranch: 1.3.6.1.2.1.10.166.16.1.2.1.12 gmplsLabelWavebandId: 1.3.6.1.2.1.10.166.16.1.2.1.13 gmplsLabelWavebandStart: 1.3.6.1.2.1.10.166.16.1.2.1.14 gmplsLabelWavebandEnd: 1.3.6.1.2.1.10.166.16.1.2.1.15 gmplsLabelStorageType: 1.3.6.1.2.1.10.166.16.1.2.1.16 gmplsLabelRowStatus: 1.3.6.1.2.1.10.166.16.1.2.1.17 gmplsLabelConformance: 1.3.6.1.2.1.10.166.16.2 gmplsLabelGroups: 1.3.6.1.2.1.10.166.16.2.1 gmplsLabelCompliances: 1.3.6.1.2.1.10.166.16.2.2 snmp-1.2.0/data/ruby/snmp/mibs/VDSL-LINE-MIB.yaml0000644000004100000410000002320512365504747021125 0ustar www-datawww-data--- vdslMIB: 1.3.6.1.2.1.10.97 vdslLineMib: 1.3.6.1.2.1.10.97.1 vdslNotifications: 1.3.6.1.2.1.10.97.1.0 vdslMibObjects: 1.3.6.1.2.1.10.97.1.1 vdslLineTable: 1.3.6.1.2.1.10.97.1.1.1 vdslLineEntry: 1.3.6.1.2.1.10.97.1.1.1.1 vdslLineCoding: 1.3.6.1.2.1.10.97.1.1.1.1.1 vdslLineType: 1.3.6.1.2.1.10.97.1.1.1.1.2 vdslLineConfProfile: 1.3.6.1.2.1.10.97.1.1.1.1.3 vdslLineAlarmConfProfile: 1.3.6.1.2.1.10.97.1.1.1.1.4 vdslPhysTable: 1.3.6.1.2.1.10.97.1.1.2 vdslPhysEntry: 1.3.6.1.2.1.10.97.1.1.2.1 vdslPhysSide: 1.3.6.1.2.1.10.97.1.1.2.1.1 vdslPhysInvSerialNumber: 1.3.6.1.2.1.10.97.1.1.2.1.2 vdslPhysInvVendorID: 1.3.6.1.2.1.10.97.1.1.2.1.3 vdslPhysInvVersionNumber: 1.3.6.1.2.1.10.97.1.1.2.1.4 vdslPhysCurrSnrMgn: 1.3.6.1.2.1.10.97.1.1.2.1.5 vdslPhysCurrAtn: 1.3.6.1.2.1.10.97.1.1.2.1.6 vdslPhysCurrStatus: 1.3.6.1.2.1.10.97.1.1.2.1.7 vdslPhysCurrOutputPwr: 1.3.6.1.2.1.10.97.1.1.2.1.8 vdslPhysCurrAttainableRate: 1.3.6.1.2.1.10.97.1.1.2.1.9 vdslPhysCurrLineRate: 1.3.6.1.2.1.10.97.1.1.2.1.10 vdslChanTable: 1.3.6.1.2.1.10.97.1.1.3 vdslChanEntry: 1.3.6.1.2.1.10.97.1.1.3.1 vdslChanInterleaveDelay: 1.3.6.1.2.1.10.97.1.1.3.1.1 vdslChanCrcBlockLength: 1.3.6.1.2.1.10.97.1.1.3.1.2 vdslChanCurrTxRate: 1.3.6.1.2.1.10.97.1.1.3.1.3 vdslChanCurrTxSlowBurstProtect: 1.3.6.1.2.1.10.97.1.1.3.1.4 vdslChanCurrTxFastFec: 1.3.6.1.2.1.10.97.1.1.3.1.5 vdslPerfDataTable: 1.3.6.1.2.1.10.97.1.1.4 vdslPerfDataEntry: 1.3.6.1.2.1.10.97.1.1.4.1 vdslPerfDataValidIntervals: 1.3.6.1.2.1.10.97.1.1.4.1.1 vdslPerfDataInvalidIntervals: 1.3.6.1.2.1.10.97.1.1.4.1.2 vdslPerfDataLofs: 1.3.6.1.2.1.10.97.1.1.4.1.3 vdslPerfDataLoss: 1.3.6.1.2.1.10.97.1.1.4.1.4 vdslPerfDataLprs: 1.3.6.1.2.1.10.97.1.1.4.1.5 vdslPerfDataLols: 1.3.6.1.2.1.10.97.1.1.4.1.6 vdslPerfDataESs: 1.3.6.1.2.1.10.97.1.1.4.1.7 vdslPerfDataSESs: 1.3.6.1.2.1.10.97.1.1.4.1.8 vdslPerfDataUASs: 1.3.6.1.2.1.10.97.1.1.4.1.9 vdslPerfDataInits: 1.3.6.1.2.1.10.97.1.1.4.1.10 vdslPerfDataCurr15MinTimeElapsed: 1.3.6.1.2.1.10.97.1.1.4.1.11 vdslPerfDataCurr15MinLofs: 1.3.6.1.2.1.10.97.1.1.4.1.12 vdslPerfDataCurr15MinLoss: 1.3.6.1.2.1.10.97.1.1.4.1.13 vdslPerfDataCurr15MinLprs: 1.3.6.1.2.1.10.97.1.1.4.1.14 vdslPerfDataCurr15MinLols: 1.3.6.1.2.1.10.97.1.1.4.1.15 vdslPerfDataCurr15MinESs: 1.3.6.1.2.1.10.97.1.1.4.1.16 vdslPerfDataCurr15MinSESs: 1.3.6.1.2.1.10.97.1.1.4.1.17 vdslPerfDataCurr15MinUASs: 1.3.6.1.2.1.10.97.1.1.4.1.18 vdslPerfDataCurr15MinInits: 1.3.6.1.2.1.10.97.1.1.4.1.19 vdslPerfData1DayValidIntervals: 1.3.6.1.2.1.10.97.1.1.4.1.20 vdslPerfData1DayInvalidIntervals: 1.3.6.1.2.1.10.97.1.1.4.1.21 vdslPerfDataCurr1DayTimeElapsed: 1.3.6.1.2.1.10.97.1.1.4.1.22 vdslPerfDataCurr1DayLofs: 1.3.6.1.2.1.10.97.1.1.4.1.23 vdslPerfDataCurr1DayLoss: 1.3.6.1.2.1.10.97.1.1.4.1.24 vdslPerfDataCurr1DayLprs: 1.3.6.1.2.1.10.97.1.1.4.1.25 vdslPerfDataCurr1DayLols: 1.3.6.1.2.1.10.97.1.1.4.1.26 vdslPerfDataCurr1DayESs: 1.3.6.1.2.1.10.97.1.1.4.1.27 vdslPerfDataCurr1DaySESs: 1.3.6.1.2.1.10.97.1.1.4.1.28 vdslPerfDataCurr1DayUASs: 1.3.6.1.2.1.10.97.1.1.4.1.29 vdslPerfDataCurr1DayInits: 1.3.6.1.2.1.10.97.1.1.4.1.30 vdslPerfIntervalTable: 1.3.6.1.2.1.10.97.1.1.5 vdslPerfIntervalEntry: 1.3.6.1.2.1.10.97.1.1.5.1 vdslPerfIntervalNumber: 1.3.6.1.2.1.10.97.1.1.5.1.1 vdslPerfIntervalLofs: 1.3.6.1.2.1.10.97.1.1.5.1.2 vdslPerfIntervalLoss: 1.3.6.1.2.1.10.97.1.1.5.1.3 vdslPerfIntervalLprs: 1.3.6.1.2.1.10.97.1.1.5.1.4 vdslPerfIntervalLols: 1.3.6.1.2.1.10.97.1.1.5.1.5 vdslPerfIntervalESs: 1.3.6.1.2.1.10.97.1.1.5.1.6 vdslPerfIntervalSESs: 1.3.6.1.2.1.10.97.1.1.5.1.7 vdslPerfIntervalUASs: 1.3.6.1.2.1.10.97.1.1.5.1.8 vdslPerfIntervalInits: 1.3.6.1.2.1.10.97.1.1.5.1.9 vdslPerf1DayIntervalTable: 1.3.6.1.2.1.10.97.1.1.6 vdslPerf1DayIntervalEntry: 1.3.6.1.2.1.10.97.1.1.6.1 vdslPerf1DayIntervalNumber: 1.3.6.1.2.1.10.97.1.1.6.1.1 vdslPerf1DayIntervalMoniSecs: 1.3.6.1.2.1.10.97.1.1.6.1.2 vdslPerf1DayIntervalLofs: 1.3.6.1.2.1.10.97.1.1.6.1.3 vdslPerf1DayIntervalLoss: 1.3.6.1.2.1.10.97.1.1.6.1.4 vdslPerf1DayIntervalLprs: 1.3.6.1.2.1.10.97.1.1.6.1.5 vdslPerf1DayIntervalLols: 1.3.6.1.2.1.10.97.1.1.6.1.6 vdslPerf1DayIntervalESs: 1.3.6.1.2.1.10.97.1.1.6.1.7 vdslPerf1DayIntervalSESs: 1.3.6.1.2.1.10.97.1.1.6.1.8 vdslPerf1DayIntervalUASs: 1.3.6.1.2.1.10.97.1.1.6.1.9 vdslPerf1DayIntervalInits: 1.3.6.1.2.1.10.97.1.1.6.1.10 vdslChanPerfDataTable: 1.3.6.1.2.1.10.97.1.1.7 vdslChanPerfDataEntry: 1.3.6.1.2.1.10.97.1.1.7.1 vdslChanValidIntervals: 1.3.6.1.2.1.10.97.1.1.7.1.1 vdslChanInvalidIntervals: 1.3.6.1.2.1.10.97.1.1.7.1.2 vdslChanFixedOctets: 1.3.6.1.2.1.10.97.1.1.7.1.3 vdslChanBadBlks: 1.3.6.1.2.1.10.97.1.1.7.1.4 vdslChanCurr15MinTimeElapsed: 1.3.6.1.2.1.10.97.1.1.7.1.5 vdslChanCurr15MinFixedOctets: 1.3.6.1.2.1.10.97.1.1.7.1.6 vdslChanCurr15MinBadBlks: 1.3.6.1.2.1.10.97.1.1.7.1.7 vdslChan1DayValidIntervals: 1.3.6.1.2.1.10.97.1.1.7.1.8 vdslChan1DayInvalidIntervals: 1.3.6.1.2.1.10.97.1.1.7.1.9 vdslChanCurr1DayTimeElapsed: 1.3.6.1.2.1.10.97.1.1.7.1.10 vdslChanCurr1DayFixedOctets: 1.3.6.1.2.1.10.97.1.1.7.1.11 vdslChanCurr1DayBadBlks: 1.3.6.1.2.1.10.97.1.1.7.1.12 vdslChanIntervalTable: 1.3.6.1.2.1.10.97.1.1.8 vdslChanIntervalEntry: 1.3.6.1.2.1.10.97.1.1.8.1 vdslChanIntervalNumber: 1.3.6.1.2.1.10.97.1.1.8.1.1 vdslChanIntervalFixedOctets: 1.3.6.1.2.1.10.97.1.1.8.1.2 vdslChanIntervalBadBlks: 1.3.6.1.2.1.10.97.1.1.8.1.3 vdslChan1DayIntervalTable: 1.3.6.1.2.1.10.97.1.1.9 vdslChan1DayIntervalEntry: 1.3.6.1.2.1.10.97.1.1.9.1 vdslChan1DayIntervalNumber: 1.3.6.1.2.1.10.97.1.1.9.1.1 vdslChan1DayIntervalMoniSecs: 1.3.6.1.2.1.10.97.1.1.9.1.2 vdslChan1DayIntervalFixedOctets: 1.3.6.1.2.1.10.97.1.1.9.1.3 vdslChan1DayIntervalBadBlks: 1.3.6.1.2.1.10.97.1.1.9.1.4 vdslLineConfProfileTable: 1.3.6.1.2.1.10.97.1.1.11 vdslLineConfProfileEntry: 1.3.6.1.2.1.10.97.1.1.11.1 vdslLineConfProfileName: 1.3.6.1.2.1.10.97.1.1.11.1.1 vdslLineConfDownRateMode: 1.3.6.1.2.1.10.97.1.1.11.1.2 vdslLineConfUpRateMode: 1.3.6.1.2.1.10.97.1.1.11.1.3 vdslLineConfDownMaxPwr: 1.3.6.1.2.1.10.97.1.1.11.1.4 vdslLineConfUpMaxPwr: 1.3.6.1.2.1.10.97.1.1.11.1.5 vdslLineConfDownMaxSnrMgn: 1.3.6.1.2.1.10.97.1.1.11.1.6 vdslLineConfDownMinSnrMgn: 1.3.6.1.2.1.10.97.1.1.11.1.7 vdslLineConfDownTargetSnrMgn: 1.3.6.1.2.1.10.97.1.1.11.1.8 vdslLineConfUpMaxSnrMgn: 1.3.6.1.2.1.10.97.1.1.11.1.9 vdslLineConfUpMinSnrMgn: 1.3.6.1.2.1.10.97.1.1.11.1.10 vdslLineConfUpTargetSnrMgn: 1.3.6.1.2.1.10.97.1.1.11.1.11 vdslLineConfDownFastMaxDataRate: 1.3.6.1.2.1.10.97.1.1.11.1.12 vdslLineConfDownFastMinDataRate: 1.3.6.1.2.1.10.97.1.1.11.1.13 vdslLineConfDownSlowMaxDataRate: 1.3.6.1.2.1.10.97.1.1.11.1.14 vdslLineConfDownSlowMinDataRate: 1.3.6.1.2.1.10.97.1.1.11.1.15 vdslLineConfUpFastMaxDataRate: 1.3.6.1.2.1.10.97.1.1.11.1.16 vdslLineConfUpFastMinDataRate: 1.3.6.1.2.1.10.97.1.1.11.1.17 vdslLineConfUpSlowMaxDataRate: 1.3.6.1.2.1.10.97.1.1.11.1.18 vdslLineConfUpSlowMinDataRate: 1.3.6.1.2.1.10.97.1.1.11.1.19 vdslLineConfDownRateRatio: 1.3.6.1.2.1.10.97.1.1.11.1.20 vdslLineConfUpRateRatio: 1.3.6.1.2.1.10.97.1.1.11.1.21 vdslLineConfDownMaxInterDelay: 1.3.6.1.2.1.10.97.1.1.11.1.22 vdslLineConfUpMaxInterDelay: 1.3.6.1.2.1.10.97.1.1.11.1.23 vdslLineConfDownPboControl: 1.3.6.1.2.1.10.97.1.1.11.1.24 vdslLineConfUpPboControl: 1.3.6.1.2.1.10.97.1.1.11.1.25 vdslLineConfDownPboLevel: 1.3.6.1.2.1.10.97.1.1.11.1.26 vdslLineConfUpPboLevel: 1.3.6.1.2.1.10.97.1.1.11.1.27 vdslLineConfDeploymentScenario: 1.3.6.1.2.1.10.97.1.1.11.1.28 vdslLineConfAdslPresence: 1.3.6.1.2.1.10.97.1.1.11.1.29 vdslLineConfApplicableStandard: 1.3.6.1.2.1.10.97.1.1.11.1.30 vdslLineConfBandPlan: 1.3.6.1.2.1.10.97.1.1.11.1.31 vdslLineConfBandPlanFx: 1.3.6.1.2.1.10.97.1.1.11.1.32 vdslLineConfBandOptUsage: 1.3.6.1.2.1.10.97.1.1.11.1.33 vdslLineConfUpPsdTemplate: 1.3.6.1.2.1.10.97.1.1.11.1.34 vdslLineConfDownPsdTemplate: 1.3.6.1.2.1.10.97.1.1.11.1.35 vdslLineConfHamBandMask: 1.3.6.1.2.1.10.97.1.1.11.1.36 vdslLineConfCustomNotch1Start: 1.3.6.1.2.1.10.97.1.1.11.1.37 vdslLineConfCustomNotch1Stop: 1.3.6.1.2.1.10.97.1.1.11.1.38 vdslLineConfCustomNotch2Start: 1.3.6.1.2.1.10.97.1.1.11.1.39 vdslLineConfCustomNotch2Stop: 1.3.6.1.2.1.10.97.1.1.11.1.40 vdslLineConfDownTargetSlowBurst: 1.3.6.1.2.1.10.97.1.1.11.1.41 vdslLineConfUpTargetSlowBurst: 1.3.6.1.2.1.10.97.1.1.11.1.42 vdslLineConfDownMaxFastFec: 1.3.6.1.2.1.10.97.1.1.11.1.43 vdslLineConfUpMaxFastFec: 1.3.6.1.2.1.10.97.1.1.11.1.44 vdslLineConfLineType: 1.3.6.1.2.1.10.97.1.1.11.1.45 vdslLineConfProfRowStatus: 1.3.6.1.2.1.10.97.1.1.11.1.46 vdslLineAlarmConfProfileTable: 1.3.6.1.2.1.10.97.1.1.20 vdslLineAlarmConfProfileEntry: 1.3.6.1.2.1.10.97.1.1.20.1 vdslLineAlarmConfProfileName: 1.3.6.1.2.1.10.97.1.1.20.1.1 vdslLineAlarmConfThresh15MinLofs: 1.3.6.1.2.1.10.97.1.1.20.1.2 vdslLineAlarmConfThresh15MinLoss: 1.3.6.1.2.1.10.97.1.1.20.1.3 vdslLineAlarmConfThresh15MinLprs: 1.3.6.1.2.1.10.97.1.1.20.1.4 vdslLineAlarmConfThresh15MinLols: 1.3.6.1.2.1.10.97.1.1.20.1.5 vdslLineAlarmConfThresh15MinESs: 1.3.6.1.2.1.10.97.1.1.20.1.6 vdslLineAlarmConfThresh15MinSESs: 1.3.6.1.2.1.10.97.1.1.20.1.7 vdslLineAlarmConfThresh15MinUASs: 1.3.6.1.2.1.10.97.1.1.20.1.8 vdslLineAlarmConfInitFailure: 1.3.6.1.2.1.10.97.1.1.20.1.9 vdslLineAlarmConfProfRowStatus: 1.3.6.1.2.1.10.97.1.1.20.1.10 vdslConformance: 1.3.6.1.2.1.10.97.1.3 vdslGroups: 1.3.6.1.2.1.10.97.1.3.1 vdslCompliances: 1.3.6.1.2.1.10.97.1.3.2 vdslPerfLofsThreshNotification: 1.3.6.1.2.1.10.97.1.0.1 vdslPerfLossThreshNotification: 1.3.6.1.2.1.10.97.1.0.2 vdslPerfLprsThreshNotification: 1.3.6.1.2.1.10.97.1.0.3 vdslPerfLolsThreshNotification: 1.3.6.1.2.1.10.97.1.0.4 vdslPerfESsThreshNotification: 1.3.6.1.2.1.10.97.1.0.5 vdslPerfSESsThreshNotification: 1.3.6.1.2.1.10.97.1.0.6 vdslPerfUASsThreshNotification: 1.3.6.1.2.1.10.97.1.0.7 vdslDownMaxSnrMgnNotification: 1.3.6.1.2.1.10.97.1.0.8 vdslDownMinSnrMgnNotification: 1.3.6.1.2.1.10.97.1.0.9 vdslUpMaxSnrMgnNotification: 1.3.6.1.2.1.10.97.1.0.10 vdslUpMinSnrMgnNotification: 1.3.6.1.2.1.10.97.1.0.11 vdslInitFailureNotification: 1.3.6.1.2.1.10.97.1.0.12 snmp-1.2.0/data/ruby/snmp/mibs/MPLS-TC-STD-MIB.yaml0000644000004100000410000000011012365504747021325 0ustar www-datawww-data--- mplsStdMIB: 1.3.6.1.2.1.10.166 mplsTCStdMIB: 1.3.6.1.2.1.10.166.1 snmp-1.2.0/data/ruby/snmp/mibs/FRAME-RELAY-DTE-MIB.yaml0000644000004100000410000000432112365504747021744 0ustar www-datawww-data--- frameRelayDTE: 1.3.6.1.2.1.10.32 frameRelayTraps: 1.3.6.1.2.1.10.32.0 frDlcmiTable: 1.3.6.1.2.1.10.32.1 frDlcmiEntry: 1.3.6.1.2.1.10.32.1.1 frDlcmiIfIndex: 1.3.6.1.2.1.10.32.1.1.1 frDlcmiState: 1.3.6.1.2.1.10.32.1.1.2 frDlcmiAddress: 1.3.6.1.2.1.10.32.1.1.3 frDlcmiAddressLen: 1.3.6.1.2.1.10.32.1.1.4 frDlcmiPollingInterval: 1.3.6.1.2.1.10.32.1.1.5 frDlcmiFullEnquiryInterval: 1.3.6.1.2.1.10.32.1.1.6 frDlcmiErrorThreshold: 1.3.6.1.2.1.10.32.1.1.7 frDlcmiMonitoredEvents: 1.3.6.1.2.1.10.32.1.1.8 frDlcmiMaxSupportedVCs: 1.3.6.1.2.1.10.32.1.1.9 frDlcmiMulticast: 1.3.6.1.2.1.10.32.1.1.10 frDlcmiStatus: 1.3.6.1.2.1.10.32.1.1.11 frDlcmiRowStatus: 1.3.6.1.2.1.10.32.1.1.12 frCircuitTable: 1.3.6.1.2.1.10.32.2 frCircuitEntry: 1.3.6.1.2.1.10.32.2.1 frCircuitIfIndex: 1.3.6.1.2.1.10.32.2.1.1 frCircuitDlci: 1.3.6.1.2.1.10.32.2.1.2 frCircuitState: 1.3.6.1.2.1.10.32.2.1.3 frCircuitReceivedFECNs: 1.3.6.1.2.1.10.32.2.1.4 frCircuitReceivedBECNs: 1.3.6.1.2.1.10.32.2.1.5 frCircuitSentFrames: 1.3.6.1.2.1.10.32.2.1.6 frCircuitSentOctets: 1.3.6.1.2.1.10.32.2.1.7 frCircuitReceivedFrames: 1.3.6.1.2.1.10.32.2.1.8 frCircuitReceivedOctets: 1.3.6.1.2.1.10.32.2.1.9 frCircuitCreationTime: 1.3.6.1.2.1.10.32.2.1.10 frCircuitLastTimeChange: 1.3.6.1.2.1.10.32.2.1.11 frCircuitCommittedBurst: 1.3.6.1.2.1.10.32.2.1.12 frCircuitExcessBurst: 1.3.6.1.2.1.10.32.2.1.13 frCircuitThroughput: 1.3.6.1.2.1.10.32.2.1.14 frCircuitMulticast: 1.3.6.1.2.1.10.32.2.1.15 frCircuitType: 1.3.6.1.2.1.10.32.2.1.16 frCircuitDiscards: 1.3.6.1.2.1.10.32.2.1.17 frCircuitReceivedDEs: 1.3.6.1.2.1.10.32.2.1.18 frCircuitSentDEs: 1.3.6.1.2.1.10.32.2.1.19 frCircuitLogicalIfIndex: 1.3.6.1.2.1.10.32.2.1.20 frCircuitRowStatus: 1.3.6.1.2.1.10.32.2.1.21 frErrTable: 1.3.6.1.2.1.10.32.3 frErrEntry: 1.3.6.1.2.1.10.32.3.1 frErrIfIndex: 1.3.6.1.2.1.10.32.3.1.1 frErrType: 1.3.6.1.2.1.10.32.3.1.2 frErrData: 1.3.6.1.2.1.10.32.3.1.3 frErrTime: 1.3.6.1.2.1.10.32.3.1.4 frErrFaults: 1.3.6.1.2.1.10.32.3.1.5 frErrFaultTime: 1.3.6.1.2.1.10.32.3.1.6 frameRelayTrapControl: 1.3.6.1.2.1.10.32.4 frTrapState: 1.3.6.1.2.1.10.32.4.1 frTrapMaxRate: 1.3.6.1.2.1.10.32.4.2 frConformance: 1.3.6.1.2.1.10.32.6 frGroups: 1.3.6.1.2.1.10.32.6.1 frCompliances: 1.3.6.1.2.1.10.32.6.2 frDLCIStatusChange: 1.3.6.1.2.1.10.32.0.1 snmp-1.2.0/data/ruby/snmp/mibs/MPLS-LSR-STD-MIB.yaml0000644000004100000410000001202112365504747021463 0ustar www-datawww-data--- mplsLsrStdMIB: 1.3.6.1.2.1.10.166.2 mplsLsrNotifications: 1.3.6.1.2.1.10.166.2.0 mplsLsrObjects: 1.3.6.1.2.1.10.166.2.1 mplsInterfaceTable: 1.3.6.1.2.1.10.166.2.1.1 mplsInterfaceEntry: 1.3.6.1.2.1.10.166.2.1.1.1 mplsInterfaceIndex: 1.3.6.1.2.1.10.166.2.1.1.1.1 mplsInterfaceLabelMinIn: 1.3.6.1.2.1.10.166.2.1.1.1.2 mplsInterfaceLabelMaxIn: 1.3.6.1.2.1.10.166.2.1.1.1.3 mplsInterfaceLabelMinOut: 1.3.6.1.2.1.10.166.2.1.1.1.4 mplsInterfaceLabelMaxOut: 1.3.6.1.2.1.10.166.2.1.1.1.5 mplsInterfaceTotalBandwidth: 1.3.6.1.2.1.10.166.2.1.1.1.6 mplsInterfaceAvailableBandwidth: 1.3.6.1.2.1.10.166.2.1.1.1.7 mplsInterfaceLabelParticipationType: 1.3.6.1.2.1.10.166.2.1.1.1.8 mplsInterfacePerfTable: 1.3.6.1.2.1.10.166.2.1.2 mplsInterfacePerfEntry: 1.3.6.1.2.1.10.166.2.1.2.1 mplsInterfacePerfInLabelsInUse: 1.3.6.1.2.1.10.166.2.1.2.1.1 mplsInterfacePerfInLabelLookupFailures: 1.3.6.1.2.1.10.166.2.1.2.1.2 mplsInterfacePerfOutLabelsInUse: 1.3.6.1.2.1.10.166.2.1.2.1.3 mplsInterfacePerfOutFragmentedPkts: 1.3.6.1.2.1.10.166.2.1.2.1.4 mplsInSegmentIndexNext: 1.3.6.1.2.1.10.166.2.1.3 mplsInSegmentTable: 1.3.6.1.2.1.10.166.2.1.4 mplsInSegmentEntry: 1.3.6.1.2.1.10.166.2.1.4.1 mplsInSegmentIndex: 1.3.6.1.2.1.10.166.2.1.4.1.1 mplsInSegmentInterface: 1.3.6.1.2.1.10.166.2.1.4.1.2 mplsInSegmentLabel: 1.3.6.1.2.1.10.166.2.1.4.1.3 mplsInSegmentLabelPtr: 1.3.6.1.2.1.10.166.2.1.4.1.4 mplsInSegmentNPop: 1.3.6.1.2.1.10.166.2.1.4.1.5 mplsInSegmentAddrFamily: 1.3.6.1.2.1.10.166.2.1.4.1.6 mplsInSegmentXCIndex: 1.3.6.1.2.1.10.166.2.1.4.1.7 mplsInSegmentOwner: 1.3.6.1.2.1.10.166.2.1.4.1.8 mplsInSegmentTrafficParamPtr: 1.3.6.1.2.1.10.166.2.1.4.1.9 mplsInSegmentRowStatus: 1.3.6.1.2.1.10.166.2.1.4.1.10 mplsInSegmentStorageType: 1.3.6.1.2.1.10.166.2.1.4.1.11 mplsInSegmentPerfTable: 1.3.6.1.2.1.10.166.2.1.5 mplsInSegmentPerfEntry: 1.3.6.1.2.1.10.166.2.1.5.1 mplsInSegmentPerfOctets: 1.3.6.1.2.1.10.166.2.1.5.1.1 mplsInSegmentPerfPackets: 1.3.6.1.2.1.10.166.2.1.5.1.2 mplsInSegmentPerfErrors: 1.3.6.1.2.1.10.166.2.1.5.1.3 mplsInSegmentPerfDiscards: 1.3.6.1.2.1.10.166.2.1.5.1.4 mplsInSegmentPerfHCOctets: 1.3.6.1.2.1.10.166.2.1.5.1.5 mplsInSegmentPerfDiscontinuityTime: 1.3.6.1.2.1.10.166.2.1.5.1.6 mplsOutSegmentIndexNext: 1.3.6.1.2.1.10.166.2.1.6 mplsOutSegmentTable: 1.3.6.1.2.1.10.166.2.1.7 mplsOutSegmentEntry: 1.3.6.1.2.1.10.166.2.1.7.1 mplsOutSegmentIndex: 1.3.6.1.2.1.10.166.2.1.7.1.1 mplsOutSegmentInterface: 1.3.6.1.2.1.10.166.2.1.7.1.2 mplsOutSegmentPushTopLabel: 1.3.6.1.2.1.10.166.2.1.7.1.3 mplsOutSegmentTopLabel: 1.3.6.1.2.1.10.166.2.1.7.1.4 mplsOutSegmentTopLabelPtr: 1.3.6.1.2.1.10.166.2.1.7.1.5 mplsOutSegmentNextHopAddrType: 1.3.6.1.2.1.10.166.2.1.7.1.6 mplsOutSegmentNextHopAddr: 1.3.6.1.2.1.10.166.2.1.7.1.7 mplsOutSegmentXCIndex: 1.3.6.1.2.1.10.166.2.1.7.1.8 mplsOutSegmentOwner: 1.3.6.1.2.1.10.166.2.1.7.1.9 mplsOutSegmentTrafficParamPtr: 1.3.6.1.2.1.10.166.2.1.7.1.10 mplsOutSegmentRowStatus: 1.3.6.1.2.1.10.166.2.1.7.1.11 mplsOutSegmentStorageType: 1.3.6.1.2.1.10.166.2.1.7.1.12 mplsOutSegmentPerfTable: 1.3.6.1.2.1.10.166.2.1.8 mplsOutSegmentPerfEntry: 1.3.6.1.2.1.10.166.2.1.8.1 mplsOutSegmentPerfOctets: 1.3.6.1.2.1.10.166.2.1.8.1.1 mplsOutSegmentPerfPackets: 1.3.6.1.2.1.10.166.2.1.8.1.2 mplsOutSegmentPerfErrors: 1.3.6.1.2.1.10.166.2.1.8.1.3 mplsOutSegmentPerfDiscards: 1.3.6.1.2.1.10.166.2.1.8.1.4 mplsOutSegmentPerfHCOctets: 1.3.6.1.2.1.10.166.2.1.8.1.5 mplsOutSegmentPerfDiscontinuityTime: 1.3.6.1.2.1.10.166.2.1.8.1.6 mplsXCIndexNext: 1.3.6.1.2.1.10.166.2.1.9 mplsXCTable: 1.3.6.1.2.1.10.166.2.1.10 mplsXCEntry: 1.3.6.1.2.1.10.166.2.1.10.1 mplsXCIndex: 1.3.6.1.2.1.10.166.2.1.10.1.1 mplsXCInSegmentIndex: 1.3.6.1.2.1.10.166.2.1.10.1.2 mplsXCOutSegmentIndex: 1.3.6.1.2.1.10.166.2.1.10.1.3 mplsXCLspId: 1.3.6.1.2.1.10.166.2.1.10.1.4 mplsXCLabelStackIndex: 1.3.6.1.2.1.10.166.2.1.10.1.5 mplsXCOwner: 1.3.6.1.2.1.10.166.2.1.10.1.6 mplsXCRowStatus: 1.3.6.1.2.1.10.166.2.1.10.1.7 mplsXCStorageType: 1.3.6.1.2.1.10.166.2.1.10.1.8 mplsXCAdminStatus: 1.3.6.1.2.1.10.166.2.1.10.1.9 mplsXCOperStatus: 1.3.6.1.2.1.10.166.2.1.10.1.10 mplsMaxLabelStackDepth: 1.3.6.1.2.1.10.166.2.1.11 mplsLabelStackIndexNext: 1.3.6.1.2.1.10.166.2.1.12 mplsLabelStackTable: 1.3.6.1.2.1.10.166.2.1.13 mplsLabelStackEntry: 1.3.6.1.2.1.10.166.2.1.13.1 mplsLabelStackIndex: 1.3.6.1.2.1.10.166.2.1.13.1.1 mplsLabelStackLabelIndex: 1.3.6.1.2.1.10.166.2.1.13.1.2 mplsLabelStackLabel: 1.3.6.1.2.1.10.166.2.1.13.1.3 mplsLabelStackLabelPtr: 1.3.6.1.2.1.10.166.2.1.13.1.4 mplsLabelStackRowStatus: 1.3.6.1.2.1.10.166.2.1.13.1.5 mplsLabelStackStorageType: 1.3.6.1.2.1.10.166.2.1.13.1.6 mplsInSegmentMapTable: 1.3.6.1.2.1.10.166.2.1.14 mplsInSegmentMapEntry: 1.3.6.1.2.1.10.166.2.1.14.1 mplsInSegmentMapInterface: 1.3.6.1.2.1.10.166.2.1.14.1.1 mplsInSegmentMapLabel: 1.3.6.1.2.1.10.166.2.1.14.1.2 mplsInSegmentMapLabelPtrIndex: 1.3.6.1.2.1.10.166.2.1.14.1.3 mplsInSegmentMapIndex: 1.3.6.1.2.1.10.166.2.1.14.1.4 mplsXCNotificationsEnable: 1.3.6.1.2.1.10.166.2.1.15 mplsLsrConformance: 1.3.6.1.2.1.10.166.2.2 mplsLsrGroups: 1.3.6.1.2.1.10.166.2.2.1 mplsLsrCompliances: 1.3.6.1.2.1.10.166.2.2.2 mplsXCUp: 1.3.6.1.2.1.10.166.2.0.1 mplsXCDown: 1.3.6.1.2.1.10.166.2.0.2 snmp-1.2.0/data/ruby/snmp/mibs/TRIP-MIB.yaml0000644000004100000410000001221212365504747020402 0ustar www-datawww-data--- tripMIB: 1.3.6.1.2.1.116 tripMIBNotifications: 1.3.6.1.2.1.116.0 tripMIBObjects: 1.3.6.1.2.1.116.1 tripCfgTable: 1.3.6.1.2.1.116.1.1 tripCfgEntry: 1.3.6.1.2.1.116.1.1.1 tripCfgProtocolVersion: 1.3.6.1.2.1.116.1.1.1.1 tripCfgItad: 1.3.6.1.2.1.116.1.1.1.2 tripCfgIdentifier: 1.3.6.1.2.1.116.1.1.1.3 tripCfgAdminStatus: 1.3.6.1.2.1.116.1.1.1.4 tripCfgOperStatus: 1.3.6.1.2.1.116.1.1.1.5 tripCfgAddrIAddrType: 1.3.6.1.2.1.116.1.1.1.6 tripCfgAddr: 1.3.6.1.2.1.116.1.1.1.7 tripCfgPort: 1.3.6.1.2.1.116.1.1.1.8 tripCfgMinItadOriginationInterval: 1.3.6.1.2.1.116.1.1.1.9 tripCfgMinRouteAdvertisementInterval: 1.3.6.1.2.1.116.1.1.1.10 tripCfgMaxPurgeTime: 1.3.6.1.2.1.116.1.1.1.11 tripCfgDisableTime: 1.3.6.1.2.1.116.1.1.1.12 tripCfgSendReceiveMode: 1.3.6.1.2.1.116.1.1.1.13 tripCfgStorage: 1.3.6.1.2.1.116.1.1.1.14 tripRouteTypeTable: 1.3.6.1.2.1.116.1.2 tripRouteTypeEntry: 1.3.6.1.2.1.116.1.2.1 tripRouteTypeAddrInetType: 1.3.6.1.2.1.116.1.2.1.1 tripRouteTypeAddr: 1.3.6.1.2.1.116.1.2.1.2 tripRouteTypePort: 1.3.6.1.2.1.116.1.2.1.3 tripRouteTypeProtocolId: 1.3.6.1.2.1.116.1.2.1.4 tripRouteTypeAddrFamilyId: 1.3.6.1.2.1.116.1.2.1.5 tripRouteTypePeer: 1.3.6.1.2.1.116.1.2.1.6 tripSupportedCommunityTable: 1.3.6.1.2.1.116.1.3 tripSupportedCommunityEntry: 1.3.6.1.2.1.116.1.3.1 tripSupportedCommunityId: 1.3.6.1.2.1.116.1.3.1.1 tripSupportedCommunityItad: 1.3.6.1.2.1.116.1.3.1.2 tripSupportedCommunityStorage: 1.3.6.1.2.1.116.1.3.1.3 tripSupportedCommunityRowStatus: 1.3.6.1.2.1.116.1.3.1.4 tripPeerTable: 1.3.6.1.2.1.116.1.4 tripPeerEntry: 1.3.6.1.2.1.116.1.4.1 tripPeerRemoteAddrInetType: 1.3.6.1.2.1.116.1.4.1.1 tripPeerRemoteAddr: 1.3.6.1.2.1.116.1.4.1.2 tripPeerRemotePort: 1.3.6.1.2.1.116.1.4.1.3 tripPeerIdentifier: 1.3.6.1.2.1.116.1.4.1.4 tripPeerState: 1.3.6.1.2.1.116.1.4.1.5 tripPeerAdminStatus: 1.3.6.1.2.1.116.1.4.1.6 tripPeerNegotiatedVersion: 1.3.6.1.2.1.116.1.4.1.7 tripPeerSendReceiveMode: 1.3.6.1.2.1.116.1.4.1.8 tripPeerRemoteItad: 1.3.6.1.2.1.116.1.4.1.9 tripPeerConnectRetryInterval: 1.3.6.1.2.1.116.1.4.1.10 tripPeerMaxRetryInterval: 1.3.6.1.2.1.116.1.4.1.11 tripPeerHoldTime: 1.3.6.1.2.1.116.1.4.1.12 tripPeerKeepAlive: 1.3.6.1.2.1.116.1.4.1.13 tripPeerHoldTimeConfigured: 1.3.6.1.2.1.116.1.4.1.14 tripPeerKeepAliveConfigured: 1.3.6.1.2.1.116.1.4.1.15 tripPeerMaxPurgeTime: 1.3.6.1.2.1.116.1.4.1.16 tripPeerDisableTime: 1.3.6.1.2.1.116.1.4.1.17 tripPeerLearned: 1.3.6.1.2.1.116.1.4.1.18 tripPeerStorage: 1.3.6.1.2.1.116.1.4.1.19 tripPeerRowStatus: 1.3.6.1.2.1.116.1.4.1.20 tripPeerStatisticsTable: 1.3.6.1.2.1.116.1.5 tripPeerStatisticsEntry: 1.3.6.1.2.1.116.1.5.1 tripPeerInUpdates: 1.3.6.1.2.1.116.1.5.1.1 tripPeerOutUpdates: 1.3.6.1.2.1.116.1.5.1.2 tripPeerInTotalMessages: 1.3.6.1.2.1.116.1.5.1.3 tripPeerOutTotalMessages: 1.3.6.1.2.1.116.1.5.1.4 tripPeerFsmEstablishedTransitions: 1.3.6.1.2.1.116.1.5.1.5 tripPeerFsmEstablishedTime: 1.3.6.1.2.1.116.1.5.1.6 tripPeerInUpdateElapsedTime: 1.3.6.1.2.1.116.1.5.1.7 tripPeerStateChangeTime: 1.3.6.1.2.1.116.1.5.1.8 tripRouteTable: 1.3.6.1.2.1.116.1.6 tripRouteEntry: 1.3.6.1.2.1.116.1.6.1 tripRouteAppProtocol: 1.3.6.1.2.1.116.1.6.1.1 tripRouteAddressFamily: 1.3.6.1.2.1.116.1.6.1.2 tripRouteAddress: 1.3.6.1.2.1.116.1.6.1.3 tripRoutePeer: 1.3.6.1.2.1.116.1.6.1.4 tripRouteTRIBMask: 1.3.6.1.2.1.116.1.6.1.5 tripRouteAddressSequenceNumber: 1.3.6.1.2.1.116.1.6.1.6 tripRouteAddressOriginatorId: 1.3.6.1.2.1.116.1.6.1.7 tripRouteNextHopServerIAddrType: 1.3.6.1.2.1.116.1.6.1.8 tripRouteNextHopServer: 1.3.6.1.2.1.116.1.6.1.9 tripRouteNextHopServerPort: 1.3.6.1.2.1.116.1.6.1.10 tripRouteNextHopServerItad: 1.3.6.1.2.1.116.1.6.1.11 tripRouteMultiExitDisc: 1.3.6.1.2.1.116.1.6.1.12 tripRouteLocalPref: 1.3.6.1.2.1.116.1.6.1.13 tripRouteAdvertisementPath: 1.3.6.1.2.1.116.1.6.1.14 tripRouteRoutedPath: 1.3.6.1.2.1.116.1.6.1.15 tripRouteAtomicAggregate: 1.3.6.1.2.1.116.1.6.1.16 tripRouteUnknown: 1.3.6.1.2.1.116.1.6.1.17 tripRouteWithdrawn: 1.3.6.1.2.1.116.1.6.1.18 tripRouteConverted: 1.3.6.1.2.1.116.1.6.1.19 tripRouteReceivedTime: 1.3.6.1.2.1.116.1.6.1.20 tripRouteCommunityTable: 1.3.6.1.2.1.116.1.7 tripRouteCommunityEntry: 1.3.6.1.2.1.116.1.7.1 tripRouteCommunityId: 1.3.6.1.2.1.116.1.7.1.1 tripRouteCommunityItad: 1.3.6.1.2.1.116.1.7.1.2 tripItadTopologyTable: 1.3.6.1.2.1.116.1.8 tripItadTopologyEntry: 1.3.6.1.2.1.116.1.8.1 tripItadTopologyOrigId: 1.3.6.1.2.1.116.1.8.1.1 tripItadTopologySeqNum: 1.3.6.1.2.1.116.1.8.1.2 tripItadTopologyIdTable: 1.3.6.1.2.1.116.1.9 tripItadTopologyIdEntry: 1.3.6.1.2.1.116.1.9.1 tripItadTopologyId: 1.3.6.1.2.1.116.1.9.1.1 tripMIBConformance: 1.3.6.1.2.1.116.2 tripMIBCompliances: 1.3.6.1.2.1.116.2.1 tripMIBGroups: 1.3.6.1.2.1.116.2.2 tripMIBNotifObjects: 1.3.6.1.2.1.116.3 tripNotifApplIndex: 1.3.6.1.2.1.116.3.1 tripNotifPeerAddrInetType: 1.3.6.1.2.1.116.3.2 tripNotifPeerAddr: 1.3.6.1.2.1.116.3.3 tripNotifPeerErrCode: 1.3.6.1.2.1.116.3.4 tripNotifPeerErrSubcode: 1.3.6.1.2.1.116.3.5 tripConnectionEstablished: 1.3.6.1.2.1.116.0.1 tripConnectionDropped: 1.3.6.1.2.1.116.0.2 tripFSM: 1.3.6.1.2.1.116.0.3 tripOpenMessageError: 1.3.6.1.2.1.116.0.4 tripUpdateMessageError: 1.3.6.1.2.1.116.0.5 tripHoldTimerExpired: 1.3.6.1.2.1.116.0.6 tripConnectionCollision: 1.3.6.1.2.1.116.0.7 tripCease: 1.3.6.1.2.1.116.0.8 tripNotificationErr: 1.3.6.1.2.1.116.0.9 snmp-1.2.0/data/ruby/snmp/mibs/T11-FC-FABRIC-ADDR-MGR-MIB.yaml0000644000004100000410000000535712365504747022552 0ustar www-datawww-data--- t11FcFabricAddrMgrMIB: 1.3.6.1.2.1.137 t11FamNotifications: 1.3.6.1.2.1.137.0 t11FamMIBObjects: 1.3.6.1.2.1.137.1 t11FamConfiguration: 1.3.6.1.2.1.137.1.1 t11FamTable: 1.3.6.1.2.1.137.1.1.1 t11FamEntry: 1.3.6.1.2.1.137.1.1.1.1 t11FamFabricIndex: 1.3.6.1.2.1.137.1.1.1.1.1 t11FamConfigDomainId: 1.3.6.1.2.1.137.1.1.1.1.2 t11FamConfigDomainIdType: 1.3.6.1.2.1.137.1.1.1.1.3 t11FamAutoReconfigure: 1.3.6.1.2.1.137.1.1.1.1.4 t11FamContiguousAllocation: 1.3.6.1.2.1.137.1.1.1.1.5 t11FamPriority: 1.3.6.1.2.1.137.1.1.1.1.6 t11FamPrincipalSwitchWwn: 1.3.6.1.2.1.137.1.1.1.1.7 t11FamLocalSwitchWwn: 1.3.6.1.2.1.137.1.1.1.1.8 t11FamAssignedAreaIdList: 1.3.6.1.2.1.137.1.1.1.1.9 t11FamGrantedFcIds: 1.3.6.1.2.1.137.1.1.1.1.10 t11FamRecoveredFcIds: 1.3.6.1.2.1.137.1.1.1.1.11 t11FamFreeFcIds: 1.3.6.1.2.1.137.1.1.1.1.12 t11FamAssignedFcIds: 1.3.6.1.2.1.137.1.1.1.1.13 t11FamAvailableFcIds: 1.3.6.1.2.1.137.1.1.1.1.14 t11FamRunningPriority: 1.3.6.1.2.1.137.1.1.1.1.15 t11FamPrincSwRunningPriority: 1.3.6.1.2.1.137.1.1.1.1.16 t11FamState: 1.3.6.1.2.1.137.1.1.1.1.17 t11FamLocalPrincipalSwitchSlctns: 1.3.6.1.2.1.137.1.1.1.1.18 t11FamPrincipalSwitchSelections: 1.3.6.1.2.1.137.1.1.1.1.19 t11FamBuildFabrics: 1.3.6.1.2.1.137.1.1.1.1.20 t11FamFabricReconfigures: 1.3.6.1.2.1.137.1.1.1.1.21 t11FamDomainId: 1.3.6.1.2.1.137.1.1.1.1.22 t11FamSticky: 1.3.6.1.2.1.137.1.1.1.1.23 t11FamRestart: 1.3.6.1.2.1.137.1.1.1.1.24 t11FamRcFabricNotifyEnable: 1.3.6.1.2.1.137.1.1.1.1.25 t11FamEnable: 1.3.6.1.2.1.137.1.1.1.1.26 t11FamFabricName: 1.3.6.1.2.1.137.1.1.1.1.27 t11FamIfTable: 1.3.6.1.2.1.137.1.1.2 t11FamIfEntry: 1.3.6.1.2.1.137.1.1.2.1 t11FamIfRcfReject: 1.3.6.1.2.1.137.1.1.2.1.1 t11FamIfRole: 1.3.6.1.2.1.137.1.1.2.1.2 t11FamIfRowStatus: 1.3.6.1.2.1.137.1.1.2.1.3 t11FamInfo: 1.3.6.1.2.1.137.1.2 t11FamAreaTable: 1.3.6.1.2.1.137.1.2.1 t11FamAreaEntry: 1.3.6.1.2.1.137.1.2.1.1 t11FamAreaAreaId: 1.3.6.1.2.1.137.1.2.1.1.1 t11FamAreaAssignedPortIdList: 1.3.6.1.2.1.137.1.2.1.1.2 t11FamDatabaseTable: 1.3.6.1.2.1.137.1.2.2 t11FamDatabaseEntry: 1.3.6.1.2.1.137.1.2.2.1 t11FamDatabaseDomainId: 1.3.6.1.2.1.137.1.2.2.1.1 t11FamDatabaseSwitchWwn: 1.3.6.1.2.1.137.1.2.2.1.2 t11FamMaxFcIdCacheSize: 1.3.6.1.2.1.137.1.2.3 t11FamFcIdCacheTable: 1.3.6.1.2.1.137.1.2.4 t11FamFcIdCacheEntry: 1.3.6.1.2.1.137.1.2.4.1 t11FamFcIdCacheWwn: 1.3.6.1.2.1.137.1.2.4.1.1 t11FamFcIdCacheAreaIdPortId: 1.3.6.1.2.1.137.1.2.4.1.2 t11FamFcIdCachePortIds: 1.3.6.1.2.1.137.1.2.4.1.3 t11FamNotifyControl: 1.3.6.1.2.1.137.1.3 t11FamNotifyFabricIndex: 1.3.6.1.2.1.137.1.3.1 t11FamMIBConformance: 1.3.6.1.2.1.137.2 t11FamMIBCompliances: 1.3.6.1.2.1.137.2.1 t11FamMIBGroups: 1.3.6.1.2.1.137.2.2 t11FamDomainIdNotAssignedNotify: 1.3.6.1.2.1.137.0.1 t11FamNewPrincipalSwitchNotify: 1.3.6.1.2.1.137.0.2 t11FamFabricChangeNotify: 1.3.6.1.2.1.137.0.3 snmp-1.2.0/data/ruby/snmp/mibs/DOCS-IETF-QOS-MIB.yaml0000644000004100000410000002153412365504747021550 0ustar www-datawww-data--- docsIetfQosMIB: 1.3.6.1.2.1.127 docsIetfQosNotifications: 1.3.6.1.2.1.127.0 docsIetfQosMIBObjects: 1.3.6.1.2.1.127.1 docsIetfQosPktClassTable: 1.3.6.1.2.1.127.1.1 docsIetfQosPktClassEntry: 1.3.6.1.2.1.127.1.1.1 docsIetfQosPktClassId: 1.3.6.1.2.1.127.1.1.1.1 docsIetfQosPktClassDirection: 1.3.6.1.2.1.127.1.1.1.2 docsIetfQosPktClassPriority: 1.3.6.1.2.1.127.1.1.1.3 docsIetfQosPktClassIpTosLow: 1.3.6.1.2.1.127.1.1.1.4 docsIetfQosPktClassIpTosHigh: 1.3.6.1.2.1.127.1.1.1.5 docsIetfQosPktClassIpTosMask: 1.3.6.1.2.1.127.1.1.1.6 docsIetfQosPktClassIpProtocol: 1.3.6.1.2.1.127.1.1.1.7 docsIetfQosPktClassInetAddressType: 1.3.6.1.2.1.127.1.1.1.8 docsIetfQosPktClassInetSourceAddr: 1.3.6.1.2.1.127.1.1.1.9 docsIetfQosPktClassInetSourceMask: 1.3.6.1.2.1.127.1.1.1.10 docsIetfQosPktClassInetDestAddr: 1.3.6.1.2.1.127.1.1.1.11 docsIetfQosPktClassInetDestMask: 1.3.6.1.2.1.127.1.1.1.12 docsIetfQosPktClassSourcePortStart: 1.3.6.1.2.1.127.1.1.1.13 docsIetfQosPktClassSourcePortEnd: 1.3.6.1.2.1.127.1.1.1.14 docsIetfQosPktClassDestPortStart: 1.3.6.1.2.1.127.1.1.1.15 docsIetfQosPktClassDestPortEnd: 1.3.6.1.2.1.127.1.1.1.16 docsIetfQosPktClassDestMacAddr: 1.3.6.1.2.1.127.1.1.1.17 docsIetfQosPktClassDestMacMask: 1.3.6.1.2.1.127.1.1.1.18 docsIetfQosPktClassSourceMacAddr: 1.3.6.1.2.1.127.1.1.1.19 docsIetfQosPktClassEnetProtocolType: 1.3.6.1.2.1.127.1.1.1.20 docsIetfQosPktClassEnetProtocol: 1.3.6.1.2.1.127.1.1.1.21 docsIetfQosPktClassUserPriLow: 1.3.6.1.2.1.127.1.1.1.22 docsIetfQosPktClassUserPriHigh: 1.3.6.1.2.1.127.1.1.1.23 docsIetfQosPktClassVlanId: 1.3.6.1.2.1.127.1.1.1.24 docsIetfQosPktClassStateActive: 1.3.6.1.2.1.127.1.1.1.25 docsIetfQosPktClassPkts: 1.3.6.1.2.1.127.1.1.1.26 docsIetfQosPktClassBitMap: 1.3.6.1.2.1.127.1.1.1.27 docsIetfQosParamSetTable: 1.3.6.1.2.1.127.1.2 docsIetfQosParamSetEntry: 1.3.6.1.2.1.127.1.2.1 docsIetfQosParamSetServiceClassName: 1.3.6.1.2.1.127.1.2.1.1 docsIetfQosParamSetPriority: 1.3.6.1.2.1.127.1.2.1.2 docsIetfQosParamSetMaxTrafficRate: 1.3.6.1.2.1.127.1.2.1.3 docsIetfQosParamSetMaxTrafficBurst: 1.3.6.1.2.1.127.1.2.1.4 docsIetfQosParamSetMinReservedRate: 1.3.6.1.2.1.127.1.2.1.5 docsIetfQosParamSetMinReservedPkt: 1.3.6.1.2.1.127.1.2.1.6 docsIetfQosParamSetActiveTimeout: 1.3.6.1.2.1.127.1.2.1.7 docsIetfQosParamSetAdmittedTimeout: 1.3.6.1.2.1.127.1.2.1.8 docsIetfQosParamSetMaxConcatBurst: 1.3.6.1.2.1.127.1.2.1.9 docsIetfQosParamSetSchedulingType: 1.3.6.1.2.1.127.1.2.1.10 docsIetfQosParamSetNomPollInterval: 1.3.6.1.2.1.127.1.2.1.11 docsIetfQosParamSetTolPollJitter: 1.3.6.1.2.1.127.1.2.1.12 docsIetfQosParamSetUnsolicitGrantSize: 1.3.6.1.2.1.127.1.2.1.13 docsIetfQosParamSetNomGrantInterval: 1.3.6.1.2.1.127.1.2.1.14 docsIetfQosParamSetTolGrantJitter: 1.3.6.1.2.1.127.1.2.1.15 docsIetfQosParamSetGrantsPerInterval: 1.3.6.1.2.1.127.1.2.1.16 docsIetfQosParamSetTosAndMask: 1.3.6.1.2.1.127.1.2.1.17 docsIetfQosParamSetTosOrMask: 1.3.6.1.2.1.127.1.2.1.18 docsIetfQosParamSetMaxLatency: 1.3.6.1.2.1.127.1.2.1.19 docsIetfQosParamSetType: 1.3.6.1.2.1.127.1.2.1.20 docsIetfQosParamSetRequestPolicyOct: 1.3.6.1.2.1.127.1.2.1.21 docsIetfQosParamSetBitMap: 1.3.6.1.2.1.127.1.2.1.22 docsIetfQosServiceFlowTable: 1.3.6.1.2.1.127.1.3 docsIetfQosServiceFlowEntry: 1.3.6.1.2.1.127.1.3.1 docsIetfQosServiceFlowId: 1.3.6.1.2.1.127.1.3.1.1 docsIetfQosServiceFlowSID: 1.3.6.1.2.1.127.1.3.1.2 docsIetfQosServiceFlowDirection: 1.3.6.1.2.1.127.1.3.1.3 docsIetfQosServiceFlowPrimary: 1.3.6.1.2.1.127.1.3.1.4 docsIetfQosServiceFlowStatsTable: 1.3.6.1.2.1.127.1.4 docsIetfQosServiceFlowStatsEntry: 1.3.6.1.2.1.127.1.4.1 docsIetfQosServiceFlowPkts: 1.3.6.1.2.1.127.1.4.1.1 docsIetfQosServiceFlowOctets: 1.3.6.1.2.1.127.1.4.1.2 docsIetfQosServiceFlowTimeCreated: 1.3.6.1.2.1.127.1.4.1.3 docsIetfQosServiceFlowTimeActive: 1.3.6.1.2.1.127.1.4.1.4 docsIetfQosServiceFlowPHSUnknowns: 1.3.6.1.2.1.127.1.4.1.5 docsIetfQosServiceFlowPolicedDropPkts: 1.3.6.1.2.1.127.1.4.1.6 docsIetfQosServiceFlowPolicedDelayPkts: 1.3.6.1.2.1.127.1.4.1.7 docsIetfQosUpstreamStatsTable: 1.3.6.1.2.1.127.1.5 docsIetfQosUpstreamStatsEntry: 1.3.6.1.2.1.127.1.5.1 docsIetfQosSID: 1.3.6.1.2.1.127.1.5.1.1 docsIetfQosUpstreamFragments: 1.3.6.1.2.1.127.1.5.1.2 docsIetfQosUpstreamFragDiscards: 1.3.6.1.2.1.127.1.5.1.3 docsIetfQosUpstreamConcatBursts: 1.3.6.1.2.1.127.1.5.1.4 docsIetfQosDynamicServiceStatsTable: 1.3.6.1.2.1.127.1.6 docsIetfQosDynamicServiceStatsEntry: 1.3.6.1.2.1.127.1.6.1 docsIetfQosIfDirection: 1.3.6.1.2.1.127.1.6.1.1 docsIetfQosDSAReqs: 1.3.6.1.2.1.127.1.6.1.2 docsIetfQosDSARsps: 1.3.6.1.2.1.127.1.6.1.3 docsIetfQosDSAAcks: 1.3.6.1.2.1.127.1.6.1.4 docsIetfQosDSCReqs: 1.3.6.1.2.1.127.1.6.1.5 docsIetfQosDSCRsps: 1.3.6.1.2.1.127.1.6.1.6 docsIetfQosDSCAcks: 1.3.6.1.2.1.127.1.6.1.7 docsIetfQosDSDReqs: 1.3.6.1.2.1.127.1.6.1.8 docsIetfQosDSDRsps: 1.3.6.1.2.1.127.1.6.1.9 docsIetfQosDynamicAdds: 1.3.6.1.2.1.127.1.6.1.10 docsIetfQosDynamicAddFails: 1.3.6.1.2.1.127.1.6.1.11 docsIetfQosDynamicChanges: 1.3.6.1.2.1.127.1.6.1.12 docsIetfQosDynamicChangeFails: 1.3.6.1.2.1.127.1.6.1.13 docsIetfQosDynamicDeletes: 1.3.6.1.2.1.127.1.6.1.14 docsIetfQosDynamicDeleteFails: 1.3.6.1.2.1.127.1.6.1.15 docsIetfQosDCCReqs: 1.3.6.1.2.1.127.1.6.1.16 docsIetfQosDCCRsps: 1.3.6.1.2.1.127.1.6.1.17 docsIetfQosDCCAcks: 1.3.6.1.2.1.127.1.6.1.18 docsIetfQosDCCs: 1.3.6.1.2.1.127.1.6.1.19 docsIetfQosDCCFails: 1.3.6.1.2.1.127.1.6.1.20 docsIetfQosServiceFlowLogTable: 1.3.6.1.2.1.127.1.7 docsIetfQosServiceFlowLogEntry: 1.3.6.1.2.1.127.1.7.1 docsIetfQosServiceFlowLogIndex: 1.3.6.1.2.1.127.1.7.1.1 docsIetfQosServiceFlowLogIfIndex: 1.3.6.1.2.1.127.1.7.1.2 docsIetfQosServiceFlowLogSFID: 1.3.6.1.2.1.127.1.7.1.3 docsIetfQosServiceFlowLogCmMac: 1.3.6.1.2.1.127.1.7.1.4 docsIetfQosServiceFlowLogPkts: 1.3.6.1.2.1.127.1.7.1.5 docsIetfQosServiceFlowLogOctets: 1.3.6.1.2.1.127.1.7.1.6 docsIetfQosServiceFlowLogTimeDeleted: 1.3.6.1.2.1.127.1.7.1.7 docsIetfQosServiceFlowLogTimeCreated: 1.3.6.1.2.1.127.1.7.1.8 docsIetfQosServiceFlowLogTimeActive: 1.3.6.1.2.1.127.1.7.1.9 docsIetfQosServiceFlowLogDirection: 1.3.6.1.2.1.127.1.7.1.10 docsIetfQosServiceFlowLogPrimary: 1.3.6.1.2.1.127.1.7.1.11 docsIetfQosServiceFlowLogServiceClassName: 1.3.6.1.2.1.127.1.7.1.12 docsIetfQosServiceFlowLogPolicedDropPkts: 1.3.6.1.2.1.127.1.7.1.13 docsIetfQosServiceFlowLogPolicedDelayPkts: 1.3.6.1.2.1.127.1.7.1.14 docsIetfQosServiceFlowLogControl: 1.3.6.1.2.1.127.1.7.1.15 docsIetfQosServiceClassTable: 1.3.6.1.2.1.127.1.8 docsIetfQosServiceClassEntry: 1.3.6.1.2.1.127.1.8.1 docsIetfQosServiceClassName: 1.3.6.1.2.1.127.1.8.1.1 docsIetfQosServiceClassStatus: 1.3.6.1.2.1.127.1.8.1.2 docsIetfQosServiceClassPriority: 1.3.6.1.2.1.127.1.8.1.3 docsIetfQosServiceClassMaxTrafficRate: 1.3.6.1.2.1.127.1.8.1.4 docsIetfQosServiceClassMaxTrafficBurst: 1.3.6.1.2.1.127.1.8.1.5 docsIetfQosServiceClassMinReservedRate: 1.3.6.1.2.1.127.1.8.1.6 docsIetfQosServiceClassMinReservedPkt: 1.3.6.1.2.1.127.1.8.1.7 docsIetfQosServiceClassMaxConcatBurst: 1.3.6.1.2.1.127.1.8.1.8 docsIetfQosServiceClassNomPollInterval: 1.3.6.1.2.1.127.1.8.1.9 docsIetfQosServiceClassTolPollJitter: 1.3.6.1.2.1.127.1.8.1.10 docsIetfQosServiceClassUnsolicitGrantSize: 1.3.6.1.2.1.127.1.8.1.11 docsIetfQosServiceClassNomGrantInterval: 1.3.6.1.2.1.127.1.8.1.12 docsIetfQosServiceClassTolGrantJitter: 1.3.6.1.2.1.127.1.8.1.13 docsIetfQosServiceClassGrantsPerInterval: 1.3.6.1.2.1.127.1.8.1.14 docsIetfQosServiceClassMaxLatency: 1.3.6.1.2.1.127.1.8.1.15 docsIetfQosServiceClassActiveTimeout: 1.3.6.1.2.1.127.1.8.1.16 docsIetfQosServiceClassAdmittedTimeout: 1.3.6.1.2.1.127.1.8.1.17 docsIetfQosServiceClassSchedulingType: 1.3.6.1.2.1.127.1.8.1.18 docsIetfQosServiceClassRequestPolicy: 1.3.6.1.2.1.127.1.8.1.19 docsIetfQosServiceClassTosAndMask: 1.3.6.1.2.1.127.1.8.1.20 docsIetfQosServiceClassTosOrMask: 1.3.6.1.2.1.127.1.8.1.21 docsIetfQosServiceClassDirection: 1.3.6.1.2.1.127.1.8.1.22 docsIetfQosServiceClassStorageType: 1.3.6.1.2.1.127.1.8.1.23 docsIetfQosServiceClassDSCPOverwrite: 1.3.6.1.2.1.127.1.8.1.24 docsIetfQosServiceClassPolicyTable: 1.3.6.1.2.1.127.1.9 docsIetfQosServiceClassPolicyEntry: 1.3.6.1.2.1.127.1.9.1 docsIetfQosServiceClassPolicyIndex: 1.3.6.1.2.1.127.1.9.1.1 docsIetfQosServiceClassPolicyName: 1.3.6.1.2.1.127.1.9.1.2 docsIetfQosServiceClassPolicyRulePriority: 1.3.6.1.2.1.127.1.9.1.3 docsIetfQosServiceClassPolicyStatus: 1.3.6.1.2.1.127.1.9.1.4 docsIetfQosServiceClassPolicyStorageType: 1.3.6.1.2.1.127.1.9.1.5 docsIetfQosPHSTable: 1.3.6.1.2.1.127.1.10 docsIetfQosPHSEntry: 1.3.6.1.2.1.127.1.10.1 docsIetfQosPHSField: 1.3.6.1.2.1.127.1.10.1.1 docsIetfQosPHSMask: 1.3.6.1.2.1.127.1.10.1.2 docsIetfQosPHSSize: 1.3.6.1.2.1.127.1.10.1.3 docsIetfQosPHSVerify: 1.3.6.1.2.1.127.1.10.1.4 docsIetfQosPHSIndex: 1.3.6.1.2.1.127.1.10.1.5 docsIetfQosCmtsMacToSrvFlowTable: 1.3.6.1.2.1.127.1.11 docsIetfQosCmtsMacToSrvFlowEntry: 1.3.6.1.2.1.127.1.11.1 docsIetfQosCmtsCmMac: 1.3.6.1.2.1.127.1.11.1.1 docsIetfQosCmtsServiceFlowId: 1.3.6.1.2.1.127.1.11.1.2 docsIetfQosCmtsIfIndex: 1.3.6.1.2.1.127.1.11.1.3 docsIetfQosConformance: 1.3.6.1.2.1.127.2 docsIetfQosGroups: 1.3.6.1.2.1.127.2.1 docsIetfQosCompliances: 1.3.6.1.2.1.127.2.2 snmp-1.2.0/data/ruby/snmp/mibs/IFCP-MGMT-MIB.yaml0000644000004100000410000000634512365504747021121 0ustar www-datawww-data--- ifcpMgmtMIB: 1.3.6.1.2.1.10.230 ifcpGatewayObjects: 1.3.6.1.2.1.10.230.1 ifcpLclGatewayInfo: 1.3.6.1.2.1.10.230.1.1 ifcpLclGtwyInstTable: 1.3.6.1.2.1.10.230.1.1.1 ifcpLclGtwyInstEntry: 1.3.6.1.2.1.10.230.1.1.1.1 ifcpLclGtwyInstIndex: 1.3.6.1.2.1.10.230.1.1.1.1.1 ifcpLclGtwyInstPhyIndex: 1.3.6.1.2.1.10.230.1.1.1.1.2 ifcpLclGtwyInstVersionMin: 1.3.6.1.2.1.10.230.1.1.1.1.3 ifcpLclGtwyInstVersionMax: 1.3.6.1.2.1.10.230.1.1.1.1.4 ifcpLclGtwyInstAddrTransMode: 1.3.6.1.2.1.10.230.1.1.1.1.5 ifcpLclGtwyInstFcBrdcstSupport: 1.3.6.1.2.1.10.230.1.1.1.1.6 ifcpLclGtwyInstDefaultIpTOV: 1.3.6.1.2.1.10.230.1.1.1.1.7 ifcpLclGtwyInstDefaultLTInterval: 1.3.6.1.2.1.10.230.1.1.1.1.8 ifcpLclGtwyInstDescr: 1.3.6.1.2.1.10.230.1.1.1.1.9 ifcpLclGtwyInstNumActiveSessions: 1.3.6.1.2.1.10.230.1.1.1.1.10 ifcpLclGtwyInstStorageType: 1.3.6.1.2.1.10.230.1.1.1.1.11 ifcpNportSessionInfo: 1.3.6.1.2.1.10.230.1.2 ifcpSessionAttributesTable: 1.3.6.1.2.1.10.230.1.2.1 ifcpSessionAttributesEntry: 1.3.6.1.2.1.10.230.1.2.1.1 ifcpSessionIndex: 1.3.6.1.2.1.10.230.1.2.1.1.1 ifcpSessionLclPrtlIfIndex: 1.3.6.1.2.1.10.230.1.2.1.1.2 ifcpSessionLclPrtlAddrType: 1.3.6.1.2.1.10.230.1.2.1.1.3 ifcpSessionLclPrtlAddr: 1.3.6.1.2.1.10.230.1.2.1.1.4 ifcpSessionLclPrtlTcpPort: 1.3.6.1.2.1.10.230.1.2.1.1.5 ifcpSessionLclNpWwun: 1.3.6.1.2.1.10.230.1.2.1.1.6 ifcpSessionLclNpFcid: 1.3.6.1.2.1.10.230.1.2.1.1.7 ifcpSessionRmtNpWwun: 1.3.6.1.2.1.10.230.1.2.1.1.8 ifcpSessionRmtPrtlIfAddrType: 1.3.6.1.2.1.10.230.1.2.1.1.9 ifcpSessionRmtPrtlIfAddr: 1.3.6.1.2.1.10.230.1.2.1.1.10 ifcpSessionRmtPrtlTcpPort: 1.3.6.1.2.1.10.230.1.2.1.1.11 ifcpSessionRmtNpFcid: 1.3.6.1.2.1.10.230.1.2.1.1.12 ifcpSessionRmtNpFcidAlias: 1.3.6.1.2.1.10.230.1.2.1.1.13 ifcpSessionIpTOV: 1.3.6.1.2.1.10.230.1.2.1.1.14 ifcpSessionLclLTIntvl: 1.3.6.1.2.1.10.230.1.2.1.1.15 ifcpSessionRmtLTIntvl: 1.3.6.1.2.1.10.230.1.2.1.1.16 ifcpSessionBound: 1.3.6.1.2.1.10.230.1.2.1.1.17 ifcpSessionStorageType: 1.3.6.1.2.1.10.230.1.2.1.1.18 ifcpSessionStatsTable: 1.3.6.1.2.1.10.230.1.2.2 ifcpSessionStatsEntry: 1.3.6.1.2.1.10.230.1.2.2.1 ifcpSessionState: 1.3.6.1.2.1.10.230.1.2.2.1.1 ifcpSessionDuration: 1.3.6.1.2.1.10.230.1.2.2.1.2 ifcpSessionTxOctets: 1.3.6.1.2.1.10.230.1.2.2.1.3 ifcpSessionRxOctets: 1.3.6.1.2.1.10.230.1.2.2.1.4 ifcpSessionTxFrames: 1.3.6.1.2.1.10.230.1.2.2.1.5 ifcpSessionRxFrames: 1.3.6.1.2.1.10.230.1.2.2.1.6 ifcpSessionStaleFrames: 1.3.6.1.2.1.10.230.1.2.2.1.7 ifcpSessionHeaderCRCErrors: 1.3.6.1.2.1.10.230.1.2.2.1.8 ifcpSessionFcPayloadCRCErrors: 1.3.6.1.2.1.10.230.1.2.2.1.9 ifcpSessionOtherErrors: 1.3.6.1.2.1.10.230.1.2.2.1.10 ifcpSessionDiscontinuityTime: 1.3.6.1.2.1.10.230.1.2.2.1.11 ifcpSessionLcStatsTable: 1.3.6.1.2.1.10.230.1.2.3 ifcpSessionLcStatsEntry: 1.3.6.1.2.1.10.230.1.2.3.1 ifcpSessionLcTxOctets: 1.3.6.1.2.1.10.230.1.2.3.1.1 ifcpSessionLcRxOctets: 1.3.6.1.2.1.10.230.1.2.3.1.2 ifcpSessionLcTxFrames: 1.3.6.1.2.1.10.230.1.2.3.1.3 ifcpSessionLcRxFrames: 1.3.6.1.2.1.10.230.1.2.3.1.4 ifcpSessionLcStaleFrames: 1.3.6.1.2.1.10.230.1.2.3.1.5 ifcpSessionLcHeaderCRCErrors: 1.3.6.1.2.1.10.230.1.2.3.1.6 ifcpSessionLcFcPayloadCRCErrors: 1.3.6.1.2.1.10.230.1.2.3.1.7 ifcpSessionLcOtherErrors: 1.3.6.1.2.1.10.230.1.2.3.1.8 ifcpGatewayConformance: 1.3.6.1.2.1.10.230.2 ifcpCompliances: 1.3.6.1.2.1.10.230.2.1 ifcpGroups: 1.3.6.1.2.1.10.230.2.2 snmp-1.2.0/data/ruby/snmp/mibs/SNMPv2-USEC-MIB.yaml0000644000004100000410000000124312365504747021410 0ustar www-datawww-data--- usecMIB: 1.3.6.1.6.3.6 usecMIBObjects: 1.3.6.1.6.3.6.1 usecAgent: 1.3.6.1.6.3.6.1.1 agentID: 1.3.6.1.6.3.6.1.1.1 agentBoots: 1.3.6.1.6.3.6.1.1.2 agentTime: 1.3.6.1.6.3.6.1.1.3 agentSize: 1.3.6.1.6.3.6.1.1.4 usecStats: 1.3.6.1.6.3.6.1.2 usecStatsUnsupportedQoS: 1.3.6.1.6.3.6.1.2.1 usecStatsNotInWindows: 1.3.6.1.6.3.6.1.2.2 usecStatsUnknownUserNames: 1.3.6.1.6.3.6.1.2.3 usecStatsWrongDigestValues: 1.3.6.1.6.3.6.1.2.4 usecStatsUnknownContexts: 1.3.6.1.6.3.6.1.2.5 usecStatsBadParameters: 1.3.6.1.6.3.6.1.2.6 usecStatsUnauthorizedOperations: 1.3.6.1.6.3.6.1.2.7 usecMIBConformance: 1.3.6.1.6.3.6.2 usecMIBCompliances: 1.3.6.1.6.3.6.2.1 usecMIBGroups: 1.3.6.1.6.3.6.2.2 snmp-1.2.0/data/ruby/snmp/mibs/SIP-TC-MIB.yaml0000644000004100000410000000003512365504747020563 0ustar www-datawww-data--- sipTC: 1.3.6.1.2.1.148 snmp-1.2.0/data/ruby/snmp/mibs/TUNNEL-MIB.yaml0000644000004100000410000000342712365504747020641 0ustar www-datawww-data--- tunnelMIB: 1.3.6.1.2.1.10.131 tunnelMIBObjects: 1.3.6.1.2.1.10.131.1 tunnel: 1.3.6.1.2.1.10.131.1.1 tunnelIfTable: 1.3.6.1.2.1.10.131.1.1.1 tunnelIfEntry: 1.3.6.1.2.1.10.131.1.1.1.1 tunnelIfLocalAddress: 1.3.6.1.2.1.10.131.1.1.1.1.1 tunnelIfRemoteAddress: 1.3.6.1.2.1.10.131.1.1.1.1.2 tunnelIfEncapsMethod: 1.3.6.1.2.1.10.131.1.1.1.1.3 tunnelIfHopLimit: 1.3.6.1.2.1.10.131.1.1.1.1.4 tunnelIfSecurity: 1.3.6.1.2.1.10.131.1.1.1.1.5 tunnelIfTOS: 1.3.6.1.2.1.10.131.1.1.1.1.6 tunnelIfFlowLabel: 1.3.6.1.2.1.10.131.1.1.1.1.7 tunnelIfAddressType: 1.3.6.1.2.1.10.131.1.1.1.1.8 tunnelIfLocalInetAddress: 1.3.6.1.2.1.10.131.1.1.1.1.9 tunnelIfRemoteInetAddress: 1.3.6.1.2.1.10.131.1.1.1.1.10 tunnelIfEncapsLimit: 1.3.6.1.2.1.10.131.1.1.1.1.11 tunnelConfigTable: 1.3.6.1.2.1.10.131.1.1.2 tunnelConfigEntry: 1.3.6.1.2.1.10.131.1.1.2.1 tunnelConfigLocalAddress: 1.3.6.1.2.1.10.131.1.1.2.1.1 tunnelConfigRemoteAddress: 1.3.6.1.2.1.10.131.1.1.2.1.2 tunnelConfigEncapsMethod: 1.3.6.1.2.1.10.131.1.1.2.1.3 tunnelConfigID: 1.3.6.1.2.1.10.131.1.1.2.1.4 tunnelConfigIfIndex: 1.3.6.1.2.1.10.131.1.1.2.1.5 tunnelConfigStatus: 1.3.6.1.2.1.10.131.1.1.2.1.6 tunnelInetConfigTable: 1.3.6.1.2.1.10.131.1.1.3 tunnelInetConfigEntry: 1.3.6.1.2.1.10.131.1.1.3.1 tunnelInetConfigAddressType: 1.3.6.1.2.1.10.131.1.1.3.1.1 tunnelInetConfigLocalAddress: 1.3.6.1.2.1.10.131.1.1.3.1.2 tunnelInetConfigRemoteAddress: 1.3.6.1.2.1.10.131.1.1.3.1.3 tunnelInetConfigEncapsMethod: 1.3.6.1.2.1.10.131.1.1.3.1.4 tunnelInetConfigID: 1.3.6.1.2.1.10.131.1.1.3.1.5 tunnelInetConfigIfIndex: 1.3.6.1.2.1.10.131.1.1.3.1.6 tunnelInetConfigStatus: 1.3.6.1.2.1.10.131.1.1.3.1.7 tunnelInetConfigStorageType: 1.3.6.1.2.1.10.131.1.1.3.1.8 tunnelMIBConformance: 1.3.6.1.2.1.10.131.2 tunnelMIBCompliances: 1.3.6.1.2.1.10.131.2.1 tunnelMIBGroups: 1.3.6.1.2.1.10.131.2.2 snmp-1.2.0/data/ruby/snmp/mibs/DISMAN-SCRIPT-MIB.yaml0000644000004100000410000000623312365504747021607 0ustar www-datawww-data--- scriptMIB: 1.3.6.1.2.1.64 smObjects: 1.3.6.1.2.1.64.1 smLangTable: 1.3.6.1.2.1.64.1.1 smLangEntry: 1.3.6.1.2.1.64.1.1.1 smLangIndex: 1.3.6.1.2.1.64.1.1.1.1 smLangLanguage: 1.3.6.1.2.1.64.1.1.1.2 smLangVersion: 1.3.6.1.2.1.64.1.1.1.3 smLangVendor: 1.3.6.1.2.1.64.1.1.1.4 smLangRevision: 1.3.6.1.2.1.64.1.1.1.5 smLangDescr: 1.3.6.1.2.1.64.1.1.1.6 smExtsnTable: 1.3.6.1.2.1.64.1.2 smExtsnEntry: 1.3.6.1.2.1.64.1.2.1 smExtsnIndex: 1.3.6.1.2.1.64.1.2.1.1 smExtsnExtension: 1.3.6.1.2.1.64.1.2.1.2 smExtsnVersion: 1.3.6.1.2.1.64.1.2.1.3 smExtsnVendor: 1.3.6.1.2.1.64.1.2.1.4 smExtsnRevision: 1.3.6.1.2.1.64.1.2.1.5 smExtsnDescr: 1.3.6.1.2.1.64.1.2.1.6 smScriptObjects: 1.3.6.1.2.1.64.1.3 smScriptTable: 1.3.6.1.2.1.64.1.3.1 smScriptEntry: 1.3.6.1.2.1.64.1.3.1.1 smScriptOwner: 1.3.6.1.2.1.64.1.3.1.1.1 smScriptName: 1.3.6.1.2.1.64.1.3.1.1.2 smScriptDescr: 1.3.6.1.2.1.64.1.3.1.1.3 smScriptLanguage: 1.3.6.1.2.1.64.1.3.1.1.4 smScriptSource: 1.3.6.1.2.1.64.1.3.1.1.5 smScriptAdminStatus: 1.3.6.1.2.1.64.1.3.1.1.6 smScriptOperStatus: 1.3.6.1.2.1.64.1.3.1.1.7 smScriptStorageType: 1.3.6.1.2.1.64.1.3.1.1.8 smScriptRowStatus: 1.3.6.1.2.1.64.1.3.1.1.9 smScriptError: 1.3.6.1.2.1.64.1.3.1.1.10 smScriptLastChange: 1.3.6.1.2.1.64.1.3.1.1.11 smCodeTable: 1.3.6.1.2.1.64.1.3.2 smCodeEntry: 1.3.6.1.2.1.64.1.3.2.1 smCodeIndex: 1.3.6.1.2.1.64.1.3.2.1.1 smCodeText: 1.3.6.1.2.1.64.1.3.2.1.2 smCodeRowStatus: 1.3.6.1.2.1.64.1.3.2.1.3 smRunObjects: 1.3.6.1.2.1.64.1.4 smLaunchTable: 1.3.6.1.2.1.64.1.4.1 smLaunchEntry: 1.3.6.1.2.1.64.1.4.1.1 smLaunchOwner: 1.3.6.1.2.1.64.1.4.1.1.1 smLaunchName: 1.3.6.1.2.1.64.1.4.1.1.2 smLaunchScriptOwner: 1.3.6.1.2.1.64.1.4.1.1.3 smLaunchScriptName: 1.3.6.1.2.1.64.1.4.1.1.4 smLaunchArgument: 1.3.6.1.2.1.64.1.4.1.1.5 smLaunchMaxRunning: 1.3.6.1.2.1.64.1.4.1.1.6 smLaunchMaxCompleted: 1.3.6.1.2.1.64.1.4.1.1.7 smLaunchLifeTime: 1.3.6.1.2.1.64.1.4.1.1.8 smLaunchExpireTime: 1.3.6.1.2.1.64.1.4.1.1.9 smLaunchStart: 1.3.6.1.2.1.64.1.4.1.1.10 smLaunchControl: 1.3.6.1.2.1.64.1.4.1.1.11 smLaunchAdminStatus: 1.3.6.1.2.1.64.1.4.1.1.12 smLaunchOperStatus: 1.3.6.1.2.1.64.1.4.1.1.13 smLaunchRunIndexNext: 1.3.6.1.2.1.64.1.4.1.1.14 smLaunchStorageType: 1.3.6.1.2.1.64.1.4.1.1.15 smLaunchRowStatus: 1.3.6.1.2.1.64.1.4.1.1.16 smLaunchError: 1.3.6.1.2.1.64.1.4.1.1.17 smLaunchLastChange: 1.3.6.1.2.1.64.1.4.1.1.18 smLaunchRowExpireTime: 1.3.6.1.2.1.64.1.4.1.1.19 smRunTable: 1.3.6.1.2.1.64.1.4.2 smRunEntry: 1.3.6.1.2.1.64.1.4.2.1 smRunIndex: 1.3.6.1.2.1.64.1.4.2.1.1 smRunArgument: 1.3.6.1.2.1.64.1.4.2.1.2 smRunStartTime: 1.3.6.1.2.1.64.1.4.2.1.3 smRunEndTime: 1.3.6.1.2.1.64.1.4.2.1.4 smRunLifeTime: 1.3.6.1.2.1.64.1.4.2.1.5 smRunExpireTime: 1.3.6.1.2.1.64.1.4.2.1.6 smRunExitCode: 1.3.6.1.2.1.64.1.4.2.1.7 smRunResult: 1.3.6.1.2.1.64.1.4.2.1.8 smRunControl: 1.3.6.1.2.1.64.1.4.2.1.9 smRunState: 1.3.6.1.2.1.64.1.4.2.1.10 smRunError: 1.3.6.1.2.1.64.1.4.2.1.11 smRunResultTime: 1.3.6.1.2.1.64.1.4.2.1.12 smRunErrorTime: 1.3.6.1.2.1.64.1.4.2.1.13 smNotifications: 1.3.6.1.2.1.64.2 smTraps: 1.3.6.1.2.1.64.2.0 smConformance: 1.3.6.1.2.1.64.3 smCompliances: 1.3.6.1.2.1.64.3.1 smGroups: 1.3.6.1.2.1.64.3.2 smScriptAbort: 1.3.6.1.2.1.64.2.0.1 smScriptResult: 1.3.6.1.2.1.64.2.0.2 smScriptException: 1.3.6.1.2.1.64.2.0.3 snmp-1.2.0/data/ruby/snmp/mibs/ACCOUNTING-CONTROL-MIB.yaml0000644000004100000410000000363312365504747022403 0ustar www-datawww-data--- accountingControlMIB: 1.3.6.1.2.1.60 acctngMIBObjects: 1.3.6.1.2.1.60.1 acctngSelectionControl: 1.3.6.1.2.1.60.1.1 acctngSelectionTable: 1.3.6.1.2.1.60.1.1.1 acctngSelectionEntry: 1.3.6.1.2.1.60.1.1.1.1 acctngSelectionIndex: 1.3.6.1.2.1.60.1.1.1.1.1 acctngSelectionSubtree: 1.3.6.1.2.1.60.1.1.1.1.2 acctngSelectionList: 1.3.6.1.2.1.60.1.1.1.1.3 acctngSelectionFile: 1.3.6.1.2.1.60.1.1.1.1.4 acctngSelectionType: 1.3.6.1.2.1.60.1.1.1.1.5 acctngSelectionRowStatus: 1.3.6.1.2.1.60.1.1.1.1.6 acctngFileControl: 1.3.6.1.2.1.60.1.2 acctngFileTable: 1.3.6.1.2.1.60.1.2.1 acctngFileEntry: 1.3.6.1.2.1.60.1.2.1.1 acctngFileIndex: 1.3.6.1.2.1.60.1.2.1.1.1 acctngFileName: 1.3.6.1.2.1.60.1.2.1.1.2 acctngFileNameSuffix: 1.3.6.1.2.1.60.1.2.1.1.3 acctngFileDescription: 1.3.6.1.2.1.60.1.2.1.1.4 acctngFileCommand: 1.3.6.1.2.1.60.1.2.1.1.5 acctngFileMaximumSize: 1.3.6.1.2.1.60.1.2.1.1.6 acctngFileCurrentSize: 1.3.6.1.2.1.60.1.2.1.1.7 acctngFileFormat: 1.3.6.1.2.1.60.1.2.1.1.8 acctngFileCollectMode: 1.3.6.1.2.1.60.1.2.1.1.9 acctngFileCollectFailedAttempts: 1.3.6.1.2.1.60.1.2.1.1.10 acctngFileInterval: 1.3.6.1.2.1.60.1.2.1.1.11 acctngFileMinAge: 1.3.6.1.2.1.60.1.2.1.1.12 acctngFileRowStatus: 1.3.6.1.2.1.60.1.2.1.1.13 acctngInterfaceControl: 1.3.6.1.2.1.60.1.3 acctngAdminStatus: 1.3.6.1.2.1.60.1.3.1 acctngOperStatus: 1.3.6.1.2.1.60.1.3.2 acctngProtection: 1.3.6.1.2.1.60.1.3.3 acctngAgentMode: 1.3.6.1.2.1.60.1.3.4 acctngInterfaceTable: 1.3.6.1.2.1.60.1.3.5 acctngInterfaceEntry: 1.3.6.1.2.1.60.1.3.5.1 acctngInterfaceEnable: 1.3.6.1.2.1.60.1.3.5.1.1 acctngTrapControl: 1.3.6.1.2.1.60.1.4 acctngControlTrapThreshold: 1.3.6.1.2.1.60.1.4.1 acctngControlTrapEnable: 1.3.6.1.2.1.60.1.4.2 acctngNotifications: 1.3.6.1.2.1.60.2 acctngNotifyPrefix: 1.3.6.1.2.1.60.2.0 acctngConformance: 1.3.6.1.2.1.60.3 acctngGroups: 1.3.6.1.2.1.60.3.1 acctngCompliances: 1.3.6.1.2.1.60.3.2 acctngFileNearlyFull: 1.3.6.1.2.1.60.2.0.1 acctngFileFull: 1.3.6.1.2.1.60.2.0.2 snmp-1.2.0/data/ruby/snmp/mibs/MIP-MIB.yaml0000644000004100000410000001743012365504747020260 0ustar www-datawww-data--- mipMIB: 1.3.6.1.2.1.44 mipMIBObjects: 1.3.6.1.2.1.44.1 mipSystem: 1.3.6.1.2.1.44.1.1 mipEntities: 1.3.6.1.2.1.44.1.1.1 mipEnable: 1.3.6.1.2.1.44.1.1.2 mipEncapsulationSupported: 1.3.6.1.2.1.44.1.1.3 mipSecurity: 1.3.6.1.2.1.44.1.2 mipSecAssocTable: 1.3.6.1.2.1.44.1.2.1 mipSecAssocEntry: 1.3.6.1.2.1.44.1.2.1.1 mipSecPeerAddress: 1.3.6.1.2.1.44.1.2.1.1.1 mipSecSPI: 1.3.6.1.2.1.44.1.2.1.1.2 mipSecAlgorithmType: 1.3.6.1.2.1.44.1.2.1.1.3 mipSecAlgorithmMode: 1.3.6.1.2.1.44.1.2.1.1.4 mipSecKey: 1.3.6.1.2.1.44.1.2.1.1.5 mipSecReplayMethod: 1.3.6.1.2.1.44.1.2.1.1.6 mipSecTotalViolations: 1.3.6.1.2.1.44.1.2.2 mipSecViolationTable: 1.3.6.1.2.1.44.1.2.3 mipSecViolationEntry: 1.3.6.1.2.1.44.1.2.3.1 mipSecViolatorAddress: 1.3.6.1.2.1.44.1.2.3.1.1 mipSecViolationCounter: 1.3.6.1.2.1.44.1.2.3.1.2 mipSecRecentViolationSPI: 1.3.6.1.2.1.44.1.2.3.1.3 mipSecRecentViolationTime: 1.3.6.1.2.1.44.1.2.3.1.4 mipSecRecentViolationIDLow: 1.3.6.1.2.1.44.1.2.3.1.5 mipSecRecentViolationIDHigh: 1.3.6.1.2.1.44.1.2.3.1.6 mipSecRecentViolationReason: 1.3.6.1.2.1.44.1.2.3.1.7 mipMN: 1.3.6.1.2.1.44.1.3 mnSystem: 1.3.6.1.2.1.44.1.3.1 mnState: 1.3.6.1.2.1.44.1.3.1.1 mnHomeAddress: 1.3.6.1.2.1.44.1.3.1.2 mnHATable: 1.3.6.1.2.1.44.1.3.1.3 mnHAEntry: 1.3.6.1.2.1.44.1.3.1.3.1 mnHAAddress: 1.3.6.1.2.1.44.1.3.1.3.1.1 mnCurrentHA: 1.3.6.1.2.1.44.1.3.1.3.1.2 mnHAStatus: 1.3.6.1.2.1.44.1.3.1.3.1.3 mnDiscovery: 1.3.6.1.2.1.44.1.3.2 mnFATable: 1.3.6.1.2.1.44.1.3.2.1 mnFAEntry: 1.3.6.1.2.1.44.1.3.2.1.1 mnFAAddress: 1.3.6.1.2.1.44.1.3.2.1.1.1 mnCOA: 1.3.6.1.2.1.44.1.3.2.1.1.2 mnRecentAdvReceived: 1.3.6.1.2.1.44.1.3.2.2 mnAdvSourceAddress: 1.3.6.1.2.1.44.1.3.2.2.1 mnAdvSequence: 1.3.6.1.2.1.44.1.3.2.2.2 mnAdvFlags: 1.3.6.1.2.1.44.1.3.2.2.3 mnAdvMaxRegLifetime: 1.3.6.1.2.1.44.1.3.2.2.4 mnAdvMaxAdvLifetime: 1.3.6.1.2.1.44.1.3.2.2.5 mnAdvTimeReceived: 1.3.6.1.2.1.44.1.3.2.2.6 mnSolicitationsSent: 1.3.6.1.2.1.44.1.3.2.3 mnAdvertisementsReceived: 1.3.6.1.2.1.44.1.3.2.4 mnAdvsDroppedInvalidExtension: 1.3.6.1.2.1.44.1.3.2.5 mnAdvsIgnoredUnknownExtension: 1.3.6.1.2.1.44.1.3.2.6 mnMoveFromHAToFA: 1.3.6.1.2.1.44.1.3.2.7 mnMoveFromFAToFA: 1.3.6.1.2.1.44.1.3.2.8 mnMoveFromFAToHA: 1.3.6.1.2.1.44.1.3.2.9 mnGratuitousARPsSend: 1.3.6.1.2.1.44.1.3.2.10 mnAgentRebootsDectected: 1.3.6.1.2.1.44.1.3.2.11 mnRegistration: 1.3.6.1.2.1.44.1.3.3 mnRegistrationTable: 1.3.6.1.2.1.44.1.3.3.1 mnRegistrationEntry: 1.3.6.1.2.1.44.1.3.3.1.1 mnRegAgentAddress: 1.3.6.1.2.1.44.1.3.3.1.1.1 mnRegCOA: 1.3.6.1.2.1.44.1.3.3.1.1.2 mnRegFlags: 1.3.6.1.2.1.44.1.3.3.1.1.3 mnRegIDLow: 1.3.6.1.2.1.44.1.3.3.1.1.4 mnRegIDHigh: 1.3.6.1.2.1.44.1.3.3.1.1.5 mnRegTimeRequested: 1.3.6.1.2.1.44.1.3.3.1.1.6 mnRegTimeRemaining: 1.3.6.1.2.1.44.1.3.3.1.1.7 mnRegTimeSent: 1.3.6.1.2.1.44.1.3.3.1.1.8 mnRegIsAccepted: 1.3.6.1.2.1.44.1.3.3.1.1.9 mnCOAIsLocal: 1.3.6.1.2.1.44.1.3.3.1.1.10 mnRegRequestsSent: 1.3.6.1.2.1.44.1.3.3.2 mnDeRegRequestsSent: 1.3.6.1.2.1.44.1.3.3.3 mnRegRepliesRecieved: 1.3.6.1.2.1.44.1.3.3.4 mnDeRegRepliesRecieved: 1.3.6.1.2.1.44.1.3.3.5 mnRepliesInvalidHomeAddress: 1.3.6.1.2.1.44.1.3.3.6 mnRepliesUnknownHA: 1.3.6.1.2.1.44.1.3.3.7 mnRepliesUnknownFA: 1.3.6.1.2.1.44.1.3.3.8 mnRepliesInvalidID: 1.3.6.1.2.1.44.1.3.3.9 mnRepliesDroppedInvalidExtension: 1.3.6.1.2.1.44.1.3.3.10 mnRepliesIgnoredUnknownExtension: 1.3.6.1.2.1.44.1.3.3.11 mnRepliesHAAuthenticationFailure: 1.3.6.1.2.1.44.1.3.3.12 mnRepliesFAAuthenticationFailure: 1.3.6.1.2.1.44.1.3.3.13 mnRegRequestsAccepted: 1.3.6.1.2.1.44.1.3.3.14 mnRegRequestsDeniedByHA: 1.3.6.1.2.1.44.1.3.3.15 mnRegRequestsDeniedByFA: 1.3.6.1.2.1.44.1.3.3.16 mnRegRequestsDeniedByHADueToID: 1.3.6.1.2.1.44.1.3.3.17 mnRegRequestsWithDirectedBroadcast: 1.3.6.1.2.1.44.1.3.3.18 mipMA: 1.3.6.1.2.1.44.1.4 maAdvertisement: 1.3.6.1.2.1.44.1.4.2 maAdvConfigTable: 1.3.6.1.2.1.44.1.4.2.1 maAdvConfigEntry: 1.3.6.1.2.1.44.1.4.2.1.1 maInterfaceAddress: 1.3.6.1.2.1.44.1.4.2.1.1.1 maAdvMaxRegLifetime: 1.3.6.1.2.1.44.1.4.2.1.1.2 maAdvPrefixLengthInclusion: 1.3.6.1.2.1.44.1.4.2.1.1.3 maAdvAddress: 1.3.6.1.2.1.44.1.4.2.1.1.4 maAdvMaxInterval: 1.3.6.1.2.1.44.1.4.2.1.1.5 maAdvMinInterval: 1.3.6.1.2.1.44.1.4.2.1.1.6 maAdvMaxAdvLifetime: 1.3.6.1.2.1.44.1.4.2.1.1.7 maAdvResponseSolicitationOnly: 1.3.6.1.2.1.44.1.4.2.1.1.8 maAdvStatus: 1.3.6.1.2.1.44.1.4.2.1.1.9 maAdvertisementsSent: 1.3.6.1.2.1.44.1.4.2.2 maAdvsSentForSolicitation: 1.3.6.1.2.1.44.1.4.2.3 maSolicitationsReceived: 1.3.6.1.2.1.44.1.4.2.4 mipFA: 1.3.6.1.2.1.44.1.5 faSystem: 1.3.6.1.2.1.44.1.5.1 faCOATable: 1.3.6.1.2.1.44.1.5.1.1 faCOAEntry: 1.3.6.1.2.1.44.1.5.1.1.1 faSupportedCOA: 1.3.6.1.2.1.44.1.5.1.1.1.1 faCOAStatus: 1.3.6.1.2.1.44.1.5.1.1.1.2 faAdvertisement: 1.3.6.1.2.1.44.1.5.2 faIsBusy: 1.3.6.1.2.1.44.1.5.2.1 faRegistrationRequired: 1.3.6.1.2.1.44.1.5.2.2 faRegistration: 1.3.6.1.2.1.44.1.5.3 faVisitorTable: 1.3.6.1.2.1.44.1.5.3.1 faVisitorEntry: 1.3.6.1.2.1.44.1.5.3.1.1 faVisitorIPAddress: 1.3.6.1.2.1.44.1.5.3.1.1.1 faVisitorHomeAddress: 1.3.6.1.2.1.44.1.5.3.1.1.2 faVisitorHomeAgentAddress: 1.3.6.1.2.1.44.1.5.3.1.1.3 faVisitorTimeGranted: 1.3.6.1.2.1.44.1.5.3.1.1.4 faVisitorTimeRemaining: 1.3.6.1.2.1.44.1.5.3.1.1.5 faVisitorRegFlags: 1.3.6.1.2.1.44.1.5.3.1.1.6 faVisitorRegIDLow: 1.3.6.1.2.1.44.1.5.3.1.1.7 faVisitorRegIDHigh: 1.3.6.1.2.1.44.1.5.3.1.1.8 faVisitorRegIsAccepted: 1.3.6.1.2.1.44.1.5.3.1.1.9 faRegRequestsReceived: 1.3.6.1.2.1.44.1.5.3.2 faRegRequestsRelayed: 1.3.6.1.2.1.44.1.5.3.3 faReasonUnspecified: 1.3.6.1.2.1.44.1.5.3.4 faAdmProhibited: 1.3.6.1.2.1.44.1.5.3.5 faInsufficientResource: 1.3.6.1.2.1.44.1.5.3.6 faMNAuthenticationFailure: 1.3.6.1.2.1.44.1.5.3.7 faRegLifetimeTooLong: 1.3.6.1.2.1.44.1.5.3.8 faPoorlyFormedRequests: 1.3.6.1.2.1.44.1.5.3.9 faEncapsulationUnavailable: 1.3.6.1.2.1.44.1.5.3.10 faVJCompressionUnavailable: 1.3.6.1.2.1.44.1.5.3.11 faHAUnreachable: 1.3.6.1.2.1.44.1.5.3.12 faRegRepliesRecieved: 1.3.6.1.2.1.44.1.5.3.13 faRegRepliesRelayed: 1.3.6.1.2.1.44.1.5.3.14 faHAAuthenticationFailure: 1.3.6.1.2.1.44.1.5.3.15 faPoorlyFormedReplies: 1.3.6.1.2.1.44.1.5.3.16 mipHA: 1.3.6.1.2.1.44.1.6 haRegistration: 1.3.6.1.2.1.44.1.6.3 haMobilityBindingTable: 1.3.6.1.2.1.44.1.6.3.1 haMobilityBindingEntry: 1.3.6.1.2.1.44.1.6.3.1.1 haMobilityBindingMN: 1.3.6.1.2.1.44.1.6.3.1.1.1 haMobilityBindingCOA: 1.3.6.1.2.1.44.1.6.3.1.1.2 haMobilityBindingSourceAddress: 1.3.6.1.2.1.44.1.6.3.1.1.3 haMobilityBindingRegFlags: 1.3.6.1.2.1.44.1.6.3.1.1.4 haMobilityBindingRegIDLow: 1.3.6.1.2.1.44.1.6.3.1.1.5 haMobilityBindingRegIDHigh: 1.3.6.1.2.1.44.1.6.3.1.1.6 haMobilityBindingTimeGranted: 1.3.6.1.2.1.44.1.6.3.1.1.7 haMobilityBindingTimeRemaining: 1.3.6.1.2.1.44.1.6.3.1.1.8 haCounterTable: 1.3.6.1.2.1.44.1.6.3.2 haCounterEntry: 1.3.6.1.2.1.44.1.6.3.2.1 haServiceRequestsAccepted: 1.3.6.1.2.1.44.1.6.3.2.1.2 haServiceRequestsDenied: 1.3.6.1.2.1.44.1.6.3.2.1.3 haOverallServiceTime: 1.3.6.1.2.1.44.1.6.3.2.1.4 haRecentServiceAcceptedTime: 1.3.6.1.2.1.44.1.6.3.2.1.5 haRecentServiceDeniedTime: 1.3.6.1.2.1.44.1.6.3.2.1.6 haRecentServiceDeniedCode: 1.3.6.1.2.1.44.1.6.3.2.1.7 haRegistrationAccepted: 1.3.6.1.2.1.44.1.6.3.3 haMultiBindingUnsupported: 1.3.6.1.2.1.44.1.6.3.4 haReasonUnspecified: 1.3.6.1.2.1.44.1.6.3.5 haAdmProhibited: 1.3.6.1.2.1.44.1.6.3.6 haInsufficientResource: 1.3.6.1.2.1.44.1.6.3.7 haMNAuthenticationFailure: 1.3.6.1.2.1.44.1.6.3.8 haFAAuthenticationFailure: 1.3.6.1.2.1.44.1.6.3.9 haIDMismatch: 1.3.6.1.2.1.44.1.6.3.10 haPoorlyFormedRequest: 1.3.6.1.2.1.44.1.6.3.11 haTooManyBindings: 1.3.6.1.2.1.44.1.6.3.12 haUnknownHA: 1.3.6.1.2.1.44.1.6.3.13 haGratuitiousARPsSent: 1.3.6.1.2.1.44.1.6.3.14 haProxyARPsSent: 1.3.6.1.2.1.44.1.6.3.15 haRegRequestsReceived: 1.3.6.1.2.1.44.1.6.3.16 haDeRegRequestsReceived: 1.3.6.1.2.1.44.1.6.3.17 haRegRepliesSent: 1.3.6.1.2.1.44.1.6.3.18 haDeRegRepliesSent: 1.3.6.1.2.1.44.1.6.3.19 mipMIBNotificationPrefix: 1.3.6.1.2.1.44.2 mipMIBNotifications: 1.3.6.1.2.1.44.2.0 mipMIBConformance: 1.3.6.1.2.1.44.3 mipGroups: 1.3.6.1.2.1.44.3.1 mipCompliances: 1.3.6.1.2.1.44.3.2 mipAuthFailure: 1.3.6.1.2.1.44.2.0.1 snmp-1.2.0/data/ruby/snmp/mibs/MPLS-LDP-ATM-STD-MIB.yaml0000644000004100000410000000361212365504747022067 0ustar www-datawww-data--- mplsLdpAtmStdMIB: 1.3.6.1.2.1.10.166.5 mplsLdpAtmObjects: 1.3.6.1.2.1.10.166.5.1 mplsLdpEntityAtmObjects: 1.3.6.1.2.1.10.166.5.1.1 mplsLdpEntityAtmTable: 1.3.6.1.2.1.10.166.5.1.1.1 mplsLdpEntityAtmEntry: 1.3.6.1.2.1.10.166.5.1.1.1.1 mplsLdpEntityAtmIfIndexOrZero: 1.3.6.1.2.1.10.166.5.1.1.1.1.1 mplsLdpEntityAtmMergeCap: 1.3.6.1.2.1.10.166.5.1.1.1.1.2 mplsLdpEntityAtmLRComponents: 1.3.6.1.2.1.10.166.5.1.1.1.1.3 mplsLdpEntityAtmVcDirectionality: 1.3.6.1.2.1.10.166.5.1.1.1.1.4 mplsLdpEntityAtmLsrConnectivity: 1.3.6.1.2.1.10.166.5.1.1.1.1.5 mplsLdpEntityAtmDefaultControlVpi: 1.3.6.1.2.1.10.166.5.1.1.1.1.6 mplsLdpEntityAtmDefaultControlVci: 1.3.6.1.2.1.10.166.5.1.1.1.1.7 mplsLdpEntityAtmUnlabTrafVpi: 1.3.6.1.2.1.10.166.5.1.1.1.1.8 mplsLdpEntityAtmUnlabTrafVci: 1.3.6.1.2.1.10.166.5.1.1.1.1.9 mplsLdpEntityAtmStorageType: 1.3.6.1.2.1.10.166.5.1.1.1.1.10 mplsLdpEntityAtmRowStatus: 1.3.6.1.2.1.10.166.5.1.1.1.1.11 mplsLdpEntityAtmLRTable: 1.3.6.1.2.1.10.166.5.1.1.2 mplsLdpEntityAtmLREntry: 1.3.6.1.2.1.10.166.5.1.1.2.1 mplsLdpEntityAtmLRMinVpi: 1.3.6.1.2.1.10.166.5.1.1.2.1.1 mplsLdpEntityAtmLRMinVci: 1.3.6.1.2.1.10.166.5.1.1.2.1.2 mplsLdpEntityAtmLRMaxVpi: 1.3.6.1.2.1.10.166.5.1.1.2.1.3 mplsLdpEntityAtmLRMaxVci: 1.3.6.1.2.1.10.166.5.1.1.2.1.4 mplsLdpEntityAtmLRStorageType: 1.3.6.1.2.1.10.166.5.1.1.2.1.5 mplsLdpEntityAtmLRRowStatus: 1.3.6.1.2.1.10.166.5.1.1.2.1.6 mplsLdpAtmSessionObjects: 1.3.6.1.2.1.10.166.5.1.2 mplsLdpAtmSessionTable: 1.3.6.1.2.1.10.166.5.1.2.1 mplsLdpAtmSessionEntry: 1.3.6.1.2.1.10.166.5.1.2.1.1 mplsLdpSessionAtmLRLowerBoundVpi: 1.3.6.1.2.1.10.166.5.1.2.1.1.1 mplsLdpSessionAtmLRLowerBoundVci: 1.3.6.1.2.1.10.166.5.1.2.1.1.2 mplsLdpSessionAtmLRUpperBoundVpi: 1.3.6.1.2.1.10.166.5.1.2.1.1.3 mplsLdpSessionAtmLRUpperBoundVci: 1.3.6.1.2.1.10.166.5.1.2.1.1.4 mplsLdpAtmConformance: 1.3.6.1.2.1.10.166.5.2 mplsLdpAtmGroups: 1.3.6.1.2.1.10.166.5.2.1 mplsLdpAtmCompliances: 1.3.6.1.2.1.10.166.5.2.2 snmp-1.2.0/data/ruby/snmp/mibs/BRIDGE-MIB.yaml0000644000004100000410000000542612365504747020571 0ustar www-datawww-data--- dot1dBridge: 1.3.6.1.2.1.17 dot1dNotifications: 1.3.6.1.2.1.17.0 dot1dBase: 1.3.6.1.2.1.17.1 dot1dBaseBridgeAddress: 1.3.6.1.2.1.17.1.1 dot1dBaseNumPorts: 1.3.6.1.2.1.17.1.2 dot1dBaseType: 1.3.6.1.2.1.17.1.3 dot1dBasePortTable: 1.3.6.1.2.1.17.1.4 dot1dBasePortEntry: 1.3.6.1.2.1.17.1.4.1 dot1dBasePort: 1.3.6.1.2.1.17.1.4.1.1 dot1dBasePortIfIndex: 1.3.6.1.2.1.17.1.4.1.2 dot1dBasePortCircuit: 1.3.6.1.2.1.17.1.4.1.3 dot1dBasePortDelayExceededDiscards: 1.3.6.1.2.1.17.1.4.1.4 dot1dBasePortMtuExceededDiscards: 1.3.6.1.2.1.17.1.4.1.5 dot1dStp: 1.3.6.1.2.1.17.2 dot1dStpProtocolSpecification: 1.3.6.1.2.1.17.2.1 dot1dStpPriority: 1.3.6.1.2.1.17.2.2 dot1dStpTimeSinceTopologyChange: 1.3.6.1.2.1.17.2.3 dot1dStpTopChanges: 1.3.6.1.2.1.17.2.4 dot1dStpDesignatedRoot: 1.3.6.1.2.1.17.2.5 dot1dStpRootCost: 1.3.6.1.2.1.17.2.6 dot1dStpRootPort: 1.3.6.1.2.1.17.2.7 dot1dStpMaxAge: 1.3.6.1.2.1.17.2.8 dot1dStpHelloTime: 1.3.6.1.2.1.17.2.9 dot1dStpHoldTime: 1.3.6.1.2.1.17.2.10 dot1dStpForwardDelay: 1.3.6.1.2.1.17.2.11 dot1dStpBridgeMaxAge: 1.3.6.1.2.1.17.2.12 dot1dStpBridgeHelloTime: 1.3.6.1.2.1.17.2.13 dot1dStpBridgeForwardDelay: 1.3.6.1.2.1.17.2.14 dot1dStpPortTable: 1.3.6.1.2.1.17.2.15 dot1dStpPortEntry: 1.3.6.1.2.1.17.2.15.1 dot1dStpPort: 1.3.6.1.2.1.17.2.15.1.1 dot1dStpPortPriority: 1.3.6.1.2.1.17.2.15.1.2 dot1dStpPortState: 1.3.6.1.2.1.17.2.15.1.3 dot1dStpPortEnable: 1.3.6.1.2.1.17.2.15.1.4 dot1dStpPortPathCost: 1.3.6.1.2.1.17.2.15.1.5 dot1dStpPortDesignatedRoot: 1.3.6.1.2.1.17.2.15.1.6 dot1dStpPortDesignatedCost: 1.3.6.1.2.1.17.2.15.1.7 dot1dStpPortDesignatedBridge: 1.3.6.1.2.1.17.2.15.1.8 dot1dStpPortDesignatedPort: 1.3.6.1.2.1.17.2.15.1.9 dot1dStpPortForwardTransitions: 1.3.6.1.2.1.17.2.15.1.10 dot1dStpPortPathCost32: 1.3.6.1.2.1.17.2.15.1.11 dot1dSr: 1.3.6.1.2.1.17.3 dot1dTp: 1.3.6.1.2.1.17.4 dot1dTpLearnedEntryDiscards: 1.3.6.1.2.1.17.4.1 dot1dTpAgingTime: 1.3.6.1.2.1.17.4.2 dot1dTpFdbTable: 1.3.6.1.2.1.17.4.3 dot1dTpFdbEntry: 1.3.6.1.2.1.17.4.3.1 dot1dTpFdbAddress: 1.3.6.1.2.1.17.4.3.1.1 dot1dTpFdbPort: 1.3.6.1.2.1.17.4.3.1.2 dot1dTpFdbStatus: 1.3.6.1.2.1.17.4.3.1.3 dot1dTpPortTable: 1.3.6.1.2.1.17.4.4 dot1dTpPortEntry: 1.3.6.1.2.1.17.4.4.1 dot1dTpPort: 1.3.6.1.2.1.17.4.4.1.1 dot1dTpPortMaxInfo: 1.3.6.1.2.1.17.4.4.1.2 dot1dTpPortInFrames: 1.3.6.1.2.1.17.4.4.1.3 dot1dTpPortOutFrames: 1.3.6.1.2.1.17.4.4.1.4 dot1dTpPortInDiscards: 1.3.6.1.2.1.17.4.4.1.5 dot1dStatic: 1.3.6.1.2.1.17.5 dot1dStaticTable: 1.3.6.1.2.1.17.5.1 dot1dStaticEntry: 1.3.6.1.2.1.17.5.1.1 dot1dStaticAddress: 1.3.6.1.2.1.17.5.1.1.1 dot1dStaticReceivePort: 1.3.6.1.2.1.17.5.1.1.2 dot1dStaticAllowedToGoTo: 1.3.6.1.2.1.17.5.1.1.3 dot1dStaticStatus: 1.3.6.1.2.1.17.5.1.1.4 dot1dConformance: 1.3.6.1.2.1.17.8 dot1dGroups: 1.3.6.1.2.1.17.8.1 dot1dCompliances: 1.3.6.1.2.1.17.8.2 newRoot: 1.3.6.1.2.1.17.0.1 topologyChange: 1.3.6.1.2.1.17.0.2 snmp-1.2.0/data/ruby/snmp/mibs/DSA-MIB.yaml0000644000004100000410000000305412365504747020237 0ustar www-datawww-data--- dsaMIB: 1.3.6.1.2.1.29 dsaOpsTable: 1.3.6.1.2.1.29.1 dsaOpsEntry: 1.3.6.1.2.1.29.1.1 dsaAnonymousBinds: 1.3.6.1.2.1.29.1.1.1 dsaUnauthBinds: 1.3.6.1.2.1.29.1.1.2 dsaSimpleAuthBinds: 1.3.6.1.2.1.29.1.1.3 dsaStrongAuthBinds: 1.3.6.1.2.1.29.1.1.4 dsaBindSecurityErrors: 1.3.6.1.2.1.29.1.1.5 dsaInOps: 1.3.6.1.2.1.29.1.1.6 dsaReadOps: 1.3.6.1.2.1.29.1.1.7 dsaCompareOps: 1.3.6.1.2.1.29.1.1.8 dsaAddEntryOps: 1.3.6.1.2.1.29.1.1.9 dsaRemoveEntryOps: 1.3.6.1.2.1.29.1.1.10 dsaModifyEntryOps: 1.3.6.1.2.1.29.1.1.11 dsaModifyRDNOps: 1.3.6.1.2.1.29.1.1.12 dsaListOps: 1.3.6.1.2.1.29.1.1.13 dsaSearchOps: 1.3.6.1.2.1.29.1.1.14 dsaOneLevelSearchOps: 1.3.6.1.2.1.29.1.1.15 dsaWholeTreeSearchOps: 1.3.6.1.2.1.29.1.1.16 dsaReferrals: 1.3.6.1.2.1.29.1.1.17 dsaChainings: 1.3.6.1.2.1.29.1.1.18 dsaSecurityErrors: 1.3.6.1.2.1.29.1.1.19 dsaErrors: 1.3.6.1.2.1.29.1.1.20 dsaEntriesTable: 1.3.6.1.2.1.29.2 dsaEntriesEntry: 1.3.6.1.2.1.29.2.1 dsaMasterEntries: 1.3.6.1.2.1.29.2.1.1 dsaCopyEntries: 1.3.6.1.2.1.29.2.1.2 dsaCacheEntries: 1.3.6.1.2.1.29.2.1.3 dsaCacheHits: 1.3.6.1.2.1.29.2.1.4 dsaSlaveHits: 1.3.6.1.2.1.29.2.1.5 dsaIntTable: 1.3.6.1.2.1.29.3 dsaIntEntry: 1.3.6.1.2.1.29.3.1 dsaIntIndex: 1.3.6.1.2.1.29.3.1.1 dsaName: 1.3.6.1.2.1.29.3.1.2 dsaTimeOfCreation: 1.3.6.1.2.1.29.3.1.3 dsaTimeOfLastAttempt: 1.3.6.1.2.1.29.3.1.4 dsaTimeOfLastSuccess: 1.3.6.1.2.1.29.3.1.5 dsaFailuresSinceLastSuccess: 1.3.6.1.2.1.29.3.1.6 dsaFailures: 1.3.6.1.2.1.29.3.1.7 dsaSuccesses: 1.3.6.1.2.1.29.3.1.8 dsaConformance: 1.3.6.1.2.1.29.4 dsaGroups: 1.3.6.1.2.1.29.4.1 dsaCompliances: 1.3.6.1.2.1.29.4.2 snmp-1.2.0/data/ruby/snmp/mibs/RFC1269-MIB.yaml0000644000004100000410000000220512365504747020561 0ustar www-datawww-data--- bgp: 1.3.6.1.2.1.15 bgpVersion: 1.3.6.1.2.1.15.1 bgpLocalAs: 1.3.6.1.2.1.15.2 bgpPeerTable: 1.3.6.1.2.1.15.3 bgpPeerEntry: 1.3.6.1.2.1.15.3.1 bgpPeerIdentifier: 1.3.6.1.2.1.15.3.1.1 bgpPeerState: 1.3.6.1.2.1.15.3.1.2 bgpPeerAdminStatus: 1.3.6.1.2.1.15.3.1.3 bgpPeerNegotiatedVersion: 1.3.6.1.2.1.15.3.1.4 bgpPeerLocalAddr: 1.3.6.1.2.1.15.3.1.5 bgpPeerLocalPort: 1.3.6.1.2.1.15.3.1.6 bgpPeerRemoteAddr: 1.3.6.1.2.1.15.3.1.7 bgpPeerRemotePort: 1.3.6.1.2.1.15.3.1.8 bgpPeerRemoteAs: 1.3.6.1.2.1.15.3.1.9 bgpPeerInUpdates: 1.3.6.1.2.1.15.3.1.10 bgpPeerOutUpdates: 1.3.6.1.2.1.15.3.1.11 bgpPeerInTotalMessages: 1.3.6.1.2.1.15.3.1.12 bgpPeerOutTotalMessages: 1.3.6.1.2.1.15.3.1.13 bgpPeerLastError: 1.3.6.1.2.1.15.3.1.14 bgpIdentifier: 1.3.6.1.2.1.15.4 bgpRcvdPathAttrTable: 1.3.6.1.2.1.15.5 bgpPathAttrEntry: 1.3.6.1.2.1.15.5.1 bgpPathAttrPeer: 1.3.6.1.2.1.15.5.1.1 bgpPathAttrDestNetwork: 1.3.6.1.2.1.15.5.1.2 bgpPathAttrOrigin: 1.3.6.1.2.1.15.5.1.3 bgpPathAttrASPath: 1.3.6.1.2.1.15.5.1.4 bgpPathAttrNextHop: 1.3.6.1.2.1.15.5.1.5 bgpPathAttrInterASMetric: 1.3.6.1.2.1.15.5.1.6 bgpEstablished: 1.3.6.1.2.1.15.0.1 bgpBackwardTransition: 1.3.6.1.2.1.15.0.2 snmp-1.2.0/data/ruby/snmp/mibs/FCIP-MGMT-MIB.yaml0000644000004100000410000000610212365504747021110 0ustar www-datawww-data--- fcipMIB: 1.3.6.1.2.1.224 fcipObjects: 1.3.6.1.2.1.224.1 fcipConfig: 1.3.6.1.2.1.224.1.1 fcipDynIpConfType: 1.3.6.1.2.1.224.1.1.1 fcipDeviceWWN: 1.3.6.1.2.1.224.1.1.2 fcipEntitySACKOption: 1.3.6.1.2.1.224.1.1.3 fcipEntityInstanceTable: 1.3.6.1.2.1.224.1.1.4 fcipEntityInstanceEntry: 1.3.6.1.2.1.224.1.1.4.1 fcipEntityId: 1.3.6.1.2.1.224.1.1.4.1.1 fcipEntityName: 1.3.6.1.2.1.224.1.1.4.1.2 fcipEntityAddressType: 1.3.6.1.2.1.224.1.1.4.1.3 fcipEntityAddress: 1.3.6.1.2.1.224.1.1.4.1.4 fcipEntityTcpConnPort: 1.3.6.1.2.1.224.1.1.4.1.5 fcipEntitySeqNumWrap: 1.3.6.1.2.1.224.1.1.4.1.6 fcipEntityPHBSupport: 1.3.6.1.2.1.224.1.1.4.1.7 fcipEntityStatus: 1.3.6.1.2.1.224.1.1.4.1.8 fcipLinkTable: 1.3.6.1.2.1.224.1.1.5 fcipLinkEntry: 1.3.6.1.2.1.224.1.1.5.1 fcipLinkIndex: 1.3.6.1.2.1.224.1.1.5.1.1 fcipLinkIfIndex: 1.3.6.1.2.1.224.1.1.5.1.2 fcipLinkCost: 1.3.6.1.2.1.224.1.1.5.1.3 fcipLinkLocalFcipEntityMode: 1.3.6.1.2.1.224.1.1.5.1.4 fcipLinkLocalFcipEntityAddressType: 1.3.6.1.2.1.224.1.1.5.1.5 fcipLinkLocalFcipEntityAddress: 1.3.6.1.2.1.224.1.1.5.1.6 fcipLinkRemFcipEntityWWN: 1.3.6.1.2.1.224.1.1.5.1.7 fcipLinkRemFcipEntityId: 1.3.6.1.2.1.224.1.1.5.1.8 fcipLinkRemFcipEntityAddressType: 1.3.6.1.2.1.224.1.1.5.1.9 fcipLinkRemFcipEntityAddress: 1.3.6.1.2.1.224.1.1.5.1.10 fcipLinkStatus: 1.3.6.1.2.1.224.1.1.5.1.11 fcipLinkCreateTime: 1.3.6.1.2.1.224.1.1.5.1.12 fcipTcpConnTable: 1.3.6.1.2.1.224.1.1.6 fcipTcpConnEntry: 1.3.6.1.2.1.224.1.1.6.1 fcipTcpConnLocalPort: 1.3.6.1.2.1.224.1.1.6.1.1 fcipTcpConnRemPort: 1.3.6.1.2.1.224.1.1.6.1.2 fcipTcpConnRWSize: 1.3.6.1.2.1.224.1.1.6.1.3 fcipTcpConnMSS: 1.3.6.1.2.1.224.1.1.6.1.4 fcipDynamicRouteTable: 1.3.6.1.2.1.224.1.1.7 fcipDynamicRouteEntry: 1.3.6.1.2.1.224.1.1.7.1 fcipDynamicRouteDID: 1.3.6.1.2.1.224.1.1.7.1.1 fcipDynamicRouteLinkIndex: 1.3.6.1.2.1.224.1.1.7.1.2 fcipStaticRouteTable: 1.3.6.1.2.1.224.1.1.8 fcipStaticRouteEntry: 1.3.6.1.2.1.224.1.1.8.1 fcipStaticRouteDID: 1.3.6.1.2.1.224.1.1.8.1.1 fcipStaticRouteLinkIndex: 1.3.6.1.2.1.224.1.1.8.1.2 fcipStaticRouteStatus: 1.3.6.1.2.1.224.1.1.8.1.3 fcipDiscoveryDomainTable: 1.3.6.1.2.1.224.1.1.9 fcipDiscoveryDomainEntry: 1.3.6.1.2.1.224.1.1.9.1 fcipDiscoveryDomainIndex: 1.3.6.1.2.1.224.1.1.9.1.1 fcipDiscoveryDomainName: 1.3.6.1.2.1.224.1.1.9.1.2 fcipLinkErrorsTable: 1.3.6.1.2.1.224.1.1.10 fcipLinkErrorsEntry: 1.3.6.1.2.1.224.1.1.10.1 fcipLinkFcipLossofFcSynchs: 1.3.6.1.2.1.224.1.1.10.1.1 fcipLinkFcipEncapErrors: 1.3.6.1.2.1.224.1.1.10.1.2 fcipLinkFcipNotReceivedSfResps: 1.3.6.1.2.1.224.1.1.10.1.3 fcipLinkFcipSfRespMismatches: 1.3.6.1.2.1.224.1.1.10.1.4 fcipLinkFcipSfInvalidNonces: 1.3.6.1.2.1.224.1.1.10.1.5 fcipLinkFcipReceivedSfDuplicates: 1.3.6.1.2.1.224.1.1.10.1.6 fcipLinkFcipSfInvalidWWNs: 1.3.6.1.2.1.224.1.1.10.1.7 fcipLinkFcipBB2LkaTimeOuts: 1.3.6.1.2.1.224.1.1.10.1.8 fcipLinkFcipSntpExpiredTimeStamps: 1.3.6.1.2.1.224.1.1.10.1.9 fcipLinkTcpTooManyErrors: 1.3.6.1.2.1.224.1.1.10.1.10 fcipLinkTcpExcessiveDroppedDatagrams: 1.3.6.1.2.1.224.1.1.10.1.11 fcipLinkTcpSaParamMismatches: 1.3.6.1.2.1.224.1.1.10.1.12 fcipConformance: 1.3.6.1.2.1.224.2 fcipCompliances: 1.3.6.1.2.1.224.2.1 fcipGroups: 1.3.6.1.2.1.224.2.2 snmp-1.2.0/data/ruby/snmp/mibs/IF-MIB.yaml0000644000004100000410000000514612365504747020132 0ustar www-datawww-data--- interfaces: 1.3.6.1.2.1.2 ifNumber: 1.3.6.1.2.1.2.1 ifTable: 1.3.6.1.2.1.2.2 ifEntry: 1.3.6.1.2.1.2.2.1 ifIndex: 1.3.6.1.2.1.2.2.1.1 ifDescr: 1.3.6.1.2.1.2.2.1.2 ifType: 1.3.6.1.2.1.2.2.1.3 ifMtu: 1.3.6.1.2.1.2.2.1.4 ifSpeed: 1.3.6.1.2.1.2.2.1.5 ifPhysAddress: 1.3.6.1.2.1.2.2.1.6 ifAdminStatus: 1.3.6.1.2.1.2.2.1.7 ifOperStatus: 1.3.6.1.2.1.2.2.1.8 ifLastChange: 1.3.6.1.2.1.2.2.1.9 ifInOctets: 1.3.6.1.2.1.2.2.1.10 ifInUcastPkts: 1.3.6.1.2.1.2.2.1.11 ifInNUcastPkts: 1.3.6.1.2.1.2.2.1.12 ifInDiscards: 1.3.6.1.2.1.2.2.1.13 ifInErrors: 1.3.6.1.2.1.2.2.1.14 ifInUnknownProtos: 1.3.6.1.2.1.2.2.1.15 ifOutOctets: 1.3.6.1.2.1.2.2.1.16 ifOutUcastPkts: 1.3.6.1.2.1.2.2.1.17 ifOutNUcastPkts: 1.3.6.1.2.1.2.2.1.18 ifOutDiscards: 1.3.6.1.2.1.2.2.1.19 ifOutErrors: 1.3.6.1.2.1.2.2.1.20 ifOutQLen: 1.3.6.1.2.1.2.2.1.21 ifSpecific: 1.3.6.1.2.1.2.2.1.22 ifMIB: 1.3.6.1.2.1.31 ifMIBObjects: 1.3.6.1.2.1.31.1 ifXTable: 1.3.6.1.2.1.31.1.1 ifXEntry: 1.3.6.1.2.1.31.1.1.1 ifName: 1.3.6.1.2.1.31.1.1.1.1 ifInMulticastPkts: 1.3.6.1.2.1.31.1.1.1.2 ifInBroadcastPkts: 1.3.6.1.2.1.31.1.1.1.3 ifOutMulticastPkts: 1.3.6.1.2.1.31.1.1.1.4 ifOutBroadcastPkts: 1.3.6.1.2.1.31.1.1.1.5 ifHCInOctets: 1.3.6.1.2.1.31.1.1.1.6 ifHCInUcastPkts: 1.3.6.1.2.1.31.1.1.1.7 ifHCInMulticastPkts: 1.3.6.1.2.1.31.1.1.1.8 ifHCInBroadcastPkts: 1.3.6.1.2.1.31.1.1.1.9 ifHCOutOctets: 1.3.6.1.2.1.31.1.1.1.10 ifHCOutUcastPkts: 1.3.6.1.2.1.31.1.1.1.11 ifHCOutMulticastPkts: 1.3.6.1.2.1.31.1.1.1.12 ifHCOutBroadcastPkts: 1.3.6.1.2.1.31.1.1.1.13 ifLinkUpDownTrapEnable: 1.3.6.1.2.1.31.1.1.1.14 ifHighSpeed: 1.3.6.1.2.1.31.1.1.1.15 ifPromiscuousMode: 1.3.6.1.2.1.31.1.1.1.16 ifConnectorPresent: 1.3.6.1.2.1.31.1.1.1.17 ifAlias: 1.3.6.1.2.1.31.1.1.1.18 ifCounterDiscontinuityTime: 1.3.6.1.2.1.31.1.1.1.19 ifStackTable: 1.3.6.1.2.1.31.1.2 ifStackEntry: 1.3.6.1.2.1.31.1.2.1 ifStackHigherLayer: 1.3.6.1.2.1.31.1.2.1.1 ifStackLowerLayer: 1.3.6.1.2.1.31.1.2.1.2 ifStackStatus: 1.3.6.1.2.1.31.1.2.1.3 ifTestTable: 1.3.6.1.2.1.31.1.3 ifTestEntry: 1.3.6.1.2.1.31.1.3.1 ifTestId: 1.3.6.1.2.1.31.1.3.1.1 ifTestStatus: 1.3.6.1.2.1.31.1.3.1.2 ifTestType: 1.3.6.1.2.1.31.1.3.1.3 ifTestResult: 1.3.6.1.2.1.31.1.3.1.4 ifTestCode: 1.3.6.1.2.1.31.1.3.1.5 ifTestOwner: 1.3.6.1.2.1.31.1.3.1.6 ifRcvAddressTable: 1.3.6.1.2.1.31.1.4 ifRcvAddressEntry: 1.3.6.1.2.1.31.1.4.1 ifRcvAddressAddress: 1.3.6.1.2.1.31.1.4.1.1 ifRcvAddressStatus: 1.3.6.1.2.1.31.1.4.1.2 ifRcvAddressType: 1.3.6.1.2.1.31.1.4.1.3 ifTableLastChange: 1.3.6.1.2.1.31.1.5 ifStackLastChange: 1.3.6.1.2.1.31.1.6 ifConformance: 1.3.6.1.2.1.31.2 ifGroups: 1.3.6.1.2.1.31.2.1 ifCompliances: 1.3.6.1.2.1.31.2.2 linkDown: 1.3.6.1.6.3.1.1.5.3 linkUp: 1.3.6.1.6.3.1.1.5.4 snmp-1.2.0/data/ruby/snmp/mibs/MOBILEIPV6-MIB.yaml0000644000004100000410000002112212365504747021240 0ustar www-datawww-data--- mip6MIB: 1.3.6.1.2.1.133 mip6Notifications: 1.3.6.1.2.1.133.0 mip6Objects: 1.3.6.1.2.1.133.1 mip6Core: 1.3.6.1.2.1.133.1.1 mip6System: 1.3.6.1.2.1.133.1.1.1 mip6Capabilities: 1.3.6.1.2.1.133.1.1.1.1 mip6Status: 1.3.6.1.2.1.133.1.1.1.2 mip6Bindings: 1.3.6.1.2.1.133.1.1.2 mip6BindingCacheTable: 1.3.6.1.2.1.133.1.1.2.1 mip6BindingCacheEntry: 1.3.6.1.2.1.133.1.1.2.1.1 mip6BindingHomeAddressType: 1.3.6.1.2.1.133.1.1.2.1.1.1 mip6BindingHomeAddress: 1.3.6.1.2.1.133.1.1.2.1.1.2 mip6BindingCOAType: 1.3.6.1.2.1.133.1.1.2.1.1.3 mip6BindingCOA: 1.3.6.1.2.1.133.1.1.2.1.1.4 mip6BindingTimeRegistered: 1.3.6.1.2.1.133.1.1.2.1.1.5 mip6BindingTimeGranted: 1.3.6.1.2.1.133.1.1.2.1.1.6 mip6BindingTimeRemaining: 1.3.6.1.2.1.133.1.1.2.1.1.7 mip6BindingHomeRegn: 1.3.6.1.2.1.133.1.1.2.1.1.8 mip6BindingMaxSeq: 1.3.6.1.2.1.133.1.1.2.1.1.9 mip6BindingUsageTS: 1.3.6.1.2.1.133.1.1.2.1.1.10 mip6BindingUsageCount: 1.3.6.1.2.1.133.1.1.2.1.1.11 mip6BindingAdminStatus: 1.3.6.1.2.1.133.1.1.2.1.1.12 mip6BindingHistoryTable: 1.3.6.1.2.1.133.1.1.2.2 mip6BindingHistoryEntry: 1.3.6.1.2.1.133.1.1.2.2.1 mip6BindingHstHomeAddressType: 1.3.6.1.2.1.133.1.1.2.2.1.1 mip6BindingHstHomeAddress: 1.3.6.1.2.1.133.1.1.2.2.1.2 mip6BindingHstIndex: 1.3.6.1.2.1.133.1.1.2.2.1.3 mip6BindingHstCOAType: 1.3.6.1.2.1.133.1.1.2.2.1.4 mip6BindingHstCOA: 1.3.6.1.2.1.133.1.1.2.2.1.5 mip6BindingHstTimeRegistered: 1.3.6.1.2.1.133.1.1.2.2.1.6 mip6BindingHstTimeExpired: 1.3.6.1.2.1.133.1.1.2.2.1.7 mip6BindingHstHomeRegn: 1.3.6.1.2.1.133.1.1.2.2.1.8 mip6BindingHstUsageTS: 1.3.6.1.2.1.133.1.1.2.2.1.9 mip6BindingHstUsageCount: 1.3.6.1.2.1.133.1.1.2.2.1.10 mip6Stats: 1.3.6.1.2.1.133.1.1.3 mip6TotalTraffic: 1.3.6.1.2.1.133.1.1.3.1 mip6InOctets: 1.3.6.1.2.1.133.1.1.3.1.1 mip6HCInOctets: 1.3.6.1.2.1.133.1.1.3.1.2 mip6InPkts: 1.3.6.1.2.1.133.1.1.3.1.3 mip6HCInPkts: 1.3.6.1.2.1.133.1.1.3.1.4 mip6OutOctets: 1.3.6.1.2.1.133.1.1.3.1.5 mip6HCOutOctets: 1.3.6.1.2.1.133.1.1.3.1.6 mip6OutPkts: 1.3.6.1.2.1.133.1.1.3.1.7 mip6HCOutPkts: 1.3.6.1.2.1.133.1.1.3.1.8 mip6CounterDiscontinuityTime: 1.3.6.1.2.1.133.1.1.3.1.9 mip6NodeTrafficTable: 1.3.6.1.2.1.133.1.1.3.2 mip6NodeTrafficEntry: 1.3.6.1.2.1.133.1.1.3.2.1 mip6NodeInOctets: 1.3.6.1.2.1.133.1.1.3.2.1.1 mip6HCNodeInOctets: 1.3.6.1.2.1.133.1.1.3.2.1.2 mip6NodeInPkts: 1.3.6.1.2.1.133.1.1.3.2.1.3 mip6HCNodeInPkts: 1.3.6.1.2.1.133.1.1.3.2.1.4 mip6NodeOutOctets: 1.3.6.1.2.1.133.1.1.3.2.1.5 mip6HCNodeOutOctets: 1.3.6.1.2.1.133.1.1.3.2.1.6 mip6NodeOutPkts: 1.3.6.1.2.1.133.1.1.3.2.1.7 mip6HCNodeOutPkts: 1.3.6.1.2.1.133.1.1.3.2.1.8 mip6NodeCtrDiscontinuityTime: 1.3.6.1.2.1.133.1.1.3.2.1.9 mip6Mn: 1.3.6.1.2.1.133.1.2 mip6MnSystem: 1.3.6.1.2.1.133.1.2.1 mip6MnHomeAddressTable: 1.3.6.1.2.1.133.1.2.1.1 mip6MnHomeAddressEntry: 1.3.6.1.2.1.133.1.2.1.1.1 mip6MnHomeAddressType: 1.3.6.1.2.1.133.1.2.1.1.1.1 mip6MnHomeAddress: 1.3.6.1.2.1.133.1.2.1.1.1.2 mip6MnHomeAddressState: 1.3.6.1.2.1.133.1.2.1.1.1.3 mip6MnConf: 1.3.6.1.2.1.133.1.2.2 mip6MnDiscoveryRequests: 1.3.6.1.2.1.133.1.2.2.1 mip6MnDiscoveryReplies: 1.3.6.1.2.1.133.1.2.2.2 mip6MnDiscoveryTimeouts: 1.3.6.1.2.1.133.1.2.2.3 mip6MnPrefixSolicitationsSent: 1.3.6.1.2.1.133.1.2.2.4 mip6MnPrefixAdvsRecd: 1.3.6.1.2.1.133.1.2.2.5 mip6MnPrefixAdvsIgnored: 1.3.6.1.2.1.133.1.2.2.6 mip6MnMovedToFN: 1.3.6.1.2.1.133.1.2.2.7 mip6MnMovedToHN: 1.3.6.1.2.1.133.1.2.2.8 mip6MnRegistration: 1.3.6.1.2.1.133.1.2.3 mip6MnBLTable: 1.3.6.1.2.1.133.1.2.3.1 mip6MnBLEntry: 1.3.6.1.2.1.133.1.2.3.1.1 mip6MnBLNodeAddressType: 1.3.6.1.2.1.133.1.2.3.1.1.1 mip6MnBLNodeAddress: 1.3.6.1.2.1.133.1.2.3.1.1.2 mip6MnBLCOAType: 1.3.6.1.2.1.133.1.2.3.1.1.3 mip6MnBLCOA: 1.3.6.1.2.1.133.1.2.3.1.1.4 mip6MnBLLifeTimeRequested: 1.3.6.1.2.1.133.1.2.3.1.1.5 mip6MnBLLifeTimeGranted: 1.3.6.1.2.1.133.1.2.3.1.1.6 mip6MnBLMaxSeq: 1.3.6.1.2.1.133.1.2.3.1.1.7 mip6MnBLTimeSent: 1.3.6.1.2.1.133.1.2.3.1.1.8 mip6MnBLAccepted: 1.3.6.1.2.1.133.1.2.3.1.1.9 mip6MnBLAcceptedTime: 1.3.6.1.2.1.133.1.2.3.1.1.10 mip6MnBLRetransmissions: 1.3.6.1.2.1.133.1.2.3.1.1.11 mip6MnBLDontSendBUFlag: 1.3.6.1.2.1.133.1.2.3.1.1.12 mip6MnRegnCounters: 1.3.6.1.2.1.133.1.2.3.2 mip6MnMobilityMessagesSent: 1.3.6.1.2.1.133.1.2.3.2.1 mip6MnMobilityMessagesRecd: 1.3.6.1.2.1.133.1.2.3.2.2 mip6MnBUsToHA: 1.3.6.1.2.1.133.1.2.3.2.3 mip6MnBUAcksFromHA: 1.3.6.1.2.1.133.1.2.3.2.4 mip6MnBUsToCN: 1.3.6.1.2.1.133.1.2.3.2.5 mip6MnBUAcksFromCN: 1.3.6.1.2.1.133.1.2.3.2.6 mip6MnBindingErrorsFromCN: 1.3.6.1.2.1.133.1.2.3.2.7 mip6MnICMPErrorsRecd: 1.3.6.1.2.1.133.1.2.3.2.8 mip6MnBRRequestsRecd: 1.3.6.1.2.1.133.1.2.3.2.9 mip6Cn: 1.3.6.1.2.1.133.1.3 mip6CnSystem: 1.3.6.1.2.1.133.1.3.1 mip6CnStats: 1.3.6.1.2.1.133.1.3.2 mip6CnGlobalStats: 1.3.6.1.2.1.133.1.3.2.1 mip6CnHomeTestInitsRecd: 1.3.6.1.2.1.133.1.3.2.1.1 mip6CnHomeTestsSent: 1.3.6.1.2.1.133.1.3.2.1.2 mip6CnCareOfTestInitsRecd: 1.3.6.1.2.1.133.1.3.2.1.3 mip6CnCareOfTestsSent: 1.3.6.1.2.1.133.1.3.2.1.4 mip6CnBUsRecd: 1.3.6.1.2.1.133.1.3.2.1.5 mip6CnBUAcksSent: 1.3.6.1.2.1.133.1.3.2.1.6 mip6CnBRsSent: 1.3.6.1.2.1.133.1.3.2.1.7 mip6CnBindingErrors: 1.3.6.1.2.1.133.1.3.2.1.8 mip6CnBUsAccepted: 1.3.6.1.2.1.133.1.3.2.1.9 mip6CnBUsRejected: 1.3.6.1.2.1.133.1.3.2.1.10 mip6CnReasonUnspecified: 1.3.6.1.2.1.133.1.3.2.1.11 mip6CnInsufficientResource: 1.3.6.1.2.1.133.1.3.2.1.12 mip6CnHomeRegnNotSupported: 1.3.6.1.2.1.133.1.3.2.1.13 mip6CnSeqNumberOutOfWindow: 1.3.6.1.2.1.133.1.3.2.1.14 mip6CnExpiredHomeNonceIndex: 1.3.6.1.2.1.133.1.3.2.1.15 mip6CnExpiredCareOfNonceIndex: 1.3.6.1.2.1.133.1.3.2.1.16 mip6CnExpiredNonce: 1.3.6.1.2.1.133.1.3.2.1.17 mip6CnRegTypeChangeDisallowed: 1.3.6.1.2.1.133.1.3.2.1.18 mip6CnCounterTable: 1.3.6.1.2.1.133.1.3.2.2 mip6CnCounterEntry: 1.3.6.1.2.1.133.1.3.2.2.1 mip6CnBURequestsAccepted: 1.3.6.1.2.1.133.1.3.2.2.1.1 mip6CnBURequestsRejected: 1.3.6.1.2.1.133.1.3.2.2.1.2 mip6CnBCEntryCreationTime: 1.3.6.1.2.1.133.1.3.2.2.1.3 mip6CnBUAcceptedTime: 1.3.6.1.2.1.133.1.3.2.2.1.4 mip6CnBURejectionTime: 1.3.6.1.2.1.133.1.3.2.2.1.5 mip6CnBURejectionCode: 1.3.6.1.2.1.133.1.3.2.2.1.6 mip6CnCtrDiscontinuityTime: 1.3.6.1.2.1.133.1.3.2.2.1.7 mip6Ha: 1.3.6.1.2.1.133.1.4 mip6HaAdvertisement: 1.3.6.1.2.1.133.1.4.1 mip6HaAdvsRecd: 1.3.6.1.2.1.133.1.4.1.1 mip6HaAdvsSent: 1.3.6.1.2.1.133.1.4.1.2 mip6HaConfTable: 1.3.6.1.2.1.133.1.4.1.3 mip6HaConfEntry: 1.3.6.1.2.1.133.1.4.1.3.1 mip6HaAdvPreference: 1.3.6.1.2.1.133.1.4.1.3.1.1 mip6HaAdvLifetime: 1.3.6.1.2.1.133.1.4.1.3.1.2 mip6HaPrefixAdv: 1.3.6.1.2.1.133.1.4.1.3.1.3 mip6HaPrefixSolicitation: 1.3.6.1.2.1.133.1.4.1.3.1.4 mip6HaMCastCtlMsgSupport: 1.3.6.1.2.1.133.1.4.1.3.1.5 mip6HaListTable: 1.3.6.1.2.1.133.1.4.1.4 mip6HaListEntry: 1.3.6.1.2.1.133.1.4.1.4.1 mip6HaLinkLocalAddressType: 1.3.6.1.2.1.133.1.4.1.4.1.1 mip6HaLinkLocalAddress: 1.3.6.1.2.1.133.1.4.1.4.1.2 mip6HaPreference: 1.3.6.1.2.1.133.1.4.1.4.1.3 mip6HaRecvLifeTime: 1.3.6.1.2.1.133.1.4.1.4.1.4 mip6HaRecvTimeStamp: 1.3.6.1.2.1.133.1.4.1.4.1.5 mip6HaGlAddrTable: 1.3.6.1.2.1.133.1.4.1.5 mip6HaGlAddrEntry: 1.3.6.1.2.1.133.1.4.1.5.1 mip6HaGaAddrSeqNo: 1.3.6.1.2.1.133.1.4.1.5.1.1 mip6HaGaGlobalAddressType: 1.3.6.1.2.1.133.1.4.1.5.1.2 mip6HaGaGlobalAddress: 1.3.6.1.2.1.133.1.4.1.5.1.3 mip6HaStats: 1.3.6.1.2.1.133.1.4.2 mip6HaGlobalStats: 1.3.6.1.2.1.133.1.4.2.1 mip6HaHomeTestInitsRecd: 1.3.6.1.2.1.133.1.4.2.1.1 mip6HaHomeTestsSent: 1.3.6.1.2.1.133.1.4.2.1.2 mip6HaBUsRecd: 1.3.6.1.2.1.133.1.4.2.1.3 mip6HaBUAcksSent: 1.3.6.1.2.1.133.1.4.2.1.4 mip6HaBRAdviceSent: 1.3.6.1.2.1.133.1.4.2.1.5 mip6HaBUsAccepted: 1.3.6.1.2.1.133.1.4.2.1.6 mip6HaPrefDiscoverReqd: 1.3.6.1.2.1.133.1.4.2.1.7 mip6HaReasonUnspecified: 1.3.6.1.2.1.133.1.4.2.1.8 mip6HaAdmProhibited: 1.3.6.1.2.1.133.1.4.2.1.9 mip6HaInsufficientResource: 1.3.6.1.2.1.133.1.4.2.1.10 mip6HaHomeRegnNotSupported: 1.3.6.1.2.1.133.1.4.2.1.11 mip6HaNotHomeSubnet: 1.3.6.1.2.1.133.1.4.2.1.12 mip6HaNotHomeAgentForThisMN: 1.3.6.1.2.1.133.1.4.2.1.13 mip6HaDupAddrDetectionFailed: 1.3.6.1.2.1.133.1.4.2.1.14 mip6HaSeqNumberOutOfWindow: 1.3.6.1.2.1.133.1.4.2.1.15 mip6HaExpiredHomeNonceIndex: 1.3.6.1.2.1.133.1.4.2.1.16 mip6HaRegTypeChangeDisallowed: 1.3.6.1.2.1.133.1.4.2.1.17 mip6HaCounterTable: 1.3.6.1.2.1.133.1.4.2.2 mip6HaCounterEntry: 1.3.6.1.2.1.133.1.4.2.2.1 mip6HaBURequestsAccepted: 1.3.6.1.2.1.133.1.4.2.2.1.1 mip6HaBURequestsDenied: 1.3.6.1.2.1.133.1.4.2.2.1.2 mip6HaBCEntryCreationTime: 1.3.6.1.2.1.133.1.4.2.2.1.3 mip6HaBUAcceptedTime: 1.3.6.1.2.1.133.1.4.2.2.1.4 mip6HaBURejectionTime: 1.3.6.1.2.1.133.1.4.2.2.1.5 mip6HaRecentBURejectionCode: 1.3.6.1.2.1.133.1.4.2.2.1.6 mip6HaCtrDiscontinuityTime: 1.3.6.1.2.1.133.1.4.2.2.1.7 mip6Conformance: 1.3.6.1.2.1.133.2 mip6Groups: 1.3.6.1.2.1.133.2.1 mip6Compliances: 1.3.6.1.2.1.133.2.2 mip6MnRegistered: 1.3.6.1.2.1.133.0.1 mip6MnDeRegistered: 1.3.6.1.2.1.133.0.2 mip6MnCOAChanged: 1.3.6.1.2.1.133.0.3 mip6MnBindingExpiredAtHA: 1.3.6.1.2.1.133.0.4 mip6MnBindingExpiredAtCN: 1.3.6.1.2.1.133.0.5 snmp-1.2.0/data/ruby/snmp/mibs/TOKEN-RING-RMON-MIB.yaml0000644000004100000410000002315712365504747022024 0ustar www-datawww-data--- tokenRingMLStatsTable: 1.3.6.1.2.1.16.1.2 tokenRingMLStatsEntry: 1.3.6.1.2.1.16.1.2.1 tokenRingMLStatsIndex: 1.3.6.1.2.1.16.1.2.1.1 tokenRingMLStatsDataSource: 1.3.6.1.2.1.16.1.2.1.2 tokenRingMLStatsDropEvents: 1.3.6.1.2.1.16.1.2.1.3 tokenRingMLStatsMacOctets: 1.3.6.1.2.1.16.1.2.1.4 tokenRingMLStatsMacPkts: 1.3.6.1.2.1.16.1.2.1.5 tokenRingMLStatsRingPurgeEvents: 1.3.6.1.2.1.16.1.2.1.6 tokenRingMLStatsRingPurgePkts: 1.3.6.1.2.1.16.1.2.1.7 tokenRingMLStatsBeaconEvents: 1.3.6.1.2.1.16.1.2.1.8 tokenRingMLStatsBeaconTime: 1.3.6.1.2.1.16.1.2.1.9 tokenRingMLStatsBeaconPkts: 1.3.6.1.2.1.16.1.2.1.10 tokenRingMLStatsClaimTokenEvents: 1.3.6.1.2.1.16.1.2.1.11 tokenRingMLStatsClaimTokenPkts: 1.3.6.1.2.1.16.1.2.1.12 tokenRingMLStatsNAUNChanges: 1.3.6.1.2.1.16.1.2.1.13 tokenRingMLStatsLineErrors: 1.3.6.1.2.1.16.1.2.1.14 tokenRingMLStatsInternalErrors: 1.3.6.1.2.1.16.1.2.1.15 tokenRingMLStatsBurstErrors: 1.3.6.1.2.1.16.1.2.1.16 tokenRingMLStatsACErrors: 1.3.6.1.2.1.16.1.2.1.17 tokenRingMLStatsAbortErrors: 1.3.6.1.2.1.16.1.2.1.18 tokenRingMLStatsLostFrameErrors: 1.3.6.1.2.1.16.1.2.1.19 tokenRingMLStatsCongestionErrors: 1.3.6.1.2.1.16.1.2.1.20 tokenRingMLStatsFrameCopiedErrors: 1.3.6.1.2.1.16.1.2.1.21 tokenRingMLStatsFrequencyErrors: 1.3.6.1.2.1.16.1.2.1.22 tokenRingMLStatsTokenErrors: 1.3.6.1.2.1.16.1.2.1.23 tokenRingMLStatsSoftErrorReports: 1.3.6.1.2.1.16.1.2.1.24 tokenRingMLStatsRingPollEvents: 1.3.6.1.2.1.16.1.2.1.25 tokenRingMLStatsOwner: 1.3.6.1.2.1.16.1.2.1.26 tokenRingMLStatsStatus: 1.3.6.1.2.1.16.1.2.1.27 tokenRingPStatsTable: 1.3.6.1.2.1.16.1.3 tokenRingPStatsEntry: 1.3.6.1.2.1.16.1.3.1 tokenRingPStatsIndex: 1.3.6.1.2.1.16.1.3.1.1 tokenRingPStatsDataSource: 1.3.6.1.2.1.16.1.3.1.2 tokenRingPStatsDropEvents: 1.3.6.1.2.1.16.1.3.1.3 tokenRingPStatsDataOctets: 1.3.6.1.2.1.16.1.3.1.4 tokenRingPStatsDataPkts: 1.3.6.1.2.1.16.1.3.1.5 tokenRingPStatsDataBroadcastPkts: 1.3.6.1.2.1.16.1.3.1.6 tokenRingPStatsDataMulticastPkts: 1.3.6.1.2.1.16.1.3.1.7 tokenRingPStatsDataPkts18to63Octets: 1.3.6.1.2.1.16.1.3.1.8 tokenRingPStatsDataPkts64to127Octets: 1.3.6.1.2.1.16.1.3.1.9 tokenRingPStatsDataPkts128to255Octets: 1.3.6.1.2.1.16.1.3.1.10 tokenRingPStatsDataPkts256to511Octets: 1.3.6.1.2.1.16.1.3.1.11 tokenRingPStatsDataPkts512to1023Octets: 1.3.6.1.2.1.16.1.3.1.12 tokenRingPStatsDataPkts1024to2047Octets: 1.3.6.1.2.1.16.1.3.1.13 tokenRingPStatsDataPkts2048to4095Octets: 1.3.6.1.2.1.16.1.3.1.14 tokenRingPStatsDataPkts4096to8191Octets: 1.3.6.1.2.1.16.1.3.1.15 tokenRingPStatsDataPkts8192to18000Octets: 1.3.6.1.2.1.16.1.3.1.16 tokenRingPStatsDataPktsGreaterThan18000Octets: 1.3.6.1.2.1.16.1.3.1.17 tokenRingPStatsOwner: 1.3.6.1.2.1.16.1.3.1.18 tokenRingPStatsStatus: 1.3.6.1.2.1.16.1.3.1.19 tokenRingMLHistoryTable: 1.3.6.1.2.1.16.2.3 tokenRingMLHistoryEntry: 1.3.6.1.2.1.16.2.3.1 tokenRingMLHistoryIndex: 1.3.6.1.2.1.16.2.3.1.1 tokenRingMLHistorySampleIndex: 1.3.6.1.2.1.16.2.3.1.2 tokenRingMLHistoryIntervalStart: 1.3.6.1.2.1.16.2.3.1.3 tokenRingMLHistoryDropEvents: 1.3.6.1.2.1.16.2.3.1.4 tokenRingMLHistoryMacOctets: 1.3.6.1.2.1.16.2.3.1.5 tokenRingMLHistoryMacPkts: 1.3.6.1.2.1.16.2.3.1.6 tokenRingMLHistoryRingPurgeEvents: 1.3.6.1.2.1.16.2.3.1.7 tokenRingMLHistoryRingPurgePkts: 1.3.6.1.2.1.16.2.3.1.8 tokenRingMLHistoryBeaconEvents: 1.3.6.1.2.1.16.2.3.1.9 tokenRingMLHistoryBeaconTime: 1.3.6.1.2.1.16.2.3.1.10 tokenRingMLHistoryBeaconPkts: 1.3.6.1.2.1.16.2.3.1.11 tokenRingMLHistoryClaimTokenEvents: 1.3.6.1.2.1.16.2.3.1.12 tokenRingMLHistoryClaimTokenPkts: 1.3.6.1.2.1.16.2.3.1.13 tokenRingMLHistoryNAUNChanges: 1.3.6.1.2.1.16.2.3.1.14 tokenRingMLHistoryLineErrors: 1.3.6.1.2.1.16.2.3.1.15 tokenRingMLHistoryInternalErrors: 1.3.6.1.2.1.16.2.3.1.16 tokenRingMLHistoryBurstErrors: 1.3.6.1.2.1.16.2.3.1.17 tokenRingMLHistoryACErrors: 1.3.6.1.2.1.16.2.3.1.18 tokenRingMLHistoryAbortErrors: 1.3.6.1.2.1.16.2.3.1.19 tokenRingMLHistoryLostFrameErrors: 1.3.6.1.2.1.16.2.3.1.20 tokenRingMLHistoryCongestionErrors: 1.3.6.1.2.1.16.2.3.1.21 tokenRingMLHistoryFrameCopiedErrors: 1.3.6.1.2.1.16.2.3.1.22 tokenRingMLHistoryFrequencyErrors: 1.3.6.1.2.1.16.2.3.1.23 tokenRingMLHistoryTokenErrors: 1.3.6.1.2.1.16.2.3.1.24 tokenRingMLHistorySoftErrorReports: 1.3.6.1.2.1.16.2.3.1.25 tokenRingMLHistoryRingPollEvents: 1.3.6.1.2.1.16.2.3.1.26 tokenRingMLHistoryActiveStations: 1.3.6.1.2.1.16.2.3.1.27 tokenRingPHistoryTable: 1.3.6.1.2.1.16.2.4 tokenRingPHistoryEntry: 1.3.6.1.2.1.16.2.4.1 tokenRingPHistoryIndex: 1.3.6.1.2.1.16.2.4.1.1 tokenRingPHistorySampleIndex: 1.3.6.1.2.1.16.2.4.1.2 tokenRingPHistoryIntervalStart: 1.3.6.1.2.1.16.2.4.1.3 tokenRingPHistoryDropEvents: 1.3.6.1.2.1.16.2.4.1.4 tokenRingPHistoryDataOctets: 1.3.6.1.2.1.16.2.4.1.5 tokenRingPHistoryDataPkts: 1.3.6.1.2.1.16.2.4.1.6 tokenRingPHistoryDataBroadcastPkts: 1.3.6.1.2.1.16.2.4.1.7 tokenRingPHistoryDataMulticastPkts: 1.3.6.1.2.1.16.2.4.1.8 tokenRingPHistoryDataPkts18to63Octets: 1.3.6.1.2.1.16.2.4.1.9 tokenRingPHistoryDataPkts64to127Octets: 1.3.6.1.2.1.16.2.4.1.10 tokenRingPHistoryDataPkts128to255Octets: 1.3.6.1.2.1.16.2.4.1.11 tokenRingPHistoryDataPkts256to511Octets: 1.3.6.1.2.1.16.2.4.1.12 tokenRingPHistoryDataPkts512to1023Octets: 1.3.6.1.2.1.16.2.4.1.13 tokenRingPHistoryDataPkts1024to2047Octets: 1.3.6.1.2.1.16.2.4.1.14 tokenRingPHistoryDataPkts2048to4095Octets: 1.3.6.1.2.1.16.2.4.1.15 tokenRingPHistoryDataPkts4096to8191Octets: 1.3.6.1.2.1.16.2.4.1.16 tokenRingPHistoryDataPkts8192to18000Octets: 1.3.6.1.2.1.16.2.4.1.17 tokenRingPHistoryDataPktsGreaterThan18000Octets: 1.3.6.1.2.1.16.2.4.1.18 tokenRing: 1.3.6.1.2.1.16.10 ringStationControlTable: 1.3.6.1.2.1.16.10.1 ringStationControlEntry: 1.3.6.1.2.1.16.10.1.1 ringStationControlIfIndex: 1.3.6.1.2.1.16.10.1.1.1 ringStationControlTableSize: 1.3.6.1.2.1.16.10.1.1.2 ringStationControlActiveStations: 1.3.6.1.2.1.16.10.1.1.3 ringStationControlRingState: 1.3.6.1.2.1.16.10.1.1.4 ringStationControlBeaconSender: 1.3.6.1.2.1.16.10.1.1.5 ringStationControlBeaconNAUN: 1.3.6.1.2.1.16.10.1.1.6 ringStationControlActiveMonitor: 1.3.6.1.2.1.16.10.1.1.7 ringStationControlOrderChanges: 1.3.6.1.2.1.16.10.1.1.8 ringStationControlOwner: 1.3.6.1.2.1.16.10.1.1.9 ringStationControlStatus: 1.3.6.1.2.1.16.10.1.1.10 ringStationTable: 1.3.6.1.2.1.16.10.2 ringStationEntry: 1.3.6.1.2.1.16.10.2.1 ringStationIfIndex: 1.3.6.1.2.1.16.10.2.1.1 ringStationMacAddress: 1.3.6.1.2.1.16.10.2.1.2 ringStationLastNAUN: 1.3.6.1.2.1.16.10.2.1.3 ringStationStationStatus: 1.3.6.1.2.1.16.10.2.1.4 ringStationLastEnterTime: 1.3.6.1.2.1.16.10.2.1.5 ringStationLastExitTime: 1.3.6.1.2.1.16.10.2.1.6 ringStationDuplicateAddresses: 1.3.6.1.2.1.16.10.2.1.7 ringStationInLineErrors: 1.3.6.1.2.1.16.10.2.1.8 ringStationOutLineErrors: 1.3.6.1.2.1.16.10.2.1.9 ringStationInternalErrors: 1.3.6.1.2.1.16.10.2.1.10 ringStationInBurstErrors: 1.3.6.1.2.1.16.10.2.1.11 ringStationOutBurstErrors: 1.3.6.1.2.1.16.10.2.1.12 ringStationACErrors: 1.3.6.1.2.1.16.10.2.1.13 ringStationAbortErrors: 1.3.6.1.2.1.16.10.2.1.14 ringStationLostFrameErrors: 1.3.6.1.2.1.16.10.2.1.15 ringStationCongestionErrors: 1.3.6.1.2.1.16.10.2.1.16 ringStationFrameCopiedErrors: 1.3.6.1.2.1.16.10.2.1.17 ringStationFrequencyErrors: 1.3.6.1.2.1.16.10.2.1.18 ringStationTokenErrors: 1.3.6.1.2.1.16.10.2.1.19 ringStationInBeaconErrors: 1.3.6.1.2.1.16.10.2.1.20 ringStationOutBeaconErrors: 1.3.6.1.2.1.16.10.2.1.21 ringStationInsertions: 1.3.6.1.2.1.16.10.2.1.22 ringStationOrderTable: 1.3.6.1.2.1.16.10.3 ringStationOrderEntry: 1.3.6.1.2.1.16.10.3.1 ringStationOrderIfIndex: 1.3.6.1.2.1.16.10.3.1.1 ringStationOrderOrderIndex: 1.3.6.1.2.1.16.10.3.1.2 ringStationOrderMacAddress: 1.3.6.1.2.1.16.10.3.1.3 ringStationConfigControlTable: 1.3.6.1.2.1.16.10.4 ringStationConfigControlEntry: 1.3.6.1.2.1.16.10.4.1 ringStationConfigControlIfIndex: 1.3.6.1.2.1.16.10.4.1.1 ringStationConfigControlMacAddress: 1.3.6.1.2.1.16.10.4.1.2 ringStationConfigControlRemove: 1.3.6.1.2.1.16.10.4.1.3 ringStationConfigControlUpdateStats: 1.3.6.1.2.1.16.10.4.1.4 ringStationConfigTable: 1.3.6.1.2.1.16.10.5 ringStationConfigEntry: 1.3.6.1.2.1.16.10.5.1 ringStationConfigIfIndex: 1.3.6.1.2.1.16.10.5.1.1 ringStationConfigMacAddress: 1.3.6.1.2.1.16.10.5.1.2 ringStationConfigUpdateTime: 1.3.6.1.2.1.16.10.5.1.3 ringStationConfigLocation: 1.3.6.1.2.1.16.10.5.1.4 ringStationConfigMicrocode: 1.3.6.1.2.1.16.10.5.1.5 ringStationConfigGroupAddress: 1.3.6.1.2.1.16.10.5.1.6 ringStationConfigFunctionalAddress: 1.3.6.1.2.1.16.10.5.1.7 sourceRoutingStatsTable: 1.3.6.1.2.1.16.10.6 sourceRoutingStatsEntry: 1.3.6.1.2.1.16.10.6.1 sourceRoutingStatsIfIndex: 1.3.6.1.2.1.16.10.6.1.1 sourceRoutingStatsRingNumber: 1.3.6.1.2.1.16.10.6.1.2 sourceRoutingStatsInFrames: 1.3.6.1.2.1.16.10.6.1.3 sourceRoutingStatsOutFrames: 1.3.6.1.2.1.16.10.6.1.4 sourceRoutingStatsThroughFrames: 1.3.6.1.2.1.16.10.6.1.5 sourceRoutingStatsAllRoutesBroadcastFrames: 1.3.6.1.2.1.16.10.6.1.6 sourceRoutingStatsSingleRouteBroadcastFrames: 1.3.6.1.2.1.16.10.6.1.7 sourceRoutingStatsInOctets: 1.3.6.1.2.1.16.10.6.1.8 sourceRoutingStatsOutOctets: 1.3.6.1.2.1.16.10.6.1.9 sourceRoutingStatsThroughOctets: 1.3.6.1.2.1.16.10.6.1.10 sourceRoutingStatsAllRoutesBroadcastOctets: 1.3.6.1.2.1.16.10.6.1.11 sourceRoutingStatsSingleRoutesBroadcastOctets: 1.3.6.1.2.1.16.10.6.1.12 sourceRoutingStatsLocalLLCFrames: 1.3.6.1.2.1.16.10.6.1.13 sourceRoutingStats1HopFrames: 1.3.6.1.2.1.16.10.6.1.14 sourceRoutingStats2HopsFrames: 1.3.6.1.2.1.16.10.6.1.15 sourceRoutingStats3HopsFrames: 1.3.6.1.2.1.16.10.6.1.16 sourceRoutingStats4HopsFrames: 1.3.6.1.2.1.16.10.6.1.17 sourceRoutingStats5HopsFrames: 1.3.6.1.2.1.16.10.6.1.18 sourceRoutingStats6HopsFrames: 1.3.6.1.2.1.16.10.6.1.19 sourceRoutingStats7HopsFrames: 1.3.6.1.2.1.16.10.6.1.20 sourceRoutingStats8HopsFrames: 1.3.6.1.2.1.16.10.6.1.21 sourceRoutingStatsMoreThan8HopsFrames: 1.3.6.1.2.1.16.10.6.1.22 sourceRoutingStatsOwner: 1.3.6.1.2.1.16.10.6.1.23 sourceRoutingStatsStatus: 1.3.6.1.2.1.16.10.6.1.24 snmp-1.2.0/data/ruby/snmp/mibs/APPN-TRAP-MIB.yaml0000644000004100000410000000111612365504747021127 0ustar www-datawww-data--- appnTrapMIB: 1.3.6.1.2.1.34.4.0 appnTrapObjects: 1.3.6.1.2.1.34.4.1.7 appnTrapControl: 1.3.6.1.2.1.34.4.1.7.1 appnLocalTgTableChanges: 1.3.6.1.2.1.34.4.1.7.2 appnPortTableChanges: 1.3.6.1.2.1.34.4.1.7.3 appnLsTableChanges: 1.3.6.1.2.1.34.4.1.7.4 dlurDlusTableChanges: 1.3.6.1.2.1.34.4.1.7.5 appnIsrAccountingDataTrap: 1.3.6.1.2.1.34.4.0.1 appnLocalTgOperStateChangeTrap: 1.3.6.1.2.1.34.4.0.2 appnLocalTgCpCpChangeTrap: 1.3.6.1.2.1.34.4.0.3 appnPortOperStateChangeTrap: 1.3.6.1.2.1.34.4.0.4 appnLsOperStateChangeTrap: 1.3.6.1.2.1.34.4.0.5 dlurDlusStateChangeTrap: 1.3.6.1.2.1.34.4.0.6 snmp-1.2.0/data/ruby/snmp/mibs/ETHER-CHIPSET-MIB.yaml0000644000004100000410000000675012365504747021602 0ustar www-datawww-data--- dot3ChipSets: 1.3.6.1.2.1.10.7.8 dot3ChipSetAMD: 1.3.6.1.2.1.10.7.8.1 dot3ChipSetAMD7990: 1.3.6.1.2.1.10.7.8.1.1 dot3ChipSetAMD79900: 1.3.6.1.2.1.10.7.8.1.2 dot3ChipSetAMD79C940: 1.3.6.1.2.1.10.7.8.1.3 dot3ChipSetAMD79C90: 1.3.6.1.2.1.10.7.8.1.4 dot3ChipSetAMD79C960: 1.3.6.1.2.1.10.7.8.1.5 dot3ChipSetAMD79C961: 1.3.6.1.2.1.10.7.8.1.6 dot3ChipSetAMD79C961A: 1.3.6.1.2.1.10.7.8.1.7 dot3ChipSetAMD79C965: 1.3.6.1.2.1.10.7.8.1.8 dot3ChipSetAMD79C970: 1.3.6.1.2.1.10.7.8.1.9 dot3ChipSetAMD79C970A: 1.3.6.1.2.1.10.7.8.1.10 dot3ChipSetAMD79C971: 1.3.6.1.2.1.10.7.8.1.11 dot3ChipSetAMD79C972: 1.3.6.1.2.1.10.7.8.1.12 dot3ChipSetIntel: 1.3.6.1.2.1.10.7.8.2 dot3ChipSetIntel82586: 1.3.6.1.2.1.10.7.8.2.1 dot3ChipSetIntel82596: 1.3.6.1.2.1.10.7.8.2.2 dot3ChipSetIntel82595: 1.3.6.1.2.1.10.7.8.2.3 dot3ChipSetIntel82557: 1.3.6.1.2.1.10.7.8.2.4 dot3ChipSetIntel82558: 1.3.6.1.2.1.10.7.8.2.5 dot3ChipSetSeeq: 1.3.6.1.2.1.10.7.8.3 dot3ChipSetSeeq8003: 1.3.6.1.2.1.10.7.8.3.1 dot3ChipSetSeeq80C03: 1.3.6.1.2.1.10.7.8.3.2 dot3ChipSetSeeq84C30: 1.3.6.1.2.1.10.7.8.3.3 dot3ChipSetSeeq8431: 1.3.6.1.2.1.10.7.8.3.4 dot3ChipSetSeeq80C300: 1.3.6.1.2.1.10.7.8.3.5 dot3ChipSetSeeq84C300: 1.3.6.1.2.1.10.7.8.3.6 dot3ChipSetSeeq84301: 1.3.6.1.2.1.10.7.8.3.7 dot3ChipSetSeeq84302: 1.3.6.1.2.1.10.7.8.3.8 dot3ChipSetSeeq8100: 1.3.6.1.2.1.10.7.8.3.9 dot3ChipSetNational: 1.3.6.1.2.1.10.7.8.4 dot3ChipSetNational8390: 1.3.6.1.2.1.10.7.8.4.1 dot3ChipSetNationalSonic: 1.3.6.1.2.1.10.7.8.4.2 dot3ChipSetNational83901: 1.3.6.1.2.1.10.7.8.4.3 dot3ChipSetNational83902: 1.3.6.1.2.1.10.7.8.4.4 dot3ChipSetNational83905: 1.3.6.1.2.1.10.7.8.4.5 dot3ChipSetNational83907: 1.3.6.1.2.1.10.7.8.4.6 dot3ChipSetNational83916: 1.3.6.1.2.1.10.7.8.4.7 dot3ChipSetNational83934: 1.3.6.1.2.1.10.7.8.4.8 dot3ChipSetNational83936: 1.3.6.1.2.1.10.7.8.4.9 dot3ChipSetFujitsu: 1.3.6.1.2.1.10.7.8.5 dot3ChipSetFujitsu86950: 1.3.6.1.2.1.10.7.8.5.1 dot3ChipSetFujitsu86960: 1.3.6.1.2.1.10.7.8.5.2 dot3ChipSetFujitsu86964: 1.3.6.1.2.1.10.7.8.5.3 dot3ChipSetFujitsu86965A: 1.3.6.1.2.1.10.7.8.5.4 dot3ChipSetFujitsu86965B: 1.3.6.1.2.1.10.7.8.5.5 dot3ChipSetDigital: 1.3.6.1.2.1.10.7.8.6 dot3ChipSetDigitalDC21040: 1.3.6.1.2.1.10.7.8.6.1 dot3ChipSetDigital21041: 1.3.6.1.2.1.10.7.8.6.2 dot3ChipSetDigital21140: 1.3.6.1.2.1.10.7.8.6.3 dot3ChipSetDigital21143: 1.3.6.1.2.1.10.7.8.6.4 dot3ChipSetDigital21340: 1.3.6.1.2.1.10.7.8.6.5 dot3ChipSetDigital21440: 1.3.6.1.2.1.10.7.8.6.6 dot3ChipSetDigital21540: 1.3.6.1.2.1.10.7.8.6.7 dot3ChipSetTI: 1.3.6.1.2.1.10.7.8.7 dot3ChipSetTIE100: 1.3.6.1.2.1.10.7.8.7.1 dot3ChipSetTIE110: 1.3.6.1.2.1.10.7.8.7.2 dot3ChipSetTIX3100: 1.3.6.1.2.1.10.7.8.7.3 dot3ChipSetTIX3150: 1.3.6.1.2.1.10.7.8.7.4 dot3ChipSetTIX3270: 1.3.6.1.2.1.10.7.8.7.5 dot3ChipSetToshiba: 1.3.6.1.2.1.10.7.8.8 dot3ChipSetToshibaTC35815F: 1.3.6.1.2.1.10.7.8.8.1 dot3ChipSetLucent: 1.3.6.1.2.1.10.7.8.9 dot3ChipSetLucentATT1MX10: 1.3.6.1.2.1.10.7.8.9.1 dot3ChipSetLucentLUC3M08: 1.3.6.1.2.1.10.7.8.9.2 dot3ChipSetGalileo: 1.3.6.1.2.1.10.7.8.10 dot3ChipSetGalileoGT48001: 1.3.6.1.2.1.10.7.8.10.1 dot3ChipSetGalileoGT48002: 1.3.6.1.2.1.10.7.8.10.2 dot3ChipSetGalileoGT48004: 1.3.6.1.2.1.10.7.8.10.3 dot3ChipSetGalileoGT48207: 1.3.6.1.2.1.10.7.8.10.4 dot3ChipSetGalileoGT48208: 1.3.6.1.2.1.10.7.8.10.5 dot3ChipSetGalileoGT48212: 1.3.6.1.2.1.10.7.8.10.6 dot3ChipSetJato: 1.3.6.1.2.1.10.7.8.11 dot3ChipSetJatoJT1001: 1.3.6.1.2.1.10.7.8.11.1 dot3ChipSetXaQti: 1.3.6.1.2.1.10.7.8.12 dot3ChipSetXaQtiXQ11800FP: 1.3.6.1.2.1.10.7.8.12.1 dot3ChipSetXaQtiXQ18110FP: 1.3.6.1.2.1.10.7.8.12.2 etherChipsetMIB: 1.3.6.1.2.1.70 snmp-1.2.0/data/ruby/snmp/mibs/T11-FC-VIRTUAL-FABRIC-MIB.yaml0000644000004100000410000000252612365504747022536 0ustar www-datawww-data--- t11FcVirtualFabricMIB: 1.3.6.1.2.1.147 t11vfObjects: 1.3.6.1.2.1.147.1 t11vfCoreSwitchTable: 1.3.6.1.2.1.147.1.1 t11vfCoreSwitchEntry: 1.3.6.1.2.1.147.1.1.1 t11vfCoreSwitchSwitchName: 1.3.6.1.2.1.147.1.1.1.1 t11vfCoreSwitchMaxSupported: 1.3.6.1.2.1.147.1.1.1.2 t11vfCoreSwitchStorageType: 1.3.6.1.2.1.147.1.1.1.3 t11vfVirtualSwitchTable: 1.3.6.1.2.1.147.1.2 t11vfVirtualSwitchEntry: 1.3.6.1.2.1.147.1.2.1 t11vfVirtualSwitchVfId: 1.3.6.1.2.1.147.1.2.1.1 t11vfVirtualSwitchCoreSwitchName: 1.3.6.1.2.1.147.1.2.1.2 t11vfVirtualSwitchRowStatus: 1.3.6.1.2.1.147.1.2.1.3 t11vfVirtualSwitchStorageType: 1.3.6.1.2.1.147.1.2.1.4 t11vfPortTable: 1.3.6.1.2.1.147.1.3 t11vfPortEntry: 1.3.6.1.2.1.147.1.3.1 t11vfPortVfId: 1.3.6.1.2.1.147.1.3.1.1 t11vfPortTaggingAdminStatus: 1.3.6.1.2.1.147.1.3.1.2 t11vfPortTaggingOperStatus: 1.3.6.1.2.1.147.1.3.1.3 t11vfPortStorageType: 1.3.6.1.2.1.147.1.3.1.4 t11vfLocallyEnabledTable: 1.3.6.1.2.1.147.1.4 t11vfLocallyEnabledEntry: 1.3.6.1.2.1.147.1.4.1 t11vfLocallyEnabledPortIfIndex: 1.3.6.1.2.1.147.1.4.1.1 t11vfLocallyEnabledVfId: 1.3.6.1.2.1.147.1.4.1.2 t11vfLocallyEnabledOperStatus: 1.3.6.1.2.1.147.1.4.1.3 t11vfLocallyEnabledRowStatus: 1.3.6.1.2.1.147.1.4.1.4 t11vfLocallyEnabledStorageType: 1.3.6.1.2.1.147.1.4.1.5 t11vfConformance: 1.3.6.1.2.1.147.2 t11vfMIBCompliances: 1.3.6.1.2.1.147.2.1 t11vfMIBGroups: 1.3.6.1.2.1.147.2.2 snmp-1.2.0/data/ruby/snmp/mibs/ARC-MIB.yaml0000644000004100000410000000115012365504747020230 0ustar www-datawww-data--- arcMibModule: 1.3.6.1.2.1.117 arcTimeIntervals: 1.3.6.1.2.1.117.1 arcTITimeInterval: 1.3.6.1.2.1.117.1.1 arcCDTimeInterval: 1.3.6.1.2.1.117.1.2 arcObjects: 1.3.6.1.2.1.117.2 arcTable: 1.3.6.1.2.1.117.2.1 arcEntry: 1.3.6.1.2.1.117.2.1.1 arcIndex: 1.3.6.1.2.1.117.2.1.1.1 arcAlarmType: 1.3.6.1.2.1.117.2.1.1.2 arcNotificationId: 1.3.6.1.2.1.117.2.1.1.3 arcState: 1.3.6.1.2.1.117.2.1.1.4 arcNalmTimeRemaining: 1.3.6.1.2.1.117.2.1.1.5 arcRowStatus: 1.3.6.1.2.1.117.2.1.1.6 arcStorageType: 1.3.6.1.2.1.117.2.1.1.7 arcConformance: 1.3.6.1.2.1.117.3 arcCompliances: 1.3.6.1.2.1.117.3.1 arcGroups: 1.3.6.1.2.1.117.3.2 snmp-1.2.0/data/ruby/snmp/mibs/TRANSPORT-ADDRESS-MIB.yaml0000644000004100000410000000143412365504747022307 0ustar www-datawww-data--- transportAddressMIB: 1.3.6.1.2.1.100 transportDomains: 1.3.6.1.2.1.100.1 transportDomainUdpIpv4: 1.3.6.1.2.1.100.1.1 transportDomainUdpIpv6: 1.3.6.1.2.1.100.1.2 transportDomainUdpIpv4z: 1.3.6.1.2.1.100.1.3 transportDomainUdpIpv6z: 1.3.6.1.2.1.100.1.4 transportDomainTcpIpv4: 1.3.6.1.2.1.100.1.5 transportDomainTcpIpv6: 1.3.6.1.2.1.100.1.6 transportDomainTcpIpv4z: 1.3.6.1.2.1.100.1.7 transportDomainTcpIpv6z: 1.3.6.1.2.1.100.1.8 transportDomainSctpIpv4: 1.3.6.1.2.1.100.1.9 transportDomainSctpIpv6: 1.3.6.1.2.1.100.1.10 transportDomainSctpIpv4z: 1.3.6.1.2.1.100.1.11 transportDomainSctpIpv6z: 1.3.6.1.2.1.100.1.12 transportDomainLocal: 1.3.6.1.2.1.100.1.13 transportDomainUdpDns: 1.3.6.1.2.1.100.1.14 transportDomainTcpDns: 1.3.6.1.2.1.100.1.15 transportDomainSctpDns: 1.3.6.1.2.1.100.1.16 snmp-1.2.0/data/ruby/snmp/mibs/FDDI-SMT73-MIB.yaml0000644000004100000410000001457112365504747021157 0ustar www-datawww-data--- fddi: 1.3.6.1.2.1.10.15 fddimib: 1.3.6.1.2.1.10.15.73 fddimibSMT: 1.3.6.1.2.1.10.15.73.1 fddimibSMTNumber: 1.3.6.1.2.1.10.15.73.1.1 fddimibSMTTable: 1.3.6.1.2.1.10.15.73.1.2 fddimibSMTEntry: 1.3.6.1.2.1.10.15.73.1.2.1 fddimibSMTIndex: 1.3.6.1.2.1.10.15.73.1.2.1.1 fddimibSMTStationId: 1.3.6.1.2.1.10.15.73.1.2.1.2 fddimibSMTOpVersionId: 1.3.6.1.2.1.10.15.73.1.2.1.3 fddimibSMTHiVersionId: 1.3.6.1.2.1.10.15.73.1.2.1.4 fddimibSMTLoVersionId: 1.3.6.1.2.1.10.15.73.1.2.1.5 fddimibSMTUserData: 1.3.6.1.2.1.10.15.73.1.2.1.6 fddimibSMTMIBVersionId: 1.3.6.1.2.1.10.15.73.1.2.1.7 fddimibSMTMACCts: 1.3.6.1.2.1.10.15.73.1.2.1.8 fddimibSMTNonMasterCts: 1.3.6.1.2.1.10.15.73.1.2.1.9 fddimibSMTMasterCts: 1.3.6.1.2.1.10.15.73.1.2.1.10 fddimibSMTAvailablePaths: 1.3.6.1.2.1.10.15.73.1.2.1.11 fddimibSMTConfigCapabilities: 1.3.6.1.2.1.10.15.73.1.2.1.12 fddimibSMTConfigPolicy: 1.3.6.1.2.1.10.15.73.1.2.1.13 fddimibSMTConnectionPolicy: 1.3.6.1.2.1.10.15.73.1.2.1.14 fddimibSMTTNotify: 1.3.6.1.2.1.10.15.73.1.2.1.15 fddimibSMTStatRptPolicy: 1.3.6.1.2.1.10.15.73.1.2.1.16 fddimibSMTTraceMaxExpiration: 1.3.6.1.2.1.10.15.73.1.2.1.17 fddimibSMTBypassPresent: 1.3.6.1.2.1.10.15.73.1.2.1.18 fddimibSMTECMState: 1.3.6.1.2.1.10.15.73.1.2.1.19 fddimibSMTCFState: 1.3.6.1.2.1.10.15.73.1.2.1.20 fddimibSMTRemoteDisconnectFlag: 1.3.6.1.2.1.10.15.73.1.2.1.21 fddimibSMTStationStatus: 1.3.6.1.2.1.10.15.73.1.2.1.22 fddimibSMTPeerWrapFlag: 1.3.6.1.2.1.10.15.73.1.2.1.23 fddimibSMTTimeStamp: 1.3.6.1.2.1.10.15.73.1.2.1.24 fddimibSMTTransitionTimeStamp: 1.3.6.1.2.1.10.15.73.1.2.1.25 fddimibSMTStationAction: 1.3.6.1.2.1.10.15.73.1.2.1.26 fddimibMAC: 1.3.6.1.2.1.10.15.73.2 fddimibMACNumber: 1.3.6.1.2.1.10.15.73.2.1 fddimibMACTable: 1.3.6.1.2.1.10.15.73.2.2 fddimibMACEntry: 1.3.6.1.2.1.10.15.73.2.2.1 fddimibMACSMTIndex: 1.3.6.1.2.1.10.15.73.2.2.1.1 fddimibMACIndex: 1.3.6.1.2.1.10.15.73.2.2.1.2 fddimibMACIfIndex: 1.3.6.1.2.1.10.15.73.2.2.1.3 fddimibMACFrameStatusFunctions: 1.3.6.1.2.1.10.15.73.2.2.1.4 fddimibMACTMaxCapability: 1.3.6.1.2.1.10.15.73.2.2.1.5 fddimibMACTVXCapability: 1.3.6.1.2.1.10.15.73.2.2.1.6 fddimibMACAvailablePaths: 1.3.6.1.2.1.10.15.73.2.2.1.7 fddimibMACCurrentPath: 1.3.6.1.2.1.10.15.73.2.2.1.8 fddimibMACUpstreamNbr: 1.3.6.1.2.1.10.15.73.2.2.1.9 fddimibMACDownstreamNbr: 1.3.6.1.2.1.10.15.73.2.2.1.10 fddimibMACOldUpstreamNbr: 1.3.6.1.2.1.10.15.73.2.2.1.11 fddimibMACOldDownstreamNbr: 1.3.6.1.2.1.10.15.73.2.2.1.12 fddimibMACDupAddressTest: 1.3.6.1.2.1.10.15.73.2.2.1.13 fddimibMACRequestedPaths: 1.3.6.1.2.1.10.15.73.2.2.1.14 fddimibMACDownstreamPORTType: 1.3.6.1.2.1.10.15.73.2.2.1.15 fddimibMACSMTAddress: 1.3.6.1.2.1.10.15.73.2.2.1.16 fddimibMACTReq: 1.3.6.1.2.1.10.15.73.2.2.1.17 fddimibMACTNeg: 1.3.6.1.2.1.10.15.73.2.2.1.18 fddimibMACTMax: 1.3.6.1.2.1.10.15.73.2.2.1.19 fddimibMACTvxValue: 1.3.6.1.2.1.10.15.73.2.2.1.20 fddimibMACFrameCts: 1.3.6.1.2.1.10.15.73.2.2.1.21 fddimibMACCopiedCts: 1.3.6.1.2.1.10.15.73.2.2.1.22 fddimibMACTransmitCts: 1.3.6.1.2.1.10.15.73.2.2.1.23 fddimibMACErrorCts: 1.3.6.1.2.1.10.15.73.2.2.1.24 fddimibMACLostCts: 1.3.6.1.2.1.10.15.73.2.2.1.25 fddimibMACFrameErrorThreshold: 1.3.6.1.2.1.10.15.73.2.2.1.26 fddimibMACFrameErrorRatio: 1.3.6.1.2.1.10.15.73.2.2.1.27 fddimibMACRMTState: 1.3.6.1.2.1.10.15.73.2.2.1.28 fddimibMACDaFlag: 1.3.6.1.2.1.10.15.73.2.2.1.29 fddimibMACUnaDaFlag: 1.3.6.1.2.1.10.15.73.2.2.1.30 fddimibMACFrameErrorFlag: 1.3.6.1.2.1.10.15.73.2.2.1.31 fddimibMACMAUnitdataAvailable: 1.3.6.1.2.1.10.15.73.2.2.1.32 fddimibMACHardwarePresent: 1.3.6.1.2.1.10.15.73.2.2.1.33 fddimibMACMAUnitdataEnable: 1.3.6.1.2.1.10.15.73.2.2.1.34 fddimibMACCounters: 1.3.6.1.2.1.10.15.73.3 fddimibMACCountersTable: 1.3.6.1.2.1.10.15.73.3.1 fddimibMACCountersEntry: 1.3.6.1.2.1.10.15.73.3.1.1 fddimibMACTokenCts: 1.3.6.1.2.1.10.15.73.3.1.1.1 fddimibMACTvxExpiredCts: 1.3.6.1.2.1.10.15.73.3.1.1.2 fddimibMACNotCopiedCts: 1.3.6.1.2.1.10.15.73.3.1.1.3 fddimibMACLateCts: 1.3.6.1.2.1.10.15.73.3.1.1.4 fddimibMACRingOpCts: 1.3.6.1.2.1.10.15.73.3.1.1.5 fddimibMACNotCopiedRatio: 1.3.6.1.2.1.10.15.73.3.1.1.6 fddimibMACNotCopiedFlag: 1.3.6.1.2.1.10.15.73.3.1.1.7 fddimibMACNotCopiedThreshold: 1.3.6.1.2.1.10.15.73.3.1.1.8 fddimibPATH: 1.3.6.1.2.1.10.15.73.4 fddimibPATHNumber: 1.3.6.1.2.1.10.15.73.4.1 fddimibPATHTable: 1.3.6.1.2.1.10.15.73.4.2 fddimibPATHEntry: 1.3.6.1.2.1.10.15.73.4.2.1 fddimibPATHSMTIndex: 1.3.6.1.2.1.10.15.73.4.2.1.1 fddimibPATHIndex: 1.3.6.1.2.1.10.15.73.4.2.1.2 fddimibPATHTVXLowerBound: 1.3.6.1.2.1.10.15.73.4.2.1.3 fddimibPATHTMaxLowerBound: 1.3.6.1.2.1.10.15.73.4.2.1.4 fddimibPATHMaxTReq: 1.3.6.1.2.1.10.15.73.4.2.1.5 fddimibPATHConfigTable: 1.3.6.1.2.1.10.15.73.4.3 fddimibPATHConfigEntry: 1.3.6.1.2.1.10.15.73.4.3.1 fddimibPATHConfigSMTIndex: 1.3.6.1.2.1.10.15.73.4.3.1.1 fddimibPATHConfigPATHIndex: 1.3.6.1.2.1.10.15.73.4.3.1.2 fddimibPATHConfigTokenOrder: 1.3.6.1.2.1.10.15.73.4.3.1.3 fddimibPATHConfigResourceType: 1.3.6.1.2.1.10.15.73.4.3.1.4 fddimibPATHConfigResourceIndex: 1.3.6.1.2.1.10.15.73.4.3.1.5 fddimibPATHConfigCurrentPath: 1.3.6.1.2.1.10.15.73.4.3.1.6 fddimibPORT: 1.3.6.1.2.1.10.15.73.5 fddimibPORTNumber: 1.3.6.1.2.1.10.15.73.5.1 fddimibPORTTable: 1.3.6.1.2.1.10.15.73.5.2 fddimibPORTEntry: 1.3.6.1.2.1.10.15.73.5.2.1 fddimibPORTSMTIndex: 1.3.6.1.2.1.10.15.73.5.2.1.1 fddimibPORTIndex: 1.3.6.1.2.1.10.15.73.5.2.1.2 fddimibPORTMyType: 1.3.6.1.2.1.10.15.73.5.2.1.3 fddimibPORTNeighborType: 1.3.6.1.2.1.10.15.73.5.2.1.4 fddimibPORTConnectionPolicies: 1.3.6.1.2.1.10.15.73.5.2.1.5 fddimibPORTMACIndicated: 1.3.6.1.2.1.10.15.73.5.2.1.6 fddimibPORTCurrentPath: 1.3.6.1.2.1.10.15.73.5.2.1.7 fddimibPORTRequestedPaths: 1.3.6.1.2.1.10.15.73.5.2.1.8 fddimibPORTMACPlacement: 1.3.6.1.2.1.10.15.73.5.2.1.9 fddimibPORTAvailablePaths: 1.3.6.1.2.1.10.15.73.5.2.1.10 fddimibPORTPMDClass: 1.3.6.1.2.1.10.15.73.5.2.1.11 fddimibPORTConnectionCapabilities: 1.3.6.1.2.1.10.15.73.5.2.1.12 fddimibPORTBSFlag: 1.3.6.1.2.1.10.15.73.5.2.1.13 fddimibPORTLCTFailCts: 1.3.6.1.2.1.10.15.73.5.2.1.14 fddimibPORTLerEstimate: 1.3.6.1.2.1.10.15.73.5.2.1.15 fddimibPORTLemRejectCts: 1.3.6.1.2.1.10.15.73.5.2.1.16 fddimibPORTLemCts: 1.3.6.1.2.1.10.15.73.5.2.1.17 fddimibPORTLerCutoff: 1.3.6.1.2.1.10.15.73.5.2.1.18 fddimibPORTLerAlarm: 1.3.6.1.2.1.10.15.73.5.2.1.19 fddimibPORTConnectState: 1.3.6.1.2.1.10.15.73.5.2.1.20 fddimibPORTPCMState: 1.3.6.1.2.1.10.15.73.5.2.1.21 fddimibPORTPCWithhold: 1.3.6.1.2.1.10.15.73.5.2.1.22 fddimibPORTLerFlag: 1.3.6.1.2.1.10.15.73.5.2.1.23 fddimibPORTHardwarePresent: 1.3.6.1.2.1.10.15.73.5.2.1.24 fddimibPORTAction: 1.3.6.1.2.1.10.15.73.5.2.1.25 snmp-1.2.0/data/ruby/snmp/mibs/ADSL2-LINE-TC-MIB.yaml0000644000004100000410000000004712365504747021465 0ustar www-datawww-data--- adsl2TCMIB: 1.3.6.1.2.1.10.238.2 snmp-1.2.0/data/ruby/snmp/mibs/ADSL-LINE-MIB.yaml0000644000004100000410000003275112365504747021106 0ustar www-datawww-data--- adslMIB: 1.3.6.1.2.1.10.94 adslLineMib: 1.3.6.1.2.1.10.94.1 adslMibObjects: 1.3.6.1.2.1.10.94.1.1 adslLineTable: 1.3.6.1.2.1.10.94.1.1.1 adslLineEntry: 1.3.6.1.2.1.10.94.1.1.1.1 adslLineCoding: 1.3.6.1.2.1.10.94.1.1.1.1.1 adslLineType: 1.3.6.1.2.1.10.94.1.1.1.1.2 adslLineSpecific: 1.3.6.1.2.1.10.94.1.1.1.1.3 adslLineConfProfile: 1.3.6.1.2.1.10.94.1.1.1.1.4 adslLineAlarmConfProfile: 1.3.6.1.2.1.10.94.1.1.1.1.5 adslAtucPhysTable: 1.3.6.1.2.1.10.94.1.1.2 adslAtucPhysEntry: 1.3.6.1.2.1.10.94.1.1.2.1 adslAtucInvSerialNumber: 1.3.6.1.2.1.10.94.1.1.2.1.1 adslAtucInvVendorID: 1.3.6.1.2.1.10.94.1.1.2.1.2 adslAtucInvVersionNumber: 1.3.6.1.2.1.10.94.1.1.2.1.3 adslAtucCurrSnrMgn: 1.3.6.1.2.1.10.94.1.1.2.1.4 adslAtucCurrAtn: 1.3.6.1.2.1.10.94.1.1.2.1.5 adslAtucCurrStatus: 1.3.6.1.2.1.10.94.1.1.2.1.6 adslAtucCurrOutputPwr: 1.3.6.1.2.1.10.94.1.1.2.1.7 adslAtucCurrAttainableRate: 1.3.6.1.2.1.10.94.1.1.2.1.8 adslAturPhysTable: 1.3.6.1.2.1.10.94.1.1.3 adslAturPhysEntry: 1.3.6.1.2.1.10.94.1.1.3.1 adslAturInvSerialNumber: 1.3.6.1.2.1.10.94.1.1.3.1.1 adslAturInvVendorID: 1.3.6.1.2.1.10.94.1.1.3.1.2 adslAturInvVersionNumber: 1.3.6.1.2.1.10.94.1.1.3.1.3 adslAturCurrSnrMgn: 1.3.6.1.2.1.10.94.1.1.3.1.4 adslAturCurrAtn: 1.3.6.1.2.1.10.94.1.1.3.1.5 adslAturCurrStatus: 1.3.6.1.2.1.10.94.1.1.3.1.6 adslAturCurrOutputPwr: 1.3.6.1.2.1.10.94.1.1.3.1.7 adslAturCurrAttainableRate: 1.3.6.1.2.1.10.94.1.1.3.1.8 adslAtucChanTable: 1.3.6.1.2.1.10.94.1.1.4 adslAtucChanEntry: 1.3.6.1.2.1.10.94.1.1.4.1 adslAtucChanInterleaveDelay: 1.3.6.1.2.1.10.94.1.1.4.1.1 adslAtucChanCurrTxRate: 1.3.6.1.2.1.10.94.1.1.4.1.2 adslAtucChanPrevTxRate: 1.3.6.1.2.1.10.94.1.1.4.1.3 adslAtucChanCrcBlockLength: 1.3.6.1.2.1.10.94.1.1.4.1.4 adslAturChanTable: 1.3.6.1.2.1.10.94.1.1.5 adslAturChanEntry: 1.3.6.1.2.1.10.94.1.1.5.1 adslAturChanInterleaveDelay: 1.3.6.1.2.1.10.94.1.1.5.1.1 adslAturChanCurrTxRate: 1.3.6.1.2.1.10.94.1.1.5.1.2 adslAturChanPrevTxRate: 1.3.6.1.2.1.10.94.1.1.5.1.3 adslAturChanCrcBlockLength: 1.3.6.1.2.1.10.94.1.1.5.1.4 adslAtucPerfDataTable: 1.3.6.1.2.1.10.94.1.1.6 adslAtucPerfDataEntry: 1.3.6.1.2.1.10.94.1.1.6.1 adslAtucPerfLofs: 1.3.6.1.2.1.10.94.1.1.6.1.1 adslAtucPerfLoss: 1.3.6.1.2.1.10.94.1.1.6.1.2 adslAtucPerfLols: 1.3.6.1.2.1.10.94.1.1.6.1.3 adslAtucPerfLprs: 1.3.6.1.2.1.10.94.1.1.6.1.4 adslAtucPerfESs: 1.3.6.1.2.1.10.94.1.1.6.1.5 adslAtucPerfInits: 1.3.6.1.2.1.10.94.1.1.6.1.6 adslAtucPerfValidIntervals: 1.3.6.1.2.1.10.94.1.1.6.1.7 adslAtucPerfInvalidIntervals: 1.3.6.1.2.1.10.94.1.1.6.1.8 adslAtucPerfCurr15MinTimeElapsed: 1.3.6.1.2.1.10.94.1.1.6.1.9 adslAtucPerfCurr15MinLofs: 1.3.6.1.2.1.10.94.1.1.6.1.10 adslAtucPerfCurr15MinLoss: 1.3.6.1.2.1.10.94.1.1.6.1.11 adslAtucPerfCurr15MinLols: 1.3.6.1.2.1.10.94.1.1.6.1.12 adslAtucPerfCurr15MinLprs: 1.3.6.1.2.1.10.94.1.1.6.1.13 adslAtucPerfCurr15MinESs: 1.3.6.1.2.1.10.94.1.1.6.1.14 adslAtucPerfCurr15MinInits: 1.3.6.1.2.1.10.94.1.1.6.1.15 adslAtucPerfCurr1DayTimeElapsed: 1.3.6.1.2.1.10.94.1.1.6.1.16 adslAtucPerfCurr1DayLofs: 1.3.6.1.2.1.10.94.1.1.6.1.17 adslAtucPerfCurr1DayLoss: 1.3.6.1.2.1.10.94.1.1.6.1.18 adslAtucPerfCurr1DayLols: 1.3.6.1.2.1.10.94.1.1.6.1.19 adslAtucPerfCurr1DayLprs: 1.3.6.1.2.1.10.94.1.1.6.1.20 adslAtucPerfCurr1DayESs: 1.3.6.1.2.1.10.94.1.1.6.1.21 adslAtucPerfCurr1DayInits: 1.3.6.1.2.1.10.94.1.1.6.1.22 adslAtucPerfPrev1DayMoniSecs: 1.3.6.1.2.1.10.94.1.1.6.1.23 adslAtucPerfPrev1DayLofs: 1.3.6.1.2.1.10.94.1.1.6.1.24 adslAtucPerfPrev1DayLoss: 1.3.6.1.2.1.10.94.1.1.6.1.25 adslAtucPerfPrev1DayLols: 1.3.6.1.2.1.10.94.1.1.6.1.26 adslAtucPerfPrev1DayLprs: 1.3.6.1.2.1.10.94.1.1.6.1.27 adslAtucPerfPrev1DayESs: 1.3.6.1.2.1.10.94.1.1.6.1.28 adslAtucPerfPrev1DayInits: 1.3.6.1.2.1.10.94.1.1.6.1.29 adslAturPerfDataTable: 1.3.6.1.2.1.10.94.1.1.7 adslAturPerfDataEntry: 1.3.6.1.2.1.10.94.1.1.7.1 adslAturPerfLofs: 1.3.6.1.2.1.10.94.1.1.7.1.1 adslAturPerfLoss: 1.3.6.1.2.1.10.94.1.1.7.1.2 adslAturPerfLprs: 1.3.6.1.2.1.10.94.1.1.7.1.3 adslAturPerfESs: 1.3.6.1.2.1.10.94.1.1.7.1.4 adslAturPerfValidIntervals: 1.3.6.1.2.1.10.94.1.1.7.1.5 adslAturPerfInvalidIntervals: 1.3.6.1.2.1.10.94.1.1.7.1.6 adslAturPerfCurr15MinTimeElapsed: 1.3.6.1.2.1.10.94.1.1.7.1.7 adslAturPerfCurr15MinLofs: 1.3.6.1.2.1.10.94.1.1.7.1.8 adslAturPerfCurr15MinLoss: 1.3.6.1.2.1.10.94.1.1.7.1.9 adslAturPerfCurr15MinLprs: 1.3.6.1.2.1.10.94.1.1.7.1.10 adslAturPerfCurr15MinESs: 1.3.6.1.2.1.10.94.1.1.7.1.11 adslAturPerfCurr1DayTimeElapsed: 1.3.6.1.2.1.10.94.1.1.7.1.12 adslAturPerfCurr1DayLofs: 1.3.6.1.2.1.10.94.1.1.7.1.13 adslAturPerfCurr1DayLoss: 1.3.6.1.2.1.10.94.1.1.7.1.14 adslAturPerfCurr1DayLprs: 1.3.6.1.2.1.10.94.1.1.7.1.15 adslAturPerfCurr1DayESs: 1.3.6.1.2.1.10.94.1.1.7.1.16 adslAturPerfPrev1DayMoniSecs: 1.3.6.1.2.1.10.94.1.1.7.1.17 adslAturPerfPrev1DayLofs: 1.3.6.1.2.1.10.94.1.1.7.1.18 adslAturPerfPrev1DayLoss: 1.3.6.1.2.1.10.94.1.1.7.1.19 adslAturPerfPrev1DayLprs: 1.3.6.1.2.1.10.94.1.1.7.1.20 adslAturPerfPrev1DayESs: 1.3.6.1.2.1.10.94.1.1.7.1.21 adslAtucIntervalTable: 1.3.6.1.2.1.10.94.1.1.8 adslAtucIntervalEntry: 1.3.6.1.2.1.10.94.1.1.8.1 adslAtucIntervalNumber: 1.3.6.1.2.1.10.94.1.1.8.1.1 adslAtucIntervalLofs: 1.3.6.1.2.1.10.94.1.1.8.1.2 adslAtucIntervalLoss: 1.3.6.1.2.1.10.94.1.1.8.1.3 adslAtucIntervalLols: 1.3.6.1.2.1.10.94.1.1.8.1.4 adslAtucIntervalLprs: 1.3.6.1.2.1.10.94.1.1.8.1.5 adslAtucIntervalESs: 1.3.6.1.2.1.10.94.1.1.8.1.6 adslAtucIntervalInits: 1.3.6.1.2.1.10.94.1.1.8.1.7 adslAtucIntervalValidData: 1.3.6.1.2.1.10.94.1.1.8.1.8 adslAturIntervalTable: 1.3.6.1.2.1.10.94.1.1.9 adslAturIntervalEntry: 1.3.6.1.2.1.10.94.1.1.9.1 adslAturIntervalNumber: 1.3.6.1.2.1.10.94.1.1.9.1.1 adslAturIntervalLofs: 1.3.6.1.2.1.10.94.1.1.9.1.2 adslAturIntervalLoss: 1.3.6.1.2.1.10.94.1.1.9.1.3 adslAturIntervalLprs: 1.3.6.1.2.1.10.94.1.1.9.1.4 adslAturIntervalESs: 1.3.6.1.2.1.10.94.1.1.9.1.5 adslAturIntervalValidData: 1.3.6.1.2.1.10.94.1.1.9.1.6 adslAtucChanPerfDataTable: 1.3.6.1.2.1.10.94.1.1.10 adslAtucChanPerfDataEntry: 1.3.6.1.2.1.10.94.1.1.10.1 adslAtucChanReceivedBlks: 1.3.6.1.2.1.10.94.1.1.10.1.1 adslAtucChanTransmittedBlks: 1.3.6.1.2.1.10.94.1.1.10.1.2 adslAtucChanCorrectedBlks: 1.3.6.1.2.1.10.94.1.1.10.1.3 adslAtucChanUncorrectBlks: 1.3.6.1.2.1.10.94.1.1.10.1.4 adslAtucChanPerfValidIntervals: 1.3.6.1.2.1.10.94.1.1.10.1.5 adslAtucChanPerfInvalidIntervals: 1.3.6.1.2.1.10.94.1.1.10.1.6 adslAtucChanPerfCurr15MinTimeElapsed: 1.3.6.1.2.1.10.94.1.1.10.1.7 adslAtucChanPerfCurr15MinReceivedBlks: 1.3.6.1.2.1.10.94.1.1.10.1.8 adslAtucChanPerfCurr15MinTransmittedBlks: 1.3.6.1.2.1.10.94.1.1.10.1.9 adslAtucChanPerfCurr15MinCorrectedBlks: 1.3.6.1.2.1.10.94.1.1.10.1.10 adslAtucChanPerfCurr15MinUncorrectBlks: 1.3.6.1.2.1.10.94.1.1.10.1.11 adslAtucChanPerfCurr1DayTimeElapsed: 1.3.6.1.2.1.10.94.1.1.10.1.12 adslAtucChanPerfCurr1DayReceivedBlks: 1.3.6.1.2.1.10.94.1.1.10.1.13 adslAtucChanPerfCurr1DayTransmittedBlks: 1.3.6.1.2.1.10.94.1.1.10.1.14 adslAtucChanPerfCurr1DayCorrectedBlks: 1.3.6.1.2.1.10.94.1.1.10.1.15 adslAtucChanPerfCurr1DayUncorrectBlks: 1.3.6.1.2.1.10.94.1.1.10.1.16 adslAtucChanPerfPrev1DayMoniSecs: 1.3.6.1.2.1.10.94.1.1.10.1.17 adslAtucChanPerfPrev1DayReceivedBlks: 1.3.6.1.2.1.10.94.1.1.10.1.18 adslAtucChanPerfPrev1DayTransmittedBlks: 1.3.6.1.2.1.10.94.1.1.10.1.19 adslAtucChanPerfPrev1DayCorrectedBlks: 1.3.6.1.2.1.10.94.1.1.10.1.20 adslAtucChanPerfPrev1DayUncorrectBlks: 1.3.6.1.2.1.10.94.1.1.10.1.21 adslAturChanPerfDataTable: 1.3.6.1.2.1.10.94.1.1.11 adslAturChanPerfDataEntry: 1.3.6.1.2.1.10.94.1.1.11.1 adslAturChanReceivedBlks: 1.3.6.1.2.1.10.94.1.1.11.1.1 adslAturChanTransmittedBlks: 1.3.6.1.2.1.10.94.1.1.11.1.2 adslAturChanCorrectedBlks: 1.3.6.1.2.1.10.94.1.1.11.1.3 adslAturChanUncorrectBlks: 1.3.6.1.2.1.10.94.1.1.11.1.4 adslAturChanPerfValidIntervals: 1.3.6.1.2.1.10.94.1.1.11.1.5 adslAturChanPerfInvalidIntervals: 1.3.6.1.2.1.10.94.1.1.11.1.6 adslAturChanPerfCurr15MinTimeElapsed: 1.3.6.1.2.1.10.94.1.1.11.1.7 adslAturChanPerfCurr15MinReceivedBlks: 1.3.6.1.2.1.10.94.1.1.11.1.8 adslAturChanPerfCurr15MinTransmittedBlks: 1.3.6.1.2.1.10.94.1.1.11.1.9 adslAturChanPerfCurr15MinCorrectedBlks: 1.3.6.1.2.1.10.94.1.1.11.1.10 adslAturChanPerfCurr15MinUncorrectBlks: 1.3.6.1.2.1.10.94.1.1.11.1.11 adslAturChanPerfCurr1DayTimeElapsed: 1.3.6.1.2.1.10.94.1.1.11.1.12 adslAturChanPerfCurr1DayReceivedBlks: 1.3.6.1.2.1.10.94.1.1.11.1.13 adslAturChanPerfCurr1DayTransmittedBlks: 1.3.6.1.2.1.10.94.1.1.11.1.14 adslAturChanPerfCurr1DayCorrectedBlks: 1.3.6.1.2.1.10.94.1.1.11.1.15 adslAturChanPerfCurr1DayUncorrectBlks: 1.3.6.1.2.1.10.94.1.1.11.1.16 adslAturChanPerfPrev1DayMoniSecs: 1.3.6.1.2.1.10.94.1.1.11.1.17 adslAturChanPerfPrev1DayReceivedBlks: 1.3.6.1.2.1.10.94.1.1.11.1.18 adslAturChanPerfPrev1DayTransmittedBlks: 1.3.6.1.2.1.10.94.1.1.11.1.19 adslAturChanPerfPrev1DayCorrectedBlks: 1.3.6.1.2.1.10.94.1.1.11.1.20 adslAturChanPerfPrev1DayUncorrectBlks: 1.3.6.1.2.1.10.94.1.1.11.1.21 adslAtucChanIntervalTable: 1.3.6.1.2.1.10.94.1.1.12 adslAtucChanIntervalEntry: 1.3.6.1.2.1.10.94.1.1.12.1 adslAtucChanIntervalNumber: 1.3.6.1.2.1.10.94.1.1.12.1.1 adslAtucChanIntervalReceivedBlks: 1.3.6.1.2.1.10.94.1.1.12.1.2 adslAtucChanIntervalTransmittedBlks: 1.3.6.1.2.1.10.94.1.1.12.1.3 adslAtucChanIntervalCorrectedBlks: 1.3.6.1.2.1.10.94.1.1.12.1.4 adslAtucChanIntervalUncorrectBlks: 1.3.6.1.2.1.10.94.1.1.12.1.5 adslAtucChanIntervalValidData: 1.3.6.1.2.1.10.94.1.1.12.1.6 adslAturChanIntervalTable: 1.3.6.1.2.1.10.94.1.1.13 adslAturChanIntervalEntry: 1.3.6.1.2.1.10.94.1.1.13.1 adslAturChanIntervalNumber: 1.3.6.1.2.1.10.94.1.1.13.1.1 adslAturChanIntervalReceivedBlks: 1.3.6.1.2.1.10.94.1.1.13.1.2 adslAturChanIntervalTransmittedBlks: 1.3.6.1.2.1.10.94.1.1.13.1.3 adslAturChanIntervalCorrectedBlks: 1.3.6.1.2.1.10.94.1.1.13.1.4 adslAturChanIntervalUncorrectBlks: 1.3.6.1.2.1.10.94.1.1.13.1.5 adslAturChanIntervalValidData: 1.3.6.1.2.1.10.94.1.1.13.1.6 adslLineConfProfileTable: 1.3.6.1.2.1.10.94.1.1.14 adslLineConfProfileEntry: 1.3.6.1.2.1.10.94.1.1.14.1 adslLineConfProfileName: 1.3.6.1.2.1.10.94.1.1.14.1.1 adslAtucConfRateMode: 1.3.6.1.2.1.10.94.1.1.14.1.2 adslAtucConfRateChanRatio: 1.3.6.1.2.1.10.94.1.1.14.1.3 adslAtucConfTargetSnrMgn: 1.3.6.1.2.1.10.94.1.1.14.1.4 adslAtucConfMaxSnrMgn: 1.3.6.1.2.1.10.94.1.1.14.1.5 adslAtucConfMinSnrMgn: 1.3.6.1.2.1.10.94.1.1.14.1.6 adslAtucConfDownshiftSnrMgn: 1.3.6.1.2.1.10.94.1.1.14.1.7 adslAtucConfUpshiftSnrMgn: 1.3.6.1.2.1.10.94.1.1.14.1.8 adslAtucConfMinUpshiftTime: 1.3.6.1.2.1.10.94.1.1.14.1.9 adslAtucConfMinDownshiftTime: 1.3.6.1.2.1.10.94.1.1.14.1.10 adslAtucChanConfFastMinTxRate: 1.3.6.1.2.1.10.94.1.1.14.1.11 adslAtucChanConfInterleaveMinTxRate: 1.3.6.1.2.1.10.94.1.1.14.1.12 adslAtucChanConfFastMaxTxRate: 1.3.6.1.2.1.10.94.1.1.14.1.13 adslAtucChanConfInterleaveMaxTxRate: 1.3.6.1.2.1.10.94.1.1.14.1.14 adslAtucChanConfMaxInterleaveDelay: 1.3.6.1.2.1.10.94.1.1.14.1.15 adslAturConfRateMode: 1.3.6.1.2.1.10.94.1.1.14.1.16 adslAturConfRateChanRatio: 1.3.6.1.2.1.10.94.1.1.14.1.17 adslAturConfTargetSnrMgn: 1.3.6.1.2.1.10.94.1.1.14.1.18 adslAturConfMaxSnrMgn: 1.3.6.1.2.1.10.94.1.1.14.1.19 adslAturConfMinSnrMgn: 1.3.6.1.2.1.10.94.1.1.14.1.20 adslAturConfDownshiftSnrMgn: 1.3.6.1.2.1.10.94.1.1.14.1.21 adslAturConfUpshiftSnrMgn: 1.3.6.1.2.1.10.94.1.1.14.1.22 adslAturConfMinUpshiftTime: 1.3.6.1.2.1.10.94.1.1.14.1.23 adslAturConfMinDownshiftTime: 1.3.6.1.2.1.10.94.1.1.14.1.24 adslAturChanConfFastMinTxRate: 1.3.6.1.2.1.10.94.1.1.14.1.25 adslAturChanConfInterleaveMinTxRate: 1.3.6.1.2.1.10.94.1.1.14.1.26 adslAturChanConfFastMaxTxRate: 1.3.6.1.2.1.10.94.1.1.14.1.27 adslAturChanConfInterleaveMaxTxRate: 1.3.6.1.2.1.10.94.1.1.14.1.28 adslAturChanConfMaxInterleaveDelay: 1.3.6.1.2.1.10.94.1.1.14.1.29 adslLineConfProfileRowStatus: 1.3.6.1.2.1.10.94.1.1.14.1.30 adslLineAlarmConfProfileTable: 1.3.6.1.2.1.10.94.1.1.15 adslLineAlarmConfProfileEntry: 1.3.6.1.2.1.10.94.1.1.15.1 adslLineAlarmConfProfileName: 1.3.6.1.2.1.10.94.1.1.15.1.1 adslAtucThresh15MinLofs: 1.3.6.1.2.1.10.94.1.1.15.1.2 adslAtucThresh15MinLoss: 1.3.6.1.2.1.10.94.1.1.15.1.3 adslAtucThresh15MinLols: 1.3.6.1.2.1.10.94.1.1.15.1.4 adslAtucThresh15MinLprs: 1.3.6.1.2.1.10.94.1.1.15.1.5 adslAtucThresh15MinESs: 1.3.6.1.2.1.10.94.1.1.15.1.6 adslAtucThreshFastRateUp: 1.3.6.1.2.1.10.94.1.1.15.1.7 adslAtucThreshInterleaveRateUp: 1.3.6.1.2.1.10.94.1.1.15.1.8 adslAtucThreshFastRateDown: 1.3.6.1.2.1.10.94.1.1.15.1.9 adslAtucThreshInterleaveRateDown: 1.3.6.1.2.1.10.94.1.1.15.1.10 adslAtucInitFailureTrapEnable: 1.3.6.1.2.1.10.94.1.1.15.1.11 adslAturThresh15MinLofs: 1.3.6.1.2.1.10.94.1.1.15.1.12 adslAturThresh15MinLoss: 1.3.6.1.2.1.10.94.1.1.15.1.13 adslAturThresh15MinLprs: 1.3.6.1.2.1.10.94.1.1.15.1.14 adslAturThresh15MinESs: 1.3.6.1.2.1.10.94.1.1.15.1.15 adslAturThreshFastRateUp: 1.3.6.1.2.1.10.94.1.1.15.1.16 adslAturThreshInterleaveRateUp: 1.3.6.1.2.1.10.94.1.1.15.1.17 adslAturThreshFastRateDown: 1.3.6.1.2.1.10.94.1.1.15.1.18 adslAturThreshInterleaveRateDown: 1.3.6.1.2.1.10.94.1.1.15.1.19 adslLineAlarmConfProfileRowStatus: 1.3.6.1.2.1.10.94.1.1.15.1.20 adslLCSMib: 1.3.6.1.2.1.10.94.1.1.16 adslTraps: 1.3.6.1.2.1.10.94.1.2 adslAtucTraps: 1.3.6.1.2.1.10.94.1.2.1 adslAturTraps: 1.3.6.1.2.1.10.94.1.2.2 adslConformance: 1.3.6.1.2.1.10.94.1.3 adslGroups: 1.3.6.1.2.1.10.94.1.3.1 adslCompliances: 1.3.6.1.2.1.10.94.1.3.2 adslAtucPerfLofsThreshTrap: 1.3.6.1.2.1.10.94.1.2.1.0.1 adslAtucPerfLossThreshTrap: 1.3.6.1.2.1.10.94.1.2.1.0.2 adslAtucPerfLprsThreshTrap: 1.3.6.1.2.1.10.94.1.2.1.0.3 adslAtucPerfESsThreshTrap: 1.3.6.1.2.1.10.94.1.2.1.0.4 adslAtucRateChangeTrap: 1.3.6.1.2.1.10.94.1.2.1.0.5 adslAtucPerfLolsThreshTrap: 1.3.6.1.2.1.10.94.1.2.1.0.6 adslAtucInitFailureTrap: 1.3.6.1.2.1.10.94.1.2.1.0.7 adslAturPerfLofsThreshTrap: 1.3.6.1.2.1.10.94.1.2.2.0.1 adslAturPerfLossThreshTrap: 1.3.6.1.2.1.10.94.1.2.2.0.2 adslAturPerfLprsThreshTrap: 1.3.6.1.2.1.10.94.1.2.2.0.3 adslAturPerfESsThreshTrap: 1.3.6.1.2.1.10.94.1.2.2.0.4 adslAturRateChangeTrap: 1.3.6.1.2.1.10.94.1.2.2.0.5 snmp-1.2.0/data/ruby/snmp/mibs/OPT-IF-MIB.yaml0000644000004100000410000006262412365504747020576 0ustar www-datawww-data--- optIfMibModule: 1.3.6.1.2.1.10.133 optIfObjects: 1.3.6.1.2.1.10.133.1 optIfOTMn: 1.3.6.1.2.1.10.133.1.1 optIfOTMnTable: 1.3.6.1.2.1.10.133.1.1.1 optIfOTMnEntry: 1.3.6.1.2.1.10.133.1.1.1.1 optIfOTMnOrder: 1.3.6.1.2.1.10.133.1.1.1.1.1 optIfOTMnReduced: 1.3.6.1.2.1.10.133.1.1.1.1.2 optIfOTMnBitRates: 1.3.6.1.2.1.10.133.1.1.1.1.3 optIfOTMnInterfaceType: 1.3.6.1.2.1.10.133.1.1.1.1.4 optIfOTMnTcmMax: 1.3.6.1.2.1.10.133.1.1.1.1.5 optIfOTMnOpticalReach: 1.3.6.1.2.1.10.133.1.1.1.1.6 optIfPerfMon: 1.3.6.1.2.1.10.133.1.2 optIfPerfMonIntervalTable: 1.3.6.1.2.1.10.133.1.2.1 optIfPerfMonIntervalEntry: 1.3.6.1.2.1.10.133.1.2.1.1 optIfPerfMonCurrentTimeElapsed: 1.3.6.1.2.1.10.133.1.2.1.1.1 optIfPerfMonCurDayTimeElapsed: 1.3.6.1.2.1.10.133.1.2.1.1.2 optIfPerfMonIntervalNumIntervals: 1.3.6.1.2.1.10.133.1.2.1.1.3 optIfPerfMonIntervalNumInvalidIntervals: 1.3.6.1.2.1.10.133.1.2.1.1.4 optIfOTSn: 1.3.6.1.2.1.10.133.1.3 optIfOTSnConfigTable: 1.3.6.1.2.1.10.133.1.3.1 optIfOTSnConfigEntry: 1.3.6.1.2.1.10.133.1.3.1.1 optIfOTSnDirectionality: 1.3.6.1.2.1.10.133.1.3.1.1.1 optIfOTSnAprStatus: 1.3.6.1.2.1.10.133.1.3.1.1.2 optIfOTSnAprControl: 1.3.6.1.2.1.10.133.1.3.1.1.3 optIfOTSnTraceIdentifierTransmitted: 1.3.6.1.2.1.10.133.1.3.1.1.4 optIfOTSnDAPIExpected: 1.3.6.1.2.1.10.133.1.3.1.1.5 optIfOTSnSAPIExpected: 1.3.6.1.2.1.10.133.1.3.1.1.6 optIfOTSnTraceIdentifierAccepted: 1.3.6.1.2.1.10.133.1.3.1.1.7 optIfOTSnTIMDetMode: 1.3.6.1.2.1.10.133.1.3.1.1.8 optIfOTSnTIMActEnabled: 1.3.6.1.2.1.10.133.1.3.1.1.9 optIfOTSnCurrentStatus: 1.3.6.1.2.1.10.133.1.3.1.1.10 optIfOTSnSinkCurrentTable: 1.3.6.1.2.1.10.133.1.3.2 optIfOTSnSinkCurrentEntry: 1.3.6.1.2.1.10.133.1.3.2.1 optIfOTSnSinkCurrentSuspectedFlag: 1.3.6.1.2.1.10.133.1.3.2.1.1 optIfOTSnSinkCurrentInputPower: 1.3.6.1.2.1.10.133.1.3.2.1.2 optIfOTSnSinkCurrentLowInputPower: 1.3.6.1.2.1.10.133.1.3.2.1.3 optIfOTSnSinkCurrentHighInputPower: 1.3.6.1.2.1.10.133.1.3.2.1.4 optIfOTSnSinkCurrentLowerInputPowerThreshold: 1.3.6.1.2.1.10.133.1.3.2.1.5 optIfOTSnSinkCurrentUpperInputPowerThreshold: 1.3.6.1.2.1.10.133.1.3.2.1.6 optIfOTSnSinkCurrentOutputPower: 1.3.6.1.2.1.10.133.1.3.2.1.7 optIfOTSnSinkCurrentLowOutputPower: 1.3.6.1.2.1.10.133.1.3.2.1.8 optIfOTSnSinkCurrentHighOutputPower: 1.3.6.1.2.1.10.133.1.3.2.1.9 optIfOTSnSinkCurrentLowerOutputPowerThreshold: 1.3.6.1.2.1.10.133.1.3.2.1.10 optIfOTSnSinkCurrentUpperOutputPowerThreshold: 1.3.6.1.2.1.10.133.1.3.2.1.11 optIfOTSnSinkIntervalTable: 1.3.6.1.2.1.10.133.1.3.3 optIfOTSnSinkIntervalEntry: 1.3.6.1.2.1.10.133.1.3.3.1 optIfOTSnSinkIntervalNumber: 1.3.6.1.2.1.10.133.1.3.3.1.1 optIfOTSnSinkIntervalSuspectedFlag: 1.3.6.1.2.1.10.133.1.3.3.1.2 optIfOTSnSinkIntervalLastInputPower: 1.3.6.1.2.1.10.133.1.3.3.1.3 optIfOTSnSinkIntervalLowInputPower: 1.3.6.1.2.1.10.133.1.3.3.1.4 optIfOTSnSinkIntervalHighInputPower: 1.3.6.1.2.1.10.133.1.3.3.1.5 optIfOTSnSinkIntervalLastOutputPower: 1.3.6.1.2.1.10.133.1.3.3.1.6 optIfOTSnSinkIntervalLowOutputPower: 1.3.6.1.2.1.10.133.1.3.3.1.7 optIfOTSnSinkIntervalHighOutputPower: 1.3.6.1.2.1.10.133.1.3.3.1.8 optIfOTSnSinkCurDayTable: 1.3.6.1.2.1.10.133.1.3.4 optIfOTSnSinkCurDayEntry: 1.3.6.1.2.1.10.133.1.3.4.1 optIfOTSnSinkCurDaySuspectedFlag: 1.3.6.1.2.1.10.133.1.3.4.1.1 optIfOTSnSinkCurDayLowInputPower: 1.3.6.1.2.1.10.133.1.3.4.1.2 optIfOTSnSinkCurDayHighInputPower: 1.3.6.1.2.1.10.133.1.3.4.1.3 optIfOTSnSinkCurDayLowOutputPower: 1.3.6.1.2.1.10.133.1.3.4.1.4 optIfOTSnSinkCurDayHighOutputPower: 1.3.6.1.2.1.10.133.1.3.4.1.5 optIfOTSnSinkPrevDayTable: 1.3.6.1.2.1.10.133.1.3.5 optIfOTSnSinkPrevDayEntry: 1.3.6.1.2.1.10.133.1.3.5.1 optIfOTSnSinkPrevDaySuspectedFlag: 1.3.6.1.2.1.10.133.1.3.5.1.1 optIfOTSnSinkPrevDayLastInputPower: 1.3.6.1.2.1.10.133.1.3.5.1.2 optIfOTSnSinkPrevDayLowInputPower: 1.3.6.1.2.1.10.133.1.3.5.1.3 optIfOTSnSinkPrevDayHighInputPower: 1.3.6.1.2.1.10.133.1.3.5.1.4 optIfOTSnSinkPrevDayLastOutputPower: 1.3.6.1.2.1.10.133.1.3.5.1.5 optIfOTSnSinkPrevDayLowOutputPower: 1.3.6.1.2.1.10.133.1.3.5.1.6 optIfOTSnSinkPrevDayHighOutputPower: 1.3.6.1.2.1.10.133.1.3.5.1.7 optIfOTSnSrcCurrentTable: 1.3.6.1.2.1.10.133.1.3.6 optIfOTSnSrcCurrentEntry: 1.3.6.1.2.1.10.133.1.3.6.1 optIfOTSnSrcCurrentSuspectedFlag: 1.3.6.1.2.1.10.133.1.3.6.1.1 optIfOTSnSrcCurrentOutputPower: 1.3.6.1.2.1.10.133.1.3.6.1.2 optIfOTSnSrcCurrentLowOutputPower: 1.3.6.1.2.1.10.133.1.3.6.1.3 optIfOTSnSrcCurrentHighOutputPower: 1.3.6.1.2.1.10.133.1.3.6.1.4 optIfOTSnSrcCurrentLowerOutputPowerThreshold: 1.3.6.1.2.1.10.133.1.3.6.1.5 optIfOTSnSrcCurrentUpperOutputPowerThreshold: 1.3.6.1.2.1.10.133.1.3.6.1.6 optIfOTSnSrcCurrentInputPower: 1.3.6.1.2.1.10.133.1.3.6.1.7 optIfOTSnSrcCurrentLowInputPower: 1.3.6.1.2.1.10.133.1.3.6.1.8 optIfOTSnSrcCurrentHighInputPower: 1.3.6.1.2.1.10.133.1.3.6.1.9 optIfOTSnSrcCurrentLowerInputPowerThreshold: 1.3.6.1.2.1.10.133.1.3.6.1.10 optIfOTSnSrcCurrentUpperInputPowerThreshold: 1.3.6.1.2.1.10.133.1.3.6.1.11 optIfOTSnSrcIntervalTable: 1.3.6.1.2.1.10.133.1.3.7 optIfOTSnSrcIntervalEntry: 1.3.6.1.2.1.10.133.1.3.7.1 optIfOTSnSrcIntervalNumber: 1.3.6.1.2.1.10.133.1.3.7.1.1 optIfOTSnSrcIntervalSuspectedFlag: 1.3.6.1.2.1.10.133.1.3.7.1.2 optIfOTSnSrcIntervalLastOutputPower: 1.3.6.1.2.1.10.133.1.3.7.1.3 optIfOTSnSrcIntervalLowOutputPower: 1.3.6.1.2.1.10.133.1.3.7.1.4 optIfOTSnSrcIntervalHighOutputPower: 1.3.6.1.2.1.10.133.1.3.7.1.5 optIfOTSnSrcIntervalLastInputPower: 1.3.6.1.2.1.10.133.1.3.7.1.6 optIfOTSnSrcIntervalLowInputPower: 1.3.6.1.2.1.10.133.1.3.7.1.7 optIfOTSnSrcIntervalHighInputPower: 1.3.6.1.2.1.10.133.1.3.7.1.8 optIfOTSnSrcCurDayTable: 1.3.6.1.2.1.10.133.1.3.8 optIfOTSnSrcCurDayEntry: 1.3.6.1.2.1.10.133.1.3.8.1 optIfOTSnSrcCurDaySuspectedFlag: 1.3.6.1.2.1.10.133.1.3.8.1.1 optIfOTSnSrcCurDayLowOutputPower: 1.3.6.1.2.1.10.133.1.3.8.1.2 optIfOTSnSrcCurDayHighOutputPower: 1.3.6.1.2.1.10.133.1.3.8.1.3 optIfOTSnSrcCurDayLowInputPower: 1.3.6.1.2.1.10.133.1.3.8.1.4 optIfOTSnSrcCurDayHighInputPower: 1.3.6.1.2.1.10.133.1.3.8.1.5 optIfOTSnSrcPrevDayTable: 1.3.6.1.2.1.10.133.1.3.9 optIfOTSnSrcPrevDayEntry: 1.3.6.1.2.1.10.133.1.3.9.1 optIfOTSnSrcPrevDaySuspectedFlag: 1.3.6.1.2.1.10.133.1.3.9.1.1 optIfOTSnSrcPrevDayLastOutputPower: 1.3.6.1.2.1.10.133.1.3.9.1.2 optIfOTSnSrcPrevDayLowOutputPower: 1.3.6.1.2.1.10.133.1.3.9.1.3 optIfOTSnSrcPrevDayHighOutputPower: 1.3.6.1.2.1.10.133.1.3.9.1.4 optIfOTSnSrcPrevDayLastInputPower: 1.3.6.1.2.1.10.133.1.3.9.1.5 optIfOTSnSrcPrevDayLowInputPower: 1.3.6.1.2.1.10.133.1.3.9.1.6 optIfOTSnSrcPrevDayHighInputPower: 1.3.6.1.2.1.10.133.1.3.9.1.7 optIfOMSn: 1.3.6.1.2.1.10.133.1.4 optIfOMSnConfigTable: 1.3.6.1.2.1.10.133.1.4.1 optIfOMSnConfigEntry: 1.3.6.1.2.1.10.133.1.4.1.1 optIfOMSnDirectionality: 1.3.6.1.2.1.10.133.1.4.1.1.1 optIfOMSnCurrentStatus: 1.3.6.1.2.1.10.133.1.4.1.1.2 optIfOMSnSinkCurrentTable: 1.3.6.1.2.1.10.133.1.4.2 optIfOMSnSinkCurrentEntry: 1.3.6.1.2.1.10.133.1.4.2.1 optIfOMSnSinkCurrentSuspectedFlag: 1.3.6.1.2.1.10.133.1.4.2.1.1 optIfOMSnSinkCurrentAggregatedInputPower: 1.3.6.1.2.1.10.133.1.4.2.1.2 optIfOMSnSinkCurrentLowAggregatedInputPower: 1.3.6.1.2.1.10.133.1.4.2.1.3 optIfOMSnSinkCurrentHighAggregatedInputPower: 1.3.6.1.2.1.10.133.1.4.2.1.4 optIfOMSnSinkCurrentLowerInputPowerThreshold: 1.3.6.1.2.1.10.133.1.4.2.1.5 optIfOMSnSinkCurrentUpperInputPowerThreshold: 1.3.6.1.2.1.10.133.1.4.2.1.6 optIfOMSnSinkCurrentOutputPower: 1.3.6.1.2.1.10.133.1.4.2.1.7 optIfOMSnSinkCurrentLowOutputPower: 1.3.6.1.2.1.10.133.1.4.2.1.8 optIfOMSnSinkCurrentHighOutputPower: 1.3.6.1.2.1.10.133.1.4.2.1.9 optIfOMSnSinkCurrentLowerOutputPowerThreshold: 1.3.6.1.2.1.10.133.1.4.2.1.10 optIfOMSnSinkCurrentUpperOutputPowerThreshold: 1.3.6.1.2.1.10.133.1.4.2.1.11 optIfOMSnSinkIntervalTable: 1.3.6.1.2.1.10.133.1.4.3 optIfOMSnSinkIntervalEntry: 1.3.6.1.2.1.10.133.1.4.3.1 optIfOMSnSinkIntervalNumber: 1.3.6.1.2.1.10.133.1.4.3.1.1 optIfOMSnSinkIntervalSuspectedFlag: 1.3.6.1.2.1.10.133.1.4.3.1.2 optIfOMSnSinkIntervalLastAggregatedInputPower: 1.3.6.1.2.1.10.133.1.4.3.1.3 optIfOMSnSinkIntervalLowAggregatedInputPower: 1.3.6.1.2.1.10.133.1.4.3.1.4 optIfOMSnSinkIntervalHighAggregatedInputPower: 1.3.6.1.2.1.10.133.1.4.3.1.5 optIfOMSnSinkIntervalLastOutputPower: 1.3.6.1.2.1.10.133.1.4.3.1.6 optIfOMSnSinkIntervalLowOutputPower: 1.3.6.1.2.1.10.133.1.4.3.1.7 optIfOMSnSinkIntervalHighOutputPower: 1.3.6.1.2.1.10.133.1.4.3.1.8 optIfOMSnSinkCurDayTable: 1.3.6.1.2.1.10.133.1.4.4 optIfOMSnSinkCurDayEntry: 1.3.6.1.2.1.10.133.1.4.4.1 optIfOMSnSinkCurDaySuspectedFlag: 1.3.6.1.2.1.10.133.1.4.4.1.1 optIfOMSnSinkCurDayLowAggregatedInputPower: 1.3.6.1.2.1.10.133.1.4.4.1.2 optIfOMSnSinkCurDayHighAggregatedInputPower: 1.3.6.1.2.1.10.133.1.4.4.1.3 optIfOMSnSinkCurDayLowOutputPower: 1.3.6.1.2.1.10.133.1.4.4.1.4 optIfOMSnSinkCurDayHighOutputPower: 1.3.6.1.2.1.10.133.1.4.4.1.5 optIfOMSnSinkPrevDayTable: 1.3.6.1.2.1.10.133.1.4.5 optIfOMSnSinkPrevDayEntry: 1.3.6.1.2.1.10.133.1.4.5.1 optIfOMSnSinkPrevDaySuspectedFlag: 1.3.6.1.2.1.10.133.1.4.5.1.1 optIfOMSnSinkPrevDayLastAggregatedInputPower: 1.3.6.1.2.1.10.133.1.4.5.1.2 optIfOMSnSinkPrevDayLowAggregatedInputPower: 1.3.6.1.2.1.10.133.1.4.5.1.3 optIfOMSnSinkPrevDayHighAggregatedInputPower: 1.3.6.1.2.1.10.133.1.4.5.1.4 optIfOMSnSinkPrevDayLastOutputPower: 1.3.6.1.2.1.10.133.1.4.5.1.5 optIfOMSnSinkPrevDayLowOutputPower: 1.3.6.1.2.1.10.133.1.4.5.1.6 optIfOMSnSinkPrevDayHighOutputPower: 1.3.6.1.2.1.10.133.1.4.5.1.7 optIfOMSnSrcCurrentTable: 1.3.6.1.2.1.10.133.1.4.6 optIfOMSnSrcCurrentEntry: 1.3.6.1.2.1.10.133.1.4.6.1 optIfOMSnSrcCurrentSuspectedFlag: 1.3.6.1.2.1.10.133.1.4.6.1.1 optIfOMSnSrcCurrentOutputPower: 1.3.6.1.2.1.10.133.1.4.6.1.2 optIfOMSnSrcCurrentLowOutputPower: 1.3.6.1.2.1.10.133.1.4.6.1.3 optIfOMSnSrcCurrentHighOutputPower: 1.3.6.1.2.1.10.133.1.4.6.1.4 optIfOMSnSrcCurrentLowerOutputPowerThreshold: 1.3.6.1.2.1.10.133.1.4.6.1.5 optIfOMSnSrcCurrentUpperOutputPowerThreshold: 1.3.6.1.2.1.10.133.1.4.6.1.6 optIfOMSnSrcCurrentAggregatedInputPower: 1.3.6.1.2.1.10.133.1.4.6.1.7 optIfOMSnSrcCurrentLowAggregatedInputPower: 1.3.6.1.2.1.10.133.1.4.6.1.8 optIfOMSnSrcCurrentHighAggregatedInputPower: 1.3.6.1.2.1.10.133.1.4.6.1.9 optIfOMSnSrcCurrentLowerInputPowerThreshold: 1.3.6.1.2.1.10.133.1.4.6.1.10 optIfOMSnSrcCurrentUpperInputPowerThreshold: 1.3.6.1.2.1.10.133.1.4.6.1.11 optIfOMSnSrcIntervalTable: 1.3.6.1.2.1.10.133.1.4.7 optIfOMSnSrcIntervalEntry: 1.3.6.1.2.1.10.133.1.4.7.1 optIfOMSnSrcIntervalNumber: 1.3.6.1.2.1.10.133.1.4.7.1.1 optIfOMSnSrcIntervalSuspectedFlag: 1.3.6.1.2.1.10.133.1.4.7.1.2 optIfOMSnSrcIntervalLastOutputPower: 1.3.6.1.2.1.10.133.1.4.7.1.3 optIfOMSnSrcIntervalLowOutputPower: 1.3.6.1.2.1.10.133.1.4.7.1.4 optIfOMSnSrcIntervalHighOutputPower: 1.3.6.1.2.1.10.133.1.4.7.1.5 optIfOMSnSrcIntervalLastAggregatedInputPower: 1.3.6.1.2.1.10.133.1.4.7.1.6 optIfOMSnSrcIntervalLowAggregatedInputPower: 1.3.6.1.2.1.10.133.1.4.7.1.7 optIfOMSnSrcIntervalHighAggregatedInputPower: 1.3.6.1.2.1.10.133.1.4.7.1.8 optIfOMSnSrcCurDayTable: 1.3.6.1.2.1.10.133.1.4.8 optIfOMSnSrcCurDayEntry: 1.3.6.1.2.1.10.133.1.4.8.1 optIfOMSnSrcCurDaySuspectedFlag: 1.3.6.1.2.1.10.133.1.4.8.1.1 optIfOMSnSrcCurDayLowOutputPower: 1.3.6.1.2.1.10.133.1.4.8.1.2 optIfOMSnSrcCurDayHighOutputPower: 1.3.6.1.2.1.10.133.1.4.8.1.3 optIfOMSnSrcCurDayLowAggregatedInputPower: 1.3.6.1.2.1.10.133.1.4.8.1.4 optIfOMSnSrcCurDayHighAggregatedInputPower: 1.3.6.1.2.1.10.133.1.4.8.1.5 optIfOMSnSrcPrevDayTable: 1.3.6.1.2.1.10.133.1.4.9 optIfOMSnSrcPrevDayEntry: 1.3.6.1.2.1.10.133.1.4.9.1 optIfOMSnSrcPrevDaySuspectedFlag: 1.3.6.1.2.1.10.133.1.4.9.1.1 optIfOMSnSrcPrevDayLastOutputPower: 1.3.6.1.2.1.10.133.1.4.9.1.2 optIfOMSnSrcPrevDayLowOutputPower: 1.3.6.1.2.1.10.133.1.4.9.1.3 optIfOMSnSrcPrevDayHighOutputPower: 1.3.6.1.2.1.10.133.1.4.9.1.4 optIfOMSnSrcPrevDayLastAggregatedInputPower: 1.3.6.1.2.1.10.133.1.4.9.1.5 optIfOMSnSrcPrevDayLowAggregatedInputPower: 1.3.6.1.2.1.10.133.1.4.9.1.6 optIfOMSnSrcPrevDayHighAggregatedInputPower: 1.3.6.1.2.1.10.133.1.4.9.1.7 optIfOChGroup: 1.3.6.1.2.1.10.133.1.5 optIfOChGroupConfigTable: 1.3.6.1.2.1.10.133.1.5.1 optIfOChGroupConfigEntry: 1.3.6.1.2.1.10.133.1.5.1.1 optIfOChGroupDirectionality: 1.3.6.1.2.1.10.133.1.5.1.1.1 optIfOChGroupSinkCurrentTable: 1.3.6.1.2.1.10.133.1.5.2 optIfOChGroupSinkCurrentEntry: 1.3.6.1.2.1.10.133.1.5.2.1 optIfOChGroupSinkCurrentSuspectedFlag: 1.3.6.1.2.1.10.133.1.5.2.1.1 optIfOChGroupSinkCurrentAggregatedInputPower: 1.3.6.1.2.1.10.133.1.5.2.1.2 optIfOChGroupSinkCurrentLowAggregatedInputPower: 1.3.6.1.2.1.10.133.1.5.2.1.3 optIfOChGroupSinkCurrentHighAggregatedInputPower: 1.3.6.1.2.1.10.133.1.5.2.1.4 optIfOChGroupSinkCurrentLowerInputPowerThreshold: 1.3.6.1.2.1.10.133.1.5.2.1.5 optIfOChGroupSinkCurrentUpperInputPowerThreshold: 1.3.6.1.2.1.10.133.1.5.2.1.6 optIfOChGroupSinkCurrentOutputPower: 1.3.6.1.2.1.10.133.1.5.2.1.7 optIfOChGroupSinkCurrentLowOutputPower: 1.3.6.1.2.1.10.133.1.5.2.1.8 optIfOChGroupSinkCurrentHighOutputPower: 1.3.6.1.2.1.10.133.1.5.2.1.9 optIfOChGroupSinkCurrentLowerOutputPowerThreshold: 1.3.6.1.2.1.10.133.1.5.2.1.10 optIfOChGroupSinkCurrentUpperOutputPowerThreshold: 1.3.6.1.2.1.10.133.1.5.2.1.11 optIfOChGroupSinkIntervalTable: 1.3.6.1.2.1.10.133.1.5.3 optIfOChGroupSinkIntervalEntry: 1.3.6.1.2.1.10.133.1.5.3.1 optIfOChGroupSinkIntervalNumber: 1.3.6.1.2.1.10.133.1.5.3.1.1 optIfOChGroupSinkIntervalSuspectedFlag: 1.3.6.1.2.1.10.133.1.5.3.1.2 optIfOChGroupSinkIntervalLastAggregatedInputPower: 1.3.6.1.2.1.10.133.1.5.3.1.3 optIfOChGroupSinkIntervalLowAggregatedInputPower: 1.3.6.1.2.1.10.133.1.5.3.1.4 optIfOChGroupSinkIntervalHighAggregatedInputPower: 1.3.6.1.2.1.10.133.1.5.3.1.5 optIfOChGroupSinkIntervalLastOutputPower: 1.3.6.1.2.1.10.133.1.5.3.1.6 optIfOChGroupSinkIntervalLowOutputPower: 1.3.6.1.2.1.10.133.1.5.3.1.7 optIfOChGroupSinkIntervalHighOutputPower: 1.3.6.1.2.1.10.133.1.5.3.1.8 optIfOChGroupSinkCurDayTable: 1.3.6.1.2.1.10.133.1.5.4 optIfOChGroupSinkCurDayEntry: 1.3.6.1.2.1.10.133.1.5.4.1 optIfOChGroupSinkCurDaySuspectedFlag: 1.3.6.1.2.1.10.133.1.5.4.1.1 optIfOChGroupSinkCurDayLowAggregatedInputPower: 1.3.6.1.2.1.10.133.1.5.4.1.2 optIfOChGroupSinkCurDayHighAggregatedInputPower: 1.3.6.1.2.1.10.133.1.5.4.1.3 optIfOChGroupSinkCurDayLowOutputPower: 1.3.6.1.2.1.10.133.1.5.4.1.4 optIfOChGroupSinkCurDayHighOutputPower: 1.3.6.1.2.1.10.133.1.5.4.1.5 optIfOChGroupSinkPrevDayTable: 1.3.6.1.2.1.10.133.1.5.5 optIfOChGroupSinkPrevDayEntry: 1.3.6.1.2.1.10.133.1.5.5.1 optIfOChGroupSinkPrevDaySuspectedFlag: 1.3.6.1.2.1.10.133.1.5.5.1.1 optIfOChGroupSinkPrevDayLastAggregatedInputPower: 1.3.6.1.2.1.10.133.1.5.5.1.2 optIfOChGroupSinkPrevDayLowAggregatedInputPower: 1.3.6.1.2.1.10.133.1.5.5.1.3 optIfOChGroupSinkPrevDayHighAggregatedInputPower: 1.3.6.1.2.1.10.133.1.5.5.1.4 optIfOChGroupSinkPrevDayLastOutputPower: 1.3.6.1.2.1.10.133.1.5.5.1.5 optIfOChGroupSinkPrevDayLowOutputPower: 1.3.6.1.2.1.10.133.1.5.5.1.6 optIfOChGroupSinkPrevDayHighOutputPower: 1.3.6.1.2.1.10.133.1.5.5.1.7 optIfOChGroupSrcCurrentTable: 1.3.6.1.2.1.10.133.1.5.6 optIfOChGroupSrcCurrentEntry: 1.3.6.1.2.1.10.133.1.5.6.1 optIfOChGroupSrcCurrentSuspectedFlag: 1.3.6.1.2.1.10.133.1.5.6.1.1 optIfOChGroupSrcCurrentOutputPower: 1.3.6.1.2.1.10.133.1.5.6.1.2 optIfOChGroupSrcCurrentLowOutputPower: 1.3.6.1.2.1.10.133.1.5.6.1.3 optIfOChGroupSrcCurrentHighOutputPower: 1.3.6.1.2.1.10.133.1.5.6.1.4 optIfOChGroupSrcCurrentLowerOutputPowerThreshold: 1.3.6.1.2.1.10.133.1.5.6.1.5 optIfOChGroupSrcCurrentUpperOutputPowerThreshold: 1.3.6.1.2.1.10.133.1.5.6.1.6 optIfOChGroupSrcCurrentAggregatedInputPower: 1.3.6.1.2.1.10.133.1.5.6.1.7 optIfOChGroupSrcCurrentLowAggregatedInputPower: 1.3.6.1.2.1.10.133.1.5.6.1.8 optIfOChGroupSrcCurrentHighAggregatedInputPower: 1.3.6.1.2.1.10.133.1.5.6.1.9 optIfOChGroupSrcCurrentLowerInputPowerThreshold: 1.3.6.1.2.1.10.133.1.5.6.1.10 optIfOChGroupSrcCurrentUpperInputPowerThreshold: 1.3.6.1.2.1.10.133.1.5.6.1.11 optIfOChGroupSrcIntervalTable: 1.3.6.1.2.1.10.133.1.5.7 optIfOChGroupSrcIntervalEntry: 1.3.6.1.2.1.10.133.1.5.7.1 optIfOChGroupSrcIntervalNumber: 1.3.6.1.2.1.10.133.1.5.7.1.1 optIfOChGroupSrcIntervalSuspectedFlag: 1.3.6.1.2.1.10.133.1.5.7.1.2 optIfOChGroupSrcIntervalLastOutputPower: 1.3.6.1.2.1.10.133.1.5.7.1.3 optIfOChGroupSrcIntervalLowOutputPower: 1.3.6.1.2.1.10.133.1.5.7.1.4 optIfOChGroupSrcIntervalHighOutputPower: 1.3.6.1.2.1.10.133.1.5.7.1.5 optIfOChGroupSrcIntervalLastAggregatedInputPower: 1.3.6.1.2.1.10.133.1.5.7.1.6 optIfOChGroupSrcIntervalLowAggregatedInputPower: 1.3.6.1.2.1.10.133.1.5.7.1.7 optIfOChGroupSrcIntervalHighAggregatedInputPower: 1.3.6.1.2.1.10.133.1.5.7.1.8 optIfOChGroupSrcCurDayTable: 1.3.6.1.2.1.10.133.1.5.8 optIfOChGroupSrcCurDayEntry: 1.3.6.1.2.1.10.133.1.5.8.1 optIfOChGroupSrcCurDaySuspectedFlag: 1.3.6.1.2.1.10.133.1.5.8.1.1 optIfOChGroupSrcCurDayLowOutputPower: 1.3.6.1.2.1.10.133.1.5.8.1.2 optIfOChGroupSrcCurDayHighOutputPower: 1.3.6.1.2.1.10.133.1.5.8.1.3 optIfOChGroupSrcCurDayLowAggregatedInputPower: 1.3.6.1.2.1.10.133.1.5.8.1.4 optIfOChGroupSrcCurDayHighAggregatedInputPower: 1.3.6.1.2.1.10.133.1.5.8.1.5 optIfOChGroupSrcPrevDayTable: 1.3.6.1.2.1.10.133.1.5.9 optIfOChGroupSrcPrevDayEntry: 1.3.6.1.2.1.10.133.1.5.9.1 optIfOChGroupSrcPrevDaySuspectedFlag: 1.3.6.1.2.1.10.133.1.5.9.1.1 optIfOChGroupSrcPrevDayLastOutputPower: 1.3.6.1.2.1.10.133.1.5.9.1.2 optIfOChGroupSrcPrevDayLowOutputPower: 1.3.6.1.2.1.10.133.1.5.9.1.3 optIfOChGroupSrcPrevDayHighOutputPower: 1.3.6.1.2.1.10.133.1.5.9.1.4 optIfOChGroupSrcPrevDayLastAggregatedInputPower: 1.3.6.1.2.1.10.133.1.5.9.1.5 optIfOChGroupSrcPrevDayLowAggregatedInputPower: 1.3.6.1.2.1.10.133.1.5.9.1.6 optIfOChGroupSrcPrevDayHighAggregatedInputPower: 1.3.6.1.2.1.10.133.1.5.9.1.7 optIfOCh: 1.3.6.1.2.1.10.133.1.6 optIfOChConfigTable: 1.3.6.1.2.1.10.133.1.6.1 optIfOChConfigEntry: 1.3.6.1.2.1.10.133.1.6.1.1 optIfOChDirectionality: 1.3.6.1.2.1.10.133.1.6.1.1.1 optIfOChCurrentStatus: 1.3.6.1.2.1.10.133.1.6.1.1.2 optIfOChSinkCurrentTable: 1.3.6.1.2.1.10.133.1.6.2 optIfOChSinkCurrentEntry: 1.3.6.1.2.1.10.133.1.6.2.1 optIfOChSinkCurrentSuspectedFlag: 1.3.6.1.2.1.10.133.1.6.2.1.1 optIfOChSinkCurrentInputPower: 1.3.6.1.2.1.10.133.1.6.2.1.2 optIfOChSinkCurrentLowInputPower: 1.3.6.1.2.1.10.133.1.6.2.1.3 optIfOChSinkCurrentHighInputPower: 1.3.6.1.2.1.10.133.1.6.2.1.4 optIfOChSinkCurrentLowerInputPowerThreshold: 1.3.6.1.2.1.10.133.1.6.2.1.5 optIfOChSinkCurrentUpperInputPowerThreshold: 1.3.6.1.2.1.10.133.1.6.2.1.6 optIfOChSinkIntervalTable: 1.3.6.1.2.1.10.133.1.6.3 optIfOChSinkIntervalEntry: 1.3.6.1.2.1.10.133.1.6.3.1 optIfOChSinkIntervalNumber: 1.3.6.1.2.1.10.133.1.6.3.1.1 optIfOChSinkIntervalSuspectedFlag: 1.3.6.1.2.1.10.133.1.6.3.1.2 optIfOChSinkIntervalLastInputPower: 1.3.6.1.2.1.10.133.1.6.3.1.3 optIfOChSinkIntervalLowInputPower: 1.3.6.1.2.1.10.133.1.6.3.1.4 optIfOChSinkIntervalHighInputPower: 1.3.6.1.2.1.10.133.1.6.3.1.5 optIfOChSinkCurDayTable: 1.3.6.1.2.1.10.133.1.6.4 optIfOChSinkCurDayEntry: 1.3.6.1.2.1.10.133.1.6.4.1 optIfOChSinkCurDaySuspectedFlag: 1.3.6.1.2.1.10.133.1.6.4.1.1 optIfOChSinkCurDayLowInputPower: 1.3.6.1.2.1.10.133.1.6.4.1.2 optIfOChSinkCurDayHighInputPower: 1.3.6.1.2.1.10.133.1.6.4.1.3 optIfOChSinkPrevDayTable: 1.3.6.1.2.1.10.133.1.6.5 optIfOChSinkPrevDayEntry: 1.3.6.1.2.1.10.133.1.6.5.1 optIfOChSinkPrevDaySuspectedFlag: 1.3.6.1.2.1.10.133.1.6.5.1.1 optIfOChSinkPrevDayLastInputPower: 1.3.6.1.2.1.10.133.1.6.5.1.2 optIfOChSinkPrevDayLowInputPower: 1.3.6.1.2.1.10.133.1.6.5.1.3 optIfOChSinkPrevDayHighInputPower: 1.3.6.1.2.1.10.133.1.6.5.1.4 optIfOChSrcCurrentTable: 1.3.6.1.2.1.10.133.1.6.6 optIfOChSrcCurrentEntry: 1.3.6.1.2.1.10.133.1.6.6.1 optIfOChSrcCurrentSuspectedFlag: 1.3.6.1.2.1.10.133.1.6.6.1.1 optIfOChSrcCurrentOutputPower: 1.3.6.1.2.1.10.133.1.6.6.1.2 optIfOChSrcCurrentLowOutputPower: 1.3.6.1.2.1.10.133.1.6.6.1.3 optIfOChSrcCurrentHighOutputPower: 1.3.6.1.2.1.10.133.1.6.6.1.4 optIfOChSrcCurrentLowerOutputPowerThreshold: 1.3.6.1.2.1.10.133.1.6.6.1.5 optIfOChSrcCurrentUpperOutputPowerThreshold: 1.3.6.1.2.1.10.133.1.6.6.1.6 optIfOChSrcIntervalTable: 1.3.6.1.2.1.10.133.1.6.7 optIfOChSrcIntervalEntry: 1.3.6.1.2.1.10.133.1.6.7.1 optIfOChSrcIntervalNumber: 1.3.6.1.2.1.10.133.1.6.7.1.1 optIfOChSrcIntervalSuspectedFlag: 1.3.6.1.2.1.10.133.1.6.7.1.2 optIfOChSrcIntervalLastOutputPower: 1.3.6.1.2.1.10.133.1.6.7.1.3 optIfOChSrcIntervalLowOutputPower: 1.3.6.1.2.1.10.133.1.6.7.1.4 optIfOChSrcIntervalHighOutputPower: 1.3.6.1.2.1.10.133.1.6.7.1.5 optIfOChSrcCurDayTable: 1.3.6.1.2.1.10.133.1.6.8 optIfOChSrcCurDayEntry: 1.3.6.1.2.1.10.133.1.6.8.1 optIfOChSrcCurDaySuspectedFlag: 1.3.6.1.2.1.10.133.1.6.8.1.1 optIfOChSrcCurDayLowOutputPower: 1.3.6.1.2.1.10.133.1.6.8.1.2 optIfOChSrcCurDayHighOutputPower: 1.3.6.1.2.1.10.133.1.6.8.1.3 optIfOChSrcPrevDayTable: 1.3.6.1.2.1.10.133.1.6.9 optIfOChSrcPrevDayEntry: 1.3.6.1.2.1.10.133.1.6.9.1 optIfOChSrcPrevDaySuspectedFlag: 1.3.6.1.2.1.10.133.1.6.9.1.1 optIfOChSrcPrevDayLastOutputPower: 1.3.6.1.2.1.10.133.1.6.9.1.2 optIfOChSrcPrevDayLowOutputPower: 1.3.6.1.2.1.10.133.1.6.9.1.3 optIfOChSrcPrevDayHighOutputPower: 1.3.6.1.2.1.10.133.1.6.9.1.4 optIfOTUk: 1.3.6.1.2.1.10.133.1.7 optIfOTUkConfigTable: 1.3.6.1.2.1.10.133.1.7.1 optIfOTUkConfigEntry: 1.3.6.1.2.1.10.133.1.7.1.1 optIfOTUkDirectionality: 1.3.6.1.2.1.10.133.1.7.1.1.1 optIfOTUkBitRateK: 1.3.6.1.2.1.10.133.1.7.1.1.2 optIfOTUkTraceIdentifierTransmitted: 1.3.6.1.2.1.10.133.1.7.1.1.3 optIfOTUkDAPIExpected: 1.3.6.1.2.1.10.133.1.7.1.1.4 optIfOTUkSAPIExpected: 1.3.6.1.2.1.10.133.1.7.1.1.5 optIfOTUkTraceIdentifierAccepted: 1.3.6.1.2.1.10.133.1.7.1.1.6 optIfOTUkTIMDetMode: 1.3.6.1.2.1.10.133.1.7.1.1.7 optIfOTUkTIMActEnabled: 1.3.6.1.2.1.10.133.1.7.1.1.8 optIfOTUkDEGThr: 1.3.6.1.2.1.10.133.1.7.1.1.9 optIfOTUkDEGM: 1.3.6.1.2.1.10.133.1.7.1.1.10 optIfOTUkSinkAdaptActive: 1.3.6.1.2.1.10.133.1.7.1.1.11 optIfOTUkSourceAdaptActive: 1.3.6.1.2.1.10.133.1.7.1.1.12 optIfOTUkSinkFECEnabled: 1.3.6.1.2.1.10.133.1.7.1.1.13 optIfOTUkCurrentStatus: 1.3.6.1.2.1.10.133.1.7.1.1.14 optIfGCC0ConfigTable: 1.3.6.1.2.1.10.133.1.7.2 optIfGCC0ConfigEntry: 1.3.6.1.2.1.10.133.1.7.2.1 optIfGCC0Directionality: 1.3.6.1.2.1.10.133.1.7.2.1.1 optIfGCC0Application: 1.3.6.1.2.1.10.133.1.7.2.1.2 optIfGCC0RowStatus: 1.3.6.1.2.1.10.133.1.7.2.1.3 optIfODUk: 1.3.6.1.2.1.10.133.1.8 optIfODUkConfigTable: 1.3.6.1.2.1.10.133.1.8.1 optIfODUkConfigEntry: 1.3.6.1.2.1.10.133.1.8.1.1 optIfODUkDirectionality: 1.3.6.1.2.1.10.133.1.8.1.1.1 optIfODUkBitRateK: 1.3.6.1.2.1.10.133.1.8.1.1.2 optIfODUkTcmFieldsInUse: 1.3.6.1.2.1.10.133.1.8.1.1.3 optIfODUkPositionSeqCurrentSize: 1.3.6.1.2.1.10.133.1.8.1.1.4 optIfODUkTtpPresent: 1.3.6.1.2.1.10.133.1.8.1.1.5 optIfODUkTtpConfigTable: 1.3.6.1.2.1.10.133.1.8.2 optIfODUkTtpConfigEntry: 1.3.6.1.2.1.10.133.1.8.2.1 optIfODUkTtpTraceIdentifierTransmitted: 1.3.6.1.2.1.10.133.1.8.2.1.1 optIfODUkTtpDAPIExpected: 1.3.6.1.2.1.10.133.1.8.2.1.2 optIfODUkTtpSAPIExpected: 1.3.6.1.2.1.10.133.1.8.2.1.3 optIfODUkTtpTraceIdentifierAccepted: 1.3.6.1.2.1.10.133.1.8.2.1.4 optIfODUkTtpTIMDetMode: 1.3.6.1.2.1.10.133.1.8.2.1.5 optIfODUkTtpTIMActEnabled: 1.3.6.1.2.1.10.133.1.8.2.1.6 optIfODUkTtpDEGThr: 1.3.6.1.2.1.10.133.1.8.2.1.7 optIfODUkTtpDEGM: 1.3.6.1.2.1.10.133.1.8.2.1.8 optIfODUkTtpCurrentStatus: 1.3.6.1.2.1.10.133.1.8.2.1.9 optIfODUkPositionSeqTable: 1.3.6.1.2.1.10.133.1.8.3 optIfODUkPositionSeqEntry: 1.3.6.1.2.1.10.133.1.8.3.1 optIfODUkPositionSeqIndex: 1.3.6.1.2.1.10.133.1.8.3.1.1 optIfODUkPositionSeqPosition: 1.3.6.1.2.1.10.133.1.8.3.1.2 optIfODUkPositionSeqPointer: 1.3.6.1.2.1.10.133.1.8.3.1.3 optIfODUkNimConfigTable: 1.3.6.1.2.1.10.133.1.8.4 optIfODUkNimConfigEntry: 1.3.6.1.2.1.10.133.1.8.4.1 optIfODUkNimDirectionality: 1.3.6.1.2.1.10.133.1.8.4.1.1 optIfODUkNimDAPIExpected: 1.3.6.1.2.1.10.133.1.8.4.1.2 optIfODUkNimSAPIExpected: 1.3.6.1.2.1.10.133.1.8.4.1.3 optIfODUkNimTraceIdentifierAccepted: 1.3.6.1.2.1.10.133.1.8.4.1.4 optIfODUkNimTIMDetMode: 1.3.6.1.2.1.10.133.1.8.4.1.5 optIfODUkNimTIMActEnabled: 1.3.6.1.2.1.10.133.1.8.4.1.6 optIfODUkNimDEGThr: 1.3.6.1.2.1.10.133.1.8.4.1.7 optIfODUkNimDEGM: 1.3.6.1.2.1.10.133.1.8.4.1.8 optIfODUkNimCurrentStatus: 1.3.6.1.2.1.10.133.1.8.4.1.9 optIfODUkNimRowStatus: 1.3.6.1.2.1.10.133.1.8.4.1.10 optIfGCC12ConfigTable: 1.3.6.1.2.1.10.133.1.8.5 optIfGCC12ConfigEntry: 1.3.6.1.2.1.10.133.1.8.5.1 optIfGCC12Codirectional: 1.3.6.1.2.1.10.133.1.8.5.1.1 optIfGCC12GCCAccess: 1.3.6.1.2.1.10.133.1.8.5.1.2 optIfGCC12GCCPassThrough: 1.3.6.1.2.1.10.133.1.8.5.1.3 optIfGCC12Application: 1.3.6.1.2.1.10.133.1.8.5.1.4 optIfGCC12RowStatus: 1.3.6.1.2.1.10.133.1.8.5.1.5 optIfODUkT: 1.3.6.1.2.1.10.133.1.9 optIfODUkTConfigTable: 1.3.6.1.2.1.10.133.1.9.1 optIfODUkTConfigEntry: 1.3.6.1.2.1.10.133.1.9.1.1 optIfODUkTTcmField: 1.3.6.1.2.1.10.133.1.9.1.1.1 optIfODUkTCodirectional: 1.3.6.1.2.1.10.133.1.9.1.1.2 optIfODUkTTraceIdentifierTransmitted: 1.3.6.1.2.1.10.133.1.9.1.1.3 optIfODUkTDAPIExpected: 1.3.6.1.2.1.10.133.1.9.1.1.4 optIfODUkTSAPIExpected: 1.3.6.1.2.1.10.133.1.9.1.1.5 optIfODUkTTraceIdentifierAccepted: 1.3.6.1.2.1.10.133.1.9.1.1.6 optIfODUkTTIMDetMode: 1.3.6.1.2.1.10.133.1.9.1.1.7 optIfODUkTTIMActEnabled: 1.3.6.1.2.1.10.133.1.9.1.1.8 optIfODUkTDEGThr: 1.3.6.1.2.1.10.133.1.9.1.1.9 optIfODUkTDEGM: 1.3.6.1.2.1.10.133.1.9.1.1.10 optIfODUkTSinkMode: 1.3.6.1.2.1.10.133.1.9.1.1.11 optIfODUkTSinkLockSignalAdminState: 1.3.6.1.2.1.10.133.1.9.1.1.12 optIfODUkTSourceLockSignalAdminState: 1.3.6.1.2.1.10.133.1.9.1.1.13 optIfODUkTCurrentStatus: 1.3.6.1.2.1.10.133.1.9.1.1.14 optIfODUkTRowStatus: 1.3.6.1.2.1.10.133.1.9.1.1.15 optIfODUkTNimConfigTable: 1.3.6.1.2.1.10.133.1.9.2 optIfODUkTNimConfigEntry: 1.3.6.1.2.1.10.133.1.9.2.1 optIfODUkTNimTcmField: 1.3.6.1.2.1.10.133.1.9.2.1.1 optIfODUkTNimDirectionality: 1.3.6.1.2.1.10.133.1.9.2.1.2 optIfODUkTNimDAPIExpected: 1.3.6.1.2.1.10.133.1.9.2.1.3 optIfODUkTNimSAPIExpected: 1.3.6.1.2.1.10.133.1.9.2.1.4 optIfODUkTNimTraceIdentifierAccepted: 1.3.6.1.2.1.10.133.1.9.2.1.5 optIfODUkTNimTIMDetMode: 1.3.6.1.2.1.10.133.1.9.2.1.6 optIfODUkTNimTIMActEnabled: 1.3.6.1.2.1.10.133.1.9.2.1.7 optIfODUkTNimDEGThr: 1.3.6.1.2.1.10.133.1.9.2.1.8 optIfODUkTNimDEGM: 1.3.6.1.2.1.10.133.1.9.2.1.9 optIfODUkTNimCurrentStatus: 1.3.6.1.2.1.10.133.1.9.2.1.10 optIfODUkTNimRowStatus: 1.3.6.1.2.1.10.133.1.9.2.1.11 optIfConfs: 1.3.6.1.2.1.10.133.2 optIfGroups: 1.3.6.1.2.1.10.133.2.1 optIfCompl: 1.3.6.1.2.1.10.133.2.2 snmp-1.2.0/data/ruby/snmp/mibs/HOST-RESOURCES-MIB.yaml0000644000004100000410000000717112365504747021761 0ustar www-datawww-data--- host: 1.3.6.1.2.1.25 hrSystem: 1.3.6.1.2.1.25.1 hrSystemUptime: 1.3.6.1.2.1.25.1.1 hrSystemDate: 1.3.6.1.2.1.25.1.2 hrSystemInitialLoadDevice: 1.3.6.1.2.1.25.1.3 hrSystemInitialLoadParameters: 1.3.6.1.2.1.25.1.4 hrSystemNumUsers: 1.3.6.1.2.1.25.1.5 hrSystemProcesses: 1.3.6.1.2.1.25.1.6 hrSystemMaxProcesses: 1.3.6.1.2.1.25.1.7 hrStorage: 1.3.6.1.2.1.25.2 hrStorageTypes: 1.3.6.1.2.1.25.2.1 hrMemorySize: 1.3.6.1.2.1.25.2.2 hrStorageTable: 1.3.6.1.2.1.25.2.3 hrStorageEntry: 1.3.6.1.2.1.25.2.3.1 hrStorageIndex: 1.3.6.1.2.1.25.2.3.1.1 hrStorageType: 1.3.6.1.2.1.25.2.3.1.2 hrStorageDescr: 1.3.6.1.2.1.25.2.3.1.3 hrStorageAllocationUnits: 1.3.6.1.2.1.25.2.3.1.4 hrStorageSize: 1.3.6.1.2.1.25.2.3.1.5 hrStorageUsed: 1.3.6.1.2.1.25.2.3.1.6 hrStorageAllocationFailures: 1.3.6.1.2.1.25.2.3.1.7 hrDevice: 1.3.6.1.2.1.25.3 hrDeviceTypes: 1.3.6.1.2.1.25.3.1 hrDeviceTable: 1.3.6.1.2.1.25.3.2 hrDeviceEntry: 1.3.6.1.2.1.25.3.2.1 hrDeviceIndex: 1.3.6.1.2.1.25.3.2.1.1 hrDeviceType: 1.3.6.1.2.1.25.3.2.1.2 hrDeviceDescr: 1.3.6.1.2.1.25.3.2.1.3 hrDeviceID: 1.3.6.1.2.1.25.3.2.1.4 hrDeviceStatus: 1.3.6.1.2.1.25.3.2.1.5 hrDeviceErrors: 1.3.6.1.2.1.25.3.2.1.6 hrProcessorTable: 1.3.6.1.2.1.25.3.3 hrProcessorEntry: 1.3.6.1.2.1.25.3.3.1 hrProcessorFrwID: 1.3.6.1.2.1.25.3.3.1.1 hrProcessorLoad: 1.3.6.1.2.1.25.3.3.1.2 hrNetworkTable: 1.3.6.1.2.1.25.3.4 hrNetworkEntry: 1.3.6.1.2.1.25.3.4.1 hrNetworkIfIndex: 1.3.6.1.2.1.25.3.4.1.1 hrPrinterTable: 1.3.6.1.2.1.25.3.5 hrPrinterEntry: 1.3.6.1.2.1.25.3.5.1 hrPrinterStatus: 1.3.6.1.2.1.25.3.5.1.1 hrPrinterDetectedErrorState: 1.3.6.1.2.1.25.3.5.1.2 hrDiskStorageTable: 1.3.6.1.2.1.25.3.6 hrDiskStorageEntry: 1.3.6.1.2.1.25.3.6.1 hrDiskStorageAccess: 1.3.6.1.2.1.25.3.6.1.1 hrDiskStorageMedia: 1.3.6.1.2.1.25.3.6.1.2 hrDiskStorageRemoveble: 1.3.6.1.2.1.25.3.6.1.3 hrDiskStorageCapacity: 1.3.6.1.2.1.25.3.6.1.4 hrPartitionTable: 1.3.6.1.2.1.25.3.7 hrPartitionEntry: 1.3.6.1.2.1.25.3.7.1 hrPartitionIndex: 1.3.6.1.2.1.25.3.7.1.1 hrPartitionLabel: 1.3.6.1.2.1.25.3.7.1.2 hrPartitionID: 1.3.6.1.2.1.25.3.7.1.3 hrPartitionSize: 1.3.6.1.2.1.25.3.7.1.4 hrPartitionFSIndex: 1.3.6.1.2.1.25.3.7.1.5 hrFSTable: 1.3.6.1.2.1.25.3.8 hrFSEntry: 1.3.6.1.2.1.25.3.8.1 hrFSIndex: 1.3.6.1.2.1.25.3.8.1.1 hrFSMountPoint: 1.3.6.1.2.1.25.3.8.1.2 hrFSRemoteMountPoint: 1.3.6.1.2.1.25.3.8.1.3 hrFSType: 1.3.6.1.2.1.25.3.8.1.4 hrFSAccess: 1.3.6.1.2.1.25.3.8.1.5 hrFSBootable: 1.3.6.1.2.1.25.3.8.1.6 hrFSStorageIndex: 1.3.6.1.2.1.25.3.8.1.7 hrFSLastFullBackupDate: 1.3.6.1.2.1.25.3.8.1.8 hrFSLastPartialBackupDate: 1.3.6.1.2.1.25.3.8.1.9 hrFSTypes: 1.3.6.1.2.1.25.3.9 hrSWRun: 1.3.6.1.2.1.25.4 hrSWOSIndex: 1.3.6.1.2.1.25.4.1 hrSWRunTable: 1.3.6.1.2.1.25.4.2 hrSWRunEntry: 1.3.6.1.2.1.25.4.2.1 hrSWRunIndex: 1.3.6.1.2.1.25.4.2.1.1 hrSWRunName: 1.3.6.1.2.1.25.4.2.1.2 hrSWRunID: 1.3.6.1.2.1.25.4.2.1.3 hrSWRunPath: 1.3.6.1.2.1.25.4.2.1.4 hrSWRunParameters: 1.3.6.1.2.1.25.4.2.1.5 hrSWRunType: 1.3.6.1.2.1.25.4.2.1.6 hrSWRunStatus: 1.3.6.1.2.1.25.4.2.1.7 hrSWRunPerf: 1.3.6.1.2.1.25.5 hrSWRunPerfTable: 1.3.6.1.2.1.25.5.1 hrSWRunPerfEntry: 1.3.6.1.2.1.25.5.1.1 hrSWRunPerfCPU: 1.3.6.1.2.1.25.5.1.1.1 hrSWRunPerfMem: 1.3.6.1.2.1.25.5.1.1.2 hrSWInstalled: 1.3.6.1.2.1.25.6 hrSWInstalledLastChange: 1.3.6.1.2.1.25.6.1 hrSWInstalledLastUpdateTime: 1.3.6.1.2.1.25.6.2 hrSWInstalledTable: 1.3.6.1.2.1.25.6.3 hrSWInstalledEntry: 1.3.6.1.2.1.25.6.3.1 hrSWInstalledIndex: 1.3.6.1.2.1.25.6.3.1.1 hrSWInstalledName: 1.3.6.1.2.1.25.6.3.1.2 hrSWInstalledID: 1.3.6.1.2.1.25.6.3.1.3 hrSWInstalledType: 1.3.6.1.2.1.25.6.3.1.4 hrSWInstalledDate: 1.3.6.1.2.1.25.6.3.1.5 hrMIBAdminInfo: 1.3.6.1.2.1.25.7 hostResourcesMibModule: 1.3.6.1.2.1.25.7.1 hrMIBCompliances: 1.3.6.1.2.1.25.7.2 hrMIBGroups: 1.3.6.1.2.1.25.7.3 snmp-1.2.0/data/ruby/snmp/mibs/TRIP-TC-MIB.yaml0000644000004100000410000000003612365504747020707 0ustar www-datawww-data--- tripTC: 1.3.6.1.2.1.115 snmp-1.2.0/data/ruby/snmp/mibs/IANA-ITU-ALARM-TC-MIB.yaml0000644000004100000410000000005312365504747022131 0ustar www-datawww-data--- ianaItuAlarmNumbers: 1.3.6.1.2.1.119 snmp-1.2.0/data/ruby/snmp/mibs/Modem-MIB.yaml0000644000004100000410000001157512365504747020700 0ustar www-datawww-data--- mdmMib: 1.3.6.1.2.1.38 mdmMIB: 1.3.6.1.2.1.38.1 mdmMIBObjects: 1.3.6.1.2.1.38.1.1 mdmNumber: 1.3.6.1.2.1.38.1.1.1 mdmIDTable: 1.3.6.1.2.1.38.1.1.2 mdmIDEntry: 1.3.6.1.2.1.38.1.1.2.1 mdmIndex: 1.3.6.1.2.1.38.1.1.2.1.1 mdmIDManufacturerOID: 1.3.6.1.2.1.38.1.1.2.1.2 mdmIDProductDetails: 1.3.6.1.2.1.38.1.1.2.1.3 mdmLineTable: 1.3.6.1.2.1.38.1.1.3 mdmLineEntry: 1.3.6.1.2.1.38.1.1.3.1 mdmLineCarrierLossTime: 1.3.6.1.2.1.38.1.1.3.1.1 mdmLineState: 1.3.6.1.2.1.38.1.1.3.1.2 mdmLineCapabilitiesTable: 1.3.6.1.2.1.38.1.1.4 mdmLineCapabilitiesEntry: 1.3.6.1.2.1.38.1.1.4.1 mdmLineCapabilitiesIndex: 1.3.6.1.2.1.38.1.1.4.1.1 mdmLineCapabilitiesID: 1.3.6.1.2.1.38.1.1.4.1.2 mdmLineCapabilitiesEnableRequested: 1.3.6.1.2.1.38.1.1.4.1.3 mdmLineCapabilitiesEnableGranted: 1.3.6.1.2.1.38.1.1.4.1.4 mdmLineCapabilities: 1.3.6.1.2.1.38.1.1.5 mdmLineCapabilitiesV21: 1.3.6.1.2.1.38.1.1.5.1 mdmLineCapabilitiesV22: 1.3.6.1.2.1.38.1.1.5.2 mdmLineCapabilitiesV22bis: 1.3.6.1.2.1.38.1.1.5.3 mdmLineCapabilitiesV23CC: 1.3.6.1.2.1.38.1.1.5.4 mdmLineCapabilitiesV23SC: 1.3.6.1.2.1.38.1.1.5.5 mdmLineCapabilitiesV25bis: 1.3.6.1.2.1.38.1.1.5.6 mdmLineCapabilitiesV26bis: 1.3.6.1.2.1.38.1.1.5.7 mdmLineCapabilitiesV26ter: 1.3.6.1.2.1.38.1.1.5.8 mdmLineCapabilitiesV27ter: 1.3.6.1.2.1.38.1.1.5.9 mdmLineCapabilitiesV32: 1.3.6.1.2.1.38.1.1.5.10 mdmLineCapabilitiesV32bis: 1.3.6.1.2.1.38.1.1.5.11 mdmLineCapabilitiesV32terbo: 1.3.6.1.2.1.38.1.1.5.12 mdmLineCapabilitiesVFC: 1.3.6.1.2.1.38.1.1.5.13 mdmLineCapabilitiesV34: 1.3.6.1.2.1.38.1.1.5.14 mdmLineCapabilitiesV42: 1.3.6.1.2.1.38.1.1.5.15 mdmLineCapabilitiesV42bis: 1.3.6.1.2.1.38.1.1.5.16 mdmLineCapabilitiesMNP1: 1.3.6.1.2.1.38.1.1.5.17 mdmLineCapabilitiesMNP2: 1.3.6.1.2.1.38.1.1.5.18 mdmLineCapabilitiesMNP3: 1.3.6.1.2.1.38.1.1.5.19 mdmLineCapabilitiesMNP4: 1.3.6.1.2.1.38.1.1.5.20 mdmLineCapabilitiesMNP5: 1.3.6.1.2.1.38.1.1.5.21 mdmLineCapabilitiesMNP6: 1.3.6.1.2.1.38.1.1.5.22 mdmLineCapabilitiesMNP7: 1.3.6.1.2.1.38.1.1.5.23 mdmLineCapabilitiesMNP8: 1.3.6.1.2.1.38.1.1.5.24 mdmLineCapabilitiesMNP9: 1.3.6.1.2.1.38.1.1.5.25 mdmLineCapabilitiesMNP10: 1.3.6.1.2.1.38.1.1.5.26 mdmLineCapabilitiesV29: 1.3.6.1.2.1.38.1.1.5.27 mdmLineCapabilitiesV33: 1.3.6.1.2.1.38.1.1.5.28 mdmLineCapabilitiesBell208: 1.3.6.1.2.1.38.1.1.5.29 mdmDTEInterfaceTable: 1.3.6.1.2.1.38.1.1.6 mdmDTEInterfaceEntry: 1.3.6.1.2.1.38.1.1.6.1 mdmDTEActionDTROnToOff: 1.3.6.1.2.1.38.1.1.6.1.1 mdmDTEActionDTROffToOn: 1.3.6.1.2.1.38.1.1.6.1.2 mdmDTESyncTimingSource: 1.3.6.1.2.1.38.1.1.6.1.3 mdmDTESyncAsyncMode: 1.3.6.1.2.1.38.1.1.6.1.4 mdmDTEInactivityTimeout: 1.3.6.1.2.1.38.1.1.6.1.5 mdmCallControlTable: 1.3.6.1.2.1.38.1.1.7 mdmCallControlEntry: 1.3.6.1.2.1.38.1.1.7.1 mdmCCRingsBeforeAnswer: 1.3.6.1.2.1.38.1.1.7.1.1 mdmCCCallSetUpFailTimer: 1.3.6.1.2.1.38.1.1.7.1.2 mdmCCResultCodeEnable: 1.3.6.1.2.1.38.1.1.7.1.3 mdmCCEscapeAction: 1.3.6.1.2.1.38.1.1.7.1.4 mdmCCCallDuration: 1.3.6.1.2.1.38.1.1.7.1.5 mdmCCConnectionFailReason: 1.3.6.1.2.1.38.1.1.7.1.6 mdmCCStoredDialStringTable: 1.3.6.1.2.1.38.1.1.8 mdmCCStoredDialStringEntry: 1.3.6.1.2.1.38.1.1.8.1 mdmCCStoredDialStringIndex: 1.3.6.1.2.1.38.1.1.8.1.1 mdmCCStoredDialString: 1.3.6.1.2.1.38.1.1.8.1.2 mdmECTable: 1.3.6.1.2.1.38.1.1.9 mdmECEntry: 1.3.6.1.2.1.38.1.1.9.1 mdmECErrorControlUsed: 1.3.6.1.2.1.38.1.1.9.1.1 mdmDCTable: 1.3.6.1.2.1.38.1.1.10 mdmDCEntry: 1.3.6.1.2.1.38.1.1.10.1 mdmDCCompressionTypeUsed: 1.3.6.1.2.1.38.1.1.10.1.1 mdmSCTable: 1.3.6.1.2.1.38.1.1.11 mdmSCEntry: 1.3.6.1.2.1.38.1.1.11.1 mdmSCCurrentLineTransmitRate: 1.3.6.1.2.1.38.1.1.11.1.1 mdmSCCurrentLineReceiveRate: 1.3.6.1.2.1.38.1.1.11.1.2 mdmSCInitialLineTransmitRate: 1.3.6.1.2.1.38.1.1.11.1.3 mdmSCInitialLineReceiveRate: 1.3.6.1.2.1.38.1.1.11.1.4 mdmSCModulationSchemeUsed: 1.3.6.1.2.1.38.1.1.11.1.5 mdmStatsTable: 1.3.6.1.2.1.38.1.1.12 mdmStatsEntry: 1.3.6.1.2.1.38.1.1.12.1 mdmStatsRingNoAnswers: 1.3.6.1.2.1.38.1.1.12.1.1 mdmStatsIncomingConnectionFailures: 1.3.6.1.2.1.38.1.1.12.1.2 mdmStatsIncomingConnectionCompletions: 1.3.6.1.2.1.38.1.1.12.1.3 mdmStatsFailedDialAttempts: 1.3.6.1.2.1.38.1.1.12.1.4 mdmStatsOutgoingConnectionFailures: 1.3.6.1.2.1.38.1.1.12.1.5 mdmStatsOutgoingConnectionCompletions: 1.3.6.1.2.1.38.1.1.12.1.6 mdmStatsRetrains: 1.3.6.1.2.1.38.1.1.12.1.7 mdmStats2400OrLessConnections: 1.3.6.1.2.1.38.1.1.12.1.8 mdmStats2400To14400Connections: 1.3.6.1.2.1.38.1.1.12.1.9 mdmStatsGreaterThan14400Connections: 1.3.6.1.2.1.38.1.1.12.1.10 mdmStatsErrorControlledConnections: 1.3.6.1.2.1.38.1.1.12.1.11 mdmStatsCompressedConnections: 1.3.6.1.2.1.38.1.1.12.1.12 mdmStatsCompressionEfficiency: 1.3.6.1.2.1.38.1.1.12.1.13 mdmStatsSentOctets: 1.3.6.1.2.1.38.1.1.12.1.14 mdmStatsReceivedOctets: 1.3.6.1.2.1.38.1.1.12.1.15 mdmStatsSentDataFrames: 1.3.6.1.2.1.38.1.1.12.1.16 mdmStatsReceivedDataFrames: 1.3.6.1.2.1.38.1.1.12.1.17 mdmStatsResentFrames: 1.3.6.1.2.1.38.1.1.12.1.18 mdmStatsErrorFrames: 1.3.6.1.2.1.38.1.1.12.1.19 mdmConformance: 1.3.6.1.2.1.38.1.2 mdmCompliances: 1.3.6.1.2.1.38.1.2.1 mdmGroups: 1.3.6.1.2.1.38.1.2.2 snmp-1.2.0/data/ruby/snmp/mibs/FR-ATM-PVC-SERVICE-IWF-MIB.yaml0000644000004100000410000000420712365504747022726 0ustar www-datawww-data--- frAtmIwfMIB: 1.3.6.1.2.1.86 frAtmIwfMIBObjects: 1.3.6.1.2.1.86.1 frAtmIwfConnIndexNext: 1.3.6.1.2.1.86.1.1 frAtmIwfConnectionTable: 1.3.6.1.2.1.86.1.2 frAtmIwfConnectionEntry: 1.3.6.1.2.1.86.1.2.1 frAtmIwfConnIndex: 1.3.6.1.2.1.86.1.2.1.1 frAtmIwfConnAtmPort: 1.3.6.1.2.1.86.1.2.1.2 frAtmIwfConnVpi: 1.3.6.1.2.1.86.1.2.1.3 frAtmIwfConnVci: 1.3.6.1.2.1.86.1.2.1.4 frAtmIwfConnFrPort: 1.3.6.1.2.1.86.1.2.1.5 frAtmIwfConnDlci: 1.3.6.1.2.1.86.1.2.1.6 frAtmIwfConnRowStatus: 1.3.6.1.2.1.86.1.2.1.7 frAtmIwfConnAdminStatus: 1.3.6.1.2.1.86.1.2.1.8 frAtmIwfConnAtm2FrOperStatus: 1.3.6.1.2.1.86.1.2.1.9 frAtmIwfConnAtm2FrLastChange: 1.3.6.1.2.1.86.1.2.1.10 frAtmIwfConnFr2AtmOperStatus: 1.3.6.1.2.1.86.1.2.1.11 frAtmIwfConnFr2AtmLastChange: 1.3.6.1.2.1.86.1.2.1.12 frAtmIwfConnectionDescriptor: 1.3.6.1.2.1.86.1.2.1.13 frAtmIwfConnFailedFrameTranslate: 1.3.6.1.2.1.86.1.2.1.14 frAtmIwfConnOverSizedFrames: 1.3.6.1.2.1.86.1.2.1.15 frAtmIwfConnFailedAal5PduTranslate: 1.3.6.1.2.1.86.1.2.1.16 frAtmIwfConnOverSizedSDUs: 1.3.6.1.2.1.86.1.2.1.17 frAtmIwfConnCrcErrors: 1.3.6.1.2.1.86.1.2.1.18 frAtmIwfConnSarTimeOuts: 1.3.6.1.2.1.86.1.2.1.19 frAtmIwfConnectionDescriptorIndexNext: 1.3.6.1.2.1.86.1.3 frAtmIwfConnectionDescriptorTable: 1.3.6.1.2.1.86.1.4 frAtmIwfConnectionDescriptorEntry: 1.3.6.1.2.1.86.1.4.1 frAtmIwfConnectionDescriptorIndex: 1.3.6.1.2.1.86.1.4.1.1 frAtmIwfConnDescriptorRowStatus: 1.3.6.1.2.1.86.1.4.1.2 frAtmIwfConnDeToClpMappingMode: 1.3.6.1.2.1.86.1.4.1.3 frAtmIwfConnClpToDeMappingMode: 1.3.6.1.2.1.86.1.4.1.4 frAtmIwfConnCongestionMappingMode: 1.3.6.1.2.1.86.1.4.1.5 frAtmIwfConnEncapsulationMappingMode: 1.3.6.1.2.1.86.1.4.1.6 frAtmIwfConnEncapsulationMappings: 1.3.6.1.2.1.86.1.4.1.7 frAtmIwfConnFragAndReassEnabled: 1.3.6.1.2.1.86.1.4.1.8 frAtmIwfConnArpTranslationEnabled: 1.3.6.1.2.1.86.1.4.1.9 frAtmIwfVclTable: 1.3.6.1.2.1.86.1.5 frAtmIwfVclEntry: 1.3.6.1.2.1.86.1.5.1 frAtmIwfVclCrossConnectIdentifier: 1.3.6.1.2.1.86.1.5.1.1 frAtmIwfTraps: 1.3.6.1.2.1.86.2 frAtmIwfTrapsPrefix: 1.3.6.1.2.1.86.2.0 frAtmIwfConformance: 1.3.6.1.2.1.86.3 frAtmIwfGroups: 1.3.6.1.2.1.86.3.1 frAtmIwfCompliances: 1.3.6.1.2.1.86.3.2 frAtmIwfConnStatusChange: 1.3.6.1.2.1.86.2.0.1 snmp-1.2.0/data/ruby/snmp/mibs/APPC-MIB.yaml0000644000004100000410000003421712365504747020360 0ustar www-datawww-data--- appcMIB: 1.3.6.1.2.1.34.3 appcObjects: 1.3.6.1.2.1.34.3.1 appcGlobal: 1.3.6.1.2.1.34.3.1.1 appcCntrlAdminGroup: 1.3.6.1.2.1.34.3.1.1.1 appcCntrlAdminStat: 1.3.6.1.2.1.34.3.1.1.1.1 appcCntrlAdminRscv: 1.3.6.1.2.1.34.3.1.1.1.2 appcCntrlAdminTrace: 1.3.6.1.2.1.34.3.1.1.1.3 appcCntrlAdminTraceParm: 1.3.6.1.2.1.34.3.1.1.1.4 appcCntrlOperGroup: 1.3.6.1.2.1.34.3.1.1.2 appcCntrlOperStat: 1.3.6.1.2.1.34.3.1.1.2.1 appcCntrlOperStatTime: 1.3.6.1.2.1.34.3.1.1.2.2 appcCntrlOperRscv: 1.3.6.1.2.1.34.3.1.1.2.3 appcCntrlOperRscvTime: 1.3.6.1.2.1.34.3.1.1.2.4 appcCntrlOperTrace: 1.3.6.1.2.1.34.3.1.1.2.5 appcCntrlOperTraceTime: 1.3.6.1.2.1.34.3.1.1.2.6 appcCntrlOperTraceParm: 1.3.6.1.2.1.34.3.1.1.2.7 appcGlobalObjects: 1.3.6.1.2.1.34.3.1.1.3 appcUpTime: 1.3.6.1.2.1.34.3.1.1.3.1 appcDefaultModeName: 1.3.6.1.2.1.34.3.1.1.3.2 appcDefaultLuName: 1.3.6.1.2.1.34.3.1.1.3.3 appcDefaultImplInbndPlu: 1.3.6.1.2.1.34.3.1.1.3.4 appcDefaultMaxMcLlSndSize: 1.3.6.1.2.1.34.3.1.1.3.5 appcDefaultFileSpec: 1.3.6.1.2.1.34.3.1.1.3.6 appcDefaultTpOperation: 1.3.6.1.2.1.34.3.1.1.3.7 appcDefaultTpConvSecRqd: 1.3.6.1.2.1.34.3.1.1.3.8 appcLocalCpName: 1.3.6.1.2.1.34.3.1.1.3.9 appcActiveSessions: 1.3.6.1.2.1.34.3.1.1.3.10 appcActiveHprSessions: 1.3.6.1.2.1.34.3.1.1.3.11 appcCnosControl: 1.3.6.1.2.1.34.3.1.1.4 appcCnosCommand: 1.3.6.1.2.1.34.3.1.1.4.1 appcCnosMaxSessLimit: 1.3.6.1.2.1.34.3.1.1.4.2 appcCnosMinCwinLimit: 1.3.6.1.2.1.34.3.1.1.4.3 appcCnosMinClosLimit: 1.3.6.1.2.1.34.3.1.1.4.4 appcCnosDrainSelf: 1.3.6.1.2.1.34.3.1.1.4.5 appcCnosDrainPart: 1.3.6.1.2.1.34.3.1.1.4.6 appcCnosResponsible: 1.3.6.1.2.1.34.3.1.1.4.7 appcCnosForce: 1.3.6.1.2.1.34.3.1.1.4.8 appcCnosTargetLocLuName: 1.3.6.1.2.1.34.3.1.1.4.9 appcCnosTargetParLuName: 1.3.6.1.2.1.34.3.1.1.4.10 appcCnosTargetModeName: 1.3.6.1.2.1.34.3.1.1.4.11 appcLu: 1.3.6.1.2.1.34.3.1.2 appcLluAdminTable: 1.3.6.1.2.1.34.3.1.2.1 appcLluAdminEntry: 1.3.6.1.2.1.34.3.1.2.1.1 appcLluAdminName: 1.3.6.1.2.1.34.3.1.2.1.1.1 appcLluAdminDepType: 1.3.6.1.2.1.34.3.1.2.1.1.2 appcLluAdminLocalAddress: 1.3.6.1.2.1.34.3.1.2.1.1.3 appcLluAdminSessLimit: 1.3.6.1.2.1.34.3.1.2.1.1.4 appcLluAdminBindRspMayQ: 1.3.6.1.2.1.34.3.1.2.1.1.5 appcLluAdminCompression: 1.3.6.1.2.1.34.3.1.2.1.1.6 appcLluAdminInBoundCompLevel: 1.3.6.1.2.1.34.3.1.2.1.1.7 appcLluAdminOutBoundCompLevel: 1.3.6.1.2.1.34.3.1.2.1.1.8 appcLluAdminCompRleBeforeLZ: 1.3.6.1.2.1.34.3.1.2.1.1.9 appcLluAdminAlias: 1.3.6.1.2.1.34.3.1.2.1.1.10 appcLluOperTable: 1.3.6.1.2.1.34.3.1.2.2 appcLluOperEntry: 1.3.6.1.2.1.34.3.1.2.2.1 appcLluOperName: 1.3.6.1.2.1.34.3.1.2.2.1.1 appcLluOperDepType: 1.3.6.1.2.1.34.3.1.2.2.1.2 appcLluOperLocalAddress: 1.3.6.1.2.1.34.3.1.2.2.1.3 appcLluOperSessLimit: 1.3.6.1.2.1.34.3.1.2.2.1.4 appcLluOperBindRspMayQ: 1.3.6.1.2.1.34.3.1.2.2.1.5 appcLluOperCompression: 1.3.6.1.2.1.34.3.1.2.2.1.6 appcLluOperInBoundCompLevel: 1.3.6.1.2.1.34.3.1.2.2.1.7 appcLluOperOutBoundCompLevel: 1.3.6.1.2.1.34.3.1.2.2.1.8 appcLluOperCompRleBeforeLZ: 1.3.6.1.2.1.34.3.1.2.2.1.9 appcLluOperAlias: 1.3.6.1.2.1.34.3.1.2.2.1.10 appcLluOperActiveSessions: 1.3.6.1.2.1.34.3.1.2.2.1.11 appcLuPairAdminTable: 1.3.6.1.2.1.34.3.1.2.3 appcLuPairAdminEntry: 1.3.6.1.2.1.34.3.1.2.3.1 appcLuPairAdminLocLuName: 1.3.6.1.2.1.34.3.1.2.3.1.1 appcLuPairAdminParLuName: 1.3.6.1.2.1.34.3.1.2.3.1.2 appcLuPairAdminParLuAlias: 1.3.6.1.2.1.34.3.1.2.3.1.3 appcLuPairAdminSessLimit: 1.3.6.1.2.1.34.3.1.2.3.1.4 appcLuPairAdminSessSec: 1.3.6.1.2.1.34.3.1.2.3.1.5 appcLuPairAdminSecAccept: 1.3.6.1.2.1.34.3.1.2.3.1.6 appcLuPairAdminLinkObjId: 1.3.6.1.2.1.34.3.1.2.3.1.7 appcLuPairAdminParaSessSup: 1.3.6.1.2.1.34.3.1.2.3.1.8 appcLuPairOperTable: 1.3.6.1.2.1.34.3.1.2.4 appcLuPairOperEntry: 1.3.6.1.2.1.34.3.1.2.4.1 appcLuPairOperLocLuName: 1.3.6.1.2.1.34.3.1.2.4.1.1 appcLuPairOperParLuName: 1.3.6.1.2.1.34.3.1.2.4.1.2 appcLuPairOperParLuAlias: 1.3.6.1.2.1.34.3.1.2.4.1.3 appcLuPairOperSessLimit: 1.3.6.1.2.1.34.3.1.2.4.1.4 appcLuPairOperSessSec: 1.3.6.1.2.1.34.3.1.2.4.1.5 appcLuPairOperSecAccept: 1.3.6.1.2.1.34.3.1.2.4.1.6 appcLuPairOperLinkObjId: 1.3.6.1.2.1.34.3.1.2.4.1.7 appcLuPairOperParaSessSup: 1.3.6.1.2.1.34.3.1.2.4.1.8 appcLuPairOperParaSessSupLS: 1.3.6.1.2.1.34.3.1.2.4.1.9 appcLuPairOperState: 1.3.6.1.2.1.34.3.1.2.4.1.10 appcModeAdminTable: 1.3.6.1.2.1.34.3.1.2.5 appcModeAdminEntry: 1.3.6.1.2.1.34.3.1.2.5.1 appcModeAdminLocLuName: 1.3.6.1.2.1.34.3.1.2.5.1.1 appcModeAdminParLuName: 1.3.6.1.2.1.34.3.1.2.5.1.2 appcModeAdminModeName: 1.3.6.1.2.1.34.3.1.2.5.1.3 appcModeAdminCosName: 1.3.6.1.2.1.34.3.1.2.5.1.4 appcModeAdminSessEndTpName: 1.3.6.1.2.1.34.3.1.2.5.1.5 appcModeAdminMaxSessLimit: 1.3.6.1.2.1.34.3.1.2.5.1.6 appcModeAdminMinCwinLimit: 1.3.6.1.2.1.34.3.1.2.5.1.7 appcModeAdminMinClosLimit: 1.3.6.1.2.1.34.3.1.2.5.1.8 appcModeAdminConWinAutoActLmt: 1.3.6.1.2.1.34.3.1.2.5.1.9 appcModeAdminRecvPacWinSz: 1.3.6.1.2.1.34.3.1.2.5.1.10 appcModeAdminSendPacWinSz: 1.3.6.1.2.1.34.3.1.2.5.1.11 appcModeAdminPrefRecvRuSz: 1.3.6.1.2.1.34.3.1.2.5.1.12 appcModeAdminPrefSendRuSz: 1.3.6.1.2.1.34.3.1.2.5.1.13 appcModeAdminRecvRuSzUpBnd: 1.3.6.1.2.1.34.3.1.2.5.1.14 appcModeAdminSendRuSzUpBnd: 1.3.6.1.2.1.34.3.1.2.5.1.15 appcModeAdminRecvRuSzLoBnd: 1.3.6.1.2.1.34.3.1.2.5.1.16 appcModeAdminSendRuSzLoBnd: 1.3.6.1.2.1.34.3.1.2.5.1.17 appcModeAdminSingSessReinit: 1.3.6.1.2.1.34.3.1.2.5.1.18 appcModeAdminCompression: 1.3.6.1.2.1.34.3.1.2.5.1.19 appcModeAdminInBoundCompLevel: 1.3.6.1.2.1.34.3.1.2.5.1.20 appcModeAdminOutBoundCompLevel: 1.3.6.1.2.1.34.3.1.2.5.1.21 appcModeAdminCompRleBeforeLZ: 1.3.6.1.2.1.34.3.1.2.5.1.22 appcModeAdminSyncLvl: 1.3.6.1.2.1.34.3.1.2.5.1.23 appcModeAdminCrypto: 1.3.6.1.2.1.34.3.1.2.5.1.24 appcModeOperTable: 1.3.6.1.2.1.34.3.1.2.6 appcModeOperEntry: 1.3.6.1.2.1.34.3.1.2.6.1 appcModeOperLocLuName: 1.3.6.1.2.1.34.3.1.2.6.1.1 appcModeOperParLuName: 1.3.6.1.2.1.34.3.1.2.6.1.2 appcModeOperModeName: 1.3.6.1.2.1.34.3.1.2.6.1.3 appcModeOperCosName: 1.3.6.1.2.1.34.3.1.2.6.1.4 appcModeOperSessEndTpName: 1.3.6.1.2.1.34.3.1.2.6.1.5 appcModeOperSessLimit: 1.3.6.1.2.1.34.3.1.2.6.1.6 appcModeOperMaxSessLimit: 1.3.6.1.2.1.34.3.1.2.6.1.7 appcModeOperMinCwinLimit: 1.3.6.1.2.1.34.3.1.2.6.1.8 appcModeOperMinClosLimit: 1.3.6.1.2.1.34.3.1.2.6.1.9 appcModeOperConWinAutoActLmt: 1.3.6.1.2.1.34.3.1.2.6.1.10 appcModeOperRecvPacWinSz: 1.3.6.1.2.1.34.3.1.2.6.1.11 appcModeOperSendPacWinSz: 1.3.6.1.2.1.34.3.1.2.6.1.12 appcModeOperPrefRecvRuSz: 1.3.6.1.2.1.34.3.1.2.6.1.13 appcModeOperPrefSendRuSz: 1.3.6.1.2.1.34.3.1.2.6.1.14 appcModeOperRecvRuSzUpBnd: 1.3.6.1.2.1.34.3.1.2.6.1.15 appcModeOperSendRuSzUpBnd: 1.3.6.1.2.1.34.3.1.2.6.1.16 appcModeOperRecvRuSzLoBnd: 1.3.6.1.2.1.34.3.1.2.6.1.17 appcModeOperSendRuSzLoBnd: 1.3.6.1.2.1.34.3.1.2.6.1.18 appcModeOperSingSessReinit: 1.3.6.1.2.1.34.3.1.2.6.1.19 appcModeOperCompression: 1.3.6.1.2.1.34.3.1.2.6.1.20 appcModeOperInBoundCompLevel: 1.3.6.1.2.1.34.3.1.2.6.1.21 appcModeOperOutBoundCompLevel: 1.3.6.1.2.1.34.3.1.2.6.1.22 appcModeOperCompRleBeforeLZ: 1.3.6.1.2.1.34.3.1.2.6.1.23 appcModeOperSyncLvl: 1.3.6.1.2.1.34.3.1.2.6.1.24 appcModeOperCrypto: 1.3.6.1.2.1.34.3.1.2.6.1.25 appcModeOperSyncLvlLastStart: 1.3.6.1.2.1.34.3.1.2.6.1.26 appcModeOperCryptoLastStart: 1.3.6.1.2.1.34.3.1.2.6.1.27 appcModeOperCNOSNeg: 1.3.6.1.2.1.34.3.1.2.6.1.28 appcModeOperActCwin: 1.3.6.1.2.1.34.3.1.2.6.1.29 appcModeOperActClos: 1.3.6.1.2.1.34.3.1.2.6.1.30 appcModeOperPndCwin: 1.3.6.1.2.1.34.3.1.2.6.1.31 appcModeOperPndClos: 1.3.6.1.2.1.34.3.1.2.6.1.32 appcModeOperPtmCwin: 1.3.6.1.2.1.34.3.1.2.6.1.33 appcModeOperPtmClos: 1.3.6.1.2.1.34.3.1.2.6.1.34 appcModeOperDrainSelf: 1.3.6.1.2.1.34.3.1.2.6.1.35 appcModeOperDrainPart: 1.3.6.1.2.1.34.3.1.2.6.1.36 appcTp: 1.3.6.1.2.1.34.3.1.3 appcTpAdminTable: 1.3.6.1.2.1.34.3.1.3.1 appcTpAdminEntry: 1.3.6.1.2.1.34.3.1.3.1.1 appcTpAdminLocLuName: 1.3.6.1.2.1.34.3.1.3.1.1.1 appcTpAdminTpName: 1.3.6.1.2.1.34.3.1.3.1.1.2 appcTpAdminFileSpec: 1.3.6.1.2.1.34.3.1.3.1.1.3 appcTpAdminStartParm: 1.3.6.1.2.1.34.3.1.3.1.1.4 appcTpAdminTpOperation: 1.3.6.1.2.1.34.3.1.3.1.1.5 appcTpAdminInAttachTimeout: 1.3.6.1.2.1.34.3.1.3.1.1.6 appcTpAdminRcvAllocTimeout: 1.3.6.1.2.1.34.3.1.3.1.1.7 appcTpAdminSyncLvl: 1.3.6.1.2.1.34.3.1.3.1.1.8 appcTpAdminInstLmt: 1.3.6.1.2.1.34.3.1.3.1.1.9 appcTpAdminStatus: 1.3.6.1.2.1.34.3.1.3.1.1.10 appcTpAdminLongRun: 1.3.6.1.2.1.34.3.1.3.1.1.11 appcTpAdminConvType: 1.3.6.1.2.1.34.3.1.3.1.1.12 appcTpAdminConvDuplex: 1.3.6.1.2.1.34.3.1.3.1.1.13 appcTpAdminConvSecReq: 1.3.6.1.2.1.34.3.1.3.1.1.14 appcTpAdminVerPip: 1.3.6.1.2.1.34.3.1.3.1.1.15 appcTpAdminPipSubNum: 1.3.6.1.2.1.34.3.1.3.1.1.16 appcSession: 1.3.6.1.2.1.34.3.1.4 appcActSessTable: 1.3.6.1.2.1.34.3.1.4.1 appcActSessEntry: 1.3.6.1.2.1.34.3.1.4.1.1 appcActSessLocLuName: 1.3.6.1.2.1.34.3.1.4.1.1.1 appcActSessParLuName: 1.3.6.1.2.1.34.3.1.4.1.1.2 appcActSessIndex: 1.3.6.1.2.1.34.3.1.4.1.1.3 appcActSessPcidCpName: 1.3.6.1.2.1.34.3.1.4.1.1.4 appcActSessPcid: 1.3.6.1.2.1.34.3.1.4.1.1.5 appcActSessPluIndicator: 1.3.6.1.2.1.34.3.1.4.1.1.6 appcActSessModeName: 1.3.6.1.2.1.34.3.1.4.1.1.7 appcActSessCosName: 1.3.6.1.2.1.34.3.1.4.1.1.8 appcActSessTransPriority: 1.3.6.1.2.1.34.3.1.4.1.1.9 appcActSessEnhanceSecSup: 1.3.6.1.2.1.34.3.1.4.1.1.10 appcActSessSendPacingType: 1.3.6.1.2.1.34.3.1.4.1.1.11 appcActSessSendRpc: 1.3.6.1.2.1.34.3.1.4.1.1.12 appcActSessSendNxWndwSize: 1.3.6.1.2.1.34.3.1.4.1.1.13 appcActSessRecvPacingType: 1.3.6.1.2.1.34.3.1.4.1.1.14 appcActSessRecvRpc: 1.3.6.1.2.1.34.3.1.4.1.1.15 appcActSessRecvNxWndwSize: 1.3.6.1.2.1.34.3.1.4.1.1.16 appcActSessRscv: 1.3.6.1.2.1.34.3.1.4.1.1.17 appcActSessInUse: 1.3.6.1.2.1.34.3.1.4.1.1.18 appcActSessMaxSndRuSize: 1.3.6.1.2.1.34.3.1.4.1.1.19 appcActSessMaxRcvRuSize: 1.3.6.1.2.1.34.3.1.4.1.1.20 appcActSessSndPacingSize: 1.3.6.1.2.1.34.3.1.4.1.1.21 appcActSessRcvPacingSize: 1.3.6.1.2.1.34.3.1.4.1.1.22 appcActSessOperState: 1.3.6.1.2.1.34.3.1.4.1.1.23 appcActSessUpTime: 1.3.6.1.2.1.34.3.1.4.1.1.24 appcActSessRtpNceId: 1.3.6.1.2.1.34.3.1.4.1.1.25 appcActSessRtpTcid: 1.3.6.1.2.1.34.3.1.4.1.1.26 appcActSessLinkIndex: 1.3.6.1.2.1.34.3.1.4.1.1.27 appcSessStatsTable: 1.3.6.1.2.1.34.3.1.4.2 appcSessStatsEntry: 1.3.6.1.2.1.34.3.1.4.2.1 appcSessStatsLocLuName: 1.3.6.1.2.1.34.3.1.4.2.1.1 appcSessStatsParLuName: 1.3.6.1.2.1.34.3.1.4.2.1.2 appcSessStatsSessIndex: 1.3.6.1.2.1.34.3.1.4.2.1.3 appcSessStatsSentFmdBytes: 1.3.6.1.2.1.34.3.1.4.2.1.4 appcSessStatsSentNonFmdBytes: 1.3.6.1.2.1.34.3.1.4.2.1.5 appcSessStatsRcvdFmdBytes: 1.3.6.1.2.1.34.3.1.4.2.1.6 appcSessStatsRcvdNonFmdBytes: 1.3.6.1.2.1.34.3.1.4.2.1.7 appcSessStatsSentFmdRus: 1.3.6.1.2.1.34.3.1.4.2.1.8 appcSessStatsSentNonFmdRus: 1.3.6.1.2.1.34.3.1.4.2.1.9 appcSessStatsRcvdFmdRus: 1.3.6.1.2.1.34.3.1.4.2.1.10 appcSessStatsRcvdNonFmdRus: 1.3.6.1.2.1.34.3.1.4.2.1.11 appcSessStatsCtrUpTime: 1.3.6.1.2.1.34.3.1.4.2.1.12 appcHistSessTable: 1.3.6.1.2.1.34.3.1.4.3 appcHistSessEntry: 1.3.6.1.2.1.34.3.1.4.3.1 appcHistSessIndex: 1.3.6.1.2.1.34.3.1.4.3.1.1 appcHistSessTime: 1.3.6.1.2.1.34.3.1.4.3.1.2 appcHistSessType: 1.3.6.1.2.1.34.3.1.4.3.1.3 appcHistSessLocLuName: 1.3.6.1.2.1.34.3.1.4.3.1.4 appcHistSessParLuName: 1.3.6.1.2.1.34.3.1.4.3.1.5 appcHistSessModeName: 1.3.6.1.2.1.34.3.1.4.3.1.6 appcHistSessUnbindType: 1.3.6.1.2.1.34.3.1.4.3.1.7 appcHistSessSenseData: 1.3.6.1.2.1.34.3.1.4.3.1.8 appcHistSessComponentId: 1.3.6.1.2.1.34.3.1.4.3.1.9 appcHistSessDetectModule: 1.3.6.1.2.1.34.3.1.4.3.1.10 appcSessRtpTable: 1.3.6.1.2.1.34.3.1.4.4 appcSessRtpEntry: 1.3.6.1.2.1.34.3.1.4.4.1 appcSessRtpNceId: 1.3.6.1.2.1.34.3.1.4.4.1.1 appcSessRtpTcid: 1.3.6.1.2.1.34.3.1.4.4.1.2 appcSessRtpSessions: 1.3.6.1.2.1.34.3.1.4.4.1.3 appcConversation: 1.3.6.1.2.1.34.3.1.5 appcActiveConvTable: 1.3.6.1.2.1.34.3.1.5.1 appcActiveConvEntry: 1.3.6.1.2.1.34.3.1.5.1.1 appcActiveConvLocLuName: 1.3.6.1.2.1.34.3.1.5.1.1.1 appcActiveConvParLuName: 1.3.6.1.2.1.34.3.1.5.1.1.2 appcActiveConvSessIndex: 1.3.6.1.2.1.34.3.1.5.1.1.3 appcActiveConvId: 1.3.6.1.2.1.34.3.1.5.1.1.4 appcActiveConvState: 1.3.6.1.2.1.34.3.1.5.1.1.5 appcActiveConvType: 1.3.6.1.2.1.34.3.1.5.1.1.6 appcActiveConvCorrelator: 1.3.6.1.2.1.34.3.1.5.1.1.7 appcActiveConvSyncLvl: 1.3.6.1.2.1.34.3.1.5.1.1.8 appcActiveConvSource: 1.3.6.1.2.1.34.3.1.5.1.1.9 appcActiveConvDuplex: 1.3.6.1.2.1.34.3.1.5.1.1.10 appcActiveConvUpTime: 1.3.6.1.2.1.34.3.1.5.1.1.11 appcActiveConvSendBytes: 1.3.6.1.2.1.34.3.1.5.1.1.12 appcActiveConvRcvBytes: 1.3.6.1.2.1.34.3.1.5.1.1.13 appcActiveConvUserid: 1.3.6.1.2.1.34.3.1.5.1.1.14 appcActiveConvPcidNauName: 1.3.6.1.2.1.34.3.1.5.1.1.15 appcActiveConvPcid: 1.3.6.1.2.1.34.3.1.5.1.1.16 appcActiveConvModeName: 1.3.6.1.2.1.34.3.1.5.1.1.17 appcActiveConvLuwIdName: 1.3.6.1.2.1.34.3.1.5.1.1.18 appcActiveConvLuwIdInstance: 1.3.6.1.2.1.34.3.1.5.1.1.19 appcActiveConvLuwIdSequence: 1.3.6.1.2.1.34.3.1.5.1.1.20 appcActiveConvTpName: 1.3.6.1.2.1.34.3.1.5.1.1.21 appcHistConvTable: 1.3.6.1.2.1.34.3.1.5.2 appcHistConvEntry: 1.3.6.1.2.1.34.3.1.5.2.1 appcHistConvIndex: 1.3.6.1.2.1.34.3.1.5.2.1.1 appcHistConvEndTime: 1.3.6.1.2.1.34.3.1.5.2.1.2 appcHistConvLocLuName: 1.3.6.1.2.1.34.3.1.5.2.1.3 appcHistConvParLuName: 1.3.6.1.2.1.34.3.1.5.2.1.4 appcHistConvTpName: 1.3.6.1.2.1.34.3.1.5.2.1.5 appcHistConvPcidNauName: 1.3.6.1.2.1.34.3.1.5.2.1.6 appcHistConvPcid: 1.3.6.1.2.1.34.3.1.5.2.1.7 appcHistConvSenseData: 1.3.6.1.2.1.34.3.1.5.2.1.8 appcHistConvLogData: 1.3.6.1.2.1.34.3.1.5.2.1.9 appcHistConvEndedBy: 1.3.6.1.2.1.34.3.1.5.2.1.10 appcCPIC: 1.3.6.1.2.1.34.3.1.6 appcCpicAdminTable: 1.3.6.1.2.1.34.3.1.6.1 appcCpicAdminEntry: 1.3.6.1.2.1.34.3.1.6.1.1 appcCpicAdminLocLuName: 1.3.6.1.2.1.34.3.1.6.1.1.1 appcCpicAdminSymbDestName: 1.3.6.1.2.1.34.3.1.6.1.1.2 appcCpicAdminParLuAlias: 1.3.6.1.2.1.34.3.1.6.1.1.3 appcCpicAdminParLuName: 1.3.6.1.2.1.34.3.1.6.1.1.4 appcCpicAdminModeName: 1.3.6.1.2.1.34.3.1.6.1.1.5 appcCpicAdminTpNameType: 1.3.6.1.2.1.34.3.1.6.1.1.6 appcCpicAdminTpName: 1.3.6.1.2.1.34.3.1.6.1.1.7 appcCpicAdminUserid: 1.3.6.1.2.1.34.3.1.6.1.1.8 appcCpicAdminSecurity: 1.3.6.1.2.1.34.3.1.6.1.1.9 appcCpicOperTable: 1.3.6.1.2.1.34.3.1.6.2 appcCpicOperEntry: 1.3.6.1.2.1.34.3.1.6.2.1 appcCpicOperLocLuName: 1.3.6.1.2.1.34.3.1.6.2.1.1 appcCpicOperSymbDestName: 1.3.6.1.2.1.34.3.1.6.2.1.2 appcCpicOperParLuAlias: 1.3.6.1.2.1.34.3.1.6.2.1.3 appcCpicOperParLuName: 1.3.6.1.2.1.34.3.1.6.2.1.4 appcCpicOperModeName: 1.3.6.1.2.1.34.3.1.6.2.1.5 appcCpicOperTpNameType: 1.3.6.1.2.1.34.3.1.6.2.1.6 appcCpicOperTpName: 1.3.6.1.2.1.34.3.1.6.2.1.7 appcCpicOperUserid: 1.3.6.1.2.1.34.3.1.6.2.1.8 appcCpicOperSecurity: 1.3.6.1.2.1.34.3.1.6.2.1.9 appcConformance: 1.3.6.1.2.1.34.3.2 appcCompliances: 1.3.6.1.2.1.34.3.2.1 appcGroups: 1.3.6.1.2.1.34.3.2.2 snmp-1.2.0/data/ruby/snmp/mibs/ROHC-UNCOMPRESSED-MIB.yaml0000644000004100000410000000065412365504747022273 0ustar www-datawww-data--- rohcUncmprMIB: 1.3.6.1.2.1.113 rohcUncmprObjects: 1.3.6.1.2.1.113.1 rohcUncmprContextTable: 1.3.6.1.2.1.113.1.1 rohcUncmprContextEntry: 1.3.6.1.2.1.113.1.1.1 rohcUncmprContextState: 1.3.6.1.2.1.113.1.1.1.3 rohcUncmprContextMode: 1.3.6.1.2.1.113.1.1.1.4 rohcUncmprContextACKs: 1.3.6.1.2.1.113.1.1.1.5 rohcUncmprConformance: 1.3.6.1.2.1.113.2 rohcUncmprCompliances: 1.3.6.1.2.1.113.2.1 rohcUncmprGroups: 1.3.6.1.2.1.113.2.2 snmp-1.2.0/data/ruby/snmp/mibs/DOCS-IF-MIB.yaml0000644000004100000410000003204012365504747020651 0ustar www-datawww-data--- docsIfMib: 1.3.6.1.2.1.10.127 docsIfMibObjects: 1.3.6.1.2.1.10.127.1 docsIfBaseObjects: 1.3.6.1.2.1.10.127.1.1 docsIfDownstreamChannelTable: 1.3.6.1.2.1.10.127.1.1.1 docsIfDownstreamChannelEntry: 1.3.6.1.2.1.10.127.1.1.1.1 docsIfDownChannelId: 1.3.6.1.2.1.10.127.1.1.1.1.1 docsIfDownChannelFrequency: 1.3.6.1.2.1.10.127.1.1.1.1.2 docsIfDownChannelWidth: 1.3.6.1.2.1.10.127.1.1.1.1.3 docsIfDownChannelModulation: 1.3.6.1.2.1.10.127.1.1.1.1.4 docsIfDownChannelInterleave: 1.3.6.1.2.1.10.127.1.1.1.1.5 docsIfDownChannelPower: 1.3.6.1.2.1.10.127.1.1.1.1.6 docsIfDownChannelAnnex: 1.3.6.1.2.1.10.127.1.1.1.1.7 docsIfDownChannelStorageType: 1.3.6.1.2.1.10.127.1.1.1.1.8 docsIfUpstreamChannelTable: 1.3.6.1.2.1.10.127.1.1.2 docsIfUpstreamChannelEntry: 1.3.6.1.2.1.10.127.1.1.2.1 docsIfUpChannelId: 1.3.6.1.2.1.10.127.1.1.2.1.1 docsIfUpChannelFrequency: 1.3.6.1.2.1.10.127.1.1.2.1.2 docsIfUpChannelWidth: 1.3.6.1.2.1.10.127.1.1.2.1.3 docsIfUpChannelModulationProfile: 1.3.6.1.2.1.10.127.1.1.2.1.4 docsIfUpChannelSlotSize: 1.3.6.1.2.1.10.127.1.1.2.1.5 docsIfUpChannelTxTimingOffset: 1.3.6.1.2.1.10.127.1.1.2.1.6 docsIfUpChannelRangingBackoffStart: 1.3.6.1.2.1.10.127.1.1.2.1.7 docsIfUpChannelRangingBackoffEnd: 1.3.6.1.2.1.10.127.1.1.2.1.8 docsIfUpChannelTxBackoffStart: 1.3.6.1.2.1.10.127.1.1.2.1.9 docsIfUpChannelTxBackoffEnd: 1.3.6.1.2.1.10.127.1.1.2.1.10 docsIfUpChannelScdmaActiveCodes: 1.3.6.1.2.1.10.127.1.1.2.1.11 docsIfUpChannelScdmaCodesPerSlot: 1.3.6.1.2.1.10.127.1.1.2.1.12 docsIfUpChannelScdmaFrameSize: 1.3.6.1.2.1.10.127.1.1.2.1.13 docsIfUpChannelScdmaHoppingSeed: 1.3.6.1.2.1.10.127.1.1.2.1.14 docsIfUpChannelType: 1.3.6.1.2.1.10.127.1.1.2.1.15 docsIfUpChannelCloneFrom: 1.3.6.1.2.1.10.127.1.1.2.1.16 docsIfUpChannelUpdate: 1.3.6.1.2.1.10.127.1.1.2.1.17 docsIfUpChannelStatus: 1.3.6.1.2.1.10.127.1.1.2.1.18 docsIfUpChannelPreEqEnable: 1.3.6.1.2.1.10.127.1.1.2.1.19 docsIfQosProfileTable: 1.3.6.1.2.1.10.127.1.1.3 docsIfQosProfileEntry: 1.3.6.1.2.1.10.127.1.1.3.1 docsIfQosProfIndex: 1.3.6.1.2.1.10.127.1.1.3.1.1 docsIfQosProfPriority: 1.3.6.1.2.1.10.127.1.1.3.1.2 docsIfQosProfMaxUpBandwidth: 1.3.6.1.2.1.10.127.1.1.3.1.3 docsIfQosProfGuarUpBandwidth: 1.3.6.1.2.1.10.127.1.1.3.1.4 docsIfQosProfMaxDownBandwidth: 1.3.6.1.2.1.10.127.1.1.3.1.5 docsIfQosProfMaxTxBurst: 1.3.6.1.2.1.10.127.1.1.3.1.6 docsIfQosProfBaselinePrivacy: 1.3.6.1.2.1.10.127.1.1.3.1.7 docsIfQosProfStatus: 1.3.6.1.2.1.10.127.1.1.3.1.8 docsIfQosProfMaxTransmitBurst: 1.3.6.1.2.1.10.127.1.1.3.1.9 docsIfQosProfStorageType: 1.3.6.1.2.1.10.127.1.1.3.1.10 docsIfSignalQualityTable: 1.3.6.1.2.1.10.127.1.1.4 docsIfSignalQualityEntry: 1.3.6.1.2.1.10.127.1.1.4.1 docsIfSigQIncludesContention: 1.3.6.1.2.1.10.127.1.1.4.1.1 docsIfSigQUnerroreds: 1.3.6.1.2.1.10.127.1.1.4.1.2 docsIfSigQCorrecteds: 1.3.6.1.2.1.10.127.1.1.4.1.3 docsIfSigQUncorrectables: 1.3.6.1.2.1.10.127.1.1.4.1.4 docsIfSigQSignalNoise: 1.3.6.1.2.1.10.127.1.1.4.1.5 docsIfSigQMicroreflections: 1.3.6.1.2.1.10.127.1.1.4.1.6 docsIfSigQEqualizationData: 1.3.6.1.2.1.10.127.1.1.4.1.7 docsIfSigQExtUnerroreds: 1.3.6.1.2.1.10.127.1.1.4.1.8 docsIfSigQExtCorrecteds: 1.3.6.1.2.1.10.127.1.1.4.1.9 docsIfSigQExtUncorrectables: 1.3.6.1.2.1.10.127.1.1.4.1.10 docsIfDocsisBaseCapability: 1.3.6.1.2.1.10.127.1.1.5 docsIfCmObjects: 1.3.6.1.2.1.10.127.1.2 docsIfCmMacTable: 1.3.6.1.2.1.10.127.1.2.1 docsIfCmMacEntry: 1.3.6.1.2.1.10.127.1.2.1.1 docsIfCmCmtsAddress: 1.3.6.1.2.1.10.127.1.2.1.1.1 docsIfCmCapabilities: 1.3.6.1.2.1.10.127.1.2.1.1.2 docsIfCmRangingRespTimeout: 1.3.6.1.2.1.10.127.1.2.1.1.3 docsIfCmRangingTimeout: 1.3.6.1.2.1.10.127.1.2.1.1.4 docsIfCmStatusTable: 1.3.6.1.2.1.10.127.1.2.2 docsIfCmStatusEntry: 1.3.6.1.2.1.10.127.1.2.2.1 docsIfCmStatusValue: 1.3.6.1.2.1.10.127.1.2.2.1.1 docsIfCmStatusCode: 1.3.6.1.2.1.10.127.1.2.2.1.2 docsIfCmStatusTxPower: 1.3.6.1.2.1.10.127.1.2.2.1.3 docsIfCmStatusResets: 1.3.6.1.2.1.10.127.1.2.2.1.4 docsIfCmStatusLostSyncs: 1.3.6.1.2.1.10.127.1.2.2.1.5 docsIfCmStatusInvalidMaps: 1.3.6.1.2.1.10.127.1.2.2.1.6 docsIfCmStatusInvalidUcds: 1.3.6.1.2.1.10.127.1.2.2.1.7 docsIfCmStatusInvalidRangingResponses: 1.3.6.1.2.1.10.127.1.2.2.1.8 docsIfCmStatusInvalidRegistrationResponses: 1.3.6.1.2.1.10.127.1.2.2.1.9 docsIfCmStatusT1Timeouts: 1.3.6.1.2.1.10.127.1.2.2.1.10 docsIfCmStatusT2Timeouts: 1.3.6.1.2.1.10.127.1.2.2.1.11 docsIfCmStatusT3Timeouts: 1.3.6.1.2.1.10.127.1.2.2.1.12 docsIfCmStatusT4Timeouts: 1.3.6.1.2.1.10.127.1.2.2.1.13 docsIfCmStatusRangingAborteds: 1.3.6.1.2.1.10.127.1.2.2.1.14 docsIfCmStatusDocsisOperMode: 1.3.6.1.2.1.10.127.1.2.2.1.15 docsIfCmStatusModulationType: 1.3.6.1.2.1.10.127.1.2.2.1.16 docsIfCmStatusEqualizationData: 1.3.6.1.2.1.10.127.1.2.2.1.17 docsIfCmStatusUCCs: 1.3.6.1.2.1.10.127.1.2.2.1.18 docsIfCmStatusUCCFails: 1.3.6.1.2.1.10.127.1.2.2.1.19 docsIfCmServiceTable: 1.3.6.1.2.1.10.127.1.2.3 docsIfCmServiceEntry: 1.3.6.1.2.1.10.127.1.2.3.1 docsIfCmServiceId: 1.3.6.1.2.1.10.127.1.2.3.1.1 docsIfCmServiceQosProfile: 1.3.6.1.2.1.10.127.1.2.3.1.2 docsIfCmServiceTxSlotsImmed: 1.3.6.1.2.1.10.127.1.2.3.1.3 docsIfCmServiceTxSlotsDed: 1.3.6.1.2.1.10.127.1.2.3.1.4 docsIfCmServiceTxRetries: 1.3.6.1.2.1.10.127.1.2.3.1.5 docsIfCmServiceTxExceededs: 1.3.6.1.2.1.10.127.1.2.3.1.6 docsIfCmServiceRqRetries: 1.3.6.1.2.1.10.127.1.2.3.1.7 docsIfCmServiceRqExceededs: 1.3.6.1.2.1.10.127.1.2.3.1.8 docsIfCmServiceExtTxSlotsImmed: 1.3.6.1.2.1.10.127.1.2.3.1.9 docsIfCmServiceExtTxSlotsDed: 1.3.6.1.2.1.10.127.1.2.3.1.10 docsIfCmtsObjects: 1.3.6.1.2.1.10.127.1.3 docsIfCmtsMacTable: 1.3.6.1.2.1.10.127.1.3.1 docsIfCmtsMacEntry: 1.3.6.1.2.1.10.127.1.3.1.1 docsIfCmtsCapabilities: 1.3.6.1.2.1.10.127.1.3.1.1.1 docsIfCmtsSyncInterval: 1.3.6.1.2.1.10.127.1.3.1.1.2 docsIfCmtsUcdInterval: 1.3.6.1.2.1.10.127.1.3.1.1.3 docsIfCmtsMaxServiceIds: 1.3.6.1.2.1.10.127.1.3.1.1.4 docsIfCmtsInsertionInterval: 1.3.6.1.2.1.10.127.1.3.1.1.5 docsIfCmtsInvitedRangingAttempts: 1.3.6.1.2.1.10.127.1.3.1.1.6 docsIfCmtsInsertInterval: 1.3.6.1.2.1.10.127.1.3.1.1.7 docsIfCmtsMacStorageType: 1.3.6.1.2.1.10.127.1.3.1.1.8 docsIfCmtsStatusTable: 1.3.6.1.2.1.10.127.1.3.2 docsIfCmtsStatusEntry: 1.3.6.1.2.1.10.127.1.3.2.1 docsIfCmtsStatusInvalidRangeReqs: 1.3.6.1.2.1.10.127.1.3.2.1.1 docsIfCmtsStatusRangingAborteds: 1.3.6.1.2.1.10.127.1.3.2.1.2 docsIfCmtsStatusInvalidRegReqs: 1.3.6.1.2.1.10.127.1.3.2.1.3 docsIfCmtsStatusFailedRegReqs: 1.3.6.1.2.1.10.127.1.3.2.1.4 docsIfCmtsStatusInvalidDataReqs: 1.3.6.1.2.1.10.127.1.3.2.1.5 docsIfCmtsStatusT5Timeouts: 1.3.6.1.2.1.10.127.1.3.2.1.6 docsIfCmtsCmStatusTable: 1.3.6.1.2.1.10.127.1.3.3 docsIfCmtsCmStatusEntry: 1.3.6.1.2.1.10.127.1.3.3.1 docsIfCmtsCmStatusIndex: 1.3.6.1.2.1.10.127.1.3.3.1.1 docsIfCmtsCmStatusMacAddress: 1.3.6.1.2.1.10.127.1.3.3.1.2 docsIfCmtsCmStatusIpAddress: 1.3.6.1.2.1.10.127.1.3.3.1.3 docsIfCmtsCmStatusDownChannelIfIndex: 1.3.6.1.2.1.10.127.1.3.3.1.4 docsIfCmtsCmStatusUpChannelIfIndex: 1.3.6.1.2.1.10.127.1.3.3.1.5 docsIfCmtsCmStatusRxPower: 1.3.6.1.2.1.10.127.1.3.3.1.6 docsIfCmtsCmStatusTimingOffset: 1.3.6.1.2.1.10.127.1.3.3.1.7 docsIfCmtsCmStatusEqualizationData: 1.3.6.1.2.1.10.127.1.3.3.1.8 docsIfCmtsCmStatusValue: 1.3.6.1.2.1.10.127.1.3.3.1.9 docsIfCmtsCmStatusUnerroreds: 1.3.6.1.2.1.10.127.1.3.3.1.10 docsIfCmtsCmStatusCorrecteds: 1.3.6.1.2.1.10.127.1.3.3.1.11 docsIfCmtsCmStatusUncorrectables: 1.3.6.1.2.1.10.127.1.3.3.1.12 docsIfCmtsCmStatusSignalNoise: 1.3.6.1.2.1.10.127.1.3.3.1.13 docsIfCmtsCmStatusMicroreflections: 1.3.6.1.2.1.10.127.1.3.3.1.14 docsIfCmtsCmStatusExtUnerroreds: 1.3.6.1.2.1.10.127.1.3.3.1.15 docsIfCmtsCmStatusExtCorrecteds: 1.3.6.1.2.1.10.127.1.3.3.1.16 docsIfCmtsCmStatusExtUncorrectables: 1.3.6.1.2.1.10.127.1.3.3.1.17 docsIfCmtsCmStatusDocsisRegMode: 1.3.6.1.2.1.10.127.1.3.3.1.18 docsIfCmtsCmStatusModulationType: 1.3.6.1.2.1.10.127.1.3.3.1.19 docsIfCmtsCmStatusInetAddressType: 1.3.6.1.2.1.10.127.1.3.3.1.20 docsIfCmtsCmStatusInetAddress: 1.3.6.1.2.1.10.127.1.3.3.1.21 docsIfCmtsCmStatusValueLastUpdate: 1.3.6.1.2.1.10.127.1.3.3.1.22 docsIfCmtsCmStatusHighResolutionTimingOffset: 1.3.6.1.2.1.10.127.1.3.3.1.23 docsIfCmtsServiceTable: 1.3.6.1.2.1.10.127.1.3.4 docsIfCmtsServiceEntry: 1.3.6.1.2.1.10.127.1.3.4.1 docsIfCmtsServiceId: 1.3.6.1.2.1.10.127.1.3.4.1.1 docsIfCmtsServiceCmStatusIndex: 1.3.6.1.2.1.10.127.1.3.4.1.2 docsIfCmtsServiceAdminStatus: 1.3.6.1.2.1.10.127.1.3.4.1.3 docsIfCmtsServiceQosProfile: 1.3.6.1.2.1.10.127.1.3.4.1.4 docsIfCmtsServiceCreateTime: 1.3.6.1.2.1.10.127.1.3.4.1.5 docsIfCmtsServiceInOctets: 1.3.6.1.2.1.10.127.1.3.4.1.6 docsIfCmtsServiceInPackets: 1.3.6.1.2.1.10.127.1.3.4.1.7 docsIfCmtsServiceNewCmStatusIndex: 1.3.6.1.2.1.10.127.1.3.4.1.8 docsIfCmtsModulationTable: 1.3.6.1.2.1.10.127.1.3.5 docsIfCmtsModulationEntry: 1.3.6.1.2.1.10.127.1.3.5.1 docsIfCmtsModIndex: 1.3.6.1.2.1.10.127.1.3.5.1.1 docsIfCmtsModIntervalUsageCode: 1.3.6.1.2.1.10.127.1.3.5.1.2 docsIfCmtsModControl: 1.3.6.1.2.1.10.127.1.3.5.1.3 docsIfCmtsModType: 1.3.6.1.2.1.10.127.1.3.5.1.4 docsIfCmtsModPreambleLen: 1.3.6.1.2.1.10.127.1.3.5.1.5 docsIfCmtsModDifferentialEncoding: 1.3.6.1.2.1.10.127.1.3.5.1.6 docsIfCmtsModFECErrorCorrection: 1.3.6.1.2.1.10.127.1.3.5.1.7 docsIfCmtsModFECCodewordLength: 1.3.6.1.2.1.10.127.1.3.5.1.8 docsIfCmtsModScramblerSeed: 1.3.6.1.2.1.10.127.1.3.5.1.9 docsIfCmtsModMaxBurstSize: 1.3.6.1.2.1.10.127.1.3.5.1.10 docsIfCmtsModGuardTimeSize: 1.3.6.1.2.1.10.127.1.3.5.1.11 docsIfCmtsModLastCodewordShortened: 1.3.6.1.2.1.10.127.1.3.5.1.12 docsIfCmtsModScrambler: 1.3.6.1.2.1.10.127.1.3.5.1.13 docsIfCmtsModByteInterleaverDepth: 1.3.6.1.2.1.10.127.1.3.5.1.14 docsIfCmtsModByteInterleaverBlockSize: 1.3.6.1.2.1.10.127.1.3.5.1.15 docsIfCmtsModPreambleType: 1.3.6.1.2.1.10.127.1.3.5.1.16 docsIfCmtsModTcmErrorCorrectionOn: 1.3.6.1.2.1.10.127.1.3.5.1.17 docsIfCmtsModScdmaInterleaverStepSize: 1.3.6.1.2.1.10.127.1.3.5.1.18 docsIfCmtsModScdmaSpreaderEnable: 1.3.6.1.2.1.10.127.1.3.5.1.19 docsIfCmtsModScdmaSubframeCodes: 1.3.6.1.2.1.10.127.1.3.5.1.20 docsIfCmtsModChannelType: 1.3.6.1.2.1.10.127.1.3.5.1.21 docsIfCmtsModStorageType: 1.3.6.1.2.1.10.127.1.3.5.1.22 docsIfCmtsQosProfilePermissions: 1.3.6.1.2.1.10.127.1.3.6 docsIfCmtsMacToCmTable: 1.3.6.1.2.1.10.127.1.3.7 docsIfCmtsMacToCmEntry: 1.3.6.1.2.1.10.127.1.3.7.1 docsIfCmtsCmMac: 1.3.6.1.2.1.10.127.1.3.7.1.1 docsIfCmtsCmPtr: 1.3.6.1.2.1.10.127.1.3.7.1.2 docsIfCmtsChannelUtilizationInterval: 1.3.6.1.2.1.10.127.1.3.8 docsIfCmtsChannelUtilizationTable: 1.3.6.1.2.1.10.127.1.3.9 docsIfCmtsChannelUtilizationEntry: 1.3.6.1.2.1.10.127.1.3.9.1 docsIfCmtsChannelUtIfType: 1.3.6.1.2.1.10.127.1.3.9.1.1 docsIfCmtsChannelUtId: 1.3.6.1.2.1.10.127.1.3.9.1.2 docsIfCmtsChannelUtUtilization: 1.3.6.1.2.1.10.127.1.3.9.1.3 docsIfCmtsDownChannelCounterTable: 1.3.6.1.2.1.10.127.1.3.10 docsIfCmtsDownChannelCounterEntry: 1.3.6.1.2.1.10.127.1.3.10.1 docsIfCmtsDownChnlCtrId: 1.3.6.1.2.1.10.127.1.3.10.1.1 docsIfCmtsDownChnlCtrTotalBytes: 1.3.6.1.2.1.10.127.1.3.10.1.2 docsIfCmtsDownChnlCtrUsedBytes: 1.3.6.1.2.1.10.127.1.3.10.1.3 docsIfCmtsDownChnlCtrExtTotalBytes: 1.3.6.1.2.1.10.127.1.3.10.1.4 docsIfCmtsDownChnlCtrExtUsedBytes: 1.3.6.1.2.1.10.127.1.3.10.1.5 docsIfCmtsUpChannelCounterTable: 1.3.6.1.2.1.10.127.1.3.11 docsIfCmtsUpChannelCounterEntry: 1.3.6.1.2.1.10.127.1.3.11.1 docsIfCmtsUpChnlCtrId: 1.3.6.1.2.1.10.127.1.3.11.1.1 docsIfCmtsUpChnlCtrTotalMslots: 1.3.6.1.2.1.10.127.1.3.11.1.2 docsIfCmtsUpChnlCtrUcastGrantedMslots: 1.3.6.1.2.1.10.127.1.3.11.1.3 docsIfCmtsUpChnlCtrTotalCntnMslots: 1.3.6.1.2.1.10.127.1.3.11.1.4 docsIfCmtsUpChnlCtrUsedCntnMslots: 1.3.6.1.2.1.10.127.1.3.11.1.5 docsIfCmtsUpChnlCtrExtTotalMslots: 1.3.6.1.2.1.10.127.1.3.11.1.6 docsIfCmtsUpChnlCtrExtUcastGrantedMslots: 1.3.6.1.2.1.10.127.1.3.11.1.7 docsIfCmtsUpChnlCtrExtTotalCntnMslots: 1.3.6.1.2.1.10.127.1.3.11.1.8 docsIfCmtsUpChnlCtrExtUsedCntnMslots: 1.3.6.1.2.1.10.127.1.3.11.1.9 docsIfCmtsUpChnlCtrCollCntnMslots: 1.3.6.1.2.1.10.127.1.3.11.1.10 docsIfCmtsUpChnlCtrTotalCntnReqMslots: 1.3.6.1.2.1.10.127.1.3.11.1.11 docsIfCmtsUpChnlCtrUsedCntnReqMslots: 1.3.6.1.2.1.10.127.1.3.11.1.12 docsIfCmtsUpChnlCtrCollCntnReqMslots: 1.3.6.1.2.1.10.127.1.3.11.1.13 docsIfCmtsUpChnlCtrTotalCntnReqDataMslots: 1.3.6.1.2.1.10.127.1.3.11.1.14 docsIfCmtsUpChnlCtrUsedCntnReqDataMslots: 1.3.6.1.2.1.10.127.1.3.11.1.15 docsIfCmtsUpChnlCtrCollCntnReqDataMslots: 1.3.6.1.2.1.10.127.1.3.11.1.16 docsIfCmtsUpChnlCtrTotalCntnInitMaintMslots: 1.3.6.1.2.1.10.127.1.3.11.1.17 docsIfCmtsUpChnlCtrUsedCntnInitMaintMslots: 1.3.6.1.2.1.10.127.1.3.11.1.18 docsIfCmtsUpChnlCtrCollCntnInitMaintMslots: 1.3.6.1.2.1.10.127.1.3.11.1.19 docsIfCmtsUpChnlCtrExtCollCntnMslots: 1.3.6.1.2.1.10.127.1.3.11.1.20 docsIfCmtsUpChnlCtrExtTotalCntnReqMslots: 1.3.6.1.2.1.10.127.1.3.11.1.21 docsIfCmtsUpChnlCtrExtUsedCntnReqMslots: 1.3.6.1.2.1.10.127.1.3.11.1.22 docsIfCmtsUpChnlCtrExtCollCntnReqMslots: 1.3.6.1.2.1.10.127.1.3.11.1.23 docsIfCmtsUpChnlCtrExtTotalCntnReqDataMslots: 1.3.6.1.2.1.10.127.1.3.11.1.24 docsIfCmtsUpChnlCtrExtUsedCntnReqDataMslots: 1.3.6.1.2.1.10.127.1.3.11.1.25 docsIfCmtsUpChnlCtrExtCollCntnReqDataMslots: 1.3.6.1.2.1.10.127.1.3.11.1.26 docsIfCmtsUpChnlCtrExtTotalCntnInitMaintMslots: 1.3.6.1.2.1.10.127.1.3.11.1.27 docsIfCmtsUpChnlCtrExtUsedCntnInitMaintMslots: 1.3.6.1.2.1.10.127.1.3.11.1.28 docsIfCmtsUpChnlCtrExtCollCntnInitMaintMslots: 1.3.6.1.2.1.10.127.1.3.11.1.29 docsIfNotification: 1.3.6.1.2.1.10.127.2 docsIfConformance: 1.3.6.1.2.1.10.127.3 docsIfCompliances: 1.3.6.1.2.1.10.127.3.1 docsIfGroups: 1.3.6.1.2.1.10.127.3.2 snmp-1.2.0/data/ruby/snmp/mibs/HC-RMON-MIB.yaml0000644000004100000410000002517112365504747020677 0ustar www-datawww-data--- etherStatsHighCapacityTable: 1.3.6.1.2.1.16.1.7 etherStatsHighCapacityEntry: 1.3.6.1.2.1.16.1.7.1 etherStatsHighCapacityOverflowPkts: 1.3.6.1.2.1.16.1.7.1.1 etherStatsHighCapacityPkts: 1.3.6.1.2.1.16.1.7.1.2 etherStatsHighCapacityOverflowOctets: 1.3.6.1.2.1.16.1.7.1.3 etherStatsHighCapacityOctets: 1.3.6.1.2.1.16.1.7.1.4 etherStatsHighCapacityOverflowPkts64Octets: 1.3.6.1.2.1.16.1.7.1.5 etherStatsHighCapacityPkts64Octets: 1.3.6.1.2.1.16.1.7.1.6 etherStatsHighCapacityOverflowPkts65to127Octets: 1.3.6.1.2.1.16.1.7.1.7 etherStatsHighCapacityPkts65to127Octets: 1.3.6.1.2.1.16.1.7.1.8 etherStatsHighCapacityOverflowPkts128to255Octets: 1.3.6.1.2.1.16.1.7.1.9 etherStatsHighCapacityPkts128to255Octets: 1.3.6.1.2.1.16.1.7.1.10 etherStatsHighCapacityOverflowPkts256to511Octets: 1.3.6.1.2.1.16.1.7.1.11 etherStatsHighCapacityPkts256to511Octets: 1.3.6.1.2.1.16.1.7.1.12 etherStatsHighCapacityOverflowPkts512to1023Octets: 1.3.6.1.2.1.16.1.7.1.13 etherStatsHighCapacityPkts512to1023Octets: 1.3.6.1.2.1.16.1.7.1.14 etherStatsHighCapacityOverflowPkts1024to1518Octets: 1.3.6.1.2.1.16.1.7.1.15 etherStatsHighCapacityPkts1024to1518Octets: 1.3.6.1.2.1.16.1.7.1.16 etherHistoryHighCapacityTable: 1.3.6.1.2.1.16.2.6 etherHistoryHighCapacityEntry: 1.3.6.1.2.1.16.2.6.1 etherHistoryHighCapacityOverflowPkts: 1.3.6.1.2.1.16.2.6.1.1 etherHistoryHighCapacityPkts: 1.3.6.1.2.1.16.2.6.1.2 etherHistoryHighCapacityOverflowOctets: 1.3.6.1.2.1.16.2.6.1.3 etherHistoryHighCapacityOctets: 1.3.6.1.2.1.16.2.6.1.4 hostHighCapacityTable: 1.3.6.1.2.1.16.4.5 hostHighCapacityEntry: 1.3.6.1.2.1.16.4.5.1 hostHighCapacityInOverflowPkts: 1.3.6.1.2.1.16.4.5.1.1 hostHighCapacityInPkts: 1.3.6.1.2.1.16.4.5.1.2 hostHighCapacityOutOverflowPkts: 1.3.6.1.2.1.16.4.5.1.3 hostHighCapacityOutPkts: 1.3.6.1.2.1.16.4.5.1.4 hostHighCapacityInOverflowOctets: 1.3.6.1.2.1.16.4.5.1.5 hostHighCapacityInOctets: 1.3.6.1.2.1.16.4.5.1.6 hostHighCapacityOutOverflowOctets: 1.3.6.1.2.1.16.4.5.1.7 hostHighCapacityOutOctets: 1.3.6.1.2.1.16.4.5.1.8 hostTimeHighCapacityTable: 1.3.6.1.2.1.16.4.6 hostTimeHighCapacityEntry: 1.3.6.1.2.1.16.4.6.1 hostTimeHighCapacityInOverflowPkts: 1.3.6.1.2.1.16.4.6.1.1 hostTimeHighCapacityInPkts: 1.3.6.1.2.1.16.4.6.1.2 hostTimeHighCapacityOutOverflowPkts: 1.3.6.1.2.1.16.4.6.1.3 hostTimeHighCapacityOutPkts: 1.3.6.1.2.1.16.4.6.1.4 hostTimeHighCapacityInOverflowOctets: 1.3.6.1.2.1.16.4.6.1.5 hostTimeHighCapacityInOctets: 1.3.6.1.2.1.16.4.6.1.6 hostTimeHighCapacityOutOverflowOctets: 1.3.6.1.2.1.16.4.6.1.7 hostTimeHighCapacityOutOctets: 1.3.6.1.2.1.16.4.6.1.8 hostTopNHighCapacityTable: 1.3.6.1.2.1.16.5.3 hostTopNHighCapacityEntry: 1.3.6.1.2.1.16.5.3.1 hostTopNHighCapacityAddress: 1.3.6.1.2.1.16.5.3.1.1 hostTopNHighCapacityBaseRate: 1.3.6.1.2.1.16.5.3.1.2 hostTopNHighCapacityOverflowRate: 1.3.6.1.2.1.16.5.3.1.3 hostTopNHighCapacityRate: 1.3.6.1.2.1.16.5.3.1.4 matrixSDHighCapacityTable: 1.3.6.1.2.1.16.6.5 matrixSDHighCapacityEntry: 1.3.6.1.2.1.16.6.5.1 matrixSDHighCapacityOverflowPkts: 1.3.6.1.2.1.16.6.5.1.1 matrixSDHighCapacityPkts: 1.3.6.1.2.1.16.6.5.1.2 matrixSDHighCapacityOverflowOctets: 1.3.6.1.2.1.16.6.5.1.3 matrixSDHighCapacityOctets: 1.3.6.1.2.1.16.6.5.1.4 matrixDSHighCapacityTable: 1.3.6.1.2.1.16.6.6 matrixDSHighCapacityEntry: 1.3.6.1.2.1.16.6.6.1 matrixDSHighCapacityOverflowPkts: 1.3.6.1.2.1.16.6.6.1.1 matrixDSHighCapacityPkts: 1.3.6.1.2.1.16.6.6.1.2 matrixDSHighCapacityOverflowOctets: 1.3.6.1.2.1.16.6.6.1.3 matrixDSHighCapacityOctets: 1.3.6.1.2.1.16.6.6.1.4 captureBufferHighCapacityTable: 1.3.6.1.2.1.16.8.3 captureBufferHighCapacityEntry: 1.3.6.1.2.1.16.8.3.1 captureBufferPacketHighCapacityTime: 1.3.6.1.2.1.16.8.3.1.1 protocolDistStatsHighCapacityTable: 1.3.6.1.2.1.16.12.3 protocolDistStatsHighCapacityEntry: 1.3.6.1.2.1.16.12.3.1 protocolDistStatsHighCapacityOverflowPkts: 1.3.6.1.2.1.16.12.3.1.1 protocolDistStatsHighCapacityPkts: 1.3.6.1.2.1.16.12.3.1.2 protocolDistStatsHighCapacityOverflowOctets: 1.3.6.1.2.1.16.12.3.1.3 protocolDistStatsHighCapacityOctets: 1.3.6.1.2.1.16.12.3.1.4 nlHostHighCapacityTable: 1.3.6.1.2.1.16.14.3 nlHostHighCapacityEntry: 1.3.6.1.2.1.16.14.3.1 nlHostHighCapacityInOverflowPkts: 1.3.6.1.2.1.16.14.3.1.1 nlHostHighCapacityInPkts: 1.3.6.1.2.1.16.14.3.1.2 nlHostHighCapacityOutOverflowPkts: 1.3.6.1.2.1.16.14.3.1.3 nlHostHighCapacityOutPkts: 1.3.6.1.2.1.16.14.3.1.4 nlHostHighCapacityInOverflowOctets: 1.3.6.1.2.1.16.14.3.1.5 nlHostHighCapacityInOctets: 1.3.6.1.2.1.16.14.3.1.6 nlHostHighCapacityOutOverflowOctets: 1.3.6.1.2.1.16.14.3.1.7 nlHostHighCapacityOutOctets: 1.3.6.1.2.1.16.14.3.1.8 nlMatrixSDHighCapacityTable: 1.3.6.1.2.1.16.15.6 nlMatrixSDHighCapacityEntry: 1.3.6.1.2.1.16.15.6.1 nlMatrixSDHighCapacityOverflowPkts: 1.3.6.1.2.1.16.15.6.1.1 nlMatrixSDHighCapacityPkts: 1.3.6.1.2.1.16.15.6.1.2 nlMatrixSDHighCapacityOverflowOctets: 1.3.6.1.2.1.16.15.6.1.3 nlMatrixSDHighCapacityOctets: 1.3.6.1.2.1.16.15.6.1.4 nlMatrixDSHighCapacityTable: 1.3.6.1.2.1.16.15.7 nlMatrixDSHighCapacityEntry: 1.3.6.1.2.1.16.15.7.1 nlMatrixDSHighCapacityOverflowPkts: 1.3.6.1.2.1.16.15.7.1.1 nlMatrixDSHighCapacityPkts: 1.3.6.1.2.1.16.15.7.1.2 nlMatrixDSHighCapacityOverflowOctets: 1.3.6.1.2.1.16.15.7.1.3 nlMatrixDSHighCapacityOctets: 1.3.6.1.2.1.16.15.7.1.4 nlMatrixTopNHighCapacityTable: 1.3.6.1.2.1.16.15.8 nlMatrixTopNHighCapacityEntry: 1.3.6.1.2.1.16.15.8.1 nlMatrixTopNHighCapacityProtocolDirLocalIndex: 1.3.6.1.2.1.16.15.8.1.1 nlMatrixTopNHighCapacitySourceAddress: 1.3.6.1.2.1.16.15.8.1.2 nlMatrixTopNHighCapacityDestAddress: 1.3.6.1.2.1.16.15.8.1.3 nlMatrixTopNHighCapacityBasePktRate: 1.3.6.1.2.1.16.15.8.1.4 nlMatrixTopNHighCapacityOverflowPktRate: 1.3.6.1.2.1.16.15.8.1.5 nlMatrixTopNHighCapacityPktRate: 1.3.6.1.2.1.16.15.8.1.6 nlMatrixTopNHighCapacityReverseBasePktRate: 1.3.6.1.2.1.16.15.8.1.7 nlMatrixTopNHighCapacityReverseOverflowPktRate: 1.3.6.1.2.1.16.15.8.1.8 nlMatrixTopNHighCapacityReversePktRate: 1.3.6.1.2.1.16.15.8.1.9 nlMatrixTopNHighCapacityBaseOctetRate: 1.3.6.1.2.1.16.15.8.1.10 nlMatrixTopNHighCapacityOverflowOctetRate: 1.3.6.1.2.1.16.15.8.1.11 nlMatrixTopNHighCapacityOctetRate: 1.3.6.1.2.1.16.15.8.1.12 nlMatrixTopNHighCapacityReverseBaseOctetRate: 1.3.6.1.2.1.16.15.8.1.13 nlMatrixTopNHighCapacityReverseOverflowOctetRate: 1.3.6.1.2.1.16.15.8.1.14 nlMatrixTopNHighCapacityReverseOctetRate: 1.3.6.1.2.1.16.15.8.1.15 alHostHighCapacityTable: 1.3.6.1.2.1.16.16.2 alHostHighCapacityEntry: 1.3.6.1.2.1.16.16.2.1 alHostHighCapacityInOverflowPkts: 1.3.6.1.2.1.16.16.2.1.1 alHostHighCapacityInPkts: 1.3.6.1.2.1.16.16.2.1.2 alHostHighCapacityOutOverflowPkts: 1.3.6.1.2.1.16.16.2.1.3 alHostHighCapacityOutPkts: 1.3.6.1.2.1.16.16.2.1.4 alHostHighCapacityInOverflowOctets: 1.3.6.1.2.1.16.16.2.1.5 alHostHighCapacityInOctets: 1.3.6.1.2.1.16.16.2.1.6 alHostHighCapacityOutOverflowOctets: 1.3.6.1.2.1.16.16.2.1.7 alHostHighCapacityOutOctets: 1.3.6.1.2.1.16.16.2.1.8 alMatrixSDHighCapacityTable: 1.3.6.1.2.1.16.17.5 alMatrixSDHighCapacityEntry: 1.3.6.1.2.1.16.17.5.1 alMatrixSDHighCapacityOverflowPkts: 1.3.6.1.2.1.16.17.5.1.1 alMatrixSDHighCapacityPkts: 1.3.6.1.2.1.16.17.5.1.2 alMatrixSDHighCapacityOverflowOctets: 1.3.6.1.2.1.16.17.5.1.3 alMatrixSDHighCapacityOctets: 1.3.6.1.2.1.16.17.5.1.4 alMatrixDSHighCapacityTable: 1.3.6.1.2.1.16.17.6 alMatrixDSHighCapacityEntry: 1.3.6.1.2.1.16.17.6.1 alMatrixDSHighCapacityOverflowPkts: 1.3.6.1.2.1.16.17.6.1.1 alMatrixDSHighCapacityPkts: 1.3.6.1.2.1.16.17.6.1.2 alMatrixDSHighCapacityOverflowOctets: 1.3.6.1.2.1.16.17.6.1.3 alMatrixDSHighCapacityOctets: 1.3.6.1.2.1.16.17.6.1.4 alMatrixTopNHighCapacityTable: 1.3.6.1.2.1.16.17.7 alMatrixTopNHighCapacityEntry: 1.3.6.1.2.1.16.17.7.1 alMatrixTopNHighCapacityProtocolDirLocalIndex: 1.3.6.1.2.1.16.17.7.1.1 alMatrixTopNHighCapacitySourceAddress: 1.3.6.1.2.1.16.17.7.1.2 alMatrixTopNHighCapacityDestAddress: 1.3.6.1.2.1.16.17.7.1.3 alMatrixTopNHighCapacityAppProtocolDirLocalIndex: 1.3.6.1.2.1.16.17.7.1.4 alMatrixTopNHighCapacityBasePktRate: 1.3.6.1.2.1.16.17.7.1.5 alMatrixTopNHighCapacityOverflowPktRate: 1.3.6.1.2.1.16.17.7.1.6 alMatrixTopNHighCapacityPktRate: 1.3.6.1.2.1.16.17.7.1.7 alMatrixTopNHighCapacityReverseBasePktRate: 1.3.6.1.2.1.16.17.7.1.8 alMatrixTopNHighCapacityReverseOverflowPktRate: 1.3.6.1.2.1.16.17.7.1.9 alMatrixTopNHighCapacityReversePktRate: 1.3.6.1.2.1.16.17.7.1.10 alMatrixTopNHighCapacityBaseOctetRate: 1.3.6.1.2.1.16.17.7.1.11 alMatrixTopNHighCapacityOverflowOctetRate: 1.3.6.1.2.1.16.17.7.1.12 alMatrixTopNHighCapacityOctetRate: 1.3.6.1.2.1.16.17.7.1.13 alMatrixTopNHighCapacityReverseBaseOctetRate: 1.3.6.1.2.1.16.17.7.1.14 alMatrixTopNHighCapacityReverseOverflowOctetRate: 1.3.6.1.2.1.16.17.7.1.15 alMatrixTopNHighCapacityReverseOctetRate: 1.3.6.1.2.1.16.17.7.1.16 usrHistoryHighCapacityTable: 1.3.6.1.2.1.16.18.4 usrHistoryHighCapacityEntry: 1.3.6.1.2.1.16.18.4.1 usrHistoryHighCapacityOverflowAbsValue: 1.3.6.1.2.1.16.18.4.1.1 usrHistoryHighCapacityAbsValue: 1.3.6.1.2.1.16.18.4.1.2 hcRMONCapabilities: 1.3.6.1.2.1.16.19.16 hcRMON: 1.3.6.1.2.1.16.20.5 hcRmonMIBCompliances: 1.3.6.1.2.1.16.20.6 hcRmonMIBGroups: 1.3.6.1.2.1.16.20.7 mediaIndependentStats: 1.3.6.1.2.1.16.21 mediaIndependentTable: 1.3.6.1.2.1.16.21.1 mediaIndependentEntry: 1.3.6.1.2.1.16.21.1.1 mediaIndependentIndex: 1.3.6.1.2.1.16.21.1.1.1 mediaIndependentDataSource: 1.3.6.1.2.1.16.21.1.1.2 mediaIndependentDropEvents: 1.3.6.1.2.1.16.21.1.1.3 mediaIndependentDroppedFrames: 1.3.6.1.2.1.16.21.1.1.4 mediaIndependentInPkts: 1.3.6.1.2.1.16.21.1.1.5 mediaIndependentInOverflowPkts: 1.3.6.1.2.1.16.21.1.1.6 mediaIndependentInHighCapacityPkts: 1.3.6.1.2.1.16.21.1.1.7 mediaIndependentOutPkts: 1.3.6.1.2.1.16.21.1.1.8 mediaIndependentOutOverflowPkts: 1.3.6.1.2.1.16.21.1.1.9 mediaIndependentOutHighCapacityPkts: 1.3.6.1.2.1.16.21.1.1.10 mediaIndependentInOctets: 1.3.6.1.2.1.16.21.1.1.11 mediaIndependentInOverflowOctets: 1.3.6.1.2.1.16.21.1.1.12 mediaIndependentInHighCapacityOctets: 1.3.6.1.2.1.16.21.1.1.13 mediaIndependentOutOctets: 1.3.6.1.2.1.16.21.1.1.14 mediaIndependentOutOverflowOctets: 1.3.6.1.2.1.16.21.1.1.15 mediaIndependentOutHighCapacityOctets: 1.3.6.1.2.1.16.21.1.1.16 mediaIndependentInNUCastPkts: 1.3.6.1.2.1.16.21.1.1.17 mediaIndependentInNUCastOverflowPkts: 1.3.6.1.2.1.16.21.1.1.18 mediaIndependentInNUCastHighCapacityPkts: 1.3.6.1.2.1.16.21.1.1.19 mediaIndependentOutNUCastPkts: 1.3.6.1.2.1.16.21.1.1.20 mediaIndependentOutNUCastOverflowPkts: 1.3.6.1.2.1.16.21.1.1.21 mediaIndependentOutNUCastHighCapacityPkts: 1.3.6.1.2.1.16.21.1.1.22 mediaIndependentInErrors: 1.3.6.1.2.1.16.21.1.1.23 mediaIndependentOutErrors: 1.3.6.1.2.1.16.21.1.1.24 mediaIndependentInputSpeed: 1.3.6.1.2.1.16.21.1.1.25 mediaIndependentOutputSpeed: 1.3.6.1.2.1.16.21.1.1.26 mediaIndependentDuplexMode: 1.3.6.1.2.1.16.21.1.1.27 mediaIndependentDuplexChanges: 1.3.6.1.2.1.16.21.1.1.28 mediaIndependentDuplexLastChange: 1.3.6.1.2.1.16.21.1.1.29 mediaIndependentOwner: 1.3.6.1.2.1.16.21.1.1.30 mediaIndependentStatus: 1.3.6.1.2.1.16.21.1.1.31 snmp-1.2.0/data/ruby/snmp/mibs/ATM-MIB.yaml0000644000004100000410000001200112365504747020241 0ustar www-datawww-data--- atmMIB: 1.3.6.1.2.1.37 atmMIBObjects: 1.3.6.1.2.1.37.1 atmInterfaceConfTable: 1.3.6.1.2.1.37.1.2 atmInterfaceConfEntry: 1.3.6.1.2.1.37.1.2.1 atmInterfaceMaxVpcs: 1.3.6.1.2.1.37.1.2.1.1 atmInterfaceMaxVccs: 1.3.6.1.2.1.37.1.2.1.2 atmInterfaceConfVpcs: 1.3.6.1.2.1.37.1.2.1.3 atmInterfaceConfVccs: 1.3.6.1.2.1.37.1.2.1.4 atmInterfaceMaxActiveVpiBits: 1.3.6.1.2.1.37.1.2.1.5 atmInterfaceMaxActiveVciBits: 1.3.6.1.2.1.37.1.2.1.6 atmInterfaceIlmiVpi: 1.3.6.1.2.1.37.1.2.1.7 atmInterfaceIlmiVci: 1.3.6.1.2.1.37.1.2.1.8 atmInterfaceAddressType: 1.3.6.1.2.1.37.1.2.1.9 atmInterfaceAdminAddress: 1.3.6.1.2.1.37.1.2.1.10 atmInterfaceMyNeighborIpAddress: 1.3.6.1.2.1.37.1.2.1.11 atmInterfaceMyNeighborIfName: 1.3.6.1.2.1.37.1.2.1.12 atmInterfaceCurrentMaxVpiBits: 1.3.6.1.2.1.37.1.2.1.13 atmInterfaceCurrentMaxVciBits: 1.3.6.1.2.1.37.1.2.1.14 atmInterfaceSubscrAddress: 1.3.6.1.2.1.37.1.2.1.15 atmInterfaceDs3PlcpTable: 1.3.6.1.2.1.37.1.3 atmInterfaceDs3PlcpEntry: 1.3.6.1.2.1.37.1.3.1 atmInterfaceDs3PlcpSEFSs: 1.3.6.1.2.1.37.1.3.1.1 atmInterfaceDs3PlcpAlarmState: 1.3.6.1.2.1.37.1.3.1.2 atmInterfaceDs3PlcpUASs: 1.3.6.1.2.1.37.1.3.1.3 atmInterfaceTCTable: 1.3.6.1.2.1.37.1.4 atmInterfaceTCEntry: 1.3.6.1.2.1.37.1.4.1 atmInterfaceOCDEvents: 1.3.6.1.2.1.37.1.4.1.1 atmInterfaceTCAlarmState: 1.3.6.1.2.1.37.1.4.1.2 atmTrafficDescrParamTable: 1.3.6.1.2.1.37.1.5 atmTrafficDescrParamEntry: 1.3.6.1.2.1.37.1.5.1 atmTrafficDescrParamIndex: 1.3.6.1.2.1.37.1.5.1.1 atmTrafficDescrType: 1.3.6.1.2.1.37.1.5.1.2 atmTrafficDescrParam1: 1.3.6.1.2.1.37.1.5.1.3 atmTrafficDescrParam2: 1.3.6.1.2.1.37.1.5.1.4 atmTrafficDescrParam3: 1.3.6.1.2.1.37.1.5.1.5 atmTrafficDescrParam4: 1.3.6.1.2.1.37.1.5.1.6 atmTrafficDescrParam5: 1.3.6.1.2.1.37.1.5.1.7 atmTrafficQoSClass: 1.3.6.1.2.1.37.1.5.1.8 atmTrafficDescrRowStatus: 1.3.6.1.2.1.37.1.5.1.9 atmServiceCategory: 1.3.6.1.2.1.37.1.5.1.10 atmTrafficFrameDiscard: 1.3.6.1.2.1.37.1.5.1.11 atmVplTable: 1.3.6.1.2.1.37.1.6 atmVplEntry: 1.3.6.1.2.1.37.1.6.1 atmVplVpi: 1.3.6.1.2.1.37.1.6.1.1 atmVplAdminStatus: 1.3.6.1.2.1.37.1.6.1.2 atmVplOperStatus: 1.3.6.1.2.1.37.1.6.1.3 atmVplLastChange: 1.3.6.1.2.1.37.1.6.1.4 atmVplReceiveTrafficDescrIndex: 1.3.6.1.2.1.37.1.6.1.5 atmVplTransmitTrafficDescrIndex: 1.3.6.1.2.1.37.1.6.1.6 atmVplCrossConnectIdentifier: 1.3.6.1.2.1.37.1.6.1.7 atmVplRowStatus: 1.3.6.1.2.1.37.1.6.1.8 atmVplCastType: 1.3.6.1.2.1.37.1.6.1.9 atmVplConnKind: 1.3.6.1.2.1.37.1.6.1.10 atmVclTable: 1.3.6.1.2.1.37.1.7 atmVclEntry: 1.3.6.1.2.1.37.1.7.1 atmVclVpi: 1.3.6.1.2.1.37.1.7.1.1 atmVclVci: 1.3.6.1.2.1.37.1.7.1.2 atmVclAdminStatus: 1.3.6.1.2.1.37.1.7.1.3 atmVclOperStatus: 1.3.6.1.2.1.37.1.7.1.4 atmVclLastChange: 1.3.6.1.2.1.37.1.7.1.5 atmVclReceiveTrafficDescrIndex: 1.3.6.1.2.1.37.1.7.1.6 atmVclTransmitTrafficDescrIndex: 1.3.6.1.2.1.37.1.7.1.7 atmVccAalType: 1.3.6.1.2.1.37.1.7.1.8 atmVccAal5CpcsTransmitSduSize: 1.3.6.1.2.1.37.1.7.1.9 atmVccAal5CpcsReceiveSduSize: 1.3.6.1.2.1.37.1.7.1.10 atmVccAal5EncapsType: 1.3.6.1.2.1.37.1.7.1.11 atmVclCrossConnectIdentifier: 1.3.6.1.2.1.37.1.7.1.12 atmVclRowStatus: 1.3.6.1.2.1.37.1.7.1.13 atmVclCastType: 1.3.6.1.2.1.37.1.7.1.14 atmVclConnKind: 1.3.6.1.2.1.37.1.7.1.15 atmVpCrossConnectIndexNext: 1.3.6.1.2.1.37.1.8 atmVpCrossConnectTable: 1.3.6.1.2.1.37.1.9 atmVpCrossConnectEntry: 1.3.6.1.2.1.37.1.9.1 atmVpCrossConnectIndex: 1.3.6.1.2.1.37.1.9.1.1 atmVpCrossConnectLowIfIndex: 1.3.6.1.2.1.37.1.9.1.2 atmVpCrossConnectLowVpi: 1.3.6.1.2.1.37.1.9.1.3 atmVpCrossConnectHighIfIndex: 1.3.6.1.2.1.37.1.9.1.4 atmVpCrossConnectHighVpi: 1.3.6.1.2.1.37.1.9.1.5 atmVpCrossConnectAdminStatus: 1.3.6.1.2.1.37.1.9.1.6 atmVpCrossConnectL2HOperStatus: 1.3.6.1.2.1.37.1.9.1.7 atmVpCrossConnectH2LOperStatus: 1.3.6.1.2.1.37.1.9.1.8 atmVpCrossConnectL2HLastChange: 1.3.6.1.2.1.37.1.9.1.9 atmVpCrossConnectH2LLastChange: 1.3.6.1.2.1.37.1.9.1.10 atmVpCrossConnectRowStatus: 1.3.6.1.2.1.37.1.9.1.11 atmVcCrossConnectIndexNext: 1.3.6.1.2.1.37.1.10 atmVcCrossConnectTable: 1.3.6.1.2.1.37.1.11 atmVcCrossConnectEntry: 1.3.6.1.2.1.37.1.11.1 atmVcCrossConnectIndex: 1.3.6.1.2.1.37.1.11.1.1 atmVcCrossConnectLowIfIndex: 1.3.6.1.2.1.37.1.11.1.2 atmVcCrossConnectLowVpi: 1.3.6.1.2.1.37.1.11.1.3 atmVcCrossConnectLowVci: 1.3.6.1.2.1.37.1.11.1.4 atmVcCrossConnectHighIfIndex: 1.3.6.1.2.1.37.1.11.1.5 atmVcCrossConnectHighVpi: 1.3.6.1.2.1.37.1.11.1.6 atmVcCrossConnectHighVci: 1.3.6.1.2.1.37.1.11.1.7 atmVcCrossConnectAdminStatus: 1.3.6.1.2.1.37.1.11.1.8 atmVcCrossConnectL2HOperStatus: 1.3.6.1.2.1.37.1.11.1.9 atmVcCrossConnectH2LOperStatus: 1.3.6.1.2.1.37.1.11.1.10 atmVcCrossConnectL2HLastChange: 1.3.6.1.2.1.37.1.11.1.11 atmVcCrossConnectH2LLastChange: 1.3.6.1.2.1.37.1.11.1.12 atmVcCrossConnectRowStatus: 1.3.6.1.2.1.37.1.11.1.13 aal5VccTable: 1.3.6.1.2.1.37.1.12 aal5VccEntry: 1.3.6.1.2.1.37.1.12.1 aal5VccVpi: 1.3.6.1.2.1.37.1.12.1.1 aal5VccVci: 1.3.6.1.2.1.37.1.12.1.2 aal5VccCrcErrors: 1.3.6.1.2.1.37.1.12.1.3 aal5VccSarTimeOuts: 1.3.6.1.2.1.37.1.12.1.4 aal5VccOverSizedSDUs: 1.3.6.1.2.1.37.1.12.1.5 atmTrafficDescrParamIndexNext: 1.3.6.1.2.1.37.1.13 atmMIBConformance: 1.3.6.1.2.1.37.2 atmMIBGroups: 1.3.6.1.2.1.37.2.1 atmMIBCompliances: 1.3.6.1.2.1.37.2.2 snmp-1.2.0/data/ruby/snmp/mibs/T11-FC-ROUTE-MIB.yaml0000644000004100000410000000207012365504747021354 0ustar www-datawww-data--- t11FcRouteMIB: 1.3.6.1.2.1.144 t11FcRouteNotifications: 1.3.6.1.2.1.144.0 t11FcRouteObjects: 1.3.6.1.2.1.144.1 t11FcRouteFabricTable: 1.3.6.1.2.1.144.1.1 t11FcRouteFabricEntry: 1.3.6.1.2.1.144.1.1.1 t11FcRouteFabricIndex: 1.3.6.1.2.1.144.1.1.1.1 t11FcRouteFabricLastChange: 1.3.6.1.2.1.144.1.1.1.2 t11FcRouteTable: 1.3.6.1.2.1.144.1.2 t11FcRouteEntry: 1.3.6.1.2.1.144.1.2.1 t11FcRouteDestAddrId: 1.3.6.1.2.1.144.1.2.1.1 t11FcRouteDestMask: 1.3.6.1.2.1.144.1.2.1.2 t11FcRouteSrcAddrId: 1.3.6.1.2.1.144.1.2.1.3 t11FcRouteSrcMask: 1.3.6.1.2.1.144.1.2.1.4 t11FcRouteInInterface: 1.3.6.1.2.1.144.1.2.1.5 t11FcRouteProto: 1.3.6.1.2.1.144.1.2.1.6 t11FcRouteOutInterface: 1.3.6.1.2.1.144.1.2.1.7 t11FcRouteDomainId: 1.3.6.1.2.1.144.1.2.1.8 t11FcRouteMetric: 1.3.6.1.2.1.144.1.2.1.9 t11FcRouteType: 1.3.6.1.2.1.144.1.2.1.10 t11FcRouteIfDown: 1.3.6.1.2.1.144.1.2.1.11 t11FcRouteStorageType: 1.3.6.1.2.1.144.1.2.1.12 t11FcRouteRowStatus: 1.3.6.1.2.1.144.1.2.1.13 t11FcRouteConformance: 1.3.6.1.2.1.144.2 t11FcRouteCompliances: 1.3.6.1.2.1.144.2.1 t11FcRouteGroups: 1.3.6.1.2.1.144.2.2 snmp-1.2.0/data/ruby/snmp/mibs/PPP-IP-NCP-MIB.yaml0000644000004100000410000000105112365504747021206 0ustar www-datawww-data--- pppIp: 1.3.6.1.2.1.10.23.3 pppIpTable: 1.3.6.1.2.1.10.23.3.1 pppIpEntry: 1.3.6.1.2.1.10.23.3.1.1 pppIpOperStatus: 1.3.6.1.2.1.10.23.3.1.1.1 pppIpLocalToRemoteCompressionProtocol: 1.3.6.1.2.1.10.23.3.1.1.2 pppIpRemoteToLocalCompressionProtocol: 1.3.6.1.2.1.10.23.3.1.1.3 pppIpRemoteMaxSlotId: 1.3.6.1.2.1.10.23.3.1.1.4 pppIpLocalMaxSlotId: 1.3.6.1.2.1.10.23.3.1.1.5 pppIpConfigTable: 1.3.6.1.2.1.10.23.3.2 pppIpConfigEntry: 1.3.6.1.2.1.10.23.3.2.1 pppIpConfigAdminStatus: 1.3.6.1.2.1.10.23.3.2.1.1 pppIpConfigCompression: 1.3.6.1.2.1.10.23.3.2.1.2 snmp-1.2.0/data/ruby/snmp/mibs/PKTC-IETF-SIG-MIB.yaml0000644000004100000410000001467712365504747021553 0ustar www-datawww-data--- pktcIetfSigMib: 1.3.6.1.2.1.169 pktcSigNotification: 1.3.6.1.2.1.169.0 pktcSigMibObjects: 1.3.6.1.2.1.169.1 pktcSigDevObjects: 1.3.6.1.2.1.169.1.1 pktcSigDevCodecTable: 1.3.6.1.2.1.169.1.1.1 pktcSigDevCodecEntry: 1.3.6.1.2.1.169.1.1.1.1 pktcSigDevCodecComboIndex: 1.3.6.1.2.1.169.1.1.1.1.1 pktcSigDevCodecType: 1.3.6.1.2.1.169.1.1.1.1.2 pktcSigDevCodecMax: 1.3.6.1.2.1.169.1.1.1.1.3 pktcSigDevEchoCancellation: 1.3.6.1.2.1.169.1.1.2 pktcSigDevSilenceSuppression: 1.3.6.1.2.1.169.1.1.3 pktcSigDevCidSigProtocol: 1.3.6.1.2.1.169.1.1.4 pktcSigDevR0Cadence: 1.3.6.1.2.1.169.1.1.5 pktcSigDevR1Cadence: 1.3.6.1.2.1.169.1.1.6 pktcSigDevR2Cadence: 1.3.6.1.2.1.169.1.1.7 pktcSigDevR3Cadence: 1.3.6.1.2.1.169.1.1.8 pktcSigDevR4Cadence: 1.3.6.1.2.1.169.1.1.9 pktcSigDevR5Cadence: 1.3.6.1.2.1.169.1.1.10 pktcSigDevR6Cadence: 1.3.6.1.2.1.169.1.1.11 pktcSigDevR7Cadence: 1.3.6.1.2.1.169.1.1.12 pktcSigDevRgCadence: 1.3.6.1.2.1.169.1.1.13 pktcSigDevRsCadence: 1.3.6.1.2.1.169.1.1.14 pktcSigDefCallSigDscp: 1.3.6.1.2.1.169.1.1.15 pktcSigDefMediaStreamDscp: 1.3.6.1.2.1.169.1.1.16 pktcSigCapabilityTable: 1.3.6.1.2.1.169.1.1.17 pktcSigCapabilityEntry: 1.3.6.1.2.1.169.1.1.17.1 pktcSigCapabilityIndex: 1.3.6.1.2.1.169.1.1.17.1.1 pktcSigCapabilityType: 1.3.6.1.2.1.169.1.1.17.1.2 pktcSigCapabilityVersion: 1.3.6.1.2.1.169.1.1.17.1.3 pktcSigCapabilityVendorExt: 1.3.6.1.2.1.169.1.1.17.1.4 pktcSigDefNcsReceiveUdpPort: 1.3.6.1.2.1.169.1.1.18 pktcSigPowerRingFrequency: 1.3.6.1.2.1.169.1.1.19 pktcSigPulseSignalTable: 1.3.6.1.2.1.169.1.1.20 pktcSigPulseSignalEntry: 1.3.6.1.2.1.169.1.1.20.1 pktcSigPulseSignalType: 1.3.6.1.2.1.169.1.1.20.1.1 pktcSigPulseSignalFrequency: 1.3.6.1.2.1.169.1.1.20.1.2 pktcSigPulseSignalDbLevel: 1.3.6.1.2.1.169.1.1.20.1.3 pktcSigPulseSignalDuration: 1.3.6.1.2.1.169.1.1.20.1.4 pktcSigPulseSignalPulseInterval: 1.3.6.1.2.1.169.1.1.20.1.5 pktcSigPulseSignalRepeatCount: 1.3.6.1.2.1.169.1.1.20.1.6 pktcSigDevCidMode: 1.3.6.1.2.1.169.1.1.21 pktcSigDevCidAfterRing: 1.3.6.1.2.1.169.1.1.22 pktcSigDevCidAfterDTAS: 1.3.6.1.2.1.169.1.1.23 pktcSigDevCidAfterRPAS: 1.3.6.1.2.1.169.1.1.24 pktcSigDevRingAfterCID: 1.3.6.1.2.1.169.1.1.25 pktcSigDevCidDTASAfterLR: 1.3.6.1.2.1.169.1.1.26 pktcSigDevVmwiMode: 1.3.6.1.2.1.169.1.1.27 pktcSigDevVmwiAfterDTAS: 1.3.6.1.2.1.169.1.1.28 pktcSigDevVmwiAfterRPAS: 1.3.6.1.2.1.169.1.1.29 pktcSigDevVmwiDTASAfterLR: 1.3.6.1.2.1.169.1.1.30 pktcSigDevRingCadenceTable: 1.3.6.1.2.1.169.1.1.31 pktcSigDevRingCadenceEntry: 1.3.6.1.2.1.169.1.1.31.1 pktcSigDevRingCadenceIndex: 1.3.6.1.2.1.169.1.1.31.1.1 pktcSigDevRingCadence: 1.3.6.1.2.1.169.1.1.31.1.2 pktcSigDevToneTable: 1.3.6.1.2.1.169.1.1.32 pktcSigDevToneEntry: 1.3.6.1.2.1.169.1.1.32.1 pktcSigDevToneType: 1.3.6.1.2.1.169.1.1.32.1.1 pktcSigDevToneFreqGroup: 1.3.6.1.2.1.169.1.1.32.1.2 pktcSigDevToneFreqCounter: 1.3.6.1.2.1.169.1.1.32.1.3 pktcSigDevToneWholeToneRepeatCount: 1.3.6.1.2.1.169.1.1.32.1.4 pktcSigDevToneSteady: 1.3.6.1.2.1.169.1.1.32.1.5 pktcSigDevMultiFreqToneTable: 1.3.6.1.2.1.169.1.1.33 pktcSigDevMultiFreqToneEntry: 1.3.6.1.2.1.169.1.1.33.1 pktcSigDevToneNumber: 1.3.6.1.2.1.169.1.1.33.1.1 pktcSigDevToneFirstFreqValue: 1.3.6.1.2.1.169.1.1.33.1.2 pktcSigDevToneSecondFreqValue: 1.3.6.1.2.1.169.1.1.33.1.3 pktcSigDevToneThirdFreqValue: 1.3.6.1.2.1.169.1.1.33.1.4 pktcSigDevToneFourthFreqValue: 1.3.6.1.2.1.169.1.1.33.1.5 pktcSigDevToneFreqMode: 1.3.6.1.2.1.169.1.1.33.1.6 pktcSigDevToneFreqAmpModePrtg: 1.3.6.1.2.1.169.1.1.33.1.7 pktcSigDevToneDbLevel: 1.3.6.1.2.1.169.1.1.33.1.8 pktcSigDevToneFreqOnDuration: 1.3.6.1.2.1.169.1.1.33.1.9 pktcSigDevToneFreqOffDuration: 1.3.6.1.2.1.169.1.1.33.1.10 pktcSigDevToneFreqRepeatCount: 1.3.6.1.2.1.169.1.1.33.1.11 pktcSigDevCidDelayAfterLR: 1.3.6.1.2.1.169.1.1.34 pktcSigDevCidDtmfStartCode: 1.3.6.1.2.1.169.1.1.35 pktcSigDevCidDtmfEndCode: 1.3.6.1.2.1.169.1.1.36 pktcSigDevVmwiSigProtocol: 1.3.6.1.2.1.169.1.1.37 pktcSigDevVmwiDelayAfterLR: 1.3.6.1.2.1.169.1.1.38 pktcSigDevVmwiDtmfStartCode: 1.3.6.1.2.1.169.1.1.39 pktcSigDevVmwiDtmfEndCode: 1.3.6.1.2.1.169.1.1.40 pktcSigDevrpAsDtsDuration: 1.3.6.1.2.1.169.1.1.41 pktcSigEndPntConfigObjects: 1.3.6.1.2.1.169.1.2 pktcSigEndPntConfigTable: 1.3.6.1.2.1.169.1.2.1 pktcSigEndPntConfigEntry: 1.3.6.1.2.1.169.1.2.1.1 pktcSigEndPntConfigCallAgentId: 1.3.6.1.2.1.169.1.2.1.1.1 pktcSigEndPntConfigCallAgentUdpPort: 1.3.6.1.2.1.169.1.2.1.1.2 pktcSigEndPntConfigPartialDialTO: 1.3.6.1.2.1.169.1.2.1.1.3 pktcSigEndPntConfigCriticalDialTO: 1.3.6.1.2.1.169.1.2.1.1.4 pktcSigEndPntConfigBusyToneTO: 1.3.6.1.2.1.169.1.2.1.1.5 pktcSigEndPntConfigDialToneTO: 1.3.6.1.2.1.169.1.2.1.1.6 pktcSigEndPntConfigMessageWaitingTO: 1.3.6.1.2.1.169.1.2.1.1.7 pktcSigEndPntConfigOffHookWarnToneTO: 1.3.6.1.2.1.169.1.2.1.1.8 pktcSigEndPntConfigRingingTO: 1.3.6.1.2.1.169.1.2.1.1.9 pktcSigEndPntConfigRingBackTO: 1.3.6.1.2.1.169.1.2.1.1.10 pktcSigEndPntConfigReorderToneTO: 1.3.6.1.2.1.169.1.2.1.1.11 pktcSigEndPntConfigStutterDialToneTO: 1.3.6.1.2.1.169.1.2.1.1.12 pktcSigEndPntConfigTSMax: 1.3.6.1.2.1.169.1.2.1.1.13 pktcSigEndPntConfigMax1: 1.3.6.1.2.1.169.1.2.1.1.14 pktcSigEndPntConfigMax2: 1.3.6.1.2.1.169.1.2.1.1.15 pktcSigEndPntConfigMax1QEnable: 1.3.6.1.2.1.169.1.2.1.1.16 pktcSigEndPntConfigMax2QEnable: 1.3.6.1.2.1.169.1.2.1.1.17 pktcSigEndPntConfigMWD: 1.3.6.1.2.1.169.1.2.1.1.18 pktcSigEndPntConfigTdinit: 1.3.6.1.2.1.169.1.2.1.1.19 pktcSigEndPntConfigTdmin: 1.3.6.1.2.1.169.1.2.1.1.20 pktcSigEndPntConfigTdmax: 1.3.6.1.2.1.169.1.2.1.1.21 pktcSigEndPntConfigRtoMax: 1.3.6.1.2.1.169.1.2.1.1.22 pktcSigEndPntConfigRtoInit: 1.3.6.1.2.1.169.1.2.1.1.23 pktcSigEndPntConfigLongDurationKeepAlive: 1.3.6.1.2.1.169.1.2.1.1.24 pktcSigEndPntConfigThist: 1.3.6.1.2.1.169.1.2.1.1.25 pktcSigEndPntConfigStatus: 1.3.6.1.2.1.169.1.2.1.1.26 pktcSigEndPntConfigCallWaitingMaxRep: 1.3.6.1.2.1.169.1.2.1.1.27 pktcSigEndPntConfigCallWaitingDelay: 1.3.6.1.2.1.169.1.2.1.1.28 pktcSigEndPntStatusCallIpAddressType: 1.3.6.1.2.1.169.1.2.1.1.29 pktcSigEndPntStatusCallIpAddress: 1.3.6.1.2.1.169.1.2.1.1.30 pktcSigEndPntStatusError: 1.3.6.1.2.1.169.1.2.1.1.31 pktcSigEndPntConfigMinHookFlash: 1.3.6.1.2.1.169.1.2.1.1.32 pktcSigEndPntConfigMaxHookFlash: 1.3.6.1.2.1.169.1.2.1.1.33 pktcSigEndPntConfigPulseDialInterdigitTime: 1.3.6.1.2.1.169.1.2.1.1.34 pktcSigEndPntConfigPulseDialMinMakeTime: 1.3.6.1.2.1.169.1.2.1.1.35 pktcSigEndPntConfigPulseDialMaxMakeTime: 1.3.6.1.2.1.169.1.2.1.1.36 pktcSigEndPntConfigPulseDialMinBreakTime: 1.3.6.1.2.1.169.1.2.1.1.37 pktcSigEndPntConfigPulseDialMaxBreakTime: 1.3.6.1.2.1.169.1.2.1.1.38 pktcSigConformance: 1.3.6.1.2.1.169.2 pktcSigCompliances: 1.3.6.1.2.1.169.2.1 pktcSigGroups: 1.3.6.1.2.1.169.2.2 snmp-1.2.0/data/ruby/snmp/mibs/SLAPM-MIB.yaml0000644000004100000410000001717512365504747020515 0ustar www-datawww-data--- slapmMIB: 1.3.6.1.3.88 slapmNotifications: 1.3.6.1.3.88.0 slapmObjects: 1.3.6.1.3.88.1 slapmBaseObjects: 1.3.6.1.3.88.1.1 slapmSpinLock: 1.3.6.1.3.88.1.1.1 slapmPolicyCountQueries: 1.3.6.1.3.88.1.1.2 slapmPolicyCountAccesses: 1.3.6.1.3.88.1.1.3 slapmPolicyCountSuccessAccesses: 1.3.6.1.3.88.1.1.4 slapmPolicyCountNotFounds: 1.3.6.1.3.88.1.1.5 slapmPolicyPurgeTime: 1.3.6.1.3.88.1.1.6 slapmPolicyTrapEnable: 1.3.6.1.3.88.1.1.7 slapmPolicyTrapFilter: 1.3.6.1.3.88.1.1.8 slapmTableObjects: 1.3.6.1.3.88.1.2 slapmPolicyStatsTable: 1.3.6.1.3.88.1.2.1 slapmPolicyStatsEntry: 1.3.6.1.3.88.1.2.1.1 slapmPolicyStatsSystemAddress: 1.3.6.1.3.88.1.2.1.1.1 slapmPolicyStatsPolicyName: 1.3.6.1.3.88.1.2.1.1.2 slapmPolicyStatsTrafficProfileName: 1.3.6.1.3.88.1.2.1.1.3 slapmPolicyStatsOperStatus: 1.3.6.1.3.88.1.2.1.1.4 slapmPolicyStatsActiveConns: 1.3.6.1.3.88.1.2.1.1.5 slapmPolicyStatsTotalConns: 1.3.6.1.3.88.1.2.1.1.6 slapmPolicyStatsFirstActivated: 1.3.6.1.3.88.1.2.1.1.7 slapmPolicyStatsLastMapping: 1.3.6.1.3.88.1.2.1.1.8 slapmPolicyStatsInOctets: 1.3.6.1.3.88.1.2.1.1.9 slapmPolicyStatsOutOctets: 1.3.6.1.3.88.1.2.1.1.10 slapmPolicyStatsConnectionLimit: 1.3.6.1.3.88.1.2.1.1.11 slapmPolicyStatsCountAccepts: 1.3.6.1.3.88.1.2.1.1.12 slapmPolicyStatsCountDenies: 1.3.6.1.3.88.1.2.1.1.13 slapmPolicyStatsInDiscards: 1.3.6.1.3.88.1.2.1.1.14 slapmPolicyStatsOutDiscards: 1.3.6.1.3.88.1.2.1.1.15 slapmPolicyStatsInPackets: 1.3.6.1.3.88.1.2.1.1.16 slapmPolicyStatsOutPackets: 1.3.6.1.3.88.1.2.1.1.17 slapmPolicyStatsInProfileOctets: 1.3.6.1.3.88.1.2.1.1.18 slapmPolicyStatsOutProfileOctets: 1.3.6.1.3.88.1.2.1.1.19 slapmPolicyStatsMinRate: 1.3.6.1.3.88.1.2.1.1.20 slapmPolicyStatsMaxRate: 1.3.6.1.3.88.1.2.1.1.21 slapmPolicyStatsMaxDelay: 1.3.6.1.3.88.1.2.1.1.22 slapmPolicyMonitorTable: 1.3.6.1.3.88.1.2.2 slapmPolicyMonitorEntry: 1.3.6.1.3.88.1.2.2.1 slapmPolicyMonitorOwnerIndex: 1.3.6.1.3.88.1.2.2.1.1 slapmPolicyMonitorSystemAddress: 1.3.6.1.3.88.1.2.2.1.2 slapmPolicyMonitorPolicyName: 1.3.6.1.3.88.1.2.2.1.3 slapmPolicyMonitorTrafficProfileName: 1.3.6.1.3.88.1.2.2.1.4 slapmPolicyMonitorControl: 1.3.6.1.3.88.1.2.2.1.5 slapmPolicyMonitorStatus: 1.3.6.1.3.88.1.2.2.1.6 slapmPolicyMonitorInterval: 1.3.6.1.3.88.1.2.2.1.7 slapmPolicyMonitorIntTime: 1.3.6.1.3.88.1.2.2.1.8 slapmPolicyMonitorCurrentInRate: 1.3.6.1.3.88.1.2.2.1.9 slapmPolicyMonitorCurrentOutRate: 1.3.6.1.3.88.1.2.2.1.10 slapmPolicyMonitorMinRateLow: 1.3.6.1.3.88.1.2.2.1.11 slapmPolicyMonitorMinRateHigh: 1.3.6.1.3.88.1.2.2.1.12 slapmPolicyMonitorMaxRateHigh: 1.3.6.1.3.88.1.2.2.1.13 slapmPolicyMonitorMaxRateLow: 1.3.6.1.3.88.1.2.2.1.14 slapmPolicyMonitorMaxDelayHigh: 1.3.6.1.3.88.1.2.2.1.15 slapmPolicyMonitorMaxDelayLow: 1.3.6.1.3.88.1.2.2.1.16 slapmPolicyMonitorMinInRateNotAchieves: 1.3.6.1.3.88.1.2.2.1.17 slapmPolicyMonitorMaxInRateExceeds: 1.3.6.1.3.88.1.2.2.1.18 slapmPolicyMonitorMaxDelayExceeds: 1.3.6.1.3.88.1.2.2.1.19 slapmPolicyMonitorMinOutRateNotAchieves: 1.3.6.1.3.88.1.2.2.1.20 slapmPolicyMonitorMaxOutRateExceeds: 1.3.6.1.3.88.1.2.2.1.21 slapmPolicyMonitorCurrentDelayRate: 1.3.6.1.3.88.1.2.2.1.22 slapmPolicyMonitorRowStatus: 1.3.6.1.3.88.1.2.2.1.23 slapmSubcomponentTable: 1.3.6.1.3.88.1.2.3 slapmSubcomponentEntry: 1.3.6.1.3.88.1.2.3.1 slapmSubcomponentRemAddress: 1.3.6.1.3.88.1.2.3.1.1 slapmSubcomponentRemPort: 1.3.6.1.3.88.1.2.3.1.2 slapmSubcomponentLocalAddress: 1.3.6.1.3.88.1.2.3.1.3 slapmSubcomponentLocalPort: 1.3.6.1.3.88.1.2.3.1.4 slapmSubcomponentProtocol: 1.3.6.1.3.88.1.2.3.1.5 slapmSubcomponentSystemAddress: 1.3.6.1.3.88.1.2.3.1.6 slapmSubcomponentPolicyName: 1.3.6.1.3.88.1.2.3.1.7 slapmSubcomponentTrafficProfileName: 1.3.6.1.3.88.1.2.3.1.8 slapmSubcomponentLastActivity: 1.3.6.1.3.88.1.2.3.1.9 slapmSubcomponentInOctets: 1.3.6.1.3.88.1.2.3.1.10 slapmSubcomponentOutOctets: 1.3.6.1.3.88.1.2.3.1.11 slapmSubcomponentTcpOutBufferedOctets: 1.3.6.1.3.88.1.2.3.1.12 slapmSubcomponentTcpInBufferedOctets: 1.3.6.1.3.88.1.2.3.1.13 slapmSubcomponentTcpReXmts: 1.3.6.1.3.88.1.2.3.1.14 slapmSubcomponentTcpRoundTripTime: 1.3.6.1.3.88.1.2.3.1.15 slapmSubcomponentTcpRoundTripVariance: 1.3.6.1.3.88.1.2.3.1.16 slapmSubcomponentInPdus: 1.3.6.1.3.88.1.2.3.1.17 slapmSubcomponentOutPdus: 1.3.6.1.3.88.1.2.3.1.18 slapmSubcomponentApplName: 1.3.6.1.3.88.1.2.3.1.19 slapmSubcomponentMonitorStatus: 1.3.6.1.3.88.1.2.3.1.20 slapmSubcomponentMonitorIntTime: 1.3.6.1.3.88.1.2.3.1.21 slapmSubcomponentMonitorCurrentInRate: 1.3.6.1.3.88.1.2.3.1.22 slapmSubcomponentMonitorCurrentOutRate: 1.3.6.1.3.88.1.2.3.1.23 slapmSubcomponentPolicyRuleIndex: 1.3.6.1.3.88.1.2.3.1.24 slapmPolicyNameTable: 1.3.6.1.3.88.1.2.4 slapmPolicyNameEntry: 1.3.6.1.3.88.1.2.4.1 slapmPolicyNameSystemAddress: 1.3.6.1.3.88.1.2.4.1.1 slapmPolicyNameIndex: 1.3.6.1.3.88.1.2.4.1.2 slapmPolicyNameOfRule: 1.3.6.1.3.88.1.2.4.1.3 slapmPolicyRuleStatsTable: 1.3.6.1.3.88.1.2.5 slapmPolicyRuleStatsEntry: 1.3.6.1.3.88.1.2.5.1 slapmPolicyRuleStatsOperStatus: 1.3.6.1.3.88.1.2.5.1.1 slapmPolicyRuleStatsActiveConns: 1.3.6.1.3.88.1.2.5.1.2 slapmPolicyRuleStatsTotalConns: 1.3.6.1.3.88.1.2.5.1.3 slapmPolicyRuleStatsLActivated: 1.3.6.1.3.88.1.2.5.1.4 slapmPolicyRuleStatsLastMapping: 1.3.6.1.3.88.1.2.5.1.5 slapmPolicyRuleStatsInOctets: 1.3.6.1.3.88.1.2.5.1.6 slapmPolicyRuleStatsOutOctets: 1.3.6.1.3.88.1.2.5.1.7 slapmPolicyRuleStatsConnLimit: 1.3.6.1.3.88.1.2.5.1.8 slapmPolicyRuleStatsCountAccepts: 1.3.6.1.3.88.1.2.5.1.9 slapmPolicyRuleStatsCountDenies: 1.3.6.1.3.88.1.2.5.1.10 slapmPolicyRuleStatsInDiscards: 1.3.6.1.3.88.1.2.5.1.11 slapmPolicyRuleStatsOutDiscards: 1.3.6.1.3.88.1.2.5.1.12 slapmPolicyRuleStatsInPackets: 1.3.6.1.3.88.1.2.5.1.13 slapmPolicyRuleStatsOutPackets: 1.3.6.1.3.88.1.2.5.1.14 slapmPolicyRuleStatsInProOctets: 1.3.6.1.3.88.1.2.5.1.15 slapmPolicyRuleStatsOutProOctets: 1.3.6.1.3.88.1.2.5.1.16 slapmPolicyRuleStatsMinRate: 1.3.6.1.3.88.1.2.5.1.17 slapmPolicyRuleStatsMaxRate: 1.3.6.1.3.88.1.2.5.1.18 slapmPolicyRuleStatsMaxDelay: 1.3.6.1.3.88.1.2.5.1.19 slapmPolicyRuleStatsTotalRsvpFlows: 1.3.6.1.3.88.1.2.5.1.20 slapmPolicyRuleStatsActRsvpFlows: 1.3.6.1.3.88.1.2.5.1.21 slapmPRMonTable: 1.3.6.1.3.88.1.2.6 slapmPRMonEntry: 1.3.6.1.3.88.1.2.6.1 slapmPRMonOwnerIndex: 1.3.6.1.3.88.1.2.6.1.1 slapmPRMonSystemAddress: 1.3.6.1.3.88.1.2.6.1.2 slapmPRMonIndex: 1.3.6.1.3.88.1.2.6.1.3 slapmPRMonControl: 1.3.6.1.3.88.1.2.6.1.4 slapmPRMonStatus: 1.3.6.1.3.88.1.2.6.1.5 slapmPRMonInterval: 1.3.6.1.3.88.1.2.6.1.6 slapmPRMonIntTime: 1.3.6.1.3.88.1.2.6.1.7 slapmPRMonCurrentInRate: 1.3.6.1.3.88.1.2.6.1.8 slapmPRMonCurrentOutRate: 1.3.6.1.3.88.1.2.6.1.9 slapmPRMonMinRateLow: 1.3.6.1.3.88.1.2.6.1.10 slapmPRMonMinRateHigh: 1.3.6.1.3.88.1.2.6.1.11 slapmPRMonMaxRateHigh: 1.3.6.1.3.88.1.2.6.1.12 slapmPRMonMaxRateLow: 1.3.6.1.3.88.1.2.6.1.13 slapmPRMonMaxDelayHigh: 1.3.6.1.3.88.1.2.6.1.14 slapmPRMonMaxDelayLow: 1.3.6.1.3.88.1.2.6.1.15 slapmPRMonMinInRateNotAchieves: 1.3.6.1.3.88.1.2.6.1.16 slapmPRMonMaxInRateExceeds: 1.3.6.1.3.88.1.2.6.1.17 slapmPRMonMaxDelayExceeds: 1.3.6.1.3.88.1.2.6.1.18 slapmPRMonMinOutRateNotAchieves: 1.3.6.1.3.88.1.2.6.1.19 slapmPRMonMaxOutRateExceeds: 1.3.6.1.3.88.1.2.6.1.20 slapmPRMonCurrentDelayRate: 1.3.6.1.3.88.1.2.6.1.21 slapmPRMonRowStatus: 1.3.6.1.3.88.1.2.6.1.22 slapmConformance: 1.3.6.1.3.88.2 slapmCompliances: 1.3.6.1.3.88.2.1 slapmGroups: 1.3.6.1.3.88.2.2 slapmMonitoredEventNotAchieved: 1.3.6.1.3.88.0.1 slapmMonitoredEventOkay: 1.3.6.1.3.88.0.2 slapmPolicyProfileDeleted: 1.3.6.1.3.88.0.3 slapmPolicyMonitorDeleted: 1.3.6.1.3.88.0.4 slapmSubcomponentMonitoredEventNotAchieved: 1.3.6.1.3.88.0.5 slapmSubcomponentMonitoredEventOkay: 1.3.6.1.3.88.0.6 slapmPolicyRuleMonNotOkay: 1.3.6.1.3.88.0.7 slapmPolicyRuleMonOkay: 1.3.6.1.3.88.0.8 slapmPolicyRuleDeleted: 1.3.6.1.3.88.0.9 slapmPolicyRuleMonDeleted: 1.3.6.1.3.88.0.10 slapmSubcMonitorNotOkay: 1.3.6.1.3.88.0.11 slapmSubcMonitorOkay: 1.3.6.1.3.88.0.12 snmp-1.2.0/data/ruby/snmp/mibs/DISMAN-EVENT-MIB.yaml0000644000004100000410000001241012365504747021456 0ustar www-datawww-data--- sysUpTimeInstance: 1.3.6.1.2.1.1.3.0 dismanEventMIB: 1.3.6.1.2.1.88 dismanEventMIBObjects: 1.3.6.1.2.1.88.1 mteResource: 1.3.6.1.2.1.88.1.1 mteResourceSampleMinimum: 1.3.6.1.2.1.88.1.1.1 mteResourceSampleInstanceMaximum: 1.3.6.1.2.1.88.1.1.2 mteResourceSampleInstances: 1.3.6.1.2.1.88.1.1.3 mteResourceSampleInstancesHigh: 1.3.6.1.2.1.88.1.1.4 mteResourceSampleInstanceLacks: 1.3.6.1.2.1.88.1.1.5 mteTrigger: 1.3.6.1.2.1.88.1.2 mteTriggerFailures: 1.3.6.1.2.1.88.1.2.1 mteTriggerTable: 1.3.6.1.2.1.88.1.2.2 mteTriggerEntry: 1.3.6.1.2.1.88.1.2.2.1 mteOwner: 1.3.6.1.2.1.88.1.2.2.1.1 mteTriggerName: 1.3.6.1.2.1.88.1.2.2.1.2 mteTriggerComment: 1.3.6.1.2.1.88.1.2.2.1.3 mteTriggerTest: 1.3.6.1.2.1.88.1.2.2.1.4 mteTriggerSampleType: 1.3.6.1.2.1.88.1.2.2.1.5 mteTriggerValueID: 1.3.6.1.2.1.88.1.2.2.1.6 mteTriggerValueIDWildcard: 1.3.6.1.2.1.88.1.2.2.1.7 mteTriggerTargetTag: 1.3.6.1.2.1.88.1.2.2.1.8 mteTriggerContextName: 1.3.6.1.2.1.88.1.2.2.1.9 mteTriggerContextNameWildcard: 1.3.6.1.2.1.88.1.2.2.1.10 mteTriggerFrequency: 1.3.6.1.2.1.88.1.2.2.1.11 mteTriggerObjectsOwner: 1.3.6.1.2.1.88.1.2.2.1.12 mteTriggerObjects: 1.3.6.1.2.1.88.1.2.2.1.13 mteTriggerEnabled: 1.3.6.1.2.1.88.1.2.2.1.14 mteTriggerEntryStatus: 1.3.6.1.2.1.88.1.2.2.1.15 mteTriggerDeltaTable: 1.3.6.1.2.1.88.1.2.3 mteTriggerDeltaEntry: 1.3.6.1.2.1.88.1.2.3.1 mteTriggerDeltaDiscontinuityID: 1.3.6.1.2.1.88.1.2.3.1.1 mteTriggerDeltaDiscontinuityIDWildcard: 1.3.6.1.2.1.88.1.2.3.1.2 mteTriggerDeltaDiscontinuityIDType: 1.3.6.1.2.1.88.1.2.3.1.3 mteTriggerExistenceTable: 1.3.6.1.2.1.88.1.2.4 mteTriggerExistenceEntry: 1.3.6.1.2.1.88.1.2.4.1 mteTriggerExistenceTest: 1.3.6.1.2.1.88.1.2.4.1.1 mteTriggerExistenceStartup: 1.3.6.1.2.1.88.1.2.4.1.2 mteTriggerExistenceObjectsOwner: 1.3.6.1.2.1.88.1.2.4.1.3 mteTriggerExistenceObjects: 1.3.6.1.2.1.88.1.2.4.1.4 mteTriggerExistenceEventOwner: 1.3.6.1.2.1.88.1.2.4.1.5 mteTriggerExistenceEvent: 1.3.6.1.2.1.88.1.2.4.1.6 mteTriggerBooleanTable: 1.3.6.1.2.1.88.1.2.5 mteTriggerBooleanEntry: 1.3.6.1.2.1.88.1.2.5.1 mteTriggerBooleanComparison: 1.3.6.1.2.1.88.1.2.5.1.1 mteTriggerBooleanValue: 1.3.6.1.2.1.88.1.2.5.1.2 mteTriggerBooleanStartup: 1.3.6.1.2.1.88.1.2.5.1.3 mteTriggerBooleanObjectsOwner: 1.3.6.1.2.1.88.1.2.5.1.4 mteTriggerBooleanObjects: 1.3.6.1.2.1.88.1.2.5.1.5 mteTriggerBooleanEventOwner: 1.3.6.1.2.1.88.1.2.5.1.6 mteTriggerBooleanEvent: 1.3.6.1.2.1.88.1.2.5.1.7 mteTriggerThresholdTable: 1.3.6.1.2.1.88.1.2.6 mteTriggerThresholdEntry: 1.3.6.1.2.1.88.1.2.6.1 mteTriggerThresholdStartup: 1.3.6.1.2.1.88.1.2.6.1.1 mteTriggerThresholdRising: 1.3.6.1.2.1.88.1.2.6.1.2 mteTriggerThresholdFalling: 1.3.6.1.2.1.88.1.2.6.1.3 mteTriggerThresholdDeltaRising: 1.3.6.1.2.1.88.1.2.6.1.4 mteTriggerThresholdDeltaFalling: 1.3.6.1.2.1.88.1.2.6.1.5 mteTriggerThresholdObjectsOwner: 1.3.6.1.2.1.88.1.2.6.1.6 mteTriggerThresholdObjects: 1.3.6.1.2.1.88.1.2.6.1.7 mteTriggerThresholdRisingEventOwner: 1.3.6.1.2.1.88.1.2.6.1.8 mteTriggerThresholdRisingEvent: 1.3.6.1.2.1.88.1.2.6.1.9 mteTriggerThresholdFallingEventOwner: 1.3.6.1.2.1.88.1.2.6.1.10 mteTriggerThresholdFallingEvent: 1.3.6.1.2.1.88.1.2.6.1.11 mteTriggerThresholdDeltaRisingEventOwner: 1.3.6.1.2.1.88.1.2.6.1.12 mteTriggerThresholdDeltaRisingEvent: 1.3.6.1.2.1.88.1.2.6.1.13 mteTriggerThresholdDeltaFallingEventOwner: 1.3.6.1.2.1.88.1.2.6.1.14 mteTriggerThresholdDeltaFallingEvent: 1.3.6.1.2.1.88.1.2.6.1.15 mteObjects: 1.3.6.1.2.1.88.1.3 mteObjectsTable: 1.3.6.1.2.1.88.1.3.1 mteObjectsEntry: 1.3.6.1.2.1.88.1.3.1.1 mteObjectsName: 1.3.6.1.2.1.88.1.3.1.1.1 mteObjectsIndex: 1.3.6.1.2.1.88.1.3.1.1.2 mteObjectsID: 1.3.6.1.2.1.88.1.3.1.1.3 mteObjectsIDWildcard: 1.3.6.1.2.1.88.1.3.1.1.4 mteObjectsEntryStatus: 1.3.6.1.2.1.88.1.3.1.1.5 mteEvent: 1.3.6.1.2.1.88.1.4 mteEventFailures: 1.3.6.1.2.1.88.1.4.1 mteEventTable: 1.3.6.1.2.1.88.1.4.2 mteEventEntry: 1.3.6.1.2.1.88.1.4.2.1 mteEventName: 1.3.6.1.2.1.88.1.4.2.1.1 mteEventComment: 1.3.6.1.2.1.88.1.4.2.1.2 mteEventActions: 1.3.6.1.2.1.88.1.4.2.1.3 mteEventEnabled: 1.3.6.1.2.1.88.1.4.2.1.4 mteEventEntryStatus: 1.3.6.1.2.1.88.1.4.2.1.5 mteEventNotificationTable: 1.3.6.1.2.1.88.1.4.3 mteEventNotificationEntry: 1.3.6.1.2.1.88.1.4.3.1 mteEventNotification: 1.3.6.1.2.1.88.1.4.3.1.1 mteEventNotificationObjectsOwner: 1.3.6.1.2.1.88.1.4.3.1.2 mteEventNotificationObjects: 1.3.6.1.2.1.88.1.4.3.1.3 mteEventSetTable: 1.3.6.1.2.1.88.1.4.4 mteEventSetEntry: 1.3.6.1.2.1.88.1.4.4.1 mteEventSetObject: 1.3.6.1.2.1.88.1.4.4.1.1 mteEventSetObjectWildcard: 1.3.6.1.2.1.88.1.4.4.1.2 mteEventSetValue: 1.3.6.1.2.1.88.1.4.4.1.3 mteEventSetTargetTag: 1.3.6.1.2.1.88.1.4.4.1.4 mteEventSetContextName: 1.3.6.1.2.1.88.1.4.4.1.5 mteEventSetContextNameWildcard: 1.3.6.1.2.1.88.1.4.4.1.6 dismanEventMIBNotificationPrefix: 1.3.6.1.2.1.88.2 dismanEventMIBNotifications: 1.3.6.1.2.1.88.2.0 dismanEventMIBNotificationObjects: 1.3.6.1.2.1.88.2.1 mteHotTrigger: 1.3.6.1.2.1.88.2.1.1 mteHotTargetName: 1.3.6.1.2.1.88.2.1.2 mteHotContextName: 1.3.6.1.2.1.88.2.1.3 mteHotOID: 1.3.6.1.2.1.88.2.1.4 mteHotValue: 1.3.6.1.2.1.88.2.1.5 mteFailedReason: 1.3.6.1.2.1.88.2.1.6 dismanEventMIBConformance: 1.3.6.1.2.1.88.3 dismanEventMIBCompliances: 1.3.6.1.2.1.88.3.1 dismanEventMIBGroups: 1.3.6.1.2.1.88.3.2 mteTriggerFired: 1.3.6.1.2.1.88.2.0.1 mteTriggerRising: 1.3.6.1.2.1.88.2.0.2 mteTriggerFalling: 1.3.6.1.2.1.88.2.0.3 mteTriggerFailure: 1.3.6.1.2.1.88.2.0.4 mteEventSetFailure: 1.3.6.1.2.1.88.2.0.5 snmp-1.2.0/data/ruby/snmp/mibs/ETHER-WIS.yaml0000644000004100000410000000255012365504747020532 0ustar www-datawww-data--- etherWisMIB: 1.3.6.1.2.1.10.134 etherWisObjects: 1.3.6.1.2.1.10.134.1 etherWisDevice: 1.3.6.1.2.1.10.134.1.1 etherWisDeviceTable: 1.3.6.1.2.1.10.134.1.1.1 etherWisDeviceEntry: 1.3.6.1.2.1.10.134.1.1.1.1 etherWisDeviceTxTestPatternMode: 1.3.6.1.2.1.10.134.1.1.1.1.1 etherWisDeviceRxTestPatternMode: 1.3.6.1.2.1.10.134.1.1.1.1.2 etherWisDeviceRxTestPatternErrors: 1.3.6.1.2.1.10.134.1.1.1.1.3 etherWisSection: 1.3.6.1.2.1.10.134.1.2 etherWisSectionCurrentTable: 1.3.6.1.2.1.10.134.1.2.1 etherWisSectionCurrentEntry: 1.3.6.1.2.1.10.134.1.2.1.1 etherWisSectionCurrentJ0Transmitted: 1.3.6.1.2.1.10.134.1.2.1.1.1 etherWisSectionCurrentJ0Received: 1.3.6.1.2.1.10.134.1.2.1.1.2 etherWisObjectsPath: 1.3.6.1.2.1.10.134.2 etherWisPath: 1.3.6.1.2.1.10.134.2.1 etherWisPathCurrentTable: 1.3.6.1.2.1.10.134.2.1.1 etherWisPathCurrentEntry: 1.3.6.1.2.1.10.134.2.1.1.1 etherWisPathCurrentStatus: 1.3.6.1.2.1.10.134.2.1.1.1.1 etherWisPathCurrentJ1Transmitted: 1.3.6.1.2.1.10.134.2.1.1.1.2 etherWisPathCurrentJ1Received: 1.3.6.1.2.1.10.134.2.1.1.1.3 etherWisFarEndPath: 1.3.6.1.2.1.10.134.2.2 etherWisFarEndPathCurrentTable: 1.3.6.1.2.1.10.134.2.2.1 etherWisFarEndPathCurrentEntry: 1.3.6.1.2.1.10.134.2.2.1.1 etherWisFarEndPathCurrentStatus: 1.3.6.1.2.1.10.134.2.2.1.1.1 etherWisConformance: 1.3.6.1.2.1.10.134.3 etherWisGroups: 1.3.6.1.2.1.10.134.3.1 etherWisCompliances: 1.3.6.1.2.1.10.134.3.2 snmp-1.2.0/data/ruby/snmp/mibs/EBN-MIB.yaml0000644000004100000410000000355612365504747020243 0ustar www-datawww-data--- ebnMIB: 1.3.6.1.2.1.34.7 ebnObjects: 1.3.6.1.2.1.34.7.1 ebnDir: 1.3.6.1.2.1.34.7.1.1 ebnDirTable: 1.3.6.1.2.1.34.7.1.1.1 ebnDirEntry: 1.3.6.1.2.1.34.7.1.1.1.1 ebnDirLuName: 1.3.6.1.2.1.34.7.1.1.1.1.1 ebnDirSubnetAffiliation: 1.3.6.1.2.1.34.7.1.1.1.1.2 ebnIsRscv: 1.3.6.1.2.1.34.7.1.2 ebnIsRscvTable: 1.3.6.1.2.1.34.7.1.2.1 ebnIsRscvEntry: 1.3.6.1.2.1.34.7.1.2.1.1 ebnIsRscvCpName: 1.3.6.1.2.1.34.7.1.2.1.1.1 ebnIsRscvPcid: 1.3.6.1.2.1.34.7.1.2.1.1.2 ebnIsRscvDestinationRoute: 1.3.6.1.2.1.34.7.1.2.1.1.3 ebnIsRscvDestinationCos: 1.3.6.1.2.1.34.7.1.2.1.1.4 ebnDirConfig: 1.3.6.1.2.1.34.7.1.3 ebnSearchCacheTime: 1.3.6.1.2.1.34.7.1.3.1 ebnMaxSearchCache: 1.3.6.1.2.1.34.7.1.3.2 ebnDefaultSubnetVisitCount: 1.3.6.1.2.1.34.7.1.3.3 ebnCOS: 1.3.6.1.2.1.34.7.1.4 ebnCosMapTable: 1.3.6.1.2.1.34.7.1.4.1 ebnCosMapEntry: 1.3.6.1.2.1.34.7.1.4.1.1 ebnCosMapCpName: 1.3.6.1.2.1.34.7.1.4.1.1.1 ebnCosMapNonNativeCos: 1.3.6.1.2.1.34.7.1.4.1.1.2 ebnCosMapNativeCos: 1.3.6.1.2.1.34.7.1.4.1.1.3 ebnSubnetRoutingList: 1.3.6.1.2.1.34.7.1.5 ebnSubnetSearchTable: 1.3.6.1.2.1.34.7.1.5.1 ebnSubnetSearchEntry: 1.3.6.1.2.1.34.7.1.5.1.1 ebnSubnetSearchLuName: 1.3.6.1.2.1.34.7.1.5.1.1.1 ebnSubnetSearchDynamics: 1.3.6.1.2.1.34.7.1.5.1.1.2 ebnSubnetSearchOrdering: 1.3.6.1.2.1.34.7.1.5.1.1.3 ebnSearchTable: 1.3.6.1.2.1.34.7.1.5.2 ebnSearchEntry: 1.3.6.1.2.1.34.7.1.5.2.1 ebnSearchLuName: 1.3.6.1.2.1.34.7.1.5.2.1.1 ebnSearchIndex: 1.3.6.1.2.1.34.7.1.5.2.1.2 ebnSearchCpName: 1.3.6.1.2.1.34.7.1.5.2.1.3 ebnSearchSNVC: 1.3.6.1.2.1.34.7.1.5.2.1.4 hbn: 1.3.6.1.2.1.34.7.1.6 hbnIsInTable: 1.3.6.1.2.1.34.7.1.6.1 hbnIsInEntry: 1.3.6.1.2.1.34.7.1.6.1.1 hbnIsInFqCpName: 1.3.6.1.2.1.34.7.1.6.1.1.1 hbnIsInPcid: 1.3.6.1.2.1.34.7.1.6.1.1.2 hbnIsInRtpNceId: 1.3.6.1.2.1.34.7.1.6.1.1.3 hbnIsInRtpTcid: 1.3.6.1.2.1.34.7.1.6.1.1.4 ebnConformance: 1.3.6.1.2.1.34.7.2 ebnCompliances: 1.3.6.1.2.1.34.7.2.1 ebnGroups: 1.3.6.1.2.1.34.7.2.2 snmp-1.2.0/data/ruby/snmp/mibs/RADIUS-ACC-SERVER-MIB.yaml0000644000004100000410000000512412365504747022207 0ustar www-datawww-data--- radiusMIB: 1.3.6.1.2.1.67 radiusAccounting: 1.3.6.1.2.1.67.2 radiusAccServMIB: 1.3.6.1.2.1.67.2.1 radiusAccServMIBObjects: 1.3.6.1.2.1.67.2.1.1 radiusAccServ: 1.3.6.1.2.1.67.2.1.1.1 radiusAccServIdent: 1.3.6.1.2.1.67.2.1.1.1.1 radiusAccServUpTime: 1.3.6.1.2.1.67.2.1.1.1.2 radiusAccServResetTime: 1.3.6.1.2.1.67.2.1.1.1.3 radiusAccServConfigReset: 1.3.6.1.2.1.67.2.1.1.1.4 radiusAccServTotalRequests: 1.3.6.1.2.1.67.2.1.1.1.5 radiusAccServTotalInvalidRequests: 1.3.6.1.2.1.67.2.1.1.1.6 radiusAccServTotalDupRequests: 1.3.6.1.2.1.67.2.1.1.1.7 radiusAccServTotalResponses: 1.3.6.1.2.1.67.2.1.1.1.8 radiusAccServTotalMalformedRequests: 1.3.6.1.2.1.67.2.1.1.1.9 radiusAccServTotalBadAuthenticators: 1.3.6.1.2.1.67.2.1.1.1.10 radiusAccServTotalPacketsDropped: 1.3.6.1.2.1.67.2.1.1.1.11 radiusAccServTotalNoRecords: 1.3.6.1.2.1.67.2.1.1.1.12 radiusAccServTotalUnknownTypes: 1.3.6.1.2.1.67.2.1.1.1.13 radiusAccClientTable: 1.3.6.1.2.1.67.2.1.1.1.14 radiusAccClientEntry: 1.3.6.1.2.1.67.2.1.1.1.14.1 radiusAccClientIndex: 1.3.6.1.2.1.67.2.1.1.1.14.1.1 radiusAccClientAddress: 1.3.6.1.2.1.67.2.1.1.1.14.1.2 radiusAccClientID: 1.3.6.1.2.1.67.2.1.1.1.14.1.3 radiusAccServPacketsDropped: 1.3.6.1.2.1.67.2.1.1.1.14.1.4 radiusAccServRequests: 1.3.6.1.2.1.67.2.1.1.1.14.1.5 radiusAccServDupRequests: 1.3.6.1.2.1.67.2.1.1.1.14.1.6 radiusAccServResponses: 1.3.6.1.2.1.67.2.1.1.1.14.1.7 radiusAccServBadAuthenticators: 1.3.6.1.2.1.67.2.1.1.1.14.1.8 radiusAccServMalformedRequests: 1.3.6.1.2.1.67.2.1.1.1.14.1.9 radiusAccServNoRecords: 1.3.6.1.2.1.67.2.1.1.1.14.1.10 radiusAccServUnknownTypes: 1.3.6.1.2.1.67.2.1.1.1.14.1.11 radiusAccClientExtTable: 1.3.6.1.2.1.67.2.1.1.1.15 radiusAccClientExtEntry: 1.3.6.1.2.1.67.2.1.1.1.15.1 radiusAccClientExtIndex: 1.3.6.1.2.1.67.2.1.1.1.15.1.1 radiusAccClientInetAddressType: 1.3.6.1.2.1.67.2.1.1.1.15.1.2 radiusAccClientInetAddress: 1.3.6.1.2.1.67.2.1.1.1.15.1.3 radiusAccClientExtID: 1.3.6.1.2.1.67.2.1.1.1.15.1.4 radiusAccServExtPacketsDropped: 1.3.6.1.2.1.67.2.1.1.1.15.1.5 radiusAccServExtRequests: 1.3.6.1.2.1.67.2.1.1.1.15.1.6 radiusAccServExtDupRequests: 1.3.6.1.2.1.67.2.1.1.1.15.1.7 radiusAccServExtResponses: 1.3.6.1.2.1.67.2.1.1.1.15.1.8 radiusAccServExtBadAuthenticators: 1.3.6.1.2.1.67.2.1.1.1.15.1.9 radiusAccServExtMalformedRequests: 1.3.6.1.2.1.67.2.1.1.1.15.1.10 radiusAccServExtNoRecords: 1.3.6.1.2.1.67.2.1.1.1.15.1.11 radiusAccServExtUnknownTypes: 1.3.6.1.2.1.67.2.1.1.1.15.1.12 radiusAccServerCounterDiscontinuity: 1.3.6.1.2.1.67.2.1.1.1.15.1.13 radiusAccServMIBConformance: 1.3.6.1.2.1.67.2.1.2 radiusAccServMIBCompliances: 1.3.6.1.2.1.67.2.1.2.1 radiusAccServMIBGroups: 1.3.6.1.2.1.67.2.1.2.2 snmp-1.2.0/data/ruby/snmp/mibs/DISMAN-PING-MIB.yaml0000644000004100000410000000467312365504747021346 0ustar www-datawww-data--- pingMIB: 1.3.6.1.2.1.80 pingNotifications: 1.3.6.1.2.1.80.0 pingObjects: 1.3.6.1.2.1.80.1 pingMaxConcurrentRequests: 1.3.6.1.2.1.80.1.1 pingCtlTable: 1.3.6.1.2.1.80.1.2 pingCtlEntry: 1.3.6.1.2.1.80.1.2.1 pingCtlOwnerIndex: 1.3.6.1.2.1.80.1.2.1.1 pingCtlTestName: 1.3.6.1.2.1.80.1.2.1.2 pingCtlTargetAddressType: 1.3.6.1.2.1.80.1.2.1.3 pingCtlTargetAddress: 1.3.6.1.2.1.80.1.2.1.4 pingCtlDataSize: 1.3.6.1.2.1.80.1.2.1.5 pingCtlTimeOut: 1.3.6.1.2.1.80.1.2.1.6 pingCtlProbeCount: 1.3.6.1.2.1.80.1.2.1.7 pingCtlAdminStatus: 1.3.6.1.2.1.80.1.2.1.8 pingCtlDataFill: 1.3.6.1.2.1.80.1.2.1.9 pingCtlFrequency: 1.3.6.1.2.1.80.1.2.1.10 pingCtlMaxRows: 1.3.6.1.2.1.80.1.2.1.11 pingCtlStorageType: 1.3.6.1.2.1.80.1.2.1.12 pingCtlTrapGeneration: 1.3.6.1.2.1.80.1.2.1.13 pingCtlTrapProbeFailureFilter: 1.3.6.1.2.1.80.1.2.1.14 pingCtlTrapTestFailureFilter: 1.3.6.1.2.1.80.1.2.1.15 pingCtlType: 1.3.6.1.2.1.80.1.2.1.16 pingCtlDescr: 1.3.6.1.2.1.80.1.2.1.17 pingCtlSourceAddressType: 1.3.6.1.2.1.80.1.2.1.18 pingCtlSourceAddress: 1.3.6.1.2.1.80.1.2.1.19 pingCtlIfIndex: 1.3.6.1.2.1.80.1.2.1.20 pingCtlByPassRouteTable: 1.3.6.1.2.1.80.1.2.1.21 pingCtlDSField: 1.3.6.1.2.1.80.1.2.1.22 pingCtlRowStatus: 1.3.6.1.2.1.80.1.2.1.23 pingResultsTable: 1.3.6.1.2.1.80.1.3 pingResultsEntry: 1.3.6.1.2.1.80.1.3.1 pingResultsOperStatus: 1.3.6.1.2.1.80.1.3.1.1 pingResultsIpTargetAddressType: 1.3.6.1.2.1.80.1.3.1.2 pingResultsIpTargetAddress: 1.3.6.1.2.1.80.1.3.1.3 pingResultsMinRtt: 1.3.6.1.2.1.80.1.3.1.4 pingResultsMaxRtt: 1.3.6.1.2.1.80.1.3.1.5 pingResultsAverageRtt: 1.3.6.1.2.1.80.1.3.1.6 pingResultsProbeResponses: 1.3.6.1.2.1.80.1.3.1.7 pingResultsSentProbes: 1.3.6.1.2.1.80.1.3.1.8 pingResultsRttSumOfSquares: 1.3.6.1.2.1.80.1.3.1.9 pingResultsLastGoodProbe: 1.3.6.1.2.1.80.1.3.1.10 pingProbeHistoryTable: 1.3.6.1.2.1.80.1.4 pingProbeHistoryEntry: 1.3.6.1.2.1.80.1.4.1 pingProbeHistoryIndex: 1.3.6.1.2.1.80.1.4.1.1 pingProbeHistoryResponse: 1.3.6.1.2.1.80.1.4.1.2 pingProbeHistoryStatus: 1.3.6.1.2.1.80.1.4.1.3 pingProbeHistoryLastRC: 1.3.6.1.2.1.80.1.4.1.4 pingProbeHistoryTime: 1.3.6.1.2.1.80.1.4.1.5 pingConformance: 1.3.6.1.2.1.80.2 pingCompliances: 1.3.6.1.2.1.80.2.1 pingGroups: 1.3.6.1.2.1.80.2.2 pingImplementationTypeDomains: 1.3.6.1.2.1.80.3 pingIcmpEcho: 1.3.6.1.2.1.80.3.1 pingUdpEcho: 1.3.6.1.2.1.80.3.2 pingSnmpQuery: 1.3.6.1.2.1.80.3.3 pingTcpConnectionAttempt: 1.3.6.1.2.1.80.3.4 pingProbeFailed: 1.3.6.1.2.1.80.0.1 pingTestFailed: 1.3.6.1.2.1.80.0.2 pingTestCompleted: 1.3.6.1.2.1.80.0.3 snmp-1.2.0/data/ruby/snmp/mibs/ISNS-MIB.yaml0000644000004100000410000002125412365504747020406 0ustar www-datawww-data--- isnsMIB: 1.3.6.1.2.1.163 isnsNotifications: 1.3.6.1.2.1.163.0 isnsObjects: 1.3.6.1.2.1.163.1 isnsServerInfo: 1.3.6.1.2.1.163.1.1 isnsServerTable: 1.3.6.1.2.1.163.1.1.1 isnsServerEntry: 1.3.6.1.2.1.163.1.1.1.1 isnsServerIndex: 1.3.6.1.2.1.163.1.1.1.1.1 isnsServerName: 1.3.6.1.2.1.163.1.1.1.1.2 isnsServerIsnsVersion: 1.3.6.1.2.1.163.1.1.1.1.3 isnsServerVendorInfo: 1.3.6.1.2.1.163.1.1.1.1.4 isnsServerPhysicalIndex: 1.3.6.1.2.1.163.1.1.1.1.5 isnsServerTcpPort: 1.3.6.1.2.1.163.1.1.1.1.6 isnsServerUdpPort: 1.3.6.1.2.1.163.1.1.1.1.7 isnsServerDiscontinuityTime: 1.3.6.1.2.1.163.1.1.1.1.8 isnsServerRole: 1.3.6.1.2.1.163.1.1.1.1.9 isnsServerDiscoveryMethodsEnabled: 1.3.6.1.2.1.163.1.1.1.1.10 isnsServerDiscoveryMcGroupType: 1.3.6.1.2.1.163.1.1.1.1.11 isnsServerDiscoveryMcGroupAddress: 1.3.6.1.2.1.163.1.1.1.1.12 isnsServerEsiNonResponseThreshold: 1.3.6.1.2.1.163.1.1.1.1.13 isnsServerEnableControlNodeMgtScn: 1.3.6.1.2.1.163.1.1.1.1.14 isnsServerDefaultDdDdsStatus: 1.3.6.1.2.1.163.1.1.1.1.15 isnsServerUpdateDdDdsSupported: 1.3.6.1.2.1.163.1.1.1.1.16 isnsServerUpdateDdDdsEnabled: 1.3.6.1.2.1.163.1.1.1.1.17 isnsNumObjectsTable: 1.3.6.1.2.1.163.1.1.2 isnsNumObjectsEntry: 1.3.6.1.2.1.163.1.1.2.1 isnsNumDds: 1.3.6.1.2.1.163.1.1.2.1.1 isnsNumDd: 1.3.6.1.2.1.163.1.1.2.1.2 isnsNumEntities: 1.3.6.1.2.1.163.1.1.2.1.3 isnsNumPortals: 1.3.6.1.2.1.163.1.1.2.1.4 isnsNumPortalGroups: 1.3.6.1.2.1.163.1.1.2.1.5 isnsNumIscsiNodes: 1.3.6.1.2.1.163.1.1.2.1.6 isnsNumFcPorts: 1.3.6.1.2.1.163.1.1.2.1.7 isnsNumFcNodes: 1.3.6.1.2.1.163.1.1.2.1.8 isnsControlNodeInfo: 1.3.6.1.2.1.163.1.1.3 isnsControlNodeIscsiTable: 1.3.6.1.2.1.163.1.1.3.1 isnsControlNodeIscsiEntry: 1.3.6.1.2.1.163.1.1.3.1.1 isnsControlNodeIscsiNodeIndex: 1.3.6.1.2.1.163.1.1.3.1.1.1 isnsControlNodeIscsiNodeName: 1.3.6.1.2.1.163.1.1.3.1.1.2 isnsControlNodeIscsiIsRegistered: 1.3.6.1.2.1.163.1.1.3.1.1.3 isnsControlNodeIscsiRcvMgtSCN: 1.3.6.1.2.1.163.1.1.3.1.1.4 isnsControlNodeFcPortTable: 1.3.6.1.2.1.163.1.1.3.2 isnsControlNodeFcPortEntry: 1.3.6.1.2.1.163.1.1.3.2.1 isnsControlNodeFcPortWwpn: 1.3.6.1.2.1.163.1.1.3.2.1.1 isnsControlNodeFcPortIsRegistered: 1.3.6.1.2.1.163.1.1.3.2.1.2 isnsControlNodeFcPortRcvMgtSCN: 1.3.6.1.2.1.163.1.1.3.2.1.3 isnsDdsInfo: 1.3.6.1.2.1.163.1.1.4 isnsDdsTable: 1.3.6.1.2.1.163.1.1.4.1 isnsDdsEntry: 1.3.6.1.2.1.163.1.1.4.1.1 isnsDdsId: 1.3.6.1.2.1.163.1.1.4.1.1.1 isnsDdsSymbolicName: 1.3.6.1.2.1.163.1.1.4.1.1.2 isnsDdsStatus: 1.3.6.1.2.1.163.1.1.4.1.1.3 isnsDdsMemberTable: 1.3.6.1.2.1.163.1.1.4.2 isnsDdsMemberEntry: 1.3.6.1.2.1.163.1.1.4.2.1 isnsDdsMemberDdId: 1.3.6.1.2.1.163.1.1.4.2.1.1 isnsDdsMemberSymbolicName: 1.3.6.1.2.1.163.1.1.4.2.1.2 isnsDdInfo: 1.3.6.1.2.1.163.1.1.5 isnsDdTable: 1.3.6.1.2.1.163.1.1.5.1 isnsDdEntry: 1.3.6.1.2.1.163.1.1.5.1.1 isnsDdId: 1.3.6.1.2.1.163.1.1.5.1.1.1 isnsDdSymbolicName: 1.3.6.1.2.1.163.1.1.5.1.1.2 isnsDdFeatures: 1.3.6.1.2.1.163.1.1.5.1.1.3 isnsDdIscsiMemberTable: 1.3.6.1.2.1.163.1.1.5.2 isnsDdIscsiMemberEntry: 1.3.6.1.2.1.163.1.1.5.2.1 isnsDdIscsiMemberIndex: 1.3.6.1.2.1.163.1.1.5.2.1.1 isnsDdIscsiMemberName: 1.3.6.1.2.1.163.1.1.5.2.1.2 isnsDdIscsiMemberIsRegistered: 1.3.6.1.2.1.163.1.1.5.2.1.3 isnsDdPortalMemberTable: 1.3.6.1.2.1.163.1.1.5.3 isnsDdPortalMemberEntry: 1.3.6.1.2.1.163.1.1.5.3.1 isnsDdPortalMemberIndex: 1.3.6.1.2.1.163.1.1.5.3.1.1 isnsDdPortalMemberAddressType: 1.3.6.1.2.1.163.1.1.5.3.1.2 isnsDdPortalMemberAddress: 1.3.6.1.2.1.163.1.1.5.3.1.3 isnsDdPortalMemberPortType: 1.3.6.1.2.1.163.1.1.5.3.1.4 isnsDdPortalMemberPort: 1.3.6.1.2.1.163.1.1.5.3.1.5 isnsDdPortalMemberIsRegistered: 1.3.6.1.2.1.163.1.1.5.3.1.6 isnsDdFcPortMemberTable: 1.3.6.1.2.1.163.1.1.5.4 isnsDdFcPortMemberEntry: 1.3.6.1.2.1.163.1.1.5.4.1 isnsDdFcPortMemberPortName: 1.3.6.1.2.1.163.1.1.5.4.1.1 isnsDdFcPortMemberIsRegistered: 1.3.6.1.2.1.163.1.1.5.4.1.2 isnsReg: 1.3.6.1.2.1.163.1.1.6 isnsRegEntityInfo: 1.3.6.1.2.1.163.1.1.6.1 isnsRegEntityTable: 1.3.6.1.2.1.163.1.1.6.1.1 isnsRegEntityEntry: 1.3.6.1.2.1.163.1.1.6.1.1.1 isnsRegEntityIndex: 1.3.6.1.2.1.163.1.1.6.1.1.1.1 isnsRegEntityEID: 1.3.6.1.2.1.163.1.1.6.1.1.1.2 isnsRegEntityProtocol: 1.3.6.1.2.1.163.1.1.6.1.1.1.3 isnsRegEntityManagementAddressType: 1.3.6.1.2.1.163.1.1.6.1.1.1.4 isnsRegEntityManagementAddress: 1.3.6.1.2.1.163.1.1.6.1.1.1.5 isnsRegEntityTimestamp: 1.3.6.1.2.1.163.1.1.6.1.1.1.6 isnsRegEntityVersionMin: 1.3.6.1.2.1.163.1.1.6.1.1.1.7 isnsRegEntityVersionMax: 1.3.6.1.2.1.163.1.1.6.1.1.1.8 isnsRegEntityRegistrationPeriod: 1.3.6.1.2.1.163.1.1.6.1.1.1.9 isnsRegEntityNumObjectsTable: 1.3.6.1.2.1.163.1.1.6.1.2 isnsRegEntityNumObjectsEntry: 1.3.6.1.2.1.163.1.1.6.1.2.1 isnsRegEntityInfoNumPortals: 1.3.6.1.2.1.163.1.1.6.1.2.1.1 isnsRegEntityInfoNumPortalGroups: 1.3.6.1.2.1.163.1.1.6.1.2.1.2 isnsRegEntityInfoNumIscsiNodes: 1.3.6.1.2.1.163.1.1.6.1.2.1.3 isnsRegEntityInfoNumFcPorts: 1.3.6.1.2.1.163.1.1.6.1.2.1.4 isnsRegEntityInfoNumFcNodes: 1.3.6.1.2.1.163.1.1.6.1.2.1.5 isnsRegPortalInfo: 1.3.6.1.2.1.163.1.1.6.2 isnsRegPortalTable: 1.3.6.1.2.1.163.1.1.6.2.1 isnsRegPortalEntry: 1.3.6.1.2.1.163.1.1.6.2.1.1 isnsRegPortalPortalIndex: 1.3.6.1.2.1.163.1.1.6.2.1.1.1 isnsRegPortalAddressType: 1.3.6.1.2.1.163.1.1.6.2.1.1.2 isnsRegPortalAddress: 1.3.6.1.2.1.163.1.1.6.2.1.1.3 isnsRegPortalPortType: 1.3.6.1.2.1.163.1.1.6.2.1.1.4 isnsRegPortalPort: 1.3.6.1.2.1.163.1.1.6.2.1.1.5 isnsRegPortalSymbolicName: 1.3.6.1.2.1.163.1.1.6.2.1.1.6 isnsRegPortalEsiInterval: 1.3.6.1.2.1.163.1.1.6.2.1.1.7 isnsRegPortalEsiPortType: 1.3.6.1.2.1.163.1.1.6.2.1.1.8 isnsRegPortalEsiPort: 1.3.6.1.2.1.163.1.1.6.2.1.1.9 isnsRegPortalScnPortType: 1.3.6.1.2.1.163.1.1.6.2.1.1.10 isnsRegPortalScnPort: 1.3.6.1.2.1.163.1.1.6.2.1.1.11 isnsRegPortalSecurityInfo: 1.3.6.1.2.1.163.1.1.6.2.1.1.12 isnsRegPortalGroupInfo: 1.3.6.1.2.1.163.1.1.6.3 isnsRegPgTable: 1.3.6.1.2.1.163.1.1.6.3.1 isnsRegPgEntry: 1.3.6.1.2.1.163.1.1.6.3.1.1 isnsRegPgIndex: 1.3.6.1.2.1.163.1.1.6.3.1.1.1 isnsRegPgIscsiNodeIndex: 1.3.6.1.2.1.163.1.1.6.3.1.1.2 isnsRegPgIscsiName: 1.3.6.1.2.1.163.1.1.6.3.1.1.3 isnsRegPgPortalPortalIndex: 1.3.6.1.2.1.163.1.1.6.3.1.1.4 isnsRegPgPortalAddressType: 1.3.6.1.2.1.163.1.1.6.3.1.1.5 isnsRegPgPortalAddress: 1.3.6.1.2.1.163.1.1.6.3.1.1.6 isnsRegPgPortalPortType: 1.3.6.1.2.1.163.1.1.6.3.1.1.7 isnsRegPgPortalPort: 1.3.6.1.2.1.163.1.1.6.3.1.1.8 isnsRegPgPGT: 1.3.6.1.2.1.163.1.1.6.3.1.1.9 isnsRegIscsiNodeInfo: 1.3.6.1.2.1.163.1.1.6.4 isnsRegIscsiNodeTable: 1.3.6.1.2.1.163.1.1.6.4.1 isnsRegIscsiNodeEntry: 1.3.6.1.2.1.163.1.1.6.4.1.1 isnsRegIscsiNodeIndex: 1.3.6.1.2.1.163.1.1.6.4.1.1.1 isnsRegIscsiNodeName: 1.3.6.1.2.1.163.1.1.6.4.1.1.2 isnsRegIscsiNodeType: 1.3.6.1.2.1.163.1.1.6.4.1.1.3 isnsRegIscsiNodeAlias: 1.3.6.1.2.1.163.1.1.6.4.1.1.4 isnsRegIscsiNodeScnTypes: 1.3.6.1.2.1.163.1.1.6.4.1.1.5 isnsRegIscsiNodeWwnToken: 1.3.6.1.2.1.163.1.1.6.4.1.1.6 isnsRegIscsiNodeAuthMethod: 1.3.6.1.2.1.163.1.1.6.4.1.1.7 isnsRegFcNodeInfo: 1.3.6.1.2.1.163.1.1.6.5 isnsRegFcNodeTable: 1.3.6.1.2.1.163.1.1.6.5.1 isnsRegFcNodeEntry: 1.3.6.1.2.1.163.1.1.6.5.1.1 isnsRegFcNodeWwnn: 1.3.6.1.2.1.163.1.1.6.5.1.1.1 isnsRegFcNodeSymbolicName: 1.3.6.1.2.1.163.1.1.6.5.1.1.2 isnsRegFcNodeAddressType: 1.3.6.1.2.1.163.1.1.6.5.1.1.3 isnsRegFcNodeAddress: 1.3.6.1.2.1.163.1.1.6.5.1.1.4 isnsRegFcNodeIPA: 1.3.6.1.2.1.163.1.1.6.5.1.1.5 isnsRegFcNodeProxyIscsiName: 1.3.6.1.2.1.163.1.1.6.5.1.1.6 isnsRegFcNodeNumFcPorts: 1.3.6.1.2.1.163.1.1.6.5.1.1.7 isnsRegFcPortTable: 1.3.6.1.2.1.163.1.1.6.5.2 isnsRegFcPortEntry: 1.3.6.1.2.1.163.1.1.6.5.2.1 isnsRegFcPortWwpn: 1.3.6.1.2.1.163.1.1.6.5.2.1.1 isnsRegFcPortID: 1.3.6.1.2.1.163.1.1.6.5.2.1.2 isnsRegFcPortType: 1.3.6.1.2.1.163.1.1.6.5.2.1.3 isnsRegFcPortSymbolicName: 1.3.6.1.2.1.163.1.1.6.5.2.1.4 isnsRegFcPortFabricPortWwn: 1.3.6.1.2.1.163.1.1.6.5.2.1.5 isnsRegFcPortHA: 1.3.6.1.2.1.163.1.1.6.5.2.1.6 isnsRegFcPortAddressType: 1.3.6.1.2.1.163.1.1.6.5.2.1.7 isnsRegFcPortAddress: 1.3.6.1.2.1.163.1.1.6.5.2.1.8 isnsRegFcPortFcCos: 1.3.6.1.2.1.163.1.1.6.5.2.1.9 isnsRegFcPortFc4Types: 1.3.6.1.2.1.163.1.1.6.5.2.1.10 isnsRegFcPortFc4Descr: 1.3.6.1.2.1.163.1.1.6.5.2.1.11 isnsRegFcPortFc4Features: 1.3.6.1.2.1.163.1.1.6.5.2.1.12 isnsRegFcPortScnTypes: 1.3.6.1.2.1.163.1.1.6.5.2.1.13 isnsRegFcPortRole: 1.3.6.1.2.1.163.1.1.6.5.2.1.14 isnsRegFcPortFcNodeWwnn: 1.3.6.1.2.1.163.1.1.6.5.2.1.15 isnsRegFcPortPpnWwn: 1.3.6.1.2.1.163.1.1.6.5.2.1.16 isnsRegFcNodePortTable: 1.3.6.1.2.1.163.1.1.6.5.3 isnsRegFcNodePortEntry: 1.3.6.1.2.1.163.1.1.6.5.3.1 isnsRegFcNodePortEntityIndex: 1.3.6.1.2.1.163.1.1.6.5.3.1.1 isnsNotificationsInfo: 1.3.6.1.2.1.163.1.2 isnsInstanceInfo: 1.3.6.1.2.1.163.1.2.1 isnsAddressNotificationType: 1.3.6.1.2.1.163.1.2.2 isnsAddressNotification: 1.3.6.1.2.1.163.1.2.3 isnsTcpPortNotification: 1.3.6.1.2.1.163.1.2.4 isnsUdpPortNotification: 1.3.6.1.2.1.163.1.2.5 isnsConformance: 1.3.6.1.2.1.163.2 isnsCompliances: 1.3.6.1.2.1.163.2.1 isnsGroups: 1.3.6.1.2.1.163.2.2 isnsServerStart: 1.3.6.1.2.1.163.0.1 isnsServerShutdown: 1.3.6.1.2.1.163.0.2 snmp-1.2.0/data/ruby/snmp/mibs/DOT3-EPON-MIB.yaml0000644000004100000410000001201412365504747021074 0ustar www-datawww-data--- dot3EponMIB: 1.3.6.1.2.1.155 dot3EponObjects: 1.3.6.1.2.1.155.1 dot3EponMpcpObjects: 1.3.6.1.2.1.155.1.1 dot3MpcpControlTable: 1.3.6.1.2.1.155.1.1.1 dot3MpcpControlEntry: 1.3.6.1.2.1.155.1.1.1.1 dot3MpcpOperStatus: 1.3.6.1.2.1.155.1.1.1.1.1 dot3MpcpAdminState: 1.3.6.1.2.1.155.1.1.1.1.2 dot3MpcpMode: 1.3.6.1.2.1.155.1.1.1.1.3 dot3MpcpSyncTime: 1.3.6.1.2.1.155.1.1.1.1.4 dot3MpcpLinkID: 1.3.6.1.2.1.155.1.1.1.1.5 dot3MpcpRemoteMACAddress: 1.3.6.1.2.1.155.1.1.1.1.6 dot3MpcpRegistrationState: 1.3.6.1.2.1.155.1.1.1.1.7 dot3MpcpTransmitElapsed: 1.3.6.1.2.1.155.1.1.1.1.8 dot3MpcpReceiveElapsed: 1.3.6.1.2.1.155.1.1.1.1.9 dot3MpcpRoundTripTime: 1.3.6.1.2.1.155.1.1.1.1.10 dot3MpcpMaximumPendingGrants: 1.3.6.1.2.1.155.1.1.1.1.11 dot3MpcpStatTable: 1.3.6.1.2.1.155.1.1.2 dot3MpcpStatEntry: 1.3.6.1.2.1.155.1.1.2.1 dot3MpcpMACCtrlFramesTransmitted: 1.3.6.1.2.1.155.1.1.2.1.1 dot3MpcpMACCtrlFramesReceived: 1.3.6.1.2.1.155.1.1.2.1.2 dot3MpcpDiscoveryWindowsSent: 1.3.6.1.2.1.155.1.1.2.1.3 dot3MpcpDiscoveryTimeout: 1.3.6.1.2.1.155.1.1.2.1.4 dot3MpcpTxRegRequest: 1.3.6.1.2.1.155.1.1.2.1.5 dot3MpcpRxRegRequest: 1.3.6.1.2.1.155.1.1.2.1.6 dot3MpcpTxRegAck: 1.3.6.1.2.1.155.1.1.2.1.7 dot3MpcpRxRegAck: 1.3.6.1.2.1.155.1.1.2.1.8 dot3MpcpTxReport: 1.3.6.1.2.1.155.1.1.2.1.9 dot3MpcpRxReport: 1.3.6.1.2.1.155.1.1.2.1.10 dot3MpcpTxGate: 1.3.6.1.2.1.155.1.1.2.1.11 dot3MpcpRxGate: 1.3.6.1.2.1.155.1.1.2.1.12 dot3MpcpTxRegister: 1.3.6.1.2.1.155.1.1.2.1.13 dot3MpcpRxRegister: 1.3.6.1.2.1.155.1.1.2.1.14 dot3OmpEmulationObjects: 1.3.6.1.2.1.155.1.2 dot3OmpEmulationTable: 1.3.6.1.2.1.155.1.2.1 dot3OmpEmulationEntry: 1.3.6.1.2.1.155.1.2.1.1 dot3OmpEmulationType: 1.3.6.1.2.1.155.1.2.1.1.1 dot3OmpEmulationStatTable: 1.3.6.1.2.1.155.1.2.2 dot3OmpEmulationStatEntry: 1.3.6.1.2.1.155.1.2.2.1 dot3OmpEmulationSLDErrors: 1.3.6.1.2.1.155.1.2.2.1.1 dot3OmpEmulationCRC8Errors: 1.3.6.1.2.1.155.1.2.2.1.2 dot3OmpEmulationBadLLID: 1.3.6.1.2.1.155.1.2.2.1.3 dot3OmpEmulationGoodLLID: 1.3.6.1.2.1.155.1.2.2.1.4 dot3OmpEmulationOnuPonCastLLID: 1.3.6.1.2.1.155.1.2.2.1.5 dot3OmpEmulationOltPonCastLLID: 1.3.6.1.2.1.155.1.2.2.1.6 dot3OmpEmulationBroadcastBitNotOnuLlid: 1.3.6.1.2.1.155.1.2.2.1.7 dot3OmpEmulationOnuLLIDNotBroadcast: 1.3.6.1.2.1.155.1.2.2.1.8 dot3OmpEmulationBroadcastBitPlusOnuLlid: 1.3.6.1.2.1.155.1.2.2.1.9 dot3OmpEmulationNotBroadcastBitNotOnuLlid: 1.3.6.1.2.1.155.1.2.2.1.10 dot3EponFecObjects: 1.3.6.1.2.1.155.1.3 dot3EponFecTable: 1.3.6.1.2.1.155.1.3.1 dot3EponFecEntry: 1.3.6.1.2.1.155.1.3.1.1 dot3EponFecPCSCodingViolation: 1.3.6.1.2.1.155.1.3.1.1.1 dot3EponFecAbility: 1.3.6.1.2.1.155.1.3.1.1.2 dot3EponFecMode: 1.3.6.1.2.1.155.1.3.1.1.3 dot3EponFecCorrectedBlocks: 1.3.6.1.2.1.155.1.3.1.1.4 dot3EponFecUncorrectableBlocks: 1.3.6.1.2.1.155.1.3.1.1.5 dot3EponFecBufferHeadCodingViolation: 1.3.6.1.2.1.155.1.3.1.1.6 dot3ExtPkgObjects: 1.3.6.1.2.1.155.1.4 dot3ExtPkgControlObjects: 1.3.6.1.2.1.155.1.4.1 dot3ExtPkgControlTable: 1.3.6.1.2.1.155.1.4.1.1 dot3ExtPkgControlEntry: 1.3.6.1.2.1.155.1.4.1.1.1 dot3ExtPkgObjectReset: 1.3.6.1.2.1.155.1.4.1.1.1.1 dot3ExtPkgObjectPowerDown: 1.3.6.1.2.1.155.1.4.1.1.1.2 dot3ExtPkgObjectNumberOfLLIDs: 1.3.6.1.2.1.155.1.4.1.1.1.3 dot3ExtPkgObjectFecEnabled: 1.3.6.1.2.1.155.1.4.1.1.1.4 dot3ExtPkgObjectReportMaximumNumQueues: 1.3.6.1.2.1.155.1.4.1.1.1.5 dot3ExtPkgObjectRegisterAction: 1.3.6.1.2.1.155.1.4.1.1.1.6 dot3ExtPkgQueueTable: 1.3.6.1.2.1.155.1.4.1.2 dot3ExtPkgQueueEntry: 1.3.6.1.2.1.155.1.4.1.2.1 dot3QueueIndex: 1.3.6.1.2.1.155.1.4.1.2.1.1 dot3ExtPkgObjectReportNumThreshold: 1.3.6.1.2.1.155.1.4.1.2.1.2 dot3ExtPkgObjectReportMaximumNumThreshold: 1.3.6.1.2.1.155.1.4.1.2.1.3 dot3ExtPkgStatTxFramesQueue: 1.3.6.1.2.1.155.1.4.1.2.1.4 dot3ExtPkgStatRxFramesQueue: 1.3.6.1.2.1.155.1.4.1.2.1.5 dot3ExtPkgStatDroppedFramesQueue: 1.3.6.1.2.1.155.1.4.1.2.1.6 dot3ExtPkgQueueSetsTable: 1.3.6.1.2.1.155.1.4.1.3 dot3ExtPkgQueueSetsEntry: 1.3.6.1.2.1.155.1.4.1.3.1 dot3QueueSetQueueIndex: 1.3.6.1.2.1.155.1.4.1.3.1.1 dot3QueueSetIndex: 1.3.6.1.2.1.155.1.4.1.3.1.2 dot3ExtPkgObjectReportThreshold: 1.3.6.1.2.1.155.1.4.1.3.1.3 dot3ExtPkgOptIfTable: 1.3.6.1.2.1.155.1.4.1.5 dot3ExtPkgOptIfEntry: 1.3.6.1.2.1.155.1.4.1.5.1 dot3ExtPkgOptIfSuspectedFlag: 1.3.6.1.2.1.155.1.4.1.5.1.1 dot3ExtPkgOptIfInputPower: 1.3.6.1.2.1.155.1.4.1.5.1.2 dot3ExtPkgOptIfLowInputPower: 1.3.6.1.2.1.155.1.4.1.5.1.3 dot3ExtPkgOptIfHighInputPower: 1.3.6.1.2.1.155.1.4.1.5.1.4 dot3ExtPkgOptIfLowerInputPowerThreshold: 1.3.6.1.2.1.155.1.4.1.5.1.5 dot3ExtPkgOptIfUpperInputPowerThreshold: 1.3.6.1.2.1.155.1.4.1.5.1.6 dot3ExtPkgOptIfOutputPower: 1.3.6.1.2.1.155.1.4.1.5.1.7 dot3ExtPkgOptIfLowOutputPower: 1.3.6.1.2.1.155.1.4.1.5.1.8 dot3ExtPkgOptIfHighOutputPower: 1.3.6.1.2.1.155.1.4.1.5.1.9 dot3ExtPkgOptIfLowerOutputPowerThreshold: 1.3.6.1.2.1.155.1.4.1.5.1.10 dot3ExtPkgOptIfUpperOutputPowerThreshold: 1.3.6.1.2.1.155.1.4.1.5.1.11 dot3ExtPkgOptIfSignalDetect: 1.3.6.1.2.1.155.1.4.1.5.1.12 dot3ExtPkgOptIfTransmitAlarm: 1.3.6.1.2.1.155.1.4.1.5.1.13 dot3ExtPkgOptIfTransmitEnable: 1.3.6.1.2.1.155.1.4.1.5.1.14 dot3EponConformance: 1.3.6.1.2.1.155.2 dot3EponGroups: 1.3.6.1.2.1.155.2.1 dot3EponCompliances: 1.3.6.1.2.1.155.2.2 snmp-1.2.0/data/ruby/snmp/mibs/MPLS-L3VPN-STD-MIB.yaml0000644000004100000410000001136712365504747021701 0ustar www-datawww-data--- mplsL3VpnMIB: 1.3.6.1.2.1.10.166.11 mplsL3VpnNotifications: 1.3.6.1.2.1.10.166.11.0 mplsL3VpnObjects: 1.3.6.1.2.1.10.166.11.1 mplsL3VpnScalars: 1.3.6.1.2.1.10.166.11.1.1 mplsL3VpnConfiguredVrfs: 1.3.6.1.2.1.10.166.11.1.1.1 mplsL3VpnActiveVrfs: 1.3.6.1.2.1.10.166.11.1.1.2 mplsL3VpnConnectedInterfaces: 1.3.6.1.2.1.10.166.11.1.1.3 mplsL3VpnNotificationEnable: 1.3.6.1.2.1.10.166.11.1.1.4 mplsL3VpnVrfConfMaxPossRts: 1.3.6.1.2.1.10.166.11.1.1.5 mplsL3VpnVrfConfRteMxThrshTime: 1.3.6.1.2.1.10.166.11.1.1.6 mplsL3VpnIllLblRcvThrsh: 1.3.6.1.2.1.10.166.11.1.1.7 mplsL3VpnConf: 1.3.6.1.2.1.10.166.11.1.2 mplsL3VpnIfConfTable: 1.3.6.1.2.1.10.166.11.1.2.1 mplsL3VpnIfConfEntry: 1.3.6.1.2.1.10.166.11.1.2.1.1 mplsL3VpnIfConfIndex: 1.3.6.1.2.1.10.166.11.1.2.1.1.1 mplsL3VpnIfVpnClassification: 1.3.6.1.2.1.10.166.11.1.2.1.1.2 mplsL3VpnIfVpnRouteDistProtocol: 1.3.6.1.2.1.10.166.11.1.2.1.1.3 mplsL3VpnIfConfStorageType: 1.3.6.1.2.1.10.166.11.1.2.1.1.4 mplsL3VpnIfConfRowStatus: 1.3.6.1.2.1.10.166.11.1.2.1.1.5 mplsL3VpnVrfTable: 1.3.6.1.2.1.10.166.11.1.2.2 mplsL3VpnVrfEntry: 1.3.6.1.2.1.10.166.11.1.2.2.1 mplsL3VpnVrfName: 1.3.6.1.2.1.10.166.11.1.2.2.1.1 mplsL3VpnVrfVpnId: 1.3.6.1.2.1.10.166.11.1.2.2.1.2 mplsL3VpnVrfDescription: 1.3.6.1.2.1.10.166.11.1.2.2.1.3 mplsL3VpnVrfRD: 1.3.6.1.2.1.10.166.11.1.2.2.1.4 mplsL3VpnVrfCreationTime: 1.3.6.1.2.1.10.166.11.1.2.2.1.5 mplsL3VpnVrfOperStatus: 1.3.6.1.2.1.10.166.11.1.2.2.1.6 mplsL3VpnVrfActiveInterfaces: 1.3.6.1.2.1.10.166.11.1.2.2.1.7 mplsL3VpnVrfAssociatedInterfaces: 1.3.6.1.2.1.10.166.11.1.2.2.1.8 mplsL3VpnVrfConfMidRteThresh: 1.3.6.1.2.1.10.166.11.1.2.2.1.9 mplsL3VpnVrfConfHighRteThresh: 1.3.6.1.2.1.10.166.11.1.2.2.1.10 mplsL3VpnVrfConfMaxRoutes: 1.3.6.1.2.1.10.166.11.1.2.2.1.11 mplsL3VpnVrfConfLastChanged: 1.3.6.1.2.1.10.166.11.1.2.2.1.12 mplsL3VpnVrfConfRowStatus: 1.3.6.1.2.1.10.166.11.1.2.2.1.13 mplsL3VpnVrfConfAdminStatus: 1.3.6.1.2.1.10.166.11.1.2.2.1.14 mplsL3VpnVrfConfStorageType: 1.3.6.1.2.1.10.166.11.1.2.2.1.15 mplsL3VpnVrfRTTable: 1.3.6.1.2.1.10.166.11.1.2.3 mplsL3VpnVrfRTEntry: 1.3.6.1.2.1.10.166.11.1.2.3.1 mplsL3VpnVrfRTIndex: 1.3.6.1.2.1.10.166.11.1.2.3.1.2 mplsL3VpnVrfRTType: 1.3.6.1.2.1.10.166.11.1.2.3.1.3 mplsL3VpnVrfRT: 1.3.6.1.2.1.10.166.11.1.2.3.1.4 mplsL3VpnVrfRTDescr: 1.3.6.1.2.1.10.166.11.1.2.3.1.5 mplsL3VpnVrfRTRowStatus: 1.3.6.1.2.1.10.166.11.1.2.3.1.6 mplsL3VpnVrfRTStorageType: 1.3.6.1.2.1.10.166.11.1.2.3.1.7 mplsL3VpnVrfSecTable: 1.3.6.1.2.1.10.166.11.1.2.6 mplsL3VpnVrfSecEntry: 1.3.6.1.2.1.10.166.11.1.2.6.1 mplsL3VpnVrfSecIllegalLblVltns: 1.3.6.1.2.1.10.166.11.1.2.6.1.1 mplsL3VpnVrfSecDiscontinuityTime: 1.3.6.1.2.1.10.166.11.1.2.6.1.2 mplsL3VpnPerf: 1.3.6.1.2.1.10.166.11.1.3 mplsL3VpnVrfPerfTable: 1.3.6.1.2.1.10.166.11.1.3.1 mplsL3VpnVrfPerfEntry: 1.3.6.1.2.1.10.166.11.1.3.1.1 mplsL3VpnVrfPerfRoutesAdded: 1.3.6.1.2.1.10.166.11.1.3.1.1.1 mplsL3VpnVrfPerfRoutesDeleted: 1.3.6.1.2.1.10.166.11.1.3.1.1.2 mplsL3VpnVrfPerfCurrNumRoutes: 1.3.6.1.2.1.10.166.11.1.3.1.1.3 mplsL3VpnVrfPerfRoutesDropped: 1.3.6.1.2.1.10.166.11.1.3.1.1.4 mplsL3VpnVrfPerfDiscTime: 1.3.6.1.2.1.10.166.11.1.3.1.1.5 mplsL3VpnRoute: 1.3.6.1.2.1.10.166.11.1.4 mplsL3VpnVrfRteTable: 1.3.6.1.2.1.10.166.11.1.4.1 mplsL3VpnVrfRteEntry: 1.3.6.1.2.1.10.166.11.1.4.1.1 mplsL3VpnVrfRteInetCidrDestType: 1.3.6.1.2.1.10.166.11.1.4.1.1.1 mplsL3VpnVrfRteInetCidrDest: 1.3.6.1.2.1.10.166.11.1.4.1.1.2 mplsL3VpnVrfRteInetCidrPfxLen: 1.3.6.1.2.1.10.166.11.1.4.1.1.3 mplsL3VpnVrfRteInetCidrPolicy: 1.3.6.1.2.1.10.166.11.1.4.1.1.4 mplsL3VpnVrfRteInetCidrNHopType: 1.3.6.1.2.1.10.166.11.1.4.1.1.5 mplsL3VpnVrfRteInetCidrNextHop: 1.3.6.1.2.1.10.166.11.1.4.1.1.6 mplsL3VpnVrfRteInetCidrIfIndex: 1.3.6.1.2.1.10.166.11.1.4.1.1.7 mplsL3VpnVrfRteInetCidrType: 1.3.6.1.2.1.10.166.11.1.4.1.1.8 mplsL3VpnVrfRteInetCidrProto: 1.3.6.1.2.1.10.166.11.1.4.1.1.9 mplsL3VpnVrfRteInetCidrAge: 1.3.6.1.2.1.10.166.11.1.4.1.1.10 mplsL3VpnVrfRteInetCidrNextHopAS: 1.3.6.1.2.1.10.166.11.1.4.1.1.11 mplsL3VpnVrfRteInetCidrMetric1: 1.3.6.1.2.1.10.166.11.1.4.1.1.12 mplsL3VpnVrfRteInetCidrMetric2: 1.3.6.1.2.1.10.166.11.1.4.1.1.13 mplsL3VpnVrfRteInetCidrMetric3: 1.3.6.1.2.1.10.166.11.1.4.1.1.14 mplsL3VpnVrfRteInetCidrMetric4: 1.3.6.1.2.1.10.166.11.1.4.1.1.15 mplsL3VpnVrfRteInetCidrMetric5: 1.3.6.1.2.1.10.166.11.1.4.1.1.16 mplsL3VpnVrfRteXCPointer: 1.3.6.1.2.1.10.166.11.1.4.1.1.17 mplsL3VpnVrfRteInetCidrStatus: 1.3.6.1.2.1.10.166.11.1.4.1.1.18 mplsL3VpnConformance: 1.3.6.1.2.1.10.166.11.2 mplsL3VpnGroups: 1.3.6.1.2.1.10.166.11.2.1 mplsL3VpnCompliances: 1.3.6.1.2.1.10.166.11.2.2 mplsL3VpnVrfUp: 1.3.6.1.2.1.10.166.11.0.1 mplsL3VpnVrfDown: 1.3.6.1.2.1.10.166.11.0.2 mplsL3VpnVrfRouteMidThreshExceeded: 1.3.6.1.2.1.10.166.11.0.3 mplsL3VpnVrfNumVrfRouteMaxThreshExceeded: 1.3.6.1.2.1.10.166.11.0.4 mplsL3VpnNumVrfSecIllglLblThrshExcd: 1.3.6.1.2.1.10.166.11.0.5 mplsL3VpnNumVrfRouteMaxThreshCleared: 1.3.6.1.2.1.10.166.11.0.6 snmp-1.2.0/data/ruby/snmp/mibs/SNMPv2-MIB.yaml0000644000004100000410000000371112365504747020655 0ustar www-datawww-data--- system: 1.3.6.1.2.1.1 sysDescr: 1.3.6.1.2.1.1.1 sysObjectID: 1.3.6.1.2.1.1.2 sysUpTime: 1.3.6.1.2.1.1.3 sysContact: 1.3.6.1.2.1.1.4 sysName: 1.3.6.1.2.1.1.5 sysLocation: 1.3.6.1.2.1.1.6 sysServices: 1.3.6.1.2.1.1.7 sysORLastChange: 1.3.6.1.2.1.1.8 sysORTable: 1.3.6.1.2.1.1.9 sysOREntry: 1.3.6.1.2.1.1.9.1 sysORIndex: 1.3.6.1.2.1.1.9.1.1 sysORID: 1.3.6.1.2.1.1.9.1.2 sysORDescr: 1.3.6.1.2.1.1.9.1.3 sysORUpTime: 1.3.6.1.2.1.1.9.1.4 snmp: 1.3.6.1.2.1.11 snmpInPkts: 1.3.6.1.2.1.11.1 snmpOutPkts: 1.3.6.1.2.1.11.2 snmpInBadVersions: 1.3.6.1.2.1.11.3 snmpInBadCommunityNames: 1.3.6.1.2.1.11.4 snmpInBadCommunityUses: 1.3.6.1.2.1.11.5 snmpInASNParseErrs: 1.3.6.1.2.1.11.6 snmpInTooBigs: 1.3.6.1.2.1.11.8 snmpInNoSuchNames: 1.3.6.1.2.1.11.9 snmpInBadValues: 1.3.6.1.2.1.11.10 snmpInReadOnlys: 1.3.6.1.2.1.11.11 snmpInGenErrs: 1.3.6.1.2.1.11.12 snmpInTotalReqVars: 1.3.6.1.2.1.11.13 snmpInTotalSetVars: 1.3.6.1.2.1.11.14 snmpInGetRequests: 1.3.6.1.2.1.11.15 snmpInGetNexts: 1.3.6.1.2.1.11.16 snmpInSetRequests: 1.3.6.1.2.1.11.17 snmpInGetResponses: 1.3.6.1.2.1.11.18 snmpInTraps: 1.3.6.1.2.1.11.19 snmpOutTooBigs: 1.3.6.1.2.1.11.20 snmpOutNoSuchNames: 1.3.6.1.2.1.11.21 snmpOutBadValues: 1.3.6.1.2.1.11.22 snmpOutGenErrs: 1.3.6.1.2.1.11.24 snmpOutGetRequests: 1.3.6.1.2.1.11.25 snmpOutGetNexts: 1.3.6.1.2.1.11.26 snmpOutSetRequests: 1.3.6.1.2.1.11.27 snmpOutGetResponses: 1.3.6.1.2.1.11.28 snmpOutTraps: 1.3.6.1.2.1.11.29 snmpEnableAuthenTraps: 1.3.6.1.2.1.11.30 snmpSilentDrops: 1.3.6.1.2.1.11.31 snmpProxyDrops: 1.3.6.1.2.1.11.32 snmpMIB: 1.3.6.1.6.3.1 snmpMIBObjects: 1.3.6.1.6.3.1.1 snmpTrap: 1.3.6.1.6.3.1.1.4 snmpTrapOID: 1.3.6.1.6.3.1.1.4.1 snmpTrapEnterprise: 1.3.6.1.6.3.1.1.4.3 snmpTraps: 1.3.6.1.6.3.1.1.5 snmpSet: 1.3.6.1.6.3.1.1.6 snmpSetSerialNo: 1.3.6.1.6.3.1.1.6.1 snmpMIBConformance: 1.3.6.1.6.3.1.2 snmpMIBCompliances: 1.3.6.1.6.3.1.2.1 snmpMIBGroups: 1.3.6.1.6.3.1.2.2 coldStart: 1.3.6.1.6.3.1.1.5.1 warmStart: 1.3.6.1.6.3.1.1.5.2 authenticationFailure: 1.3.6.1.6.3.1.1.5.5 snmp-1.2.0/data/ruby/snmp/mibs/MTA-MIB.yaml0000644000004100000410000000543512365504747020256 0ustar www-datawww-data--- mta: 1.3.6.1.2.1.28 mtaTable: 1.3.6.1.2.1.28.1 mtaEntry: 1.3.6.1.2.1.28.1.1 mtaReceivedMessages: 1.3.6.1.2.1.28.1.1.1 mtaStoredMessages: 1.3.6.1.2.1.28.1.1.2 mtaTransmittedMessages: 1.3.6.1.2.1.28.1.1.3 mtaReceivedVolume: 1.3.6.1.2.1.28.1.1.4 mtaStoredVolume: 1.3.6.1.2.1.28.1.1.5 mtaTransmittedVolume: 1.3.6.1.2.1.28.1.1.6 mtaReceivedRecipients: 1.3.6.1.2.1.28.1.1.7 mtaStoredRecipients: 1.3.6.1.2.1.28.1.1.8 mtaTransmittedRecipients: 1.3.6.1.2.1.28.1.1.9 mtaSuccessfulConvertedMessages: 1.3.6.1.2.1.28.1.1.10 mtaFailedConvertedMessages: 1.3.6.1.2.1.28.1.1.11 mtaLoopsDetected: 1.3.6.1.2.1.28.1.1.12 mtaGroupTable: 1.3.6.1.2.1.28.2 mtaGroupEntry: 1.3.6.1.2.1.28.2.1 mtaGroupIndex: 1.3.6.1.2.1.28.2.1.1 mtaGroupReceivedMessages: 1.3.6.1.2.1.28.2.1.2 mtaGroupRejectedMessages: 1.3.6.1.2.1.28.2.1.3 mtaGroupStoredMessages: 1.3.6.1.2.1.28.2.1.4 mtaGroupTransmittedMessages: 1.3.6.1.2.1.28.2.1.5 mtaGroupReceivedVolume: 1.3.6.1.2.1.28.2.1.6 mtaGroupStoredVolume: 1.3.6.1.2.1.28.2.1.7 mtaGroupTransmittedVolume: 1.3.6.1.2.1.28.2.1.8 mtaGroupReceivedRecipients: 1.3.6.1.2.1.28.2.1.9 mtaGroupStoredRecipients: 1.3.6.1.2.1.28.2.1.10 mtaGroupTransmittedRecipients: 1.3.6.1.2.1.28.2.1.11 mtaGroupOldestMessageStored: 1.3.6.1.2.1.28.2.1.12 mtaGroupInboundAssociations: 1.3.6.1.2.1.28.2.1.13 mtaGroupOutboundAssociations: 1.3.6.1.2.1.28.2.1.14 mtaGroupAccumulatedInboundAssociations: 1.3.6.1.2.1.28.2.1.15 mtaGroupAccumulatedOutboundAssociations: 1.3.6.1.2.1.28.2.1.16 mtaGroupLastInboundActivity: 1.3.6.1.2.1.28.2.1.17 mtaGroupLastOutboundActivity: 1.3.6.1.2.1.28.2.1.18 mtaGroupRejectedInboundAssociations: 1.3.6.1.2.1.28.2.1.19 mtaGroupFailedOutboundAssociations: 1.3.6.1.2.1.28.2.1.20 mtaGroupInboundRejectionReason: 1.3.6.1.2.1.28.2.1.21 mtaGroupOutboundConnectFailureReason: 1.3.6.1.2.1.28.2.1.22 mtaGroupScheduledRetry: 1.3.6.1.2.1.28.2.1.23 mtaGroupMailProtocol: 1.3.6.1.2.1.28.2.1.24 mtaGroupName: 1.3.6.1.2.1.28.2.1.25 mtaGroupSuccessfulConvertedMessages: 1.3.6.1.2.1.28.2.1.26 mtaGroupFailedConvertedMessages: 1.3.6.1.2.1.28.2.1.27 mtaGroupDescription: 1.3.6.1.2.1.28.2.1.28 mtaGroupURL: 1.3.6.1.2.1.28.2.1.29 mtaGroupCreationTime: 1.3.6.1.2.1.28.2.1.30 mtaGroupHierarchy: 1.3.6.1.2.1.28.2.1.31 mtaGroupOldestMessageId: 1.3.6.1.2.1.28.2.1.32 mtaGroupLoopsDetected: 1.3.6.1.2.1.28.2.1.33 mtaGroupLastOutboundAssociationAttempt: 1.3.6.1.2.1.28.2.1.34 mtaGroupAssociationTable: 1.3.6.1.2.1.28.3 mtaGroupAssociationEntry: 1.3.6.1.2.1.28.3.1 mtaGroupAssociationIndex: 1.3.6.1.2.1.28.3.1.1 mtaConformance: 1.3.6.1.2.1.28.4 mtaGroups: 1.3.6.1.2.1.28.4.1 mtaCompliances: 1.3.6.1.2.1.28.4.2 mtaGroupErrorTable: 1.3.6.1.2.1.28.5 mtaGroupErrorEntry: 1.3.6.1.2.1.28.5.1 mtaGroupInboundErrorCount: 1.3.6.1.2.1.28.5.1.1 mtaGroupInternalErrorCount: 1.3.6.1.2.1.28.5.1.2 mtaGroupOutboundErrorCount: 1.3.6.1.2.1.28.5.1.3 mtaStatusCode: 1.3.6.1.2.1.28.5.1.4 snmp-1.2.0/data/ruby/snmp/mibs/TCP-MIB.yaml0000644000004100000410000000306712365504747020262 0ustar www-datawww-data--- tcp: 1.3.6.1.2.1.6 tcpRtoAlgorithm: 1.3.6.1.2.1.6.1 tcpRtoMin: 1.3.6.1.2.1.6.2 tcpRtoMax: 1.3.6.1.2.1.6.3 tcpMaxConn: 1.3.6.1.2.1.6.4 tcpActiveOpens: 1.3.6.1.2.1.6.5 tcpPassiveOpens: 1.3.6.1.2.1.6.6 tcpAttemptFails: 1.3.6.1.2.1.6.7 tcpEstabResets: 1.3.6.1.2.1.6.8 tcpCurrEstab: 1.3.6.1.2.1.6.9 tcpInSegs: 1.3.6.1.2.1.6.10 tcpOutSegs: 1.3.6.1.2.1.6.11 tcpRetransSegs: 1.3.6.1.2.1.6.12 tcpConnTable: 1.3.6.1.2.1.6.13 tcpConnEntry: 1.3.6.1.2.1.6.13.1 tcpConnState: 1.3.6.1.2.1.6.13.1.1 tcpConnLocalAddress: 1.3.6.1.2.1.6.13.1.2 tcpConnLocalPort: 1.3.6.1.2.1.6.13.1.3 tcpConnRemAddress: 1.3.6.1.2.1.6.13.1.4 tcpConnRemPort: 1.3.6.1.2.1.6.13.1.5 tcpInErrs: 1.3.6.1.2.1.6.14 tcpOutRsts: 1.3.6.1.2.1.6.15 tcpHCInSegs: 1.3.6.1.2.1.6.17 tcpHCOutSegs: 1.3.6.1.2.1.6.18 tcpConnectionTable: 1.3.6.1.2.1.6.19 tcpConnectionEntry: 1.3.6.1.2.1.6.19.1 tcpConnectionLocalAddressType: 1.3.6.1.2.1.6.19.1.1 tcpConnectionLocalAddress: 1.3.6.1.2.1.6.19.1.2 tcpConnectionLocalPort: 1.3.6.1.2.1.6.19.1.3 tcpConnectionRemAddressType: 1.3.6.1.2.1.6.19.1.4 tcpConnectionRemAddress: 1.3.6.1.2.1.6.19.1.5 tcpConnectionRemPort: 1.3.6.1.2.1.6.19.1.6 tcpConnectionState: 1.3.6.1.2.1.6.19.1.7 tcpConnectionProcess: 1.3.6.1.2.1.6.19.1.8 tcpListenerTable: 1.3.6.1.2.1.6.20 tcpListenerEntry: 1.3.6.1.2.1.6.20.1 tcpListenerLocalAddressType: 1.3.6.1.2.1.6.20.1.1 tcpListenerLocalAddress: 1.3.6.1.2.1.6.20.1.2 tcpListenerLocalPort: 1.3.6.1.2.1.6.20.1.3 tcpListenerProcess: 1.3.6.1.2.1.6.20.1.4 tcpMIB: 1.3.6.1.2.1.49 tcpMIBConformance: 1.3.6.1.2.1.49.2 tcpMIBCompliances: 1.3.6.1.2.1.49.2.1 tcpMIBGroups: 1.3.6.1.2.1.49.2.2 snmp-1.2.0/data/ruby/snmp/mibs/RSTP-MIB.yaml0000644000004100000410000000125312365504747020417 0ustar www-datawww-data--- dot1dStpVersion: 1.3.6.1.2.1.17.2.16 dot1dStpTxHoldCount: 1.3.6.1.2.1.17.2.17 dot1dStpExtPortTable: 1.3.6.1.2.1.17.2.19 dot1dStpExtPortEntry: 1.3.6.1.2.1.17.2.19.1 dot1dStpPortProtocolMigration: 1.3.6.1.2.1.17.2.19.1.1 dot1dStpPortAdminEdgePort: 1.3.6.1.2.1.17.2.19.1.2 dot1dStpPortOperEdgePort: 1.3.6.1.2.1.17.2.19.1.3 dot1dStpPortAdminPointToPoint: 1.3.6.1.2.1.17.2.19.1.4 dot1dStpPortOperPointToPoint: 1.3.6.1.2.1.17.2.19.1.5 dot1dStpPortAdminPathCost: 1.3.6.1.2.1.17.2.19.1.6 rstpMIB: 1.3.6.1.2.1.134 rstpNotifications: 1.3.6.1.2.1.134.0 rstpObjects: 1.3.6.1.2.1.134.1 rstpConformance: 1.3.6.1.2.1.134.2 rstpGroups: 1.3.6.1.2.1.134.2.1 rstpCompliances: 1.3.6.1.2.1.134.2.2 snmp-1.2.0/data/ruby/snmp/mibs/SFLOW-MIB.yaml0000644000004100000410000000164112365504747020522 0ustar www-datawww-data--- sFlowMIB: 1.3.6.1.4.1.4300.1 sFlowAgent: 1.3.6.1.4.1.4300.1.1 sFlowVersion: 1.3.6.1.4.1.4300.1.1.1 sFlowAgentAddressType: 1.3.6.1.4.1.4300.1.1.2 sFlowAgentAddress: 1.3.6.1.4.1.4300.1.1.3 sFlowTable: 1.3.6.1.4.1.4300.1.1.4 sFlowEntry: 1.3.6.1.4.1.4300.1.1.4.1 sFlowDataSource: 1.3.6.1.4.1.4300.1.1.4.1.1 sFlowOwner: 1.3.6.1.4.1.4300.1.1.4.1.2 sFlowTimeout: 1.3.6.1.4.1.4300.1.1.4.1.3 sFlowPacketSamplingRate: 1.3.6.1.4.1.4300.1.1.4.1.4 sFlowCounterSamplingInterval: 1.3.6.1.4.1.4300.1.1.4.1.5 sFlowMaximumHeaderSize: 1.3.6.1.4.1.4300.1.1.4.1.6 sFlowMaximumDatagramSize: 1.3.6.1.4.1.4300.1.1.4.1.7 sFlowCollectorAddressType: 1.3.6.1.4.1.4300.1.1.4.1.8 sFlowCollectorAddress: 1.3.6.1.4.1.4300.1.1.4.1.9 sFlowCollectorPort: 1.3.6.1.4.1.4300.1.1.4.1.10 sFlowDatagramVersion: 1.3.6.1.4.1.4300.1.1.4.1.11 sFlowMIBConformance: 1.3.6.1.4.1.4300.1.2 sFlowMIBGroups: 1.3.6.1.4.1.4300.1.2.1 sFlowMIBCompliances: 1.3.6.1.4.1.4300.1.2.2 snmp-1.2.0/data/ruby/snmp/mibs/IP-FORWARD-MIB.yaml0000644000004100000410000000502712365504747021244 0ustar www-datawww-data--- ipForward: 1.3.6.1.2.1.4.24 ipForwardNumber: 1.3.6.1.2.1.4.24.1 ipForwardTable: 1.3.6.1.2.1.4.24.2 ipForwardEntry: 1.3.6.1.2.1.4.24.2.1 ipForwardDest: 1.3.6.1.2.1.4.24.2.1.1 ipForwardMask: 1.3.6.1.2.1.4.24.2.1.2 ipForwardPolicy: 1.3.6.1.2.1.4.24.2.1.3 ipForwardNextHop: 1.3.6.1.2.1.4.24.2.1.4 ipForwardIfIndex: 1.3.6.1.2.1.4.24.2.1.5 ipForwardType: 1.3.6.1.2.1.4.24.2.1.6 ipForwardProto: 1.3.6.1.2.1.4.24.2.1.7 ipForwardAge: 1.3.6.1.2.1.4.24.2.1.8 ipForwardInfo: 1.3.6.1.2.1.4.24.2.1.9 ipForwardNextHopAS: 1.3.6.1.2.1.4.24.2.1.10 ipForwardMetric1: 1.3.6.1.2.1.4.24.2.1.11 ipForwardMetric2: 1.3.6.1.2.1.4.24.2.1.12 ipForwardMetric3: 1.3.6.1.2.1.4.24.2.1.13 ipForwardMetric4: 1.3.6.1.2.1.4.24.2.1.14 ipForwardMetric5: 1.3.6.1.2.1.4.24.2.1.15 ipCidrRouteNumber: 1.3.6.1.2.1.4.24.3 ipCidrRouteTable: 1.3.6.1.2.1.4.24.4 ipCidrRouteEntry: 1.3.6.1.2.1.4.24.4.1 ipCidrRouteDest: 1.3.6.1.2.1.4.24.4.1.1 ipCidrRouteMask: 1.3.6.1.2.1.4.24.4.1.2 ipCidrRouteTos: 1.3.6.1.2.1.4.24.4.1.3 ipCidrRouteNextHop: 1.3.6.1.2.1.4.24.4.1.4 ipCidrRouteIfIndex: 1.3.6.1.2.1.4.24.4.1.5 ipCidrRouteType: 1.3.6.1.2.1.4.24.4.1.6 ipCidrRouteProto: 1.3.6.1.2.1.4.24.4.1.7 ipCidrRouteAge: 1.3.6.1.2.1.4.24.4.1.8 ipCidrRouteInfo: 1.3.6.1.2.1.4.24.4.1.9 ipCidrRouteNextHopAS: 1.3.6.1.2.1.4.24.4.1.10 ipCidrRouteMetric1: 1.3.6.1.2.1.4.24.4.1.11 ipCidrRouteMetric2: 1.3.6.1.2.1.4.24.4.1.12 ipCidrRouteMetric3: 1.3.6.1.2.1.4.24.4.1.13 ipCidrRouteMetric4: 1.3.6.1.2.1.4.24.4.1.14 ipCidrRouteMetric5: 1.3.6.1.2.1.4.24.4.1.15 ipCidrRouteStatus: 1.3.6.1.2.1.4.24.4.1.16 ipForwardConformance: 1.3.6.1.2.1.4.24.5 ipForwardGroups: 1.3.6.1.2.1.4.24.5.1 ipForwardCompliances: 1.3.6.1.2.1.4.24.5.2 inetCidrRouteNumber: 1.3.6.1.2.1.4.24.6 inetCidrRouteTable: 1.3.6.1.2.1.4.24.7 inetCidrRouteEntry: 1.3.6.1.2.1.4.24.7.1 inetCidrRouteDestType: 1.3.6.1.2.1.4.24.7.1.1 inetCidrRouteDest: 1.3.6.1.2.1.4.24.7.1.2 inetCidrRoutePfxLen: 1.3.6.1.2.1.4.24.7.1.3 inetCidrRoutePolicy: 1.3.6.1.2.1.4.24.7.1.4 inetCidrRouteNextHopType: 1.3.6.1.2.1.4.24.7.1.5 inetCidrRouteNextHop: 1.3.6.1.2.1.4.24.7.1.6 inetCidrRouteIfIndex: 1.3.6.1.2.1.4.24.7.1.7 inetCidrRouteType: 1.3.6.1.2.1.4.24.7.1.8 inetCidrRouteProto: 1.3.6.1.2.1.4.24.7.1.9 inetCidrRouteAge: 1.3.6.1.2.1.4.24.7.1.10 inetCidrRouteNextHopAS: 1.3.6.1.2.1.4.24.7.1.11 inetCidrRouteMetric1: 1.3.6.1.2.1.4.24.7.1.12 inetCidrRouteMetric2: 1.3.6.1.2.1.4.24.7.1.13 inetCidrRouteMetric3: 1.3.6.1.2.1.4.24.7.1.14 inetCidrRouteMetric4: 1.3.6.1.2.1.4.24.7.1.15 inetCidrRouteMetric5: 1.3.6.1.2.1.4.24.7.1.16 inetCidrRouteStatus: 1.3.6.1.2.1.4.24.7.1.17 inetCidrRouteDiscards: 1.3.6.1.2.1.4.24.8 snmp-1.2.0/data/ruby/snmp/mibs/RADIUS-ACC-CLIENT-MIB.yaml0000644000004100000410000000445712365504747022167 0ustar www-datawww-data--- radiusMIB: 1.3.6.1.2.1.67 radiusAccounting: 1.3.6.1.2.1.67.2 radiusAccClientMIB: 1.3.6.1.2.1.67.2.2 radiusAccClientMIBObjects: 1.3.6.1.2.1.67.2.2.1 radiusAccClient: 1.3.6.1.2.1.67.2.2.1.1 radiusAccClientInvalidServerAddresses: 1.3.6.1.2.1.67.2.2.1.1.1 radiusAccClientIdentifier: 1.3.6.1.2.1.67.2.2.1.1.2 radiusAccServerTable: 1.3.6.1.2.1.67.2.2.1.1.3 radiusAccServerEntry: 1.3.6.1.2.1.67.2.2.1.1.3.1 radiusAccServerIndex: 1.3.6.1.2.1.67.2.2.1.1.3.1.1 radiusAccServerAddress: 1.3.6.1.2.1.67.2.2.1.1.3.1.2 radiusAccClientServerPortNumber: 1.3.6.1.2.1.67.2.2.1.1.3.1.3 radiusAccClientRoundTripTime: 1.3.6.1.2.1.67.2.2.1.1.3.1.4 radiusAccClientRequests: 1.3.6.1.2.1.67.2.2.1.1.3.1.5 radiusAccClientRetransmissions: 1.3.6.1.2.1.67.2.2.1.1.3.1.6 radiusAccClientResponses: 1.3.6.1.2.1.67.2.2.1.1.3.1.7 radiusAccClientMalformedResponses: 1.3.6.1.2.1.67.2.2.1.1.3.1.8 radiusAccClientBadAuthenticators: 1.3.6.1.2.1.67.2.2.1.1.3.1.9 radiusAccClientPendingRequests: 1.3.6.1.2.1.67.2.2.1.1.3.1.10 radiusAccClientTimeouts: 1.3.6.1.2.1.67.2.2.1.1.3.1.11 radiusAccClientUnknownTypes: 1.3.6.1.2.1.67.2.2.1.1.3.1.12 radiusAccClientPacketsDropped: 1.3.6.1.2.1.67.2.2.1.1.3.1.13 radiusAccServerExtTable: 1.3.6.1.2.1.67.2.2.1.1.4 radiusAccServerExtEntry: 1.3.6.1.2.1.67.2.2.1.1.4.1 radiusAccServerExtIndex: 1.3.6.1.2.1.67.2.2.1.1.4.1.1 radiusAccServerInetAddressType: 1.3.6.1.2.1.67.2.2.1.1.4.1.2 radiusAccServerInetAddress: 1.3.6.1.2.1.67.2.2.1.1.4.1.3 radiusAccClientServerInetPortNumber: 1.3.6.1.2.1.67.2.2.1.1.4.1.4 radiusAccClientExtRoundTripTime: 1.3.6.1.2.1.67.2.2.1.1.4.1.5 radiusAccClientExtRequests: 1.3.6.1.2.1.67.2.2.1.1.4.1.6 radiusAccClientExtRetransmissions: 1.3.6.1.2.1.67.2.2.1.1.4.1.7 radiusAccClientExtResponses: 1.3.6.1.2.1.67.2.2.1.1.4.1.8 radiusAccClientExtMalformedResponses: 1.3.6.1.2.1.67.2.2.1.1.4.1.9 radiusAccClientExtBadAuthenticators: 1.3.6.1.2.1.67.2.2.1.1.4.1.10 radiusAccClientExtPendingRequests: 1.3.6.1.2.1.67.2.2.1.1.4.1.11 radiusAccClientExtTimeouts: 1.3.6.1.2.1.67.2.2.1.1.4.1.12 radiusAccClientExtUnknownTypes: 1.3.6.1.2.1.67.2.2.1.1.4.1.13 radiusAccClientExtPacketsDropped: 1.3.6.1.2.1.67.2.2.1.1.4.1.14 radiusAccClientCounterDiscontinuity: 1.3.6.1.2.1.67.2.2.1.1.4.1.15 radiusAccClientMIBConformance: 1.3.6.1.2.1.67.2.2.2 radiusAccClientMIBCompliances: 1.3.6.1.2.1.67.2.2.2.1 radiusAccClientMIBGroups: 1.3.6.1.2.1.67.2.2.2.2 snmp-1.2.0/data/ruby/snmp/mibs/SCTP-MIB.yaml0000644000004100000410000000672412365504747020410 0ustar www-datawww-data--- sctpMIB: 1.3.6.1.2.1.104 sctpObjects: 1.3.6.1.2.1.104.1 sctpStats: 1.3.6.1.2.1.104.1.1 sctpCurrEstab: 1.3.6.1.2.1.104.1.1.1 sctpActiveEstabs: 1.3.6.1.2.1.104.1.1.2 sctpPassiveEstabs: 1.3.6.1.2.1.104.1.1.3 sctpAborteds: 1.3.6.1.2.1.104.1.1.4 sctpShutdowns: 1.3.6.1.2.1.104.1.1.5 sctpOutOfBlues: 1.3.6.1.2.1.104.1.1.6 sctpChecksumErrors: 1.3.6.1.2.1.104.1.1.7 sctpOutCtrlChunks: 1.3.6.1.2.1.104.1.1.8 sctpOutOrderChunks: 1.3.6.1.2.1.104.1.1.9 sctpOutUnorderChunks: 1.3.6.1.2.1.104.1.1.10 sctpInCtrlChunks: 1.3.6.1.2.1.104.1.1.11 sctpInOrderChunks: 1.3.6.1.2.1.104.1.1.12 sctpInUnorderChunks: 1.3.6.1.2.1.104.1.1.13 sctpFragUsrMsgs: 1.3.6.1.2.1.104.1.1.14 sctpReasmUsrMsgs: 1.3.6.1.2.1.104.1.1.15 sctpOutSCTPPacks: 1.3.6.1.2.1.104.1.1.16 sctpInSCTPPacks: 1.3.6.1.2.1.104.1.1.17 sctpDiscontinuityTime: 1.3.6.1.2.1.104.1.1.18 sctpParams: 1.3.6.1.2.1.104.1.2 sctpRtoAlgorithm: 1.3.6.1.2.1.104.1.2.1 sctpRtoMin: 1.3.6.1.2.1.104.1.2.2 sctpRtoMax: 1.3.6.1.2.1.104.1.2.3 sctpRtoInitial: 1.3.6.1.2.1.104.1.2.4 sctpMaxAssocs: 1.3.6.1.2.1.104.1.2.5 sctpValCookieLife: 1.3.6.1.2.1.104.1.2.6 sctpMaxInitRetr: 1.3.6.1.2.1.104.1.2.7 sctpAssocTable: 1.3.6.1.2.1.104.1.3 sctpAssocEntry: 1.3.6.1.2.1.104.1.3.1 sctpAssocId: 1.3.6.1.2.1.104.1.3.1.1 sctpAssocRemHostName: 1.3.6.1.2.1.104.1.3.1.2 sctpAssocLocalPort: 1.3.6.1.2.1.104.1.3.1.3 sctpAssocRemPort: 1.3.6.1.2.1.104.1.3.1.4 sctpAssocRemPrimAddrType: 1.3.6.1.2.1.104.1.3.1.5 sctpAssocRemPrimAddr: 1.3.6.1.2.1.104.1.3.1.6 sctpAssocHeartBeatInterval: 1.3.6.1.2.1.104.1.3.1.7 sctpAssocState: 1.3.6.1.2.1.104.1.3.1.8 sctpAssocInStreams: 1.3.6.1.2.1.104.1.3.1.9 sctpAssocOutStreams: 1.3.6.1.2.1.104.1.3.1.10 sctpAssocMaxRetr: 1.3.6.1.2.1.104.1.3.1.11 sctpAssocPrimProcess: 1.3.6.1.2.1.104.1.3.1.12 sctpAssocT1expireds: 1.3.6.1.2.1.104.1.3.1.13 sctpAssocT2expireds: 1.3.6.1.2.1.104.1.3.1.14 sctpAssocRtxChunks: 1.3.6.1.2.1.104.1.3.1.15 sctpAssocStartTime: 1.3.6.1.2.1.104.1.3.1.16 sctpAssocDiscontinuityTime: 1.3.6.1.2.1.104.1.3.1.17 sctpAssocLocalAddrTable: 1.3.6.1.2.1.104.1.4 sctpAssocLocalAddrEntry: 1.3.6.1.2.1.104.1.4.1 sctpAssocLocalAddrType: 1.3.6.1.2.1.104.1.4.1.1 sctpAssocLocalAddr: 1.3.6.1.2.1.104.1.4.1.2 sctpAssocLocalAddrStartTime: 1.3.6.1.2.1.104.1.4.1.3 sctpAssocRemAddrTable: 1.3.6.1.2.1.104.1.5 sctpAssocRemAddrEntry: 1.3.6.1.2.1.104.1.5.1 sctpAssocRemAddrType: 1.3.6.1.2.1.104.1.5.1.1 sctpAssocRemAddr: 1.3.6.1.2.1.104.1.5.1.2 sctpAssocRemAddrActive: 1.3.6.1.2.1.104.1.5.1.3 sctpAssocRemAddrHBActive: 1.3.6.1.2.1.104.1.5.1.4 sctpAssocRemAddrRTO: 1.3.6.1.2.1.104.1.5.1.5 sctpAssocRemAddrMaxPathRtx: 1.3.6.1.2.1.104.1.5.1.6 sctpAssocRemAddrRtx: 1.3.6.1.2.1.104.1.5.1.7 sctpAssocRemAddrStartTime: 1.3.6.1.2.1.104.1.5.1.8 sctpLookupLocalPortTable: 1.3.6.1.2.1.104.1.6 sctpLookupLocalPortEntry: 1.3.6.1.2.1.104.1.6.1 sctpLookupLocalPortStartTime: 1.3.6.1.2.1.104.1.6.1.1 sctpLookupRemPortTable: 1.3.6.1.2.1.104.1.7 sctpLookupRemPortEntry: 1.3.6.1.2.1.104.1.7.1 sctpLookupRemPortStartTime: 1.3.6.1.2.1.104.1.7.1.1 sctpLookupRemHostNameTable: 1.3.6.1.2.1.104.1.8 sctpLookupRemHostNameEntry: 1.3.6.1.2.1.104.1.8.1 sctpLookupRemHostNameStartTime: 1.3.6.1.2.1.104.1.8.1.1 sctpLookupRemPrimIPAddrTable: 1.3.6.1.2.1.104.1.9 sctpLookupRemPrimIPAddrEntry: 1.3.6.1.2.1.104.1.9.1 sctpLookupRemPrimIPAddrStartTime: 1.3.6.1.2.1.104.1.9.1.1 sctpLookupRemIPAddrTable: 1.3.6.1.2.1.104.1.10 sctpLookupRemIPAddrEntry: 1.3.6.1.2.1.104.1.10.1 sctpLookupRemIPAddrStartTime: 1.3.6.1.2.1.104.1.10.1.1 sctpMibConformance: 1.3.6.1.2.1.104.2 sctpMibCompliances: 1.3.6.1.2.1.104.2.1 sctpMibGroups: 1.3.6.1.2.1.104.2.2 snmp-1.2.0/data/ruby/snmp/mibs/IPSEC-SPD-MIB.yaml0000644000004100000410000001233712365504747021123 0ustar www-datawww-data--- spdMIB: 1.3.6.1.2.1.153 spdConfigObjects: 1.3.6.1.2.1.153.1 spdLocalConfigObjects: 1.3.6.1.2.1.153.1.1 spdIngressPolicyGroupName: 1.3.6.1.2.1.153.1.1.1 spdEgressPolicyGroupName: 1.3.6.1.2.1.153.1.1.2 spdEndpointToGroupTable: 1.3.6.1.2.1.153.1.2 spdEndpointToGroupEntry: 1.3.6.1.2.1.153.1.2.1 spdEndGroupDirection: 1.3.6.1.2.1.153.1.2.1.1 spdEndGroupInterface: 1.3.6.1.2.1.153.1.2.1.2 spdEndGroupName: 1.3.6.1.2.1.153.1.2.1.3 spdEndGroupLastChanged: 1.3.6.1.2.1.153.1.2.1.4 spdEndGroupStorageType: 1.3.6.1.2.1.153.1.2.1.5 spdEndGroupRowStatus: 1.3.6.1.2.1.153.1.2.1.6 spdGroupContentsTable: 1.3.6.1.2.1.153.1.3 spdGroupContentsEntry: 1.3.6.1.2.1.153.1.3.1 spdGroupContName: 1.3.6.1.2.1.153.1.3.1.1 spdGroupContPriority: 1.3.6.1.2.1.153.1.3.1.2 spdGroupContFilter: 1.3.6.1.2.1.153.1.3.1.3 spdGroupContComponentType: 1.3.6.1.2.1.153.1.3.1.4 spdGroupContComponentName: 1.3.6.1.2.1.153.1.3.1.5 spdGroupContLastChanged: 1.3.6.1.2.1.153.1.3.1.6 spdGroupContStorageType: 1.3.6.1.2.1.153.1.3.1.7 spdGroupContRowStatus: 1.3.6.1.2.1.153.1.3.1.8 spdRuleDefinitionTable: 1.3.6.1.2.1.153.1.4 spdRuleDefinitionEntry: 1.3.6.1.2.1.153.1.4.1 spdRuleDefName: 1.3.6.1.2.1.153.1.4.1.1 spdRuleDefDescription: 1.3.6.1.2.1.153.1.4.1.2 spdRuleDefFilter: 1.3.6.1.2.1.153.1.4.1.3 spdRuleDefFilterNegated: 1.3.6.1.2.1.153.1.4.1.4 spdRuleDefAction: 1.3.6.1.2.1.153.1.4.1.5 spdRuleDefAdminStatus: 1.3.6.1.2.1.153.1.4.1.6 spdRuleDefLastChanged: 1.3.6.1.2.1.153.1.4.1.7 spdRuleDefStorageType: 1.3.6.1.2.1.153.1.4.1.8 spdRuleDefRowStatus: 1.3.6.1.2.1.153.1.4.1.9 spdCompoundFilterTable: 1.3.6.1.2.1.153.1.5 spdCompoundFilterEntry: 1.3.6.1.2.1.153.1.5.1 spdCompFiltName: 1.3.6.1.2.1.153.1.5.1.1 spdCompFiltDescription: 1.3.6.1.2.1.153.1.5.1.2 spdCompFiltLogicType: 1.3.6.1.2.1.153.1.5.1.3 spdCompFiltLastChanged: 1.3.6.1.2.1.153.1.5.1.4 spdCompFiltStorageType: 1.3.6.1.2.1.153.1.5.1.5 spdCompFiltRowStatus: 1.3.6.1.2.1.153.1.5.1.6 spdSubfiltersTable: 1.3.6.1.2.1.153.1.6 spdSubfiltersEntry: 1.3.6.1.2.1.153.1.6.1 spdSubFiltPriority: 1.3.6.1.2.1.153.1.6.1.1 spdSubFiltSubfilter: 1.3.6.1.2.1.153.1.6.1.2 spdSubFiltSubfilterIsNegated: 1.3.6.1.2.1.153.1.6.1.3 spdSubFiltLastChanged: 1.3.6.1.2.1.153.1.6.1.4 spdSubFiltStorageType: 1.3.6.1.2.1.153.1.6.1.5 spdSubFiltRowStatus: 1.3.6.1.2.1.153.1.6.1.6 spdStaticFilters: 1.3.6.1.2.1.153.1.7 spdTrueFilter: 1.3.6.1.2.1.153.1.7.1 spdTrueFilterInstance: 1.3.6.1.2.1.153.1.7.1.0 spdIpOffsetFilterTable: 1.3.6.1.2.1.153.1.8 spdIpOffsetFilterEntry: 1.3.6.1.2.1.153.1.8.1 spdIpOffFiltName: 1.3.6.1.2.1.153.1.8.1.1 spdIpOffFiltOffset: 1.3.6.1.2.1.153.1.8.1.2 spdIpOffFiltType: 1.3.6.1.2.1.153.1.8.1.3 spdIpOffFiltValue: 1.3.6.1.2.1.153.1.8.1.4 spdIpOffFiltLastChanged: 1.3.6.1.2.1.153.1.8.1.5 spdIpOffFiltStorageType: 1.3.6.1.2.1.153.1.8.1.6 spdIpOffFiltRowStatus: 1.3.6.1.2.1.153.1.8.1.7 spdTimeFilterTable: 1.3.6.1.2.1.153.1.9 spdTimeFilterEntry: 1.3.6.1.2.1.153.1.9.1 spdTimeFiltName: 1.3.6.1.2.1.153.1.9.1.1 spdTimeFiltPeriod: 1.3.6.1.2.1.153.1.9.1.2 spdTimeFiltMonthOfYearMask: 1.3.6.1.2.1.153.1.9.1.3 spdTimeFiltDayOfMonthMask: 1.3.6.1.2.1.153.1.9.1.4 spdTimeFiltDayOfWeekMask: 1.3.6.1.2.1.153.1.9.1.5 spdTimeFiltTimeOfDayMask: 1.3.6.1.2.1.153.1.9.1.6 spdTimeFiltLastChanged: 1.3.6.1.2.1.153.1.9.1.7 spdTimeFiltStorageType: 1.3.6.1.2.1.153.1.9.1.8 spdTimeFiltRowStatus: 1.3.6.1.2.1.153.1.9.1.9 spdIpsoHeaderFilterTable: 1.3.6.1.2.1.153.1.10 spdIpsoHeaderFilterEntry: 1.3.6.1.2.1.153.1.10.1 spdIpsoHeadFiltName: 1.3.6.1.2.1.153.1.10.1.1 spdIpsoHeadFiltType: 1.3.6.1.2.1.153.1.10.1.2 spdIpsoHeadFiltClassification: 1.3.6.1.2.1.153.1.10.1.3 spdIpsoHeadFiltProtectionAuth: 1.3.6.1.2.1.153.1.10.1.4 spdIpsoHeadFiltLastChanged: 1.3.6.1.2.1.153.1.10.1.5 spdIpsoHeadFiltStorageType: 1.3.6.1.2.1.153.1.10.1.6 spdIpsoHeadFiltRowStatus: 1.3.6.1.2.1.153.1.10.1.7 spdCompoundActionTable: 1.3.6.1.2.1.153.1.11 spdCompoundActionEntry: 1.3.6.1.2.1.153.1.11.1 spdCompActName: 1.3.6.1.2.1.153.1.11.1.1 spdCompActExecutionStrategy: 1.3.6.1.2.1.153.1.11.1.2 spdCompActLastChanged: 1.3.6.1.2.1.153.1.11.1.3 spdCompActStorageType: 1.3.6.1.2.1.153.1.11.1.4 spdCompActRowStatus: 1.3.6.1.2.1.153.1.11.1.5 spdSubactionsTable: 1.3.6.1.2.1.153.1.12 spdSubactionsEntry: 1.3.6.1.2.1.153.1.12.1 spdSubActPriority: 1.3.6.1.2.1.153.1.12.1.1 spdSubActSubActionName: 1.3.6.1.2.1.153.1.12.1.2 spdSubActLastChanged: 1.3.6.1.2.1.153.1.12.1.3 spdSubActStorageType: 1.3.6.1.2.1.153.1.12.1.4 spdSubActRowStatus: 1.3.6.1.2.1.153.1.12.1.5 spdStaticActions: 1.3.6.1.2.1.153.1.13 spdDropAction: 1.3.6.1.2.1.153.1.13.1 spdDropActionLog: 1.3.6.1.2.1.153.1.13.2 spdAcceptAction: 1.3.6.1.2.1.153.1.13.3 spdAcceptActionLog: 1.3.6.1.2.1.153.1.13.4 spdNotificationObjects: 1.3.6.1.2.1.153.2 spdNotifications: 1.3.6.1.2.1.153.2.0 spdNotificationVariables: 1.3.6.1.2.1.153.2.1 spdActionExecuted: 1.3.6.1.2.1.153.2.1.1 spdIPEndpointAddType: 1.3.6.1.2.1.153.2.1.2 spdIPEndpointAddress: 1.3.6.1.2.1.153.2.1.3 spdIPSourceType: 1.3.6.1.2.1.153.2.1.4 spdIPSourceAddress: 1.3.6.1.2.1.153.2.1.5 spdIPDestinationType: 1.3.6.1.2.1.153.2.1.6 spdIPDestinationAddress: 1.3.6.1.2.1.153.2.1.7 spdPacketDirection: 1.3.6.1.2.1.153.2.1.8 spdPacketPart: 1.3.6.1.2.1.153.2.1.9 spdConformanceObjects: 1.3.6.1.2.1.153.3 spdCompliances: 1.3.6.1.2.1.153.3.1 spdGroups: 1.3.6.1.2.1.153.3.2 spdActions: 1.3.6.1.2.1.153.4 spdActionNotification: 1.3.6.1.2.1.153.2.0.1 spdPacketNotification: 1.3.6.1.2.1.153.2.0.2 snmp-1.2.0/data/ruby/snmp/mibs/RFC1271-MIB.yaml0000644000004100000410000002121712365504747020556 0ustar www-datawww-data--- rmon: 1.3.6.1.2.1.16 statistics: 1.3.6.1.2.1.16.1 etherStatsTable: 1.3.6.1.2.1.16.1.1 etherStatsEntry: 1.3.6.1.2.1.16.1.1.1 etherStatsIndex: 1.3.6.1.2.1.16.1.1.1.1 etherStatsDataSource: 1.3.6.1.2.1.16.1.1.1.2 etherStatsDropEvents: 1.3.6.1.2.1.16.1.1.1.3 etherStatsOctets: 1.3.6.1.2.1.16.1.1.1.4 etherStatsPkts: 1.3.6.1.2.1.16.1.1.1.5 etherStatsBroadcastPkts: 1.3.6.1.2.1.16.1.1.1.6 etherStatsMulticastPkts: 1.3.6.1.2.1.16.1.1.1.7 etherStatsCRCAlignErrors: 1.3.6.1.2.1.16.1.1.1.8 etherStatsUndersizePkts: 1.3.6.1.2.1.16.1.1.1.9 etherStatsOversizePkts: 1.3.6.1.2.1.16.1.1.1.10 etherStatsFragments: 1.3.6.1.2.1.16.1.1.1.11 etherStatsJabbers: 1.3.6.1.2.1.16.1.1.1.12 etherStatsCollisions: 1.3.6.1.2.1.16.1.1.1.13 etherStatsPkts64Octets: 1.3.6.1.2.1.16.1.1.1.14 etherStatsPkts65to127Octets: 1.3.6.1.2.1.16.1.1.1.15 etherStatsPkts128to255Octets: 1.3.6.1.2.1.16.1.1.1.16 etherStatsPkts256to511Octets: 1.3.6.1.2.1.16.1.1.1.17 etherStatsPkts512to1023Octets: 1.3.6.1.2.1.16.1.1.1.18 etherStatsPkts1024to1518Octets: 1.3.6.1.2.1.16.1.1.1.19 etherStatsOwner: 1.3.6.1.2.1.16.1.1.1.20 etherStatsStatus: 1.3.6.1.2.1.16.1.1.1.21 history: 1.3.6.1.2.1.16.2 historyControlTable: 1.3.6.1.2.1.16.2.1 historyControlEntry: 1.3.6.1.2.1.16.2.1.1 historyControlIndex: 1.3.6.1.2.1.16.2.1.1.1 historyControlDataSource: 1.3.6.1.2.1.16.2.1.1.2 historyControlBucketsRequested: 1.3.6.1.2.1.16.2.1.1.3 historyControlBucketsGranted: 1.3.6.1.2.1.16.2.1.1.4 historyControlInterval: 1.3.6.1.2.1.16.2.1.1.5 historyControlOwner: 1.3.6.1.2.1.16.2.1.1.6 historyControlStatus: 1.3.6.1.2.1.16.2.1.1.7 etherHistoryTable: 1.3.6.1.2.1.16.2.2 etherHistoryEntry: 1.3.6.1.2.1.16.2.2.1 etherHistoryIndex: 1.3.6.1.2.1.16.2.2.1.1 etherHistorySampleIndex: 1.3.6.1.2.1.16.2.2.1.2 etherHistoryIntervalStart: 1.3.6.1.2.1.16.2.2.1.3 etherHistoryDropEvents: 1.3.6.1.2.1.16.2.2.1.4 etherHistoryOctets: 1.3.6.1.2.1.16.2.2.1.5 etherHistoryPkts: 1.3.6.1.2.1.16.2.2.1.6 etherHistoryBroadcastPkts: 1.3.6.1.2.1.16.2.2.1.7 etherHistoryMulticastPkts: 1.3.6.1.2.1.16.2.2.1.8 etherHistoryCRCAlignErrors: 1.3.6.1.2.1.16.2.2.1.9 etherHistoryUndersizePkts: 1.3.6.1.2.1.16.2.2.1.10 etherHistoryOversizePkts: 1.3.6.1.2.1.16.2.2.1.11 etherHistoryFragments: 1.3.6.1.2.1.16.2.2.1.12 etherHistoryJabbers: 1.3.6.1.2.1.16.2.2.1.13 etherHistoryCollisions: 1.3.6.1.2.1.16.2.2.1.14 etherHistoryUtilization: 1.3.6.1.2.1.16.2.2.1.15 alarm: 1.3.6.1.2.1.16.3 alarmTable: 1.3.6.1.2.1.16.3.1 alarmEntry: 1.3.6.1.2.1.16.3.1.1 alarmIndex: 1.3.6.1.2.1.16.3.1.1.1 alarmInterval: 1.3.6.1.2.1.16.3.1.1.2 alarmVariable: 1.3.6.1.2.1.16.3.1.1.3 alarmSampleType: 1.3.6.1.2.1.16.3.1.1.4 alarmValue: 1.3.6.1.2.1.16.3.1.1.5 alarmStartupAlarm: 1.3.6.1.2.1.16.3.1.1.6 alarmRisingThreshold: 1.3.6.1.2.1.16.3.1.1.7 alarmFallingThreshold: 1.3.6.1.2.1.16.3.1.1.8 alarmRisingEventIndex: 1.3.6.1.2.1.16.3.1.1.9 alarmFallingEventIndex: 1.3.6.1.2.1.16.3.1.1.10 alarmOwner: 1.3.6.1.2.1.16.3.1.1.11 alarmStatus: 1.3.6.1.2.1.16.3.1.1.12 hosts: 1.3.6.1.2.1.16.4 hostControlTable: 1.3.6.1.2.1.16.4.1 hostControlEntry: 1.3.6.1.2.1.16.4.1.1 hostControlIndex: 1.3.6.1.2.1.16.4.1.1.1 hostControlDataSource: 1.3.6.1.2.1.16.4.1.1.2 hostControlTableSize: 1.3.6.1.2.1.16.4.1.1.3 hostControlLastDeleteTime: 1.3.6.1.2.1.16.4.1.1.4 hostControlOwner: 1.3.6.1.2.1.16.4.1.1.5 hostControlStatus: 1.3.6.1.2.1.16.4.1.1.6 hostTable: 1.3.6.1.2.1.16.4.2 hostEntry: 1.3.6.1.2.1.16.4.2.1 hostAddress: 1.3.6.1.2.1.16.4.2.1.1 hostCreationOrder: 1.3.6.1.2.1.16.4.2.1.2 hostIndex: 1.3.6.1.2.1.16.4.2.1.3 hostInPkts: 1.3.6.1.2.1.16.4.2.1.4 hostOutPkts: 1.3.6.1.2.1.16.4.2.1.5 hostInOctets: 1.3.6.1.2.1.16.4.2.1.6 hostOutOctets: 1.3.6.1.2.1.16.4.2.1.7 hostOutErrors: 1.3.6.1.2.1.16.4.2.1.8 hostOutBroadcastPkts: 1.3.6.1.2.1.16.4.2.1.9 hostOutMulticastPkts: 1.3.6.1.2.1.16.4.2.1.10 hostTimeTable: 1.3.6.1.2.1.16.4.3 hostTimeEntry: 1.3.6.1.2.1.16.4.3.1 hostTimeAddress: 1.3.6.1.2.1.16.4.3.1.1 hostTimeCreationOrder: 1.3.6.1.2.1.16.4.3.1.2 hostTimeIndex: 1.3.6.1.2.1.16.4.3.1.3 hostTimeInPkts: 1.3.6.1.2.1.16.4.3.1.4 hostTimeOutPkts: 1.3.6.1.2.1.16.4.3.1.5 hostTimeInOctets: 1.3.6.1.2.1.16.4.3.1.6 hostTimeOutOctets: 1.3.6.1.2.1.16.4.3.1.7 hostTimeOutErrors: 1.3.6.1.2.1.16.4.3.1.8 hostTimeOutBroadcastPkts: 1.3.6.1.2.1.16.4.3.1.9 hostTimeOutMulticastPkts: 1.3.6.1.2.1.16.4.3.1.10 hostTopN: 1.3.6.1.2.1.16.5 hostTopNControlTable: 1.3.6.1.2.1.16.5.1 hostTopNControlEntry: 1.3.6.1.2.1.16.5.1.1 hostTopNControlIndex: 1.3.6.1.2.1.16.5.1.1.1 hostTopNHostIndex: 1.3.6.1.2.1.16.5.1.1.2 hostTopNRateBase: 1.3.6.1.2.1.16.5.1.1.3 hostTopNTimeRemaining: 1.3.6.1.2.1.16.5.1.1.4 hostTopNDuration: 1.3.6.1.2.1.16.5.1.1.5 hostTopNRequestedSize: 1.3.6.1.2.1.16.5.1.1.6 hostTopNGrantedSize: 1.3.6.1.2.1.16.5.1.1.7 hostTopNStartTime: 1.3.6.1.2.1.16.5.1.1.8 hostTopNOwner: 1.3.6.1.2.1.16.5.1.1.9 hostTopNStatus: 1.3.6.1.2.1.16.5.1.1.10 hostTopNTable: 1.3.6.1.2.1.16.5.2 hostTopNEntry: 1.3.6.1.2.1.16.5.2.1 hostTopNReport: 1.3.6.1.2.1.16.5.2.1.1 hostTopNIndex: 1.3.6.1.2.1.16.5.2.1.2 hostTopNAddress: 1.3.6.1.2.1.16.5.2.1.3 hostTopNRate: 1.3.6.1.2.1.16.5.2.1.4 matrix: 1.3.6.1.2.1.16.6 matrixControlTable: 1.3.6.1.2.1.16.6.1 matrixControlEntry: 1.3.6.1.2.1.16.6.1.1 matrixControlIndex: 1.3.6.1.2.1.16.6.1.1.1 matrixControlDataSource: 1.3.6.1.2.1.16.6.1.1.2 matrixControlTableSize: 1.3.6.1.2.1.16.6.1.1.3 matrixControlLastDeleteTime: 1.3.6.1.2.1.16.6.1.1.4 matrixControlOwner: 1.3.6.1.2.1.16.6.1.1.5 matrixControlStatus: 1.3.6.1.2.1.16.6.1.1.6 matrixSDTable: 1.3.6.1.2.1.16.6.2 matrixSDEntry: 1.3.6.1.2.1.16.6.2.1 matrixSDSourceAddress: 1.3.6.1.2.1.16.6.2.1.1 matrixSDDestAddress: 1.3.6.1.2.1.16.6.2.1.2 matrixSDIndex: 1.3.6.1.2.1.16.6.2.1.3 matrixSDPkts: 1.3.6.1.2.1.16.6.2.1.4 matrixSDOctets: 1.3.6.1.2.1.16.6.2.1.5 matrixSDErrors: 1.3.6.1.2.1.16.6.2.1.6 matrixDSTable: 1.3.6.1.2.1.16.6.3 matrixDSEntry: 1.3.6.1.2.1.16.6.3.1 matrixDSSourceAddress: 1.3.6.1.2.1.16.6.3.1.1 matrixDSDestAddress: 1.3.6.1.2.1.16.6.3.1.2 matrixDSIndex: 1.3.6.1.2.1.16.6.3.1.3 matrixDSPkts: 1.3.6.1.2.1.16.6.3.1.4 matrixDSOctets: 1.3.6.1.2.1.16.6.3.1.5 matrixDSErrors: 1.3.6.1.2.1.16.6.3.1.6 filter: 1.3.6.1.2.1.16.7 filterTable: 1.3.6.1.2.1.16.7.1 filterEntry: 1.3.6.1.2.1.16.7.1.1 filterIndex: 1.3.6.1.2.1.16.7.1.1.1 filterChannelIndex: 1.3.6.1.2.1.16.7.1.1.2 filterPktDataOffset: 1.3.6.1.2.1.16.7.1.1.3 filterPktData: 1.3.6.1.2.1.16.7.1.1.4 filterPktDataMask: 1.3.6.1.2.1.16.7.1.1.5 filterPktDataNotMask: 1.3.6.1.2.1.16.7.1.1.6 filterPktStatus: 1.3.6.1.2.1.16.7.1.1.7 filterPktStatusMask: 1.3.6.1.2.1.16.7.1.1.8 filterPktStatusNotMask: 1.3.6.1.2.1.16.7.1.1.9 filterOwner: 1.3.6.1.2.1.16.7.1.1.10 filterStatus: 1.3.6.1.2.1.16.7.1.1.11 channelTable: 1.3.6.1.2.1.16.7.2 channelEntry: 1.3.6.1.2.1.16.7.2.1 channelIndex: 1.3.6.1.2.1.16.7.2.1.1 channelIfIndex: 1.3.6.1.2.1.16.7.2.1.2 channelAcceptType: 1.3.6.1.2.1.16.7.2.1.3 channelDataControl: 1.3.6.1.2.1.16.7.2.1.4 channelTurnOnEventIndex: 1.3.6.1.2.1.16.7.2.1.5 channelTurnOffEventIndex: 1.3.6.1.2.1.16.7.2.1.6 channelEventIndex: 1.3.6.1.2.1.16.7.2.1.7 channelEventStatus: 1.3.6.1.2.1.16.7.2.1.8 channelMatches: 1.3.6.1.2.1.16.7.2.1.9 channelDescription: 1.3.6.1.2.1.16.7.2.1.10 channelOwner: 1.3.6.1.2.1.16.7.2.1.11 channelStatus: 1.3.6.1.2.1.16.7.2.1.12 capture: 1.3.6.1.2.1.16.8 bufferControlTable: 1.3.6.1.2.1.16.8.1 bufferControlEntry: 1.3.6.1.2.1.16.8.1.1 bufferControlIndex: 1.3.6.1.2.1.16.8.1.1.1 bufferControlChannelIndex: 1.3.6.1.2.1.16.8.1.1.2 bufferControlFullStatus: 1.3.6.1.2.1.16.8.1.1.3 bufferControlFullAction: 1.3.6.1.2.1.16.8.1.1.4 bufferControlCaptureSliceSize: 1.3.6.1.2.1.16.8.1.1.5 bufferControlDownloadSliceSize: 1.3.6.1.2.1.16.8.1.1.6 bufferControlDownloadOffset: 1.3.6.1.2.1.16.8.1.1.7 bufferControlMaxOctetsRequested: 1.3.6.1.2.1.16.8.1.1.8 bufferControlMaxOctetsGranted: 1.3.6.1.2.1.16.8.1.1.9 bufferControlCapturedPackets: 1.3.6.1.2.1.16.8.1.1.10 bufferControlTurnOnTime: 1.3.6.1.2.1.16.8.1.1.11 bufferControlOwner: 1.3.6.1.2.1.16.8.1.1.12 bufferControlStatus: 1.3.6.1.2.1.16.8.1.1.13 captureBufferTable: 1.3.6.1.2.1.16.8.2 captureBufferEntry: 1.3.6.1.2.1.16.8.2.1 captureBufferControlIndex: 1.3.6.1.2.1.16.8.2.1.1 captureBufferIndex: 1.3.6.1.2.1.16.8.2.1.2 captureBufferPacketID: 1.3.6.1.2.1.16.8.2.1.3 captureBufferPacketData: 1.3.6.1.2.1.16.8.2.1.4 captureBufferPacketLength: 1.3.6.1.2.1.16.8.2.1.5 captureBufferPacketTime: 1.3.6.1.2.1.16.8.2.1.6 captureBufferPacketStatus: 1.3.6.1.2.1.16.8.2.1.7 event: 1.3.6.1.2.1.16.9 eventTable: 1.3.6.1.2.1.16.9.1 eventEntry: 1.3.6.1.2.1.16.9.1.1 eventIndex: 1.3.6.1.2.1.16.9.1.1.1 eventDescription: 1.3.6.1.2.1.16.9.1.1.2 eventType: 1.3.6.1.2.1.16.9.1.1.3 eventCommunity: 1.3.6.1.2.1.16.9.1.1.4 eventLastTimeSent: 1.3.6.1.2.1.16.9.1.1.5 eventOwner: 1.3.6.1.2.1.16.9.1.1.6 eventStatus: 1.3.6.1.2.1.16.9.1.1.7 logTable: 1.3.6.1.2.1.16.9.2 logEntry: 1.3.6.1.2.1.16.9.2.1 logEventIndex: 1.3.6.1.2.1.16.9.2.1.1 logIndex: 1.3.6.1.2.1.16.9.2.1.2 logTime: 1.3.6.1.2.1.16.9.2.1.3 logDescription: 1.3.6.1.2.1.16.9.2.1.4 snmp-1.2.0/data/ruby/snmp/mibs/DOCS-IETF-SUBMGT-MIB.yaml0000644000004100000410000000264312365504747022107 0ustar www-datawww-data--- docsSubMgt: 1.3.6.1.2.1.125 docsSubMgtObjects: 1.3.6.1.2.1.125.1 docsSubMgtCpeControlTable: 1.3.6.1.2.1.125.1.1 docsSubMgtCpeControlEntry: 1.3.6.1.2.1.125.1.1.1 docsSubMgtCpeControlMaxCpeIp: 1.3.6.1.2.1.125.1.1.1.1 docsSubMgtCpeControlActive: 1.3.6.1.2.1.125.1.1.1.2 docsSubMgtCpeControlLearnable: 1.3.6.1.2.1.125.1.1.1.3 docsSubMgtCpeControlReset: 1.3.6.1.2.1.125.1.1.1.4 docsSubMgtCpeControlLastReset: 1.3.6.1.2.1.125.1.1.1.5 docsSubMgtCpeMaxIpDefault: 1.3.6.1.2.1.125.1.2 docsSubMgtCpeActiveDefault: 1.3.6.1.2.1.125.1.3 docsSubMgtCpeLearnableDefault: 1.3.6.1.2.1.125.1.4 docsSubMgtCpeIpTable: 1.3.6.1.2.1.125.1.5 docsSubMgtCpeIpEntry: 1.3.6.1.2.1.125.1.5.1 docsSubMgtCpeIpIndex: 1.3.6.1.2.1.125.1.5.1.1 docsSubMgtCpeIpAddressType: 1.3.6.1.2.1.125.1.5.1.2 docsSubMgtCpeIpAddr: 1.3.6.1.2.1.125.1.5.1.3 docsSubMgtCpeIpLearned: 1.3.6.1.2.1.125.1.5.1.4 docsSubMgtCmFilterTable: 1.3.6.1.2.1.125.1.6 docsSubMgtCmFilterEntry: 1.3.6.1.2.1.125.1.6.1 docsSubMgtCmFilterSubDownstream: 1.3.6.1.2.1.125.1.6.1.1 docsSubMgtCmFilterSubUpstream: 1.3.6.1.2.1.125.1.6.1.2 docsSubMgtCmFilterCmDownstream: 1.3.6.1.2.1.125.1.6.1.3 docsSubMgtCmFilterCmUpstream: 1.3.6.1.2.1.125.1.6.1.4 docsSubMgtFilterGroupTable: 1.3.6.1.2.1.125.1.7 docsSubMgtFilterGroupEntry: 1.3.6.1.2.1.125.1.7.1 docsSubMgtFilterGroupIndex: 1.3.6.1.2.1.125.1.7.1.1 docsSubMgtConformance: 1.3.6.1.2.1.125.2 docsSubMgtCompliances: 1.3.6.1.2.1.125.2.1 docsSubMgtGroups: 1.3.6.1.2.1.125.2.2 snmp-1.2.0/data/ruby/snmp/mibs/SNMP-FRAMEWORK-MIB.yaml0000644000004100000410000000100712365504747021734 0ustar www-datawww-data--- snmpFrameworkMIB: 1.3.6.1.6.3.10 snmpFrameworkAdmin: 1.3.6.1.6.3.10.1 snmpAuthProtocols: 1.3.6.1.6.3.10.1.1 snmpPrivProtocols: 1.3.6.1.6.3.10.1.2 snmpFrameworkMIBObjects: 1.3.6.1.6.3.10.2 snmpEngine: 1.3.6.1.6.3.10.2.1 snmpEngineID: 1.3.6.1.6.3.10.2.1.1 snmpEngineBoots: 1.3.6.1.6.3.10.2.1.2 snmpEngineTime: 1.3.6.1.6.3.10.2.1.3 snmpEngineMaxMessageSize: 1.3.6.1.6.3.10.2.1.4 snmpFrameworkMIBConformance: 1.3.6.1.6.3.10.3 snmpFrameworkMIBCompliances: 1.3.6.1.6.3.10.3.1 snmpFrameworkMIBGroups: 1.3.6.1.6.3.10.3.2 snmp-1.2.0/data/ruby/snmp/mibs/DOCS-IETF-CABLE-DEVICE-NOTIFICATION-MIB.yaml0000644000004100000410000000336512365504747024537 0ustar www-datawww-data--- docsDevNotifMIB: 1.3.6.1.2.1.132 docsDevNotifControl: 1.3.6.1.2.1.132.1 docsDevCmNotifControl: 1.3.6.1.2.1.132.1.1 docsDevCmtsNotifControl: 1.3.6.1.2.1.132.1.2 docsDevCmNotifs: 1.3.6.1.2.1.132.2.0 docsDevCmtsNotifs: 1.3.6.1.2.1.132.3.0 docsDevNotifConformance: 1.3.6.1.2.1.132.4 docsDevNotifGroups: 1.3.6.1.2.1.132.4.1 docsDevNotifCompliances: 1.3.6.1.2.1.132.4.2 docsDevCmInitTLVUnknownNotif: 1.3.6.1.2.1.132.2.0.1 docsDevCmDynServReqFailNotif: 1.3.6.1.2.1.132.2.0.2 docsDevCmDynServRspFailNotif: 1.3.6.1.2.1.132.2.0.3 docsDevCmDynServAckFailNotif: 1.3.6.1.2.1.132.2.0.4 docsDevCmBpiInitNotif: 1.3.6.1.2.1.132.2.0.5 docsDevCmBPKMNotif: 1.3.6.1.2.1.132.2.0.6 docsDevCmDynamicSANotif: 1.3.6.1.2.1.132.2.0.7 docsDevCmDHCPFailNotif: 1.3.6.1.2.1.132.2.0.8 docsDevCmSwUpgradeInitNotif: 1.3.6.1.2.1.132.2.0.9 docsDevCmSwUpgradeFailNotif: 1.3.6.1.2.1.132.2.0.10 docsDevCmSwUpgradeSuccessNotif: 1.3.6.1.2.1.132.2.0.11 docsDevCmSwUpgradeCVCFailNotif: 1.3.6.1.2.1.132.2.0.12 docsDevCmTODFailNotif: 1.3.6.1.2.1.132.2.0.13 docsDevCmDCCReqFailNotif: 1.3.6.1.2.1.132.2.0.14 docsDevCmDCCRspFailNotif: 1.3.6.1.2.1.132.2.0.15 docsDevCmDCCAckFailNotif: 1.3.6.1.2.1.132.2.0.16 docsDevCmtsInitRegReqFailNotif: 1.3.6.1.2.1.132.3.0.1 docsDevCmtsInitRegRspFailNotif: 1.3.6.1.2.1.132.3.0.2 docsDevCmtsInitRegAckFailNotif: 1.3.6.1.2.1.132.3.0.3 docsDevCmtsDynServReqFailNotif: 1.3.6.1.2.1.132.3.0.4 docsDevCmtsDynServRspFailNotif: 1.3.6.1.2.1.132.3.0.5 docsDevCmtsDynServAckFailNotif: 1.3.6.1.2.1.132.3.0.6 docsDevCmtsBpiInitNotif: 1.3.6.1.2.1.132.3.0.7 docsDevCmtsBPKMNotif: 1.3.6.1.2.1.132.3.0.8 docsDevCmtsDynamicSANotif: 1.3.6.1.2.1.132.3.0.9 docsDevCmtsDCCReqFailNotif: 1.3.6.1.2.1.132.3.0.10 docsDevCmtsDCCRspFailNotif: 1.3.6.1.2.1.132.3.0.11 docsDevCmtsDCCAckFailNotif: 1.3.6.1.2.1.132.3.0.12 snmp-1.2.0/data/ruby/snmp/mibs/DISMAN-SCHEDULE-MIB.yaml0000644000004100000410000000222112365504747021770 0ustar www-datawww-data--- schedMIB: 1.3.6.1.2.1.63 schedObjects: 1.3.6.1.2.1.63.1 schedLocalTime: 1.3.6.1.2.1.63.1.1 schedTable: 1.3.6.1.2.1.63.1.2 schedEntry: 1.3.6.1.2.1.63.1.2.1 schedOwner: 1.3.6.1.2.1.63.1.2.1.1 schedName: 1.3.6.1.2.1.63.1.2.1.2 schedDescr: 1.3.6.1.2.1.63.1.2.1.3 schedInterval: 1.3.6.1.2.1.63.1.2.1.4 schedWeekDay: 1.3.6.1.2.1.63.1.2.1.5 schedMonth: 1.3.6.1.2.1.63.1.2.1.6 schedDay: 1.3.6.1.2.1.63.1.2.1.7 schedHour: 1.3.6.1.2.1.63.1.2.1.8 schedMinute: 1.3.6.1.2.1.63.1.2.1.9 schedContextName: 1.3.6.1.2.1.63.1.2.1.10 schedVariable: 1.3.6.1.2.1.63.1.2.1.11 schedValue: 1.3.6.1.2.1.63.1.2.1.12 schedType: 1.3.6.1.2.1.63.1.2.1.13 schedAdminStatus: 1.3.6.1.2.1.63.1.2.1.14 schedOperStatus: 1.3.6.1.2.1.63.1.2.1.15 schedFailures: 1.3.6.1.2.1.63.1.2.1.16 schedLastFailure: 1.3.6.1.2.1.63.1.2.1.17 schedLastFailed: 1.3.6.1.2.1.63.1.2.1.18 schedStorageType: 1.3.6.1.2.1.63.1.2.1.19 schedRowStatus: 1.3.6.1.2.1.63.1.2.1.20 schedTriggers: 1.3.6.1.2.1.63.1.2.1.21 schedNotifications: 1.3.6.1.2.1.63.2 schedTraps: 1.3.6.1.2.1.63.2.0 schedConformance: 1.3.6.1.2.1.63.3 schedCompliances: 1.3.6.1.2.1.63.3.1 schedGroups: 1.3.6.1.2.1.63.3.2 schedActionFailure: 1.3.6.1.2.1.63.2.0.1 snmp-1.2.0/data/ruby/snmp/mibs/TCP-ESTATS-MIB.yaml0000644000004100000410000002035612365504747021263 0ustar www-datawww-data--- tcpEStatsMIB: 1.3.6.1.2.1.156 tcpEStatsNotifications: 1.3.6.1.2.1.156.0 tcpEStatsMIBObjects: 1.3.6.1.2.1.156.1 tcpEStats: 1.3.6.1.2.1.156.1.1 tcpEStatsListenerTable: 1.3.6.1.2.1.156.1.1.1 tcpEStatsListenerEntry: 1.3.6.1.2.1.156.1.1.1.1 tcpEStatsListenerStartTime: 1.3.6.1.2.1.156.1.1.1.1.1 tcpEStatsListenerSynRcvd: 1.3.6.1.2.1.156.1.1.1.1.2 tcpEStatsListenerInitial: 1.3.6.1.2.1.156.1.1.1.1.3 tcpEStatsListenerEstablished: 1.3.6.1.2.1.156.1.1.1.1.4 tcpEStatsListenerAccepted: 1.3.6.1.2.1.156.1.1.1.1.5 tcpEStatsListenerExceedBacklog: 1.3.6.1.2.1.156.1.1.1.1.6 tcpEStatsListenerHCSynRcvd: 1.3.6.1.2.1.156.1.1.1.1.7 tcpEStatsListenerHCInitial: 1.3.6.1.2.1.156.1.1.1.1.8 tcpEStatsListenerHCEstablished: 1.3.6.1.2.1.156.1.1.1.1.9 tcpEStatsListenerHCAccepted: 1.3.6.1.2.1.156.1.1.1.1.10 tcpEStatsListenerHCExceedBacklog: 1.3.6.1.2.1.156.1.1.1.1.11 tcpEStatsListenerCurConns: 1.3.6.1.2.1.156.1.1.1.1.12 tcpEStatsListenerMaxBacklog: 1.3.6.1.2.1.156.1.1.1.1.13 tcpEStatsListenerCurBacklog: 1.3.6.1.2.1.156.1.1.1.1.14 tcpEStatsListenerCurEstabBacklog: 1.3.6.1.2.1.156.1.1.1.1.15 tcpEStatsConnectIdTable: 1.3.6.1.2.1.156.1.1.2 tcpEStatsConnectIdEntry: 1.3.6.1.2.1.156.1.1.2.1 tcpEStatsConnectIndex: 1.3.6.1.2.1.156.1.1.2.1.1 tcpEStatsPerfTable: 1.3.6.1.2.1.156.1.1.3 tcpEStatsPerfEntry: 1.3.6.1.2.1.156.1.1.3.1 tcpEStatsPerfSegsOut: 1.3.6.1.2.1.156.1.1.3.1.1 tcpEStatsPerfDataSegsOut: 1.3.6.1.2.1.156.1.1.3.1.2 tcpEStatsPerfDataOctetsOut: 1.3.6.1.2.1.156.1.1.3.1.3 tcpEStatsPerfHCDataOctetsOut: 1.3.6.1.2.1.156.1.1.3.1.4 tcpEStatsPerfSegsRetrans: 1.3.6.1.2.1.156.1.1.3.1.5 tcpEStatsPerfOctetsRetrans: 1.3.6.1.2.1.156.1.1.3.1.6 tcpEStatsPerfSegsIn: 1.3.6.1.2.1.156.1.1.3.1.7 tcpEStatsPerfDataSegsIn: 1.3.6.1.2.1.156.1.1.3.1.8 tcpEStatsPerfDataOctetsIn: 1.3.6.1.2.1.156.1.1.3.1.9 tcpEStatsPerfHCDataOctetsIn: 1.3.6.1.2.1.156.1.1.3.1.10 tcpEStatsPerfElapsedSecs: 1.3.6.1.2.1.156.1.1.3.1.11 tcpEStatsPerfElapsedMicroSecs: 1.3.6.1.2.1.156.1.1.3.1.12 tcpEStatsPerfStartTimeStamp: 1.3.6.1.2.1.156.1.1.3.1.13 tcpEStatsPerfCurMSS: 1.3.6.1.2.1.156.1.1.3.1.14 tcpEStatsPerfPipeSize: 1.3.6.1.2.1.156.1.1.3.1.15 tcpEStatsPerfMaxPipeSize: 1.3.6.1.2.1.156.1.1.3.1.16 tcpEStatsPerfSmoothedRTT: 1.3.6.1.2.1.156.1.1.3.1.17 tcpEStatsPerfCurRTO: 1.3.6.1.2.1.156.1.1.3.1.18 tcpEStatsPerfCongSignals: 1.3.6.1.2.1.156.1.1.3.1.19 tcpEStatsPerfCurCwnd: 1.3.6.1.2.1.156.1.1.3.1.20 tcpEStatsPerfCurSsthresh: 1.3.6.1.2.1.156.1.1.3.1.21 tcpEStatsPerfTimeouts: 1.3.6.1.2.1.156.1.1.3.1.22 tcpEStatsPerfCurRwinSent: 1.3.6.1.2.1.156.1.1.3.1.23 tcpEStatsPerfMaxRwinSent: 1.3.6.1.2.1.156.1.1.3.1.24 tcpEStatsPerfZeroRwinSent: 1.3.6.1.2.1.156.1.1.3.1.25 tcpEStatsPerfCurRwinRcvd: 1.3.6.1.2.1.156.1.1.3.1.26 tcpEStatsPerfMaxRwinRcvd: 1.3.6.1.2.1.156.1.1.3.1.27 tcpEStatsPerfZeroRwinRcvd: 1.3.6.1.2.1.156.1.1.3.1.28 tcpEStatsPerfSndLimTransRwin: 1.3.6.1.2.1.156.1.1.3.1.31 tcpEStatsPerfSndLimTransCwnd: 1.3.6.1.2.1.156.1.1.3.1.32 tcpEStatsPerfSndLimTransSnd: 1.3.6.1.2.1.156.1.1.3.1.33 tcpEStatsPerfSndLimTimeRwin: 1.3.6.1.2.1.156.1.1.3.1.34 tcpEStatsPerfSndLimTimeCwnd: 1.3.6.1.2.1.156.1.1.3.1.35 tcpEStatsPerfSndLimTimeSnd: 1.3.6.1.2.1.156.1.1.3.1.36 tcpEStatsPathTable: 1.3.6.1.2.1.156.1.1.4 tcpEStatsPathEntry: 1.3.6.1.2.1.156.1.1.4.1 tcpEStatsPathRetranThresh: 1.3.6.1.2.1.156.1.1.4.1.1 tcpEStatsPathNonRecovDAEpisodes: 1.3.6.1.2.1.156.1.1.4.1.2 tcpEStatsPathSumOctetsReordered: 1.3.6.1.2.1.156.1.1.4.1.3 tcpEStatsPathNonRecovDA: 1.3.6.1.2.1.156.1.1.4.1.4 tcpEStatsPathSampleRTT: 1.3.6.1.2.1.156.1.1.4.1.11 tcpEStatsPathRTTVar: 1.3.6.1.2.1.156.1.1.4.1.12 tcpEStatsPathMaxRTT: 1.3.6.1.2.1.156.1.1.4.1.13 tcpEStatsPathMinRTT: 1.3.6.1.2.1.156.1.1.4.1.14 tcpEStatsPathSumRTT: 1.3.6.1.2.1.156.1.1.4.1.15 tcpEStatsPathHCSumRTT: 1.3.6.1.2.1.156.1.1.4.1.16 tcpEStatsPathCountRTT: 1.3.6.1.2.1.156.1.1.4.1.17 tcpEStatsPathMaxRTO: 1.3.6.1.2.1.156.1.1.4.1.18 tcpEStatsPathMinRTO: 1.3.6.1.2.1.156.1.1.4.1.19 tcpEStatsPathIpTtl: 1.3.6.1.2.1.156.1.1.4.1.20 tcpEStatsPathIpTosIn: 1.3.6.1.2.1.156.1.1.4.1.21 tcpEStatsPathIpTosOut: 1.3.6.1.2.1.156.1.1.4.1.22 tcpEStatsPathPreCongSumCwnd: 1.3.6.1.2.1.156.1.1.4.1.23 tcpEStatsPathPreCongSumRTT: 1.3.6.1.2.1.156.1.1.4.1.24 tcpEStatsPathPostCongSumRTT: 1.3.6.1.2.1.156.1.1.4.1.25 tcpEStatsPathPostCongCountRTT: 1.3.6.1.2.1.156.1.1.4.1.26 tcpEStatsPathECNsignals: 1.3.6.1.2.1.156.1.1.4.1.27 tcpEStatsPathDupAckEpisodes: 1.3.6.1.2.1.156.1.1.4.1.28 tcpEStatsPathRcvRTT: 1.3.6.1.2.1.156.1.1.4.1.29 tcpEStatsPathDupAcksOut: 1.3.6.1.2.1.156.1.1.4.1.30 tcpEStatsPathCERcvd: 1.3.6.1.2.1.156.1.1.4.1.31 tcpEStatsPathECESent: 1.3.6.1.2.1.156.1.1.4.1.32 tcpEStatsStackTable: 1.3.6.1.2.1.156.1.1.5 tcpEStatsStackEntry: 1.3.6.1.2.1.156.1.1.5.1 tcpEStatsStackActiveOpen: 1.3.6.1.2.1.156.1.1.5.1.1 tcpEStatsStackMSSSent: 1.3.6.1.2.1.156.1.1.5.1.2 tcpEStatsStackMSSRcvd: 1.3.6.1.2.1.156.1.1.5.1.3 tcpEStatsStackWinScaleSent: 1.3.6.1.2.1.156.1.1.5.1.4 tcpEStatsStackWinScaleRcvd: 1.3.6.1.2.1.156.1.1.5.1.5 tcpEStatsStackTimeStamps: 1.3.6.1.2.1.156.1.1.5.1.6 tcpEStatsStackECN: 1.3.6.1.2.1.156.1.1.5.1.7 tcpEStatsStackWillSendSACK: 1.3.6.1.2.1.156.1.1.5.1.8 tcpEStatsStackWillUseSACK: 1.3.6.1.2.1.156.1.1.5.1.9 tcpEStatsStackState: 1.3.6.1.2.1.156.1.1.5.1.10 tcpEStatsStackNagle: 1.3.6.1.2.1.156.1.1.5.1.11 tcpEStatsStackMaxSsCwnd: 1.3.6.1.2.1.156.1.1.5.1.12 tcpEStatsStackMaxCaCwnd: 1.3.6.1.2.1.156.1.1.5.1.13 tcpEStatsStackMaxSsthresh: 1.3.6.1.2.1.156.1.1.5.1.14 tcpEStatsStackMinSsthresh: 1.3.6.1.2.1.156.1.1.5.1.15 tcpEStatsStackInRecovery: 1.3.6.1.2.1.156.1.1.5.1.16 tcpEStatsStackDupAcksIn: 1.3.6.1.2.1.156.1.1.5.1.17 tcpEStatsStackSpuriousFrDetected: 1.3.6.1.2.1.156.1.1.5.1.18 tcpEStatsStackSpuriousRtoDetected: 1.3.6.1.2.1.156.1.1.5.1.19 tcpEStatsStackSoftErrors: 1.3.6.1.2.1.156.1.1.5.1.21 tcpEStatsStackSoftErrorReason: 1.3.6.1.2.1.156.1.1.5.1.22 tcpEStatsStackSlowStart: 1.3.6.1.2.1.156.1.1.5.1.23 tcpEStatsStackCongAvoid: 1.3.6.1.2.1.156.1.1.5.1.24 tcpEStatsStackOtherReductions: 1.3.6.1.2.1.156.1.1.5.1.25 tcpEStatsStackCongOverCount: 1.3.6.1.2.1.156.1.1.5.1.26 tcpEStatsStackFastRetran: 1.3.6.1.2.1.156.1.1.5.1.27 tcpEStatsStackSubsequentTimeouts: 1.3.6.1.2.1.156.1.1.5.1.28 tcpEStatsStackCurTimeoutCount: 1.3.6.1.2.1.156.1.1.5.1.29 tcpEStatsStackAbruptTimeouts: 1.3.6.1.2.1.156.1.1.5.1.30 tcpEStatsStackSACKsRcvd: 1.3.6.1.2.1.156.1.1.5.1.31 tcpEStatsStackSACKBlocksRcvd: 1.3.6.1.2.1.156.1.1.5.1.32 tcpEStatsStackSendStall: 1.3.6.1.2.1.156.1.1.5.1.33 tcpEStatsStackDSACKDups: 1.3.6.1.2.1.156.1.1.5.1.34 tcpEStatsStackMaxMSS: 1.3.6.1.2.1.156.1.1.5.1.35 tcpEStatsStackMinMSS: 1.3.6.1.2.1.156.1.1.5.1.36 tcpEStatsStackSndInitial: 1.3.6.1.2.1.156.1.1.5.1.37 tcpEStatsStackRecInitial: 1.3.6.1.2.1.156.1.1.5.1.38 tcpEStatsStackCurRetxQueue: 1.3.6.1.2.1.156.1.1.5.1.39 tcpEStatsStackMaxRetxQueue: 1.3.6.1.2.1.156.1.1.5.1.40 tcpEStatsStackCurReasmQueue: 1.3.6.1.2.1.156.1.1.5.1.41 tcpEStatsStackMaxReasmQueue: 1.3.6.1.2.1.156.1.1.5.1.42 tcpEStatsAppTable: 1.3.6.1.2.1.156.1.1.6 tcpEStatsAppEntry: 1.3.6.1.2.1.156.1.1.6.1 tcpEStatsAppSndUna: 1.3.6.1.2.1.156.1.1.6.1.1 tcpEStatsAppSndNxt: 1.3.6.1.2.1.156.1.1.6.1.2 tcpEStatsAppSndMax: 1.3.6.1.2.1.156.1.1.6.1.3 tcpEStatsAppThruOctetsAcked: 1.3.6.1.2.1.156.1.1.6.1.4 tcpEStatsAppHCThruOctetsAcked: 1.3.6.1.2.1.156.1.1.6.1.5 tcpEStatsAppRcvNxt: 1.3.6.1.2.1.156.1.1.6.1.6 tcpEStatsAppThruOctetsReceived: 1.3.6.1.2.1.156.1.1.6.1.7 tcpEStatsAppHCThruOctetsReceived: 1.3.6.1.2.1.156.1.1.6.1.8 tcpEStatsAppCurAppWQueue: 1.3.6.1.2.1.156.1.1.6.1.11 tcpEStatsAppMaxAppWQueue: 1.3.6.1.2.1.156.1.1.6.1.12 tcpEStatsAppCurAppRQueue: 1.3.6.1.2.1.156.1.1.6.1.13 tcpEStatsAppMaxAppRQueue: 1.3.6.1.2.1.156.1.1.6.1.14 tcpEStatsTuneTable: 1.3.6.1.2.1.156.1.1.7 tcpEStatsTuneEntry: 1.3.6.1.2.1.156.1.1.7.1 tcpEStatsTuneLimCwnd: 1.3.6.1.2.1.156.1.1.7.1.1 tcpEStatsTuneLimSsthresh: 1.3.6.1.2.1.156.1.1.7.1.2 tcpEStatsTuneLimRwin: 1.3.6.1.2.1.156.1.1.7.1.3 tcpEStatsTuneLimMSS: 1.3.6.1.2.1.156.1.1.7.1.4 tcpEStatsControl: 1.3.6.1.2.1.156.1.2 tcpEStatsControlPath: 1.3.6.1.2.1.156.1.2.1 tcpEStatsControlStack: 1.3.6.1.2.1.156.1.2.2 tcpEStatsControlApp: 1.3.6.1.2.1.156.1.2.3 tcpEStatsControlTune: 1.3.6.1.2.1.156.1.2.4 tcpEStatsControlNotify: 1.3.6.1.2.1.156.1.2.5 tcpEStatsConnTableLatency: 1.3.6.1.2.1.156.1.2.6 tcpEStatsScalar: 1.3.6.1.2.1.156.1.3 tcpEStatsListenerTableLastChange: 1.3.6.1.2.1.156.1.3.3 tcpEStatsConformance: 1.3.6.1.2.1.156.2 tcpEStatsCompliances: 1.3.6.1.2.1.156.2.1 tcpEStatsGroups: 1.3.6.1.2.1.156.2.2 tcpEStatsEstablishNotification: 1.3.6.1.2.1.156.0.1 tcpEStatsCloseNotification: 1.3.6.1.2.1.156.0.2 snmp-1.2.0/data/ruby/snmp/mibs/DIRECTORY-SERVER-MIB.yaml0000644000004100000410000000400312365504747022173 0ustar www-datawww-data--- dsMIB: 1.3.6.1.2.1.66 dsTable: 1.3.6.1.2.1.66.1 dsTableEntry: 1.3.6.1.2.1.66.1.1 dsServerType: 1.3.6.1.2.1.66.1.1.1 dsServerDescription: 1.3.6.1.2.1.66.1.1.2 dsMasterEntries: 1.3.6.1.2.1.66.1.1.3 dsCopyEntries: 1.3.6.1.2.1.66.1.1.4 dsCacheEntries: 1.3.6.1.2.1.66.1.1.5 dsCacheHits: 1.3.6.1.2.1.66.1.1.6 dsSlaveHits: 1.3.6.1.2.1.66.1.1.7 dsApplIfOpsTable: 1.3.6.1.2.1.66.2 dsApplIfOpsEntry: 1.3.6.1.2.1.66.2.1 dsApplIfProtocolIndex: 1.3.6.1.2.1.66.2.1.1 dsApplIfProtocol: 1.3.6.1.2.1.66.2.1.2 dsApplIfUnauthBinds: 1.3.6.1.2.1.66.2.1.3 dsApplIfSimpleAuthBinds: 1.3.6.1.2.1.66.2.1.4 dsApplIfStrongAuthBinds: 1.3.6.1.2.1.66.2.1.5 dsApplIfBindSecurityErrors: 1.3.6.1.2.1.66.2.1.6 dsApplIfInOps: 1.3.6.1.2.1.66.2.1.7 dsApplIfReadOps: 1.3.6.1.2.1.66.2.1.8 dsApplIfCompareOps: 1.3.6.1.2.1.66.2.1.9 dsApplIfAddEntryOps: 1.3.6.1.2.1.66.2.1.10 dsApplIfRemoveEntryOps: 1.3.6.1.2.1.66.2.1.11 dsApplIfModifyEntryOps: 1.3.6.1.2.1.66.2.1.12 dsApplIfModifyRDNOps: 1.3.6.1.2.1.66.2.1.13 dsApplIfListOps: 1.3.6.1.2.1.66.2.1.14 dsApplIfSearchOps: 1.3.6.1.2.1.66.2.1.15 dsApplIfOneLevelSearchOps: 1.3.6.1.2.1.66.2.1.16 dsApplIfWholeSubtreeSearchOps: 1.3.6.1.2.1.66.2.1.17 dsApplIfReferrals: 1.3.6.1.2.1.66.2.1.18 dsApplIfChainings: 1.3.6.1.2.1.66.2.1.19 dsApplIfSecurityErrors: 1.3.6.1.2.1.66.2.1.20 dsApplIfErrors: 1.3.6.1.2.1.66.2.1.21 dsApplIfReplicationUpdatesIn: 1.3.6.1.2.1.66.2.1.22 dsApplIfReplicationUpdatesOut: 1.3.6.1.2.1.66.2.1.23 dsApplIfInBytes: 1.3.6.1.2.1.66.2.1.24 dsApplIfOutBytes: 1.3.6.1.2.1.66.2.1.25 dsIntTable: 1.3.6.1.2.1.66.3 dsIntEntry: 1.3.6.1.2.1.66.3.1 dsIntEntIndex: 1.3.6.1.2.1.66.3.1.1 dsIntEntDirectoryName: 1.3.6.1.2.1.66.3.1.2 dsIntEntTimeOfCreation: 1.3.6.1.2.1.66.3.1.3 dsIntEntTimeOfLastAttempt: 1.3.6.1.2.1.66.3.1.4 dsIntEntTimeOfLastSuccess: 1.3.6.1.2.1.66.3.1.5 dsIntEntFailuresSinceLastSuccess: 1.3.6.1.2.1.66.3.1.6 dsIntEntFailures: 1.3.6.1.2.1.66.3.1.7 dsIntEntSuccesses: 1.3.6.1.2.1.66.3.1.8 dsIntEntURL: 1.3.6.1.2.1.66.3.1.9 dsConformance: 1.3.6.1.2.1.66.4 dsGroups: 1.3.6.1.2.1.66.4.1 dsCompliances: 1.3.6.1.2.1.66.4.2 snmp-1.2.0/data/ruby/snmp/mibs/FR-MFR-MIB.yaml0000644000004100000410000000470612365504747020566 0ustar www-datawww-data--- mfrMib: 1.3.6.1.2.1.10.47 mfrMibScalarObjects: 1.3.6.1.2.1.10.47.1 mfrBundleMaxNumBundles: 1.3.6.1.2.1.10.47.1.1 mfrBundleNextIndex: 1.3.6.1.2.1.10.47.1.2 mfrMibBundleObjects: 1.3.6.1.2.1.10.47.2 mfrBundleTable: 1.3.6.1.2.1.10.47.2.3 mfrBundleEntry: 1.3.6.1.2.1.10.47.2.3.1 mfrBundleIndex: 1.3.6.1.2.1.10.47.2.3.1.1 mfrBundleIfIndex: 1.3.6.1.2.1.10.47.2.3.1.2 mfrBundleRowStatus: 1.3.6.1.2.1.10.47.2.3.1.3 mfrBundleNearEndName: 1.3.6.1.2.1.10.47.2.3.1.4 mfrBundleFragmentation: 1.3.6.1.2.1.10.47.2.3.1.5 mfrBundleMaxFragSize: 1.3.6.1.2.1.10.47.2.3.1.6 mfrBundleTimerHello: 1.3.6.1.2.1.10.47.2.3.1.7 mfrBundleTimerAck: 1.3.6.1.2.1.10.47.2.3.1.8 mfrBundleCountMaxRetry: 1.3.6.1.2.1.10.47.2.3.1.9 mfrBundleActivationClass: 1.3.6.1.2.1.10.47.2.3.1.10 mfrBundleThreshold: 1.3.6.1.2.1.10.47.2.3.1.11 mfrBundleMaxDiffDelay: 1.3.6.1.2.1.10.47.2.3.1.12 mfrBundleSeqNumSize: 1.3.6.1.2.1.10.47.2.3.1.13 mfrBundleMaxBundleLinks: 1.3.6.1.2.1.10.47.2.3.1.14 mfrBundleLinksConfigured: 1.3.6.1.2.1.10.47.2.3.1.15 mfrBundleLinksActive: 1.3.6.1.2.1.10.47.2.3.1.16 mfrBundleBandwidth: 1.3.6.1.2.1.10.47.2.3.1.17 mfrBundleFarEndName: 1.3.6.1.2.1.10.47.2.3.1.18 mfrBundleResequencingErrors: 1.3.6.1.2.1.10.47.2.3.1.19 mfrBundleIfIndexMappingTable: 1.3.6.1.2.1.10.47.2.4 mfrBundleIfIndexMappingEntry: 1.3.6.1.2.1.10.47.2.4.1 mfrBundleIfIndexMappingIndex: 1.3.6.1.2.1.10.47.2.4.1.2 mfrMibBundleLinkObjects: 1.3.6.1.2.1.10.47.3 mfrBundleLinkTable: 1.3.6.1.2.1.10.47.3.1 mfrBundleLinkEntry: 1.3.6.1.2.1.10.47.3.1.1 mfrBundleLinkRowStatus: 1.3.6.1.2.1.10.47.3.1.1.1 mfrBundleLinkConfigBundleIndex: 1.3.6.1.2.1.10.47.3.1.1.2 mfrBundleLinkNearEndName: 1.3.6.1.2.1.10.47.3.1.1.3 mfrBundleLinkState: 1.3.6.1.2.1.10.47.3.1.1.4 mfrBundleLinkFarEndName: 1.3.6.1.2.1.10.47.3.1.1.5 mfrBundleLinkFarEndBundleName: 1.3.6.1.2.1.10.47.3.1.1.6 mfrBundleLinkDelay: 1.3.6.1.2.1.10.47.3.1.1.7 mfrBundleLinkFramesControlTx: 1.3.6.1.2.1.10.47.3.1.1.8 mfrBundleLinkFramesControlRx: 1.3.6.1.2.1.10.47.3.1.1.9 mfrBundleLinkFramesControlInvalid: 1.3.6.1.2.1.10.47.3.1.1.10 mfrBundleLinkTimerExpiredCount: 1.3.6.1.2.1.10.47.3.1.1.11 mfrBundleLinkLoopbackSuspected: 1.3.6.1.2.1.10.47.3.1.1.12 mfrBundleLinkUnexpectedSequence: 1.3.6.1.2.1.10.47.3.1.1.13 mfrBundleLinkMismatch: 1.3.6.1.2.1.10.47.3.1.1.14 mfrMibTraps: 1.3.6.1.2.1.10.47.4 mfrMibTrapsPrefix: 1.3.6.1.2.1.10.47.4.0 mfrMibConformance: 1.3.6.1.2.1.10.47.5 mfrMibGroups: 1.3.6.1.2.1.10.47.5.1 mfrMibCompliances: 1.3.6.1.2.1.10.47.5.2 mfrMibTrapBundleLinkMismatch: 1.3.6.1.2.1.10.47.4.0.1 snmp-1.2.0/data/ruby/snmp/mibs/DS3-MIB.yaml0000644000004100000410000001075412365504747020226 0ustar www-datawww-data--- ds3: 1.3.6.1.2.1.10.30 dsx3ConfigTable: 1.3.6.1.2.1.10.30.5 dsx3ConfigEntry: 1.3.6.1.2.1.10.30.5.1 dsx3LineIndex: 1.3.6.1.2.1.10.30.5.1.1 dsx3IfIndex: 1.3.6.1.2.1.10.30.5.1.2 dsx3TimeElapsed: 1.3.6.1.2.1.10.30.5.1.3 dsx3ValidIntervals: 1.3.6.1.2.1.10.30.5.1.4 dsx3LineType: 1.3.6.1.2.1.10.30.5.1.5 dsx3LineCoding: 1.3.6.1.2.1.10.30.5.1.6 dsx3SendCode: 1.3.6.1.2.1.10.30.5.1.7 dsx3CircuitIdentifier: 1.3.6.1.2.1.10.30.5.1.8 dsx3LoopbackConfig: 1.3.6.1.2.1.10.30.5.1.9 dsx3LineStatus: 1.3.6.1.2.1.10.30.5.1.10 dsx3TransmitClockSource: 1.3.6.1.2.1.10.30.5.1.11 dsx3InvalidIntervals: 1.3.6.1.2.1.10.30.5.1.12 dsx3LineLength: 1.3.6.1.2.1.10.30.5.1.13 dsx3LineStatusLastChange: 1.3.6.1.2.1.10.30.5.1.14 dsx3LineStatusChangeTrapEnable: 1.3.6.1.2.1.10.30.5.1.15 dsx3LoopbackStatus: 1.3.6.1.2.1.10.30.5.1.16 dsx3Channelization: 1.3.6.1.2.1.10.30.5.1.17 dsx3Ds1ForRemoteLoop: 1.3.6.1.2.1.10.30.5.1.18 dsx3CurrentTable: 1.3.6.1.2.1.10.30.6 dsx3CurrentEntry: 1.3.6.1.2.1.10.30.6.1 dsx3CurrentIndex: 1.3.6.1.2.1.10.30.6.1.1 dsx3CurrentPESs: 1.3.6.1.2.1.10.30.6.1.2 dsx3CurrentPSESs: 1.3.6.1.2.1.10.30.6.1.3 dsx3CurrentSEFSs: 1.3.6.1.2.1.10.30.6.1.4 dsx3CurrentUASs: 1.3.6.1.2.1.10.30.6.1.5 dsx3CurrentLCVs: 1.3.6.1.2.1.10.30.6.1.6 dsx3CurrentPCVs: 1.3.6.1.2.1.10.30.6.1.7 dsx3CurrentLESs: 1.3.6.1.2.1.10.30.6.1.8 dsx3CurrentCCVs: 1.3.6.1.2.1.10.30.6.1.9 dsx3CurrentCESs: 1.3.6.1.2.1.10.30.6.1.10 dsx3CurrentCSESs: 1.3.6.1.2.1.10.30.6.1.11 dsx3IntervalTable: 1.3.6.1.2.1.10.30.7 dsx3IntervalEntry: 1.3.6.1.2.1.10.30.7.1 dsx3IntervalIndex: 1.3.6.1.2.1.10.30.7.1.1 dsx3IntervalNumber: 1.3.6.1.2.1.10.30.7.1.2 dsx3IntervalPESs: 1.3.6.1.2.1.10.30.7.1.3 dsx3IntervalPSESs: 1.3.6.1.2.1.10.30.7.1.4 dsx3IntervalSEFSs: 1.3.6.1.2.1.10.30.7.1.5 dsx3IntervalUASs: 1.3.6.1.2.1.10.30.7.1.6 dsx3IntervalLCVs: 1.3.6.1.2.1.10.30.7.1.7 dsx3IntervalPCVs: 1.3.6.1.2.1.10.30.7.1.8 dsx3IntervalLESs: 1.3.6.1.2.1.10.30.7.1.9 dsx3IntervalCCVs: 1.3.6.1.2.1.10.30.7.1.10 dsx3IntervalCESs: 1.3.6.1.2.1.10.30.7.1.11 dsx3IntervalCSESs: 1.3.6.1.2.1.10.30.7.1.12 dsx3IntervalValidData: 1.3.6.1.2.1.10.30.7.1.13 dsx3TotalTable: 1.3.6.1.2.1.10.30.8 dsx3TotalEntry: 1.3.6.1.2.1.10.30.8.1 dsx3TotalIndex: 1.3.6.1.2.1.10.30.8.1.1 dsx3TotalPESs: 1.3.6.1.2.1.10.30.8.1.2 dsx3TotalPSESs: 1.3.6.1.2.1.10.30.8.1.3 dsx3TotalSEFSs: 1.3.6.1.2.1.10.30.8.1.4 dsx3TotalUASs: 1.3.6.1.2.1.10.30.8.1.5 dsx3TotalLCVs: 1.3.6.1.2.1.10.30.8.1.6 dsx3TotalPCVs: 1.3.6.1.2.1.10.30.8.1.7 dsx3TotalLESs: 1.3.6.1.2.1.10.30.8.1.8 dsx3TotalCCVs: 1.3.6.1.2.1.10.30.8.1.9 dsx3TotalCESs: 1.3.6.1.2.1.10.30.8.1.10 dsx3TotalCSESs: 1.3.6.1.2.1.10.30.8.1.11 dsx3FarEndConfigTable: 1.3.6.1.2.1.10.30.9 dsx3FarEndConfigEntry: 1.3.6.1.2.1.10.30.9.1 dsx3FarEndLineIndex: 1.3.6.1.2.1.10.30.9.1.1 dsx3FarEndEquipCode: 1.3.6.1.2.1.10.30.9.1.2 dsx3FarEndLocationIDCode: 1.3.6.1.2.1.10.30.9.1.3 dsx3FarEndFrameIDCode: 1.3.6.1.2.1.10.30.9.1.4 dsx3FarEndUnitCode: 1.3.6.1.2.1.10.30.9.1.5 dsx3FarEndFacilityIDCode: 1.3.6.1.2.1.10.30.9.1.6 dsx3FarEndCurrentTable: 1.3.6.1.2.1.10.30.10 dsx3FarEndCurrentEntry: 1.3.6.1.2.1.10.30.10.1 dsx3FarEndCurrentIndex: 1.3.6.1.2.1.10.30.10.1.1 dsx3FarEndTimeElapsed: 1.3.6.1.2.1.10.30.10.1.2 dsx3FarEndValidIntervals: 1.3.6.1.2.1.10.30.10.1.3 dsx3FarEndCurrentCESs: 1.3.6.1.2.1.10.30.10.1.4 dsx3FarEndCurrentCSESs: 1.3.6.1.2.1.10.30.10.1.5 dsx3FarEndCurrentCCVs: 1.3.6.1.2.1.10.30.10.1.6 dsx3FarEndCurrentUASs: 1.3.6.1.2.1.10.30.10.1.7 dsx3FarEndInvalidIntervals: 1.3.6.1.2.1.10.30.10.1.8 dsx3FarEndIntervalTable: 1.3.6.1.2.1.10.30.11 dsx3FarEndIntervalEntry: 1.3.6.1.2.1.10.30.11.1 dsx3FarEndIntervalIndex: 1.3.6.1.2.1.10.30.11.1.1 dsx3FarEndIntervalNumber: 1.3.6.1.2.1.10.30.11.1.2 dsx3FarEndIntervalCESs: 1.3.6.1.2.1.10.30.11.1.3 dsx3FarEndIntervalCSESs: 1.3.6.1.2.1.10.30.11.1.4 dsx3FarEndIntervalCCVs: 1.3.6.1.2.1.10.30.11.1.5 dsx3FarEndIntervalUASs: 1.3.6.1.2.1.10.30.11.1.6 dsx3FarEndIntervalValidData: 1.3.6.1.2.1.10.30.11.1.7 dsx3FarEndTotalTable: 1.3.6.1.2.1.10.30.12 dsx3FarEndTotalEntry: 1.3.6.1.2.1.10.30.12.1 dsx3FarEndTotalIndex: 1.3.6.1.2.1.10.30.12.1.1 dsx3FarEndTotalCESs: 1.3.6.1.2.1.10.30.12.1.2 dsx3FarEndTotalCSESs: 1.3.6.1.2.1.10.30.12.1.3 dsx3FarEndTotalCCVs: 1.3.6.1.2.1.10.30.12.1.4 dsx3FarEndTotalUASs: 1.3.6.1.2.1.10.30.12.1.5 dsx3FracTable: 1.3.6.1.2.1.10.30.13 dsx3FracEntry: 1.3.6.1.2.1.10.30.13.1 dsx3FracIndex: 1.3.6.1.2.1.10.30.13.1.1 dsx3FracNumber: 1.3.6.1.2.1.10.30.13.1.2 dsx3FracIfIndex: 1.3.6.1.2.1.10.30.13.1.3 ds3Conformance: 1.3.6.1.2.1.10.30.14 ds3Groups: 1.3.6.1.2.1.10.30.14.1 ds3Compliances: 1.3.6.1.2.1.10.30.14.2 ds3Traps: 1.3.6.1.2.1.10.30.15 dsx3LineStatusChange: 1.3.6.1.2.1.10.30.15.0.1 snmp-1.2.0/data/ruby/snmp/mibs/PIM-STD-MIB.yaml0000644000004100000410000002544312365504747020713 0ustar www-datawww-data--- pimStdMIB: 1.3.6.1.2.1.157 pimNotifications: 1.3.6.1.2.1.157.0 pim: 1.3.6.1.2.1.157.1 pimInterfaceTable: 1.3.6.1.2.1.157.1.1 pimInterfaceEntry: 1.3.6.1.2.1.157.1.1.1 pimInterfaceIfIndex: 1.3.6.1.2.1.157.1.1.1.1 pimInterfaceIPVersion: 1.3.6.1.2.1.157.1.1.1.2 pimInterfaceAddressType: 1.3.6.1.2.1.157.1.1.1.3 pimInterfaceAddress: 1.3.6.1.2.1.157.1.1.1.4 pimInterfaceGenerationIDValue: 1.3.6.1.2.1.157.1.1.1.5 pimInterfaceDR: 1.3.6.1.2.1.157.1.1.1.6 pimInterfaceDRPriority: 1.3.6.1.2.1.157.1.1.1.7 pimInterfaceDRPriorityEnabled: 1.3.6.1.2.1.157.1.1.1.8 pimInterfaceHelloInterval: 1.3.6.1.2.1.157.1.1.1.9 pimInterfaceTrigHelloInterval: 1.3.6.1.2.1.157.1.1.1.10 pimInterfaceHelloHoldtime: 1.3.6.1.2.1.157.1.1.1.11 pimInterfaceJoinPruneInterval: 1.3.6.1.2.1.157.1.1.1.12 pimInterfaceJoinPruneHoldtime: 1.3.6.1.2.1.157.1.1.1.13 pimInterfaceDFElectionRobustness: 1.3.6.1.2.1.157.1.1.1.14 pimInterfaceLanDelayEnabled: 1.3.6.1.2.1.157.1.1.1.15 pimInterfacePropagationDelay: 1.3.6.1.2.1.157.1.1.1.16 pimInterfaceOverrideInterval: 1.3.6.1.2.1.157.1.1.1.17 pimInterfaceEffectPropagDelay: 1.3.6.1.2.1.157.1.1.1.18 pimInterfaceEffectOverrideIvl: 1.3.6.1.2.1.157.1.1.1.19 pimInterfaceSuppressionEnabled: 1.3.6.1.2.1.157.1.1.1.20 pimInterfaceBidirCapable: 1.3.6.1.2.1.157.1.1.1.21 pimInterfaceDomainBorder: 1.3.6.1.2.1.157.1.1.1.22 pimInterfaceStubInterface: 1.3.6.1.2.1.157.1.1.1.23 pimInterfacePruneLimitInterval: 1.3.6.1.2.1.157.1.1.1.24 pimInterfaceGraftRetryInterval: 1.3.6.1.2.1.157.1.1.1.25 pimInterfaceSRPriorityEnabled: 1.3.6.1.2.1.157.1.1.1.26 pimInterfaceStatus: 1.3.6.1.2.1.157.1.1.1.27 pimInterfaceStorageType: 1.3.6.1.2.1.157.1.1.1.28 pimNeighborTable: 1.3.6.1.2.1.157.1.2 pimNeighborEntry: 1.3.6.1.2.1.157.1.2.1 pimNeighborIfIndex: 1.3.6.1.2.1.157.1.2.1.1 pimNeighborAddressType: 1.3.6.1.2.1.157.1.2.1.2 pimNeighborAddress: 1.3.6.1.2.1.157.1.2.1.3 pimNeighborGenerationIDPresent: 1.3.6.1.2.1.157.1.2.1.4 pimNeighborGenerationIDValue: 1.3.6.1.2.1.157.1.2.1.5 pimNeighborUpTime: 1.3.6.1.2.1.157.1.2.1.6 pimNeighborExpiryTime: 1.3.6.1.2.1.157.1.2.1.7 pimNeighborDRPriorityPresent: 1.3.6.1.2.1.157.1.2.1.8 pimNeighborDRPriority: 1.3.6.1.2.1.157.1.2.1.9 pimNeighborLanPruneDelayPresent: 1.3.6.1.2.1.157.1.2.1.10 pimNeighborTBit: 1.3.6.1.2.1.157.1.2.1.11 pimNeighborPropagationDelay: 1.3.6.1.2.1.157.1.2.1.12 pimNeighborOverrideInterval: 1.3.6.1.2.1.157.1.2.1.13 pimNeighborBidirCapable: 1.3.6.1.2.1.157.1.2.1.14 pimNeighborSRCapable: 1.3.6.1.2.1.157.1.2.1.15 pimNbrSecAddressTable: 1.3.6.1.2.1.157.1.3 pimNbrSecAddressEntry: 1.3.6.1.2.1.157.1.3.1 pimNbrSecAddressIfIndex: 1.3.6.1.2.1.157.1.3.1.1 pimNbrSecAddressType: 1.3.6.1.2.1.157.1.3.1.2 pimNbrSecAddressPrimary: 1.3.6.1.2.1.157.1.3.1.3 pimNbrSecAddress: 1.3.6.1.2.1.157.1.3.1.4 pimStarGTable: 1.3.6.1.2.1.157.1.4 pimStarGEntry: 1.3.6.1.2.1.157.1.4.1 pimStarGAddressType: 1.3.6.1.2.1.157.1.4.1.1 pimStarGGrpAddress: 1.3.6.1.2.1.157.1.4.1.2 pimStarGUpTime: 1.3.6.1.2.1.157.1.4.1.3 pimStarGPimMode: 1.3.6.1.2.1.157.1.4.1.4 pimStarGRPAddressType: 1.3.6.1.2.1.157.1.4.1.5 pimStarGRPAddress: 1.3.6.1.2.1.157.1.4.1.6 pimStarGPimModeOrigin: 1.3.6.1.2.1.157.1.4.1.7 pimStarGRPIsLocal: 1.3.6.1.2.1.157.1.4.1.8 pimStarGUpstreamJoinState: 1.3.6.1.2.1.157.1.4.1.9 pimStarGUpstreamJoinTimer: 1.3.6.1.2.1.157.1.4.1.10 pimStarGUpstreamNeighborType: 1.3.6.1.2.1.157.1.4.1.11 pimStarGUpstreamNeighbor: 1.3.6.1.2.1.157.1.4.1.12 pimStarGRPFIfIndex: 1.3.6.1.2.1.157.1.4.1.13 pimStarGRPFNextHopType: 1.3.6.1.2.1.157.1.4.1.14 pimStarGRPFNextHop: 1.3.6.1.2.1.157.1.4.1.15 pimStarGRPFRouteProtocol: 1.3.6.1.2.1.157.1.4.1.16 pimStarGRPFRouteAddress: 1.3.6.1.2.1.157.1.4.1.17 pimStarGRPFRoutePrefixLength: 1.3.6.1.2.1.157.1.4.1.18 pimStarGRPFRouteMetricPref: 1.3.6.1.2.1.157.1.4.1.19 pimStarGRPFRouteMetric: 1.3.6.1.2.1.157.1.4.1.20 pimStarGITable: 1.3.6.1.2.1.157.1.5 pimStarGIEntry: 1.3.6.1.2.1.157.1.5.1 pimStarGIIfIndex: 1.3.6.1.2.1.157.1.5.1.1 pimStarGIUpTime: 1.3.6.1.2.1.157.1.5.1.2 pimStarGILocalMembership: 1.3.6.1.2.1.157.1.5.1.3 pimStarGIJoinPruneState: 1.3.6.1.2.1.157.1.5.1.4 pimStarGIPrunePendingTimer: 1.3.6.1.2.1.157.1.5.1.5 pimStarGIJoinExpiryTimer: 1.3.6.1.2.1.157.1.5.1.6 pimStarGIAssertState: 1.3.6.1.2.1.157.1.5.1.7 pimStarGIAssertTimer: 1.3.6.1.2.1.157.1.5.1.8 pimStarGIAssertWinnerAddressType: 1.3.6.1.2.1.157.1.5.1.9 pimStarGIAssertWinnerAddress: 1.3.6.1.2.1.157.1.5.1.10 pimStarGIAssertWinnerMetricPref: 1.3.6.1.2.1.157.1.5.1.11 pimStarGIAssertWinnerMetric: 1.3.6.1.2.1.157.1.5.1.12 pimSGTable: 1.3.6.1.2.1.157.1.6 pimSGEntry: 1.3.6.1.2.1.157.1.6.1 pimSGAddressType: 1.3.6.1.2.1.157.1.6.1.1 pimSGGrpAddress: 1.3.6.1.2.1.157.1.6.1.2 pimSGSrcAddress: 1.3.6.1.2.1.157.1.6.1.3 pimSGUpTime: 1.3.6.1.2.1.157.1.6.1.4 pimSGPimMode: 1.3.6.1.2.1.157.1.6.1.5 pimSGUpstreamJoinState: 1.3.6.1.2.1.157.1.6.1.6 pimSGUpstreamJoinTimer: 1.3.6.1.2.1.157.1.6.1.7 pimSGUpstreamNeighbor: 1.3.6.1.2.1.157.1.6.1.8 pimSGRPFIfIndex: 1.3.6.1.2.1.157.1.6.1.9 pimSGRPFNextHopType: 1.3.6.1.2.1.157.1.6.1.10 pimSGRPFNextHop: 1.3.6.1.2.1.157.1.6.1.11 pimSGRPFRouteProtocol: 1.3.6.1.2.1.157.1.6.1.12 pimSGRPFRouteAddress: 1.3.6.1.2.1.157.1.6.1.13 pimSGRPFRoutePrefixLength: 1.3.6.1.2.1.157.1.6.1.14 pimSGRPFRouteMetricPref: 1.3.6.1.2.1.157.1.6.1.15 pimSGRPFRouteMetric: 1.3.6.1.2.1.157.1.6.1.16 pimSGSPTBit: 1.3.6.1.2.1.157.1.6.1.17 pimSGKeepaliveTimer: 1.3.6.1.2.1.157.1.6.1.18 pimSGDRRegisterState: 1.3.6.1.2.1.157.1.6.1.19 pimSGDRRegisterStopTimer: 1.3.6.1.2.1.157.1.6.1.20 pimSGRPRegisterPMBRAddressType: 1.3.6.1.2.1.157.1.6.1.21 pimSGRPRegisterPMBRAddress: 1.3.6.1.2.1.157.1.6.1.22 pimSGUpstreamPruneState: 1.3.6.1.2.1.157.1.6.1.23 pimSGUpstreamPruneLimitTimer: 1.3.6.1.2.1.157.1.6.1.24 pimSGOriginatorState: 1.3.6.1.2.1.157.1.6.1.25 pimSGSourceActiveTimer: 1.3.6.1.2.1.157.1.6.1.26 pimSGStateRefreshTimer: 1.3.6.1.2.1.157.1.6.1.27 pimSGITable: 1.3.6.1.2.1.157.1.7 pimSGIEntry: 1.3.6.1.2.1.157.1.7.1 pimSGIIfIndex: 1.3.6.1.2.1.157.1.7.1.1 pimSGIUpTime: 1.3.6.1.2.1.157.1.7.1.2 pimSGILocalMembership: 1.3.6.1.2.1.157.1.7.1.3 pimSGIJoinPruneState: 1.3.6.1.2.1.157.1.7.1.4 pimSGIPrunePendingTimer: 1.3.6.1.2.1.157.1.7.1.5 pimSGIJoinExpiryTimer: 1.3.6.1.2.1.157.1.7.1.6 pimSGIAssertState: 1.3.6.1.2.1.157.1.7.1.7 pimSGIAssertTimer: 1.3.6.1.2.1.157.1.7.1.8 pimSGIAssertWinnerAddressType: 1.3.6.1.2.1.157.1.7.1.9 pimSGIAssertWinnerAddress: 1.3.6.1.2.1.157.1.7.1.10 pimSGIAssertWinnerMetricPref: 1.3.6.1.2.1.157.1.7.1.11 pimSGIAssertWinnerMetric: 1.3.6.1.2.1.157.1.7.1.12 pimSGRptTable: 1.3.6.1.2.1.157.1.8 pimSGRptEntry: 1.3.6.1.2.1.157.1.8.1 pimSGRptSrcAddress: 1.3.6.1.2.1.157.1.8.1.1 pimSGRptUpTime: 1.3.6.1.2.1.157.1.8.1.2 pimSGRptUpstreamPruneState: 1.3.6.1.2.1.157.1.8.1.3 pimSGRptUpstreamOverrideTimer: 1.3.6.1.2.1.157.1.8.1.4 pimSGRptITable: 1.3.6.1.2.1.157.1.9 pimSGRptIEntry: 1.3.6.1.2.1.157.1.9.1 pimSGRptIIfIndex: 1.3.6.1.2.1.157.1.9.1.1 pimSGRptIUpTime: 1.3.6.1.2.1.157.1.9.1.2 pimSGRptILocalMembership: 1.3.6.1.2.1.157.1.9.1.3 pimSGRptIJoinPruneState: 1.3.6.1.2.1.157.1.9.1.4 pimSGRptIPrunePendingTimer: 1.3.6.1.2.1.157.1.9.1.5 pimSGRptIPruneExpiryTimer: 1.3.6.1.2.1.157.1.9.1.6 pimBidirDFElectionTable: 1.3.6.1.2.1.157.1.10 pimBidirDFElectionEntry: 1.3.6.1.2.1.157.1.10.1 pimBidirDFElectionAddressType: 1.3.6.1.2.1.157.1.10.1.1 pimBidirDFElectionRPAddress: 1.3.6.1.2.1.157.1.10.1.2 pimBidirDFElectionIfIndex: 1.3.6.1.2.1.157.1.10.1.3 pimBidirDFElectionWinnerAddressType: 1.3.6.1.2.1.157.1.10.1.4 pimBidirDFElectionWinnerAddress: 1.3.6.1.2.1.157.1.10.1.5 pimBidirDFElectionWinnerUpTime: 1.3.6.1.2.1.157.1.10.1.6 pimBidirDFElectionWinnerMetricPref: 1.3.6.1.2.1.157.1.10.1.7 pimBidirDFElectionWinnerMetric: 1.3.6.1.2.1.157.1.10.1.8 pimBidirDFElectionState: 1.3.6.1.2.1.157.1.10.1.9 pimBidirDFElectionStateTimer: 1.3.6.1.2.1.157.1.10.1.10 pimStaticRPTable: 1.3.6.1.2.1.157.1.11 pimStaticRPEntry: 1.3.6.1.2.1.157.1.11.1 pimStaticRPAddressType: 1.3.6.1.2.1.157.1.11.1.1 pimStaticRPGrpAddress: 1.3.6.1.2.1.157.1.11.1.2 pimStaticRPGrpPrefixLength: 1.3.6.1.2.1.157.1.11.1.3 pimStaticRPRPAddress: 1.3.6.1.2.1.157.1.11.1.4 pimStaticRPPimMode: 1.3.6.1.2.1.157.1.11.1.5 pimStaticRPOverrideDynamic: 1.3.6.1.2.1.157.1.11.1.6 pimStaticRPPrecedence: 1.3.6.1.2.1.157.1.11.1.7 pimStaticRPRowStatus: 1.3.6.1.2.1.157.1.11.1.8 pimStaticRPStorageType: 1.3.6.1.2.1.157.1.11.1.9 pimAnycastRPSetTable: 1.3.6.1.2.1.157.1.12 pimAnycastRPSetEntry: 1.3.6.1.2.1.157.1.12.1 pimAnycastRPSetAddressType: 1.3.6.1.2.1.157.1.12.1.1 pimAnycastRPSetAnycastAddress: 1.3.6.1.2.1.157.1.12.1.2 pimAnycastRPSetRouterAddress: 1.3.6.1.2.1.157.1.12.1.3 pimAnycastRPSetLocalRouter: 1.3.6.1.2.1.157.1.12.1.4 pimAnycastRPSetRowStatus: 1.3.6.1.2.1.157.1.12.1.5 pimAnycastRPSetStorageType: 1.3.6.1.2.1.157.1.12.1.6 pimGroupMappingTable: 1.3.6.1.2.1.157.1.13 pimGroupMappingEntry: 1.3.6.1.2.1.157.1.13.1 pimGroupMappingOrigin: 1.3.6.1.2.1.157.1.13.1.1 pimGroupMappingAddressType: 1.3.6.1.2.1.157.1.13.1.2 pimGroupMappingGrpAddress: 1.3.6.1.2.1.157.1.13.1.3 pimGroupMappingGrpPrefixLength: 1.3.6.1.2.1.157.1.13.1.4 pimGroupMappingRPAddressType: 1.3.6.1.2.1.157.1.13.1.5 pimGroupMappingRPAddress: 1.3.6.1.2.1.157.1.13.1.6 pimGroupMappingPimMode: 1.3.6.1.2.1.157.1.13.1.7 pimGroupMappingPrecedence: 1.3.6.1.2.1.157.1.13.1.8 pimKeepalivePeriod: 1.3.6.1.2.1.157.1.14 pimRegisterSuppressionTime: 1.3.6.1.2.1.157.1.15 pimStarGEntries: 1.3.6.1.2.1.157.1.16 pimStarGIEntries: 1.3.6.1.2.1.157.1.17 pimSGEntries: 1.3.6.1.2.1.157.1.18 pimSGIEntries: 1.3.6.1.2.1.157.1.19 pimSGRptEntries: 1.3.6.1.2.1.157.1.20 pimSGRptIEntries: 1.3.6.1.2.1.157.1.21 pimOutAsserts: 1.3.6.1.2.1.157.1.22 pimInAsserts: 1.3.6.1.2.1.157.1.23 pimLastAssertInterface: 1.3.6.1.2.1.157.1.24 pimLastAssertGroupAddressType: 1.3.6.1.2.1.157.1.25 pimLastAssertGroupAddress: 1.3.6.1.2.1.157.1.26 pimLastAssertSourceAddressType: 1.3.6.1.2.1.157.1.27 pimLastAssertSourceAddress: 1.3.6.1.2.1.157.1.28 pimNeighborLossNotificationPeriod: 1.3.6.1.2.1.157.1.29 pimNeighborLossCount: 1.3.6.1.2.1.157.1.30 pimInvalidRegisterNotificationPeriod: 1.3.6.1.2.1.157.1.31 pimInvalidRegisterMsgsRcvd: 1.3.6.1.2.1.157.1.32 pimInvalidRegisterAddressType: 1.3.6.1.2.1.157.1.33 pimInvalidRegisterOrigin: 1.3.6.1.2.1.157.1.34 pimInvalidRegisterGroup: 1.3.6.1.2.1.157.1.35 pimInvalidRegisterRp: 1.3.6.1.2.1.157.1.36 pimInvalidJoinPruneNotificationPeriod: 1.3.6.1.2.1.157.1.37 pimInvalidJoinPruneMsgsRcvd: 1.3.6.1.2.1.157.1.38 pimInvalidJoinPruneAddressType: 1.3.6.1.2.1.157.1.39 pimInvalidJoinPruneOrigin: 1.3.6.1.2.1.157.1.40 pimInvalidJoinPruneGroup: 1.3.6.1.2.1.157.1.41 pimInvalidJoinPruneRp: 1.3.6.1.2.1.157.1.42 pimRPMappingNotificationPeriod: 1.3.6.1.2.1.157.1.43 pimRPMappingChangeCount: 1.3.6.1.2.1.157.1.44 pimInterfaceElectionNotificationPeriod: 1.3.6.1.2.1.157.1.45 pimInterfaceElectionWinCount: 1.3.6.1.2.1.157.1.46 pimRefreshInterval: 1.3.6.1.2.1.157.1.47 pimDeviceConfigStorageType: 1.3.6.1.2.1.157.1.48 pimMIBConformance: 1.3.6.1.2.1.157.2 pimMIBCompliances: 1.3.6.1.2.1.157.2.1 pimMIBGroups: 1.3.6.1.2.1.157.2.2 pimNeighborLoss: 1.3.6.1.2.1.157.0.1 pimInvalidRegister: 1.3.6.1.2.1.157.0.2 pimInvalidJoinPrune: 1.3.6.1.2.1.157.0.3 pimRPMappingChange: 1.3.6.1.2.1.157.0.4 pimInterfaceElection: 1.3.6.1.2.1.157.0.5 snmp-1.2.0/data/ruby/snmp/mibs/NOTIFICATION-LOG-MIB.yaml0000644000004100000410000000436112365504747022137 0ustar www-datawww-data--- notificationLogMIB: 1.3.6.1.2.1.92 notificationLogMIBObjects: 1.3.6.1.2.1.92.1 nlmConfig: 1.3.6.1.2.1.92.1.1 nlmConfigGlobalEntryLimit: 1.3.6.1.2.1.92.1.1.1 nlmConfigGlobalAgeOut: 1.3.6.1.2.1.92.1.1.2 nlmConfigLogTable: 1.3.6.1.2.1.92.1.1.3 nlmConfigLogEntry: 1.3.6.1.2.1.92.1.1.3.1 nlmLogName: 1.3.6.1.2.1.92.1.1.3.1.1 nlmConfigLogFilterName: 1.3.6.1.2.1.92.1.1.3.1.2 nlmConfigLogEntryLimit: 1.3.6.1.2.1.92.1.1.3.1.3 nlmConfigLogAdminStatus: 1.3.6.1.2.1.92.1.1.3.1.4 nlmConfigLogOperStatus: 1.3.6.1.2.1.92.1.1.3.1.5 nlmConfigLogStorageType: 1.3.6.1.2.1.92.1.1.3.1.6 nlmConfigLogEntryStatus: 1.3.6.1.2.1.92.1.1.3.1.7 nlmStats: 1.3.6.1.2.1.92.1.2 nlmStatsGlobalNotificationsLogged: 1.3.6.1.2.1.92.1.2.1 nlmStatsGlobalNotificationsBumped: 1.3.6.1.2.1.92.1.2.2 nlmStatsLogTable: 1.3.6.1.2.1.92.1.2.3 nlmStatsLogEntry: 1.3.6.1.2.1.92.1.2.3.1 nlmStatsLogNotificationsLogged: 1.3.6.1.2.1.92.1.2.3.1.1 nlmStatsLogNotificationsBumped: 1.3.6.1.2.1.92.1.2.3.1.2 nlmLog: 1.3.6.1.2.1.92.1.3 nlmLogTable: 1.3.6.1.2.1.92.1.3.1 nlmLogEntry: 1.3.6.1.2.1.92.1.3.1.1 nlmLogIndex: 1.3.6.1.2.1.92.1.3.1.1.1 nlmLogTime: 1.3.6.1.2.1.92.1.3.1.1.2 nlmLogDateAndTime: 1.3.6.1.2.1.92.1.3.1.1.3 nlmLogEngineID: 1.3.6.1.2.1.92.1.3.1.1.4 nlmLogEngineTAddress: 1.3.6.1.2.1.92.1.3.1.1.5 nlmLogEngineTDomain: 1.3.6.1.2.1.92.1.3.1.1.6 nlmLogContextEngineID: 1.3.6.1.2.1.92.1.3.1.1.7 nlmLogContextName: 1.3.6.1.2.1.92.1.3.1.1.8 nlmLogNotificationID: 1.3.6.1.2.1.92.1.3.1.1.9 nlmLogVariableTable: 1.3.6.1.2.1.92.1.3.2 nlmLogVariableEntry: 1.3.6.1.2.1.92.1.3.2.1 nlmLogVariableIndex: 1.3.6.1.2.1.92.1.3.2.1.1 nlmLogVariableID: 1.3.6.1.2.1.92.1.3.2.1.2 nlmLogVariableValueType: 1.3.6.1.2.1.92.1.3.2.1.3 nlmLogVariableCounter32Val: 1.3.6.1.2.1.92.1.3.2.1.4 nlmLogVariableUnsigned32Val: 1.3.6.1.2.1.92.1.3.2.1.5 nlmLogVariableTimeTicksVal: 1.3.6.1.2.1.92.1.3.2.1.6 nlmLogVariableInteger32Val: 1.3.6.1.2.1.92.1.3.2.1.7 nlmLogVariableOctetStringVal: 1.3.6.1.2.1.92.1.3.2.1.8 nlmLogVariableIpAddressVal: 1.3.6.1.2.1.92.1.3.2.1.9 nlmLogVariableOidVal: 1.3.6.1.2.1.92.1.3.2.1.10 nlmLogVariableCounter64Val: 1.3.6.1.2.1.92.1.3.2.1.11 nlmLogVariableOpaqueVal: 1.3.6.1.2.1.92.1.3.2.1.12 notificationLogMIBConformance: 1.3.6.1.2.1.92.3 notificationLogMIBCompliances: 1.3.6.1.2.1.92.3.1 notificationLogMIBGroups: 1.3.6.1.2.1.92.3.2 snmp-1.2.0/data/ruby/snmp/mibs/NAT-MIB.yaml0000644000004100000410000001232112365504747020247 0ustar www-datawww-data--- natMIB: 1.3.6.1.2.1.123 natMIBNotifications: 1.3.6.1.2.1.123.0 natMIBObjects: 1.3.6.1.2.1.123.1 natDefTimeouts: 1.3.6.1.2.1.123.1.1 natBindDefIdleTimeout: 1.3.6.1.2.1.123.1.1.1 natUdpDefIdleTimeout: 1.3.6.1.2.1.123.1.1.2 natIcmpDefIdleTimeout: 1.3.6.1.2.1.123.1.1.3 natOtherDefIdleTimeout: 1.3.6.1.2.1.123.1.1.4 natTcpDefIdleTimeout: 1.3.6.1.2.1.123.1.1.5 natTcpDefNegTimeout: 1.3.6.1.2.1.123.1.1.6 natNotifCtrl: 1.3.6.1.2.1.123.1.2 natNotifThrottlingInterval: 1.3.6.1.2.1.123.1.2.1 natInterfaceTable: 1.3.6.1.2.1.123.1.3 natInterfaceEntry: 1.3.6.1.2.1.123.1.3.1 natInterfaceRealm: 1.3.6.1.2.1.123.1.3.1.1 natInterfaceServiceType: 1.3.6.1.2.1.123.1.3.1.2 natInterfaceInTranslates: 1.3.6.1.2.1.123.1.3.1.3 natInterfaceOutTranslates: 1.3.6.1.2.1.123.1.3.1.4 natInterfaceDiscards: 1.3.6.1.2.1.123.1.3.1.5 natInterfaceStorageType: 1.3.6.1.2.1.123.1.3.1.6 natInterfaceRowStatus: 1.3.6.1.2.1.123.1.3.1.7 natAddrMapTable: 1.3.6.1.2.1.123.1.4 natAddrMapEntry: 1.3.6.1.2.1.123.1.4.1 natAddrMapIndex: 1.3.6.1.2.1.123.1.4.1.1 natAddrMapName: 1.3.6.1.2.1.123.1.4.1.2 natAddrMapEntryType: 1.3.6.1.2.1.123.1.4.1.3 natAddrMapTranslationEntity: 1.3.6.1.2.1.123.1.4.1.4 natAddrMapLocalAddrType: 1.3.6.1.2.1.123.1.4.1.5 natAddrMapLocalAddrFrom: 1.3.6.1.2.1.123.1.4.1.6 natAddrMapLocalAddrTo: 1.3.6.1.2.1.123.1.4.1.7 natAddrMapLocalPortFrom: 1.3.6.1.2.1.123.1.4.1.8 natAddrMapLocalPortTo: 1.3.6.1.2.1.123.1.4.1.9 natAddrMapGlobalAddrType: 1.3.6.1.2.1.123.1.4.1.10 natAddrMapGlobalAddrFrom: 1.3.6.1.2.1.123.1.4.1.11 natAddrMapGlobalAddrTo: 1.3.6.1.2.1.123.1.4.1.12 natAddrMapGlobalPortFrom: 1.3.6.1.2.1.123.1.4.1.13 natAddrMapGlobalPortTo: 1.3.6.1.2.1.123.1.4.1.14 natAddrMapProtocol: 1.3.6.1.2.1.123.1.4.1.15 natAddrMapInTranslates: 1.3.6.1.2.1.123.1.4.1.16 natAddrMapOutTranslates: 1.3.6.1.2.1.123.1.4.1.17 natAddrMapDiscards: 1.3.6.1.2.1.123.1.4.1.18 natAddrMapAddrUsed: 1.3.6.1.2.1.123.1.4.1.19 natAddrMapStorageType: 1.3.6.1.2.1.123.1.4.1.20 natAddrMapRowStatus: 1.3.6.1.2.1.123.1.4.1.21 natAddrBindNumberOfEntries: 1.3.6.1.2.1.123.1.5 natAddrBindTable: 1.3.6.1.2.1.123.1.6 natAddrBindEntry: 1.3.6.1.2.1.123.1.6.1 natAddrBindLocalAddrType: 1.3.6.1.2.1.123.1.6.1.1 natAddrBindLocalAddr: 1.3.6.1.2.1.123.1.6.1.2 natAddrBindGlobalAddrType: 1.3.6.1.2.1.123.1.6.1.3 natAddrBindGlobalAddr: 1.3.6.1.2.1.123.1.6.1.4 natAddrBindId: 1.3.6.1.2.1.123.1.6.1.5 natAddrBindTranslationEntity: 1.3.6.1.2.1.123.1.6.1.6 natAddrBindType: 1.3.6.1.2.1.123.1.6.1.7 natAddrBindMapIndex: 1.3.6.1.2.1.123.1.6.1.8 natAddrBindSessions: 1.3.6.1.2.1.123.1.6.1.9 natAddrBindMaxIdleTime: 1.3.6.1.2.1.123.1.6.1.10 natAddrBindCurrentIdleTime: 1.3.6.1.2.1.123.1.6.1.11 natAddrBindInTranslates: 1.3.6.1.2.1.123.1.6.1.12 natAddrBindOutTranslates: 1.3.6.1.2.1.123.1.6.1.13 natAddrPortBindNumberOfEntries: 1.3.6.1.2.1.123.1.7 natAddrPortBindTable: 1.3.6.1.2.1.123.1.8 natAddrPortBindEntry: 1.3.6.1.2.1.123.1.8.1 natAddrPortBindLocalAddrType: 1.3.6.1.2.1.123.1.8.1.1 natAddrPortBindLocalAddr: 1.3.6.1.2.1.123.1.8.1.2 natAddrPortBindLocalPort: 1.3.6.1.2.1.123.1.8.1.3 natAddrPortBindProtocol: 1.3.6.1.2.1.123.1.8.1.4 natAddrPortBindGlobalAddrType: 1.3.6.1.2.1.123.1.8.1.5 natAddrPortBindGlobalAddr: 1.3.6.1.2.1.123.1.8.1.6 natAddrPortBindGlobalPort: 1.3.6.1.2.1.123.1.8.1.7 natAddrPortBindId: 1.3.6.1.2.1.123.1.8.1.8 natAddrPortBindTranslationEntity: 1.3.6.1.2.1.123.1.8.1.9 natAddrPortBindType: 1.3.6.1.2.1.123.1.8.1.10 natAddrPortBindMapIndex: 1.3.6.1.2.1.123.1.8.1.11 natAddrPortBindSessions: 1.3.6.1.2.1.123.1.8.1.12 natAddrPortBindMaxIdleTime: 1.3.6.1.2.1.123.1.8.1.13 natAddrPortBindCurrentIdleTime: 1.3.6.1.2.1.123.1.8.1.14 natAddrPortBindInTranslates: 1.3.6.1.2.1.123.1.8.1.15 natAddrPortBindOutTranslates: 1.3.6.1.2.1.123.1.8.1.16 natSessionTable: 1.3.6.1.2.1.123.1.9 natSessionEntry: 1.3.6.1.2.1.123.1.9.1 natSessionIndex: 1.3.6.1.2.1.123.1.9.1.1 natSessionPrivateSrcEPBindId: 1.3.6.1.2.1.123.1.9.1.2 natSessionPrivateSrcEPBindMode: 1.3.6.1.2.1.123.1.9.1.3 natSessionPrivateDstEPBindId: 1.3.6.1.2.1.123.1.9.1.4 natSessionPrivateDstEPBindMode: 1.3.6.1.2.1.123.1.9.1.5 natSessionDirection: 1.3.6.1.2.1.123.1.9.1.6 natSessionUpTime: 1.3.6.1.2.1.123.1.9.1.7 natSessionAddrMapIndex: 1.3.6.1.2.1.123.1.9.1.8 natSessionProtocolType: 1.3.6.1.2.1.123.1.9.1.9 natSessionPrivateAddrType: 1.3.6.1.2.1.123.1.9.1.10 natSessionPrivateSrcAddr: 1.3.6.1.2.1.123.1.9.1.11 natSessionPrivateSrcPort: 1.3.6.1.2.1.123.1.9.1.12 natSessionPrivateDstAddr: 1.3.6.1.2.1.123.1.9.1.13 natSessionPrivateDstPort: 1.3.6.1.2.1.123.1.9.1.14 natSessionPublicAddrType: 1.3.6.1.2.1.123.1.9.1.15 natSessionPublicSrcAddr: 1.3.6.1.2.1.123.1.9.1.16 natSessionPublicSrcPort: 1.3.6.1.2.1.123.1.9.1.17 natSessionPublicDstAddr: 1.3.6.1.2.1.123.1.9.1.18 natSessionPublicDstPort: 1.3.6.1.2.1.123.1.9.1.19 natSessionMaxIdleTime: 1.3.6.1.2.1.123.1.9.1.20 natSessionCurrentIdleTime: 1.3.6.1.2.1.123.1.9.1.21 natSessionInTranslates: 1.3.6.1.2.1.123.1.9.1.22 natSessionOutTranslates: 1.3.6.1.2.1.123.1.9.1.23 natProtocolTable: 1.3.6.1.2.1.123.1.10 natProtocolEntry: 1.3.6.1.2.1.123.1.10.1 natProtocol: 1.3.6.1.2.1.123.1.10.1.1 natProtocolInTranslates: 1.3.6.1.2.1.123.1.10.1.2 natProtocolOutTranslates: 1.3.6.1.2.1.123.1.10.1.3 natProtocolDiscards: 1.3.6.1.2.1.123.1.10.1.4 natMIBConformance: 1.3.6.1.2.1.123.2 natMIBGroups: 1.3.6.1.2.1.123.2.1 natMIBCompliances: 1.3.6.1.2.1.123.2.2 natPacketDiscard: 1.3.6.1.2.1.123.0.1 snmp-1.2.0/data/ruby/snmp/mibs/ATM-ACCOUNTING-INFORMATION-MIB.yaml0000644000004100000410000000344512365504747023470 0ustar www-datawww-data--- atmAccountingInformationMIB: 1.3.6.1.2.1.59 atmAcctngMIBObjects: 1.3.6.1.2.1.59.1 atmAcctngDataObjects: 1.3.6.1.2.1.59.1.1 atmAcctngConnectionType: 1.3.6.1.2.1.59.1.1.1 atmAcctngCastType: 1.3.6.1.2.1.59.1.1.2 atmAcctngIfName: 1.3.6.1.2.1.59.1.1.3 atmAcctngIfAlias: 1.3.6.1.2.1.59.1.1.4 atmAcctngVpi: 1.3.6.1.2.1.59.1.1.5 atmAcctngVci: 1.3.6.1.2.1.59.1.1.6 atmAcctngCallingParty: 1.3.6.1.2.1.59.1.1.7 atmAcctngCalledParty: 1.3.6.1.2.1.59.1.1.8 atmAcctngCallReference: 1.3.6.1.2.1.59.1.1.9 atmAcctngStartTime: 1.3.6.1.2.1.59.1.1.10 atmAcctngCollectionTime: 1.3.6.1.2.1.59.1.1.11 atmAcctngCollectMode: 1.3.6.1.2.1.59.1.1.12 atmAcctngReleaseCause: 1.3.6.1.2.1.59.1.1.13 atmAcctngServiceCategory: 1.3.6.1.2.1.59.1.1.14 atmAcctngTransmittedCells: 1.3.6.1.2.1.59.1.1.15 atmAcctngTransmittedClp0Cells: 1.3.6.1.2.1.59.1.1.16 atmAcctngReceivedCells: 1.3.6.1.2.1.59.1.1.17 atmAcctngReceivedClp0Cells: 1.3.6.1.2.1.59.1.1.18 atmAcctngTransmitTrafficDescriptorType: 1.3.6.1.2.1.59.1.1.19 atmAcctngTransmitTrafficDescriptorParam1: 1.3.6.1.2.1.59.1.1.20 atmAcctngTransmitTrafficDescriptorParam2: 1.3.6.1.2.1.59.1.1.21 atmAcctngTransmitTrafficDescriptorParam3: 1.3.6.1.2.1.59.1.1.22 atmAcctngTransmitTrafficDescriptorParam4: 1.3.6.1.2.1.59.1.1.23 atmAcctngTransmitTrafficDescriptorParam5: 1.3.6.1.2.1.59.1.1.24 atmAcctngReceiveTrafficDescriptorType: 1.3.6.1.2.1.59.1.1.25 atmAcctngReceiveTrafficDescriptorParam1: 1.3.6.1.2.1.59.1.1.26 atmAcctngReceiveTrafficDescriptorParam2: 1.3.6.1.2.1.59.1.1.27 atmAcctngReceiveTrafficDescriptorParam3: 1.3.6.1.2.1.59.1.1.28 atmAcctngReceiveTrafficDescriptorParam4: 1.3.6.1.2.1.59.1.1.29 atmAcctngReceiveTrafficDescriptorParam5: 1.3.6.1.2.1.59.1.1.30 atmAcctngCallingPartySubAddress: 1.3.6.1.2.1.59.1.1.31 atmAcctngCalledPartySubAddress: 1.3.6.1.2.1.59.1.1.32 atmAcctngRecordCrc16: 1.3.6.1.2.1.59.1.1.33 snmp-1.2.0/data/ruby/snmp/mibs/IPS-AUTH-MIB.yaml0000644000004100000410000000614412365504747021025 0ustar www-datawww-data--- ipsAuthMibModule: 1.3.6.1.2.1.141 ipsAuthNotifications: 1.3.6.1.2.1.141.0 ipsAuthObjects: 1.3.6.1.2.1.141.1 ipsAuthDescriptors: 1.3.6.1.2.1.141.1.1 ipsAuthMethodTypes: 1.3.6.1.2.1.141.1.1.1 ipsAuthMethodNone: 1.3.6.1.2.1.141.1.1.1.1 ipsAuthMethodSrp: 1.3.6.1.2.1.141.1.1.1.2 ipsAuthMethodChap: 1.3.6.1.2.1.141.1.1.1.3 ipsAuthMethodKerberos: 1.3.6.1.2.1.141.1.1.1.4 ipsAuthInstance: 1.3.6.1.2.1.141.1.2 ipsAuthInstanceAttributesTable: 1.3.6.1.2.1.141.1.2.2 ipsAuthInstanceAttributesEntry: 1.3.6.1.2.1.141.1.2.2.1 ipsAuthInstIndex: 1.3.6.1.2.1.141.1.2.2.1.1 ipsAuthInstDescr: 1.3.6.1.2.1.141.1.2.2.1.2 ipsAuthInstStorageType: 1.3.6.1.2.1.141.1.2.2.1.3 ipsAuthIdentity: 1.3.6.1.2.1.141.1.3 ipsAuthIdentAttributesTable: 1.3.6.1.2.1.141.1.3.1 ipsAuthIdentAttributesEntry: 1.3.6.1.2.1.141.1.3.1.1 ipsAuthIdentIndex: 1.3.6.1.2.1.141.1.3.1.1.1 ipsAuthIdentDescription: 1.3.6.1.2.1.141.1.3.1.1.2 ipsAuthIdentRowStatus: 1.3.6.1.2.1.141.1.3.1.1.3 ipsAuthIdentStorageType: 1.3.6.1.2.1.141.1.3.1.1.4 ipsAuthIdentityName: 1.3.6.1.2.1.141.1.4 ipsAuthIdentNameAttributesTable: 1.3.6.1.2.1.141.1.4.1 ipsAuthIdentNameAttributesEntry: 1.3.6.1.2.1.141.1.4.1.1 ipsAuthIdentNameIndex: 1.3.6.1.2.1.141.1.4.1.1.1 ipsAuthIdentName: 1.3.6.1.2.1.141.1.4.1.1.2 ipsAuthIdentNameRowStatus: 1.3.6.1.2.1.141.1.4.1.1.3 ipsAuthIdentNameStorageType: 1.3.6.1.2.1.141.1.4.1.1.4 ipsAuthIdentityAddress: 1.3.6.1.2.1.141.1.5 ipsAuthIdentAddrAttributesTable: 1.3.6.1.2.1.141.1.5.1 ipsAuthIdentAddrAttributesEntry: 1.3.6.1.2.1.141.1.5.1.1 ipsAuthIdentAddrIndex: 1.3.6.1.2.1.141.1.5.1.1.1 ipsAuthIdentAddrType: 1.3.6.1.2.1.141.1.5.1.1.2 ipsAuthIdentAddrStart: 1.3.6.1.2.1.141.1.5.1.1.3 ipsAuthIdentAddrEnd: 1.3.6.1.2.1.141.1.5.1.1.4 ipsAuthIdentAddrRowStatus: 1.3.6.1.2.1.141.1.5.1.1.5 ipsAuthIdentAddrStorageType: 1.3.6.1.2.1.141.1.5.1.1.6 ipsAuthCredential: 1.3.6.1.2.1.141.1.6 ipsAuthCredentialAttributesTable: 1.3.6.1.2.1.141.1.6.1 ipsAuthCredentialAttributesEntry: 1.3.6.1.2.1.141.1.6.1.1 ipsAuthCredIndex: 1.3.6.1.2.1.141.1.6.1.1.1 ipsAuthCredAuthMethod: 1.3.6.1.2.1.141.1.6.1.1.2 ipsAuthCredRowStatus: 1.3.6.1.2.1.141.1.6.1.1.3 ipsAuthCredStorageType: 1.3.6.1.2.1.141.1.6.1.1.4 ipsAuthCredChap: 1.3.6.1.2.1.141.1.7 ipsAuthCredChapAttributesTable: 1.3.6.1.2.1.141.1.7.1 ipsAuthCredChapAttributesEntry: 1.3.6.1.2.1.141.1.7.1.1 ipsAuthCredChapUserName: 1.3.6.1.2.1.141.1.7.1.1.1 ipsAuthCredChapRowStatus: 1.3.6.1.2.1.141.1.7.1.1.2 ipsAuthCredChapStorageType: 1.3.6.1.2.1.141.1.7.1.1.3 ipsAuthCredSrp: 1.3.6.1.2.1.141.1.8 ipsAuthCredSrpAttributesTable: 1.3.6.1.2.1.141.1.8.1 ipsAuthCredSrpAttributesEntry: 1.3.6.1.2.1.141.1.8.1.1 ipsAuthCredSrpUserName: 1.3.6.1.2.1.141.1.8.1.1.1 ipsAuthCredSrpRowStatus: 1.3.6.1.2.1.141.1.8.1.1.2 ipsAuthCredSrpStorageType: 1.3.6.1.2.1.141.1.8.1.1.3 ipsAuthCredKerberos: 1.3.6.1.2.1.141.1.9 ipsAuthCredKerbAttributesTable: 1.3.6.1.2.1.141.1.9.1 ipsAuthCredKerbAttributesEntry: 1.3.6.1.2.1.141.1.9.1.1 ipsAuthCredKerbPrincipal: 1.3.6.1.2.1.141.1.9.1.1.1 ipsAuthCredKerbRowStatus: 1.3.6.1.2.1.141.1.9.1.1.2 ipsAuthCredKerbStorageType: 1.3.6.1.2.1.141.1.9.1.1.3 ipsAuthConformance: 1.3.6.1.2.1.141.2 ipsAuthCompliances: 1.3.6.1.2.1.141.2.1 ipsAuthGroups: 1.3.6.1.2.1.141.2.2 snmp-1.2.0/data/ruby/snmp/mibs/ENTITY-SENSOR-MIB.yaml0000644000004100000410000000121112365504747021644 0ustar www-datawww-data--- entitySensorMIB: 1.3.6.1.2.1.99 entitySensorObjects: 1.3.6.1.2.1.99.1 entPhySensorTable: 1.3.6.1.2.1.99.1.1 entPhySensorEntry: 1.3.6.1.2.1.99.1.1.1 entPhySensorType: 1.3.6.1.2.1.99.1.1.1.1 entPhySensorScale: 1.3.6.1.2.1.99.1.1.1.2 entPhySensorPrecision: 1.3.6.1.2.1.99.1.1.1.3 entPhySensorValue: 1.3.6.1.2.1.99.1.1.1.4 entPhySensorOperStatus: 1.3.6.1.2.1.99.1.1.1.5 entPhySensorUnitsDisplay: 1.3.6.1.2.1.99.1.1.1.6 entPhySensorValueTimeStamp: 1.3.6.1.2.1.99.1.1.1.7 entPhySensorValueUpdateRate: 1.3.6.1.2.1.99.1.1.1.8 entitySensorConformance: 1.3.6.1.2.1.99.3 entitySensorCompliances: 1.3.6.1.2.1.99.3.1 entitySensorGroups: 1.3.6.1.2.1.99.3.2 snmp-1.2.0/data/ruby/snmp/mibs/HC-PerfHist-TC-MIB.yaml0000644000004100000410000000004712365504747022147 0ustar www-datawww-data--- hcPerfHistTCMIB: 1.3.6.1.2.1.107 snmp-1.2.0/data/ruby/snmp/mibs/IPV6-FLOW-LABEL-MIB.yaml0000644000004100000410000000005012365504747021727 0ustar www-datawww-data--- ipv6FlowLabelMIB: 1.3.6.1.2.1.103 snmp-1.2.0/data/ruby/snmp/mibs/ALARM-MIB.yaml0000644000004100000410000000676012365504747020473 0ustar www-datawww-data--- alarmMIB: 1.3.6.1.2.1.118 alarmNotifications: 1.3.6.1.2.1.118.0 alarmObjects: 1.3.6.1.2.1.118.1 alarmModel: 1.3.6.1.2.1.118.1.1 alarmModelLastChanged: 1.3.6.1.2.1.118.1.1.1 alarmModelTable: 1.3.6.1.2.1.118.1.1.2 alarmModelEntry: 1.3.6.1.2.1.118.1.1.2.1 alarmModelIndex: 1.3.6.1.2.1.118.1.1.2.1.1 alarmModelState: 1.3.6.1.2.1.118.1.1.2.1.2 alarmModelNotificationId: 1.3.6.1.2.1.118.1.1.2.1.3 alarmModelVarbindIndex: 1.3.6.1.2.1.118.1.1.2.1.4 alarmModelVarbindValue: 1.3.6.1.2.1.118.1.1.2.1.5 alarmModelDescription: 1.3.6.1.2.1.118.1.1.2.1.6 alarmModelSpecificPointer: 1.3.6.1.2.1.118.1.1.2.1.7 alarmModelVarbindSubtree: 1.3.6.1.2.1.118.1.1.2.1.8 alarmModelResourcePrefix: 1.3.6.1.2.1.118.1.1.2.1.9 alarmModelRowStatus: 1.3.6.1.2.1.118.1.1.2.1.10 alarmActive: 1.3.6.1.2.1.118.1.2 alarmActiveLastChanged: 1.3.6.1.2.1.118.1.2.1 alarmActiveTable: 1.3.6.1.2.1.118.1.2.2 alarmActiveEntry: 1.3.6.1.2.1.118.1.2.2.1 alarmListName: 1.3.6.1.2.1.118.1.2.2.1.1 alarmActiveDateAndTime: 1.3.6.1.2.1.118.1.2.2.1.2 alarmActiveIndex: 1.3.6.1.2.1.118.1.2.2.1.3 alarmActiveEngineID: 1.3.6.1.2.1.118.1.2.2.1.4 alarmActiveEngineAddressType: 1.3.6.1.2.1.118.1.2.2.1.5 alarmActiveEngineAddress: 1.3.6.1.2.1.118.1.2.2.1.6 alarmActiveContextName: 1.3.6.1.2.1.118.1.2.2.1.7 alarmActiveVariables: 1.3.6.1.2.1.118.1.2.2.1.8 alarmActiveNotificationID: 1.3.6.1.2.1.118.1.2.2.1.9 alarmActiveResourceId: 1.3.6.1.2.1.118.1.2.2.1.10 alarmActiveDescription: 1.3.6.1.2.1.118.1.2.2.1.11 alarmActiveLogPointer: 1.3.6.1.2.1.118.1.2.2.1.12 alarmActiveModelPointer: 1.3.6.1.2.1.118.1.2.2.1.13 alarmActiveSpecificPointer: 1.3.6.1.2.1.118.1.2.2.1.14 alarmActiveVariableTable: 1.3.6.1.2.1.118.1.2.3 alarmActiveVariableEntry: 1.3.6.1.2.1.118.1.2.3.1 alarmActiveVariableIndex: 1.3.6.1.2.1.118.1.2.3.1.1 alarmActiveVariableID: 1.3.6.1.2.1.118.1.2.3.1.2 alarmActiveVariableValueType: 1.3.6.1.2.1.118.1.2.3.1.3 alarmActiveVariableCounter32Val: 1.3.6.1.2.1.118.1.2.3.1.4 alarmActiveVariableUnsigned32Val: 1.3.6.1.2.1.118.1.2.3.1.5 alarmActiveVariableTimeTicksVal: 1.3.6.1.2.1.118.1.2.3.1.6 alarmActiveVariableInteger32Val: 1.3.6.1.2.1.118.1.2.3.1.7 alarmActiveVariableOctetStringVal: 1.3.6.1.2.1.118.1.2.3.1.8 alarmActiveVariableIpAddressVal: 1.3.6.1.2.1.118.1.2.3.1.9 alarmActiveVariableOidVal: 1.3.6.1.2.1.118.1.2.3.1.10 alarmActiveVariableCounter64Val: 1.3.6.1.2.1.118.1.2.3.1.11 alarmActiveVariableOpaqueVal: 1.3.6.1.2.1.118.1.2.3.1.12 alarmActiveStatsTable: 1.3.6.1.2.1.118.1.2.4 alarmActiveStatsEntry: 1.3.6.1.2.1.118.1.2.4.1 alarmActiveStatsActiveCurrent: 1.3.6.1.2.1.118.1.2.4.1.1 alarmActiveStatsActives: 1.3.6.1.2.1.118.1.2.4.1.2 alarmActiveStatsLastRaise: 1.3.6.1.2.1.118.1.2.4.1.3 alarmActiveStatsLastClear: 1.3.6.1.2.1.118.1.2.4.1.4 alarmActiveOverflow: 1.3.6.1.2.1.118.1.2.5 alarmClear: 1.3.6.1.2.1.118.1.3 alarmClearMaximum: 1.3.6.1.2.1.118.1.3.1 alarmClearTable: 1.3.6.1.2.1.118.1.3.2 alarmClearEntry: 1.3.6.1.2.1.118.1.3.2.1 alarmClearIndex: 1.3.6.1.2.1.118.1.3.2.1.1 alarmClearDateAndTime: 1.3.6.1.2.1.118.1.3.2.1.2 alarmClearEngineID: 1.3.6.1.2.1.118.1.3.2.1.3 alarmClearEngineAddressType: 1.3.6.1.2.1.118.1.3.2.1.4 alarmClearEngineAddress: 1.3.6.1.2.1.118.1.3.2.1.5 alarmClearContextName: 1.3.6.1.2.1.118.1.3.2.1.6 alarmClearNotificationID: 1.3.6.1.2.1.118.1.3.2.1.7 alarmClearResourceId: 1.3.6.1.2.1.118.1.3.2.1.8 alarmClearLogIndex: 1.3.6.1.2.1.118.1.3.2.1.9 alarmClearModelPointer: 1.3.6.1.2.1.118.1.3.2.1.10 alarmConformance: 1.3.6.1.2.1.118.2 alarmCompliances: 1.3.6.1.2.1.118.2.1 alarmGroups: 1.3.6.1.2.1.118.2.2 alarmActiveState: 1.3.6.1.2.1.118.0.2 alarmClearState: 1.3.6.1.2.1.118.0.3 snmp-1.2.0/data/ruby/snmp/mibs/GMPLS-TC-STD-MIB.yaml0000644000004100000410000000005312365504747021442 0ustar www-datawww-data--- gmplsTCStdMIB: 1.3.6.1.2.1.10.166.12 snmp-1.2.0/data/ruby/snmp/mibs/DS1-MIB.yaml0000644000004100000410000001221512365504747020216 0ustar www-datawww-data--- ds1: 1.3.6.1.2.1.10.18 dsx1ConfigTable: 1.3.6.1.2.1.10.18.6 dsx1ConfigEntry: 1.3.6.1.2.1.10.18.6.1 dsx1LineIndex: 1.3.6.1.2.1.10.18.6.1.1 dsx1IfIndex: 1.3.6.1.2.1.10.18.6.1.2 dsx1TimeElapsed: 1.3.6.1.2.1.10.18.6.1.3 dsx1ValidIntervals: 1.3.6.1.2.1.10.18.6.1.4 dsx1LineType: 1.3.6.1.2.1.10.18.6.1.5 dsx1LineCoding: 1.3.6.1.2.1.10.18.6.1.6 dsx1SendCode: 1.3.6.1.2.1.10.18.6.1.7 dsx1CircuitIdentifier: 1.3.6.1.2.1.10.18.6.1.8 dsx1LoopbackConfig: 1.3.6.1.2.1.10.18.6.1.9 dsx1LineStatus: 1.3.6.1.2.1.10.18.6.1.10 dsx1SignalMode: 1.3.6.1.2.1.10.18.6.1.11 dsx1TransmitClockSource: 1.3.6.1.2.1.10.18.6.1.12 dsx1Fdl: 1.3.6.1.2.1.10.18.6.1.13 dsx1InvalidIntervals: 1.3.6.1.2.1.10.18.6.1.14 dsx1LineLength: 1.3.6.1.2.1.10.18.6.1.15 dsx1LineStatusLastChange: 1.3.6.1.2.1.10.18.6.1.16 dsx1LineStatusChangeTrapEnable: 1.3.6.1.2.1.10.18.6.1.17 dsx1LoopbackStatus: 1.3.6.1.2.1.10.18.6.1.18 dsx1Ds1ChannelNumber: 1.3.6.1.2.1.10.18.6.1.19 dsx1Channelization: 1.3.6.1.2.1.10.18.6.1.20 dsx1LineMode: 1.3.6.1.2.1.10.18.6.1.21 dsx1LineBuildOut: 1.3.6.1.2.1.10.18.6.1.22 dsx1LineImpedance: 1.3.6.1.2.1.10.18.6.1.23 dsx1CurrentTable: 1.3.6.1.2.1.10.18.7 dsx1CurrentEntry: 1.3.6.1.2.1.10.18.7.1 dsx1CurrentIndex: 1.3.6.1.2.1.10.18.7.1.1 dsx1CurrentESs: 1.3.6.1.2.1.10.18.7.1.2 dsx1CurrentSESs: 1.3.6.1.2.1.10.18.7.1.3 dsx1CurrentSEFSs: 1.3.6.1.2.1.10.18.7.1.4 dsx1CurrentUASs: 1.3.6.1.2.1.10.18.7.1.5 dsx1CurrentCSSs: 1.3.6.1.2.1.10.18.7.1.6 dsx1CurrentPCVs: 1.3.6.1.2.1.10.18.7.1.7 dsx1CurrentLESs: 1.3.6.1.2.1.10.18.7.1.8 dsx1CurrentBESs: 1.3.6.1.2.1.10.18.7.1.9 dsx1CurrentDMs: 1.3.6.1.2.1.10.18.7.1.10 dsx1CurrentLCVs: 1.3.6.1.2.1.10.18.7.1.11 dsx1IntervalTable: 1.3.6.1.2.1.10.18.8 dsx1IntervalEntry: 1.3.6.1.2.1.10.18.8.1 dsx1IntervalIndex: 1.3.6.1.2.1.10.18.8.1.1 dsx1IntervalNumber: 1.3.6.1.2.1.10.18.8.1.2 dsx1IntervalESs: 1.3.6.1.2.1.10.18.8.1.3 dsx1IntervalSESs: 1.3.6.1.2.1.10.18.8.1.4 dsx1IntervalSEFSs: 1.3.6.1.2.1.10.18.8.1.5 dsx1IntervalUASs: 1.3.6.1.2.1.10.18.8.1.6 dsx1IntervalCSSs: 1.3.6.1.2.1.10.18.8.1.7 dsx1IntervalPCVs: 1.3.6.1.2.1.10.18.8.1.8 dsx1IntervalLESs: 1.3.6.1.2.1.10.18.8.1.9 dsx1IntervalBESs: 1.3.6.1.2.1.10.18.8.1.10 dsx1IntervalDMs: 1.3.6.1.2.1.10.18.8.1.11 dsx1IntervalLCVs: 1.3.6.1.2.1.10.18.8.1.12 dsx1IntervalValidData: 1.3.6.1.2.1.10.18.8.1.13 dsx1TotalTable: 1.3.6.1.2.1.10.18.9 dsx1TotalEntry: 1.3.6.1.2.1.10.18.9.1 dsx1TotalIndex: 1.3.6.1.2.1.10.18.9.1.1 dsx1TotalESs: 1.3.6.1.2.1.10.18.9.1.2 dsx1TotalSESs: 1.3.6.1.2.1.10.18.9.1.3 dsx1TotalSEFSs: 1.3.6.1.2.1.10.18.9.1.4 dsx1TotalUASs: 1.3.6.1.2.1.10.18.9.1.5 dsx1TotalCSSs: 1.3.6.1.2.1.10.18.9.1.6 dsx1TotalPCVs: 1.3.6.1.2.1.10.18.9.1.7 dsx1TotalLESs: 1.3.6.1.2.1.10.18.9.1.8 dsx1TotalBESs: 1.3.6.1.2.1.10.18.9.1.9 dsx1TotalDMs: 1.3.6.1.2.1.10.18.9.1.10 dsx1TotalLCVs: 1.3.6.1.2.1.10.18.9.1.11 dsx1FarEndCurrentTable: 1.3.6.1.2.1.10.18.10 dsx1FarEndCurrentEntry: 1.3.6.1.2.1.10.18.10.1 dsx1FarEndCurrentIndex: 1.3.6.1.2.1.10.18.10.1.1 dsx1FarEndTimeElapsed: 1.3.6.1.2.1.10.18.10.1.2 dsx1FarEndValidIntervals: 1.3.6.1.2.1.10.18.10.1.3 dsx1FarEndCurrentESs: 1.3.6.1.2.1.10.18.10.1.4 dsx1FarEndCurrentSESs: 1.3.6.1.2.1.10.18.10.1.5 dsx1FarEndCurrentSEFSs: 1.3.6.1.2.1.10.18.10.1.6 dsx1FarEndCurrentUASs: 1.3.6.1.2.1.10.18.10.1.7 dsx1FarEndCurrentCSSs: 1.3.6.1.2.1.10.18.10.1.8 dsx1FarEndCurrentLESs: 1.3.6.1.2.1.10.18.10.1.9 dsx1FarEndCurrentPCVs: 1.3.6.1.2.1.10.18.10.1.10 dsx1FarEndCurrentBESs: 1.3.6.1.2.1.10.18.10.1.11 dsx1FarEndCurrentDMs: 1.3.6.1.2.1.10.18.10.1.12 dsx1FarEndInvalidIntervals: 1.3.6.1.2.1.10.18.10.1.13 dsx1FarEndIntervalTable: 1.3.6.1.2.1.10.18.11 dsx1FarEndIntervalEntry: 1.3.6.1.2.1.10.18.11.1 dsx1FarEndIntervalIndex: 1.3.6.1.2.1.10.18.11.1.1 dsx1FarEndIntervalNumber: 1.3.6.1.2.1.10.18.11.1.2 dsx1FarEndIntervalESs: 1.3.6.1.2.1.10.18.11.1.3 dsx1FarEndIntervalSESs: 1.3.6.1.2.1.10.18.11.1.4 dsx1FarEndIntervalSEFSs: 1.3.6.1.2.1.10.18.11.1.5 dsx1FarEndIntervalUASs: 1.3.6.1.2.1.10.18.11.1.6 dsx1FarEndIntervalCSSs: 1.3.6.1.2.1.10.18.11.1.7 dsx1FarEndIntervalLESs: 1.3.6.1.2.1.10.18.11.1.8 dsx1FarEndIntervalPCVs: 1.3.6.1.2.1.10.18.11.1.9 dsx1FarEndIntervalBESs: 1.3.6.1.2.1.10.18.11.1.10 dsx1FarEndIntervalDMs: 1.3.6.1.2.1.10.18.11.1.11 dsx1FarEndIntervalValidData: 1.3.6.1.2.1.10.18.11.1.12 dsx1FarEndTotalTable: 1.3.6.1.2.1.10.18.12 dsx1FarEndTotalEntry: 1.3.6.1.2.1.10.18.12.1 dsx1FarEndTotalIndex: 1.3.6.1.2.1.10.18.12.1.1 dsx1FarEndTotalESs: 1.3.6.1.2.1.10.18.12.1.2 dsx1FarEndTotalSESs: 1.3.6.1.2.1.10.18.12.1.3 dsx1FarEndTotalSEFSs: 1.3.6.1.2.1.10.18.12.1.4 dsx1FarEndTotalUASs: 1.3.6.1.2.1.10.18.12.1.5 dsx1FarEndTotalCSSs: 1.3.6.1.2.1.10.18.12.1.6 dsx1FarEndTotalLESs: 1.3.6.1.2.1.10.18.12.1.7 dsx1FarEndTotalPCVs: 1.3.6.1.2.1.10.18.12.1.8 dsx1FarEndTotalBESs: 1.3.6.1.2.1.10.18.12.1.9 dsx1FarEndTotalDMs: 1.3.6.1.2.1.10.18.12.1.10 dsx1FracTable: 1.3.6.1.2.1.10.18.13 dsx1FracEntry: 1.3.6.1.2.1.10.18.13.1 dsx1FracIndex: 1.3.6.1.2.1.10.18.13.1.1 dsx1FracNumber: 1.3.6.1.2.1.10.18.13.1.2 dsx1FracIfIndex: 1.3.6.1.2.1.10.18.13.1.3 ds1Conformance: 1.3.6.1.2.1.10.18.14 ds1Groups: 1.3.6.1.2.1.10.18.14.1 ds1Compliances: 1.3.6.1.2.1.10.18.14.2 ds1Traps: 1.3.6.1.2.1.10.18.15 dsx1ChanMappingTable: 1.3.6.1.2.1.10.18.16 dsx1ChanMappingEntry: 1.3.6.1.2.1.10.18.16.1 dsx1ChanMappedIfIndex: 1.3.6.1.2.1.10.18.16.1.1 dsx1LineStatusChange: 1.3.6.1.2.1.10.18.15.0.1 snmp-1.2.0/data/ruby/snmp/mibs/HDSL2-SHDSL-LINE-MIB.yaml0000644000004100000410000001656112365504747022053 0ustar www-datawww-data--- hdsl2ShdslMIB: 1.3.6.1.2.1.10.48 hdsl2ShdslNotifications: 1.3.6.1.2.1.10.48.0 hdsl2ShdslMibObjects: 1.3.6.1.2.1.10.48.1 hdsl2ShdslSpanConfTable: 1.3.6.1.2.1.10.48.1.1 hdsl2ShdslSpanConfEntry: 1.3.6.1.2.1.10.48.1.1.1 hdsl2ShdslSpanConfNumRepeaters: 1.3.6.1.2.1.10.48.1.1.1.1 hdsl2ShdslSpanConfProfile: 1.3.6.1.2.1.10.48.1.1.1.2 hdsl2ShdslSpanConfAlarmProfile: 1.3.6.1.2.1.10.48.1.1.1.3 hdsl2ShdslSpanStatusTable: 1.3.6.1.2.1.10.48.1.2 hdsl2ShdslSpanStatusEntry: 1.3.6.1.2.1.10.48.1.2.1 hdsl2ShdslStatusNumAvailRepeaters: 1.3.6.1.2.1.10.48.1.2.1.1 hdsl2ShdslStatusMaxAttainableLineRate: 1.3.6.1.2.1.10.48.1.2.1.2 hdsl2ShdslStatusActualLineRate: 1.3.6.1.2.1.10.48.1.2.1.3 hdsl2ShdslStatusTransmissionModeCurrent: 1.3.6.1.2.1.10.48.1.2.1.4 hdsl2ShdslStatusMaxAttainablePayloadRate: 1.3.6.1.2.1.10.48.1.2.1.5 hdsl2ShdslStatusActualPayloadRate: 1.3.6.1.2.1.10.48.1.2.1.6 hdsl2ShdslInventoryTable: 1.3.6.1.2.1.10.48.1.3 hdsl2ShdslInventoryEntry: 1.3.6.1.2.1.10.48.1.3.1 hdsl2ShdslInvIndex: 1.3.6.1.2.1.10.48.1.3.1.1 hdsl2ShdslInvVendorID: 1.3.6.1.2.1.10.48.1.3.1.2 hdsl2ShdslInvVendorModelNumber: 1.3.6.1.2.1.10.48.1.3.1.3 hdsl2ShdslInvVendorSerialNumber: 1.3.6.1.2.1.10.48.1.3.1.4 hdsl2ShdslInvVendorEOCSoftwareVersion: 1.3.6.1.2.1.10.48.1.3.1.5 hdsl2ShdslInvStandardVersion: 1.3.6.1.2.1.10.48.1.3.1.6 hdsl2ShdslInvVendorListNumber: 1.3.6.1.2.1.10.48.1.3.1.7 hdsl2ShdslInvVendorIssueNumber: 1.3.6.1.2.1.10.48.1.3.1.8 hdsl2ShdslInvVendorSoftwareVersion: 1.3.6.1.2.1.10.48.1.3.1.9 hdsl2ShdslInvEquipmentCode: 1.3.6.1.2.1.10.48.1.3.1.10 hdsl2ShdslInvVendorOther: 1.3.6.1.2.1.10.48.1.3.1.11 hdsl2ShdslInvTransmissionModeCapability: 1.3.6.1.2.1.10.48.1.3.1.12 hdsl2ShdslEndpointConfTable: 1.3.6.1.2.1.10.48.1.4 hdsl2ShdslEndpointConfEntry: 1.3.6.1.2.1.10.48.1.4.1 hdsl2ShdslEndpointSide: 1.3.6.1.2.1.10.48.1.4.1.1 hdsl2ShdslEndpointWirePair: 1.3.6.1.2.1.10.48.1.4.1.2 hdsl2ShdslEndpointAlarmConfProfile: 1.3.6.1.2.1.10.48.1.4.1.3 hdsl2ShdslEndpointCurrTable: 1.3.6.1.2.1.10.48.1.5 hdsl2ShdslEndpointCurrEntry: 1.3.6.1.2.1.10.48.1.5.1 hdsl2ShdslEndpointCurrAtn: 1.3.6.1.2.1.10.48.1.5.1.1 hdsl2ShdslEndpointCurrSnrMgn: 1.3.6.1.2.1.10.48.1.5.1.2 hdsl2ShdslEndpointCurrStatus: 1.3.6.1.2.1.10.48.1.5.1.3 hdsl2ShdslEndpointES: 1.3.6.1.2.1.10.48.1.5.1.4 hdsl2ShdslEndpointSES: 1.3.6.1.2.1.10.48.1.5.1.5 hdsl2ShdslEndpointCRCanomalies: 1.3.6.1.2.1.10.48.1.5.1.6 hdsl2ShdslEndpointLOSWS: 1.3.6.1.2.1.10.48.1.5.1.7 hdsl2ShdslEndpointUAS: 1.3.6.1.2.1.10.48.1.5.1.8 hdsl2ShdslEndpointCurr15MinTimeElapsed: 1.3.6.1.2.1.10.48.1.5.1.9 hdsl2ShdslEndpointCurr15MinES: 1.3.6.1.2.1.10.48.1.5.1.10 hdsl2ShdslEndpointCurr15MinSES: 1.3.6.1.2.1.10.48.1.5.1.11 hdsl2ShdslEndpointCurr15MinCRCanomalies: 1.3.6.1.2.1.10.48.1.5.1.12 hdsl2ShdslEndpointCurr15MinLOSWS: 1.3.6.1.2.1.10.48.1.5.1.13 hdsl2ShdslEndpointCurr15MinUAS: 1.3.6.1.2.1.10.48.1.5.1.14 hdsl2ShdslEndpointCurr1DayTimeElapsed: 1.3.6.1.2.1.10.48.1.5.1.15 hdsl2ShdslEndpointCurr1DayES: 1.3.6.1.2.1.10.48.1.5.1.16 hdsl2ShdslEndpointCurr1DaySES: 1.3.6.1.2.1.10.48.1.5.1.17 hdsl2ShdslEndpointCurr1DayCRCanomalies: 1.3.6.1.2.1.10.48.1.5.1.18 hdsl2ShdslEndpointCurr1DayLOSWS: 1.3.6.1.2.1.10.48.1.5.1.19 hdsl2ShdslEndpointCurr1DayUAS: 1.3.6.1.2.1.10.48.1.5.1.20 hdsl2ShdslEndpointCurrTipRingReversal: 1.3.6.1.2.1.10.48.1.5.1.21 hdsl2ShdslEndpointCurrActivationState: 1.3.6.1.2.1.10.48.1.5.1.22 hdsl2Shdsl15MinIntervalTable: 1.3.6.1.2.1.10.48.1.6 hdsl2Shdsl15MinIntervalEntry: 1.3.6.1.2.1.10.48.1.6.1 hdsl2Shdsl15MinIntervalNumber: 1.3.6.1.2.1.10.48.1.6.1.1 hdsl2Shdsl15MinIntervalES: 1.3.6.1.2.1.10.48.1.6.1.2 hdsl2Shdsl15MinIntervalSES: 1.3.6.1.2.1.10.48.1.6.1.3 hdsl2Shdsl15MinIntervalCRCanomalies: 1.3.6.1.2.1.10.48.1.6.1.4 hdsl2Shdsl15MinIntervalLOSWS: 1.3.6.1.2.1.10.48.1.6.1.5 hdsl2Shdsl15MinIntervalUAS: 1.3.6.1.2.1.10.48.1.6.1.6 hdsl2Shdsl1DayIntervalTable: 1.3.6.1.2.1.10.48.1.7 hdsl2Shdsl1DayIntervalEntry: 1.3.6.1.2.1.10.48.1.7.1 hdsl2Shdsl1DayIntervalNumber: 1.3.6.1.2.1.10.48.1.7.1.1 hdsl2Shdsl1DayIntervalMoniSecs: 1.3.6.1.2.1.10.48.1.7.1.2 hdsl2Shdsl1DayIntervalES: 1.3.6.1.2.1.10.48.1.7.1.3 hdsl2Shdsl1DayIntervalSES: 1.3.6.1.2.1.10.48.1.7.1.4 hdsl2Shdsl1DayIntervalCRCanomalies: 1.3.6.1.2.1.10.48.1.7.1.5 hdsl2Shdsl1DayIntervalLOSWS: 1.3.6.1.2.1.10.48.1.7.1.6 hdsl2Shdsl1DayIntervalUAS: 1.3.6.1.2.1.10.48.1.7.1.7 hdsl2ShdslEndpointMaintTable: 1.3.6.1.2.1.10.48.1.8 hdsl2ShdslEndpointMaintEntry: 1.3.6.1.2.1.10.48.1.8.1 hdsl2ShdslMaintLoopbackConfig: 1.3.6.1.2.1.10.48.1.8.1.1 hdsl2ShdslMaintTipRingReversal: 1.3.6.1.2.1.10.48.1.8.1.2 hdsl2ShdslMaintPowerBackOff: 1.3.6.1.2.1.10.48.1.8.1.3 hdsl2ShdslMaintSoftRestart: 1.3.6.1.2.1.10.48.1.8.1.4 hdsl2ShdslUnitMaintTable: 1.3.6.1.2.1.10.48.1.9 hdsl2ShdslUnitMaintEntry: 1.3.6.1.2.1.10.48.1.9.1 hdsl2ShdslMaintLoopbackTimeout: 1.3.6.1.2.1.10.48.1.9.1.1 hdsl2ShdslMaintUnitPowerSource: 1.3.6.1.2.1.10.48.1.9.1.2 hdsl2ShdslSpanConfProfileTable: 1.3.6.1.2.1.10.48.1.10 hdsl2ShdslSpanConfProfileEntry: 1.3.6.1.2.1.10.48.1.10.1 hdsl2ShdslSpanConfProfileName: 1.3.6.1.2.1.10.48.1.10.1.1 hdsl2ShdslSpanConfWireInterface: 1.3.6.1.2.1.10.48.1.10.1.2 hdsl2ShdslSpanConfMinLineRate: 1.3.6.1.2.1.10.48.1.10.1.3 hdsl2ShdslSpanConfMaxLineRate: 1.3.6.1.2.1.10.48.1.10.1.4 hdsl2ShdslSpanConfPSD: 1.3.6.1.2.1.10.48.1.10.1.5 hdsl2ShdslSpanConfTransmissionMode: 1.3.6.1.2.1.10.48.1.10.1.6 hdsl2ShdslSpanConfRemoteEnabled: 1.3.6.1.2.1.10.48.1.10.1.7 hdsl2ShdslSpanConfPowerFeeding: 1.3.6.1.2.1.10.48.1.10.1.8 hdsl2ShdslSpanConfCurrCondTargetMarginDown: 1.3.6.1.2.1.10.48.1.10.1.9 hdsl2ShdslSpanConfWorstCaseTargetMarginDown: 1.3.6.1.2.1.10.48.1.10.1.10 hdsl2ShdslSpanConfCurrCondTargetMarginUp: 1.3.6.1.2.1.10.48.1.10.1.11 hdsl2ShdslSpanConfWorstCaseTargetMarginUp: 1.3.6.1.2.1.10.48.1.10.1.12 hdsl2ShdslSpanConfUsedTargetMargins: 1.3.6.1.2.1.10.48.1.10.1.13 hdsl2ShdslSpanConfReferenceClock: 1.3.6.1.2.1.10.48.1.10.1.14 hdsl2ShdslSpanConfLineProbeEnable: 1.3.6.1.2.1.10.48.1.10.1.15 hdsl2ShdslSpanConfProfileRowStatus: 1.3.6.1.2.1.10.48.1.10.1.16 hdsl2ShdslEndpointAlarmConfProfileTable: 1.3.6.1.2.1.10.48.1.11 hdsl2ShdslEndpointAlarmConfProfileEntry: 1.3.6.1.2.1.10.48.1.11.1 hdsl2ShdslEndpointAlarmConfProfileName: 1.3.6.1.2.1.10.48.1.11.1.1 hdsl2ShdslEndpointThreshLoopAttenuation: 1.3.6.1.2.1.10.48.1.11.1.2 hdsl2ShdslEndpointThreshSNRMargin: 1.3.6.1.2.1.10.48.1.11.1.3 hdsl2ShdslEndpointThreshES: 1.3.6.1.2.1.10.48.1.11.1.4 hdsl2ShdslEndpointThreshSES: 1.3.6.1.2.1.10.48.1.11.1.5 hdsl2ShdslEndpointThreshCRCanomalies: 1.3.6.1.2.1.10.48.1.11.1.6 hdsl2ShdslEndpointThreshLOSWS: 1.3.6.1.2.1.10.48.1.11.1.7 hdsl2ShdslEndpointThreshUAS: 1.3.6.1.2.1.10.48.1.11.1.8 hdsl2ShdslEndpointAlarmConfProfileRowStatus: 1.3.6.1.2.1.10.48.1.11.1.9 hdsl2ShdslConformance: 1.3.6.1.2.1.10.48.3 hdsl2ShdslGroups: 1.3.6.1.2.1.10.48.3.1 hdsl2ShdslCompliances: 1.3.6.1.2.1.10.48.3.2 hdsl2ShdslLoopAttenCrossing: 1.3.6.1.2.1.10.48.0.1 hdsl2ShdslSNRMarginCrossing: 1.3.6.1.2.1.10.48.0.2 hdsl2ShdslPerfESThresh: 1.3.6.1.2.1.10.48.0.3 hdsl2ShdslPerfSESThresh: 1.3.6.1.2.1.10.48.0.4 hdsl2ShdslPerfCRCanomaliesThresh: 1.3.6.1.2.1.10.48.0.5 hdsl2ShdslPerfLOSWSThresh: 1.3.6.1.2.1.10.48.0.6 hdsl2ShdslPerfUASThresh: 1.3.6.1.2.1.10.48.0.7 hdsl2ShdslSpanInvalidNumRepeaters: 1.3.6.1.2.1.10.48.0.8 hdsl2ShdslLoopbackFailure: 1.3.6.1.2.1.10.48.0.9 hdsl2ShdslpowerBackoff: 1.3.6.1.2.1.10.48.0.10 hdsl2ShdsldeviceFault: 1.3.6.1.2.1.10.48.0.11 hdsl2ShdsldcContinuityFault: 1.3.6.1.2.1.10.48.0.12 hdsl2ShdslconfigInitFailure: 1.3.6.1.2.1.10.48.0.13 hdsl2ShdslprotocolInitFailure: 1.3.6.1.2.1.10.48.0.14 hdsl2ShdslnoNeighborPresent: 1.3.6.1.2.1.10.48.0.15 hdsl2ShdslLocalPowerLoss: 1.3.6.1.2.1.10.48.0.16 snmp-1.2.0/data/ruby/snmp/mibs/RFC1316-MIB.yaml0000644000004100000410000000303612365504747020555 0ustar www-datawww-data--- char: 1.3.6.1.2.1.19 charNumber: 1.3.6.1.2.1.19.1 charPortTable: 1.3.6.1.2.1.19.2 charPortEntry: 1.3.6.1.2.1.19.2.1 charPortIndex: 1.3.6.1.2.1.19.2.1.1 charPortName: 1.3.6.1.2.1.19.2.1.2 charPortType: 1.3.6.1.2.1.19.2.1.3 charPortHardware: 1.3.6.1.2.1.19.2.1.4 charPortReset: 1.3.6.1.2.1.19.2.1.5 charPortAdminStatus: 1.3.6.1.2.1.19.2.1.6 charPortOperStatus: 1.3.6.1.2.1.19.2.1.7 charPortLastChange: 1.3.6.1.2.1.19.2.1.8 charPortInFlowType: 1.3.6.1.2.1.19.2.1.9 charPortOutFlowType: 1.3.6.1.2.1.19.2.1.10 charPortInFlowState: 1.3.6.1.2.1.19.2.1.11 charPortOutFlowState: 1.3.6.1.2.1.19.2.1.12 charPortInCharacters: 1.3.6.1.2.1.19.2.1.13 charPortOutCharacters: 1.3.6.1.2.1.19.2.1.14 charPortAdminOrigin: 1.3.6.1.2.1.19.2.1.15 charPortSessionMaximum: 1.3.6.1.2.1.19.2.1.16 charPortSessionNumber: 1.3.6.1.2.1.19.2.1.17 charPortSessionIndex: 1.3.6.1.2.1.19.2.1.18 charSessTable: 1.3.6.1.2.1.19.3 charSessEntry: 1.3.6.1.2.1.19.3.1 charSessPortIndex: 1.3.6.1.2.1.19.3.1.1 charSessIndex: 1.3.6.1.2.1.19.3.1.2 charSessKill: 1.3.6.1.2.1.19.3.1.3 charSessState: 1.3.6.1.2.1.19.3.1.4 charSessProtocol: 1.3.6.1.2.1.19.3.1.5 charSessOperOrigin: 1.3.6.1.2.1.19.3.1.6 charSessInCharacters: 1.3.6.1.2.1.19.3.1.7 charSessOutCharacters: 1.3.6.1.2.1.19.3.1.8 charSessConnectionId: 1.3.6.1.2.1.19.3.1.9 charSessStartTime: 1.3.6.1.2.1.19.3.1.10 wellKnownProtocols: 1.3.6.1.2.1.19.4 protocolOther: 1.3.6.1.2.1.19.4.1 protocolTelnet: 1.3.6.1.2.1.19.4.2 protocolRlogin: 1.3.6.1.2.1.19.4.3 protocolLat: 1.3.6.1.2.1.19.4.4 protocolX29: 1.3.6.1.2.1.19.4.5 protocolVtp: 1.3.6.1.2.1.19.4.6 snmp-1.2.0/data/ruby/snmp/mibs/VDSL-LINE-EXT-SCM-MIB.yaml0000644000004100000410000000266712365504747022214 0ustar www-datawww-data--- vdslExtSCMMIB: 1.3.6.1.2.1.10.228 vdslLineExtSCMMib: 1.3.6.1.2.1.10.228.1 vdslLineExtSCMMibObjects: 1.3.6.1.2.1.10.228.1.1 vdslLineSCMConfProfileBandTable: 1.3.6.1.2.1.10.228.1.1.1 vdslLineSCMConfProfileBandEntry: 1.3.6.1.2.1.10.228.1.1.1.1 vdslLineSCMConfProfileBandId: 1.3.6.1.2.1.10.228.1.1.1.1.1 vdslLineSCMConfProfileBandInUse: 1.3.6.1.2.1.10.228.1.1.1.1.2 vdslLineSCMConfProfileBandCenterFrequency: 1.3.6.1.2.1.10.228.1.1.1.1.3 vdslLineSCMConfProfileBandSymbolRate: 1.3.6.1.2.1.10.228.1.1.1.1.4 vdslLineSCMConfProfileBandConstellationSize: 1.3.6.1.2.1.10.228.1.1.1.1.5 vdslLineSCMConfProfileBandTransmitPSDLevel: 1.3.6.1.2.1.10.228.1.1.1.1.6 vdslLineSCMConfProfileBandRowStatus: 1.3.6.1.2.1.10.228.1.1.1.1.7 vdslLineSCMPhysBandTable: 1.3.6.1.2.1.10.228.1.1.2 vdslLineSCMPhysBandEntry: 1.3.6.1.2.1.10.228.1.1.2.1 vdslLineSCMPhysBandId: 1.3.6.1.2.1.10.228.1.1.2.1.1 vdslLineSCMPhysBandInUse: 1.3.6.1.2.1.10.228.1.1.2.1.2 vdslLineSCMPhysBandCurrCenterFrequency: 1.3.6.1.2.1.10.228.1.1.2.1.3 vdslLineSCMPhysBandCurrSymbolRate: 1.3.6.1.2.1.10.228.1.1.2.1.4 vdslLineSCMPhysBandCurrConstellationSize: 1.3.6.1.2.1.10.228.1.1.2.1.5 vdslLineSCMPhysBandCurrPSDLevel: 1.3.6.1.2.1.10.228.1.1.2.1.6 vdslLineSCMPhysBandCurrSnrMgn: 1.3.6.1.2.1.10.228.1.1.2.1.7 vdslLineSCMPhysBandCurrAtn: 1.3.6.1.2.1.10.228.1.1.2.1.8 vdslLineExtSCMConformance: 1.3.6.1.2.1.10.228.1.2 vdslLineExtSCMGroups: 1.3.6.1.2.1.10.228.1.2.1 vdslLineExtSCMCompliances: 1.3.6.1.2.1.10.228.1.2.2 snmp-1.2.0/data/ruby/snmp/mibs/ISCSI-MIB.yaml0000644000004100000410000002275012365504747020506 0ustar www-datawww-data--- iscsiMibModule: 1.3.6.1.2.1.142 iscsiNotifications: 1.3.6.1.2.1.142.0 iscsiObjects: 1.3.6.1.2.1.142.1 iscsiInstance: 1.3.6.1.2.1.142.1.1 iscsiInstanceAttributesTable: 1.3.6.1.2.1.142.1.1.1 iscsiInstanceAttributesEntry: 1.3.6.1.2.1.142.1.1.1.1 iscsiInstIndex: 1.3.6.1.2.1.142.1.1.1.1.1 iscsiInstDescr: 1.3.6.1.2.1.142.1.1.1.1.2 iscsiInstVersionMin: 1.3.6.1.2.1.142.1.1.1.1.3 iscsiInstVersionMax: 1.3.6.1.2.1.142.1.1.1.1.4 iscsiInstVendorID: 1.3.6.1.2.1.142.1.1.1.1.5 iscsiInstVendorVersion: 1.3.6.1.2.1.142.1.1.1.1.6 iscsiInstPortalNumber: 1.3.6.1.2.1.142.1.1.1.1.7 iscsiInstNodeNumber: 1.3.6.1.2.1.142.1.1.1.1.8 iscsiInstSessionNumber: 1.3.6.1.2.1.142.1.1.1.1.9 iscsiInstSsnFailures: 1.3.6.1.2.1.142.1.1.1.1.10 iscsiInstLastSsnFailureType: 1.3.6.1.2.1.142.1.1.1.1.11 iscsiInstLastSsnRmtNodeName: 1.3.6.1.2.1.142.1.1.1.1.12 iscsiInstDiscontinuityTime: 1.3.6.1.2.1.142.1.1.1.1.13 iscsiInstanceSsnErrorStatsTable: 1.3.6.1.2.1.142.1.1.2 iscsiInstanceSsnErrorStatsEntry: 1.3.6.1.2.1.142.1.1.2.1 iscsiInstSsnDigestErrors: 1.3.6.1.2.1.142.1.1.2.1.1 iscsiInstSsnCxnTimeoutErrors: 1.3.6.1.2.1.142.1.1.2.1.2 iscsiInstSsnFormatErrors: 1.3.6.1.2.1.142.1.1.2.1.3 iscsiPortal: 1.3.6.1.2.1.142.1.2 iscsiPortalAttributesTable: 1.3.6.1.2.1.142.1.2.1 iscsiPortalAttributesEntry: 1.3.6.1.2.1.142.1.2.1.1 iscsiPortalIndex: 1.3.6.1.2.1.142.1.2.1.1.1 iscsiPortalRowStatus: 1.3.6.1.2.1.142.1.2.1.1.2 iscsiPortalRoles: 1.3.6.1.2.1.142.1.2.1.1.3 iscsiPortalAddrType: 1.3.6.1.2.1.142.1.2.1.1.4 iscsiPortalAddr: 1.3.6.1.2.1.142.1.2.1.1.5 iscsiPortalProtocol: 1.3.6.1.2.1.142.1.2.1.1.6 iscsiPortalMaxRecvDataSegLength: 1.3.6.1.2.1.142.1.2.1.1.7 iscsiPortalPrimaryHdrDigest: 1.3.6.1.2.1.142.1.2.1.1.8 iscsiPortalPrimaryDataDigest: 1.3.6.1.2.1.142.1.2.1.1.9 iscsiPortalSecondaryHdrDigest: 1.3.6.1.2.1.142.1.2.1.1.10 iscsiPortalSecondaryDataDigest: 1.3.6.1.2.1.142.1.2.1.1.11 iscsiPortalRecvMarker: 1.3.6.1.2.1.142.1.2.1.1.12 iscsiPortalStorageType: 1.3.6.1.2.1.142.1.2.1.1.13 iscsiTargetPortal: 1.3.6.1.2.1.142.1.3 iscsiTgtPortalAttributesTable: 1.3.6.1.2.1.142.1.3.1 iscsiTgtPortalAttributesEntry: 1.3.6.1.2.1.142.1.3.1.1 iscsiTgtPortalNodeIndexOrZero: 1.3.6.1.2.1.142.1.3.1.1.1 iscsiTgtPortalPort: 1.3.6.1.2.1.142.1.3.1.1.2 iscsiTgtPortalTag: 1.3.6.1.2.1.142.1.3.1.1.3 iscsiInitiatorPortal: 1.3.6.1.2.1.142.1.4 iscsiIntrPortalAttributesTable: 1.3.6.1.2.1.142.1.4.1 iscsiIntrPortalAttributesEntry: 1.3.6.1.2.1.142.1.4.1.1 iscsiIntrPortalNodeIndexOrZero: 1.3.6.1.2.1.142.1.4.1.1.1 iscsiIntrPortalTag: 1.3.6.1.2.1.142.1.4.1.1.2 iscsiNode: 1.3.6.1.2.1.142.1.5 iscsiNodeAttributesTable: 1.3.6.1.2.1.142.1.5.1 iscsiNodeAttributesEntry: 1.3.6.1.2.1.142.1.5.1.1 iscsiNodeIndex: 1.3.6.1.2.1.142.1.5.1.1.1 iscsiNodeName: 1.3.6.1.2.1.142.1.5.1.1.2 iscsiNodeAlias: 1.3.6.1.2.1.142.1.5.1.1.3 iscsiNodeRoles: 1.3.6.1.2.1.142.1.5.1.1.4 iscsiNodeTransportType: 1.3.6.1.2.1.142.1.5.1.1.5 iscsiNodeInitialR2T: 1.3.6.1.2.1.142.1.5.1.1.6 iscsiNodeImmediateData: 1.3.6.1.2.1.142.1.5.1.1.7 iscsiNodeMaxOutstandingR2T: 1.3.6.1.2.1.142.1.5.1.1.8 iscsiNodeFirstBurstLength: 1.3.6.1.2.1.142.1.5.1.1.9 iscsiNodeMaxBurstLength: 1.3.6.1.2.1.142.1.5.1.1.10 iscsiNodeMaxConnections: 1.3.6.1.2.1.142.1.5.1.1.11 iscsiNodeDataSequenceInOrder: 1.3.6.1.2.1.142.1.5.1.1.12 iscsiNodeDataPDUInOrder: 1.3.6.1.2.1.142.1.5.1.1.13 iscsiNodeDefaultTime2Wait: 1.3.6.1.2.1.142.1.5.1.1.14 iscsiNodeDefaultTime2Retain: 1.3.6.1.2.1.142.1.5.1.1.15 iscsiNodeErrorRecoveryLevel: 1.3.6.1.2.1.142.1.5.1.1.16 iscsiNodeDiscontinuityTime: 1.3.6.1.2.1.142.1.5.1.1.17 iscsiNodeStorageType: 1.3.6.1.2.1.142.1.5.1.1.18 iscsiTarget: 1.3.6.1.2.1.142.1.6 iscsiTargetAttributesTable: 1.3.6.1.2.1.142.1.6.1 iscsiTargetAttributesEntry: 1.3.6.1.2.1.142.1.6.1.1 iscsiTgtLoginFailures: 1.3.6.1.2.1.142.1.6.1.1.1 iscsiTgtLastFailureTime: 1.3.6.1.2.1.142.1.6.1.1.2 iscsiTgtLastFailureType: 1.3.6.1.2.1.142.1.6.1.1.3 iscsiTgtLastIntrFailureName: 1.3.6.1.2.1.142.1.6.1.1.4 iscsiTgtLastIntrFailureAddrType: 1.3.6.1.2.1.142.1.6.1.1.5 iscsiTgtLastIntrFailureAddr: 1.3.6.1.2.1.142.1.6.1.1.6 iscsiTargetLoginStatsTable: 1.3.6.1.2.1.142.1.6.2 iscsiTargetLoginStatsEntry: 1.3.6.1.2.1.142.1.6.2.1 iscsiTgtLoginAccepts: 1.3.6.1.2.1.142.1.6.2.1.1 iscsiTgtLoginOtherFails: 1.3.6.1.2.1.142.1.6.2.1.2 iscsiTgtLoginRedirects: 1.3.6.1.2.1.142.1.6.2.1.3 iscsiTgtLoginAuthorizeFails: 1.3.6.1.2.1.142.1.6.2.1.4 iscsiTgtLoginAuthenticateFails: 1.3.6.1.2.1.142.1.6.2.1.5 iscsiTgtLoginNegotiateFails: 1.3.6.1.2.1.142.1.6.2.1.6 iscsiTargetLogoutStatsTable: 1.3.6.1.2.1.142.1.6.3 iscsiTargetLogoutStatsEntry: 1.3.6.1.2.1.142.1.6.3.1 iscsiTgtLogoutNormals: 1.3.6.1.2.1.142.1.6.3.1.1 iscsiTgtLogoutOthers: 1.3.6.1.2.1.142.1.6.3.1.2 iscsiTgtAuthorization: 1.3.6.1.2.1.142.1.7 iscsiTgtAuthAttributesTable: 1.3.6.1.2.1.142.1.7.1 iscsiTgtAuthAttributesEntry: 1.3.6.1.2.1.142.1.7.1.1 iscsiTgtAuthIndex: 1.3.6.1.2.1.142.1.7.1.1.1 iscsiTgtAuthRowStatus: 1.3.6.1.2.1.142.1.7.1.1.2 iscsiTgtAuthIdentity: 1.3.6.1.2.1.142.1.7.1.1.3 iscsiTgtAuthStorageType: 1.3.6.1.2.1.142.1.7.1.1.4 iscsiInitiator: 1.3.6.1.2.1.142.1.8 iscsiInitiatorAttributesTable: 1.3.6.1.2.1.142.1.8.1 iscsiInitiatorAttributesEntry: 1.3.6.1.2.1.142.1.8.1.1 iscsiIntrLoginFailures: 1.3.6.1.2.1.142.1.8.1.1.1 iscsiIntrLastFailureTime: 1.3.6.1.2.1.142.1.8.1.1.2 iscsiIntrLastFailureType: 1.3.6.1.2.1.142.1.8.1.1.3 iscsiIntrLastTgtFailureName: 1.3.6.1.2.1.142.1.8.1.1.4 iscsiIntrLastTgtFailureAddrType: 1.3.6.1.2.1.142.1.8.1.1.5 iscsiIntrLastTgtFailureAddr: 1.3.6.1.2.1.142.1.8.1.1.6 iscsiInitiatorLoginStatsTable: 1.3.6.1.2.1.142.1.8.2 iscsiInitiatorLoginStatsEntry: 1.3.6.1.2.1.142.1.8.2.1 iscsiIntrLoginAcceptRsps: 1.3.6.1.2.1.142.1.8.2.1.1 iscsiIntrLoginOtherFailRsps: 1.3.6.1.2.1.142.1.8.2.1.2 iscsiIntrLoginRedirectRsps: 1.3.6.1.2.1.142.1.8.2.1.3 iscsiIntrLoginAuthFailRsps: 1.3.6.1.2.1.142.1.8.2.1.4 iscsiIntrLoginAuthenticateFails: 1.3.6.1.2.1.142.1.8.2.1.5 iscsiIntrLoginNegotiateFails: 1.3.6.1.2.1.142.1.8.2.1.6 iscsiInitiatorLogoutStatsTable: 1.3.6.1.2.1.142.1.8.3 iscsiInitiatorLogoutStatsEntry: 1.3.6.1.2.1.142.1.8.3.1 iscsiIntrLogoutNormals: 1.3.6.1.2.1.142.1.8.3.1.1 iscsiIntrLogoutOthers: 1.3.6.1.2.1.142.1.8.3.1.2 iscsiIntrAuthorization: 1.3.6.1.2.1.142.1.9 iscsiIntrAuthAttributesTable: 1.3.6.1.2.1.142.1.9.1 iscsiIntrAuthAttributesEntry: 1.3.6.1.2.1.142.1.9.1.1 iscsiIntrAuthIndex: 1.3.6.1.2.1.142.1.9.1.1.1 iscsiIntrAuthRowStatus: 1.3.6.1.2.1.142.1.9.1.1.2 iscsiIntrAuthIdentity: 1.3.6.1.2.1.142.1.9.1.1.3 iscsiIntrAuthStorageType: 1.3.6.1.2.1.142.1.9.1.1.4 iscsiSession: 1.3.6.1.2.1.142.1.10 iscsiSessionAttributesTable: 1.3.6.1.2.1.142.1.10.1 iscsiSessionAttributesEntry: 1.3.6.1.2.1.142.1.10.1.1 iscsiSsnNodeIndex: 1.3.6.1.2.1.142.1.10.1.1.1 iscsiSsnIndex: 1.3.6.1.2.1.142.1.10.1.1.2 iscsiSsnDirection: 1.3.6.1.2.1.142.1.10.1.1.3 iscsiSsnInitiatorName: 1.3.6.1.2.1.142.1.10.1.1.4 iscsiSsnTargetName: 1.3.6.1.2.1.142.1.10.1.1.5 iscsiSsnTSIH: 1.3.6.1.2.1.142.1.10.1.1.6 iscsiSsnISID: 1.3.6.1.2.1.142.1.10.1.1.7 iscsiSsnInitiatorAlias: 1.3.6.1.2.1.142.1.10.1.1.8 iscsiSsnTargetAlias: 1.3.6.1.2.1.142.1.10.1.1.9 iscsiSsnInitialR2T: 1.3.6.1.2.1.142.1.10.1.1.10 iscsiSsnImmediateData: 1.3.6.1.2.1.142.1.10.1.1.11 iscsiSsnType: 1.3.6.1.2.1.142.1.10.1.1.12 iscsiSsnMaxOutstandingR2T: 1.3.6.1.2.1.142.1.10.1.1.13 iscsiSsnFirstBurstLength: 1.3.6.1.2.1.142.1.10.1.1.14 iscsiSsnMaxBurstLength: 1.3.6.1.2.1.142.1.10.1.1.15 iscsiSsnConnectionNumber: 1.3.6.1.2.1.142.1.10.1.1.16 iscsiSsnAuthIdentity: 1.3.6.1.2.1.142.1.10.1.1.17 iscsiSsnDataSequenceInOrder: 1.3.6.1.2.1.142.1.10.1.1.18 iscsiSsnDataPDUInOrder: 1.3.6.1.2.1.142.1.10.1.1.19 iscsiSsnErrorRecoveryLevel: 1.3.6.1.2.1.142.1.10.1.1.20 iscsiSsnDiscontinuityTime: 1.3.6.1.2.1.142.1.10.1.1.21 iscsiSessionStatsTable: 1.3.6.1.2.1.142.1.10.2 iscsiSessionStatsEntry: 1.3.6.1.2.1.142.1.10.2.1 iscsiSsnCmdPDUs: 1.3.6.1.2.1.142.1.10.2.1.1 iscsiSsnRspPDUs: 1.3.6.1.2.1.142.1.10.2.1.2 iscsiSsnTxDataOctets: 1.3.6.1.2.1.142.1.10.2.1.3 iscsiSsnRxDataOctets: 1.3.6.1.2.1.142.1.10.2.1.4 iscsiSsnLCTxDataOctets: 1.3.6.1.2.1.142.1.10.2.1.5 iscsiSsnLCRxDataOctets: 1.3.6.1.2.1.142.1.10.2.1.6 iscsiSessionCxnErrorStatsTable: 1.3.6.1.2.1.142.1.10.3 iscsiSessionCxnErrorStatsEntry: 1.3.6.1.2.1.142.1.10.3.1 iscsiSsnCxnDigestErrors: 1.3.6.1.2.1.142.1.10.3.1.1 iscsiSsnCxnTimeoutErrors: 1.3.6.1.2.1.142.1.10.3.1.2 iscsiConnection: 1.3.6.1.2.1.142.1.11 iscsiConnectionAttributesTable: 1.3.6.1.2.1.142.1.11.1 iscsiConnectionAttributesEntry: 1.3.6.1.2.1.142.1.11.1.1 iscsiCxnIndex: 1.3.6.1.2.1.142.1.11.1.1.1 iscsiCxnCid: 1.3.6.1.2.1.142.1.11.1.1.2 iscsiCxnState: 1.3.6.1.2.1.142.1.11.1.1.3 iscsiCxnAddrType: 1.3.6.1.2.1.142.1.11.1.1.4 iscsiCxnLocalAddr: 1.3.6.1.2.1.142.1.11.1.1.5 iscsiCxnProtocol: 1.3.6.1.2.1.142.1.11.1.1.6 iscsiCxnLocalPort: 1.3.6.1.2.1.142.1.11.1.1.7 iscsiCxnRemoteAddr: 1.3.6.1.2.1.142.1.11.1.1.8 iscsiCxnRemotePort: 1.3.6.1.2.1.142.1.11.1.1.9 iscsiCxnMaxRecvDataSegLength: 1.3.6.1.2.1.142.1.11.1.1.10 iscsiCxnMaxXmitDataSegLength: 1.3.6.1.2.1.142.1.11.1.1.11 iscsiCxnHeaderIntegrity: 1.3.6.1.2.1.142.1.11.1.1.12 iscsiCxnDataIntegrity: 1.3.6.1.2.1.142.1.11.1.1.13 iscsiCxnRecvMarker: 1.3.6.1.2.1.142.1.11.1.1.14 iscsiCxnSendMarker: 1.3.6.1.2.1.142.1.11.1.1.15 iscsiCxnVersionActive: 1.3.6.1.2.1.142.1.11.1.1.16 iscsiConformance: 1.3.6.1.2.1.142.2 iscsiCompliances: 1.3.6.1.2.1.142.2.1 iscsiGroups: 1.3.6.1.2.1.142.2.2 iscsiAdmin: 1.3.6.1.2.1.142.3 iscsiDescriptors: 1.3.6.1.2.1.142.3.1 iscsiHeaderIntegrityTypes: 1.3.6.1.2.1.142.3.1.1 iscsiHdrIntegrityNone: 1.3.6.1.2.1.142.3.1.1.1 iscsiHdrIntegrityCrc32c: 1.3.6.1.2.1.142.3.1.1.2 iscsiDataIntegrityTypes: 1.3.6.1.2.1.142.3.1.2 iscsiDataIntegrityNone: 1.3.6.1.2.1.142.3.1.2.1 iscsiDataIntegrityCrc32c: 1.3.6.1.2.1.142.3.1.2.2 iscsiTgtLoginFailure: 1.3.6.1.2.1.142.0.1 iscsiIntrLoginFailure: 1.3.6.1.2.1.142.0.2 iscsiInstSessionFailure: 1.3.6.1.2.1.142.0.3 snmp-1.2.0/data/ruby/snmp/mibs/SNMP-MPD-MIB.yaml0000644000004100000410000000057712365504747021032 0ustar www-datawww-data--- snmpMPDMIB: 1.3.6.1.6.3.11 snmpMPDAdmin: 1.3.6.1.6.3.11.1 snmpMPDMIBObjects: 1.3.6.1.6.3.11.2 snmpMPDStats: 1.3.6.1.6.3.11.2.1 snmpUnknownSecurityModels: 1.3.6.1.6.3.11.2.1.1 snmpInvalidMsgs: 1.3.6.1.6.3.11.2.1.2 snmpUnknownPDUHandlers: 1.3.6.1.6.3.11.2.1.3 snmpMPDMIBConformance: 1.3.6.1.6.3.11.3 snmpMPDMIBCompliances: 1.3.6.1.6.3.11.3.1 snmpMPDMIBGroups: 1.3.6.1.6.3.11.3.2 snmp-1.2.0/data/ruby/snmp/mibs/MIDCOM-MIB.yaml0000644000004100000410000000763312365504747020607 0ustar www-datawww-data--- midcomMIB: 1.3.6.1.2.1.171 midcomNotifications: 1.3.6.1.2.1.171.0 midcomObjects: 1.3.6.1.2.1.171.1 midcomTransaction: 1.3.6.1.2.1.171.1.1 midcomRuleTable: 1.3.6.1.2.1.171.1.1.3 midcomRuleEntry: 1.3.6.1.2.1.171.1.1.3.1 midcomRuleOwner: 1.3.6.1.2.1.171.1.1.3.1.1 midcomRuleIndex: 1.3.6.1.2.1.171.1.1.3.1.3 midcomRuleAdminStatus: 1.3.6.1.2.1.171.1.1.3.1.4 midcomRuleOperStatus: 1.3.6.1.2.1.171.1.1.3.1.5 midcomRuleStorageType: 1.3.6.1.2.1.171.1.1.3.1.6 midcomRuleStorageTime: 1.3.6.1.2.1.171.1.1.3.1.7 midcomRuleError: 1.3.6.1.2.1.171.1.1.3.1.8 midcomRuleInterface: 1.3.6.1.2.1.171.1.1.3.1.9 midcomRuleFlowDirection: 1.3.6.1.2.1.171.1.1.3.1.10 midcomRuleMaxIdleTime: 1.3.6.1.2.1.171.1.1.3.1.11 midcomRuleTransportProtocol: 1.3.6.1.2.1.171.1.1.3.1.12 midcomRulePortRange: 1.3.6.1.2.1.171.1.1.3.1.13 midcomRuleInternalIpVersion: 1.3.6.1.2.1.171.1.1.3.1.14 midcomRuleExternalIpVersion: 1.3.6.1.2.1.171.1.1.3.1.15 midcomRuleInternalIpAddr: 1.3.6.1.2.1.171.1.1.3.1.16 midcomRuleInternalIpPrefixLength: 1.3.6.1.2.1.171.1.1.3.1.17 midcomRuleInternalPort: 1.3.6.1.2.1.171.1.1.3.1.18 midcomRuleExternalIpAddr: 1.3.6.1.2.1.171.1.1.3.1.19 midcomRuleExternalIpPrefixLength: 1.3.6.1.2.1.171.1.1.3.1.20 midcomRuleExternalPort: 1.3.6.1.2.1.171.1.1.3.1.21 midcomRuleInsideIpAddr: 1.3.6.1.2.1.171.1.1.3.1.22 midcomRuleInsidePort: 1.3.6.1.2.1.171.1.1.3.1.23 midcomRuleOutsideIpAddr: 1.3.6.1.2.1.171.1.1.3.1.24 midcomRuleOutsidePort: 1.3.6.1.2.1.171.1.1.3.1.25 midcomRuleLifetime: 1.3.6.1.2.1.171.1.1.3.1.26 midcomRuleRowStatus: 1.3.6.1.2.1.171.1.1.3.1.27 midcomGroupTable: 1.3.6.1.2.1.171.1.1.4 midcomGroupEntry: 1.3.6.1.2.1.171.1.1.4.1 midcomGroupIndex: 1.3.6.1.2.1.171.1.1.4.1.2 midcomGroupLifetime: 1.3.6.1.2.1.171.1.1.4.1.3 midcomConfig: 1.3.6.1.2.1.171.1.2 midcomConfigMaxLifetime: 1.3.6.1.2.1.171.1.2.1 midcomConfigPersistentRules: 1.3.6.1.2.1.171.1.2.2 midcomConfigIfTable: 1.3.6.1.2.1.171.1.2.3 midcomConfigIfEntry: 1.3.6.1.2.1.171.1.2.3.1 midcomConfigIfIndex: 1.3.6.1.2.1.171.1.2.3.1.1 midcomConfigIfBits: 1.3.6.1.2.1.171.1.2.3.1.2 midcomConfigIfEnabled: 1.3.6.1.2.1.171.1.2.3.1.3 midcomConfigFirewallTable: 1.3.6.1.2.1.171.1.2.4 midcomConfigFirewallEntry: 1.3.6.1.2.1.171.1.2.4.1 midcomConfigFirewallIndex: 1.3.6.1.2.1.171.1.2.4.1.1 midcomConfigFirewallGroupId: 1.3.6.1.2.1.171.1.2.4.1.2 midcomConfigFirewallPriority: 1.3.6.1.2.1.171.1.2.4.1.3 midcomMonitoring: 1.3.6.1.2.1.171.1.3 midcomResourceTable: 1.3.6.1.2.1.171.1.3.1 midcomResourceEntry: 1.3.6.1.2.1.171.1.3.1.1 midcomRscNatInternalAddrBindMode: 1.3.6.1.2.1.171.1.3.1.1.4 midcomRscNatInternalAddrBindId: 1.3.6.1.2.1.171.1.3.1.1.5 midcomRscNatInsideAddrBindMode: 1.3.6.1.2.1.171.1.3.1.1.6 midcomRscNatInsideAddrBindId: 1.3.6.1.2.1.171.1.3.1.1.7 midcomRscNatSessionId1: 1.3.6.1.2.1.171.1.3.1.1.8 midcomRscNatSessionId2: 1.3.6.1.2.1.171.1.3.1.1.9 midcomRscFirewallRuleId: 1.3.6.1.2.1.171.1.3.1.1.10 midcomStatistics: 1.3.6.1.2.1.171.1.3.2 midcomCurrentOwners: 1.3.6.1.2.1.171.1.3.2.1 midcomTotalRejectedRuleEntries: 1.3.6.1.2.1.171.1.3.2.2 midcomCurrentRulesIncomplete: 1.3.6.1.2.1.171.1.3.2.3 midcomTotalIncorrectReserveRules: 1.3.6.1.2.1.171.1.3.2.4 midcomTotalRejectedReserveRules: 1.3.6.1.2.1.171.1.3.2.5 midcomCurrentActiveReserveRules: 1.3.6.1.2.1.171.1.3.2.6 midcomTotalExpiredReserveRules: 1.3.6.1.2.1.171.1.3.2.7 midcomTotalTerminatedOnRqReserveRules: 1.3.6.1.2.1.171.1.3.2.8 midcomTotalTerminatedReserveRules: 1.3.6.1.2.1.171.1.3.2.9 midcomTotalIncorrectEnableRules: 1.3.6.1.2.1.171.1.3.2.10 midcomTotalRejectedEnableRules: 1.3.6.1.2.1.171.1.3.2.11 midcomCurrentActiveEnableRules: 1.3.6.1.2.1.171.1.3.2.12 midcomTotalExpiredEnableRules: 1.3.6.1.2.1.171.1.3.2.13 midcomTotalTerminatedOnRqEnableRules: 1.3.6.1.2.1.171.1.3.2.14 midcomTotalTerminatedEnableRules: 1.3.6.1.2.1.171.1.3.2.15 midcomConformance: 1.3.6.1.2.1.171.2 midcomCompliances: 1.3.6.1.2.1.171.2.1 midcomGroups: 1.3.6.1.2.1.171.2.2 midcomUnsolicitedRuleEvent: 1.3.6.1.2.1.171.0.1 midcomSolicitedRuleEvent: 1.3.6.1.2.1.171.0.2 midcomSolicitedGroupEvent: 1.3.6.1.2.1.171.0.3 snmp-1.2.0/data/ruby/snmp/mibs/RAQMON-MIB.yaml0000644000004100000410000001115112365504747020622 0ustar www-datawww-data--- raqmonMIB: 1.3.6.1.2.1.16.31 raqmonNotifications: 1.3.6.1.2.1.16.31.0 raqmonMIBObjects: 1.3.6.1.2.1.16.31.1 raqmonSession: 1.3.6.1.2.1.16.31.1.1 raqmonParticipantTable: 1.3.6.1.2.1.16.31.1.1.1 raqmonParticipantEntry: 1.3.6.1.2.1.16.31.1.1.1.1 raqmonParticipantStartDate: 1.3.6.1.2.1.16.31.1.1.1.1.1 raqmonParticipantIndex: 1.3.6.1.2.1.16.31.1.1.1.1.2 raqmonParticipantReportCaps: 1.3.6.1.2.1.16.31.1.1.1.1.3 raqmonParticipantAddrType: 1.3.6.1.2.1.16.31.1.1.1.1.4 raqmonParticipantAddr: 1.3.6.1.2.1.16.31.1.1.1.1.5 raqmonParticipantSendPort: 1.3.6.1.2.1.16.31.1.1.1.1.6 raqmonParticipantRecvPort: 1.3.6.1.2.1.16.31.1.1.1.1.7 raqmonParticipantSetupDelay: 1.3.6.1.2.1.16.31.1.1.1.1.8 raqmonParticipantName: 1.3.6.1.2.1.16.31.1.1.1.1.9 raqmonParticipantAppName: 1.3.6.1.2.1.16.31.1.1.1.1.10 raqmonParticipantQosCount: 1.3.6.1.2.1.16.31.1.1.1.1.11 raqmonParticipantEndDate: 1.3.6.1.2.1.16.31.1.1.1.1.12 raqmonParticipantDestPayloadType: 1.3.6.1.2.1.16.31.1.1.1.1.13 raqmonParticipantSrcPayloadType: 1.3.6.1.2.1.16.31.1.1.1.1.14 raqmonParticipantActive: 1.3.6.1.2.1.16.31.1.1.1.1.15 raqmonParticipantPeer: 1.3.6.1.2.1.16.31.1.1.1.1.16 raqmonParticipantPeerAddrType: 1.3.6.1.2.1.16.31.1.1.1.1.17 raqmonParticipantPeerAddr: 1.3.6.1.2.1.16.31.1.1.1.1.18 raqmonParticipantSrcL2Priority: 1.3.6.1.2.1.16.31.1.1.1.1.19 raqmonParticipantDestL2Priority: 1.3.6.1.2.1.16.31.1.1.1.1.20 raqmonParticipantSrcDSCP: 1.3.6.1.2.1.16.31.1.1.1.1.21 raqmonParticipantDestDSCP: 1.3.6.1.2.1.16.31.1.1.1.1.22 raqmonParticipantCpuMean: 1.3.6.1.2.1.16.31.1.1.1.1.23 raqmonParticipantCpuMin: 1.3.6.1.2.1.16.31.1.1.1.1.24 raqmonParticipantCpuMax: 1.3.6.1.2.1.16.31.1.1.1.1.25 raqmonParticipantMemoryMean: 1.3.6.1.2.1.16.31.1.1.1.1.26 raqmonParticipantMemoryMin: 1.3.6.1.2.1.16.31.1.1.1.1.27 raqmonParticipantMemoryMax: 1.3.6.1.2.1.16.31.1.1.1.1.28 raqmonParticipantNetRTTMean: 1.3.6.1.2.1.16.31.1.1.1.1.29 raqmonParticipantNetRTTMin: 1.3.6.1.2.1.16.31.1.1.1.1.30 raqmonParticipantNetRTTMax: 1.3.6.1.2.1.16.31.1.1.1.1.31 raqmonParticipantIAJitterMean: 1.3.6.1.2.1.16.31.1.1.1.1.32 raqmonParticipantIAJitterMin: 1.3.6.1.2.1.16.31.1.1.1.1.33 raqmonParticipantIAJitterMax: 1.3.6.1.2.1.16.31.1.1.1.1.34 raqmonParticipantIPDVMean: 1.3.6.1.2.1.16.31.1.1.1.1.35 raqmonParticipantIPDVMin: 1.3.6.1.2.1.16.31.1.1.1.1.36 raqmonParticipantIPDVMax: 1.3.6.1.2.1.16.31.1.1.1.1.37 raqmonParticipantNetOwdMean: 1.3.6.1.2.1.16.31.1.1.1.1.38 raqmonParticipantNetOwdMin: 1.3.6.1.2.1.16.31.1.1.1.1.39 raqmonParticipantNetOwdMax: 1.3.6.1.2.1.16.31.1.1.1.1.40 raqmonParticipantAppDelayMean: 1.3.6.1.2.1.16.31.1.1.1.1.41 raqmonParticipantAppDelayMin: 1.3.6.1.2.1.16.31.1.1.1.1.42 raqmonParticipantAppDelayMax: 1.3.6.1.2.1.16.31.1.1.1.1.43 raqmonParticipantPacketsRcvd: 1.3.6.1.2.1.16.31.1.1.1.1.44 raqmonParticipantPacketsSent: 1.3.6.1.2.1.16.31.1.1.1.1.45 raqmonParticipantOctetsRcvd: 1.3.6.1.2.1.16.31.1.1.1.1.46 raqmonParticipantOctetsSent: 1.3.6.1.2.1.16.31.1.1.1.1.47 raqmonParticipantLostPackets: 1.3.6.1.2.1.16.31.1.1.1.1.48 raqmonParticipantLostPacketsFrct: 1.3.6.1.2.1.16.31.1.1.1.1.49 raqmonParticipantDiscards: 1.3.6.1.2.1.16.31.1.1.1.1.50 raqmonParticipantDiscardsFrct: 1.3.6.1.2.1.16.31.1.1.1.1.51 raqmonQosTable: 1.3.6.1.2.1.16.31.1.1.2 raqmonQosEntry: 1.3.6.1.2.1.16.31.1.1.2.1 raqmonQosTime: 1.3.6.1.2.1.16.31.1.1.2.1.1 raqmonQoSEnd2EndNetDelay: 1.3.6.1.2.1.16.31.1.1.2.1.2 raqmonQoSInterArrivalJitter: 1.3.6.1.2.1.16.31.1.1.2.1.3 raqmonQosRcvdPackets: 1.3.6.1.2.1.16.31.1.1.2.1.4 raqmonQosRcvdOctets: 1.3.6.1.2.1.16.31.1.1.2.1.5 raqmonQosSentPackets: 1.3.6.1.2.1.16.31.1.1.2.1.6 raqmonQosSentOctets: 1.3.6.1.2.1.16.31.1.1.2.1.7 raqmonQosLostPackets: 1.3.6.1.2.1.16.31.1.1.2.1.8 raqmonQosSessionStatus: 1.3.6.1.2.1.16.31.1.1.2.1.9 raqmonParticipantAddrTable: 1.3.6.1.2.1.16.31.1.1.3 raqmonParticipantAddrEntry: 1.3.6.1.2.1.16.31.1.1.3.1 raqmonParticipantAddrEndDate: 1.3.6.1.2.1.16.31.1.1.3.1.1 raqmonException: 1.3.6.1.2.1.16.31.1.2 raqmonSessionExceptionTable: 1.3.6.1.2.1.16.31.1.2.2 raqmonSessionExceptionEntry: 1.3.6.1.2.1.16.31.1.2.2.1 raqmonSessionExceptionIndex: 1.3.6.1.2.1.16.31.1.2.2.1.2 raqmonSessionExceptionIAJitterThreshold: 1.3.6.1.2.1.16.31.1.2.2.1.3 raqmonSessionExceptionNetRTTThreshold: 1.3.6.1.2.1.16.31.1.2.2.1.4 raqmonSessionExceptionLostPacketsThreshold: 1.3.6.1.2.1.16.31.1.2.2.1.5 raqmonSessionExceptionRowStatus: 1.3.6.1.2.1.16.31.1.2.2.1.7 raqmonConfig: 1.3.6.1.2.1.16.31.1.3 raqmonConfigPort: 1.3.6.1.2.1.16.31.1.3.1 raqmonConfigPduTransport: 1.3.6.1.2.1.16.31.1.3.2 raqmonConfigRaqmonPdus: 1.3.6.1.2.1.16.31.1.3.3 raqmonConfigRDSTimeout: 1.3.6.1.2.1.16.31.1.3.4 raqmonConformance: 1.3.6.1.2.1.16.31.2 raqmonCompliances: 1.3.6.1.2.1.16.31.2.1 raqmonGroups: 1.3.6.1.2.1.16.31.2.2 raqmonSessionAlarm: 1.3.6.1.2.1.16.31.0.1 snmp-1.2.0/data/ruby/snmp/mibs/RFC1158-MIB.yaml0000644000004100000410000001473412365504747020570 0ustar www-datawww-data--- nullSpecific: "0.0" mib-2: 1.3.6.1.2.1 system: 1.3.6.1.2.1.1 sysDescr: 1.3.6.1.2.1.1.1 sysObjectID: 1.3.6.1.2.1.1.2 sysUpTime: 1.3.6.1.2.1.1.3 sysContact: 1.3.6.1.2.1.1.4 sysName: 1.3.6.1.2.1.1.5 sysLocation: 1.3.6.1.2.1.1.6 sysServices: 1.3.6.1.2.1.1.7 interfaces: 1.3.6.1.2.1.2 ifNumber: 1.3.6.1.2.1.2.1 ifTable: 1.3.6.1.2.1.2.2 ifEntry: 1.3.6.1.2.1.2.2.1 ifIndex: 1.3.6.1.2.1.2.2.1.1 ifDescr: 1.3.6.1.2.1.2.2.1.2 ifType: 1.3.6.1.2.1.2.2.1.3 ifMtu: 1.3.6.1.2.1.2.2.1.4 ifSpeed: 1.3.6.1.2.1.2.2.1.5 ifPhysAddress: 1.3.6.1.2.1.2.2.1.6 ifAdminStatus: 1.3.6.1.2.1.2.2.1.7 ifOperStatus: 1.3.6.1.2.1.2.2.1.8 ifLastChange: 1.3.6.1.2.1.2.2.1.9 ifInOctets: 1.3.6.1.2.1.2.2.1.10 ifInUcastPkts: 1.3.6.1.2.1.2.2.1.11 ifInNUcastPkts: 1.3.6.1.2.1.2.2.1.12 ifInDiscards: 1.3.6.1.2.1.2.2.1.13 ifInErrors: 1.3.6.1.2.1.2.2.1.14 ifInUnknownProtos: 1.3.6.1.2.1.2.2.1.15 ifOutOctets: 1.3.6.1.2.1.2.2.1.16 ifOutUcastPkts: 1.3.6.1.2.1.2.2.1.17 ifOutNUcastPkts: 1.3.6.1.2.1.2.2.1.18 ifOutDiscards: 1.3.6.1.2.1.2.2.1.19 ifOutErrors: 1.3.6.1.2.1.2.2.1.20 ifOutQLen: 1.3.6.1.2.1.2.2.1.21 ifSpecific: 1.3.6.1.2.1.2.2.1.22 at: 1.3.6.1.2.1.3 atTable: 1.3.6.1.2.1.3.1 atEntry: 1.3.6.1.2.1.3.1.1 atIfIndex: 1.3.6.1.2.1.3.1.1.1 atPhysAddress: 1.3.6.1.2.1.3.1.1.2 atNetAddress: 1.3.6.1.2.1.3.1.1.3 ip: 1.3.6.1.2.1.4 ipForwarding: 1.3.6.1.2.1.4.1 ipDefaultTTL: 1.3.6.1.2.1.4.2 ipInReceives: 1.3.6.1.2.1.4.3 ipInHdrErrors: 1.3.6.1.2.1.4.4 ipInAddrErrors: 1.3.6.1.2.1.4.5 ipForwDatagrams: 1.3.6.1.2.1.4.6 ipInUnknownProtos: 1.3.6.1.2.1.4.7 ipInDiscards: 1.3.6.1.2.1.4.8 ipInDelivers: 1.3.6.1.2.1.4.9 ipOutRequests: 1.3.6.1.2.1.4.10 ipOutDiscards: 1.3.6.1.2.1.4.11 ipOutNoRoutes: 1.3.6.1.2.1.4.12 ipReasmTimeout: 1.3.6.1.2.1.4.13 ipReasmReqds: 1.3.6.1.2.1.4.14 ipReasmOKs: 1.3.6.1.2.1.4.15 ipReasmFails: 1.3.6.1.2.1.4.16 ipFragOKs: 1.3.6.1.2.1.4.17 ipFragFails: 1.3.6.1.2.1.4.18 ipFragCreates: 1.3.6.1.2.1.4.19 ipAddrTable: 1.3.6.1.2.1.4.20 ipAddrEntry: 1.3.6.1.2.1.4.20.1 ipAdEntAddr: 1.3.6.1.2.1.4.20.1.1 ipAdEntIfIndex: 1.3.6.1.2.1.4.20.1.2 ipAdEntNetMask: 1.3.6.1.2.1.4.20.1.3 ipAdEntBcastAddr: 1.3.6.1.2.1.4.20.1.4 ipAdEntReasmMaxSize: 1.3.6.1.2.1.4.20.1.5 ipRoutingTable: 1.3.6.1.2.1.4.21 ipRouteEntry: 1.3.6.1.2.1.4.21.1 ipRouteDest: 1.3.6.1.2.1.4.21.1.1 ipRouteIfIndex: 1.3.6.1.2.1.4.21.1.2 ipRouteMetric1: 1.3.6.1.2.1.4.21.1.3 ipRouteMetric2: 1.3.6.1.2.1.4.21.1.4 ipRouteMetric3: 1.3.6.1.2.1.4.21.1.5 ipRouteMetric4: 1.3.6.1.2.1.4.21.1.6 ipRouteNextHop: 1.3.6.1.2.1.4.21.1.7 ipRouteType: 1.3.6.1.2.1.4.21.1.8 ipRouteProto: 1.3.6.1.2.1.4.21.1.9 ipRouteAge: 1.3.6.1.2.1.4.21.1.10 ipRouteMask: 1.3.6.1.2.1.4.21.1.11 ipNetToMediaTable: 1.3.6.1.2.1.4.22 ipNetToMediaEntry: 1.3.6.1.2.1.4.22.1 ipNetToMediaIfIndex: 1.3.6.1.2.1.4.22.1.1 ipNetToMediaPhysAddress: 1.3.6.1.2.1.4.22.1.2 ipNetToMediaNetAddress: 1.3.6.1.2.1.4.22.1.3 ipNetToMediaType: 1.3.6.1.2.1.4.22.1.4 icmp: 1.3.6.1.2.1.5 icmpInMsgs: 1.3.6.1.2.1.5.1 icmpInErrors: 1.3.6.1.2.1.5.2 icmpInDestUnreachs: 1.3.6.1.2.1.5.3 icmpInTimeExcds: 1.3.6.1.2.1.5.4 icmpInParmProbs: 1.3.6.1.2.1.5.5 icmpInSrcQuenchs: 1.3.6.1.2.1.5.6 icmpInRedirects: 1.3.6.1.2.1.5.7 icmpInEchos: 1.3.6.1.2.1.5.8 icmpInEchoReps: 1.3.6.1.2.1.5.9 icmpInTimestamps: 1.3.6.1.2.1.5.10 icmpInTimestampReps: 1.3.6.1.2.1.5.11 icmpInAddrMasks: 1.3.6.1.2.1.5.12 icmpInAddrMaskReps: 1.3.6.1.2.1.5.13 icmpOutMsgs: 1.3.6.1.2.1.5.14 icmpOutErrors: 1.3.6.1.2.1.5.15 icmpOutDestUnreachs: 1.3.6.1.2.1.5.16 icmpOutTimeExcds: 1.3.6.1.2.1.5.17 icmpOutParmProbs: 1.3.6.1.2.1.5.18 icmpOutSrcQuenchs: 1.3.6.1.2.1.5.19 icmpOutRedirects: 1.3.6.1.2.1.5.20 icmpOutEchos: 1.3.6.1.2.1.5.21 icmpOutEchoReps: 1.3.6.1.2.1.5.22 icmpOutTimestamps: 1.3.6.1.2.1.5.23 icmpOutTimestampReps: 1.3.6.1.2.1.5.24 icmpOutAddrMasks: 1.3.6.1.2.1.5.25 icmpOutAddrMaskReps: 1.3.6.1.2.1.5.26 tcp: 1.3.6.1.2.1.6 tcpRtoAlgorithm: 1.3.6.1.2.1.6.1 tcpRtoMin: 1.3.6.1.2.1.6.2 tcpRtoMax: 1.3.6.1.2.1.6.3 tcpMaxConn: 1.3.6.1.2.1.6.4 tcpActiveOpens: 1.3.6.1.2.1.6.5 tcpPassiveOpens: 1.3.6.1.2.1.6.6 tcpAttemptFails: 1.3.6.1.2.1.6.7 tcpEstabResets: 1.3.6.1.2.1.6.8 tcpCurrEstab: 1.3.6.1.2.1.6.9 tcpInSegs: 1.3.6.1.2.1.6.10 tcpOutSegs: 1.3.6.1.2.1.6.11 tcpRetransSegs: 1.3.6.1.2.1.6.12 tcpConnTable: 1.3.6.1.2.1.6.13 tcpConnEntry: 1.3.6.1.2.1.6.13.1 tcpConnState: 1.3.6.1.2.1.6.13.1.1 tcpConnLocalAddress: 1.3.6.1.2.1.6.13.1.2 tcpConnLocalPort: 1.3.6.1.2.1.6.13.1.3 tcpConnRemAddress: 1.3.6.1.2.1.6.13.1.4 tcpConnRemPort: 1.3.6.1.2.1.6.13.1.5 tcpInErrs: 1.3.6.1.2.1.6.14 tcpOutRsts: 1.3.6.1.2.1.6.15 udp: 1.3.6.1.2.1.7 udpInDatagrams: 1.3.6.1.2.1.7.1 udpNoPorts: 1.3.6.1.2.1.7.2 udpInErrors: 1.3.6.1.2.1.7.3 udpOutDatagrams: 1.3.6.1.2.1.7.4 udpTable: 1.3.6.1.2.1.7.5 udpEntry: 1.3.6.1.2.1.7.5.1 udpLocalAddress: 1.3.6.1.2.1.7.5.1.1 udpLocalPort: 1.3.6.1.2.1.7.5.1.2 egp: 1.3.6.1.2.1.8 egpInMsgs: 1.3.6.1.2.1.8.1 egpInErrors: 1.3.6.1.2.1.8.2 egpOutMsgs: 1.3.6.1.2.1.8.3 egpOutErrors: 1.3.6.1.2.1.8.4 egpNeighTable: 1.3.6.1.2.1.8.5 egpNeighEntry: 1.3.6.1.2.1.8.5.1 egpNeighState: 1.3.6.1.2.1.8.5.1.1 egpNeighAddr: 1.3.6.1.2.1.8.5.1.2 egpNeighAs: 1.3.6.1.2.1.8.5.1.3 egpNeighInMsgs: 1.3.6.1.2.1.8.5.1.4 egpNeighInErrs: 1.3.6.1.2.1.8.5.1.5 egpNeighOutMsgs: 1.3.6.1.2.1.8.5.1.6 egpNeighOutErrs: 1.3.6.1.2.1.8.5.1.7 egpNeighInErrMsgs: 1.3.6.1.2.1.8.5.1.8 egpNeighOutErrMsgs: 1.3.6.1.2.1.8.5.1.9 egpNeighStateUps: 1.3.6.1.2.1.8.5.1.10 egpNeighStateDowns: 1.3.6.1.2.1.8.5.1.11 egpNeighIntervalHello: 1.3.6.1.2.1.8.5.1.12 egpNeighIntervalPoll: 1.3.6.1.2.1.8.5.1.13 egpNeighMode: 1.3.6.1.2.1.8.5.1.14 egpNeighEventTrigger: 1.3.6.1.2.1.8.5.1.15 egpAs: 1.3.6.1.2.1.8.6 transmission: 1.3.6.1.2.1.10 snmp: 1.3.6.1.2.1.11 snmpInPkts: 1.3.6.1.2.1.11.1 snmpOutPkts: 1.3.6.1.2.1.11.2 snmpInBadVersions: 1.3.6.1.2.1.11.3 snmpInBadCommunityNames: 1.3.6.1.2.1.11.4 snmpInBadCommunityUses: 1.3.6.1.2.1.11.5 snmpInASNParseErrs: 1.3.6.1.2.1.11.6 snmpInBadTypes: 1.3.6.1.2.1.11.7 snmpInTooBigs: 1.3.6.1.2.1.11.8 snmpInNoSuchNames: 1.3.6.1.2.1.11.9 snmpInBadValues: 1.3.6.1.2.1.11.10 snmpInReadOnlys: 1.3.6.1.2.1.11.11 snmpInGenErrs: 1.3.6.1.2.1.11.12 snmpInTotalReqVars: 1.3.6.1.2.1.11.13 snmpInTotalSetVars: 1.3.6.1.2.1.11.14 snmpInGetRequests: 1.3.6.1.2.1.11.15 snmpInGetNexts: 1.3.6.1.2.1.11.16 snmpInSetRequests: 1.3.6.1.2.1.11.17 snmpInGetResponses: 1.3.6.1.2.1.11.18 snmpInTraps: 1.3.6.1.2.1.11.19 snmpOutTooBigs: 1.3.6.1.2.1.11.20 snmpOutNoSuchNames: 1.3.6.1.2.1.11.21 snmpOutBadValues: 1.3.6.1.2.1.11.22 snmpOutReadOnlys: 1.3.6.1.2.1.11.23 snmpOutGenErrs: 1.3.6.1.2.1.11.24 snmpOutGetRequests: 1.3.6.1.2.1.11.25 snmpOutGetNexts: 1.3.6.1.2.1.11.26 snmpOutSetRequests: 1.3.6.1.2.1.11.27 snmpOutGetResponses: 1.3.6.1.2.1.11.28 snmpOutTraps: 1.3.6.1.2.1.11.29 snmpEnableAuthTraps: 1.3.6.1.2.1.11.30 snmp-1.2.0/data/ruby/snmp/mibs/ATM2-MIB.yaml0000644000004100000410000002243212365504747020334 0ustar www-datawww-data--- atm2MIB: 1.3.6.1.2.1.37.1.14 atm2MIBObjects: 1.3.6.1.2.1.37.1.14.1 atmSvcVpCrossConnectTable: 1.3.6.1.2.1.37.1.14.1.1 atmSvcVpCrossConnectEntry: 1.3.6.1.2.1.37.1.14.1.1.1 atmSvcVpCrossConnectIndex: 1.3.6.1.2.1.37.1.14.1.1.1.1 atmSvcVpCrossConnectLowIfIndex: 1.3.6.1.2.1.37.1.14.1.1.1.2 atmSvcVpCrossConnectLowVpi: 1.3.6.1.2.1.37.1.14.1.1.1.3 atmSvcVpCrossConnectHighIfIndex: 1.3.6.1.2.1.37.1.14.1.1.1.4 atmSvcVpCrossConnectHighVpi: 1.3.6.1.2.1.37.1.14.1.1.1.5 atmSvcVpCrossConnectCreationTime: 1.3.6.1.2.1.37.1.14.1.1.1.6 atmSvcVpCrossConnectRowStatus: 1.3.6.1.2.1.37.1.14.1.1.1.7 atmSvcVcCrossConnectTable: 1.3.6.1.2.1.37.1.14.1.2 atmSvcVcCrossConnectEntry: 1.3.6.1.2.1.37.1.14.1.2.1 atmSvcVcCrossConnectIndex: 1.3.6.1.2.1.37.1.14.1.2.1.1 atmSvcVcCrossConnectLowIfIndex: 1.3.6.1.2.1.37.1.14.1.2.1.2 atmSvcVcCrossConnectLowVpi: 1.3.6.1.2.1.37.1.14.1.2.1.3 atmSvcVcCrossConnectLowVci: 1.3.6.1.2.1.37.1.14.1.2.1.4 atmSvcVcCrossConnectHighIfIndex: 1.3.6.1.2.1.37.1.14.1.2.1.5 atmSvcVcCrossConnectHighVpi: 1.3.6.1.2.1.37.1.14.1.2.1.6 atmSvcVcCrossConnectHighVci: 1.3.6.1.2.1.37.1.14.1.2.1.7 atmSvcVcCrossConnectCreationTime: 1.3.6.1.2.1.37.1.14.1.2.1.8 atmSvcVcCrossConnectRowStatus: 1.3.6.1.2.1.37.1.14.1.2.1.9 atmSigStatTable: 1.3.6.1.2.1.37.1.14.1.3 atmSigStatEntry: 1.3.6.1.2.1.37.1.14.1.3.1 atmSigSSCOPConEvents: 1.3.6.1.2.1.37.1.14.1.3.1.1 atmSigSSCOPErrdPdus: 1.3.6.1.2.1.37.1.14.1.3.1.2 atmSigDetectSetupAttempts: 1.3.6.1.2.1.37.1.14.1.3.1.3 atmSigEmitSetupAttempts: 1.3.6.1.2.1.37.1.14.1.3.1.4 atmSigDetectUnavailRoutes: 1.3.6.1.2.1.37.1.14.1.3.1.5 atmSigEmitUnavailRoutes: 1.3.6.1.2.1.37.1.14.1.3.1.6 atmSigDetectUnavailResrcs: 1.3.6.1.2.1.37.1.14.1.3.1.7 atmSigEmitUnavailResrcs: 1.3.6.1.2.1.37.1.14.1.3.1.8 atmSigDetectCldPtyEvents: 1.3.6.1.2.1.37.1.14.1.3.1.9 atmSigEmitCldPtyEvents: 1.3.6.1.2.1.37.1.14.1.3.1.10 atmSigDetectMsgErrors: 1.3.6.1.2.1.37.1.14.1.3.1.11 atmSigEmitMsgErrors: 1.3.6.1.2.1.37.1.14.1.3.1.12 atmSigDetectClgPtyEvents: 1.3.6.1.2.1.37.1.14.1.3.1.13 atmSigEmitClgPtyEvents: 1.3.6.1.2.1.37.1.14.1.3.1.14 atmSigDetectTimerExpireds: 1.3.6.1.2.1.37.1.14.1.3.1.15 atmSigEmitTimerExpireds: 1.3.6.1.2.1.37.1.14.1.3.1.16 atmSigDetectRestarts: 1.3.6.1.2.1.37.1.14.1.3.1.17 atmSigEmitRestarts: 1.3.6.1.2.1.37.1.14.1.3.1.18 atmSigInEstabls: 1.3.6.1.2.1.37.1.14.1.3.1.19 atmSigOutEstabls: 1.3.6.1.2.1.37.1.14.1.3.1.20 atmSigSupportTable: 1.3.6.1.2.1.37.1.14.1.4 atmSigSupportEntry: 1.3.6.1.2.1.37.1.14.1.4.1 atmSigSupportClgPtyNumDel: 1.3.6.1.2.1.37.1.14.1.4.1.1 atmSigSupportClgPtySubAddr: 1.3.6.1.2.1.37.1.14.1.4.1.2 atmSigSupportCldPtySubAddr: 1.3.6.1.2.1.37.1.14.1.4.1.3 atmSigSupportHiLyrInfo: 1.3.6.1.2.1.37.1.14.1.4.1.4 atmSigSupportLoLyrInfo: 1.3.6.1.2.1.37.1.14.1.4.1.5 atmSigSupportBlliRepeatInd: 1.3.6.1.2.1.37.1.14.1.4.1.6 atmSigSupportAALInfo: 1.3.6.1.2.1.37.1.14.1.4.1.7 atmSigSupportPrefCarrier: 1.3.6.1.2.1.37.1.14.1.4.1.8 atmSigDescrParamTable: 1.3.6.1.2.1.37.1.14.1.5 atmSigDescrParamEntry: 1.3.6.1.2.1.37.1.14.1.5.1 atmSigDescrParamIndex: 1.3.6.1.2.1.37.1.14.1.5.1.1 atmSigDescrParamAalType: 1.3.6.1.2.1.37.1.14.1.5.1.2 atmSigDescrParamAalSscsType: 1.3.6.1.2.1.37.1.14.1.5.1.3 atmSigDescrParamBhliType: 1.3.6.1.2.1.37.1.14.1.5.1.4 atmSigDescrParamBhliInfo: 1.3.6.1.2.1.37.1.14.1.5.1.5 atmSigDescrParamBbcConnConf: 1.3.6.1.2.1.37.1.14.1.5.1.6 atmSigDescrParamBlliLayer2: 1.3.6.1.2.1.37.1.14.1.5.1.7 atmSigDescrParamBlliLayer3: 1.3.6.1.2.1.37.1.14.1.5.1.8 atmSigDescrParamBlliPktSize: 1.3.6.1.2.1.37.1.14.1.5.1.9 atmSigDescrParamBlliSnapId: 1.3.6.1.2.1.37.1.14.1.5.1.10 atmSigDescrParamBlliOuiPid: 1.3.6.1.2.1.37.1.14.1.5.1.11 atmSigDescrParamRowStatus: 1.3.6.1.2.1.37.1.14.1.5.1.12 atmIfRegisteredAddrTable: 1.3.6.1.2.1.37.1.14.1.6 atmIfRegisteredAddrEntry: 1.3.6.1.2.1.37.1.14.1.6.1 atmIfRegAddrAddress: 1.3.6.1.2.1.37.1.14.1.6.1.1 atmIfRegAddrAddressSource: 1.3.6.1.2.1.37.1.14.1.6.1.2 atmIfRegAddrOrgScope: 1.3.6.1.2.1.37.1.14.1.6.1.3 atmIfRegAddrRowStatus: 1.3.6.1.2.1.37.1.14.1.6.1.4 atmVclAddrTable: 1.3.6.1.2.1.37.1.14.1.7 atmVclAddrEntry: 1.3.6.1.2.1.37.1.14.1.7.1 atmVclAddrAddr: 1.3.6.1.2.1.37.1.14.1.7.1.1 atmVclAddrType: 1.3.6.1.2.1.37.1.14.1.7.1.2 atmVclAddrRowStatus: 1.3.6.1.2.1.37.1.14.1.7.1.3 atmAddrVclTable: 1.3.6.1.2.1.37.1.14.1.8 atmAddrVclEntry: 1.3.6.1.2.1.37.1.14.1.8.1 atmAddrVclAtmIfIndex: 1.3.6.1.2.1.37.1.14.1.8.1.1 atmAddrVclVpi: 1.3.6.1.2.1.37.1.14.1.8.1.2 atmAddrVclVci: 1.3.6.1.2.1.37.1.14.1.8.1.3 atmAddrVclAddrType: 1.3.6.1.2.1.37.1.14.1.8.1.4 atmVplStatTable: 1.3.6.1.2.1.37.1.14.1.9 atmVplStatEntry: 1.3.6.1.2.1.37.1.14.1.9.1 atmVplStatTotalCellIns: 1.3.6.1.2.1.37.1.14.1.9.1.1 atmVplStatClp0CellIns: 1.3.6.1.2.1.37.1.14.1.9.1.2 atmVplStatTotalDiscards: 1.3.6.1.2.1.37.1.14.1.9.1.3 atmVplStatClp0Discards: 1.3.6.1.2.1.37.1.14.1.9.1.4 atmVplStatTotalCellOuts: 1.3.6.1.2.1.37.1.14.1.9.1.5 atmVplStatClp0CellOuts: 1.3.6.1.2.1.37.1.14.1.9.1.6 atmVplStatClp0Tagged: 1.3.6.1.2.1.37.1.14.1.9.1.7 atmVplLogicalPortTable: 1.3.6.1.2.1.37.1.14.1.10 atmVplLogicalPortEntry: 1.3.6.1.2.1.37.1.14.1.10.1 atmVplLogicalPortDef: 1.3.6.1.2.1.37.1.14.1.10.1.1 atmVplLogicalPortIndex: 1.3.6.1.2.1.37.1.14.1.10.1.2 atmVclStatTable: 1.3.6.1.2.1.37.1.14.1.11 atmVclStatEntry: 1.3.6.1.2.1.37.1.14.1.11.1 atmVclStatTotalCellIns: 1.3.6.1.2.1.37.1.14.1.11.1.1 atmVclStatClp0CellIns: 1.3.6.1.2.1.37.1.14.1.11.1.2 atmVclStatTotalDiscards: 1.3.6.1.2.1.37.1.14.1.11.1.3 atmVclStatClp0Discards: 1.3.6.1.2.1.37.1.14.1.11.1.4 atmVclStatTotalCellOuts: 1.3.6.1.2.1.37.1.14.1.11.1.5 atmVclStatClp0CellOuts: 1.3.6.1.2.1.37.1.14.1.11.1.6 atmVclStatClp0Tagged: 1.3.6.1.2.1.37.1.14.1.11.1.7 atmAal5VclStatTable: 1.3.6.1.2.1.37.1.14.1.12 atmAal5VclStatEntry: 1.3.6.1.2.1.37.1.14.1.12.1 atmAal5VclInPkts: 1.3.6.1.2.1.37.1.14.1.12.1.1 atmAal5VclOutPkts: 1.3.6.1.2.1.37.1.14.1.12.1.2 atmAal5VclInOctets: 1.3.6.1.2.1.37.1.14.1.12.1.3 atmAal5VclOutOctets: 1.3.6.1.2.1.37.1.14.1.12.1.4 atmVclGenTable: 1.3.6.1.2.1.37.1.14.1.13 atmVclGenEntry: 1.3.6.1.2.1.37.1.14.1.13.1 atmVclGenSigDescrIndex: 1.3.6.1.2.1.37.1.14.1.13.1.1 atmInterfaceExtTable: 1.3.6.1.2.1.37.1.14.1.14 atmInterfaceExtEntry: 1.3.6.1.2.1.37.1.14.1.14.1 atmIntfConfigType: 1.3.6.1.2.1.37.1.14.1.14.1.1 atmIntfActualType: 1.3.6.1.2.1.37.1.14.1.14.1.2 atmIntfConfigSide: 1.3.6.1.2.1.37.1.14.1.14.1.3 atmIntfActualSide: 1.3.6.1.2.1.37.1.14.1.14.1.4 atmIntfIlmiAdminStatus: 1.3.6.1.2.1.37.1.14.1.14.1.5 atmIntfIlmiOperStatus: 1.3.6.1.2.1.37.1.14.1.14.1.6 atmIntfIlmiFsmState: 1.3.6.1.2.1.37.1.14.1.14.1.7 atmIntfIlmiEstablishConPollIntvl: 1.3.6.1.2.1.37.1.14.1.14.1.8 atmIntfIlmiCheckConPollIntvl: 1.3.6.1.2.1.37.1.14.1.14.1.9 atmIntfIlmiConPollInactFactor: 1.3.6.1.2.1.37.1.14.1.14.1.10 atmIntfIlmiPublicPrivateIndctr: 1.3.6.1.2.1.37.1.14.1.14.1.11 atmInterfaceConfMaxSvpcVpi: 1.3.6.1.2.1.37.1.14.1.14.1.12 atmInterfaceCurrentMaxSvpcVpi: 1.3.6.1.2.1.37.1.14.1.14.1.13 atmInterfaceConfMaxSvccVpi: 1.3.6.1.2.1.37.1.14.1.14.1.14 atmInterfaceCurrentMaxSvccVpi: 1.3.6.1.2.1.37.1.14.1.14.1.15 atmInterfaceConfMinSvccVci: 1.3.6.1.2.1.37.1.14.1.14.1.16 atmInterfaceCurrentMinSvccVci: 1.3.6.1.2.1.37.1.14.1.14.1.17 atmIntfSigVccRxTrafficDescrIndex: 1.3.6.1.2.1.37.1.14.1.14.1.18 atmIntfSigVccTxTrafficDescrIndex: 1.3.6.1.2.1.37.1.14.1.14.1.19 atmIntfPvcFailures: 1.3.6.1.2.1.37.1.14.1.14.1.20 atmIntfCurrentlyFailingPVpls: 1.3.6.1.2.1.37.1.14.1.14.1.21 atmIntfCurrentlyFailingPVcls: 1.3.6.1.2.1.37.1.14.1.14.1.22 atmIntfPvcFailuresTrapEnable: 1.3.6.1.2.1.37.1.14.1.14.1.23 atmIntfPvcNotificationInterval: 1.3.6.1.2.1.37.1.14.1.14.1.24 atmIntfLeafSetupFailures: 1.3.6.1.2.1.37.1.14.1.14.1.25 atmIntfLeafSetupRequests: 1.3.6.1.2.1.37.1.14.1.14.1.26 atmIlmiSrvcRegTable: 1.3.6.1.2.1.37.1.14.1.15 atmIlmiSrvcRegEntry: 1.3.6.1.2.1.37.1.14.1.15.1 atmIlmiSrvcRegIndex: 1.3.6.1.2.1.37.1.14.1.15.1.1 atmIlmiSrvcRegServiceID: 1.3.6.1.2.1.37.1.14.1.15.1.2 atmIlmiSrvcRegAddressIndex: 1.3.6.1.2.1.37.1.14.1.15.1.3 atmIlmiSrvcRegATMAddress: 1.3.6.1.2.1.37.1.14.1.15.1.4 atmIlmiSrvcRegParm1: 1.3.6.1.2.1.37.1.14.1.15.1.5 atmIlmiSrvcRegRowStatus: 1.3.6.1.2.1.37.1.14.1.15.1.6 atmIlmiNetworkPrefixTable: 1.3.6.1.2.1.37.1.14.1.16 atmIlmiNetworkPrefixEntry: 1.3.6.1.2.1.37.1.14.1.16.1 atmIlmiNetPrefixPrefix: 1.3.6.1.2.1.37.1.14.1.16.1.1 atmIlmiNetPrefixRowStatus: 1.3.6.1.2.1.37.1.14.1.16.1.2 atmSwitchAddressTable: 1.3.6.1.2.1.37.1.14.1.17 atmSwitchAddressEntry: 1.3.6.1.2.1.37.1.14.1.17.1 atmSwitchAddressIndex: 1.3.6.1.2.1.37.1.14.1.17.1.1 atmSwitchAddressAddress: 1.3.6.1.2.1.37.1.14.1.17.1.2 atmSwitchAddressRowStatus: 1.3.6.1.2.1.37.1.14.1.17.1.3 atmVpCrossConnectXTable: 1.3.6.1.2.1.37.1.14.1.18 atmVpCrossConnectXEntry: 1.3.6.1.2.1.37.1.14.1.18.1 atmVpCrossConnectUserName: 1.3.6.1.2.1.37.1.14.1.18.1.1 atmVpCrossConnectProviderName: 1.3.6.1.2.1.37.1.14.1.18.1.2 atmVcCrossConnectXTable: 1.3.6.1.2.1.37.1.14.1.19 atmVcCrossConnectXEntry: 1.3.6.1.2.1.37.1.14.1.19.1 atmVcCrossConnectUserName: 1.3.6.1.2.1.37.1.14.1.19.1.1 atmVcCrossConnectProviderName: 1.3.6.1.2.1.37.1.14.1.19.1.2 atmCurrentlyFailingPVplTable: 1.3.6.1.2.1.37.1.14.1.20 atmCurrentlyFailingPVplEntry: 1.3.6.1.2.1.37.1.14.1.20.1 atmCurrentlyFailingPVplTimeStamp: 1.3.6.1.2.1.37.1.14.1.20.1.1 atmCurrentlyFailingPVclTable: 1.3.6.1.2.1.37.1.14.1.21 atmCurrentlyFailingPVclEntry: 1.3.6.1.2.1.37.1.14.1.21.1 atmCurrentlyFailingPVclTimeStamp: 1.3.6.1.2.1.37.1.14.1.21.1.1 atm2MIBTraps: 1.3.6.1.2.1.37.1.14.2 atmPvcTraps: 1.3.6.1.2.1.37.1.14.2.1 atmPvcTrapsPrefix: 1.3.6.1.2.1.37.1.14.2.1.0 atm2MIBConformance: 1.3.6.1.2.1.37.1.14.3 atm2MIBGroups: 1.3.6.1.2.1.37.1.14.3.1 atm2MIBCompliances: 1.3.6.1.2.1.37.1.14.3.2 atmIntfPvcFailuresTrap: 1.3.6.1.2.1.37.1.14.2.1.0.1 snmp-1.2.0/data/ruby/snmp/mibs/NHRP-MIB.yaml0000644000004100000410000002044312365504747020400 0ustar www-datawww-data--- nhrpMIB: 1.3.6.1.2.1.71 nhrpObjects: 1.3.6.1.2.1.71.1 nhrpGeneralObjects: 1.3.6.1.2.1.71.1.1 nhrpNextIndex: 1.3.6.1.2.1.71.1.1.1 nhrpCacheTable: 1.3.6.1.2.1.71.1.1.2 nhrpCacheEntry: 1.3.6.1.2.1.71.1.1.2.1 nhrpCacheInternetworkAddrType: 1.3.6.1.2.1.71.1.1.2.1.1 nhrpCacheInternetworkAddr: 1.3.6.1.2.1.71.1.1.2.1.2 nhrpCacheIndex: 1.3.6.1.2.1.71.1.1.2.1.3 nhrpCachePrefixLength: 1.3.6.1.2.1.71.1.1.2.1.4 nhrpCacheNextHopInternetworkAddr: 1.3.6.1.2.1.71.1.1.2.1.5 nhrpCacheNbmaAddrType: 1.3.6.1.2.1.71.1.1.2.1.6 nhrpCacheNbmaAddr: 1.3.6.1.2.1.71.1.1.2.1.7 nhrpCacheNbmaSubaddr: 1.3.6.1.2.1.71.1.1.2.1.8 nhrpCacheType: 1.3.6.1.2.1.71.1.1.2.1.9 nhrpCacheState: 1.3.6.1.2.1.71.1.1.2.1.10 nhrpCacheHoldingTimeValid: 1.3.6.1.2.1.71.1.1.2.1.11 nhrpCacheHoldingTime: 1.3.6.1.2.1.71.1.1.2.1.12 nhrpCacheNegotiatedMtu: 1.3.6.1.2.1.71.1.1.2.1.13 nhrpCachePreference: 1.3.6.1.2.1.71.1.1.2.1.14 nhrpCacheStorageType: 1.3.6.1.2.1.71.1.1.2.1.15 nhrpCacheRowStatus: 1.3.6.1.2.1.71.1.1.2.1.16 nhrpPurgeReqTable: 1.3.6.1.2.1.71.1.1.3 nhrpPurgeReqEntry: 1.3.6.1.2.1.71.1.1.3.1 nhrpPurgeIndex: 1.3.6.1.2.1.71.1.1.3.1.1 nhrpPurgeCacheIdentifier: 1.3.6.1.2.1.71.1.1.3.1.2 nhrpPurgePrefixLength: 1.3.6.1.2.1.71.1.1.3.1.3 nhrpPurgeRequestID: 1.3.6.1.2.1.71.1.1.3.1.4 nhrpPurgeReplyExpected: 1.3.6.1.2.1.71.1.1.3.1.5 nhrpPurgeRowStatus: 1.3.6.1.2.1.71.1.1.3.1.6 nhrpClientObjects: 1.3.6.1.2.1.71.1.2 nhrpClientTable: 1.3.6.1.2.1.71.1.2.1 nhrpClientEntry: 1.3.6.1.2.1.71.1.2.1.1 nhrpClientIndex: 1.3.6.1.2.1.71.1.2.1.1.1 nhrpClientInternetworkAddrType: 1.3.6.1.2.1.71.1.2.1.1.2 nhrpClientInternetworkAddr: 1.3.6.1.2.1.71.1.2.1.1.3 nhrpClientNbmaAddrType: 1.3.6.1.2.1.71.1.2.1.1.4 nhrpClientNbmaAddr: 1.3.6.1.2.1.71.1.2.1.1.5 nhrpClientNbmaSubaddr: 1.3.6.1.2.1.71.1.2.1.1.6 nhrpClientInitialRequestTimeout: 1.3.6.1.2.1.71.1.2.1.1.7 nhrpClientRegistrationRequestRetries: 1.3.6.1.2.1.71.1.2.1.1.8 nhrpClientResolutionRequestRetries: 1.3.6.1.2.1.71.1.2.1.1.9 nhrpClientPurgeRequestRetries: 1.3.6.1.2.1.71.1.2.1.1.10 nhrpClientDefaultMtu: 1.3.6.1.2.1.71.1.2.1.1.11 nhrpClientHoldTime: 1.3.6.1.2.1.71.1.2.1.1.12 nhrpClientRequestID: 1.3.6.1.2.1.71.1.2.1.1.13 nhrpClientStorageType: 1.3.6.1.2.1.71.1.2.1.1.14 nhrpClientRowStatus: 1.3.6.1.2.1.71.1.2.1.1.15 nhrpClientRegistrationTable: 1.3.6.1.2.1.71.1.2.2 nhrpClientRegistrationEntry: 1.3.6.1.2.1.71.1.2.2.1 nhrpClientRegIndex: 1.3.6.1.2.1.71.1.2.2.1.1 nhrpClientRegUniqueness: 1.3.6.1.2.1.71.1.2.2.1.2 nhrpClientRegState: 1.3.6.1.2.1.71.1.2.2.1.3 nhrpClientRegRowStatus: 1.3.6.1.2.1.71.1.2.2.1.4 nhrpClientNhsTable: 1.3.6.1.2.1.71.1.2.3 nhrpClientNhsEntry: 1.3.6.1.2.1.71.1.2.3.1 nhrpClientNhsIndex: 1.3.6.1.2.1.71.1.2.3.1.1 nhrpClientNhsInternetworkAddrType: 1.3.6.1.2.1.71.1.2.3.1.2 nhrpClientNhsInternetworkAddr: 1.3.6.1.2.1.71.1.2.3.1.3 nhrpClientNhsNbmaAddrType: 1.3.6.1.2.1.71.1.2.3.1.4 nhrpClientNhsNbmaAddr: 1.3.6.1.2.1.71.1.2.3.1.5 nhrpClientNhsNbmaSubaddr: 1.3.6.1.2.1.71.1.2.3.1.6 nhrpClientNhsInUse: 1.3.6.1.2.1.71.1.2.3.1.7 nhrpClientNhsRowStatus: 1.3.6.1.2.1.71.1.2.3.1.8 nhrpClientStatTable: 1.3.6.1.2.1.71.1.2.4 nhrpClientStatEntry: 1.3.6.1.2.1.71.1.2.4.1 nhrpClientStatTxResolveReq: 1.3.6.1.2.1.71.1.2.4.1.1 nhrpClientStatRxResolveReplyAck: 1.3.6.1.2.1.71.1.2.4.1.2 nhrpClientStatRxResolveReplyNakProhibited: 1.3.6.1.2.1.71.1.2.4.1.3 nhrpClientStatRxResolveReplyNakInsufResources: 1.3.6.1.2.1.71.1.2.4.1.4 nhrpClientStatRxResolveReplyNakNoBinding: 1.3.6.1.2.1.71.1.2.4.1.5 nhrpClientStatRxResolveReplyNakNotUnique: 1.3.6.1.2.1.71.1.2.4.1.6 nhrpClientStatTxRegisterReq: 1.3.6.1.2.1.71.1.2.4.1.7 nhrpClientStatRxRegisterAck: 1.3.6.1.2.1.71.1.2.4.1.8 nhrpClientStatRxRegisterNakProhibited: 1.3.6.1.2.1.71.1.2.4.1.9 nhrpClientStatRxRegisterNakInsufResources: 1.3.6.1.2.1.71.1.2.4.1.10 nhrpClientStatRxRegisterNakAlreadyReg: 1.3.6.1.2.1.71.1.2.4.1.11 nhrpClientStatRxPurgeReq: 1.3.6.1.2.1.71.1.2.4.1.12 nhrpClientStatTxPurgeReq: 1.3.6.1.2.1.71.1.2.4.1.13 nhrpClientStatRxPurgeReply: 1.3.6.1.2.1.71.1.2.4.1.14 nhrpClientStatTxPurgeReply: 1.3.6.1.2.1.71.1.2.4.1.15 nhrpClientStatTxErrorIndication: 1.3.6.1.2.1.71.1.2.4.1.16 nhrpClientStatRxErrUnrecognizedExtension: 1.3.6.1.2.1.71.1.2.4.1.17 nhrpClientStatRxErrLoopDetected: 1.3.6.1.2.1.71.1.2.4.1.18 nhrpClientStatRxErrProtoAddrUnreachable: 1.3.6.1.2.1.71.1.2.4.1.19 nhrpClientStatRxErrProtoError: 1.3.6.1.2.1.71.1.2.4.1.20 nhrpClientStatRxErrSduSizeExceeded: 1.3.6.1.2.1.71.1.2.4.1.21 nhrpClientStatRxErrInvalidExtension: 1.3.6.1.2.1.71.1.2.4.1.22 nhrpClientStatRxErrAuthenticationFailure: 1.3.6.1.2.1.71.1.2.4.1.23 nhrpClientStatRxErrHopCountExceeded: 1.3.6.1.2.1.71.1.2.4.1.24 nhrpClientStatDiscontinuityTime: 1.3.6.1.2.1.71.1.2.4.1.25 nhrpServerObjects: 1.3.6.1.2.1.71.1.3 nhrpServerTable: 1.3.6.1.2.1.71.1.3.1 nhrpServerEntry: 1.3.6.1.2.1.71.1.3.1.1 nhrpServerIndex: 1.3.6.1.2.1.71.1.3.1.1.1 nhrpServerInternetworkAddrType: 1.3.6.1.2.1.71.1.3.1.1.2 nhrpServerInternetworkAddr: 1.3.6.1.2.1.71.1.3.1.1.3 nhrpServerNbmaAddrType: 1.3.6.1.2.1.71.1.3.1.1.4 nhrpServerNbmaAddr: 1.3.6.1.2.1.71.1.3.1.1.5 nhrpServerNbmaSubaddr: 1.3.6.1.2.1.71.1.3.1.1.6 nhrpServerStorageType: 1.3.6.1.2.1.71.1.3.1.1.7 nhrpServerRowStatus: 1.3.6.1.2.1.71.1.3.1.1.8 nhrpServerCacheTable: 1.3.6.1.2.1.71.1.3.2 nhrpServerCacheEntry: 1.3.6.1.2.1.71.1.3.2.1 nhrpServerCacheAuthoritative: 1.3.6.1.2.1.71.1.3.2.1.1 nhrpServerCacheUniqueness: 1.3.6.1.2.1.71.1.3.2.1.2 nhrpServerNhcTable: 1.3.6.1.2.1.71.1.3.3 nhrpServerNhcEntry: 1.3.6.1.2.1.71.1.3.3.1 nhrpServerNhcIndex: 1.3.6.1.2.1.71.1.3.3.1.1 nhrpServerNhcPrefixLength: 1.3.6.1.2.1.71.1.3.3.1.2 nhrpServerNhcInternetworkAddrType: 1.3.6.1.2.1.71.1.3.3.1.3 nhrpServerNhcInternetworkAddr: 1.3.6.1.2.1.71.1.3.3.1.4 nhrpServerNhcNbmaAddrType: 1.3.6.1.2.1.71.1.3.3.1.5 nhrpServerNhcNbmaAddr: 1.3.6.1.2.1.71.1.3.3.1.6 nhrpServerNhcNbmaSubaddr: 1.3.6.1.2.1.71.1.3.3.1.7 nhrpServerNhcInUse: 1.3.6.1.2.1.71.1.3.3.1.8 nhrpServerNhcRowStatus: 1.3.6.1.2.1.71.1.3.3.1.9 nhrpServerStatTable: 1.3.6.1.2.1.71.1.3.4 nhrpServerStatEntry: 1.3.6.1.2.1.71.1.3.4.1 nhrpServerStatRxResolveReq: 1.3.6.1.2.1.71.1.3.4.1.1 nhrpServerStatTxResolveReplyAck: 1.3.6.1.2.1.71.1.3.4.1.2 nhrpServerStatTxResolveReplyNakProhibited: 1.3.6.1.2.1.71.1.3.4.1.3 nhrpServerStatTxResolveReplyNakInsufResources: 1.3.6.1.2.1.71.1.3.4.1.4 nhrpServerStatTxResolveReplyNakNoBinding: 1.3.6.1.2.1.71.1.3.4.1.5 nhrpServerStatTxResolveReplyNakNotUnique: 1.3.6.1.2.1.71.1.3.4.1.6 nhrpServerStatRxRegisterReq: 1.3.6.1.2.1.71.1.3.4.1.7 nhrpServerStatTxRegisterAck: 1.3.6.1.2.1.71.1.3.4.1.8 nhrpServerStatTxRegisterNakProhibited: 1.3.6.1.2.1.71.1.3.4.1.9 nhrpServerStatTxRegisterNakInsufResources: 1.3.6.1.2.1.71.1.3.4.1.10 nhrpServerStatTxRegisterNakAlreadyReg: 1.3.6.1.2.1.71.1.3.4.1.11 nhrpServerStatRxPurgeReq: 1.3.6.1.2.1.71.1.3.4.1.12 nhrpServerStatTxPurgeReq: 1.3.6.1.2.1.71.1.3.4.1.13 nhrpServerStatRxPurgeReply: 1.3.6.1.2.1.71.1.3.4.1.14 nhrpServerStatTxPurgeReply: 1.3.6.1.2.1.71.1.3.4.1.15 nhrpServerStatRxErrUnrecognizedExtension: 1.3.6.1.2.1.71.1.3.4.1.16 nhrpServerStatRxErrLoopDetected: 1.3.6.1.2.1.71.1.3.4.1.17 nhrpServerStatRxErrProtoAddrUnreachable: 1.3.6.1.2.1.71.1.3.4.1.18 nhrpServerStatRxErrProtoError: 1.3.6.1.2.1.71.1.3.4.1.19 nhrpServerStatRxErrSduSizeExceeded: 1.3.6.1.2.1.71.1.3.4.1.20 nhrpServerStatRxErrInvalidExtension: 1.3.6.1.2.1.71.1.3.4.1.21 nhrpServerStatRxErrInvalidResReplyReceived: 1.3.6.1.2.1.71.1.3.4.1.22 nhrpServerStatRxErrAuthenticationFailure: 1.3.6.1.2.1.71.1.3.4.1.23 nhrpServerStatRxErrHopCountExceeded: 1.3.6.1.2.1.71.1.3.4.1.24 nhrpServerStatTxErrUnrecognizedExtension: 1.3.6.1.2.1.71.1.3.4.1.25 nhrpServerStatTxErrLoopDetected: 1.3.6.1.2.1.71.1.3.4.1.26 nhrpServerStatTxErrProtoAddrUnreachable: 1.3.6.1.2.1.71.1.3.4.1.27 nhrpServerStatTxErrProtoError: 1.3.6.1.2.1.71.1.3.4.1.28 nhrpServerStatTxErrSduSizeExceeded: 1.3.6.1.2.1.71.1.3.4.1.29 nhrpServerStatTxErrInvalidExtension: 1.3.6.1.2.1.71.1.3.4.1.30 nhrpServerStatTxErrAuthenticationFailure: 1.3.6.1.2.1.71.1.3.4.1.31 nhrpServerStatTxErrHopCountExceeded: 1.3.6.1.2.1.71.1.3.4.1.32 nhrpServerStatFwResolveReq: 1.3.6.1.2.1.71.1.3.4.1.33 nhrpServerStatFwResolveReply: 1.3.6.1.2.1.71.1.3.4.1.34 nhrpServerStatFwRegisterReq: 1.3.6.1.2.1.71.1.3.4.1.35 nhrpServerStatFwRegisterReply: 1.3.6.1.2.1.71.1.3.4.1.36 nhrpServerStatFwPurgeReq: 1.3.6.1.2.1.71.1.3.4.1.37 nhrpServerStatFwPurgeReply: 1.3.6.1.2.1.71.1.3.4.1.38 nhrpServerStatFwErrorIndication: 1.3.6.1.2.1.71.1.3.4.1.39 nhrpServerStatDiscontinuityTime: 1.3.6.1.2.1.71.1.3.4.1.40 nhrpConformance: 1.3.6.1.2.1.71.2 nhrpCompliances: 1.3.6.1.2.1.71.2.1 nhrpGroups: 1.3.6.1.2.1.71.2.2 snmp-1.2.0/data/ruby/snmp/mibs/ENTITY-STATE-MIB.yaml0000644000004100000410000000116212365504747021520 0ustar www-datawww-data--- entityStateMIB: 1.3.6.1.2.1.131 entStateNotifications: 1.3.6.1.2.1.131.0 entStateObjects: 1.3.6.1.2.1.131.1 entStateTable: 1.3.6.1.2.1.131.1.1 entStateEntry: 1.3.6.1.2.1.131.1.1.1 entStateLastChanged: 1.3.6.1.2.1.131.1.1.1.1 entStateAdmin: 1.3.6.1.2.1.131.1.1.1.2 entStateOper: 1.3.6.1.2.1.131.1.1.1.3 entStateUsage: 1.3.6.1.2.1.131.1.1.1.4 entStateAlarm: 1.3.6.1.2.1.131.1.1.1.5 entStateStandby: 1.3.6.1.2.1.131.1.1.1.6 entStateConformance: 1.3.6.1.2.1.131.2 entStateCompliances: 1.3.6.1.2.1.131.2.1 entStateGroups: 1.3.6.1.2.1.131.2.2 entStateOperEnabled: 1.3.6.1.2.1.131.0.1 entStateOperDisabled: 1.3.6.1.2.1.131.0.2 snmp-1.2.0/data/ruby/snmp/mibs/AGGREGATE-MIB.yaml0000644000004100000410000000165512365504747021123 0ustar www-datawww-data--- aggrMIB: 1.3.6.1.3.123 aggrCtlTable: 1.3.6.1.3.123.1 aggrCtlEntry: 1.3.6.1.3.123.1.1 aggrCtlEntryID: 1.3.6.1.3.123.1.1.1 aggrCtlMOIndex: 1.3.6.1.3.123.1.1.2 aggrCtlMODescr: 1.3.6.1.3.123.1.1.3 aggrCtlCompressionAlgorithm: 1.3.6.1.3.123.1.1.4 aggrCtlEntryOwner: 1.3.6.1.3.123.1.1.5 aggrCtlEntryStorageType: 1.3.6.1.3.123.1.1.6 aggrCtlEntryStatus: 1.3.6.1.3.123.1.1.7 aggrMOTable: 1.3.6.1.3.123.2 aggrMOEntry: 1.3.6.1.3.123.2.1 aggrMOEntryID: 1.3.6.1.3.123.2.1.1 aggrMOEntryMOID: 1.3.6.1.3.123.2.1.2 aggrMOInstance: 1.3.6.1.3.123.2.1.3 aggrMODescr: 1.3.6.1.3.123.2.1.4 aggrMOEntryStorageType: 1.3.6.1.3.123.2.1.5 aggrMOEntryStatus: 1.3.6.1.3.123.2.1.6 aggrDataTable: 1.3.6.1.3.123.3 aggrDataEntry: 1.3.6.1.3.123.3.1 aggrDataRecord: 1.3.6.1.3.123.3.1.1 aggrDataRecordCompressed: 1.3.6.1.3.123.3.1.2 aggrDataErrorRecord: 1.3.6.1.3.123.3.1.3 aggrConformance: 1.3.6.1.3.123.4 aggrGroups: 1.3.6.1.3.123.4.1 aggrCompliances: 1.3.6.1.3.123.4.2 snmp-1.2.0/data/ruby/snmp/mibs/TE-MIB.yaml0000644000004100000410000000634012365504747020141 0ustar www-datawww-data--- teMIB: 1.3.6.1.2.1.122 teMIBNotifications: 1.3.6.1.2.1.122.0 teMIBObjects: 1.3.6.1.2.1.122.1 teInfo: 1.3.6.1.2.1.122.1.1 teDistProtocol: 1.3.6.1.2.1.122.1.1.1 teSignalingProto: 1.3.6.1.2.1.122.1.1.2 teNotificationEnable: 1.3.6.1.2.1.122.1.1.3 teNextTunnelIndex: 1.3.6.1.2.1.122.1.1.4 teNextPathHopIndex: 1.3.6.1.2.1.122.1.1.5 teConfiguredTunnels: 1.3.6.1.2.1.122.1.1.6 teActiveTunnels: 1.3.6.1.2.1.122.1.1.7 tePrimaryTunnels: 1.3.6.1.2.1.122.1.1.8 teAdminGroupTable: 1.3.6.1.2.1.122.1.1.9 teAdminGroupEntry: 1.3.6.1.2.1.122.1.1.9.1 teAdminGroupNumber: 1.3.6.1.2.1.122.1.1.9.1.1 teAdminGroupName: 1.3.6.1.2.1.122.1.1.9.1.2 teAdminGroupRowStatus: 1.3.6.1.2.1.122.1.1.9.1.3 teTunnelTable: 1.3.6.1.2.1.122.1.2 teTunnelEntry: 1.3.6.1.2.1.122.1.2.1 teTunnelIndex: 1.3.6.1.2.1.122.1.2.1.1 teTunnelName: 1.3.6.1.2.1.122.1.2.1.2 teTunnelNextPathIndex: 1.3.6.1.2.1.122.1.2.1.3 teTunnelRowStatus: 1.3.6.1.2.1.122.1.2.1.4 teTunnelStorageType: 1.3.6.1.2.1.122.1.2.1.5 teTunnelSourceAddressType: 1.3.6.1.2.1.122.1.2.1.6 teTunnelSourceAddress: 1.3.6.1.2.1.122.1.2.1.7 teTunnelDestinationAddressType: 1.3.6.1.2.1.122.1.2.1.8 teTunnelDestinationAddress: 1.3.6.1.2.1.122.1.2.1.9 teTunnelState: 1.3.6.1.2.1.122.1.2.1.10 teTunnelDiscontinuityTimer: 1.3.6.1.2.1.122.1.2.1.11 teTunnelOctets: 1.3.6.1.2.1.122.1.2.1.12 teTunnelPackets: 1.3.6.1.2.1.122.1.2.1.13 teTunnelLPOctets: 1.3.6.1.2.1.122.1.2.1.14 teTunnelLPPackets: 1.3.6.1.2.1.122.1.2.1.15 teTunnelAge: 1.3.6.1.2.1.122.1.2.1.16 teTunnelTimeUp: 1.3.6.1.2.1.122.1.2.1.17 teTunnelPrimaryTimeUp: 1.3.6.1.2.1.122.1.2.1.18 teTunnelTransitions: 1.3.6.1.2.1.122.1.2.1.19 teTunnelLastTransition: 1.3.6.1.2.1.122.1.2.1.20 teTunnelPathChanges: 1.3.6.1.2.1.122.1.2.1.21 teTunnelLastPathChange: 1.3.6.1.2.1.122.1.2.1.22 teTunnelConfiguredPaths: 1.3.6.1.2.1.122.1.2.1.23 teTunnelStandbyPaths: 1.3.6.1.2.1.122.1.2.1.24 teTunnelOperationalPaths: 1.3.6.1.2.1.122.1.2.1.25 tePathTable: 1.3.6.1.2.1.122.1.3 tePathEntry: 1.3.6.1.2.1.122.1.3.1 tePathIndex: 1.3.6.1.2.1.122.1.3.1.1 tePathName: 1.3.6.1.2.1.122.1.3.1.2 tePathRowStatus: 1.3.6.1.2.1.122.1.3.1.3 tePathStorageType: 1.3.6.1.2.1.122.1.3.1.4 tePathType: 1.3.6.1.2.1.122.1.3.1.5 tePathConfiguredRoute: 1.3.6.1.2.1.122.1.3.1.6 tePathBandwidth: 1.3.6.1.2.1.122.1.3.1.7 tePathIncludeAny: 1.3.6.1.2.1.122.1.3.1.8 tePathIncludeAll: 1.3.6.1.2.1.122.1.3.1.9 tePathExclude: 1.3.6.1.2.1.122.1.3.1.10 tePathSetupPriority: 1.3.6.1.2.1.122.1.3.1.11 tePathHoldPriority: 1.3.6.1.2.1.122.1.3.1.12 tePathProperties: 1.3.6.1.2.1.122.1.3.1.13 tePathOperStatus: 1.3.6.1.2.1.122.1.3.1.14 tePathAdminStatus: 1.3.6.1.2.1.122.1.3.1.15 tePathComputedRoute: 1.3.6.1.2.1.122.1.3.1.16 tePathRecordedRoute: 1.3.6.1.2.1.122.1.3.1.17 tePathHopTable: 1.3.6.1.2.1.122.1.4 tePathHopEntry: 1.3.6.1.2.1.122.1.4.1 teHopListIndex: 1.3.6.1.2.1.122.1.4.1.1 tePathHopIndex: 1.3.6.1.2.1.122.1.4.1.2 tePathHopRowStatus: 1.3.6.1.2.1.122.1.4.1.3 tePathHopStorageType: 1.3.6.1.2.1.122.1.4.1.4 tePathHopAddrType: 1.3.6.1.2.1.122.1.4.1.5 tePathHopAddress: 1.3.6.1.2.1.122.1.4.1.6 tePathHopType: 1.3.6.1.2.1.122.1.4.1.7 teMIBConformance: 1.3.6.1.2.1.122.2 teGroups: 1.3.6.1.2.1.122.2.1 teModuleCompliance: 1.3.6.1.2.1.122.2.2 teTunnelUp: 1.3.6.1.2.1.122.0.1 teTunnelDown: 1.3.6.1.2.1.122.0.2 teTunnelChanged: 1.3.6.1.2.1.122.0.3 teTunnelRerouted: 1.3.6.1.2.1.122.0.4 snmp-1.2.0/data/ruby/snmp/mibs/INTERFACETOPN-MIB.yaml0000644000004100000410000000256012365504747021632 0ustar www-datawww-data--- interfaceTopNMIB: 1.3.6.1.2.1.16.27 interfaceTopNObjects: 1.3.6.1.2.1.16.27.1 interfaceTopNCaps: 1.3.6.1.2.1.16.27.1.1 interfaceTopNControlTable: 1.3.6.1.2.1.16.27.1.2 interfaceTopNControlEntry: 1.3.6.1.2.1.16.27.1.2.1 interfaceTopNControlIndex: 1.3.6.1.2.1.16.27.1.2.1.1 interfaceTopNObjectVariable: 1.3.6.1.2.1.16.27.1.2.1.2 interfaceTopNObjectSampleType: 1.3.6.1.2.1.16.27.1.2.1.3 interfaceTopNNormalizationReq: 1.3.6.1.2.1.16.27.1.2.1.4 interfaceTopNNormalizationFactor: 1.3.6.1.2.1.16.27.1.2.1.5 interfaceTopNTimeRemaining: 1.3.6.1.2.1.16.27.1.2.1.6 interfaceTopNDuration: 1.3.6.1.2.1.16.27.1.2.1.7 interfaceTopNRequestedSize: 1.3.6.1.2.1.16.27.1.2.1.8 interfaceTopNGrantedSize: 1.3.6.1.2.1.16.27.1.2.1.9 interfaceTopNStartTime: 1.3.6.1.2.1.16.27.1.2.1.10 interfaceTopNOwner: 1.3.6.1.2.1.16.27.1.2.1.11 interfaceTopNLastCompletionTime: 1.3.6.1.2.1.16.27.1.2.1.12 interfaceTopNRowStatus: 1.3.6.1.2.1.16.27.1.2.1.13 interfaceTopNTable: 1.3.6.1.2.1.16.27.1.3 interfaceTopNEntry: 1.3.6.1.2.1.16.27.1.3.1 interfaceTopNIndex: 1.3.6.1.2.1.16.27.1.3.1.1 interfaceTopNDataSourceIndex: 1.3.6.1.2.1.16.27.1.3.1.2 interfaceTopNValue: 1.3.6.1.2.1.16.27.1.3.1.3 interfaceTopNValue64: 1.3.6.1.2.1.16.27.1.3.1.4 interfaceTopNNotifications: 1.3.6.1.2.1.16.27.2 interfaceTopNConformance: 1.3.6.1.2.1.16.27.3 interfaceTopNCompliances: 1.3.6.1.2.1.16.27.3.1 interfaceTopNGroups: 1.3.6.1.2.1.16.27.3.2 snmp-1.2.0/data/ruby/snmp/mibs/T11-FC-RSCN-MIB.yaml0000644000004100000410000000423512365504747021230 0ustar www-datawww-data--- t11FcRscnMIB: 1.3.6.1.2.1.161 t11FcRscnNotifications: 1.3.6.1.2.1.161.0 t11FcRscnObjects: 1.3.6.1.2.1.161.1 t11FcRscnRegistrations: 1.3.6.1.2.1.161.1.1 t11FcRscnRegTable: 1.3.6.1.2.1.161.1.1.1 t11FcRscnRegEntry: 1.3.6.1.2.1.161.1.1.1.1 t11FcRscnFabricIndex: 1.3.6.1.2.1.161.1.1.1.1.1 t11FcRscnRegFcId: 1.3.6.1.2.1.161.1.1.1.1.2 t11FcRscnRegType: 1.3.6.1.2.1.161.1.1.1.1.3 t11FcRscnStats: 1.3.6.1.2.1.161.1.2 t11FcRscnStatsTable: 1.3.6.1.2.1.161.1.2.1 t11FcRscnStatsEntry: 1.3.6.1.2.1.161.1.2.1.1 t11FcRscnInScrs: 1.3.6.1.2.1.161.1.2.1.1.1 t11FcRscnInRscns: 1.3.6.1.2.1.161.1.2.1.1.2 t11FcRscnOutRscns: 1.3.6.1.2.1.161.1.2.1.1.3 t11FcRscnInSwRscns: 1.3.6.1.2.1.161.1.2.1.1.4 t11FcRscnOutSwRscns: 1.3.6.1.2.1.161.1.2.1.1.5 t11FcRscnScrRejects: 1.3.6.1.2.1.161.1.2.1.1.6 t11FcRscnRscnRejects: 1.3.6.1.2.1.161.1.2.1.1.7 t11FcRscnSwRscnRejects: 1.3.6.1.2.1.161.1.2.1.1.8 t11FcRscnInUnspecifiedRscns: 1.3.6.1.2.1.161.1.2.1.1.9 t11FcRscnOutUnspecifiedRscns: 1.3.6.1.2.1.161.1.2.1.1.10 t11FcRscnInChangedAttribRscns: 1.3.6.1.2.1.161.1.2.1.1.11 t11FcRscnOutChangedAttribRscns: 1.3.6.1.2.1.161.1.2.1.1.12 t11FcRscnInChangedServiceRscns: 1.3.6.1.2.1.161.1.2.1.1.13 t11FcRscnOutChangedServiceRscns: 1.3.6.1.2.1.161.1.2.1.1.14 t11FcRscnInChangedSwitchRscns: 1.3.6.1.2.1.161.1.2.1.1.15 t11FcRscnOutChangedSwitchRscns: 1.3.6.1.2.1.161.1.2.1.1.16 t11FcRscnInRemovedRscns: 1.3.6.1.2.1.161.1.2.1.1.17 t11FcRscnOutRemovedRscns: 1.3.6.1.2.1.161.1.2.1.1.18 t11FcRscnInformation: 1.3.6.1.2.1.161.1.3 t11FcRscnNotifyControlTable: 1.3.6.1.2.1.161.1.3.1 t11FcRscnNotifyControlEntry: 1.3.6.1.2.1.161.1.3.1.1 t11FcRscnIlsRejectNotifyEnable: 1.3.6.1.2.1.161.1.3.1.1.1 t11FcRscnElsRejectNotifyEnable: 1.3.6.1.2.1.161.1.3.1.1.2 t11FcRscnRejectedRequestString: 1.3.6.1.2.1.161.1.3.1.1.3 t11FcRscnRejectedRequestSource: 1.3.6.1.2.1.161.1.3.1.1.4 t11FcRscnRejectReasonCode: 1.3.6.1.2.1.161.1.3.1.1.5 t11FcRscnRejectReasonCodeExp: 1.3.6.1.2.1.161.1.3.1.1.6 t11FcRscnRejectReasonVendorCode: 1.3.6.1.2.1.161.1.3.1.1.7 t11FcRscnConformance: 1.3.6.1.2.1.161.2 t11FcRscnCompliances: 1.3.6.1.2.1.161.2.1 t11FcRscnGroups: 1.3.6.1.2.1.161.2.2 t11FcRscnElsRejectReqNotify: 1.3.6.1.2.1.161.0.1 t11FcRscnIlsRejectReqNotify: 1.3.6.1.2.1.161.0.2 snmp-1.2.0/data/ruby/snmp/mibs/CIRCUIT-IF-MIB.yaml0000644000004100000410000000133012365504747021221 0ustar www-datawww-data--- circuitIfMIB: 1.3.6.1.2.1.94 ciObjects: 1.3.6.1.2.1.94.1 ciCircuitTable: 1.3.6.1.2.1.94.1.1 ciCircuitEntry: 1.3.6.1.2.1.94.1.1.1 ciCircuitObject: 1.3.6.1.2.1.94.1.1.1.1 ciCircuitFlow: 1.3.6.1.2.1.94.1.1.1.2 ciCircuitStatus: 1.3.6.1.2.1.94.1.1.1.3 ciCircuitIfIndex: 1.3.6.1.2.1.94.1.1.1.4 ciCircuitCreateTime: 1.3.6.1.2.1.94.1.1.1.5 ciCircuitStorageType: 1.3.6.1.2.1.94.1.1.1.6 ciIfMapTable: 1.3.6.1.2.1.94.1.2 ciIfMapEntry: 1.3.6.1.2.1.94.1.2.1 ciIfMapObject: 1.3.6.1.2.1.94.1.2.1.1 ciIfMapFlow: 1.3.6.1.2.1.94.1.2.1.2 ciIfLastChange: 1.3.6.1.2.1.94.1.3 ciIfNumActive: 1.3.6.1.2.1.94.1.4 ciCapabilities: 1.3.6.1.2.1.94.2 ciConformance: 1.3.6.1.2.1.94.3 ciMIBGroups: 1.3.6.1.2.1.94.3.1 ciMIBCompliances: 1.3.6.1.2.1.94.3.2 snmp-1.2.0/data/ruby/snmp/mibs/TE-LINK-STD-MIB.yaml0000644000004100000410000001022012365504747021314 0ustar www-datawww-data--- teLinkStdMIB: 1.3.6.1.2.1.10.200 teLinkNotifications: 1.3.6.1.2.1.10.200.0 teLinkObjects: 1.3.6.1.2.1.10.200.1 teLinkTable: 1.3.6.1.2.1.10.200.1.1 teLinkEntry: 1.3.6.1.2.1.10.200.1.1.1 teLinkAddressType: 1.3.6.1.2.1.10.200.1.1.1.1 teLinkLocalIpAddr: 1.3.6.1.2.1.10.200.1.1.1.2 teLinkRemoteIpAddr: 1.3.6.1.2.1.10.200.1.1.1.3 teLinkMetric: 1.3.6.1.2.1.10.200.1.1.1.4 teLinkMaximumReservableBandwidth: 1.3.6.1.2.1.10.200.1.1.1.5 teLinkProtectionType: 1.3.6.1.2.1.10.200.1.1.1.6 teLinkWorkingPriority: 1.3.6.1.2.1.10.200.1.1.1.7 teLinkResourceClass: 1.3.6.1.2.1.10.200.1.1.1.8 teLinkIncomingIfId: 1.3.6.1.2.1.10.200.1.1.1.9 teLinkOutgoingIfId: 1.3.6.1.2.1.10.200.1.1.1.10 teLinkRowStatus: 1.3.6.1.2.1.10.200.1.1.1.11 teLinkStorageType: 1.3.6.1.2.1.10.200.1.1.1.12 teLinkDescriptorTable: 1.3.6.1.2.1.10.200.1.2 teLinkDescriptorEntry: 1.3.6.1.2.1.10.200.1.2.1 teLinkDescriptorId: 1.3.6.1.2.1.10.200.1.2.1.1 teLinkDescrSwitchingCapability: 1.3.6.1.2.1.10.200.1.2.1.2 teLinkDescrEncodingType: 1.3.6.1.2.1.10.200.1.2.1.3 teLinkDescrMinLspBandwidth: 1.3.6.1.2.1.10.200.1.2.1.4 teLinkDescrMaxLspBandwidthPrio0: 1.3.6.1.2.1.10.200.1.2.1.5 teLinkDescrMaxLspBandwidthPrio1: 1.3.6.1.2.1.10.200.1.2.1.6 teLinkDescrMaxLspBandwidthPrio2: 1.3.6.1.2.1.10.200.1.2.1.7 teLinkDescrMaxLspBandwidthPrio3: 1.3.6.1.2.1.10.200.1.2.1.8 teLinkDescrMaxLspBandwidthPrio4: 1.3.6.1.2.1.10.200.1.2.1.9 teLinkDescrMaxLspBandwidthPrio5: 1.3.6.1.2.1.10.200.1.2.1.10 teLinkDescrMaxLspBandwidthPrio6: 1.3.6.1.2.1.10.200.1.2.1.11 teLinkDescrMaxLspBandwidthPrio7: 1.3.6.1.2.1.10.200.1.2.1.12 teLinkDescrInterfaceMtu: 1.3.6.1.2.1.10.200.1.2.1.13 teLinkDescrIndication: 1.3.6.1.2.1.10.200.1.2.1.14 teLinkDescrRowStatus: 1.3.6.1.2.1.10.200.1.2.1.15 teLinkDescrStorageType: 1.3.6.1.2.1.10.200.1.2.1.16 teLinkSrlgTable: 1.3.6.1.2.1.10.200.1.3 teLinkSrlgEntry: 1.3.6.1.2.1.10.200.1.3.1 teLinkSrlg: 1.3.6.1.2.1.10.200.1.3.1.1 teLinkSrlgRowStatus: 1.3.6.1.2.1.10.200.1.3.1.2 teLinkSrlgStorageType: 1.3.6.1.2.1.10.200.1.3.1.3 teLinkBandwidthTable: 1.3.6.1.2.1.10.200.1.4 teLinkBandwidthEntry: 1.3.6.1.2.1.10.200.1.4.1 teLinkBandwidthPriority: 1.3.6.1.2.1.10.200.1.4.1.1 teLinkBandwidthUnreserved: 1.3.6.1.2.1.10.200.1.4.1.2 teLinkBandwidthRowStatus: 1.3.6.1.2.1.10.200.1.4.1.3 teLinkBandwidthStorageType: 1.3.6.1.2.1.10.200.1.4.1.4 componentLinkTable: 1.3.6.1.2.1.10.200.1.5 componentLinkEntry: 1.3.6.1.2.1.10.200.1.5.1 componentLinkMaxResBandwidth: 1.3.6.1.2.1.10.200.1.5.1.1 componentLinkPreferredProtection: 1.3.6.1.2.1.10.200.1.5.1.2 componentLinkCurrentProtection: 1.3.6.1.2.1.10.200.1.5.1.3 componentLinkRowStatus: 1.3.6.1.2.1.10.200.1.5.1.4 componentLinkStorageType: 1.3.6.1.2.1.10.200.1.5.1.5 componentLinkDescriptorTable: 1.3.6.1.2.1.10.200.1.6 componentLinkDescriptorEntry: 1.3.6.1.2.1.10.200.1.6.1 componentLinkDescrId: 1.3.6.1.2.1.10.200.1.6.1.1 componentLinkDescrSwitchingCapability: 1.3.6.1.2.1.10.200.1.6.1.2 componentLinkDescrEncodingType: 1.3.6.1.2.1.10.200.1.6.1.3 componentLinkDescrMinLspBandwidth: 1.3.6.1.2.1.10.200.1.6.1.4 componentLinkDescrMaxLspBandwidthPrio0: 1.3.6.1.2.1.10.200.1.6.1.5 componentLinkDescrMaxLspBandwidthPrio1: 1.3.6.1.2.1.10.200.1.6.1.6 componentLinkDescrMaxLspBandwidthPrio2: 1.3.6.1.2.1.10.200.1.6.1.7 componentLinkDescrMaxLspBandwidthPrio3: 1.3.6.1.2.1.10.200.1.6.1.8 componentLinkDescrMaxLspBandwidthPrio4: 1.3.6.1.2.1.10.200.1.6.1.9 componentLinkDescrMaxLspBandwidthPrio5: 1.3.6.1.2.1.10.200.1.6.1.10 componentLinkDescrMaxLspBandwidthPrio6: 1.3.6.1.2.1.10.200.1.6.1.11 componentLinkDescrMaxLspBandwidthPrio7: 1.3.6.1.2.1.10.200.1.6.1.12 componentLinkDescrInterfaceMtu: 1.3.6.1.2.1.10.200.1.6.1.13 componentLinkDescrIndication: 1.3.6.1.2.1.10.200.1.6.1.14 componentLinkDescrRowStatus: 1.3.6.1.2.1.10.200.1.6.1.15 componentLinkDescrStorageType: 1.3.6.1.2.1.10.200.1.6.1.16 componentLinkBandwidthTable: 1.3.6.1.2.1.10.200.1.7 componentLinkBandwidthEntry: 1.3.6.1.2.1.10.200.1.7.1 componentLinkBandwidthPriority: 1.3.6.1.2.1.10.200.1.7.1.1 componentLinkBandwidthUnreserved: 1.3.6.1.2.1.10.200.1.7.1.2 componentLinkBandwidthRowStatus: 1.3.6.1.2.1.10.200.1.7.1.3 componentLinkBandwidthStorageType: 1.3.6.1.2.1.10.200.1.7.1.4 teLinkConformance: 1.3.6.1.2.1.10.200.2 teLinkCompliances: 1.3.6.1.2.1.10.200.2.1 teLinkGroups: 1.3.6.1.2.1.10.200.2.2 snmp-1.2.0/data/ruby/snmp/mibs/SNA-NAU-MIB.yaml0000644000004100000410000001427612365504747020702 0ustar www-datawww-data--- snanauMIB: 1.3.6.1.2.1.34 snanauObjects: 1.3.6.1.2.1.34.1 snaNode: 1.3.6.1.2.1.34.1.1 snaNodeAdminTable: 1.3.6.1.2.1.34.1.1.1 snaNodeAdminEntry: 1.3.6.1.2.1.34.1.1.1.1 snaNodeAdminIndex: 1.3.6.1.2.1.34.1.1.1.1.1 snaNodeAdminName: 1.3.6.1.2.1.34.1.1.1.1.2 snaNodeAdminType: 1.3.6.1.2.1.34.1.1.1.1.3 snaNodeAdminXidFormat: 1.3.6.1.2.1.34.1.1.1.1.4 snaNodeAdminBlockNum: 1.3.6.1.2.1.34.1.1.1.1.5 snaNodeAdminIdNum: 1.3.6.1.2.1.34.1.1.1.1.6 snaNodeAdminEnablingMethod: 1.3.6.1.2.1.34.1.1.1.1.7 snaNodeAdminLuTermDefault: 1.3.6.1.2.1.34.1.1.1.1.8 snaNodeAdminMaxLu: 1.3.6.1.2.1.34.1.1.1.1.9 snaNodeAdminHostDescription: 1.3.6.1.2.1.34.1.1.1.1.10 snaNodeAdminStopMethod: 1.3.6.1.2.1.34.1.1.1.1.11 snaNodeAdminState: 1.3.6.1.2.1.34.1.1.1.1.12 snaNodeAdminRowStatus: 1.3.6.1.2.1.34.1.1.1.1.13 snaNodeAdminTableLastChange: 1.3.6.1.2.1.34.1.1.2 snaNodeOperTable: 1.3.6.1.2.1.34.1.1.3 snaNodeOperEntry: 1.3.6.1.2.1.34.1.1.3.1 snaNodeOperName: 1.3.6.1.2.1.34.1.1.3.1.1 snaNodeOperType: 1.3.6.1.2.1.34.1.1.3.1.2 snaNodeOperXidFormat: 1.3.6.1.2.1.34.1.1.3.1.3 snaNodeOperBlockNum: 1.3.6.1.2.1.34.1.1.3.1.4 snaNodeOperIdNum: 1.3.6.1.2.1.34.1.1.3.1.5 snaNodeOperEnablingMethod: 1.3.6.1.2.1.34.1.1.3.1.6 snaNodeOperLuTermDefault: 1.3.6.1.2.1.34.1.1.3.1.7 snaNodeOperMaxLu: 1.3.6.1.2.1.34.1.1.3.1.8 snaNodeOperHostDescription: 1.3.6.1.2.1.34.1.1.3.1.9 snaNodeOperStopMethod: 1.3.6.1.2.1.34.1.1.3.1.10 snaNodeOperState: 1.3.6.1.2.1.34.1.1.3.1.11 snaNodeOperHostSscpId: 1.3.6.1.2.1.34.1.1.3.1.12 snaNodeOperStartTime: 1.3.6.1.2.1.34.1.1.3.1.13 snaNodeOperLastStateChange: 1.3.6.1.2.1.34.1.1.3.1.14 snaNodeOperActFailures: 1.3.6.1.2.1.34.1.1.3.1.15 snaNodeOperActFailureReason: 1.3.6.1.2.1.34.1.1.3.1.16 snaNodeOperTableLastChange: 1.3.6.1.2.1.34.1.1.4 snaPu20StatsTable: 1.3.6.1.2.1.34.1.1.5 snaPu20StatsEntry: 1.3.6.1.2.1.34.1.1.5.1 snaPu20StatsSentBytes: 1.3.6.1.2.1.34.1.1.5.1.1 snaPu20StatsReceivedBytes: 1.3.6.1.2.1.34.1.1.5.1.2 snaPu20StatsSentPius: 1.3.6.1.2.1.34.1.1.5.1.3 snaPu20StatsReceivedPius: 1.3.6.1.2.1.34.1.1.5.1.4 snaPu20StatsSentNegativeResps: 1.3.6.1.2.1.34.1.1.5.1.5 snaPu20StatsReceivedNegativeResps: 1.3.6.1.2.1.34.1.1.5.1.6 snaPu20StatsActLus: 1.3.6.1.2.1.34.1.1.5.1.7 snaPu20StatsInActLus: 1.3.6.1.2.1.34.1.1.5.1.8 snaPu20StatsBindLus: 1.3.6.1.2.1.34.1.1.5.1.9 snaNodeLinkAdminTable: 1.3.6.1.2.1.34.1.1.6 snaNodeLinkAdminEntry: 1.3.6.1.2.1.34.1.1.6.1 snaNodeLinkAdminIndex: 1.3.6.1.2.1.34.1.1.6.1.1 snaNodeLinkAdminSpecific: 1.3.6.1.2.1.34.1.1.6.1.2 snaNodeLinkAdminMaxPiu: 1.3.6.1.2.1.34.1.1.6.1.3 snaNodeLinkAdminRowStatus: 1.3.6.1.2.1.34.1.1.6.1.4 snaNodeLinkAdminTableLastChange: 1.3.6.1.2.1.34.1.1.7 snaNodeLinkOperTable: 1.3.6.1.2.1.34.1.1.8 snaNodeLinkOperEntry: 1.3.6.1.2.1.34.1.1.8.1 snaNodeLinkOperSpecific: 1.3.6.1.2.1.34.1.1.8.1.1 snaNodeLinkOperMaxPiu: 1.3.6.1.2.1.34.1.1.8.1.2 snaNodeLinkOperTableLastChange: 1.3.6.1.2.1.34.1.1.9 snaNodeTraps: 1.3.6.1.2.1.34.1.1.10 snaLu: 1.3.6.1.2.1.34.1.2 snaLuAdminTable: 1.3.6.1.2.1.34.1.2.1 snaLuAdminEntry: 1.3.6.1.2.1.34.1.2.1.1 snaLuAdminLuIndex: 1.3.6.1.2.1.34.1.2.1.1.1 snaLuAdminName: 1.3.6.1.2.1.34.1.2.1.1.2 snaLuAdminSnaName: 1.3.6.1.2.1.34.1.2.1.1.3 snaLuAdminType: 1.3.6.1.2.1.34.1.2.1.1.4 snaLuAdminDepType: 1.3.6.1.2.1.34.1.2.1.1.5 snaLuAdminLocalAddress: 1.3.6.1.2.1.34.1.2.1.1.6 snaLuAdminDisplayModel: 1.3.6.1.2.1.34.1.2.1.1.7 snaLuAdminTerm: 1.3.6.1.2.1.34.1.2.1.1.8 snaLuAdminRowStatus: 1.3.6.1.2.1.34.1.2.1.1.9 snaLuOperTable: 1.3.6.1.2.1.34.1.2.2 snaLuOperEntry: 1.3.6.1.2.1.34.1.2.2.1 snaLuOperName: 1.3.6.1.2.1.34.1.2.2.1.1 snaLuOperSnaName: 1.3.6.1.2.1.34.1.2.2.1.2 snaLuOperType: 1.3.6.1.2.1.34.1.2.2.1.3 snaLuOperDepType: 1.3.6.1.2.1.34.1.2.2.1.4 snaLuOperLocalAddress: 1.3.6.1.2.1.34.1.2.2.1.5 snaLuOperDisplayModel: 1.3.6.1.2.1.34.1.2.2.1.6 snaLuOperTerm: 1.3.6.1.2.1.34.1.2.2.1.7 snaLuOperState: 1.3.6.1.2.1.34.1.2.2.1.8 snaLuOperSessnCount: 1.3.6.1.2.1.34.1.2.2.1.9 snaLuSessnTable: 1.3.6.1.2.1.34.1.2.3 snaLuSessnEntry: 1.3.6.1.2.1.34.1.2.3.1 snaLuSessnRluIndex: 1.3.6.1.2.1.34.1.2.3.1.1 snaLuSessnIndex: 1.3.6.1.2.1.34.1.2.3.1.2 snaLuSessnLocalApplName: 1.3.6.1.2.1.34.1.2.3.1.3 snaLuSessnRemoteLuName: 1.3.6.1.2.1.34.1.2.3.1.4 snaLuSessnMaxSndRuSize: 1.3.6.1.2.1.34.1.2.3.1.5 snaLuSessnMaxRcvRuSize: 1.3.6.1.2.1.34.1.2.3.1.6 snaLuSessnSndPacingSize: 1.3.6.1.2.1.34.1.2.3.1.7 snaLuSessnRcvPacingSize: 1.3.6.1.2.1.34.1.2.3.1.8 snaLuSessnActiveTime: 1.3.6.1.2.1.34.1.2.3.1.9 snaLuSessnAdminState: 1.3.6.1.2.1.34.1.2.3.1.10 snaLuSessnOperState: 1.3.6.1.2.1.34.1.2.3.1.11 snaLuSessnSenseData: 1.3.6.1.2.1.34.1.2.3.1.12 snaLuSessnTerminationRu: 1.3.6.1.2.1.34.1.2.3.1.13 snaLuSessnUnbindType: 1.3.6.1.2.1.34.1.2.3.1.14 snaLuSessnLinkIndex: 1.3.6.1.2.1.34.1.2.3.1.15 snaLuSessnStatsTable: 1.3.6.1.2.1.34.1.2.4 snaLuSessnStatsEntry: 1.3.6.1.2.1.34.1.2.4.1 snaLuSessnStatsSentBytes: 1.3.6.1.2.1.34.1.2.4.1.1 snaLuSessnStatsReceivedBytes: 1.3.6.1.2.1.34.1.2.4.1.2 snaLuSessnStatsSentRus: 1.3.6.1.2.1.34.1.2.4.1.3 snaLuSessnStatsReceivedRus: 1.3.6.1.2.1.34.1.2.4.1.4 snaLuSessnStatsSentNegativeResps: 1.3.6.1.2.1.34.1.2.4.1.5 snaLuSessnStatsReceivedNegativeResps: 1.3.6.1.2.1.34.1.2.4.1.6 snaLuTraps: 1.3.6.1.2.1.34.1.2.5 snaMgtTools: 1.3.6.1.2.1.34.1.3 snaLuRtmTable: 1.3.6.1.2.1.34.1.3.1 snaLuRtmEntry: 1.3.6.1.2.1.34.1.3.1.1 snaLuRtmPuIndex: 1.3.6.1.2.1.34.1.3.1.1.1 snaLuRtmLuIndex: 1.3.6.1.2.1.34.1.3.1.1.2 snaLuRtmState: 1.3.6.1.2.1.34.1.3.1.1.3 snaLuRtmStateTime: 1.3.6.1.2.1.34.1.3.1.1.4 snaLuRtmDef: 1.3.6.1.2.1.34.1.3.1.1.5 snaLuRtmBoundary1: 1.3.6.1.2.1.34.1.3.1.1.6 snaLuRtmBoundary2: 1.3.6.1.2.1.34.1.3.1.1.7 snaLuRtmBoundary3: 1.3.6.1.2.1.34.1.3.1.1.8 snaLuRtmBoundary4: 1.3.6.1.2.1.34.1.3.1.1.9 snaLuRtmCounter1: 1.3.6.1.2.1.34.1.3.1.1.10 snaLuRtmCounter2: 1.3.6.1.2.1.34.1.3.1.1.11 snaLuRtmCounter3: 1.3.6.1.2.1.34.1.3.1.1.12 snaLuRtmCounter4: 1.3.6.1.2.1.34.1.3.1.1.13 snaLuRtmOverFlows: 1.3.6.1.2.1.34.1.3.1.1.14 snaLuRtmObjPercent: 1.3.6.1.2.1.34.1.3.1.1.15 snaLuRtmObjRange: 1.3.6.1.2.1.34.1.3.1.1.16 snaLuRtmNumTrans: 1.3.6.1.2.1.34.1.3.1.1.17 snaLuRtmLastRspTime: 1.3.6.1.2.1.34.1.3.1.1.18 snaLuRtmAvgRspTime: 1.3.6.1.2.1.34.1.3.1.1.19 snanauConformance: 1.3.6.1.2.1.34.2 snanauCompliances: 1.3.6.1.2.1.34.2.1 snanauGroups: 1.3.6.1.2.1.34.2.2 snaNodeStateChangeTrap: 1.3.6.1.2.1.34.1.1.10.1 snaNodeActFailTrap: 1.3.6.1.2.1.34.1.1.10.2 snaLuStateChangeTrap: 1.3.6.1.2.1.34.1.2.5.1 snaLuSessnBindFailTrap: 1.3.6.1.2.1.34.1.2.5.2 snmp-1.2.0/data/ruby/snmp/mibs/SIP-COMMON-MIB.yaml0000644000004100000410000001271112365504747021251 0ustar www-datawww-data--- sipCommonMIB: 1.3.6.1.2.1.149 sipCommonMIBNotifications: 1.3.6.1.2.1.149.0 sipCommonMIBObjects: 1.3.6.1.2.1.149.1 sipCommonCfgBase: 1.3.6.1.2.1.149.1.1 sipCommonCfgTable: 1.3.6.1.2.1.149.1.1.1 sipCommonCfgEntry: 1.3.6.1.2.1.149.1.1.1.1 sipCommonCfgProtocolVersion: 1.3.6.1.2.1.149.1.1.1.1.1 sipCommonCfgServiceOperStatus: 1.3.6.1.2.1.149.1.1.1.1.2 sipCommonCfgServiceStartTime: 1.3.6.1.2.1.149.1.1.1.1.3 sipCommonCfgServiceLastChange: 1.3.6.1.2.1.149.1.1.1.1.4 sipCommonCfgOrganization: 1.3.6.1.2.1.149.1.1.1.1.5 sipCommonCfgMaxTransactions: 1.3.6.1.2.1.149.1.1.1.1.6 sipCommonCfgServiceNotifEnable: 1.3.6.1.2.1.149.1.1.1.1.7 sipCommonCfgEntityType: 1.3.6.1.2.1.149.1.1.1.1.8 sipCommonPortTable: 1.3.6.1.2.1.149.1.1.2 sipCommonPortEntry: 1.3.6.1.2.1.149.1.1.2.1 sipCommonPort: 1.3.6.1.2.1.149.1.1.2.1.1 sipCommonPortTransportRcv: 1.3.6.1.2.1.149.1.1.2.1.2 sipCommonOptionTagTable: 1.3.6.1.2.1.149.1.1.3 sipCommonOptionTagEntry: 1.3.6.1.2.1.149.1.1.3.1 sipCommonOptionTagIndex: 1.3.6.1.2.1.149.1.1.3.1.1 sipCommonOptionTag: 1.3.6.1.2.1.149.1.1.3.1.2 sipCommonOptionTagHeaderField: 1.3.6.1.2.1.149.1.1.3.1.3 sipCommonMethodSupportedTable: 1.3.6.1.2.1.149.1.1.4 sipCommonMethodSupportedEntry: 1.3.6.1.2.1.149.1.1.4.1 sipCommonMethodSupportedIndex: 1.3.6.1.2.1.149.1.1.4.1.1 sipCommonMethodSupportedName: 1.3.6.1.2.1.149.1.1.4.1.2 sipCommonCfgTimer: 1.3.6.1.2.1.149.1.2 sipCommonCfgTimerTable: 1.3.6.1.2.1.149.1.2.1 sipCommonCfgTimerEntry: 1.3.6.1.2.1.149.1.2.1.1 sipCommonCfgTimerA: 1.3.6.1.2.1.149.1.2.1.1.1 sipCommonCfgTimerB: 1.3.6.1.2.1.149.1.2.1.1.2 sipCommonCfgTimerC: 1.3.6.1.2.1.149.1.2.1.1.3 sipCommonCfgTimerD: 1.3.6.1.2.1.149.1.2.1.1.4 sipCommonCfgTimerE: 1.3.6.1.2.1.149.1.2.1.1.5 sipCommonCfgTimerF: 1.3.6.1.2.1.149.1.2.1.1.6 sipCommonCfgTimerG: 1.3.6.1.2.1.149.1.2.1.1.7 sipCommonCfgTimerH: 1.3.6.1.2.1.149.1.2.1.1.8 sipCommonCfgTimerI: 1.3.6.1.2.1.149.1.2.1.1.9 sipCommonCfgTimerJ: 1.3.6.1.2.1.149.1.2.1.1.10 sipCommonCfgTimerK: 1.3.6.1.2.1.149.1.2.1.1.11 sipCommonCfgTimerT1: 1.3.6.1.2.1.149.1.2.1.1.12 sipCommonCfgTimerT2: 1.3.6.1.2.1.149.1.2.1.1.13 sipCommonCfgTimerT4: 1.3.6.1.2.1.149.1.2.1.1.14 sipCommonSummaryStats: 1.3.6.1.2.1.149.1.3 sipCommonSummaryStatsTable: 1.3.6.1.2.1.149.1.3.1 sipCommonSummaryStatsEntry: 1.3.6.1.2.1.149.1.3.1.1 sipCommonSummaryInRequests: 1.3.6.1.2.1.149.1.3.1.1.1 sipCommonSummaryOutRequests: 1.3.6.1.2.1.149.1.3.1.1.2 sipCommonSummaryInResponses: 1.3.6.1.2.1.149.1.3.1.1.3 sipCommonSummaryOutResponses: 1.3.6.1.2.1.149.1.3.1.1.4 sipCommonSummaryTotalTransactions: 1.3.6.1.2.1.149.1.3.1.1.5 sipCommonSummaryDisconTime: 1.3.6.1.2.1.149.1.3.1.1.6 sipCommonMethodStats: 1.3.6.1.2.1.149.1.4 sipCommonMethodStatsTable: 1.3.6.1.2.1.149.1.4.1 sipCommonMethodStatsEntry: 1.3.6.1.2.1.149.1.4.1.1 sipCommonMethodStatsName: 1.3.6.1.2.1.149.1.4.1.1.1 sipCommonMethodStatsOutbounds: 1.3.6.1.2.1.149.1.4.1.1.2 sipCommonMethodStatsInbounds: 1.3.6.1.2.1.149.1.4.1.1.3 sipCommonMethodStatsDisconTime: 1.3.6.1.2.1.149.1.4.1.1.4 sipCommonStatusCode: 1.3.6.1.2.1.149.1.5 sipCommonStatusCodeTable: 1.3.6.1.2.1.149.1.5.1 sipCommonStatusCodeEntry: 1.3.6.1.2.1.149.1.5.1.1 sipCommonStatusCodeMethod: 1.3.6.1.2.1.149.1.5.1.1.1 sipCommonStatusCodeValue: 1.3.6.1.2.1.149.1.5.1.1.2 sipCommonStatusCodeIns: 1.3.6.1.2.1.149.1.5.1.1.3 sipCommonStatusCodeOuts: 1.3.6.1.2.1.149.1.5.1.1.4 sipCommonStatusCodeRowStatus: 1.3.6.1.2.1.149.1.5.1.1.5 sipCommonStatusCodeDisconTime: 1.3.6.1.2.1.149.1.5.1.1.6 sipCommonStatusCodeNotifTable: 1.3.6.1.2.1.149.1.5.2 sipCommonStatusCodeNotifEntry: 1.3.6.1.2.1.149.1.5.2.1 sipCommonStatusCodeNotifSend: 1.3.6.1.2.1.149.1.5.2.1.1 sipCommonStatusCodeNotifEmitMode: 1.3.6.1.2.1.149.1.5.2.1.2 sipCommonStatusCodeNotifThresh: 1.3.6.1.2.1.149.1.5.2.1.3 sipCommonStatusCodeNotifInterval: 1.3.6.1.2.1.149.1.5.2.1.4 sipCommonStatsTrans: 1.3.6.1.2.1.149.1.6 sipCommonTransCurrentTable: 1.3.6.1.2.1.149.1.6.1 sipCommonTransCurrentEntry: 1.3.6.1.2.1.149.1.6.1.1 sipCommonTransCurrentactions: 1.3.6.1.2.1.149.1.6.1.1.1 sipCommonStatsRetry: 1.3.6.1.2.1.149.1.7 sipCommonStatsRetryTable: 1.3.6.1.2.1.149.1.7.1 sipCommonStatsRetryEntry: 1.3.6.1.2.1.149.1.7.1.1 sipCommonStatsRetryMethod: 1.3.6.1.2.1.149.1.7.1.1.1 sipCommonStatsRetries: 1.3.6.1.2.1.149.1.7.1.1.2 sipCommonStatsRetryFinalResponses: 1.3.6.1.2.1.149.1.7.1.1.3 sipCommonStatsRetryNonFinalResponses: 1.3.6.1.2.1.149.1.7.1.1.4 sipCommonStatsRetryDisconTime: 1.3.6.1.2.1.149.1.7.1.1.5 sipCommonOtherStats: 1.3.6.1.2.1.149.1.8 sipCommonOtherStatsTable: 1.3.6.1.2.1.149.1.8.1 sipCommonOtherStatsEntry: 1.3.6.1.2.1.149.1.8.1.1 sipCommonOtherStatsNumUnsupportedUris: 1.3.6.1.2.1.149.1.8.1.1.1 sipCommonOtherStatsNumUnsupportedMethods: 1.3.6.1.2.1.149.1.8.1.1.2 sipCommonOtherStatsOtherwiseDiscardedMsgs: 1.3.6.1.2.1.149.1.8.1.1.3 sipCommonOtherStatsDisconTime: 1.3.6.1.2.1.149.1.8.1.1.4 sipCommonNotifObjects: 1.3.6.1.2.1.149.1.9 sipCommonStatusCodeNotifTo: 1.3.6.1.2.1.149.1.9.1 sipCommonStatusCodeNotifFrom: 1.3.6.1.2.1.149.1.9.2 sipCommonStatusCodeNotifCallId: 1.3.6.1.2.1.149.1.9.3 sipCommonStatusCodeNotifCSeq: 1.3.6.1.2.1.149.1.9.4 sipCommonNotifApplIndex: 1.3.6.1.2.1.149.1.9.5 sipCommonNotifSequenceNumber: 1.3.6.1.2.1.149.1.9.6 sipCommonMIBConformance: 1.3.6.1.2.1.149.2 sipCommonMIBCompliances: 1.3.6.1.2.1.149.2.1 sipCommonMIBGroups: 1.3.6.1.2.1.149.2.2 sipCommonStatusCodeNotif: 1.3.6.1.2.1.149.0.1 sipCommonStatusCodeThreshExceededInNotif: 1.3.6.1.2.1.149.0.2 sipCommonStatusCodeThreshExceededOutNotif: 1.3.6.1.2.1.149.0.3 sipCommonServiceColdStart: 1.3.6.1.2.1.149.0.4 sipCommonServiceWarmStart: 1.3.6.1.2.1.149.0.5 sipCommonServiceStatusChanged: 1.3.6.1.2.1.149.0.6 snmp-1.2.0/data/ruby/snmp/mibs/DSMON-MIB.yaml0000644000004100000410000002544712365504747020522 0ustar www-datawww-data--- dsmonMIB: 1.3.6.1.2.1.16.26 dsmonObjects: 1.3.6.1.2.1.16.26.1 dsmonAggObjects: 1.3.6.1.2.1.16.26.1.1 dsmonMaxAggGroups: 1.3.6.1.2.1.16.26.1.1.1 dsmonAggControlLocked: 1.3.6.1.2.1.16.26.1.1.2 dsmonAggControlChanges: 1.3.6.1.2.1.16.26.1.1.3 dsmonAggControlLastChangeTime: 1.3.6.1.2.1.16.26.1.1.4 dsmonAggControlTable: 1.3.6.1.2.1.16.26.1.1.5 dsmonAggControlEntry: 1.3.6.1.2.1.16.26.1.1.5.1 dsmonAggControlIndex: 1.3.6.1.2.1.16.26.1.1.5.1.1 dsmonAggControlDescr: 1.3.6.1.2.1.16.26.1.1.5.1.2 dsmonAggControlOwner: 1.3.6.1.2.1.16.26.1.1.5.1.3 dsmonAggControlStatus: 1.3.6.1.2.1.16.26.1.1.5.1.4 dsmonAggProfileTable: 1.3.6.1.2.1.16.26.1.1.6 dsmonAggProfileEntry: 1.3.6.1.2.1.16.26.1.1.6.1 dsmonAggProfileDSCP: 1.3.6.1.2.1.16.26.1.1.6.1.1 dsmonAggGroupIndex: 1.3.6.1.2.1.16.26.1.1.6.1.2 dsmonAggGroupTable: 1.3.6.1.2.1.16.26.1.1.7 dsmonAggGroupEntry: 1.3.6.1.2.1.16.26.1.1.7.1 dsmonAggGroupDescr: 1.3.6.1.2.1.16.26.1.1.7.1.1 dsmonAggGroupStatus: 1.3.6.1.2.1.16.26.1.1.7.1.2 dsmonStatsObjects: 1.3.6.1.2.1.16.26.1.2 dsmonStatsControlTable: 1.3.6.1.2.1.16.26.1.2.1 dsmonStatsControlEntry: 1.3.6.1.2.1.16.26.1.2.1.1 dsmonStatsControlIndex: 1.3.6.1.2.1.16.26.1.2.1.1.1 dsmonStatsControlDataSource: 1.3.6.1.2.1.16.26.1.2.1.1.2 dsmonStatsControlAggProfile: 1.3.6.1.2.1.16.26.1.2.1.1.3 dsmonStatsControlDroppedFrames: 1.3.6.1.2.1.16.26.1.2.1.1.4 dsmonStatsControlCreateTime: 1.3.6.1.2.1.16.26.1.2.1.1.5 dsmonStatsControlOwner: 1.3.6.1.2.1.16.26.1.2.1.1.6 dsmonStatsControlStatus: 1.3.6.1.2.1.16.26.1.2.1.1.7 dsmonStatsTable: 1.3.6.1.2.1.16.26.1.2.2 dsmonStatsEntry: 1.3.6.1.2.1.16.26.1.2.2.1 dsmonStatsInPkts: 1.3.6.1.2.1.16.26.1.2.2.1.1 dsmonStatsInOctets: 1.3.6.1.2.1.16.26.1.2.2.1.2 dsmonStatsInOvflPkts: 1.3.6.1.2.1.16.26.1.2.2.1.3 dsmonStatsInOvflOctets: 1.3.6.1.2.1.16.26.1.2.2.1.4 dsmonStatsInHCPkts: 1.3.6.1.2.1.16.26.1.2.2.1.5 dsmonStatsInHCOctets: 1.3.6.1.2.1.16.26.1.2.2.1.6 dsmonStatsOutPkts: 1.3.6.1.2.1.16.26.1.2.2.1.7 dsmonStatsOutOctets: 1.3.6.1.2.1.16.26.1.2.2.1.8 dsmonStatsOutOvflPkts: 1.3.6.1.2.1.16.26.1.2.2.1.9 dsmonStatsOutOvflOctets: 1.3.6.1.2.1.16.26.1.2.2.1.10 dsmonStatsOutHCPkts: 1.3.6.1.2.1.16.26.1.2.2.1.11 dsmonStatsOutHCOctets: 1.3.6.1.2.1.16.26.1.2.2.1.12 dsmonPdistObjects: 1.3.6.1.2.1.16.26.1.3 dsmonPdistCtlTable: 1.3.6.1.2.1.16.26.1.3.1 dsmonPdistCtlEntry: 1.3.6.1.2.1.16.26.1.3.1.1 dsmonPdistCtlIndex: 1.3.6.1.2.1.16.26.1.3.1.1.1 dsmonPdistCtlDataSource: 1.3.6.1.2.1.16.26.1.3.1.1.2 dsmonPdistCtlAggProfile: 1.3.6.1.2.1.16.26.1.3.1.1.3 dsmonPdistCtlMaxDesiredEntries: 1.3.6.1.2.1.16.26.1.3.1.1.4 dsmonPdistCtlDroppedFrames: 1.3.6.1.2.1.16.26.1.3.1.1.5 dsmonPdistCtlInserts: 1.3.6.1.2.1.16.26.1.3.1.1.6 dsmonPdistCtlDeletes: 1.3.6.1.2.1.16.26.1.3.1.1.7 dsmonPdistCtlCreateTime: 1.3.6.1.2.1.16.26.1.3.1.1.8 dsmonPdistCtlOwner: 1.3.6.1.2.1.16.26.1.3.1.1.9 dsmonPdistCtlStatus: 1.3.6.1.2.1.16.26.1.3.1.1.10 dsmonPdistStatsTable: 1.3.6.1.2.1.16.26.1.3.2 dsmonPdistStatsEntry: 1.3.6.1.2.1.16.26.1.3.2.1 dsmonPdistTimeMark: 1.3.6.1.2.1.16.26.1.3.2.1.1 dsmonPdistStatsPkts: 1.3.6.1.2.1.16.26.1.3.2.1.2 dsmonPdistStatsOctets: 1.3.6.1.2.1.16.26.1.3.2.1.3 dsmonPdistStatsOvflPkts: 1.3.6.1.2.1.16.26.1.3.2.1.4 dsmonPdistStatsOvflOctets: 1.3.6.1.2.1.16.26.1.3.2.1.5 dsmonPdistStatsHCPkts: 1.3.6.1.2.1.16.26.1.3.2.1.6 dsmonPdistStatsHCOctets: 1.3.6.1.2.1.16.26.1.3.2.1.7 dsmonPdistStatsCreateTime: 1.3.6.1.2.1.16.26.1.3.2.1.8 dsmonPdistTopNCtlTable: 1.3.6.1.2.1.16.26.1.3.3 dsmonPdistTopNCtlEntry: 1.3.6.1.2.1.16.26.1.3.3.1 dsmonPdistTopNCtlIndex: 1.3.6.1.2.1.16.26.1.3.3.1.1 dsmonPdistTopNCtlPdistIndex: 1.3.6.1.2.1.16.26.1.3.3.1.2 dsmonPdistTopNCtlRateBase: 1.3.6.1.2.1.16.26.1.3.3.1.3 dsmonPdistTopNCtlTimeRemaining: 1.3.6.1.2.1.16.26.1.3.3.1.4 dsmonPdistTopNCtlGeneratedReprts: 1.3.6.1.2.1.16.26.1.3.3.1.5 dsmonPdistTopNCtlDuration: 1.3.6.1.2.1.16.26.1.3.3.1.6 dsmonPdistTopNCtlRequestedSize: 1.3.6.1.2.1.16.26.1.3.3.1.7 dsmonPdistTopNCtlGrantedSize: 1.3.6.1.2.1.16.26.1.3.3.1.8 dsmonPdistTopNCtlStartTime: 1.3.6.1.2.1.16.26.1.3.3.1.9 dsmonPdistTopNCtlOwner: 1.3.6.1.2.1.16.26.1.3.3.1.10 dsmonPdistTopNCtlStatus: 1.3.6.1.2.1.16.26.1.3.3.1.11 dsmonPdistTopNTable: 1.3.6.1.2.1.16.26.1.3.4 dsmonPdistTopNEntry: 1.3.6.1.2.1.16.26.1.3.4.1 dsmonPdistTopNIndex: 1.3.6.1.2.1.16.26.1.3.4.1.1 dsmonPdistTopNPDLocalIndex: 1.3.6.1.2.1.16.26.1.3.4.1.2 dsmonPdistTopNAggGroup: 1.3.6.1.2.1.16.26.1.3.4.1.3 dsmonPdistTopNRate: 1.3.6.1.2.1.16.26.1.3.4.1.4 dsmonPdistTopNRateOvfl: 1.3.6.1.2.1.16.26.1.3.4.1.5 dsmonPdistTopNHCRate: 1.3.6.1.2.1.16.26.1.3.4.1.6 dsmonHostObjects: 1.3.6.1.2.1.16.26.1.4 dsmonHostCtlTable: 1.3.6.1.2.1.16.26.1.4.1 dsmonHostCtlEntry: 1.3.6.1.2.1.16.26.1.4.1.1 dsmonHostCtlIndex: 1.3.6.1.2.1.16.26.1.4.1.1.1 dsmonHostCtlDataSource: 1.3.6.1.2.1.16.26.1.4.1.1.2 dsmonHostCtlAggProfile: 1.3.6.1.2.1.16.26.1.4.1.1.3 dsmonHostCtlMaxDesiredEntries: 1.3.6.1.2.1.16.26.1.4.1.1.4 dsmonHostCtlIPv4PrefixLen: 1.3.6.1.2.1.16.26.1.4.1.1.5 dsmonHostCtlIPv6PrefixLen: 1.3.6.1.2.1.16.26.1.4.1.1.6 dsmonHostCtlDroppedFrames: 1.3.6.1.2.1.16.26.1.4.1.1.7 dsmonHostCtlInserts: 1.3.6.1.2.1.16.26.1.4.1.1.8 dsmonHostCtlDeletes: 1.3.6.1.2.1.16.26.1.4.1.1.9 dsmonHostCtlCreateTime: 1.3.6.1.2.1.16.26.1.4.1.1.10 dsmonHostCtlOwner: 1.3.6.1.2.1.16.26.1.4.1.1.11 dsmonHostCtlStatus: 1.3.6.1.2.1.16.26.1.4.1.1.12 dsmonHostTable: 1.3.6.1.2.1.16.26.1.4.2 dsmonHostEntry: 1.3.6.1.2.1.16.26.1.4.2.1 dsmonHostTimeMark: 1.3.6.1.2.1.16.26.1.4.2.1.1 dsmonHostAddress: 1.3.6.1.2.1.16.26.1.4.2.1.2 dsmonHostInPkts: 1.3.6.1.2.1.16.26.1.4.2.1.3 dsmonHostInOctets: 1.3.6.1.2.1.16.26.1.4.2.1.4 dsmonHostInOvflPkts: 1.3.6.1.2.1.16.26.1.4.2.1.5 dsmonHostInOvflOctets: 1.3.6.1.2.1.16.26.1.4.2.1.6 dsmonHostInHCPkts: 1.3.6.1.2.1.16.26.1.4.2.1.7 dsmonHostInHCOctets: 1.3.6.1.2.1.16.26.1.4.2.1.8 dsmonHostOutPkts: 1.3.6.1.2.1.16.26.1.4.2.1.9 dsmonHostOutOctets: 1.3.6.1.2.1.16.26.1.4.2.1.10 dsmonHostOutOvflPkts: 1.3.6.1.2.1.16.26.1.4.2.1.11 dsmonHostOutOvflOctets: 1.3.6.1.2.1.16.26.1.4.2.1.12 dsmonHostOutHCPkts: 1.3.6.1.2.1.16.26.1.4.2.1.13 dsmonHostOutHCOctets: 1.3.6.1.2.1.16.26.1.4.2.1.14 dsmonHostCreateTime: 1.3.6.1.2.1.16.26.1.4.2.1.15 dsmonHostTopNCtlTable: 1.3.6.1.2.1.16.26.1.4.3 dsmonHostTopNCtlEntry: 1.3.6.1.2.1.16.26.1.4.3.1 dsmonHostTopNCtlIndex: 1.3.6.1.2.1.16.26.1.4.3.1.1 dsmonHostTopNCtlHostIndex: 1.3.6.1.2.1.16.26.1.4.3.1.2 dsmonHostTopNCtlRateBase: 1.3.6.1.2.1.16.26.1.4.3.1.3 dsmonHostTopNCtlTimeRemaining: 1.3.6.1.2.1.16.26.1.4.3.1.4 dsmonHostTopNCtlGeneratedReports: 1.3.6.1.2.1.16.26.1.4.3.1.5 dsmonHostTopNCtlDuration: 1.3.6.1.2.1.16.26.1.4.3.1.6 dsmonHostTopNCtlRequestedSize: 1.3.6.1.2.1.16.26.1.4.3.1.7 dsmonHostTopNCtlGrantedSize: 1.3.6.1.2.1.16.26.1.4.3.1.8 dsmonHostTopNCtlStartTime: 1.3.6.1.2.1.16.26.1.4.3.1.9 dsmonHostTopNCtlOwner: 1.3.6.1.2.1.16.26.1.4.3.1.10 dsmonHostTopNCtlStatus: 1.3.6.1.2.1.16.26.1.4.3.1.11 dsmonHostTopNTable: 1.3.6.1.2.1.16.26.1.4.4 dsmonHostTopNEntry: 1.3.6.1.2.1.16.26.1.4.4.1 dsmonHostTopNIndex: 1.3.6.1.2.1.16.26.1.4.4.1.1 dsmonHostTopNPDLocalIndex: 1.3.6.1.2.1.16.26.1.4.4.1.2 dsmonHostTopNAddress: 1.3.6.1.2.1.16.26.1.4.4.1.3 dsmonHostTopNAggGroup: 1.3.6.1.2.1.16.26.1.4.4.1.4 dsmonHostTopNRate: 1.3.6.1.2.1.16.26.1.4.4.1.5 dsmonHostTopNRateOvfl: 1.3.6.1.2.1.16.26.1.4.4.1.6 dsmonHostTopNHCRate: 1.3.6.1.2.1.16.26.1.4.4.1.7 dsmonCapsObjects: 1.3.6.1.2.1.16.26.1.5 dsmonCapabilities: 1.3.6.1.2.1.16.26.1.5.1 dsmonMatrixObjects: 1.3.6.1.2.1.16.26.1.6 dsmonMatrixCtlTable: 1.3.6.1.2.1.16.26.1.6.1 dsmonMatrixCtlEntry: 1.3.6.1.2.1.16.26.1.6.1.1 dsmonMatrixCtlIndex: 1.3.6.1.2.1.16.26.1.6.1.1.1 dsmonMatrixCtlDataSource: 1.3.6.1.2.1.16.26.1.6.1.1.2 dsmonMatrixCtlAggProfile: 1.3.6.1.2.1.16.26.1.6.1.1.3 dsmonMatrixCtlMaxDesiredEntries: 1.3.6.1.2.1.16.26.1.6.1.1.4 dsmonMatrixCtlDroppedFrames: 1.3.6.1.2.1.16.26.1.6.1.1.5 dsmonMatrixCtlInserts: 1.3.6.1.2.1.16.26.1.6.1.1.6 dsmonMatrixCtlDeletes: 1.3.6.1.2.1.16.26.1.6.1.1.7 dsmonMatrixCtlCreateTime: 1.3.6.1.2.1.16.26.1.6.1.1.8 dsmonMatrixCtlOwner: 1.3.6.1.2.1.16.26.1.6.1.1.9 dsmonMatrixCtlStatus: 1.3.6.1.2.1.16.26.1.6.1.1.10 dsmonMatrixSDTable: 1.3.6.1.2.1.16.26.1.6.2 dsmonMatrixSDEntry: 1.3.6.1.2.1.16.26.1.6.2.1 dsmonMatrixTimeMark: 1.3.6.1.2.1.16.26.1.6.2.1.1 dsmonMatrixNLIndex: 1.3.6.1.2.1.16.26.1.6.2.1.2 dsmonMatrixSourceAddress: 1.3.6.1.2.1.16.26.1.6.2.1.3 dsmonMatrixDestAddress: 1.3.6.1.2.1.16.26.1.6.2.1.4 dsmonMatrixALIndex: 1.3.6.1.2.1.16.26.1.6.2.1.5 dsmonMatrixSDPkts: 1.3.6.1.2.1.16.26.1.6.2.1.6 dsmonMatrixSDOvflPkts: 1.3.6.1.2.1.16.26.1.6.2.1.7 dsmonMatrixSDHCPkts: 1.3.6.1.2.1.16.26.1.6.2.1.8 dsmonMatrixSDOctets: 1.3.6.1.2.1.16.26.1.6.2.1.9 dsmonMatrixSDOvflOctets: 1.3.6.1.2.1.16.26.1.6.2.1.10 dsmonMatrixSDHCOctets: 1.3.6.1.2.1.16.26.1.6.2.1.11 dsmonMatrixSDCreateTime: 1.3.6.1.2.1.16.26.1.6.2.1.12 dsmonMatrixDSTable: 1.3.6.1.2.1.16.26.1.6.3 dsmonMatrixDSEntry: 1.3.6.1.2.1.16.26.1.6.3.1 dsmonMatrixDSPkts: 1.3.6.1.2.1.16.26.1.6.3.1.1 dsmonMatrixDSOvflPkts: 1.3.6.1.2.1.16.26.1.6.3.1.2 dsmonMatrixDSHCPkts: 1.3.6.1.2.1.16.26.1.6.3.1.3 dsmonMatrixDSOctets: 1.3.6.1.2.1.16.26.1.6.3.1.4 dsmonMatrixDSOvflOctets: 1.3.6.1.2.1.16.26.1.6.3.1.5 dsmonMatrixDSHCOctets: 1.3.6.1.2.1.16.26.1.6.3.1.6 dsmonMatrixDSCreateTime: 1.3.6.1.2.1.16.26.1.6.3.1.7 dsmonMatrixTopNCtlTable: 1.3.6.1.2.1.16.26.1.6.4 dsmonMatrixTopNCtlEntry: 1.3.6.1.2.1.16.26.1.6.4.1 dsmonMatrixTopNCtlIndex: 1.3.6.1.2.1.16.26.1.6.4.1.1 dsmonMatrixTopNCtlMatrixIndex: 1.3.6.1.2.1.16.26.1.6.4.1.2 dsmonMatrixTopNCtlRateBase: 1.3.6.1.2.1.16.26.1.6.4.1.3 dsmonMatrixTopNCtlTimeRemaining: 1.3.6.1.2.1.16.26.1.6.4.1.4 dsmonMatrixTopNCtlGeneratedRpts: 1.3.6.1.2.1.16.26.1.6.4.1.5 dsmonMatrixTopNCtlDuration: 1.3.6.1.2.1.16.26.1.6.4.1.6 dsmonMatrixTopNCtlRequestedSize: 1.3.6.1.2.1.16.26.1.6.4.1.7 dsmonMatrixTopNCtlGrantedSize: 1.3.6.1.2.1.16.26.1.6.4.1.8 dsmonMatrixTopNCtlStartTime: 1.3.6.1.2.1.16.26.1.6.4.1.9 dsmonMatrixTopNCtlOwner: 1.3.6.1.2.1.16.26.1.6.4.1.10 dsmonMatrixTopNCtlStatus: 1.3.6.1.2.1.16.26.1.6.4.1.11 dsmonMatrixTopNTable: 1.3.6.1.2.1.16.26.1.6.5 dsmonMatrixTopNEntry: 1.3.6.1.2.1.16.26.1.6.5.1 dsmonMatrixTopNIndex: 1.3.6.1.2.1.16.26.1.6.5.1.1 dsmonMatrixTopNAggGroup: 1.3.6.1.2.1.16.26.1.6.5.1.2 dsmonMatrixTopNNLIndex: 1.3.6.1.2.1.16.26.1.6.5.1.3 dsmonMatrixTopNSourceAddress: 1.3.6.1.2.1.16.26.1.6.5.1.4 dsmonMatrixTopNDestAddress: 1.3.6.1.2.1.16.26.1.6.5.1.5 dsmonMatrixTopNALIndex: 1.3.6.1.2.1.16.26.1.6.5.1.6 dsmonMatrixTopNPktRate: 1.3.6.1.2.1.16.26.1.6.5.1.7 dsmonMatrixTopNPktRateOvfl: 1.3.6.1.2.1.16.26.1.6.5.1.8 dsmonMatrixTopNHCPktRate: 1.3.6.1.2.1.16.26.1.6.5.1.9 dsmonMatrixTopNRevPktRate: 1.3.6.1.2.1.16.26.1.6.5.1.10 dsmonMatrixTopNRevPktRateOvfl: 1.3.6.1.2.1.16.26.1.6.5.1.11 dsmonMatrixTopNHCRevPktRate: 1.3.6.1.2.1.16.26.1.6.5.1.12 dsmonMatrixTopNOctetRate: 1.3.6.1.2.1.16.26.1.6.5.1.13 dsmonMatrixTopNOctetRateOvfl: 1.3.6.1.2.1.16.26.1.6.5.1.14 dsmonMatrixTopNHCOctetRate: 1.3.6.1.2.1.16.26.1.6.5.1.15 dsmonMatrixTopNRevOctetRate: 1.3.6.1.2.1.16.26.1.6.5.1.16 dsmonMatrixTopNRevOctetRateOvfl: 1.3.6.1.2.1.16.26.1.6.5.1.17 dsmonMatrixTopNHCRevOctetRate: 1.3.6.1.2.1.16.26.1.6.5.1.18 dsmonNotifications: 1.3.6.1.2.1.16.26.2 dsmonConformance: 1.3.6.1.2.1.16.26.3 dsmonCompliances: 1.3.6.1.2.1.16.26.3.1 dsmonGroups: 1.3.6.1.2.1.16.26.3.2 snmp-1.2.0/data/ruby/snmp/mibs/RFC1381-MIB.yaml0000644000004100000410000000513412365504747020560 0ustar www-datawww-data--- lapb: 1.3.6.1.2.1.10.16 lapbAdmnTable: 1.3.6.1.2.1.10.16.1 lapbAdmnEntry: 1.3.6.1.2.1.10.16.1.1 lapbAdmnIndex: 1.3.6.1.2.1.10.16.1.1.1 lapbAdmnStationType: 1.3.6.1.2.1.10.16.1.1.2 lapbAdmnControlField: 1.3.6.1.2.1.10.16.1.1.3 lapbAdmnTransmitN1FrameSize: 1.3.6.1.2.1.10.16.1.1.4 lapbAdmnReceiveN1FrameSize: 1.3.6.1.2.1.10.16.1.1.5 lapbAdmnTransmitKWindowSize: 1.3.6.1.2.1.10.16.1.1.6 lapbAdmnReceiveKWindowSize: 1.3.6.1.2.1.10.16.1.1.7 lapbAdmnN2RxmitCount: 1.3.6.1.2.1.10.16.1.1.8 lapbAdmnT1AckTimer: 1.3.6.1.2.1.10.16.1.1.9 lapbAdmnT2AckDelayTimer: 1.3.6.1.2.1.10.16.1.1.10 lapbAdmnT3DisconnectTimer: 1.3.6.1.2.1.10.16.1.1.11 lapbAdmnT4IdleTimer: 1.3.6.1.2.1.10.16.1.1.12 lapbAdmnActionInitiate: 1.3.6.1.2.1.10.16.1.1.13 lapbAdmnActionRecvDM: 1.3.6.1.2.1.10.16.1.1.14 lapbOperTable: 1.3.6.1.2.1.10.16.2 lapbOperEntry: 1.3.6.1.2.1.10.16.2.1 lapbOperIndex: 1.3.6.1.2.1.10.16.2.1.1 lapbOperStationType: 1.3.6.1.2.1.10.16.2.1.2 lapbOperControlField: 1.3.6.1.2.1.10.16.2.1.3 lapbOperTransmitN1FrameSize: 1.3.6.1.2.1.10.16.2.1.4 lapbOperReceiveN1FrameSize: 1.3.6.1.2.1.10.16.2.1.5 lapbOperTransmitKWindowSize: 1.3.6.1.2.1.10.16.2.1.6 lapbOperReceiveKWindowSize: 1.3.6.1.2.1.10.16.2.1.7 lapbOperN2RxmitCount: 1.3.6.1.2.1.10.16.2.1.8 lapbOperT1AckTimer: 1.3.6.1.2.1.10.16.2.1.9 lapbOperT2AckDelayTimer: 1.3.6.1.2.1.10.16.2.1.10 lapbOperT3DisconnectTimer: 1.3.6.1.2.1.10.16.2.1.11 lapbOperT4IdleTimer: 1.3.6.1.2.1.10.16.2.1.12 lapbOperPortId: 1.3.6.1.2.1.10.16.2.1.13 lapbOperProtocolVersionId: 1.3.6.1.2.1.10.16.2.1.14 lapbFlowTable: 1.3.6.1.2.1.10.16.3 lapbFlowEntry: 1.3.6.1.2.1.10.16.3.1 lapbFlowIfIndex: 1.3.6.1.2.1.10.16.3.1.1 lapbFlowStateChanges: 1.3.6.1.2.1.10.16.3.1.2 lapbFlowChangeReason: 1.3.6.1.2.1.10.16.3.1.3 lapbFlowCurrentMode: 1.3.6.1.2.1.10.16.3.1.4 lapbFlowBusyDefers: 1.3.6.1.2.1.10.16.3.1.5 lapbFlowRejOutPkts: 1.3.6.1.2.1.10.16.3.1.6 lapbFlowRejInPkts: 1.3.6.1.2.1.10.16.3.1.7 lapbFlowT1Timeouts: 1.3.6.1.2.1.10.16.3.1.8 lapbFlowFrmrSent: 1.3.6.1.2.1.10.16.3.1.9 lapbFlowFrmrReceived: 1.3.6.1.2.1.10.16.3.1.10 lapbFlowXidReceived: 1.3.6.1.2.1.10.16.3.1.11 lapbXidTable: 1.3.6.1.2.1.10.16.4 lapbXidEntry: 1.3.6.1.2.1.10.16.4.1 lapbXidIndex: 1.3.6.1.2.1.10.16.4.1.1 lapbXidAdRIdentifier: 1.3.6.1.2.1.10.16.4.1.2 lapbXidAdRAddress: 1.3.6.1.2.1.10.16.4.1.3 lapbXidParameterUniqueIdentifier: 1.3.6.1.2.1.10.16.4.1.4 lapbXidGroupAddress: 1.3.6.1.2.1.10.16.4.1.5 lapbXidPortNumber: 1.3.6.1.2.1.10.16.4.1.6 lapbXidUserDataSubfield: 1.3.6.1.2.1.10.16.4.1.7 lapbProtocolVersion: 1.3.6.1.2.1.10.16.5 lapbProtocolIso7776v1986: 1.3.6.1.2.1.10.16.5.1 lapbProtocolCcittV1980: 1.3.6.1.2.1.10.16.5.2 lapbProtocolCcittV1984: 1.3.6.1.2.1.10.16.5.3 snmp-1.2.0/data/ruby/snmp/mibs/MPLS-LDP-GENERIC-STD-MIB.yaml0000644000004100000410000000142312365504747022520 0ustar www-datawww-data--- mplsLdpGenericStdMIB: 1.3.6.1.2.1.10.166.7 mplsLdpGenericObjects: 1.3.6.1.2.1.10.166.7.1 mplsLdpEntityGenericObjects: 1.3.6.1.2.1.10.166.7.1.1 mplsLdpEntityGenericLRTable: 1.3.6.1.2.1.10.166.7.1.1.1 mplsLdpEntityGenericLREntry: 1.3.6.1.2.1.10.166.7.1.1.1.1 mplsLdpEntityGenericLRMin: 1.3.6.1.2.1.10.166.7.1.1.1.1.1 mplsLdpEntityGenericLRMax: 1.3.6.1.2.1.10.166.7.1.1.1.1.2 mplsLdpEntityGenericLabelSpace: 1.3.6.1.2.1.10.166.7.1.1.1.1.3 mplsLdpEntityGenericIfIndexOrZero: 1.3.6.1.2.1.10.166.7.1.1.1.1.4 mplsLdpEntityGenericLRStorageType: 1.3.6.1.2.1.10.166.7.1.1.1.1.5 mplsLdpEntityGenericLRRowStatus: 1.3.6.1.2.1.10.166.7.1.1.1.1.6 mplsLdpGenericConformance: 1.3.6.1.2.1.10.166.7.2 mplsLdpGenericGroups: 1.3.6.1.2.1.10.166.7.2.1 mplsLdpGenericCompliances: 1.3.6.1.2.1.10.166.7.2.2 snmp-1.2.0/data/ruby/snmp/mibs/MPLS-TE-STD-MIB.yaml0000644000004100000410000001436412365504747021347 0ustar www-datawww-data--- mplsTeStdMIB: 1.3.6.1.2.1.10.166.3 mplsTeNotifications: 1.3.6.1.2.1.10.166.3.0 mplsTeScalars: 1.3.6.1.2.1.10.166.3.1 mplsTunnelConfigured: 1.3.6.1.2.1.10.166.3.1.1 mplsTunnelActive: 1.3.6.1.2.1.10.166.3.1.2 mplsTunnelTEDistProto: 1.3.6.1.2.1.10.166.3.1.3 mplsTunnelMaxHops: 1.3.6.1.2.1.10.166.3.1.4 mplsTunnelNotificationMaxRate: 1.3.6.1.2.1.10.166.3.1.5 mplsTeObjects: 1.3.6.1.2.1.10.166.3.2 mplsTunnelIndexNext: 1.3.6.1.2.1.10.166.3.2.1 mplsTunnelTable: 1.3.6.1.2.1.10.166.3.2.2 mplsTunnelEntry: 1.3.6.1.2.1.10.166.3.2.2.1 mplsTunnelIndex: 1.3.6.1.2.1.10.166.3.2.2.1.1 mplsTunnelInstance: 1.3.6.1.2.1.10.166.3.2.2.1.2 mplsTunnelIngressLSRId: 1.3.6.1.2.1.10.166.3.2.2.1.3 mplsTunnelEgressLSRId: 1.3.6.1.2.1.10.166.3.2.2.1.4 mplsTunnelName: 1.3.6.1.2.1.10.166.3.2.2.1.5 mplsTunnelDescr: 1.3.6.1.2.1.10.166.3.2.2.1.6 mplsTunnelIsIf: 1.3.6.1.2.1.10.166.3.2.2.1.7 mplsTunnelIfIndex: 1.3.6.1.2.1.10.166.3.2.2.1.8 mplsTunnelOwner: 1.3.6.1.2.1.10.166.3.2.2.1.9 mplsTunnelRole: 1.3.6.1.2.1.10.166.3.2.2.1.10 mplsTunnelXCPointer: 1.3.6.1.2.1.10.166.3.2.2.1.11 mplsTunnelSignallingProto: 1.3.6.1.2.1.10.166.3.2.2.1.12 mplsTunnelSetupPrio: 1.3.6.1.2.1.10.166.3.2.2.1.13 mplsTunnelHoldingPrio: 1.3.6.1.2.1.10.166.3.2.2.1.14 mplsTunnelSessionAttributes: 1.3.6.1.2.1.10.166.3.2.2.1.15 mplsTunnelLocalProtectInUse: 1.3.6.1.2.1.10.166.3.2.2.1.16 mplsTunnelResourcePointer: 1.3.6.1.2.1.10.166.3.2.2.1.17 mplsTunnelPrimaryInstance: 1.3.6.1.2.1.10.166.3.2.2.1.18 mplsTunnelInstancePriority: 1.3.6.1.2.1.10.166.3.2.2.1.19 mplsTunnelHopTableIndex: 1.3.6.1.2.1.10.166.3.2.2.1.20 mplsTunnelPathInUse: 1.3.6.1.2.1.10.166.3.2.2.1.21 mplsTunnelARHopTableIndex: 1.3.6.1.2.1.10.166.3.2.2.1.22 mplsTunnelCHopTableIndex: 1.3.6.1.2.1.10.166.3.2.2.1.23 mplsTunnelIncludeAnyAffinity: 1.3.6.1.2.1.10.166.3.2.2.1.24 mplsTunnelIncludeAllAffinity: 1.3.6.1.2.1.10.166.3.2.2.1.25 mplsTunnelExcludeAnyAffinity: 1.3.6.1.2.1.10.166.3.2.2.1.26 mplsTunnelTotalUpTime: 1.3.6.1.2.1.10.166.3.2.2.1.27 mplsTunnelInstanceUpTime: 1.3.6.1.2.1.10.166.3.2.2.1.28 mplsTunnelPrimaryUpTime: 1.3.6.1.2.1.10.166.3.2.2.1.29 mplsTunnelPathChanges: 1.3.6.1.2.1.10.166.3.2.2.1.30 mplsTunnelLastPathChange: 1.3.6.1.2.1.10.166.3.2.2.1.31 mplsTunnelCreationTime: 1.3.6.1.2.1.10.166.3.2.2.1.32 mplsTunnelStateTransitions: 1.3.6.1.2.1.10.166.3.2.2.1.33 mplsTunnelAdminStatus: 1.3.6.1.2.1.10.166.3.2.2.1.34 mplsTunnelOperStatus: 1.3.6.1.2.1.10.166.3.2.2.1.35 mplsTunnelRowStatus: 1.3.6.1.2.1.10.166.3.2.2.1.36 mplsTunnelStorageType: 1.3.6.1.2.1.10.166.3.2.2.1.37 mplsTunnelHopListIndexNext: 1.3.6.1.2.1.10.166.3.2.3 mplsTunnelHopTable: 1.3.6.1.2.1.10.166.3.2.4 mplsTunnelHopEntry: 1.3.6.1.2.1.10.166.3.2.4.1 mplsTunnelHopListIndex: 1.3.6.1.2.1.10.166.3.2.4.1.1 mplsTunnelHopPathOptionIndex: 1.3.6.1.2.1.10.166.3.2.4.1.2 mplsTunnelHopIndex: 1.3.6.1.2.1.10.166.3.2.4.1.3 mplsTunnelHopAddrType: 1.3.6.1.2.1.10.166.3.2.4.1.4 mplsTunnelHopIpAddr: 1.3.6.1.2.1.10.166.3.2.4.1.5 mplsTunnelHopIpPrefixLen: 1.3.6.1.2.1.10.166.3.2.4.1.6 mplsTunnelHopAsNumber: 1.3.6.1.2.1.10.166.3.2.4.1.7 mplsTunnelHopAddrUnnum: 1.3.6.1.2.1.10.166.3.2.4.1.8 mplsTunnelHopLspId: 1.3.6.1.2.1.10.166.3.2.4.1.9 mplsTunnelHopType: 1.3.6.1.2.1.10.166.3.2.4.1.10 mplsTunnelHopInclude: 1.3.6.1.2.1.10.166.3.2.4.1.11 mplsTunnelHopPathOptionName: 1.3.6.1.2.1.10.166.3.2.4.1.12 mplsTunnelHopEntryPathComp: 1.3.6.1.2.1.10.166.3.2.4.1.13 mplsTunnelHopRowStatus: 1.3.6.1.2.1.10.166.3.2.4.1.14 mplsTunnelHopStorageType: 1.3.6.1.2.1.10.166.3.2.4.1.15 mplsTunnelResourceIndexNext: 1.3.6.1.2.1.10.166.3.2.5 mplsTunnelResourceTable: 1.3.6.1.2.1.10.166.3.2.6 mplsTunnelResourceEntry: 1.3.6.1.2.1.10.166.3.2.6.1 mplsTunnelResourceIndex: 1.3.6.1.2.1.10.166.3.2.6.1.1 mplsTunnelResourceMaxRate: 1.3.6.1.2.1.10.166.3.2.6.1.2 mplsTunnelResourceMeanRate: 1.3.6.1.2.1.10.166.3.2.6.1.3 mplsTunnelResourceMaxBurstSize: 1.3.6.1.2.1.10.166.3.2.6.1.4 mplsTunnelResourceMeanBurstSize: 1.3.6.1.2.1.10.166.3.2.6.1.5 mplsTunnelResourceExBurstSize: 1.3.6.1.2.1.10.166.3.2.6.1.6 mplsTunnelResourceFrequency: 1.3.6.1.2.1.10.166.3.2.6.1.7 mplsTunnelResourceWeight: 1.3.6.1.2.1.10.166.3.2.6.1.8 mplsTunnelResourceRowStatus: 1.3.6.1.2.1.10.166.3.2.6.1.9 mplsTunnelResourceStorageType: 1.3.6.1.2.1.10.166.3.2.6.1.10 mplsTunnelARHopTable: 1.3.6.1.2.1.10.166.3.2.7 mplsTunnelARHopEntry: 1.3.6.1.2.1.10.166.3.2.7.1 mplsTunnelARHopListIndex: 1.3.6.1.2.1.10.166.3.2.7.1.1 mplsTunnelARHopIndex: 1.3.6.1.2.1.10.166.3.2.7.1.2 mplsTunnelARHopAddrType: 1.3.6.1.2.1.10.166.3.2.7.1.3 mplsTunnelARHopIpAddr: 1.3.6.1.2.1.10.166.3.2.7.1.4 mplsTunnelARHopAddrUnnum: 1.3.6.1.2.1.10.166.3.2.7.1.5 mplsTunnelARHopLspId: 1.3.6.1.2.1.10.166.3.2.7.1.6 mplsTunnelCHopTable: 1.3.6.1.2.1.10.166.3.2.8 mplsTunnelCHopEntry: 1.3.6.1.2.1.10.166.3.2.8.1 mplsTunnelCHopListIndex: 1.3.6.1.2.1.10.166.3.2.8.1.1 mplsTunnelCHopIndex: 1.3.6.1.2.1.10.166.3.2.8.1.2 mplsTunnelCHopAddrType: 1.3.6.1.2.1.10.166.3.2.8.1.3 mplsTunnelCHopIpAddr: 1.3.6.1.2.1.10.166.3.2.8.1.4 mplsTunnelCHopIpPrefixLen: 1.3.6.1.2.1.10.166.3.2.8.1.5 mplsTunnelCHopAsNumber: 1.3.6.1.2.1.10.166.3.2.8.1.6 mplsTunnelCHopAddrUnnum: 1.3.6.1.2.1.10.166.3.2.8.1.7 mplsTunnelCHopLspId: 1.3.6.1.2.1.10.166.3.2.8.1.8 mplsTunnelCHopType: 1.3.6.1.2.1.10.166.3.2.8.1.9 mplsTunnelPerfTable: 1.3.6.1.2.1.10.166.3.2.9 mplsTunnelPerfEntry: 1.3.6.1.2.1.10.166.3.2.9.1 mplsTunnelPerfPackets: 1.3.6.1.2.1.10.166.3.2.9.1.1 mplsTunnelPerfHCPackets: 1.3.6.1.2.1.10.166.3.2.9.1.2 mplsTunnelPerfErrors: 1.3.6.1.2.1.10.166.3.2.9.1.3 mplsTunnelPerfBytes: 1.3.6.1.2.1.10.166.3.2.9.1.4 mplsTunnelPerfHCBytes: 1.3.6.1.2.1.10.166.3.2.9.1.5 mplsTunnelCRLDPResTable: 1.3.6.1.2.1.10.166.3.2.10 mplsTunnelCRLDPResEntry: 1.3.6.1.2.1.10.166.3.2.10.1 mplsTunnelCRLDPResMeanBurstSize: 1.3.6.1.2.1.10.166.3.2.10.1.1 mplsTunnelCRLDPResExBurstSize: 1.3.6.1.2.1.10.166.3.2.10.1.2 mplsTunnelCRLDPResFrequency: 1.3.6.1.2.1.10.166.3.2.10.1.3 mplsTunnelCRLDPResWeight: 1.3.6.1.2.1.10.166.3.2.10.1.4 mplsTunnelCRLDPResFlags: 1.3.6.1.2.1.10.166.3.2.10.1.5 mplsTunnelCRLDPResRowStatus: 1.3.6.1.2.1.10.166.3.2.10.1.6 mplsTunnelCRLDPResStorageType: 1.3.6.1.2.1.10.166.3.2.10.1.7 mplsTunnelNotificationEnable: 1.3.6.1.2.1.10.166.3.2.11 mplsTeConformance: 1.3.6.1.2.1.10.166.3.3 mplsTeGroups: 1.3.6.1.2.1.10.166.3.3.1 mplsTeCompliances: 1.3.6.1.2.1.10.166.3.3.2 mplsTunnelUp: 1.3.6.1.2.1.10.166.3.0.1 mplsTunnelDown: 1.3.6.1.2.1.10.166.3.0.2 mplsTunnelRerouted: 1.3.6.1.2.1.10.166.3.0.3 mplsTunnelReoptimized: 1.3.6.1.2.1.10.166.3.0.4 snmp-1.2.0/data/ruby/snmp/mibs/T11-TC-MIB.yaml0000644000004100000410000000004012365504747020471 0ustar www-datawww-data--- t11TcMIB: 1.3.6.1.2.1.136 snmp-1.2.0/data/ruby/snmp/mibs/EtherLike-MIB.yaml0000644000004100000410000000473112365504747021507 0ustar www-datawww-data--- dot3: 1.3.6.1.2.1.10.7 dot3StatsTable: 1.3.6.1.2.1.10.7.2 dot3StatsEntry: 1.3.6.1.2.1.10.7.2.1 dot3StatsIndex: 1.3.6.1.2.1.10.7.2.1.1 dot3StatsAlignmentErrors: 1.3.6.1.2.1.10.7.2.1.2 dot3StatsFCSErrors: 1.3.6.1.2.1.10.7.2.1.3 dot3StatsSingleCollisionFrames: 1.3.6.1.2.1.10.7.2.1.4 dot3StatsMultipleCollisionFrames: 1.3.6.1.2.1.10.7.2.1.5 dot3StatsSQETestErrors: 1.3.6.1.2.1.10.7.2.1.6 dot3StatsDeferredTransmissions: 1.3.6.1.2.1.10.7.2.1.7 dot3StatsLateCollisions: 1.3.6.1.2.1.10.7.2.1.8 dot3StatsExcessiveCollisions: 1.3.6.1.2.1.10.7.2.1.9 dot3StatsInternalMacTransmitErrors: 1.3.6.1.2.1.10.7.2.1.10 dot3StatsCarrierSenseErrors: 1.3.6.1.2.1.10.7.2.1.11 dot3StatsFrameTooLongs: 1.3.6.1.2.1.10.7.2.1.13 dot3StatsInternalMacReceiveErrors: 1.3.6.1.2.1.10.7.2.1.16 dot3StatsEtherChipSet: 1.3.6.1.2.1.10.7.2.1.17 dot3StatsSymbolErrors: 1.3.6.1.2.1.10.7.2.1.18 dot3StatsDuplexStatus: 1.3.6.1.2.1.10.7.2.1.19 dot3StatsRateControlAbility: 1.3.6.1.2.1.10.7.2.1.20 dot3StatsRateControlStatus: 1.3.6.1.2.1.10.7.2.1.21 dot3CollTable: 1.3.6.1.2.1.10.7.5 dot3CollEntry: 1.3.6.1.2.1.10.7.5.1 dot3CollCount: 1.3.6.1.2.1.10.7.5.1.2 dot3CollFrequencies: 1.3.6.1.2.1.10.7.5.1.3 dot3Tests: 1.3.6.1.2.1.10.7.6 dot3TestTdr: 1.3.6.1.2.1.10.7.6.1 dot3TestLoopBack: 1.3.6.1.2.1.10.7.6.2 dot3Errors: 1.3.6.1.2.1.10.7.7 dot3ErrorInitError: 1.3.6.1.2.1.10.7.7.1 dot3ErrorLoopbackError: 1.3.6.1.2.1.10.7.7.2 dot3ControlTable: 1.3.6.1.2.1.10.7.9 dot3ControlEntry: 1.3.6.1.2.1.10.7.9.1 dot3ControlFunctionsSupported: 1.3.6.1.2.1.10.7.9.1.1 dot3ControlInUnknownOpcodes: 1.3.6.1.2.1.10.7.9.1.2 dot3HCControlInUnknownOpcodes: 1.3.6.1.2.1.10.7.9.1.3 dot3PauseTable: 1.3.6.1.2.1.10.7.10 dot3PauseEntry: 1.3.6.1.2.1.10.7.10.1 dot3PauseAdminMode: 1.3.6.1.2.1.10.7.10.1.1 dot3PauseOperMode: 1.3.6.1.2.1.10.7.10.1.2 dot3InPauseFrames: 1.3.6.1.2.1.10.7.10.1.3 dot3OutPauseFrames: 1.3.6.1.2.1.10.7.10.1.4 dot3HCInPauseFrames: 1.3.6.1.2.1.10.7.10.1.5 dot3HCOutPauseFrames: 1.3.6.1.2.1.10.7.10.1.6 dot3HCStatsTable: 1.3.6.1.2.1.10.7.11 dot3HCStatsEntry: 1.3.6.1.2.1.10.7.11.1 dot3HCStatsAlignmentErrors: 1.3.6.1.2.1.10.7.11.1.1 dot3HCStatsFCSErrors: 1.3.6.1.2.1.10.7.11.1.2 dot3HCStatsInternalMacTransmitErrors: 1.3.6.1.2.1.10.7.11.1.3 dot3HCStatsFrameTooLongs: 1.3.6.1.2.1.10.7.11.1.4 dot3HCStatsInternalMacReceiveErrors: 1.3.6.1.2.1.10.7.11.1.5 dot3HCStatsSymbolErrors: 1.3.6.1.2.1.10.7.11.1.6 etherMIB: 1.3.6.1.2.1.35 etherMIBObjects: 1.3.6.1.2.1.35.1 etherConformance: 1.3.6.1.2.1.35.2 etherGroups: 1.3.6.1.2.1.35.2.1 etherCompliances: 1.3.6.1.2.1.35.2.2 snmp-1.2.0/data/ruby/snmp/mibs/PPP-SEC-MIB.yaml0000644000004100000410000000166712365504747020707 0ustar www-datawww-data--- pppSecurity: 1.3.6.1.2.1.10.23.2 pppSecurityProtocols: 1.3.6.1.2.1.10.23.2.1 pppSecurityPapProtocol: 1.3.6.1.2.1.10.23.2.1.1 pppSecurityChapMD5Protocol: 1.3.6.1.2.1.10.23.2.1.2 pppSecurityConfigTable: 1.3.6.1.2.1.10.23.2.2 pppSecurityConfigEntry: 1.3.6.1.2.1.10.23.2.2.1 pppSecurityConfigLink: 1.3.6.1.2.1.10.23.2.2.1.1 pppSecurityConfigPreference: 1.3.6.1.2.1.10.23.2.2.1.2 pppSecurityConfigProtocol: 1.3.6.1.2.1.10.23.2.2.1.3 pppSecurityConfigStatus: 1.3.6.1.2.1.10.23.2.2.1.4 pppSecuritySecretsTable: 1.3.6.1.2.1.10.23.2.3 pppSecuritySecretsEntry: 1.3.6.1.2.1.10.23.2.3.1 pppSecuritySecretsLink: 1.3.6.1.2.1.10.23.2.3.1.1 pppSecuritySecretsIdIndex: 1.3.6.1.2.1.10.23.2.3.1.2 pppSecuritySecretsDirection: 1.3.6.1.2.1.10.23.2.3.1.3 pppSecuritySecretsProtocol: 1.3.6.1.2.1.10.23.2.3.1.4 pppSecuritySecretsIdentity: 1.3.6.1.2.1.10.23.2.3.1.5 pppSecuritySecretsSecret: 1.3.6.1.2.1.10.23.2.3.1.6 pppSecuritySecretsStatus: 1.3.6.1.2.1.10.23.2.3.1.7 snmp-1.2.0/data/ruby/snmp/mibs/RDBMS-MIB.yaml0000644000004100000410000000720312365504747020477 0ustar www-datawww-data--- rdbmsMIB: 1.3.6.1.2.1.39 rdbmsObjects: 1.3.6.1.2.1.39.1 rdbmsDbTable: 1.3.6.1.2.1.39.1.1 rdbmsDbEntry: 1.3.6.1.2.1.39.1.1.1 rdbmsDbIndex: 1.3.6.1.2.1.39.1.1.1.1 rdbmsDbPrivateMibOID: 1.3.6.1.2.1.39.1.1.1.2 rdbmsDbVendorName: 1.3.6.1.2.1.39.1.1.1.3 rdbmsDbName: 1.3.6.1.2.1.39.1.1.1.4 rdbmsDbContact: 1.3.6.1.2.1.39.1.1.1.5 rdbmsDbInfoTable: 1.3.6.1.2.1.39.1.2 rdbmsDbInfoEntry: 1.3.6.1.2.1.39.1.2.1 rdbmsDbInfoProductName: 1.3.6.1.2.1.39.1.2.1.1 rdbmsDbInfoVersion: 1.3.6.1.2.1.39.1.2.1.2 rdbmsDbInfoSizeUnits: 1.3.6.1.2.1.39.1.2.1.3 rdbmsDbInfoSizeAllocated: 1.3.6.1.2.1.39.1.2.1.4 rdbmsDbInfoSizeUsed: 1.3.6.1.2.1.39.1.2.1.5 rdbmsDbInfoLastBackup: 1.3.6.1.2.1.39.1.2.1.6 rdbmsDbParamTable: 1.3.6.1.2.1.39.1.3 rdbmsDbParamEntry: 1.3.6.1.2.1.39.1.3.1 rdbmsDbParamName: 1.3.6.1.2.1.39.1.3.1.1 rdbmsDbParamSubIndex: 1.3.6.1.2.1.39.1.3.1.2 rdbmsDbParamID: 1.3.6.1.2.1.39.1.3.1.3 rdbmsDbParamCurrValue: 1.3.6.1.2.1.39.1.3.1.4 rdbmsDbParamComment: 1.3.6.1.2.1.39.1.3.1.5 rdbmsDbLimitedResourceTable: 1.3.6.1.2.1.39.1.4 rdbmsDbLimitedResourceEntry: 1.3.6.1.2.1.39.1.4.1 rdbmsDbLimitedResourceName: 1.3.6.1.2.1.39.1.4.1.1 rdbmsDbLimitedResourceID: 1.3.6.1.2.1.39.1.4.1.2 rdbmsDbLimitedResourceLimit: 1.3.6.1.2.1.39.1.4.1.3 rdbmsDbLimitedResourceCurrent: 1.3.6.1.2.1.39.1.4.1.4 rdbmsDbLimitedResourceHighwater: 1.3.6.1.2.1.39.1.4.1.5 rdbmsDbLimitedResourceFailures: 1.3.6.1.2.1.39.1.4.1.6 rdbmsDbLimitedResourceDescription: 1.3.6.1.2.1.39.1.4.1.7 rdbmsSrvTable: 1.3.6.1.2.1.39.1.5 rdbmsSrvEntry: 1.3.6.1.2.1.39.1.5.1 rdbmsSrvPrivateMibOID: 1.3.6.1.2.1.39.1.5.1.1 rdbmsSrvVendorName: 1.3.6.1.2.1.39.1.5.1.2 rdbmsSrvProductName: 1.3.6.1.2.1.39.1.5.1.3 rdbmsSrvContact: 1.3.6.1.2.1.39.1.5.1.4 rdbmsSrvInfoTable: 1.3.6.1.2.1.39.1.6 rdbmsSrvInfoEntry: 1.3.6.1.2.1.39.1.6.1 rdbmsSrvInfoStartupTime: 1.3.6.1.2.1.39.1.6.1.1 rdbmsSrvInfoFinishedTransactions: 1.3.6.1.2.1.39.1.6.1.2 rdbmsSrvInfoDiskReads: 1.3.6.1.2.1.39.1.6.1.3 rdbmsSrvInfoLogicalReads: 1.3.6.1.2.1.39.1.6.1.4 rdbmsSrvInfoDiskWrites: 1.3.6.1.2.1.39.1.6.1.5 rdbmsSrvInfoLogicalWrites: 1.3.6.1.2.1.39.1.6.1.6 rdbmsSrvInfoPageReads: 1.3.6.1.2.1.39.1.6.1.7 rdbmsSrvInfoPageWrites: 1.3.6.1.2.1.39.1.6.1.8 rdbmsSrvInfoDiskOutOfSpaces: 1.3.6.1.2.1.39.1.6.1.9 rdbmsSrvInfoHandledRequests: 1.3.6.1.2.1.39.1.6.1.10 rdbmsSrvInfoRequestRecvs: 1.3.6.1.2.1.39.1.6.1.11 rdbmsSrvInfoRequestSends: 1.3.6.1.2.1.39.1.6.1.12 rdbmsSrvInfoHighwaterInboundAssociations: 1.3.6.1.2.1.39.1.6.1.13 rdbmsSrvInfoMaxInboundAssociations: 1.3.6.1.2.1.39.1.6.1.14 rdbmsSrvParamTable: 1.3.6.1.2.1.39.1.7 rdbmsSrvParamEntry: 1.3.6.1.2.1.39.1.7.1 rdbmsSrvParamName: 1.3.6.1.2.1.39.1.7.1.1 rdbmsSrvParamSubIndex: 1.3.6.1.2.1.39.1.7.1.2 rdbmsSrvParamID: 1.3.6.1.2.1.39.1.7.1.3 rdbmsSrvParamCurrValue: 1.3.6.1.2.1.39.1.7.1.4 rdbmsSrvParamComment: 1.3.6.1.2.1.39.1.7.1.5 rdbmsSrvLimitedResourceTable: 1.3.6.1.2.1.39.1.8 rdbmsSrvLimitedResourceEntry: 1.3.6.1.2.1.39.1.8.1 rdbmsSrvLimitedResourceName: 1.3.6.1.2.1.39.1.8.1.1 rdbmsSrvLimitedResourceID: 1.3.6.1.2.1.39.1.8.1.2 rdbmsSrvLimitedResourceLimit: 1.3.6.1.2.1.39.1.8.1.3 rdbmsSrvLimitedResourceCurrent: 1.3.6.1.2.1.39.1.8.1.4 rdbmsSrvLimitedResourceHighwater: 1.3.6.1.2.1.39.1.8.1.5 rdbmsSrvLimitedResourceFailures: 1.3.6.1.2.1.39.1.8.1.6 rdbmsSrvLimitedResourceDescription: 1.3.6.1.2.1.39.1.8.1.7 rdbmsRelTable: 1.3.6.1.2.1.39.1.9 rdbmsRelEntry: 1.3.6.1.2.1.39.1.9.1 rdbmsRelState: 1.3.6.1.2.1.39.1.9.1.1 rdbmsRelActiveTime: 1.3.6.1.2.1.39.1.9.1.2 rdbmsWellKnownLimitedResources: 1.3.6.1.2.1.39.1.10 rdbmsLogSpace: 1.3.6.1.2.1.39.1.10.1 rdbmsTraps: 1.3.6.1.2.1.39.2 rdbmsConformance: 1.3.6.1.2.1.39.3 rdbmsCompliances: 1.3.6.1.2.1.39.3.1 rdbmsGroups: 1.3.6.1.2.1.39.3.2 rdbmsStateChange: 1.3.6.1.2.1.39.2.1 rdbmsOutOfSpace: 1.3.6.1.2.1.39.2.2 snmp-1.2.0/data/ruby/snmp/mibs/MPLS-FTN-STD-MIB.yaml0000644000004100000410000000376412365504747021470 0ustar www-datawww-data--- mplsFTNStdMIB: 1.3.6.1.2.1.10.166.8 mplsFTNNotifications: 1.3.6.1.2.1.10.166.8.0 mplsFTNObjects: 1.3.6.1.2.1.10.166.8.1 mplsFTNIndexNext: 1.3.6.1.2.1.10.166.8.1.1 mplsFTNTableLastChanged: 1.3.6.1.2.1.10.166.8.1.2 mplsFTNTable: 1.3.6.1.2.1.10.166.8.1.3 mplsFTNEntry: 1.3.6.1.2.1.10.166.8.1.3.1 mplsFTNIndex: 1.3.6.1.2.1.10.166.8.1.3.1.1 mplsFTNRowStatus: 1.3.6.1.2.1.10.166.8.1.3.1.2 mplsFTNDescr: 1.3.6.1.2.1.10.166.8.1.3.1.3 mplsFTNMask: 1.3.6.1.2.1.10.166.8.1.3.1.4 mplsFTNAddrType: 1.3.6.1.2.1.10.166.8.1.3.1.5 mplsFTNSourceAddrMin: 1.3.6.1.2.1.10.166.8.1.3.1.6 mplsFTNSourceAddrMax: 1.3.6.1.2.1.10.166.8.1.3.1.7 mplsFTNDestAddrMin: 1.3.6.1.2.1.10.166.8.1.3.1.8 mplsFTNDestAddrMax: 1.3.6.1.2.1.10.166.8.1.3.1.9 mplsFTNSourcePortMin: 1.3.6.1.2.1.10.166.8.1.3.1.10 mplsFTNSourcePortMax: 1.3.6.1.2.1.10.166.8.1.3.1.11 mplsFTNDestPortMin: 1.3.6.1.2.1.10.166.8.1.3.1.12 mplsFTNDestPortMax: 1.3.6.1.2.1.10.166.8.1.3.1.13 mplsFTNProtocol: 1.3.6.1.2.1.10.166.8.1.3.1.14 mplsFTNDscp: 1.3.6.1.2.1.10.166.8.1.3.1.15 mplsFTNActionType: 1.3.6.1.2.1.10.166.8.1.3.1.16 mplsFTNActionPointer: 1.3.6.1.2.1.10.166.8.1.3.1.17 mplsFTNStorageType: 1.3.6.1.2.1.10.166.8.1.3.1.18 mplsFTNMapTableLastChanged: 1.3.6.1.2.1.10.166.8.1.4 mplsFTNMapTable: 1.3.6.1.2.1.10.166.8.1.5 mplsFTNMapEntry: 1.3.6.1.2.1.10.166.8.1.5.1 mplsFTNMapIndex: 1.3.6.1.2.1.10.166.8.1.5.1.1 mplsFTNMapPrevIndex: 1.3.6.1.2.1.10.166.8.1.5.1.2 mplsFTNMapCurrIndex: 1.3.6.1.2.1.10.166.8.1.5.1.3 mplsFTNMapRowStatus: 1.3.6.1.2.1.10.166.8.1.5.1.4 mplsFTNMapStorageType: 1.3.6.1.2.1.10.166.8.1.5.1.5 mplsFTNPerfTable: 1.3.6.1.2.1.10.166.8.1.6 mplsFTNPerfEntry: 1.3.6.1.2.1.10.166.8.1.6.1 mplsFTNPerfIndex: 1.3.6.1.2.1.10.166.8.1.6.1.1 mplsFTNPerfCurrIndex: 1.3.6.1.2.1.10.166.8.1.6.1.2 mplsFTNPerfMatchedPackets: 1.3.6.1.2.1.10.166.8.1.6.1.3 mplsFTNPerfMatchedOctets: 1.3.6.1.2.1.10.166.8.1.6.1.4 mplsFTNPerfDiscontinuityTime: 1.3.6.1.2.1.10.166.8.1.6.1.5 mplsFTNConformance: 1.3.6.1.2.1.10.166.8.2 mplsFTNGroups: 1.3.6.1.2.1.10.166.8.2.1 mplsFTNCompliances: 1.3.6.1.2.1.10.166.8.2.2 snmp-1.2.0/data/ruby/snmp/mibs/SNMPv2-TM.yaml0000644000004100000410000000035512365504747020567 0ustar www-datawww-data--- snmpUDPDomain: 1.3.6.1.6.1.1 snmpCLNSDomain: 1.3.6.1.6.1.2 snmpCONSDomain: 1.3.6.1.6.1.3 snmpDDPDomain: 1.3.6.1.6.1.4 snmpIPXDomain: 1.3.6.1.6.1.5 rfc1157Proxy: 1.3.6.1.6.2.1 rfc1157Domain: 1.3.6.1.6.2.1.1 snmpv2tm: 1.3.6.1.6.3.19 snmp-1.2.0/data/ruby/snmp/mibs/DS0BUNDLE-MIB.yaml0000644000004100000410000000122212365504747021103 0ustar www-datawww-data--- ds0Bundle: 1.3.6.1.2.1.10.82 dsx0BondingTable: 1.3.6.1.2.1.10.82.1 dsx0BondingEntry: 1.3.6.1.2.1.10.82.1.1 dsx0BondMode: 1.3.6.1.2.1.10.82.1.1.1 dsx0BondStatus: 1.3.6.1.2.1.10.82.1.1.2 dsx0BondRowStatus: 1.3.6.1.2.1.10.82.1.1.3 dsx0BundleNextIndex: 1.3.6.1.2.1.10.82.2 dsx0BundleTable: 1.3.6.1.2.1.10.82.3 dsx0BundleEntry: 1.3.6.1.2.1.10.82.3.1 dsx0BundleIndex: 1.3.6.1.2.1.10.82.3.1.1 dsx0BundleIfIndex: 1.3.6.1.2.1.10.82.3.1.2 dsx0BundleCircuitIdentifier: 1.3.6.1.2.1.10.82.3.1.3 dsx0BundleRowStatus: 1.3.6.1.2.1.10.82.3.1.4 ds0BundleConformance: 1.3.6.1.2.1.10.82.4 ds0BundleGroups: 1.3.6.1.2.1.10.82.4.1 ds0BundleCompliances: 1.3.6.1.2.1.10.82.4.2 snmp-1.2.0/data/ruby/snmp/mibs/Q-BRIDGE-MIB.yaml0000644000004100000410000001264112365504747020764 0ustar www-datawww-data--- qBridgeMIB: 1.3.6.1.2.1.17.7 qBridgeMIBObjects: 1.3.6.1.2.1.17.7.1 dot1qBase: 1.3.6.1.2.1.17.7.1.1 dot1qVlanVersionNumber: 1.3.6.1.2.1.17.7.1.1.1 dot1qMaxVlanId: 1.3.6.1.2.1.17.7.1.1.2 dot1qMaxSupportedVlans: 1.3.6.1.2.1.17.7.1.1.3 dot1qNumVlans: 1.3.6.1.2.1.17.7.1.1.4 dot1qGvrpStatus: 1.3.6.1.2.1.17.7.1.1.5 dot1qTp: 1.3.6.1.2.1.17.7.1.2 dot1qFdbTable: 1.3.6.1.2.1.17.7.1.2.1 dot1qFdbEntry: 1.3.6.1.2.1.17.7.1.2.1.1 dot1qFdbId: 1.3.6.1.2.1.17.7.1.2.1.1.1 dot1qFdbDynamicCount: 1.3.6.1.2.1.17.7.1.2.1.1.2 dot1qTpFdbTable: 1.3.6.1.2.1.17.7.1.2.2 dot1qTpFdbEntry: 1.3.6.1.2.1.17.7.1.2.2.1 dot1qTpFdbAddress: 1.3.6.1.2.1.17.7.1.2.2.1.1 dot1qTpFdbPort: 1.3.6.1.2.1.17.7.1.2.2.1.2 dot1qTpFdbStatus: 1.3.6.1.2.1.17.7.1.2.2.1.3 dot1qTpGroupTable: 1.3.6.1.2.1.17.7.1.2.3 dot1qTpGroupEntry: 1.3.6.1.2.1.17.7.1.2.3.1 dot1qTpGroupAddress: 1.3.6.1.2.1.17.7.1.2.3.1.1 dot1qTpGroupEgressPorts: 1.3.6.1.2.1.17.7.1.2.3.1.2 dot1qTpGroupLearnt: 1.3.6.1.2.1.17.7.1.2.3.1.3 dot1qForwardAllTable: 1.3.6.1.2.1.17.7.1.2.4 dot1qForwardAllEntry: 1.3.6.1.2.1.17.7.1.2.4.1 dot1qForwardAllPorts: 1.3.6.1.2.1.17.7.1.2.4.1.1 dot1qForwardAllStaticPorts: 1.3.6.1.2.1.17.7.1.2.4.1.2 dot1qForwardAllForbiddenPorts: 1.3.6.1.2.1.17.7.1.2.4.1.3 dot1qForwardUnregisteredTable: 1.3.6.1.2.1.17.7.1.2.5 dot1qForwardUnregisteredEntry: 1.3.6.1.2.1.17.7.1.2.5.1 dot1qForwardUnregisteredPorts: 1.3.6.1.2.1.17.7.1.2.5.1.1 dot1qForwardUnregisteredStaticPorts: 1.3.6.1.2.1.17.7.1.2.5.1.2 dot1qForwardUnregisteredForbiddenPorts: 1.3.6.1.2.1.17.7.1.2.5.1.3 dot1qStatic: 1.3.6.1.2.1.17.7.1.3 dot1qStaticUnicastTable: 1.3.6.1.2.1.17.7.1.3.1 dot1qStaticUnicastEntry: 1.3.6.1.2.1.17.7.1.3.1.1 dot1qStaticUnicastAddress: 1.3.6.1.2.1.17.7.1.3.1.1.1 dot1qStaticUnicastReceivePort: 1.3.6.1.2.1.17.7.1.3.1.1.2 dot1qStaticUnicastAllowedToGoTo: 1.3.6.1.2.1.17.7.1.3.1.1.3 dot1qStaticUnicastStatus: 1.3.6.1.2.1.17.7.1.3.1.1.4 dot1qStaticMulticastTable: 1.3.6.1.2.1.17.7.1.3.2 dot1qStaticMulticastEntry: 1.3.6.1.2.1.17.7.1.3.2.1 dot1qStaticMulticastAddress: 1.3.6.1.2.1.17.7.1.3.2.1.1 dot1qStaticMulticastReceivePort: 1.3.6.1.2.1.17.7.1.3.2.1.2 dot1qStaticMulticastStaticEgressPorts: 1.3.6.1.2.1.17.7.1.3.2.1.3 dot1qStaticMulticastForbiddenEgressPorts: 1.3.6.1.2.1.17.7.1.3.2.1.4 dot1qStaticMulticastStatus: 1.3.6.1.2.1.17.7.1.3.2.1.5 dot1qVlan: 1.3.6.1.2.1.17.7.1.4 dot1qVlanNumDeletes: 1.3.6.1.2.1.17.7.1.4.1 dot1qVlanCurrentTable: 1.3.6.1.2.1.17.7.1.4.2 dot1qVlanCurrentEntry: 1.3.6.1.2.1.17.7.1.4.2.1 dot1qVlanTimeMark: 1.3.6.1.2.1.17.7.1.4.2.1.1 dot1qVlanIndex: 1.3.6.1.2.1.17.7.1.4.2.1.2 dot1qVlanFdbId: 1.3.6.1.2.1.17.7.1.4.2.1.3 dot1qVlanCurrentEgressPorts: 1.3.6.1.2.1.17.7.1.4.2.1.4 dot1qVlanCurrentUntaggedPorts: 1.3.6.1.2.1.17.7.1.4.2.1.5 dot1qVlanStatus: 1.3.6.1.2.1.17.7.1.4.2.1.6 dot1qVlanCreationTime: 1.3.6.1.2.1.17.7.1.4.2.1.7 dot1qVlanStaticTable: 1.3.6.1.2.1.17.7.1.4.3 dot1qVlanStaticEntry: 1.3.6.1.2.1.17.7.1.4.3.1 dot1qVlanStaticName: 1.3.6.1.2.1.17.7.1.4.3.1.1 dot1qVlanStaticEgressPorts: 1.3.6.1.2.1.17.7.1.4.3.1.2 dot1qVlanForbiddenEgressPorts: 1.3.6.1.2.1.17.7.1.4.3.1.3 dot1qVlanStaticUntaggedPorts: 1.3.6.1.2.1.17.7.1.4.3.1.4 dot1qVlanStaticRowStatus: 1.3.6.1.2.1.17.7.1.4.3.1.5 dot1qNextFreeLocalVlanIndex: 1.3.6.1.2.1.17.7.1.4.4 dot1qPortVlanTable: 1.3.6.1.2.1.17.7.1.4.5 dot1qPortVlanEntry: 1.3.6.1.2.1.17.7.1.4.5.1 dot1qPvid: 1.3.6.1.2.1.17.7.1.4.5.1.1 dot1qPortAcceptableFrameTypes: 1.3.6.1.2.1.17.7.1.4.5.1.2 dot1qPortIngressFiltering: 1.3.6.1.2.1.17.7.1.4.5.1.3 dot1qPortGvrpStatus: 1.3.6.1.2.1.17.7.1.4.5.1.4 dot1qPortGvrpFailedRegistrations: 1.3.6.1.2.1.17.7.1.4.5.1.5 dot1qPortGvrpLastPduOrigin: 1.3.6.1.2.1.17.7.1.4.5.1.6 dot1qPortRestrictedVlanRegistration: 1.3.6.1.2.1.17.7.1.4.5.1.7 dot1qPortVlanStatisticsTable: 1.3.6.1.2.1.17.7.1.4.6 dot1qPortVlanStatisticsEntry: 1.3.6.1.2.1.17.7.1.4.6.1 dot1qTpVlanPortInFrames: 1.3.6.1.2.1.17.7.1.4.6.1.1 dot1qTpVlanPortOutFrames: 1.3.6.1.2.1.17.7.1.4.6.1.2 dot1qTpVlanPortInDiscards: 1.3.6.1.2.1.17.7.1.4.6.1.3 dot1qTpVlanPortInOverflowFrames: 1.3.6.1.2.1.17.7.1.4.6.1.4 dot1qTpVlanPortOutOverflowFrames: 1.3.6.1.2.1.17.7.1.4.6.1.5 dot1qTpVlanPortInOverflowDiscards: 1.3.6.1.2.1.17.7.1.4.6.1.6 dot1qPortVlanHCStatisticsTable: 1.3.6.1.2.1.17.7.1.4.7 dot1qPortVlanHCStatisticsEntry: 1.3.6.1.2.1.17.7.1.4.7.1 dot1qTpVlanPortHCInFrames: 1.3.6.1.2.1.17.7.1.4.7.1.1 dot1qTpVlanPortHCOutFrames: 1.3.6.1.2.1.17.7.1.4.7.1.2 dot1qTpVlanPortHCInDiscards: 1.3.6.1.2.1.17.7.1.4.7.1.3 dot1qLearningConstraintsTable: 1.3.6.1.2.1.17.7.1.4.8 dot1qLearningConstraintsEntry: 1.3.6.1.2.1.17.7.1.4.8.1 dot1qConstraintVlan: 1.3.6.1.2.1.17.7.1.4.8.1.1 dot1qConstraintSet: 1.3.6.1.2.1.17.7.1.4.8.1.2 dot1qConstraintType: 1.3.6.1.2.1.17.7.1.4.8.1.3 dot1qConstraintStatus: 1.3.6.1.2.1.17.7.1.4.8.1.4 dot1qConstraintSetDefault: 1.3.6.1.2.1.17.7.1.4.9 dot1qConstraintTypeDefault: 1.3.6.1.2.1.17.7.1.4.10 dot1vProtocol: 1.3.6.1.2.1.17.7.1.5 dot1vProtocolGroupTable: 1.3.6.1.2.1.17.7.1.5.1 dot1vProtocolGroupEntry: 1.3.6.1.2.1.17.7.1.5.1.1 dot1vProtocolTemplateFrameType: 1.3.6.1.2.1.17.7.1.5.1.1.1 dot1vProtocolTemplateProtocolValue: 1.3.6.1.2.1.17.7.1.5.1.1.2 dot1vProtocolGroupId: 1.3.6.1.2.1.17.7.1.5.1.1.3 dot1vProtocolGroupRowStatus: 1.3.6.1.2.1.17.7.1.5.1.1.4 dot1vProtocolPortTable: 1.3.6.1.2.1.17.7.1.5.2 dot1vProtocolPortEntry: 1.3.6.1.2.1.17.7.1.5.2.1 dot1vProtocolPortGroupId: 1.3.6.1.2.1.17.7.1.5.2.1.1 dot1vProtocolPortGroupVid: 1.3.6.1.2.1.17.7.1.5.2.1.2 dot1vProtocolPortRowStatus: 1.3.6.1.2.1.17.7.1.5.2.1.3 qBridgeConformance: 1.3.6.1.2.1.17.7.2 qBridgeGroups: 1.3.6.1.2.1.17.7.2.1 qBridgeCompliances: 1.3.6.1.2.1.17.7.2.2 snmp-1.2.0/data/ruby/snmp/mibs/DOT12-IF-MIB.yaml0000644000004100000410000000275412365504747020723 0ustar www-datawww-data--- dot12MIB: 1.3.6.1.2.1.10.45 dot12MIBObjects: 1.3.6.1.2.1.10.45.1 dot12ConfigTable: 1.3.6.1.2.1.10.45.1.1 dot12ConfigEntry: 1.3.6.1.2.1.10.45.1.1.1 dot12CurrentFramingType: 1.3.6.1.2.1.10.45.1.1.1.1 dot12DesiredFramingType: 1.3.6.1.2.1.10.45.1.1.1.2 dot12FramingCapability: 1.3.6.1.2.1.10.45.1.1.1.3 dot12DesiredPromiscStatus: 1.3.6.1.2.1.10.45.1.1.1.4 dot12TrainingVersion: 1.3.6.1.2.1.10.45.1.1.1.5 dot12LastTrainingConfig: 1.3.6.1.2.1.10.45.1.1.1.6 dot12Commands: 1.3.6.1.2.1.10.45.1.1.1.7 dot12Status: 1.3.6.1.2.1.10.45.1.1.1.8 dot12ControlMode: 1.3.6.1.2.1.10.45.1.1.1.9 dot12StatTable: 1.3.6.1.2.1.10.45.1.2 dot12StatEntry: 1.3.6.1.2.1.10.45.1.2.1 dot12InHighPriorityFrames: 1.3.6.1.2.1.10.45.1.2.1.1 dot12InHighPriorityOctets: 1.3.6.1.2.1.10.45.1.2.1.2 dot12InNormPriorityFrames: 1.3.6.1.2.1.10.45.1.2.1.3 dot12InNormPriorityOctets: 1.3.6.1.2.1.10.45.1.2.1.4 dot12InIPMErrors: 1.3.6.1.2.1.10.45.1.2.1.5 dot12InOversizeFrameErrors: 1.3.6.1.2.1.10.45.1.2.1.6 dot12InDataErrors: 1.3.6.1.2.1.10.45.1.2.1.7 dot12InNullAddressedFrames: 1.3.6.1.2.1.10.45.1.2.1.8 dot12OutHighPriorityFrames: 1.3.6.1.2.1.10.45.1.2.1.9 dot12OutHighPriorityOctets: 1.3.6.1.2.1.10.45.1.2.1.10 dot12TransitionIntoTrainings: 1.3.6.1.2.1.10.45.1.2.1.11 dot12HCInHighPriorityOctets: 1.3.6.1.2.1.10.45.1.2.1.12 dot12HCInNormPriorityOctets: 1.3.6.1.2.1.10.45.1.2.1.13 dot12HCOutHighPriorityOctets: 1.3.6.1.2.1.10.45.1.2.1.14 dot12Conformance: 1.3.6.1.2.1.10.45.2 dot12Compliances: 1.3.6.1.2.1.10.45.2.1 dot12Groups: 1.3.6.1.2.1.10.45.2.2 snmp-1.2.0/data/ruby/snmp/mibs/SCSI-MIB.yaml0000644000004100000410000001577312365504747020404 0ustar www-datawww-data--- scsiMIB: 1.3.6.1.2.1.139 scsiNotifications: 1.3.6.1.2.1.139.0 scsiNotificationsPrefix: 1.3.6.1.2.1.139.0.0 scsiAdmin: 1.3.6.1.2.1.139.1 scsiTransportTypes: 1.3.6.1.2.1.139.1.1 scsiTransportOther: 1.3.6.1.2.1.139.1.1.1 scsiTransportSPI: 1.3.6.1.2.1.139.1.1.2 scsiTransportFCP: 1.3.6.1.2.1.139.1.1.3 scsiTransportSRP: 1.3.6.1.2.1.139.1.1.4 scsiTransportISCSI: 1.3.6.1.2.1.139.1.1.5 scsiTransportSBP: 1.3.6.1.2.1.139.1.1.6 scsiTransportSAS: 1.3.6.1.2.1.139.1.1.7 scsiObjects: 1.3.6.1.2.1.139.2 scsiGeneral: 1.3.6.1.2.1.139.2.1 scsiInstanceTable: 1.3.6.1.2.1.139.2.1.1 scsiInstanceEntry: 1.3.6.1.2.1.139.2.1.1.1 scsiInstIndex: 1.3.6.1.2.1.139.2.1.1.1.1 scsiInstAlias: 1.3.6.1.2.1.139.2.1.1.1.2 scsiInstSoftwareIndex: 1.3.6.1.2.1.139.2.1.1.1.3 scsiInstVendorVersion: 1.3.6.1.2.1.139.2.1.1.1.4 scsiInstScsiNotificationsEnable: 1.3.6.1.2.1.139.2.1.1.1.5 scsiInstStorageType: 1.3.6.1.2.1.139.2.1.1.1.6 scsiDeviceTable: 1.3.6.1.2.1.139.2.1.2 scsiDeviceEntry: 1.3.6.1.2.1.139.2.1.2.1 scsiDeviceIndex: 1.3.6.1.2.1.139.2.1.2.1.1 scsiDeviceAlias: 1.3.6.1.2.1.139.2.1.2.1.2 scsiDeviceRole: 1.3.6.1.2.1.139.2.1.2.1.3 scsiDevicePortNumber: 1.3.6.1.2.1.139.2.1.2.1.4 scsiPortTable: 1.3.6.1.2.1.139.2.1.3 scsiPortEntry: 1.3.6.1.2.1.139.2.1.3.1 scsiPortIndex: 1.3.6.1.2.1.139.2.1.3.1.1 scsiPortRole: 1.3.6.1.2.1.139.2.1.3.1.2 scsiPortTransportPtr: 1.3.6.1.2.1.139.2.1.3.1.3 scsiPortBusyStatuses: 1.3.6.1.2.1.139.2.1.3.1.4 scsiTransportTable: 1.3.6.1.2.1.139.2.1.5 scsiTransportEntry: 1.3.6.1.2.1.139.2.1.5.1 scsiTransportIndex: 1.3.6.1.2.1.139.2.1.5.1.1 scsiTransportType: 1.3.6.1.2.1.139.2.1.5.1.2 scsiTransportPointer: 1.3.6.1.2.1.139.2.1.5.1.3 scsiTransportDevName: 1.3.6.1.2.1.139.2.1.5.1.4 scsiInitiatorDevice: 1.3.6.1.2.1.139.2.2 scsiIntrDevTable: 1.3.6.1.2.1.139.2.2.1 scsiIntrDevEntry: 1.3.6.1.2.1.139.2.2.1.1 scsiIntrDevTgtAccessMode: 1.3.6.1.2.1.139.2.2.1.1.1 scsiIntrDevOutResets: 1.3.6.1.2.1.139.2.2.1.1.2 scsiIntrPortTable: 1.3.6.1.2.1.139.2.2.2 scsiIntrPortEntry: 1.3.6.1.2.1.139.2.2.2.1 scsiIntrPortName: 1.3.6.1.2.1.139.2.2.2.1.1 scsiIntrPortIdentifier: 1.3.6.1.2.1.139.2.2.2.1.2 scsiIntrPortOutCommands: 1.3.6.1.2.1.139.2.2.2.1.3 scsiIntrPortWrittenMegaBytes: 1.3.6.1.2.1.139.2.2.2.1.4 scsiIntrPortReadMegaBytes: 1.3.6.1.2.1.139.2.2.2.1.5 scsiIntrPortHSOutCommands: 1.3.6.1.2.1.139.2.2.2.1.6 scsiRemoteTgtDev: 1.3.6.1.2.1.139.2.2.3 scsiDscTgtTable: 1.3.6.1.2.1.139.2.2.3.1 scsiDscTgtEntry: 1.3.6.1.2.1.139.2.2.3.1.1 scsiDscTgtIntrPortIndex: 1.3.6.1.2.1.139.2.2.3.1.1.1 scsiDscTgtIndex: 1.3.6.1.2.1.139.2.2.3.1.1.2 scsiDscTgtDevOrPort: 1.3.6.1.2.1.139.2.2.3.1.1.3 scsiDscTgtName: 1.3.6.1.2.1.139.2.2.3.1.1.4 scsiDscTgtConfigured: 1.3.6.1.2.1.139.2.2.3.1.1.5 scsiDscTgtDiscovered: 1.3.6.1.2.1.139.2.2.3.1.1.6 scsiDscTgtInCommands: 1.3.6.1.2.1.139.2.2.3.1.1.7 scsiDscTgtWrittenMegaBytes: 1.3.6.1.2.1.139.2.2.3.1.1.8 scsiDscTgtReadMegaBytes: 1.3.6.1.2.1.139.2.2.3.1.1.9 scsiDscTgtHSInCommands: 1.3.6.1.2.1.139.2.2.3.1.1.10 scsiDscTgtLastCreation: 1.3.6.1.2.1.139.2.2.3.1.1.11 scsiDscTgtRowStatus: 1.3.6.1.2.1.139.2.2.3.1.1.12 scsiDscLunTable: 1.3.6.1.2.1.139.2.2.3.2 scsiDscLunEntry: 1.3.6.1.2.1.139.2.2.3.2.1 scsiDscLunIndex: 1.3.6.1.2.1.139.2.2.3.2.1.1 scsiDscLunLun: 1.3.6.1.2.1.139.2.2.3.2.1.2 scsiDscLunIdTable: 1.3.6.1.2.1.139.2.2.3.3 scsiDscLunIdEntry: 1.3.6.1.2.1.139.2.2.3.3.1 scsiDscLunIdIndex: 1.3.6.1.2.1.139.2.2.3.3.1.1 scsiDscLunIdCodeSet: 1.3.6.1.2.1.139.2.2.3.3.1.2 scsiDscLunIdAssociation: 1.3.6.1.2.1.139.2.2.3.3.1.3 scsiDscLunIdType: 1.3.6.1.2.1.139.2.2.3.3.1.4 scsiDscLunIdValue: 1.3.6.1.2.1.139.2.2.3.3.1.5 scsiAttTgtPortTable: 1.3.6.1.2.1.139.2.2.3.4 scsiAttTgtPortEntry: 1.3.6.1.2.1.139.2.2.3.4.1 scsiAttTgtPortIndex: 1.3.6.1.2.1.139.2.2.3.4.1.1 scsiAttTgtPortDscTgtIdx: 1.3.6.1.2.1.139.2.2.3.4.1.2 scsiAttTgtPortName: 1.3.6.1.2.1.139.2.2.3.4.1.3 scsiAttTgtPortIdentifier: 1.3.6.1.2.1.139.2.2.3.4.1.4 scsiTargetDevice: 1.3.6.1.2.1.139.2.3 scsiTgtDevTable: 1.3.6.1.2.1.139.2.3.1 scsiTgtDevEntry: 1.3.6.1.2.1.139.2.3.1.1 scsiTgtDevNumberOfLUs: 1.3.6.1.2.1.139.2.3.1.1.1 scsiTgtDeviceStatus: 1.3.6.1.2.1.139.2.3.1.1.2 scsiTgtDevNonAccessibleLUs: 1.3.6.1.2.1.139.2.3.1.1.3 scsiTgtDevResets: 1.3.6.1.2.1.139.2.3.1.1.4 scsiTgtPortTable: 1.3.6.1.2.1.139.2.3.2 scsiTgtPortEntry: 1.3.6.1.2.1.139.2.3.2.1 scsiTgtPortName: 1.3.6.1.2.1.139.2.3.2.1.1 scsiTgtPortIdentifier: 1.3.6.1.2.1.139.2.3.2.1.2 scsiTgtPortInCommands: 1.3.6.1.2.1.139.2.3.2.1.3 scsiTgtPortWrittenMegaBytes: 1.3.6.1.2.1.139.2.3.2.1.4 scsiTgtPortReadMegaBytes: 1.3.6.1.2.1.139.2.3.2.1.5 scsiTgtPortHSInCommands: 1.3.6.1.2.1.139.2.3.2.1.6 scsiRemoteIntrDev: 1.3.6.1.2.1.139.2.3.3 scsiAuthorizedIntrTable: 1.3.6.1.2.1.139.2.3.3.1 scsiAuthorizedIntrEntry: 1.3.6.1.2.1.139.2.3.3.1.1 scsiAuthIntrTgtPortIndex: 1.3.6.1.2.1.139.2.3.3.1.1.1 scsiAuthIntrIndex: 1.3.6.1.2.1.139.2.3.3.1.1.2 scsiAuthIntrDevOrPort: 1.3.6.1.2.1.139.2.3.3.1.1.3 scsiAuthIntrName: 1.3.6.1.2.1.139.2.3.3.1.1.4 scsiAuthIntrLunMapIndex: 1.3.6.1.2.1.139.2.3.3.1.1.5 scsiAuthIntrAttachedTimes: 1.3.6.1.2.1.139.2.3.3.1.1.6 scsiAuthIntrOutCommands: 1.3.6.1.2.1.139.2.3.3.1.1.7 scsiAuthIntrReadMegaBytes: 1.3.6.1.2.1.139.2.3.3.1.1.8 scsiAuthIntrWrittenMegaBytes: 1.3.6.1.2.1.139.2.3.3.1.1.9 scsiAuthIntrHSOutCommands: 1.3.6.1.2.1.139.2.3.3.1.1.10 scsiAuthIntrLastCreation: 1.3.6.1.2.1.139.2.3.3.1.1.11 scsiAuthIntrRowStatus: 1.3.6.1.2.1.139.2.3.3.1.1.12 scsiAttIntrPortTable: 1.3.6.1.2.1.139.2.3.3.2 scsiAttIntrPortEntry: 1.3.6.1.2.1.139.2.3.3.2.1 scsiAttIntrPortIndex: 1.3.6.1.2.1.139.2.3.3.2.1.1 scsiAttIntrPortAuthIntrIdx: 1.3.6.1.2.1.139.2.3.3.2.1.2 scsiAttIntrPortName: 1.3.6.1.2.1.139.2.3.3.2.1.3 scsiAttIntrPortIdentifier: 1.3.6.1.2.1.139.2.3.3.2.1.4 scsiLogicalUnit: 1.3.6.1.2.1.139.2.4 scsiLuTable: 1.3.6.1.2.1.139.2.4.1 scsiLuEntry: 1.3.6.1.2.1.139.2.4.1.1 scsiLuIndex: 1.3.6.1.2.1.139.2.4.1.1.1 scsiLuDefaultLun: 1.3.6.1.2.1.139.2.4.1.1.2 scsiLuWwnName: 1.3.6.1.2.1.139.2.4.1.1.3 scsiLuVendorId: 1.3.6.1.2.1.139.2.4.1.1.4 scsiLuProductId: 1.3.6.1.2.1.139.2.4.1.1.5 scsiLuRevisionId: 1.3.6.1.2.1.139.2.4.1.1.6 scsiLuPeripheralType: 1.3.6.1.2.1.139.2.4.1.1.7 scsiLuStatus: 1.3.6.1.2.1.139.2.4.1.1.8 scsiLuState: 1.3.6.1.2.1.139.2.4.1.1.9 scsiLuInCommands: 1.3.6.1.2.1.139.2.4.1.1.10 scsiLuReadMegaBytes: 1.3.6.1.2.1.139.2.4.1.1.11 scsiLuWrittenMegaBytes: 1.3.6.1.2.1.139.2.4.1.1.12 scsiLuInResets: 1.3.6.1.2.1.139.2.4.1.1.13 scsiLuOutTaskSetFullStatus: 1.3.6.1.2.1.139.2.4.1.1.14 scsiLuHSInCommands: 1.3.6.1.2.1.139.2.4.1.1.15 scsiLuLastCreation: 1.3.6.1.2.1.139.2.4.1.1.16 scsiLuIdTable: 1.3.6.1.2.1.139.2.4.2 scsiLuIdEntry: 1.3.6.1.2.1.139.2.4.2.1 scsiLuIdIndex: 1.3.6.1.2.1.139.2.4.2.1.1 scsiLuIdCodeSet: 1.3.6.1.2.1.139.2.4.2.1.2 scsiLuIdAssociation: 1.3.6.1.2.1.139.2.4.2.1.3 scsiLuIdType: 1.3.6.1.2.1.139.2.4.2.1.4 scsiLuIdValue: 1.3.6.1.2.1.139.2.4.2.1.5 scsiLunMapTable: 1.3.6.1.2.1.139.2.4.3 scsiLunMapEntry: 1.3.6.1.2.1.139.2.4.3.1 scsiLunMapIndex: 1.3.6.1.2.1.139.2.4.3.1.1 scsiLunMapLun: 1.3.6.1.2.1.139.2.4.3.1.2 scsiLunMapLuIndex: 1.3.6.1.2.1.139.2.4.3.1.3 scsiLunMapRowStatus: 1.3.6.1.2.1.139.2.4.3.1.4 scsiConformance: 1.3.6.1.2.1.139.3 scsiCompliances: 1.3.6.1.2.1.139.3.1 scsiGroups: 1.3.6.1.2.1.139.3.2 scsiTgtDeviceStatusChanged: 1.3.6.1.2.1.139.0.0.1 scsiLuStatusChanged: 1.3.6.1.2.1.139.0.0.2 snmp-1.2.0/data/ruby/snmp/mibs/HOST-RESOURCES-TYPES.yaml0000644000004100000410000000377612365504747022265 0ustar www-datawww-data--- hrStorageTypes: 1.3.6.1.2.1.25.2.1 hrStorageOther: 1.3.6.1.2.1.25.2.1.1 hrStorageRam: 1.3.6.1.2.1.25.2.1.2 hrStorageVirtualMemory: 1.3.6.1.2.1.25.2.1.3 hrStorageFixedDisk: 1.3.6.1.2.1.25.2.1.4 hrStorageRemovableDisk: 1.3.6.1.2.1.25.2.1.5 hrStorageFloppyDisk: 1.3.6.1.2.1.25.2.1.6 hrStorageCompactDisc: 1.3.6.1.2.1.25.2.1.7 hrStorageRamDisk: 1.3.6.1.2.1.25.2.1.8 hrStorageFlashMemory: 1.3.6.1.2.1.25.2.1.9 hrStorageNetworkDisk: 1.3.6.1.2.1.25.2.1.10 hrDeviceTypes: 1.3.6.1.2.1.25.3.1 hrDeviceOther: 1.3.6.1.2.1.25.3.1.1 hrDeviceUnknown: 1.3.6.1.2.1.25.3.1.2 hrDeviceProcessor: 1.3.6.1.2.1.25.3.1.3 hrDeviceNetwork: 1.3.6.1.2.1.25.3.1.4 hrDevicePrinter: 1.3.6.1.2.1.25.3.1.5 hrDeviceDiskStorage: 1.3.6.1.2.1.25.3.1.6 hrDeviceVideo: 1.3.6.1.2.1.25.3.1.10 hrDeviceAudio: 1.3.6.1.2.1.25.3.1.11 hrDeviceCoprocessor: 1.3.6.1.2.1.25.3.1.12 hrDeviceKeyboard: 1.3.6.1.2.1.25.3.1.13 hrDeviceModem: 1.3.6.1.2.1.25.3.1.14 hrDeviceParallelPort: 1.3.6.1.2.1.25.3.1.15 hrDevicePointing: 1.3.6.1.2.1.25.3.1.16 hrDeviceSerialPort: 1.3.6.1.2.1.25.3.1.17 hrDeviceTape: 1.3.6.1.2.1.25.3.1.18 hrDeviceClock: 1.3.6.1.2.1.25.3.1.19 hrDeviceVolatileMemory: 1.3.6.1.2.1.25.3.1.20 hrDeviceNonVolatileMemory: 1.3.6.1.2.1.25.3.1.21 hrFSTypes: 1.3.6.1.2.1.25.3.9 hrFSOther: 1.3.6.1.2.1.25.3.9.1 hrFSUnknown: 1.3.6.1.2.1.25.3.9.2 hrFSBerkeleyFFS: 1.3.6.1.2.1.25.3.9.3 hrFSSys5FS: 1.3.6.1.2.1.25.3.9.4 hrFSFat: 1.3.6.1.2.1.25.3.9.5 hrFSHPFS: 1.3.6.1.2.1.25.3.9.6 hrFSHFS: 1.3.6.1.2.1.25.3.9.7 hrFSMFS: 1.3.6.1.2.1.25.3.9.8 hrFSNTFS: 1.3.6.1.2.1.25.3.9.9 hrFSVNode: 1.3.6.1.2.1.25.3.9.10 hrFSJournaled: 1.3.6.1.2.1.25.3.9.11 hrFSiso9660: 1.3.6.1.2.1.25.3.9.12 hrFSRockRidge: 1.3.6.1.2.1.25.3.9.13 hrFSNFS: 1.3.6.1.2.1.25.3.9.14 hrFSNetware: 1.3.6.1.2.1.25.3.9.15 hrFSAFS: 1.3.6.1.2.1.25.3.9.16 hrFSDFS: 1.3.6.1.2.1.25.3.9.17 hrFSAppleshare: 1.3.6.1.2.1.25.3.9.18 hrFSRFS: 1.3.6.1.2.1.25.3.9.19 hrFSDGCFS: 1.3.6.1.2.1.25.3.9.20 hrFSBFS: 1.3.6.1.2.1.25.3.9.21 hrFSFAT32: 1.3.6.1.2.1.25.3.9.22 hrFSLinuxExt2: 1.3.6.1.2.1.25.3.9.23 hostResourcesTypesModule: 1.3.6.1.2.1.25.7.4 snmp-1.2.0/data/ruby/snmp/mibs/NETWORK-SERVICES-MIB.yaml0000644000004100000410000000234312365504747022202 0ustar www-datawww-data--- application: 1.3.6.1.2.1.27 applTable: 1.3.6.1.2.1.27.1 applEntry: 1.3.6.1.2.1.27.1.1 applIndex: 1.3.6.1.2.1.27.1.1.1 applName: 1.3.6.1.2.1.27.1.1.2 applDirectoryName: 1.3.6.1.2.1.27.1.1.3 applVersion: 1.3.6.1.2.1.27.1.1.4 applUptime: 1.3.6.1.2.1.27.1.1.5 applOperStatus: 1.3.6.1.2.1.27.1.1.6 applLastChange: 1.3.6.1.2.1.27.1.1.7 applInboundAssociations: 1.3.6.1.2.1.27.1.1.8 applOutboundAssociations: 1.3.6.1.2.1.27.1.1.9 applAccumulatedInboundAssociations: 1.3.6.1.2.1.27.1.1.10 applAccumulatedOutboundAssociations: 1.3.6.1.2.1.27.1.1.11 applLastInboundActivity: 1.3.6.1.2.1.27.1.1.12 applLastOutboundActivity: 1.3.6.1.2.1.27.1.1.13 applRejectedInboundAssociations: 1.3.6.1.2.1.27.1.1.14 applFailedOutboundAssociations: 1.3.6.1.2.1.27.1.1.15 applDescription: 1.3.6.1.2.1.27.1.1.16 applURL: 1.3.6.1.2.1.27.1.1.17 assocTable: 1.3.6.1.2.1.27.2 assocEntry: 1.3.6.1.2.1.27.2.1 assocIndex: 1.3.6.1.2.1.27.2.1.1 assocRemoteApplication: 1.3.6.1.2.1.27.2.1.2 assocApplicationProtocol: 1.3.6.1.2.1.27.2.1.3 assocApplicationType: 1.3.6.1.2.1.27.2.1.4 assocDuration: 1.3.6.1.2.1.27.2.1.5 applConformance: 1.3.6.1.2.1.27.3 applGroups: 1.3.6.1.2.1.27.3.1 applCompliances: 1.3.6.1.2.1.27.3.2 applTCPProtoID: 1.3.6.1.2.1.27.4 applUDPProtoID: 1.3.6.1.2.1.27.5 snmp-1.2.0/data/ruby/snmp/mibs/DS0-MIB.yaml0000644000004100000410000000130412365504747020212 0ustar www-datawww-data--- ds0: 1.3.6.1.2.1.10.81 dsx0ConfigTable: 1.3.6.1.2.1.10.81.1 dsx0ConfigEntry: 1.3.6.1.2.1.10.81.1.1 dsx0Ds0ChannelNumber: 1.3.6.1.2.1.10.81.1.1.1 dsx0RobbedBitSignalling: 1.3.6.1.2.1.10.81.1.1.2 dsx0CircuitIdentifier: 1.3.6.1.2.1.10.81.1.1.3 dsx0IdleCode: 1.3.6.1.2.1.10.81.1.1.4 dsx0SeizedCode: 1.3.6.1.2.1.10.81.1.1.5 dsx0ReceivedCode: 1.3.6.1.2.1.10.81.1.1.6 dsx0TransmitCodesEnable: 1.3.6.1.2.1.10.81.1.1.7 dsx0Ds0BundleMappedIfIndex: 1.3.6.1.2.1.10.81.1.1.8 ds0Conformance: 1.3.6.1.2.1.10.81.2 ds0Groups: 1.3.6.1.2.1.10.81.2.1 ds0Compliances: 1.3.6.1.2.1.10.81.2.2 dsx0ChanMappingTable: 1.3.6.1.2.1.10.81.3 dsx0ChanMappingEntry: 1.3.6.1.2.1.10.81.3.1 dsx0ChanMappedIfIndex: 1.3.6.1.2.1.10.81.3.1.1 snmp-1.2.0/data/ruby/snmp/mibs/SNMPv2-SMI.yaml0000644000004100000410000000051212365504747020672 0ustar www-datawww-data--- zeroDotZero: "0.0" 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 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 snmp-1.2.0/data/ruby/snmp/mibs/SNMP-TARGET-MIB.yaml0000644000004100000410000000235212365504747021371 0ustar www-datawww-data--- snmpTargetMIB: 1.3.6.1.6.3.12 snmpTargetObjects: 1.3.6.1.6.3.12.1 snmpTargetSpinLock: 1.3.6.1.6.3.12.1.1 snmpTargetAddrTable: 1.3.6.1.6.3.12.1.2 snmpTargetAddrEntry: 1.3.6.1.6.3.12.1.2.1 snmpTargetAddrName: 1.3.6.1.6.3.12.1.2.1.1 snmpTargetAddrTDomain: 1.3.6.1.6.3.12.1.2.1.2 snmpTargetAddrTAddress: 1.3.6.1.6.3.12.1.2.1.3 snmpTargetAddrTimeout: 1.3.6.1.6.3.12.1.2.1.4 snmpTargetAddrRetryCount: 1.3.6.1.6.3.12.1.2.1.5 snmpTargetAddrTagList: 1.3.6.1.6.3.12.1.2.1.6 snmpTargetAddrParams: 1.3.6.1.6.3.12.1.2.1.7 snmpTargetAddrStorageType: 1.3.6.1.6.3.12.1.2.1.8 snmpTargetAddrRowStatus: 1.3.6.1.6.3.12.1.2.1.9 snmpTargetParamsTable: 1.3.6.1.6.3.12.1.3 snmpTargetParamsEntry: 1.3.6.1.6.3.12.1.3.1 snmpTargetParamsName: 1.3.6.1.6.3.12.1.3.1.1 snmpTargetParamsMPModel: 1.3.6.1.6.3.12.1.3.1.2 snmpTargetParamsSecurityModel: 1.3.6.1.6.3.12.1.3.1.3 snmpTargetParamsSecurityName: 1.3.6.1.6.3.12.1.3.1.4 snmpTargetParamsSecurityLevel: 1.3.6.1.6.3.12.1.3.1.5 snmpTargetParamsStorageType: 1.3.6.1.6.3.12.1.3.1.6 snmpTargetParamsRowStatus: 1.3.6.1.6.3.12.1.3.1.7 snmpUnavailableContexts: 1.3.6.1.6.3.12.1.4 snmpUnknownContexts: 1.3.6.1.6.3.12.1.5 snmpTargetConformance: 1.3.6.1.6.3.12.3 snmpTargetCompliances: 1.3.6.1.6.3.12.3.1 snmpTargetGroups: 1.3.6.1.6.3.12.3.2 snmp-1.2.0/data/ruby/snmp/mibs/MPLS-LDP-FRAME-RELAY-STD-MIB.yaml0000644000004100000410000000316012365504747023150 0ustar www-datawww-data--- mplsLdpFrameRelayStdMIB: 1.3.6.1.2.1.10.166.6 mplsLdpFrameRelayObjects: 1.3.6.1.2.1.10.166.6.1 mplsLdpEntityFrameRelayObjects: 1.3.6.1.2.1.10.166.6.1.1 mplsLdpEntityFrameRelayTable: 1.3.6.1.2.1.10.166.6.1.1.1 mplsLdpEntityFrameRelayEntry: 1.3.6.1.2.1.10.166.6.1.1.1.1 mplsLdpEntityFrameRelayIfIndexOrZero: 1.3.6.1.2.1.10.166.6.1.1.1.1.1 mplsLdpEntityFrameRelayMergeCap: 1.3.6.1.2.1.10.166.6.1.1.1.1.2 mplsLdpEntityFrameRelayLRComponents: 1.3.6.1.2.1.10.166.6.1.1.1.1.3 mplsLdpEntityFrameRelayVcDirectionality: 1.3.6.1.2.1.10.166.6.1.1.1.1.4 mplsLdpEntityFrameRelayStorageType: 1.3.6.1.2.1.10.166.6.1.1.1.1.5 mplsLdpEntityFrameRelayRowStatus: 1.3.6.1.2.1.10.166.6.1.1.1.1.6 mplsLdpEntityFrameRelayLRTable: 1.3.6.1.2.1.10.166.6.1.1.2 mplsLdpEntityFrameRelayLREntry: 1.3.6.1.2.1.10.166.6.1.1.2.1 mplsLdpEntityFrameRelayLRMinDlci: 1.3.6.1.2.1.10.166.6.1.1.2.1.1 mplsLdpEntityFrameRelayLRMaxDlci: 1.3.6.1.2.1.10.166.6.1.1.2.1.2 mplsLdpEntityFrameRelayLRLen: 1.3.6.1.2.1.10.166.6.1.1.2.1.3 mplsLdpEntityFrameRelayLRStorageType: 1.3.6.1.2.1.10.166.6.1.1.2.1.4 mplsLdpEntityFrameRelayLRRowStatus: 1.3.6.1.2.1.10.166.6.1.1.2.1.5 mplsLdpFrameRelaySessionObjects: 1.3.6.1.2.1.10.166.6.1.2 mplsLdpFrameRelaySessionTable: 1.3.6.1.2.1.10.166.6.1.2.1 mplsLdpFrameRelaySessionEntry: 1.3.6.1.2.1.10.166.6.1.2.1.1 mplsLdpFrameRelaySessionMinDlci: 1.3.6.1.2.1.10.166.6.1.2.1.1.1 mplsLdpFrameRelaySessionMaxDlci: 1.3.6.1.2.1.10.166.6.1.2.1.1.2 mplsLdpFrameRelaySessionLen: 1.3.6.1.2.1.10.166.6.1.2.1.1.3 mplsLdpFrameRelayConformance: 1.3.6.1.2.1.10.166.6.2 mplsLdpFrameRelayGroups: 1.3.6.1.2.1.10.166.6.2.1 mplsLdpFrameRelayCompliances: 1.3.6.1.2.1.10.166.6.2.2 snmp-1.2.0/data/ruby/snmp/mibs/SOURCE-ROUTING-MIB.yaml0000644000004100000410000000253312365504747021756 0ustar www-datawww-data--- dot1dSrPortTable: 1.3.6.1.2.1.17.3.1 dot1dSrPortEntry: 1.3.6.1.2.1.17.3.1.1 dot1dSrPort: 1.3.6.1.2.1.17.3.1.1.1 dot1dSrPortHopCount: 1.3.6.1.2.1.17.3.1.1.2 dot1dSrPortLocalSegment: 1.3.6.1.2.1.17.3.1.1.3 dot1dSrPortBridgeNum: 1.3.6.1.2.1.17.3.1.1.4 dot1dSrPortTargetSegment: 1.3.6.1.2.1.17.3.1.1.5 dot1dSrPortLargestFrame: 1.3.6.1.2.1.17.3.1.1.6 dot1dSrPortSTESpanMode: 1.3.6.1.2.1.17.3.1.1.7 dot1dSrPortSpecInFrames: 1.3.6.1.2.1.17.3.1.1.8 dot1dSrPortSpecOutFrames: 1.3.6.1.2.1.17.3.1.1.9 dot1dSrPortApeInFrames: 1.3.6.1.2.1.17.3.1.1.10 dot1dSrPortApeOutFrames: 1.3.6.1.2.1.17.3.1.1.11 dot1dSrPortSteInFrames: 1.3.6.1.2.1.17.3.1.1.12 dot1dSrPortSteOutFrames: 1.3.6.1.2.1.17.3.1.1.13 dot1dSrPortSegmentMismatchDiscards: 1.3.6.1.2.1.17.3.1.1.14 dot1dSrPortDuplicateSegmentDiscards: 1.3.6.1.2.1.17.3.1.1.15 dot1dSrPortHopCountExceededDiscards: 1.3.6.1.2.1.17.3.1.1.16 dot1dSrPortDupLanIdOrTreeErrors: 1.3.6.1.2.1.17.3.1.1.17 dot1dSrPortLanIdMismatches: 1.3.6.1.2.1.17.3.1.1.18 dot1dSrBridgeLfMode: 1.3.6.1.2.1.17.3.2 dot1dPortPair: 1.3.6.1.2.1.17.10 dot1dPortPairTableSize: 1.3.6.1.2.1.17.10.1 dot1dPortPairTable: 1.3.6.1.2.1.17.10.2 dot1dPortPairEntry: 1.3.6.1.2.1.17.10.2.1 dot1dPortPairLowPort: 1.3.6.1.2.1.17.10.2.1.1 dot1dPortPairHighPort: 1.3.6.1.2.1.17.10.2.1.2 dot1dPortPairBridgeNum: 1.3.6.1.2.1.17.10.2.1.3 dot1dPortPairBridgeState: 1.3.6.1.2.1.17.10.2.1.4 snmp-1.2.0/data/ruby/snmp/mibs/VDSL-LINE-EXT-MCM-MIB.yaml0000644000004100000410000000460712365504747022202 0ustar www-datawww-data--- vdslExtMCMMIB: 1.3.6.1.2.1.10.229 vdslLineExtMCMMib: 1.3.6.1.2.1.10.229.1 vdslLineExtMCMMibObjects: 1.3.6.1.2.1.10.229.1.1 vdslLineMCMConfProfileTable: 1.3.6.1.2.1.10.229.1.1.1 vdslLineMCMConfProfileEntry: 1.3.6.1.2.1.10.229.1.1.1.1 vdslLineMCMConfProfileTxWindowLength: 1.3.6.1.2.1.10.229.1.1.1.1.1 vdslLineMCMConfProfileRowStatus: 1.3.6.1.2.1.10.229.1.1.1.1.2 vdslLineMCMConfProfileTxBandTable: 1.3.6.1.2.1.10.229.1.1.2 vdslLineMCMConfProfileTxBandEntry: 1.3.6.1.2.1.10.229.1.1.2.1 vdslLineMCMConfProfileTxBandNumber: 1.3.6.1.2.1.10.229.1.1.2.1.1 vdslLineMCMConfProfileTxBandStart: 1.3.6.1.2.1.10.229.1.1.2.1.2 vdslLineMCMConfProfileTxBandStop: 1.3.6.1.2.1.10.229.1.1.2.1.3 vdslLineMCMConfProfileTxBandRowStatus: 1.3.6.1.2.1.10.229.1.1.2.1.4 vdslLineMCMConfProfileRxBandTable: 1.3.6.1.2.1.10.229.1.1.3 vdslLineMCMConfProfileRxBandEntry: 1.3.6.1.2.1.10.229.1.1.3.1 vdslLineMCMConfProfileRxBandNumber: 1.3.6.1.2.1.10.229.1.1.3.1.1 vdslLineMCMConfProfileRxBandStart: 1.3.6.1.2.1.10.229.1.1.3.1.2 vdslLineMCMConfProfileRxBandStop: 1.3.6.1.2.1.10.229.1.1.3.1.3 vdslLineMCMConfProfileRxBandRowStatus: 1.3.6.1.2.1.10.229.1.1.3.1.4 vdslLineMCMConfProfileTxPSDTable: 1.3.6.1.2.1.10.229.1.1.4 vdslLineMCMConfProfileTxPSDEntry: 1.3.6.1.2.1.10.229.1.1.4.1 vdslLineMCMConfProfileTxPSDNumber: 1.3.6.1.2.1.10.229.1.1.4.1.1 vdslLineMCMConfProfileTxPSDTone: 1.3.6.1.2.1.10.229.1.1.4.1.2 vdslLineMCMConfProfileTxPSDPSD: 1.3.6.1.2.1.10.229.1.1.4.1.3 vdslLineMCMConfProfileTxPSDRowStatus: 1.3.6.1.2.1.10.229.1.1.4.1.4 vdslLineMCMConfProfileMaxTxPSDTable: 1.3.6.1.2.1.10.229.1.1.5 vdslLineMCMConfProfileMaxTxPSDEntry: 1.3.6.1.2.1.10.229.1.1.5.1 vdslLineMCMConfProfileMaxTxPSDNumber: 1.3.6.1.2.1.10.229.1.1.5.1.1 vdslLineMCMConfProfileMaxTxPSDTone: 1.3.6.1.2.1.10.229.1.1.5.1.2 vdslLineMCMConfProfileMaxTxPSDPSD: 1.3.6.1.2.1.10.229.1.1.5.1.3 vdslLineMCMConfProfileMaxTxPSDRowStatus: 1.3.6.1.2.1.10.229.1.1.5.1.4 vdslLineMCMConfProfileMaxRxPSDTable: 1.3.6.1.2.1.10.229.1.1.6 vdslLineMCMConfProfileMaxRxPSDEntry: 1.3.6.1.2.1.10.229.1.1.6.1 vdslLineMCMConfProfileMaxRxPSDNumber: 1.3.6.1.2.1.10.229.1.1.6.1.1 vdslLineMCMConfProfileMaxRxPSDTone: 1.3.6.1.2.1.10.229.1.1.6.1.2 vdslLineMCMConfProfileMaxRxPSDPSD: 1.3.6.1.2.1.10.229.1.1.6.1.3 vdslLineMCMConfProfileMaxRxPSDRowStatus: 1.3.6.1.2.1.10.229.1.1.6.1.4 vdslLineExtMCMConformance: 1.3.6.1.2.1.10.229.1.2 vdslLineExtMCMGroups: 1.3.6.1.2.1.10.229.1.2.1 vdslLineExtMCMCompliances: 1.3.6.1.2.1.10.229.1.2.2 snmp-1.2.0/data/ruby/snmp/mibs/DOCS-IETF-BPI2-MIB.yaml0000644000004100000410000002364712365504747021611 0ustar www-datawww-data--- docsBpi2MIB: 1.3.6.1.2.1.126 docsBpi2Notification: 1.3.6.1.2.1.126.0 docsBpi2MIBObjects: 1.3.6.1.2.1.126.1 docsBpi2CmObjects: 1.3.6.1.2.1.126.1.1 docsBpi2CmBaseTable: 1.3.6.1.2.1.126.1.1.1 docsBpi2CmBaseEntry: 1.3.6.1.2.1.126.1.1.1.1 docsBpi2CmPrivacyEnable: 1.3.6.1.2.1.126.1.1.1.1.1 docsBpi2CmPublicKey: 1.3.6.1.2.1.126.1.1.1.1.2 docsBpi2CmAuthState: 1.3.6.1.2.1.126.1.1.1.1.3 docsBpi2CmAuthKeySequenceNumber: 1.3.6.1.2.1.126.1.1.1.1.4 docsBpi2CmAuthExpiresOld: 1.3.6.1.2.1.126.1.1.1.1.5 docsBpi2CmAuthExpiresNew: 1.3.6.1.2.1.126.1.1.1.1.6 docsBpi2CmAuthReset: 1.3.6.1.2.1.126.1.1.1.1.7 docsBpi2CmAuthGraceTime: 1.3.6.1.2.1.126.1.1.1.1.8 docsBpi2CmTEKGraceTime: 1.3.6.1.2.1.126.1.1.1.1.9 docsBpi2CmAuthWaitTimeout: 1.3.6.1.2.1.126.1.1.1.1.10 docsBpi2CmReauthWaitTimeout: 1.3.6.1.2.1.126.1.1.1.1.11 docsBpi2CmOpWaitTimeout: 1.3.6.1.2.1.126.1.1.1.1.12 docsBpi2CmRekeyWaitTimeout: 1.3.6.1.2.1.126.1.1.1.1.13 docsBpi2CmAuthRejectWaitTimeout: 1.3.6.1.2.1.126.1.1.1.1.14 docsBpi2CmSAMapWaitTimeout: 1.3.6.1.2.1.126.1.1.1.1.15 docsBpi2CmSAMapMaxRetries: 1.3.6.1.2.1.126.1.1.1.1.16 docsBpi2CmAuthentInfos: 1.3.6.1.2.1.126.1.1.1.1.17 docsBpi2CmAuthRequests: 1.3.6.1.2.1.126.1.1.1.1.18 docsBpi2CmAuthReplies: 1.3.6.1.2.1.126.1.1.1.1.19 docsBpi2CmAuthRejects: 1.3.6.1.2.1.126.1.1.1.1.20 docsBpi2CmAuthInvalids: 1.3.6.1.2.1.126.1.1.1.1.21 docsBpi2CmAuthRejectErrorCode: 1.3.6.1.2.1.126.1.1.1.1.22 docsBpi2CmAuthRejectErrorString: 1.3.6.1.2.1.126.1.1.1.1.23 docsBpi2CmAuthInvalidErrorCode: 1.3.6.1.2.1.126.1.1.1.1.24 docsBpi2CmAuthInvalidErrorString: 1.3.6.1.2.1.126.1.1.1.1.25 docsBpi2CmTEKTable: 1.3.6.1.2.1.126.1.1.2 docsBpi2CmTEKEntry: 1.3.6.1.2.1.126.1.1.2.1 docsBpi2CmTEKSAId: 1.3.6.1.2.1.126.1.1.2.1.1 docsBpi2CmTEKSAType: 1.3.6.1.2.1.126.1.1.2.1.2 docsBpi2CmTEKDataEncryptAlg: 1.3.6.1.2.1.126.1.1.2.1.3 docsBpi2CmTEKDataAuthentAlg: 1.3.6.1.2.1.126.1.1.2.1.4 docsBpi2CmTEKState: 1.3.6.1.2.1.126.1.1.2.1.5 docsBpi2CmTEKKeySequenceNumber: 1.3.6.1.2.1.126.1.1.2.1.6 docsBpi2CmTEKExpiresOld: 1.3.6.1.2.1.126.1.1.2.1.7 docsBpi2CmTEKExpiresNew: 1.3.6.1.2.1.126.1.1.2.1.8 docsBpi2CmTEKKeyRequests: 1.3.6.1.2.1.126.1.1.2.1.9 docsBpi2CmTEKKeyReplies: 1.3.6.1.2.1.126.1.1.2.1.10 docsBpi2CmTEKKeyRejects: 1.3.6.1.2.1.126.1.1.2.1.11 docsBpi2CmTEKInvalids: 1.3.6.1.2.1.126.1.1.2.1.12 docsBpi2CmTEKAuthPends: 1.3.6.1.2.1.126.1.1.2.1.13 docsBpi2CmTEKKeyRejectErrorCode: 1.3.6.1.2.1.126.1.1.2.1.14 docsBpi2CmTEKKeyRejectErrorString: 1.3.6.1.2.1.126.1.1.2.1.15 docsBpi2CmTEKInvalidErrorCode: 1.3.6.1.2.1.126.1.1.2.1.16 docsBpi2CmTEKInvalidErrorString: 1.3.6.1.2.1.126.1.1.2.1.17 docsBpi2CmMulticastObjects: 1.3.6.1.2.1.126.1.1.3 docsBpi2CmIpMulticastMapTable: 1.3.6.1.2.1.126.1.1.3.1 docsBpi2CmIpMulticastMapEntry: 1.3.6.1.2.1.126.1.1.3.1.1 docsBpi2CmIpMulticastIndex: 1.3.6.1.2.1.126.1.1.3.1.1.1 docsBpi2CmIpMulticastAddressType: 1.3.6.1.2.1.126.1.1.3.1.1.2 docsBpi2CmIpMulticastAddress: 1.3.6.1.2.1.126.1.1.3.1.1.3 docsBpi2CmIpMulticastSAId: 1.3.6.1.2.1.126.1.1.3.1.1.4 docsBpi2CmIpMulticastSAMapState: 1.3.6.1.2.1.126.1.1.3.1.1.5 docsBpi2CmIpMulticastSAMapRequests: 1.3.6.1.2.1.126.1.1.3.1.1.6 docsBpi2CmIpMulticastSAMapReplies: 1.3.6.1.2.1.126.1.1.3.1.1.7 docsBpi2CmIpMulticastSAMapRejects: 1.3.6.1.2.1.126.1.1.3.1.1.8 docsBpi2CmIpMulticastSAMapRejectErrorCode: 1.3.6.1.2.1.126.1.1.3.1.1.9 docsBpi2CmIpMulticastSAMapRejectErrorString: 1.3.6.1.2.1.126.1.1.3.1.1.10 docsBpi2CmCertObjects: 1.3.6.1.2.1.126.1.1.4 docsBpi2CmDeviceCertTable: 1.3.6.1.2.1.126.1.1.4.1 docsBpi2CmDeviceCertEntry: 1.3.6.1.2.1.126.1.1.4.1.1 docsBpi2CmDeviceCmCert: 1.3.6.1.2.1.126.1.1.4.1.1.1 docsBpi2CmDeviceManufCert: 1.3.6.1.2.1.126.1.1.4.1.1.2 docsBpi2CmCryptoSuiteTable: 1.3.6.1.2.1.126.1.1.5 docsBpi2CmCryptoSuiteEntry: 1.3.6.1.2.1.126.1.1.5.1 docsBpi2CmCryptoSuiteIndex: 1.3.6.1.2.1.126.1.1.5.1.1 docsBpi2CmCryptoSuiteDataEncryptAlg: 1.3.6.1.2.1.126.1.1.5.1.2 docsBpi2CmCryptoSuiteDataAuthentAlg: 1.3.6.1.2.1.126.1.1.5.1.3 docsBpi2CmtsObjects: 1.3.6.1.2.1.126.1.2 docsBpi2CmtsBaseTable: 1.3.6.1.2.1.126.1.2.1 docsBpi2CmtsBaseEntry: 1.3.6.1.2.1.126.1.2.1.1 docsBpi2CmtsDefaultAuthLifetime: 1.3.6.1.2.1.126.1.2.1.1.1 docsBpi2CmtsDefaultTEKLifetime: 1.3.6.1.2.1.126.1.2.1.1.2 docsBpi2CmtsDefaultSelfSignedManufCertTrust: 1.3.6.1.2.1.126.1.2.1.1.3 docsBpi2CmtsCheckCertValidityPeriods: 1.3.6.1.2.1.126.1.2.1.1.4 docsBpi2CmtsAuthentInfos: 1.3.6.1.2.1.126.1.2.1.1.5 docsBpi2CmtsAuthRequests: 1.3.6.1.2.1.126.1.2.1.1.6 docsBpi2CmtsAuthReplies: 1.3.6.1.2.1.126.1.2.1.1.7 docsBpi2CmtsAuthRejects: 1.3.6.1.2.1.126.1.2.1.1.8 docsBpi2CmtsAuthInvalids: 1.3.6.1.2.1.126.1.2.1.1.9 docsBpi2CmtsSAMapRequests: 1.3.6.1.2.1.126.1.2.1.1.10 docsBpi2CmtsSAMapReplies: 1.3.6.1.2.1.126.1.2.1.1.11 docsBpi2CmtsSAMapRejects: 1.3.6.1.2.1.126.1.2.1.1.12 docsBpi2CmtsAuthTable: 1.3.6.1.2.1.126.1.2.2 docsBpi2CmtsAuthEntry: 1.3.6.1.2.1.126.1.2.2.1 docsBpi2CmtsAuthCmMacAddress: 1.3.6.1.2.1.126.1.2.2.1.1 docsBpi2CmtsAuthCmBpiVersion: 1.3.6.1.2.1.126.1.2.2.1.2 docsBpi2CmtsAuthCmPublicKey: 1.3.6.1.2.1.126.1.2.2.1.3 docsBpi2CmtsAuthCmKeySequenceNumber: 1.3.6.1.2.1.126.1.2.2.1.4 docsBpi2CmtsAuthCmExpiresOld: 1.3.6.1.2.1.126.1.2.2.1.5 docsBpi2CmtsAuthCmExpiresNew: 1.3.6.1.2.1.126.1.2.2.1.6 docsBpi2CmtsAuthCmLifetime: 1.3.6.1.2.1.126.1.2.2.1.7 docsBpi2CmtsAuthCmReset: 1.3.6.1.2.1.126.1.2.2.1.8 docsBpi2CmtsAuthCmInfos: 1.3.6.1.2.1.126.1.2.2.1.9 docsBpi2CmtsAuthCmRequests: 1.3.6.1.2.1.126.1.2.2.1.10 docsBpi2CmtsAuthCmReplies: 1.3.6.1.2.1.126.1.2.2.1.11 docsBpi2CmtsAuthCmRejects: 1.3.6.1.2.1.126.1.2.2.1.12 docsBpi2CmtsAuthCmInvalids: 1.3.6.1.2.1.126.1.2.2.1.13 docsBpi2CmtsAuthRejectErrorCode: 1.3.6.1.2.1.126.1.2.2.1.14 docsBpi2CmtsAuthRejectErrorString: 1.3.6.1.2.1.126.1.2.2.1.15 docsBpi2CmtsAuthInvalidErrorCode: 1.3.6.1.2.1.126.1.2.2.1.16 docsBpi2CmtsAuthInvalidErrorString: 1.3.6.1.2.1.126.1.2.2.1.17 docsBpi2CmtsAuthPrimarySAId: 1.3.6.1.2.1.126.1.2.2.1.18 docsBpi2CmtsAuthBpkmCmCertValid: 1.3.6.1.2.1.126.1.2.2.1.19 docsBpi2CmtsAuthBpkmCmCert: 1.3.6.1.2.1.126.1.2.2.1.20 docsBpi2CmtsAuthCACertIndexPtr: 1.3.6.1.2.1.126.1.2.2.1.21 docsBpi2CmtsTEKTable: 1.3.6.1.2.1.126.1.2.3 docsBpi2CmtsTEKEntry: 1.3.6.1.2.1.126.1.2.3.1 docsBpi2CmtsTEKSAId: 1.3.6.1.2.1.126.1.2.3.1.1 docsBpi2CmtsTEKSAType: 1.3.6.1.2.1.126.1.2.3.1.2 docsBpi2CmtsTEKDataEncryptAlg: 1.3.6.1.2.1.126.1.2.3.1.3 docsBpi2CmtsTEKDataAuthentAlg: 1.3.6.1.2.1.126.1.2.3.1.4 docsBpi2CmtsTEKLifetime: 1.3.6.1.2.1.126.1.2.3.1.5 docsBpi2CmtsTEKKeySequenceNumber: 1.3.6.1.2.1.126.1.2.3.1.6 docsBpi2CmtsTEKExpiresOld: 1.3.6.1.2.1.126.1.2.3.1.7 docsBpi2CmtsTEKExpiresNew: 1.3.6.1.2.1.126.1.2.3.1.8 docsBpi2CmtsTEKReset: 1.3.6.1.2.1.126.1.2.3.1.9 docsBpi2CmtsKeyRequests: 1.3.6.1.2.1.126.1.2.3.1.10 docsBpi2CmtsKeyReplies: 1.3.6.1.2.1.126.1.2.3.1.11 docsBpi2CmtsKeyRejects: 1.3.6.1.2.1.126.1.2.3.1.12 docsBpi2CmtsTEKInvalids: 1.3.6.1.2.1.126.1.2.3.1.13 docsBpi2CmtsKeyRejectErrorCode: 1.3.6.1.2.1.126.1.2.3.1.14 docsBpi2CmtsKeyRejectErrorString: 1.3.6.1.2.1.126.1.2.3.1.15 docsBpi2CmtsTEKInvalidErrorCode: 1.3.6.1.2.1.126.1.2.3.1.16 docsBpi2CmtsTEKInvalidErrorString: 1.3.6.1.2.1.126.1.2.3.1.17 docsBpi2CmtsMulticastObjects: 1.3.6.1.2.1.126.1.2.4 docsBpi2CmtsIpMulticastMapTable: 1.3.6.1.2.1.126.1.2.4.1 docsBpi2CmtsIpMulticastMapEntry: 1.3.6.1.2.1.126.1.2.4.1.1 docsBpi2CmtsIpMulticastIndex: 1.3.6.1.2.1.126.1.2.4.1.1.1 docsBpi2CmtsIpMulticastAddressType: 1.3.6.1.2.1.126.1.2.4.1.1.2 docsBpi2CmtsIpMulticastAddress: 1.3.6.1.2.1.126.1.2.4.1.1.3 docsBpi2CmtsIpMulticastMask: 1.3.6.1.2.1.126.1.2.4.1.1.4 docsBpi2CmtsIpMulticastSAId: 1.3.6.1.2.1.126.1.2.4.1.1.5 docsBpi2CmtsIpMulticastSAType: 1.3.6.1.2.1.126.1.2.4.1.1.6 docsBpi2CmtsIpMulticastDataEncryptAlg: 1.3.6.1.2.1.126.1.2.4.1.1.7 docsBpi2CmtsIpMulticastDataAuthentAlg: 1.3.6.1.2.1.126.1.2.4.1.1.8 docsBpi2CmtsIpMulticastSAMapRequests: 1.3.6.1.2.1.126.1.2.4.1.1.9 docsBpi2CmtsIpMulticastSAMapReplies: 1.3.6.1.2.1.126.1.2.4.1.1.10 docsBpi2CmtsIpMulticastSAMapRejects: 1.3.6.1.2.1.126.1.2.4.1.1.11 docsBpi2CmtsIpMulticastSAMapRejectErrorCode: 1.3.6.1.2.1.126.1.2.4.1.1.12 docsBpi2CmtsIpMulticastSAMapRejectErrorString: 1.3.6.1.2.1.126.1.2.4.1.1.13 docsBpi2CmtsIpMulticastMapControl: 1.3.6.1.2.1.126.1.2.4.1.1.14 docsBpi2CmtsIpMulticastMapStorageType: 1.3.6.1.2.1.126.1.2.4.1.1.15 docsBpi2CmtsMulticastAuthTable: 1.3.6.1.2.1.126.1.2.4.2 docsBpi2CmtsMulticastAuthEntry: 1.3.6.1.2.1.126.1.2.4.2.1 docsBpi2CmtsMulticastAuthSAId: 1.3.6.1.2.1.126.1.2.4.2.1.1 docsBpi2CmtsMulticastAuthCmMacAddress: 1.3.6.1.2.1.126.1.2.4.2.1.2 docsBpi2CmtsMulticastAuthControl: 1.3.6.1.2.1.126.1.2.4.2.1.3 docsBpi2CmtsCertObjects: 1.3.6.1.2.1.126.1.2.5 docsBpi2CmtsProvisionedCmCertTable: 1.3.6.1.2.1.126.1.2.5.1 docsBpi2CmtsProvisionedCmCertEntry: 1.3.6.1.2.1.126.1.2.5.1.1 docsBpi2CmtsProvisionedCmCertMacAddress: 1.3.6.1.2.1.126.1.2.5.1.1.1 docsBpi2CmtsProvisionedCmCertTrust: 1.3.6.1.2.1.126.1.2.5.1.1.2 docsBpi2CmtsProvisionedCmCertSource: 1.3.6.1.2.1.126.1.2.5.1.1.3 docsBpi2CmtsProvisionedCmCertStatus: 1.3.6.1.2.1.126.1.2.5.1.1.4 docsBpi2CmtsProvisionedCmCert: 1.3.6.1.2.1.126.1.2.5.1.1.5 docsBpi2CmtsCACertTable: 1.3.6.1.2.1.126.1.2.5.2 docsBpi2CmtsCACertEntry: 1.3.6.1.2.1.126.1.2.5.2.1 docsBpi2CmtsCACertIndex: 1.3.6.1.2.1.126.1.2.5.2.1.1 docsBpi2CmtsCACertSubject: 1.3.6.1.2.1.126.1.2.5.2.1.2 docsBpi2CmtsCACertIssuer: 1.3.6.1.2.1.126.1.2.5.2.1.3 docsBpi2CmtsCACertSerialNumber: 1.3.6.1.2.1.126.1.2.5.2.1.4 docsBpi2CmtsCACertTrust: 1.3.6.1.2.1.126.1.2.5.2.1.5 docsBpi2CmtsCACertSource: 1.3.6.1.2.1.126.1.2.5.2.1.6 docsBpi2CmtsCACertStatus: 1.3.6.1.2.1.126.1.2.5.2.1.7 docsBpi2CmtsCACert: 1.3.6.1.2.1.126.1.2.5.2.1.8 docsBpi2CmtsCACertThumbprint: 1.3.6.1.2.1.126.1.2.5.2.1.9 docsBpi2CodeDownloadControl: 1.3.6.1.2.1.126.1.4 docsBpi2CodeDownloadStatusCode: 1.3.6.1.2.1.126.1.4.1 docsBpi2CodeDownloadStatusString: 1.3.6.1.2.1.126.1.4.2 docsBpi2CodeMfgOrgName: 1.3.6.1.2.1.126.1.4.3 docsBpi2CodeMfgCodeAccessStart: 1.3.6.1.2.1.126.1.4.4 docsBpi2CodeMfgCvcAccessStart: 1.3.6.1.2.1.126.1.4.5 docsBpi2CodeCoSignerOrgName: 1.3.6.1.2.1.126.1.4.6 docsBpi2CodeCoSignerCodeAccessStart: 1.3.6.1.2.1.126.1.4.7 docsBpi2CodeCoSignerCvcAccessStart: 1.3.6.1.2.1.126.1.4.8 docsBpi2CodeCvcUpdate: 1.3.6.1.2.1.126.1.4.9 docsBpi2Conformance: 1.3.6.1.2.1.126.2 docsBpi2Compliances: 1.3.6.1.2.1.126.2.1 docsBpi2Groups: 1.3.6.1.2.1.126.2.2 snmp-1.2.0/data/ruby/snmp/mibs/Job-Monitoring-MIB.yaml0000644000004100000410000000363212365504747022467 0ustar www-datawww-data--- jobmonMIB: 1.3.6.1.4.1.2699.1.1 jobmonMIBObjects: 1.3.6.1.4.1.2699.1.1.1 jmGeneral: 1.3.6.1.4.1.2699.1.1.1.1 jmGeneralTable: 1.3.6.1.4.1.2699.1.1.1.1.1 jmGeneralEntry: 1.3.6.1.4.1.2699.1.1.1.1.1.1 jmGeneralJobSetIndex: 1.3.6.1.4.1.2699.1.1.1.1.1.1.1 jmGeneralNumberOfActiveJobs: 1.3.6.1.4.1.2699.1.1.1.1.1.1.2 jmGeneralOldestActiveJobIndex: 1.3.6.1.4.1.2699.1.1.1.1.1.1.3 jmGeneralNewestActiveJobIndex: 1.3.6.1.4.1.2699.1.1.1.1.1.1.4 jmGeneralJobPersistence: 1.3.6.1.4.1.2699.1.1.1.1.1.1.5 jmGeneralAttributePersistence: 1.3.6.1.4.1.2699.1.1.1.1.1.1.6 jmGeneralJobSetName: 1.3.6.1.4.1.2699.1.1.1.1.1.1.7 jmJobID: 1.3.6.1.4.1.2699.1.1.1.2 jmJobIDTable: 1.3.6.1.4.1.2699.1.1.1.2.1 jmJobIDEntry: 1.3.6.1.4.1.2699.1.1.1.2.1.1 jmJobSubmissionID: 1.3.6.1.4.1.2699.1.1.1.2.1.1.1 jmJobIDJobSetIndex: 1.3.6.1.4.1.2699.1.1.1.2.1.1.2 jmJobIDJobIndex: 1.3.6.1.4.1.2699.1.1.1.2.1.1.3 jmJob: 1.3.6.1.4.1.2699.1.1.1.3 jmJobTable: 1.3.6.1.4.1.2699.1.1.1.3.1 jmJobEntry: 1.3.6.1.4.1.2699.1.1.1.3.1.1 jmJobIndex: 1.3.6.1.4.1.2699.1.1.1.3.1.1.1 jmJobState: 1.3.6.1.4.1.2699.1.1.1.3.1.1.2 jmJobStateReasons1: 1.3.6.1.4.1.2699.1.1.1.3.1.1.3 jmNumberOfInterveningJobs: 1.3.6.1.4.1.2699.1.1.1.3.1.1.4 jmJobKOctetsPerCopyRequested: 1.3.6.1.4.1.2699.1.1.1.3.1.1.5 jmJobKOctetsProcessed: 1.3.6.1.4.1.2699.1.1.1.3.1.1.6 jmJobImpressionsPerCopyRequested: 1.3.6.1.4.1.2699.1.1.1.3.1.1.7 jmJobImpressionsCompleted: 1.3.6.1.4.1.2699.1.1.1.3.1.1.8 jmJobOwner: 1.3.6.1.4.1.2699.1.1.1.3.1.1.9 jmAttribute: 1.3.6.1.4.1.2699.1.1.1.4 jmAttributeTable: 1.3.6.1.4.1.2699.1.1.1.4.1 jmAttributeEntry: 1.3.6.1.4.1.2699.1.1.1.4.1.1 jmAttributeTypeIndex: 1.3.6.1.4.1.2699.1.1.1.4.1.1.1 jmAttributeInstanceIndex: 1.3.6.1.4.1.2699.1.1.1.4.1.1.2 jmAttributeValueAsInteger: 1.3.6.1.4.1.2699.1.1.1.4.1.1.3 jmAttributeValueAsOctets: 1.3.6.1.4.1.2699.1.1.1.4.1.1.4 jobmonMIBNotifications: 1.3.6.1.4.1.2699.1.1.2 jmMIBConformance: 1.3.6.1.4.1.2699.1.1.3 jmMIBGroups: 1.3.6.1.4.1.2699.1.1.3.2 snmp-1.2.0/data/ruby/snmp/mibs/RMON-MIB.yaml0000644000004100000410000002157312365504747020411 0ustar www-datawww-data--- rmon: 1.3.6.1.2.1.16 rmonEventsV2: 1.3.6.1.2.1.16.0 statistics: 1.3.6.1.2.1.16.1 etherStatsTable: 1.3.6.1.2.1.16.1.1 etherStatsEntry: 1.3.6.1.2.1.16.1.1.1 etherStatsIndex: 1.3.6.1.2.1.16.1.1.1.1 etherStatsDataSource: 1.3.6.1.2.1.16.1.1.1.2 etherStatsDropEvents: 1.3.6.1.2.1.16.1.1.1.3 etherStatsOctets: 1.3.6.1.2.1.16.1.1.1.4 etherStatsPkts: 1.3.6.1.2.1.16.1.1.1.5 etherStatsBroadcastPkts: 1.3.6.1.2.1.16.1.1.1.6 etherStatsMulticastPkts: 1.3.6.1.2.1.16.1.1.1.7 etherStatsCRCAlignErrors: 1.3.6.1.2.1.16.1.1.1.8 etherStatsUndersizePkts: 1.3.6.1.2.1.16.1.1.1.9 etherStatsOversizePkts: 1.3.6.1.2.1.16.1.1.1.10 etherStatsFragments: 1.3.6.1.2.1.16.1.1.1.11 etherStatsJabbers: 1.3.6.1.2.1.16.1.1.1.12 etherStatsCollisions: 1.3.6.1.2.1.16.1.1.1.13 etherStatsPkts64Octets: 1.3.6.1.2.1.16.1.1.1.14 etherStatsPkts65to127Octets: 1.3.6.1.2.1.16.1.1.1.15 etherStatsPkts128to255Octets: 1.3.6.1.2.1.16.1.1.1.16 etherStatsPkts256to511Octets: 1.3.6.1.2.1.16.1.1.1.17 etherStatsPkts512to1023Octets: 1.3.6.1.2.1.16.1.1.1.18 etherStatsPkts1024to1518Octets: 1.3.6.1.2.1.16.1.1.1.19 etherStatsOwner: 1.3.6.1.2.1.16.1.1.1.20 etherStatsStatus: 1.3.6.1.2.1.16.1.1.1.21 history: 1.3.6.1.2.1.16.2 historyControlTable: 1.3.6.1.2.1.16.2.1 historyControlEntry: 1.3.6.1.2.1.16.2.1.1 historyControlIndex: 1.3.6.1.2.1.16.2.1.1.1 historyControlDataSource: 1.3.6.1.2.1.16.2.1.1.2 historyControlBucketsRequested: 1.3.6.1.2.1.16.2.1.1.3 historyControlBucketsGranted: 1.3.6.1.2.1.16.2.1.1.4 historyControlInterval: 1.3.6.1.2.1.16.2.1.1.5 historyControlOwner: 1.3.6.1.2.1.16.2.1.1.6 historyControlStatus: 1.3.6.1.2.1.16.2.1.1.7 etherHistoryTable: 1.3.6.1.2.1.16.2.2 etherHistoryEntry: 1.3.6.1.2.1.16.2.2.1 etherHistoryIndex: 1.3.6.1.2.1.16.2.2.1.1 etherHistorySampleIndex: 1.3.6.1.2.1.16.2.2.1.2 etherHistoryIntervalStart: 1.3.6.1.2.1.16.2.2.1.3 etherHistoryDropEvents: 1.3.6.1.2.1.16.2.2.1.4 etherHistoryOctets: 1.3.6.1.2.1.16.2.2.1.5 etherHistoryPkts: 1.3.6.1.2.1.16.2.2.1.6 etherHistoryBroadcastPkts: 1.3.6.1.2.1.16.2.2.1.7 etherHistoryMulticastPkts: 1.3.6.1.2.1.16.2.2.1.8 etherHistoryCRCAlignErrors: 1.3.6.1.2.1.16.2.2.1.9 etherHistoryUndersizePkts: 1.3.6.1.2.1.16.2.2.1.10 etherHistoryOversizePkts: 1.3.6.1.2.1.16.2.2.1.11 etherHistoryFragments: 1.3.6.1.2.1.16.2.2.1.12 etherHistoryJabbers: 1.3.6.1.2.1.16.2.2.1.13 etherHistoryCollisions: 1.3.6.1.2.1.16.2.2.1.14 etherHistoryUtilization: 1.3.6.1.2.1.16.2.2.1.15 alarm: 1.3.6.1.2.1.16.3 alarmTable: 1.3.6.1.2.1.16.3.1 alarmEntry: 1.3.6.1.2.1.16.3.1.1 alarmIndex: 1.3.6.1.2.1.16.3.1.1.1 alarmInterval: 1.3.6.1.2.1.16.3.1.1.2 alarmVariable: 1.3.6.1.2.1.16.3.1.1.3 alarmSampleType: 1.3.6.1.2.1.16.3.1.1.4 alarmValue: 1.3.6.1.2.1.16.3.1.1.5 alarmStartupAlarm: 1.3.6.1.2.1.16.3.1.1.6 alarmRisingThreshold: 1.3.6.1.2.1.16.3.1.1.7 alarmFallingThreshold: 1.3.6.1.2.1.16.3.1.1.8 alarmRisingEventIndex: 1.3.6.1.2.1.16.3.1.1.9 alarmFallingEventIndex: 1.3.6.1.2.1.16.3.1.1.10 alarmOwner: 1.3.6.1.2.1.16.3.1.1.11 alarmStatus: 1.3.6.1.2.1.16.3.1.1.12 hosts: 1.3.6.1.2.1.16.4 hostControlTable: 1.3.6.1.2.1.16.4.1 hostControlEntry: 1.3.6.1.2.1.16.4.1.1 hostControlIndex: 1.3.6.1.2.1.16.4.1.1.1 hostControlDataSource: 1.3.6.1.2.1.16.4.1.1.2 hostControlTableSize: 1.3.6.1.2.1.16.4.1.1.3 hostControlLastDeleteTime: 1.3.6.1.2.1.16.4.1.1.4 hostControlOwner: 1.3.6.1.2.1.16.4.1.1.5 hostControlStatus: 1.3.6.1.2.1.16.4.1.1.6 hostTable: 1.3.6.1.2.1.16.4.2 hostEntry: 1.3.6.1.2.1.16.4.2.1 hostAddress: 1.3.6.1.2.1.16.4.2.1.1 hostCreationOrder: 1.3.6.1.2.1.16.4.2.1.2 hostIndex: 1.3.6.1.2.1.16.4.2.1.3 hostInPkts: 1.3.6.1.2.1.16.4.2.1.4 hostOutPkts: 1.3.6.1.2.1.16.4.2.1.5 hostInOctets: 1.3.6.1.2.1.16.4.2.1.6 hostOutOctets: 1.3.6.1.2.1.16.4.2.1.7 hostOutErrors: 1.3.6.1.2.1.16.4.2.1.8 hostOutBroadcastPkts: 1.3.6.1.2.1.16.4.2.1.9 hostOutMulticastPkts: 1.3.6.1.2.1.16.4.2.1.10 hostTimeTable: 1.3.6.1.2.1.16.4.3 hostTimeEntry: 1.3.6.1.2.1.16.4.3.1 hostTimeAddress: 1.3.6.1.2.1.16.4.3.1.1 hostTimeCreationOrder: 1.3.6.1.2.1.16.4.3.1.2 hostTimeIndex: 1.3.6.1.2.1.16.4.3.1.3 hostTimeInPkts: 1.3.6.1.2.1.16.4.3.1.4 hostTimeOutPkts: 1.3.6.1.2.1.16.4.3.1.5 hostTimeInOctets: 1.3.6.1.2.1.16.4.3.1.6 hostTimeOutOctets: 1.3.6.1.2.1.16.4.3.1.7 hostTimeOutErrors: 1.3.6.1.2.1.16.4.3.1.8 hostTimeOutBroadcastPkts: 1.3.6.1.2.1.16.4.3.1.9 hostTimeOutMulticastPkts: 1.3.6.1.2.1.16.4.3.1.10 hostTopN: 1.3.6.1.2.1.16.5 hostTopNControlTable: 1.3.6.1.2.1.16.5.1 hostTopNControlEntry: 1.3.6.1.2.1.16.5.1.1 hostTopNControlIndex: 1.3.6.1.2.1.16.5.1.1.1 hostTopNHostIndex: 1.3.6.1.2.1.16.5.1.1.2 hostTopNRateBase: 1.3.6.1.2.1.16.5.1.1.3 hostTopNTimeRemaining: 1.3.6.1.2.1.16.5.1.1.4 hostTopNDuration: 1.3.6.1.2.1.16.5.1.1.5 hostTopNRequestedSize: 1.3.6.1.2.1.16.5.1.1.6 hostTopNGrantedSize: 1.3.6.1.2.1.16.5.1.1.7 hostTopNStartTime: 1.3.6.1.2.1.16.5.1.1.8 hostTopNOwner: 1.3.6.1.2.1.16.5.1.1.9 hostTopNStatus: 1.3.6.1.2.1.16.5.1.1.10 hostTopNTable: 1.3.6.1.2.1.16.5.2 hostTopNEntry: 1.3.6.1.2.1.16.5.2.1 hostTopNReport: 1.3.6.1.2.1.16.5.2.1.1 hostTopNIndex: 1.3.6.1.2.1.16.5.2.1.2 hostTopNAddress: 1.3.6.1.2.1.16.5.2.1.3 hostTopNRate: 1.3.6.1.2.1.16.5.2.1.4 matrix: 1.3.6.1.2.1.16.6 matrixControlTable: 1.3.6.1.2.1.16.6.1 matrixControlEntry: 1.3.6.1.2.1.16.6.1.1 matrixControlIndex: 1.3.6.1.2.1.16.6.1.1.1 matrixControlDataSource: 1.3.6.1.2.1.16.6.1.1.2 matrixControlTableSize: 1.3.6.1.2.1.16.6.1.1.3 matrixControlLastDeleteTime: 1.3.6.1.2.1.16.6.1.1.4 matrixControlOwner: 1.3.6.1.2.1.16.6.1.1.5 matrixControlStatus: 1.3.6.1.2.1.16.6.1.1.6 matrixSDTable: 1.3.6.1.2.1.16.6.2 matrixSDEntry: 1.3.6.1.2.1.16.6.2.1 matrixSDSourceAddress: 1.3.6.1.2.1.16.6.2.1.1 matrixSDDestAddress: 1.3.6.1.2.1.16.6.2.1.2 matrixSDIndex: 1.3.6.1.2.1.16.6.2.1.3 matrixSDPkts: 1.3.6.1.2.1.16.6.2.1.4 matrixSDOctets: 1.3.6.1.2.1.16.6.2.1.5 matrixSDErrors: 1.3.6.1.2.1.16.6.2.1.6 matrixDSTable: 1.3.6.1.2.1.16.6.3 matrixDSEntry: 1.3.6.1.2.1.16.6.3.1 matrixDSSourceAddress: 1.3.6.1.2.1.16.6.3.1.1 matrixDSDestAddress: 1.3.6.1.2.1.16.6.3.1.2 matrixDSIndex: 1.3.6.1.2.1.16.6.3.1.3 matrixDSPkts: 1.3.6.1.2.1.16.6.3.1.4 matrixDSOctets: 1.3.6.1.2.1.16.6.3.1.5 matrixDSErrors: 1.3.6.1.2.1.16.6.3.1.6 filter: 1.3.6.1.2.1.16.7 filterTable: 1.3.6.1.2.1.16.7.1 filterEntry: 1.3.6.1.2.1.16.7.1.1 filterIndex: 1.3.6.1.2.1.16.7.1.1.1 filterChannelIndex: 1.3.6.1.2.1.16.7.1.1.2 filterPktDataOffset: 1.3.6.1.2.1.16.7.1.1.3 filterPktData: 1.3.6.1.2.1.16.7.1.1.4 filterPktDataMask: 1.3.6.1.2.1.16.7.1.1.5 filterPktDataNotMask: 1.3.6.1.2.1.16.7.1.1.6 filterPktStatus: 1.3.6.1.2.1.16.7.1.1.7 filterPktStatusMask: 1.3.6.1.2.1.16.7.1.1.8 filterPktStatusNotMask: 1.3.6.1.2.1.16.7.1.1.9 filterOwner: 1.3.6.1.2.1.16.7.1.1.10 filterStatus: 1.3.6.1.2.1.16.7.1.1.11 channelTable: 1.3.6.1.2.1.16.7.2 channelEntry: 1.3.6.1.2.1.16.7.2.1 channelIndex: 1.3.6.1.2.1.16.7.2.1.1 channelIfIndex: 1.3.6.1.2.1.16.7.2.1.2 channelAcceptType: 1.3.6.1.2.1.16.7.2.1.3 channelDataControl: 1.3.6.1.2.1.16.7.2.1.4 channelTurnOnEventIndex: 1.3.6.1.2.1.16.7.2.1.5 channelTurnOffEventIndex: 1.3.6.1.2.1.16.7.2.1.6 channelEventIndex: 1.3.6.1.2.1.16.7.2.1.7 channelEventStatus: 1.3.6.1.2.1.16.7.2.1.8 channelMatches: 1.3.6.1.2.1.16.7.2.1.9 channelDescription: 1.3.6.1.2.1.16.7.2.1.10 channelOwner: 1.3.6.1.2.1.16.7.2.1.11 channelStatus: 1.3.6.1.2.1.16.7.2.1.12 capture: 1.3.6.1.2.1.16.8 bufferControlTable: 1.3.6.1.2.1.16.8.1 bufferControlEntry: 1.3.6.1.2.1.16.8.1.1 bufferControlIndex: 1.3.6.1.2.1.16.8.1.1.1 bufferControlChannelIndex: 1.3.6.1.2.1.16.8.1.1.2 bufferControlFullStatus: 1.3.6.1.2.1.16.8.1.1.3 bufferControlFullAction: 1.3.6.1.2.1.16.8.1.1.4 bufferControlCaptureSliceSize: 1.3.6.1.2.1.16.8.1.1.5 bufferControlDownloadSliceSize: 1.3.6.1.2.1.16.8.1.1.6 bufferControlDownloadOffset: 1.3.6.1.2.1.16.8.1.1.7 bufferControlMaxOctetsRequested: 1.3.6.1.2.1.16.8.1.1.8 bufferControlMaxOctetsGranted: 1.3.6.1.2.1.16.8.1.1.9 bufferControlCapturedPackets: 1.3.6.1.2.1.16.8.1.1.10 bufferControlTurnOnTime: 1.3.6.1.2.1.16.8.1.1.11 bufferControlOwner: 1.3.6.1.2.1.16.8.1.1.12 bufferControlStatus: 1.3.6.1.2.1.16.8.1.1.13 captureBufferTable: 1.3.6.1.2.1.16.8.2 captureBufferEntry: 1.3.6.1.2.1.16.8.2.1 captureBufferControlIndex: 1.3.6.1.2.1.16.8.2.1.1 captureBufferIndex: 1.3.6.1.2.1.16.8.2.1.2 captureBufferPacketID: 1.3.6.1.2.1.16.8.2.1.3 captureBufferPacketData: 1.3.6.1.2.1.16.8.2.1.4 captureBufferPacketLength: 1.3.6.1.2.1.16.8.2.1.5 captureBufferPacketTime: 1.3.6.1.2.1.16.8.2.1.6 captureBufferPacketStatus: 1.3.6.1.2.1.16.8.2.1.7 event: 1.3.6.1.2.1.16.9 eventTable: 1.3.6.1.2.1.16.9.1 eventEntry: 1.3.6.1.2.1.16.9.1.1 eventIndex: 1.3.6.1.2.1.16.9.1.1.1 eventDescription: 1.3.6.1.2.1.16.9.1.1.2 eventType: 1.3.6.1.2.1.16.9.1.1.3 eventCommunity: 1.3.6.1.2.1.16.9.1.1.4 eventLastTimeSent: 1.3.6.1.2.1.16.9.1.1.5 eventOwner: 1.3.6.1.2.1.16.9.1.1.6 eventStatus: 1.3.6.1.2.1.16.9.1.1.7 logTable: 1.3.6.1.2.1.16.9.2 logEntry: 1.3.6.1.2.1.16.9.2.1 logEventIndex: 1.3.6.1.2.1.16.9.2.1.1 logIndex: 1.3.6.1.2.1.16.9.2.1.2 logTime: 1.3.6.1.2.1.16.9.2.1.3 logDescription: 1.3.6.1.2.1.16.9.2.1.4 rmonConformance: 1.3.6.1.2.1.16.20 rmonMibModule: 1.3.6.1.2.1.16.20.8 rmonCompliances: 1.3.6.1.2.1.16.20.9 rmonGroups: 1.3.6.1.2.1.16.20.10 risingAlarm: 1.3.6.1.2.1.16.0.1 fallingAlarm: 1.3.6.1.2.1.16.0.2 snmp-1.2.0/data/ruby/snmp/mibs/RFC1213-MIB.yaml0000644000004100000410000001476012365504747020557 0ustar www-datawww-data--- mib-2: 1.3.6.1.2.1 system: 1.3.6.1.2.1.1 sysDescr: 1.3.6.1.2.1.1.1 sysObjectID: 1.3.6.1.2.1.1.2 sysUpTime: 1.3.6.1.2.1.1.3 sysContact: 1.3.6.1.2.1.1.4 sysName: 1.3.6.1.2.1.1.5 sysLocation: 1.3.6.1.2.1.1.6 sysServices: 1.3.6.1.2.1.1.7 interfaces: 1.3.6.1.2.1.2 ifNumber: 1.3.6.1.2.1.2.1 ifTable: 1.3.6.1.2.1.2.2 ifEntry: 1.3.6.1.2.1.2.2.1 ifIndex: 1.3.6.1.2.1.2.2.1.1 ifDescr: 1.3.6.1.2.1.2.2.1.2 ifType: 1.3.6.1.2.1.2.2.1.3 ifMtu: 1.3.6.1.2.1.2.2.1.4 ifSpeed: 1.3.6.1.2.1.2.2.1.5 ifPhysAddress: 1.3.6.1.2.1.2.2.1.6 ifAdminStatus: 1.3.6.1.2.1.2.2.1.7 ifOperStatus: 1.3.6.1.2.1.2.2.1.8 ifLastChange: 1.3.6.1.2.1.2.2.1.9 ifInOctets: 1.3.6.1.2.1.2.2.1.10 ifInUcastPkts: 1.3.6.1.2.1.2.2.1.11 ifInNUcastPkts: 1.3.6.1.2.1.2.2.1.12 ifInDiscards: 1.3.6.1.2.1.2.2.1.13 ifInErrors: 1.3.6.1.2.1.2.2.1.14 ifInUnknownProtos: 1.3.6.1.2.1.2.2.1.15 ifOutOctets: 1.3.6.1.2.1.2.2.1.16 ifOutUcastPkts: 1.3.6.1.2.1.2.2.1.17 ifOutNUcastPkts: 1.3.6.1.2.1.2.2.1.18 ifOutDiscards: 1.3.6.1.2.1.2.2.1.19 ifOutErrors: 1.3.6.1.2.1.2.2.1.20 ifOutQLen: 1.3.6.1.2.1.2.2.1.21 ifSpecific: 1.3.6.1.2.1.2.2.1.22 at: 1.3.6.1.2.1.3 atTable: 1.3.6.1.2.1.3.1 atEntry: 1.3.6.1.2.1.3.1.1 atIfIndex: 1.3.6.1.2.1.3.1.1.1 atPhysAddress: 1.3.6.1.2.1.3.1.1.2 atNetAddress: 1.3.6.1.2.1.3.1.1.3 ip: 1.3.6.1.2.1.4 ipForwarding: 1.3.6.1.2.1.4.1 ipDefaultTTL: 1.3.6.1.2.1.4.2 ipInReceives: 1.3.6.1.2.1.4.3 ipInHdrErrors: 1.3.6.1.2.1.4.4 ipInAddrErrors: 1.3.6.1.2.1.4.5 ipForwDatagrams: 1.3.6.1.2.1.4.6 ipInUnknownProtos: 1.3.6.1.2.1.4.7 ipInDiscards: 1.3.6.1.2.1.4.8 ipInDelivers: 1.3.6.1.2.1.4.9 ipOutRequests: 1.3.6.1.2.1.4.10 ipOutDiscards: 1.3.6.1.2.1.4.11 ipOutNoRoutes: 1.3.6.1.2.1.4.12 ipReasmTimeout: 1.3.6.1.2.1.4.13 ipReasmReqds: 1.3.6.1.2.1.4.14 ipReasmOKs: 1.3.6.1.2.1.4.15 ipReasmFails: 1.3.6.1.2.1.4.16 ipFragOKs: 1.3.6.1.2.1.4.17 ipFragFails: 1.3.6.1.2.1.4.18 ipFragCreates: 1.3.6.1.2.1.4.19 ipAddrTable: 1.3.6.1.2.1.4.20 ipAddrEntry: 1.3.6.1.2.1.4.20.1 ipAdEntAddr: 1.3.6.1.2.1.4.20.1.1 ipAdEntIfIndex: 1.3.6.1.2.1.4.20.1.2 ipAdEntNetMask: 1.3.6.1.2.1.4.20.1.3 ipAdEntBcastAddr: 1.3.6.1.2.1.4.20.1.4 ipAdEntReasmMaxSize: 1.3.6.1.2.1.4.20.1.5 ipRouteTable: 1.3.6.1.2.1.4.21 ipRouteEntry: 1.3.6.1.2.1.4.21.1 ipRouteDest: 1.3.6.1.2.1.4.21.1.1 ipRouteIfIndex: 1.3.6.1.2.1.4.21.1.2 ipRouteMetric1: 1.3.6.1.2.1.4.21.1.3 ipRouteMetric2: 1.3.6.1.2.1.4.21.1.4 ipRouteMetric3: 1.3.6.1.2.1.4.21.1.5 ipRouteMetric4: 1.3.6.1.2.1.4.21.1.6 ipRouteNextHop: 1.3.6.1.2.1.4.21.1.7 ipRouteType: 1.3.6.1.2.1.4.21.1.8 ipRouteProto: 1.3.6.1.2.1.4.21.1.9 ipRouteAge: 1.3.6.1.2.1.4.21.1.10 ipRouteMask: 1.3.6.1.2.1.4.21.1.11 ipRouteMetric5: 1.3.6.1.2.1.4.21.1.12 ipRouteInfo: 1.3.6.1.2.1.4.21.1.13 ipNetToMediaTable: 1.3.6.1.2.1.4.22 ipNetToMediaEntry: 1.3.6.1.2.1.4.22.1 ipNetToMediaIfIndex: 1.3.6.1.2.1.4.22.1.1 ipNetToMediaPhysAddress: 1.3.6.1.2.1.4.22.1.2 ipNetToMediaNetAddress: 1.3.6.1.2.1.4.22.1.3 ipNetToMediaType: 1.3.6.1.2.1.4.22.1.4 ipRoutingDiscards: 1.3.6.1.2.1.4.23 icmp: 1.3.6.1.2.1.5 icmpInMsgs: 1.3.6.1.2.1.5.1 icmpInErrors: 1.3.6.1.2.1.5.2 icmpInDestUnreachs: 1.3.6.1.2.1.5.3 icmpInTimeExcds: 1.3.6.1.2.1.5.4 icmpInParmProbs: 1.3.6.1.2.1.5.5 icmpInSrcQuenchs: 1.3.6.1.2.1.5.6 icmpInRedirects: 1.3.6.1.2.1.5.7 icmpInEchos: 1.3.6.1.2.1.5.8 icmpInEchoReps: 1.3.6.1.2.1.5.9 icmpInTimestamps: 1.3.6.1.2.1.5.10 icmpInTimestampReps: 1.3.6.1.2.1.5.11 icmpInAddrMasks: 1.3.6.1.2.1.5.12 icmpInAddrMaskReps: 1.3.6.1.2.1.5.13 icmpOutMsgs: 1.3.6.1.2.1.5.14 icmpOutErrors: 1.3.6.1.2.1.5.15 icmpOutDestUnreachs: 1.3.6.1.2.1.5.16 icmpOutTimeExcds: 1.3.6.1.2.1.5.17 icmpOutParmProbs: 1.3.6.1.2.1.5.18 icmpOutSrcQuenchs: 1.3.6.1.2.1.5.19 icmpOutRedirects: 1.3.6.1.2.1.5.20 icmpOutEchos: 1.3.6.1.2.1.5.21 icmpOutEchoReps: 1.3.6.1.2.1.5.22 icmpOutTimestamps: 1.3.6.1.2.1.5.23 icmpOutTimestampReps: 1.3.6.1.2.1.5.24 icmpOutAddrMasks: 1.3.6.1.2.1.5.25 icmpOutAddrMaskReps: 1.3.6.1.2.1.5.26 tcp: 1.3.6.1.2.1.6 tcpRtoAlgorithm: 1.3.6.1.2.1.6.1 tcpRtoMin: 1.3.6.1.2.1.6.2 tcpRtoMax: 1.3.6.1.2.1.6.3 tcpMaxConn: 1.3.6.1.2.1.6.4 tcpActiveOpens: 1.3.6.1.2.1.6.5 tcpPassiveOpens: 1.3.6.1.2.1.6.6 tcpAttemptFails: 1.3.6.1.2.1.6.7 tcpEstabResets: 1.3.6.1.2.1.6.8 tcpCurrEstab: 1.3.6.1.2.1.6.9 tcpInSegs: 1.3.6.1.2.1.6.10 tcpOutSegs: 1.3.6.1.2.1.6.11 tcpRetransSegs: 1.3.6.1.2.1.6.12 tcpConnTable: 1.3.6.1.2.1.6.13 tcpConnEntry: 1.3.6.1.2.1.6.13.1 tcpConnState: 1.3.6.1.2.1.6.13.1.1 tcpConnLocalAddress: 1.3.6.1.2.1.6.13.1.2 tcpConnLocalPort: 1.3.6.1.2.1.6.13.1.3 tcpConnRemAddress: 1.3.6.1.2.1.6.13.1.4 tcpConnRemPort: 1.3.6.1.2.1.6.13.1.5 tcpInErrs: 1.3.6.1.2.1.6.14 tcpOutRsts: 1.3.6.1.2.1.6.15 udp: 1.3.6.1.2.1.7 udpInDatagrams: 1.3.6.1.2.1.7.1 udpNoPorts: 1.3.6.1.2.1.7.2 udpInErrors: 1.3.6.1.2.1.7.3 udpOutDatagrams: 1.3.6.1.2.1.7.4 udpTable: 1.3.6.1.2.1.7.5 udpEntry: 1.3.6.1.2.1.7.5.1 udpLocalAddress: 1.3.6.1.2.1.7.5.1.1 udpLocalPort: 1.3.6.1.2.1.7.5.1.2 egp: 1.3.6.1.2.1.8 egpInMsgs: 1.3.6.1.2.1.8.1 egpInErrors: 1.3.6.1.2.1.8.2 egpOutMsgs: 1.3.6.1.2.1.8.3 egpOutErrors: 1.3.6.1.2.1.8.4 egpNeighTable: 1.3.6.1.2.1.8.5 egpNeighEntry: 1.3.6.1.2.1.8.5.1 egpNeighState: 1.3.6.1.2.1.8.5.1.1 egpNeighAddr: 1.3.6.1.2.1.8.5.1.2 egpNeighAs: 1.3.6.1.2.1.8.5.1.3 egpNeighInMsgs: 1.3.6.1.2.1.8.5.1.4 egpNeighInErrs: 1.3.6.1.2.1.8.5.1.5 egpNeighOutMsgs: 1.3.6.1.2.1.8.5.1.6 egpNeighOutErrs: 1.3.6.1.2.1.8.5.1.7 egpNeighInErrMsgs: 1.3.6.1.2.1.8.5.1.8 egpNeighOutErrMsgs: 1.3.6.1.2.1.8.5.1.9 egpNeighStateUps: 1.3.6.1.2.1.8.5.1.10 egpNeighStateDowns: 1.3.6.1.2.1.8.5.1.11 egpNeighIntervalHello: 1.3.6.1.2.1.8.5.1.12 egpNeighIntervalPoll: 1.3.6.1.2.1.8.5.1.13 egpNeighMode: 1.3.6.1.2.1.8.5.1.14 egpNeighEventTrigger: 1.3.6.1.2.1.8.5.1.15 egpAs: 1.3.6.1.2.1.8.6 transmission: 1.3.6.1.2.1.10 snmp: 1.3.6.1.2.1.11 snmpInPkts: 1.3.6.1.2.1.11.1 snmpOutPkts: 1.3.6.1.2.1.11.2 snmpInBadVersions: 1.3.6.1.2.1.11.3 snmpInBadCommunityNames: 1.3.6.1.2.1.11.4 snmpInBadCommunityUses: 1.3.6.1.2.1.11.5 snmpInASNParseErrs: 1.3.6.1.2.1.11.6 snmpInTooBigs: 1.3.6.1.2.1.11.8 snmpInNoSuchNames: 1.3.6.1.2.1.11.9 snmpInBadValues: 1.3.6.1.2.1.11.10 snmpInReadOnlys: 1.3.6.1.2.1.11.11 snmpInGenErrs: 1.3.6.1.2.1.11.12 snmpInTotalReqVars: 1.3.6.1.2.1.11.13 snmpInTotalSetVars: 1.3.6.1.2.1.11.14 snmpInGetRequests: 1.3.6.1.2.1.11.15 snmpInGetNexts: 1.3.6.1.2.1.11.16 snmpInSetRequests: 1.3.6.1.2.1.11.17 snmpInGetResponses: 1.3.6.1.2.1.11.18 snmpInTraps: 1.3.6.1.2.1.11.19 snmpOutTooBigs: 1.3.6.1.2.1.11.20 snmpOutNoSuchNames: 1.3.6.1.2.1.11.21 snmpOutBadValues: 1.3.6.1.2.1.11.22 snmpOutGenErrs: 1.3.6.1.2.1.11.24 snmpOutGetRequests: 1.3.6.1.2.1.11.25 snmpOutGetNexts: 1.3.6.1.2.1.11.26 snmpOutSetRequests: 1.3.6.1.2.1.11.27 snmpOutGetResponses: 1.3.6.1.2.1.11.28 snmpOutTraps: 1.3.6.1.2.1.11.29 snmpEnableAuthenTraps: 1.3.6.1.2.1.11.30 snmp-1.2.0/data/ruby/snmp/mibs/AGENTX-MIB.yaml0000644000004100000410000000325012365504747020614 0ustar www-datawww-data--- agentxMIB: 1.3.6.1.2.1.74 agentxObjects: 1.3.6.1.2.1.74.1 agentxGeneral: 1.3.6.1.2.1.74.1.1 agentxDefaultTimeout: 1.3.6.1.2.1.74.1.1.1 agentxMasterAgentXVer: 1.3.6.1.2.1.74.1.1.2 agentxConnection: 1.3.6.1.2.1.74.1.2 agentxConnTableLastChange: 1.3.6.1.2.1.74.1.2.1 agentxConnectionTable: 1.3.6.1.2.1.74.1.2.2 agentxConnectionEntry: 1.3.6.1.2.1.74.1.2.2.1 agentxConnIndex: 1.3.6.1.2.1.74.1.2.2.1.1 agentxConnOpenTime: 1.3.6.1.2.1.74.1.2.2.1.2 agentxConnTransportDomain: 1.3.6.1.2.1.74.1.2.2.1.3 agentxConnTransportAddress: 1.3.6.1.2.1.74.1.2.2.1.4 agentxSession: 1.3.6.1.2.1.74.1.3 agentxSessionTableLastChange: 1.3.6.1.2.1.74.1.3.1 agentxSessionTable: 1.3.6.1.2.1.74.1.3.2 agentxSessionEntry: 1.3.6.1.2.1.74.1.3.2.1 agentxSessionIndex: 1.3.6.1.2.1.74.1.3.2.1.1 agentxSessionObjectID: 1.3.6.1.2.1.74.1.3.2.1.2 agentxSessionDescr: 1.3.6.1.2.1.74.1.3.2.1.3 agentxSessionAdminStatus: 1.3.6.1.2.1.74.1.3.2.1.4 agentxSessionOpenTime: 1.3.6.1.2.1.74.1.3.2.1.5 agentxSessionAgentXVer: 1.3.6.1.2.1.74.1.3.2.1.6 agentxSessionTimeout: 1.3.6.1.2.1.74.1.3.2.1.7 agentxRegistration: 1.3.6.1.2.1.74.1.4 agentxRegistrationTableLastChange: 1.3.6.1.2.1.74.1.4.1 agentxRegistrationTable: 1.3.6.1.2.1.74.1.4.2 agentxRegistrationEntry: 1.3.6.1.2.1.74.1.4.2.1 agentxRegIndex: 1.3.6.1.2.1.74.1.4.2.1.1 agentxRegContext: 1.3.6.1.2.1.74.1.4.2.1.2 agentxRegStart: 1.3.6.1.2.1.74.1.4.2.1.3 agentxRegRangeSubId: 1.3.6.1.2.1.74.1.4.2.1.4 agentxRegUpperBound: 1.3.6.1.2.1.74.1.4.2.1.5 agentxRegPriority: 1.3.6.1.2.1.74.1.4.2.1.6 agentxRegTimeout: 1.3.6.1.2.1.74.1.4.2.1.7 agentxRegInstance: 1.3.6.1.2.1.74.1.4.2.1.8 agentxConformance: 1.3.6.1.2.1.74.2 agentxMIBGroups: 1.3.6.1.2.1.74.2.1 agentxMIBCompliances: 1.3.6.1.2.1.74.2.2 snmp-1.2.0/data/ruby/snmp/mibs/COFFEE-POT-MIB.yaml0000644000004100000410000000063512365504747021221 0ustar www-datawww-data--- coffee: 1.3.6.1.2.1.10.132 potName: 1.3.6.1.2.1.10.132.1 potCapacity: 1.3.6.1.2.1.10.132.2 potType: 1.3.6.1.2.1.10.132.3 potLocation: 1.3.6.1.2.1.10.132.4 potMonitor: 1.3.6.1.2.1.10.132.6 potOperStatus: 1.3.6.1.2.1.10.132.6.1 potLevel: 1.3.6.1.2.1.10.132.6.2 potMetric: 1.3.6.1.2.1.10.132.6.3 potStartTime: 1.3.6.1.2.1.10.132.6.4 lastStartTime: 1.3.6.1.2.1.10.132.6.5 potTemperature: 1.3.6.1.2.1.10.132.6.6 snmp-1.2.0/data/ruby/snmp/mibs/ROHC-MIB.yaml0000644000004100000410000000556112365504747020370 0ustar www-datawww-data--- rohcMIB: 1.3.6.1.2.1.112 rohcObjects: 1.3.6.1.2.1.112.1 rohcInstanceObjects: 1.3.6.1.2.1.112.1.1 rohcChannelTable: 1.3.6.1.2.1.112.1.1.1 rohcChannelEntry: 1.3.6.1.2.1.112.1.1.1.1 rohcChannelID: 1.3.6.1.2.1.112.1.1.1.1.2 rohcChannelType: 1.3.6.1.2.1.112.1.1.1.1.3 rohcChannelFeedbackFor: 1.3.6.1.2.1.112.1.1.1.1.4 rohcChannelDescr: 1.3.6.1.2.1.112.1.1.1.1.5 rohcChannelStatus: 1.3.6.1.2.1.112.1.1.1.1.6 rohcInstanceTable: 1.3.6.1.2.1.112.1.1.2 rohcInstanceEntry: 1.3.6.1.2.1.112.1.1.2.1 rohcInstanceType: 1.3.6.1.2.1.112.1.1.2.1.2 rohcInstanceFBChannelID: 1.3.6.1.2.1.112.1.1.2.1.4 rohcInstanceVendor: 1.3.6.1.2.1.112.1.1.2.1.5 rohcInstanceVersion: 1.3.6.1.2.1.112.1.1.2.1.6 rohcInstanceDescr: 1.3.6.1.2.1.112.1.1.2.1.7 rohcInstanceClockRes: 1.3.6.1.2.1.112.1.1.2.1.8 rohcInstanceMaxCID: 1.3.6.1.2.1.112.1.1.2.1.9 rohcInstanceLargeCIDs: 1.3.6.1.2.1.112.1.1.2.1.10 rohcInstanceMRRU: 1.3.6.1.2.1.112.1.1.2.1.11 rohcInstanceContextStorageTime: 1.3.6.1.2.1.112.1.1.2.1.12 rohcInstanceStatus: 1.3.6.1.2.1.112.1.1.2.1.13 rohcInstanceContextsTotal: 1.3.6.1.2.1.112.1.1.2.1.14 rohcInstanceContextsCurrent: 1.3.6.1.2.1.112.1.1.2.1.15 rohcInstancePackets: 1.3.6.1.2.1.112.1.1.2.1.16 rohcInstanceIRs: 1.3.6.1.2.1.112.1.1.2.1.17 rohcInstanceIRDYNs: 1.3.6.1.2.1.112.1.1.2.1.18 rohcInstanceFeedbacks: 1.3.6.1.2.1.112.1.1.2.1.19 rohcInstanceCompressionRatio: 1.3.6.1.2.1.112.1.1.2.1.20 rohcProfileTable: 1.3.6.1.2.1.112.1.1.3 rohcProfileEntry: 1.3.6.1.2.1.112.1.1.3.1 rohcProfile: 1.3.6.1.2.1.112.1.1.3.1.2 rohcProfileVendor: 1.3.6.1.2.1.112.1.1.3.1.3 rohcProfileVersion: 1.3.6.1.2.1.112.1.1.3.1.4 rohcProfileDescr: 1.3.6.1.2.1.112.1.1.3.1.5 rohcProfileNegotiated: 1.3.6.1.2.1.112.1.1.3.1.6 rohcContextTable: 1.3.6.1.2.1.112.1.2 rohcContextEntry: 1.3.6.1.2.1.112.1.2.1 rohcContextCID: 1.3.6.1.2.1.112.1.2.1.2 rohcContextCIDState: 1.3.6.1.2.1.112.1.2.1.3 rohcContextProfile: 1.3.6.1.2.1.112.1.2.1.4 rohcContextDecompressorDepth: 1.3.6.1.2.1.112.1.2.1.5 rohcContextStorageTime: 1.3.6.1.2.1.112.1.2.1.6 rohcContextActivationTime: 1.3.6.1.2.1.112.1.2.1.7 rohcContextDeactivationTime: 1.3.6.1.2.1.112.1.2.1.8 rohcContextPackets: 1.3.6.1.2.1.112.1.2.1.9 rohcContextIRs: 1.3.6.1.2.1.112.1.2.1.10 rohcContextIRDYNs: 1.3.6.1.2.1.112.1.2.1.11 rohcContextFeedbacks: 1.3.6.1.2.1.112.1.2.1.12 rohcContextDecompressorFailures: 1.3.6.1.2.1.112.1.2.1.13 rohcContextDecompressorRepairs: 1.3.6.1.2.1.112.1.2.1.14 rohcContextAllPacketsRatio: 1.3.6.1.2.1.112.1.2.1.15 rohcContextAllHeadersRatio: 1.3.6.1.2.1.112.1.2.1.16 rohcContextAllPacketsMeanSize: 1.3.6.1.2.1.112.1.2.1.17 rohcContextAllHeadersMeanSize: 1.3.6.1.2.1.112.1.2.1.18 rohcContextLastPacketsRatio: 1.3.6.1.2.1.112.1.2.1.19 rohcContextLastHeadersRatio: 1.3.6.1.2.1.112.1.2.1.20 rohcContextLastPacketsMeanSize: 1.3.6.1.2.1.112.1.2.1.21 rohcContextLastHeadersMeanSize: 1.3.6.1.2.1.112.1.2.1.22 rohcConformance: 1.3.6.1.2.1.112.2 rohcCompliances: 1.3.6.1.2.1.112.2.1 rohcGroups: 1.3.6.1.2.1.112.2.2 snmp-1.2.0/data/ruby/snmp/mibs/IGMP-STD-MIB.yaml0000644000004100000410000000262112365504747021013 0ustar www-datawww-data--- igmpStdMIB: 1.3.6.1.2.1.85 igmpMIBObjects: 1.3.6.1.2.1.85.1 igmpInterfaceTable: 1.3.6.1.2.1.85.1.1 igmpInterfaceEntry: 1.3.6.1.2.1.85.1.1.1 igmpInterfaceIfIndex: 1.3.6.1.2.1.85.1.1.1.1 igmpInterfaceQueryInterval: 1.3.6.1.2.1.85.1.1.1.2 igmpInterfaceStatus: 1.3.6.1.2.1.85.1.1.1.3 igmpInterfaceVersion: 1.3.6.1.2.1.85.1.1.1.4 igmpInterfaceQuerier: 1.3.6.1.2.1.85.1.1.1.5 igmpInterfaceQueryMaxResponseTime: 1.3.6.1.2.1.85.1.1.1.6 igmpInterfaceQuerierUpTime: 1.3.6.1.2.1.85.1.1.1.7 igmpInterfaceQuerierExpiryTime: 1.3.6.1.2.1.85.1.1.1.8 igmpInterfaceVersion1QuerierTimer: 1.3.6.1.2.1.85.1.1.1.9 igmpInterfaceWrongVersionQueries: 1.3.6.1.2.1.85.1.1.1.10 igmpInterfaceJoins: 1.3.6.1.2.1.85.1.1.1.11 igmpInterfaceProxyIfIndex: 1.3.6.1.2.1.85.1.1.1.12 igmpInterfaceGroups: 1.3.6.1.2.1.85.1.1.1.13 igmpInterfaceRobustness: 1.3.6.1.2.1.85.1.1.1.14 igmpInterfaceLastMembQueryIntvl: 1.3.6.1.2.1.85.1.1.1.15 igmpCacheTable: 1.3.6.1.2.1.85.1.2 igmpCacheEntry: 1.3.6.1.2.1.85.1.2.1 igmpCacheAddress: 1.3.6.1.2.1.85.1.2.1.1 igmpCacheIfIndex: 1.3.6.1.2.1.85.1.2.1.2 igmpCacheSelf: 1.3.6.1.2.1.85.1.2.1.3 igmpCacheLastReporter: 1.3.6.1.2.1.85.1.2.1.4 igmpCacheUpTime: 1.3.6.1.2.1.85.1.2.1.5 igmpCacheExpiryTime: 1.3.6.1.2.1.85.1.2.1.6 igmpCacheStatus: 1.3.6.1.2.1.85.1.2.1.7 igmpCacheVersion1HostTimer: 1.3.6.1.2.1.85.1.2.1.8 igmpMIBConformance: 1.3.6.1.2.1.85.2 igmpMIBCompliances: 1.3.6.1.2.1.85.2.1 igmpMIBGroups: 1.3.6.1.2.1.85.2.2 snmp-1.2.0/data/ruby/snmp/mibs/MSDP-MIB.yaml0000644000004100000410000000566712365504747020407 0ustar www-datawww-data--- msdpMIB: 1.3.6.1.3.92 msdpMIBobjects: 1.3.6.1.3.92.1 msdp: 1.3.6.1.3.92.1.1 msdpTraps: 1.3.6.1.3.92.1.1.0 msdpEnabled: 1.3.6.1.3.92.1.1.1 msdpCacheLifetime: 1.3.6.1.3.92.1.1.2 msdpNumSACacheEntries: 1.3.6.1.3.92.1.1.3 msdpRequestsTable: 1.3.6.1.3.92.1.1.4 msdpRequestsEntry: 1.3.6.1.3.92.1.1.4.1 msdpRequestsGroupAddress: 1.3.6.1.3.92.1.1.4.1.1 msdpRequestsGroupMask: 1.3.6.1.3.92.1.1.4.1.2 msdpRequestsPeer: 1.3.6.1.3.92.1.1.4.1.3 msdpRequestsStatus: 1.3.6.1.3.92.1.1.4.1.4 msdpPeerTable: 1.3.6.1.3.92.1.1.5 msdpPeerEntry: 1.3.6.1.3.92.1.1.5.1 msdpPeerRemoteAddress: 1.3.6.1.3.92.1.1.5.1.1 msdpPeerState: 1.3.6.1.3.92.1.1.5.1.3 msdpPeerRPFFailures: 1.3.6.1.3.92.1.1.5.1.4 msdpPeerInSAs: 1.3.6.1.3.92.1.1.5.1.5 msdpPeerOutSAs: 1.3.6.1.3.92.1.1.5.1.6 msdpPeerInSARequests: 1.3.6.1.3.92.1.1.5.1.7 msdpPeerOutSARequests: 1.3.6.1.3.92.1.1.5.1.8 msdpPeerInSAResponses: 1.3.6.1.3.92.1.1.5.1.9 msdpPeerOutSAResponses: 1.3.6.1.3.92.1.1.5.1.10 msdpPeerInControlMessages: 1.3.6.1.3.92.1.1.5.1.11 msdpPeerOutControlMessages: 1.3.6.1.3.92.1.1.5.1.12 msdpPeerInDataPackets: 1.3.6.1.3.92.1.1.5.1.13 msdpPeerOutDataPackets: 1.3.6.1.3.92.1.1.5.1.14 msdpPeerFsmEstablishedTransitions: 1.3.6.1.3.92.1.1.5.1.15 msdpPeerFsmEstablishedTime: 1.3.6.1.3.92.1.1.5.1.16 msdpPeerInMessageTime: 1.3.6.1.3.92.1.1.5.1.17 msdpPeerLocalAddress: 1.3.6.1.3.92.1.1.5.1.18 msdpPeerConnectRetryInterval: 1.3.6.1.3.92.1.1.5.1.20 msdpPeerHoldTimeConfigured: 1.3.6.1.3.92.1.1.5.1.21 msdpPeerKeepAliveConfigured: 1.3.6.1.3.92.1.1.5.1.22 msdpPeerDataTtl: 1.3.6.1.3.92.1.1.5.1.23 msdpPeerProcessRequestsFrom: 1.3.6.1.3.92.1.1.5.1.24 msdpPeerStatus: 1.3.6.1.3.92.1.1.5.1.25 msdpPeerRemotePort: 1.3.6.1.3.92.1.1.5.1.26 msdpPeerLocalPort: 1.3.6.1.3.92.1.1.5.1.27 msdpPeerEncapsulationType: 1.3.6.1.3.92.1.1.5.1.29 msdpPeerConnectionAttempts: 1.3.6.1.3.92.1.1.5.1.30 msdpPeerInNotifications: 1.3.6.1.3.92.1.1.5.1.31 msdpPeerOutNotifications: 1.3.6.1.3.92.1.1.5.1.32 msdpPeerLastError: 1.3.6.1.3.92.1.1.5.1.33 msdpPeerDiscontinuityTime: 1.3.6.1.3.92.1.1.5.1.34 msdpSACacheTable: 1.3.6.1.3.92.1.1.6 msdpSACacheEntry: 1.3.6.1.3.92.1.1.6.1 msdpSACacheGroupAddr: 1.3.6.1.3.92.1.1.6.1.1 msdpSACacheSourceAddr: 1.3.6.1.3.92.1.1.6.1.2 msdpSACacheOriginRP: 1.3.6.1.3.92.1.1.6.1.3 msdpSACachePeerLearnedFrom: 1.3.6.1.3.92.1.1.6.1.4 msdpSACacheRPFPeer: 1.3.6.1.3.92.1.1.6.1.5 msdpSACacheInSAs: 1.3.6.1.3.92.1.1.6.1.6 msdpSACacheInDataPackets: 1.3.6.1.3.92.1.1.6.1.7 msdpSACacheUpTime: 1.3.6.1.3.92.1.1.6.1.8 msdpSACacheExpiryTime: 1.3.6.1.3.92.1.1.6.1.9 msdpSACacheStatus: 1.3.6.1.3.92.1.1.6.1.10 msdpMIBConformance: 1.3.6.1.3.92.1.1.8 msdpMIBCompliances: 1.3.6.1.3.92.1.1.8.1 msdpMIBGroups: 1.3.6.1.3.92.1.1.8.2 msdpRPAddress: 1.3.6.1.3.92.1.1.11 msdpMeshGroupTable: 1.3.6.1.3.92.1.1.12 msdpMeshGroupEntry: 1.3.6.1.3.92.1.1.12.1 msdpMeshGroupName: 1.3.6.1.3.92.1.1.12.1.1 msdpMeshGroupPeerAddress: 1.3.6.1.3.92.1.1.12.1.2 msdpMeshGroupStatus: 1.3.6.1.3.92.1.1.12.1.3 msdpEstablished: 1.3.6.1.3.92.1.1.0.1 msdpBackwardTransition: 1.3.6.1.3.92.1.1.0.2 snmp-1.2.0/data/ruby/snmp/mibs/T11-FC-ZONE-SERVER-MIB.yaml0000644000004100000410000001324712365504747022245 0ustar www-datawww-data--- t11ZoneServerMIB: 1.3.6.1.2.1.160 t11ZsMIBNotifications: 1.3.6.1.2.1.160.0 t11ZsMIBObjects: 1.3.6.1.2.1.160.1 t11ZsConfiguration: 1.3.6.1.2.1.160.1.1 t11ZsServerTable: 1.3.6.1.2.1.160.1.1.1 t11ZsServerEntry: 1.3.6.1.2.1.160.1.1.1.1 t11ZsServerFabricIndex: 1.3.6.1.2.1.160.1.1.1.1.1 t11ZsServerCapabilityObject: 1.3.6.1.2.1.160.1.1.1.1.2 t11ZsServerDatabaseStorageType: 1.3.6.1.2.1.160.1.1.1.1.3 t11ZsServerDistribute: 1.3.6.1.2.1.160.1.1.1.1.4 t11ZsServerCommit: 1.3.6.1.2.1.160.1.1.1.1.5 t11ZsServerResult: 1.3.6.1.2.1.160.1.1.1.1.6 t11ZsServerReasonCode: 1.3.6.1.2.1.160.1.1.1.1.7 t11ZsServerReasonCodeExp: 1.3.6.1.2.1.160.1.1.1.1.8 t11ZsServerReasonVendorCode: 1.3.6.1.2.1.160.1.1.1.1.9 t11ZsServerLastChange: 1.3.6.1.2.1.160.1.1.1.1.10 t11ZsServerHardZoning: 1.3.6.1.2.1.160.1.1.1.1.11 t11ZsServerReadFromDatabase: 1.3.6.1.2.1.160.1.1.1.1.12 t11ZsServerOperationMode: 1.3.6.1.2.1.160.1.1.1.1.13 t11ZsServerChangeModeResult: 1.3.6.1.2.1.160.1.1.1.1.14 t11ZsServerDefaultZoneSetting: 1.3.6.1.2.1.160.1.1.1.1.15 t11ZsServerMergeControlSetting: 1.3.6.1.2.1.160.1.1.1.1.16 t11ZsServerDefZoneBroadcast: 1.3.6.1.2.1.160.1.1.1.1.17 t11ZsSetTable: 1.3.6.1.2.1.160.1.1.2 t11ZsSetEntry: 1.3.6.1.2.1.160.1.1.2.1 t11ZsSetIndex: 1.3.6.1.2.1.160.1.1.2.1.1 t11ZsSetName: 1.3.6.1.2.1.160.1.1.2.1.2 t11ZsSetRowStatus: 1.3.6.1.2.1.160.1.1.2.1.3 t11ZsZoneTable: 1.3.6.1.2.1.160.1.1.3 t11ZsZoneEntry: 1.3.6.1.2.1.160.1.1.3.1 t11ZsZoneIndex: 1.3.6.1.2.1.160.1.1.3.1.1 t11ZsZoneName: 1.3.6.1.2.1.160.1.1.3.1.2 t11ZsZoneAttribBlock: 1.3.6.1.2.1.160.1.1.3.1.3 t11ZsZoneRowStatus: 1.3.6.1.2.1.160.1.1.3.1.4 t11ZsSetZoneTable: 1.3.6.1.2.1.160.1.1.4 t11ZsSetZoneEntry: 1.3.6.1.2.1.160.1.1.4.1 t11ZsSetZoneRowStatus: 1.3.6.1.2.1.160.1.1.4.1.1 t11ZsAliasTable: 1.3.6.1.2.1.160.1.1.5 t11ZsAliasEntry: 1.3.6.1.2.1.160.1.1.5.1 t11ZsAliasIndex: 1.3.6.1.2.1.160.1.1.5.1.1 t11ZsAliasName: 1.3.6.1.2.1.160.1.1.5.1.2 t11ZsAliasRowStatus: 1.3.6.1.2.1.160.1.1.5.1.3 t11ZsZoneMemberTable: 1.3.6.1.2.1.160.1.1.6 t11ZsZoneMemberEntry: 1.3.6.1.2.1.160.1.1.6.1 t11ZsZoneMemberParentType: 1.3.6.1.2.1.160.1.1.6.1.1 t11ZsZoneMemberParentIndex: 1.3.6.1.2.1.160.1.1.6.1.2 t11ZsZoneMemberIndex: 1.3.6.1.2.1.160.1.1.6.1.3 t11ZsZoneMemberFormat: 1.3.6.1.2.1.160.1.1.6.1.4 t11ZsZoneMemberID: 1.3.6.1.2.1.160.1.1.6.1.5 t11ZsZoneMemberRowStatus: 1.3.6.1.2.1.160.1.1.6.1.6 t11ZsAttribBlockTable: 1.3.6.1.2.1.160.1.1.7 t11ZsAttribBlockEntry: 1.3.6.1.2.1.160.1.1.7.1 t11ZsAttribBlockIndex: 1.3.6.1.2.1.160.1.1.7.1.1 t11ZsAttribBlockName: 1.3.6.1.2.1.160.1.1.7.1.2 t11ZsAttribBlockRowStatus: 1.3.6.1.2.1.160.1.1.7.1.3 t11ZsAttribTable: 1.3.6.1.2.1.160.1.1.8 t11ZsAttribEntry: 1.3.6.1.2.1.160.1.1.8.1 t11ZsAttribIndex: 1.3.6.1.2.1.160.1.1.8.1.1 t11ZsAttribType: 1.3.6.1.2.1.160.1.1.8.1.2 t11ZsAttribValue: 1.3.6.1.2.1.160.1.1.8.1.3 t11ZsAttribRowStatus: 1.3.6.1.2.1.160.1.1.8.1.4 t11ZsActivateTable: 1.3.6.1.2.1.160.1.1.9 t11ZsActivateEntry: 1.3.6.1.2.1.160.1.1.9.1 t11ZsActivateRequest: 1.3.6.1.2.1.160.1.1.9.1.1 t11ZsActivateDeactivate: 1.3.6.1.2.1.160.1.1.9.1.2 t11ZsActivateResult: 1.3.6.1.2.1.160.1.1.9.1.3 t11ZsActivateFailCause: 1.3.6.1.2.1.160.1.1.9.1.4 t11ZsActivateFailDomainId: 1.3.6.1.2.1.160.1.1.9.1.5 t11ZsActiveTable: 1.3.6.1.2.1.160.1.1.10 t11ZsActiveEntry: 1.3.6.1.2.1.160.1.1.10.1 t11ZsActiveZoneSetName: 1.3.6.1.2.1.160.1.1.10.1.1 t11ZsActiveActivateTime: 1.3.6.1.2.1.160.1.1.10.1.2 t11ZsActiveZoneTable: 1.3.6.1.2.1.160.1.1.11 t11ZsActiveZoneEntry: 1.3.6.1.2.1.160.1.1.11.1 t11ZsActiveZoneIndex: 1.3.6.1.2.1.160.1.1.11.1.1 t11ZsActiveZoneName: 1.3.6.1.2.1.160.1.1.11.1.2 t11ZsActiveZoneBroadcastZoning: 1.3.6.1.2.1.160.1.1.11.1.3 t11ZsActiveZoneHardZoning: 1.3.6.1.2.1.160.1.1.11.1.4 t11ZsActiveZoneMemberTable: 1.3.6.1.2.1.160.1.1.12 t11ZsActiveZoneMemberEntry: 1.3.6.1.2.1.160.1.1.12.1 t11ZsActiveZoneMemberIndex: 1.3.6.1.2.1.160.1.1.12.1.1 t11ZsActiveZoneMemberFormat: 1.3.6.1.2.1.160.1.1.12.1.2 t11ZsActiveZoneMemberID: 1.3.6.1.2.1.160.1.1.12.1.3 t11ZsActiveAttribTable: 1.3.6.1.2.1.160.1.1.13 t11ZsActiveAttribEntry: 1.3.6.1.2.1.160.1.1.13.1 t11ZsActiveAttribIndex: 1.3.6.1.2.1.160.1.1.13.1.1 t11ZsActiveAttribType: 1.3.6.1.2.1.160.1.1.13.1.2 t11ZsActiveAttribValue: 1.3.6.1.2.1.160.1.1.13.1.3 t11ZsNotifyControlTable: 1.3.6.1.2.1.160.1.1.14 t11ZsNotifyControlEntry: 1.3.6.1.2.1.160.1.1.14.1 t11ZsNotifyRequestRejectEnable: 1.3.6.1.2.1.160.1.1.14.1.1 t11ZsNotifyMergeFailureEnable: 1.3.6.1.2.1.160.1.1.14.1.2 t11ZsNotifyMergeSuccessEnable: 1.3.6.1.2.1.160.1.1.14.1.3 t11ZsNotifyDefZoneChangeEnable: 1.3.6.1.2.1.160.1.1.14.1.4 t11ZsNotifyActivateEnable: 1.3.6.1.2.1.160.1.1.14.1.5 t11ZsRejectCtCommandString: 1.3.6.1.2.1.160.1.1.14.1.6 t11ZsRejectRequestSource: 1.3.6.1.2.1.160.1.1.14.1.7 t11ZsRejectReasonCode: 1.3.6.1.2.1.160.1.1.14.1.8 t11ZsRejectReasonCodeExp: 1.3.6.1.2.1.160.1.1.14.1.9 t11ZsRejectReasonVendorCode: 1.3.6.1.2.1.160.1.1.14.1.10 t11ZsFabricIndex: 1.3.6.1.2.1.160.1.1.15 t11ZsStatistics: 1.3.6.1.2.1.160.1.2 t11ZsStatsTable: 1.3.6.1.2.1.160.1.2.1 t11ZsStatsEntry: 1.3.6.1.2.1.160.1.2.1.1 t11ZsOutMergeRequests: 1.3.6.1.2.1.160.1.2.1.1.1 t11ZsInMergeAccepts: 1.3.6.1.2.1.160.1.2.1.1.2 t11ZsInMergeRequests: 1.3.6.1.2.1.160.1.2.1.1.3 t11ZsOutMergeAccepts: 1.3.6.1.2.1.160.1.2.1.1.4 t11ZsOutChangeRequests: 1.3.6.1.2.1.160.1.2.1.1.5 t11ZsInChangeAccepts: 1.3.6.1.2.1.160.1.2.1.1.6 t11ZsInChangeRequests: 1.3.6.1.2.1.160.1.2.1.1.7 t11ZsOutChangeAccepts: 1.3.6.1.2.1.160.1.2.1.1.8 t11ZsInZsRequests: 1.3.6.1.2.1.160.1.2.1.1.9 t11ZsOutZsRejects: 1.3.6.1.2.1.160.1.2.1.1.10 t11ZsMIBConformance: 1.3.6.1.2.1.160.2 t11ZsMIBCompliances: 1.3.6.1.2.1.160.2.1 t11ZsMIBGroups: 1.3.6.1.2.1.160.2.2 t11ZsRequestRejectNotify: 1.3.6.1.2.1.160.0.1 t11ZsMergeFailureNotify: 1.3.6.1.2.1.160.0.2 t11ZsMergeSuccessNotify: 1.3.6.1.2.1.160.0.3 t11ZsDefZoneChangeNotify: 1.3.6.1.2.1.160.0.4 t11ZsActivateNotify: 1.3.6.1.2.1.160.0.5 snmp-1.2.0/data/ruby/snmp/mibs/ITU-ALARM-TC-MIB.yaml0000644000004100000410000000004212365504747021421 0ustar www-datawww-data--- ituAlarmTc: 1.3.6.1.2.1.120 snmp-1.2.0/data/ruby/snmp/mibs/DIFFSERV-CONFIG-MIB.yaml0000644000004100000410000000117012365504747022000 0ustar www-datawww-data--- diffServConfigMib: 1.3.6.1.2.1.108 diffServConfigMIBObjects: 1.3.6.1.2.1.108.1 diffServConfigTable: 1.3.6.1.2.1.108.1.2 diffServConfigEntry: 1.3.6.1.2.1.108.1.2.1 diffServConfigId: 1.3.6.1.2.1.108.1.2.1.1 diffServConfigDescr: 1.3.6.1.2.1.108.1.2.1.2 diffServConfigOwner: 1.3.6.1.2.1.108.1.2.1.3 diffServConfigLastChange: 1.3.6.1.2.1.108.1.2.1.4 diffServConfigStart: 1.3.6.1.2.1.108.1.2.1.5 diffServConfigStorage: 1.3.6.1.2.1.108.1.2.1.6 diffServConfigStatus: 1.3.6.1.2.1.108.1.2.1.7 diffServConfigMIBConformance: 1.3.6.1.2.1.108.2 diffServConfigMIBCompliances: 1.3.6.1.2.1.108.2.1 diffServConfigMIBGroups: 1.3.6.1.2.1.108.2.2 snmp-1.2.0/data/ruby/snmp/mibs/RFC1382-MIB.yaml0000644000004100000410000001724612365504747020570 0ustar www-datawww-data--- x25: 1.3.6.1.2.1.10.5 x25AdmnTable: 1.3.6.1.2.1.10.5.1 x25AdmnEntry: 1.3.6.1.2.1.10.5.1.1 x25AdmnIndex: 1.3.6.1.2.1.10.5.1.1.1 x25AdmnInterfaceMode: 1.3.6.1.2.1.10.5.1.1.2 x25AdmnMaxActiveCircuits: 1.3.6.1.2.1.10.5.1.1.3 x25AdmnPacketSequencing: 1.3.6.1.2.1.10.5.1.1.4 x25AdmnRestartTimer: 1.3.6.1.2.1.10.5.1.1.5 x25AdmnCallTimer: 1.3.6.1.2.1.10.5.1.1.6 x25AdmnResetTimer: 1.3.6.1.2.1.10.5.1.1.7 x25AdmnClearTimer: 1.3.6.1.2.1.10.5.1.1.8 x25AdmnWindowTimer: 1.3.6.1.2.1.10.5.1.1.9 x25AdmnDataRxmtTimer: 1.3.6.1.2.1.10.5.1.1.10 x25AdmnInterruptTimer: 1.3.6.1.2.1.10.5.1.1.11 x25AdmnRejectTimer: 1.3.6.1.2.1.10.5.1.1.12 x25AdmnRegistrationRequestTimer: 1.3.6.1.2.1.10.5.1.1.13 x25AdmnMinimumRecallTimer: 1.3.6.1.2.1.10.5.1.1.14 x25AdmnRestartCount: 1.3.6.1.2.1.10.5.1.1.15 x25AdmnResetCount: 1.3.6.1.2.1.10.5.1.1.16 x25AdmnClearCount: 1.3.6.1.2.1.10.5.1.1.17 x25AdmnDataRxmtCount: 1.3.6.1.2.1.10.5.1.1.18 x25AdmnRejectCount: 1.3.6.1.2.1.10.5.1.1.19 x25AdmnRegistrationRequestCount: 1.3.6.1.2.1.10.5.1.1.20 x25AdmnNumberPVCs: 1.3.6.1.2.1.10.5.1.1.21 x25AdmnDefCallParamId: 1.3.6.1.2.1.10.5.1.1.22 x25AdmnLocalAddress: 1.3.6.1.2.1.10.5.1.1.23 x25AdmnProtocolVersionSupported: 1.3.6.1.2.1.10.5.1.1.24 x25OperTable: 1.3.6.1.2.1.10.5.2 x25OperEntry: 1.3.6.1.2.1.10.5.2.1 x25OperIndex: 1.3.6.1.2.1.10.5.2.1.1 x25OperInterfaceMode: 1.3.6.1.2.1.10.5.2.1.2 x25OperMaxActiveCircuits: 1.3.6.1.2.1.10.5.2.1.3 x25OperPacketSequencing: 1.3.6.1.2.1.10.5.2.1.4 x25OperRestartTimer: 1.3.6.1.2.1.10.5.2.1.5 x25OperCallTimer: 1.3.6.1.2.1.10.5.2.1.6 x25OperResetTimer: 1.3.6.1.2.1.10.5.2.1.7 x25OperClearTimer: 1.3.6.1.2.1.10.5.2.1.8 x25OperWindowTimer: 1.3.6.1.2.1.10.5.2.1.9 x25OperDataRxmtTimer: 1.3.6.1.2.1.10.5.2.1.10 x25OperInterruptTimer: 1.3.6.1.2.1.10.5.2.1.11 x25OperRejectTimer: 1.3.6.1.2.1.10.5.2.1.12 x25OperRegistrationRequestTimer: 1.3.6.1.2.1.10.5.2.1.13 x25OperMinimumRecallTimer: 1.3.6.1.2.1.10.5.2.1.14 x25OperRestartCount: 1.3.6.1.2.1.10.5.2.1.15 x25OperResetCount: 1.3.6.1.2.1.10.5.2.1.16 x25OperClearCount: 1.3.6.1.2.1.10.5.2.1.17 x25OperDataRxmtCount: 1.3.6.1.2.1.10.5.2.1.18 x25OperRejectCount: 1.3.6.1.2.1.10.5.2.1.19 x25OperRegistrationRequestCount: 1.3.6.1.2.1.10.5.2.1.20 x25OperNumberPVCs: 1.3.6.1.2.1.10.5.2.1.21 x25OperDefCallParamId: 1.3.6.1.2.1.10.5.2.1.22 x25OperLocalAddress: 1.3.6.1.2.1.10.5.2.1.23 x25OperDataLinkId: 1.3.6.1.2.1.10.5.2.1.24 x25OperProtocolVersionSupported: 1.3.6.1.2.1.10.5.2.1.25 x25StatTable: 1.3.6.1.2.1.10.5.3 x25StatEntry: 1.3.6.1.2.1.10.5.3.1 x25StatIndex: 1.3.6.1.2.1.10.5.3.1.1 x25StatInCalls: 1.3.6.1.2.1.10.5.3.1.2 x25StatInCallRefusals: 1.3.6.1.2.1.10.5.3.1.3 x25StatInProviderInitiatedClears: 1.3.6.1.2.1.10.5.3.1.4 x25StatInRemotelyInitiatedResets: 1.3.6.1.2.1.10.5.3.1.5 x25StatInProviderInitiatedResets: 1.3.6.1.2.1.10.5.3.1.6 x25StatInRestarts: 1.3.6.1.2.1.10.5.3.1.7 x25StatInDataPackets: 1.3.6.1.2.1.10.5.3.1.8 x25StatInAccusedOfProtocolErrors: 1.3.6.1.2.1.10.5.3.1.9 x25StatInInterrupts: 1.3.6.1.2.1.10.5.3.1.10 x25StatOutCallAttempts: 1.3.6.1.2.1.10.5.3.1.11 x25StatOutCallFailures: 1.3.6.1.2.1.10.5.3.1.12 x25StatOutInterrupts: 1.3.6.1.2.1.10.5.3.1.13 x25StatOutDataPackets: 1.3.6.1.2.1.10.5.3.1.14 x25StatOutgoingCircuits: 1.3.6.1.2.1.10.5.3.1.15 x25StatIncomingCircuits: 1.3.6.1.2.1.10.5.3.1.16 x25StatTwowayCircuits: 1.3.6.1.2.1.10.5.3.1.17 x25StatRestartTimeouts: 1.3.6.1.2.1.10.5.3.1.18 x25StatCallTimeouts: 1.3.6.1.2.1.10.5.3.1.19 x25StatResetTimeouts: 1.3.6.1.2.1.10.5.3.1.20 x25StatClearTimeouts: 1.3.6.1.2.1.10.5.3.1.21 x25StatDataRxmtTimeouts: 1.3.6.1.2.1.10.5.3.1.22 x25StatInterruptTimeouts: 1.3.6.1.2.1.10.5.3.1.23 x25StatRetryCountExceededs: 1.3.6.1.2.1.10.5.3.1.24 x25StatClearCountExceededs: 1.3.6.1.2.1.10.5.3.1.25 x25ChannelTable: 1.3.6.1.2.1.10.5.4 x25ChannelEntry: 1.3.6.1.2.1.10.5.4.1 x25ChannelIndex: 1.3.6.1.2.1.10.5.4.1.1 x25ChannelLIC: 1.3.6.1.2.1.10.5.4.1.2 x25ChannelHIC: 1.3.6.1.2.1.10.5.4.1.3 x25ChannelLTC: 1.3.6.1.2.1.10.5.4.1.4 x25ChannelHTC: 1.3.6.1.2.1.10.5.4.1.5 x25ChannelLOC: 1.3.6.1.2.1.10.5.4.1.6 x25ChannelHOC: 1.3.6.1.2.1.10.5.4.1.7 x25CircuitTable: 1.3.6.1.2.1.10.5.5 x25CircuitEntry: 1.3.6.1.2.1.10.5.5.1 x25CircuitIndex: 1.3.6.1.2.1.10.5.5.1.1 x25CircuitChannel: 1.3.6.1.2.1.10.5.5.1.2 x25CircuitStatus: 1.3.6.1.2.1.10.5.5.1.3 x25CircuitEstablishTime: 1.3.6.1.2.1.10.5.5.1.4 x25CircuitDirection: 1.3.6.1.2.1.10.5.5.1.5 x25CircuitInOctets: 1.3.6.1.2.1.10.5.5.1.6 x25CircuitInPdus: 1.3.6.1.2.1.10.5.5.1.7 x25CircuitInRemotelyInitiatedResets: 1.3.6.1.2.1.10.5.5.1.8 x25CircuitInProviderInitiatedResets: 1.3.6.1.2.1.10.5.5.1.9 x25CircuitInInterrupts: 1.3.6.1.2.1.10.5.5.1.10 x25CircuitOutOctets: 1.3.6.1.2.1.10.5.5.1.11 x25CircuitOutPdus: 1.3.6.1.2.1.10.5.5.1.12 x25CircuitOutInterrupts: 1.3.6.1.2.1.10.5.5.1.13 x25CircuitDataRetransmissionTimeouts: 1.3.6.1.2.1.10.5.5.1.14 x25CircuitResetTimeouts: 1.3.6.1.2.1.10.5.5.1.15 x25CircuitInterruptTimeouts: 1.3.6.1.2.1.10.5.5.1.16 x25CircuitCallParamId: 1.3.6.1.2.1.10.5.5.1.17 x25CircuitCalledDteAddress: 1.3.6.1.2.1.10.5.5.1.18 x25CircuitCallingDteAddress: 1.3.6.1.2.1.10.5.5.1.19 x25CircuitOriginallyCalledAddress: 1.3.6.1.2.1.10.5.5.1.20 x25CircuitDescr: 1.3.6.1.2.1.10.5.5.1.21 x25ClearedCircuitEntriesRequested: 1.3.6.1.2.1.10.5.6 x25ClearedCircuitEntriesGranted: 1.3.6.1.2.1.10.5.7 x25ClearedCircuitTable: 1.3.6.1.2.1.10.5.8 x25ClearedCircuitEntry: 1.3.6.1.2.1.10.5.8.1 x25ClearedCircuitIndex: 1.3.6.1.2.1.10.5.8.1.1 x25ClearedCircuitPleIndex: 1.3.6.1.2.1.10.5.8.1.2 x25ClearedCircuitTimeEstablished: 1.3.6.1.2.1.10.5.8.1.3 x25ClearedCircuitTimeCleared: 1.3.6.1.2.1.10.5.8.1.4 x25ClearedCircuitChannel: 1.3.6.1.2.1.10.5.8.1.5 x25ClearedCircuitClearingCause: 1.3.6.1.2.1.10.5.8.1.6 x25ClearedCircuitDiagnosticCode: 1.3.6.1.2.1.10.5.8.1.7 x25ClearedCircuitInPdus: 1.3.6.1.2.1.10.5.8.1.8 x25ClearedCircuitOutPdus: 1.3.6.1.2.1.10.5.8.1.9 x25ClearedCircuitCalledAddress: 1.3.6.1.2.1.10.5.8.1.10 x25ClearedCircuitCallingAddress: 1.3.6.1.2.1.10.5.8.1.11 x25ClearedCircuitClearFacilities: 1.3.6.1.2.1.10.5.8.1.12 x25CallParmTable: 1.3.6.1.2.1.10.5.9 x25CallParmEntry: 1.3.6.1.2.1.10.5.9.1 x25CallParmIndex: 1.3.6.1.2.1.10.5.9.1.1 x25CallParmStatus: 1.3.6.1.2.1.10.5.9.1.2 x25CallParmRefCount: 1.3.6.1.2.1.10.5.9.1.3 x25CallParmInPacketSize: 1.3.6.1.2.1.10.5.9.1.4 x25CallParmOutPacketSize: 1.3.6.1.2.1.10.5.9.1.5 x25CallParmInWindowSize: 1.3.6.1.2.1.10.5.9.1.6 x25CallParmOutWindowSize: 1.3.6.1.2.1.10.5.9.1.7 x25CallParmAcceptReverseCharging: 1.3.6.1.2.1.10.5.9.1.8 x25CallParmProposeReverseCharging: 1.3.6.1.2.1.10.5.9.1.9 x25CallParmFastSelect: 1.3.6.1.2.1.10.5.9.1.10 x25CallParmInThruPutClasSize: 1.3.6.1.2.1.10.5.9.1.11 x25CallParmOutThruPutClasSize: 1.3.6.1.2.1.10.5.9.1.12 x25CallParmCug: 1.3.6.1.2.1.10.5.9.1.13 x25CallParmCugoa: 1.3.6.1.2.1.10.5.9.1.14 x25CallParmBcug: 1.3.6.1.2.1.10.5.9.1.15 x25CallParmNui: 1.3.6.1.2.1.10.5.9.1.16 x25CallParmChargingInfo: 1.3.6.1.2.1.10.5.9.1.17 x25CallParmRpoa: 1.3.6.1.2.1.10.5.9.1.18 x25CallParmTrnstDly: 1.3.6.1.2.1.10.5.9.1.19 x25CallParmCallingExt: 1.3.6.1.2.1.10.5.9.1.20 x25CallParmCalledExt: 1.3.6.1.2.1.10.5.9.1.21 x25CallParmInMinThuPutCls: 1.3.6.1.2.1.10.5.9.1.22 x25CallParmOutMinThuPutCls: 1.3.6.1.2.1.10.5.9.1.23 x25CallParmEndTrnsDly: 1.3.6.1.2.1.10.5.9.1.24 x25CallParmPriority: 1.3.6.1.2.1.10.5.9.1.25 x25CallParmProtection: 1.3.6.1.2.1.10.5.9.1.26 x25CallParmExptData: 1.3.6.1.2.1.10.5.9.1.27 x25CallParmUserData: 1.3.6.1.2.1.10.5.9.1.28 x25CallParmCallingNetworkFacilities: 1.3.6.1.2.1.10.5.9.1.29 x25CallParmCalledNetworkFacilities: 1.3.6.1.2.1.10.5.9.1.30 x25ProtocolVersion: 1.3.6.1.2.1.10.5.10 x25protocolCcittV1976: 1.3.6.1.2.1.10.5.10.1 x25protocolCcittV1980: 1.3.6.1.2.1.10.5.10.2 x25protocolCcittV1984: 1.3.6.1.2.1.10.5.10.3 x25protocolCcittV1988: 1.3.6.1.2.1.10.5.10.4 x25protocolIso8208V1987: 1.3.6.1.2.1.10.5.10.5 x25protocolIso8208V1989: 1.3.6.1.2.1.10.5.10.6 x25Restart: 1.3.6.1.2.1.10.5.0.1 x25Reset: 1.3.6.1.2.1.10.5.0.2 snmp-1.2.0/data/ruby/snmp/mibs/URI-TC-MIB.yaml0000644000004100000410000000004012365504747020563 0ustar www-datawww-data--- uriTcMIB: 1.3.6.1.2.1.164 snmp-1.2.0/data/ruby/snmp/mibs/PPP-BRIDGE-NCP-MIB.yaml0000644000004100000410000000227112365504747021637 0ustar www-datawww-data--- pppBridge: 1.3.6.1.2.1.10.23.4 pppBridgeTable: 1.3.6.1.2.1.10.23.4.1 pppBridgeEntry: 1.3.6.1.2.1.10.23.4.1.1 pppBridgeOperStatus: 1.3.6.1.2.1.10.23.4.1.1.1 pppBridgeLocalToRemoteTinygramCompression: 1.3.6.1.2.1.10.23.4.1.1.2 pppBridgeRemoteToLocalTinygramCompression: 1.3.6.1.2.1.10.23.4.1.1.3 pppBridgeLocalToRemoteLanId: 1.3.6.1.2.1.10.23.4.1.1.4 pppBridgeRemoteToLocalLanId: 1.3.6.1.2.1.10.23.4.1.1.5 pppBridgeConfigTable: 1.3.6.1.2.1.10.23.4.2 pppBridgeConfigEntry: 1.3.6.1.2.1.10.23.4.2.1 pppBridgeConfigAdminStatus: 1.3.6.1.2.1.10.23.4.2.1.1 pppBridgeConfigTinygram: 1.3.6.1.2.1.10.23.4.2.1.2 pppBridgeConfigRingId: 1.3.6.1.2.1.10.23.4.2.1.3 pppBridgeConfigLineId: 1.3.6.1.2.1.10.23.4.2.1.4 pppBridgeConfigLanId: 1.3.6.1.2.1.10.23.4.2.1.5 pppBridgeMediaTable: 1.3.6.1.2.1.10.23.4.3 pppBridgeMediaEntry: 1.3.6.1.2.1.10.23.4.3.1 pppBridgeMediaMacType: 1.3.6.1.2.1.10.23.4.3.1.1 pppBridgeMediaLocalStatus: 1.3.6.1.2.1.10.23.4.3.1.2 pppBridgeMediaRemoteStatus: 1.3.6.1.2.1.10.23.4.3.1.3 pppBridgeMediaConfigTable: 1.3.6.1.2.1.10.23.4.4 pppBridgeMediaConfigEntry: 1.3.6.1.2.1.10.23.4.4.1 pppBridgeMediaConfigMacType: 1.3.6.1.2.1.10.23.4.4.1.1 pppBridgeMediaConfigLocalStatus: 1.3.6.1.2.1.10.23.4.4.1.2 snmp-1.2.0/data/ruby/snmp/mibs/GSMP-MIB.yaml0000644000004100000410000000773612365504747020411 0ustar www-datawww-data--- gsmpMIB: 1.3.6.1.2.1.98 gsmpNotifications: 1.3.6.1.2.1.98.0 gsmpObjects: 1.3.6.1.2.1.98.1 gsmpControllerTable: 1.3.6.1.2.1.98.1.1 gsmpControllerEntry: 1.3.6.1.2.1.98.1.1.1 gsmpControllerEntityId: 1.3.6.1.2.1.98.1.1.1.1 gsmpControllerMaxVersion: 1.3.6.1.2.1.98.1.1.1.2 gsmpControllerTimer: 1.3.6.1.2.1.98.1.1.1.3 gsmpControllerPort: 1.3.6.1.2.1.98.1.1.1.4 gsmpControllerInstance: 1.3.6.1.2.1.98.1.1.1.5 gsmpControllerPartitionType: 1.3.6.1.2.1.98.1.1.1.6 gsmpControllerPartitionId: 1.3.6.1.2.1.98.1.1.1.7 gsmpControllerDoResync: 1.3.6.1.2.1.98.1.1.1.8 gsmpControllerNotificationMap: 1.3.6.1.2.1.98.1.1.1.9 gsmpControllerSessionState: 1.3.6.1.2.1.98.1.1.1.10 gsmpControllerStorageType: 1.3.6.1.2.1.98.1.1.1.11 gsmpControllerRowStatus: 1.3.6.1.2.1.98.1.1.1.12 gsmpSwitchTable: 1.3.6.1.2.1.98.1.2 gsmpSwitchEntry: 1.3.6.1.2.1.98.1.2.1 gsmpSwitchEntityId: 1.3.6.1.2.1.98.1.2.1.1 gsmpSwitchMaxVersion: 1.3.6.1.2.1.98.1.2.1.2 gsmpSwitchTimer: 1.3.6.1.2.1.98.1.2.1.3 gsmpSwitchName: 1.3.6.1.2.1.98.1.2.1.4 gsmpSwitchPort: 1.3.6.1.2.1.98.1.2.1.5 gsmpSwitchInstance: 1.3.6.1.2.1.98.1.2.1.6 gsmpSwitchPartitionType: 1.3.6.1.2.1.98.1.2.1.7 gsmpSwitchPartitionId: 1.3.6.1.2.1.98.1.2.1.8 gsmpSwitchNotificationMap: 1.3.6.1.2.1.98.1.2.1.9 gsmpSwitchSwitchType: 1.3.6.1.2.1.98.1.2.1.10 gsmpSwitchWindowSize: 1.3.6.1.2.1.98.1.2.1.11 gsmpSwitchSessionState: 1.3.6.1.2.1.98.1.2.1.12 gsmpSwitchStorageType: 1.3.6.1.2.1.98.1.2.1.13 gsmpSwitchRowStatus: 1.3.6.1.2.1.98.1.2.1.14 gsmpAtmEncapTable: 1.3.6.1.2.1.98.1.3 gsmpAtmEncapEntry: 1.3.6.1.2.1.98.1.3.1 gsmpAtmEncapEntityId: 1.3.6.1.2.1.98.1.3.1.1 gsmpAtmEncapIfIndex: 1.3.6.1.2.1.98.1.3.1.2 gsmpAtmEncapVpi: 1.3.6.1.2.1.98.1.3.1.3 gsmpAtmEncapVci: 1.3.6.1.2.1.98.1.3.1.4 gsmpAtmEncapStorageType: 1.3.6.1.2.1.98.1.3.1.5 gsmpAtmEncapRowStatus: 1.3.6.1.2.1.98.1.3.1.6 gsmpTcpIpEncapTable: 1.3.6.1.2.1.98.1.4 gsmpTcpIpEncapEntry: 1.3.6.1.2.1.98.1.4.1 gsmpTcpIpEncapEntityId: 1.3.6.1.2.1.98.1.4.1.1 gsmpTcpIpEncapAddressType: 1.3.6.1.2.1.98.1.4.1.2 gsmpTcpIpEncapAddress: 1.3.6.1.2.1.98.1.4.1.3 gsmpTcpIpEncapPortNumber: 1.3.6.1.2.1.98.1.4.1.4 gsmpTcpIpEncapStorageType: 1.3.6.1.2.1.98.1.4.1.5 gsmpTcpIpEncapRowStatus: 1.3.6.1.2.1.98.1.4.1.6 gsmpSessionTable: 1.3.6.1.2.1.98.1.5 gsmpSessionEntry: 1.3.6.1.2.1.98.1.5.1 gsmpSessionThisSideId: 1.3.6.1.2.1.98.1.5.1.1 gsmpSessionFarSideId: 1.3.6.1.2.1.98.1.5.1.2 gsmpSessionVersion: 1.3.6.1.2.1.98.1.5.1.3 gsmpSessionTimer: 1.3.6.1.2.1.98.1.5.1.4 gsmpSessionPartitionId: 1.3.6.1.2.1.98.1.5.1.5 gsmpSessionAdjacencyCount: 1.3.6.1.2.1.98.1.5.1.6 gsmpSessionFarSideName: 1.3.6.1.2.1.98.1.5.1.7 gsmpSessionFarSidePort: 1.3.6.1.2.1.98.1.5.1.8 gsmpSessionFarSideInstance: 1.3.6.1.2.1.98.1.5.1.9 gsmpSessionLastFailureCode: 1.3.6.1.2.1.98.1.5.1.10 gsmpSessionDiscontinuityTime: 1.3.6.1.2.1.98.1.5.1.11 gsmpSessionStartUptime: 1.3.6.1.2.1.98.1.5.1.12 gsmpSessionStatSentMessages: 1.3.6.1.2.1.98.1.5.1.13 gsmpSessionStatFailureInds: 1.3.6.1.2.1.98.1.5.1.14 gsmpSessionStatReceivedMessages: 1.3.6.1.2.1.98.1.5.1.15 gsmpSessionStatReceivedFailures: 1.3.6.1.2.1.98.1.5.1.16 gsmpSessionStatPortUpEvents: 1.3.6.1.2.1.98.1.5.1.17 gsmpSessionStatPortDownEvents: 1.3.6.1.2.1.98.1.5.1.18 gsmpSessionStatInvLabelEvents: 1.3.6.1.2.1.98.1.5.1.19 gsmpSessionStatNewPortEvents: 1.3.6.1.2.1.98.1.5.1.20 gsmpSessionStatDeadPortEvents: 1.3.6.1.2.1.98.1.5.1.21 gsmpSessionStatAdjUpdateEvents: 1.3.6.1.2.1.98.1.5.1.22 gsmpNotificationsObjects: 1.3.6.1.2.1.98.2 gsmpEventPort: 1.3.6.1.2.1.98.2.1 gsmpEventPortSessionNumber: 1.3.6.1.2.1.98.2.2 gsmpEventSequenceNumber: 1.3.6.1.2.1.98.2.3 gsmpEventLabel: 1.3.6.1.2.1.98.2.4 gsmpConformance: 1.3.6.1.2.1.98.3 gsmpGroups: 1.3.6.1.2.1.98.3.1 gsmpCompliances: 1.3.6.1.2.1.98.3.2 gsmpSessionDown: 1.3.6.1.2.1.98.0.1 gsmpSessionUp: 1.3.6.1.2.1.98.0.2 gsmpSentFailureInd: 1.3.6.1.2.1.98.0.3 gsmpReceivedFailureInd: 1.3.6.1.2.1.98.0.4 gsmpPortUpEvent: 1.3.6.1.2.1.98.0.5 gsmpPortDownEvent: 1.3.6.1.2.1.98.0.6 gsmpInvalidLabelEvent: 1.3.6.1.2.1.98.0.7 gsmpNewPortEvent: 1.3.6.1.2.1.98.0.8 gsmpDeadPortEvent: 1.3.6.1.2.1.98.0.9 gsmpAdjacencyUpdateEvent: 1.3.6.1.2.1.98.0.10 snmp-1.2.0/data/ruby/snmp/mibs/CLNS-MIB.yaml0000644000004100000410000000777612365504747020406 0ustar www-datawww-data--- clns: 1.3.6.1.3.1 clnp: 1.3.6.1.3.1.1 clnpForwarding: 1.3.6.1.3.1.1.1 clnpDefaultLifeTime: 1.3.6.1.3.1.1.2 clnpInReceives: 1.3.6.1.3.1.1.3 clnpInHdrErrors: 1.3.6.1.3.1.1.4 clnpInAddrErrors: 1.3.6.1.3.1.1.5 clnpForwPDUs: 1.3.6.1.3.1.1.6 clnpInUnknownNLPs: 1.3.6.1.3.1.1.7 clnpInUnknownULPs: 1.3.6.1.3.1.1.8 clnpInDiscards: 1.3.6.1.3.1.1.9 clnpInDelivers: 1.3.6.1.3.1.1.10 clnpOutRequests: 1.3.6.1.3.1.1.11 clnpOutDiscards: 1.3.6.1.3.1.1.12 clnpOutNoRoutes: 1.3.6.1.3.1.1.13 clnpReasmTimeout: 1.3.6.1.3.1.1.14 clnpReasmReqds: 1.3.6.1.3.1.1.15 clnpReasmOKs: 1.3.6.1.3.1.1.16 clnpReasmFails: 1.3.6.1.3.1.1.17 clnpSegOKs: 1.3.6.1.3.1.1.18 clnpSegFails: 1.3.6.1.3.1.1.19 clnpSegCreates: 1.3.6.1.3.1.1.20 clnpAddrTable: 1.3.6.1.3.1.1.21 clnpAddrEntry: 1.3.6.1.3.1.1.21.1 clnpAdEntAddr: 1.3.6.1.3.1.1.21.1.1 clnpAdEntIfIndex: 1.3.6.1.3.1.1.21.1.2 clnpAdEntReasmMaxSize: 1.3.6.1.3.1.1.21.1.3 clnpRoutingTable: 1.3.6.1.3.1.1.22 clnpRouteEntry: 1.3.6.1.3.1.1.22.1 clnpRouteDest: 1.3.6.1.3.1.1.22.1.1 clnpRouteIfIndex: 1.3.6.1.3.1.1.22.1.2 clnpRouteMetric1: 1.3.6.1.3.1.1.22.1.3 clnpRouteMetric2: 1.3.6.1.3.1.1.22.1.4 clnpRouteMetric3: 1.3.6.1.3.1.1.22.1.5 clnpRouteMetric4: 1.3.6.1.3.1.1.22.1.6 clnpRouteNextHop: 1.3.6.1.3.1.1.22.1.7 clnpRouteType: 1.3.6.1.3.1.1.22.1.8 clnpRouteProto: 1.3.6.1.3.1.1.22.1.9 clnpRouteAge: 1.3.6.1.3.1.1.22.1.10 clnpRouteMetric5: 1.3.6.1.3.1.1.22.1.11 clnpRouteInfo: 1.3.6.1.3.1.1.22.1.12 clnpNetToMediaTable: 1.3.6.1.3.1.1.23 clnpNetToMediaEntry: 1.3.6.1.3.1.1.23.1 clnpNetToMediaIfIndex: 1.3.6.1.3.1.1.23.1.1 clnpNetToMediaPhysAddress: 1.3.6.1.3.1.1.23.1.2 clnpNetToMediaNetAddress: 1.3.6.1.3.1.1.23.1.3 clnpNetToMediaType: 1.3.6.1.3.1.1.23.1.4 clnpNetToMediaAge: 1.3.6.1.3.1.1.23.1.5 clnpNetToMediaHoldTime: 1.3.6.1.3.1.1.23.1.6 clnpMediaToNetTable: 1.3.6.1.3.1.1.24 clnpMediaToNetEntry: 1.3.6.1.3.1.1.24.1 clnpMediaToNetIfIndex: 1.3.6.1.3.1.1.24.1.1 clnpMediaToNetAddress: 1.3.6.1.3.1.1.24.1.2 clnpMediaToNetPhysAddress: 1.3.6.1.3.1.1.24.1.3 clnpMediaToNetType: 1.3.6.1.3.1.1.24.1.4 clnpMediaToNetAge: 1.3.6.1.3.1.1.24.1.5 clnpMediaToNetHoldTime: 1.3.6.1.3.1.1.24.1.6 clnpInOpts: 1.3.6.1.3.1.1.25 clnpOutOpts: 1.3.6.1.3.1.1.26 clnpRoutingDiscards: 1.3.6.1.3.1.1.27 error: 1.3.6.1.3.1.2 clnpInErrors: 1.3.6.1.3.1.2.1 clnpOutErrors: 1.3.6.1.3.1.2.2 clnpInErrUnspecs: 1.3.6.1.3.1.2.3 clnpInErrProcs: 1.3.6.1.3.1.2.4 clnpInErrCksums: 1.3.6.1.3.1.2.5 clnpInErrCongests: 1.3.6.1.3.1.2.6 clnpInErrHdrs: 1.3.6.1.3.1.2.7 clnpInErrSegs: 1.3.6.1.3.1.2.8 clnpInErrIncomps: 1.3.6.1.3.1.2.9 clnpInErrDups: 1.3.6.1.3.1.2.10 clnpInErrUnreachDsts: 1.3.6.1.3.1.2.11 clnpInErrUnknownDsts: 1.3.6.1.3.1.2.12 clnpInErrSRUnspecs: 1.3.6.1.3.1.2.13 clnpInErrSRSyntaxes: 1.3.6.1.3.1.2.14 clnpInErrSRUnkAddrs: 1.3.6.1.3.1.2.15 clnpInErrSRBadPaths: 1.3.6.1.3.1.2.16 clnpInErrHops: 1.3.6.1.3.1.2.17 clnpInErrHopReassms: 1.3.6.1.3.1.2.18 clnpInErrUnsOptions: 1.3.6.1.3.1.2.19 clnpInErrUnsVersions: 1.3.6.1.3.1.2.20 clnpInErrUnsSecurities: 1.3.6.1.3.1.2.21 clnpInErrUnsSRs: 1.3.6.1.3.1.2.22 clnpInErrUnsRRs: 1.3.6.1.3.1.2.23 clnpInErrInterferences: 1.3.6.1.3.1.2.24 clnpOutErrUnspecs: 1.3.6.1.3.1.2.25 clnpOutErrProcs: 1.3.6.1.3.1.2.26 clnpOutErrCksums: 1.3.6.1.3.1.2.27 clnpOutErrCongests: 1.3.6.1.3.1.2.28 clnpOutErrHdrs: 1.3.6.1.3.1.2.29 clnpOutErrSegs: 1.3.6.1.3.1.2.30 clnpOutErrIncomps: 1.3.6.1.3.1.2.31 clnpOutErrDups: 1.3.6.1.3.1.2.32 clnpOutErrUnreachDsts: 1.3.6.1.3.1.2.33 clnpOutErrUnknownDsts: 1.3.6.1.3.1.2.34 clnpOutErrSRUnspecs: 1.3.6.1.3.1.2.35 clnpOutErrSRSyntaxes: 1.3.6.1.3.1.2.36 clnpOutErrSRUnkAddrs: 1.3.6.1.3.1.2.37 clnpOutErrSRBadPaths: 1.3.6.1.3.1.2.38 clnpOutErrHops: 1.3.6.1.3.1.2.39 clnpOutErrHopReassms: 1.3.6.1.3.1.2.40 clnpOutErrUnsOptions: 1.3.6.1.3.1.2.41 clnpOutErrUnsVersions: 1.3.6.1.3.1.2.42 clnpOutErrUnsSecurities: 1.3.6.1.3.1.2.43 clnpOutErrUnsSRs: 1.3.6.1.3.1.2.44 clnpOutErrUnsRRs: 1.3.6.1.3.1.2.45 clnpOutErrInterferences: 1.3.6.1.3.1.2.46 echo: 1.3.6.1.3.1.3 es-is: 1.3.6.1.3.1.4 esisESHins: 1.3.6.1.3.1.4.1 esisESHouts: 1.3.6.1.3.1.4.2 esisISHins: 1.3.6.1.3.1.4.3 esisISHouts: 1.3.6.1.3.1.4.4 esisRDUins: 1.3.6.1.3.1.4.5 esisRDUouts: 1.3.6.1.3.1.4.6 snmp-1.2.0/data/ruby/snmp/mibs/ENTITY-STATE-TC-MIB.yaml0000644000004100000410000000004512365504747022023 0ustar www-datawww-data--- entityStateTc: 1.3.6.1.2.1.130 snmp-1.2.0/data/ruby/snmp/mibs/SNMP-USER-BASED-SM-MIB.yaml0000644000004100000410000000261012365504747022307 0ustar www-datawww-data--- usmNoAuthProtocol: 1.3.6.1.6.3.10.1.1.1 usmHMACMD5AuthProtocol: 1.3.6.1.6.3.10.1.1.2 usmHMACSHAAuthProtocol: 1.3.6.1.6.3.10.1.1.3 usmNoPrivProtocol: 1.3.6.1.6.3.10.1.2.1 usmDESPrivProtocol: 1.3.6.1.6.3.10.1.2.2 snmpUsmMIB: 1.3.6.1.6.3.15 usmMIBObjects: 1.3.6.1.6.3.15.1 usmStats: 1.3.6.1.6.3.15.1.1 usmStatsUnsupportedSecLevels: 1.3.6.1.6.3.15.1.1.1 usmStatsNotInTimeWindows: 1.3.6.1.6.3.15.1.1.2 usmStatsUnknownUserNames: 1.3.6.1.6.3.15.1.1.3 usmStatsUnknownEngineIDs: 1.3.6.1.6.3.15.1.1.4 usmStatsWrongDigests: 1.3.6.1.6.3.15.1.1.5 usmStatsDecryptionErrors: 1.3.6.1.6.3.15.1.1.6 usmUser: 1.3.6.1.6.3.15.1.2 usmUserSpinLock: 1.3.6.1.6.3.15.1.2.1 usmUserTable: 1.3.6.1.6.3.15.1.2.2 usmUserEntry: 1.3.6.1.6.3.15.1.2.2.1 usmUserEngineID: 1.3.6.1.6.3.15.1.2.2.1.1 usmUserName: 1.3.6.1.6.3.15.1.2.2.1.2 usmUserSecurityName: 1.3.6.1.6.3.15.1.2.2.1.3 usmUserCloneFrom: 1.3.6.1.6.3.15.1.2.2.1.4 usmUserAuthProtocol: 1.3.6.1.6.3.15.1.2.2.1.5 usmUserAuthKeyChange: 1.3.6.1.6.3.15.1.2.2.1.6 usmUserOwnAuthKeyChange: 1.3.6.1.6.3.15.1.2.2.1.7 usmUserPrivProtocol: 1.3.6.1.6.3.15.1.2.2.1.8 usmUserPrivKeyChange: 1.3.6.1.6.3.15.1.2.2.1.9 usmUserOwnPrivKeyChange: 1.3.6.1.6.3.15.1.2.2.1.10 usmUserPublic: 1.3.6.1.6.3.15.1.2.2.1.11 usmUserStorageType: 1.3.6.1.6.3.15.1.2.2.1.12 usmUserStatus: 1.3.6.1.6.3.15.1.2.2.1.13 usmMIBConformance: 1.3.6.1.6.3.15.2 usmMIBCompliances: 1.3.6.1.6.3.15.2.1 usmMIBGroups: 1.3.6.1.6.3.15.2.2 snmp-1.2.0/data/ruby/snmp/mibs/T11-FC-FSPF-MIB.yaml0000644000004100000410000000603112365504747021215 0ustar www-datawww-data--- t11FcFspfMIB: 1.3.6.1.2.1.143 t11FspfNotifications: 1.3.6.1.2.1.143.0 t11FspfObjects: 1.3.6.1.2.1.143.1 t11FspfConfiguration: 1.3.6.1.2.1.143.1.1 t11FspfTable: 1.3.6.1.2.1.143.1.1.1 t11FspfEntry: 1.3.6.1.2.1.143.1.1.1.1 t11FspfFabricIndex: 1.3.6.1.2.1.143.1.1.1.1.1 t11FspfMinLsArrival: 1.3.6.1.2.1.143.1.1.1.1.2 t11FspfMinLsInterval: 1.3.6.1.2.1.143.1.1.1.1.3 t11FspfLsRefreshTime: 1.3.6.1.2.1.143.1.1.1.1.4 t11FspfMaxAge: 1.3.6.1.2.1.143.1.1.1.1.5 t11FspfMaxAgeDiscards: 1.3.6.1.2.1.143.1.1.1.1.6 t11FspfPathComputations: 1.3.6.1.2.1.143.1.1.1.1.7 t11FspfChecksumErrors: 1.3.6.1.2.1.143.1.1.1.1.8 t11FspfLsrs: 1.3.6.1.2.1.143.1.1.1.1.9 t11FspfCreateTime: 1.3.6.1.2.1.143.1.1.1.1.10 t11FspfAdminStatus: 1.3.6.1.2.1.143.1.1.1.1.11 t11FspfOperStatus: 1.3.6.1.2.1.143.1.1.1.1.12 t11FspfNbrStateChangNotifyEnable: 1.3.6.1.2.1.143.1.1.1.1.13 t11FspfSetToDefault: 1.3.6.1.2.1.143.1.1.1.1.14 t11FspfStorageType: 1.3.6.1.2.1.143.1.1.1.1.15 t11FspfIfTable: 1.3.6.1.2.1.143.1.1.2 t11FspfIfEntry: 1.3.6.1.2.1.143.1.1.2.1 t11FspfIfIndex: 1.3.6.1.2.1.143.1.1.2.1.1 t11FspfIfHelloInterval: 1.3.6.1.2.1.143.1.1.2.1.2 t11FspfIfDeadInterval: 1.3.6.1.2.1.143.1.1.2.1.3 t11FspfIfRetransmitInterval: 1.3.6.1.2.1.143.1.1.2.1.4 t11FspfIfInLsuPkts: 1.3.6.1.2.1.143.1.1.2.1.5 t11FspfIfInLsaPkts: 1.3.6.1.2.1.143.1.1.2.1.6 t11FspfIfOutLsuPkts: 1.3.6.1.2.1.143.1.1.2.1.7 t11FspfIfOutLsaPkts: 1.3.6.1.2.1.143.1.1.2.1.8 t11FspfIfOutHelloPkts: 1.3.6.1.2.1.143.1.1.2.1.9 t11FspfIfInHelloPkts: 1.3.6.1.2.1.143.1.1.2.1.10 t11FspfIfRetransmittedLsuPkts: 1.3.6.1.2.1.143.1.1.2.1.11 t11FspfIfInErrorPkts: 1.3.6.1.2.1.143.1.1.2.1.12 t11FspfIfNbrState: 1.3.6.1.2.1.143.1.1.2.1.13 t11FspfIfNbrDomainId: 1.3.6.1.2.1.143.1.1.2.1.14 t11FspfIfNbrPortIndex: 1.3.6.1.2.1.143.1.1.2.1.15 t11FspfIfAdminStatus: 1.3.6.1.2.1.143.1.1.2.1.16 t11FspfIfCreateTime: 1.3.6.1.2.1.143.1.1.2.1.17 t11FspfIfSetToDefault: 1.3.6.1.2.1.143.1.1.2.1.18 t11FspfIfLinkCostFactor: 1.3.6.1.2.1.143.1.1.2.1.19 t11FspfIfStorageType: 1.3.6.1.2.1.143.1.1.2.1.20 t11FspfIfRowStatus: 1.3.6.1.2.1.143.1.1.2.1.21 t11FspfIfPrevNbrState: 1.3.6.1.2.1.143.1.1.3 t11FspfDatabase: 1.3.6.1.2.1.143.1.2 t11FspfLsrTable: 1.3.6.1.2.1.143.1.2.1 t11FspfLsrEntry: 1.3.6.1.2.1.143.1.2.1.1 t11FspfLsrDomainId: 1.3.6.1.2.1.143.1.2.1.1.1 t11FspfLsrType: 1.3.6.1.2.1.143.1.2.1.1.2 t11FspfLsrAdvDomainId: 1.3.6.1.2.1.143.1.2.1.1.3 t11FspfLsrAge: 1.3.6.1.2.1.143.1.2.1.1.4 t11FspfLsrIncarnationNumber: 1.3.6.1.2.1.143.1.2.1.1.5 t11FspfLsrCheckSum: 1.3.6.1.2.1.143.1.2.1.1.6 t11FspfLsrLinks: 1.3.6.1.2.1.143.1.2.1.1.7 t11FspfLinkNumber: 1.3.6.1.2.1.143.1.2.3 t11FspfLinkTable: 1.3.6.1.2.1.143.1.2.4 t11FspfLinkEntry: 1.3.6.1.2.1.143.1.2.4.1 t11FspfLinkIndex: 1.3.6.1.2.1.143.1.2.4.1.1 t11FspfLinkNbrDomainId: 1.3.6.1.2.1.143.1.2.4.1.2 t11FspfLinkPortIndex: 1.3.6.1.2.1.143.1.2.4.1.3 t11FspfLinkNbrPortIndex: 1.3.6.1.2.1.143.1.2.4.1.4 t11FspfLinkType: 1.3.6.1.2.1.143.1.2.4.1.5 t11FspfLinkCost: 1.3.6.1.2.1.143.1.2.4.1.6 t11FspfConformance: 1.3.6.1.2.1.143.2 t11FspfMIBCompliances: 1.3.6.1.2.1.143.2.1 t11FspfMIBGroups: 1.3.6.1.2.1.143.2.2 t11FspfNbrStateChangNotify: 1.3.6.1.2.1.143.0.1 snmp-1.2.0/data/ruby/snmp/mibs/DISMAN-NSLOOKUP-MIB.yaml0000644000004100000410000000157612365504747022062 0ustar www-datawww-data--- lookupMIB: 1.3.6.1.2.1.82 lookupObjects: 1.3.6.1.2.1.82.1 lookupMaxConcurrentRequests: 1.3.6.1.2.1.82.1.1 lookupPurgeTime: 1.3.6.1.2.1.82.1.2 lookupCtlTable: 1.3.6.1.2.1.82.1.3 lookupCtlEntry: 1.3.6.1.2.1.82.1.3.1 lookupCtlOwnerIndex: 1.3.6.1.2.1.82.1.3.1.1 lookupCtlOperationName: 1.3.6.1.2.1.82.1.3.1.2 lookupCtlTargetAddressType: 1.3.6.1.2.1.82.1.3.1.3 lookupCtlTargetAddress: 1.3.6.1.2.1.82.1.3.1.4 lookupCtlOperStatus: 1.3.6.1.2.1.82.1.3.1.5 lookupCtlTime: 1.3.6.1.2.1.82.1.3.1.6 lookupCtlRc: 1.3.6.1.2.1.82.1.3.1.7 lookupCtlRowStatus: 1.3.6.1.2.1.82.1.3.1.8 lookupResultsTable: 1.3.6.1.2.1.82.1.4 lookupResultsEntry: 1.3.6.1.2.1.82.1.4.1 lookupResultsIndex: 1.3.6.1.2.1.82.1.4.1.1 lookupResultsAddressType: 1.3.6.1.2.1.82.1.4.1.2 lookupResultsAddress: 1.3.6.1.2.1.82.1.4.1.3 lookupConformance: 1.3.6.1.2.1.82.2 lookupCompliances: 1.3.6.1.2.1.82.2.1 lookupGroups: 1.3.6.1.2.1.82.2.2 snmp-1.2.0/data/ruby/snmp/mibs/PerfHist-TC-MIB.yaml0000644000004100000410000000004412365504747021654 0ustar www-datawww-data--- perfHistTCMIB: 1.3.6.1.2.1.58 snmp-1.2.0/data/ruby/snmp/mibs/RFC1285-MIB.yaml0000644000004100000410000001165212365504747020565 0ustar www-datawww-data--- fddi: 1.3.6.1.2.1.10.15 snmpFddiSMT: 1.3.6.1.2.1.10.15.1 snmpFddiSMTNumber: 1.3.6.1.2.1.10.15.1.1 snmpFddiSMTTable: 1.3.6.1.2.1.10.15.1.2 snmpFddiSMTEntry: 1.3.6.1.2.1.10.15.1.2.1 snmpFddiSMTIndex: 1.3.6.1.2.1.10.15.1.2.1.1 snmpFddiSMTStationId: 1.3.6.1.2.1.10.15.1.2.1.2 snmpFddiSMTOpVersionId: 1.3.6.1.2.1.10.15.1.2.1.3 snmpFddiSMTHiVersionId: 1.3.6.1.2.1.10.15.1.2.1.4 snmpFddiSMTLoVersionId: 1.3.6.1.2.1.10.15.1.2.1.5 snmpFddiSMTMACCt: 1.3.6.1.2.1.10.15.1.2.1.6 snmpFddiSMTNonMasterCt: 1.3.6.1.2.1.10.15.1.2.1.7 snmpFddiSMTMasterCt: 1.3.6.1.2.1.10.15.1.2.1.8 snmpFddiSMTPathsAvailable: 1.3.6.1.2.1.10.15.1.2.1.9 snmpFddiSMTConfigCapabilities: 1.3.6.1.2.1.10.15.1.2.1.10 snmpFddiSMTConfigPolicy: 1.3.6.1.2.1.10.15.1.2.1.11 snmpFddiSMTConnectionPolicy: 1.3.6.1.2.1.10.15.1.2.1.12 snmpFddiSMTTNotify: 1.3.6.1.2.1.10.15.1.2.1.13 snmpFddiSMTStatusReporting: 1.3.6.1.2.1.10.15.1.2.1.14 snmpFddiSMTECMState: 1.3.6.1.2.1.10.15.1.2.1.15 snmpFddiSMTCFState: 1.3.6.1.2.1.10.15.1.2.1.16 snmpFddiSMTHoldState: 1.3.6.1.2.1.10.15.1.2.1.17 snmpFddiSMTRemoteDisconnectFlag: 1.3.6.1.2.1.10.15.1.2.1.18 snmpFddiSMTStationAction: 1.3.6.1.2.1.10.15.1.2.1.19 snmpFddiMAC: 1.3.6.1.2.1.10.15.2 snmpFddiMACNumber: 1.3.6.1.2.1.10.15.2.1 snmpFddiMACTable: 1.3.6.1.2.1.10.15.2.2 snmpFddiMACEntry: 1.3.6.1.2.1.10.15.2.2.1 snmpFddiMACSMTIndex: 1.3.6.1.2.1.10.15.2.2.1.1 snmpFddiMACIndex: 1.3.6.1.2.1.10.15.2.2.1.2 snmpFddiMACFrameStatusCapabilities: 1.3.6.1.2.1.10.15.2.2.1.3 snmpFddiMACTMaxGreatestLowerBound: 1.3.6.1.2.1.10.15.2.2.1.4 snmpFddiMACTVXGreatestLowerBound: 1.3.6.1.2.1.10.15.2.2.1.5 snmpFddiMACPathsAvailable: 1.3.6.1.2.1.10.15.2.2.1.6 snmpFddiMACCurrentPath: 1.3.6.1.2.1.10.15.2.2.1.7 snmpFddiMACUpstreamNbr: 1.3.6.1.2.1.10.15.2.2.1.8 snmpFddiMACOldUpstreamNbr: 1.3.6.1.2.1.10.15.2.2.1.9 snmpFddiMACDupAddrTest: 1.3.6.1.2.1.10.15.2.2.1.10 snmpFddiMACPathsRequested: 1.3.6.1.2.1.10.15.2.2.1.11 snmpFddiMACDownstreamPORTType: 1.3.6.1.2.1.10.15.2.2.1.12 snmpFddiMACSMTAddress: 1.3.6.1.2.1.10.15.2.2.1.13 snmpFddiMACTReq: 1.3.6.1.2.1.10.15.2.2.1.14 snmpFddiMACTNeg: 1.3.6.1.2.1.10.15.2.2.1.15 snmpFddiMACTMax: 1.3.6.1.2.1.10.15.2.2.1.16 snmpFddiMACTvxValue: 1.3.6.1.2.1.10.15.2.2.1.17 snmpFddiMACTMin: 1.3.6.1.2.1.10.15.2.2.1.18 snmpFddiMACCurrentFrameStatus: 1.3.6.1.2.1.10.15.2.2.1.19 snmpFddiMACFrameCts: 1.3.6.1.2.1.10.15.2.2.1.20 snmpFddiMACErrorCts: 1.3.6.1.2.1.10.15.2.2.1.21 snmpFddiMACLostCts: 1.3.6.1.2.1.10.15.2.2.1.22 snmpFddiMACFrameErrorThreshold: 1.3.6.1.2.1.10.15.2.2.1.23 snmpFddiMACFrameErrorRatio: 1.3.6.1.2.1.10.15.2.2.1.24 snmpFddiMACRMTState: 1.3.6.1.2.1.10.15.2.2.1.25 snmpFddiMACDaFlag: 1.3.6.1.2.1.10.15.2.2.1.26 snmpFddiMACUnaDaFlag: 1.3.6.1.2.1.10.15.2.2.1.27 snmpFddiMACFrameCondition: 1.3.6.1.2.1.10.15.2.2.1.28 snmpFddiMACChipSet: 1.3.6.1.2.1.10.15.2.2.1.29 snmpFddiMACAction: 1.3.6.1.2.1.10.15.2.2.1.30 snmpFddiPATH: 1.3.6.1.2.1.10.15.3 snmpFddiPORT: 1.3.6.1.2.1.10.15.4 snmpFddiPORTNumber: 1.3.6.1.2.1.10.15.4.1 snmpFddiPORTTable: 1.3.6.1.2.1.10.15.4.2 snmpFddiPORTEntry: 1.3.6.1.2.1.10.15.4.2.1 snmpFddiPORTSMTIndex: 1.3.6.1.2.1.10.15.4.2.1.1 snmpFddiPORTIndex: 1.3.6.1.2.1.10.15.4.2.1.2 snmpFddiPORTPCType: 1.3.6.1.2.1.10.15.4.2.1.3 snmpFddiPORTPCNeighbor: 1.3.6.1.2.1.10.15.4.2.1.4 snmpFddiPORTConnectionPolicies: 1.3.6.1.2.1.10.15.4.2.1.5 snmpFddiPORTRemoteMACIndicated: 1.3.6.1.2.1.10.15.4.2.1.6 snmpFddiPORTCEState: 1.3.6.1.2.1.10.15.4.2.1.7 snmpFddiPORTPathsRequested: 1.3.6.1.2.1.10.15.4.2.1.8 snmpFddiPORTMACPlacement: 1.3.6.1.2.1.10.15.4.2.1.9 snmpFddiPORTAvailablePaths: 1.3.6.1.2.1.10.15.4.2.1.10 snmpFddiPORTMACLoopTime: 1.3.6.1.2.1.10.15.4.2.1.11 snmpFddiPORTTBMax: 1.3.6.1.2.1.10.15.4.2.1.12 snmpFddiPORTBSFlag: 1.3.6.1.2.1.10.15.4.2.1.13 snmpFddiPORTLCTFailCts: 1.3.6.1.2.1.10.15.4.2.1.14 snmpFddiPORTLerEstimate: 1.3.6.1.2.1.10.15.4.2.1.15 snmpFddiPORTLemRejectCts: 1.3.6.1.2.1.10.15.4.2.1.16 snmpFddiPORTLemCts: 1.3.6.1.2.1.10.15.4.2.1.17 snmpFddiPORTLerCutoff: 1.3.6.1.2.1.10.15.4.2.1.18 snmpFddiPORTLerAlarm: 1.3.6.1.2.1.10.15.4.2.1.19 snmpFddiPORTConnectState: 1.3.6.1.2.1.10.15.4.2.1.20 snmpFddiPORTPCMState: 1.3.6.1.2.1.10.15.4.2.1.21 snmpFddiPORTPCWithhold: 1.3.6.1.2.1.10.15.4.2.1.22 snmpFddiPORTLerCondition: 1.3.6.1.2.1.10.15.4.2.1.23 snmpFddiPORTChipSet: 1.3.6.1.2.1.10.15.4.2.1.24 snmpFddiPORTAction: 1.3.6.1.2.1.10.15.4.2.1.25 snmpFddiATTACHMENT: 1.3.6.1.2.1.10.15.5 snmpFddiATTACHMENTNumber: 1.3.6.1.2.1.10.15.5.1 snmpFddiATTACHMENTTable: 1.3.6.1.2.1.10.15.5.2 snmpFddiATTACHMENTEntry: 1.3.6.1.2.1.10.15.5.2.1 snmpFddiATTACHMENTSMTIndex: 1.3.6.1.2.1.10.15.5.2.1.1 snmpFddiATTACHMENTIndex: 1.3.6.1.2.1.10.15.5.2.1.2 snmpFddiATTACHMENTClass: 1.3.6.1.2.1.10.15.5.2.1.3 snmpFddiATTACHMENTOpticalBypassPresent: 1.3.6.1.2.1.10.15.5.2.1.4 snmpFddiATTACHMENTIMaxExpiration: 1.3.6.1.2.1.10.15.5.2.1.5 snmpFddiATTACHMENTInsertedStatus: 1.3.6.1.2.1.10.15.5.2.1.6 snmpFddiATTACHMENTInsertPolicy: 1.3.6.1.2.1.10.15.5.2.1.7 snmpFddiChipSets: 1.3.6.1.2.1.10.15.6 snmpFddiPHYChipSets: 1.3.6.1.2.1.10.15.6.1 snmpFddiMACChipSets: 1.3.6.1.2.1.10.15.6.2 snmpFddiPHYMACChipSets: 1.3.6.1.2.1.10.15.6.3 snmp-1.2.0/data/ruby/snmp/mibs/MPLS-LC-FR-STD-MIB.yaml0000644000004100000410000000135712365504747021640 0ustar www-datawww-data--- mplsLcFrStdMIB: 1.3.6.1.2.1.10.166.10 mplsLcFrStdNotifications: 1.3.6.1.2.1.10.166.10.0 mplsLcFrStdObjects: 1.3.6.1.2.1.10.166.10.1 mplsLcFrStdInterfaceConfTable: 1.3.6.1.2.1.10.166.10.1.1 mplsLcFrStdInterfaceConfEntry: 1.3.6.1.2.1.10.166.10.1.1.1 mplsLcFrStdTrafficMinDlci: 1.3.6.1.2.1.10.166.10.1.1.1.1 mplsLcFrStdTrafficMaxDlci: 1.3.6.1.2.1.10.166.10.1.1.1.2 mplsLcFrStdCtrlMinDlci: 1.3.6.1.2.1.10.166.10.1.1.1.3 mplsLcFrStdCtrlMaxDlci: 1.3.6.1.2.1.10.166.10.1.1.1.4 mplsLcFrStdInterfaceConfRowStatus: 1.3.6.1.2.1.10.166.10.1.1.1.5 mplsLcFrStdInterfaceConfStorageType: 1.3.6.1.2.1.10.166.10.1.1.1.6 mplsLcFrStdConformance: 1.3.6.1.2.1.10.166.10.2 mplsLcFrStdCompliances: 1.3.6.1.2.1.10.166.10.2.1 mplsLcFrStdGroups: 1.3.6.1.2.1.10.166.10.2.2 snmp-1.2.0/data/ruby/snmp/mibs/GMPLS-TE-STD-MIB.yaml0000644000004100000410000000763312365504747021457 0ustar www-datawww-data--- gmplsTeStdMIB: 1.3.6.1.2.1.10.166.13 gmplsTeNotifications: 1.3.6.1.2.1.10.166.13.0 gmplsTeScalars: 1.3.6.1.2.1.10.166.13.1 gmplsTunnelsConfigured: 1.3.6.1.2.1.10.166.13.1.1 gmplsTunnelsActive: 1.3.6.1.2.1.10.166.13.1.2 gmplsTeObjects: 1.3.6.1.2.1.10.166.13.2 gmplsTunnelTable: 1.3.6.1.2.1.10.166.13.2.1 gmplsTunnelEntry: 1.3.6.1.2.1.10.166.13.2.1.1 gmplsTunnelUnnumIf: 1.3.6.1.2.1.10.166.13.2.1.1.1 gmplsTunnelAttributes: 1.3.6.1.2.1.10.166.13.2.1.1.2 gmplsTunnelLSPEncoding: 1.3.6.1.2.1.10.166.13.2.1.1.3 gmplsTunnelSwitchingType: 1.3.6.1.2.1.10.166.13.2.1.1.4 gmplsTunnelLinkProtection: 1.3.6.1.2.1.10.166.13.2.1.1.5 gmplsTunnelGPid: 1.3.6.1.2.1.10.166.13.2.1.1.6 gmplsTunnelSecondary: 1.3.6.1.2.1.10.166.13.2.1.1.7 gmplsTunnelDirection: 1.3.6.1.2.1.10.166.13.2.1.1.8 gmplsTunnelPathComp: 1.3.6.1.2.1.10.166.13.2.1.1.9 gmplsTunnelUpstreamNotifyRecipientType: 1.3.6.1.2.1.10.166.13.2.1.1.10 gmplsTunnelUpstreamNotifyRecipient: 1.3.6.1.2.1.10.166.13.2.1.1.11 gmplsTunnelSendResvNotifyRecipientType: 1.3.6.1.2.1.10.166.13.2.1.1.12 gmplsTunnelSendResvNotifyRecipient: 1.3.6.1.2.1.10.166.13.2.1.1.13 gmplsTunnelDownstreamNotifyRecipientType: 1.3.6.1.2.1.10.166.13.2.1.1.14 gmplsTunnelDownstreamNotifyRecipient: 1.3.6.1.2.1.10.166.13.2.1.1.15 gmplsTunnelSendPathNotifyRecipientType: 1.3.6.1.2.1.10.166.13.2.1.1.16 gmplsTunnelSendPathNotifyRecipient: 1.3.6.1.2.1.10.166.13.2.1.1.17 gmplsTunnelAdminStatusFlags: 1.3.6.1.2.1.10.166.13.2.1.1.18 gmplsTunnelExtraParamsPtr: 1.3.6.1.2.1.10.166.13.2.1.1.19 gmplsTunnelHopTable: 1.3.6.1.2.1.10.166.13.2.2 gmplsTunnelHopEntry: 1.3.6.1.2.1.10.166.13.2.2.1 gmplsTunnelHopLabelStatuses: 1.3.6.1.2.1.10.166.13.2.2.1.1 gmplsTunnelHopExplicitForwardLabel: 1.3.6.1.2.1.10.166.13.2.2.1.2 gmplsTunnelHopExplicitForwardLabelPtr: 1.3.6.1.2.1.10.166.13.2.2.1.3 gmplsTunnelHopExplicitReverseLabel: 1.3.6.1.2.1.10.166.13.2.2.1.4 gmplsTunnelHopExplicitReverseLabelPtr: 1.3.6.1.2.1.10.166.13.2.2.1.5 gmplsTunnelARHopTable: 1.3.6.1.2.1.10.166.13.2.3 gmplsTunnelARHopEntry: 1.3.6.1.2.1.10.166.13.2.3.1 gmplsTunnelARHopLabelStatuses: 1.3.6.1.2.1.10.166.13.2.3.1.1 gmplsTunnelARHopExplicitForwardLabel: 1.3.6.1.2.1.10.166.13.2.3.1.2 gmplsTunnelARHopExplicitForwardLabelPtr: 1.3.6.1.2.1.10.166.13.2.3.1.3 gmplsTunnelARHopExplicitReverseLabel: 1.3.6.1.2.1.10.166.13.2.3.1.4 gmplsTunnelARHopExplicitReverseLabelPtr: 1.3.6.1.2.1.10.166.13.2.3.1.5 gmplsTunnelARHopProtection: 1.3.6.1.2.1.10.166.13.2.3.1.6 gmplsTunnelCHopTable: 1.3.6.1.2.1.10.166.13.2.4 gmplsTunnelCHopEntry: 1.3.6.1.2.1.10.166.13.2.4.1 gmplsTunnelCHopLabelStatuses: 1.3.6.1.2.1.10.166.13.2.4.1.1 gmplsTunnelCHopExplicitForwardLabel: 1.3.6.1.2.1.10.166.13.2.4.1.2 gmplsTunnelCHopExplicitForwardLabelPtr: 1.3.6.1.2.1.10.166.13.2.4.1.3 gmplsTunnelCHopExplicitReverseLabel: 1.3.6.1.2.1.10.166.13.2.4.1.4 gmplsTunnelCHopExplicitReverseLabelPtr: 1.3.6.1.2.1.10.166.13.2.4.1.5 gmplsTunnelReversePerfTable: 1.3.6.1.2.1.10.166.13.2.5 gmplsTunnelReversePerfEntry: 1.3.6.1.2.1.10.166.13.2.5.1 gmplsTunnelReversePerfPackets: 1.3.6.1.2.1.10.166.13.2.5.1.1 gmplsTunnelReversePerfHCPackets: 1.3.6.1.2.1.10.166.13.2.5.1.2 gmplsTunnelReversePerfErrors: 1.3.6.1.2.1.10.166.13.2.5.1.3 gmplsTunnelReversePerfBytes: 1.3.6.1.2.1.10.166.13.2.5.1.4 gmplsTunnelReversePerfHCBytes: 1.3.6.1.2.1.10.166.13.2.5.1.5 gmplsTunnelErrorTable: 1.3.6.1.2.1.10.166.13.2.6 gmplsTunnelErrorEntry: 1.3.6.1.2.1.10.166.13.2.6.1 gmplsTunnelErrorLastErrorType: 1.3.6.1.2.1.10.166.13.2.6.1.1 gmplsTunnelErrorLastTime: 1.3.6.1.2.1.10.166.13.2.6.1.2 gmplsTunnelErrorReporterType: 1.3.6.1.2.1.10.166.13.2.6.1.3 gmplsTunnelErrorReporter: 1.3.6.1.2.1.10.166.13.2.6.1.4 gmplsTunnelErrorCode: 1.3.6.1.2.1.10.166.13.2.6.1.5 gmplsTunnelErrorSubcode: 1.3.6.1.2.1.10.166.13.2.6.1.6 gmplsTunnelErrorTLVs: 1.3.6.1.2.1.10.166.13.2.6.1.7 gmplsTunnelErrorHelpString: 1.3.6.1.2.1.10.166.13.2.6.1.8 gmplsTeConformance: 1.3.6.1.2.1.10.166.13.3 gmplsTeGroups: 1.3.6.1.2.1.10.166.13.3.1 gmplsTeCompliances: 1.3.6.1.2.1.10.166.13.3.2 gmplsTunnelDown: 1.3.6.1.2.1.10.166.13.0.1 snmp-1.2.0/data/ruby/snmp/mibs/DISMAN-TRACEROUTE-MIB.yaml0000644000004100000410000000701012365504747022252 0ustar www-datawww-data--- traceRouteMIB: 1.3.6.1.2.1.81 traceRouteNotifications: 1.3.6.1.2.1.81.0 traceRouteObjects: 1.3.6.1.2.1.81.1 traceRouteMaxConcurrentRequests: 1.3.6.1.2.1.81.1.1 traceRouteCtlTable: 1.3.6.1.2.1.81.1.2 traceRouteCtlEntry: 1.3.6.1.2.1.81.1.2.1 traceRouteCtlOwnerIndex: 1.3.6.1.2.1.81.1.2.1.1 traceRouteCtlTestName: 1.3.6.1.2.1.81.1.2.1.2 traceRouteCtlTargetAddressType: 1.3.6.1.2.1.81.1.2.1.3 traceRouteCtlTargetAddress: 1.3.6.1.2.1.81.1.2.1.4 traceRouteCtlByPassRouteTable: 1.3.6.1.2.1.81.1.2.1.5 traceRouteCtlDataSize: 1.3.6.1.2.1.81.1.2.1.6 traceRouteCtlTimeOut: 1.3.6.1.2.1.81.1.2.1.7 traceRouteCtlProbesPerHop: 1.3.6.1.2.1.81.1.2.1.8 traceRouteCtlPort: 1.3.6.1.2.1.81.1.2.1.9 traceRouteCtlMaxTtl: 1.3.6.1.2.1.81.1.2.1.10 traceRouteCtlDSField: 1.3.6.1.2.1.81.1.2.1.11 traceRouteCtlSourceAddressType: 1.3.6.1.2.1.81.1.2.1.12 traceRouteCtlSourceAddress: 1.3.6.1.2.1.81.1.2.1.13 traceRouteCtlIfIndex: 1.3.6.1.2.1.81.1.2.1.14 traceRouteCtlMiscOptions: 1.3.6.1.2.1.81.1.2.1.15 traceRouteCtlMaxFailures: 1.3.6.1.2.1.81.1.2.1.16 traceRouteCtlDontFragment: 1.3.6.1.2.1.81.1.2.1.17 traceRouteCtlInitialTtl: 1.3.6.1.2.1.81.1.2.1.18 traceRouteCtlFrequency: 1.3.6.1.2.1.81.1.2.1.19 traceRouteCtlStorageType: 1.3.6.1.2.1.81.1.2.1.20 traceRouteCtlAdminStatus: 1.3.6.1.2.1.81.1.2.1.21 traceRouteCtlDescr: 1.3.6.1.2.1.81.1.2.1.22 traceRouteCtlMaxRows: 1.3.6.1.2.1.81.1.2.1.23 traceRouteCtlTrapGeneration: 1.3.6.1.2.1.81.1.2.1.24 traceRouteCtlCreateHopsEntries: 1.3.6.1.2.1.81.1.2.1.25 traceRouteCtlType: 1.3.6.1.2.1.81.1.2.1.26 traceRouteCtlRowStatus: 1.3.6.1.2.1.81.1.2.1.27 traceRouteResultsTable: 1.3.6.1.2.1.81.1.3 traceRouteResultsEntry: 1.3.6.1.2.1.81.1.3.1 traceRouteResultsOperStatus: 1.3.6.1.2.1.81.1.3.1.1 traceRouteResultsCurHopCount: 1.3.6.1.2.1.81.1.3.1.2 traceRouteResultsCurProbeCount: 1.3.6.1.2.1.81.1.3.1.3 traceRouteResultsIpTgtAddrType: 1.3.6.1.2.1.81.1.3.1.4 traceRouteResultsIpTgtAddr: 1.3.6.1.2.1.81.1.3.1.5 traceRouteResultsTestAttempts: 1.3.6.1.2.1.81.1.3.1.6 traceRouteResultsTestSuccesses: 1.3.6.1.2.1.81.1.3.1.7 traceRouteResultsLastGoodPath: 1.3.6.1.2.1.81.1.3.1.8 traceRouteProbeHistoryTable: 1.3.6.1.2.1.81.1.4 traceRouteProbeHistoryEntry: 1.3.6.1.2.1.81.1.4.1 traceRouteProbeHistoryIndex: 1.3.6.1.2.1.81.1.4.1.1 traceRouteProbeHistoryHopIndex: 1.3.6.1.2.1.81.1.4.1.2 traceRouteProbeHistoryProbeIndex: 1.3.6.1.2.1.81.1.4.1.3 traceRouteProbeHistoryHAddrType: 1.3.6.1.2.1.81.1.4.1.4 traceRouteProbeHistoryHAddr: 1.3.6.1.2.1.81.1.4.1.5 traceRouteProbeHistoryResponse: 1.3.6.1.2.1.81.1.4.1.6 traceRouteProbeHistoryStatus: 1.3.6.1.2.1.81.1.4.1.7 traceRouteProbeHistoryLastRC: 1.3.6.1.2.1.81.1.4.1.8 traceRouteProbeHistoryTime: 1.3.6.1.2.1.81.1.4.1.9 traceRouteHopsTable: 1.3.6.1.2.1.81.1.5 traceRouteHopsEntry: 1.3.6.1.2.1.81.1.5.1 traceRouteHopsHopIndex: 1.3.6.1.2.1.81.1.5.1.1 traceRouteHopsIpTgtAddressType: 1.3.6.1.2.1.81.1.5.1.2 traceRouteHopsIpTgtAddress: 1.3.6.1.2.1.81.1.5.1.3 traceRouteHopsMinRtt: 1.3.6.1.2.1.81.1.5.1.4 traceRouteHopsMaxRtt: 1.3.6.1.2.1.81.1.5.1.5 traceRouteHopsAverageRtt: 1.3.6.1.2.1.81.1.5.1.6 traceRouteHopsRttSumOfSquares: 1.3.6.1.2.1.81.1.5.1.7 traceRouteHopsSentProbes: 1.3.6.1.2.1.81.1.5.1.8 traceRouteHopsProbeResponses: 1.3.6.1.2.1.81.1.5.1.9 traceRouteHopsLastGoodProbe: 1.3.6.1.2.1.81.1.5.1.10 traceRouteConformance: 1.3.6.1.2.1.81.2 traceRouteCompliances: 1.3.6.1.2.1.81.2.1 traceRouteGroups: 1.3.6.1.2.1.81.2.2 traceRouteImplementationTypeDomains: 1.3.6.1.2.1.81.3 traceRouteUsingUdpProbes: 1.3.6.1.2.1.81.3.1 traceRoutePathChange: 1.3.6.1.2.1.81.0.1 traceRouteTestFailed: 1.3.6.1.2.1.81.0.2 traceRouteTestCompleted: 1.3.6.1.2.1.81.0.3 snmp-1.2.0/data/ruby/snmp/mibs/TCPIPX-MIB.yaml0000644000004100000410000000167612365504747020647 0ustar www-datawww-data--- novell: 1.3.6.1.4.1.23 mibDoc: 1.3.6.1.4.1.23.2 tcpx: 1.3.6.1.4.1.23.2.29 tcpxTcp: 1.3.6.1.4.1.23.2.29.1 tcpIpxConnTable: 1.3.6.1.4.1.23.2.29.1.1 tcpIpxConnEntry: 1.3.6.1.4.1.23.2.29.1.1.1 tcpIpxConnState: 1.3.6.1.4.1.23.2.29.1.1.1.1 tcpIpxConnLocalAddress: 1.3.6.1.4.1.23.2.29.1.1.1.2 tcpIpxConnLocalPort: 1.3.6.1.4.1.23.2.29.1.1.1.3 tcpIpxConnRemAddress: 1.3.6.1.4.1.23.2.29.1.1.1.4 tcpIpxConnRemPort: 1.3.6.1.4.1.23.2.29.1.1.1.5 tcpUnspecConnTable: 1.3.6.1.4.1.23.2.29.1.2 tcpUnspecConnEntry: 1.3.6.1.4.1.23.2.29.1.2.1 tcpUnspecConnState: 1.3.6.1.4.1.23.2.29.1.2.1.1 tcpUnspecConnLocalPort: 1.3.6.1.4.1.23.2.29.1.2.1.2 tcpxUdp: 1.3.6.1.4.1.23.2.29.2 udpIpxTable: 1.3.6.1.4.1.23.2.29.2.1 udpIpxEntry: 1.3.6.1.4.1.23.2.29.2.1.1 udpIpxLocalAddress: 1.3.6.1.4.1.23.2.29.2.1.1.1 udpIpxLocalPort: 1.3.6.1.4.1.23.2.29.2.1.1.2 udpUnspecTable: 1.3.6.1.4.1.23.2.29.2.2 udpUnspecEntry: 1.3.6.1.4.1.23.2.29.2.2.1 udpUnspecLocalPort: 1.3.6.1.4.1.23.2.29.2.2.1.1 snmp-1.2.0/data/ruby/snmp/mibs/APPN-MIB.yaml0000644000004100000410000004104612365504747020371 0ustar www-datawww-data--- appnMIB: 1.3.6.1.2.1.34.4 appnObjects: 1.3.6.1.2.1.34.4.1 appnNode: 1.3.6.1.2.1.34.4.1.1 appnGeneralInfoAndCaps: 1.3.6.1.2.1.34.4.1.1.1 appnNodeCpName: 1.3.6.1.2.1.34.4.1.1.1.1 appnNodeMibVersion: 1.3.6.1.2.1.34.4.1.1.1.2 appnNodeId: 1.3.6.1.2.1.34.4.1.1.1.3 appnNodeType: 1.3.6.1.2.1.34.4.1.1.1.4 appnNodeUpTime: 1.3.6.1.2.1.34.4.1.1.1.5 appnNodeParallelTg: 1.3.6.1.2.1.34.4.1.1.1.6 appnNodeAdaptiveBindPacing: 1.3.6.1.2.1.34.4.1.1.1.7 appnNodeHprSupport: 1.3.6.1.2.1.34.4.1.1.1.8 appnNodeMaxSessPerRtpConn: 1.3.6.1.2.1.34.4.1.1.1.9 appnNodeHprIntRteSetups: 1.3.6.1.2.1.34.4.1.1.1.10 appnNodeHprIntRteRejects: 1.3.6.1.2.1.34.4.1.1.1.11 appnNodeHprOrgRteSetups: 1.3.6.1.2.1.34.4.1.1.1.12 appnNodeHprOrgRteRejects: 1.3.6.1.2.1.34.4.1.1.1.13 appnNodeHprEndRteSetups: 1.3.6.1.2.1.34.4.1.1.1.14 appnNodeHprEndRteRejects: 1.3.6.1.2.1.34.4.1.1.1.15 appnNodeCounterDisconTime: 1.3.6.1.2.1.34.4.1.1.1.16 appnNodeLsCounterType: 1.3.6.1.2.1.34.4.1.1.1.17 appnNodeBrNn: 1.3.6.1.2.1.34.4.1.1.1.18 appnNnUniqueInfoAndCaps: 1.3.6.1.2.1.34.4.1.1.2 appnNodeNnCentralDirectory: 1.3.6.1.2.1.34.4.1.1.2.1 appnNodeNnTreeCache: 1.3.6.1.2.1.34.4.1.1.2.2 appnNodeNnRouteAddResist: 1.3.6.1.2.1.34.4.1.1.2.3 appnNodeNnIsr: 1.3.6.1.2.1.34.4.1.1.2.4 appnNodeNnFrsn: 1.3.6.1.2.1.34.4.1.1.2.5 appnNodeNnPeriBorderSup: 1.3.6.1.2.1.34.4.1.1.2.6 appnNodeNnInterchangeSup: 1.3.6.1.2.1.34.4.1.1.2.7 appnNodeNnExteBorderSup: 1.3.6.1.2.1.34.4.1.1.2.8 appnNodeNnSafeStoreFreq: 1.3.6.1.2.1.34.4.1.1.2.9 appnNodeNnRsn: 1.3.6.1.2.1.34.4.1.1.2.10 appnNodeNnCongested: 1.3.6.1.2.1.34.4.1.1.2.11 appnNodeNnIsrDepleted: 1.3.6.1.2.1.34.4.1.1.2.12 appnNodeNnQuiescing: 1.3.6.1.2.1.34.4.1.1.2.13 appnNodeNnGateway: 1.3.6.1.2.1.34.4.1.1.2.14 appnEnUniqueCaps: 1.3.6.1.2.1.34.4.1.1.3 appnNodeEnModeCosMap: 1.3.6.1.2.1.34.4.1.1.3.1 appnNodeEnNnServer: 1.3.6.1.2.1.34.4.1.1.3.2 appnNodeEnLuSearch: 1.3.6.1.2.1.34.4.1.1.3.3 appnPortInformation: 1.3.6.1.2.1.34.4.1.1.4 appnPortTable: 1.3.6.1.2.1.34.4.1.1.4.1 appnPortEntry: 1.3.6.1.2.1.34.4.1.1.4.1.1 appnPortName: 1.3.6.1.2.1.34.4.1.1.4.1.1.1 appnPortCommand: 1.3.6.1.2.1.34.4.1.1.4.1.1.2 appnPortOperState: 1.3.6.1.2.1.34.4.1.1.4.1.1.3 appnPortDlcType: 1.3.6.1.2.1.34.4.1.1.4.1.1.4 appnPortPortType: 1.3.6.1.2.1.34.4.1.1.4.1.1.5 appnPortSIMRIM: 1.3.6.1.2.1.34.4.1.1.4.1.1.6 appnPortLsRole: 1.3.6.1.2.1.34.4.1.1.4.1.1.7 appnPortNegotLs: 1.3.6.1.2.1.34.4.1.1.4.1.1.8 appnPortDynamicLinkSupport: 1.3.6.1.2.1.34.4.1.1.4.1.1.9 appnPortMaxRcvBtuSize: 1.3.6.1.2.1.34.4.1.1.4.1.1.10 appnPortMaxIframeWindow: 1.3.6.1.2.1.34.4.1.1.4.1.1.11 appnPortDefLsGoodXids: 1.3.6.1.2.1.34.4.1.1.4.1.1.12 appnPortDefLsBadXids: 1.3.6.1.2.1.34.4.1.1.4.1.1.13 appnPortDynLsGoodXids: 1.3.6.1.2.1.34.4.1.1.4.1.1.14 appnPortDynLsBadXids: 1.3.6.1.2.1.34.4.1.1.4.1.1.15 appnPortSpecific: 1.3.6.1.2.1.34.4.1.1.4.1.1.16 appnPortDlcLocalAddr: 1.3.6.1.2.1.34.4.1.1.4.1.1.17 appnPortCounterDisconTime: 1.3.6.1.2.1.34.4.1.1.4.1.1.18 appnLinkStationInformation: 1.3.6.1.2.1.34.4.1.1.5 appnLsTable: 1.3.6.1.2.1.34.4.1.1.5.1 appnLsEntry: 1.3.6.1.2.1.34.4.1.1.5.1.1 appnLsName: 1.3.6.1.2.1.34.4.1.1.5.1.1.1 appnLsCommand: 1.3.6.1.2.1.34.4.1.1.5.1.1.2 appnLsOperState: 1.3.6.1.2.1.34.4.1.1.5.1.1.3 appnLsPortName: 1.3.6.1.2.1.34.4.1.1.5.1.1.4 appnLsDlcType: 1.3.6.1.2.1.34.4.1.1.5.1.1.5 appnLsDynamic: 1.3.6.1.2.1.34.4.1.1.5.1.1.6 appnLsAdjCpName: 1.3.6.1.2.1.34.4.1.1.5.1.1.7 appnLsAdjNodeType: 1.3.6.1.2.1.34.4.1.1.5.1.1.8 appnLsTgNum: 1.3.6.1.2.1.34.4.1.1.5.1.1.9 appnLsLimResource: 1.3.6.1.2.1.34.4.1.1.5.1.1.10 appnLsActOnDemand: 1.3.6.1.2.1.34.4.1.1.5.1.1.11 appnLsMigration: 1.3.6.1.2.1.34.4.1.1.5.1.1.12 appnLsPartnerNodeId: 1.3.6.1.2.1.34.4.1.1.5.1.1.13 appnLsCpCpSessionSupport: 1.3.6.1.2.1.34.4.1.1.5.1.1.14 appnLsMaxSendBtuSize: 1.3.6.1.2.1.34.4.1.1.5.1.1.15 appnLsInXidBytes: 1.3.6.1.2.1.34.4.1.1.5.1.1.16 appnLsInMsgBytes: 1.3.6.1.2.1.34.4.1.1.5.1.1.17 appnLsInXidFrames: 1.3.6.1.2.1.34.4.1.1.5.1.1.18 appnLsInMsgFrames: 1.3.6.1.2.1.34.4.1.1.5.1.1.19 appnLsOutXidBytes: 1.3.6.1.2.1.34.4.1.1.5.1.1.20 appnLsOutMsgBytes: 1.3.6.1.2.1.34.4.1.1.5.1.1.21 appnLsOutXidFrames: 1.3.6.1.2.1.34.4.1.1.5.1.1.22 appnLsOutMsgFrames: 1.3.6.1.2.1.34.4.1.1.5.1.1.23 appnLsEchoRsps: 1.3.6.1.2.1.34.4.1.1.5.1.1.24 appnLsCurrentDelay: 1.3.6.1.2.1.34.4.1.1.5.1.1.25 appnLsMaxDelay: 1.3.6.1.2.1.34.4.1.1.5.1.1.26 appnLsMinDelay: 1.3.6.1.2.1.34.4.1.1.5.1.1.27 appnLsMaxDelayTime: 1.3.6.1.2.1.34.4.1.1.5.1.1.28 appnLsGoodXids: 1.3.6.1.2.1.34.4.1.1.5.1.1.29 appnLsBadXids: 1.3.6.1.2.1.34.4.1.1.5.1.1.30 appnLsSpecific: 1.3.6.1.2.1.34.4.1.1.5.1.1.31 appnLsActiveTime: 1.3.6.1.2.1.34.4.1.1.5.1.1.32 appnLsCurrentStateTime: 1.3.6.1.2.1.34.4.1.1.5.1.1.33 appnLsHprSup: 1.3.6.1.2.1.34.4.1.1.5.1.1.34 appnLsErrRecoSup: 1.3.6.1.2.1.34.4.1.1.5.1.1.35 appnLsForAnrLabel: 1.3.6.1.2.1.34.4.1.1.5.1.1.36 appnLsRevAnrLabel: 1.3.6.1.2.1.34.4.1.1.5.1.1.37 appnLsCpCpNceId: 1.3.6.1.2.1.34.4.1.1.5.1.1.38 appnLsRouteNceId: 1.3.6.1.2.1.34.4.1.1.5.1.1.39 appnLsBfNceId: 1.3.6.1.2.1.34.4.1.1.5.1.1.40 appnLsLocalAddr: 1.3.6.1.2.1.34.4.1.1.5.1.1.41 appnLsRemoteAddr: 1.3.6.1.2.1.34.4.1.1.5.1.1.42 appnLsRemoteLsName: 1.3.6.1.2.1.34.4.1.1.5.1.1.43 appnLsCounterDisconTime: 1.3.6.1.2.1.34.4.1.1.5.1.1.44 appnLsMltgMember: 1.3.6.1.2.1.34.4.1.1.5.1.1.45 appnLsStatusTable: 1.3.6.1.2.1.34.4.1.1.5.2 appnLsStatusEntry: 1.3.6.1.2.1.34.4.1.1.5.2.1 appnLsStatusIndex: 1.3.6.1.2.1.34.4.1.1.5.2.1.1 appnLsStatusTime: 1.3.6.1.2.1.34.4.1.1.5.2.1.2 appnLsStatusLsName: 1.3.6.1.2.1.34.4.1.1.5.2.1.3 appnLsStatusCpName: 1.3.6.1.2.1.34.4.1.1.5.2.1.4 appnLsStatusPartnerId: 1.3.6.1.2.1.34.4.1.1.5.2.1.5 appnLsStatusTgNum: 1.3.6.1.2.1.34.4.1.1.5.2.1.6 appnLsStatusGeneralSense: 1.3.6.1.2.1.34.4.1.1.5.2.1.7 appnLsStatusRetry: 1.3.6.1.2.1.34.4.1.1.5.2.1.8 appnLsStatusEndSense: 1.3.6.1.2.1.34.4.1.1.5.2.1.9 appnLsStatusXidLocalSense: 1.3.6.1.2.1.34.4.1.1.5.2.1.10 appnLsStatusXidRemoteSense: 1.3.6.1.2.1.34.4.1.1.5.2.1.11 appnLsStatusXidByteInError: 1.3.6.1.2.1.34.4.1.1.5.2.1.12 appnLsStatusXidBitInError: 1.3.6.1.2.1.34.4.1.1.5.2.1.13 appnLsStatusDlcType: 1.3.6.1.2.1.34.4.1.1.5.2.1.14 appnLsStatusLocalAddr: 1.3.6.1.2.1.34.4.1.1.5.2.1.15 appnLsStatusRemoteAddr: 1.3.6.1.2.1.34.4.1.1.5.2.1.16 appnVrnInfo: 1.3.6.1.2.1.34.4.1.1.6 appnVrnTable: 1.3.6.1.2.1.34.4.1.1.6.1 appnVrnEntry: 1.3.6.1.2.1.34.4.1.1.6.1.1 appnVrnName: 1.3.6.1.2.1.34.4.1.1.6.1.1.1 appnVrnTgNum: 1.3.6.1.2.1.34.4.1.1.6.1.1.2 appnVrnPortName: 1.3.6.1.2.1.34.4.1.1.6.1.1.3 appnNn: 1.3.6.1.2.1.34.4.1.2 appnNnTopo: 1.3.6.1.2.1.34.4.1.2.1 appnNnTopoMaxNodes: 1.3.6.1.2.1.34.4.1.2.1.1 appnNnTopoCurNumNodes: 1.3.6.1.2.1.34.4.1.2.1.2 appnNnTopoNodePurges: 1.3.6.1.2.1.34.4.1.2.1.3 appnNnTopoTgPurges: 1.3.6.1.2.1.34.4.1.2.1.4 appnNnTopoTotalTduWars: 1.3.6.1.2.1.34.4.1.2.1.5 appnNnTopology: 1.3.6.1.2.1.34.4.1.2.2 appnNnTopologyFRTable: 1.3.6.1.2.1.34.4.1.2.2.3 appnNnTopologyFREntry: 1.3.6.1.2.1.34.4.1.2.2.3.1 appnNnNodeFRFrsn: 1.3.6.1.2.1.34.4.1.2.2.3.1.1 appnNnNodeFRName: 1.3.6.1.2.1.34.4.1.2.2.3.1.2 appnNnNodeFREntryTimeLeft: 1.3.6.1.2.1.34.4.1.2.2.3.1.3 appnNnNodeFRType: 1.3.6.1.2.1.34.4.1.2.2.3.1.4 appnNnNodeFRRsn: 1.3.6.1.2.1.34.4.1.2.2.3.1.5 appnNnNodeFRRouteAddResist: 1.3.6.1.2.1.34.4.1.2.2.3.1.6 appnNnNodeFRCongested: 1.3.6.1.2.1.34.4.1.2.2.3.1.7 appnNnNodeFRIsrDepleted: 1.3.6.1.2.1.34.4.1.2.2.3.1.8 appnNnNodeFRQuiescing: 1.3.6.1.2.1.34.4.1.2.2.3.1.9 appnNnNodeFRGateway: 1.3.6.1.2.1.34.4.1.2.2.3.1.10 appnNnNodeFRCentralDirectory: 1.3.6.1.2.1.34.4.1.2.2.3.1.11 appnNnNodeFRIsr: 1.3.6.1.2.1.34.4.1.2.2.3.1.12 appnNnNodeFRGarbageCollect: 1.3.6.1.2.1.34.4.1.2.2.3.1.13 appnNnNodeFRHprSupport: 1.3.6.1.2.1.34.4.1.2.2.3.1.14 appnNnNodeFRPeriBorderSup: 1.3.6.1.2.1.34.4.1.2.2.3.1.15 appnNnNodeFRInterchangeSup: 1.3.6.1.2.1.34.4.1.2.2.3.1.16 appnNnNodeFRExteBorderSup: 1.3.6.1.2.1.34.4.1.2.2.3.1.17 appnNnNodeFRBranchAwareness: 1.3.6.1.2.1.34.4.1.2.2.3.1.18 appnNnTgTopologyFRTable: 1.3.6.1.2.1.34.4.1.2.2.4 appnNnTgTopologyFREntry: 1.3.6.1.2.1.34.4.1.2.2.4.1 appnNnTgFRFrsn: 1.3.6.1.2.1.34.4.1.2.2.4.1.1 appnNnTgFROwner: 1.3.6.1.2.1.34.4.1.2.2.4.1.2 appnNnTgFRDest: 1.3.6.1.2.1.34.4.1.2.2.4.1.3 appnNnTgFRNum: 1.3.6.1.2.1.34.4.1.2.2.4.1.4 appnNnTgFREntryTimeLeft: 1.3.6.1.2.1.34.4.1.2.2.4.1.5 appnNnTgFRDestVirtual: 1.3.6.1.2.1.34.4.1.2.2.4.1.6 appnNnTgFRDlcData: 1.3.6.1.2.1.34.4.1.2.2.4.1.7 appnNnTgFRRsn: 1.3.6.1.2.1.34.4.1.2.2.4.1.8 appnNnTgFROperational: 1.3.6.1.2.1.34.4.1.2.2.4.1.9 appnNnTgFRQuiescing: 1.3.6.1.2.1.34.4.1.2.2.4.1.10 appnNnTgFRCpCpSession: 1.3.6.1.2.1.34.4.1.2.2.4.1.11 appnNnTgFREffCap: 1.3.6.1.2.1.34.4.1.2.2.4.1.12 appnNnTgFRConnCost: 1.3.6.1.2.1.34.4.1.2.2.4.1.13 appnNnTgFRByteCost: 1.3.6.1.2.1.34.4.1.2.2.4.1.14 appnNnTgFRSecurity: 1.3.6.1.2.1.34.4.1.2.2.4.1.15 appnNnTgFRDelay: 1.3.6.1.2.1.34.4.1.2.2.4.1.16 appnNnTgFRUsr1: 1.3.6.1.2.1.34.4.1.2.2.4.1.17 appnNnTgFRUsr2: 1.3.6.1.2.1.34.4.1.2.2.4.1.18 appnNnTgFRUsr3: 1.3.6.1.2.1.34.4.1.2.2.4.1.19 appnNnTgFRGarbageCollect: 1.3.6.1.2.1.34.4.1.2.2.4.1.20 appnNnTgFRSubareaNum: 1.3.6.1.2.1.34.4.1.2.2.4.1.21 appnNnTgFRHprSup: 1.3.6.1.2.1.34.4.1.2.2.4.1.22 appnNnTgFRDestHprTrans: 1.3.6.1.2.1.34.4.1.2.2.4.1.23 appnNnTgFRTypeIndicator: 1.3.6.1.2.1.34.4.1.2.2.4.1.24 appnNnTgFRIntersubnet: 1.3.6.1.2.1.34.4.1.2.2.4.1.25 appnNnTgFRMltgLinkType: 1.3.6.1.2.1.34.4.1.2.2.4.1.26 appnNnTgFRBranchTg: 1.3.6.1.2.1.34.4.1.2.2.4.1.27 appnLocalTopology: 1.3.6.1.2.1.34.4.1.3 appnLocalTgTable: 1.3.6.1.2.1.34.4.1.3.1 appnLocalTgEntry: 1.3.6.1.2.1.34.4.1.3.1.1 appnLocalTgDest: 1.3.6.1.2.1.34.4.1.3.1.1.1 appnLocalTgNum: 1.3.6.1.2.1.34.4.1.3.1.1.2 appnLocalTgDestVirtual: 1.3.6.1.2.1.34.4.1.3.1.1.3 appnLocalTgDlcData: 1.3.6.1.2.1.34.4.1.3.1.1.4 appnLocalTgPortName: 1.3.6.1.2.1.34.4.1.3.1.1.5 appnLocalTgQuiescing: 1.3.6.1.2.1.34.4.1.3.1.1.6 appnLocalTgOperational: 1.3.6.1.2.1.34.4.1.3.1.1.7 appnLocalTgCpCpSession: 1.3.6.1.2.1.34.4.1.3.1.1.8 appnLocalTgEffCap: 1.3.6.1.2.1.34.4.1.3.1.1.9 appnLocalTgConnCost: 1.3.6.1.2.1.34.4.1.3.1.1.10 appnLocalTgByteCost: 1.3.6.1.2.1.34.4.1.3.1.1.11 appnLocalTgSecurity: 1.3.6.1.2.1.34.4.1.3.1.1.12 appnLocalTgDelay: 1.3.6.1.2.1.34.4.1.3.1.1.13 appnLocalTgUsr1: 1.3.6.1.2.1.34.4.1.3.1.1.14 appnLocalTgUsr2: 1.3.6.1.2.1.34.4.1.3.1.1.15 appnLocalTgUsr3: 1.3.6.1.2.1.34.4.1.3.1.1.16 appnLocalTgHprSup: 1.3.6.1.2.1.34.4.1.3.1.1.17 appnLocalTgIntersubnet: 1.3.6.1.2.1.34.4.1.3.1.1.18 appnLocalTgMltgLinkType: 1.3.6.1.2.1.34.4.1.3.1.1.19 appnLocalTgBranchLinkType: 1.3.6.1.2.1.34.4.1.3.1.1.20 appnLocalEnTgTable: 1.3.6.1.2.1.34.4.1.3.2 appnLocalEnTgEntry: 1.3.6.1.2.1.34.4.1.3.2.1 appnLocalEnTgOrigin: 1.3.6.1.2.1.34.4.1.3.2.1.1 appnLocalEnTgDest: 1.3.6.1.2.1.34.4.1.3.2.1.2 appnLocalEnTgNum: 1.3.6.1.2.1.34.4.1.3.2.1.3 appnLocalEnTgEntryTimeLeft: 1.3.6.1.2.1.34.4.1.3.2.1.4 appnLocalEnTgDestVirtual: 1.3.6.1.2.1.34.4.1.3.2.1.5 appnLocalEnTgDlcData: 1.3.6.1.2.1.34.4.1.3.2.1.6 appnLocalEnTgOperational: 1.3.6.1.2.1.34.4.1.3.2.1.7 appnLocalEnTgCpCpSession: 1.3.6.1.2.1.34.4.1.3.2.1.8 appnLocalEnTgEffCap: 1.3.6.1.2.1.34.4.1.3.2.1.9 appnLocalEnTgConnCost: 1.3.6.1.2.1.34.4.1.3.2.1.10 appnLocalEnTgByteCost: 1.3.6.1.2.1.34.4.1.3.2.1.11 appnLocalEnTgSecurity: 1.3.6.1.2.1.34.4.1.3.2.1.12 appnLocalEnTgDelay: 1.3.6.1.2.1.34.4.1.3.2.1.13 appnLocalEnTgUsr1: 1.3.6.1.2.1.34.4.1.3.2.1.14 appnLocalEnTgUsr2: 1.3.6.1.2.1.34.4.1.3.2.1.15 appnLocalEnTgUsr3: 1.3.6.1.2.1.34.4.1.3.2.1.16 appnLocalEnTgMltgLinkType: 1.3.6.1.2.1.34.4.1.3.2.1.17 appnDir: 1.3.6.1.2.1.34.4.1.4 appnDirPerf: 1.3.6.1.2.1.34.4.1.4.1 appnDirMaxCaches: 1.3.6.1.2.1.34.4.1.4.1.1 appnDirCurCaches: 1.3.6.1.2.1.34.4.1.4.1.2 appnDirCurHomeEntries: 1.3.6.1.2.1.34.4.1.4.1.3 appnDirRegEntries: 1.3.6.1.2.1.34.4.1.4.1.4 appnDirInLocates: 1.3.6.1.2.1.34.4.1.4.1.5 appnDirInBcastLocates: 1.3.6.1.2.1.34.4.1.4.1.6 appnDirOutLocates: 1.3.6.1.2.1.34.4.1.4.1.7 appnDirOutBcastLocates: 1.3.6.1.2.1.34.4.1.4.1.8 appnDirNotFoundLocates: 1.3.6.1.2.1.34.4.1.4.1.9 appnDirNotFoundBcastLocates: 1.3.6.1.2.1.34.4.1.4.1.10 appnDirLocateOutstands: 1.3.6.1.2.1.34.4.1.4.1.11 appnDirTable: 1.3.6.1.2.1.34.4.1.4.2 appnDirEntry: 1.3.6.1.2.1.34.4.1.4.2.1 appnDirLuName: 1.3.6.1.2.1.34.4.1.4.2.1.1 appnDirNnServerName: 1.3.6.1.2.1.34.4.1.4.2.1.2 appnDirLuOwnerName: 1.3.6.1.2.1.34.4.1.4.2.1.3 appnDirLuLocation: 1.3.6.1.2.1.34.4.1.4.2.1.4 appnDirType: 1.3.6.1.2.1.34.4.1.4.2.1.5 appnDirApparentLuOwnerName: 1.3.6.1.2.1.34.4.1.4.2.1.6 appnCos: 1.3.6.1.2.1.34.4.1.5 appnCosModeTable: 1.3.6.1.2.1.34.4.1.5.1 appnCosModeEntry: 1.3.6.1.2.1.34.4.1.5.1.1 appnCosModeName: 1.3.6.1.2.1.34.4.1.5.1.1.1 appnCosModeCosName: 1.3.6.1.2.1.34.4.1.5.1.1.2 appnCosNameTable: 1.3.6.1.2.1.34.4.1.5.2 appnCosNameEntry: 1.3.6.1.2.1.34.4.1.5.2.1 appnCosName: 1.3.6.1.2.1.34.4.1.5.2.1.1 appnCosTransPriority: 1.3.6.1.2.1.34.4.1.5.2.1.2 appnCosNodeRowTable: 1.3.6.1.2.1.34.4.1.5.3 appnCosNodeRowEntry: 1.3.6.1.2.1.34.4.1.5.3.1 appnCosNodeRowName: 1.3.6.1.2.1.34.4.1.5.3.1.1 appnCosNodeRowIndex: 1.3.6.1.2.1.34.4.1.5.3.1.2 appnCosNodeRowWgt: 1.3.6.1.2.1.34.4.1.5.3.1.3 appnCosNodeRowResistMin: 1.3.6.1.2.1.34.4.1.5.3.1.4 appnCosNodeRowResistMax: 1.3.6.1.2.1.34.4.1.5.3.1.5 appnCosNodeRowMinCongestAllow: 1.3.6.1.2.1.34.4.1.5.3.1.6 appnCosNodeRowMaxCongestAllow: 1.3.6.1.2.1.34.4.1.5.3.1.7 appnCosTgRowTable: 1.3.6.1.2.1.34.4.1.5.4 appnCosTgRowEntry: 1.3.6.1.2.1.34.4.1.5.4.1 appnCosTgRowName: 1.3.6.1.2.1.34.4.1.5.4.1.1 appnCosTgRowIndex: 1.3.6.1.2.1.34.4.1.5.4.1.2 appnCosTgRowWgt: 1.3.6.1.2.1.34.4.1.5.4.1.3 appnCosTgRowEffCapMin: 1.3.6.1.2.1.34.4.1.5.4.1.4 appnCosTgRowEffCapMax: 1.3.6.1.2.1.34.4.1.5.4.1.5 appnCosTgRowConnCostMin: 1.3.6.1.2.1.34.4.1.5.4.1.6 appnCosTgRowConnCostMax: 1.3.6.1.2.1.34.4.1.5.4.1.7 appnCosTgRowByteCostMin: 1.3.6.1.2.1.34.4.1.5.4.1.8 appnCosTgRowByteCostMax: 1.3.6.1.2.1.34.4.1.5.4.1.9 appnCosTgRowSecurityMin: 1.3.6.1.2.1.34.4.1.5.4.1.10 appnCosTgRowSecurityMax: 1.3.6.1.2.1.34.4.1.5.4.1.11 appnCosTgRowDelayMin: 1.3.6.1.2.1.34.4.1.5.4.1.12 appnCosTgRowDelayMax: 1.3.6.1.2.1.34.4.1.5.4.1.13 appnCosTgRowUsr1Min: 1.3.6.1.2.1.34.4.1.5.4.1.14 appnCosTgRowUsr1Max: 1.3.6.1.2.1.34.4.1.5.4.1.15 appnCosTgRowUsr2Min: 1.3.6.1.2.1.34.4.1.5.4.1.16 appnCosTgRowUsr2Max: 1.3.6.1.2.1.34.4.1.5.4.1.17 appnCosTgRowUsr3Min: 1.3.6.1.2.1.34.4.1.5.4.1.18 appnCosTgRowUsr3Max: 1.3.6.1.2.1.34.4.1.5.4.1.19 appnSessIntermediate: 1.3.6.1.2.1.34.4.1.6 appnIsInGlobal: 1.3.6.1.2.1.34.4.1.6.1 appnIsInGlobeCtrAdminStatus: 1.3.6.1.2.1.34.4.1.6.1.1 appnIsInGlobeCtrOperStatus: 1.3.6.1.2.1.34.4.1.6.1.2 appnIsInGlobeCtrStatusTime: 1.3.6.1.2.1.34.4.1.6.1.3 appnIsInGlobeRscv: 1.3.6.1.2.1.34.4.1.6.1.4 appnIsInGlobeRscvTime: 1.3.6.1.2.1.34.4.1.6.1.5 appnIsInGlobeActSess: 1.3.6.1.2.1.34.4.1.6.1.6 appnIsInGlobeHprBfActSess: 1.3.6.1.2.1.34.4.1.6.1.7 appnIsInTable: 1.3.6.1.2.1.34.4.1.6.2 appnIsInEntry: 1.3.6.1.2.1.34.4.1.6.2.1 appnIsInFqCpName: 1.3.6.1.2.1.34.4.1.6.2.1.1 appnIsInPcid: 1.3.6.1.2.1.34.4.1.6.2.1.2 appnIsInSessState: 1.3.6.1.2.1.34.4.1.6.2.1.3 appnIsInPriLuName: 1.3.6.1.2.1.34.4.1.6.2.1.4 appnIsInSecLuName: 1.3.6.1.2.1.34.4.1.6.2.1.5 appnIsInModeName: 1.3.6.1.2.1.34.4.1.6.2.1.6 appnIsInCosName: 1.3.6.1.2.1.34.4.1.6.2.1.7 appnIsInTransPriority: 1.3.6.1.2.1.34.4.1.6.2.1.8 appnIsInSessType: 1.3.6.1.2.1.34.4.1.6.2.1.9 appnIsInSessUpTime: 1.3.6.1.2.1.34.4.1.6.2.1.10 appnIsInCtrUpTime: 1.3.6.1.2.1.34.4.1.6.2.1.11 appnIsInP2SFmdPius: 1.3.6.1.2.1.34.4.1.6.2.1.12 appnIsInS2PFmdPius: 1.3.6.1.2.1.34.4.1.6.2.1.13 appnIsInP2SNonFmdPius: 1.3.6.1.2.1.34.4.1.6.2.1.14 appnIsInS2PNonFmdPius: 1.3.6.1.2.1.34.4.1.6.2.1.15 appnIsInP2SFmdBytes: 1.3.6.1.2.1.34.4.1.6.2.1.16 appnIsInS2PFmdBytes: 1.3.6.1.2.1.34.4.1.6.2.1.17 appnIsInP2SNonFmdBytes: 1.3.6.1.2.1.34.4.1.6.2.1.18 appnIsInS2PNonFmdBytes: 1.3.6.1.2.1.34.4.1.6.2.1.19 appnIsInPsAdjCpName: 1.3.6.1.2.1.34.4.1.6.2.1.20 appnIsInPsAdjTgNum: 1.3.6.1.2.1.34.4.1.6.2.1.21 appnIsInPsSendMaxBtuSize: 1.3.6.1.2.1.34.4.1.6.2.1.22 appnIsInPsSendPacingType: 1.3.6.1.2.1.34.4.1.6.2.1.23 appnIsInPsSendRpc: 1.3.6.1.2.1.34.4.1.6.2.1.24 appnIsInPsSendNxWndwSize: 1.3.6.1.2.1.34.4.1.6.2.1.25 appnIsInPsRecvPacingType: 1.3.6.1.2.1.34.4.1.6.2.1.26 appnIsInPsRecvRpc: 1.3.6.1.2.1.34.4.1.6.2.1.27 appnIsInPsRecvNxWndwSize: 1.3.6.1.2.1.34.4.1.6.2.1.28 appnIsInSsAdjCpName: 1.3.6.1.2.1.34.4.1.6.2.1.29 appnIsInSsAdjTgNum: 1.3.6.1.2.1.34.4.1.6.2.1.30 appnIsInSsSendMaxBtuSize: 1.3.6.1.2.1.34.4.1.6.2.1.31 appnIsInSsSendPacingType: 1.3.6.1.2.1.34.4.1.6.2.1.32 appnIsInSsSendRpc: 1.3.6.1.2.1.34.4.1.6.2.1.33 appnIsInSsSendNxWndwSize: 1.3.6.1.2.1.34.4.1.6.2.1.34 appnIsInSsRecvPacingType: 1.3.6.1.2.1.34.4.1.6.2.1.35 appnIsInSsRecvRpc: 1.3.6.1.2.1.34.4.1.6.2.1.36 appnIsInSsRecvNxWndwSize: 1.3.6.1.2.1.34.4.1.6.2.1.37 appnIsInRouteInfo: 1.3.6.1.2.1.34.4.1.6.2.1.38 appnIsInRtpNceId: 1.3.6.1.2.1.34.4.1.6.2.1.39 appnIsInRtpTcid: 1.3.6.1.2.1.34.4.1.6.2.1.40 appnIsRtpTable: 1.3.6.1.2.1.34.4.1.6.3 appnIsRtpEntry: 1.3.6.1.2.1.34.4.1.6.3.1 appnIsRtpNceId: 1.3.6.1.2.1.34.4.1.6.3.1.1 appnIsRtpTcid: 1.3.6.1.2.1.34.4.1.6.3.1.2 appnIsRtpSessions: 1.3.6.1.2.1.34.4.1.6.3.1.3 appnTraps: 1.3.6.1.2.1.34.4.2 alertIdNumber: 1.3.6.1.2.1.34.4.2.2 affectedObject: 1.3.6.1.2.1.34.4.2.3 appnConformance: 1.3.6.1.2.1.34.4.3 appnCompliances: 1.3.6.1.2.1.34.4.3.1 appnGroups: 1.3.6.1.2.1.34.4.3.2 alertTrap: 1.3.6.1.2.1.34.4.2.1 snmp-1.2.0/data/ruby/snmp/mibs/ATM-TC-MIB.yaml0000644000004100000410000000134612365504747020557 0ustar www-datawww-data--- atmTrafficDescriptorTypes: 1.3.6.1.2.1.37.1.1 atmNoTrafficDescriptor: 1.3.6.1.2.1.37.1.1.1 atmNoClpNoScr: 1.3.6.1.2.1.37.1.1.2 atmClpNoTaggingNoScr: 1.3.6.1.2.1.37.1.1.3 atmClpTaggingNoScr: 1.3.6.1.2.1.37.1.1.4 atmNoClpScr: 1.3.6.1.2.1.37.1.1.5 atmClpNoTaggingScr: 1.3.6.1.2.1.37.1.1.6 atmClpTaggingScr: 1.3.6.1.2.1.37.1.1.7 atmClpNoTaggingMcr: 1.3.6.1.2.1.37.1.1.8 atmClpTransparentNoScr: 1.3.6.1.2.1.37.1.1.9 atmClpTransparentScr: 1.3.6.1.2.1.37.1.1.10 atmNoClpTaggingNoScr: 1.3.6.1.2.1.37.1.1.11 atmNoClpNoScrCdvt: 1.3.6.1.2.1.37.1.1.12 atmNoClpScrCdvt: 1.3.6.1.2.1.37.1.1.13 atmClpNoTaggingScrCdvt: 1.3.6.1.2.1.37.1.1.14 atmClpTaggingScrCdvt: 1.3.6.1.2.1.37.1.1.15 atmTCMIB: 1.3.6.1.2.1.37.3 atmObjectIdentities: 1.3.6.1.2.1.37.3.1 snmp-1.2.0/data/ruby/snmp/mibs/DOCS-BPI-MIB.yaml0000644000004100000410000001277612365504747021003 0ustar www-datawww-data--- docsBpiMIB: 1.3.6.1.2.1.10.127.5 docsBpiMIBObjects: 1.3.6.1.2.1.10.127.5.1 docsBpiCmObjects: 1.3.6.1.2.1.10.127.5.1.1 docsBpiCmBaseTable: 1.3.6.1.2.1.10.127.5.1.1.1 docsBpiCmBaseEntry: 1.3.6.1.2.1.10.127.5.1.1.1.1 docsBpiCmPrivacyEnable: 1.3.6.1.2.1.10.127.5.1.1.1.1.1 docsBpiCmPublicKey: 1.3.6.1.2.1.10.127.5.1.1.1.1.2 docsBpiCmAuthState: 1.3.6.1.2.1.10.127.5.1.1.1.1.3 docsBpiCmAuthKeySequenceNumber: 1.3.6.1.2.1.10.127.5.1.1.1.1.4 docsBpiCmAuthExpires: 1.3.6.1.2.1.10.127.5.1.1.1.1.5 docsBpiCmAuthReset: 1.3.6.1.2.1.10.127.5.1.1.1.1.6 docsBpiCmAuthGraceTime: 1.3.6.1.2.1.10.127.5.1.1.1.1.7 docsBpiCmTEKGraceTime: 1.3.6.1.2.1.10.127.5.1.1.1.1.8 docsBpiCmAuthWaitTimeout: 1.3.6.1.2.1.10.127.5.1.1.1.1.9 docsBpiCmReauthWaitTimeout: 1.3.6.1.2.1.10.127.5.1.1.1.1.10 docsBpiCmOpWaitTimeout: 1.3.6.1.2.1.10.127.5.1.1.1.1.11 docsBpiCmRekeyWaitTimeout: 1.3.6.1.2.1.10.127.5.1.1.1.1.12 docsBpiCmAuthRejectWaitTimeout: 1.3.6.1.2.1.10.127.5.1.1.1.1.13 docsBpiCmAuthRequests: 1.3.6.1.2.1.10.127.5.1.1.1.1.14 docsBpiCmAuthReplies: 1.3.6.1.2.1.10.127.5.1.1.1.1.15 docsBpiCmAuthRejects: 1.3.6.1.2.1.10.127.5.1.1.1.1.16 docsBpiCmAuthInvalids: 1.3.6.1.2.1.10.127.5.1.1.1.1.17 docsBpiCmAuthRejectErrorCode: 1.3.6.1.2.1.10.127.5.1.1.1.1.18 docsBpiCmAuthRejectErrorString: 1.3.6.1.2.1.10.127.5.1.1.1.1.19 docsBpiCmAuthInvalidErrorCode: 1.3.6.1.2.1.10.127.5.1.1.1.1.20 docsBpiCmAuthInvalidErrorString: 1.3.6.1.2.1.10.127.5.1.1.1.1.21 docsBpiCmTEKTable: 1.3.6.1.2.1.10.127.5.1.1.2 docsBpiCmTEKEntry: 1.3.6.1.2.1.10.127.5.1.1.2.1 docsBpiCmTEKPrivacyEnable: 1.3.6.1.2.1.10.127.5.1.1.2.1.1 docsBpiCmTEKState: 1.3.6.1.2.1.10.127.5.1.1.2.1.2 docsBpiCmTEKExpiresOld: 1.3.6.1.2.1.10.127.5.1.1.2.1.3 docsBpiCmTEKExpiresNew: 1.3.6.1.2.1.10.127.5.1.1.2.1.4 docsBpiCmTEKKeyRequests: 1.3.6.1.2.1.10.127.5.1.1.2.1.5 docsBpiCmTEKKeyReplies: 1.3.6.1.2.1.10.127.5.1.1.2.1.6 docsBpiCmTEKKeyRejects: 1.3.6.1.2.1.10.127.5.1.1.2.1.7 docsBpiCmTEKInvalids: 1.3.6.1.2.1.10.127.5.1.1.2.1.8 docsBpiCmTEKAuthPends: 1.3.6.1.2.1.10.127.5.1.1.2.1.9 docsBpiCmTEKKeyRejectErrorCode: 1.3.6.1.2.1.10.127.5.1.1.2.1.10 docsBpiCmTEKKeyRejectErrorString: 1.3.6.1.2.1.10.127.5.1.1.2.1.11 docsBpiCmTEKInvalidErrorCode: 1.3.6.1.2.1.10.127.5.1.1.2.1.12 docsBpiCmTEKInvalidErrorString: 1.3.6.1.2.1.10.127.5.1.1.2.1.13 docsBpiCmtsObjects: 1.3.6.1.2.1.10.127.5.1.2 docsBpiCmtsBaseTable: 1.3.6.1.2.1.10.127.5.1.2.1 docsBpiCmtsBaseEntry: 1.3.6.1.2.1.10.127.5.1.2.1.1 docsBpiCmtsDefaultAuthLifetime: 1.3.6.1.2.1.10.127.5.1.2.1.1.1 docsBpiCmtsDefaultTEKLifetime: 1.3.6.1.2.1.10.127.5.1.2.1.1.2 docsBpiCmtsDefaultAuthGraceTime: 1.3.6.1.2.1.10.127.5.1.2.1.1.3 docsBpiCmtsDefaultTEKGraceTime: 1.3.6.1.2.1.10.127.5.1.2.1.1.4 docsBpiCmtsAuthRequests: 1.3.6.1.2.1.10.127.5.1.2.1.1.5 docsBpiCmtsAuthReplies: 1.3.6.1.2.1.10.127.5.1.2.1.1.6 docsBpiCmtsAuthRejects: 1.3.6.1.2.1.10.127.5.1.2.1.1.7 docsBpiCmtsAuthInvalids: 1.3.6.1.2.1.10.127.5.1.2.1.1.8 docsBpiCmtsAuthTable: 1.3.6.1.2.1.10.127.5.1.2.2 docsBpiCmtsAuthEntry: 1.3.6.1.2.1.10.127.5.1.2.2.1 docsBpiCmtsAuthCmMacAddress: 1.3.6.1.2.1.10.127.5.1.2.2.1.1 docsBpiCmtsAuthCmPublicKey: 1.3.6.1.2.1.10.127.5.1.2.2.1.2 docsBpiCmtsAuthCmKeySequenceNumber: 1.3.6.1.2.1.10.127.5.1.2.2.1.3 docsBpiCmtsAuthCmExpires: 1.3.6.1.2.1.10.127.5.1.2.2.1.4 docsBpiCmtsAuthCmLifetime: 1.3.6.1.2.1.10.127.5.1.2.2.1.5 docsBpiCmtsAuthCmGraceTime: 1.3.6.1.2.1.10.127.5.1.2.2.1.6 docsBpiCmtsAuthCmReset: 1.3.6.1.2.1.10.127.5.1.2.2.1.7 docsBpiCmtsAuthCmRequests: 1.3.6.1.2.1.10.127.5.1.2.2.1.8 docsBpiCmtsAuthCmReplies: 1.3.6.1.2.1.10.127.5.1.2.2.1.9 docsBpiCmtsAuthCmRejects: 1.3.6.1.2.1.10.127.5.1.2.2.1.10 docsBpiCmtsAuthCmInvalids: 1.3.6.1.2.1.10.127.5.1.2.2.1.11 docsBpiCmtsAuthRejectErrorCode: 1.3.6.1.2.1.10.127.5.1.2.2.1.12 docsBpiCmtsAuthRejectErrorString: 1.3.6.1.2.1.10.127.5.1.2.2.1.13 docsBpiCmtsAuthInvalidErrorCode: 1.3.6.1.2.1.10.127.5.1.2.2.1.14 docsBpiCmtsAuthInvalidErrorString: 1.3.6.1.2.1.10.127.5.1.2.2.1.15 docsBpiCmtsTEKTable: 1.3.6.1.2.1.10.127.5.1.2.3 docsBpiCmtsTEKEntry: 1.3.6.1.2.1.10.127.5.1.2.3.1 docsBpiCmtsTEKLifetime: 1.3.6.1.2.1.10.127.5.1.2.3.1.1 docsBpiCmtsTEKGraceTime: 1.3.6.1.2.1.10.127.5.1.2.3.1.2 docsBpiCmtsTEKExpiresOld: 1.3.6.1.2.1.10.127.5.1.2.3.1.3 docsBpiCmtsTEKExpiresNew: 1.3.6.1.2.1.10.127.5.1.2.3.1.4 docsBpiCmtsTEKReset: 1.3.6.1.2.1.10.127.5.1.2.3.1.5 docsBpiCmtsKeyRequests: 1.3.6.1.2.1.10.127.5.1.2.3.1.6 docsBpiCmtsKeyReplies: 1.3.6.1.2.1.10.127.5.1.2.3.1.7 docsBpiCmtsKeyRejects: 1.3.6.1.2.1.10.127.5.1.2.3.1.8 docsBpiCmtsTEKInvalids: 1.3.6.1.2.1.10.127.5.1.2.3.1.9 docsBpiCmtsKeyRejectErrorCode: 1.3.6.1.2.1.10.127.5.1.2.3.1.10 docsBpiCmtsKeyRejectErrorString: 1.3.6.1.2.1.10.127.5.1.2.3.1.11 docsBpiCmtsTEKInvalidErrorCode: 1.3.6.1.2.1.10.127.5.1.2.3.1.12 docsBpiCmtsTEKInvalidErrorString: 1.3.6.1.2.1.10.127.5.1.2.3.1.13 docsBpiMulticastControl: 1.3.6.1.2.1.10.127.5.1.2.4 docsBpiIpMulticastMapTable: 1.3.6.1.2.1.10.127.5.1.2.4.1 docsBpiIpMulticastMapEntry: 1.3.6.1.2.1.10.127.5.1.2.4.1.1 docsBpiIpMulticastAddress: 1.3.6.1.2.1.10.127.5.1.2.4.1.1.1 docsBpiIpMulticastPrefixLength: 1.3.6.1.2.1.10.127.5.1.2.4.1.1.2 docsBpiIpMulticastServiceId: 1.3.6.1.2.1.10.127.5.1.2.4.1.1.3 docsBpiIpMulticastMapControl: 1.3.6.1.2.1.10.127.5.1.2.4.1.1.4 docsBpiMulticastAuthTable: 1.3.6.1.2.1.10.127.5.1.2.4.2 docsBpiMulticastAuthEntry: 1.3.6.1.2.1.10.127.5.1.2.4.2.1 docsBpiMulticastServiceId: 1.3.6.1.2.1.10.127.5.1.2.4.2.1.1 docsBpiMulticastCmMacAddress: 1.3.6.1.2.1.10.127.5.1.2.4.2.1.2 docsBpiMulticastAuthControl: 1.3.6.1.2.1.10.127.5.1.2.4.2.1.3 docsBpiNotification: 1.3.6.1.2.1.10.127.5.2 docsBpiConformance: 1.3.6.1.2.1.10.127.5.3 docsBpiCompliances: 1.3.6.1.2.1.10.127.5.3.1 docsBpiGroups: 1.3.6.1.2.1.10.127.5.3.2 snmp-1.2.0/data/ruby/snmp/mibs/SIP-SERVER-MIB.yaml0000644000004100000410000000467112365504747021275 0ustar www-datawww-data--- sipServerMIB: 1.3.6.1.2.1.151 sipServerMIBObjects: 1.3.6.1.2.1.151.1 sipServerCfg: 1.3.6.1.2.1.151.1.1 sipServerCfgTable: 1.3.6.1.2.1.151.1.1.1 sipServerCfgEntry: 1.3.6.1.2.1.151.1.1.1.1 sipServerCfgHostAddressType: 1.3.6.1.2.1.151.1.1.1.1.1 sipServerCfgHostAddress: 1.3.6.1.2.1.151.1.1.1.1.2 sipServerProxyCfg: 1.3.6.1.2.1.151.1.3 sipServerProxyCfgTable: 1.3.6.1.2.1.151.1.3.1 sipServerProxyCfgEntry: 1.3.6.1.2.1.151.1.3.1.1 sipServerCfgProxyStatefulness: 1.3.6.1.2.1.151.1.3.1.1.1 sipServerCfgProxyRecursion: 1.3.6.1.2.1.151.1.3.1.1.2 sipServerCfgProxyRecordRoute: 1.3.6.1.2.1.151.1.3.1.1.3 sipServerCfgProxyAuthMethod: 1.3.6.1.2.1.151.1.3.1.1.4 sipServerCfgProxyAuthDefaultRealm: 1.3.6.1.2.1.151.1.3.1.1.5 sipServerProxyStats: 1.3.6.1.2.1.151.1.4 sipServerProxyStatsTable: 1.3.6.1.2.1.151.1.4.1 sipServerProxyStatsEntry: 1.3.6.1.2.1.151.1.4.1.1 sipServerProxyStatProxyReqFailures: 1.3.6.1.2.1.151.1.4.1.1.1 sipServerProxyStatsDisconTime: 1.3.6.1.2.1.151.1.4.1.1.2 sipServerRegCfg: 1.3.6.1.2.1.151.1.5 sipServerRegCfgTable: 1.3.6.1.2.1.151.1.5.1 sipServerRegCfgEntry: 1.3.6.1.2.1.151.1.5.1.1 sipServerRegMaxContactExpiryDuration: 1.3.6.1.2.1.151.1.5.1.1.1 sipServerRegMaxUsers: 1.3.6.1.2.1.151.1.5.1.1.2 sipServerRegCurrentUsers: 1.3.6.1.2.1.151.1.5.1.1.3 sipServerRegDfltRegActiveInterval: 1.3.6.1.2.1.151.1.5.1.1.4 sipServerRegUserTable: 1.3.6.1.2.1.151.1.5.2 sipServerRegUserEntry: 1.3.6.1.2.1.151.1.5.2.1 sipServerRegUserIndex: 1.3.6.1.2.1.151.1.5.2.1.1 sipServerRegUserUri: 1.3.6.1.2.1.151.1.5.2.1.2 sipServerRegUserAuthenticationFailures: 1.3.6.1.2.1.151.1.5.2.1.3 sipServerRegUserDisconTime: 1.3.6.1.2.1.151.1.5.2.1.4 sipServerRegContactTable: 1.3.6.1.2.1.151.1.5.3 sipServerRegContactEntry: 1.3.6.1.2.1.151.1.5.3.1 sipServerRegContactIndex: 1.3.6.1.2.1.151.1.5.3.1.1 sipServerRegContactDisplayName: 1.3.6.1.2.1.151.1.5.3.1.2 sipServerRegContactURI: 1.3.6.1.2.1.151.1.5.3.1.3 sipServerRegContactLastUpdated: 1.3.6.1.2.1.151.1.5.3.1.4 sipServerRegContactExpiry: 1.3.6.1.2.1.151.1.5.3.1.5 sipServerRegContactPreference: 1.3.6.1.2.1.151.1.5.3.1.6 sipServerRegStats: 1.3.6.1.2.1.151.1.6 sipServerRegStatsTable: 1.3.6.1.2.1.151.1.6.1 sipServerRegStatsEntry: 1.3.6.1.2.1.151.1.6.1.1 sipServerRegStatsAcceptedRegs: 1.3.6.1.2.1.151.1.6.1.1.1 sipServerRegStatsRejectedRegs: 1.3.6.1.2.1.151.1.6.1.1.2 sipServerRegStatsDisconTime: 1.3.6.1.2.1.151.1.6.1.1.3 sipServerMIBConformance: 1.3.6.1.2.1.151.2 sipServerMIBCompliances: 1.3.6.1.2.1.151.2.1 sipServerMIBGroups: 1.3.6.1.2.1.151.2.2 snmp-1.2.0/data/ruby/snmp/mibs/OSPF-MIB.yaml0000644000004100000410000002133112365504747020375 0ustar www-datawww-data--- ospf: 1.3.6.1.2.1.14 ospfGeneralGroup: 1.3.6.1.2.1.14.1 ospfRouterId: 1.3.6.1.2.1.14.1.1 ospfAdminStat: 1.3.6.1.2.1.14.1.2 ospfVersionNumber: 1.3.6.1.2.1.14.1.3 ospfAreaBdrRtrStatus: 1.3.6.1.2.1.14.1.4 ospfASBdrRtrStatus: 1.3.6.1.2.1.14.1.5 ospfExternLsaCount: 1.3.6.1.2.1.14.1.6 ospfExternLsaCksumSum: 1.3.6.1.2.1.14.1.7 ospfTOSSupport: 1.3.6.1.2.1.14.1.8 ospfOriginateNewLsas: 1.3.6.1.2.1.14.1.9 ospfRxNewLsas: 1.3.6.1.2.1.14.1.10 ospfExtLsdbLimit: 1.3.6.1.2.1.14.1.11 ospfMulticastExtensions: 1.3.6.1.2.1.14.1.12 ospfExitOverflowInterval: 1.3.6.1.2.1.14.1.13 ospfDemandExtensions: 1.3.6.1.2.1.14.1.14 ospfRFC1583Compatibility: 1.3.6.1.2.1.14.1.15 ospfOpaqueLsaSupport: 1.3.6.1.2.1.14.1.16 ospfReferenceBandwidth: 1.3.6.1.2.1.14.1.17 ospfRestartSupport: 1.3.6.1.2.1.14.1.18 ospfRestartInterval: 1.3.6.1.2.1.14.1.19 ospfRestartStrictLsaChecking: 1.3.6.1.2.1.14.1.20 ospfRestartStatus: 1.3.6.1.2.1.14.1.21 ospfRestartAge: 1.3.6.1.2.1.14.1.22 ospfRestartExitReason: 1.3.6.1.2.1.14.1.23 ospfAsLsaCount: 1.3.6.1.2.1.14.1.24 ospfAsLsaCksumSum: 1.3.6.1.2.1.14.1.25 ospfStubRouterSupport: 1.3.6.1.2.1.14.1.26 ospfStubRouterAdvertisement: 1.3.6.1.2.1.14.1.27 ospfDiscontinuityTime: 1.3.6.1.2.1.14.1.28 ospfAreaTable: 1.3.6.1.2.1.14.2 ospfAreaEntry: 1.3.6.1.2.1.14.2.1 ospfAreaId: 1.3.6.1.2.1.14.2.1.1 ospfAuthType: 1.3.6.1.2.1.14.2.1.2 ospfImportAsExtern: 1.3.6.1.2.1.14.2.1.3 ospfSpfRuns: 1.3.6.1.2.1.14.2.1.4 ospfAreaBdrRtrCount: 1.3.6.1.2.1.14.2.1.5 ospfAsBdrRtrCount: 1.3.6.1.2.1.14.2.1.6 ospfAreaLsaCount: 1.3.6.1.2.1.14.2.1.7 ospfAreaLsaCksumSum: 1.3.6.1.2.1.14.2.1.8 ospfAreaSummary: 1.3.6.1.2.1.14.2.1.9 ospfAreaStatus: 1.3.6.1.2.1.14.2.1.10 ospfAreaNssaTranslatorRole: 1.3.6.1.2.1.14.2.1.11 ospfAreaNssaTranslatorState: 1.3.6.1.2.1.14.2.1.12 ospfAreaNssaTranslatorStabilityInterval: 1.3.6.1.2.1.14.2.1.13 ospfAreaNssaTranslatorEvents: 1.3.6.1.2.1.14.2.1.14 ospfStubAreaTable: 1.3.6.1.2.1.14.3 ospfStubAreaEntry: 1.3.6.1.2.1.14.3.1 ospfStubAreaId: 1.3.6.1.2.1.14.3.1.1 ospfStubTOS: 1.3.6.1.2.1.14.3.1.2 ospfStubMetric: 1.3.6.1.2.1.14.3.1.3 ospfStubStatus: 1.3.6.1.2.1.14.3.1.4 ospfStubMetricType: 1.3.6.1.2.1.14.3.1.5 ospfLsdbTable: 1.3.6.1.2.1.14.4 ospfLsdbEntry: 1.3.6.1.2.1.14.4.1 ospfLsdbAreaId: 1.3.6.1.2.1.14.4.1.1 ospfLsdbType: 1.3.6.1.2.1.14.4.1.2 ospfLsdbLsid: 1.3.6.1.2.1.14.4.1.3 ospfLsdbRouterId: 1.3.6.1.2.1.14.4.1.4 ospfLsdbSequence: 1.3.6.1.2.1.14.4.1.5 ospfLsdbAge: 1.3.6.1.2.1.14.4.1.6 ospfLsdbChecksum: 1.3.6.1.2.1.14.4.1.7 ospfLsdbAdvertisement: 1.3.6.1.2.1.14.4.1.8 ospfAreaRangeTable: 1.3.6.1.2.1.14.5 ospfAreaRangeEntry: 1.3.6.1.2.1.14.5.1 ospfAreaRangeAreaId: 1.3.6.1.2.1.14.5.1.1 ospfAreaRangeNet: 1.3.6.1.2.1.14.5.1.2 ospfAreaRangeMask: 1.3.6.1.2.1.14.5.1.3 ospfAreaRangeStatus: 1.3.6.1.2.1.14.5.1.4 ospfAreaRangeEffect: 1.3.6.1.2.1.14.5.1.5 ospfHostTable: 1.3.6.1.2.1.14.6 ospfHostEntry: 1.3.6.1.2.1.14.6.1 ospfHostIpAddress: 1.3.6.1.2.1.14.6.1.1 ospfHostTOS: 1.3.6.1.2.1.14.6.1.2 ospfHostMetric: 1.3.6.1.2.1.14.6.1.3 ospfHostStatus: 1.3.6.1.2.1.14.6.1.4 ospfHostAreaID: 1.3.6.1.2.1.14.6.1.5 ospfHostCfgAreaID: 1.3.6.1.2.1.14.6.1.6 ospfIfTable: 1.3.6.1.2.1.14.7 ospfIfEntry: 1.3.6.1.2.1.14.7.1 ospfIfIpAddress: 1.3.6.1.2.1.14.7.1.1 ospfAddressLessIf: 1.3.6.1.2.1.14.7.1.2 ospfIfAreaId: 1.3.6.1.2.1.14.7.1.3 ospfIfType: 1.3.6.1.2.1.14.7.1.4 ospfIfAdminStat: 1.3.6.1.2.1.14.7.1.5 ospfIfRtrPriority: 1.3.6.1.2.1.14.7.1.6 ospfIfTransitDelay: 1.3.6.1.2.1.14.7.1.7 ospfIfRetransInterval: 1.3.6.1.2.1.14.7.1.8 ospfIfHelloInterval: 1.3.6.1.2.1.14.7.1.9 ospfIfRtrDeadInterval: 1.3.6.1.2.1.14.7.1.10 ospfIfPollInterval: 1.3.6.1.2.1.14.7.1.11 ospfIfState: 1.3.6.1.2.1.14.7.1.12 ospfIfDesignatedRouter: 1.3.6.1.2.1.14.7.1.13 ospfIfBackupDesignatedRouter: 1.3.6.1.2.1.14.7.1.14 ospfIfEvents: 1.3.6.1.2.1.14.7.1.15 ospfIfAuthKey: 1.3.6.1.2.1.14.7.1.16 ospfIfStatus: 1.3.6.1.2.1.14.7.1.17 ospfIfMulticastForwarding: 1.3.6.1.2.1.14.7.1.18 ospfIfDemand: 1.3.6.1.2.1.14.7.1.19 ospfIfAuthType: 1.3.6.1.2.1.14.7.1.20 ospfIfLsaCount: 1.3.6.1.2.1.14.7.1.21 ospfIfLsaCksumSum: 1.3.6.1.2.1.14.7.1.22 ospfIfDesignatedRouterId: 1.3.6.1.2.1.14.7.1.23 ospfIfBackupDesignatedRouterId: 1.3.6.1.2.1.14.7.1.24 ospfIfMetricTable: 1.3.6.1.2.1.14.8 ospfIfMetricEntry: 1.3.6.1.2.1.14.8.1 ospfIfMetricIpAddress: 1.3.6.1.2.1.14.8.1.1 ospfIfMetricAddressLessIf: 1.3.6.1.2.1.14.8.1.2 ospfIfMetricTOS: 1.3.6.1.2.1.14.8.1.3 ospfIfMetricValue: 1.3.6.1.2.1.14.8.1.4 ospfIfMetricStatus: 1.3.6.1.2.1.14.8.1.5 ospfVirtIfTable: 1.3.6.1.2.1.14.9 ospfVirtIfEntry: 1.3.6.1.2.1.14.9.1 ospfVirtIfAreaId: 1.3.6.1.2.1.14.9.1.1 ospfVirtIfNeighbor: 1.3.6.1.2.1.14.9.1.2 ospfVirtIfTransitDelay: 1.3.6.1.2.1.14.9.1.3 ospfVirtIfRetransInterval: 1.3.6.1.2.1.14.9.1.4 ospfVirtIfHelloInterval: 1.3.6.1.2.1.14.9.1.5 ospfVirtIfRtrDeadInterval: 1.3.6.1.2.1.14.9.1.6 ospfVirtIfState: 1.3.6.1.2.1.14.9.1.7 ospfVirtIfEvents: 1.3.6.1.2.1.14.9.1.8 ospfVirtIfAuthKey: 1.3.6.1.2.1.14.9.1.9 ospfVirtIfStatus: 1.3.6.1.2.1.14.9.1.10 ospfVirtIfAuthType: 1.3.6.1.2.1.14.9.1.11 ospfVirtIfLsaCount: 1.3.6.1.2.1.14.9.1.12 ospfVirtIfLsaCksumSum: 1.3.6.1.2.1.14.9.1.13 ospfNbrTable: 1.3.6.1.2.1.14.10 ospfNbrEntry: 1.3.6.1.2.1.14.10.1 ospfNbrIpAddr: 1.3.6.1.2.1.14.10.1.1 ospfNbrAddressLessIndex: 1.3.6.1.2.1.14.10.1.2 ospfNbrRtrId: 1.3.6.1.2.1.14.10.1.3 ospfNbrOptions: 1.3.6.1.2.1.14.10.1.4 ospfNbrPriority: 1.3.6.1.2.1.14.10.1.5 ospfNbrState: 1.3.6.1.2.1.14.10.1.6 ospfNbrEvents: 1.3.6.1.2.1.14.10.1.7 ospfNbrLsRetransQLen: 1.3.6.1.2.1.14.10.1.8 ospfNbmaNbrStatus: 1.3.6.1.2.1.14.10.1.9 ospfNbmaNbrPermanence: 1.3.6.1.2.1.14.10.1.10 ospfNbrHelloSuppressed: 1.3.6.1.2.1.14.10.1.11 ospfNbrRestartHelperStatus: 1.3.6.1.2.1.14.10.1.12 ospfNbrRestartHelperAge: 1.3.6.1.2.1.14.10.1.13 ospfNbrRestartHelperExitReason: 1.3.6.1.2.1.14.10.1.14 ospfVirtNbrTable: 1.3.6.1.2.1.14.11 ospfVirtNbrEntry: 1.3.6.1.2.1.14.11.1 ospfVirtNbrArea: 1.3.6.1.2.1.14.11.1.1 ospfVirtNbrRtrId: 1.3.6.1.2.1.14.11.1.2 ospfVirtNbrIpAddr: 1.3.6.1.2.1.14.11.1.3 ospfVirtNbrOptions: 1.3.6.1.2.1.14.11.1.4 ospfVirtNbrState: 1.3.6.1.2.1.14.11.1.5 ospfVirtNbrEvents: 1.3.6.1.2.1.14.11.1.6 ospfVirtNbrLsRetransQLen: 1.3.6.1.2.1.14.11.1.7 ospfVirtNbrHelloSuppressed: 1.3.6.1.2.1.14.11.1.8 ospfVirtNbrRestartHelperStatus: 1.3.6.1.2.1.14.11.1.9 ospfVirtNbrRestartHelperAge: 1.3.6.1.2.1.14.11.1.10 ospfVirtNbrRestartHelperExitReason: 1.3.6.1.2.1.14.11.1.11 ospfExtLsdbTable: 1.3.6.1.2.1.14.12 ospfExtLsdbEntry: 1.3.6.1.2.1.14.12.1 ospfExtLsdbType: 1.3.6.1.2.1.14.12.1.1 ospfExtLsdbLsid: 1.3.6.1.2.1.14.12.1.2 ospfExtLsdbRouterId: 1.3.6.1.2.1.14.12.1.3 ospfExtLsdbSequence: 1.3.6.1.2.1.14.12.1.4 ospfExtLsdbAge: 1.3.6.1.2.1.14.12.1.5 ospfExtLsdbChecksum: 1.3.6.1.2.1.14.12.1.6 ospfExtLsdbAdvertisement: 1.3.6.1.2.1.14.12.1.7 ospfRouteGroup: 1.3.6.1.2.1.14.13 ospfIntraArea: 1.3.6.1.2.1.14.13.1 ospfInterArea: 1.3.6.1.2.1.14.13.2 ospfExternalType1: 1.3.6.1.2.1.14.13.3 ospfExternalType2: 1.3.6.1.2.1.14.13.4 ospfAreaAggregateTable: 1.3.6.1.2.1.14.14 ospfAreaAggregateEntry: 1.3.6.1.2.1.14.14.1 ospfAreaAggregateAreaID: 1.3.6.1.2.1.14.14.1.1 ospfAreaAggregateLsdbType: 1.3.6.1.2.1.14.14.1.2 ospfAreaAggregateNet: 1.3.6.1.2.1.14.14.1.3 ospfAreaAggregateMask: 1.3.6.1.2.1.14.14.1.4 ospfAreaAggregateStatus: 1.3.6.1.2.1.14.14.1.5 ospfAreaAggregateEffect: 1.3.6.1.2.1.14.14.1.6 ospfAreaAggregateExtRouteTag: 1.3.6.1.2.1.14.14.1.7 ospfConformance: 1.3.6.1.2.1.14.15 ospfGroups: 1.3.6.1.2.1.14.15.1 ospfCompliances: 1.3.6.1.2.1.14.15.2 ospfLocalLsdbTable: 1.3.6.1.2.1.14.17 ospfLocalLsdbEntry: 1.3.6.1.2.1.14.17.1 ospfLocalLsdbIpAddress: 1.3.6.1.2.1.14.17.1.1 ospfLocalLsdbAddressLessIf: 1.3.6.1.2.1.14.17.1.2 ospfLocalLsdbType: 1.3.6.1.2.1.14.17.1.3 ospfLocalLsdbLsid: 1.3.6.1.2.1.14.17.1.4 ospfLocalLsdbRouterId: 1.3.6.1.2.1.14.17.1.5 ospfLocalLsdbSequence: 1.3.6.1.2.1.14.17.1.6 ospfLocalLsdbAge: 1.3.6.1.2.1.14.17.1.7 ospfLocalLsdbChecksum: 1.3.6.1.2.1.14.17.1.8 ospfLocalLsdbAdvertisement: 1.3.6.1.2.1.14.17.1.9 ospfVirtLocalLsdbTable: 1.3.6.1.2.1.14.18 ospfVirtLocalLsdbEntry: 1.3.6.1.2.1.14.18.1 ospfVirtLocalLsdbTransitArea: 1.3.6.1.2.1.14.18.1.1 ospfVirtLocalLsdbNeighbor: 1.3.6.1.2.1.14.18.1.2 ospfVirtLocalLsdbType: 1.3.6.1.2.1.14.18.1.3 ospfVirtLocalLsdbLsid: 1.3.6.1.2.1.14.18.1.4 ospfVirtLocalLsdbRouterId: 1.3.6.1.2.1.14.18.1.5 ospfVirtLocalLsdbSequence: 1.3.6.1.2.1.14.18.1.6 ospfVirtLocalLsdbAge: 1.3.6.1.2.1.14.18.1.7 ospfVirtLocalLsdbChecksum: 1.3.6.1.2.1.14.18.1.8 ospfVirtLocalLsdbAdvertisement: 1.3.6.1.2.1.14.18.1.9 ospfAsLsdbTable: 1.3.6.1.2.1.14.19 ospfAsLsdbEntry: 1.3.6.1.2.1.14.19.1 ospfAsLsdbType: 1.3.6.1.2.1.14.19.1.1 ospfAsLsdbLsid: 1.3.6.1.2.1.14.19.1.2 ospfAsLsdbRouterId: 1.3.6.1.2.1.14.19.1.3 ospfAsLsdbSequence: 1.3.6.1.2.1.14.19.1.4 ospfAsLsdbAge: 1.3.6.1.2.1.14.19.1.5 ospfAsLsdbChecksum: 1.3.6.1.2.1.14.19.1.6 ospfAsLsdbAdvertisement: 1.3.6.1.2.1.14.19.1.7 ospfAreaLsaCountTable: 1.3.6.1.2.1.14.20 ospfAreaLsaCountEntry: 1.3.6.1.2.1.14.20.1 ospfAreaLsaCountAreaId: 1.3.6.1.2.1.14.20.1.1 ospfAreaLsaCountLsaType: 1.3.6.1.2.1.14.20.1.2 ospfAreaLsaCountNumber: 1.3.6.1.2.1.14.20.1.3 snmp-1.2.0/data/ruby/snmp/mibs/VPN-TC-STD-MIB.yaml0000644000004100000410000000004012365504747021217 0ustar www-datawww-data--- vpnTcMIB: 1.3.6.1.2.1.129 snmp-1.2.0/data/ruby/snmp/mibs/FC-MGMT-MIB.yaml0000644000004100000410000001620012365504747020657 0ustar www-datawww-data--- fcMgmtMIB: 1.3.6.1.2.1.10.56 fcmgmtObjects: 1.3.6.1.2.1.10.56.1 fcmInstanceTable: 1.3.6.1.2.1.10.56.1.1 fcmInstanceEntry: 1.3.6.1.2.1.10.56.1.1.1 fcmInstanceIndex: 1.3.6.1.2.1.10.56.1.1.1.1 fcmInstanceWwn: 1.3.6.1.2.1.10.56.1.1.1.2 fcmInstanceFunctions: 1.3.6.1.2.1.10.56.1.1.1.3 fcmInstancePhysicalIndex: 1.3.6.1.2.1.10.56.1.1.1.4 fcmInstanceSoftwareIndex: 1.3.6.1.2.1.10.56.1.1.1.5 fcmInstanceStatus: 1.3.6.1.2.1.10.56.1.1.1.6 fcmInstanceTextName: 1.3.6.1.2.1.10.56.1.1.1.7 fcmInstanceDescr: 1.3.6.1.2.1.10.56.1.1.1.8 fcmInstanceFabricId: 1.3.6.1.2.1.10.56.1.1.1.9 fcmSwitchTable: 1.3.6.1.2.1.10.56.1.2 fcmSwitchEntry: 1.3.6.1.2.1.10.56.1.2.1 fcmSwitchIndex: 1.3.6.1.2.1.10.56.1.2.1.1 fcmSwitchDomainId: 1.3.6.1.2.1.10.56.1.2.1.2 fcmSwitchPrincipal: 1.3.6.1.2.1.10.56.1.2.1.3 fcmSwitchWWN: 1.3.6.1.2.1.10.56.1.2.1.4 fcmPortTable: 1.3.6.1.2.1.10.56.1.3 fcmPortEntry: 1.3.6.1.2.1.10.56.1.3.1 fcmPortInstanceIndex: 1.3.6.1.2.1.10.56.1.3.1.1 fcmPortWwn: 1.3.6.1.2.1.10.56.1.3.1.2 fcmPortNodeWwn: 1.3.6.1.2.1.10.56.1.3.1.3 fcmPortAdminType: 1.3.6.1.2.1.10.56.1.3.1.4 fcmPortOperType: 1.3.6.1.2.1.10.56.1.3.1.5 fcmPortFcCapClass: 1.3.6.1.2.1.10.56.1.3.1.6 fcmPortFcOperClass: 1.3.6.1.2.1.10.56.1.3.1.7 fcmPortTransmitterType: 1.3.6.1.2.1.10.56.1.3.1.8 fcmPortConnectorType: 1.3.6.1.2.1.10.56.1.3.1.9 fcmPortSerialNumber: 1.3.6.1.2.1.10.56.1.3.1.10 fcmPortPhysicalNumber: 1.3.6.1.2.1.10.56.1.3.1.11 fcmPortAdminSpeed: 1.3.6.1.2.1.10.56.1.3.1.12 fcmPortCapProtocols: 1.3.6.1.2.1.10.56.1.3.1.13 fcmPortOperProtocols: 1.3.6.1.2.1.10.56.1.3.1.14 fcmPortStatsTable: 1.3.6.1.2.1.10.56.1.4 fcmPortStatsEntry: 1.3.6.1.2.1.10.56.1.4.1 fcmPortBBCreditZeros: 1.3.6.1.2.1.10.56.1.4.1.1 fcmPortFullInputBuffers: 1.3.6.1.2.1.10.56.1.4.1.2 fcmPortClass2RxFrames: 1.3.6.1.2.1.10.56.1.4.1.3 fcmPortClass2RxOctets: 1.3.6.1.2.1.10.56.1.4.1.4 fcmPortClass2TxFrames: 1.3.6.1.2.1.10.56.1.4.1.5 fcmPortClass2TxOctets: 1.3.6.1.2.1.10.56.1.4.1.6 fcmPortClass2Discards: 1.3.6.1.2.1.10.56.1.4.1.7 fcmPortClass2RxFbsyFrames: 1.3.6.1.2.1.10.56.1.4.1.8 fcmPortClass2RxPbsyFrames: 1.3.6.1.2.1.10.56.1.4.1.9 fcmPortClass2RxFrjtFrames: 1.3.6.1.2.1.10.56.1.4.1.10 fcmPortClass2RxPrjtFrames: 1.3.6.1.2.1.10.56.1.4.1.11 fcmPortClass2TxFbsyFrames: 1.3.6.1.2.1.10.56.1.4.1.12 fcmPortClass2TxPbsyFrames: 1.3.6.1.2.1.10.56.1.4.1.13 fcmPortClass2TxFrjtFrames: 1.3.6.1.2.1.10.56.1.4.1.14 fcmPortClass2TxPrjtFrames: 1.3.6.1.2.1.10.56.1.4.1.15 fcmPortClass3RxFrames: 1.3.6.1.2.1.10.56.1.4.1.16 fcmPortClass3RxOctets: 1.3.6.1.2.1.10.56.1.4.1.17 fcmPortClass3TxFrames: 1.3.6.1.2.1.10.56.1.4.1.18 fcmPortClass3TxOctets: 1.3.6.1.2.1.10.56.1.4.1.19 fcmPortClass3Discards: 1.3.6.1.2.1.10.56.1.4.1.20 fcmPortClassFRxFrames: 1.3.6.1.2.1.10.56.1.4.1.21 fcmPortClassFRxOctets: 1.3.6.1.2.1.10.56.1.4.1.22 fcmPortClassFTxFrames: 1.3.6.1.2.1.10.56.1.4.1.23 fcmPortClassFTxOctets: 1.3.6.1.2.1.10.56.1.4.1.24 fcmPortClassFDiscards: 1.3.6.1.2.1.10.56.1.4.1.25 fcmPortLcStatsTable: 1.3.6.1.2.1.10.56.1.5 fcmPortLcStatsEntry: 1.3.6.1.2.1.10.56.1.5.1 fcmPortLcBBCreditZeros: 1.3.6.1.2.1.10.56.1.5.1.1 fcmPortLcFullInputBuffers: 1.3.6.1.2.1.10.56.1.5.1.2 fcmPortLcClass2RxFrames: 1.3.6.1.2.1.10.56.1.5.1.3 fcmPortLcClass2RxOctets: 1.3.6.1.2.1.10.56.1.5.1.4 fcmPortLcClass2TxFrames: 1.3.6.1.2.1.10.56.1.5.1.5 fcmPortLcClass2TxOctets: 1.3.6.1.2.1.10.56.1.5.1.6 fcmPortLcClass2Discards: 1.3.6.1.2.1.10.56.1.5.1.7 fcmPortLcClass2RxFbsyFrames: 1.3.6.1.2.1.10.56.1.5.1.8 fcmPortLcClass2RxPbsyFrames: 1.3.6.1.2.1.10.56.1.5.1.9 fcmPortLcClass2RxFrjtFrames: 1.3.6.1.2.1.10.56.1.5.1.10 fcmPortLcClass2RxPrjtFrames: 1.3.6.1.2.1.10.56.1.5.1.11 fcmPortLcClass2TxFbsyFrames: 1.3.6.1.2.1.10.56.1.5.1.12 fcmPortLcClass2TxPbsyFrames: 1.3.6.1.2.1.10.56.1.5.1.13 fcmPortLcClass2TxFrjtFrames: 1.3.6.1.2.1.10.56.1.5.1.14 fcmPortLcClass2TxPrjtFrames: 1.3.6.1.2.1.10.56.1.5.1.15 fcmPortLcClass3RxFrames: 1.3.6.1.2.1.10.56.1.5.1.16 fcmPortLcClass3RxOctets: 1.3.6.1.2.1.10.56.1.5.1.17 fcmPortLcClass3TxFrames: 1.3.6.1.2.1.10.56.1.5.1.18 fcmPortLcClass3TxOctets: 1.3.6.1.2.1.10.56.1.5.1.19 fcmPortLcClass3Discards: 1.3.6.1.2.1.10.56.1.5.1.20 fcmPortErrorsTable: 1.3.6.1.2.1.10.56.1.6 fcmPortErrorsEntry: 1.3.6.1.2.1.10.56.1.6.1 fcmPortRxLinkResets: 1.3.6.1.2.1.10.56.1.6.1.1 fcmPortTxLinkResets: 1.3.6.1.2.1.10.56.1.6.1.2 fcmPortLinkResets: 1.3.6.1.2.1.10.56.1.6.1.3 fcmPortRxOfflineSequences: 1.3.6.1.2.1.10.56.1.6.1.4 fcmPortTxOfflineSequences: 1.3.6.1.2.1.10.56.1.6.1.5 fcmPortLinkFailures: 1.3.6.1.2.1.10.56.1.6.1.6 fcmPortLossofSynchs: 1.3.6.1.2.1.10.56.1.6.1.7 fcmPortLossofSignals: 1.3.6.1.2.1.10.56.1.6.1.8 fcmPortPrimSeqProtocolErrors: 1.3.6.1.2.1.10.56.1.6.1.9 fcmPortInvalidTxWords: 1.3.6.1.2.1.10.56.1.6.1.10 fcmPortInvalidCRCs: 1.3.6.1.2.1.10.56.1.6.1.11 fcmPortInvalidOrderedSets: 1.3.6.1.2.1.10.56.1.6.1.12 fcmPortFrameTooLongs: 1.3.6.1.2.1.10.56.1.6.1.13 fcmPortTruncatedFrames: 1.3.6.1.2.1.10.56.1.6.1.14 fcmPortAddressErrors: 1.3.6.1.2.1.10.56.1.6.1.15 fcmPortDelimiterErrors: 1.3.6.1.2.1.10.56.1.6.1.16 fcmPortEncodingDisparityErrors: 1.3.6.1.2.1.10.56.1.6.1.17 fcmPortOtherErrors: 1.3.6.1.2.1.10.56.1.6.1.18 fcmFxPortTable: 1.3.6.1.2.1.10.56.1.7 fcmFxPortEntry: 1.3.6.1.2.1.10.56.1.7.1 fcmFxPortRatov: 1.3.6.1.2.1.10.56.1.7.1.1 fcmFxPortEdtov: 1.3.6.1.2.1.10.56.1.7.1.2 fcmFxPortRttov: 1.3.6.1.2.1.10.56.1.7.1.3 fcmFxPortHoldTime: 1.3.6.1.2.1.10.56.1.7.1.4 fcmFxPortCapBbCreditMax: 1.3.6.1.2.1.10.56.1.7.1.5 fcmFxPortCapBbCreditMin: 1.3.6.1.2.1.10.56.1.7.1.6 fcmFxPortCapDataFieldSizeMax: 1.3.6.1.2.1.10.56.1.7.1.7 fcmFxPortCapDataFieldSizeMin: 1.3.6.1.2.1.10.56.1.7.1.8 fcmFxPortCapClass2SeqDeliv: 1.3.6.1.2.1.10.56.1.7.1.9 fcmFxPortCapClass3SeqDeliv: 1.3.6.1.2.1.10.56.1.7.1.10 fcmFxPortCapHoldTimeMax: 1.3.6.1.2.1.10.56.1.7.1.11 fcmFxPortCapHoldTimeMin: 1.3.6.1.2.1.10.56.1.7.1.12 fcmISPortTable: 1.3.6.1.2.1.10.56.1.8 fcmISPortEntry: 1.3.6.1.2.1.10.56.1.8.1 fcmISPortClassFCredit: 1.3.6.1.2.1.10.56.1.8.1.1 fcmISPortClassFDataFieldSize: 1.3.6.1.2.1.10.56.1.8.1.2 fcmFLoginTable: 1.3.6.1.2.1.10.56.1.9 fcmFLoginEntry: 1.3.6.1.2.1.10.56.1.9.1 fcmFLoginNxPortIndex: 1.3.6.1.2.1.10.56.1.9.1.1 fcmFLoginPortWwn: 1.3.6.1.2.1.10.56.1.9.1.2 fcmFLoginNodeWwn: 1.3.6.1.2.1.10.56.1.9.1.3 fcmFLoginBbCreditModel: 1.3.6.1.2.1.10.56.1.9.1.4 fcmFLoginBbCredit: 1.3.6.1.2.1.10.56.1.9.1.5 fcmFLoginClassesAgreed: 1.3.6.1.2.1.10.56.1.9.1.6 fcmFLoginClass2SeqDelivAgreed: 1.3.6.1.2.1.10.56.1.9.1.7 fcmFLoginClass2DataFieldSize: 1.3.6.1.2.1.10.56.1.9.1.8 fcmFLoginClass3SeqDelivAgreed: 1.3.6.1.2.1.10.56.1.9.1.9 fcmFLoginClass3DataFieldSize: 1.3.6.1.2.1.10.56.1.9.1.10 fcmLinkTable: 1.3.6.1.2.1.10.56.1.10 fcmLinkEntry: 1.3.6.1.2.1.10.56.1.10.1 fcmLinkIndex: 1.3.6.1.2.1.10.56.1.10.1.1 fcmLinkEnd1NodeWwn: 1.3.6.1.2.1.10.56.1.10.1.2 fcmLinkEnd1PhysPortNumber: 1.3.6.1.2.1.10.56.1.10.1.3 fcmLinkEnd1PortWwn: 1.3.6.1.2.1.10.56.1.10.1.4 fcmLinkEnd2NodeWwn: 1.3.6.1.2.1.10.56.1.10.1.5 fcmLinkEnd2PhysPortNumber: 1.3.6.1.2.1.10.56.1.10.1.6 fcmLinkEnd2PortWwn: 1.3.6.1.2.1.10.56.1.10.1.7 fcmLinkEnd2AgentAddress: 1.3.6.1.2.1.10.56.1.10.1.8 fcmLinkEnd2PortType: 1.3.6.1.2.1.10.56.1.10.1.9 fcmLinkEnd2UnitType: 1.3.6.1.2.1.10.56.1.10.1.10 fcmLinkEnd2FcAddressId: 1.3.6.1.2.1.10.56.1.10.1.11 fcmgmtNotifications: 1.3.6.1.2.1.10.56.2 fcmgmtNotifPrefix: 1.3.6.1.2.1.10.56.2.0 fcmgmtConformance: 1.3.6.1.2.1.10.56.3 fcmgmtCompliances: 1.3.6.1.2.1.10.56.3.1 fcmgmtGroups: 1.3.6.1.2.1.10.56.3.2 snmp-1.2.0/data/ruby/snmp/mibs/MALLOC-MIB.yaml0000644000004100000410000000757412365504747020612 0ustar www-datawww-data--- mallocMIB: 1.3.6.1.2.1.101 mallocMIBObjects: 1.3.6.1.2.1.101.1 malloc: 1.3.6.1.2.1.101.1.1 mallocCapabilities: 1.3.6.1.2.1.101.1.1.1 mallocScopeTable: 1.3.6.1.2.1.101.1.1.2 mallocScopeEntry: 1.3.6.1.2.1.101.1.1.2.1 mallocScopeAddressType: 1.3.6.1.2.1.101.1.1.2.1.1 mallocScopeFirstAddress: 1.3.6.1.2.1.101.1.1.2.1.2 mallocScopeLastAddress: 1.3.6.1.2.1.101.1.1.2.1.3 mallocScopeHopLimit: 1.3.6.1.2.1.101.1.1.2.1.4 mallocScopeStatus: 1.3.6.1.2.1.101.1.1.2.1.5 mallocScopeSource: 1.3.6.1.2.1.101.1.1.2.1.6 mallocScopeDivisible: 1.3.6.1.2.1.101.1.1.2.1.7 mallocScopeServerAddressType: 1.3.6.1.2.1.101.1.1.2.1.8 mallocScopeServerAddress: 1.3.6.1.2.1.101.1.1.2.1.9 mallocScopeSSM: 1.3.6.1.2.1.101.1.1.2.1.10 mallocScopeStorage: 1.3.6.1.2.1.101.1.1.2.1.11 mallocScopeNameTable: 1.3.6.1.2.1.101.1.1.3 mallocScopeNameEntry: 1.3.6.1.2.1.101.1.1.3.1 mallocScopeNameLangName: 1.3.6.1.2.1.101.1.1.3.1.1 mallocScopeNameScopeName: 1.3.6.1.2.1.101.1.1.3.1.2 mallocScopeNameDefault: 1.3.6.1.2.1.101.1.1.3.1.3 mallocScopeNameStatus: 1.3.6.1.2.1.101.1.1.3.1.4 mallocScopeNameStorage: 1.3.6.1.2.1.101.1.1.3.1.5 mallocAllocRangeTable: 1.3.6.1.2.1.101.1.1.4 mallocAllocRangeEntry: 1.3.6.1.2.1.101.1.1.4.1 mallocAllocRangeFirstAddress: 1.3.6.1.2.1.101.1.1.4.1.1 mallocAllocRangeLastAddress: 1.3.6.1.2.1.101.1.1.4.1.2 mallocAllocRangeStatus: 1.3.6.1.2.1.101.1.1.4.1.3 mallocAllocRangeSource: 1.3.6.1.2.1.101.1.1.4.1.4 mallocAllocRangeLifetime: 1.3.6.1.2.1.101.1.1.4.1.5 mallocAllocRangeMaxLeaseAddrs: 1.3.6.1.2.1.101.1.1.4.1.6 mallocAllocRangeMaxLeaseTime: 1.3.6.1.2.1.101.1.1.4.1.7 mallocAllocRangeNumAllocatedAddrs: 1.3.6.1.2.1.101.1.1.4.1.8 mallocAllocRangeNumOfferedAddrs: 1.3.6.1.2.1.101.1.1.4.1.9 mallocAllocRangeNumWaitingAddrs: 1.3.6.1.2.1.101.1.1.4.1.10 mallocAllocRangeNumTryingAddrs: 1.3.6.1.2.1.101.1.1.4.1.11 mallocAllocRangeAdvertisable: 1.3.6.1.2.1.101.1.1.4.1.12 mallocAllocRangeTotalAllocatedAddrs: 1.3.6.1.2.1.101.1.1.4.1.13 mallocAllocRangeTotalRequestedAddrs: 1.3.6.1.2.1.101.1.1.4.1.14 mallocAllocRangeStorage: 1.3.6.1.2.1.101.1.1.4.1.15 mallocRequestTable: 1.3.6.1.2.1.101.1.1.5 mallocRequestEntry: 1.3.6.1.2.1.101.1.1.5.1 mallocRequestId: 1.3.6.1.2.1.101.1.1.5.1.1 mallocRequestScopeAddressType: 1.3.6.1.2.1.101.1.1.5.1.2 mallocRequestScopeFirstAddress: 1.3.6.1.2.1.101.1.1.5.1.3 mallocRequestStartTime: 1.3.6.1.2.1.101.1.1.5.1.4 mallocRequestEndTime: 1.3.6.1.2.1.101.1.1.5.1.5 mallocRequestNumAddrs: 1.3.6.1.2.1.101.1.1.5.1.6 mallocRequestState: 1.3.6.1.2.1.101.1.1.5.1.7 mallocRequestClientAddressType: 1.3.6.1.2.1.101.1.1.5.1.8 mallocRequestClientAddress: 1.3.6.1.2.1.101.1.1.5.1.9 mallocRequestServerAddressType: 1.3.6.1.2.1.101.1.1.5.1.10 mallocRequestServerAddress: 1.3.6.1.2.1.101.1.1.5.1.11 mallocRequestLeaseIdentifier: 1.3.6.1.2.1.101.1.1.5.1.12 mallocAddressTable: 1.3.6.1.2.1.101.1.1.6 mallocAddressEntry: 1.3.6.1.2.1.101.1.1.6.1 mallocAddressAddressType: 1.3.6.1.2.1.101.1.1.6.1.1 mallocAddressFirstAddress: 1.3.6.1.2.1.101.1.1.6.1.2 mallocAddressNumAddrs: 1.3.6.1.2.1.101.1.1.6.1.3 mallocAddressRequestId: 1.3.6.1.2.1.101.1.1.6.1.4 madcap: 1.3.6.1.2.1.101.1.2 madcapConfig: 1.3.6.1.2.1.101.1.2.1 madcapConfigExtraAllocationTime: 1.3.6.1.2.1.101.1.2.1.1 madcapConfigNoResponseDelay: 1.3.6.1.2.1.101.1.2.1.2 madcapConfigOfferHold: 1.3.6.1.2.1.101.1.2.1.3 madcapConfigResponseCacheInterval: 1.3.6.1.2.1.101.1.2.1.4 madcapConfigClockSkewAllowance: 1.3.6.1.2.1.101.1.2.1.5 madcapCounters: 1.3.6.1.2.1.101.1.2.2 madcapTotalErrors: 1.3.6.1.2.1.101.1.2.2.1 madcapRequestsDenied: 1.3.6.1.2.1.101.1.2.2.2 madcapInvalidRequests: 1.3.6.1.2.1.101.1.2.2.3 madcapExcessiveClockSkews: 1.3.6.1.2.1.101.1.2.2.4 madcapBadLeaseIds: 1.3.6.1.2.1.101.1.2.2.5 madcapDiscovers: 1.3.6.1.2.1.101.1.2.2.6 madcapInforms: 1.3.6.1.2.1.101.1.2.2.7 madcapRequests: 1.3.6.1.2.1.101.1.2.2.8 madcapRenews: 1.3.6.1.2.1.101.1.2.2.9 madcapReleases: 1.3.6.1.2.1.101.1.2.2.10 mallocConformance: 1.3.6.1.2.1.101.2 mallocCompliances: 1.3.6.1.2.1.101.2.1 mallocGroups: 1.3.6.1.2.1.101.2.2 snmp-1.2.0/data/ruby/snmp/mibs/INTEGRATED-SERVICES-GUARANTEED-MIB.yaml0000644000004100000410000000107712365504747024117 0ustar www-datawww-data--- intSrvGuaranteed: 1.3.6.1.2.1.52.5 intSrvGuaranteedObjects: 1.3.6.1.2.1.52.5.1 intSrvGuaranteedIfTable: 1.3.6.1.2.1.52.5.1.1 intSrvGuaranteedIfEntry: 1.3.6.1.2.1.52.5.1.1.1 intSrvGuaranteedIfBacklog: 1.3.6.1.2.1.52.5.1.1.1.1 intSrvGuaranteedIfDelay: 1.3.6.1.2.1.52.5.1.1.1.2 intSrvGuaranteedIfSlack: 1.3.6.1.2.1.52.5.1.1.1.3 intSrvGuaranteedIfStatus: 1.3.6.1.2.1.52.5.1.1.1.4 intSrvGuaranteedNotifications: 1.3.6.1.2.1.52.5.2 intSrvGuaranteedConformance: 1.3.6.1.2.1.52.5.3 intSrvGuaranteedGroups: 1.3.6.1.2.1.52.5.3.1 intSrvGuaranteedCompliances: 1.3.6.1.2.1.52.5.3.2 snmp-1.2.0/data/ruby/snmp/mibs/FIBRE-CHANNEL-FE-MIB.yaml0000644000004100000410000001256112365504747022020 0ustar www-datawww-data--- fcFeMIB: 1.3.6.1.2.1.75 fcFeMIBObjects: 1.3.6.1.2.1.75.1 fcFeConfig: 1.3.6.1.2.1.75.1.1 fcFeFabricName: 1.3.6.1.2.1.75.1.1.1 fcFeElementName: 1.3.6.1.2.1.75.1.1.2 fcFeModuleCapacity: 1.3.6.1.2.1.75.1.1.3 fcFeModuleTable: 1.3.6.1.2.1.75.1.1.4 fcFeModuleEntry: 1.3.6.1.2.1.75.1.1.4.1 fcFeModuleIndex: 1.3.6.1.2.1.75.1.1.4.1.1 fcFeModuleDescr: 1.3.6.1.2.1.75.1.1.4.1.2 fcFeModuleObjectID: 1.3.6.1.2.1.75.1.1.4.1.3 fcFeModuleOperStatus: 1.3.6.1.2.1.75.1.1.4.1.4 fcFeModuleLastChange: 1.3.6.1.2.1.75.1.1.4.1.5 fcFeModuleFxPortCapacity: 1.3.6.1.2.1.75.1.1.4.1.6 fcFeModuleName: 1.3.6.1.2.1.75.1.1.4.1.7 fcFxPortTable: 1.3.6.1.2.1.75.1.1.5 fcFxPortEntry: 1.3.6.1.2.1.75.1.1.5.1 fcFxPortIndex: 1.3.6.1.2.1.75.1.1.5.1.1 fcFxPortName: 1.3.6.1.2.1.75.1.1.5.1.2 fcFxPortFcphVersionHigh: 1.3.6.1.2.1.75.1.1.5.1.3 fcFxPortFcphVersionLow: 1.3.6.1.2.1.75.1.1.5.1.4 fcFxPortBbCredit: 1.3.6.1.2.1.75.1.1.5.1.5 fcFxPortRxBufSize: 1.3.6.1.2.1.75.1.1.5.1.6 fcFxPortRatov: 1.3.6.1.2.1.75.1.1.5.1.7 fcFxPortEdtov: 1.3.6.1.2.1.75.1.1.5.1.8 fcFxPortCosSupported: 1.3.6.1.2.1.75.1.1.5.1.9 fcFxPortIntermixSupported: 1.3.6.1.2.1.75.1.1.5.1.10 fcFxPortStackedConnMode: 1.3.6.1.2.1.75.1.1.5.1.11 fcFxPortClass2SeqDeliv: 1.3.6.1.2.1.75.1.1.5.1.12 fcFxPortClass3SeqDeliv: 1.3.6.1.2.1.75.1.1.5.1.13 fcFxPortHoldTime: 1.3.6.1.2.1.75.1.1.5.1.14 fcFeStatus: 1.3.6.1.2.1.75.1.2 fcFxPortStatusTable: 1.3.6.1.2.1.75.1.2.1 fcFxPortStatusEntry: 1.3.6.1.2.1.75.1.2.1.1 fcFxPortID: 1.3.6.1.2.1.75.1.2.1.1.1 fcFxPortBbCreditAvailable: 1.3.6.1.2.1.75.1.2.1.1.2 fcFxPortOperMode: 1.3.6.1.2.1.75.1.2.1.1.3 fcFxPortAdminMode: 1.3.6.1.2.1.75.1.2.1.1.4 fcFxPortPhysTable: 1.3.6.1.2.1.75.1.2.2 fcFxPortPhysEntry: 1.3.6.1.2.1.75.1.2.2.1 fcFxPortPhysAdminStatus: 1.3.6.1.2.1.75.1.2.2.1.1 fcFxPortPhysOperStatus: 1.3.6.1.2.1.75.1.2.2.1.2 fcFxPortPhysLastChange: 1.3.6.1.2.1.75.1.2.2.1.3 fcFxPortPhysRttov: 1.3.6.1.2.1.75.1.2.2.1.4 fcFxLoginTable: 1.3.6.1.2.1.75.1.2.3 fcFxLoginEntry: 1.3.6.1.2.1.75.1.2.3.1 fcFxPortNxLoginIndex: 1.3.6.1.2.1.75.1.2.3.1.1 fcFxPortFcphVersionAgreed: 1.3.6.1.2.1.75.1.2.3.1.2 fcFxPortNxPortBbCredit: 1.3.6.1.2.1.75.1.2.3.1.3 fcFxPortNxPortRxDataFieldSize: 1.3.6.1.2.1.75.1.2.3.1.4 fcFxPortCosSuppAgreed: 1.3.6.1.2.1.75.1.2.3.1.5 fcFxPortIntermixSuppAgreed: 1.3.6.1.2.1.75.1.2.3.1.6 fcFxPortStackedConnModeAgreed: 1.3.6.1.2.1.75.1.2.3.1.7 fcFxPortClass2SeqDelivAgreed: 1.3.6.1.2.1.75.1.2.3.1.8 fcFxPortClass3SeqDelivAgreed: 1.3.6.1.2.1.75.1.2.3.1.9 fcFxPortNxPortName: 1.3.6.1.2.1.75.1.2.3.1.10 fcFxPortConnectedNxPort: 1.3.6.1.2.1.75.1.2.3.1.11 fcFxPortBbCreditModel: 1.3.6.1.2.1.75.1.2.3.1.12 fcFeError: 1.3.6.1.2.1.75.1.3 fcFxPortErrorTable: 1.3.6.1.2.1.75.1.3.1 fcFxPortErrorEntry: 1.3.6.1.2.1.75.1.3.1.1 fcFxPortLinkFailures: 1.3.6.1.2.1.75.1.3.1.1.1 fcFxPortSyncLosses: 1.3.6.1.2.1.75.1.3.1.1.2 fcFxPortSigLosses: 1.3.6.1.2.1.75.1.3.1.1.3 fcFxPortPrimSeqProtoErrors: 1.3.6.1.2.1.75.1.3.1.1.4 fcFxPortInvalidTxWords: 1.3.6.1.2.1.75.1.3.1.1.5 fcFxPortInvalidCrcs: 1.3.6.1.2.1.75.1.3.1.1.6 fcFxPortDelimiterErrors: 1.3.6.1.2.1.75.1.3.1.1.7 fcFxPortAddressIdErrors: 1.3.6.1.2.1.75.1.3.1.1.8 fcFxPortLinkResetIns: 1.3.6.1.2.1.75.1.3.1.1.9 fcFxPortLinkResetOuts: 1.3.6.1.2.1.75.1.3.1.1.10 fcFxPortOlsIns: 1.3.6.1.2.1.75.1.3.1.1.11 fcFxPortOlsOuts: 1.3.6.1.2.1.75.1.3.1.1.12 fcFeAccounting: 1.3.6.1.2.1.75.1.4 fcFxPortC1AccountingTable: 1.3.6.1.2.1.75.1.4.1 fcFxPortC1AccountingEntry: 1.3.6.1.2.1.75.1.4.1.1 fcFxPortC1InFrames: 1.3.6.1.2.1.75.1.4.1.1.1 fcFxPortC1OutFrames: 1.3.6.1.2.1.75.1.4.1.1.2 fcFxPortC1InOctets: 1.3.6.1.2.1.75.1.4.1.1.3 fcFxPortC1OutOctets: 1.3.6.1.2.1.75.1.4.1.1.4 fcFxPortC1Discards: 1.3.6.1.2.1.75.1.4.1.1.5 fcFxPortC1FbsyFrames: 1.3.6.1.2.1.75.1.4.1.1.6 fcFxPortC1FrjtFrames: 1.3.6.1.2.1.75.1.4.1.1.7 fcFxPortC1InConnections: 1.3.6.1.2.1.75.1.4.1.1.8 fcFxPortC1OutConnections: 1.3.6.1.2.1.75.1.4.1.1.9 fcFxPortC1ConnTime: 1.3.6.1.2.1.75.1.4.1.1.10 fcFxPortC2AccountingTable: 1.3.6.1.2.1.75.1.4.2 fcFxPortC2AccountingEntry: 1.3.6.1.2.1.75.1.4.2.1 fcFxPortC2InFrames: 1.3.6.1.2.1.75.1.4.2.1.1 fcFxPortC2OutFrames: 1.3.6.1.2.1.75.1.4.2.1.2 fcFxPortC2InOctets: 1.3.6.1.2.1.75.1.4.2.1.3 fcFxPortC2OutOctets: 1.3.6.1.2.1.75.1.4.2.1.4 fcFxPortC2Discards: 1.3.6.1.2.1.75.1.4.2.1.5 fcFxPortC2FbsyFrames: 1.3.6.1.2.1.75.1.4.2.1.6 fcFxPortC2FrjtFrames: 1.3.6.1.2.1.75.1.4.2.1.7 fcFxPortC3AccountingTable: 1.3.6.1.2.1.75.1.4.3 fcFxPortC3AccountingEntry: 1.3.6.1.2.1.75.1.4.3.1 fcFxPortC3InFrames: 1.3.6.1.2.1.75.1.4.3.1.1 fcFxPortC3OutFrames: 1.3.6.1.2.1.75.1.4.3.1.2 fcFxPortC3InOctets: 1.3.6.1.2.1.75.1.4.3.1.3 fcFxPortC3OutOctets: 1.3.6.1.2.1.75.1.4.3.1.4 fcFxPortC3Discards: 1.3.6.1.2.1.75.1.4.3.1.5 fcFeCapabilities: 1.3.6.1.2.1.75.1.5 fcFxPortCapTable: 1.3.6.1.2.1.75.1.5.1 fcFxPortCapEntry: 1.3.6.1.2.1.75.1.5.1.1 fcFxPortCapFcphVersionHigh: 1.3.6.1.2.1.75.1.5.1.1.1 fcFxPortCapFcphVersionLow: 1.3.6.1.2.1.75.1.5.1.1.2 fcFxPortCapBbCreditMax: 1.3.6.1.2.1.75.1.5.1.1.3 fcFxPortCapBbCreditMin: 1.3.6.1.2.1.75.1.5.1.1.4 fcFxPortCapRxDataFieldSizeMax: 1.3.6.1.2.1.75.1.5.1.1.5 fcFxPortCapRxDataFieldSizeMin: 1.3.6.1.2.1.75.1.5.1.1.6 fcFxPortCapCos: 1.3.6.1.2.1.75.1.5.1.1.7 fcFxPortCapIntermix: 1.3.6.1.2.1.75.1.5.1.1.8 fcFxPortCapStackedConnMode: 1.3.6.1.2.1.75.1.5.1.1.9 fcFxPortCapClass2SeqDeliv: 1.3.6.1.2.1.75.1.5.1.1.10 fcFxPortCapClass3SeqDeliv: 1.3.6.1.2.1.75.1.5.1.1.11 fcFxPortCapHoldTimeMax: 1.3.6.1.2.1.75.1.5.1.1.12 fcFxPortCapHoldTimeMin: 1.3.6.1.2.1.75.1.5.1.1.13 fcFeMIBConformance: 1.3.6.1.2.1.75.2 fcFeMIBCompliances: 1.3.6.1.2.1.75.2.1 fcFeMIBGroups: 1.3.6.1.2.1.75.2.2 snmp-1.2.0/data/ruby/snmp/mibs/HC-ALARM-MIB.yaml0000644000004100000410000000303012365504747020746 0ustar www-datawww-data--- hcAlarmMIB: 1.3.6.1.2.1.16.29 hcAlarmObjects: 1.3.6.1.2.1.16.29.1 hcAlarmControlObjects: 1.3.6.1.2.1.16.29.1.1 hcAlarmTable: 1.3.6.1.2.1.16.29.1.1.1 hcAlarmEntry: 1.3.6.1.2.1.16.29.1.1.1.1 hcAlarmIndex: 1.3.6.1.2.1.16.29.1.1.1.1.1 hcAlarmInterval: 1.3.6.1.2.1.16.29.1.1.1.1.2 hcAlarmVariable: 1.3.6.1.2.1.16.29.1.1.1.1.3 hcAlarmSampleType: 1.3.6.1.2.1.16.29.1.1.1.1.4 hcAlarmAbsValue: 1.3.6.1.2.1.16.29.1.1.1.1.5 hcAlarmValueStatus: 1.3.6.1.2.1.16.29.1.1.1.1.6 hcAlarmStartupAlarm: 1.3.6.1.2.1.16.29.1.1.1.1.7 hcAlarmRisingThreshAbsValueLo: 1.3.6.1.2.1.16.29.1.1.1.1.8 hcAlarmRisingThreshAbsValueHi: 1.3.6.1.2.1.16.29.1.1.1.1.9 hcAlarmRisingThresholdValStatus: 1.3.6.1.2.1.16.29.1.1.1.1.10 hcAlarmFallingThreshAbsValueLo: 1.3.6.1.2.1.16.29.1.1.1.1.11 hcAlarmFallingThreshAbsValueHi: 1.3.6.1.2.1.16.29.1.1.1.1.12 hcAlarmFallingThresholdValStatus: 1.3.6.1.2.1.16.29.1.1.1.1.13 hcAlarmRisingEventIndex: 1.3.6.1.2.1.16.29.1.1.1.1.14 hcAlarmFallingEventIndex: 1.3.6.1.2.1.16.29.1.1.1.1.15 hcAlarmValueFailedAttempts: 1.3.6.1.2.1.16.29.1.1.1.1.16 hcAlarmOwner: 1.3.6.1.2.1.16.29.1.1.1.1.17 hcAlarmStorageType: 1.3.6.1.2.1.16.29.1.1.1.1.18 hcAlarmStatus: 1.3.6.1.2.1.16.29.1.1.1.1.19 hcAlarmCapabilitiesObjects: 1.3.6.1.2.1.16.29.1.2 hcAlarmCapabilities: 1.3.6.1.2.1.16.29.1.2.1 hcAlarmNotifications: 1.3.6.1.2.1.16.29.2 hcAlarmNotifPrefix: 1.3.6.1.2.1.16.29.2.0 hcAlarmConformance: 1.3.6.1.2.1.16.29.3 hcAlarmCompliances: 1.3.6.1.2.1.16.29.3.1 hcAlarmGroups: 1.3.6.1.2.1.16.29.3.2 hcRisingAlarm: 1.3.6.1.2.1.16.29.2.0.1 hcFallingAlarm: 1.3.6.1.2.1.16.29.2.0.2 snmp-1.2.0/data/ruby/snmp/mibs/ADSL-LINE-EXT-MIB.yaml0000644000004100000410000000717712365504747021550 0ustar www-datawww-data--- adslExtMIB: 1.3.6.1.2.1.10.94.3 adslExtMibObjects: 1.3.6.1.2.1.10.94.3.1 adslLineExtTable: 1.3.6.1.2.1.10.94.3.1.17 adslLineExtEntry: 1.3.6.1.2.1.10.94.3.1.17.1 adslLineTransAtucCap: 1.3.6.1.2.1.10.94.3.1.17.1.1 adslLineTransAtucConfig: 1.3.6.1.2.1.10.94.3.1.17.1.2 adslLineTransAtucActual: 1.3.6.1.2.1.10.94.3.1.17.1.3 adslLineGlitePowerState: 1.3.6.1.2.1.10.94.3.1.17.1.4 adslLineConfProfileDualLite: 1.3.6.1.2.1.10.94.3.1.17.1.5 adslAtucPerfDataExtTable: 1.3.6.1.2.1.10.94.3.1.18 adslAtucPerfDataExtEntry: 1.3.6.1.2.1.10.94.3.1.18.1 adslAtucPerfStatFastR: 1.3.6.1.2.1.10.94.3.1.18.1.1 adslAtucPerfStatFailedFastR: 1.3.6.1.2.1.10.94.3.1.18.1.2 adslAtucPerfStatSesL: 1.3.6.1.2.1.10.94.3.1.18.1.3 adslAtucPerfStatUasL: 1.3.6.1.2.1.10.94.3.1.18.1.4 adslAtucPerfCurr15MinFastR: 1.3.6.1.2.1.10.94.3.1.18.1.5 adslAtucPerfCurr15MinFailedFastR: 1.3.6.1.2.1.10.94.3.1.18.1.6 adslAtucPerfCurr15MinSesL: 1.3.6.1.2.1.10.94.3.1.18.1.7 adslAtucPerfCurr15MinUasL: 1.3.6.1.2.1.10.94.3.1.18.1.8 adslAtucPerfCurr1DayFastR: 1.3.6.1.2.1.10.94.3.1.18.1.9 adslAtucPerfCurr1DayFailedFastR: 1.3.6.1.2.1.10.94.3.1.18.1.10 adslAtucPerfCurr1DaySesL: 1.3.6.1.2.1.10.94.3.1.18.1.11 adslAtucPerfCurr1DayUasL: 1.3.6.1.2.1.10.94.3.1.18.1.12 adslAtucPerfPrev1DayFastR: 1.3.6.1.2.1.10.94.3.1.18.1.13 adslAtucPerfPrev1DayFailedFastR: 1.3.6.1.2.1.10.94.3.1.18.1.14 adslAtucPerfPrev1DaySesL: 1.3.6.1.2.1.10.94.3.1.18.1.15 adslAtucPerfPrev1DayUasL: 1.3.6.1.2.1.10.94.3.1.18.1.16 adslAtucIntervalExtTable: 1.3.6.1.2.1.10.94.3.1.19 adslAtucIntervalExtEntry: 1.3.6.1.2.1.10.94.3.1.19.1 adslAtucIntervalFastR: 1.3.6.1.2.1.10.94.3.1.19.1.1 adslAtucIntervalFailedFastR: 1.3.6.1.2.1.10.94.3.1.19.1.2 adslAtucIntervalSesL: 1.3.6.1.2.1.10.94.3.1.19.1.3 adslAtucIntervalUasL: 1.3.6.1.2.1.10.94.3.1.19.1.4 adslAturPerfDataExtTable: 1.3.6.1.2.1.10.94.3.1.20 adslAturPerfDataExtEntry: 1.3.6.1.2.1.10.94.3.1.20.1 adslAturPerfStatSesL: 1.3.6.1.2.1.10.94.3.1.20.1.1 adslAturPerfStatUasL: 1.3.6.1.2.1.10.94.3.1.20.1.2 adslAturPerfCurr15MinSesL: 1.3.6.1.2.1.10.94.3.1.20.1.3 adslAturPerfCurr15MinUasL: 1.3.6.1.2.1.10.94.3.1.20.1.4 adslAturPerfCurr1DaySesL: 1.3.6.1.2.1.10.94.3.1.20.1.5 adslAturPerfCurr1DayUasL: 1.3.6.1.2.1.10.94.3.1.20.1.6 adslAturPerfPrev1DaySesL: 1.3.6.1.2.1.10.94.3.1.20.1.7 adslAturPerfPrev1DayUasL: 1.3.6.1.2.1.10.94.3.1.20.1.8 adslAturIntervalExtTable: 1.3.6.1.2.1.10.94.3.1.21 adslAturIntervalExtEntry: 1.3.6.1.2.1.10.94.3.1.21.1 adslAturIntervalSesL: 1.3.6.1.2.1.10.94.3.1.21.1.1 adslAturIntervalUasL: 1.3.6.1.2.1.10.94.3.1.21.1.2 adslConfProfileExtTable: 1.3.6.1.2.1.10.94.3.1.22 adslConfProfileExtEntry: 1.3.6.1.2.1.10.94.3.1.22.1 adslConfProfileLineType: 1.3.6.1.2.1.10.94.3.1.22.1.1 adslAlarmConfProfileExtTable: 1.3.6.1.2.1.10.94.3.1.23 adslAlarmConfProfileExtEntry: 1.3.6.1.2.1.10.94.3.1.23.1 adslAtucThreshold15MinFailedFastR: 1.3.6.1.2.1.10.94.3.1.23.1.1 adslAtucThreshold15MinSesL: 1.3.6.1.2.1.10.94.3.1.23.1.2 adslAtucThreshold15MinUasL: 1.3.6.1.2.1.10.94.3.1.23.1.3 adslAturThreshold15MinSesL: 1.3.6.1.2.1.10.94.3.1.23.1.4 adslAturThreshold15MinUasL: 1.3.6.1.2.1.10.94.3.1.23.1.5 adslExtTraps: 1.3.6.1.2.1.10.94.3.1.24 adslExtAtucTraps: 1.3.6.1.2.1.10.94.3.1.24.1 adslExtAtucTrapsPrefix: 1.3.6.1.2.1.10.94.3.1.24.1.0 adslExtAturTraps: 1.3.6.1.2.1.10.94.3.1.24.2 adslExtAturTrapsPrefix: 1.3.6.1.2.1.10.94.3.1.24.2.0 adslExtConformance: 1.3.6.1.2.1.10.94.3.2 adslExtGroups: 1.3.6.1.2.1.10.94.3.2.1 adslExtCompliances: 1.3.6.1.2.1.10.94.3.2.2 adslAtucFailedFastRThreshTrap: 1.3.6.1.2.1.10.94.3.1.24.1.0.1 adslAtucSesLThreshTrap: 1.3.6.1.2.1.10.94.3.1.24.1.0.2 adslAtucUasLThreshTrap: 1.3.6.1.2.1.10.94.3.1.24.1.0.3 adslAturSesLThreshTrap: 1.3.6.1.2.1.10.94.3.1.24.2.0.1 adslAturUasLThreshTrap: 1.3.6.1.2.1.10.94.3.1.24.2.0.2 snmp-1.2.0/data/ruby/snmp/mibs/FLOW-METER-MIB.yaml0000644000004100000410000001124112365504747021246 0ustar www-datawww-data--- flowMIB: 1.3.6.1.2.1.40 flowControl: 1.3.6.1.2.1.40.1 flowRuleSetInfoTable: 1.3.6.1.2.1.40.1.1 flowRuleSetInfoEntry: 1.3.6.1.2.1.40.1.1.1 flowRuleInfoIndex: 1.3.6.1.2.1.40.1.1.1.1 flowRuleInfoSize: 1.3.6.1.2.1.40.1.1.1.2 flowRuleInfoOwner: 1.3.6.1.2.1.40.1.1.1.3 flowRuleInfoTimeStamp: 1.3.6.1.2.1.40.1.1.1.4 flowRuleInfoStatus: 1.3.6.1.2.1.40.1.1.1.5 flowRuleInfoName: 1.3.6.1.2.1.40.1.1.1.6 flowRuleInfoRulesReady: 1.3.6.1.2.1.40.1.1.1.7 flowRuleInfoFlowRecords: 1.3.6.1.2.1.40.1.1.1.8 flowInterfaceTable: 1.3.6.1.2.1.40.1.2 flowInterfaceEntry: 1.3.6.1.2.1.40.1.2.1 flowInterfaceSampleRate: 1.3.6.1.2.1.40.1.2.1.1 flowInterfaceLostPackets: 1.3.6.1.2.1.40.1.2.1.2 flowReaderInfoTable: 1.3.6.1.2.1.40.1.3 flowReaderInfoEntry: 1.3.6.1.2.1.40.1.3.1 flowReaderIndex: 1.3.6.1.2.1.40.1.3.1.1 flowReaderTimeout: 1.3.6.1.2.1.40.1.3.1.2 flowReaderOwner: 1.3.6.1.2.1.40.1.3.1.3 flowReaderLastTime: 1.3.6.1.2.1.40.1.3.1.4 flowReaderPreviousTime: 1.3.6.1.2.1.40.1.3.1.5 flowReaderStatus: 1.3.6.1.2.1.40.1.3.1.6 flowReaderRuleSet: 1.3.6.1.2.1.40.1.3.1.7 flowManagerInfoTable: 1.3.6.1.2.1.40.1.4 flowManagerInfoEntry: 1.3.6.1.2.1.40.1.4.1 flowManagerIndex: 1.3.6.1.2.1.40.1.4.1.1 flowManagerCurrentRuleSet: 1.3.6.1.2.1.40.1.4.1.2 flowManagerStandbyRuleSet: 1.3.6.1.2.1.40.1.4.1.3 flowManagerHighWaterMark: 1.3.6.1.2.1.40.1.4.1.4 flowManagerCounterWrap: 1.3.6.1.2.1.40.1.4.1.5 flowManagerOwner: 1.3.6.1.2.1.40.1.4.1.6 flowManagerTimeStamp: 1.3.6.1.2.1.40.1.4.1.7 flowManagerStatus: 1.3.6.1.2.1.40.1.4.1.8 flowManagerRunningStandby: 1.3.6.1.2.1.40.1.4.1.9 flowFloodMark: 1.3.6.1.2.1.40.1.5 flowInactivityTimeout: 1.3.6.1.2.1.40.1.6 flowActiveFlows: 1.3.6.1.2.1.40.1.7 flowMaxFlows: 1.3.6.1.2.1.40.1.8 flowFloodMode: 1.3.6.1.2.1.40.1.9 flowData: 1.3.6.1.2.1.40.2 flowDataTable: 1.3.6.1.2.1.40.2.1 flowDataEntry: 1.3.6.1.2.1.40.2.1.1 flowDataIndex: 1.3.6.1.2.1.40.2.1.1.1 flowDataTimeMark: 1.3.6.1.2.1.40.2.1.1.2 flowDataStatus: 1.3.6.1.2.1.40.2.1.1.3 flowDataSourceInterface: 1.3.6.1.2.1.40.2.1.1.4 flowDataSourceAdjacentType: 1.3.6.1.2.1.40.2.1.1.5 flowDataSourceAdjacentAddress: 1.3.6.1.2.1.40.2.1.1.6 flowDataSourceAdjacentMask: 1.3.6.1.2.1.40.2.1.1.7 flowDataSourcePeerType: 1.3.6.1.2.1.40.2.1.1.8 flowDataSourcePeerAddress: 1.3.6.1.2.1.40.2.1.1.9 flowDataSourcePeerMask: 1.3.6.1.2.1.40.2.1.1.10 flowDataSourceTransType: 1.3.6.1.2.1.40.2.1.1.11 flowDataSourceTransAddress: 1.3.6.1.2.1.40.2.1.1.12 flowDataSourceTransMask: 1.3.6.1.2.1.40.2.1.1.13 flowDataDestInterface: 1.3.6.1.2.1.40.2.1.1.14 flowDataDestAdjacentType: 1.3.6.1.2.1.40.2.1.1.15 flowDataDestAdjacentAddress: 1.3.6.1.2.1.40.2.1.1.16 flowDataDestAdjacentMask: 1.3.6.1.2.1.40.2.1.1.17 flowDataDestPeerType: 1.3.6.1.2.1.40.2.1.1.18 flowDataDestPeerAddress: 1.3.6.1.2.1.40.2.1.1.19 flowDataDestPeerMask: 1.3.6.1.2.1.40.2.1.1.20 flowDataDestTransType: 1.3.6.1.2.1.40.2.1.1.21 flowDataDestTransAddress: 1.3.6.1.2.1.40.2.1.1.22 flowDataDestTransMask: 1.3.6.1.2.1.40.2.1.1.23 flowDataPDUScale: 1.3.6.1.2.1.40.2.1.1.24 flowDataOctetScale: 1.3.6.1.2.1.40.2.1.1.25 flowDataRuleSet: 1.3.6.1.2.1.40.2.1.1.26 flowDataToOctets: 1.3.6.1.2.1.40.2.1.1.27 flowDataToPDUs: 1.3.6.1.2.1.40.2.1.1.28 flowDataFromOctets: 1.3.6.1.2.1.40.2.1.1.29 flowDataFromPDUs: 1.3.6.1.2.1.40.2.1.1.30 flowDataFirstTime: 1.3.6.1.2.1.40.2.1.1.31 flowDataLastActiveTime: 1.3.6.1.2.1.40.2.1.1.32 flowDataSourceSubscriberID: 1.3.6.1.2.1.40.2.1.1.33 flowDataDestSubscriberID: 1.3.6.1.2.1.40.2.1.1.34 flowDataSessionID: 1.3.6.1.2.1.40.2.1.1.35 flowDataSourceClass: 1.3.6.1.2.1.40.2.1.1.36 flowDataDestClass: 1.3.6.1.2.1.40.2.1.1.37 flowDataClass: 1.3.6.1.2.1.40.2.1.1.38 flowDataSourceKind: 1.3.6.1.2.1.40.2.1.1.39 flowDataDestKind: 1.3.6.1.2.1.40.2.1.1.40 flowDataKind: 1.3.6.1.2.1.40.2.1.1.41 flowColumnActivityTable: 1.3.6.1.2.1.40.2.2 flowColumnActivityEntry: 1.3.6.1.2.1.40.2.2.1 flowColumnActivityAttribute: 1.3.6.1.2.1.40.2.2.1.1 flowColumnActivityTime: 1.3.6.1.2.1.40.2.2.1.2 flowColumnActivityIndex: 1.3.6.1.2.1.40.2.2.1.3 flowColumnActivityData: 1.3.6.1.2.1.40.2.2.1.4 flowDataPackageTable: 1.3.6.1.2.1.40.2.3 flowDataPackageEntry: 1.3.6.1.2.1.40.2.3.1 flowPackageSelector: 1.3.6.1.2.1.40.2.3.1.1 flowPackageRuleSet: 1.3.6.1.2.1.40.2.3.1.2 flowPackageTime: 1.3.6.1.2.1.40.2.3.1.3 flowPackageIndex: 1.3.6.1.2.1.40.2.3.1.4 flowPackageData: 1.3.6.1.2.1.40.2.3.1.5 flowRules: 1.3.6.1.2.1.40.3 flowRuleTable: 1.3.6.1.2.1.40.3.1 flowRuleEntry: 1.3.6.1.2.1.40.3.1.1 flowRuleSet: 1.3.6.1.2.1.40.3.1.1.1 flowRuleIndex: 1.3.6.1.2.1.40.3.1.1.2 flowRuleSelector: 1.3.6.1.2.1.40.3.1.1.3 flowRuleMask: 1.3.6.1.2.1.40.3.1.1.4 flowRuleMatchedValue: 1.3.6.1.2.1.40.3.1.1.5 flowRuleAction: 1.3.6.1.2.1.40.3.1.1.6 flowRuleParameter: 1.3.6.1.2.1.40.3.1.1.7 flowMIBConformance: 1.3.6.1.2.1.40.4 flowMIBCompliances: 1.3.6.1.2.1.40.4.1 flowMIBGroups: 1.3.6.1.2.1.40.4.2 snmp-1.2.0/data/ruby/snmp/mibs/SONET-MIB.yaml0000644000004100000410000001464212365504747020525 0ustar www-datawww-data--- sonetMIB: 1.3.6.1.2.1.10.39 sonetObjects: 1.3.6.1.2.1.10.39.1 sonetMedium: 1.3.6.1.2.1.10.39.1.1 sonetMediumTable: 1.3.6.1.2.1.10.39.1.1.1 sonetMediumEntry: 1.3.6.1.2.1.10.39.1.1.1.1 sonetMediumType: 1.3.6.1.2.1.10.39.1.1.1.1.1 sonetMediumTimeElapsed: 1.3.6.1.2.1.10.39.1.1.1.1.2 sonetMediumValidIntervals: 1.3.6.1.2.1.10.39.1.1.1.1.3 sonetMediumLineCoding: 1.3.6.1.2.1.10.39.1.1.1.1.4 sonetMediumLineType: 1.3.6.1.2.1.10.39.1.1.1.1.5 sonetMediumCircuitIdentifier: 1.3.6.1.2.1.10.39.1.1.1.1.6 sonetMediumInvalidIntervals: 1.3.6.1.2.1.10.39.1.1.1.1.7 sonetMediumLoopbackConfig: 1.3.6.1.2.1.10.39.1.1.1.1.8 sonetSESthresholdSet: 1.3.6.1.2.1.10.39.1.1.2 sonetSection: 1.3.6.1.2.1.10.39.1.2 sonetSectionCurrentTable: 1.3.6.1.2.1.10.39.1.2.1 sonetSectionCurrentEntry: 1.3.6.1.2.1.10.39.1.2.1.1 sonetSectionCurrentStatus: 1.3.6.1.2.1.10.39.1.2.1.1.1 sonetSectionCurrentESs: 1.3.6.1.2.1.10.39.1.2.1.1.2 sonetSectionCurrentSESs: 1.3.6.1.2.1.10.39.1.2.1.1.3 sonetSectionCurrentSEFSs: 1.3.6.1.2.1.10.39.1.2.1.1.4 sonetSectionCurrentCVs: 1.3.6.1.2.1.10.39.1.2.1.1.5 sonetSectionIntervalTable: 1.3.6.1.2.1.10.39.1.2.2 sonetSectionIntervalEntry: 1.3.6.1.2.1.10.39.1.2.2.1 sonetSectionIntervalNumber: 1.3.6.1.2.1.10.39.1.2.2.1.1 sonetSectionIntervalESs: 1.3.6.1.2.1.10.39.1.2.2.1.2 sonetSectionIntervalSESs: 1.3.6.1.2.1.10.39.1.2.2.1.3 sonetSectionIntervalSEFSs: 1.3.6.1.2.1.10.39.1.2.2.1.4 sonetSectionIntervalCVs: 1.3.6.1.2.1.10.39.1.2.2.1.5 sonetSectionIntervalValidData: 1.3.6.1.2.1.10.39.1.2.2.1.6 sonetLine: 1.3.6.1.2.1.10.39.1.3 sonetLineCurrentTable: 1.3.6.1.2.1.10.39.1.3.1 sonetLineCurrentEntry: 1.3.6.1.2.1.10.39.1.3.1.1 sonetLineCurrentStatus: 1.3.6.1.2.1.10.39.1.3.1.1.1 sonetLineCurrentESs: 1.3.6.1.2.1.10.39.1.3.1.1.2 sonetLineCurrentSESs: 1.3.6.1.2.1.10.39.1.3.1.1.3 sonetLineCurrentCVs: 1.3.6.1.2.1.10.39.1.3.1.1.4 sonetLineCurrentUASs: 1.3.6.1.2.1.10.39.1.3.1.1.5 sonetLineIntervalTable: 1.3.6.1.2.1.10.39.1.3.2 sonetLineIntervalEntry: 1.3.6.1.2.1.10.39.1.3.2.1 sonetLineIntervalNumber: 1.3.6.1.2.1.10.39.1.3.2.1.1 sonetLineIntervalESs: 1.3.6.1.2.1.10.39.1.3.2.1.2 sonetLineIntervalSESs: 1.3.6.1.2.1.10.39.1.3.2.1.3 sonetLineIntervalCVs: 1.3.6.1.2.1.10.39.1.3.2.1.4 sonetLineIntervalUASs: 1.3.6.1.2.1.10.39.1.3.2.1.5 sonetLineIntervalValidData: 1.3.6.1.2.1.10.39.1.3.2.1.6 sonetFarEndLine: 1.3.6.1.2.1.10.39.1.4 sonetFarEndLineCurrentTable: 1.3.6.1.2.1.10.39.1.4.1 sonetFarEndLineCurrentEntry: 1.3.6.1.2.1.10.39.1.4.1.1 sonetFarEndLineCurrentESs: 1.3.6.1.2.1.10.39.1.4.1.1.1 sonetFarEndLineCurrentSESs: 1.3.6.1.2.1.10.39.1.4.1.1.2 sonetFarEndLineCurrentCVs: 1.3.6.1.2.1.10.39.1.4.1.1.3 sonetFarEndLineCurrentUASs: 1.3.6.1.2.1.10.39.1.4.1.1.4 sonetFarEndLineIntervalTable: 1.3.6.1.2.1.10.39.1.4.2 sonetFarEndLineIntervalEntry: 1.3.6.1.2.1.10.39.1.4.2.1 sonetFarEndLineIntervalNumber: 1.3.6.1.2.1.10.39.1.4.2.1.1 sonetFarEndLineIntervalESs: 1.3.6.1.2.1.10.39.1.4.2.1.2 sonetFarEndLineIntervalSESs: 1.3.6.1.2.1.10.39.1.4.2.1.3 sonetFarEndLineIntervalCVs: 1.3.6.1.2.1.10.39.1.4.2.1.4 sonetFarEndLineIntervalUASs: 1.3.6.1.2.1.10.39.1.4.2.1.5 sonetFarEndLineIntervalValidData: 1.3.6.1.2.1.10.39.1.4.2.1.6 sonetObjectsPath: 1.3.6.1.2.1.10.39.2 sonetPath: 1.3.6.1.2.1.10.39.2.1 sonetPathCurrentTable: 1.3.6.1.2.1.10.39.2.1.1 sonetPathCurrentEntry: 1.3.6.1.2.1.10.39.2.1.1.1 sonetPathCurrentWidth: 1.3.6.1.2.1.10.39.2.1.1.1.1 sonetPathCurrentStatus: 1.3.6.1.2.1.10.39.2.1.1.1.2 sonetPathCurrentESs: 1.3.6.1.2.1.10.39.2.1.1.1.3 sonetPathCurrentSESs: 1.3.6.1.2.1.10.39.2.1.1.1.4 sonetPathCurrentCVs: 1.3.6.1.2.1.10.39.2.1.1.1.5 sonetPathCurrentUASs: 1.3.6.1.2.1.10.39.2.1.1.1.6 sonetPathIntervalTable: 1.3.6.1.2.1.10.39.2.1.2 sonetPathIntervalEntry: 1.3.6.1.2.1.10.39.2.1.2.1 sonetPathIntervalNumber: 1.3.6.1.2.1.10.39.2.1.2.1.1 sonetPathIntervalESs: 1.3.6.1.2.1.10.39.2.1.2.1.2 sonetPathIntervalSESs: 1.3.6.1.2.1.10.39.2.1.2.1.3 sonetPathIntervalCVs: 1.3.6.1.2.1.10.39.2.1.2.1.4 sonetPathIntervalUASs: 1.3.6.1.2.1.10.39.2.1.2.1.5 sonetPathIntervalValidData: 1.3.6.1.2.1.10.39.2.1.2.1.6 sonetFarEndPath: 1.3.6.1.2.1.10.39.2.2 sonetFarEndPathCurrentTable: 1.3.6.1.2.1.10.39.2.2.1 sonetFarEndPathCurrentEntry: 1.3.6.1.2.1.10.39.2.2.1.1 sonetFarEndPathCurrentESs: 1.3.6.1.2.1.10.39.2.2.1.1.1 sonetFarEndPathCurrentSESs: 1.3.6.1.2.1.10.39.2.2.1.1.2 sonetFarEndPathCurrentCVs: 1.3.6.1.2.1.10.39.2.2.1.1.3 sonetFarEndPathCurrentUASs: 1.3.6.1.2.1.10.39.2.2.1.1.4 sonetFarEndPathIntervalTable: 1.3.6.1.2.1.10.39.2.2.2 sonetFarEndPathIntervalEntry: 1.3.6.1.2.1.10.39.2.2.2.1 sonetFarEndPathIntervalNumber: 1.3.6.1.2.1.10.39.2.2.2.1.1 sonetFarEndPathIntervalESs: 1.3.6.1.2.1.10.39.2.2.2.1.2 sonetFarEndPathIntervalSESs: 1.3.6.1.2.1.10.39.2.2.2.1.3 sonetFarEndPathIntervalCVs: 1.3.6.1.2.1.10.39.2.2.2.1.4 sonetFarEndPathIntervalUASs: 1.3.6.1.2.1.10.39.2.2.2.1.5 sonetFarEndPathIntervalValidData: 1.3.6.1.2.1.10.39.2.2.2.1.6 sonetObjectsVT: 1.3.6.1.2.1.10.39.3 sonetVT: 1.3.6.1.2.1.10.39.3.1 sonetVTCurrentTable: 1.3.6.1.2.1.10.39.3.1.1 sonetVTCurrentEntry: 1.3.6.1.2.1.10.39.3.1.1.1 sonetVTCurrentWidth: 1.3.6.1.2.1.10.39.3.1.1.1.1 sonetVTCurrentStatus: 1.3.6.1.2.1.10.39.3.1.1.1.2 sonetVTCurrentESs: 1.3.6.1.2.1.10.39.3.1.1.1.3 sonetVTCurrentSESs: 1.3.6.1.2.1.10.39.3.1.1.1.4 sonetVTCurrentCVs: 1.3.6.1.2.1.10.39.3.1.1.1.5 sonetVTCurrentUASs: 1.3.6.1.2.1.10.39.3.1.1.1.6 sonetVTIntervalTable: 1.3.6.1.2.1.10.39.3.1.2 sonetVTIntervalEntry: 1.3.6.1.2.1.10.39.3.1.2.1 sonetVTIntervalNumber: 1.3.6.1.2.1.10.39.3.1.2.1.1 sonetVTIntervalESs: 1.3.6.1.2.1.10.39.3.1.2.1.2 sonetVTIntervalSESs: 1.3.6.1.2.1.10.39.3.1.2.1.3 sonetVTIntervalCVs: 1.3.6.1.2.1.10.39.3.1.2.1.4 sonetVTIntervalUASs: 1.3.6.1.2.1.10.39.3.1.2.1.5 sonetVTIntervalValidData: 1.3.6.1.2.1.10.39.3.1.2.1.6 sonetFarEndVT: 1.3.6.1.2.1.10.39.3.2 sonetFarEndVTCurrentTable: 1.3.6.1.2.1.10.39.3.2.1 sonetFarEndVTCurrentEntry: 1.3.6.1.2.1.10.39.3.2.1.1 sonetFarEndVTCurrentESs: 1.3.6.1.2.1.10.39.3.2.1.1.1 sonetFarEndVTCurrentSESs: 1.3.6.1.2.1.10.39.3.2.1.1.2 sonetFarEndVTCurrentCVs: 1.3.6.1.2.1.10.39.3.2.1.1.3 sonetFarEndVTCurrentUASs: 1.3.6.1.2.1.10.39.3.2.1.1.4 sonetFarEndVTIntervalTable: 1.3.6.1.2.1.10.39.3.2.2 sonetFarEndVTIntervalEntry: 1.3.6.1.2.1.10.39.3.2.2.1 sonetFarEndVTIntervalNumber: 1.3.6.1.2.1.10.39.3.2.2.1.1 sonetFarEndVTIntervalESs: 1.3.6.1.2.1.10.39.3.2.2.1.2 sonetFarEndVTIntervalSESs: 1.3.6.1.2.1.10.39.3.2.2.1.3 sonetFarEndVTIntervalCVs: 1.3.6.1.2.1.10.39.3.2.2.1.4 sonetFarEndVTIntervalUASs: 1.3.6.1.2.1.10.39.3.2.2.1.5 sonetFarEndVTIntervalValidData: 1.3.6.1.2.1.10.39.3.2.2.1.6 sonetConformance: 1.3.6.1.2.1.10.39.4 sonetGroups: 1.3.6.1.2.1.10.39.4.1 sonetCompliances: 1.3.6.1.2.1.10.39.4.2 snmp-1.2.0/data/ruby/snmp/mibs/POLICY-BASED-MANAGEMENT-MIB.yaml0000644000004100000410000000746512365504747023067 0ustar www-datawww-data--- pmMib: 1.3.6.1.2.1.124 pmNotifications: 1.3.6.1.2.1.124.0 pmPolicyTable: 1.3.6.1.2.1.124.1 pmPolicyEntry: 1.3.6.1.2.1.124.1.1 pmPolicyAdminGroup: 1.3.6.1.2.1.124.1.1.1 pmPolicyIndex: 1.3.6.1.2.1.124.1.1.2 pmPolicyPrecedenceGroup: 1.3.6.1.2.1.124.1.1.3 pmPolicyPrecedence: 1.3.6.1.2.1.124.1.1.4 pmPolicySchedule: 1.3.6.1.2.1.124.1.1.5 pmPolicyElementTypeFilter: 1.3.6.1.2.1.124.1.1.6 pmPolicyConditionScriptIndex: 1.3.6.1.2.1.124.1.1.7 pmPolicyActionScriptIndex: 1.3.6.1.2.1.124.1.1.8 pmPolicyParameters: 1.3.6.1.2.1.124.1.1.9 pmPolicyConditionMaxLatency: 1.3.6.1.2.1.124.1.1.10 pmPolicyActionMaxLatency: 1.3.6.1.2.1.124.1.1.11 pmPolicyMaxIterations: 1.3.6.1.2.1.124.1.1.12 pmPolicyDescription: 1.3.6.1.2.1.124.1.1.13 pmPolicyMatches: 1.3.6.1.2.1.124.1.1.14 pmPolicyAbnormalTerminations: 1.3.6.1.2.1.124.1.1.15 pmPolicyExecutionErrors: 1.3.6.1.2.1.124.1.1.16 pmPolicyDebugging: 1.3.6.1.2.1.124.1.1.17 pmPolicyAdminStatus: 1.3.6.1.2.1.124.1.1.18 pmPolicyStorageType: 1.3.6.1.2.1.124.1.1.19 pmPolicyRowStatus: 1.3.6.1.2.1.124.1.1.20 pmPolicyCodeTable: 1.3.6.1.2.1.124.2 pmPolicyCodeEntry: 1.3.6.1.2.1.124.2.1 pmPolicyCodeScriptIndex: 1.3.6.1.2.1.124.2.1.1 pmPolicyCodeSegment: 1.3.6.1.2.1.124.2.1.2 pmPolicyCodeText: 1.3.6.1.2.1.124.2.1.3 pmPolicyCodeStatus: 1.3.6.1.2.1.124.2.1.4 pmElementTypeRegTable: 1.3.6.1.2.1.124.3 pmElementTypeRegEntry: 1.3.6.1.2.1.124.3.1 pmElementTypeRegOIDPrefix: 1.3.6.1.2.1.124.3.1.2 pmElementTypeRegMaxLatency: 1.3.6.1.2.1.124.3.1.3 pmElementTypeRegDescription: 1.3.6.1.2.1.124.3.1.4 pmElementTypeRegStorageType: 1.3.6.1.2.1.124.3.1.5 pmElementTypeRegRowStatus: 1.3.6.1.2.1.124.3.1.6 pmRoleTable: 1.3.6.1.2.1.124.4 pmRoleEntry: 1.3.6.1.2.1.124.4.1 pmRoleElement: 1.3.6.1.2.1.124.4.1.1 pmRoleContextName: 1.3.6.1.2.1.124.4.1.2 pmRoleContextEngineID: 1.3.6.1.2.1.124.4.1.3 pmRoleString: 1.3.6.1.2.1.124.4.1.4 pmRoleStatus: 1.3.6.1.2.1.124.4.1.5 pmCapabilitiesTable: 1.3.6.1.2.1.124.5 pmCapabilitiesEntry: 1.3.6.1.2.1.124.5.1 pmCapabilitiesType: 1.3.6.1.2.1.124.5.1.1 pmCapabilitiesOverrideTable: 1.3.6.1.2.1.124.6 pmCapabilitiesOverrideEntry: 1.3.6.1.2.1.124.6.1 pmCapabilitiesOverrideType: 1.3.6.1.2.1.124.6.1.1 pmCapabilitiesOverrideState: 1.3.6.1.2.1.124.6.1.2 pmCapabilitiesOverrideRowStatus: 1.3.6.1.2.1.124.6.1.3 pmSchedLocalTime: 1.3.6.1.2.1.124.7 pmSchedTable: 1.3.6.1.2.1.124.8 pmSchedEntry: 1.3.6.1.2.1.124.8.1 pmSchedIndex: 1.3.6.1.2.1.124.8.1.1 pmSchedGroupIndex: 1.3.6.1.2.1.124.8.1.2 pmSchedDescr: 1.3.6.1.2.1.124.8.1.3 pmSchedTimePeriod: 1.3.6.1.2.1.124.8.1.4 pmSchedMonth: 1.3.6.1.2.1.124.8.1.5 pmSchedDay: 1.3.6.1.2.1.124.8.1.6 pmSchedWeekDay: 1.3.6.1.2.1.124.8.1.7 pmSchedTimeOfDay: 1.3.6.1.2.1.124.8.1.8 pmSchedLocalOrUtc: 1.3.6.1.2.1.124.8.1.9 pmSchedStorageType: 1.3.6.1.2.1.124.8.1.10 pmSchedRowStatus: 1.3.6.1.2.1.124.8.1.11 pmTrackingPETable: 1.3.6.1.2.1.124.9 pmTrackingPEEntry: 1.3.6.1.2.1.124.9.1 pmTrackingPEElement: 1.3.6.1.2.1.124.9.1.1 pmTrackingPEContextName: 1.3.6.1.2.1.124.9.1.2 pmTrackingPEContextEngineID: 1.3.6.1.2.1.124.9.1.3 pmTrackingPEInfo: 1.3.6.1.2.1.124.9.1.4 pmTrackingEPTable: 1.3.6.1.2.1.124.10 pmTrackingEPEntry: 1.3.6.1.2.1.124.10.1 pmTrackingEPElement: 1.3.6.1.2.1.124.10.1.1 pmTrackingEPContextName: 1.3.6.1.2.1.124.10.1.2 pmTrackingEPContextEngineID: 1.3.6.1.2.1.124.10.1.3 pmTrackingEPStatus: 1.3.6.1.2.1.124.10.1.4 pmDebuggingTable: 1.3.6.1.2.1.124.11 pmDebuggingEntry: 1.3.6.1.2.1.124.11.1 pmDebuggingElement: 1.3.6.1.2.1.124.11.1.1 pmDebuggingContextName: 1.3.6.1.2.1.124.11.1.2 pmDebuggingContextEngineID: 1.3.6.1.2.1.124.11.1.3 pmDebuggingLogIndex: 1.3.6.1.2.1.124.11.1.4 pmDebuggingMessage: 1.3.6.1.2.1.124.11.1.5 pmConformance: 1.3.6.1.2.1.124.12 pmCompliances: 1.3.6.1.2.1.124.12.1 pmGroups: 1.3.6.1.2.1.124.12.2 pmBaseFunctionLibrary: 1.3.6.1.2.1.124.12.2.4 pmNewRoleNotification: 1.3.6.1.2.1.124.0.1 pmNewCapabilityNotification: 1.3.6.1.2.1.124.0.2 pmAbnormalTermNotification: 1.3.6.1.2.1.124.0.3 snmp-1.2.0/data/ruby/snmp/mibs/RADIUS-DYNAUTH-CLIENT-MIB.yaml0000644000004100000410000000470012365504747022704 0ustar www-datawww-data--- radiusDynAuthClientMIB: 1.3.6.1.2.1.145 radiusDynAuthClientMIBObjects: 1.3.6.1.2.1.145.1 radiusDynAuthClientScalars: 1.3.6.1.2.1.145.1.1 radiusDynAuthClientDisconInvalidServerAddresses: 1.3.6.1.2.1.145.1.1.1 radiusDynAuthClientCoAInvalidServerAddresses: 1.3.6.1.2.1.145.1.1.2 radiusDynAuthServerTable: 1.3.6.1.2.1.145.1.2 radiusDynAuthServerEntry: 1.3.6.1.2.1.145.1.2.1 radiusDynAuthServerIndex: 1.3.6.1.2.1.145.1.2.1.1 radiusDynAuthServerAddressType: 1.3.6.1.2.1.145.1.2.1.2 radiusDynAuthServerAddress: 1.3.6.1.2.1.145.1.2.1.3 radiusDynAuthServerClientPortNumber: 1.3.6.1.2.1.145.1.2.1.4 radiusDynAuthServerID: 1.3.6.1.2.1.145.1.2.1.5 radiusDynAuthClientRoundTripTime: 1.3.6.1.2.1.145.1.2.1.6 radiusDynAuthClientDisconRequests: 1.3.6.1.2.1.145.1.2.1.7 radiusDynAuthClientDisconAuthOnlyRequests: 1.3.6.1.2.1.145.1.2.1.8 radiusDynAuthClientDisconRetransmissions: 1.3.6.1.2.1.145.1.2.1.9 radiusDynAuthClientDisconAcks: 1.3.6.1.2.1.145.1.2.1.10 radiusDynAuthClientDisconNaks: 1.3.6.1.2.1.145.1.2.1.11 radiusDynAuthClientDisconNakAuthOnlyRequest: 1.3.6.1.2.1.145.1.2.1.12 radiusDynAuthClientDisconNakSessNoContext: 1.3.6.1.2.1.145.1.2.1.13 radiusDynAuthClientMalformedDisconResponses: 1.3.6.1.2.1.145.1.2.1.14 radiusDynAuthClientDisconBadAuthenticators: 1.3.6.1.2.1.145.1.2.1.15 radiusDynAuthClientDisconPendingRequests: 1.3.6.1.2.1.145.1.2.1.16 radiusDynAuthClientDisconTimeouts: 1.3.6.1.2.1.145.1.2.1.17 radiusDynAuthClientDisconPacketsDropped: 1.3.6.1.2.1.145.1.2.1.18 radiusDynAuthClientCoARequests: 1.3.6.1.2.1.145.1.2.1.19 radiusDynAuthClientCoAAuthOnlyRequest: 1.3.6.1.2.1.145.1.2.1.20 radiusDynAuthClientCoARetransmissions: 1.3.6.1.2.1.145.1.2.1.21 radiusDynAuthClientCoAAcks: 1.3.6.1.2.1.145.1.2.1.22 radiusDynAuthClientCoANaks: 1.3.6.1.2.1.145.1.2.1.23 radiusDynAuthClientCoANakAuthOnlyRequest: 1.3.6.1.2.1.145.1.2.1.24 radiusDynAuthClientCoANakSessNoContext: 1.3.6.1.2.1.145.1.2.1.25 radiusDynAuthClientMalformedCoAResponses: 1.3.6.1.2.1.145.1.2.1.26 radiusDynAuthClientCoABadAuthenticators: 1.3.6.1.2.1.145.1.2.1.27 radiusDynAuthClientCoAPendingRequests: 1.3.6.1.2.1.145.1.2.1.28 radiusDynAuthClientCoATimeouts: 1.3.6.1.2.1.145.1.2.1.29 radiusDynAuthClientCoAPacketsDropped: 1.3.6.1.2.1.145.1.2.1.30 radiusDynAuthClientUnknownTypes: 1.3.6.1.2.1.145.1.2.1.31 radiusDynAuthClientCounterDiscontinuity: 1.3.6.1.2.1.145.1.2.1.32 radiusDynAuthClientMIBConformance: 1.3.6.1.2.1.145.2 radiusDynAuthClientMIBCompliances: 1.3.6.1.2.1.145.2.1 radiusDynAuthClientMIBGroups: 1.3.6.1.2.1.145.2.2 snmp-1.2.0/data/ruby/snmp/mibs/RFC1065-SMI.yaml0000644000004100000410000000020112365504747020566 0ustar www-datawww-data--- internet: 1.3.6.1 directory: 1.3.6.1.1 mgmt: 1.3.6.1.2 experimental: 1.3.6.1.3 private: 1.3.6.1.4 enterprises: 1.3.6.1.4.1 snmp-1.2.0/data/ruby/snmp/mibs/DIFFSERV-DSCP-TC.yaml0000644000004100000410000000004512365504747021463 0ustar www-datawww-data--- diffServDSCPTC: 1.3.6.1.2.1.96 snmp-1.2.0/data/ruby/snmp/mibs/UPS-MIB.yaml0000644000004100000410000001155412365504747020303 0ustar www-datawww-data--- upsMIB: 1.3.6.1.2.1.33 upsObjects: 1.3.6.1.2.1.33.1 upsIdent: 1.3.6.1.2.1.33.1.1 upsIdentManufacturer: 1.3.6.1.2.1.33.1.1.1 upsIdentModel: 1.3.6.1.2.1.33.1.1.2 upsIdentUPSSoftwareVersion: 1.3.6.1.2.1.33.1.1.3 upsIdentAgentSoftwareVersion: 1.3.6.1.2.1.33.1.1.4 upsIdentName: 1.3.6.1.2.1.33.1.1.5 upsIdentAttachedDevices: 1.3.6.1.2.1.33.1.1.6 upsBattery: 1.3.6.1.2.1.33.1.2 upsBatteryStatus: 1.3.6.1.2.1.33.1.2.1 upsSecondsOnBattery: 1.3.6.1.2.1.33.1.2.2 upsEstimatedMinutesRemaining: 1.3.6.1.2.1.33.1.2.3 upsEstimatedChargeRemaining: 1.3.6.1.2.1.33.1.2.4 upsBatteryVoltage: 1.3.6.1.2.1.33.1.2.5 upsBatteryCurrent: 1.3.6.1.2.1.33.1.2.6 upsBatteryTemperature: 1.3.6.1.2.1.33.1.2.7 upsInput: 1.3.6.1.2.1.33.1.3 upsInputLineBads: 1.3.6.1.2.1.33.1.3.1 upsInputNumLines: 1.3.6.1.2.1.33.1.3.2 upsInputTable: 1.3.6.1.2.1.33.1.3.3 upsInputEntry: 1.3.6.1.2.1.33.1.3.3.1 upsInputLineIndex: 1.3.6.1.2.1.33.1.3.3.1.1 upsInputFrequency: 1.3.6.1.2.1.33.1.3.3.1.2 upsInputVoltage: 1.3.6.1.2.1.33.1.3.3.1.3 upsInputCurrent: 1.3.6.1.2.1.33.1.3.3.1.4 upsInputTruePower: 1.3.6.1.2.1.33.1.3.3.1.5 upsOutput: 1.3.6.1.2.1.33.1.4 upsOutputSource: 1.3.6.1.2.1.33.1.4.1 upsOutputFrequency: 1.3.6.1.2.1.33.1.4.2 upsOutputNumLines: 1.3.6.1.2.1.33.1.4.3 upsOutputTable: 1.3.6.1.2.1.33.1.4.4 upsOutputEntry: 1.3.6.1.2.1.33.1.4.4.1 upsOutputLineIndex: 1.3.6.1.2.1.33.1.4.4.1.1 upsOutputVoltage: 1.3.6.1.2.1.33.1.4.4.1.2 upsOutputCurrent: 1.3.6.1.2.1.33.1.4.4.1.3 upsOutputPower: 1.3.6.1.2.1.33.1.4.4.1.4 upsOutputPercentLoad: 1.3.6.1.2.1.33.1.4.4.1.5 upsBypass: 1.3.6.1.2.1.33.1.5 upsBypassFrequency: 1.3.6.1.2.1.33.1.5.1 upsBypassNumLines: 1.3.6.1.2.1.33.1.5.2 upsBypassTable: 1.3.6.1.2.1.33.1.5.3 upsBypassEntry: 1.3.6.1.2.1.33.1.5.3.1 upsBypassLineIndex: 1.3.6.1.2.1.33.1.5.3.1.1 upsBypassVoltage: 1.3.6.1.2.1.33.1.5.3.1.2 upsBypassCurrent: 1.3.6.1.2.1.33.1.5.3.1.3 upsBypassPower: 1.3.6.1.2.1.33.1.5.3.1.4 upsAlarm: 1.3.6.1.2.1.33.1.6 upsAlarmsPresent: 1.3.6.1.2.1.33.1.6.1 upsAlarmTable: 1.3.6.1.2.1.33.1.6.2 upsAlarmEntry: 1.3.6.1.2.1.33.1.6.2.1 upsAlarmId: 1.3.6.1.2.1.33.1.6.2.1.1 upsAlarmDescr: 1.3.6.1.2.1.33.1.6.2.1.2 upsAlarmTime: 1.3.6.1.2.1.33.1.6.2.1.3 upsWellKnownAlarms: 1.3.6.1.2.1.33.1.6.3 upsAlarmBatteryBad: 1.3.6.1.2.1.33.1.6.3.1 upsAlarmOnBattery: 1.3.6.1.2.1.33.1.6.3.2 upsAlarmLowBattery: 1.3.6.1.2.1.33.1.6.3.3 upsAlarmDepletedBattery: 1.3.6.1.2.1.33.1.6.3.4 upsAlarmTempBad: 1.3.6.1.2.1.33.1.6.3.5 upsAlarmInputBad: 1.3.6.1.2.1.33.1.6.3.6 upsAlarmOutputBad: 1.3.6.1.2.1.33.1.6.3.7 upsAlarmOutputOverload: 1.3.6.1.2.1.33.1.6.3.8 upsAlarmOnBypass: 1.3.6.1.2.1.33.1.6.3.9 upsAlarmBypassBad: 1.3.6.1.2.1.33.1.6.3.10 upsAlarmOutputOffAsRequested: 1.3.6.1.2.1.33.1.6.3.11 upsAlarmUpsOffAsRequested: 1.3.6.1.2.1.33.1.6.3.12 upsAlarmChargerFailed: 1.3.6.1.2.1.33.1.6.3.13 upsAlarmUpsOutputOff: 1.3.6.1.2.1.33.1.6.3.14 upsAlarmUpsSystemOff: 1.3.6.1.2.1.33.1.6.3.15 upsAlarmFanFailure: 1.3.6.1.2.1.33.1.6.3.16 upsAlarmFuseFailure: 1.3.6.1.2.1.33.1.6.3.17 upsAlarmGeneralFault: 1.3.6.1.2.1.33.1.6.3.18 upsAlarmDiagnosticTestFailed: 1.3.6.1.2.1.33.1.6.3.19 upsAlarmCommunicationsLost: 1.3.6.1.2.1.33.1.6.3.20 upsAlarmAwaitingPower: 1.3.6.1.2.1.33.1.6.3.21 upsAlarmShutdownPending: 1.3.6.1.2.1.33.1.6.3.22 upsAlarmShutdownImminent: 1.3.6.1.2.1.33.1.6.3.23 upsAlarmTestInProgress: 1.3.6.1.2.1.33.1.6.3.24 upsTest: 1.3.6.1.2.1.33.1.7 upsTestId: 1.3.6.1.2.1.33.1.7.1 upsTestSpinLock: 1.3.6.1.2.1.33.1.7.2 upsTestResultsSummary: 1.3.6.1.2.1.33.1.7.3 upsTestResultsDetail: 1.3.6.1.2.1.33.1.7.4 upsTestStartTime: 1.3.6.1.2.1.33.1.7.5 upsTestElapsedTime: 1.3.6.1.2.1.33.1.7.6 upsWellKnownTests: 1.3.6.1.2.1.33.1.7.7 upsTestNoTestsInitiated: 1.3.6.1.2.1.33.1.7.7.1 upsTestAbortTestInProgress: 1.3.6.1.2.1.33.1.7.7.2 upsTestGeneralSystemsTest: 1.3.6.1.2.1.33.1.7.7.3 upsTestQuickBatteryTest: 1.3.6.1.2.1.33.1.7.7.4 upsTestDeepBatteryCalibration: 1.3.6.1.2.1.33.1.7.7.5 upsControl: 1.3.6.1.2.1.33.1.8 upsShutdownType: 1.3.6.1.2.1.33.1.8.1 upsShutdownAfterDelay: 1.3.6.1.2.1.33.1.8.2 upsStartupAfterDelay: 1.3.6.1.2.1.33.1.8.3 upsRebootWithDuration: 1.3.6.1.2.1.33.1.8.4 upsAutoRestart: 1.3.6.1.2.1.33.1.8.5 upsConfig: 1.3.6.1.2.1.33.1.9 upsConfigInputVoltage: 1.3.6.1.2.1.33.1.9.1 upsConfigInputFreq: 1.3.6.1.2.1.33.1.9.2 upsConfigOutputVoltage: 1.3.6.1.2.1.33.1.9.3 upsConfigOutputFreq: 1.3.6.1.2.1.33.1.9.4 upsConfigOutputVA: 1.3.6.1.2.1.33.1.9.5 upsConfigOutputPower: 1.3.6.1.2.1.33.1.9.6 upsConfigLowBattTime: 1.3.6.1.2.1.33.1.9.7 upsConfigAudibleStatus: 1.3.6.1.2.1.33.1.9.8 upsConfigLowVoltageTransferPoint: 1.3.6.1.2.1.33.1.9.9 upsConfigHighVoltageTransferPoint: 1.3.6.1.2.1.33.1.9.10 upsTraps: 1.3.6.1.2.1.33.2 upsConformance: 1.3.6.1.2.1.33.3 upsCompliances: 1.3.6.1.2.1.33.3.1 upsGroups: 1.3.6.1.2.1.33.3.2 upsSubsetGroups: 1.3.6.1.2.1.33.3.2.1 upsBasicGroups: 1.3.6.1.2.1.33.3.2.2 upsFullGroups: 1.3.6.1.2.1.33.3.2.3 upsTrapOnBattery: 1.3.6.1.2.1.33.2.1 upsTrapTestCompleted: 1.3.6.1.2.1.33.2.2 upsTrapAlarmEntryAdded: 1.3.6.1.2.1.33.2.3 upsTrapAlarmEntryRemoved: 1.3.6.1.2.1.33.2.4 snmp-1.2.0/data/ruby/snmp/mibs/LANGTAG-TC-MIB.yaml0000644000004100000410000000004412365504747021205 0ustar www-datawww-data--- langTagTcMIB: 1.3.6.1.2.1.165 snmp-1.2.0/data/ruby/snmp/mibs/IF-INVERTED-STACK-MIB.yaml0000644000004100000410000000045412365504747022210 0ustar www-datawww-data--- ifInvertedStackMIB: 1.3.6.1.2.1.77 ifInvMIBObjects: 1.3.6.1.2.1.77.1 ifInvStackTable: 1.3.6.1.2.1.77.1.1 ifInvStackEntry: 1.3.6.1.2.1.77.1.1.1 ifInvStackStatus: 1.3.6.1.2.1.77.1.1.1.1 ifInvConformance: 1.3.6.1.2.1.77.1.2 ifInvGroups: 1.3.6.1.2.1.77.1.2.1 ifInvCompliances: 1.3.6.1.2.1.77.1.2.2 snmp-1.2.0/data/ruby/snmp/mibs/IPV6-MIB.yaml0000644000004100000410000000725512365504747020363 0ustar www-datawww-data--- ipv6MIB: 1.3.6.1.2.1.55 ipv6MIBObjects: 1.3.6.1.2.1.55.1 ipv6Forwarding: 1.3.6.1.2.1.55.1.1 ipv6DefaultHopLimit: 1.3.6.1.2.1.55.1.2 ipv6Interfaces: 1.3.6.1.2.1.55.1.3 ipv6IfTableLastChange: 1.3.6.1.2.1.55.1.4 ipv6IfTable: 1.3.6.1.2.1.55.1.5 ipv6IfEntry: 1.3.6.1.2.1.55.1.5.1 ipv6IfIndex: 1.3.6.1.2.1.55.1.5.1.1 ipv6IfDescr: 1.3.6.1.2.1.55.1.5.1.2 ipv6IfLowerLayer: 1.3.6.1.2.1.55.1.5.1.3 ipv6IfEffectiveMtu: 1.3.6.1.2.1.55.1.5.1.4 ipv6IfReasmMaxSize: 1.3.6.1.2.1.55.1.5.1.5 ipv6IfIdentifier: 1.3.6.1.2.1.55.1.5.1.6 ipv6IfIdentifierLength: 1.3.6.1.2.1.55.1.5.1.7 ipv6IfPhysicalAddress: 1.3.6.1.2.1.55.1.5.1.8 ipv6IfAdminStatus: 1.3.6.1.2.1.55.1.5.1.9 ipv6IfOperStatus: 1.3.6.1.2.1.55.1.5.1.10 ipv6IfLastChange: 1.3.6.1.2.1.55.1.5.1.11 ipv6IfStatsTable: 1.3.6.1.2.1.55.1.6 ipv6IfStatsEntry: 1.3.6.1.2.1.55.1.6.1 ipv6IfStatsInReceives: 1.3.6.1.2.1.55.1.6.1.1 ipv6IfStatsInHdrErrors: 1.3.6.1.2.1.55.1.6.1.2 ipv6IfStatsInTooBigErrors: 1.3.6.1.2.1.55.1.6.1.3 ipv6IfStatsInNoRoutes: 1.3.6.1.2.1.55.1.6.1.4 ipv6IfStatsInAddrErrors: 1.3.6.1.2.1.55.1.6.1.5 ipv6IfStatsInUnknownProtos: 1.3.6.1.2.1.55.1.6.1.6 ipv6IfStatsInTruncatedPkts: 1.3.6.1.2.1.55.1.6.1.7 ipv6IfStatsInDiscards: 1.3.6.1.2.1.55.1.6.1.8 ipv6IfStatsInDelivers: 1.3.6.1.2.1.55.1.6.1.9 ipv6IfStatsOutForwDatagrams: 1.3.6.1.2.1.55.1.6.1.10 ipv6IfStatsOutRequests: 1.3.6.1.2.1.55.1.6.1.11 ipv6IfStatsOutDiscards: 1.3.6.1.2.1.55.1.6.1.12 ipv6IfStatsOutFragOKs: 1.3.6.1.2.1.55.1.6.1.13 ipv6IfStatsOutFragFails: 1.3.6.1.2.1.55.1.6.1.14 ipv6IfStatsOutFragCreates: 1.3.6.1.2.1.55.1.6.1.15 ipv6IfStatsReasmReqds: 1.3.6.1.2.1.55.1.6.1.16 ipv6IfStatsReasmOKs: 1.3.6.1.2.1.55.1.6.1.17 ipv6IfStatsReasmFails: 1.3.6.1.2.1.55.1.6.1.18 ipv6IfStatsInMcastPkts: 1.3.6.1.2.1.55.1.6.1.19 ipv6IfStatsOutMcastPkts: 1.3.6.1.2.1.55.1.6.1.20 ipv6AddrPrefixTable: 1.3.6.1.2.1.55.1.7 ipv6AddrPrefixEntry: 1.3.6.1.2.1.55.1.7.1 ipv6AddrPrefix: 1.3.6.1.2.1.55.1.7.1.1 ipv6AddrPrefixLength: 1.3.6.1.2.1.55.1.7.1.2 ipv6AddrPrefixOnLinkFlag: 1.3.6.1.2.1.55.1.7.1.3 ipv6AddrPrefixAutonomousFlag: 1.3.6.1.2.1.55.1.7.1.4 ipv6AddrPrefixAdvPreferredLifetime: 1.3.6.1.2.1.55.1.7.1.5 ipv6AddrPrefixAdvValidLifetime: 1.3.6.1.2.1.55.1.7.1.6 ipv6AddrTable: 1.3.6.1.2.1.55.1.8 ipv6AddrEntry: 1.3.6.1.2.1.55.1.8.1 ipv6AddrAddress: 1.3.6.1.2.1.55.1.8.1.1 ipv6AddrPfxLength: 1.3.6.1.2.1.55.1.8.1.2 ipv6AddrType: 1.3.6.1.2.1.55.1.8.1.3 ipv6AddrAnycastFlag: 1.3.6.1.2.1.55.1.8.1.4 ipv6AddrStatus: 1.3.6.1.2.1.55.1.8.1.5 ipv6RouteNumber: 1.3.6.1.2.1.55.1.9 ipv6DiscardedRoutes: 1.3.6.1.2.1.55.1.10 ipv6RouteTable: 1.3.6.1.2.1.55.1.11 ipv6RouteEntry: 1.3.6.1.2.1.55.1.11.1 ipv6RouteDest: 1.3.6.1.2.1.55.1.11.1.1 ipv6RoutePfxLength: 1.3.6.1.2.1.55.1.11.1.2 ipv6RouteIndex: 1.3.6.1.2.1.55.1.11.1.3 ipv6RouteIfIndex: 1.3.6.1.2.1.55.1.11.1.4 ipv6RouteNextHop: 1.3.6.1.2.1.55.1.11.1.5 ipv6RouteType: 1.3.6.1.2.1.55.1.11.1.6 ipv6RouteProtocol: 1.3.6.1.2.1.55.1.11.1.7 ipv6RoutePolicy: 1.3.6.1.2.1.55.1.11.1.8 ipv6RouteAge: 1.3.6.1.2.1.55.1.11.1.9 ipv6RouteNextHopRDI: 1.3.6.1.2.1.55.1.11.1.10 ipv6RouteMetric: 1.3.6.1.2.1.55.1.11.1.11 ipv6RouteWeight: 1.3.6.1.2.1.55.1.11.1.12 ipv6RouteInfo: 1.3.6.1.2.1.55.1.11.1.13 ipv6RouteValid: 1.3.6.1.2.1.55.1.11.1.14 ipv6NetToMediaTable: 1.3.6.1.2.1.55.1.12 ipv6NetToMediaEntry: 1.3.6.1.2.1.55.1.12.1 ipv6NetToMediaNetAddress: 1.3.6.1.2.1.55.1.12.1.1 ipv6NetToMediaPhysAddress: 1.3.6.1.2.1.55.1.12.1.2 ipv6NetToMediaType: 1.3.6.1.2.1.55.1.12.1.3 ipv6IfNetToMediaState: 1.3.6.1.2.1.55.1.12.1.4 ipv6IfNetToMediaLastUpdated: 1.3.6.1.2.1.55.1.12.1.5 ipv6NetToMediaValid: 1.3.6.1.2.1.55.1.12.1.6 ipv6Notifications: 1.3.6.1.2.1.55.2 ipv6NotificationPrefix: 1.3.6.1.2.1.55.2.0 ipv6Conformance: 1.3.6.1.2.1.55.3 ipv6Compliances: 1.3.6.1.2.1.55.3.1 ipv6Groups: 1.3.6.1.2.1.55.3.2 ipv6IfStateChange: 1.3.6.1.2.1.55.2.0.1 snmp-1.2.0/data/ruby/snmp/mibs/CHARACTER-MIB.yaml0000644000004100000410000000340612365504747021125 0ustar www-datawww-data--- char: 1.3.6.1.2.1.19 charNumber: 1.3.6.1.2.1.19.1 charPortTable: 1.3.6.1.2.1.19.2 charPortEntry: 1.3.6.1.2.1.19.2.1 charPortIndex: 1.3.6.1.2.1.19.2.1.1 charPortName: 1.3.6.1.2.1.19.2.1.2 charPortType: 1.3.6.1.2.1.19.2.1.3 charPortHardware: 1.3.6.1.2.1.19.2.1.4 charPortReset: 1.3.6.1.2.1.19.2.1.5 charPortAdminStatus: 1.3.6.1.2.1.19.2.1.6 charPortOperStatus: 1.3.6.1.2.1.19.2.1.7 charPortLastChange: 1.3.6.1.2.1.19.2.1.8 charPortInFlowType: 1.3.6.1.2.1.19.2.1.9 charPortOutFlowType: 1.3.6.1.2.1.19.2.1.10 charPortInFlowState: 1.3.6.1.2.1.19.2.1.11 charPortOutFlowState: 1.3.6.1.2.1.19.2.1.12 charPortInCharacters: 1.3.6.1.2.1.19.2.1.13 charPortOutCharacters: 1.3.6.1.2.1.19.2.1.14 charPortAdminOrigin: 1.3.6.1.2.1.19.2.1.15 charPortSessionMaximum: 1.3.6.1.2.1.19.2.1.16 charPortSessionNumber: 1.3.6.1.2.1.19.2.1.17 charPortSessionIndex: 1.3.6.1.2.1.19.2.1.18 charPortInFlowTypes: 1.3.6.1.2.1.19.2.1.19 charPortOutFlowTypes: 1.3.6.1.2.1.19.2.1.20 charPortLowerIfIndex: 1.3.6.1.2.1.19.2.1.21 charSessTable: 1.3.6.1.2.1.19.3 charSessEntry: 1.3.6.1.2.1.19.3.1 charSessPortIndex: 1.3.6.1.2.1.19.3.1.1 charSessIndex: 1.3.6.1.2.1.19.3.1.2 charSessKill: 1.3.6.1.2.1.19.3.1.3 charSessState: 1.3.6.1.2.1.19.3.1.4 charSessProtocol: 1.3.6.1.2.1.19.3.1.5 charSessOperOrigin: 1.3.6.1.2.1.19.3.1.6 charSessInCharacters: 1.3.6.1.2.1.19.3.1.7 charSessOutCharacters: 1.3.6.1.2.1.19.3.1.8 charSessConnectionId: 1.3.6.1.2.1.19.3.1.9 charSessStartTime: 1.3.6.1.2.1.19.3.1.10 wellKnownProtocols: 1.3.6.1.2.1.19.4 protocolOther: 1.3.6.1.2.1.19.4.1 protocolTelnet: 1.3.6.1.2.1.19.4.2 protocolRlogin: 1.3.6.1.2.1.19.4.3 protocolLat: 1.3.6.1.2.1.19.4.4 protocolX29: 1.3.6.1.2.1.19.4.5 protocolVtp: 1.3.6.1.2.1.19.4.6 charConformance: 1.3.6.1.2.1.19.5 charGroups: 1.3.6.1.2.1.19.5.1 charCompliances: 1.3.6.1.2.1.19.5.2 snmp-1.2.0/data/ruby/snmp/mibs/SSPM-MIB.yaml0000644000004100000410000000634412365504747020417 0ustar www-datawww-data--- sspmMIB: 1.3.6.1.2.1.16.28 sspmMIBObjects: 1.3.6.1.2.1.16.28.1 sspmGeneral: 1.3.6.1.2.1.16.28.1.1 sspmGeneralClockResolution: 1.3.6.1.2.1.16.28.1.1.1 sspmGeneralClockMaxSkew: 1.3.6.1.2.1.16.28.1.1.2 sspmGeneralClockSource: 1.3.6.1.2.1.16.28.1.1.3 sspmGeneralMinFrequency: 1.3.6.1.2.1.16.28.1.1.4 sspmCapabilitiesTable: 1.3.6.1.2.1.16.28.1.1.5 sspmCapabilitiesEntry: 1.3.6.1.2.1.16.28.1.1.5.1 sspmCapabilitiesInstance: 1.3.6.1.2.1.16.28.1.1.5.1.1 sspmSource: 1.3.6.1.2.1.16.28.1.2 sspmSourceProfileTable: 1.3.6.1.2.1.16.28.1.2.1 sspmSourceProfileEntry: 1.3.6.1.2.1.16.28.1.2.1.1 sspmSourceProfileInstance: 1.3.6.1.2.1.16.28.1.2.1.1.1 sspmSourceProfileType: 1.3.6.1.2.1.16.28.1.2.1.1.2 sspmSourceProfilePacketSize: 1.3.6.1.2.1.16.28.1.2.1.1.3 sspmSourceProfilePacketFillType: 1.3.6.1.2.1.16.28.1.2.1.1.4 sspmSourceProfilePacketFillValue: 1.3.6.1.2.1.16.28.1.2.1.1.5 sspmSourceProfileTOS: 1.3.6.1.2.1.16.28.1.2.1.1.6 sspmSourceProfileFlowLabel: 1.3.6.1.2.1.16.28.1.2.1.1.7 sspmSourceProfileLooseSrcRteFill: 1.3.6.1.2.1.16.28.1.2.1.1.8 sspmSourceProfileLooseSrcRteLen: 1.3.6.1.2.1.16.28.1.2.1.1.9 sspmSourceProfileTTL: 1.3.6.1.2.1.16.28.1.2.1.1.10 sspmSourceProfileNoFrag: 1.3.6.1.2.1.16.28.1.2.1.1.11 sspmSourceProfile8021Tagging: 1.3.6.1.2.1.16.28.1.2.1.1.12 sspmSourceProfileUsername: 1.3.6.1.2.1.16.28.1.2.1.1.13 sspmSourceProfilePassword: 1.3.6.1.2.1.16.28.1.2.1.1.14 sspmSourceProfileParameter: 1.3.6.1.2.1.16.28.1.2.1.1.15 sspmSourceProfileOwner: 1.3.6.1.2.1.16.28.1.2.1.1.16 sspmSourceProfileStorageType: 1.3.6.1.2.1.16.28.1.2.1.1.17 sspmSourceProfileStatus: 1.3.6.1.2.1.16.28.1.2.1.1.18 sspmSourceControlTable: 1.3.6.1.2.1.16.28.1.2.2 sspmSourceControlEntry: 1.3.6.1.2.1.16.28.1.2.2.1 sspmSourceControlInstance: 1.3.6.1.2.1.16.28.1.2.2.1.1 sspmSourceControlProfile: 1.3.6.1.2.1.16.28.1.2.2.1.2 sspmSourceControlSrc: 1.3.6.1.2.1.16.28.1.2.2.1.3 sspmSourceControlDestAddrType: 1.3.6.1.2.1.16.28.1.2.2.1.4 sspmSourceControlDestAddr: 1.3.6.1.2.1.16.28.1.2.2.1.5 sspmSourceControlEnabled: 1.3.6.1.2.1.16.28.1.2.2.1.6 sspmSourceControlTimeOut: 1.3.6.1.2.1.16.28.1.2.2.1.7 sspmSourceControlSamplingDist: 1.3.6.1.2.1.16.28.1.2.2.1.8 sspmSourceControlFrequency: 1.3.6.1.2.1.16.28.1.2.2.1.9 sspmSourceControlFirstSeqNum: 1.3.6.1.2.1.16.28.1.2.2.1.10 sspmSourceControlLastSeqNum: 1.3.6.1.2.1.16.28.1.2.2.1.11 sspmSourceControlOwner: 1.3.6.1.2.1.16.28.1.2.2.1.12 sspmSourceControlStorageType: 1.3.6.1.2.1.16.28.1.2.2.1.13 sspmSourceControlStatus: 1.3.6.1.2.1.16.28.1.2.2.1.14 sspmSink: 1.3.6.1.2.1.16.28.1.5 sspmSinkTable: 1.3.6.1.2.1.16.28.1.5.1 sspmSinkEntry: 1.3.6.1.2.1.16.28.1.5.1.1 sspmSinkInstance: 1.3.6.1.2.1.16.28.1.5.1.1.1 sspmSinkType: 1.3.6.1.2.1.16.28.1.5.1.1.2 sspmSinkSourceAddressType: 1.3.6.1.2.1.16.28.1.5.1.1.3 sspmSinkSourceAddress: 1.3.6.1.2.1.16.28.1.5.1.1.4 sspmSinkExpectedRate: 1.3.6.1.2.1.16.28.1.5.1.1.5 sspmSinkEnable: 1.3.6.1.2.1.16.28.1.5.1.1.6 sspmSinkExpectedFirstSequenceNum: 1.3.6.1.2.1.16.28.1.5.1.1.7 sspmSinkLastSequenceNumber: 1.3.6.1.2.1.16.28.1.5.1.1.8 sspmSinkLastSequenceInvalid: 1.3.6.1.2.1.16.28.1.5.1.1.9 sspmSinkStorageType: 1.3.6.1.2.1.16.28.1.5.1.1.10 sspmSinkStatus: 1.3.6.1.2.1.16.28.1.5.1.1.11 sspmMIBNotifications: 1.3.6.1.2.1.16.28.2 sspmMIBConformance: 1.3.6.1.2.1.16.28.3 sspmCompliances: 1.3.6.1.2.1.16.28.3.1 sspmGroups: 1.3.6.1.2.1.16.28.3.2 snmp-1.2.0/data/ruby/snmp/mibs/BLDG-HVAC-MIB.yaml0000644000004100000410000000273112365504747021060 0ustar www-datawww-data--- bldgHVACMIB: 1.3.6.1.3.122 bldgHVACObjects: 1.3.6.1.3.122.1 bldgHVACTable: 1.3.6.1.3.122.1.1 bldgHVACEntry: 1.3.6.1.3.122.1.1.1 bldgHVACFloor: 1.3.6.1.3.122.1.1.1.1 bldgHVACOffice: 1.3.6.1.3.122.1.1.1.2 bldgHVACCfgTemplate: 1.3.6.1.3.122.1.1.1.3 bldgHVACFanSpeed: 1.3.6.1.3.122.1.1.1.4 bldgHVACCurrentTemp: 1.3.6.1.3.122.1.1.1.5 bldgHVACCoolOrHeatMins: 1.3.6.1.3.122.1.1.1.6 bldgHVACDiscontinuityTime: 1.3.6.1.3.122.1.1.1.7 bldgHVACOwner: 1.3.6.1.3.122.1.1.1.8 bldgHVACStorageType: 1.3.6.1.3.122.1.1.1.9 bldgHVACStatus: 1.3.6.1.3.122.1.1.1.10 bldgHVACCfgTemplateInfoTable: 1.3.6.1.3.122.1.2 bldgHVACCfgTemplateInfoEntry: 1.3.6.1.3.122.1.2.1 bldgHVACCfgTemplateInfoIndex: 1.3.6.1.3.122.1.2.1.1 bldgHVACCfgTemplateInfoID: 1.3.6.1.3.122.1.2.1.2 bldgHVACCfgTemplateInfoDescr: 1.3.6.1.3.122.1.2.1.3 bldgHVACCfgTemplateInfoOwner: 1.3.6.1.3.122.1.2.1.4 bldgHVACCfgTemplateInfoStatus: 1.3.6.1.3.122.1.2.1.5 bldgHVACCfgTemplateInfoStorType: 1.3.6.1.3.122.1.2.1.6 bldgHVACCfgTemplateTable: 1.3.6.1.3.122.1.3 bldgHVACCfgTemplateEntry: 1.3.6.1.3.122.1.3.1 bldgHVACCfgTemplateIndex: 1.3.6.1.3.122.1.3.1.1 bldgHVACCfgTemplateDesiredTemp: 1.3.6.1.3.122.1.3.1.2 bldgHVACCfgTemplateCoolOrHeat: 1.3.6.1.3.122.1.3.1.3 bldgHVACCfgTemplateInfo: 1.3.6.1.3.122.1.3.1.4 bldgHVACCfgTemplateOwner: 1.3.6.1.3.122.1.3.1.5 bldgHVACCfgTemplateStorage: 1.3.6.1.3.122.1.3.1.6 bldgHVACCfgTemplateStatus: 1.3.6.1.3.122.1.3.1.7 bldgConformance: 1.3.6.1.3.122.2 bldgCompliances: 1.3.6.1.3.122.2.1 bldgGroups: 1.3.6.1.3.122.2.2 snmp-1.2.0/data/ruby/snmp/mibs/T11-FC-FABRIC-CONFIG-SERVER-MIB.yaml0000644000004100000410000001113512365504747023355 0ustar www-datawww-data--- t11FcFabricConfigServerMIB: 1.3.6.1.2.1.162 t11FcsNotifications: 1.3.6.1.2.1.162.0 t11FcsMIBObjects: 1.3.6.1.2.1.162.1 t11FcsDiscovery: 1.3.6.1.2.1.162.1.1 t11FcsFabricDiscoveryTable: 1.3.6.1.2.1.162.1.1.1 t11FcsFabricDiscoveryEntry: 1.3.6.1.2.1.162.1.1.1.1 t11FcsFabricDiscoveryRangeLow: 1.3.6.1.2.1.162.1.1.1.1.1 t11FcsFabricDiscoveryRangeHigh: 1.3.6.1.2.1.162.1.1.1.1.2 t11FcsFabricDiscoveryStart: 1.3.6.1.2.1.162.1.1.1.1.3 t11FcsFabricDiscoveryTimeOut: 1.3.6.1.2.1.162.1.1.1.1.4 t11FcsDiscoveryStateTable: 1.3.6.1.2.1.162.1.1.2 t11FcsDiscoveryStateEntry: 1.3.6.1.2.1.162.1.1.2.1 t11FcsFabricIndex: 1.3.6.1.2.1.162.1.1.2.1.1 t11FcsDiscoveryStatus: 1.3.6.1.2.1.162.1.1.2.1.2 t11FcsDiscoveryCompleteTime: 1.3.6.1.2.1.162.1.1.2.1.3 t11FcsDiscoveredConfig: 1.3.6.1.2.1.162.1.2 t11FcsIeTable: 1.3.6.1.2.1.162.1.2.1 t11FcsIeEntry: 1.3.6.1.2.1.162.1.2.1.1 t11FcsIeName: 1.3.6.1.2.1.162.1.2.1.1.1 t11FcsIeType: 1.3.6.1.2.1.162.1.2.1.1.2 t11FcsIeDomainId: 1.3.6.1.2.1.162.1.2.1.1.3 t11FcsIeMgmtId: 1.3.6.1.2.1.162.1.2.1.1.4 t11FcsIeFabricName: 1.3.6.1.2.1.162.1.2.1.1.5 t11FcsIeLogicalName: 1.3.6.1.2.1.162.1.2.1.1.6 t11FcsIeMgmtAddrListIndex: 1.3.6.1.2.1.162.1.2.1.1.7 t11FcsIeInfoList: 1.3.6.1.2.1.162.1.2.1.1.8 t11FcsMgmtAddrListTable: 1.3.6.1.2.1.162.1.2.2 t11FcsMgmtAddrListEntry: 1.3.6.1.2.1.162.1.2.2.1 t11FcsMgmtAddrListIndex: 1.3.6.1.2.1.162.1.2.2.1.1 t11FcsMgmtAddrIndex: 1.3.6.1.2.1.162.1.2.2.1.2 t11FcsMgmtAddr: 1.3.6.1.2.1.162.1.2.2.1.3 t11FcsPortTable: 1.3.6.1.2.1.162.1.2.4 t11FcsPortEntry: 1.3.6.1.2.1.162.1.2.4.1 t11FcsPortName: 1.3.6.1.2.1.162.1.2.4.1.1 t11FcsPortType: 1.3.6.1.2.1.162.1.2.4.1.2 t11FcsPortTxType: 1.3.6.1.2.1.162.1.2.4.1.3 t11FcsPortModuleType: 1.3.6.1.2.1.162.1.2.4.1.4 t11FcsPortPhyPortNum: 1.3.6.1.2.1.162.1.2.4.1.5 t11FcsPortAttachPortNameIndex: 1.3.6.1.2.1.162.1.2.4.1.6 t11FcsPortState: 1.3.6.1.2.1.162.1.2.4.1.7 t11FcsPortSpeedCapab: 1.3.6.1.2.1.162.1.2.4.1.8 t11FcsPortOperSpeed: 1.3.6.1.2.1.162.1.2.4.1.9 t11FcsPortZoningEnfStatus: 1.3.6.1.2.1.162.1.2.4.1.10 t11FcsAttachPortNameListTable: 1.3.6.1.2.1.162.1.2.5 t11FcsAttachPortNameListEntry: 1.3.6.1.2.1.162.1.2.5.1 t11FcsAttachPortNameListIndex: 1.3.6.1.2.1.162.1.2.5.1.1 t11FcsAttachPortName: 1.3.6.1.2.1.162.1.2.5.1.2 t11FcsPlatformTable: 1.3.6.1.2.1.162.1.2.6 t11FcsPlatformEntry: 1.3.6.1.2.1.162.1.2.6.1 t11FcsPlatformIndex: 1.3.6.1.2.1.162.1.2.6.1.1 t11FcsPlatformName: 1.3.6.1.2.1.162.1.2.6.1.2 t11FcsPlatformType: 1.3.6.1.2.1.162.1.2.6.1.3 t11FcsPlatformNodeNameListIndex: 1.3.6.1.2.1.162.1.2.6.1.4 t11FcsPlatformMgmtAddrListIndex: 1.3.6.1.2.1.162.1.2.6.1.5 t11FcsPlatformVendorId: 1.3.6.1.2.1.162.1.2.6.1.6 t11FcsPlatformProductId: 1.3.6.1.2.1.162.1.2.6.1.7 t11FcsPlatformProductRevLevel: 1.3.6.1.2.1.162.1.2.6.1.8 t11FcsPlatformDescription: 1.3.6.1.2.1.162.1.2.6.1.9 t11FcsPlatformLabel: 1.3.6.1.2.1.162.1.2.6.1.10 t11FcsPlatformLocation: 1.3.6.1.2.1.162.1.2.6.1.11 t11FcsPlatformSystemID: 1.3.6.1.2.1.162.1.2.6.1.12 t11FcsPlatformSysMgmtAddr: 1.3.6.1.2.1.162.1.2.6.1.13 t11FcsPlatformClusterId: 1.3.6.1.2.1.162.1.2.6.1.14 t11FcsPlatformClusterMgmtAddr: 1.3.6.1.2.1.162.1.2.6.1.15 t11FcsPlatformFC4Types: 1.3.6.1.2.1.162.1.2.6.1.16 t11FcsNodeNameListTable: 1.3.6.1.2.1.162.1.2.7 t11FcsNodeNameListEntry: 1.3.6.1.2.1.162.1.2.7.1 t11FcsNodeNameListIndex: 1.3.6.1.2.1.162.1.2.7.1.1 t11FcsNodeName: 1.3.6.1.2.1.162.1.2.7.1.2 t11FcsStats: 1.3.6.1.2.1.162.1.3 t11FcsStatsTable: 1.3.6.1.2.1.162.1.3.1 t11FcsStatsEntry: 1.3.6.1.2.1.162.1.3.1.1 t11FcsInGetReqs: 1.3.6.1.2.1.162.1.3.1.1.1 t11FcsOutGetReqs: 1.3.6.1.2.1.162.1.3.1.1.2 t11FcsInRegReqs: 1.3.6.1.2.1.162.1.3.1.1.3 t11FcsOutRegReqs: 1.3.6.1.2.1.162.1.3.1.1.4 t11FcsInDeregReqs: 1.3.6.1.2.1.162.1.3.1.1.5 t11FcsOutDeregReqs: 1.3.6.1.2.1.162.1.3.1.1.6 t11FcsRejects: 1.3.6.1.2.1.162.1.3.1.1.7 t11FcsNotificationInfo: 1.3.6.1.2.1.162.1.4 t11FcsNotifyControlTable: 1.3.6.1.2.1.162.1.4.1 t11FcsNotifyControlEntry: 1.3.6.1.2.1.162.1.4.1.1 t11FcsReqRejectNotifyEnable: 1.3.6.1.2.1.162.1.4.1.1.1 t11FcsDiscoveryCompNotifyEnable: 1.3.6.1.2.1.162.1.4.1.1.2 t11FcsMgmtAddrChangeNotifyEnable: 1.3.6.1.2.1.162.1.4.1.1.3 t11FcsRejectCtCommandString: 1.3.6.1.2.1.162.1.4.1.1.4 t11FcsRejectRequestSource: 1.3.6.1.2.1.162.1.4.1.1.5 t11FcsRejectReasonCode: 1.3.6.1.2.1.162.1.4.1.1.6 t11FcsRejectReasonCodeExp: 1.3.6.1.2.1.162.1.4.1.1.7 t11FcsRejectReasonVendorCode: 1.3.6.1.2.1.162.1.4.1.1.8 t11FcsMgmtAddrChangeFabricIndex: 1.3.6.1.2.1.162.1.4.2 t11FcsMgmtAddrChangeIeName: 1.3.6.1.2.1.162.1.4.3 t11FcsMIBConformance: 1.3.6.1.2.1.162.2 t11FcsMIBCompliances: 1.3.6.1.2.1.162.2.1 t11FcsMIBGroups: 1.3.6.1.2.1.162.2.2 t11FcsRqRejectNotification: 1.3.6.1.2.1.162.0.1 t11FcsDiscoveryCompleteNotify: 1.3.6.1.2.1.162.0.2 t11FcsMgmtAddrChangeNotify: 1.3.6.1.2.1.162.0.3 snmp-1.2.0/data/ruby/snmp/mibs/DISMAN-EXPRESSION-MIB.yaml0000644000004100000410000000462212365504747022302 0ustar www-datawww-data--- sysUpTimeInstance: 1.3.6.1.2.1.1.3.0 dismanExpressionMIB: 1.3.6.1.2.1.90 dismanExpressionMIBObjects: 1.3.6.1.2.1.90.1 expResource: 1.3.6.1.2.1.90.1.1 expResourceDeltaMinimum: 1.3.6.1.2.1.90.1.1.1 expResourceDeltaWildcardInstanceMaximum: 1.3.6.1.2.1.90.1.1.2 expResourceDeltaWildcardInstances: 1.3.6.1.2.1.90.1.1.3 expResourceDeltaWildcardInstancesHigh: 1.3.6.1.2.1.90.1.1.4 expResourceDeltaWildcardInstanceResourceLacks: 1.3.6.1.2.1.90.1.1.5 expDefine: 1.3.6.1.2.1.90.1.2 expExpressionTable: 1.3.6.1.2.1.90.1.2.1 expExpressionEntry: 1.3.6.1.2.1.90.1.2.1.1 expExpressionOwner: 1.3.6.1.2.1.90.1.2.1.1.1 expExpressionName: 1.3.6.1.2.1.90.1.2.1.1.2 expExpression: 1.3.6.1.2.1.90.1.2.1.1.3 expExpressionValueType: 1.3.6.1.2.1.90.1.2.1.1.4 expExpressionComment: 1.3.6.1.2.1.90.1.2.1.1.5 expExpressionDeltaInterval: 1.3.6.1.2.1.90.1.2.1.1.6 expExpressionPrefix: 1.3.6.1.2.1.90.1.2.1.1.7 expExpressionErrors: 1.3.6.1.2.1.90.1.2.1.1.8 expExpressionEntryStatus: 1.3.6.1.2.1.90.1.2.1.1.9 expErrorTable: 1.3.6.1.2.1.90.1.2.2 expErrorEntry: 1.3.6.1.2.1.90.1.2.2.1 expErrorTime: 1.3.6.1.2.1.90.1.2.2.1.1 expErrorIndex: 1.3.6.1.2.1.90.1.2.2.1.2 expErrorCode: 1.3.6.1.2.1.90.1.2.2.1.3 expErrorInstance: 1.3.6.1.2.1.90.1.2.2.1.4 expObjectTable: 1.3.6.1.2.1.90.1.2.3 expObjectEntry: 1.3.6.1.2.1.90.1.2.3.1 expObjectIndex: 1.3.6.1.2.1.90.1.2.3.1.1 expObjectID: 1.3.6.1.2.1.90.1.2.3.1.2 expObjectIDWildcard: 1.3.6.1.2.1.90.1.2.3.1.3 expObjectSampleType: 1.3.6.1.2.1.90.1.2.3.1.4 expObjectDeltaDiscontinuityID: 1.3.6.1.2.1.90.1.2.3.1.5 expObjectDiscontinuityIDWildcard: 1.3.6.1.2.1.90.1.2.3.1.6 expObjectDiscontinuityIDType: 1.3.6.1.2.1.90.1.2.3.1.7 expObjectConditional: 1.3.6.1.2.1.90.1.2.3.1.8 expObjectConditionalWildcard: 1.3.6.1.2.1.90.1.2.3.1.9 expObjectEntryStatus: 1.3.6.1.2.1.90.1.2.3.1.10 expValue: 1.3.6.1.2.1.90.1.3 expValueTable: 1.3.6.1.2.1.90.1.3.1 expValueEntry: 1.3.6.1.2.1.90.1.3.1.1 expValueInstance: 1.3.6.1.2.1.90.1.3.1.1.1 expValueCounter32Val: 1.3.6.1.2.1.90.1.3.1.1.2 expValueUnsigned32Val: 1.3.6.1.2.1.90.1.3.1.1.3 expValueTimeTicksVal: 1.3.6.1.2.1.90.1.3.1.1.4 expValueInteger32Val: 1.3.6.1.2.1.90.1.3.1.1.5 expValueIpAddressVal: 1.3.6.1.2.1.90.1.3.1.1.6 expValueOctetStringVal: 1.3.6.1.2.1.90.1.3.1.1.7 expValueOidVal: 1.3.6.1.2.1.90.1.3.1.1.8 expValueCounter64Val: 1.3.6.1.2.1.90.1.3.1.1.9 dismanExpressionMIBConformance: 1.3.6.1.2.1.90.3 dismanExpressionMIBCompliances: 1.3.6.1.2.1.90.3.1 dismanExpressionMIBGroups: 1.3.6.1.2.1.90.3.2 snmp-1.2.0/data/ruby/snmp/mibs/SNMP-COMMUNITY-MIB.yaml0000644000004100000410000000163612365504747021773 0ustar www-datawww-data--- snmpCommunityMIB: 1.3.6.1.6.3.18 snmpCommunityMIBObjects: 1.3.6.1.6.3.18.1 snmpCommunityTable: 1.3.6.1.6.3.18.1.1 snmpCommunityEntry: 1.3.6.1.6.3.18.1.1.1 snmpCommunityIndex: 1.3.6.1.6.3.18.1.1.1.1 snmpCommunityName: 1.3.6.1.6.3.18.1.1.1.2 snmpCommunitySecurityName: 1.3.6.1.6.3.18.1.1.1.3 snmpCommunityContextEngineID: 1.3.6.1.6.3.18.1.1.1.4 snmpCommunityContextName: 1.3.6.1.6.3.18.1.1.1.5 snmpCommunityTransportTag: 1.3.6.1.6.3.18.1.1.1.6 snmpCommunityStorageType: 1.3.6.1.6.3.18.1.1.1.7 snmpCommunityStatus: 1.3.6.1.6.3.18.1.1.1.8 snmpTargetAddrExtTable: 1.3.6.1.6.3.18.1.2 snmpTargetAddrExtEntry: 1.3.6.1.6.3.18.1.2.1 snmpTargetAddrTMask: 1.3.6.1.6.3.18.1.2.1.1 snmpTargetAddrMMS: 1.3.6.1.6.3.18.1.2.1.2 snmpTrapAddress: 1.3.6.1.6.3.18.1.3 snmpTrapCommunity: 1.3.6.1.6.3.18.1.4 snmpCommunityMIBConformance: 1.3.6.1.6.3.18.2 snmpCommunityMIBCompliances: 1.3.6.1.6.3.18.2.1 snmpCommunityMIBGroups: 1.3.6.1.6.3.18.2.2 snmp-1.2.0/data/ruby/snmp/mibs/ISDN-MIB.yaml0000644000004100000410000000645712365504747020377 0ustar www-datawww-data--- isdnMib: 1.3.6.1.2.1.10.20 isdnMibObjects: 1.3.6.1.2.1.10.20.1 isdnBasicRateGroup: 1.3.6.1.2.1.10.20.1.1 isdnBasicRateTable: 1.3.6.1.2.1.10.20.1.1.1 isdnBasicRateEntry: 1.3.6.1.2.1.10.20.1.1.1.1 isdnBasicRateIfType: 1.3.6.1.2.1.10.20.1.1.1.1.1 isdnBasicRateLineTopology: 1.3.6.1.2.1.10.20.1.1.1.1.2 isdnBasicRateIfMode: 1.3.6.1.2.1.10.20.1.1.1.1.3 isdnBasicRateSignalMode: 1.3.6.1.2.1.10.20.1.1.1.1.4 isdnBearerGroup: 1.3.6.1.2.1.10.20.1.2 isdnBearerTable: 1.3.6.1.2.1.10.20.1.2.1 isdnBearerEntry: 1.3.6.1.2.1.10.20.1.2.1.1 isdnBearerChannelType: 1.3.6.1.2.1.10.20.1.2.1.1.1 isdnBearerOperStatus: 1.3.6.1.2.1.10.20.1.2.1.1.2 isdnBearerChannelNumber: 1.3.6.1.2.1.10.20.1.2.1.1.3 isdnBearerPeerAddress: 1.3.6.1.2.1.10.20.1.2.1.1.4 isdnBearerPeerSubAddress: 1.3.6.1.2.1.10.20.1.2.1.1.5 isdnBearerCallOrigin: 1.3.6.1.2.1.10.20.1.2.1.1.6 isdnBearerInfoType: 1.3.6.1.2.1.10.20.1.2.1.1.7 isdnBearerMultirate: 1.3.6.1.2.1.10.20.1.2.1.1.8 isdnBearerCallSetupTime: 1.3.6.1.2.1.10.20.1.2.1.1.9 isdnBearerCallConnectTime: 1.3.6.1.2.1.10.20.1.2.1.1.10 isdnBearerChargedUnits: 1.3.6.1.2.1.10.20.1.2.1.1.11 isdnSignalingGroup: 1.3.6.1.2.1.10.20.1.3 isdnSignalingGetIndex: 1.3.6.1.2.1.10.20.1.3.1 isdnSignalingTable: 1.3.6.1.2.1.10.20.1.3.2 isdnSignalingEntry: 1.3.6.1.2.1.10.20.1.3.2.1 isdnSignalingIndex: 1.3.6.1.2.1.10.20.1.3.2.1.1 isdnSignalingIfIndex: 1.3.6.1.2.1.10.20.1.3.2.1.2 isdnSignalingProtocol: 1.3.6.1.2.1.10.20.1.3.2.1.3 isdnSignalingCallingAddress: 1.3.6.1.2.1.10.20.1.3.2.1.4 isdnSignalingSubAddress: 1.3.6.1.2.1.10.20.1.3.2.1.5 isdnSignalingBchannelCount: 1.3.6.1.2.1.10.20.1.3.2.1.6 isdnSignalingInfoTrapEnable: 1.3.6.1.2.1.10.20.1.3.2.1.7 isdnSignalingStatus: 1.3.6.1.2.1.10.20.1.3.2.1.8 isdnSignalingStatsTable: 1.3.6.1.2.1.10.20.1.3.3 isdnSignalingStatsEntry: 1.3.6.1.2.1.10.20.1.3.3.1 isdnSigStatsInCalls: 1.3.6.1.2.1.10.20.1.3.3.1.1 isdnSigStatsInConnected: 1.3.6.1.2.1.10.20.1.3.3.1.2 isdnSigStatsOutCalls: 1.3.6.1.2.1.10.20.1.3.3.1.3 isdnSigStatsOutConnected: 1.3.6.1.2.1.10.20.1.3.3.1.4 isdnSigStatsChargedUnits: 1.3.6.1.2.1.10.20.1.3.3.1.5 isdnLapdTable: 1.3.6.1.2.1.10.20.1.3.4 isdnLapdEntry: 1.3.6.1.2.1.10.20.1.3.4.1 isdnLapdPrimaryChannel: 1.3.6.1.2.1.10.20.1.3.4.1.1 isdnLapdOperStatus: 1.3.6.1.2.1.10.20.1.3.4.1.2 isdnLapdPeerSabme: 1.3.6.1.2.1.10.20.1.3.4.1.3 isdnLapdRecvdFrmr: 1.3.6.1.2.1.10.20.1.3.4.1.4 isdnEndpointGroup: 1.3.6.1.2.1.10.20.1.4 isdnEndpointGetIndex: 1.3.6.1.2.1.10.20.1.4.1 isdnEndpointTable: 1.3.6.1.2.1.10.20.1.4.2 isdnEndpointEntry: 1.3.6.1.2.1.10.20.1.4.2.1 isdnEndpointIndex: 1.3.6.1.2.1.10.20.1.4.2.1.1 isdnEndpointIfIndex: 1.3.6.1.2.1.10.20.1.4.2.1.2 isdnEndpointIfType: 1.3.6.1.2.1.10.20.1.4.2.1.3 isdnEndpointTeiType: 1.3.6.1.2.1.10.20.1.4.2.1.4 isdnEndpointTeiValue: 1.3.6.1.2.1.10.20.1.4.2.1.5 isdnEndpointSpid: 1.3.6.1.2.1.10.20.1.4.2.1.6 isdnEndpointStatus: 1.3.6.1.2.1.10.20.1.4.2.1.7 isdnDirectoryGroup: 1.3.6.1.2.1.10.20.1.5 isdnDirectoryTable: 1.3.6.1.2.1.10.20.1.5.1 isdnDirectoryEntry: 1.3.6.1.2.1.10.20.1.5.1.1 isdnDirectoryIndex: 1.3.6.1.2.1.10.20.1.5.1.1.1 isdnDirectoryNumber: 1.3.6.1.2.1.10.20.1.5.1.1.2 isdnDirectorySigIndex: 1.3.6.1.2.1.10.20.1.5.1.1.3 isdnDirectoryStatus: 1.3.6.1.2.1.10.20.1.5.1.1.4 isdnMibTrapPrefix: 1.3.6.1.2.1.10.20.2 isdnMibTraps: 1.3.6.1.2.1.10.20.2.0 isdnMibCompliances: 1.3.6.1.2.1.10.20.2.1 isdnMibGroups: 1.3.6.1.2.1.10.20.2.2 isdnMibCallInformation: 1.3.6.1.2.1.10.20.2.0.1 snmp-1.2.0/data/ruby/snmp/mibs/PTOPO-MIB.yaml0000644000004100000410000000317212365504747020532 0ustar www-datawww-data--- ptopoMIB: 1.3.6.1.2.1.79 ptopoMIBObjects: 1.3.6.1.2.1.79.1 ptopoData: 1.3.6.1.2.1.79.1.1 ptopoConnTable: 1.3.6.1.2.1.79.1.1.1 ptopoConnEntry: 1.3.6.1.2.1.79.1.1.1.1 ptopoConnTimeMark: 1.3.6.1.2.1.79.1.1.1.1.1 ptopoConnLocalChassis: 1.3.6.1.2.1.79.1.1.1.1.2 ptopoConnLocalPort: 1.3.6.1.2.1.79.1.1.1.1.3 ptopoConnIndex: 1.3.6.1.2.1.79.1.1.1.1.4 ptopoConnRemoteChassisType: 1.3.6.1.2.1.79.1.1.1.1.5 ptopoConnRemoteChassis: 1.3.6.1.2.1.79.1.1.1.1.6 ptopoConnRemotePortType: 1.3.6.1.2.1.79.1.1.1.1.7 ptopoConnRemotePort: 1.3.6.1.2.1.79.1.1.1.1.8 ptopoConnDiscAlgorithm: 1.3.6.1.2.1.79.1.1.1.1.9 ptopoConnAgentNetAddrType: 1.3.6.1.2.1.79.1.1.1.1.10 ptopoConnAgentNetAddr: 1.3.6.1.2.1.79.1.1.1.1.11 ptopoConnMultiMacSASeen: 1.3.6.1.2.1.79.1.1.1.1.12 ptopoConnMultiNetSASeen: 1.3.6.1.2.1.79.1.1.1.1.13 ptopoConnIsStatic: 1.3.6.1.2.1.79.1.1.1.1.14 ptopoConnLastVerifyTime: 1.3.6.1.2.1.79.1.1.1.1.15 ptopoConnRowStatus: 1.3.6.1.2.1.79.1.1.1.1.16 ptopoGeneral: 1.3.6.1.2.1.79.1.2 ptopoLastChangeTime: 1.3.6.1.2.1.79.1.2.1 ptopoConnTabInserts: 1.3.6.1.2.1.79.1.2.2 ptopoConnTabDeletes: 1.3.6.1.2.1.79.1.2.3 ptopoConnTabDrops: 1.3.6.1.2.1.79.1.2.4 ptopoConnTabAgeouts: 1.3.6.1.2.1.79.1.2.5 ptopoConfig: 1.3.6.1.2.1.79.1.3 ptopoConfigTrapInterval: 1.3.6.1.2.1.79.1.3.1 ptopoConfigMaxHoldTime: 1.3.6.1.2.1.79.1.3.2 ptopoMIBNotifications: 1.3.6.1.2.1.79.2 ptopoMIBTrapPrefix: 1.3.6.1.2.1.79.2.0 ptopoRegistrationPoints: 1.3.6.1.2.1.79.3 ptopoDiscoveryMechanisms: 1.3.6.1.2.1.79.3.1 ptopoDiscoveryLocal: 1.3.6.1.2.1.79.3.1.1 ptopoConformance: 1.3.6.1.2.1.79.4 ptopoCompliances: 1.3.6.1.2.1.79.4.1 ptopoGroups: 1.3.6.1.2.1.79.4.2 ptopoConfigChange: 1.3.6.1.2.1.79.2.0.1 snmp-1.2.0/data/ruby/snmp/mibs/IPV6-TCP-MIB.yaml0000644000004100000410000000074012365504747020777 0ustar www-datawww-data--- tcp: 1.3.6.1.2.1.6 ipv6TcpConnTable: 1.3.6.1.2.1.6.16 ipv6TcpConnEntry: 1.3.6.1.2.1.6.16.1 ipv6TcpConnLocalAddress: 1.3.6.1.2.1.6.16.1.1 ipv6TcpConnLocalPort: 1.3.6.1.2.1.6.16.1.2 ipv6TcpConnRemAddress: 1.3.6.1.2.1.6.16.1.3 ipv6TcpConnRemPort: 1.3.6.1.2.1.6.16.1.4 ipv6TcpConnIfIndex: 1.3.6.1.2.1.6.16.1.5 ipv6TcpConnState: 1.3.6.1.2.1.6.16.1.6 ipv6TcpMIB: 1.3.6.1.3.86 ipv6TcpConformance: 1.3.6.1.3.86.2 ipv6TcpCompliances: 1.3.6.1.3.86.2.1 ipv6TcpGroups: 1.3.6.1.3.86.2.2 snmp-1.2.0/data/ruby/snmp/mibs/POWER-ETHERNET-MIB.yaml0000644000004100000410000000342112365504747021736 0ustar www-datawww-data--- powerEthernetMIB: 1.3.6.1.2.1.105 pethNotifications: 1.3.6.1.2.1.105.0 pethObjects: 1.3.6.1.2.1.105.1 pethPsePortTable: 1.3.6.1.2.1.105.1.1 pethPsePortEntry: 1.3.6.1.2.1.105.1.1.1 pethPsePortGroupIndex: 1.3.6.1.2.1.105.1.1.1.1 pethPsePortIndex: 1.3.6.1.2.1.105.1.1.1.2 pethPsePortAdminEnable: 1.3.6.1.2.1.105.1.1.1.3 pethPsePortPowerPairsControlAbility: 1.3.6.1.2.1.105.1.1.1.4 pethPsePortPowerPairs: 1.3.6.1.2.1.105.1.1.1.5 pethPsePortDetectionStatus: 1.3.6.1.2.1.105.1.1.1.6 pethPsePortPowerPriority: 1.3.6.1.2.1.105.1.1.1.7 pethPsePortMPSAbsentCounter: 1.3.6.1.2.1.105.1.1.1.8 pethPsePortType: 1.3.6.1.2.1.105.1.1.1.9 pethPsePortPowerClassifications: 1.3.6.1.2.1.105.1.1.1.10 pethPsePortInvalidSignatureCounter: 1.3.6.1.2.1.105.1.1.1.11 pethPsePortPowerDeniedCounter: 1.3.6.1.2.1.105.1.1.1.12 pethPsePortOverLoadCounter: 1.3.6.1.2.1.105.1.1.1.13 pethPsePortShortCounter: 1.3.6.1.2.1.105.1.1.1.14 pethMainPseObjects: 1.3.6.1.2.1.105.1.3 pethMainPseTable: 1.3.6.1.2.1.105.1.3.1 pethMainPseEntry: 1.3.6.1.2.1.105.1.3.1.1 pethMainPseGroupIndex: 1.3.6.1.2.1.105.1.3.1.1.1 pethMainPsePower: 1.3.6.1.2.1.105.1.3.1.1.2 pethMainPseOperStatus: 1.3.6.1.2.1.105.1.3.1.1.3 pethMainPseConsumptionPower: 1.3.6.1.2.1.105.1.3.1.1.4 pethMainPseUsageThreshold: 1.3.6.1.2.1.105.1.3.1.1.5 pethNotificationControl: 1.3.6.1.2.1.105.1.4 pethNotificationControlTable: 1.3.6.1.2.1.105.1.4.1 pethNotificationControlEntry: 1.3.6.1.2.1.105.1.4.1.1 pethNotificationControlGroupIndex: 1.3.6.1.2.1.105.1.4.1.1.1 pethNotificationControlEnable: 1.3.6.1.2.1.105.1.4.1.1.2 pethConformance: 1.3.6.1.2.1.105.2 pethCompliances: 1.3.6.1.2.1.105.2.1 pethGroups: 1.3.6.1.2.1.105.2.2 pethPsePortOnOffNotification: 1.3.6.1.2.1.105.0.1 pethMainPowerUsageOnNotification: 1.3.6.1.2.1.105.0.2 pethMainPowerUsageOffNotification: 1.3.6.1.2.1.105.0.3 snmp-1.2.0/data/ruby/snmp/mibs/HPR-MIB.yaml0000644000004100000410000000671712365504747020272 0ustar www-datawww-data--- hprMIB: 1.3.6.1.2.1.34.6 hprObjects: 1.3.6.1.2.1.34.6.1 hprGlobal: 1.3.6.1.2.1.34.6.1.1 hprNodeCpName: 1.3.6.1.2.1.34.6.1.1.1 hprOperatorPathSwitchSupport: 1.3.6.1.2.1.34.6.1.1.2 hprAnrRouting: 1.3.6.1.2.1.34.6.1.2 hprAnrsAssigned: 1.3.6.1.2.1.34.6.1.2.1 hprAnrCounterState: 1.3.6.1.2.1.34.6.1.2.2 hprAnrCounterStateTime: 1.3.6.1.2.1.34.6.1.2.3 hprAnrRoutingTable: 1.3.6.1.2.1.34.6.1.2.4 hprAnrRoutingEntry: 1.3.6.1.2.1.34.6.1.2.4.1 hprAnrLabel: 1.3.6.1.2.1.34.6.1.2.4.1.1 hprAnrType: 1.3.6.1.2.1.34.6.1.2.4.1.2 hprAnrOutTgDest: 1.3.6.1.2.1.34.6.1.2.4.1.3 hprAnrOutTgNum: 1.3.6.1.2.1.34.6.1.2.4.1.4 hprAnrPacketsReceived: 1.3.6.1.2.1.34.6.1.2.4.1.5 hprAnrCounterDisconTime: 1.3.6.1.2.1.34.6.1.2.4.1.6 hprTransportUser: 1.3.6.1.2.1.34.6.1.3 hprNceTable: 1.3.6.1.2.1.34.6.1.3.1 hprNceEntry: 1.3.6.1.2.1.34.6.1.3.1.1 hprNceId: 1.3.6.1.2.1.34.6.1.3.1.1.1 hprNceType: 1.3.6.1.2.1.34.6.1.3.1.1.2 hprNceDefault: 1.3.6.1.2.1.34.6.1.3.1.1.3 hprNceInstanceId: 1.3.6.1.2.1.34.6.1.3.1.1.4 hprRtp: 1.3.6.1.2.1.34.6.1.4 hprRtpGlobe: 1.3.6.1.2.1.34.6.1.4.1 hprRtpGlobeConnSetups: 1.3.6.1.2.1.34.6.1.4.1.1 hprRtpGlobeCtrState: 1.3.6.1.2.1.34.6.1.4.1.2 hprRtpGlobeCtrStateTime: 1.3.6.1.2.1.34.6.1.4.1.3 hprRtpTable: 1.3.6.1.2.1.34.6.1.4.2 hprRtpEntry: 1.3.6.1.2.1.34.6.1.4.2.1 hprRtpLocNceId: 1.3.6.1.2.1.34.6.1.4.2.1.1 hprRtpLocTcid: 1.3.6.1.2.1.34.6.1.4.2.1.2 hprRtpRemCpName: 1.3.6.1.2.1.34.6.1.4.2.1.3 hprRtpRemNceId: 1.3.6.1.2.1.34.6.1.4.2.1.4 hprRtpRemTcid: 1.3.6.1.2.1.34.6.1.4.2.1.5 hprRtpPathSwitchTrigger: 1.3.6.1.2.1.34.6.1.4.2.1.6 hprRtpRscv: 1.3.6.1.2.1.34.6.1.4.2.1.7 hprRtpTopic: 1.3.6.1.2.1.34.6.1.4.2.1.8 hprRtpState: 1.3.6.1.2.1.34.6.1.4.2.1.9 hprRtpUpTime: 1.3.6.1.2.1.34.6.1.4.2.1.10 hprRtpLivenessTimer: 1.3.6.1.2.1.34.6.1.4.2.1.11 hprRtpShortReqTimer: 1.3.6.1.2.1.34.6.1.4.2.1.12 hprRtpPathSwTimer: 1.3.6.1.2.1.34.6.1.4.2.1.13 hprRtpLivenessTimeouts: 1.3.6.1.2.1.34.6.1.4.2.1.14 hprRtpShortReqTimeouts: 1.3.6.1.2.1.34.6.1.4.2.1.15 hprRtpMaxSendRate: 1.3.6.1.2.1.34.6.1.4.2.1.16 hprRtpMinSendRate: 1.3.6.1.2.1.34.6.1.4.2.1.17 hprRtpCurSendRate: 1.3.6.1.2.1.34.6.1.4.2.1.18 hprRtpSmRdTripDelay: 1.3.6.1.2.1.34.6.1.4.2.1.19 hprRtpSendPackets: 1.3.6.1.2.1.34.6.1.4.2.1.20 hprRtpRecvPackets: 1.3.6.1.2.1.34.6.1.4.2.1.21 hprRtpSendBytes: 1.3.6.1.2.1.34.6.1.4.2.1.22 hprRtpRecvBytes: 1.3.6.1.2.1.34.6.1.4.2.1.23 hprRtpRetrPackets: 1.3.6.1.2.1.34.6.1.4.2.1.24 hprRtpPacketsDiscarded: 1.3.6.1.2.1.34.6.1.4.2.1.25 hprRtpDetectGaps: 1.3.6.1.2.1.34.6.1.4.2.1.26 hprRtpRateReqSends: 1.3.6.1.2.1.34.6.1.4.2.1.27 hprRtpOkErrPathSws: 1.3.6.1.2.1.34.6.1.4.2.1.28 hprRtpBadErrPathSws: 1.3.6.1.2.1.34.6.1.4.2.1.29 hprRtpOkOpPathSws: 1.3.6.1.2.1.34.6.1.4.2.1.30 hprRtpBadOpPathSws: 1.3.6.1.2.1.34.6.1.4.2.1.31 hprRtpCounterDisconTime: 1.3.6.1.2.1.34.6.1.4.2.1.32 hprRtpStatusTable: 1.3.6.1.2.1.34.6.1.4.3 hprRtpStatusEntry: 1.3.6.1.2.1.34.6.1.4.3.1 hprRtpStatusLocNceId: 1.3.6.1.2.1.34.6.1.4.3.1.1 hprRtpStatusLocTcid: 1.3.6.1.2.1.34.6.1.4.3.1.2 hprRtpStatusIndex: 1.3.6.1.2.1.34.6.1.4.3.1.3 hprRtpStatusStartTime: 1.3.6.1.2.1.34.6.1.4.3.1.4 hprRtpStatusEndTime: 1.3.6.1.2.1.34.6.1.4.3.1.5 hprRtpStatusRemCpName: 1.3.6.1.2.1.34.6.1.4.3.1.6 hprRtpStatusRemNceId: 1.3.6.1.2.1.34.6.1.4.3.1.7 hprRtpStatusRemTcid: 1.3.6.1.2.1.34.6.1.4.3.1.8 hprRtpStatusNewRscv: 1.3.6.1.2.1.34.6.1.4.3.1.9 hprRtpStatusOldRscv: 1.3.6.1.2.1.34.6.1.4.3.1.10 hprRtpStatusCause: 1.3.6.1.2.1.34.6.1.4.3.1.11 hprRtpStatusLastAttemptResult: 1.3.6.1.2.1.34.6.1.4.3.1.12 hprConformance: 1.3.6.1.2.1.34.6.2 hprCompliances: 1.3.6.1.2.1.34.6.2.1 hprGroups: 1.3.6.1.2.1.34.6.2.2 snmp-1.2.0/data/ruby/snmp/mibs/DOT3-OAM-MIB.yaml0000644000004100000410000000742012365504747020754 0ustar www-datawww-data--- dot3OamMIB: 1.3.6.1.2.1.158 dot3OamNotifications: 1.3.6.1.2.1.158.0 dot3OamObjects: 1.3.6.1.2.1.158.1 dot3OamTable: 1.3.6.1.2.1.158.1.1 dot3OamEntry: 1.3.6.1.2.1.158.1.1.1 dot3OamAdminState: 1.3.6.1.2.1.158.1.1.1.1 dot3OamOperStatus: 1.3.6.1.2.1.158.1.1.1.2 dot3OamMode: 1.3.6.1.2.1.158.1.1.1.3 dot3OamMaxOamPduSize: 1.3.6.1.2.1.158.1.1.1.4 dot3OamConfigRevision: 1.3.6.1.2.1.158.1.1.1.5 dot3OamFunctionsSupported: 1.3.6.1.2.1.158.1.1.1.6 dot3OamPeerTable: 1.3.6.1.2.1.158.1.2 dot3OamPeerEntry: 1.3.6.1.2.1.158.1.2.1 dot3OamPeerMacAddress: 1.3.6.1.2.1.158.1.2.1.1 dot3OamPeerVendorOui: 1.3.6.1.2.1.158.1.2.1.2 dot3OamPeerVendorInfo: 1.3.6.1.2.1.158.1.2.1.3 dot3OamPeerMode: 1.3.6.1.2.1.158.1.2.1.4 dot3OamPeerMaxOamPduSize: 1.3.6.1.2.1.158.1.2.1.5 dot3OamPeerConfigRevision: 1.3.6.1.2.1.158.1.2.1.6 dot3OamPeerFunctionsSupported: 1.3.6.1.2.1.158.1.2.1.7 dot3OamLoopbackTable: 1.3.6.1.2.1.158.1.3 dot3OamLoopbackEntry: 1.3.6.1.2.1.158.1.3.1 dot3OamLoopbackStatus: 1.3.6.1.2.1.158.1.3.1.1 dot3OamLoopbackIgnoreRx: 1.3.6.1.2.1.158.1.3.1.2 dot3OamStatsTable: 1.3.6.1.2.1.158.1.4 dot3OamStatsEntry: 1.3.6.1.2.1.158.1.4.1 dot3OamInformationTx: 1.3.6.1.2.1.158.1.4.1.1 dot3OamInformationRx: 1.3.6.1.2.1.158.1.4.1.2 dot3OamUniqueEventNotificationTx: 1.3.6.1.2.1.158.1.4.1.3 dot3OamUniqueEventNotificationRx: 1.3.6.1.2.1.158.1.4.1.4 dot3OamDuplicateEventNotificationTx: 1.3.6.1.2.1.158.1.4.1.5 dot3OamDuplicateEventNotificationRx: 1.3.6.1.2.1.158.1.4.1.6 dot3OamLoopbackControlTx: 1.3.6.1.2.1.158.1.4.1.7 dot3OamLoopbackControlRx: 1.3.6.1.2.1.158.1.4.1.8 dot3OamVariableRequestTx: 1.3.6.1.2.1.158.1.4.1.9 dot3OamVariableRequestRx: 1.3.6.1.2.1.158.1.4.1.10 dot3OamVariableResponseTx: 1.3.6.1.2.1.158.1.4.1.11 dot3OamVariableResponseRx: 1.3.6.1.2.1.158.1.4.1.12 dot3OamOrgSpecificTx: 1.3.6.1.2.1.158.1.4.1.13 dot3OamOrgSpecificRx: 1.3.6.1.2.1.158.1.4.1.14 dot3OamUnsupportedCodesTx: 1.3.6.1.2.1.158.1.4.1.15 dot3OamUnsupportedCodesRx: 1.3.6.1.2.1.158.1.4.1.16 dot3OamFramesLostDueToOam: 1.3.6.1.2.1.158.1.4.1.17 dot3OamEventConfigTable: 1.3.6.1.2.1.158.1.5 dot3OamEventConfigEntry: 1.3.6.1.2.1.158.1.5.1 dot3OamErrSymPeriodWindowHi: 1.3.6.1.2.1.158.1.5.1.1 dot3OamErrSymPeriodWindowLo: 1.3.6.1.2.1.158.1.5.1.2 dot3OamErrSymPeriodThresholdHi: 1.3.6.1.2.1.158.1.5.1.3 dot3OamErrSymPeriodThresholdLo: 1.3.6.1.2.1.158.1.5.1.4 dot3OamErrSymPeriodEvNotifEnable: 1.3.6.1.2.1.158.1.5.1.5 dot3OamErrFramePeriodWindow: 1.3.6.1.2.1.158.1.5.1.6 dot3OamErrFramePeriodThreshold: 1.3.6.1.2.1.158.1.5.1.7 dot3OamErrFramePeriodEvNotifEnable: 1.3.6.1.2.1.158.1.5.1.8 dot3OamErrFrameWindow: 1.3.6.1.2.1.158.1.5.1.9 dot3OamErrFrameThreshold: 1.3.6.1.2.1.158.1.5.1.10 dot3OamErrFrameEvNotifEnable: 1.3.6.1.2.1.158.1.5.1.11 dot3OamErrFrameSecsSummaryWindow: 1.3.6.1.2.1.158.1.5.1.12 dot3OamErrFrameSecsSummaryThreshold: 1.3.6.1.2.1.158.1.5.1.13 dot3OamErrFrameSecsEvNotifEnable: 1.3.6.1.2.1.158.1.5.1.14 dot3OamDyingGaspEnable: 1.3.6.1.2.1.158.1.5.1.15 dot3OamCriticalEventEnable: 1.3.6.1.2.1.158.1.5.1.16 dot3OamEventLogTable: 1.3.6.1.2.1.158.1.6 dot3OamEventLogEntry: 1.3.6.1.2.1.158.1.6.1 dot3OamEventLogIndex: 1.3.6.1.2.1.158.1.6.1.1 dot3OamEventLogTimestamp: 1.3.6.1.2.1.158.1.6.1.2 dot3OamEventLogOui: 1.3.6.1.2.1.158.1.6.1.3 dot3OamEventLogType: 1.3.6.1.2.1.158.1.6.1.4 dot3OamEventLogLocation: 1.3.6.1.2.1.158.1.6.1.5 dot3OamEventLogWindowHi: 1.3.6.1.2.1.158.1.6.1.6 dot3OamEventLogWindowLo: 1.3.6.1.2.1.158.1.6.1.7 dot3OamEventLogThresholdHi: 1.3.6.1.2.1.158.1.6.1.8 dot3OamEventLogThresholdLo: 1.3.6.1.2.1.158.1.6.1.9 dot3OamEventLogValue: 1.3.6.1.2.1.158.1.6.1.10 dot3OamEventLogRunningTotal: 1.3.6.1.2.1.158.1.6.1.11 dot3OamEventLogEventTotal: 1.3.6.1.2.1.158.1.6.1.12 dot3OamConformance: 1.3.6.1.2.1.158.2 dot3OamGroups: 1.3.6.1.2.1.158.2.1 dot3OamCompliances: 1.3.6.1.2.1.158.2.2 dot3OamThresholdEvent: 1.3.6.1.2.1.158.0.1 dot3OamNonThresholdEvent: 1.3.6.1.2.1.158.0.2 snmp-1.2.0/data/ruby/snmp/mibs/MIOX25-MIB.yaml0000644000004100000410000000325212365504747020553 0ustar www-datawww-data--- miox: 1.3.6.1.2.1.10.38 mioxPle: 1.3.6.1.2.1.10.38.1 mioxPleTable: 1.3.6.1.2.1.10.38.1.1 mioxPleEntry: 1.3.6.1.2.1.10.38.1.1.1 mioxPleMaxCircuits: 1.3.6.1.2.1.10.38.1.1.1.1 mioxPleRefusedConnections: 1.3.6.1.2.1.10.38.1.1.1.2 mioxPleEnAddrToX121LkupFlrs: 1.3.6.1.2.1.10.38.1.1.1.3 mioxPleLastFailedEnAddr: 1.3.6.1.2.1.10.38.1.1.1.4 mioxPleEnAddrToX121LkupFlrTime: 1.3.6.1.2.1.10.38.1.1.1.5 mioxPleX121ToEnAddrLkupFlrs: 1.3.6.1.2.1.10.38.1.1.1.6 mioxPleLastFailedX121Address: 1.3.6.1.2.1.10.38.1.1.1.7 mioxPleX121ToEnAddrLkupFlrTime: 1.3.6.1.2.1.10.38.1.1.1.8 mioxPleQbitFailures: 1.3.6.1.2.1.10.38.1.1.1.9 mioxPleQbitFailureRemoteAddress: 1.3.6.1.2.1.10.38.1.1.1.10 mioxPleQbitFailureTime: 1.3.6.1.2.1.10.38.1.1.1.11 mioxPleMinimumOpenTimer: 1.3.6.1.2.1.10.38.1.1.1.12 mioxPleInactivityTimer: 1.3.6.1.2.1.10.38.1.1.1.13 mioxPleHoldDownTimer: 1.3.6.1.2.1.10.38.1.1.1.14 mioxPleCollisionRetryTimer: 1.3.6.1.2.1.10.38.1.1.1.15 mioxPleDefaultPeerId: 1.3.6.1.2.1.10.38.1.1.1.16 mioxPeer: 1.3.6.1.2.1.10.38.2 mioxPeerTable: 1.3.6.1.2.1.10.38.2.1 mioxPeerEntry: 1.3.6.1.2.1.10.38.2.1.1 mioxPeerIndex: 1.3.6.1.2.1.10.38.2.1.1.1 mioxPeerStatus: 1.3.6.1.2.1.10.38.2.1.1.2 mioxPeerMaxCircuits: 1.3.6.1.2.1.10.38.2.1.1.3 mioxPeerIfIndex: 1.3.6.1.2.1.10.38.2.1.1.4 mioxPeerConnectSeconds: 1.3.6.1.2.1.10.38.2.1.1.5 mioxPeerX25CallParamId: 1.3.6.1.2.1.10.38.2.1.1.6 mioxPeerEnAddr: 1.3.6.1.2.1.10.38.2.1.1.7 mioxPeerX121Address: 1.3.6.1.2.1.10.38.2.1.1.8 mioxPeerX25CircuitId: 1.3.6.1.2.1.10.38.2.1.1.9 mioxPeerDescr: 1.3.6.1.2.1.10.38.2.1.1.10 mioxPeerEncTable: 1.3.6.1.2.1.10.38.2.2 mioxPeerEncEntry: 1.3.6.1.2.1.10.38.2.2.1 mioxPeerEncIndex: 1.3.6.1.2.1.10.38.2.2.1.1 mioxPeerEncType: 1.3.6.1.2.1.10.38.2.2.1.2 snmp-1.2.0/data/ruby/snmp/mibs/SYSAPPL-MIB.yaml0000644000004100000410000000731612365504747020770 0ustar www-datawww-data--- sysApplMIB: 1.3.6.1.2.1.54 sysApplOBJ: 1.3.6.1.2.1.54.1 sysApplInstalled: 1.3.6.1.2.1.54.1.1 sysApplInstallPkgTable: 1.3.6.1.2.1.54.1.1.1 sysApplInstallPkgEntry: 1.3.6.1.2.1.54.1.1.1.1 sysApplInstallPkgIndex: 1.3.6.1.2.1.54.1.1.1.1.1 sysApplInstallPkgManufacturer: 1.3.6.1.2.1.54.1.1.1.1.2 sysApplInstallPkgProductName: 1.3.6.1.2.1.54.1.1.1.1.3 sysApplInstallPkgVersion: 1.3.6.1.2.1.54.1.1.1.1.4 sysApplInstallPkgSerialNumber: 1.3.6.1.2.1.54.1.1.1.1.5 sysApplInstallPkgDate: 1.3.6.1.2.1.54.1.1.1.1.6 sysApplInstallPkgLocation: 1.3.6.1.2.1.54.1.1.1.1.7 sysApplInstallElmtTable: 1.3.6.1.2.1.54.1.1.2 sysApplInstallElmtEntry: 1.3.6.1.2.1.54.1.1.2.1 sysApplInstallElmtIndex: 1.3.6.1.2.1.54.1.1.2.1.1 sysApplInstallElmtName: 1.3.6.1.2.1.54.1.1.2.1.2 sysApplInstallElmtType: 1.3.6.1.2.1.54.1.1.2.1.3 sysApplInstallElmtDate: 1.3.6.1.2.1.54.1.1.2.1.4 sysApplInstallElmtPath: 1.3.6.1.2.1.54.1.1.2.1.5 sysApplInstallElmtSizeHigh: 1.3.6.1.2.1.54.1.1.2.1.6 sysApplInstallElmtSizeLow: 1.3.6.1.2.1.54.1.1.2.1.7 sysApplInstallElmtRole: 1.3.6.1.2.1.54.1.1.2.1.8 sysApplInstallElmtModifyDate: 1.3.6.1.2.1.54.1.1.2.1.9 sysApplInstallElmtCurSizeHigh: 1.3.6.1.2.1.54.1.1.2.1.10 sysApplInstallElmtCurSizeLow: 1.3.6.1.2.1.54.1.1.2.1.11 sysApplRun: 1.3.6.1.2.1.54.1.2 sysApplRunTable: 1.3.6.1.2.1.54.1.2.1 sysApplRunEntry: 1.3.6.1.2.1.54.1.2.1.1 sysApplRunIndex: 1.3.6.1.2.1.54.1.2.1.1.1 sysApplRunStarted: 1.3.6.1.2.1.54.1.2.1.1.2 sysApplRunCurrentState: 1.3.6.1.2.1.54.1.2.1.1.3 sysApplPastRunTable: 1.3.6.1.2.1.54.1.2.2 sysApplPastRunEntry: 1.3.6.1.2.1.54.1.2.2.1 sysApplPastRunIndex: 1.3.6.1.2.1.54.1.2.2.1.1 sysApplPastRunStarted: 1.3.6.1.2.1.54.1.2.2.1.2 sysApplPastRunExitState: 1.3.6.1.2.1.54.1.2.2.1.3 sysApplPastRunTimeEnded: 1.3.6.1.2.1.54.1.2.2.1.4 sysApplElmtRunTable: 1.3.6.1.2.1.54.1.2.3 sysApplElmtRunEntry: 1.3.6.1.2.1.54.1.2.3.1 sysApplElmtRunInstallPkg: 1.3.6.1.2.1.54.1.2.3.1.1 sysApplElmtRunInvocID: 1.3.6.1.2.1.54.1.2.3.1.2 sysApplElmtRunIndex: 1.3.6.1.2.1.54.1.2.3.1.3 sysApplElmtRunInstallID: 1.3.6.1.2.1.54.1.2.3.1.4 sysApplElmtRunTimeStarted: 1.3.6.1.2.1.54.1.2.3.1.5 sysApplElmtRunState: 1.3.6.1.2.1.54.1.2.3.1.6 sysApplElmtRunName: 1.3.6.1.2.1.54.1.2.3.1.7 sysApplElmtRunParameters: 1.3.6.1.2.1.54.1.2.3.1.8 sysApplElmtRunCPU: 1.3.6.1.2.1.54.1.2.3.1.9 sysApplElmtRunMemory: 1.3.6.1.2.1.54.1.2.3.1.10 sysApplElmtRunNumFiles: 1.3.6.1.2.1.54.1.2.3.1.11 sysApplElmtRunUser: 1.3.6.1.2.1.54.1.2.3.1.12 sysApplElmtPastRunTable: 1.3.6.1.2.1.54.1.2.4 sysApplElmtPastRunEntry: 1.3.6.1.2.1.54.1.2.4.1 sysApplElmtPastRunInvocID: 1.3.6.1.2.1.54.1.2.4.1.1 sysApplElmtPastRunIndex: 1.3.6.1.2.1.54.1.2.4.1.2 sysApplElmtPastRunInstallID: 1.3.6.1.2.1.54.1.2.4.1.3 sysApplElmtPastRunTimeStarted: 1.3.6.1.2.1.54.1.2.4.1.4 sysApplElmtPastRunTimeEnded: 1.3.6.1.2.1.54.1.2.4.1.5 sysApplElmtPastRunName: 1.3.6.1.2.1.54.1.2.4.1.6 sysApplElmtPastRunParameters: 1.3.6.1.2.1.54.1.2.4.1.7 sysApplElmtPastRunCPU: 1.3.6.1.2.1.54.1.2.4.1.8 sysApplElmtPastRunMemory: 1.3.6.1.2.1.54.1.2.4.1.9 sysApplElmtPastRunNumFiles: 1.3.6.1.2.1.54.1.2.4.1.10 sysApplElmtPastRunUser: 1.3.6.1.2.1.54.1.2.4.1.11 sysApplPastRunMaxRows: 1.3.6.1.2.1.54.1.2.5 sysApplPastRunTableRemItems: 1.3.6.1.2.1.54.1.2.6 sysApplPastRunTblTimeLimit: 1.3.6.1.2.1.54.1.2.7 sysApplElemPastRunMaxRows: 1.3.6.1.2.1.54.1.2.8 sysApplElemPastRunTableRemItems: 1.3.6.1.2.1.54.1.2.9 sysApplElemPastRunTblTimeLimit: 1.3.6.1.2.1.54.1.2.10 sysApplAgentPollInterval: 1.3.6.1.2.1.54.1.2.11 sysApplMap: 1.3.6.1.2.1.54.1.3 sysApplMapTable: 1.3.6.1.2.1.54.1.3.1 sysApplMapEntry: 1.3.6.1.2.1.54.1.3.1.1 sysApplMapInstallElmtIndex: 1.3.6.1.2.1.54.1.3.1.1.1 sysApplMapInstallPkgIndex: 1.3.6.1.2.1.54.1.3.1.1.2 sysApplNotifications: 1.3.6.1.2.1.54.2 sysApplConformance: 1.3.6.1.2.1.54.3 sysApplMIBCompliances: 1.3.6.1.2.1.54.3.1 sysApplMIBGroups: 1.3.6.1.2.1.54.3.2 snmp-1.2.0/data/ruby/snmp/mibs/APPN-DLUR-MIB.yaml0000644000004100000410000000340412365504747021131 0ustar www-datawww-data--- dlurMIB: 1.3.6.1.2.1.34.5 dlurObjects: 1.3.6.1.2.1.34.5.1 dlurNodeInfo: 1.3.6.1.2.1.34.5.1.1 dlurNodeCapabilities: 1.3.6.1.2.1.34.5.1.1.1 dlurNodeCpName: 1.3.6.1.2.1.34.5.1.1.1.1 dlurReleaseLevel: 1.3.6.1.2.1.34.5.1.1.1.2 dlurAnsSupport: 1.3.6.1.2.1.34.5.1.1.1.3 dlurMultiSubnetSupport: 1.3.6.1.2.1.34.5.1.1.1.4 dlurDefaultDefPrimDlusName: 1.3.6.1.2.1.34.5.1.1.1.5 dlurNetworkNameForwardingSupport: 1.3.6.1.2.1.34.5.1.1.1.6 dlurNondisDlusDlurSessDeactSup: 1.3.6.1.2.1.34.5.1.1.1.7 dlurDefaultDefBackupDlusTable: 1.3.6.1.2.1.34.5.1.1.2 dlurDefaultDefBackupDlusEntry: 1.3.6.1.2.1.34.5.1.1.2.1 dlurDefaultDefBackupDlusIndex: 1.3.6.1.2.1.34.5.1.1.2.1.1 dlurDefaultDefBackupDlusName: 1.3.6.1.2.1.34.5.1.1.2.1.2 dlurPuInfo: 1.3.6.1.2.1.34.5.1.2 dlurPuTable: 1.3.6.1.2.1.34.5.1.2.1 dlurPuEntry: 1.3.6.1.2.1.34.5.1.2.1.1 dlurPuName: 1.3.6.1.2.1.34.5.1.2.1.1.1 dlurPuSscpSuppliedName: 1.3.6.1.2.1.34.5.1.2.1.1.2 dlurPuStatus: 1.3.6.1.2.1.34.5.1.2.1.1.3 dlurPuAnsSupport: 1.3.6.1.2.1.34.5.1.2.1.1.4 dlurPuLocation: 1.3.6.1.2.1.34.5.1.2.1.1.5 dlurPuLsName: 1.3.6.1.2.1.34.5.1.2.1.1.6 dlurPuDlusSessnStatus: 1.3.6.1.2.1.34.5.1.2.1.1.7 dlurPuActiveDlusName: 1.3.6.1.2.1.34.5.1.2.1.1.8 dlurPuDefPrimDlusName: 1.3.6.1.2.1.34.5.1.2.1.1.9 dlurPuDefBackupDlusTable: 1.3.6.1.2.1.34.5.1.2.2 dlurPuDefBackupDlusEntry: 1.3.6.1.2.1.34.5.1.2.2.1 dlurPuDefBackupDlusPuName: 1.3.6.1.2.1.34.5.1.2.2.1.1 dlurPuDefBackupDlusIndex: 1.3.6.1.2.1.34.5.1.2.2.1.2 dlurPuDefBackupDlusName: 1.3.6.1.2.1.34.5.1.2.2.1.3 dlurDlusInfo: 1.3.6.1.2.1.34.5.1.3 dlurDlusTable: 1.3.6.1.2.1.34.5.1.3.1 dlurDlusEntry: 1.3.6.1.2.1.34.5.1.3.1.1 dlurDlusName: 1.3.6.1.2.1.34.5.1.3.1.1.1 dlurDlusSessnStatus: 1.3.6.1.2.1.34.5.1.3.1.1.2 dlurConformance: 1.3.6.1.2.1.34.5.2 dlurCompliances: 1.3.6.1.2.1.34.5.2.1 dlurGroups: 1.3.6.1.2.1.34.5.2.2 snmp-1.2.0/data/ruby/snmp/mibs/L2TP-MIB.yaml0000644000004100000410000001772512365504747020363 0ustar www-datawww-data--- l2tp: 1.3.6.1.2.1.10.95 l2tpNotifications: 1.3.6.1.2.1.10.95.0 l2tpObjects: 1.3.6.1.2.1.10.95.1 l2tpScalar: 1.3.6.1.2.1.10.95.1.1 l2tpConfig: 1.3.6.1.2.1.10.95.1.1.1 l2tpAdminState: 1.3.6.1.2.1.10.95.1.1.1.1 l2tpDrainTunnels: 1.3.6.1.2.1.10.95.1.1.1.2 l2tpStats: 1.3.6.1.2.1.10.95.1.1.2 l2tpProtocolVersions: 1.3.6.1.2.1.10.95.1.1.2.1 l2tpVendorName: 1.3.6.1.2.1.10.95.1.1.2.2 l2tpFirmwareRev: 1.3.6.1.2.1.10.95.1.1.2.3 l2tpDrainingTunnels: 1.3.6.1.2.1.10.95.1.1.2.4 l2tpDomainConfigTable: 1.3.6.1.2.1.10.95.1.2 l2tpDomainConfigEntry: 1.3.6.1.2.1.10.95.1.2.1 l2tpDomainConfigId: 1.3.6.1.2.1.10.95.1.2.1.1 l2tpDomainConfigAdminState: 1.3.6.1.2.1.10.95.1.2.1.2 l2tpDomainConfigDrainTunnels: 1.3.6.1.2.1.10.95.1.2.1.3 l2tpDomainConfigAuth: 1.3.6.1.2.1.10.95.1.2.1.4 l2tpDomainConfigSecret: 1.3.6.1.2.1.10.95.1.2.1.5 l2tpDomainConfigTunnelSecurity: 1.3.6.1.2.1.10.95.1.2.1.6 l2tpDomainConfigTunnelHelloInt: 1.3.6.1.2.1.10.95.1.2.1.7 l2tpDomainConfigTunnelIdleTO: 1.3.6.1.2.1.10.95.1.2.1.8 l2tpDomainConfigControlRWS: 1.3.6.1.2.1.10.95.1.2.1.9 l2tpDomainConfigControlMaxRetx: 1.3.6.1.2.1.10.95.1.2.1.10 l2tpDomainConfigControlMaxRetxTO: 1.3.6.1.2.1.10.95.1.2.1.11 l2tpDomainConfigPayloadSeq: 1.3.6.1.2.1.10.95.1.2.1.12 l2tpDomainConfigReassemblyTO: 1.3.6.1.2.1.10.95.1.2.1.13 l2tpDomainConfigProxyPPPAuth: 1.3.6.1.2.1.10.95.1.2.1.14 l2tpDomainConfigStorageType: 1.3.6.1.2.1.10.95.1.2.1.15 l2tpDomainConfigStatus: 1.3.6.1.2.1.10.95.1.2.1.16 l2tpDomainStatsTable: 1.3.6.1.2.1.10.95.1.3 l2tpDomainStatsEntry: 1.3.6.1.2.1.10.95.1.3.1 l2tpDomainStatsTotalTunnels: 1.3.6.1.2.1.10.95.1.3.1.1 l2tpDomainStatsFailedTunnels: 1.3.6.1.2.1.10.95.1.3.1.2 l2tpDomainStatsFailedAuths: 1.3.6.1.2.1.10.95.1.3.1.3 l2tpDomainStatsActiveTunnels: 1.3.6.1.2.1.10.95.1.3.1.4 l2tpDomainStatsTotalSessions: 1.3.6.1.2.1.10.95.1.3.1.5 l2tpDomainStatsFailedSessions: 1.3.6.1.2.1.10.95.1.3.1.6 l2tpDomainStatsActiveSessions: 1.3.6.1.2.1.10.95.1.3.1.7 l2tpDomainStatsDrainingTunnels: 1.3.6.1.2.1.10.95.1.3.1.8 l2tpDomainStatsControlRxOctets: 1.3.6.1.2.1.10.95.1.3.1.9 l2tpDomainStatsControlRxPkts: 1.3.6.1.2.1.10.95.1.3.1.10 l2tpDomainStatsControlTxOctets: 1.3.6.1.2.1.10.95.1.3.1.11 l2tpDomainStatsControlTxPkts: 1.3.6.1.2.1.10.95.1.3.1.12 l2tpDomainStatsPayloadRxOctets: 1.3.6.1.2.1.10.95.1.3.1.13 l2tpDomainStatsPayloadRxPkts: 1.3.6.1.2.1.10.95.1.3.1.14 l2tpDomainStatsPayloadRxDiscs: 1.3.6.1.2.1.10.95.1.3.1.15 l2tpDomainStatsPayloadTxOctets: 1.3.6.1.2.1.10.95.1.3.1.16 l2tpDomainStatsPayloadTxPkts: 1.3.6.1.2.1.10.95.1.3.1.17 l2tpDomainStatsControlHCRxOctets: 1.3.6.1.2.1.10.95.1.3.1.18 l2tpDomainStatsControlHCRxPkts: 1.3.6.1.2.1.10.95.1.3.1.19 l2tpDomainStatsControlHCTxOctets: 1.3.6.1.2.1.10.95.1.3.1.20 l2tpDomainStatsControlHCTxPkts: 1.3.6.1.2.1.10.95.1.3.1.21 l2tpDomainStatsPayloadHCRxOctets: 1.3.6.1.2.1.10.95.1.3.1.22 l2tpDomainStatsPayloadHCRxPkts: 1.3.6.1.2.1.10.95.1.3.1.23 l2tpDomainStatsPayloadHCRxDiscs: 1.3.6.1.2.1.10.95.1.3.1.24 l2tpDomainStatsPayloadHCTxOctets: 1.3.6.1.2.1.10.95.1.3.1.25 l2tpDomainStatsPayloadHCTxPkts: 1.3.6.1.2.1.10.95.1.3.1.26 l2tpTunnelConfigTable: 1.3.6.1.2.1.10.95.1.4 l2tpTunnelConfigEntry: 1.3.6.1.2.1.10.95.1.4.1 l2tpTunnelConfigIfIndex: 1.3.6.1.2.1.10.95.1.4.1.1 l2tpTunnelConfigDomainId: 1.3.6.1.2.1.10.95.1.4.1.2 l2tpTunnelConfigAuth: 1.3.6.1.2.1.10.95.1.4.1.3 l2tpTunnelConfigSecret: 1.3.6.1.2.1.10.95.1.4.1.4 l2tpTunnelConfigSecurity: 1.3.6.1.2.1.10.95.1.4.1.5 l2tpTunnelConfigHelloInterval: 1.3.6.1.2.1.10.95.1.4.1.6 l2tpTunnelConfigIdleTimeout: 1.3.6.1.2.1.10.95.1.4.1.7 l2tpTunnelConfigControlRWS: 1.3.6.1.2.1.10.95.1.4.1.8 l2tpTunnelConfigControlMaxRetx: 1.3.6.1.2.1.10.95.1.4.1.9 l2tpTunnelConfigControlMaxRetxTO: 1.3.6.1.2.1.10.95.1.4.1.10 l2tpTunnelConfigPayloadSeq: 1.3.6.1.2.1.10.95.1.4.1.11 l2tpTunnelConfigReassemblyTO: 1.3.6.1.2.1.10.95.1.4.1.12 l2tpTunnelConfigTransport: 1.3.6.1.2.1.10.95.1.4.1.13 l2tpTunnelConfigDrainTunnel: 1.3.6.1.2.1.10.95.1.4.1.14 l2tpTunnelConfigProxyPPPAuth: 1.3.6.1.2.1.10.95.1.4.1.15 l2tpTunnelStatsTable: 1.3.6.1.2.1.10.95.1.5 l2tpTunnelStatsEntry: 1.3.6.1.2.1.10.95.1.5.1 l2tpTunnelStatsLocalTID: 1.3.6.1.2.1.10.95.1.5.1.1 l2tpTunnelStatsRemoteTID: 1.3.6.1.2.1.10.95.1.5.1.2 l2tpTunnelStatsState: 1.3.6.1.2.1.10.95.1.5.1.3 l2tpTunnelStatsInitiated: 1.3.6.1.2.1.10.95.1.5.1.4 l2tpTunnelStatsRemoteHostName: 1.3.6.1.2.1.10.95.1.5.1.5 l2tpTunnelStatsRemoteVendorName: 1.3.6.1.2.1.10.95.1.5.1.6 l2tpTunnelStatsRemoteFirmwareRev: 1.3.6.1.2.1.10.95.1.5.1.7 l2tpTunnelStatsRemoteProtocolVer: 1.3.6.1.2.1.10.95.1.5.1.8 l2tpTunnelStatsInitialRemoteRWS: 1.3.6.1.2.1.10.95.1.5.1.9 l2tpTunnelStatsBearerCaps: 1.3.6.1.2.1.10.95.1.5.1.10 l2tpTunnelStatsFramingCaps: 1.3.6.1.2.1.10.95.1.5.1.11 l2tpTunnelStatsControlRxPkts: 1.3.6.1.2.1.10.95.1.5.1.12 l2tpTunnelStatsControlRxZLB: 1.3.6.1.2.1.10.95.1.5.1.13 l2tpTunnelStatsControlOutOfSeq: 1.3.6.1.2.1.10.95.1.5.1.14 l2tpTunnelStatsControlOutOfWin: 1.3.6.1.2.1.10.95.1.5.1.15 l2tpTunnelStatsControlTxPkts: 1.3.6.1.2.1.10.95.1.5.1.16 l2tpTunnelStatsControlTxZLB: 1.3.6.1.2.1.10.95.1.5.1.17 l2tpTunnelStatsControlAckTO: 1.3.6.1.2.1.10.95.1.5.1.18 l2tpTunnelStatsCurrentRemoteRWS: 1.3.6.1.2.1.10.95.1.5.1.19 l2tpTunnelStatsTxSeq: 1.3.6.1.2.1.10.95.1.5.1.20 l2tpTunnelStatsTxSeqAck: 1.3.6.1.2.1.10.95.1.5.1.21 l2tpTunnelStatsRxSeq: 1.3.6.1.2.1.10.95.1.5.1.22 l2tpTunnelStatsRxSeqAck: 1.3.6.1.2.1.10.95.1.5.1.23 l2tpTunnelStatsTotalSessions: 1.3.6.1.2.1.10.95.1.5.1.24 l2tpTunnelStatsFailedSessions: 1.3.6.1.2.1.10.95.1.5.1.25 l2tpTunnelStatsActiveSessions: 1.3.6.1.2.1.10.95.1.5.1.26 l2tpTunnelStatsLastResultCode: 1.3.6.1.2.1.10.95.1.5.1.27 l2tpTunnelStatsLastErrorCode: 1.3.6.1.2.1.10.95.1.5.1.28 l2tpTunnelStatsLastErrorMessage: 1.3.6.1.2.1.10.95.1.5.1.29 l2tpTunnelStatsDrainingTunnel: 1.3.6.1.2.1.10.95.1.5.1.30 l2tpSessionStatsTable: 1.3.6.1.2.1.10.95.1.7 l2tpSessionStatsEntry: 1.3.6.1.2.1.10.95.1.7.1 l2tpSessionStatsTunnelIfIndex: 1.3.6.1.2.1.10.95.1.7.1.1 l2tpSessionStatsIfIndex: 1.3.6.1.2.1.10.95.1.7.1.2 l2tpSessionStatsLocalSID: 1.3.6.1.2.1.10.95.1.7.1.3 l2tpSessionStatsRemoteSID: 1.3.6.1.2.1.10.95.1.7.1.4 l2tpSessionStatsUserName: 1.3.6.1.2.1.10.95.1.7.1.5 l2tpSessionStatsState: 1.3.6.1.2.1.10.95.1.7.1.6 l2tpSessionStatsCallType: 1.3.6.1.2.1.10.95.1.7.1.7 l2tpSessionStatsCallSerialNumber: 1.3.6.1.2.1.10.95.1.7.1.8 l2tpSessionStatsTxConnectSpeed: 1.3.6.1.2.1.10.95.1.7.1.9 l2tpSessionStatsRxConnectSpeed: 1.3.6.1.2.1.10.95.1.7.1.10 l2tpSessionStatsCallBearerType: 1.3.6.1.2.1.10.95.1.7.1.11 l2tpSessionStatsFramingType: 1.3.6.1.2.1.10.95.1.7.1.12 l2tpSessionStatsPhysChanId: 1.3.6.1.2.1.10.95.1.7.1.13 l2tpSessionStatsDNIS: 1.3.6.1.2.1.10.95.1.7.1.14 l2tpSessionStatsCLID: 1.3.6.1.2.1.10.95.1.7.1.15 l2tpSessionStatsSubAddress: 1.3.6.1.2.1.10.95.1.7.1.16 l2tpSessionStatsPrivateGroupID: 1.3.6.1.2.1.10.95.1.7.1.17 l2tpSessionStatsProxyLcp: 1.3.6.1.2.1.10.95.1.7.1.18 l2tpSessionStatsAuthMethod: 1.3.6.1.2.1.10.95.1.7.1.19 l2tpSessionStatsSequencingState: 1.3.6.1.2.1.10.95.1.7.1.20 l2tpSessionStatsOutSequence: 1.3.6.1.2.1.10.95.1.7.1.21 l2tpSessionStatsReassemblyTO: 1.3.6.1.2.1.10.95.1.7.1.22 l2tpSessionStatsTxSeq: 1.3.6.1.2.1.10.95.1.7.1.23 l2tpSessionStatsRxSeq: 1.3.6.1.2.1.10.95.1.7.1.24 l2tpTunnelMapTable: 1.3.6.1.2.1.10.95.1.8 l2tpTunnelMapEntry: 1.3.6.1.2.1.10.95.1.8.1 l2tpTunnelMapLocalTID: 1.3.6.1.2.1.10.95.1.8.1.1 l2tpTunnelMapIfIndex: 1.3.6.1.2.1.10.95.1.8.1.2 l2tpSessionMapTable: 1.3.6.1.2.1.10.95.1.9 l2tpSessionMapEntry: 1.3.6.1.2.1.10.95.1.9.1 l2tpSessionMapIfIndex: 1.3.6.1.2.1.10.95.1.9.1.1 l2tpSessionMapTunnelIfIndex: 1.3.6.1.2.1.10.95.1.9.1.2 l2tpSessionMapLocalSID: 1.3.6.1.2.1.10.95.1.9.1.3 l2tpSessionMapStatus: 1.3.6.1.2.1.10.95.1.9.1.4 l2tpTransports: 1.3.6.1.2.1.10.95.3 l2tpTransportIpUdp: 1.3.6.1.2.1.10.95.3.1 l2tpIpUdpObjects: 1.3.6.1.2.1.10.95.3.1.1 l2tpUdpStatsTable: 1.3.6.1.2.1.10.95.3.1.1.2 l2tpUdpStatsEntry: 1.3.6.1.2.1.10.95.3.1.1.2.1 l2tpUdpStatsIfIndex: 1.3.6.1.2.1.10.95.3.1.1.2.1.1 l2tpUdpStatsPeerPort: 1.3.6.1.2.1.10.95.3.1.1.2.1.2 l2tpUdpStatsLocalPort: 1.3.6.1.2.1.10.95.3.1.1.2.1.3 l2tpIpUdpTraps: 1.3.6.1.2.1.10.95.3.1.2 l2tpConformance: 1.3.6.1.2.1.10.95.4 l2tpGroups: 1.3.6.1.2.1.10.95.4.1 l2tpCompliances: 1.3.6.1.2.1.10.95.4.2 l2tpTunnelAuthFailure: 1.3.6.1.2.1.10.95.0.1 snmp-1.2.0/data/ruby/snmp/mibs/APPLETALK-MIB.yaml0000644000004100000410000002552512365504747021154 0ustar www-datawww-data--- appletalk: 1.3.6.1.2.1.13 llap: 1.3.6.1.2.1.13.1 llapTable: 1.3.6.1.2.1.13.1.1 llapEntry: 1.3.6.1.2.1.13.1.1.1 llapIfIndex: 1.3.6.1.2.1.13.1.1.1.1 llapInPkts: 1.3.6.1.2.1.13.1.1.1.2 llapOutPkts: 1.3.6.1.2.1.13.1.1.1.3 llapInNoHandlers: 1.3.6.1.2.1.13.1.1.1.4 llapInLengthErrors: 1.3.6.1.2.1.13.1.1.1.5 llapInErrors: 1.3.6.1.2.1.13.1.1.1.6 llapCollisions: 1.3.6.1.2.1.13.1.1.1.7 llapDefers: 1.3.6.1.2.1.13.1.1.1.8 llapNoDataErrors: 1.3.6.1.2.1.13.1.1.1.9 llapRandomCTSErrors: 1.3.6.1.2.1.13.1.1.1.10 llapFCSErrors: 1.3.6.1.2.1.13.1.1.1.11 aarp: 1.3.6.1.2.1.13.2 aarpTable: 1.3.6.1.2.1.13.2.1 aarpEntry: 1.3.6.1.2.1.13.2.1.1 aarpIfIndex: 1.3.6.1.2.1.13.2.1.1.1 aarpPhysAddress: 1.3.6.1.2.1.13.2.1.1.2 aarpNetAddress: 1.3.6.1.2.1.13.2.1.1.3 aarpStatus: 1.3.6.1.2.1.13.2.1.1.4 aarpLookups: 1.3.6.1.2.1.13.2.2 aarpHits: 1.3.6.1.2.1.13.2.3 atport: 1.3.6.1.2.1.13.3 atportTable: 1.3.6.1.2.1.13.3.1 atportEntry: 1.3.6.1.2.1.13.3.1.1 atportIndex: 1.3.6.1.2.1.13.3.1.1.1 atportDescr: 1.3.6.1.2.1.13.3.1.1.2 atportType: 1.3.6.1.2.1.13.3.1.1.3 atportNetStart: 1.3.6.1.2.1.13.3.1.1.4 atportNetEnd: 1.3.6.1.2.1.13.3.1.1.5 atportNetAddress: 1.3.6.1.2.1.13.3.1.1.6 atportStatus: 1.3.6.1.2.1.13.3.1.1.7 atportNetConfig: 1.3.6.1.2.1.13.3.1.1.8 atportZoneConfig: 1.3.6.1.2.1.13.3.1.1.9 atportZoneDefault: 1.3.6.1.2.1.13.3.1.1.10 atportIfIndex: 1.3.6.1.2.1.13.3.1.1.11 atportNetFrom: 1.3.6.1.2.1.13.3.1.1.12 atportZoneFrom: 1.3.6.1.2.1.13.3.1.1.13 atportInPkts: 1.3.6.1.2.1.13.3.1.1.14 atportOutPkts: 1.3.6.1.2.1.13.3.1.1.15 atportHome: 1.3.6.1.2.1.13.3.1.1.16 atportCurrentZone: 1.3.6.1.2.1.13.3.1.1.17 atportConflictPhysAddr: 1.3.6.1.2.1.13.3.1.1.18 atportZoneTable: 1.3.6.1.2.1.13.3.2 atportZoneEntry: 1.3.6.1.2.1.13.3.2.1 atportZonePort: 1.3.6.1.2.1.13.3.2.1.1 atportZoneName: 1.3.6.1.2.1.13.3.2.1.2 atportZoneStatus: 1.3.6.1.2.1.13.3.2.1.3 ddp: 1.3.6.1.2.1.13.4 ddpOutRequests: 1.3.6.1.2.1.13.4.1 ddpOutShorts: 1.3.6.1.2.1.13.4.2 ddpOutLongs: 1.3.6.1.2.1.13.4.3 ddpInReceives: 1.3.6.1.2.1.13.4.4 ddpForwRequests: 1.3.6.1.2.1.13.4.5 ddpInLocalDatagrams: 1.3.6.1.2.1.13.4.6 ddpNoProtocolHandlers: 1.3.6.1.2.1.13.4.7 ddpOutNoRoutes: 1.3.6.1.2.1.13.4.8 ddpTooShortErrors: 1.3.6.1.2.1.13.4.9 ddpTooLongErrors: 1.3.6.1.2.1.13.4.10 ddpBroadcastErrors: 1.3.6.1.2.1.13.4.11 ddpShortDDPErrors: 1.3.6.1.2.1.13.4.12 ddpHopCountErrors: 1.3.6.1.2.1.13.4.13 ddpChecksumErrors: 1.3.6.1.2.1.13.4.14 ddpListenerTable: 1.3.6.1.2.1.13.4.15 ddpListenerEntry: 1.3.6.1.2.1.13.4.15.1 ddpListenerAddress: 1.3.6.1.2.1.13.4.15.1.1 ddpListenerInPkts: 1.3.6.1.2.1.13.4.15.1.2 ddpListenerStatus: 1.3.6.1.2.1.13.4.15.1.3 ddpForwardingTable: 1.3.6.1.2.1.13.4.16 ddpForwardingEntry: 1.3.6.1.2.1.13.4.16.1 ddpForwardingNetEnd: 1.3.6.1.2.1.13.4.16.1.1 ddpForwardingNetStart: 1.3.6.1.2.1.13.4.16.1.2 ddpForwardingNextHop: 1.3.6.1.2.1.13.4.16.1.3 ddpForwardingProto: 1.3.6.1.2.1.13.4.16.1.4 ddpForwardingModifiedTime: 1.3.6.1.2.1.13.4.16.1.5 ddpForwardingUseCounts: 1.3.6.1.2.1.13.4.16.1.6 ddpForwardingPort: 1.3.6.1.2.1.13.4.16.1.7 ddpForwProtoOids: 1.3.6.1.2.1.13.4.17 rtmpRoutingProto: 1.3.6.1.2.1.13.4.17.1 kipRoutingProto: 1.3.6.1.2.1.13.4.17.2 ddpForwardingTableOverflows: 1.3.6.1.2.1.13.4.18 rtmp: 1.3.6.1.2.1.13.5 rtmpTable: 1.3.6.1.2.1.13.5.1 rtmpEntry: 1.3.6.1.2.1.13.5.1.1 rtmpRangeStart: 1.3.6.1.2.1.13.5.1.1.1 rtmpRangeEnd: 1.3.6.1.2.1.13.5.1.1.2 rtmpNextHop: 1.3.6.1.2.1.13.5.1.1.3 rtmpType: 1.3.6.1.2.1.13.5.1.1.4 rtmpPort: 1.3.6.1.2.1.13.5.1.1.5 rtmpHops: 1.3.6.1.2.1.13.5.1.1.6 rtmpState: 1.3.6.1.2.1.13.5.1.1.7 rtmpInDataPkts: 1.3.6.1.2.1.13.5.2 rtmpOutDataPkts: 1.3.6.1.2.1.13.5.3 rtmpInRequestPkts: 1.3.6.1.2.1.13.5.4 rtmpNextIREqualChanges: 1.3.6.1.2.1.13.5.5 rtmpNextIRLessChanges: 1.3.6.1.2.1.13.5.6 rtmpRouteDeletes: 1.3.6.1.2.1.13.5.7 rtmpRoutingTableOverflows: 1.3.6.1.2.1.13.5.8 kip: 1.3.6.1.2.1.13.6 kipTable: 1.3.6.1.2.1.13.6.1 kipEntry: 1.3.6.1.2.1.13.6.1.1 kipNetStart: 1.3.6.1.2.1.13.6.1.1.1 kipNetEnd: 1.3.6.1.2.1.13.6.1.1.2 kipNextHop: 1.3.6.1.2.1.13.6.1.1.3 kipHopCount: 1.3.6.1.2.1.13.6.1.1.4 kipBCastAddr: 1.3.6.1.2.1.13.6.1.1.5 kipCore: 1.3.6.1.2.1.13.6.1.1.6 kipType: 1.3.6.1.2.1.13.6.1.1.7 kipState: 1.3.6.1.2.1.13.6.1.1.8 kipShare: 1.3.6.1.2.1.13.6.1.1.9 kipFrom: 1.3.6.1.2.1.13.6.1.1.10 zipRouter: 1.3.6.1.2.1.13.7 zipTable: 1.3.6.1.2.1.13.7.1 zipEntry: 1.3.6.1.2.1.13.7.1.1 zipZoneName: 1.3.6.1.2.1.13.7.1.1.1 zipZoneIndex: 1.3.6.1.2.1.13.7.1.1.2 zipZoneNetStart: 1.3.6.1.2.1.13.7.1.1.3 zipZoneNetEnd: 1.3.6.1.2.1.13.7.1.1.4 zipZoneState: 1.3.6.1.2.1.13.7.1.1.5 zipZoneFrom: 1.3.6.1.2.1.13.7.1.1.6 zipZonePort: 1.3.6.1.2.1.13.7.1.1.7 zipInZipQueries: 1.3.6.1.2.1.13.7.2 zipInZipReplies: 1.3.6.1.2.1.13.7.3 zipInZipExtendedReplies: 1.3.6.1.2.1.13.7.4 zipZoneConflictErrors: 1.3.6.1.2.1.13.7.5 zipInObsoletes: 1.3.6.1.2.1.13.7.6 zipRouterNetInfoTable: 1.3.6.1.2.1.13.7.7 zipRouterNetInfoEntry: 1.3.6.1.2.1.13.7.7.1 zipInGetNetInfos: 1.3.6.1.2.1.13.7.7.1.1 zipOutGetNetInfoReplies: 1.3.6.1.2.1.13.7.7.1.2 zipZoneOutInvalids: 1.3.6.1.2.1.13.7.7.1.3 zipAddressInvalids: 1.3.6.1.2.1.13.7.7.1.4 nbp: 1.3.6.1.2.1.13.8 nbpTable: 1.3.6.1.2.1.13.8.1 nbpEntry: 1.3.6.1.2.1.13.8.1.1 nbpIndex: 1.3.6.1.2.1.13.8.1.1.1 nbpObject: 1.3.6.1.2.1.13.8.1.1.2 nbpType: 1.3.6.1.2.1.13.8.1.1.3 nbpZone: 1.3.6.1.2.1.13.8.1.1.4 nbpState: 1.3.6.1.2.1.13.8.1.1.5 nbpAddress: 1.3.6.1.2.1.13.8.1.1.6 nbpEnumerator: 1.3.6.1.2.1.13.8.1.1.7 nbpInLookUpRequests: 1.3.6.1.2.1.13.8.2 nbpInLookUpReplies: 1.3.6.1.2.1.13.8.3 nbpInBroadcastRequests: 1.3.6.1.2.1.13.8.4 nbpInForwardRequests: 1.3.6.1.2.1.13.8.5 nbpOutLookUpReplies: 1.3.6.1.2.1.13.8.6 nbpRegistrationFailures: 1.3.6.1.2.1.13.8.7 nbpInErrors: 1.3.6.1.2.1.13.8.8 atecho: 1.3.6.1.2.1.13.9 atechoRequests: 1.3.6.1.2.1.13.9.1 atechoReplies: 1.3.6.1.2.1.13.9.2 atechoOutRequests: 1.3.6.1.2.1.13.9.3 atechoInReplies: 1.3.6.1.2.1.13.9.4 atp: 1.3.6.1.2.1.13.10 atpInPkts: 1.3.6.1.2.1.13.10.1 atpOutPkts: 1.3.6.1.2.1.13.10.2 atpTRequestRetransmissions: 1.3.6.1.2.1.13.10.3 atpTResponseRetransmissions: 1.3.6.1.2.1.13.10.4 atpReleaseTimerExpiredCounts: 1.3.6.1.2.1.13.10.5 atpRetryCountExceededs: 1.3.6.1.2.1.13.10.6 atpListenerTable: 1.3.6.1.2.1.13.10.7 atpListenerEntry: 1.3.6.1.2.1.13.10.7.1 atpListenerAddress: 1.3.6.1.2.1.13.10.7.1.1 atpListenerStatus: 1.3.6.1.2.1.13.10.7.1.2 pap: 1.3.6.1.2.1.13.11 papInOpenConns: 1.3.6.1.2.1.13.11.1 papOutOpenConns: 1.3.6.1.2.1.13.11.2 papInDatas: 1.3.6.1.2.1.13.11.3 papOutDatas: 1.3.6.1.2.1.13.11.4 papInCloseConns: 1.3.6.1.2.1.13.11.5 papOutCloseConns: 1.3.6.1.2.1.13.11.6 papTickleTimeoutCloses: 1.3.6.1.2.1.13.11.7 papServerTable: 1.3.6.1.2.1.13.11.8 papServerEntry: 1.3.6.1.2.1.13.11.8.1 papServerIndex: 1.3.6.1.2.1.13.11.8.1.1 papServerListeningSocket: 1.3.6.1.2.1.13.11.8.1.2 papServerStatus: 1.3.6.1.2.1.13.11.8.1.3 papServerCompletedJobs: 1.3.6.1.2.1.13.11.8.1.4 papServerBusyJobs: 1.3.6.1.2.1.13.11.8.1.5 papServerFreeJobs: 1.3.6.1.2.1.13.11.8.1.6 papServerAuthenticationFailures: 1.3.6.1.2.1.13.11.8.1.7 papServerAccountingFailures: 1.3.6.1.2.1.13.11.8.1.8 papServerGeneralFailures: 1.3.6.1.2.1.13.11.8.1.9 papServerState: 1.3.6.1.2.1.13.11.8.1.10 papServerLastStatusMsg: 1.3.6.1.2.1.13.11.8.1.11 asp: 1.3.6.1.2.1.13.12 aspInputTransactions: 1.3.6.1.2.1.13.12.1 aspOutputTransactions: 1.3.6.1.2.1.13.12.2 aspInOpenSessions: 1.3.6.1.2.1.13.12.3 aspOutOpenSessions: 1.3.6.1.2.1.13.12.4 aspInCloseSessions: 1.3.6.1.2.1.13.12.5 aspOutCloseSessions: 1.3.6.1.2.1.13.12.6 aspNoMoreSessionsErrors: 1.3.6.1.2.1.13.12.7 aspTickleTimeOutCloses: 1.3.6.1.2.1.13.12.8 aspConnTable: 1.3.6.1.2.1.13.12.9 aspConnEntry: 1.3.6.1.2.1.13.12.9.1 aspConnLocalAddress: 1.3.6.1.2.1.13.12.9.1.1 aspConnRemoteAddress: 1.3.6.1.2.1.13.12.9.1.2 aspConnID: 1.3.6.1.2.1.13.12.9.1.3 aspConnLastReqNum: 1.3.6.1.2.1.13.12.9.1.4 aspConnServerEnd: 1.3.6.1.2.1.13.12.9.1.5 aspConnState: 1.3.6.1.2.1.13.12.9.1.6 adsp: 1.3.6.1.2.1.13.13 adspInPkts: 1.3.6.1.2.1.13.13.1 adspOutPkts: 1.3.6.1.2.1.13.13.2 adspInOctets: 1.3.6.1.2.1.13.13.3 adspOutOctets: 1.3.6.1.2.1.13.13.4 adspInDataPkts: 1.3.6.1.2.1.13.13.5 adspOutDataPkts: 1.3.6.1.2.1.13.13.6 adspTimeoutErrors: 1.3.6.1.2.1.13.13.7 adspTimeoutCloseErrors: 1.3.6.1.2.1.13.13.8 adspConnTable: 1.3.6.1.2.1.13.13.9 adspConnEntry: 1.3.6.1.2.1.13.13.9.1 adspConnLocalAddress: 1.3.6.1.2.1.13.13.9.1.1 adspConnLocalConnID: 1.3.6.1.2.1.13.13.9.1.2 adspConnRemoteAddress: 1.3.6.1.2.1.13.13.9.1.3 adspConnRemoteConnID: 1.3.6.1.2.1.13.13.9.1.4 adspConnState: 1.3.6.1.2.1.13.13.9.1.5 atportptop: 1.3.6.1.2.1.13.14 atportPtoPTable: 1.3.6.1.2.1.13.14.1 atportPtoPEntry: 1.3.6.1.2.1.13.14.1.1 atportPtoPIndex: 1.3.6.1.2.1.13.14.1.1.1 atportPtoPProtocol: 1.3.6.1.2.1.13.14.1.1.2 atportPtoPRemoteName: 1.3.6.1.2.1.13.14.1.1.3 atportPtoPRemoteAddress: 1.3.6.1.2.1.13.14.1.1.4 atportPtoPPortIndex: 1.3.6.1.2.1.13.14.1.1.5 atportPtoPStatus: 1.3.6.1.2.1.13.14.1.1.6 atportPtoPProtoOids: 1.3.6.1.2.1.13.14.2 pToPProtoOther: 1.3.6.1.2.1.13.14.2.1 pToPProtoAurp: 1.3.6.1.2.1.13.14.2.2 pToPProtoCaymanUdp: 1.3.6.1.2.1.13.14.2.3 pToPProtoAtkvmsDecnetIV: 1.3.6.1.2.1.13.14.2.4 pToPProtoLiaisonUdp: 1.3.6.1.2.1.13.14.2.5 pToPProtoIpx: 1.3.6.1.2.1.13.14.2.6 pToPProtoShivaIp: 1.3.6.1.2.1.13.14.2.7 rtmpStub: 1.3.6.1.2.1.13.16 rtmpOutRequestPkts: 1.3.6.1.2.1.13.16.1 rtmpInVersionMismatches: 1.3.6.1.2.1.13.16.2 rtmpInErrors: 1.3.6.1.2.1.13.16.3 zipEndNode: 1.3.6.1.2.1.13.17 zipNetInfoTable: 1.3.6.1.2.1.13.17.1 zipNetInfoEntry: 1.3.6.1.2.1.13.17.1.1 zipOutGetNetInfos: 1.3.6.1.2.1.13.17.1.1.1 zipInGetNetInfoReplies: 1.3.6.1.2.1.13.17.1.1.2 zipZoneInInvalids: 1.3.6.1.2.1.13.17.1.1.3 zipInErrors: 1.3.6.1.2.1.13.17.2 perPort: 1.3.6.1.2.1.13.18 perPortTable: 1.3.6.1.2.1.13.18.1 perPortEntry: 1.3.6.1.2.1.13.18.1.1 perPortAarpInProbes: 1.3.6.1.2.1.13.18.1.1.1 perPortAarpOutProbes: 1.3.6.1.2.1.13.18.1.1.2 perPortAarpInReqs: 1.3.6.1.2.1.13.18.1.1.3 perPortAarpOutReqs: 1.3.6.1.2.1.13.18.1.1.4 perPortAarpInRsps: 1.3.6.1.2.1.13.18.1.1.5 perPortAarpOutRsps: 1.3.6.1.2.1.13.18.1.1.6 perPortDdpInReceives: 1.3.6.1.2.1.13.18.1.1.7 perPortDdpInLocalDatagrams: 1.3.6.1.2.1.13.18.1.1.8 perPortDdpNoProtocolHandlers: 1.3.6.1.2.1.13.18.1.1.9 perPortDdpTooShortErrors: 1.3.6.1.2.1.13.18.1.1.10 perPortDdpTooLongErrors: 1.3.6.1.2.1.13.18.1.1.11 perPortDdpChecksumErrors: 1.3.6.1.2.1.13.18.1.1.12 perPortDdpForwRequests: 1.3.6.1.2.1.13.18.1.1.13 perPortRtmpInDataPkts: 1.3.6.1.2.1.13.18.1.1.14 perPortRtmpOutDataPkts: 1.3.6.1.2.1.13.18.1.1.15 perPortRtmpInRequestPkts: 1.3.6.1.2.1.13.18.1.1.16 perPortRtmpRouteDeletes: 1.3.6.1.2.1.13.18.1.1.17 perPortZipInZipQueries: 1.3.6.1.2.1.13.18.1.1.18 perPortZipInZipReplies: 1.3.6.1.2.1.13.18.1.1.19 perPortZipInZipExtendedReplies: 1.3.6.1.2.1.13.18.1.1.20 perPortZipZoneConflictErrors: 1.3.6.1.2.1.13.18.1.1.21 perPortZipInErrors: 1.3.6.1.2.1.13.18.1.1.22 perPortNbpInLookUpRequests: 1.3.6.1.2.1.13.18.1.1.23 perPortNbpInLookUpReplies: 1.3.6.1.2.1.13.18.1.1.24 perPortNbpInBroadcastRequests: 1.3.6.1.2.1.13.18.1.1.25 perPortNbpInForwardRequests: 1.3.6.1.2.1.13.18.1.1.26 perPortNbpOutLookUpReplies: 1.3.6.1.2.1.13.18.1.1.27 perPortNbpRegistrationFailures: 1.3.6.1.2.1.13.18.1.1.28 perPortNbpInErrors: 1.3.6.1.2.1.13.18.1.1.29 perPortEchoRequests: 1.3.6.1.2.1.13.18.1.1.30 perPortEchoReplies: 1.3.6.1.2.1.13.18.1.1.31 snmp-1.2.0/data/ruby/snmp/mibs/HCNUM-TC.yaml0000644000004100000410000000003612365504747020376 0ustar www-datawww-data--- hcnumTC: 1.3.6.1.2.1.78 snmp-1.2.0/data/ruby/snmp/mibs/RS-232-MIB.yaml0000644000004100000410000000445512365504747020466 0ustar www-datawww-data--- rs232: 1.3.6.1.2.1.10.33 rs232Number: 1.3.6.1.2.1.10.33.1 rs232PortTable: 1.3.6.1.2.1.10.33.2 rs232PortEntry: 1.3.6.1.2.1.10.33.2.1 rs232PortIndex: 1.3.6.1.2.1.10.33.2.1.1 rs232PortType: 1.3.6.1.2.1.10.33.2.1.2 rs232PortInSigNumber: 1.3.6.1.2.1.10.33.2.1.3 rs232PortOutSigNumber: 1.3.6.1.2.1.10.33.2.1.4 rs232PortInSpeed: 1.3.6.1.2.1.10.33.2.1.5 rs232PortOutSpeed: 1.3.6.1.2.1.10.33.2.1.6 rs232PortInFlowType: 1.3.6.1.2.1.10.33.2.1.7 rs232PortOutFlowType: 1.3.6.1.2.1.10.33.2.1.8 rs232AsyncPortTable: 1.3.6.1.2.1.10.33.3 rs232AsyncPortEntry: 1.3.6.1.2.1.10.33.3.1 rs232AsyncPortIndex: 1.3.6.1.2.1.10.33.3.1.1 rs232AsyncPortBits: 1.3.6.1.2.1.10.33.3.1.2 rs232AsyncPortStopBits: 1.3.6.1.2.1.10.33.3.1.3 rs232AsyncPortParity: 1.3.6.1.2.1.10.33.3.1.4 rs232AsyncPortAutobaud: 1.3.6.1.2.1.10.33.3.1.5 rs232AsyncPortParityErrs: 1.3.6.1.2.1.10.33.3.1.6 rs232AsyncPortFramingErrs: 1.3.6.1.2.1.10.33.3.1.7 rs232AsyncPortOverrunErrs: 1.3.6.1.2.1.10.33.3.1.8 rs232SyncPortTable: 1.3.6.1.2.1.10.33.4 rs232SyncPortEntry: 1.3.6.1.2.1.10.33.4.1 rs232SyncPortIndex: 1.3.6.1.2.1.10.33.4.1.1 rs232SyncPortClockSource: 1.3.6.1.2.1.10.33.4.1.2 rs232SyncPortFrameCheckErrs: 1.3.6.1.2.1.10.33.4.1.3 rs232SyncPortTransmitUnderrunErrs: 1.3.6.1.2.1.10.33.4.1.4 rs232SyncPortReceiveOverrunErrs: 1.3.6.1.2.1.10.33.4.1.5 rs232SyncPortInterruptedFrames: 1.3.6.1.2.1.10.33.4.1.6 rs232SyncPortAbortedFrames: 1.3.6.1.2.1.10.33.4.1.7 rs232SyncPortRole: 1.3.6.1.2.1.10.33.4.1.8 rs232SyncPortEncoding: 1.3.6.1.2.1.10.33.4.1.9 rs232SyncPortRTSControl: 1.3.6.1.2.1.10.33.4.1.10 rs232SyncPortRTSCTSDelay: 1.3.6.1.2.1.10.33.4.1.11 rs232SyncPortMode: 1.3.6.1.2.1.10.33.4.1.12 rs232SyncPortIdlePattern: 1.3.6.1.2.1.10.33.4.1.13 rs232SyncPortMinFlags: 1.3.6.1.2.1.10.33.4.1.14 rs232InSigTable: 1.3.6.1.2.1.10.33.5 rs232InSigEntry: 1.3.6.1.2.1.10.33.5.1 rs232InSigPortIndex: 1.3.6.1.2.1.10.33.5.1.1 rs232InSigName: 1.3.6.1.2.1.10.33.5.1.2 rs232InSigState: 1.3.6.1.2.1.10.33.5.1.3 rs232InSigChanges: 1.3.6.1.2.1.10.33.5.1.4 rs232OutSigTable: 1.3.6.1.2.1.10.33.6 rs232OutSigEntry: 1.3.6.1.2.1.10.33.6.1 rs232OutSigPortIndex: 1.3.6.1.2.1.10.33.6.1.1 rs232OutSigName: 1.3.6.1.2.1.10.33.6.1.2 rs232OutSigState: 1.3.6.1.2.1.10.33.6.1.3 rs232OutSigChanges: 1.3.6.1.2.1.10.33.6.1.4 rs232Conformance: 1.3.6.1.2.1.10.33.7 rs232Groups: 1.3.6.1.2.1.10.33.7.1 rs232Compliances: 1.3.6.1.2.1.10.33.7.2 snmp-1.2.0/data/ruby/snmp/mibs/SNA-SDLC-MIB.yaml0000644000004100000410000001517712365504747021005 0ustar www-datawww-data--- snaDLC: 1.3.6.1.2.1.41 sdlc: 1.3.6.1.2.1.41.1 sdlcPortGroup: 1.3.6.1.2.1.41.1.1 sdlcPortAdminTable: 1.3.6.1.2.1.41.1.1.1 sdlcPortAdminEntry: 1.3.6.1.2.1.41.1.1.1.1 sdlcPortAdminName: 1.3.6.1.2.1.41.1.1.1.1.1 sdlcPortAdminRole: 1.3.6.1.2.1.41.1.1.1.1.2 sdlcPortAdminType: 1.3.6.1.2.1.41.1.1.1.1.3 sdlcPortAdminTopology: 1.3.6.1.2.1.41.1.1.1.1.4 sdlcPortAdminISTATUS: 1.3.6.1.2.1.41.1.1.1.1.5 sdlcPortAdminACTIVTO: 1.3.6.1.2.1.41.1.1.1.1.6 sdlcPortAdminPAUSE: 1.3.6.1.2.1.41.1.1.1.1.7 sdlcPortAdminSERVLIM: 1.3.6.1.2.1.41.1.1.1.1.8 sdlcPortAdminSlowPollTimer: 1.3.6.1.2.1.41.1.1.1.1.9 sdlcPortOperTable: 1.3.6.1.2.1.41.1.1.2 sdlcPortOperEntry: 1.3.6.1.2.1.41.1.1.2.1 sdlcPortOperName: 1.3.6.1.2.1.41.1.1.2.1.1 sdlcPortOperRole: 1.3.6.1.2.1.41.1.1.2.1.2 sdlcPortOperType: 1.3.6.1.2.1.41.1.1.2.1.3 sdlcPortOperTopology: 1.3.6.1.2.1.41.1.1.2.1.4 sdlcPortOperISTATUS: 1.3.6.1.2.1.41.1.1.2.1.5 sdlcPortOperACTIVTO: 1.3.6.1.2.1.41.1.1.2.1.6 sdlcPortOperPAUSE: 1.3.6.1.2.1.41.1.1.2.1.7 sdlcPortOperSlowPollMethod: 1.3.6.1.2.1.41.1.1.2.1.8 sdlcPortOperSERVLIM: 1.3.6.1.2.1.41.1.1.2.1.9 sdlcPortOperSlowPollTimer: 1.3.6.1.2.1.41.1.1.2.1.10 sdlcPortOperLastModifyTime: 1.3.6.1.2.1.41.1.1.2.1.11 sdlcPortOperLastFailTime: 1.3.6.1.2.1.41.1.1.2.1.12 sdlcPortOperLastFailCause: 1.3.6.1.2.1.41.1.1.2.1.13 sdlcPortStatsTable: 1.3.6.1.2.1.41.1.1.3 sdlcPortStatsEntry: 1.3.6.1.2.1.41.1.1.3.1 sdlcPortStatsPhysicalFailures: 1.3.6.1.2.1.41.1.1.3.1.1 sdlcPortStatsInvalidAddresses: 1.3.6.1.2.1.41.1.1.3.1.2 sdlcPortStatsDwarfFrames: 1.3.6.1.2.1.41.1.1.3.1.3 sdlcPortStatsPollsIn: 1.3.6.1.2.1.41.1.1.3.1.4 sdlcPortStatsPollsOut: 1.3.6.1.2.1.41.1.1.3.1.5 sdlcPortStatsPollRspsIn: 1.3.6.1.2.1.41.1.1.3.1.6 sdlcPortStatsPollRspsOut: 1.3.6.1.2.1.41.1.1.3.1.7 sdlcPortStatsLocalBusies: 1.3.6.1.2.1.41.1.1.3.1.8 sdlcPortStatsRemoteBusies: 1.3.6.1.2.1.41.1.1.3.1.9 sdlcPortStatsIFramesIn: 1.3.6.1.2.1.41.1.1.3.1.10 sdlcPortStatsIFramesOut: 1.3.6.1.2.1.41.1.1.3.1.11 sdlcPortStatsOctetsIn: 1.3.6.1.2.1.41.1.1.3.1.12 sdlcPortStatsOctetsOut: 1.3.6.1.2.1.41.1.1.3.1.13 sdlcPortStatsProtocolErrs: 1.3.6.1.2.1.41.1.1.3.1.14 sdlcPortStatsActivityTOs: 1.3.6.1.2.1.41.1.1.3.1.15 sdlcPortStatsRNRLIMITs: 1.3.6.1.2.1.41.1.1.3.1.16 sdlcPortStatsRetriesExps: 1.3.6.1.2.1.41.1.1.3.1.17 sdlcPortStatsRetransmitsIn: 1.3.6.1.2.1.41.1.1.3.1.18 sdlcPortStatsRetransmitsOut: 1.3.6.1.2.1.41.1.1.3.1.19 sdlcLSGroup: 1.3.6.1.2.1.41.1.2 sdlcLSAdminTable: 1.3.6.1.2.1.41.1.2.1 sdlcLSAdminEntry: 1.3.6.1.2.1.41.1.2.1.1 sdlcLSAddress: 1.3.6.1.2.1.41.1.2.1.1.1 sdlcLSAdminName: 1.3.6.1.2.1.41.1.2.1.1.2 sdlcLSAdminState: 1.3.6.1.2.1.41.1.2.1.1.3 sdlcLSAdminISTATUS: 1.3.6.1.2.1.41.1.2.1.1.4 sdlcLSAdminMAXDATASend: 1.3.6.1.2.1.41.1.2.1.1.5 sdlcLSAdminMAXDATARcv: 1.3.6.1.2.1.41.1.2.1.1.6 sdlcLSAdminREPLYTO: 1.3.6.1.2.1.41.1.2.1.1.7 sdlcLSAdminMAXIN: 1.3.6.1.2.1.41.1.2.1.1.8 sdlcLSAdminMAXOUT: 1.3.6.1.2.1.41.1.2.1.1.9 sdlcLSAdminMODULO: 1.3.6.1.2.1.41.1.2.1.1.10 sdlcLSAdminRETRIESm: 1.3.6.1.2.1.41.1.2.1.1.11 sdlcLSAdminRETRIESt: 1.3.6.1.2.1.41.1.2.1.1.12 sdlcLSAdminRETRIESn: 1.3.6.1.2.1.41.1.2.1.1.13 sdlcLSAdminRNRLIMIT: 1.3.6.1.2.1.41.1.2.1.1.14 sdlcLSAdminDATMODE: 1.3.6.1.2.1.41.1.2.1.1.15 sdlcLSAdminGPoll: 1.3.6.1.2.1.41.1.2.1.1.16 sdlcLSAdminSimRim: 1.3.6.1.2.1.41.1.2.1.1.17 sdlcLSAdminXmitRcvCap: 1.3.6.1.2.1.41.1.2.1.1.18 sdlcLSAdminRowStatus: 1.3.6.1.2.1.41.1.2.1.1.19 sdlcLSOperTable: 1.3.6.1.2.1.41.1.2.2 sdlcLSOperEntry: 1.3.6.1.2.1.41.1.2.2.1 sdlcLSOperName: 1.3.6.1.2.1.41.1.2.2.1.1 sdlcLSOperRole: 1.3.6.1.2.1.41.1.2.2.1.2 sdlcLSOperState: 1.3.6.1.2.1.41.1.2.2.1.3 sdlcLSOperMAXDATASend: 1.3.6.1.2.1.41.1.2.2.1.4 sdlcLSOperREPLYTO: 1.3.6.1.2.1.41.1.2.2.1.5 sdlcLSOperMAXIN: 1.3.6.1.2.1.41.1.2.2.1.6 sdlcLSOperMAXOUT: 1.3.6.1.2.1.41.1.2.2.1.7 sdlcLSOperMODULO: 1.3.6.1.2.1.41.1.2.2.1.8 sdlcLSOperRETRIESm: 1.3.6.1.2.1.41.1.2.2.1.9 sdlcLSOperRETRIESt: 1.3.6.1.2.1.41.1.2.2.1.10 sdlcLSOperRETRIESn: 1.3.6.1.2.1.41.1.2.2.1.11 sdlcLSOperRNRLIMIT: 1.3.6.1.2.1.41.1.2.2.1.12 sdlcLSOperDATMODE: 1.3.6.1.2.1.41.1.2.2.1.13 sdlcLSOperLastModifyTime: 1.3.6.1.2.1.41.1.2.2.1.14 sdlcLSOperLastFailTime: 1.3.6.1.2.1.41.1.2.2.1.15 sdlcLSOperLastFailCause: 1.3.6.1.2.1.41.1.2.2.1.16 sdlcLSOperLastFailCtrlIn: 1.3.6.1.2.1.41.1.2.2.1.17 sdlcLSOperLastFailCtrlOut: 1.3.6.1.2.1.41.1.2.2.1.18 sdlcLSOperLastFailFRMRInfo: 1.3.6.1.2.1.41.1.2.2.1.19 sdlcLSOperLastFailREPLYTOs: 1.3.6.1.2.1.41.1.2.2.1.20 sdlcLSOperEcho: 1.3.6.1.2.1.41.1.2.2.1.21 sdlcLSOperGPoll: 1.3.6.1.2.1.41.1.2.2.1.22 sdlcLSOperSimRim: 1.3.6.1.2.1.41.1.2.2.1.23 sdlcLSOperXmitRcvCap: 1.3.6.1.2.1.41.1.2.2.1.24 sdlcLSStatsTable: 1.3.6.1.2.1.41.1.2.3 sdlcLSStatsEntry: 1.3.6.1.2.1.41.1.2.3.1 sdlcLSStatsBLUsIn: 1.3.6.1.2.1.41.1.2.3.1.1 sdlcLSStatsBLUsOut: 1.3.6.1.2.1.41.1.2.3.1.2 sdlcLSStatsOctetsIn: 1.3.6.1.2.1.41.1.2.3.1.3 sdlcLSStatsOctetsOut: 1.3.6.1.2.1.41.1.2.3.1.4 sdlcLSStatsPollsIn: 1.3.6.1.2.1.41.1.2.3.1.5 sdlcLSStatsPollsOut: 1.3.6.1.2.1.41.1.2.3.1.6 sdlcLSStatsPollRspsOut: 1.3.6.1.2.1.41.1.2.3.1.7 sdlcLSStatsPollRspsIn: 1.3.6.1.2.1.41.1.2.3.1.8 sdlcLSStatsLocalBusies: 1.3.6.1.2.1.41.1.2.3.1.9 sdlcLSStatsRemoteBusies: 1.3.6.1.2.1.41.1.2.3.1.10 sdlcLSStatsIFramesIn: 1.3.6.1.2.1.41.1.2.3.1.11 sdlcLSStatsIFramesOut: 1.3.6.1.2.1.41.1.2.3.1.12 sdlcLSStatsUIFramesIn: 1.3.6.1.2.1.41.1.2.3.1.13 sdlcLSStatsUIFramesOut: 1.3.6.1.2.1.41.1.2.3.1.14 sdlcLSStatsXIDsIn: 1.3.6.1.2.1.41.1.2.3.1.15 sdlcLSStatsXIDsOut: 1.3.6.1.2.1.41.1.2.3.1.16 sdlcLSStatsTESTsIn: 1.3.6.1.2.1.41.1.2.3.1.17 sdlcLSStatsTESTsOut: 1.3.6.1.2.1.41.1.2.3.1.18 sdlcLSStatsREJsIn: 1.3.6.1.2.1.41.1.2.3.1.19 sdlcLSStatsREJsOut: 1.3.6.1.2.1.41.1.2.3.1.20 sdlcLSStatsFRMRsIn: 1.3.6.1.2.1.41.1.2.3.1.21 sdlcLSStatsFRMRsOut: 1.3.6.1.2.1.41.1.2.3.1.22 sdlcLSStatsSIMsIn: 1.3.6.1.2.1.41.1.2.3.1.23 sdlcLSStatsSIMsOut: 1.3.6.1.2.1.41.1.2.3.1.24 sdlcLSStatsRIMsIn: 1.3.6.1.2.1.41.1.2.3.1.25 sdlcLSStatsRIMsOut: 1.3.6.1.2.1.41.1.2.3.1.26 sdlcLSStatsDISCIn: 1.3.6.1.2.1.41.1.2.3.1.27 sdlcLSStatsDISCOut: 1.3.6.1.2.1.41.1.2.3.1.28 sdlcLSStatsUAIn: 1.3.6.1.2.1.41.1.2.3.1.29 sdlcLSStatsUAOut: 1.3.6.1.2.1.41.1.2.3.1.30 sdlcLSStatsDMIn: 1.3.6.1.2.1.41.1.2.3.1.31 sdlcLSStatsDMOut: 1.3.6.1.2.1.41.1.2.3.1.32 sdlcLSStatsSNRMIn: 1.3.6.1.2.1.41.1.2.3.1.33 sdlcLSStatsSNRMOut: 1.3.6.1.2.1.41.1.2.3.1.34 sdlcLSStatsProtocolErrs: 1.3.6.1.2.1.41.1.2.3.1.35 sdlcLSStatsActivityTOs: 1.3.6.1.2.1.41.1.2.3.1.36 sdlcLSStatsRNRLIMITs: 1.3.6.1.2.1.41.1.2.3.1.37 sdlcLSStatsRetriesExps: 1.3.6.1.2.1.41.1.2.3.1.38 sdlcLSStatsRetransmitsIn: 1.3.6.1.2.1.41.1.2.3.1.39 sdlcLSStatsRetransmitsOut: 1.3.6.1.2.1.41.1.2.3.1.40 sdlcTraps: 1.3.6.1.2.1.41.1.3 sdlcConformance: 1.3.6.1.2.1.41.1.4 sdlcCompliances: 1.3.6.1.2.1.41.1.4.1 sdlcGroups: 1.3.6.1.2.1.41.1.4.2 sdlcCoreGroups: 1.3.6.1.2.1.41.1.4.2.1 sdlcPrimaryGroups: 1.3.6.1.2.1.41.1.4.2.2 sdlcPortStatusChange: 1.3.6.1.2.1.41.1.3.1 sdlcLSStatusChange: 1.3.6.1.2.1.41.1.3.2 snmp-1.2.0/data/ruby/snmp/mibs/UCD-SNMP-MIB.yaml0000644000004100000410000001364712365504747021027 0ustar www-datawww-data--- ucdavis: 1.3.6.1.4.1.2021 prTable: 1.3.6.1.4.1.2021.2 prEntry: 1.3.6.1.4.1.2021.2.1 prIndex: 1.3.6.1.4.1.2021.2.1.1 prNames: 1.3.6.1.4.1.2021.2.1.2 prMin: 1.3.6.1.4.1.2021.2.1.3 prMax: 1.3.6.1.4.1.2021.2.1.4 prCount: 1.3.6.1.4.1.2021.2.1.5 prErrorFlag: 1.3.6.1.4.1.2021.2.1.100 prErrMessage: 1.3.6.1.4.1.2021.2.1.101 prErrFix: 1.3.6.1.4.1.2021.2.1.102 prErrFixCmd: 1.3.6.1.4.1.2021.2.1.103 memory: 1.3.6.1.4.1.2021.4 memIndex: 1.3.6.1.4.1.2021.4.1 memErrorName: 1.3.6.1.4.1.2021.4.2 memTotalSwap: 1.3.6.1.4.1.2021.4.3 memAvailSwap: 1.3.6.1.4.1.2021.4.4 memTotalReal: 1.3.6.1.4.1.2021.4.5 memAvailReal: 1.3.6.1.4.1.2021.4.6 memTotalSwapTXT: 1.3.6.1.4.1.2021.4.7 memAvailSwapTXT: 1.3.6.1.4.1.2021.4.8 memTotalRealTXT: 1.3.6.1.4.1.2021.4.9 memAvailRealTXT: 1.3.6.1.4.1.2021.4.10 memTotalFree: 1.3.6.1.4.1.2021.4.11 memMinimumSwap: 1.3.6.1.4.1.2021.4.12 memShared: 1.3.6.1.4.1.2021.4.13 memBuffer: 1.3.6.1.4.1.2021.4.14 memCached: 1.3.6.1.4.1.2021.4.15 memUsedSwapTXT: 1.3.6.1.4.1.2021.4.16 memUsedRealTXT: 1.3.6.1.4.1.2021.4.17 memSwapError: 1.3.6.1.4.1.2021.4.100 memSwapErrorMsg: 1.3.6.1.4.1.2021.4.101 extTable: 1.3.6.1.4.1.2021.8 extEntry: 1.3.6.1.4.1.2021.8.1 extIndex: 1.3.6.1.4.1.2021.8.1.1 extNames: 1.3.6.1.4.1.2021.8.1.2 extCommand: 1.3.6.1.4.1.2021.8.1.3 extResult: 1.3.6.1.4.1.2021.8.1.100 extOutput: 1.3.6.1.4.1.2021.8.1.101 extErrFix: 1.3.6.1.4.1.2021.8.1.102 extErrFixCmd: 1.3.6.1.4.1.2021.8.1.103 dskTable: 1.3.6.1.4.1.2021.9 dskEntry: 1.3.6.1.4.1.2021.9.1 dskIndex: 1.3.6.1.4.1.2021.9.1.1 dskPath: 1.3.6.1.4.1.2021.9.1.2 dskDevice: 1.3.6.1.4.1.2021.9.1.3 dskMinimum: 1.3.6.1.4.1.2021.9.1.4 dskMinPercent: 1.3.6.1.4.1.2021.9.1.5 dskTotal: 1.3.6.1.4.1.2021.9.1.6 dskAvail: 1.3.6.1.4.1.2021.9.1.7 dskUsed: 1.3.6.1.4.1.2021.9.1.8 dskPercent: 1.3.6.1.4.1.2021.9.1.9 dskPercentNode: 1.3.6.1.4.1.2021.9.1.10 dskTotalLow: 1.3.6.1.4.1.2021.9.1.11 dskTotalHigh: 1.3.6.1.4.1.2021.9.1.12 dskAvailLow: 1.3.6.1.4.1.2021.9.1.13 dskAvailHigh: 1.3.6.1.4.1.2021.9.1.14 dskUsedLow: 1.3.6.1.4.1.2021.9.1.15 dskUsedHigh: 1.3.6.1.4.1.2021.9.1.16 dskErrorFlag: 1.3.6.1.4.1.2021.9.1.100 dskErrorMsg: 1.3.6.1.4.1.2021.9.1.101 laTable: 1.3.6.1.4.1.2021.10 laEntry: 1.3.6.1.4.1.2021.10.1 laIndex: 1.3.6.1.4.1.2021.10.1.1 laNames: 1.3.6.1.4.1.2021.10.1.2 laLoad: 1.3.6.1.4.1.2021.10.1.3 laConfig: 1.3.6.1.4.1.2021.10.1.4 laLoadInt: 1.3.6.1.4.1.2021.10.1.5 laLoadFloat: 1.3.6.1.4.1.2021.10.1.6 laErrorFlag: 1.3.6.1.4.1.2021.10.1.100 laErrMessage: 1.3.6.1.4.1.2021.10.1.101 systemStats: 1.3.6.1.4.1.2021.11 ssIndex: 1.3.6.1.4.1.2021.11.1 ssErrorName: 1.3.6.1.4.1.2021.11.2 ssSwapIn: 1.3.6.1.4.1.2021.11.3 ssSwapOut: 1.3.6.1.4.1.2021.11.4 ssIOSent: 1.3.6.1.4.1.2021.11.5 ssIOReceive: 1.3.6.1.4.1.2021.11.6 ssSysInterrupts: 1.3.6.1.4.1.2021.11.7 ssSysContext: 1.3.6.1.4.1.2021.11.8 ssCpuUser: 1.3.6.1.4.1.2021.11.9 ssCpuSystem: 1.3.6.1.4.1.2021.11.10 ssCpuIdle: 1.3.6.1.4.1.2021.11.11 ssCpuRawUser: 1.3.6.1.4.1.2021.11.50 ssCpuRawNice: 1.3.6.1.4.1.2021.11.51 ssCpuRawSystem: 1.3.6.1.4.1.2021.11.52 ssCpuRawIdle: 1.3.6.1.4.1.2021.11.53 ssCpuRawWait: 1.3.6.1.4.1.2021.11.54 ssCpuRawKernel: 1.3.6.1.4.1.2021.11.55 ssCpuRawInterrupt: 1.3.6.1.4.1.2021.11.56 ssIORawSent: 1.3.6.1.4.1.2021.11.57 ssIORawReceived: 1.3.6.1.4.1.2021.11.58 ssRawInterrupts: 1.3.6.1.4.1.2021.11.59 ssRawContexts: 1.3.6.1.4.1.2021.11.60 ssCpuRawSoftIRQ: 1.3.6.1.4.1.2021.11.61 ssRawSwapIn: 1.3.6.1.4.1.2021.11.62 ssRawSwapOut: 1.3.6.1.4.1.2021.11.63 ssCpuRawSteal: 1.3.6.1.4.1.2021.11.64 ssCpuRawGuest: 1.3.6.1.4.1.2021.11.65 ssCpuRawGuestNice: 1.3.6.1.4.1.2021.11.66 ucdInternal: 1.3.6.1.4.1.2021.12 ucdExperimental: 1.3.6.1.4.1.2021.13 fileTable: 1.3.6.1.4.1.2021.15 fileEntry: 1.3.6.1.4.1.2021.15.1 fileIndex: 1.3.6.1.4.1.2021.15.1.1 fileName: 1.3.6.1.4.1.2021.15.1.2 fileSize: 1.3.6.1.4.1.2021.15.1.3 fileMax: 1.3.6.1.4.1.2021.15.1.4 fileErrorFlag: 1.3.6.1.4.1.2021.15.1.100 fileErrorMsg: 1.3.6.1.4.1.2021.15.1.101 logMatch: 1.3.6.1.4.1.2021.16 logMatchMaxEntries: 1.3.6.1.4.1.2021.16.1 logMatchTable: 1.3.6.1.4.1.2021.16.2 logMatchEntry: 1.3.6.1.4.1.2021.16.2.1 logMatchIndex: 1.3.6.1.4.1.2021.16.2.1.1 logMatchName: 1.3.6.1.4.1.2021.16.2.1.2 logMatchFilename: 1.3.6.1.4.1.2021.16.2.1.3 logMatchRegEx: 1.3.6.1.4.1.2021.16.2.1.4 logMatchGlobalCounter: 1.3.6.1.4.1.2021.16.2.1.5 logMatchGlobalCount: 1.3.6.1.4.1.2021.16.2.1.6 logMatchCurrentCounter: 1.3.6.1.4.1.2021.16.2.1.7 logMatchCurrentCount: 1.3.6.1.4.1.2021.16.2.1.8 logMatchCounter: 1.3.6.1.4.1.2021.16.2.1.9 logMatchCount: 1.3.6.1.4.1.2021.16.2.1.10 logMatchCycle: 1.3.6.1.4.1.2021.16.2.1.11 logMatchErrorFlag: 1.3.6.1.4.1.2021.16.2.1.100 logMatchRegExCompilation: 1.3.6.1.4.1.2021.16.2.1.101 version: 1.3.6.1.4.1.2021.100 versionIndex: 1.3.6.1.4.1.2021.100.1 versionTag: 1.3.6.1.4.1.2021.100.2 versionDate: 1.3.6.1.4.1.2021.100.3 versionCDate: 1.3.6.1.4.1.2021.100.4 versionIdent: 1.3.6.1.4.1.2021.100.5 versionConfigureOptions: 1.3.6.1.4.1.2021.100.6 versionClearCache: 1.3.6.1.4.1.2021.100.10 versionUpdateConfig: 1.3.6.1.4.1.2021.100.11 versionRestartAgent: 1.3.6.1.4.1.2021.100.12 versionSavePersistentData: 1.3.6.1.4.1.2021.100.13 versionDoDebugging: 1.3.6.1.4.1.2021.100.20 snmperrs: 1.3.6.1.4.1.2021.101 snmperrIndex: 1.3.6.1.4.1.2021.101.1 snmperrNames: 1.3.6.1.4.1.2021.101.2 snmperrErrorFlag: 1.3.6.1.4.1.2021.101.100 snmperrErrMessage: 1.3.6.1.4.1.2021.101.101 mrTable: 1.3.6.1.4.1.2021.102 mrEntry: 1.3.6.1.4.1.2021.102.1 mrIndex: 1.3.6.1.4.1.2021.102.1.1 mrModuleName: 1.3.6.1.4.1.2021.102.1.2 ucdSnmpAgent: 1.3.6.1.4.1.2021.250 hpux9: 1.3.6.1.4.1.2021.250.1 sunos4: 1.3.6.1.4.1.2021.250.2 solaris: 1.3.6.1.4.1.2021.250.3 osf: 1.3.6.1.4.1.2021.250.4 ultrix: 1.3.6.1.4.1.2021.250.5 hpux10: 1.3.6.1.4.1.2021.250.6 netbsd1: 1.3.6.1.4.1.2021.250.7 freebsd: 1.3.6.1.4.1.2021.250.8 irix: 1.3.6.1.4.1.2021.250.9 linux: 1.3.6.1.4.1.2021.250.10 bsdi: 1.3.6.1.4.1.2021.250.11 openbsd: 1.3.6.1.4.1.2021.250.12 win32: 1.3.6.1.4.1.2021.250.13 hpux11: 1.3.6.1.4.1.2021.250.14 aix: 1.3.6.1.4.1.2021.250.15 macosx: 1.3.6.1.4.1.2021.250.16 dragonfly: 1.3.6.1.4.1.2021.250.17 unknown: 1.3.6.1.4.1.2021.250.255 ucdTraps: 1.3.6.1.4.1.2021.251 snmp-1.2.0/data/ruby/snmp/mibs/TOKENRING-MIB.yaml0000644000004100000410000000450712365504747021174 0ustar www-datawww-data--- dot5: 1.3.6.1.2.1.10.9 dot5Table: 1.3.6.1.2.1.10.9.1 dot5Entry: 1.3.6.1.2.1.10.9.1.1 dot5IfIndex: 1.3.6.1.2.1.10.9.1.1.1 dot5Commands: 1.3.6.1.2.1.10.9.1.1.2 dot5RingStatus: 1.3.6.1.2.1.10.9.1.1.3 dot5RingState: 1.3.6.1.2.1.10.9.1.1.4 dot5RingOpenStatus: 1.3.6.1.2.1.10.9.1.1.5 dot5RingSpeed: 1.3.6.1.2.1.10.9.1.1.6 dot5UpStream: 1.3.6.1.2.1.10.9.1.1.7 dot5ActMonParticipate: 1.3.6.1.2.1.10.9.1.1.8 dot5Functional: 1.3.6.1.2.1.10.9.1.1.9 dot5LastBeaconSent: 1.3.6.1.2.1.10.9.1.1.10 dot5StatsTable: 1.3.6.1.2.1.10.9.2 dot5StatsEntry: 1.3.6.1.2.1.10.9.2.1 dot5StatsIfIndex: 1.3.6.1.2.1.10.9.2.1.1 dot5StatsLineErrors: 1.3.6.1.2.1.10.9.2.1.2 dot5StatsBurstErrors: 1.3.6.1.2.1.10.9.2.1.3 dot5StatsACErrors: 1.3.6.1.2.1.10.9.2.1.4 dot5StatsAbortTransErrors: 1.3.6.1.2.1.10.9.2.1.5 dot5StatsInternalErrors: 1.3.6.1.2.1.10.9.2.1.6 dot5StatsLostFrameErrors: 1.3.6.1.2.1.10.9.2.1.7 dot5StatsReceiveCongestions: 1.3.6.1.2.1.10.9.2.1.8 dot5StatsFrameCopiedErrors: 1.3.6.1.2.1.10.9.2.1.9 dot5StatsTokenErrors: 1.3.6.1.2.1.10.9.2.1.10 dot5StatsSoftErrors: 1.3.6.1.2.1.10.9.2.1.11 dot5StatsHardErrors: 1.3.6.1.2.1.10.9.2.1.12 dot5StatsSignalLoss: 1.3.6.1.2.1.10.9.2.1.13 dot5StatsTransmitBeacons: 1.3.6.1.2.1.10.9.2.1.14 dot5StatsRecoverys: 1.3.6.1.2.1.10.9.2.1.15 dot5StatsLobeWires: 1.3.6.1.2.1.10.9.2.1.16 dot5StatsRemoves: 1.3.6.1.2.1.10.9.2.1.17 dot5StatsSingles: 1.3.6.1.2.1.10.9.2.1.18 dot5StatsFreqErrors: 1.3.6.1.2.1.10.9.2.1.19 dot5Tests: 1.3.6.1.2.1.10.9.3 dot5TestInsertFunc: 1.3.6.1.2.1.10.9.3.1 dot5TestFullDuplexLoopBack: 1.3.6.1.2.1.10.9.3.2 dot5ChipSets: 1.3.6.1.2.1.10.9.4 dot5ChipSetIBM16: 1.3.6.1.2.1.10.9.4.1 dot5ChipSetTItms380: 1.3.6.1.2.1.10.9.4.2 dot5ChipSetTItms380c16: 1.3.6.1.2.1.10.9.4.3 dot5TimerTable: 1.3.6.1.2.1.10.9.5 dot5TimerEntry: 1.3.6.1.2.1.10.9.5.1 dot5TimerIfIndex: 1.3.6.1.2.1.10.9.5.1.1 dot5TimerReturnRepeat: 1.3.6.1.2.1.10.9.5.1.2 dot5TimerHolding: 1.3.6.1.2.1.10.9.5.1.3 dot5TimerQueuePDU: 1.3.6.1.2.1.10.9.5.1.4 dot5TimerValidTransmit: 1.3.6.1.2.1.10.9.5.1.5 dot5TimerNoToken: 1.3.6.1.2.1.10.9.5.1.6 dot5TimerActiveMon: 1.3.6.1.2.1.10.9.5.1.7 dot5TimerStandbyMon: 1.3.6.1.2.1.10.9.5.1.8 dot5TimerErrorReport: 1.3.6.1.2.1.10.9.5.1.9 dot5TimerBeaconTransmit: 1.3.6.1.2.1.10.9.5.1.10 dot5TimerBeaconReceive: 1.3.6.1.2.1.10.9.5.1.11 dot5Conformance: 1.3.6.1.2.1.10.9.6 dot5Groups: 1.3.6.1.2.1.10.9.6.1 dot5Compliances: 1.3.6.1.2.1.10.9.6.2 snmp-1.2.0/data/ruby/snmp/mibs/LMP-MIB.yaml0000644000004100000410000002417512365504747020267 0ustar www-datawww-data--- lmpMIB: 1.3.6.1.2.1.10.227 lmpNotifications: 1.3.6.1.2.1.10.227.0 lmpObjects: 1.3.6.1.2.1.10.227.1 lmpAdminStatus: 1.3.6.1.2.1.10.227.1.1 lmpOperStatus: 1.3.6.1.2.1.10.227.1.2 lmpNbrTable: 1.3.6.1.2.1.10.227.1.3 lmpNbrEntry: 1.3.6.1.2.1.10.227.1.3.1 lmpNbrNodeId: 1.3.6.1.2.1.10.227.1.3.1.1 lmpNbrRetransmitInterval: 1.3.6.1.2.1.10.227.1.3.1.2 lmpNbrRetryLimit: 1.3.6.1.2.1.10.227.1.3.1.3 lmpNbrRetransmitDelta: 1.3.6.1.2.1.10.227.1.3.1.4 lmpNbrAdminStatus: 1.3.6.1.2.1.10.227.1.3.1.5 lmpNbrOperStatus: 1.3.6.1.2.1.10.227.1.3.1.6 lmpNbrRowStatus: 1.3.6.1.2.1.10.227.1.3.1.7 lmpNbrStorageType: 1.3.6.1.2.1.10.227.1.3.1.8 lmpCcHelloIntervalDefault: 1.3.6.1.2.1.10.227.1.4 lmpCcHelloIntervalDefaultMin: 1.3.6.1.2.1.10.227.1.5 lmpCcHelloIntervalDefaultMax: 1.3.6.1.2.1.10.227.1.6 lmpCcHelloDeadIntervalDefault: 1.3.6.1.2.1.10.227.1.7 lmpCcHelloDeadIntervalDefaultMin: 1.3.6.1.2.1.10.227.1.8 lmpCcHelloDeadIntervalDefaultMax: 1.3.6.1.2.1.10.227.1.9 lmpControlChannelTable: 1.3.6.1.2.1.10.227.1.10 lmpControlChannelEntry: 1.3.6.1.2.1.10.227.1.10.1 lmpCcId: 1.3.6.1.2.1.10.227.1.10.1.1 lmpCcUnderlyingIfIndex: 1.3.6.1.2.1.10.227.1.10.1.2 lmpCcIsIf: 1.3.6.1.2.1.10.227.1.10.1.3 lmpCcNbrNodeId: 1.3.6.1.2.1.10.227.1.10.1.4 lmpCcRemoteId: 1.3.6.1.2.1.10.227.1.10.1.5 lmpCcRemoteAddressType: 1.3.6.1.2.1.10.227.1.10.1.6 lmpCcRemoteIpAddr: 1.3.6.1.2.1.10.227.1.10.1.7 lmpCcSetupRole: 1.3.6.1.2.1.10.227.1.10.1.8 lmpCcAuthentication: 1.3.6.1.2.1.10.227.1.10.1.9 lmpCcHelloInterval: 1.3.6.1.2.1.10.227.1.10.1.10 lmpCcHelloIntervalMin: 1.3.6.1.2.1.10.227.1.10.1.11 lmpCcHelloIntervalMax: 1.3.6.1.2.1.10.227.1.10.1.12 lmpCcHelloIntervalNegotiated: 1.3.6.1.2.1.10.227.1.10.1.13 lmpCcHelloDeadInterval: 1.3.6.1.2.1.10.227.1.10.1.14 lmpCcHelloDeadIntervalMin: 1.3.6.1.2.1.10.227.1.10.1.15 lmpCcHelloDeadIntervalMax: 1.3.6.1.2.1.10.227.1.10.1.16 lmpCcHelloDeadIntervalNegotiated: 1.3.6.1.2.1.10.227.1.10.1.17 lmpCcLastChange: 1.3.6.1.2.1.10.227.1.10.1.18 lmpCcAdminStatus: 1.3.6.1.2.1.10.227.1.10.1.19 lmpCcOperStatus: 1.3.6.1.2.1.10.227.1.10.1.20 lmpCcRowStatus: 1.3.6.1.2.1.10.227.1.10.1.21 lmpCcStorageType: 1.3.6.1.2.1.10.227.1.10.1.22 lmpControlChannelPerfTable: 1.3.6.1.2.1.10.227.1.11 lmpControlChannelPerfEntry: 1.3.6.1.2.1.10.227.1.11.1 lmpCcInOctets: 1.3.6.1.2.1.10.227.1.11.1.1 lmpCcInDiscards: 1.3.6.1.2.1.10.227.1.11.1.2 lmpCcInErrors: 1.3.6.1.2.1.10.227.1.11.1.3 lmpCcOutOctets: 1.3.6.1.2.1.10.227.1.11.1.4 lmpCcOutDiscards: 1.3.6.1.2.1.10.227.1.11.1.5 lmpCcOutErrors: 1.3.6.1.2.1.10.227.1.11.1.6 lmpCcConfigReceived: 1.3.6.1.2.1.10.227.1.11.1.7 lmpCcConfigSent: 1.3.6.1.2.1.10.227.1.11.1.8 lmpCcConfigRetransmit: 1.3.6.1.2.1.10.227.1.11.1.9 lmpCcConfigAckReceived: 1.3.6.1.2.1.10.227.1.11.1.10 lmpCcConfigAckSent: 1.3.6.1.2.1.10.227.1.11.1.11 lmpCcConfigNackReceived: 1.3.6.1.2.1.10.227.1.11.1.12 lmpCcConfigNackSent: 1.3.6.1.2.1.10.227.1.11.1.13 lmpCcHelloReceived: 1.3.6.1.2.1.10.227.1.11.1.14 lmpCcHelloSent: 1.3.6.1.2.1.10.227.1.11.1.15 lmpCcBeginVerifyReceived: 1.3.6.1.2.1.10.227.1.11.1.16 lmpCcBeginVerifySent: 1.3.6.1.2.1.10.227.1.11.1.17 lmpCcBeginVerifyRetransmit: 1.3.6.1.2.1.10.227.1.11.1.18 lmpCcBeginVerifyAckReceived: 1.3.6.1.2.1.10.227.1.11.1.19 lmpCcBeginVerifyAckSent: 1.3.6.1.2.1.10.227.1.11.1.20 lmpCcBeginVerifyNackReceived: 1.3.6.1.2.1.10.227.1.11.1.21 lmpCcBeginVerifyNackSent: 1.3.6.1.2.1.10.227.1.11.1.22 lmpCcEndVerifyReceived: 1.3.6.1.2.1.10.227.1.11.1.23 lmpCcEndVerifySent: 1.3.6.1.2.1.10.227.1.11.1.24 lmpCcEndVerifyRetransmit: 1.3.6.1.2.1.10.227.1.11.1.25 lmpCcEndVerifyAckReceived: 1.3.6.1.2.1.10.227.1.11.1.26 lmpCcEndVerifyAckSent: 1.3.6.1.2.1.10.227.1.11.1.27 lmpCcTestStatusSuccessReceived: 1.3.6.1.2.1.10.227.1.11.1.28 lmpCcTestStatusSuccessSent: 1.3.6.1.2.1.10.227.1.11.1.29 lmpCcTestStatusSuccessRetransmit: 1.3.6.1.2.1.10.227.1.11.1.30 lmpCcTestStatusFailureReceived: 1.3.6.1.2.1.10.227.1.11.1.31 lmpCcTestStatusFailureSent: 1.3.6.1.2.1.10.227.1.11.1.32 lmpCcTestStatusFailureRetransmit: 1.3.6.1.2.1.10.227.1.11.1.33 lmpCcTestStatusAckReceived: 1.3.6.1.2.1.10.227.1.11.1.34 lmpCcTestStatusAckSent: 1.3.6.1.2.1.10.227.1.11.1.35 lmpCcLinkSummaryReceived: 1.3.6.1.2.1.10.227.1.11.1.36 lmpCcLinkSummarySent: 1.3.6.1.2.1.10.227.1.11.1.37 lmpCcLinkSummaryRetransmit: 1.3.6.1.2.1.10.227.1.11.1.38 lmpCcLinkSummaryAckReceived: 1.3.6.1.2.1.10.227.1.11.1.39 lmpCcLinkSummaryAckSent: 1.3.6.1.2.1.10.227.1.11.1.40 lmpCcLinkSummaryNackReceived: 1.3.6.1.2.1.10.227.1.11.1.41 lmpCcLinkSummaryNackSent: 1.3.6.1.2.1.10.227.1.11.1.42 lmpCcChannelStatusReceived: 1.3.6.1.2.1.10.227.1.11.1.43 lmpCcChannelStatusSent: 1.3.6.1.2.1.10.227.1.11.1.44 lmpCcChannelStatusRetransmit: 1.3.6.1.2.1.10.227.1.11.1.45 lmpCcChannelStatusAckReceived: 1.3.6.1.2.1.10.227.1.11.1.46 lmpCcChannelStatusAckSent: 1.3.6.1.2.1.10.227.1.11.1.47 lmpCcChannelStatusReqReceived: 1.3.6.1.2.1.10.227.1.11.1.48 lmpCcChannelStatusReqSent: 1.3.6.1.2.1.10.227.1.11.1.49 lmpCcChannelStatusReqRetransmit: 1.3.6.1.2.1.10.227.1.11.1.50 lmpCcChannelStatusRspReceived: 1.3.6.1.2.1.10.227.1.11.1.51 lmpCcChannelStatusRspSent: 1.3.6.1.2.1.10.227.1.11.1.52 lmpCcCounterDiscontinuityTime: 1.3.6.1.2.1.10.227.1.11.1.53 lmpTeLinkTable: 1.3.6.1.2.1.10.227.1.12 lmpTeLinkEntry: 1.3.6.1.2.1.10.227.1.12.1 lmpTeLinkNbrRemoteNodeId: 1.3.6.1.2.1.10.227.1.12.1.1 lmpTeLinkVerification: 1.3.6.1.2.1.10.227.1.12.1.2 lmpTeLinkFaultManagement: 1.3.6.1.2.1.10.227.1.12.1.3 lmpTeLinkDwdm: 1.3.6.1.2.1.10.227.1.12.1.4 lmpTeLinkOperStatus: 1.3.6.1.2.1.10.227.1.12.1.5 lmpTeLinkRowStatus: 1.3.6.1.2.1.10.227.1.12.1.6 lmpTeLinkStorageType: 1.3.6.1.2.1.10.227.1.12.1.7 lmpGlobalLinkVerificationInterval: 1.3.6.1.2.1.10.227.1.13 lmpLinkVerificationTable: 1.3.6.1.2.1.10.227.1.14 lmpLinkVerificationEntry: 1.3.6.1.2.1.10.227.1.14.1 lmpLinkVerifyInterval: 1.3.6.1.2.1.10.227.1.14.1.1 lmpLinkVerifyDeadInterval: 1.3.6.1.2.1.10.227.1.14.1.2 lmpLinkVerifyTransportMechanism: 1.3.6.1.2.1.10.227.1.14.1.3 lmpLinkVerifyAllLinks: 1.3.6.1.2.1.10.227.1.14.1.4 lmpLinkVerifyTransmissionRate: 1.3.6.1.2.1.10.227.1.14.1.5 lmpLinkVerifyWavelength: 1.3.6.1.2.1.10.227.1.14.1.6 lmpLinkVerifyRowStatus: 1.3.6.1.2.1.10.227.1.14.1.7 lmpLinkVerifyStorageType: 1.3.6.1.2.1.10.227.1.14.1.8 lmpTeLinkPerfTable: 1.3.6.1.2.1.10.227.1.15 lmpTeLinkPerfEntry: 1.3.6.1.2.1.10.227.1.15.1 lmpTeInOctets: 1.3.6.1.2.1.10.227.1.15.1.1 lmpTeOutOctets: 1.3.6.1.2.1.10.227.1.15.1.2 lmpTeBeginVerifyReceived: 1.3.6.1.2.1.10.227.1.15.1.3 lmpTeBeginVerifySent: 1.3.6.1.2.1.10.227.1.15.1.4 lmpTeBeginVerifyRetransmit: 1.3.6.1.2.1.10.227.1.15.1.5 lmpTeBeginVerifyAckReceived: 1.3.6.1.2.1.10.227.1.15.1.6 lmpTeBeginVerifyAckSent: 1.3.6.1.2.1.10.227.1.15.1.7 lmpTeBeginVerifyNackReceived: 1.3.6.1.2.1.10.227.1.15.1.8 lmpTeBeginVerifyNackSent: 1.3.6.1.2.1.10.227.1.15.1.9 lmpTeEndVerifyReceived: 1.3.6.1.2.1.10.227.1.15.1.10 lmpTeEndVerifySent: 1.3.6.1.2.1.10.227.1.15.1.11 lmpTeEndVerifyRetransmit: 1.3.6.1.2.1.10.227.1.15.1.12 lmpTeEndVerifyAckReceived: 1.3.6.1.2.1.10.227.1.15.1.13 lmpTeEndVerifyAckSent: 1.3.6.1.2.1.10.227.1.15.1.14 lmpTeTestStatusSuccessReceived: 1.3.6.1.2.1.10.227.1.15.1.15 lmpTeTestStatusSuccessSent: 1.3.6.1.2.1.10.227.1.15.1.16 lmpTeTestStatusSuccessRetransmit: 1.3.6.1.2.1.10.227.1.15.1.17 lmpTeTestStatusFailureReceived: 1.3.6.1.2.1.10.227.1.15.1.18 lmpTeTestStatusFailureSent: 1.3.6.1.2.1.10.227.1.15.1.19 lmpTeTestStatusFailureRetransmit: 1.3.6.1.2.1.10.227.1.15.1.20 lmpTeTestStatusAckReceived: 1.3.6.1.2.1.10.227.1.15.1.21 lmpTeTestStatusAckSent: 1.3.6.1.2.1.10.227.1.15.1.22 lmpTeLinkSummaryReceived: 1.3.6.1.2.1.10.227.1.15.1.23 lmpTeLinkSummarySent: 1.3.6.1.2.1.10.227.1.15.1.24 lmpTeLinkSummaryRetransmit: 1.3.6.1.2.1.10.227.1.15.1.25 lmpTeLinkSummaryAckReceived: 1.3.6.1.2.1.10.227.1.15.1.26 lmpTeLinkSummaryAckSent: 1.3.6.1.2.1.10.227.1.15.1.27 lmpTeLinkSummaryNackReceived: 1.3.6.1.2.1.10.227.1.15.1.28 lmpTeLinkSummaryNackSent: 1.3.6.1.2.1.10.227.1.15.1.29 lmpTeChannelStatusReceived: 1.3.6.1.2.1.10.227.1.15.1.30 lmpTeChannelStatusSent: 1.3.6.1.2.1.10.227.1.15.1.31 lmpTeChannelStatusRetransmit: 1.3.6.1.2.1.10.227.1.15.1.32 lmpTeChannelStatusAckReceived: 1.3.6.1.2.1.10.227.1.15.1.33 lmpTeChannelStatusAckSent: 1.3.6.1.2.1.10.227.1.15.1.34 lmpTeChannelStatusReqReceived: 1.3.6.1.2.1.10.227.1.15.1.35 lmpTeChannelStatusReqSent: 1.3.6.1.2.1.10.227.1.15.1.36 lmpTeChannelStatusReqRetransmit: 1.3.6.1.2.1.10.227.1.15.1.37 lmpTeChannelStatusRspReceived: 1.3.6.1.2.1.10.227.1.15.1.38 lmpTeChannelStatusRspSent: 1.3.6.1.2.1.10.227.1.15.1.39 lmpTeCounterDiscontinuityTime: 1.3.6.1.2.1.10.227.1.15.1.40 lmpDataLinkTable: 1.3.6.1.2.1.10.227.1.16 lmpDataLinkEntry: 1.3.6.1.2.1.10.227.1.16.1 lmpDataLinkType: 1.3.6.1.2.1.10.227.1.16.1.1 lmpDataLinkAddressType: 1.3.6.1.2.1.10.227.1.16.1.2 lmpDataLinkIpAddr: 1.3.6.1.2.1.10.227.1.16.1.3 lmpDataLinkRemoteIpAddress: 1.3.6.1.2.1.10.227.1.16.1.4 lmpDataLinkRemoteIfId: 1.3.6.1.2.1.10.227.1.16.1.5 lmpDataLinkEncodingType: 1.3.6.1.2.1.10.227.1.16.1.6 lmpDataLinkActiveOperStatus: 1.3.6.1.2.1.10.227.1.16.1.7 lmpDataLinkPassiveOperStatus: 1.3.6.1.2.1.10.227.1.16.1.8 lmpDataLinkRowStatus: 1.3.6.1.2.1.10.227.1.16.1.9 lmpDataLinkStorageType: 1.3.6.1.2.1.10.227.1.16.1.10 lmpDataLinkPerfTable: 1.3.6.1.2.1.10.227.1.17 lmpDataLinkPerfEntry: 1.3.6.1.2.1.10.227.1.17.1 lmpDataLinkTestReceived: 1.3.6.1.2.1.10.227.1.17.1.1 lmpDataLinkTestSent: 1.3.6.1.2.1.10.227.1.17.1.2 lmpDataLinkActiveTestSuccess: 1.3.6.1.2.1.10.227.1.17.1.3 lmpDataLinkActiveTestFailure: 1.3.6.1.2.1.10.227.1.17.1.4 lmpDataLinkPassiveTestSuccess: 1.3.6.1.2.1.10.227.1.17.1.5 lmpDataLinkPassiveTestFailure: 1.3.6.1.2.1.10.227.1.17.1.6 lmpDataLinkDiscontinuityTime: 1.3.6.1.2.1.10.227.1.17.1.7 lmpNotificationMaxRate: 1.3.6.1.2.1.10.227.1.18 lmpLinkPropertyNotificationsEnabled: 1.3.6.1.2.1.10.227.1.19 lmpUnprotectedNotificationsEnabled: 1.3.6.1.2.1.10.227.1.20 lmpCcUpDownNotificationsEnabled: 1.3.6.1.2.1.10.227.1.21 lmpTeLinkNotificationsEnabled: 1.3.6.1.2.1.10.227.1.22 lmpDataLinkNotificationsEnabled: 1.3.6.1.2.1.10.227.1.23 lmpConformance: 1.3.6.1.2.1.10.227.2 lmpCompliances: 1.3.6.1.2.1.10.227.2.1 lmpGroups: 1.3.6.1.2.1.10.227.2.2 lmpTeLinkPropertyMismatch: 1.3.6.1.2.1.10.227.0.1 lmpDataLinkPropertyMismatch: 1.3.6.1.2.1.10.227.0.2 lmpUnprotected: 1.3.6.1.2.1.10.227.0.3 lmpControlChannelUp: 1.3.6.1.2.1.10.227.0.4 lmpControlChannelDown: 1.3.6.1.2.1.10.227.0.5 lmpTeLinkDegraded: 1.3.6.1.2.1.10.227.0.6 lmpTeLinkNotDegraded: 1.3.6.1.2.1.10.227.0.7 lmpDataLinkVerificationFailure: 1.3.6.1.2.1.10.227.0.8 snmp-1.2.0/data/ruby/snmp/mibs/RSVP-MIB.yaml0000644000004100000410000001523212365504747020423 0ustar www-datawww-data--- rsvp: 1.3.6.1.2.1.51 rsvpObjects: 1.3.6.1.2.1.51.1 rsvpSessionTable: 1.3.6.1.2.1.51.1.1 rsvpSessionEntry: 1.3.6.1.2.1.51.1.1.1 rsvpSessionNumber: 1.3.6.1.2.1.51.1.1.1.1 rsvpSessionType: 1.3.6.1.2.1.51.1.1.1.2 rsvpSessionDestAddr: 1.3.6.1.2.1.51.1.1.1.3 rsvpSessionDestAddrLength: 1.3.6.1.2.1.51.1.1.1.4 rsvpSessionProtocol: 1.3.6.1.2.1.51.1.1.1.5 rsvpSessionPort: 1.3.6.1.2.1.51.1.1.1.6 rsvpSessionSenders: 1.3.6.1.2.1.51.1.1.1.7 rsvpSessionReceivers: 1.3.6.1.2.1.51.1.1.1.8 rsvpSessionRequests: 1.3.6.1.2.1.51.1.1.1.9 rsvpSenderTable: 1.3.6.1.2.1.51.1.2 rsvpSenderEntry: 1.3.6.1.2.1.51.1.2.1 rsvpSenderNumber: 1.3.6.1.2.1.51.1.2.1.1 rsvpSenderType: 1.3.6.1.2.1.51.1.2.1.2 rsvpSenderDestAddr: 1.3.6.1.2.1.51.1.2.1.3 rsvpSenderAddr: 1.3.6.1.2.1.51.1.2.1.4 rsvpSenderDestAddrLength: 1.3.6.1.2.1.51.1.2.1.5 rsvpSenderAddrLength: 1.3.6.1.2.1.51.1.2.1.6 rsvpSenderProtocol: 1.3.6.1.2.1.51.1.2.1.7 rsvpSenderDestPort: 1.3.6.1.2.1.51.1.2.1.8 rsvpSenderPort: 1.3.6.1.2.1.51.1.2.1.9 rsvpSenderFlowId: 1.3.6.1.2.1.51.1.2.1.10 rsvpSenderHopAddr: 1.3.6.1.2.1.51.1.2.1.11 rsvpSenderHopLih: 1.3.6.1.2.1.51.1.2.1.12 rsvpSenderInterface: 1.3.6.1.2.1.51.1.2.1.13 rsvpSenderTSpecRate: 1.3.6.1.2.1.51.1.2.1.14 rsvpSenderTSpecPeakRate: 1.3.6.1.2.1.51.1.2.1.15 rsvpSenderTSpecBurst: 1.3.6.1.2.1.51.1.2.1.16 rsvpSenderTSpecMinTU: 1.3.6.1.2.1.51.1.2.1.17 rsvpSenderTSpecMaxTU: 1.3.6.1.2.1.51.1.2.1.18 rsvpSenderInterval: 1.3.6.1.2.1.51.1.2.1.19 rsvpSenderRSVPHop: 1.3.6.1.2.1.51.1.2.1.20 rsvpSenderLastChange: 1.3.6.1.2.1.51.1.2.1.21 rsvpSenderPolicy: 1.3.6.1.2.1.51.1.2.1.22 rsvpSenderAdspecBreak: 1.3.6.1.2.1.51.1.2.1.23 rsvpSenderAdspecHopCount: 1.3.6.1.2.1.51.1.2.1.24 rsvpSenderAdspecPathBw: 1.3.6.1.2.1.51.1.2.1.25 rsvpSenderAdspecMinLatency: 1.3.6.1.2.1.51.1.2.1.26 rsvpSenderAdspecMtu: 1.3.6.1.2.1.51.1.2.1.27 rsvpSenderAdspecGuaranteedSvc: 1.3.6.1.2.1.51.1.2.1.28 rsvpSenderAdspecGuaranteedBreak: 1.3.6.1.2.1.51.1.2.1.29 rsvpSenderAdspecGuaranteedCtot: 1.3.6.1.2.1.51.1.2.1.30 rsvpSenderAdspecGuaranteedDtot: 1.3.6.1.2.1.51.1.2.1.31 rsvpSenderAdspecGuaranteedCsum: 1.3.6.1.2.1.51.1.2.1.32 rsvpSenderAdspecGuaranteedDsum: 1.3.6.1.2.1.51.1.2.1.33 rsvpSenderAdspecGuaranteedHopCount: 1.3.6.1.2.1.51.1.2.1.34 rsvpSenderAdspecGuaranteedPathBw: 1.3.6.1.2.1.51.1.2.1.35 rsvpSenderAdspecGuaranteedMinLatency: 1.3.6.1.2.1.51.1.2.1.36 rsvpSenderAdspecGuaranteedMtu: 1.3.6.1.2.1.51.1.2.1.37 rsvpSenderAdspecCtrlLoadSvc: 1.3.6.1.2.1.51.1.2.1.38 rsvpSenderAdspecCtrlLoadBreak: 1.3.6.1.2.1.51.1.2.1.39 rsvpSenderAdspecCtrlLoadHopCount: 1.3.6.1.2.1.51.1.2.1.40 rsvpSenderAdspecCtrlLoadPathBw: 1.3.6.1.2.1.51.1.2.1.41 rsvpSenderAdspecCtrlLoadMinLatency: 1.3.6.1.2.1.51.1.2.1.42 rsvpSenderAdspecCtrlLoadMtu: 1.3.6.1.2.1.51.1.2.1.43 rsvpSenderStatus: 1.3.6.1.2.1.51.1.2.1.44 rsvpSenderTTL: 1.3.6.1.2.1.51.1.2.1.45 rsvpSenderOutInterfaceTable: 1.3.6.1.2.1.51.1.3 rsvpSenderOutInterfaceEntry: 1.3.6.1.2.1.51.1.3.1 rsvpSenderOutInterfaceStatus: 1.3.6.1.2.1.51.1.3.1.1 rsvpResvTable: 1.3.6.1.2.1.51.1.4 rsvpResvEntry: 1.3.6.1.2.1.51.1.4.1 rsvpResvNumber: 1.3.6.1.2.1.51.1.4.1.1 rsvpResvType: 1.3.6.1.2.1.51.1.4.1.2 rsvpResvDestAddr: 1.3.6.1.2.1.51.1.4.1.3 rsvpResvSenderAddr: 1.3.6.1.2.1.51.1.4.1.4 rsvpResvDestAddrLength: 1.3.6.1.2.1.51.1.4.1.5 rsvpResvSenderAddrLength: 1.3.6.1.2.1.51.1.4.1.6 rsvpResvProtocol: 1.3.6.1.2.1.51.1.4.1.7 rsvpResvDestPort: 1.3.6.1.2.1.51.1.4.1.8 rsvpResvPort: 1.3.6.1.2.1.51.1.4.1.9 rsvpResvHopAddr: 1.3.6.1.2.1.51.1.4.1.10 rsvpResvHopLih: 1.3.6.1.2.1.51.1.4.1.11 rsvpResvInterface: 1.3.6.1.2.1.51.1.4.1.12 rsvpResvService: 1.3.6.1.2.1.51.1.4.1.13 rsvpResvTSpecRate: 1.3.6.1.2.1.51.1.4.1.14 rsvpResvTSpecPeakRate: 1.3.6.1.2.1.51.1.4.1.15 rsvpResvTSpecBurst: 1.3.6.1.2.1.51.1.4.1.16 rsvpResvTSpecMinTU: 1.3.6.1.2.1.51.1.4.1.17 rsvpResvTSpecMaxTU: 1.3.6.1.2.1.51.1.4.1.18 rsvpResvRSpecRate: 1.3.6.1.2.1.51.1.4.1.19 rsvpResvRSpecSlack: 1.3.6.1.2.1.51.1.4.1.20 rsvpResvInterval: 1.3.6.1.2.1.51.1.4.1.21 rsvpResvScope: 1.3.6.1.2.1.51.1.4.1.22 rsvpResvShared: 1.3.6.1.2.1.51.1.4.1.23 rsvpResvExplicit: 1.3.6.1.2.1.51.1.4.1.24 rsvpResvRSVPHop: 1.3.6.1.2.1.51.1.4.1.25 rsvpResvLastChange: 1.3.6.1.2.1.51.1.4.1.26 rsvpResvPolicy: 1.3.6.1.2.1.51.1.4.1.27 rsvpResvStatus: 1.3.6.1.2.1.51.1.4.1.28 rsvpResvTTL: 1.3.6.1.2.1.51.1.4.1.29 rsvpResvFlowId: 1.3.6.1.2.1.51.1.4.1.30 rsvpResvFwdTable: 1.3.6.1.2.1.51.1.5 rsvpResvFwdEntry: 1.3.6.1.2.1.51.1.5.1 rsvpResvFwdNumber: 1.3.6.1.2.1.51.1.5.1.1 rsvpResvFwdType: 1.3.6.1.2.1.51.1.5.1.2 rsvpResvFwdDestAddr: 1.3.6.1.2.1.51.1.5.1.3 rsvpResvFwdSenderAddr: 1.3.6.1.2.1.51.1.5.1.4 rsvpResvFwdDestAddrLength: 1.3.6.1.2.1.51.1.5.1.5 rsvpResvFwdSenderAddrLength: 1.3.6.1.2.1.51.1.5.1.6 rsvpResvFwdProtocol: 1.3.6.1.2.1.51.1.5.1.7 rsvpResvFwdDestPort: 1.3.6.1.2.1.51.1.5.1.8 rsvpResvFwdPort: 1.3.6.1.2.1.51.1.5.1.9 rsvpResvFwdHopAddr: 1.3.6.1.2.1.51.1.5.1.10 rsvpResvFwdHopLih: 1.3.6.1.2.1.51.1.5.1.11 rsvpResvFwdInterface: 1.3.6.1.2.1.51.1.5.1.12 rsvpResvFwdService: 1.3.6.1.2.1.51.1.5.1.13 rsvpResvFwdTSpecRate: 1.3.6.1.2.1.51.1.5.1.14 rsvpResvFwdTSpecPeakRate: 1.3.6.1.2.1.51.1.5.1.15 rsvpResvFwdTSpecBurst: 1.3.6.1.2.1.51.1.5.1.16 rsvpResvFwdTSpecMinTU: 1.3.6.1.2.1.51.1.5.1.17 rsvpResvFwdTSpecMaxTU: 1.3.6.1.2.1.51.1.5.1.18 rsvpResvFwdRSpecRate: 1.3.6.1.2.1.51.1.5.1.19 rsvpResvFwdRSpecSlack: 1.3.6.1.2.1.51.1.5.1.20 rsvpResvFwdInterval: 1.3.6.1.2.1.51.1.5.1.21 rsvpResvFwdScope: 1.3.6.1.2.1.51.1.5.1.22 rsvpResvFwdShared: 1.3.6.1.2.1.51.1.5.1.23 rsvpResvFwdExplicit: 1.3.6.1.2.1.51.1.5.1.24 rsvpResvFwdRSVPHop: 1.3.6.1.2.1.51.1.5.1.25 rsvpResvFwdLastChange: 1.3.6.1.2.1.51.1.5.1.26 rsvpResvFwdPolicy: 1.3.6.1.2.1.51.1.5.1.27 rsvpResvFwdStatus: 1.3.6.1.2.1.51.1.5.1.28 rsvpResvFwdTTL: 1.3.6.1.2.1.51.1.5.1.29 rsvpResvFwdFlowId: 1.3.6.1.2.1.51.1.5.1.30 rsvpIfTable: 1.3.6.1.2.1.51.1.6 rsvpIfEntry: 1.3.6.1.2.1.51.1.6.1 rsvpIfUdpNbrs: 1.3.6.1.2.1.51.1.6.1.1 rsvpIfIpNbrs: 1.3.6.1.2.1.51.1.6.1.2 rsvpIfNbrs: 1.3.6.1.2.1.51.1.6.1.3 rsvpIfRefreshBlockadeMultiple: 1.3.6.1.2.1.51.1.6.1.4 rsvpIfRefreshMultiple: 1.3.6.1.2.1.51.1.6.1.5 rsvpIfTTL: 1.3.6.1.2.1.51.1.6.1.6 rsvpIfRefreshInterval: 1.3.6.1.2.1.51.1.6.1.7 rsvpIfRouteDelay: 1.3.6.1.2.1.51.1.6.1.8 rsvpIfEnabled: 1.3.6.1.2.1.51.1.6.1.9 rsvpIfUdpRequired: 1.3.6.1.2.1.51.1.6.1.10 rsvpIfStatus: 1.3.6.1.2.1.51.1.6.1.11 rsvpNbrTable: 1.3.6.1.2.1.51.1.7 rsvpNbrEntry: 1.3.6.1.2.1.51.1.7.1 rsvpNbrAddress: 1.3.6.1.2.1.51.1.7.1.1 rsvpNbrProtocol: 1.3.6.1.2.1.51.1.7.1.2 rsvpNbrStatus: 1.3.6.1.2.1.51.1.7.1.3 rsvpGenObjects: 1.3.6.1.2.1.51.2 rsvpBadPackets: 1.3.6.1.2.1.51.2.1 rsvpSenderNewIndex: 1.3.6.1.2.1.51.2.2 rsvpResvNewIndex: 1.3.6.1.2.1.51.2.3 rsvpResvFwdNewIndex: 1.3.6.1.2.1.51.2.4 rsvpNotificationsPrefix: 1.3.6.1.2.1.51.3 rsvpNotifications: 1.3.6.1.2.1.51.3.0 rsvpConformance: 1.3.6.1.2.1.51.4 rsvpGroups: 1.3.6.1.2.1.51.4.1 rsvpCompliances: 1.3.6.1.2.1.51.4.2 newFlow: 1.3.6.1.2.1.51.3.0.1 lostFlow: 1.3.6.1.2.1.51.3.0.2 snmp-1.2.0/data/ruby/snmp/mibs/EFM-CU-MIB.yaml0000644000004100000410000001236412365504747020550 0ustar www-datawww-data--- efmCuMIB: 1.3.6.1.2.1.167 efmCuObjects: 1.3.6.1.2.1.167.1 efmCuPort: 1.3.6.1.2.1.167.1.1 efmCuPortNotifications: 1.3.6.1.2.1.167.1.1.0 efmCuPortConfTable: 1.3.6.1.2.1.167.1.1.1 efmCuPortConfEntry: 1.3.6.1.2.1.167.1.1.1.1 efmCuPAFAdminState: 1.3.6.1.2.1.167.1.1.1.1.1 efmCuPAFDiscoveryCode: 1.3.6.1.2.1.167.1.1.1.1.2 efmCuAdminProfile: 1.3.6.1.2.1.167.1.1.1.1.3 efmCuTargetDataRate: 1.3.6.1.2.1.167.1.1.1.1.4 efmCuTargetSnrMgn: 1.3.6.1.2.1.167.1.1.1.1.5 efmCuAdaptiveSpectra: 1.3.6.1.2.1.167.1.1.1.1.6 efmCuThreshLowRate: 1.3.6.1.2.1.167.1.1.1.1.7 efmCuLowRateCrossingEnable: 1.3.6.1.2.1.167.1.1.1.1.8 efmCuPortCapabilityTable: 1.3.6.1.2.1.167.1.1.2 efmCuPortCapabilityEntry: 1.3.6.1.2.1.167.1.1.2.1 efmCuPAFSupported: 1.3.6.1.2.1.167.1.1.2.1.1 efmCuPeerPAFSupported: 1.3.6.1.2.1.167.1.1.2.1.2 efmCuPAFCapacity: 1.3.6.1.2.1.167.1.1.2.1.3 efmCuPeerPAFCapacity: 1.3.6.1.2.1.167.1.1.2.1.4 efmCuPortStatusTable: 1.3.6.1.2.1.167.1.1.3 efmCuPortStatusEntry: 1.3.6.1.2.1.167.1.1.3.1 efmCuFltStatus: 1.3.6.1.2.1.167.1.1.3.1.1 efmCuPortSide: 1.3.6.1.2.1.167.1.1.3.1.2 efmCuNumPMEs: 1.3.6.1.2.1.167.1.1.3.1.3 efmCuPAFInErrors: 1.3.6.1.2.1.167.1.1.3.1.4 efmCuPAFInSmallFragments: 1.3.6.1.2.1.167.1.1.3.1.5 efmCuPAFInLargeFragments: 1.3.6.1.2.1.167.1.1.3.1.6 efmCuPAFInBadFragments: 1.3.6.1.2.1.167.1.1.3.1.7 efmCuPAFInLostFragments: 1.3.6.1.2.1.167.1.1.3.1.8 efmCuPAFInLostStarts: 1.3.6.1.2.1.167.1.1.3.1.9 efmCuPAFInLostEnds: 1.3.6.1.2.1.167.1.1.3.1.10 efmCuPAFInOverflows: 1.3.6.1.2.1.167.1.1.3.1.11 efmCuPme: 1.3.6.1.2.1.167.1.2 efmCuPmeNotifications: 1.3.6.1.2.1.167.1.2.0 efmCuPmeConfTable: 1.3.6.1.2.1.167.1.2.1 efmCuPmeConfEntry: 1.3.6.1.2.1.167.1.2.1.1 efmCuPmeAdminSubType: 1.3.6.1.2.1.167.1.2.1.1.1 efmCuPmeAdminProfile: 1.3.6.1.2.1.167.1.2.1.1.2 efmCuPAFRemoteDiscoveryCode: 1.3.6.1.2.1.167.1.2.1.1.3 efmCuPmeThreshLineAtn: 1.3.6.1.2.1.167.1.2.1.1.4 efmCuPmeThreshSnrMgn: 1.3.6.1.2.1.167.1.2.1.1.5 efmCuPmeLineAtnCrossingEnable: 1.3.6.1.2.1.167.1.2.1.1.6 efmCuPmeSnrMgnCrossingEnable: 1.3.6.1.2.1.167.1.2.1.1.7 efmCuPmeDeviceFaultEnable: 1.3.6.1.2.1.167.1.2.1.1.8 efmCuPmeConfigInitFailEnable: 1.3.6.1.2.1.167.1.2.1.1.9 efmCuPmeProtocolInitFailEnable: 1.3.6.1.2.1.167.1.2.1.1.10 efmCuPmeCapabilityTable: 1.3.6.1.2.1.167.1.2.2 efmCuPmeCapabilityEntry: 1.3.6.1.2.1.167.1.2.2.1 efmCuPmeSubTypesSupported: 1.3.6.1.2.1.167.1.2.2.1.1 efmCuPmeStatusTable: 1.3.6.1.2.1.167.1.2.3 efmCuPmeStatusEntry: 1.3.6.1.2.1.167.1.2.3.1 efmCuPmeOperStatus: 1.3.6.1.2.1.167.1.2.3.1.1 efmCuPmeFltStatus: 1.3.6.1.2.1.167.1.2.3.1.2 efmCuPmeOperSubType: 1.3.6.1.2.1.167.1.2.3.1.3 efmCuPmeOperProfile: 1.3.6.1.2.1.167.1.2.3.1.4 efmCuPmeSnrMgn: 1.3.6.1.2.1.167.1.2.3.1.5 efmCuPmePeerSnrMgn: 1.3.6.1.2.1.167.1.2.3.1.6 efmCuPmeLineAtn: 1.3.6.1.2.1.167.1.2.3.1.7 efmCuPmePeerLineAtn: 1.3.6.1.2.1.167.1.2.3.1.8 efmCuPmeEquivalentLength: 1.3.6.1.2.1.167.1.2.3.1.9 efmCuPmeTCCodingErrors: 1.3.6.1.2.1.167.1.2.3.1.10 efmCuPmeTCCrcErrors: 1.3.6.1.2.1.167.1.2.3.1.11 efmCuPme2B: 1.3.6.1.2.1.167.1.2.5 efmCuPme2BProfileTable: 1.3.6.1.2.1.167.1.2.5.2 efmCuPme2BProfileEntry: 1.3.6.1.2.1.167.1.2.5.2.1 efmCuPme2BProfileIndex: 1.3.6.1.2.1.167.1.2.5.2.1.1 efmCuPme2BProfileDescr: 1.3.6.1.2.1.167.1.2.5.2.1.2 efmCuPme2BRegion: 1.3.6.1.2.1.167.1.2.5.2.1.3 efmCuPme2BsMode: 1.3.6.1.2.1.167.1.2.5.2.1.4 efmCuPme2BMinDataRate: 1.3.6.1.2.1.167.1.2.5.2.1.5 efmCuPme2BMaxDataRate: 1.3.6.1.2.1.167.1.2.5.2.1.6 efmCuPme2BPower: 1.3.6.1.2.1.167.1.2.5.2.1.7 efmCuPme2BConstellation: 1.3.6.1.2.1.167.1.2.5.2.1.8 efmCuPme2BProfileRowStatus: 1.3.6.1.2.1.167.1.2.5.2.1.9 efmCuPme2BsModeTable: 1.3.6.1.2.1.167.1.2.5.3 efmCuPme2BsModeEntry: 1.3.6.1.2.1.167.1.2.5.3.1 efmCuPme2BsModeIndex: 1.3.6.1.2.1.167.1.2.5.3.1.1 efmCuPme2BsModeDescr: 1.3.6.1.2.1.167.1.2.5.3.1.2 efmCuPme2BsModeRowStatus: 1.3.6.1.2.1.167.1.2.5.3.1.3 efmCuPme2BReachRateTable: 1.3.6.1.2.1.167.1.2.5.4 efmCuPme2BReachRateEntry: 1.3.6.1.2.1.167.1.2.5.4.1 efmCuPme2BReachRateIndex: 1.3.6.1.2.1.167.1.2.5.4.1.1 efmCuPme2BEquivalentLength: 1.3.6.1.2.1.167.1.2.5.4.1.2 efmCuPme2BMaxDataRatePam16: 1.3.6.1.2.1.167.1.2.5.4.1.3 efmCuPme2BMaxDataRatePam32: 1.3.6.1.2.1.167.1.2.5.4.1.4 efmCuPme2BReachRateRowStatus: 1.3.6.1.2.1.167.1.2.5.4.1.5 efmCuPme10P: 1.3.6.1.2.1.167.1.2.6 efmCuPme10PProfileTable: 1.3.6.1.2.1.167.1.2.6.1 efmCuPme10PProfileEntry: 1.3.6.1.2.1.167.1.2.6.1.1 efmCuPme10PProfileIndex: 1.3.6.1.2.1.167.1.2.6.1.1.1 efmCuPme10PProfileDescr: 1.3.6.1.2.1.167.1.2.6.1.1.2 efmCuPme10PBandplanPSDMskProfile: 1.3.6.1.2.1.167.1.2.6.1.1.3 efmCuPme10PUPBOReferenceProfile: 1.3.6.1.2.1.167.1.2.6.1.1.4 efmCuPme10PBandNotchProfiles: 1.3.6.1.2.1.167.1.2.6.1.1.5 efmCuPme10PPayloadDRateProfile: 1.3.6.1.2.1.167.1.2.6.1.1.6 efmCuPme10PPayloadURateProfile: 1.3.6.1.2.1.167.1.2.6.1.1.7 efmCuPme10PProfileRowStatus: 1.3.6.1.2.1.167.1.2.6.1.1.8 efmCuPme10PStatusTable: 1.3.6.1.2.1.167.1.2.6.2 efmCuPme10PStatusEntry: 1.3.6.1.2.1.167.1.2.6.2.1 efmCuPme10PFECCorrectedBlocks: 1.3.6.1.2.1.167.1.2.6.2.1.1 efmCuPme10PFECUncorrectedBlocks: 1.3.6.1.2.1.167.1.2.6.2.1.2 efmCuConformance: 1.3.6.1.2.1.167.2 efmCuGroups: 1.3.6.1.2.1.167.2.1 efmCuCompliances: 1.3.6.1.2.1.167.2.2 efmCuLowRateCrossing: 1.3.6.1.2.1.167.1.1.0.1 efmCuPmeLineAtnCrossing: 1.3.6.1.2.1.167.1.2.0.1 efmCuPmeSnrMgnCrossing: 1.3.6.1.2.1.167.1.2.0.2 efmCuPmeDeviceFault: 1.3.6.1.2.1.167.1.2.0.3 efmCuPmeConfigInitFailure: 1.3.6.1.2.1.167.1.2.0.4 efmCuPmeProtocolInitFailure: 1.3.6.1.2.1.167.1.2.0.5 snmp-1.2.0/data/ruby/snmp/mibs/IPOA-MIB.yaml0000644000004100000410000001006312365504747020356 0ustar www-datawww-data--- ipoaMIB: 1.3.6.1.2.1.10.46 ipoaObjects: 1.3.6.1.2.1.10.46.1 ipoaLisTrapEnable: 1.3.6.1.2.1.10.46.1.1 ipoaLisTable: 1.3.6.1.2.1.10.46.1.2 ipoaLisEntry: 1.3.6.1.2.1.10.46.1.2.1 ipoaLisSubnetAddr: 1.3.6.1.2.1.10.46.1.2.1.1 ipoaLisDefaultMtu: 1.3.6.1.2.1.10.46.1.2.1.2 ipoaLisDefaultEncapsType: 1.3.6.1.2.1.10.46.1.2.1.3 ipoaLisInactivityTimer: 1.3.6.1.2.1.10.46.1.2.1.4 ipoaLisMinHoldingTime: 1.3.6.1.2.1.10.46.1.2.1.5 ipoaLisQDepth: 1.3.6.1.2.1.10.46.1.2.1.6 ipoaLisMaxCalls: 1.3.6.1.2.1.10.46.1.2.1.7 ipoaLisCacheEntryAge: 1.3.6.1.2.1.10.46.1.2.1.8 ipoaLisRetries: 1.3.6.1.2.1.10.46.1.2.1.9 ipoaLisTimeout: 1.3.6.1.2.1.10.46.1.2.1.10 ipoaLisDefaultPeakCellRate: 1.3.6.1.2.1.10.46.1.2.1.11 ipoaLisActiveVcs: 1.3.6.1.2.1.10.46.1.2.1.12 ipoaLisRowStatus: 1.3.6.1.2.1.10.46.1.2.1.13 ipoaLisIfMappingTable: 1.3.6.1.2.1.10.46.1.3 ipoaLisIfMappingEntry: 1.3.6.1.2.1.10.46.1.3.1 ipoaLisIfMappingIfIndex: 1.3.6.1.2.1.10.46.1.3.1.1 ipoaLisIfMappingRowStatus: 1.3.6.1.2.1.10.46.1.3.1.2 ipoaArpClientTable: 1.3.6.1.2.1.10.46.1.4 ipoaArpClientEntry: 1.3.6.1.2.1.10.46.1.4.1 ipoaArpClientAtmAddr: 1.3.6.1.2.1.10.46.1.4.1.1 ipoaArpClientSrvrInUse: 1.3.6.1.2.1.10.46.1.4.1.2 ipoaArpClientInArpInReqs: 1.3.6.1.2.1.10.46.1.4.1.3 ipoaArpClientInArpOutReqs: 1.3.6.1.2.1.10.46.1.4.1.4 ipoaArpClientInArpInReplies: 1.3.6.1.2.1.10.46.1.4.1.5 ipoaArpClientInArpOutReplies: 1.3.6.1.2.1.10.46.1.4.1.6 ipoaArpClientInArpInvalidInReqs: 1.3.6.1.2.1.10.46.1.4.1.7 ipoaArpClientInArpInvalidOutReqs: 1.3.6.1.2.1.10.46.1.4.1.8 ipoaArpClientArpInReqs: 1.3.6.1.2.1.10.46.1.4.1.9 ipoaArpClientArpOutReqs: 1.3.6.1.2.1.10.46.1.4.1.10 ipoaArpClientArpInReplies: 1.3.6.1.2.1.10.46.1.4.1.11 ipoaArpClientArpOutReplies: 1.3.6.1.2.1.10.46.1.4.1.12 ipoaArpClientArpInNaks: 1.3.6.1.2.1.10.46.1.4.1.13 ipoaArpClientArpOutNaks: 1.3.6.1.2.1.10.46.1.4.1.14 ipoaArpClientArpUnknownOps: 1.3.6.1.2.1.10.46.1.4.1.15 ipoaArpClientArpNoSrvrResps: 1.3.6.1.2.1.10.46.1.4.1.16 ipoaArpClientRowStatus: 1.3.6.1.2.1.10.46.1.4.1.17 ipoaArpSrvrTable: 1.3.6.1.2.1.10.46.1.5 ipoaArpSrvrEntry: 1.3.6.1.2.1.10.46.1.5.1 ipoaArpSrvrAddr: 1.3.6.1.2.1.10.46.1.5.1.1 ipoaArpSrvrLis: 1.3.6.1.2.1.10.46.1.5.1.2 ipoaArpSrvrInArpInReqs: 1.3.6.1.2.1.10.46.1.5.1.3 ipoaArpSrvrInArpOutReqs: 1.3.6.1.2.1.10.46.1.5.1.4 ipoaArpSrvrInArpInReplies: 1.3.6.1.2.1.10.46.1.5.1.5 ipoaArpSrvrInArpOutReplies: 1.3.6.1.2.1.10.46.1.5.1.6 ipoaArpSrvrInArpInvalidInReqs: 1.3.6.1.2.1.10.46.1.5.1.7 ipoaArpSrvrInArpInvalidOutReqs: 1.3.6.1.2.1.10.46.1.5.1.8 ipoaArpSrvrArpInReqs: 1.3.6.1.2.1.10.46.1.5.1.9 ipoaArpSrvrArpOutReplies: 1.3.6.1.2.1.10.46.1.5.1.10 ipoaArpSrvrArpOutNaks: 1.3.6.1.2.1.10.46.1.5.1.11 ipoaArpSrvrArpDupIpAddrs: 1.3.6.1.2.1.10.46.1.5.1.12 ipoaArpSrvrArpUnknownOps: 1.3.6.1.2.1.10.46.1.5.1.13 ipoaArpSrvrRowStatus: 1.3.6.1.2.1.10.46.1.5.1.14 ipoaArpRemoteSrvrTable: 1.3.6.1.2.1.10.46.1.6 ipoaArpRemoteSrvrEntry: 1.3.6.1.2.1.10.46.1.6.1 ipoaArpRemoteSrvrAtmAddr: 1.3.6.1.2.1.10.46.1.6.1.1 ipoaArpRemoteSrvrRowStatus: 1.3.6.1.2.1.10.46.1.6.1.2 ipoaArpRemoteSrvrIfIndex: 1.3.6.1.2.1.10.46.1.6.1.3 ipoaArpRemoteSrvrIpAddr: 1.3.6.1.2.1.10.46.1.6.1.4 ipoaArpRemoteSrvrAdminStatus: 1.3.6.1.2.1.10.46.1.6.1.5 ipoaArpRemoteSrvrOperStatus: 1.3.6.1.2.1.10.46.1.6.1.6 ipoaVcTable: 1.3.6.1.2.1.10.46.1.7 ipoaVcEntry: 1.3.6.1.2.1.10.46.1.7.1 ipoaVcVpi: 1.3.6.1.2.1.10.46.1.7.1.1 ipoaVcVci: 1.3.6.1.2.1.10.46.1.7.1.2 ipoaVcType: 1.3.6.1.2.1.10.46.1.7.1.3 ipoaVcNegotiatedEncapsType: 1.3.6.1.2.1.10.46.1.7.1.4 ipoaVcNegotiatedMtu: 1.3.6.1.2.1.10.46.1.7.1.5 ipoaConfigPvcTable: 1.3.6.1.2.1.10.46.1.8 ipoaConfigPvcEntry: 1.3.6.1.2.1.10.46.1.8.1 ipoaConfigPvcIfIndex: 1.3.6.1.2.1.10.46.1.8.1.1 ipoaConfigPvcVpi: 1.3.6.1.2.1.10.46.1.8.1.2 ipoaConfigPvcVci: 1.3.6.1.2.1.10.46.1.8.1.3 ipoaConfigPvcDefaultMtu: 1.3.6.1.2.1.10.46.1.8.1.4 ipoaConfigPvcRowStatus: 1.3.6.1.2.1.10.46.1.8.1.5 ipoaNotifications: 1.3.6.1.2.1.10.46.2 ipoaTrapPrefix: 1.3.6.1.2.1.10.46.2.0 ipoaConformance: 1.3.6.1.2.1.10.46.3 ipoaGroups: 1.3.6.1.2.1.10.46.3.1 ipoaCompliances: 1.3.6.1.2.1.10.46.3.2 ipoaMtuExceeded: 1.3.6.1.2.1.10.46.2.0.1 ipoaDuplicateIpAddress: 1.3.6.1.2.1.10.46.2.0.2 ipoaLisCreate: 1.3.6.1.2.1.10.46.2.0.3 ipoaLisDelete: 1.3.6.1.2.1.10.46.2.0.4 snmp-1.2.0/data/ruby/snmp/mibs/INTEGRATED-SERVICES-MIB.yaml0000644000004100000410000000342012365504747022474 0ustar www-datawww-data--- intSrv: 1.3.6.1.2.1.52 intSrvObjects: 1.3.6.1.2.1.52.1 intSrvIfAttribTable: 1.3.6.1.2.1.52.1.1 intSrvIfAttribEntry: 1.3.6.1.2.1.52.1.1.1 intSrvIfAttribAllocatedBits: 1.3.6.1.2.1.52.1.1.1.1 intSrvIfAttribMaxAllocatedBits: 1.3.6.1.2.1.52.1.1.1.2 intSrvIfAttribAllocatedBuffer: 1.3.6.1.2.1.52.1.1.1.3 intSrvIfAttribFlows: 1.3.6.1.2.1.52.1.1.1.4 intSrvIfAttribPropagationDelay: 1.3.6.1.2.1.52.1.1.1.5 intSrvIfAttribStatus: 1.3.6.1.2.1.52.1.1.1.6 intSrvFlowTable: 1.3.6.1.2.1.52.1.2 intSrvFlowEntry: 1.3.6.1.2.1.52.1.2.1 intSrvFlowNumber: 1.3.6.1.2.1.52.1.2.1.1 intSrvFlowType: 1.3.6.1.2.1.52.1.2.1.2 intSrvFlowOwner: 1.3.6.1.2.1.52.1.2.1.3 intSrvFlowDestAddr: 1.3.6.1.2.1.52.1.2.1.4 intSrvFlowSenderAddr: 1.3.6.1.2.1.52.1.2.1.5 intSrvFlowDestAddrLength: 1.3.6.1.2.1.52.1.2.1.6 intSrvFlowSenderAddrLength: 1.3.6.1.2.1.52.1.2.1.7 intSrvFlowProtocol: 1.3.6.1.2.1.52.1.2.1.8 intSrvFlowDestPort: 1.3.6.1.2.1.52.1.2.1.9 intSrvFlowPort: 1.3.6.1.2.1.52.1.2.1.10 intSrvFlowFlowId: 1.3.6.1.2.1.52.1.2.1.11 intSrvFlowInterface: 1.3.6.1.2.1.52.1.2.1.12 intSrvFlowIfAddr: 1.3.6.1.2.1.52.1.2.1.13 intSrvFlowRate: 1.3.6.1.2.1.52.1.2.1.14 intSrvFlowBurst: 1.3.6.1.2.1.52.1.2.1.15 intSrvFlowWeight: 1.3.6.1.2.1.52.1.2.1.16 intSrvFlowQueue: 1.3.6.1.2.1.52.1.2.1.17 intSrvFlowMinTU: 1.3.6.1.2.1.52.1.2.1.18 intSrvFlowMaxTU: 1.3.6.1.2.1.52.1.2.1.19 intSrvFlowBestEffort: 1.3.6.1.2.1.52.1.2.1.20 intSrvFlowPoliced: 1.3.6.1.2.1.52.1.2.1.21 intSrvFlowDiscard: 1.3.6.1.2.1.52.1.2.1.22 intSrvFlowService: 1.3.6.1.2.1.52.1.2.1.23 intSrvFlowOrder: 1.3.6.1.2.1.52.1.2.1.24 intSrvFlowStatus: 1.3.6.1.2.1.52.1.2.1.25 intSrvGenObjects: 1.3.6.1.2.1.52.2 intSrvFlowNewIndex: 1.3.6.1.2.1.52.2.1 intSrvNotifications: 1.3.6.1.2.1.52.3 intSrvConformance: 1.3.6.1.2.1.52.4 intSrvGroups: 1.3.6.1.2.1.52.4.1 intSrvCompliances: 1.3.6.1.2.1.52.4.2 snmp-1.2.0/data/ruby/snmp/mibs/IPV6-MLD-MIB.yaml0000644000004100000410000000231412365504747020764 0ustar www-datawww-data--- mldMIB: 1.3.6.1.2.1.91 mldMIBObjects: 1.3.6.1.2.1.91.1 mldInterfaceTable: 1.3.6.1.2.1.91.1.1 mldInterfaceEntry: 1.3.6.1.2.1.91.1.1.1 mldInterfaceIfIndex: 1.3.6.1.2.1.91.1.1.1.1 mldInterfaceQueryInterval: 1.3.6.1.2.1.91.1.1.1.2 mldInterfaceStatus: 1.3.6.1.2.1.91.1.1.1.3 mldInterfaceVersion: 1.3.6.1.2.1.91.1.1.1.4 mldInterfaceQuerier: 1.3.6.1.2.1.91.1.1.1.5 mldInterfaceQueryMaxResponseDelay: 1.3.6.1.2.1.91.1.1.1.6 mldInterfaceJoins: 1.3.6.1.2.1.91.1.1.1.7 mldInterfaceGroups: 1.3.6.1.2.1.91.1.1.1.8 mldInterfaceRobustness: 1.3.6.1.2.1.91.1.1.1.9 mldInterfaceLastListenQueryIntvl: 1.3.6.1.2.1.91.1.1.1.10 mldInterfaceProxyIfIndex: 1.3.6.1.2.1.91.1.1.1.11 mldInterfaceQuerierUpTime: 1.3.6.1.2.1.91.1.1.1.12 mldInterfaceQuerierExpiryTime: 1.3.6.1.2.1.91.1.1.1.13 mldCacheTable: 1.3.6.1.2.1.91.1.2 mldCacheEntry: 1.3.6.1.2.1.91.1.2.1 mldCacheAddress: 1.3.6.1.2.1.91.1.2.1.1 mldCacheIfIndex: 1.3.6.1.2.1.91.1.2.1.2 mldCacheSelf: 1.3.6.1.2.1.91.1.2.1.3 mldCacheLastReporter: 1.3.6.1.2.1.91.1.2.1.4 mldCacheUpTime: 1.3.6.1.2.1.91.1.2.1.5 mldCacheExpiryTime: 1.3.6.1.2.1.91.1.2.1.6 mldCacheStatus: 1.3.6.1.2.1.91.1.2.1.7 mldMIBConformance: 1.3.6.1.2.1.91.2 mldMIBCompliances: 1.3.6.1.2.1.91.2.1 mldMIBGroups: 1.3.6.1.2.1.91.2.2 snmp-1.2.0/data/ruby/snmp/mibs/IPV6-ICMP-MIB.yaml0000644000004100000410000000370412365504747021104 0ustar www-datawww-data--- ipv6IcmpMIB: 1.3.6.1.2.1.56 ipv6IcmpMIBObjects: 1.3.6.1.2.1.56.1 ipv6IfIcmpTable: 1.3.6.1.2.1.56.1.1 ipv6IfIcmpEntry: 1.3.6.1.2.1.56.1.1.1 ipv6IfIcmpInMsgs: 1.3.6.1.2.1.56.1.1.1.1 ipv6IfIcmpInErrors: 1.3.6.1.2.1.56.1.1.1.2 ipv6IfIcmpInDestUnreachs: 1.3.6.1.2.1.56.1.1.1.3 ipv6IfIcmpInAdminProhibs: 1.3.6.1.2.1.56.1.1.1.4 ipv6IfIcmpInTimeExcds: 1.3.6.1.2.1.56.1.1.1.5 ipv6IfIcmpInParmProblems: 1.3.6.1.2.1.56.1.1.1.6 ipv6IfIcmpInPktTooBigs: 1.3.6.1.2.1.56.1.1.1.7 ipv6IfIcmpInEchos: 1.3.6.1.2.1.56.1.1.1.8 ipv6IfIcmpInEchoReplies: 1.3.6.1.2.1.56.1.1.1.9 ipv6IfIcmpInRouterSolicits: 1.3.6.1.2.1.56.1.1.1.10 ipv6IfIcmpInRouterAdvertisements: 1.3.6.1.2.1.56.1.1.1.11 ipv6IfIcmpInNeighborSolicits: 1.3.6.1.2.1.56.1.1.1.12 ipv6IfIcmpInNeighborAdvertisements: 1.3.6.1.2.1.56.1.1.1.13 ipv6IfIcmpInRedirects: 1.3.6.1.2.1.56.1.1.1.14 ipv6IfIcmpInGroupMembQueries: 1.3.6.1.2.1.56.1.1.1.15 ipv6IfIcmpInGroupMembResponses: 1.3.6.1.2.1.56.1.1.1.16 ipv6IfIcmpInGroupMembReductions: 1.3.6.1.2.1.56.1.1.1.17 ipv6IfIcmpOutMsgs: 1.3.6.1.2.1.56.1.1.1.18 ipv6IfIcmpOutErrors: 1.3.6.1.2.1.56.1.1.1.19 ipv6IfIcmpOutDestUnreachs: 1.3.6.1.2.1.56.1.1.1.20 ipv6IfIcmpOutAdminProhibs: 1.3.6.1.2.1.56.1.1.1.21 ipv6IfIcmpOutTimeExcds: 1.3.6.1.2.1.56.1.1.1.22 ipv6IfIcmpOutParmProblems: 1.3.6.1.2.1.56.1.1.1.23 ipv6IfIcmpOutPktTooBigs: 1.3.6.1.2.1.56.1.1.1.24 ipv6IfIcmpOutEchos: 1.3.6.1.2.1.56.1.1.1.25 ipv6IfIcmpOutEchoReplies: 1.3.6.1.2.1.56.1.1.1.26 ipv6IfIcmpOutRouterSolicits: 1.3.6.1.2.1.56.1.1.1.27 ipv6IfIcmpOutRouterAdvertisements: 1.3.6.1.2.1.56.1.1.1.28 ipv6IfIcmpOutNeighborSolicits: 1.3.6.1.2.1.56.1.1.1.29 ipv6IfIcmpOutNeighborAdvertisements: 1.3.6.1.2.1.56.1.1.1.30 ipv6IfIcmpOutRedirects: 1.3.6.1.2.1.56.1.1.1.31 ipv6IfIcmpOutGroupMembQueries: 1.3.6.1.2.1.56.1.1.1.32 ipv6IfIcmpOutGroupMembResponses: 1.3.6.1.2.1.56.1.1.1.33 ipv6IfIcmpOutGroupMembReductions: 1.3.6.1.2.1.56.1.1.1.34 ipv6IcmpConformance: 1.3.6.1.2.1.56.2 ipv6IcmpCompliances: 1.3.6.1.2.1.56.2.1 ipv6IcmpGroups: 1.3.6.1.2.1.56.2.2 snmp-1.2.0/data/ruby/snmp/mibs/ENTITY-MIB.yaml0000644000004100000410000000434312365504747020646 0ustar www-datawww-data--- entityMIB: 1.3.6.1.2.1.47 entityMIBObjects: 1.3.6.1.2.1.47.1 entityPhysical: 1.3.6.1.2.1.47.1.1 entPhysicalTable: 1.3.6.1.2.1.47.1.1.1 entPhysicalEntry: 1.3.6.1.2.1.47.1.1.1.1 entPhysicalIndex: 1.3.6.1.2.1.47.1.1.1.1.1 entPhysicalDescr: 1.3.6.1.2.1.47.1.1.1.1.2 entPhysicalVendorType: 1.3.6.1.2.1.47.1.1.1.1.3 entPhysicalContainedIn: 1.3.6.1.2.1.47.1.1.1.1.4 entPhysicalClass: 1.3.6.1.2.1.47.1.1.1.1.5 entPhysicalParentRelPos: 1.3.6.1.2.1.47.1.1.1.1.6 entPhysicalName: 1.3.6.1.2.1.47.1.1.1.1.7 entPhysicalHardwareRev: 1.3.6.1.2.1.47.1.1.1.1.8 entPhysicalFirmwareRev: 1.3.6.1.2.1.47.1.1.1.1.9 entPhysicalSoftwareRev: 1.3.6.1.2.1.47.1.1.1.1.10 entPhysicalSerialNum: 1.3.6.1.2.1.47.1.1.1.1.11 entPhysicalMfgName: 1.3.6.1.2.1.47.1.1.1.1.12 entPhysicalModelName: 1.3.6.1.2.1.47.1.1.1.1.13 entPhysicalAlias: 1.3.6.1.2.1.47.1.1.1.1.14 entPhysicalAssetID: 1.3.6.1.2.1.47.1.1.1.1.15 entPhysicalIsFRU: 1.3.6.1.2.1.47.1.1.1.1.16 entPhysicalMfgDate: 1.3.6.1.2.1.47.1.1.1.1.17 entPhysicalUris: 1.3.6.1.2.1.47.1.1.1.1.18 entityLogical: 1.3.6.1.2.1.47.1.2 entLogicalTable: 1.3.6.1.2.1.47.1.2.1 entLogicalEntry: 1.3.6.1.2.1.47.1.2.1.1 entLogicalIndex: 1.3.6.1.2.1.47.1.2.1.1.1 entLogicalDescr: 1.3.6.1.2.1.47.1.2.1.1.2 entLogicalType: 1.3.6.1.2.1.47.1.2.1.1.3 entLogicalCommunity: 1.3.6.1.2.1.47.1.2.1.1.4 entLogicalTAddress: 1.3.6.1.2.1.47.1.2.1.1.5 entLogicalTDomain: 1.3.6.1.2.1.47.1.2.1.1.6 entLogicalContextEngineID: 1.3.6.1.2.1.47.1.2.1.1.7 entLogicalContextName: 1.3.6.1.2.1.47.1.2.1.1.8 entityMapping: 1.3.6.1.2.1.47.1.3 entLPMappingTable: 1.3.6.1.2.1.47.1.3.1 entLPMappingEntry: 1.3.6.1.2.1.47.1.3.1.1 entLPPhysicalIndex: 1.3.6.1.2.1.47.1.3.1.1.1 entAliasMappingTable: 1.3.6.1.2.1.47.1.3.2 entAliasMappingEntry: 1.3.6.1.2.1.47.1.3.2.1 entAliasLogicalIndexOrZero: 1.3.6.1.2.1.47.1.3.2.1.1 entAliasMappingIdentifier: 1.3.6.1.2.1.47.1.3.2.1.2 entPhysicalContainsTable: 1.3.6.1.2.1.47.1.3.3 entPhysicalContainsEntry: 1.3.6.1.2.1.47.1.3.3.1 entPhysicalChildIndex: 1.3.6.1.2.1.47.1.3.3.1.1 entityGeneral: 1.3.6.1.2.1.47.1.4 entLastChangeTime: 1.3.6.1.2.1.47.1.4.1 entityMIBTraps: 1.3.6.1.2.1.47.2 entityMIBTrapPrefix: 1.3.6.1.2.1.47.2.0 entityConformance: 1.3.6.1.2.1.47.3 entityCompliances: 1.3.6.1.2.1.47.3.1 entityGroups: 1.3.6.1.2.1.47.3.2 entConfigChange: 1.3.6.1.2.1.47.2.0.1 snmp-1.2.0/data/ruby/snmp/mibs/SNMP-NOTIFICATION-MIB.yaml0000644000004100000410000000205412365504747022270 0ustar www-datawww-data--- snmpNotificationMIB: 1.3.6.1.6.3.13 snmpNotifyObjects: 1.3.6.1.6.3.13.1 snmpNotifyTable: 1.3.6.1.6.3.13.1.1 snmpNotifyEntry: 1.3.6.1.6.3.13.1.1.1 snmpNotifyName: 1.3.6.1.6.3.13.1.1.1.1 snmpNotifyTag: 1.3.6.1.6.3.13.1.1.1.2 snmpNotifyType: 1.3.6.1.6.3.13.1.1.1.3 snmpNotifyStorageType: 1.3.6.1.6.3.13.1.1.1.4 snmpNotifyRowStatus: 1.3.6.1.6.3.13.1.1.1.5 snmpNotifyFilterProfileTable: 1.3.6.1.6.3.13.1.2 snmpNotifyFilterProfileEntry: 1.3.6.1.6.3.13.1.2.1 snmpNotifyFilterProfileName: 1.3.6.1.6.3.13.1.2.1.1 snmpNotifyFilterProfileStorType: 1.3.6.1.6.3.13.1.2.1.2 snmpNotifyFilterProfileRowStatus: 1.3.6.1.6.3.13.1.2.1.3 snmpNotifyFilterTable: 1.3.6.1.6.3.13.1.3 snmpNotifyFilterEntry: 1.3.6.1.6.3.13.1.3.1 snmpNotifyFilterSubtree: 1.3.6.1.6.3.13.1.3.1.1 snmpNotifyFilterMask: 1.3.6.1.6.3.13.1.3.1.2 snmpNotifyFilterType: 1.3.6.1.6.3.13.1.3.1.3 snmpNotifyFilterStorageType: 1.3.6.1.6.3.13.1.3.1.4 snmpNotifyFilterRowStatus: 1.3.6.1.6.3.13.1.3.1.5 snmpNotifyConformance: 1.3.6.1.6.3.13.3 snmpNotifyCompliances: 1.3.6.1.6.3.13.3.1 snmpNotifyGroups: 1.3.6.1.6.3.13.3.2 snmp-1.2.0/data/ruby/snmp/mibs/SNMP-USM-DH-OBJECTS-MIB.yaml0000644000004100000410000000153412365504747022430 0ustar www-datawww-data--- snmpUsmDHObjectsMIB: 1.3.6.1.3.101 usmDHKeyObjects: 1.3.6.1.3.101.1 usmDHPublicObjects: 1.3.6.1.3.101.1.1 usmDHParameters: 1.3.6.1.3.101.1.1.1 usmDHUserKeyTable: 1.3.6.1.3.101.1.1.2 usmDHUserKeyEntry: 1.3.6.1.3.101.1.1.2.1 usmDHUserAuthKeyChange: 1.3.6.1.3.101.1.1.2.1.1 usmDHUserOwnAuthKeyChange: 1.3.6.1.3.101.1.1.2.1.2 usmDHUserPrivKeyChange: 1.3.6.1.3.101.1.1.2.1.3 usmDHUserOwnPrivKeyChange: 1.3.6.1.3.101.1.1.2.1.4 usmDHKickstartGroup: 1.3.6.1.3.101.1.2 usmDHKickstartTable: 1.3.6.1.3.101.1.2.1 usmDHKickstartEntry: 1.3.6.1.3.101.1.2.1.1 usmDHKickstartIndex: 1.3.6.1.3.101.1.2.1.1.1 usmDHKickstartMyPublic: 1.3.6.1.3.101.1.2.1.1.2 usmDHKickstartMgrPublic: 1.3.6.1.3.101.1.2.1.1.3 usmDHKickstartSecurityName: 1.3.6.1.3.101.1.2.1.1.4 usmDHKeyConformance: 1.3.6.1.3.101.2 usmDHKeyMIBCompliances: 1.3.6.1.3.101.2.1 usmDHKeyMIBGroups: 1.3.6.1.3.101.2.2 snmp-1.2.0/data/ruby/snmp/mibs/TN3270E-MIB.yaml0000644000004100000410000001212312365504747020567 0ustar www-datawww-data--- tn3270eMIB: 1.3.6.1.2.1.34.8 tn3270eNotifications: 1.3.6.1.2.1.34.8.0 tn3270eObjects: 1.3.6.1.2.1.34.8.1 tn3270eSrvrConfTable: 1.3.6.1.2.1.34.8.1.1 tn3270eSrvrConfEntry: 1.3.6.1.2.1.34.8.1.1.1 tn3270eSrvrConfIndex: 1.3.6.1.2.1.34.8.1.1.1.1 tn3270eSrvrConfInactivityTimeout: 1.3.6.1.2.1.34.8.1.1.1.2 tn3270eSrvrConfConnectivityChk: 1.3.6.1.2.1.34.8.1.1.1.3 tn3270eSrvrConfTmNopInactTime: 1.3.6.1.2.1.34.8.1.1.1.4 tn3270eSrvrConfTmNopInterval: 1.3.6.1.2.1.34.8.1.1.1.5 tn3270eSrvrFunctionsSupported: 1.3.6.1.2.1.34.8.1.1.1.6 tn3270eSrvrConfAdminStatus: 1.3.6.1.2.1.34.8.1.1.1.7 tn3270eSrvrConfOperStatus: 1.3.6.1.2.1.34.8.1.1.1.8 tn3270eSrvrConfSessionTermState: 1.3.6.1.2.1.34.8.1.1.1.9 tn3270eSrvrConfSrvrType: 1.3.6.1.2.1.34.8.1.1.1.10 tn3270eSrvrConfContact: 1.3.6.1.2.1.34.8.1.1.1.11 tn3270eSrvrConfRowStatus: 1.3.6.1.2.1.34.8.1.1.1.12 tn3270eSrvrConfLastActTime: 1.3.6.1.2.1.34.8.1.1.1.13 tn3270eSrvrConfTmTimeout: 1.3.6.1.2.1.34.8.1.1.1.14 tn3270eSrvrPortTable: 1.3.6.1.2.1.34.8.1.2 tn3270eSrvrPortEntry: 1.3.6.1.2.1.34.8.1.2.1 tn3270eSrvrPort: 1.3.6.1.2.1.34.8.1.2.1.1 tn3270eSrvrPortAddrType: 1.3.6.1.2.1.34.8.1.2.1.2 tn3270eSrvrPortAddress: 1.3.6.1.2.1.34.8.1.2.1.3 tn3270eSrvrPortRowStatus: 1.3.6.1.2.1.34.8.1.2.1.4 tn3270eSrvrStatsTable: 1.3.6.1.2.1.34.8.1.3 tn3270eSrvrStatsEntry: 1.3.6.1.2.1.34.8.1.3.1 tn3270eSrvrStatsUpTime: 1.3.6.1.2.1.34.8.1.3.1.2 tn3270eSrvrStatsMaxTerms: 1.3.6.1.2.1.34.8.1.3.1.3 tn3270eSrvrStatsInUseTerms: 1.3.6.1.2.1.34.8.1.3.1.4 tn3270eSrvrStatsSpareTerms: 1.3.6.1.2.1.34.8.1.3.1.5 tn3270eSrvrStatsMaxPtrs: 1.3.6.1.2.1.34.8.1.3.1.6 tn3270eSrvrStatsInUsePtrs: 1.3.6.1.2.1.34.8.1.3.1.7 tn3270eSrvrStatsSparePtrs: 1.3.6.1.2.1.34.8.1.3.1.8 tn3270eSrvrStatsInConnects: 1.3.6.1.2.1.34.8.1.3.1.9 tn3270eSrvrStatsConnResrceRejs: 1.3.6.1.2.1.34.8.1.3.1.10 tn3270eSrvrStatsDisconnects: 1.3.6.1.2.1.34.8.1.3.1.11 tn3270eSrvrStatsHCInOctets: 1.3.6.1.2.1.34.8.1.3.1.12 tn3270eSrvrStatsInOctets: 1.3.6.1.2.1.34.8.1.3.1.13 tn3270eSrvrStatsHCOutOctets: 1.3.6.1.2.1.34.8.1.3.1.14 tn3270eSrvrStatsOutOctets: 1.3.6.1.2.1.34.8.1.3.1.15 tn3270eSrvrStatsConnErrorRejs: 1.3.6.1.2.1.34.8.1.3.1.16 tn3270eClientGroupTable: 1.3.6.1.2.1.34.8.1.4 tn3270eClientGroupEntry: 1.3.6.1.2.1.34.8.1.4.1 tn3270eClientGroupName: 1.3.6.1.2.1.34.8.1.4.1.1 tn3270eClientGroupAddrType: 1.3.6.1.2.1.34.8.1.4.1.2 tn3270eClientGroupAddress: 1.3.6.1.2.1.34.8.1.4.1.3 tn3270eClientGroupSubnetMask: 1.3.6.1.2.1.34.8.1.4.1.4 tn3270eClientGroupPfxLength: 1.3.6.1.2.1.34.8.1.4.1.5 tn3270eClientGroupRowStatus: 1.3.6.1.2.1.34.8.1.4.1.6 tn3270eResPoolTable: 1.3.6.1.2.1.34.8.1.5 tn3270eResPoolEntry: 1.3.6.1.2.1.34.8.1.5.1 tn3270eResPoolName: 1.3.6.1.2.1.34.8.1.5.1.1 tn3270eResPoolElementName: 1.3.6.1.2.1.34.8.1.5.1.2 tn3270eResPoolElementType: 1.3.6.1.2.1.34.8.1.5.1.3 tn3270eResPoolRowStatus: 1.3.6.1.2.1.34.8.1.5.1.4 tn3270eSnaMapTable: 1.3.6.1.2.1.34.8.1.6 tn3270eSnaMapEntry: 1.3.6.1.2.1.34.8.1.6.1 tn3270eSnaMapSscpSuppliedName: 1.3.6.1.2.1.34.8.1.6.1.1 tn3270eSnaMapLocalName: 1.3.6.1.2.1.34.8.1.6.1.2 tn3270eSnaMapPrimaryLuName: 1.3.6.1.2.1.34.8.1.6.1.3 tn3270eClientResMapTable: 1.3.6.1.2.1.34.8.1.7 tn3270eClientResMapEntry: 1.3.6.1.2.1.34.8.1.7.1 tn3270eClientResMapPoolName: 1.3.6.1.2.1.34.8.1.7.1.1 tn3270eClientResMapClientGroupName: 1.3.6.1.2.1.34.8.1.7.1.2 tn3270eClientResMapClientPort: 1.3.6.1.2.1.34.8.1.7.1.3 tn3270eClientResMapRowStatus: 1.3.6.1.2.1.34.8.1.7.1.4 tn3270eResMapTable: 1.3.6.1.2.1.34.8.1.8 tn3270eResMapEntry: 1.3.6.1.2.1.34.8.1.8.1 tn3270eResMapElementName: 1.3.6.1.2.1.34.8.1.8.1.1 tn3270eResMapAddrType: 1.3.6.1.2.1.34.8.1.8.1.2 tn3270eResMapAddress: 1.3.6.1.2.1.34.8.1.8.1.3 tn3270eResMapPort: 1.3.6.1.2.1.34.8.1.8.1.4 tn3270eResMapElementType: 1.3.6.1.2.1.34.8.1.8.1.5 tn3270eResMapSscpSuppliedName: 1.3.6.1.2.1.34.8.1.8.1.6 tn3270eTcpConnTable: 1.3.6.1.2.1.34.8.1.9 tn3270eTcpConnEntry: 1.3.6.1.2.1.34.8.1.9.1 tn3270eTcpConnRemAddrType: 1.3.6.1.2.1.34.8.1.9.1.1 tn3270eTcpConnRemAddress: 1.3.6.1.2.1.34.8.1.9.1.2 tn3270eTcpConnRemPort: 1.3.6.1.2.1.34.8.1.9.1.3 tn3270eTcpConnLocalAddrType: 1.3.6.1.2.1.34.8.1.9.1.4 tn3270eTcpConnLocalAddress: 1.3.6.1.2.1.34.8.1.9.1.5 tn3270eTcpConnLocalPort: 1.3.6.1.2.1.34.8.1.9.1.6 tn3270eTcpConnLastActivity: 1.3.6.1.2.1.34.8.1.9.1.7 tn3270eTcpConnBytesIn: 1.3.6.1.2.1.34.8.1.9.1.8 tn3270eTcpConnBytesOut: 1.3.6.1.2.1.34.8.1.9.1.9 tn3270eTcpConnResourceElement: 1.3.6.1.2.1.34.8.1.9.1.10 tn3270eTcpConnResourceType: 1.3.6.1.2.1.34.8.1.9.1.11 tn3270eTcpConnDeviceType: 1.3.6.1.2.1.34.8.1.9.1.12 tn3270eTcpConnFunctions: 1.3.6.1.2.1.34.8.1.9.1.13 tn3270eTcpConnId: 1.3.6.1.2.1.34.8.1.9.1.14 tn3270eTcpConnClientIdFormat: 1.3.6.1.2.1.34.8.1.9.1.15 tn3270eTcpConnClientId: 1.3.6.1.2.1.34.8.1.9.1.16 tn3270eTcpConnTraceData: 1.3.6.1.2.1.34.8.1.9.1.17 tn3270eTcpConnLogInfo: 1.3.6.1.2.1.34.8.1.9.1.18 tn3270eTcpConnLuLuBindImage: 1.3.6.1.2.1.34.8.1.9.1.19 tn3270eTcpConnSnaState: 1.3.6.1.2.1.34.8.1.9.1.20 tn3270eTcpConnStateLastDiscReason: 1.3.6.1.2.1.34.8.1.9.1.21 tn3270eTcpConnSrvrConfIndex: 1.3.6.1.2.1.34.8.1.9.1.22 tn3270eTcpConnActivationTime: 1.3.6.1.2.1.34.8.1.9.1.23 tn3270eConfSpinLock: 1.3.6.1.2.1.34.8.1.10 tn3270eConformance: 1.3.6.1.2.1.34.8.3 tn3270eGroups: 1.3.6.1.2.1.34.8.3.1 tn3270eCompliances: 1.3.6.1.2.1.34.8.3.2 snmp-1.2.0/data/ruby/snmp/mibs/TIME-AGGREGATE-MIB.yaml0000644000004100000410000000136312365504747021653 0ustar www-datawww-data--- tAggrMIB: 1.3.6.1.3.124 tAggrCtlTable: 1.3.6.1.3.124.1 tAggrCtlEntry: 1.3.6.1.3.124.1.1 tAggrCtlEntryID: 1.3.6.1.3.124.1.1.1 tAggrCtlMOInstance: 1.3.6.1.3.124.1.1.2 tAggrCtlAgMODescr: 1.3.6.1.3.124.1.1.3 tAggrCtlInterval: 1.3.6.1.3.124.1.1.4 tAggrCtlSamples: 1.3.6.1.3.124.1.1.5 tAggrCtlCompressionAlgorithm: 1.3.6.1.3.124.1.1.6 tAggrCtlEntryOwner: 1.3.6.1.3.124.1.1.7 tAggrCtlEntryStorageType: 1.3.6.1.3.124.1.1.8 tAggrCtlEntryStatus: 1.3.6.1.3.124.1.1.9 tAggrDataTable: 1.3.6.1.3.124.2 tAggrDataEntry: 1.3.6.1.3.124.2.1 tAggrDataRecord: 1.3.6.1.3.124.2.1.1 tAggrDataRecordCompressed: 1.3.6.1.3.124.2.1.2 tAggrDataErrorRecord: 1.3.6.1.3.124.2.1.3 tAggrConformance: 1.3.6.1.3.124.3 tAggrGroups: 1.3.6.1.3.124.3.1 tAggrCompliances: 1.3.6.1.3.124.3.2 snmp-1.2.0/data/ruby/snmp/mibs/DNS-RESOLVER-MIB.yaml0000644000004100000410000001005612365504747021513 0ustar www-datawww-data--- dnsResMIB: 1.3.6.1.2.1.32.2 dnsResMIBObjects: 1.3.6.1.2.1.32.2.1 dnsResConfig: 1.3.6.1.2.1.32.2.1.1 dnsResConfigImplementIdent: 1.3.6.1.2.1.32.2.1.1.1 dnsResConfigService: 1.3.6.1.2.1.32.2.1.1.2 dnsResConfigMaxCnames: 1.3.6.1.2.1.32.2.1.1.3 dnsResConfigSbeltTable: 1.3.6.1.2.1.32.2.1.1.4 dnsResConfigSbeltEntry: 1.3.6.1.2.1.32.2.1.1.4.1 dnsResConfigSbeltAddr: 1.3.6.1.2.1.32.2.1.1.4.1.1 dnsResConfigSbeltName: 1.3.6.1.2.1.32.2.1.1.4.1.2 dnsResConfigSbeltRecursion: 1.3.6.1.2.1.32.2.1.1.4.1.3 dnsResConfigSbeltPref: 1.3.6.1.2.1.32.2.1.1.4.1.4 dnsResConfigSbeltSubTree: 1.3.6.1.2.1.32.2.1.1.4.1.5 dnsResConfigSbeltClass: 1.3.6.1.2.1.32.2.1.1.4.1.6 dnsResConfigSbeltStatus: 1.3.6.1.2.1.32.2.1.1.4.1.7 dnsResConfigUpTime: 1.3.6.1.2.1.32.2.1.1.5 dnsResConfigResetTime: 1.3.6.1.2.1.32.2.1.1.6 dnsResConfigReset: 1.3.6.1.2.1.32.2.1.1.7 dnsResCounter: 1.3.6.1.2.1.32.2.1.2 dnsResCounterByOpcodeTable: 1.3.6.1.2.1.32.2.1.2.3 dnsResCounterByOpcodeEntry: 1.3.6.1.2.1.32.2.1.2.3.1 dnsResCounterByOpcodeCode: 1.3.6.1.2.1.32.2.1.2.3.1.1 dnsResCounterByOpcodeQueries: 1.3.6.1.2.1.32.2.1.2.3.1.2 dnsResCounterByOpcodeResponses: 1.3.6.1.2.1.32.2.1.2.3.1.3 dnsResCounterByRcodeTable: 1.3.6.1.2.1.32.2.1.2.4 dnsResCounterByRcodeEntry: 1.3.6.1.2.1.32.2.1.2.4.1 dnsResCounterByRcodeCode: 1.3.6.1.2.1.32.2.1.2.4.1.1 dnsResCounterByRcodeResponses: 1.3.6.1.2.1.32.2.1.2.4.1.2 dnsResCounterNonAuthDataResps: 1.3.6.1.2.1.32.2.1.2.5 dnsResCounterNonAuthNoDataResps: 1.3.6.1.2.1.32.2.1.2.6 dnsResCounterMartians: 1.3.6.1.2.1.32.2.1.2.7 dnsResCounterRecdResponses: 1.3.6.1.2.1.32.2.1.2.8 dnsResCounterUnparseResps: 1.3.6.1.2.1.32.2.1.2.9 dnsResCounterFallbacks: 1.3.6.1.2.1.32.2.1.2.10 dnsResLameDelegation: 1.3.6.1.2.1.32.2.1.3 dnsResLameDelegationOverflows: 1.3.6.1.2.1.32.2.1.3.1 dnsResLameDelegationTable: 1.3.6.1.2.1.32.2.1.3.2 dnsResLameDelegationEntry: 1.3.6.1.2.1.32.2.1.3.2.1 dnsResLameDelegationSource: 1.3.6.1.2.1.32.2.1.3.2.1.1 dnsResLameDelegationName: 1.3.6.1.2.1.32.2.1.3.2.1.2 dnsResLameDelegationClass: 1.3.6.1.2.1.32.2.1.3.2.1.3 dnsResLameDelegationCounts: 1.3.6.1.2.1.32.2.1.3.2.1.4 dnsResLameDelegationStatus: 1.3.6.1.2.1.32.2.1.3.2.1.5 dnsResCache: 1.3.6.1.2.1.32.2.1.4 dnsResCacheStatus: 1.3.6.1.2.1.32.2.1.4.1 dnsResCacheMaxTTL: 1.3.6.1.2.1.32.2.1.4.2 dnsResCacheGoodCaches: 1.3.6.1.2.1.32.2.1.4.3 dnsResCacheBadCaches: 1.3.6.1.2.1.32.2.1.4.4 dnsResCacheRRTable: 1.3.6.1.2.1.32.2.1.4.5 dnsResCacheRREntry: 1.3.6.1.2.1.32.2.1.4.5.1 dnsResCacheRRName: 1.3.6.1.2.1.32.2.1.4.5.1.1 dnsResCacheRRClass: 1.3.6.1.2.1.32.2.1.4.5.1.2 dnsResCacheRRType: 1.3.6.1.2.1.32.2.1.4.5.1.3 dnsResCacheRRTTL: 1.3.6.1.2.1.32.2.1.4.5.1.4 dnsResCacheRRElapsedTTL: 1.3.6.1.2.1.32.2.1.4.5.1.5 dnsResCacheRRSource: 1.3.6.1.2.1.32.2.1.4.5.1.6 dnsResCacheRRData: 1.3.6.1.2.1.32.2.1.4.5.1.7 dnsResCacheRRStatus: 1.3.6.1.2.1.32.2.1.4.5.1.8 dnsResCacheRRIndex: 1.3.6.1.2.1.32.2.1.4.5.1.9 dnsResCacheRRPrettyName: 1.3.6.1.2.1.32.2.1.4.5.1.10 dnsResNCache: 1.3.6.1.2.1.32.2.1.5 dnsResNCacheStatus: 1.3.6.1.2.1.32.2.1.5.1 dnsResNCacheMaxTTL: 1.3.6.1.2.1.32.2.1.5.2 dnsResNCacheGoodNCaches: 1.3.6.1.2.1.32.2.1.5.3 dnsResNCacheBadNCaches: 1.3.6.1.2.1.32.2.1.5.4 dnsResNCacheErrTable: 1.3.6.1.2.1.32.2.1.5.5 dnsResNCacheErrEntry: 1.3.6.1.2.1.32.2.1.5.5.1 dnsResNCacheErrQName: 1.3.6.1.2.1.32.2.1.5.5.1.1 dnsResNCacheErrQClass: 1.3.6.1.2.1.32.2.1.5.5.1.2 dnsResNCacheErrQType: 1.3.6.1.2.1.32.2.1.5.5.1.3 dnsResNCacheErrTTL: 1.3.6.1.2.1.32.2.1.5.5.1.4 dnsResNCacheErrElapsedTTL: 1.3.6.1.2.1.32.2.1.5.5.1.5 dnsResNCacheErrSource: 1.3.6.1.2.1.32.2.1.5.5.1.6 dnsResNCacheErrCode: 1.3.6.1.2.1.32.2.1.5.5.1.7 dnsResNCacheErrStatus: 1.3.6.1.2.1.32.2.1.5.5.1.8 dnsResNCacheErrIndex: 1.3.6.1.2.1.32.2.1.5.5.1.9 dnsResNCacheErrPrettyName: 1.3.6.1.2.1.32.2.1.5.5.1.10 dnsResOptCounter: 1.3.6.1.2.1.32.2.1.6 dnsResOptCounterReferals: 1.3.6.1.2.1.32.2.1.6.1 dnsResOptCounterRetrans: 1.3.6.1.2.1.32.2.1.6.2 dnsResOptCounterNoResponses: 1.3.6.1.2.1.32.2.1.6.3 dnsResOptCounterRootRetrans: 1.3.6.1.2.1.32.2.1.6.4 dnsResOptCounterInternals: 1.3.6.1.2.1.32.2.1.6.5 dnsResOptCounterInternalTimeOuts: 1.3.6.1.2.1.32.2.1.6.6 dnsResMIBGroups: 1.3.6.1.2.1.32.2.2 dnsResMIBCompliances: 1.3.6.1.2.1.32.2.3 snmp-1.2.0/data/ruby/snmp/mibs/IF-CAP-STACK-MIB.yaml0000644000004100000410000000067112365504747021374 0ustar www-datawww-data--- ifCapStackMIB: 1.3.6.1.2.1.166 ifCapStackObjects: 1.3.6.1.2.1.166.1 ifCapStackTable: 1.3.6.1.2.1.166.1.1 ifCapStackEntry: 1.3.6.1.2.1.166.1.1.1 ifCapStackStatus: 1.3.6.1.2.1.166.1.1.1.1 ifInvCapStackTable: 1.3.6.1.2.1.166.1.2 ifInvCapStackEntry: 1.3.6.1.2.1.166.1.2.1 ifInvCapStackStatus: 1.3.6.1.2.1.166.1.2.1.1 ifCapStackConformance: 1.3.6.1.2.1.166.2 ifCapStackGroups: 1.3.6.1.2.1.166.2.1 ifCapStackCompliances: 1.3.6.1.2.1.166.2.2 snmp-1.2.0/data/ruby/snmp/mibs/DIAL-CONTROL-MIB.yaml0000644000004100000410000001037112365504747021457 0ustar www-datawww-data--- dialControlMib: 1.3.6.1.2.1.10.21 dialControlMibObjects: 1.3.6.1.2.1.10.21.1 dialCtlConfiguration: 1.3.6.1.2.1.10.21.1.1 dialCtlAcceptMode: 1.3.6.1.2.1.10.21.1.1.1 dialCtlTrapEnable: 1.3.6.1.2.1.10.21.1.1.2 dialCtlPeer: 1.3.6.1.2.1.10.21.1.2 dialCtlPeerCfgTable: 1.3.6.1.2.1.10.21.1.2.1 dialCtlPeerCfgEntry: 1.3.6.1.2.1.10.21.1.2.1.1 dialCtlPeerCfgId: 1.3.6.1.2.1.10.21.1.2.1.1.1 dialCtlPeerCfgIfType: 1.3.6.1.2.1.10.21.1.2.1.1.2 dialCtlPeerCfgLowerIf: 1.3.6.1.2.1.10.21.1.2.1.1.3 dialCtlPeerCfgOriginateAddress: 1.3.6.1.2.1.10.21.1.2.1.1.4 dialCtlPeerCfgAnswerAddress: 1.3.6.1.2.1.10.21.1.2.1.1.5 dialCtlPeerCfgSubAddress: 1.3.6.1.2.1.10.21.1.2.1.1.6 dialCtlPeerCfgClosedUserGroup: 1.3.6.1.2.1.10.21.1.2.1.1.7 dialCtlPeerCfgSpeed: 1.3.6.1.2.1.10.21.1.2.1.1.8 dialCtlPeerCfgInfoType: 1.3.6.1.2.1.10.21.1.2.1.1.9 dialCtlPeerCfgPermission: 1.3.6.1.2.1.10.21.1.2.1.1.10 dialCtlPeerCfgInactivityTimer: 1.3.6.1.2.1.10.21.1.2.1.1.11 dialCtlPeerCfgMinDuration: 1.3.6.1.2.1.10.21.1.2.1.1.12 dialCtlPeerCfgMaxDuration: 1.3.6.1.2.1.10.21.1.2.1.1.13 dialCtlPeerCfgCarrierDelay: 1.3.6.1.2.1.10.21.1.2.1.1.14 dialCtlPeerCfgCallRetries: 1.3.6.1.2.1.10.21.1.2.1.1.15 dialCtlPeerCfgRetryDelay: 1.3.6.1.2.1.10.21.1.2.1.1.16 dialCtlPeerCfgFailureDelay: 1.3.6.1.2.1.10.21.1.2.1.1.17 dialCtlPeerCfgTrapEnable: 1.3.6.1.2.1.10.21.1.2.1.1.18 dialCtlPeerCfgStatus: 1.3.6.1.2.1.10.21.1.2.1.1.19 dialCtlPeerStatsTable: 1.3.6.1.2.1.10.21.1.2.2 dialCtlPeerStatsEntry: 1.3.6.1.2.1.10.21.1.2.2.1 dialCtlPeerStatsConnectTime: 1.3.6.1.2.1.10.21.1.2.2.1.1 dialCtlPeerStatsChargedUnits: 1.3.6.1.2.1.10.21.1.2.2.1.2 dialCtlPeerStatsSuccessCalls: 1.3.6.1.2.1.10.21.1.2.2.1.3 dialCtlPeerStatsFailCalls: 1.3.6.1.2.1.10.21.1.2.2.1.4 dialCtlPeerStatsAcceptCalls: 1.3.6.1.2.1.10.21.1.2.2.1.5 dialCtlPeerStatsRefuseCalls: 1.3.6.1.2.1.10.21.1.2.2.1.6 dialCtlPeerStatsLastDisconnectCause: 1.3.6.1.2.1.10.21.1.2.2.1.7 dialCtlPeerStatsLastDisconnectText: 1.3.6.1.2.1.10.21.1.2.2.1.8 dialCtlPeerStatsLastSetupTime: 1.3.6.1.2.1.10.21.1.2.2.1.9 callActive: 1.3.6.1.2.1.10.21.1.3 callActiveTable: 1.3.6.1.2.1.10.21.1.3.1 callActiveEntry: 1.3.6.1.2.1.10.21.1.3.1.1 callActiveSetupTime: 1.3.6.1.2.1.10.21.1.3.1.1.1 callActiveIndex: 1.3.6.1.2.1.10.21.1.3.1.1.2 callActivePeerAddress: 1.3.6.1.2.1.10.21.1.3.1.1.3 callActivePeerSubAddress: 1.3.6.1.2.1.10.21.1.3.1.1.4 callActivePeerId: 1.3.6.1.2.1.10.21.1.3.1.1.5 callActivePeerIfIndex: 1.3.6.1.2.1.10.21.1.3.1.1.6 callActiveLogicalIfIndex: 1.3.6.1.2.1.10.21.1.3.1.1.7 callActiveConnectTime: 1.3.6.1.2.1.10.21.1.3.1.1.8 callActiveCallState: 1.3.6.1.2.1.10.21.1.3.1.1.9 callActiveCallOrigin: 1.3.6.1.2.1.10.21.1.3.1.1.10 callActiveChargedUnits: 1.3.6.1.2.1.10.21.1.3.1.1.11 callActiveInfoType: 1.3.6.1.2.1.10.21.1.3.1.1.12 callActiveTransmitPackets: 1.3.6.1.2.1.10.21.1.3.1.1.13 callActiveTransmitBytes: 1.3.6.1.2.1.10.21.1.3.1.1.14 callActiveReceivePackets: 1.3.6.1.2.1.10.21.1.3.1.1.15 callActiveReceiveBytes: 1.3.6.1.2.1.10.21.1.3.1.1.16 callHistory: 1.3.6.1.2.1.10.21.1.4 callHistoryTableMaxLength: 1.3.6.1.2.1.10.21.1.4.1 callHistoryRetainTimer: 1.3.6.1.2.1.10.21.1.4.2 callHistoryTable: 1.3.6.1.2.1.10.21.1.4.3 callHistoryEntry: 1.3.6.1.2.1.10.21.1.4.3.1 callHistoryPeerAddress: 1.3.6.1.2.1.10.21.1.4.3.1.1 callHistoryPeerSubAddress: 1.3.6.1.2.1.10.21.1.4.3.1.2 callHistoryPeerId: 1.3.6.1.2.1.10.21.1.4.3.1.3 callHistoryPeerIfIndex: 1.3.6.1.2.1.10.21.1.4.3.1.4 callHistoryLogicalIfIndex: 1.3.6.1.2.1.10.21.1.4.3.1.5 callHistoryDisconnectCause: 1.3.6.1.2.1.10.21.1.4.3.1.6 callHistoryDisconnectText: 1.3.6.1.2.1.10.21.1.4.3.1.7 callHistoryConnectTime: 1.3.6.1.2.1.10.21.1.4.3.1.8 callHistoryDisconnectTime: 1.3.6.1.2.1.10.21.1.4.3.1.9 callHistoryCallOrigin: 1.3.6.1.2.1.10.21.1.4.3.1.10 callHistoryChargedUnits: 1.3.6.1.2.1.10.21.1.4.3.1.11 callHistoryInfoType: 1.3.6.1.2.1.10.21.1.4.3.1.12 callHistoryTransmitPackets: 1.3.6.1.2.1.10.21.1.4.3.1.13 callHistoryTransmitBytes: 1.3.6.1.2.1.10.21.1.4.3.1.14 callHistoryReceivePackets: 1.3.6.1.2.1.10.21.1.4.3.1.15 callHistoryReceiveBytes: 1.3.6.1.2.1.10.21.1.4.3.1.16 dialControlMibTrapPrefix: 1.3.6.1.2.1.10.21.2 dialControlMibTraps: 1.3.6.1.2.1.10.21.2.0 dialControlMibConformance: 1.3.6.1.2.1.10.21.3 dialControlMibCompliances: 1.3.6.1.2.1.10.21.3.1 dialControlMibGroups: 1.3.6.1.2.1.10.21.3.2 dialCtlPeerCallInformation: 1.3.6.1.2.1.10.21.2.0.1 dialCtlPeerCallSetup: 1.3.6.1.2.1.10.21.2.0.2 snmp-1.2.0/data/ruby/snmp/mibs/Printer-MIB.yaml0000644000004100000410000002217112365504747021254 0ustar www-datawww-data--- printmib: 1.3.6.1.2.1.43 prtMIBConformance: 1.3.6.1.2.1.43.2 prtMIBGroups: 1.3.6.1.2.1.43.2.2 prtMIB2Groups: 1.3.6.1.2.1.43.2.4 prtGeneral: 1.3.6.1.2.1.43.5 prtGeneralTable: 1.3.6.1.2.1.43.5.1 prtGeneralEntry: 1.3.6.1.2.1.43.5.1.1 prtGeneralConfigChanges: 1.3.6.1.2.1.43.5.1.1.1 prtGeneralCurrentLocalization: 1.3.6.1.2.1.43.5.1.1.2 prtGeneralReset: 1.3.6.1.2.1.43.5.1.1.3 prtGeneralCurrentOperator: 1.3.6.1.2.1.43.5.1.1.4 prtGeneralServicePerson: 1.3.6.1.2.1.43.5.1.1.5 prtInputDefaultIndex: 1.3.6.1.2.1.43.5.1.1.6 prtOutputDefaultIndex: 1.3.6.1.2.1.43.5.1.1.7 prtMarkerDefaultIndex: 1.3.6.1.2.1.43.5.1.1.8 prtMediaPathDefaultIndex: 1.3.6.1.2.1.43.5.1.1.9 prtConsoleLocalization: 1.3.6.1.2.1.43.5.1.1.10 prtConsoleNumberOfDisplayLines: 1.3.6.1.2.1.43.5.1.1.11 prtConsoleNumberOfDisplayChars: 1.3.6.1.2.1.43.5.1.1.12 prtConsoleDisable: 1.3.6.1.2.1.43.5.1.1.13 prtAuxiliarySheetStartupPage: 1.3.6.1.2.1.43.5.1.1.14 prtAuxiliarySheetBannerPage: 1.3.6.1.2.1.43.5.1.1.15 prtGeneralPrinterName: 1.3.6.1.2.1.43.5.1.1.16 prtGeneralSerialNumber: 1.3.6.1.2.1.43.5.1.1.17 prtAlertCriticalEvents: 1.3.6.1.2.1.43.5.1.1.18 prtAlertAllEvents: 1.3.6.1.2.1.43.5.1.1.19 prtStorageRefTable: 1.3.6.1.2.1.43.5.2 prtStorageRefEntry: 1.3.6.1.2.1.43.5.2.1 prtStorageRefSeqNumber: 1.3.6.1.2.1.43.5.2.1.1 prtStorageRefIndex: 1.3.6.1.2.1.43.5.2.1.2 prtDeviceRefTable: 1.3.6.1.2.1.43.5.3 prtDeviceRefEntry: 1.3.6.1.2.1.43.5.3.1 prtDeviceRefSeqNumber: 1.3.6.1.2.1.43.5.3.1.1 prtDeviceRefIndex: 1.3.6.1.2.1.43.5.3.1.2 prtCover: 1.3.6.1.2.1.43.6 prtCoverTable: 1.3.6.1.2.1.43.6.1 prtCoverEntry: 1.3.6.1.2.1.43.6.1.1 prtCoverIndex: 1.3.6.1.2.1.43.6.1.1.1 prtCoverDescription: 1.3.6.1.2.1.43.6.1.1.2 prtCoverStatus: 1.3.6.1.2.1.43.6.1.1.3 prtLocalization: 1.3.6.1.2.1.43.7 prtLocalizationTable: 1.3.6.1.2.1.43.7.1 prtLocalizationEntry: 1.3.6.1.2.1.43.7.1.1 prtLocalizationIndex: 1.3.6.1.2.1.43.7.1.1.1 prtLocalizationLanguage: 1.3.6.1.2.1.43.7.1.1.2 prtLocalizationCountry: 1.3.6.1.2.1.43.7.1.1.3 prtLocalizationCharacterSet: 1.3.6.1.2.1.43.7.1.1.4 prtInput: 1.3.6.1.2.1.43.8 prtInputTable: 1.3.6.1.2.1.43.8.2 prtInputEntry: 1.3.6.1.2.1.43.8.2.1 prtInputIndex: 1.3.6.1.2.1.43.8.2.1.1 prtInputType: 1.3.6.1.2.1.43.8.2.1.2 prtInputDimUnit: 1.3.6.1.2.1.43.8.2.1.3 prtInputMediaDimFeedDirDeclared: 1.3.6.1.2.1.43.8.2.1.4 prtInputMediaDimXFeedDirDeclared: 1.3.6.1.2.1.43.8.2.1.5 prtInputMediaDimFeedDirChosen: 1.3.6.1.2.1.43.8.2.1.6 prtInputMediaDimXFeedDirChosen: 1.3.6.1.2.1.43.8.2.1.7 prtInputCapacityUnit: 1.3.6.1.2.1.43.8.2.1.8 prtInputMaxCapacity: 1.3.6.1.2.1.43.8.2.1.9 prtInputCurrentLevel: 1.3.6.1.2.1.43.8.2.1.10 prtInputStatus: 1.3.6.1.2.1.43.8.2.1.11 prtInputMediaName: 1.3.6.1.2.1.43.8.2.1.12 prtInputName: 1.3.6.1.2.1.43.8.2.1.13 prtInputVendorName: 1.3.6.1.2.1.43.8.2.1.14 prtInputModel: 1.3.6.1.2.1.43.8.2.1.15 prtInputVersion: 1.3.6.1.2.1.43.8.2.1.16 prtInputSerialNumber: 1.3.6.1.2.1.43.8.2.1.17 prtInputDescription: 1.3.6.1.2.1.43.8.2.1.18 prtInputSecurity: 1.3.6.1.2.1.43.8.2.1.19 prtInputMediaWeight: 1.3.6.1.2.1.43.8.2.1.20 prtInputMediaType: 1.3.6.1.2.1.43.8.2.1.21 prtInputMediaColor: 1.3.6.1.2.1.43.8.2.1.22 prtInputMediaFormParts: 1.3.6.1.2.1.43.8.2.1.23 prtInputMediaLoadTimeout: 1.3.6.1.2.1.43.8.2.1.24 prtInputNextIndex: 1.3.6.1.2.1.43.8.2.1.25 prtOutput: 1.3.6.1.2.1.43.9 prtOutputTable: 1.3.6.1.2.1.43.9.2 prtOutputEntry: 1.3.6.1.2.1.43.9.2.1 prtOutputIndex: 1.3.6.1.2.1.43.9.2.1.1 prtOutputType: 1.3.6.1.2.1.43.9.2.1.2 prtOutputCapacityUnit: 1.3.6.1.2.1.43.9.2.1.3 prtOutputMaxCapacity: 1.3.6.1.2.1.43.9.2.1.4 prtOutputRemainingCapacity: 1.3.6.1.2.1.43.9.2.1.5 prtOutputStatus: 1.3.6.1.2.1.43.9.2.1.6 prtOutputName: 1.3.6.1.2.1.43.9.2.1.7 prtOutputVendorName: 1.3.6.1.2.1.43.9.2.1.8 prtOutputModel: 1.3.6.1.2.1.43.9.2.1.9 prtOutputVersion: 1.3.6.1.2.1.43.9.2.1.10 prtOutputSerialNumber: 1.3.6.1.2.1.43.9.2.1.11 prtOutputDescription: 1.3.6.1.2.1.43.9.2.1.12 prtOutputSecurity: 1.3.6.1.2.1.43.9.2.1.13 prtOutputDimUnit: 1.3.6.1.2.1.43.9.2.1.14 prtOutputMaxDimFeedDir: 1.3.6.1.2.1.43.9.2.1.15 prtOutputMaxDimXFeedDir: 1.3.6.1.2.1.43.9.2.1.16 prtOutputMinDimFeedDir: 1.3.6.1.2.1.43.9.2.1.17 prtOutputMinDimXFeedDir: 1.3.6.1.2.1.43.9.2.1.18 prtOutputStackingOrder: 1.3.6.1.2.1.43.9.2.1.19 prtOutputPageDeliveryOrientation: 1.3.6.1.2.1.43.9.2.1.20 prtOutputBursting: 1.3.6.1.2.1.43.9.2.1.21 prtOutputDecollating: 1.3.6.1.2.1.43.9.2.1.22 prtOutputPageCollated: 1.3.6.1.2.1.43.9.2.1.23 prtOutputOffsetStacking: 1.3.6.1.2.1.43.9.2.1.24 prtMarker: 1.3.6.1.2.1.43.10 prtMarkerTable: 1.3.6.1.2.1.43.10.2 prtMarkerEntry: 1.3.6.1.2.1.43.10.2.1 prtMarkerIndex: 1.3.6.1.2.1.43.10.2.1.1 prtMarkerMarkTech: 1.3.6.1.2.1.43.10.2.1.2 prtMarkerCounterUnit: 1.3.6.1.2.1.43.10.2.1.3 prtMarkerLifeCount: 1.3.6.1.2.1.43.10.2.1.4 prtMarkerPowerOnCount: 1.3.6.1.2.1.43.10.2.1.5 prtMarkerProcessColorants: 1.3.6.1.2.1.43.10.2.1.6 prtMarkerSpotColorants: 1.3.6.1.2.1.43.10.2.1.7 prtMarkerAddressabilityUnit: 1.3.6.1.2.1.43.10.2.1.8 prtMarkerAddressabilityFeedDir: 1.3.6.1.2.1.43.10.2.1.9 prtMarkerAddressabilityXFeedDir: 1.3.6.1.2.1.43.10.2.1.10 prtMarkerNorthMargin: 1.3.6.1.2.1.43.10.2.1.11 prtMarkerSouthMargin: 1.3.6.1.2.1.43.10.2.1.12 prtMarkerWestMargin: 1.3.6.1.2.1.43.10.2.1.13 prtMarkerEastMargin: 1.3.6.1.2.1.43.10.2.1.14 prtMarkerStatus: 1.3.6.1.2.1.43.10.2.1.15 prtMarkerSupplies: 1.3.6.1.2.1.43.11 prtMarkerSuppliesTable: 1.3.6.1.2.1.43.11.1 prtMarkerSuppliesEntry: 1.3.6.1.2.1.43.11.1.1 prtMarkerSuppliesIndex: 1.3.6.1.2.1.43.11.1.1.1 prtMarkerSuppliesMarkerIndex: 1.3.6.1.2.1.43.11.1.1.2 prtMarkerSuppliesColorantIndex: 1.3.6.1.2.1.43.11.1.1.3 prtMarkerSuppliesClass: 1.3.6.1.2.1.43.11.1.1.4 prtMarkerSuppliesType: 1.3.6.1.2.1.43.11.1.1.5 prtMarkerSuppliesDescription: 1.3.6.1.2.1.43.11.1.1.6 prtMarkerSuppliesSupplyUnit: 1.3.6.1.2.1.43.11.1.1.7 prtMarkerSuppliesMaxCapacity: 1.3.6.1.2.1.43.11.1.1.8 prtMarkerSuppliesLevel: 1.3.6.1.2.1.43.11.1.1.9 prtMarkerColorant: 1.3.6.1.2.1.43.12 prtMarkerColorantTable: 1.3.6.1.2.1.43.12.1 prtMarkerColorantEntry: 1.3.6.1.2.1.43.12.1.1 prtMarkerColorantIndex: 1.3.6.1.2.1.43.12.1.1.1 prtMarkerColorantMarkerIndex: 1.3.6.1.2.1.43.12.1.1.2 prtMarkerColorantRole: 1.3.6.1.2.1.43.12.1.1.3 prtMarkerColorantValue: 1.3.6.1.2.1.43.12.1.1.4 prtMarkerColorantTonality: 1.3.6.1.2.1.43.12.1.1.5 prtMediaPath: 1.3.6.1.2.1.43.13 prtMediaPathTable: 1.3.6.1.2.1.43.13.4 prtMediaPathEntry: 1.3.6.1.2.1.43.13.4.1 prtMediaPathIndex: 1.3.6.1.2.1.43.13.4.1.1 prtMediaPathMaxSpeedPrintUnit: 1.3.6.1.2.1.43.13.4.1.2 prtMediaPathMediaSizeUnit: 1.3.6.1.2.1.43.13.4.1.3 prtMediaPathMaxSpeed: 1.3.6.1.2.1.43.13.4.1.4 prtMediaPathMaxMediaFeedDir: 1.3.6.1.2.1.43.13.4.1.5 prtMediaPathMaxMediaXFeedDir: 1.3.6.1.2.1.43.13.4.1.6 prtMediaPathMinMediaFeedDir: 1.3.6.1.2.1.43.13.4.1.7 prtMediaPathMinMediaXFeedDir: 1.3.6.1.2.1.43.13.4.1.8 prtMediaPathType: 1.3.6.1.2.1.43.13.4.1.9 prtMediaPathDescription: 1.3.6.1.2.1.43.13.4.1.10 prtMediaPathStatus: 1.3.6.1.2.1.43.13.4.1.11 prtChannel: 1.3.6.1.2.1.43.14 prtChannelTable: 1.3.6.1.2.1.43.14.1 prtChannelEntry: 1.3.6.1.2.1.43.14.1.1 prtChannelIndex: 1.3.6.1.2.1.43.14.1.1.1 prtChannelType: 1.3.6.1.2.1.43.14.1.1.2 prtChannelProtocolVersion: 1.3.6.1.2.1.43.14.1.1.3 prtChannelCurrentJobCntlLangIndex: 1.3.6.1.2.1.43.14.1.1.4 prtChannelDefaultPageDescLangIndex: 1.3.6.1.2.1.43.14.1.1.5 prtChannelState: 1.3.6.1.2.1.43.14.1.1.6 prtChannelIfIndex: 1.3.6.1.2.1.43.14.1.1.7 prtChannelStatus: 1.3.6.1.2.1.43.14.1.1.8 prtChannelInformation: 1.3.6.1.2.1.43.14.1.1.9 prtInterpreter: 1.3.6.1.2.1.43.15 prtInterpreterTable: 1.3.6.1.2.1.43.15.1 prtInterpreterEntry: 1.3.6.1.2.1.43.15.1.1 prtInterpreterIndex: 1.3.6.1.2.1.43.15.1.1.1 prtInterpreterLangFamily: 1.3.6.1.2.1.43.15.1.1.2 prtInterpreterLangLevel: 1.3.6.1.2.1.43.15.1.1.3 prtInterpreterLangVersion: 1.3.6.1.2.1.43.15.1.1.4 prtInterpreterDescription: 1.3.6.1.2.1.43.15.1.1.5 prtInterpreterVersion: 1.3.6.1.2.1.43.15.1.1.6 prtInterpreterDefaultOrientation: 1.3.6.1.2.1.43.15.1.1.7 prtInterpreterFeedAddressability: 1.3.6.1.2.1.43.15.1.1.8 prtInterpreterXFeedAddressability: 1.3.6.1.2.1.43.15.1.1.9 prtInterpreterDefaultCharSetIn: 1.3.6.1.2.1.43.15.1.1.10 prtInterpreterDefaultCharSetOut: 1.3.6.1.2.1.43.15.1.1.11 prtInterpreterTwoWay: 1.3.6.1.2.1.43.15.1.1.12 prtConsoleDisplayBuffer: 1.3.6.1.2.1.43.16 prtConsoleDisplayBufferTable: 1.3.6.1.2.1.43.16.5 prtConsoleDisplayBufferEntry: 1.3.6.1.2.1.43.16.5.1 prtConsoleDisplayBufferIndex: 1.3.6.1.2.1.43.16.5.1.1 prtConsoleDisplayBufferText: 1.3.6.1.2.1.43.16.5.1.2 prtConsoleLights: 1.3.6.1.2.1.43.17 prtConsoleLightTable: 1.3.6.1.2.1.43.17.6 prtConsoleLightEntry: 1.3.6.1.2.1.43.17.6.1 prtConsoleLightIndex: 1.3.6.1.2.1.43.17.6.1.1 prtConsoleOnTime: 1.3.6.1.2.1.43.17.6.1.2 prtConsoleOffTime: 1.3.6.1.2.1.43.17.6.1.3 prtConsoleColor: 1.3.6.1.2.1.43.17.6.1.4 prtConsoleDescription: 1.3.6.1.2.1.43.17.6.1.5 prtAlert: 1.3.6.1.2.1.43.18 prtAlertTable: 1.3.6.1.2.1.43.18.1 prtAlertEntry: 1.3.6.1.2.1.43.18.1.1 prtAlertIndex: 1.3.6.1.2.1.43.18.1.1.1 prtAlertSeverityLevel: 1.3.6.1.2.1.43.18.1.1.2 prtAlertTrainingLevel: 1.3.6.1.2.1.43.18.1.1.3 prtAlertGroup: 1.3.6.1.2.1.43.18.1.1.4 prtAlertGroupIndex: 1.3.6.1.2.1.43.18.1.1.5 prtAlertLocation: 1.3.6.1.2.1.43.18.1.1.6 prtAlertCode: 1.3.6.1.2.1.43.18.1.1.7 prtAlertDescription: 1.3.6.1.2.1.43.18.1.1.8 prtAlertTime: 1.3.6.1.2.1.43.18.1.1.9 printerV1Alert: 1.3.6.1.2.1.43.18.2 printerV2AlertPrefix: 1.3.6.1.2.1.43.18.2.0 printerV2Alert: 1.3.6.1.2.1.43.18.2.0.1 snmp-1.2.0/data/ruby/snmp/mibs/PIM-MIB.yaml0000644000004100000410000000526612365504747020264 0ustar www-datawww-data--- pimMIB: 1.3.6.1.3.61 pimMIBObjects: 1.3.6.1.3.61.1 pimTraps: 1.3.6.1.3.61.1.0 pim: 1.3.6.1.3.61.1.1 pimJoinPruneInterval: 1.3.6.1.3.61.1.1.1 pimInterfaceTable: 1.3.6.1.3.61.1.1.2 pimInterfaceEntry: 1.3.6.1.3.61.1.1.2.1 pimInterfaceIfIndex: 1.3.6.1.3.61.1.1.2.1.1 pimInterfaceAddress: 1.3.6.1.3.61.1.1.2.1.2 pimInterfaceNetMask: 1.3.6.1.3.61.1.1.2.1.3 pimInterfaceMode: 1.3.6.1.3.61.1.1.2.1.4 pimInterfaceDR: 1.3.6.1.3.61.1.1.2.1.5 pimInterfaceHelloInterval: 1.3.6.1.3.61.1.1.2.1.6 pimInterfaceStatus: 1.3.6.1.3.61.1.1.2.1.7 pimInterfaceJoinPruneInterval: 1.3.6.1.3.61.1.1.2.1.8 pimInterfaceCBSRPreference: 1.3.6.1.3.61.1.1.2.1.9 pimNeighborTable: 1.3.6.1.3.61.1.1.3 pimNeighborEntry: 1.3.6.1.3.61.1.1.3.1 pimNeighborAddress: 1.3.6.1.3.61.1.1.3.1.1 pimNeighborIfIndex: 1.3.6.1.3.61.1.1.3.1.2 pimNeighborUpTime: 1.3.6.1.3.61.1.1.3.1.3 pimNeighborExpiryTime: 1.3.6.1.3.61.1.1.3.1.4 pimNeighborMode: 1.3.6.1.3.61.1.1.3.1.5 pimIpMRouteTable: 1.3.6.1.3.61.1.1.4 pimIpMRouteEntry: 1.3.6.1.3.61.1.1.4.1 pimIpMRouteUpstreamAssertTimer: 1.3.6.1.3.61.1.1.4.1.1 pimIpMRouteAssertMetric: 1.3.6.1.3.61.1.1.4.1.2 pimIpMRouteAssertMetricPref: 1.3.6.1.3.61.1.1.4.1.3 pimIpMRouteAssertRPTBit: 1.3.6.1.3.61.1.1.4.1.4 pimIpMRouteFlags: 1.3.6.1.3.61.1.1.4.1.5 pimRPTable: 1.3.6.1.3.61.1.1.5 pimRPEntry: 1.3.6.1.3.61.1.1.5.1 pimRPGroupAddress: 1.3.6.1.3.61.1.1.5.1.1 pimRPAddress: 1.3.6.1.3.61.1.1.5.1.2 pimRPState: 1.3.6.1.3.61.1.1.5.1.3 pimRPStateTimer: 1.3.6.1.3.61.1.1.5.1.4 pimRPLastChange: 1.3.6.1.3.61.1.1.5.1.5 pimRPRowStatus: 1.3.6.1.3.61.1.1.5.1.6 pimRPSetTable: 1.3.6.1.3.61.1.1.6 pimRPSetEntry: 1.3.6.1.3.61.1.1.6.1 pimRPSetGroupAddress: 1.3.6.1.3.61.1.1.6.1.1 pimRPSetGroupMask: 1.3.6.1.3.61.1.1.6.1.2 pimRPSetAddress: 1.3.6.1.3.61.1.1.6.1.3 pimRPSetHoldTime: 1.3.6.1.3.61.1.1.6.1.4 pimRPSetExpiryTime: 1.3.6.1.3.61.1.1.6.1.5 pimRPSetComponent: 1.3.6.1.3.61.1.1.6.1.6 pimIpMRouteNextHopTable: 1.3.6.1.3.61.1.1.7 pimIpMRouteNextHopEntry: 1.3.6.1.3.61.1.1.7.1 pimIpMRouteNextHopPruneReason: 1.3.6.1.3.61.1.1.7.1.2 pimCandidateRPTable: 1.3.6.1.3.61.1.1.11 pimCandidateRPEntry: 1.3.6.1.3.61.1.1.11.1 pimCandidateRPGroupAddress: 1.3.6.1.3.61.1.1.11.1.1 pimCandidateRPGroupMask: 1.3.6.1.3.61.1.1.11.1.2 pimCandidateRPAddress: 1.3.6.1.3.61.1.1.11.1.3 pimCandidateRPRowStatus: 1.3.6.1.3.61.1.1.11.1.4 pimComponentTable: 1.3.6.1.3.61.1.1.12 pimComponentEntry: 1.3.6.1.3.61.1.1.12.1 pimComponentIndex: 1.3.6.1.3.61.1.1.12.1.1 pimComponentBSRAddress: 1.3.6.1.3.61.1.1.12.1.2 pimComponentBSRExpiryTime: 1.3.6.1.3.61.1.1.12.1.3 pimComponentCRPHoldTime: 1.3.6.1.3.61.1.1.12.1.4 pimComponentStatus: 1.3.6.1.3.61.1.1.12.1.5 pimMIBConformance: 1.3.6.1.3.61.2 pimMIBCompliances: 1.3.6.1.3.61.2.1 pimMIBGroups: 1.3.6.1.3.61.2.2 pimNeighborLoss: 1.3.6.1.3.61.1.0.1 snmp-1.2.0/data/ruby/snmp/mibs/SIP-UA-MIB.yaml0000644000004100000410000000076612365504747020575 0ustar www-datawww-data--- sipUAMIB: 1.3.6.1.2.1.150 sipUAMIBObjects: 1.3.6.1.2.1.150.1 sipUACfgServer: 1.3.6.1.2.1.150.1.1 sipUACfgServerTable: 1.3.6.1.2.1.150.1.1.1 sipUACfgServerEntry: 1.3.6.1.2.1.150.1.1.1.1 sipUACfgServerIndex: 1.3.6.1.2.1.150.1.1.1.1.1 sipUACfgServerAddressType: 1.3.6.1.2.1.150.1.1.1.1.2 sipUACfgServerAddress: 1.3.6.1.2.1.150.1.1.1.1.3 sipUACfgServerRole: 1.3.6.1.2.1.150.1.1.1.1.4 sipUAMIBConformance: 1.3.6.1.2.1.150.2 sipUAMIBCompliances: 1.3.6.1.2.1.150.2.1 sipUAMIBGroups: 1.3.6.1.2.1.150.2.2 snmp-1.2.0/data/ruby/snmp/mibs/ADSL-TC-MIB.yaml0000644000004100000410000000004512365504747020654 0ustar www-datawww-data--- adsltcmib: 1.3.6.1.2.1.10.94.2 snmp-1.2.0/data/ruby/snmp/mibs/ISIS-MIB.yaml0000644000004100000410000002561412365504747020405 0ustar www-datawww-data--- isisMIB: 1.3.6.1.2.1.138 isisNotifications: 1.3.6.1.2.1.138.0 isisObjects: 1.3.6.1.2.1.138.1 isisSystem: 1.3.6.1.2.1.138.1.1 isisSysObject: 1.3.6.1.2.1.138.1.1.1 isisSysVersion: 1.3.6.1.2.1.138.1.1.1.1 isisSysLevelType: 1.3.6.1.2.1.138.1.1.1.2 isisSysID: 1.3.6.1.2.1.138.1.1.1.3 isisSysMaxPathSplits: 1.3.6.1.2.1.138.1.1.1.4 isisSysMaxLSPGenInt: 1.3.6.1.2.1.138.1.1.1.5 isisSysPollESHelloRate: 1.3.6.1.2.1.138.1.1.1.6 isisSysWaitTime: 1.3.6.1.2.1.138.1.1.1.7 isisSysAdminState: 1.3.6.1.2.1.138.1.1.1.8 isisSysL2toL1Leaking: 1.3.6.1.2.1.138.1.1.1.9 isisSysMaxAge: 1.3.6.1.2.1.138.1.1.1.10 isisSysReceiveLSPBufferSize: 1.3.6.1.2.1.138.1.1.1.11 isisSysProtSupported: 1.3.6.1.2.1.138.1.1.1.12 isisSysNotificationEnable: 1.3.6.1.2.1.138.1.1.1.13 isisManAreaAddrTable: 1.3.6.1.2.1.138.1.1.2 isisManAreaAddrEntry: 1.3.6.1.2.1.138.1.1.2.1 isisManAreaAddr: 1.3.6.1.2.1.138.1.1.2.1.1 isisManAreaAddrExistState: 1.3.6.1.2.1.138.1.1.2.1.2 isisAreaAddrTable: 1.3.6.1.2.1.138.1.1.3 isisAreaAddrEntry: 1.3.6.1.2.1.138.1.1.3.1 isisAreaAddr: 1.3.6.1.2.1.138.1.1.3.1.1 isisSummAddrTable: 1.3.6.1.2.1.138.1.1.4 isisSummAddrEntry: 1.3.6.1.2.1.138.1.1.4.1 isisSummAddressType: 1.3.6.1.2.1.138.1.1.4.1.1 isisSummAddress: 1.3.6.1.2.1.138.1.1.4.1.2 isisSummAddrPrefixLen: 1.3.6.1.2.1.138.1.1.4.1.3 isisSummAddrExistState: 1.3.6.1.2.1.138.1.1.4.1.4 isisSummAddrMetric: 1.3.6.1.2.1.138.1.1.4.1.5 isisSummAddrFullMetric: 1.3.6.1.2.1.138.1.1.4.1.6 isisRedistributeAddrTable: 1.3.6.1.2.1.138.1.1.5 isisRedistributeAddrEntry: 1.3.6.1.2.1.138.1.1.5.1 isisRedistributeAddrType: 1.3.6.1.2.1.138.1.1.5.1.1 isisRedistributeAddrAddress: 1.3.6.1.2.1.138.1.1.5.1.2 isisRedistributeAddrPrefixLen: 1.3.6.1.2.1.138.1.1.5.1.3 isisRedistributeAddrExistState: 1.3.6.1.2.1.138.1.1.5.1.4 isisRouterTable: 1.3.6.1.2.1.138.1.1.6 isisRouterEntry: 1.3.6.1.2.1.138.1.1.6.1 isisRouterSysID: 1.3.6.1.2.1.138.1.1.6.1.1 isisRouterLevel: 1.3.6.1.2.1.138.1.1.6.1.2 isisRouterHostName: 1.3.6.1.2.1.138.1.1.6.1.3 isisRouterID: 1.3.6.1.2.1.138.1.1.6.1.4 isisSysLevel: 1.3.6.1.2.1.138.1.2 isisSysLevelTable: 1.3.6.1.2.1.138.1.2.1 isisSysLevelEntry: 1.3.6.1.2.1.138.1.2.1.1 isisSysLevelIndex: 1.3.6.1.2.1.138.1.2.1.1.1 isisSysLevelOrigLSPBuffSize: 1.3.6.1.2.1.138.1.2.1.1.2 isisSysLevelMinLSPGenInt: 1.3.6.1.2.1.138.1.2.1.1.3 isisSysLevelState: 1.3.6.1.2.1.138.1.2.1.1.4 isisSysLevelSetOverload: 1.3.6.1.2.1.138.1.2.1.1.5 isisSysLevelSetOverloadUntil: 1.3.6.1.2.1.138.1.2.1.1.6 isisSysLevelMetricStyle: 1.3.6.1.2.1.138.1.2.1.1.7 isisSysLevelSPFConsiders: 1.3.6.1.2.1.138.1.2.1.1.8 isisSysLevelTEEnabled: 1.3.6.1.2.1.138.1.2.1.1.9 isisCirc: 1.3.6.1.2.1.138.1.3 isisNextCircIndex: 1.3.6.1.2.1.138.1.3.1 isisCircTable: 1.3.6.1.2.1.138.1.3.2 isisCircEntry: 1.3.6.1.2.1.138.1.3.2.1 isisCircIndex: 1.3.6.1.2.1.138.1.3.2.1.1 isisCircIfIndex: 1.3.6.1.2.1.138.1.3.2.1.2 isisCircAdminState: 1.3.6.1.2.1.138.1.3.2.1.3 isisCircExistState: 1.3.6.1.2.1.138.1.3.2.1.4 isisCircType: 1.3.6.1.2.1.138.1.3.2.1.5 isisCircExtDomain: 1.3.6.1.2.1.138.1.3.2.1.6 isisCircLevelType: 1.3.6.1.2.1.138.1.3.2.1.7 isisCircPassiveCircuit: 1.3.6.1.2.1.138.1.3.2.1.8 isisCircMeshGroupEnabled: 1.3.6.1.2.1.138.1.3.2.1.9 isisCircMeshGroup: 1.3.6.1.2.1.138.1.3.2.1.10 isisCircSmallHellos: 1.3.6.1.2.1.138.1.3.2.1.11 isisCircLastUpTime: 1.3.6.1.2.1.138.1.3.2.1.12 isisCirc3WayEnabled: 1.3.6.1.2.1.138.1.3.2.1.13 isisCircExtendedCircID: 1.3.6.1.2.1.138.1.3.2.1.14 isisCircLevelValues: 1.3.6.1.2.1.138.1.4 isisCircLevelTable: 1.3.6.1.2.1.138.1.4.1 isisCircLevelEntry: 1.3.6.1.2.1.138.1.4.1.1 isisCircLevelIndex: 1.3.6.1.2.1.138.1.4.1.1.1 isisCircLevelMetric: 1.3.6.1.2.1.138.1.4.1.1.2 isisCircLevelWideMetric: 1.3.6.1.2.1.138.1.4.1.1.3 isisCircLevelISPriority: 1.3.6.1.2.1.138.1.4.1.1.4 isisCircLevelIDOctet: 1.3.6.1.2.1.138.1.4.1.1.5 isisCircLevelID: 1.3.6.1.2.1.138.1.4.1.1.6 isisCircLevelDesIS: 1.3.6.1.2.1.138.1.4.1.1.7 isisCircLevelHelloMultiplier: 1.3.6.1.2.1.138.1.4.1.1.8 isisCircLevelHelloTimer: 1.3.6.1.2.1.138.1.4.1.1.9 isisCircLevelDRHelloTimer: 1.3.6.1.2.1.138.1.4.1.1.10 isisCircLevelLSPThrottle: 1.3.6.1.2.1.138.1.4.1.1.11 isisCircLevelMinLSPRetransInt: 1.3.6.1.2.1.138.1.4.1.1.12 isisCircLevelCSNPInterval: 1.3.6.1.2.1.138.1.4.1.1.13 isisCircLevelPartSNPInterval: 1.3.6.1.2.1.138.1.4.1.1.14 isisCounters: 1.3.6.1.2.1.138.1.5 isisSystemCounterTable: 1.3.6.1.2.1.138.1.5.1 isisSystemCounterEntry: 1.3.6.1.2.1.138.1.5.1.1 isisSysStatLevel: 1.3.6.1.2.1.138.1.5.1.1.1 isisSysStatCorrLSPs: 1.3.6.1.2.1.138.1.5.1.1.2 isisSysStatAuthTypeFails: 1.3.6.1.2.1.138.1.5.1.1.3 isisSysStatAuthFails: 1.3.6.1.2.1.138.1.5.1.1.4 isisSysStatLSPDbaseOloads: 1.3.6.1.2.1.138.1.5.1.1.5 isisSysStatManAddrDropFromAreas: 1.3.6.1.2.1.138.1.5.1.1.6 isisSysStatAttmptToExMaxSeqNums: 1.3.6.1.2.1.138.1.5.1.1.7 isisSysStatSeqNumSkips: 1.3.6.1.2.1.138.1.5.1.1.8 isisSysStatOwnLSPPurges: 1.3.6.1.2.1.138.1.5.1.1.9 isisSysStatIDFieldLenMismatches: 1.3.6.1.2.1.138.1.5.1.1.10 isisSysStatPartChanges: 1.3.6.1.2.1.138.1.5.1.1.11 isisSysStatSPFRuns: 1.3.6.1.2.1.138.1.5.1.1.12 isisSysStatLSPErrors: 1.3.6.1.2.1.138.1.5.1.1.13 isisCircuitCounterTable: 1.3.6.1.2.1.138.1.5.2 isisCircuitCounterEntry: 1.3.6.1.2.1.138.1.5.2.1 isisCircuitType: 1.3.6.1.2.1.138.1.5.2.1.1 isisCircAdjChanges: 1.3.6.1.2.1.138.1.5.2.1.2 isisCircNumAdj: 1.3.6.1.2.1.138.1.5.2.1.3 isisCircInitFails: 1.3.6.1.2.1.138.1.5.2.1.4 isisCircRejAdjs: 1.3.6.1.2.1.138.1.5.2.1.5 isisCircIDFieldLenMismatches: 1.3.6.1.2.1.138.1.5.2.1.6 isisCircMaxAreaAddrMismatches: 1.3.6.1.2.1.138.1.5.2.1.7 isisCircAuthTypeFails: 1.3.6.1.2.1.138.1.5.2.1.8 isisCircAuthFails: 1.3.6.1.2.1.138.1.5.2.1.9 isisCircLANDesISChanges: 1.3.6.1.2.1.138.1.5.2.1.10 isisPacketCounterTable: 1.3.6.1.2.1.138.1.5.3 isisPacketCounterEntry: 1.3.6.1.2.1.138.1.5.3.1 isisPacketCountLevel: 1.3.6.1.2.1.138.1.5.3.1.1 isisPacketCountDirection: 1.3.6.1.2.1.138.1.5.3.1.2 isisPacketCountIIHello: 1.3.6.1.2.1.138.1.5.3.1.3 isisPacketCountISHello: 1.3.6.1.2.1.138.1.5.3.1.4 isisPacketCountESHello: 1.3.6.1.2.1.138.1.5.3.1.5 isisPacketCountLSP: 1.3.6.1.2.1.138.1.5.3.1.6 isisPacketCountCSNP: 1.3.6.1.2.1.138.1.5.3.1.7 isisPacketCountPSNP: 1.3.6.1.2.1.138.1.5.3.1.8 isisPacketCountUnknown: 1.3.6.1.2.1.138.1.5.3.1.9 isisISAdj: 1.3.6.1.2.1.138.1.6 isisISAdjTable: 1.3.6.1.2.1.138.1.6.1 isisISAdjEntry: 1.3.6.1.2.1.138.1.6.1.1 isisISAdjIndex: 1.3.6.1.2.1.138.1.6.1.1.1 isisISAdjState: 1.3.6.1.2.1.138.1.6.1.1.2 isisISAdj3WayState: 1.3.6.1.2.1.138.1.6.1.1.3 isisISAdjNeighSNPAAddress: 1.3.6.1.2.1.138.1.6.1.1.4 isisISAdjNeighSysType: 1.3.6.1.2.1.138.1.6.1.1.5 isisISAdjNeighSysID: 1.3.6.1.2.1.138.1.6.1.1.6 isisISAdjNbrExtendedCircID: 1.3.6.1.2.1.138.1.6.1.1.7 isisISAdjUsage: 1.3.6.1.2.1.138.1.6.1.1.8 isisISAdjHoldTimer: 1.3.6.1.2.1.138.1.6.1.1.9 isisISAdjNeighPriority: 1.3.6.1.2.1.138.1.6.1.1.10 isisISAdjLastUpTime: 1.3.6.1.2.1.138.1.6.1.1.11 isisISAdjAreaAddrTable: 1.3.6.1.2.1.138.1.6.2 isisISAdjAreaAddrEntry: 1.3.6.1.2.1.138.1.6.2.1 isisISAdjAreaAddrIndex: 1.3.6.1.2.1.138.1.6.2.1.1 isisISAdjAreaAddress: 1.3.6.1.2.1.138.1.6.2.1.2 isisISAdjIPAddrTable: 1.3.6.1.2.1.138.1.6.3 isisISAdjIPAddrEntry: 1.3.6.1.2.1.138.1.6.3.1 isisISAdjIPAddrIndex: 1.3.6.1.2.1.138.1.6.3.1.1 isisISAdjIPAddrType: 1.3.6.1.2.1.138.1.6.3.1.2 isisISAdjIPAddrAddress: 1.3.6.1.2.1.138.1.6.3.1.3 isisISAdjProtSuppTable: 1.3.6.1.2.1.138.1.6.4 isisISAdjProtSuppEntry: 1.3.6.1.2.1.138.1.6.4.1 isisISAdjProtSuppProtocol: 1.3.6.1.2.1.138.1.6.4.1.1 isisReachAddr: 1.3.6.1.2.1.138.1.7 isisRATable: 1.3.6.1.2.1.138.1.7.1 isisRAEntry: 1.3.6.1.2.1.138.1.7.1.1 isisRAIndex: 1.3.6.1.2.1.138.1.7.1.1.1 isisRAExistState: 1.3.6.1.2.1.138.1.7.1.1.2 isisRAAdminState: 1.3.6.1.2.1.138.1.7.1.1.3 isisRAAddrPrefix: 1.3.6.1.2.1.138.1.7.1.1.4 isisRAMapType: 1.3.6.1.2.1.138.1.7.1.1.5 isisRAMetric: 1.3.6.1.2.1.138.1.7.1.1.6 isisRAMetricType: 1.3.6.1.2.1.138.1.7.1.1.7 isisRASNPAAddress: 1.3.6.1.2.1.138.1.7.1.1.8 isisRASNPAMask: 1.3.6.1.2.1.138.1.7.1.1.9 isisRASNPAPrefix: 1.3.6.1.2.1.138.1.7.1.1.10 isisRAType: 1.3.6.1.2.1.138.1.7.1.1.11 isisIPReachAddr: 1.3.6.1.2.1.138.1.8 isisIPRATable: 1.3.6.1.2.1.138.1.8.1 isisIPRAEntry: 1.3.6.1.2.1.138.1.8.1.1 isisIPRADestType: 1.3.6.1.2.1.138.1.8.1.1.1 isisIPRADest: 1.3.6.1.2.1.138.1.8.1.1.2 isisIPRADestPrefixLen: 1.3.6.1.2.1.138.1.8.1.1.3 isisIPRANextHopIndex: 1.3.6.1.2.1.138.1.8.1.1.4 isisIPRANextHopType: 1.3.6.1.2.1.138.1.8.1.1.5 isisIPRANextHop: 1.3.6.1.2.1.138.1.8.1.1.6 isisIPRAType: 1.3.6.1.2.1.138.1.8.1.1.7 isisIPRAExistState: 1.3.6.1.2.1.138.1.8.1.1.8 isisIPRAAdminState: 1.3.6.1.2.1.138.1.8.1.1.9 isisIPRAMetric: 1.3.6.1.2.1.138.1.8.1.1.10 isisIPRAMetricType: 1.3.6.1.2.1.138.1.8.1.1.11 isisIPRAFullMetric: 1.3.6.1.2.1.138.1.8.1.1.12 isisIPRASNPAAddress: 1.3.6.1.2.1.138.1.8.1.1.13 isisIPRASourceType: 1.3.6.1.2.1.138.1.8.1.1.14 isisLSPDataBase: 1.3.6.1.2.1.138.1.9 isisLSPSummaryTable: 1.3.6.1.2.1.138.1.9.1 isisLSPSummaryEntry: 1.3.6.1.2.1.138.1.9.1.1 isisLSPLevel: 1.3.6.1.2.1.138.1.9.1.1.1 isisLSPID: 1.3.6.1.2.1.138.1.9.1.1.2 isisLSPSeq: 1.3.6.1.2.1.138.1.9.1.1.3 isisLSPZeroLife: 1.3.6.1.2.1.138.1.9.1.1.4 isisLSPChecksum: 1.3.6.1.2.1.138.1.9.1.1.5 isisLSPLifetimeRemain: 1.3.6.1.2.1.138.1.9.1.1.6 isisLSPPDULength: 1.3.6.1.2.1.138.1.9.1.1.7 isisLSPAttributes: 1.3.6.1.2.1.138.1.9.1.1.8 isisLSPTLVTable: 1.3.6.1.2.1.138.1.9.2 isisLSPTLVEntry: 1.3.6.1.2.1.138.1.9.2.1 isisLSPTLVIndex: 1.3.6.1.2.1.138.1.9.2.1.1 isisLSPTLVSeq: 1.3.6.1.2.1.138.1.9.2.1.2 isisLSPTLVChecksum: 1.3.6.1.2.1.138.1.9.2.1.3 isisLSPTLVType: 1.3.6.1.2.1.138.1.9.2.1.4 isisLSPTLVLen: 1.3.6.1.2.1.138.1.9.2.1.5 isisLSPTLVValue: 1.3.6.1.2.1.138.1.9.2.1.6 isisNotification: 1.3.6.1.2.1.138.1.10 isisNotificationEntry: 1.3.6.1.2.1.138.1.10.1 isisNotificationSysLevelIndex: 1.3.6.1.2.1.138.1.10.1.1 isisNotificationCircIfIndex: 1.3.6.1.2.1.138.1.10.1.2 isisPduLspId: 1.3.6.1.2.1.138.1.10.1.3 isisPduFragment: 1.3.6.1.2.1.138.1.10.1.4 isisPduFieldLen: 1.3.6.1.2.1.138.1.10.1.5 isisPduMaxAreaAddress: 1.3.6.1.2.1.138.1.10.1.6 isisPduProtocolVersion: 1.3.6.1.2.1.138.1.10.1.7 isisPduLspSize: 1.3.6.1.2.1.138.1.10.1.8 isisPduOriginatingBufferSize: 1.3.6.1.2.1.138.1.10.1.9 isisPduBufferSize: 1.3.6.1.2.1.138.1.10.1.10 isisPduProtocolsSupported: 1.3.6.1.2.1.138.1.10.1.11 isisAdjState: 1.3.6.1.2.1.138.1.10.1.12 isisErrorOffset: 1.3.6.1.2.1.138.1.10.1.13 isisErrorTLVType: 1.3.6.1.2.1.138.1.10.1.14 isisNotificationAreaAddress: 1.3.6.1.2.1.138.1.10.1.15 isisConformance: 1.3.6.1.2.1.138.2 isisCompliances: 1.3.6.1.2.1.138.2.1 isisGroups: 1.3.6.1.2.1.138.2.2 isisDatabaseOverload: 1.3.6.1.2.1.138.0.1 isisManualAddressDrops: 1.3.6.1.2.1.138.0.2 isisCorruptedLSPDetected: 1.3.6.1.2.1.138.0.3 isisAttemptToExceedMaxSequence: 1.3.6.1.2.1.138.0.4 isisIDLenMismatch: 1.3.6.1.2.1.138.0.5 isisMaxAreaAddressesMismatch: 1.3.6.1.2.1.138.0.6 isisOwnLSPPurge: 1.3.6.1.2.1.138.0.7 isisSequenceNumberSkip: 1.3.6.1.2.1.138.0.8 isisAuthenticationTypeFailure: 1.3.6.1.2.1.138.0.9 isisAuthenticationFailure: 1.3.6.1.2.1.138.0.10 isisVersionSkew: 1.3.6.1.2.1.138.0.11 isisAreaMismatch: 1.3.6.1.2.1.138.0.12 isisRejectedAdjacency: 1.3.6.1.2.1.138.0.13 isisLSPTooLargeToPropagate: 1.3.6.1.2.1.138.0.14 isisOrigLSPBuffSizeMismatch: 1.3.6.1.2.1.138.0.15 isisProtocolsSupportedMismatch: 1.3.6.1.2.1.138.0.16 isisAdjacencyChange: 1.3.6.1.2.1.138.0.17 isisLSPErrorDetected: 1.3.6.1.2.1.138.0.18 snmp-1.2.0/data/ruby/snmp/mibs/SNMP-USM-AES-MIB.yaml0000644000004100000410000000011712365504747021452 0ustar www-datawww-data--- usmAesCfb128Protocol: 1.3.6.1.6.3.10.1.2.4 snmpUsmAesMIB: 1.3.6.1.6.3.20 snmp-1.2.0/data/ruby/snmp/mibs/DIFFSERV-MIB.yaml0000644000004100000410000001761112365504747021044 0ustar www-datawww-data--- diffServMib: 1.3.6.1.2.1.97 diffServMIBObjects: 1.3.6.1.2.1.97.1 diffServDataPath: 1.3.6.1.2.1.97.1.1 diffServDataPathTable: 1.3.6.1.2.1.97.1.1.1 diffServDataPathEntry: 1.3.6.1.2.1.97.1.1.1.1 diffServDataPathIfDirection: 1.3.6.1.2.1.97.1.1.1.1.1 diffServDataPathStart: 1.3.6.1.2.1.97.1.1.1.1.2 diffServDataPathStorage: 1.3.6.1.2.1.97.1.1.1.1.3 diffServDataPathStatus: 1.3.6.1.2.1.97.1.1.1.1.4 diffServClassifier: 1.3.6.1.2.1.97.1.2 diffServClfrNextFree: 1.3.6.1.2.1.97.1.2.1 diffServClfrTable: 1.3.6.1.2.1.97.1.2.2 diffServClfrEntry: 1.3.6.1.2.1.97.1.2.2.1 diffServClfrId: 1.3.6.1.2.1.97.1.2.2.1.1 diffServClfrStorage: 1.3.6.1.2.1.97.1.2.2.1.2 diffServClfrStatus: 1.3.6.1.2.1.97.1.2.2.1.3 diffServClfrElementNextFree: 1.3.6.1.2.1.97.1.2.3 diffServClfrElementTable: 1.3.6.1.2.1.97.1.2.4 diffServClfrElementEntry: 1.3.6.1.2.1.97.1.2.4.1 diffServClfrElementId: 1.3.6.1.2.1.97.1.2.4.1.1 diffServClfrElementPrecedence: 1.3.6.1.2.1.97.1.2.4.1.2 diffServClfrElementNext: 1.3.6.1.2.1.97.1.2.4.1.3 diffServClfrElementSpecific: 1.3.6.1.2.1.97.1.2.4.1.4 diffServClfrElementStorage: 1.3.6.1.2.1.97.1.2.4.1.5 diffServClfrElementStatus: 1.3.6.1.2.1.97.1.2.4.1.6 diffServMultiFieldClfrNextFree: 1.3.6.1.2.1.97.1.2.5 diffServMultiFieldClfrTable: 1.3.6.1.2.1.97.1.2.6 diffServMultiFieldClfrEntry: 1.3.6.1.2.1.97.1.2.6.1 diffServMultiFieldClfrId: 1.3.6.1.2.1.97.1.2.6.1.1 diffServMultiFieldClfrAddrType: 1.3.6.1.2.1.97.1.2.6.1.2 diffServMultiFieldClfrDstAddr: 1.3.6.1.2.1.97.1.2.6.1.3 diffServMultiFieldClfrDstPrefixLength: 1.3.6.1.2.1.97.1.2.6.1.4 diffServMultiFieldClfrSrcAddr: 1.3.6.1.2.1.97.1.2.6.1.5 diffServMultiFieldClfrSrcPrefixLength: 1.3.6.1.2.1.97.1.2.6.1.6 diffServMultiFieldClfrDscp: 1.3.6.1.2.1.97.1.2.6.1.7 diffServMultiFieldClfrFlowId: 1.3.6.1.2.1.97.1.2.6.1.8 diffServMultiFieldClfrProtocol: 1.3.6.1.2.1.97.1.2.6.1.9 diffServMultiFieldClfrDstL4PortMin: 1.3.6.1.2.1.97.1.2.6.1.10 diffServMultiFieldClfrDstL4PortMax: 1.3.6.1.2.1.97.1.2.6.1.11 diffServMultiFieldClfrSrcL4PortMin: 1.3.6.1.2.1.97.1.2.6.1.12 diffServMultiFieldClfrSrcL4PortMax: 1.3.6.1.2.1.97.1.2.6.1.13 diffServMultiFieldClfrStorage: 1.3.6.1.2.1.97.1.2.6.1.14 diffServMultiFieldClfrStatus: 1.3.6.1.2.1.97.1.2.6.1.15 diffServMeter: 1.3.6.1.2.1.97.1.3 diffServMeterNextFree: 1.3.6.1.2.1.97.1.3.1 diffServMeterTable: 1.3.6.1.2.1.97.1.3.2 diffServMeterEntry: 1.3.6.1.2.1.97.1.3.2.1 diffServMeterId: 1.3.6.1.2.1.97.1.3.2.1.1 diffServMeterSucceedNext: 1.3.6.1.2.1.97.1.3.2.1.2 diffServMeterFailNext: 1.3.6.1.2.1.97.1.3.2.1.3 diffServMeterSpecific: 1.3.6.1.2.1.97.1.3.2.1.4 diffServMeterStorage: 1.3.6.1.2.1.97.1.3.2.1.5 diffServMeterStatus: 1.3.6.1.2.1.97.1.3.2.1.6 diffServTBParam: 1.3.6.1.2.1.97.1.4 diffServTBParamNextFree: 1.3.6.1.2.1.97.1.4.1 diffServTBParamTable: 1.3.6.1.2.1.97.1.4.2 diffServTBParamEntry: 1.3.6.1.2.1.97.1.4.2.1 diffServTBParamId: 1.3.6.1.2.1.97.1.4.2.1.1 diffServTBParamType: 1.3.6.1.2.1.97.1.4.2.1.2 diffServTBParamRate: 1.3.6.1.2.1.97.1.4.2.1.3 diffServTBParamBurstSize: 1.3.6.1.2.1.97.1.4.2.1.4 diffServTBParamInterval: 1.3.6.1.2.1.97.1.4.2.1.5 diffServTBParamStorage: 1.3.6.1.2.1.97.1.4.2.1.6 diffServTBParamStatus: 1.3.6.1.2.1.97.1.4.2.1.7 diffServAction: 1.3.6.1.2.1.97.1.5 diffServActionNextFree: 1.3.6.1.2.1.97.1.5.1 diffServActionTable: 1.3.6.1.2.1.97.1.5.2 diffServActionEntry: 1.3.6.1.2.1.97.1.5.2.1 diffServActionId: 1.3.6.1.2.1.97.1.5.2.1.1 diffServActionInterface: 1.3.6.1.2.1.97.1.5.2.1.2 diffServActionNext: 1.3.6.1.2.1.97.1.5.2.1.3 diffServActionSpecific: 1.3.6.1.2.1.97.1.5.2.1.4 diffServActionStorage: 1.3.6.1.2.1.97.1.5.2.1.5 diffServActionStatus: 1.3.6.1.2.1.97.1.5.2.1.6 diffServDscpMarkActTable: 1.3.6.1.2.1.97.1.5.3 diffServDscpMarkActEntry: 1.3.6.1.2.1.97.1.5.3.1 diffServDscpMarkActDscp: 1.3.6.1.2.1.97.1.5.3.1.1 diffServCountActNextFree: 1.3.6.1.2.1.97.1.5.4 diffServCountActTable: 1.3.6.1.2.1.97.1.5.5 diffServCountActEntry: 1.3.6.1.2.1.97.1.5.5.1 diffServCountActId: 1.3.6.1.2.1.97.1.5.5.1.1 diffServCountActOctets: 1.3.6.1.2.1.97.1.5.5.1.2 diffServCountActPkts: 1.3.6.1.2.1.97.1.5.5.1.3 diffServCountActStorage: 1.3.6.1.2.1.97.1.5.5.1.4 diffServCountActStatus: 1.3.6.1.2.1.97.1.5.5.1.5 diffServAlgDrop: 1.3.6.1.2.1.97.1.6 diffServAlgDropNextFree: 1.3.6.1.2.1.97.1.6.1 diffServAlgDropTable: 1.3.6.1.2.1.97.1.6.2 diffServAlgDropEntry: 1.3.6.1.2.1.97.1.6.2.1 diffServAlgDropId: 1.3.6.1.2.1.97.1.6.2.1.1 diffServAlgDropType: 1.3.6.1.2.1.97.1.6.2.1.2 diffServAlgDropNext: 1.3.6.1.2.1.97.1.6.2.1.3 diffServAlgDropQMeasure: 1.3.6.1.2.1.97.1.6.2.1.4 diffServAlgDropQThreshold: 1.3.6.1.2.1.97.1.6.2.1.5 diffServAlgDropSpecific: 1.3.6.1.2.1.97.1.6.2.1.6 diffServAlgDropOctets: 1.3.6.1.2.1.97.1.6.2.1.7 diffServAlgDropPkts: 1.3.6.1.2.1.97.1.6.2.1.8 diffServAlgRandomDropOctets: 1.3.6.1.2.1.97.1.6.2.1.9 diffServAlgRandomDropPkts: 1.3.6.1.2.1.97.1.6.2.1.10 diffServAlgDropStorage: 1.3.6.1.2.1.97.1.6.2.1.11 diffServAlgDropStatus: 1.3.6.1.2.1.97.1.6.2.1.12 diffServRandomDropNextFree: 1.3.6.1.2.1.97.1.6.3 diffServRandomDropTable: 1.3.6.1.2.1.97.1.6.4 diffServRandomDropEntry: 1.3.6.1.2.1.97.1.6.4.1 diffServRandomDropId: 1.3.6.1.2.1.97.1.6.4.1.1 diffServRandomDropMinThreshBytes: 1.3.6.1.2.1.97.1.6.4.1.2 diffServRandomDropMinThreshPkts: 1.3.6.1.2.1.97.1.6.4.1.3 diffServRandomDropMaxThreshBytes: 1.3.6.1.2.1.97.1.6.4.1.4 diffServRandomDropMaxThreshPkts: 1.3.6.1.2.1.97.1.6.4.1.5 diffServRandomDropProbMax: 1.3.6.1.2.1.97.1.6.4.1.6 diffServRandomDropWeight: 1.3.6.1.2.1.97.1.6.4.1.7 diffServRandomDropSamplingRate: 1.3.6.1.2.1.97.1.6.4.1.8 diffServRandomDropStorage: 1.3.6.1.2.1.97.1.6.4.1.9 diffServRandomDropStatus: 1.3.6.1.2.1.97.1.6.4.1.10 diffServQueue: 1.3.6.1.2.1.97.1.7 diffServQNextFree: 1.3.6.1.2.1.97.1.7.1 diffServQTable: 1.3.6.1.2.1.97.1.7.2 diffServQEntry: 1.3.6.1.2.1.97.1.7.2.1 diffServQId: 1.3.6.1.2.1.97.1.7.2.1.1 diffServQNext: 1.3.6.1.2.1.97.1.7.2.1.2 diffServQMinRate: 1.3.6.1.2.1.97.1.7.2.1.3 diffServQMaxRate: 1.3.6.1.2.1.97.1.7.2.1.4 diffServQStorage: 1.3.6.1.2.1.97.1.7.2.1.5 diffServQStatus: 1.3.6.1.2.1.97.1.7.2.1.6 diffServScheduler: 1.3.6.1.2.1.97.1.8 diffServSchedulerNextFree: 1.3.6.1.2.1.97.1.8.1 diffServSchedulerTable: 1.3.6.1.2.1.97.1.8.2 diffServSchedulerEntry: 1.3.6.1.2.1.97.1.8.2.1 diffServSchedulerId: 1.3.6.1.2.1.97.1.8.2.1.1 diffServSchedulerNext: 1.3.6.1.2.1.97.1.8.2.1.2 diffServSchedulerMethod: 1.3.6.1.2.1.97.1.8.2.1.3 diffServSchedulerMinRate: 1.3.6.1.2.1.97.1.8.2.1.4 diffServSchedulerMaxRate: 1.3.6.1.2.1.97.1.8.2.1.5 diffServSchedulerStorage: 1.3.6.1.2.1.97.1.8.2.1.6 diffServSchedulerStatus: 1.3.6.1.2.1.97.1.8.2.1.7 diffServMinRateNextFree: 1.3.6.1.2.1.97.1.8.3 diffServMinRateTable: 1.3.6.1.2.1.97.1.8.4 diffServMinRateEntry: 1.3.6.1.2.1.97.1.8.4.1 diffServMinRateId: 1.3.6.1.2.1.97.1.8.4.1.1 diffServMinRatePriority: 1.3.6.1.2.1.97.1.8.4.1.2 diffServMinRateAbsolute: 1.3.6.1.2.1.97.1.8.4.1.3 diffServMinRateRelative: 1.3.6.1.2.1.97.1.8.4.1.4 diffServMinRateStorage: 1.3.6.1.2.1.97.1.8.4.1.5 diffServMinRateStatus: 1.3.6.1.2.1.97.1.8.4.1.6 diffServMaxRateNextFree: 1.3.6.1.2.1.97.1.8.5 diffServMaxRateTable: 1.3.6.1.2.1.97.1.8.6 diffServMaxRateEntry: 1.3.6.1.2.1.97.1.8.6.1 diffServMaxRateId: 1.3.6.1.2.1.97.1.8.6.1.1 diffServMaxRateLevel: 1.3.6.1.2.1.97.1.8.6.1.2 diffServMaxRateAbsolute: 1.3.6.1.2.1.97.1.8.6.1.3 diffServMaxRateRelative: 1.3.6.1.2.1.97.1.8.6.1.4 diffServMaxRateThreshold: 1.3.6.1.2.1.97.1.8.6.1.5 diffServMaxRateStorage: 1.3.6.1.2.1.97.1.8.6.1.6 diffServMaxRateStatus: 1.3.6.1.2.1.97.1.8.6.1.7 diffServMIBConformance: 1.3.6.1.2.1.97.2 diffServMIBCompliances: 1.3.6.1.2.1.97.2.1 diffServMIBGroups: 1.3.6.1.2.1.97.2.2 diffServMIBAdmin: 1.3.6.1.2.1.97.3 diffServTBMeters: 1.3.6.1.2.1.97.3.1 diffServTBParamSimpleTokenBucket: 1.3.6.1.2.1.97.3.1.1 diffServTBParamAvgRate: 1.3.6.1.2.1.97.3.1.2 diffServTBParamSrTCMBlind: 1.3.6.1.2.1.97.3.1.3 diffServTBParamSrTCMAware: 1.3.6.1.2.1.97.3.1.4 diffServTBParamTrTCMBlind: 1.3.6.1.2.1.97.3.1.5 diffServTBParamTrTCMAware: 1.3.6.1.2.1.97.3.1.6 diffServTBParamTswTCM: 1.3.6.1.2.1.97.3.1.7 diffServSchedulers: 1.3.6.1.2.1.97.3.2 diffServSchedulerPriority: 1.3.6.1.2.1.97.3.2.1 diffServSchedulerWRR: 1.3.6.1.2.1.97.3.2.2 diffServSchedulerWFQ: 1.3.6.1.2.1.97.3.2.3 snmp-1.2.0/data/ruby/snmp/mibs/RIPv2-MIB.yaml0000644000004100000410000000236112365504747020532 0ustar www-datawww-data--- rip2: 1.3.6.1.2.1.23 rip2Globals: 1.3.6.1.2.1.23.1 rip2GlobalRouteChanges: 1.3.6.1.2.1.23.1.1 rip2GlobalQueries: 1.3.6.1.2.1.23.1.2 rip2IfStatTable: 1.3.6.1.2.1.23.2 rip2IfStatEntry: 1.3.6.1.2.1.23.2.1 rip2IfStatAddress: 1.3.6.1.2.1.23.2.1.1 rip2IfStatRcvBadPackets: 1.3.6.1.2.1.23.2.1.2 rip2IfStatRcvBadRoutes: 1.3.6.1.2.1.23.2.1.3 rip2IfStatSentUpdates: 1.3.6.1.2.1.23.2.1.4 rip2IfStatStatus: 1.3.6.1.2.1.23.2.1.5 rip2IfConfTable: 1.3.6.1.2.1.23.3 rip2IfConfEntry: 1.3.6.1.2.1.23.3.1 rip2IfConfAddress: 1.3.6.1.2.1.23.3.1.1 rip2IfConfDomain: 1.3.6.1.2.1.23.3.1.2 rip2IfConfAuthType: 1.3.6.1.2.1.23.3.1.3 rip2IfConfAuthKey: 1.3.6.1.2.1.23.3.1.4 rip2IfConfSend: 1.3.6.1.2.1.23.3.1.5 rip2IfConfReceive: 1.3.6.1.2.1.23.3.1.6 rip2IfConfDefaultMetric: 1.3.6.1.2.1.23.3.1.7 rip2IfConfStatus: 1.3.6.1.2.1.23.3.1.8 rip2IfConfSrcAddress: 1.3.6.1.2.1.23.3.1.9 rip2PeerTable: 1.3.6.1.2.1.23.4 rip2PeerEntry: 1.3.6.1.2.1.23.4.1 rip2PeerAddress: 1.3.6.1.2.1.23.4.1.1 rip2PeerDomain: 1.3.6.1.2.1.23.4.1.2 rip2PeerLastUpdate: 1.3.6.1.2.1.23.4.1.3 rip2PeerVersion: 1.3.6.1.2.1.23.4.1.4 rip2PeerRcvBadPackets: 1.3.6.1.2.1.23.4.1.5 rip2PeerRcvBadRoutes: 1.3.6.1.2.1.23.4.1.6 rip2Conformance: 1.3.6.1.2.1.23.5 rip2Groups: 1.3.6.1.2.1.23.5.1 rip2Compliances: 1.3.6.1.2.1.23.5.2 snmp-1.2.0/data/ruby/snmp/mibs/ITU-ALARM-MIB.yaml0000644000004100000410000000304012365504747021116 0ustar www-datawww-data--- ituAlarmMIB: 1.3.6.1.2.1.121 ituAlarmObjects: 1.3.6.1.2.1.121.1 ituAlarmModel: 1.3.6.1.2.1.121.1.1 ituAlarmTable: 1.3.6.1.2.1.121.1.1.1 ituAlarmEntry: 1.3.6.1.2.1.121.1.1.1.1 ituAlarmPerceivedSeverity: 1.3.6.1.2.1.121.1.1.1.1.1 ituAlarmEventType: 1.3.6.1.2.1.121.1.1.1.1.2 ituAlarmProbableCause: 1.3.6.1.2.1.121.1.1.1.1.3 ituAlarmAdditionalText: 1.3.6.1.2.1.121.1.1.1.1.4 ituAlarmGenericModel: 1.3.6.1.2.1.121.1.1.1.1.5 ituAlarmActive: 1.3.6.1.2.1.121.1.2 ituAlarmActiveTable: 1.3.6.1.2.1.121.1.2.1 ituAlarmActiveEntry: 1.3.6.1.2.1.121.1.2.1.1 ituAlarmActiveTrendIndication: 1.3.6.1.2.1.121.1.2.1.1.1 ituAlarmActiveDetector: 1.3.6.1.2.1.121.1.2.1.1.2 ituAlarmActiveServiceProvider: 1.3.6.1.2.1.121.1.2.1.1.3 ituAlarmActiveServiceUser: 1.3.6.1.2.1.121.1.2.1.1.4 ituAlarmActiveStatsTable: 1.3.6.1.2.1.121.1.2.2 ituAlarmActiveStatsEntry: 1.3.6.1.2.1.121.1.2.2.1 ituAlarmActiveStatsIndeterminateCurrent: 1.3.6.1.2.1.121.1.2.2.1.1 ituAlarmActiveStatsCriticalCurrent: 1.3.6.1.2.1.121.1.2.2.1.2 ituAlarmActiveStatsMajorCurrent: 1.3.6.1.2.1.121.1.2.2.1.3 ituAlarmActiveStatsMinorCurrent: 1.3.6.1.2.1.121.1.2.2.1.4 ituAlarmActiveStatsWarningCurrent: 1.3.6.1.2.1.121.1.2.2.1.5 ituAlarmActiveStatsIndeterminates: 1.3.6.1.2.1.121.1.2.2.1.6 ituAlarmActiveStatsCriticals: 1.3.6.1.2.1.121.1.2.2.1.7 ituAlarmActiveStatsMajors: 1.3.6.1.2.1.121.1.2.2.1.8 ituAlarmActiveStatsMinors: 1.3.6.1.2.1.121.1.2.2.1.9 ituAlarmActiveStatsWarnings: 1.3.6.1.2.1.121.1.2.2.1.10 ituAlarmConformance: 1.3.6.1.2.1.121.2 ituAlarmCompliances: 1.3.6.1.2.1.121.2.1 ituAlarmGroups: 1.3.6.1.2.1.121.2.2 snmp-1.2.0/data/ruby/snmp/mibs/ADSL2-LINE-MIB.yaml0000644000004100000410000004356312365504747021173 0ustar www-datawww-data--- adsl2MIB: 1.3.6.1.2.1.10.238 adsl2: 1.3.6.1.2.1.10.238.1 adsl2Notifications: 1.3.6.1.2.1.10.238.1.0 adsl2Line: 1.3.6.1.2.1.10.238.1.1 adsl2LineTable: 1.3.6.1.2.1.10.238.1.1.1 adsl2LineEntry: 1.3.6.1.2.1.10.238.1.1.1.1 adsl2LineCnfgTemplate: 1.3.6.1.2.1.10.238.1.1.1.1.1 adsl2LineAlarmCnfgTemplate: 1.3.6.1.2.1.10.238.1.1.1.1.2 adsl2LineCmndConfPmsf: 1.3.6.1.2.1.10.238.1.1.1.1.3 adsl2LineCmndConfLdsf: 1.3.6.1.2.1.10.238.1.1.1.1.4 adsl2LineCmndConfLdsfFailReason: 1.3.6.1.2.1.10.238.1.1.1.1.5 adsl2LineCmndAutomodeColdStart: 1.3.6.1.2.1.10.238.1.1.1.1.6 adsl2LineStatusAtuTransSys: 1.3.6.1.2.1.10.238.1.1.1.1.7 adsl2LineStatusPwrMngState: 1.3.6.1.2.1.10.238.1.1.1.1.8 adsl2LineStatusInitResult: 1.3.6.1.2.1.10.238.1.1.1.1.9 adsl2LineStatusLastStateDs: 1.3.6.1.2.1.10.238.1.1.1.1.10 adsl2LineStatusLastStateUs: 1.3.6.1.2.1.10.238.1.1.1.1.11 adsl2LineStatusAtur: 1.3.6.1.2.1.10.238.1.1.1.1.12 adsl2LineStatusAtuc: 1.3.6.1.2.1.10.238.1.1.1.1.13 adsl2LineStatusLnAttenDs: 1.3.6.1.2.1.10.238.1.1.1.1.14 adsl2LineStatusLnAttenUs: 1.3.6.1.2.1.10.238.1.1.1.1.15 adsl2LineStatusSigAttenDs: 1.3.6.1.2.1.10.238.1.1.1.1.16 adsl2LineStatusSigAttenUs: 1.3.6.1.2.1.10.238.1.1.1.1.17 adsl2LineStatusSnrMarginDs: 1.3.6.1.2.1.10.238.1.1.1.1.18 adsl2LineStatusSnrMarginUs: 1.3.6.1.2.1.10.238.1.1.1.1.19 adsl2LineStatusAttainableRateDs: 1.3.6.1.2.1.10.238.1.1.1.1.20 adsl2LineStatusAttainableRateUs: 1.3.6.1.2.1.10.238.1.1.1.1.21 adsl2LineStatusActPsdDs: 1.3.6.1.2.1.10.238.1.1.1.1.22 adsl2LineStatusActPsdUs: 1.3.6.1.2.1.10.238.1.1.1.1.23 adsl2LineStatusActAtpDs: 1.3.6.1.2.1.10.238.1.1.1.1.24 adsl2LineStatusActAtpUs: 1.3.6.1.2.1.10.238.1.1.1.1.25 adsl2Status: 1.3.6.1.2.1.10.238.1.2 adsl2ChannelStatusTable: 1.3.6.1.2.1.10.238.1.2.1 adsl2ChannelStatusEntry: 1.3.6.1.2.1.10.238.1.2.1.1 adsl2ChStatusUnit: 1.3.6.1.2.1.10.238.1.2.1.1.1 adsl2ChStatusChannelNum: 1.3.6.1.2.1.10.238.1.2.1.1.2 adsl2ChStatusActDataRate: 1.3.6.1.2.1.10.238.1.2.1.1.3 adsl2ChStatusPrevDataRate: 1.3.6.1.2.1.10.238.1.2.1.1.4 adsl2ChStatusActDelay: 1.3.6.1.2.1.10.238.1.2.1.1.5 adsl2ChStatusAtmStatus: 1.3.6.1.2.1.10.238.1.2.1.1.6 adsl2ChStatusPtmStatus: 1.3.6.1.2.1.10.238.1.2.1.1.7 adsl2SCStatusTable: 1.3.6.1.2.1.10.238.1.2.2 adsl2SCStatusEntry: 1.3.6.1.2.1.10.238.1.2.2.1 adsl2SCStatusDirection: 1.3.6.1.2.1.10.238.1.2.2.1.1 adsl2SCStatusMtime: 1.3.6.1.2.1.10.238.1.2.2.1.2 adsl2SCStatusSnr: 1.3.6.1.2.1.10.238.1.2.2.1.3 adsl2SCStatusBitsAlloc: 1.3.6.1.2.1.10.238.1.2.2.1.4 adsl2SCStatusGainAlloc: 1.3.6.1.2.1.10.238.1.2.2.1.5 adsl2SCStatusTssi: 1.3.6.1.2.1.10.238.1.2.2.1.6 adsl2SCStatusLinScale: 1.3.6.1.2.1.10.238.1.2.2.1.7 adsl2SCStatusLinReal: 1.3.6.1.2.1.10.238.1.2.2.1.8 adsl2SCStatusLinImg: 1.3.6.1.2.1.10.238.1.2.2.1.9 adsl2SCStatusLogMt: 1.3.6.1.2.1.10.238.1.2.2.1.10 adsl2SCStatusLog: 1.3.6.1.2.1.10.238.1.2.2.1.11 adsl2SCStatusQlnMt: 1.3.6.1.2.1.10.238.1.2.2.1.12 adsl2SCStatusQln: 1.3.6.1.2.1.10.238.1.2.2.1.13 adsl2SCStatusLnAtten: 1.3.6.1.2.1.10.238.1.2.2.1.14 adsl2SCStatusSigAtten: 1.3.6.1.2.1.10.238.1.2.2.1.15 adsl2SCStatusSnrMargin: 1.3.6.1.2.1.10.238.1.2.2.1.16 adsl2SCStatusAttainableRate: 1.3.6.1.2.1.10.238.1.2.2.1.17 adsl2SCStatusActAtp: 1.3.6.1.2.1.10.238.1.2.2.1.18 adsl2SCStatusRowStatus: 1.3.6.1.2.1.10.238.1.2.2.1.19 adsl2Inventory: 1.3.6.1.2.1.10.238.1.3 adsl2LineInventoryTable: 1.3.6.1.2.1.10.238.1.3.1 adsl2LineInventoryEntry: 1.3.6.1.2.1.10.238.1.3.1.1 adsl2LInvUnit: 1.3.6.1.2.1.10.238.1.3.1.1.1 adsl2LInvG994VendorId: 1.3.6.1.2.1.10.238.1.3.1.1.2 adsl2LInvSystemVendorId: 1.3.6.1.2.1.10.238.1.3.1.1.3 adsl2LInvVersionNumber: 1.3.6.1.2.1.10.238.1.3.1.1.4 adsl2LInvSerialNumber: 1.3.6.1.2.1.10.238.1.3.1.1.5 adsl2LInvSelfTestResult: 1.3.6.1.2.1.10.238.1.3.1.1.6 adsl2LInvTransmissionCapabilities: 1.3.6.1.2.1.10.238.1.3.1.1.7 adsl2PM: 1.3.6.1.2.1.10.238.1.4 adsl2PMLine: 1.3.6.1.2.1.10.238.1.4.1 adsl2PMLineCurrTable: 1.3.6.1.2.1.10.238.1.4.1.1 adsl2PMLineCurrEntry: 1.3.6.1.2.1.10.238.1.4.1.1.1 adsl2PMLCurrUnit: 1.3.6.1.2.1.10.238.1.4.1.1.1.1 adsl2PMLCurrValidIntervals: 1.3.6.1.2.1.10.238.1.4.1.1.1.2 adsl2PMLCurrInvalidIntervals: 1.3.6.1.2.1.10.238.1.4.1.1.1.3 adsl2PMLCurr15MTimeElapsed: 1.3.6.1.2.1.10.238.1.4.1.1.1.4 adsl2PMLCurr15MFecs: 1.3.6.1.2.1.10.238.1.4.1.1.1.5 adsl2PMLCurr15MEs: 1.3.6.1.2.1.10.238.1.4.1.1.1.6 adsl2PMLCurr15MSes: 1.3.6.1.2.1.10.238.1.4.1.1.1.7 adsl2PMLCurr15MLoss: 1.3.6.1.2.1.10.238.1.4.1.1.1.8 adsl2PMLCurr15MUas: 1.3.6.1.2.1.10.238.1.4.1.1.1.9 adsl2PMLCurr1DayValidIntervals: 1.3.6.1.2.1.10.238.1.4.1.1.1.10 adsl2PMLCurr1DayInvalidIntervals: 1.3.6.1.2.1.10.238.1.4.1.1.1.11 adsl2PMLCurr1DayTimeElapsed: 1.3.6.1.2.1.10.238.1.4.1.1.1.12 adsl2PMLCurr1DayFecs: 1.3.6.1.2.1.10.238.1.4.1.1.1.13 adsl2PMLCurr1DayEs: 1.3.6.1.2.1.10.238.1.4.1.1.1.14 adsl2PMLCurr1DaySes: 1.3.6.1.2.1.10.238.1.4.1.1.1.15 adsl2PMLCurr1DayLoss: 1.3.6.1.2.1.10.238.1.4.1.1.1.16 adsl2PMLCurr1DayUas: 1.3.6.1.2.1.10.238.1.4.1.1.1.17 adsl2PMLineCurrInitTable: 1.3.6.1.2.1.10.238.1.4.1.2 adsl2PMLineCurrInitEntry: 1.3.6.1.2.1.10.238.1.4.1.2.1 adsl2PMLCurrInit15MTimeElapsed: 1.3.6.1.2.1.10.238.1.4.1.2.1.1 adsl2PMLCurrInit15MFullInits: 1.3.6.1.2.1.10.238.1.4.1.2.1.2 adsl2PMLCurrInit15MFailedFullInits: 1.3.6.1.2.1.10.238.1.4.1.2.1.3 adsl2PMLCurrInit15MShortInits: 1.3.6.1.2.1.10.238.1.4.1.2.1.4 adsl2PMLCurrInit15MFailedShortInits: 1.3.6.1.2.1.10.238.1.4.1.2.1.5 adsl2PMLCurrInit1DayTimeElapsed: 1.3.6.1.2.1.10.238.1.4.1.2.1.6 adsl2PMLCurrInit1DayFullInits: 1.3.6.1.2.1.10.238.1.4.1.2.1.7 adsl2PMLCurrInit1DayFailedFullInits: 1.3.6.1.2.1.10.238.1.4.1.2.1.8 adsl2PMLCurrInit1DayShortInits: 1.3.6.1.2.1.10.238.1.4.1.2.1.9 adsl2PMLCurrInit1DayFailedShortInits: 1.3.6.1.2.1.10.238.1.4.1.2.1.10 adsl2PMLineHist15MinTable: 1.3.6.1.2.1.10.238.1.4.1.3 adsl2PMLineHist15MinEntry: 1.3.6.1.2.1.10.238.1.4.1.3.1 adsl2PMLHist15MUnit: 1.3.6.1.2.1.10.238.1.4.1.3.1.1 adsl2PMLHist15MInterval: 1.3.6.1.2.1.10.238.1.4.1.3.1.2 adsl2PMLHist15MMonitoredTime: 1.3.6.1.2.1.10.238.1.4.1.3.1.3 adsl2PMLHist15MFecs: 1.3.6.1.2.1.10.238.1.4.1.3.1.4 adsl2PMLHist15MEs: 1.3.6.1.2.1.10.238.1.4.1.3.1.5 adsl2PMLHist15MSes: 1.3.6.1.2.1.10.238.1.4.1.3.1.6 adsl2PMLHist15MLoss: 1.3.6.1.2.1.10.238.1.4.1.3.1.7 adsl2PMLHist15MUas: 1.3.6.1.2.1.10.238.1.4.1.3.1.8 adsl2PMLHist15MValidInterval: 1.3.6.1.2.1.10.238.1.4.1.3.1.9 adsl2PMLineHist1DayTable: 1.3.6.1.2.1.10.238.1.4.1.4 adsl2PMLineHist1DayEntry: 1.3.6.1.2.1.10.238.1.4.1.4.1 adsl2PMLHist1DUnit: 1.3.6.1.2.1.10.238.1.4.1.4.1.1 adsl2PMLHist1DInterval: 1.3.6.1.2.1.10.238.1.4.1.4.1.2 adsl2PMLHist1DMonitoredTime: 1.3.6.1.2.1.10.238.1.4.1.4.1.3 adsl2PMLHist1DFecs: 1.3.6.1.2.1.10.238.1.4.1.4.1.4 adsl2PMLHist1DEs: 1.3.6.1.2.1.10.238.1.4.1.4.1.5 adsl2PMLHist1DSes: 1.3.6.1.2.1.10.238.1.4.1.4.1.6 adsl2PMLHist1DLoss: 1.3.6.1.2.1.10.238.1.4.1.4.1.7 adsl2PMLHist1DUas: 1.3.6.1.2.1.10.238.1.4.1.4.1.8 adsl2PMLHist1DValidInterval: 1.3.6.1.2.1.10.238.1.4.1.4.1.9 adsl2PMLineInitHist15MinTable: 1.3.6.1.2.1.10.238.1.4.1.5 adsl2PMLineInitHist15MinEntry: 1.3.6.1.2.1.10.238.1.4.1.5.1 adsl2PMLHistInit15MInterval: 1.3.6.1.2.1.10.238.1.4.1.5.1.1 adsl2PMLHistInit15MMonitoredTime: 1.3.6.1.2.1.10.238.1.4.1.5.1.2 adsl2PMLHistInit15MFullInits: 1.3.6.1.2.1.10.238.1.4.1.5.1.3 adsl2PMLHistInit15MFailedFullInits: 1.3.6.1.2.1.10.238.1.4.1.5.1.4 adsl2PMLHistInit15MShortInits: 1.3.6.1.2.1.10.238.1.4.1.5.1.5 adsl2PMLHistInit15MFailedShortInits: 1.3.6.1.2.1.10.238.1.4.1.5.1.6 adsl2PMLHistInit15MValidInterval: 1.3.6.1.2.1.10.238.1.4.1.5.1.7 adsl2PMLineInitHist1DayTable: 1.3.6.1.2.1.10.238.1.4.1.6 adsl2PMLineInitHist1DayEntry: 1.3.6.1.2.1.10.238.1.4.1.6.1 adsl2PMLHistinit1DInterval: 1.3.6.1.2.1.10.238.1.4.1.6.1.1 adsl2PMLHistinit1DMonitoredTime: 1.3.6.1.2.1.10.238.1.4.1.6.1.2 adsl2PMLHistinit1DFullInits: 1.3.6.1.2.1.10.238.1.4.1.6.1.3 adsl2PMLHistinit1DFailedFullInits: 1.3.6.1.2.1.10.238.1.4.1.6.1.4 adsl2PMLHistinit1DShortInits: 1.3.6.1.2.1.10.238.1.4.1.6.1.5 adsl2PMLHistinit1DFailedShortInits: 1.3.6.1.2.1.10.238.1.4.1.6.1.6 adsl2PMLHistinit1DValidInterval: 1.3.6.1.2.1.10.238.1.4.1.6.1.7 adsl2PMChannel: 1.3.6.1.2.1.10.238.1.4.2 adsl2PMChCurrTable: 1.3.6.1.2.1.10.238.1.4.2.1 adsl2PMChCurrEntry: 1.3.6.1.2.1.10.238.1.4.2.1.1 adsl2PMChCurrUnit: 1.3.6.1.2.1.10.238.1.4.2.1.1.1 adsl2PMChCurrValidIntervals: 1.3.6.1.2.1.10.238.1.4.2.1.1.2 adsl2PMChCurrInvalidIntervals: 1.3.6.1.2.1.10.238.1.4.2.1.1.3 adsl2PMChCurr15MTimeElapsed: 1.3.6.1.2.1.10.238.1.4.2.1.1.4 adsl2PMChCurr15MCodingViolations: 1.3.6.1.2.1.10.238.1.4.2.1.1.5 adsl2PMChCurr15MCorrectedBlocks: 1.3.6.1.2.1.10.238.1.4.2.1.1.6 adsl2PMChCurr1DayValidIntervals: 1.3.6.1.2.1.10.238.1.4.2.1.1.7 adsl2PMChCurr1DayInvalidIntervals: 1.3.6.1.2.1.10.238.1.4.2.1.1.8 adsl2PMChCurr1DayTimeElapsed: 1.3.6.1.2.1.10.238.1.4.2.1.1.9 adsl2PMChCurr1DayCodingViolations: 1.3.6.1.2.1.10.238.1.4.2.1.1.10 adsl2PMChCurr1DayCorrectedBlocks: 1.3.6.1.2.1.10.238.1.4.2.1.1.11 adsl2PMChHist15MinTable: 1.3.6.1.2.1.10.238.1.4.2.2 adsl2PMChHist15MinEntry: 1.3.6.1.2.1.10.238.1.4.2.2.1 adsl2PMChHist15MUnit: 1.3.6.1.2.1.10.238.1.4.2.2.1.1 adsl2PMChHist15MInterval: 1.3.6.1.2.1.10.238.1.4.2.2.1.2 adsl2PMChHist15MMonitoredTime: 1.3.6.1.2.1.10.238.1.4.2.2.1.3 adsl2PMChHist15MCodingViolations: 1.3.6.1.2.1.10.238.1.4.2.2.1.4 adsl2PMChHist15MCorrectedBlocks: 1.3.6.1.2.1.10.238.1.4.2.2.1.5 adsl2PMChHist15MValidInterval: 1.3.6.1.2.1.10.238.1.4.2.2.1.6 adsl2PMChHist1DTable: 1.3.6.1.2.1.10.238.1.4.2.3 adsl2PMChHist1DEntry: 1.3.6.1.2.1.10.238.1.4.2.3.1 adsl2PMChHist1DUnit: 1.3.6.1.2.1.10.238.1.4.2.3.1.1 adsl2PMChHist1DInterval: 1.3.6.1.2.1.10.238.1.4.2.3.1.2 adsl2PMChHist1DMonitoredTime: 1.3.6.1.2.1.10.238.1.4.2.3.1.3 adsl2PMChHist1DCodingViolations: 1.3.6.1.2.1.10.238.1.4.2.3.1.4 adsl2PMChHist1DCorrectedBlocks: 1.3.6.1.2.1.10.238.1.4.2.3.1.5 adsl2PMChHist1DValidInterval: 1.3.6.1.2.1.10.238.1.4.2.3.1.6 adsl2Profile: 1.3.6.1.2.1.10.238.1.5 adsl2ProfileLine: 1.3.6.1.2.1.10.238.1.5.1 adsl2LineConfTemplateTable: 1.3.6.1.2.1.10.238.1.5.1.1 adsl2LineConfTemplateEntry: 1.3.6.1.2.1.10.238.1.5.1.1.1 adsl2LConfTempTemplateName: 1.3.6.1.2.1.10.238.1.5.1.1.1.1 adsl2LConfTempLineProfile: 1.3.6.1.2.1.10.238.1.5.1.1.1.2 adsl2LConfTempChan1ConfProfile: 1.3.6.1.2.1.10.238.1.5.1.1.1.3 adsl2LConfTempChan1RaRatioDs: 1.3.6.1.2.1.10.238.1.5.1.1.1.4 adsl2LConfTempChan1RaRatioUs: 1.3.6.1.2.1.10.238.1.5.1.1.1.5 adsl2LConfTempChan2ConfProfile: 1.3.6.1.2.1.10.238.1.5.1.1.1.6 adsl2LConfTempChan2RaRatioDs: 1.3.6.1.2.1.10.238.1.5.1.1.1.7 adsl2LConfTempChan2RaRatioUs: 1.3.6.1.2.1.10.238.1.5.1.1.1.8 adsl2LConfTempChan3ConfProfile: 1.3.6.1.2.1.10.238.1.5.1.1.1.9 adsl2LConfTempChan3RaRatioDs: 1.3.6.1.2.1.10.238.1.5.1.1.1.10 adsl2LConfTempChan3RaRatioUs: 1.3.6.1.2.1.10.238.1.5.1.1.1.11 adsl2LConfTempChan4ConfProfile: 1.3.6.1.2.1.10.238.1.5.1.1.1.12 adsl2LConfTempChan4RaRatioDs: 1.3.6.1.2.1.10.238.1.5.1.1.1.13 adsl2LConfTempChan4RaRatioUs: 1.3.6.1.2.1.10.238.1.5.1.1.1.14 adsl2LConfTempRowStatus: 1.3.6.1.2.1.10.238.1.5.1.1.1.15 adsl2LineConfProfTable: 1.3.6.1.2.1.10.238.1.5.1.2 adsl2LineConfProfEntry: 1.3.6.1.2.1.10.238.1.5.1.2.1 adsl2LConfProfProfileName: 1.3.6.1.2.1.10.238.1.5.1.2.1.1 adsl2LConfProfScMaskDs: 1.3.6.1.2.1.10.238.1.5.1.2.1.2 adsl2LConfProfScMaskUs: 1.3.6.1.2.1.10.238.1.5.1.2.1.3 adsl2LConfProfRfiBandsDs: 1.3.6.1.2.1.10.238.1.5.1.2.1.4 adsl2LConfProfRaModeDs: 1.3.6.1.2.1.10.238.1.5.1.2.1.5 adsl2LConfProfRaModeUs: 1.3.6.1.2.1.10.238.1.5.1.2.1.6 adsl2LConfProfRaUsNrmDs: 1.3.6.1.2.1.10.238.1.5.1.2.1.7 adsl2LConfProfRaUsNrmUs: 1.3.6.1.2.1.10.238.1.5.1.2.1.8 adsl2LConfProfRaUsTimeDs: 1.3.6.1.2.1.10.238.1.5.1.2.1.9 adsl2LConfProfRaUsTimeUs: 1.3.6.1.2.1.10.238.1.5.1.2.1.10 adsl2LConfProfRaDsNrmsDs: 1.3.6.1.2.1.10.238.1.5.1.2.1.11 adsl2LConfProfRaDsNrmsUs: 1.3.6.1.2.1.10.238.1.5.1.2.1.12 adsl2LConfProfRaDsTimeDs: 1.3.6.1.2.1.10.238.1.5.1.2.1.13 adsl2LConfProfRaDsTimeUs: 1.3.6.1.2.1.10.238.1.5.1.2.1.14 adsl2LConfProfTargetSnrmDs: 1.3.6.1.2.1.10.238.1.5.1.2.1.15 adsl2LConfProfTargetSnrmUs: 1.3.6.1.2.1.10.238.1.5.1.2.1.16 adsl2LConfProfMaxSnrmDs: 1.3.6.1.2.1.10.238.1.5.1.2.1.17 adsl2LConfProfMaxSnrmUs: 1.3.6.1.2.1.10.238.1.5.1.2.1.18 adsl2LConfProfMinSnrmDs: 1.3.6.1.2.1.10.238.1.5.1.2.1.19 adsl2LConfProfMinSnrmUs: 1.3.6.1.2.1.10.238.1.5.1.2.1.20 adsl2LConfProfMsgMinUs: 1.3.6.1.2.1.10.238.1.5.1.2.1.21 adsl2LConfProfMsgMinDs: 1.3.6.1.2.1.10.238.1.5.1.2.1.22 adsl2LConfProfAtuTransSysEna: 1.3.6.1.2.1.10.238.1.5.1.2.1.23 adsl2LConfProfPmMode: 1.3.6.1.2.1.10.238.1.5.1.2.1.24 adsl2LConfProfL0Time: 1.3.6.1.2.1.10.238.1.5.1.2.1.25 adsl2LConfProfL2Time: 1.3.6.1.2.1.10.238.1.5.1.2.1.26 adsl2LConfProfL2Atpr: 1.3.6.1.2.1.10.238.1.5.1.2.1.27 adsl2LConfProfL2Atprt: 1.3.6.1.2.1.10.238.1.5.1.2.1.28 adsl2LConfProfRowStatus: 1.3.6.1.2.1.10.238.1.5.1.2.1.29 adsl2LineConfProfModeSpecTable: 1.3.6.1.2.1.10.238.1.5.1.3 adsl2LineConfProfModeSpecEntry: 1.3.6.1.2.1.10.238.1.5.1.3.1 adsl2LConfProfAdslMode: 1.3.6.1.2.1.10.238.1.5.1.3.1.1 adsl2LConfProfMaxNomPsdDs: 1.3.6.1.2.1.10.238.1.5.1.3.1.2 adsl2LConfProfMaxNomPsdUs: 1.3.6.1.2.1.10.238.1.5.1.3.1.3 adsl2LConfProfMaxNomAtpDs: 1.3.6.1.2.1.10.238.1.5.1.3.1.4 adsl2LConfProfMaxNomAtpUs: 1.3.6.1.2.1.10.238.1.5.1.3.1.5 adsl2LConfProfMaxAggRxPwrUs: 1.3.6.1.2.1.10.238.1.5.1.3.1.6 adsl2LConfProfPsdMaskDs: 1.3.6.1.2.1.10.238.1.5.1.3.1.7 adsl2LConfProfPsdMaskUs: 1.3.6.1.2.1.10.238.1.5.1.3.1.8 adsl2LConfProfPsdMaskSelectUs: 1.3.6.1.2.1.10.238.1.5.1.3.1.9 adsl2LConfProfModeSpecRowStatus: 1.3.6.1.2.1.10.238.1.5.1.3.1.10 adsl2ProfileChannel: 1.3.6.1.2.1.10.238.1.5.2 adsl2ChConfProfileTable: 1.3.6.1.2.1.10.238.1.5.2.1 adsl2ChConfProfileEntry: 1.3.6.1.2.1.10.238.1.5.2.1.1 adsl2ChConfProfProfileName: 1.3.6.1.2.1.10.238.1.5.2.1.1.1 adsl2ChConfProfMinDataRateDs: 1.3.6.1.2.1.10.238.1.5.2.1.1.2 adsl2ChConfProfMinDataRateUs: 1.3.6.1.2.1.10.238.1.5.2.1.1.3 adsl2ChConfProfMinResDataRateDs: 1.3.6.1.2.1.10.238.1.5.2.1.1.4 adsl2ChConfProfMinResDataRateUs: 1.3.6.1.2.1.10.238.1.5.2.1.1.5 adsl2ChConfProfMaxDataRateDs: 1.3.6.1.2.1.10.238.1.5.2.1.1.6 adsl2ChConfProfMaxDataRateUs: 1.3.6.1.2.1.10.238.1.5.2.1.1.7 adsl2ChConfProfMinDataRateLowPwrDs: 1.3.6.1.2.1.10.238.1.5.2.1.1.8 adsl2ChConfProfMaxDelayDs: 1.3.6.1.2.1.10.238.1.5.2.1.1.9 adsl2ChConfProfMaxDelayUs: 1.3.6.1.2.1.10.238.1.5.2.1.1.10 adsl2ChConfProfMinProtectionDs: 1.3.6.1.2.1.10.238.1.5.2.1.1.11 adsl2ChConfProfMinProtectionUs: 1.3.6.1.2.1.10.238.1.5.2.1.1.12 adsl2ChConfProfMaxBerDs: 1.3.6.1.2.1.10.238.1.5.2.1.1.13 adsl2ChConfProfMaxBerUs: 1.3.6.1.2.1.10.238.1.5.2.1.1.14 adsl2ChConfProfUsDataRateDs: 1.3.6.1.2.1.10.238.1.5.2.1.1.15 adsl2ChConfProfDsDataRateDs: 1.3.6.1.2.1.10.238.1.5.2.1.1.16 adsl2ChConfProfUsDataRateUs: 1.3.6.1.2.1.10.238.1.5.2.1.1.17 adsl2ChConfProfDsDataRateUs: 1.3.6.1.2.1.10.238.1.5.2.1.1.18 adsl2ChConfProfImaEnabled: 1.3.6.1.2.1.10.238.1.5.2.1.1.19 adsl2ChConfProfRowStatus: 1.3.6.1.2.1.10.238.1.5.2.1.1.20 adsl2ProfileAlarmConf: 1.3.6.1.2.1.10.238.1.5.3 adsl2LineAlarmConfTemplateTable: 1.3.6.1.2.1.10.238.1.5.3.1 adsl2LineAlarmConfTemplateEntry: 1.3.6.1.2.1.10.238.1.5.3.1.1 adsl2LAlarmConfTempTemplateName: 1.3.6.1.2.1.10.238.1.5.3.1.1.1 adsl2LAlarmConfTempLineProfile: 1.3.6.1.2.1.10.238.1.5.3.1.1.2 adsl2LAlarmConfTempChan1ConfProfile: 1.3.6.1.2.1.10.238.1.5.3.1.1.3 adsl2LAlarmConfTempChan2ConfProfile: 1.3.6.1.2.1.10.238.1.5.3.1.1.4 adsl2LAlarmConfTempChan3ConfProfile: 1.3.6.1.2.1.10.238.1.5.3.1.1.5 adsl2LAlarmConfTempChan4ConfProfile: 1.3.6.1.2.1.10.238.1.5.3.1.1.6 adsl2LAlarmConfTempRowStatus: 1.3.6.1.2.1.10.238.1.5.3.1.1.7 adsl2LineAlarmConfProfileTable: 1.3.6.1.2.1.10.238.1.5.3.2 adsl2LineAlarmConfProfileEntry: 1.3.6.1.2.1.10.238.1.5.3.2.1 adsl2LineAlarmConfProfileName: 1.3.6.1.2.1.10.238.1.5.3.2.1.1 adsl2LineAlarmConfProfileAtucThresh15MinFecs: 1.3.6.1.2.1.10.238.1.5.3.2.1.2 adsl2LineAlarmConfProfileAtucThresh15MinEs: 1.3.6.1.2.1.10.238.1.5.3.2.1.3 adsl2LineAlarmConfProfileAtucThresh15MinSes: 1.3.6.1.2.1.10.238.1.5.3.2.1.4 adsl2LineAlarmConfProfileAtucThresh15MinLoss: 1.3.6.1.2.1.10.238.1.5.3.2.1.5 adsl2LineAlarmConfProfileAtucThresh15MinUas: 1.3.6.1.2.1.10.238.1.5.3.2.1.6 adsl2LineAlarmConfProfileAturThresh15MinFecs: 1.3.6.1.2.1.10.238.1.5.3.2.1.7 adsl2LineAlarmConfProfileAturThresh15MinEs: 1.3.6.1.2.1.10.238.1.5.3.2.1.8 adsl2LineAlarmConfProfileAturThresh15MinSes: 1.3.6.1.2.1.10.238.1.5.3.2.1.9 adsl2LineAlarmConfProfileAturThresh15MinLoss: 1.3.6.1.2.1.10.238.1.5.3.2.1.10 adsl2LineAlarmConfProfileAturThresh15MinUas: 1.3.6.1.2.1.10.238.1.5.3.2.1.11 adsl2LineAlarmConfProfileThresh15MinFailedFullInt: 1.3.6.1.2.1.10.238.1.5.3.2.1.12 adsl2LineAlarmConfProfileThresh15MinFailedShrtInt: 1.3.6.1.2.1.10.238.1.5.3.2.1.13 adsl2LineAlarmConfProfileRowStatus: 1.3.6.1.2.1.10.238.1.5.3.2.1.14 adsl2ChAlarmConfProfileTable: 1.3.6.1.2.1.10.238.1.5.3.3 adsl2ChAlarmConfProfileEntry: 1.3.6.1.2.1.10.238.1.5.3.3.1 adsl2ChAlarmConfProfileName: 1.3.6.1.2.1.10.238.1.5.3.3.1.1 adsl2ChAlarmConfProfileAtucThresh15MinCodingViolations: 1.3.6.1.2.1.10.238.1.5.3.3.1.2 adsl2ChAlarmConfProfileAtucThresh15MinCorrected: 1.3.6.1.2.1.10.238.1.5.3.3.1.3 adsl2ChAlarmConfProfileAturThresh15MinCodingViolations: 1.3.6.1.2.1.10.238.1.5.3.3.1.4 adsl2ChAlarmConfProfileAturThresh15MinCorrected: 1.3.6.1.2.1.10.238.1.5.3.3.1.5 adsl2ChAlarmConfProfileRowStatus: 1.3.6.1.2.1.10.238.1.5.3.3.1.6 adsl2Scalar: 1.3.6.1.2.1.10.238.1.6 adsl2ScalarSC: 1.3.6.1.2.1.10.238.1.6.1 adsl2ScalarSCMaxInterfaces: 1.3.6.1.2.1.10.238.1.6.1.1 adsl2ScalarSCAvailInterfaces: 1.3.6.1.2.1.10.238.1.6.1.2 adsl2Conformance: 1.3.6.1.2.1.10.238.1.7 adsl2Groups: 1.3.6.1.2.1.10.238.1.7.1 adsl2Compliances: 1.3.6.1.2.1.10.238.1.7.2 adsl2LinePerfFECSThreshAtuc: 1.3.6.1.2.1.10.238.1.0.1 adsl2LinePerfFECSThreshAtur: 1.3.6.1.2.1.10.238.1.0.2 adsl2LinePerfESThreshAtuc: 1.3.6.1.2.1.10.238.1.0.3 adsl2LinePerfESThreshAtur: 1.3.6.1.2.1.10.238.1.0.4 adsl2LinePerfSESThreshAtuc: 1.3.6.1.2.1.10.238.1.0.5 adsl2LinePerfSESThreshAtur: 1.3.6.1.2.1.10.238.1.0.6 adsl2LinePerfLOSSThreshAtuc: 1.3.6.1.2.1.10.238.1.0.7 adsl2LinePerfLOSSThreshAtur: 1.3.6.1.2.1.10.238.1.0.8 adsl2LinePerfUASThreshAtuc: 1.3.6.1.2.1.10.238.1.0.9 adsl2LinePerfUASThreshAtur: 1.3.6.1.2.1.10.238.1.0.10 adsl2LinePerfCodingViolationsThreshAtuc: 1.3.6.1.2.1.10.238.1.0.11 adsl2LinePerfCodingViolationsThreshAtur: 1.3.6.1.2.1.10.238.1.0.12 adsl2LinePerfCorrectedThreshAtuc: 1.3.6.1.2.1.10.238.1.0.13 adsl2LinePerfCorrectedThreshAtur: 1.3.6.1.2.1.10.238.1.0.14 adsl2LinePerfFailedFullInitThresh: 1.3.6.1.2.1.10.238.1.0.15 adsl2LinePerfFailedShortInitThresh: 1.3.6.1.2.1.10.238.1.0.16 adsl2LineStatusChangeAtuc: 1.3.6.1.2.1.10.238.1.0.17 adsl2LineStatusChangeAtur: 1.3.6.1.2.1.10.238.1.0.18 snmp-1.2.0/data/ruby/snmp/mibs/RADIUS-DYNAUTH-SERVER-MIB.yaml0000644000004100000410000000424212365504747022735 0ustar www-datawww-data--- radiusDynAuthServerMIB: 1.3.6.1.2.1.146 radiusDynAuthServerMIBObjects: 1.3.6.1.2.1.146.1 radiusDynAuthServerScalars: 1.3.6.1.2.1.146.1.1 radiusDynAuthServerDisconInvalidClientAddresses: 1.3.6.1.2.1.146.1.1.1 radiusDynAuthServerCoAInvalidClientAddresses: 1.3.6.1.2.1.146.1.1.2 radiusDynAuthServerIdentifier: 1.3.6.1.2.1.146.1.1.3 radiusDynAuthClientTable: 1.3.6.1.2.1.146.1.2 radiusDynAuthClientEntry: 1.3.6.1.2.1.146.1.2.1 radiusDynAuthClientIndex: 1.3.6.1.2.1.146.1.2.1.1 radiusDynAuthClientAddressType: 1.3.6.1.2.1.146.1.2.1.2 radiusDynAuthClientAddress: 1.3.6.1.2.1.146.1.2.1.3 radiusDynAuthServDisconRequests: 1.3.6.1.2.1.146.1.2.1.4 radiusDynAuthServDisconAuthOnlyRequests: 1.3.6.1.2.1.146.1.2.1.5 radiusDynAuthServDupDisconRequests: 1.3.6.1.2.1.146.1.2.1.6 radiusDynAuthServDisconAcks: 1.3.6.1.2.1.146.1.2.1.7 radiusDynAuthServDisconNaks: 1.3.6.1.2.1.146.1.2.1.8 radiusDynAuthServDisconNakAuthOnlyRequests: 1.3.6.1.2.1.146.1.2.1.9 radiusDynAuthServDisconNakSessNoContext: 1.3.6.1.2.1.146.1.2.1.10 radiusDynAuthServDisconUserSessRemoved: 1.3.6.1.2.1.146.1.2.1.11 radiusDynAuthServMalformedDisconRequests: 1.3.6.1.2.1.146.1.2.1.12 radiusDynAuthServDisconBadAuthenticators: 1.3.6.1.2.1.146.1.2.1.13 radiusDynAuthServDisconPacketsDropped: 1.3.6.1.2.1.146.1.2.1.14 radiusDynAuthServCoARequests: 1.3.6.1.2.1.146.1.2.1.15 radiusDynAuthServCoAAuthOnlyRequests: 1.3.6.1.2.1.146.1.2.1.16 radiusDynAuthServDupCoARequests: 1.3.6.1.2.1.146.1.2.1.17 radiusDynAuthServCoAAcks: 1.3.6.1.2.1.146.1.2.1.18 radiusDynAuthServCoANaks: 1.3.6.1.2.1.146.1.2.1.19 radiusDynAuthServCoANakAuthOnlyRequests: 1.3.6.1.2.1.146.1.2.1.20 radiusDynAuthServCoANakSessNoContext: 1.3.6.1.2.1.146.1.2.1.21 radiusDynAuthServCoAUserSessChanged: 1.3.6.1.2.1.146.1.2.1.22 radiusDynAuthServMalformedCoARequests: 1.3.6.1.2.1.146.1.2.1.23 radiusDynAuthServCoABadAuthenticators: 1.3.6.1.2.1.146.1.2.1.24 radiusDynAuthServCoAPacketsDropped: 1.3.6.1.2.1.146.1.2.1.25 radiusDynAuthServUnknownTypes: 1.3.6.1.2.1.146.1.2.1.26 radiusDynAuthServerCounterDiscontinuity: 1.3.6.1.2.1.146.1.2.1.27 radiusDynAuthServerMIBConformance: 1.3.6.1.2.1.146.2 radiusDynAuthServerMIBCompliances: 1.3.6.1.2.1.146.2.1 radiusDynAuthServerMIBGroups: 1.3.6.1.2.1.146.2.2 snmp-1.2.0/data/ruby/snmp/mibs/APM-MIB.yaml0000644000004100000410000001157612365504747020255 0ustar www-datawww-data--- apm: 1.3.6.1.2.1.16.23 apmNotifications: 1.3.6.1.2.1.16.23.0 apmMibObjects: 1.3.6.1.2.1.16.23.1 apmAppDirTable: 1.3.6.1.2.1.16.23.1.1 apmAppDirEntry: 1.3.6.1.2.1.16.23.1.1.1 apmAppDirAppLocalIndex: 1.3.6.1.2.1.16.23.1.1.1.1 apmAppDirResponsivenessType: 1.3.6.1.2.1.16.23.1.1.1.2 apmAppDirConfig: 1.3.6.1.2.1.16.23.1.1.1.3 apmAppDirResponsivenessBoundary1: 1.3.6.1.2.1.16.23.1.1.1.4 apmAppDirResponsivenessBoundary2: 1.3.6.1.2.1.16.23.1.1.1.5 apmAppDirResponsivenessBoundary3: 1.3.6.1.2.1.16.23.1.1.1.6 apmAppDirResponsivenessBoundary4: 1.3.6.1.2.1.16.23.1.1.1.7 apmAppDirResponsivenessBoundary5: 1.3.6.1.2.1.16.23.1.1.1.8 apmAppDirResponsivenessBoundary6: 1.3.6.1.2.1.16.23.1.1.1.9 apmBucketBoundaryLastChange: 1.3.6.1.2.1.16.23.1.2 apmAppDirID: 1.3.6.1.2.1.16.23.1.3 apmHttpFilterTable: 1.3.6.1.2.1.16.23.1.4 apmHttpFilterEntry: 1.3.6.1.2.1.16.23.1.4.1 apmHttpFilterIndex: 1.3.6.1.2.1.16.23.1.4.1.1 apmHttpFilterAppLocalIndex: 1.3.6.1.2.1.16.23.1.4.1.2 apmHttpFilterServerProtocol: 1.3.6.1.2.1.16.23.1.4.1.3 apmHttpFilterServerAddress: 1.3.6.1.2.1.16.23.1.4.1.4 apmHttpFilterURLPath: 1.3.6.1.2.1.16.23.1.4.1.5 apmHttpFilterMatchType: 1.3.6.1.2.1.16.23.1.4.1.6 apmHttpFilterOwner: 1.3.6.1.2.1.16.23.1.4.1.7 apmHttpFilterStorageType: 1.3.6.1.2.1.16.23.1.4.1.8 apmHttpFilterRowStatus: 1.3.6.1.2.1.16.23.1.4.1.9 apmHttpIgnoreUnregisteredURLs: 1.3.6.1.2.1.16.23.1.5 apmHttp4xxIsFailure: 1.3.6.1.2.1.16.23.1.6 apmUserDefinedAppTable: 1.3.6.1.2.1.16.23.1.7 apmUserDefinedAppEntry: 1.3.6.1.2.1.16.23.1.7.1 apmUserDefinedAppParentIndex: 1.3.6.1.2.1.16.23.1.7.1.1 apmUserDefinedAppApplication: 1.3.6.1.2.1.16.23.1.7.1.2 apmNameTable: 1.3.6.1.2.1.16.23.1.8 apmNameEntry: 1.3.6.1.2.1.16.23.1.8.1 apmNameClientID: 1.3.6.1.2.1.16.23.1.8.1.1 apmNameClientAddress: 1.3.6.1.2.1.16.23.1.8.1.2 apmNameMappingStartTime: 1.3.6.1.2.1.16.23.1.8.1.3 apmNameMachineName: 1.3.6.1.2.1.16.23.1.8.1.4 apmNameUserName: 1.3.6.1.2.1.16.23.1.8.1.5 apmReportControlTable: 1.3.6.1.2.1.16.23.1.9 apmReportControlEntry: 1.3.6.1.2.1.16.23.1.9.1 apmReportControlIndex: 1.3.6.1.2.1.16.23.1.9.1.1 apmReportControlDataSource: 1.3.6.1.2.1.16.23.1.9.1.2 apmReportControlAggregationType: 1.3.6.1.2.1.16.23.1.9.1.3 apmReportControlInterval: 1.3.6.1.2.1.16.23.1.9.1.4 apmReportControlRequestedSize: 1.3.6.1.2.1.16.23.1.9.1.5 apmReportControlGrantedSize: 1.3.6.1.2.1.16.23.1.9.1.6 apmReportControlRequestedReports: 1.3.6.1.2.1.16.23.1.9.1.7 apmReportControlGrantedReports: 1.3.6.1.2.1.16.23.1.9.1.8 apmReportControlStartTime: 1.3.6.1.2.1.16.23.1.9.1.9 apmReportControlReportNumber: 1.3.6.1.2.1.16.23.1.9.1.10 apmReportControlDeniedInserts: 1.3.6.1.2.1.16.23.1.9.1.11 apmReportControlDroppedFrames: 1.3.6.1.2.1.16.23.1.9.1.12 apmReportControlOwner: 1.3.6.1.2.1.16.23.1.9.1.13 apmReportControlStorageType: 1.3.6.1.2.1.16.23.1.9.1.14 apmReportControlStatus: 1.3.6.1.2.1.16.23.1.9.1.15 apmReportTable: 1.3.6.1.2.1.16.23.1.10 apmReportEntry: 1.3.6.1.2.1.16.23.1.10.1 apmReportIndex: 1.3.6.1.2.1.16.23.1.10.1.1 apmReportServerAddress: 1.3.6.1.2.1.16.23.1.10.1.2 apmReportTransactionCount: 1.3.6.1.2.1.16.23.1.10.1.3 apmReportSuccessfulTransactions: 1.3.6.1.2.1.16.23.1.10.1.4 apmReportResponsivenessMean: 1.3.6.1.2.1.16.23.1.10.1.5 apmReportResponsivenessMin: 1.3.6.1.2.1.16.23.1.10.1.6 apmReportResponsivenessMax: 1.3.6.1.2.1.16.23.1.10.1.7 apmReportResponsivenessB1: 1.3.6.1.2.1.16.23.1.10.1.8 apmReportResponsivenessB2: 1.3.6.1.2.1.16.23.1.10.1.9 apmReportResponsivenessB3: 1.3.6.1.2.1.16.23.1.10.1.10 apmReportResponsivenessB4: 1.3.6.1.2.1.16.23.1.10.1.11 apmReportResponsivenessB5: 1.3.6.1.2.1.16.23.1.10.1.12 apmReportResponsivenessB6: 1.3.6.1.2.1.16.23.1.10.1.13 apmReportResponsivenessB7: 1.3.6.1.2.1.16.23.1.10.1.14 apmTransactionTable: 1.3.6.1.2.1.16.23.1.11 apmTransactionEntry: 1.3.6.1.2.1.16.23.1.11.1 apmTransactionServerAddress: 1.3.6.1.2.1.16.23.1.11.1.1 apmTransactionID: 1.3.6.1.2.1.16.23.1.11.1.2 apmTransactionResponsiveness: 1.3.6.1.2.1.16.23.1.11.1.3 apmTransactionAge: 1.3.6.1.2.1.16.23.1.11.1.4 apmTransactionSuccess: 1.3.6.1.2.1.16.23.1.11.1.5 apmTransactionsRequestedHistorySize: 1.3.6.1.2.1.16.23.1.12 apmExceptionTable: 1.3.6.1.2.1.16.23.1.13 apmExceptionEntry: 1.3.6.1.2.1.16.23.1.13.1 apmExceptionIndex: 1.3.6.1.2.1.16.23.1.13.1.1 apmExceptionResponsivenessComparison: 1.3.6.1.2.1.16.23.1.13.1.2 apmExceptionResponsivenessThreshold: 1.3.6.1.2.1.16.23.1.13.1.3 apmExceptionUnsuccessfulException: 1.3.6.1.2.1.16.23.1.13.1.4 apmExceptionResponsivenessEvents: 1.3.6.1.2.1.16.23.1.13.1.5 apmExceptionUnsuccessfulEvents: 1.3.6.1.2.1.16.23.1.13.1.6 apmExceptionOwner: 1.3.6.1.2.1.16.23.1.13.1.7 apmExceptionStorageType: 1.3.6.1.2.1.16.23.1.13.1.8 apmExceptionStatus: 1.3.6.1.2.1.16.23.1.13.1.9 apmThroughputExceptionMinTime: 1.3.6.1.2.1.16.23.1.14 apmNotificationMaxRate: 1.3.6.1.2.1.16.23.1.15 apmConformance: 1.3.6.1.2.1.16.23.2 apmCompliances: 1.3.6.1.2.1.16.23.2.1 apmGroups: 1.3.6.1.2.1.16.23.2.2 apmTransactionResponsivenessAlarm: 1.3.6.1.2.1.16.23.0.1 apmTransactionUnsuccessfulAlarm: 1.3.6.1.2.1.16.23.0.2 snmp-1.2.0/data/ruby/snmp/mibs/HPR-IP-MIB.yaml0000644000004100000410000000203412365504747020564 0ustar www-datawww-data--- hprIp: 1.3.6.1.2.1.34.6.1.5 hprIpActiveLsTable: 1.3.6.1.2.1.34.6.1.5.1 hprIpActiveLsEntry: 1.3.6.1.2.1.34.6.1.5.1.1 hprIpActiveLsLsName: 1.3.6.1.2.1.34.6.1.5.1.1.1 hprIpActiveLsAppnTrafficType: 1.3.6.1.2.1.34.6.1.5.1.1.2 hprIpActiveLsUdpPackets: 1.3.6.1.2.1.34.6.1.5.1.1.3 hprIpAppnPortTable: 1.3.6.1.2.1.34.6.1.5.2 hprIpAppnPortEntry: 1.3.6.1.2.1.34.6.1.5.2.1 hprIpAppnPortName: 1.3.6.1.2.1.34.6.1.5.2.1.1 hprIpAppnPortAppnTrafficType: 1.3.6.1.2.1.34.6.1.5.2.1.2 hprIpAppnPortTOSPrecedence: 1.3.6.1.2.1.34.6.1.5.2.1.3 hprIpLsTable: 1.3.6.1.2.1.34.6.1.5.3 hprIpLsEntry: 1.3.6.1.2.1.34.6.1.5.3.1 hprIpLsLsName: 1.3.6.1.2.1.34.6.1.5.3.1.1 hprIpLsAppnTrafficType: 1.3.6.1.2.1.34.6.1.5.3.1.2 hprIpLsTOSPrecedence: 1.3.6.1.2.1.34.6.1.5.3.1.3 hprIpLsRowStatus: 1.3.6.1.2.1.34.6.1.5.3.1.4 hprIpCnTable: 1.3.6.1.2.1.34.6.1.5.4 hprIpCnEntry: 1.3.6.1.2.1.34.6.1.5.4.1 hprIpCnVrnName: 1.3.6.1.2.1.34.6.1.5.4.1.1 hprIpCnAppnTrafficType: 1.3.6.1.2.1.34.6.1.5.4.1.2 hprIpCnTOSPrecedence: 1.3.6.1.2.1.34.6.1.5.4.1.3 hprIpCnRowStatus: 1.3.6.1.2.1.34.6.1.5.4.1.4 snmp-1.2.0/data/ruby/snmp/mibs/P-BRIDGE-MIB.yaml0000644000004100000410000000461012365504747020760 0ustar www-datawww-data--- dot1dTpHCPortTable: 1.3.6.1.2.1.17.4.5 dot1dTpHCPortEntry: 1.3.6.1.2.1.17.4.5.1 dot1dTpHCPortInFrames: 1.3.6.1.2.1.17.4.5.1.1 dot1dTpHCPortOutFrames: 1.3.6.1.2.1.17.4.5.1.2 dot1dTpHCPortInDiscards: 1.3.6.1.2.1.17.4.5.1.3 dot1dTpPortOverflowTable: 1.3.6.1.2.1.17.4.6 dot1dTpPortOverflowEntry: 1.3.6.1.2.1.17.4.6.1 dot1dTpPortInOverflowFrames: 1.3.6.1.2.1.17.4.6.1.1 dot1dTpPortOutOverflowFrames: 1.3.6.1.2.1.17.4.6.1.2 dot1dTpPortInOverflowDiscards: 1.3.6.1.2.1.17.4.6.1.3 pBridgeMIB: 1.3.6.1.2.1.17.6 pBridgeMIBObjects: 1.3.6.1.2.1.17.6.1 dot1dExtBase: 1.3.6.1.2.1.17.6.1.1 dot1dDeviceCapabilities: 1.3.6.1.2.1.17.6.1.1.1 dot1dTrafficClassesEnabled: 1.3.6.1.2.1.17.6.1.1.2 dot1dGmrpStatus: 1.3.6.1.2.1.17.6.1.1.3 dot1dPortCapabilitiesTable: 1.3.6.1.2.1.17.6.1.1.4 dot1dPortCapabilitiesEntry: 1.3.6.1.2.1.17.6.1.1.4.1 dot1dPortCapabilities: 1.3.6.1.2.1.17.6.1.1.4.1.1 dot1dPriority: 1.3.6.1.2.1.17.6.1.2 dot1dPortPriorityTable: 1.3.6.1.2.1.17.6.1.2.1 dot1dPortPriorityEntry: 1.3.6.1.2.1.17.6.1.2.1.1 dot1dPortDefaultUserPriority: 1.3.6.1.2.1.17.6.1.2.1.1.1 dot1dPortNumTrafficClasses: 1.3.6.1.2.1.17.6.1.2.1.1.2 dot1dUserPriorityRegenTable: 1.3.6.1.2.1.17.6.1.2.2 dot1dUserPriorityRegenEntry: 1.3.6.1.2.1.17.6.1.2.2.1 dot1dUserPriority: 1.3.6.1.2.1.17.6.1.2.2.1.1 dot1dRegenUserPriority: 1.3.6.1.2.1.17.6.1.2.2.1.2 dot1dTrafficClassTable: 1.3.6.1.2.1.17.6.1.2.3 dot1dTrafficClassEntry: 1.3.6.1.2.1.17.6.1.2.3.1 dot1dTrafficClassPriority: 1.3.6.1.2.1.17.6.1.2.3.1.1 dot1dTrafficClass: 1.3.6.1.2.1.17.6.1.2.3.1.2 dot1dPortOutboundAccessPriorityTable: 1.3.6.1.2.1.17.6.1.2.4 dot1dPortOutboundAccessPriorityEntry: 1.3.6.1.2.1.17.6.1.2.4.1 dot1dPortOutboundAccessPriority: 1.3.6.1.2.1.17.6.1.2.4.1.1 dot1dGarp: 1.3.6.1.2.1.17.6.1.3 dot1dPortGarpTable: 1.3.6.1.2.1.17.6.1.3.1 dot1dPortGarpEntry: 1.3.6.1.2.1.17.6.1.3.1.1 dot1dPortGarpJoinTime: 1.3.6.1.2.1.17.6.1.3.1.1.1 dot1dPortGarpLeaveTime: 1.3.6.1.2.1.17.6.1.3.1.1.2 dot1dPortGarpLeaveAllTime: 1.3.6.1.2.1.17.6.1.3.1.1.3 dot1dGmrp: 1.3.6.1.2.1.17.6.1.4 dot1dPortGmrpTable: 1.3.6.1.2.1.17.6.1.4.1 dot1dPortGmrpEntry: 1.3.6.1.2.1.17.6.1.4.1.1 dot1dPortGmrpStatus: 1.3.6.1.2.1.17.6.1.4.1.1.1 dot1dPortGmrpFailedRegistrations: 1.3.6.1.2.1.17.6.1.4.1.1.2 dot1dPortGmrpLastPduOrigin: 1.3.6.1.2.1.17.6.1.4.1.1.3 dot1dPortRestrictedGroupRegistration: 1.3.6.1.2.1.17.6.1.4.1.1.4 pBridgeConformance: 1.3.6.1.2.1.17.6.2 pBridgeGroups: 1.3.6.1.2.1.17.6.2.1 pBridgeCompliances: 1.3.6.1.2.1.17.6.2.2 snmp-1.2.0/data/ruby/snmp/mibs/Finisher-MIB.yaml0000644000004100000410000000460312365504747021400 0ustar www-datawww-data--- finMIBGroups: 1.3.6.1.2.1.43.2.6 finDevice: 1.3.6.1.2.1.43.30 finDeviceTable: 1.3.6.1.2.1.43.30.1 finDeviceEntry: 1.3.6.1.2.1.43.30.1.1 finDeviceIndex: 1.3.6.1.2.1.43.30.1.1.1 finDeviceType: 1.3.6.1.2.1.43.30.1.1.2 finDevicePresentOnOff: 1.3.6.1.2.1.43.30.1.1.3 finDeviceCapacityUnit: 1.3.6.1.2.1.43.30.1.1.4 finDeviceMaxCapacity: 1.3.6.1.2.1.43.30.1.1.5 finDeviceCurrentCapacity: 1.3.6.1.2.1.43.30.1.1.6 finDeviceAssociatedMediaPaths: 1.3.6.1.2.1.43.30.1.1.7 finDeviceAssociatedOutputs: 1.3.6.1.2.1.43.30.1.1.8 finDeviceStatus: 1.3.6.1.2.1.43.30.1.1.9 finDeviceDescription: 1.3.6.1.2.1.43.30.1.1.10 finSupply: 1.3.6.1.2.1.43.31 finSupplyTable: 1.3.6.1.2.1.43.31.1 finSupplyEntry: 1.3.6.1.2.1.43.31.1.1 finSupplyIndex: 1.3.6.1.2.1.43.31.1.1.1 finSupplyDeviceIndex: 1.3.6.1.2.1.43.31.1.1.2 finSupplyClass: 1.3.6.1.2.1.43.31.1.1.3 finSupplyType: 1.3.6.1.2.1.43.31.1.1.4 finSupplyDescription: 1.3.6.1.2.1.43.31.1.1.5 finSupplyUnit: 1.3.6.1.2.1.43.31.1.1.6 finSupplyMaxCapacity: 1.3.6.1.2.1.43.31.1.1.7 finSupplyCurrentLevel: 1.3.6.1.2.1.43.31.1.1.8 finSupplyColorName: 1.3.6.1.2.1.43.31.1.1.9 finSupplyMediaInput: 1.3.6.1.2.1.43.32 finSupplyMediaInputTable: 1.3.6.1.2.1.43.32.1 finSupplyMediaInputEntry: 1.3.6.1.2.1.43.32.1.1 finSupplyMediaInputIndex: 1.3.6.1.2.1.43.32.1.1.1 finSupplyMediaInputDeviceIndex: 1.3.6.1.2.1.43.32.1.1.2 finSupplyMediaInputSupplyIndex: 1.3.6.1.2.1.43.32.1.1.3 finSupplyMediaInputType: 1.3.6.1.2.1.43.32.1.1.4 finSupplyMediaInputDimUnit: 1.3.6.1.2.1.43.32.1.1.5 finSupplyMediaInputMediaDimFeedDir: 1.3.6.1.2.1.43.32.1.1.6 finSupplyMediaInputMediaDimXFeedDir: 1.3.6.1.2.1.43.32.1.1.7 finSupplyMediaInputStatus: 1.3.6.1.2.1.43.32.1.1.8 finSupplyMediaInputMediaName: 1.3.6.1.2.1.43.32.1.1.9 finSupplyMediaInputName: 1.3.6.1.2.1.43.32.1.1.10 finSupplyMediaInputDescription: 1.3.6.1.2.1.43.32.1.1.11 finSupplyMediaInputSecurity: 1.3.6.1.2.1.43.32.1.1.12 finSupplyMediaInputMediaWeight: 1.3.6.1.2.1.43.32.1.1.13 finSupplyMediaInputMediaThickness: 1.3.6.1.2.1.43.32.1.1.14 finSupplyMediaInputMediaType: 1.3.6.1.2.1.43.32.1.1.15 finDeviceAttribute: 1.3.6.1.2.1.43.33 finDeviceAttributeTable: 1.3.6.1.2.1.43.33.1 finDeviceAttributeEntry: 1.3.6.1.2.1.43.33.1.1 finDeviceAttributeTypeIndex: 1.3.6.1.2.1.43.33.1.1.1 finDeviceAttributeInstanceIndex: 1.3.6.1.2.1.43.33.1.1.2 finDeviceAttributeValueAsInteger: 1.3.6.1.2.1.43.33.1.1.3 finDeviceAttributeValueAsOctets: 1.3.6.1.2.1.43.33.1.1.4 finisherMIB: 1.3.6.1.2.1.111 snmp-1.2.0/data/ruby/snmp/mibs/IPMCAST-MIB.yaml0000644000004100000410000001207612365504747020734 0ustar www-datawww-data--- ipMcastMIB: 1.3.6.1.2.1.168 ipMcast: 1.3.6.1.2.1.168.1 ipMcastEnabled: 1.3.6.1.2.1.168.1.1 ipMcastRouteEntryCount: 1.3.6.1.2.1.168.1.2 ipMcastInterfaceTable: 1.3.6.1.2.1.168.1.3 ipMcastInterfaceEntry: 1.3.6.1.2.1.168.1.3.1 ipMcastInterfaceIPVersion: 1.3.6.1.2.1.168.1.3.1.1 ipMcastInterfaceIfIndex: 1.3.6.1.2.1.168.1.3.1.2 ipMcastInterfaceTtl: 1.3.6.1.2.1.168.1.3.1.3 ipMcastInterfaceRateLimit: 1.3.6.1.2.1.168.1.3.1.4 ipMcastInterfaceStorageType: 1.3.6.1.2.1.168.1.3.1.5 ipMcastSsmRangeTable: 1.3.6.1.2.1.168.1.4 ipMcastSsmRangeEntry: 1.3.6.1.2.1.168.1.4.1 ipMcastSsmRangeAddressType: 1.3.6.1.2.1.168.1.4.1.1 ipMcastSsmRangeAddress: 1.3.6.1.2.1.168.1.4.1.2 ipMcastSsmRangePrefixLength: 1.3.6.1.2.1.168.1.4.1.3 ipMcastSsmRangeRowStatus: 1.3.6.1.2.1.168.1.4.1.4 ipMcastSsmRangeStorageType: 1.3.6.1.2.1.168.1.4.1.5 ipMcastRouteTable: 1.3.6.1.2.1.168.1.5 ipMcastRouteEntry: 1.3.6.1.2.1.168.1.5.1 ipMcastRouteGroupAddressType: 1.3.6.1.2.1.168.1.5.1.1 ipMcastRouteGroup: 1.3.6.1.2.1.168.1.5.1.2 ipMcastRouteGroupPrefixLength: 1.3.6.1.2.1.168.1.5.1.3 ipMcastRouteSourceAddressType: 1.3.6.1.2.1.168.1.5.1.4 ipMcastRouteSource: 1.3.6.1.2.1.168.1.5.1.5 ipMcastRouteSourcePrefixLength: 1.3.6.1.2.1.168.1.5.1.6 ipMcastRouteUpstreamNeighborType: 1.3.6.1.2.1.168.1.5.1.7 ipMcastRouteUpstreamNeighbor: 1.3.6.1.2.1.168.1.5.1.8 ipMcastRouteInIfIndex: 1.3.6.1.2.1.168.1.5.1.9 ipMcastRouteTimeStamp: 1.3.6.1.2.1.168.1.5.1.10 ipMcastRouteExpiryTime: 1.3.6.1.2.1.168.1.5.1.11 ipMcastRouteProtocol: 1.3.6.1.2.1.168.1.5.1.12 ipMcastRouteRtProtocol: 1.3.6.1.2.1.168.1.5.1.13 ipMcastRouteRtAddressType: 1.3.6.1.2.1.168.1.5.1.14 ipMcastRouteRtAddress: 1.3.6.1.2.1.168.1.5.1.15 ipMcastRouteRtPrefixLength: 1.3.6.1.2.1.168.1.5.1.16 ipMcastRouteRtType: 1.3.6.1.2.1.168.1.5.1.17 ipMcastRouteOctets: 1.3.6.1.2.1.168.1.5.1.18 ipMcastRoutePkts: 1.3.6.1.2.1.168.1.5.1.19 ipMcastRouteTtlDropOctets: 1.3.6.1.2.1.168.1.5.1.20 ipMcastRouteTtlDropPackets: 1.3.6.1.2.1.168.1.5.1.21 ipMcastRouteDifferentInIfOctets: 1.3.6.1.2.1.168.1.5.1.22 ipMcastRouteDifferentInIfPackets: 1.3.6.1.2.1.168.1.5.1.23 ipMcastRouteBps: 1.3.6.1.2.1.168.1.5.1.24 ipMcastRouteNextHopTable: 1.3.6.1.2.1.168.1.6 ipMcastRouteNextHopEntry: 1.3.6.1.2.1.168.1.6.1 ipMcastRouteNextHopGroupAddressType: 1.3.6.1.2.1.168.1.6.1.1 ipMcastRouteNextHopGroup: 1.3.6.1.2.1.168.1.6.1.2 ipMcastRouteNextHopGroupPrefixLength: 1.3.6.1.2.1.168.1.6.1.3 ipMcastRouteNextHopSourceAddressType: 1.3.6.1.2.1.168.1.6.1.4 ipMcastRouteNextHopSource: 1.3.6.1.2.1.168.1.6.1.5 ipMcastRouteNextHopSourcePrefixLength: 1.3.6.1.2.1.168.1.6.1.6 ipMcastRouteNextHopIfIndex: 1.3.6.1.2.1.168.1.6.1.7 ipMcastRouteNextHopAddressType: 1.3.6.1.2.1.168.1.6.1.8 ipMcastRouteNextHopAddress: 1.3.6.1.2.1.168.1.6.1.9 ipMcastRouteNextHopState: 1.3.6.1.2.1.168.1.6.1.10 ipMcastRouteNextHopTimeStamp: 1.3.6.1.2.1.168.1.6.1.11 ipMcastRouteNextHopExpiryTime: 1.3.6.1.2.1.168.1.6.1.12 ipMcastRouteNextHopClosestMemberHops: 1.3.6.1.2.1.168.1.6.1.13 ipMcastRouteNextHopProtocol: 1.3.6.1.2.1.168.1.6.1.14 ipMcastRouteNextHopOctets: 1.3.6.1.2.1.168.1.6.1.15 ipMcastRouteNextHopPkts: 1.3.6.1.2.1.168.1.6.1.16 ipMcastBoundaryTable: 1.3.6.1.2.1.168.1.7 ipMcastBoundaryEntry: 1.3.6.1.2.1.168.1.7.1 ipMcastBoundaryIfIndex: 1.3.6.1.2.1.168.1.7.1.1 ipMcastBoundaryAddressType: 1.3.6.1.2.1.168.1.7.1.2 ipMcastBoundaryAddress: 1.3.6.1.2.1.168.1.7.1.3 ipMcastBoundaryAddressPrefixLength: 1.3.6.1.2.1.168.1.7.1.4 ipMcastBoundaryTimeStamp: 1.3.6.1.2.1.168.1.7.1.5 ipMcastBoundaryDroppedMcastOctets: 1.3.6.1.2.1.168.1.7.1.6 ipMcastBoundaryDroppedMcastPkts: 1.3.6.1.2.1.168.1.7.1.7 ipMcastBoundaryStatus: 1.3.6.1.2.1.168.1.7.1.8 ipMcastBoundaryStorageType: 1.3.6.1.2.1.168.1.7.1.9 ipMcastScopeNameTable: 1.3.6.1.2.1.168.1.8 ipMcastScopeNameEntry: 1.3.6.1.2.1.168.1.8.1 ipMcastScopeNameAddressType: 1.3.6.1.2.1.168.1.8.1.1 ipMcastScopeNameAddress: 1.3.6.1.2.1.168.1.8.1.2 ipMcastScopeNameAddressPrefixLength: 1.3.6.1.2.1.168.1.8.1.3 ipMcastScopeNameLanguage: 1.3.6.1.2.1.168.1.8.1.4 ipMcastScopeNameString: 1.3.6.1.2.1.168.1.8.1.5 ipMcastScopeNameDefault: 1.3.6.1.2.1.168.1.8.1.6 ipMcastScopeNameStatus: 1.3.6.1.2.1.168.1.8.1.7 ipMcastScopeNameStorageType: 1.3.6.1.2.1.168.1.8.1.8 ipMcastLocalListenerTable: 1.3.6.1.2.1.168.1.9 ipMcastLocalListenerEntry: 1.3.6.1.2.1.168.1.9.1 ipMcastLocalListenerGroupAddressType: 1.3.6.1.2.1.168.1.9.1.1 ipMcastLocalListenerGroupAddress: 1.3.6.1.2.1.168.1.9.1.2 ipMcastLocalListenerSourceAddressType: 1.3.6.1.2.1.168.1.9.1.3 ipMcastLocalListenerSourceAddress: 1.3.6.1.2.1.168.1.9.1.4 ipMcastLocalListenerSourcePrefixLength: 1.3.6.1.2.1.168.1.9.1.5 ipMcastLocalListenerIfIndex: 1.3.6.1.2.1.168.1.9.1.6 ipMcastLocalListenerRunIndex: 1.3.6.1.2.1.168.1.9.1.7 ipMcastZoneTable: 1.3.6.1.2.1.168.1.10 ipMcastZoneEntry: 1.3.6.1.2.1.168.1.10.1 ipMcastZoneIndex: 1.3.6.1.2.1.168.1.10.1.1 ipMcastZoneScopeDefaultZoneIndex: 1.3.6.1.2.1.168.1.10.1.2 ipMcastZoneScopeAddressType: 1.3.6.1.2.1.168.1.10.1.3 ipMcastZoneScopeAddress: 1.3.6.1.2.1.168.1.10.1.4 ipMcastZoneScopeAddressPrefixLength: 1.3.6.1.2.1.168.1.10.1.5 ipMcastDeviceConfigStorageType: 1.3.6.1.2.1.168.1.11 ipMcastMIBConformance: 1.3.6.1.2.1.168.2 ipMcastMIBCompliances: 1.3.6.1.2.1.168.2.1 ipMcastMIBGroups: 1.3.6.1.2.1.168.2.2 snmp-1.2.0/data/ruby/snmp/mibs/UDP-MIB.yaml0000644000004100000410000000160112365504747020254 0ustar www-datawww-data--- udp: 1.3.6.1.2.1.7 udpInDatagrams: 1.3.6.1.2.1.7.1 udpNoPorts: 1.3.6.1.2.1.7.2 udpInErrors: 1.3.6.1.2.1.7.3 udpOutDatagrams: 1.3.6.1.2.1.7.4 udpTable: 1.3.6.1.2.1.7.5 udpEntry: 1.3.6.1.2.1.7.5.1 udpLocalAddress: 1.3.6.1.2.1.7.5.1.1 udpLocalPort: 1.3.6.1.2.1.7.5.1.2 udpEndpointTable: 1.3.6.1.2.1.7.7 udpEndpointEntry: 1.3.6.1.2.1.7.7.1 udpEndpointLocalAddressType: 1.3.6.1.2.1.7.7.1.1 udpEndpointLocalAddress: 1.3.6.1.2.1.7.7.1.2 udpEndpointLocalPort: 1.3.6.1.2.1.7.7.1.3 udpEndpointRemoteAddressType: 1.3.6.1.2.1.7.7.1.4 udpEndpointRemoteAddress: 1.3.6.1.2.1.7.7.1.5 udpEndpointRemotePort: 1.3.6.1.2.1.7.7.1.6 udpEndpointInstance: 1.3.6.1.2.1.7.7.1.7 udpEndpointProcess: 1.3.6.1.2.1.7.7.1.8 udpHCInDatagrams: 1.3.6.1.2.1.7.8 udpHCOutDatagrams: 1.3.6.1.2.1.7.9 udpMIB: 1.3.6.1.2.1.50 udpMIBConformance: 1.3.6.1.2.1.50.2 udpMIBCompliances: 1.3.6.1.2.1.50.2.1 udpMIBGroups: 1.3.6.1.2.1.50.2.2 snmp-1.2.0/data/ruby/snmp/mibs/MPLS-LC-ATM-STD-MIB.yaml0000644000004100000410000000156212365504747021750 0ustar www-datawww-data--- mplsLcAtmStdMIB: 1.3.6.1.2.1.10.166.9 mplsLcAtmStdNotifications: 1.3.6.1.2.1.10.166.9.0 mplsLcAtmStdObjects: 1.3.6.1.2.1.10.166.9.1 mplsLcAtmStdInterfaceConfTable: 1.3.6.1.2.1.10.166.9.1.1 mplsLcAtmStdInterfaceConfEntry: 1.3.6.1.2.1.10.166.9.1.1.1 mplsLcAtmStdCtrlVpi: 1.3.6.1.2.1.10.166.9.1.1.1.1 mplsLcAtmStdCtrlVci: 1.3.6.1.2.1.10.166.9.1.1.1.2 mplsLcAtmStdUnlabTrafVpi: 1.3.6.1.2.1.10.166.9.1.1.1.3 mplsLcAtmStdUnlabTrafVci: 1.3.6.1.2.1.10.166.9.1.1.1.4 mplsLcAtmStdVcMerge: 1.3.6.1.2.1.10.166.9.1.1.1.5 mplsLcAtmVcDirectlyConnected: 1.3.6.1.2.1.10.166.9.1.1.1.6 mplsLcAtmLcAtmVPI: 1.3.6.1.2.1.10.166.9.1.1.1.7 mplsLcAtmStdIfConfRowStatus: 1.3.6.1.2.1.10.166.9.1.1.1.8 mplsLcAtmStdIfConfStorageType: 1.3.6.1.2.1.10.166.9.1.1.1.9 mplsLcAtmStdConformance: 1.3.6.1.2.1.10.166.9.2 mplsLcAtmStdCompliances: 1.3.6.1.2.1.10.166.9.2.1 mplsLcAtmStdGroups: 1.3.6.1.2.1.10.166.9.2.2 snmp-1.2.0/data/ruby/snmp/mibs/WWW-MIB.yaml0000644000004100000410000000764512365504747020326 0ustar www-datawww-data--- wwwMIB: 1.3.6.1.2.1.65 wwwMIBObjects: 1.3.6.1.2.1.65.1 wwwService: 1.3.6.1.2.1.65.1.1 wwwServiceTable: 1.3.6.1.2.1.65.1.1.1 wwwServiceEntry: 1.3.6.1.2.1.65.1.1.1.1 wwwServiceIndex: 1.3.6.1.2.1.65.1.1.1.1.1 wwwServiceDescription: 1.3.6.1.2.1.65.1.1.1.1.2 wwwServiceContact: 1.3.6.1.2.1.65.1.1.1.1.3 wwwServiceProtocol: 1.3.6.1.2.1.65.1.1.1.1.4 wwwServiceName: 1.3.6.1.2.1.65.1.1.1.1.5 wwwServiceType: 1.3.6.1.2.1.65.1.1.1.1.6 wwwServiceStartTime: 1.3.6.1.2.1.65.1.1.1.1.7 wwwServiceOperStatus: 1.3.6.1.2.1.65.1.1.1.1.8 wwwServiceLastChange: 1.3.6.1.2.1.65.1.1.1.1.9 wwwProtocolStatistics: 1.3.6.1.2.1.65.1.2 wwwSummaryTable: 1.3.6.1.2.1.65.1.2.1 wwwSummaryEntry: 1.3.6.1.2.1.65.1.2.1.1 wwwSummaryInRequests: 1.3.6.1.2.1.65.1.2.1.1.1 wwwSummaryOutRequests: 1.3.6.1.2.1.65.1.2.1.1.2 wwwSummaryInResponses: 1.3.6.1.2.1.65.1.2.1.1.3 wwwSummaryOutResponses: 1.3.6.1.2.1.65.1.2.1.1.4 wwwSummaryInBytes: 1.3.6.1.2.1.65.1.2.1.1.5 wwwSummaryInLowBytes: 1.3.6.1.2.1.65.1.2.1.1.6 wwwSummaryOutBytes: 1.3.6.1.2.1.65.1.2.1.1.7 wwwSummaryOutLowBytes: 1.3.6.1.2.1.65.1.2.1.1.8 wwwRequestInTable: 1.3.6.1.2.1.65.1.2.2 wwwRequestInEntry: 1.3.6.1.2.1.65.1.2.2.1 wwwRequestInIndex: 1.3.6.1.2.1.65.1.2.2.1.1 wwwRequestInRequests: 1.3.6.1.2.1.65.1.2.2.1.2 wwwRequestInBytes: 1.3.6.1.2.1.65.1.2.2.1.3 wwwRequestInLastTime: 1.3.6.1.2.1.65.1.2.2.1.4 wwwRequestOutTable: 1.3.6.1.2.1.65.1.2.3 wwwRequestOutEntry: 1.3.6.1.2.1.65.1.2.3.1 wwwRequestOutIndex: 1.3.6.1.2.1.65.1.2.3.1.1 wwwRequestOutRequests: 1.3.6.1.2.1.65.1.2.3.1.2 wwwRequestOutBytes: 1.3.6.1.2.1.65.1.2.3.1.3 wwwRequestOutLastTime: 1.3.6.1.2.1.65.1.2.3.1.4 wwwResponseInTable: 1.3.6.1.2.1.65.1.2.4 wwwResponseInEntry: 1.3.6.1.2.1.65.1.2.4.1 wwwResponseInIndex: 1.3.6.1.2.1.65.1.2.4.1.1 wwwResponseInResponses: 1.3.6.1.2.1.65.1.2.4.1.2 wwwResponseInBytes: 1.3.6.1.2.1.65.1.2.4.1.3 wwwResponseInLastTime: 1.3.6.1.2.1.65.1.2.4.1.4 wwwResponseOutTable: 1.3.6.1.2.1.65.1.2.5 wwwResponseOutEntry: 1.3.6.1.2.1.65.1.2.5.1 wwwResponseOutIndex: 1.3.6.1.2.1.65.1.2.5.1.1 wwwResponseOutResponses: 1.3.6.1.2.1.65.1.2.5.1.2 wwwResponseOutBytes: 1.3.6.1.2.1.65.1.2.5.1.3 wwwResponseOutLastTime: 1.3.6.1.2.1.65.1.2.5.1.4 wwwDocumentStatistics: 1.3.6.1.2.1.65.1.3 wwwDocCtrlTable: 1.3.6.1.2.1.65.1.3.1 wwwDocCtrlEntry: 1.3.6.1.2.1.65.1.3.1.1 wwwDocCtrlLastNSize: 1.3.6.1.2.1.65.1.3.1.1.1 wwwDocCtrlLastNLock: 1.3.6.1.2.1.65.1.3.1.1.2 wwwDocCtrlBuckets: 1.3.6.1.2.1.65.1.3.1.1.3 wwwDocCtrlBucketTimeInterval: 1.3.6.1.2.1.65.1.3.1.1.4 wwwDocCtrlTopNSize: 1.3.6.1.2.1.65.1.3.1.1.5 wwwDocLastNTable: 1.3.6.1.2.1.65.1.3.2 wwwDocLastNEntry: 1.3.6.1.2.1.65.1.3.2.1 wwwDocLastNIndex: 1.3.6.1.2.1.65.1.3.2.1.1 wwwDocLastNName: 1.3.6.1.2.1.65.1.3.2.1.2 wwwDocLastNTimeStamp: 1.3.6.1.2.1.65.1.3.2.1.3 wwwDocLastNRequestType: 1.3.6.1.2.1.65.1.3.2.1.4 wwwDocLastNResponseType: 1.3.6.1.2.1.65.1.3.2.1.5 wwwDocLastNStatusMsg: 1.3.6.1.2.1.65.1.3.2.1.6 wwwDocLastNBytes: 1.3.6.1.2.1.65.1.3.2.1.7 wwwDocBucketTable: 1.3.6.1.2.1.65.1.3.3 wwwDocBucketEntry: 1.3.6.1.2.1.65.1.3.3.1 wwwDocBucketIndex: 1.3.6.1.2.1.65.1.3.3.1.1 wwwDocBucketTimeStamp: 1.3.6.1.2.1.65.1.3.3.1.2 wwwDocBucketAccesses: 1.3.6.1.2.1.65.1.3.3.1.3 wwwDocBucketDocuments: 1.3.6.1.2.1.65.1.3.3.1.4 wwwDocBucketBytes: 1.3.6.1.2.1.65.1.3.3.1.5 wwwDocAccessTopNTable: 1.3.6.1.2.1.65.1.3.4 wwwDocAccessTopNEntry: 1.3.6.1.2.1.65.1.3.4.1 wwwDocAccessTopNIndex: 1.3.6.1.2.1.65.1.3.4.1.1 wwwDocAccessTopNName: 1.3.6.1.2.1.65.1.3.4.1.2 wwwDocAccessTopNAccesses: 1.3.6.1.2.1.65.1.3.4.1.3 wwwDocAccessTopNBytes: 1.3.6.1.2.1.65.1.3.4.1.4 wwwDocAccessTopNLastResponseType: 1.3.6.1.2.1.65.1.3.4.1.5 wwwDocBytesTopNTable: 1.3.6.1.2.1.65.1.3.5 wwwDocBytesTopNEntry: 1.3.6.1.2.1.65.1.3.5.1 wwwDocBytesTopNIndex: 1.3.6.1.2.1.65.1.3.5.1.1 wwwDocBytesTopNName: 1.3.6.1.2.1.65.1.3.5.1.2 wwwDocBytesTopNAccesses: 1.3.6.1.2.1.65.1.3.5.1.3 wwwDocBytesTopNBytes: 1.3.6.1.2.1.65.1.3.5.1.4 wwwDocBytesTopNLastResponseType: 1.3.6.1.2.1.65.1.3.5.1.5 wwwMIBConformance: 1.3.6.1.2.1.65.2 wwwMIBCompliances: 1.3.6.1.2.1.65.2.1 wwwMIBGroups: 1.3.6.1.2.1.65.2.2 snmp-1.2.0/data/ruby/snmp/mibs/MPLS-LDP-STD-MIB.yaml0000644000004100000410000001535212365504747021454 0ustar www-datawww-data--- mplsLdpStdMIB: 1.3.6.1.2.1.10.166.4 mplsLdpNotifications: 1.3.6.1.2.1.10.166.4.0 mplsLdpObjects: 1.3.6.1.2.1.10.166.4.1 mplsLdpLsrObjects: 1.3.6.1.2.1.10.166.4.1.1 mplsLdpLsrId: 1.3.6.1.2.1.10.166.4.1.1.1 mplsLdpLsrLoopDetectionCapable: 1.3.6.1.2.1.10.166.4.1.1.2 mplsLdpEntityObjects: 1.3.6.1.2.1.10.166.4.1.2 mplsLdpEntityLastChange: 1.3.6.1.2.1.10.166.4.1.2.1 mplsLdpEntityIndexNext: 1.3.6.1.2.1.10.166.4.1.2.2 mplsLdpEntityTable: 1.3.6.1.2.1.10.166.4.1.2.3 mplsLdpEntityEntry: 1.3.6.1.2.1.10.166.4.1.2.3.1 mplsLdpEntityLdpId: 1.3.6.1.2.1.10.166.4.1.2.3.1.1 mplsLdpEntityIndex: 1.3.6.1.2.1.10.166.4.1.2.3.1.2 mplsLdpEntityProtocolVersion: 1.3.6.1.2.1.10.166.4.1.2.3.1.3 mplsLdpEntityAdminStatus: 1.3.6.1.2.1.10.166.4.1.2.3.1.4 mplsLdpEntityOperStatus: 1.3.6.1.2.1.10.166.4.1.2.3.1.5 mplsLdpEntityTcpPort: 1.3.6.1.2.1.10.166.4.1.2.3.1.6 mplsLdpEntityUdpDscPort: 1.3.6.1.2.1.10.166.4.1.2.3.1.7 mplsLdpEntityMaxPduLength: 1.3.6.1.2.1.10.166.4.1.2.3.1.8 mplsLdpEntityKeepAliveHoldTimer: 1.3.6.1.2.1.10.166.4.1.2.3.1.9 mplsLdpEntityHelloHoldTimer: 1.3.6.1.2.1.10.166.4.1.2.3.1.10 mplsLdpEntityInitSessionThreshold: 1.3.6.1.2.1.10.166.4.1.2.3.1.11 mplsLdpEntityLabelDistMethod: 1.3.6.1.2.1.10.166.4.1.2.3.1.12 mplsLdpEntityLabelRetentionMode: 1.3.6.1.2.1.10.166.4.1.2.3.1.13 mplsLdpEntityPathVectorLimit: 1.3.6.1.2.1.10.166.4.1.2.3.1.14 mplsLdpEntityHopCountLimit: 1.3.6.1.2.1.10.166.4.1.2.3.1.15 mplsLdpEntityTransportAddrKind: 1.3.6.1.2.1.10.166.4.1.2.3.1.16 mplsLdpEntityTargetPeer: 1.3.6.1.2.1.10.166.4.1.2.3.1.17 mplsLdpEntityTargetPeerAddrType: 1.3.6.1.2.1.10.166.4.1.2.3.1.18 mplsLdpEntityTargetPeerAddr: 1.3.6.1.2.1.10.166.4.1.2.3.1.19 mplsLdpEntityLabelType: 1.3.6.1.2.1.10.166.4.1.2.3.1.20 mplsLdpEntityDiscontinuityTime: 1.3.6.1.2.1.10.166.4.1.2.3.1.21 mplsLdpEntityStorageType: 1.3.6.1.2.1.10.166.4.1.2.3.1.22 mplsLdpEntityRowStatus: 1.3.6.1.2.1.10.166.4.1.2.3.1.23 mplsLdpEntityStatsTable: 1.3.6.1.2.1.10.166.4.1.2.4 mplsLdpEntityStatsEntry: 1.3.6.1.2.1.10.166.4.1.2.4.1 mplsLdpEntityStatsSessionAttempts: 1.3.6.1.2.1.10.166.4.1.2.4.1.1 mplsLdpEntityStatsSessionRejectedNoHelloErrors: 1.3.6.1.2.1.10.166.4.1.2.4.1.2 mplsLdpEntityStatsSessionRejectedAdErrors: 1.3.6.1.2.1.10.166.4.1.2.4.1.3 mplsLdpEntityStatsSessionRejectedMaxPduErrors: 1.3.6.1.2.1.10.166.4.1.2.4.1.4 mplsLdpEntityStatsSessionRejectedLRErrors: 1.3.6.1.2.1.10.166.4.1.2.4.1.5 mplsLdpEntityStatsBadLdpIdentifierErrors: 1.3.6.1.2.1.10.166.4.1.2.4.1.6 mplsLdpEntityStatsBadPduLengthErrors: 1.3.6.1.2.1.10.166.4.1.2.4.1.7 mplsLdpEntityStatsBadMessageLengthErrors: 1.3.6.1.2.1.10.166.4.1.2.4.1.8 mplsLdpEntityStatsBadTlvLengthErrors: 1.3.6.1.2.1.10.166.4.1.2.4.1.9 mplsLdpEntityStatsMalformedTlvValueErrors: 1.3.6.1.2.1.10.166.4.1.2.4.1.10 mplsLdpEntityStatsKeepAliveTimerExpErrors: 1.3.6.1.2.1.10.166.4.1.2.4.1.11 mplsLdpEntityStatsShutdownReceivedNotifications: 1.3.6.1.2.1.10.166.4.1.2.4.1.12 mplsLdpEntityStatsShutdownSentNotifications: 1.3.6.1.2.1.10.166.4.1.2.4.1.13 mplsLdpSessionObjects: 1.3.6.1.2.1.10.166.4.1.3 mplsLdpPeerLastChange: 1.3.6.1.2.1.10.166.4.1.3.1 mplsLdpPeerTable: 1.3.6.1.2.1.10.166.4.1.3.2 mplsLdpPeerEntry: 1.3.6.1.2.1.10.166.4.1.3.2.1 mplsLdpPeerLdpId: 1.3.6.1.2.1.10.166.4.1.3.2.1.1 mplsLdpPeerLabelDistMethod: 1.3.6.1.2.1.10.166.4.1.3.2.1.2 mplsLdpPeerPathVectorLimit: 1.3.6.1.2.1.10.166.4.1.3.2.1.3 mplsLdpPeerTransportAddrType: 1.3.6.1.2.1.10.166.4.1.3.2.1.4 mplsLdpPeerTransportAddr: 1.3.6.1.2.1.10.166.4.1.3.2.1.5 mplsLdpSessionTable: 1.3.6.1.2.1.10.166.4.1.3.3 mplsLdpSessionEntry: 1.3.6.1.2.1.10.166.4.1.3.3.1 mplsLdpSessionStateLastChange: 1.3.6.1.2.1.10.166.4.1.3.3.1.1 mplsLdpSessionState: 1.3.6.1.2.1.10.166.4.1.3.3.1.2 mplsLdpSessionRole: 1.3.6.1.2.1.10.166.4.1.3.3.1.3 mplsLdpSessionProtocolVersion: 1.3.6.1.2.1.10.166.4.1.3.3.1.4 mplsLdpSessionKeepAliveHoldTimeRem: 1.3.6.1.2.1.10.166.4.1.3.3.1.5 mplsLdpSessionKeepAliveTime: 1.3.6.1.2.1.10.166.4.1.3.3.1.6 mplsLdpSessionMaxPduLength: 1.3.6.1.2.1.10.166.4.1.3.3.1.7 mplsLdpSessionDiscontinuityTime: 1.3.6.1.2.1.10.166.4.1.3.3.1.8 mplsLdpSessionStatsTable: 1.3.6.1.2.1.10.166.4.1.3.4 mplsLdpSessionStatsEntry: 1.3.6.1.2.1.10.166.4.1.3.4.1 mplsLdpSessionStatsUnknownMesTypeErrors: 1.3.6.1.2.1.10.166.4.1.3.4.1.1 mplsLdpSessionStatsUnknownTlvErrors: 1.3.6.1.2.1.10.166.4.1.3.4.1.2 mplsLdpHelloAdjacencyObjects: 1.3.6.1.2.1.10.166.4.1.3.5 mplsLdpHelloAdjacencyTable: 1.3.6.1.2.1.10.166.4.1.3.5.1 mplsLdpHelloAdjacencyEntry: 1.3.6.1.2.1.10.166.4.1.3.5.1.1 mplsLdpHelloAdjacencyIndex: 1.3.6.1.2.1.10.166.4.1.3.5.1.1.1 mplsLdpHelloAdjacencyHoldTimeRem: 1.3.6.1.2.1.10.166.4.1.3.5.1.1.2 mplsLdpHelloAdjacencyHoldTime: 1.3.6.1.2.1.10.166.4.1.3.5.1.1.3 mplsLdpHelloAdjacencyType: 1.3.6.1.2.1.10.166.4.1.3.5.1.1.4 mplsInSegmentLdpLspTable: 1.3.6.1.2.1.10.166.4.1.3.6 mplsInSegmentLdpLspEntry: 1.3.6.1.2.1.10.166.4.1.3.6.1 mplsInSegmentLdpLspIndex: 1.3.6.1.2.1.10.166.4.1.3.6.1.1 mplsInSegmentLdpLspLabelType: 1.3.6.1.2.1.10.166.4.1.3.6.1.2 mplsInSegmentLdpLspType: 1.3.6.1.2.1.10.166.4.1.3.6.1.3 mplsOutSegmentLdpLspTable: 1.3.6.1.2.1.10.166.4.1.3.7 mplsOutSegmentLdpLspEntry: 1.3.6.1.2.1.10.166.4.1.3.7.1 mplsOutSegmentLdpLspIndex: 1.3.6.1.2.1.10.166.4.1.3.7.1.1 mplsOutSegmentLdpLspLabelType: 1.3.6.1.2.1.10.166.4.1.3.7.1.2 mplsOutSegmentLdpLspType: 1.3.6.1.2.1.10.166.4.1.3.7.1.3 mplsFecObjects: 1.3.6.1.2.1.10.166.4.1.3.8 mplsFecLastChange: 1.3.6.1.2.1.10.166.4.1.3.8.1 mplsFecIndexNext: 1.3.6.1.2.1.10.166.4.1.3.8.2 mplsFecTable: 1.3.6.1.2.1.10.166.4.1.3.8.3 mplsFecEntry: 1.3.6.1.2.1.10.166.4.1.3.8.3.1 mplsFecIndex: 1.3.6.1.2.1.10.166.4.1.3.8.3.1.1 mplsFecType: 1.3.6.1.2.1.10.166.4.1.3.8.3.1.2 mplsFecAddrPrefixLength: 1.3.6.1.2.1.10.166.4.1.3.8.3.1.3 mplsFecAddrType: 1.3.6.1.2.1.10.166.4.1.3.8.3.1.4 mplsFecAddr: 1.3.6.1.2.1.10.166.4.1.3.8.3.1.5 mplsFecStorageType: 1.3.6.1.2.1.10.166.4.1.3.8.3.1.6 mplsFecRowStatus: 1.3.6.1.2.1.10.166.4.1.3.8.3.1.7 mplsLdpLspFecLastChange: 1.3.6.1.2.1.10.166.4.1.3.9 mplsLdpLspFecTable: 1.3.6.1.2.1.10.166.4.1.3.10 mplsLdpLspFecEntry: 1.3.6.1.2.1.10.166.4.1.3.10.1 mplsLdpLspFecSegment: 1.3.6.1.2.1.10.166.4.1.3.10.1.1 mplsLdpLspFecSegmentIndex: 1.3.6.1.2.1.10.166.4.1.3.10.1.2 mplsLdpLspFecIndex: 1.3.6.1.2.1.10.166.4.1.3.10.1.3 mplsLdpLspFecStorageType: 1.3.6.1.2.1.10.166.4.1.3.10.1.4 mplsLdpLspFecRowStatus: 1.3.6.1.2.1.10.166.4.1.3.10.1.5 mplsLdpSessionPeerAddrTable: 1.3.6.1.2.1.10.166.4.1.3.11 mplsLdpSessionPeerAddrEntry: 1.3.6.1.2.1.10.166.4.1.3.11.1 mplsLdpSessionPeerAddrIndex: 1.3.6.1.2.1.10.166.4.1.3.11.1.1 mplsLdpSessionPeerNextHopAddrType: 1.3.6.1.2.1.10.166.4.1.3.11.1.2 mplsLdpSessionPeerNextHopAddr: 1.3.6.1.2.1.10.166.4.1.3.11.1.3 mplsLdpConformance: 1.3.6.1.2.1.10.166.4.2 mplsLdpGroups: 1.3.6.1.2.1.10.166.4.2.1 mplsLdpCompliances: 1.3.6.1.2.1.10.166.4.2.2 mplsLdpInitSessionThresholdExceeded: 1.3.6.1.2.1.10.166.4.0.1 mplsLdpPathVectorLimitMismatch: 1.3.6.1.2.1.10.166.4.0.2 mplsLdpSessionUp: 1.3.6.1.2.1.10.166.4.0.3 mplsLdpSessionDown: 1.3.6.1.2.1.10.166.4.0.4 snmp-1.2.0/data/ruby/snmp/mibs/IPMROUTE-STD-MIB.yaml0000644000004100000410000000557412365504747021535 0ustar www-datawww-data--- ipMRouteStdMIB: 1.3.6.1.2.1.83 ipMRouteMIBObjects: 1.3.6.1.2.1.83.1 ipMRoute: 1.3.6.1.2.1.83.1.1 ipMRouteEnable: 1.3.6.1.2.1.83.1.1.1 ipMRouteTable: 1.3.6.1.2.1.83.1.1.2 ipMRouteEntry: 1.3.6.1.2.1.83.1.1.2.1 ipMRouteGroup: 1.3.6.1.2.1.83.1.1.2.1.1 ipMRouteSource: 1.3.6.1.2.1.83.1.1.2.1.2 ipMRouteSourceMask: 1.3.6.1.2.1.83.1.1.2.1.3 ipMRouteUpstreamNeighbor: 1.3.6.1.2.1.83.1.1.2.1.4 ipMRouteInIfIndex: 1.3.6.1.2.1.83.1.1.2.1.5 ipMRouteUpTime: 1.3.6.1.2.1.83.1.1.2.1.6 ipMRouteExpiryTime: 1.3.6.1.2.1.83.1.1.2.1.7 ipMRoutePkts: 1.3.6.1.2.1.83.1.1.2.1.8 ipMRouteDifferentInIfPackets: 1.3.6.1.2.1.83.1.1.2.1.9 ipMRouteOctets: 1.3.6.1.2.1.83.1.1.2.1.10 ipMRouteProtocol: 1.3.6.1.2.1.83.1.1.2.1.11 ipMRouteRtProto: 1.3.6.1.2.1.83.1.1.2.1.12 ipMRouteRtAddress: 1.3.6.1.2.1.83.1.1.2.1.13 ipMRouteRtMask: 1.3.6.1.2.1.83.1.1.2.1.14 ipMRouteRtType: 1.3.6.1.2.1.83.1.1.2.1.15 ipMRouteHCOctets: 1.3.6.1.2.1.83.1.1.2.1.16 ipMRouteNextHopTable: 1.3.6.1.2.1.83.1.1.3 ipMRouteNextHopEntry: 1.3.6.1.2.1.83.1.1.3.1 ipMRouteNextHopGroup: 1.3.6.1.2.1.83.1.1.3.1.1 ipMRouteNextHopSource: 1.3.6.1.2.1.83.1.1.3.1.2 ipMRouteNextHopSourceMask: 1.3.6.1.2.1.83.1.1.3.1.3 ipMRouteNextHopIfIndex: 1.3.6.1.2.1.83.1.1.3.1.4 ipMRouteNextHopAddress: 1.3.6.1.2.1.83.1.1.3.1.5 ipMRouteNextHopState: 1.3.6.1.2.1.83.1.1.3.1.6 ipMRouteNextHopUpTime: 1.3.6.1.2.1.83.1.1.3.1.7 ipMRouteNextHopExpiryTime: 1.3.6.1.2.1.83.1.1.3.1.8 ipMRouteNextHopClosestMemberHops: 1.3.6.1.2.1.83.1.1.3.1.9 ipMRouteNextHopProtocol: 1.3.6.1.2.1.83.1.1.3.1.10 ipMRouteNextHopPkts: 1.3.6.1.2.1.83.1.1.3.1.11 ipMRouteInterfaceTable: 1.3.6.1.2.1.83.1.1.4 ipMRouteInterfaceEntry: 1.3.6.1.2.1.83.1.1.4.1 ipMRouteInterfaceIfIndex: 1.3.6.1.2.1.83.1.1.4.1.1 ipMRouteInterfaceTtl: 1.3.6.1.2.1.83.1.1.4.1.2 ipMRouteInterfaceProtocol: 1.3.6.1.2.1.83.1.1.4.1.3 ipMRouteInterfaceRateLimit: 1.3.6.1.2.1.83.1.1.4.1.4 ipMRouteInterfaceInMcastOctets: 1.3.6.1.2.1.83.1.1.4.1.5 ipMRouteInterfaceOutMcastOctets: 1.3.6.1.2.1.83.1.1.4.1.6 ipMRouteInterfaceHCInMcastOctets: 1.3.6.1.2.1.83.1.1.4.1.7 ipMRouteInterfaceHCOutMcastOctets: 1.3.6.1.2.1.83.1.1.4.1.8 ipMRouteBoundaryTable: 1.3.6.1.2.1.83.1.1.5 ipMRouteBoundaryEntry: 1.3.6.1.2.1.83.1.1.5.1 ipMRouteBoundaryIfIndex: 1.3.6.1.2.1.83.1.1.5.1.1 ipMRouteBoundaryAddress: 1.3.6.1.2.1.83.1.1.5.1.2 ipMRouteBoundaryAddressMask: 1.3.6.1.2.1.83.1.1.5.1.3 ipMRouteBoundaryStatus: 1.3.6.1.2.1.83.1.1.5.1.4 ipMRouteScopeNameTable: 1.3.6.1.2.1.83.1.1.6 ipMRouteScopeNameEntry: 1.3.6.1.2.1.83.1.1.6.1 ipMRouteScopeNameAddress: 1.3.6.1.2.1.83.1.1.6.1.1 ipMRouteScopeNameAddressMask: 1.3.6.1.2.1.83.1.1.6.1.2 ipMRouteScopeNameLanguage: 1.3.6.1.2.1.83.1.1.6.1.3 ipMRouteScopeNameString: 1.3.6.1.2.1.83.1.1.6.1.4 ipMRouteScopeNameDefault: 1.3.6.1.2.1.83.1.1.6.1.5 ipMRouteScopeNameStatus: 1.3.6.1.2.1.83.1.1.6.1.6 ipMRouteEntryCount: 1.3.6.1.2.1.83.1.1.7 ipMRouteMIBConformance: 1.3.6.1.2.1.83.2 ipMRouteMIBCompliances: 1.3.6.1.2.1.83.2.1 ipMRouteMIBGroups: 1.3.6.1.2.1.83.2.2 snmp-1.2.0/data/ruby/snmp/mibs/INET-ADDRESS-MIB.yaml0000644000004100000410000000004512365504747021447 0ustar www-datawww-data--- inetAddressMIB: 1.3.6.1.2.1.76 snmp-1.2.0/data/ruby/snmp/mibs/APPLICATION-MIB.yaml0000644000004100000410000001746012365504747021401 0ustar www-datawww-data--- applicationMib: 1.3.6.1.2.1.62 applicationMibObjects: 1.3.6.1.2.1.62.1 applServiceGroup: 1.3.6.1.2.1.62.1.1 applSrvNameToSrvInstTable: 1.3.6.1.2.1.62.1.1.1 applSrvNameToSrvInstEntry: 1.3.6.1.2.1.62.1.1.1.1 applSrvInstQual: 1.3.6.1.2.1.62.1.1.1.1.1 applSrvInstToSrvNameTable: 1.3.6.1.2.1.62.1.1.2 applSrvInstToSrvNameEntry: 1.3.6.1.2.1.62.1.1.2.1 applSrvName: 1.3.6.1.2.1.62.1.1.2.1.1 applSrvInstToRunApplElmtTable: 1.3.6.1.2.1.62.1.1.3 applSrvInstToRunApplElmtEntry: 1.3.6.1.2.1.62.1.1.3.1 applSrvIndex: 1.3.6.1.2.1.62.1.1.3.1.1 applRunApplElmtToSrvInstTable: 1.3.6.1.2.1.62.1.1.4 applRunApplElmtToSrvInstEntry: 1.3.6.1.2.1.62.1.1.4.1 applSrvInstance: 1.3.6.1.2.1.62.1.1.4.1.1 applChannelGroup: 1.3.6.1.2.1.62.1.2 applOpenChannelTable: 1.3.6.1.2.1.62.1.2.1 applOpenChannelEntry: 1.3.6.1.2.1.62.1.2.1.1 applElmtOrSvc: 1.3.6.1.2.1.62.1.2.1.1.1 applElmtOrSvcId: 1.3.6.1.2.1.62.1.2.1.1.2 applOpenChannelIndex: 1.3.6.1.2.1.62.1.2.1.1.3 applOpenChannelOpenTime: 1.3.6.1.2.1.62.1.2.1.1.4 applOpenChannelReadRequests: 1.3.6.1.2.1.62.1.2.1.1.5 applOpenChannelReadRequestsLow: 1.3.6.1.2.1.62.1.2.1.1.6 applOpenChannelReadFailures: 1.3.6.1.2.1.62.1.2.1.1.7 applOpenChannelBytesRead: 1.3.6.1.2.1.62.1.2.1.1.8 applOpenChannelBytesReadLow: 1.3.6.1.2.1.62.1.2.1.1.9 applOpenChannelLastReadTime: 1.3.6.1.2.1.62.1.2.1.1.10 applOpenChannelWriteRequests: 1.3.6.1.2.1.62.1.2.1.1.11 applOpenChannelWriteRequestsLow: 1.3.6.1.2.1.62.1.2.1.1.12 applOpenChannelWriteFailures: 1.3.6.1.2.1.62.1.2.1.1.13 applOpenChannelBytesWritten: 1.3.6.1.2.1.62.1.2.1.1.14 applOpenChannelBytesWrittenLow: 1.3.6.1.2.1.62.1.2.1.1.15 applOpenChannelLastWriteTime: 1.3.6.1.2.1.62.1.2.1.1.16 applOpenFileTable: 1.3.6.1.2.1.62.1.2.2 applOpenFileEntry: 1.3.6.1.2.1.62.1.2.2.1 applOpenFileName: 1.3.6.1.2.1.62.1.2.2.1.1 applOpenFileSizeHigh: 1.3.6.1.2.1.62.1.2.2.1.2 applOpenFileSizeLow: 1.3.6.1.2.1.62.1.2.2.1.3 applOpenFileMode: 1.3.6.1.2.1.62.1.2.2.1.4 applOpenConnectionTable: 1.3.6.1.2.1.62.1.2.3 applOpenConnectionEntry: 1.3.6.1.2.1.62.1.2.3.1 applOpenConnectionTransport: 1.3.6.1.2.1.62.1.2.3.1.1 applOpenConnectionNearEndAddr: 1.3.6.1.2.1.62.1.2.3.1.2 applOpenConnectionNearEndpoint: 1.3.6.1.2.1.62.1.2.3.1.3 applOpenConnectionFarEndAddr: 1.3.6.1.2.1.62.1.2.3.1.4 applOpenConnectionFarEndpoint: 1.3.6.1.2.1.62.1.2.3.1.5 applOpenConnectionApplication: 1.3.6.1.2.1.62.1.2.3.1.6 applTransactionStreamTable: 1.3.6.1.2.1.62.1.2.4 applTransactionStreamEntry: 1.3.6.1.2.1.62.1.2.4.1 applTransactStreamDescr: 1.3.6.1.2.1.62.1.2.4.1.1 applTransactStreamUnitOfWork: 1.3.6.1.2.1.62.1.2.4.1.2 applTransactStreamInvokes: 1.3.6.1.2.1.62.1.2.4.1.3 applTransactStreamInvokesLow: 1.3.6.1.2.1.62.1.2.4.1.4 applTransactStreamInvCumTimes: 1.3.6.1.2.1.62.1.2.4.1.5 applTransactStreamInvRspTimes: 1.3.6.1.2.1.62.1.2.4.1.6 applTransactStreamPerforms: 1.3.6.1.2.1.62.1.2.4.1.7 applTransactStreamPerformsLow: 1.3.6.1.2.1.62.1.2.4.1.8 applTransactStreamPrfCumTimes: 1.3.6.1.2.1.62.1.2.4.1.9 applTransactStreamPrfRspTimes: 1.3.6.1.2.1.62.1.2.4.1.10 applTransactFlowTable: 1.3.6.1.2.1.62.1.2.5 applTransactFlowEntry: 1.3.6.1.2.1.62.1.2.5.1 applTransactFlowDirection: 1.3.6.1.2.1.62.1.2.5.1.1 applTransactFlowReqRsp: 1.3.6.1.2.1.62.1.2.5.1.2 applTransactFlowTrans: 1.3.6.1.2.1.62.1.2.5.1.3 applTransactFlowTransLow: 1.3.6.1.2.1.62.1.2.5.1.4 applTransactFlowBytes: 1.3.6.1.2.1.62.1.2.5.1.5 applTransactFlowBytesLow: 1.3.6.1.2.1.62.1.2.5.1.6 applTransactFlowTime: 1.3.6.1.2.1.62.1.2.5.1.7 applTransactKindTable: 1.3.6.1.2.1.62.1.2.6 applTransactKindEntry: 1.3.6.1.2.1.62.1.2.6.1 applTransactKind: 1.3.6.1.2.1.62.1.2.6.1.1 applTransactKindTrans: 1.3.6.1.2.1.62.1.2.6.1.2 applTransactKindTransLow: 1.3.6.1.2.1.62.1.2.6.1.3 applTransactKindBytes: 1.3.6.1.2.1.62.1.2.6.1.4 applTransactKindBytesLow: 1.3.6.1.2.1.62.1.2.6.1.5 applTransactKindTime: 1.3.6.1.2.1.62.1.2.6.1.6 applPastChannelGroup: 1.3.6.1.2.1.62.1.3 applPastChannelControlTable: 1.3.6.1.2.1.62.1.3.1 applPastChannelControlEntry: 1.3.6.1.2.1.62.1.3.1.1 applPastChannelControlCollect: 1.3.6.1.2.1.62.1.3.1.1.1 applPastChannelControlMaxRows: 1.3.6.1.2.1.62.1.3.1.1.2 applPastChannelControlTimeLimit: 1.3.6.1.2.1.62.1.3.1.1.3 applPastChannelControlRemItems: 1.3.6.1.2.1.62.1.3.1.1.4 applPastChannelTable: 1.3.6.1.2.1.62.1.3.2 applPastChannelEntry: 1.3.6.1.2.1.62.1.3.2.1 applPastChannelIndex: 1.3.6.1.2.1.62.1.3.2.1.1 applPastChannelOpenTime: 1.3.6.1.2.1.62.1.3.2.1.2 applPastChannelCloseTime: 1.3.6.1.2.1.62.1.3.2.1.3 applPastChannelReadRequests: 1.3.6.1.2.1.62.1.3.2.1.4 applPastChannelReadReqsLow: 1.3.6.1.2.1.62.1.3.2.1.5 applPastChannelReadFailures: 1.3.6.1.2.1.62.1.3.2.1.6 applPastChannelBytesRead: 1.3.6.1.2.1.62.1.3.2.1.7 applPastChannelBytesReadLow: 1.3.6.1.2.1.62.1.3.2.1.8 applPastChannelLastReadTime: 1.3.6.1.2.1.62.1.3.2.1.9 applPastChannelWriteRequests: 1.3.6.1.2.1.62.1.3.2.1.10 applPastChannelWriteReqsLow: 1.3.6.1.2.1.62.1.3.2.1.11 applPastChannelWriteFailures: 1.3.6.1.2.1.62.1.3.2.1.12 applPastChannelBytesWritten: 1.3.6.1.2.1.62.1.3.2.1.13 applPastChannelBytesWritLow: 1.3.6.1.2.1.62.1.3.2.1.14 applPastChannelLastWriteTime: 1.3.6.1.2.1.62.1.3.2.1.15 applPastFileTable: 1.3.6.1.2.1.62.1.3.3 applPastFileEntry: 1.3.6.1.2.1.62.1.3.3.1 applPastFileName: 1.3.6.1.2.1.62.1.3.3.1.1 applPastFileSizeHigh: 1.3.6.1.2.1.62.1.3.3.1.2 applPastFileSizeLow: 1.3.6.1.2.1.62.1.3.3.1.3 applPastFileMode: 1.3.6.1.2.1.62.1.3.3.1.4 applPastConTable: 1.3.6.1.2.1.62.1.3.4 applPastConEntry: 1.3.6.1.2.1.62.1.3.4.1 applPastConTransport: 1.3.6.1.2.1.62.1.3.4.1.1 applPastConNearEndAddr: 1.3.6.1.2.1.62.1.3.4.1.2 applPastConNearEndpoint: 1.3.6.1.2.1.62.1.3.4.1.3 applPastConFarEndAddr: 1.3.6.1.2.1.62.1.3.4.1.4 applPastConFarEndpoint: 1.3.6.1.2.1.62.1.3.4.1.5 applPastConApplication: 1.3.6.1.2.1.62.1.3.4.1.6 applPastTransStreamTable: 1.3.6.1.2.1.62.1.3.5 applPastTransStreamEntry: 1.3.6.1.2.1.62.1.3.5.1 applPastTransStreamDescr: 1.3.6.1.2.1.62.1.3.5.1.1 applPastTransStreamUnitOfWork: 1.3.6.1.2.1.62.1.3.5.1.2 applPastTransStreamInvokes: 1.3.6.1.2.1.62.1.3.5.1.3 applPastTransStreamInvokesLow: 1.3.6.1.2.1.62.1.3.5.1.4 applPastTransStreamInvCumTimes: 1.3.6.1.2.1.62.1.3.5.1.5 applPastTransStreamInvRspTimes: 1.3.6.1.2.1.62.1.3.5.1.6 applPastTransStreamPerforms: 1.3.6.1.2.1.62.1.3.5.1.7 applPastTransStreamPerformsLow: 1.3.6.1.2.1.62.1.3.5.1.8 applPastTransStreamPrfCumTimes: 1.3.6.1.2.1.62.1.3.5.1.9 applPastTransStreamPrfRspTimes: 1.3.6.1.2.1.62.1.3.5.1.10 applPastTransFlowTable: 1.3.6.1.2.1.62.1.3.6 applPastTransFlowEntry: 1.3.6.1.2.1.62.1.3.6.1 applPastTransFlowDirection: 1.3.6.1.2.1.62.1.3.6.1.1 applPastTransFlowReqRsp: 1.3.6.1.2.1.62.1.3.6.1.2 applPastTransFlowTrans: 1.3.6.1.2.1.62.1.3.6.1.3 applPastTransFlowTransLow: 1.3.6.1.2.1.62.1.3.6.1.4 applPastTransFlowBytes: 1.3.6.1.2.1.62.1.3.6.1.5 applPastTransFlowBytesLow: 1.3.6.1.2.1.62.1.3.6.1.6 applPastTransFlowTime: 1.3.6.1.2.1.62.1.3.6.1.7 applPastTransKindTable: 1.3.6.1.2.1.62.1.3.7 applPastTransKindEntry: 1.3.6.1.2.1.62.1.3.7.1 applPastTransKind: 1.3.6.1.2.1.62.1.3.7.1.1 applPastTransKindTrans: 1.3.6.1.2.1.62.1.3.7.1.2 applPastTransKindTransLow: 1.3.6.1.2.1.62.1.3.7.1.3 applPastTransKindBytes: 1.3.6.1.2.1.62.1.3.7.1.4 applPastTransKindBytesLow: 1.3.6.1.2.1.62.1.3.7.1.5 applPastTransKindTime: 1.3.6.1.2.1.62.1.3.7.1.6 applElmtRunControlGroup: 1.3.6.1.2.1.62.1.4 applElmtRunStatusTable: 1.3.6.1.2.1.62.1.4.1 applElmtRunStatusEntry: 1.3.6.1.2.1.62.1.4.1.1 applElmtRunStatusSuspended: 1.3.6.1.2.1.62.1.4.1.1.1 applElmtRunStatusHeapUsage: 1.3.6.1.2.1.62.1.4.1.1.2 applElmtRunStatusOpenConnections: 1.3.6.1.2.1.62.1.4.1.1.3 applElmtRunStatusOpenFiles: 1.3.6.1.2.1.62.1.4.1.1.4 applElmtRunStatusLastErrorMsg: 1.3.6.1.2.1.62.1.4.1.1.5 applElmtRunStatusLastErrorTime: 1.3.6.1.2.1.62.1.4.1.1.6 applElmtRunControlTable: 1.3.6.1.2.1.62.1.4.2 applElmtRunControlEntry: 1.3.6.1.2.1.62.1.4.2.1 applElmtRunControlSuspend: 1.3.6.1.2.1.62.1.4.2.1.1 applElmtRunControlReconfigure: 1.3.6.1.2.1.62.1.4.2.1.2 applElmtRunControlTerminate: 1.3.6.1.2.1.62.1.4.2.1.3 applicationMibConformance: 1.3.6.1.2.1.62.2 applicationMibGroups: 1.3.6.1.2.1.62.2.1 snmp-1.2.0/data/ruby/snmp/mibs/PKTC-IETF-MTA-MIB.yaml0000644000004100000410000000747512365504747021550 0ustar www-datawww-data--- pktcIetfMtaMib: 1.3.6.1.2.1.140 pktcMtaNotification: 1.3.6.1.2.1.140.0 pktcMtaMibObjects: 1.3.6.1.2.1.140.1 pktcMtaDevBase: 1.3.6.1.2.1.140.1.1 pktcMtaDevResetNow: 1.3.6.1.2.1.140.1.1.1 pktcMtaDevSerialNumber: 1.3.6.1.2.1.140.1.1.2 pktcMtaDevSwCurrentVers: 1.3.6.1.2.1.140.1.1.3 pktcMtaDevFQDN: 1.3.6.1.2.1.140.1.1.4 pktcMtaDevEndPntCount: 1.3.6.1.2.1.140.1.1.5 pktcMtaDevEnabled: 1.3.6.1.2.1.140.1.1.6 pktcMtaDevTypeIdentifier: 1.3.6.1.2.1.140.1.1.7 pktcMtaDevProvisioningState: 1.3.6.1.2.1.140.1.1.8 pktcMtaDevHttpAccess: 1.3.6.1.2.1.140.1.1.9 pktcMtaDevProvisioningTimer: 1.3.6.1.2.1.140.1.1.10 pktcMtaDevProvisioningCounter: 1.3.6.1.2.1.140.1.1.11 pktcMtaDevErrorOidsTable: 1.3.6.1.2.1.140.1.1.12 pktcMtaDevErrorOidsEntry: 1.3.6.1.2.1.140.1.1.12.1 pktcMtaDevErrorOidIndex: 1.3.6.1.2.1.140.1.1.12.1.1 pktcMtaDevErrorOid: 1.3.6.1.2.1.140.1.1.12.1.2 pktcMtaDevErrorValue: 1.3.6.1.2.1.140.1.1.12.1.3 pktcMtaDevErrorReason: 1.3.6.1.2.1.140.1.1.12.1.4 pktcMtaDevServer: 1.3.6.1.2.1.140.1.2 pktcMtaDevDhcpServerAddressType: 1.3.6.1.2.1.140.1.2.1 pktcMtaDevServerDhcp1: 1.3.6.1.2.1.140.1.2.2 pktcMtaDevServerDhcp2: 1.3.6.1.2.1.140.1.2.3 pktcMtaDevDnsServerAddressType: 1.3.6.1.2.1.140.1.2.4 pktcMtaDevServerDns1: 1.3.6.1.2.1.140.1.2.5 pktcMtaDevServerDns2: 1.3.6.1.2.1.140.1.2.6 pktcMtaDevTimeServerAddressType: 1.3.6.1.2.1.140.1.2.7 pktcMtaDevTimeServer: 1.3.6.1.2.1.140.1.2.8 pktcMtaDevConfigFile: 1.3.6.1.2.1.140.1.2.9 pktcMtaDevSnmpEntity: 1.3.6.1.2.1.140.1.2.10 pktcMtaDevProvConfigHash: 1.3.6.1.2.1.140.1.2.11 pktcMtaDevProvConfigKey: 1.3.6.1.2.1.140.1.2.12 pktcMtaDevProvConfigEncryptAlg: 1.3.6.1.2.1.140.1.2.13 pktcMtaDevProvSolicitedKeyTimeout: 1.3.6.1.2.1.140.1.2.14 pktcMtaDevProvUnsolicitedKeyMaxTimeout: 1.3.6.1.2.1.140.1.2.15 pktcMtaDevProvUnsolicitedKeyNomTimeout: 1.3.6.1.2.1.140.1.2.16 pktcMtaDevProvUnsolicitedKeyMaxRetries: 1.3.6.1.2.1.140.1.2.17 pktcMtaDevProvKerbRealmName: 1.3.6.1.2.1.140.1.2.18 pktcMtaDevProvState: 1.3.6.1.2.1.140.1.2.19 pktcMtaDevSecurity: 1.3.6.1.2.1.140.1.3 pktcMtaDevManufacturerCertificate: 1.3.6.1.2.1.140.1.3.1 pktcMtaDevCertificate: 1.3.6.1.2.1.140.1.3.2 pktcMtaDevCorrelationId: 1.3.6.1.2.1.140.1.3.3 pktcMtaDevTelephonyRootCertificate: 1.3.6.1.2.1.140.1.3.4 pktcMtaDevRealmAvailSlot: 1.3.6.1.2.1.140.1.3.5 pktcMtaDevRealmTable: 1.3.6.1.2.1.140.1.3.6 pktcMtaDevRealmEntry: 1.3.6.1.2.1.140.1.3.6.1 pktcMtaDevRealmIndex: 1.3.6.1.2.1.140.1.3.6.1.1 pktcMtaDevRealmName: 1.3.6.1.2.1.140.1.3.6.1.2 pktcMtaDevRealmPkinitGracePeriod: 1.3.6.1.2.1.140.1.3.6.1.3 pktcMtaDevRealmTgsGracePeriod: 1.3.6.1.2.1.140.1.3.6.1.4 pktcMtaDevRealmOrgName: 1.3.6.1.2.1.140.1.3.6.1.5 pktcMtaDevRealmUnsolicitedKeyMaxTimeout: 1.3.6.1.2.1.140.1.3.6.1.6 pktcMtaDevRealmUnsolicitedKeyNomTimeout: 1.3.6.1.2.1.140.1.3.6.1.7 pktcMtaDevRealmUnsolicitedKeyMaxRetries: 1.3.6.1.2.1.140.1.3.6.1.8 pktcMtaDevRealmStatus: 1.3.6.1.2.1.140.1.3.6.1.9 pktcMtaDevCmsAvailSlot: 1.3.6.1.2.1.140.1.3.7 pktcMtaDevCmsTable: 1.3.6.1.2.1.140.1.3.8 pktcMtaDevCmsEntry: 1.3.6.1.2.1.140.1.3.8.1 pktcMtaDevCmsIndex: 1.3.6.1.2.1.140.1.3.8.1.1 pktcMtaDevCmsFqdn: 1.3.6.1.2.1.140.1.3.8.1.2 pktcMtaDevCmsKerbRealmName: 1.3.6.1.2.1.140.1.3.8.1.3 pktcMtaDevCmsMaxClockSkew: 1.3.6.1.2.1.140.1.3.8.1.4 pktcMtaDevCmsSolicitedKeyTimeout: 1.3.6.1.2.1.140.1.3.8.1.5 pktcMtaDevCmsUnsolicitedKeyMaxTimeout: 1.3.6.1.2.1.140.1.3.8.1.6 pktcMtaDevCmsUnsolicitedKeyNomTimeout: 1.3.6.1.2.1.140.1.3.8.1.7 pktcMtaDevCmsUnsolicitedKeyMaxRetries: 1.3.6.1.2.1.140.1.3.8.1.8 pktcMtaDevCmsIpsecCtrl: 1.3.6.1.2.1.140.1.3.8.1.9 pktcMtaDevCmsStatus: 1.3.6.1.2.1.140.1.3.8.1.10 pktcMtaDevResetKrbTickets: 1.3.6.1.2.1.140.1.3.9 pktcMtaDevErrors: 1.3.6.1.2.1.140.1.4 pktcMtaDevErrorsTooManyErrors: 1.3.6.1.2.1.140.1.4.1 pktcMtaConformance: 1.3.6.1.2.1.140.2 pktcMtaCompliances: 1.3.6.1.2.1.140.2.1 pktcMtaGroups: 1.3.6.1.2.1.140.2.2 pktcMtaDevProvisioningEnrollment: 1.3.6.1.2.1.140.0.1 pktcMtaDevProvisioningStatus: 1.3.6.1.2.1.140.0.2 snmp-1.2.0/data/ruby/snmp/mibs/APS-MIB.yaml0000644000004100000410000000564412365504747020262 0ustar www-datawww-data--- apsMIB: 1.3.6.1.2.1.10.49 apsMIBObjects: 1.3.6.1.2.1.10.49.1 apsConfig: 1.3.6.1.2.1.10.49.1.1 apsConfigGroups: 1.3.6.1.2.1.10.49.1.1.1 apsConfigTable: 1.3.6.1.2.1.10.49.1.1.2 apsConfigEntry: 1.3.6.1.2.1.10.49.1.1.2.1 apsConfigName: 1.3.6.1.2.1.10.49.1.1.2.1.1 apsConfigRowStatus: 1.3.6.1.2.1.10.49.1.1.2.1.2 apsConfigMode: 1.3.6.1.2.1.10.49.1.1.2.1.3 apsConfigRevert: 1.3.6.1.2.1.10.49.1.1.2.1.4 apsConfigDirection: 1.3.6.1.2.1.10.49.1.1.2.1.5 apsConfigExtraTraffic: 1.3.6.1.2.1.10.49.1.1.2.1.6 apsConfigSdBerThreshold: 1.3.6.1.2.1.10.49.1.1.2.1.7 apsConfigSfBerThreshold: 1.3.6.1.2.1.10.49.1.1.2.1.8 apsConfigWaitToRestore: 1.3.6.1.2.1.10.49.1.1.2.1.9 apsConfigCreationTime: 1.3.6.1.2.1.10.49.1.1.2.1.10 apsConfigStorageType: 1.3.6.1.2.1.10.49.1.1.2.1.11 apsStatusTable: 1.3.6.1.2.1.10.49.1.2 apsStatusEntry: 1.3.6.1.2.1.10.49.1.2.1 apsStatusK1K2Rcv: 1.3.6.1.2.1.10.49.1.2.1.1 apsStatusK1K2Trans: 1.3.6.1.2.1.10.49.1.2.1.2 apsStatusCurrent: 1.3.6.1.2.1.10.49.1.2.1.3 apsStatusModeMismatches: 1.3.6.1.2.1.10.49.1.2.1.4 apsStatusChannelMismatches: 1.3.6.1.2.1.10.49.1.2.1.5 apsStatusPSBFs: 1.3.6.1.2.1.10.49.1.2.1.6 apsStatusFEPLFs: 1.3.6.1.2.1.10.49.1.2.1.7 apsStatusSwitchedChannel: 1.3.6.1.2.1.10.49.1.2.1.8 apsStatusDiscontinuityTime: 1.3.6.1.2.1.10.49.1.2.1.9 apsMap: 1.3.6.1.2.1.10.49.1.3 apsChanLTEs: 1.3.6.1.2.1.10.49.1.3.1 apsMapTable: 1.3.6.1.2.1.10.49.1.3.2 apsMapEntry: 1.3.6.1.2.1.10.49.1.3.2.1 apsMapGroupName: 1.3.6.1.2.1.10.49.1.3.2.1.2 apsMapChanNumber: 1.3.6.1.2.1.10.49.1.3.2.1.3 apsChanConfigTable: 1.3.6.1.2.1.10.49.1.4 apsChanConfigEntry: 1.3.6.1.2.1.10.49.1.4.1 apsChanConfigGroupName: 1.3.6.1.2.1.10.49.1.4.1.1 apsChanConfigNumber: 1.3.6.1.2.1.10.49.1.4.1.2 apsChanConfigRowStatus: 1.3.6.1.2.1.10.49.1.4.1.3 apsChanConfigIfIndex: 1.3.6.1.2.1.10.49.1.4.1.4 apsChanConfigPriority: 1.3.6.1.2.1.10.49.1.4.1.5 apsChanConfigStorageType: 1.3.6.1.2.1.10.49.1.4.1.6 apsCommandTable: 1.3.6.1.2.1.10.49.1.5 apsCommandEntry: 1.3.6.1.2.1.10.49.1.5.1 apsCommandSwitch: 1.3.6.1.2.1.10.49.1.5.1.1 apsCommandControl: 1.3.6.1.2.1.10.49.1.5.1.2 apsChanStatusTable: 1.3.6.1.2.1.10.49.1.6 apsChanStatusEntry: 1.3.6.1.2.1.10.49.1.6.1 apsChanStatusCurrent: 1.3.6.1.2.1.10.49.1.6.1.1 apsChanStatusSignalDegrades: 1.3.6.1.2.1.10.49.1.6.1.2 apsChanStatusSignalFailures: 1.3.6.1.2.1.10.49.1.6.1.3 apsChanStatusSwitchovers: 1.3.6.1.2.1.10.49.1.6.1.4 apsChanStatusLastSwitchover: 1.3.6.1.2.1.10.49.1.6.1.5 apsChanStatusSwitchoverSeconds: 1.3.6.1.2.1.10.49.1.6.1.6 apsChanStatusDiscontinuityTime: 1.3.6.1.2.1.10.49.1.6.1.7 apsNotificationEnable: 1.3.6.1.2.1.10.49.1.7 apsMIBNotifications: 1.3.6.1.2.1.10.49.2 apsNotificationsPrefix: 1.3.6.1.2.1.10.49.2.0 apsMIBConformance: 1.3.6.1.2.1.10.49.3 apsGroups: 1.3.6.1.2.1.10.49.3.1 apsCompliances: 1.3.6.1.2.1.10.49.3.2 apsEventSwitchover: 1.3.6.1.2.1.10.49.2.0.1 apsEventModeMismatch: 1.3.6.1.2.1.10.49.2.0.2 apsEventChannelMismatch: 1.3.6.1.2.1.10.49.2.0.3 apsEventPSBF: 1.3.6.1.2.1.10.49.2.0.4 apsEventFEPLF: 1.3.6.1.2.1.10.49.2.0.5 snmp-1.2.0/data/ruby/snmp/mibs/DLSW-MIB.yaml0000644000004100000410000002204412365504747020401 0ustar www-datawww-data--- "null": "0.0" dlsw: 1.3.6.1.2.1.46 dlswMIB: 1.3.6.1.2.1.46.1 dlswTraps: 1.3.6.1.2.1.46.1.0 dlswNode: 1.3.6.1.2.1.46.1.1 dlswNodeVersion: 1.3.6.1.2.1.46.1.1.1 dlswNodeVendorID: 1.3.6.1.2.1.46.1.1.2 dlswNodeVersionString: 1.3.6.1.2.1.46.1.1.3 dlswNodeStdPacingSupport: 1.3.6.1.2.1.46.1.1.4 dlswNodeStatus: 1.3.6.1.2.1.46.1.1.5 dlswNodeUpTime: 1.3.6.1.2.1.46.1.1.6 dlswNodeVirtualSegmentLFSize: 1.3.6.1.2.1.46.1.1.7 dlswNodeResourceNBExclusivity: 1.3.6.1.2.1.46.1.1.8 dlswNodeResourceMacExclusivity: 1.3.6.1.2.1.46.1.1.9 dlswTrapControl: 1.3.6.1.2.1.46.1.1.10 dlswTrapCntlTConnPartnerReject: 1.3.6.1.2.1.46.1.1.10.1 dlswTrapCntlTConnProtViolation: 1.3.6.1.2.1.46.1.1.10.2 dlswTrapCntlTConn: 1.3.6.1.2.1.46.1.1.10.3 dlswTrapCntlCircuit: 1.3.6.1.2.1.46.1.1.10.4 dlswTConn: 1.3.6.1.2.1.46.1.2 dlswTConnStat: 1.3.6.1.2.1.46.1.2.1 dlswTConnStatActiveConnections: 1.3.6.1.2.1.46.1.2.1.1 dlswTConnStatCloseIdles: 1.3.6.1.2.1.46.1.2.1.2 dlswTConnStatCloseBusys: 1.3.6.1.2.1.46.1.2.1.3 dlswTConnConfigTable: 1.3.6.1.2.1.46.1.2.2 dlswTConnConfigEntry: 1.3.6.1.2.1.46.1.2.2.1 dlswTConnConfigIndex: 1.3.6.1.2.1.46.1.2.2.1.1 dlswTConnConfigTDomain: 1.3.6.1.2.1.46.1.2.2.1.2 dlswTConnConfigLocalTAddr: 1.3.6.1.2.1.46.1.2.2.1.3 dlswTConnConfigRemoteTAddr: 1.3.6.1.2.1.46.1.2.2.1.4 dlswTConnConfigLastModifyTime: 1.3.6.1.2.1.46.1.2.2.1.5 dlswTConnConfigEntryType: 1.3.6.1.2.1.46.1.2.2.1.6 dlswTConnConfigGroupDefinition: 1.3.6.1.2.1.46.1.2.2.1.7 dlswTConnConfigSetupType: 1.3.6.1.2.1.46.1.2.2.1.8 dlswTConnConfigSapList: 1.3.6.1.2.1.46.1.2.2.1.9 dlswTConnConfigAdvertiseMacNB: 1.3.6.1.2.1.46.1.2.2.1.10 dlswTConnConfigInitCirRecvWndw: 1.3.6.1.2.1.46.1.2.2.1.11 dlswTConnConfigOpens: 1.3.6.1.2.1.46.1.2.2.1.12 dlswTConnConfigRowStatus: 1.3.6.1.2.1.46.1.2.2.1.13 dlswTConnOperTable: 1.3.6.1.2.1.46.1.2.3 dlswTConnOperEntry: 1.3.6.1.2.1.46.1.2.3.1 dlswTConnOperTDomain: 1.3.6.1.2.1.46.1.2.3.1.1 dlswTConnOperLocalTAddr: 1.3.6.1.2.1.46.1.2.3.1.2 dlswTConnOperRemoteTAddr: 1.3.6.1.2.1.46.1.2.3.1.3 dlswTConnOperEntryTime: 1.3.6.1.2.1.46.1.2.3.1.4 dlswTConnOperConnectTime: 1.3.6.1.2.1.46.1.2.3.1.5 dlswTConnOperState: 1.3.6.1.2.1.46.1.2.3.1.6 dlswTConnOperConfigIndex: 1.3.6.1.2.1.46.1.2.3.1.7 dlswTConnOperFlowCntlMode: 1.3.6.1.2.1.46.1.2.3.1.8 dlswTConnOperPartnerVersion: 1.3.6.1.2.1.46.1.2.3.1.9 dlswTConnOperPartnerVendorID: 1.3.6.1.2.1.46.1.2.3.1.10 dlswTConnOperPartnerVersionStr: 1.3.6.1.2.1.46.1.2.3.1.11 dlswTConnOperPartnerInitPacingWndw: 1.3.6.1.2.1.46.1.2.3.1.12 dlswTConnOperPartnerSapList: 1.3.6.1.2.1.46.1.2.3.1.13 dlswTConnOperPartnerNBExcl: 1.3.6.1.2.1.46.1.2.3.1.14 dlswTConnOperPartnerMacExcl: 1.3.6.1.2.1.46.1.2.3.1.15 dlswTConnOperPartnerNBInfo: 1.3.6.1.2.1.46.1.2.3.1.16 dlswTConnOperPartnerMacInfo: 1.3.6.1.2.1.46.1.2.3.1.17 dlswTConnOperDiscTime: 1.3.6.1.2.1.46.1.2.3.1.18 dlswTConnOperDiscReason: 1.3.6.1.2.1.46.1.2.3.1.19 dlswTConnOperDiscActiveCir: 1.3.6.1.2.1.46.1.2.3.1.20 dlswTConnOperInDataPkts: 1.3.6.1.2.1.46.1.2.3.1.21 dlswTConnOperOutDataPkts: 1.3.6.1.2.1.46.1.2.3.1.22 dlswTConnOperInDataOctets: 1.3.6.1.2.1.46.1.2.3.1.23 dlswTConnOperOutDataOctets: 1.3.6.1.2.1.46.1.2.3.1.24 dlswTConnOperInCntlPkts: 1.3.6.1.2.1.46.1.2.3.1.25 dlswTConnOperOutCntlPkts: 1.3.6.1.2.1.46.1.2.3.1.26 dlswTConnOperCURexSents: 1.3.6.1.2.1.46.1.2.3.1.27 dlswTConnOperICRexRcvds: 1.3.6.1.2.1.46.1.2.3.1.28 dlswTConnOperCURexRcvds: 1.3.6.1.2.1.46.1.2.3.1.29 dlswTConnOperICRexSents: 1.3.6.1.2.1.46.1.2.3.1.30 dlswTConnOperNQexSents: 1.3.6.1.2.1.46.1.2.3.1.31 dlswTConnOperNRexRcvds: 1.3.6.1.2.1.46.1.2.3.1.32 dlswTConnOperNQexRcvds: 1.3.6.1.2.1.46.1.2.3.1.33 dlswTConnOperNRexSents: 1.3.6.1.2.1.46.1.2.3.1.34 dlswTConnOperCirCreates: 1.3.6.1.2.1.46.1.2.3.1.35 dlswTConnOperCircuits: 1.3.6.1.2.1.46.1.2.3.1.36 dlswTConnSpecific: 1.3.6.1.2.1.46.1.2.4 dlswTConnTcp: 1.3.6.1.2.1.46.1.2.4.1 dlswTConnTcpConfigTable: 1.3.6.1.2.1.46.1.2.4.1.1 dlswTConnTcpConfigEntry: 1.3.6.1.2.1.46.1.2.4.1.1.1 dlswTConnTcpConfigKeepAliveInt: 1.3.6.1.2.1.46.1.2.4.1.1.1.1 dlswTConnTcpConfigTcpConnections: 1.3.6.1.2.1.46.1.2.4.1.1.1.2 dlswTConnTcpConfigMaxSegmentSize: 1.3.6.1.2.1.46.1.2.4.1.1.1.3 dlswTConnTcpOperTable: 1.3.6.1.2.1.46.1.2.4.1.2 dlswTConnTcpOperEntry: 1.3.6.1.2.1.46.1.2.4.1.2.1 dlswTConnTcpOperKeepAliveInt: 1.3.6.1.2.1.46.1.2.4.1.2.1.1 dlswTConnTcpOperPrefTcpConnections: 1.3.6.1.2.1.46.1.2.4.1.2.1.2 dlswTConnTcpOperTcpConnections: 1.3.6.1.2.1.46.1.2.4.1.2.1.3 dlswInterface: 1.3.6.1.2.1.46.1.3 dlswIfTable: 1.3.6.1.2.1.46.1.3.1 dlswIfEntry: 1.3.6.1.2.1.46.1.3.1.1 dlswIfRowStatus: 1.3.6.1.2.1.46.1.3.1.1.1 dlswIfVirtualSegment: 1.3.6.1.2.1.46.1.3.1.1.2 dlswIfSapList: 1.3.6.1.2.1.46.1.3.1.1.3 dlswDirectory: 1.3.6.1.2.1.46.1.4 dlswDirStat: 1.3.6.1.2.1.46.1.4.1 dlswDirMacEntries: 1.3.6.1.2.1.46.1.4.1.1 dlswDirMacCacheHits: 1.3.6.1.2.1.46.1.4.1.2 dlswDirMacCacheMisses: 1.3.6.1.2.1.46.1.4.1.3 dlswDirMacCacheNextIndex: 1.3.6.1.2.1.46.1.4.1.4 dlswDirNBEntries: 1.3.6.1.2.1.46.1.4.1.5 dlswDirNBCacheHits: 1.3.6.1.2.1.46.1.4.1.6 dlswDirNBCacheMisses: 1.3.6.1.2.1.46.1.4.1.7 dlswDirNBCacheNextIndex: 1.3.6.1.2.1.46.1.4.1.8 dlswDirCache: 1.3.6.1.2.1.46.1.4.2 dlswDirMacTable: 1.3.6.1.2.1.46.1.4.2.1 dlswDirMacEntry: 1.3.6.1.2.1.46.1.4.2.1.1 dlswDirMacIndex: 1.3.6.1.2.1.46.1.4.2.1.1.1 dlswDirMacMac: 1.3.6.1.2.1.46.1.4.2.1.1.2 dlswDirMacMask: 1.3.6.1.2.1.46.1.4.2.1.1.3 dlswDirMacEntryType: 1.3.6.1.2.1.46.1.4.2.1.1.4 dlswDirMacLocationType: 1.3.6.1.2.1.46.1.4.2.1.1.5 dlswDirMacLocation: 1.3.6.1.2.1.46.1.4.2.1.1.6 dlswDirMacStatus: 1.3.6.1.2.1.46.1.4.2.1.1.7 dlswDirMacLFSize: 1.3.6.1.2.1.46.1.4.2.1.1.8 dlswDirMacRowStatus: 1.3.6.1.2.1.46.1.4.2.1.1.9 dlswDirNBTable: 1.3.6.1.2.1.46.1.4.2.2 dlswDirNBEntry: 1.3.6.1.2.1.46.1.4.2.2.1 dlswDirNBIndex: 1.3.6.1.2.1.46.1.4.2.2.1.1 dlswDirNBName: 1.3.6.1.2.1.46.1.4.2.2.1.2 dlswDirNBNameType: 1.3.6.1.2.1.46.1.4.2.2.1.3 dlswDirNBEntryType: 1.3.6.1.2.1.46.1.4.2.2.1.4 dlswDirNBLocationType: 1.3.6.1.2.1.46.1.4.2.2.1.5 dlswDirNBLocation: 1.3.6.1.2.1.46.1.4.2.2.1.6 dlswDirNBStatus: 1.3.6.1.2.1.46.1.4.2.2.1.7 dlswDirNBLFSize: 1.3.6.1.2.1.46.1.4.2.2.1.8 dlswDirNBRowStatus: 1.3.6.1.2.1.46.1.4.2.2.1.9 dlswDirLocate: 1.3.6.1.2.1.46.1.4.3 dlswDirLocateMacTable: 1.3.6.1.2.1.46.1.4.3.1 dlswDirLocateMacEntry: 1.3.6.1.2.1.46.1.4.3.1.1 dlswDirLocateMacMac: 1.3.6.1.2.1.46.1.4.3.1.1.1 dlswDirLocateMacMatch: 1.3.6.1.2.1.46.1.4.3.1.1.2 dlswDirLocateMacLocation: 1.3.6.1.2.1.46.1.4.3.1.1.3 dlswDirLocateNBTable: 1.3.6.1.2.1.46.1.4.3.2 dlswDirLocateNBEntry: 1.3.6.1.2.1.46.1.4.3.2.1 dlswDirLocateNBName: 1.3.6.1.2.1.46.1.4.3.2.1.1 dlswDirLocateNBMatch: 1.3.6.1.2.1.46.1.4.3.2.1.2 dlswDirLocateNBLocation: 1.3.6.1.2.1.46.1.4.3.2.1.3 dlswCircuit: 1.3.6.1.2.1.46.1.5 dlswCircuitStat: 1.3.6.1.2.1.46.1.5.1 dlswCircuitStatActives: 1.3.6.1.2.1.46.1.5.1.1 dlswCircuitStatCreates: 1.3.6.1.2.1.46.1.5.1.2 dlswCircuitTable: 1.3.6.1.2.1.46.1.5.2 dlswCircuitEntry: 1.3.6.1.2.1.46.1.5.2.1 dlswCircuitS1Mac: 1.3.6.1.2.1.46.1.5.2.1.1 dlswCircuitS1Sap: 1.3.6.1.2.1.46.1.5.2.1.2 dlswCircuitS1IfIndex: 1.3.6.1.2.1.46.1.5.2.1.3 dlswCircuitS1DlcType: 1.3.6.1.2.1.46.1.5.2.1.4 dlswCircuitS1RouteInfo: 1.3.6.1.2.1.46.1.5.2.1.5 dlswCircuitS1CircuitId: 1.3.6.1.2.1.46.1.5.2.1.6 dlswCircuitS1Dlc: 1.3.6.1.2.1.46.1.5.2.1.7 dlswCircuitS2Mac: 1.3.6.1.2.1.46.1.5.2.1.8 dlswCircuitS2Sap: 1.3.6.1.2.1.46.1.5.2.1.9 dlswCircuitS2Location: 1.3.6.1.2.1.46.1.5.2.1.10 dlswCircuitS2TDomain: 1.3.6.1.2.1.46.1.5.2.1.11 dlswCircuitS2TAddress: 1.3.6.1.2.1.46.1.5.2.1.12 dlswCircuitS2CircuitId: 1.3.6.1.2.1.46.1.5.2.1.13 dlswCircuitOrigin: 1.3.6.1.2.1.46.1.5.2.1.14 dlswCircuitEntryTime: 1.3.6.1.2.1.46.1.5.2.1.15 dlswCircuitStateTime: 1.3.6.1.2.1.46.1.5.2.1.16 dlswCircuitState: 1.3.6.1.2.1.46.1.5.2.1.17 dlswCircuitPriority: 1.3.6.1.2.1.46.1.5.2.1.18 dlswCircuitFCSendGrantedUnits: 1.3.6.1.2.1.46.1.5.2.1.19 dlswCircuitFCSendCurrentWndw: 1.3.6.1.2.1.46.1.5.2.1.20 dlswCircuitFCRecvGrantedUnits: 1.3.6.1.2.1.46.1.5.2.1.21 dlswCircuitFCRecvCurrentWndw: 1.3.6.1.2.1.46.1.5.2.1.22 dlswCircuitFCLargestRecvGranted: 1.3.6.1.2.1.46.1.5.2.1.23 dlswCircuitFCLargestSendGranted: 1.3.6.1.2.1.46.1.5.2.1.24 dlswCircuitFCHalveWndwSents: 1.3.6.1.2.1.46.1.5.2.1.25 dlswCircuitFCResetOpSents: 1.3.6.1.2.1.46.1.5.2.1.26 dlswCircuitFCHalveWndwRcvds: 1.3.6.1.2.1.46.1.5.2.1.27 dlswCircuitFCResetOpRcvds: 1.3.6.1.2.1.46.1.5.2.1.28 dlswCircuitDiscReasonLocal: 1.3.6.1.2.1.46.1.5.2.1.29 dlswCircuitDiscReasonRemote: 1.3.6.1.2.1.46.1.5.2.1.30 dlswCircuitDiscReasonRemoteData: 1.3.6.1.2.1.46.1.5.2.1.31 dlswSdlc: 1.3.6.1.2.1.46.1.6 dlswSdlcLsEntries: 1.3.6.1.2.1.46.1.6.1 dlswSdlcLsTable: 1.3.6.1.2.1.46.1.6.2 dlswSdlcLsEntry: 1.3.6.1.2.1.46.1.6.2.1 dlswSdlcLsLocalMac: 1.3.6.1.2.1.46.1.6.2.1.1 dlswSdlcLsLocalSap: 1.3.6.1.2.1.46.1.6.2.1.2 dlswSdlcLsLocalIdBlock: 1.3.6.1.2.1.46.1.6.2.1.3 dlswSdlcLsLocalIdNum: 1.3.6.1.2.1.46.1.6.2.1.4 dlswSdlcLsRemoteMac: 1.3.6.1.2.1.46.1.6.2.1.5 dlswSdlcLsRemoteSap: 1.3.6.1.2.1.46.1.6.2.1.6 dlswSdlcLsRowStatus: 1.3.6.1.2.1.46.1.6.2.1.7 dlswDomains: 1.3.6.1.2.1.46.2 dlswTCPDomain: 1.3.6.1.2.1.46.2.1 dlswConformance: 1.3.6.1.2.1.46.3 dlswCompliances: 1.3.6.1.2.1.46.3.1 dlswGroups: 1.3.6.1.2.1.46.3.2 dlswTrapTConnPartnerReject: 1.3.6.1.2.1.46.1.0.1 dlswTrapTConnProtViolation: 1.3.6.1.2.1.46.1.0.2 dlswTrapTConnUp: 1.3.6.1.2.1.46.1.0.3 dlswTrapTConnDown: 1.3.6.1.2.1.46.1.0.4 dlswTrapCircuitUp: 1.3.6.1.2.1.46.1.0.5 dlswTrapCircuitDown: 1.3.6.1.2.1.46.1.0.6 snmp-1.2.0/data/ruby/snmp/mibs/PINT-MIB.yaml0000644000004100000410000000471012365504747020402 0ustar www-datawww-data--- pintMib: 1.3.6.1.2.1.93 pintServerConfig: 1.3.6.1.2.1.93.1 pintReleaseNumber: 1.3.6.1.2.1.93.1.1 pintSysContact: 1.3.6.1.2.1.93.1.2 pintApplInstallPkgTable: 1.3.6.1.2.1.93.1.3 pintApplInstallPkgEntry: 1.3.6.1.2.1.93.1.3.1 pintApplInstallPkgDescription: 1.3.6.1.2.1.93.1.3.1.1 pintRegisteredGatewayTable: 1.3.6.1.2.1.93.1.4 pintRegisteredGatewayEntry: 1.3.6.1.2.1.93.1.4.1 pintRegisteredGatewayName: 1.3.6.1.2.1.93.1.4.1.1 pintRegisteredGatewayDescription: 1.3.6.1.2.1.93.1.4.1.2 pintServerMonitor: 1.3.6.1.2.1.93.2 pintServerGlobalPerf: 1.3.6.1.2.1.93.2.1 pintServerGlobalStatsTable: 1.3.6.1.2.1.93.2.1.1 pintServerGlobalStatsEntry: 1.3.6.1.2.1.93.2.1.1.1 pintServerServiceTypeIndex: 1.3.6.1.2.1.93.2.1.1.1.1 pintServerPerfStatPeriodIndex: 1.3.6.1.2.1.93.2.1.1.1.2 pintServerGlobalCallsReceived: 1.3.6.1.2.1.93.2.1.1.1.3 pintServerGlobalSuccessfulCalls: 1.3.6.1.2.1.93.2.1.1.1.4 pintServerGlobalDisconnectedCalls: 1.3.6.1.2.1.93.2.1.1.1.5 pintServerGlobalDisCUAutFCalls: 1.3.6.1.2.1.93.2.1.1.1.6 pintServerGlobalDisServProbCalls: 1.3.6.1.2.1.93.2.1.1.1.7 pintServerGlobalDisGatProbCalls: 1.3.6.1.2.1.93.2.1.1.1.8 pintServerClientPerf: 1.3.6.1.2.1.93.2.2 pintServerClientStatsTable: 1.3.6.1.2.1.93.2.2.1 pintServerClientStatsEntry: 1.3.6.1.2.1.93.2.2.1.1 pintServerClientAddress: 1.3.6.1.2.1.93.2.2.1.1.1 pintServerClientCallsReceived: 1.3.6.1.2.1.93.2.2.1.1.2 pintServerClientSuccessfulCalls: 1.3.6.1.2.1.93.2.2.1.1.3 pintServerClientDisconnectedCalls: 1.3.6.1.2.1.93.2.2.1.1.4 pintServerClientDisCAutFCalls: 1.3.6.1.2.1.93.2.2.1.1.5 pintServerClientDisEFProbCalls: 1.3.6.1.2.1.93.2.2.1.1.6 pintServerUserIdPerf: 1.3.6.1.2.1.93.2.3 pintServerUserIdStatsTable: 1.3.6.1.2.1.93.2.3.1 pintServerUserIdStatsEntry: 1.3.6.1.2.1.93.2.3.1.1 pintServerUserIdName: 1.3.6.1.2.1.93.2.3.1.1.1 pintServerUserIdCallsReceived: 1.3.6.1.2.1.93.2.3.1.1.2 pintServerUserIdSuccessfulCalls: 1.3.6.1.2.1.93.2.3.1.1.3 pintServerUserIdDisconnectedCalls: 1.3.6.1.2.1.93.2.3.1.1.4 pintServerUserIdDiscUIdAFailCalls: 1.3.6.1.2.1.93.2.3.1.1.5 pintServerUserIdEFProbCalls: 1.3.6.1.2.1.93.2.3.1.1.6 pintServerGatewayPerf: 1.3.6.1.2.1.93.2.4 pintServerGatewayStatsTable: 1.3.6.1.2.1.93.2.4.1 pintServerGatewayStatsEntry: 1.3.6.1.2.1.93.2.4.1.1 pintServerGatewayCallsReceived: 1.3.6.1.2.1.93.2.4.1.1.1 pintServerGatewaySuccessfulCalls: 1.3.6.1.2.1.93.2.4.1.1.2 pintServerGatewayDisconnectedCalls: 1.3.6.1.2.1.93.2.4.1.1.3 pintMibConformance: 1.3.6.1.2.1.93.3 pintMibCompliances: 1.3.6.1.2.1.93.3.1 pintMibGroups: 1.3.6.1.2.1.93.3.2 snmp-1.2.0/data/ruby/snmp/mibs/DECNET-PHIV-MIB.yaml0000644000004100000410000002473012365504747021342 0ustar www-datawww-data--- phiv: 1.3.6.1.2.1.18 phivSystem: 1.3.6.1.2.1.18.1 phivSystemState: 1.3.6.1.2.1.18.1.1 phivExecIdent: 1.3.6.1.2.1.18.1.2 phivManagement: 1.3.6.1.2.1.18.2 phivMgmtMgmtVers: 1.3.6.1.2.1.18.2.1 session: 1.3.6.1.2.1.18.3 phivSessionSystemName: 1.3.6.1.2.1.18.3.1 phivSessionInTimer: 1.3.6.1.2.1.18.3.2 phivSessionOutTimer: 1.3.6.1.2.1.18.3.3 end: 1.3.6.1.2.1.18.4 phivEndRemoteTable: 1.3.6.1.2.1.18.4.1 phivEndRemoteEntry: 1.3.6.1.2.1.18.4.1.1 phivEndRemoteHostNodeID: 1.3.6.1.2.1.18.4.1.1.1 phivEndRemoteState: 1.3.6.1.2.1.18.4.1.1.2 phivEndCircuitIndex: 1.3.6.1.2.1.18.4.1.1.3 phivEndActiveLinks: 1.3.6.1.2.1.18.4.1.1.4 phivEndDelay: 1.3.6.1.2.1.18.4.1.1.5 phivEndCountTable: 1.3.6.1.2.1.18.4.2 phivEndCountEntry: 1.3.6.1.2.1.18.4.2.1 phivEndCountHostNodeID: 1.3.6.1.2.1.18.4.2.1.1 phivEndCountSecsLastZeroed: 1.3.6.1.2.1.18.4.2.1.2 phivEndCountUsrBytesRec: 1.3.6.1.2.1.18.4.2.1.3 phivEndCountUsrBytesSent: 1.3.6.1.2.1.18.4.2.1.4 phivEndUCountUsrMessRec: 1.3.6.1.2.1.18.4.2.1.5 phivEndCountUsrMessSent: 1.3.6.1.2.1.18.4.2.1.6 phivEndCountTotalBytesRec: 1.3.6.1.2.1.18.4.2.1.7 phivEndCountTotalBytesSent: 1.3.6.1.2.1.18.4.2.1.8 phivEndCountTotalMessRec: 1.3.6.1.2.1.18.4.2.1.9 phivEndCountTotalMessSent: 1.3.6.1.2.1.18.4.2.1.10 phivEndCountConnectsRecd: 1.3.6.1.2.1.18.4.2.1.11 phivEndCountConnectsSent: 1.3.6.1.2.1.18.4.2.1.12 phivEndCountReponseTimeouts: 1.3.6.1.2.1.18.4.2.1.13 phivEndCountRecdConnectResErrs: 1.3.6.1.2.1.18.4.2.1.14 phivEndMaxLinks: 1.3.6.1.2.1.18.4.3 phivEndNSPVers: 1.3.6.1.2.1.18.4.4 phivEndRetransmitFactor: 1.3.6.1.2.1.18.4.5 phivEndDelayFact: 1.3.6.1.2.1.18.4.6 phivEndDelayWeight: 1.3.6.1.2.1.18.4.7 phivEndInactivityTimer: 1.3.6.1.2.1.18.4.8 phivEndCountZeroCount: 1.3.6.1.2.1.18.4.9 phivEndMaxLinksActive: 1.3.6.1.2.1.18.4.10 routing: 1.3.6.1.2.1.18.5 phivRouteBroadcastRouteTimer: 1.3.6.1.2.1.18.5.1 phivRouteBuffSize: 1.3.6.1.2.1.18.5.2 phivRouteRoutingVers: 1.3.6.1.2.1.18.5.3 phivRouteMaxAddr: 1.3.6.1.2.1.18.5.4 phivRouteMaxBdcastNonRouters: 1.3.6.1.2.1.18.5.5 phivRouteMaxBdcastRouters: 1.3.6.1.2.1.18.5.6 phivRouteMaxBuffs: 1.3.6.1.2.1.18.5.7 phivRouteMaxCircuits: 1.3.6.1.2.1.18.5.8 phivRouteMaxCost: 1.3.6.1.2.1.18.5.9 phivRouteMaxHops: 1.3.6.1.2.1.18.5.10 phivRouteMaxVisits: 1.3.6.1.2.1.18.5.11 phivRouteRoutingTimer: 1.3.6.1.2.1.18.5.12 phivRouteSegBuffSize: 1.3.6.1.2.1.18.5.13 phivRouteType: 1.3.6.1.2.1.18.5.14 phivRouteCountAgedPktLoss: 1.3.6.1.2.1.18.5.15 phivRouteCountNodeUnrPktLoss: 1.3.6.1.2.1.18.5.16 phivRouteCountOutRngePktLoss: 1.3.6.1.2.1.18.5.17 phivRouteCountOverSzePktLoss: 1.3.6.1.2.1.18.5.18 phivRouteCountPacketFmtErr: 1.3.6.1.2.1.18.5.19 phivRouteCountPtlRteUpdtLoss: 1.3.6.1.2.1.18.5.20 phivRouteCountVerifReject: 1.3.6.1.2.1.18.5.21 phivLevel1RouteTable: 1.3.6.1.2.1.18.5.22 phivLevel1RouteEntry: 1.3.6.1.2.1.18.5.22.1 phivLevel1RouteNodeAddr: 1.3.6.1.2.1.18.5.22.1.1 phivLevel1RouteCircuitIndex: 1.3.6.1.2.1.18.5.22.1.2 phivLevel1RouteCost: 1.3.6.1.2.1.18.5.22.1.3 phivLevel1RouteHops: 1.3.6.1.2.1.18.5.22.1.4 phivLevel1RouteNextNode: 1.3.6.1.2.1.18.5.22.1.5 phivRouteCountZeroCount: 1.3.6.1.2.1.18.5.23 phivRouteSystemAddr: 1.3.6.1.2.1.18.5.24 phivRouteRoutingType: 1.3.6.1.2.1.18.5.25 phivRouteSystemAddress: 1.3.6.1.2.1.18.5.26 circuit: 1.3.6.1.2.1.18.6 phivCircuitParametersTable: 1.3.6.1.2.1.18.6.1 phivCircuitParametersEntry: 1.3.6.1.2.1.18.6.1.1 phivCircuitIndex: 1.3.6.1.2.1.18.6.1.1.1 phivCircuitLineIndex: 1.3.6.1.2.1.18.6.1.1.2 phivCircuitCommonState: 1.3.6.1.2.1.18.6.1.1.3 phivCircuitCommonSubState: 1.3.6.1.2.1.18.6.1.1.4 phivCircuitCommonName: 1.3.6.1.2.1.18.6.1.1.5 phivCircuitExecRecallTimer: 1.3.6.1.2.1.18.6.1.1.6 phivCircuitCommonType: 1.3.6.1.2.1.18.6.1.1.7 phivCircuitService: 1.3.6.1.2.1.18.6.1.1.8 phivCircuitExecCost: 1.3.6.1.2.1.18.6.1.1.9 phivCircuitExecHelloTimer: 1.3.6.1.2.1.18.6.1.1.10 phivCircuitCountTable: 1.3.6.1.2.1.18.6.2 phivCircuitCountEntry: 1.3.6.1.2.1.18.6.2.1 phivCircuitCountSecLastZeroed: 1.3.6.1.2.1.18.6.2.1.1 phivCircuitCountTermPacketsRecd: 1.3.6.1.2.1.18.6.2.1.2 phivCircuitCountOriginPackSent: 1.3.6.1.2.1.18.6.2.1.3 phivCircuitCountTermCongLoss: 1.3.6.1.2.1.18.6.2.1.4 phivCircuitCountCorruptLoss: 1.3.6.1.2.1.18.6.2.1.5 phivCircuitCountTransitPksRecd: 1.3.6.1.2.1.18.6.2.1.6 phivCircuitCountTransitPkSent: 1.3.6.1.2.1.18.6.2.1.7 phivCircuitCountTransitCongestLoss: 1.3.6.1.2.1.18.6.2.1.8 phivCircuitCountCircuitDown: 1.3.6.1.2.1.18.6.2.1.9 phivCircuitCountInitFailure: 1.3.6.1.2.1.18.6.2.1.10 phivCircuitCountAdjDown: 1.3.6.1.2.1.18.6.2.1.11 phivCircuitCountPeakAdj: 1.3.6.1.2.1.18.6.2.1.12 phivCircuitCountBytesRecd: 1.3.6.1.2.1.18.6.2.1.13 phivCircuitCountBytesSent: 1.3.6.1.2.1.18.6.2.1.14 phivCircuitCountDataBlocksRecd: 1.3.6.1.2.1.18.6.2.1.15 phivCircuitCountDataBlocksSent: 1.3.6.1.2.1.18.6.2.1.16 phivCircuitCountUsrBuffUnav: 1.3.6.1.2.1.18.6.2.1.17 phivCircuitOrigQueueLimit: 1.3.6.1.2.1.18.6.3 phivCircuitCountZeroCount: 1.3.6.1.2.1.18.6.4 ddcmp: 1.3.6.1.2.1.18.7 phivDDCMPCircuitParametersTable: 1.3.6.1.2.1.18.7.1 phivDDCMPCircuitParametersEntry: 1.3.6.1.2.1.18.7.1.1 phivDDCMPCircuitIndex: 1.3.6.1.2.1.18.7.1.1.1 phivDDCMPCircuitAdjNodeAddr: 1.3.6.1.2.1.18.7.1.1.2 phivDDCMPCircuitTributary: 1.3.6.1.2.1.18.7.1.1.3 phivDDCMPCircuitCountTable: 1.3.6.1.2.1.18.7.2 phivDDCMPCircuitCountEntry: 1.3.6.1.2.1.18.7.2.1 phivDDCMPCircuitErrorsInbd: 1.3.6.1.2.1.18.7.2.1.1 phivDDCMPCircuitErrorsOutbd: 1.3.6.1.2.1.18.7.2.1.2 phivDDCMPCircuitRmteReplyTimeouts: 1.3.6.1.2.1.18.7.2.1.3 phivDDCMPCircuitLocalReplyTimeouts: 1.3.6.1.2.1.18.7.2.1.4 phivDDCMPCircuitRmteBuffErrors: 1.3.6.1.2.1.18.7.2.1.5 phivDDCMPCircuitLocalBuffErrors: 1.3.6.1.2.1.18.7.2.1.6 phivDDCMPCircuitSelectIntervalsElap: 1.3.6.1.2.1.18.7.2.1.7 phivDDCMPCircuitSelectTimeouts: 1.3.6.1.2.1.18.7.2.1.8 phivDDCMPLineCountTable: 1.3.6.1.2.1.18.7.3 phivDDCMPLineCountEntry: 1.3.6.1.2.1.18.7.3.1 phivDDCMPLineCountIndex: 1.3.6.1.2.1.18.7.3.1.1 phivDDCMPLineCountDataErrsIn: 1.3.6.1.2.1.18.7.3.1.2 phivDDCMPLineCountRmteStationErrs: 1.3.6.1.2.1.18.7.3.1.3 phivDDCMPLineCountLocalStationErrs: 1.3.6.1.2.1.18.7.3.1.4 control: 1.3.6.1.2.1.18.8 phivControlSchedTimer: 1.3.6.1.2.1.18.8.1 phivControlDeadTimer: 1.3.6.1.2.1.18.8.2 phivControlDelayTimer: 1.3.6.1.2.1.18.8.3 phivControlStreamTimer: 1.3.6.1.2.1.18.8.4 phivControlParametersTable: 1.3.6.1.2.1.18.8.5 phivControlParametersEntry: 1.3.6.1.2.1.18.8.5.1 phivControlCircuitIndex: 1.3.6.1.2.1.18.8.5.1.1 phivControlBabbleTimer: 1.3.6.1.2.1.18.8.5.1.2 phivControlMaxBuffs: 1.3.6.1.2.1.18.8.5.1.3 phivControlMaxTransmits: 1.3.6.1.2.1.18.8.5.1.4 phivControlDyingBase: 1.3.6.1.2.1.18.8.5.1.5 phivControlDyingIncrement: 1.3.6.1.2.1.18.8.5.1.6 phivControlDeadThreshold: 1.3.6.1.2.1.18.8.5.1.7 phivControlDyingThreshold: 1.3.6.1.2.1.18.8.5.1.8 phivControlInactTreshold: 1.3.6.1.2.1.18.8.5.1.9 phivControlPollingState: 1.3.6.1.2.1.18.8.5.1.10 phivControlPollingSubState: 1.3.6.1.2.1.18.8.5.1.11 phivControlTransTimer: 1.3.6.1.2.1.18.8.5.1.12 ethernet: 1.3.6.1.2.1.18.9 phivEthLinkParametersTable: 1.3.6.1.2.1.18.9.1 phivEthLinkParametersEntry: 1.3.6.1.2.1.18.9.1.1 phivEthLinkIndex: 1.3.6.1.2.1.18.9.1.1.1 phivEthDesigRouterNodeAddr: 1.3.6.1.2.1.18.9.1.1.2 phivEthMaxRouters: 1.3.6.1.2.1.18.9.1.1.3 phivEthRouterPri: 1.3.6.1.2.1.18.9.1.1.4 phivEthHardwareAddr: 1.3.6.1.2.1.18.9.1.1.5 counters: 1.3.6.1.2.1.18.10 phivCountersCountTable: 1.3.6.1.2.1.18.10.1 phivCountersCountEntry: 1.3.6.1.2.1.18.10.1.1 phivCountersIndex: 1.3.6.1.2.1.18.10.1.1.1 phivCountersCountBytesRecd: 1.3.6.1.2.1.18.10.1.1.2 phivCountersCountBytesSent: 1.3.6.1.2.1.18.10.1.1.3 phivCountersCountDataBlocksRecd: 1.3.6.1.2.1.18.10.1.1.4 phivCountersCountDataBlocksSent: 1.3.6.1.2.1.18.10.1.1.5 phivCountersCountEthUsrBuffUnav: 1.3.6.1.2.1.18.10.1.1.6 phivCountersCountMcastBytesRecd: 1.3.6.1.2.1.18.10.1.1.7 phivCountersCountDataBlksRecd: 1.3.6.1.2.1.18.10.1.1.8 phivCountersCountDataBlksSent: 1.3.6.1.2.1.18.10.1.1.9 phivCountersCountMcastBlksRecd: 1.3.6.1.2.1.18.10.1.1.10 phivCountersCountBlksSentDef: 1.3.6.1.2.1.18.10.1.1.11 phivCountersCountBlksSentSingleCol: 1.3.6.1.2.1.18.10.1.1.12 phivCountersCountBlksSentMultCol: 1.3.6.1.2.1.18.10.1.1.13 phivCountersCountSendFailure: 1.3.6.1.2.1.18.10.1.1.14 phivCountersCountCollDetectFailure: 1.3.6.1.2.1.18.10.1.1.15 phivCountersCountReceiveFailure: 1.3.6.1.2.1.18.10.1.1.16 phivCountersCountUnrecFrameDest: 1.3.6.1.2.1.18.10.1.1.17 phivCountersCountDataOver: 1.3.6.1.2.1.18.10.1.1.18 phivCountersCountSysBuffUnav: 1.3.6.1.2.1.18.10.1.1.19 phivCountersCountUsrBuffUnav: 1.3.6.1.2.1.18.10.1.1.20 adjacency: 1.3.6.1.2.1.18.11 phivAdjTable: 1.3.6.1.2.1.18.11.1 phivAdjEntry: 1.3.6.1.2.1.18.11.1.1 phivAdjCircuitIndex: 1.3.6.1.2.1.18.11.1.1.1 phivAdjNodeAddr: 1.3.6.1.2.1.18.11.1.1.2 phivAdjBlockSize: 1.3.6.1.2.1.18.11.1.1.3 phivAdjListenTimer: 1.3.6.1.2.1.18.11.1.1.4 phivAdjCircuitEtherServPhysAddr: 1.3.6.1.2.1.18.11.1.1.5 phivAdjType: 1.3.6.1.2.1.18.11.1.1.6 phivAdjState: 1.3.6.1.2.1.18.11.1.1.7 phivAdjPriority: 1.3.6.1.2.1.18.11.1.1.8 phivAdjExecListenTimer: 1.3.6.1.2.1.18.11.1.1.9 phivAdjNodeTable: 1.3.6.1.2.1.18.11.2 phivAdjNodeEntry: 1.3.6.1.2.1.18.11.2.1 phivAdjNodeCircuitIndex: 1.3.6.1.2.1.18.11.2.1.1 phivAdjAddr: 1.3.6.1.2.1.18.11.2.1.2 phivAdjNodeBlockSize: 1.3.6.1.2.1.18.11.2.1.3 phivAdjNodeListenTimer: 1.3.6.1.2.1.18.11.2.1.4 phivAdjNodeCircuitEtherServPhysAddr: 1.3.6.1.2.1.18.11.2.1.5 phivAdjNodeType: 1.3.6.1.2.1.18.11.2.1.6 phivAdjNodeState: 1.3.6.1.2.1.18.11.2.1.7 phivAdjNodePriority: 1.3.6.1.2.1.18.11.2.1.8 line: 1.3.6.1.2.1.18.12 phivLineTable: 1.3.6.1.2.1.18.12.1 phivLineEntry: 1.3.6.1.2.1.18.12.1.1 phivLineIndex: 1.3.6.1.2.1.18.12.1.1.1 phivLineName: 1.3.6.1.2.1.18.12.1.1.2 phivLineState: 1.3.6.1.2.1.18.12.1.1.3 phivLineSubstate: 1.3.6.1.2.1.18.12.1.1.4 phivLineService: 1.3.6.1.2.1.18.12.1.1.5 phivLineDevice: 1.3.6.1.2.1.18.12.1.1.6 phivLineReceiveBuffs: 1.3.6.1.2.1.18.12.1.1.7 phivLineProtocol: 1.3.6.1.2.1.18.12.1.1.8 phivLineServiceTimer: 1.3.6.1.2.1.18.12.1.1.9 phivLineMaxBlock: 1.3.6.1.2.1.18.12.1.1.10 nonBroadcastLine: 1.3.6.1.2.1.18.14 phivNonBroadcastTable: 1.3.6.1.2.1.18.14.1 phivNonBroadcastEntry: 1.3.6.1.2.1.18.14.1.1 phivNonBroadcastIndex: 1.3.6.1.2.1.18.14.1.1.1 phivNonBroadcastController: 1.3.6.1.2.1.18.14.1.1.2 phivNonBroadcastDuplex: 1.3.6.1.2.1.18.14.1.1.3 phivNonBroadcastClock: 1.3.6.1.2.1.18.14.1.1.4 phivNonBroadcastRetransmitTimer: 1.3.6.1.2.1.18.14.1.1.5 area: 1.3.6.1.2.1.18.15 phivAreaTable: 1.3.6.1.2.1.18.15.1 phivAreaEntry: 1.3.6.1.2.1.18.15.1.1 phivAreaNum: 1.3.6.1.2.1.18.15.1.1.1 phivAreaState: 1.3.6.1.2.1.18.15.1.1.2 phivAreaCost: 1.3.6.1.2.1.18.15.1.1.3 phivAreaHops: 1.3.6.1.2.1.18.15.1.1.4 phivAreaNextNode: 1.3.6.1.2.1.18.15.1.1.5 phivAreaCircuitIndex: 1.3.6.1.2.1.18.15.1.1.6 phivAreaMaxCost: 1.3.6.1.2.1.18.15.2 phivAreaMaxHops: 1.3.6.1.2.1.18.15.3 phivRouteMaxArea: 1.3.6.1.2.1.18.15.4 snmp-1.2.0/data/ruby/snmp/mibs/OSPF-TRAP-MIB.yaml0000644000004100000410000000241312365504747021141 0ustar www-datawww-data--- ospfTrap: 1.3.6.1.2.1.14.16 ospfTrapControl: 1.3.6.1.2.1.14.16.1 ospfSetTrap: 1.3.6.1.2.1.14.16.1.1 ospfConfigErrorType: 1.3.6.1.2.1.14.16.1.2 ospfPacketType: 1.3.6.1.2.1.14.16.1.3 ospfPacketSrc: 1.3.6.1.2.1.14.16.1.4 ospfTraps: 1.3.6.1.2.1.14.16.2 ospfTrapConformance: 1.3.6.1.2.1.14.16.3 ospfTrapGroups: 1.3.6.1.2.1.14.16.3.1 ospfTrapCompliances: 1.3.6.1.2.1.14.16.3.2 ospfVirtIfStateChange: 1.3.6.1.2.1.14.16.2.1 ospfNbrStateChange: 1.3.6.1.2.1.14.16.2.2 ospfVirtNbrStateChange: 1.3.6.1.2.1.14.16.2.3 ospfIfConfigError: 1.3.6.1.2.1.14.16.2.4 ospfVirtIfConfigError: 1.3.6.1.2.1.14.16.2.5 ospfIfAuthFailure: 1.3.6.1.2.1.14.16.2.6 ospfVirtIfAuthFailure: 1.3.6.1.2.1.14.16.2.7 ospfIfRxBadPacket: 1.3.6.1.2.1.14.16.2.8 ospfVirtIfRxBadPacket: 1.3.6.1.2.1.14.16.2.9 ospfTxRetransmit: 1.3.6.1.2.1.14.16.2.10 ospfVirtIfTxRetransmit: 1.3.6.1.2.1.14.16.2.11 ospfOriginateLsa: 1.3.6.1.2.1.14.16.2.12 ospfMaxAgeLsa: 1.3.6.1.2.1.14.16.2.13 ospfLsdbOverflow: 1.3.6.1.2.1.14.16.2.14 ospfLsdbApproachingOverflow: 1.3.6.1.2.1.14.16.2.15 ospfIfStateChange: 1.3.6.1.2.1.14.16.2.16 ospfNssaTranslatorStatusChange: 1.3.6.1.2.1.14.16.2.17 ospfRestartStatusChange: 1.3.6.1.2.1.14.16.2.18 ospfNbrRestartHelperStatusChange: 1.3.6.1.2.1.14.16.2.19 ospfVirtNbrRestartHelperStatusChange: 1.3.6.1.2.1.14.16.2.20 snmp-1.2.0/data/ruby/snmp/mibs/SNMP-REPEATER-MIB.yaml0000644000004100000410000001415612365504747021617 0ustar www-datawww-data--- snmpDot3RptrMgt: 1.3.6.1.2.1.22 rptrBasicPackage: 1.3.6.1.2.1.22.1 rptrRptrInfo: 1.3.6.1.2.1.22.1.1 rptrGroupCapacity: 1.3.6.1.2.1.22.1.1.1 rptrOperStatus: 1.3.6.1.2.1.22.1.1.2 rptrHealthText: 1.3.6.1.2.1.22.1.1.3 rptrReset: 1.3.6.1.2.1.22.1.1.4 rptrNonDisruptTest: 1.3.6.1.2.1.22.1.1.5 rptrTotalPartitionedPorts: 1.3.6.1.2.1.22.1.1.6 rptrGroupInfo: 1.3.6.1.2.1.22.1.2 rptrGroupTable: 1.3.6.1.2.1.22.1.2.1 rptrGroupEntry: 1.3.6.1.2.1.22.1.2.1.1 rptrGroupIndex: 1.3.6.1.2.1.22.1.2.1.1.1 rptrGroupDescr: 1.3.6.1.2.1.22.1.2.1.1.2 rptrGroupObjectID: 1.3.6.1.2.1.22.1.2.1.1.3 rptrGroupOperStatus: 1.3.6.1.2.1.22.1.2.1.1.4 rptrGroupLastOperStatusChange: 1.3.6.1.2.1.22.1.2.1.1.5 rptrGroupPortCapacity: 1.3.6.1.2.1.22.1.2.1.1.6 rptrPortInfo: 1.3.6.1.2.1.22.1.3 rptrPortTable: 1.3.6.1.2.1.22.1.3.1 rptrPortEntry: 1.3.6.1.2.1.22.1.3.1.1 rptrPortGroupIndex: 1.3.6.1.2.1.22.1.3.1.1.1 rptrPortIndex: 1.3.6.1.2.1.22.1.3.1.1.2 rptrPortAdminStatus: 1.3.6.1.2.1.22.1.3.1.1.3 rptrPortAutoPartitionState: 1.3.6.1.2.1.22.1.3.1.1.4 rptrPortOperStatus: 1.3.6.1.2.1.22.1.3.1.1.5 rptrPortRptrId: 1.3.6.1.2.1.22.1.3.1.1.6 rptrAllRptrInfo: 1.3.6.1.2.1.22.1.4 rptrInfoTable: 1.3.6.1.2.1.22.1.4.1 rptrInfoEntry: 1.3.6.1.2.1.22.1.4.1.1 rptrInfoId: 1.3.6.1.2.1.22.1.4.1.1.1 rptrInfoRptrType: 1.3.6.1.2.1.22.1.4.1.1.2 rptrInfoOperStatus: 1.3.6.1.2.1.22.1.4.1.1.3 rptrInfoReset: 1.3.6.1.2.1.22.1.4.1.1.4 rptrInfoPartitionedPorts: 1.3.6.1.2.1.22.1.4.1.1.5 rptrInfoLastChange: 1.3.6.1.2.1.22.1.4.1.1.6 rptrMonitorPackage: 1.3.6.1.2.1.22.2 rptrMonitorRptrInfo: 1.3.6.1.2.1.22.2.1 rptrMonitorTransmitCollisions: 1.3.6.1.2.1.22.2.1.1 rptrMonitorGroupInfo: 1.3.6.1.2.1.22.2.2 rptrMonitorGroupTable: 1.3.6.1.2.1.22.2.2.1 rptrMonitorGroupEntry: 1.3.6.1.2.1.22.2.2.1.1 rptrMonitorGroupIndex: 1.3.6.1.2.1.22.2.2.1.1.1 rptrMonitorGroupTotalFrames: 1.3.6.1.2.1.22.2.2.1.1.2 rptrMonitorGroupTotalOctets: 1.3.6.1.2.1.22.2.2.1.1.3 rptrMonitorGroupTotalErrors: 1.3.6.1.2.1.22.2.2.1.1.4 rptrMonitorPortInfo: 1.3.6.1.2.1.22.2.3 rptrMonitorPortTable: 1.3.6.1.2.1.22.2.3.1 rptrMonitorPortEntry: 1.3.6.1.2.1.22.2.3.1.1 rptrMonitorPortGroupIndex: 1.3.6.1.2.1.22.2.3.1.1.1 rptrMonitorPortIndex: 1.3.6.1.2.1.22.2.3.1.1.2 rptrMonitorPortReadableFrames: 1.3.6.1.2.1.22.2.3.1.1.3 rptrMonitorPortReadableOctets: 1.3.6.1.2.1.22.2.3.1.1.4 rptrMonitorPortFCSErrors: 1.3.6.1.2.1.22.2.3.1.1.5 rptrMonitorPortAlignmentErrors: 1.3.6.1.2.1.22.2.3.1.1.6 rptrMonitorPortFrameTooLongs: 1.3.6.1.2.1.22.2.3.1.1.7 rptrMonitorPortShortEvents: 1.3.6.1.2.1.22.2.3.1.1.8 rptrMonitorPortRunts: 1.3.6.1.2.1.22.2.3.1.1.9 rptrMonitorPortCollisions: 1.3.6.1.2.1.22.2.3.1.1.10 rptrMonitorPortLateEvents: 1.3.6.1.2.1.22.2.3.1.1.11 rptrMonitorPortVeryLongEvents: 1.3.6.1.2.1.22.2.3.1.1.12 rptrMonitorPortDataRateMismatches: 1.3.6.1.2.1.22.2.3.1.1.13 rptrMonitorPortAutoPartitions: 1.3.6.1.2.1.22.2.3.1.1.14 rptrMonitorPortTotalErrors: 1.3.6.1.2.1.22.2.3.1.1.15 rptrMonitorPortLastChange: 1.3.6.1.2.1.22.2.3.1.1.16 rptrMonitor100PortTable: 1.3.6.1.2.1.22.2.3.2 rptrMonitor100PortEntry: 1.3.6.1.2.1.22.2.3.2.1 rptrMonitorPortIsolates: 1.3.6.1.2.1.22.2.3.2.1.1 rptrMonitorPortSymbolErrors: 1.3.6.1.2.1.22.2.3.2.1.2 rptrMonitorPortUpper32Octets: 1.3.6.1.2.1.22.2.3.2.1.3 rptrMonitorPortHCReadableOctets: 1.3.6.1.2.1.22.2.3.2.1.4 rptrMonitorAllRptrInfo: 1.3.6.1.2.1.22.2.4 rptrMonTable: 1.3.6.1.2.1.22.2.4.1 rptrMonEntry: 1.3.6.1.2.1.22.2.4.1.1 rptrMonTxCollisions: 1.3.6.1.2.1.22.2.4.1.1.1 rptrMonTotalFrames: 1.3.6.1.2.1.22.2.4.1.1.3 rptrMonTotalErrors: 1.3.6.1.2.1.22.2.4.1.1.4 rptrMonTotalOctets: 1.3.6.1.2.1.22.2.4.1.1.5 rptrMon100Table: 1.3.6.1.2.1.22.2.4.2 rptrMon100Entry: 1.3.6.1.2.1.22.2.4.2.1 rptrMonUpper32TotalOctets: 1.3.6.1.2.1.22.2.4.2.1.1 rptrMonHCTotalOctets: 1.3.6.1.2.1.22.2.4.2.1.2 rptrAddrTrackPackage: 1.3.6.1.2.1.22.3 rptrAddrTrackRptrInfo: 1.3.6.1.2.1.22.3.1 rptrAddrSearchTable: 1.3.6.1.2.1.22.3.1.1 rptrAddrSearchEntry: 1.3.6.1.2.1.22.3.1.1.1 rptrAddrSearchLock: 1.3.6.1.2.1.22.3.1.1.1.1 rptrAddrSearchStatus: 1.3.6.1.2.1.22.3.1.1.1.2 rptrAddrSearchAddress: 1.3.6.1.2.1.22.3.1.1.1.3 rptrAddrSearchState: 1.3.6.1.2.1.22.3.1.1.1.4 rptrAddrSearchGroup: 1.3.6.1.2.1.22.3.1.1.1.5 rptrAddrSearchPort: 1.3.6.1.2.1.22.3.1.1.1.6 rptrAddrSearchOwner: 1.3.6.1.2.1.22.3.1.1.1.7 rptrAddrTrackGroupInfo: 1.3.6.1.2.1.22.3.2 rptrAddrTrackPortInfo: 1.3.6.1.2.1.22.3.3 rptrAddrTrackTable: 1.3.6.1.2.1.22.3.3.1 rptrAddrTrackEntry: 1.3.6.1.2.1.22.3.3.1.1 rptrAddrTrackGroupIndex: 1.3.6.1.2.1.22.3.3.1.1.1 rptrAddrTrackPortIndex: 1.3.6.1.2.1.22.3.3.1.1.2 rptrAddrTrackLastSourceAddress: 1.3.6.1.2.1.22.3.3.1.1.3 rptrAddrTrackSourceAddrChanges: 1.3.6.1.2.1.22.3.3.1.1.4 rptrAddrTrackNewLastSrcAddress: 1.3.6.1.2.1.22.3.3.1.1.5 rptrAddrTrackCapacity: 1.3.6.1.2.1.22.3.3.1.1.6 rptrExtAddrTrackTable: 1.3.6.1.2.1.22.3.3.2 rptrExtAddrTrackEntry: 1.3.6.1.2.1.22.3.3.2.1 rptrExtAddrTrackMacIndex: 1.3.6.1.2.1.22.3.3.2.1.1 rptrExtAddrTrackSourceAddress: 1.3.6.1.2.1.22.3.3.2.1.2 rptrTopNPackage: 1.3.6.1.2.1.22.4 rptrTopNRptrInfo: 1.3.6.1.2.1.22.4.1 rptrTopNGroupInfo: 1.3.6.1.2.1.22.4.2 rptrTopNPortInfo: 1.3.6.1.2.1.22.4.3 rptrTopNPortControlTable: 1.3.6.1.2.1.22.4.3.1 rptrTopNPortControlEntry: 1.3.6.1.2.1.22.4.3.1.1 rptrTopNPortControlIndex: 1.3.6.1.2.1.22.4.3.1.1.1 rptrTopNPortRepeaterId: 1.3.6.1.2.1.22.4.3.1.1.2 rptrTopNPortRateBase: 1.3.6.1.2.1.22.4.3.1.1.3 rptrTopNPortTimeRemaining: 1.3.6.1.2.1.22.4.3.1.1.4 rptrTopNPortDuration: 1.3.6.1.2.1.22.4.3.1.1.5 rptrTopNPortRequestedSize: 1.3.6.1.2.1.22.4.3.1.1.6 rptrTopNPortGrantedSize: 1.3.6.1.2.1.22.4.3.1.1.7 rptrTopNPortStartTime: 1.3.6.1.2.1.22.4.3.1.1.8 rptrTopNPortOwner: 1.3.6.1.2.1.22.4.3.1.1.9 rptrTopNPortRowStatus: 1.3.6.1.2.1.22.4.3.1.1.10 rptrTopNPortTable: 1.3.6.1.2.1.22.4.3.2 rptrTopNPortEntry: 1.3.6.1.2.1.22.4.3.2.1 rptrTopNPortIndex: 1.3.6.1.2.1.22.4.3.2.1.1 rptrTopNPortGroupIndex: 1.3.6.1.2.1.22.4.3.2.1.2 rptrTopNPortPortIndex: 1.3.6.1.2.1.22.4.3.2.1.3 rptrTopNPortRate: 1.3.6.1.2.1.22.4.3.2.1.4 snmpRptrMod: 1.3.6.1.2.1.22.5 snmpRptrModConf: 1.3.6.1.2.1.22.5.1 snmpRptrModCompls: 1.3.6.1.2.1.22.5.1.1 snmpRptrModObjGrps: 1.3.6.1.2.1.22.5.1.2 snmpRptrModNotGrps: 1.3.6.1.2.1.22.5.1.3 rptrHealth: 1.3.6.1.2.1.22.0.1 rptrGroupChange: 1.3.6.1.2.1.22.0.2 rptrResetEvent: 1.3.6.1.2.1.22.0.3 rptrInfoHealth: 1.3.6.1.2.1.22.0.4 rptrInfoResetEvent: 1.3.6.1.2.1.22.0.5 snmp-1.2.0/data/ruby/snmp/mibs/COPS-CLIENT-MIB.yaml0000644000004100000410000000521012365504747021344 0ustar www-datawww-data--- copsClientMIB: 1.3.6.1.2.1.89 copsClientMIBObjects: 1.3.6.1.2.1.89.1 copsClientCapabilitiesGroup: 1.3.6.1.2.1.89.1.1 copsClientCapabilities: 1.3.6.1.2.1.89.1.1.1 copsClientStatusGroup: 1.3.6.1.2.1.89.1.2 copsClientServerCurrentTable: 1.3.6.1.2.1.89.1.2.1 copsClientServerCurrentEntry: 1.3.6.1.2.1.89.1.2.1.1 copsClientServerAddressType: 1.3.6.1.2.1.89.1.2.1.1.1 copsClientServerAddress: 1.3.6.1.2.1.89.1.2.1.1.2 copsClientServerClientType: 1.3.6.1.2.1.89.1.2.1.1.3 copsClientServerTcpPort: 1.3.6.1.2.1.89.1.2.1.1.4 copsClientServerType: 1.3.6.1.2.1.89.1.2.1.1.5 copsClientServerAuthType: 1.3.6.1.2.1.89.1.2.1.1.6 copsClientServerLastConnAttempt: 1.3.6.1.2.1.89.1.2.1.1.7 copsClientState: 1.3.6.1.2.1.89.1.2.1.1.8 copsClientServerKeepaliveTime: 1.3.6.1.2.1.89.1.2.1.1.9 copsClientServerAccountingTime: 1.3.6.1.2.1.89.1.2.1.1.10 copsClientInPkts: 1.3.6.1.2.1.89.1.2.1.1.11 copsClientOutPkts: 1.3.6.1.2.1.89.1.2.1.1.12 copsClientInErrs: 1.3.6.1.2.1.89.1.2.1.1.13 copsClientLastError: 1.3.6.1.2.1.89.1.2.1.1.14 copsClientTcpConnectAttempts: 1.3.6.1.2.1.89.1.2.1.1.15 copsClientTcpConnectFailures: 1.3.6.1.2.1.89.1.2.1.1.16 copsClientOpenAttempts: 1.3.6.1.2.1.89.1.2.1.1.17 copsClientOpenFailures: 1.3.6.1.2.1.89.1.2.1.1.18 copsClientErrUnsupportClienttype: 1.3.6.1.2.1.89.1.2.1.1.19 copsClientErrUnsupportedVersion: 1.3.6.1.2.1.89.1.2.1.1.20 copsClientErrLengthMismatch: 1.3.6.1.2.1.89.1.2.1.1.21 copsClientErrUnknownOpcode: 1.3.6.1.2.1.89.1.2.1.1.22 copsClientErrUnknownCnum: 1.3.6.1.2.1.89.1.2.1.1.23 copsClientErrBadCtype: 1.3.6.1.2.1.89.1.2.1.1.24 copsClientErrBadSends: 1.3.6.1.2.1.89.1.2.1.1.25 copsClientErrWrongObjects: 1.3.6.1.2.1.89.1.2.1.1.26 copsClientErrWrongOpcode: 1.3.6.1.2.1.89.1.2.1.1.27 copsClientKaTimedoutClients: 1.3.6.1.2.1.89.1.2.1.1.28 copsClientErrAuthFailures: 1.3.6.1.2.1.89.1.2.1.1.29 copsClientErrAuthMissing: 1.3.6.1.2.1.89.1.2.1.1.30 copsClientConfigGroup: 1.3.6.1.2.1.89.1.3 copsClientServerConfigTable: 1.3.6.1.2.1.89.1.3.1 copsClientServerConfigEntry: 1.3.6.1.2.1.89.1.3.1.1 copsClientServerConfigAddrType: 1.3.6.1.2.1.89.1.3.1.1.1 copsClientServerConfigAddress: 1.3.6.1.2.1.89.1.3.1.1.2 copsClientServerConfigClientType: 1.3.6.1.2.1.89.1.3.1.1.3 copsClientServerConfigAuthType: 1.3.6.1.2.1.89.1.3.1.1.4 copsClientServerConfigTcpPort: 1.3.6.1.2.1.89.1.3.1.1.5 copsClientServerConfigPriority: 1.3.6.1.2.1.89.1.3.1.1.6 copsClientServerConfigRowStatus: 1.3.6.1.2.1.89.1.3.1.1.7 copsClientServerConfigRetryAlgrm: 1.3.6.1.2.1.89.1.3.2 copsClientServerConfigRetryCount: 1.3.6.1.2.1.89.1.3.3 copsClientServerConfigRetryIntvl: 1.3.6.1.2.1.89.1.3.4 copsClientConformance: 1.3.6.1.2.1.89.2 copsClientGroups: 1.3.6.1.2.1.89.2.1 copsClientCompliances: 1.3.6.1.2.1.89.2.2 snmp-1.2.0/data/ruby/snmp/mibs/SNMP-PROXY-MIB.yaml0000644000004100000410000000123012365504747021316 0ustar www-datawww-data--- snmpProxyMIB: 1.3.6.1.6.3.14 snmpProxyObjects: 1.3.6.1.6.3.14.1 snmpProxyTable: 1.3.6.1.6.3.14.1.2 snmpProxyEntry: 1.3.6.1.6.3.14.1.2.1 snmpProxyName: 1.3.6.1.6.3.14.1.2.1.1 snmpProxyType: 1.3.6.1.6.3.14.1.2.1.2 snmpProxyContextEngineID: 1.3.6.1.6.3.14.1.2.1.3 snmpProxyContextName: 1.3.6.1.6.3.14.1.2.1.4 snmpProxyTargetParamsIn: 1.3.6.1.6.3.14.1.2.1.5 snmpProxySingleTargetOut: 1.3.6.1.6.3.14.1.2.1.6 snmpProxyMultipleTargetOut: 1.3.6.1.6.3.14.1.2.1.7 snmpProxyStorageType: 1.3.6.1.6.3.14.1.2.1.8 snmpProxyRowStatus: 1.3.6.1.6.3.14.1.2.1.9 snmpProxyConformance: 1.3.6.1.6.3.14.3 snmpProxyCompliances: 1.3.6.1.6.3.14.3.1 snmpProxyGroups: 1.3.6.1.6.3.14.3.2 snmp-1.2.0/data/ruby/snmp/mibs/ROHC-RTP-MIB.yaml0000644000004100000410000000240712365504747021027 0ustar www-datawww-data--- rohcRtpMIB: 1.3.6.1.2.1.114 rohcRtpObjects: 1.3.6.1.2.1.114.1 rohcRtpContextTable: 1.3.6.1.2.1.114.1.1 rohcRtpContextEntry: 1.3.6.1.2.1.114.1.1.1 rohcRtpContextState: 1.3.6.1.2.1.114.1.1.1.3 rohcRtpContextMode: 1.3.6.1.2.1.114.1.1.1.4 rohcRtpContextAlwaysPad: 1.3.6.1.2.1.114.1.1.1.5 rohcRtpContextLargePktsAllowed: 1.3.6.1.2.1.114.1.1.1.6 rohcRtpContextVerifyPeriod: 1.3.6.1.2.1.114.1.1.1.7 rohcRtpContextSizesAllowed: 1.3.6.1.2.1.114.1.1.1.8 rohcRtpContextSizesUsed: 1.3.6.1.2.1.114.1.1.1.9 rohcRtpContextACKs: 1.3.6.1.2.1.114.1.1.1.10 rohcRtpContextNACKs: 1.3.6.1.2.1.114.1.1.1.11 rohcRtpContextSNACKs: 1.3.6.1.2.1.114.1.1.1.12 rohcRtpContextNHPs: 1.3.6.1.2.1.114.1.1.1.13 rohcRtpContextCSPs: 1.3.6.1.2.1.114.1.1.1.14 rohcRtpContextCCPs: 1.3.6.1.2.1.114.1.1.1.15 rohcRtpContextPktsLostPhysical: 1.3.6.1.2.1.114.1.1.1.16 rohcRtpContextPktsLostPreLink: 1.3.6.1.2.1.114.1.1.1.17 rohcRtpPacketSizeTable: 1.3.6.1.2.1.114.1.2 rohcRtpPacketSizeEntry: 1.3.6.1.2.1.114.1.2.1 rohcRtpPacketSize: 1.3.6.1.2.1.114.1.2.1.3 rohcRtpPacketSizePreferred: 1.3.6.1.2.1.114.1.2.1.4 rohcRtpPacketSizeUsed: 1.3.6.1.2.1.114.1.2.1.5 rohcRtpPacketSizeRestrictedType: 1.3.6.1.2.1.114.1.2.1.6 rohcRtpConformance: 1.3.6.1.2.1.114.2 rohcRtpCompliances: 1.3.6.1.2.1.114.2.1 rohcRtpGroups: 1.3.6.1.2.1.114.2.2 snmp-1.2.0/data/ruby/snmp/mibs/TOKENRING-STATION-SR-MIB.yaml0000644000004100000410000000064712365504747022636 0ustar www-datawww-data--- dot5SrMIB: 1.3.6.1.2.1.42 dot5SrMIBObjects: 1.3.6.1.2.1.42.1 dot5SrRouteTable: 1.3.6.1.2.1.42.1.1 dot5SrRouteEntry: 1.3.6.1.2.1.42.1.1.1 dot5SrRouteDestination: 1.3.6.1.2.1.42.1.1.1.2 dot5SrRouteControl: 1.3.6.1.2.1.42.1.1.1.3 dot5SrRouteDescr: 1.3.6.1.2.1.42.1.1.1.4 dot5SrRouteStatus: 1.3.6.1.2.1.42.1.1.1.5 dot5SrConformance: 1.3.6.1.2.1.42.2 dot5SrGroups: 1.3.6.1.2.1.42.2.1 dot5SrCompliances: 1.3.6.1.2.1.42.2.2 snmp-1.2.0/data/ruby/snmp/mibs/SIP-MIB.yaml0000644000004100000410000000543512365504747020270 0ustar www-datawww-data--- sip: 1.3.6.1.2.1.10.31 sipL3Table: 1.3.6.1.2.1.10.31.1 sipL3Entry: 1.3.6.1.2.1.10.31.1.1 sipL3Index: 1.3.6.1.2.1.10.31.1.1.1 sipL3ReceivedIndividualDAs: 1.3.6.1.2.1.10.31.1.1.2 sipL3ReceivedGAs: 1.3.6.1.2.1.10.31.1.1.3 sipL3UnrecognizedIndividualDAs: 1.3.6.1.2.1.10.31.1.1.4 sipL3UnrecognizedGAs: 1.3.6.1.2.1.10.31.1.1.5 sipL3SentIndividualDAs: 1.3.6.1.2.1.10.31.1.1.6 sipL3SentGAs: 1.3.6.1.2.1.10.31.1.1.7 sipL3Errors: 1.3.6.1.2.1.10.31.1.1.8 sipL3InvalidSMDSAddressTypes: 1.3.6.1.2.1.10.31.1.1.9 sipL3VersionSupport: 1.3.6.1.2.1.10.31.1.1.10 sipL2Table: 1.3.6.1.2.1.10.31.2 sipL2Entry: 1.3.6.1.2.1.10.31.2.1 sipL2Index: 1.3.6.1.2.1.10.31.2.1.1 sipL2ReceivedCounts: 1.3.6.1.2.1.10.31.2.1.2 sipL2SentCounts: 1.3.6.1.2.1.10.31.2.1.3 sipL2HcsOrCRCErrors: 1.3.6.1.2.1.10.31.2.1.4 sipL2PayloadLengthErrors: 1.3.6.1.2.1.10.31.2.1.5 sipL2SequenceNumberErrors: 1.3.6.1.2.1.10.31.2.1.6 sipL2MidCurrentlyActiveErrors: 1.3.6.1.2.1.10.31.2.1.7 sipL2BomOrSSMsMIDErrors: 1.3.6.1.2.1.10.31.2.1.8 sipL2EomsMIDErrors: 1.3.6.1.2.1.10.31.2.1.9 sipPLCP: 1.3.6.1.2.1.10.31.3 sipDS1PLCPTable: 1.3.6.1.2.1.10.31.3.1 sipDS1PLCPEntry: 1.3.6.1.2.1.10.31.3.1.1 sipDS1PLCPIndex: 1.3.6.1.2.1.10.31.3.1.1.1 sipDS1PLCPSEFSs: 1.3.6.1.2.1.10.31.3.1.1.2 sipDS1PLCPAlarmState: 1.3.6.1.2.1.10.31.3.1.1.3 sipDS1PLCPUASs: 1.3.6.1.2.1.10.31.3.1.1.4 sipDS3PLCPTable: 1.3.6.1.2.1.10.31.3.2 sipDS3PLCPEntry: 1.3.6.1.2.1.10.31.3.2.1 sipDS3PLCPIndex: 1.3.6.1.2.1.10.31.3.2.1.1 sipDS3PLCPSEFSs: 1.3.6.1.2.1.10.31.3.2.1.2 sipDS3PLCPAlarmState: 1.3.6.1.2.1.10.31.3.2.1.3 sipDS3PLCPUASs: 1.3.6.1.2.1.10.31.3.2.1.4 smdsApplications: 1.3.6.1.2.1.10.31.4 ipOverSMDS: 1.3.6.1.2.1.10.31.4.1 ipOverSMDSTable: 1.3.6.1.2.1.10.31.4.1.1 ipOverSMDSEntry: 1.3.6.1.2.1.10.31.4.1.1.1 ipOverSMDSIndex: 1.3.6.1.2.1.10.31.4.1.1.1.1 ipOverSMDSAddress: 1.3.6.1.2.1.10.31.4.1.1.1.2 ipOverSMDSHA: 1.3.6.1.2.1.10.31.4.1.1.1.3 ipOverSMDSLISGA: 1.3.6.1.2.1.10.31.4.1.1.1.4 ipOverSMDSARPReq: 1.3.6.1.2.1.10.31.4.1.1.1.5 smdsCarrierSelection: 1.3.6.1.2.1.10.31.5 sipErrorLog: 1.3.6.1.2.1.10.31.6 sipL3PDUErrorTable: 1.3.6.1.2.1.10.31.6.1 sipL3PDUErrorEntry: 1.3.6.1.2.1.10.31.6.1.1 sipL3PDUErrorIndex: 1.3.6.1.2.1.10.31.6.1.1.1 sipL3PDUErrorType: 1.3.6.1.2.1.10.31.6.1.1.2 sipL3PDUErrorSA: 1.3.6.1.2.1.10.31.6.1.1.3 sipL3PDUErrorDA: 1.3.6.1.2.1.10.31.6.1.1.4 sipL3PDUErrorTimeStamp: 1.3.6.1.2.1.10.31.6.1.1.5 sipMIB: 1.3.6.1.2.1.36 sipMIBObjects: 1.3.6.1.2.1.36.1 sipDxiTable: 1.3.6.1.2.1.36.1.1 sipDxiEntry: 1.3.6.1.2.1.36.1.1.1 sipDxiCrc: 1.3.6.1.2.1.36.1.1.1.1 sipDxiOutDiscards: 1.3.6.1.2.1.36.1.1.1.2 sipDxiInErrors: 1.3.6.1.2.1.36.1.1.1.3 sipDxiInAborts: 1.3.6.1.2.1.36.1.1.1.4 sipDxiInTestFrames: 1.3.6.1.2.1.36.1.1.1.5 sipDxiOutTestFrames: 1.3.6.1.2.1.36.1.1.1.6 sipDxiHbpNoAcks: 1.3.6.1.2.1.36.1.1.1.7 smdsConformance: 1.3.6.1.2.1.36.2 smdsGroups: 1.3.6.1.2.1.36.2.1 smdsCompliances: 1.3.6.1.2.1.36.2.2 snmp-1.2.0/data/ruby/snmp/mibs/IPATM-IPMC-MIB.yaml0000644000004100000410000002111612365504747021227 0ustar www-datawww-data--- marsMIB: 1.3.6.1.6.3.17 marsTrapInfo: 1.3.6.1.6.3.17.0 marsClientObjects: 1.3.6.1.6.3.17.1 marsClientTable: 1.3.6.1.6.3.17.1.1 marsClientEntry: 1.3.6.1.6.3.17.1.1.1 marsClientIndex: 1.3.6.1.6.3.17.1.1.1.1 marsClientAddr: 1.3.6.1.6.3.17.1.1.1.2 marsClientDefaultMarsAddr: 1.3.6.1.6.3.17.1.1.1.3 marsClientHsn: 1.3.6.1.6.3.17.1.1.1.4 marsClientRegistration: 1.3.6.1.6.3.17.1.1.1.5 marsClientCmi: 1.3.6.1.6.3.17.1.1.1.6 marsClientDefaultMtu: 1.3.6.1.6.3.17.1.1.1.7 marsClientFailureTimer: 1.3.6.1.6.3.17.1.1.1.8 marsClientRetranDelayTimer: 1.3.6.1.6.3.17.1.1.1.9 marsClientRdmMulReqAddRetrTimer: 1.3.6.1.6.3.17.1.1.1.10 marsClientRdmVcRevalidateTimer: 1.3.6.1.6.3.17.1.1.1.11 marsClientJoinLeaveRetrInterval: 1.3.6.1.6.3.17.1.1.1.12 marsClientJoinLeaveRetrLimit: 1.3.6.1.6.3.17.1.1.1.13 marsClientRegWithMarsRdmTimer: 1.3.6.1.6.3.17.1.1.1.14 marsClientForceWaitTimer: 1.3.6.1.6.3.17.1.1.1.15 marsClientLmtToMissRedirMapTimer: 1.3.6.1.6.3.17.1.1.1.16 marsClientIdleTimer: 1.3.6.1.6.3.17.1.1.1.17 marsClientRowStatus: 1.3.6.1.6.3.17.1.1.1.18 marsClientMcGrpTable: 1.3.6.1.6.3.17.1.2 marsClientMcGrpEntry: 1.3.6.1.6.3.17.1.2.1 marsClientMcMinGrpAddr: 1.3.6.1.6.3.17.1.2.1.1 marsClientMcMaxGrpAddr: 1.3.6.1.6.3.17.1.2.1.2 marsClientMcGrpRowStatus: 1.3.6.1.6.3.17.1.2.1.3 marsClientBackupMarsTable: 1.3.6.1.6.3.17.1.3 marsClientBackupMarsEntry: 1.3.6.1.6.3.17.1.3.1 marsClientBackupMarsPriority: 1.3.6.1.6.3.17.1.3.1.1 marsClientBackupMarsAddr: 1.3.6.1.6.3.17.1.3.1.2 marsClientBackupMarsRowStatus: 1.3.6.1.6.3.17.1.3.1.3 marsClientVcTable: 1.3.6.1.6.3.17.1.4 marsClientVcEntry: 1.3.6.1.6.3.17.1.4.1 marsClientVcVpi: 1.3.6.1.6.3.17.1.4.1.1 marsClientVcVci: 1.3.6.1.6.3.17.1.4.1.2 marsClientVcMinGrpAddr: 1.3.6.1.6.3.17.1.4.1.3 marsClientVcMaxGrpAddr: 1.3.6.1.6.3.17.1.4.1.4 marsClientVcPartyAddr: 1.3.6.1.6.3.17.1.4.1.5 marsClientVcPartyAddrType: 1.3.6.1.6.3.17.1.4.1.6 marsClientVcType: 1.3.6.1.6.3.17.1.4.1.7 marsClientVcCtrlType: 1.3.6.1.6.3.17.1.4.1.8 marsClientVcIdleTimer: 1.3.6.1.6.3.17.1.4.1.9 marsClientVcRevalidate: 1.3.6.1.6.3.17.1.4.1.10 marsClientVcEncapsType: 1.3.6.1.6.3.17.1.4.1.11 marsClientVcNegotiatedMtu: 1.3.6.1.6.3.17.1.4.1.12 marsClientVcRowStatus: 1.3.6.1.6.3.17.1.4.1.13 marsClientStatTable: 1.3.6.1.6.3.17.1.5 marsClientStatEntry: 1.3.6.1.6.3.17.1.5.1 marsClientStatTxReqMsgs: 1.3.6.1.6.3.17.1.5.1.1 marsClientStatTxJoinMsgs: 1.3.6.1.6.3.17.1.5.1.2 marsClientStatTxLeaveMsgs: 1.3.6.1.6.3.17.1.5.1.3 marsClientStatTxGrpLstReqMsgs: 1.3.6.1.6.3.17.1.5.1.4 marsClientStatRxJoinMsgs: 1.3.6.1.6.3.17.1.5.1.5 marsClientStatRxLeaveMsgs: 1.3.6.1.6.3.17.1.5.1.6 marsClientStatRxMultiMsgs: 1.3.6.1.6.3.17.1.5.1.7 marsClientStatRxNakMsgs: 1.3.6.1.6.3.17.1.5.1.8 marsClientStatRxMigrateMsgs: 1.3.6.1.6.3.17.1.5.1.9 marsClientStatRxGrpLstRplyMsgs: 1.3.6.1.6.3.17.1.5.1.10 marsClientStatFailMultiMsgs: 1.3.6.1.6.3.17.1.5.1.11 marsObjects: 1.3.6.1.6.3.17.2 marsTable: 1.3.6.1.6.3.17.2.1 marsEntry: 1.3.6.1.6.3.17.2.1.1 marsIndex: 1.3.6.1.6.3.17.2.1.1.1 marsIfIndex: 1.3.6.1.6.3.17.2.1.1.2 marsAddr: 1.3.6.1.6.3.17.2.1.1.3 marsLocal: 1.3.6.1.6.3.17.2.1.1.4 marsServStatus: 1.3.6.1.6.3.17.2.1.1.5 marsServType: 1.3.6.1.6.3.17.2.1.1.6 marsServPriority: 1.3.6.1.6.3.17.2.1.1.7 marsRedirMapMsgTimer: 1.3.6.1.6.3.17.2.1.1.8 marsCsn: 1.3.6.1.6.3.17.2.1.1.9 marsSsn: 1.3.6.1.6.3.17.2.1.1.10 marsRowStatus: 1.3.6.1.6.3.17.2.1.1.11 marsMcGrpTable: 1.3.6.1.6.3.17.2.2 marsMcGrpEntry: 1.3.6.1.6.3.17.2.2.1 marsMcMinGrpAddr: 1.3.6.1.6.3.17.2.2.1.1 marsMcMaxGrpAddr: 1.3.6.1.6.3.17.2.2.1.2 marsMcGrpAddrUsage: 1.3.6.1.6.3.17.2.2.1.3 marsMcGrpRxLayer3GrpSets: 1.3.6.1.6.3.17.2.2.1.4 marsMcGrpRxLayer3GrpResets: 1.3.6.1.6.3.17.2.2.1.5 marsMcGrpRowStatus: 1.3.6.1.6.3.17.2.2.1.6 marsHostMapTable: 1.3.6.1.6.3.17.2.3 marsHostMapEntry: 1.3.6.1.6.3.17.2.3.1 marsHostMapAtmAddr: 1.3.6.1.6.3.17.2.3.1.1 marsHostMapRowType: 1.3.6.1.6.3.17.2.3.1.2 marsHostMapRowStatus: 1.3.6.1.6.3.17.2.3.1.3 marsServerMapTable: 1.3.6.1.6.3.17.2.4 marsServerMapEntry: 1.3.6.1.6.3.17.2.4.1 marsServerMapAtmAddr: 1.3.6.1.6.3.17.2.4.1.1 marsServerMapRowType: 1.3.6.1.6.3.17.2.4.1.2 marsServerMapRowStatus: 1.3.6.1.6.3.17.2.4.1.3 marsVcTable: 1.3.6.1.6.3.17.2.5 marsVcEntry: 1.3.6.1.6.3.17.2.5.1 marsVcVpi: 1.3.6.1.6.3.17.2.5.1.1 marsVcVci: 1.3.6.1.6.3.17.2.5.1.2 marsVcPartyAddr: 1.3.6.1.6.3.17.2.5.1.5 marsVcPartyAddrType: 1.3.6.1.6.3.17.2.5.1.6 marsVcType: 1.3.6.1.6.3.17.2.5.1.7 marsVcCtrlType: 1.3.6.1.6.3.17.2.5.1.8 marsVcIdleTimer: 1.3.6.1.6.3.17.2.5.1.9 marsVcCmi: 1.3.6.1.6.3.17.2.5.1.10 marsVcEncapsType: 1.3.6.1.6.3.17.2.5.1.11 marsVcNegotiatedMtu: 1.3.6.1.6.3.17.2.5.1.12 marsVcRowStatus: 1.3.6.1.6.3.17.2.5.1.13 marsRegClientTable: 1.3.6.1.6.3.17.2.6 marsRegClientEntry: 1.3.6.1.6.3.17.2.6.1 marsRegClientCmi: 1.3.6.1.6.3.17.2.6.1.1 marsRegClientAtmAddr: 1.3.6.1.6.3.17.2.6.1.2 marsRegMcsTable: 1.3.6.1.6.3.17.2.7 marsRegMcsEntry: 1.3.6.1.6.3.17.2.7.1 marsRegMcsAtmAddr: 1.3.6.1.6.3.17.2.7.1.1 marsStatTable: 1.3.6.1.6.3.17.2.8 marsStatEntry: 1.3.6.1.6.3.17.2.8.1 marsStatTxMultiMsgs: 1.3.6.1.6.3.17.2.8.1.1 marsStatTxGrpLstRplyMsgs: 1.3.6.1.6.3.17.2.8.1.2 marsStatTxRedirectMapMsgs: 1.3.6.1.6.3.17.2.8.1.3 marsStatTxMigrateMsgs: 1.3.6.1.6.3.17.2.8.1.4 marsStatTxNakMsgs: 1.3.6.1.6.3.17.2.8.1.5 marsStatTxJoinMsgs: 1.3.6.1.6.3.17.2.8.1.6 marsStatTxLeaveMsgs: 1.3.6.1.6.3.17.2.8.1.7 marsStatTxSjoinMsgs: 1.3.6.1.6.3.17.2.8.1.8 marsStatTxSleaveMsgs: 1.3.6.1.6.3.17.2.8.1.9 marsStatTxMservMsgs: 1.3.6.1.6.3.17.2.8.1.10 marsStatTxUnservMsgs: 1.3.6.1.6.3.17.2.8.1.11 marsStatRxReqMsgs: 1.3.6.1.6.3.17.2.8.1.12 marsStatRxGrpLstReqMsgs: 1.3.6.1.6.3.17.2.8.1.13 marsStatRxJoinMsgs: 1.3.6.1.6.3.17.2.8.1.14 marsStatRxLeaveMsgs: 1.3.6.1.6.3.17.2.8.1.15 marsStatRxMservMsgs: 1.3.6.1.6.3.17.2.8.1.16 marsStatRxUnservMsgs: 1.3.6.1.6.3.17.2.8.1.17 marsStatRxBlkJoinMsgs: 1.3.6.1.6.3.17.2.8.1.18 marsStatRegMemGroups: 1.3.6.1.6.3.17.2.8.1.19 marsStatRegMcsGroups: 1.3.6.1.6.3.17.2.8.1.20 marsMcsObjects: 1.3.6.1.6.3.17.3 marsMcsTable: 1.3.6.1.6.3.17.3.1 marsMcsEntry: 1.3.6.1.6.3.17.3.1.1 marsMcsIndex: 1.3.6.1.6.3.17.3.1.1.1 marsMcsIfIndex: 1.3.6.1.6.3.17.3.1.1.2 marsMcsAddr: 1.3.6.1.6.3.17.3.1.1.3 marsMcsDefaultMarsAddr: 1.3.6.1.6.3.17.3.1.1.4 marsMcsRegistration: 1.3.6.1.6.3.17.3.1.1.5 marsMcsSsn: 1.3.6.1.6.3.17.3.1.1.6 marsMcsDefaultMtu: 1.3.6.1.6.3.17.3.1.1.7 marsMcsFailureTimer: 1.3.6.1.6.3.17.3.1.1.8 marsMcsRetranDelayTimer: 1.3.6.1.6.3.17.3.1.1.9 marsMcsRdmMulReqAddRetrTimer: 1.3.6.1.6.3.17.3.1.1.10 marsMcsRdmVcRevalidateTimer: 1.3.6.1.6.3.17.3.1.1.11 marsMcsRegisterRetrInterval: 1.3.6.1.6.3.17.3.1.1.12 marsMcsRegisterRetrLimit: 1.3.6.1.6.3.17.3.1.1.13 marsMcsRegWithMarsRdmTimer: 1.3.6.1.6.3.17.3.1.1.14 marsMcsForceWaitTimer: 1.3.6.1.6.3.17.3.1.1.15 marsMcsLmtToMissRedirMapTimer: 1.3.6.1.6.3.17.3.1.1.16 marsMcsIdleTimer: 1.3.6.1.6.3.17.3.1.1.17 marsMcsRowStatus: 1.3.6.1.6.3.17.3.1.1.18 marsMcsMcGrpTable: 1.3.6.1.6.3.17.3.2 marsMcsMcGrpEntry: 1.3.6.1.6.3.17.3.2.1 marsMcsMcMinGrpAddr: 1.3.6.1.6.3.17.3.2.1.1 marsMcsMcMaxGrpAddr: 1.3.6.1.6.3.17.3.2.1.2 marsMcsMcGrpRowStatus: 1.3.6.1.6.3.17.3.2.1.3 marsMcsBackupMarsTable: 1.3.6.1.6.3.17.3.3 marsMcsBackupMarsEntry: 1.3.6.1.6.3.17.3.3.1 marsMcsBackupMarsPriority: 1.3.6.1.6.3.17.3.3.1.1 marsMcsBackupMarsAddr: 1.3.6.1.6.3.17.3.3.1.2 marsMcsBackupMarsRowStatus: 1.3.6.1.6.3.17.3.3.1.3 marsMcsVcTable: 1.3.6.1.6.3.17.3.4 marsMcsVcEntry: 1.3.6.1.6.3.17.3.4.1 marsMcsVcVpi: 1.3.6.1.6.3.17.3.4.1.1 marsMcsVcVci: 1.3.6.1.6.3.17.3.4.1.2 marsMcsVcMinGrpAddr: 1.3.6.1.6.3.17.3.4.1.3 marsMcsVcMaxGrpAddr: 1.3.6.1.6.3.17.3.4.1.4 marsMcsVcPartyAddr: 1.3.6.1.6.3.17.3.4.1.5 marsMcsVcPartyAddrType: 1.3.6.1.6.3.17.3.4.1.6 marsMcsVcType: 1.3.6.1.6.3.17.3.4.1.7 marsMcsVcCtrlType: 1.3.6.1.6.3.17.3.4.1.8 marsMcsVcIdleTimer: 1.3.6.1.6.3.17.3.4.1.9 marsMcsVcRevalidate: 1.3.6.1.6.3.17.3.4.1.10 marsMcsVcEncapsType: 1.3.6.1.6.3.17.3.4.1.11 marsMcsVcNegotiatedMtu: 1.3.6.1.6.3.17.3.4.1.12 marsMcsVcRowStatus: 1.3.6.1.6.3.17.3.4.1.13 marsMcsStatTable: 1.3.6.1.6.3.17.3.5 marsMcsStatEntry: 1.3.6.1.6.3.17.3.5.1 marsMcsStatTxReqMsgs: 1.3.6.1.6.3.17.3.5.1.1 marsMcsStatTxMservMsgs: 1.3.6.1.6.3.17.3.5.1.2 marsMcsStatTxUnservMsgs: 1.3.6.1.6.3.17.3.5.1.3 marsMcsStatRxMultiMsgs: 1.3.6.1.6.3.17.3.5.1.4 marsMcsStatRxSjoinMsgs: 1.3.6.1.6.3.17.3.5.1.5 marsMcsStatRxSleaveMsgs: 1.3.6.1.6.3.17.3.5.1.6 marsMcsStatRxNakMsgs: 1.3.6.1.6.3.17.3.5.1.7 marsMcsStatRxMigrateMsgs: 1.3.6.1.6.3.17.3.5.1.8 marsMcsStatFailMultiMsgs: 1.3.6.1.6.3.17.3.5.1.9 marsConformance: 1.3.6.1.6.3.17.4 marsClientConformance: 1.3.6.1.6.3.17.4.1 marsClientCompliances: 1.3.6.1.6.3.17.4.1.1 marsClientGroups: 1.3.6.1.6.3.17.4.1.2 marsServerConformance: 1.3.6.1.6.3.17.4.2 marsServerCompliances: 1.3.6.1.6.3.17.4.2.1 marsServerGroups: 1.3.6.1.6.3.17.4.2.2 marsMcsConformance: 1.3.6.1.6.3.17.4.3 marsMcsCompliances: 1.3.6.1.6.3.17.4.3.1 marsMcsGroups: 1.3.6.1.6.3.17.4.3.2 marsFaultTrap: 1.3.6.1.6.3.17.0.1 snmp-1.2.0/data/ruby/snmp/mibs/IP-MIB.yaml0000644000004100000410000002635212365504747020146 0ustar www-datawww-data--- ip: 1.3.6.1.2.1.4 ipForwarding: 1.3.6.1.2.1.4.1 ipDefaultTTL: 1.3.6.1.2.1.4.2 ipInReceives: 1.3.6.1.2.1.4.3 ipInHdrErrors: 1.3.6.1.2.1.4.4 ipInAddrErrors: 1.3.6.1.2.1.4.5 ipForwDatagrams: 1.3.6.1.2.1.4.6 ipInUnknownProtos: 1.3.6.1.2.1.4.7 ipInDiscards: 1.3.6.1.2.1.4.8 ipInDelivers: 1.3.6.1.2.1.4.9 ipOutRequests: 1.3.6.1.2.1.4.10 ipOutDiscards: 1.3.6.1.2.1.4.11 ipOutNoRoutes: 1.3.6.1.2.1.4.12 ipReasmTimeout: 1.3.6.1.2.1.4.13 ipReasmReqds: 1.3.6.1.2.1.4.14 ipReasmOKs: 1.3.6.1.2.1.4.15 ipReasmFails: 1.3.6.1.2.1.4.16 ipFragOKs: 1.3.6.1.2.1.4.17 ipFragFails: 1.3.6.1.2.1.4.18 ipFragCreates: 1.3.6.1.2.1.4.19 ipAddrTable: 1.3.6.1.2.1.4.20 ipAddrEntry: 1.3.6.1.2.1.4.20.1 ipAdEntAddr: 1.3.6.1.2.1.4.20.1.1 ipAdEntIfIndex: 1.3.6.1.2.1.4.20.1.2 ipAdEntNetMask: 1.3.6.1.2.1.4.20.1.3 ipAdEntBcastAddr: 1.3.6.1.2.1.4.20.1.4 ipAdEntReasmMaxSize: 1.3.6.1.2.1.4.20.1.5 ipNetToMediaTable: 1.3.6.1.2.1.4.22 ipNetToMediaEntry: 1.3.6.1.2.1.4.22.1 ipNetToMediaIfIndex: 1.3.6.1.2.1.4.22.1.1 ipNetToMediaPhysAddress: 1.3.6.1.2.1.4.22.1.2 ipNetToMediaNetAddress: 1.3.6.1.2.1.4.22.1.3 ipNetToMediaType: 1.3.6.1.2.1.4.22.1.4 ipRoutingDiscards: 1.3.6.1.2.1.4.23 ipv6IpForwarding: 1.3.6.1.2.1.4.25 ipv6IpDefaultHopLimit: 1.3.6.1.2.1.4.26 ipv4InterfaceTableLastChange: 1.3.6.1.2.1.4.27 ipv4InterfaceTable: 1.3.6.1.2.1.4.28 ipv4InterfaceEntry: 1.3.6.1.2.1.4.28.1 ipv4InterfaceIfIndex: 1.3.6.1.2.1.4.28.1.1 ipv4InterfaceReasmMaxSize: 1.3.6.1.2.1.4.28.1.2 ipv4InterfaceEnableStatus: 1.3.6.1.2.1.4.28.1.3 ipv4InterfaceRetransmitTime: 1.3.6.1.2.1.4.28.1.4 ipv6InterfaceTableLastChange: 1.3.6.1.2.1.4.29 ipv6InterfaceTable: 1.3.6.1.2.1.4.30 ipv6InterfaceEntry: 1.3.6.1.2.1.4.30.1 ipv6InterfaceIfIndex: 1.3.6.1.2.1.4.30.1.1 ipv6InterfaceReasmMaxSize: 1.3.6.1.2.1.4.30.1.2 ipv6InterfaceIdentifier: 1.3.6.1.2.1.4.30.1.3 ipv6InterfaceEnableStatus: 1.3.6.1.2.1.4.30.1.5 ipv6InterfaceReachableTime: 1.3.6.1.2.1.4.30.1.6 ipv6InterfaceRetransmitTime: 1.3.6.1.2.1.4.30.1.7 ipv6InterfaceForwarding: 1.3.6.1.2.1.4.30.1.8 ipTrafficStats: 1.3.6.1.2.1.4.31 ipSystemStatsTable: 1.3.6.1.2.1.4.31.1 ipSystemStatsEntry: 1.3.6.1.2.1.4.31.1.1 ipSystemStatsIPVersion: 1.3.6.1.2.1.4.31.1.1.1 ipSystemStatsInReceives: 1.3.6.1.2.1.4.31.1.1.3 ipSystemStatsHCInReceives: 1.3.6.1.2.1.4.31.1.1.4 ipSystemStatsInOctets: 1.3.6.1.2.1.4.31.1.1.5 ipSystemStatsHCInOctets: 1.3.6.1.2.1.4.31.1.1.6 ipSystemStatsInHdrErrors: 1.3.6.1.2.1.4.31.1.1.7 ipSystemStatsInNoRoutes: 1.3.6.1.2.1.4.31.1.1.8 ipSystemStatsInAddrErrors: 1.3.6.1.2.1.4.31.1.1.9 ipSystemStatsInUnknownProtos: 1.3.6.1.2.1.4.31.1.1.10 ipSystemStatsInTruncatedPkts: 1.3.6.1.2.1.4.31.1.1.11 ipSystemStatsInForwDatagrams: 1.3.6.1.2.1.4.31.1.1.12 ipSystemStatsHCInForwDatagrams: 1.3.6.1.2.1.4.31.1.1.13 ipSystemStatsReasmReqds: 1.3.6.1.2.1.4.31.1.1.14 ipSystemStatsReasmOKs: 1.3.6.1.2.1.4.31.1.1.15 ipSystemStatsReasmFails: 1.3.6.1.2.1.4.31.1.1.16 ipSystemStatsInDiscards: 1.3.6.1.2.1.4.31.1.1.17 ipSystemStatsInDelivers: 1.3.6.1.2.1.4.31.1.1.18 ipSystemStatsHCInDelivers: 1.3.6.1.2.1.4.31.1.1.19 ipSystemStatsOutRequests: 1.3.6.1.2.1.4.31.1.1.20 ipSystemStatsHCOutRequests: 1.3.6.1.2.1.4.31.1.1.21 ipSystemStatsOutNoRoutes: 1.3.6.1.2.1.4.31.1.1.22 ipSystemStatsOutForwDatagrams: 1.3.6.1.2.1.4.31.1.1.23 ipSystemStatsHCOutForwDatagrams: 1.3.6.1.2.1.4.31.1.1.24 ipSystemStatsOutDiscards: 1.3.6.1.2.1.4.31.1.1.25 ipSystemStatsOutFragReqds: 1.3.6.1.2.1.4.31.1.1.26 ipSystemStatsOutFragOKs: 1.3.6.1.2.1.4.31.1.1.27 ipSystemStatsOutFragFails: 1.3.6.1.2.1.4.31.1.1.28 ipSystemStatsOutFragCreates: 1.3.6.1.2.1.4.31.1.1.29 ipSystemStatsOutTransmits: 1.3.6.1.2.1.4.31.1.1.30 ipSystemStatsHCOutTransmits: 1.3.6.1.2.1.4.31.1.1.31 ipSystemStatsOutOctets: 1.3.6.1.2.1.4.31.1.1.32 ipSystemStatsHCOutOctets: 1.3.6.1.2.1.4.31.1.1.33 ipSystemStatsInMcastPkts: 1.3.6.1.2.1.4.31.1.1.34 ipSystemStatsHCInMcastPkts: 1.3.6.1.2.1.4.31.1.1.35 ipSystemStatsInMcastOctets: 1.3.6.1.2.1.4.31.1.1.36 ipSystemStatsHCInMcastOctets: 1.3.6.1.2.1.4.31.1.1.37 ipSystemStatsOutMcastPkts: 1.3.6.1.2.1.4.31.1.1.38 ipSystemStatsHCOutMcastPkts: 1.3.6.1.2.1.4.31.1.1.39 ipSystemStatsOutMcastOctets: 1.3.6.1.2.1.4.31.1.1.40 ipSystemStatsHCOutMcastOctets: 1.3.6.1.2.1.4.31.1.1.41 ipSystemStatsInBcastPkts: 1.3.6.1.2.1.4.31.1.1.42 ipSystemStatsHCInBcastPkts: 1.3.6.1.2.1.4.31.1.1.43 ipSystemStatsOutBcastPkts: 1.3.6.1.2.1.4.31.1.1.44 ipSystemStatsHCOutBcastPkts: 1.3.6.1.2.1.4.31.1.1.45 ipSystemStatsDiscontinuityTime: 1.3.6.1.2.1.4.31.1.1.46 ipSystemStatsRefreshRate: 1.3.6.1.2.1.4.31.1.1.47 ipIfStatsTableLastChange: 1.3.6.1.2.1.4.31.2 ipIfStatsTable: 1.3.6.1.2.1.4.31.3 ipIfStatsEntry: 1.3.6.1.2.1.4.31.3.1 ipIfStatsIPVersion: 1.3.6.1.2.1.4.31.3.1.1 ipIfStatsIfIndex: 1.3.6.1.2.1.4.31.3.1.2 ipIfStatsInReceives: 1.3.6.1.2.1.4.31.3.1.3 ipIfStatsHCInReceives: 1.3.6.1.2.1.4.31.3.1.4 ipIfStatsInOctets: 1.3.6.1.2.1.4.31.3.1.5 ipIfStatsHCInOctets: 1.3.6.1.2.1.4.31.3.1.6 ipIfStatsInHdrErrors: 1.3.6.1.2.1.4.31.3.1.7 ipIfStatsInNoRoutes: 1.3.6.1.2.1.4.31.3.1.8 ipIfStatsInAddrErrors: 1.3.6.1.2.1.4.31.3.1.9 ipIfStatsInUnknownProtos: 1.3.6.1.2.1.4.31.3.1.10 ipIfStatsInTruncatedPkts: 1.3.6.1.2.1.4.31.3.1.11 ipIfStatsInForwDatagrams: 1.3.6.1.2.1.4.31.3.1.12 ipIfStatsHCInForwDatagrams: 1.3.6.1.2.1.4.31.3.1.13 ipIfStatsReasmReqds: 1.3.6.1.2.1.4.31.3.1.14 ipIfStatsReasmOKs: 1.3.6.1.2.1.4.31.3.1.15 ipIfStatsReasmFails: 1.3.6.1.2.1.4.31.3.1.16 ipIfStatsInDiscards: 1.3.6.1.2.1.4.31.3.1.17 ipIfStatsInDelivers: 1.3.6.1.2.1.4.31.3.1.18 ipIfStatsHCInDelivers: 1.3.6.1.2.1.4.31.3.1.19 ipIfStatsOutRequests: 1.3.6.1.2.1.4.31.3.1.20 ipIfStatsHCOutRequests: 1.3.6.1.2.1.4.31.3.1.21 ipIfStatsOutForwDatagrams: 1.3.6.1.2.1.4.31.3.1.23 ipIfStatsHCOutForwDatagrams: 1.3.6.1.2.1.4.31.3.1.24 ipIfStatsOutDiscards: 1.3.6.1.2.1.4.31.3.1.25 ipIfStatsOutFragReqds: 1.3.6.1.2.1.4.31.3.1.26 ipIfStatsOutFragOKs: 1.3.6.1.2.1.4.31.3.1.27 ipIfStatsOutFragFails: 1.3.6.1.2.1.4.31.3.1.28 ipIfStatsOutFragCreates: 1.3.6.1.2.1.4.31.3.1.29 ipIfStatsOutTransmits: 1.3.6.1.2.1.4.31.3.1.30 ipIfStatsHCOutTransmits: 1.3.6.1.2.1.4.31.3.1.31 ipIfStatsOutOctets: 1.3.6.1.2.1.4.31.3.1.32 ipIfStatsHCOutOctets: 1.3.6.1.2.1.4.31.3.1.33 ipIfStatsInMcastPkts: 1.3.6.1.2.1.4.31.3.1.34 ipIfStatsHCInMcastPkts: 1.3.6.1.2.1.4.31.3.1.35 ipIfStatsInMcastOctets: 1.3.6.1.2.1.4.31.3.1.36 ipIfStatsHCInMcastOctets: 1.3.6.1.2.1.4.31.3.1.37 ipIfStatsOutMcastPkts: 1.3.6.1.2.1.4.31.3.1.38 ipIfStatsHCOutMcastPkts: 1.3.6.1.2.1.4.31.3.1.39 ipIfStatsOutMcastOctets: 1.3.6.1.2.1.4.31.3.1.40 ipIfStatsHCOutMcastOctets: 1.3.6.1.2.1.4.31.3.1.41 ipIfStatsInBcastPkts: 1.3.6.1.2.1.4.31.3.1.42 ipIfStatsHCInBcastPkts: 1.3.6.1.2.1.4.31.3.1.43 ipIfStatsOutBcastPkts: 1.3.6.1.2.1.4.31.3.1.44 ipIfStatsHCOutBcastPkts: 1.3.6.1.2.1.4.31.3.1.45 ipIfStatsDiscontinuityTime: 1.3.6.1.2.1.4.31.3.1.46 ipIfStatsRefreshRate: 1.3.6.1.2.1.4.31.3.1.47 ipAddressPrefixTable: 1.3.6.1.2.1.4.32 ipAddressPrefixEntry: 1.3.6.1.2.1.4.32.1 ipAddressPrefixIfIndex: 1.3.6.1.2.1.4.32.1.1 ipAddressPrefixType: 1.3.6.1.2.1.4.32.1.2 ipAddressPrefixPrefix: 1.3.6.1.2.1.4.32.1.3 ipAddressPrefixLength: 1.3.6.1.2.1.4.32.1.4 ipAddressPrefixOrigin: 1.3.6.1.2.1.4.32.1.5 ipAddressPrefixOnLinkFlag: 1.3.6.1.2.1.4.32.1.6 ipAddressPrefixAutonomousFlag: 1.3.6.1.2.1.4.32.1.7 ipAddressPrefixAdvPreferredLifetime: 1.3.6.1.2.1.4.32.1.8 ipAddressPrefixAdvValidLifetime: 1.3.6.1.2.1.4.32.1.9 ipAddressSpinLock: 1.3.6.1.2.1.4.33 ipAddressTable: 1.3.6.1.2.1.4.34 ipAddressEntry: 1.3.6.1.2.1.4.34.1 ipAddressAddrType: 1.3.6.1.2.1.4.34.1.1 ipAddressAddr: 1.3.6.1.2.1.4.34.1.2 ipAddressIfIndex: 1.3.6.1.2.1.4.34.1.3 ipAddressType: 1.3.6.1.2.1.4.34.1.4 ipAddressPrefix: 1.3.6.1.2.1.4.34.1.5 ipAddressOrigin: 1.3.6.1.2.1.4.34.1.6 ipAddressStatus: 1.3.6.1.2.1.4.34.1.7 ipAddressCreated: 1.3.6.1.2.1.4.34.1.8 ipAddressLastChanged: 1.3.6.1.2.1.4.34.1.9 ipAddressRowStatus: 1.3.6.1.2.1.4.34.1.10 ipAddressStorageType: 1.3.6.1.2.1.4.34.1.11 ipNetToPhysicalTable: 1.3.6.1.2.1.4.35 ipNetToPhysicalEntry: 1.3.6.1.2.1.4.35.1 ipNetToPhysicalIfIndex: 1.3.6.1.2.1.4.35.1.1 ipNetToPhysicalNetAddressType: 1.3.6.1.2.1.4.35.1.2 ipNetToPhysicalNetAddress: 1.3.6.1.2.1.4.35.1.3 ipNetToPhysicalPhysAddress: 1.3.6.1.2.1.4.35.1.4 ipNetToPhysicalLastUpdated: 1.3.6.1.2.1.4.35.1.5 ipNetToPhysicalType: 1.3.6.1.2.1.4.35.1.6 ipNetToPhysicalState: 1.3.6.1.2.1.4.35.1.7 ipNetToPhysicalRowStatus: 1.3.6.1.2.1.4.35.1.8 ipv6ScopeZoneIndexTable: 1.3.6.1.2.1.4.36 ipv6ScopeZoneIndexEntry: 1.3.6.1.2.1.4.36.1 ipv6ScopeZoneIndexIfIndex: 1.3.6.1.2.1.4.36.1.1 ipv6ScopeZoneIndexLinkLocal: 1.3.6.1.2.1.4.36.1.2 ipv6ScopeZoneIndex3: 1.3.6.1.2.1.4.36.1.3 ipv6ScopeZoneIndexAdminLocal: 1.3.6.1.2.1.4.36.1.4 ipv6ScopeZoneIndexSiteLocal: 1.3.6.1.2.1.4.36.1.5 ipv6ScopeZoneIndex6: 1.3.6.1.2.1.4.36.1.6 ipv6ScopeZoneIndex7: 1.3.6.1.2.1.4.36.1.7 ipv6ScopeZoneIndexOrganizationLocal: 1.3.6.1.2.1.4.36.1.8 ipv6ScopeZoneIndex9: 1.3.6.1.2.1.4.36.1.9 ipv6ScopeZoneIndexA: 1.3.6.1.2.1.4.36.1.10 ipv6ScopeZoneIndexB: 1.3.6.1.2.1.4.36.1.11 ipv6ScopeZoneIndexC: 1.3.6.1.2.1.4.36.1.12 ipv6ScopeZoneIndexD: 1.3.6.1.2.1.4.36.1.13 ipDefaultRouterTable: 1.3.6.1.2.1.4.37 ipDefaultRouterEntry: 1.3.6.1.2.1.4.37.1 ipDefaultRouterAddressType: 1.3.6.1.2.1.4.37.1.1 ipDefaultRouterAddress: 1.3.6.1.2.1.4.37.1.2 ipDefaultRouterIfIndex: 1.3.6.1.2.1.4.37.1.3 ipDefaultRouterLifetime: 1.3.6.1.2.1.4.37.1.4 ipDefaultRouterPreference: 1.3.6.1.2.1.4.37.1.5 ipv6RouterAdvertSpinLock: 1.3.6.1.2.1.4.38 ipv6RouterAdvertTable: 1.3.6.1.2.1.4.39 ipv6RouterAdvertEntry: 1.3.6.1.2.1.4.39.1 ipv6RouterAdvertIfIndex: 1.3.6.1.2.1.4.39.1.1 ipv6RouterAdvertSendAdverts: 1.3.6.1.2.1.4.39.1.2 ipv6RouterAdvertMaxInterval: 1.3.6.1.2.1.4.39.1.3 ipv6RouterAdvertMinInterval: 1.3.6.1.2.1.4.39.1.4 ipv6RouterAdvertManagedFlag: 1.3.6.1.2.1.4.39.1.5 ipv6RouterAdvertOtherConfigFlag: 1.3.6.1.2.1.4.39.1.6 ipv6RouterAdvertLinkMTU: 1.3.6.1.2.1.4.39.1.7 ipv6RouterAdvertReachableTime: 1.3.6.1.2.1.4.39.1.8 ipv6RouterAdvertRetransmitTime: 1.3.6.1.2.1.4.39.1.9 ipv6RouterAdvertCurHopLimit: 1.3.6.1.2.1.4.39.1.10 ipv6RouterAdvertDefaultLifetime: 1.3.6.1.2.1.4.39.1.11 ipv6RouterAdvertRowStatus: 1.3.6.1.2.1.4.39.1.12 icmp: 1.3.6.1.2.1.5 icmpInMsgs: 1.3.6.1.2.1.5.1 icmpInErrors: 1.3.6.1.2.1.5.2 icmpInDestUnreachs: 1.3.6.1.2.1.5.3 icmpInTimeExcds: 1.3.6.1.2.1.5.4 icmpInParmProbs: 1.3.6.1.2.1.5.5 icmpInSrcQuenchs: 1.3.6.1.2.1.5.6 icmpInRedirects: 1.3.6.1.2.1.5.7 icmpInEchos: 1.3.6.1.2.1.5.8 icmpInEchoReps: 1.3.6.1.2.1.5.9 icmpInTimestamps: 1.3.6.1.2.1.5.10 icmpInTimestampReps: 1.3.6.1.2.1.5.11 icmpInAddrMasks: 1.3.6.1.2.1.5.12 icmpInAddrMaskReps: 1.3.6.1.2.1.5.13 icmpOutMsgs: 1.3.6.1.2.1.5.14 icmpOutErrors: 1.3.6.1.2.1.5.15 icmpOutDestUnreachs: 1.3.6.1.2.1.5.16 icmpOutTimeExcds: 1.3.6.1.2.1.5.17 icmpOutParmProbs: 1.3.6.1.2.1.5.18 icmpOutSrcQuenchs: 1.3.6.1.2.1.5.19 icmpOutRedirects: 1.3.6.1.2.1.5.20 icmpOutEchos: 1.3.6.1.2.1.5.21 icmpOutEchoReps: 1.3.6.1.2.1.5.22 icmpOutTimestamps: 1.3.6.1.2.1.5.23 icmpOutTimestampReps: 1.3.6.1.2.1.5.24 icmpOutAddrMasks: 1.3.6.1.2.1.5.25 icmpOutAddrMaskReps: 1.3.6.1.2.1.5.26 icmpStatsTable: 1.3.6.1.2.1.5.29 icmpStatsEntry: 1.3.6.1.2.1.5.29.1 icmpStatsIPVersion: 1.3.6.1.2.1.5.29.1.1 icmpStatsInMsgs: 1.3.6.1.2.1.5.29.1.2 icmpStatsInErrors: 1.3.6.1.2.1.5.29.1.3 icmpStatsOutMsgs: 1.3.6.1.2.1.5.29.1.4 icmpStatsOutErrors: 1.3.6.1.2.1.5.29.1.5 icmpMsgStatsTable: 1.3.6.1.2.1.5.30 icmpMsgStatsEntry: 1.3.6.1.2.1.5.30.1 icmpMsgStatsIPVersion: 1.3.6.1.2.1.5.30.1.1 icmpMsgStatsType: 1.3.6.1.2.1.5.30.1.2 icmpMsgStatsInPkts: 1.3.6.1.2.1.5.30.1.3 icmpMsgStatsOutPkts: 1.3.6.1.2.1.5.30.1.4 ipMIB: 1.3.6.1.2.1.48 ipMIBConformance: 1.3.6.1.2.1.48.2 ipMIBCompliances: 1.3.6.1.2.1.48.2.1 ipMIBGroups: 1.3.6.1.2.1.48.2.2 snmp-1.2.0/data/ruby/snmp/mibs/RFC1155-SMI.yaml0000644000004100000410000000020112365504747020566 0ustar www-datawww-data--- internet: 1.3.6.1 directory: 1.3.6.1.1 mgmt: 1.3.6.1.2 experimental: 1.3.6.1.3 private: 1.3.6.1.4 enterprises: 1.3.6.1.4.1 snmp-1.2.0/data/ruby/snmp/mibs/RADIUS-AUTH-SERVER-MIB.yaml0000644000004100000410000000562312365504747022366 0ustar www-datawww-data--- radiusMIB: 1.3.6.1.2.1.67 radiusAuthentication: 1.3.6.1.2.1.67.1 radiusAuthServMIB: 1.3.6.1.2.1.67.1.1 radiusAuthServMIBObjects: 1.3.6.1.2.1.67.1.1.1 radiusAuthServ: 1.3.6.1.2.1.67.1.1.1.1 radiusAuthServIdent: 1.3.6.1.2.1.67.1.1.1.1.1 radiusAuthServUpTime: 1.3.6.1.2.1.67.1.1.1.1.2 radiusAuthServResetTime: 1.3.6.1.2.1.67.1.1.1.1.3 radiusAuthServConfigReset: 1.3.6.1.2.1.67.1.1.1.1.4 radiusAuthServTotalAccessRequests: 1.3.6.1.2.1.67.1.1.1.1.5 radiusAuthServTotalInvalidRequests: 1.3.6.1.2.1.67.1.1.1.1.6 radiusAuthServTotalDupAccessRequests: 1.3.6.1.2.1.67.1.1.1.1.7 radiusAuthServTotalAccessAccepts: 1.3.6.1.2.1.67.1.1.1.1.8 radiusAuthServTotalAccessRejects: 1.3.6.1.2.1.67.1.1.1.1.9 radiusAuthServTotalAccessChallenges: 1.3.6.1.2.1.67.1.1.1.1.10 radiusAuthServTotalMalformedAccessRequests: 1.3.6.1.2.1.67.1.1.1.1.11 radiusAuthServTotalBadAuthenticators: 1.3.6.1.2.1.67.1.1.1.1.12 radiusAuthServTotalPacketsDropped: 1.3.6.1.2.1.67.1.1.1.1.13 radiusAuthServTotalUnknownTypes: 1.3.6.1.2.1.67.1.1.1.1.14 radiusAuthClientTable: 1.3.6.1.2.1.67.1.1.1.1.15 radiusAuthClientEntry: 1.3.6.1.2.1.67.1.1.1.1.15.1 radiusAuthClientIndex: 1.3.6.1.2.1.67.1.1.1.1.15.1.1 radiusAuthClientAddress: 1.3.6.1.2.1.67.1.1.1.1.15.1.2 radiusAuthClientID: 1.3.6.1.2.1.67.1.1.1.1.15.1.3 radiusAuthServAccessRequests: 1.3.6.1.2.1.67.1.1.1.1.15.1.4 radiusAuthServDupAccessRequests: 1.3.6.1.2.1.67.1.1.1.1.15.1.5 radiusAuthServAccessAccepts: 1.3.6.1.2.1.67.1.1.1.1.15.1.6 radiusAuthServAccessRejects: 1.3.6.1.2.1.67.1.1.1.1.15.1.7 radiusAuthServAccessChallenges: 1.3.6.1.2.1.67.1.1.1.1.15.1.8 radiusAuthServMalformedAccessRequests: 1.3.6.1.2.1.67.1.1.1.1.15.1.9 radiusAuthServBadAuthenticators: 1.3.6.1.2.1.67.1.1.1.1.15.1.10 radiusAuthServPacketsDropped: 1.3.6.1.2.1.67.1.1.1.1.15.1.11 radiusAuthServUnknownTypes: 1.3.6.1.2.1.67.1.1.1.1.15.1.12 radiusAuthClientExtTable: 1.3.6.1.2.1.67.1.1.1.1.16 radiusAuthClientExtEntry: 1.3.6.1.2.1.67.1.1.1.1.16.1 radiusAuthClientExtIndex: 1.3.6.1.2.1.67.1.1.1.1.16.1.1 radiusAuthClientInetAddressType: 1.3.6.1.2.1.67.1.1.1.1.16.1.2 radiusAuthClientInetAddress: 1.3.6.1.2.1.67.1.1.1.1.16.1.3 radiusAuthClientExtID: 1.3.6.1.2.1.67.1.1.1.1.16.1.4 radiusAuthServExtAccessRequests: 1.3.6.1.2.1.67.1.1.1.1.16.1.5 radiusAuthServExtDupAccessRequests: 1.3.6.1.2.1.67.1.1.1.1.16.1.6 radiusAuthServExtAccessAccepts: 1.3.6.1.2.1.67.1.1.1.1.16.1.7 radiusAuthServExtAccessRejects: 1.3.6.1.2.1.67.1.1.1.1.16.1.8 radiusAuthServExtAccessChallenges: 1.3.6.1.2.1.67.1.1.1.1.16.1.9 radiusAuthServExtMalformedAccessRequests: 1.3.6.1.2.1.67.1.1.1.1.16.1.10 radiusAuthServExtBadAuthenticators: 1.3.6.1.2.1.67.1.1.1.1.16.1.11 radiusAuthServExtPacketsDropped: 1.3.6.1.2.1.67.1.1.1.1.16.1.12 radiusAuthServExtUnknownTypes: 1.3.6.1.2.1.67.1.1.1.1.16.1.13 radiusAuthServCounterDiscontinuity: 1.3.6.1.2.1.67.1.1.1.1.16.1.14 radiusAuthServMIBConformance: 1.3.6.1.2.1.67.1.1.2 radiusAuthServMIBCompliances: 1.3.6.1.2.1.67.1.1.2.1 radiusAuthServMIBGroups: 1.3.6.1.2.1.67.1.1.2.2 snmp-1.2.0/data/ruby/snmp/mibs/GMPLS-LSR-STD-MIB.yaml0000644000004100000410000000163012365504747021576 0ustar www-datawww-data--- gmplsLsrStdMIB: 1.3.6.1.2.1.10.166.15 gmplsLsrObjects: 1.3.6.1.2.1.10.166.15.1 gmplsInterfaceTable: 1.3.6.1.2.1.10.166.15.1.1 gmplsInterfaceEntry: 1.3.6.1.2.1.10.166.15.1.1.1 gmplsInterfaceSignalingCaps: 1.3.6.1.2.1.10.166.15.1.1.1.1 gmplsInterfaceRsvpHelloPeriod: 1.3.6.1.2.1.10.166.15.1.1.1.2 gmplsInSegmentTable: 1.3.6.1.2.1.10.166.15.1.2 gmplsInSegmentEntry: 1.3.6.1.2.1.10.166.15.1.2.1 gmplsInSegmentDirection: 1.3.6.1.2.1.10.166.15.1.2.1.1 gmplsInSegmentExtraParamsPtr: 1.3.6.1.2.1.10.166.15.1.2.1.2 gmplsOutSegmentTable: 1.3.6.1.2.1.10.166.15.1.3 gmplsOutSegmentEntry: 1.3.6.1.2.1.10.166.15.1.3.1 gmplsOutSegmentDirection: 1.3.6.1.2.1.10.166.15.1.3.1.1 gmplsOutSegmentTTLDecrement: 1.3.6.1.2.1.10.166.15.1.3.1.2 gmplsOutSegmentExtraParamsPtr: 1.3.6.1.2.1.10.166.15.1.3.1.3 gmplsLsrConformance: 1.3.6.1.2.1.10.166.15.2 gmplsLsrGroups: 1.3.6.1.2.1.10.166.15.2.1 gmplsLsrCompliances: 1.3.6.1.2.1.10.166.15.2.2 snmp-1.2.0/data/ruby/snmp/mibs/BGP4-MIB.yaml0000644000004100000410000000511412365504747020323 0ustar www-datawww-data--- bgp: 1.3.6.1.2.1.15 bgpNotification: 1.3.6.1.2.1.15.0 bgpVersion: 1.3.6.1.2.1.15.1 bgpLocalAs: 1.3.6.1.2.1.15.2 bgpPeerTable: 1.3.6.1.2.1.15.3 bgpPeerEntry: 1.3.6.1.2.1.15.3.1 bgpPeerIdentifier: 1.3.6.1.2.1.15.3.1.1 bgpPeerState: 1.3.6.1.2.1.15.3.1.2 bgpPeerAdminStatus: 1.3.6.1.2.1.15.3.1.3 bgpPeerNegotiatedVersion: 1.3.6.1.2.1.15.3.1.4 bgpPeerLocalAddr: 1.3.6.1.2.1.15.3.1.5 bgpPeerLocalPort: 1.3.6.1.2.1.15.3.1.6 bgpPeerRemoteAddr: 1.3.6.1.2.1.15.3.1.7 bgpPeerRemotePort: 1.3.6.1.2.1.15.3.1.8 bgpPeerRemoteAs: 1.3.6.1.2.1.15.3.1.9 bgpPeerInUpdates: 1.3.6.1.2.1.15.3.1.10 bgpPeerOutUpdates: 1.3.6.1.2.1.15.3.1.11 bgpPeerInTotalMessages: 1.3.6.1.2.1.15.3.1.12 bgpPeerOutTotalMessages: 1.3.6.1.2.1.15.3.1.13 bgpPeerLastError: 1.3.6.1.2.1.15.3.1.14 bgpPeerFsmEstablishedTransitions: 1.3.6.1.2.1.15.3.1.15 bgpPeerFsmEstablishedTime: 1.3.6.1.2.1.15.3.1.16 bgpPeerConnectRetryInterval: 1.3.6.1.2.1.15.3.1.17 bgpPeerHoldTime: 1.3.6.1.2.1.15.3.1.18 bgpPeerKeepAlive: 1.3.6.1.2.1.15.3.1.19 bgpPeerHoldTimeConfigured: 1.3.6.1.2.1.15.3.1.20 bgpPeerKeepAliveConfigured: 1.3.6.1.2.1.15.3.1.21 bgpPeerMinASOriginationInterval: 1.3.6.1.2.1.15.3.1.22 bgpPeerMinRouteAdvertisementInterval: 1.3.6.1.2.1.15.3.1.23 bgpPeerInUpdateElapsedTime: 1.3.6.1.2.1.15.3.1.24 bgpIdentifier: 1.3.6.1.2.1.15.4 bgpRcvdPathAttrTable: 1.3.6.1.2.1.15.5 bgpPathAttrEntry: 1.3.6.1.2.1.15.5.1 bgpPathAttrPeer: 1.3.6.1.2.1.15.5.1.1 bgpPathAttrDestNetwork: 1.3.6.1.2.1.15.5.1.2 bgpPathAttrOrigin: 1.3.6.1.2.1.15.5.1.3 bgpPathAttrASPath: 1.3.6.1.2.1.15.5.1.4 bgpPathAttrNextHop: 1.3.6.1.2.1.15.5.1.5 bgpPathAttrInterASMetric: 1.3.6.1.2.1.15.5.1.6 bgp4PathAttrTable: 1.3.6.1.2.1.15.6 bgp4PathAttrEntry: 1.3.6.1.2.1.15.6.1 bgp4PathAttrPeer: 1.3.6.1.2.1.15.6.1.1 bgp4PathAttrIpAddrPrefixLen: 1.3.6.1.2.1.15.6.1.2 bgp4PathAttrIpAddrPrefix: 1.3.6.1.2.1.15.6.1.3 bgp4PathAttrOrigin: 1.3.6.1.2.1.15.6.1.4 bgp4PathAttrASPathSegment: 1.3.6.1.2.1.15.6.1.5 bgp4PathAttrNextHop: 1.3.6.1.2.1.15.6.1.6 bgp4PathAttrMultiExitDisc: 1.3.6.1.2.1.15.6.1.7 bgp4PathAttrLocalPref: 1.3.6.1.2.1.15.6.1.8 bgp4PathAttrAtomicAggregate: 1.3.6.1.2.1.15.6.1.9 bgp4PathAttrAggregatorAS: 1.3.6.1.2.1.15.6.1.10 bgp4PathAttrAggregatorAddr: 1.3.6.1.2.1.15.6.1.11 bgp4PathAttrCalcLocalPref: 1.3.6.1.2.1.15.6.1.12 bgp4PathAttrBest: 1.3.6.1.2.1.15.6.1.13 bgp4PathAttrUnknown: 1.3.6.1.2.1.15.6.1.14 bgpTraps: 1.3.6.1.2.1.15.7 bgp4MIBConformance: 1.3.6.1.2.1.15.8 bgp4MIBCompliances: 1.3.6.1.2.1.15.8.1 bgp4MIBGroups: 1.3.6.1.2.1.15.8.2 bgpEstablishedNotification: 1.3.6.1.2.1.15.0.1 bgpBackwardTransNotification: 1.3.6.1.2.1.15.0.2 bgpEstablished: 1.3.6.1.2.1.15.7.1 bgpBackwardTransition: 1.3.6.1.2.1.15.7.2 snmp-1.2.0/data/ruby/snmp/mibs/T11-FC-FABRIC-LOCK-MIB.yaml0000644000004100000410000000162412365504747022136 0ustar www-datawww-data--- t11FabricLockMIB: 1.3.6.1.2.1.159 t11FLockMIBNotifications: 1.3.6.1.2.1.159.0 t11FLockMIBObjects: 1.3.6.1.2.1.159.1 t11FLockConfiguration: 1.3.6.1.2.1.159.1.1 t11FLockTable: 1.3.6.1.2.1.159.1.1.1 t11FLockEntry: 1.3.6.1.2.1.159.1.1.1.1 t11FLockFabricIndex: 1.3.6.1.2.1.159.1.1.1.1.1 t11FLockApplicationID: 1.3.6.1.2.1.159.1.1.1.1.2 t11FLockInitiatorType: 1.3.6.1.2.1.159.1.1.1.1.3 t11FLockInitiator: 1.3.6.1.2.1.159.1.1.1.1.4 t11FLockInitiatorIpAddrType: 1.3.6.1.2.1.159.1.1.1.1.5 t11FLockInitiatorIpAddr: 1.3.6.1.2.1.159.1.1.1.1.6 t11FLockStatus: 1.3.6.1.2.1.159.1.1.1.1.7 t11FLockRejectReasonCode: 1.3.6.1.2.1.159.1.1.1.1.8 t11FLockRejectReasonCodeExp: 1.3.6.1.2.1.159.1.1.1.1.9 t11FLockRejectReasonVendorCode: 1.3.6.1.2.1.159.1.1.1.1.10 t11FLockRowStatus: 1.3.6.1.2.1.159.1.1.1.1.11 t11FLockMIBConformance: 1.3.6.1.2.1.159.2 t11FLockMIBCompliances: 1.3.6.1.2.1.159.2.1 t11FLockMIBGroups: 1.3.6.1.2.1.159.2.2 snmp-1.2.0/data/ruby/snmp/mibs/PARALLEL-MIB.yaml0000644000004100000410000000160012365504747021017 0ustar www-datawww-data--- para: 1.3.6.1.2.1.10.34 paraNumber: 1.3.6.1.2.1.10.34.1 paraPortTable: 1.3.6.1.2.1.10.34.2 paraPortEntry: 1.3.6.1.2.1.10.34.2.1 paraPortIndex: 1.3.6.1.2.1.10.34.2.1.1 paraPortType: 1.3.6.1.2.1.10.34.2.1.2 paraPortInSigNumber: 1.3.6.1.2.1.10.34.2.1.3 paraPortOutSigNumber: 1.3.6.1.2.1.10.34.2.1.4 paraInSigTable: 1.3.6.1.2.1.10.34.3 paraInSigEntry: 1.3.6.1.2.1.10.34.3.1 paraInSigPortIndex: 1.3.6.1.2.1.10.34.3.1.1 paraInSigName: 1.3.6.1.2.1.10.34.3.1.2 paraInSigState: 1.3.6.1.2.1.10.34.3.1.3 paraInSigChanges: 1.3.6.1.2.1.10.34.3.1.4 paraOutSigTable: 1.3.6.1.2.1.10.34.4 paraOutSigEntry: 1.3.6.1.2.1.10.34.4.1 paraOutSigPortIndex: 1.3.6.1.2.1.10.34.4.1.1 paraOutSigName: 1.3.6.1.2.1.10.34.4.1.2 paraOutSigState: 1.3.6.1.2.1.10.34.4.1.3 paraOutSigChanges: 1.3.6.1.2.1.10.34.4.1.4 paraConformance: 1.3.6.1.2.1.10.34.5 paraGroups: 1.3.6.1.2.1.10.34.5.1 paraCompliances: 1.3.6.1.2.1.10.34.5.2 snmp-1.2.0/examples/0000755000004100000410000000000012365504747014352 5ustar www-datawww-datasnmp-1.2.0/examples/datetime.rb0000644000004100000410000000117212365504747016474 0ustar www-datawww-datarequire 'snmp' module SNMP class OctetString def to_date_time raise ArgumentError, "not DateAndTime format" if size != 8 and size != 11 year = self[0].ord * 256 + self[1].ord month = self[2].ord day = self[3].ord hour = self[4].ord minutes = self[5].ord seconds = self[6].ord tenths = self[7].ord sprintf("%d-%d-%d,%02d:%02d:%02d.%d", year, month, day, hour, minutes, seconds, tenths) end end end SNMP::Manager.open(:Host => 'localhost', :MibModules => ["HOST-RESOURCES-MIB"]) do |snmp| response = snmp.get_value("hrSystemDate.0") puts response.to_date_time end snmp-1.2.0/examples/walk.rb0000644000004100000410000000045512365504747015641 0ustar www-datawww-datarequire 'snmp' host = ARGV[0] || 'localhost' SNMP::Manager.open(:Host => "localhost") do |manager| manager.walk("ifTable") { |vb| puts vb } end SNMP::Manager.open(:Host => host) do |manager| manager.walk(["ifIndex", "ifDescr"]) do |ifIndex, ifDescr| puts "#{ifIndex} #{ifDescr}" end end snmp-1.2.0/examples/set.rb0000644000004100000410000000031712365504747015473 0ustar www-datawww-datarequire 'snmp' include SNMP host = ARGV[0] || 'localhost' manager = Manager.new(:Host => host, :Port => 161) varbind = VarBind.new("1.3.6.1.2.1.1.5.0", OctetString.new("System Name")) manager.set(varbind) snmp-1.2.0/examples/iftable.rb0000644000004100000410000000061712365504747016311 0ustar www-datawww-datarequire 'snmp' include SNMP host = ARGV[0] || 'localhost' manager = Manager.new(:Host => host, :Port => 161) ifTable = ObjectId.new("1.3.6.1.2.1.2.2") next_oid = ifTable while next_oid.subtree_of?(ifTable) response = manager.get_next(next_oid) varbind = response.varbind_list.first next_oid = varbind.name puts "#{varbind.name.to_s} #{varbind.value.to_s} #{varbind.value.asn1_type}" end snmp-1.2.0/examples/dump.rb0000644000004100000410000000067012365504747015647 0ustar www-datawww-datarequire 'snmp' include SNMP host = ARGV[0] || 'localhost' manager = Manager.new(:Host => host, :Port => 161) start_oid = ObjectId.new("1.3.6.1.2") next_oid = start_oid while next_oid.subtree_of?(start_oid) response = manager.get_next(next_oid) varbind = response.varbind_list.first break if EndOfMibView == varbind.value next_oid = varbind.name puts "#{varbind.name.to_s} #{varbind.value.to_s} #{varbind.value.asn1_type}" end snmp-1.2.0/examples/get.rb0000644000004100000410000000031012365504747015450 0ustar www-datawww-datarequire 'snmp' host = ARGV[0] || 'localhost' manager = SNMP::Manager.new(:Host => host, :Port => 161) response = manager.get(["sysDescr.0", "sysName.0"]) response.each_varbind { |vb| puts vb.to_s } snmp-1.2.0/examples/link_down.rb0000644000004100000410000000231112365504747016660 0ustar www-datawww-datarequire 'rubygems' require 'snmp' require 'logger' log = Logger.new($stdout) mib = SNMP::MIB.new mib.load_module("IF-MIB") linkDown_OID = mib.oid("linkDown") # 1 is "up" and 2 is "down" in the MIB ADMIN_UP = 1 ADMIN_DOWN = 2 listener = SNMP::TrapListener.new(:Port => 1062, :Community => 'public') do |listener| log.info "Listening for linkDown traps" listener.on_trap(linkDown_OID) do |trap| vb_list = trap.vb_list up_time = vb_list[0].value # standard varbind - always in v2c trap trap_oid = vb_list[1].value # standard varbind - always in v2c trap # extract trap info - order determined by IF-MIB ifIndex = vb_list[2].value adminStatus = vb_list[3].value operStatus = vb_list[4].value # log stuff based on interface status if adminStatus == ADMIN_DOWN log.info "Interface #{ifIndex} turned down" else log.error "Problem on interface #{ifIndex}! Link unintentionally down" end end listener.on_trap_v1 do |trap| log.warn "Unexpected v1 trap: #{trap.generic_trap}" end listener.on_trap_v2c do |trap| log.warn "Unexpected v2c trap: #{trap.trap_oid}" end end trap("INT") do puts "\nShutting down" listener.kill end listener.join snmp-1.2.0/examples/log_traps.rb0000644000004100000410000000077612365504747016703 0ustar www-datawww-datarequire 'snmp' require 'logger' def format_v1_trap(trap) "Trap #{trap.generic_trap} from #{trap.source_ip}" end def format_v2c_trap(trap) "Trap #{trap.trap_oid} from #{trap.source_ip}" end log = Logger.new(STDOUT) m = SNMP::TrapManager.new(:Port => 1062) do |manager| manager.on_trap_v1 do |trap| log.info format_v1_trap(trap) end manager.on_trap_v2c do |trap| log.info format_v2c_trap(trap) end log.info "Logging started" end trap("INT") { log.info "Logging stopped"; m.exit } m.join snmp-1.2.0/README.rdoc0000644000004100000410000001407212365504747014346 0ustar www-datawww-data= SNMP Library for Ruby == Summary This library implements SNMP (the Simple Network Management Protocol). It is implemented in pure Ruby, so there are no dependencies on external libraries like net-snmp[http://www.net-snmp.org/]. You can run this library anywhere that Ruby can run. See snmplib.rubyforge.org[http://snmplib.rubyforge.org/] for more info. This release supports the following: * The GetRequest, GetNextRequest, GetBulkRequest, SetRequest, Response SNMPv1_Trap, SNMPv2_Trap, and Inform PDUs * All of the ASN.1 data types defined by SNMPv1 and SNMPv2c * Sending informs and v1 and v2 traps * Trap handling for informs and v1 and v2 traps * Symbolic OID values (ie. "ifTable" instead of "1.3.6.1.2.1.2.2") as parameters to the SNMP::Manager API * Includes symbol data files for all current IETF MIBs * Compatible with Ruby 1.9 and higher See the SNMP::Manager, SNMP::TrapListener, and SNMP::MIB classes and the examples below for more details. == Changes Changes for version 1.2.0: * Removed support for Ruby 1.8 * Changed license to MIT License Changes for version 1.1.1: * Incorporate various small pull requests Changes for version 1.1.0: * Added MIB support to ObjectId and Varbind, so that to_s can return symbolic information * Added to_str method to ObjectId to return a numeric OID string (old to_s behavior) * TrapListener can now support multiple community strings Changes for version 1.0.4: * New option handling and added lower-case versions of all options * Added SNMP::VERSION constant * Experimental support for IPv6 * Removed support for installation with setup.rb Changes for version 1.0.3: * Minor changes to Manager class. The :Transport option may now be an object or a class. Explicity call Timeout.timeout so that a timeout method may be defined in subclasses. Thanks to Eric Monti. Changes for version 1.0.2: * Internal code changes to make this library compatible with both Ruby 1.8 and Ruby 1.9. Note that an ord() method is now added to the Fixnum class for Ruby 1.8. See the ber.rb file for details. Changes for version 1.0.1: * Made the host configurable for the TrapListener. Previously defaulted to 'localhost'. Changes for version 1.0.0: * Added to_s method to TimeTicks. Displays time in human-readable form instead of just a number. The to_i method can still be used to get the number of ticks. == Installation You can use RubyGems [http://rubygems.org/] to install the latest version of the SNMP library. gem install snmp == Testing This library has received limited testing: * The unit tests have been executed with both Ruby 1.9.3 and Ruby 2.1.2 on Mac OS X 10.9. * Basic interoperability testing has been done with the net-snmp[http://www.net-snmp.org/] tools. I'm very interested in hearing about successes or failures on other platforms. Send me an email at hallidave at gmail.com. == Examples === Get Request Retrieve a system description. require 'snmp' SNMP::Manager.open(:host => 'localhost') do |manager| response = manager.get(["sysDescr.0", "sysName.0"]) response.each_varbind do |vb| puts "#{vb.name.to_s} #{vb.value.to_s} #{vb.value.asn1_type}" end end === Set Request Create a varbind for setting the system name. require 'snmp' include SNMP manager = Manager.new(:host => 'localhost') varbind = VarBind.new("1.3.6.1.2.1.1.5.0", OctetString.new("My System Name")) manager.set(varbind) manager.close === Table Walk Walk the ifTable. require 'snmp' ifTable_columns = ["ifIndex", "ifDescr", "ifInOctets", "ifOutOctets"] SNMP::Manager.open(:host => 'localhost') do |manager| manager.walk(ifTable_columns) do |row| row.each { |vb| print "\t#{vb.value}" } puts end end === Get-Next Request A more difficult way to walk the ifTable. require 'snmp' include SNMP Manager.open(:host => 'localhost') do |manager| ifTable = ObjectId.new("1.3.6.1.2.1.2.2") next_oid = ifTable while next_oid.subtree_of?(ifTable) response = manager.get_next(next_oid) varbind = response.varbind_list.first next_oid = varbind.name puts varbind.to_s end end === Get-Bulk Request Get interface description and admin status for 10 rows of the ifTable. require 'snmp' include SNMP ifDescr_OID = ObjectId.new("1.3.6.1.2.1.2.2.1.2") ifAdminStatus_OID = ObjectId.new("1.3.6.1.2.1.2.2.1.7") MAX_ROWS = 10 Manager.open(:host => 'localhost') do |manager| response = manager.get_bulk(0, MAX_ROWS, [ifDescr_OID, ifAdminStatus_OID]) list = response.varbind_list until list.empty? ifDescr = list.shift ifAdminStatus = list.shift puts "#{ifDescr.value} #{ifAdminStatus.value}" end end === Trap Handling Log traps to STDOUT. require 'snmp' require 'logger' log = Logger.new(STDOUT) m = SNMP::TrapListener.new do |manager| manager.on_trap_default do |trap| log.info trap.inspect end end m.join == License This SNMP Library is released under the MIT License. Copyright (c) 2004-2014 David R. Halliday Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. snmp-1.2.0/lib/0000755000004100000410000000000012365504747013302 5ustar www-datawww-datasnmp-1.2.0/lib/snmp.rb0000644000004100000410000000220012365504747014576 0ustar www-datawww-data# # Copyright (c) 2004-2014 David R. Halliday # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restriction, including without limitation the rights # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell # copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. # require 'snmp/manager' require 'snmp/version' snmp-1.2.0/lib/snmp/0000755000004100000410000000000012365504747014257 5ustar www-datawww-datasnmp-1.2.0/lib/snmp/pdu.rb0000644000004100000410000002644112365504747015403 0ustar www-datawww-data# # Copyright (c) 2004-2014 David R. Halliday # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restriction, including without limitation the rights # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell # copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. # require 'snmp/ber' require 'snmp/varbind' include SNMP::BER module SNMP # Exceptions thrown during message/pdu decoding class UnsupportedVersion < RuntimeError; end class UnsupportedPduTag < RuntimeError; end class InvalidPduTag < RuntimeError; end class ParseError < RuntimeError; end class InvalidErrorStatus < RuntimeError; end class InvalidTrapVarbind < RuntimeError; end class InvalidGenericTrap < RuntimeError; end SYS_UP_TIME_OID = ObjectId.new("1.3.6.1.2.1.1.3.0") SNMP_TRAP_OID_OID = ObjectId.new("1.3.6.1.6.3.1.1.4.1.0") class Message attr_reader :version attr_reader :community attr_reader :pdu class << self def decode(data, mib=nil) message_data, remainder = decode_sequence(data) assert_no_remainder(remainder) version, remainder = decode_version(message_data) community, remainder = decode_octet_string(remainder) pdu, remainder = decode_pdu(version, remainder, mib) assert_no_remainder(remainder) Message.new(version, community, pdu) end def decode_version(data) version_data, remainder = decode_integer(data) if version_data == SNMP_V1 version = :SNMPv1 elsif version_data == SNMP_V2C version = :SNMPv2c else raise UnsupportedVersion, version_data.to_s end return version, remainder end def decode_pdu(version, data, mib=nil) pdu_tag, pdu_data, remainder = decode_tlv(data) case pdu_tag when GetRequest_PDU_TAG pdu = PDU.decode(GetRequest, pdu_data, mib) when GetNextRequest_PDU_TAG pdu = PDU.decode(GetNextRequest, pdu_data, mib) when Response_PDU_TAG pdu = PDU.decode(Response, pdu_data, mib) when SetRequest_PDU_TAG pdu = PDU.decode(SetRequest, pdu_data, mib) when SNMPv1_Trap_PDU_TAG raise InvalidPduTag, "SNMPv1-trap not valid for #{version.to_s}" if version != :SNMPv1 pdu = SNMPv1_Trap.decode(pdu_data, mib) when GetBulkRequest_PDU_TAG raise InvalidPduTag, "get-bulk not valid for #{version.to_s}" if version != :SNMPv2c pdu = PDU.decode(GetBulkRequest, pdu_data, mib) when InformRequest_PDU_TAG raise InvalidPduTag, "inform not valid for #{version.to_s}" if version != :SNMPv2c pdu = PDU.decode(InformRequest, pdu_data, mib) when SNMPv2_Trap_PDU_TAG raise InvalidPduTag, "SNMPv2c-trap not valid for #{version.to_s}" if version != :SNMPv2c pdu = PDU.decode(SNMPv2_Trap, pdu_data, mib) else raise UnsupportedPduTag, pdu_tag.to_s end return pdu, remainder end end def initialize(version, community, pdu) @version = version @community = community @pdu = pdu end def response Message.new(@version, @community, Response.from_pdu(@pdu)) end def encode_version(version) if version == :SNMPv1 encode_integer(SNMP_V1) elsif version == :SNMPv2c encode_integer(SNMP_V2C) else raise UnsupportedVersion, version.to_s end end def encode data = encode_version(@version) data << encode_octet_string(@community) data << @pdu.encode encode_sequence(data) end end class PDU attr_accessor :request_id attr_accessor :error_index attr_accessor :varbind_list alias vb_list varbind_list def self.decode(pdu_class, pdu_data, mib=nil) request_id, remainder = decode_integer(pdu_data) error_status, remainder = decode_integer(remainder) error_index, remainder = decode_integer(remainder) varbind_list, remainder = VarBindList.decode(remainder, mib) assert_no_remainder(remainder) pdu_class.new(request_id, varbind_list, error_status, error_index) end ERROR_STATUS_NAME = { 0 => :noError, 1 => :tooBig, 2 => :noSuchName, 3 => :badValue, 4 => :readOnly, 5 => :genErr, 6 => :noAccess, 7 => :wrongType, 8 => :wrongLength, 9 => :wrongEncoding, 10 => :wrongValue, 11 => :noCreation, 12 => :inconsistentValue, 13 => :resourceUnavailable, 14 => :commitFailed, 15 => :undoFailed, 16 => :authorizationError, 17 => :notWritable, 18 => :inconsistentName } ERROR_STATUS_CODE = ERROR_STATUS_NAME.invert def initialize(request_id, varbind_list, error_status=0, error_index=0) @request_id = request_id self.error_status = error_status @error_index = error_index.to_int @varbind_list = varbind_list end def error_status=(status) @error_status = ERROR_STATUS_CODE[status] unless @error_status if status.respond_to?(:to_int) && ERROR_STATUS_NAME[status.to_int] @error_status = status else raise InvalidErrorStatus, status.to_s end end end def error_status ERROR_STATUS_NAME[@error_status] end def encode_pdu(pdu_tag) pdu_data = encode_integer(@request_id) pdu_data << encode_integer(@error_status) pdu_data << encode_integer(@error_index) pdu_data << @varbind_list.encode encode_tlv(pdu_tag, pdu_data) end def each_varbind(&block) @varbind_list.each(&block) end end class GetRequest < PDU def encode encode_pdu(GetRequest_PDU_TAG) end end class GetNextRequest < PDU def encode encode_pdu(GetNextRequest_PDU_TAG) end end class SetRequest < PDU def encode encode_pdu(SetRequest_PDU_TAG) end end class GetBulkRequest < PDU alias max_repetitions error_index alias max_repetitions= error_index= def encode encode_pdu(GetBulkRequest_PDU_TAG) end def non_repeaters=(number) @error_status = number end def non_repeaters @error_status end end class Response < PDU class << self def from_pdu(request) Response.new(request.request_id, request.varbind_list, :noError, 0) end end def encode encode_pdu(Response_PDU_TAG) end end ## # The PDU class for traps in SNMPv2c. Methods are provided for retrieving # the values of the mandatory varbinds: the system uptime and the OID of the # trap. The complete varbind list is available through the usual varbind_list # method. The first two varbinds in this list will always be the uptime # and trap OID varbinds. # class SNMPv2_Trap < PDU def encode encode_pdu(SNMPv2_Trap_PDU_TAG) end ## # Returns the source IP address for the trap, usually derived from the # source IP address of the packet that delivered the trap. # attr_accessor :source_ip ## # Returns the value of the mandatory sysUpTime varbind for this trap. # # Throws InvalidTrapVarbind if the sysUpTime varbind is not present. # def sys_up_time varbind = @varbind_list[0] if varbind && (varbind.name == SYS_UP_TIME_OID) return varbind.value else raise InvalidTrapVarbind, "Expected sysUpTime.0, found " + varbind.to_s end end ## # Returns the value of the mandatory snmpTrapOID varbind for this trap. # # Throws InvalidTrapVarbind if the snmpTrapOID varbind is not present. # def trap_oid varbind = @varbind_list[1] if varbind && (varbind.name == SNMP_TRAP_OID_OID) return varbind.value else raise InvalidTrapVarbind, "Expected snmpTrapOID.0, found " + varbind.to_s end end end ## # The PDU class for SNMPv2 Inform notifications. This class is identical # to SNMPv2_Trap. # class InformRequest < SNMPv2_Trap def encode encode_pdu(InformRequest_PDU_TAG) end end ## # The PDU class for traps in SNMPv1. # class SNMPv1_Trap ## # Returns the source IP address for the trap, usually derived from the # source IP address of the packet that delivered the trap. # attr_accessor :source_ip attr_accessor :enterprise attr_accessor :agent_addr attr_accessor :specific_trap attr_accessor :timestamp attr_accessor :varbind_list alias :vb_list :varbind_list def self.decode(pdu_data, mib=nil) oid_data, remainder = decode_object_id(pdu_data) enterprise = ObjectId.new(oid_data) ip_data, remainder = decode_ip_address(remainder) agent_addr = IpAddress.new(ip_data) generic_trap, remainder = decode_integer(remainder) specific_trap, remainder = decode_integer(remainder) time_data, remainder = decode_timeticks(remainder) timestamp = TimeTicks.new(time_data) varbind_list, remainder = VarBindList.decode(remainder, mib) assert_no_remainder(remainder) SNMPv1_Trap.new(enterprise, agent_addr, generic_trap, specific_trap, timestamp, varbind_list) end def initialize(enterprise, agent_addr, generic_trap, specific_trap, timestamp, varbind_list) @enterprise = enterprise @agent_addr = agent_addr self.generic_trap = generic_trap @specific_trap = specific_trap @timestamp = timestamp @varbind_list = varbind_list end # Name map for all of the generic traps defined in RFC 1157. GENERIC_TRAP_NAME = { 0 => :coldStart, 1 => :warmStart, 2 => :linkDown, 3 => :linkUp, 4 => :authenticationFailure, 5 => :egpNeighborLoss, 6 => :enterpriseSpecific } # Code map for all of the generic traps defined in RFC 1157. GENERIC_TRAP_CODE = GENERIC_TRAP_NAME.invert def generic_trap=(trap) @generic_trap = GENERIC_TRAP_CODE[trap] unless @generic_trap if trap.respond_to?(:to_i) && GENERIC_TRAP_NAME[trap.to_i] @generic_trap = trap else raise InvalidGenericTrap, trap.to_s end end end def generic_trap GENERIC_TRAP_NAME[@generic_trap] end def encode pdu_data = @enterprise.encode << @agent_addr.encode << encode_integer(@generic_trap) << encode_integer(@specific_trap) << @timestamp.encode << @varbind_list.encode encode_tlv(SNMPv1_Trap_PDU_TAG, pdu_data) end def each_varbind(&block) @varbind_list.each(&block) end end end snmp-1.2.0/lib/snmp/ber.rb0000644000004100000410000002437712365504747015371 0ustar www-datawww-data# encoding: ascii-8bit # # Copyright (c) 2004-2014 David R. Halliday # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restriction, including without limitation the rights # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell # copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. # # # This module implements methods for encoding and decoding SNMP packets # using the ASN.1 BER (Basic Encoding Rules). # module SNMP module BER #:nodoc:all # SNMP version codes SNMP_V1 = 0 SNMP_V2C = 1 SNMP_V3 = 3 # not supported # SNMP context-specific data types # See RFC 1157 for SNMPv1 # See RFC 1905 for SNMPv2c GetRequest_PDU_TAG = 0xa0 GetNextRequest_PDU_TAG = 0xa1 Response_PDU_TAG = 0xa2 SetRequest_PDU_TAG = 0xa3 SNMPv1_Trap_PDU_TAG = 0xa4 # Note: valid for SNMPv1 only GetBulkRequest_PDU_TAG = 0xa5 InformRequest_PDU_TAG = 0xa6 SNMPv2_Trap_PDU_TAG = 0xa7 Report_PDU_TAG = 0xa8 # Note: Usage not defined - not supported # Primitive ASN.1 data types INTEGER_TAG = 0x02 OCTET_STRING_TAG = 0x04 NULL_TAG = 0x05 OBJECT_IDENTIFIER_TAG = 0x06 # Constructed ASN.1 data type SEQUENCE_TAG = 0x30 # SNMP application data types # See RFC 1155 for SNMPv1 # See RFC 1902 for SNMPv2c IpAddress_TAG = 0x40 Counter32_TAG = 0x41 # Counter in SNMPv1 Gauge32_TAG = 0x42 # Gauge in SNMPv1 Unsigned32_TAG = 0x42 # Note: same as Gauge32 TimeTicks_TAG = 0x43 Opaque_TAG = 0x44 Counter64_TAG = 0x46 # VarBind response exceptions NoSuchObject_TAG = 0x80 NoSuchInstance_TAG = 0x81 EndOfMibView_TAG = 0x82 # Exceptions thrown in this module class OutOfData < RuntimeError; end class InvalidLength < RuntimeError; end class InvalidTag < RuntimeError; end class InvalidObjectId < RuntimeError; end class InvalidLength < RuntimeError; end def assert_no_remainder(remainder) raise ParseError, remainder.inspect if remainder != "" end # # Decode tag-length-value data. The data is assumed to be a string of # bytes in network byte order. This format is returned by Socket#recv. # # Returns a tuple containing the tag, the value, and any remaining # unprocessed data. # # The data is not interpretted by this method. Use one of the other # decoding methods to interpret the data. # # Note that ASN.1 supports an indefinite length format where the end of # content is marked by a pair of 0 octets. SNMP does not support this # format, so only the two definite forms are implemented (single byte and # multi-byte). # def decode_tlv(data) raise OutOfData if (data.length == 2 && data[1].ord != 0) || data.length < 2 tag = data[0].ord length = data[1].ord if length < 0x80 value = data[2, length] remainder = data[length+2..-1] else # ASN.1 says this octet can't be 0xff raise InvalidLength, length.to_s if length == 0xff num_octets = length & 0x7f length = build_integer(data, 2, num_octets) value = data[num_octets+2, length] remainder = data[num_octets+2+length..-1] end return tag, value, remainder end # # Decode TLV data for an ASN.1 integer. # # Throws an InvalidTag exception if the tag is incorrect. # # Returns a tuple containing an integer and any remaining unprocessed data. # def decode_integer(data) tag, value, remainder = decode_tlv(data) raise InvalidTag, tag.to_s if tag != INTEGER_TAG return decode_integer_value(value), remainder end def decode_timeticks(data) tag, value, remainder = decode_tlv(data) raise InvalidTag, tag.to_s if tag != TimeTicks_TAG return decode_uinteger_value(value), remainder end def decode_integer_value(value) result = build_integer(value, 0, value.length) if value[0].ord[7] == 1 result -= (1 << (8 * value.length)) end result end ## # Decode an integer, ignoring the sign bit. Some agents insist on # encoding 32 bit unsigned integers with four bytes even though it # should be 5 bytes (at least the way I read it). # def decode_uinteger_value(value) build_integer(value, 0, value.length) end def build_integer(data, start, num_octets) number = 0 num_octets.times { |i| number = number<<8 | data[start+i].ord } return number end # # Decode TLV data for an ASN.1 octet string. # # Throws an InvalidTag exception if the tag is incorrect. # # Returns a tuple containing a string and any remaining unprocessed data. # def decode_octet_string(data) tag, value, remainder = decode_tlv(data) raise InvalidTag, tag.to_s if tag != OCTET_STRING_TAG return value, remainder end def decode_ip_address(data) tag, value, remainder = decode_tlv(data) raise InvalidTag, tag.to_s if tag != IpAddress_TAG raise InvalidLength, tag.to_s if value.length != 4 return value, remainder end # # Decode TLV data for an ASN.1 sequence. # # Throws an InvalidTag exception if the tag is incorrect. # # Returns a tuple containing the sequence data and any remaining # unprocessed data that follows the sequence. # def decode_sequence(data) tag, value, remainder = decode_tlv(data) raise InvalidTag, tag.to_s if tag != SEQUENCE_TAG return value, remainder end # # Unwrap TLV data for an ASN.1 object identifier. This method extracts # the OID value as a character string but does not decode it further. # # Throws an InvalidTag exception if the tag is incorrect. # # Returns a tuple containing the object identifier (OID) and any # remaining unprocessed data. The OID is represented as an array # of integers. # def decode_object_id(data) tag, value, remainder = decode_tlv(data) raise InvalidTag, tag.to_s if tag != OBJECT_IDENTIFIER_TAG return decode_object_id_value(value), remainder end def decode_object_id_value(value) if value.length == 0 object_id = [] else value0 = value[0].ord if value0 == 0x2b object_id = [1,3] else second = value0 % 40 first = (value0 - second) / 40 raise InvalidObjectId, value.to_s if first > 2 object_id = [first, second] end n = 0 for i in 1...value.length n = (n<<7) + (value[i].ord & 0x7f) if value[i].ord < 0x80 object_id << n n = 0 end end end return object_id end # # Encode the length field for TLV data. Returns the length octets # as a string. # def encode_length(length) raise InvalidLength, length.to_s if length < 0 if length < 0x80 length.chr else data = integer_to_octets(length) (data.size | 0x80).chr << data end end # # Encode integer # def encode_integer(value) encode_tagged_integer(INTEGER_TAG, value) end def encode_tagged_integer(tag, value) if value > 0 && value < 0x80 data = value.chr else data = integer_to_octets(value) if value > 0 && data[0].ord > 0x7f data = "\000" << data elsif value < 0 && data[0].ord < 0x80 data = "\377" << data end end encode_tlv(tag, data) end # # Helper method for encoding integer-like things. # def integer_to_octets(i) if i >= 0 done = 0 else done = -1 end octets = "" begin octets = (i & 0xff).chr << octets i = i >> 8 end until i == done octets end def encode_null NULL_TAG.chr << "\000" end # # Encode an exception. The encoding is simply the exception tag with # no data, similar to NULL. # def encode_exception(tag) tag.chr << "\000" end # # Wraps value in a tag and length. This method expects an # integer tag and a string value. # def encode_tlv(tag, value) data = tag.chr << encode_length(value.length) data = data << value if value.length > 0 data end # # Wrap string in a octet string tag and length. # def encode_octet_string(value) encode_tlv(OCTET_STRING_TAG, value) end # # Wrap value in a sequence tag and length. # def encode_sequence(value) encode_tlv(SEQUENCE_TAG, value) end # # Encode an object id. The input is assumed to be an array of integers # representing the object id. # def encode_object_id(value) raise InvalidObjectId, value.to_s if value.length < 1 raise InvalidObjectId, value.to_s if value[0] > 2 data = "" if (value.length > 1) raise InvalidObjectId if value[0] < 2 && value[1] > 40 data << (40 * value[0] + value[1]).chr for i in 2...value.length if value[i] < 0x80 data << value[i].chr else octets = "" n = value[i] begin octets = (n & 0x7f | 0x80).chr << octets n = n >> 7 end until n == 0 octets[-1] = (octets[-1].ord & 0x7f).chr data << octets end end elsif (value.length == 1) data << (40 * value[0]).chr end encode_tlv(OBJECT_IDENTIFIER_TAG, data) end end end snmp-1.2.0/lib/snmp/varbind.rb0000644000004100000410000003251612365504747016240 0ustar www-datawww-data# # Copyright (c) 2004-2014 David R. Halliday # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restriction, including without limitation the rights # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell # copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. # require 'snmp/ber' include SNMP::BER module SNMP class UnsupportedValueTag < RuntimeError; end class InvalidIpAddress < ArgumentError; end class VarBindList < Array def self.decode(data, mib=nil) list = VarBindList.new varbind_data, remainder = decode_sequence(data) while varbind_data != "" varbind, varbind_data = VarBind.decode(varbind_data, mib) list << varbind end return list, remainder end def initialize(varbind_list=[]) super() if varbind_list.respond_to? :to_str self << ObjectId.new(varbind_list.to_str).to_varbind elsif varbind_list.respond_to? :to_varbind self << varbind_list.to_varbind else varbind_list.each do |item| if item.respond_to? :to_str self << ObjectId.new(item.to_str).to_varbind else self << item.to_varbind end end end end def asn1_type "VarBindList" end def encode varbind_data = "" self.each do |varbind| varbind_data << varbind.encode end encode_sequence(varbind_data) end end class Integer include Comparable def self.decode(value_data) Integer.new(decode_integer_value(value_data)) end def asn1_type "INTEGER" end def initialize(value) @value = value.to_i end def <=>(other) @value <=> other.to_i end def coerce(other) if other.kind_of? Fixnum return [other, @value] else return [other.to_f, self.to_f] end end def to_s @value.to_s end def to_i @value end def to_f @value.to_f end def encode encode_integer(@value) end def to_oid raise RangeError, "@{value} cannot be an OID (must be >0)" if @value < 0 ObjectId.new([@value]) end end class Integer32 < Integer def initialize(value) super(value) raise ArgumentError, "Out of range: #{@value}" if @value < -2147483648 raise ArgumentError, "Out of range: #{@value}" if @value > 2147483647 end end class OctetString < String def self.decode(value_data) OctetString.new(value_data) end def asn1_type "OCTET STRING" end def encode encode_octet_string(self) end def to_oid oid = ObjectId.new each_byte { |b| oid << b } oid end end class ObjectId < Array include Comparable def self.decode(value_data, mib=nil) ObjectId.new(decode_object_id_value(value_data), mib) end def asn1_type "OBJECT IDENTIFIER" end ## # Create an object id. The input is expected to be either a string # in the format "n.n.n.n.n.n" or an array of integers. # def initialize(id=[], mib=nil) if id.nil? raise ArgumentError elsif id.respond_to? :to_str super(make_integers(id.to_str.split("."))) else super(make_integers(id.to_ary)) end @mib = mib rescue ArgumentError raise ArgumentError, "#{id.inspect}:#{id.class} not a valid object ID" end ## # Adds MIB information to this object_id for use with to_s. # def with_mib(mib) @mib = mib self end def to_varbind VarBind.new(self, Null) end def to_oid self end def to_s if @mib @mib.name(self) else to_str end end def to_str self.join('.') end def inspect "[#{to_str}]" end def encode encode_object_id(self) end ## # Returns true if this ObjectId is a subtree of the provided parent tree # ObjectId. For example, "1.3.6.1.5" is a subtree of "1.3.6.1". # def subtree_of?(parent_tree) parent_tree = make_object_id(parent_tree) if parent_tree.length > self.length false else parent_tree.each_index do |i| return false if parent_tree[i] != self[i] end true end end ## # Returns an index based on the difference between this ObjectId # and the provided parent ObjectId. # # For example, ObjectId.new("1.3.6.1.5").index("1.3.6.1") returns an # ObjectId of "5". # def index(parent_tree) parent_tree = make_object_id(parent_tree) if not subtree_of?(parent_tree) raise ArgumentError, "#{self.to_s} not a subtree of #{parent_tree.to_s}" elsif self.length == parent_tree.length raise ArgumentError, "OIDs are the same" else ObjectId.new(self[parent_tree.length..-1]) end end private def make_integers(list) list.collect{|n| Integer(n)} end def make_object_id(oid) oid.kind_of?(ObjectId) ? oid : ObjectId.new(oid) end end class IpAddress class << self def decode(value_data) IpAddress.new(value_data, false) end end def asn1_type "IpAddress" end ## # Create an IpAddress object. The constructor accepts either a raw # four-octet string or a formatted string of integers separated by dots # (i.e. "10.1.2.3"). Validation of the format can be disabled by setting # the 'validate' flag to false. # def initialize(value_data, validate=true) ip = value_data.to_str if (validate) if ip.length > 4 ip = parse_string(ip) elsif ip.length != 4 raise InvalidIpAddress, "Expected 4 octets or formatted string, got #{value_data.inspect}" end end @value = ip end ## # Returns a raw four-octet string representing this IpAddress. # def to_str @value.dup end ## # Returns a formatted, dot-separated string representing this IpAddress. # def to_s octets = [] @value.each_byte { |b| octets << b.to_s } octets.join('.') end def to_oid oid = ObjectId.new @value.each_byte { |b| oid << b } oid end def ==(other) if other.respond_to? :to_str return @value.eql?(other.to_str) else return false end end def eql?(other) self == other end def hash @value.hash end def encode encode_tlv(IpAddress_TAG, @value) end private def parse_string(ip_string) parts = ip_string.split(".") if parts.length != 4 raise InvalidIpAddress, "Expected four octets separated by dots, not #{ip_string.inspect}" end value_data = "" parts.each do |s| octet = s.to_i raise InvalidIpAddress, "Octets cannot be greater than 255: #{ip_string.inspect}" if octet > 255 raise InvalidIpAddress, "Octets cannot be negative: #{ip_string.inspect}" if octet < 0 value_data << octet.chr end value_data end end class UnsignedInteger < Integer def initialize(value) super(value) raise ArgumentError, "Negative integer invalid: #{@value}" if @value < 0 raise ArgumentError, "Out of range: #{@value}" if @value > 4294967295 end def self.decode(value_data) self.new(decode_uinteger_value(value_data)) end end class Counter32 < UnsignedInteger def asn1_type "Counter32" end def encode encode_tagged_integer(Counter32_TAG, @value) end end class Gauge32 < UnsignedInteger def asn1_type "Gauge32" end def encode encode_tagged_integer(Gauge32_TAG, @value) end end class Unsigned32 < UnsignedInteger def asn1_type "Unsigned32" end def encode encode_tagged_integer(Unsigned32_TAG, @value) end end class TimeTicks < UnsignedInteger def asn1_type "TimeTicks" end def encode encode_tagged_integer(TimeTicks_TAG, @value) end def to_s days, remainder = @value.divmod(8640000) hours, remainder = remainder.divmod(360000) minutes, remainder = remainder.divmod(6000) seconds, hundredths = remainder.divmod(100) case when days < 1 sprintf('%02d:%02d:%02d.%02d', hours, minutes, seconds, hundredths) when days == 1 sprintf('1 day, %02d:%02d:%02d.%02d', hours, minutes, seconds, hundredths) when days > 1 sprintf('%d days, %02d:%02d:%02d.%02d', days, hours, minutes, seconds, hundredths) end end end class Opaque < OctetString def self.decode(value_data) Opaque.new(value_data) end def asn1_type "Opaque" end def encode encode_tlv(Opaque_TAG, self) end end class Counter64 < Integer def self.decode(value_data) Counter64.new(decode_integer_value(value_data)) end def asn1_type "Counter64" end def initialize(value) super(value) raise ArgumentError, "Negative integer invalid: #{@value}" if @value < 0 raise ArgumentError, "Out of range: #{@value}" if @value > 18446744073709551615 end def encode encode_tagged_integer(Counter64_TAG, @value) end end class Null class << self def decode(value_data) Null end def encode encode_null end def asn1_type 'Null' end def to_s asn1_type end end end class NoSuchObject class << self def decode(value_data) NoSuchObject end def encode encode_exception(NoSuchObject_TAG) end def asn1_type 'noSuchObject' end def to_s asn1_type end end end class NoSuchInstance class << self def decode(value_data) NoSuchInstance end def encode encode_exception(NoSuchInstance_TAG) end def asn1_type 'noSuchInstance' end def to_s asn1_type end end end class EndOfMibView class << self def decode(value_data) EndOfMibView end def encode encode_exception(EndOfMibView_TAG) end def asn1_type 'endOfMibView' end def to_s asn1_type end end end class VarBind attr_accessor :name attr_accessor :value alias :oid :name class << self def decode(data, mib=nil) varbind_data, remaining_varbind_data = decode_sequence(data) name, remainder = decode_object_id(varbind_data) value, remainder = decode_value(remainder) assert_no_remainder(remainder) return VarBind.new(name, value).with_mib(mib), remaining_varbind_data end ValueDecoderMap = { INTEGER_TAG => Integer, OCTET_STRING_TAG => OctetString, NULL_TAG => Null, OBJECT_IDENTIFIER_TAG => ObjectId, IpAddress_TAG => IpAddress, Counter32_TAG => Counter32, Gauge32_TAG => Gauge32, # note Gauge32 tag same as Unsigned32 TimeTicks_TAG => TimeTicks, Opaque_TAG => Opaque, Counter64_TAG => Counter64, NoSuchObject_TAG => NoSuchObject, NoSuchInstance_TAG => NoSuchInstance, EndOfMibView_TAG => EndOfMibView } def decode_value(data) value_tag, value_data, remainder = decode_tlv(data) decoder_class = ValueDecoderMap[value_tag] if decoder_class value = decoder_class.decode(value_data) else raise UnsupportedValueTag, value_tag.to_s end return value, remainder end end def initialize(name, value=Null) if name.kind_of? ObjectId @name = name else @name = ObjectName.new(name) end @value = value end ## # Adds MIB information to this varbind for use with to_s. # def with_mib(mib) @name.with_mib(mib) if @name @value.with_mib(mib) if @value.respond_to? :with_mib self end def asn1_type "VarBind" end def to_varbind self end def to_s "[name=#{@name.to_s}, value=#{@value.to_s} (#{@value.asn1_type})]" end def each yield self end def encode data = encode_object_id(@name) << value.encode encode_sequence(data) end end class ObjectName < ObjectId def asn1_type "ObjectName" end end end snmp-1.2.0/lib/snmp/options.rb0000644000004100000410000000505512365504747016304 0ustar www-datawww-data# # Copyright (c) 2004-2014 David R. Halliday # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restriction, including without limitation the rights # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell # copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. # module SNMP ## # Helper class for processing options Hash. # class Options #:nodoc: class << self attr_reader :alternates def option(symbol, alternate, defaulter=nil) @alternates ||= {} @alternates[symbol] = alternate define_method(symbol) do alternate_symbol = self.class.alternates[symbol] option_value = @config[symbol] || @config[alternate_symbol] || (defaulter.kind_of?(Proc) ? defaulter.call(self) : defaulter) @applied_config[symbol] = @applied_config[alternate_symbol] = option_value end end def default_modules ["SNMPv2-SMI", "SNMPv2-MIB", "IF-MIB", "IP-MIB", "TCP-MIB", "UDP-MIB"] end def choose_transport(klass, config) address_family = config.use_IPv6 ? Socket::AF_INET6 : Socket::AF_INET klass.new(address_family) end def ipv6_address?(config) hostname = config.host.to_s hostname.include?("::") || hostname.split(":").size == 8 end end attr_reader :applied_config def initialize(config) @config = validate_keys(config) @applied_config = {} end def validate_keys(config) valid_symbols = self.class.alternates.keys + self.class.alternates.values config.each_key { |k| raise "Invalid option: #{k}" unless valid_symbols.include? k } config end def socket_address_family use_IPv6 ? Socket::AF_INET6 : Socket::AF_INET end end end snmp-1.2.0/lib/snmp/manager.rb0000644000004100000410000005715612365504747016234 0ustar www-datawww-data# # Copyright (c) 2004-2014 David R. Halliday # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restriction, including without limitation the rights # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell # copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. # require 'snmp/pdu' require 'snmp/mib' require 'snmp/options' require 'socket' require 'timeout' require 'thread' module SNMP class RequestTimeout < RuntimeError; end ## # Wrap socket so that it can be easily substituted for testing or for # using other transport types (e.g. TCP) # class UDPTransport def initialize(address_family) @socket = UDPSocket.open(address_family) end def close @socket.close end def send(data, host, port) @socket.send(data, 0, host, port) end def recv(max_bytes) @socket.recv(max_bytes) end end ## # Manage a request-id in the range 1..2**31-1 # class RequestId MAX_REQUEST_ID = 2**31 def initialize @lock = Mutex.new @request_id = rand(MAX_REQUEST_ID) end def next @lock.synchronize do @request_id += 1 @request_id = 1 if @request_id == MAX_REQUEST_ID return @request_id end end def force_next(next_id) new_request_id = next_id.to_i if new_request_id < 1 || new_request_id >= MAX_REQUEST_ID raise "Invalid request id: #{new_request_id}" end new_request_id = MAX_REQUEST_ID if new_request_id == 1 @lock.synchronize do @request_id = new_request_id - 1 end end end ## # This class provides a manager for interacting with a single SNMP agent. # # == Example # # require 'snmp' # # manager = SNMP::Manager.new(:host => 'localhost', :port => 1061) # response = manager.get(["1.3.6.1.2.1.1.1.0", "1.3.6.1.2.1.1.2.0"]) # response.each_varbind {|vb| puts vb.inspect} # manager.close # # == Symbolic Object Names # # Symbolic names for SNMP object IDs can be used as parameters to the # APIs in this class if the MIB modules are imported and the names of the # MIBs are included in the MibModules configuration parameter. # # See MIB.varbind_list for a description of valid parameter formats. # # The following modules are loaded by default: "SNMPv2-SMI", "SNMPv2-MIB", # "IF-MIB", "IP-MIB", "TCP-MIB", "UDP-MIB". All of the current IETF MIBs # have been imported and are available for loading. # # Additional modules may be imported using the MIB class. The # current implementation of the importing code requires that the # external 'smidump' tool is available in your PATH. This tool can be # obtained from the libsmi website at # http://www.ibr.cs.tu-bs.de/projects/libsmi/ . # # == Example # # Do this once: # # SNMP::MIB.import_module(MY_MODULE_FILENAME, MIB_OUTPUT_DIR) # # Include your module in MibModules each time you create a Manager: # # SNMP::Manager.new(:host => 'localhost', :mib_dir => MIB_OUTPUT_DIR, # :mib_modules => ["MY-MODULE-MIB", "SNMPv2-MIB", ...]) # class Manager class Config < Options option :host, :Host, 'localhost' option :port, :Port, 161 option :trap_port, :TrapPort, 162 option :community, :Community, 'public' option :write_community, :WriteCommunity, lambda { |c| c.community } option :version, :Version, :SNMPv2c option :timeout, :Timeout, 1 option :retries, :Retries, 5 option :transport, :Transport, UDPTransport option :max_recv_bytes, :MaxReceiveBytes, 8000 option :mib_dir, :MibDir, MIB::DEFAULT_MIB_PATH option :mib_modules, :MibModules, default_modules option :use_IPv6, :use_IPv6, lambda { |c| ipv6_address?(c) } def create_transport transport.respond_to?(:new) ? transport.new(socket_address_family) : transport end end @@request_id = RequestId.new ## # Retrieves the current configuration of this Manager. # attr_reader :config ## # Retrieves the MIB for this Manager. # attr_reader :mib ## # Creates a Manager. The following are valid options and their default values. # # Note: The upper-case options supported in previous versions of this library are # deprecated, but still supported for now. Use at your own risk. # # Option Default Value # -------------------------------------- # :host 'localhost' # :port 161 # :trap_port 162 # :community 'public' # :write_community Same as :community # :version :SNMPv2c # :timeout 1 (timeout units are seconds) # :retries 5 # :transport UDPTransport # :max_recv_bytes 8000 bytes # :mib_dir MIB::DEFAULT_MIB_PATH # :mib_modules SNMPv2-SMI, SNMPv2-MIB, IF-MIB, IP-MIB, TCP-MIB, UDP-MIB # :use_IPv6 false, unless :host is formatted like an IPv6 address # # Use {:version => :SNMPv1} for SNMP v1. SNMP v3 is not supported. # def initialize(options = {}) if block_given? warn "SNMP::Manager.new() does not take block; use SNMP::Manager.open() instead" end config = Config.new(options) @host = config.host @port = config.port @trap_port = config.trap_port @community = config.community @write_community = config.write_community @snmp_version = config.version @timeout = config.timeout @retries = config.retries @transport = config.create_transport @max_bytes = config.max_recv_bytes @mib = MIB.new load_modules(config.mib_modules, config.mib_dir) @config = config.applied_config end ## # Creates a Manager but also takes an optional block and automatically # closes the transport connection used by this manager after the block # completes. # def self.open(config = {}) manager = Manager.new(config) if block_given? begin yield manager ensure manager.close end end end ## # Close the transport connection for this manager. # def close @transport.close end def load_module(name) @mib.load_module(name) end ## # Sends a get request for the supplied list of ObjectId or VarBind # objects. # # Returns a Response PDU with the results of the request. # def get(object_list) varbind_list = @mib.varbind_list(object_list, :NullValue) request = GetRequest.new(@@request_id.next, varbind_list) try_request(request) end ## # Sends a get request for the supplied list of ObjectId or VarBind # objects. # # Returns a list of the varbind values only, not the entire response, # in the same order as the initial object_list. This method is # useful for retrieving scalar values. # # For example: # # SNMP::Manager.open(:host => "localhost") do |manager| # puts manager.get_value("sysDescr.0") # end # def get_value(object_list) if object_list.respond_to? :to_ary get(object_list).vb_list.collect { |vb| vb.value } else get(object_list).vb_list.first.value end end ## # Sends a get-next request for the supplied list of ObjectId or VarBind # objects. # # Returns a Response PDU with the results of the request. # def get_next(object_list) varbind_list = @mib.varbind_list(object_list, :NullValue) request = GetNextRequest.new(@@request_id.next, varbind_list) try_request(request) end ## # Sends a get-bulk request. The non_repeaters parameter specifies # the number of objects in the object_list to be retrieved once. The # remaining objects in the list will be retrieved up to the number of # times specified by max_repetitions. # def get_bulk(non_repeaters, max_repetitions, object_list) varbind_list = @mib.varbind_list(object_list, :NullValue) request = GetBulkRequest.new( @@request_id.next, varbind_list, non_repeaters, max_repetitions) try_request(request) end ## # Sends a set request using the supplied list of VarBind objects. # # Returns a Response PDU with the results of the request. # def set(object_list) varbind_list = @mib.varbind_list(object_list, :KeepValue) request = SetRequest.new(@@request_id.next, varbind_list) try_request(request, @write_community) end ## # Sends an SNMPv1 style trap. # # enterprise: The enterprise OID from the IANA assigned numbers # (http://www.iana.org/assignments/enterprise-numbers) as a String or # an ObjectId. # # agent_addr: The IP address of the SNMP agent as a String or IpAddress. # # generic_trap: The generic trap identifier. One of :coldStart, # :warmStart, :linkDown, :linkUp, :authenticationFailure, # :egpNeighborLoss, or :enterpriseSpecific # # specific_trap: An integer representing the specific trap type for # an enterprise-specific trap. # # timestamp: An integer respresenting the number of hundredths of # a second that this system has been up. # # object_list: A list of additional varbinds to send with the trap. # # For example: # # Manager.open(:Version => :SNMPv1) do |snmp| # snmp.trap_v1( # "enterprises.9", # "10.1.2.3", # :enterpriseSpecific, # 42, # 12345, # [VarBind.new("1.3.6.1.2.3.4", Integer.new(1))]) # end # def trap_v1(enterprise, agent_addr, generic_trap, specific_trap, timestamp, object_list=[]) vb_list = @mib.varbind_list(object_list, :KeepValue) ent_oid = @mib.oid(enterprise) agent_ip = IpAddress.new(agent_addr) specific_int = Integer(specific_trap) ticks = TimeTicks.new(timestamp) trap = SNMPv1_Trap.new(ent_oid, agent_ip, generic_trap, specific_int, ticks, vb_list) send_request(trap, @community, @host, @trap_port) end ## # Sends an SNMPv2c style trap. # # sys_up_time: An integer respresenting the number of hundredths of # a second that this system has been up. # # trap_oid: An ObjectId or String with the OID identifier for this # trap. # # object_list: A list of additional varbinds to send with the trap. # def trap_v2(sys_up_time, trap_oid, object_list=[]) vb_list = create_trap_vb_list(sys_up_time, trap_oid, object_list) trap = SNMPv2_Trap.new(@@request_id.next, vb_list) send_request(trap, @community, @host, @trap_port) end ## # Sends an inform request using the supplied varbind list. # # sys_up_time: An integer respresenting the number of hundredths of # a second that this system has been up. # # trap_oid: An ObjectId or String with the OID identifier for this # inform request. # # object_list: A list of additional varbinds to send with the inform. # def inform(sys_up_time, trap_oid, object_list=[]) vb_list = create_trap_vb_list(sys_up_time, trap_oid, object_list) request = InformRequest.new(@@request_id.next, vb_list) try_request(request, @community, @host, @trap_port) end ## # Helper method for building VarBindList for trap and inform requests. # def create_trap_vb_list(sys_up_time, trap_oid, object_list) vb_args = @mib.varbind_list(object_list, :KeepValue) uptime_vb = VarBind.new(SNMP::SYS_UP_TIME_OID, TimeTicks.new(sys_up_time.to_int)) trap_vb = VarBind.new(SNMP::SNMP_TRAP_OID_OID, @mib.oid(trap_oid)) VarBindList.new([uptime_vb, trap_vb, *vb_args]) end ## # Walks a list of ObjectId or VarBind objects using get_next until # the response to the first OID in the list reaches the end of its # MIB subtree. # # The varbinds from each get_next are yielded to the given block as # they are retrieved. The result is yielded as a VarBind when walking # a single object or as a VarBindList when walking a list of objects. # # Normally this method is used for walking tables by providing an # ObjectId for each column of the table. # # For example: # # SNMP::Manager.open(:host => "localhost") do |manager| # manager.walk("ifTable") { |vb| puts vb } # end # # SNMP::Manager.open(:host => "localhost") do |manager| # manager.walk(["ifIndex", "ifDescr"]) do |index, descr| # puts "#{index.value} #{descr.value}" # end # end # # The index_column identifies the column that will provide the index # for each row. This information is used to deal with "holes" in a # table (when a row is missing a varbind for one column). A missing # varbind is replaced with a varbind with the value NoSuchInstance. # # Note: If you are getting back rows where all columns have a value of # NoSuchInstance then your index column is probably missing one of the # rows. Choose an index column that includes all indexes for the table. # def walk(object_list, index_column=0) raise ArgumentError, "expected a block to be given" unless block_given? vb_list = @mib.varbind_list(object_list, :NullValue) raise ArgumentError, "index_column is past end of varbind list" if index_column >= vb_list.length is_single_vb = object_list.respond_to?(:to_str) || object_list.respond_to?(:to_varbind) start_list = vb_list start_oid = vb_list[index_column].name last_oid = start_oid loop do vb_list = get_next(vb_list).vb_list index_vb = vb_list[index_column] break if EndOfMibView == index_vb.value stop_oid = index_vb.name if stop_oid <= last_oid warn "OIDs are not increasing, #{last_oid} followed by #{stop_oid}" break end break unless stop_oid.subtree_of?(start_oid) last_oid = stop_oid if is_single_vb yield index_vb else vb_list = validate_row(vb_list, start_list, index_column) yield vb_list end end end ## # Helper method for walk. Checks all of the VarBinds in vb_list to # make sure that the row indices match. If the row index does not # match the index column, then that varbind is replaced with a varbind # with a value of NoSuchInstance. # def validate_row(vb_list, start_list, index_column) start_vb = start_list[index_column] index_vb = vb_list[index_column] row_index = index_vb.name.index(start_vb.name) vb_list.each_index do |i| if i != index_column expected_oid = start_list[i].name + row_index if vb_list[i].name != expected_oid vb_list[i] = VarBind.new(expected_oid, NoSuchInstance).with_mib(@mib) end end end vb_list end private :validate_row ## # Set the next request-id instead of letting it be generated # automatically. This method is useful for testing and debugging. # def next_request_id=(request_id) @@request_id.force_next(request_id) end def load_modules(module_list, mib_dir) module_list.each { |m| @mib.load_module(m, mib_dir) } end private def warn(message) trace = caller(2) location = trace[0].sub(/:in.*/, '') Kernel::warn "#{location}: warning: #{message}" end def try_request(request, community=@community, host=@host, port=@port) (@retries + 1).times do |n| send_request(request, community, host, port) begin Timeout.timeout(@timeout) do return get_response(request) end rescue Timeout::Error # no action - try again rescue => e warn e.to_s end end raise RequestTimeout, "host #{config[:host]} not responding", caller end def send_request(request, community, host, port) message = Message.new(@snmp_version, community, request) @transport.send(message.encode, host, port) end ## # Wait until response arrives. Ignore responses with mismatched IDs; # these responses are typically from previous requests that timed out # or almost timed out. # def get_response(request) begin data = @transport.recv(@max_bytes) message = Message.decode(data, @mib) response = message.pdu end until request.request_id == response.request_id response end end class UDPServerTransport def initialize(host, port, address_family) @socket = UDPSocket.open(address_family) @socket.bind(host, port) end def close @socket.close end def send(data, host, port) @socket.send(data, 0, host, port) end def recvfrom(max_bytes) data, host_info = @socket.recvfrom(max_bytes) _, host_port, _, host_ip = host_info return data, host_ip, host_port end end ## # == SNMP Trap Listener # # Listens to a socket and processes received traps and informs in a separate # thread. # # === Example # # require 'snmp' # # m = SNMP::TrapListener.new(:Port => 1062, :Community => 'public') do |manager| # manager.on_trap_default { |trap| p trap } # end # m.join # class TrapListener class Config < Options option :host, :Host, 'localhost' option :port, :Port, 162 option :community, :Community, nil option :server_transport, :ServerTransport, UDPServerTransport option :max_recv_bytes, :MaxReceiveBytes, 8000 option :mib_dir, :MibDir, MIB::DEFAULT_MIB_PATH option :mib_modules, :MibModules, default_modules option :use_IPv6, :use_IPv6, false def create_transport server_transport.respond_to?(:new) ? server_transport.new(host, port, socket_address_family) : server_transport end end NULL_HANDLER = Proc.new {} ## # Retrieves the current configuration of this TrapListener. # attr_reader :config ## # Start a trap handler thread. If a block is provided then the block # is executed before trap handling begins. This block is typically used # to define the trap handler blocks. # # The trap handler blocks execute in the context of the trap handler thread. # # The most specific trap handler is executed when a trap arrives. Only one # handler is executed. The handlers are checked in the following order: # # 1. handler for a specific OID # 2. handler for a specific SNMP version # 3. default handler # # The default for the :community option is 'nil' allows traps with any # community to be accepted. To only accept traps from a specific community, # the community may also be set to a string (e.g. 'public') or a list of # strings (e.g. ['public', 'my_private_community'] ). # def initialize(options={}, &block) config = Config.new(options) @transport = config.create_transport @community = config.community @max_bytes = config.max_recv_bytes @mib = MIB.new load_modules(config.mib_modules, config.mib_dir) @config = config.applied_config @handler_init = block @oid_handler = {} @v1_handler = nil @v2c_handler = nil @default_handler = nil @lock = Mutex.new @handler_thread = Thread.new(self) { |m| process_traps(m) } end ## # Define the default trap handler. The default trap handler block is # executed only if no other block is applicable. This handler should # expect to receive both SNMPv1_Trap and SNMPv2_Trap objects. # def on_trap_default(&block) raise ArgumentError, "a block must be provided" unless block @lock.synchronize { @default_handler = block } end ## # Define a trap handler block for a specific trap ObjectId. This handler # only applies to SNMPv2 traps. Note that symbolic OIDs are not # supported by this method (like in the SNMP.Manager class). # def on_trap(object_id, &block) raise ArgumentError, "a block must be provided" unless block @lock.synchronize { @oid_handler[ObjectId.new(object_id)] = block } end ## # Define a trap handler block for all SNMPv1 traps. The trap yielded # to the block will always be an SNMPv1_Trap. # def on_trap_v1(&block) raise ArgumentError, "a block must be provided" unless block @lock.synchronize { @v1_handler = block } end ## # Define a trap handler block for all SNMPv2c traps. The trap yielded # to the block will always be an SNMPv2_Trap. Note that InformRequest # is a subclass of SNMPv2_Trap, so inform PDUs are also received by # this handler. # def on_trap_v2c(&block) raise ArgumentError, "a block must be provided" unless block @lock.synchronize { @v2c_handler = block } end ## # Joins the current thread to the trap handler thread. # # See also Thread#join. # def join @handler_thread.join end ## # Stops the trap handler thread and releases the socket. # # See also Thread#exit. # def exit @handler_thread.exit @transport.close end alias kill exit alias terminate exit private def load_modules(module_list, mib_dir) module_list.each { |m| @mib.load_module(m, mib_dir) } end def process_traps(trap_listener) @handler_init.call(trap_listener) if @handler_init loop do data, source_ip, source_port = @transport.recvfrom(@max_bytes) begin message = Message.decode(data, @mib) if community_allowed? message.community trap = message.pdu if trap.kind_of?(InformRequest) @transport.send(message.response.encode, source_ip, source_port) end trap.source_ip = source_ip select_handler(trap).call(trap) end rescue => e puts "Error handling trap: #{e}" puts e.backtrace.join("\n") puts "Received data:" p data end end end def community_allowed?(msg_community) @community.nil? || @community == msg_community || !(Array(@community) & Array(msg_community)).empty? end def select_handler(trap) @lock.synchronize do if trap.kind_of?(SNMPv2_Trap) oid = trap.trap_oid if @oid_handler[oid] return @oid_handler[oid] elsif @v2c_handler return @v2c_handler elsif @default_handler return @default_handler else return NULL_HANDLER end elsif trap.kind_of?(SNMPv1_Trap) if @v1_handler return @v1_handler elsif @default_handler return @default_handler else return NULL_HANDLER end else return NULL_HANDLER end end end end end snmp-1.2.0/lib/snmp/version.rb0000644000004100000410000000004412365504747016267 0ustar www-datawww-datamodule SNMP VERSION = "1.2.0" end snmp-1.2.0/lib/snmp/agent.rb0000644000004100000410000000503412365504747015704 0ustar www-datawww-data# # Copyright (c) 2004-2014 David R. Halliday # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restriction, including without limitation the rights # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell # copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. # require 'snmp' require 'socket' require 'logger' module SNMP class Agent #:nodoc:all def initialize(listen_port=161, max_packet=8000) @log = Logger.new(STDOUT) @log.level = Logger::DEBUG @max_packet = max_packet @socket = UDPSocket.open @socket.bind(nil, listen_port) @mib = MIB::SystemMIB.new end def start @log.info "SNMP agent running" loop do begin data, remote_info = @socket.recvfrom(@max_packet) puts "Received #{data.length} bytes" p data message = Message.decode(data) case message.pdu when GetRequest response = message.response response.pdu.varbind_list.each do |v| v.value = @mib.get(v.name) end when SetRequest response = message.response else raise "invalid message #{message.to_s}" end puts "Responding to #{remote_info[3]}:#{remote_info[1]}" encoded_message = response.encode n=@socket.send(encoded_message, 0, remote_info[3], remote_info[1]) p encoded_message rescue => e @log.error e shutdown end end end def shutdown @log.info "SNMP agent stopping" @socket.close exit end alias stop :shutdown end end if $0 == __FILE__ agent = SNMP::Agent.new(1061) trap("INT") { agent.shutdown } agent.start end snmp-1.2.0/lib/snmp/mib.rb0000644000004100000410000002236312365504747015361 0ustar www-datawww-data# # Copyright (c) 2004-2014 David R. Halliday # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restriction, including without limitation the rights # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell # copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. # require 'snmp/varbind' require 'fileutils' require 'yaml' module SNMP class MIB #:stopdoc: data_path = File.expand_path(File.dirname(__FILE__) + "/../../data/ruby/snmp/mibs") DEFAULT_MIB_PATH = if (File.exist?(data_path)) data_path else warn "Could not find default MIB directory, tried:\n #{data_path}" nil end #:startdoc: MODULE_EXT = 'yaml' class ModuleNotLoadedError < RuntimeError; end class << self ## # Import an SMIv2 MIB file for later loading. A module only needs to # be installed once. # # module_file - the filename of the module to be imported # mib_dir - the output directory for the serialized MIB data # # NOTE: This implementation requires that the 'smidump' tool is available # in the PATH. This tool can be obtained from the libsmi website at # http://http://www.ibr.cs.tu-bs.de/projects/libsmi/ . # # ALSO NOTE: The file format in future releases is subject to # change. For now, it is a simple YAML hash with the MIB symbol # as the key and the OID as the value. These files could be # generated manually if 'smidump' is not available. # # Here is an example of the contents of an output file: # # --- # ipDefaultTTL: 1.3.6.1.2.1.4.2 # ipForwDatagrams: 1.3.6.1.2.1.4.6 # ipOutRequests: 1.3.6.1.2.1.4.10 # ipOutNoRoutes: 1.3.6.1.2.1.4.12 # ipReasmTimeout: 1.3.6.1.2.1.4.13 # icmpInDestUnreachs: 1.3.6.1.2.1.5.3 # def import_module(module_file, mib_dir=DEFAULT_MIB_PATH) raise "smidump tool must be installed" unless import_supported? FileUtils.makedirs mib_dir mib_hash = `smidump -k -f python #{module_file}` mib = eval_mib_data(mib_hash) if mib module_name = mib["moduleName"] raise "#{module_file}: invalid file format; no module name" unless module_name if mib["nodes"] oid_hash = {} mib["nodes"].each { |key, value| oid_hash[key] = value["oid"] } if mib["notifications"] mib["notifications"].each { |key, value| oid_hash[key] = value["oid"] } end File.open(module_file_name(module_name, mib_dir), 'w') do |file| YAML.dump(oid_hash, file) file.puts end module_name else warn "*** No nodes defined in: #{module_file} ***" nil end else warn "*** Import failed for: #{module_file} ***" nil end end ## # Returns the full filename of the imported MIB file for the given # module name. # def module_file_name(module_name, mib_dir=DEFAULT_MIB_PATH) File.join(mib_dir, module_name + "." + MODULE_EXT) end ## # The MIB.import_module method is only supported if the external # 'smidump' tool is available. This method returns true if a # known version of the tool is available. # def import_supported? `smidump --version` =~ /^smidump 0.4/ && $? == 0 end ## # Returns a list of MIB modules that have been imported. All of # the current IETF MIBs should be available from the default # MIB directory. # # If a regex is provided, then the module names are matched # against that pattern. # def list_imported(regex=//, mib_dir=DEFAULT_MIB_PATH) list = [] Dir["#{mib_dir}/*.#{MODULE_EXT}"].each do |name| module_name = File.basename(name, ".*") list << module_name if module_name =~ regex end list end private def eval_mib_data(mib_hash) ruby_hash = mib_hash. gsub(':', '=>'). # fix hash syntax gsub('(', '[').gsub(')', ']'). # fix tuple syntax sub('FILENAME =', 'filename ='). # get rid of constants sub('MIB =', 'mib =') mib = nil eval(ruby_hash) mib end end # class methods def initialize @by_name = {} @by_module_by_name = {} @by_oid = {} end ## # Loads a module into this MIB. The module must be imported before it # can be loaded. See MIB.import_module . # def load_module(module_name, mib_dir=DEFAULT_MIB_PATH) oid_hash = nil File.open(MIB.module_file_name(module_name, mib_dir)) do |file| oid_hash = YAML.load(file.read) end @by_name.merge!(oid_hash) do |key, old, value| warn "warning: overwriting old MIB name '#{key}'" end @by_module_by_name[module_name] = {} @by_module_by_name[module_name].merge!(oid_hash) name_hash = Hash[ oid_hash.invert.to_a.collect { |oid, name| [oid, "#{module_name}::#{name}"] } ] @by_oid.merge!(name_hash) end ## # Returns a VarBindList for the provided list of objects. If a # string is provided it is interpretted as a symbolic OID. # # This method accepts many different kinds of objects: # - single string object IDs e.g. "1.3.6.1" or "IF-MIB::ifTable.1.1" # - single ObjectId # - list of string object IDs # - list of ObjectIds # - list of VarBinds # def varbind_list(object_list, option=:KeepValue) raise ArgumentError, "A list of ObjectId or VarBind objects is NilClass" if object_list.nil? vb_list = VarBindList.new if object_list.respond_to? :to_str vb_list << oid(object_list).to_varbind elsif object_list.respond_to? :to_varbind vb_list << apply_option(object_list.to_varbind, option) else object_list.each do |item| if item.respond_to? :to_str varbind = oid(item).to_varbind else varbind = item.to_varbind end vb_list << apply_option(varbind, option) end end vb_list end def apply_option(varbind, option) if option == :NullValue varbind.value = Null elsif option != :KeepValue raise ArgumentError, "invalid option: #{option.to_s}", caller end varbind end private :apply_option ## # Returns a VarBind object for the given name and value. The name # can be a String, ObjectId, or anything that responds to :to_varbind. # # String names are in the format ::. with # ModuleName and Index being optional. # def varbind(name, value=Null) if name.respond_to? :to_str vb = VarBind.new(oid(name), value) else vb = name.to_varbind vb.value = value end vb end ## # Returns an ObjectId for the given name. Names are in the format # ::. with ModuleName and Index being # optional. # def oid(name) module_parts = name.to_str.split("::") if module_parts.length == 1 parse_oid(@by_name, name.to_str) elsif module_parts.length == 2 module_name = module_parts[0] oid = module_parts[1] module_hash = @by_module_by_name[module_name] if module_hash parse_oid(module_hash, oid) else raise ModuleNotLoadedError, "module '#{module_name}' not loaded" end else raise ArgumentError, "invalid format: #{name.to_str}" end end ## # Returns the symbolic name of the given OID. # # e.g. OID "1.3.6.1.2.1.1.0" returns symbol "SNMPv2-MIB::system.0" # def name(oid) current_oid = ObjectId.new(oid) index = [] while current_oid.size > 1 name = @by_oid[current_oid.to_s] if name return index.empty? ? name : "#{name}.#{index.join('.')}" end index.unshift current_oid.slice!(-1) end ObjectId.new(oid).to_s end def parse_oid(node_hash, name) oid_parts = name.split(".") first_part = oid_parts.shift oid_string = node_hash[first_part] if oid_string oid_array = oid_string.split(".") else oid_array = [first_part] end oid_array.concat(oid_parts) ObjectId.new(oid_array) end private :parse_oid end end # module SNMP snmp-1.2.0/metadata.yml0000644000004100000410000003117212365504747015043 0ustar www-datawww-data--- !ruby/object:Gem::Specification name: snmp version: !ruby/object:Gem::Version version: 1.2.0 platform: ruby authors: - Dave Halliday autorequire: bindir: bin cert_chain: [] date: 2014-07-15 00:00:00.000000000 Z dependencies: [] description: A Ruby implementation of SNMP (the Simple Network Management Protocol). email: hallidave@gmail.com executables: [] extensions: [] extra_rdoc_files: - README.rdoc files: - README.rdoc - Rakefile - data/ruby/snmp/mibs/ACCOUNTING-CONTROL-MIB.yaml - data/ruby/snmp/mibs/ADSL-LINE-EXT-MIB.yaml - data/ruby/snmp/mibs/ADSL-LINE-MIB.yaml - data/ruby/snmp/mibs/ADSL-TC-MIB.yaml - data/ruby/snmp/mibs/ADSL2-LINE-MIB.yaml - data/ruby/snmp/mibs/ADSL2-LINE-TC-MIB.yaml - data/ruby/snmp/mibs/AGENTX-MIB.yaml - data/ruby/snmp/mibs/AGGREGATE-MIB.yaml - data/ruby/snmp/mibs/ALARM-MIB.yaml - data/ruby/snmp/mibs/APM-MIB.yaml - data/ruby/snmp/mibs/APPC-MIB.yaml - data/ruby/snmp/mibs/APPLETALK-MIB.yaml - data/ruby/snmp/mibs/APPLICATION-MIB.yaml - data/ruby/snmp/mibs/APPN-DLUR-MIB.yaml - data/ruby/snmp/mibs/APPN-MIB.yaml - data/ruby/snmp/mibs/APPN-TRAP-MIB.yaml - data/ruby/snmp/mibs/APS-MIB.yaml - data/ruby/snmp/mibs/ARC-MIB.yaml - data/ruby/snmp/mibs/ATM-ACCOUNTING-INFORMATION-MIB.yaml - data/ruby/snmp/mibs/ATM-MIB.yaml - data/ruby/snmp/mibs/ATM-TC-MIB.yaml - data/ruby/snmp/mibs/ATM2-MIB.yaml - data/ruby/snmp/mibs/BGP4-MIB.yaml - data/ruby/snmp/mibs/BLDG-HVAC-MIB.yaml - data/ruby/snmp/mibs/BRIDGE-MIB.yaml - data/ruby/snmp/mibs/CHARACTER-MIB.yaml - data/ruby/snmp/mibs/CIRCUIT-IF-MIB.yaml - data/ruby/snmp/mibs/CLNS-MIB.yaml - data/ruby/snmp/mibs/COFFEE-POT-MIB.yaml - data/ruby/snmp/mibs/COPS-CLIENT-MIB.yaml - data/ruby/snmp/mibs/DECNET-PHIV-MIB.yaml - data/ruby/snmp/mibs/DIAL-CONTROL-MIB.yaml - data/ruby/snmp/mibs/DIFFSERV-CONFIG-MIB.yaml - data/ruby/snmp/mibs/DIFFSERV-DSCP-TC.yaml - data/ruby/snmp/mibs/DIFFSERV-MIB.yaml - data/ruby/snmp/mibs/DIRECTORY-SERVER-MIB.yaml - data/ruby/snmp/mibs/DISMAN-EVENT-MIB.yaml - data/ruby/snmp/mibs/DISMAN-EXPRESSION-MIB.yaml - data/ruby/snmp/mibs/DISMAN-NSLOOKUP-MIB.yaml - data/ruby/snmp/mibs/DISMAN-PING-MIB.yaml - data/ruby/snmp/mibs/DISMAN-SCHEDULE-MIB.yaml - data/ruby/snmp/mibs/DISMAN-SCRIPT-MIB.yaml - data/ruby/snmp/mibs/DISMAN-TRACEROUTE-MIB.yaml - data/ruby/snmp/mibs/DLSW-MIB.yaml - data/ruby/snmp/mibs/DNS-RESOLVER-MIB.yaml - data/ruby/snmp/mibs/DNS-SERVER-MIB.yaml - data/ruby/snmp/mibs/DOCS-BPI-MIB.yaml - data/ruby/snmp/mibs/DOCS-CABLE-DEVICE-MIB.yaml - data/ruby/snmp/mibs/DOCS-IETF-BPI2-MIB.yaml - data/ruby/snmp/mibs/DOCS-IETF-CABLE-DEVICE-NOTIFICATION-MIB.yaml - data/ruby/snmp/mibs/DOCS-IETF-QOS-MIB.yaml - data/ruby/snmp/mibs/DOCS-IETF-SUBMGT-MIB.yaml - data/ruby/snmp/mibs/DOCS-IF-MIB.yaml - data/ruby/snmp/mibs/DOT12-IF-MIB.yaml - data/ruby/snmp/mibs/DOT3-EPON-MIB.yaml - data/ruby/snmp/mibs/DOT3-OAM-MIB.yaml - data/ruby/snmp/mibs/DS0-MIB.yaml - data/ruby/snmp/mibs/DS0BUNDLE-MIB.yaml - data/ruby/snmp/mibs/DS1-MIB.yaml - data/ruby/snmp/mibs/DS3-MIB.yaml - data/ruby/snmp/mibs/DSA-MIB.yaml - data/ruby/snmp/mibs/DSMON-MIB.yaml - data/ruby/snmp/mibs/EBN-MIB.yaml - data/ruby/snmp/mibs/EFM-CU-MIB.yaml - data/ruby/snmp/mibs/ENTITY-MIB.yaml - data/ruby/snmp/mibs/ENTITY-SENSOR-MIB.yaml - data/ruby/snmp/mibs/ENTITY-STATE-MIB.yaml - data/ruby/snmp/mibs/ENTITY-STATE-TC-MIB.yaml - data/ruby/snmp/mibs/ETHER-CHIPSET-MIB.yaml - data/ruby/snmp/mibs/ETHER-WIS.yaml - data/ruby/snmp/mibs/EtherLike-MIB.yaml - data/ruby/snmp/mibs/FC-MGMT-MIB.yaml - data/ruby/snmp/mibs/FCIP-MGMT-MIB.yaml - data/ruby/snmp/mibs/FDDI-SMT73-MIB.yaml - data/ruby/snmp/mibs/FIBRE-CHANNEL-FE-MIB.yaml - data/ruby/snmp/mibs/FLOW-METER-MIB.yaml - data/ruby/snmp/mibs/FR-ATM-PVC-SERVICE-IWF-MIB.yaml - data/ruby/snmp/mibs/FR-MFR-MIB.yaml - data/ruby/snmp/mibs/FRAME-RELAY-DTE-MIB.yaml - data/ruby/snmp/mibs/FRNETSERV-MIB.yaml - data/ruby/snmp/mibs/FRSLD-MIB.yaml - data/ruby/snmp/mibs/Finisher-MIB.yaml - data/ruby/snmp/mibs/GMPLS-LABEL-STD-MIB.yaml - data/ruby/snmp/mibs/GMPLS-LSR-STD-MIB.yaml - data/ruby/snmp/mibs/GMPLS-TC-STD-MIB.yaml - data/ruby/snmp/mibs/GMPLS-TE-STD-MIB.yaml - data/ruby/snmp/mibs/GSMP-MIB.yaml - data/ruby/snmp/mibs/HC-ALARM-MIB.yaml - data/ruby/snmp/mibs/HC-PerfHist-TC-MIB.yaml - data/ruby/snmp/mibs/HC-RMON-MIB.yaml - data/ruby/snmp/mibs/HCNUM-TC.yaml - data/ruby/snmp/mibs/HDSL2-SHDSL-LINE-MIB.yaml - data/ruby/snmp/mibs/HOST-RESOURCES-MIB.yaml - data/ruby/snmp/mibs/HOST-RESOURCES-TYPES.yaml - data/ruby/snmp/mibs/HPR-IP-MIB.yaml - data/ruby/snmp/mibs/HPR-MIB.yaml - data/ruby/snmp/mibs/IANA-ITU-ALARM-TC-MIB.yaml - data/ruby/snmp/mibs/IF-CAP-STACK-MIB.yaml - data/ruby/snmp/mibs/IF-INVERTED-STACK-MIB.yaml - data/ruby/snmp/mibs/IF-MIB.yaml - data/ruby/snmp/mibs/IFCP-MGMT-MIB.yaml - data/ruby/snmp/mibs/IGMP-STD-MIB.yaml - data/ruby/snmp/mibs/INET-ADDRESS-MIB.yaml - data/ruby/snmp/mibs/INTEGRATED-SERVICES-GUARANTEED-MIB.yaml - data/ruby/snmp/mibs/INTEGRATED-SERVICES-MIB.yaml - data/ruby/snmp/mibs/INTERFACETOPN-MIB.yaml - data/ruby/snmp/mibs/IP-FORWARD-MIB.yaml - data/ruby/snmp/mibs/IP-MIB.yaml - data/ruby/snmp/mibs/IPATM-IPMC-MIB.yaml - data/ruby/snmp/mibs/IPMCAST-MIB.yaml - data/ruby/snmp/mibs/IPMROUTE-STD-MIB.yaml - data/ruby/snmp/mibs/IPOA-MIB.yaml - data/ruby/snmp/mibs/IPS-AUTH-MIB.yaml - data/ruby/snmp/mibs/IPSEC-SPD-MIB.yaml - data/ruby/snmp/mibs/IPV6-FLOW-LABEL-MIB.yaml - data/ruby/snmp/mibs/IPV6-ICMP-MIB.yaml - data/ruby/snmp/mibs/IPV6-MIB.yaml - data/ruby/snmp/mibs/IPV6-MLD-MIB.yaml - data/ruby/snmp/mibs/IPV6-TCP-MIB.yaml - data/ruby/snmp/mibs/IPV6-UDP-MIB.yaml - data/ruby/snmp/mibs/ISCSI-MIB.yaml - data/ruby/snmp/mibs/ISDN-MIB.yaml - data/ruby/snmp/mibs/ISIS-MIB.yaml - data/ruby/snmp/mibs/ISNS-MIB.yaml - data/ruby/snmp/mibs/ITU-ALARM-MIB.yaml - data/ruby/snmp/mibs/ITU-ALARM-TC-MIB.yaml - data/ruby/snmp/mibs/Job-Monitoring-MIB.yaml - data/ruby/snmp/mibs/L2TP-MIB.yaml - data/ruby/snmp/mibs/LANGTAG-TC-MIB.yaml - data/ruby/snmp/mibs/LMP-MIB.yaml - data/ruby/snmp/mibs/MALLOC-MIB.yaml - data/ruby/snmp/mibs/MAU-MIB.yaml - data/ruby/snmp/mibs/MIDCOM-MIB.yaml - data/ruby/snmp/mibs/MIOX25-MIB.yaml - data/ruby/snmp/mibs/MIP-MIB.yaml - data/ruby/snmp/mibs/MOBILEIPV6-MIB.yaml - data/ruby/snmp/mibs/MPLS-FTN-STD-MIB.yaml - data/ruby/snmp/mibs/MPLS-L3VPN-STD-MIB.yaml - data/ruby/snmp/mibs/MPLS-LC-ATM-STD-MIB.yaml - data/ruby/snmp/mibs/MPLS-LC-FR-STD-MIB.yaml - data/ruby/snmp/mibs/MPLS-LDP-ATM-STD-MIB.yaml - data/ruby/snmp/mibs/MPLS-LDP-FRAME-RELAY-STD-MIB.yaml - data/ruby/snmp/mibs/MPLS-LDP-GENERIC-STD-MIB.yaml - data/ruby/snmp/mibs/MPLS-LDP-STD-MIB.yaml - data/ruby/snmp/mibs/MPLS-LSR-STD-MIB.yaml - data/ruby/snmp/mibs/MPLS-TC-STD-MIB.yaml - data/ruby/snmp/mibs/MPLS-TE-STD-MIB.yaml - data/ruby/snmp/mibs/MSDP-MIB.yaml - data/ruby/snmp/mibs/MTA-MIB.yaml - data/ruby/snmp/mibs/Modem-MIB.yaml - data/ruby/snmp/mibs/NAT-MIB.yaml - data/ruby/snmp/mibs/NETWORK-SERVICES-MIB.yaml - data/ruby/snmp/mibs/NHRP-MIB.yaml - data/ruby/snmp/mibs/NOTIFICATION-LOG-MIB.yaml - data/ruby/snmp/mibs/OPT-IF-MIB.yaml - data/ruby/snmp/mibs/OSPF-MIB.yaml - data/ruby/snmp/mibs/OSPF-TRAP-MIB.yaml - data/ruby/snmp/mibs/P-BRIDGE-MIB.yaml - data/ruby/snmp/mibs/PARALLEL-MIB.yaml - data/ruby/snmp/mibs/PIM-MIB.yaml - data/ruby/snmp/mibs/PIM-STD-MIB.yaml - data/ruby/snmp/mibs/PINT-MIB.yaml - data/ruby/snmp/mibs/PKTC-IETF-MTA-MIB.yaml - data/ruby/snmp/mibs/PKTC-IETF-SIG-MIB.yaml - data/ruby/snmp/mibs/POLICY-BASED-MANAGEMENT-MIB.yaml - data/ruby/snmp/mibs/POWER-ETHERNET-MIB.yaml - data/ruby/snmp/mibs/PPP-BRIDGE-NCP-MIB.yaml - data/ruby/snmp/mibs/PPP-IP-NCP-MIB.yaml - data/ruby/snmp/mibs/PPP-LCP-MIB.yaml - data/ruby/snmp/mibs/PPP-SEC-MIB.yaml - data/ruby/snmp/mibs/PTOPO-MIB.yaml - data/ruby/snmp/mibs/PerfHist-TC-MIB.yaml - data/ruby/snmp/mibs/Printer-MIB.yaml - data/ruby/snmp/mibs/Q-BRIDGE-MIB.yaml - data/ruby/snmp/mibs/RADIUS-ACC-CLIENT-MIB.yaml - data/ruby/snmp/mibs/RADIUS-ACC-SERVER-MIB.yaml - data/ruby/snmp/mibs/RADIUS-AUTH-CLIENT-MIB.yaml - data/ruby/snmp/mibs/RADIUS-AUTH-SERVER-MIB.yaml - data/ruby/snmp/mibs/RADIUS-DYNAUTH-CLIENT-MIB.yaml - data/ruby/snmp/mibs/RADIUS-DYNAUTH-SERVER-MIB.yaml - data/ruby/snmp/mibs/RAQMON-MIB.yaml - data/ruby/snmp/mibs/RDBMS-MIB.yaml - data/ruby/snmp/mibs/RFC1065-SMI.yaml - data/ruby/snmp/mibs/RFC1155-SMI.yaml - data/ruby/snmp/mibs/RFC1158-MIB.yaml - data/ruby/snmp/mibs/RFC1213-MIB.yaml - data/ruby/snmp/mibs/RFC1269-MIB.yaml - data/ruby/snmp/mibs/RFC1271-MIB.yaml - data/ruby/snmp/mibs/RFC1285-MIB.yaml - data/ruby/snmp/mibs/RFC1316-MIB.yaml - data/ruby/snmp/mibs/RFC1381-MIB.yaml - data/ruby/snmp/mibs/RFC1382-MIB.yaml - data/ruby/snmp/mibs/RFC1414-MIB.yaml - data/ruby/snmp/mibs/RIPv2-MIB.yaml - data/ruby/snmp/mibs/RMON-MIB.yaml - data/ruby/snmp/mibs/RMON2-MIB.yaml - data/ruby/snmp/mibs/ROHC-MIB.yaml - data/ruby/snmp/mibs/ROHC-RTP-MIB.yaml - data/ruby/snmp/mibs/ROHC-UNCOMPRESSED-MIB.yaml - data/ruby/snmp/mibs/RS-232-MIB.yaml - data/ruby/snmp/mibs/RSTP-MIB.yaml - data/ruby/snmp/mibs/RSVP-MIB.yaml - data/ruby/snmp/mibs/RTP-MIB.yaml - data/ruby/snmp/mibs/SCSI-MIB.yaml - data/ruby/snmp/mibs/SCTP-MIB.yaml - data/ruby/snmp/mibs/SFLOW-MIB.yaml - data/ruby/snmp/mibs/SIP-COMMON-MIB.yaml - data/ruby/snmp/mibs/SIP-MIB.yaml - data/ruby/snmp/mibs/SIP-SERVER-MIB.yaml - data/ruby/snmp/mibs/SIP-TC-MIB.yaml - data/ruby/snmp/mibs/SIP-UA-MIB.yaml - data/ruby/snmp/mibs/SLAPM-MIB.yaml - data/ruby/snmp/mibs/SMON-MIB.yaml - data/ruby/snmp/mibs/SNA-NAU-MIB.yaml - data/ruby/snmp/mibs/SNA-SDLC-MIB.yaml - data/ruby/snmp/mibs/SNMP-COMMUNITY-MIB.yaml - data/ruby/snmp/mibs/SNMP-FRAMEWORK-MIB.yaml - data/ruby/snmp/mibs/SNMP-MPD-MIB.yaml - data/ruby/snmp/mibs/SNMP-NOTIFICATION-MIB.yaml - data/ruby/snmp/mibs/SNMP-PROXY-MIB.yaml - data/ruby/snmp/mibs/SNMP-REPEATER-MIB.yaml - data/ruby/snmp/mibs/SNMP-TARGET-MIB.yaml - data/ruby/snmp/mibs/SNMP-USER-BASED-SM-MIB.yaml - data/ruby/snmp/mibs/SNMP-USM-AES-MIB.yaml - data/ruby/snmp/mibs/SNMP-USM-DH-OBJECTS-MIB.yaml - data/ruby/snmp/mibs/SNMP-VIEW-BASED-ACM-MIB.yaml - data/ruby/snmp/mibs/SNMPv2-MIB.yaml - data/ruby/snmp/mibs/SNMPv2-SMI.yaml - data/ruby/snmp/mibs/SNMPv2-TM.yaml - data/ruby/snmp/mibs/SNMPv2-USEC-MIB.yaml - data/ruby/snmp/mibs/SONET-MIB.yaml - data/ruby/snmp/mibs/SOURCE-ROUTING-MIB.yaml - data/ruby/snmp/mibs/SSPM-MIB.yaml - data/ruby/snmp/mibs/SYSAPPL-MIB.yaml - data/ruby/snmp/mibs/T11-FC-FABRIC-ADDR-MGR-MIB.yaml - data/ruby/snmp/mibs/T11-FC-FABRIC-CONFIG-SERVER-MIB.yaml - data/ruby/snmp/mibs/T11-FC-FABRIC-LOCK-MIB.yaml - data/ruby/snmp/mibs/T11-FC-FSPF-MIB.yaml - data/ruby/snmp/mibs/T11-FC-NAME-SERVER-MIB.yaml - data/ruby/snmp/mibs/T11-FC-ROUTE-MIB.yaml - data/ruby/snmp/mibs/T11-FC-RSCN-MIB.yaml - data/ruby/snmp/mibs/T11-FC-VIRTUAL-FABRIC-MIB.yaml - data/ruby/snmp/mibs/T11-FC-ZONE-SERVER-MIB.yaml - data/ruby/snmp/mibs/T11-TC-MIB.yaml - data/ruby/snmp/mibs/TCP-ESTATS-MIB.yaml - data/ruby/snmp/mibs/TCP-MIB.yaml - data/ruby/snmp/mibs/TCPIPX-MIB.yaml - data/ruby/snmp/mibs/TE-LINK-STD-MIB.yaml - data/ruby/snmp/mibs/TE-MIB.yaml - data/ruby/snmp/mibs/TIME-AGGREGATE-MIB.yaml - data/ruby/snmp/mibs/TN3270E-MIB.yaml - data/ruby/snmp/mibs/TN3270E-RT-MIB.yaml - data/ruby/snmp/mibs/TOKEN-RING-RMON-MIB.yaml - data/ruby/snmp/mibs/TOKENRING-MIB.yaml - data/ruby/snmp/mibs/TOKENRING-STATION-SR-MIB.yaml - data/ruby/snmp/mibs/TRANSPORT-ADDRESS-MIB.yaml - data/ruby/snmp/mibs/TRIP-MIB.yaml - data/ruby/snmp/mibs/TRIP-TC-MIB.yaml - data/ruby/snmp/mibs/TUNNEL-MIB.yaml - data/ruby/snmp/mibs/UCD-SNMP-MIB.yaml - data/ruby/snmp/mibs/UDP-MIB.yaml - data/ruby/snmp/mibs/UDPLITE-MIB.yaml - data/ruby/snmp/mibs/UPS-MIB.yaml - data/ruby/snmp/mibs/URI-TC-MIB.yaml - data/ruby/snmp/mibs/VDSL-LINE-EXT-MCM-MIB.yaml - data/ruby/snmp/mibs/VDSL-LINE-EXT-SCM-MIB.yaml - data/ruby/snmp/mibs/VDSL-LINE-MIB.yaml - data/ruby/snmp/mibs/VPN-TC-STD-MIB.yaml - data/ruby/snmp/mibs/VRRP-MIB.yaml - data/ruby/snmp/mibs/WWW-MIB.yaml - examples/datetime.rb - examples/dump.rb - examples/get.rb - examples/iftable.rb - examples/link_down.rb - examples/log_traps.rb - examples/set.rb - examples/walk.rb - lib/snmp.rb - lib/snmp/agent.rb - lib/snmp/ber.rb - lib/snmp/manager.rb - lib/snmp/mib.rb - lib/snmp/options.rb - lib/snmp/pdu.rb - lib/snmp/varbind.rb - lib/snmp/version.rb - test/if_table1.yaml - test/if_table6.yaml - test/test_ber.rb - test/test_manager.rb - test/test_mib.rb - test/test_pdu.rb - test/test_retry.rb - test/test_smi.rb - test/test_varbind.rb - test/test_walk.rb homepage: http://snmplib.rubyforge.org licenses: [] metadata: {} post_install_message: rdoc_options: - "--main" - README.rdoc - "--title" - SNMP Library for Ruby require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: snmplib rubygems_version: 2.2.2 signing_key: specification_version: 4 summary: A Ruby implementation of SNMP (the Simple Network Management Protocol). test_files: [] snmp-1.2.0/test/0000755000004100000410000000000012365504747013513 5ustar www-datawww-datasnmp-1.2.0/test/test_ber.rb0000644000004100000410000001574712365504747015665 0ustar www-datawww-data# encoding: ascii-8bit require 'minitest/autorun' require 'snmp/varbind' require 'snmp/ber' class ASN1_Test < MiniTest::Unit::TestCase include SNMP::BER def test_decode_tlv_empty tag, value, data = decode_tlv("\001\000") assert_equal(1, tag) assert_equal("", value) assert_equal("", data) tag, value, data = decode_tlv("\001\000\111") assert_equal(1, tag) assert_equal("", value) assert_equal("\111", data) end # Decode TLV data with the short-format length field. def test_decode_tlv_short tag, value, data = decode_tlv("\001\002\023\044") assert_equal(1, tag) assert_equal("\023\044", value) assert_equal("", data) end # Extra bytes of data are returned. def test_decode_tlv_short_extra tag, value, data = decode_tlv("\001\002\023\044\000") assert_equal(1, tag) assert_equal("\023\044", value) assert_equal("\000", data) end # Decode TLV data with long-format length field def test_decode_tlv_long long_data = ""; 128.times { |i| long_data << i.chr } tag, value, data = decode_tlv("\001\201\200" + long_data) assert_equal(1, tag) assert_equal(long_data, value) assert_equal("", data) end # Long format with extra bytes - use four bytes for length def test_decode_tlv_long_extra long_data = ""; 129.times { |i| long_data << i.chr } tag, value, data = decode_tlv("\001\204\000\000\000\201" + long_data + "\123\123\123") assert_equal(1, tag) assert_equal(long_data, value) assert_equal("\123\123\123", data) end # Check invalid length - ASN.1 says that first length octet can't be 255. def test_bad_length assert_raises(InvalidLength) { decode_tlv("\001\377\001") } end # Check if input data is too short def test_out_of_data assert_raises(OutOfData) { decode_tlv("\001\001") } assert_raises(OutOfData) { decode_tlv("\001") } assert_raises(OutOfData) { decode_tlv("") } end # Decode single-octet ASN.1 integer. # Number is negative (2's complement) if high order bit is 1. def test_decode_integer_octet i, data = decode_integer("\002\001\042") assert_equal(34, i) assert_equal("", data) i, data = decode_integer("\002\001\377") assert_equal(-1, i) assert_equal("", data) end # Decode multi-octet ASN.1 integer. def test_decode_integer i, data = decode_integer("\002\004\001\002\003\004") assert_equal(16909060, i) assert_equal("", data) i, data = decode_integer("\002\004\377\377\377\376") assert_equal(-2, i) assert_equal("", data) i, data = decode_integer("\002\003\000\377\376") assert_equal(65534, i) assert_equal("", data) i, data = decode_integer("\002\002\000\377") assert_equal(255, i) assert_equal("", data) assert_raises(InvalidTag) { decode_integer("\001\004\001\002\003\004") } end def test_decode_timeticks i, data = decode_timeticks("\103\004\001\002\003\004") assert_equal(16909060, i) assert_equal("", data) assert_raises(InvalidTag) { decode_timeticks("\002\004\001\002\003\004") } end # Decode ASN.1 octet string def test_decode_octet_string s, _ = decode_octet_string("\004\202\000\005hello") assert_equal("hello",s) assert_raises(InvalidTag) { decode_octet_string("\005\202\000\005hello") } end def test_decode_ip_address ip, _ = decode_ip_address("@\004\001\002\003\004") assert_equal(ip, "\001\002\003\004") assert_raises(InvalidTag) { decode_ip_address("\004\004\001\002\003\004") } assert_raises(InvalidLength) { decode_ip_address("@\005\001\002\003\004\005") } end # Decode ASN.1 sequence def test_decode_sequence seq, data = decode_sequence("\060\003\002\001\077") assert_equal("\002\001\077", seq) assert_equal("", data) seq, data = decode_sequence("\060\003\002\001\077\002\001\001") assert_equal("\002\001\077", seq) assert_equal("\002\001\001", data) assert_raises(InvalidTag) { decode_sequence("\061\003\002\001\077") } end def test_decode_object_id # Handle an empty object identifier because net-snmp does it and # they probably had a good reason. object_id, remainder = decode_object_id("\006\000") assert_equal([], object_id) assert_equal("", remainder) object_id, remainder = decode_object_id("\006\001+") assert_equal([1,3], object_id); assert_equal("", remainder) object_id, remainder = decode_object_id("\006\002+\006") assert_equal([1,3,6], object_id); assert_equal("", remainder) object_id, remainder = decode_object_id("\006\003+\202\001") assert_equal([1,3,257], object_id); assert_equal("", remainder) object_id, remainder = decode_object_id("\006\003S\202\001") assert_equal([2,3,257], object_id); assert_equal("", remainder) object_id, remainder = decode_object_id("\006\001\000") assert_equal([0,0], object_id); assert_equal("", remainder) assert_raises(InvalidTag) do decode_object_id("\007\001+") end end def test_encode_length assert_equal("\000", encode_length(0)) assert_equal("\001", encode_length(1)) assert_equal("\177", encode_length(127)) assert_equal("\201\200", encode_length(128)) assert_equal("\202\002\001", encode_length(513)) assert_raises(InvalidLength) { encode_length(-1) } end def test_encode_integer assert_equal("\002\001\000", encode_integer(0)) assert_equal("\002\001\001", encode_integer(1)) assert_equal("\002\001\177", encode_integer(127)) assert_equal("\002\002\000\200", encode_integer(128)) assert_equal("\002\002\000\377", encode_integer(255)) assert_equal("\002\002\001\000", encode_integer(256)) assert_equal("\002\001\377", encode_integer(-1)) assert_equal("\002\001\200", encode_integer(-128)) assert_equal("\002\002\377\177", encode_integer(-129)) end def test_encode_octet_string assert_equal("\004\015Dave was here", encode_octet_string("Dave was here")) assert_equal("\004\000", encode_octet_string("")) end def test_encode_sequence assert_equal("0\015Dave was here", encode_sequence("Dave was here")) assert_equal("0\000", encode_sequence("")) end def test_encode_null assert_equal("\005\000", encode_null) end def test_encode_exception assert_equal("\200\000", encode_exception(0x80)) end def test_encode_object_id assert_equal("\006\001" << 80.chr, encode_object_id([2])) assert_equal("\006\001\000", encode_object_id([0,0])) assert_equal("\006\001+", encode_object_id([1,3])) assert_equal("\006\002+\006", encode_object_id([1,3,6])) assert_equal("\006\003+\202\001", encode_object_id([1,3,257])) assert_equal("\006\003" << 82.chr << "\202\001", encode_object_id([2,2,257])) assert_raises(InvalidObjectId) { encode_object_id([3,2,257]) } assert_raises(InvalidObjectId) { encode_object_id([]) } assert_equal("\006\a+\203\377\177\203\377\177", encode_object_id(SNMP::ObjectId.new("1.3.65535.65535"))) end end snmp-1.2.0/test/test_varbind.rb0000644000004100000410000002655712365504747016543 0ustar www-datawww-data# encoding: ascii-8bit require 'snmp/varbind' require 'minitest/autorun' class TestVarBind < MiniTest::Unit::TestCase include SNMP def test_varbind_encode v = VarBind.new([1,3,6,1], OctetString.new("test")) assert_equal("0\v\006\003+\006\001\004\004test", v.encode) refute_nil(v.asn1_type) assert_equal("[name=1.3.6.1, value=test (OCTET STRING)]", v.to_s) end def test_varbind_decode varbind, remainder = VarBind.decode("0\f\006\010+\006\001\002\001\001\001\000\005\000") assert_equal(Null, varbind.value) assert_equal("", remainder) varbind, remainder = VarBind.decode("0\f\006\010+\006\001\002\001\001\001\000\005\0000\f\006\010+\006\001\002\001\001\002\000\005\000") assert_equal(Null, varbind.value) assert_equal("0\f\006\010+\006\001\002\001\001\002\000\005\000", remainder) end def test_varbind_to_s mib = MIB.new mib.load_module("IF-MIB") vb = VarBind.new("1.3.6.1.2.1.2.2.1.2.1.1", OctetString.new("description")).with_mib(mib) assert_equal "[name=IF-MIB::ifDescr.1.1, value=description (OCTET STRING)]", vb.to_s vb = VarBind.new("1.3.6.1.2.1.2.2.1.2.1.1", ObjectId.new("1.3.6.1.2.1.2.2.1.2.1.1")).with_mib(mib) assert_equal "[name=IF-MIB::ifDescr.1.1, value=IF-MIB::ifDescr.1.1 (OBJECT IDENTIFIER)]", vb.to_s end def test_varbind_name_alias_oid vb = VarBind.new("1.2.3.4", OctetString.new("blah")) assert_equal(ObjectId.new("1.2.3.4"), vb.name) assert_equal(ObjectId.new("1.2.3.4"), vb.oid) end def test_varbind_list_create list = VarBindList.new assert_equal(0, list.length) check_varbind_list_create(VarBindList.new(["1.2.3.4.5"])) check_varbind_list_create(VarBindList.new([ObjectId.new("1.2.3.4.5")])) check_varbind_list_create(VarBindList.new([VarBind.new("1.2.3.4.5", Null)])) check_varbind_list_create(VarBindList.new( ["1.2.3.4.5", "1.2.3.4.6"]), 2) check_varbind_list_create(VarBindList.new( [ObjectId.new("1.2.3.4.5"), ObjectId.new("1.2.3.4.6")] ), 2) check_varbind_list_create(VarBindList.new( [VarBind.new("1.2.3.4.5", Null), VarBind.new("1.2.3.4.6", SNMP::Integer.new(123)), ObjectId.new("1.2.3.4.7")] ), 3) list = VarBindList.new([VarBind.new("1.3.6.2", SNMP::Integer.new(1))]) assert_equal(1, list.length) assert_equal("1.3.6.2", list.first.name.to_s) assert_equal(1, list.first.value.to_i) end def check_varbind_list_create(list, n=1) assert_equal(n, list.length) assert_equal("1.2.3.4.5", list.first.name.to_s) assert_equal(Null, list.first.value) end def test_varbind_list_encode list = VarBindList.new assert_equal("0\000", list.encode) refute_nil(list.asn1_type) list << VarBind.new([1,3,6,1], OctetString.new("test")) assert_equal("0\r0\v\006\003+\006\001\004\004test", list.encode) list << VarBind.new([1,3,6,1], OctetString.new("blah")) assert_equal("0\0320\v\006\003+\006\001\004\004test0\v\006\003+\006\001\004\004blah", list.encode) end def test_varbind_list_decode list, remainder = VarBindList.decode("0\r0\v\006\003+\006\001\004\004test") assert_equal(1, list.length) assert_equal("", remainder) list, remainder = VarBindList.decode("0\0320\v\006\003+\006\001\004\004test0\v\006\003+\006\001\004\004blah") assert_equal(2, list.length) assert_equal("", remainder) list, remainder = VarBindList.decode("0\000") assert_equal(0, list.length) assert_equal("", remainder) end def test_octet_string string = OctetString.new("test") assert_equal("test", string.to_s) assert_equal("\004\004test", string.encode) refute_nil(string.asn1_type) end def test_octet_string_equals s1 = OctetString.new("test") s2 = "test" s3 = OctetString.new("test") assert_equal(s1, s2) assert(s1 == s2) refute_same(s1, s3) assert_equal(s1, s3) end def test_octet_string_to_oid s = OctetString.new("test") assert_equal(ObjectId.new([116, 101, 115, 116]), s.to_oid) end def test_object_id id = ObjectId.new([1,3,6,1]) assert_equal("1.3.6.1", id.to_s) assert_equal("\006\003+\006\001", id.encode) refute_nil(id.asn1_type) assert_equal("1.3.6.1", id.to_varbind.name.to_s) assert_raises(ArgumentError) { ObjectId.new("xyzzy") } assert_equal("", ObjectId.new.to_s) end def test_object_id_to_s_with_mib mib = MIB.new mib.load_module("IF-MIB") id = ObjectId.new("1.3.6.1.2.1.2.2.1.2.1.1", mib) assert_equal("IF-MIB::ifDescr.1.1", id.to_s) assert_equal("1.3.6.1.2.1.2.2.1.2.1.1", id.to_str) assert_equal("[1.3.6.1.2.1.2.2.1.2.1.1]", id.inspect) end def test_object_id_create assert_equal("1.3.6.1", ObjectId.new("1.3.6.1").to_s) assert_equal("1.3.6.1", ObjectId.new([1,3,6,1]).to_s) assert_equal("1.3.6.1", ObjectId.new(ObjectId.new("1.3.6.1")).to_s) end def test_object_id_equals id1 = ObjectId.new("1.3.3.4") id2 = ObjectId.new([1,3,3,4]) refute_same(id1, id2) assert(id1 == id2) assert_equal(id1, id2) end def test_object_id_comparable id1 = ObjectId.new("1.3.3.4") id2 = ObjectId.new("1.3.3.4.1") id3 = ObjectId.new("1.3.3.4.5") id4 = ObjectId.new("1.3.3.5") assert(id1 < id2) assert(id2 > id1) assert(id2 < id3) assert(id3 > id2) assert(id3 < id4) assert(id4 > id3) end def test_object_id_subtree id1 = ObjectId.new("1.3.3.4") id2 = ObjectId.new("1.3.3.4.1") id3 = ObjectId.new("1.3.3.4.5") id4 = ObjectId.new("1.3.3.5") assert(id2.subtree_of?(id1)) assert(id3.subtree_of?(id1)) assert(!id3.subtree_of?(id2)) assert(!id1.subtree_of?(id2)) assert(!id4.subtree_of?(id1)) assert(!id4.subtree_of?(id3)) assert(id1.subtree_of?("1.3.3.4")) assert(!id4.subtree_of?("1.3.3.4")) end def test_object_id_index id1 = ObjectId.new("1.3.3.4") id2 = ObjectId.new("1.3.3.4.1") id3 = ObjectId.new("1.3.3.4.1.2") assert_equal(ObjectId.new("1"), id2.index(id1)) assert_equal(ObjectId.new("1.2"), id3.index(id1)) assert_equal(ObjectId.new("1.2"), id3.index("1.3.3.4")) assert_raises(ArgumentError) { id1.index(id3) } assert_raises(ArgumentError) { id1.index(id1) } end def test_object_name_from_string id = ObjectName.new("1.3.4.5.6") assert_equal("1.3.4.5.6", id.to_s) assert_equal("\006\004+\004\005\006", id.encode) end def test_integer_create i = SNMP::Integer.new(12345) assert_equal("12345", i.to_s) assert_equal(12345, i.to_i) assert_equal("\002\00209", i.encode) refute_nil(i.asn1_type) end def test_integer_create_from_string i = Integer.new("12345") assert_equal(12345, i.to_i) end def test_integer_decode i = SNMP::Integer.decode("09") assert_equal(12345, i.to_i) end def test_integer_equal i1 = SNMP::Integer.new(12345) i2 = SNMP::Integer.new(12345) i3 = 12345.2 i4 = 12345 refute_same(i1, i2) assert_equal(i1, i2) assert_equal(i4, i1) assert_equal(i1, i4) assert_equal(i1, i3) end def test_integer_comparable i1 = SNMP::Integer.new(12345) i2 = SNMP::Integer.new(54321.0) assert(i1 < i2) assert(i2 > i1) assert(123 < i1) assert(123.0 < i1) assert(i2 > 54000) end def test_integer_to_oid assert_equal(ObjectId.new("123"), SNMP::Integer.new(123).to_oid) assert_equal(ObjectId.new("0"), SNMP::Integer.new(0).to_oid) i = SNMP::Integer.new(-1) assert_raises(RangeError) { i.to_oid } end def test_ip_address_from_string ip = IpAddress.new("10.0.255.1") assert_equal("10.0.255.1", ip.to_s) assert_raises(InvalidIpAddress) { IpAddress.new("1233.2.3.4") } assert_raises(InvalidIpAddress) { IpAddress.new("1.2.3.-1") } assert_raises(InvalidIpAddress) { IpAddress.new("1.2.3") } end def test_ip_address_from_self ip1 = IpAddress.new("1.2.3.4") ip2 = IpAddress.new(ip1) assert_equal(ip1, ip2) end def test_ip_address_create ip = IpAddress.new("\001\002\003\004") assert_equal("1.2.3.4", ip.to_s) assert_equal("\001\002\003\004", ip.to_str) assert_equal("@\004\001\002\003\004", ip.encode) refute_nil(ip.asn1_type) end def test_ip_address_decode ip = IpAddress.decode("\001\002\003\004") assert_equal("1.2.3.4", ip.to_s) end def test_ip_address_decode_extra_octets ip = IpAddress.decode("\000\000\000\000\000\000\000\000") assert_equal("0.0.0.0.0.0.0.0", ip.to_s) ip = IpAddress.decode("\001\002\003") assert_equal("1.2.3", ip.to_s) ip = IpAddress.decode("\001\002\003\004\005") assert_equal("1.2.3.4.5", ip.to_s) end def test_ip_address_equals ip1 = IpAddress.new("1.2.3.4") ip2 = IpAddress.new("1.2.3.4") ip3 = IpAddress.new("10.2.3.4") assert(ip1 == ip2) assert(ip1.eql?(ip2)) assert(!ip1.equal?(ip2)) assert(ip1 != ip3) assert(ip1.hash == ip2.hash) assert(ip1.hash != ip3.hash) assert(!ip1.eql?(12)) end def test_ip_address_to_oid ip = IpAddress.new("1.2.3.4") assert_equal(ObjectId.new("1.2.3.4"), ip.to_oid) end def test_counter32_create i = Counter32.new(12345) assert_equal("12345", i.to_s) assert_equal(12345, i.to_i) assert_equal("\x41\00209", i.encode) refute_nil(i.asn1_type) end def test_counter32_decode i = Counter32.decode("09") assert_equal(12345, i.to_i) end # Decode as a positive number even though high bit is set. # Not strict ASN.1, but implemented in some agents. def test_unsigned_decode i = Counter32.decode("\201\264\353\331") assert_equal(2176117721, i.to_i) i = TimeTicks.decode("\201\264\353\331") assert_equal(2176117721, i.to_i) end def test_counter64 i = Counter64.new(18446744073709551615) assert_equal(18446744073709551615, i.to_i) assert_equal("18446744073709551615", i.to_s) assert_equal("F\t\000\377\377\377\377\377\377\377\377", i.encode) assert_equal(i, Counter64.decode("\000\377\377\377\377\377\377\377\377")) refute_nil(i.asn1_type) end def test_opaque q = Opaque.new("test") assert_equal("D\004test", q.encode) assert_equal("test", Opaque.decode("test")) assert_equal("test", q.to_s) refute_nil(q.asn1_type) end def test_exception_methods exception_types = [NoSuchObject, NoSuchInstance, EndOfMibView] exception_types.each do |type| assert(type.respond_to?(:decode)) assert(type.respond_to?(:encode)) assert_equal(type.asn1_type, type.to_s) end end def test_timeticks assert_equal("00:00:00.00", TimeTicks.new(0).to_s) assert_equal("00:00:00.01", TimeTicks.new(1).to_s) assert_equal("00:00:01.00", TimeTicks.new(100).to_s) assert_equal("00:01:00.00", TimeTicks.new(60 * 100).to_s) assert_equal("01:00:00.00", TimeTicks.new(60 * 60 * 100).to_s) assert_equal("23:59:59.99", TimeTicks.new(24 * 60 * 60 * 100 - 1).to_s) assert_equal("1 day, 00:00:00.00", TimeTicks.new(24 * 60 * 60 * 100).to_s) assert_equal("1 day, 23:59:59.99", TimeTicks.new(48 * 60 * 60 * 100 - 1).to_s) assert_equal("2 days, 00:00:00.00", TimeTicks.new(48 * 60 * 60 * 100).to_s) assert_equal("497 days, 02:27:52.95", TimeTicks.new(4294967295).to_s) assert_equal(4294967295, TimeTicks.new(4294967295).to_i) assert_raises(ArgumentError) { TimeTicks.new(4294967296) } assert_raises(ArgumentError) { TimeTicks.new(-1) } end end snmp-1.2.0/test/if_table6.yaml0000644000004100000410000001440112365504747016232 0ustar www-datawww-data--- - - 1.3.6.1.2.1.2.2.1.1 - noSuchObject - SNMP::NoSuchObject - - 1.3.6.1.2.1.2.2.1.1.1 - "1" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.1.2 - "2" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.1.3 - "3" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.1.4 - "4" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.1.5 - "5" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.1.6 - "6" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.2 - noSuchObject - SNMP::NoSuchObject - - 1.3.6.1.2.1.2.2.1.2.1 - lo0 - SNMP::OctetString - - 1.3.6.1.2.1.2.2.1.2.2 - gif0 - SNMP::OctetString - - 1.3.6.1.2.1.2.2.1.2.3 - stf0 - SNMP::OctetString - - 1.3.6.1.2.1.2.2.1.2.4 - en0 - SNMP::OctetString - - 1.3.6.1.2.1.2.2.1.2.5 - en1 - SNMP::OctetString - - 1.3.6.1.2.1.2.2.1.2.6 - fw0 - SNMP::OctetString - - 1.3.6.1.2.1.2.2.1.3.1 - "24" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.3.2 - "55" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.3.3 - "57" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.3.4 - "6" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.3.5 - "6" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.3.6 - "144" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.4.1 - "16384" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.4.2 - "1280" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.4.3 - "1280" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.4.4 - "1500" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.4.5 - "1500" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.4.6 - "4078" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.5.1 - "0" - SNMP::Gauge32 - - 1.3.6.1.2.1.2.2.1.5.2 - "0" - SNMP::Gauge32 - - 1.3.6.1.2.1.2.2.1.5.3 - "0" - SNMP::Gauge32 - - 1.3.6.1.2.1.2.2.1.5.4 - "10000000" - SNMP::Gauge32 - - 1.3.6.1.2.1.2.2.1.5.5 - "10000000" - SNMP::Gauge32 - - 1.3.6.1.2.1.2.2.1.5.6 - "10000000" - SNMP::Gauge32 - - 1.3.6.1.2.1.2.2.1.7.1 - "1" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.7.2 - "2" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.7.3 - "2" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.7.4 - "1" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.7.5 - "1" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.7.6 - "1" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.8.1 - "1" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.8.2 - "2" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.8.3 - "2" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.8.4 - "1" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.8.5 - "1" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.8.6 - "1" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.9.1 - "0" - SNMP::TimeTicks - - 1.3.6.1.2.1.2.2.1.9.2 - "0" - SNMP::TimeTicks - - 1.3.6.1.2.1.2.2.1.9.3 - "0" - SNMP::TimeTicks - - 1.3.6.1.2.1.2.2.1.9.4 - "0" - SNMP::TimeTicks - - 1.3.6.1.2.1.2.2.1.9.5 - "0" - SNMP::TimeTicks - - 1.3.6.1.2.1.2.2.1.9.6 - "0" - SNMP::TimeTicks - - 1.3.6.1.2.1.2.2.1.10.1 - "18228208" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.10.2 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.10.3 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.10.4 - "561918678" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.10.5 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.10.6 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.11.1 - "141603" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.11.2 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.11.3 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.11.4 - "544419" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.11.5 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.11.6 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.12.1 - "12738" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.12.2 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.12.3 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.12.4 - "159" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.12.5 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.12.6 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.13.1 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.13.2 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.13.3 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.13.4 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.13.5 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.13.6 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.14.1 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.14.2 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.14.3 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.14.4 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.14.5 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.14.6 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.15.1 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.15.2 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.15.3 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.15.4 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.15.5 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.15.6 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.16.1 - "18233800" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.16.2 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.16.3 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.16.4 - "68141195" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.16.5 - "342" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.16.6 - "346" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.17.1 - "154413" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.17.2 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.17.3 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.17.4 - "351526" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.17.5 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.17.6 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.18.1 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.18.2 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.18.3 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.18.4 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.18.5 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.18.6 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.20.1 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.20.2 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.20.3 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.20.4 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.20.5 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.20.6 - "0" - SNMP::Counter32 snmp-1.2.0/test/test_manager.rb0000644000004100000410000002352012365504747016513 0ustar www-datawww-datarequire 'minitest/autorun' require 'snmp/manager' class EchoTransport def initialize end def close end def send(data, host, port) @data = data end def recv(max_bytes) SNMP::Message.decode(@data).response.encode[0,max_bytes] end end class TestConfig < MiniTest::Unit::TestCase include SNMP def test_new_style_symbols config = Manager::Config.new(:host => "test") assert_equal("test", config.host) end def test_defaults config = Manager::Config.new({}) assert_equal("localhost", config.host) end def test_old_style_symbols config = Manager::Config.new(:Transport => "transport") assert_equal("transport", config.transport) end def test_invalid_option assert_raises(RuntimeError) { Manager::Config.new(:fly_to_the_moon => true) } end def test_ipv6_address_guessing config = Manager::Config.new(:host => "::1") assert(config.use_IPv6) assert_equal("::1", config.host) end def test_applied_config config = Manager::Config.new(:host => "1:2:3:4:5:6:7:8", :port => 42, :timeout => 3) config.host config.use_IPv6 config.retries assert_equal({:host=>"1:2:3:4:5:6:7:8", :retries=>5, :use_IPv6=>true, :Host => "1:2:3:4:5:6:7:8", :Retries => 5}, config.applied_config) end end class TestManager < MiniTest::Unit::TestCase include SNMP def setup @manager = Manager.new(:Transport => EchoTransport.new) end def teardown @manager.close end def test_defaults assert_equal('localhost', @manager.config[:host]) assert_equal(161, @manager.config[:port]) assert_equal('public', @manager.config[:write_community]) end def test_community @manager = Manager.new(:WriteCommunity=>'private', :Transport => EchoTransport.new) assert_equal('public', @manager.config[:community]) assert_equal('private', @manager.config[:write_community]) @manager = Manager.new(:Community=>'test', :Transport => EchoTransport.new) assert_equal('test', @manager.config[:community]) assert_equal('test', @manager.config[:write_community]) @manager = Manager.new(:Community=>'test', :WriteCommunity=>'private', :Transport => EchoTransport.new) assert_equal('test', @manager.config[:community]) assert_equal('private', @manager.config[:write_community]) end def test_transport_instance @manager = Manager.new(:Transport => EchoTransport.new) response = @manager.get("1.2.3.4") assert_equal("1.2.3.4", response.varbind_list.first.name.to_s) end def test_get response = @manager.get("1.2.3.4") assert_equal("1.2.3.4", response.varbind_list.first.name.to_s) response = @manager.get([ObjectId.new("1.2.3.4"), ObjectId.new("1.2.3.4.5")]) assert_equal(ObjectId.new("1.2.3.4.5"), response.varbind_list[1].name) end def test_get_with_nil assert_raises(ArgumentError) { @manager.get(nil) } end def test_get_value value = @manager.get_value("1.2.3.4") assert_equal(Null, value) value = @manager.get_value(["1.2.3.4"]) assert_equal([Null], value) values = @manager.get_value(["1.2.3.4", "1.2.3.4.5"]) assert_equal(2, values.length) assert_equal(Null, values[0]) assert_equal(Null, values[1]) end def test_get_next response = @manager.get_next("1.2.3.4") assert_equal("1.2.3.4", response.varbind_list.first.name.to_s) response = @manager.get_next([ObjectId.new("1.2.3.4"), ObjectId.new("1.2.3.4.5")]) assert_equal(ObjectId.new("1.2.3.4.5"), response.varbind_list[1].name) end def test_get_next_with_nil assert_raises(ArgumentError) { @manager.get_next(nil) } end def test_set v0 = VarBind.new("1.3.6.1.3.1.1.1.0", OctetString.new("Hello1")) v1 = VarBind.new("1.3.6.1.3.1.1.1.0", OctetString.new("Hello2")) response = @manager.set([v0, v1]) assert_equal("Hello1", response.varbind_list[0].value.to_s) assert_equal("Hello2", response.varbind_list[1].value.to_s) end def test_set_with_nil assert_raises(ArgumentError) { @manager.set(nil) } end def test_single_set varbind = VarBind.new("1.3.6.1.3.1.1.1.0", OctetString.new("Hello")) response = @manager.set(varbind) assert_equal("Hello", response.varbind_list.first.value.to_s) end def test_get_bulk response = @manager.get_bulk(1, 3, ["1.3.6.1.3.1.1.1.0", "1.3.6.1.3.1.1.2.0"]) assert_equal(:noError, response.error_status) assert_equal(0, response.error_index) assert_equal(2, response.varbind_list.length) assert_equal("SNMPv2-SMI::experimental.1.1.1.0", response.varbind_list[0].name.to_s) assert_equal("SNMPv2-SMI::experimental.1.1.2.0", response.varbind_list[1].name.to_s) end def test_get_bulk_with_nil assert_raises(ArgumentError) { @manager.get_bulk(nil, nil, nil) } end def test_walk old_verbose = $VERBOSE $VERBOSE = nil @manager.walk("ifTable") { fail "Expected break from OID not increasing" } ensure $VERBOSE = old_verbose end def test_walk_with_nil assert_raises(ArgumentError) { @manager.walk(nil) {} } end def test_request_id id = RequestId.new fail if id.next < 0 or id.next >= 2**31 id.force_next(1) assert_equal(1, id.next) id.force_next(RequestId::MAX_REQUEST_ID-1) assert_equal(RequestId::MAX_REQUEST_ID-1, id.next) assert_raises(RuntimeError) { id.force_next(RequestId::MAX_REQUEST_ID) } assert_raises(RuntimeError) { id.force_next(0) } end def test_trap_v1 manager = Manager.new(:Transport => EchoTransport.new, :Version => :SNMPv1) sent_data = manager.trap_v1( "enterprises.9", "10.1.2.3", :enterpriseSpecific, 42, 12345, [VarBind.new("1.3.6.1.2.3.4", SNMP::Integer.new(1))] ) pdu = Message.decode(sent_data).pdu assert_equal(ObjectId.new("1.3.6.1.4.1.9"), pdu.enterprise) assert_equal(IpAddress.new("10.1.2.3"), pdu.agent_addr) assert_equal(:enterpriseSpecific, pdu.generic_trap) assert_equal(42, pdu.specific_trap) assert_equal(TimeTicks.new(12345), pdu.timestamp) assert_equal(1, pdu.vb_list.length) end def test_trap_v1_with_nil assert_raises(ArgumentError) { @manager.trap_v1(nil) } end def test_trap_v2 sent_data = @manager.trap_v2(1234, "1.3.6.1.2.3.4") pdu = Message.decode(sent_data).pdu assert_equal(1234, pdu.sys_up_time) assert_equal("1.3.6.1.2.3.4", pdu.trap_oid.to_s) assert_equal(2, pdu.vb_list.length) sent_data = @manager.trap_v2(1234, "1.3.6.1.2.3.4", ["1.2.3", "1.4.5.6"]) pdu = Message.decode(sent_data).pdu assert_equal(1234, pdu.sys_up_time) assert_equal("1.3.6.1.2.3.4", pdu.trap_oid.to_s) assert_equal(4, pdu.vb_list.length) assert_equal("1.4.5.6", pdu.vb_list.last.name.to_s) end def test_trap_v2_with_nil assert_raises(ArgumentError) { @manager.trap_v2(nil, nil, nil) } end def test_inform response = @manager.inform(1234, "1.3.6.1.2.3.4") assert_equal(1234, response.vb_list[0].value) assert_equal("SNMPv2-SMI::mgmt.3.4", response.vb_list[1].value.to_s) assert_equal(2, response.vb_list.length) response = @manager.inform(1234, "1.3.6.1.2.3.4", ["1.2.3", "1.4.5.6"]) assert_equal(1234, response.vb_list[0].value) assert_equal("SNMPv2-SMI::mgmt.3.4", response.vb_list[1].value.to_s) assert_equal(4, response.vb_list.length) end end class TrapTestTransport include SNMP def initialize @count = 0 sys_up_varbind = VarBind.new(ObjectId.new("1.3.6.1.2.1.1.3.0"), TimeTicks.new(1234)) trap_oid_varbind = VarBind.new(ObjectId.new("1.3.6.1.6.3.1.1.4.1.0"), ObjectId.new("1.2.3")) trap = SNMPv2_Trap.new(42, VarBindList.new([sys_up_varbind, trap_oid_varbind])) message = Message.new(:SNMPv2c, "public", trap) @data = message.encode end def close end def recvfrom(max_bytes) @count += 1 case @count when 1 return @data, "127.0.0.1" when 2 Thread.exit else raise "Huh?" end end end class TestTrapListener < MiniTest::Unit::TestCase include SNMP def test_init_no_handlers init_called = false m = TrapListener.new(:ServerTransport => TrapTestTransport.new) do |manager| init_called = true end m.join assert(init_called) end def test_v2c_handler default_called = false v2c_called = false m = TrapListener.new(:ServerTransport => TrapTestTransport.new) do |manager| manager.on_trap_default { default_called = true } manager.on_trap_v2c { v2c_called = true } end m.join assert(!default_called) assert(v2c_called) end def test_oid_handler default_called = false v2c_called = false oid_called = false m = TrapListener.new(:ServerTransport => TrapTestTransport.new) do |manager| manager.on_trap("1.2.3") do |trap| assert_equal(ObjectId.new("1.2.3"), trap.trap_oid) assert_equal("127.0.0.1", trap.source_ip) oid_called = true end manager.on_trap_default { default_called = true } manager.on_trap_v2c { v2c_called = true } end m.join assert(!default_called) assert(!v2c_called) assert(oid_called) end ## # Should filter traps with a 'public' community if that community is not accepted # def test_reject_community assert !public_trap_passes?("test") assert !public_trap_passes?(["foo", "bar"]) assert !public_trap_passes?([]) end ## # Should accept traps with a 'public' community if that community is allowed. # def test_accept_community assert public_trap_passes? "public" assert public_trap_passes? ["test", "public"] assert public_trap_passes? nil end def public_trap_passes?(community_filter) default_called = false m = TrapListener.new( :community => community_filter, :server_transport => TrapTestTransport.new) do |manager| manager.on_trap_default { default_called = true } end m.join default_called end end snmp-1.2.0/test/test_smi.rb0000644000004100000410000000061212365504747015666 0ustar www-datawww-datarequire 'minitest/autorun' begin require 'smi' class TestSmi < MiniTest::Unit::TestCase include SNMP::SMI def test_load name, oid_hash = load_smi_module('test/mibs/IF-MIB') assert_equal("IF-MIB", name) assert_equal("1.3.6.1.2.1.2.2", oid_hash["ifTable"]) end end rescue LoadError # snmp/smi may not always be available because it is a C extention end snmp-1.2.0/test/test_pdu.rb0000644000004100000410000001640712365504747015677 0ustar www-datawww-data# encoding: ascii-8bit require 'snmp/pdu' require 'minitest/autorun' class TestProtocol < MiniTest::Unit::TestCase include SNMP def test_message_decode_v1 message = SNMP::Message.decode("0'\002\001\000\004\006public\240\032\002\002\003\350\002\001\000\002\001\0000\0160\f\006\010+\006\001\002\001\001\001\000\005\000") assert_equal(:SNMPv1, message.version) assert_equal("public", message.community) assert_equal(SNMP::GetRequest, message.pdu.class) varbind_list = message.pdu.vb_list; assert_equal(1, varbind_list.length) assert_equal([1,3,6,1,2,1,1,1,0], varbind_list.first.name) assert_equal(SNMP::Null, varbind_list.first.value) end def test_message_decode_v2c message = SNMP::Message.decode("0)\002\001\001\004\006public\240\034\002\0040\265\020\202\002\001\000\002\001\0000\0160\f\006\010+\006\001\002\001\001\001\000\005\000") assert_equal(:SNMPv2c, message.version) assert_equal("public", message.community) varbind_list = message.pdu.vb_list; assert_equal(1, varbind_list.length) assert_equal([1,3,6,1,2,1,1,1,0], varbind_list.first.name) assert_equal(SNMP::Null, varbind_list.first.value) end def test_message_decoder_v3 assert_raises(SNMP::UnsupportedVersion) do SNMP::Message.decode("0>\002\001\0030\021\002\004&\266\342\314\002\003\000\377\343\004\001\004\002\001\003\004\0200\016\004\000\002\001\000\002\001\000\004\000\004\000\004\0000\024\004\000\004\000\240\016\002\004\v\3623\233\002\001\000\002\001\0000\000") end end def test_encode_message varbind = SNMP::VarBind.new([1,3,6,1234], SNMP::OctetString.new("value")) list = SNMP::VarBindList.new list << varbind << varbind; pdu = SNMP::Response.new(12345, list) message = SNMP::Message.new(:SNMPv2c, "public", pdu) assert_equal("07\002\001\001\004\006public\242*\002\00209\002\001\000\002\001\0000\0360\r\006\004+\006\211R\004\005value0\r\006\004+\006\211R\004\005value", message.encode) end def test_get_request_from_single_string request = SNMP::GetRequest.new(42, VarBindList.new(["1.3.6.1"])) assert_equal(42, request.request_id) assert_equal(1, request.varbind_list.length) assert_equal([1,3,6,1], request.varbind_list.first.name) assert_equal(SNMP::Null, request.varbind_list.first.value) end def test_get_request_from_multi_string request = SNMP::GetRequest.new(42, VarBindList.new(["1.3.6.1", "1.3.6.2"])) assert_equal(2, request.varbind_list.length) assert_equal([1,3,6,1], request.varbind_list.first.name) end def test_get_request_from_varbind request = GetRequest.new(42, VarBindList.new(VarBind.new([1,3,6,1], Null))) assert_equal(1, request.varbind_list.length) assert_equal([1,3,6,1], request.varbind_list.first.name) end def test_get_next_from_single_string request = SNMP::GetNextRequest.new(42, VarBindList.new("1.3.5.1")) assert_equal(42, request.request_id) assert_equal(1, request.varbind_list.length) assert_equal([1,3,5,1], request.varbind_list.first.name) end def test_get_next_from_single_object_id request = SNMP::GetNextRequest.new(42, VarBindList.new([ObjectId.new("1.3.5.1")])) assert_equal(42, request.request_id) assert_equal(1, request.varbind_list.length) assert_equal([1,3,5,1], request.varbind_list.first.name) end def test_each_varbind request = SNMP::GetRequest.new(42, VarBindList.new(["1.3.6.1", "1.3.6.2"])) count = 0 request.each_varbind do |v| case count when 0 assert_equal(ObjectName.new("1.3.6.1"), v.name) when 1 assert_equal(ObjectName.new("1.3.6.2"), v.name) else fail "Unexpected count" end count +=1 end end def test_get_bulk_create request = SNMP::GetBulkRequest.new(1234, VarBindList.new("1.3.6.2"), 0, 10) assert_equal(1234, request.request_id) assert_equal(0, request.non_repeaters) assert_equal(10, request.max_repetitions) assert_equal(1, request.varbind_list.length) assert_equal("1.3.6.2", request.varbind_list.first.name.to_s) end def test_get_bulk_encode request = SNMP::GetBulkRequest.new(1234, VarBindList.new, 0, 10) assert_equal("\245\f\002\002\004\322\002\001\000\002\001\n0\000", request.encode) end def test_error_status request = GetRequest.new(42, VarBindList.new("1.3.12.23.4")) assert_equal(:noError, request.error_status) request.error_status = :noCreation assert_equal(:noCreation, request.error_status) request.error_status = 2 assert_equal(:noSuchName, request.error_status) assert_raises(InvalidErrorStatus) {request.error_status = 42} end def test_snmpv2_trap sys_up_varbind = VarBind.new(ObjectId.new("1.3.6.1.2.1.1.3.0"), TimeTicks.new(1234)) trap_oid_varbind = VarBind.new(ObjectId.new("1.3.6.1.6.3.1.1.4.1.0"), ObjectId.new("1.2.3")) trap = SNMPv2_Trap.new(42, VarBindList.new([sys_up_varbind, trap_oid_varbind])) assert_equal("\247-\002\001*\002\001\000\002\001\0000\"0\016\006\010+\006\001\002\001\001\003\000C\002\004\3220\020\006\n+\006\001\006\003\001\001\004\001\000\006\002*\003", trap.encode) assert_equal(1234, trap.sys_up_time.to_i) assert_equal("1.2.3", trap.trap_oid.to_s) end def test_snmpv2_invalid_trap trap = SNMPv2_Trap.new(42, VarBindList.new([])) assert_raises(InvalidTrapVarbind) { trap.sys_up_time } assert_raises(InvalidTrapVarbind) { trap.trap_oid } end def test_snmpv1_generic_trap trap = SNMPv1_Trap.new(nil, nil, 0, nil, nil, nil) assert_equal(:coldStart, trap.generic_trap) trap.generic_trap = :warmStart assert_equal(:warmStart, trap.generic_trap) trap.generic_trap = 6 assert_equal(:enterpriseSpecific, trap.generic_trap) assert_raises(InvalidGenericTrap) { trap.generic_trap = -1 } assert_raises(InvalidGenericTrap) { trap.generic_trap = 7 } end def test_snmpv1_trap_encode enterprise = ObjectId.new("1.3.6.1.123") agent_addr = IpAddress.new("1.2.3.4") generic_trap = :linkDown specific_trap = 0 timestamp = TimeTicks.new(2176117721) varbinds = VarBindList.new([VarBind.new("1.3.6.2", SNMP::Integer.new(1))]) trap = SNMPv1_Trap.new(enterprise, agent_addr, generic_trap, specific_trap, timestamp, varbinds) assert_equal("\244%\006\004+\006\001{@\004\001\002\003\004\002\001\002\002\001\000C\005\000\201\264\353\3310\n0\010\006\003+\006\002\002\001\001", trap.encode) encoded = Message.new(:SNMPv1, "public", trap).encode trap = Message.decode(encoded).pdu assert_equal(enterprise, trap.enterprise) assert_equal(agent_addr, trap.agent_addr) assert_equal(:linkDown, trap.generic_trap) assert_equal(0, trap.specific_trap) assert_equal(2176117721, trap.timestamp.to_i) assert_equal(1, trap.varbind_list.length) assert_equal(ObjectId.new("1.3.6.2"), trap.varbind_list.first.name) end def test_response_pdu pdu = Response.new(2147483647, VarBindList.new, :noError, 0) assert_equal("\242\016\002\004\177\377\377\377\002\001\000\002\001\0000\000", pdu.encode) encoded = Message.new(:SNMPv2c, "public", pdu).encode pdu = Message.decode(encoded).pdu assert_equal(2147483647, pdu.request_id) assert_equal(:noError, pdu.error_status) assert_equal(0, pdu.error_index) assert_equal(0, pdu.varbind_list.length) end end snmp-1.2.0/test/if_table1.yaml0000644000004100000410000000227112365504747016227 0ustar www-datawww-data--- - - 1.3.6.1.2.1.2.2.1.1 - noSuchObject - SNMP::NoSuchObject - - 1.3.6.1.2.1.2.2.1.1.1 - "1" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.2 - noSuchObject - SNMP::NoSuchObject - - 1.3.6.1.2.1.2.2.1.2.1 - lo0 - SNMP::OctetString - - 1.3.6.1.2.1.2.2.1.3 - noSuchObject - SNMP::NoSuchObject - - 1.3.6.1.2.1.2.2.1.4.1 - "16384" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.5.1 - "0" - SNMP::Gauge32 - - 1.3.6.1.2.1.2.2.1.7.1 - "1" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.8.1 - "1" - SNMP::Integer - - 1.3.6.1.2.1.2.2.1.9.1 - "0" - SNMP::TimeTicks - - 1.3.6.1.2.1.2.2.1.10.1 - "18228208" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.11.1 - "141603" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.12.1 - "12738" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.13.1 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.14.1 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.15.1 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.16.1 - "18233800" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.17.1 - "154413" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.18.1 - "0" - SNMP::Counter32 - - 1.3.6.1.2.1.2.2.1.20.1 - "0" - SNMP::Counter32 snmp-1.2.0/test/test_retry.rb0000644000004100000410000000367112365504747016253 0ustar www-datawww-datarequire 'minitest/autorun' require 'snmp' class TimeoutManager < SNMP::Manager attr_accessor :response_count def initialize(config) super(config) @response_count = 0 @raise_on_send = false @raise_on_get = false end def raise_send_error @raise_on_send = true end def raise_get_error @raise_on_get = true end def send_request(request, community, host, port) raise RuntimeError if @raise_on_send end def get_response(request) @response_count += 1 raise RuntimeError if @raise_on_get raise Timeout::Error, "testing retry count" end end class MismatchIdTransport def initialize @data = [] end def close end def send(data, host, port) bad_id_data = data.dup bad_msg = SNMP::Message.decode(bad_id_data) bad_msg.pdu.request_id -= 3 # corrupt request_id @data << bad_msg.encode # insert corrupted PDU before real data @data << bad_id_data end def recv(max_bytes) raise "receive queue is empty" unless @data.first SNMP::Message.decode(@data.shift).response.encode[0,max_bytes] end end class TestRetry < MiniTest::Unit::TestCase def test_retry_count assert_response_count(0, 1, SNMP::RequestTimeout) assert_response_count(1, 2, SNMP::RequestTimeout) assert_response_count(5, 6, SNMP::RequestTimeout) end def test_retry_on_error assert_response_count(5, 0, RuntimeError) { |m| m.raise_send_error } old_verbose = $VERBOSE $VERBOSE = nil assert_response_count(5, 6, SNMP::RequestTimeout) { |m| m.raise_get_error } $VERBOSE = old_verbose end def assert_response_count(retry_count, response_count, exception) m = TimeoutManager.new( :Retries => retry_count ) yield m if block_given? assert_raises(exception) { m.get("1.2.3.4") } assert_equal(response_count, m.response_count) end def test_drop_mismatched_id m = SNMP::Manager.new(:Transport => MismatchIdTransport.new) m.get("1.2.3.4") end end snmp-1.2.0/test/test_mib.rb0000644000004100000410000000510212365504747015644 0ustar www-datawww-datarequire 'minitest/autorun' require 'snmp/mib' module SNMP class TestMib < MiniTest::Unit::TestCase def setup @mib = MIB.new @mib.load_module("SNMPv2-SMI") @mib.load_module("SNMPv2-MIB") @mib.load_module("IF-MIB") end def test_name_to_oid oid = @mib.oid("1.2.3.4") assert_equal("1.2.3.4", oid.to_s) oid = @mib.oid("ifTable") assert_equal("1.3.6.1.2.1.2.2", oid.to_s) oid = @mib.oid("sysDescr.0") assert_equal("1.3.6.1.2.1.1.1.0", oid.to_s) oid = @mib.oid("ifTable.1.23") assert_equal("1.3.6.1.2.1.2.2.1.23", oid.to_s) oid = @mib.oid("IF-MIB::ifTable.1.23") assert_equal("1.3.6.1.2.1.2.2.1.23", oid.to_s) assert_raises(MIB::ModuleNotLoadedError) { @mib.oid("IFMIB::ifTable.1.23") } assert_raises(ArgumentError) { @mib.oid("IF-MIB::") } assert_raises(ArgumentError) { MIB.new.oid("sysDescr.0") } assert_equal("1.2.3.4", MIB.new.oid("1.2.3.4").to_s) end def test_varbind_list vb_list = @mib.varbind_list("1.2.3.4") assert_equal(1, vb_list.length) assert_equal("1.2.3.4", vb_list.first.name.to_s) vb_list = @mib.varbind_list(["1.2.3.4"]) assert_equal(1, vb_list.length) assert_equal("1.2.3.4", vb_list.first.name.to_s) vb_list = @mib.varbind_list(["IF-MIB::ifTable.1.23", "1.2.3.4"]) assert_equal(2, vb_list.length) assert_equal("1.3.6.1.2.1.2.2.1.23", vb_list.first.name.to_s) end def test_varbind_list_with_nil assert_raises(ArgumentError) { @mib.varbind_list(nil) } end def test_varbind vb = @mib.varbind("1.2.3.4", Null) assert_equal("1.2.3.4", vb.name.to_s) assert_equal(Null, vb.value) vb = @mib.varbind("IF-MIB::ifTable.3.45", Integer.new(2)) assert_equal("1.3.6.1.2.1.2.2.3.45", vb.name.to_s) assert_equal(2, vb.value) end def test_list list = MIB.list_imported(/SNMPv2/) assert_equal(4, list.length) end def test_name cases = [["1.3.6.1.2.1.2.2.3.45", "IF-MIB::ifTable.3.45"], ["1.3.6.1.2.1.1.0", "SNMPv2-MIB::system.0"], ["1.2.3.4", "1.2.3.4"], ["1.3", "SNMPv2-SMI::org"], ["1.2", "1.2"], ["1", "1"], ["", ""]] cases.each do |oid, expected_name| name = @mib.name(oid) assert_equal(expected_name, name) end end # def test_import # module_name = MIB.import_module('SNMPv2-MIB') # assert_equal('SNMPv2-MIB', module_name) # end end end snmp-1.2.0/test/test_walk.rb0000644000004100000410000001152112365504747016035 0ustar www-datawww-datarequire 'snmp' require 'minitest/autorun' require 'yaml' include SNMP ## # Accept get and get-next requests, returning the data from the # provided YAML data file. The file contains a list of OID, value, and # value type. # class YamlDataTransport def self.load_data(yaml_file) values = YAML.load(File.new(yaml_file)) @@get_map = {} @@get_next_map = {} values.each_index do |i| name, value, klass = values[i] if i < values.length - 1 next_name, next_value, next_klass = values[i + 1] else next_value = SNMP::EndOfMibView next_klass = SNMP::EndOfMibView end @@get_map[name] = [name, value, klass] @@get_next_map[name] = [next_name, next_value, next_klass] end end def initialize @responses = [] end def close end def send(data, host, port) msg = Message.decode(data) req_class = msg.pdu.class if req_class == SNMP::GetRequest oid_map = @@get_map elsif req_class == SNMP::GetNextRequest oid_map = @@get_next_map else raise "request not supported: " + req_class end resp = msg.response resp.pdu.vb_list.each do |vb| name, value, klass = oid_map[vb.name.to_s] vb.name = ObjectId.new(name) if klass == "SNMP::NoSuchObject" or klass == "SNMP::NoSuchInstance" vb.value = eval(klass) elsif value vb.value = eval("#{klass}.new(value)") else vb.value = SNMP::NoSuchInstance end end @responses << resp.encode end def recv(max_bytes) @responses.shift end end class TestTransport < MiniTest::Unit::TestCase def test_get YamlDataTransport.load_data(File.dirname(__FILE__) + "/if_table6.yaml") SNMP::Manager.open(:Transport => YamlDataTransport.new) do |snmp| value = snmp.get_value("ifDescr.1") assert_equal("lo0", value) end end def test_get_next YamlDataTransport.load_data(File.dirname(__FILE__) + "/if_table6.yaml") SNMP::Manager.open(:Transport => YamlDataTransport.new) do |snmp| vb = snmp.get_next("ifDescr.1") assert_equal("gif0", vb.vb_list.first.value) end end end class TestWalk < MiniTest::Unit::TestCase ## # A single string or single ObjectId can be passed to walk() # def test_single_object list = [] ifTable6_manager.walk("ifDescr") do |vb| assert(vb.kind_of?(VarBind), "Expected a VarBind") list << vb end assert_equal(6, list.length) list = [] ifTable6_manager.walk(ObjectId.new("1.3.6.1.2.1.2.2.1.2")) do |vb| assert(vb.kind_of?(VarBind), "Expected a VarBind") list << vb end assert_equal(6, list.length) end ## # If a list of one element is passed to walk() then a list of # one element is passed as the block parameter. # def test_single_object_list executed_block = false ifTable6_manager.walk(["1.3.6.1.2.1.2.2.1.2"]) do |vb_list| executed_block = true assert_equal(1, vb_list.length) assert_equal("IF-MIB::ifDescr.1", vb_list.first.name.to_s) break end assert(executed_block, "Did not execute block") end ## # If a list of multiple items are passed to walk() then # multiple items are passed to the block. # def test_object_list list1 = [] list2 = [] ifTable6_manager.walk(["ifIndex", "ifDescr"]) do |vb1, vb2| list1 << vb1 list2 << vb2 end assert_equal(6, list1.length) assert_equal(6, list2.length) list1 = [] list2 = [] ifTable6_manager.walk(["ifIndex", "ifDescr"], 1) do |vb1, vb2| list1 << vb1 list2 << vb2 end assert_equal(6, list1.length) assert_equal(6, list2.length) end def test_empty ifTable6_manager.walk("1.3.6.1.2.1.2.2.1.2.1") do |vb| fail("Expected block to not be executed") end end def test_one list = [] ifTable1_manager.walk(["1.3.6.1.2.1.2.2.1.1", "1.3.6.1.2.1.2.2.1.2"]) do |vb| assert_equal("IF-MIB::ifIndex.1", vb[0].name.to_s) assert_equal("IF-MIB::ifDescr.1", vb[1].name.to_s) list << vb end assert_equal(1, list.length) end def test_hole_in_one list = [] ifTable1_manager.walk(["ifIndex", "ifDescr", "ifType"]) do |vb| assert_equal("IF-MIB::ifIndex.1", vb[0].name.to_s) assert_equal(1, vb[0].value) assert_equal("IF-MIB::ifDescr.1", vb[1].name.to_s) assert_equal("lo0", vb[1].value) assert_equal("IF-MIB::ifType.1", vb[2].name.to_s) assert_equal(NoSuchInstance, vb[2].value) list << vb break end assert_equal(1, list.length) end private def ifTable1_manager YamlDataTransport.load_data(File.dirname(__FILE__) + "/if_table1.yaml") Manager.new(:Transport => YamlDataTransport.new) end def ifTable6_manager YamlDataTransport.load_data(File.dirname(__FILE__) + "/if_table6.yaml") Manager.new(:Transport => YamlDataTransport.new) end end snmp-1.2.0/checksums.yaml.gz0000444000004100000410000000041512365504747016022 0ustar www-datawww-dataSe;@DYl`<3}F@Uz^߾8/?~<3sUDx+%(+D>=J^<MhY%)Gm]H`8v }t,ILA. :D 5{sn{seseer7¶ICP]$+iB]4@n^ 1Mf΅i`; ,c9ءD}}%ExNG4P:Ŭ?5