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

商城网站建设 亚马逊百度关键词搜索量查询

商城网站建设 亚马逊,百度关键词搜索量查询,企业网站怎么做优化,oa系统费用报销流程♥️作者:小刘在C站 ♥️个人主页:小刘主页 ♥️每天分享云计算网络运维课堂笔记,努力不一定有收获,但一定会有收获加油!一起努力,共赴美好人生! ♥️夕阳下,是最美的绽放&#xff0…

♥️作者:小刘在C站

♥️个人主页:小刘主页

♥️每天分享云计算网络运维课堂笔记,努力不一定有收获,但一定会有收获加油!一起努力,共赴美好人生!

♥️夕阳下,是最美的绽放,树高千尺,落叶归根人生不易,人间真情

目录

实验1:

实验2:

实验3:

实验4:

实验5:

实验6:

实验7:

实验8:

实验9:


实验1:

交换机远程管理地址网关 记得多利用Tab
打开交换机


en
conf t
int vlan 1
ip add 192.168.1.100 255.255.255.0
no sh
exit
ip default-gateway 192.168.1.1
line vty 0 4
password 123
login
打开第一台电脑配置IP,命令行输入telnet 192.168.1.100

 


实验2:

路由器接口地址配置 记得多利用Tab
打开路由器


en
conf t
int f0/0
ip add 192.168.1.254 255.255.255.0
no sh
exit
int f0/1
ip add 10.0.0.254 255.255.255.0
no sh 即可
如果想ping通继续输入
router(config)#router rip
network 192.168.1.0
network 20.0.0.0 即可ping通
   

 

实验3:

静态路由和默认路由 记得多利用Tab
打开左边路由器


en
conf t
int f0/0
ip add 192.168.1.1 255.255.255.0
no sh
exit
int f0/1
ip add 10.0.0.1 255.0.0.0
no sh
打开右边路由器
en
conf t
int f0/0
ip add 192.168.1.2 255.255.255.0
no sh
exit
int f1/0
ip add 192.168.20.1 255.255.255.0
no sh
再打开左边路由器
router(config)#ip route 192.168.20.0
255.255.255.0 192.168.1.2 这就是静态路由
再打开右边路由器
router(config)#ip route 0.0.0.0 0.0.0.0
192.168.1.1   这就是默认路由
然后配置电脑IP地址和网关 即可ping 通

 


实验4:

交换机配置VLAN和trunk 记得多利用Tab
打开左边交换机


en
conf t
vlan 10
vlan 20
exit
int f0/2
sw ac vlan 10
int f0/3
sw ac vlan 20
int f0/1
sw mo tr
打开右边交换机
en
conf t
vlan 10
vlan 20
exit
int f0/2
sw ac vlan 10
int f0/3
sw ac vlan 20
int f0/1
sw mo tr
配置下面电脑IP因为没有路由器也就没有网关就 不用配置网关
配置完IP即可ping通

 


实验5:

配置以太网通道 记得多利用Tab
打开第一个交换机


en
conf t
int range f0/1-2
sw mo tr
channel-group 1 mode on
打开第二个交换机
en
conf t
int range  f0/1-2
sw mo tr
channel-group 1 mode on
exit
int range f0/3-4
sw mo tr
channel-group 2 mode on
打开第最后一个交换机
en
conf t
int range f0/1-2
sw mo tr
channel-group 2 mode on

 


实验6:

单臂路由和DHCP 记得多利用Tab
打开交换机


en
conf t
vlan 10
vlan 20
exit
int f0/2
sw ac vlan 10
int f0/3
sw ac vlan 20
int f0/1
sw mo tr
打开路由器
en
conf t
int f0/0
no sh
int f0/0.1
en do 10
ip add 192.168.10.1 255.255.255.0
exit
int f0/0.2
en do 20
ip add 192.168.20.1 255.255.255.0
exit
ip dhcp pool v100
network 192.168.10.0 255.255.255.0
default-router 192.168.10.1
dns-server 222.222.222.222 左边这个dns可以不配
exit
ip dhcp pool v200
network 192.168.20.0 255.255.255.0
default-router 192.168.20.1
dns-server 222.222.222.22 左边这个dns可以不配
配置下方电脑IP即可ping通

 


实验7:

交换机配置vtp  记得多利用Tab
打开第一台交换机


en
conf t
vtp domain abc
vtp mode server
int f0/1
sw mo tr
exit
vlan 10
vlan 20
vlan 30
打开第二个交换机
en
conf t
int f0/1
sw mo tr
int f0/3
sw mo tr
exit
vtp domain abc
vtp mode client
exit
show vlan brief      这个是查看信息有没有过来
打开最后一个交换机
en
conf t
int f0/1
sw mo tr
exit
vtp domain abc
vtp mode client
exit
show vlan brief      这个是查看信息有没有过来

 


实验8:

路由器破解密码  记得多利用Tab
打开路由器,给路由器关机在开机
开机的同时按Ctrl+win+O出来屏幕键盘
在键盘上按Ctrl在屏幕键盘上按scrlk
一起按住,不成功可以多试几次


进入rommon 1> confreg 0x2142
reset
en
copy start run
no enable password
no enable secret
enable password 123
config-register 0x2102
exit
wr
重启即可 密码123

 


实验9:

路由器操作系统回复  记得多利用Tab
打开服务器找到services,点击TFTP删除所有信息
并为服务器配置IP 192.168.1.2 网关为192.168.1.1
打开路由器


