Exam 100-105 Flashcards
(116 cards)
What are the characteristics of a network ID as against an IP address?
Identifies the network the host device belongs to
Used by routers to maintain information about routes
What is the result of issuing the command “no service password-encryption” on a Cisco IOS router?
All future passwords will be stored as plain text in the running configuration
You are troubleshooting an interface issue on your Cisco IOS ISR. The output of “show ip interface brief” indicates that Ethernet0/0 is down, down.
What are the possible reasons for this?
There is no cable attached to Ethernet0/0
The device at the other end of the cable is powered off
The interface on the device at the other end of the cable is shutdown
Which statements correctly define ACLs?
They are used as a classification tool
They are made up of various permit and deny entries
You have the Class B network 172.16.0.0/16 and want to create 16 subnets.
What will the new subnet mask be for the 16 subnets?
/21
You have the Class B network 172.16.0.0/16 and want to create 16 subnets.
What will the new subnet mask be for the 16 subnets?
/20
You need to verify the MAC address of Ethernet0/0 on your Cisco IOS ISR.
Which command will display the MAC address?
show interfaces Ethernet0/0
You need to verify which interfaces have been enabled for port security and the security action that will be taken if a violation occurs.
Which show command will provide this information?
show port-security interface
Which of the following protocols are used to auto negotiate trunk formation between two switches?
DTP
At which phase of the DHCP process will a DHCP server provide the client with an IP address, subnet mask, and default gateway?
Offer
You want to verify the Cisco IOS software version, ROM version, amount of memory, type of processor, number and types of interfaces, as well as the configuration register value on your 2900 series IOS router. What command will allow you to accomplish this?
Show version
You need to prevent your router from receiving and processing RIPv2 routing updates.
How can you accomplish this?
Create an ACL denying UDP port 520 packets and apply it inbound on the interface
What is the purpose of InterVLAN routing?
To transport packets from one VLAN to another VLAN
The IPv6 address “2001:db8:abc:1234:0290:27ff:fe17:fc0f/64” is assigned to a device.
How was the interface portion assigned?
Dynamically, using EUI-64
Which device is responsible for translating the private IPv4 address to a public IPv4 address when using static NAT?
Router
You have connected to your Cisco IOS router using SSH for remote management. You have entered the command “debug ip rip” to verify that RIP updates are being sent and received by the router. You wait for 90 seconds and notice that no RIP updates are being sent or received. After reviewing the RIP configuration, you conclude that the configuration is fine. You also verify that logging to the vty lines is set to debugging.
Why are you not seeing the RIP updates?
You need to issue the terminal monitor command
You are implementing a VLSM network. You are using the Class A network of 10.0.0.0/8 and need to create networks that support 254 hosts that will be used for each LAN. The tenth network that was created will be used for addressing all the point-to-point links between routers at HQ, all the point-to-point WAN links, and any point-to-point links in the branch offices.
What is the subnet ID of the second point-to-point network created?
10.0.9.4/30
Which layer in the hierarchical Cisco Enterprise Campus Architecture is used to provide end users with connectivity to the network?
Access
You need to verify which interfaces have been enabled for port security and the security action that will be taken if a violation occurs.
Which show command will provide this information?
show port-security
You are configuring RIPv2 on your Cisco IOS router.
Which command and configuration mode is used to enable the RIP routing process on an interface?
R1(config-router)#network network_id
What is the purpose of a trunk between to switches?
To pass traffic for multiple VLANs on a single physical link
Where is the Cisco IOS stored on a Cisco IOS ISR Router?
Flash
When no explicit path is found in the routing table to forward a packet, what optional entry can be used in the routing table to forward the packet?
a default route
If you take the network 192.168.1.0/24 and subnet it to four /26 networks, what is the usable address range in the third subnet?
192.168.1.129 to 192.168.1.190