I've been working on my NAT labs, I know that the NAT pool sims are particularly popular, but I'm wondering about how the situation would go and how much information they will give me.
In my study guide, I have a NAT pool scenario that, in short, states what the range of private IPs that need translating are and more or less tells you where it would need to be implemented (everything else is set up, like the nat direction on the interfaces, etc.)
Okay, this scenario is easy enough according to the study guide. It says that really the only thing you need to do is set up an access list specifying the 62 ip addresses, starting with the first one. So, if the range is 192.168.10.10 and it goes to 192.168.10.40, the standard access list would look like this;
access-list 10 pemit 192.168.10.10 0.0.0.39
Then apply the access list with the nat command;
ip nat inside source list 10 interface Serial 0 overload
And, according to the guide, that's all that's needed (in a situation where you have only 6 available public IPs, I forgot to mention, sorry.)
My CCNA lab sim package has a pool lab in it also, but things are a little different. It specifies the creation of a loopback 0 interface and the solution for the lab necessitates the creation of a pool with the nat command. So, basically, the commands for nat with a pool range of 192.168.200.2-101 go like this;
ip nat pool goodpool 192.168.200.2 192.168.200.101 netmask 255.255.255.0
access-list 10 permit 192.168.101.0 0.0.0.255
ip nat inside source list 10 pool goodpool
So, really, I have two questions;
1 - Would the solution in the first scenario be able to work? I got it working in my sim, but sims are known to be flakey.
2 - Supposing that on the exam I would need to create a pool with the nat command before applying it and an access list together, how can it possibly be graded? To begin with with, there are a number of variables that Cisco likely does not supply; the name of the pool to be created and the specific number of the ACL.
If an OSPF lab is on the test, grading it I guess is simple enough because the variables for setting up the area and such are on the other routers in the lab situation. Really, you need to know how setting up the network parameters work in a VLSM situation (find the network number, apply the wildcard mask to the network added).
Can someone help me get a handle on how the NAT scenario will work and which solution they're looking for? I need help and don't want to retake the exam again.
-SnowNinja
In my study guide, I have a NAT pool scenario that, in short, states what the range of private IPs that need translating are and more or less tells you where it would need to be implemented (everything else is set up, like the nat direction on the interfaces, etc.)
Okay, this scenario is easy enough according to the study guide. It says that really the only thing you need to do is set up an access list specifying the 62 ip addresses, starting with the first one. So, if the range is 192.168.10.10 and it goes to 192.168.10.40, the standard access list would look like this;
access-list 10 pemit 192.168.10.10 0.0.0.39
Then apply the access list with the nat command;
ip nat inside source list 10 interface Serial 0 overload
And, according to the guide, that's all that's needed (in a situation where you have only 6 available public IPs, I forgot to mention, sorry.)
My CCNA lab sim package has a pool lab in it also, but things are a little different. It specifies the creation of a loopback 0 interface and the solution for the lab necessitates the creation of a pool with the nat command. So, basically, the commands for nat with a pool range of 192.168.200.2-101 go like this;
ip nat pool goodpool 192.168.200.2 192.168.200.101 netmask 255.255.255.0
access-list 10 permit 192.168.101.0 0.0.0.255
ip nat inside source list 10 pool goodpool
So, really, I have two questions;
1 - Would the solution in the first scenario be able to work? I got it working in my sim, but sims are known to be flakey.
2 - Supposing that on the exam I would need to create a pool with the nat command before applying it and an access list together, how can it possibly be graded? To begin with with, there are a number of variables that Cisco likely does not supply; the name of the pool to be created and the specific number of the ACL.
If an OSPF lab is on the test, grading it I guess is simple enough because the variables for setting up the area and such are on the other routers in the lab situation. Really, you need to know how setting up the network parameters work in a VLSM situation (find the network number, apply the wildcard mask to the network added).
Can someone help me get a handle on how the NAT scenario will work and which solution they're looking for? I need help and don't want to retake the exam again.
-SnowNinja