Information Technology Reference
In-Depth Information
Scenario
This scenario uses a configuration to review your skills with IP addressing and NAT. Use the
following configuration to answer the questions in this section:
hostname router
!
ip nat pool local 100.100.1.1 100.100.1.126 netmask 255.255.255.0
!
ip nat inside source list 10 pool local
!
interface ethernet 0
description outside interface
ip address 10.1.2.1 255.255.255.0
ip nat inside
!
interface serial 0
description inside interface
ip address 100.100.1.129 255.255.255.252
ip nat outside
!
access-list 10 permit 10.1.4.0 0.0.3.255
access-list 11 permit 10.1.16.0 0.0.0.255
1
Which range of addresses is permitted to access the outside through NAT?
a. From 10.1.4.1 to 10.1.7.255 and from 10.1.16.1 to 10.1.16.255
b. From 10.1.4.1 to 10.1.7.255
c. From 10.1.4.1 to 10.1.16.0
d. From 10.1.4.1 to 10.1.4.255 and from 10.1.16.1 to 10.1.16.255
Which type of address is 10.1.4.10?
2
a. Inside local address
b. Outside global address
c. Inside global address
d. Outside local address
Which type of address is 100.100.1.30?
3
a. Inside local address
b. Outside global address
c. Inside global address
d. Outside local address
Search WWH ::




Custom Search