User Manual

Table Of Contents
NETGEAR M4500 Series Switches CLI Command Reference Manual 80
3.3.2.1. Configuring Service Port Information
To disable DHCP/BootP and manually assign an IPv4 address, enter commands under Global Configuration
mode:
serviceport protocol none
serviceport ip ipaddress netmask
For example, serviceport ip 192.168.2.22 255.255.255.0
To disable DHCP/BootP and manually assign an IPv6 address, enter commands under Global Configuration
mode:
serviceport protocol none dhcp6
serviceport ipv6 enable
serviceport ipv6 address prefix /prefix-length
serviceport ipv6 gateway ipv6-address
To view the assigned or configured network address, use:
show serviceport
To enable the DHCP/DHCPv6 client on the service port, use:
serviceport protocol dhcp
serviceport protocol dhcp6
To enable the BootP client on service port, use:
serviceport protocol bootp
3.3.2.2. Configuring the In-Band Network Interface
To use a DHCP server to obtain the IP address, subnet mask, and default gateway information, use:
interface vlan 1
ip address dhcp
ipv6 address dhcp
To manually configure the IPv4 address, subnet mask, use:
interface vlan 1