Tuesday, August 27, 2013

.::: How To Setting SNMP On Solaris 10 :::.

Simple Network Management Protocol (SNMP) is an "Internet-standard protocol for managing devices on IP networks." Devices that typically support SNMP include routers, switches, servers, workstations, printers, modem racks, and more. It is used mostly in network management systems to monitor network-attached devices for conditions that warrant administrative attention. SNMP is a component of the Internet Protocol Suite as defined by the Internet Engineering Task Force (IETF). It consists of a set of standards for network management, including an application layer protocol, a database schema, and a set of data objects

Study Case change Snmp community from "public" to "teguht" on server root@teguht
Download SNMP Tester

A. Step by step setting & change SNMP on Solaris 10

1.    Login to Server Using "root"
Log :
root@teguht # id
uid=0(root) gid=0(root)
root@teguht #

2.    Navigate to the directory  SNMP Setting cd /etc/sma/snmp/
Log :
root@teguht # cd /etc/sma/snmp  
root@teguht # ls -lh
total 164
-rw-------   1 root     bin          382 Mar 29  2006 fmd-trapgen.conf
-rw-r--r--   1 root     bin          36K Jun  8  2011 mib2c.array-user.conf
-rw-r--r--   1 root     bin          397 Jun  8  2011 mib2c.column_defines.conf
-rw-r--r--   1 root     bin          499 Jun  8  2011 mib2c.column_enums.conf
-rw-r--r--   1 root     bin         1.7K Jun  8  2011 mib2c.conf
-rw-r--r--   1 root     bin         3.6K Jun  8  2011 mib2c.create-dataset.conf
-rw-r--r--   1 root     bin         3.0K Jun  8  2011 mib2c.int_watch.conf
-rw-r--r--   1 root     bin         8.7K Jun  8  2011 mib2c.iterate.conf
-rw-r--r--   1 root     bin         8.6K Jun  8  2011 mib2c.old-api.conf
-rw-r--r--   1 root     bin         4.8K Jun  8  2011 mib2c.scalar.conf
-rw-r--r--   1 root     bin         3.4K Jun  8  2011 mib2c.vartypes.conf
drwxr-xr-x   2 root     bin         2.0K Sep  4 14:11 mibs
drwxr-xr-x   5 root     bin          512 Sep  4 13:01 snmpconf-data
-rw-------   1 root     bin         3.3K Sep  4 13:01 snmpd.conf
root@teguht # ls
fmd-trapgen.conf           mib2c.column_enums.conf    mib2c.int_watch.conf       mib2c.scalar.conf          snmpconf-data
mib2c.array-user.conf      mib2c.conf                 mib2c.iterate.conf         mib2c.vartypes.conf        snmpd.conf
mib2c.column_defines.conf  mib2c.create-dataset.conf  mib2c.old-api.conf         mibs
root@teguht #

3.    Backup snmpd.conf to snmpd.old.conf
Log :
root@teguht # cp snmpd.conf snmpd.old.conf
root@teguht # ls
fmd-trapgen.conf           mib2c.column_enums.conf    mib2c.int_watch.conf       mib2c.scalar.conf          snmpconf-data
mib2c.array-user.conf      mib2c.conf                 mib2c.iterate.conf         mib2c.vartypes.conf        snmpd.conf
mib2c.column_defines.conf  mib2c.create-dataset.conf  mib2c.old-api.conf         mibs                       snmpd.old.conf
root@teguht # ls -lh
total 172
-rw-------   1 root     bin          382 Mar 29  2006 fmd-trapgen.conf
-rw-r--r--   1 root     bin          36K Jun  8  2011 mib2c.array-user.conf
-rw-r--r--   1 root     bin          397 Jun  8  2011 mib2c.column_defines.conf
-rw-r--r--   1 root     bin          499 Jun  8  2011 mib2c.column_enums.conf
-rw-r--r--   1 root     bin         1.7K Jun  8  2011 mib2c.conf
-rw-r--r--   1 root     bin         3.6K Jun  8  2011 mib2c.create-dataset.conf
-rw-r--r--   1 root     bin         3.0K Jun  8  2011 mib2c.int_watch.conf
-rw-r--r--   1 root     bin         8.7K Jun  8  2011 mib2c.iterate.conf
-rw-r--r--   1 root     bin         8.6K Jun  8  2011 mib2c.old-api.conf
-rw-r--r--   1 root     bin         4.8K Jun  8  2011 mib2c.scalar.conf
-rw-r--r--   1 root     bin         3.4K Jun  8  2011 mib2c.vartypes.conf
drwxr-xr-x   2 root     bin         2.0K Sep  4 14:11 mibs
drwxr-xr-x   5 root     bin          512 Sep  4 13:01 snmpconf-data
-rw-------   1 root     bin         3.3K Sep  4 13:01 snmpd.conf
-rw-------   1 root     root        3.3K Sep 11 14:18 snmpd.old.conf
root@teguht #

