beautypg.com

Allied Telesis AT-S95 CLI User Manual

Page 245

background image

SNMP Commands

Page 245

Parameters

ipv4-address — IPv4 address of the host (the targeted recipient). An out-of-band IP address can be specified

as described in the usage guidelines.

ipv6-address — IPv6 address of the host (the targeted recipient). When the IPv6 address is a Link Local

address (IPv6Z address), the outgoing interface name must be specified. Refer to the usage guidelines for
the interface name syntax.

hostname — Specifies the name of the host. (Range:1 - 158 characters)

community-string—Specifies a password-like community string sent with the notification operation.

(Range: 1 - 20)

traps — Indicates that SNMP traps are sent to this host. If unspecified, SNMPv2 traps are sent to the host.

informs — Indicates that SNMP informs are sent to this host. Not applicable to SNMPv1.

1 — Indicates that SNMPv1 traps will be used.

2 — Indicates that SNMPv2 traps will be used. If

port—Specifies the UDP port of the host to use. If unspecified, the default UDP port number is 162.

(Range:1 - 65535)

filtername — Specifies a string that defines the filter for this host. If unspecified, nothing is filtered.

(Range: 1 - 30 characters)

seconds — Specifies the number of seconds to wait for an acknowledgment before resending informs. If

unspecified, the default timeout period is 15 seconds. (Range: 1 - 300)

retries — Specifies the maximum number of times to resend an inform request. If unspecified, the default

maximum number of retries is 3. (Range: 0 - 255)

Default Configuration

This command has no default configuration.

Command Mode

Global Configuration mode

User Guidelines

When configuring an SNMPv1 or SNMPv2 notification recipient, a notification view for that recipient is

automatically generated for all the MIB.

When configuring an SNMPv1 notification recipient, the Inform option cannot be selected.

If a trap and inform are defined on the same target, and an inform was sent, the trap is not sent.

The format of an IPv6Z address is: <ipv6-link-local-address>%<interface-name>

interface-name = vlan<integer> | ch<integer> | isatap<integer> | <physical-port-name>

integer = <decimal-number> | nteger><decimal-number>

decimal-number = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9

Example

The following example enables SNMP traps for host 10.1.1.1 with community string "management" using
SNMPv2.

console(config)# snmp-server host 10.1.1.1 management 2