HP FlexNetwork MSR Series Configuration Manual page 181

Hide thumbs Also See for FlexNetwork MSR Series:
Table of Contents

Advertisement

Confguration procedure
1.
Configure Router A:
# Configure the IP address of the Ethernet interface.
<RouterA> system-view
[RouterA] interface ethernet 2/1
[RouterA-Ethernet2/1] ip address 192.168.2.1 255.255.255.0
[RouterA-Ethernet2/1] quit
# Specify TCP as the global transport layer protocol for outgoing SIP calls.
[RouterA] voice-setup
[RouterA-voice] sip
[RouterA-voice-sip] transport tcp
[RouterA-voice-sip] quit
# Configure the voice entities.
[RouterA-voice] dial-program
[RouterA-voice-dial] entity 2222 voip
[RouterA-voice-dial-entity2222] address sip ip 192.168.2.2
[RouterA-voice-dial-entity2222] match-template 2222
[RouterA-voice-dial-entity2222] quit
[RouterA-voice-dial] entity 1111 pots
[RouterA-voice-dial-entity1111] line 1/0
[RouterA-voice-dial-entity1111] match-template 1111
[RouterA-voice-dial-entity1111] quit
[RouterA-voice-dial] quit
2.
Configure Router B:
# Configure the IP address of the Ethernet interface.
<RouterB> system-view
[RouterB] interface ethernet 2/1
[RouterB-Ethernet2/1] ip address 192.168.2.2 255.255.255.0
[RouterB-Ethernet2/1] quit
# Specify TCP as the transport layer protocol for incoming SIP calls. (Optional, because the
TCP listening port is enabled by default.)
[RouterB] voice-setup
[RouterB-voice] sip
[RouterB-voice-sip] listen transport tcp
[RouterB-voice-sip] quit
# Configure the voice entities.
[RouterB-voice] dial-program
[RouterB-voice-dial] entity 2222 pots
[RouterB-voice-dial-entity2222] line 1/0
[RouterB-voice-dial-entity2222] match-template 2222
[RouterB-voice-dial] entity 1111 voip
[RouterB-voice-dial-entity1111] address sip ip 192.168.2.1
[RouterB-voice-dial-entity1111] match-template 1111
Configuration verification
SIP calls from Telephone 1111 to telephone 2222 are carried over TCP. You can view the information
of all TCP connections using the display voice sip connection tcp command.
168

Advertisement

Table of Contents
loading

Table of Contents