HCIE实验复习(1)

A goal is a dream with a deadline.

目标就是给梦想设定一个期限

先做题目2再做题目1,要让eth-trunk形成环路

TAC-1 MSTP Site1

  [LSW3]stp mode mstp

  [LSW3]inter e0/0/21-22

  [LSW3-Ethernet]dis this

  [LSW3-Ethernet]port trunk allow-pass vlan all

  [LSW3-Ethernet]undo stp instance 1/2 cost

  [LSW1]inter e0/0/21

  [LSW1-Ethernet]port trunk allow-pass vlan all

  

  [LSW2]dis curr

  [LSW2]stp instance 2 root primary

  [LSW2]stp region-configuration

  [LSW2]instance 1 vlan 12

  [LSW2]instance 2 vlan 34

  [LSW2]active region-configuration

TAC-2 Eth-trunk Site1

  [LSW1]inter e0/0/18-20                     #删除LSW1跟LSW2关于eth-trunk的配置

  [LSW1]undo eth-trunk

  [LSW1]undo inter eth-trunk 12

  [LSW2]inter e0/0/18-20

  [LSW2]undo eth-trunk

  [LSW2]undo inter eth-trunk 12

  [LSW1]inter eth-trunk 12                   #配置eth-trunk,LSW2上配置相同,最后dis eth-trunk 12验证配置

  [LSW1-Eth-Trunk12]mode lacp-static

  [LSW1-Eth-Trunk12]load-balance src-dst-ip

  [LSW1-Eth-Trunk12]trunkport Ethernet 0/0/18 to 0/0/20

  [LSW1-Eth-Trunk12]port link-type trunk

  [LSW1-Eth-Trunk12]port trunk allow-pass vlan all

TAC-3 BGP Adv Site1+AR1

  [LSW1]bgp 100                                                       #AR1分别与LSW1、LSW2建立EBGP邻居

  [LSW1-bgp]router-id 10.1.100.100

  [LSW2]bgp 100

  [LSW2-bgp]router-id 10.1.200.200

  [AR1]bgp 100

  [AR1-bgp]ipv4 vpn-instance 1

  [AR1-bgp-1]peer 10.1.200.200 as-number 300

  [AR1]inter g2/0/1

  [AR1-G]ip binding vpn-instance 1

  [AR1-G]ip address 10.1.100.1 255.255.255.0

  

  

时间: 2024-12-23 18:46:02

HCIE实验复习(1)的相关文章

ES6小实验-复习正则表达式

正则表达式总是记不住,这一次参考网上一篇的文章好好复习一遍 正则表达式构造函数(四种写法): var regex = new RegExp('xyz', 'i') var regex = new RegExp(/xyz/i) var regex = /xyz/i // ES6的写法.ES5在第一个参数是正则时,不允许此时使用第二个参数,会报错. // 返回的正则表达式会忽略原有的正则表达式的修饰符,只使用新指定的修饰符. // 下面代码返回”i”. new RegExp(/abc/ig, 'i'

ES6小实验-复习字符串

字符串用的很频繁,而它的方法也比较多,因此有必要好好的总结下. 1.字符串观赏方法 charAt() :访问字符串中的特定字符 var str = "hello world" console.log(str.charAt(1))//e 该方法接收一个参数,即基于0的字符位置, charCodeAt():访问字符串中的特定字符的字符编码 var str = "hello world" console.log(str.charCodeAt(1))//101 该方法和上面

HCIE实验LAB_1(7)

Section 7 : Network management 7.2 Netstream ip netstream aggregation destination-prefix enable version v9 ip netstream export source 10.1.3.3 ip netstream export host 10.1.10.30 6000 interface ip netstream sampler fix-packets 200  inbound ip netstre

ES6小实验-复习数组

ES6给数组添加了不少方法,我先把之前的方法总结一下: 1.Array.isArray():检测数组 var arr = ['a','b','c'] var str = 'abc' console.log(Array.isArray(arr))//true console.log(Array.isArray(str))//false 2.push():接收任意数量的参数,把它们逐个添加到数组末尾 var arr = ['a','b','c'] var item = arr.push('d','e

HCIE实验LAB_1(6)

Section 6: Security 6.1 TCP/UDP flooding acl 3000 rule 5 deny tcp destination-port eq 135 rule 10 deny tcp destination-port eq 139 rule 15 deny und destination-port eq 445 interface g0/0/1 traffic-filter inbound acl 3000 6.2 Strom-control interface s

HCIE实验LAB_1(1)

Section1:Layer 2 Technologies 1.1 VLAN vlan batch 10 15 24 30 35 255 interface x0/0/x port link-type access port default vlan xxx 1.2 Eth-trunk interface Eth-trunk 1 mode lacp-static trunkport GigabitEthernet 0/0/13 to G0/0/15 lacp priority 0 interfa

杭州腾科华为HCIE考试流程

华为HCIE考试流程 华为考试由Prometric考试服务公司代理.华为不同级别与方向的考试项目具有不同的考试要求与流程. 1.实验考试预约 1)预约HCIE实验考试前需首先通过HCIE笔试考试,笔试的有效期为18个月: 2)华为网站填写HCIE实验考试预约申请,需提前30天预约: 2.考试券购买考生需要在预约LAB考试与面试考试前,在华为授权培训中心购买考试券 3.提供考试券预约成功后,需要在30天之内将考试券信息提供给邮箱[email protected],以便验证. 4.参加实验考试 考试

很少人知道的华为ISIS中这个技术点

HCIE实验--聊聊ISIS中的Attach-bit 关于ISIS的区域和OSPF区域的对比:其中ISIS的一个区域,默认的操作方式与OSPF的totally stubby区域的操作是一样的,也就是说默认情况下,不仅外部路由无法进入区域,区间路由(OSPF是LSA-3,ISIS是level-2的LSP)也无法进入一个普通的区域. 那么OSPF中totally stubby区域内部的路由器如果要访问其他区域的设备,需要有默认路由,这个LSA-3的默认路由是由totally stubby区域的ABR

【Gamma】事后分析

目录 [Gamma]事后分析 设想和目标 计划 资源 变更管理 设计/实现 测试/发布 团队的角色,管理,合作 总结 照片 [Gamma]事后分析 设想和目标 我们的软件要解决什么问题?是否定义得很清楚?是否对典型用户和典型场景有清晰的描述? 我们的软件(网站)希望帮助同学们完成大二学年的物理实验,包括完成实验预习报告.实验数据处理及最终实验报告生成.除此之外在Beta阶段我们也希望能帮助同学们复习设计性实验. 对于要解决的问题我们认为定义的比较清楚,对典型用户和典型场景也有清晰的描述. 我们达