Forum Discussion
genseek_32178
Nimbostratus
Apr 06, 2012F5 config sync issue
2 BIPGIP pairs are setiup in Active and Standby State, Config Sync status is - o, Synchronized on both devices, but configs r not same.
Virtuals in Active are not getting Sync to Standby.
When searching missing virutals on Standby, message coming is - Virtual not found.
Does it mean, virtuals need to be configured on Standby and then configured synched manually?
12 Replies
- nitass
Employee
is the virtual address same as non-floating selfip?
have you checked "b virtual address x.x.x.x list all"? is floating enabled?
e.g.[root@ve1023:Active] config b virtual address 172.28.19.79 list all virtual address 172.28.19.79 { enable limit 0 arp enable route advertisement disable mask 255.255.255.255 floating enable unit 1 server any partition Common } - genseek_32178
Nimbostratus
Thanks for the prompt reply nitass...
On the active, i see the out as bleow, floating is diabled.
b virtual address 207.x.x.x list all
virtual address 207.x.x.x {
enable
limit 0
arp enable
route advertisement disable
mask 255.255.255.255
floating disable
unit 0
server any
partition Common
should it be enabled? - nitass
Employee
should it be enabled?yes, it should be enabled and unit should also be 1 (not 0). are you sure if the virtual address is not a non-floating selfip? - genseek_32178
Nimbostratus
are you sure if the virtual address is not a non-floating selfip?
Yes virtual address is a non flaoting self IP.
How can unit be made as 1 ? Will "floating enable" make it as Unit 1? - nitass
Employee
can you try something like this?[root@ve1023:Active] config b virtual address list all virtual address 172.28.19.79 { enable limit 0 arp enable route advertisement disable mask 255.255.255.255 floating disable unit 0 server any partition Common } [root@ve1023:Active] config b virtual address 172.28.19.79 floating enable unit 1 [root@ve1023:Active] config b virtual address list all virtual address 172.28.19.79 { enable limit 0 arp enable route advertisement disable mask 255.255.255.255 floating enable unit 1 server any partition Common } - genseek_32178
Nimbostratus
Thanks nitass, i wil try and let you know. - genseek_32178
Nimbostratus
nitass,
Is possible to have same IP for a virtual server and a snat transalation?
snat RD_202.12.23.6_sp {
translation 202.12.23.6
b virtual vs_202.12.23.6 list
virtual vs_202.12.23.6 {
pool pool_http
destination 202.12.23.6:80
ip protocol tcp
profiles fastl4_fl
b pool pool_http list
pool pool_http {
monitor all http_p
members {
172.20.20.25:snmp {}
172.20.25.30:snmp {}
Also i see that the VS is not listening on any VLANs...is this normal? - nitass
Employee
Is possible to have same IP for a virtual server and a snat transalation? yes, it is.
Also i see that the VS is not listening on any VLANs...is this normal?isn't it listening on all vlan? - genseek_32178
Nimbostratus
How to know if it is inbound OR outbound snat?
" isn't it listening on all vlan? "
OK, so if the VS does not have any specific VLAN associated with it, it means, it is listening on ALL vlans right? - nitass
Employee
How to know if it is inbound OR outbound snat? vlan setting determines where traffic is comming.
OK, so if the VS does not have any specific VLAN associated with it, it means, it is listening on ALL vlans right?i think so. this is my virtual server which is listening on all vlan and only on external vlan respectively.[root@ve1023:Active] config b virtual bar list virtual bar { snat automap pool foo destination 172.28.19.79:80 ip protocol 6 profiles { http {} tcp {} } } [root@ve1023:Active] config b virtual bar list virtual bar { snat automap pool foo destination 172.28.19.79:80 ip protocol 6 profiles { http {} tcp {} } vlans external enable }
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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