Topic: 300-815 topic 1 question 24

Which IOS command creates a SIP-enabled dial peer?

A.
voice dial-peer 20 sip
B.
dial-peer voice 20 voip
C.
dial-peer voice 20 pots
D.
dial peer voice 20 sip

Re: 300-815 topic 1 question 24

B is correct but...lol that command alone will create an H.323 dial peer. Once the command session protocol sipv2 is added to the dial peer...it becomes a SIP dial peer. Very Cisco.

Re: 300-815 topic 1 question 24

B is correct

Re: 300-815 topic 1 question 24

The IOS command to create a SIP-enabled dial peer is:

php
Copy code
dial-peer voice <dial-peer number> voip
Once you enter this command, you can configure SIP-specific parameters for the dial peer using the following commands:

bash
Copy code
session protocol sipv2
destination <destination IP address/hostname>
You can then configure other parameters as needed, such as codecs, dial peer preferences, and call routing options.