Cisco Cisco Broadband Access Center Telco Wireless 3.8

Page of 267
 
C-53
Cisco Broadband Access Center for Cable Administrator’s Guide
OL-2445-02
Appendix C      Device Provisioning Engine Command Line Interface
SNMP Agent Commands
Syntax Description
When using this command, you must use this syntax:
no snmp-server host <ip> traps community <xxx> udp-port <###>
Where:
<ip>—identifies the hosts IP address
<xxx>—identifies the community
<###>—identifies the port number
Examples
This is an example of how to use this command:
dpe# no snmp-server host 10.10.10.5 traps community public udp-port 162
%OK (Requires SNMP server restart "> snmp-server reload")
snmp-server community
Usage Guidelines
This command sets up the community access string to allow access for external SNMP managers to the 
DPE SNMP agent.
Syntax Description
When entering the snmp-server community command, you must use this syntax:
snmp-server community string [ro | wr]
Where:
<string>—Identifies the SNMP community.
<ro>—Assigns a read only (ro) community string. Only get requests (queries) can be performed. The ro 
community string in this example (5urf5h0p) allows Get requests but no Set operations. The NMS and 
the managed device must reference the same community string.
<rw>—Assigns a read write (rw) community string. SNMP applications require rw access for Set 
operations. The rw community string enables write access to OID values.
Examples
This is an example of how to use the snmp-server community command:
dpe# snmp-server community 5urf5h0p ro
%OK (Requires SNMP restart "> snmp-server reload")
snmp-server host
Usage Guidelines
This command specifies the recipient of all SNMP notifications and is used to configure the DPE SNMP 
agent to send traps to multiple hosts. This command is used to specify the recipient of SNMP traps and 
notifications. It is possible to use multiple instances of this command to specify more than one trap 
recipient.