-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathdel_static_route_default.tmpl
37 lines (37 loc) · 1.15 KB
/
del_static_route_default.tmpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<config>
<router-static xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-ip-static-cfg">
<default-vrf>
<address-family>
<vrfipv4>
<vrf-unicast>
<vrf-prefixes>
<vrf-prefix nc:operation="remove">
<prefix>10.1.1.0</prefix>
<prefix-length>24</prefix-length>
<vrf-route>
<vrf-next-hop-table>
<vrf-next-hop-interface-name-next-hop-address>
<interface-name>Loopback0</interface-name>
<next-hop-address>10.10.10.1</next-hop-address>
</vrf-next-hop-interface-name-next-hop-address>
</vrf-next-hop-table>
</vrf-route>
</vrf-prefix>
<vrf-prefix nc:operation="remove">
<prefix>10.1.2.0</prefix>
<prefix-length>24</prefix-length>
<vrf-route>
<vrf-next-hop-table>
<vrf-next-hop-interface-name>
<interface-name>Loopback0</interface-name>
</vrf-next-hop-interface-name>
</vrf-next-hop-table>
</vrf-route>
</vrf-prefix>
</vrf-prefixes>
</vrf-unicast>
</vrfipv4>
</address-family>
</default-vrf>
</router-static>
</config>