08-17-2011 12:46 PM
We are deploying a set of ACE30's and we are thinking about creating a single transport that will be used to route all traffic to and from the ACE and deploying the VIP space virtually. In other words the VIP IP assignments will not be an actual vlan interface configured anyway on my 6500 or on my ACE. My upstream router will have a route to get to 192.168.1.0/24 going to 172.24.10.1 so it will route the traffic fine. I will have a default route point back to my upstream router on 172.24.10.3 so the return traffic will be fine.
I know this will work, but I'm trying to determine if it would be a better design to actually assign Vlan interface for the 192.168.1.0/24 network. Maybe it doesn't matter????
interface vlan 302 ---Transport vlan
ip address 172.24.10.2 255.255.255.240
alias 172.24.10.1 255.255.255.240
peer ip address 172.24.10.3 255.255.255.240
service-policy input mgmt
service-policy input allow-ping
service-policy input application-conn
no shutdown
class-map match-all application-conn
match virtual-address 192.168.1.6 tcp eq www
policy-map type loadbalance first-match application-conn
class class-default
serverfarm application-conn
policy-map mutli-match application-conn-mmpl
class application-conn
loadbalance vip inservice
loadbalance policy application-conn
loadbalance vip icmp-reply
08-18-2011 04:59 AM
Hello,
From ACE perspective, it doesn't matter if the VIPs are part of an interface subnet or not. Only difference: ACE won't response to arp requests sent to the VIP IPs…
Small question, you mentioned vlan 302 only. Does it mean you have a one-arm topology? If possible i would always recommend to have a separate client and server vlan.
--Olivier
08-18-2011 08:25 AM
ohynderi wrote:
Hello,
From ACE perspective, it doesn't matter if the VIPs are part of an interface subnet or not. Only difference: ACE won't response to arp requests sent to the VIP IPs…
Small question, you mentioned vlan 302 only. Does it mean you have a one-arm topology? If possible i would always recommend to have a separate client and server vlan.
--Olivier
Hi Olivier,
Just wondering why you would recommend two seperate VLANs (client/server)? I'm designing a one-arm topology because our clients and servers sit on the same subnet. What problems might I expect to run into?
Thanks,
Tom
08-18-2011 02:01 PM
I do have my vlan seperation between client and server. I currently have my VIPs configure in a virtual space with no vlan interface and no layer two vlan assigned, but I can still ping the vips from my upstream router.
I guess I'm no understanding why I can ping them if I don't have an arp entry. I'm thinking that someone would have an arp entry, but I definitely don't see the arp entries in my arp tables in either my upstream router or in my ACE module.
08-19-2011 03:14 AM
Tom,
Just pay attention to not have asymmetric routing (ie traffic from server to client bypassing the ace).
Thanks,
Olivier
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide