You are on page 1of 3

konfigurasi vlan

create vlan 10
name staff
vlan 20
name manager
vlan 30
name accounting
hidupkan port
int fa1/0
switchport mode access
switchport access vlan 10
int fa2/0
switchport mode access
switchport access vlan 20
int fa3/0
switchport mode access
switchport access vlan 30
mengecek
show vlan brief
hidupkan mode trunk
int fa0/0
switchport mode trunk
R1
no ip domain-lookup
isi ip
se0/0/0 & se0/0/1
ip address 10.10.20.1 255.255.255.0
no shutdown
hidupkan fa0/0
int fa0/0
no shutdown
mendaftarkan vlan
int fa0/0.10
encapsulation dot1Q 10
ip address 192.168.x.x 255.255.255.0
daftar eigrp
router eigrp 1
network 192.168.x.x
network 10.10.x.x 0.0.0.255
R1
se2/0
encapsulation frame-relay
frame-relay map ip 10.10.10.1 201 broadcast
frame-relay lmi-type ansi
ex
R4
se2/0

encapsulation frame-relay
frame-relay map ip 10.10.10.2 102 broadcast
frame-relay lmi-type ansi
ex
ip access-list extended acl
deny icmp 192.168.10.0 0.0.0.255 host 192.168.100.3
deny icmp 192.168.30.0 0.0.0.255 host 192.168.100.3
permit icmp any any
permit tcp any any eq www
ex
int fa0/0
ip access-group acl out
ex

=====================================
switch 3
no ip domain-lookup
vlan 10
name staff
ex
vlan 20
name manager
ex
vlan 30
name accounting
ex
int fa3/1
switchport mode trunk
ex
int fa0/1
switchport access vlan 10
switchport mode access
ex
int fa2/1 & int fa1/1 > sama
switch 4 > sama
R1
int fa0/0.10
encapsulation dot1Q 10
ip address 192.168.1.1 255.255.255.0
no shutdown
ex
int fa0/0.20 & fa0/0.30 > sama
int se2/0
ip address 10.10.10.1 255.255.255.0
encapsulation frame-relay
frame-relay map ip 10.10.10.1 102 broadcast
frame-relay interface-dlci 102
no sh
ex
int se3/0 > sama

router eigrp 1
network 192.168.1.0
network 192.168.2.0
network 192.168.3.0
network 10.10.10.0
network 10.10.20.0
no auto-sumary
ex
R2 & R3 > sama
R4
int fa0/0
ip address 192.168.100.1 255.255.255.0
no sh
ex
int se2/0
ip address 10.10.10.2 255.255.255.0
no sh
encapsulation frame-relay
frame-relap map ip 10.10.10.2 201 broad
frame-relay interface-dlci 201
ex
router eigrp 1
network 10.10.10.0
network 10.10.40.0
network 192.168.100.0
ip access-list extended acl
deny icmp 192.168.1.0 0.0.0.255 host 192.168.1.3
deny icmp 192.168.3.0 0.0.0.255 host 192.168.1.3
permit icmp any any
permit tcp any any eq www
ex
int fa0/0
ip access-group-acl out
ex

You might also like