https://ovcirrus.com/

Submitted URL:
https://ovcirrus.com
Report Finished:

The outgoing links identified from the page

LinkText
https://www.al-enterprise.com/en/supportSupport
https://www.al-enterprise.com/en/contact-usContact Us

JavaScript Variables · 11 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction
uidEventnumber
bootstrapobject
WOWfunction
wowobject
fobject

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
	<!-- Required meta tags -->
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<meta name="author" content="Alcatel-Lucent Enterprise">
	<meta name="keywords" content="OmniVista, Cirrus, ALE, Network, Management, System">
	
	<title>OmniVista Cirrus 10.4.2 | ALE</title>
	
	<!-- Loading Bootstrap -->
	<link href="css/bootstrap.min.css" rel="stylesheet">
	
	<!-- Loading Template CSS -->
	<link href="css/style.css" rel="stylesheet">
	<link href="css/bootstrap-icons.css" rel="stylesheet">
	<link href="css/animate.css" rel="stylesheet">
	<link href="css/style-magnific-popup.css" rel="stylesheet">
	
	<!-- Fonts -->
	<link rel="preconnect" href="https://fonts.gstatic.com">
	<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&amp;family=Open+Sans:ital@0;1&amp;display=swap" rel="stylesheet">
	
	<!-- Font Favicon -->
	<link rel="shortcut icon" href="images/favicon.ico">
</head>

