TesterDocumentation: OSPF_Virtmachine.txt

File OSPF_Virtmachine.txt, 190.3 KB (added by JeanAumont, 13 years ago)

Keywords: FreeBSD 8.2, OpenVPN 2.0.9_1, OpenVPN 2.2.1, Quagga 0.99.17_5

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