Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Part 6: Use the IOS CLI to Gather Device Information Step 1: Issue the appropria

ID: 3884969 • Letter: P

Question

Part 6: Use the IOS CLI to Gather Device Information Step 1: Issue the appropriate command to discover the following information: Description Student Input Router Model OS Image File Total RAM Total Flash Memory Configuration Register CLI Command Used Step 2: Enter the appropriate CLI command needed to display the following on R1: Command Description Student Input (command) Display a summary of important infomation about the interfaces on R1 Display the IPv4 routing table. Display the Layer 2 to Layer 3 mapping of addresses on R1 Display detailed IPv4 infomation about interface GO/0 on R1 Display the IPv6 routing table. Display a summary of IPv6 interface addresses and status. Display information about the devices connected to R1. Infomation should include Device ID, Local Interface, Hold time, Capability, Platform, and Port ID Save the current configuration so it will be used the next time the router is started.

Explanation / Answer

PART 1
Router Model = show version
ISO image file= show flash
Total ram= show version
Total flash memory= show flash
COnfiguration register= show version
CLI command used = show history

PART 2
show ip interface brief
show ip routes
show arp
show ip interface G0/0
show ipv6 route
show cdp neighbors detail
copy running-config startup-config