How to Install and Uninstall neutron-bgp-dragent Package on Kali Linux

Last updated: May 11,2024

1. Install "neutron-bgp-dragent" package

Please follow the steps below to install neutron-bgp-dragent on Kali Linux

$ sudo apt update $ sudo apt install neutron-bgp-dragent

2. Uninstall "neutron-bgp-dragent" package

This is a short guide on how to uninstall neutron-bgp-dragent on Kali Linux:

$ sudo apt remove neutron-bgp-dragent $ sudo apt autoclean && sudo apt autoremove

3. Information about the neutron-bgp-dragent package on Kali Linux

Package: neutron-bgp-dragent
Source: neutron-dynamic-routing
Version: 2:20.0.0-1
Installed-Size: 30
Maintainer: Debian OpenStack
Architecture: all
Depends: neutron-dynamic-routing-common (= 2:20.0.0-1)
Size: 8244
SHA256: 54807482cac3f43c1af3e7667d61f840300b0e0c15df23d7009fca9d65e85180
SHA1: 8f6044cdb7e5b7ec4542fe2e5857e1b52c708d00
MD5sum: d30f74300b156c280160d2103789c76e
Description: OpenStack Neutron Dynamic Routing - Agent
Neutron provides an API to dynamically request and configure virtual networks.
These networks connect "interfaces" from other OpenStack services (such as
vNICs from Nova VMs). The Neutron API supports extensions to provide advanced
network capabilities, including QoS, ACLs, and network monitoring.
.
Neutron dynamic routing enables advertisement of self-service (private)
network prefixes to physical network devices that support dynamic routing
protocols such as routers, thus removing the conventional dependency on static
routes.
.
It advertises three classes of routes:
* Host routes for floating IP addresses hosted on non-DVR routers, the
nexthop is the centralized router.
* Host routes for floating IP addresses hosted on DVR routers, the nexthop is
the appropriate compute node.
* Prefix routes for directly routable tenant networks with address scopes,
the nexthop is the centralized router, the same for DVR and CVR.
.
Neutron dynamic routing consists of service plug-in and agent. The service
plug-in implements the Networking service extension and the agent manages
dynamic routing protocol peering sessions. The plug-in communicates with the
agent through RPC.
.
This package contains the Dynamic Routing agent.
Description-md5: ff8bfa713accd9acf3585e7dfe788442
Homepage: https://github.com/openstack/neutron-dynamic-routing
Section: net
Priority: optional
Filename: pool/main/n/neutron-dynamic-routing/neutron-bgp-dragent_20.0.0-1_all.deb