ios-xr-grpc-python icon indicating copy to clipboard operation
ios-xr-grpc-python copied to clipboard

IOS-XR gRPC Python connectivity library.

Results 7 ios-xr-grpc-python issues
Sort by recently updated
recently updated
newest added

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.15.0 to 3.18.3. Release notes Sourced from protobuf's releases. Protocol Buffers v3.18.3 C++ Reduce memory consumption of MessageSet parsing This release addresses a Security Advisory for C++...

dependencies

Hi, First of all, understand I am learning gRPC to use with our CiscoXR. Therefore if anything I ask seems amateurish, that is why. I read though the wiki and...

suggestion, to upgrade [requirements.txt](https://github.com/cisco-ie/ios-xr-grpc-python/blob/master/requirements.txt) packages of `grpcio` and `protobuf` ``` grpcio==1.36.1 protobuf==3.15.6 ``` why? add support for python 3.9+ tested locally ``` git clone https://github.com/cisco-ie/ios-xr-grpc-python.git (modify requirements.txt) pip3 install -e...

When i try to get interface config with the following path it raises an error: path_intf = '{"Cisco-IOS-XR-ifmgr-cfg:interface-configurations": [null]}' getconfig(path_intf) The following paths for example work ok: path_isis = '{"Cisco-IOS-XR-clns-isis-cfg:isis":...

I am trying to connect to an xr device and unfortunately having issues. options = 'ems.cisco.com' client = CiscoGRPCClient('x.x.x.x', 57400, 10, 'username', 'password', pem, options) client.getconfig('{"openconfig-interfaces:interfaces": [null]}') This is throwing...

Hi, I'm trying to use the `cliconfig` to load some configuration, e.g., ```python >>> driver.cliconfig('ntp server 1.2.3.4') >>> ``` To my surprise, this operation did commit the changes on the...

hi, i'm trying to use your telemetry_collector.py and was wondering if you can help me understand how i would put the path inside the script to collect sensor data? the...