Given the following configuration, which route is used for destination 10.10.0.4?
set network virtual-router 2 routing-table ip static-route "Route 1" nexthop ip-address 192.168.1.2
set network virtual-router 2 routing-table ip static-route "Route 1" metric 30
set network virtual-router 2 routing-table ip static-route "Route 1" destination 10.10.0.0/24
set network virtual-router 2 routing-table ip static-route "Route 1" re
route-table unicast
set network virtual-router 2 routing-table ip static-route "Route 2" nexthop ip-address 192.168.1.2
set network virtual-router 2 routing-table ip static-route "Route 2" metric 20
set network virtual-router 2 routing-table ip static-route "Route 2" destination 10.10.0.0/24
set network virtual-router 2 routing-table ip static-route "Route 2" route-table unicast
set network virtual-router 2 routing-table ip static-route "Route 3" nexthop ip-address 10.10.20.1
set network virtual-router 2 routing-table ip static-route "Route 3" metric 5
set network virtual-router 2 routing-table ip static-route "Route 3" destination 0.0.0.0/0
set network virtual-router 2 routing-table ip static-route "Route 3" route-table unicast
set network virtual-router 2 routing-table ip static-route "Route 4" nexthop ip-address 192.168.1.2
set network virtual-router 2 routing-table ip static-route "Route 4" metric 10
set network virtual-router 2 routing-table ip static-route "Route 4" destination 10.10.1.0/25
set network virtual-router 2 routing-table ip static-route "Route 4" route-table unicast
- Route 1
- Route 3
- Route 2
- Route 4
Answer(s): C
Reference:
https://docs.paloaltonetworks.com/pan-os/9-1/pan-os-web-interface-help/network/network-virtual-routers/more-runtime-stats-for-a-virtual-router/routing-tab.html
Reveal Solution Next Question