VPLS IN TAMIL || VPLS AND MPLS || VPLS CONFIGURSTION IN TSMIL

VPLS IN TAMIL || VPLS AND MPLS || VPLS CONFIGURSTION IN TSMIL

476 Просмотров

WHAT IS VPLS ?
DIFFERENCE BETWEEN VPLS AND MPLS ?
VPLS CONFIGURATION .


CSR1
en
config t
hostname R1
int gig 1
ip add 192.1.12.1 255.255.255.0
no shut

int gig 2
ip add 192.1.13.1 255.255.255.0
no shut


int lo0
ip add 1.1.1.1 255.255.255.255
no shut

router eigrp 100
net 192.1.12.0
net 192.1.13.0
net 1.0.0.0

mpls ldp router-id lo0
interface fastEthernet 0/0
mpls ip
int gig 2
mpls ip

CSR2

en
config t
hostname R1
int gig 1
ip add 192.1.12.2 255.255.255.0
no shut

int gig 2
ip add 192.1.23.2 255.255.255.0
no shut


int lo0
ip add 2.2.2.2 255.255.255.255
no shut

router eigrp 100
net 192.1.12.0
net 192.1.23.0
net 2.0.0.0

mpls ldp router-id lo0
int gig 1
mpls ip
int gig 2
mpls ip


CSR3

int gig 1
ip add 192.1.23.3 255.255.255.0
no shut

int gig 2
ip add 192.1.13.3 255.255.255.0
no shut


int lo0
ip add 3.3.3.3 255.255.255.255
no shut

router eigrp 100
net 192.1.13.0
net 192.1.23.0
net 3.0.0.0

mpls ldp router-id lo0
int gig 1
mpls ip
int gig 2
mpls ip



cust-A-site 1

en
config t
no ip domain-lo0
line con 0
logg sync
no exec-timeout
int eth 0/0
no shut
int e 0/0.1
encapsulation dot1q 100
ip add 192.1.100.4 255.255.255.0
no shut
int lo0
ip add 10.4.4.4 255.255.255.0

router eigrp 100
net 192.1.100.0
net 10.0.0.0

cust-A-site 2

en
config t
no ip domain-lo0
line con 0
logg sync
no exec-timeout
int eth 0/0
no shut
int e 0/0.1
encapsulation dot1q 100
ip add 192.1.100.5 255.255.255.0
no shut
int lo0
ip add 10.5.5.5 255.255.255.0

router eigrp 100
net 192.1.100.0
net 10.0.0.0


cust-A-site 3

en
config t
no ip domain-lo0
line con 0
logg sync
no exec-timeout
int eth 0/0
no shut
int e 0/0.1
encapsulation dot1q 100
ip add 192.1.100.6 255.255.255.0
no shut
int lo0
ip add 10.6.6.6 255.255.255.0

router eigrp 100
net 192.1.100.0
net 10.0.0.0



vpls

csr1

int gig 3
no shut
service instance 5 ethernet
encapsulation dot1q 100
bridge-domain 123 #locally significant
l2 vfi CUSTA manual
vpn id 111
bridge domain 123
neighbour 2.2.2.2 encapsulation mpls
neighbour 3.3.3.3 encapsulation mpls


csr2

int gig 3
no shut
service instance 5 ethernet
encapsulation dot1q 100
bridge-domain 123 #locally significant
l2 vfi CUSTA manual
vpn id 111
bridge domain 123
neighbour 1.1.1.1 encapsulation mpls
neighbour 3.3.3.3 encapsulation mpls


csr3

int gig 3
no shut
service instance 5 ethernet
encapsulation dot1q 100
bridge-domain 123 #locally significant
l2 vfi CUSTA manual
vpn id 111
bridge domain 123
neighbour 1.1.1.1 encapsulation mpls
neighbour 2.2.2.2 encapsulation mpls

Тэги:

#cisco #ccie #ccie_sp #vpls #mpls
Ссылки и html тэги не поддерживаются


Комментарии: