| Configures the IPv4 static IP address and network mask for a network interface. | |
| Syntax:
                               configure network interface ipv4 <interface> <ip˃ <mask>
                                     | |
| View | Privileged | 
| Parameters | <interface>: Network interface name
                               <ip>: IP address for the interface
                               <mask>: Network mask for the interface
                               | 
| Example:
                               | |
| To configure a network interface with the following values: 
 configure
                                    network interface ipv4 eth0 192.168.10.10 255.255.255.0  | |