mahen-g

Results 10 issues of mahen-g

Hi, This is w.r.t to vlan-id under oc-network-instance. In the below scenario, data type for vlan-id is uint16 as per the Model. When we perform a gnmi get query ,...

Hi all, when we perform a gnmi get query (encoding json) with no data existing, should the reponse contain a "" or a {}. I would believe the response should...

Hi, i am using yang2dsdl following the below link to get the schemas. http://www.yang-central.org/twiki/bin/view/Main/DSDLMappingTutorial The yang files indicate yang-version 1. It does not indicate 1.1 These are openconfig yang models....

Hello, Can someone please guide me. Following the below link. Intent is to load the received json object from the network element into the pyangbind class. It is erroring out....

With req_mode = POLL, we are not fetching data. With POLL, once the initial request is sent, we need to send out a trigger to to the switch to receive...

enhancement
feature
cli

cisco-gnmi set 10.30.115.66:50051 -os NX-OS -root_certificates gnmi.pem -ssl_target_override ems.cisco.com -delete_xpath "/interfaces/interface[name='eth1/7']/subinterfaces/subinterface[index=0]/ipv4/addresses/address" Username: admin Password: > /ws/mgangaia-sjc/pyats-latest/lib/python3.6/site-packages/cisco_gnmi/cli.py(292)gnmi_set() -> if args.delete_xpath: (Pdb) c ERROR:root:Error during usage! Traceback (most recent call last): File...

bug
cli

Current way of doing the update/replace operation requires user to provide the payload in the json format. While this seems ok for update operation, for replace operation user would have...

enhancement
refactor

client.py ========= I believe the below code should be request.replace.extend(replaces) if replaces: request.replaces.extend(replaces) Thanks, Mahendra

bug
cli

When we perform a gnmi get request, the default size handles only 4mb response size. We need to handle datasize > 4mb in responses. options = [('grpc.max_receive_message_length', 16*1024*1024)] Thanks, Mahendra

enhancement
os/nx

The below format is the supported xpath to delete a leaflist entry on nxos. Please check if we could use the below xpath to perform deletion. /network-instances/network-instance[name=foo]/config/enabled-address-families[.=IPV4] Thanks, Mahendra

question
os/nx