In the config below, would you only be able to telnet to the active or to to both (master and slave) switches? VRRP is running in between the boxes.
Switch 1:
************************** CIRCUIT **************************
circuit VLAN2
description "inside"
ip address 192.168.160.195 255.255.255.224
ip virtual-router 2 priority 230 preempt
ip redundant-interface 2 192.168.160.193
ip critical-service 2 TEST
circuit VLAN3
description "outside"
ip address 192.168.160.231 255.255.255.240
ip virtual-router 3 priority 230 preempt
ip redundant-interface 3 192.168.160.232
ip redundant-vip 3 192.168.160.233
ip critical-service 3 TEST
!************************** SERVICE **************************
service 1
ip address 192.168.160.203
keepalive type script cmg_smtp_script "192.168.160.203 "
keepalive frequency 10
keepalive maxfailure 6
keepalive retryperiod 10
active
Switch 2:
!************************** CIRCUIT **************************
circuit VLAN2
description "inside"
ip address 192.168.160.194 255.255.255.224
ip virtual-router 2 priority 240 preempt
ip redundant-interface 2 192.168.160.193
ip critical-service 2 TEST
circuit VLAN3
description "outside"
ip address 192.168.160.230 255.255.255.240
ip virtual-router 3 priority 240 preempt
ip redundant-interface 3 192.168.160.232
ip redundant-vip 3 192.168.160.233
ip critical-service 3 TEST
!************************** SERVICE **************************
service 1
ip address 192.168.160.203
keepalive type script cmg_smtp_script "192.168.160.203 "
keepalive frequency 10
keepalive maxfailure 6
keepalive retryperiod 10
active