STANDARD - ACCESS LIST #1
STANDARD - ACCESS LIST
Alat dan Bahan :
- Laptop / PC
- Cisco Packet Tracer
- Access List Standard cuma bisa memfilter pada IP Host atau IPNetwork.
- Access List Standard menggunakanr range number 1 – 99.
- Konfigurasi harus sedekat mungkin dengan destination.
- Direction in dan out ditentukan berdasarkan packages dari source menuju destination.
Switch(config)#int fa 0/1
Switch(config-if)#switchport mode trunk --> Enable Trunk mode
KONFIGURASI IP PADA ROUTER :
Pada Router 0 :
Router(config)#int fa 0/1
Router(config-if)#ip address 192.168.10.1 255.255.255.0 --> IP Client
Router(config-if)#no shutdown --> Active Port
Router(config)#int fa 0/0
Router(config-if)#ip address 10.10.10.1 255.255.255.0 --> IP Gateway
Router(config-if)#no shutdown --> Active Port
Pada Router 1 :
Router(config)#int fa 0/1
Router(config-if)#ip address 20.20.20.1 255.255.255.0 --> IP Server
Router(config-if)#no shutdown --> Active Port
Router(config)#int fa 0/0
Router(config-if)#ip address 10.10.10.2 255.255.255.0 --> IP Gateway
Router(config-if)#no shutdown --> Active Port
Pinging 20.20.20.2 with 32 bytes of data:
Reply from 10.10.10.2: Destination host unreachable.
Reply from 10.10.10.2: Destination host unreachable.
Reply from 10.10.10.2: Destination host unreachable.
Reply from 10.10.10.2: Destination host unreachable.
Pinging 20.20.20.2 with 32 bytes of data:
Reply from 10.10.10.2: Destination host unreachable.
Reply from 10.10.10.2: Destination host unreachable.
Reply from 10.10.10.2: Destination host unreachable.
Reply from 10.10.10.2: Destination host unreachable.
Komentar
Posting Komentar