Paulo Henrique Peres
Paulo Henrique Peres
Could someone please show an example of a get with ObjectIdentifier decoder? I cannot find any examples currently.
I'm creating lib to get configuration from Huawei equipment with Netmiko and TTP. When I run my code I receive this error message: group.get_regexes: variable not found in line: 'dis_cur_conf_vpn_instance.ttp'...
Hello, I created a follow code in go: ```go package main import ( "context" "fmt" "log" "github.com/openconfig/gnmic/pkg/api" ) type ArpEntry struct { IfName string `json:"if-name"` IpAddr string `json:"if-addr"` MacAddr string...
Hello, I'm subscribing to a Huawei device where it brings me all the arps learned. Basically the json body is this: ` [ { "source": "200.204.204.13:57400", "timestamp": 1730481585529741000, "time": "2024-11-01T17:19:45.529741Z",...
Question/Request: How to perform raw IRR queries (e.g., !i origin ASXXXX) without query modification
Hello, I'm trying to use the library to perform specific queries against IRR (Internet Routing Registry) servers, specifically whois.radb.net. My goal is to replicate the command-line behavior of: whois -h...
Description =========== Hello, I'm trying to create a producer on a Linux Ubuntu machine to produce messages for a Kafka broker on another machine, however, when I run the program...