华为的路由器模拟器及实验内容_第1页
华为的路由器模拟器及实验内容_第2页
华为的路由器模拟器及实验内容_第3页
华为的路由器模拟器及实验内容_第4页
华为的路由器模拟器及实验内容_第5页
已阅读5页,还剩12页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、华为的路由器模拟器及实验内容  2009-12-21 20:27:53|  分类: 默认分类 |  标签: |字号大中小 订阅 实验一:基本命令实验实验二:配置端口聚合实验三:基本VLAN设置实验四:配置primary VLAN和secondary VLAN实验五:其它功能实验六:路由器BootROM升级实验七:直联路由实验八:单臂路由实验九:静态路由实验实验十:动态路由实验实验十一:访问控制列表实验十二:地址转换配置华为的路由器模拟器下载地址 (右键迅雷下载) 实验一  基本命令实验添加一个交

2、换机,一个计算机,双击交换机,进入终端配置:systempassword:Quidwaysysname S3026                      交换机命名S3026super password 111              

3、0;     修改特权用户密码S3026user-interface vty 0 4S3026-ui-vty0-4authentication-mode passwordS3026-ui-vty0-4set authentication-mode password simple 222S3026-ui-vty0-4user privilege level 3S3026-ui-vty0-4quitS3026quitsyspassword:111S3026display currect-configS3026dis curr S3026vlan 2

4、S3026-vlan2port ethernet0/2S3026-vlan2port e0/4 to et0/6S3026-vlan2quitS3026dis vlanS3026int e0/3S3026-Ethernet1port access vlan 2S3026-Ethernet1quitS3026dis vlanS3026dis curr S3026interface vlan 1                 &

5、#160;   进入接口视图S3026-Vlan-interface1ip address 10.65.1.1 255.255.0.0S3026-Vlan-interface1quitS3026ip route-static 0.0.0.0 0.0.0.0 10.65.1.2S3026ip default-gateway 10.65.1.2S3026dis currS3026save  双击小电脑:login:rootpassword:linuxrootPCA root#ifconfig eth0 10.65.1.1 netmask 255.255.0.

6、0rootPCA root#ping 10.65.1.2rootPCA root#telnet 10.65.1.2  实验二 配置端口聚合要求聚合的端口工作在全双工,速度一致,在同一槽口且连续,ingress:源MAC, both:源和目的MAC对于SwitchA:SwitchAinterface ethernet0/1SwitchA-Ethernet0/1duplex fullSwitchA-Ethernet0/1speed 100 SwitchA-Ethernet0/1int e0/2SwitchA-Ethernet0/2duplex fullSwitchA-

7、Ethernet0/2speed 100 对于SwitchB:SwitchBinterface ethernet0/1SwitchB-Ethernet0/1duplex fullSwitchB-Ethernet0/1speed 100 SwitchB-Ethernet0/1int e0/2SwitchB-Ethernet0/2duplex fullSwitchB-Ethernet0/2speed 100 聚合操作:SwitchAlink-aggregation ethernet0/1 to ethernet0/2 bothSwitchBlink-aggregati

8、on ethernet0/1 to ethernet0/2 both SwitchAdisplay link-aggregation ethernet0/1SwitchAundo link-aggregation all  实验三 基本VLAN设置SwitchAvlan 2SwitchA-vlan2port e0/3 to e0/4 SwitchAvlan 3SwitchA-vlan3port e0/5 to e0/6  SwitchBvlan 2SwitchB-vlan2port e0/3 to e0/4 SwitchBvlan 3SwitchB-vl

9、an3port e0/5 to e0/6  设置计算机的IP为:PCA:10.65.1.1   PCB:10.65.1.2   PCC:10.65.1.3    PCD:10.65.1.4rootPCA root#ping 10.65.1.1  通rootPCA root#ping 10.65.1.2  不通rootPCA root#ping 10.65.1.3  不通rootPCA root#ping 10.65.1.4  不通将PCA改接到SwitchA E0/2, PC

10、C改接到SwitchB E0/2rootPCA root#ping 10.65.1.3  通(这时都在vlan 1) 再改回来:S3026Ainterface ethernet 0/8S3026A-Ethernet0/8port link-type trunkS3026A-Ethernet0/8port trunk permit vlan all S3026Binterface ethernet 0/1S3026B-Ethernet0/1port link-type trunkS3026B-Ethernet0/1port trunk permit vlan all

11、 rootPCA root#ping 10.65.1.3  通rootPCA root#ping 10.65.1.4  不通rootPCB root#ping 10.65.1.4  通即:PCA和PCC同在vlan 2 是通的。PCB和PCD同在vlan 3是通的。PCA和PCB是不通的。同理PCC和PCD也是不通的。 S3026Cinterface ethernet 0/1S3026C-Ethernet0/1port link-type trunkS3026C-Ethernet0/1port trunk permit vlan all

