napalm-automation/napalm

RPC on IOSXR for optics changes interface name in the output

Open

#435 opened on Oct 24, 2017

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (2,145 stars) (553 forks)batch import
help wantediosxrquestion

Description

In reference to napalm-automation/napalm-base#60:

RPC command provides a detailed output of the dwdm interfaces on the ASR. However, in the output, for instance, the interface names are specified as dwdm0/0/0/0 as opposed to TenGigE0/0/0/0. Now I am not sure how to validate the actual interface name due to the output of the RPC command.

Instead, if there were a way to retrieve the output provided by show controllers physical using an XML RPC, it would really help. I was hoping to have a discussion about this and figure out the way forward.


Issue moved from https://github.com/napalm-automation/napalm-iosxr/issues/30

Contributor guide