Session Checker

Query Interstellio NebularStack telemetry for CircleTel PPPoE session status and terminate causes.

1|Updated May 5, 2025
One-click install
npx skills add https://github.com/jdeweedata/circletel --skill session-checker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Session Checker
Source: https://github.com/jdeweedata/circletel/tree/main/.claude/skills/session-checker
Command: npx skills add https://github.com/jdeweedata/circletel --skill session-checker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

CircleTel support and network operations need a reliable way to verify whether a customer's PPPoE session is currently active, when it last connected, and to diagnose connectivity problems using detailed CDR telemetry.

Core Features & Use Cases

  • Real-time session verification: Determine if a subscriber's PPPoE session is active and fetch recent session details.
  • Multi-frontend checks: Access status via programmatic (TypeScript), PowerShell, and REST API workflows for different ops teams.
  • Diagnostics and troubleshooting: Analyze session history, duration, and terminate causes to pinpoint line or device issues and support provisioning decisions.

Quick Start

Use the session-checker skill to verify a subscriber's active session in a live environment.

Frequently Asked Questions about Session Checker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify if a customer PPPoE session is active?

You can verify a PPPoE session by querying Interstellio NebularStack telemetry using an API token, tenant, and domain identifiers. This retrieves active session status, session duration, and terminate causes to support connectivity diagnostics.

What is a CDR query and how does it diagnose PPPoE connectivity issues?

A CDR query retrieves time-bounded session records from NebularStack telemetry to diagnose PPPoE connectivity. It analyzes session history, duration, and terminate causes to pinpoint line or device issues for provisioning and troubleshooting.

Can I check PPPoE session status using PowerShell or REST API?

Yes, you can check PPPoE session status using a PowerShell quick-check script, direct REST API calls, or programmatic TypeScript via the Interstellio client. These multi-frontend workflows support different operations and support teams.

What do I need to retrieve PPPoE session telemetry from Interstellio?

To retrieve PPPoE session telemetry from Interstellio NebularStack, you need an API token, tenant and domain identifiers, and time-bounded CDR query parameters. These securely retrieve session data and terminate causes for support scenarios.

Why does a subscriber PPPoE session keep disconnecting?

A subscriber PPPoE session may disconnect due to line or device issues identified by analyzing session history and terminate causes. Querying NebularStack CDR telemetry pinpoints the exact terminate cause to support troubleshooting and provisioning decisions.