Can someone help clarify this task?
Thanks
B
-----------------------------------------------------------------------------------------------------------------------
This is the DSG solution for this task.

R7
int s0/1/0
ip nat outside
!
 ip nat outside source static udp  150.10.78.8 520   240.0.0.9  520
 
Here are my questions:
According to the Docd the <local-ip> ip address  should be taken from the 
address space routable on the inside (RFC 1918...). How is this consistent with 
the address 224.0.0.9 used in the DSG?  

Also, the DSG says the solution is Static NAT, bidirectional..
Are we dealing with  Static NAT or Port Static NAT ?
 
--------------------------------------------------------------------------------------------------------------------------- -----------
From cisco.com
 
Static NAT 
ip nat outside source static global-ip local-ip  [...]
 
Port Static NAT 
ip nat outside source static {tcp | udp} global-ip global-port local-ip 
local-port [...]
 
Local-ip:  Specifies the local IP address of an outside host as it appears to 
the inside network. The address was allocated from address space routable on 
the inside (RFC 1918, Address Allocation for Private Internets). 

_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Reply via email to