IP交换与路由技术实验讲义.docx
《IP交换与路由技术实验讲义.docx》由会员分享,可在线阅读,更多相关《IP交换与路由技术实验讲义.docx(39页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、IP交换与路由技术试验讲义目 录试验一口令和主机名设置1试验二利用交换机实现不同VLAN通信4试验三不同VLAN跨交换机通信7试验四不同VLAN跨交换机通信和VTP协议12试验五RIPv2的配置和其对变长子网的支持19试验六将直连路由和静态路由引入到动态路由24试验七 RIPV2程度分割和定时器配置26试验八 RIP的被动接口与单播更新30试验九 路由器广域网PPP协议的封装33试验十 配置和校验PAP身份验证和CHAP身份验证35第 37 页试验一口令与主机名设置试验目的通过本试验,读者可驾驭以下技能:1. 配置交换机的口令与主机名;2. 配置远程登录交换机。设备需求1. 思科C3640交换
2、机一台;2. 一根直通网线;3. 一台带有超级终端程序的PC机一台。试验拓扑试验步骤1. 登陆交换机,进展如下设置:switchenpassword:;初始密码为空,干脆回车switch#conf t;进入全局配置形式switch(config)#hostname swa;设置交换机名swa(config)#enable secret aaa;设置特权加密口令为 aaaswa(config)#enable password aax;设置特权非密口令为 aaxswa(config)#line console 0;进入限制台口(Rs232)状态swa(config-line)#login;允许登录
3、swa(config-line)#password aa;设置登录口令aaswa(config-line)#line vty 0 4;进入虚拟终端virtual ttyswa(config-line)#login;允许登录swa(config-line)#password a;设置登录口令aswa(config-line)#exit;返回上一层swa(config)#exit;返回上一层2. 查看配置信息Building configuration.Current configuration : 957 bytes!version 12.4service timestamps debug da
4、tetime msecservice timestamps log datetime msecno service password-encryption!hostname swa!boot-start-markerboot-end-marker!enable secret 5 $1$j3r1$PSHfI1hhF2Xms7tiU64Qq1;这里可以查看我们所做的配置enable password aaa!no aaa new-modelmemory-size iomem 5!ip cef!interface FastEthernet1/0.interface FastEthernet1/15!
5、interface Vlan1 no ip address!ip server!control-plane!line con 0 ;这里可以查看到我们所作的配置 password aa loginline aux 0line vty 0 4 password a login!endswa#show running-config ;查看配置信息 swa#exit;返回嘱咐3. 验证重新登陆交换机,看看哪一个口令可以登陆交换机?swaenpassword: ;输入口令4. 配置交换机与PC机IP地址。1)配置交换机IP地址。swa(config)#int vlan 1 ;进入管理vlan1的配置形
6、式swa(config-if)#ip address 192.168.0.1 255.255.255.0 ;配置vlan1的IP地址swa(config-if)#no shutdown ;启用端口2)配置PC机的IP地址RouterenRouter#conf tRouter(config)#no ip routing ;关闭路由功能Router(config)#int f 0/0 ;进入接口配置形式Router(config-if)#ip address 192.168.0.10 255.255.255.0 ;配置IP地址Router(config-if)#no shutdown ;开启端口R
7、outer(config-if)#end5. 验证远程登陆交换机。Router#telnet 192.168.0.1 ;远程登录交换机Trying 192.168.0.1 . OpenUser Access VerificationPassword: ;提示输入密码aswa ;登陆到交换机试验要点1.保证PC机与交换机的IP地址在同一网段。2.通常交换机的vlan1为管理vlan,为交换机支配管理IP即为vlan1支配管理IP。3.路由器端口默认是关闭状态,端口配置完成后要用no shutdown手动启用。试验二利用交换机实现不同VLAN通信试验目的通过本试验,读者可以驾驭以下技能:1. 驾驭
8、交换机虚接口的配置方法;2. 配置利用交换机虚接口实现不同VLAN的通信。试验拓扑试验步骤1. 配置交换机Router#Router#conf tRouter(config)#hostname sw1 ;交换机命名SW1sw1(config)#exitsw1#vlan database ;进入VLAN配置形式sw1(vlan)#vlan 10 ;创立VLAN10sw1(vlan)#vlan 20 ;创立VLAN20sw1(vlan)#exitsw1#conf tsw1(config)#int vlan 10 ;进入VLAN10虚接口sw1(config-if)#ip address 192.1
9、68.10.254 255.255.255.0 ;配置VLAN10的IPsw1(config-if)#exitsw1(config)#int vlan 20 ;进入VLAN10虚接口sw1(config-if)#ip address 192.168.20.254 255.255.255.0 ;配置VLAN10的IPsw1(config-if)#exitsw1(config)#int f 1/11sw1(config-if)#switchport access vlan 10 ;将端口参加VLAN10sw1(config-if)#exitsw1(config)#int f 1/12sw1(con
10、fig-if)#switchport access vlan 20 ;将端口参加VLAN20sw1(config-if)#exitsw1(config)#exitsw1#show vlan-s VLAN Name Status Ports- - - -1 default active Fa1/0, Fa1/1, Fa1/2, Fa1/3 Fa1/4, Fa1/5, Fa1/6, Fa1/7 Fa1/8, Fa1/9, Fa1/10, Fa1/13 Fa1/14, Fa1/1510 VLAN0010 active Fa1/1120 VLAN0020 active Fa1/121002 fddi-
11、default active1003 token-ring-default active1004 fddinet-default active1005 trnet-default activeVLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2- - - - - - - - - - -1 enet 100001 1500 - - - - - 1002 100310 enet 100010 1500 - - - - - 0 020 enet 100020 1500 - - - - - 0 01002 fddi 1
12、01002 1500 - - - - - 1 10031003 tr 101003 1500 1005 0 - - srb 1 10021004 fdnet 101004 1500 - - 1 ibm - 0 01005 trnet 101005 1500 - - 1 ibm - 0 02. 配置PC机PC1(config)#int f 0/0PC1(config-if)#ip address 192.168.2.20 255.255.255.0 ;配置IPPC1(config-if)#no shut ;开启接口PC1(config-if)#endPC1(config)#ip default-
13、gateway 192.168.2.1 ;配置默认网关PC1(config)#no ip routing ;关闭路由功能PC2(config)#int f 0/0PC2(config-if)#ip address 192.168.2.20 255.255.255.0 ;配置IPPC2(config-if)#no shut ;开启接口PC2(config-if)#endPC2(config)#ip default-gateway 192.168.2.1 ;配置默认网关PC2(config)#no ip routing ;关闭路由功能3. 验证PC1#ping 192.168.2.1Type es
14、cape sequence to abort.Sending 5, 100-byte ICMP Echos to 192.168.2.1, timeout is 2 seconds:!Success rate is 100 percent (5/5), round-trip min/avg/max = 16/232/1040 msPC2#ping 192.168.1.1Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds:!Success rate is
15、 100 percent (5/5), round-trip min/avg/max = 4/223/1012 ms试验要点1. 本试验是通过交换机虚接口实现不同vlan通信,因此,在配置ip时,是为vlan配置,而不是为物理端口支配ip。2. 假设没有验证胜利,可尝试逐段验证,或者承受showo vlan-switch,show ip route等嘱咐查看相应信息,以确定问题出如今何处。试验三不同VLAN跨交换机通信试验目的通过本试验,读者可以驾驭以下技能:1. 驾驭vlan的配置方法;2. 驾驭vlan间路由配置方法以与子接口的配置。试验拓扑试验步骤1. 配置交换机SW1#vlan dat
16、abaseSW1(config-vlan)#vlan 10 ;创立vlan10SW1(config-vlan)#vlan 20 ;创立vlan20SW1(config)#int f1/11SW1(config-if)#switchport access vlan 10 ;将f1/11端口参加vlan10SW1(config-if)#no shut ;启用端口SW1(config-if)#endSW1(config)#int f1/12SW1(config-if)#switchport access vlan 20 ;将f1/11端口参加vlan10SW1(config-if)#no shut
17、;启用端口SW1(config-if)#endSW1(config)#int f1/3SW1(config-if)#switchport mode trunk ;配置端口为trunk形式SW1(config-if)#switchport trunk enc dot1q ;端口封装802.1q协议SW1(config-if)#no shutSW1(config-if)#endSW1(config)#int f1/5SW1(config-if)#switchport mode trunk ;配置端口为trunk形式SW1(config-if)#switchport trunk enc dot1q
18、;端口封装802.1q协议SW1(config-if)#no shutSW1(config-if)#endSW1#show vlan-s brief ;查看vlan配置摘要信息VLAN Name Status Ports- - - -1 default active Fa1/0, Fa1/1, Fa1/2, Fa1/4, Fa1/6, Fa1/7, Fa1/8, Fa1/9, Fa1/10,Fa1/13,Fa1/14,Fa1/1510 VLAN0010 active Fa1/11 ;端口已经被参加相应的vlan20 VLAN0020 active Fa1/121002 fddi-default
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- IP 交换 路由 技术 实验 讲义
限制150内