一CISCO交换机和路由器基本配置
交换机的配置
1用户模式
switch >
2进入特权模式
switch > enable
3 进入全局配置模式,全局模式的配置对整个交换机生效. switch  config terminal
switch config
4进入接口模式,配置只对当前的接口生效
switchconfig  interface f0/1
switchconfig-if
进入line 模式,这个模式主要用来对控制台做相应的配置5 switchconfig  line console 0
switchconfig-line
6配置主机名
switchconfig hostname 主机名
7配置使能口令
switchconfig  enable password 密码
8 配置加密使能口令
switchconfig  enable secret 密码
9配置ip地址
switchconfig  interface vlan 1
switchconfig  ip  add ip地址子网掩码switchconfig  no shutdown
10配置交换机的网关
填充方块
switchconfig  ip default-gateway ip地址
11 保存配置
switch  copy runing-config startup-config switch  write
12清空配置
switch  erase startup-config
13 清空接口配置
switch config  interface f0/1
switch config-if  default interface f0/1
14清空交换机密码
1 关闭电源.
2 开启电源, 并且按住交换机的mode键,当交换机进入................................ ................................
flash_init
load_helper
boot
switch:
3 在switch 后执行 flash_init命令
switch: flash-init
4 在查看flash中的文件
switch: dir flash:/
灰原哀喜欢柯南吗5 把文件后缀名改了就可以,并且重新启动.交换机重启后不会在读取配置文件了
景岗山老婆switch:rename config.old
switch:boot
6 启动后进入特权模式查看flash里面的文件,并且把文件改回来.并且把flash里面的文件复制到内存中
switch  rename flash:config.old
switch  copy startup-config running-config
15创建vlan 2
switch config  vlan 2
16删除vlan 2
switch config  no vlan 2
17 把端口 f0/5到10 添加到vlan 2
switch config  interface range f0/5 - 10
switch config  switchport access vlan 2
18将f0/1设置成中 trunk
湖南农业大学自考switch config  interface f0/1
switch config  switchport mode trunk
19将f0/1 设置成期望型或自动型
switch config  switchport dynamic desirable / auto
20如果不需要trunk 传送vlan 2的数据,可以将vlan 2 从trunk中删除.
switch config  interface f/  trunk接口
switch cofnig-if  switchprot trunk allowed vlan remove vlan 2
21也可以添加vlan 2
switch config  interface f/  trunk接口
switch config  switchprot trunk allowed vlan add vlan 2
二交换机的查看命令
switch  show mac-address-table 查看本机的mac地址表
switch  show cdp neighbors 列出与本设备相连的cisco设备
switch  show running-config 查看交换机的配置
switch  show vlan brief 查看vlan的详细信息
switch  show  Internet  trunk 可以查看生成树协议
三路由器配置命令
1 配置默认路由
route config  ip route 0.0.0.0 0.0.0.0 下一跳
2 配置静态路由
route config  ip route 目的ip 子网掩码下一跳
把溺水的人倒过来施救正确吗
3 对所有密码进行加密
route config  enable  password-encryption
4 如果要使enable密码也以加密的形式保存在running-config中,中需运行
route config  service password-encryption
5 接口
route config-if  speed  10/100/auto 配置速率
route config-if  duplex  auto/full/half 工作模式,自动/半双工/全双工route config-if  description 文本接口模式为当前接口列出希望跟踪的信息文本6 对接口进行标识
route config  interface f0/1
route config  description 内容
7 配置超时
route route  line console 0
route route_line exec-timeout 0 0 第一个0代表分钟,第二个0代表秒
8 配置telnet
route route  line vty 05 配置同时登陆的个数
程嘉美route route  password 密码配置telnet密码
route route  login
9 配置ssh
route route  line vty 05
route route-line  transport  ipput  telnet  ssh 同时接受telnet和ssh登陆
route route  username 用户名 password 密码配置用户名和密码
route route  ip  domain-name 域名配置一个dns域名
route route  crypto key generate  RSA 配置交换机生成一对匹配的公钥和私钥,以及一个共享的加密密钥
route  show crypto key  mypubkey rsa 查看ssh密钥的
route  show running-config | begin  line vty 查看当前运行的配置,从包含第一个line bty开始
10显示同步
route config  line ocnsole 0
route config_line  logging synchronous
11 配置禁用dns
route config  no  ip domain-lookup
12 路由器的密码恢复
1 重新启动路由器,在启动的60 s内按下ctrl + break 使路由器进入rom monitor模式