1、 AS—autonomous system
Autonomy System is a large-scale network, usually run External Gateway Protocol in the internal of AS, and Border Gateway Protocol between the ASs.
Usually run OSPF、RIP、IS-IS、EIGRP and etc. in the internal of AS.
Definition of AS–Within a certain range, a group set of routing equipments which use the same routing protocol.
2、 Interface
The interface we usually referred to does not mean real physical interface. It is a virtual interface.
3、 Neighbor
When the two routers are interconnected with a shared link, and share the routing information, then they can say to each other neighbors.
Refer to following sample:
P1R1#sh ip ospf neighbor
Neighbor ID Pri State Dead Time Address Interface
2.2.2.2 1 FULL/BDR 00:00:34 192.168.12.2 Serial1/1
3.3.3.3 1 FULL/BDR 00:00:36 192.168.13.3 FastEthernet0/0
4、 Area
Area is the properties of the router’s interface but not the router itself. In the below graph, the three routers, A、B、C are in the internal of Area1, but the three interfaces of D router are in Area0, and the rest one is in Area1.

5. Internal routers
Internal routers refer to the routers whose interfaces are all in a same regional, they have the same topology table. For example presented above A, B, C and E are all “internal routers.”
6、 Router ID
It’s the ID for the router when it runs OSPF, each router will have an OSPF Router ID.
Router ID is generated by comparing each interface’ IP of the router itself.
There are three rules:
6.1. Priority of the highest. The highest IP will become the Router ID.
6.2. The loopback interface has the highest priority, while the router configurates the physical interface and loopback interface at the same time, the address of loopback interface will become the Router ID. If there are multiple loopback addressed, then take the first principle: Priority of the highest.
6.3. To designate a Router IDO by manually input an order
7. The functions of Router ID
The three routers, A、B、C are connected to each other, A send a message about routing updates to B, and from B to C, because C and A are also connected directly, then whether C should send this message to A? How C is aware of that this message is first sent by A? Router ID here played a crucial role; routers get the updated information in the Router ID of routing A, then know that it needs not to send the message back to A.
Refer to following sample:
P1R1#sh ip ospf database
OSPF Router with ID (1.1.1.1) (Process ID 1)
Router Link States (Area 0)
Link ID ADV Router Age Seq# Checksum Link count
1.1.1.1 1.1.1.1 992 0×80000002 0×00CE19 2
2.2.2.2 2.2.2.2 988 0×80000005 0×00D9FE 2
8, OSPF Measurement
Unlike distant vector routing protocol, OSPF takes bandwidth as the sole criterion. The default measurement is 108 metric / bandwidth.
Please refer to following sample:
P1R1#sh ip ospf int
Serial1/1 is up, line protocol is up
Internet Address 192.168.12.1/24, Area 0
Process ID 1, Router ID 1.1.1.1, Network Type BROADCAST, Cost: 64
Loopback0 is up, line protocol is up
Internet Address 1.1.1.1/24, Area 0
Process ID 1, Router ID 1.1.1.1, Network Type LOOPBACK, Cost: 1
Loopback interface is treated as a stub Host
FastEthernet0/0 is up, line protocol is up
Internet Address 192.168.13.1/24, Area 1
Process ID 1, Router ID 1.1.1.1, Network Type BROADCAST, Cost: 1
1. Algorithm of Measurement for the link of serial1/1
P1R1# sh int s1/1
Serial1/1 is up, line protocol is up
Internet address is 192.168.12.1/24
MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec,
108/1544=64
2. Algorithm of Measurement for the link of F0/0
P1R1#sh int fa0/0
FastEthernet0/0 is up, line protocol is up
Internet address is 192.168.13.1/24
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
108/100000000=1
Pass4sure practice exam No.46
46.On point-to-point networks, OSPF hello packets are addressed to which address?
A: 127.0.0.1
B: 172.16.0.1
C: 192.168.0.5
D: 223.0.0.1
E: 224.0.0.5
F: 254.255.255.255
Correct Answers: E
In point-to-point network, OSPF does not choose DR / BDR, all the HELLO packets send to 224.0.0.5
Pass4sure practice exam No.61
61.Refer to the exhibit. Router1 was just successfully rebooted. Identify the current OSPF router ID for Router1.

A: 190.172.32.10
B: 208.149.23.162
C: 208.149.23.194
D: 220.173.149.10
Correct Answers: C
When Router1 is just restarted, which interface’s IP will the ROUTER ID of OSPF?
As above mentioned, OSPF has certain rules for the choice of Router ID:
1. Priority of the highest. The highest IP will become the Router ID.
2. The loopback interface has the highest priority, while the router configurates the physical interface and loopback interface at the same time, the address of loopback interface will become the Router ID. If there are multiple loopback addressed, then take the first principle: Priority of the highest.
3. To designate a Router IDO by manually input an order
This question can use the second rule directly:
The principles that can be directly used two: the physical interface and loopback interface coexist, so choose 208.149.23.194