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
hi, with iosXRd 24.3.2 we have many error
for example : passive (for loopback) hello_password_keychain hello_padding_disable
Error: Client Error │ │ with iosxr_router_isis_interface.isisloopback["xr9v-PE-8_Loopback0_level-2-only"], │ on main.tofu line 386, in resource "iosxr_router_isis_interface" "isisloopback": │ 386: resource "iosxr_router_isis_interface" "isisloopback" { │ │ Set request failed, got error: rpc error: code = Internal desc = │ {"cisco-grpc:errors":{"error":[{"error-type":"protocol","error-severity":"error","error-message":"yang node: 'passive', ns: │ 'http://cisco.com/ns/yang/Cisco-IOS-XR-um-router-isis-cfg' not found"}]}}
the value is displayed with gnmi command: { "source": "10.110.11.21:58341", "timestamp": 1738934469118343093, "time": "2025-02-07T14:21:09.118343093+01:00", "updates": [ { "Path": "Cisco-IOS-XR-um-router-isis-cfg:router/isis/processes/process[process-id=UnderlayMAN]/interfaces/interface[interface-name=Loopback0]/state", "values": { "router/isis/processes/process/interfaces/interface/state": "passive" } } ] } ]
Gnmi resource also not working
resource "iosxr_gnmi" "isisloopback" { for_each = local.all_nodes device = each.key path = " Cisco-IOS-XR-um-router-isis-cfg:/router/isis/processes/process[process-id=UnderlayMAN]/interfaces/interface[interface-name=Loopback0]" attributes = { state = "passive" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi,
with iosXRd 24.3.2 we have many error
for example :
passive (for loopback)
hello_password_keychain
hello_padding_disable
Error: Client Error
│
│ with iosxr_router_isis_interface.isisloopback["xr9v-PE-8_Loopback0_level-2-only"],
│ on main.tofu line 386, in resource "iosxr_router_isis_interface" "isisloopback":
│ 386: resource "iosxr_router_isis_interface" "isisloopback" {
│
│ Set request failed, got error: rpc error: code = Internal desc =
│ {"cisco-grpc:errors":{"error":[{"error-type":"protocol","error-severity":"error","error-message":"yang node: 'passive', ns:
│ 'http://cisco.com/ns/yang/Cisco-IOS-XR-um-router-isis-cfg' not found"}]}}
the value is displayed with gnmi command:
{
"source": "10.110.11.21:58341",
"timestamp": 1738934469118343093,
"time": "2025-02-07T14:21:09.118343093+01:00",
"updates": [
{
"Path": "Cisco-IOS-XR-um-router-isis-cfg:router/isis/processes/process[process-id=UnderlayMAN]/interfaces/interface[interface-name=Loopback0]/state",
"values": {
"router/isis/processes/process/interfaces/interface/state": "passive"
}
}
]
}
]
Gnmi resource also not working
resource "iosxr_gnmi" "isisloopback" {
for_each = local.all_nodes
device = each.key
path = " Cisco-IOS-XR-um-router-isis-cfg:/router/isis/processes/process[process-id=UnderlayMAN]/interfaces/interface[interface-name=Loopback0]"
attributes = {
state = "passive"
}
The text was updated successfully, but these errors were encountered: