User Manual

Table Of Contents
NETGEAR M4500 Series Switches CLI Command Reference Manual 250
5.4.4.4. snmp-server contact
This command sets the name of the organization responsible for the network. The name can be from 1 to 255
alphanumeric characters.
Format snmp-server contact <name>
Default None
Mode Global Config
5.4.4.5. snmp-server community
This command adds a new SNMP community, and optionally sets the access mode, allowed IP address, and
creates a view for the community. The allowed IP address supports IPv4 and IPv6 address but does not support
IP mask value to demote a range of IPv6 addresses.
Note: Community names in the SNMP community table must be unique. If you make multiple entries using the same
community name, the first entry is kept and processed and all duplicate entries are ignored.
Format snmp-server community <community-string> [ipaddress <ipaddress> | ro | rw | su | view
<viewname>]
Default None
Mode Global Config
Parameter
Definition
<name>
The name can be from 1 to 255 alphanumeric characters.
Parameter
Definition
<Community-String>
A name associated with the switch and with a set of SNMP managers that manage
it with a specified privileged level. The length of community-name can be up to
20 case-sensitive characters.
ipaddress
The associated community SNMP packet sending address and is used along with
the client IP mask value to denote a range of IP addresses from which SNMP
clients may use that community to access the device. A value of 0.0.0.0 allows
access from any IP address. Otherwise, this value is ANDed with the mask to
determine the range of allowed client IP addresses.
ro | rw | su
The access mode of the SNMP community, which can be public (Read-Only/RO),
private (Read-Write/RW), or Super User (SU).
<viewname>
The name of the view to create or update.