2

I've been tasked with drawing a layer 2 network map of our very small datacenter network.

There is one 1841 cisco router, two 3560 cisco catalyst switches and 4 solaris sunfire T-1000 boxes.

I have logged in to the cisco boxes and downloaded the running configuration files for all 3. I have also gotten the output of ifconfig -a for the 4 solaris boxes.

my question is: what reading/learning should I do now to put it all together? Any tips?

I was looking at tools such as lanmap2 but that is for linux, not SunOS and I don't know if I could recompile it successfully myself.

I understand intermediate networking, but I'm not a routing guy. I know a VLAN is a way to segregate groups of ports in different switches in their own subnetworks and I hear that a trunk is a connection between two routers that conveys VLAN information but that's the extent of my knowledge on those two topics.

gozu
  • 313
  • 2
  • 6
  • 14
  • Layer 2 map... so what are you expressing? "Servers A, B, and C are in VLAN X"? This seems more like a dataset for a spreadsheet, unless I'm missing something. – Hyppy Jul 16 '12 at 17:18
  • Something similar to Mike Pennington's drawing [seen here](http://serverfault.com/questions/401758/suggestions-for-transitioning-to-new-gw-private-network/404625#404625) – gozu Jul 16 '12 at 18:30

2 Answers2

2

This answer includes a simple LAN diagram that could serve as a template for your network; note that the colors (green / pink / orange) indicate different vlans.

Typically you want to include details like switch / router port numbers, vlan information, IP addressing / netmask, hostnames, and the port name of the interface on the server.

If you don't have a copy of Visio, you can use Inkscape to generate drawings. If you are adventurous, you can even build inkscape-compatible copies of Cisco's networking icons

Mike Pennington
  • 8,266
  • 9
  • 41
  • 86
  • That's a really neat drawing! I will use it as my template. I have omnigraffle which is similar to visio. – gozu Jul 16 '12 at 18:28
1

Considering the number of devices, you don't need any extra tools for this, just an understanding of how things are wired. Because you're drawing a LAYER 2 map, you're concerned primarily with MAC addresses and potentially VLANs.

First, start by diagramming layer 1, and verify how things are cabled. I suspect that the router is connected to one or both switches, or just to one switch and the switches are daisy-chained.

Then grab the MAC address-table off of the router and the two switches and start to build your adjacencies.

Considering there are 4 servers, 2 switches, and 1 router, you should be able build a complete layer 2 topology in under 15 minutes.

SpacemanSpiff
  • 8,733
  • 1
  • 23
  • 35