4. Check snmpd.conf before change
Log :
root@teguht # cat snmpd.conf
#
#  Copyright (c) 2003 Sun Microsystems, Inc. All rights reserved.
# *
# * U.S. Government Rights - Commercial software. Government users are subject
# * to the Sun Microsystems, Inc. standard license agreement and applicable
# * provisions of the FAR and its supplements.
#
# Use is subject to license terms.
#
# This distribution may include materials developed by third parties. Sun,
# Sun Microsystems, the Sun logo and Solaris are trademarks or registered
#  trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
#
#
###########################################################################
#
# snmpd.conf
#
#   - created by the snmpconf configuration program
#
###########################################################################
###########################################################################
# SECTION: Admins who want to disable the snmpd daemon from
# starting at boot time.
# Change DISABLE=NO to DISABLE=YES
# DO NOT DELETE
# DO NOT UNCOMMENT
#DISABLE=NO
#
# end ADMIN
###########################################################################
#
# SECTION: Access Control Setup
#
#   This section defines who is allowed to talk to your running
#   snmp agent.

# rocommunity: a SNMPv1/SNMPv2c read-only access community name
#   arguments:  community [default|hostname|network/bits] [oid]

rocommunity  public 

##########################################################################
# SEA subagents dynamically register with the master agent via port 161,
# supplying a read-write community string on the request (e.g. 'private'
# for DMI).  If the community strings used are not defined in the
# snmpd.conf file, the registration request will not be forwarded to
# the SEA master agent.
#
# rwcommunity: a SNMPv1/SNMPv2c read-write access community name
#   arguments:  community [default|hostname|network/bits] [oid]
#
# The following entry provides minimum access for successful
# SEA subagent registration.
#
rwcommunity  private localhost .1.3.6.1.4.1.42.2.15

#rwcommunity private


###########################################################################
# SECTION: System Information Setup
#
#   This section defines some of the information reported in
#   the "system" mib group in the mibII tree.

# syslocation: The [typically physical] location of the system.
#   Note that setting this value here means that when trying to
#   perform an snmp SET operation to the sysLocation.0 variable will make
#   the agent return the "notWritable" error code.  IE, including
#   this token in the snmpd.conf file will disable write access to
#   the variable.
#   arguments:  location_string

syslocation  "System administrators office"

# syscontact: The contact information for the administrator
#   Note that setting this value here means that when trying to
#   perform an snmp SET operation to the sysContact.0 variable will make
#   the agent return the "notWritable" error code.  IE, including
#   this token in the snmpd.conf file will disable write access to
#   the variable.
#   arguments:  contact_string

syscontact  "System administrator"
sysservices 72

#
# dlmods for the seaProxy
#

# We require amd64 entries for 64/32 bit support
dlmod seaProxy /usr/sfw/lib/libseaProxy.so
dlmod seaExtensions /usr/sfw/lib/libseaExtensions.so
dlmod seaProxy /usr/sfw/lib/amd64/libseaProxy.so
dlmod seaExtensions /usr/sfw/lib/amd64/libseaExtensions.so
root@teguht #

