ST 2110 Control Panel
Setup & Monitoring Knobs by Layer

Setup & Monitoring Knobs by Layer
Access Control List - used to restrict traffic on individual ports to a list of MAC addresses.
Is a default gateway design where multiple switches share the same virtual IP and MAC for a VLAN’s SVI, so each host ARPs to—and is routed by—its nearest switch; if a switch fails, hosts seamlessly use another advertising the same gateway.
Address Resolution Protocol is used to resolve network layer IP addresses into Data-Link MAC addresses.
Bridge IDs. Switches still use the BID term for each switch.
Software based, filters traffic between local networks
Cat is short for Category. Indicates data rates
Content-Addressable Memory: It essentially says “which drawer has the card that reads MAC = 00:11:22:33:44:55?” You provide the value you’re looking for, and the hardware tells you the matching drawer immediately.
Interactive subnet tool: mask, range, binary, totals; with Prev/Next blocks.
High-performance Ethernet adapters (NICs) widely used for ST 2110 media
Switches can become confused if there are multiple paths between network segments
CS6 and EF are DSCP priority markings—CS6 is typically reserved for highest-priority network/control traffic (e.g., PTP), while EF (“Expedited Forwarding,” DSCP 46) gives latency-sensitive flows very low delay and jitter.
Dynamic Host Configuration Protocol. The automatic assignment of IP address.
Domain Name Server provides name resolution using ARP protocol and provides the destination IP address and MAC address.
Differentiated Services Code Point (QOS)
CS6 and EF are DSCP priority markings—CS6 is typically reserved for highest-priority network/control traffic (e.g., PTP), while EF (“Expedited Forwarding,” DSCP 46) gives latency-sensitive flows very low delay and jitter.
CSMA/CD (Carrier Sense, Multiple Access/Collision Detection), Collision Domain (CD), Broadcast Domains
Power over the Ethernet (PoE)
Single mode and multimode, fiber connector polishing types: PC, UPC, and APC
gNMI (gRPC Network Management Interface) is a high-performance, API that lets you get/set network device state and stream telemetry using YANG-modeled paths.RPI = Remote Procedure Calls.
Global Navigation Satellite System
An open-source visualization and dashboard platform that connects to time-series and other data sources (e.g., Prometheus, Elasticsearch) to create interactive graphs, alerts, and observability dashboards.
Internet Control Message Protocol
Internet Group Management Protocol: lets IPv4 hosts tell their local routers/switches which multicast groups they want to join or leave so the network forwards those streams only where needed.
The IP address is a 32‐bit number that represents a particular Node.
A machine would look at the first bit and know this address can’t be a class A because the first bit is a one.
Near Seamless Join/Leaves
Interactive subnet tool: mask, range, binary, totals; with Prev/Next blocks.
IP Security was designed for providing authentication and encryption over the internet.
JavaScript Object Notation
Jumbo frames (aka “MTU 9000”) lets interfaces carry ~9,000-byte IP packets instead of the 1,500-byte default, reducing per-packet overhead and CPU interrupts—but it must be supported end-to-end or you’ll get drops/black holes.
Link Aggregation Group - used to ensure path redundancy in stacked switches.
Unique Address, Consists of six bytes (48 bits).
A “Managed” switch will allow VLANs to be setup, security to be implemented, and much more. The trade off is that there can be extensive setup and management duties for these switches.
MTU 9000 (aka “jumbo frames”) lets interfaces carry ~9,000-byte IP packets instead of the 1,500-byte default, reducing per-packet overhead and CPU interrupts—but it must be supported end-to-end or you’ll get drops/black holes.
A network delivery method where one sender transmits a single stream that the network efficiently replicates only to receivers that explicitly join a specific group.
Network Address Translation provides a way to separate internal use of IP addresses from the rest of the universe, a way to translate private IP addresses to public addresses.
Network Interface Card, Setup.
Network Time Security
Octal Small Form-factor Pluggable is a hot-swappable transceiver slot on switches/routers/servers used for very high-speed Ethernet links
Protocol Independent Multicast – Source-Specific Multicast: builds multicast distribution trees directly from a specified source to receivers that join (S,G), eliminating rendezvous points and simplifying, securing, and speeding multicast routing.
Power over the Ethernet
An open-source monitoring system and time-series database that pulls metrics from targets via HTTP endpoints, stores them with labels, lets you query them with PromQL, and triggers alerts (via Alertmanager); it’s often paired with Grafana for dashboards.
A proxy server is an intermediary that receives your requests and forwards them to other servers on your behalf, often adding features like caching, filtering, privacy, or access control.
PTP clocks are devices (grandmasters, boundary / transparent clocks, and slaves) that exchange timestamped messages over the network so every node stays synchronized to the same precise time, typically within microseconds.
PTP “announce/sync/delay intervals” are the message rates that keep a PTP domain selected and in lock
(DSCP) Differentiated Services Code Point
Representational State Transfer is an architectural style for web APIs that uses simple HTTP methods (GET, POST, PUT, DELETE, etc.) to manipulate resources identified by URLs, typically exchanging JSON and staying stateless between requests.
Rivermax is NVIDIA’s user-space networking SDK that leverages Mellanox ConnectX NIC offloads—zero-copy, kernel bypass, hardware pacing, and PTP timestamping—to move very high-rate RTP/UDP media efficiently. It’s commonly used for SMPTE ST 2110 / 2022-7 workflows on COTS servers, enabling deterministic, line-rate uncompressed video/audio transport.
Moving data packets across networks
Sample interactive router setup GUI
Segment media, PTP, control, and management on separate VLANs/VRFs; enforce ACLs/micro-segmentation, device access; and protect control/NMOS APIs
Layer 2 switches don’t normally understand IP. But with IGMP Snooping, they “listen” to IGMP messages to know which ports want which multicast groups.
Multistage switching topology devised by Charles Clos (1952) that builds a large, near–non-blocking fabric from many small switches arranged in stages
Source-Specific Multicast: is a multicast model where receivers join a stream by specifying both the source IP and the group (S,G), letting the network build a direct tree from that source without using a rendezvous point.
Broadcast industry’s timing standard that turns IEEE-1588 PTP into a true “IP genlock.”
Spaning Tree Protocol. Switches can become confused if there are multiple paths between network segments
Like a bridge, a switch keeps network segments broken apart to limit CDs. switches are generally hardware based ASICs.
Access Control List - used to restrict traffic on individual ports to a list of MAC addresses.
Switches can become confused if there are multiple paths between network segments
Link Aggregation Group - used to ensure path redundancy.
A “Managed” switch will allow VLANs to be setup, security to be implemented, and much more. The trade off is that there can be extensive setup and management duties for these switches.
Sample Switch Setup GUI
Managed switches often provide a method of authentication for traffic entering a network.
210 Software Setup
IP Range Calculator
IP Testing
Stack Setup
Stack Setup (Alt)
Staging
Switch Setup
Test Topology
Workflow
Top 10
Host/NIC & servo
Must Match Checklist
QoS
Red/Blue Issues
Test Topology
Timing
Many switches allow a form of trunking, to move VLAN traffic associated with a VLAN on one switch to another switch with ports associated with the same VLAN.
Mock up setup panel
Virtual LANs allow switches to break up broadcast domains.
VLAN Management Policy Server
Virtual Routing and Forwarding: is a logical router instance on a device that keeps multiple routing tables separate, letting you run isolated IP networks (same subnets even) on the same hardware.
NVIDIA/Mellanox’s Windows driver + networking stack for ConnectX-4/5/6 Ethernet adapters.
Wireshark is a free, open-source packet analyzer that captures and decodes network traffic in real time, letting you filter and inspect protocols from Ethernet and IP through UDP/RTP, IGMP, SDP, and even PTP.
An IETF data modeling language used to define the structure, types, and constraints of network configuration and operational state, so controllers can manage devices consistently over NETCONF/RESTCONF using well-defined schemas (modules). Examples