Matshidze, Calvin C
2014-08-17 10:46:23 UTC
Dear List,
I have implemented zebra and quagga for dynamic routing using IPTABLES and SNAT (to enable SOURCEVIPA) on SuSE Linux.
The configuration is as follows:
VIPA=10.81.250.211
Interface IP=10.144.184.77
Gateway= 10.144.184.1 and 10.144.184.2
The IPTABLES rule to make 10.81.250.211 the source IP for all packets is as follows:
iptables -t nat -A POSTROUTING -p tcp -o eth1 -s 10.144.184.77 -j SNAT --to 10.81.250.211
When I I start OSPF it start up fine but the OSPF neighbor do not connect and instead i see this message on the log:
"*** sendmsg in ospf_write failed to 224.0.0.5, id 4312, off 0, len 80, interface dummy0, mtu 1500: Operation not permitted"
Any ideas what I could be doing wrong which is causing the above error message?
Thanks a lot in advance
Below is an extract from the log:
2014/08/17 04:17:03 OSPF: OSPFd 0.99.9 starting: ***@2604
2014/08/17 04:17:03 OSPF: ospfTrapIfStateChange trap sent: 10.81.250.211 now DROther
2014/08/17 04:17:03 OSPF: interface 10.81.250.211 [6] join AllSPFRouters Multicast group.
2014/08/17 04:17:03 OSPF: ospfTrapIfStateChange trap sent: 10.144.184.77 now DROther
2014/08/17 04:17:03 OSPF: interface 10.144.184.77 [3] join AllSPFRouters Multicast group.
2014/08/17 04:17:03 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.2 now Init/DROther
2014/08/17 04:17:03 OSPF: DR-Election[1st]: Backup 10.144.184.2
2014/08/17 04:17:03 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:03 OSPF: DR-Election[1st]: Backup 0.0.0.0
2014/08/17 04:17:03 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:03 OSPF: Packet[DD]: Neighbor 192.168.128.11 Negotiation done (Slave).
2014/08/17 04:17:03 OSPF: nsm_change_state(192.168.128.11, Loading -> Full): scheduling new router-LSA origination
2014/08/17 04:17:03 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.101 now Init/DROther
2014/08/17 04:17:03 OSPF: DR-Election[1st]: Backup 10.144.184.101
2014/08/17 04:17:03 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:03 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.1 now Init/DROther
2014/08/17 04:17:03 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:03 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:03 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.101 now ExStart/DROther
2014/08/17 04:17:03 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:03 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:03 OSPF: Link State Update: Neighbor[192.168.128.9] state ExStart is less than Exchange
2014/08/17 04:17:03 OSPF: Packet[DD]: Neighbor 192.168.128.9 Negotiation done (Slave).
2014/08/17 04:17:04 OSPF: nsm_change_state(192.168.128.9, Exchange -> Full): scheduling new router-LSA origination
2014/08/17 04:17:04 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.59 now Init/DROther
2014/08/17 04:17:04 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:04 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:04 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.54 now Init/DROther
2014/08/17 04:17:04 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:04 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:04 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.41 now Init/DROther
2014/08/17 04:17:04 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:04 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:04 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.104 now Init/DROther
2014/08/17 04:17:04 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:04 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:04 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.19 now Init/DROther
2014/08/17 04:17:04 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:04 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:04 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.53 now Init/DROther
2014/08/17 04:17:04 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:04 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:04 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.125 now Init/DROther
2014/08/17 04:17:04 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:04 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:04 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.17 now Init/DROther
2014/08/17 04:17:04 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:04 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:05 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.127 now Init/DROther
2014/08/17 04:17:05 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:05 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:05 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.42 now Init/DROther
2014/08/17 04:17:05 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:05 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:05 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.18 now Init/DROther
2014/08/17 04:17:05 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:05 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:05 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.110 now Init/DROther
2014/08/17 04:17:05 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:05 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:06 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.73 now Init/DROther
2014/08/17 04:17:06 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:06 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:08 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.21 now Init/DROther
2014/08/17 04:17:08 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:08 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:09 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.117 now Init/DROther
2014/08/17 04:17:09 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:09 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:09 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.102 now Init/DROther
2014/08/17 04:17:09 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:09 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:10 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.103 now Init/DROther
2014/08/17 04:17:10 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:10 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:12 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.47 now Init/DROther
2014/08/17 04:17:12 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:12 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:12 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.44 now Init/DROther
2014/08/17 04:17:12 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:12 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:12 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.66 now Init/DROther
2014/08/17 04:17:12 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:12 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:12 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.58 now Init/DROther
2014/08/17 04:17:12 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:12 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:12 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.22 now Init/DROther
2014/08/17 04:17:12 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:12 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:12 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.119 now Init/DROther
2014/08/17 04:17:12 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:12 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:12 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.56 now Init/DROther
2014/08/17 04:17:12 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:12 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:13 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.109 now Init/DROther
2014/08/17 04:17:13 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:13 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:13 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.57 now Init/DROther
2014/08/17 04:17:13 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:13 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:13 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.98 now Init/DROther
2014/08/17 04:17:13 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:13 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:13 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.99 now Init/DROther
2014/08/17 04:17:13 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:13 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:13 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.116 now Init/DROther
2014/08/17 04:17:13 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:13 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:13 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.105 now Init/DROther
2014/08/17 04:17:13 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:13 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:13 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.82 now Init/DROther
2014/08/17 04:17:13 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:13 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:13 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.108 now Init/DROther
2014/08/17 04:17:13 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:13 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:13 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.106 now Init/DROther
2014/08/17 04:17:13 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:13 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:13 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.126 now Init/DROther
2014/08/17 04:17:13 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:13 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:13 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.32 now Init/DROther
2014/08/17 04:17:13 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:13 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:13 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.27 now Init/DROther
2014/08/17 04:17:13 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:13 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:13 OSPF: *** sendmsg in ospf_write failed to 224.0.0.5, id 4312, off 0, len 80, interface dummy0, mtu 1500: Operation not permitted
Standard Bank email disclaimer and confidentiality note
Please go to http://www.standardbank.co.za/site/homepage/emaildisclaimer.html to read our email disclaimer and confidentiality note. Kindly email ***@standardbank.co.za (no content or subject line necessary) if you cannot view that page and we will email our email disclaimer and confidentiality note to you.
I have implemented zebra and quagga for dynamic routing using IPTABLES and SNAT (to enable SOURCEVIPA) on SuSE Linux.
The configuration is as follows:
VIPA=10.81.250.211
Interface IP=10.144.184.77
Gateway= 10.144.184.1 and 10.144.184.2
The IPTABLES rule to make 10.81.250.211 the source IP for all packets is as follows:
iptables -t nat -A POSTROUTING -p tcp -o eth1 -s 10.144.184.77 -j SNAT --to 10.81.250.211
When I I start OSPF it start up fine but the OSPF neighbor do not connect and instead i see this message on the log:
"*** sendmsg in ospf_write failed to 224.0.0.5, id 4312, off 0, len 80, interface dummy0, mtu 1500: Operation not permitted"
Any ideas what I could be doing wrong which is causing the above error message?
Thanks a lot in advance
Below is an extract from the log:
2014/08/17 04:17:03 OSPF: OSPFd 0.99.9 starting: ***@2604
2014/08/17 04:17:03 OSPF: ospfTrapIfStateChange trap sent: 10.81.250.211 now DROther
2014/08/17 04:17:03 OSPF: interface 10.81.250.211 [6] join AllSPFRouters Multicast group.
2014/08/17 04:17:03 OSPF: ospfTrapIfStateChange trap sent: 10.144.184.77 now DROther
2014/08/17 04:17:03 OSPF: interface 10.144.184.77 [3] join AllSPFRouters Multicast group.
2014/08/17 04:17:03 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.2 now Init/DROther
2014/08/17 04:17:03 OSPF: DR-Election[1st]: Backup 10.144.184.2
2014/08/17 04:17:03 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:03 OSPF: DR-Election[1st]: Backup 0.0.0.0
2014/08/17 04:17:03 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:03 OSPF: Packet[DD]: Neighbor 192.168.128.11 Negotiation done (Slave).
2014/08/17 04:17:03 OSPF: nsm_change_state(192.168.128.11, Loading -> Full): scheduling new router-LSA origination
2014/08/17 04:17:03 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.101 now Init/DROther
2014/08/17 04:17:03 OSPF: DR-Election[1st]: Backup 10.144.184.101
2014/08/17 04:17:03 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:03 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.1 now Init/DROther
2014/08/17 04:17:03 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:03 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:03 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.101 now ExStart/DROther
2014/08/17 04:17:03 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:03 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:03 OSPF: Link State Update: Neighbor[192.168.128.9] state ExStart is less than Exchange
2014/08/17 04:17:03 OSPF: Packet[DD]: Neighbor 192.168.128.9 Negotiation done (Slave).
2014/08/17 04:17:04 OSPF: nsm_change_state(192.168.128.9, Exchange -> Full): scheduling new router-LSA origination
2014/08/17 04:17:04 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.59 now Init/DROther
2014/08/17 04:17:04 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:04 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:04 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.54 now Init/DROther
2014/08/17 04:17:04 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:04 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:04 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.41 now Init/DROther
2014/08/17 04:17:04 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:04 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:04 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.104 now Init/DROther
2014/08/17 04:17:04 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:04 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:04 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.19 now Init/DROther
2014/08/17 04:17:04 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:04 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:04 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.53 now Init/DROther
2014/08/17 04:17:04 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:04 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:04 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.125 now Init/DROther
2014/08/17 04:17:04 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:04 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:04 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.17 now Init/DROther
2014/08/17 04:17:04 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:04 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:05 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.127 now Init/DROther
2014/08/17 04:17:05 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:05 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:05 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.42 now Init/DROther
2014/08/17 04:17:05 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:05 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:05 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.18 now Init/DROther
2014/08/17 04:17:05 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:05 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:05 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.110 now Init/DROther
2014/08/17 04:17:05 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:05 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:06 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.73 now Init/DROther
2014/08/17 04:17:06 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:06 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:08 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.21 now Init/DROther
2014/08/17 04:17:08 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:08 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:09 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.117 now Init/DROther
2014/08/17 04:17:09 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:09 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:09 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.102 now Init/DROther
2014/08/17 04:17:09 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:09 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:10 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.103 now Init/DROther
2014/08/17 04:17:10 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:10 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:12 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.47 now Init/DROther
2014/08/17 04:17:12 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:12 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:12 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.44 now Init/DROther
2014/08/17 04:17:12 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:12 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:12 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.66 now Init/DROther
2014/08/17 04:17:12 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:12 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:12 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.58 now Init/DROther
2014/08/17 04:17:12 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:12 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:12 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.22 now Init/DROther
2014/08/17 04:17:12 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:12 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:12 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.119 now Init/DROther
2014/08/17 04:17:12 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:12 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:12 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.56 now Init/DROther
2014/08/17 04:17:12 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:12 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:13 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.109 now Init/DROther
2014/08/17 04:17:13 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:13 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:13 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.57 now Init/DROther
2014/08/17 04:17:13 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:13 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:13 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.98 now Init/DROther
2014/08/17 04:17:13 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:13 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:13 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.99 now Init/DROther
2014/08/17 04:17:13 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:13 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:13 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.116 now Init/DROther
2014/08/17 04:17:13 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:13 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:13 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.105 now Init/DROther
2014/08/17 04:17:13 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:13 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:13 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.82 now Init/DROther
2014/08/17 04:17:13 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:13 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:13 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.108 now Init/DROther
2014/08/17 04:17:13 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:13 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:13 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.106 now Init/DROther
2014/08/17 04:17:13 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:13 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:13 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.126 now Init/DROther
2014/08/17 04:17:13 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:13 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:13 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.32 now Init/DROther
2014/08/17 04:17:13 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:13 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:13 OSPF: ospfTrapNbrStateChange trap sent: 10.144.184.27 now Init/DROther
2014/08/17 04:17:13 OSPF: DR-Election[1st]: Backup 10.144.184.1
2014/08/17 04:17:13 OSPF: DR-Election[1st]: DR 10.144.184.2
2014/08/17 04:17:13 OSPF: *** sendmsg in ospf_write failed to 224.0.0.5, id 4312, off 0, len 80, interface dummy0, mtu 1500: Operation not permitted
Standard Bank email disclaimer and confidentiality note
Please go to http://www.standardbank.co.za/site/homepage/emaildisclaimer.html to read our email disclaimer and confidentiality note. Kindly email ***@standardbank.co.za (no content or subject line necessary) if you cannot view that page and we will email our email disclaimer and confidentiality note to you.