Chapter 7: SNMP Commands
118 Section II: Switch Management
DELETE SNMP COMMUNITY
Syntax
delete snmp community=
community
[traphost=
ip_address
]
[manager=
ip_address
] [trap=
trap
]
Parameters
community
Specifies an existing community name.
traphost
Specifies the IP address of a host where SNMP traps are sent.
manager
Specifies the IP address of an SNMP management server.
ip_address
Specifies an IPv4 address.
trap
Specifies a trap type or multiple trap types. To specify multiple trap
types, use a comma (,). For a list of trap types, see “CREATE
SNMP COMMUNITY” on page 115.
Description
Use this command to delete a community setting of traphost, manager,
and trap types.
Confirmation Command
“SHOW SNMP COMMUNITY” on page 140
Example
The following command deletes the traphost 192.168.1.11 from the
private community:
Manager > delete snmp community=private
traphost=192.168.1.11