Question
How will you find mac address for a given ip address in a
switch.I need command(Dont give me ARP process)
Question Submitted By :: Suresh Palanivel
I also faced this Question!!
Rank
Answer Posted By
Re: How will you find mac address for a given ip address in a
switch.I need command(Dont give me ARP process)
Answer
# 1
if you are using Cisco switch type sh ip arp 10.x.x.x
(replace that with the IP address of the device.)on the
switch the device is connected.
Getachew T.a
Re: How will you find mac address for a given ip address in a
switch.I need command(Dont give me ARP process)
Answer
# 2
mac address is also known as the physical address
for that the command is : ipconfig
Anilkumar
Re: How will you find mac address for a given ip address in a
switch.I need command(Dont give me ARP process)
Answer
# 3
MAC Address is the Physical Address of your ethernet card .
To seen the phy sical Address go to the command prompt and
type ipconfig/all .
Loknath Nanda
Re: How will you find mac address for a given ip address in a
switch.I need command(Dont give me ARP process)
Answer
# 4
GO TO START : - RUN : - IPCONFIG OR IPCONFIG/ALL IT SHOW
ALL IP ADDRESSES IN THE COMPUTER.
Vineet Verma
Re: How will you find mac address for a given ip address in a
switch.I need command(Dont give me ARP process)
Answer
# 5
start : - run : - cmd : - ipconfig/all
it show ip in ur pc & also show mac address
Vineet Verma
Re: How will you find mac address for a given ip address in a
switch.I need command(Dont give me ARP process)
Answer
# 6
run show arp to display arp table when in enable mode
Lavep
Re: How will you find mac address for a given ip address in a
switch.I need command(Dont give me ARP process)
Answer
# 7
simple
-ipconfig
Pinar Uyanik
Re: How will you find mac address for a given ip address in a
switch.I need command(Dont give me ARP process)
Answer
# 8
simple
your using cisco switch means
switch# show arp
or
switch# show ip arp and the target ip
Saranvallavan [WIPRO]