Specifications

Ensurepass.com Easy Test! Easy Pass!
Download the complete collection of Exam's Real Q&As www.ensurepass.com
Correct Answer:
On switch C:
SwitchC> enable
SwitchC# conf t
SwitchC(config)# int gi 0/1
SwitchC(config-if)# no switchport
SwitchC(config-if)# ip address 172.16.1.1 255.255.255.0
SwitchC(config-if)# no shutdown
SwitchC(config-if)# exit
SwitchC(config)# int vlan 2
SwitchC(config-if)# ip address 192.168.3.33 255.255.255.224
SwitchC(config-if)# no shutdown
SwitchC(config-if)# exit
SwitchC(config-if)# int vlan 3
SwitchC(config-if)# ip address 192.168.3.65 255.255.255.224
SwitchC(config-if)# no shutdown
SwitchC(config-if)# exit
SwitchC(config)# ip routing
SwitchC(config-router)# router eigrp 65010
SwitchC(config-router)# network 172.16.1.0 0.0.0.255
SwitchC(config-router)# network 192.168.3.32 0.0.0.31
SwitchC(config-router)# network 192.168.3.64 0.0.0.31
SwitchC(config-router)# no auto-summary
SwitchC(config-router)# end
SwitchC# copy running-config startup-config
QUESTION 145