proxy-ip
This command configures the Proxy Address table, which defines addresses for the Proxy Set. The table is a child of the Proxy Sets table.
Syntax
(config-voip)# proxy-set <Index> (proxy-set-<Index>)# proxy-ip <Index> (proxy-ip-<Index>/<Index>)#
Command |
Description |
---|---|
Index |
Defines the table row index. |
proxy-address |
Defines the address of the proxy. |
transport-type {not-configured|tcp|tls|udp} |
Defines the transport type for communicating with the proxy. |
Command Mode
Privileged User
Example
This example configures address 201.10.5.1 for the Proxy Set:
(config-voip)# proxy-set 0 (proxy-set-0)# proxy-ip 1 (proxy-ip-0/1)# proxy-address 201.10.5.1 (proxy-ip-0/1)# transport-type udp (proxy-ip-0/1)# activate