-- MIB created 9/13/95 11:13:50, by -- SMIC (the next generation) version 1.6.29, November 22, 1994. VINES-COMM-MIB { iso org(3) dod(6) internet(1) private(4) enterprises(1) 130 } DEFINITIONS ::= BEGIN -- From file: "comm.mib" -- Compile options "V M" IMPORTS enterprises FROM RFC1155-SMI enterprises, IpAddress, Counter, TimeTicks FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212 DisplayString, TimeStamp FROM RFC1213-MIB ; banyan OBJECT IDENTIFIER ::= { enterprises 130 } vinesmibs OBJECT IDENTIFIER ::= { banyan 1 } mib3 OBJECT IDENTIFIER ::= { vinesmibs 3 } services OBJECT IDENTIFIER ::= { mib3 1 } banyanmodules OBJECT IDENTIFIER ::= { mib3 2 } commMIB OBJECT IDENTIFIER ::= { banyanmodules 91 } -- MODULE-IDENTITY -- LastUpdated -- 9501170000Z -- OrgName -- Banyan Systems, Incorporated -- ContactInfo -- Banyan Systems, Inc. -- -- Postal: 115, Flanders Road, -- WESTBORO, MA 01581 -- USA -- -- E-mail: mibsupport@banyan.com -- Descr -- The MIB module for the VINES communications sub-system platform OBJECT IDENTIFIER ::= { mib3 3 } comm OBJECT IDENTIFIER ::= { platform 1 } commresources OBJECT IDENTIFIER ::= { comm 2 } vinesip OBJECT IDENTIFIER ::= { comm 3 } vinesspp OBJECT IDENTIFIER ::= { comm 4 } vinesrtp OBJECT IDENTIFIER ::= { comm 5 } vinesnbrs OBJECT IDENTIFIER ::= { comm 6 } vinesslr OBJECT IDENTIFIER ::= { comm 7 } vinterfaces OBJECT IDENTIFIER ::= { comm 8 } commthresholds OBJECT IDENTIFIER ::= { comm 9 } comresTotBufs OBJECT-TYPE SYNTAX INTEGER(0..1000) ACCESS read-write STATUS mandatory DESCRIPTION "The total communications buffer space (the amount of server RAM used for network communications) in kilobytes. This is configurable from the server's console. Note: The setting of this object will not take effect until the servers is rebooted." ::= { commresources 1 } comresBufInUse OBJECT-TYPE SYNTAX INTEGER(0..1000) ACCESS read-only STATUS mandatory DESCRIPTION "The total communications buffer space currently in use for network communications in kilobytes." ::= { commresources 2 } comresBufUsage OBJECT-TYPE SYNTAX INTEGER(0..100) ACCESS read-only STATUS mandatory DESCRIPTION "The percentage of the communications buffer space currently in use." ::= { commresources 3 } comresSocksCfg OBJECT-TYPE SYNTAX INTEGER(0..1500) ACCESS read-write STATUS mandatory DESCRIPTION "The maximum number of sockets that can be open at one time. Configurable from the server console. Note: The setting of this object will not take effect until the servers is rebooted." ::= { commresources 4 } comresSocksInUse OBJECT-TYPE SYNTAX INTEGER(0..1500) ACCESS read-only STATUS mandatory DESCRIPTION "The number of sockets currently in use." ::= { commresources 5 } comresMaxOpenSocks OBJECT-TYPE SYNTAX INTEGER(0..1500) ACCESS read-only STATUS mandatory DESCRIPTION "The maximum number of sockets (HWM) in use since the server was last booted." ::= { commresources 6 } comresSocksPInUse OBJECT-TYPE SYNTAX INTEGER(0..100) ACCESS read-only STATUS mandatory DESCRIPTION "The percentage of the maximum configured sockets in use." ::= { commresources 7 } comresTimeLastZeroed OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The time that the comms stats were last zeroed. This will normally be the time since the last reboot of the server." ::= { commresources 8 } vipBad OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets that the server has received since the server was last booted that had an incorrect checksum." ::= { vinesip 1 } vipTooSmall OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets that the server has received since the server was last booted that were too small." ::= { vinesip 2 } vipBadLength OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets that the server has received since the server was last booted that had an invalid packet length in the packet length field of the VINES IP header." ::= { vinesip 3 } commsNoBuffers OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets that the server could not send, receive or route due to a lack of communication buffers since the server was last booted." ::= { vinesip 4 } vipAllocsFailed OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The cumulative total of the number of buffers that could not be allocated since the server was last booted." ::= { vinesip 5 } vipTotIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of VINES IP packets that the server has received since the server was last booted." ::= { vinesip 6 } vipTotOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of VINES IP packets that the server has sent since the server was last booted." ::= { vinesip 7 } vipRouted OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of packets that were routed to another node since the server was last booted." ::= { vinesip 8 } vipBcast OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of VINES IP broadcast packets sent, both generated from the server and routed from other nodes." ::= { vinesip 9 } vipInFragments OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of fragments received since the server was last booted." ::= { vinesip 10 } vipFrags OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of packet fragmentations performed since the server was last booted." ::= { vinesip 11 } vipReass OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times packets were reassembled since the server was last booted. One VINES IP packet being broken into three message fragments is counted as one fragmentation. The three fragments being reassembled into one VINES IP packet counts as one reassembly." ::= { vinesip 12 } vipRoutedHWM OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The largest number of packets routed in 1 second (HWM) since the server was last booted." ::= { vinesip 13 } vipBcastHWM OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The largest number of packets broadcast in 1 second since the server was last booted." ::= { vinesip 14 } vipLastRouted OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets routed in the last interval measured." ::= { vinesip 15 } vipLastBcast OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of broadcasts routed in the last interval measured." ::= { vinesip 16 } vipToDodIP OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets that VINES IP passed to DARPA IP (TCP/IP) for encapsulation in IP headers since the server was last booted." ::= { vinesip 17 } vipFromDodIP OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets that VINES IP received from DARPA IP (TCP/IP) since the server was last booted." ::= { vinesip 18 } vsppTotIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of VINES SPP packets that the server has received since the server was last booted." ::= { vinesspp 1 } vsppBadType OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of packets received on VINES SPP connections that had invalid SPP packet types." ::= { vinesspp 2 } vsppNoBuffers OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of VINES SPP packets that the server could not send, receive or route due to a lack of communication buffers since the server was last booted." ::= { vinesspp 3 } vsppInErrs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of VINES SPP errors encountered while receiving packets, since the server was last booted." ::= { vinesspp 4 } vsppNoPort OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of incoming VINES SPP packets that the server dropped due to an unmatched destination port or an unmatched connection ID." ::= { vinesspp 5 } vsppDups OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of incoming VINES SPP packets that were duplicates of other packets." ::= { vinesspp 6 } vsppBadOrder OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of incoming VINES SPP packets that were received out of order." ::= { vinesspp 7 } vsppDataIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets received on VINES SPP connections." ::= { vinesspp 8 } vsppAcksIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of VINES SPP acknowledgement packets received." ::= { vinesspp 9 } vsppDiscIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of disconnected packets received on VINES SPP connections." ::= { vinesspp 10 } vsppProbesIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of probe packets received on VINES SPP connections." ::= { vinesspp 11 } vsppTotOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of VINES SPP packets that the server has sent since the server was last booted." ::= { vinesspp 12 } vsppDataOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of data packets sent on VINES SPP connections." ::= { vinesspp 13 } vsppAcksOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of VINES SPP acknowledgement packets sent." ::= { vinesspp 14 } vsppDiscOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of disconnect packets sent on VINES SPP connections." ::= { vinesspp 15 } vsppProbesOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of probe packets sent on VINES SPP connections." ::= { vinesspp 16 } vsppAbortsOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of VINES SPP data packets that had the abort bit set." ::= { vinesspp 17 } vsppLocal OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets sent locally using VINES SPP connections." ::= { vinesspp 18 } vsppCfg OBJECT-TYPE SYNTAX INTEGER(0..2000) ACCESS read-write STATUS mandatory DESCRIPTION "The allowable maximum number of VINES SPP connections that can be in use by processes on the server at one time. Note: The setting of this object will not take effect until the servers is rebooted." ::= { vinesspp 19 } vsppInUse OBJECT-TYPE SYNTAX INTEGER(0..2000) ACCESS read-only STATUS mandatory DESCRIPTION "The number of VINES SPP connections currently in use by processes on the server." ::= { vinesspp 20 } vsppInUseHWM OBJECT-TYPE SYNTAX INTEGER(0..2000) ACCESS read-only STATUS mandatory DESCRIPTION "The maximum number of VINES SPP connections in use at a single point in time since the server was last booted (HWM)." ::= { vinesspp 21 } vrtpTotIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of VINES VRTP packets received since the server was last booted." ::= { vinesrtp 1 } vrtpErrsIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of errors the VINES VRTP protocol encountered while receiving packets, since the server was last booted." ::= { vinesrtp 2 } vrtpNoBuffersIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times that no communication buffers were available to process received VINES VRTP packets or create routine table entries." ::= { vinesrtp 3 } vrtpUpdatesIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of VINES VRTP update packets received." ::= { vinesrtp 4 } vrtpResponsesIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of VINES VRTP responses received." ::= { vinesrtp 5 } vrtpRqstLkUpIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of VINES VRTP packets received that requested routing information." ::= { vinesrtp 6 } vrtpRqstSlrInfoIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of VINES VRTP request packets received that requested VINES routine metric information on a source-level route (Sequenced Only)." ::= { vinesrtp 7 } vrtpRqstsIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of VINES VRTP requests received." ::= { vinesrtp 8 } vrtpReinitIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number VINES VRTP reinitialization packets received (Sequenced Only)." ::= { vinesrtp 9 } vrtpResyncIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of resynchronization operations or update packets received that contained information for synchronizing VINES VRTP routing table entries." ::= { vinesrtp 10 } vrtpRedirIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of VINES VRTP redirect packets received." ::= { vinesrtp 11 } vrtpFragsIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of VINES VRTP update or response fragments received (Sequenced Only)." ::= { vinesrtp 12 } vrtpFragsDropIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of VINES VRTP update packets dropped due to either the time taken to reassemble was too long or no communication buffer were available (Sequenced Only)." ::= { vinesrtp 13 } vrtpFragsBadIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of VINES VRTP fragments discarded because they had packet IDs that were out-of-sequence (Sequenced Only)." ::= { vinesrtp 14 } vrtpFragsDupIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of VINES VRTP fragments that were dropped because they were duplicates of other fragments (Sequenced Only)." ::= { vinesrtp 15 } vrtpFragsDoneIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of VINES VRTP updates and responses that were fragmented or reassembled successfully (Sequenced Only)." ::= { vinesrtp 16 } vrtpReassBadIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of VINES VRTP updates and responses that were not successfully fragmented or reassembled (Sequenced Only)." ::= { vinesrtp 17 } vrtpOutdatedIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received VINES VRTP packets discarded because they were outdated (Sequenced Only)." ::= { vinesrtp 18 } vrtpNetInfoBad OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received outdated entries for VINES VRTP logical networks (Sequenced Only)." ::= { vinesrtp 19 } vrtpBadRdrs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of VINES VRTP redirect packets discarded because of a bad length." ::= { vinesrtp 20 } vrtpBdcstIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of broadcasted VINES VRTP update packets received." ::= { vinesrtp 21 } vrtpTotOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of VINES VRTP packets sent since the server was last booted." ::= { vinesrtp 22 } vrtpNoBuffersOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times no communication buffers were available to send VINES VRTP packets." ::= { vinesrtp 23 } vrtpUpdatesOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of VINES VRTP update packets sent." ::= { vinesrtp 24 } vrtpResponsesOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of VINES VRTP responses sent." ::= { vinesrtp 25 } vrtpRqstLkUpOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of VINES VRTP packets sent that requested specific routing information." ::= { vinesrtp 26 } vrtpRqstSlrInfoOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of request packets sent that requested VINES VRTP routing metric information on a source-level route (Sequenced Only)." ::= { vinesrtp 27 } vrtpRqstsOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of VINES VRTP requests sent." ::= { vinesrtp 28 } vrtpRedirOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of VINES VRTP redirect packets sent." ::= { vinesrtp 29 } vrtpReinitOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number VINES VRTP reinitialization packets sent (Sequenced Only)." ::= { vinesrtp 30 } vrtpResyncOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of VINES VRTP resynchronization operations or update packets sent that contained information for synchronizing routing table entries." ::= { vinesrtp 31 } vrtpFragsOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of VINES VRTP update or response fragments sent (Sequenced Only)." ::= { vinesrtp 32 } vrtpFragsDropOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of VINES VRTP packets dropped due to either the time taken to fragment the message was too long or no communication buffer were available (Sequenced Only)." ::= { vinesrtp 33 } vrtpFragsDoneOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of VINES VRTP updates and responses that were fragmented successfully (Sequenced Only)." ::= { vinesrtp 34 } vrtpFragsBadOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of VINES VRTP updates and responses that were fragmented unsuccessfully (Sequenced Only)." ::= { vinesrtp 35 } vrtpBdcstOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of broadcasted VINES VRTP update packets sent." ::= { vinesrtp 36 } vrtpRtCr OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of routes created by VINES VRTP redirect packets." ::= { vinesrtp 37 } vrtpRtMod OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of routes modified by VINES VRTP redirect packets." ::= { vinesrtp 38 } vrtpNbrAnchors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total entries in the neighbor table or total paths to all neighbors." ::= { vinesrtp 39 } vrtpNbrEntries OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total entries in the neighbor table or total paths to all neighbors." ::= { vinesrtp 40 } vrtpNetEntries OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total entries for networks in this server's network table." ::= { vinesrtp 41 } vrtpLkUp OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of calls to look up network table entries by the server." ::= { vinesrtp 42 } vrtpBadLkUp OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of failed calls to look up network table entries by the server." ::= { vinesrtp 43 } vrtpNonSeqTotIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of non-sequenced VINES VRTP packets received." ::= { vinesrtp 44 } vrtpNonSeqErrsIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of errors while receiving non-sequenced VINES VRTP packets." ::= { vinesrtp 45 } vrtpNonSeqUpdIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of non-sequenced update VINES VRTP packets received." ::= { vinesrtp 46 } vrtpNonSeqRspIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of non-sequenced VINES VRTP responses received." ::= { vinesrtp 47 } vrtpNonSeqRqstIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of non-sequenced VINES VRTP requests received." ::= { vinesrtp 48 } vrtpNonSeqRdrIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of non-sequenced VINES VRTP redirect packets received." ::= { vinesrtp 49 } vrtpBadNonSeqRdrIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of invalid non-sequenced VINES VRTP redirect packets received." ::= { vinesrtp 50 } vrtpNonSeqBdcstIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of non-sequenced VINES VRTP broadcast packets received." ::= { vinesrtp 51 } vrtpNonSeqTotOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of non-sequenced VINES VRTP packets sent." ::= { vinesrtp 52 } vrtpNonSeqUpdOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of non-sequenced VINES VRTP update packets sent." ::= { vinesrtp 53 } vrtpNonSeqRspOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of non-sequenced VINES VRTP responses sent." ::= { vinesrtp 54 } vrtpNonSeqRqstOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of non-sequenced VINES VRTP requests sent." ::= { vinesrtp 55 } vrtpNonSeqRdrOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of non-sequenced VINES VRTP redirect packets sent." ::= { vinesrtp 56 } vrtpNonSeqBdcstOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of non-sequenced VINES VRTP broadcast packets sent." ::= { vinesrtp 57 } vrtpRtNumber OBJECT-TYPE SYNTAX INTEGER(0..2000) ACCESS read-only STATUS mandatory DESCRIPTION "The number of entries in the route table (RtTable)." ::= { vinesrtp 58 } vrtpRtTable OBJECT-TYPE SYNTAX SEQUENCE OF RtEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of networks and the routing information to find them." ::= { vinesrtp 59 } vrtpRtEntry OBJECT-TYPE SYNTAX RtEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry for one network." INDEX { vrtpRtNetid } ::= { vrtpRtTable 1 } RtEntry ::= SEQUENCE { vrtpRtNetid INTEGER, vrtpRtMetric INTEGER, vrtpRtIdle INTEGER, vrtpRtGateNetid INTEGER, vrtpRtSvrName DisplayString, vrtpRtGateSvrName DisplayString } vrtpRtNetid OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The network ID of the route's destination server." ::= { vrtpRtEntry 1 } vrtpRtMetric OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The routing metric used by the called server to reach the destination. The metric reflects the cost of the path to the destination, it is in 200-millisecond units." ::= { vrtpRtEntry 2 } vrtpRtIdle OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The time to live timer for this route's entry. This value indicicates the amount of time before the entry is removed from the called server's routing table. The value is returned in 90 second units." ::= { vrtpRtEntry 3 } vrtpRtGateNetid OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The network ID of the server that acts as the router for reaching the destination server." ::= { vrtpRtEntry 4 } vrtpRtSvrName OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The name of the destination server." ::= { vrtpRtEntry 5 } vrtpRtGateSvrName OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The name of the server that acts as the router for reaching the destination server." ::= { vrtpRtEntry 6 } vrtpNbrNumber OBJECT-TYPE SYNTAX INTEGER(0..100) ACCESS read-only STATUS mandatory DESCRIPTION "The number of entries in the neighbor table (NbrTable)." ::= { vinesnbrs 1 } vrtpNbrTable OBJECT-TYPE SYNTAX SEQUENCE OF NbrEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of information about neighbors of this server." ::= { vinesnbrs 2 } vrtpNbrEntry OBJECT-TYPE SYNTAX NbrEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The information for each entry in the table." INDEX { vrtpNbrNetid, vrtpNbrSubNetid, vrtpNbrIfType, vrtpNbrLocSlot, vrtpNbrLocLine } ::= { vrtpNbrTable 1 } NbrEntry ::= SEQUENCE { vrtpNbrNetid INTEGER, vrtpNbrSubNetid INTEGER, vrtpNbrType INTEGER, vrtpNbrIfType INTEGER, vrtpNbrRemAddress OCTET STRING, vrtpNbrLocAddress OCTET STRING, vrtpNbrLocSlot INTEGER, vrtpNbrLocLine INTEGER, vrtpNbrSvrName DisplayString } vrtpNbrNetid OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The network ID of the neighbor, which is the first part of the neighbor's VINES internet address. If the neighbor is a server the network number is the server's serial number." ::= { vrtpNbrEntry 1 } vrtpNbrSubNetid OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The subnetwork ID of the neighbor, which is the second part of the neighbor's VINES internet address. If the neighbor is a server the subnetwork number is 1." ::= { vrtpNbrEntry 2 } vrtpNbrType OBJECT-TYPE SYNTAX INTEGER { server(1), workstation(2) } ACCESS read-only STATUS mandatory DESCRIPTION "The type of the neighbor (workstation = pc)." ::= { vrtpNbrEntry 3 } vrtpNbrIfType OBJECT-TYPE SYNTAX INTEGER { ethernet3Com(1), ethernetNI5010(2), ethernetBICC(3), ethernetUB(4), omninetCorvus(5), arcnetSMC(6), pcnetSytek(7), proNetProteon(8), frag(9), prsystctrl(10), hdlc(11), blkAsync(12), intersys(13), x25EICON(14), tokenRingIBM(15), x25(16), tokenRingUB(17), ipaDavidSys(18), tokenRingPronet4(19), ethernetEplus3Com(20), lanLinkNT(21), ctrllerGanges(22), ethernetNI5210(23), ipTCPIP(24), ipBanyan(25), hdlcTCPIP(26), starlanWDigital(27), ethernetWDigital(28), starlanATT(29), starlanNI5210(30), ethernet3Com3C503(31), ethernet3Com3C523(32), tokenRing3Com3C603(33), lanLinkNTMC(34), serialVGsystems(35), ethernetIntelPC586E(36), starlanATT10(37), pronetProteonMC(38), arcnetSMCMC(39), tokenRingIBMMC(40), ethernetNI9210MC(41), ethernetICAMC(42), pseudoIBM(43), starlanATT10MC(44), ps2UBNICMC(45), llTurboNT(46), tokenRingProteon(47), ethernetNovellNE(48), ctrlerDATACO(49), hughes(50), ethernetNDIS(51), gatewayAPI(52), tokenRingMadge(53), ethernetIBMMC(54), tokenRingIBMBM(55), ethernetWDigitalMC(56), interlanEISA(57), ethernetBICC2(58), ethernetNT2R15(59), ethernetNTMC(60), ethernetNTTurbo(61), tokenRingPronet(62), tokenRingCompaq(63), isoSvrSvr(64), ethernetNovellNE3200(65), ethernetPureData(66), ethernetPureDataMC(67), ethernetCabletron(68), ftp(69), arcnetNDIS(70), tokenRingNDIS(71), starlanATTEISA(72), appleTalk(73), localTalk(74), etherLink3COM16(75), interlanNI6510(76), tokenRingProteonP1890(77), ethernetBICCMC(78), icaPlus(79), ipNSRouting(80), etherExpressIntel(81), tokenRingOlicom(82), tokenRingOlicomMC(83), tokenRingOlicamEISA(84), tokenExpressIntelISA(85), tokenExpressIntelMC(86), tokenExpressIntelEISA(87), tokenRingIrmaTracPCAT(88), tokenRingIrmaTracMCA(89), ethernetDGCODE(90), isdnBRIDatavoice(91), wavelanNCR(92), unused1(93), unused2(94), unused3(95), unused4(96), unused5(97), unused6(98), unused7(99), promptusT1(100), promptusE1(101), lapdT1(102), isdnDchannel(103) } ACCESS read-only STATUS mandatory DESCRIPTION "The type of interface that the server uses to reach the neighbor." ::= { vrtpNbrEntry 4 } vrtpNbrRemAddress OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The address of the neighbor's physical interface, such as a LAN address. If the neighbor is connected via an HDLC or asynchronous line this object specifies an internal ID." ::= { vrtpNbrEntry 5 } vrtpNbrLocAddress OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The address of the server's physical interface, such as a LAN address." ::= { vrtpNbrEntry 6 } vrtpNbrLocSlot OBJECT-TYPE SYNTAX INTEGER(0..16) ACCESS read-only STATUS mandatory DESCRIPTION "The slot number of the interface card that the server uses to reach the neighbor." ::= { vrtpNbrEntry 7 } vrtpNbrLocLine OBJECT-TYPE SYNTAX INTEGER(0..6) ACCESS read-only STATUS mandatory DESCRIPTION "The number of the line on the serial card that the server uses to reach the neighbor. It does not apply to neighbors that are reached over LANs, in these cases the value will be shown as 999." ::= { vrtpNbrEntry 8 } vrtpNbrSvrName OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The name of the neighbor. If the neighbor is a workstation then this object has no meaning." ::= { vrtpNbrEntry 9 } vslrTotIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of Source Level Routing (SLR) packets that the server has received since the server was last booted." ::= { vinesslr 1 } vslrTotOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of Source Level Routing (SLR) packets that the server has sent since the server was last booted." ::= { vinesslr 2 } vslrNoBuffers OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of Source Level Routing (SLR) packets that the server could not send, receive or route due to a lack of communication buffers since the server was last booted." ::= { vinesslr 3 } vslrBcasts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of VINES IP broadcast packets sent, both generated from the server and routed from other nodes." ::= { vinesslr 4 } vslrTotWRoute OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of Source Level Routing (SLR) packets sent that contain source routing information." ::= { vinesslr 5 } vslrTotWORoute OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of Source Level Routing (SLR) packets sent that do not contain source routing information." ::= { vinesslr 6 } vslrLclBrdgsCfg OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of local Source Level Routing (SLR) bridges configured." ::= { vinesslr 7 } vslrRemBrdgsCfg OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of remote Source Level Routing (SLR) bridges configured." ::= { vinesslr 8 } vslrNumIfs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of Source Level Routing (SLR) interfaces configured." ::= { vinesslr 9 } vifNumber OBJECT-TYPE SYNTAX INTEGER(0..16) ACCESS read-only STATUS mandatory DESCRIPTION "The number of VINES interfaces configured on the server." ::= { vinterfaces 1 } vifTable OBJECT-TYPE SYNTAX SEQUENCE OF IfEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "List of interfaces with some statistics about each interface." ::= { vinterfaces 2 } vifEntry OBJECT-TYPE SYNTAX IfEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about one interface." INDEX { vifSlot } ::= { vifTable 1 } IfEntry ::= SEQUENCE { vifSlot INTEGER, vifType INTEGER, vifDescr DisplayString, vifAddress OCTET STRING, vifInPkts Counter, vifInErrs Counter, vifOutPkts Counter, vifOutErrs Counter } vifSlot OBJECT-TYPE SYNTAX INTEGER(0..16) ACCESS read-only STATUS mandatory DESCRIPTION "The slot number of the interface's communications card." ::= { vifEntry 1 } vifType OBJECT-TYPE SYNTAX INTEGER { ethernet3Com(1), ethernetNI5010(2), ethernetBICC(3), ethernetUB(4), omninetCorvus(5), arcnetSMC(6), pcnetSytek(7), proNetProteon(8), frag(9), prsystctrl(10), hdlc(11), blkAsync(12), intersys(13), x25EICON(14), tokenRingIBM(15), x25(16), tokenRingUB(17), ipaDavidSys(18), tokenRingPronet4(19), ethernetEplus3Com(20), lanLinkNT(21), ctrllerGanges(22), ethernetNI5210(23), ipTCPIP(24), ipBanyan(25), hdlcTCPIP(26), starlanWDigital(27), ethernetWDigital(28), starlanATT(29), starlanNI5210(30), ethernet3Com3C503(31), ethernet3Com3C523(32), tokenRing3Com3C603(33), lanLinkNTMC(34), serialVGsystems(35), ethernetIntelPC586E(36), starlanATT10(37), pronetProteonMC(38), arcnetSMCMC(39), tokenRingIBMMC(40), ethernetNI9210MC(41), ethernetICAMC(42), pseudoIBM(43), starlanATT10MC(44), ps2UBNICMC(45), llTurboNT(46), tokenRingProteon(47), ethernetNovellNE(48), ctrlerDATACO(49), hughes(50), ethernetNDIS(51), gatewayAPI(52), tokenRingMadge(53), ethernetIBMMC(54), tokenRingIBMBM(55), ethernetWDigitalMC(56), interlanEISA(57), ethernetBICC2(58), ethernetNT2R15(59), ethernetNTMC(60), ethernetNTTurbo(61), tokenRingPronet(62), tokenRingCompaq(63), isoSvrSvr(64), ethernetNovellNE3200(65), ethernetPureData(66), ethernetPureDataMC(67), ethernetCabletron(68), ftp(69), arcnetNDIS(70), tokenRingNDIS(71), starlanATTEISA(72), appleTalk(73), localTalk(74), etherLink3COM16(75), interlanNI6510(76), tokenRingProteonP1890(77), ethernetBICCMC(78), icaPlus(79), ipNSRouting(80), etherExpressIntel(81), tokenRingOlicom(82), tokenRingOlicomMC(83), tokenRingOlicamEISA(84), tokenExpressIntelISA(85), tokenExpressIntelMC(86), tokenExpressIntelEISA(87), tokenRingIrmaTracPCAT(88), tokenRingIrmaTracMCA(89), ethernetDGCODE(90), isdnBRIDatavoice(91), wavelanNCR(92), unused1(93), unused2(94), unused3(95), unused4(96), unused5(97), unused6(98), unused7(99), promptusT1(100), promptusE1(101), lapdT1(102), isdnDchannel(103) } ACCESS read-only STATUS mandatory DESCRIPTION "The interface type, types are the same as defined for vrtpNbrIfType in the vinesrtp neighbor table." ::= { vifEntry 2 } vifDescr OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "A textual description of the interface." ::= { vifEntry 3 } vifAddress OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The physical address of the interface, applies to LAN interfaces only." ::= { vifEntry 4 } vifInPkts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of VINES IP packets that the server received since the last reboot." ::= { vifEntry 5 } vifInErrs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of received VINES IP packets that contained errors since the last reboot." ::= { vifEntry 6 } vifOutPkts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of VINES IP packets that the server sent since the last reboot." ::= { vifEntry 7 } vifOutErrs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of transmitted VINES IP packets that contained errors since the last reboot." ::= { vifEntry 8 } vifLnkNumber OBJECT-TYPE SYNTAX INTEGER(0..12) ACCESS read-only STATUS mandatory DESCRIPTION "The number of serial links connected to the server." ::= { vinterfaces 3 } vifLnkTable OBJECT-TYPE SYNTAX SEQUENCE OF LnkEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Data link level statistics for the serial lines on this server." ::= { vinterfaces 4 } vifLnkEntry OBJECT-TYPE SYNTAX LnkEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Stats for one serial line." INDEX { vifLnkSlot, vifLnkLine } ::= { vifLnkTable 1 } LnkEntry ::= SEQUENCE { vifLnkSlot INTEGER, vifLnkLine INTEGER, vifLnkType INTEGER, vifLnkTotIn Counter, vifLnkTotOut Counter, vifLnkRetrans Counter, vifLnkCRCErrs Counter, vifLnkDrops Counter, vifLnkUnders Counter, vifLnkOvers Counter, vifLnkFrmErrs Counter } vifLnkSlot OBJECT-TYPE SYNTAX INTEGER(0..16) ACCESS read-only STATUS mandatory DESCRIPTION "The slot number of the serial communications card to which the serial line is connected." ::= { vifLnkEntry 1 } vifLnkLine OBJECT-TYPE SYNTAX INTEGER(0..6) ACCESS read-only STATUS mandatory DESCRIPTION "The line number of the line on the serial communications card." ::= { vifLnkEntry 2 } vifLnkType OBJECT-TYPE SYNTAX INTEGER { ate(1), unused2(2), unused3(3), unused4(4), unused5(5), unused6(6), blkasynch(7), hdlc(8), x25(9), sdlcv1(10), bsc3270(11), sdlcv2(12) } ACCESS read-only STATUS mandatory DESCRIPTION "The type of data link level protocol used on this line. 1 Asynchronous Terminal Emulation. 7 Block asynchronous. 8 High-level Data Link Control (HDLC). 9 X.25 10 Synchronous DataLink Control (SDLC) 1. 11 3270/BSC bisynchronous communication. 12 Same as SDLC1 except line is connected to an ICA card." ::= { vifLnkEntry 3 } vifLnkTotIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of frames received." ::= { vifLnkEntry 4 } vifLnkTotOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of frames transmitted." ::= { vifLnkEntry 5 } vifLnkRetrans OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of frames retransmitted." ::= { vifLnkEntry 6 } vifLnkCRCErrs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of errors due to CRC or frames that the card dropped." ::= { vifLnkEntry 7 } vifLnkDrops OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of frames that the server could not receive due to a lack of communications buffers." ::= { vifLnkEntry 8 } vifLnkUnders OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of transmitter underrun errors on receive." ::= { vifLnkEntry 9 } vifLnkOvers OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of receiver overrun errors on receive." ::= { vifLnkEntry 10 } vifLnkFrmErrs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of framing errors." ::= { vifLnkEntry 11 } vifX25VCNumber OBJECT-TYPE SYNTAX INTEGER(0..2000) ACCESS read-only STATUS mandatory DESCRIPTION "The number of X.25 virtual circuits that are available to the server." ::= { vinterfaces 5 } vifX25VCTable OBJECT-TYPE SYNTAX SEQUENCE OF X25VCEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of X.25 packet level statistics for the virtual circuit." ::= { vinterfaces 6 } vifX25VCEntry OBJECT-TYPE SYNTAX X25VCEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Statistics for one virtual circuit." INDEX { vifX25VCSlot, vifX25VCLine, vifX25VCSession } ::= { vifX25VCTable 1 } X25VCEntry ::= SEQUENCE { vifX25VCSlot INTEGER, vifX25VCLine INTEGER, vifX25VCSession INTEGER, vifX25VCTotIn Counter, vifX25VCTotOut Counter, vifX25VCInErrs Counter, vifX25VCOutErrs Counter, vifX25VCPktsOut Counter, vifX25VCPktsAwaitAck INTEGER, vifX25VCBytesOut Counter, vifX25VCBytesAwaitAck INTEGER, vifX25VCPktsIn Counter, vifX25VCBytesIn Counter, vifX25VCResetsIn Counter, vifX25VCResetsOut Counter, vifX25VCLogChnNum INTEGER, vifX25VCRemAddr OCTET STRING } vifX25VCSlot OBJECT-TYPE SYNTAX INTEGER(0..16) ACCESS read-only STATUS mandatory DESCRIPTION "The slot number of the serial communications card to which the virtual circuit's line is connected." ::= { vifX25VCEntry 1 } vifX25VCLine OBJECT-TYPE SYNTAX INTEGER(0..6) ACCESS read-only STATUS mandatory DESCRIPTION "The number of the X.25 line configured on the serial communications card." ::= { vifX25VCEntry 2 } vifX25VCSession OBJECT-TYPE SYNTAX INTEGER(0..4095) ACCESS read-only STATUS mandatory DESCRIPTION "The local session number of the virtual circuit." ::= { vifX25VCEntry 3 } vifX25VCTotIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of VINES IP packets received on this VC." ::= { vifX25VCEntry 4 } vifX25VCTotOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of VINES IP packets sent on this VC." ::= { vifX25VCEntry 5 } vifX25VCInErrs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of received X.25 packets that contained errors." ::= { vifX25VCEntry 6 } vifX25VCOutErrs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of transmitted X.25 packets that contained errors." ::= { vifX25VCEntry 7 } vifX25VCPktsOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of X.25 packets transmitted." ::= { vifX25VCEntry 8 } vifX25VCPktsAwaitAck OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of X.25 packets transmitted that are awaiting acknowledgement." ::= { vifX25VCEntry 9 } vifX25VCBytesOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of bytes transmitted." ::= { vifX25VCEntry 10 } vifX25VCBytesAwaitAck OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of bytes transmitted that are awaiting acknowledgement." ::= { vifX25VCEntry 11 } vifX25VCPktsIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of X.25 packets that have been received." ::= { vifX25VCEntry 12 } vifX25VCBytesIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of bytes received." ::= { vifX25VCEntry 13 } vifX25VCResetsIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of X.25 reset packets received." ::= { vifX25VCEntry 14 } vifX25VCResetsOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of X.25 reset packets transmitted." ::= { vifX25VCEntry 15 } vifX25VCLogChnNum OBJECT-TYPE SYNTAX INTEGER(0..4095) ACCESS read-only STATUS mandatory DESCRIPTION "The logical channel number of the X.25 VC." ::= { vifX25VCEntry 16 } vifX25VCRemAddr OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The DTE address of the remote server on the other end of the VC." ::= { vifX25VCEntry 17 } vifStatsList OBJECT-TYPE SYNTAX SEQUENCE OF VifStatEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of statistics for each LAN card in the server. The type and quantity of statistics depend on the type of the card." ::= { vinterfaces 7 } vifStatEntry OBJECT-TYPE SYNTAX VifStatEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The statistics for one card." INDEX { vifStatSlot, vifStatIndex } ::= { vifStatsList 1 } VifStatEntry ::= SEQUENCE { vifStatSlot INTEGER, vifStatIndex INTEGER, vifStatDescr DisplayString, vifStatValue INTEGER } vifStatSlot OBJECT-TYPE SYNTAX INTEGER(0..16) ACCESS read-only STATUS mandatory DESCRIPTION "The slot number of the LAN interface card." ::= { vifStatEntry 1 } vifStatIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A unique value for each statistic, used by SNMP to order the table." ::= { vifStatEntry 2 } vifStatDescr OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "A brief description of the statistic." ::= { vifStatEntry 3 } vifStatValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The value of the statistic." ::= { vifStatEntry 4 } commSockInUseHighThres OBJECT-TYPE SYNTAX INTEGER(0..100) ACCESS read-write STATUS mandatory DESCRIPTION "A High threshold value for the percentage of maximum configured sockets currently in use (commSocksInUse). If the value of commSocksInUse goes above this, a VINES alert and a commSockInUseHigh Trap are generated." ::= { commthresholds 2 } commDropsHighThres OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "A High threshold value for the no. of messages dropped due to lack of comm buffer space (ssDrops). If the value of ssDrops goes above this, a VINES alert and a commDropsHigh Trap are generated." ::= { commthresholds 5 } commBuffHighThres OBJECT-TYPE SYNTAX INTEGER(0..100) ACCESS read-write STATUS mandatory DESCRIPTION "A High threshold value for the percentage of total comms buffer space currently in use (commBufUsage). If the value of commBufUsage goes above this, a VINES alert and a commBuffHigh Trap are generated." ::= { commthresholds 8 } commAllocFailHighThres OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "A High threshold value for the total of comm. buffers that could not be allocated since the last reboot (commAllocsFailed). If the value of commAllocsFailed goes above this, a VINES alert and a commAllocFailHigh Trap are generated." ::= { commthresholds 9 } commMsgAvgHighThres OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "A High threshold value for the 1-minute average of network messages sent/received per second (ssMsgAvg1). If the value of ssMsgAvg1 goes above this, a VINES alert and a commMsgAvgHigh Trap are generated." ::= { commthresholds 12 } END