Forum Discussion

Lewis_Beard's avatar
Lewis_Beard
Icon for Professor rankProfessor
24 days ago

What sets auto.config.port? Official resource for where properties are set?

I have a deprecated config source or three (ahem) that I want to get rid of, but I want to test using the Common Config stuff.

In particular, I have one device that for some reason doesnt have auto.config.port set. It has auto.network.listening_tcp_ports set to 22, but not auto.config.port.

Therefore, it cant pick up any of the common config property sources for exec vs telnet vs etc, because all 5 of those are mutually exclusive to one another BUT all of them require auto.config.port to be set.

So I'm wondering:

a) where is auto.config.port set at?
b) is there some official resource LM has where I can just search for a property and find the module that sets it?

Thanks

 

1 Reply

  • Well I figure out, by taking one of my working devices, and figured out it comes from the Config_VENDOR_Generic stuff, and my device didnt have the vendor config installed for that guy.

    But I guess the second part of my question still stands. Is there an official resource for hunting these down? Or is it all down to inspecting similar items' properties and seeing the source there and guessing?