码迷,mamicode.com
首页 >  
搜索关键字:ospf lesson 3    ( 1993个结果
POJ1942——Paths on a Grid(组合数学)
Paths on a GridDescriptionImagine you are attending your math lesson at school. Once again, you are bored because your teacher tells things that you a...
分类:其他好文   时间:2014-10-29 21:20:03    阅读次数:148
多区域OSPF
多区域OSPF一.实验目的学会配置多区域OSPF,并学会配置虚链路二.实验拓扑一.实验步骤1.为每个路由器配置IP地址2.启动OSPF,并使每个接口都能OSPF3.创建loopback口,并配置IP4.查看区域0能不能学习到区域3的路由5.配置虚链路,在查看区域0能不能学习到学习到区域3的路由四,..
分类:其他好文   时间:2014-10-29 11:01:50    阅读次数:307
ARP 实验
ARP实验一.实验目的查看路由器的ARP表项,看看Serial口有没有ARP二.实验拓扑一.实验步骤1.为PC机配置IP,网关2.为路由器配置IP3.全网使用OSPF,全网互通4.PING,并查看ARP表四.实验内容PC1R1#configureterminalR1(config)#hostnameZJPC1ZJPC1(config)#noiproutingZJPC1(con..
分类:其他好文   时间:2014-10-29 09:17:37    阅读次数:319
Looping through the contents of an array
In this lesson, you'll learn to use the foreach loop, which is designed to handle arrays and certain types of PHP objects. The foreach loop can be use...
分类:其他好文   时间:2014-10-28 15:26:50    阅读次数:236
Naming variables
Variables are a fundamental building block of all programming languages. In this lesson, I'll describe briefly what a variable is, explain the basic r...
分类:其他好文   时间:2014-10-28 09:21:40    阅读次数:253
OSPF实验
一:实验目的看OSPF的DR,BDR选举时,区域中已经有一个DR,这时加入一台routeID更高的路由器,会不会进行重新选举,或者加入一台已经开启OSPF,而且是DR的路由器,是重新选举还是同时出现两个DR。二:实验拓扑三.实验步骤1.先将RT1的OSPF启动,查看G0/0接口的角色2.将RT2连接到..
分类:其他好文   时间:2014-10-26 19:55:05    阅读次数:224
mysql字符串替换
数据库是Mysql的。我想把lesson表中的slide_path_dx字段中的类似 http://www.site.com/y/k/aote-02.rar 替换成E:\web\manhua\y\k\aote-02.rar也就是说实际上可能需要两个sql语句,一个语句把 http://www.si....
分类:数据库   时间:2014-10-14 22:20:30    阅读次数:245
Lesson: Introduction to JAXP
The Java API for XML Processing (JAXP) is for processing XML data using applications written in the Java programming language. JAXP leverages the pars...
分类:其他好文   时间:2014-10-12 19:30:48    阅读次数:198
单区域ospf以及DR和BDR选举
首先我绘制如下的拓扑图,各路由器基本配置图中已经标明。三个路由器都分别加上loopback口,并分别配上地址1.1.1.1;2.2.2.2;3.3.3.3,之后的配置中各路由将各自loopback口地址作为自己的routerid。(为了方便ospf区域规划和问题排查,一般将某一个loopback口地址配置为路由的r..
分类:其他好文   时间:2014-10-11 03:23:55    阅读次数:316
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!