ip forward-protocol
SecureStack C2 Configuration Guide 19-13
broadcastonlyonthe30networkinterfa c ewillallowanyonefromanyothernetworks(10,20,40,
50)tosenddirectedbroadcasttothe30network.
Example
ThisexampleshowshowtoenableIPdirectedbroadcastsonVLAN1:
C2(su)->router(Config)#interface vlan 1
C2(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)
•EN‐116NameService(port42)
Mode
Routercommand,Globalconfiguration:C2(su)‐>router(Config)#
Routerinterfaceconfiguration:C2(su)‐>router(Config‐if(Vlan1)#
Usage
Inordertoactuallyforwardprotocols,youmustconfigureanIPhelperaddressontheindividual
routerinterfaceswiththe command“iphelper‐address”(page 19‐14).
Ifacertainserviceexistsinsidethenode,andthereisnoneedtoforwardtherequesttoremote
networks,the“no”formof
thiscommandshouldbeusedtodisabletheforwardingforthespecific
port.Suchrequestswillnotbeautomaticallyblockedfrombeingforwardedjustbecauseaservice
forthemexistsinthenode.
ThenoformofthiscommandremovesaUDPportorprotocol,disablingforwarding.
udp SpecifiesUDPasthe
IPforwardingprotocol.
port (Optional)SpecifiesadestinationportthatcontrolswhichUDPservices
areforwarded.