1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142
|
#
# PySNMP MIB module COPS-CLIENT-MIB (http://pysnmp.sf.net)
# ASN.1 source http://mibs.snmplabs.com:80/asn1/COPS-CLIENT-MIB
# Produced by pysmi-0.0.7 at Sun Feb 14 00:07:10 2016
# On host bldfarm platform Linux version 4.1.13-100.fc21.x86_64 by user goose
# Using Python version 3.5.0 (default, Jan 5 2016, 17:11:52)
#
( OctetString, ObjectIdentifier, Integer, ) = mibBuilder.importSymbols("ASN1", "OctetString", "ObjectIdentifier", "Integer")
( NamedValues, ) = mibBuilder.importSymbols("ASN1-ENUMERATION", "NamedValues")
( ValueSizeConstraint, SingleValueConstraint, ConstraintsUnion, ValueRangeConstraint, ConstraintsIntersection, ) = mibBuilder.importSymbols("ASN1-REFINEMENT", "ValueSizeConstraint", "SingleValueConstraint", "ConstraintsUnion", "ValueRangeConstraint", "ConstraintsIntersection")
( InetAddress, InetAddressType, ) = mibBuilder.importSymbols("INET-ADDRESS-MIB", "InetAddress", "InetAddressType")
( ObjectGroup, NotificationGroup, ModuleCompliance, ) = mibBuilder.importSymbols("SNMPv2-CONF", "ObjectGroup", "NotificationGroup", "ModuleCompliance")
( Integer32, Counter64, Gauge32, NotificationType, MibIdentifier, IpAddress, Unsigned32, ObjectIdentity, TimeTicks, iso, ModuleIdentity, Counter32, MibScalar, MibTable, MibTableRow, MibTableColumn, mib_2, Bits, ) = mibBuilder.importSymbols("SNMPv2-SMI", "Integer32", "Counter64", "Gauge32", "NotificationType", "MibIdentifier", "IpAddress", "Unsigned32", "ObjectIdentity", "TimeTicks", "iso", "ModuleIdentity", "Counter32", "MibScalar", "MibTable", "MibTableRow", "MibTableColumn", "mib-2", "Bits")
( DisplayString, TimeStamp, RowStatus, TimeInterval, TextualConvention, ) = mibBuilder.importSymbols("SNMPv2-TC", "DisplayString", "TimeStamp", "RowStatus", "TimeInterval", "TextualConvention")
copsClientMIB = ModuleIdentity((1, 3, 6, 1, 2, 1, 89)).setRevisions(("2000-09-28 00:00",))
if mibBuilder.loadTexts: copsClientMIB.setLastUpdated('200009280000Z')
if mibBuilder.loadTexts: copsClientMIB.setOrganization('IETF RSVP Admission Policy Working Group')
if mibBuilder.loadTexts: copsClientMIB.setContactInfo(' Andrew Smith (WG co-chair)\n Phone: +1 408 579 2821\n Email: ah_smith@pacbell.net\n\n Mark Stevens (WG co-chair)\n Phone: +1 978 287 9102\n Email: markstevens@lucent.com\n\n Editor: Andrew Smith\n Phone: +1 408 579 2821\n Email: ah_smith@pacbell.net\n\n Editor: David Partain\n Phone: +46 13 28 41 44\n Email: David.Partain@ericsson.com\n\n Editor: John Seligson\n Phone: +1 408 495 2992\n Email: jseligso@nortelnetworks.com')
if mibBuilder.loadTexts: copsClientMIB.setDescription('The COPS Client MIB module')
copsClientMIBObjects = MibIdentifier((1, 3, 6, 1, 2, 1, 89, 1))
class CopsClientState(Integer32, TextualConvention):
subtypeSpec = Integer32.subtypeSpec+ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6,))
namedValues = NamedValues(("copsClientInvalid", 1), ("copsClientTcpconnected", 2), ("copsClientAuthenticating", 3), ("copsClientSecAccepted", 4), ("copsClientAccepted", 5), ("copsClientTimingout", 6),)
class CopsServerEntryType(Integer32, TextualConvention):
subtypeSpec = Integer32.subtypeSpec+ConstraintsUnion(SingleValueConstraint(1, 2,))
namedValues = NamedValues(("copsServerStatic", 1), ("copsServerRedirect", 2),)
class CopsErrorCode(Integer32, TextualConvention):
subtypeSpec = Integer32.subtypeSpec+ConstraintsUnion(SingleValueConstraint(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,))
namedValues = NamedValues(("errorOther", 0), ("errorBadHandle", 1), ("errorInvalidHandleReference", 2), ("errorBadMessageFormat", 3), ("errorUnableToProcess", 4), ("errorMandatoryClientSiMissing", 5), ("errorUnsupportedClientType", 6), ("errorMandatoryCopsObjectMissing", 7), ("errorClientFailure", 8), ("errorCommunicationFailure", 9), ("errorUnspecified", 10), ("errorShuttingDown", 11), ("errorRedirectToPreferredServer", 12), ("errorUnknownCopsObject", 13), ("errorAuthenticationFailure", 14), ("errorAuthenticationMissing", 15),)
class CopsTcpPort(Integer32, TextualConvention):
subtypeSpec = Integer32.subtypeSpec+ValueRangeConstraint(0,65535)
class CopsAuthType(Integer32, TextualConvention):
subtypeSpec = Integer32.subtypeSpec+ConstraintsUnion(SingleValueConstraint(0, 1, 2, 3, 4, 5,))
namedValues = NamedValues(("authNone", 0), ("authOther", 1), ("authIpSecAh", 2), ("authIpSecEsp", 3), ("authTls", 4), ("authCopsIntegrity", 5),)
copsClientCapabilitiesGroup = MibIdentifier((1, 3, 6, 1, 2, 1, 89, 1, 1))
copsClientCapabilities = MibScalar((1, 3, 6, 1, 2, 1, 89, 1, 1, 1), Bits().clone(namedValues=NamedValues(("copsClientVersion1", 0), ("copsClientAuthIpSecAh", 1), ("copsClientAuthIpSecEsp", 2), ("copsClientAuthTls", 3), ("copsClientAuthInteg", 4),))).setMaxAccess("readonly")
if mibBuilder.loadTexts: copsClientCapabilities.setDescription('A list of the optional capabilities that this COPS client\n supports.')
copsClientStatusGroup = MibIdentifier((1, 3, 6, 1, 2, 1, 89, 1, 2))
copsClientServerCurrentTable = MibTable((1, 3, 6, 1, 2, 1, 89, 1, 2, 1), )
if mibBuilder.loadTexts: copsClientServerCurrentTable.setDescription('A table of information regarding COPS servers as seen from the\n point of view of a COPS client. This table contains entries\n for both statically-configured and dynamically-learned servers\n (from a PDP Redirect operation). One entry exists in this table\n for each COPS Client-Type served by the COPS server. In addition,\n an entry will exist with copsClientServerClientType 0 (zero)\n representing information about the underlying connection itself:\n this is consistent with the COPS specification which reserves\n this value for this purpose.')
copsClientServerCurrentEntry = MibTableRow((1, 3, 6, 1, 2, 1, 89, 1, 2, 1, 1), ).setIndexNames((0, "COPS-CLIENT-MIB", "copsClientServerAddressType"), (0, "COPS-CLIENT-MIB", "copsClientServerAddress"), (0, "COPS-CLIENT-MIB", "copsClientServerClientType"))
if mibBuilder.loadTexts: copsClientServerCurrentEntry.setDescription('A set of information regarding a single COPS server serving\n a single COPS Client-Type from the point of view of a COPS\n client.')
copsClientServerAddressType = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 2, 1, 1, 1), InetAddressType())
if mibBuilder.loadTexts: copsClientServerAddressType.setDescription('The type of address in copsClientServerAddress.')
copsClientServerAddress = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 2, 1, 1, 2), InetAddress())
if mibBuilder.loadTexts: copsClientServerAddress.setDescription('The IPv4, IPv6 or DNS address of a COPS Server. Note that,\n since this is an index to the table, the DNS name must be\n short enough to fit into the maximum length of indices allowed\n by the management protocol in use.')
copsClientServerClientType = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 2, 1, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0,65535)))
if mibBuilder.loadTexts: copsClientServerClientType.setDescription('The COPS protocol Client-Type for which this entry\n applies. Multiple Client-Types can be served by a single\n COPS server. The value 0 (zero) indicates that this\n entry contains information about the underlying connection\n itself.')
copsClientServerTcpPort = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 2, 1, 1, 4), CopsTcpPort()).setMaxAccess("readonly")
if mibBuilder.loadTexts: copsClientServerTcpPort.setDescription('The TCP port number on the COPS server to which the\n client should connect/is connected.')
copsClientServerType = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 2, 1, 1, 5), CopsServerEntryType()).setMaxAccess("readonly")
if mibBuilder.loadTexts: copsClientServerType.setDescription('Indicator of the source of this COPS server information.\n COPS servers may be configured by network management\n into copsClientServerConfigTable and appear in this entry\n with type copsServerStatic(1). Alternatively, the may be\n notified from another COPS server by means of the COPS\n PDP-Redirect mechanism and appear as copsServerRedirect(2).')
copsClientServerAuthType = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 2, 1, 1, 6), CopsAuthType()).setMaxAccess("readonly")
if mibBuilder.loadTexts: copsClientServerAuthType.setDescription('Indicator of the current security mode in use between\n client and this COPS server.')
copsClientServerLastConnAttempt = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 2, 1, 1, 7), TimeStamp()).setMaxAccess("readonly")
if mibBuilder.loadTexts: copsClientServerLastConnAttempt.setDescription('Timestamp of the last time that this client attempted to\n connect to this COPS server.')
copsClientState = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 2, 1, 1, 8), CopsClientState()).setMaxAccess("readonly")
if mibBuilder.loadTexts: copsClientState.setDescription('The state of the connection and COPS protocol with respect\n to this COPS server.')
copsClientServerKeepaliveTime = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 2, 1, 1, 9), TimeInterval()).setMaxAccess("readonly")
if mibBuilder.loadTexts: copsClientServerKeepaliveTime.setDescription('The value of the COPS protocol Keepalive timeout, in\n centiseconds, currently in use by this client, as\n specified by this COPS server in the Client-Accept operation.\n A value of zero indicates no keepalive activity is expected.')
copsClientServerAccountingTime = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 2, 1, 1, 10), TimeInterval()).setMaxAccess("readonly")
if mibBuilder.loadTexts: copsClientServerAccountingTime.setDescription('The value of the COPS protocol Accounting timeout, in\n centiseconds, currently in use by this client, as specified\n by the COPS server in the Client-Accept operation. A value\n of zero indicates no accounting activity is to be performed.')
copsClientInPkts = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 2, 1, 1, 11), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: copsClientInPkts.setDescription('A count of the total number of COPS messages that this client\n has received from this COPS server marked for this Client-Type.\n This value is cumulative since agent restart and is not zeroed\n on new connections.')
copsClientOutPkts = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 2, 1, 1, 12), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: copsClientOutPkts.setDescription('A count of the total number of COPS messages that this client\n has sent to this COPS server marked for this Client-Type. This\n value is cumulative since agent restart and is not zeroed on new\n connections.')
copsClientInErrs = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 2, 1, 1, 13), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: copsClientInErrs.setDescription('A count of the total number of COPS messages that this client\n has received from this COPS server marked for this Client-Type\n that contained errors in syntax. This value is cumulative since\n agent restart and is not zeroed on new connections.')
copsClientLastError = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 2, 1, 1, 14), CopsErrorCode()).setMaxAccess("readonly")
if mibBuilder.loadTexts: copsClientLastError.setDescription('The code contained in the last COPS protocol Error Object\n received by this client from this COPS server marked for this\n Client-Type. This value is not zeroed on COPS Client-Open\n operations.')
copsClientTcpConnectAttempts = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 2, 1, 1, 15), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: copsClientTcpConnectAttempts.setDescription('A count of the number of times that this COPS client has tried\n (successfully or otherwise) to open an TCP connection to a COPS\n server. This value is cumulative since agent restart and is not\n zeroed on new connections. This value is not incremented for\n entries representing a non-zero Client-Type.')
copsClientTcpConnectFailures = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 2, 1, 1, 16), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: copsClientTcpConnectFailures.setDescription('A count of the number of times that this COPS client has failed\n to open an TCP connection to a COPS server. This value is\n cumulative since agent restart and is not zeroed on new\n connections. This value is not incremented for\n entries representing a non-zero Client-Type.')
copsClientOpenAttempts = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 2, 1, 1, 17), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: copsClientOpenAttempts.setDescription('A count of the number of times that this COPS client has tried\n to perform a COPS Client-Open to a COPS server for this\n Client-Type. This value is cumulative since agent restart and is\n not zeroed on new connections.')
copsClientOpenFailures = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 2, 1, 1, 18), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: copsClientOpenFailures.setDescription('A count of the number of times that this COPS client has failed\n to perform a COPS Client-Open to a COPS server for this\n Client-Type. This value is cumulative since agent restart and is\n not zeroed on new connections.')
copsClientErrUnsupportClienttype = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 2, 1, 1, 19), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: copsClientErrUnsupportClienttype.setDescription('A count of the total number of COPS messages that this client\n has received from COPS servers that referred to Client-Types\n that are unsupported by this client. This value is cumulative\n since agent restart and is not zeroed on new connections. This\n value is not incremented for entries representing a non-zero\n Client-Type.')
copsClientErrUnsupportedVersion = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 2, 1, 1, 20), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: copsClientErrUnsupportedVersion.setDescription('A count of the total number of COPS messages that this client\n has received from COPS servers marked for this Client-Type that\n had a COPS protocol Version number that is unsupported by this\n client. This value is cumulative since agent restart and is not\n zeroed on new connections.')
copsClientErrLengthMismatch = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 2, 1, 1, 21), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: copsClientErrLengthMismatch.setDescription('A count of the total number of COPS messages that this client\n has received from COPS servers marked for this Client-Type that\n had a COPS protocol Message Length that did not match the actual\n received message. This value is cumulative since agent restart\n and is not zeroed on new connections.')
copsClientErrUnknownOpcode = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 2, 1, 1, 22), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: copsClientErrUnknownOpcode.setDescription('A count of the total number of COPS messages that this client\n has received from COPS servers marked for this Client-Type that\n had a COPS protocol Op Code that was unrecognised by this\n client. This value is cumulative since agent restart and is not\n zeroed on new connections.')
copsClientErrUnknownCnum = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 2, 1, 1, 23), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: copsClientErrUnknownCnum.setDescription('A count of the total number of COPS messages that this client\n has received from COPS servers marked for this Client-Type that\n contained a COPS protocol object C-Num that was unrecognised by\n this client. This value is cumulative since agent restart and is\n not zeroed on new connections.')
copsClientErrBadCtype = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 2, 1, 1, 24), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: copsClientErrBadCtype.setDescription('A count of the total number of COPS messages that this client\n has received from COPS servers marked for this Client-Type that\n contained a COPS protocol object C-Type that was not defined for\n the C-Nums known by this client. This value is cumulative since\n agent restart and is not zeroed on new connections.')
copsClientErrBadSends = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 2, 1, 1, 25), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: copsClientErrBadSends.setDescription('A count of the total number of COPS messages that this client\n attempted to send to COPS servers marked for this Client-Type\n that resulted in a transmit error. This value is cumulative\n since agent restart and is not zeroed on new connections.')
copsClientErrWrongObjects = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 2, 1, 1, 26), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: copsClientErrWrongObjects.setDescription('A count of the total number of COPS messages that this client\n has received from COPS servers marked for this Client-Type that\n did not contain a permitted set of COPS protocol objects. This\n value is cumulative since agent restart and is not zeroed on new\n connections.')
copsClientErrWrongOpcode = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 2, 1, 1, 27), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: copsClientErrWrongOpcode.setDescription('A count of the total number of COPS messages that this client\n has received from COPS servers marked for this Client-Type that\n had a COPS protocol Op Code that should not have been sent to a\n COPS client e.g. Open-Requests. This value is cumulative since\n agent restart and is not zeroed on new connections.')
copsClientKaTimedoutClients = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 2, 1, 1, 28), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: copsClientKaTimedoutClients.setDescription('A count of the total number of times that this client has\n been shut down for this Client-Type by COPS servers that had\n detected a COPS protocol Keepalive timeout. This value is\n cumulative since agent restart and is not zeroed on new\n connections.')
copsClientErrAuthFailures = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 2, 1, 1, 29), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: copsClientErrAuthFailures.setDescription('A count of the total number of times that this client has\n received a COPS message marked for this Client-Type which\n could not be authenticated using the authentication mechanism\n used by this client.')
copsClientErrAuthMissing = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 2, 1, 1, 30), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: copsClientErrAuthMissing.setDescription('A count of the total number of times that this client has\n received a COPS message marked for this Client-Type which did not\n contain authentication information.')
copsClientConfigGroup = MibIdentifier((1, 3, 6, 1, 2, 1, 89, 1, 3))
copsClientServerConfigTable = MibTable((1, 3, 6, 1, 2, 1, 89, 1, 3, 1), )
if mibBuilder.loadTexts: copsClientServerConfigTable.setDescription('Table of possible COPS servers to try to connect to in order\n of copsClientServerConfigPriority. There may be multiple\n entries in this table for the same server and client-type which\n specify different security mechanisms: these mechanisms will\n be attempted by the client in the priority order given. Note\n that a server learned by means of PDPRedirect always takes\n priority over any of these configured entries.')
copsClientServerConfigEntry = MibTableRow((1, 3, 6, 1, 2, 1, 89, 1, 3, 1, 1), ).setIndexNames((0, "COPS-CLIENT-MIB", "copsClientServerConfigAddrType"), (0, "COPS-CLIENT-MIB", "copsClientServerConfigAddress"), (0, "COPS-CLIENT-MIB", "copsClientServerConfigClientType"), (0, "COPS-CLIENT-MIB", "copsClientServerConfigAuthType"))
if mibBuilder.loadTexts: copsClientServerConfigEntry.setDescription('A set of configuration information regarding a single\n COPS server from the point of view of a COPS client.')
copsClientServerConfigAddrType = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 3, 1, 1, 1), InetAddressType())
if mibBuilder.loadTexts: copsClientServerConfigAddrType.setDescription('The type of address in copsClientServerConfigAddress.')
copsClientServerConfigAddress = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 3, 1, 1, 2), InetAddress())
if mibBuilder.loadTexts: copsClientServerConfigAddress.setDescription('The IPv4, IPv6 or DNS address of a COPS Server. Note that,\n since this is an index to the table, the DNS name must be\n short enough to fit into the maximum length of indices allowed\n by the management protocol in use.')
copsClientServerConfigClientType = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 3, 1, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0,65535)))
if mibBuilder.loadTexts: copsClientServerConfigClientType.setDescription('The COPS protocol Client-Type for which this entry\n applies and for which this COPS server is capable\n of serving. Multiple Client-Types can be served by a\n single COPS server.')
copsClientServerConfigAuthType = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 3, 1, 1, 4), CopsAuthType())
if mibBuilder.loadTexts: copsClientServerConfigAuthType.setDescription('The type of authentication mechanism for this COPS client\n to request when negotiating security at the start of a\n connection to a COPS server.')
copsClientServerConfigTcpPort = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 3, 1, 1, 5), CopsTcpPort()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: copsClientServerConfigTcpPort.setDescription('The TCP port number on the COPS server to which the\n client should connect.')
copsClientServerConfigPriority = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 3, 1, 1, 6), Integer32()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: copsClientServerConfigPriority.setDescription('The priority of this entry relative to other entries.\n COPS client will attempt to contact COPS servers for the\n appropriate Client-Type. Higher numbers are tried first. The\n order to be used amongst server entries with the same priority\n is undefined. COPS servers that are notified to the client using\n the COPS protocol PDP-Redirect mechanism are always used in\n preference to any entries in this table.')
copsClientServerConfigRowStatus = MibTableColumn((1, 3, 6, 1, 2, 1, 89, 1, 3, 1, 1, 7), RowStatus()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: copsClientServerConfigRowStatus.setDescription('State of this entry in the table.')
copsClientServerConfigRetryAlgrm = MibScalar((1, 3, 6, 1, 2, 1, 89, 1, 3, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3,))).clone(namedValues=NamedValues(("other", 1), ("sequential", 2), ("roundRobin", 3),)).clone('sequential')).setMaxAccess("readwrite")
if mibBuilder.loadTexts: copsClientServerConfigRetryAlgrm.setDescription('The algorithm by which the client should retry when it\n fails to connect to a COPS server.')
copsClientServerConfigRetryCount = MibScalar((1, 3, 6, 1, 2, 1, 89, 1, 3, 3), Unsigned32().clone(1)).setMaxAccess("readwrite")
if mibBuilder.loadTexts: copsClientServerConfigRetryCount.setDescription("A retry count for use by the retry algorithm. Each retry\n algorithm needs to specify how it uses this value.\n\n For the 'sequential(2)' algorithm, this value is the\n number of times the client should retry to connect\n to one COPS server before moving on to another.\n For the 'roundRobin(3)' algorithm, this value is not used.")
copsClientServerConfigRetryIntvl = MibScalar((1, 3, 6, 1, 2, 1, 89, 1, 3, 4), TimeInterval().clone(1000)).setUnits('centi-seconds').setMaxAccess("readwrite")
if mibBuilder.loadTexts: copsClientServerConfigRetryIntvl.setDescription("A retry interval for use by the retry algorithm. Each retry\n algorithm needs to specify how it uses this value.\n\n For the 'sequential(2)' algorithm, this value is the time to\n wait between retries of a connection to the same COPS server.\n\n For the 'roundRobin(3)' algorithm, the client always attempts\n to connect to each Server in turn, until one succeeds or they\n all fail; if they all fail, then the client waits for the value\n of this interval before restarting the algorithm.")
copsClientConformance = MibIdentifier((1, 3, 6, 1, 2, 1, 89, 2))
copsClientGroups = MibIdentifier((1, 3, 6, 1, 2, 1, 89, 2, 1))
copsClientCompliances = MibIdentifier((1, 3, 6, 1, 2, 1, 89, 2, 2))
copsDeviceStatusGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 89, 2, 1, 1)).setObjects(*(("COPS-CLIENT-MIB", "copsClientCapabilities"), ("COPS-CLIENT-MIB", "copsClientServerTcpPort"), ("COPS-CLIENT-MIB", "copsClientServerType"), ("COPS-CLIENT-MIB", "copsClientServerAuthType"), ("COPS-CLIENT-MIB", "copsClientServerLastConnAttempt"), ("COPS-CLIENT-MIB", "copsClientState"), ("COPS-CLIENT-MIB", "copsClientServerKeepaliveTime"), ("COPS-CLIENT-MIB", "copsClientServerAccountingTime"), ("COPS-CLIENT-MIB", "copsClientInPkts"), ("COPS-CLIENT-MIB", "copsClientOutPkts"), ("COPS-CLIENT-MIB", "copsClientInErrs"), ("COPS-CLIENT-MIB", "copsClientLastError"), ("COPS-CLIENT-MIB", "copsClientTcpConnectAttempts"), ("COPS-CLIENT-MIB", "copsClientTcpConnectFailures"), ("COPS-CLIENT-MIB", "copsClientOpenAttempts"), ("COPS-CLIENT-MIB", "copsClientOpenFailures"), ("COPS-CLIENT-MIB", "copsClientErrUnsupportClienttype"), ("COPS-CLIENT-MIB", "copsClientErrUnsupportedVersion"), ("COPS-CLIENT-MIB", "copsClientErrLengthMismatch"), ("COPS-CLIENT-MIB", "copsClientErrUnknownOpcode"), ("COPS-CLIENT-MIB", "copsClientErrUnknownCnum"), ("COPS-CLIENT-MIB", "copsClientErrBadCtype"), ("COPS-CLIENT-MIB", "copsClientErrBadSends"), ("COPS-CLIENT-MIB", "copsClientErrWrongObjects"), ("COPS-CLIENT-MIB", "copsClientErrWrongOpcode"), ("COPS-CLIENT-MIB", "copsClientKaTimedoutClients"), ("COPS-CLIENT-MIB", "copsClientErrAuthFailures"), ("COPS-CLIENT-MIB", "copsClientErrAuthMissing"),))
if mibBuilder.loadTexts: copsDeviceStatusGroup.setDescription('A collection of objects for monitoring the status of\n connections to COPS servers and statistics for a COPS client.')
copsDeviceConfigGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 89, 2, 1, 2)).setObjects(*(("COPS-CLIENT-MIB", "copsClientServerConfigTcpPort"), ("COPS-CLIENT-MIB", "copsClientServerConfigPriority"), ("COPS-CLIENT-MIB", "copsClientServerConfigRowStatus"), ("COPS-CLIENT-MIB", "copsClientServerConfigRetryAlgrm"), ("COPS-CLIENT-MIB", "copsClientServerConfigRetryCount"), ("COPS-CLIENT-MIB", "copsClientServerConfigRetryIntvl"),))
if mibBuilder.loadTexts: copsDeviceConfigGroup.setDescription('A collection of objects for configuring COPS server\n information.')
copsClientCompliance = ModuleCompliance((1, 3, 6, 1, 2, 1, 89, 2, 2, 1)).setObjects(*(("COPS-CLIENT-MIB", "copsDeviceStatusGroup"), ("COPS-CLIENT-MIB", "copsDeviceConfigGroup"),))
if mibBuilder.loadTexts: copsClientCompliance.setDescription('The compliance statement for device support of\n management of the COPS client.')
mibBuilder.exportSymbols("COPS-CLIENT-MIB", copsClientServerType=copsClientServerType, copsClientMIBObjects=copsClientMIBObjects, copsClientServerConfigPriority=copsClientServerConfigPriority, CopsServerEntryType=CopsServerEntryType, copsClientErrBadSends=copsClientErrBadSends, copsClientServerConfigRetryAlgrm=copsClientServerConfigRetryAlgrm, copsClientErrUnsupportedVersion=copsClientErrUnsupportedVersion, copsClientGroups=copsClientGroups, copsDeviceStatusGroup=copsDeviceStatusGroup, CopsClientState=CopsClientState, copsClientServerCurrentEntry=copsClientServerCurrentEntry, copsClientServerAddressType=copsClientServerAddressType, copsClientCapabilities=copsClientCapabilities, copsClientConformance=copsClientConformance, copsClientState=copsClientState, copsClientErrUnknownCnum=copsClientErrUnknownCnum, copsClientServerConfigEntry=copsClientServerConfigEntry, copsClientServerAuthType=copsClientServerAuthType, copsClientErrAuthMissing=copsClientErrAuthMissing, copsClientServerConfigTable=copsClientServerConfigTable, copsClientTcpConnectAttempts=copsClientTcpConnectAttempts, CopsTcpPort=CopsTcpPort, copsClientCompliances=copsClientCompliances, copsClientMIB=copsClientMIB, copsClientOpenFailures=copsClientOpenFailures, copsClientServerConfigAddress=copsClientServerConfigAddress, copsClientOutPkts=copsClientOutPkts, CopsErrorCode=CopsErrorCode, CopsAuthType=CopsAuthType, copsClientErrWrongOpcode=copsClientErrWrongOpcode, copsClientOpenAttempts=copsClientOpenAttempts, copsClientErrLengthMismatch=copsClientErrLengthMismatch, copsClientErrWrongObjects=copsClientErrWrongObjects, copsClientInErrs=copsClientInErrs, copsClientServerConfigTcpPort=copsClientServerConfigTcpPort, copsClientServerKeepaliveTime=copsClientServerKeepaliveTime, copsClientServerLastConnAttempt=copsClientServerLastConnAttempt, copsClientKaTimedoutClients=copsClientKaTimedoutClients, copsClientServerConfigRowStatus=copsClientServerConfigRowStatus, copsClientStatusGroup=copsClientStatusGroup, copsClientServerTcpPort=copsClientServerTcpPort, copsClientErrAuthFailures=copsClientErrAuthFailures, copsClientErrUnsupportClienttype=copsClientErrUnsupportClienttype, copsClientLastError=copsClientLastError, copsClientErrBadCtype=copsClientErrBadCtype, copsClientConfigGroup=copsClientConfigGroup, copsClientServerConfigAuthType=copsClientServerConfigAuthType, copsClientCompliance=copsClientCompliance, copsClientServerAddress=copsClientServerAddress, copsClientErrUnknownOpcode=copsClientErrUnknownOpcode, copsDeviceConfigGroup=copsDeviceConfigGroup, copsClientServerConfigClientType=copsClientServerConfigClientType, copsClientServerCurrentTable=copsClientServerCurrentTable, copsClientServerAccountingTime=copsClientServerAccountingTime, PYSNMP_MODULE_ID=copsClientMIB, copsClientTcpConnectFailures=copsClientTcpConnectFailures, copsClientCapabilitiesGroup=copsClientCapabilitiesGroup, copsClientServerConfigRetryCount=copsClientServerConfigRetryCount, copsClientServerConfigAddrType=copsClientServerConfigAddrType, copsClientServerConfigRetryIntvl=copsClientServerConfigRetryIntvl, copsClientServerClientType=copsClientServerClientType, copsClientInPkts=copsClientInPkts)
|