For each host that must use the POEAC resource an entry into Users Table must be added. Users can be created to receive a static or a dynamic IP address.
Users with static IP: the
parameter PPP-RES
of the user must be set to the
value of the correspondent IP resource.
Users with dynamic IP: the
parameter PPP-RES
is not set to a specific IP
resource, but to a “list of IP resources”.
[16:50:04] ABILIS_CPX:d user
- Not Saved (SAVE CONF) -------------------------------------------------------
USER: PWD: ACT: CTIP: CLUS: PPP: FTP: HTTP: MAIL: IAX: SIP:
--------------------------------+--------------+-------------------------------
admin *** YES # # YES YES YES NO NO NO
guest NO # # NO NO NO NO NO NO
user_1 *** YES # # YES NO NO NO NO NO
Below there's an example of an user with static IP.
[16:50:04] ABILIS_CPX:a user:user_1 pwd:user_1 ppp:yes ppp-res:ip-101
COMMAND EXECUTED [16:50:04] ABILIS_CPX:d user:user_1
- Not Saved (SAVE CONF) ------------------------------------------------------- Parameter: | Value: ------------------+------------------------------------------------------------ USER: user_1 ALIAS: user_1 ID: 2 <Read Only> PWD: *** ACT: YES GROUP: CTIP: # CLUS: # OPC-ROLE: USER OPC-VIEW: * OPC-MONITOR: NONE PPP: YES PPP-AUTH: CHAP PPP-RES: Ip-101 PPP-NEIGH: # PPP-MASK: 255.255.255.255 PPP-ROUTE: #
Below there's an example of an user with dynamic IP.
[16:06:21] ABILIS_CPX:list create PPP_list cr List_of_PPP_Resources
COMMAND EXECUTED [16:06:26] ABILIS_CPX:a list:ppp_list ip-101 ip-102 ip-103
COMMAND EXECUTED [16:06:31] ABILIS_CPX:d list:ppp_list
- Not Saved (SAVE CONF) ------------------------------------------------------- LIST:PPP_list - CR List_of_PPP_Resources Ip-100 Ip-101 Ip-102 [16:08:36] ABILIS_CPX:a user:user_1 ppp:yes pwd:user_1 ppp-res:'ppp_list'
COMMAND EXECUTED [16:10:09] ABILIS_CPX:d user:user_1
- Not Saved (SAVE CONF) ------------------------------------------------------- Parameter: | Value: ------------------+------------------------------------------------------------ USER: user_1 ALIAS: user_1 ID: 2 <Read Only> PWD: *** ACT: YES GROUP: CTIP: # CLUS: # OPC-ROLE: USER OPC-VIEW: * OPC-MONITOR: NONE PPP: YES PPP-AUTH: CHAP PPP-RES: 'PPP_list' PPP-NEIGH: # PPP-MASK: 255.255.255.255 PPP-ROUTE: # -------------------------------------------------------------------------------
Meaning of the parameters:
PPP
Enables/disables the PPP service.
PPP-AUTH
PPP authentication protocol [PAP
;
CHAP
; MSCHAPV1
;
MSCHAPV2
; ALL
].
PPP-RES
IP resource over PPP or name of a CPX resources list.
PPP-NEIGH
PPP neighbour IP address.
PPP-MASK
PPP neighbour network mask.
PPP-ROUTE
PPP neighbour additional route.