HP0-Y49 · Question #67
A customer has an HP ProVision switch capable of Layer 3 forwarding: however, Layer 3 forwarding is disabled. The switch has an IP address in the management VLAN, where the default gateway is…
The correct answer is D. IP route 0.0.0.0.0.0.0.0 10.1.1.1. A default route is a special static route that applies to all traffic. Typically,when the router receives a packet that it does not know how to forward, it drops it. A default route allows the router to forward all such packets towardthe destination most likely to be able to…
Question
A customer has an HP ProVision switch capable of Layer 3 forwarding: however, Layer 3 forwarding is disabled. The switch has an IP address in the management VLAN, where the default gateway is 10.1.1.1, which ProVision command should the network administrator use so the ProVision switch can access the Intelligent Management Center (IMC) server in a different VLAN?
Options
- AIP default-gateway 10.1.1.1
- BIP route 0.0.0.0 255.255.255.255 10.1.1.1
- CDefault-route 10.1.1.1
- DIP route 0.0.0.0.0.0.0.0 10.1.1.1
How the community answered
(58 responses)- A5% (3)
- B12% (7)
- C2% (1)
- D81% (47)
Explanation
A default route is a special static route that applies to all traffic. Typically,when the router receives a packet that it does not know how to forward, it drops it. A default route allows the router to forward all such packets towardthe destination most likely to be able to route them. To configure a default route, enter a route to a destination address of all zeroswith an all-zero subnet mask. The all-zero subnet mask indicates to the routerthat a packet's IP address does not have to match any of the destinationaddress bits in order for the route to be valid. Because the router alwaysmatches traffic to the most specific route, it will only usethe default route fortraffic that would otherwise be dropped. To configure the default route, move to the global configuration mode contextand enter this Syntax: ip route 0.0.0.0 [0.0.0.0 | /0] <next hop A.B.C.D | forwarding interface ID> [<administrative The ProCurve Secure Router allows you to enter the default route in CIDRnotation.
Topics
Community Discussion
No community discussion yet for this question.