Vrf
Product blocks for VRF Virtual Routing and Forwarding.
VRFBlockInactive
Bases: ProductBlockModel
An inactive VRF subscription. See VRFBlock
.
Source code in gso/products/product_blocks/vrf.py
VRFBlockProvisioning
Bases: VRFBlockInactive
A provisioning VRF subscription. See VRFBlock
.
Source code in gso/products/product_blocks/vrf.py
VRFBlock
Bases: VRFBlockProvisioning
Represents an active VRF subscription block.
Attributes:
Name | Type | Description |
---|---|---|
vrf_router_list |
list[RouterBlock]
|
List of VRF routers. |
vrf_name |
str
|
Unique name identifying this VRF. |
route_distinguisher |
str
|
Route Distinguisher ensuring unique route identification within this VRF. |
route_target |
str
|
Route Target defining routing policies for importing/exporting routes. |
vrf_as_number |
int | None
|
AS number of the VRF. |