We use a Cisco Catalyst 6009 switch to run our network divided into 10 VLANS and are planning to replace some of our servers - about 20 servers in all.
Each server has up to 500 users logged onto them using telnet sessions.
In order to make the transition appear seamless to the end users and to have a back-out plan in place, is it possible for the Catalyst to translate/redirect the original telnet target IP address to the IP address of the new server?
I think you can use NAT but I have no idea how to configure it.
If this were possible what would the effect be on the CPU’s load of the Catalyst?
WS-C6009 Software, Version NmpSW: 5.5(2)
example VLAN config:
conf t
interface vlan 8
ip address 172.30.8.250 255.255.255.0
ip directed-broadcast
no ip redirects
standby 1 priority 140 preempt
standby 1 ip 172.30.8.1
standby 2 priority 110 preempt
standby 2 ip 172.30.8.2
no shut
exit
router ospf 100
network 172.30.8.0 0.0.0.255 area 0
exit
A server with an IP address of 193.39.1.1 is to be replaced with a server with an IP address of 172.31.1.1
Many thanks for any help.
Each server has up to 500 users logged onto them using telnet sessions.
In order to make the transition appear seamless to the end users and to have a back-out plan in place, is it possible for the Catalyst to translate/redirect the original telnet target IP address to the IP address of the new server?
I think you can use NAT but I have no idea how to configure it.
If this were possible what would the effect be on the CPU’s load of the Catalyst?
WS-C6009 Software, Version NmpSW: 5.5(2)
example VLAN config:
conf t
interface vlan 8
ip address 172.30.8.250 255.255.255.0
ip directed-broadcast
no ip redirects
standby 1 priority 140 preempt
standby 1 ip 172.30.8.1
standby 2 priority 110 preempt
standby 2 ip 172.30.8.2
no shut
exit
router ospf 100
network 172.30.8.0 0.0.0.255 area 0
exit
A server with an IP address of 193.39.1.1 is to be replaced with a server with an IP address of 172.31.1.1
Many thanks for any help.