08-25-2015 03:11 PM
I recently upgraded a customer's 3845 voice gateway from 12.4 to 15.1 but received some deprecated messages during boot. The following section did not 'take'. I spent a little time finding the new sytnax and I believe I revised the first section properly but the second line (shown in red) did not want to take.
I'm hoping someone familiar with IP SLA can easily identify the correct new syntax I should be using the accomplish the spirit of the original configuration. Any help would be appreciated!
OLD CONFIG
ip sla monitor 100
type echo protocol ipIcmpEcho 192.168.12.1 source-ipaddr 12.XX.XXX.XXX
request-data-size 24
timeout 60000
threshold 200
owner OpManager
ip sla monitor reaction-configuration 100 connection-loss-enable verify-error-enable timeout-enable threshold-falling 150 threshold-type immediate action-type trapOnly
NEW Config
ip sla 100
icmp-echo 192.168.12.1 source-ip 12.XX.XXX.XXX
request-data-size 24
timeout 60000
threshold 200
owner OpManager
ip sla reaction-configuration 100 react ???????
TES-CA-IRV-R01(config)#ip sla reaction-configuration 100 ?
react Reaction variable to be configured
TES-CA-IRV-R01(config)#ip sla reaction-configuration 100 reac
TES-CA-IRV-R01(config)#ip sla reaction-configuration 100 react ?
rtt Round Trip Time
timeout Timeout
verifyError Verify Error
TES-CA-IRV-R01(config)#ip sla reaction-configuration 100 ?
react Reaction variable to be configured
TES-CA-IRV-R01(config)#ip sla reaction-configuration 100 er
TES-CA-IRV-R01(config)#ip sla reaction-configuration 100 re
TES-CA-IRV-R01(config)#ip sla reaction-configuration 100 react ?
rtt Round Trip Time
timeout Timeout
verifyError Verify Error
Solved! Go to Solution.
08-25-2015 09:38 PM
Effective with Cisco IOS Release 12.3(14)T and 12.2(31)SB2, the rtr reaction-configuration command is replaced by the ip sla monitor reaction-configuration command. Effective with Cisco IOS Release 12.2(33)SRB, the rtr reaction-configuration command is replaced by the ip sla reaction-configuration command.
You can check following document to see IP SLA Reaction-configuration command :
Example Configuring an IP SLAs Reaction Configuration
Example Verifying an IP SLAs Reaction Configuration
HTH
Vinod
08-25-2015 09:38 PM
Effective with Cisco IOS Release 12.3(14)T and 12.2(31)SB2, the rtr reaction-configuration command is replaced by the ip sla monitor reaction-configuration command. Effective with Cisco IOS Release 12.2(33)SRB, the rtr reaction-configuration command is replaced by the ip sla reaction-configuration command.
You can check following document to see IP SLA Reaction-configuration command :
Example Configuring an IP SLAs Reaction Configuration
Example Verifying an IP SLAs Reaction Configuration
HTH
Vinod
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