Management
Everything an operations team needs on-box: DNS/domain, AAA, local users with a Common-Criteria password policy, NTP, console/VTY line hardening, and global CDP/LLDP. Every section is site-inheritable — define once on the Site Area, override per device.
Credential vault#
Every secret a device needs — local-user passwords, the enable secret, TACACS+/RADIUS shared keys, SNMP community strings and v3 auth/priv keys, the NTP key, HSRP/VRRP auth, and the SD-WAN orchestrator key — is a reference to your organization's credential vault, not a value typed into the design. Pick an entry (or save a new one inline) from the 🔒 dropdown wherever a secret is asked for.
! vault: NAME marker, while the saved design and any public share carry only the reference. A field with no reference falls back to PLACEHOLDER, exactly as before, so nothing breaks. One consequence to respect: generated output and exports contain live secrets — treat them like device backups. Deleting a vault entry that a design still references raises a validation warning so it never silently renders a placeholder.AAA — TACACS+ / RADIUS#
Choose the model, then add servers (more than one for redundancy) with per-server timeout, retransmit, and VRF; set a source interface and toggle authorization/accounting. Shared keys are vault references (or PLACEHOLDER when unset). A Test AAA panel provides the operational test aaa command to paste into a live session.
local keeps a fallback path so you are not locked out when the TACACS+ servers are unreachable — pair it with a local user below.Local users & password policy#
Local accounts (username + privilege/role) are the fallback when external AAA is down. A Common-Criteria password policy enforces length, character classes, change distance, and lifetime on those accounts.
password strength-check) and validation notes which knobs are IOS-only.NTP#
prefer pins the primary; the access-group ACL restricts who may sync at all. Accurate time is the prerequisite for every forensic timeline.Console & VTY lines#
transport input ssh shuts the cleartext telnet door; the access-class ACL restricts management to jump hosts; exec-timeout kills abandoned sessions. On NX-OS only exec-timeout applies — validation tells you which knobs are IOS-only rather than silently dropping your intent.SSH host key & admin settings#
Every Cisco config generates the SSH host key explicitly — with a configurable key label and modulus (2048 default, 3072 or 4096). NX-OS uses its native form; labels are IOS-XE-only and validation says so. The same group carries the SSH admin knobs (all site-inheritable): a session timeout (1–120 s), authentication retries (0–5) and a version pin — version 2 is the default and always emitted unless you opt out with compat, which omits the pin (the device negotiates 1.99) and draws a security warning. NX-OS renders retries as ssh login-attempts only — it has no time-out equivalent and is SSHv2-only, so validation flags both rather than silently dropping your intent.
label keeps the SSH key separate from other RSA keypairs on the box (e.g. certificates), so re-generating one never silently invalidates the other. ip ssh version 2 stays on by default — SSHv1 is broken — and choosing compat is an explicit, validation-flagged opt-out for legacy clients. Tight time-out and retry ceilings shrink the window for brute-force and abandoned half-open sessions.Discovery — CDP / LLDP#
Global enable/disable (cdp run / no cdp run, lldp run) on every Cisco router and switch (NX-OS: cdp enable / feature lldp), with per-interface overrides on the Interfaces tab. Arista EOS renders LLDP only — a CDP setting on an EOS or ArubaOS-CX device is omitted and flagged by validation (those platforms are LLDP-only).