Cisco NXOS

Checks for the Cisco NXOS NOS.

netlint.checks.cisco_nxos.check_telnet_enabled(config: List[str])Optional[netlint.checks.checker.CheckResult]

NXOS101

Check if the telnet feature is explicitly enabled.

Applies to:

  • NOS.CISCO_NXOS

netlint.checks.cisco_nxos.check_routing_protocol_enabled_and_used(config: List[str])Optional[netlint.checks.checker.CheckResult]

NXOS102

Check if a routing protocol is actually used - should it be enabled.

Applies to:

  • NOS.CISCO_NXOS

netlint.checks.cisco_nxos.check_password_strength(config: List[str])Optional[netlint.checks.checker.CheckResult]

NXOS103

Check if the password strength check has been disabled.

Applies to:

  • NOS.CISCO_NXOS

netlint.checks.cisco_nxos.check_bogus_as(config: List[str])Optional[netlint.checks.checker.CheckResult]

NXOS104

Check if any bogus autonomous system is used in the configuration.

Applies to:

  • NOS.CISCO_NXOS