⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 实验2-1(王宇 花亚南).txt

📁 思科实验指南实验2-1
💻 TXT
字号:
  dot11              IEEE 802.11 config commands
  enable             Modify enable password parameters
  end                Exit from configure mode
  ephone             define ethernet phone
  ephone-dn          Configure ephone phone lines (Directory Numbers)
  exit               Exit from configure mode
  hostname           Set system's network name
  interface          Select an interface to configure
  ip                 Global IP configuration subcommands
  ipv6               Global IPv6 configuration commands
  line               Configure a terminal line
  logging            Modify message logging facilities
  login              Enable secure login checking
  mac-address-table  Configure the MAC address table
  no                 Negate a command or set its defaults
  ntp                Configure NTP
  parser             Configure parser
  policy-map         Configure QoS Policy Map
  priority-list      Build a priority list
  privilege          Command privilege parameters
  queue-list         Build a custom queue list
  radius-server      Modify Radius query parameters
  router             Enable a routing process
  secure             Secure image and configuration archival commands
  security           Infra Security CLIs
  service            Modify use of network based services
  snmp-server        Modify SNMP engine parameters
  spanning-tree      Spanning Tree Subsystem
  tacacs-server      Modify TACACS query parameters
  telephony-service  Configure Cisco Unified Communications Manager Express
  username           Establish User Name Authentication
  vpdn               Virtual Private Dialup Network
  vpdn-group         VPDN group configuration
  zone               FW with zoning
  zone-pair          Zone pair command
Router(config)#di ?
  voice  Voice type
Router(config)#exi
Router#
%SYS-5-CONFIG_I: Configured from console by console

Router#disa
Router>conf
Translating "conf"...domain server (255.255.255.255)
% Unknown command or computer name, or unable to find computer address

Router>en
Router#clock ?
  set  Set the time and date
Router#clock 
Router#clock set ?
  hh:mm:ss  Current Time
Router#clock set 
Router#clock set 20:41 ?
  <1-31>  Day of the month
  MONTH   Month of the year
Router#clock set 20:41:58 ?
  <1-31>  Day of the month
  MONTH   Month of the year
Router#clock set 20:41:58 
Router#clock set 20:41:58 4 ?
  MONTH  Month of the year
Router#clock set 20:41:58 4 
Router#clock set 20:41:58 4 September ?
  <1993-2035>  Year
Router#clock set 20:41:58 4 September 2012 ?
  <cr>
Router#clock set 20:41:58 4 September 2012 
Router#show clock
*20:42:32.828 UTC ??? ?? 4 2012
Router#?
Exec commands:
  <1-99>      Session number to resume
  auto        Exec level Automation
  clear       Reset functions
  clock       Manage the system clock
  configure   Enter configuration mode
  connect     Open a terminal connection
  copy        Copy from one file to another
  debug       Debugging functions (see also 'undebug')
  delete      Delete a file
  dir         List files on a filesystem
  disable     Turn off privileged commands
  disconnect  Disconnect an existing network connection
  enable      Turn on privileged commands
  erase       Erase a filesystem
  exit        Exit from the EXEC
  logout      Exit from the EXEC
  mkdir       Create new directory
  more        Display the contents of a file
  no          Disable debugging informations
  ping        Send echo messages
  reload      Halt and perform a cold restart
  resume      Resume an active network connection

Router#disa
Router>en
Router>enable 
Router#conft
Router#conf
Router#configure t
Router#configure terminal 
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#show his ?
% Unrecognized command
Router(config)#show his?
% Unrecognized command
Router(config)#exi
Router#
%SYS-5-CONFIG_I: Configured from console by console

Router#show his ?
  <cr>
Router#show his 
Router#show his 
  conf
  disa
  conf
  en
  clock set 20:41:58 4 September 2012 
  show clock
  disa
  enable 
  configure terminal 
  show his 
Router#ter ?
  history  Enable and control the command history function
Router#ter edi ?
% Unrecognized command
Router#terminal ed?
% Unrecognized command
Router#terminal ed ?
% Unrecognized command
Router#terminal editing
                ^
% Invalid input detected at '^' marker.
	
Router#show his ?
  <cr>
Router#show his 
  conf
  en
  clock set 20:41:58 4 September 2012 
  show clock
  disa
  enable 
  configure terminal 
  show his 
  terminal editing
  show his 
Router#en
Router#enable 
Router#enable 
Router#conf
Router#configure 
Router#configure terminal 
Router#configure terminal 
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#host R1
R1(config)#ena
R1(config)#enable 
R1(config)#enable p
R1(config)#enable password cisco
R1(config)#ip address 10.1.1.1 255.255.255.0
               ^
% Invalid input detected at '^' marker.
	
R1(config)#inte
R1(config)#interface 
R1(config)#interface g ?
  <0-9>  GigabitEthernet interface number
R1(config)#interface f0/0
R1(config-if)#ip addr 10.1.1.1 255.255.255.0
R1(config-if)#no shutd


%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
R1(config-if)#exi
R1(config)#int
R1(config)#interface 
R1(config)#interface s
R1(config)#interface serial 0/0/0
R1(config-if)#ip addr 
R1(config-if)#ip addr 
R1(config-if)#ip addr 10.12.12.1 255.255.255.0
R1(config-if)#no shut

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down
R1(config-if)#end
R1#
%SYS-5-CONFIG_I: Configured from console by console

R1#c
R1#co
R1#cop
R1#copy 
R1#copy run
R1#copy running-config s
R1#copy running-config startup-config 
Destination filename [startup-config]? 
Building configuration...
[OK]
R1#

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -