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

Fix the order of management api http #4466

Closed
1 task done
Vibhu-gslab opened this issue Sep 13, 2024 · 1 comment · Fixed by #4535
Closed
1 task done

Fix the order of management api http #4466

Vibhu-gslab opened this issue Sep 13, 2024 · 1 comment · Fixed by #4535
Assignees
Labels
type: bug Something isn't working
Milestone

Comments

@Vibhu-gslab
Copy link
Contributor

Issue Summary

Regarding #4411 (comment)
Need to check the order of management api http in older versions of EOS.

Which component(s) of AVD impacted

eos_cli_config_gen

How do you run AVD ?

None

Steps to reproduce

No response

Relevant log output

No response

Contributing Guide

  • I agree to follow this project's Code of Conduct
@Vibhu-gslab Vibhu-gslab added the type: bug Something isn't working label Sep 13, 2024
@Vibhu-gslab Vibhu-gslab self-assigned this Sep 13, 2024
@Vibhu-gslab
Copy link
Contributor Author

For Software image version: 4.30.4M

vrf instance data
!
vrf instance guest
!
banner login
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!***!!!Unauthorized access prohibited!!!***!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
EOF
!
management accounts
   password policy AVD_POLICY
!
management api http-commands
   no shutdown
   validate-output
   !
   vrf MGMT
      no shutdown
!
management cli
   command deprecated log
!
management console
   idle-timeout 15
!
management http-server
   protocol http
!
radius-server host 192.168.0.1 key 7 0207165218120E
!
aaa authorization exec default local

For Software image version: 4.29.8M

vrf instance data
!
vrf instance guest
!
banner login
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!***!!!Unauthorized access prohibited!!!***!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
EOF
!
management accounts
   password policy AVD_POLICY
!
management api http-commands
   no shutdown
   validate-output
   !
   vrf MGMT
      no shutdown
!
management cli
   command deprecated log
!
management console
   idle-timeout 15
!
management http-server
   protocol http
!
management api models
   provider smash
      path flexCounters
      path forwarding/srte/status/fec
!
management security
   entropy source hardware haveged cpu jitter
   entropy source hardware exclusive
   password encryption-key common
   password encryption reversible aes-256-gcm
!
radius-server host 192.168.0.1 key 8a $LmB9ztGuS6oL0C8il473+Q==$HDW7H7KgXUUZLVw8bqNRUw==$UECYOFMY

2 more versions are mentioned at #4411 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
1 participant