Cara Configurasi Cisco IOS Inter VLAN Routing Multi Layer Switch
Monday, December 30, 2019
Edit
Bertemu lagi dengan saya Een Pahlefi, untuk menghungkan vlan yang berbeda kita membutuhkan perangkat layer 3, di produk hardware cisco terdapat perangkat layer 3 switch yang artinya dia bisa dijadikan switch dan sekaligus juga bisa digunakan untuk routing, biasa dikenal dengan MLS (Multi Layer Switch).
Sebelum ke praktek ada baik nya kalian membawa postingan saya sebelum nya yaitu https://eenpahlefi-banjarmasin.blogspot.com/2019/12/cara-configurasi-cisco-ios-inter-vlan-routing.html
Baiklah langsung saja ke praktek
Multi Layer Switch
interface Ethernet0/0
switchport access vlan 22
switchport mode access
interface Ethernet0/1
switchport access vlan 23
switchport mode access
interface Ethernet0/2
switchport access vlan 23
switchport mode access
interface Ethernet0/3
switchport access vlan 22
switchport mode access
interface Vlan22
ip address 192.168.22.1 255.255.255.0
interface Vlan23
ip address 192.168.23.1 255.255.255.0
Switch#show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
+ - replicated route, % - next hop override
Gateway of last resort is not set
192.168.22.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.22.0/24 is directly connected, Vlan22
L 192.168.22.1/32 is directly connected, Vlan22
192.168.23.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.23.0/24 is directly connected, Vlan23
L 192.168.23.1/32 is directly connected, Vlan23
Sebelum ke praktek ada baik nya kalian membawa postingan saya sebelum nya yaitu https://eenpahlefi-banjarmasin.blogspot.com/2019/12/cara-configurasi-cisco-ios-inter-vlan-routing.html
Baiklah langsung saja ke praktek
Multi Layer Switch
interface Ethernet0/0
switchport access vlan 22
switchport mode access
interface Ethernet0/1
switchport access vlan 23
switchport mode access
interface Ethernet0/2
switchport access vlan 23
switchport mode access
interface Ethernet0/3
switchport access vlan 22
switchport mode access
interface Vlan22
ip address 192.168.22.1 255.255.255.0
interface Vlan23
ip address 192.168.23.1 255.255.255.0
Switch#show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
+ - replicated route, % - next hop override
Gateway of last resort is not set
192.168.22.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.22.0/24 is directly connected, Vlan22
L 192.168.22.1/32 is directly connected, Vlan22
192.168.23.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.23.0/24 is directly connected, Vlan23
L 192.168.23.1/32 is directly connected, Vlan23