This file is indexed.

/usr/share/pyshared/pysnmp_mibs/HCNUM-TC.py is in python-pysnmp4-mibs 0.1.3-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
# PySNMP SMI module. Autogenerated from smidump -f python HCNUM-TC
# by libsmi2pysnmp-0.1.3 at Mon Apr  2 20:39:02 2012,
# Python version sys.version_info(major=2, minor=7, micro=2, releaselevel='final', serial=0)

# Imports

( Integer, ObjectIdentifier, OctetString, ) = mibBuilder.importSymbols("ASN1", "Integer", "ObjectIdentifier", "OctetString")
( NamedValues, ) = mibBuilder.importSymbols("ASN1-ENUMERATION", "NamedValues")
( ConstraintsIntersection, ConstraintsUnion, SingleValueConstraint, ValueRangeConstraint, ValueSizeConstraint, ) = mibBuilder.importSymbols("ASN1-REFINEMENT", "ConstraintsIntersection", "ConstraintsUnion", "SingleValueConstraint", "ValueRangeConstraint", "ValueSizeConstraint")
( Bits, Counter64, Integer32, ModuleIdentity, MibIdentifier, TimeTicks, mib_2, ) = mibBuilder.importSymbols("SNMPv2-SMI", "Bits", "Counter64", "Integer32", "ModuleIdentity", "MibIdentifier", "TimeTicks", "mib-2")
( TextualConvention, ) = mibBuilder.importSymbols("SNMPv2-TC", "TextualConvention")

# Types

class CounterBasedGauge64(Counter64):
    pass

class ZeroBasedCounter64(Counter64):
    pass


# Objects

hcnumTC = ModuleIdentity((1, 3, 6, 1, 2, 1, 78)).setRevisions(("2000-06-08 00:00",))
if mibBuilder.loadTexts: hcnumTC.setOrganization("IETF OPS Area")
if mibBuilder.loadTexts: hcnumTC.setContactInfo("        E-mail: mibs@ops.ietf.org\nSubscribe: majordomo@psg.com\n  with msg body: subscribe mibs\n\nAndy Bierman\nCisco Systems Inc.\n170 West Tasman Drive\nSan Jose, CA 95134 USA\n+1 408-527-3711\nabierman@cisco.com\n\nKeith McCloghrie\nCisco Systems Inc.\n170 West Tasman Drive\nSan Jose, CA 95134 USA\n+1 408-526-5260\nkzm@cisco.com\n\nRandy Presuhn\nBMC Software, Inc.\nOffice 1-3141\n2141 North First Street\nSan Jose,  California 95131 USA\n+1 408 546-1006\nrpresuhn@bmc.com")
if mibBuilder.loadTexts: hcnumTC.setDescription("A MIB module containing textual conventions\nfor high capacity data types. This module\naddresses an immediate need for data types not directly\nsupported in the SMIv2. This short-term solution\nis meant to be deprecated as a long-term solution\nis deployed.")

# Augmentions

# Exports

# Module identity
mibBuilder.exportSymbols("HCNUM-TC", PYSNMP_MODULE_ID=hcnumTC)

# Types
mibBuilder.exportSymbols("HCNUM-TC", CounterBasedGauge64=CounterBasedGauge64, ZeroBasedCounter64=ZeroBasedCounter64)

# Objects
mibBuilder.exportSymbols("HCNUM-TC", hcnumTC=hcnumTC)