Skip to content

Services and Telemetry

This page covers protocol families that support day-two labs: addressing, management access, authentication, event visibility, first-hop redundancy, tracking, and controller-oriented wireless workflows.

Several families also have individual pages: DHCP, DNS, NTP, AAA, ICMP, Neighbour Discovery, FHRP, Telemetry, Management, and Wireless.

AreaLevelWhat this means
ARPSupportedRequest/reply, cache state, retry behaviour, and clear operations.
IPv6 neighbour discoverySupportedNS/NA exchange, ND cache, and reachability for IPv6 forwarding.
SLAACBehaviour modelRouter-advertisement-style address assignment solver.
DHCPv4 serverSupportedPools, leases, excluded addresses, default-router, DNS-server, and show output.
DHCPv4 clientSupportedInterface DHCP and learned address/default-route behaviour.
DHCP relaySupportedip helper-address forwarding to a server.
DHCPv6Behaviour modelIPv6 lease state and command surface for supported scenarios.
DNSBehaviour modelUDP/53 request/response model for supported records and resolver flows.
ICMP / pingSupportedEcho/reply, unreachable outcomes, and deterministic diagnostics.
TracerouteBehaviour modelTTL/hop walk based on the FIB.
SSHBehaviour modelDevice-to-device CLI sessions with login/enable auth.
HTTP / HTTPS togglesConfig modelService state for labs and compliance checks.
TFTP / SCPBehaviour modelFile-transfer command and packet surfaces for supported workflows.
NTPSupportedPeers, servers, associations, stratum solver, prefer, source interface, auth, access-groups, and show output.
SyslogBehaviour modelEvent log and UDP/514 dispatch path.
SNMP / trapsBehaviour modelCommunity configuration and trap dispatch buffer.
NetFlowConfig / behaviour modelFlow tracking surface; not a full exporter.
Local users / enableSupportedUsername/secret, privilege, enable gate, console/VTY login behaviour.
AAA / TACACS+ / RADIUSBehaviour modelAuthentication method lists and external auth service simulation.
HSRPSupportedActive/standby election, virtual IP/MAC, priority, preempt, timers, and tracking.
VRRPSupportedIPv4/IPv6 virtual router election, priority, preempt, and tracking.
GLBPBehaviour modelAVG/AVF-style model for supported scenarios.
IP SLA / object trackingBehaviour modelProbe state feeds route/FHRP failover decisions.
Wireless / CAPWAPBehaviour modelController/AP/WLAN state, selected EAP, guest, anchor, and mobility scenarios.
Standard / feature familyCoverageNotes
RFC 826SupportedARP request/reply and cache behaviour.
RFC 4861SupportedIPv6 neighbour solicitation/advertisement and cache.
RFC 4862Behaviour modelSLAAC-style address assignment.
RFC 2131SupportedDHCPv4 lease flow, options, and relay behaviour.
RFC 8415 styleBehaviour modelDHCPv6 command and lease surface for supported cases.
DNS over UDP/53Behaviour modelResolver/server response flow for supported records.
RFC 792 / ICMPv6SupportedEcho, unreachable, and diagnostic outcomes.
TTL / hop-limit diagnosticsBehaviour modelTraceroute-style FIB walk.
SSH / CLI transportBehaviour modelAuthentication/session semantics, not a crypto implementation.
RFC 5905SupportedNTP association and stratum behaviour.
RFC 5424 styleBehaviour modelSyslog event structure and dispatch path.
SNMPv2c-style community modelBehaviour modelCommunity and trap surface; no full MIB engine.
Cisco AAA / TACACS+ / RADIUS styleBehaviour modelMethod-list and external auth decision model.
RFC 2281 styleSupportedHSRP election and virtual gateway behaviour.
RFC 5798 styleSupportedVRRP election and virtual router behaviour.
CAPWAP RFC 5415 conceptsPartialController/AP control-plane concepts for wireless labs.
FeatureStatusNotes
ARP cacheSupportedPopulated from deterministic L2/L3 resolution.
Static ARPSupportedAccepted where command tree maps to canonical neighbour state.
ND cacheSupportedIPv6 next-hop resolution.
SLAAC address assignmentBehaviour modelDerived from RA-style intent where supported.
DHCP poolSupportedNetwork, default-router, DNS-server, lease, excluded address.
DHCP binding tableSupportedLease state visible via show output.
DHCP client default routeSupportedLearned default route can affect forwarding.
DHCP relaySupportedHelper address forwards client requests.
DNS A/AAAA lookupBehaviour modelSupported resolver flows return deterministic records.
PingSupportedUses the same forwarding and policy model as packet simulation.
TracerouteBehaviour modelStable hop-by-hop route walk.
SSH loginBehaviour modelLocal/AAA auth gates a CLI session.
VTY transportSupportedtransport input and login mode are stored/evaluated.
Enable secretSupportedPrivilege escalation gate.
TFTP / SCP copyBehaviour modelOperational surface for supported workflows.
NTP server/peerSupportedAssociation state and stratum calculation.
NTP authenticationSupportedTrusted key and keyed server/peer intent.
NTP access-groupSupportedACL-based NTP access gate.
Syslog hostBehaviour modelEvents dispatch to configured collector surfaces.
SNMP communityBehaviour modelCommunity/trap config and event dispatch.
NetFlow exporterConfig modelCaptured for config and compliance surfaces.
AAA method listsBehaviour modelLocal, group, and fallback decisions.
TACACS+ / RADIUS serverBehaviour modelFixture-backed external auth result.
HSRP active electionSupportedPriority, preempt, and tie-breaks.
HSRP tracking decrementSupportedObject state can lower priority.
VRRP electionSupportedPriority, owner/preempt, IPv4/IPv6 virtual router state.
GLBP AVG/AVFBehaviour modelSupported first-hop load-balancing scenarios.
IP SLA probe stateBehaviour modelFeeds object tracking and failover decisions.
WLAN profileBehaviour modelSSID/security/profile state.
AP joinBehaviour modelAP/controller association and profile application.
Client associationBehaviour modelClient attaches when WLAN/security policy permits.
CAPWAP packet fidelityPartialSelected wire events exist; not a full AP radio/control stack.
CommandIOS-styleWLC-styleJunos-styleVyOS-styleNotes
arp 10.0.0.10 aaaa.bbbb.cccc arpaSupportedn/aPartialPartialStatic ARP.
ipv6 nd reachable-time 30000Supportedn/aPartialPartialND tuning surface.
ip dhcp pool USERSSupportedn/an/aSupportedDHCPv4 pool.
ip helper-address 10.0.0.5Supportedn/aPartialSupportedDHCP relay.
ip name-server 1.1.1.1Supportedn/aSupportedSupportedDNS resolver.
ping 10.0.0.1SupportedPartialSupportedSupportedICMP diagnostic.
traceroute 10.0.0.1Supportedn/aSupportedSupportedHop diagnostic.
username admin privilege 15 secret ...Supportedn/aPartialPartialLocal user.
enable secret ...Supportedn/an/an/aEnable gate.
aaa new-modelSupportedn/an/aPartialAAA method-list enablement.
tacacs server TAC1Supportedn/aPartialPartialTACACS+ auth service.
radius server RAD1Supportedn/aPartialPartialRADIUS auth service.
line vty 0 4 / login localSupportedn/an/aPartialVTY login surface.
transport input sshSupportedn/aPartialPartialSSH-only access intent.
ip ssh version 2Supportedn/aPartialPartialSSH service setting.
ntp server 10.0.0.1 preferSupportedn/aSupportedSupportedNTP association.
ntp authentication-key 7 md5 SECRETSupportedn/aPartialPartialNTP auth.
logging host 10.0.0.50Supportedn/aSupportedSupportedSyslog collector.
snmp-server community public ROSupportedn/aPartialPartialSNMP community.
ip flow-export destination 10.0.0.50 2055Config modeln/aPartialPartialNetFlow exporter.
standby 1 ip 10.0.10.254Supportedn/an/aPartialHSRP virtual IP.
standby 1 track 1 decrement 30Supportedn/an/aPartialHSRP tracking.
vrrp 1 ip 10.0.10.254Supportedn/aPartialPartialVRRP virtual router.
track 1 interface GigabitEthernet0/0 line-protocolSupportedn/an/aPartialObject tracking.
ip sla 10Behaviour modeln/an/aPartialProbe surface.
wlan NAME 1 SSIDPartialSupportedn/an/aWLAN profile.
ap name AP1PartialSupportedn/an/aAP identity.
show ip dhcp bindingSupportedn/aPartialPartialDHCP leases.
show ntp statusSupportedn/aPartialPartialNTP state.
show standby briefSupportedn/an/aPartialHSRP state.
show vrrp briefSupportedn/aPartialPartialVRRP state.
show wireless client summaryPartialSupportedn/an/aWireless clients.
show ap summaryPartialSupportedn/an/aAP/controller state.

