• 回答数

    2

  • 浏览数

    342

小小小小野
首页 > 考试培训 > mstp培训

2个回答 默认排序
  • 默认排序
  • 按时间排序

你的小恶魔

已采纳

对于经历了2019年中考的初中生来说,有一道必须过得关卡,那就是初中成绩不好该怎么办?初中生没有学历没有经验没有技术到底该学什么才是有前途的呢?随着互联网时代的到来,IT技术的应用越来越广泛,企业对IT人才的需要越来越大。对于初中生而言,学习网络工程是一个不错的选择。那么网络工程师适合初中学吗?下面曲靖电脑培训就来来解读一下。

网络工程师适不适合初中生学,其实问题的关键还是在于初中生能不能学会网络工程师的相关课程。下面简单罗列一下网络工程师的课程大纲:

第一:掌握必备的网络工程师知识,是不可少的。如:IP寻址原理、VLAN、STP、MSTP、ARP、VRRP、TRUNK、OSPF、BGP、静态路由、IP组播、IPSEC、无线技术、安全技术、Windows环境企业应用技术、Linux环境企业应用技术以及流行的路由器的(uniper,cisco,H3C,HUAWEI)结构、维护、管理、配置技能知识的掌握。

第二:动手实践,把理论应用到实践中去。“纸上学来终觉浅,绝知此事要躬行。”有一定的理论支撑还不够,要想把书上的理论理解透彻,就需要付诸实践。在实践的过程中,会遇到各种问题。而在解决问题的过程中,你会快速地成长,懂得遇到问题时,要如何解决问题,如何排除错误。

第三,梳理成系统的知识体系和选择方向。网络工程师分为很多方向,规划设计师、网络工程师、系统工程师、软件工程师和数据库工程师等;运行维护岗位:数据库管理员、系统管理员、网络管理员、服务器管理员等。选定方向,再加上系统的知识体系和实践经验,可以很快成为一名网络工程师的。但是也有一些自学能力不是很强的同学,那么就需要通过系统的培训,快速地成为网络工程师的一员。

mstp培训

356 评论(14)

火山红虎

