Home Explore Blog CI



man-pages

2nd chunk of `networkctl.man`
97edc59bdef9d41ed727ae12ab8b84d088a99b25c87604fd0000000100000be8
 networkd

       status [PATTERN...]
           Show information about the specified links: type, state, kernel module driver, hardware and IP address, configured DNS servers, etc. If one or more PATTERNs are specified, only links matching one of them are
           shown.

           When no links are specified, an overall network status is shown. Also see the option --all.

           Produces output similar to:

               ●        State: routable
                 Online state: online
                      Address: 10.193.76.5 on eth0
                               192.168.122.1 on virbr0
                               169.254.190.105 on eth0
                               fe80::5054:aa:bbbb:cccc on eth0
                      Gateway: 10.193.11.1 (CISCO SYSTEMS, INC.) on eth0
                          DNS: 8.8.8.8
                               8.8.4.4

           In the overall network status, the online state depends on the individual online state of all required links. Managed links are required for online by default. In this case, the online state is one of the
           following:

           unknown
               all links have unknown online status (i.e. there are no required links)

           offline
               all required links are offline

           partial
               some, but not all, required links are online

           online
               all required links are online

       lldp [PATTERN...]
           Show discovered LLDP (Link Layer Discovery Protocol) neighbors. If one or more PATTERNs are specified only neighbors on those interfaces are shown. Otherwise shows discovered neighbors on all interfaces. Note that
           for this feature to work, LLDP= must be turned on for the specific interface, see systemd.network(5) for details.

           Produces output similar to:

               LINK             CHASSIS ID        SYSTEM NAME      CAPS        PORT ID           PORT DESCRIPTION
               enp0s25          00:e0:4c:00:00:00 GS1900           ..b........ 2                 Port #2

               Capability Flags:
               o - Other; p - Repeater;  b - Bridge; w - WLAN Access Point; r - Router;
               t - Telephone; d - DOCSIS cable device; a - Station; c - Customer VLAN;
               s - Service VLAN, m - Two-port MAC Relay (TPMR)

               1 neighbors listed.

       label
           Show numerical address labels that can be used for address selection. This is the same information that ip‐addrlabel(8) shows. See RFC 3484[1] for a discussion of address labels.

           Produces output similar to:

               Prefix/Prefixlen                          Label
                       ::/0                                  1
                   fc00::/7                                  5
                   fec0::/10                                11
                   2002::/16                                 2
                   3ffe::/16                                12
                2001:10::/28                    

Title: networkctl status, lldp, and label commands
Summary
This section details the `status`, `lldp`, and `label` commands of `networkctl`. The `status` command shows detailed information about specified network links or provides an overall network status. The `lldp` command displays LLDP (Link Layer Discovery Protocol) neighbors discovered on network interfaces. The `label` command shows numerical address labels that can be used for address selection, mirroring the output of `ip-addrlabel`.