Reference record for OID 1.3.6.1.4.1.11.2.4.3.10.11.1



parent
1.3.6.1.4.1.11.2.4.3.10.11 (npIpxServerConnTable)
node code
1
node name
npIpxServerConnEntry
dot oid
1.3.6.1.4.1.11.2.4.3.10.11.1
type
OBJECT-TYPE
asn1 oid
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) hp(11) nm(2) interface(4) npCard(3) npIpx(10) npIpxServerConnTable(11) npIpxServerConnEntry(1)}
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) IMPORTS(11) nm(2) interface(4) npCard(3) npIpx(10) npIpxServerConnTable(11) npIpxServerConnEntry(1)}
  • ...skipped...
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprise(1) hp(11) nm(2) interface(4) npCard(3) npIpx(10) npIpxServerConnTable(11) npIpxServerConnEntry(1)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprise(1) IMPORTS(11) nm(2) interface(4) npCard(3) npIpx(10) npIpxServerConnTable(11) npIpxServerConnEntry(1)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hp(11) nm(2) interface(4) npCard(3) npIpx(10) npIpxServerConnTable(11) npIpxServerConnEntry(1)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) IMPORTS(11) nm(2) interface(4) npCard(3) npIpx(10) npIpxServerConnTable(11) npIpxServerConnEntry(1)}
  • ...skipped...
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprises(1) hp(11) nm(2) interface(4) npCard(3) npIpx(10) npIpxServerConnTable(11) npIpxServerConnEntry(1)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprises(1) IMPORTS(11) nm(2) interface(4) npCard(3) npIpx(10) npIpxServerConnTable(11) npIpxServerConnEntry(1)}
  • iri oid
  • /iso/identified-organization/dod/internet/private/enterprise/hp/nm/interface/npCard/npIpx/npIpxServerConnTable/npIpxServerConnEntry
  • /iso/identified-organization/dod/internet/private/enterprise/IMPORTS/nm/interface/npCard/npIpx/npIpxServerConnTable/npIpxServerConnEntry
  • ...skipped...
  • /iso/org/dod/internet/private/enterprise/hp/nm/interface/npCard/npIpx/npIpxServerConnTable/npIpxServerConnEntry
  • /iso/org/dod/internet/private/enterprise/IMPORTS/nm/interface/npCard/npIpx/npIpxServerConnTable/npIpxServerConnEntry
  • /iso/org/dod/internet/private/enterprises/hp/nm/interface/npCard/npIpx/npIpxServerConnTable/npIpxServerConnEntry
  • /iso/org/dod/internet/private/enterprises/IMPORTS/nm/interface/npCard/npIpx/npIpxServerConnTable/npIpxServerConnEntry
  • ...skipped...
  • /iso/iso-identified-organization/dod/internet/private/enterprises/hp/nm/interface/npCard/npIpx/npIpxServerConnTable/npIpxServerConnEntry
  • /iso/iso-identified-organization/dod/internet/private/enterprises/IMPORTS/nm/interface/npCard/npIpx/npIpxServerConnTable/npIpxServerConnEntry
  • iri by oid_info
    /ISO/Identified-Organization/6/1/4/1/11/2/4/3/10/11/1

    Description by mibdepot

    An entry contains the status of a file server connection. Each
    entry indicates the file server dynamically connected in the given
    slot, the connection status, NCP status, and NDS status.

    To set a new serverConnTable entry perform an snmpset of the serverConn name
    including only the column. The row will be returned.

    IpxUnitName {.1.3.6.1.4.1.11.2.4.3.10.8.0} is used to synchronize novell
    stack operation when multiple connTable entries are required.

    Normally, all connTable entries are first set, and then
    IpxUnitName is set. This triggers novell stack to reconfigure to use the
    the new connTable entries.

    New connTable entries are retrievable with get/getnext only after
    setting of the ipxUnixName.

    examples:
    To set connTable entry:
    $ snmpset -cinternal 15.29.43.73 .1.3.6.1.4.1.11.2.4.3.10.11.1.3
    octetstring server1
    .1.3.6.1.4.1.11.2.4.3.10.11.1.3.2 : OCTET STRING- (ascii): server1

    $ snmpset -cinternal 15.29.43.73 .1.3.6.1.4.1.11.2.4.3.10.11.1.3
    octetstring server2
    .1.3.6.1.4.1.11.2.4.3.10.11.1.3.2 : OCTET STRING- (ascii): server2

    To set ipxUnitName:
    $ snmpset -cinternal 15.29.43.73 .1.3.6.1.4.1.11.2.4.3.10.8.0 octetstring
    UNIT_A
    .1.3.6.1.4.1.11.2.4.3.10.8.0 : OCTET STRING- (ascii): UNIT_A

    To walk connTable:
    $ snmpwalk 15.29.43.73 .1.3.6.1.4.1.11.2.4.3.10.11
    .1.3.6.1.4.1.11.2.4.3.10.11.1.1.1 : Integer32: 1
    .1.3.6.1.4.1.11.2.4.3.10.11.1.2.1 : Integer32: 2
    .1.3.6.1.4.1.11.2.4.3.10.11.1.3.1 : OCTET STRING- (ascii):
    server1
    .1.3.6.1.4.1.11.2.4.3.10.11.1.4.1 : Integer32: 4
    .1.3.6.1.4.1.11.2.4.3.10.11.1.5.1 : Integer32: 0
    .1.3.6.1.4.1.11.2.4.3.10.11.1.6.1 : Integer32: 0

    .1.3.6.1.4.1.11.2.4.3.10.11.1.1.2 : Integer32: 2
    .1.3.6.1.4.1.11.2.4.3.10.11.1.2.2 : Integer32: 2
    .1.3.6.1.4.1.11.2.4.3.10.11.1.3.2 : OCTET STRING- (ascii):
    server2
    .1.3.6.1.4.1.11.2.4.3.10.11.1.4.2 : Integer32: 1
    .1.3.6.1.4.1.11.2.4.3.10.11.1.5.2 : Integer32: 0
    .1.3.6.1.4.1.11.2.4.3.10.11.1.6.2 : Integer32: 0

    Parsed from file jdMibCV5.mib.txt
    Company: None
    Module: JETDIRECT3-MIB

    Description by circitor

    An entry contains the status of a file server connection. Each
    entry indicates the file server dynamically connected in the given
    slot, the connection status, NCP status, and NDS status.

    To set a new serverConnTable entry perform an snmpset of the serverConn name
    including only the column. The row will be returned.

    IpxUnitName {.1.3.6.1.4.1.11.2.4.3.10.8.0} is used to synchronize novell
    stack operation when multiple connTable entries are required.

    Normally, all connTable entries are first set, and then
    IpxUnitName is set. This triggers novell stack to reconfigure to use the
    the new connTable entries.

    New connTable entries are retrievable with get/getnext only after
    setting of the ipxUnixName.

    examples:
    To set connTable entry:
    $ snmpset -cinternal 15.29.43.73 .1.3.6.1.4.1.11.2.4.3.10.11.1.3 octetstring server1
    .1.3.6.1.4.1.11.2.4.3.10.11.1.3.2 : OCTET STRING- (ascii): server1

    $ snmpset -cinternal 15.29.43.73 .1.3.6.1.4.1.11.2.4.3.10.11.1.3 octetstring server2
    .1.3.6.1.4.1.11.2.4.3.10.11.1.3.2 : OCTET STRING- (ascii): server2

    To set ipxUnitName:
    $ snmpset -cinternal 15.29.43.73 .1.3.6.1.4.1.11.2.4.3.10.8.0 octetstring UNIT_A
    .1.3.6.1.4.1.11.2.4.3.10.8.0 : OCTET STRING- (ascii): UNIT_A

    To walk connTable:
    $ snmpwalk 15.29.43.73 .1.3.6.1.4.1.11.2.4.3.10.11
    .1.3.6.1.4.1.11.2.4.3.10.11.1.1.1 : INTEGER: 1
    .1.3.6.1.4.1.11.2.4.3.10.11.1.2.1 : INTEGER: 2
    .1.3.6.1.4.1.11.2.4.3.10.11.1.3.1 : OCTET STRING- (ascii): server1
    .1.3.6.1.4.1.11.2.4.3.10.11.1.4.1 : INTEGER: 4
    .1.3.6.1.4.1.11.2.4.3.10.11.1.5.1 : INTEGER: 0
    .1.3.6.1.4.1.11.2.4.3.10.11.1.6.1 : INTEGER: 0

    .1.3.6.1.4.1.11.2.4.3.10.11.1.1.2 : INTEGER: 2
    .1.3.6.1.4.1.11.2.4.3.10.11.1.2.2 : INTEGER: 2
    .1.3.6.1.4.1.11.2.4.3.10.11.1.3.2 : OCTET STRING- (ascii): server2
    .1.3.6.1.4.1.11.2.4.3.10.11.1.4.2 : INTEGER: 1
    .1.3.6.1.4.1.11.2.4.3.10.11.1.5.2 : INTEGER: 0
    .1.3.6.1.4.1.11.2.4.3.10.11.1.6.2 : INTEGER: 0

    Parsed from file JETDIRECT3-MIB.mib
    Module: JETDIRECT3-MIB

    Information by oid_info

    Vendor: HP
    Module: JETDIRECT3-MIB (Jdmib498.mib)
    Type: ENTRY
    Access: not-accessible
    Syntax: NpIpxServerConnEntry

    Automatically extracted from www.mibdepot.com

    Information by mibdepot

    npIpxServerConnEntry OBJECT-TYPE SYNTAX NpIpxServerConnEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry contains the status of a file server connection. Each entry indicates the file server dynamically connected in the given slot, the connection status, NCP status, and NDS status. To set a new serverConnTable entry perform an snmpset of the serverConn name including only the column. The row will be returned. IpxUnitName {.1.3.6.1.4.1.11.2.4.3.10.8.0} is used to synchronize novell stack operation when multiple connTable entries are required. Normally, all connTable entries are first set, and then IpxUnitName is set. This triggers novell stack to reconfigure to use the the new connTable entries. New connTable entries are retrievable with get/getnext only after setting of the ipxUnixName. examples: To set connTable entry: $ snmpset -cinternal 15.29.43.73 .1.3.6.1.4.1.11.2.4.3.10.11.1.3 octetstring server1 .1.3.6.1.4.1.11.2.4.3.10.11.1.3.2 : OCTET STRING- (ascii): server1 $ snmpset -cinternal 15.29.43.73 .1.3.6.1.4.1.11.2.4.3.10.11.1.3 octetstring server2 .1.3.6.1.4.1.11.2.4.3.10.11.1.3.2 : OCTET STRING- (ascii): server2 To set ipxUnitName: $ snmpset -cinternal 15.29.43.73 .1.3.6.1.4.1.11.2.4.3.10.8.0 octetstring UNIT_A .1.3.6.1.4.1.11.2.4.3.10.8.0 : OCTET STRING- (ascii): UNIT_A To walk connTable: $ snmpwalk 15.29.43.73 .1.3.6.1.4.1.11.2.4.3.10.11 .1.3.6.1.4.1.11.2.4.3.10.11.1.1.1 : Integer32: 1 .1.3.6.1.4.1.11.2.4.3.10.11.1.2.1 : Integer32: 2 .1.3.6.1.4.1.11.2.4.3.10.11.1.3.1 : OCTET STRING- (ascii): server1 .1.3.6.1.4.1.11.2.4.3.10.11.1.4.1 : Integer32: 4 .1.3.6.1.4.1.11.2.4.3.10.11.1.5.1 : Integer32: 0 .1.3.6.1.4.1.11.2.4.3.10.11.1.6.1 : Integer32: 0 .1.3.6.1.4.1.11.2.4.3.10.11.1.1.2 : Integer32: 2 .1.3.6.1.4.1.11.2.4.3.10.11.1.2.2 : Integer32: 2 .1.3.6.1.4.1.11.2.4.3.10.11.1.3.2 : OCTET STRING- (ascii): server2 .1.3.6.1.4.1.11.2.4.3.10.11.1.4.2 : Integer32: 1 .1.3.6.1.4.1.11.2.4.3.10.11.1.5.2 : Integer32: 0 .1.3.6.1.4.1.11.2.4.3.10.11.1.6.2 : Integer32: 0 " INDEX { npIpxServerConnIndex } ::= { npIpxServerConnTable 1 }

    Information by circitor

    npIpxServerConnEntry OBJECT-TYPE SYNTAX NpIpxServerConnEntry ACCESS not-accessible STATUS optional DESCRIPTION "An entry contains the status of a file server connection. Each entry indicates the file server dynamically connected in the given slot, the connection status, NCP status, and NDS status. To set a new serverConnTable entry perform an snmpset of the serverConn name including only the column. The row will be returned. IpxUnitName {.1.3.6.1.4.1.11.2.4.3.10.8.0} is used to synchronize novell stack operation when multiple connTable entries are required. Normally, all connTable entries are first set, and then IpxUnitName is set. This triggers novell stack to reconfigure to use the the new connTable entries. New connTable entries are retrievable with get/getnext only after setting of the ipxUnixName. examples: To set connTable entry: $ snmpset -cinternal 15.29.43.73 .1.3.6.1.4.1.11.2.4.3.10.11.1.3 octetstring server1 .1.3.6.1.4.1.11.2.4.3.10.11.1.3.2 : OCTET STRING- (ascii): server1 $ snmpset -cinternal 15.29.43.73 .1.3.6.1.4.1.11.2.4.3.10.11.1.3 octetstring server2 .1.3.6.1.4.1.11.2.4.3.10.11.1.3.2 : OCTET STRING- (ascii): server2 To set ipxUnitName: $ snmpset -cinternal 15.29.43.73 .1.3.6.1.4.1.11.2.4.3.10.8.0 octetstring UNIT_A .1.3.6.1.4.1.11.2.4.3.10.8.0 : OCTET STRING- (ascii): UNIT_A To walk connTable: $ snmpwalk 15.29.43.73 .1.3.6.1.4.1.11.2.4.3.10.11 .1.3.6.1.4.1.11.2.4.3.10.11.1.1.1 : INTEGER: 1 .1.3.6.1.4.1.11.2.4.3.10.11.1.2.1 : INTEGER: 2 .1.3.6.1.4.1.11.2.4.3.10.11.1.3.1 : OCTET STRING- (ascii): server1 .1.3.6.1.4.1.11.2.4.3.10.11.1.4.1 : INTEGER: 4 .1.3.6.1.4.1.11.2.4.3.10.11.1.5.1 : INTEGER: 0 .1.3.6.1.4.1.11.2.4.3.10.11.1.6.1 : INTEGER: 0 .1.3.6.1.4.1.11.2.4.3.10.11.1.1.2 : INTEGER: 2 .1.3.6.1.4.1.11.2.4.3.10.11.1.2.2 : INTEGER: 2 .1.3.6.1.4.1.11.2.4.3.10.11.1.3.2 : OCTET STRING- (ascii): server2 .1.3.6.1.4.1.11.2.4.3.10.11.1.4.2 : INTEGER: 1 .1.3.6.1.4.1.11.2.4.3.10.11.1.5.2 : INTEGER: 0 .1.3.6.1.4.1.11.2.4.3.10.11.1.6.2 : INTEGER: 0 " INDEX { npIpxServerConnIndex } ::= { npIpxServerConnTable 1 }

    First Registration Authority (recovered by parent 1.3.6.1.4.1.11)

    Peterson Tyler

    Children (6)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.4.1.11.2.4.3.10.11.1.1 npIpxServerConnIndex 0 0 The index value which uniquely identifies the server connection to
    which this entry is applicable.
    1.3.6.1.4.1.11.2.4.3.10.11.1.2 npIpxServerConnMode 0 0 The operating mode of the server.
    1.3.6.1.4.1.11.2.4.3.10.11.1.3 npIpxServerConnName 0 0 The name of the server.
    1.3.6.1.4.1.11.2.4.3.10.11.1.4 npIpxServerConnStatus 0 0 The RCFG connection status of the server.
    1.3.6.1.4.1.11.2.4.3.10.11.1.5 npIpxServerConnNcpStatus 0 0 The last NCP code of the server.
    1.3.6.1.4.1.11.2.4.3.10.11.1.6 npIpxServerConnNdsStatus 0 0 The last NDS code of the server.