gateway_handoff

gateway_handoff
gateway_handoff
JSON Example
{
    "enterpriseId": 0,
    "value": {
        "segments": "gateway_handoff_value_segments Object",
        "segment": {
            "name": "string",
            "segmentId": 0,
            "segmentLogicalId": "string",
            "type": "string"
        },
        "bgpPrioritySetup": {
            "autoAs": {
                "enabled": false
            },
            "autoMed": {
                "enabled": false
            },
            "communityMapping": {
                "enabled": false,
                "priorityMode": "string",
                "priorities": [
                    {
                        "community": "string",
                        "community2": "string",
                        "priority": 0
                    }
                ],
                "communityAdditive": false
            },
            "v6CommunityMapping": {
                "enabled": false,
                "priorityMode": "string",
                "priorities": [
                    {
                        "community": "string",
                        "community2": "string",
                        "priority": 0
                    }
                ],
                "communityAdditive": false
            }
        },
        "type": "string",
        "override": false,
        "cTag": 0,
        "sTag": 0,
        "localAddress": {
            "cidrIp": "string",
            "cidrPrefix": "number",
            "useForPrivate": false,
            "advertiseViaBgp": false,
            "override": false
        },
        "v6LocalAddress": {
            "cidrIp": "string",
            "cidrPrefix": "number",
            "useForPrivate": false,
            "advertiseViaBgp": false,
            "override": false
        },
        "staticRoutes": {
            "override": false,
            "subnets": [
                {
                    "name": "string",
                    "cidrIp": "string",
                    "cidrPrefix": "number",
                    "encrypt": false,
                    "handOffType": "string",
                    "routeCost": 0
                }
            ],
            "v6Subnets": [
                {
                    "name": "string",
                    "cidrIp": "string",
                    "cidrPrefix": "number",
                    "encrypt": false,
                    "handOffType": "string",
                    "routeCost": 0
                }
            ]
        },
        "bfd": {
            "v6Detail": {
                "peerAddress": "string",
                "localAddress": "string",
                "detectMultiplier": 0,
                "receiveInterval": 0,
                "transmitInterval": 0
            }
        },
        "bgp": {
            "v6Detail": {
                "neighborIp": "string",
                "neighborASN": "string",
                "encryption": false,
                "enableBfd": false,
                "disableASPathCarryOver": false,
                "enableMd5": false,
                "md5Password": "string"
            }
        },
        "bgpInboundMap": {
            "rules": [
                {
                    "action": {
                        "type": "string",
                        "values": [
                            {
                                "type": "string",
                                "value": "string"
                            }
                        ]
                    },
                    "match": {
                        "exactMatch": false,
                        "type": "string",
                        "value": "string"
                    }
                }
            ],
            "override": false
        },
        "v6BgpInboundMap": {
            "rules": [
                {
                    "action": {
                        "type": "string",
                        "values": [
                            {
                                "type": "string",
                                "value": "string"
                            }
                        ]
                    },
                    "match": {
                        "exactMatch": false,
                        "type": "string",
                        "value": "string"
                    }
                }
            ],
            "override": false
        },
        "bgpOutboundMap": {
            "rules": [
                {
                    "action": {
                        "type": "string",
                        "values": [
                            {
                                "type": "string",
                                "value": "string"
                            }
                        ]
                    },
                    "match": {
                        "exactMatch": false,
                        "type": "string",
                        "value": "string"
                    }
                }
            ],
            "override": false
        },
        "v6BgpOutboundMap": {
            "rules": [
                {
                    "action": {
                        "type": "string",
                        "values": [
                            {
                                "type": "string",
                                "value": "string"
                            }
                        ]
                    },
                    "match": {
                        "exactMatch": false,
                        "type": "string",
                        "value": "string"
                    }
                }
            ],
            "override": false
        },
        "VLAN": {
            "type": "string",
            "cTag": 0,
            "sTag": 0,
            "transportLanVLAN": "string"
        },
        "overrides": {
            "VLAN": {
                "VLAN": {
                    "type": "string",
                    "cTag": 0,
                    "sTag": 0,
                    "transportLanVLAN": "string"
                }
            },
            "bgp": {
                "bgp": {
                    "v6Detail": {
                        "neighborIp": "string",
                        "neighborASN": "string",
                        "encryption": false,
                        "enableBfd": false,
                        "disableASPathCarryOver": false,
                        "enableMd5": false,
                        "md5Password": "string"
                    }
                }
            },
            "bgpInboundMap": {
                "rules": [
                    {
                        "action": {
                            "type": "string",
                            "values": [
                                {
                                    "type": "string",
                                    "value": "string"
                                }
                            ]
                        },
                        "match": {
                            "exactMatch": false,
                            "type": "string",
                            "value": "string"
                        }
                    }
                ],
                "override": false
            },
            "bgpOutboundMap": {
                "bgpOutboundMap": {
                    "rules": [
                        {
                            "action": {
                                "type": "string",
                                "values": [
                                    {
                                        "type": "string",
                                        "value": "string"
                                    }
                                ]
                            },
                            "match": {
                                "exactMatch": false,
                                "type": "string",
                                "value": "string"
                            }
                        }
                    ],
                    "override": false
                }
            },
            "localAddress": {
                "localAddress": {
                    "cidrIp": "string",
                    "cidrPrefix": "number",
                    "useForPrivate": false,
                    "advertiseViaBgp": false,
                    "override": false
                }
            },
            "v6LocalAddress": {
                "v6LocalAddress": {
                    "cidrIp": "string",
                    "cidrPrefix": "number",
                    "useForPrivate": false,
                    "advertiseViaBgp": false,
                    "override": false
                }
            },
            "subnets": {
                "subnets": [
                    {}
                ]
            }
        }
    }
}
integer
enterpriseId
Optional

enterpriseId

value
Optional

value