<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Help with TIG stack from Nick Russo, error. in Controllers</title>
    <link>https://community.cisco.com/t5/controllers/help-with-tig-stack-from-nick-russo-error/m-p/4640445#M1081</link>
    <description>&lt;P&gt;I never was able to make it work, I tried the matisku git, it didn't work... everything fails when I try to load the plugin of the Cisco Telemetry for 1000v.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If someone make it work, please share your discoveries.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jun 2022 19:25:34 GMT</pubDate>
    <dc:creator>Juan Gerardo Hernandez</dc:creator>
    <dc:date>2022-06-28T19:25:34Z</dc:date>
    <item>
      <title>Help with TIG stack from Nick Russo, error.</title>
      <link>https://community.cisco.com/t5/controllers/help-with-tig-stack-from-nick-russo-error/m-p/4624115#M1079</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I am doing the lab from Nick Russo of Cisco MDT IOS XE and the TIG Stack from Pluralsight&lt;/P&gt;&lt;P&gt;&lt;A href="https://app.pluralsight.com/player?course=provisioning-managing-networks-common-automation-tools&amp;amp;author=nick-russo&amp;amp;name=b3f9182e-5d99-4134-a408-148e0b9b1278&amp;amp;clip=0" target="_blank" rel="noopener"&gt;https://app.pluralsight.com/player?course=provisioning-managing-networks-common-automation-tools&amp;amp;author=nick-russo&amp;amp;name=b3f9182e-5d99-4134-a408-148e0b9b1278&amp;amp;clip=0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am configuring the routers using the netconf_mdt.py&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/nickrusso42518/pluralsight/tree/master/enauto1/m6/scripts" target="_blank" rel="noopener"&gt;https://github.com/nickrusso42518/pluralsight/tree/master/enauto1/m6/scripts&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can get to the part in which I can enable MDT subscriptions in the router.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;BR /&gt;!
telemetry ietf subscription 100
 encoding encode-kvgpb
 filter xpath /process-cpu-ios-xe-oper:cpu-usage/cpu-utilization/five-seconds
 stream yang-push
 update-policy periodic 1000
 receiver ip address 192.168.50.51 42518 protocol grpc-tcp
telemetry ietf subscription 101
 encoding encode-kvgpb
 filter xpath /memory-ios-xe-oper:memory-statistics/memory-statistic
 stream yang-push
 update-policy periodic 1000
 receiver ip address 192.168.50.51 42518 protocol grpc-tcp
telemetry ietf subscription 102
 encoding encode-kvgpb
 filter xpath /cdp-ios-xe-oper:cdp-neighbor-details/cdp-neighbor-detail/device-name
 stream yang-push
 update-policy on-change
 receiver ip address 192.168.50.51 42518 protocol grpc-tcp
