Cisco IOS

Checks for the Cisco IOS NOS.

netlint.checks.cisco_ios.check_plaintext_passwords(config: List[str])Optional[netlint.checks.checker.CheckResult]

IOS101

Check if there are any plaintext passwords in the configuration.

Applies to:

  • NOS.CISCO_IOS

netlint.checks.cisco_ios.check_console_password(config: List[str])Optional[netlint.checks.checker.CheckResult]

IOS103

Check for authentication on the console line.

Applies to:

  • NOS.CISCO_IOS

netlint.checks.cisco_ios.check_ip_http_server(config: List[str])Optional[netlint.checks.checker.CheckResult]

IOS102

Check if the http server is enabled.

Applies to:

  • NOS.CISCO_IOS

netlint.checks.cisco_ios.check_password_hash_strength(config: List[str])Optional[netlint.checks.checker.CheckResult]

IOS104

Check if strong password hash algorithms were used.

Applies to:

  • NOS.CISCO_IOS