收藏 分享(赏)

常用网络设备配置命令及配置实例.doc

上传人:cjc2202537 文档编号:1197986 上传时间:2018-06-17 格式:DOC 页数:8 大小:154.50KB
下载 相关 举报
常用网络设备配置命令及配置实例.doc_第1页
第1页 / 共8页
常用网络设备配置命令及配置实例.doc_第2页
第2页 / 共8页
常用网络设备配置命令及配置实例.doc_第3页
第3页 / 共8页
常用网络设备配置命令及配置实例.doc_第4页
第4页 / 共8页
常用网络设备配置命令及配置实例.doc_第5页
第5页 / 共8页
点击查看更多>>
资源描述

1、附件 5常用网络设备配置命令及配置实例计算机命令:PCA login: root ;使用 root 用户password: linux ;口令是 linux# shutdown -h now ;关机# init 0 ;关机# logout# login# ifconfig ;显示 IP 地址# ifconfig eth0 netmask ;设置 IP 地址# ifconfig eht0 netmask down ; 删除 IP 地址# route add 0.0.0.0 gw # route del 0.0.0.0 gw # route add default gw ;设置网关# route

2、del default gw ;删除网关# route ;显示网关# ping # telnet ;建立 telnet 之前先 ping 一下路由器显示命令:router#show run ;显示接口router#show interface ;显示接口router#show ip route ;显示路由router#show cdp nei ;看邻居router#reload ;重新起动设置口令:routerenable ;进入特权模式router#config terminal ;进入全局配置模式router(config)#hostname ;设置交换机的主机名router(config

3、)#enable secret xxx ;设置特权加密口令为 xxxrouter(config)#enable password xxx ;设置特权非密口令为 xxxrouter(config)#line console 0 ;进控制台口 (Rs232)初始化router(config-line)#line vty 0 4 ;进入虚拟终端 virtual tty router(config-line)#login ;允许登录router(config-line)#password xx ;设置登录口令 xxrouter(config)# (Ctrl+z) ; 返回特权模式router#exit

4、 ;返回命令配置 IP 地址:router(config)#int s0/0 ;进行串 Serail 接口附件 5router(config-if)#no shutdown ;起动接口router(config-if)#clock rate 64000 ;设置时钟router(config-if)#ip address 10.1.1.1 255.255.0.0 ;设置 IP 地址和子网掩码router(config-if)#ip add 10.1.1.2 255.255.0.0 second;router(config-if)#int f0/0.1 ; 进入子接口router(config-s

5、ubif.1)#ip address ;router(config-subif.1)#encapsulation dot1q ;router(config)#config-register 0x2142 ;跳过配置文件router(config)#config-register 0x2102 ;正常使用配置文件router#reload ;重新引导复制操作:router#copy running-config startup-config ;存配置router#copy running-config tftp ;上载router#copy startup-config tftp router#

6、copy tftp flash: ;特权模式下升级 IOSrouter#copy tftp startup-config ;下载配置文件到 nvramROM 状态:Ctrl+Break ;进入 ROM 监控状态 rommonconfreg 0x2142 ;跳过配置,26 36 45xxrommonconfreg 0x2102 ;使用配置,恢复工作状态rommonreset ;重新引导,等效于重开机rommoncopy xmodem: flash: ;从 console 升级 IOSrommonIP_ADDRESS=10.65.1.2 ;设置路由器 IPrommonIP_SUBNET_MASK=

7、255.255.0.0 ;设置路由器掩码rommonTFTP_SERVER=10.65.1.1 ;指定 TFTP 服务器 IPrommonTFTP_FILE=c2600.bin ;所要下载的文件rommontftpdnld ;ROM 监控状态下升级 IOSrommondir flash: ;查看闪存中的内容rommonboot ;引导 IOS静态路由:ip route 例:router(config)#ip route 10.1.0.0 255.255.0.0 10.2.1.1router(config)#ip route 0.0.0.0 0.0.0.0 1.1.1.2 动态路由:router

