[Contents][Prev][Next][Index][Report an Error]

Configuring the VoIP Interface

The TGM PIC represents a single-port interface named vp-slot/0/0, where slot is the slot number. For example, a TGM PIC installed in slot 1 is named vp-1/0/0. To configure the interface, include the following statements:

[edit]
interfaces vp-slot/0/0 {
unit 0 {
family inet {
address address {
destination address;
}
}
}
}

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 /32 as 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;
}
}
}
}

[Contents][Prev][Next][Index][Report an Error]