自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(39)
  • 收藏
  • 关注

原创 H3C大规模路由综合实验

实验拓扑实验需求1.某企业总公司和分公司运行 BGP 实现路由互通,另外还有办事处运行 RIPv2。总公司和分公司之间通过两条线路相连。企业内有 A 流和 B 流两种流量,如图所示2.按照图示配置 IP 地址,除 R7 外,所有路由配置 Loopback0 口 IP 地址用于 OSPF 的 Router-id 和 IBGP 建立邻居,地址格式为 X.X.X.X/32,X 为设备编号3.总公司和分公司内部配置 OSPF,仅用于实现 BGP 的 TCP 可达,不允许宣告业务网段4.办事处和总公司之间

2021-08-17 10:10:42 7383 2

原创 BGP联盟实验

实验需求:1.按照图示配置 IP 地址,R2,R3,R4,R5 分别配置 Loopback0 口地址作为 OSPF 的 Router_id 和 IBGP 邻居地址,地址格式为 X.X.X.X/32,X 为设备编号。R1 上配置 Loopback 口模拟业务网段2.AS 200 内部配置 OSPF,仅用于实现 BGP 的 TCP 可达3.AS 200 内部建立 BGP 联盟,联盟 AS 为 AS 200,包含 2个 子 AS 为 AS 65001 和 AS 65002。R1 和 R2 建立 EBGP 邻

2021-08-16 18:13:22 825

原创 BGP反射实验

实验需求:1.按照图示配置 IP 地址,R2,R3,R4,R5 配置 Loopback0口作为 OPSF 的 Router-id 和 IBGP 邻居地址,地址格式为 X.X.X.X/32,X 为设备编号。R1,R3,R5 各自配置 2 个 Loopback 口模拟业务网段2.AS 200 内部配置 OSPF,仅用于实现 BGP 的 TCP 可达,不允许宣告业务网段3.R1 和 R2 建立 EBGP 邻居,R2 使用对等体组与 R3/R4/R5 建立 IBGP 邻居4.R2 配置为 R3,R4 和 R

2021-08-15 22:27:36 720 1

原创 BGP路由控制实验

实验拓扑实验需求:1、如图配置ip地址(R1 R4的环回口模拟业务网段)2、在AS200 上运行ospf使内外互通(不宣告业务网段)3、配置 BGP,R1 和 R2/R3 建立 EBGP 邻居,R4 和 R2/R3 建立 IBGP 邻居,R1 和 R4 分别把业务网段宣告进 BGP4、通过修改 MED 使 R1 到达 192.168.2.0/24 网段的路由经过 R35、通过修改 Preferred-value 属性,使 R4 到达 192.168.0.0/24 网段的路由经过 R36、通过

2021-08-13 09:01:13 1297

原创 BGP(边界网关协议)

