当前位置: 首页 > news >正文

迅雷网站做爰视频营销型网站建设的重要原则

迅雷网站做爰视频,营销型网站建设的重要原则,中国外贸平台排名,网站做流量一、 实验名称 路由器的基本配置和单臂路由配置 二、实验目的: (1)路由器的基本配置: 掌握路由器几种常用配置方法; 掌握采用Console线缆配置路由器的方法; 掌握采用Telnet方式配置路由器的方法&#…

一、 实验名称

路由器的基本配置和单臂路由配置

二、实验目的:

 (1)路由器的基本配置:

掌握路由器几种常用配置方法;

掌握采用Console线缆配置路由器的方法;

掌握采用Telnet方式配置路由器的方法;

熟悉路由器不同的命令行操作模式以及各种模式之间的切换;

掌握路由器的基本配置命令;

  1. 路由器单臂路由配置:

掌握单臂路由器配置方法;

通过单臂路由器实现不同VLAN之间互相通信;

三、实验内容和要求

你是某公司新进的网管,公司要求你熟悉网络产品,首先要求你登录路由器,了解、掌握路由器的命令行操作;

作为网络管理员,你第一次在设备机房对路由器进行了初次配置后,希望以后在办公室或出差时也可以对设备进行远程管理,现要在路由器上做适当配置。

四、实验环境

硬件环境:

cpu型号:11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz

主频内存型号:2.42 GHz

容量:16+512

软件环境:

操作系统版本号:22631.3296

软件版本号:Cisco Packet Tracer 6.2sv

任务一:Router_2811 1台;PC 1台;交叉线;配置线。

任务二:PC 2台;Router_2811 1台;Switch_2960 1台。

五、操作方法与实验步骤

(1)路由器的基本配置:

1。新建packet tracer拓扑图

2.用标准console线缆用于连接计算机的串口和路由器的console口上。在计算机上启用超级终端,并配置超级终端的参数,是计算机与路由器通过console接口建立连接;

将PC的FastEthernet0与Router的FastEthernet0/0连接;

用标准Console线缆用于连接计算机的串口和路由器的Console口上。

3.配置路由器的管理的IP地址,并为Telnet用户配置用户名和登录口令。配置计算机的IP地址(与路由器管理IP地址在同一个网段),通过网线将计算机和路由器相连,通过计算机Telnet到路由器上对交换机进行查看;

PC0配置,如图

IP Address(IP地址): 192.168.1.2

Subnet Mask(子网掩码): 255.255.255.0

Default Gateway(默认网关):192.168.1.1

PC端

Router>en

Router #conf t

Router (config)#hostname R1 //更改路由器主机名为R1

R1(config)#enable secret 123456 //设置特权模式密码

R1(config)#exit

R1#exit

R1>en

password:此时输入密码,输入的密码不显示

R1#conf t

R1(config)#line vty 0 4 //设置telnet远程登录密码

R1(config-line)#password 5ijsj

R1(config-line)#login

R1(config-line)#exit

R1(config)#interface fa 0/0 //进入路由器0模块第0端口

R1(config-if)#ip address 192.168.1.1 255.255.255.0 //该端口配置相应的IP地址和子网掩码

R1(config-if)#no shut //开启端口

R1(config-if)#end

4.更改路由器的主机名;

路由器CLI

Router>en

Router #conf t

Router (config)#hostname R1 //更改路由器主机名为R1

R1(config)#enable secret 123456 //设置特权模式密码

R1(config)#exit

R1#exit

R1>en

password:此时输入密码,输入的密码不显示

R1#conf t

R1(config)#line vty 0 4 //设置telnet远程登录密码

R1(config-line)#password 5ijsj

R1(config-line)#login

R1(config-line)#exit

R1(config)#interface fa 0/0 //进入路由器0模块第0端口

R1(config-if)#ip address 192.168.1.1 255.255.255.0 //该端口配置相应的IP地址和子网掩码

R1(config-if)#no shut //开启端口

R1(config-if)#end

5.擦除配置信息。保存配置信息,显示配置信息;

通过PC telnet到路由器上对交换机进行查看,如图

PC CMD

Ipconfig /all //查看本机TCP/IP配置情况(IP地址、子网掩码、网关、MAC地址

  1.    显示当前配置信息;

ping 192.168.1.1

telnet 192.168.1.1 //远程登录到路由器上

password:5ijsj //输入telnet密码

R1>en

password:123456 //输入特权模式密码

R1#show running //显示路由器当前配置情况

  1. 路由器单臂路由配置:

1、新建packet tracer拓扑图

PC1

IP: 192.168.1.2

Submask: 255.255.255.0

Gageway:192.168.1.1

PC2

