Lab 42. STP Features : UplinkFast

Jumat, 21 Februari 2014

Lab 42. STP Features : UplinkFast



Uplinkfast digunakan untuk meningkatkan waktu convergence dari spanning-tree jika terjadi failure link..
Uplinkfast didesign untuk berjalan switch yang memiliki backup link (port block)..


IDN1

interface vlan 10
ip address 192.168.10.1 255.255.255.0
!
interface FastEthernet0/1
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface FastEthernet0/2
switchport trunk encapsulation dot1q
switchport mode trunk
!
spanning-tree uplinkfast


IDN2

interface vlan 10
ip address 192.168.10.2 255.255.255.0
!
interface FastEthernet0/1
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface FastEthernet0/2
switchport trunk encapsulation dot1q
switchport mode trunk
!
spanning-tree uplinkfast


Untuk pengecekannya dengan tes ping antar switch, bisa dirasakan jika menggunakan uplinkfast convergence timenya tidak berasa...

0 komentar :

Posting Komentar