12 snmp-server enable – PLANET XGS3-24040 User Manual

Page 76

Advertising
background image

XGS3 Command Guide

1-76

Global Mode

Usage Guide:

The switch supports up to 4 community strings. It can realize the access-control for specifically community view by

binding the community name to specifically readable view or writable view.

Example:

Add a community string named “private” with read-write permission.

Switch(config)#snmp-server community private rw

Add a community string named “public” with read-only permission.

Switch(config)#snmp-server community public ro

Modify the read-write community string named “private” to read-only.

Switch(config)#snmp-server community private ro

Delete community string “private”.

Switch(config)#no snmp-server community private

Bind the read-only community string “public” to readable view “pviewr”.

Switch(config)#snmp-server community ro public read pviewr

Bind the read-write community string “private” to readable view “pviewr” and writable view “pvieww”.

Switch(config)#snmp-server community rw private read pviewr write pvieww

1.4.12 snmp-server enable

Command:

snmp-server enable

no snmp-server enable

Function:

Enable the SNMP proxy server function on the switch. The “no snmp-server enable” command disables the SNMP

proxy server function

Command mode:

Global mode

Default:

SNMP proxy server function is disabled by system default.

Usage guide:

To perform configuration management on the switch with network manage software, the SNMP proxy server function

has to be enabled with this command.

Example:

Enable the SNMP proxy server function on the switch.

Switch(config)#snmp-server enable

Advertising