bgp-models

Crates.iobgp-models
lib.rsbgp-models
version0.9.1
sourcesrc
created_at2021-10-03 01:43:25.758846
updated_at2023-03-30 03:50:50.737768
descriptionStructs and other building blocks for BGP and MRT related Rust projects.
homepage
repositoryhttps://github.com/bgpkit/bgpkit-parser/bgp-models
max_upload_size
id459607
size93,455
Mingwei Zhang (digizeph)

documentation

https://docs.rs/bgp-models

README

bgp-models

bgp-models is a library that defines the basic BGP and MRT message data structures. This library aims to provide building blocks for downstream libraries working with BGP and MRT messages such as MRT parser or BGP table constructor.

Minimum Supported Rust Version

1.46.0

Supported RFCs

Most of the structs defined in this library are named after the formal definitions in a number of RFCs. Here is a list of them:

BGP

  • RFC 2042: Registering New BGP Attribute Types
  • RFC 3392: Capabilities Advertisement with BGP-4
  • RFC 4271: A Border Gateway Protocol 4 (BGP-4)
  • RFC 4456: BGP Route Reflection: An Alternative to Full Mesh Internal BGP (IBGP)
  • RFC 5065: Autonomous System Confederations for BGP
  • RFC 6793: BGP Support for Four-Octet Autonomous System (AS) Number Space
  • RFC 7911: Advertisement of Multiple Paths in BGP (ADD-PATH)
  • RFC 9072: Extended Optional Parameters Length for BGP OPEN Message Updates
  • RFC 9234: Route Leak Prevention and Detection Using Roles in UPDATE and OPEN Messages

MRT

  • RFC 6396: Multi-Threaded Routing Toolkit (MRT) Routing Information Export Format
  • RFC 6397: Multi-Threaded Routing Toolkit (MRT) Border Gateway Protocol (BGP) Routing Information Export Format with Geo-Location Extensions
  • RFC 8050: Multi-Threaded Routing Toolkit (MRT) Routing Information Export Format with BGP Additional Path Extensions

Communities

  • RFC 1977: BGP Communities Attribute
  • RFC 4360: BGP Extended Communities Attribute
  • RFC 5668: 4-Octet AS Specific BGP Extended Community
  • RFC 5701: IPv6 Address Specific BGP Extended Community Attribute
  • RFC 7153: IANA Registries for BGP Extended Communities Updates 4360, 5701
  • RFC 8097: BGP Prefix Origin Validation State Extended Community
  • RFC 8092: BGP Large Communities

Used By

Built with ❤️ by BGPKIT Team

https://bgpkit.com/favicon.ico

Commit count: 547

cargo fmt