Skip to main content

Routing Policies BGP

This extension is using the Routing Policies extensions and the Routing BGP one together.

Details

Nodes

PolicyBGP

  • Label: BGP Routing Policies
  • Description: A routing policiers for BGP
  • Namespace: Routing
  • Icon: carbon:deployment-policy
  • Inherit From: RoutingPolicy

Extensions

note

In this context "extensions" refer to modifications or additions to the existing schema, such as adding new attributes, relationships, or other schema elements.

RoutingBGPPeerGroup

Attributes

namedescriptionkindoptionaldefault_valuechoices
import_policiesText
export_policiesText

Relationships

namepeeroptionalcardinalitykind
import_routing_policiesRoutingPolicyBGPmanyGeneric
export_routing_policiesRoutingPolicyBGPmanyGeneric

RoutingBGPSession

Attributes

namedescriptionkindoptionaldefault_valuechoices
import_policiesText
export_policiesText

Relationships

namepeeroptionalcardinalitykind
import_routing_policiesRoutingPolicymanyGeneric
export_routing_policiesRoutingPolicymanyGeneric

Code

version: '1.0'
nodes:
- name: PolicyBGP
namespace: Routing
description: A routing policiers for BGP
label: BGP Routing Policies
icon: carbon:deployment-policy
include_in_menu: false
inherit_from:
- RoutingPolicy
extensions:
nodes:
- kind: RoutingBGPPeerGroup
attributes:
- name: import_policies
kind: Text
state: absent
- name: export_policies
kind: Text
state: absent
relationships:
- name: import_routing_policies
label: Import Routing Policies
peer: RoutingPolicyBGP
identifier: bgp__import_policies
description: The routing-policies used by this instance for import.
kind: Generic
cardinality: many
- name: export_routing_policies
label: Export Routing Policies
peer: RoutingPolicyBGP
identifier: bgp__export_policies
description: The routing-policies used by this instance for export.
kind: Generic
cardinality: many
- kind: RoutingBGPSession
attributes:
- name: import_policies
kind: Text
state: absent
- name: export_policies
kind: Text
state: absent
relationships:
- name: import_routing_policies
label: Import Routing Policies
peer: RoutingPolicy
identifier: bgp__import_policies
description: The routing-policies used by this instance for import.
kind: Generic
cardinality: many
- name: export_routing_policies
label: Export Routing Policies
peer: RoutingPolicy
identifier: bgp__export_policies
description: The routing-policies used by this instance for export.
kind: Generic
cardinality: many