Forum Discussion
rdvn_148212
Jul 22, 2014Nimbostratus
iControl get_static_route_destination inconsistency
On get_static_route_destination on urn iControl:Networking/RouteTableV2 there is missing info regarding route domain on default gateway objects. Works fine on nondefault static routes.
For example:
root@(f5-test)(cfg-sync Standalone)(Active)(/Common)(tmos) list net route VLAN_99
net route VLAN_99 {
gw 192.168.254.214%834
network default%99
}
iControl req:
<soapenv:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:mon="urn:iControl:Networking/RouteTableV2" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ins0="urn:iControl">
<soapenv:Body>
<mon:get_static_route_destination>
<routes>
<item>/Common/VLAN_99</item>
</routes>
</mon:get_static_route_destination>
</soapenv:Body>
</soapenv:Envelope>
iControl response:
<E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.w3.org/2001/XMLSchema" xmlns:iControl="urn:iControl" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<E:Body>
<m:get_static_route_destinationResponse xmlns:m="urn:iControl:Networking/RouteTableV2">
<return s:type="A:Array" A:arrayType="iControl:Networking.RouteTableV2.RouteDestination[1]">
<item>
<address s:type="y:string">0.0.0.0</address>
<netmask s:type="y:string">0.0.0.0</netmask>
</item>
</return>
</m:get_static_route_destinationResponse>
</E:Body>
</E:Envelope>
System info
Sys::Version
Main Package
Product BIG-IP
Version 11.5.0
Build 2.0.231
Edition Hotfix HF2
Date Thu Apr 10 22:52:27 PDT 2014
So, is there a wy to get info regarding netwrok route domain of default route? On nondefault route iControl returns route domain in address element of response, so I'd expect it to behave the same with default route.
Thank you
No RepliesBe the first to reply
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects