You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VerifySSHStatus test should be augmented to support a different VRF and an expected state in the future (with defaults being disabled / default to be backward compatib;e)
The text was updated successfully, but these errors were encountered:
carl-baillargeon
changed the title
VerifySSHStatus test should be augmented to support a different VRF and an expected state in the future (with defaults being disabled / default to be backward compatib;e)
VerifySSHStatus test should be augmented to support a different VRF and an expected state in the future (with defaults being disabled / default to be backward compatible)
Oct 10, 2024
gmuloc
changed the title
VerifySSHStatus test should be augmented to support a different VRF and an expected state in the future (with defaults being disabled / default to be backward compatible)
Refactor(anta.tests): Augment VerifySSHStatus inputs to support a different VRF and an expected state
Jan 28, 2025
net-cloud(config-mgmt-ssh-vrf-BLAH)#show active
management ssh
vrf BLAH
no shutdown
!
tunnel BLAH
inet-cloud(config)#show management ssh vrf BLAH
User certificate authentication method: none (trusted CA not configured)
SSHD status for VRF BLAH is disabled
SSH connection limit is 50
SSH per host connection limit is 20
FIPS status: disabled
inet-cloud(config)#show management ssh
User certificate authentication method: none (trusted CA not configured)
SSHD status for Default VRF is enabled
SSH connection limit is 50
SSH per host connection limit is 20
FIPS status: disabled
inet-cloud(config)#show management ssh vrf default
% VRF default not found under SSH management <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
When vrf default is configured, the command is valid but the output seems wrong (as different than entering the command without VRF)
inet-cloud(config-mgmt-ssh)#show active
management ssh
vrf BLAH
no shutdown
!
tunnel BLAH
!
vrf default
no shutdown
inet-cloud(config-mgmt-ssh)#
inet-cloud(config-mgmt-ssh)#
inet-cloud(config-mgmt-ssh)#
inet-cloud(config-mgmt-ssh)#
inet-cloud(config-mgmt-ssh)#
inet-cloud(config-mgmt-ssh)#exit
inet-cloud(config)#show management ssh vrf default
User certificate authentication method: none (trusted CA not configured)
SSHD status for VRF default is disabled <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< with vrf default
SSH connection limit is 50
SSH per host connection limit is 20
FIPS status: disabled
inet-cloud(config)#show management ssh
User certificate authentication method: none (trusted CA not configured)
SSHD status for Default VRF is enabled <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< without vrf default
SSH connection limit is 50
SSH per host connection limit is 20
FIPS status: disabled
Originally posted by @gmuloc in #874 (comment)
The text was updated successfully, but these errors were encountered: