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
Currently, Yang-model IOS-XE HTTP is not fully supported hence the restconf generic workaround needs to be used to control the following example IOS-XE CLI
ip http secure-active-session-modules none
ip http max-connections 16
ip http active-session-modules none
Following CLI is part of the iosxe_system resource.
ip http client source-interface Loopback0
ip http server
ip http authentication aaa login-authentication AuthC
ip http authentication aaa exec-authorization AuthZ
ip http secure-server
It would be desirable to also have the rest of this Yang-model (/native/ip/ios-http:http) available as TF resource.
The text was updated successfully, but these errors were encountered:
Currently, Yang-model IOS-XE HTTP is not fully supported hence the restconf generic workaround needs to be used to control the following example IOS-XE CLI
Following CLI is part of the iosxe_system resource.
It would be desirable to also have the rest of this Yang-model (/native/ip/ios-http:http) available as TF resource.
The text was updated successfully, but these errors were encountered: