Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.





Config on Commander


Image Added

Change IP@ on the BMS2


ip link set eth2 down
ip add delete 192.168.200.10/24 dev eth2 ip add delete 192.168.100.11/32 dev eth2


ip link set eth2 up

ip add show



Leaf 1


Code Block
titleshow vlan and ethernet-switching
{master:0}
root@Leaf1> show vlans

Routing instance        VLAN name             Tag          Interfaces
default-switch          bd-7                  100
                                                           esi.1760*
                                                           vtep.32769*
                                                           vtep.32770*
                                                           xe-0/0/3.0*
default-switch          cluster_infra         4001
                                                           xe-0/0/2.0*
default-switch          default               1




{master:0}
root@Leaf1> show ethernet-switching table vlan-name bd-7

MAC flags (S - static MAC, D - dynamic MAC, L - locally learned, P - Persistent static
           SE - statistics enabled, NM - non configured MAC, R - remote PE MAC, O - ovsdb MAC)


Ethernet switching table : 4 entries, 4 learned
Routing instance : default-switch
   Vlan                MAC                 MAC      Logical                Active
   name                address             flags    interface              source
   bd-7                00:00:5e:01:00:01   DR       esi.1760               05:00:00:fc:00:00:00:00:07:00
   bd-7                00:50:56:a2:44:b0   D        xe-0/0/3.0
   bd-7                02:05:86:71:12:00   D        vtep.32769             10.255.0.1
   bd-7                02:05:86:71:17:00   D        vtep.32770             10.255.0.2

{master:0}
root@Leaf1>


Leaf 2


Code Block
titleshow vlan and ethernet-switch
{master:0}
root@Leaf2> show vlans

Routing instance        VLAN name             Tag          Interfaces
default-switch          bd-7                  100
                                                           esi.1751*
                                                           vtep.32769*
                                                           vtep.32770*
                                                           vtep.32771*
                                                           xe-0/0/2.0*
default-switch          default               1



root@Leaf2> show ethernet-switching table vlan-name bd-7

MAC flags (S - static MAC, D - dynamic MAC, L - locally learned, P - Persistent static
           SE - statistics enabled, NM - non configured MAC, R - remote PE MAC, O - ovsdb MAC)


Ethernet switching table : 5 entries, 5 learned
Routing instance : default-switch
   Vlan                MAC                 MAC      Logical                Active
   name                address             flags    interface              source
   bd-7                00:00:5e:01:00:01   DR       esi.1751               05:00:00:fc:00:00:00:00:07:00
   bd-7                00:50:56:a2:44:b0   D        vtep.32771             10.255.0.3
   bd-7                00:50:56:a2:d3:ca   D        xe-0/0/2.0
   bd-7                02:05:86:71:12:00   D        vtep.32769             10.255.0.1
   bd-7                02:05:86:71:17:00   D        vtep.32770             10.255.0.2




















...