User Manual

Professional Access Point
Administrator Guide
Class Structure, Commands, and Examples - 187
Get Common Information on the Internal Interface for the Access Point
The following command obtains all information on the internal interface for an access point:
USR5453-AP#
get interface br0
Field Value
--------------------
type bridge
status up
hello 10
mac 00:a0:c9:8c:c4:7e
ip 192.168.1.1
mask 255.255.255.0
Get Current Settings for the Ethernet (Wired) Internal Interface
The following example shows how to use the CLI to get the Ethernet (Wired) settings for the Internal
interface for an access point. You can see by the output results of the command that the MAC address is
00:a0:c9:8c:c4:7e, the IP address is 192.168.1.1, and the subnet mask is 255.255.255.0.
Get All Wired Settings for the Wired Internal Interface
USR5453-AP#
get interface br0
Field Value
--------------------
mac 00:a0:c9:8c:c4:7e
ip 192.168.1.1
mask 255.255.255.0
Get the MAC Address for the Wired Internal Interface
USR5453-AP#
get interface wlan0 mac
02:0C:41:00:02:00
Get the Network Name (SSID) for the Wired Internal Interface
USR5453-AP#
get interface wlan0 ssid
Enable Remote Logging and Specify the
Log Relay Host for the Kernel Log
As a prerequisite to remote logging, the Log Relay Host must be con-
figured first as described in Setting Up the Log Relay Host.
See complete explanation of CLI commands at Enable Remote Log-
ging and Specify the Log Relay Host for the Kernel Log. Here are a
few:
set log relay-enabled 1
enables remote logging
set log relay-enabled 1
disables remote logging
get log
set log
TAB TAB shows values you can set on the log
Get Transmit / Receive Statistics
get interface all ip mac ssid tx-packets tx-bytes
tx-errors rx-packets rx-bytes rx-errors
Get Client Associations
get association
Get neighbouring Access Points
get clustered-ap
Status Command Example