5.    Change Commuity string # rocommunity: a SNMPv1/SNMPv2c read-only access community name from "rocommunity public" to "rocommunity teguht"  & save ":wq!"
After Change
Log :
root@teguht # cat snmpd.conf
#
#  Copyright (c) 2003 Sun Microsystems, Inc. All rights reserved.
# *
# * U.S. Government Rights - Commercial software. Government users are subject
# * to the Sun Microsystems, Inc. standard license agreement and applicable
# * provisions of the FAR and its supplements.
#
# Use is subject to license terms.
#
# This distribution may include materials developed by third parties. Sun,
# Sun Microsystems, the Sun logo and Solaris are trademarks or registered
#  trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
#
#
###########################################################################
#
# snmpd.conf
#
#   - created by the snmpconf configuration program
#
###########################################################################
###########################################################################
# SECTION: Admins who want to disable the snmpd daemon from
# starting at boot time.
# Change DISABLE=NO to DISABLE=YES
# DO NOT DELETE
# DO NOT UNCOMMENT
#DISABLE=NO
#
# end ADMIN
###########################################################################
#
# SECTION: Access Control Setup
#
#   This section defines who is allowed to talk to your running
#   snmp agent.

# rocommunity: a SNMPv1/SNMPv2c read-only access community name
#   arguments:  community [default|hostname|network/bits] [oid]

rocommunity teguht  

##########################################################################
# SEA subagents dynamically register with the master agent via port 161,
# supplying a read-write community string on the request (e.g. 'private'
# for DMI).  If the community strings used are not defined in the
# snmpd.conf file, the registration request will not be forwarded to
# the SEA master agent.
#
# rwcommunity: a SNMPv1/SNMPv2c read-write access community name
#   arguments:  community [default|hostname|network/bits] [oid]
#
# The following entry provides minimum access for successful
# SEA subagent registration.
#
rwcommunity  private localhost .1.3.6.1.4.1.42.2.15

#rwcommunity private


###########################################################################
# SECTION: System Information Setup
#
#   This section defines some of the information reported in
#   the "system" mib group in the mibII tree.

# syslocation: The [typically physical] location of the system.
#   Note that setting this value here means that when trying to
#   perform an snmp SET operation to the sysLocation.0 variable will make
#   the agent return the "notWritable" error code.  IE, including
#   this token in the snmpd.conf file will disable write access to
#   the variable.
#   arguments:  location_string

syslocation  "System administrators office"

# syscontact: The contact information for the administrator
#   Note that setting this value here means that when trying to
#   perform an snmp SET operation to the sysContact.0 variable will make
#   the agent return the "notWritable" error code.  IE, including
#   this token in the snmpd.conf file will disable write access to
#   the variable.
#   arguments:  contact_string

syscontact  "System administrator"
sysservices 72

#
# dlmods for the seaProxy
#

# We require amd64 entries for 64/32 bit support
dlmod seaProxy /usr/sfw/lib/libseaProxy.so
dlmod seaExtensions /usr/sfw/lib/libseaExtensions.so
dlmod seaProxy /usr/sfw/lib/amd64/libseaProxy.so
dlmod seaExtensions /usr/sfw/lib/amd64/libseaExtensions.so
root@teguht #

6.    Restart service snmp #svcadm restart svc:/application/management/sma:default
root@teguht # svcadm restart svc:/application/management/sma:default
root@teguht #

Or You can copy snmpd.conf to PC/laptop and edit manual then ftp upload to Server

B. Test SNMP Using snmptester

1. Test SNMP before change from "public" to "teguht"
test snmp using community "public" -> Success
Log :
----------------------- New Test -----------------------
Paessler SNMP Tester 3.2
Device: 10.10.10.10

