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

iosxr_router_isis_interface error on multi attributes #277

Open
arnaudeuverte opened this issue Feb 7, 2025 · 0 comments
Open

iosxr_router_isis_interface error on multi attributes #277

arnaudeuverte opened this issue Feb 7, 2025 · 0 comments

Comments

@arnaudeuverte
Copy link

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"
}

@arnaudeuverte arnaudeuverte marked this as a duplicate of #278 Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant