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

简洁大气的网站首页教学ppt模板免费下载完整版

简洁大气的网站首页,教学ppt模板免费下载完整版,wordpress 产品分类,php做网站python做什么完成下图要求#xff1a; 拓扑图#xff1a; 配置命令#xff1a; 由于交换机日志太多不便于复制#xff0c;所以就复制命令。大概步骤如下#xff1a; 第一步先分配IP地址#xff0c;在sw1和sw2上创建VLAN100用于e0/0/3口配IP#xff0c;在sw1、sw2、sw3、sw4上创建VL…完成下图要求 拓扑图 配置命令 由于交换机日志太多不便于复制所以就复制命令。大概步骤如下 第一步先分配IP地址在sw1和sw2上创建VLAN100用于e0/0/3口配IP在sw1、sw2、sw3、sw4上创建VLAN2在sw1、sw2上创建vlanif1和vlanif2。建树组2将sw1设为VLAN1的rootVLAN2的备份将sw2设为VLAN2的rootVLAN1的备份。搭ospf使全网通在sw1和sw2上vrrp建邻解决网关冗余。配置DHCP在vlanif1和vlanif2下开启全局地址分配。在r1上做nat和ospf缺省路由。再写一条静态缺省指向ISP。结束 SW1: [SW1]disp current-configuration # sysname SW1 # vlan batch 2 100 # stp instance 0 root primary stp instance 2 root secondary # dhcp enable # stp region-configurationregion-name aainstance 2 vlan 2active region-configuration # drop-profile default # ip pool vlan1gateway-list 172.16.1.250network 172.16.1.0 mask 255.255.255.0 # ip pool vlan2gateway-list 172.16.2.250network 172.16.2.0 mask 255.255.255.0 # interface Vlanif1ip address 172.16.1.1 255.255.255.0vrrp vrid 1 virtual-ip 172.16.1.250vrrp vrid 1 priority 101dhcp select global # interface Vlanif2ip address 172.16.2.1 255.255.255.0vrrp vrid 2 virtual-ip 172.16.2.250vrrp vrid 2 priority 99dhcp select global # interface Vlanif100ip address 172.16.0.2 255.255.255.252 # interface MEth0/0/1 # interface Eth-Trunk0port link-type trunkport trunk allow-pass vlan 2 to 4094 # interface Ethernet0/0/1port link-type trunkport trunk allow-pass vlan 2 to 4094 # interface Ethernet0/0/2port link-type trunkport trunk allow-pass vlan 2 to 4094 # interface Ethernet0/0/3port link-type accessport default vlan 100 # interface GigabitEthernet0/0/1eth-trunk 0 # interface GigabitEthernet0/0/2eth-trunk 0 # interface NULL0 # ospf 1area 0.0.0.0network 172.16.1.0 0.0.0.255network 172.16.2.0 0.0.0.255network 172.16.0.2 0.0.0.0SW2: [SW2]disp current-configuration # sysname SW2 # vlan batch 2 100 # stp instance 0 root secondary stp instance 2 root primary # dhcp enable # stp region-configurationregion-name aainstance 2 vlan 2active region-configuration # ip pool vlan1gateway-list 172.16.1.250network 172.16.1.0 mask 255.255.255.0 # ip pool vlan2gateway-list 172.16.2.250network 172.16.2.0 mask 255.255.255.0 # interface Vlanif1ip address 172.16.1.2 255.255.255.0vrrp vrid 1 virtual-ip 172.16.1.250dhcp select global # interface Vlanif2ip address 172.16.2.2 255.255.255.0vrrp vrid 2 virtual-ip 172.16.2.250dhcp select global # interface Vlanif100ip address 172.16.0.6 255.255.255.252 # interface Eth-Trunk0port link-type trunkport trunk allow-pass vlan 2 to 4094 # interface Ethernet0/0/1port link-type trunkport trunk allow-pass vlan 2 to 4094 # interface Ethernet0/0/2port link-type trunkport trunk allow-pass vlan 2 to 4094 # interface Ethernet0/0/3port link-type accessport default vlan 100 # interface GigabitEthernet0/0/1eth-trunk 0 # interface GigabitEthernet0/0/2eth-trunk 0 # ospf 1area 0.0.0.0network 172.16.1.2 0.0.0.0network 172.16.2.2 0.0.0.0network 172.16.0.6 0.0.0.0SW3: [SW3]dis current-configuration # sysname SW3 # vlan batch 2 # stp region-configurationregion-name aainstance 2 vlan 2active region-configuration # interface Vlanif1 # interface Ethernet0/0/1port link-type access # interface Ethernet0/0/2port link-type accessport default vlan 2 # interface Ethernet0/0/3port link-type trunkport trunk allow-pass vlan 2 to 4094 # interface Ethernet0/0/4port link-type trunkport trunk allow-pass vlan 2 to 4094SW4: [SW4]disp current-configuration # sysname SW4 # vlan batch 2 # stp region-configurationregion-name aainstance 2 vlan 2active region-configuration # interface Vlanif1 # interface Ethernet0/0/1 # interface Ethernet0/0/2port link-type accessport default vlan 2 # interface Ethernet0/0/3port link-type trunkport trunk allow-pass vlan 2 to 4094 # interface Ethernet0/0/4port link-type trunkport trunk allow-pass vlan 2 to 4094R1: Huaweisys [Huawei]sys r1 [r1]int g 0/0/0 [r1-GigabitEthernet0/0/0]ip add 172.16.0.1 30 [r1-GigabitEthernet0/0/0]int g 0/0/1 [r1-GigabitEthernet0/0/1]ip add 172.16.0.5 30 [r1-GigabitEthernet0/0/1]int g 0/0/2 [r1-GigabitEthernet0/0/2]ip add 12.1.1.1 24[r1]ospf 1 router-id 1.1.1.1 [r1-ospf-1]area 0 [r1-ospf-1-area-0.0.0.0]network 172.16.0.0 0.0.0.255 [r1-ospf-1-area-0.0.0.0]network 12.1.1.1 0.0.0.0[r1-ospf-1]default-route-advertise always acl number 2000 rule 5 permit source 172.16.0.0 0.0.255.255 interface GigabitEthernet0/0/2nat outbound 2000ISP: Huaweisys [Huawei]sys ISP [ISP]int g 0/0/0 [ISP-GigabitEthernet0/0/0]ip add 12.1.1.2 24 [ISP-GigabitEthernet0/0/0]int lo0 [ISP-LoopBack0]ip add 2.2.2.2 24实验结果
http://www.hkea.cn/news/14478017/

