- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to find the machines connected to perticul...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2006 11:31 PM
04-05-2006 11:31 PM
How to find the machines connected to perticular switch
I want to find the machines which are connected to perticular switch.
I have an IP Addresss of the switch and i want to find the machines which are connected to this switch
Can any one help.
Thanks in advance
Regards.
Prasad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2006 11:35 PM
04-05-2006 11:35 PM
Re: How to find the machines connected to perticular switch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2006 11:37 PM
04-05-2006 11:37 PM
Re: How to find the machines connected to perticular switch
connect to the switch, and use its OS to know IP/mac address connected.
for cisco's this sounds like show IP or show it.
Jean-Yves Picard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2006 11:38 PM
04-05-2006 11:38 PM
Re: How to find the machines connected to perticular switch
You can use # traceroute command. Probably, the first entry will be your switch/gateway
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2006 11:46 PM
04-05-2006 11:46 PM
Re: How to find the machines connected to perticular switch
At my work place, we have a large network setup. Which is not properly managed.
From this setup one switch is giving some error.
I know IP Address of that switch, but do not know where it is physically placed.
Is there any way i can identify this switch.
I thought if i could get the machines connected to it then i can follow the wire to get the exact switch.
I might be wrong, but i am in learning phase and just started job. All can understand this.
So can you help?
Thanks & regards.
Prasad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 12:12 AM
04-06-2006 12:12 AM
Re: How to find the machines connected to perticular switch
Pl. help.
Once i find any one machine connected to the switch, i will eject its cd-rom and find that machine.
Will then follow the wire and find the switch.
Thanks & regards.
Prasad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 12:34 AM
04-06-2006 12:34 AM
Re: How to find the machines connected to perticular switch
If it is a Cisco switch you can use
show mac-address-table
This will give you all the hardware addresses of cards connected to that switch.
What do you do then?
arp -a
From your machine.
And look for those hardware addresses, if you're lucky that will give you an IP address of a machine connected to that switch.
From there you can ping -a IPAddress
to get the machine's hostname or connect directly to the machine and eject the CD drive.
Thing is switches use Hardware Addresses (OSI level 2) and IP addresses are level 3.
For a better chance you need a switch expert. Still a list of hardware addresses could be a little handy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 01:36 AM
04-06-2006 01:36 AM