display branch-group
Function
The display branch-group command displays configuration information about branch AP groups.
Usage Guidelines
Usage Scenario
After configuring branch AP groups, you can run this command to check configuration information about the branch AP groups.
Example
# Display configuration information about all branch AP groups.
<AC6605> display branch-group all
--------------------------------------------------------------------------------
Name APs
--------------------------------------------------------------------------------
branchgroup1 3
--------------------------------------------------------------------------------
Total: 1
Item |
Description |
---|---|
Name | Name of a branch AP group. |
APs | Number of APs in a branch AP group. |
# Display configuration information about branch AP group branchgroup1.
<AC6605> display branch-group name branchgroup1
--------------------------------------------------------------------------------
authentication-scheme name : a1
wrong-password retry-interval : 5
wrong-password retry-time : 3
wrong-password block-time : 5
eap-server phase-one : Disable
eap-server authentication method : eap-peap,eap-tls,eap-ttls
eap-server certificate ca format : pem
eap-server certificate ca filename : caserver.pem
eap-server certificate local format : pem
eap-server certificate local filename : serverlocal.pem
eap-server private-key format : pem
eap-server private-key filename : server.pem
eap-server private-key password : ******
--------------------------------------------------------------------------------
Item |
Description |
---|---|
authentication-scheme name | Authentication scheme of the branch AP group. |
wrong-password retry-interval | Authentication retry interval of a local account. |
wrong-password retry-time | Number of consecutive incorrect password attempts made by a local account. |
wrong-password block-time | Locking time of a local account. |
eap-server phase-one | Whether EAP authentication is enabled in the first phase of verification. The options are as follows:
|
eap-server authentication method | EAP authentication protocol supported by the built-in RADIUS server. The options are as follows:
|
eap-server certificate ca format | CA certificate format. |
eap-server certificate ca filename | CA certificate file name. |
eap-server certificate local format | Local certificate file format of the built-in RADIUS server. |
eap-server certificate local filename | Local certificate file name of the built-in RADIUS server. |
eap-server private-key format | Private key file format of the built-in RADIUS server. |
eap-server private-key filename | Private key file name of the built-in RADIUS server. |
eap-server private-key password | Decryption password of the private key file of the built-in RADIUS server. |