beautypg.com

5 typical snmp configuration examples – PLANET WGSW-50040 User Manual

Page 49

background image

4-11

{|}]

7. Configure view

Command

Explanation

Global Mode

snmp-server view

{include|exclude}

no snmp-server view

[]

Configure view on the switch. This command is used

for SNMP v3.

8. Configuring TRAP

Command

Explanation

Global Mode

snmp-server enable traps

no snmp-server enable traps

Enable the switch to send Trap message. This

command is used for SNMP v1/v2/v3.

snmp-server host { |

} {v1 | v2c | {v3 {noauthnopriv

| authnopriv | authpriv}}}

no snmp-server host { |

} {v1 | v2c | {v3 {noauthnopriv

| authnopriv | authpriv}}}

Set the host IPv4/IPv6 address which is used to

receive SNMP Trap information. For SNMP v1/v2,

this command also configures Trap community

string; for SNMP v3, this command also configures

Trap user name and security level. The “no” form of

this command cancels this IPv4 or IPv6 address.

9. Enable/Disable RMON

Command

Explanation

Global mode

rmon enable

no rmon enable

Enable/disable RMON.

4.4.5 Typical SNMP Configuration Examples

The IP address of the NMS is 1.1.1.5; the IP address of the switch (Agent) is 1.1.1.9.

Scenario 1: The NMS network administrative software uses SNMP protocol to obtain data from the switch.

The configuration on the switch is listed below:

Switch(config)#snmp-server enable

Switch(config)#snmp-server community rw private

Switch(config)#snmp-server community ro public

Switch(config)#snmp-server securityip 1.1.1.5