Net::BGP::Router

Net::BGP::Router is a BGP Router based on Net::BGP.
Download

Net::BGP::Router Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Martin Lorensen
  • Publisher web site:
  • http://cpan.uwinnipeg.ca/module/Net::BGP::Router

Net::BGP::Router Tags


Net::BGP::Router Description

Net::BGP::Router is a BGP Router based on Net::BGP. Net::BGP::Router is a BGP Router based on Net::BGP.SYNOPSIS use Net::BGP::Router; # Constructor $router = new Net::BGP::Router( Name => 'My very own router!', Policy => new Net::BGP::Policy ); # Accessor Methods $router->add_peer($peer,'both',$acl); $router->remove_peer($peer,'both'); $router->set_policy($policy); $router->set_policy($peer,'in',$acl);__topThis module implement a BGP router. It uses Net::BGP objects for the BGP sessions and a Net::BGP::RIB object to store the routes. Policy are handled using a Net::BGP::Policy object. Requirements: · Perl


Net::BGP::Router Related Software