Service protocols are tied to the same deterministic topology state as routing and switching. DHCP leases can create addresses and default routes. ARP and ND feed next-hop resolution. ICMP and traceroute observe the same policy and FIB state that packet simulation uses.

Management and telemetry features are intentionally operational models. They support login gates, auth decisions, event visibility, and file-transfer labs, but they are not full SSH, SNMP, HTTP, or TFTP server implementations.

NTP is deeper than most service protocols: association state, stratum, preference, source-interface, authentication, and access-group gates are represented so timing and management-plane labs can be explicit.

FHRP and object tracking are modelled as deterministic election and priority state. HSRP/VRRP outcomes are stable across runs, and tracking/IP SLA can change active gateway choice without requiring wall-clock wait.

Wireless is controller-oriented. The model focuses on WLAN/AP/controller/client state and selected authentication/mobility outcomes. It does not emulate RF, roaming physics, or a complete CAPWAP implementation.

DHCP server with relay
configure terminal
ip dhcp excluded-address 10.0.10.1 10.0.10.20
ip dhcp pool USERS
network 10.0.10.0 255.255.255.0
default-router 10.0.10.1
dns-server 1.1.1.1
interface GigabitEthernet0/1
ip helper-address 10.0.0.5
end
show ip dhcp binding

Vendor styles

