Design, configure, and troubleshoot complex enterprise network topologies with hands-on simulations
Configure enterprise-grade switches and routers
Router(config)# interface FastEthernet0/1
Router(config-if)# ip address 192.168.0.1 255.255.255.0
Router(config-if)# no shutdown
Router(config-if)# exit
Router(config)# router ospf 1
Router(config-router)# network 192.168.0.0 0.0.0.255 area 1
Configuring Multi-Area OSPF
Set up proper inter-area routing between two company regional offices
Configure VLANs100