Chapter 30: Unified Electronic Surveillance
STANDARD Revision 1.0
C4® CMTS Release 8.3 User Guide
© 2016 ARRIS Enterprises LLC. All Rights Reserved.
888
MIB Object
Description
pktcESTapStreamInterface
(-1) only: at least one of
pktcESTapStreamDestinationAddress or
pktcESTapStreamSourceAddress MUST be specified
with prefix length greater than 0
Configure SNMPv3 User View
The following procedure configures the C4/c CMTS to allow communication with the MD via the SNMPv3 user view. The
examples use arbitrary parameter names in the commands.
To Configure an SNMPv3 User View for PC 2.0 LAES
1.
To define the view that includes OID tree names for the two PC 2.0 LAES MIBs, enter:
configure snmp-server view <view_name> <mib_name> included
Since one group can only have one view, the following example indicates the view for the two MIBs (sub-trees):
configure snmp-server view LAES-TAP-VIEW pktcESTapMib included
configure snmp-server view LAES-TAP-VIEW pktcESIpTapMIB included
The OID names are case sensitive so special care should be taken when entering these details.
2.
To define the administrator group that has read/write access to the LAES MIBs:
configure snmp-server group <group_name> v3 auth read <view_name> write <view_name> notify
<view_name>
Example with group name and view name for the two LAES MIBs:
configure snmp-server group LAES-TAP-ADMINS v3 auth read LAES-TAP-VIEW write LAES-TAP-VIEW notify
LAES-TAP-VIEW
3.
To add users to the SNMPV3 groups, enter:
configure snmp-server user <user_name> <group_name> v3 auth md5 <password>
Examples of the commands used by the MD software to remotely access the two MIBs:
configure snmp-server user mdAccess LAES-TAP-ADMINS v3 auth md5 mdAccessPassword
configure snmp-server user tapAdmin LAES-TAP-ADMINS v3 auth md5 tapAdminPassword
4.
To set the destination IP address for the pktcESTapMib notification objects, enter:
configure snmp-server host <md_ip_address> informs version 3 filter <notification_object>