[CCNAv6 S4] 8.2.4.12 Packet Tracer - Troubleshooting Enterprise Networks 1



Packet Tracer – Troubleshooting Enterprise Networks 1
Addressing Table


Background

This activity uses a variety of technologies you have encountered during your CCNA studies, including VLANs, STP, routing, inter-VLAN routing, DHCP, NAT, PPP, and Frame Relay. Your task is to review the requirements, isolate and resolve any issues, and then document the steps you took to verify the requirements.
Requirements

VLANs and Access

·         S2 is the spanning-tree root for VLAN 1, 10, and 20. S3 is the spanning-tree root for VLAN 30 and 88.
·         The trunk links connecting the switches are in native VLAN 99.
·         R3 is responsible for inter-VLAN routing and serves as the DHCP server for VLANs 10, 20, and 30.
Routing

·         Each router is configured with EIGRP and uses AS 22.
·         R2 is configured with a default route pointing to the ISP and redistributes the default route.
·         NAT is configured on R2 and no untranslated addresses are permitted to cross the Internet.
WAN Technologies

·         The serial link between R1 and R2 uses Frame Relay.
·         The serial link between R2 and R3 uses HDLC encapsulation.
·         The serial link between R1 and R3 uses PPP with CHAP.
Connectivity

·         Devices should be configured according to the Addressing Table.
·         Every device should be able to ping every other device.
Troubleshooting Documentation


Verification Documentation

Capture output from verification commands and provide documentation proving that each of the requirements has been satisfied.

Suggested Scoring Rubric

Packet Tracer scores 60 points. The troubleshooting documentation and instructor verification is worth 40 points.





Configuration S1:

enable
configure terminal
interface range f0/1-4
 switchport trunk native vlan 99
 end
write memory
!

Configuration S2:

enable
configure terminal
spanning-tree vlan 1,10,20 root primary
end
write memory
!

Configuration S3:

enable
configure terminal
spanning-tree vlan 30,88 root primary
interface GigabitEthernet0/1
 switchport mode trunk
 end
write memory
!

Configuration  R1:

enable
configure terminal
no username ccna password  ciscoccna
username R3 password  ciscoccna
interface Serial0/0/0
 encapsulation frame-relay
 exit
router eigrp 22
 no auto-summary
 end
write memory

!
Configuration  R2:

enable
configure terminal
interface GigabitEthernet0/0
 no ip nat outside
 ip nat inside
interface GigabitEthernet0/1
 ip nat outside
 exit
router eigrp 22
 passive-interface GigabitEthernet0/0
 exit
!
no ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/0
ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/1
end
write memory
!

Configuration  R3:

enable
configure terminal
router eigrp 22
 passive-interface GigabitEthernet0/1.10
 passive-interface GigabitEthernet0/1.20
 passive-interface GigabitEthernet0/1.30
 passive-interface GigabitEthernet0/1.88
 no auto-summary
!
interface Serial0/0/1
 no ip helper-address 10.2.2.1
 exit
no username ccna password  ciscoccna
end
write memory
!

END !~!



Nhận xét

Bài đăng phổ biến từ blog này

[CCNAv6 S4] 8.2.4.14 Packet Tracer - Troubleshooting Enterprise Networks 3

[CCNAv6 S2] 2.2.2.4 Packet Tracer - Configuring IPv4 Static and Default Routes

[CCNAv6 S2] 7.3.2.4 Packet Tracer - Troubleshooting Standard IPv4 ACLs