Add the resource to the Abilis system with the following command, where n is resource identifier (in the range [1...999]).
[12:25:41] ABILIS_CPX:a res:poeac-1
COMMAND EXECUTED
Caution | |
---|---|
After adding the POEAC active, you must restart the Abilis to make the resource running (use the command warm start to reboot the Abilis). |
[17:14:59] ABILIS_CPX:s p poeac-1 act:yes
COMMAND EXECUTED [12:59:38] ABILIS_CPX:d p poeac
RES:PoeAc-1 - Not Running, Not Saved (SAVE CONF) ------------------------------ ------------------------------------------------------------------------ DESCR: LOG:DS ACT:YES max-ipres:10 ipres-rxbuf:2 ETHRES:Eth-3 ACNAME:wlan EMPTY-EQ-ANY:NO ALL-SERVICES-OFFER:NO ETH-JUMBO-FRAMES:NO - VLAN ----------------------------------------------------------------- VLAN-ID:UNTAG
Use the following command to display the parameters of the resource; the d p poeac ? command shows the meaning of parameters.
[17:25:33] ABILIS_CPX:d p poeac
RES:PoeAc-1 -------------------------------------------------------------------
Run DESCR:
LOG:DS ACT:YES max-ipres:10 ipres-rxbuf:2
ETHRES:Eth-3
ACNAME:wlan
EMPTY-EQ-ANY:NO ALL-SERVICES-OFFER:NO
ETH-JUMBO-FRAMES:NO
- VLAN -----------------------------------------------------------------
VLAN-ID:UNTAG
Meaning of the most important parametrs:
LOG
Logging functionalities activation/deactivation.
ACT
Operation activation [NO, YES].
ETHRES
Lower Ethernet resource [NONE
,
Eth-XXX
, EthUsb-XXX
,
VEth
]
max-ipres
Maximum number of concurrent ipres sessions [0..250]. There can't be more than this amount of external sessions connecting at once.
ipres-rxbuf
Number of receive buffers for each ipres session [1..255].
ACNAME
Access Concentrator name; the name of the Access Concentrator is sent along with responses to hosts. This parameter can be left blank in case there is only one AC in the network for each service-name requested.
EMPTY-EQ-ANY
Select whether the EMPTY service specified in PADI and PADR has to be considered a univocal service (more secure) or ANY service [NO, YES].
ALL-SERVICES-OFFER
Select whether PADO will contain only the requested service (more secure) or the list of all other available services too (less secure) [NO, YES].
ETH-JUMBO-FRAMES
Enable/disable ethernet jumbo frames (payload >1500 bytes) [NO, YES].
VLAN-ID
VLAN Identifier [0, 1..4094, UNTAG] <Only for ETHRES:Eth/EthUsb>.
PRIO-PPPOED
PPPOED priority over VLAN [0..7] <Only for VLAN-ID <> UNTAG>.
PRIO-LCP-IPCP
LCP and IPCP priority over VLAN [0..7] <Only for VLAN-ID <> UNTAG>.
PRIO-IP-LOW
VLAN priority for LOW IPCOS [0..7] <Only for VLAN-ID <> UNTAG>.
PRIO-IP-NORMAL
VLAN priority for NORMAL IPCOS [0..7] <Only for VLAN-ID <> UNTAG>.
PRIO-IP-HIGH
VLAN priority for HIGH IPCOS [0..7] <Only for VLAN-ID <> UNTAG>.
The following command allows the administrator to change the configuration of the resource:
s p poeac-n
parameter
:value...
Caution | |
---|---|
To activate the changes made on the upper case parameters, execute the initialization command init res:poeac; while to set act the changes made on the lowercase parameters a save conf and an Abilis restart are required (i.e. With warm start command). |