150-820 · Question #75
A customer has a Brocade VDX 8770 and wants to implement policy based routing (PBR). ip access-list standard acl1 seq 10 permit 1.1.1.1 255.255.255.255 seq 20 deny 11.11.11.11 255.255.255.255 ! ip…
The correct answer is B. Traffic from 2.2.2.2 will be forwarded to 4.4.4.4. See the full explanation below for the reasoning.
Question
A customer has a Brocade VDX 8770 and wants to implement policy based routing (PBR). ip access-list standard acl1 seq 10 permit 1.1.1.1 255.255.255.255 seq 20 deny 11.11.11.11 255.255.255.255 ! ip access-list standard acl2 seq 10 permit 2.2.2.2 255.255.255.255 route-map brocade1 permit 10 match ip address acl acl1 set ip interface null0 set ip vrf brocade1 next-hop 3.3.3.3 ! route-map brocade1 permit 20 match ip address acl acl2 set ip next-hop 4.4.4.4 set ip vrf brocade1 next-hop 3.3.3.5 ! route-map brocade1 permit 30 set ip interface null0 Based on the configuration shown in the exhibit, what will happen to traffic coming from 2.2.2.2?
Options
- ATraffic from 2.2.2.2 will be forwarded to 3.3.3.3.
- BTraffic from 2.2.2.2 will be forwarded to 4.4.4.4.
- CTraffic from 2.2.2.2 will be sent to interface null0.
- DTraffic from 2.2.2.2 will be forwarded to 3.3.3.5.
How the community answered
(41 responses)- A7% (3)
- B71% (29)
- C17% (7)
- D5% (2)
Community Discussion
No community discussion yet for this question.