<?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: [Nexus 9000v]Mac addreses of network adapters donot match in Routing</title>
    <link>https://community.cisco.com/t5/routing/nexus-9000v-mac-addreses-of-network-adapters-donot-match/m-p/4831763#M383292</link>
    <description>&lt;P&gt;The output is same for both, I have tried that out first before posting it here.&lt;/P&gt;
&lt;PRE&gt;&lt;BR /&gt;switch# show platform&lt;BR /&gt;^&lt;BR /&gt;% Invalid command at '^' marker.&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;This data is from cisco 9000v doc&lt;BR /&gt;```&lt;BR /&gt;The Cisco Nexus 9000v uses vNICs that are entered from the KVM/QEMU command line or from the GUI on ESXi for networking either externally or internally within a hypervisor server. The first NIC is always used as the Cisco Nexus 9000v management interface. The subsequence NICs are used as data Cisco Nexus 9000v Guide, Release 9.3(x) 4 Cisco Nexus 9000v Cisco Nexus 9000v Guidelines and Limitations ports as e1/1, e1/2, ... e1/9.&lt;BR /&gt;```&lt;BR /&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/93x/nx-osv/configuration/guide/b-cisco-nexus-9000v-guide-93x.pdf" target="_blank" rel="noopener"&gt;https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/93x/nx-osv/configuration/guide/b-cisco-nexus-9000v-guide-93x.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 30 May 2023 18:38:48 GMT</pubDate>
    <dc:creator>nsom</dc:creator>
    <dc:date>2023-05-30T18:38:48Z</dc:date>
    <item>
      <title>[Nexus 9000v]Mac addreses of network adapters donot match</title>
      <link>https://community.cisco.com/t5/routing/nexus-9000v-mac-addreses-of-network-adapters-donot-match/m-p/4826892#M382899</link>
      <description>&lt;P&gt;Hi I have deployed a cisco 9000v switch, By default while deploying the ova I got option of 6 network adapters, one connected to management pg, others I have connected to a port group that I created in dvs.&lt;BR /&gt;When I logged in to the switch and I check the mac addresses of the data ports like mgmt0,eth1/1,eth1/2, etc, only the mgmt0 mac address matches with the first network adapter in the vm settings page, the rest of the mac addresses should correspond to rest of the data ports staring from eth1/1, however that's not the case, I am not sure if it's expected or not.&lt;BR /&gt;I deployed switch on esxi host via vcenter client. Please find the screenshots of mismatching ports attached.&lt;BR /&gt;Just wanted to mention again only the first network adapter mac address matches with the mgm0 mac address in switch.&lt;BR /&gt;I couldn't find a dedicated doc for cisco 9000v deployment using vds(in the doc it is mentioned that it only works with standard vswitch which I guess is not correct)&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 16:57:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/nexus-9000v-mac-addreses-of-network-adapters-donot-match/m-p/4826892#M382899</guid>
      <dc:creator>nsom</dc:creator>
      <dc:date>2023-05-02T16:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: [Nexus 9000v]Mac addreses of network adapters donot match</title>
      <link>https://community.cisco.com/t5/routing/nexus-9000v-mac-addreses-of-network-adapters-donot-match/m-p/4828446#M383030</link>
      <description>&lt;P&gt;maybe I'm missing something, but I see only a single interface in your screenshot?&lt;BR /&gt;second: you have set the MAC-address as "automatic" so VMware may dynamically assign a mac address&lt;BR /&gt;try the command&lt;/P&gt;
&lt;PRE&gt;show platform vnic mapped&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;last: I'm a little old-school: the second file&amp;nbsp; is text-output, &lt;BR /&gt;so you could also post this as text (two-lines=160 bytes max. versus image=68Kbytes)&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 18:34:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/nexus-9000v-mac-addreses-of-network-adapters-donot-match/m-p/4828446#M383030</guid>
      <dc:creator>pieterh</dc:creator>
      <dc:date>2023-05-30T18:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: [Nexus 9000v]Mac addreses of network adapters donot match</title>
      <link>https://community.cisco.com/t5/routing/nexus-9000v-mac-addreses-of-network-adapters-donot-match/m-p/4831670#M383290</link>
      <description>&lt;P&gt;The mac ip of the port eth1/1&lt;/P&gt;
