I have a question.
I am currebtly studing for my ICDN 2 exam and have a question regarding PAT config.
I have two main sourcea, on of the sources states that I need to carry out the following config to setup PAT, the configure goes something like this :
config t
int e 0
ip nat inside
int s 0
ip nat outside
access-list 1 permit 10.1.1.0 0.0.0.255
ip nat inside source list 1 interface s 0 overload
but the other config is asking me to setup address pool stating my external address and then ;
ip nat inside source list 1 pool testpool overload
My question is which methos is the recommended method and which one whill be tested on the exam? If the answer is both then how do you config the first example to use a range of global inside addresses,because at the moment I see that that I have pointed the router to int s 0 which will be configured with only one ip address assigned to it..
Thanks
I am currebtly studing for my ICDN 2 exam and have a question regarding PAT config.
I have two main sourcea, on of the sources states that I need to carry out the following config to setup PAT, the configure goes something like this :
config t
int e 0
ip nat inside
int s 0
ip nat outside
access-list 1 permit 10.1.1.0 0.0.0.255
ip nat inside source list 1 interface s 0 overload
but the other config is asking me to setup address pool stating my external address and then ;
ip nat inside source list 1 pool testpool overload
My question is which methos is the recommended method and which one whill be tested on the exam? If the answer is both then how do you config the first example to use a range of global inside addresses,because at the moment I see that that I have pointed the router to int s 0 which will be configured with only one ip address assigned to it..
Thanks