Assets Discovery 3.2.1-Cloud/6.2.1-Data_Center
We're excited to present Assets Discovery 3.2.1 Cloud/6.2.1-Data_Center.
Highlights
Discovery Tool updates in Assets Discovery 3.2.1-Cloud/6.2.1-Data_Center
Easily update Discovery Agents
You can now quickly get the latest version of Assets Discovery and upgrade directly from Discovery Agent instead of a manual update from the Atlassian Marketplace.
Run Agent with the -update
parameter (Discovery_Agent.exe -update
) and if a newer version is available, wait for the automatic update to complete.
New configuration options for SNMP patterns
We’ve added new configuration options for SNMPProvider
so you can receive data in different formats. You can now set the following properties:
OctetStringAsHex
to true and receive OctetString OIDs in HEX format.OctetStringEncoding
to Encoding.ASCII, Encoding.UTF8, Encoding.Unicode, or Encoding.UTF32 to configure the encoding of the OctetString you receive.
New Agent network interface settings
Additional settings now available in Discovery Agent so you can configure the network interface communication.
- To configure the Agent to listen to any active network interface, set
UseAllNetworkInterfaces
to true. - To configure the Agent to listen to matching IPv4/IPv6 network masks, set a value for
UseIPMatching
. For example, “192.168.5.85/24“ “2001:db8:abcd:0012::0/64“
Note that by default, the Agent listens on the first active IPv4 network interface. If you configure both the above settings, the Agent only uses the UseAllNetworkInterfaces
setting.
With this change, we’ve also removed the JustUseFirstIP
configuration.