Lompat ke konten Lompat ke sidebar Lompat ke footer

Cisco | Nexus VXLAN Static Peers








Konfigurasi Switch Leaf-1
feature ospf
feature bgp
feature interface-vlan
feature nv overlay
nv overlay evpn
feature vn-segment-vlan-based
install feature-set fex
install feature-set fabric
feature-set fabric

bootflash:nxos.7.0.3.I5.2.bin

Konfigurasi Switch Leaf-1
interface ethernet 1/1
des LINK TO SIPNE
no switchport
ip address 10.1.1.2/30
ip ospf network point-to-point
ip router ospf 100 area 0.0.0.0
no shut
exit

int loo0
ip add 1.1.1.1/32
#ip pim sparse-mode
ip router ospf 100 area 0.0.0.0
exit
router ospf 100
router-id 1.1.1.1
exit

Konfigurasi Switch Leaf-2
feature ospf
feature interface-vlan
feature nv overlay
feature vn-segment-vlan-based
boot nxos bootflash:nxos.7.0.3.I5.2.bin

interface ethernet 1/1
des LINK TO SIPNE
no switchport
ip address 10.2.2.2/30
ip ospf network point-to-point
ip router ospf 100 area 0.0.0.0
no shut
exit

int loo0
ip add 2.2.2.2/32
#ip pim sparse-mode
ip router ospf 100 area 0.0.0.0
exit

router ospf 100
router-id 2.2.2.2
exit


Konfigurasi Switch SPINE

feature ospf
feature interface-vlan
feature nv overlay
feature vn-segment-vlan-based
boot nxos bootflash:nxos.7.0.3.I5.2.bin

interface ethernet 1/1
des LINK TO SIPNE
no switchport
ip address 10.1.1.1/30
ip ospf network point-to-point
ip router ospf 100 area 0.0.0.0
no shut
exit

interface ethernet 1/2
des LINK TO SPINE
no switchport
ip address 10.2.2.1/30
ip ospf network point-to-point
ip router ospf 100 area 0.0.0.0
no shut
exit

int loo0
ip add 3.3.3.3/32
ip router ospf 100 area 0.0.0.0
exit
router ospf 100
router-id 3.3.3.3
exit

Lalu Buat Mapping ID ke VNI yg akan digunakan, sekaligus assign VLAN ke ID interface

Switch Leaf-1
vlan 100
vn-segment 100100
exit
vlan 200
vn-segment 100200
exit

interface ethernet 1/2
switchport
no shut
switchport mode access
switchport access vlan 100
exit

interface ethernet 1/3
switchport
no shut
switchport mode access
switchport access vlan 200
exit

Switch Leaf-2
vlan 100
vn-segment 100100
exit
vlan 200
vn-segment 100200
exit

interface ethernet 1/2
switchport
no shut
switchport mode access
switchport access vlan 100
exit

interface ethernet 1/3
switchport
no shut
switchport mode access
switchport access vlan 200
exit

Lalu Konfigurasi Interface tunnel VTEP (Virtual Tunnel End Point), By default mximal 4 vtep namun ada batasan licensi di lab ini sehingga hanya bisa 1.

Switch Leaf-1
interface nve 1
source-interface lo0
no shut
member vni 100100
ingress-replication protocol static
peer-ip 2.2.2.2
member vni 100200
ingress-replication protocol static
peer-ip 2.2.2.2
exit

Switch Leaf-2
interface nve 1
source-interface lo0
no shut
member vni 100100
ingress-replication protocol static
peer-ip 1.1.1.1
member vni 100200
ingress-replication protocol static
peer-ip 1.1.1.1
exit

Verifikasi:
# sh nve int




 



#sh nve peers detail















#show run interface nve1












Ping dari PC-1 ke PC-3









Sukses...!!!  :) 👍👍👍
vxlan
VXLAN

Posting Komentar untuk "Cisco | Nexus VXLAN Static Peers"