Avatar

luis_f_ribeiro

luis_f_ribeiro

ADC virtual-server BGP RHI Hi, I'm trying to do RHI with BGP. I configure BGP, with peer to a router, to redistribute flagged VIP. In the virtual server I do "redistribute vip". At the router I receive the route to the VIP. If the VIP is down I still reveive the route. I expected to do not receive the VIP route if the virtual-server is down. So my question: How can I do the advertise of the VIP route only when the virtual-server is UP - RHI ? How can I see the BGP routing table at A10? When I do "sh ip route bgp" I do not see any thing. I'm using "Advanced Core OS (ACOS) version 4.1.0-P9, build 60" vThuner. Thank you. Luis. A10 config. active-partition BGP ! ! vlan 100 tagged ethernet 1 router-interface ve 100 name CLI-SIDE ! vlan 120 tagged ethernet 2 router-interface ve 120 name SERVER-SIDE ! interface ve 100 name CLI-SIDE ip address 10.1.3.100 255.255.255.0 ! interface ve 120 name SERVER-SIDE ip address 10.1.2.100 255.255.255.0 ! ! health monitor TCP_22 method tcp port 22 ! slb server SRV10 10.1.2.10 disable port 22 tcp ! slb server SRV11 10.1.2.11 port 22 tcp ! slb service-group SRV tcp health-check TCP_22 member SRV10 22 member SRV11 22 ! slb virtual-server VIP 10.1.4.100 redistribution-flagged port 22 tcp service-group SRV ! router bgp 14100 neighbor 10.1.3.1 remote-as 13100 redistribute connected redistribute vip only-flagged ! end

Badges

First CommentFirst AnniversarySecond AnniversaryThird Anniversary

Activity

  • Not much happening here, yet.