Snmp-server community, Snmp-server contact – Microsens MS453490M Management Guide User Manual

Page 557

Advertising
background image

C

HAPTER

22

| SNMP Commands

– 557 –

snmp-server

community

This command defines community access strings used to authorize

management access by clients using SNMP v1 or v2c. Use the no form to

remove the specified community string.

S

YNTAX

snmp-server community string [ro | rw]
no snmp-server community string

string - Community string that acts like a password and permits

access to the SNMP protocol. (Maximum length: 32 characters, case

sensitive; Maximum number of strings: 5)
ro - Specifies read-only access. Authorized management stations

are only able to retrieve MIB objects.
rw - Specifies read/write access. Authorized management stations

are able to both retrieve and modify MIB objects.

D

EFAULT

S

ETTING

public - Read-only access. Authorized management stations are only

able to retrieve MIB objects.

private - Read/write access. Authorized management stations are able

to both retrieve and modify MIB objects.

C

OMMAND

M

ODE

Global Configuration

E

XAMPLE

Console(config)#snmp-server community alpha rw

Console(config)#

snmp-server

contact

This command sets the system contact string. Use the no form to remove

the system contact information.

S

YNTAX

snmp-server contact string
no snmp-server contact

string - String that describes the system contact information.

(Maximum length: 255 characters)

D

EFAULT

S

ETTING

None

C

OMMAND

M

ODE

Global Configuration

Advertising