9/11/2012 2:44:28 PM (5 ms) : Start using SNMP V2c
9/11/2012 2:44:28 PM (138 ms) : -------
9/11/2012 2:44:28 PM (139 ms) : Value: 0
9/11/2012 2:44:28 PM (140 ms) : Done

----------------------- New Test -----------------------
Paessler SNMP Tester 3.2
Device: 10.10.10.10

9/11/2012 2:44:41 PM (8 ms) : Start using SNMP V2c
9/11/2012 2:44:41 PM (15 ms) : -------
9/11/2012 2:44:41 PM (18 ms) : Value: 1615
9/11/2012 2:44:41 PM (21 ms) : Done

----------------------- New Test -----------------------
Paessler SNMP Tester 3.2
Device: 10.10.10.10

Scanning Standard Interfaces...
9/11/2012 2:44:49 PM Start Scan
9/11/2012 2:44:49 PM SNMP Version: V2
9/11/2012 2:44:49 PM Delay: 0
9/11/2012 2:44:49 PM Force32: No
9/11/2012 2:44:49 PM Single Get: No
9/11/2012 2:44:49 PM GET: 1.3.6.1.2.1.2.1.0
9/11/2012 2:44:49 PM Try 1
9/11/2012 2:44:49 PM Start 2148056
9/11/2012 2:44:49 PM Done 2148056 Status=0
9/11/2012 2:44:49 PM 0 ASN_INTEGER,ASN_GAUGE: 2
9/11/2012 2:44:49 PM Test 64bit
9/11/2012 2:44:49 PM GET NEXT: 1.3.6.1.2.1.31.1.1.1.6
9/11/2012 2:44:49 PM Start 2148056
9/11/2012 2:44:49 PM Done 2148056 Status=0
9/11/2012 2:44:49 PM 0 ASN_OCTET_STR: /var/snmp/snmpdx.st
9/11/2012 2:44:49 PM 64bit NOT available
9/11/2012 2:44:49 PM GET NEXT: 1.3.6.1.2.1.2.2.1.2
9/11/2012 2:44:49 PM Start 2148056
9/11/2012 2:44:49 PM Done 2148056 Status=0
9/11/2012 2:44:49 PM 0 ASN_OCTET_STR: lo0
9/11/2012 2:44:49 PM Current: 1.3.6.1.2.1.2.2.1.2.1
9/11/2012 2:44:49 PM Description: lo0
9/11/2012 2:44:49 PM GET List: 1.3.6.1.2.1.2.2.1.10.1,1.3.6.1.2.1.2.2.1.3.1,1.3.6.1.2.1.2.2.1.8.1,1.3.6.1.2.1.2.2.1.5.1
9/11/2012 2:44:49 PM Try 1
9/11/2012 2:44:49 PM Start 2148056
9/11/2012 2:44:49 PM Done 2148056 Status=0
9/11/2012 2:44:49 PM 0 ASN_COUNTER,ASN_TIMETICKS: 0
9/11/2012 2:44:49 PM 1 ASN_INTEGER,ASN_GAUGE: 24
9/11/2012 2:44:49 PM 2 ASN_INTEGER,ASN_GAUGE: 1
9/11/2012 2:44:49 PM 3 ASN_INTEGER,ASN_GAUGE: 127000000
9/11/2012 2:44:49 PM Testing...
9/11/2012 2:44:49 PM 32bit: 0,0
9/11/2012 2:44:49 PM Ok
9/11/2012 2:44:49 PM GET: 1.3.6.1.2.1.31.1.1.1.18.1
9/11/2012 2:44:49 PM Try 1
9/11/2012 2:44:49 PM Start 2148056
9/11/2012 2:44:49 PM Done 2148056 Status=0
9/11/2012 2:44:49 PM 0 SNMP_ERR_NOSUCHOBJECT
9/11/2012 2:44:49 PM ifAlias:
9/11/2012 2:44:49 PM GET NEXT: 1.3.6.1.2.1.2.2.1.2.1
9/11/2012 2:44:49 PM Start 2148056
9/11/2012 2:44:49 PM Done 2148056 Status=0
9/11/2012 2:44:49 PM 0 ASN_OCTET_STR: e1000g0
9/11/2012 2:44:49 PM GetNext=1.3.6.1.2.1.2.2.1.2.2
9/11/2012 2:44:49 PM Current: 1.3.6.1.2.1.2.2.1.2.2
9/11/2012 2:44:49 PM Description: e1000g0
9/11/2012 2:44:49 PM GET List: 1.3.6.1.2.1.2.2.1.10.2,1.3.6.1.2.1.2.2.1.3.2,1.3.6.1.2.1.2.2.1.8.2,1.3.6.1.2.1.2.2.1.5.2
9/11/2012 2:44:49 PM Try 1
9/11/2012 2:44:49 PM Start 2148056
9/11/2012 2:44:49 PM Done 2148056 Status=0
9/11/2012 2:44:49 PM 0 ASN_COUNTER,ASN_TIMETICKS: 150338
9/11/2012 2:44:49 PM 1 ASN_INTEGER,ASN_GAUGE: 6
9/11/2012 2:44:49 PM 2 ASN_INTEGER,ASN_GAUGE: 1
9/11/2012 2:44:49 PM 3 ASN_INTEGER,ASN_GAUGE: 1000000000
9/11/2012 2:44:49 PM Testing...
9/11/2012 2:44:49 PM 32bit: 0,150338
9/11/2012 2:44:49 PM Ok
9/11/2012 2:44:49 PM GET: 1.3.6.1.2.1.31.1.1.1.18.2
9/11/2012 2:44:49 PM Try 1
9/11/2012 2:44:49 PM Start 2148056
9/11/2012 2:44:49 PM Done 2148056 Status=0
9/11/2012 2:44:49 PM 0 SNMP_ERR_NOSUCHOBJECT
9/11/2012 2:44:49 PM ifAlias:
9/11/2012 2:44:49 PM GET NEXT: 1.3.6.1.2.1.2.2.1.2.2
9/11/2012 2:44:49 PM Start 2148056
9/11/2012 2:44:50 PM Done 2148056 Status=0
9/11/2012 2:44:50 PM 0 ASN_INTEGER,ASN_GAUGE: 24
9/11/2012 2:44:50 PM GetNext=1.3.6.1.2.1.2.2.1.3.1
Result:

