Teleport Integration Unit. Configuration Manual
66
Example:
config ipif System dhcp enable – DHCP client mode
enabled
5.4.3.2
Configuring SNMP
1.
Enabling SNMP
config snmp state <STATE>
Example:
config snmp state
enable
2.
IP address of the server (for SNMP Traps)
config snmp host <IP>
Example:
config snmp host 192.168.0.1
3.
Read Community string
config snmp
read_community <STRING> Example:
config
snmp read_community public
4.
Write Community string (Write Community)
config snmp write_community <STRING>
Example:
config snmp write_community private
5.
Protocol version (SNMPv1 and SNMPv3 are supported)
config snmp version <VALUE>
where <VALUE> :
1, 3
Example:
config snmp version 1
6.
Security Level for SNMP v3
config snmp level <VALUE>
where <VALUE> :
0 – NoAuth, NoPriv
1 – Auth, NoPriv
2 – Auth, Priv
Example:
config snmp level 2
7.
User name for SNMP v3
config snmp user_name <STRING>
Example:
config snmp user_name administrator
8.
Auth Password for SNMP v3 (required if the security level is
Auth, NoPriv or Auth, Priv)
config snmp auth_pass <STRING>
Example:
config snmp auth_pass test