<?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 Cisco Modeling Labs Alpine Desktop PC Initial Configuration in DevNet Sandbox</title>
    <link>https://community.cisco.com/t5/devnet-sandbox/cisco-modeling-labs-alpine-desktop-pc-initial-configuration/m-p/4400980#M6103</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I download my lab file from cml the desktop computers from my lab does not save the eth0 static ip address, netmask or gateway.&lt;/P&gt;&lt;P&gt;Is there a way to save it? Or write it yourself in the yaml file downloaded form the lab?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-05-11 at 12.30.14.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/120037i82CC3702FEAC542A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2021-05-11 at 12.30.14.png" alt="Screen Shot 2021-05-11 at 12.30.14.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;This is the configuration of the pc in the yaml file but i don't undertand how to set the static ip in this file. Have tried adding address on the eth0 on interfaces section but does not work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Help, thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 11 May 2021 10:36:09 GMT</pubDate>
    <dc:creator>arnauamargant-domene</dc:creator>
    <dc:date>2021-05-11T10:36:09Z</dc:date>
    <item>
      <title>Cisco Modeling Labs Alpine Desktop PC Initial Configuration</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/cisco-modeling-labs-alpine-desktop-pc-initial-configuration/m-p/4400980#M6103</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I download my lab file from cml the desktop computers from my lab does not save the eth0 static ip address, netmask or gateway.&lt;/P&gt;&lt;P&gt;Is there a way to save it? Or write it yourself in the yaml file downloaded form the lab?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-05-11 at 12.30.14.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/120037i82CC3702FEAC542A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2021-05-11 at 12.30.14.png" alt="Screen Shot 2021-05-11 at 12.30.14.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;This is the configuration of the pc in the yaml file but i don't undertand how to set the static ip in this file. Have tried adding address on the eth0 on interfaces section but does not work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Help, thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2021 10:36:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/cisco-modeling-labs-alpine-desktop-pc-initial-configuration/m-p/4400980#M6103</guid>
      <dc:creator>arnauamargant-domene</dc:creator>
      <dc:date>2021-05-11T10:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Modeling Labs Alpine Desktop PC Initial Configuration</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/cisco-modeling-labs-alpine-desktop-pc-initial-configuration/m-p/4401004#M6105</link>
      <description>&lt;P&gt;sudo ifconfig eth0 192.168.1.10 netmask 255.255.255.0 up&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;Linux as below :&lt;/P&gt;
