QuestionQ85

Routing

Which command is used to configure a default route to 10.4.5.1 on an AOS-CX switch when in-band management via an SVI is in use?

  • A ip route 0.0.0.0/0 10.4.5.1 vrf mgmt
  • B default-gateway 10.4.5.1
  • C ip route 0.0.0.0/0 10.4.5.1
  • D ip default-gateway 10.4.5.1
Explanation

In-band management through an SVI uses the switch’s normal routed data plane and default VRF. A default IPv4 route is configured with ip route 0.0.0.0/0 <next-hop>, so ip route 0.0.0.0/0 10.4.5.1 installs the required route. The default-gateway command is for the dedicated management interface rather than an in-band SVI.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!