QuestionQ55

Routing

On an AOS-CX, which command correctly adds a static route to the Class C network 10.2.10.0 through a gateway of 172.16.1.1?

  • A ip route 10.2.10.0/24 172.16.1.1
  • B ip route-static 10.2.10.0 255.255.255.0 172.16.1.1
  • C ip-route 10.2.10.0/24 172.16.1.1
  • D ip route 10.2.10.0.255.255.255.0 172.16.1.1 description aruba
Explanation

AOS-CX adds an IPv4 static route with ip route <destination>/<prefix-length> <next-hop>. The network 10.2.10.0 with a Class C mask is 10.2.10.0/24, and 172.16.1.1 is the next-hop gateway.

Learn more

Community Discussion

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