“CABUORCH-1799”的版本间的差异
来自qingwei personal wiki
(→描述) |
|||
第3行: | 第3行: | ||
=== wiki === | === wiki === | ||
http://cmtswiki.cisco.com:8080/display/cmtsdpub/Sereno+Static+Route+Configuration%28RPD+online+in+L3+topology%29 | http://cmtswiki.cisco.com:8080/display/cmtsdpub/Sereno+Static+Route+Configuration%28RPD+online+in+L3+topology%29 | ||
+ | == scope == | ||
+ | === NSO curl Delete === | ||
+ | <source lang="xml"> | ||
+ | <ip-route-interface-list> | ||
+ | <prefix>60.10.13.0</prefix> | ||
+ | <mask>255.255.255.0</mask> | ||
+ | <interface>TenGigabitEthernet7/1/2</interface> | ||
+ | </ip-route-interface-list> | ||
+ | <vrf> | ||
+ | <name>Mgmt-intf</name> | ||
+ | </vrf> | ||
+ | </source > | ||
[[category: cisco]] | [[category: cisco]] | ||
[[category: task]] | [[category: task]] |
2018年6月12日 (二) 07:11的版本
描述
remove L3 static routes by NSO REST API not using no command
wiki
scope
NSO curl Delete
<ip-route-interface-list>
<prefix>60.10.13.0</prefix>
<mask>255.255.255.0</mask>
<interface>TenGigabitEthernet7/1/2</interface>
</ip-route-interface-list>
<vrf>
<name>Mgmt-intf</name>
</vrf>