I've created the TeclisGPT
on openai.com a while ago just for fun. (the implementation they have is very buggy)
But while troubleshooting some issues with the GPT, I've realized that for some queries it doesn't get any results back from the enrichment API, while I get results locally.
e.g. for HSRP
{
"response_data": {
"meta": {
"id": "1e499cac-b900-401f-8072-78d2ec570b2f",
"node": "us-central1",
"ms": 125,
"api_balance": 1.279795
},
"data": []
},
"status_code": 200,
"action_id": "g-6b015485f798e37a2ccf4aaacec1228ec480fb35"
}
while I get the same results as the 'small web' lense locally:
{"meta":{"id":"aec28de1-bb96-4474-ba0d-cedc8df01f9c","node":"europe-west4","ms":640,"api_balance":1.277795},"data":[{"t":0,"url":"https://cisconinja.wordpress.com/2009/02/09/hsrpvrrpglbp-timers-and-preemption/","title":"HSRP/VRRP/GLBP Timers and Preemption « Cisconinja’s Blog","snippet":"This post will take a look at some of the less common issues related to timers, preemption, and preemption delays in the first hop redundancy protocols. The topology is shown below:..","published":"2009-02-09T00:00:00Z"},{"t":0,"url":"https://datatracker.ietf.org/doc/html/rfc2281","title":"RFC 2281 - Cisco Hot Standby Router Protocol (HSRP)","snippet":"The Hot Standby Router Protocol, HSRP, provides a mechanism which is designed to support non-disruptive failover of IP traffic in certain circumstances. If a router has higher priority than the active router and preemption is configured, it MAY take over as the active router using a Coup message. If an HSRP router is configured to support proxy ARP.."},{"t":0,"url":"https://www.mcmcse.com/cisco/guides/hsrp.shtml","title":"BCMSN Tutorial: Getting Started With HSRP","snippet":"R2(config)#interface ethernet0 R2(config-if)#standby 5 ip 172.12.23.10 R3(config)#interface ethernet0 R3(config-if)#standby 5 ip 172.12.23.10.."},{"t":0,"url":"https://ccie-or-null.net/2012/11/15/video-configuring-hsrp/","title":"Video: Configuring HSRP | CCIE or Null!","snippet":"Put together a quick video about configuring HSRP and many of its features: Tracking, Preemption, tweaking timers, changing priorities, and more.","published":"2012-11-15T00:00:00Z"},{"t":0,"url":"https://www.ws.afnog.org/afnog2000/routing/3-corenet/ex-hsrp-inst.htm","title":"Exercises: duplex mismatch and HSRP","snippet":"A duplex mismatch can cause packet loss of 1-5 sufficient to reduce TCP performance signficantly without being obviously visible in a traceroute."},{"t":0,"url":"https://pierky.wordpress.com/2012/04/30/cisco-hsrp-monitoring-using-snmp/","title":"Cisco HSRP monitoring using SNMP | Pierky's Blog","snippet":"The most important table in order to get HSRP status information is cHsrpGrpTable, where we can find as many cHsrpGrpEntry objects as HSRP groups configured in the router. Each cHsrpGrpEntry object represents the HSRP configuration and status for a given ..","published":"2012-04-30T00:00:00Z"},{"t":0,"url":"https://reaper81.wordpress.com/2015/07/29/using-bfd-to-track-wan-status-and-change-hsrp-priority/","title":"Using BFD to Track WAN Status and Change HSRP Priority | Daniels networking blog","snippet":"It’s been five years since I started this blog! Time flies and a lot has happened since. Thanks for being along for the ride. What better way to celebrate than a blog post?..","published":"2015-07-29T00:00:00Z"},{"t":0,"url":"https://pierky.wordpress.com/2012/05/14/zabbix-monitoring-hsrp-on-cisco-devices/","title":"Zabbix: monitoring HSRP on Cisco devices | Pierky's Blog","snippet":"What we need is to have a trigger fired when a device changes its HSRP state on the LAN side; with the right configuration it may help to understand when something goes wrong on the WAN side.","published":"2012-05-14T00:00:00Z"},{"t":0,"url":"https://ppires.wordpress.com/2007/02/07/hight-network-availability-vrrp-hsrp-carp/","title":"Hight Network Availability – VRRP || HSRP || CARP ? – @pires","snippet":"Not wanting to get into more details on the protocols themselves, I would like to point some stuff to all you sysadmins out there.","published":"2007-02-07T00:00:00Z"},{"t":0,"url":"https://networkengineering.stackexchange.com/questions/56392","title":"HSRP limitations on Catalyst 3560","snippet":"HSRP limitations on Catalyst 3560 I have read all of the documentation so many times that I put myself into a headspin. Now the sentences I read don't make any sense. What exactly is the HSRP limitation on Cisco Catalyst 3560 switches? I have read that th.."},{"t":0,"url":"http://blog.serverfault.com/2010/07/18/828122846/","title":"HSRP is not for WANs - Server Fault Blog","snippet":"HSRP or Hot Standby Router Protocol is a protocol designed to provide a virtual gateway for the purposes of fail over. The basic idea is that you have the gateway IP address shared between two or more devices and only one of those devices holds it at a ti..","published":"2010-07-18T00:00:00Z"},{"t":0,"url":"https://www.fragmentationneeded.net/2010/11/hsrp-and-stp-uplinkfast-what-does-one.html","title":"Fragmentation Needed: HSRP and STP uplinkfast - What does one have to do with the other?","snippet":"Are HSRP and STP uplinkfast related? Do they interoperate in some way? I don't think so, but I can't be sure. Frustratingly, Cisco's TAC doesn't seem to be sure either. While pondering Ethan's post about ARP timeouts, I noticed something funny: Routers ru..","published":"2010-11-01T00:00:00Z"},{"t":0,"url":"https://ccie-or-null.net/2012/05/24/lets-configure-hsrp-hot-standby-router-protocol/","title":"Let’s configure HSRP – Hot Standby Router Protocol. | CCIE or Null!","snippet":"With the exception of the standby keyword this configuration is almost identical to our previous VRRP configuration, and the joy of this is the fact these commands pretty much mean and do the same thing. Standby 1 specifies our HSRP group ID or instance, ..","published":"2012-05-24T00:00:00Z"},{"t":0,"url":"https://www.packetcoders.io/first-hop-redundancy-protocols-on-cisco-ios-hsrp-part1/","title":"Cisco IOS: First Hop Redundancy Protocols (Part 1) - HSRP","snippet":"Within this 3 part series we will be looking at 3 types of FHRP (First Hop Redundancy Protocol) on Cisco IOS HSRP, VRRP and GLBP. We will look into the features that they each provide and also how to configure them. We will begin by exploring HSRP. So fir.."},{"t":0,"url":"https://mrncciew.com/2013/04/25/configuring-hsrp/","title":"Configuring HSRP | mrn-cciew","snippet":"Hot Standby Routing Protocol (HSRP) is Cisco standard of providing redundancy for IP host configured in a LAN network with default gateway address.It enables a set of router interfaces to work together to present the appearance of a single virtual router..","published":"2013-04-25T00:00:00Z"}]}
For other search terms I get results through the "GPT" action.
But not for this specific query...
Any idea?