User Manual

Table Of Contents
NETGEAR M4500 Series Switches CLI Command Reference Manual 75
Table 2-4. Quick Start up IP Address
2.3.5. Quick Startup Downloading from TFTP Server
Before starting a TFTP server download, the operator must complete the Quick Start up for the IPAddress.
Table 2-5. Quick Start up Downloading from TFTP Server
Command
Details
show ip interface
Displays the Network Configurations
Interface Status Indicates whether the interface is up or down.
IP Address - IP Address of the interface
Subnet Mask - IP Subnet Mask for the interface.
MAC Address - The MAC Address used for this in-band
connectivity
Network Configurations Protocol Current - Indicates which
network protocol is being used. Default is None.
ip address
(Config)#interface vlan 1
(if-vlan 1)#ip address <ipaddr> <subnet-mask>
(if-vlan 1)#exit
(Config)#ip default-gateway <gateway-addr>
IP Address range from 0.0.0.0 to 255.255.255.255
Subnet Mask range from 0.0.0.0 to 255.255.255.255
Gateway Address range from 0.0.0.0 to 255.255.255.255
Displays all of the login session information
show serviceport
Display the serviceport’s network configurations
Interface Status Indicates whether the interface is up or down.
IP Address - IP Address of the interface. Default IP is 0.0.0.0
Subnet Mask - IP Subnet Mask for the interface. Default is 0.0.0.0
Default Gateway - The default Gateway for this interface. Default
value is 0.0.0.0
Burned in MAC Address - The Burned in MAC Address used for
out-of-band connectivity
Configured IPv4 Protocol - Indicates which network protocol is
being used. Default is DHCP.
serviceport ip
(Config)#serviceport protocol none
(Config)#serviceport ip <ipaddr> <netmask> <gateway>
(Config)#
Command
Details
copy <url> startup-config <destfilename>
Sets the download datatype to be an image or config file.
The URL must be specified as: tftp://ipAddr/filepath/fileName.
The startup-config option downloads the config file using tftp
and image option downloads the code file.