check_config_compliance
Check network device configs for CIS/PCI compliance by verifying secure settings: SSH, disabled telnet, logging, time sync, banner, credentials, firewall, and idle timeout. Deterministic and consistent.
Instructions
Run a CIS/PCI starter pack over one network device config: telnet disabled, SSH enabled, no default SNMP community, remote logging, time sync, login banner, hashed credentials, a firewall or ACL, and idle timeout. Deterministic regex checks with framework references, so two reviewers get the same result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config | Yes | The device config text. | |
| vendor | No | Optional vendor hint; detected from the config when omitted. |