Service binding port
Service Binding Port.
A service binding port is used to logically attach an edge port to a customer service using a VLAN.
BFDSettingsInactive
Bases: ProductBlockModel
Settings for BFD, see BFDSettings
.
Source code in gso/products/product_blocks/service_binding_port.py
BFDSettingsProvisioning
Bases: BFDSettingsInactive
Settings for BFD, see BFDSettings
.
Source code in gso/products/product_blocks/service_binding_port.py
BFDSettings
Bases: BFDSettingsProvisioning
A set of settings for BFD.
Attributes:
Name | Type | Description |
---|---|---|
bfd_enabled |
bool
|
Whether BFD is enabled. |
bfd_interval_rx |
int | None
|
The BFD interval RX, if enabled. |
bfd_interval_tx |
int | None
|
The BFD interval TX, if enabled. |
bfd_multiplier |
int | None
|
The BFD multiplier, if enabled. |
Source code in gso/products/product_blocks/service_binding_port.py
ServiceBindingPortInactive
Bases: ProductBlockModel
A Service Binding Port that's currently inactive. See ServiceBindingPort
.
Source code in gso/products/product_blocks/service_binding_port.py
ServiceBindingPortProvisioning
Bases: ServiceBindingPortInactive
A Service Binding Port that's currently being provisioned. See ServiceBindingPort
.
Source code in gso/products/product_blocks/service_binding_port.py
ServiceBindingPort
Bases: ServiceBindingPortProvisioning
A service binding port that is actively used in the network.
Attributes:
Name | Type | Description |
---|---|---|
is_tagged |
bool
|
Whether this VLAN is tagged or not. |
vlan_id |
VLAN_ID | None
|
The VLAN ID. |
sbp_type |
SBPType
|
Is this service binding port layer 2 or 3? |
ipv4_address |
IPv4AddressType | None
|
If layer 3, IPv4 resources. |
ipv4_mask |
IPv4Netmask | None
|
IPv4 subnet mask. |
ipv6_address |
IPv6AddressType | None
|
If layer 3, IPv6 resources. |
ipv6_mask |
IPv6Netmask | None
|
IPv6 subnet mask. |
custom_firewall_filters |
bool
|
Any custom firewall filters that the partner may require. |
gs_id |
str
|
The GÉANT service ID of this binding port. |
bgp_session_list |
list[BGPSession]
|
The BGP sessions associated with this service binding port. |
edge_port |
EdgePortBlock
|
The Edge Port on which this SBP resides. |
v4_bfd_settings |
BFDSettings
|
BFD settings for IPv4. |
v6_bfd_settings |
BFDSettings
|
BFD settings for IPv6. |