Configuring the VoIP Interface
The TGM PIC represents a single-port interface named
vp-slot/0/0, whereslotis the slot number. For example, a TGM PIC installed in slot 1 is namedvp-1/0/0. To configure the interface, include the following statements:interfaces vp-slot/0/0 {unit 0 {family inet {addressaddress{destinationaddress;}}}}You can configure only one logical unit (
unit 0) on the VoIP interface. You must configure a point-to-point connection between the VoIP interface and the TGM550. To configure the point-to-point connection, specify/32as the subnet mask in the IPv4 address of the VoIP interface.The following is a sample configuration:
interfaces vp-3/0/0 {unit 0 {family inet {address 10.10.10.1/32 {destination 10.10.10.2;}}}}