Cisco Cisco ASR 5000

Page of 76
MURAL Software Standard Installation Guide
Processing the Data
This section includes information for setting up an ASR user in the Collector nodes
and sending the EDR and BulkStats data feeds to the MURAL platform, setting the
data start time, and running the data processing commands.
Use one of the ASR data feed methods to send data to the MURAL platform.
Setting Up a New User for the ASR in the Collectors
To set up a new user for the ASR in the Collectors:
1.
Log on to the master Collector node and create the user:
#
en
>
conf t
(config)>
username userid password password
(config)>
write memory
(config)>
_shell
Note:
 The username and password must be the same as configured on the
ASR for EDR and BulkStats file transfers.
2.
Repeat step 1 on the standby collector node.
3.
Edit
/etc/ssh/sshd_config
to set the following parameters, in case a
PAM related authentication error is reported in the master Collector node
/var/log/messages
for the ASR:
#
mount -o remount,rw /
#
vi /etc/ssh/sshd_config
UsePAM
no
PasswordAuthentication
yes
4.
Set the sshd_config file attribute as immutable.
#
chattr +i /var/opt/tms/output/sshd_config
Verify the sshd_config file attribute as below.
Copyright © 2016, Cisco Systems, Inc.
54