Pinned Loading
-
modem-info
modem-info PublicCollect and plot detailed information and statistics from your modem.
Python 5
-
-
pingtest.sh
pingtest.sh 1#!/bin/bash
2if [[ "$1" == "-h" || "$1" == "--help" ]]; then
3echo "Usage: $(basename "$0") <destination> -- program send continuous pings and record the results to pingtest_<destination>.csv"
4exit 0
5fi
-
Juniper Interface Name Regex
Juniper Interface Name Regex 1# Juniper Interface Name Regex
2## Basic Matching
3`^(((irb|vlan|lo0)|(ae|em|me|fxp|ps|demux)[0-9]+|(c?[et][0-9]?|cm|[fgsx]e|[aep]t)-[0-9]+/[0-9]+/[0-9]+(:[0-9]+)?)\.[0-9]+)$`
45## Matching with Named Groups
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.