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...

Which panel holds the Optical Margin Alignment option?

What will be an ideal response?

Computer Science & Information Technology

At which Ethernet interface speeds is the default duplex setting half?

A) 1 Gbps B) 10 Gbps C) 10 Mbps D) 100 Mbps

Computer Science & Information Technology

A(n) polymorphic threat is one that over time changes the way it appears to antivirus software programs, making it undetectable by techniques that look for preconfigured signatures. _________________________

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

Computer Science & Information Technology

What happens to previously configured communications to a controller if its IP address is modified?

What will be an ideal response?

Computer Science & Information Technology