GRASSMARLIN icon indicating copy to clipboard operation
GRASSMARLIN copied to clipboard

Can't import Cisco Configs for Physical Graph

Open stubailey opened this issue 8 years ago • 1 comments

I am able to import the configs (no errors) but there is no output shown on the Graph tab. Can you supply a working example of the Cisco configs that work. Does it for for a Cisco 2950?

Thanks

stubailey avatar Dec 15 '17 21:12 stubailey

Hi,

In order to render the physical view in Grassmarlin, the following commands need to be run on each switch and the output combine into one text file for each switch.

  1. show version
  2. show running-configuration
  3. show interfaces
  4. show arp
  5. show mac address-table After combining the output of the 5 commands above on each switch, import the file containing all the outputs into Grassmarlin.

Thanks

iadgovuser22 avatar May 29 '19 12:05 iadgovuser22