netconf-yang
end&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but when it is time to install Nick's TIG stack I get this error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;telegraf_1       | 2022-06-03T13:38:49Z E! [agent] Error writing to outputs.influxdb: could not write any address
telegraf_1       | 2022-06-03T13:38:59Z E! [outputs.influxdb] When writing to [http://localhost:8086]: failed doing req: Post "http://localhost:8086/write?db=telegraf": dial tcp 127.0.0.1:8086: connect: connection refused
telegraf_1       | 2022-06-03T13:38:59Z E! [agent] Error writing to outputs.influxdb: could not write any address
telegraf_1       | 2022-06-03T13:39:09Z E! [outputs.influxdb] When writing to [http://localhost:8086]: failed doing req: Post "http://localhost:8086/write?db=telegraf": dial tcp 127.0.0.1:8086: connect: connection refused
telegraf_1       | 2022-06-03T13:39:09Z E! [agent] Error writing to outputs.influxdb: could not write any address
telegraf_1       | 2022-06-03T13:39:19Z E! [outputs.influxdb] When writing to [http://localhost:8086]: failed doing req: Post "http://localhost:8086/write?db=telegraf": dial tcp 127.0.0.1:8086: connect: connection refused
telegraf_1       | 2022-06-03T13:39:19Z E! [agent] Error writing to outputs.influxdb: could not write any address
telegraf_1       | 2022-06-03T13:39:29Z E! [outputs.influxdb] When writing to [http://localhost:8086]: failed doing req: Post "http://localhost:8086/write?db=telegraf": dial tcp 127.0.0.1:8086: connect: connection refused
telegraf_1       | 2022-06-03T13:39:29Z E! [agent] Error writing to outputs.influxdb: could not write any address
telegraf_1       | 2022-06-03T13:39:39Z E! [outputs.influxdb] When writing to [http://localhost:8086]: failed doing req: Post "http://localhost:8086/write?db=telegraf": dial tcp 127.0.0.1:8086: connect: connection refused
telegraf_1       | 2022-06-03T13:39:39Z E! [agent] Error writing to outputs.influxdb: could not write any address&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what I am doing to set up the image,&lt;/P&gt;&lt;P&gt;I download the Nick Russo docker image and then issue a docker compose up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://github.com/nickrusso42518/tig-stack.git" target="_self"&gt;https://github.com/nickrusso42518/tig-stack.git&lt;/A&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;#!/bin/bash
# Clone the tig-stack forked repository and change into directory
&lt;STRONG&gt;git clone https://github.com/nickrusso42518/tig-stack.git
cd tig-stack/&lt;/STRONG&gt;

# Start the TIG stack in the background
&lt;STRONG&gt;docker-compose up --detach&lt;/STRONG&gt;

# Check to see that TCP ports 42518, 3000, 8083, and 8086 are open
&lt;STRONG&gt;ss -tna&lt;/STRONG&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All the ports are fine:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;juan@ubuntu:~/tig-stack$ sudo docker ps
CONTAINER ID   IMAGE                    COMMAND                  CREATED          STATUS          PORTS                                                                                  NAMES
15daa1c01aef   tig-stack_telegraf       "/entrypoint.sh /run…"   24 minutes ago   Up 14 minutes   8092/udp, 8125/udp, 8094/tcp, 0.0.0.0:42518-&amp;gt;42518/tcp, :::42518-&amp;gt;42518/tcp            tig-stack_telegraf_1
e7a5024ea220   matisq/grafana:latest    "/run.sh /run.sh"        24 minutes ago   Up 14 minutes   0.0.0.0:3000-&amp;gt;3000/tcp, :::3000-&amp;gt;3000/tcp                                              tig-stack_grafana_1
2ca52965da4f   matisq/influxdb:latest   "/entrypoint.sh /run…"   24 minutes ago   Up 14 minutes   0.0.0.0:8083-&amp;gt;8083/tcp, :::8083-&amp;gt;8083/tcp, 0.0.0.0:8086-&amp;gt;8086/tcp, :::8086-&amp;gt;8086/tcp   tig-stack_influxdb_1
094233395cea   busybox                  "sh"                     24 minutes ago   Up 14 minutes                                                                                          tig-stack_influxdb-data_1
68c20ef94c5e   busybox                  "sh"                     24 minutes ago   Up 14 minutes                                                                                          tig-stack_grafana-data_1&lt;/PRE&gt;&lt;P&gt;but there is the error of above,&lt;/P&gt;&lt;P&gt;The TCP packets from my router are going to the my Ubunti Box, and even if the ports are listening, the machine does not respond.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;juan@ubuntu:~/tig-stack$ sudo netstat -tunap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
tcp        0      0 0.0.0.0:8083            0.0.0.0:*               LISTEN      88353/docker-proxy  
tcp        0      0 0.0.0.0:9269            0.0.0.0:*               LISTEN      21742/docker-proxy 
tcp        0      0 0.0.0.0:42518           0.0.0.0:*               LISTEN      88500/docker-proxy  
tcp        0      0 0.0.0.0:8086            0.0.0.0:*               LISTEN      88330/docker-proxy         
tcp        0      0 0.0.0.0:3000            0.0.0.0:*               LISTEN      88527/docker-proxy  &lt;/PRE&gt;&lt;P&gt;can someone try to clone Nick's TIG image, and help me see why it is giving me those errors? and why telegraph is reseting the packeds it gets from the routers?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/152704i2C2251F543C0642A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;Juan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2022 14:16:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/help-with-tig-stack-from-nick-russo-error/m-p/4624115#M1079</guid>
      <dc:creator>Juan Gerardo Hernandez</dc:creator>
      <dc:date>2022-06-03T14:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help with TIG stack from Nick Russo, error.</title>
      <link>https://community.cisco.com/t5/controllers/help-with-tig-stack-from-nick-russo-error/m-p/4638632#M1080</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/294870"&gt;@Juan Gerardo Hernandez&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I see Nick Russo forked that GitHub repo. Maybe you can raise an Issue with the originator:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/matisku/tig-stack/issues" target="_blank"&gt;https://github.com/matisku/tig-stack/issues&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 18:48:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/help-with-tig-stack-from-nick-russo-error/m-p/4638632#M1080</guid>
      <dc:creator>Alexander Stevenson</dc:creator>
      <dc:date>2022-06-24T18:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help with TIG stack from Nick Russo, error.</title>
      <link>https://community.cisco.com/t5/controllers/help-with-tig-stack-from-nick-russo-error/m-p/4640445#M1081</link>
      <description>&lt;P&gt;I never was able to make it work, I tried the matisku git, it didn't work... everything fails when I try to load the plugin of the Cisco Telemetry for 1000v.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If someone make it work, please share your discoveries.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 19:25:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/help-with-tig-stack-from-nick-russo-error/m-p/4640445#M1081</guid>
      <dc:creator>Juan Gerardo Hernandez</dc:creator>
      <dc:date>2022-06-28T19:25:34Z</dc:date>
    </item>
  </channel>
</rss>