&lt;P&gt;"interfaces" in /etc/network/interfaces&lt;/P&gt;
&lt;P&gt;example:&lt;BR /&gt;auto eth0&lt;BR /&gt;iface eth0 inet static&lt;BR /&gt;address 192.168.1.10&lt;BR /&gt;netmask 255.255.255.0&lt;BR /&gt;network 192.168.1.0&lt;BR /&gt;gateway 192.168.1.1&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2021 11:09:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/cisco-modeling-labs-alpine-desktop-pc-initial-configuration/m-p/4401004#M6105</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2021-05-11T11:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Modeling Labs Alpine Desktop PC Initial Configuration</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/cisco-modeling-labs-alpine-desktop-pc-initial-configuration/m-p/4401012#M6106</link>
      <description>&lt;P&gt;Where do I place this in the yaml file? I know how to set up a static ip address on the alpine desktop. What i would like to do is to not set it up every time i start a cml session, because when i download the cml yaml file from the lab it doesnt save the desktop configuration (eth0 ip address, netmask, gateway).&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2021 11:18:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/cisco-modeling-labs-alpine-desktop-pc-initial-configuration/m-p/4401012#M6106</guid>
      <dc:creator>arnauamargant-domene</dc:creator>
      <dc:date>2021-05-11T11:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Modeling Labs Alpine Desktop PC Initial Configuration</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/cisco-modeling-labs-alpine-desktop-pc-initial-configuration/m-p/4401255#M6108</link>
      <description>&lt;P&gt;Look at below sample config may help you :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/CiscoDevNet/cml-community/blob/master/lab-topologies/sandbox-multiplatform-network/multi-platform-network.yaml" target="_blank"&gt;https://github.com/CiscoDevNet/cml-community/blob/master/lab-topologies/sandbox-multiplatform-network/multi-platform-network.yaml&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2021 15:57:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/cisco-modeling-labs-alpine-desktop-pc-initial-configuration/m-p/4401255#M6108</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2021-05-11T15:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Modeling Labs Alpine Desktop PC Initial Configuration</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/cisco-modeling-labs-alpine-desktop-pc-initial-configuration/m-p/4402039#M6122</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;we had some discussions about this in CLN, cisco learning network.&amp;nbsp; Once you get and add script to Config tab of a device, save configs, then export.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;go to CLN CML group forum and look for details.&amp;nbsp; Link to various ways to save config for Linux is at&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learningnetwork.cisco.com/s/question/0D53i00000f2kD9CAI/when-i-put-an-ip-address-on-the-desktop-nodes-it-does-not-get-saved-suggestions" target="_blank"&gt;https://learningnetwork.cisco.com/s/question/0D53i00000f2kD9CAI/when-i-put-an-ip-address-on-the-desktop-nodes-it-does-not-get-saved-suggestions&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Still looking for post with detailed steps on how to save and export config from CML. We had one or 2 good posts at CLN.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards, ML&lt;BR /&gt;**Please Rate All Helpful Responses **&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 15:24:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/cisco-modeling-labs-alpine-desktop-pc-initial-configuration/m-p/4402039#M6122</guid>
      <dc:creator>Martin L</dc:creator>
      <dc:date>2021-05-12T15:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Modeling Labs Alpine Desktop PC Initial Configuration</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/cisco-modeling-labs-alpine-desktop-pc-initial-configuration/m-p/4403082#M6123</link>
      <description>&lt;P&gt;So finally I added this two lines at the end:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;ifconfig eth0 up 192.168.14.4 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;route add default gw 192.168.14.1 dev eth0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-05-14 at 15.00.20.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/120330iB5E6D579016ECEAC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2021-05-14 at 15.00.20.png" alt="Screen Shot 2021-05-14 at 15.00.20.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 13:06:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/cisco-modeling-labs-alpine-desktop-pc-initial-configuration/m-p/4403082#M6123</guid>
      <dc:creator>arnauamargant-domene</dc:creator>
      <dc:date>2021-05-14T13:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Modeling Labs Alpine Desktop PC Initial Configuration</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/cisco-modeling-labs-alpine-desktop-pc-initial-configuration/m-p/4403218#M6124</link>
      <description>&lt;P&gt;except Ubuntu, there are 2-3 ways to add IP info for linux device in cml. Ubuntu device is more strict about its config and settings. So I would avoid using Ubuntu.&lt;/P&gt;
&lt;P&gt;Export your lab, re-name and import it again to see if the same configs are back.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards, ML&lt;BR /&gt;**Please Rate All Helpful Responses **&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 16:42:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/cisco-modeling-labs-alpine-desktop-pc-initial-configuration/m-p/4403218#M6124</guid>
      <dc:creator>Martin L</dc:creator>
      <dc:date>2021-05-14T16:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Modeling Labs Alpine Desktop PC Initial Configuration</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/cisco-modeling-labs-alpine-desktop-pc-initial-configuration/m-p/4403221#M6125</link>
      <description>&lt;P&gt;Yes they are always there, they get saved. The trick is as you said add it to the config tab or file. Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 16:49:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/cisco-modeling-labs-alpine-desktop-pc-initial-configuration/m-p/4403221#M6125</guid>
      <dc:creator>arnauamargant-domene</dc:creator>
      <dc:date>2021-05-14T16:49:37Z</dc:date>
    </item>
  </channel>
</rss>

