IP information
Answer: Router>enable Router#config terminal
Router(config)#hostname Gotha
2) Enable-secret password (cisco10):
Gotha(config)#enable secret mi222ke
3) Set the console password to G8tors1:
Gotha(config)#line console 0
Gotha(config-line)#password G8tors1
Gotha(config-line)#login
Gotha(config-line)#exit
4) Set the Telnet password to dun63lap:
Gotha(config)#line vty 0 4
Gotha(config-line)#password dun63lap
Gotha(config-line)#login
Gotha(config-line)#exit
5) Configure Ethernet interface (on the right) of router Gotha:
Ethernet network 209.165.201.0 /27 – Router has the fourth assignable host address in subnet. Ethernet Interface on router R2 is Fast Ethernet 0/0 as per the exhibit
First we need to identify the subnet mask
Network: 209.165.201.0 /27
Subnet mask: /27: 27 bits = 8 + 8 + 8 + 3
=8(bits).8(bits).8(bits) .11100000 (3bits)
=255.255.255.11100000
=11100000 = 128+64+32+0+0+0+0+0
= 224
Subnet mask: 255.255.255.224
Different subnet networks and there valid first and last assignable host address range for above subnet mask are
Subnet Networks :::::: Valid Host address range :::::: Broadcast address
Leave a Reply