Cisco Cisco Packet Data Gateway (PDG) 产品宣传页

下载
页码 8487
Global Configuration Mode Commands (A-K)   
▀  boot interface 
 
 
▄  Cisco ASR 5x00 Command Line Interface Reference 
5016 
   
medium
 { 
auto
 | 
speed
 
medium_speed
 
duplex
 
medium_duplex
 } 
Default: auto 
auto
: configures the interface to auto-negotiate the interface speed. and duplex. 
speed
 
medium_speed
 
duplex
 
medium_duplex
: specifies the speed to use at all times where 
medium_speed
 must be one of: 
 
10 
 
100 
 
1000 
The keyword 
duplex
 is used to set the communication mode of the interface where 
medium_duplex
 must 
be one of: 
 
full 
 
half 
media
 
medium_media
 
Default: rj45 
Optionally sets the physical interface where 
medium_media
 must be either rj45 or sfp. 
Usage 
Modify the boot interface settings to ensure the system is able to obtain a software image from an external 
network server. 
Important:
  The settings for this command are stored immediately in the boot.sys file. No changes are made to 
the system configuration file. 
Example
 
The following configures the primary interface to auto-negotiate the speed. 
boot interface spio-eth1 medium auto 
boot interface local-eth1 medium auto 
The following command configures the secondary interface to a fixed gigabit speed at full duplex using RJ45 
connectors for the physical interface. 
boot interface spio-eth2 medium speed 1000 duplex full media rj45 
boot interface local-eth2 medium speed 1000 duplex full media rj45 
The following restores the defaults for the boot interface. 
no boot interface