cloudstack/plugins/network-elements/cisco-vnmc/scripts/network/cisco/create-edge-device-route.xml

18 lines
425 B
XML

<configConfMos
cookie="%cookie%"
inHierarchical="false">
<inConfigs>
<pair key="%routedn%" >
<routeStaticRoute
dn="%routedn%"
id="%id%"
ipAddress="%destination%"
ipSubnet="%netmask%"
nextHopGWIp="%nexthop%"
nextHopIntf="%nexthopintf%"
routeMetric="1"
status="created"/>
</pair>
</inConfigs>
</configConfMos>