File tree Expand file tree Collapse file tree
catalystwan/models/configuration/feature_profile/sdwan/service/lan Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8080 "connected" ,
8181 "bgp" ,
8282 "ospf" ,
83+ "eigrp" , # 20.18+
8384]
8485
8586RedistributeToServiceProtocol = Literal [
8687 "bgp" ,
8788 "ospf" ,
89+ "eigrp" , # 20.18+
8890]
8991
9092RouteLeakFromServiceProtocol = Literal [
9193 "static" ,
9294 "connected" ,
9395 "bgp" ,
9496 "ospf" ,
97+ "eigrp" , # 20.18+
9598]
9699
97100RedistributeToGlobalProtocol = Literal [
98101 "bgp" ,
99102 "ospf" ,
103+ "eigrp" , # 20.18+
100104]
101105
102106
@@ -523,7 +527,7 @@ class RouteLeakFromService(BaseModel):
523527class RouteLeakBetweenServices (BaseModel ):
524528 model_config = ConfigDict (arbitrary_types_allowed = True , populate_by_name = True )
525529
526- source_vpn : Union [Variable , Global [int ]] = Field (serialization_alias = "soureVpn " , validation_alias = "soureVpn " )
530+ source_vpn : Union [Variable , Global [int ]] = Field (serialization_alias = "sourceVpn " , validation_alias = "sourceVpn " )
527531 route_protocol : Union [Variable , Global [RouteLeakFromServiceProtocol ]] = Field (
528532 serialization_alias = "routeProtocol" , validation_alias = "routeProtocol"
529533 )
You can’t perform that action at this time.
0 commit comments