<body>

	<!-- begin header -->
	<header>
		
		<nav class="navbar navbar-expand-lg navbar-fixed-top">
			
			<div class="container">
				
				<!-- begin logo -->
				<a class="navbar-brand">
					OmniVista Cirrus
				</a>
				<!-- end logo -->
				
				<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarScroll" aria-controls="navbarScroll" aria-expanded="false" aria-label="Toggle navigation">
					<span class="navbar-toggler-icon"><i class="bi bi-list"></i></span>
				</button>
				
				<div class="collapse navbar-collapse" id="navbarScroll">
					
					<!-- begin navbar-nav -->
					<ul class="navbar-nav me-auto my-2 my-lg-0 navbar-nav-scroll justify-content-center">
						
						<li class="nav-item"><a class="nav-link" target="_blank" href="https://docs.ovcirrus.com/ov/introducing-omnivista-cirrus-r10">Get Started</a></li>
						
						<li class="nav-item"><a class="nav-link" target="_blank" href="https://ovcirrus.com/status">Service Status</a></li>
						
						<li class="nav-item"><a class="nav-link" target="_blank" href="https://www.al-enterprise.com/en/support">Support</a></li>
						
						<li class="nav-item"><a class="nav-link" target="_blank" href="https://www.al-enterprise.com/en/contact-us">Contact Us</a></li>
						
					</ul>
					
					<div class="col-md-3 text-end">
						<a href="https://manage.ovcirrus.com" target="_blank">
							<button type="button" class="btn btn-link"><i class="bi bi-person"></i> Login</button>
						</a>
						<a href="https://manage.ovcirrus.com/signup-region" target="_blank">
							<button type="button" id="signupBtn" class="btn btn-purple">Sign-up</button>
						</a>
					</div>
				</div>
				
			</div>
			
		</nav>
		
	</header>
	<!-- end header -->
	
	<main>
		
		<!--begin home section -->
		<section class="home-section" id="home">
			
			<!--begin container -->
			<div class="container">
				
				<!--begin row -->
				<div class="row align-items-center">
					
					<!--begin col-md-6-->
					<div class="col-md-6">

						<img src="images/ale.png" style=" width: 140px;margin-bottom: 25px;">
						
						<h1>Introducing <br> OmniVista Cirrus 10.x</h1>
						
						<p class="hero-text">A Network Management System as a Service. <br>From a single application, monitor and configure your entire network, and get near real time visibility into performance and analytics. All this and more while keeping it simple and efficient for you.</p>
						
						<!--begin newsletter_form_box -->
						<div class="newsletter_form_box">

							<a href="https://manage.ovcirrus.com/signup-region" target="_blank"><button type="button" id="signupBtn" class="btn btn-xl btn-purple">Sign-up</button></a>
							
							<p class="newsletter-form-terms">
								<span><i class="bi bi-check2"></i> Free Teaser Period included</span>
								<span><i class="bi bi-check2"></i> Easy-to-use, Easy to manage</span>
							</p>
							
						</div>
						<!--end newsletter_form_box -->
						
					</div>
					<!--end col-md-6-->
					
					<!--begin col-md-5-->
					<div class="col-md-6">
						
						<img src="images/welcome.png" class="hero-image width-100 margin-top-20" alt="pic">
						
					</div>
					<!--end col-md-5-->
					
				</div>
				<!--end row -->
				
			</div>
			<!--end container -->
			
		</section>
		<!--end home section -->
		
		<!--begin section-white -->
		<section class="section-white" id="about">
			
			<!--begin container -->
			<div class="container">
				
				<!--begin row -->
				<div class="row">
					
					<!--begin col-md-12 -->
					<div class="col-md-12 text-center">
						
						<h2>How It Works</h2>
						
					</div>
					<!--end col-md-12 -->
					
					<!--begin col-md-4 -->
					<div class="col-md-4">
						
						<div class="main-services">
							
							<i class="bi bi-wifi blue"></i>
							
							<h4>Collect</h4>
							
							<p>We securely retrieve network telemetry data in near real time from configured network elements.</p>
							
						</div>
						
					</div>
					<!--end col-md-4 -->
					
					<!--begin col-md-4 -->
					<div class="col-md-4">
						
						<div class="main-services">
							
							<i class="bi bi-gear blue"></i>
							
							<h4>Process</h4>
							
							<p>We perform insightful correlation and aggregation on the data sets to provide consistent and easy to understand metrics.</p>
							
						</div>
						
					</div>
					<!--end col-md-4 -->
					
					<!--begin col-md-4 -->
					<div class="col-md-4">
						
						<div class="main-services">
							
							<i class="bi bi-speedometer2 blue"></i>
							
							<h4>Display</h4>
							
							<p>We present key network and client statistical measurements and data analytics in friendly and adaptive screens.</p>
							
						</div>
						
					</div>
					<!--end col-md-4 -->
					
				</div>
				<!--end row -->
				
			</div>
			<!--end container -->
			
		</section>
		<!--end section-white -->
		
		<!--begin testimonials section -->
		<section class="section-grey small-padding-bottom">
			
			<!--begin container -->
			<div class="container" style="overflow: hidden">
				
				<!--begin row -->
				<div class="row">
					
					<!--begin col md 12 -->
					<div class="col-md-12 mx-auto padding-top-10 padding-bottom-60">
						
						<!--begin testimonials carousel -->
						<div id="carouselTestimonials" class="carousel slide" data-bs-ride="carousel">
							
							<!--begin carousel-indicators -->
							<div class="carousel-indicators">
								<button type="button" data-bs-target="#carouselTestimonials" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
								<button type="button" data-bs-target="#carouselTestimonials" data-bs-slide-to="1" aria-label="Slide 2"></button>
								<button type="button" data-bs-target="#carouselTestimonials" data-bs-slide-to="2" aria-label="Slide 3"></button>
							</div>
							<!--end carousel-indicators -->
							
							<!--begin carousel-inner -->
							<div class="carousel-inner">
								
								<!--begin carousel-item -->
								<div class="carousel-item active">
									
									<!--begin row -->
									<div class="row align-items-center testim-inner">
										
										<!--begin col-md-6 -->
										<div class="col-md-6">
											
											<!--begin video-popup-wrapper-->
											<div class="video-popup-wrapper margin-right-25">
												
												<!--begin popup-gallery-->
												<div class="popup-gallery">
													
													<img src="images/channel.png" alt="testimonials" class="width-100 image-shadow video-popup-image responsive-bottom-margins">
													
													<!-- <a class="popup4 video-play-icon" href="https://www.youtube.com/watch?v=FPfQMVf4vwQ">
														<i class="bi bi-caret-right-fill"></i>
													</a> -->
													
												</div>
												<!--end popup-gallery-->
												
											</div>
											<!--end video-popup-wrapper-->
											
										</div>
										<!--end col-md-6 -->
										
										<!--begin col-md-6 -->
										<div class="col-md-6 testim-info">
											
											<i class="bi bi-hdd-network blue"></i>

											<h6>Network Analytics Dashboard</h6>
											
											<p>Get advanced network analytics including network up time, RF utilization, and optimal RF channel use and distribution. Visualize historical trends on network element key onboard resources.</p>
											
										</div>
										<!--end col-md-5 -->
										
									</div>
									<!--end row -->
									
								</div>
								<!--end carousel-item -->
								
								<!--begin carousel-item -->
								<div class="carousel-item">
									
									<!--begin row -->
									<div class="row align-items-center testim-inner">
										
										<!--begin col-md-6 -->
										<div class="col-md-6">
											
											<!--begin video-popup-wrapper-->
											<div class="video-popup-wrapper margin-right-25">
												
												<!--begin popup-gallery-->
												<div class="popup-gallery">
													
													<img src="images/analytics.png" alt="testimonials" class="width-100 image-shadow video-popup-image responsive-bottom-margins">
													
													<!-- <a class="popup4 video-play-icon" href="https://www.youtube.com/watch?v=FPfQMVf4vwQ">
														<i class="bi bi-caret-right-fill"></i>
													</a> -->
													
												</div>
												<!--end popup-gallery-->
												
											</div>
											<!--end video-popup-wrapper-->
											
										</div>
										<!--end col-md-6 -->
										
										<!--begin col-md-6 -->
										<div class="col-md-6 testim-info">
											
											<i class="bi bi-hdd-network blue"></i>

											<h6>Client Analytics Dashboard</h6>
											
											<p>Get advanced client analytics including distribution trends by RF band, Auth type, SSID, and Device type. Visualize trends on network usage, client and device persona.</p>
											
										</div>
										<!--end col-md-5 -->
										
									</div>
									<!--end row -->
									
								</div>
								<!--end carousel-item -->
								
								<!--begin carousel-item -->
								<div class="carousel-item">
									
									<!--begin row -->
									<div class="row align-items-center testim-inner">
										
										<!--begin col-md-6 -->
										<div class="col-md-6">
											
											<!--begin video-popup-wrapper-->
											<div class="video-popup-wrapper margin-right-25">
												
												<!--begin popup-gallery-->
												<div class="popup-gallery">
													
													<img src="images/qoe.png" alt="testimonials" class="width-100 image-shadow video-popup-image responsive-bottom-margins">
													
													<!-- <a class="popup4 video-play-icon" href="https://www.youtube.com/watch?v=FPfQMVf4vwQ">
														<i class="bi bi-caret-right-fill"></i>
													</a> -->
													
												</div>
												<!--end popup-gallery-->
												
											</div>
											<!--end video-popup-wrapper-->
											
										</div>
										<!--end col-md-6 -->
										
										<!--begin col-md-6 -->
										<div class="col-md-6 testim-info">
											
											<i class="bi bi-hdd-network blue"></i>

											<h6>Monitor QoE levels</h6>
											
											<p>Get advanced QoE analytics on key performance indicators including wireless connectivity, roaming, coverage, and capacity. Provides framework for easy correlation and isolation of client and network issues.</p>
											
										</div>
										<!--end col-md-5 -->
										
									</div>
									<!--end row -->
									
								</div>
								<!--end carousel-item -->
								
							</div>
							<!--end carousel-inner -->
							
						</div>
						<!--end testimonials carousel -->
						
					</div>
					<!--end col md 12-->
					
				</div>
				<!--end row -->
				
			</div>
			<!--end container -->
			
		</section>
		<!--end testimonials section -->
		
		<!--begin section-white -->
		<section class="section-white">
			
			<!--begin container-->
			<div class="container">
				
				<!--begin row-->
				<div class="row align-items-center">
					
					<!--begin col-md-6-->
					<div class="col-md-6">
						
						<h3>Discover how we can help you to monitor your network efficiently.</h3>
						
						<p>OmniVista Cirrus helps you effectively monitor your network by collecting accurate data and presenting it in a simple way.</p>
						
						<ul class="benefits">
							<li><i class="bi bi-check blue"></i>Easy navigation through a fluid web application.</li>
							<li><i class="bi bi-check blue"></i>Advanced Network and Client Analytics functionalities.</li>
							<li><i class="bi bi-check blue"></i>Effective correlation and isolation for troubleshooting.</li>
						</ul>
						
						<a href="#" class="scrool"><button type="button" class="btn btn-lg btn-primary">Discover More</button></a>
						
					</div>
					<!--end col-md-6-->
					
					<!--begin col-md-6-->
					<div class="col-md-6">
						
						<img src="images/analytics.png" class="width-100 responsive-top-margins" alt="pic">
						
					</div>
					<!--end col-sm-6-->
					
				</div>
				<!--end row-->
				
			</div>
			<!--end container-->
			
		</section>
		<!--end section-white-->
		
		<!--begin features section -->
		<section class="section-grey medium-padding-bottom" id="features">
			
			<!--begin container -->
			<div class="container">
				
				<!--begin row -->
				<div class="row">
					
					<!--begin col-md-12-->
					<div class="col-md-12 text-center">
						
						<h2>Features</h2>
						
					</div>
					<!--end col-md-12 -->
					
				</div>
				<!--end row -->
				
				<!--begin row -->
				<div class="row">
					
					<!--begin col-md-4-->
					<div class="col-md-4">
						
						<div class="feature-box blue">
							
							<i class="bi bi-building"></i>
							
							<div class="feature-box-text">
								
								<h4>Organization Management</h4>
								
								<p>Create and manage multi-site organizations.</p>
								
							</div>
							
						</div>
						
					</div>
					<!--end col-md-4 -->
					
					<!--begin col-md-4-->
					<div class="col-md-4">
						
						<div class="feature-box blue">
							
							<i class="bi bi-people"></i>
							
							<div class="feature-box-text">
								
								<h4>User Management</h4>
								
								<p>Secure and advanced access control for network administration.</p>
								
							</div>
							
						</div>
						
					</div>
					<!--end col-md-4 -->
					
					<!--begin col-md 4-->
					<div class="col-md-4">
						
						<div class="feature-box blue">
							
							<i class="bi bi-code"></i>
							
							<div class="feature-box-text">
								
								<h4>APIs</h4>
								
								<p>Securely Integrate with Eco-System applications for network analytics and operations.</p>
								
							</div>
							
						</div>
						
					</div>
					<!--end col-md-4 -->
					
				</div>
				<!--end row -->
				
				<!--begin row -->
				<div class="row">
					
					<!--begin col-md-4-->
					<div class="col-md-4">
						
						<div class="feature-box blue">
							
							<i class="bi bi-bar-chart-steps"></i>
							
							<div class="feature-box-text">
								
								<h4>Network Analytics</h4>
								
								<p>Monitor in real-time key network parameters and overall health.</p>
								
							</div>
							
						</div>
						
					</div>
					<!--end col-md-4 -->
					
					<!--begin col-md-4-->
					<div class="col-md-4">
						
						<div class="feature-box blue">
							
							<i class="bi bi bi-pie-chart"></i>
							
							<div class="feature-box-text">
								
								<h4>Client Analytics</h4>
								
								<p>Visualize key trends on network usage, client and device persona.</p>
								
							</div>
							
						</div>
						
					</div>
					<!--end col-md-4 -->
					
					<!--begin col-md-4-->
					<div class="col-md-4">
						
						<div class="feature-box blue">
							
							<i class="bi bi-stars"></i>
							
							<div class="feature-box-text">
								
								<h4>Client behavior Analytics</h4>
								
								<p>Monitor TopN  domains  accessed, client session duration.</p>
								
							</div>
							
						</div>
						
					</div>
					<!--end col-md-4 -->
					
				</div>
				<!--end row -->
				
			</div>
			<!--end container -->
			
		</section>
		<!--end features section -->
		
		<!--begin footer -->
		<div class="footer">
			
			<!--begin container -->
			<div class="container">
				
				<!--begin row -->
				<div class="row">
					
					<!--begin col-md-7 -->
					<div class="col-md-12">
						
						<p>
							<img src="images/ale-white.png">
							<span style="float: right;margin-top: 76px;">© Copyright 2024 ALE International</span>
						</p>
						
					</div>
					<!--end col-md-7 -->
					
				</div>
				<!--end row -->
				
			</div>
			<!--end container -->
			
		</div>
		<!--end footer -->

		<div id="liveToast" class="toast-container position-absolute p-3 top-0 start-0 fade show" data-bs-autohide="false" data-original-class="toast-container position-absolute p-3" style=" z-index: 99999999999; ">
			<div class="toast fade show">
			  <div class="toast-header">
				<i class="bi bi-info-circle mr-5"></i>
				<strong class="me-auto" style="margin-left: 5px;">Information</strong>
				<button type="button" class="btn-close" data-bs-dismiss="toast" aria-label="Close"></button>
			  </div>
			  <div class="toast-body">
				The following content is for ‘OmniVista Cirrus 10.x’ and above. Click <a href="https://ovc4x.ovcirrus.com" target="_blank">here</a> to view content relevant to ‘OmniVista Cirrus 4.x.x’.”
			  </div>
			</div>
		</div>
		
	</main>

	<script src="js/jquery-3.6.0.min.js"></script>
	<script src="js/bootstrap.min.js"></script>
	<script src="js/jquery.scrollTo-min.js"></script>
	<script src="js/jquery.magnific-popup.min.js"></script>
	<script src="js/jquery.nav.js"></script>
	<script src="js/wow.js"></script>
	<script src="js/plugins.js"></script>
	<script src="js/custom.js"></script>
	<script>
		var f = document.getElementById('liveToast');
		var a = new bootstrap.Toast(f);
        a.show();
	</script>
	


</body></html>