2022年2022年路由器、交换机配置命令及模拟软件中的实验内容 .pdf
《2022年2022年路由器、交换机配置命令及模拟软件中的实验内容 .pdf》由会员分享,可在线阅读,更多相关《2022年2022年路由器、交换机配置命令及模拟软件中的实验内容 .pdf(32页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、第 1 页 共 32 页- 交换机路由器模拟器中的实验第 1 页共 32 页路由器、交换机配置命令计算机命令: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 # ro
2、ute add default gw ;设置网关# route del default gw ;删除网关# route ;显示网关# ping # telnet ;建立 telnet 之前先 ping 一下 交换机基本状态:switch: ;ROM 状态 , 路由器是rommon hostname ;用户模式hostname# ;特权模式hostname(config)# ;全局配置模式hostname(config-if)# ; 接口状态 交换机口令设置:switchenable ;进入特权模式switch#config terminal ;进入全局配置模式switch(config)#ho
3、stname ;设置交换机的主机名switch(config)#enable secret xxx ;设置特权加密口令为xxx switch(config)#enable password xxx ;设置特权非密口令为xxx switch(config)#line console 0 ;进控制台口 (Rs232)初始化switch(config-line)#line vty 0 4 ;进入虚拟终端virtual tty switch(config-line)#login ;允许登录switch(config-line)#password xx ;设置登录口令xx switch#exit ;返回
4、命令 交换机 VLAN 设置:switch#vlan database ;进入 VLAN设置名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 1 页,共 32 页 - - - - - - - - - 第 2 页 共 32 页- 交换机路由器模拟器中的实验第 2 页共 32 页switch(vlan)#vlan 2 ;建 VLAN 2 switch(vlan)#no vlan 2 ;删 vlan 2 switch(config)#int f0/1 ;进入端口1 switch(config
5、-if)#switchport access vlan 2 ;当前端口1加入 VLAN 2 switch(config-if)#switchport mode trunk ;设置为干线switch(config-if)#switchport trunk allowed vlan 1,2 ;设置允许的vlan switch(config-if)#switchport trunk encap dot1q ;设置 vlan 中继switch(config)#vtp domain ; 设置发 vtp 域名switch(config)#vtp password switch(config)#vtp mo
6、de server switch(config)#vtp mode client 交换机设置IP 地址:switch(config)#interface vlan 1 ;进入 vlan 1 switch(config-if)#ip address ;添加远程登录IP switch(config)#ip default-gateway ;添加默认网关switch#dir flash: ;查看内存 交换机显示命令:switch#write ;写入保存switch#show vtp switch#show run ;查看当前配置信息switch#show vlan ;看 VLAN switch#sh
7、ow interface ;显示所有端口信息switch#show int f0/0 ;显示端口0 的信息 路由器显示命令: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)#enable secret
8、xxx ;设置特权加密口令为xxx router(config)#enable password xxx ;设置特权非密口令为xxx router(config)#line console 0 ;进控制台口 (Rs232)初始化router(config-line)#line vty 0 4 ;进入虚拟终端virtual tty router(config-line)#login ;允许登录名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 2 页,共 32 页 - - - - - -
9、- - - 第 3 页 共 32 页- 交换机路由器模拟器中的实验第 3 页共 32 页router(config-line)#password xx ;设置登录口令xx router(config)# (Ctrl+z) ; 返回特权模式router#exit ;返回命令 配置 IP 地址:router(config)#int s0/0 ;进行串 Serail 接口router(config-if)#no shutdown ;起动接口router(config-if)#clock rate 64000 ;设置时钟router(config-if)#ip address 10.1.1.1 255
10、.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-subif.1)#ip address ;router(config-subif.1)#encapsulation dot1q ;router(config)#config-register 0 x2142 ;跳过配置文件router(config)#config-register 0 x2102 ;正常使用配置文件router#reload
11、;重新引导复制操作:router#copy running-config startup-config ;存配置router#copy running-config tftp ;上载router#copy startup-config tftp router#copy tftp flash: ;特权模式下升级IOS router#copy tftp startup-config;下载配置文件到nvram ROM 状态:Ctrl+Break ;进入 ROM 监控状态rommonconfreg 0 x2142 ;跳过配置, 26 36 45xx rommonconfreg 0 x2102 ;使用配
12、置,恢复工作状态rommonreset;重新引导,等效于重开机rommoncopy xmodem: flash: ;从 console升级 IOS rommonIP_ADDRESS=10.65.1.2 ;设置路由器IP rommonIP_SUBNET_MASK=255.255.0.0 ;设置路由器掩码rommonTFTP_SERVER=10.65.1.1 ;指定 TFTP 服务器 IP rommonTFTP_FILE=c2600.bin ;所要下载的文件rommontftpdnld ;ROM 监控状态下升级IOS rommondir flash: ;查看闪存中的内容rommonboot ;引导
13、 IOS 静态路由:ip route 例:router(config)#ip route 10.1.0.0 255.255.0.0 10.2.1.1 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 3 页,共 32 页 - - - - - - - - - 第 4 页 共 32 页- 交换机路由器模拟器中的实验第 4 页共 32 页router(config)#ip route 0.0.0.0 0.0.0.0 1.1.1.2 动态路由:router(config)#ip routing
14、 ;启动路由router(config)#router rip ;启动 RIP 路由协议。router(config-router)#network ;配置范围 ,有的支持all。router(config-router)#negihbor ;点对点帧中继用。帧中继命令:router(config)# frame-relay switching ;使能帧中继交换router(config-s0)# encapsulation frame-relay ;使能帧中继router(config-s0)# frame-relay intf-type DCE ;DCE 端(需要配虚电路) router(
15、config-s0)# frame-relay local-dlci 20 ;配置虚电路号基本访问控制列表:router(config)#access-list permit|deny router(config)#interface ;default: deny any router(config-if)#ip access-group in|out ;default: out 例:RB(config)#access-list 4 permit 10.8.1.1 RB(config)#access-list 4 deny 10.8.1.0 0.0.0.255 RB(config)#acces
16、s-list 4 permit 10.8.0.0 0.0.255.255 RB(config)#access-list 4 deny 10.0.0.0 0.255.255.255 RB(config)#access-list 4 permit any RB(config)#int f0/0 RB(config-if)#ip access-group 4 in 扩展访问控制列表:access-list permit|deny icmp type access-list permit|deny tcp port 例 1:router(config)#access-list 101 deny icm
17、p any 10.64.0.2 0.0.0.0 echo router(config)#access-list 101 permit ip any any router(config)#int s0/0 router(config-if)#ip access-group 101 in 例 2:router(config)#access-list 102 deny tcp any 10.65.0.2 0.0.0.0 eq 80 router(config)#access-list 102 permit ip any any router(config)#interface s0/1 名师资料总结
18、 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 4 页,共 32 页 - - - - - - - - - 第 5 页 共 32 页- 交换机路由器模拟器中的实验第 5 页共 32 页router(config-if)#ip access-group 102 out router(config)#no access-list 102 router(config-if)#no ip access-group 101 in 交换机路由器模拟软件中的实验实验一实验一口令和主机名设置1. 口令和设备名设置
19、添加一个交换机或一个路由器,先对交换机进行操作,双击SwitchA switchen password: ;第一次密码为空,直接回车switch#conf t ;进入全局配置模式switch(config)#hostname swa ;设置交换机名swa(config)#enable secret aaa ;设置特权加密口令为aaa swa(config)#enable password aax ;设置特权非密口令为aax swa(config)#line console 0 ;进入控制台口(Rs232)状态swa(config-line)#login ;允许登录swa(config-line
20、)#password aa ;设置登录口令aa swa(config-line)#line vty 0 4 ;进入虚拟终端virtual tty swa(config-line)#login ;允许登录swa(config-line)#password a ;设置登录口令a swa(config-line)#exit ;返回上一层swa(config)#exit ;返回上一层swa#sh run ;看配置信息swa#exit ;返回命令swaen password: ;哪一个口令可以通过双击 ROA 对路由器进行与交换机类似的设置。2. 清除口令清除交换机口令,实际中是在开机时按住交换机上的m
21、ode 钮,本模拟机按Ctrl+Break 。口令请除,可以重新配置口令了。清除路由器口令,实际中是在开机时上电时,按Ctrl+Break ,本模拟机按Ctrl+Break 。参考操作如下:双击RouterA 。名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 5 页,共 32 页 - - - - - - - - - 第 6 页 共 32 页- 交换机路由器模拟器中的实验第 6 页共 32 页先配置路由的特权口令:routeren password: ;第一次密码为空,直接回车rout
22、er#conf t ;进入全局配置模式router(config)#enable secret aaa ;设置特权加密口令为aaa router(config)#exit ;返回router#exit routeren password:aaa router# 清除路由器的口令是在假设口令丢失情况下使用的方法,具体的操作是开机进入 rommon 状态,打开寄存器配置开关:router#reload ;重新启动,按Ctrl+Break rommon rommonconfreg 0 x2142 ;跳过配置, 26xx 36xx 45xx rommonreset;重新引导,等效于重开机routere
23、n password: router#conf t router(config)#enable secret bbb ;设置特权加密口令为aaa router(config)#config-register 0 x2102 ;正常使用配置文件router(config)#exit router#exit routeren password:bbb router# 在实际工作中一般要备份路由器的配置文件,当系统有问题时将配置文件复原。可以这样操作:router#dir nvram: router#copy nvram:startup-config tftp: router#copy tftp:s
24、tartup-config flash: router# 实验二实验二计算机与交换机IP 地址设置1. 双击 PCA, 输入用户名和入口令,打“?”可以求得帮助。PCA login:root Password:linux 设置IP :名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 6 页,共 32 页 - - - - - - - - - 第 7 页 共 32 页- 交换机路由器模拟器中的实验第 7 页共 32 页root#PCA root# ifconfig eth0 10.65.1
25、.1 netmask 255.255.0.0 查看IP :root#PCA root# ifconfig 删除IP : root#PCA root# ifconfig eth0 10.65.1.1 netamsk 255.255.0.0 down 设置网关:root#PCA root# route add default gw 10.65.1.9 查看网关:root#PCA root# route 删除网关:root#PCA root# route del default gw 10.65.1.9 2. 双击 PCB, 输入用户名和入口令,打“?”可以求得帮助。PCB login:root P
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 2022年2022年路由器、交换机配置命令及模拟软件中的实验内容 2022 路由器 交换机 配置 命令 模拟 软件 中的 实验 内容
限制150内