8、(config)#ip routing ;启动路由router(config)#router rip ;启动 RIP 路由协议。router(config-router)#network ;配置范围, 有的支持 all。router(config-router)#negihbor ;点对点 帧中继用。附件 5帧中继命令:router(config)# frame-relay switching ;使能帧中继交换router(config-s0)# encapsulation frame-relay ;使能帧中继router(config-s0)# frame-relay intf-type D

9、CE ;DCE 端( 需要配虚电路)router(config-s0)# frame-relay local-dlci 20 ;配置虚电路号基本访问控制列表:router(config)#access-list permit|deny router(config)#interface 交换机显示命令:switch#write ;写入保存 switch#show vtpswitch#show run ;查看当前配置信息switch#show vlan ;看 VLANswitch#show interface ;显示所有端口信息 switch#show int f0/0 ;显示端口 0 的信息交换

10、机基本状态:switch: ;ROM 状态, 路由器是rommonhostname ;用户模式hostname# ;特权模式hostname(config)# ;全局配置模式hostname(config-if)# ; 接口状态交换机口令设置:switchenable ;进入特权模式switch#config terminal ;进入全局配置模式switch(config)#hostname ;设置交换机的主机名switch(config)#enable secret xxx ;设置特权加密口令为 xxxswitch(config)#enable password xxx ;设置特权非密口令为

11、 xxxswitch(config)#line console 0 ;进控制台口(Rs232)初始化switch(config-line)#line vty 0 4 ;进入虚拟终端 virtual tty switch(config-line)#login ;允许登录switch(config-line)#password xx ;设置登录口令 xxswitch#exit ;返回命令交换机 VLAN 设置:switch#vlan database ;进入 VLAN 设置switch(vlan)#vlan 2 ;建 VLAN 2 switch(vlan)#no vlan 2 ;删 vlan 2附

12、件 5switch(config)#int f0/1 ;进入端口 1switch(config-if)#switchport access vlan 2 ;当前端口 1 加入 VLAN 2switch(config-if)#switchport mode trunk ;设置为干线switch(config-if)#switchport trunk allowed vlan 1,2 ;设置允许的 vlanswitch(config-if)#switchport trunk encap dot1q ;设置 vlan 中继switch(config)#vtp domain ; 设置发 vtp 域名s

13、witch(config)#vtp password switch(config)#vtp mode serverswitch(config)#vtp mode client交换机设置 IP 地址:switch(config)#interface vlan 1 ;进入 vlan 1switch(config-if)#ip address ;添加远程登录 IP switch(config)#ip default-gateway ;添加默认网关 switch#dir flash: ;查看内存实例观察路由器启动流程,确认路由器 IOS 版本号和硬件信息察看在 User EXEC 模式下能够执行的命令

14、在 Privileged EXEC 模式下执行以下命令,观察并解释执行结果1. show version2. show processes cpu3. show protocols4. show interfaces5. show flash6. show startup-config7. show running-config8. show ip route9. show mem命令行编辑1. 移动到命令行开头2. 移动到命令行结束3. 移动到上一个词开始4. 移动到前一个字符5. 移动到下一个字符6. 移动到下一个词配置路由器识别信息1. hostname2. banner motd3.

15、description密码设定主控台密码line con 0password abc附件 5虚拟终端密码line vty 0 4password abc特权模式密码enable secret abc确认一个界面状态1. interface ethernet 02. show interface ethernet 03. shutdown4. no shutdown保存配置1. write memory2. copy running-config startup-config3. copy running-config tftp从 tftp 服务器载入配置1. copy tftp running

16、-config2. copy tftp startup-config密码恢复1. 在路由器启动过程中 Break2. 更改过程 Cisco 2600 系列 a) rommonconfregb) Do you wish to change the configuration?y/nn:yc) Enable “ignore system config info”?y/nn:yd) Change the boot characteristics?y/nn:ye) Enter to boot: 2f) Do you wish to change the configuration?y/nn:ng) r

