[CCNAv6 S4] 3.4.2.5 Packet Tracer - Troubleshooting GRE



Packet Tracer – Troubleshooting GRE
Addressing Table


Objectives

·         Find and Correct All Network Errors
·         Verify Connectivity
Scenario

A junior network administrator was hired to set up a GRE tunnel between two sites and was unable to complete the task. You have been asked to correct configuration errors in the company network.
Part 1:     Find and Correct All Network Errors.



Part 2:     Verify Connectivity
Step 1:     Ping PCA from PCB.

Attempt to ping the IP address of PCA from PCB. The ping should be successful.

Step 2:     Trace the path from PCA to PCB.

Attempt to trace the path from PCA to PCB. Note the lack of public IP addresses in the output.


Configuration RA:

enable
configure terminal
interface tunnel 0
 no ip address
interface g0/0
 no ip address
 ip address 172.31.0.1 255.255.255.0
interface tunnel 0
 ip address 192.168.1.1 255.255.255.252
 tunnel source s0/0/0
 tunnel destination 64.103.211.2
 tunnel mode gre ip
 no shutdown
 exit
no ip route 172.31.1.0 255.255.255.0 64.103.211.2
ip route 172.31.1.0 255.255.255.0 192.168.1.2
end
write memory
!

Configuration RB:

enable
configure terminal
interface tunnel 0
 tunnel source s0/0/0
 tunnel destination 209.165.122.2
 tunnel mode gre ip
 no shutdown
 exit
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