Question

PC33 and PC55 are connected to two different network. A router RX is used to allow...

PC33 and PC55 are connected to two different network. A router RX is used to allow communication between hosts attached to the two networks.

  1. PC55 is connected to a local area network. What is the network ID for that network?

  2. For the network mentioned in (1), where should we assign the gateway address? (For each device, write its name and its port/interface based on the given diagram, no IOS command for this question).

  3. Select one of the devices mentioned in (2), write a complete IOS command to set up a gateway. (Include the prompt symbol in your command. Gateway address should be the first usable IP address for that network)

  4. You plan to access the switch S5 remotely. Write the IOS command(s) to make this happen (come up a valid IP address for S5)

Homework Answers

Answer #1

Answer 1
***********
192.33.33.33 and default subnet mask is 255.255.0.0 as /16 is given so if we perform AND operation on both then we get network address

192.33.33.33
255.255.0.0
--------------
192.33.0.0

Answer 2
************
192.33.0.1 Gateway address port Fa0/1 On RX

Answer 3
************

ip address 192.33.0.1 255.255.0.0

Answer 4
************
SW3(config)#int Fa0/3
SW3(config-if)#
SW3(config-if)#
SW3(config-if)#ip address 192.33.0.2 255.255.0.0
SW3(config-if)#no shutdown

Thanks

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions