Courseiva

CCNA Voice Gateways And Session Border Controllers Questions

22 questions · Voice Gateways And Session Border Controllers · All types, answers revealed

1
MCQmedium

You need to enforce a specific codec for calls traversing a CUBE. Where is the most appropriate place to apply this configuration?

A.Global voice service
B.SIP profile
C.Under the interface
D.Voice class codec applied to dial-peer
AnswerD

This is the standard method for codec selection on a dial-peer.

Why this answer

A voice class codec is defined globally and then applied to the specific dial-peer using the voice-class codec command.

2
MCQhard

When troubleshooting CUBE SIP normalization, which tool allows you to view the normalized SIP messages in real-time?

A.show voice class sip-profiles
B.debug ccsip messages
C.debug voip ccapi inout
D.debug sip-ua
E.show sip-profile
AnswerB

This displays the SIP messages being processed by CUBE.

Why this answer

debug ccsip messages provides the view of the SIP signaling, including headers modified by normalization.

3
Multi-Selecteasy

Which TWO of the following are valid components of a Cisco IOS voice gateway configuration?

Select 2 answers
A.Phone button template
B.Dial-peers
C.CUCM route pattern
D.Voice translation rules
E.Device pool
AnswersB, D

The basis for call routing.

Why this answer

Dial-peers and voice translation rules are core components of voice gateway configuration.

4
Multi-Selecthard

Which THREE factors influence dial-peer matching for incoming calls on a Cisco IOS XE gateway?

Select 3 answers
A.destination-pattern
B.session target
C.answer-address
D.incoming uri
E.incoming called-number
AnswersC, D, E

Matches the calling number (ANI).

Why this answer

Incoming dial-peer selection is based on the DNIS (called number), ANI (calling number), and the incoming port/SIP URI.

5
MCQeasy

You are deploying CUBE. Which command enables the CUBE functionality on the Cisco IOS XE router?

A.enable cube
B.mode border-element
C.voice-service enable
D.service cube
AnswerB

This is the required command to activate CUBE.

Why this answer

The mode border-element command is required under the voice service voip configuration to enable CUBE features.

6
MCQmedium

When configuring CUBE, why would you use a 'voice class uri' command?

A.To define codec
B.To match SIP URI host
C.To route by time
D.To match caller ID
AnswerB

This allows matching based on the SIP URI.

Why this answer

Voice class URI is used to match incoming SIP requests based on the URI, such as the host portion of the SIP message.

7
MCQmedium

What is the primary function of a dial-peer destination-pattern?

A.To define the codec
B.To specify the gateway IP
C.To match the dialed number
D.To enable SIP
AnswerC

destination-pattern matches the called number.

Why this answer

The destination-pattern defines the number or pattern that triggers the selection of a specific dial-peer.

8
Multi-Selectmedium

Which TWO of the following are required to successfully register a CUBE with a SIP provider?

Select 2 answers
A.authentication credentials
B.voice class codec
C.dial-peer voice
D.voice translation-rule
E.sip-ua configuration
AnswersA, E

Credentials are required for registration authentication.

Why this answer

CUBE registration requires a SIP-UA configuration defining the authentication credentials and the registrar server.

9
MCQhard

You are configuring CUBE for SIP-to-SIP header manipulation. You need to remove the Diversion header from outgoing INVITE requests. Which component is required to achieve this?

A.voice class sip-profiles
B.dial-peer voice
C.voice class codec
D.voice translation-rule
AnswerA

SIP profiles allow for precise header removal or modification.

Why this answer

A SIP profile is required to match and modify or remove specific SIP headers in CUBE.

10
Multi-Selectmedium

Which TWO of the following are true regarding the use of voice translation-rules?

Select 2 answers
A.They perform load balancing
B.They use regular expressions
C.They replace the SIP protocol
D.They can modify calling numbers
E.They define the codec
AnswersB, D

Regex is the engine for pattern matching.

Why this answer

Translation rules use regular expressions to match and replace digits.

11
MCQeasy

Which command is used to configure the IP address or hostname of the destination device on a dial-peer?

A.session target
B.target ip
C.call target
D.destination-ip
AnswerA

This defines where to send the call.

Why this answer

session target ipv4:x.x.x.x is the standard way to define the destination IP.

12
MCQmedium

What is the result of applying 'voice translation-profile' to an incoming dial-peer?

A.It enables SIP
B.It changes the codec
C.It modifies the digits
D.It drops the call
AnswerC

Translation profiles modify digit patterns.

Why this answer

Translation profiles modify incoming or outgoing digits (calling or called numbers) to fit the dial plan.

13
MCQmedium

A Cisco IOS XE gateway is failing to route calls because the dial-peer is not matching the incoming call. Which command helps you identify the dial-peer that matched the incoming call?

A.show voice call status
B.show dial-peer voice summary
C.debug ccsip messages
D.debug voip dialpeer all
AnswerD

This command traces the dial-peer selection process.

Why this answer

debug voip dialpeer all shows the matching logic for both inbound and outbound dial-peers.

14
MCQhard

A CUBE is receiving calls but rejecting them due to '488 Not Acceptable Here'. What is the most likely reason?

A.Codec mismatch
B.Authentication failure
C.SIP registration expired
D.Dial-peer inactive
AnswerA

488 indicates an SDP/media negotiation failure.

Why this answer

488 usually indicates a mismatch in media capabilities (codecs or SDP) offered vs what is configured on the dial-peer.

15
Multi-Selecthard

Which THREE commands are used to configure a SIP profile in CUBE?

Select 3 answers
A.dial-peer voice
B.voice-class sip-profiles apply
C.voice class sip-profiles
D.request/response
E.sip-ua
AnswersB, C, D

Required to bind the profile to a dial-peer.

Why this answer

SIP profiles require creating a voice class, defining the match/modify rules, and applying it to a dial-peer.

16
Multi-Selecthard

Which THREE actions are possible using SIP profiles on a CUBE?

Select 3 answers
A.Modify SIP headers
B.Add SIP headers
C.Remove SIP headers
D.Change voice codec
E.Route calls to PSTN
AnswersA, B, C

Used for header normalization.

Why this answer

SIP profiles can modify headers, remove headers, and add headers to SIP messages.

17
Multi-Selectmedium

Which TWO of the following are valid methods to troubleshoot SIP call failures on a CUBE?

Select 2 answers
A.debug voice translation
B.debug voice class
C.show call active voice
D.show sip-profile status
E.debug ccsip messages
AnswersC, E

Provides snapshot of active call states.

Why this answer

debug ccsip messages and show call active voice are the primary tools for diagnosing SIP signaling and active session state.

18
MCQhard

A CUBE is configured for H.450.3 call forwarding, but it is not working. What is the most likely cause?

A.Dial-peer not defined
B.Incompatible signaling protocol
C.Codec mismatch
D.SIP profile missing
AnswerB

H.450 is H.323-based and doesn't translate natively to SIP supplementary services without gateway interworking.

Why this answer

H.450.3 is an H.323 supplementary service, which requires specific H.323 configuration and is often incompatible with SIP-based CUBE deployments without proper interworking.

19
MCQeasy

What is the default dial-peer used if no other dial-peer matches a call on a Cisco IOS XE gateway?

A.Dial-peer 0
B.Dial-peer none
C.Dial-peer 1
D.Dial-peer 100
AnswerA

Dial-peer 0 is the default catch-all.

Why this answer

Dial-peer 0 is the system default dial-peer that acts as a catch-all if no specific match is found.

20
Multi-Selectmedium

Which TWO of the following are functions performed by the CUBE as a Session Border Controller?

Select 2 answers
A.Call routing in CUCM
B.Media interworking
C.IP phone registration
D.Voice mail storage
E.Topology hiding
AnswersB, E

Handles codec and signaling conversions.

Why this answer

CUBE performs topology hiding and media interworking between different SIP networks.

21
MCQmedium

When configuring CUBE for media flow-around, which command ensures the media goes directly between endpoints?

A.media flow-around
B.media pass-through
C.media-bypass
D.media flow-through
AnswerA

This allows direct end-to-end media.

Why this answer

media flow-around prevents the CUBE from inserting itself into the media path.

22
MCQeasy

Which component in CUBE is responsible for ensuring that the call session is terminated correctly?

A.Dial-peer
B.Voice translation-profile
C.SIP Stack
D.Voice-class codec
AnswerC

The SIP stack handles call signaling and termination.

Why this answer

The SIP gateway functionality in IOS XE handles the SIP signaling state machine for call termination.

Ready to test yourself?

Try a timed practice session using only Voice Gateways And Session Border Controllers questions.