Quick Reference Guide

614 PowerConnect B-Series TI24X Configuration Guide
53-1002269-02
Configuring IP parameters – Layer 3 Switches
21
echo (port 7)
mobile-ip (port 434)
netbios-dgm (port 138)
netbios-ns (port 137)
ntp (port 123)
tacacs (port 65)
talk (port 517)
time (port 37)
tftp (port 69)
In addition, you can specify any UDP application by using the application UDP port number.
The <udp-port-num> parameter specifies the UDP application port number. If the application you
want to enable is not listed above, enter the application port number. You also can list the port
number for any of the applications listed above.
To disable forwarding for an application, enter a command such as the following.
PowerConnect(config)# no ip forward-protocol udp snmp
This command disables forwarding of SNMP requests to the helper addresses configured on Layer
3 Switch interfaces.
Configuring an IP helper address
To forward a client broadcast request for a UDP application when the client and server are on
different networks, you must configure a helper address on the interface connected to the client.
Specify the server IP address or the subnet directed broadcast address of the IP subnet the server
is in as the helper address.
You can configure up to 16 helper addresses on each interface. You can configure a helper
address on an Ethernet port or a virtual interface.
To configure a helper address on interface 2 on chassis module 1, enter the following commands.
PowerConnect(config)# interface e 2
PowerConnect(config-if-2)# ip helper-address 1 207.95.7.6
The commands in this example change the CLI to the configuration level for port 2, then add a
helper address for server 207.95.7.6 to the port. If the port receives a client request for any of the
applications that the Layer 3 Switch is enabled to forward, the Layer 3 Switch forwards the client
request to the server.
Syntax: ip helper-address <num> <ip-addr>
The <num> parameter specifies the helper address number and can be from 1 – 16.
The <ip-addr> command specifies the server IP address or the subnet directed broadcast address
of the IP subnet the server is in.