Cisco 800 Series Tasarım Kılavuzu - Sayfa 25

Kablosuz Erişim Noktası Cisco 800 Series için çevrimiçi göz atın veya pdf Tasarım Kılavuzu indirin. Cisco 800 Series 50 sayfaları. Fast step software design guide
Ayrıca Cisco 800 Series için: Sürüm Notları (36 sayfalar), Hızlı Başlangıç Kılavuzu (13 sayfalar), Hızlı Başlangıç Kılavuzu (17 sayfalar), Yapılandırma (32 sayfalar)

Cisco 800 Series Tasarım Kılavuzu
Chapter 2
CFG File Development
We recommend that you force the PC to be a DHCP client and not to show the LAN IP addressing
dialogs. The flag syntax is as follows:
[DHCP Relay Settings]
SetDHCPRelay=
RemoteDHCPServerAddress=
If the value of SetDHCPRelay the flag is set to 0 or blank, the end-user PC is configured as a DHCP
client, but with the DHCP server present across the WAN. The remote DHCP server is indicated in the
RemoteDHCPServerAddress flag. (This is the typical Cisco telecommuter setup.)
If the SetDHCPRelay flag value is set to 1, the flags are ignored.

Force Static Addressing on the PC

You can force static addressing on the PC. For this feature to be active, the
SetAutomaticChangeIPStackWhenNeededByFastStep flag should be set to 0.
[PC Settings]
SetForceStaticAddressOnPCAlways=
ForceStaticIPAddress=
ForceStaticIPMask=
For a Telnet connection, if the SetForceStaticAddressOnPCAlways flag is set to 1, Setup sets the PC
with the IP address and subnet mask as indicated in the ForceStaticIPAddress and ForceStaticIPMask
flags. Setup sets the PC default gateway IP address by using the router LAN IP address.
For a console-cable connection, Setup verifies that the SetChangeIPStackOnConsole flag is set to 1 and
if it is, sets the static address on PC. Otherwise, Setup does not change the stack.
If the SetForceStaticAddressOnPCAlways and SetRouterAsDHCPServerOnE0 flags are both set to 1,
the SetForceStaticAddressOnPCAlways flag is ignored, and the SetRouterAsDHCPServerOnE0 flag is
given preference.

CFG File Example

The following is an example of a CFG file that configures a Cisco 804 router:
[PC to Router Connection]
ConnectionType=2
[DHCP Server in Router]
SetRouterAsDHCPServerOnE0=0
[DHCP Relay Settings]
SetDHCPRelay=0
RemoteDHCPServerAddress=
[PC Settings]
UsePCGatewayAsRouterLANIP=0
SetAutomaticChangeIPStackWhenNeededByFastStep=1
SetChangeIPStackOnConsole=0
SetForceStaticAddressOnPCAlways=0
ForceStaticIPAddress=
ForceStaticIPMask=
UseRouterLANIPAsPCGateway=0
SetAdjustPCStackSettings=1
OL-10373-02
Cisco 800 Fast Step Software Design Guide
LAN IP Addressing
2-11