Refer to the exhibit. An engineer assigns IP addressing to the current VLAN with three PCs. The configuration must also account for the expansion of 30 additional VLANS using the same Class C subnet for subnetting and host count. Which command set fulfills the request while reserving address space for the expected growth?

- ASwitch(config)#interface vlan 10 Switch(config-if)#ip address 192.168.0.1 265 255.255.252
- BSwitch(config)#interface vlan 10 Switch(config-if)#ip address 192.168.0.1 255 255.255.248 (correct answer)
- CSwitch(config)#interface vlan 10 Switch(config-if)#ip address 192.168.0.1 255 255.255.0
- DSwitch(config)#interface vlan 10 Switch(config-if)#ip address 192.168.0.1 255.255.255.128
Reveal answer & explanationHide answer
The correct answer is B. Option B: Switch(config)#interface vlan 10 Switch(config-if)#ip address 192.168.0.1 255 255.255.248
Explanation
A VLAN creates a separate Layer 2 broadcast domain on switched infrastructure. OSPF elects a designated router on multiaccess networks to reduce adjacency and LSA exchange overhead.




