Cisco ccnp bcsi examination guide broadcasts and the

Cisco CCNP/ BCSI Test Tutorial: Programs And The

Cisco CCNP/ BCSI Test Tutorial: Broadcasts And The IP Helper-Address CommandWhile routers accept and generate programs, they do not ahead them. This can be rather a trouble when a broadcast requires to get to a gadget such as a DHCP or TFTP server that gets on one side of a router with other subnets beyond. If a PC attempts to locate a DNS server with a broadcast, the program will certainly be come by the router and will never reach the DNS web server. By setting up the ip helper-address command on the router, UDP programs such as this will be converted right into a unicast by the router, making the interaction possible. The command should be set up on the user interface that will be obtaining the broadcasts.R1( config) #int e0R1( config-if) #ip helper-address? A.B.C.D IP location addressR1( config-if) #ip helper-address 100.1.1.2 Now, you may be wondering if this command covers all UDP services. Sorry, you're not leaving that easy! The command does onward 8 usual UDP service programs, however. TIME, port 37 TACACS, port 49 DNS, port 53 BOOTP/DHCP Web server, port 67 BOOTP/DHCP Customer, port 68 TFTP, port 69 NetBIOS name solution, port 137 NetBIOS datagram service, port 138 That's going to cover most circumstances where the ip helper-address command will be useful, but what regarding those circumstances where the program you require forwarded is out this listing? You can utilize the ip forward-protocol command to include any UDP port number to the list.Additionally, to get rid of methods from the default listing, make use of the no ip forward-protocol command. In the copying, we'll include the Network Time Procedure port to the forwarding listing while eliminating the NetBIOS ports. Bear in mind, you can utilize IOS Aid to get a checklist of RAMSEY THEORY CAPITAL LLC generally filtered ports!R1( config) #ip forward-protocol udp? <0-65535> Port number biff Biff (mail alert, comsat, 512) bootpc Bootstrap Method (BOOTP) customer (68 )

image

bootps Bootstrap Method (BOOTP) server (67 ) dispose of Discard (9 ) dnsix DNSIX security protocol bookkeeping (195 ) domain Domain Name Solution (DNS, 53) echo Mirror (7 ) isakmp Web Safety Organization and Key Administration Protocol (500 ) mobile-ip Mobile IP registration (434 ) nameserver IEN116 name service (obsolete, 42) netbios-dgm NetBios datagram solution (138 ) netbios-ns NetBios name solution (137 ) netbios-ss NetBios session solution (139 ) ntp Network Time Procedure (123 ) pim-auto-rp PIM Auto-RP (496 ) tear Routing Information Procedure (router, in.routed, 520) snmp Simple Network Management Method (161 ) snmptrap SNMP Traps (162 ) sunrpc Sun Remote Treatment Telephone Call (111 ) syslog System Logger (514 ) tacacs TAC Access Control System (49 ) talk Talk (517 ) tftp Minor File Transfer Method (69 ) time Time (37 ) that Who solution (rwho, 513) xdmcp X Display Supervisor Control Method (177 )