Sponsored Content
Full Discussion: Disable the SNMP Service
Operating Systems SCO Disable the SNMP Service Post 302279818 by sak900354 on Saturday 24th of January 2009 03:13:29 AM
Old 01-24-2009
Thank You,

I will try it and refer back to you

Regards
 

10 More Discussions You Might Find Interesting

1. Linux

Disable connection logging for a specfic service (/var/log/secure)

Hello, is there a way to disable connection logging for a specific service? Or eventually to disable /var/log/secure in general? Closed. Double post (0 Replies)
Discussion started by: TehOne
0 Replies

2. UNIX for Advanced & Expert Users

Disable connection logging for a specfic service (/var/log/secure)

Hello, is there a way to disable connection logging for a specific service? Or eventually to disable /var/log/secure in general? (2 Replies)
Discussion started by: TehOne
2 Replies

3. AIX

SNMP service

dear how can i disable the SNMP service in AIX 6.1 . (2 Replies)
Discussion started by: thecobra151
2 Replies

4. HP-UX

FTP service Enable/Disable

hi everybody, I can easily enable /disable the FTP service from SAM, how can I do this via command line? using inetd? how? cheers, messi (1 Reply)
Discussion started by: messi777
1 Replies

5. UNIX for Dummies Questions & Answers

System snmp service is unavailable

Hello, am working on a suse linux system and trying to connect the server to the monitoring system we use. On checking the logs, i see that the snmp service is unavailable and would appreciate any help on how to fix this. snmpd stop - done snmpd start - done snmpd status - unused (instead... (16 Replies)
Discussion started by: mena
16 Replies

6. Solaris

Disable SNMP v1/2 authentification and use SNMPv3 authentification

Hello everyone, Can anyone help me to disable SNMP v1/2 authentification on Solaris 10 and use SNMP v3 authentification ? I have SNMPv3 installed on my Solaris but the tool we use to scan vulnerabilities still show that there is a problem whith authentification version. Does it mean that... (1 Reply)
Discussion started by: adilyos
1 Replies

7. UNIX for Dummies Questions & Answers

Need to transfer all kernel logs (var/log/messages) to the snmp listener as snmp trap

i am working with embedded system -Dell DCS management sub system. my question is as below: currently we are using linux kernel 2.6.30 build and we have a kernel logs stored to the /var/log/messages path. now we have to transfer all this logs to the specified SNMP target as a part of SNMP... (4 Replies)
Discussion started by: vipul_prajapati
4 Replies

8. Solaris

Disable or remove SNMPv1/2c authentication and SNMP version-3

Hi; How can I disable or remove SNMPv1/2c authentication. I would like to use SNMP version 3 authentication. bash-3.00# uname -a SunOS SOL9229 5.10 Generic_142910-17 i86pc i386 i86pc bash-3.00# (1 Reply)
Discussion started by: gc_sw
1 Replies

9. Solaris

Svcadm disable in global zone affects same service in ngz

I have a service that resides in both the global and non global zones. When I disable the service in the global zone, a svcs -p on that service shows the process name and ID of the svcadmd for the non global. An svcs -l on the service in the global shows online with an intended state of disabled.... (0 Replies)
Discussion started by: Cbrown31
0 Replies

10. Solaris

Cannot get sma (net-snmp) service to start.

Hey everyone, so I recently installed sma and disabled snmpdx for system monitoring in Solarwinds on 7 Oracle servers running Solaris 10. It was running just fine until we had to shutdown all systems and power back up (hurricane). Since then I cannot get the sma service to start, it goes into... (4 Replies)
Discussion started by: Zeus18
4 Replies
Info::CiscoQOS(3pm)					User Contributed Perl Documentation				       Info::CiscoQOS(3pm)

NAME
SNMP::Info::CiscoQOS - SNMP Interface to Cisco's Quality of Service MIBs AUTHOR
Alexander Hartmaier SYNOPSIS
# Let SNMP::Info determine the correct subclass for you. my $qos = new SNMP::Info( AutoSpecify => 1, Debug => 1, DestHost => 'myswitch', Community => 'public', Version => 2 ) or die "Can't connect to DestHost. "; my $class = $qos->class(); print "SNMP::Info determined this device to fall under subclass : $class "; DESCRIPTION
SNMP::Info::CiscoQOS is a subclass of SNMP::Info that provides information about a cisco device's QoS config. Use or create in a subclass of SNMP::Info. Do not use directly. Inherited Classes none. Required MIBs CISCO-CLASS-BASED-QOS-MIB MIBs can be found at ftp://ftp.cisco.com/pub/mibs/v2/v2.tar.gz GLOBALS
none TABLE METHODS
Service Policy Table ("cbQosServicePolicyTable") This table describes the interfaces/media types and the policy map that are attached to it. $qos->qos_i_index() ("cbQosIfIndex") $qos->qos_i_type() ("cbQosIfType") $qos->qos_pol_direction() ("cbQosPolicyDirection") Class Map Objects Table ("cbQosObjectsTable") $qos->qos_obj_index() ("cbQosConfigIndex") $qos->qos_obj_type() ("cbQosObjectsType") $qos->qos_obj_parent() ("cbQosParentObjectsIndex") Class Map Configuration Table ("cbQosCMCfgTable") $qos->qos_cm_name() ("cbQosCMName") $qos->qos_cm_desc() ("cbQosCMDesc") $qos->qos_cm_info() ("cbQosCMInfo") Class Map Stats Table ("cbQosCMStatsTable") $qos->qos_octet_pre() ("cbQosCMPrePolicyByte") $qos->qos_octet_post() ("cbQosCMPostPolicyByte") Queueing Configuration Table ("cbQosQueueingCfgTable") $qos->qos_queueingcfg_bw() ("cbQosQueueingCfgBandwidth") $qos->qos_queueingcfg_bw_units() ("cbQosQueueingCfgBandwidthUnits") perl v5.12.4 2011-09-28 Info::CiscoQOS(3pm)
All times are GMT -4. The time now is 06:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy