MLS and EIGRP Sim 2
You have been tasked with configuring multilayer SwitchC, which has a partial configuration and has been
attached to RouterC as shown in the topology diagram.
You need to configure SwitchC so that Hosts H1 and H2 can successful ping the server S1. Also SwitchC
needs to be able to ping server S1.
Due to administrative restrictions and requirementsyou should not add/delete vlans, changes VLAN port
assignments or create trunk links
Company policies forbid the use of static or default routing All routes must be learned via EIGRP 65010 routing
protocol.
You do not have access to RouteC, RouterC is correctly configured. No trunking has been configured on
RouterC.
Routed interfaces should use the lowest host on a subnet when possible. The following subnets are available to
implement this solution:
· 172.16.1.0/24
· 192.168.3.32/27
· 192.168.3.64/27
Hosts H1 and H2 are configured with the correct IP address and default gateway.
SwitchC uses Cisco as the enable password.
Routing must only be enabled for the specific subnets shown in the diagram.
Host1
Host 2
Answer:
Explanation:
On switch C:
enable
conf t
int gi0/1
no switchport
ip address 172.16.1.1 255.255.255.0
no shutdown
exit
int valn 2
ip address 192.168.3.33 255.255.255.224
no shutdown
exit
int vlan 3
ip address 192.168.3.65 255.255.255.224
no shutdown
exit
ip routing
router eigrp 65010
network 172.16.1.0 0.0.0.255
network 192.168.3.32 0.0.0.31
network 192.168.3.64 0.0.0.31
no auto-summary
end
copy running-config startup-config
Verification: We should be able to ping from SWITCHC to the gateway called “Server S1” [208.77.188.166]
You must obtain subnets and IP ADDRESS by yourself and this will be done by clicking on each host icon, then
write ipconfig and you will obtain ip addresses of the host, default gateway & subnet mask. The default gateway
address & subnet mask should be configured as SwitchC respective vlan ip’s