CCNP Study Notes 4-route part-route control◆ Passive-interface-can be used in rip ospf. In rip, there are two network commands in the Process of ospf, which only receive and not send packets. In the process of ospf, there are two network commands: 1, advertise the route of the network address segment. The mask length is determined by the interface configuration, not the network. For example, network 10.0.0.
The same principle as HSRP, two physical devices virtual one IP and MacDifferences from HSRP:1, roleHSRP Active/standbyVRRP Master/backup2, virtual addressHSRP cannot be a virtual network address that already existsVRRP can be a virtual network already exists address3,Hello packet intervalHSRP master ready to send hello; address 224.0.0.2; interval 3s timeout 10sVRRP only Master sends helloInterval 1s timeout 3sMulticast address 224.0.0.184, shootout modeHSRP Manual OpenVRRP is turned on by defa
previously assigned by him does not retract, but instead forwards the data by another AVF (that is, instead of the device responsible for 2 virtual Mac forwarding data)Differentiate between AVG and AVF. AVG uses priority control. AVF using weighting value controlwhen the AVF's uplink interface is down , use track to find also set the weigh value for forwarding invalidation and the weight value for forwarding recoveryTrack 1 int E0/1 Line-protocolint E0/1GLBP 1 Weighting track 1 decrement 20GLBP
a full mesh of IBGP peers in each system.
Peer R1 and R2 using loopback address, not their directly connected interfaces.
Advertise all loopback interfaces to the BGP process, except on R2, where the only loopback advertised should is LOOPBAC K 2.
On R2, create a static summary route for the rest of it loopback interfaces nad advertise this static route in BGP.
R4 should send a summary route to ITA representing all the R4 loopback interfaces.
R4 should prefer the path to ITA networks
CCNP Study Notes 2-routing part-VPNReview the dynamic protocol: rip vpn ospf encapsulation UDP 520 IP 88 IP 89 update address 224.0.0.9 224.0.0.10 224.0.0.5/6 use passive to implement intercommunication between the two ends of unicast neighbor and the output interface to implement unicast NBMA point to multicast unicast key complete neighbor update methods, timing 30 seconds 15% offset, trigger incremental
CSS design guide, Study Notes 1, css design guide
This article is about some notes and Experiences after reading Charles Wyke-Smit's "CSS design guide" over the past few days. I seem to be getting started with web design when I was a freshman, because it is not a computer Major, all of them are self-taught. I remember
A long time ago, a predecessor recommended Angularjs to me. But I didn't study hard at the time, just to read a document. Later awakened ... So determined to understand this series of documents, and free translation (English level is not enough ... Can not be said to be translated, some really do not understand, I hope everyone in the process of the visit pointed out the mistakes therein. After 1 months of intermittent efforts, finally the
statements and focus on addition, deletion, modification, and query. Ability to test: http://blog.csdn.net/xc5683/article/details/8678255
2. Programming Language
Java is recommended here. After all, Java is more popular today than runtime. It is also very easy to learn other languages.
Objective: To understand the logic and object-oriented thinking of programming. Master a language.
There are a lot of videos in this area. You can find them for yourself.
3. UML
UML must be able to understand at
statements and focus on addition, deletion, modification, and query. Ability to test: http://blog.csdn.net/xc5683/article/details/8678255
2. Programming Language
Java is recommended here. After all, Java is more popular today than runtime. It is also very easy to learn other languages.
Objective: To understand the logic and object-oriented thinking of programming. Master a language.
There are a lot of videos in this area. You can find them for yourself.
3. UML
UML must be able to understand at
LTE beginners, if you also for the LTE self-study and confused;LTE scholars, if you're still worried about the effectiveness of LTE learning,If you want to learn LTE well instead of simply learning about LTE,To make LTE learning more effective than to save money,So, watch the video version of the LTE self-study guide so you can win over LTE.From then on, learn lt
mechanism: a production of chicken legs factory, there is only one line, worker a at the top of this line, he is responsible for the chicken leg plastic packaging, and he can only operate a awuawu at the same time (an event queue, The NODEJS process will only handle one event at a time). Workers A is very efficient, often see the process has been perfect chicken legs will not hesitate to carry out packaging, but whenever he saw some have not completed the process of chicken legs into the assemb
When it comes to data mining, we tend to focus on algorithms during modeling while ignoring other steps. In real world data mining projects, other steps are the key to determining project success or failure. Guide to intelligent data analysis is the book recommended by the knime official website (http://tech.knime.org/guide-to-intelligent-data-analysis), according to the CRISP-DM process describes the proce
This book should be studied eight years ago, this is a wasting time tragedy. I hope you study well and take notes . The first chapter of the DirectShow Development Guide covers the following key points:(1) DirectShow compositionI would like to point out two points: one is the filter manager, that is, the filter Graph Manager, which is a filter container, responsible for creating, destroying all filters, fo
About Typescript:Typescript is a free and open source programming language developed by Microsoft. It is a superset of JavaScript and essentially adds optional static types and class-based object-oriented programming to the language. Typescript extends the syntax of JavaScript, so any existing JavaScript program can work without change in typescript. Typescript is designed for the development of large applications, and it generates JavaScript at compile time to ensure compatibility. TypeScript s
Today finally put SPRINGMVC study guide This book finished, write down this blog record.Paired with SPRINGMVC environmentStep one: Add Dispatcherservlet to the Web. xml file, which I understand is to dispatch the action allocator with @controller annotationsStep Two: Initialize the springmvc.xml pathStep three: Map all URLs to the servlet by configuring the Url-pattern elementFourth Step: Configure the path
The second chapter learns the R function:1 sum calculation and sum (x,na.rm=true) calculated in Vector x, which excludes NA elements2 Median calculates the median to return the number of the middle of a sample data median (x,na.rm=true)3 Max COMPUTE Max Max (x,na.rm=true)4 min Compute min min (x,na.rm=true)5 c () Connect data connection data to form a vector. C (a)6 Cbind data cbind with column variables (x, y, z)7 Rbind data rbind with row variables (x, y, z)8 vectors in vector form with data v
each 1 is replaced by M, 2 is replaced by FUsing the reclassify factor variableBoxPlot (GSI ~ fsex,data = Squid)M1 Summary (M1) call:lm (formula = GSI ~ Fsex + flocation, data = Squid) residuals: Min 1Q Median 3Q Max-3 .4137-1.3195-0.1593 1.2039 11.2159 coefficients: Estimate Std. Error t value Pr (>|t|) (Intercept) 1.35926 0.07068 19.230 (There is only one Insert script feature found)M2 The estimated parameters are consistent, but the second method oc
, Table. getn (mytable) Do
Print (mytable [Index])
End
Table. Sort (mytable)
This simple function traverses the entire table and rearrange it from small to large.
6.2. Table. insert (mytable, positon, value)
Table. the insert function inserts a new value in Table China. The location parameter is optional. If no value is set, a new value is added to the end of table A. If this value is specified, it is inserted to the specified position.
Table. insert (mttable, 25, "hello ")
6.3.
number of cycles is not affected. Second, the variable in the loop structure is a local variable. Once the loop ends, it will be clear. To save their values, you must use global variables or higher-level local variables.
Break Control Structure
The break statement can be forcibly exited from the loop control structure. The user cannot recycle it, and it must be at the end of the program block (usually the if-then statement ). See the following example:
For Index = 1,100 do
If Index = 52
Note:
User Guide: http://software.intel.com/zh-cn/forums/showthread.php? T000077996o=as=lr(cilk_user_guide.pdf)
This document provides some learning notes for this User Guide (Chinese version), simplifies the process, and gives you a better understanding of the code. You can refer to the original document for more details.
1. cilk running system API
The header file cilk/cilk_api.h contains the declaration
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.