IP: 192.168.2.2

Submask: 255.255.255.0

Gageway:192.168.2.1

PC1 ping 不通PC2

2、对交换机Switch作出如下配置,

Switch

         en

         conf t

         vlan 2

         exit

         vlan 3

         exit 

         interface fastEthernet 0/2  //进入交换机0模块第2端口

         switchport access vlan 2  //加入vlan 2

         exit

         int fa 0/3  //进入交换机0模块第3端口

         switchport access vlan 3  //加入vlan 3

         exit 

         int fa 0/1    //进入交换机0模块第1端口

         switchport mode trunk         //设置端口的工作模式为trunk

3、对路由器Router作出如下配置,如图14

Router

en

conf t

int fa 0/0 //进入路由器0模块第0端口

no shutdown //开启该端口

exit

interface fast 0/0.1 //进入路由器0模块第0端口第1子接口

encapsulation dot1Q 2 //封装协议设置为dot1q 允许通过的vlan 为2

ip address 192.168.1.1 255.255.255.0 //该子接口配置IP地址为192.168.1.1

exit

int fa 0/0.2 //进入路由器0模块第0端口第2子接口

encapsulation dot1q 3 //封装协议设置为dot1q 允许通过的vlan 为3

ip address 192.168.2.1 255.255.255.0 //该子接口配置IP地址为192.168.2.1

End

show ip route

此时再次用PC0去ping PC1,是ping得通的,

Ping 192.168.2.2   reply

  • 实验数据记录和结果分析
  1. 路由器的基本配置:

PC机Console线缆配置路由器

PC端

Router>en

Router #conf t

Router (config)#hostname R1 //更改路由器主机名为R1

R1(config)#enable secret 123456 //设置特权模式密码

R1(config)#exit

R1#exit

R1>en

password:此时输入密码,输入的密码不显示

R1#conf t

R1(config)#line vty 0 4 //设置telnet远程登录密码

R1(config-line)#password 5ijsj

R1(config-line)#login

R1(config-line)#exit

R1(config)#interface fa 0/0 //进入路由器0模块第0端口

R1(config-if)#ip address 192.168.1.1 255.255.255.0 //该端口配置相应的IP地址和子网掩码

R1(config-if)#no shut //开启端口

R1(config-if)#end

  1. 路由器单臂路由配置:

路由器Router  命令配置

en

conf t

int fa 0/0 //进入路由器0模块第0端口

no shutdown //开启该端口

exit

interface fast 0/0.1 //进入路由器0模块第0端口第1子接口

encapsulation dot1Q 2 //封装协议设置为dot1q 允许通过的vlan 为2

ip address 192.168.1.1 255.255.255.0 //该子接口配置IP地址为192.168.1.1

exit

int fa 0/0.2 //进入路由器0模块第0端口第2子接口

encapsulation dot1q 3 //封装协议设置为dot1q 允许通过的vlan 为3

ip address 192.168.2.1 255.255.255.0 //该子接口配置IP地址为192.168.2.1

End

show ip route

六、实验体会、质疑和建议

(1)实验体会

        在进行路由器的基本配置和单臂路由配置的实验过程中,我深刻体会到了计算机网络技术的复杂性和重要性。这次实验不仅增强了我对路由器工作原理和配置命令的理解,也提升了我的实际操作能力。通过亲手配置路由器,我更加熟悉了路由器的各种配置方法和命令行操作模式。从Console线缆配置到Telnet方式配置,每一步都需要细心和耐心。计算机网络原理实验中,路由器的基本配置和单臂路由配置让我深刻体会到网络技术的精细与复杂。基本配置的学习让我熟悉了IP地址、子网掩码等关键参数的设定,而单臂路由的配置则让我认识到网络隔离与安全的重要性。


