Chapter 41: Logging
STANDARD Revision 1.0
C4® CMTS Release 8.3 User Guide
© 2016 ARRIS Enterprises LLC. All Rights Reserved.
1065
The taglist is used to specify a list of tags as defined in the snmpNotifyTable. It is formatted as a list of 1 or more strings
separated by whitespace. If more than one tag is used, then the list must be enclosed in quotes. The following command
provides the syntax:
configure snmp-server host N.N.N.N taglist <list> [udp-port <num> [timeout <num> [retry <num>]]]
For example:
configure snmp-server host 10.33.4.120 taglist "InformTag TrapV2Tag" timeout 500 retry 3
For example, to configure a host to receive both traps and informs:
configure snmp-server host "10.1.1.1" traps
configure snmp-server host "10.1.1.1" informs
configure snmp-server host N.N.N.N no
The tparam specifies the target parameters name defined in the snmpTargetParamsTable. The identified entry in the
snmpTargetParamsTable contains SNMP parameters to be used when generating messages to be sent to this transport
address:
configure snmp-server host N.N.N.N tparam <targetparam name>
The target address name specifies the index in snmpTargetAddrTable. It identifies an entry in the table:
configure snmp-server host N.N.N.N name <targetaddr name>
The mms specifies the maximum message size. It is used to determine the maximum message size acceptable to another
SNMP entity when the value cannot be determined from the protocol:
configure snmp-server host N.N.N.N mms <max message size>
The mask value allows selected entries in the snmpTargetAddrTable to specify multiple addresses. This would typically be
used to specify a subnet in an snmpTargetAddrTable rather than just a single address. The mask value is used to select
which bits of a transport address must match bits of the corresponding instance of the snmpTargetAddrTAddress, in order
for the transport address to match a particular entry in the snmpTargetAddrTable. The value of an instance of
snmpTargetAddrTMask must always be an OCTET STRING whose length is either zero or the same as that of the
corresponding instance of snmpTargetAddrTAddress. The mask is not used in generating notifications. When generating
notifications, entries in the snmpTargetAddrTable only specify individual addresses. (reference: RFC3416):
configure snmp-server host N.N.N.N mask <targetaddr mask>
(Example 1) Configure a mask to specify a subnet of 10.44.xx.xx with udp-port of 161:
configure snmp-server host 10.44.0.0 udp-port 161 mask ff:ff:00:00:ff:ff
(Example 2) Configure a mask to specify a subnet of 10.43.8.xx with any udp-port:
configure snmp-server host 10.43.8.0 mask ff:ff:ff:00:00:00