cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
969
Views
0
Helpful
2
Replies

UdpJitter(codec) configuration using SNMP

masur_fox_spr
Level 1
Level 1

Hi,

Who can told me order of setting objects for UdpJitter(codec)operation?

For example following is order of setting objects for UdpJitter without codec:

rttMonCtrlAdminRttType.<index> -Integer 9

rttMonEchoAdminProtocol.<index> -Integer 27

rttMonEchoAdminTargetAddress.<index> -OctetString "05 00 00 02"

rttMonEchoAdminTargetPort.<index> -Integer 8000

rttMonEchoAdminInterval.<index> -Integer 20

rttMonEchoAdminNumPackets.<index> -Integer 100

rttMonCtrlAdminStatus.<index> -Integer 4

rttMonScheduleAdminRttStartTime.<index> -TimeTicks 1

Thanks ahead

1 Accepted Solution

Accepted Solutions

Joe Clarke
Cisco Employee
Cisco Employee

You can insert the rttMonEchoAdminCodecType just before rttMonCtrlAdminStatus. However, you cannot specify rttMonEchoAdminPktDataRequestSize, rttMonEchoAdminInterval, or rttMonEchoAdminPackets if you specify a codec. See the CISCO-RTTMON-MIB for more details.

View solution in original post

2 Replies 2

Joe Clarke
Cisco Employee
Cisco Employee

You can insert the rttMonEchoAdminCodecType just before rttMonCtrlAdminStatus. However, you cannot specify rttMonEchoAdminPktDataRequestSize, rttMonEchoAdminInterval, or rttMonEchoAdminPackets if you specify a codec. See the CISCO-RTTMON-MIB for more details.

Thanks very much!