|
Description:
|
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}
|
|
|