Snmpv1/snmpv2c configuration example, Network requirements, Configuration procedure – H3C Technologies H3C S7500E Series Switches User Manual

Page 129

Advertising
background image

6-11

SNMPv1/SNMPv2c Configuration Example

Network requirements

z

As shown in

Figure 6-3

, the NMS connects to the agent through an Ethernet.

z

The IP address of the NMS is 1.1.1.2/24.

z

The IP address of the agent is 1.1.1.1/24.

z

The NMS monitors and manages the agent using SNMPv1 or SNMPv2c. The agent reports

errors or faults to the NMS.

Figure 6-3 Network diagram for SNMPv1/v2c

Configuration procedure

1) Configuring the SNMP agent

# Configure the IP address of the agent as 1.1.1.1/24 and make sure that there is a route

between the agent and the NMS. (The configuration procedure is omitted here)

# Configure the SNMP basic information, including the version and community name.

<Sysname> system-view

[Sysname] snmp-agent sys-info version v1 v2c

[Sysname] snmp-agent community read public

[Sysname] snmp-agent community write private

# Configure the contact person and physical location information of the switch.

[Sysname] snmp-agent sys-info contact Mr.Wang-Tel:3306

[Sysname] snmp-agent sys-info location telephone-closet,3rd-floor

# Enable the sending of traps to the NMS with an IP address of 1.1.1.2/24, using public as the

community name.

[Sysname] snmp-agent trap enable

[Sysname] snmp-agent target-host trap address udp-domain 1.1.1.2 udp-port 5000 params

securityname public v1

Ensure that the SNMP version specified in the snmp-agent target-host command is the same

with that on the NMS; otherwise, the NMS cannot receive any trap.

2) Configuring the SNMP NMS

With SNMPv1/v2c, the user needs to specify the read only community, the read and write

community, the timeout time, and number of retries. The user can inquire and configure the

device through the NMS.

The configurations on the agent and the NMS must match.

Advertising