Once logged in, enter configuration mode:
enable
configure terminal
Set a hostname and enable SSH:
hostname ONE100-Branch-01
ip domain-name company.local
crypto key generate rsa modulus 2048
username admin privilege 15 secret YourNewStrongPass123!
line vty 0 4
transport input ssh
login local
exit
Configure the management interface (if using static):
interface eth0
ip address 192.168.1.2 255.255.255.0
no shutdown
exit
ip default-gateway 192.168.1.1
Save the configuration:
write memory
Your ONE100 is now minimally working as a managed device.
The fastest and most reliable way to get the ONE100 to work is through the Command Line Interface (CLI). The web interface (HTTPS) is available only after basic IP connectivity is established.
Now that OneAccess is part of HPE’s Aruba networking division, the installation manual is being migrated to the Aruba Support Portal (ASP). However, legacy OneAccess documentation remains fragmented. oneaccess+one100+installation+manual+oneaccess+work
To make your One100 work long-term:
Rating: ⭐⭐⭐½ (Good for experienced network engineers, not for novices.)
A router is useless without WAN connectivity. The OneAccess ONE100 installation manual emphasizes proper WAN interface configuration. Follow this based on your ISP handoff: Once logged in, enter configuration mode: enable configure
Let’s critique the official documentation (version 1.5, July 2022) and add value where it falls short.
The One100 shines in managed SD-WAN deployments (Versa, Nuage, or HPE Aruba SD-WAN). But the manual becomes abstract here. Let's make it real.