...
| Use case | Match mode | Rationale |
|---|---|---|
| Baseline configuration - NTP, AAADNS, loggingsyslog, ... | Loose | Requirements are independent lines scattered across the config, only presence mattersThese requirements are independent of each other and may appear in different parts of the configuration. Only their presence matters. |
| Security hardening - telnet disabled, no SNMPv2, management ACLs... | Loose | Independent requirements with no meaningful ordering relative to each other |
| Firewall and ACL rules | Sequential | Rule ordering matters, such as when specific rules must precede broader rules. |
| Route-maps | Sequential | Match and set clauses must appear in a required sequence. |
| Multiline MOTD banner | Strict | The complete banner block must be present and uninterrupted |
| Interface config blocks | Strict | Validate that a required set of interface configuration commands appears together as a consecutive block. |