JUNOS::Access::clear_text - Implements the clear-text access method.


junoscript-perl documentation  | view source Contained in the junoscript-perl distribution.

Index


NAME

Top

JUNOS::Access::clear_text - Implements the clear-text access method.

SYNOPSIS

Top

This class is used internally to provide clear-text access to a JUNOS::Access instance.

DESCRIPTION

Top

This is a subclass of JUNOS::Access that manages a clear text session with the destination host. The underlying mechanics for managing the clear text session is IO::Socket.

CONSTRUCTOR

Top

new($ARGS)

See the description of the constructor of the superclass JUNOS::Access. This class also reads the following clear_text specific keys from the input hash table reference $ARGS.



    clear_text_port			The port number of the clear-text server.

SEE ALSO

Top

    JUNOS::Access
    JUNOS::Device

AUTHOR

Top

Juniper Junoscript Perl Team, send bug reports, hints, tips, and suggestions to support@juniper.net.

COPYRIGHT

Top


junoscript-perl documentation  | view source Contained in the junoscript-perl distribution.