READ Free Dumps For CISCO- 100-105
Question ID 14615 | |
Option A | Answer : Router>enable Router#config terminal Router(config)#hostname Apopka Apopka(config)#enable secret cisco10 Apopka(config)#line console 0 Apopka(config-line)#password RouterPass Apopka(config-line)#login Apopka(config-line)#exit Apopka(config)#line vty 0 4 Apopka(config-line)#password scan90 Apopka(config-line)#login Apopka(config-line)#exit The subnet mask of the Ethernet network 209.165.201.0 is 27. From this subnet mask, we can find out the increment by converting it into binary form, that is /27 = 1111 1111.1111 1111.1111 1111.1110 0000. Pay more attention to the last bit 1 because it tells us the Increment = 2place of the last bit 1 (starts counting from 0,from right to left), in this case 32 209.165.201.0 209.165.201.31 (because 209.165.201.32 is the second subnetwork, so the previous IP - 209.165.201.31 - is the broadcast address of the first subnet). -> The second assignable host address of this subnetwork is 209.165.201.2/27 Apopka(config)#interface Fa0/0 Apopka(config-if)#ip address 209.165.201.2 255.255.255.224 Apopka(config-if)#no shutdown Apopka(config-if)#exit 16 (/28 = 1111 1111.1111 1111.1111 1111.1111 0000) 192.0.2.128 (because 8 * 16 = 128 so 192.0.2.128 is also the network address of this subnet) 192.0.2.143 -> The last assignable host address in this subnet is 192.0.2.142/28. Apopka(config)#interface S0/0/0 (or use interface S0/0 if not successful) Apopka(config-if)#ip address 192.0.2.142 255.255.255.240 Apopka(config-if)#no shutdown Apopka(config-if)#exit Apopka(config)#router rip Apopka(config-router)#version 2 Apopka(config-router)#network 209.165.201.0 Apopka(config-router)#network 192.0.2.128 Apopka(config-router)#end Apopka#copy running-config startup-config Finally, you should use the ping command to verify all are working properly! |
Correct Answer | A |
Question ID 14616 | Which option is the default switch port port-security violation mode? |
Option A | shutdown |
Option B | protect |
Option C | shutdown vlan |
Option D | restrict |
Correct Answer | A |