MJL85 / natlas

natlas - Network Discovery and Auto-Diagramming
GNU General Public License v2.0
511 stars 110 forks source link

NatLas.Conf - What do I need to add here #54

Open jessica19921 opened 5 years ago

jessica19921 commented 5 years ago

Hi Team,

Below is snip of NatLas.Conf file, I am confused as there is no how to do guide and I am a noob with scripting

1) Could you please advise if I have to if below is correct if my snmp string is example - "C1sC0"

Does this looks right? "snmp" : [ { "community":"C1sC0", "ver":2 }, { "community":"C1sC0", "ver":2 }

2) And what do I need to add under "domains"? Can I leave it as it is or do i need to add anything here?

"domains" : [
    ".company.net",
    ".company.com"

3) What does "discover" do? does it add ACL on the devices? or is it for the script to scan the IP range? if so then can I delete all the other permit lines and leave this one only?

"discover" : [
    "permit ip 192.168.1.0/24",

4) Do I need to change anything under "diagram", or leave it as default ?

"diagram" : {
    "node_text_size" : 10,
    "link_text_size" : 9,
    "title_text_size" : 15,
    "get_stack_members" : 0,
    "get_vss_members" : 0,
    "expand_stackwise" : 0,
    "expand_vss" : 1,
    "expand_lag" : 1,
    "group_vpc" : 0
}

}

Any help would be greatly apprecaited, i would have loved if there was anyhow to do a guide on here

Regards Jessica