Questions tagged [oid]

OID is the Oracle Internet Directory product

Oracle Internet Directory (OID) is a directory server by Oracle Corporation, compatible with LDAP version 3

184 questions
2
votes
1 answer

Connection Pooling with Oracle Internet Directory

I'm using Oracle's Java API Extensions to JNDI for accessing Oracle Internet Directory 11g (ldapjclnt11.jar library). A new dir context (connection) is created by calling ConnectionUtil.getDefaultDirCtx(). My question is: does this mechanism for…
Óscar López
  • 232,561
  • 37
  • 312
  • 386
2
votes
2 answers

Trying to store interface when preg_match_all is executed using php

I would like to store the interface name only. So in this case, I would like to store Interface900. Below is my code. Can't seem to figure out how to do this. $str = '[TIMETRA-VRTR-MIB::vRtrIfName.22.178] => STRING: "interface900"…
Mike T
  • 47
  • 3
2
votes
0 answers

send set not working on SNMP simulator server

I'm trying to develop a SNMPAgent that is able to simulate a SNMP device, using the existing snmp4j library. public class SNMPAgent extends BaseAgent { private String address; /** * * @param address * @throws IOException */ public…
Pierangelo Calanna
  • 572
  • 1
  • 3
  • 17
2
votes
0 answers

openssl change type of custom OIDs fields in subject

I need to create request with custom OIDs in subject. I added this attributes in [new oids] section in openssl.cnf INN = 1.2.643.3.131.1.1 OGRN = 1.2.643.100.1 in [ req_distinguished_name ] section I added: INN =…
2
votes
2 answers

Value object with OID

Can you describe the pros and cons of including an OID (typically a database row identifier) in a POJO representing an entity in your model? In fact I'm not talking about issues related to equals/hashcode and so on, I should have described better my…
2
votes
1 answer

SNMP monitoring of MBeans (attributes.xml in snmp-adaptor.sar) (JBoss)

I want to monitor (via SNMP) some attributes of several JBoss MBeans that are running on my system: I have configured my attributes.xml unders snmp-adaptor.sar to include:
evanhoman
  • 23
  • 3
2
votes
1 answer

How do you convert a JCE algorithm name into an AlgorithmIdentifier object?

I'm using BouncyCastle 1.54. I have a JCE algorithm string - like "ECDSAwithSHA256" (for example). I need an org.bouncycastle.asn1.x509.AlgorithmIdentifier object. Alternatively, I could create an AlgorithmIdentifier object from an OID, but that…
nsayer
  • 16,925
  • 3
  • 33
  • 51
2
votes
3 answers

How can I determine a valid OID to use to extend an X.509-compliant digital signature?

I need an OID to use to add a custom extension (already ASN1.encoded) to an X.509v3/PKCS#7 digital signature. I don't care if it's interoperable; this is a private proprietary application (actually, a research project). Right now I actually don't…
Paul
  • 1,800
  • 2
  • 17
  • 17
2
votes
1 answer

SNMP MIB ERROR scalar's parent node must be simple node Object Not Imported

I have the following file and I get X-MIB.txt:26: scalar's parent node must be simple node Object Not Imported X-MIB.txt:35: scalar's parent node must be simple node Object Not Imported X-MIB.txt:45: scalar's parent node must be simple node…
slashms
  • 928
  • 9
  • 26
2
votes
1 answer

SNMP OID resolver

I am writing Python code in which a user inputs a SNMP OID in any of the following forms: 1.3.6.1.2.1.90.1.2 internet.2.1.90.1.2 I want my code to resolve internet to 1.3.6.1. I was thinking of creating a dictionary and giving the corresponding…
user3379410
  • 176
  • 1
  • 11
2
votes
1 answer

SNMP Custom MIB's, How to send non-Windows data over SNMP

I want to send my own values over SNMP. So I have a program that will generate data. I want this data to be available over SNMP. How do I do this? Any advice will be appreciated. Kind regards
2
votes
1 answer

WinSNMP v1traps

I'm using WinSNMP in c++ to send snmp traps. For backwards compatibility I’m required to send v1 snmp traps. WinSNMP works with v2 traps but is capable of converting those v2 traps to v1 when sending the trap. I use…
J W
  • 1,679
  • 4
  • 20
  • 28
2
votes
2 answers

Where are the OID MIB values stored?

Where are stored SNMP MIB OID values and accsess type for every OID, that specified in MIB file, in Linux-based embedded systems? (such as networking equipment, set-top boxes, machine control, industrial automation) There should be internal database…
user2427839
2
votes
1 answer

How to find counters of printers through SNMP

I'm currently working on a project, involving getting information from printers through SNMP. Now the printer I've been testing/working on, is a Lexmark X950. A problem I've been struggling with, is that I want this program to work for HP or Kyocera…
Dylan Reniers
  • 65
  • 1
  • 6
2
votes
1 answer

Get manufacturer of a printer with snmp

I'm currently working on a project that involves getting values from a printer, using the SNMP Protocol. One of the tasks is to scan a specific network and get the available printers + the manufacturer. I've tried this oid:…
Dylan Reniers
  • 65
  • 1
  • 6
1 2
3
12 13