CCNA problem!

Users questions:Will the CCNA exam interface is in Chinese or English? Who can say that the more specific! I am a newbie, would like to know some!
Experts answer: In this paper, Cisco2620, for example, about the routers configuration and initialization of the configuration of remote access methods to explore how to use the internal network of the DHCP services for remote dial-in user assigned address information, and common router Trouble skills. (This article assumes that Cisco2620 router to provide remote access to access, have been equipped with a synchronous serial modules and asynchronous serial 16AM module.) Cisco2620 routerBasic Configuration 1. The initial installation of the first installation of the system will automatically enter the DialogSetup, according to screen prompts, answer the router name, encrypted password super, super password, remote login, password, dynamic routing protocols as well as various interface configuration, save configuration. In the event of RoadBy the device name, enter the enable command, type super password, there router name (This assumes the router name Cisco2620), when there Cisco2620 # prompt that has entered the privileged mode, then the router can be configured . 2. Configure the router type configterminal, there prompt Cisco2620 (config) #, enter the configuration mode. (1) set a password Cisco2620 (config) # enablesecret123123: SetPrivileged mode password is 123123Cisco2620 (config) # lineconsole0: enter the Console port configuration mode Cisco2620 (config-line) # password123123: Setting Console mouth password 123123Cisco2620 (config-line) # login: console port to configure the entry into force of Cisco2620 (config-line) # linevty05: Switch to the remote access port Cisco2620 (config-line) # password123123: set up a remote login password for the 123123Cisco2620 (config-line) # login: enable configuration to take effect (2) set the Fast Ethernet port Cisco2620 (config) # interfacefastFastethernet0 * 0: enter the port configuration mode Cisco2620 (config-if) # ipaddress192.168.1.6255.255.255.0: Set IP address and mask Cisco2620 (config-if) # noshutdown: open port Cisco2620 (config-if) # exit: exit from the port configuration mode (3) set the synchronous serial port Cisco2620 (config) # interfaceserial0 * 0: into the synchronous serial port settings Cisco2620 (config-if) # ipunnumberedfastFastethernet0 * 0: synchronous serial port to useFast Ethernet port with the same IP address Cisco2620 (config-if) # encapsulationppp: Set the data link layer protocol PPP (4) set 16 Modem dial-up module, use the internal DHCP services, assign users to dial Cisco2620(config)#interfaceGroup-Async1Cisco2620(config-if)#ipunnumberedFastEthernet0*0Cisco2620(config-if) # encapsulationpppCisco2620 (config-if) # iptcpheader-compressionpassive: Enable IP header compression passive Cisco2620 (config-if) # asyncmodededicated: only work in asynchronous mode, Cisco2620 (config-if) # peerdefaultipaddressdhcp: IP address of the request will be forwarded to the DHCP server
  • This information provided by the users.Thanks!