Search This Blog

Aliyamart 2014 Toyota Avanza 1.3 G Putih Cicilan murah

Aliyamart 2014 Toyota Avanza 1.3 G Putih Cicilan murah: Indonesia e-commerce web shoping. Rekomendasi harga spesifikasi baru atau bekas 2014 Toyota Avanza 1.3 G Putih Cicilan murah. TDP 15 Juta
angsuran 4.449.000 x 47 bulan

Tgn 1
Km 38rb
Mbl sangat Istimewa
Seperti baru
Bs cash/credit/tt
No sms/wa

Kondisi Istimewa , siap pakai , Interior Mewah Terawat

Proses Cepat Dan Mudah

SEMUA KENDARAAN DI JAMIN TIDAK BEKAS BANJIR

GNS3: VRRP and VRF in telco implementation

VRF and VRRP are common technique use in telco TCP/IP network in telecom to conect site RBS/BTS to BSC or NodeB to RNC.

NodeB and BTS usualy use static IP, point to default gateway in this case VRRP IP.


GNS3 network simulation

Logical IP design. The left side (PGW board, NWIE) is Ericsson BSC parts.

Network config I share here, vpcs here. I use c3600 router and c3725 switch.

The above network is implementation example  Abis over IP with VRF and VRRP.

GNS3 Cisco Any Transport PPP

We try Cisco Any Transport over MPLS over Ethernet, now we try it over PPP :)


Network diagram
VC verification
l2transport binding verification
Connectivity test
Tracerouter formR6 to R7, see how they connected "directly"


Please refer to  config on my previous posting for full MPLS config for R1,R2, R3.

R1 update config for s1/0:
!
interface Serial1/0
 no ip address
 encapsulation ppp
 mpls ip
 serial restart-delay 0
 xconnect 2.2.2.2 13 encapsulation mpls
!

R3 update config for s1/0:
!
interface Serial1/0
 no ip address
 encapsulation ppp
 mpls ip
 serial restart-delay 0
 xconnect 1.1.1.1 13 encapsulation mpls
!

R6 full config:

!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R6
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
no ip icmp rate-limit unreachable
ip cef
!
!
!
!
no ip domain lookup
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
archive
 log config
  hidekeys
!
!
!
!
ip tcp synwait-time 5
ip ssh version 1
!
!
!
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial1/0
 ip address 192.168.102.1 255.255.255.0
 encapsulation ppp
 mpls ip
 serial restart-delay 0
!
interface Serial1/1
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial1/2
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial1/3
 no ip address
 shutdown
 serial restart-delay 0
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
no cdp log mismatch duplex
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
gatekeeper
 shutdown
!
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line aux 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line vty 0 4
 login
!
!
end

R7 full config:

!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R7
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
no ip icmp rate-limit unreachable
ip cef
!
!
!
!
no ip domain lookup
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
archive
 log config
  hidekeys
!
!
!
!
ip tcp synwait-time 5
ip ssh version 1
!
!
!
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial1/0
 ip address 192.168.102.2 255.255.255.0
 encapsulation ppp
 serial restart-delay 0
!
interface Serial1/1
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial1/2
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial1/3
 no ip address
 shutdown
 serial restart-delay 0
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
no cdp log mismatch duplex
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
gatekeeper
 shutdown
!
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line aux 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line vty 0 4
 login
!
!
end