27-May-2003 10:31
28-May-2003 10:31
29-May-2003 10:31
I'll also post another question around errors...
Thanks, Michel
29-May-2003
10:31
- last edited on
05-Jun-2023
05:54
by
JimmyPackets
Origin Address 0.0.0.0 => default SNAT
Translated Address 0.0.0.0 => auto
So if you use the create_default() command
void ITCMLocalLB::SNAT::create_default(
String translated_addr,
);
with a translated address of "0.0.0.0" that should map to
bigpipe snat map default to auto unit 1
BTW, these are the types of feedback we need to hear to help us make the product better. Please keep the posts coming!
-Joe
29-May-2003
10:31
- last edited on
05-Jun-2023
05:54
by
JimmyPackets
A map from bigpipe commands to their iControl counterparts is a great idea. It was thought that the mapping was fairly straight forward but it seems that a more documented mapping would be beneficial. I will look at creating a a technical article for this website in the near future that will provide a dynamic lookup. In the short term, feel free to post your specific mapping questions here. Here are the iControl methods for your examples
bigpipe snat map default to auto unit 1
Method create_default_ex
Creates a default SNAT map with a unit ID and netmask.
void ITCMLocalLB::SNAT::create_default_ex(
String translated_addr,
long unit_id,
String netmask
);
bigpipe self 166.71.142.83 snat automap enable
Method set_snat_automap
Sets the SNAT automap state of the specified self IP.
void ITCMNetworking::SelfIP::set_snat_automap(
in String self_ip,
in EnabledState state
);
15-Sep-2009 09:28
snat Auto-SNAT {
mirror enable
automap
origin 0.0.0.0 mask 0.0.0.0