12、0;S3026Cinterface ethernet 0/8S3026C-Ethernet0/8port link-type trunkS3026C-Ethernet0/8port trunk permit vlan all rootPCA root#ping 10.65.1.3  通rootPCA root#ping 10.65.1.4  不通  实验四  配置primary VLAN和secondary VLAN SwitchAvlan 2SwitchA-vlan2port ethernet 0/5 to etherne

13、t 0/6 SwitchAvlan 3SwitchA-vlan3port ethernet 0/7 to ethernet 0/8 SwitchAvlan 5SwitchA-vlan5port ethernet 0/1 to ethernet 0/4 SwitchA-vlan5isolate-user-vlan enable         vlan5是主vlanSwitchA-vlan5quitSwitchAisolate-user-vlan 5 secondary 2,3    &

14、#160; vlan2,3是子vlan SwitchBvlan 2SwitchB-vlan2port ethernet 0/5 to ethernet 0/6SwitchBvlan 3SwitchB-vlan3port ethernet 0/7 to ethernet 0/8SwitchAvlan 4SwitchB-vlan4port ethernet 0/1 to ethernet 0/4SwitchB-vlan4isolate-user-vlan enable        ;vlan4是主vlanS

15、witchB-vlan4quitSwitchBisolate-user-vlan 4 secondary 2,3     ;vlan2,3是子vlan  实验五 其它功能(一) 设置镜像Quidwaymonitor-port e0/8Quidwayport mirror e0/1或:Quidwayport mirror e0/1 to e0/2 observing-port e0/8(二) 生成树Quidwaystp enable|disableQuidwaystp priority 4096   

16、60;           设置交换机的优先级Quidwaystp root primary                设置交换机为树根Quidway-Ethernet0/1stp cost 200        设置交换机端口的花费  实验六 

17、 路由器BootROM升级systemQuidwayreloadPress Ctrl+B to enter Boot Menu  Boot Menu:1:Download application program2:Download Bootrom program3:Modify Bootrom password4:Exit menu5:Reboot   Enter your choice(1-5):1 Downloading application program from serial . (rs232)please choose your downl

18、oad speed:1:9600bps2:19200bps3:38400bps4:Exit and reboot  Enter your choice(1-4):2 Download speed is 38400bps. Please change the terminal's speed to 38400bps. And select XMODEM protocol. Press ENTER key when ready. Downloading .CC    (please select File->Send)

19、60;Download completed.Write flash auccessfully!  实验七  直联路由systempassword:Quidwayinterface ethernet0Quidway-Ethernet0ip addr 10.65.1.2 255.255.255.0Quidway-Ethernet0undo shutdownQuidway-Ethernet0int e1Quidway-Ethernet1ip addr 10.66.1.2 255.255.255.0Quidway-Ethernet1undo shutdown r

20、ootPCA root#ifconfig eth0 10.65.1.1 netmask 255.255.0.0rootPCB root#ifconfig eth0 10.66.1.1 netmask 255.255.0.0 rootPCA root#ping 10.65.1.2 通rootPCA root#ping 10.66.1.2 不通,没设网关 rootPCA root#route add default gw 10.65.1.2rootPCA root#ping 10.66.1.2 通 去掉Host B与Router的连线,再ping:rootPCA ro

21、ot#ping 10.66.1.2 不通(没有接线端口会自动down掉) 再连接Host B与Router的连线,再ping:rootPCA root#ping 10.66.1.2 通了   实验八 单臂路由设PCA:10.65.1.1  PCB:10.66.1.1 1.一个接口两个IP的情况systempassword:Quidwayinterface ethernet0Quidway-Ethernet0ip addr 10.65.1.2 255.255.255.0Quidway-Ethernet1ip addr 10.66.1.2 255.

22、255.255.0 secondaryQuidway-Ethernet1undo shutdown rootPCA root#ping 10.66.1.1 通 2划分两个子接口,对两个vlan的路由SwitchAvlan 2SwitchA-vlan2port e0/3SwitchAvlan 3SwitchA-vlan3port e0/6 SwitchAine e0/1SwitchA-Ethernet0/1port link-type trunkSwitchA-Ethernet0/1port trunk permit vlan allSwitchA-Ethernet0/1po

23、rt trunk encap dot1qSwitchAdis curr Quidwayint e0SwitchA-Ethernet0int e0.1SwitchA-Ethernet0.1encapsulation dot1q 2SwitchA-Ethernet0.1ip addr 10.65.1.2 255.255.255.0SwitchA-Ethernet0.1nudo shutSwitchA-Ethernet0.1int e0.2SwitchA-Ethernet0.2encapsulation dot1q 2SwitchA-Ethernet0.2ip addr 10.66.1.2

