READ Free Dumps For Cisco- 200-125
Question ID 15987 | Drag the cable type on the left to the purpose for which it is best suited on the right. (Not all |
Option A | Answer : Explanation: To remember which type of cable you should use, follow these tips: - To connect two serial interfaces of 2 routers we use serial cable To specify when we use crossover cable or straight-through cable, we should remember: Group 1: Router, Host, Server Group 2: Hub, Switch One device in group 1 + One device in group 2: use straight-through cable Two devices in the same group: use crossover cable For example: we use straight-through cable to connect switch to router, switch to host, hub to host, hub to server and we use crossover cable to connect switch to switch, switch to hub, router to router, host to host) Topic 2, LAN Switching Technologies |
Correct Answer | A |
Question ID 15988 | Refer to the exhibit. A technician has installed SwitchB and needs to configure it for remote access from the |
Option A | SwitchB(config)# interface FastEthernet 0/1 SwitchB(config-if)# ip address 192.168.8.252 255.255.255.0 SwitchB(config-if)# no shutdown |
Option B | SwitchB(config)# interface vlan 1 SwitchB(config-if)# ip address 192.168.8.252 255.255.255.0 SwitchB(config-if)# ip default-gateway 192.168.8.254 255.255.255.0 SwitchB(config-if)# no shutdown |
Option C | SwitchB(config)# ip default-gateway 192.168.8.254 SwitchB(config)# interface vlan 1 SwitchB(config-if)# ip address 192.168.8.252 255.255.255.0 SwitchB(config-if)# no shutdown |
Option D | SwitchB(config)# ip default-network 192.168.8.254 SwitchB(config)# interface vlan 1 SwitchB(config-if)# ip address 192.168.8.252 255.255.255.0 SwitchB(config-if)# no shutdown |
Option E | SwitchB(config)# ip route 192.168.8.254 255.255.255.0 SwitchB(config)# interface FastEthernet 0/1 SwitchB(config-if)# ip address 192.168.8.252 255.255.255.0 SwitchB(config-if)# no shutdown |
Correct Answer | C |