answersLogoWhite

0


Best Answer

Boundary routers have interfaces in more than one major classful network.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What makes a router a boundary router in RIP?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which command enables rip on a router?

A(config)# router rip A(config-router)# passive-interface S0/0 B(config)# router rip B(config-router)# network 192.168.25.48 B(config-router)# network 192.168.25.64 A(config)# router rip A(config-router)# no network 192.168.25.32 B(config)# router rip B(config-router)# passive-interface S0/0 A(config)# no router rip


Which command or set of commands will stop the RIP routing process?

no router rip


What router prompt can you use the router rip command?

On a cisco router you would go into privilege-exec mode (enable) and then into "configure terminal" mode. From there you can use the router rip command.


What is the term boundary router?

A boundary router is a router that connects the internet to a companies' intranet via a DMZ (demilitarized zone). The boundary router, which my be located at the ISP, is an external firewall that connects to the company's internal firewall and proxy server within the DMZ.


Which of the following would be the correct command sequence to enable RIP on Router B for all connected networks?

RouterB(config)# router rip


What comment are use to delete a routing protocols in cisco router?

No router eigrp <AS #> No router ospf <process ID> No router bgp <AS #> No router rip


What is the term boundary?

A boundary router is a router that connects the internet to a companies' intranet via a DMZ (demilitarized zone). The boundary router, which my be located at the ISP, is an external firewall that connects to the company's internal firewall and proxy server within the DMZ.


Implementing Distance-vector routing protocol?

First you must decide what specific protocol you want to use. Then you configure it on the individual routers. Example, with Cisco routers: Router(config)#router rip Router(config-router)#network 10.0.0.0. Router(config-router)#exit Additional commands may be required for optimization. Note: I use RIP for illustration purposes, but it is usually not the best option for routing.First you must decide what specific protocol you want to use. Then you configure it on the individual routers. Example, with Cisco routers: Router(config)#router rip Router(config-router)#network 10.0.0.0. Router(config-router)#exit Additional commands may be required for optimization. Note: I use RIP for illustration purposes, but it is usually not the best option for routing.First you must decide what specific protocol you want to use. Then you configure it on the individual routers. Example, with Cisco routers: Router(config)#router rip Router(config-router)#network 10.0.0.0. Router(config-router)#exit Additional commands may be required for optimization. Note: I use RIP for illustration purposes, but it is usually not the best option for routing.First you must decide what specific protocol you want to use. Then you configure it on the individual routers. Example, with Cisco routers: Router(config)#router rip Router(config-router)#network 10.0.0.0. Router(config-router)#exit Additional commands may be required for optimization. Note: I use RIP for illustration purposes, but it is usually not the best option for routing.


How do you set default root in a router by using dynamic routing?

If the network uses the RIP protocol, router A will determine that all paths have equal cost. If the network uses the RIP protocol, router A will update only the A-C-E path in its routing table. If the network uses the EIGRP routing protocol, router A will determine that path A-D-E has the lowest cost. If both RIP and EIGRP protocols are configured on router A, the router will use the route information that is learned by the RIP routing protocol.


How to use router rip command?

use of routerrip command


What is RIP routing protocol?

RIP is a routing protocol - a protocol (set of rules) that allows a router to exchange information, with other routers, about existing routes.


How do you configure RIP routing protocol on a Cisco router?

Here is a basic overview of the configuration of RIP on a Cisco router:Router(config)#router ripRouter(config-router)#network 192.168.1.0Router(config-router)#network 192.168.2.0Router(config-router)#network 192.168.3.0Router(config-router)#network 192.168.4.0Router(config-router)#network 192.168.5.0The 192.168.x.0 address can be changed to whatever address you would like to be broadcast over RIP. There are also other settings that can be configured.If you use RIPv2 you can also have the following configuration:Router(config)#router ripRouter(config-router)#version 2Router(config-router)#network 192.168.1.0Router(config-router)#network 192.168.2.0Router(config-router)#network 192.168.3.0Router(config-router)#network 192.168.4.0Router(config-router)#network 192.168.5.0Router(config-router)#exitRouter(config)#exitRouter#%SYS-5-CONFIG_I: Configured from console by consoleRouter#copy running-config startup-configDestination filename [startup-config]?Building configuration...[OK]Router#