Switch User Manual

ip forward-protocol
SecureStack C3 Configuration Guide 19-17
broadcastonlyonthe30networkinterfa c ewillallowanyonefromanyothernetworks(10,20,40,
50)tosenddirectedbroadcasttothe30network.
Example
ThisexampleshowshowtoenableIPdirectedbroadcastsonVLAN1:
C3(su)->router(Config)#interface vlan 1
C3(su)->router(Config-if(Vlan 1))#ip directed-broadcast
ip forward-protocol
UsethiscommandtoenableUDPbroadcastforwardingandspecifywhichprotocolswillbe
forwarded .
Syntax
ip forward-protocol udp [port]
no ip forward-protocol udp [port]
Parameters
Defaults
Ifportisnotspecified,thefo llowingdefaultsareused:
•TrivialFileTransferProtocol(TFTP)(port69)
DomainNamingSystem(port53)
•Timeservice(port37)
•NetBIOSNameServer(port137)
•NetBIOSDatagramServer(port138)
TACACSservice(port49)
•EN116NameService(port42)
Mode
Routercommand,Globalconfiguration:C3(su)>router(Config)#
Routerinterfaceconfiguration:C3(su)>router(Configif(Vlan1)#
Usage
Inordertoactuallyforwardprotocols,youmustconfigureanIPhelperaddressontheindividual
routerinterfaceswiththe commandiphelperaddress(page 1918).
Ifacertainserviceexistsinsidethenode,andthereisnoneedtoforwardtherequesttoremote
networks,the“no”formof
thiscommandshouldbeusedtodisabletheforwardingforthespecific
port.Suchrequestswillnotbeautomaticallyblockedfrombeingforwardedjustbecauseaservice
forthemexistsinthenode.
ThenoformofthiscommandremovesaUDPportorprotocol,disablingforwarding.
udp SpecifiesUDPasthe
IPforwardingprotocol.
port (Optional)SpecifiesadestinationportthatcontrolswhichUDPservices
areforwarded.