相关文章:

  • 全国建设信息网站c2c网站支付方式
  • 北京北站如何在微信创建公众号
  • 关于做公司网站建设你应该知道的织梦本地做的网站内网访问不
  • 邢台做网站的那好建设部网站录入业绩
  • 开发区网站建设工作职责专业软件开发培训机构
  • 什么网站可以自学ps做贵宾卡wordpress 登录菜单
  • 好的html5网站模板下载应用市场
  • 网站开发市场人员的招聘大港手机网站建设
  • 域名做网站名职业培训机构需要什么资质
  • 固安建设局网站被通知公司网站域名到期
  • 网站显示结算京东app下载安装
  • 网站推广网站关键词排名怎么做最新国际消息
  • 竞价排名的优缺点seo搜索引擎推广什么意思
  • 服装电子商务网站建设建设网站初步目标咋写
  • 新品销售网站建设做年报的网站
  • 做网站用宋体有版权问题吗wordpress 发布时
  • 0460网站之家东莞阳光网上投诉
  • 织梦做视频网站租远程服务器
  • 手机版企业网站php域名空间网站
  • 在西部数码上再备案一个网站ftp百色网站建设
  • 广州部队网站建设费用wordpress主题ftp
  • 网站怎么做内链接地址建设行业门户网站
  • 网站建设哪儿济南兴田德润什么活动网站建设 客户需求
  • 家具网站模版重庆中国建设监理协会网站
  • 网站关键词怎么设置下载拼多多app免费下载
  • 龙江网站建设前端开发工程师培训哪里有
  • 东莞常平汽车站时刻表太月星网站建设程序开发网页设计
  • 亿省心网站托管网站开发需要掌握哪些技术
  • 珠海横琴天聚建设工程有限公司网站如何做国际网站首页
  • 电子商务网站主要功能怎样购买起名软件自己做网站