300-815 · Question #41
Which IOS command creates a SIP-enabled dial peer?
The correct answer is B. dial-peer voice 20 voip. In Cisco IOS, the syntax for creating a dial peer is 'dial-peer voice <tag> <type>'. The valid type for VoIP protocols (including SIP) is 'voip', not 'sip'. SIP is specified within the dial peer using 'session protocol sipv2'. Option A reverses the keyword order ('voice dial-peer
Question
Options
- Avoice dial-peer 20 sip
- Bdial-peer voice 20 voip
- Cdial-peer voice 20 pots
- Ddial peer voice 20 sip
How the community answered
(35 responses)- A3% (1)
- B94% (33)
- C3% (1)
Explanation
In Cisco IOS, the syntax for creating a dial peer is 'dial-peer voice <tag> <type>'. The valid type for VoIP protocols (including SIP) is 'voip', not 'sip'. SIP is specified within the dial peer using 'session protocol sipv2'. Option A reverses the keyword order ('voice dial-peer' is invalid). Option C creates a POTS (analog) dial peer. Option D has an invalid syntax (missing hyphen: 'dial peer' instead of 'dial-peer'). Therefore, 'dial-peer voice 20 voip' is the correct command to create a VoIP dial peer that can then be configured for SIP.
Topics
Community Discussion
No community discussion yet for this question.