_____________________________________________________________________________
____________________________________________________________________________
42
LTP-8X optical line terminal
Chapter 13.
Services Configuration
Introduction
This chapter describes configuration of integrated terminal services.
13.1
SNMPD Configuration
For working with the Eltex.EMS management system, the terminal should be configured to work with
SNMP protocol.
Step 1.
Switch to the
configure view.
LTP-8X# configure terminal
Step 2
. Enable SNMP agent of the terminal by using the
ip snmp enable
command.
LTP-8X(config)# ip snmp enable
Step 3.
Enable ACL check by using the
ip snmp access-control
command if necessary. Add the record
into a whitelist by using the
ip snmp allow ip <ip> [mask <mask>]
command. Pass the IP address of the
host which will be used to connect to the SNMP agent as a parameter.
LTP-8X(config)# ip snmp access-control
LTP-8X(config)# ip snmp allow ip 192.168.16.0 mask 24
Step 4.
If you want the management system to receive SNMP traps, adjust their replication. For
example, add 2 replicators by using the
ip snmp traps <ip> [type <type>]
command. Specify that SNMP
traps
v1
will be sent to
192.168.16.13
while
v2
will be sent to
192.168.16.130
and
inform
will be sent to
192.168.16.230.
LTP-8X(config)# ip snmp traps 192.168.16.13 type v1
LTP-8X(config)# ip snmp traps 192.168.16.130 type v2
LTP-8X(config)# ip snmp traps 192.168.16.230 type informs
Step 5.
If you has non-default snmp-communities, use the
ip snmp community {read|write} <name>
command.