Go to main content

Troubleshooting Network Administration Issues in Oracle® Solaris 11.3

Exit Print View

Updated: December 2017
 
 

Overview of the network-monitor Transport Module Utility

The network-monitor (also referred to as the monitor in this chapter) is a fault manager daemon (fmd) transport module utility that you use to perform network diagnostics on your Oracle Solaris 11 system. The utility monitors network resources and reports conditions that might lead to limited or degraded network functionality. When the monitor detects an abnormal network condition, a report (called an ireport) is generated. You can retrieve ireports by using the fmdump command. See Retrieving Reports That Are Generated by the network-monitor Module. The monitor does not perform any further diagnosis of the error condition, nor does it perform any additional recovery actions. See the network-diagnostics(4) man page for more details.

The monitor is controlled by property values that are stored in the svc:/network/diagnostics Service Management Facility (SMF) service. See Controlling the Use of Probes Through the svc:/network/diagnostics SMF Service for more details.

How Datalink MTU Mismatch Errors Are Detected

This error condition occurs when there is a mismatch in the maximum transmission unit (MTU) between two peer datalinks. This type of mismatch can result in dropped frames because one datalink might transmit frames that are larger than the peer datalink can receive. The monitor attempts to detect any datalinks on the local system with MTUs that are set too high. Datalinks are verified upon system start-up and then again when an MTU change occurs.

MTU verification is performed by using either the Link-Layer Discovery Protocol (LLDP) or the Internet Control Message Protocol (ICMP) probe method. A peer system that has the LLDP service enabled can include MTU details in the information exchange. The utility performs MTU verification by extracting peer MTU information. When LLDP information is unavailable, the monitor attempts to verify the MTU by transmitting a series of ICMP probes of different sizes until the datalink MTU is reached. A mismatch is flagged if the utility consistently fails to reach a target by using maximum-sized probes.

How Datalink VLAN ID Mismatch Errors Are Detected

Virtual local area networks (VLANs) are used to group end-system hosts into the same broadcast domain. The hosts on a VLAN might not reside on the same LAN, but even if they do, each host can communicate with another host by using Layer 2 (L2) protocols. Conversely, hosts that reside on the same LAN but different VLANs cannot communicate by using L2 protocols. Each host that resides on a VLAN uses a network interface to communicate with other hosts on the VLAN. VLANs are identified by VLAN identifiers (VIDs) that are exported by LLDP daemons over the relevant network interfaces to their peers. These peers are typically network devices, for example, switches that use a VID to forward data packets to respective hosts.

Hosts might not receive the intended packets if the VIDs are not configured correctly on the relevant network interfaces. The VLAN ID mismatch monitor captures this type of misconfiguration because it verifies the VID information whenever the VLAN information is modified, at system boot time and periodically. If the VID for an interface changes, the appropriate ireport messages are generated. Because the VLAN information is verified by using LLDP packets, the peer host needs to have the LLDP service enabled. See Chapter 6, Exchanging Network Connectivity Information With Link Layer Discovery Protocol in Managing Network Datalinks in Oracle Solaris 11.3.