answersLogoWhite

0

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

User Avatar

Wiki User

14y ago

What else can I help you with?

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


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.


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.


How do you stop rip routing updates?

To stop RIP (Routing Information Protocol) routing updates, you can use the "passive-interface" command on routers to prevent the interface from sending RIP updates. This command can be applied to specific interfaces using the router configuration mode. Additionally, you can disable RIP entirely by removing the RIP configuration from the router or using the "no router rip" command. Finally, implementing route filtering with access control lists (ACLs) can also help control the propagation of RIP updates.


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.