Link to home
Start Free TrialLog in
Avatar of sugadmin
sugadmin

asked on

Issues getting OOB to work on a Cisco 3750x

Hello, I'm having trouble setting up the OOB management on a Cisco 3750.  Here is the config.

--------------

interface FastEthernet0
  ip address 10.11.30.77 255.255.255.0

/\/\/\/\/

line con 0
 exec-timeout 45 0
 logging synchronous level 5
line vty 0 4
 exec-timeout 5 0
 transport input ssh
line vty 5 15
 exec-timeout 0 0
 transport input none
--------------------------

I can ping the device from different vlans in the network.  When I try to connect I get this error

Switch#
Switch#ping 10.11.30.77
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.11.30.77, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/8/17 ms
Switch#telnet 10.11.30.77
Trying 10.11.30.77 ...
% Connection refused by remote host

Switch#
ASKER CERTIFIED SOLUTION
Avatar of Don Johnston
Don Johnston
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sugadmin
sugadmin

ASKER

% No user specified nor available for SSH client


I have some work to do but that puts me on the right path.  Thank you