Cisco Cisco ASR 5000

Page of 9109
Global Configuration Mode Commands (A-K)   
▀  boot networkconfig 
 
 
▄  Command Line Interface Reference, StarOS Release 18 
5306 
   
boot networkconfig 
Configures the networking parameters for the Switch Processor I/O card network interfaces to use when obtaining a 
software image from an external network server during the system boot process. 
Product
 
All 
Privilege
 
Security Administrator, Administrator 
Mode
 
Exec > Global Configuration 
configure
 
Entering the above command sequence results in the following prompt: 
[local]host_name(config)# 
Syntax
 
boot networkconfig { dhcp | { { dhcp-static-fallback | static } ip address spio24 
ip_address [ spio25 ip_address ] netmask ip_mask [ gateway gw_address ] } } 
no boot networkconfig 
no
 
Removes the network configuration information from the boot.sys file. 
dhcp
 
Indicates that a Dynamic Host Control Protocol (DHCP) server is used for communicating with the external 
network server. 
dhcp-static-fallback
 | 
static
 
dhcp-static-fallback
: provides static IP address fallback network option when a DHCP server is 
unavailable. 
static
: specifies a fixed network IP address for the external network server that hosts the software image. 
spio24
 
ip_address
 [ 
spio25
 
ip_address
 ] 
netmask
 
ip_mask
 [ 
gateway
 
gw_address
 ] 
spio24
 
ip_address
 [ 
spio25
 
ip_address
 ]: the IP address to use for the SPIO in slot 24 and optionally 
the SPIO in slot 25 for network booting. 
ip_address
 must be specified using IPv4 dotted-decimal notation. 
netmask
 
ip_mask
: the network mask to use in conjunction with the IP address(es) specified for network 
booting. 
ip_mask
 must be specified using IPv4 dotted-decimal notation. 
gateway
 
gw_address
: the IP address of a network gateway to use in conjunction with the IP address(es) 
specified for network booting. 
gw_address
 must be entered using IPv4 dotted-decimal notation. 
Important:
  If 
gw_address
 is not specified, the network server must be on the same LAN as the system. Since 
both SPIOs must be in the same network, the netmask and gateway settings are shared.