Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Nov 15, 2024

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
5 checks passed
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