11-30-2023 02:31 AM
Hi guys,
I'm new to Packet Tracer and trying to learn more and more,
I'm stuck with 2 WAN and 2 NAT troubleshooting.
Would you please assist?
Appreciate in advance!
Solved! Go to Solution.
11-30-2023
05:06 AM
- last edited on
11-30-2023
04:02 PM
by
Translator
Hello @Zelda
For TS3.46 WAN, delete
encapsulation ppp
on Router R2 under interface serial 0/0/1
11-30-2023 03:39 AM
I do not have PT to help you - check below configuration may help you :
11-30-2023
12:37 PM
- last edited on
11-30-2023
03:52 PM
by
Translator
Hello
You could possibly tweak the solution suggested by Balaji a little if you desire..
On the NAT rtr - Have the primary default route towards the primary ISP-colt as a conditional default route tracked with ipsla with a low administrative distance and the secondary default route set with a higher admin distance than the primary, this will then by default route all traffic towards that ISP however it will allow you then just to policy base route any specific traffic towards ISP2 from only a single lan sub-interface plus you will have no requirement of any EEM scripting.
no event manager applet COLT_DOWN
no ip sla 20
ip route 0.0.0.0 0.0.0.0 <interface> 172.16.10.1 1 track 1 name ispcolt
ip route 0.0.0.0 0.0.0.0 <interface> 172.16.20.1 10 name ispbt
interface Ethernet0/0.1
no ip policy route-map COLT_PBR
Note: Policy based routing can become asymmetric meaning even if you policy route egress towards an different external path your return traffic may not route back the same way it exited.
11-30-2023 05:01 AM - edited 11-30-2023 05:02 AM
Hello @Zelda
For TS3.4A and B NAT add the Gateway On the Server...
After that PC1 can ping this Server
11-30-2023
05:06 AM
- last edited on
11-30-2023
04:02 PM
by
Translator
Hello @Zelda
For TS3.46 WAN, delete
encapsulation ppp
on Router R2 under interface serial 0/0/1
11-30-2023
05:09 AM
- last edited on
11-30-2023
04:04 PM
by
Translator
Hello @Zelda
For TS3.6B WAN, delete
encapsulation frame-relay
on Router R1 under interface serial 0/0/0
---
Do
#show ip int erfacebrief
and check interfaces status
11-30-2023 06:04 AM
frame-relay ? I don't think that WAN tech is still supported and tested on exam; it should be replaced by PPP or HDLC and more likely by PPPoE.
Regards, ML
**Please Rate All Helpful Responses **
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide