Konfigurasi Router on a Stick Dan Konfigurasi Inter-VLAN Routing

 Skema Jaringan 1 

Konfigurasi Router on a Stick



cara konfigurasi 
=================

Configure interface F0/6 and F0/11 as access ports and assign VLANs.

Assign PC1 to VLAN 10.

Assign PC3 to VLAN 30.

S1(config-vlan)# int fa0/11

S1(config-if)# switchport mode access

S1(config-if)# switchport access vlan 10

S1(config-if)# int fa0/6

S1(config-if)# switchport mode access

S1(config-if)# switchport access vlan 30


Create the subinterface G0/0.10

R1(config)# int g0/0.10

R1(config-subif)# encapsulation dot1Q 10

R1(config-subif)# ip address 172.17.10.1 255.255.255.0

R1(config-subif)# int g0/0.30

R1(config-subif)# encapsulation dot1Q 30

R1(config-subif)# ip address 172.17.30.1 255.255.255.0


Enable trunking.

S1(config-if)# int g0/1

S1(config-if)# switchport mode trunk

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

Skema Jaringan 2 

Konfigurasi Inter-VLAN Routing





cara Konfigurasi 

============

!S1!!!!!!!!!!!!!!

en

config t

interface vlan 99

ip address 172.17.99.10 255.255.255.0

no shutdown

ip default-gateway 172.17.99.1

!Note: VLAN naming only requires the first letter be correct

vlan 10

name Faculty/Staff

vlan 20

name Students

vlan 30

name Guest(Default)

vlan 88

name Native

vlan 99

name Management

interface range fa0/11 - 17

switchport mode access

switchport access vlan 10

interface range fa0/18 - 24

switchport mode access

switchport access vlan 20

interface range fa0/6 - 10

switchport mode access

switchport access vlan 30

interface g0/1

switchport mode trunk

switchport trunk native vlan 99

interface range fa0/1 - 5 , g1/2

shutdown

do write

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

!R1!!!!!!!!!!!!!!!!!!

 ena

 conf t

 interface GigabitEthernet0/1

 no shutdown

 interface GigabitEthernet0/1.10

 encapsulation dot1Q 10

 ip address 172.17.10.1 255.255.255.0

 interface GigabitEthernet0/1.20

 encapsulation dot1Q 20

 ip address 172.17.20.1 255.255.255.0

 interface GigabitEthernet0/1.30

 encapsulation dot1Q 30

 ip address 172.17.30.1 255.255.255.0

 interface GigabitEthernet0/1.88

 encapsulation dot1Q 88 native

 ip address 172.17.88.1 255.255.255.0

 interface GigabitEthernet0/1.99

 encapsulation dot1Q 99

 ip address 172.17.99.1 255.255.255.0

 do write

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

=======

12190295 

Moh. Chummaedi Amrullah 

12.4A.02

Universitas Nusa Mandiri Ciledug

758 Routing & Switch E

Komentar

Postingan populer dari blog ini

Konsep Routing