24、 255.255.255.0SwitchA-Ethernet0.2nudo shutSwitchAdis currrootPCA root#ping 10.66.1.1 通  实验九 静态路由实验PCA:10.65.1.1   PCB:10.66.1.1   PCC:10.68.1.1    PCD:10.69.1.1 RouterAinterface ethernet0RouterA-Ethernet0ip addrress 10.65.1.2 255.255.0.0RouterA-Ether

25、net0undo shutdownRouterA-Ethernet0int e1RouterA-Ethernet1ip addrress 10.66.1.2 255.255.0.0RouterA-Ethernet1undo shutdownRouterA-Ethernet1int s1RouterA-Serial1ip addrress 10.67.1.2 255.255.0.0RouterA-Serial1undo shutdownRouterA-Serial1clock rate 64000RouterA-Serial1quitRouterAip routingRouterAdis cur

26、r RouterBinterface ethernet0RouterB-Ethernet0ip addrress 10.68.1.2 255.255.0.0RouterB-Ethernet0undo shutdownRouterB-Ethernet0int e1RouterB-Ethernet1ip addrress 10.69.1.2 255.255.0.0RouterB-Ethernet1undo shutdownRouterB-Ethernet1int s0RouterB-Serial0ip addrress 10.67.1.1 255.255.0.0RouterB-Seria

27、l0undo shutdownRouterB-Serial0quitRouterBip routingRouterBdis curr rootPCA root#ifconfig eth0 10.65.1.1 netmask 255.255.0.0rootPCA root#route add default gw 10.65.1.2rootPCA root#ping 10.65.1.2 通rootPCA root#ping 10.66.1.2 通rootPCA root#ping 10.67.1.2 通rootPCA root#ping 10.68.1.2 不通rootPCA root

28、#ping 10.69.1.2 不通 RouterAip route-static 10.69.0.0 255.255.0.0 10.67.1.1rootPCA root#ping 10.69.1.1 通 下面再加入一个路由器Router C: RouterB-Serial0undo ip addrress 10.67.1.1 255.255.0.0RouterB-Serial0ip addrress 10.70.1.1 255.255.0.0 RouterCinterface serial0RouterC-Serial0ip addrress 10.6

29、7.1.1 255.255.0.0RouterC-Serial0undo shutdownRouterC-Serial0clock rate 64000RouterC-Serial0int s1RouterC-Serial1ip addrress 10.70.1.1 255.255.0.0RouterC-Serial1undo shutdownRouterC-Serial1quitRouterCip route-static 10.69.0.0 255.255.0.0 10.70.1.1RouterCdis curr rootPCA root#ping 10.69.1.1 通root

30、PCA root#ping 10.68.1.1 不通  实验十  动态路由实验RouterArip version 2 multicastRouterA-ripnetwork 10.0.0.0               ;可以allRouterA-ripip routing RouterBrip version 2 multicastRouterB-ripnetwork 10.0.0.0RouterB-ripip

31、routing RouterCrip version 2 multicastRouterC-ripnetwork 10.0.0.0 RouterC-ripip routingRouterCdis ip routerootPCA root#ping 10.68.1.1 通rootPCA root#ping 10.69.1.1 通 RouterA-rippeer 10.67.1.1                

32、0; ;指明交换点RouterA-ripsummary                         聚合RouterA-Serial0rip split-horizon           ;水平分隔RouterArip workRouterArip in

33、putRouterArip outputQuidwayrouter id A.B.C.D                   ;配置路由器的ID Quidwayospf enable                   

34、      ;启动OSPF协议Quidway-ospfimport-route direct            ;引入直联路由Quidway-Serial0ospf enable area 0          ;配置OSPF区域Quidway-Serial0link-protocol ppp  实验十一  访问控

35、制列表实验1基本访问列表RouterCfirewall enableRouterCfirewall default permitRouterCacl 10RouterC-acl-10rule normal deny source 10.65.1.1RouterC-acl-10rule normal permit source anyRouterCint s0RouterC-Serial0firewall packet-filter 10 inboundRouterC-Serial0quitRouterCdisplay acl rootPCA root#ping 10.68.1.1 不

36、通rootPCB root#ping 10.68.1.1 通RouterCundo acl 10RouterCdisplay aclrootPCA root#ping 10.68.1.1 通rootPCB root#ping 10.68.1.1 通 RouterCacl 11RouterC-acl-11rule normal deny source 10.65.1.1 0.0.0.255RouterC-acl-11rule normal permit source anyRouterCint s0RouterC-Serial0firewall packet-filter 11 inboundRouterCdisplay aclrootPCA root#ping 10.68.1.1 不通rootPCB root#ping 10.68.1.1 不通RouterCundo acl2扩展访问控制列表 RouterCfirewal

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论