Skip to content

Added handling of more ios-xe and nxos secrets#3320

Merged
robertcheramy merged 1 commit intoytti:masterfrom
ollewilhelm:ios-nxos-secrets
Nov 15, 2024
Merged

Added handling of more ios-xe and nxos secrets#3320
robertcheramy merged 1 commit intoytti:masterfrom
ollewilhelm:ios-nxos-secrets

Conversation

@ollewilhelm
Copy link
Contributor

Description

ios.rb changes:

IS-IS domain passwords hidden (with or without extra options)
IPSEC PSKs hidden

For IPSEC PSKs the configuration lines have the same issues as here:

cfg.gsub! /^(snmp-server community).*/, '\\1 <configuration removed>'

Which means we need to hide everyhing after the first command, there is no part of the command that lets us know that the next word is the actual key.

nxos.rb changes:

vrf-aware SNMP communities hidden
radius keys hidden (currently only global keys are hidden, this will hide both global and host-specific keys)

robertcheramy added a commit that referenced this pull request Nov 15, 2024
command set for creating a YAML simulation file for PR #3320
@robertcheramy robertcheramy merged commit 04eafd1 into ytti:master Nov 15, 2024
@ytti ytti mentioned this pull request Dec 3, 2024
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants