ADVERTISEMENT

PLDT protects 71 million users with Gigamon

Published Jan 31, 2023 01:26 pm

Gigamon, the leading deep observability company, provides the Philippines' largest telecommunications company, PLDT, and its 71 million users, with secure and uninterrupted internet and telecom services.

Deep observability refers to the capability of monitoring and analyzing a network's various layers, protocols, and data sources to gain a comprehensive and detailed understanding of its behavior and performance. It is crucial in protecting networks as it enables security teams to detect and respond to threats more quickly and better understand the root cause of network issues. By having deeper Visibility into network traffic, security teams can identify and isolate malicious activity, mitigate potential data breaches, and reduce the risk of system downtime. Additionally, deep observability can provide valuable insights into network performance, allowing organizations to optimize their infrastructure and improve the user experience.

PLDT recognized the need to gain 100 percent visibility into its large and highly decentralized environment, with 400,000 assets scattered across the Philippines and beyond, including maintaining compliance with multiple regulations requiring uninterrupted and secure services.

Angel Redoble, chief information security officer (CISO) for PLDT Group and its subsidiary SMART, says: "Having deep observability into our infrastructure has always been the foundation of our cybersecurity strategy – we cannot protect something that is not visible.

"While the team considered other solutions, we found Gigamon most suitable to our needs. What we can see, we can secure, enabling us to do a better job of protecting and securing our users and services while achieving sustainable revenue growth."

Other benefits include Visibility into all traffic traversing the network layer, securing and delivering uninterrupted internet and telecom services, and ultimately enabling sustainable revenue growth.

PLDT has multiple regulators, under whose scope the company must continuously secure and protect its infrastructure to prevent service interruptions. Redoble says, "Gigamon has reduced the organization's risks to the lowest level possible, thanks to its ability to provide us with deep observability into our infrastructure."

He added, "Gigamon technology is playing an important role in keeping our community protected. Our customers have my word as the CISO of the biggest telecommunications company in the Philippines. We very much appreciate this valuable partnership."

The Solution

To achieve pervasive Visibility, Redoble and his team deployed network test, terminal, or traffic access point, or TAPs and aggregators across its entire infrastructure, along with GigaVUE H Series and GigaVUE-FM. The network TAP technology provides access to the traffic required to secure, monitor, and manage the network infrastructure continuously and efficiently.

Angel Redoble, chief information security officer (CISO) for PLDT Group and its subsidiary SMART, says: "Having deep observability into our infrastructure has always been the foundation of our cybersecurity strategy – we cannot protect something that is not visible.

GigaVUE-FM fabric manager provides an intuitive web-based centralized interface to configure, manage, and operate the visibility nodes across multiple locations through a single pane of glass. This provides us with comprehensive traffic and security intelligence at scale. GigaVUE H Series provides Visibility for active and passive security as well as network and application monitoring.

"You can't secure what you can't see, and you can't respond if you don't know what's going on across your infrastructure or what could be lurking in your network," affirms Redoble.

The Benefits

"With the Gigamon solution becoming part of our environment, we now have 100 percent visibility across all our assets and infrastructure," says Redoble.

He explains: "Visibility and security are synonymous and are directly tied to our revenue growth. This deep observability allows us to look into all network traffic to assure security and compliance, enabling us to protect better and secure our users and services so that we can focus on the sustainable growth of our revenue."

Another key benefit is the ability to provide continuous service to our customers. This is important from a customer service standpoint and fulfills a critical government regulation with which the organization must comply.

Gigamon's deep observability solutions provide PLDT with the visibility and management capabilities it needs to ensure the security and performance of its network infrastructure while also providing valuable insights into network behavior and performance.

Related Tags

PLDT gigamon angel redoble
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.