cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
588
Views
0
Helpful
3
Replies

View Current IP's address in Use?

youngoz2002
Level 1
Level 1

hey Guys

What commmand would I use to view the current IP addresses being use. I'm having a problem with IP address conflicting.Please note this is the fist time I'm working with a Cisco router. I have the proper access to get to the router. Thank You in Advnace

3 Replies 3

gpulos
Level 8
Level 8

there are a few ways to see what IP addresses a cisco router is aware of:

1) do a 'show arp' at the router prompt. (to view all arp entries the router has)

2) check the DHCP server if the router is running one with 'show dhcp server | lease | pool (to view any DHCP pools/leases the router is handling)

3) do a 'show ip interface' to get a list of interfaces running IP. (to view all interfaces, and their addresses, configured for IP)

You may also try to use some scan tool (not from Cisco) to scan the active IP in the network. Or write a script to ping the range.

EugeneL
Level 1
Level 1

If you are looking for ip addresses used for the router itself you can do

show ip interface brief

if you are looking for what addresses router sees you should look at arp table

show arp

Also consider looking at the logs , if you have logging configured. You may see something of value there

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card