Inter-Vlan VS VXLAN Routing - Packet Walk - Symmetric vs Asymmetric - Part1

Поделиться
HTML-код
  • Опубликовано: 4 фев 2024
  • This is Part1 of 'Inter-Vlan VS VXLAN Routing'. In this video, I have demonstrated how inter-Vlan routing works. Configuration and in-depth analysis of Asymmetric vs Symmetric Routing in VLANs.
    This video is for VXLAN beginners. We will configure a simple topology step-by-step from scratch and see an in-depth packet walk from the very first packet. I will be using Arista switches; however, the concept is standard, so it works similarly for other vendors like Cisco, etc.
    If you want the pdf of the slides shown in this video, email me at ccie.ots@gmail.com
    For detailed ARP process watch this video:
    • Switching VS Routing -...
    1:23 Asymmetric Intervlan Routing
    14:13 Symmetric Intervlan Routing
    Configurations used in this video:
    =========Asymmetric IRB=========
    cleaf1:
    ip routing
    vlan 10,20
    interface vlan10
    ip address 172.16.10.254/24
    interface vlan20
    ip address 172.16.20.253/24
    interface Ethernet1
    switchport trunk allowed vlan 10,20
    switchport mode trunk
    no shutdown
    interface Ethernet5
    switchport trunk allowed vlan 10
    switchport mode trunk
    no shutdown
    bleaf1:
    ip routing
    vlan 10,20
    interface vlan10
    ip address 172.16.10.253/24
    interface vlan20
    ip address 172.16.20.254/24
    interface Ethernet1
    switchport trunk allowed vlan 10,20
    switchport mode trunk
    no shutdown
    interface Ethernet5
    switchport trunk allowed vlan 20
    switchport mode trunk
    no shutdown
    spine1:
    vlan 10,20
    interface Ethernet1,3
    switchport trunk allowed vlan 10,20
    switchport mode trunk
    no shutdown
    server1:
    ip routing
    vlan 10
    interface vlan10
    ip address 172.16.10.1/24
    interface Ethernet1
    switchport trunk allowed vlan 10
    switchport mode trunk
    no shutdown
    ip route 0.0.0.0/0 172.16.10.254
    server2:
    ip routing
    vlan 20
    interface vlan20
    ip address 172.16.20.1/24
    interface Ethernet1
    switchport trunk allowed vlan 20
    switchport mode trunk
    no shutdown
    ip route 0.0.0.0/0 172.16.20.254
    =========Symmetric IRB=========
    cleaf1:
    ip routing
    vlan 10,30
    interface vlan10
    ip address 172.16.10.254/24
    interface vlan30
    ip address 172.16.30.1/24
    interface Ethernet1
    switchport trunk allowed vlan 30
    switchport mode trunk
    no shutdown
    interface Ethernet5
    switchport trunk allowed vlan 10
    switchport mode trunk
    no shutdown
    ip route 172.16.20.0/24 172.16.30.2
    bleaf1:
    ip routing
    vlan 20,30
    interface vlan20
    ip address 172.16.20.254/24
    interface vlan30
    ip address 172.16.30.2/24
    interface Ethernet1
    switchport trunk allowed vlan 30
    switchport mode trunk
    no shutdown
    interface Ethernet5
    switchport trunk allowed vlan 20
    switchport mode trunk
    no shutdown
    ip route 172.16.10.0/24 172.16.30.1
    spine1:
    vlan 30
    interface Ethernet1,3
    switchport trunk allowed vlan 30
    switchport mode trunk
    no shutdown
    server1: same as above
    server2: same as above
  • НаукаНаука

Комментарии • 2

  • @kellymoses8566
    @kellymoses8566 5 месяцев назад

    I really like VXLAN and think it should replace STP.