...
- Script Execution: If enabled, Configuration Command Scripts or Perl scripts can be executed by NetMRI users with the correct privileges.
- Vendor Default Credential Collection: If enabled, NetMRI will automatically check for default vendor credentials at the interval specified in Frequency (Daily or Weekly). Checking for vendor default credentials ensures that the network meets compliance standards.
...
Note: The topics under Configuration Management provide more information about configuration collection and related operations.
...
Synchronization data that is populated after NetMRI connects to the NIOS appliance includes the following:
IPAM Sync Data Field | NetMRI (Model->Attribute) | Description |
---|---|---|
ip_address | Device->DeviceIPDotted | A valid IPv4 Address. Required. |
mac_address | Device->DeviceMAC | A valid mac address. Must be lowercase. Optional. |
last_discovered_timestamp | Device->DeviceTimestamp | Timestamp of last time the discoverer has seen the device. A UTC timestamp. Required. |
first_discovered_timestamp | Device->DeviceFirstOccurrence | Timestamp of first time the discoverer has seen the device. A UTC timestamp. Optional |
netbios_name | <none> | The NETBIOS name. String Type. Maximum size 15 characters. Optional. |
os | Device->DeviceVersion | The OS of the ip. String Type. Maximum size 256 characters. Optional. |
network_component_type | Device->DeviceType | The type of component connected to the ip. Eg Switch, Router, Other. Optional. String type. Max size 32. |
network_component_name | Device->DeviceName | Name of component connected to the ip. Optional. String type. Max size 64. |
network_component_ description | Device->DeviceSysDesc | Description of component connected to the ip. Optional. String type. Max size 256. |
network_component_ip | Device->DeviceIPDotted | IP address of component connected to the ip. Optional. String type. IPv4 address format. |
network_component_port_ number | Interface->SwitchPortNumber | Port number on the component connected to the ip. Optional. Unsigned integer type. Range 0 - 9999. |
network_component_port_ name | Interface->ifName | Port name on the component connected to the ip. Optional. String type. Max size 64. |
network_component_port | Interface->ifDescr | Description of the Port on the component connected to the ip. Optional. String type. Max size 256. |
port_vlan_name | Vlan->VlanName | Name of the Vlan on the Port. Optional. String type. Max size 64. |
port_vlan_description | <none> | Description of the port vlan. Optional. String type. Max size 256. |
port_vlan_number | Vlan->VlanIndex | Port Vlan Number. Optional. Unsigned integer type. Range 0 - 9999. |
port_speed | Interface->ifSpeed | Speed settings on the switch port. Optional. String type. Valid values are: 10M, 100M, 1G, 10G, 100G, Unknown. |
port_duplex | Interface->ifDuplex | Duplex settings on the switch port. Optional. String type. Valid values are: Full, Half. |
port_status | Interface->ifAdminStatus | Administratively up or down. Optional. String type. Valid values are: Up, Down, Unknown. |
port_link_status | Interface->ifOperStatus | Connected or not. Optional. String type. Valid values are: Connected, Not Connected, Unknown. |
discovered_name | Device->DeviceDNSName | DNS name of the ip. Optional. String Type. Max size 256. |
...