Re: Cisco Vlan and IP helper




try

ip forward-protocol udp 1604

Alosmake sure you disable each of the UDP broadcast that is
automatically enabled whne ip helper-address is configured on an
interface.

Asuuming you have WINS server for NETBIOS, then

! Define protocol forwarding on the firewall. When you turn on a
related command,
! ip helper-address, you forward every IP broadcast in the ip forward
protocol
! command list, including several which are on by default: TFTP (port
69),
! DNS (port 53), Time service (port 37), NetBIOS Name Server (port
137),
! NetBIOS Datagram Server (port 138), BOOTP client and server
datagrams
! (ports 67 and 68), and TACACS service (port 49). One common
! application that requires helper addresses is Dynamic Host
Configuration
! Protocol (DHCP). DHCP protocol information is carried inside of
BOOTP packets. The
! "no ip forward protocol" statements turn off forwarding for the
specified protocols.


no ip forward-protocol udp netbios-ns
no ip forward-protocol udp netbios-dgm
no ip forward-protocol udp domain
no ip forward-protocol udp time
no ip forward-protocol udp tacacs
no ip forward-protocol udp tftp

ip forward-protocol udp bootpc
ip forward-protocol udp bootps




.



Relevant Pages

  • Re: Problem with dhcp
    ... You need to config an ip helper-address x.x.x.x on each of the VLAN ... Configure DHCP forwarding ... no ip forward-protocol udp domain ... no ip forward-protocol udp netbios-ns ...
    (comp.dcom.sys.cisco)
  • DHCP Superscopes & how to configuring the Router ip helper-address
    ... than one subnet together. ... Superscopes canbe empoyed either within the same Routed network or over ... What is an IP Helper-address? ... no ip forward-protocol udp 37 ...
    (microsoft.public.windows.server.networking)
  • Re: ip forward-protocol
    ... no ip forward-protocol udp tftp ... no ip forward-protocol udp nameserver ... no ip forward-protocol udp netbios-ns ...
    (comp.dcom.sys.cisco)
  • Re: ip forward-protocol
    ... no ip forward-protocol udp tftp ... no ip forward-protocol udp nameserver ... no ip forward-protocol udp netbios-ns ...
    (comp.dcom.sys.cisco)
  • ip forward-protocol
    ... there any show commands that I can use to actually see that these are ... no ip forward-protocol udp nameserver ... no ip forward-protocol udp netbios-ns ...
    (comp.dcom.sys.cisco)