;的网关ip位于汇聚交换机A,PC2的网关IP位于汇聚交换机B,默认均为vlan 1; 2.核心交换机A 与核心交换机B 采用VRRP实现高可用,双机互联端口采用二层聚合; 3.核心交换机A 指定为Vlan 194 和 vlan 192 的根桥(bridge root),核心交换机B指定为vlan195 和vlan193的根桥(bridge root); 汇聚层交换机A: #生成树的模式选为mstp stp mode mstp #进入生成树的配置模式 stp region-configuration region-name yongfu #创建实例1,将vlan192、194划到实例1中 instance 1 vlan 192 194  #创建实例1,将vlan193、195划到实例2中 instance 2 vlan 193 195 #激活配置 active region-configuration interface Vlanif1 #接入层交换机的网关ip ip address interface Vlanif192 ip address interface Ethernet0/0/1 port link-type trunk port trunk allow-pass vlan 2 to 4094 interface Ethernet0/0/2 port link-type trunk port trunk allow-pass vlan 2 to 4094 #配置环回接口的IP地址 interface LoopBack0 ip address #配置route-id ospf 1 router-id area 0 #宣告直连网络   network   network 汇聚层交换机B: vlan batch 193 stp mode mstp stp region-configuration region-name yongfu instance 1 vlan 192 194 instance 2 vlan 193 195 active region-configuration interface Vlanif1 #pc2的网关ip ip address interface Vlanif193 ip address interface Ethernet0/0/1 port link-type trunk port trunk allow-pass vlan 193 interface Ethernet0/0/2 port link-type trunk port trunk allow-pass vlan 193 #配置ospf,手动设置route-id ospf 1 router-id area 0 #宣告直连网段   network   network 核心交换机lsw1: #创建vlan192-195 vlan batch 192 to 195 #指定该交换机为实例1的根网桥(即为vlan 192、194的根桥) stp instance 1 root primary #指定该交换机为实例2的根网桥(即为vlan 193、195的备根桥) stp instance 2 root secondary #配置mstp生成树协议 stp mode mstp stp region-configuration region-name yongfu instance 1 vlan 192 194 instance 2 vlan 193 195 active region-configuration interface Vlanif192 ip address #配置vrrp协议,vrid为192,虚拟网关地址为 vrrp vrid 192 virtual-ip #默认优先级是100,现将优先级设置为120,为主网关设备 vrrp vrid 192 priority 120 interface Vlanif193 ip address #不配置优先级,默认为100,作为备用网关 vrrp vrid 193 virtual-ip interface Vlanif194 ip address vrrp vrid 194 virtual-ip vrrp vrid 194 priority 120 interface Vlanif195 ip address vrrp vrid 195 virtual-ip #配置聚合口 interface Eth-Trunk1 port link-type trunk #放通所有vlan port trunk allow-pass vlan 2 to 4094 #将接口划分为对应的vlan interface GigabitEthernet0/0/1 port link-type trunk port trunk allow-pass vlan 192 interface GigabitEthernet0/0/2 port link-type trunk port trunk allow-pass vlan 193 #将GigabitEthernet0/0/3、GigabitEthernet0/0/4捆绑成一个聚合口 interface GigabitEthernet0/0/3 eth-trunk 1 interface GigabitEthernet0/0/4 eth-trunk 1interface GigabitEthernet0/0/5 port link-type trunk port trunk allow-pass vlan 2 to 4094interface GigabitEthernet0/0/6 port link-type trunk port trunk allow-pass vlan 2 to 4094 #配置ospf,进程号为1,route-id为 ospf 1 router-id area #宣告直连网段   network   network   network   network ip route-static 核心交换机lsw2:(配置与lsw1相似) #创建vlan192-195 vlan batch 192 to 195 stp mode mstp stp instance 2 root primary stp instance 1 root secondary stp region-configuration region-name yongfu instance 1 vlan 192 194 instance 2 vlan 193 195 active region-configuration #配置个接口的ip地址,配置vrrp,设置主、备网关 interface Vlanif192 ip address vrrp vrid 192 virtual-ip interface Vlanif193 ip address vrrp vrid 193 virtual-ip vrrp vrid 193 priority 120 interface Vlanif194 ip address vrrp vrid 194 virtual-ip interface Vlanif195 ip address vrrp vrid 195 virtual-ip vrrp vrid 195 priority 120 interface Eth-Trunk1 port link-type trunk port trunk allow-pass vlan 2 to 4094 interface GigabitEthernet0/0/1 port link-type trunk port trunk allow-pass vlan 192 interface GigabitEthernet0/0/2 port link-type trunk port trunk allow-pass vlan 193 interface GigabitEthernet0/0/3 eth-trunk 1 interface GigabitEthernet0/0/4 eth-trunk 1 interface GigabitEthernet0/0/5 port link-type trunk port trunk allow-pass vlan 2 to 4094 interface GigabitEthernet0/0/6 port link-type trunk port trunk allow-pass vlan 2 to 4094 交换机lsw14: vlan batch 194 stp mode mstp  stp region-configuration region-name yongfu instance 1 vlan 192 194 instance 2 vlan 193 195 active region-configuration interface Vlanif1 ip address interface Vlanif194 ip address interface Ethernet0/0/1 port link-type trunk port trunk allow-pass vlan 194 interface Ethernet0/0/2 port link-type trunk port trunk allow-pass vlan 194 #配置ospf,进程号为1,route-id ospf 1 router-id area   network   network ip route-static 交换机lsw15: vlan batch 195 stp mode mstp stp region-configuration region-name yongu instance 1 vlan 192 194 instance 2 vlan 193 195 active region-configuration interface Vlanif1 ip address interface Vlanif195 ip address interface Ethernet0/0/1 port link-type trunk port trunk allow-pass vlan 195 interface Ethernet0/0/2 port link-type trunk port trunk allow-pass vlan 195 ospf 1 router-id area   network   network ip route-static 出口路由器R1: interface Ethernet0/0/0 ip address interface Ethernet0/0/1 ip address ospf 1 router-id area   network   network ip route-static 出口路由器R2: interface Ethernet0/0/0 ip address interface Ethernet0/0/1 interface GigabitEthernet0/0/0 ip address nat static global inside netmask nat static enable ospf 1 router-id area   network   network ip route-static

327 评论(12)

相关问答