Oneaccess One100 Installation Manual Oneaccess Top «2026 Release»
Once enrolled:
The One100 back panel (rear view from left to right):
| Port | Label | Type | Purpose | |------|-------|------|---------| | 1 | ETH0/WAN | RJ45 10/100 | WAN uplink (DHCP client or PPPoE) | | 2 | ETH1 | RJ45 10/100 | LAN switch port (VLAN 1 default) | | 3 | ETH2 | RJ45 10/100 | LAN or secondary WAN | | 4 | ETH3 | RJ45 10/100 | LAN or management | | 5 | USB | USB 2.0 Host | Configuration restore / 4G dongle | | 6 | CONSOLE | RJ45 | Serial console access | | 7 | POWER | 2.1mm DC jack | 12V input |
Installation order:
This manual provides guidelines for the safe installation and initial hardware setup of the OneAccess One100 series router. The One100 is a high-performance NetRouter designed for SME (Small and Medium Enterprise) connectivity, supporting various WAN technologies (EFM, ADSL2+, VDSL2).
Note: This report synthesizes standard technical specifications for the OneAccess One100 series. For specific port mapping or pinout diagrams (specifically for the Console cable), please refer to the specific hardware revision guide provided by OneAccess.
To install and set up a OneAccess ONE100 series router, follow these physical and logical steps based on the official ONE100 Installation Manual and Telstra User Guides. 1. Pre-Installation Requirements oneaccess one100 installation manual oneaccess top
Environment: Place the unit on a flat surface within 2 meters of a power outlet.
Ventilation: Avoid direct sunlight and heat sources to prevent overheating. 2. Hardware Connections The rear panel contains the following ports for connection:
Power: Connect the 12V DC power adapter (typically 2.0A or 2.2A) to the power inlet.
LAN: Connect your PC or local switch to the Ethernet ports (usually starting from Port 1/0).
WAN: Connect the uplink cable (Fiber/Copper) to the designated WAN port for internet access.
Voice (FXS/BRI): For VoIP or ISDN services, connect analog phones or faxes to the FXS ports (starting from 5/0) or ISDN PBXs to the BRI ports. 3. Initial Configuration Once enrolled:
Once powered on, the router initializes. Access the management interface using these defaults:
Connection: Plug your PC into a LAN port; it should automatically receive an IP in the 192.168.1.xxx range.
Default IP Address: 192.168.1.1 (or 192.168.1.10 for some firmware versions). Login Credentials: Username: admin Password: admin 4. Basic CLI Setup
If using a console cable (RS-232 RJ-45), use a terminal emulator (e.g., PuTTY) with settings: 9600 baud, 8 data bits, no parity, 1 stop bit. Change WAN IP: ip address
. Set Gateway: ip route 0.0.0.0 0.0.0.0 .
Save Config: Always use the save command to ensure settings persist after a reboot. 5. Troubleshooting LEDs The One100 back panel (rear view from left
Power/Status: Should be solid green. A blinking or amber LED usually indicates a boot failure or a factory-default state requiring onboarding.
Link/Activity: Flashing green on Ethernet ports indicates active data traffic.
If you need to factory reset the device, press , then CTRL+Y, then CTRL+N during the boot sequence via console to trigger the reset prompt. If you'd like, let me know: Your specific model variant (e.g., ONE100E, ONE100-8V) If you are setting up VoIP/SIP trunks or just data If you have a console cable for CLI access I can provide specific commands for your configuration.
Historically, you would console into the One100 and type CLI commands all day. With OneAccess TOP (Telecom Operating Platform or Topology Manager), you don't.
TOP is the zero-touch provisioning (ZTP) brain. The One100 is designed to call home to the TOP server the second it gets an IP address.
Reference: Integration with OneAccess TOP Management Platform
Example (pseudocode):
configure
interface lan0 ip address 192.168.1.1/24
service dhcp-server pool LAN_POOL start 192.168.1.100 end 192.168.1.200
interface wan0 dhcp
ip nat source list 1 interface wan0 overload
access-list 1 permit 192.168.1.0 0.0.0.255
enable ssh
username admin secret <strong-password>
save