BZU PAGES: Find Presentations, Reports, Student's Assignments and Daily Discussion; Bahauddin Zakariya University Multan Right Header

Register FAQ Community Calendar New Posts Navbar Right Corner
HOME BZU Mail Box Online Games Radio and TV Cricket All Albums
Go Back   BZU PAGES: Find Presentations, Reports, Student's Assignments and Daily Discussion; Bahauddin Zakariya University Multan > Welcome to all the Students > Daily News And halat-e-hazra > Tech world

Tech world All news and information about latest technology


Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old 22-07-2010, 06:53 PM
BSIT07-01's Avatar
Addicted to Computer


 
Join Date: Sep 2007
Location: ------------
Age: 34
Posts: 1,309
Contact Number: ---------------
Program / Discipline: BSIT
Class Roll Number: 07-01
BSIT07-01 has a brilliant futureBSIT07-01 has a brilliant futureBSIT07-01 has a brilliant futureBSIT07-01 has a brilliant futureBSIT07-01 has a brilliant futureBSIT07-01 has a brilliant futureBSIT07-01 has a brilliant futureBSIT07-01 has a brilliant futureBSIT07-01 has a brilliant futureBSIT07-01 has a brilliant futureBSIT07-01 has a brilliant future
Default ExaBGP - A new Tool to Interact with BGP

ExaBGP is a new application designed to provide an easy way for programmers and system admistrators to interact with BGP networks. The program is designed to allow the injection of arbitrary routes into a network, including IPv6 and FlowSpec.
Introduction

Many security professionals are currently using NetFlow to monitor their network and react to DDOS attacks. By centralising their traffic information in one place, they are able to corrolate the information and detect more and more advanced attacks.

Many networks then use BGP to blackhole the destination IP of the attack at their edge, protecting their network core but still allowing the attacker to succeed.
RFC 5575 , better known as FlowSpec, was designed to help security professionals react to such attacks in a more fine grained manner, by allowing precise filtering rules to be deployed, through BGP, to routers with advanced ASICS features.
ExaBGP is currently the only open source implementation of a route injector able to generate and propagate Flow Routes.
Getting Started

ExaBGP is available on Google Code and will run on most Unix flavours with any recent version of python 2 (2.4 to 2.7).

Simply untar the code into /opt, or any directory of your choice, then edit one of the template files in the etc/bgp folder to reflect what you want to do, and finally test your configuration calling “bin/bgpd” with your configuration as the first parameter.
What does it look like ...
The configuration contains the usual BGP information fields; Cisco, Juniper, Quagga and BIRD users should find their mark very quickly.
A mixed IPv4/Flow configuration would look like the following:

neighbor 192.168.127.128 {
description "a quagga test peer";
router-id 192.168.127.1;
local-address 192.168.127.1;
local-as 65000;
peer-as 65000;
graceful-restart;

static {
route 10.0.3.0/24 {
next-hop 10.0.255.254;
community [ 30740:30740 30740:0 ];
local-preference 200;
}
route 10.0.5.0/24 next-hop 10.0.255.254 local-preference 200;
}
flow {
route slow-down-the-proxy-for-the-office {
match {
source 10.0.0.1/32;
destination 192.168.0.1/32;
destination-port >8080&<8088 =3128;
source-port >1024;
protocol tcp;
}
then {
rate-limit 9600;
}
}
}
}

We would love to hear from you...
The program wiki has more information on how to install and configure the application.
As usual, comments and feedback are welcome. Feel free to use the site's bug tracker to contact us.
You can as well email or jabber the author at thomas.mangin AT exa-networks.co.uk
About the author
Thomas Mangin is Technical Director at Exa Networks Limited, a B2B ISP based in the north of England.
Homepage: http://thomas.mangin.com/






ref:
http://labs.ripe.net/Members/thomas_...l-interact-bgp
Reply With Quote
Reply

Tags
bgp, exabgp, interact, tool


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Easy way to cut out an image using the extraction tool in photoshop .BZU. How to ? 0 27-12-2008 02:17 PM

Best view in Firefox
Almuslimeen.info | BZU Multan | Dedicated server hosting
Note: All trademarks and copyrights held by respective owners. We will take action against any copyright violation if it is proved to us.

All times are GMT +5. The time now is 05:02 PM.
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.