Found standard interfaces:
1: (001) lo0,Connected,127 MBit/s,Software Loopback,
2: (002) e1000g0,Connected,1 GBit/s,Ethernet,

Testing standard interfaces...
Test 1 (1.3.6.1.2.1.2.2.1.10.1,1.3.6.1.2.1.2.2.1.16.1): in=0  out=
Test 2 (1.3.6.1.2.1.2.2.1.10.2,1.3.6.1.2.1.2.2.1.16.2): in=152796  out=108857



test snmp using community "teguht" -> Fail
log :
----------------------- New Test -----------------------
Paessler SNMP Tester 3.2
Device: 10.10.10.10

9/11/2012 2:46:03 PM (4 ms) : Start using SNMP V2c
9/11/2012 2:46:13 PM (10009 ms) : -------
9/11/2012 2:46:13 PM (10010 ms) : Value: No response (check: firewalls, routing, snmp settings of device, IPs, SNMP version, community, passwords etc) (SNMP error # -2003)
9/11/2012 2:46:13 PM (10010 ms) : Done

----------------------- New Test -----------------------
Paessler SNMP Tester 3.2
Device: 10.10.10.10

9/11/2012 2:46:17 PM (10 ms) : Start using SNMP V2c
9/11/2012 2:46:27 PM (10016 ms) : -------
9/11/2012 2:46:27 PM (10019 ms) : Value: No response (check: firewalls, routing, snmp settings of device, IPs, SNMP version, community, passwords etc) (SNMP error # -2003)
9/11/2012 2:46:27 PM (10022 ms) : Done

----------------------- New Test -----------------------
Paessler SNMP Tester 3.2
Device: 10.10.10.10

Scanning Standard Interfaces...
9/11/2012 2:46:33 PM Start Scan
9/11/2012 2:46:33 PM SNMP Version: V2
9/11/2012 2:46:33 PM Delay: 0
9/11/2012 2:46:33 PM Force32: No
9/11/2012 2:46:33 PM Single Get: No
9/11/2012 2:46:33 PM GET: 1.3.6.1.2.1.2.1.0
9/11/2012 2:46:33 PM Try 1
9/11/2012 2:46:33 PM Start 2148056
9/11/2012 2:46:38 PM Done 2148056 Status=2
9/11/2012 2:46:38 PM Try 2
9/11/2012 2:46:38 PM Start 2148056
9/11/2012 2:46:43 PM Done 2148056 Status=2
9/11/2012 2:46:43 PM Try 3
9/11/2012 2:46:43 PM Start 2148056
9/11/2012 2:46:48 PM Done 2148056 Status=2
9/11/2012 2:46:48 PM Try 4
9/11/2012 2:46:48 PM Start 2148056
9/11/2012 2:46:53 PM Done 2148056 Status=2
9/11/2012 2:46:53 PM Try 5
9/11/2012 2:46:53 PM Start 2148056
9/11/2012 2:46:58 PM Done 2148056 Status=2
Result: #N-2003

Found standard interfaces:
No standard interfaces found


2. Test SNMP after change from "public" to "teguht"
test snmp using community "public" -> Fail
Log :
----------------------- New Test -----------------------
Paessler SNMP Tester 3.2
Device: 10.10.10.10

9/11/2012 2:48:45 PM (4 ms) : Start using SNMP V2c
9/11/2012 2:48:55 PM (10009 ms) : -------
9/11/2012 2:48:55 PM (10010 ms) : Value: No response (check: firewalls, routing, snmp settings of device, IPs, SNMP version, community, passwords etc) (SNMP error # -2003)
9/11/2012 2:48:55 PM (10011 ms) : Done

----------------------- New Test -----------------------
Paessler SNMP Tester 3.2
Device: 10.10.10.10

9/11/2012 2:52:27 PM (9 ms) : Start using SNMP V2c
9/11/2012 2:52:37 PM (10015 ms) : -------
9/11/2012 2:52:37 PM (10017 ms) : Value: No response (check: firewalls, routing, snmp settings of device, IPs, SNMP version, community, passwords etc) (SNMP error # -2003)
9/11/2012 2:52:37 PM (10019 ms) : Done

----------------------- New Test -----------------------
Paessler SNMP Tester 3.2
Device: 10.10.10.10

Scanning Standard Interfaces...
9/11/2012 2:53:01 PM Start Scan
9/11/2012 2:53:01 PM SNMP Version: V2
9/11/2012 2:53:01 PM Delay: 0
9/11/2012 2:53:01 PM Force32: No
9/11/2012 2:53:01 PM Single Get: No
9/11/2012 2:53:01 PM GET: 1.3.6.1.2.1.2.1.0
9/11/2012 2:53:01 PM Try 1
9/11/2012 2:53:01 PM Start 2148056
9/11/2012 2:53:06 PM Done 2148056 Status=2
9/11/2012 2:53:06 PM Try 2
9/11/2012 2:53:06 PM Start 2148056
9/11/2012 2:53:11 PM Done 2148056 Status=2
9/11/2012 2:53:11 PM Try 3
9/11/2012 2:53:11 PM Start 2148056
9/11/2012 2:53:16 PM Done 2148056 Status=2
9/11/2012 2:53:16 PM Try 4
9/11/2012 2:53:16 PM Start 2148056
9/11/2012 2:53:22 PM Done 2148056 Status=2
9/11/2012 2:53:22 PM Try 5
9/11/2012 2:53:22 PM Start 2148056
9/11/2012 2:53:27 PM Done 2148056 Status=2
Result: #N-2003

Found standard interfaces:
No standard interfaces found


test snmp using community "teguht" -> Success
----------------------- New Test -----------------------
Paessler SNMP Tester 3.2
Device: 10.10.10.10

9/11/2012 2:56:23 PM (4 ms) : Start using SNMP V2c
9/11/2012 2:56:23 PM (115 ms) : -------
9/11/2012 2:56:23 PM (117 ms) : Value: 0
9/11/2012 2:56:23 PM (119 ms) : Done

----------------------- New Test -----------------------
Paessler SNMP Tester 3.2
Device: 10.10.10.10

9/11/2012 2:56:25 PM (8 ms) : Start using SNMP V2c
9/11/2012 2:56:25 PM (17 ms) : -------
9/11/2012 2:56:25 PM (19 ms) : Value: 46846
9/11/2012 2:56:25 PM (22 ms) : Done

----------------------- New Test -----------------------
Paessler SNMP Tester 3.2
Device: 10.10.10.10

Scanning Standard Interfaces...
9/11/2012 2:56:28 PM Start Scan
9/11/2012 2:56:28 PM SNMP Version: V2
9/11/2012 2:56:28 PM Delay: 0
9/11/2012 2:56:28 PM Force32: No
9/11/2012 2:56:28 PM Single Get: No
9/11/2012 2:56:28 PM GET: 1.3.6.1.2.1.2.1.0
9/11/2012 2:56:28 PM Try 1
9/11/2012 2:56:28 PM Start 2148056
9/11/2012 2:56:28 PM Done 2148056 Status=0
9/11/2012 2:56:28 PM 0 ASN_INTEGER,ASN_GAUGE: 2
9/11/2012 2:56:28 PM Test 64bit
9/11/2012 2:56:28 PM GET NEXT: 1.3.6.1.2.1.31.1.1.1.6
9/11/2012 2:56:28 PM Start 2148056
9/11/2012 2:56:33 PM Done 2148056 Status=2
9/11/2012 2:56:33 PM Start 2148056
9/11/2012 2:56:38 PM Done 2148056 Status=2
9/11/2012 2:56:38 PM Start 2148056
9/11/2012 2:56:43 PM Done 2148056 Status=2
9/11/2012 2:56:43 PM Start 2148056
9/11/2012 2:56:48 PM Done 2148056 Status=2
9/11/2012 2:56:48 PM Start 2148056
9/11/2012 2:56:53 PM Done 2148056 Status=2
9/11/2012 2:56:53 PM 64bit NOT available
9/11/2012 2:56:53 PM GET NEXT: 1.3.6.1.2.1.2.2.1.2
9/11/2012 2:56:53 PM Start 2148056
9/11/2012 2:56:53 PM Done 2148056 Status=0
9/11/2012 2:56:53 PM 0 ASN_OCTET_STR: lo0
9/11/2012 2:56:53 PM Current: 1.3.6.1.2.1.2.2.1.2.1
9/11/2012 2:56:53 PM Description: lo0
9/11/2012 2:56:53 PM GET List: 1.3.6.1.2.1.2.2.1.10.1,1.3.6.1.2.1.2.2.1.3.1,1.3.6.1.2.1.2.2.1.8.1,1.3.6.1.2.1.2.2.1.5.1
9/11/2012 2:56:53 PM Try 1
9/11/2012 2:56:53 PM Start 2148056
9/11/2012 2:56:53 PM Done 2148056 Status=0
9/11/2012 2:56:53 PM 0 ASN_COUNTER,ASN_TIMETICKS: 0
9/11/2012 2:56:53 PM 1 ASN_INTEGER,ASN_GAUGE: 24
9/11/2012 2:56:53 PM 2 ASN_INTEGER,ASN_GAUGE: 1
9/11/2012 2:56:53 PM 3 ASN_INTEGER,ASN_GAUGE: 127000000
9/11/2012 2:56:53 PM Testing...
9/11/2012 2:56:53 PM 32bit: 0,0
9/11/2012 2:56:53 PM Ok
9/11/2012 2:56:53 PM GET: 1.3.6.1.2.1.31.1.1.1.18.1
9/11/2012 2:56:53 PM Try 1
9/11/2012 2:56:53 PM Start 2148056
9/11/2012 2:56:53 PM Done 2148056 Status=0
9/11/2012 2:56:53 PM 0 SNMP_ERR_NOSUCHOBJECT
9/11/2012 2:56:53 PM ifAlias:
9/11/2012 2:56:53 PM GET NEXT: 1.3.6.1.2.1.2.2.1.2.1
9/11/2012 2:56:53 PM Start 2148056
9/11/2012 2:56:53 PM Done 2148056 Status=0
9/11/2012 2:56:53 PM 0 ASN_OCTET_STR: e1000g0
9/11/2012 2:56:53 PM GetNext=1.3.6.1.2.1.2.2.1.2.2
9/11/2012 2:56:53 PM Current: 1.3.6.1.2.1.2.2.1.2.2
9/11/2012 2:56:53 PM Description: e1000g0
9/11/2012 2:56:53 PM GET List: 1.3.6.1.2.1.2.2.1.10.2,1.3.6.1.2.1.2.2.1.3.2,1.3.6.1.2.1.2.2.1.8.2,1.3.6.1.2.1.2.2.1.5.2
9/11/2012 2:56:53 PM Try 1
9/11/2012 2:56:53 PM Start 2148056
9/11/2012 2:56:53 PM Done 2148056 Status=0
9/11/2012 2:56:53 PM 0 ASN_COUNTER,ASN_TIMETICKS: 187087
9/11/2012 2:56:53 PM 1 ASN_INTEGER,ASN_GAUGE: 6
9/11/2012 2:56:53 PM 2 ASN_INTEGER,ASN_GAUGE: 1
9/11/2012 2:56:53 PM 3 ASN_INTEGER,ASN_GAUGE: 1000000000
9/11/2012 2:56:53 PM Testing...
9/11/2012 2:56:53 PM 32bit: 0,187087
9/11/2012 2:56:53 PM Ok
9/11/2012 2:56:53 PM GET: 1.3.6.1.2.1.31.1.1.1.18.2
9/11/2012 2:56:53 PM Try 1
9/11/2012 2:56:53 PM Start 2148056
9/11/2012 2:56:53 PM Done 2148056 Status=0
9/11/2012 2:56:53 PM 0 SNMP_ERR_NOSUCHOBJECT
9/11/2012 2:56:53 PM ifAlias:
9/11/2012 2:56:53 PM GET NEXT: 1.3.6.1.2.1.2.2.1.2.2
9/11/2012 2:56:53 PM Start 2148056
9/11/2012 2:56:54 PM Done 2148056 Status=0
9/11/2012 2:56:54 PM 0 ASN_INTEGER,ASN_GAUGE: 24
9/11/2012 2:56:54 PM GetNext=1.3.6.1.2.1.2.2.1.3.1
Result:

Found standard interfaces:
1: (001) lo0,Connected,127 MBit/s,Software Loopback,
2: (002) e1000g0,Connected,1 GBit/s,Ethernet,

Testing standard interfaces...
Test 1 (1.3.6.1.2.1.2.2.1.10.1,1.3.6.1.2.1.2.2.1.16.1): in=0  out=
Test 2 (1.3.6.1.2.1.2.2.1.10.2,1.3.6.1.2.1.2.2.1.16.2): in=187929  out=124686





source http://fakta-dan-unik.blogspot.com & http://teguhtriharto.blogspot.com
and syswikiadmin

No comments:

Post a Comment

Popular Posts