Introduction
#sn-start-time,sn-end-time,radius-calling-station-id,ip-subscriber-ip-address,sn-subscriber-port,ip-server-ip-address,sn-server-port,sn-app-protocol,p2p-protocol,traffic-type,voip-duration,sn-volume-amt-ip-bytes-uplink,sn-volume-amt-ip-bytes-downlink,sn-volume-amt-ip-pkts-uplink,sn-volume-amt-ip-pkts-downlink,bearer-3gpp
rat-type,radius-called-station-id,bearer-3gpp imei,ip-protocol,bearer-3gpp
sgsn-address,sn-flow-start-time,sn-flow-end-time 1275330600,1275334200,9689944191,19.19.1.1,35111,1.1.1.1,21,8,,,0,52428800,1048576,100,200,1,apn.org1,35302703-090362-52,6,1.1.1.3,1275330600,1275334200
#starttime,endtime,protocol,rxbytes,txbytes
2011/02/26 10:00:00,2011/02/28
10:00:00,HTTP,100MB,100MB
IMPORTANT:
IMPORTANT:
Report Types
IMPORTANT:
IMPORTANT:
IMPORTANT:
IMPORTANT:
IMPORTANT:
IMPORTANT:
IMPORTANT:
IMPORTANT:
IMPORTANT:
IMPORTANT:
IMPORTANT:
Exporting Reports to Other File Formats
MUR Architecture
Distributed Architecture of MUR
IMPORTANT:
IMPORTANT:
IMPORTANT:
IMPORTANT:
IMPORTANT:
How RDP works with MUR
IMPORTANT:
IMPORTANT:
Scalable MUR
Basic Scalability Model
IMPORTANT:
Scalability Setup for New Deployments of MUR
MUR Features
MUR Deployment
IMPORTANT:
MUR System Requirements
Server Recommendations for Use in Solaris Environment
IMPORTANT:
IMPORTANT:
IMPORTANT:
Server Recommendations for Use in RHEL Environment
IMPORTANT:
IMPORTANT:
IMPORTANT:
Software Requirements for Scalable Model of MUR
MUR Ports
Port Name
|
Port Number
|
Usage
|
---|---|---|
TCP Port
|
22
|
This port is used by
MUR administrator to connect via SSH to UNIX command line on MUR
servers for system administration.
This port is also used
by gateway to upload files via SFTP to MUR servers (stand-alone
master and RDPs), and also by RDPs to upload files to the master.
In the case of pull model, the L-ESS process on the RDPs or stand-alone
master will use SFTP to connect to this port on the gateway.
This port is also used
between master MUR server and gateway to configure and upload bulkstat
files.
|
TCP Port
|
25
|
This port is used to
send e-mails to a mail server in case these are configured to deliver
reports and alarms.
|
UDP Port
|
162
|
This port is used to
send traps to the northbound network management system.
|
Postgres Port
|
5432
|
This port is used by
the local processes to access the PostgreSQL server and can be restricted
to prevent external access.
|
Apache Port
|
8080
|
For a standalone model:
This port is used for
communication between client workstation and Apache Webserver on
MUR via HTTP.
For distributed model:
This port is used for
both Master to RDP and RDP to Master RPC communication.
|
Using Apache Port
Using Apache in RHEL
IMPORTANT:
iptables -t nat -A PREROUTING -p tcp --dport 80 -i eth0 -j REDIRECT --to-port <user defined port> 1024>
iptables -t nat -AOUTPUT -p tcp -d 127.0.0.1 --dport 80 -j REDIRECT --to-port <user defined port> 1024>
iptables -t nat -A PREROUTING -p tcp --dport 80 -i eth0 -j REDIRECT --to-port 8080
iptables -t nat -AOUTPUT -p tcp -d 127.0.0.1 --dport 80 -j REDIRECT --to-port 8080