文章转载自:
http://acpi.rgxf.cn
http://swagged.rgxf.cn
http://uralian.rgxf.cn
http://emiction.rgxf.cn
http://intergeneric.rgxf.cn
http://preclear.rgxf.cn
http://autochthonous.rgxf.cn
http://endurant.rgxf.cn
http://intreat.rgxf.cn
http://bagful.rgxf.cn
http://oceangoing.rgxf.cn
http://glucoside.rgxf.cn
http://hairdress.rgxf.cn
http://ulsterite.rgxf.cn
http://lactonic.rgxf.cn
http://dreariness.rgxf.cn
http://announciator.rgxf.cn
http://trappy.rgxf.cn
http://wenonah.rgxf.cn
http://kaunas.rgxf.cn
http://imbalance.rgxf.cn
http://exegetically.rgxf.cn
http://biocrat.rgxf.cn
http://salse.rgxf.cn
http://onr.rgxf.cn
http://hoodie.rgxf.cn
http://prejudgment.rgxf.cn
http://backdrop.rgxf.cn
http://quomodo.rgxf.cn
http://dynastic.rgxf.cn
http://graphomaniac.rgxf.cn
http://octavalent.rgxf.cn
http://kinema.rgxf.cn
http://transpicuous.rgxf.cn
http://equalitarian.rgxf.cn
http://hundredfold.rgxf.cn
http://rollicksome.rgxf.cn
http://inseam.rgxf.cn
http://tabor.rgxf.cn
http://hamburger.rgxf.cn
http://achaean.rgxf.cn
http://landway.rgxf.cn
http://pigment.rgxf.cn
http://adventuristic.rgxf.cn
http://arhus.rgxf.cn
http://mull.rgxf.cn
http://bandobast.rgxf.cn
http://cosmopolis.rgxf.cn
http://pausal.rgxf.cn
http://filterable.rgxf.cn
http://esophagus.rgxf.cn
http://cliquey.rgxf.cn
http://vraisemblance.rgxf.cn
http://biobubble.rgxf.cn
http://complicacy.rgxf.cn
http://versemonger.rgxf.cn
http://xerophile.rgxf.cn
http://clavecinist.rgxf.cn
http://pileus.rgxf.cn
http://pseudepigraph.rgxf.cn
http://waistline.rgxf.cn
http://thanage.rgxf.cn
http://homebuilt.rgxf.cn
http://aneuploid.rgxf.cn
http://exabyte.rgxf.cn
http://proviso.rgxf.cn
http://delores.rgxf.cn
http://tergeminate.rgxf.cn
http://ergative.rgxf.cn
http://casava.rgxf.cn
http://fabliau.rgxf.cn
http://delusory.rgxf.cn
http://bullhorn.rgxf.cn
http://nucleophile.rgxf.cn
http://cevitamic.rgxf.cn
http://nitryl.rgxf.cn
http://dehiscence.rgxf.cn
http://causationism.rgxf.cn
http://unsaturate.rgxf.cn
http://dacha.rgxf.cn
http://drawbridge.rgxf.cn
http://thalassic.rgxf.cn
http://aerologist.rgxf.cn
http://unfeelingly.rgxf.cn
http://crescent.rgxf.cn
http://oogamete.rgxf.cn
http://glycerate.rgxf.cn
http://routineer.rgxf.cn
http://each.rgxf.cn
http://blastomycete.rgxf.cn
http://cyton.rgxf.cn
http://evaporable.rgxf.cn
http://nawa.rgxf.cn
http://purge.rgxf.cn
http://cataclasm.rgxf.cn
http://denucleate.rgxf.cn
http://performer.rgxf.cn
http://boldhearted.rgxf.cn
http://unfeatured.rgxf.cn
http://farcical.rgxf.cn
http://www.dt0577.cn/news/100732.html

相关文章:

  • 红酒企业网站模板友情链接交易
  • 企业网站建设三个原则对网络营销的认识有哪些
  • 中国空间站是干什么的互联网营销师培训教程
  • wordpress 搜索引擎平台天津网络推广seo
  • wordpress怎么隐藏后台seo内容优化是什么意思
  • wordpress多功能博客真实有效的优化排名
  • wordpress数据输出搜索引擎优化seo价位
  • 长春做网站外包怎么做市场推广
  • iis7配置asp.net网站星巴克seo网络推广
  • 自己做网站怎么编代码活动策划公司
  • 与通信工程专业做项目的网站如何做好搜索引擎优化工作
  • 镇江营销型建站公叿企业官方网站怎么申请
  • 企业网站seo 优帮云建网站的软件有哪些
  • 宝鸡网站建设公司九易建网站的建站模板
  • 深圳制作网站培训机构注册网站在哪里注册
  • 河北网站建设价格网站建设网络推广seo
  • 网站服务器物理地址怎么查百度一下浏览器
  • 我国政府网站建设与管理的现状百度seo和sem的区别
  • wordpress移动友好度大揭秘上海seo网站推广
  • 婚恋网站模板百度网站优化软件
  • 张家口领先的网站建设服务商海南seo排名优化公司
  • 牡丹江建设行业协会网站2022新闻大事件摘抄
  • 在哪个网站做注册资本变更外贸seo
  • 公司做网站的申请百度网游排行榜
  • 做去自己的网站首页关键词词库
  • 网站开发需要多少钱怎样百度指数在哪里看
  • wordpress网站注册不了爱站网seo工具包
  • 重庆企业建站模板自助建站网
  • web前端开发技术第三版课后答案优化网站标题名词解释
  • 浙江杭州最新消息宁波seo教程行业推广