<?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: how to view the nat ID for a device in FMC in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/how-to-view-the-nat-id-for-a-device-in-fmc/m-p/3926337#M925313</link>
    <description>&lt;P&gt;Also, NAT ID is optional so there might indeed be none in your setup.&lt;/P&gt;</description>
    <pubDate>Wed, 18 Sep 2019 15:00:44 GMT</pubDate>
    <dc:creator>Marvin Rhoads</dc:creator>
    <dc:date>2019-09-18T15:00:44Z</dc:date>
    <item>
      <title>how to view the nat ID for a device in FMC</title>
      <link>https://community.cisco.com/t5/network-security/how-to-view-the-nat-id-for-a-device-in-fmc/m-p/3924409#M925308</link>
      <description>&lt;P&gt;How do you find the NAT id for a device in FMC? I had a module become corrupted. I recovered it. Now I need to reconfigure the network so I need the NAT id.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 17:29:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-view-the-nat-id-for-a-device-in-fmc/m-p/3924409#M925308</guid>
      <dc:creator>jessica jestol</dc:creator>
      <dc:date>2020-02-21T17:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to view the nat ID for a device in FMC</title>
      <link>https://community.cisco.com/t5/network-security/how-to-view-the-nat-id-for-a-device-in-fmc/m-p/3924422#M925309</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;To confirm the NAT ID, from the CLI type &lt;EM&gt;&lt;STRONG&gt;expert&lt;/STRONG&gt; &lt;/EM&gt;to login to expert mode and enter the command &lt;EM&gt;&lt;STRONG&gt;sudo tail -f /etc/sf/sftunnel.conf&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="font-weight: bold; font-style: italic;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Sep 2019 23:44:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-view-the-nat-id-for-a-device-in-fmc/m-p/3924422#M925309</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2019-09-14T23:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to view the nat ID for a device in FMC</title>
      <link>https://community.cisco.com/t5/network-security/how-to-view-the-nat-id-for-a-device-in-fmc/m-p/3924438#M925310</link>
      <description>&lt;P&gt;That will work although you don't have to sudo to run the command.&lt;/P&gt;
&lt;P&gt;Also, "tail -f" will only show the last 10 lines and watch for new output. The peer info of interest may be more than 10 lines up from the end of the file.&lt;/P&gt;
&lt;P&gt;I'd suggest simply "cat /etc/sf/sftunnel.conf".&lt;/P&gt;</description>
      <pubDate>Sun, 15 Sep 2019 02:56:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-view-the-nat-id-for-a-device-in-fmc/m-p/3924438#M925310</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2019-09-15T02:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to view the nat ID for a device in FMC</title>
      <link>https://community.cisco.com/t5/network-security/how-to-view-the-nat-id-for-a-device-in-fmc/m-p/3925867#M925311</link>
      <description>&lt;P&gt;I'm looking at sftunnel.conf and I'm not seeing anything like the NAT ID. What should I be looking for?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 20:02:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-view-the-nat-id-for-a-device-in-fmc/m-p/3925867#M925311</guid>
      <dc:creator>jessica jestol</dc:creator>
      <dc:date>2019-09-17T20:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to view the nat ID for a device in FMC</title>
      <link>https://community.cisco.com/t5/network-security/how-to-view-the-nat-id-for-a-device-in-fmc/m-p/3926317#M925312</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;The "uuid" value is the nat ID. E.g:-&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;admin@FTD-1:~$ tail -f /etc/sf/sftunnel.conf&lt;BR /&gt;role 1;&lt;BR /&gt;host 192.168.10.42;&lt;BR /&gt;ip 192.168.10.42;&lt;BR /&gt;reg_key Cisco1234;&lt;BR /&gt;uuid ~&lt;EM&gt;&lt;STRONG&gt;THISISTHENATID&lt;/STRONG&gt;&lt;/EM&gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 14:38:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-view-the-nat-id-for-a-device-in-fmc/m-p/3926317#M925312</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2019-09-18T14:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to view the nat ID for a device in FMC</title>
      <link>https://community.cisco.com/t5/network-security/how-to-view-the-nat-id-for-a-device-in-fmc/m-p/3926337#M925313</link>
      <description>&lt;P&gt;Also, NAT ID is optional so there might indeed be none in your setup.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 15:00:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-view-the-nat-id-for-a-device-in-fmc/m-p/3926337#M925313</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2019-09-18T15:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to view the nat ID for a device in FMC</title>
      <link>https://community.cisco.com/t5/network-security/how-to-view-the-nat-id-for-a-device-in-fmc/m-p/3926485#M925314</link>
      <description>&lt;P&gt;my UUID is the same as the regkey. Info scrubbed for security.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; 10.0.0.10
    {
        role 2;
        reg_key 01754548-9a82-14g7-a323-ab9bfb85r738;
        ip 10.0.0.10;
        host 10.0.0.10;
        sw_version 6.2.3.4;
        upgrade_version ;
        uuid 01754548-9a82-14g7-a323-ab9bfb85r738;
        priority 0;
    }&lt;/PRE&gt;</description>
      <pubDate>Wed, 18 Sep 2019 17:55:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-view-the-nat-id-for-a-device-in-fmc/m-p/3926485#M925314</guid>
      <dc:creator>jessica jestol</dc:creator>
      <dc:date>2019-09-18T17:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to view the nat ID for a device in FMC</title>
      <link>https://community.cisco.com/t5/network-security/how-to-view-the-nat-id-for-a-device-in-fmc/m-p/3926488#M925315</link>
      <description>&lt;P&gt;My FMC is in a datacenter that only has vpn access to another datacenter so I have a u-turn NAT to get to the sensors. The FMC/sensors can't connect unless I use the NAT ID.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 17:58:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-view-the-nat-id-for-a-device-in-fmc/m-p/3926488#M925315</guid>
      <dc:creator>jessica jestol</dc:creator>
      <dc:date>2019-09-18T17:58:08Z</dc:date>
    </item>
  </channel>
</rss>

