guides:user:l3vpn:l3vpndelete
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
guides:user:l3vpn:l3vpndelete [2019/12/24 09:08] – ↷ Page moved from guides:howto:l3vpn:l3vpndelete to guides:user:l3vpn:l3vpndelete bdorlandt | guides:user:l3vpn:l3vpndelete [2024/07/03 12:31] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | {{indexmenu_n> | ||
+ | ====== Delete L3 VPN ====== | ||
+ | |||
+ | So until now, we have seen How to [[guides: | ||
+ | |||
+ | The general workflow is as below: | ||
+ | - Template(s) to negate the CLI that was put up during the Add | ||
+ | - Service Type to delete the information from the database | ||
+ | |||
+ | ====== Template ====== | ||
+ | Here we need to alter our AddVRF template to accomodate for an extra variable ' | ||
+ | will initiate the negation of CLI as shown below | ||
+ | ===== AddVRF ===== | ||
+ | < | ||
+ | #reload PE_CE_nets | ||
+ | interface < | ||
+ | |Decommission=' | ||
+ | no ip address < | ||
+ | no service-policy input police \ | ||
+ | shut | ||
+ | |||
+ | |Decommission!=' | ||
+ | ip address < | ||
+ | service-policy input police \ | ||
+ | no shut | ||
+ | |||
+ | </ | ||
+ | |||
+ | Next we need to create a new Command Job with parameter below | ||
+ | ===== Command Job ===== | ||
+ | ==== Delete L3VPN ==== | ||
+ | {{guides: | ||
+ | |||
+ | Most of the lines in the Commands are self explanatory. | ||
+ | |||
+ | The Scenario: section now includes a flag Decommission with value ' | ||
+ | |||
+ | The output from Evaluate button reveals following configuration will be pushed to the device | ||
+ | {{guides: | ||
+ | |||
+ | Now we need to clean up the database by removing the record for the Add L3VPN entry created by the Service Type during the Add phase | ||
+ | ==== Service Type ==== | ||
+ | |||
+ | |||
+ | |||