02-17-2013 04:31 PM
ACE version is A5_2_1.
The transfer was carried out by the following procedures.
1) C6509 vlan set
2) client and serverfarm vlan svclc vlan-group not included.
3) ACE configuration.
- FT vlan 999
- Client vlan 20
- Serverfarm vlan 15
4) ACE services enable
Problem occurs, I know why I do not know.
Was configured as follows.
======>> MSFC Configure (C6509#1 and C6509#2)
svclc autostate
svclc multiple-vlan-interfaces
svclc module 4 vlan-group 150
svclc vlan-group 20 999
C6509#1
interface Vlan20
ip address 172.16.20.2 255.255.255.0
no shutdown
ip route 192.168.15.0 255.255.255.0 172.16.20.100
C6509#2
interface Vlan20
ip address 172.16.20.3 255.255.255.0
no shutdown
ip route 192.168.15.0 255.255.255.0 172.16.20.100
=====>> ACE Configure.
access-list ANY_ACL line 10 extended permit ip any any
probe tcp TCP_80
port 80
interval 3
faildetect 10
passdetect interval 5
passdetect count 2
connection term forced
rserver host web01
ip address 192.168.15.52
inservice
serverfarm host 80
rserver web01 80
probe TCP_80
inservice
class-map match-all 80_VIP
2 match virtual-address 172.16.20.55 tcp eq www
class-map type management match-any MGNT_CLASS
2 match protocol https any
3 match protocol icmp any
policy-map type management first-match MGNT_POLICY
class MGNT_CLASS
permit
policy-map type loadbalance first-match 80_POLICY
class class-default
serverfarm 80
policy-map multi-match VSERVER_POLICY
class 80_VIP
loadbalance vip inservice
loadbalance policy 80_POLICY
loadbalance vip icmp-reply
service-policy input VSERVER_POLICY
service-policy input MGNT_POLICY
interface vlan 15
description ## Serverfarm_Vlan ##
ip address 192.168.15.2 255.255.255.0
alias 192.168.15.1 255.255.255.0
peer ip address 192.168.15.3 255.255.255.0
access-group input ANY_ACL
no shutdown
interface vlan 21
description ## Client_Vlan ##
ip address 172.16.20.101 255.255.255.0
alias 172.16.20.100 255.255.255.0
peer ip address 172.16.20.102 255.255.255.0
access-group input ANY_ACL
no shutdown
ip route 0.0.0.0 0.0.0.0 172.16.20.1
The procedure is as follows: ACE service posted.
MSFC configuration
C6509#2
interface Vlan20
standby 20 ip 172.16.20.1
standby 20 priority 100
standby 20 preempt
svclc vlan-group 20 15,20
C6509#1
interface Vlan20
standby 20 ip 172.16.20.1
standby 20 priority 105
standby 20 preempt
svclc vlan-group 20 15,20
ACE to be in the service sucks.
Normally comes in the client did not receive the service in serverfarm
To the client in the rserver ping test, ping should've
ping 192.168.15.52
Pinging 192.168.15.52 with timeout = 2, count = 5, size = 56 ....
No response received from 192.168.15.52 within last 2 sec
No response received from 192.168.15.52 within last 2 sec
No response received from 192.168.15.52 within last 2 sec
No response received from 192.168.15.52 within last 2 sec
No response received from 192.168.15.52 within last 2 sec
5 packet sent, responses received, 100% packet loss
And ACE vlan ip ping not should.
ping 192.168.15.1
Pinging 192.168.15.52 with timeout = 2, count = 5, size = 56 ....
No response received from 192.168.15.1 within last 2 sec
No response received from 192.168.15.1 within last 2 sec
No response received from 192.168.15.1 within last 2 sec
No response received from 192.168.15.1 within last 2 sec
No response received from 192.168.15.1 within last 2 sec
5 packet sent, responses received, 100% packet loss
HSRP Active selection problem for Will?
Immediately after it is selected from the ACE gateway routing Bonnie?
Or how much time until after the live gateway routing normal operation do?
03-01-2013 04:33 AM
I don't see that the vlan-group 20 has been assigned to module 4 (is this the ace ?). is this still not working ? Allse make sure that the ace vlans are defined on the chassis.
Matthew
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