Forum Discussion

moark_63199's avatar
moark_63199
Icon for Nimbostratus rankNimbostratus
Jan 25, 2010

Convert 5100 conf to 6900

Hi,

 

 

 

5100 Version 4.5.9 F5 is being replaced by 6900 Version 10.1.0 3341.0.

 

 

I have a few questions, answers will be appreciated.

 

 

1-) There is "snat timeout tcp 0" in old F5 and what should I use in new F5 in place of the command? I mean how should I configure snat tcp timeout infinite in new F5?

 

 

2-) I configured SNAT configuration in new F5 in place of the old configured snat as seen below. Used "snat automap" in virtual server configuration and created separate snat. Is the configuration correct?

 

 

3-)"service 38900 udp enable" in old conf. What can I use in new hw in place of this? There is "ip protocol tcp" in virtual server configuration, how can I enble both tcp and udp in virtual server configuration?

 

 

 

5100 F5 there is SNAT conf as below

 

 

service 38900 udp enable

 

snat timeout tcp 0

 

snat map { MMC_VLAN om rtcdb_traffic rtcdb_distrib rtcdb_om to auto unit 1

 

 

vlans admin disable

 

}

 

snat MMC_VLAN timeout tcp 7000

 

snat MMC_VLAN mirror enable

 

snat om timeout tcp 7000

 

snat om mirror enable

 

snat rtcdb_traffic mirror enable

 

snat rtcdb_distrib mirror enable

 

snat rtcdb_om timeout tcp 7000

 

 

virtual 10.4.104.5:38900 unit 1 {

 

use pool rtcdb_distribution_pool

 

mirror conn enable

 

vlans admin ext_om disable

 

}

 

 

 

6900 F5 I converted the 5100 conf to be seen as below; I used "snat automap" in virtual server configuration and created separate snat.

 

 

snat SNATMAP {

 

automap

 

snatpool none

 

origins default inet

 

vlans {

 

MMC_VLAN

 

om

 

rtcdb_distrib

 

rtcdb_om

 

rtcdb_traffic

 

} enable

 

}

 

virtual Distribution {

 

mirror enable

 

snat automap

 

pool rtcdb_distribution_pool

 

destination 10.4.104.5:38900

 

ip protocol tcp

 

profiles tcp_0 {}

 

vlans {

 

MMC_VLAN

 

interlink

 

om

 

rtcdb_distrib

 

rtcdb_om

 

rtcdb_traffic

 

} enable

 

}

 

virtual NSTraffic-1 {

 

mirror enable

 

snat automap

 

pool rtcdb_ns_traffic_pool

 

destination 192.168.101.7:11389

 

ip protocol tcp

 

profiles tcp_7000 {}

 

vlans {

 

interlink

 

om

 

rtcdb_distrib

 

rtcdb_om

 

rtcdb_traffic

 

} enable

 

}

 

 

virtual Distribution {

 

mirror enable

 

snat automap

 

pool rtcdb_distribution_pool

 

destination 10.4.104.5:38900

 

ip protocol tcp

 

profiles tcp_0 {}

 

vlans {

 

MMC_VLAN

 

interlink

 

om

 

rtcdb_distrib

 

rtcdb_om

 

rtcdb_traffic

 

} enable

 

}
No RepliesBe the first to reply