cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1345
Views
5
Helpful
8
Replies

Issue:Creating Ip Sla operation using snmp

masur_fox_spr
Level 1
Level 1

Hi,

Who can explain why I can't set createAndGo or createAndWait in rttMonCtrlAdminStatus?

Maybe it is a security problem?

Thanks

1 Accepted Solution

Accepted Solutions

You must set all of these in the same packet. Trying to set them in individual requests will fail.

View solution in original post

8 Replies 8

Joe Clarke
Cisco Employee
Cisco Employee

Please provide exactly what you are trying to do including all objects you are setting and their values as well as the device and IOS version you are using. What error are you receiving?

Device info:

Cisco IOS Software, C2600 Software (C2600-ENTBASEK9-M), Version 12.4(13), RELEAS

I am trying to set following objects:

----------------------------------------------

rttMonCtrlAdminStatus. -Integer 4 or 5 rttMonCtrlAdminRttType. -Integer 9

rttMonEchoAdminProtocol. -Integer 27

rttMonEchoAdminTargetAddress. -OctetString "05 00 00 02"

rttMonEchoAdminTargetPort. -Integer 8000

rttMonEchoAdminInterval. -Integer 20

rttMonEchoAdminNumPackets. -Integer 100

rttMonScheduleAdminRttStartTime. -TimeTicks 1

----------------------------------------------

I am reciving such SNMP error Ber Api overflow.

Note:Using CLI to configure jitter operation work fine.

Please help me!

Do this all in one request, and it will work for you:

rttMonCtrlAdminRttType. -Integer 9

rttMonEchoAdminProtocol. -Integer 27

rttMonEchoAdminTargetAddress. -OctetString "05 00 00 02"

rttMonEchoAdminTargetPort. -Integer 8000

rttMonEchoAdminInterval. -Integer 20

rttMonEchoAdminNumPackets. -Integer 100

rttMonCtrlAdminStatus. -Integer 4

rttMonScheduleAdminRttStartTime. -TimeTicks 1

The objects must be specified in that order.

Unfortunately, I am reciving same error when try to

set rttMonCtrlAdminRttType. -Integer 9

If i understand rttMonCtrlAdminStatus(createAndGo or createAndWait) is used to create a new instance of a conceptual row and make it available for use.

You must set all of these in the same packet. Trying to set them in individual requests will fail.

Thanks a lot it work.

Can you provide me the info, which describe this approach?

if I understand all configuration IP SLA operation must be send in the same packet for all device?

I don't have anything other than what I just told you regarding information on this. Yes, setting all objects in the same request is the way to do it.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: