第一章_實验拓扑.docVIP

  • 5
  • 0
  • 约1.1万字
  • 约 7页
  • 2016-12-08 发布于重庆
  • 举报
第一章_實验拓扑

第一章 实验拓扑、终端服务器配置 R1enable 从用户模式进入特权模式 R1#configure terminal 进入配置模式 R1(config)#interface g0/0 进入千兆位以太网接口模式 R1(config-if)#ip add 配置接口的IP地址 R1(config-if)#no shutdown 打开接口 R1(config)#line vty 0 4 进入虚拟终端vty 0~vty 4 R1(config-line)#password cisco 配置虚拟终端密码为cisco R1(config-line)#login 用户要进入路由器,需要先进行登录 Exit 退回到上一级模式 R1(config)#enable password cisco 配置进入特权模式的密码为cisco,密码不加密 End (Ctrl+Z) 直接回到特权模式 R1#show int g0/0 显示g0/0接口信息 R1(config)#hostname Terminal-Server 配置路由器的主机名为Terminal-Server R1(config)#enable secret cisco 配置进入特权模式的密码为cisco,密码加密 R1(config)#no ip domain-lookup 路由器不使用DNS服务器解析主机的IP

文档评论(0)

1亿VIP精品文档

相关文档