configure network interface ipv4 Parent topic

configure network interface ipv4

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:
  • Interface: eth0
  • IPv4 address: 192.168.10.10
  • IPv4 network mask: 255.255.255.0
configure network interface ipv4 eth0 192.168.10.10 255.255.255.0