实验需求:使不同的主治系统能够通信实验拓扑(1)如图所示配置ip,此处省略(2)在AS 200内运行ospf协议是AS 200内网互通[R2]ospf r 2.2.2.2[R2-ospf-1]a 0.[R2-ospf-1-area-0.0.0.0]net 2.2.2.2 0.0.0.0[R2-ospf-1-area-0.0.0.0]net 100.2.2.0 0.0.0.255[R3]ospf router-id 3.3.3.3[R3-ospf-1]a 0[R3-ospf-1-ar

2021-08-12 16:21:56 307

原创 H3C PBR实验(策略路由)

实验需求:1.按照图示配置 IP 地址,公司分别通过电信和联通线路接入互联网2.公司内网配置 RIP 互通,公网配置 OSPF 互通,R1 上配置默认路由指向 R2,内网使用路由器模拟 PC3.R1 分别在电信和联通出口上配置 EASY IP,允许 192.168.1.0/24 和 192.168.2.0/24 网段访问互联网4.在 R1 上配置 PBR,要求 192.168.1.0/24 网段访问互联网走电信出口,192.168.2.0/24 网段访问互联网走联通出口5.全网开启 Tracert

2021-08-12 12:38:41 4926 1

原创 OSPF综合实验

实验需求1.按照图示配置 IP 地址,所有路由器配置环回口 IP 地址为 X.X.X.X/32 作为 Router-id,X 为设备编号(R5 除外)2.按照图示分区域配置 OSPF3.R1 上配置默认路由,指向 R5,通往外部网络4.Area 1 为了减小路由表规模,配置为 Stub 区域5.R4 上配置环回口模拟业务网段;要求所有业务网段的路由聚合为一条后发布到 Area 06.R2 上不允许存在 192.168.2.0/24 网段和 192.168.3.0/24 网段的路由7.为了保证协

2021-08-11 11:25:30 1047

原创 H3C路由备份和路由聚合

实验拓扑图(1)配置 RIPv2 协议使全网互通,R1 和 R3 的直连链路不运行 RIP[r1]un ripUndo RIP process? [Y/N]:y[r1]rip[r1-rip-1]v 2 //版本2[r1-rip-1]un summary //关闭路由自动聚合[r1-rip-1]net 200.1.1.0[r2-rip-1]dis th#rip 1 version 2 network 200.1.1.0 network 200.2.2.0#[r3-rip-

2021-08-10 18:50:01 1023

原创 H3C配置nat

实验需求:1.按照图示配置 IP 地址2.私网 1 通过 R1 接入到互联网,私网 B 通过 R3 接入到互联网3.私网 1 内部存在 Vlan10 和 Vlan20,通过 R1 上单臂路由访问外部网络4.私网 1 通过 NAPT 使 Vlan10 和 Vlan20 都能够使用 R1 的公网地址访问互联网5.私网 2 通过在 R3 上配置 EASY IP 访问互联网6.私网 1配置 NAT SERVER 把 FTPA 的 FTP 服务发布到公网,使 PC3 可以访问实验拓扑(1)ip地址的

2021-08-10 11:20:44 4581

原创 H3CNE综合实验

实验要求1、按照图示配置 IP 地址2、SW1 和 SW2 之间的直连链路配置链路聚合3、公司内部业务网段为 Vlan10 和 Vlan20;Vlan10 是市场部,Vlan20 是技术部,要求对 Vlan 进行命名以便识别;PC1 属于 Vlan10,PC2 属于 Vlan20,Vlan30 用于 SW1 和 SW2 建立 OSPF 邻居;Vlan111 为 SW1 和 R1 的互联 Vlan,Vlan222 为 SW2 和 R2 的互联 Vlan4、所有交换机相连的端口配置为 Tr

2021-08-10 09:28:35 8937 11

原创 H3C配置PPP协议

实验需求:1.R1 和 R2 使用 PPP 链路直连,R2 和 R3 把 2 条 PPP 链路捆绑为 PPP MP 直连2.按照图示配置 IP 地址3.R2 对 R1 的 PPP 进行单向 chap 验证4.R2 和 R3 的 PPP 进行双向 chap 验证实验拓扑:各个路由器ip配置[R1]int s1/0[R1-Serial1/0]ip add 192.168.1.1 24[R2]int s1/0[R2-Serial1/0]ip add 192.168.1.2 24[R2]in

2021-08-09 12:59:12 3114 1

原创 H3C ACL 访问控制

实验拓扑各路由器和PC的ip配置PC1[PC1]int g0/0[PC1-GigabitEthernet0/0]ip add 192.168.1.1 24PC2[PC2]int g0/0[PC2-GigabitEthernet0/0]ip add 192.168.1.2 24R1[R1]int g0/0[R1-GigabitEthernet0/0]ip add 192.168.1.254 24[R1-GigabitEthernet0/0]int g0/1[R1-GigabitEth

2021-08-08 22:57:38 4643

原创 H3C RIP实验

实验需求:通过旅游之间跑rip,使全网互通实验拓扑R1的配置[R1]int g0/1[R1-GigabitEthernet0/1]ip add 172.16.1.1 24[R1-GigabitEthernet0/1]int g0/2[R1-GigabitEthernet0/2]ip add 172.16.2.1 24[R1-GigabitEthernet0/2]int g0/0[R1-GigabitEthernet0/0]ip add 192.168.1.1 24[R1]rip[R1

2021-08-08 11:09:18 496

原创 H3C和cisco单臂路由和三层交换机实现VLAN之间的互通

##H3C单臂路由实验拓扑交换机配置[sw1]vlan 10[sw1-vlan10]vlan 20[sw1-vlan20]port g1/0/2[sw1-vlan20]vlan 10[sw1-vlan10]port g1/0/1[sw1-vlan10]int g1/0/3[sw1-GigabitEthernet1/0/3]port link-type trunk[sw1-GigabitEthernet1/0/3]port trunk permit vlan 10 20路由器配置[R

2021-08-07 22:51:59 3391

原创 在ubuntu - linux系统下装TensorFlow(虚拟机)

因为学习的需要,所以要在虚拟机下装TensorFlow,开始试了几次都没成功,因为我也装TensorFlow和装其他的包一样一个命令就可以了,其实不然。以下便是具体讲解:1、要准备好pip和dev(如果使用root权限就可以省去sudo)sudo apt-get install python-pip python-dev也可以分开装2、然后就可以 sudo pip install --u...

2019-08-02 22:35:48 216

原创 像A + B一样容易

问题描述这些天,我在思考一个问题,我怎样才能像A + B一样轻松解决问题?做这样的事情是相当困难的。当然,经过许多醒来的夜晚,我得到了它。给你一些整数,你的任务是对这些数字进行排序(升序)。你应该知道问题现在有多容易!祝好运!问题链接输入输入包含多个测试用例。输入的第一行是单个整数T,它是测试用例的数量。T测试案例如下。每个测试用例包含一个整数N(1 <= N <= 10...

2019-04-05 09:33:39 371

原创 错排

国庆期间,省城HZ刚刚举行了一场盛大的集体婚礼,为了使婚礼进行的丰富一些,司仪临时想出了有一个有意思的节目,叫做"考新郎",具体的操作是这样的:首先,给每位新娘打扮得几乎一模一样,并盖上大大的红盖头随机坐成一排;然后,让各位新郎寻找自己的新娘.每人只准找一个,并且不允许多人找一个.最后,揭开盖头,如果找错了对象就要当众跪搓衣板…看来做新郎也不是容易的事情…假设一共有N对新婚夫妇,其中有M...

2019-01-30 07:29:56 196

原创 逆元

I - 9 HDU - 1576要求(A/B)%9973,但由于A很大,我们只给出n(n=A%9973)(我们给定的A必能被B整除,且gcd(B,9973) = 1)。Input数据的第一行是一个T,表示有T组数据。每组数据有两个数n(0 &lt;= n &lt; 9973)和B(1 &lt;= B &lt;= 10^9)。Output对应每组数据输出(A/B)%9973。Sampl...

2019-01-29 17:53:11 129

原创 快速幂

J - 0 HDU - 1420集训进行了将近2个礼拜,这段时间以恢复性训练为主,我一直在密切关注大家的训练情况,目前为止,对大家的表现相当满意,首先是绝大部分队员的训练积极性很高,其次,都很遵守集训纪律,最后,老队员也起到了很好的带头作用,这里特别感谢为这次DP专题练习赛提供题目和测试数据的集训队队长xhd同学.特别高兴的是,跟随集训队训练的一批新队员表现非常好,进步也比较显著,特别是训练态...

2019-01-29 17:36:36 147

原创 整数不少于12可以表示为两个复合数字的和

One way to create a task is to learn from math. You can generate some random math statement or modify some theorems to get something new and build a new task from that.For example, there is a stateme...

2019-01-29 17:11:33 423

原创 两人合作玩游戏通关

There is a game called “I Wanna Be the Guy”, consisting of n levels. Little X and his friend Little Y are addicted to the game. Each of them wants to pass the whole game.Little X can pass only p leve...

2019-01-28 16:15:24 316

原创 抑或

Shapur was an extremely gifted student. He was great at everything including Combinatorics, Algebra, Number Theory, Geometry, Calculus, etc. He was not only smart but extraordinarily fast! He could ma...

2019-01-28 16:04:17 389

原创 大象看朋友

An elephant decided to visit his friend. It turned out that the elephant’s house is located at point 0 and his friend’s house is located at point x(x &gt; 0) of the coordinate line. In one step the el...

2019-01-28 16:00:47 477

原创 两人坐公交

A - 1ZS the Coder and Chris the Baboon are travelling to Udayland! To get there, they have to get on the special IOI bus. The IOI bus has n rows of seats. There are 4 seats in each row, and the seats...

2019-01-28 15:53:47 323

原创 袜子穿多久

A - 1 CodeForces - 460AVasya has n pairs of socks. In the morning of each day Vasya has to put on a pair of socks before he goes to school. When he comes home in the evening, Vasya takes off the used...

2019-01-28 13:31:08 201

原创 整合整数

B - 2 CodeForces - 318ABeing a nonconformist, Volodya is displeased with the current state of things, particularly with the order of natural numbers (natural number is positive integer number). He is...

2019-01-28 13:26:14 256

原创 三个数不能变换位置,中间加一些符号的到一个最大的数

D - 4 CodeForces - 479APetya studies in a school and he adores Maths. His class has been studying arithmetic expressions. On the last class the teacher wrote three positive integers a, b, c on the bl...

2019-01-28 13:12:35 758

原创 选人参加比赛

A - 1 CodeForces - 432AThe Saratov State University Olympiad Programmers Training Center (SSU OPTC) has n students. For each student you know the number of times he/she has participated in the ACM IC...

2019-01-28 12:54:13 169

原创 按扣问题(最多要多少次才可以打开)

Manao is trying to open a rather challenging lock. The lock has n buttons on it and to open it, you should press the buttons in a certain order to open the lock. When you push some button, it either s...

2019-01-27 13:14:04 524

原创 图形问题

A - 1 CodeForces - 510AFox Ciel starts to learn programming. The first task is drawing a fox! However, that turns out to be too hard for a beginner, so she decides to draw a snake instead.A snake is...

2019-01-27 13:09:19 397 1

原创 A - 1 CodeForces - 500A

A - 1 CodeForces - 500ANew Year is coming in Line World! In this world, there are n cells numbered by integers from 1 to n, as a 1 × n board. People live in cells. However, it was hard to move betwee...

2019-01-25 10:35:25 216

原创 玩游戏搬东西

B - 2 CodeForces - 119ASimon and Antisimon play a game. Initially each player receives one fixed positive integer that doesn’t change throughout the game. Simon receives number a and Antisimon receiv...

2019-01-24 10:34:17 240

原创 排队喝饮料

问题:B - 2 CodeForces - 82ASheldon, Leonard, Penny, Rajesh and Howard are in the queue for a “Double Cola” drink vending machine; there are no other people in the queue. The first one in the queue (She...

2019-01-24 10:20:57 136

原创 站队问题

A Ministry for Defense sent a general to inspect the Super Secret Military Squad under the command of the Colonel SuperDuper. Having learned the news, the colonel ordered to all n squad soldiers to li...

2019-01-24 10:05:37 263

原创 蜡烛能照亮都久问题

New Year Candles CodeForces - 379AVasily the Programmer loves romance, so this year he decided to illuminate his room with candles.Vasily has a candles.When Vasily lights up a new candle, it first b...

2019-01-24 09:57:56 211

原创 主客场球服问题

Games CodeForces - 268AManao works on a sports TV. He’s spent much time watching the football games of some country. After a while he began to notice different patterns. For example, each team has tw...

2019-01-24 09:51:20 285

原创 判断两字符串是否为逆序

题目:A-1;The translation from the Berland language into the Birland language is not an easy task. Those languages are very similar: a berlandish word differs from a birlandish word with the same meanin...

2019-01-23 12:23:01 960

原创 折线分区问题

题目如下:我们看到过很多直线分割平面的题目,今天的这个题目稍微有些变化,我们要求的是n条折线分割平面的最大数目。比如,一条折线可以将平面分成两部分,两条折线最多可以将平面分成7部分,具体如下所示。Input输入数据的第一行是一个整数C,表示测试实例的个数,然后是C 行数据,每行包含一个整数n(0&amp;lt;n&amp;lt;=10000),表示折线的数量。Output对于每个测试实例,请输出平面的...

2019-01-23 11:32:41 176

原创 cAPS lOCK CodeForces - 131A

cAPS lOCK CodeForces - 131AwHAT DO WE NEED cAPS LOCK FOR?Caps lock is a computer keyboard key. Pressing it sets an input mode in which typed letters are capital by default. If it is pressed by accid...

2018-12-14 21:55:42 202

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除