User Manual

386
Users Manual of XGS-6350-24X4C
ip nat inside source list a1 pool net-208
!
interface vlan10
ip address 171.69.232.182 255.255.255.240
ip nat outside
!
interface vlan11
ip address 192.168.1.94 255.255.255.0
ip nat inside
!
ip access-list standard a1
permit 192.168.1.0 255.255.255.0
!
43.2.4.2 Inside Global Address Reloading Example
An address pool named net-208 is created in the following example. The address pool contains all addresses
from 171.69.233.208 to 171.69.233.233. The a1 access list permits all packets from source addresses from
192.168.1.0 to 192.168.1.255. If there is no transfer, packets matching the a1 access list are to be transferred
to one address the net-208 address pool. The routing switch authorizes multiple local addresses (from
192.168.1.0 to 192.168.1.255) to use the same global address. The routing switch stores the port numbers to
distinguish every connection.
ip nat pool net-208 171.69.233.208 171.69.233.233 255.255.255.240
ip nat inside source list a1 pool net-208 overload
!
interface vlan10
ip address 171.69.232.182 255.255.255.240
ip nat outside
!
interface vlan11
ip address 192.168.1.94 255.255.255.0
ip nat inside
!
ip access-list standard a1
permit 192.168.1.0 255.255.255.0
43.2.4.3 Example to overlapping address transfer
The following example shows that other users in the Internet are legally using the address in the local network.
Extra transfer is needed to access the outside network. The net-10 address pool is an outside local IP