LPI
201-450 · Question #158
Considering the following kernel IP routing table now, which of the following commands must be remove the route to the network 10.10.1.0/24? Kernel IP routing table Destination Gateway Genmask Flags…
The correct answer is C. route del -net 10.10.1.0/24. You've hit your session limit · resets 10:20pm (America/New_York)
Networking Configuration
Question
Considering the following kernel IP routing table now, which of the following commands must be remove the route to the network 10.10.1.0/24? Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 200.207.199.162 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0 172.16.87.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 192.168.246.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1 10.10.1.0 192.168.246.11 255.255.255.0 UG 0 0 0 eth1 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo 0.0.0.0 200.207.199.162 0.0.0.0 UG 0 0 0 ppp0
Options
- Aroute del 10.10.1.0
- Broute del 10.10.1.0/24
- Croute del -net 10.10.1.0/24
- Droute del 10.10.1.0/24 gw 192.168.246.11
- Eroute del -net 10.10.1.0
How the community answered
(29 responses)- B14% (4)
- C76% (22)
- D3% (1)
- E7% (2)
Explanation
You've hit your session limit · resets 10:20pm (America/New_York)
Topics
#route del#routing table#static routes#network routing
Community Discussion
No community discussion yet for this question.