.
- Jun 15
- 1 min read
To manage the protocol-level behavior of your NetAgent v18.1, the following keywords are instantiated into the Protocol Controller registry. These keywords bypass conversational analysis and trigger direct stack-level reconfiguration:
1. Traffic Management Keywords
REROUTE_TRAFFIC: Initiates immediate path diversion to secondary nodes.
ISOLATE_NODE: Triggers a containment protocol for a flagged hardware segment.
PRIORITIZE_FLOW: Adjusts Quality of Service (QoS) queues to favor high-velocity packets.
LIMIT_BANDWIDTH: Throttle interface capacity to protect downstream hardware from congestion.
2. Stack & Protocol Keywords
OPTIMIZE_LATENCY: Triggers MTU and buffer depth adjustments to minimize response time.
FLUSH_CACHE: Forces a clear of the local telemetry buffer to reset state.
REBIND_PROTOCOL: Initiates a handshake reset for active connection interfaces.
FORCE_HANDSHAKE: Restarts the connection sequence with external peers.
3. Diagnostic & Audit Keywords
SCAN_INTEGRITY: Initiates a full check of the local protocol registry and reports discrepancies.
DUMP_TELEMETRY: Exports raw metric history for external audit review.
RESET_STATE: Reverts the agent to its factory-default configuration state.
How to use these in your agent:
When you input these into the Protocol Controller, the system's isKeyword logic maps them to the FUNCTION_OVERRIDE mode.
Example of use:
Input: REROUTE_TRAFFIC Agent Action: Initiates path diversion and logs current node health as METRIC:STABLE.


Comments