Write an IOS command so that the addresses in the private network are mapped to the public IP address 128.143.136.80.

What will be an ideal response?


```
ip nat inside source static 10.0.1.0 128.143.136.80
Students can use the other command sets.
ip nat pool o-ip 128.143.136.80 128.143.136.80 prefix 16
access-list 1 permit 10.0.1.0 0.0.0.255
ip nat inside source list 1 o-ip overload
```

Computer Science & Information Technology

You might also like to view...

The ____ property specifies how a field name will appear in different database objects.

A. Name B. Caption C. Font D. Format

Computer Science & Information Technology

________ is NOT an option available in the Drop Cap dialog box

A) Number of lines to drop B) The letter for the drop cap initial C) The size of the drop cap initial D) How far from the text the drop cap displays

Computer Science & Information Technology

Pointer events are supported only by certain versions of which browser?

A. Mozilla Firefox B. Google Chrome C. Apple Safari D. ?Microsoft Internet Explorer

Computer Science & Information Technology

Layers must be showing and unlocked in order to be merged.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology