1. HPE ArubaOS-CX 10.12 Fundamentals Guide
Page 119
"Configuring an IPv4 address on a VLAN interface". The guide explicitly lists the required commands in order:
configure
interface vlan
ip address /
This directly validates that commands interface vlan 10 (A) and ip address 192.168.1.1/24 (B) are the correct steps.
2. HPE ArubaOS-CX 10.12 Command-Line Interface Guide
Page 1887
"ip address". This section details the ip address command
specifying its use within an interface context (config-if
config-if-vlan) to configure an IPv4 address.
3. HPE ArubaOS-CX 10.12 IP Routing Guide
Page 37
"Configuring a static IPv4 route". This document shows that the ip route command (Option C) is used for configuring static routes
a distinct function from assigning an IP address to an interface.