17、ommonreseth) Would you like to enter the initial dialog?yes:noi) enablej) configure memoryk) 改密码l) config-register 0x2102CDP 协议1. cdp run2. cdp timer3. cdp holdtime4. show cdp neighbors简单一点的实例Route 你进来是这个样子Routeen 打个 en 回车 进入特权模式Route# 特权模式就是这个样子Router#conf t 打个 conf t 回车 进入全局配置模式附件 5Enter configura

18、tion commands, one per line. End with CNTL/Z. 这个是自动显示出来的,别打Router(config)# 全局配置模式就是这个样子Router(config)#hostname R1 第一项配置:把 2600 路由器改个名如 R1R1(config)# 现在名字叫 r1 了R1(config)#exit 打这个就退出全局配置模式了%SYS-5-CONFIG_I: Configured from console by consoleR1#show run 打这个就看配置了Building configuration.Current configurat

19、ion : 510 bytes!version 12.2no service password-encryption!hostname R1!ip ssh version 1!interface FastEthernet0/0no ip addressduplex autospeed autoshutdown下面一大堆就不显示了,第二项配置:端口配 ipR1#conf t 应该熟悉了,进入到全局配置模式Enter configuration commands, one per line. End with CNTL/Z.R1(config)#interface FastEthernet0/0

20、进入端口 f0/0 准备进行 IP 配置,这个端口你可以 在 2600 面板上找到标有 fastethernet 0/0 的端口,现在就是要给它分配个 IP 地址。R1(config-if)#ip add 192.168.1.1 255.255.255.0 这个就是给它配 ip 了。 (add 是 address 的简称) 。R1(config-if)#no sh 这个是 up 端口%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up这个时候你拿台电脑,连上配好的口附件 5电脑的 ip 配 192.168.1.2 255

21、.255.255.0路由器上的灯该闪了,路由器界面上会显示类似%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up的信息。配到这,你在电脑上 ping 192.168.1.1 是通的。路由器各端口编号说明下图是 Cisco 2610 路由器端口编号的示意图,详细说明请参考路由器说明书。Serial 0/1S 0/1Serial 0/3S 0/3Serial 0/0S 0/0FastEthernet 0/0F 0/0FastEthernet 0/1F 0/1Serial 1/0S

22、1/0Serial 1/1S 1/1Serial 0/2S 0/2接计算机用于超级终端附件 5二、例子(参照“中国网通新建工程网管和路由器 IP 分配表” )例如:南宁路由器的设置如下Router#configure t Router( config)# interface f 0/0 -配端口 IP 地址Router( config-if)#ip address 132.37.77.1 255.255.255.0Router( config-if)#shutRouter( config-if)#no shutRouter( config-if)#exitRouter( config)#int

23、erface s0/0Router( config-if)#ip address 10.1.27.2 255.255.255.0Router( config-if)#shutRouter( config-if)#no shutRouter( config-if)#exitRouter( config)#interface s0/1Router( config-if)#ip address 10.1.28.2 255.255.255.0Router( config-if)#shutRouter( config-if)#no shutRouter( config-if)#exitRouter( c

24、onfig)#router ospf 100 - 配路由协议Router( config-router)# router-id 132.37.77.1 -IP 地址是以太网口的 IPRouter( config-router)#no capability opaqueRouter( config-router)#network 10.1.27.0 0.0.0.255 area 10.18.0.0Router( config-router)#network 10.1.28.0 0.0.0.255 area 10.18.0.0Router( config-router)#network 132.37.77.0 0.0.0.255 area 10.18.0.0Router( config-router)#exitRouter( config)#exitRouter#wri -保存配置结束设置。

展开阅读全文
相关资源
猜你喜欢
相关搜索
资源标签

当前位置:首页 > 企业管理 > 经营企划

本站链接:文库   一言   我酷   合作


客服QQ:2549714901微博号:道客多多官方知乎号:道客多多

经营许可证编号: 粤ICP备2021046453号世界地图

道客多多©版权所有2020-2025营业执照举报