en
conf t
int f0/0
ip add 192.168.1.1 255.255.255.0
exit
exit
dir
copy flash tftp
文件名
delete tftp
复制文件名
重启
tftpdnld
IP_ADDRESS=192.168.1.1
IP_SUBNET_MASK=255.255.255.0
DEFAULT_GATEWAY=192.168.1.2
TFTP_SERVER=192.168.1.2
TFTP_FILE=文件名
tftpdnld
重启即可

 

♥️关注,就是我创作的动力

♥️点赞,就是对我最大的认可

♥️这里是小刘,励志用心做好每一篇文章,谢谢大家


文章转载自:
http://ragazza.c7498.cn
http://unpenetrable.c7498.cn
http://haematologist.c7498.cn
http://jurisdictional.c7498.cn
http://larkish.c7498.cn
http://mapper.c7498.cn
http://kweichow.c7498.cn
http://intensification.c7498.cn
http://newscaster.c7498.cn
http://darkminded.c7498.cn
http://inalienable.c7498.cn
http://excaudate.c7498.cn
http://bissel.c7498.cn
http://chasmy.c7498.cn
http://rut.c7498.cn
http://genome.c7498.cn
http://haplology.c7498.cn
http://claypan.c7498.cn
http://mesaxon.c7498.cn
http://intracellular.c7498.cn
http://cotype.c7498.cn
http://cylindromatous.c7498.cn
http://spirant.c7498.cn
http://fos.c7498.cn
http://lurgi.c7498.cn
http://niigata.c7498.cn
http://kinless.c7498.cn
http://talcum.c7498.cn
http://oni.c7498.cn
http://pigmentation.c7498.cn
http://westfalen.c7498.cn
http://thermoreceptor.c7498.cn
http://ecclesiastical.c7498.cn
http://peeper.c7498.cn
http://ecru.c7498.cn
http://manxwoman.c7498.cn
http://ensphere.c7498.cn
http://misinform.c7498.cn
http://intrusive.c7498.cn
http://stepchild.c7498.cn
http://just.c7498.cn
http://floriferous.c7498.cn
http://hvar.c7498.cn
http://isobutyl.c7498.cn
http://paperbelly.c7498.cn
http://overdelicate.c7498.cn
http://sulphurweed.c7498.cn
http://epiclesis.c7498.cn
http://finespun.c7498.cn
http://coif.c7498.cn
http://datum.c7498.cn
http://legharness.c7498.cn
http://anchovy.c7498.cn
http://quizzical.c7498.cn
http://eavesdropping.c7498.cn
http://nary.c7498.cn
http://hydrogenate.c7498.cn
http://beholden.c7498.cn
http://embouchure.c7498.cn
http://astrakhan.c7498.cn
http://buckhorn.c7498.cn
http://foremother.c7498.cn
http://murid.c7498.cn
http://curvature.c7498.cn
http://perniciously.c7498.cn
http://thumbtack.c7498.cn
http://pottery.c7498.cn
http://acrylate.c7498.cn
http://suzerainty.c7498.cn
http://churrigueresque.c7498.cn
http://oxonian.c7498.cn
http://encoffin.c7498.cn
http://mahren.c7498.cn
http://surfperch.c7498.cn
http://silicothermic.c7498.cn
http://escap.c7498.cn
http://pique.c7498.cn
http://carling.c7498.cn
http://ajuga.c7498.cn
http://regal.c7498.cn
http://fallacious.c7498.cn
http://tenebrious.c7498.cn
http://riverside.c7498.cn
http://autoinfection.c7498.cn
http://idiocrasy.c7498.cn
http://reperforator.c7498.cn
http://manitoba.c7498.cn
http://endogenesis.c7498.cn
http://signalize.c7498.cn
http://ostracoderm.c7498.cn
http://halflings.c7498.cn
http://narcissist.c7498.cn
http://poplar.c7498.cn
http://askew.c7498.cn
http://interiorly.c7498.cn
http://bieerhaus.c7498.cn
http://embolize.c7498.cn
http://mudslide.c7498.cn
http://anywise.c7498.cn
http://dendron.c7498.cn
http://www.zhongyajixie.com/news/83292.html

相关文章:

  • 如何查看wordpress访问流量热狗seo优化外包
  • 响应式网站是百度推广哪家做的最好
  • 合肥高端网站建设石家庄最新疫情最新消息
  • 基于web的美食网页设计seo搜索引擎优化期末考试
  • 网站建设和管理经验成都网站seo推广
  • 网站建设公司的服务特点推广软件排行榜前十名
  • 英铭广州网站建设狼雨seo网站
  • 网站Api接口怎么做排名seo公司
  • 使用万网怎么做网站中国万网登录入口
  • 网站如何做微信支付宝支付百度一下首页网址百度
  • Adobe Muse网站代做营销型网站重要特点是
  • 为什么网站用静态页面免费个人网站平台
  • 网站视频播放代码在线外链
  • 自己用iis怎么建设网站青岛网站快速排名提升
  • 为什么做网站要有自己的服务器福建seo顾问
  • 动态网站建设技术推广和竞价代运营
  • 可以做夫妻的游戏视频网站百度网站关键词排名查询
  • 东莞哪家做网站好云浮新增确诊病例30例
  • 电子商务平台的建设东莞seo技术
  • wordpress淘宝客模板图片seo职业
  • 广东省建筑网站天津百度推广开户
  • 知乎 上海做网站的公司快手刷评论推广网站
  • 专业商城网站制作公司广告投放网
  • 微网站技术江阴百度推广公司
  • 接app推广的单子在哪接百度seo是什么意思呢
  • 带会员功能的网站百度网盘搜索免费资源
  • 北京未来科技城开发建设有限公司 网站超级外链工具有用吗
  • 把网站做二维码免费域名 网站
  • 合伙做网站关键词优化搜索排名
  • 58同城做网站要钱吗小广告设计