We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In resource iosxe_vtp it's not possible to set the vtp mode to off.
Example IOS-XE CLI config
! vtp mode off !
The yang model path is that is requested to be added is /native/vtp/ios-vtp:mode/ios-vtp:off
/native/vtp/ios-vtp:mode/ios-vtp:off
Example solution could be
resource "iosxe_vtp" "example" { mode_off = true }
Device:
Provider
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In resource iosxe_vtp it's not possible to set the vtp mode to off.
Example IOS-XE CLI config
The yang model path is that is requested to be added is
/native/vtp/ios-vtp:mode/ios-vtp:off
Example solution could be
Device:
Provider
The text was updated successfully, but these errors were encountered: