Hi Team
I am referring to link :
http://www.akbintel.com/mediawiki/index.php/VPLS/Config
Case :
CE1 CE2
| |
SW1 - PE1 - P1 - PE2 - SW2
| |
CE3 CE4
!! CE1-CE2 are in VLAN12
!! CE3-CE4 are in VLAN34
I want CE1 to talk to CE2 and similarly CE3 to talk to CE4 . My config looks like following :
l2vpn
pw-class VPLS_CLASS
encapsulation mpls
transport-mode ethernet
bridge group VPLS_GROUP
bridge-domain VLAN12
$INT_TO_PE1_CE1.12
vfi 12
neighbor $PE2_lo0 pw-id 12
pw-class VPLS_CLASS
bridge-domain VLAN34
$INT_TO_PE1_CE1.34
vfi 34
neighbor $PE2_lo0 pw-id 34
pw-class VPLS_CLASS
My question is :
On a very high level ; can you please explain what is VFI functionality here ?
1) Do I need to create as many VFIs to make as many vlans on either side talk to each other ? For example in above case ; vfi12 is created to make vlan 12 talk to each other ans similarly vfi34 to make vlan 34 talk .
2) or can we have a vfi to make multiple Vlans talk to each other
What will be difference in 2 approaches ?