answersLogoWhite

0

routing table code S

User Avatar

Madge Ledner

Lvl 10
3y ago

What else can I help you with?

Related Questions

Static route when multiple routes need to be configured?

You can configure multiple static routes. On a Cisco router, you would give several ip route commands. However, if there are a lot of routes to configure, it is more practical to use a routing protocol - that way, the routers learn available routes automatically.You can configure multiple static routes. On a Cisco router, you would give several ip route commands. However, if there are a lot of routes to configure, it is more practical to use a routing protocol - that way, the routers learn available routes automatically.You can configure multiple static routes. On a Cisco router, you would give several ip route commands. However, if there are a lot of routes to configure, it is more practical to use a routing protocol - that way, the routers learn available routes automatically.You can configure multiple static routes. On a Cisco router, you would give several ip route commands. However, if there are a lot of routes to configure, it is more practical to use a routing protocol - that way, the routers learn available routes automatically.


How do you remove a static route from a routing table?

Assuming you have a Cisco router, you add a static route with the command ip route.... Therefore, you delete it with the command no ip route....Assuming you have a Cisco router, you add a static route with the command ip route.... Therefore, you delete it with the command no ip route....Assuming you have a Cisco router, you add a static route with the command ip route.... Therefore, you delete it with the command no ip route....Assuming you have a Cisco router, you add a static route with the command ip route.... Therefore, you delete it with the command no ip route....


How can i configure ISA server 2004 when your Router has Dynamic IP Address?

How can i configure ISA server 2004 when your Router has Dynamic IP Address?" First of all, routers come with static ips... (the default is usually 192.168.1.1). So I am going to assume you mean your internet ip is a dynamic ip. Now Im not an ISA expert, so I may be wrong... but ISA should work with a dynamic external IP. And lastly if you cant get it to work, a quick call to your ISP will get you a static IP.


What decisions do routers make as a packet enters an interface?

It determines which local IP on a given Router Table, be it DHCP or static, that packet is assigned to.


Which command allows a router to advertise default static routes via OSPF?

default-information originate


When configuring RIPng the command instructs the router to propagate a static default route?

default-information originate


Which command configures a default static address?

router(config)#ip route 0.0.0.0 0.0.0.0 10.1.1.1


Which cli command display the static routes in the routing table?

conf terminal Router#show ip route


What should you do if Router R2 is configured properly and all interfaces are functional Router R1 has been installed recently Host A is unable to ping host B?

Configure a static route on R1 using the IP address of the serial interface on R1. Configure a default route on R1 with the exit interface Fa0/0 on R1. Configure a static route on R1 using the IP address of S0/0/0 on R2. Configure a default route on R1 using the IP address of Fa0/0 on R2.


What are two ways that a router can learn of the paths to destination networks?

Update from other routersARP request from connected routers


How do you configure routers to transfer data between them?

First go to the configuration mode ("conf t" for short ) Then provide ip addresses to both the routers and perform routing like RIP,OSPF,EIGRP or static which ever u want to do and then check by pinging each other.


What is the command used to configue a static route for a router?

ip route {destination prefix} {destination prefix mask} {interface OR forwarding router's IP address}