United Cisco (UC) Valley - your ultimate destination for Cisco professionals passionate about networking everything!
Monday, 17 October 2022
Friday, 16 September 2022
Installing Oracle Session Monitor (EOM) 5.0
EOM Installation 5.0
Installation Guide
Software requirements:
OSCM 5.0: V1018224-01_oscm
MySQL Enterprise 5.7.10: p22322140_570_Linux-x86-64
Oracle Linux: V1018224-01 --> V1009690-01_Oracle Linux 7 u9.iso
Install Oracle Linux
8cup/8G RAM/100GHD
Disable SecureLinux
sed -i -e "s/^SELINUX=.*/SELINUX=disabled/" /etc/selinux/config
reboot
Config Proxy and YUM
proxy=http://XXXX:8080
sslverify=false
export http_proxy=http://XXXX:8080
export https_proxy=$http_proxy
curl -Ok https://yum.oracle.com/public-yum-ol7.repo
mv public-yum-ol7.repo /etc/yum.repos.d/public-yum-ol7.repo
yum install -y yum-utils
yum-config-manager --enable ol7_latest ol7_UEKR4 ol7_developer_EPEL ol7_optional_latest ol7_addons ol7_UEKR3 ol7_UEKR5
Install Mysql and EOM
Cd /opt/mysql/
unzip p22322140_570_Linux-x86-64.zip
yum install -y mysql-commercial-*.rpm
yum-config-manager --enable ol7_latest ol7_UEKR4 ol7_developer_EPEL ol7_optional_latest ol7_addons ol7_UEKR3 ol7_UEKR5
cd eom/
yum install ocsm-5.0.0.0.0-397.x86_64.rpm
Firewall Opening ports
firewall-cmd --permanent --zone=public --add-service=https
firewall-cmd --permanent --zone=public --add-port=4739/tcp
firewall-cmd --permanent --zone=public --add-port=4740/tcp
firewall-cmd --permanent --zone=public --add-port=4741/tcp
firewall-cmd --permanent --zone=public --add-port=4742/tcp
firewall-cmd --reload
NTP Sync
[root@eom eom]# more /etc/ntp.conf
server 10.8.25.131
New Setup
Concurrent call for lab
Trusted Certificate
Data retention
SBC Monitor Collector
Verifying probe
EOM Settings
Platform devices
Device monitor
Ip tags
realms
Platform Device
Example Call Recorded
Tuesday, 7 June 2022
Oracle E-SBC Virtual Installation
Oracle E-SBC Virtual Installation
E-SBC 9.1
V1019984-01.zip -> nnSCZ910-img-vm_vmware.ova
Baud rate: 115,200 bits/second
Data bits: 8
Parity: No
Stop bit: 1
Flow control: None
Bootprarm: leave it default
Password: acme
Newpassword:cisco,123
Enable
Password:packet
Newpassword:cisco,123
Setup product: 1 - 5 - d
e-sbc-a# setup product
--------------------------------------------------------------
WARNING:
Alteration of product alone or in conjunction with entitlement
changes will not be complete until system reboot
Last Modified 2022-04-28 14:23:51
--------------------------------------------------------------
1 : Product : Enterprise Session Border Controller
Enter 1 to modify, d' to display, 's' to save, 'q' to exit. [s]: s
save SUCCESS
e-sbc-a#
e-sbc-a#
e-sbc-a# setup entitlements
----------------------------------------------------------------
Entitlements for Enterprise Session Border Controller
Last Modified: Never
----------------------------------------------------------------
1 : Session Capacity : 0
2 : Advanced :
3 : STIR/SHAKEN Client :
4 : Admin Security :
5 : Data Integrity (FIPS 140-2) :
6 : Transcode Codec AMR :
7 : Transcode Codec AMR Capacity : 0
8 : Transcode Codec AMRWB :
9 : Transcode Codec AMRWB Capacity : 0
10: Transcode Codec EVS :
11: Transcode Codec EVS Capacity : 0
12: Transcode Codec OPUS Capacity : 0
13: Transcode Codec SILK Capacity : 0
Enter 1 - 13 to modify, d' to display, 's' to save, 'q' to exit. [s]: 1
Session Capacity (0-512000) : 8000
Enter 1 - 13 to modify, d' to display, 's' to save, 'q' to exit. [s]: 2
Advanced (enabled/disabled) : enabled
Enter 1 - 13 to modify, d' to display, 's' to save, 'q' to exit. [s]: d
----------------------------------------------------------------
Entitlements for Enterprise Session Border Controller
Last Modified: Never
----------------------------------------------------------------
1 : Session Capacity : 8000
2 : Advanced : enabled
3 : STIR/SHAKEN Client :
4 : Admin Security :
5 : Data Integrity (FIPS 140-2) :
6 : Transcode Codec AMR :
7 : Transcode Codec AMR Capacity : 0
8 : Transcode Codec AMRWB :
9 : Transcode Codec AMRWB Capacity : 0
10: Transcode Codec EVS :
11: Transcode Codec EVS Capacity : 0
12: Transcode Codec OPUS Capacity : 0
13: Transcode Codec SILK Capacity : 0
Enter 1 - 13 to modify, d' to display, 's' to save, 'q' to exit. [s]: s
SAVE SUCCEEDED
e-sbc-a#
Reboot
Config t
System
http-server
name clab
state enabled
realm
ip-address
http-state enabled
http-port 80
https-state disabled
https-port 443
http-interface-list REST,GUI
http-file-upload-size 0
tls-profile
auth-profile
last-modified-by admin@10.254.169.197
last-modified-date 2022-04-28 15:17:41
Done
Exit
Verify-config
Save-config
Activate-config