Answer: Router>enable
Explanation:
Router#config terminal
Router(config)#hostname weaver
weaver(config)#ip nat pool test 198.18.191.145 198.18.191.150 255.255.255.248 weaver(config)#ip nat inside source list 1 pool test overload weaver(config)#access-list 1 permit 192.168.108.32 0.0.0.31 weaver(config)#interface fa0/0
weaver(config-if)#ip address 192.168.108.62 255.255.255.224 weaver(config-if)#ip nat inside
weaver(config-if)#interface s0/0
weaver(config-if)#ip nat outside
This question was in the exam today
Subnet musk 255.255.255.248 for the range of IP address 198.18.191.145-198.18.191.150 not accepted.
Subnet numbers are 198.18.191.136 – 198.18.191.144 – 198.18.191.152 (with broadcast address 198.18.191.151). So yes the range with it’s mask is correct.