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 corresponding IP resource.
Users with dynamic IP: the
parameter PPP-RES
isn't 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 a 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 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 a 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 - 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:
PPP
Enable/disable PPP for this user [NO, YES].
PPP-AUTH
PPP authentication protocol [PAP
;
CHAP
; MSCHAPV1
;
MSCHAPV2
; ALL
].
PPP-RES
IP resource over PPP or name of a CPX resources list [NONE, ANY, IP-xxx, 'ListName'].
PPP-NEIGH
PPP neighbour IP address in DDN [0-126.x.x.x, 128-223.x.x.x].
PPP-MASK
PPP neighbour network mask in DDN [0-255.255.255.255].
PPP-ROUTE
PPP neighbour additional route. Network address and mask in Slash Notation [0-126.x.x.x, 128-223.x.x.x]/[0..32].