初学着可以看看(1)

禁止任何 Telnet 到本机:
以下是引用片段:
   router(config)# line vty 0 4
   router(config-line)# access-class ACL-Number
   router(config)# ^z
  设置主机名:
以下是引用片段:
   router(config)# hostname Set-Hostname
   router(config)# ^z
   router(config)# ^z
  设置用户模式密码:
以下是引用片段:
   router(config)# line console 0
   router(config-line)# login
   router(config-line)# password Set-Password
   router(config-line)# ^z
  设置 Telnet 密码:
以下是引用片段:
   router(config)# line vty 0 4
   router(config-line)# login
   router(config-line)# password Set-Password
   router(config-line)# ^z
  设置特权模式密码:
以下是引用片段:
   router(config)# enable password Set-Password <-- 不加密的密码,明码 -->
   router(config)# enable secret Set-Password <-- 经过加密的密码 -->
   router(config)# ^z
  给所有密码加密:
以下是引用片段:
   router(config)# service password-ancryption Set-Password-Here
   router(config)# no service password-ancryption <-- 取消加密 -->
   router(config)# ^z
  设置登录 Banner
以下是引用片段:
   router(config)# banner motd  分隔符  Set-Banner-InFORMation-Here  分隔符  <-- 前后分隔符一定要一致 -->
  设置接口的描述信息:
以下是引用片段:
   router(config-if)# de.ion Set-Port-InFORMation-Here
   router(config)# ^z
 
 
 
 
 
CDP 的控制:
以下是引用片段:
   router(config-if)# cdp enable <-- 在指定端口启用 CDP ,缺省 -->
   router(config-if)# no cdp enable <-- 在指定端口关闭 CDP-->
   router(config)# cdp run <-- 使所有端口启用 CDP-->
   router(config)# no cdp run <-- 使所有端口关闭 CDP-->
   Ping 的使用:
以下是引用片段:
   router# ping IP-Address
   router# ping <-- 扩展 Ping 命令 -->
   Protocol [ip] [ Protocol-Type ] <-- 选择协议类型 -->
   Target IP address IP-Address <-- 输入测试地址 -->
   Repeat count [5]  <-- 选择发送的 ICMP 包数量 -->
   Datagram size [100]  <-- 选择每个包的大小 -->
   Timeout in seconds [2]  <-- 设置每个包的超时时间 -->
   Extended commands [n] y <-- 使用扩展 Ping 命令 -->
   Sweep range of sizes [n]
   Tracke 的使用:
以下是引用片段:
   router# trace IP-Address [ Host-Name ]
  为 Cisco 4000 路由器指定媒体类型:
   router(config-if)# media-type 10baset <-- 使 AUI( 默认 ) 失效,改为使用 RJ-45-->
   router(config-if)# ^z
  更改路由器启动顺序:
以下是引用片段:
   router(config)# boot system flash IOS-FileName
   router(config)# boot system tftp IOS-FileName TFTP-IP-Address
   router(config)# boot system rom
   router(config)# ^z
  修改寄存器数值:
   router(config)# config-register value <--Cisco 出厂默认 value=0x2102 value 范围: 0x2100( 进入 ROM 监视器 ) 0x2101( 使系统从 ROM 启动 ) 0x2102 0x210F( 使系统从 NVRAM 启动 ) 0x1=0x2101 ,从最小位开始改变 -->
 
 
 
 
 
ROM 监视器中更改寄存器数值:
以下是引用片段:
   > o/r value
  路由器密码的恢复:
以下是引用片段:
   > o/r 0x2142 <--25xx 型路由器 -->   > confreg 0x2142 <--16xx 型路由器 -->
   router> I
   router> n
   router> enable
   router# copy startup-config running-config
   router# configure terminal
   router(config)# enable secret New-Password
   router(config)# config-register 0x2102
   router(config)# ^z
   router# copy running-config startup-config
   router# reload
  冷关机,然后再开机并在 60 秒内按 < Ctrl>+ 进入 ROM 监视器模式
  配置名称 - 主机入口:
以下是引用片段:
   router(config)# ip host Set-Name [ TCP-Port-Number ] IP-Address [ IP-Address 2 ]...
   router(config)# ^z
  定义 DNS 主机:
以下是引用片段:
   router(config)# ip name-server Server-Address [ Server-Address 2 ]...
   router(config)# ^z
  禁用 DNS
以下是引用片段:
   router(config)# no ip domain-lookup
   router(config)# ^z
 
 
 
 
 
配置水平分割:
以下是引用片段:
   router(config-if)# ip split-horizon
   router(config-if)# no ip split-horizon
   router(config-if)# ^z
  配置静态路由:
以下是引用片段:
   router(config)# ip route IP-Address Subnet-Mask [ Next-Hop-Address     Local-Out-Port ] [Distace ]
   <--Distance 范围: 1 255 ,相当于优先权,越小越好。 RIP=120;DSPF=110;IGRP=100;EIGRP=90-->
   router(config)# ^z
  配置默认路由:
以下是引用片段:
   router(config)# ip defoult-network IP-Address <-- 动态缺省路由 -->
   router(config)# ip route  0.0.0 .0 0.0.0.0 [ Next-Hop-Address     Local-Out-Port ] [Distace ] <-- 静态缺省路由 -->
   router(config)# ^z
  其它命令:
以下是引用片段:
   router# show version
   router# show running-config
   router# show startup-config
   router# show flash
   router# show interface [ Type Port ]
   router# show buffers
   router# show protocol
   router# show mem
   router# show stacks
   router# show processes
   router# show cdp entry [ Device-Name ]      <-- 显示指定邻居三层信息 -->
   router# show cdp neighbors
   router# show cdp neighbors detail           <--- 显示所有邻居三层信息 ->
   router# show ip router
   router# show ipx router
   router# show host
   router# show ip protocol
   router# show ip interface Type Port
   router# show ipx interface Type Port
   router# show ipx servers
   router# show ipx traffic
   router# show access-lists [ ACL-Number ]
   router# show isdn status
   router# show dialer                         <-- 查看 ISDN 拨号信息 -->
   router# show isdn active
   router# show frame-relay pvc
   router# show frame-relay map
   router# show frame-relay lmi
   router# erase startup-config
   router# reload
   router# setup
   router# copy running-config startup-config
   router# copy startup-config running-config
   router# copy tftp running-config
   router# copy running-config tftp
   router# debug ipx routing activity
   router# debug ipx sap
   router# debug isdn q921
   router# debug isdn q931
   router# debug dialer
   router# debug ip rip
   router# clear interface bri [ 0     1     2 ]

你可能感兴趣的:(命令,职场,路由,休闲)