Onze Blog

Meeste recente

171424 (Sijbren Zweden
3C-Meraki-MX-IPv6

IPv6 at Home with Meraki: Less Magic, More Clarity

Enabling IPv6 on a Meraki MX looks simple: get a delegated prefix, split it into /64s per VLAN, done. In practice it turned into a great learning journey: unlearning IPv4 habits (hello, link-local gateways), understanding what a /56 really gives you, and chasing client-side quirks—like macOS saying “no VPN active” while still creating utun routes via Network Extensions. This post shares the path to a stable dual-stack setup, plus a concise troubleshooting checklist

Screenshot 2025-01-31 at 15.06.28

Deep Dive Into Webex Contact Center Transcript Extraction Code

Introduction Have you ever needed to analyze customer chat conversations from Webex Contact Center? In this post, we'll explore a Python script that automates the process of downloading chat transcripts and converting them into an easy-to-analyze Excel file. Even if you're new to Python, we'll break down the complex parts into digestible pieces. What Does This Script Do? At its core, this script:   Connects to Webex Contact Center securely ...