HI,
that method is great, but you cant view the ip address in the cisco switch.
If you have also a cisco router you can do the command "show arp"
it shows the ip addresss associated with the mac address and from wich port it was learned.
of course if the router is connetecd byt the switch, then you must telnet to the switch an do the command "show mac-address-table"
and it shows you the mac address wan learned from wich port.
i can't get show mac-address-table to work on my 2600 switch?
[code:1]
epsoloncsr#sh ver
Cisco Internetwork Operating System Software
IOS (tm) C2600 Software (C2600-I-M), Version 12.3(15a), RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2005 by cisco Systems, Inc.
Compiled Thu 21-Jul-05 19:54 by dchih
Image text-base: 0x80008098, data-base: 0x80CD8F04
ROM: System Bootstrap, Version 11.3(2)XA4, RELEASE SOFTWARE (fc1)
ROM: C2600 Software (C2600-I-M), Version 12.3(15a), RELEASE SOFTWARE (fc2)
epsoloncsr uptime is 3 days, 17 hours, 51 minutes
System returned to ROM by power-on
System image file is "flash:c2600-i-mz.123-15a.bin"
cisco 2611 (MPC860) processor (revision 0x203) with 28672K/4096K bytes of memory.
Processor board ID JAD041002LK (2702704211)
M860 processor: part number 0, mask 49
Bridging software.
X.25 software, Version 3.0.0.
2 Ethernet/IEEE 802.3 interface(s)
32K bytes of non-volatile configuration memory.
8192K bytes of processor board System flash (Read/Write)
Configuration register is 0x2102
epsoloncsr#sh arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 192.168.0.40 7 0001.03c2.d751 ARPA Ethernet0/0
Internet 192.168.0.8 0 0000.e83c.6617 ARPA Ethernet0/0
Internet 192.168.0.4 - 0001.960f.2b00 ARPA Ethernet0/0
Internet (removed by ill) ARPA Ethernet0/1
Internet (removed by ill) ARPA Ethernet0/1
epsoloncsr#show mac-address-table
^
% Invalid input detected at '^' marker.
epsoloncsr#
[/code:1]