BGP_ROUTE_POLICY_NAME: den Namen der BGP-Routenrichtlinie, die Sie exportieren möchten
PRIORITY: Die Reihenfolge dieses Begriffs innerhalb der BGP-Routenrichtlinie, wobei niedrigere Werte eine höhere Priorität angeben. Der zulässige Bereich ist [0, 2^31].
CEL_MATCH_EXPRESSION: ein CEL-Element (Common Expression Language), das mit Routen übereinstimmt, auf die dieser Begriff angewendet wird
CEL_ACTIONS_EXPRESSION: ein durch Semikolons getrennter CEL-Ausdruck für Aktionen, die für Elemente ausgeführt werden sollen, die dieser Regel entsprechen
BGP_ROUTE_POLICY_NAME: den Namen der BGP-Routenrichtlinie, die Sie exportieren möchten
PRIORITY: Die Reihenfolge dieses Begriffs innerhalb der BGP-Routenrichtlinie, wobei niedrigere Werte eine höhere Priorität angeben. Der zulässige Bereich ist [0, 2^31].
CEL_MATCH_EXPRESSION: ein CEL-Element, das mit Routen übereinstimmt, für die dieser Begriff gilt
CEL_ACTIONS_EXPRESSION: ein durch Semikolons getrennter CEL-Ausdruck für Aktionen, die für Elemente ausgeführt werden sollen, die dieser Regel entsprechen
BGP_ROUTE_POLICY_NAME: den Namen der BGP-Routenrichtlinie, die Sie exportieren möchten
BGP_ROUTE_POLICY_NAME: den Namen der BGP-Routenrichtlinie, die Sie exportieren möchten
PRIORITY: Die Reihenfolge dieses Begriffs innerhalb der BGP-Routenrichtlinie, wobei niedrigere Werte eine höhere Priorität angeben. Der zulässige Bereich ist [0, 2^31].
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-08-12 (UTC)."],[],[],null,["# Update BGP route policies\n=========================\n\nThis guide describes how to do the following updates to BGP route policies\nfor Cloud Router:\n\n- [Remove a BGP route policy](#remove-policy)\n- [Add BGP route policy terms](#add-bgp-route-policy-term)\n- [Update BGP route policy terms](#update-bgp-route-policy-term)\n- [Remove BGP route policy terms](#remove-bgp-route-policy-term)\n\nRemove a BGP route policy\n-------------------------\n\nRun the following: \n\n```\ngcloud compute routers remove-route-policy ROUTER_NAME \\\n --policy-name=BGP_ROUTE_POLICY_NAME\n```\n\nReplace the following:\n\n- \u003cvar translate=\"no\"\u003eROUTER_NAME\u003c/var\u003e: the name of your Cloud Router\n- \u003cvar translate=\"no\"\u003eBGP_ROUTE_POLICY_NAME\u003c/var\u003e: the name of the BGP route policy that you want to remove\n\nAdd a BGP route policy term\n---------------------------\n\nRun the following: \n\n```\ngcloud compute routers add-route-policy-term ROUTER_NAME \\\n --policy-name=BGP_ROUTE_POLICY_NAME \\\n --priority=PRIORITY \\\n --match=CEL_MATCH_EXPRESSION \\\n --actions=CEL_ACTIONS_EXPRESSION\n```\n\nReplace the following:\n\n- \u003cvar translate=\"no\"\u003eROUTER_NAME\u003c/var\u003e: the name of your Cloud Router\n- \u003cvar translate=\"no\"\u003eBGP_ROUTE_POLICY_NAME\u003c/var\u003e: the name of the BGP route policy that you want to export\n- \u003cvar translate=\"no\"\u003ePRIORITY\u003c/var\u003e: the order of this term within the BGP route policy, where lower values indicate higher priority. The accepted range is \\[0, 2\\^31).\n- \u003cvar translate=\"no\"\u003eCEL_MATCH_EXPRESSION\u003c/var\u003e: a Common Expression Language (CEL) element that matches routes that this term applies to\n- \u003cvar translate=\"no\"\u003eCEL_ACTIONS_EXPRESSION\u003c/var\u003e: a semicolon separated CEL expression for actions to take for items that match this rule\n\nUpdate a BGP route policy term\n------------------------------\n\nRun the following: \n\n```\ngcloud compute routers update-route-policy-term ROUTER_NAME \\\n --policy-name=BGP_ROUTE_POLICY_NAME \\\n --priority=PRIORITY \\\n --match=CEL_MATCH_EXPRESSION \\\n --actions=CEL_ACTIONS_EXPRESSION\n```\n\nReplace the following:\n\n- \u003cvar translate=\"no\"\u003eROUTER_NAME\u003c/var\u003e: the name of your Cloud Router\n- \u003cvar translate=\"no\"\u003eBGP_ROUTE_POLICY_NAME\u003c/var\u003e: the name of the BGP route policy that you want to export\n- \u003cvar translate=\"no\"\u003ePRIORITY\u003c/var\u003e: The order of this term within the BGP route policy, where lower values indicate higher priority. The accepted range is \\[0, 2\\^31).\n- \u003cvar translate=\"no\"\u003eCEL_MATCH_EXPRESSION\u003c/var\u003e: a CEL element that matches routes that this term applies to\n- \u003cvar translate=\"no\"\u003eCEL_ACTIONS_EXPRESSION\u003c/var\u003e: a semicolon separated CEL expression for actions to take for items that match this rule\n- \u003cvar translate=\"no\"\u003eBGP_ROUTE_POLICY_NAME\u003c/var\u003e: the name of the BGP route policy that you want to export\n\nRemove a BGP route policy term\n------------------------------\n\nRun the following: \n\n```\ngcloud compute routers remove-route-policy-term ROUTER_NAME \\\n --policy-name=BGP_ROUTE_POLICY_NAME \\\n --priority=PRIORITY\n```\n\nReplace the following:\n\n- \u003cvar translate=\"no\"\u003eROUTER_NAME\u003c/var\u003e: the name of your Cloud Router\n- \u003cvar translate=\"no\"\u003eBGP_ROUTE_POLICY_NAME\u003c/var\u003e: the name of the BGP route policy that you want to export\n- \u003cvar translate=\"no\"\u003ePRIORITY\u003c/var\u003e: the order of this term within the BGP route policy, where lower values indicate higher priority. The accepted range is \\[0, 2\\^31)."]]