Hi,
I would like to know if it is possible to assign a 3rd IP address to my end user vlan
Basically the 45xx acts as my end user gateway and has been confirgured as below
interface VlanXX
description Main Vlan
ip address 2.X.X.X 255.255.255.0 secondary
ip address 1.X.X.X 255.255.252.0
glbp 10 ip 1.x.x.x
glbp 10 ip 2.x.x.x secondary
glbp 10 priority 10
glbp 10 load-balancing host-dependent
glbp 10 authentication md5 key-string xxxxxx
glbp 10 name USERS-GATEWAY
Here, due to IP address exhaustion in my end-user network, i want to add one more subnet X.X.X.X/22 to my network and assign one IP more from this range to the above vlan to act as the gateway IP.
Please let me know if it is possible to do the same.
Thanks in advance.