ASNMTAP

 view release on metacpan or  search on metacpan

lib/ASNMTAP/Asnmtap/Plugins/Modem.pod  view on Meta::CPAN

=item parity

controls how parity bit is generated and checked.

optional, scalar, can be even, odd or none, default none

=item stopbits

tells how many bits are used to identify the end of a data word.

optional, scalar, default 1

=item timeout

expressed in seconds. After that time, answer returns result also if nothing has been received

optional, scalar, default 30

=item phonebook

when specified, the it means the phonebook name for the Windows RAS connection or if under Linux or some kind of unix machine it means the name for the pppd call connection

optional, scalar, default undef

=item username

the username for the Linux or some kind of unix machine PPP- or Windows RAS connection

optional, scalar, default undef

=item password

the password for the Windows RAS connection

optional, scalar, default undef

=item defaultGateway

if under Linux or some kind of unix machine it means the default gateway

optional, scalar, default undef

=item defaultInterface

if under Linux or some kind of unix machine it means the default network interface

optional, scalar, default undef

=item defaultDelete

if under Linux or some kind of unix machine it means to delete the default gateway

optional, scalar, default 1

=item pppInterface

the name from the ppp interface

optional, scalar, can be ppp0, ppp1, ppp2 or ppp3, default ppp0

=item pppTimeout

timeout for when it is not possible to setup an ppp connection

optional, scalar, default 60

=item pppPath

path where the ppp config is located

optional, scalar, default /etc/ppp

=item logtype

optional, scalar, can be file or syslog, default syslog

when specified file the log can be found at $LOGPATH, where the filename is the name from the plugin with the extension .log

=item loglevel

default logging level.

optional, scalar, One of (order of decrescent verbosity): debug, info, notice, warning, err, crit, alert or emerg, default emerg

=back

=head1 ppp

More information can found at: http://www.samba.org/ppp/

=over 4

=item install ppp

=over 4

=item cygwin

...

=item linux

More information can found at: http://axion.physics.ubc.ca/ppp-linux.html

 yum install ppp

=item solaris

...

=back

=item Message Logging

 Edit /etc/syslog.conf and add the lines
 local2.*                                /var/log/ppp
 daemon.*                                /var/log/ppp

 /etc/init.d/syslog restart

 you can debug pppd now with:



( run in 1.309 second using v1.01-cache-2.11-cpan-39bf76dae61 )