Mikami
29-05-2003, 02:32 PM
1. Cho mình hỏi là Callback operation trong PPP chỉ diễn ra trong PPP sessions chứ không diễn ra ở EXEC Sessions.
2.Trong fần autoselect comand cho PPP operation co viết :
"RTA(config)#line 1
RTA(config-line)#autoselect ppp during-login
The autoselect command permits the access server to allow an appropriate process to start automatically when a starting character is received. If the start character is a return character, then the access server starts an EXEC session. So, users who want to begin an EXEC session typically must press the Return key after establishing a dialup connection. On the other hand, if the access server recognizes the start character as PPP, SLIP, or ARAP, it will begin a session for whichever protocol it detects . So, if an end user is using a program that sends a PPP frame, the access server will automatically start a PPP session. "
Trong fần này nó nói rằng nếu muốn bắt đầu EXEC session thì fải nhấn 1 fím return key. Vậy return key đó là do Admin của router người ta định nghĩa hay là trong configuration của từng loại router đã định nghĩa sẵn trên các asyn interface ?
3. Trong fần PPP session có viết :
" When a user starts a PPP session, the system determines the type of authentication configured. If no authentication is configured, the PPP process starts immediately. Otherwise, the system determines the authentication method to be used and does one of the following:
1. It checks the local database (established with the username password commands) to see whether the given username/password pair are a match (CHAP or PAP).
2. It sends an authentication request to the security server (TACACS+ or RADIUS).
3. The system checks the authentication response sent back from the security server or local database. If it is a positive response, the access server starts the PPP process. If the result is negative, the access server rejects the user immediately. "
Trong đây có nhắc tới Security Server (TACACS+ or RADIUS). Vậy TACACS + RADIUS nó mang ý nghĩa gì vậy.
4. Các bạn có thể giải thích cho mình hiểu làm thế nào mà callback operation có thể kiểm soát được cái thời gian connect PPP session của mình.
5. Cấu hình lệnh dialer map trong PPP session như sau :
Server(config)#interface async 1
Server(config-if)#ppp callback accept
Server(config-if)#dialer map ip 10.1.1.2 name Client class DIALBACK modem-script hayes56k broadcast 5556002
trong đó 5556002 là số telephone của user Client. Nhưng nếu Client đó đi truy cập ở 1 số phone khác thì nó không được server map tới à.VÔ LÝ ( thực tế là mình chỉ cần có username và pass là mình có thể đi đâu connect cũng được mà ).
2.Trong fần autoselect comand cho PPP operation co viết :
"RTA(config)#line 1
RTA(config-line)#autoselect ppp during-login
The autoselect command permits the access server to allow an appropriate process to start automatically when a starting character is received. If the start character is a return character, then the access server starts an EXEC session. So, users who want to begin an EXEC session typically must press the Return key after establishing a dialup connection. On the other hand, if the access server recognizes the start character as PPP, SLIP, or ARAP, it will begin a session for whichever protocol it detects . So, if an end user is using a program that sends a PPP frame, the access server will automatically start a PPP session. "
Trong fần này nó nói rằng nếu muốn bắt đầu EXEC session thì fải nhấn 1 fím return key. Vậy return key đó là do Admin của router người ta định nghĩa hay là trong configuration của từng loại router đã định nghĩa sẵn trên các asyn interface ?
3. Trong fần PPP session có viết :
" When a user starts a PPP session, the system determines the type of authentication configured. If no authentication is configured, the PPP process starts immediately. Otherwise, the system determines the authentication method to be used and does one of the following:
1. It checks the local database (established with the username password commands) to see whether the given username/password pair are a match (CHAP or PAP).
2. It sends an authentication request to the security server (TACACS+ or RADIUS).
3. The system checks the authentication response sent back from the security server or local database. If it is a positive response, the access server starts the PPP process. If the result is negative, the access server rejects the user immediately. "
Trong đây có nhắc tới Security Server (TACACS+ or RADIUS). Vậy TACACS + RADIUS nó mang ý nghĩa gì vậy.
4. Các bạn có thể giải thích cho mình hiểu làm thế nào mà callback operation có thể kiểm soát được cái thời gian connect PPP session của mình.
5. Cấu hình lệnh dialer map trong PPP session như sau :
Server(config)#interface async 1
Server(config-if)#ppp callback accept
Server(config-if)#dialer map ip 10.1.1.2 name Client class DIALBACK modem-script hayes56k broadcast 5556002
trong đó 5556002 là số telephone của user Client. Nhưng nếu Client đó đi truy cập ở 1 số phone khác thì nó không được server map tới à.VÔ LÝ ( thực tế là mình chỉ cần có username và pass là mình có thể đi đâu connect cũng được mà ).