Specifications
SSR Command Line Interface Reference Manual 277
ip helper-address
Parameters
<interface-name> Name of the IP interface where UDP broadcast is to be forwarded to the
helper address.
<helper-address>|all-interfaces
Address of the host where UDP broadcast packets should be
forwarded. If all-interfaces is specified, UDP broadcast packets are
forwarded to all interfaces except the interface on which the broadcast
packet was received.
<udp-port> Destination UDP port number of the broadcast packets to forward. If
not specified, packets for the six default services will be forwarded to
the helper address.
Restrictions
If you specify an interface name, the name must belong to an existing IP interface.
Examples
To forward UDP broadcast packets received on interface int1 to the host 10.1.4.5 for the six
default UDP services:
To forward UDP broadcast packets received on interface int2 to the host 10.2.48.8 for
packets with the destination port 111 (port mapper):
To forward UDP broadcast packets received on interface int3 to all other interfaces:
ssr(config)# ip helper-address interface int1 10.1.4.5
ssr(config)# ip helper-address interface int2 10.2.48.8 111
ssr(config)# ip helper-address interface int3 all-interfaces










