cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
685
Views
3
Helpful
6
Replies

Simple NAT and WAN issue in Packet Tracer

Zelda
Level 1
Level 1

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!

1 Accepted Solution

Accepted Solutions

M02@rt37
VIP
VIP

Hello @Zelda 

For TS3.46 WAN, delete

encapsulation ppp

on Router R2 under interface serial 0/0/1

M02rt37_1-1701349575372.png

 

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

View solution in original post

6 Replies 6

balaji.bandi
Hall of Fame
Hall of Fame

I do not have PT to help you - check below configuration may help you :

https://www.balajibandi.com/?p=1643

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

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.

 


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

M02@rt37
VIP
VIP

Hello @Zelda 

For TS3.4A and B NAT add the Gateway On the Server...

M02rt37_0-1701349261710.png

After that PC1 can ping this Server

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

M02@rt37
VIP
VIP

Hello @Zelda 

For TS3.46 WAN, delete

encapsulation ppp

on Router R2 under interface serial 0/0/1

M02rt37_1-1701349575372.png

 

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

M02@rt37
VIP
VIP

Hello @Zelda 

For TS3.6B WAN, delete

encapsulation frame-relay

on Router R1 under interface serial 0/0/0

M02rt37_2-1701349751659.png

---

Do 

#show ip int erfacebrief

and check interfaces status 

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

Martin L
VIP
VIP

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 **