Cara Configurasi Cisco IOS Inter VLAN Routing

Ketemu lagi dengan saya Een Pahlefi, jika sebelum nya saya sudah membahas configurasi switch trunk di cisco IOS kini kita akan kembangkan topologi lebih lanjut menggunakan Router Layer3

Topologi ini dalam materi cisco juga disebut dengan Router-On-A-Stick, dimana sebuah router layer 3 terpisah dengan switch layer 2 nya.


Langung saja kita praktekan

Router-Distribusi
---------------------------------------------------------------------------------
Aktifkan/Enable Semua Interface

Router-Distribusi(config)#interface range ethernet 0/0-3
Router-Distribusi(config-if-range)#shutdown

-----------------------------------------------------------------------------------

interface Ethernet0/0.22
encapsulation dot1Q 22
ip address 192.168.22.1 255.255.255.0

interface Ethernet0/0.23
encapsulation dot1Q 23
ip address 192.168.23.1 255.255.255.0

Switch-1
---------------------------------------------------------------------------------
Aktifkan/Enable Semua Interface

Switch-1>enable
Switch-1#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Switch-1(config)#interface range ethernet 0/0-3
Switch-1(config-if-range)#shutdown

-----------------------------------------------------------------------------------

interface Ethernet0/0
switchport access vlan 22
switchport mode access

interface Ethernet0/1
switchport access vlan 23
switchport mode access

interface Ethernet0/3
switchport trunk encapsulation dot1q
switchport mode trunk
#write

Switch-2

---------------------------------------------------------------------------------
Aktifkan/Enable Semua Interface

Switch-2>enable
Switch-2#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Switch-2(config)#interface range ethernet 0/0-3
Switch-2(config-if-range)#shutdown


-----------------------------------------------------------------------------------

interface Ethernet0/0
switchport access vlan 22
switchport mode access

interface Ethernet0/1
switchport access vlan 23
switchport mode access

interface Ethernet0/3
switchport trunk encapsulation dot1q
switchport mode trunk
#write

Semoga Bermanfaat
Penulis : Een Pahlefi,S.Kom

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel