-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnotes
62 lines (50 loc) · 1.78 KB
/
notes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
1.
For testing wheel timers
Topology : build_dualswitch_topo()
conf node H1 protocol nmp
conf node H2 protocol nmp
conf node H3 protocol nmp
conf node H4 protocol nmp
conf node H5 protocol nmp
conf node H6 protocol nmp
conf node H1 nmp interface all
conf node H2 nmp interface all
conf node H5 nmp interface all
conf node H6 nmp interface all
conf node H3 nmp interface all
conf node H4 nmp interface all
conf node H1 no nmp interface all
conf node H2 no nmp interface all
conf node H5 no nmp interface all
conf node H6 no nmp interface all
2.
For testing ddcp Query
Topology : build_first_topo()
conf node R0_re route 122.1.1.1 32 20.1.1.2 eth0
conf node R0_re route 122.1.1.2 32 40.1.1.2 eth4
conf node R1_re route 122.1.1.0 32 20.1.1.1 eth1
conf node R1_re route 122.1.1.2 32 30.1.1.2 eth2
conf node R2_re route 122.1.1.0 32 40.1.1.1 eth5
conf node R2_re route 122.1.1.1 32 30.1.1.1 eth3
Topology : build_dualswitch_topo()
conf node H2 route 122.1.1.1 32 10.1.1.1 eth3
conf node H5 route 122.1.1.1 32 10.1.1.1 eth8
conf node H6 route 122.1.1.1 32 10.1.1.1 eth11
conf node H4 route 122.1.1.1 32 10.1.1.1 eth11
conf node H3 route 122.1.1.1 32 10.1.1.1 eth4
PART B Contents:
====================
Project 3 : Routing Table Calculations
Project 4 : Convergence - Auto correction of Routing Tables
Project 4.1 : Install Diff of L3 routes
Project 5 : Setting Up Logging Infrastructure
Project 6 : Adding Dynamic Flavor to TCP/IP Stack
Aging of ARP entries
Project 7 : Mutual Exclusion - Handling Concurreny Problems
Concurrent Access of Routing Table
Concurrent Access of ARP table
Project 8 : Implement a new Application Protocol - NMP Protocol
Project 9 : Dynamic Registration of Application Protocols
Add below topics to Appendix Section:
Loop Free Guarantee
Convergence - Node/link Failures