Belajar Menggunakan port bvi di ericsson Router ,

Belajar Menggunakan port bvi di ericsson Router ,
Tujuan , agar dua port / lebih bisa menggunakan 1 ip dengan range yang sama , kalo di huawei kita pake interface virtual dengan korelasi vsi , atau kalo di cisco kita bisa pake interface vlan , dan bermain swc port mode trunk di l3 nya

port bvi BVI
mtu 1522
no shutdown
bridge name BVI_1
encapsulation dot1q
dot1q pvc 211 profile telko
bind interface Virtual_Interface_1/1.211 2G
dot1q pvc 311 profile telko
bind interface Virtual_Interface_1/1.311 3G
dot1q pvc 411 profile telko
bind interface Virtual_Interface_1/1.411 4G
dot1q pvc 1011 profile telko
bind interface Virtual_Interface_1/1.1011 5G
!

bridge BVI_1
port 1/1 service-instance 211
port 1/1 service-instance 311
port 1/1 service-instance 411
port 1/1 service-instance 1011
port 1/5 service-instance 211
port 1/5 service-instance 311
port 1/5 service-instance 411
port 1/5 service-instance 1011
!
end

port ethernet 1/1
description Link_to_BTS_4
encapsulation dot1q
service-instance 211
match
dot1q 211
service-instance 311
match
dot1q 311
service-instance 411
match
dot1q 411
service-instance 1011
match
dot1q 1011
!
port ethernet 1/5
description Link_to_Router_X
encapsulation dot1q
service-instance 211
match
dot1q 211
service-instance 311
match
dot1q 311
service-instance 411
match
dot1q 411
service-instance 1011
match
dot1q 1011
!

[2G]Ericsson#show configuration
Building configuration…

Current configuration:
!
context 2G vpn-rd 109:99
!
!

!
!
interface Virtual_Interface_1/1.211
description 2G
ip address 99.183.31.9/28
!
!
!
!
!
router bgp vpn
address-family ipv4 unicast
export
route-target 109:99
import
route-target 109:86
route-target 109:99
redistribute connected
!
!
!
!
no logging console

Leave a comment