cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
734
Views
0
Helpful
2
Replies

ACE routed mode design issue

kalugotla1
Level 1
Level 1

I am configuring ACE in routing mode ,

Below is my ACE interface config.

interface vlan 28

  description "CLIENT VLAN"

  ip address 192.168.10.11 255.255.255.248

  peer ip address 192.168.10.12 255.255.255.248

  mtu 1500

  mac-sticky enable

  access-group input ALL

  service-policy input remote_mgmt_allow_policy

  service-policy input POLICY

  no shutdown

interface vlan 29

  description "SERVER VLAN"

  ip address 192.168.10.19 255.255.255.248

  peer ip address 192.168.10.20 255.255.255.248

  mtu 1500

  mac-sticky enable

  access-group input ALL

  service-policy input remote_mgmt_allow_policy

  service-policy input POLICY

  no shutdown

When I  configuring my servers in vlan 29 and  point the default gateway to 192.168.10.19  it works fine no issues,but when this ACEs goes down and the standby becomes active ,my servers default gateway will be still pointing to 192.168.10.19  do i need to manually change it .20

or can I configure HSRP,Please advise me on this

2 Accepted Solutions

Accepted Solutions

Hi ,

Configuring "alias 192.168.10.x 255.255.255.248" on the interface.

Regards

Dan

View solution in original post

Hi ,

Yes the alias should be set as gateway for the servers.

The alias is a shared address between the peers. This address will be on the ACTIVE ace. 

Regards

Dan

View solution in original post

2 Replies 2

Hi ,

Configuring "alias 192.168.10.x 255.255.255.248" on the interface.

Regards

Dan

Hi ,

Yes the alias should be set as gateway for the servers.

The alias is a shared address between the peers. This address will be on the ACTIVE ace. 

Regards

Dan

Review Cisco Networking for a $25 gift card