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
------------------------+-------------+----------------------------------------
USER             PWD ACT|CTIP CLUS    |CHAT LDAP PPP FTP HTTP MAIL IAX SIP VO
------------------------+-------------+----------------------------------------
admin            *** YES #    #        YES  YES  YES YES YES  NO   NO  NO  NO
guest                NO  #    #        NO   NO   NO  NO  NO   NO   NO  NO  NO
user_1           *** YES #    #        NO   NO   YES NO  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-101COMMAND EXECUTED [16:50:04] ABILIS_CPX:d user:user_1- Not Saved (SAVE CONF) ------------------------------------------------------- Parameter: | Value: --------------------+---------------------------------------------------------- USER: user_1 REAL-NAME: user_1 ID: 8 <Read Only> PWD: *** ACT: YES GROUP: CTIP: # CLUS: # ADDRBOOK-SYNC: SYS ADDRBOOK-NUMBER: AUTO ADDRBOOK-OUTDIAL: NONE ADDRBOOK-PUB-ENABLED: SYS OPC-ROLE: USER OPC-VIEW: * OPC-HIDE-NUMBERS: NO OPC-MONITOR: NONE OPC-PRIVACY: NO CHAT: NO CHAT-USER: SYS CHAT-PWD: SYS 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_ResourcesCOMMAND EXECUTED [16:06:26] ABILIS_CPX:a list:ppp_list ip-101 ip-102 ip-103COMMAND EXECUTED [16:06:31] ABILIS_CPX:d list:ppp_list- Not Saved (SAVE CONF) ------------------------------------------------------- LIST:PPP_list - CR - Ref-Numb:0 Items-Numb:3 List_of_PPP_Resources -------------------------------------------------------------------------- Ip-101 Ip-102 Ip-103 [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 REAL-NAME: user_1 ID: 8 <Read Only> PWD: *** ACT: YES GROUP: CTIP: # CLUS: # ADDRBOOK-SYNC: SYS ADDRBOOK-NUMBER: AUTO ADDRBOOK-OUTDIAL: NONE ADDRBOOK-PUB-ENABLED: SYS OPC-ROLE: USER OPC-VIEW: * OPC-HIDE-NUMBERS: NO OPC-MONITOR: NONE OPC-PRIVACY: NO CHAT: NO CHAT-USER: SYS CHAT-PWD: SYS PPP: YES PPP-AUTH: CHAP PPP-RES: 'PPP_list' PPP-NEIGH: # PPP-MASK: 255.255.255.255 PPP-ROUTE: #
Meaning of the parameters:
PPPEnables/disables the PPP service.
PPP-AUTHPPP authentication protocol [PAP;
          CHAP; MSCHAPV1;
          MSCHAPV2; ALL].
PPP-RESIP resource over PPP or name of a CPX resources list.
PPP-NEIGHPPP neighbour IP address.
PPP-MASKPPP neighbour network mask.
PPP-ROUTEPPP neighbour additional route.