Cisco 800 Series Tasarım Kılavuzu - Sayfa 21
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)
Chapter 2
CFG File Development
The flag syntax is as follows:
[TechSupportInfoDetail]
Title=
PhoneDescription1=
PhoneDescription2=
PhoneDescription3=
PhoneDescription4=
Phone1=
Phone2=
Phone3=
Phone4=
EmailAddress=
ServiceProviderURL=
The Title flag is not the title of the Technical Support window in Monitor. The flag describes the
assistance center whose e-mail address, phone numbers, and URL are given. By default this flag has the
value CISCO Technical Assistance center.
PhoneDescriptionX flags provide telephone technical support contact information, where X is the line 1
through 4.
PhoneX flags provide telephone numbers, where X is the line 1 through 4.
EmailAddress flag provides e-mail technical support contact information.
ServiceProviderURL flag provides Web site technical support information.
Set Additional IOS Commands
You can include IOS commands to the router in the [Additional IOS Commands] section of the CFG
file. You cannot enter show, debug, interactive commands, or any command that alters the LAN side IP
or IPX addressing. The flag syntax is as follows:
[Additional IOS Commands]
cmd1=
Enter an IOS command as if you were typing it on a command line during a Telnet session and cmdn=
is the prompt. Commands are sequenced by the cmdn= string, where the n is an integer number that
determines the sequence of the commands, for example, cmd1=, cmd2=, and so forth.
The first command in the Additional IOS Commands section must be cmd1=configure terminal. Then
list the remaining global configuration mode commands.
To enter commands for a specific interface (say the Ethernet0 interface), enter the command
cmdn=interface ethernet 0.
For example:
[Additional IOS Commands]
cmd1=configure terminal
cmd2=access-list 30 permit any
cmd3=interface ethernet 0
cmd4=keepalive 100
cmd5=end
OL-10373-02
CFG File Modification
Cisco 800 Fast Step Software Design Guide
2-7