nerdexam
Cisco

210-065 · Question #390

An engineer is reviewing a SIP syslog on a TC software-based endpoint. Which area in the syslog indicates the start of the SDP session?

The correct answer is C. b=. In a SIP syslog on a Cisco TC software endpoint, the SDP session is identified by its standard field descriptors, where b= marks the session-level bandwidth parameter.

Endpoint Troubleshooting

Question

An engineer is reviewing a SIP syslog on a TC software-based endpoint. Which area in the syslog indicates the start of the SDP session?

Options

  • Aa=
  • Bv=
  • Cb=
  • Dm=

How the community answered

(28 responses)
  • A
    4% (1)
  • C
    93% (26)
  • D
    4% (1)

Why each option

In a SIP syslog on a Cisco TC software endpoint, the SDP session is identified by its standard field descriptors, where b= marks the session-level bandwidth parameter.

Aa=

The a= field represents SDP attributes such as codec mappings (rtpmap) and media direction (sendrecv), and appears at both session and media levels rather than marking the session start.

Bv=

The v= field carries only the SDP version number (always the value 0) and is a protocol framing field, not an indicator of session content or negotiation parameters.

Cb=Correct

The b= field in SDP (RFC 4566) specifies the proposed bandwidth for the session at the session level, and in Cisco TC software syslogs this field serves as a recognizable marker for the session description block. Identifying b= within the syslog output allows an engineer to locate the session-level SDP parameters and understand the bandwidth constraints negotiated during call setup.

Dm=

The m= field marks the beginning of a media-level description (audio, video, etc.) and follows session-level fields, so it indicates a media stream block rather than the overall SDP session.

Concept tested: SDP field identification in SIP syslog analysis

Source: https://www.rfc-editor.org/rfc/rfc4566

Topics

#SIP syslog#SDP session#TC software#protocol debugging

Community Discussion

No community discussion yet for this question.

Full 210-065 Practice