Ticket #156: OSPF_Virtmachine.txt

File OSPF_Virtmachine.txt, 190.4 KB (added by JeanAumont, 13 years ago)
Line 
1Keywords: FreeBSD 8.2, OpenVPN 2.0.9_1, OpenVPN 2.2.1, Quagga 0.99.17_5
2Error   : openvpn[...]: write UDPv4: No buffer space available (code=55)
3 
4Hi Everyone,
5
6I would like to report a bug that I found while doing some testing of OpenVPN
7in TAP (Bridge) mode while using quagga with ospf.
8
9The bug was initially discovered using 3 PHYSICAL machine running FreeBSD 8.2,
10OpenVPN 2.0.9_1 or 2.2.1, and the routing software Quagga 0.99.17_5.
11
12The bug can also be replicated using 3 virtual machine under Oracle Virtual Box.
13
14The plan was to have the OpenVPN server announce route to OpenVPN client using
15the OSPF daemon of Quagga (a routing software).
16
17Here is the set-up under Oracle Virtual Box.
18                                 
19OpenVPN            VboxNet1        Router           VboxNet2    OpenVPN           
20Server             3.3.3.1                          4.4.4.1     Client
21em1-3.3.3.2     ..............  em0-3.3.3.4     ..............  em1-4.4.4.2 
22em0-Lan (DHCP)                  em1-4.4.4.4                     em0-10.10.10.10
23                                                                    Vboxnet3
24
25The same set-up was used with the phisical machine with the same results.
26
27I am not sure if the bug is in quagga, flodding the freebsd buffers or in
28openvpn ....
29
30===============================================================================
31You can dupplicate the problem easily following those steps:
32===============================================================================
33
341) Start OpenVPN server and client (No problem).
35   -- The OpenVPN server acquire the ip 172.16.10.1
36   -- The OpenVPN client acquire the ip 172.16.10.2
37   -- The tunnel is up and running perfectly
38
392) Start the quagga routing daemon.
40   -- Initially the OSPF protocol is communicating properly and the OpenVPN
41      serverand client are being seen as neighbor.
42
43      If you are not familior with quagga, you can see this by typing:
44         vtysh
45         sh ip ospf neighbor (repeat the command as necessary)
46         exit
47    -- After a few seconds, the adjencency is lost ...
48       
493) When this appends, the OpenVPN log on the Server and Clients are
50   full of this error:
51
52   openvpn[...]: write UDPv4: No buffer space available (code=55)
53
54===============================================================================
55Here are the OpenVPN config used:
56===============================================================================
57
58Server# cat /usr/local/etc/openvpn/server1.conf
59dev tap
60script-security 3
61daemon
62keepalive 10 60
63ping-timer-rem
64proto udp
65cipher BF-CBC
66local 3.3.3.2
67tls-server
68server 172.16.10.0 255.255.255.0
69lport 1194
70max-clients 100
71ca /usr/local/etc/openvpn/server1.ca
72cert /usr/local/etc/openvpn/server1.cert
73key /usr/local/etc/openvpn/server1.key
74dh /etc/dh-parameters.1024
75comp-lzo
76persist-remote-ip
77float
78log /var/log/openvpn.log
79verb 5
80
81Client# cat /usr/local/etc/openvpn/openvpn.conf
82client
83dev tap
84proto udp
85script-security 3
86remote 3.3.3.2
87ping 10
88cipher BF-CBC
89resolv-retry infinite
90nobind
91ca /usr/local/etc/openvpn/Client.crt
92cert /usr/local/etc/openvpn/AClient.crt
93key /usr/local/etc/openvpn/AClient.key
94comp-lzo
95verb 5
96log /var/log/openvpn.log
97Client#
98
99===============================================================================
100Here are the Quagga configuration
101===============================================================================
102Server# vtysh
103
104Hello, this is Quagga (version 0.99.17).
105Copyright 1996-2005 Kunihiro Ishiguro, et al.
106
107Server# sh run
108Building configuration...
109
110Current configuration:
111!
112hostname Server-Zebra
113log file /usr/local/log/quagga.log
114log stdout
115hostname Server-Ospfd
116!
117debug ospf event
118debug ospf packet all
119!
120password zebra
121enable password zebra
122!
123interface em0
124 ipv6 nd suppress-ra
125!
126interface em1
127 ipv6 nd suppress-ra
128!
129interface lo0
130 ip address 10.90.40.40/32
131!
132interface tap0
133 ip ospf authentication message-digest
134 ip ospf cost 100
135 ip ospf message-digest-key 1 md5 BBBB
136 ipv6 nd suppress-ra
137!
138router ospf
139 redistribute connected
140 redistribute static
141 network 10.90.40.40/32 area 100.100.100.100
142 network 172.16.10.0/24 area 100.100.100.100
143 area 100.100.100.100 authentication message-digest
144!
145ip forwarding
146!
147line vty
148!
149end
150
151
152Client# vtysh
153
154Hello, this is Quagga (version 0.99.17).
155Copyright 1996-2005 Kunihiro Ishiguro, et al.
156
157Client# sh run
158Building configuration...
159
160Current configuration:
161!
162hostname Client-Zebra
163log file /usr/local/log/quagga.log
164log stdout
165hostname Client-Ospfd
166!
167debug ospf event
168debug ospf packet all
169!
170password zebra
171enable password zebra
172!
173interface em0
174 ipv6 nd suppress-ra
175!
176interface em1
177 ipv6 nd suppress-ra
178!
179interface lo0
180 ip address 10.90.50.50/32
181 ip ospf authentication message-digest
182!
183interface tap0
184 ip ospf authentication message-digest
185 ip ospf cost 100
186 ip ospf message-digest-key 1 md5 BBBB
187 ipv6 nd suppress-ra
188!
189router ospf
190 redistribute connected
191 redistribute static
192 network 10.10.10.0/24 area 100.100.100.100
193 network 10.90.50.50/32 area 100.100.100.100
194 network 172.16.10.0/24 area 100.100.100.100
195 area 100.100.100.100 authentication message-digest
196!
197ip forwarding
198!
199line vty
200!
201end
202
203===============================================================================
204Here are the OpenVPN Logs
205===============================================================================
206-- On the server
207
208Mon Aug 15 11:27:46 2011 us=909159 Current Parameter Settings:
209Mon Aug 15 11:27:46 2011 us=909740   config = '/usr/local/etc/openvpn/server1.conf'
210Mon Aug 15 11:27:46 2011 us=909859   mode = 1
211Mon Aug 15 11:27:46 2011 us=909961   show_ciphers = DISABLED
212Mon Aug 15 11:27:46 2011 us=910052   show_digests = DISABLED
213Mon Aug 15 11:27:46 2011 us=910131   show_engines = DISABLED
214Mon Aug 15 11:27:46 2011 us=910203   genkey = DISABLED
215Mon Aug 15 11:27:46 2011 us=910266   key_pass_file = '[UNDEF]'
216Mon Aug 15 11:27:46 2011 us=910323   show_tls_ciphers = DISABLED
217Mon Aug 15 11:27:46 2011 us=910380 Connection profiles [default]:
218Mon Aug 15 11:27:46 2011 us=910428   proto = udp
219Mon Aug 15 11:27:46 2011 us=910471   local = '3.3.3.2'
220Mon Aug 15 11:27:46 2011 us=910510   local_port = 1194
221Mon Aug 15 11:27:46 2011 us=910546   remote = '[UNDEF]'
222Mon Aug 15 11:27:46 2011 us=910580   remote_port = 1194
223Mon Aug 15 11:27:46 2011 us=910611   remote_float = ENABLED
224Mon Aug 15 11:27:46 2011 us=910640   bind_defined = DISABLED
225Mon Aug 15 11:27:46 2011 us=910668   bind_local = ENABLED
226Mon Aug 15 11:27:46 2011 us=910695   connect_retry_seconds = 5
227Mon Aug 15 11:27:46 2011 us=910720   connect_timeout = 10
228Mon Aug 15 11:27:46 2011 us=910744   connect_retry_max = 0
229Mon Aug 15 11:27:46 2011 us=910768   socks_proxy_server = '[UNDEF]'
230Mon Aug 15 11:27:46 2011 us=910790   socks_proxy_port = 0
231Mon Aug 15 11:27:46 2011 us=910813   socks_proxy_retry = DISABLED
232Mon Aug 15 11:27:46 2011 us=910839 Connection profiles END
233Mon Aug 15 11:27:46 2011 us=910861   remote_random = DISABLED
234Mon Aug 15 11:27:46 2011 us=910881   ipchange = '[UNDEF]'
235Mon Aug 15 11:27:46 2011 us=910901   dev = 'tap'
236Mon Aug 15 11:27:46 2011 us=910921   dev_type = '[UNDEF]'
237Mon Aug 15 11:27:46 2011 us=910941   dev_node = '[UNDEF]'
238Mon Aug 15 11:27:46 2011 us=910960   lladdr = '[UNDEF]'
239Mon Aug 15 11:27:46 2011 us=910979   topology = 1
240Mon Aug 15 11:27:46 2011 us=910998   tun_ipv6 = DISABLED
241Mon Aug 15 11:27:46 2011 us=911016   ifconfig_local = '172.16.10.1'
242Mon Aug 15 11:27:46 2011 us=911034   ifconfig_remote_netmask = '255.255.255.0'
243Mon Aug 15 11:27:46 2011 us=911077   ifconfig_noexec = DISABLED
244Mon Aug 15 11:27:46 2011 us=911096   ifconfig_nowarn = DISABLED
245Mon Aug 15 11:27:46 2011 us=911114   shaper = 0
246Mon Aug 15 11:27:46 2011 us=911152   tun_mtu = 1500
247Mon Aug 15 11:27:46 2011 us=911174   tun_mtu_defined = ENABLED
248Mon Aug 15 11:27:46 2011 us=911192   link_mtu = 1500
249Mon Aug 15 11:27:46 2011 us=911210   link_mtu_defined = DISABLED
250Mon Aug 15 11:27:46 2011 us=911228   tun_mtu_extra = 32
251Mon Aug 15 11:27:46 2011 us=911246   tun_mtu_extra_defined = ENABLED
252Mon Aug 15 11:27:46 2011 us=911270   fragment = 0
253Mon Aug 15 11:27:46 2011 us=911288   mtu_discover_type = -1
254Mon Aug 15 11:27:46 2011 us=911306   mtu_test = 0
255Mon Aug 15 11:27:46 2011 us=911324   mlock = DISABLED
256Mon Aug 15 11:27:46 2011 us=911342   keepalive_ping = 10
257Mon Aug 15 11:27:46 2011 us=911359   keepalive_timeout = 60
258Mon Aug 15 11:27:46 2011 us=911377   inactivity_timeout = 0
259Mon Aug 15 11:27:46 2011 us=911395   ping_send_timeout = 10
260Mon Aug 15 11:27:46 2011 us=911413   ping_rec_timeout = 120
261Mon Aug 15 11:27:46 2011 us=911431   ping_rec_timeout_action = 2
262Mon Aug 15 11:27:46 2011 us=911449   ping_timer_remote = ENABLED
263Mon Aug 15 11:27:46 2011 us=911467   remap_sigusr1 = 0
264Mon Aug 15 11:27:46 2011 us=911485   explicit_exit_notification = 0
265Mon Aug 15 11:27:46 2011 us=911503   persist_tun = DISABLED
266Mon Aug 15 11:27:46 2011 us=911520   persist_local_ip = DISABLED
267Mon Aug 15 11:27:46 2011 us=911539   persist_remote_ip = ENABLED
268Mon Aug 15 11:27:46 2011 us=911556   persist_key = DISABLED
269Mon Aug 15 11:27:46 2011 us=911574   mssfix = 1450
270Mon Aug 15 11:27:46 2011 us=911592   passtos = DISABLED
271Mon Aug 15 11:27:46 2011 us=911610   resolve_retry_seconds = 1000000000
272Mon Aug 15 11:27:46 2011 us=911628   username = '[UNDEF]'
273Mon Aug 15 11:27:46 2011 us=911646   groupname = '[UNDEF]'
274Mon Aug 15 11:27:46 2011 us=911664   chroot_dir = '[UNDEF]'
275Mon Aug 15 11:27:46 2011 us=911682   cd_dir = '/usr/local/etc/openvpn'
276Mon Aug 15 11:27:46 2011 us=911700   writepid = '/var/run/openvpn.pid'
277Mon Aug 15 11:27:46 2011 us=911736   up_script = '[UNDEF]'
278Mon Aug 15 11:27:46 2011 us=911754   down_script = '[UNDEF]'
279Mon Aug 15 11:27:46 2011 us=911772   down_pre = DISABLED
280Mon Aug 15 11:27:46 2011 us=911790   up_restart = DISABLED
281Mon Aug 15 11:27:46 2011 us=911808   up_delay = DISABLED
282Mon Aug 15 11:27:46 2011 us=911826   daemon = ENABLED
283Mon Aug 15 11:27:46 2011 us=911844   inetd = 0
284Mon Aug 15 11:27:46 2011 us=911862   log = ENABLED
285Mon Aug 15 11:27:46 2011 us=911879   suppress_timestamps = DISABLED
286Mon Aug 15 11:27:46 2011 us=911898   nice = 0
287Mon Aug 15 11:27:46 2011 us=911916   verbosity = 5
288Mon Aug 15 11:27:46 2011 us=911934   mute = 0
289Mon Aug 15 11:27:46 2011 us=911959   gremlin = 0
290Mon Aug 15 11:27:46 2011 us=911978   status_file = '[UNDEF]'
291Mon Aug 15 11:27:46 2011 us=911997   status_file_version = 1
292Mon Aug 15 11:27:46 2011 us=912016   status_file_update_freq = 60
293Mon Aug 15 11:27:46 2011 us=912035   occ = ENABLED
294Mon Aug 15 11:27:46 2011 us=912054   rcvbuf = 65536
295Mon Aug 15 11:27:46 2011 us=912073   sndbuf = 65536
296Mon Aug 15 11:27:46 2011 us=912091   sockflags = 0
297Mon Aug 15 11:27:46 2011 us=912110   fast_io = DISABLED
298Mon Aug 15 11:27:46 2011 us=912144   lzo = 7
299Mon Aug 15 11:27:46 2011 us=912162   route_script = '[UNDEF]'
300Mon Aug 15 11:27:46 2011 us=912180   route_default_gateway = '[UNDEF]'
301Mon Aug 15 11:27:46 2011 us=912198   route_default_metric = 0
302Mon Aug 15 11:27:46 2011 us=912216   route_noexec = DISABLED
303Mon Aug 15 11:27:46 2011 us=912234   route_delay = 0
304Mon Aug 15 11:27:46 2011 us=912252   route_delay_window = 30
305Mon Aug 15 11:27:46 2011 us=912271   route_delay_defined = DISABLED
306Mon Aug 15 11:27:46 2011 us=912289   route_nopull = DISABLED
307Mon Aug 15 11:27:46 2011 us=912307   route_gateway_via_dhcp = DISABLED
308Mon Aug 15 11:27:46 2011 us=912325   max_routes = 100
309Mon Aug 15 11:27:46 2011 us=912343   allow_pull_fqdn = DISABLED
310Mon Aug 15 11:27:46 2011 us=912362   management_addr = '[UNDEF]'
311Mon Aug 15 11:27:46 2011 us=912380   management_port = 0
312Mon Aug 15 11:27:46 2011 us=912403   management_user_pass = '[UNDEF]'
313Mon Aug 15 11:27:46 2011 us=912421   management_log_history_cache = 250
314Mon Aug 15 11:27:46 2011 us=912440   management_echo_buffer_size = 100
315Mon Aug 15 11:27:46 2011 us=912458   management_write_peer_info_file = '[UNDEF]'
316Mon Aug 15 11:27:46 2011 us=912476   management_client_user = '[UNDEF]'
317Mon Aug 15 11:27:46 2011 us=912494   management_client_group = '[UNDEF]'
318Mon Aug 15 11:27:46 2011 us=912512   management_flags = 0
319Mon Aug 15 11:27:46 2011 us=912530   shared_secret_file = '[UNDEF]'
320Mon Aug 15 11:27:46 2011 us=912549   key_direction = 0
321Mon Aug 15 11:27:46 2011 us=912567   ciphername_defined = ENABLED
322Mon Aug 15 11:27:46 2011 us=912585   ciphername = 'BF-CBC'
323Mon Aug 15 11:27:46 2011 us=912603   authname_defined = ENABLED
324Mon Aug 15 11:27:46 2011 us=912621   authname = 'SHA1'
325Mon Aug 15 11:27:46 2011 us=912639   prng_hash = 'SHA1'
326Mon Aug 15 11:27:46 2011 us=912657   prng_nonce_secret_len = 16
327Mon Aug 15 11:27:46 2011 us=912675   keysize = 0
328Mon Aug 15 11:27:46 2011 us=912693   engine = DISABLED
329Mon Aug 15 11:27:46 2011 us=912712   replay = ENABLED
330Mon Aug 15 11:27:46 2011 us=912730   mute_replay_warnings = DISABLED
331Mon Aug 15 11:27:46 2011 us=912748   replay_window = 64
332Mon Aug 15 11:27:46 2011 us=912766   replay_time = 15
333Mon Aug 15 11:27:46 2011 us=912784   packet_id_file = '[UNDEF]'
334Mon Aug 15 11:27:46 2011 us=912802   use_iv = ENABLED
335Mon Aug 15 11:27:46 2011 us=912821   test_crypto = DISABLED
336Mon Aug 15 11:27:46 2011 us=912839   tls_server = ENABLED
337Mon Aug 15 11:27:46 2011 us=912857   tls_client = DISABLED
338Mon Aug 15 11:27:46 2011 us=912875   key_method = 2
339Mon Aug 15 11:27:46 2011 us=912901   ca_file = '/usr/local/etc/openvpn/server1.ca'
340Mon Aug 15 11:27:46 2011 us=912920   ca_path = '[UNDEF]'
341Mon Aug 15 11:27:46 2011 us=912957   dh_file = '/etc/dh-parameters.1024'
342Mon Aug 15 11:27:46 2011 us=912982   cert_file = '/usr/local/etc/openvpn/server1.cert'
343Mon Aug 15 11:27:46 2011 us=913001   priv_key_file = '/usr/local/etc/openvpn/server1.key'
344Mon Aug 15 11:27:46 2011 us=913039   pkcs12_file = '[UNDEF]'
345Mon Aug 15 11:27:46 2011 us=913059   cipher_list = '[UNDEF]'
346Mon Aug 15 11:27:46 2011 us=913078   tls_verify = '[UNDEF]'
347Mon Aug 15 11:27:46 2011 us=913098   tls_export_cert = '[UNDEF]'
348Mon Aug 15 11:27:46 2011 us=913127   tls_remote = '[UNDEF]'
349Mon Aug 15 11:27:46 2011 us=913221   crl_file = '[UNDEF]'
350Mon Aug 15 11:27:46 2011 us=913246   ns_cert_type = 0
351Mon Aug 15 11:27:46 2011 us=913266   remote_cert_ku[i] = 0
352Mon Aug 15 11:27:46 2011 us=913286   remote_cert_ku[i] = 0
353Mon Aug 15 11:27:46 2011 us=913305   remote_cert_ku[i] = 0
354Mon Aug 15 11:27:46 2011 us=913325   remote_cert_ku[i] = 0
355Mon Aug 15 11:27:46 2011 us=913344   remote_cert_ku[i] = 0
356Mon Aug 15 11:27:46 2011 us=913364   remote_cert_ku[i] = 0
357Mon Aug 15 11:27:46 2011 us=913384   remote_cert_ku[i] = 0
358Mon Aug 15 11:27:46 2011 us=913403   remote_cert_ku[i] = 0
359Mon Aug 15 11:27:46 2011 us=913423   remote_cert_ku[i] = 0
360Mon Aug 15 11:27:46 2011 us=913442   remote_cert_ku[i] = 0
361Mon Aug 15 11:27:46 2011 us=913462   remote_cert_ku[i] = 0
362Mon Aug 15 11:27:46 2011 us=913482   remote_cert_ku[i] = 0
363Mon Aug 15 11:27:46 2011 us=913501   remote_cert_ku[i] = 0
364Mon Aug 15 11:27:46 2011 us=913521   remote_cert_ku[i] = 0
365Mon Aug 15 11:27:46 2011 us=913541   remote_cert_ku[i] = 0
366Mon Aug 15 11:27:46 2011 us=913560   remote_cert_ku[i] = 0
367Mon Aug 15 11:27:46 2011 us=913580   remote_cert_eku = '[UNDEF]'
368Mon Aug 15 11:27:46 2011 us=913597   tls_timeout = 2
369Mon Aug 15 11:27:46 2011 us=913651   renegotiate_bytes = 0
370Mon Aug 15 11:27:46 2011 us=913671   renegotiate_packets = 0
371Mon Aug 15 11:27:46 2011 us=913691   renegotiate_seconds = 3600
372Mon Aug 15 11:27:46 2011 us=913711   handshake_window = 60
373Mon Aug 15 11:27:46 2011 us=913730   transition_window = 3600
374Mon Aug 15 11:27:46 2011 us=913750   single_session = DISABLED
375Mon Aug 15 11:27:46 2011 us=913770   push_peer_info = DISABLED
376Mon Aug 15 11:27:46 2011 us=913789   tls_exit = DISABLED
377Mon Aug 15 11:27:46 2011 us=913809   tls_auth_file = '[UNDEF]'
378Mon Aug 15 11:27:46 2011 us=913840   server_network = 172.16.10.0
379Mon Aug 15 11:27:46 2011 us=913860   server_netmask = 255.255.255.0
380Mon Aug 15 11:27:46 2011 us=913880   server_bridge_ip = 0.0.0.0
381Mon Aug 15 11:27:46 2011 us=913900   server_bridge_netmask = 0.0.0.0
382Mon Aug 15 11:27:46 2011 us=913919   server_bridge_pool_start = 0.0.0.0
383Mon Aug 15 11:27:46 2011 us=913939   server_bridge_pool_end = 0.0.0.0
384Mon Aug 15 11:27:46 2011 us=913958   push_entry = 'route-gateway 172.16.10.1'
385Mon Aug 15 11:27:46 2011 us=913976   push_entry = 'ping 10'
386Mon Aug 15 11:27:46 2011 us=913995   push_entry = 'ping-restart 60'
387Mon Aug 15 11:27:46 2011 us=914013   ifconfig_pool_defined = ENABLED
388Mon Aug 15 11:27:46 2011 us=914033   ifconfig_pool_start = 172.16.10.2
389Mon Aug 15 11:27:46 2011 us=914122   ifconfig_pool_end = 172.16.10.254
390Mon Aug 15 11:27:46 2011 us=914151   ifconfig_pool_netmask = 255.255.255.0
391Mon Aug 15 11:27:46 2011 us=914171   ifconfig_pool_persist_filename = '[UNDEF]'
392Mon Aug 15 11:27:46 2011 us=914214   ifconfig_pool_persist_refresh_freq = 600
393Mon Aug 15 11:27:46 2011 us=914234   n_bcast_buf = 256
394Mon Aug 15 11:27:46 2011 us=914254   tcp_queue_limit = 64
395Mon Aug 15 11:27:46 2011 us=914273   real_hash_size = 256
396Mon Aug 15 11:27:46 2011 us=914293   virtual_hash_size = 256
397Mon Aug 15 11:27:46 2011 us=914313   client_connect_script = '[UNDEF]'
398Mon Aug 15 11:27:46 2011 us=914333   learn_address_script = '[UNDEF]'
399Mon Aug 15 11:27:46 2011 us=914353   client_disconnect_script = '[UNDEF]'
400Mon Aug 15 11:27:46 2011 us=914372   client_config_dir = '[UNDEF]'
401Mon Aug 15 11:27:46 2011 us=914392   ccd_exclusive = DISABLED
402Mon Aug 15 11:27:46 2011 us=914411   tmp_dir = '/tmp'
403Mon Aug 15 11:27:46 2011 us=914431   push_ifconfig_defined = DISABLED
404Mon Aug 15 11:27:46 2011 us=914452   push_ifconfig_local = 0.0.0.0
405Mon Aug 15 11:27:46 2011 us=914472   push_ifconfig_remote_netmask = 0.0.0.0
406Mon Aug 15 11:27:46 2011 us=914492   enable_c2c = DISABLED
407Mon Aug 15 11:27:46 2011 us=914512   duplicate_cn = DISABLED
408Mon Aug 15 11:27:46 2011 us=914531   cf_max = 0
409Mon Aug 15 11:27:46 2011 us=914574   cf_per = 0
410Mon Aug 15 11:27:46 2011 us=914595   max_clients = 100
411Mon Aug 15 11:27:46 2011 us=914614   max_routes_per_client = 256
412Mon Aug 15 11:27:46 2011 us=914634   auth_user_pass_verify_script = '[UNDEF]'
413Mon Aug 15 11:27:46 2011 us=914654   auth_user_pass_verify_script_via_file = DISABLED
414Mon Aug 15 11:27:46 2011 us=914673   ssl_flags = 0
415Mon Aug 15 11:27:46 2011 us=914693   port_share_host = '[UNDEF]'
416Mon Aug 15 11:27:46 2011 us=914712   port_share_port = 0
417Mon Aug 15 11:27:46 2011 us=914731   client = DISABLED
418Mon Aug 15 11:27:46 2011 us=914751   pull = DISABLED
419Mon Aug 15 11:27:46 2011 us=914771   auth_user_pass_file = '[UNDEF]'
420Mon Aug 15 11:27:46 2011 us=914796 OpenVPN 2.2.1 i386-portbld-freebsd9.0 [SSL] [LZO2] [eurephia] built on Jul 27 2011
421Mon Aug 15 11:27:46 2011 us=915133 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
422Mon Aug 15 11:27:46 2011 us=924564 Diffie-Hellman initialized with 1024 bit key
423Mon Aug 15 11:27:46 2011 us=925900 TLS-Auth MTU parms [ L:1574 D:138 EF:38 EB:0 ET:0 EL:0 ]
424Mon Aug 15 11:27:46 2011 us=926075 Socket Buffers: R=[268435456->65536] S=[57344->65536]
425Mon Aug 15 11:27:46 2011 us=926511 TUN/TAP device /dev/tap0 opened
426Mon Aug 15 11:27:46 2011 us=926554 /sbin/ifconfig tap0 172.16.10.1 netmask 255.255.255.0 mtu 1500 up
427Mon Aug 15 11:27:46 2011 us=935637 Data Channel MTU parms [ L:1574 D:1450 EF:42 EB:135 ET:32 EL:0 AF:3/1 ]
428Mon Aug 15 11:27:46 2011 us=940979 UDPv4 link local (bound): 3.3.3.2:1194
429Mon Aug 15 11:27:46 2011 us=941149 UDPv4 link remote: [undef]
430Mon Aug 15 11:27:46 2011 us=941183 MULTI: multi_init called, r=256 v=256
431Mon Aug 15 11:27:46 2011 us=941643 IFCONFIG POOL: base=172.16.10.2 size=253
432Mon Aug 15 11:27:46 2011 us=941784 Initialization Sequence Completed
433Mon Aug 15 11:27:58 2011 us=855779 MULTI: multi_create_instance called
434Mon Aug 15 11:27:58 2011 us=855920 4.4.4.2:63392 Re-using SSL/TLS context
435Mon Aug 15 11:27:58 2011 us=856104 4.4.4.2:63392 LZO compression initialized
436Mon Aug 15 11:27:58 2011 us=856870 4.4.4.2:63392 Control Channel MTU parms [ L:1574 D:138 EF:38 EB:0 ET:0 EL:0 ]
437Mon Aug 15 11:27:58 2011 us=856897 4.4.4.2:63392 Data Channel MTU parms [ L:1574 D:1450 EF:42 EB:135 ET:32 EL:0 AF:3/1 ]
438Mon Aug 15 11:27:58 2011 us=857043 4.4.4.2:63392 Local Options String: 'V4,dev-type tap,link-mtu 1574,tun-mtu 1532,proto UDPv4,comp-lzo,cipher BF-CBC,auth SHA1,keysize 128,key-method 2,tls-server'
439Mon Aug 15 11:27:58 2011 us=857067 4.4.4.2:63392 Expected Remote Options String: 'V4,dev-type tap,link-mtu 1574,tun-mtu 1532,proto UDPv4,comp-lzo,cipher BF-CBC,auth SHA1,keysize 128,key-method 2,tls-client'
440Mon Aug 15 11:27:58 2011 us=857195 4.4.4.2:63392 Local Options hash (VER=V4): 'f7df56b8'
441Mon Aug 15 11:27:58 2011 us=857224 4.4.4.2:63392 Expected Remote Options hash (VER=V4): 'd79ca330'
442RMon Aug 15 11:27:58 2011 us=857420 4.4.4.2:63392 TLS: Initial packet from 4.4.4.2:63392, sid=fa1c7495 49b23382
443WRRWRWWWWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRRRRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRMon Aug 15 11:27:58 2011 us=992912 4.4.4.2:63392 VERIFY OK: depth=1, /C=CA/ST=Province/L=Ville/O=Test/emailAddress=AAAA@AAAA.COM/CN=Server-internal-ca
444Mon Aug 15 11:27:58 2011 us=993491 4.4.4.2:63392 VERIFY OK: depth=0, /C=CA/ST=Province/L=Ville/O=Test/emailAddress=AAAA@AAAA.COM/CN=AClient.test.com
445WRWRWRWRWRWWWWRWRWRWRWRWRWRWRWRWRWRWRRRRWRWRWRMon Aug 15 11:27:59 2011 us=27199 4.4.4.2:63392 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
446Mon Aug 15 11:27:59 2011 us=27227 4.4.4.2:63392 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
447Mon Aug 15 11:27:59 2011 us=27319 4.4.4.2:63392 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
448Mon Aug 15 11:27:59 2011 us=27342 4.4.4.2:63392 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
449WWWRRRMon Aug 15 11:27:59 2011 us=29024 4.4.4.2:63392 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 2048 bit RSA
450Mon Aug 15 11:27:59 2011 us=29112 4.4.4.2:63392 [AClient.test.com] Peer Connection Initiated with 4.4.4.2:63392
451RMon Aug 15 11:28:01 2011 us=125530 AClient.test.com/4.4.4.2:63392 PUSH: Received control message: 'PUSH_REQUEST'
452Mon Aug 15 11:28:01 2011 us=125723 AClient.test.com/4.4.4.2:63392 SENT CONTROL [AClient.test.com]: 'PUSH_REPLY,route-gateway 172.16.10.1,ping 10,ping-restart 60,ifconfig 172.16.10.2 255.255.255.0' (status=1)
453WWWRRRMon Aug 15 11:28:01 2011 us=145733 AClient.test.com/4.4.4.2:63392 MULTI: Learn: 00:bd:9c:8c:05:00 -> AClient.test.com/4.4.4.2:63392
454wRWWRRWRWWRWRWRWRWRR
455rWrWrWrWrWMon Aug 15 11:45:52 2011 us=465817 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
456rWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=467134 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
457rWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=469554 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
458rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=475155 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
459rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=478123 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
460rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=482266 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
461rWrWrWMon Aug 15 11:45:52 2011 us=482866 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
462rWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=483920 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
463rWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=485447 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
464rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=487595 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
465rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=492196 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
466rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=495428 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
467rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=498251 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
468rWrWrWrWrWMon Aug 15 11:45:52 2011 us=499095 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
469rWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=501048 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
470rWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=502834 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
471rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=505328 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
472rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=508246 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
473rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=511913 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
474rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=519337 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
475rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=524938 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
476rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=536001 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
477rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=542525 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
478rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=546765 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
479rWrWrWMon Aug 15 11:45:52 2011 us=547359 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
480rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=550245 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
481rWrWrWMon Aug 15 11:45:52 2011 us=550824 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
482rWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=551791 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
483rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=554554 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
484rWrWrWrWrWMon Aug 15 11:45:52 2011 us=555318 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
485rWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=556525 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
486rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=559453 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
487rWrWrWrWrWMon Aug 15 11:45:52 2011 us=563591 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
488rWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=564930 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
489rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=568289 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
490rWrWrWMon Aug 15 11:45:52 2011 us=568819 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
491rWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=570011 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
492rWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=571626 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
493rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=576890 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
494rWrWrWMon Aug 15 11:45:52 2011 us=577445 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
495rWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=578474 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
496rWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=580611 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
497rWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=582736 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
498rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=589323 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
499rWrWrWrWrWMon Aug 15 11:45:52 2011 us=590172 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
500rWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=591521 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
501rWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=593591 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
502rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=595786 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
503rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=598600 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
504rWrWrWrWrWMon Aug 15 11:45:52 2011 us=599364 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
505rWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=600686 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
506rWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=602584 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
507rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:52 2011 us=604970 AClient.test.com/4.4.4.2:63392 write UDPv4: No buffer space available (code=55)
508...
509
510-- On the Client
511
512Mon Aug 15 11:27:58 2011 us=794937 Current Parameter Settings:
513Mon Aug 15 11:27:58 2011 us=795414   config = '/usr/local/etc/openvpn/openvpn.conf'
514Mon Aug 15 11:27:58 2011 us=795476   mode = 0
515Mon Aug 15 11:27:58 2011 us=795531   show_ciphers = DISABLED
516Mon Aug 15 11:27:58 2011 us=795580   show_digests = DISABLED
517Mon Aug 15 11:27:58 2011 us=795626   show_engines = DISABLED
518Mon Aug 15 11:27:58 2011 us=795681   genkey = DISABLED
519Mon Aug 15 11:27:58 2011 us=795722   key_pass_file = '[UNDEF]'
520Mon Aug 15 11:27:58 2011 us=795759   show_tls_ciphers = DISABLED
521Mon Aug 15 11:27:58 2011 us=795798 Connection profiles [default]:
522Mon Aug 15 11:27:58 2011 us=795830   proto = udp
523Mon Aug 15 11:27:58 2011 us=795860   local = '[UNDEF]'
524Mon Aug 15 11:27:58 2011 us=795889   local_port = 0
525Mon Aug 15 11:27:58 2011 us=795921   remote = '3.3.3.2'
526Mon Aug 15 11:27:58 2011 us=795946   remote_port = 1194
527Mon Aug 15 11:27:58 2011 us=795970   remote_float = DISABLED
528Mon Aug 15 11:27:58 2011 us=795993   bind_defined = DISABLED
529Mon Aug 15 11:27:58 2011 us=796016   bind_local = DISABLED
530Mon Aug 15 11:27:58 2011 us=796038   connect_retry_seconds = 5
531Mon Aug 15 11:27:58 2011 us=796060   connect_timeout = 10
532Mon Aug 15 11:27:58 2011 us=796081   connect_retry_max = 0
533Mon Aug 15 11:27:58 2011 us=796102   socks_proxy_server = '[UNDEF]'
534Mon Aug 15 11:27:58 2011 us=796122   socks_proxy_port = 0
535Mon Aug 15 11:27:58 2011 us=796143   socks_proxy_retry = DISABLED
536Mon Aug 15 11:27:58 2011 us=796172 Connection profiles END
537Mon Aug 15 11:27:58 2011 us=796193   remote_random = DISABLED
538Mon Aug 15 11:27:58 2011 us=796212   ipchange = '[UNDEF]'
539Mon Aug 15 11:27:58 2011 us=796230   dev = 'tap'
540Mon Aug 15 11:27:58 2011 us=796248   dev_type = '[UNDEF]'
541Mon Aug 15 11:27:58 2011 us=796266   dev_node = '[UNDEF]'
542Mon Aug 15 11:27:58 2011 us=796285   lladdr = '[UNDEF]'
543Mon Aug 15 11:27:58 2011 us=796303   topology = 1
544Mon Aug 15 11:27:58 2011 us=796321   tun_ipv6 = DISABLED
545Mon Aug 15 11:27:58 2011 us=796339   ifconfig_local = '[UNDEF]'
546Mon Aug 15 11:27:58 2011 us=796358   ifconfig_remote_netmask = '[UNDEF]'
547Mon Aug 15 11:27:58 2011 us=796393   ifconfig_noexec = DISABLED
548Mon Aug 15 11:27:58 2011 us=796412   ifconfig_nowarn = DISABLED
549Mon Aug 15 11:27:58 2011 us=796431   shaper = 0
550Mon Aug 15 11:27:58 2011 us=796449   tun_mtu = 1500
551Mon Aug 15 11:27:58 2011 us=796468   tun_mtu_defined = ENABLED
552Mon Aug 15 11:27:58 2011 us=796486   link_mtu = 1500
553Mon Aug 15 11:27:58 2011 us=796505   link_mtu_defined = DISABLED
554Mon Aug 15 11:27:58 2011 us=796523   tun_mtu_extra = 32
555Mon Aug 15 11:27:58 2011 us=796541   tun_mtu_extra_defined = ENABLED
556Mon Aug 15 11:27:58 2011 us=796565   fragment = 0
557Mon Aug 15 11:27:58 2011 us=796584   mtu_discover_type = -1
558Mon Aug 15 11:27:58 2011 us=796598   mtu_test = 0
559Mon Aug 15 11:27:58 2011 us=796621   mlock = DISABLED
560Mon Aug 15 11:27:58 2011 us=796640   keepalive_ping = 0
561Mon Aug 15 11:27:58 2011 us=796658   keepalive_timeout = 0
562Mon Aug 15 11:27:58 2011 us=796676   inactivity_timeout = 0
563Mon Aug 15 11:27:58 2011 us=796695   ping_send_timeout = 10
564Mon Aug 15 11:27:58 2011 us=796713   ping_rec_timeout = 0
565Mon Aug 15 11:27:58 2011 us=796732   ping_rec_timeout_action = 0
566Mon Aug 15 11:27:58 2011 us=796750   ping_timer_remote = DISABLED
567Mon Aug 15 11:27:58 2011 us=796769   remap_sigusr1 = 0
568Mon Aug 15 11:27:58 2011 us=796787   explicit_exit_notification = 0
569Mon Aug 15 11:27:58 2011 us=796827   persist_tun = DISABLED
570Mon Aug 15 11:27:58 2011 us=796847   persist_local_ip = DISABLED
571Mon Aug 15 11:27:58 2011 us=796866   persist_remote_ip = DISABLED
572Mon Aug 15 11:27:58 2011 us=796921   persist_key = DISABLED
573Mon Aug 15 11:27:58 2011 us=796940   mssfix = 1450
574Mon Aug 15 11:27:58 2011 us=796960   passtos = DISABLED
575Mon Aug 15 11:27:58 2011 us=796993   resolve_retry_seconds = 1000000000
576Mon Aug 15 11:27:58 2011 us=797013   username = '[UNDEF]'
577Mon Aug 15 11:27:58 2011 us=797032   groupname = '[UNDEF]'
578Mon Aug 15 11:27:58 2011 us=797052   chroot_dir = '[UNDEF]'
579Mon Aug 15 11:27:58 2011 us=797071   cd_dir = '/usr/local/etc/openvpn'
580Mon Aug 15 11:27:58 2011 us=797096   writepid = '/var/run/openvpn.pid'
581Mon Aug 15 11:27:58 2011 us=797132   up_script = '[UNDEF]'
582Mon Aug 15 11:27:58 2011 us=797151   down_script = '[UNDEF]'
583Mon Aug 15 11:27:58 2011 us=797169   down_pre = DISABLED
584Mon Aug 15 11:27:58 2011 us=797188   up_restart = DISABLED
585Mon Aug 15 11:27:58 2011 us=797206   up_delay = DISABLED
586Mon Aug 15 11:27:58 2011 us=797225   daemon = ENABLED
587Mon Aug 15 11:27:58 2011 us=797243   inetd = 0
588Mon Aug 15 11:27:58 2011 us=797261   log = ENABLED
589Mon Aug 15 11:27:58 2011 us=797280   suppress_timestamps = DISABLED
590Mon Aug 15 11:27:58 2011 us=797298   nice = 0
591Mon Aug 15 11:27:58 2011 us=797317   verbosity = 5
592Mon Aug 15 11:27:58 2011 us=797335   mute = 0
593Mon Aug 15 11:27:58 2011 us=797353   gremlin = 0
594Mon Aug 15 11:27:58 2011 us=797372   status_file = '[UNDEF]'
595Mon Aug 15 11:27:58 2011 us=797390   status_file_version = 1
596Mon Aug 15 11:27:58 2011 us=797408   status_file_update_freq = 60
597Mon Aug 15 11:27:58 2011 us=797427   occ = ENABLED
598Mon Aug 15 11:27:58 2011 us=797445   rcvbuf = 65536
599Mon Aug 15 11:27:58 2011 us=797464   sndbuf = 65536
600Mon Aug 15 11:27:58 2011 us=797482   sockflags = 0
601Mon Aug 15 11:27:58 2011 us=797500   fast_io = DISABLED
602Mon Aug 15 11:27:58 2011 us=797519   lzo = 7
603Mon Aug 15 11:27:58 2011 us=797537   route_script = '[UNDEF]'
604Mon Aug 15 11:27:58 2011 us=797556   route_default_gateway = '[UNDEF]'
605Mon Aug 15 11:27:58 2011 us=797589   route_default_metric = 0
606Mon Aug 15 11:27:58 2011 us=797612   route_noexec = DISABLED
607Mon Aug 15 11:27:58 2011 us=797630   route_delay = 0
608Mon Aug 15 11:27:58 2011 us=797649   route_delay_window = 30
609Mon Aug 15 11:27:58 2011 us=797667   route_delay_defined = DISABLED
610Mon Aug 15 11:27:58 2011 us=797685   route_nopull = DISABLED
611Mon Aug 15 11:27:58 2011 us=797704   route_gateway_via_dhcp = DISABLED
612Mon Aug 15 11:27:58 2011 us=797723   max_routes = 100
613Mon Aug 15 11:27:58 2011 us=797741   allow_pull_fqdn = DISABLED
614Mon Aug 15 11:27:58 2011 us=797760   management_addr = '[UNDEF]'
615Mon Aug 15 11:27:58 2011 us=797778   management_port = 0
616Mon Aug 15 11:27:58 2011 us=797797   management_user_pass = '[UNDEF]'
617Mon Aug 15 11:27:58 2011 us=797820   management_log_history_cache = 250
618Mon Aug 15 11:27:58 2011 us=797839   management_echo_buffer_size = 100
619Mon Aug 15 11:27:58 2011 us=797858   management_write_peer_info_file = '[UNDEF]'
620Mon Aug 15 11:27:58 2011 us=797877   management_client_user = '[UNDEF]'
621Mon Aug 15 11:27:58 2011 us=797895   management_client_group = '[UNDEF]'
622Mon Aug 15 11:27:58 2011 us=797914   management_flags = 0
623Mon Aug 15 11:27:58 2011 us=797932   shared_secret_file = '[UNDEF]'
624Mon Aug 15 11:27:58 2011 us=797951   key_direction = 0
625Mon Aug 15 11:27:58 2011 us=797970   ciphername_defined = ENABLED
626Mon Aug 15 11:27:58 2011 us=798005   ciphername = 'BF-CBC'
627Mon Aug 15 11:27:58 2011 us=798030   authname_defined = ENABLED
628Mon Aug 15 11:27:58 2011 us=798049   authname = 'SHA1'
629Mon Aug 15 11:27:58 2011 us=798247   prng_hash = 'SHA1'
630Mon Aug 15 11:27:58 2011 us=798267   prng_nonce_secret_len = 16
631Mon Aug 15 11:27:58 2011 us=798286   keysize = 0
632Mon Aug 15 11:27:58 2011 us=798306   engine = DISABLED
633Mon Aug 15 11:27:58 2011 us=798326   replay = ENABLED
634Mon Aug 15 11:27:58 2011 us=798346   mute_replay_warnings = DISABLED
635Mon Aug 15 11:27:58 2011 us=798366   replay_window = 64
636Mon Aug 15 11:27:58 2011 us=798386   replay_time = 15
637Mon Aug 15 11:27:58 2011 us=798406   packet_id_file = '[UNDEF]'
638Mon Aug 15 11:27:58 2011 us=798436   use_iv = ENABLED
639Mon Aug 15 11:27:58 2011 us=798461   test_crypto = DISABLED
640Mon Aug 15 11:27:58 2011 us=798481   tls_server = DISABLED
641Mon Aug 15 11:27:58 2011 us=798501   tls_client = ENABLED
642Mon Aug 15 11:27:58 2011 us=798521   key_method = 2
643Mon Aug 15 11:27:58 2011 us=798542   ca_file = '/usr/local/etc/openvpn/Client.crt'
644Mon Aug 15 11:27:58 2011 us=798562   ca_path = '[UNDEF]'
645Mon Aug 15 11:27:58 2011 us=798600   dh_file = '[UNDEF]'
646Mon Aug 15 11:27:58 2011 us=798625   cert_file = '/usr/local/etc/openvpn/AClient.crt'
647Mon Aug 15 11:27:58 2011 us=798645   priv_key_file = '/usr/local/etc/openvpn/AClient.key'
648Mon Aug 15 11:27:58 2011 us=798688   pkcs12_file = '[UNDEF]'
649Mon Aug 15 11:27:58 2011 us=798708   cipher_list = '[UNDEF]'
650Mon Aug 15 11:27:58 2011 us=798728   tls_verify = '[UNDEF]'
651Mon Aug 15 11:27:58 2011 us=798748   tls_export_cert = '[UNDEF]'
652Mon Aug 15 11:27:58 2011 us=798768   tls_remote = '[UNDEF]'
653Mon Aug 15 11:27:58 2011 us=798788   crl_file = '[UNDEF]'
654Mon Aug 15 11:27:58 2011 us=798807   ns_cert_type = 0
655Mon Aug 15 11:27:58 2011 us=798827   remote_cert_ku[i] = 0
656Mon Aug 15 11:27:58 2011 us=798846   remote_cert_ku[i] = 0
657Mon Aug 15 11:27:58 2011 us=798886   remote_cert_ku[i] = 0
658Mon Aug 15 11:27:58 2011 us=798923   remote_cert_ku[i] = 0
659Mon Aug 15 11:27:58 2011 us=798948   remote_cert_ku[i] = 0
660Mon Aug 15 11:27:58 2011 us=798968   remote_cert_ku[i] = 0
661Mon Aug 15 11:27:58 2011 us=798988   remote_cert_ku[i] = 0
662Mon Aug 15 11:27:58 2011 us=799007   remote_cert_ku[i] = 0
663Mon Aug 15 11:27:58 2011 us=799027   remote_cert_ku[i] = 0
664Mon Aug 15 11:27:58 2011 us=799047   remote_cert_ku[i] = 0
665Mon Aug 15 11:27:58 2011 us=799066   remote_cert_ku[i] = 0
666Mon Aug 15 11:27:58 2011 us=799086   remote_cert_ku[i] = 0
667Mon Aug 15 11:27:58 2011 us=799105   remote_cert_ku[i] = 0
668Mon Aug 15 11:27:58 2011 us=799125   remote_cert_ku[i] = 0
669Mon Aug 15 11:27:58 2011 us=799145   remote_cert_ku[i] = 0
670Mon Aug 15 11:27:58 2011 us=799164   remote_cert_ku[i] = 0
671Mon Aug 15 11:27:58 2011 us=799184   remote_cert_eku = '[UNDEF]'
672Mon Aug 15 11:27:58 2011 us=799203   tls_timeout = 2
673Mon Aug 15 11:27:58 2011 us=799223   renegotiate_bytes = 0
674Mon Aug 15 11:27:58 2011 us=799242   renegotiate_packets = 0
675Mon Aug 15 11:27:58 2011 us=799261   renegotiate_seconds = 3600
676Mon Aug 15 11:27:58 2011 us=799281   handshake_window = 60
677Mon Aug 15 11:27:58 2011 us=799300   transition_window = 3600
678Mon Aug 15 11:27:58 2011 us=799319   single_session = DISABLED
679Mon Aug 15 11:27:58 2011 us=799339   push_peer_info = DISABLED
680Mon Aug 15 11:27:58 2011 us=799358   tls_exit = DISABLED
681Mon Aug 15 11:27:58 2011 us=799377   tls_auth_file = '[UNDEF]'
682Mon Aug 15 11:27:58 2011 us=799419   server_network = 0.0.0.0
683Mon Aug 15 11:27:58 2011 us=799441   server_netmask = 0.0.0.0
684Mon Aug 15 11:27:58 2011 us=799462   server_bridge_ip = 0.0.0.0
685Mon Aug 15 11:27:58 2011 us=799482   server_bridge_netmask = 0.0.0.0
686Mon Aug 15 11:27:58 2011 us=799504   server_bridge_pool_start = 0.0.0.0
687Mon Aug 15 11:27:58 2011 us=799524   server_bridge_pool_end = 0.0.0.0
688Mon Aug 15 11:27:58 2011 us=799544   ifconfig_pool_defined = DISABLED
689Mon Aug 15 11:27:58 2011 us=799565   ifconfig_pool_start = 0.0.0.0
690Mon Aug 15 11:27:58 2011 us=799627   ifconfig_pool_end = 0.0.0.0
691Mon Aug 15 11:27:58 2011 us=799652   ifconfig_pool_netmask = 0.0.0.0
692Mon Aug 15 11:27:58 2011 us=799671   ifconfig_pool_persist_filename = '[UNDEF]'
693Mon Aug 15 11:27:58 2011 us=799690   ifconfig_pool_persist_refresh_freq = 600
694Mon Aug 15 11:27:58 2011 us=799710   n_bcast_buf = 256
695Mon Aug 15 11:27:58 2011 us=799730   tcp_queue_limit = 64
696Mon Aug 15 11:27:58 2011 us=799749   real_hash_size = 256
697Mon Aug 15 11:27:58 2011 us=799769   virtual_hash_size = 256
698Mon Aug 15 11:27:58 2011 us=799789   client_connect_script = '[UNDEF]'
699Mon Aug 15 11:27:58 2011 us=799808   learn_address_script = '[UNDEF]'
700Mon Aug 15 11:27:58 2011 us=799828   client_disconnect_script = '[UNDEF]'
701Mon Aug 15 11:27:58 2011 us=799847   client_config_dir = '[UNDEF]'
702Mon Aug 15 11:27:58 2011 us=799867   ccd_exclusive = DISABLED
703Mon Aug 15 11:27:58 2011 us=799887   tmp_dir = '/tmp'
704Mon Aug 15 11:27:58 2011 us=799906   push_ifconfig_defined = DISABLED
705Mon Aug 15 11:27:58 2011 us=799927   push_ifconfig_local = 0.0.0.0
706Mon Aug 15 11:27:58 2011 us=799948   push_ifconfig_remote_netmask = 0.0.0.0
707Mon Aug 15 11:27:58 2011 us=799967   enable_c2c = DISABLED
708Mon Aug 15 11:27:58 2011 us=799987   duplicate_cn = DISABLED
709Mon Aug 15 11:27:58 2011 us=800006   cf_max = 0
710Mon Aug 15 11:27:58 2011 us=800026   cf_per = 0
711Mon Aug 15 11:27:58 2011 us=800045   max_clients = 1024
712Mon Aug 15 11:27:58 2011 us=800064   max_routes_per_client = 256
713Mon Aug 15 11:27:58 2011 us=800084   auth_user_pass_verify_script = '[UNDEF]'
714Mon Aug 15 11:27:58 2011 us=800123   auth_user_pass_verify_script_via_file = DISABLED
715Mon Aug 15 11:27:58 2011 us=800143   ssl_flags = 0
716Mon Aug 15 11:27:58 2011 us=800162   port_share_host = '[UNDEF]'
717Mon Aug 15 11:27:58 2011 us=800193   port_share_port = 0
718Mon Aug 15 11:27:58 2011 us=800217   client = ENABLED
719Mon Aug 15 11:27:58 2011 us=800236   pull = ENABLED
720Mon Aug 15 11:27:58 2011 us=800256   auth_user_pass_file = '[UNDEF]'
721Mon Aug 15 11:27:58 2011 us=800281 OpenVPN 2.2.1 i386-portbld-freebsd9.0 [SSL] [LZO2] [eurephia] built on Jul 27 2011
722Mon Aug 15 11:27:58 2011 us=800355 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.
723Mon Aug 15 11:27:58 2011 us=800375 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
724Mon Aug 15 11:27:58 2011 us=802475 WARNING: file '/usr/local/etc/openvpn/ClientAlbanyToMCI.key' is group or others accessible
725Mon Aug 15 11:27:58 2011 us=803146 LZO compression initialized
726Mon Aug 15 11:27:58 2011 us=803718 Control Channel MTU parms [ L:1574 D:138 EF:38 EB:0 ET:0 EL:0 ]
727Mon Aug 15 11:27:58 2011 us=803914 Socket Buffers: R=[268435456->65536] S=[57344->65536]
728Mon Aug 15 11:27:58 2011 us=804041 Data Channel MTU parms [ L:1574 D:1450 EF:42 EB:135 ET:32 EL:0 AF:3/1 ]
729Mon Aug 15 11:27:58 2011 us=804083 Local Options String: 'V4,dev-type tap,link-mtu 1574,tun-mtu 1532,proto UDPv4,comp-lzo,cipher BF-CBC,auth SHA1,keysize 128,key-method 2,tls-client'
730Mon Aug 15 11:27:58 2011 us=804103 Expected Remote Options String: 'V4,dev-type tap,link-mtu 1574,tun-mtu 1532,proto UDPv4,comp-lzo,cipher BF-CBC,auth SHA1,keysize 128,key-method 2,tls-server'
731Mon Aug 15 11:27:58 2011 us=804139 Local Options hash (VER=V4): 'd79ca330'
732Mon Aug 15 11:27:58 2011 us=804165 Expected Remote Options hash (VER=V4): 'f7df56b8'
733Mon Aug 15 11:27:58 2011 us=807808 UDPv4 link local: [undef]
734Mon Aug 15 11:27:58 2011 us=808035 UDPv4 link remote: 3.3.3.2:1194
735WRMon Aug 15 11:27:58 2011 us=811880 TLS: Initial packet from 3.3.3.2:1194, sid=894417f2 ba973063
736WWWRRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRMon Aug 15 11:27:58 2011 us=890173 VERIFY OK: depth=1, /C=CA/ST=Province/L=Ville/O=Test/emailAddress=AAAA@AAAA.COM/CN=Server-internal-ca
737Mon Aug 15 11:27:58 2011 us=890946 VERIFY OK: depth=0, /C=CA/ST=Province/L=Ville/O=Test/emailAddress=AAAA@AAAA.COM/CN=Server.test.com
738WRWRWRWRWRWRWRWWWWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRRRRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWWWWRRRRWRWRMon Aug 15 11:27:58 2011 us=982209 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
739Mon Aug 15 11:27:58 2011 us=982247 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
740Mon Aug 15 11:27:58 2011 us=982308 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
741Mon Aug 15 11:27:58 2011 us=982328 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
742WMon Aug 15 11:27:58 2011 us=982500 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 2048 bit RSA
743Mon Aug 15 11:27:58 2011 us=982564 [Server.test.com] Peer Connection Initiated with 3.3.3.2:1194
744Mon Aug 15 11:28:01 2011 us=77222 SENT CONTROL [Server.test.com]: 'PUSH_REQUEST' (status=1)
745WRRWRMon Aug 15 11:28:01 2011 us=82057 PUSH: Received control message: 'PUSH_REPLY,route-gateway 172.16.10.1,ping 10,ping-restart 60,ifconfig 172.16.10.2 255.255.255.0'
746Mon Aug 15 11:28:01 2011 us=82680 OPTIONS IMPORT: timers and/or timeouts modified
747Mon Aug 15 11:28:01 2011 us=82790 OPTIONS IMPORT: --ifconfig/up options modified
748Mon Aug 15 11:28:01 2011 us=82878 OPTIONS IMPORT: route-related options modified
749Mon Aug 15 11:28:01 2011 us=88745 TUN/TAP device /dev/tap0 opened
750Mon Aug 15 11:28:01 2011 us=89029 /sbin/ifconfig tap0 172.16.10.2 netmask 255.255.255.0 mtu 1500 up
751Mon Aug 15 11:28:01 2011 us=97570 Initialization Sequence Completed
752WrWWRRWWRWRRWWRRWRWRWWRRwrWRwrWRwrWRwRwrWRwrWrWRwRwrWrWRwRwrWrW
753rWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=870033 write UDPv4: No buffer space available (code=55)
754rWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=871223 write UDPv4: No buffer space available (code=55)
755rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=874219 write UDPv4: No buffer space available (code=55)
756rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=876193 write UDPv4: No buffer space available (code=55)
757rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=878575 write UDPv4: No buffer space available (code=55)
758rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=880711 write UDPv4: No buffer space available (code=55)
759rWrWrWrWrWMon Aug 15 11:45:39 2011 us=881266 write UDPv4: No buffer space available (code=55)
760rWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=882191 write UDPv4: No buffer space available (code=55)
761rWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=885409 write UDPv4: No buffer space available (code=55)
762rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=887351 write UDPv4: No buffer space available (code=55)
763rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=889460 write UDPv4: No buffer space available (code=55)
764rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=892461 write UDPv4: No buffer space available (code=55)
765rWrWrWMon Aug 15 11:45:39 2011 us=892851 write UDPv4: No buffer space available (code=55)
766rWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=893588 write UDPv4: No buffer space available (code=55)
767rWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=894854 write UDPv4: No buffer space available (code=55)
768rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=896492 write UDPv4: No buffer space available (code=55)
769rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=898361 write UDPv4: No buffer space available (code=55)
770rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=900725 write UDPv4: No buffer space available (code=55)
771rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=903419 write UDPv4: No buffer space available (code=55)
772rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=906735 write UDPv4: No buffer space available (code=55)
773rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=910440 write UDPv4: No buffer space available (code=55)
774rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=914844 write UDPv4: No buffer space available (code=55)
775rWrWMon Aug 15 11:45:39 2011 us=915249 write UDPv4: No buffer space available (code=55)
776rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=917405 write UDPv4: No buffer space available (code=55)
777rWrWrWrWMon Aug 15 11:45:39 2011 us=917922 write UDPv4: No buffer space available (code=55)
778rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=920151 write UDPv4: No buffer space available (code=55)
779rWrWrWrWrWMon Aug 15 11:45:39 2011 us=920701 write UDPv4: No buffer space available (code=55)
780rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=923884 write UDPv4: No buffer space available (code=55)
781rWrWrWMon Aug 15 11:45:39 2011 us=926010 write UDPv4: No buffer space available (code=55)
782rWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=927051 write UDPv4: No buffer space available (code=55)
783rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=929358 write UDPv4: No buffer space available (code=55)
784rWrWrWMon Aug 15 11:45:39 2011 us=929745 write UDPv4: No buffer space available (code=55)
785rWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=930531 write UDPv4: No buffer space available (code=55)
786rWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=931552 write UDPv4: No buffer space available (code=55)
787rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=933568 write UDPv4: No buffer space available (code=55)
788rWrWrWrWrWMon Aug 15 11:45:39 2011 us=934135 write UDPv4: No buffer space available (code=55)
789rWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=935061 write UDPv4: No buffer space available (code=55)
790rWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=936541 write UDPv4: No buffer space available (code=55)
791rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=938692 write UDPv4: No buffer space available (code=55)
792rWrWrWrWrWMon Aug 15 11:45:39 2011 us=939274 write UDPv4: No buffer space available (code=55)
793rWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=941015 write UDPv4: No buffer space available (code=55)
794rWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=942364 write UDPv4: No buffer space available (code=55)
795rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=944915 write UDPv4: No buffer space available (code=55)
796rWrWrWMon Aug 15 11:45:39 2011 us=945301 write UDPv4: No buffer space available (code=55)
797rWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=946093 write UDPv4: No buffer space available (code=55)
798rWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=947369 write UDPv4: No buffer space available (code=55)
799rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=948832 write UDPv4: No buffer space available (code=55)
800rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=951536 write UDPv4: No buffer space available (code=55)
801rWrWrWMon Aug 15 11:45:39 2011 us=951940 write UDPv4: No buffer space available (code=55)
802rWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=952698 write UDPv4: No buffer space available (code=55)
803rWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=954453 write UDPv4: No buffer space available (code=55)
804rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=955982 write UDPv4: No buffer space available (code=55)
805rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=957886 write UDPv4: No buffer space available (code=55)
806rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=960229 write UDPv4: No buffer space available (code=55)
807rWrWrWrWrWMon Aug 15 11:45:39 2011 us=960805 write UDPv4: No buffer space available (code=55)
808rWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=961754 write UDPv4: No buffer space available (code=55)
809rWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=963096 write UDPv4: No buffer space available (code=55)
810rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=964875 write UDPv4: No buffer space available (code=55)
811rWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWMon Aug 15 11:45:39 2011 us=966937 write UDPv4: No buffer space available (code=55)
812....
813
814===============================================================================
815Here are the Quagga Logs
816===============================================================================
817-- On the server
818
819[jaumont@vega ~]$ more quagga_server.log
8202011/08/15 11:33:06 ZEBRA: Zebra 0.99.17 starting: vty@2601
8212011/08/15 11:33:06 OSPF: Router-ID[OLD:0.0.0.0]: Update
8222011/08/15 11:33:06 OSPF: Router-ID[NEW:0.0.0.0]: Update
8232011/08/15 11:33:06 OSPF: ASBR[Status:1]: Update
8242011/08/15 11:33:06 OSPF: SPF: calculation timer scheduled
8252011/08/15 11:33:06 OSPF: SPF: calculation timer delay = 200
8262011/08/15 11:33:06 OSPF: ASBR[Status:2]: Update
8272011/08/15 11:33:06 OSPF: ASBR[Status:2]: Already ASBR
8282011/08/15 11:33:06 OSPF: ospf_check_abr_status(): Start
8292011/08/15 11:33:06 OSPF: ospf_check_abr_status(): looked through areas
8302011/08/15 11:33:06 OSPF: ospf_check_abr_status(): bb_configured: 0
8312011/08/15 11:33:06 OSPF: ospf_check_abr_status(): bb_act_attached: 0
8322011/08/15 11:33:06 OSPF: ospf_check_abr_status(): areas_configured: 0
8332011/08/15 11:33:06 OSPF: ospf_check_abr_status(): areas_act_attached: 0
8342011/08/15 11:33:06 OSPF: Router-ID[OLD:0.0.0.0]: Update
8352011/08/15 11:33:06 OSPF: Router-ID[NEW:0.0.0.0]: Update
8362011/08/15 11:33:06 OSPF: ospf_check_abr_status(): Start
8372011/08/15 11:33:06 OSPF: ospf_check_abr_status(): looked through areas
8382011/08/15 11:33:06 OSPF: ospf_check_abr_status(): bb_configured: 0
8392011/08/15 11:33:06 OSPF: ospf_check_abr_status(): bb_act_attached: 0
8402011/08/15 11:33:06 OSPF: ospf_check_abr_status(): areas_configured: 0
8412011/08/15 11:33:06 OSPF: ospf_check_abr_status(): areas_act_attached: 0
8422011/08/15 11:33:06 OSPF: Router-ID[OLD:0.0.0.0]: Update
8432011/08/15 11:33:06 OSPF: Router-ID[NEW:0.0.0.0]: Update
8442011/08/15 11:33:06 OSPF: ospf_check_abr_status(): Start
8452011/08/15 11:33:06 OSPF: ospf_check_abr_status(): looked through areas
8462011/08/15 11:33:06 OSPF: ospf_check_abr_status(): bb_configured: 0
8472011/08/15 11:33:06 OSPF: ospf_check_abr_status(): bb_act_attached: 0
8482011/08/15 11:33:06 OSPF: ospf_check_abr_status(): areas_configured: 0
8492011/08/15 11:33:06 OSPF: ospf_check_abr_status(): areas_act_attached: 0
8502011/08/15 11:33:06 OSPF: OSPFd 0.99.17 starting: vty@2604
8512011/08/15 11:33:06 OSPF: Router-ID[OLD:0.0.0.0]: Update
8522011/08/15 11:33:06 OSPF: Router-ID[NEW:10.90.40.40]: Update
8532011/08/15 11:33:06 OSPF: ospf_check_abr_status(): Start
8542011/08/15 11:33:06 OSPF: ospf_check_abr_status(): looked through areas
8552011/08/15 11:33:06 OSPF: ospf_check_abr_status(): bb_configured: 0
8562011/08/15 11:33:06 OSPF: ospf_check_abr_status(): bb_act_attached: 0
8572011/08/15 11:33:06 OSPF: ospf_check_abr_status(): areas_configured: 1
8582011/08/15 11:33:06 OSPF: ospf_check_abr_status(): areas_act_attached: 0
8592011/08/15 11:33:06 OSPF: ospf_check_abr_status(): Start
8602011/08/15 11:33:06 OSPF: ospf_check_abr_status(): looked through areas
8612011/08/15 11:33:06 OSPF: ospf_check_abr_status(): bb_configured: 0
8622011/08/15 11:33:06 OSPF: ospf_check_abr_status(): bb_act_attached: 0
8632011/08/15 11:33:06 OSPF: ospf_check_abr_status(): areas_configured: 1
8642011/08/15 11:33:06 OSPF: ospf_check_abr_status(): areas_act_attached: 1
8652011/08/15 11:33:06 OSPF: Timer[router-LSA]: (router-LSA Refresh expire)
8662011/08/15 11:33:06 OSPF: counting fully adjacent virtual neighbors in area 100.100.100.100
8672011/08/15 11:33:06 OSPF: there are 0 of them
8682011/08/15 11:33:06 OSPF: SPF: calculation timer scheduled
8692011/08/15 11:33:06 OSPF: SPF: calculation timer is already scheduled: 0x2832c500
8702011/08/15 11:33:06 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.40.40, INBR(NULL), LSA[Type1,id(10.90.40.40),ar(10.90.40.40)]
8712011/08/15 11:33:06 OSPF: interface 172.16.10.1 [4] join AllSPFRouters Multicast group.
8722011/08/15 11:33:06 OSPF: ospf_check_abr_status(): Start
8732011/08/15 11:33:06 OSPF: ospf_check_abr_status(): looked through areas
8742011/08/15 11:33:06 OSPF: ospf_check_abr_status(): bb_configured: 0
8752011/08/15 11:33:06 OSPF: ospf_check_abr_status(): bb_act_attached: 0
8762011/08/15 11:33:06 OSPF: ospf_check_abr_status(): areas_configured: 1
8772011/08/15 11:33:06 OSPF: ospf_check_abr_status(): areas_act_attached: 1
8782011/08/15 11:33:06 OSPF: ospf_check_abr_status(): Start
8792011/08/15 11:33:06 OSPF: ospf_check_abr_status(): looked through areas
8802011/08/15 11:33:06 OSPF: ospf_check_abr_status(): bb_configured: 0
8812011/08/15 11:33:06 OSPF: ospf_check_abr_status(): bb_act_attached: 0
8822011/08/15 11:33:06 OSPF: ospf_check_abr_status(): areas_configured: 1
8832011/08/15 11:33:06 OSPF: ospf_check_abr_status(): areas_act_attached: 1
8842011/08/15 11:33:06 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.40.40, INBR(NULL), LSA[Type5,id(3.3.3.0),ar(10.90.40.40)]
8852011/08/15 11:33:06 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.1, INBR(NULL), LSA[Type5,id(3.3.3.0),ar(10.90.40.40)]
8862011/08/15 11:33:06 OSPF: ospf_flood_through_interface(): considering nbr 10.90.40.40 (2-Way)
8872011/08/15 11:33:06 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.40.40, INBR(NULL), LSA[Type5,id(10.18.140.0),ar(10.90.40.40)]
8882011/08/15 11:33:06 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.1, INBR(NULL), LSA[Type5,id(10.18.140.0),ar(10.90.40.40)]
8892011/08/15 11:33:06 OSPF: ospf_flood_through_interface(): considering nbr 10.90.40.40 (2-Way)
8902011/08/15 11:33:06 OSPF: make_hello: options: 2, int: tap0:172.16.10.1
8912011/08/15 11:33:06 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.1].
8922011/08/15 11:33:07 OSPF: SPF: Timer (SPF calculation expire)
8932011/08/15 11:33:07 OSPF: ospf_spf_calculate: Start
8942011/08/15 11:33:07 OSPF: ospf_spf_calculate: running Dijkstra for area 100.100.100.100
8952011/08/15 11:33:07 OSPF: ospf_vertex_new: Created Router vertex 10.90.40.40
8962011/08/15 11:33:07 OSPF: ospf_spf_next: Next vertex of Router vertex 10.90.40.40
8972011/08/15 11:33:07 OSPF: SPF Result: 0 [R] 10.90.40.40
8982011/08/15 11:33:07 OSPF: ========== OSPF routing table ==========
8992011/08/15 11:33:07 OSPF: ========================================
9002011/08/15 11:33:07 OSPF: ospf_process_stub():processing stubs for area 100.100.100.100
9012011/08/15 11:33:07 OSPF: ospf_process_stubs():processing router LSA, id: 10.90.40.40
9022011/08/15 11:33:07 OSPF: ospf_process_stubs(): we have 1 links to process
9032011/08/15 11:33:07 OSPF: ospf_intra_add_stub(): Start
9042011/08/15 11:33:07 OSPF: ospf_intra_add_stub(): processing route to 10.90.40.40/32
9052011/08/15 11:33:07 OSPF: ospf_intra_add_stub(): calculated cost is 0 + 10 = 10
9062011/08/15 11:33:07 OSPF: ospf_intra_add_stub(): installing new route
9072011/08/15 11:33:07 OSPF: ospf_intra_add_stub(): this network is on this router
9082011/08/15 11:33:07 OSPF: ospf_intra_add_stub(): the interface is lo0:10.90.40.40
9092011/08/15 11:33:07 OSPF: ospf_intra_add_stub(): Stop
9102011/08/15 11:33:07 OSPF: ospf_process_stubs(): after examining links:  Router vertex 10.90.40.40  distance 0 flags 0
9112011/08/15 11:33:07 OSPF: ospf_spf_calculate Router vertex 10.90.40.40  distance 0 flags 0
9122011/08/15 11:33:07 OSPF: ospf_vertex_free: Free Router vertex 10.90.40.40
9132011/08/15 11:33:07 OSPF: ospf_spf_calculate: Stop. 0 vertices
9142011/08/15 11:33:07 OSPF: ospf_ia_routing():start
9152011/08/15 11:33:07 OSPF: ospf_ia_routing():not ABR, considering all areas
9162011/08/15 11:33:07 OSPF: Pruning unreachable networks
9172011/08/15 11:33:07 OSPF: Pruning unreachable routers
9182011/08/15 11:33:07 OSPF: SPF: calculation complete
9192011/08/15 11:33:11 OSPF: Timer[router-LSA]: (router-LSA Refresh expire)
9202011/08/15 11:33:11 OSPF: counting fully adjacent virtual neighbors in area 100.100.100.100
9212011/08/15 11:33:11 OSPF: there are 0 of them
9222011/08/15 11:33:11 OSPF: SPF: calculation timer scheduled
9232011/08/15 11:33:11 OSPF: SPF: calculation timer delay = 200
9242011/08/15 11:33:11 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.40.40, INBR(NULL), LSA[Type1,id(10.90.40.40),ar(10.90.40.40)]
9252011/08/15 11:33:11 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.1, INBR(NULL), LSA[Type1,id(10.90.40.40),ar(10.90.40.40)]
9262011/08/15 11:33:11 OSPF: ospf_flood_through_interface(): considering nbr 10.90.40.40 (2-Way)
9272011/08/15 11:33:12 OSPF: SPF: Timer (SPF calculation expire)
9282011/08/15 11:33:12 OSPF: ospf_spf_calculate: Start
9292011/08/15 11:33:12 OSPF: ospf_spf_calculate: running Dijkstra for area 100.100.100.100
9302011/08/15 11:33:12 OSPF: ospf_vertex_new: Created Router vertex 10.90.40.40
9312011/08/15 11:33:12 OSPF: ospf_spf_next: Next vertex of Router vertex 10.90.40.40
9322011/08/15 11:33:12 OSPF: SPF Result: 0 [R] 10.90.40.40
9332011/08/15 11:33:12 OSPF: ========== OSPF routing table ==========
9342011/08/15 11:33:12 OSPF: ========================================
9352011/08/15 11:33:12 OSPF: ospf_process_stub():processing stubs for area 100.100.100.100
9362011/08/15 11:33:12 OSPF: ospf_process_stubs():processing router LSA, id: 10.90.40.40
9372011/08/15 11:33:12 OSPF: ospf_process_stubs(): we have 2 links to process
9382011/08/15 11:33:12 OSPF: ospf_intra_add_stub(): Start
9392011/08/15 11:33:12 OSPF: ospf_intra_add_stub(): processing route to 10.90.40.40/32
9402011/08/15 11:33:12 OSPF: ospf_intra_add_stub(): calculated cost is 0 + 10 = 10
9412011/08/15 11:33:12 OSPF: ospf_intra_add_stub(): installing new route
9422011/08/15 11:33:12 OSPF: ospf_intra_add_stub(): this network is on this router
9432011/08/15 11:33:12 OSPF: ospf_intra_add_stub(): the interface is lo0:10.90.40.40
9442011/08/15 11:33:12 OSPF: ospf_intra_add_stub(): Stop
9452011/08/15 11:33:12 OSPF: ospf_intra_add_stub(): Start
9462011/08/15 11:33:12 OSPF: ospf_intra_add_stub(): processing route to 172.16.10.0/24
9472011/08/15 11:33:12 OSPF: ospf_intra_add_stub(): calculated cost is 0 + 100 = 100
9482011/08/15 11:33:12 OSPF: ospf_intra_add_stub(): installing new route
9492011/08/15 11:33:12 OSPF: ospf_intra_add_stub(): this network is on this router
9502011/08/15 11:33:12 OSPF: ospf_intra_add_stub(): the interface is tap0:172.16.10.1
9512011/08/15 11:33:12 OSPF: ospf_intra_add_stub(): Stop
9522011/08/15 11:33:12 OSPF: ospf_process_stubs(): after examining links:  Router vertex 10.90.40.40  distance 0 flags 0
9532011/08/15 11:33:12 OSPF: ospf_spf_calculate Router vertex 10.90.40.40  distance 0 flags 0
9542011/08/15 11:33:12 OSPF: ospf_vertex_free: Free Router vertex 10.90.40.40
9552011/08/15 11:33:12 OSPF: ospf_spf_calculate: Stop. 0 vertices
9562011/08/15 11:33:12 OSPF: ospf_ia_routing():start
9572011/08/15 11:33:12 OSPF: ospf_ia_routing():not ABR, considering all areas
9582011/08/15 11:33:12 OSPF: Pruning unreachable networks
9592011/08/15 11:33:12 OSPF: Pruning unreachable routers
9602011/08/15 11:33:12 OSPF: SPF: calculation complete
9612011/08/15 11:33:16 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.40.40, INBR(NULL), LSA[Type5,id(10.18.140.0),ar(10.90.40.40)]
9622011/08/15 11:33:16 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.1, INBR(NULL), LSA[Type5,id(10.18.140.0),ar(10.90.40.40)]
9632011/08/15 11:33:16 OSPF: ospf_flood_through_interface(): considering nbr 10.90.40.40 (2-Way)
9642011/08/15 11:33:16 OSPF: make_hello: options: 2, int: tap0:172.16.10.1
9652011/08/15 11:33:16 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.1].
9662011/08/15 11:33:26 OSPF: make_hello: options: 2, int: tap0:172.16.10.1
9672011/08/15 11:33:26 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.1].
9682011/08/15 11:33:36 OSPF: make_hello: options: 2, int: tap0:172.16.10.1
9692011/08/15 11:33:36 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.1].
9702011/08/15 11:33:46 OSPF: DR-Election[1st]: Backup 172.16.10.1
9712011/08/15 11:33:46 OSPF: DR-Election[1st]: DR     172.16.10.1
9722011/08/15 11:33:46 OSPF: DR-Election[2nd]: Backup 0.0.0.0
9732011/08/15 11:33:46 OSPF: DR-Election[2nd]: DR     172.16.10.1
9742011/08/15 11:33:46 OSPF: interface 172.16.10.1 [4] join AllDRouters Multicast group.
9752011/08/15 11:33:46 OSPF: ospf_check_abr_status(): Start
9762011/08/15 11:33:46 OSPF: ospf_check_abr_status(): looked through areas
9772011/08/15 11:33:46 OSPF: ospf_check_abr_status(): bb_configured: 0
9782011/08/15 11:33:46 OSPF: ospf_check_abr_status(): bb_act_attached: 0
9792011/08/15 11:33:46 OSPF: ospf_check_abr_status(): areas_configured: 1
9802011/08/15 11:33:46 OSPF: ospf_check_abr_status(): areas_act_attached: 1
9812011/08/15 11:33:46 OSPF: Timer[router-LSA]: (router-LSA Refresh expire)
9822011/08/15 11:33:46 OSPF: counting fully adjacent virtual neighbors in area 100.100.100.100
9832011/08/15 11:33:46 OSPF: there are 0 of them
9842011/08/15 11:33:46 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.40.40, INBR(NULL), LSA[Type1,id(10.90.40.40),ar(10.90.40.40)]
9852011/08/15 11:33:46 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.1, INBR(NULL), LSA[Type1,id(10.90.40.40),ar(10.90.40.40)]
9862011/08/15 11:33:46 OSPF: ospf_flood_through_interface(): considering nbr 10.90.40.40 (2-Way)
9872011/08/15 11:33:46 OSPF: make_hello: options: 2, int: tap0:172.16.10.1
9882011/08/15 11:33:46 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.1].
9892011/08/15 11:33:57 OSPF: make_hello: options: 2, int: tap0:172.16.10.1
9902011/08/15 11:33:57 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.1].
9912011/08/15 11:34:07 OSPF: make_hello: options: 2, int: tap0:172.16.10.1
9922011/08/15 11:34:07 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.1].
9932011/08/15 11:34:17 OSPF: make_hello: options: 2, int: tap0:172.16.10.1
9942011/08/15 11:34:17 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.1].
9952011/08/15 11:34:27 OSPF: make_hello: options: 2, int: tap0:172.16.10.1
9962011/08/15 11:34:27 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.1].
9972011/08/15 11:34:37 OSPF: make_hello: options: 2, int: tap0:172.16.10.1
9982011/08/15 11:34:37 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.1].
9992011/08/15 11:34:47 OSPF: make_hello: options: 2, int: tap0:172.16.10.1
10002011/08/15 11:34:47 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.1].
10012011/08/15 11:34:57 OSPF: make_hello: options: 2, int: tap0:172.16.10.1
10022011/08/15 11:34:57 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.1].
10032011/08/15 11:35:07 OSPF: make_hello: options: 2, int: tap0:172.16.10.1
10042011/08/15 11:35:07 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.1].
10052011/08/15 11:35:17 OSPF: make_hello: options: 2, int: tap0:172.16.10.1
10062011/08/15 11:35:17 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.1].
10072011/08/15 11:35:27 OSPF: make_hello: options: 2, int: tap0:172.16.10.1
10082011/08/15 11:35:27 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.1].
10092011/08/15 11:35:37 OSPF: make_hello: options: 2, int: tap0:172.16.10.1
10102011/08/15 11:35:37 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.1].
10112011/08/15 11:35:47 OSPF: make_hello: options: 2, int: tap0:172.16.10.1
10122011/08/15 11:35:47 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.1].
10132011/08/15 11:35:57 OSPF: make_hello: options: 2, int: tap0:172.16.10.1
10142011/08/15 11:35:57 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.1].
10152011/08/15 11:36:07 OSPF: make_hello: options: 2, int: tap0:172.16.10.1
10162011/08/15 11:36:07 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.1].
10172011/08/15 11:36:17 OSPF: make_hello: options: 2, int: tap0:172.16.10.1
10182011/08/15 11:36:17 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.1].
10192011/08/15 11:36:27 OSPF: make_hello: options: 2, int: tap0:172.16.10.1
10202011/08/15 11:36:27 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.1].
10212011/08/15 11:36:37 OSPF: make_hello: options: 2, int: tap0:172.16.10.1
10222011/08/15 11:36:37 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.1].
10232011/08/15 11:36:47 OSPF: make_hello: options: 2, int: tap0:172.16.10.1
10242011/08/15 11:36:47 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.1].
10252011/08/15 11:36:57 OSPF: make_hello: options: 2, int: tap0:172.16.10.1
10262011/08/15 11:36:57 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.1].
10272011/08/15 11:37:07 OSPF: make_hello: options: 2, int: tap0:172.16.10.1
10282011/08/15 11:37:07 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.1].
10292011/08/15 11:37:17 OSPF: make_hello: options: 2, int: tap0:172.16.10.1
10302011/08/15 11:37:17 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.1].
10312011/08/15 11:37:27 OSPF: make_hello: options: 2, int: tap0:172.16.10.1
10322011/08/15 11:37:27 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.1].
10332011/08/15 11:37:28 OSPF: Terminating on signal
10342011/08/15 11:37:28 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.40.40, INBR(NULL), LSA[Type5,id(3.3.3.0),ar(10.90.40.40)]
10352011/08/15 11:37:28 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.1, INBR(NULL), LSA[Type5,id(3.3.3.0),ar(10.90.40.40)]
10362011/08/15 11:37:28 OSPF: ospf_flood_through_interface(): considering nbr 10.90.40.40 (2-Way)
10372011/08/15 11:37:28 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.40.40, INBR(NULL), LSA[Type5,id(10.18.140.0),ar(10.90.40.40)]
10382011/08/15 11:37:28 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.1, INBR(NULL), LSA[Type5,id(10.18.140.0),ar(10.90.40.40)]
10392011/08/15 11:37:28 OSPF: ospf_flood_through_interface(): considering nbr 10.90.40.40 (2-Way)
10402011/08/15 11:37:28 OSPF: ASBR[Status:1]: Update
10412011/08/15 11:37:28 OSPF: ASBR[Status:1]: Already ASBR
10422011/08/15 11:37:28 OSPF: ASBR[Status:0]: Update
10432011/08/15 11:37:28 OSPF: SPF: calculation timer scheduled
10442011/08/15 11:37:28 OSPF: SPF: calculation timer delay = 200
10452011/08/15 11:37:28 OSPF: ospf_check_abr_status(): Start
10462011/08/15 11:37:28 OSPF: ospf_check_abr_status(): looked through areas
10472011/08/15 11:37:28 OSPF: ospf_check_abr_status(): bb_configured: 0
10482011/08/15 11:37:28 OSPF: ospf_check_abr_status(): bb_act_attached: 0
10492011/08/15 11:37:28 OSPF: ospf_check_abr_status(): areas_configured: 1
10502011/08/15 11:37:28 OSPF: ospf_check_abr_status(): areas_act_attached: 1
10512011/08/15 11:37:28 OSPF: ospf_check_abr_status(): Start
10522011/08/15 11:37:28 OSPF: ospf_check_abr_status(): looked through areas
10532011/08/15 11:37:28 OSPF: ospf_check_abr_status(): bb_configured: 0
10542011/08/15 11:37:28 OSPF: ospf_check_abr_status(): bb_act_attached: 0
10552011/08/15 11:37:28 OSPF: ospf_check_abr_status(): areas_configured: 1
10562011/08/15 11:37:28 OSPF: ospf_check_abr_status(): areas_act_attached: 1
10572011/08/15 11:37:28 OSPF: interface 172.16.10.1 [4] leave AllSPFRouters Multicast group.
10582011/08/15 11:37:28 OSPF: interface 172.16.10.1 [4] leave AllDRouters Multicast group.
10592011/08/15 11:37:28 OSPF: ospf_check_abr_status(): Start
10602011/08/15 11:37:28 OSPF: ospf_check_abr_status(): looked through areas
10612011/08/15 11:37:28 OSPF: ospf_check_abr_status(): bb_configured: 0
10622011/08/15 11:37:28 OSPF: ospf_check_abr_status(): bb_act_attached: 0
10632011/08/15 11:37:28 OSPF: ospf_check_abr_status(): areas_configured: 1
10642011/08/15 11:37:28 OSPF: ospf_check_abr_status(): areas_act_attached: 1
10652011/08/15 11:37:28 OSPF: ospf_check_abr_status(): Start
10662011/08/15 11:37:28 OSPF: ospf_check_abr_status(): looked through areas
10672011/08/15 11:37:28 OSPF: ospf_check_abr_status(): bb_configured: 0
10682011/08/15 11:37:28 OSPF: ospf_check_abr_status(): bb_act_attached: 0
10692011/08/15 11:37:28 OSPF: ospf_check_abr_status(): areas_configured: 1
10702011/08/15 11:37:28 OSPF: ospf_check_abr_status(): areas_act_attached: 0
10712011/08/15 11:37:28 OSPF: Scheduling ABR task
10722011/08/15 11:37:28 OSPF: Scheduling ABR task
10732011/08/15 11:37:28 OSPF: Route: Router Routing Table free
10742011/08/15 11:37:28 OSPF: Route: Router Routing Table free
10752011/08/15 11:37:28 ZEBRA: Terminating on signal
10762011/08/15 11:45:10 ZEBRA: Zebra 0.99.17 starting: vty@2601
10772011/08/15 11:45:10 OSPF: Router-ID[OLD:0.0.0.0]: Update
10782011/08/15 11:45:10 OSPF: Router-ID[NEW:0.0.0.0]: Update
10792011/08/15 11:45:10 OSPF: ASBR[Status:1]: Update
10802011/08/15 11:45:10 OSPF: SPF: calculation timer scheduled
10812011/08/15 11:45:10 OSPF: SPF: calculation timer delay = 200
10822011/08/15 11:45:10 OSPF: ASBR[Status:2]: Update
10832011/08/15 11:45:10 OSPF: ASBR[Status:2]: Already ASBR
10842011/08/15 11:45:10 OSPF: ospf_check_abr_status(): Start
10852011/08/15 11:45:10 OSPF: ospf_check_abr_status(): looked through areas
10862011/08/15 11:45:10 OSPF: ospf_check_abr_status(): bb_configured: 0
10872011/08/15 11:45:10 OSPF: ospf_check_abr_status(): bb_act_attached: 0
10882011/08/15 11:45:10 OSPF: ospf_check_abr_status(): areas_configured: 0
10892011/08/15 11:45:10 OSPF: ospf_check_abr_status(): areas_act_attached: 0
10902011/08/15 11:45:10 OSPF: Router-ID[OLD:0.0.0.0]: Update
10912011/08/15 11:45:10 OSPF: Router-ID[NEW:0.0.0.0]: Update
10922011/08/15 11:45:10 OSPF: ospf_check_abr_status(): Start
10932011/08/15 11:45:10 OSPF: ospf_check_abr_status(): looked through areas
10942011/08/15 11:45:10 OSPF: ospf_check_abr_status(): bb_configured: 0
10952011/08/15 11:45:10 OSPF: ospf_check_abr_status(): bb_act_attached: 0
10962011/08/15 11:45:10 OSPF: ospf_check_abr_status(): areas_configured: 0
10972011/08/15 11:45:10 OSPF: ospf_check_abr_status(): areas_act_attached: 0
10982011/08/15 11:45:10 OSPF: Router-ID[OLD:0.0.0.0]: Update
10992011/08/15 11:45:10 OSPF: Router-ID[NEW:0.0.0.0]: Update
11002011/08/15 11:45:10 OSPF: ospf_check_abr_status(): Start
11012011/08/15 11:45:10 OSPF: ospf_check_abr_status(): looked through areas
11022011/08/15 11:45:10 OSPF: ospf_check_abr_status(): bb_configured: 0
11032011/08/15 11:45:10 OSPF: ospf_check_abr_status(): bb_act_attached: 0
11042011/08/15 11:45:10 OSPF: ospf_check_abr_status(): areas_configured: 0
11052011/08/15 11:45:10 OSPF: ospf_check_abr_status(): areas_act_attached: 0
11062011/08/15 11:45:10 OSPF: OSPFd 0.99.17 starting: vty@2604
11072011/08/15 11:45:10 OSPF: Router-ID[OLD:0.0.0.0]: Update
11082011/08/15 11:45:10 OSPF: Router-ID[NEW:10.90.40.40]: Update
11092011/08/15 11:45:10 OSPF: ospf_check_abr_status(): Start
11102011/08/15 11:45:10 OSPF: ospf_check_abr_status(): looked through areas
11112011/08/15 11:45:10 OSPF: ospf_check_abr_status(): bb_configured: 0
11122011/08/15 11:45:10 OSPF: ospf_check_abr_status(): bb_act_attached: 0
11132011/08/15 11:45:10 OSPF: ospf_check_abr_status(): areas_configured: 1
11142011/08/15 11:45:10 OSPF: ospf_check_abr_status(): areas_act_attached: 0
11152011/08/15 11:45:10 OSPF: ospf_check_abr_status(): Start
11162011/08/15 11:45:10 OSPF: ospf_check_abr_status(): looked through areas
11172011/08/15 11:45:10 OSPF: ospf_check_abr_status(): bb_configured: 0
11182011/08/15 11:45:10 OSPF: ospf_check_abr_status(): bb_act_attached: 0
11192011/08/15 11:45:10 OSPF: ospf_check_abr_status(): areas_configured: 1
11202011/08/15 11:45:10 OSPF: ospf_check_abr_status(): areas_act_attached: 1
11212011/08/15 11:45:10 OSPF: Timer[router-LSA]: (router-LSA Refresh expire)
11222011/08/15 11:45:10 OSPF: counting fully adjacent virtual neighbors in area 100.100.100.100
11232011/08/15 11:45:10 OSPF: there are 0 of them
11242011/08/15 11:45:10 OSPF: SPF: calculation timer scheduled
11252011/08/15 11:45:10 OSPF: SPF: calculation timer is already scheduled: 0x2832c500
11262011/08/15 11:45:10 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.40.40, INBR(NULL), LSA[Type1,id(10.90.40.40),ar(10.90.40.40)]
11272011/08/15 11:45:10 OSPF: interface 172.16.10.1 [4] join AllSPFRouters Multicast group.
11282011/08/15 11:45:10 OSPF: ospf_check_abr_status(): Start
11292011/08/15 11:45:10 OSPF: ospf_check_abr_status(): looked through areas
11302011/08/15 11:45:10 OSPF: ospf_check_abr_status(): bb_configured: 0
11312011/08/15 11:45:10 OSPF: ospf_check_abr_status(): bb_act_attached: 0
11322011/08/15 11:45:10 OSPF: ospf_check_abr_status(): areas_configured: 1
11332011/08/15 11:45:10 OSPF: ospf_check_abr_status(): areas_act_attached: 1
11342011/08/15 11:45:10 OSPF: ospf_check_abr_status(): Start
11352011/08/15 11:45:10 OSPF: ospf_check_abr_status(): looked through areas
11362011/08/15 11:45:10 OSPF: ospf_check_abr_status(): bb_configured: 0
11372011/08/15 11:45:10 OSPF: ospf_check_abr_status(): bb_act_attached: 0
11382011/08/15 11:45:10 OSPF: ospf_check_abr_status(): areas_configured: 1
11392011/08/15 11:45:10 OSPF: ospf_check_abr_status(): areas_act_attached: 1
11402011/08/15 11:45:10 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.40.40, INBR(NULL), LSA[Type5,id(3.3.3.0),ar(10.90.40.40)]
11412011/08/15 11:45:10 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.1, INBR(NULL), LSA[Type5,id(3.3.3.0),ar(10.90.40.40)]
11422011/08/15 11:45:10 OSPF: ospf_flood_through_interface(): considering nbr 10.90.40.40 (2-Way)
11432011/08/15 11:45:10 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.40.40, INBR(NULL), LSA[Type5,id(10.18.140.0),ar(10.90.40.40)]
11442011/08/15 11:45:10 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.1, INBR(NULL), LSA[Type5,id(10.18.140.0),ar(10.90.40.40)]
11452011/08/15 11:45:10 OSPF: ospf_flood_through_interface(): considering nbr 10.90.40.40 (2-Way)
11462011/08/15 11:45:10 OSPF: make_hello: options: 2, int: tap0:172.16.10.1
11472011/08/15 11:45:10 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.1].
11482011/08/15 11:45:10 OSPF: SPF: Timer (SPF calculation expire)
11492011/08/15 11:45:10 OSPF: ospf_spf_calculate: Start
11502011/08/15 11:45:10 OSPF: ospf_spf_calculate: running Dijkstra for area 100.100.100.100
11512011/08/15 11:45:10 OSPF: ospf_vertex_new: Created Router vertex 10.90.40.40
11522011/08/15 11:45:10 OSPF: ospf_spf_next: Next vertex of Router vertex 10.90.40.40
11532011/08/15 11:45:10 OSPF: SPF Result: 0 [R] 10.90.40.40
11542011/08/15 11:45:10 OSPF: ========== OSPF routing table ==========
11552011/08/15 11:45:10 OSPF: ========================================
11562011/08/15 11:45:10 OSPF: ospf_process_stub():processing stubs for area 100.100.100.100
11572011/08/15 11:45:10 OSPF: ospf_process_stubs():processing router LSA, id: 10.90.40.40
11582011/08/15 11:45:10 OSPF: ospf_process_stubs(): we have 1 links to process
11592011/08/15 11:45:10 OSPF: ospf_intra_add_stub(): Start
11602011/08/15 11:45:10 OSPF: ospf_intra_add_stub(): processing route to 10.90.40.40/32
11612011/08/15 11:45:10 OSPF: ospf_intra_add_stub(): calculated cost is 0 + 10 = 10
11622011/08/15 11:45:10 OSPF: ospf_intra_add_stub(): installing new route
11632011/08/15 11:45:10 OSPF: ospf_intra_add_stub(): this network is on this router
11642011/08/15 11:45:10 OSPF: ospf_intra_add_stub(): the interface is lo0:10.90.40.40
11652011/08/15 11:45:10 OSPF: ospf_intra_add_stub(): Stop
11662011/08/15 11:45:10 OSPF: ospf_process_stubs(): after examining links:  Router vertex 10.90.40.40  distance 0 flags 0
11672011/08/15 11:45:10 OSPF: ospf_spf_calculate Router vertex 10.90.40.40  distance 0 flags 0
11682011/08/15 11:45:10 OSPF: ospf_vertex_free: Free Router vertex 10.90.40.40
11692011/08/15 11:45:10 OSPF: ospf_spf_calculate: Stop. 0 vertices
11702011/08/15 11:45:10 OSPF: ospf_ia_routing():start
11712011/08/15 11:45:10 OSPF: ospf_ia_routing():not ABR, considering all areas
11722011/08/15 11:45:10 OSPF: Pruning unreachable networks
11732011/08/15 11:45:10 OSPF: Pruning unreachable routers
11742011/08/15 11:45:10 OSPF: SPF: calculation complete
11752011/08/15 11:45:15 OSPF: Timer[router-LSA]: (router-LSA Refresh expire)
11762011/08/15 11:45:15 OSPF: counting fully adjacent virtual neighbors in area 100.100.100.100
11772011/08/15 11:45:15 OSPF: there are 0 of them
11782011/08/15 11:45:15 OSPF: SPF: calculation timer scheduled
11792011/08/15 11:45:15 OSPF: SPF: calculation timer delay = 200
11802011/08/15 11:45:15 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.40.40, INBR(NULL), LSA[Type1,id(10.90.40.40),ar(10.90.40.40)]
11812011/08/15 11:45:15 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.1, INBR(NULL), LSA[Type1,id(10.90.40.40),ar(10.90.40.40)]
11822011/08/15 11:45:15 OSPF: ospf_flood_through_interface(): considering nbr 10.90.40.40 (2-Way)
11832011/08/15 11:45:15 OSPF: SPF: Timer (SPF calculation expire)
11842011/08/15 11:45:15 OSPF: ospf_spf_calculate: Start
11852011/08/15 11:45:15 OSPF: ospf_spf_calculate: running Dijkstra for area 100.100.100.100
11862011/08/15 11:45:15 OSPF: ospf_vertex_new: Created Router vertex 10.90.40.40
11872011/08/15 11:45:15 OSPF: ospf_spf_next: Next vertex of Router vertex 10.90.40.40
11882011/08/15 11:45:15 OSPF: SPF Result: 0 [R] 10.90.40.40
11892011/08/15 11:45:15 OSPF: ========== OSPF routing table ==========
11902011/08/15 11:45:15 OSPF: ========================================
11912011/08/15 11:45:15 OSPF: ospf_process_stub():processing stubs for area 100.100.100.100
11922011/08/15 11:45:15 OSPF: ospf_process_stubs():processing router LSA, id: 10.90.40.40
11932011/08/15 11:45:15 OSPF: ospf_process_stubs(): we have 2 links to process
11942011/08/15 11:45:15 OSPF: ospf_intra_add_stub(): Start
11952011/08/15 11:45:15 OSPF: ospf_intra_add_stub(): processing route to 10.90.40.40/32
11962011/08/15 11:45:15 OSPF: ospf_intra_add_stub(): calculated cost is 0 + 10 = 10
11972011/08/15 11:45:15 OSPF: ospf_intra_add_stub(): installing new route
11982011/08/15 11:45:15 OSPF: ospf_intra_add_stub(): this network is on this router
11992011/08/15 11:45:15 OSPF: ospf_intra_add_stub(): the interface is lo0:10.90.40.40
12002011/08/15 11:45:15 OSPF: ospf_intra_add_stub(): Stop
12012011/08/15 11:45:15 OSPF: ospf_intra_add_stub(): Start
12022011/08/15 11:45:15 OSPF: ospf_intra_add_stub(): processing route to 172.16.10.0/24
12032011/08/15 11:45:15 OSPF: ospf_intra_add_stub(): calculated cost is 0 + 100 = 100
12042011/08/15 11:45:15 OSPF: ospf_intra_add_stub(): installing new route
12052011/08/15 11:45:15 OSPF: ospf_intra_add_stub(): this network is on this router
12062011/08/15 11:45:15 OSPF: ospf_intra_add_stub(): the interface is tap0:172.16.10.1
12072011/08/15 11:45:15 OSPF: ospf_intra_add_stub(): Stop
12082011/08/15 11:45:15 OSPF: ospf_process_stubs(): after examining links:  Router vertex 10.90.40.40  distance 0 flags 0
12092011/08/15 11:45:15 OSPF: ospf_spf_calculate Router vertex 10.90.40.40  distance 0 flags 0
12102011/08/15 11:45:15 OSPF: ospf_vertex_free: Free Router vertex 10.90.40.40
12112011/08/15 11:45:15 OSPF: ospf_spf_calculate: Stop. 0 vertices
12122011/08/15 11:45:15 OSPF: ospf_ia_routing():start
12132011/08/15 11:45:15 OSPF: ospf_ia_routing():not ABR, considering all areas
12142011/08/15 11:45:15 OSPF: Pruning unreachable networks
12152011/08/15 11:45:15 OSPF: Pruning unreachable routers
12162011/08/15 11:45:15 OSPF: SPF: calculation complete
12172011/08/15 11:45:16 OSPF: ip_v 4
12182011/08/15 11:45:16 OSPF: ip_hl 5
12192011/08/15 11:45:16 OSPF: ip_tos 192
12202011/08/15 11:45:16 OSPF: ip_len 64
12212011/08/15 11:45:16 OSPF: ip_id 903
12222011/08/15 11:45:16 OSPF: ip_off 0
12232011/08/15 11:45:16 OSPF: ip_ttl 1
12242011/08/15 11:45:16 OSPF: ip_p 89
12252011/08/15 11:45:16 OSPF: ip_sum 0xf31e
12262011/08/15 11:45:16 OSPF: ip_src 172.16.10.2
12272011/08/15 11:45:16 OSPF: ip_dst 224.0.0.5
12282011/08/15 11:45:16 OSPF: Hello received from [10.90.50.50] via [tap0:172.16.10.1]
12292011/08/15 11:45:16 OSPF:  src [172.16.10.2],
12302011/08/15 11:45:16 OSPF:  dst [224.0.0.5]
12312011/08/15 11:45:16 OSPF: Packet 10.90.50.50 [Hello:RECV]: Options *|-|-|-|-|-|E|*
12322011/08/15 11:45:16 OSPF: NSM[tap0:172.16.10.1:0.0.0.0]: start
12332011/08/15 11:45:16 OSPF: DR-Election[1st]: Backup 172.16.10.1
12342011/08/15 11:45:16 OSPF: DR-Election[1st]: DR     172.16.10.2
12352011/08/15 11:45:16 OSPF: DR-Election[2nd]: Backup 172.16.10.1
12362011/08/15 11:45:16 OSPF: DR-Election[2nd]: DR     172.16.10.2
12372011/08/15 11:45:16 OSPF: interface 172.16.10.1 [4] join AllDRouters Multicast group.
12382011/08/15 11:45:16 OSPF: ospf_check_abr_status(): Start
12392011/08/15 11:45:16 OSPF: ospf_check_abr_status(): looked through areas
12402011/08/15 11:45:16 OSPF: ospf_check_abr_status(): bb_configured: 0
12412011/08/15 11:45:16 OSPF: ospf_check_abr_status(): bb_act_attached: 0
12422011/08/15 11:45:16 OSPF: ospf_check_abr_status(): areas_configured: 1
12432011/08/15 11:45:16 OSPF: ospf_check_abr_status(): areas_act_attached: 1
12442011/08/15 11:45:16 OSPF: DR-Election[1st]: Backup 172.16.10.1
12452011/08/15 11:45:16 OSPF: DR-Election[1st]: DR     172.16.10.2
12462011/08/15 11:45:16 OSPF: Database Description sent to [172.16.10.2] via [tap0:172.16.10.1].
12472011/08/15 11:45:16 OSPF: ip_v 4
12482011/08/15 11:45:16 OSPF: ip_hl 5
12492011/08/15 11:45:16 OSPF: ip_tos 192
12502011/08/15 11:45:16 OSPF: ip_len 48
12512011/08/15 11:45:16 OSPF: ip_id 905
12522011/08/15 11:45:16 OSPF: ip_off 0
12532011/08/15 11:45:16 OSPF: ip_ttl 1
12542011/08/15 11:45:16 OSPF: ip_p 89
12552011/08/15 11:45:16 OSPF: ip_sum 0xf548
12562011/08/15 11:45:16 OSPF: ip_src 172.16.10.2
12572011/08/15 11:45:16 OSPF: ip_dst 172.16.10.1
12582011/08/15 11:45:16 OSPF: Database Description received from [10.90.50.50] via [tap0:172.16.10.1]
12592011/08/15 11:45:16 OSPF:  src [172.16.10.2],
12602011/08/15 11:45:16 OSPF:  dst [172.16.10.1]
12612011/08/15 11:45:16 OSPF: Packet[DD]: Neighbor 10.90.50.50 Negotiation done (Slave).
12622011/08/15 11:45:16 OSPF: Database Description sent to [172.16.10.2] via [tap0:172.16.10.1].
12632011/08/15 11:45:16 OSPF: ip_v 4
12642011/08/15 11:45:16 OSPF: ip_hl 5
12652011/08/15 11:45:16 OSPF: ip_tos 192
12662011/08/15 11:45:16 OSPF: ip_len 88
12672011/08/15 11:45:16 OSPF: ip_id 907
12682011/08/15 11:45:16 OSPF: ip_off 0
12692011/08/15 11:45:16 OSPF: ip_ttl 1
12702011/08/15 11:45:16 OSPF: ip_p 89
12712011/08/15 11:45:16 OSPF: ip_sum 0xcb48
12722011/08/15 11:45:16 OSPF: ip_src 172.16.10.2
12732011/08/15 11:45:16 OSPF: ip_dst 172.16.10.1
12742011/08/15 11:45:16 OSPF: Database Description received from [10.90.50.50] via [tap0:172.16.10.1]
12752011/08/15 11:45:16 OSPF:  src [172.16.10.2],
12762011/08/15 11:45:16 OSPF:  dst [172.16.10.1]
12772011/08/15 11:45:16 OSPF: Database Description sent to [172.16.10.2] via [tap0:172.16.10.1].
12782011/08/15 11:45:16 OSPF: Link State Request sent to [172.16.10.2] via [tap0:172.16.10.1].
12792011/08/15 11:45:16 OSPF: ip_v 4
12802011/08/15 11:45:16 OSPF: ip_hl 5
12812011/08/15 11:45:16 OSPF: ip_tos 192
12822011/08/15 11:45:16 OSPF: ip_len 76
12832011/08/15 11:45:16 OSPF: ip_id 909
12842011/08/15 11:45:16 OSPF: ip_off 0
12852011/08/15 11:45:16 OSPF: ip_ttl 1
12862011/08/15 11:45:16 OSPF: ip_p 89
12872011/08/15 11:45:16 OSPF: ip_sum 0xd548
12882011/08/15 11:45:16 OSPF: ip_src 172.16.10.2
12892011/08/15 11:45:16 OSPF: ip_dst 172.16.10.1
12902011/08/15 11:45:16 OSPF: Link State Request received from [10.90.50.50] via [tap0:172.16.10.1]
12912011/08/15 11:45:16 OSPF:  src [172.16.10.2],
12922011/08/15 11:45:16 OSPF:  dst [172.16.10.1]
12932011/08/15 11:45:16 OSPF: ospf_ls_upd_send_queue start
12942011/08/15 11:45:16 OSPF: listcount = 3, dst 224.0.0.5
12952011/08/15 11:45:16 OSPF: ospf_make_ls_upd: Start
12962011/08/15 11:45:16 OSPF: ospf_make_ls_upd: List Iteration
12972011/08/15 11:45:16 OSPF: ospf_make_ls_upd: List Iteration
12982011/08/15 11:45:16 OSPF: ospf_make_ls_upd: List Iteration
12992011/08/15 11:45:16 OSPF: ospf_make_ls_upd: Stop
13002011/08/15 11:45:16 OSPF: ospf_ls_upd_send_queue stop
13012011/08/15 11:45:16 OSPF: Link State Update sent to [224.0.0.5] via [tap0:172.16.10.1].
13022011/08/15 11:45:16 OSPF: ip_v 4
13032011/08/15 11:45:16 OSPF: ip_hl 5
13042011/08/15 11:45:16 OSPF: ip_tos 192
13052011/08/15 11:45:16 OSPF: ip_len 140
13062011/08/15 11:45:16 OSPF: ip_id 910
13072011/08/15 11:45:16 OSPF: ip_off 0
13082011/08/15 11:45:16 OSPF: ip_ttl 1
13092011/08/15 11:45:16 OSPF: ip_p 89
13102011/08/15 11:45:16 OSPF: ip_sum 0xa01e
13112011/08/15 11:45:16 OSPF: ip_src 172.16.10.2
13122011/08/15 11:45:16 OSPF: ip_dst 224.0.0.5
13132011/08/15 11:45:16 OSPF: Link State Update received from [10.90.50.50] via [tap0:172.16.10.1]
13142011/08/15 11:45:16 OSPF:  src [172.16.10.2],
13152011/08/15 11:45:16 OSPF:  dst [224.0.0.5]
13162011/08/15 11:45:16 OSPF: LSA[Type1:10.90.50.50]: 0x2836cc80 new LSA created with Link State Update
13172011/08/15 11:45:16 OSPF: LSA[Type5:4.4.4.0]: 0x2836cd00 new LSA created with Link State Update
13182011/08/15 11:45:16 OSPF: LSA[Flooding]: start, NBR 10.90.50.50 (Loading), cur(0x0), New-LSA[Type1,id(10.90.50.50),ar(10.90.50.50)]
13192011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.40.40, INBR(10.90.50.50), LSA[Type1,id(10.90.50.50),ar(10.90.50.50)]
13202011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.1, INBR(10.90.50.50), LSA[Type1,id(10.90.50.50),ar(10.90.50.50)]
13212011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering nbr 10.90.40.40 (2-Way)
13222011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (Loading)
13232011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): nbr adj is not Full
13242011/08/15 11:45:16 OSPF: SPF: calculation timer scheduled
13252011/08/15 11:45:16 OSPF: SPF: calculation timer delay = 200
13262011/08/15 11:45:16 OSPF: LSA[Flooding]: start, NBR 10.90.50.50 (Loading), cur(0x0), New-LSA[Type5,id(4.4.4.0),ar(10.90.50.50)]
13272011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.40.40, INBR(10.90.50.50), LSA[Type5,id(4.4.4.0),ar(10.90.50.50)]
13282011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.1, INBR(10.90.50.50), LSA[Type5,id(4.4.4.0),ar(10.90.50.50)]
13292011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering nbr 10.90.40.40 (2-Way)
13302011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (Loading)
13312011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): nbr adj is not Full
13322011/08/15 11:45:16 OSPF: ospf_check_abr_status(): Start
13332011/08/15 11:45:16 OSPF: ospf_check_abr_status(): looked through areas
13342011/08/15 11:45:16 OSPF: ospf_check_abr_status(): bb_configured: 0
13352011/08/15 11:45:16 OSPF: ospf_check_abr_status(): bb_act_attached: 0
13362011/08/15 11:45:16 OSPF: ospf_check_abr_status(): areas_configured: 1
13372011/08/15 11:45:16 OSPF: ospf_check_abr_status(): areas_act_attached: 1
13382011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.40.40, INBR(NULL), LSA[Type5,id(3.3.3.0),ar(10.90.40.40)]
13392011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.1, INBR(NULL), LSA[Type5,id(3.3.3.0),ar(10.90.40.40)]
13402011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering nbr 10.90.40.40 (2-Way)
13412011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (Full)
13422011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.40.40, INBR(NULL), LSA[Type5,id(10.18.140.0),ar(10.90.40.40)]
13432011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.1, INBR(NULL), LSA[Type5,id(10.18.140.0),ar(10.90.40.40)]
13442011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering nbr 10.90.40.40 (2-Way)
13452011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (Full)
13462011/08/15 11:45:16 OSPF: nsm_change_state(10.90.50.50, Loading -> Full): scheduling new router-LSA origination
13472011/08/15 11:45:16 OSPF: ospf_ls_upd_send_queue start
13482011/08/15 11:45:16 OSPF: listcount = 2, dst 224.0.0.5
13492011/08/15 11:45:16 OSPF: ospf_make_ls_upd: Start
13502011/08/15 11:45:16 OSPF: ospf_make_ls_upd: List Iteration
13512011/08/15 11:45:16 OSPF: ospf_make_ls_upd: List Iteration
13522011/08/15 11:45:16 OSPF: ospf_make_ls_upd: Stop
13532011/08/15 11:45:16 OSPF: ospf_ls_upd_send_queue stop
13542011/08/15 11:45:16 OSPF: Link State Update sent to [224.0.0.5] via [tap0:172.16.10.1].
13552011/08/15 11:45:16 OSPF: ip_v 4
13562011/08/15 11:45:16 OSPF: ip_hl 5
13572011/08/15 11:45:16 OSPF: ip_tos 192
13582011/08/15 11:45:16 OSPF: ip_len 80
13592011/08/15 11:45:16 OSPF: ip_id 913
13602011/08/15 11:45:16 OSPF: ip_off 0
13612011/08/15 11:45:16 OSPF: ip_ttl 1
13622011/08/15 11:45:16 OSPF: ip_p 89
13632011/08/15 11:45:16 OSPF: ip_sum 0xd91e
13642011/08/15 11:45:16 OSPF: ip_src 172.16.10.2
13652011/08/15 11:45:16 OSPF: ip_dst 224.0.0.5
13662011/08/15 11:45:16 OSPF: Link State Update received from [10.90.50.50] via [tap0:172.16.10.1]
13672011/08/15 11:45:16 OSPF:  src [172.16.10.2],
13682011/08/15 11:45:16 OSPF:  dst [224.0.0.5]
13692011/08/15 11:45:16 OSPF: LSA[Type5:4.4.4.0]: 0x2836cec0 new LSA created with Link State Update
13702011/08/15 11:45:16 OSPF: LSA[Flooding]: start, NBR 10.90.50.50 (Full), cur(0x2836cd00), New-LSA[Type5,id(4.4.4.0),ar(10.90.50.50)]
13712011/08/15 11:45:16 OSPF: LSA[Flooding]: LSA is received recently.
13722011/08/15 11:45:16 OSPF: ospf_lsa_discard() in ospf_ls_upd() point 4: lsa 0x2836cec0 Type-5
13732011/08/15 11:45:16 OSPF: ip_v 4
13742011/08/15 11:45:16 OSPF: ip_hl 5
13752011/08/15 11:45:16 OSPF: ip_tos 192
13762011/08/15 11:45:16 OSPF: ip_len 76
13772011/08/15 11:45:16 OSPF: ip_id 914
13782011/08/15 11:45:16 OSPF: ip_off 0
13792011/08/15 11:45:16 OSPF: ip_ttl 1
13802011/08/15 11:45:16 OSPF: ip_p 89
13812011/08/15 11:45:16 OSPF: ip_sum 0xdc1e
13822011/08/15 11:45:16 OSPF: ip_src 172.16.10.2
13832011/08/15 11:45:16 OSPF: ip_dst 224.0.0.5
13842011/08/15 11:45:16 OSPF: Link State Update received from [10.90.50.50] via [tap0:172.16.10.1]
13852011/08/15 11:45:16 OSPF:  src [172.16.10.2],
13862011/08/15 11:45:16 OSPF:  dst [224.0.0.5]
13872011/08/15 11:45:16 OSPF: LSA[Type2:172.16.10.2]: 0x2836cec0 new LSA created with Link State Update
13882011/08/15 11:45:16 OSPF: LSA[Flooding]: start, NBR 10.90.50.50 (Full), cur(0x0), New-LSA[Type2,id(172.16.10.2),ar(10.90.50.50)]
13892011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.40.40, INBR(10.90.50.50), LSA[Type2,id(172.16.10.2),ar(10.90.50.50)]
13902011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.1, INBR(10.90.50.50), LSA[Type2,id(172.16.10.2),ar(10.90.50.50)]
13912011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering nbr 10.90.40.40 (2-Way)
13922011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (Full)
13932011/08/15 11:45:16 OSPF: SPF: calculation timer scheduled
13942011/08/15 11:45:16 OSPF: SPF: calculation timer is already scheduled: 0x2832c980
13952011/08/15 11:45:16 OSPF: ip_v 4
13962011/08/15 11:45:16 OSPF: ip_hl 5
13972011/08/15 11:45:16 OSPF: ip_tos 192
13982011/08/15 11:45:16 OSPF: ip_len 104
13992011/08/15 11:45:16 OSPF: ip_id 915
14002011/08/15 11:45:16 OSPF: ip_off 0
14012011/08/15 11:45:16 OSPF: ip_ttl 1
14022011/08/15 11:45:16 OSPF: ip_p 89
14032011/08/15 11:45:16 OSPF: ip_sum 0xbf1e
14042011/08/15 11:45:16 OSPF: ip_src 172.16.10.2
14052011/08/15 11:45:16 OSPF: ip_dst 224.0.0.5
14062011/08/15 11:45:16 OSPF: Link State Update received from [10.90.50.50] via [tap0:172.16.10.1]
14072011/08/15 11:45:16 OSPF:  src [172.16.10.2],
14082011/08/15 11:45:16 OSPF:  dst [224.0.0.5]
14092011/08/15 11:45:16 OSPF: LSA[Type1:10.90.50.50]: 0x2836cf40 new LSA created with Link State Update
14102011/08/15 11:45:16 OSPF: LSA[Flooding]: start, NBR 10.90.50.50 (Full), cur(0x2836cc80), New-LSA[Type1,id(10.90.50.50),ar(10.90.50.50)]
14112011/08/15 11:45:16 OSPF: LSA[Flooding]: LSA is received recently.
14122011/08/15 11:45:16 OSPF: ospf_lsa_discard() in ospf_ls_upd() point 4: lsa 0x2836cf40 Type-1
14132011/08/15 11:45:16 OSPF: SPF: Timer (SPF calculation expire)
14142011/08/15 11:45:16 OSPF: ospf_spf_calculate: Start
14152011/08/15 11:45:16 OSPF: ospf_spf_calculate: running Dijkstra for area 100.100.100.100
14162011/08/15 11:45:16 OSPF: ospf_vertex_new: Created Router vertex 10.90.40.40
14172011/08/15 11:45:16 OSPF: ospf_spf_next: Next vertex of Router vertex 10.90.40.40
14182011/08/15 11:45:16 OSPF: SPF Result: 0 [R] 10.90.40.40
14192011/08/15 11:45:16 OSPF: ========== OSPF routing table ==========
14202011/08/15 11:45:16 OSPF: ========================================
14212011/08/15 11:45:16 OSPF: ospf_process_stub():processing stubs for area 100.100.100.100
14222011/08/15 11:45:16 OSPF: ospf_process_stubs():processing router LSA, id: 10.90.40.40
14232011/08/15 11:45:16 OSPF: ospf_process_stubs(): we have 2 links to process
14242011/08/15 11:45:16 OSPF: ospf_intra_add_stub(): Start
14252011/08/15 11:45:16 OSPF: ospf_intra_add_stub(): processing route to 10.90.40.40/32
14262011/08/15 11:45:16 OSPF: ospf_intra_add_stub(): calculated cost is 0 + 10 = 10
14272011/08/15 11:45:16 OSPF: ospf_intra_add_stub(): installing new route
14282011/08/15 11:45:16 OSPF: ospf_intra_add_stub(): this network is on this router
14292011/08/15 11:45:16 OSPF: ospf_intra_add_stub(): the interface is lo0:10.90.40.40
14302011/08/15 11:45:16 OSPF: ospf_intra_add_stub(): Stop
14312011/08/15 11:45:16 OSPF: ospf_intra_add_stub(): Start
14322011/08/15 11:45:16 OSPF: ospf_intra_add_stub(): processing route to 172.16.10.0/24
14332011/08/15 11:45:16 OSPF: ospf_intra_add_stub(): calculated cost is 0 + 100 = 100
14342011/08/15 11:45:16 OSPF: ospf_intra_add_stub(): installing new route
14352011/08/15 11:45:16 OSPF: ospf_intra_add_stub(): this network is on this router
14362011/08/15 11:45:16 OSPF: ospf_intra_add_stub(): the interface is tap0:172.16.10.1
14372011/08/15 11:45:16 OSPF: ospf_intra_add_stub(): Stop
14382011/08/15 11:45:16 OSPF: ospf_process_stubs(): after examining links:  Router vertex 10.90.40.40  distance 0 flags 0
14392011/08/15 11:45:16 OSPF: ospf_spf_calculate Router vertex 10.90.40.40  distance 0 flags 0
14402011/08/15 11:45:16 OSPF: ospf_vertex_free: Free Router vertex 10.90.40.40
14412011/08/15 11:45:16 OSPF: ospf_spf_calculate: Stop. 0 vertices
14422011/08/15 11:45:16 OSPF: ospf_ia_routing():start
14432011/08/15 11:45:16 OSPF: ospf_ia_routing():not ABR, considering all areas
14442011/08/15 11:45:16 OSPF: Pruning unreachable networks
14452011/08/15 11:45:16 OSPF: Pruning unreachable routers
14462011/08/15 11:45:16 OSPF: Route: Router Routing Table free
14472011/08/15 11:45:16 OSPF: SPF: calculation complete
14482011/08/15 11:45:16 OSPF: ip_v 4
14492011/08/15 11:45:16 OSPF: ip_hl 5
14502011/08/15 11:45:16 OSPF: ip_tos 192
14512011/08/15 11:45:16 OSPF: ip_len 100
14522011/08/15 11:45:16 OSPF: ip_id 919
14532011/08/15 11:45:16 OSPF: ip_off 0
14542011/08/15 11:45:16 OSPF: ip_ttl 1
14552011/08/15 11:45:16 OSPF: ip_p 89
14562011/08/15 11:45:16 OSPF: ip_sum 0xbf1e
14572011/08/15 11:45:16 OSPF: ip_src 172.16.10.2
14582011/08/15 11:45:16 OSPF: ip_dst 224.0.0.5
14592011/08/15 11:45:16 OSPF: Link State Acknowledgment received from [10.90.50.50] via [tap0:172.16.10.1]
14602011/08/15 11:45:16 OSPF:  src [172.16.10.2],
14612011/08/15 11:45:16 OSPF:  dst [224.0.0.5]
14622011/08/15 11:45:17 OSPF: Link State Acknowledgment sent to [224.0.0.5] via [tap0:172.16.10.1].
14632011/08/15 11:45:20 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.40.40, INBR(NULL), LSA[Type5,id(3.3.3.0),ar(10.90.40.40)]
14642011/08/15 11:45:20 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.1, INBR(NULL), LSA[Type5,id(3.3.3.0),ar(10.90.40.40)]
14652011/08/15 11:45:20 OSPF: ospf_flood_through_interface(): considering nbr 10.90.40.40 (2-Way)
14662011/08/15 11:45:20 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (Full)
14672011/08/15 11:45:20 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.40.40, INBR(NULL), LSA[Type5,id(10.18.140.0),ar(10.90.40.40)]
14682011/08/15 11:45:20 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.1, INBR(NULL), LSA[Type5,id(10.18.140.0),ar(10.90.40.40)]
14692011/08/15 11:45:20 OSPF: ospf_flood_through_interface(): considering nbr 10.90.40.40 (2-Way)
14702011/08/15 11:45:20 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (Full)
14712011/08/15 11:45:20 OSPF: ospf_ls_upd_send_queue start
14722011/08/15 11:45:20 OSPF: listcount = 2, dst 224.0.0.5
14732011/08/15 11:45:20 OSPF: ospf_make_ls_upd: Start
14742011/08/15 11:45:20 OSPF: ospf_make_ls_upd: List Iteration
14752011/08/15 11:45:20 OSPF: ospf_make_ls_upd: List Iteration
14762011/08/15 11:45:20 OSPF: ospf_make_ls_upd: Stop
14772011/08/15 11:45:20 OSPF: ospf_ls_upd_send_queue stop
14782011/08/15 11:45:20 OSPF: Link State Update sent to [224.0.0.5] via [tap0:172.16.10.1].
14792011/08/15 11:45:20 OSPF: make_hello: options: 2, int: tap0:172.16.10.1
14802011/08/15 11:45:20 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.1].
14812011/08/15 11:45:20 OSPF: Timer[router-LSA]: (router-LSA Refresh expire)
14822011/08/15 11:45:20 OSPF: counting fully adjacent virtual neighbors in area 100.100.100.100
14832011/08/15 11:45:20 OSPF: there are 0 of them
14842011/08/15 11:45:20 OSPF: SPF: calculation timer scheduled
14852011/08/15 11:45:20 OSPF: SPF: calculation timer delay = 200
14862011/08/15 11:45:20 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.40.40, INBR(NULL), LSA[Type1,id(10.90.40.40),ar(10.90.40.40)]
14872011/08/15 11:45:20 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.1, INBR(NULL), LSA[Type1,id(10.90.40.40),ar(10.90.40.40)]
14882011/08/15 11:45:20 OSPF: ospf_flood_through_interface(): considering nbr 10.90.40.40 (2-Way)
14892011/08/15 11:45:20 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (Full)
14902011/08/15 11:45:20 OSPF: ospf_ls_upd_send_queue start
14912011/08/15 11:45:20 OSPF: listcount = 1, dst 224.0.0.5
14922011/08/15 11:45:20 OSPF: ospf_make_ls_upd: Start
14932011/08/15 11:45:20 OSPF: ospf_make_ls_upd: List Iteration
14942011/08/15 11:45:20 OSPF: ospf_make_ls_upd: Stop
14952011/08/15 11:45:20 OSPF: ospf_ls_upd_send_queue stop
14962011/08/15 11:45:20 OSPF: Link State Update sent to [224.0.0.5] via [tap0:172.16.10.1].
14972011/08/15 11:45:20 OSPF: SPF: Timer (SPF calculation expire)
14982011/08/15 11:45:20 OSPF: ospf_spf_calculate: Start
14992011/08/15 11:45:20 OSPF: ospf_spf_calculate: running Dijkstra for area 100.100.100.100
15002011/08/15 11:45:20 OSPF: ospf_vertex_new: Created Router vertex 10.90.40.40
15012011/08/15 11:45:20 OSPF: ospf_spf_next: Next vertex of Router vertex 10.90.40.40
15022011/08/15 11:45:20 OSPF: Looking up Network LSA, ID: 172.16.10.2
15032011/08/15 11:45:20 OSPF: found the LSA
15042011/08/15 11:45:20 OSPF: ospf_vertex_new: Created Network vertex 172.16.10.2
15052011/08/15 11:45:20 OSPF: ospf_nexthop_calculation(): Start
15062011/08/15 11:45:20 OSPF: V (parent): Router vertex 10.90.40.40  distance 0 flags 0
15072011/08/15 11:45:20 OSPF: W (dest)  : Network vertex 172.16.10.2  distance 0 flags 0
15082011/08/15 11:45:20 OSPF: V->W distance: 100
15092011/08/15 11:45:20 OSPF: ospf_spf_add_parent: Adding 10.90.40.40 as parent of 172.16.10.2
15102011/08/15 11:45:20 OSPF: ospf_spf_next: Next vertex of Network vertex 172.16.10.2
15112011/08/15 11:45:20 OSPF: found Router LSA 10.90.40.40
15122011/08/15 11:45:20 OSPF: The LSA is already in SPF
15132011/08/15 11:45:20 OSPF: found Router LSA 10.90.50.50
15142011/08/15 11:45:20 OSPF: The LSA doesn't have a link back
15152011/08/15 11:45:20 OSPF: SPF Result: 0 [R] 10.90.40.40
15162011/08/15 11:45:20 OSPF: SPF Result: 1 [N] 172.16.10.2/24
15172011/08/15 11:45:20 OSPF:  nexthop 0x28372940 0.0.0.0 tap0:172.16.10.1
15182011/08/15 11:45:20 OSPF: ========== OSPF routing table ==========
15192011/08/15 11:45:20 OSPF: N 172.16.10.0/24      100.100.100.100 intra-area      100
15202011/08/15 11:45:20 OSPF:   -> 0.0.0.0
15212011/08/15 11:45:20 OSPF: ========================================
15222011/08/15 11:45:20 OSPF: ospf_process_stub():processing stubs for area 100.100.100.100
15232011/08/15 11:45:20 OSPF: ospf_process_stubs():processing router LSA, id: 10.90.40.40
15242011/08/15 11:45:20 OSPF: ospf_process_stubs(): we have 2 links to process
15252011/08/15 11:45:20 OSPF: ospf_intra_add_stub(): Start
15262011/08/15 11:45:20 OSPF: ospf_intra_add_stub(): processing route to 10.90.40.40/32
15272011/08/15 11:45:20 OSPF: ospf_intra_add_stub(): calculated cost is 0 + 10 = 10
15282011/08/15 11:45:20 OSPF: ospf_intra_add_stub(): installing new route
15292011/08/15 11:45:20 OSPF: ospf_intra_add_stub(): this network is on this router
15302011/08/15 11:45:20 OSPF: ospf_intra_add_stub(): the interface is lo0:10.90.40.40
15312011/08/15 11:45:20 OSPF: ospf_intra_add_stub(): Stop
15322011/08/15 11:45:20 OSPF: ospf_process_stubs(): after examining links:  Router vertex 10.90.40.40  distance 0 flags 0
15332011/08/15 11:45:20 OSPF:  child: Network vertex 172.16.10.2  distance 100 flags 0
15342011/08/15 11:45:20 OSPF: ospf_process_stub():processing stubs for area 100.100.100.100
15352011/08/15 11:45:20 OSPF: ospf_process_stubs(): after examining links:  Network vertex 172.16.10.2  distance 100 flags 0
15362011/08/15 11:45:20 OSPF: parent 10.90.40.40 backlink 0 nexthop 0.0.0.0  interface tap0:172.16.10.1
15372011/08/15 11:45:20 OSPF: ospf_spf_calculate Router vertex 10.90.40.40  distance 0 flags 0
15382011/08/15 11:45:20 OSPF:  child: Network vertex 172.16.10.2  distance 100 flags 1
15392011/08/15 11:45:20 OSPF: ospf_vertex_free: Free Router vertex 10.90.40.40
15402011/08/15 11:45:20 OSPF: ospf_vertex_free: Free Network vertex 172.16.10.2
15412011/08/15 11:45:20 OSPF: ospf_spf_calculate: Stop. 0 vertices
15422011/08/15 11:45:20 OSPF: ospf_ia_routing():start
15432011/08/15 11:45:20 OSPF: ospf_ia_routing():not ABR, considering all areas
15442011/08/15 11:45:20 OSPF: Pruning unreachable networks
15452011/08/15 11:45:20 OSPF: Pruning unreachable routers
15462011/08/15 11:45:20 OSPF: Route: Router Routing Table free
15472011/08/15 11:45:20 OSPF: SPF: calculation complete
15482011/08/15 11:45:20 OSPF: ip_v 4
15492011/08/15 11:45:20 OSPF: ip_hl 5
15502011/08/15 11:45:20 OSPF: ip_tos 192
15512011/08/15 11:45:20 OSPF: ip_len 100
15522011/08/15 11:45:20 OSPF: ip_id 921
15532011/08/15 11:45:20 OSPF: ip_off 0
15542011/08/15 11:45:20 OSPF: ip_ttl 1
15552011/08/15 11:45:20 OSPF: ip_p 89
15562011/08/15 11:45:20 OSPF: ip_sum 0xbd1e
15572011/08/15 11:45:20 OSPF: ip_src 172.16.10.2
15582011/08/15 11:45:20 OSPF: ip_dst 224.0.0.5
15592011/08/15 11:45:20 OSPF: Link State Acknowledgment received from [10.90.50.50] via [tap0:172.16.10.1]
15602011/08/15 11:45:20 OSPF:  src [172.16.10.2],
15612011/08/15 11:45:20 OSPF:  dst [224.0.0.5]
15622011/08/15 11:45:21 OSPF: ip_v 4
15632011/08/15 11:45:21 OSPF: ip_hl 5
15642011/08/15 11:45:21 OSPF: ip_tos 192
15652011/08/15 11:45:21 OSPF: ip_len 140
15662011/08/15 11:45:21 OSPF: ip_id 923
15672011/08/15 11:45:21 OSPF: ip_off 0
15682011/08/15 11:45:21 OSPF: ip_ttl 1
15692011/08/15 11:45:21 OSPF: ip_p 89
15702011/08/15 11:45:21 OSPF: ip_sum 0x8748
15712011/08/15 11:45:21 OSPF: ip_src 172.16.10.2
15722011/08/15 11:45:21 OSPF: ip_dst 172.16.10.1
15732011/08/15 11:45:21 OSPF: Link State Update received from [10.90.50.50] via [tap0:172.16.10.1]
15742011/08/15 11:45:21 OSPF:  src [172.16.10.2],
15752011/08/15 11:45:21 OSPF:  dst [172.16.10.1]
15762011/08/15 11:45:21 OSPF: LSA[Type1:10.90.50.50]: 0x2836c540 new LSA created with Link State Update
15772011/08/15 11:45:21 OSPF: LSA[Type5:4.4.4.0]: 0x2836ca40 new LSA created with Link State Update
15782011/08/15 11:45:21 OSPF: LSA[Flooding]: start, NBR 10.90.50.50 (Full), cur(0x2836cc80), New-LSA[Type1,id(10.90.50.50),ar(10.90.50.50)]
15792011/08/15 11:45:21 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.40.40, INBR(10.90.50.50), LSA[Type1,id(10.90.50.50),ar(10.90.50.50)]
15802011/08/15 11:45:21 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.1, INBR(10.90.50.50), LSA[Type1,id(10.90.50.50),ar(10.90.50.50)]
15812011/08/15 11:45:21 OSPF: ospf_flood_through_interface(): considering nbr 10.90.40.40 (2-Way)
15822011/08/15 11:45:21 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (Full)
15832011/08/15 11:45:21 OSPF: SPF: calculation timer scheduled
15842011/08/15 11:45:21 OSPF: SPF: calculation timer delay = 227
15852011/08/15 11:45:21 OSPF: LSA[Flooding]: start, NBR 10.90.50.50 (Full), cur(0x2836cd00), New-LSA[Type5,id(4.4.4.0),ar(10.90.50.50)]
15862011/08/15 11:45:21 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.40.40, INBR(10.90.50.50), LSA[Type5,id(4.4.4.0),ar(10.90.50.50)]
15872011/08/15 11:45:21 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.1, INBR(10.90.50.50), LSA[Type5,id(4.4.4.0),ar(10.90.50.50)]
15882011/08/15 11:45:21 OSPF: ospf_flood_through_interface(): considering nbr 10.90.40.40 (2-Way)
15892011/08/15 11:45:21 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (Full)
15902011/08/15 11:45:21 OSPF: Link State Acknowledgment sent to [224.0.0.5] via [tap0:172.16.10.1].
15912011/08/15 11:45:21 OSPF: SPF: Timer (SPF calculation expire)
15922011/08/15 11:45:21 OSPF: ospf_spf_calculate: Start
15932011/08/15 11:45:21 OSPF: ospf_spf_calculate: running Dijkstra for area 100.100.100.100
15942011/08/15 11:45:21 OSPF: ospf_vertex_new: Created Router vertex 10.90.40.40
15952011/08/15 11:45:21 OSPF: ospf_spf_next: Next vertex of Router vertex 10.90.40.40
15962011/08/15 11:45:21 OSPF: Looking up Network LSA, ID: 172.16.10.2
15972011/08/15 11:45:21 OSPF: found the LSA
15982011/08/15 11:45:21 OSPF: ospf_vertex_new: Created Network vertex 172.16.10.2
15992011/08/15 11:45:21 OSPF: ospf_nexthop_calculation(): Start
16002011/08/15 11:45:21 OSPF: V (parent): Router vertex 10.90.40.40  distance 0 flags 0
16012011/08/15 11:45:21 OSPF: W (dest)  : Network vertex 172.16.10.2  distance 0 flags 0
16022011/08/15 11:45:21 OSPF: V->W distance: 100
16032011/08/15 11:45:21 OSPF: ospf_spf_add_parent: Adding 10.90.40.40 as parent of 172.16.10.2
16042011/08/15 11:45:21 OSPF: ospf_spf_next: Next vertex of Network vertex 172.16.10.2
16052011/08/15 11:45:21 OSPF: found Router LSA 10.90.40.40
16062011/08/15 11:45:21 OSPF: The LSA is already in SPF
16072011/08/15 11:45:21 OSPF: found Router LSA 10.90.50.50
16082011/08/15 11:45:21 OSPF: ospf_vertex_new: Created Router vertex 10.90.50.50
16092011/08/15 11:45:21 OSPF: ospf_nexthop_calculation(): Start
16102011/08/15 11:45:21 OSPF: V (parent): Network vertex 172.16.10.2  distance 100 flags 0
16112011/08/15 11:45:21 OSPF: parent 10.90.40.40 backlink 0 nexthop 0.0.0.0  interface tap0:172.16.10.1
16122011/08/15 11:45:21 OSPF: W (dest)  : Router vertex 10.90.50.50  distance 0 flags 0
16132011/08/15 11:45:21 OSPF: V->W distance: 100
16142011/08/15 11:45:21 OSPF: ospf_spf_add_parent: Adding 172.16.10.2 as parent of 10.90.50.50
16152011/08/15 11:45:21 OSPF: ospf_intra_add_router: Start
16162011/08/15 11:45:21 OSPF: ospf_intra_add_router: LS ID: 10.90.50.50
16172011/08/15 11:45:21 OSPF: ospf_vl_up_check(): Start
16182011/08/15 11:45:21 OSPF: ospf_vl_up_check(): Router ID is 10.90.50.50
16192011/08/15 11:45:21 OSPF: ospf_vl_up_check(): Area is 100.100.100.100
16202011/08/15 11:45:21 OSPF: ospf_intra_add_router: talking about 10.90.50.50/32
16212011/08/15 11:45:21 OSPF: ospf_intra_add_router: Stop
16222011/08/15 11:45:21 OSPF: ospf_spf_next: Next vertex of Router vertex 10.90.50.50
16232011/08/15 11:45:21 OSPF: Looking up Network LSA, ID: 172.16.10.2
16242011/08/15 11:45:21 OSPF: found the LSA
16252011/08/15 11:45:21 OSPF: The LSA is already in SPF
16262011/08/15 11:45:21 OSPF: SPF Result: 0 [R] 10.90.40.40
16272011/08/15 11:45:21 OSPF: SPF Result: 1 [N] 172.16.10.2/24
16282011/08/15 11:45:21 OSPF:  nexthop 0x28372940 0.0.0.0 tap0:172.16.10.1
16292011/08/15 11:45:21 OSPF: SPF Result: 2 [R] 10.90.50.50
16302011/08/15 11:45:21 OSPF:  nexthop 0x28372968 172.16.10.2 tap0:172.16.10.1
16312011/08/15 11:45:21 OSPF: ========== OSPF routing table ==========
16322011/08/15 11:45:21 OSPF: N 172.16.10.0/24      100.100.100.100 intra-area      100
16332011/08/15 11:45:21 OSPF:   -> 0.0.0.0
16342011/08/15 11:45:21 OSPF: ========================================
16352011/08/15 11:45:21 OSPF: ospf_process_stub():processing stubs for area 100.100.100.100
16362011/08/15 11:45:21 OSPF: ospf_process_stubs():processing router LSA, id: 10.90.40.40
16372011/08/15 11:45:21 OSPF: ospf_process_stubs(): we have 2 links to process
16382011/08/15 11:45:21 OSPF: ospf_intra_add_stub(): Start
16392011/08/15 11:45:21 OSPF: ospf_intra_add_stub(): processing route to 10.90.40.40/32
16402011/08/15 11:45:21 OSPF: ospf_intra_add_stub(): calculated cost is 0 + 10 = 10
16412011/08/15 11:45:21 OSPF: ospf_intra_add_stub(): installing new route
16422011/08/15 11:45:21 OSPF: ospf_intra_add_stub(): this network is on this router
16432011/08/15 11:45:21 OSPF: ospf_intra_add_stub(): the interface is lo0:10.90.40.40
16442011/08/15 11:45:21 OSPF: ospf_intra_add_stub(): Stop
16452011/08/15 11:45:21 OSPF: ospf_process_stubs(): after examining links:  Router vertex 10.90.40.40  distance 0 flags 0
16462011/08/15 11:45:21 OSPF:  child: Network vertex 172.16.10.2  distance 100 flags 0
16472011/08/15 11:45:21 OSPF: ospf_process_stub():processing stubs for area 100.100.100.100
16482011/08/15 11:45:21 OSPF: ospf_process_stubs(): after examining links:  Network vertex 172.16.10.2  distance 100 flags 0
16492011/08/15 11:45:21 OSPF: parent 10.90.40.40 backlink 0 nexthop 0.0.0.0  interface tap0:172.16.10.1
16502011/08/15 11:45:21 OSPF:  child: Router vertex 10.90.50.50  distance 100 flags 0
16512011/08/15 11:45:21 OSPF: ospf_process_stub():processing stubs for area 100.100.100.100
16522011/08/15 11:45:21 OSPF: ospf_process_stubs():processing router LSA, id: 10.90.50.50
16532011/08/15 11:45:21 OSPF: ospf_process_stubs(): we have 3 links to process
16542011/08/15 11:45:21 OSPF: ospf_intra_add_stub(): Start
16552011/08/15 11:45:21 OSPF: ospf_intra_add_stub(): processing route to 10.10.10.0/24
16562011/08/15 11:45:21 OSPF: ospf_intra_add_stub(): calculated cost is 100 + 10 = 110
16572011/08/15 11:45:21 OSPF: ospf_intra_add_stub(): installing new route
16582011/08/15 11:45:21 OSPF: ospf_intra_add_stub(): this network is on remote router
16592011/08/15 11:45:21 OSPF: ospf_intra_add_stub(): Stop
16602011/08/15 11:45:21 OSPF: ospf_intra_add_stub(): Start
16612011/08/15 11:45:21 OSPF: ospf_intra_add_stub(): processing route to 10.90.50.50/32
16622011/08/15 11:45:21 OSPF: ospf_intra_add_stub(): calculated cost is 100 + 10 = 110
16632011/08/15 11:45:21 OSPF: ospf_intra_add_stub(): installing new route
16642011/08/15 11:45:21 OSPF: ospf_intra_add_stub(): this network is on remote router
16652011/08/15 11:45:21 OSPF: ospf_intra_add_stub(): Stop
16662011/08/15 11:45:21 OSPF: ospf_process_stubs(): after examining links:  Router vertex 10.90.50.50  distance 100 flags 0
16672011/08/15 11:45:21 OSPF: parent 172.16.10.2 backlink 2 nexthop 172.16.10.2  interface tap0:172.16.10.1
16682011/08/15 11:45:21 OSPF: ospf_spf_calculate Router vertex 10.90.40.40  distance 0 flags 0
16692011/08/15 11:45:21 OSPF:  child: Network vertex 172.16.10.2  distance 100 flags 1
16702011/08/15 11:45:21 OSPF: ospf_vertex_free: Free Router vertex 10.90.40.40
16712011/08/15 11:45:21 OSPF: ospf_vertex_free: Free Network vertex 172.16.10.2
16722011/08/15 11:45:21 OSPF: ospf_vertex_free: Free Router vertex 10.90.50.50
16732011/08/15 11:45:21 OSPF: ospf_spf_calculate: Stop. 0 vertices
16742011/08/15 11:45:21 OSPF: ospf_ia_routing():start
16752011/08/15 11:45:21 OSPF: ospf_ia_routing():not ABR, considering all areas
16762011/08/15 11:45:21 OSPF: Pruning unreachable networks
16772011/08/15 11:45:21 OSPF: Pruning unreachable routers
16782011/08/15 11:45:21 OSPF: Route: Router Routing Table free
16792011/08/15 11:45:21 OSPF: SPF: calculation complete
16802011/08/15 11:45:30 OSPF: make_hello: options: 2, int: tap0:172.16.10.1
16812011/08/15 11:45:30 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.1].
16822011/08/15 11:45:40 OSPF: make_hello: options: 2, int: tap0:172.16.10.1
16832011/08/15 11:45:40 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.1].
16842011/08/15 11:45:50 OSPF: make_hello: options: 2, int: tap0:172.16.10.1
16852011/08/15 11:45:50 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.1].
16862011/08/15 11:45:56 OSPF: ospf_check_abr_status(): Start
16872011/08/15 11:45:56 OSPF: ospf_check_abr_status(): looked through areas
16882011/08/15 11:45:56 OSPF: ospf_check_abr_status(): bb_configured: 0
16892011/08/15 11:45:56 OSPF: ospf_check_abr_status(): bb_act_attached: 0
16902011/08/15 11:45:56 OSPF: ospf_check_abr_status(): areas_configured: 1
16912011/08/15 11:45:56 OSPF: ospf_check_abr_status(): areas_act_attached: 1
16922011/08/15 11:45:56 OSPF: nsm_change_state(10.90.50.50, Full -> Deleted): scheduling new router-LSA origination
16932011/08/15 11:45:56 OSPF: DR-Election[1st]: Backup 172.16.10.1
16942011/08/15 11:45:56 OSPF: DR-Election[1st]: DR     172.16.10.1
16952011/08/15 11:45:56 OSPF: DR-Election[2nd]: Backup 0.0.0.0
16962011/08/15 11:45:56 OSPF: DR-Election[2nd]: DR     172.16.10.1
16972011/08/15 11:45:56 OSPF: ospf_check_abr_status(): Start
16982011/08/15 11:45:56 OSPF: ospf_check_abr_status(): looked through areas
16992011/08/15 11:45:56 OSPF: ospf_check_abr_status(): bb_configured: 0
17002011/08/15 11:45:56 OSPF: ospf_check_abr_status(): bb_act_attached: 0
17012011/08/15 11:45:56 OSPF: ospf_check_abr_status(): areas_configured: 1
17022011/08/15 11:45:56 OSPF: ospf_check_abr_status(): areas_act_attached: 1
17032011/08/15 11:45:56 OSPF: Timer[router-LSA]: (router-LSA Refresh expire)
17042011/08/15 11:45:56 OSPF: counting fully adjacent virtual neighbors in area 100.100.100.100
17052011/08/15 11:45:56 OSPF: there are 0 of them
17062011/08/15 11:45:56 OSPF: SPF: calculation timer scheduled
17072011/08/15 11:45:56 OSPF: SPF: calculation timer delay = 200
17082011/08/15 11:45:56 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.40.40, INBR(NULL), LSA[Type1,id(10.90.40.40),ar(10.90.40.40)]
17092011/08/15 11:45:56 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.1, INBR(NULL), LSA[Type1,id(10.90.40.40),ar(10.90.40.40)]
17102011/08/15 11:45:56 OSPF: ospf_flood_through_interface(): considering nbr 10.90.40.40 (2-Way)
17112011/08/15 11:45:56 OSPF: SPF: Timer (SPF calculation expire)
17122011/08/15 11:45:56 OSPF: ospf_spf_calculate: Start
17132011/08/15 11:45:56 OSPF: ospf_spf_calculate: running Dijkstra for area 100.100.100.100
17142011/08/15 11:45:56 OSPF: ospf_vertex_new: Created Router vertex 10.90.40.40
17152011/08/15 11:45:56 OSPF: ospf_spf_next: Next vertex of Router vertex 10.90.40.40
17162011/08/15 11:45:56 OSPF: SPF Result: 0 [R] 10.90.40.40
17172011/08/15 11:45:56 OSPF: ========== OSPF routing table ==========
17182011/08/15 11:45:56 OSPF: ========================================
17192011/08/15 11:45:56 OSPF: ospf_process_stub():processing stubs for area 100.100.100.100
17202011/08/15 11:45:56 OSPF: ospf_process_stubs():processing router LSA, id: 10.90.40.40
17212011/08/15 11:45:56 OSPF: ospf_process_stubs(): we have 2 links to process
17222011/08/15 11:45:56 OSPF: ospf_intra_add_stub(): Start
17232011/08/15 11:45:56 OSPF: ospf_intra_add_stub(): processing route to 10.90.40.40/32
17242011/08/15 11:45:56 OSPF: ospf_intra_add_stub(): calculated cost is 0 + 10 = 10
17252011/08/15 11:45:56 OSPF: ospf_intra_add_stub(): installing new route
17262011/08/15 11:45:56 OSPF: ospf_intra_add_stub(): this network is on this router
17272011/08/15 11:45:56 OSPF: ospf_intra_add_stub(): the interface is lo0:10.90.40.40
17282011/08/15 11:45:56 OSPF: ospf_intra_add_stub(): Stop
17292011/08/15 11:45:56 OSPF: ospf_intra_add_stub(): Start
17302011/08/15 11:45:56 OSPF: ospf_intra_add_stub(): processing route to 172.16.10.0/24
17312011/08/15 11:45:56 OSPF: ospf_intra_add_stub(): calculated cost is 0 + 100 = 100
17322011/08/15 11:45:56 OSPF: ospf_intra_add_stub(): installing new route
17332011/08/15 11:45:56 OSPF: ospf_intra_add_stub(): this network is on this router
17342011/08/15 11:45:56 OSPF: ospf_intra_add_stub(): the interface is tap0:172.16.10.1
17352011/08/15 11:45:56 OSPF: ospf_intra_add_stub(): Stop
17362011/08/15 11:45:56 OSPF: ospf_process_stubs(): after examining links:  Router vertex 10.90.40.40  distance 0 flags 0
17372011/08/15 11:45:56 OSPF: ospf_spf_calculate Router vertex 10.90.40.40  distance 0 flags 0
17382011/08/15 11:45:56 OSPF: ospf_vertex_free: Free Router vertex 10.90.40.40
17392011/08/15 11:45:56 OSPF: ospf_spf_calculate: Stop. 0 vertices
17402011/08/15 11:45:56 OSPF: ospf_ia_routing():start
17412011/08/15 11:45:56 OSPF: ospf_ia_routing():not ABR, considering all areas
17422011/08/15 11:45:56 OSPF: Pruning unreachable networks
17432011/08/15 11:45:56 OSPF: Pruning unreachable routers
17442011/08/15 11:45:56 OSPF: Route: Router Routing Table free
17452011/08/15 11:45:56 OSPF: SPF: calculation complete
17462011/08/15 11:46:00 OSPF: make_hello: options: 2, int: tap0:172.16.10.1
17472011/08/15 11:46:00 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.1].
17482011/08/15 11:46:03 OSPF: Terminating on signal
17492011/08/15 11:46:03 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.40.40, INBR(NULL), LSA[Type5,id(3.3.3.0),ar(10.90.40.40)]
17502011/08/15 11:46:03 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.1, INBR(NULL), LSA[Type5,id(3.3.3.0),ar(10.90.40.40)]
17512011/08/15 11:46:03 OSPF: ospf_flood_through_interface(): considering nbr 10.90.40.40 (2-Way)
17522011/08/15 11:46:03 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.40.40, INBR(NULL), LSA[Type5,id(10.18.140.0),ar(10.90.40.40)]
17532011/08/15 11:46:03 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.1, INBR(NULL), LSA[Type5,id(10.18.140.0),ar(10.90.40.40)]
17542011/08/15 11:46:03 OSPF: ospf_flood_through_interface(): considering nbr 10.90.40.40 (2-Way)
17552011/08/15 11:46:03 OSPF: ASBR[Status:1]: Update
17562011/08/15 11:46:03 OSPF: ASBR[Status:1]: Already ASBR
17572011/08/15 11:46:03 OSPF: ASBR[Status:0]: Update
17582011/08/15 11:46:03 OSPF: SPF: calculation timer scheduled
17592011/08/15 11:46:03 OSPF: SPF: calculation timer delay = 200
17602011/08/15 11:46:03 OSPF: ospf_check_abr_status(): Start
17612011/08/15 11:46:03 OSPF: ospf_check_abr_status(): looked through areas
17622011/08/15 11:46:03 OSPF: ospf_check_abr_status(): bb_configured: 0
17632011/08/15 11:46:03 OSPF: ospf_check_abr_status(): bb_act_attached: 0
17642011/08/15 11:46:03 OSPF: ospf_check_abr_status(): areas_configured: 1
17652011/08/15 11:46:03 OSPF: ospf_check_abr_status(): areas_act_attached: 1
17662011/08/15 11:46:03 OSPF: ospf_check_abr_status(): Start
17672011/08/15 11:46:03 OSPF: ospf_check_abr_status(): looked through areas
17682011/08/15 11:46:03 OSPF: ospf_check_abr_status(): bb_configured: 0
17692011/08/15 11:46:03 OSPF: ospf_check_abr_status(): bb_act_attached: 0
17702011/08/15 11:46:03 OSPF: ospf_check_abr_status(): areas_configured: 1
17712011/08/15 11:46:03 OSPF: ospf_check_abr_status(): areas_act_attached: 1
17722011/08/15 11:46:03 OSPF: interface 172.16.10.1 [4] leave AllSPFRouters Multicast group.
17732011/08/15 11:46:03 OSPF: interface 172.16.10.1 [4] leave AllDRouters Multicast group.
17742011/08/15 11:46:03 OSPF: ospf_check_abr_status(): Start
17752011/08/15 11:46:03 OSPF: ospf_check_abr_status(): looked through areas
17762011/08/15 11:46:03 OSPF: ospf_check_abr_status(): bb_configured: 0
17772011/08/15 11:46:03 OSPF: ospf_check_abr_status(): bb_act_attached: 0
17782011/08/15 11:46:03 OSPF: ospf_check_abr_status(): areas_configured: 1
17792011/08/15 11:46:03 OSPF: ospf_check_abr_status(): areas_act_attached: 1
17802011/08/15 11:46:03 OSPF: ospf_check_abr_status(): Start
17812011/08/15 11:46:03 OSPF: ospf_check_abr_status(): looked through areas
17822011/08/15 11:46:03 OSPF: ospf_check_abr_status(): bb_configured: 0
17832011/08/15 11:46:03 OSPF: ospf_check_abr_status(): bb_act_attached: 0
17842011/08/15 11:46:03 OSPF: ospf_check_abr_status(): areas_configured: 1
17852011/08/15 11:46:03 OSPF: ospf_check_abr_status(): areas_act_attached: 0
1786
1787-- On the Client
1788[jaumont@vega ~]$ cat quagga_client.log
17892011/08/15 11:37:45 ZEBRA: Zebra 0.99.17 starting: vty@2601
17902011/08/15 11:37:45 OSPF: Router-ID[OLD:0.0.0.0]: Update
17912011/08/15 11:37:45 OSPF: Router-ID[NEW:0.0.0.0]: Update
17922011/08/15 11:37:45 OSPF: ASBR[Status:1]: Update
17932011/08/15 11:37:45 OSPF: SPF: calculation timer scheduled
17942011/08/15 11:37:45 OSPF: SPF: calculation timer delay = 200
17952011/08/15 11:37:45 OSPF: ASBR[Status:2]: Update
17962011/08/15 11:37:45 OSPF: ASBR[Status:2]: Already ASBR
17972011/08/15 11:37:45 OSPF: ospf_check_abr_status(): Start
17982011/08/15 11:37:45 OSPF: ospf_check_abr_status(): looked through areas
17992011/08/15 11:37:45 OSPF: ospf_check_abr_status(): bb_configured: 0
18002011/08/15 11:37:45 OSPF: ospf_check_abr_status(): bb_act_attached: 0
18012011/08/15 11:37:45 OSPF: ospf_check_abr_status(): areas_configured: 0
18022011/08/15 11:37:45 OSPF: ospf_check_abr_status(): areas_act_attached: 0
18032011/08/15 11:37:45 OSPF: Router-ID[OLD:0.0.0.0]: Update
18042011/08/15 11:37:45 OSPF: Router-ID[NEW:0.0.0.0]: Update
18052011/08/15 11:37:45 OSPF: ospf_check_abr_status(): Start
18062011/08/15 11:37:45 OSPF: ospf_check_abr_status(): looked through areas
18072011/08/15 11:37:45 OSPF: ospf_check_abr_status(): bb_configured: 0
18082011/08/15 11:37:45 OSPF: ospf_check_abr_status(): bb_act_attached: 0
18092011/08/15 11:37:45 OSPF: ospf_check_abr_status(): areas_configured: 0
18102011/08/15 11:37:45 OSPF: ospf_check_abr_status(): areas_act_attached: 0
18112011/08/15 11:37:45 OSPF: Router-ID[OLD:0.0.0.0]: Update
18122011/08/15 11:37:45 OSPF: Router-ID[NEW:0.0.0.0]: Update
18132011/08/15 11:37:45 OSPF: ospf_check_abr_status(): Start
18142011/08/15 11:37:45 OSPF: ospf_check_abr_status(): looked through areas
18152011/08/15 11:37:45 OSPF: ospf_check_abr_status(): bb_configured: 0
18162011/08/15 11:37:45 OSPF: ospf_check_abr_status(): bb_act_attached: 0
18172011/08/15 11:37:45 OSPF: ospf_check_abr_status(): areas_configured: 0
18182011/08/15 11:37:45 OSPF: ospf_check_abr_status(): areas_act_attached: 0
18192011/08/15 11:37:45 OSPF: Router-ID[OLD:0.0.0.0]: Update
18202011/08/15 11:37:45 OSPF: Router-ID[NEW:0.0.0.0]: Update
18212011/08/15 11:37:45 OSPF: ospf_check_abr_status(): Start
18222011/08/15 11:37:45 OSPF: ospf_check_abr_status(): looked through areas
18232011/08/15 11:37:45 OSPF: ospf_check_abr_status(): bb_configured: 0
18242011/08/15 11:37:45 OSPF: ospf_check_abr_status(): bb_act_attached: 0
18252011/08/15 11:37:45 OSPF: ospf_check_abr_status(): areas_configured: 0
18262011/08/15 11:37:45 OSPF: ospf_check_abr_status(): areas_act_attached: 0
18272011/08/15 11:37:45 OSPF: OSPFd 0.99.17 starting: vty@2604
18282011/08/15 11:37:45 OSPF: Router-ID[OLD:0.0.0.0]: Update
18292011/08/15 11:37:45 OSPF: Router-ID[NEW:10.90.50.50]: Update
18302011/08/15 11:37:45 OSPF: interface 10.10.10.10 [1] join AllSPFRouters Multicast group.
18312011/08/15 11:37:45 OSPF: ospf_check_abr_status(): Start
18322011/08/15 11:37:45 OSPF: ospf_check_abr_status(): looked through areas
18332011/08/15 11:37:45 OSPF: ospf_check_abr_status(): bb_configured: 0
18342011/08/15 11:37:45 OSPF: ospf_check_abr_status(): bb_act_attached: 0
18352011/08/15 11:37:45 OSPF: ospf_check_abr_status(): areas_configured: 1
18362011/08/15 11:37:45 OSPF: ospf_check_abr_status(): areas_act_attached: 0
18372011/08/15 11:37:45 OSPF: ospf_check_abr_status(): Start
18382011/08/15 11:37:45 OSPF: ospf_check_abr_status(): looked through areas
18392011/08/15 11:37:45 OSPF: ospf_check_abr_status(): bb_configured: 0
18402011/08/15 11:37:45 OSPF: ospf_check_abr_status(): bb_act_attached: 0
18412011/08/15 11:37:45 OSPF: ospf_check_abr_status(): areas_configured: 1
18422011/08/15 11:37:45 OSPF: ospf_check_abr_status(): areas_act_attached: 1
18432011/08/15 11:37:45 OSPF: Timer[router-LSA]: (router-LSA Refresh expire)
18442011/08/15 11:37:45 OSPF: counting fully adjacent virtual neighbors in area 100.100.100.100
18452011/08/15 11:37:45 OSPF: there are 0 of them
18462011/08/15 11:37:45 OSPF: SPF: calculation timer scheduled
18472011/08/15 11:37:45 OSPF: SPF: calculation timer is already scheduled: 0x2832c500
18482011/08/15 11:37:45 OSPF: ospf_flood_through_interface(): considering int em0:10.10.10.10, INBR(NULL), LSA[Type1,id(10.90.50.50),ar(10.90.50.50)]
18492011/08/15 11:37:45 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
18502011/08/15 11:37:45 OSPF: ospf_check_abr_status(): Start
18512011/08/15 11:37:45 OSPF: ospf_check_abr_status(): looked through areas
18522011/08/15 11:37:45 OSPF: ospf_check_abr_status(): bb_configured: 0
18532011/08/15 11:37:45 OSPF: ospf_check_abr_status(): bb_act_attached: 0
18542011/08/15 11:37:45 OSPF: ospf_check_abr_status(): areas_configured: 1
18552011/08/15 11:37:45 OSPF: ospf_check_abr_status(): areas_act_attached: 1
18562011/08/15 11:37:45 OSPF: ospf_check_abr_status(): Start
18572011/08/15 11:37:45 OSPF: ospf_check_abr_status(): looked through areas
18582011/08/15 11:37:45 OSPF: ospf_check_abr_status(): bb_configured: 0
18592011/08/15 11:37:45 OSPF: ospf_check_abr_status(): bb_act_attached: 0
18602011/08/15 11:37:45 OSPF: ospf_check_abr_status(): areas_configured: 1
18612011/08/15 11:37:45 OSPF: ospf_check_abr_status(): areas_act_attached: 1
18622011/08/15 11:37:45 OSPF: make_hello: options: 2, int: em0:10.10.10.10
18632011/08/15 11:37:45 OSPF: interface 172.16.10.2 [4] join AllSPFRouters Multicast group.
18642011/08/15 11:37:45 OSPF: ospf_check_abr_status(): Start
18652011/08/15 11:37:45 OSPF: ospf_check_abr_status(): looked through areas
18662011/08/15 11:37:45 OSPF: ospf_check_abr_status(): bb_configured: 0
18672011/08/15 11:37:45 OSPF: ospf_check_abr_status(): bb_act_attached: 0
18682011/08/15 11:37:45 OSPF: ospf_check_abr_status(): areas_configured: 1
18692011/08/15 11:37:45 OSPF: ospf_check_abr_status(): areas_act_attached: 1
18702011/08/15 11:37:45 OSPF: ospf_check_abr_status(): Start
18712011/08/15 11:37:45 OSPF: ospf_check_abr_status(): looked through areas
18722011/08/15 11:37:45 OSPF: ospf_check_abr_status(): bb_configured: 0
18732011/08/15 11:37:45 OSPF: ospf_check_abr_status(): bb_act_attached: 0
18742011/08/15 11:37:45 OSPF: ospf_check_abr_status(): areas_configured: 1
18752011/08/15 11:37:45 OSPF: ospf_check_abr_status(): areas_act_attached: 1
18762011/08/15 11:37:45 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
18772011/08/15 11:37:45 OSPF: ospf_flood_through_interface(): considering int em0:10.10.10.10, INBR(NULL), LSA[Type5,id(4.4.4.0),ar(10.90.50.50)]
18782011/08/15 11:37:45 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
18792011/08/15 11:37:45 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.50.50, INBR(NULL), LSA[Type5,id(4.4.4.0),ar(10.90.50.50)]
18802011/08/15 11:37:45 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.2, INBR(NULL), LSA[Type5,id(4.4.4.0),ar(10.90.50.50)]
18812011/08/15 11:37:45 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
18822011/08/15 11:37:45 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
18832011/08/15 11:37:45 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
18842011/08/15 11:37:45 OSPF: SPF: Timer (SPF calculation expire)
18852011/08/15 11:37:45 OSPF: ospf_spf_calculate: Start
18862011/08/15 11:37:45 OSPF: ospf_spf_calculate: running Dijkstra for area 100.100.100.100
18872011/08/15 11:37:45 OSPF: ospf_vertex_new: Created Router vertex 10.90.50.50
18882011/08/15 11:37:45 OSPF: ospf_spf_next: Next vertex of Router vertex 10.90.50.50
18892011/08/15 11:37:45 OSPF: SPF Result: 0 [R] 10.90.50.50
18902011/08/15 11:37:45 OSPF: ========== OSPF routing table ==========
18912011/08/15 11:37:45 OSPF: ========================================
18922011/08/15 11:37:45 OSPF: ospf_process_stub():processing stubs for area 100.100.100.100
18932011/08/15 11:37:45 OSPF: ospf_process_stubs():processing router LSA, id: 10.90.50.50
18942011/08/15 11:37:45 OSPF: ospf_process_stubs(): we have 1 links to process
18952011/08/15 11:37:45 OSPF: ospf_intra_add_stub(): Start
18962011/08/15 11:37:45 OSPF: ospf_intra_add_stub(): processing route to 10.10.10.0/24
18972011/08/15 11:37:45 OSPF: ospf_intra_add_stub(): calculated cost is 0 + 10 = 10
18982011/08/15 11:37:45 OSPF: ospf_intra_add_stub(): installing new route
18992011/08/15 11:37:45 OSPF: ospf_intra_add_stub(): this network is on this router
19002011/08/15 11:37:45 OSPF: ospf_intra_add_stub(): the interface is em0:10.10.10.10
19012011/08/15 11:37:45 OSPF: ospf_intra_add_stub(): Stop
19022011/08/15 11:37:45 OSPF: ospf_process_stubs(): after examining links:  Router vertex 10.90.50.50  distance 0 flags 0
19032011/08/15 11:37:45 OSPF: ospf_spf_calculate Router vertex 10.90.50.50  distance 0 flags 0
19042011/08/15 11:37:45 OSPF: ospf_vertex_free: Free Router vertex 10.90.50.50
19052011/08/15 11:37:45 OSPF: ospf_spf_calculate: Stop. 0 vertices
19062011/08/15 11:37:45 OSPF: ospf_ia_routing():start
19072011/08/15 11:37:45 OSPF: ospf_ia_routing():not ABR, considering all areas
19082011/08/15 11:37:45 OSPF: Pruning unreachable networks
19092011/08/15 11:37:45 OSPF: Pruning unreachable routers
19102011/08/15 11:37:45 OSPF: SPF: calculation complete
19112011/08/15 11:37:50 OSPF: Timer[router-LSA]: (router-LSA Refresh expire)
19122011/08/15 11:37:50 OSPF: counting fully adjacent virtual neighbors in area 100.100.100.100
19132011/08/15 11:37:50 OSPF: there are 0 of them
19142011/08/15 11:37:50 OSPF: SPF: calculation timer scheduled
19152011/08/15 11:37:50 OSPF: SPF: calculation timer delay = 200
19162011/08/15 11:37:50 OSPF: ospf_flood_through_interface(): considering int em0:10.10.10.10, INBR(NULL), LSA[Type1,id(10.90.50.50),ar(10.90.50.50)]
19172011/08/15 11:37:50 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
19182011/08/15 11:37:50 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.50.50, INBR(NULL), LSA[Type1,id(10.90.50.50),ar(10.90.50.50)]
19192011/08/15 11:37:50 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.2, INBR(NULL), LSA[Type1,id(10.90.50.50),ar(10.90.50.50)]
19202011/08/15 11:37:50 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
19212011/08/15 11:37:50 OSPF: SPF: Timer (SPF calculation expire)
19222011/08/15 11:37:50 OSPF: ospf_spf_calculate: Start
19232011/08/15 11:37:50 OSPF: ospf_spf_calculate: running Dijkstra for area 100.100.100.100
19242011/08/15 11:37:50 OSPF: ospf_vertex_new: Created Router vertex 10.90.50.50
19252011/08/15 11:37:50 OSPF: ospf_spf_next: Next vertex of Router vertex 10.90.50.50
19262011/08/15 11:37:50 OSPF: SPF Result: 0 [R] 10.90.50.50
19272011/08/15 11:37:50 OSPF: ========== OSPF routing table ==========
19282011/08/15 11:37:50 OSPF: ========================================
19292011/08/15 11:37:50 OSPF: ospf_process_stub():processing stubs for area 100.100.100.100
19302011/08/15 11:37:50 OSPF: ospf_process_stubs():processing router LSA, id: 10.90.50.50
19312011/08/15 11:37:50 OSPF: ospf_process_stubs(): we have 3 links to process
19322011/08/15 11:37:50 OSPF: ospf_intra_add_stub(): Start
19332011/08/15 11:37:50 OSPF: ospf_intra_add_stub(): processing route to 10.10.10.0/24
19342011/08/15 11:37:50 OSPF: ospf_intra_add_stub(): calculated cost is 0 + 10 = 10
19352011/08/15 11:37:50 OSPF: ospf_intra_add_stub(): installing new route
19362011/08/15 11:37:50 OSPF: ospf_intra_add_stub(): this network is on this router
19372011/08/15 11:37:50 OSPF: ospf_intra_add_stub(): the interface is em0:10.10.10.10
19382011/08/15 11:37:50 OSPF: ospf_intra_add_stub(): Stop
19392011/08/15 11:37:50 OSPF: ospf_intra_add_stub(): Start
19402011/08/15 11:37:50 OSPF: ospf_intra_add_stub(): processing route to 10.90.50.50/32
19412011/08/15 11:37:50 OSPF: ospf_intra_add_stub(): calculated cost is 0 + 10 = 10
19422011/08/15 11:37:50 OSPF: ospf_intra_add_stub(): installing new route
19432011/08/15 11:37:50 OSPF: ospf_intra_add_stub(): this network is on this router
19442011/08/15 11:37:50 OSPF: ospf_intra_add_stub(): the interface is lo0:10.90.50.50
19452011/08/15 11:37:50 OSPF: ospf_intra_add_stub(): Stop
19462011/08/15 11:37:50 OSPF: ospf_intra_add_stub(): Start
19472011/08/15 11:37:50 OSPF: ospf_intra_add_stub(): processing route to 172.16.10.0/24
19482011/08/15 11:37:50 OSPF: ospf_intra_add_stub(): calculated cost is 0 + 100 = 100
19492011/08/15 11:37:50 OSPF: ospf_intra_add_stub(): installing new route
19502011/08/15 11:37:50 OSPF: ospf_intra_add_stub(): this network is on this router
19512011/08/15 11:37:50 OSPF: ospf_intra_add_stub(): the interface is tap0:172.16.10.2
19522011/08/15 11:37:50 OSPF: ospf_intra_add_stub(): Stop
19532011/08/15 11:37:50 OSPF: ospf_process_stubs(): after examining links:  Router vertex 10.90.50.50  distance 0 flags 0
19542011/08/15 11:37:50 OSPF: ospf_spf_calculate Router vertex 10.90.50.50  distance 0 flags 0
19552011/08/15 11:37:50 OSPF: ospf_vertex_free: Free Router vertex 10.90.50.50
19562011/08/15 11:37:50 OSPF: ospf_spf_calculate: Stop. 0 vertices
19572011/08/15 11:37:50 OSPF: ospf_ia_routing():start
19582011/08/15 11:37:50 OSPF: ospf_ia_routing():not ABR, considering all areas
19592011/08/15 11:37:50 OSPF: Pruning unreachable networks
19602011/08/15 11:37:50 OSPF: Pruning unreachable routers
19612011/08/15 11:37:50 OSPF: SPF: calculation complete
19622011/08/15 11:37:55 OSPF: make_hello: options: 2, int: em0:10.10.10.10
19632011/08/15 11:37:55 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
19642011/08/15 11:37:55 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
19652011/08/15 11:37:55 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
19662011/08/15 11:38:05 OSPF: make_hello: options: 2, int: em0:10.10.10.10
19672011/08/15 11:38:05 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
19682011/08/15 11:38:05 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
19692011/08/15 11:38:05 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
19702011/08/15 11:38:15 OSPF: make_hello: options: 2, int: em0:10.10.10.10
19712011/08/15 11:38:15 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
19722011/08/15 11:38:15 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
19732011/08/15 11:38:15 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
19742011/08/15 11:38:25 OSPF: DR-Election[1st]: Backup 10.10.10.10
19752011/08/15 11:38:25 OSPF: DR-Election[1st]: DR     10.10.10.10
19762011/08/15 11:38:25 OSPF: DR-Election[2nd]: Backup 0.0.0.0
19772011/08/15 11:38:25 OSPF: DR-Election[2nd]: DR     10.10.10.10
19782011/08/15 11:38:25 OSPF: interface 10.10.10.10 [1] join AllDRouters Multicast group.
19792011/08/15 11:38:25 OSPF: ospf_check_abr_status(): Start
19802011/08/15 11:38:25 OSPF: ospf_check_abr_status(): looked through areas
19812011/08/15 11:38:25 OSPF: ospf_check_abr_status(): bb_configured: 0
19822011/08/15 11:38:25 OSPF: ospf_check_abr_status(): bb_act_attached: 0
19832011/08/15 11:38:25 OSPF: ospf_check_abr_status(): areas_configured: 1
19842011/08/15 11:38:25 OSPF: ospf_check_abr_status(): areas_act_attached: 1
19852011/08/15 11:38:25 OSPF: DR-Election[1st]: Backup 172.16.10.2
19862011/08/15 11:38:25 OSPF: DR-Election[1st]: DR     172.16.10.2
19872011/08/15 11:38:25 OSPF: DR-Election[2nd]: Backup 0.0.0.0
19882011/08/15 11:38:25 OSPF: DR-Election[2nd]: DR     172.16.10.2
19892011/08/15 11:38:25 OSPF: interface 172.16.10.2 [4] join AllDRouters Multicast group.
19902011/08/15 11:38:25 OSPF: ospf_check_abr_status(): Start
19912011/08/15 11:38:25 OSPF: ospf_check_abr_status(): looked through areas
19922011/08/15 11:38:25 OSPF: ospf_check_abr_status(): bb_configured: 0
19932011/08/15 11:38:25 OSPF: ospf_check_abr_status(): bb_act_attached: 0
19942011/08/15 11:38:25 OSPF: ospf_check_abr_status(): areas_configured: 1
19952011/08/15 11:38:25 OSPF: ospf_check_abr_status(): areas_act_attached: 1
19962011/08/15 11:38:25 OSPF: Timer[router-LSA]: (router-LSA Refresh expire)
19972011/08/15 11:38:25 OSPF: counting fully adjacent virtual neighbors in area 100.100.100.100
19982011/08/15 11:38:25 OSPF: there are 0 of them
19992011/08/15 11:38:25 OSPF: ospf_flood_through_interface(): considering int em0:10.10.10.10, INBR(NULL), LSA[Type1,id(10.90.50.50),ar(10.90.50.50)]
20002011/08/15 11:38:25 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
20012011/08/15 11:38:25 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.50.50, INBR(NULL), LSA[Type1,id(10.90.50.50),ar(10.90.50.50)]
20022011/08/15 11:38:25 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.2, INBR(NULL), LSA[Type1,id(10.90.50.50),ar(10.90.50.50)]
20032011/08/15 11:38:25 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
20042011/08/15 11:38:25 OSPF: make_hello: options: 2, int: em0:10.10.10.10
20052011/08/15 11:38:25 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
20062011/08/15 11:38:25 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
20072011/08/15 11:38:25 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
20082011/08/15 11:38:35 OSPF: make_hello: options: 2, int: em0:10.10.10.10
20092011/08/15 11:38:35 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
20102011/08/15 11:38:35 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
20112011/08/15 11:38:35 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
20122011/08/15 11:38:45 OSPF: make_hello: options: 2, int: em0:10.10.10.10
20132011/08/15 11:38:45 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
20142011/08/15 11:38:45 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
20152011/08/15 11:38:45 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
20162011/08/15 11:38:55 OSPF: make_hello: options: 2, int: em0:10.10.10.10
20172011/08/15 11:38:55 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
20182011/08/15 11:38:55 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
20192011/08/15 11:38:55 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
20202011/08/15 11:39:05 OSPF: make_hello: options: 2, int: em0:10.10.10.10
20212011/08/15 11:39:05 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
20222011/08/15 11:39:05 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
20232011/08/15 11:39:05 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
20242011/08/15 11:39:15 OSPF: make_hello: options: 2, int: em0:10.10.10.10
20252011/08/15 11:39:15 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
20262011/08/15 11:39:15 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
20272011/08/15 11:39:15 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
20282011/08/15 11:39:25 OSPF: make_hello: options: 2, int: em0:10.10.10.10
20292011/08/15 11:39:25 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
20302011/08/15 11:39:25 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
20312011/08/15 11:39:25 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
20322011/08/15 11:39:35 OSPF: make_hello: options: 2, int: em0:10.10.10.10
20332011/08/15 11:39:35 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
20342011/08/15 11:39:35 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
20352011/08/15 11:39:35 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
20362011/08/15 11:39:45 OSPF: make_hello: options: 2, int: em0:10.10.10.10
20372011/08/15 11:39:45 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
20382011/08/15 11:39:45 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
20392011/08/15 11:39:45 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
20402011/08/15 11:39:55 OSPF: make_hello: options: 2, int: em0:10.10.10.10
20412011/08/15 11:39:55 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
20422011/08/15 11:39:55 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
20432011/08/15 11:39:55 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
20442011/08/15 11:40:05 OSPF: make_hello: options: 2, int: em0:10.10.10.10
20452011/08/15 11:40:05 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
20462011/08/15 11:40:05 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
20472011/08/15 11:40:05 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
20482011/08/15 11:40:15 OSPF: make_hello: options: 2, int: em0:10.10.10.10
20492011/08/15 11:40:15 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
20502011/08/15 11:40:15 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
20512011/08/15 11:40:15 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
20522011/08/15 11:40:25 OSPF: make_hello: options: 2, int: em0:10.10.10.10
20532011/08/15 11:40:25 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
20542011/08/15 11:40:25 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
20552011/08/15 11:40:25 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
20562011/08/15 11:40:35 OSPF: make_hello: options: 2, int: em0:10.10.10.10
20572011/08/15 11:40:35 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
20582011/08/15 11:40:35 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
20592011/08/15 11:40:35 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
20602011/08/15 11:40:45 OSPF: make_hello: options: 2, int: em0:10.10.10.10
20612011/08/15 11:40:45 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
20622011/08/15 11:40:45 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
20632011/08/15 11:40:45 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
20642011/08/15 11:40:55 OSPF: make_hello: options: 2, int: em0:10.10.10.10
20652011/08/15 11:40:55 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
20662011/08/15 11:40:55 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
20672011/08/15 11:40:55 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
20682011/08/15 11:41:05 OSPF: make_hello: options: 2, int: em0:10.10.10.10
20692011/08/15 11:41:05 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
20702011/08/15 11:41:05 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
20712011/08/15 11:41:05 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
20722011/08/15 11:41:15 OSPF: make_hello: options: 2, int: em0:10.10.10.10
20732011/08/15 11:41:15 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
20742011/08/15 11:41:15 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
20752011/08/15 11:41:15 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
20762011/08/15 11:41:25 OSPF: make_hello: options: 2, int: em0:10.10.10.10
20772011/08/15 11:41:25 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
20782011/08/15 11:41:25 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
20792011/08/15 11:41:25 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
20802011/08/15 11:41:35 OSPF: make_hello: options: 2, int: em0:10.10.10.10
20812011/08/15 11:41:35 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
20822011/08/15 11:41:35 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
20832011/08/15 11:41:35 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
20842011/08/15 11:41:45 OSPF: make_hello: options: 2, int: em0:10.10.10.10
20852011/08/15 11:41:45 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
20862011/08/15 11:41:45 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
20872011/08/15 11:41:45 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
20882011/08/15 11:41:55 OSPF: make_hello: options: 2, int: em0:10.10.10.10
20892011/08/15 11:41:55 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
20902011/08/15 11:41:55 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
20912011/08/15 11:41:55 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
20922011/08/15 11:42:05 OSPF: make_hello: options: 2, int: em0:10.10.10.10
20932011/08/15 11:42:05 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
20942011/08/15 11:42:05 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
20952011/08/15 11:42:05 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
20962011/08/15 11:42:15 OSPF: make_hello: options: 2, int: em0:10.10.10.10
20972011/08/15 11:42:15 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
20982011/08/15 11:42:15 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
20992011/08/15 11:42:15 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
21002011/08/15 11:42:26 OSPF: make_hello: options: 2, int: em0:10.10.10.10
21012011/08/15 11:42:26 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
21022011/08/15 11:42:26 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
21032011/08/15 11:42:26 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
21042011/08/15 11:42:36 OSPF: make_hello: options: 2, int: em0:10.10.10.10
21052011/08/15 11:42:36 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
21062011/08/15 11:42:36 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
21072011/08/15 11:42:36 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
21082011/08/15 11:42:46 OSPF: make_hello: options: 2, int: em0:10.10.10.10
21092011/08/15 11:42:46 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
21102011/08/15 11:42:46 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
21112011/08/15 11:42:46 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
21122011/08/15 11:42:56 OSPF: make_hello: options: 2, int: em0:10.10.10.10
21132011/08/15 11:42:56 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
21142011/08/15 11:42:56 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
21152011/08/15 11:42:56 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
21162011/08/15 11:43:06 OSPF: make_hello: options: 2, int: em0:10.10.10.10
21172011/08/15 11:43:06 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
21182011/08/15 11:43:06 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
21192011/08/15 11:43:06 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
21202011/08/15 11:43:16 OSPF: make_hello: options: 2, int: em0:10.10.10.10
21212011/08/15 11:43:16 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
21222011/08/15 11:43:16 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
21232011/08/15 11:43:16 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
21242011/08/15 11:43:26 OSPF: make_hello: options: 2, int: em0:10.10.10.10
21252011/08/15 11:43:26 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
21262011/08/15 11:43:26 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
21272011/08/15 11:43:26 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
21282011/08/15 11:43:36 OSPF: make_hello: options: 2, int: em0:10.10.10.10
21292011/08/15 11:43:36 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
21302011/08/15 11:43:36 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
21312011/08/15 11:43:36 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
21322011/08/15 11:43:46 OSPF: make_hello: options: 2, int: em0:10.10.10.10
21332011/08/15 11:43:46 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
21342011/08/15 11:43:46 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
21352011/08/15 11:43:46 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
21362011/08/15 11:43:56 OSPF: make_hello: options: 2, int: em0:10.10.10.10
21372011/08/15 11:43:56 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
21382011/08/15 11:43:56 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
21392011/08/15 11:43:56 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
21402011/08/15 11:44:06 OSPF: make_hello: options: 2, int: em0:10.10.10.10
21412011/08/15 11:44:06 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
21422011/08/15 11:44:06 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
21432011/08/15 11:44:06 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
21442011/08/15 11:44:16 OSPF: make_hello: options: 2, int: em0:10.10.10.10
21452011/08/15 11:44:16 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
21462011/08/15 11:44:16 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
21472011/08/15 11:44:16 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
21482011/08/15 11:44:26 OSPF: make_hello: options: 2, int: em0:10.10.10.10
21492011/08/15 11:44:26 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
21502011/08/15 11:44:26 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
21512011/08/15 11:44:26 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
21522011/08/15 11:44:36 OSPF: make_hello: options: 2, int: em0:10.10.10.10
21532011/08/15 11:44:36 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
21542011/08/15 11:44:36 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
21552011/08/15 11:44:36 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
21562011/08/15 11:44:46 OSPF: ospf_flood_through_interface(): considering int em0:10.10.10.10, INBR(NULL), LSA[Type5,id(4.4.4.0),ar(10.90.50.50)]
21572011/08/15 11:44:46 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
21582011/08/15 11:44:46 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.50.50, INBR(NULL), LSA[Type5,id(4.4.4.0),ar(10.90.50.50)]
21592011/08/15 11:44:46 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.2, INBR(NULL), LSA[Type5,id(4.4.4.0),ar(10.90.50.50)]
21602011/08/15 11:44:46 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
21612011/08/15 11:44:46 OSPF: make_hello: options: 2, int: em0:10.10.10.10
21622011/08/15 11:44:46 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
21632011/08/15 11:44:46 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
21642011/08/15 11:44:46 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
21652011/08/15 11:44:56 OSPF: make_hello: options: 2, int: em0:10.10.10.10
21662011/08/15 11:44:56 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
21672011/08/15 11:44:56 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
21682011/08/15 11:44:56 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
21692011/08/15 11:45:06 OSPF: make_hello: options: 2, int: em0:10.10.10.10
21702011/08/15 11:45:06 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
21712011/08/15 11:45:06 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
21722011/08/15 11:45:06 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
21732011/08/15 11:45:10 OSPF: ip_v 4
21742011/08/15 11:45:10 OSPF: ip_hl 5
21752011/08/15 11:45:10 OSPF: ip_tos 192
21762011/08/15 11:45:10 OSPF: ip_len 60
21772011/08/15 11:45:10 OSPF: ip_id 1410
21782011/08/15 11:45:10 OSPF: ip_off 0
21792011/08/15 11:45:10 OSPF: ip_ttl 1
21802011/08/15 11:45:10 OSPF: ip_p 89
21812011/08/15 11:45:10 OSPF: ip_sum 0xfd1c
21822011/08/15 11:45:10 OSPF: ip_src 172.16.10.1
21832011/08/15 11:45:10 OSPF: ip_dst 224.0.0.5
21842011/08/15 11:45:10 OSPF: Hello received from [10.90.40.40] via [tap0:172.16.10.2]
21852011/08/15 11:45:10 OSPF:  src [172.16.10.1],
21862011/08/15 11:45:10 OSPF:  dst [224.0.0.5]
21872011/08/15 11:45:10 OSPF: Packet 10.90.40.40 [Hello:RECV]: Options *|-|-|-|-|-|E|*
21882011/08/15 11:45:10 OSPF: NSM[tap0:172.16.10.2:0.0.0.0]: start
21892011/08/15 11:45:16 OSPF: make_hello: options: 2, int: em0:10.10.10.10
21902011/08/15 11:45:16 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
21912011/08/15 11:45:16 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
21922011/08/15 11:45:16 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
21932011/08/15 11:45:16 OSPF: ip_v 4
21942011/08/15 11:45:16 OSPF: ip_hl 5
21952011/08/15 11:45:16 OSPF: ip_tos 192
21962011/08/15 11:45:16 OSPF: ip_len 48
21972011/08/15 11:45:16 OSPF: ip_id 1416
21982011/08/15 11:45:16 OSPF: ip_off 0
21992011/08/15 11:45:16 OSPF: ip_ttl 1
22002011/08/15 11:45:16 OSPF: ip_p 89
22012011/08/15 11:45:16 OSPF: ip_sum 0xf646
22022011/08/15 11:45:16 OSPF: ip_src 172.16.10.1
22032011/08/15 11:45:16 OSPF: ip_dst 172.16.10.2
22042011/08/15 11:45:16 OSPF: Database Description received from [10.90.40.40] via [tap0:172.16.10.2]
22052011/08/15 11:45:16 OSPF:  src [172.16.10.1],
22062011/08/15 11:45:16 OSPF:  dst [172.16.10.2]
22072011/08/15 11:45:16 OSPF: DR-Election[1st]: Backup 172.16.10.1
22082011/08/15 11:45:16 OSPF: DR-Election[1st]: DR     172.16.10.2
22092011/08/15 11:45:16 OSPF: Packet[DD]: Neighbor 10.90.40.40: Initial DBD from Slave, ignoring.
22102011/08/15 11:45:16 OSPF: Database Description sent to [172.16.10.1] via [tap0:172.16.10.2].
22112011/08/15 11:45:16 OSPF: ip_v 4
22122011/08/15 11:45:16 OSPF: ip_hl 5
22132011/08/15 11:45:16 OSPF: ip_tos 192
22142011/08/15 11:45:16 OSPF: ip_len 108
22152011/08/15 11:45:16 OSPF: ip_id 1418
22162011/08/15 11:45:16 OSPF: ip_off 0
22172011/08/15 11:45:16 OSPF: ip_ttl 1
22182011/08/15 11:45:16 OSPF: ip_p 89
22192011/08/15 11:45:16 OSPF: ip_sum 0xb846
22202011/08/15 11:45:16 OSPF: ip_src 172.16.10.1
22212011/08/15 11:45:16 OSPF: ip_dst 172.16.10.2
22222011/08/15 11:45:16 OSPF: Database Description received from [10.90.40.40] via [tap0:172.16.10.2]
22232011/08/15 11:45:16 OSPF:  src [172.16.10.1],
22242011/08/15 11:45:16 OSPF:  dst [172.16.10.2]
22252011/08/15 11:45:16 OSPF: Packet[DD]: Neighbor 10.90.40.40 Negotiation done (Master).
22262011/08/15 11:45:16 OSPF: Database Description sent to [172.16.10.1] via [tap0:172.16.10.2].
22272011/08/15 11:45:16 OSPF: ip_v 4
22282011/08/15 11:45:16 OSPF: ip_hl 5
22292011/08/15 11:45:16 OSPF: ip_tos 192
22302011/08/15 11:45:16 OSPF: ip_len 48
22312011/08/15 11:45:16 OSPF: ip_id 1420
22322011/08/15 11:45:16 OSPF: ip_off 0
22332011/08/15 11:45:16 OSPF: ip_ttl 1
22342011/08/15 11:45:16 OSPF: ip_p 89
22352011/08/15 11:45:16 OSPF: ip_sum 0xf246
22362011/08/15 11:45:16 OSPF: ip_src 172.16.10.1
22372011/08/15 11:45:16 OSPF: ip_dst 172.16.10.2
22382011/08/15 11:45:16 OSPF: Database Description received from [10.90.40.40] via [tap0:172.16.10.2]
22392011/08/15 11:45:16 OSPF:  src [172.16.10.1],
22402011/08/15 11:45:16 OSPF:  dst [172.16.10.2]
22412011/08/15 11:45:16 OSPF: Link State Request sent to [172.16.10.1] via [tap0:172.16.10.2].
22422011/08/15 11:45:16 OSPF: ip_v 4
22432011/08/15 11:45:16 OSPF: ip_hl 5
22442011/08/15 11:45:16 OSPF: ip_tos 192
22452011/08/15 11:45:16 OSPF: ip_len 64
22462011/08/15 11:45:16 OSPF: ip_id 1421
22472011/08/15 11:45:16 OSPF: ip_off 0
22482011/08/15 11:45:16 OSPF: ip_ttl 1
22492011/08/15 11:45:16 OSPF: ip_p 89
22502011/08/15 11:45:16 OSPF: ip_sum 0xe146
22512011/08/15 11:45:16 OSPF: ip_src 172.16.10.1
22522011/08/15 11:45:16 OSPF: ip_dst 172.16.10.2
22532011/08/15 11:45:16 OSPF: Link State Request received from [10.90.40.40] via [tap0:172.16.10.2]
22542011/08/15 11:45:16 OSPF:  src [172.16.10.1],
22552011/08/15 11:45:16 OSPF:  dst [172.16.10.2]
22562011/08/15 11:45:16 OSPF: ospf_ls_upd_send_queue start
22572011/08/15 11:45:16 OSPF: listcount = 2, dst 224.0.0.5
22582011/08/15 11:45:16 OSPF: ospf_make_ls_upd: Start
22592011/08/15 11:45:16 OSPF: ospf_make_ls_upd: List Iteration
22602011/08/15 11:45:16 OSPF: ospf_make_ls_upd: List Iteration
22612011/08/15 11:45:16 OSPF: ospf_make_ls_upd: Stop
22622011/08/15 11:45:16 OSPF: ospf_ls_upd_send_queue stop
22632011/08/15 11:45:16 OSPF: Link State Update sent to [224.0.0.5] via [tap0:172.16.10.2].
22642011/08/15 11:45:16 OSPF: ip_v 4
22652011/08/15 11:45:16 OSPF: ip_hl 5
22662011/08/15 11:45:16 OSPF: ip_tos 192
22672011/08/15 11:45:16 OSPF: ip_len 164
22682011/08/15 11:45:16 OSPF: ip_id 1424
22692011/08/15 11:45:16 OSPF: ip_off 0
22702011/08/15 11:45:16 OSPF: ip_ttl 1
22712011/08/15 11:45:16 OSPF: ip_p 89
22722011/08/15 11:45:16 OSPF: ip_sum 0x871c
22732011/08/15 11:45:16 OSPF: ip_src 172.16.10.1
22742011/08/15 11:45:16 OSPF: ip_dst 224.0.0.5
22752011/08/15 11:45:16 OSPF: Link State Update received from [10.90.40.40] via [tap0:172.16.10.2]
22762011/08/15 11:45:16 OSPF:  src [172.16.10.1],
22772011/08/15 11:45:16 OSPF:  dst [224.0.0.5]
22782011/08/15 11:45:16 OSPF: LSA[Type1:10.90.40.40]: 0x2836cc00 new LSA created with Link State Update
22792011/08/15 11:45:16 OSPF: LSA[Type5:3.3.3.0]: 0x2836cc40 new LSA created with Link State Update
22802011/08/15 11:45:16 OSPF: LSA[Type5:10.18.140.0]: 0x2836ce40 new LSA created with Link State Update
22812011/08/15 11:45:16 OSPF: LSA[Flooding]: start, NBR 10.90.40.40 (Loading), cur(0x0), New-LSA[Type1,id(10.90.40.40),ar(10.90.40.40)]
22822011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering int em0:10.10.10.10, INBR(10.90.40.40), LSA[Type1,id(10.90.40.40),ar(10.90.40.40)]
22832011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
22842011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.50.50, INBR(10.90.40.40), LSA[Type1,id(10.90.40.40),ar(10.90.40.40)]
22852011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.2, INBR(10.90.40.40), LSA[Type1,id(10.90.40.40),ar(10.90.40.40)]
22862011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering nbr 10.90.40.40 (Loading)
22872011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): nbr adj is not Full
22882011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
22892011/08/15 11:45:16 OSPF: SPF: calculation timer scheduled
22902011/08/15 11:45:16 OSPF: SPF: calculation timer delay = 200
22912011/08/15 11:45:16 OSPF: LSA[Flooding]: start, NBR 10.90.40.40 (Loading), cur(0x0), New-LSA[Type5,id(3.3.3.0),ar(10.90.40.40)]
22922011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering int em0:10.10.10.10, INBR(10.90.40.40), LSA[Type5,id(3.3.3.0),ar(10.90.40.40)]
22932011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
22942011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.50.50, INBR(10.90.40.40), LSA[Type5,id(3.3.3.0),ar(10.90.40.40)]
22952011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.2, INBR(10.90.40.40), LSA[Type5,id(3.3.3.0),ar(10.90.40.40)]
22962011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering nbr 10.90.40.40 (Loading)
22972011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): nbr adj is not Full
22982011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
22992011/08/15 11:45:16 OSPF: LSA[Flooding]: start, NBR 10.90.40.40 (Loading), cur(0x0), New-LSA[Type5,id(10.18.140.0),ar(10.90.40.40)]
23002011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering int em0:10.10.10.10, INBR(10.90.40.40), LSA[Type5,id(10.18.140.0),ar(10.90.40.40)]
23012011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
23022011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.50.50, INBR(10.90.40.40), LSA[Type5,id(10.18.140.0),ar(10.90.40.40)]
23032011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.2, INBR(10.90.40.40), LSA[Type5,id(10.18.140.0),ar(10.90.40.40)]
23042011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering nbr 10.90.40.40 (Loading)
23052011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): nbr adj is not Full
23062011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
23072011/08/15 11:45:16 OSPF: ospf_check_abr_status(): Start
23082011/08/15 11:45:16 OSPF: ospf_check_abr_status(): looked through areas
23092011/08/15 11:45:16 OSPF: ospf_check_abr_status(): bb_configured: 0
23102011/08/15 11:45:16 OSPF: ospf_check_abr_status(): bb_act_attached: 0
23112011/08/15 11:45:16 OSPF: ospf_check_abr_status(): areas_configured: 1
23122011/08/15 11:45:16 OSPF: ospf_check_abr_status(): areas_act_attached: 1
23132011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering int em0:10.10.10.10, INBR(NULL), LSA[Type5,id(4.4.4.0),ar(10.90.50.50)]
23142011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
23152011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.50.50, INBR(NULL), LSA[Type5,id(4.4.4.0),ar(10.90.50.50)]
23162011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.2, INBR(NULL), LSA[Type5,id(4.4.4.0),ar(10.90.50.50)]
23172011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering nbr 10.90.40.40 (Full)
23182011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
23192011/08/15 11:45:16 OSPF: nsm_change_state(10.90.40.40, Loading -> Full): scheduling new router-LSA origination
23202011/08/15 11:45:16 OSPF: ospf_ls_upd_send_queue start
23212011/08/15 11:45:16 OSPF: listcount = 1, dst 224.0.0.5
23222011/08/15 11:45:16 OSPF: ospf_make_ls_upd: Start
23232011/08/15 11:45:16 OSPF: ospf_make_ls_upd: List Iteration
23242011/08/15 11:45:16 OSPF: ospf_make_ls_upd: Stop
23252011/08/15 11:45:16 OSPF: ospf_ls_upd_send_queue stop
23262011/08/15 11:45:16 OSPF: SPF: calculation timer scheduled
23272011/08/15 11:45:16 OSPF: SPF: calculation timer is already scheduled: 0x2832c400
23282011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering int em0:10.10.10.10, INBR(NULL), LSA[Type2,id(172.16.10.2),ar(10.90.50.50)]
23292011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
23302011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.50.50, INBR(NULL), LSA[Type2,id(172.16.10.2),ar(10.90.50.50)]
23312011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.2, INBR(NULL), LSA[Type2,id(172.16.10.2),ar(10.90.50.50)]
23322011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering nbr 10.90.40.40 (Full)
23332011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
23342011/08/15 11:45:16 OSPF: ospf_ls_upd_send_queue start
23352011/08/15 11:45:16 OSPF: listcount = 1, dst 224.0.0.5
23362011/08/15 11:45:16 OSPF: ospf_make_ls_upd: Start
23372011/08/15 11:45:16 OSPF: ospf_make_ls_upd: List Iteration
23382011/08/15 11:45:16 OSPF: ospf_make_ls_upd: Stop
23392011/08/15 11:45:16 OSPF: ospf_ls_upd_send_queue stop
23402011/08/15 11:45:16 OSPF: Timer[router-LSA]: (router-LSA Refresh expire)
23412011/08/15 11:45:16 OSPF: counting fully adjacent virtual neighbors in area 100.100.100.100
23422011/08/15 11:45:16 OSPF: there are 0 of them
23432011/08/15 11:45:16 OSPF: SPF: calculation timer scheduled
23442011/08/15 11:45:16 OSPF: SPF: calculation timer is already scheduled: 0x2832c400
23452011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering int em0:10.10.10.10, INBR(NULL), LSA[Type1,id(10.90.50.50),ar(10.90.50.50)]
23462011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
23472011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.50.50, INBR(NULL), LSA[Type1,id(10.90.50.50),ar(10.90.50.50)]
23482011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.2, INBR(NULL), LSA[Type1,id(10.90.50.50),ar(10.90.50.50)]
23492011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering nbr 10.90.40.40 (Full)
23502011/08/15 11:45:16 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
23512011/08/15 11:45:16 OSPF: ospf_ls_upd_send_queue start
23522011/08/15 11:45:16 OSPF: listcount = 1, dst 224.0.0.5
23532011/08/15 11:45:16 OSPF: ospf_make_ls_upd: Start
23542011/08/15 11:45:16 OSPF: ospf_make_ls_upd: List Iteration
23552011/08/15 11:45:16 OSPF: ospf_make_ls_upd: Stop
23562011/08/15 11:45:16 OSPF: ospf_ls_upd_send_queue stop
23572011/08/15 11:45:16 OSPF: Link State Update sent to [224.0.0.5] via [tap0:172.16.10.2].
23582011/08/15 11:45:16 OSPF: Link State Update sent to [224.0.0.5] via [tap0:172.16.10.2].
23592011/08/15 11:45:16 OSPF: Link State Update sent to [224.0.0.5] via [tap0:172.16.10.2].
23602011/08/15 11:45:16 OSPF: ip_v 4
23612011/08/15 11:45:16 OSPF: ip_hl 5
23622011/08/15 11:45:16 OSPF: ip_tos 192
23632011/08/15 11:45:16 OSPF: ip_len 116
23642011/08/15 11:45:16 OSPF: ip_id 1425
23652011/08/15 11:45:16 OSPF: ip_off 0
23662011/08/15 11:45:16 OSPF: ip_ttl 1
23672011/08/15 11:45:16 OSPF: ip_p 89
23682011/08/15 11:45:16 OSPF: ip_sum 0xb61c
23692011/08/15 11:45:16 OSPF: ip_src 172.16.10.1
23702011/08/15 11:45:16 OSPF: ip_dst 224.0.0.5
23712011/08/15 11:45:16 OSPF: Link State Update received from [10.90.40.40] via [tap0:172.16.10.2]
23722011/08/15 11:45:16 OSPF:  src [172.16.10.1],
23732011/08/15 11:45:16 OSPF:  dst [224.0.0.5]
23742011/08/15 11:45:16 OSPF: LSA[Type5:3.3.3.0]: 0x2836cbc0 new LSA created with Link State Update
23752011/08/15 11:45:16 OSPF: LSA[Type5:10.18.140.0]: 0x28377100 new LSA created with Link State Update
23762011/08/15 11:45:16 OSPF: LSA[Flooding]: start, NBR 10.90.40.40 (Full), cur(0x2836cc40), New-LSA[Type5,id(3.3.3.0),ar(10.90.40.40)]
23772011/08/15 11:45:16 OSPF: LSA[Flooding]: LSA is received recently.
23782011/08/15 11:45:16 OSPF: ospf_lsa_discard() in ospf_ls_upd() point 4: lsa 0x2836cbc0 Type-5
23792011/08/15 11:45:16 OSPF: LSA[Flooding]: start, NBR 10.90.40.40 (Full), cur(0x2836ce40), New-LSA[Type5,id(10.18.140.0),ar(10.90.40.40)]
23802011/08/15 11:45:16 OSPF: LSA[Flooding]: LSA is received recently.
23812011/08/15 11:45:16 OSPF: ospf_lsa_discard() in ospf_ls_upd() point 4: lsa 0x28377100 Type-5
23822011/08/15 11:45:16 OSPF: SPF: Timer (SPF calculation expire)
23832011/08/15 11:45:16 OSPF: ospf_spf_calculate: Start
23842011/08/15 11:45:16 OSPF: ospf_spf_calculate: running Dijkstra for area 100.100.100.100
23852011/08/15 11:45:16 OSPF: ospf_vertex_new: Created Router vertex 10.90.50.50
23862011/08/15 11:45:16 OSPF: ospf_spf_next: Next vertex of Router vertex 10.90.50.50
23872011/08/15 11:45:16 OSPF: Looking up Network LSA, ID: 172.16.10.2
23882011/08/15 11:45:16 OSPF: found the LSA
23892011/08/15 11:45:16 OSPF: ospf_vertex_new: Created Network vertex 172.16.10.2
23902011/08/15 11:45:16 OSPF: ospf_nexthop_calculation(): Start
23912011/08/15 11:45:16 OSPF: V (parent): Router vertex 10.90.50.50  distance 0 flags 0
23922011/08/15 11:45:16 OSPF: W (dest)  : Network vertex 172.16.10.2  distance 0 flags 0
23932011/08/15 11:45:16 OSPF: V->W distance: 100
23942011/08/15 11:45:16 OSPF: ospf_spf_add_parent: Adding 10.90.50.50 as parent of 172.16.10.2
23952011/08/15 11:45:16 OSPF: ospf_spf_next: Next vertex of Network vertex 172.16.10.2
23962011/08/15 11:45:16 OSPF: found Router LSA 10.90.40.40
23972011/08/15 11:45:16 OSPF: The LSA doesn't have a link back
23982011/08/15 11:45:16 OSPF: found Router LSA 10.90.50.50
23992011/08/15 11:45:16 OSPF: The LSA is already in SPF
24002011/08/15 11:45:16 OSPF: SPF Result: 0 [R] 10.90.50.50
24012011/08/15 11:45:16 OSPF: SPF Result: 1 [N] 172.16.10.2/24
24022011/08/15 11:45:16 OSPF:  nexthop 0x28372940 0.0.0.0 tap0:172.16.10.2
24032011/08/15 11:45:16 OSPF: ========== OSPF routing table ==========
24042011/08/15 11:45:16 OSPF: N 172.16.10.0/24      100.100.100.100 intra-area      100
24052011/08/15 11:45:16 OSPF:   -> 0.0.0.0
24062011/08/15 11:45:16 OSPF: ========================================
24072011/08/15 11:45:16 OSPF: ospf_process_stub():processing stubs for area 100.100.100.100
24082011/08/15 11:45:16 OSPF: ospf_process_stubs():processing router LSA, id: 10.90.50.50
24092011/08/15 11:45:16 OSPF: ospf_process_stubs(): we have 3 links to process
24102011/08/15 11:45:16 OSPF: ospf_intra_add_stub(): Start
24112011/08/15 11:45:16 OSPF: ospf_intra_add_stub(): processing route to 10.10.10.0/24
24122011/08/15 11:45:16 OSPF: ospf_intra_add_stub(): calculated cost is 0 + 10 = 10
24132011/08/15 11:45:16 OSPF: ospf_intra_add_stub(): installing new route
24142011/08/15 11:45:16 OSPF: ospf_intra_add_stub(): this network is on this router
24152011/08/15 11:45:16 OSPF: ospf_intra_add_stub(): the interface is em0:10.10.10.10
24162011/08/15 11:45:16 OSPF: ospf_intra_add_stub(): Stop
24172011/08/15 11:45:16 OSPF: ospf_intra_add_stub(): Start
24182011/08/15 11:45:16 OSPF: ospf_intra_add_stub(): processing route to 10.90.50.50/32
24192011/08/15 11:45:16 OSPF: ospf_intra_add_stub(): calculated cost is 0 + 10 = 10
24202011/08/15 11:45:16 OSPF: ospf_intra_add_stub(): installing new route
24212011/08/15 11:45:16 OSPF: ospf_intra_add_stub(): this network is on this router
24222011/08/15 11:45:16 OSPF: ospf_intra_add_stub(): the interface is lo0:10.90.50.50
24232011/08/15 11:45:16 OSPF: ospf_intra_add_stub(): Stop
24242011/08/15 11:45:16 OSPF: ospf_process_stubs(): after examining links:  Router vertex 10.90.50.50  distance 0 flags 0
24252011/08/15 11:45:16 OSPF:  child: Network vertex 172.16.10.2  distance 100 flags 0
24262011/08/15 11:45:16 OSPF: ospf_process_stub():processing stubs for area 100.100.100.100
24272011/08/15 11:45:16 OSPF: ospf_process_stubs(): after examining links:  Network vertex 172.16.10.2  distance 100 flags 0
24282011/08/15 11:45:16 OSPF: parent 10.90.50.50 backlink 1 nexthop 0.0.0.0  interface tap0:172.16.10.2
24292011/08/15 11:45:16 OSPF: ospf_spf_calculate Router vertex 10.90.50.50  distance 0 flags 0
24302011/08/15 11:45:16 OSPF:  child: Network vertex 172.16.10.2  distance 100 flags 1
24312011/08/15 11:45:16 OSPF: ospf_vertex_free: Free Router vertex 10.90.50.50
24322011/08/15 11:45:16 OSPF: ospf_vertex_free: Free Network vertex 172.16.10.2
24332011/08/15 11:45:16 OSPF: ospf_spf_calculate: Stop. 0 vertices
24342011/08/15 11:45:16 OSPF: ospf_ia_routing():start
24352011/08/15 11:45:16 OSPF: ospf_ia_routing():not ABR, considering all areas
24362011/08/15 11:45:16 OSPF: Pruning unreachable networks
24372011/08/15 11:45:16 OSPF: Pruning unreachable routers
24382011/08/15 11:45:16 OSPF: Route: Router Routing Table free
24392011/08/15 11:45:16 OSPF: SPF: calculation complete
24402011/08/15 11:45:16 OSPF: Link State Acknowledgment sent to [224.0.0.5] via [tap0:172.16.10.2].
24412011/08/15 11:45:17 OSPF: ip_v 4
24422011/08/15 11:45:17 OSPF: ip_hl 5
24432011/08/15 11:45:17 OSPF: ip_tos 192
24442011/08/15 11:45:17 OSPF: ip_len 100
24452011/08/15 11:45:17 OSPF: ip_id 1430
24462011/08/15 11:45:17 OSPF: ip_off 0
24472011/08/15 11:45:17 OSPF: ip_ttl 1
24482011/08/15 11:45:17 OSPF: ip_p 89
24492011/08/15 11:45:17 OSPF: ip_sum 0xc11c
24502011/08/15 11:45:17 OSPF: ip_src 172.16.10.1
24512011/08/15 11:45:17 OSPF: ip_dst 224.0.0.5
24522011/08/15 11:45:17 OSPF: Link State Acknowledgment received from [10.90.40.40] via [tap0:172.16.10.2]
24532011/08/15 11:45:17 OSPF:  src [172.16.10.1],
24542011/08/15 11:45:17 OSPF:  dst [224.0.0.5]
24552011/08/15 11:45:20 OSPF: ip_v 4
24562011/08/15 11:45:20 OSPF: ip_hl 5
24572011/08/15 11:45:20 OSPF: ip_tos 192
24582011/08/15 11:45:20 OSPF: ip_len 116
24592011/08/15 11:45:20 OSPF: ip_id 1434
24602011/08/15 11:45:20 OSPF: ip_off 0
24612011/08/15 11:45:20 OSPF: ip_ttl 1
24622011/08/15 11:45:20 OSPF: ip_p 89
24632011/08/15 11:45:20 OSPF: ip_sum 0xad1c
24642011/08/15 11:45:20 OSPF: ip_src 172.16.10.1
24652011/08/15 11:45:20 OSPF: ip_dst 224.0.0.5
24662011/08/15 11:45:20 OSPF: Link State Update received from [10.90.40.40] via [tap0:172.16.10.2]
24672011/08/15 11:45:20 OSPF:  src [172.16.10.1],
24682011/08/15 11:45:20 OSPF:  dst [224.0.0.5]
24692011/08/15 11:45:20 OSPF: LSA[Type5:3.3.3.0]: 0x2836c9c0 new LSA created with Link State Update
24702011/08/15 11:45:20 OSPF: LSA[Type5:10.18.140.0]: 0x28377040 new LSA created with Link State Update
24712011/08/15 11:45:20 OSPF: LSA[Flooding]: start, NBR 10.90.40.40 (Full), cur(0x2836cc40), New-LSA[Type5,id(3.3.3.0),ar(10.90.40.40)]
24722011/08/15 11:45:20 OSPF: ospf_flood_through_interface(): considering int em0:10.10.10.10, INBR(10.90.40.40), LSA[Type5,id(3.3.3.0),ar(10.90.40.40)]
24732011/08/15 11:45:20 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
24742011/08/15 11:45:20 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.50.50, INBR(10.90.40.40), LSA[Type5,id(3.3.3.0),ar(10.90.40.40)]
24752011/08/15 11:45:20 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.2, INBR(10.90.40.40), LSA[Type5,id(3.3.3.0),ar(10.90.40.40)]
24762011/08/15 11:45:20 OSPF: ospf_flood_through_interface(): considering nbr 10.90.40.40 (Full)
24772011/08/15 11:45:20 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
24782011/08/15 11:45:20 OSPF: LSA[Flooding]: start, NBR 10.90.40.40 (Full), cur(0x2836ce40), New-LSA[Type5,id(10.18.140.0),ar(10.90.40.40)]
24792011/08/15 11:45:20 OSPF: ospf_flood_through_interface(): considering int em0:10.10.10.10, INBR(10.90.40.40), LSA[Type5,id(10.18.140.0),ar(10.90.40.40)]
24802011/08/15 11:45:20 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
24812011/08/15 11:45:20 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.50.50, INBR(10.90.40.40), LSA[Type5,id(10.18.140.0),ar(10.90.40.40)]
24822011/08/15 11:45:20 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.2, INBR(10.90.40.40), LSA[Type5,id(10.18.140.0),ar(10.90.40.40)]
24832011/08/15 11:45:20 OSPF: ospf_flood_through_interface(): considering nbr 10.90.40.40 (Full)
24842011/08/15 11:45:20 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
24852011/08/15 11:45:20 OSPF: ip_v 4
24862011/08/15 11:45:20 OSPF: ip_hl 5
24872011/08/15 11:45:20 OSPF: ip_tos 192
24882011/08/15 11:45:20 OSPF: ip_len 64
24892011/08/15 11:45:20 OSPF: ip_id 1436
24902011/08/15 11:45:20 OSPF: ip_off 0
24912011/08/15 11:45:20 OSPF: ip_ttl 1
24922011/08/15 11:45:20 OSPF: ip_p 89
24932011/08/15 11:45:20 OSPF: ip_sum 0xdf1c
24942011/08/15 11:45:20 OSPF: ip_src 172.16.10.1
24952011/08/15 11:45:20 OSPF: ip_dst 224.0.0.5
24962011/08/15 11:45:20 OSPF: Hello received from [10.90.40.40] via [tap0:172.16.10.2]
24972011/08/15 11:45:20 OSPF:  src [172.16.10.1],
24982011/08/15 11:45:20 OSPF:  dst [224.0.0.5]
24992011/08/15 11:45:20 OSPF: Packet 10.90.40.40 [Hello:RECV]: Options *|-|-|-|-|-|E|*
25002011/08/15 11:45:20 OSPF: DR-Election[1st]: Backup 172.16.10.1
25012011/08/15 11:45:20 OSPF: DR-Election[1st]: DR     172.16.10.2
25022011/08/15 11:45:20 OSPF: ip_v 4
25032011/08/15 11:45:20 OSPF: ip_hl 5
25042011/08/15 11:45:20 OSPF: ip_tos 192
25052011/08/15 11:45:20 OSPF: ip_len 92
25062011/08/15 11:45:20 OSPF: ip_id 1438
25072011/08/15 11:45:20 OSPF: ip_off 0
25082011/08/15 11:45:20 OSPF: ip_ttl 1
25092011/08/15 11:45:20 OSPF: ip_p 89
25102011/08/15 11:45:20 OSPF: ip_sum 0xc11c
25112011/08/15 11:45:20 OSPF: ip_src 172.16.10.1
25122011/08/15 11:45:20 OSPF: ip_dst 224.0.0.5
25132011/08/15 11:45:20 OSPF: Link State Update received from [10.90.40.40] via [tap0:172.16.10.2]
25142011/08/15 11:45:20 OSPF:  src [172.16.10.1],
25152011/08/15 11:45:20 OSPF:  dst [224.0.0.5]
25162011/08/15 11:45:20 OSPF: LSA[Type1:10.90.40.40]: 0x2836cc40 new LSA created with Link State Update
25172011/08/15 11:45:20 OSPF: LSA[Flooding]: start, NBR 10.90.40.40 (Full), cur(0x2836cc00), New-LSA[Type1,id(10.90.40.40),ar(10.90.40.40)]
25182011/08/15 11:45:20 OSPF: ospf_flood_through_interface(): considering int em0:10.10.10.10, INBR(10.90.40.40), LSA[Type1,id(10.90.40.40),ar(10.90.40.40)]
25192011/08/15 11:45:20 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
25202011/08/15 11:45:20 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.50.50, INBR(10.90.40.40), LSA[Type1,id(10.90.40.40),ar(10.90.40.40)]
25212011/08/15 11:45:20 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.2, INBR(10.90.40.40), LSA[Type1,id(10.90.40.40),ar(10.90.40.40)]
25222011/08/15 11:45:20 OSPF: ospf_flood_through_interface(): considering nbr 10.90.40.40 (Full)
25232011/08/15 11:45:20 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
25242011/08/15 11:45:20 OSPF: SPF: calculation timer scheduled
25252011/08/15 11:45:20 OSPF: SPF: calculation timer delay = 200
25262011/08/15 11:45:20 OSPF: SPF: Timer (SPF calculation expire)
25272011/08/15 11:45:20 OSPF: ospf_spf_calculate: Start
25282011/08/15 11:45:20 OSPF: ospf_spf_calculate: running Dijkstra for area 100.100.100.100
25292011/08/15 11:45:20 OSPF: ospf_vertex_new: Created Router vertex 10.90.50.50
25302011/08/15 11:45:20 OSPF: ospf_spf_next: Next vertex of Router vertex 10.90.50.50
25312011/08/15 11:45:20 OSPF: Looking up Network LSA, ID: 172.16.10.2
25322011/08/15 11:45:20 OSPF: found the LSA
25332011/08/15 11:45:20 OSPF: ospf_vertex_new: Created Network vertex 172.16.10.2
25342011/08/15 11:45:20 OSPF: ospf_nexthop_calculation(): Start
25352011/08/15 11:45:20 OSPF: V (parent): Router vertex 10.90.50.50  distance 0 flags 0
25362011/08/15 11:45:20 OSPF: W (dest)  : Network vertex 172.16.10.2  distance 0 flags 0
25372011/08/15 11:45:20 OSPF: V->W distance: 100
25382011/08/15 11:45:20 OSPF: ospf_spf_add_parent: Adding 10.90.50.50 as parent of 172.16.10.2
25392011/08/15 11:45:20 OSPF: ospf_spf_next: Next vertex of Network vertex 172.16.10.2
25402011/08/15 11:45:20 OSPF: found Router LSA 10.90.40.40
25412011/08/15 11:45:20 OSPF: ospf_vertex_new: Created Router vertex 10.90.40.40
25422011/08/15 11:45:20 OSPF: ospf_nexthop_calculation(): Start
25432011/08/15 11:45:20 OSPF: V (parent): Network vertex 172.16.10.2  distance 100 flags 0
25442011/08/15 11:45:20 OSPF: parent 10.90.50.50 backlink 1 nexthop 0.0.0.0  interface tap0:172.16.10.2
25452011/08/15 11:45:20 OSPF: W (dest)  : Router vertex 10.90.40.40  distance 0 flags 0
25462011/08/15 11:45:20 OSPF: V->W distance: 100
25472011/08/15 11:45:20 OSPF: ospf_spf_add_parent: Adding 172.16.10.2 as parent of 10.90.40.40
25482011/08/15 11:45:20 OSPF: found Router LSA 10.90.50.50
25492011/08/15 11:45:20 OSPF: The LSA is already in SPF
25502011/08/15 11:45:20 OSPF: ospf_intra_add_router: Start
25512011/08/15 11:45:20 OSPF: ospf_intra_add_router: LS ID: 10.90.40.40
25522011/08/15 11:45:20 OSPF: ospf_vl_up_check(): Start
25532011/08/15 11:45:20 OSPF: ospf_vl_up_check(): Router ID is 10.90.40.40
25542011/08/15 11:45:20 OSPF: ospf_vl_up_check(): Area is 100.100.100.100
25552011/08/15 11:45:20 OSPF: ospf_intra_add_router: talking about 10.90.40.40/32
25562011/08/15 11:45:20 OSPF: ospf_intra_add_router: Stop
25572011/08/15 11:45:20 OSPF: ospf_spf_next: Next vertex of Router vertex 10.90.40.40
25582011/08/15 11:45:20 OSPF: Looking up Network LSA, ID: 172.16.10.2
25592011/08/15 11:45:20 OSPF: found the LSA
25602011/08/15 11:45:20 OSPF: The LSA is already in SPF
25612011/08/15 11:45:20 OSPF: SPF Result: 0 [R] 10.90.50.50
25622011/08/15 11:45:20 OSPF: SPF Result: 1 [N] 172.16.10.2/24
25632011/08/15 11:45:20 OSPF:  nexthop 0x28372940 0.0.0.0 tap0:172.16.10.2
25642011/08/15 11:45:20 OSPF: SPF Result: 2 [R] 10.90.40.40
25652011/08/15 11:45:20 OSPF:  nexthop 0x28372970 172.16.10.1 tap0:172.16.10.2
25662011/08/15 11:45:20 OSPF: ========== OSPF routing table ==========
25672011/08/15 11:45:20 OSPF: N 172.16.10.0/24      100.100.100.100 intra-area      100
25682011/08/15 11:45:20 OSPF:   -> 0.0.0.0
25692011/08/15 11:45:20 OSPF: ========================================
25702011/08/15 11:45:20 OSPF: ospf_process_stub():processing stubs for area 100.100.100.100
25712011/08/15 11:45:20 OSPF: ospf_process_stubs():processing router LSA, id: 10.90.50.50
25722011/08/15 11:45:20 OSPF: ospf_process_stubs(): we have 3 links to process
25732011/08/15 11:45:20 OSPF: ospf_intra_add_stub(): Start
25742011/08/15 11:45:20 OSPF: ospf_intra_add_stub(): processing route to 10.10.10.0/24
25752011/08/15 11:45:20 OSPF: ospf_intra_add_stub(): calculated cost is 0 + 10 = 10
25762011/08/15 11:45:20 OSPF: ospf_intra_add_stub(): installing new route
25772011/08/15 11:45:20 OSPF: ospf_intra_add_stub(): this network is on this router
25782011/08/15 11:45:20 OSPF: ospf_intra_add_stub(): the interface is em0:10.10.10.10
25792011/08/15 11:45:20 OSPF: ospf_intra_add_stub(): Stop
25802011/08/15 11:45:20 OSPF: ospf_intra_add_stub(): Start
25812011/08/15 11:45:20 OSPF: ospf_intra_add_stub(): processing route to 10.90.50.50/32
25822011/08/15 11:45:20 OSPF: ospf_intra_add_stub(): calculated cost is 0 + 10 = 10
25832011/08/15 11:45:20 OSPF: ospf_intra_add_stub(): installing new route
25842011/08/15 11:45:20 OSPF: ospf_intra_add_stub(): this network is on this router
25852011/08/15 11:45:20 OSPF: ospf_intra_add_stub(): the interface is lo0:10.90.50.50
25862011/08/15 11:45:20 OSPF: ospf_intra_add_stub(): Stop
25872011/08/15 11:45:20 OSPF: ospf_process_stubs(): after examining links:  Router vertex 10.90.50.50  distance 0 flags 0
25882011/08/15 11:45:20 OSPF:  child: Network vertex 172.16.10.2  distance 100 flags 0
25892011/08/15 11:45:20 OSPF: ospf_process_stub():processing stubs for area 100.100.100.100
25902011/08/15 11:45:20 OSPF: ospf_process_stubs(): after examining links:  Network vertex 172.16.10.2  distance 100 flags 0
25912011/08/15 11:45:20 OSPF: parent 10.90.50.50 backlink 1 nexthop 0.0.0.0  interface tap0:172.16.10.2
25922011/08/15 11:45:20 OSPF:  child: Router vertex 10.90.40.40  distance 100 flags 0
25932011/08/15 11:45:20 OSPF: ospf_process_stub():processing stubs for area 100.100.100.100
25942011/08/15 11:45:20 OSPF: ospf_process_stubs():processing router LSA, id: 10.90.40.40
25952011/08/15 11:45:20 OSPF: ospf_process_stubs(): we have 2 links to process
25962011/08/15 11:45:20 OSPF: ospf_intra_add_stub(): Start
25972011/08/15 11:45:20 OSPF: ospf_intra_add_stub(): processing route to 10.90.40.40/32
25982011/08/15 11:45:20 OSPF: ospf_intra_add_stub(): calculated cost is 100 + 10 = 110
25992011/08/15 11:45:20 OSPF: ospf_intra_add_stub(): installing new route
26002011/08/15 11:45:20 OSPF: ospf_intra_add_stub(): this network is on remote router
26012011/08/15 11:45:20 OSPF: ospf_intra_add_stub(): Stop
26022011/08/15 11:45:20 OSPF: ospf_process_stubs(): after examining links:  Router vertex 10.90.40.40  distance 100 flags 0
26032011/08/15 11:45:20 OSPF: parent 172.16.10.2 backlink 1 nexthop 172.16.10.1  interface tap0:172.16.10.2
26042011/08/15 11:45:20 OSPF: ospf_spf_calculate Router vertex 10.90.50.50  distance 0 flags 0
26052011/08/15 11:45:20 OSPF:  child: Network vertex 172.16.10.2  distance 100 flags 1
26062011/08/15 11:45:20 OSPF: ospf_vertex_free: Free Router vertex 10.90.50.50
26072011/08/15 11:45:20 OSPF: ospf_vertex_free: Free Network vertex 172.16.10.2
26082011/08/15 11:45:20 OSPF: ospf_vertex_free: Free Router vertex 10.90.40.40
26092011/08/15 11:45:20 OSPF: ospf_spf_calculate: Stop. 0 vertices
26102011/08/15 11:45:20 OSPF: ospf_ia_routing():start
26112011/08/15 11:45:20 OSPF: ospf_ia_routing():not ABR, considering all areas
26122011/08/15 11:45:20 OSPF: Pruning unreachable networks
26132011/08/15 11:45:20 OSPF: Pruning unreachable routers
26142011/08/15 11:45:20 OSPF: Route: Router Routing Table free
26152011/08/15 11:45:20 OSPF: SPF: calculation complete
26162011/08/15 11:45:20 OSPF: Link State Acknowledgment sent to [224.0.0.5] via [tap0:172.16.10.2].
26172011/08/15 11:45:21 OSPF: ospf_ls_upd_send_queue start
26182011/08/15 11:45:21 OSPF: listcount = 2, dst 172.16.10.1
26192011/08/15 11:45:21 OSPF: ospf_make_ls_upd: Start
26202011/08/15 11:45:21 OSPF: ospf_make_ls_upd: List Iteration
26212011/08/15 11:45:21 OSPF: ospf_make_ls_upd: List Iteration
26222011/08/15 11:45:21 OSPF: ospf_make_ls_upd: Stop
26232011/08/15 11:45:21 OSPF: ospf_ls_upd_send_queue stop
26242011/08/15 11:45:21 OSPF: Link State Update sent to [172.16.10.1] via [tap0:172.16.10.2].
26252011/08/15 11:45:21 OSPF: ip_v 4
26262011/08/15 11:45:21 OSPF: ip_hl 5
26272011/08/15 11:45:21 OSPF: ip_tos 192
26282011/08/15 11:45:21 OSPF: ip_len 80
26292011/08/15 11:45:21 OSPF: ip_id 1440
26302011/08/15 11:45:21 OSPF: ip_off 0
26312011/08/15 11:45:21 OSPF: ip_ttl 1
26322011/08/15 11:45:21 OSPF: ip_p 89
26332011/08/15 11:45:21 OSPF: ip_sum 0xcb1c
26342011/08/15 11:45:21 OSPF: ip_src 172.16.10.1
26352011/08/15 11:45:21 OSPF: ip_dst 224.0.0.5
26362011/08/15 11:45:21 OSPF: Link State Acknowledgment received from [10.90.40.40] via [tap0:172.16.10.2]
26372011/08/15 11:45:21 OSPF:  src [172.16.10.1],
26382011/08/15 11:45:21 OSPF:  dst [224.0.0.5]
26392011/08/15 11:45:26 OSPF: make_hello: options: 2, int: em0:10.10.10.10
26402011/08/15 11:45:26 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
26412011/08/15 11:45:26 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
26422011/08/15 11:45:26 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
26432011/08/15 11:45:36 OSPF: make_hello: options: 2, int: em0:10.10.10.10
26442011/08/15 11:45:36 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
26452011/08/15 11:45:36 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
26462011/08/15 11:45:36 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
26472011/08/15 11:45:46 OSPF: make_hello: options: 2, int: em0:10.10.10.10
26482011/08/15 11:45:46 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
26492011/08/15 11:45:46 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
26502011/08/15 11:45:46 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
26512011/08/15 11:45:56 OSPF: make_hello: options: 2, int: em0:10.10.10.10
26522011/08/15 11:45:56 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
26532011/08/15 11:45:56 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
26542011/08/15 11:45:56 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
26552011/08/15 11:46:00 OSPF: ospf_check_abr_status(): Start
26562011/08/15 11:46:00 OSPF: ospf_check_abr_status(): looked through areas
26572011/08/15 11:46:00 OSPF: ospf_check_abr_status(): bb_configured: 0
26582011/08/15 11:46:00 OSPF: ospf_check_abr_status(): bb_act_attached: 0
26592011/08/15 11:46:00 OSPF: ospf_check_abr_status(): areas_configured: 1
26602011/08/15 11:46:00 OSPF: ospf_check_abr_status(): areas_act_attached: 1
26612011/08/15 11:46:00 OSPF: nsm_change_state(10.90.40.40, Full -> Deleted): scheduling new router-LSA origination
26622011/08/15 11:46:00 OSPF: ospf_flood_through_interface(): considering int em0:10.10.10.10, INBR(NULL), LSA[Type2,id(172.16.10.2),ar(10.90.50.50)]
26632011/08/15 11:46:00 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
26642011/08/15 11:46:00 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.50.50, INBR(NULL), LSA[Type2,id(172.16.10.2),ar(10.90.50.50)]
26652011/08/15 11:46:00 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.2, INBR(NULL), LSA[Type2,id(172.16.10.2),ar(10.90.50.50)]
26662011/08/15 11:46:00 OSPF: ospf_flood_through_interface(): considering nbr 10.90.40.40 (Deleted)
26672011/08/15 11:46:00 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
26682011/08/15 11:46:00 OSPF: DR-Election[1st]: Backup 0.0.0.0
26692011/08/15 11:46:00 OSPF: DR-Election[1st]: DR     172.16.10.2
26702011/08/15 11:46:00 OSPF: Timer[router-LSA]: (router-LSA Refresh expire)
26712011/08/15 11:46:00 OSPF: counting fully adjacent virtual neighbors in area 100.100.100.100
26722011/08/15 11:46:00 OSPF: there are 0 of them
26732011/08/15 11:46:00 OSPF: SPF: calculation timer scheduled
26742011/08/15 11:46:00 OSPF: SPF: calculation timer delay = 200
26752011/08/15 11:46:00 OSPF: ospf_flood_through_interface(): considering int em0:10.10.10.10, INBR(NULL), LSA[Type1,id(10.90.50.50),ar(10.90.50.50)]
26762011/08/15 11:46:00 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
26772011/08/15 11:46:00 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.50.50, INBR(NULL), LSA[Type1,id(10.90.50.50),ar(10.90.50.50)]
26782011/08/15 11:46:00 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.2, INBR(NULL), LSA[Type1,id(10.90.50.50),ar(10.90.50.50)]
26792011/08/15 11:46:00 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
26802011/08/15 11:46:00 OSPF: SPF: Timer (SPF calculation expire)
26812011/08/15 11:46:00 OSPF: ospf_spf_calculate: Start
26822011/08/15 11:46:00 OSPF: ospf_spf_calculate: running Dijkstra for area 100.100.100.100
26832011/08/15 11:46:00 OSPF: ospf_vertex_new: Created Router vertex 10.90.50.50
26842011/08/15 11:46:00 OSPF: ospf_spf_next: Next vertex of Router vertex 10.90.50.50
26852011/08/15 11:46:00 OSPF: SPF Result: 0 [R] 10.90.50.50
26862011/08/15 11:46:00 OSPF: ========== OSPF routing table ==========
26872011/08/15 11:46:00 OSPF: ========================================
26882011/08/15 11:46:00 OSPF: ospf_process_stub():processing stubs for area 100.100.100.100
26892011/08/15 11:46:00 OSPF: ospf_process_stubs():processing router LSA, id: 10.90.50.50
26902011/08/15 11:46:00 OSPF: ospf_process_stubs(): we have 3 links to process
26912011/08/15 11:46:00 OSPF: ospf_intra_add_stub(): Start
26922011/08/15 11:46:00 OSPF: ospf_intra_add_stub(): processing route to 10.10.10.0/24
26932011/08/15 11:46:00 OSPF: ospf_intra_add_stub(): calculated cost is 0 + 10 = 10
26942011/08/15 11:46:00 OSPF: ospf_intra_add_stub(): installing new route
26952011/08/15 11:46:00 OSPF: ospf_intra_add_stub(): this network is on this router
26962011/08/15 11:46:00 OSPF: ospf_intra_add_stub(): the interface is em0:10.10.10.10
26972011/08/15 11:46:00 OSPF: ospf_intra_add_stub(): Stop
26982011/08/15 11:46:00 OSPF: ospf_intra_add_stub(): Start
26992011/08/15 11:46:00 OSPF: ospf_intra_add_stub(): processing route to 10.90.50.50/32
27002011/08/15 11:46:00 OSPF: ospf_intra_add_stub(): calculated cost is 0 + 10 = 10
27012011/08/15 11:46:00 OSPF: ospf_intra_add_stub(): installing new route
27022011/08/15 11:46:00 OSPF: ospf_intra_add_stub(): this network is on this router
27032011/08/15 11:46:00 OSPF: ospf_intra_add_stub(): the interface is lo0:10.90.50.50
27042011/08/15 11:46:00 OSPF: ospf_intra_add_stub(): Stop
27052011/08/15 11:46:00 OSPF: ospf_intra_add_stub(): Start
27062011/08/15 11:46:00 OSPF: ospf_intra_add_stub(): processing route to 172.16.10.0/24
27072011/08/15 11:46:00 OSPF: ospf_intra_add_stub(): calculated cost is 0 + 100 = 100
27082011/08/15 11:46:00 OSPF: ospf_intra_add_stub(): installing new route
27092011/08/15 11:46:00 OSPF: ospf_intra_add_stub(): this network is on this router
27102011/08/15 11:46:00 OSPF: ospf_intra_add_stub(): the interface is tap0:172.16.10.2
27112011/08/15 11:46:00 OSPF: ospf_intra_add_stub(): Stop
27122011/08/15 11:46:00 OSPF: ospf_process_stubs(): after examining links:  Router vertex 10.90.50.50  distance 0 flags 0
27132011/08/15 11:46:00 OSPF: ospf_spf_calculate Router vertex 10.90.50.50  distance 0 flags 0
27142011/08/15 11:46:00 OSPF: ospf_vertex_free: Free Router vertex 10.90.50.50
27152011/08/15 11:46:00 OSPF: ospf_spf_calculate: Stop. 0 vertices
27162011/08/15 11:46:00 OSPF: ospf_ia_routing():start
27172011/08/15 11:46:00 OSPF: ospf_ia_routing():not ABR, considering all areas
27182011/08/15 11:46:00 OSPF: Pruning unreachable networks
27192011/08/15 11:46:00 OSPF: Pruning unreachable routers
27202011/08/15 11:46:00 OSPF: Route: Router Routing Table free
27212011/08/15 11:46:00 OSPF: SPF: calculation complete
27222011/08/15 11:46:02 OSPF: ospf_flood_through_interface(): considering int em0:10.10.10.10, INBR(NULL), LSA[Type2,id(172.16.10.2),ar(10.90.50.50)]
27232011/08/15 11:46:02 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
27242011/08/15 11:46:02 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.50.50, INBR(NULL), LSA[Type2,id(172.16.10.2),ar(10.90.50.50)]
27252011/08/15 11:46:02 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.2, INBR(NULL), LSA[Type2,id(172.16.10.2),ar(10.90.50.50)]
27262011/08/15 11:46:02 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
27272011/08/15 11:46:06 OSPF: make_hello: options: 2, int: em0:10.10.10.10
27282011/08/15 11:46:06 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
27292011/08/15 11:46:06 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
27302011/08/15 11:46:06 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
27312011/08/15 11:46:16 OSPF: make_hello: options: 2, int: em0:10.10.10.10
27322011/08/15 11:46:16 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
27332011/08/15 11:46:16 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
27342011/08/15 11:46:16 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
27352011/08/15 11:46:26 OSPF: make_hello: options: 2, int: em0:10.10.10.10
27362011/08/15 11:46:26 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
27372011/08/15 11:46:26 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
27382011/08/15 11:46:26 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
27392011/08/15 11:46:36 OSPF: make_hello: options: 2, int: em0:10.10.10.10
27402011/08/15 11:46:36 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
27412011/08/15 11:46:36 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
27422011/08/15 11:46:36 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
27432011/08/15 11:46:46 OSPF: make_hello: options: 2, int: em0:10.10.10.10
27442011/08/15 11:46:46 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
27452011/08/15 11:46:46 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
27462011/08/15 11:46:46 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
27472011/08/15 11:46:56 OSPF: make_hello: options: 2, int: em0:10.10.10.10
27482011/08/15 11:46:56 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
27492011/08/15 11:46:56 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
27502011/08/15 11:46:56 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
27512011/08/15 11:47:06 OSPF: make_hello: options: 2, int: em0:10.10.10.10
27522011/08/15 11:47:06 OSPF: make_hello: options: 2, int: tap0:172.16.10.2
27532011/08/15 11:47:06 OSPF: Hello sent to [224.0.0.5] via [em0:10.10.10.10].
27542011/08/15 11:47:06 OSPF: Hello sent to [224.0.0.5] via [tap0:172.16.10.2].
27552011/08/15 11:47:09 OSPF: Terminating on signal
27562011/08/15 11:47:09 OSPF: ospf_flood_through_interface(): considering int em0:10.10.10.10, INBR(NULL), LSA[Type5,id(4.4.4.0),ar(10.90.50.50)]
27572011/08/15 11:47:09 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
27582011/08/15 11:47:09 OSPF: ospf_flood_through_interface(): considering int lo0:10.90.50.50, INBR(NULL), LSA[Type5,id(4.4.4.0),ar(10.90.50.50)]
27592011/08/15 11:47:09 OSPF: ospf_flood_through_interface(): considering int tap0:172.16.10.2, INBR(NULL), LSA[Type5,id(4.4.4.0),ar(10.90.50.50)]
27602011/08/15 11:47:09 OSPF: ospf_flood_through_interface(): considering nbr 10.90.50.50 (2-Way)
27612011/08/15 11:47:09 OSPF: ASBR[Status:1]: Update
27622011/08/15 11:47:09 OSPF: ASBR[Status:1]: Already ASBR
27632011/08/15 11:47:09 OSPF: ASBR[Status:0]: Update
27642011/08/15 11:47:09 OSPF: SPF: calculation timer scheduled
27652011/08/15 11:47:09 OSPF: SPF: calculation timer delay = 200
27662011/08/15 11:47:09 OSPF: interface 10.10.10.10 [1] leave AllSPFRouters Multicast group.
27672011/08/15 11:47:09 OSPF: interface 10.10.10.10 [1] leave AllDRouters Multicast group.
27682011/08/15 11:47:09 OSPF: ospf_check_abr_status(): Start
27692011/08/15 11:47:09 OSPF: ospf_check_abr_status(): looked through areas
27702011/08/15 11:47:09 OSPF: ospf_check_abr_status(): bb_configured: 0
27712011/08/15 11:47:09 OSPF: ospf_check_abr_status(): bb_act_attached: 0
27722011/08/15 11:47:09 OSPF: ospf_check_abr_status(): areas_configured: 1
27732011/08/15 11:47:09 OSPF: ospf_check_abr_status(): areas_act_attached: 1
27742011/08/15 11:47:09 OSPF: ospf_check_abr_status(): Start
27752011/08/15 11:47:09 OSPF: ospf_check_abr_status(): looked through areas
27762011/08/15 11:47:09 OSPF: ospf_check_abr_status(): bb_configured: 0
27772011/08/15 11:47:09 OSPF: ospf_check_abr_status(): bb_act_attached: 0
27782011/08/15 11:47:09 OSPF: ospf_check_abr_status(): areas_configured: 1
27792011/08/15 11:47:09 OSPF: ospf_check_abr_status(): areas_act_attached: 1
27802011/08/15 11:47:09 OSPF: ospf_check_abr_status(): Start
27812011/08/15 11:47:09 OSPF: ospf_check_abr_status(): looked through areas
27822011/08/15 11:47:09 OSPF: ospf_check_abr_status(): bb_configured: 0
27832011/08/15 11:47:09 OSPF: ospf_check_abr_status(): bb_act_attached: 0
27842011/08/15 11:47:09 OSPF: ospf_check_abr_status(): areas_configured: 1
27852011/08/15 11:47:09 OSPF: ospf_check_abr_status(): areas_act_attached: 1
27862011/08/15 11:47:09 OSPF: ospf_check_abr_status(): Start
27872011/08/15 11:47:09 OSPF: ospf_check_abr_status(): looked through areas
27882011/08/15 11:47:09 OSPF: ospf_check_abr_status(): bb_configured: 0
27892011/08/15 11:47:09 OSPF: ospf_check_abr_status(): bb_act_attached: 0
27902011/08/15 11:47:09 OSPF: ospf_check_abr_status(): areas_configured: 1
27912011/08/15 11:47:09 OSPF: ospf_check_abr_status(): areas_act_attached: 1
27922011/08/15 11:47:09 OSPF: interface 172.16.10.2 [4] leave AllSPFRouters Multicast group.
27932011/08/15 11:47:09 OSPF: interface 172.16.10.2 [4] leave AllDRouters Multicast group.
27942011/08/15 11:47:09 OSPF: ospf_check_abr_status(): Start
27952011/08/15 11:47:09 OSPF: ospf_check_abr_status(): looked through areas
27962011/08/15 11:47:09 OSPF: ospf_check_abr_status(): bb_configured: 0
27972011/08/15 11:47:09 OSPF: ospf_check_abr_status(): bb_act_attached: 0
27982011/08/15 11:47:09 OSPF: ospf_check_abr_status(): areas_configured: 1
27992011/08/15 11:47:09 OSPF: ospf_check_abr_status(): areas_act_attached: 1
28002011/08/15 11:47:09 OSPF: ospf_check_abr_status(): Start
28012011/08/15 11:47:09 OSPF: ospf_check_abr_status(): looked through areas
28022011/08/15 11:47:09 OSPF: ospf_check_abr_status(): bb_configured: 0
28032011/08/15 11:47:09 OSPF: ospf_check_abr_status(): bb_act_attached: 0
28042011/08/15 11:47:09 OSPF: ospf_check_abr_status(): areas_configured: 1
28052011/08/15 11:47:09 OSPF: ospf_check_abr_status(): areas_act_attached: 0
28062011/08/15 11:47:09 OSPF: Scheduling ABR task
28072011/08/15 11:47:09 OSPF: Scheduling ABR task
28082011/08/15 11:47:09 OSPF: Scheduling ABR task
28092011/08/15 11:47:09 OSPF: Route: Router Routing Table free
28102011/08/15 11:47:09 OSPF: Route: Router Routing Table free
28112011/08/15 11:47:09 ZEBRA: Terminating on signal
2812
2813If you have any ideas on hw to solve this issues,
2814please do not hesitate to share them.
2815
2816Thanks,
2817
2818Jean Aumont
2819jaumont@mediagrif.com
2820
2821
2822