[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

Commands Reference, Volume 5

snmpv3_ssw Command

Purpose

Switch the symbolic links among the non-encrypted snmpdv3 agent, encrypted snmpdv3 agent and snmpdv1 agent.

Syntax

snmpv3_ssw [ -e | -n | -1 ]

Description

Switch the symbolic links among the non-encrypted snmpdv3 agent, encrypted snmpdv3 agent and snmpdv1 agent, and then start the newly choosed SNMP agent. A user can choose which version of SNMP agent to run.

For example, the if current running SNMP agent is the encrypted snmpdv3 agent, the actual SNMP agent executable which is running on the machine is "/usr/sbin/snmpdv3e". The symblic links on the machine are:

If a user chooses to switch to the non-encrypted snmpdv3 agent, after user runs the /usr/sbin/snmpv3_ssw command with the -n option, the acutal snmp agent which is running on the machine "/usr/sbin/snmpdv3ne". The symbolic links on the machine will be changed to:

Flags

-e Switch to the encrypted version of snmpdv3 agent.
-n Switch to the non-encrypted version of snmpdv3 agent.
-1 Switch to the snmpdv1 agent.

Examples

  1. To switch to the encrypted version of snmpdv3 agent, enter:
    /usr/sbin/snmp3_ssw -e

Related Information

The clsnmp command, hostmibd command, snmpdv1 daemon, snmpdv3 daemon.

The /etc/clsnmp.conf file format, /etc/snmpd.conf file format, /etc/snmpdv3.conf file format.

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]