Rehber Hakkında About the Guide
Bu rehber, modern ağ altyapılarında karşılaşılan en yaygın problemleri ve çözümlerini Cisco Packet Tracer simülasyonları ile açıklamaktadır. Her problem için hem problematik hem de çözülmüş Packet Tracer dosyaları mevcuttur.
Rehber, OSI modelinin farklı katmanlarında (L1-L7) oluşan problemleri kapsamakta ve ağ yöneticilerine pratik çözümler sunmaktadır.
This guide explains the most common problems encountered in modern network infrastructures and their solutions using Cisco Packet Tracer simulations. Both problematic and solved Packet Tracer files are available for each problem.
The guide covers problems occurring at different layers of the OSI model (L1-L7) and provides practical solutions for network administrators.
Packet Tracer Dosyaları Packet Tracer Files
Çözüm Adımları Solution Steps
- Port'u access moduna alın Set port to access mode
- Port Security'yi etkinleştirin Enable Port Security
- Sticky MAC özelliğini aktifleştirin Enable Sticky MAC feature
- Violation action'ı restrict olarak ayarlayın Set violation action to restrict
Switch(config-if)# switchport mode access
Switch(config-if)# switchport port-security
Switch(config-if)# switchport port-security mac-address sticky
Switch(config-if)# switchport port-security violation restrict
Packet Tracer Dosyaları Packet Tracer Files
Çözüm Adımları Solution Steps
- VLAN'ları oluşturun Create VLANs
- Portları doğru VLAN'a atayın Assign ports to correct VLAN
- Trunk portları yapılandırın Configure trunk ports
- VLAN durumunu kontrol edin Check VLAN status
Switch(config-vlan)# name Finance
Switch(config)# interface FastEthernet0/2
Switch(config-if)# switchport mode access
Switch(config-if)# switchport access vlan 10
Packet Tracer Dosyaları Packet Tracer Files
Çözüm Adımları Solution Steps
- STP'nin etkin olduğunu kontrol edin Check that STP is enabled
- Root Bridge'i manuel olarak belirleyin Manually designate the Root Bridge
- Gereksiz bağlantıları geçici olarak kapatın Temporarily close unnecessary connections
- STP durumunu izleyin Monitor STP status
Switch# show spanning-tree vlan 1
Packet Tracer Dosyaları Packet Tracer Files
Çözüm Adımları Solution Steps
- Interface durumunu kontrol edin Check interface status
- Duplex ve speed ayarlarını eşleştirin Match duplex and speed settings
- Auto-negotiation'ı etkinleştirin Enable auto-negotiation
- Bağlantıyı test edin Test the connection
Switch(config-if)# duplex full
Switch(config-if)# speed 100
Packet Tracer Dosyaları Packet Tracer Files
Çözüm Adımları Solution Steps
- IP havuzunu genişletin Expand IP pool
- Subnet mask'ı büyütün Increase subnet mask
- Birden fazla DHCP pool tanımlayın Define multiple DHCP pools
- DHCP durumunu kontrol edin Check DHCP status
Router(dhcp-config)# network 10.10.10.0 255.255.255.0
Router(dhcp-config)# default-router 10.10.10.1
Packet Tracer Dosyaları Packet Tracer Files
Çözüm Adımları Solution Steps
- DHCP Snooping'i etkinleştirin Enable DHCP Snooping
- Güvenilir portları belirleyin Designate trusted ports
- İstemci portlarını güvensiz yapın Make client ports untrusted
- DHCP Snooping durumunu kontrol edin Check DHCP Snooping status
Switch(config)# ip dhcp snooping vlan 1
Switch(config)# interface FastEthernet0/1
Switch(config-if)# ip dhcp snooping trust
Packet Tracer Dosyaları Packet Tracer Files
Çözüm Adımları Solution Steps
- OSPF authentication'ı etkinleştirin Enable OSPF authentication
- Aynı MD5 anahtarını yapılandırın Configure the same MD5 key
- Key-ID'lerin eşleştiğini kontrol edin Check that Key-IDs match
- OSPF komşuluğunu doğrulayın Verify OSPF neighbor relationship
Router(config-if)# ip ospf authentication message-digest
Router(config-if)# ip ospf message-digest-key 1 md5 Alperen123
Packet Tracer Dosyaları Packet Tracer Files
Çözüm Adımları Solution Steps
- Routing tablosunu kontrol edin Check routing table
- Yanlış route'ları silin Delete incorrect routes
- Doğru statik route'ları ekleyin Add correct static routes
- Bağlantıyı test edin Test the connection
Router(config)# ip route 192.168.2.0 255.255.255.0 192.168.1.2
Packet Tracer Dosyaları Packet Tracer Files
Çözüm Adımları Solution Steps
- ACL içeriğini kontrol edin Check ACL content
- Interface ve yön ayarlarını doğrulayın Verify interface and direction settings
- ACL'i düzenleyin veya yeniden oluşturun Edit or recreate the ACL
- ACL'i test edin Test the ACL
Router(config)# interface FastEthernet0/0
Router(config-if)# ip access-group 101 in
Packet Tracer Dosyaları Packet Tracer Files
Çözüm Adımları Solution Steps
- Mevcut kanal kullanımını analiz edin Analyze current channel usage
- Girişim yapmayan kanalları seçin Select non-interfering channels
- Access Point'lerin kanallarını değiştirin Change Access Point channels
- Sinyal gücünü optimize edin Optimize signal strength
AP(config-if)# channel 6
AP(config-if)# power local maximum