&lt;PRE&gt;&lt;BR /&gt;&lt;BR /&gt;switch# show int eth1/1&lt;BR /&gt;Ethernet1/1 is up&lt;BR /&gt;admin state is up, Dedicated Interface&lt;BR /&gt;Hardware: 100/1000/10000 Ethernet, address: 0050.569b.a212 (bia 0050.569b.a212)&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;
&lt;P&gt;Now as per the 9000v doc, the interface adapters shown in the edit settings of the cisco switch on vcenter page. the screenshot that I attached, should map in sequential order with the mac addreses of the eth ports of the switch, i.e&lt;BR /&gt;network-adapter2 should be mapped to eth1/1 and so on and so forth.&lt;BR /&gt;network-adpater1 mac addreses matches with the mgmt0 port as I already mentioned.&lt;BR /&gt;&lt;BR /&gt;how do I know which eth ports actually correspond to the interface adapters shown in vcenter.&lt;BR /&gt;show platform command doesn't exist when I try to run it on the switch.&lt;/P&gt;
&lt;PRE&gt;&lt;BR /&gt;&lt;BR /&gt;switch(config)# show platform&lt;BR /&gt;^&lt;BR /&gt;% Invalid command at '^' marker.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 30 May 2023 18:37:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/nexus-9000v-mac-addreses-of-network-adapters-donot-match/m-p/4831670#M383290</guid>
      <dc:creator>nsom</dc:creator>
      <dc:date>2023-05-30T18:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: [Nexus 9000v]Mac addreses of network adapters donot match</title>
      <link>https://community.cisco.com/t5/routing/nexus-9000v-mac-addreses-of-network-adapters-donot-match/m-p/4831723#M383291</link>
      <description>&lt;P&gt;I know on nexus, many show commands are accepted in config mode&lt;BR /&gt;but still&amp;nbsp;I'd first try the command NOT in config mode&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 10:23:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/nexus-9000v-mac-addreses-of-network-adapters-donot-match/m-p/4831723#M383291</guid>
      <dc:creator>pieterh</dc:creator>
      <dc:date>2023-05-09T10:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: [Nexus 9000v]Mac addreses of network adapters donot match</title>
      <link>https://community.cisco.com/t5/routing/nexus-9000v-mac-addreses-of-network-adapters-donot-match/m-p/4831763#M383292</link>
      <description>&lt;P&gt;The output is same for both, I have tried that out first before posting it here.&lt;/P&gt;
&lt;PRE&gt;&lt;BR /&gt;switch# show platform&lt;BR /&gt;^&lt;BR /&gt;% Invalid command at '^' marker.&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;This data is from cisco 9000v doc&lt;BR /&gt;```&lt;BR /&gt;The Cisco Nexus 9000v uses vNICs that are entered from the KVM/QEMU command line or from the GUI on ESXi for networking either externally or internally within a hypervisor server. The first NIC is always used as the Cisco Nexus 9000v management interface. The subsequence NICs are used as data Cisco Nexus 9000v Guide, Release 9.3(x) 4 Cisco Nexus 9000v Cisco Nexus 9000v Guidelines and Limitations ports as e1/1, e1/2, ... e1/9.&lt;BR /&gt;```&lt;BR /&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/93x/nx-osv/configuration/guide/b-cisco-nexus-9000v-guide-93x.pdf" target="_blank" rel="noopener"&gt;https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/93x/nx-osv/configuration/guide/b-cisco-nexus-9000v-guide-93x.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 18:38:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/nexus-9000v-mac-addreses-of-network-adapters-donot-match/m-p/4831763#M383292</guid>
      <dc:creator>nsom</dc:creator>
      <dc:date>2023-05-30T18:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: [Nexus 9000v]Mac addreses of network adapters donot match</title>
      <link>https://community.cisco.com/t5/routing/nexus-9000v-mac-addreses-of-network-adapters-donot-match/m-p/4831900#M383300</link>
      <description>&lt;P&gt;My concern here is why these addresses donot match, and if they don't would it impact the connectivity of the 9000v switch with the nested esxi hosts I ma trying to connect to.&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 13:02:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/nexus-9000v-mac-addreses-of-network-adapters-donot-match/m-p/4831900#M383300</guid>
      <dc:creator>nsom</dc:creator>
      <dc:date>2023-05-09T13:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: [Nexus 9000v]Mac addreses of network adapters donot match</title>
      <link>https://community.cisco.com/t5/routing/nexus-9000v-mac-addreses-of-network-adapters-donot-match/m-p/4845153#M384270</link>
      <description>&lt;P&gt;I was able to solve the issue by mentioning the vmk interface through which I was trying to achieve the ping.&lt;BR /&gt;I would really like to thank wonderful folks out here to provide their valuable suggestions&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN class=""&gt;[root@esxi-nested-04:~] ping 192.168.20.1 -I vmk1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;PING 192.168.20.1 (192.168.20.1): 56 data bytes&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;64 bytes from 192.168.20.1: icmp_seq=0 ttl=255 time=0.985 ms&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 30 May 2023 18:39:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/nexus-9000v-mac-addreses-of-network-adapters-donot-match/m-p/4845153#M384270</guid>
      <dc:creator>nsom</dc:creator>
      <dc:date>2023-05-30T18:39:20Z</dc:date>
    </item>
  </channel>
</rss>

