<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://camarreal.dedyn.io/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://camarreal.dedyn.io/feed.php">
        <title>dokucama - network_stuff:cisco:csr1k</title>
        <description></description>
        <link>https://camarreal.dedyn.io/</link>
        <image rdf:resource="https://camarreal.dedyn.io/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-05-01T17:44:02+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://camarreal.dedyn.io/doku.php?id=network_stuff:cisco:csr1k:vagrantfile&amp;rev=1698935895&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://camarreal.dedyn.io/lib/exe/fetch.php?media=wiki:logo.png">
        <title>dokucama</title>
        <link>https://camarreal.dedyn.io/</link>
        <url>https://camarreal.dedyn.io/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="https://camarreal.dedyn.io/doku.php?id=network_stuff:cisco:csr1k:vagrantfile&amp;rev=1698935895&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-02T14:38:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>vagrantfile</title>
        <link>https://camarreal.dedyn.io/doku.php?id=network_stuff:cisco:csr1k:vagrantfile&amp;rev=1698935895&amp;do=diff</link>
        <description># -*- mode: ruby -*-
# vi: set ft=ruby :

def get_mac(oui=&quot;28:b7:ad&quot;)
  &quot;Generate a MAC address&quot;
  nic = (1..3).map{&quot;%0.2x&quot;%rand(256)}.join(&quot;:&quot;)
  return &quot;#{oui}:#{nic}&quot;
end

def get_mac_cisco(oui=&quot;a0:00:00:00:00&quot;)
  &quot;Generate a MAC address&quot;
  nic = (1..1).map{&quot;%0.2x&quot;%rand(256)}.join(&quot;:&quot;)
  return &quot;#{oui}:#{nic}&quot;
end

cwd = Dir.pwd.split(&quot;/&quot;).last
username = ENV[&#039;USER&#039;]
domain_prefix = &quot;#{username}_#{cwd}&quot;

Vagrant.configure(&quot;2&quot;) do |config|
  config.vm.define &quot;csr1k-01&quot; do |node|
    guest_name…</description>
    </item>
</rdf:RDF>