IOS-style
ip dhcp pool USERS
network 10.0.10.0 255.255.255.0
default-router 10.0.10.1
dns-server 1.1.1.1
interface GigabitEthernet0/1
ip helper-address 10.0.0.5
Junos-style
set system services dhcp-local-server group USERS interface irb.10
set access address-assignment pool USERS family inet network 10.0.10.0/24
set access address-assignment pool USERS family inet dhcp-attributes router 10.0.10.1
set access address-assignment pool USERS family inet dhcp-attributes name-server 1.1.1.1
VyOS-style
set service dhcp-server shared-network-name USERS subnet 10.0.10.0/24 option default-router 10.0.10.1
set service dhcp-server shared-network-name USERS subnet 10.0.10.0/24 option name-server 1.1.1.1
set service dhcp-relay interface eth1
set service dhcp-relay server 10.0.0.5
HSRP with object tracking
configure terminal
track 1 interface GigabitEthernet0/0 line-protocol
interface Vlan10
standby 1 ip 10.0.10.254
standby 1 priority 110
standby 1 preempt
standby 1 track 1 decrement 30
end
show standby brief
AAA login local with SSH transport
configure terminal
username admin privilege 15 secret netverdict
aaa new-model
ip ssh version 2
line vty 0 4
transport input ssh
login local
end
NTP with authentication
configure terminal
ntp authenticate
ntp authentication-key 7 md5 SECRET
ntp trusted-key 7
ntp server 10.0.0.1 prefer version 4 key 7 source GigabitEthernet0/0
end
show ntp status
show ntp associations
Wireless controller profile
configure terminal
wlan STAFF 1 STAFF
security wpa psk set-key ascii SECRET
no shutdown
ap profile SITE-A
end
show wireless client summary
show ap summary

Management and telemetry protocols are lightweight operational models. They support labs, compliance checks, event visibility, and packet-flow reasoning, but they are not full SSH, HTTP, SNMP, TFTP, SCP, Syslog, or NetFlow servers.

Wireless support is a controller-oriented behaviour model. It is useful for configuration, state, selected authentication, guest, anchor, and mobility scenarios, but it does not emulate RF propagation, channel contention, roaming physics, or a complete AP radio stack.

DHCPv6, DNS, SNMP, Syslog, NetFlow, IP SLA, GLBP, and CAPWAP are intentionally partial unless a specific lab/test says otherwise.