Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following commands. Router(config)# access-list 20 permit 172.16.20.0 0.0.0.255 Router(config)# access-list 40 permit 172.16.40.0 0.0.0.255 Router(config)# route-map SPLIT-TRAFFIC permit 10 Router(config-route-map)# match ip

image text in transcribed

Consider the following commands. Router(config)# access-list 20 permit 172.16.20.0 0.0.0.255 Router(config)# access-list 40 permit 172.16.40.0 0.0.0.255 Router(config)# route-map SPLIT-TRAFFIC permit 10 Router(config-route-map)# match ip address 20 Router(config-route-map)# set ip default next-hop 10.1.1.1 Router(config-route-map)# route-map SPLIT-TRAFFIC permit 20 Router(config-route-map)# match ip address 40 Router(config-route-map)# set ip default next-hop 192.168.1.1 Router(config-route-map)# route-map SPLIT-TRAFFIC permit 30 Router(config-route-map)# set default interface null0 Router(config-route-map)# exit Router(config)# interface FastEthernet 0/0 Router(config-if)# ip address 172.16.30.1 255.255.255.0 Router(config-if)# no shutdown Router(config)#exit What will happen when the Router receives traffic on Fa0/0 coming from 172.16.20.2? It will forward the traffic to 192.168.1.1 because of the route map. It will forward the traffic according to its routing table. It will forward the traffic to 10.1.1.1 because of the route map. It will drop the traffic because of the route map.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Computer Networking A Top-Down Approach

Authors: James Kurose, Keith Ross

7th edition

978-0133594140

More Books

Students also viewed these Computer Network questions