Configuration captures succeed via SSH but fail via Telnet․
Spectrum All Versions
STEPS:
1․ INSTALL PERL DEVELOPMENT TOOLS: Install necessary libraries for Perl module compilation․
Command: dnf install perl-devel
EXPECTED: Package installs successfully․
2․ INSTALL CPAN SUPPORT: Ensure the CPAN shell is available on the system․
Command: dnf install perl-CPAN
EXPECTED: CPAN tools are ready for use․
3․ INSTALL TELNET MODULE: Use CPAN to download and install the Net::Telnet module․
Command: cpan install Net::Telnet
EXPECTED: Installation completes without errors․
4․ VERIFY INSTALLATION: Confirm the module is correctly registered in the Perl environment․
Command: instmodsh
Selection: l (List all installed modules)
Installed modules are:
Net::Telnet
Perl