C613-50631-01 Rev A Command Reference for IE340 Series 3203
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
SNMP COMMANDS
SNMP
-SERVER HOST
Mode Global Configuration
Examples To configure the device to send generated traps to the IPv4 host destination
192.0.2.5 with the SNMPv2c community name ‘public’, use the following
commands:
awplus# configure terminal
awplus(config)# snmp-server host 192.0.2.5 version 2c public
To configure the device to send generated traps to the IPv6 host destination
2001:db8::8a2e:7334 with the SNMPv2c community name ‘private’, use the
following commands:
awplus# configure terminal
awplus(config)# snmp-server host 2001:db8::8a2e:7334 version 2c
private
To remove a configured trap host of 192.0.2.5 with the SNMPv2c community name
‘public’, use the following commands:
awplus# configure terminal
awplus(config)# no snmp-server host 192.0.2.5 version 2c public
Related
commands
snmp trap link-status
snmp-server enable trap
snmp-server view
Command
changes
Version 5.5.2-1.1: vrf parameter added for products that support VRF
auth Authentication.
noauth No authentication.
priv Encryption.
<community-name> The SNMPv1 or SNMPv2c community name.
<user-name> SNMPv3 user name.
Parameter Description